-- MySQL dump 10.13 Distrib 5.5.40, for FreeBSD9.3 (amd64) -- -- Host: localhost Database: konference -- ------------------------------------------------------ -- Server version 5.5.40 /*!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 */; -- -- Table structure for table `forum` -- DROP TABLE IF EXISTS `forum`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `forum` ( `id_item` int(10) unsigned NOT NULL AUTO_INCREMENT, `id_reply` int(10) unsigned NOT NULL, `id_konf` int(10) unsigned NOT NULL, `id_uziv` int(10) unsigned NOT NULL, `nazev` varchar(50) DEFAULT NULL, `text` text, `dat_vlozeni` datetime DEFAULT '0000-00-00 00:00:00', `dat_editace` datetime DEFAULT '0000-00-00 00:00:00', `pocet_editaci` int(11) DEFAULT '0', PRIMARY KEY (`id_item`), KEY `forum2konf` (`id_konf`), KEY `forum2uziv` (`id_uziv`), CONSTRAINT `forum2konf` FOREIGN KEY (`id_konf`) REFERENCES `konference` (`id_konf`), CONSTRAINT `forum2uziv` FOREIGN KEY (`id_uziv`) REFERENCES `uziv` (`uid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `forum` -- LOCK TABLES `forum` WRITE; /*!40000 ALTER TABLE `forum` DISABLE KEYS */; /*!40000 ALTER TABLE `forum` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `kategorie` -- DROP TABLE IF EXISTS `kategorie`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `kategorie` ( `id_kategorie` int(10) unsigned NOT NULL AUTO_INCREMENT, `nazev` varchar(80) CHARACTER SET utf32 DEFAULT NULL, `zkratka` varchar(50) CHARACTER SET utf32 DEFAULT NULL, PRIMARY KEY (`id_kategorie`) ) ENGINE=InnoDB AUTO_INCREMENT=32 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `kategorie` -- LOCK TABLES `kategorie` WRITE; /*!40000 ALTER TABLE `kategorie` DISABLE KEYS */; INSERT INTO `kategorie` VALUES (11,'Logic synthesis','Logic synthesis'),(12,'HDL & high-level design','HDL & high-level design'),(13,'Testing and diagnostics','Testing and diagnostics'),(14,'Programmable (reconfigurable) circuits','Programmable (reconfigurable) circuits'),(15,'Parallel systems','Parallel systems'),(16,'HW','HW'),(18,'Software','SW'),(19,'Dependability & Reliability','Dependability & Reliability'),(20,'Cryptography','Cryptography'),(21,'Teaching & Education','Teaching & Education'),(22,'Asynchronous circuits','Asynchronous circuits'),(23,'Information theory','Information theory'),(24,'SoC & NoC','SoC & NoC'),(26,'Modeling & Simulation','Modeling & Simulation'),(27,'Analog & Mixed-signal','Analog & Mixed-signal'),(28,'Embedded systems','Embedded systems'),(29,'Evolutionary algorithms','Evolutionary algorithms'),(30,'Security','Security'),(31,'Formal methods','Formal methods'); /*!40000 ALTER TABLE `kategorie` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `kategoriekonf` -- DROP TABLE IF EXISTS `kategoriekonf`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `kategoriekonf` ( `id_kategorie` int(10) unsigned NOT NULL, `id_konf` int(10) unsigned NOT NULL, KEY `idx_kategoriekonf_id_kategorie` (`id_kategorie`), KEY `idx_kategoriekonf_id_konf` (`id_konf`), CONSTRAINT `kategoriekonf_ibfk_1` FOREIGN KEY (`id_kategorie`) REFERENCES `kategorie` (`id_kategorie`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `kategoriekonf_ibfk_2` FOREIGN KEY (`id_konf`) REFERENCES `konference` (`id_konf`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `kategoriekonf` -- LOCK TABLES `kategoriekonf` WRITE; /*!40000 ALTER TABLE `kategoriekonf` DISABLE KEYS */; INSERT INTO `kategoriekonf` VALUES (16,33),(16,318),(16,320),(16,321),(16,324),(16,325),(16,326),(16,328),(16,329),(16,330),(16,332),(16,333),(16,334),(16,335),(16,336),(16,337),(16,338),(16,339),(16,340),(16,341),(16,342),(16,343),(16,344),(16,345),(16,346),(16,347),(16,348),(16,349),(16,350),(16,351),(16,352),(16,353),(16,354),(16,355),(16,356),(16,357),(16,358),(16,359),(16,360),(16,361),(16,362),(16,363),(16,364),(16,365),(16,366),(16,367),(16,368),(16,370),(16,371),(16,373),(16,374),(16,375),(16,376),(16,377),(16,378),(16,379),(16,380),(16,381),(16,382),(16,384),(16,385),(16,386),(16,387),(16,388),(16,389),(16,390),(16,391),(16,392),(16,393),(16,395),(16,397),(16,398),(16,400),(16,401),(16,402),(16,403),(16,404),(16,405),(16,406),(16,407),(16,408),(16,409),(16,410),(16,411),(16,412),(16,413),(16,414),(16,415),(16,416),(16,417),(16,419),(16,423),(16,424),(16,425),(16,426),(16,427),(16,428),(16,429),(16,430),(16,431),(16,432),(16,433),(16,434),(16,436),(16,437),(16,438),(16,439),(16,440),(16,441),(16,442),(16,443),(16,444),(16,445),(16,446),(16,447),(16,448),(16,449),(16,450),(16,451),(16,452),(16,454),(16,455),(16,456),(16,457),(16,458),(16,459),(16,460),(16,461),(16,462),(16,463),(16,464),(16,465),(16,466),(16,467),(16,468),(16,470),(16,471),(16,472),(16,473),(16,474),(16,475),(16,476),(16,477),(16,478),(16,479),(16,480),(16,482),(16,483),(16,484),(16,485),(16,486),(16,487),(16,488),(16,489),(16,490),(16,491),(16,492),(16,493),(16,494),(16,495),(16,496),(16,497),(16,498),(16,500),(16,501),(16,502),(16,503),(16,505),(16,506),(16,507),(16,508),(16,509),(16,510),(16,511),(16,512),(16,513),(16,514),(16,515),(16,516),(16,517),(16,518),(16,519),(16,520),(16,521),(16,522),(16,524),(16,525),(16,526),(16,528),(16,529),(16,530),(16,531),(16,532),(16,533),(16,534),(16,535),(16,536),(16,537),(16,538),(16,539),(16,540),(16,542),(16,543),(16,544),(16,545),(16,546),(16,547),(16,548),(16,549),(16,550),(16,551),(16,552),(16,555),(16,556),(16,557),(16,558),(16,559),(16,560),(16,561),(16,562),(16,564),(16,565),(16,566),(16,567),(16,568),(16,569),(16,570),(16,571),(16,572),(16,573),(16,574),(16,575),(16,577),(16,578),(16,579),(16,580),(16,581),(16,582),(16,583),(16,584),(16,585),(16,586),(16,587),(16,588),(16,589),(16,591),(16,592),(16,593),(16,594),(16,595),(16,596),(16,597),(16,598),(16,600),(16,601),(16,602),(16,604),(16,605),(16,606),(16,607),(16,608),(16,609),(16,611),(16,612),(16,613),(16,614),(16,615),(16,616),(16,618),(16,619),(16,620),(16,621),(16,622),(16,623),(16,624),(16,625),(16,626),(16,627),(16,628),(16,629),(16,630),(16,631),(16,633),(16,635),(16,636),(16,637),(16,638),(16,639),(16,640),(16,642),(16,643),(16,644),(16,645),(16,646),(16,647),(16,648),(16,649),(16,650),(16,651),(16,652),(16,653),(16,654),(16,655),(16,656),(16,657),(16,658),(16,659),(16,660),(16,661),(16,662),(16,663),(16,664),(16,665),(16,666),(16,667),(16,668),(16,669),(16,670),(16,671),(16,672),(16,673),(16,674),(16,675),(16,676),(16,677),(16,678),(16,679),(16,681),(16,682),(16,683),(16,684),(16,685),(16,686),(16,687),(16,688),(16,689),(16,690),(16,691),(16,692),(16,693),(16,694),(16,695),(16,697),(16,698),(16,699),(16,700),(16,701),(16,703),(16,704),(16,705),(16,707),(16,708),(16,709),(16,710),(16,711),(16,712),(16,713),(16,715),(16,716),(16,717),(16,718),(16,719),(16,720),(16,721),(16,722),(16,723),(16,724),(16,725),(16,726),(16,727),(16,728),(16,729),(16,730),(16,731),(16,732),(16,733),(16,734),(16,735),(16,736),(16,737),(16,738),(16,739),(16,740),(16,741),(16,742),(16,743),(16,744),(16,745),(16,746),(16,747),(16,748),(16,749),(16,750),(16,751),(16,752),(16,753),(16,754),(16,755),(16,756),(16,757),(16,758),(16,759),(16,760),(16,761),(16,762),(16,763),(16,764),(16,765),(16,766),(16,767),(16,768),(16,769),(16,770),(16,772),(16,775),(16,776),(16,777),(16,778),(16,779),(16,780),(16,781),(16,783),(16,784),(16,785),(16,786),(16,787),(16,788),(16,789),(16,790),(16,792),(16,793),(16,794),(16,795),(16,796),(16,797),(16,798),(16,799),(16,800),(16,803),(16,804),(16,805),(16,806),(16,807),(16,808),(16,809),(16,810),(16,811),(16,812),(16,818),(16,827),(16,831),(16,836),(16,838),(16,844),(16,848),(16,850),(16,854),(16,856),(16,861),(16,862),(16,820),(15,820),(16,837),(11,837),(14,837),(20,822),(19,822),(16,822),(15,822),(16,823),(11,823),(14,823),(12,813),(16,813),(11,813),(15,813),(14,813),(20,771),(19,771),(12,771),(16,771),(11,771),(15,771),(14,771),(13,771),(22,817),(16,817),(11,817),(15,817),(16,868),(12,869),(16,869),(11,869),(15,869),(14,869),(16,773),(18,773),(21,773),(19,824),(16,824),(23,824),(16,871),(14,871),(24,871),(22,826),(20,826),(19,826),(12,826),(16,826),(11,826),(15,826),(14,826),(24,826),(13,826),(22,774),(20,774),(19,774),(12,774),(16,774),(11,774),(15,774),(14,774),(24,774),(13,774),(12,828),(16,828),(11,828),(22,815),(20,815),(19,815),(12,815),(16,815),(11,815),(15,815),(14,815),(24,815),(13,815),(19,829),(16,829),(13,829),(22,849),(20,849),(19,849),(12,849),(16,849),(11,849),(15,849),(14,849),(24,849),(13,849),(19,830),(16,830),(13,830),(12,873),(16,873),(19,874),(16,874),(16,832),(23,832),(16,833),(26,833),(19,819),(16,819),(13,819),(19,872),(16,872),(16,875),(19,876),(16,876),(12,877),(16,877),(12,878),(16,878),(24,878),(19,879),(16,879),(11,879),(13,879),(16,834),(14,834),(16,835),(14,835),(16,880),(16,881),(23,881),(16,882),(23,882),(12,841),(16,841),(11,841),(12,782),(16,782),(24,782),(18,782),(12,842),(16,842),(11,842),(16,843),(12,845),(16,845),(24,845),(19,870),(16,870),(13,870),(19,846),(16,846),(12,825),(16,825),(16,802),(23,802),(11,802),(19,847),(16,847),(16,883),(11,883),(16,884),(16,885),(16,886),(16,887),(19,888),(16,888),(13,888),(16,889),(11,889),(16,890),(26,890),(15,890),(19,814),(16,814),(16,791),(11,791),(16,853),(23,853),(19,816),(16,816),(13,816),(16,855),(11,855),(16,891),(12,857),(16,857),(24,857),(19,892),(16,892),(13,892),(16,894),(26,895),(16,896),(24,896),(16,897),(24,897),(16,851),(14,851),(22,821),(19,821),(16,821),(26,821),(15,821),(16,898),(23,898),(15,898),(19,899),(16,899),(16,900),(19,901),(16,901),(24,901),(16,902),(19,903),(16,903),(16,858),(14,858),(16,801),(23,801),(11,801),(16,904),(14,904),(16,905),(14,905),(24,905),(16,906),(24,906),(16,907),(13,907),(18,910),(16,911),(23,911),(18,911),(19,912),(16,912),(13,912),(16,913),(26,913),(12,914),(16,914),(24,914),(18,914),(22,916),(20,916),(19,916),(12,916),(16,916),(11,916),(15,916),(14,916),(24,916),(13,916),(14,917),(16,918),(15,918),(27,919),(19,919),(16,919),(13,919),(16,920),(19,908),(16,908),(24,908),(19,863),(16,863),(16,852),(23,852),(26,852),(16,909),(11,909),(16,915),(11,915),(16,921),(26,921),(28,922),(16,922),(24,922),(27,923),(28,923),(16,923),(23,924),(26,924),(19,925),(16,925),(15,925),(16,926),(23,926),(26,926),(19,927),(28,927),(16,927),(24,927),(27,928),(28,928),(16,928),(24,928),(27,929),(28,929),(16,929),(24,929),(16,930),(13,930),(21,893),(12,931),(16,931),(11,931),(15,931),(14,931),(16,932),(16,933),(16,934),(29,935),(18,935),(19,936),(16,936),(13,936),(16,937),(22,938),(16,938),(11,938),(15,938),(19,939),(16,939),(13,939),(16,940),(26,940),(22,941),(20,941),(19,941),(12,941),(16,941),(11,941),(15,941),(14,941),(24,941),(13,941),(22,942),(20,942),(19,942),(12,942),(16,942),(11,942),(15,942),(14,942),(24,942),(13,942),(16,943),(16,944),(23,944),(11,944),(16,945),(16,946),(13,946),(20,947),(30,947),(16,948),(16,949),(11,949),(14,949),(13,949),(26,950),(16,951),(15,951),(20,952),(19,952),(16,952),(15,952),(16,953),(16,954),(13,954),(16,955),(11,955),(14,955),(12,956),(16,956),(11,956),(15,956),(14,956),(20,957),(19,957),(12,957),(16,957),(11,957),(15,957),(14,957),(13,957),(16,958),(16,961),(23,961),(26,961),(16,962),(18,962),(21,962),(12,963),(16,963),(16,964),(12,965),(16,965),(11,965),(19,966),(16,966),(13,966),(19,967),(16,967),(16,968),(26,968),(12,969),(16,969),(16,970),(21,970),(16,971),(11,971),(16,972),(31,973),(16,973),(23,973),(16,974),(16,975),(14,975),(14,976),(16,977),(14,977),(16,978),(28,979),(16,979),(24,979),(16,980),(16,981),(31,982),(16,982),(23,982),(12,983),(16,983),(11,983),(16,984),(26,984),(15,984),(16,985),(21,985),(12,986),(16,986),(11,986),(16,987),(16,988),(16,989),(16,990),(16,991),(12,992),(16,992),(19,993),(16,993),(16,994),(19,995),(16,995),(13,995),(22,996),(20,996),(19,996),(12,996),(16,996),(11,996),(15,996),(14,996),(24,996),(13,996),(16,997),(26,997),(16,998),(23,998),(16,999),(16,1000),(16,1001),(11,1001),(19,1002),(16,1002),(13,1002),(12,1003),(16,1003),(24,1003),(22,1004),(19,1004),(16,1004),(26,1004),(15,1004),(16,1005),(16,1006),(16,1007),(14,1007),(20,1008),(19,1008),(16,1008),(30,1008),(16,1009),(26,1009),(28,1010),(16,1010),(24,1010),(27,1011),(28,1011),(16,1011),(16,1012),(14,1012),(24,1012),(16,1013),(23,1013),(26,1013),(16,1014),(26,1015),(16,1016),(11,1016),(16,1017),(16,1018),(24,1018),(16,1019),(16,1020),(19,1021),(16,1021),(13,1021),(21,1022),(28,1023),(16,1023),(16,1024),(11,1024),(19,1025),(16,1025),(24,1025),(16,1026),(13,1026),(21,1027),(19,1028),(16,1028),(23,1028),(19,1029),(16,1029),(13,1029),(19,1030),(16,1030),(13,1030),(16,1031),(12,1032),(16,1032),(24,1032),(16,1033),(19,1034),(16,1034),(11,1034),(13,1034),(19,1035),(30,1035),(13,1035),(16,1036),(11,1036),(29,1037),(16,1037),(16,1038),(23,1038),(11,1038),(27,1039),(28,1039),(16,1039),(24,1039),(31,1040),(16,1040),(16,1041),(20,1042),(31,1043),(26,1043),(20,1044),(19,1044),(12,1044),(16,1044),(11,1044),(15,1044),(14,1044),(13,1044),(16,1045),(22,1046),(20,1046),(19,1046),(12,1046),(16,1046),(11,1046),(15,1046),(14,1046),(24,1046),(13,1046),(16,1047),(26,1047),(16,1048),(15,1048),(19,1049),(16,1049),(16,1051),(14,1051),(16,1052),(24,1052),(16,1053),(23,1053),(26,1053),(16,1054),(11,1054),(16,1055),(24,1055),(19,1056),(16,1056),(15,1056),(19,1057),(28,1057),(16,1057),(24,1057),(16,1058),(16,1059),(16,1060),(11,1060),(14,1060),(16,1061),(18,1061),(21,1061),(19,1062),(16,1062),(13,1062),(16,1063),(13,1063),(22,1064),(20,1064),(19,1064),(12,1064),(16,1064),(11,1064),(15,1064),(14,1064),(24,1064),(13,1064),(27,1065),(19,1065),(16,1065),(13,1065),(22,1066),(20,1066),(19,1066),(12,1066),(16,1066),(11,1066),(15,1066),(14,1066),(24,1066),(13,1066),(16,1067),(19,1068),(16,1068),(13,1068),(19,1069),(16,1069),(16,1070),(26,1070),(16,1071),(31,1072),(16,1072),(23,1072),(16,1073),(14,1073),(27,1074),(16,1074),(16,1075),(21,1075),(18,1076),(16,1077),(16,1078),(23,1078),(11,1078),(16,1079),(23,1079),(19,1080),(16,1080),(13,1080),(27,1081),(28,1081),(16,1081),(24,1081),(16,1082),(23,1082),(11,1082),(23,1083),(26,1083),(16,1084),(12,1085),(16,1085),(11,1085),(15,1085),(14,1085),(20,1086),(30,1086),(16,1087),(26,1087),(19,1088),(28,1088),(16,1088),(26,1088),(16,1089),(14,1089),(19,1090),(16,1090),(24,1090),(31,1091),(16,1091),(26,1091),(18,1091),(21,1091),(20,1092),(19,1092),(28,1092),(31,1092),(16,1092),(11,1092),(14,1092),(16,1093),(23,1093),(11,1093),(26,1094),(16,1095); /*!40000 ALTER TABLE `kategoriekonf` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `kategorieskup` -- DROP TABLE IF EXISTS `kategorieskup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `kategorieskup` ( `id_kategorie` int(10) unsigned NOT NULL, `id_skupina` int(10) unsigned NOT NULL, KEY `idx_kategorieskup_id_kategorie` (`id_kategorie`), KEY `idx_kategorieskup_id_skupina` (`id_skupina`), CONSTRAINT `kategorieskup_ibfk_1` FOREIGN KEY (`id_kategorie`) REFERENCES `kategorie` (`id_kategorie`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `kategorieskup_ibfk_2` FOREIGN KEY (`id_skupina`) REFERENCES `skupina` (`id_skupina`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `kategorieskup` -- LOCK TABLES `kategorieskup` WRITE; /*!40000 ALTER TABLE `kategorieskup` DISABLE KEYS */; INSERT INTO `kategorieskup` VALUES (22,22),(20,22),(19,22),(12,22),(16,22),(23,22),(11,22),(15,22),(18,22),(21,22),(13,22),(14,22),(24,22),(26,22),(27,22),(28,22),(29,22),(30,22),(31,22); /*!40000 ALTER TABLE `kategorieskup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `konference` -- DROP TABLE IF EXISTS `konference`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `konference` ( `id_konf` int(10) unsigned NOT NULL AUTO_INCREMENT, `id_rodice` int(11) DEFAULT '0', `id_uziv` int(10) unsigned NOT NULL, `zkratka` varchar(10) DEFAULT '', `rok` int(4) DEFAULT '0', `nazev` varchar(100) DEFAULT NULL, `homepage` varchar(100) DEFAULT '', `stat` varchar(30) DEFAULT '', `mesto` varchar(60) DEFAULT '', `dat_vlozeni` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `dat_zacatek` date NOT NULL, `dat_konec` date NOT NULL, `deadline` date DEFAULT NULL, `notification` date DEFAULT NULL, `finalversion` date DEFAULT NULL, `popis` text, `archiv` tinyint(1) NOT NULL DEFAULT '0', `periodicita` int(11) DEFAULT '0', PRIMARY KEY (`id_konf`), KEY `idx_konference_id_uziv` (`id_uziv`), CONSTRAINT `konf2uziv` FOREIGN KEY (`id_uziv`) REFERENCES `uziv` (`uid`) ) ENGINE=InnoDB AUTO_INCREMENT=1096 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `konference` -- LOCK TABLES `konference` WRITE; /*!40000 ALTER TABLE `konference` DISABLE KEYS */; INSERT INTO `konference` VALUES (33,326,3,'RAW',2009,'Reconfigurable Architectures Workshop','http://www.ece.lsu.edu/vaidy/raw/','Italy','Rome','2009-09-13 07:14:19','2009-05-25','2009-05-26','2008-10-31','2009-01-15','2009-02-15','',1,0),(318,0,3,'IESS',2007,'International Embedded Systems Symposium','http://www.iess.org/','USA','Irvine','2009-01-25 12:38:48','2007-05-29','2007-06-01','2006-12-20','2007-01-20','2007-02-20','',1,0),(320,0,3,'LADC',2007,'Latin-American Symposium on Dependable Computing','http://www.matem.unam.mx/ladc2007/','Mexico','Morelia','2008-10-12 08:30:30','2007-09-26','2007-09-28','2007-04-01','2007-06-03','2007-06-30','',1,0),(321,0,3,'ECCTD',2008,'European Conference on Circuit Theory and Design','http://ecctd07.imse.cnm.es/','Spain','Seville','2008-09-22 07:10:05','2007-12-13','2007-12-13','2007-04-10','2007-06-15','2007-07-06','',1,0),(324,0,3,'DELTA',2008,'IEEE International Symposium on Electronic Design, Test & Applications','http://www.ece.ust.hk/delta2008/','Hong Kong','Hong Kong','2009-06-07 10:33:10','2008-01-23','2008-01-25','2007-09-07','2007-10-26','2007-11-16','',1,0),(325,0,3,'EDCC',2008,'European Dependable Computing Conference','http://edcc.dependability.org/','Lithuania','Kaunas','2009-04-09 09:40:56','2008-05-07','2008-05-09','2007-09-20','2008-01-15','2008-02-28','',1,0),(326,0,3,'RAW',2008,'Reconfigurable Architectures Workshop','http://www.ece.lsu.edu/vaidy/raw/','Florida, USA','Miami','2008-09-22 06:35:37','2008-04-14','2008-04-15','2007-10-08','2007-12-11','2008-01-28','',1,0),(328,0,3,'VLSI-DAT',2008,'International Symposium on VLSI Design, Automation and test','http://vlsidat.itri.org.tw/2008/General/','TW','Hsinchu','2008-09-07 13:22:45','2008-04-23','2008-04-25','2007-10-15','2007-12-31','0000-00-00','',1,0),(329,0,3,'IDT',2007,'International Design and Test Workshop','http://www.tttc-idt.org/','Egypt','Cairo','2008-09-22 06:37:51','2007-12-16','2007-12-18','2007-10-15','2007-11-30','0000-00-00','',1,0),(330,0,3,'VTS',2008,'IEEE VLSI Test Symposium','http://www.tttc-vts.org/','USA','San Diego','2008-09-22 06:40:55','2008-04-25','2008-05-01','2007-11-05','2007-12-21','0000-00-00','',1,0),(332,0,3,'ECBS',2008,'IEEE International Conference on Engineering of Computer-Based Systems','http://www.compeng.ulster.ac.uk/events/ecbs2008/','Northern Ireland','Belfast','2008-09-22 07:13:13','2008-03-31','2008-04-04','2007-11-01','2007-12-15','2008-01-11','',1,0),(333,0,3,'ISCA',2008,'International Symposium on Computer Architecture','http://isca2008.cs.princeton.edu/index.html','China','Beijing','2008-09-22 07:15:24','2008-06-21','2008-06-25','2007-11-09','0000-00-00','0000-00-00','',1,0),(334,0,3,'LATW',2008,'IEEE Latin-American Test Workshop','http://www-elec.inaoep.mx/latw2008/','Mexico','Puebla','2008-10-12 08:35:32','2008-02-17','2008-02-20','2007-11-11','2007-12-10','2008-01-10','',1,0),(335,0,3,'DAC',2009,'Design Automation Conference','http://www.dac.com/','USA','San Francisco','2009-09-13 07:20:03','2009-07-26','2009-07-31','2008-12-19','0000-00-00','0000-00-00','',1,0),(336,0,3,'GLSVLSI',2008,'?','http://www.sigda.org/glsvlsi/','Florida, USA','Orlando','2008-09-22 06:43:03','2008-05-04','2008-05-06','2007-11-30','2008-01-15','2008-02-14','',1,0),(337,0,3,'ISVLSI',2008,'IEEE Computer Society Annual Symposium on VLSI','http://www.lirmm.fr/isvlsi2008/','FR','Montpellier','2008-11-09 08:35:53','2008-04-07','2008-04-09','2007-12-05','2008-01-15','2008-02-10','',1,0),(338,0,3,'ETS',2008,'IEEE European Test Symposium','http://www.cad.polito.it/~ets08/','Italy','Verbania','2008-09-22 07:17:20','2008-05-25','2008-05-29','2007-12-07','2008-02-17','2008-03-16','',1,0),(339,0,3,'DSN',2008,'Annual IEEE/IFIP International Conference on Dependable Systems and Networks','http://www.ece.cmu.edu/~koopman/dsn08/','Alaska, USA','Anchorage','2008-09-22 07:20:35','2008-06-24','2008-06-27','2007-12-10','0000-00-00','0000-00-00','',1,0),(340,0,3,'VLSI',2008,'Symposium on VLSI Circuits','http://www.vlsisymposium.org/index.html','Hawaii','Honolulu','2008-09-22 06:45:35','2008-06-18','2008-06-20','2008-01-07','0000-00-00','0000-00-00','',1,0),(341,0,3,'ITSW',2008,'International Test Synthesis Workshop','http://www.tttc-itsw.org/','USA','Santa Barbara','2008-09-22 06:46:50','2008-04-07','2008-04-09','2008-01-09','2008-02-27','0000-00-00','',1,0),(342,0,3,'NEWCAS',2008,'NEWCAS','http://www.newcas.org/','Canada','Montreal','2008-09-22 07:23:45','2008-06-22','2008-06-25','2008-01-14','2008-03-24','2008-04-28','',1,0),(343,0,3,'NATW',2008,'IEEE North Atlantic Test Workshop','http://www.eng.auburn.edu/users/strouce/NATW2008.html','MA, USA','Boxborough','2008-11-09 08:55:46','2008-05-14','2008-05-16','2008-02-01','2008-03-04','2008-03-31','',1,0),(344,0,3,'AQTR',2008,'IEEE International Conference on Automation, Quality and Testing, Robotics','http://aqtr.ro/','Romania','Cluj-Napoca','2009-07-05 09:41:26','2008-05-25','2008-05-25','2008-02-04','2008-03-31','2008-04-21','',1,0),(345,0,3,'SIES',2008,'IEEE Symposium on Industrial Embedded Systems','http://www.lirmm.fr/SIES2008/','FR','Montpellier','2008-09-22 07:26:35','2008-07-11','2008-07-13','2008-02-06','2008-03-04','2008-04-01','',1,0),(346,0,3,'SAMOS',2008,'International Symposium on Systems, Architectures, MOdeling and Simulation','http://samos.et.tudelft.nl/samos_viii/','GR','Samos','2008-11-27 09:24:05','2008-07-21','2008-07-24','2008-02-09','2008-03-21','2008-04-11','',1,0),(347,0,3,'ICECS',2008,'IEEE International Conference on Electronics, Circuits, and Systems','http://www.icecs2008.org/','Malta','Malta','2008-09-22 06:49:58','2008-08-31','2008-09-03','2008-02-15','2008-05-15','2008-06-15','',1,0),(348,0,3,'ITC',2008,'International Test Conference','http://www.itctestweek.org/','USA','Santa Clara','2008-11-09 09:01:26','2008-10-28','2008-10-30','2008-02-15','0000-00-00','0000-00-00','',1,0),(349,0,3,'EAEEIE',2008,'EAEEIE Annual Conference','http://eaeeie.ttu.ee/','Estonia','Tallinn','2008-11-09 08:59:19','2008-06-29','2008-07-02','2008-02-15','2008-03-25','2008-04-30','',1,0),(350,0,3,'ECMS',2008,'European Conference on Modelling and Simulation','http://www.scs-europe.net/conf/ecms2008/','Cyprus','Nicosia','2008-09-22 07:28:47','2008-06-03','2008-06-06','2008-02-19','2008-03-20','2008-04-17','',1,0),(351,0,3,'IOLTS',2008,'IEEE International On-Line Testing Symposium','http://tima.imag.fr/conferences/iolts/','Greece','Rhodes','2008-12-16 12:04:56','2008-07-07','2008-07-09','2008-02-27','2008-04-08','2008-04-25','',1,0),(352,0,3,'MIXDES',2008,'International Conference Mixed Design of Integrated Circuits and Systems','http://www.mixdes.org/','PL','Poznań','2008-09-22 07:00:20','2008-06-19','2008-06-21','2008-02-29','2008-04-15','0000-00-00','',1,0),(353,0,3,'ICICDT',2008,'International Conference on IC Design and Technology','http://www.icicdt.org/','FR','Grenoble','2008-09-22 06:51:48','2008-06-02','2008-06-04','2008-02-29','0000-00-00','0000-00-00','',1,0),(354,0,3,'MWSCAS',2008,'IEEE International Midwest Symposium on Circuits and Systems','http://www.eecs.utk.edu/mwscas/','USA','Knoxville','2008-09-22 07:30:50','2008-08-10','2008-08-13','2008-03-03','2008-05-09','2008-06-01','',1,0),(355,0,3,'PATMOS',2008,'PATMOS','http://algos.inesc-id.pt/patmos/home.shtml?cfp','Portugal','Lisbon','2009-01-25 12:43:54','2008-09-10','2008-09-12','2008-03-15','0000-00-00','0000-00-00','',1,0),(356,0,3,'FPL',2008,'International Conference on Field Programmable Logic and Applications','http://fpl.org/','Germany','Heidelberg','2009-01-22 14:38:42','2008-09-08','2008-09-10','2008-03-16','2008-05-21','0000-00-00','',1,0),(357,0,3,'DSD',2008,'EUROMICRO CONFERENCE on DIGITAL SYSTEM DESIGN Architectures, Methods and Tools','http://dsd08.iet.unipi.it/index.htm','IT','Parma','2008-11-20 13:03:35','2008-09-03','2008-09-05','2008-03-17','2008-05-05','2008-06-09','',1,0),(358,0,3,'ICES',2008,'nternational Conference on Evolvable Systems: From Biology to Hardware','http://www.fit.vutbr.cz/events/ices2008/about.php?section=about','ČR','Prague','2009-07-05 09:44:00','2008-09-21','2008-09-24','2008-03-19','2008-04-30','2008-05-30','',1,0),(359,0,3,'IWLS',2008,' International Workshop on Logic & Synthesis','http://www.iwls.org/','USA','Lake Tahoe','2009-03-25 11:53:22','2008-06-04','2008-06-06','2008-03-19','2008-04-09','2008-04-23','',1,0),(360,0,3,'SBCCI',2008,'Symposium on Integrated Circuits and Systems Design','http://www.inf.ufrgs.br/chipinthepampa2008/sbcci.php','Brazil','Gramado','2008-11-09 09:06:21','2008-09-01','2008-09-04','2008-03-24','2008-05-14','2008-06-06','',1,0),(361,0,3,'VLSI-SoC',2008,'IFIP/IEEE International Conference on Very Large Scale Integration','http://vlsi.ee.duth.gr/vlsisoc-2008/','Greece','Rhoros','2008-10-12 08:42:05','2008-10-13','2008-10-15','2008-03-28','2008-05-23','2008-07-11','',1,0),(362,0,3,'DATICS',2008,'Design, Analysis and Tools for Integrated Circuits and Systems','http://digilander.libero.it/systemcfl/datics/','Greece','Crete','2008-10-12 08:44:48','2008-07-22','2008-07-24','2008-03-31','2008-05-01','0000-00-00','',1,0),(363,0,3,'SIPS',2008,'IEEE Workshop on Signal Processing Systems','http://www.sips08.org/','USA','Washington, D.C.','2009-01-25 12:46:33','2008-10-08','2008-10-10','2008-04-02','2008-06-18','2008-07-20','',1,0),(364,0,3,'SOCC',2008,'IEEE SoC Conference','http://www.ieee-socc.org/','USA','Newport Beach','2008-11-09 09:08:44','2008-09-17','2008-09-20','2008-04-11','2008-06-13','2008-07-18','',1,0),(365,0,3,'ICCAD',2008,'IEEE/ACM International Conference on Computer-Aided Design','http://www.iccad.com/2008/index.html','USA','San Jose','2009-03-17 08:55:01','2008-11-10','2008-11-13','2008-04-14','2008-06-25','2008-07-30','',1,0),(366,0,3,'APCCAS',2008,'IEEE Asia Pacific Conference on Circuits and Systems','http://apccas2008.umac.mo/','China','Macao','2010-02-27 09:02:30','2008-11-30','2008-12-03','2008-04-15','2008-07-15','2008-08-30','',1,0),(367,0,3,'DCIS',2008,'Conference on Design of Circuits and Integrated Systems','http://obaldia.imag.fr/','FR','Grenoble','2009-03-17 08:58:51','2008-11-12','2008-11-14','2008-04-21','2008-07-04','2008-08-28','',1,0),(368,0,3,'IWSBP',2008,'International Workshop on Boolean Problems','http://www.informatik.tu-freiberg.de/prof2/ws_bp8/','Germany','Freiberg','2010-01-11 09:35:59','2008-09-18','2008-09-19','2008-04-25','2008-05-30','2008-07-04','',1,0),(370,0,3,'BEC',2008,'Baltic Electronics Conference','http://www.elin.ttu.ee/bec/','Estonia','Tallinn','2009-04-29 11:26:20','2008-10-06','2008-10-08','2008-04-28','2008-05-19','2008-06-06','',1,0),(371,0,3,'ICSES',2008,'International Conference on Signals and Electronic Systems','http://www.icses2008.agh.edu.pl/','PL','Kraków','2009-08-22 07:01:10','2008-09-14','2008-09-17','2008-05-03','2008-07-13','2008-07-31','',1,0),(373,0,3,'DFT',2008,'IEEE International Symposium on Defect and Fault Tolerance in VLSI Systems','http://www.dfts.org/','USA','Cambridge','2009-03-17 09:05:48','2008-10-01','2008-10-03','2008-05-07','2008-06-20','2008-07-14','',1,0),(374,0,3,'ICCD',2008,'International Conference on Computer Design','http://iccd.et.tudelft.nl/','USA','Lake Tahoe','2009-04-09 10:08:23','2008-10-12','2008-10-15','2008-05-09','2008-07-18','2008-08-22','',1,0),(375,0,3,'MICRO',2008,'Annual IEEE/ACM International Symposium on Microarchitecture','http://www.microarch.org/micro41/','IT','Lake Como','2009-03-17 09:08:48','2008-11-08','2008-11-12','2008-05-13','2008-08-05','2008-08-20','',1,0),(376,0,3,'ATS',2008,'Asian Test Symposium','http://ats08.info.hiroshima-cu.ac.jp/','JAPAN','Sapporo','2009-03-17 09:11:48','2008-11-24','2008-11-27','2008-05-19','2008-07-11','2008-08-11','',1,0),(377,0,3,'MIDEM',2008,'International Conference on Microelectronics, Devices and Materials','http://www.midem-drustvo.si/conf2008/','Slovenia','Fiesa','2010-02-27 09:04:44','2008-09-17','2008-09-19','2008-05-26','2008-06-10','2008-08-01','',1,0),(378,0,3,'SoC',2008,'International Symposium on System-on-Chip','http://soc.cs.tut.fi/2008/','Finland','Tampere','2009-04-09 10:12:08','2008-11-04','2008-11-06','2008-06-02','2008-07-04','2008-08-15','',1,0),(379,0,3,'ICCES',2008,'International Conference on Computer Engineering & Systems','http://www.iceec.org/','Egypt','Cairo','2009-03-17 09:15:37','2008-11-25','2008-11-27','2008-06-12','2008-08-14','2008-09-25','',1,0),(380,0,3,'PAD',2008,'Počítačové architektury & diagnostika','http://pad2008.fm.tul.cz/','ČR','Hejnice','2009-04-09 10:14:04','2008-09-15','2008-09-17','2008-06-15','0000-00-00','0000-00-00','',1,0),(381,0,3,'ASP-DAC',2009,'Asia and South Pacific Design Automation Conference','http://www.aspdac.com/aspdac2009/','Japan','Yokohama','2009-04-09 10:18:50','2009-01-19','2009-01-22','2008-07-14','2008-09-26','2008-11-17','',1,0),(382,0,3,'EWDTS',2008,'IEEE East-West Design & Test Symposium','http://ewdtest.com/conf/','Ukraine','Lvov','2009-04-09 10:22:40','2008-09-05','2008-09-09','2008-08-01','2008-08-20','2008-09-01','',1,0),(384,0,3,'ICICT',2008,'International Conference on Information and Communication Technologies','http://www.waset.org/icict08/','Thailand','Bangkok','2009-04-09 10:27:14','2008-12-24','2008-12-26','2008-08-31','2008-09-20','2008-10-15','',1,0),(385,0,3,'IEEEI',2008,'IEEE 25-th CONVENTION OF ELECTRICAL AND ELECTRONICS ENGINEERS IN ISRAEL','http://www.eng.tau.ac.il/~ieee/Convention/index.html','Israel','Eilat','2009-07-05 09:50:11','2008-12-03','2008-12-05','2008-08-01','2008-09-15','2008-10-15','',1,0),(386,0,3,'DATE',2009,'Design, Automation, and Test in Europe','http://www.date-conference.com/index.php','FR','Nice','2009-06-28 11:30:02','2009-04-20','2009-04-24','2008-09-07','2008-11-17','2008-12-12','',1,0),(387,0,3,'MEMICS',2008,'Annual Doctoral Workshop on Mathematical and Engineering Methods in Computer Science','http://www.memics.cz/2008/','ČR','Znojmo','2009-03-01 09:47:56','2008-11-14','2008-11-16','2008-09-10','2008-10-15','2008-10-24','',1,0),(388,0,3,'FPGA',2009,'ACM/SIGDA International Symposium on Field-Programmable Gate Arrays','http://www.ece.wisc.edu/~kati/isfpga/','USA, CA','Monterey','2009-07-29 10:51:21','2009-02-22','2009-02-24','2008-09-21','2008-11-14','2008-12-07','',1,0),(389,0,3,'AICCSA',2009,'ACS/IEEE International Conference on Computer Systems and Applications','http://www.congreso.us.es/aiccsa2009/','Morocco','Rabat','2009-07-05 09:55:51','2009-05-10','2009-05-13','2008-09-29','2008-12-08','2009-01-26','',1,0),(390,0,3,'EUROCON',2009,'IEEE Region 8 EUROCON 2009 Conference','http://ewh.ieee.org/r8/russia/nw/cem/eurocon2009/','Russia','Saint-Petersburg','2010-01-22 09:38:33','2009-05-18','2009-05-23','2008-09-30','2009-01-19','2009-02-28','',1,0),(391,0,3,'PDeS',2009,'PROGRAMMABLE DEVICES and EMBEDDED SYSTEMS','http://kat455.vsb.cz/konference/pdes2009/','ČR','Ostrava','2010-01-06 12:20:46','2009-02-10','2009-02-12','2008-09-30','2008-10-20','2008-12-15','',1,0),(392,0,3,'ISQED',2009,'International Symposium on Quality Electronic Design','http://www.isqed.org/','USA','San Jose','2009-07-05 10:00:14','2009-03-16','2009-03-18','2008-10-10','2008-11-22','2009-01-02','',1,0),(393,0,3,'ISCAS',2009,'IEEE International Symposium on Circuits and Systems','http://conf.ncku.edu.tw/iscas2009/','Taiwan','Taipei','2009-07-05 10:08:03','2009-05-24','2009-05-27','2008-10-10','2009-01-09','2009-02-13','',1,0),(395,0,3,'DDECS',2008,'IEEE Workshop on Design and Diagnostics of Electronic Circuits and Systems','http://ui.sav.sk/DDECS2008/','Slovakia','Bratislava','2008-07-25 05:56:04','2008-04-16','2008-04-18','0000-00-00','0000-00-00','0000-00-00','',1,0),(397,0,3,'RM',2009,'Reed-Muller','http://www.lsi-cad.com/RM/','Okinawa, Japan','Naha','2010-07-19 11:29:21','2009-05-24','2009-05-24','2009-02-01','2009-03-24','2009-04-17','',1,0),(398,0,3,'ISMVL',2009,'International Symposium on Multiple-Valued Logic','http://cs3.el.gunma-u.ac.jp/ISMVL2009/','Okiwana, Japan','Naha','2009-09-13 07:16:18','2009-05-21','2009-05-23','2008-11-01','2009-02-01','2009-03-01','',1,0),(400,329,3,'IDT',2008,'International Design and Test Workshop','http://www.tttc-idt.org/','Tunisia','Monastir','2010-01-22 09:21:06','2008-12-20','2008-12-22','2008-09-25','2008-10-24','2008-11-21','',1,0),(401,330,3,'VTS',2009,'IEEE VLSI Test Symposium','http://www.tttc-vts.org/','USA','Santa Cruz','2009-07-29 11:00:20','2009-05-03','2009-05-07','2008-10-27','2009-01-09','0000-00-00','',1,0),(402,336,3,'GLSVLSI',2009,'GLSVLSI','http://www.sigda.org/glsvlsi/','USA','Boston','2009-11-01 12:11:17','2009-05-10','2009-05-12','2008-11-30','2009-02-05','2009-03-03','',1,0),(403,340,3,'VLSI',2009,'Symposium on VLSI Circuits','http://www.vlsisymposium.org/index.html','Japan','Kyoto','2009-09-13 07:22:36','2009-06-16','2009-06-18','2009-01-14','0000-00-00','0000-00-00','',1,0),(404,341,3,'ITSW',2009,'International Test Synthesis Workshop','http://www.tttc-itsw.org/','USA','Austin','2009-09-13 07:28:04','2009-03-23','2009-03-25','2009-01-07','2009-02-09','0000-00-00','',1,0),(405,347,3,'ICECS',2009,'IEEE International Conference on Electronics, Circuits, and Systems','http://www.icecs2009.org/','Tunisia','Hammamet','2010-01-26 09:32:01','2009-12-13','2009-12-16','2009-06-14','2009-08-15','2009-09-15','',1,0),(406,353,3,'ICICDT',2009,'International Conference on IC Design and Technology','http://www.icicdt.org/','USA, TX','Austin','2009-09-13 07:28:24','2009-05-18','2009-05-20','2009-02-16','0000-00-00','0000-00-00','',1,0),(407,352,3,'MIXDES',2009,'International Conference Mixed Design of Integrated Circuits and Systems','http://www.mixdes.org/','PL','ŁódĽ','2009-07-29 11:53:34','2009-06-25','2009-06-27','2009-02-28','2009-04-15','0000-00-00','',1,0),(408,321,3,'ECCTD',2009,'European Conference on Circuit Theory and Design','http://ecctd09.dogus.edu.tr/','Turkey','Antalya','2010-06-02 12:42:42','2009-08-23','2009-08-28','2009-04-15','2009-06-15','2009-07-06','',1,0),(409,332,3,'ECBS',2009,'IEEE International Conference on Engineering of Computer-Based Systems','http://www.ece.usu.edu/ecbs09/','USA','San Francisco','2009-09-13 07:17:56','2009-04-13','2009-04-16','2008-11-10','2008-12-15','2009-01-14','',1,0),(410,333,3,'ISCA',2009,'International Symposium on Computer Architecture','http://isca09.cs.columbia.edu/','USA, TX','Austin','2009-07-05 10:12:50','2009-06-20','2009-06-24','2008-11-25','2009-02-25','0000-00-00','',1,0),(411,338,3,'ETS',2009,'IEEE European Test Symposium','http://www.imse.cnm.es/ets09/','Spain','Sevilla','2009-07-05 10:24:42','2009-05-25','2009-05-29','2008-12-14','2009-02-17','2009-03-16','',1,0),(412,339,3,'DSN',2009,'Annual IEEE/IFIP International Conference on Dependable Systems and Networks','http://www.dsn.org/','Portugal','Lisbon','2009-07-29 11:08:01','2009-06-29','2009-07-02','2008-12-15','0000-00-00','0000-00-00','',1,0),(413,342,3,'NEWCAS',2009,'IEEE NEWCAS-TAISA','http://newcas.grm.polymtl.ca/','FR','Toulouse','2009-07-29 11:22:45','2009-06-28','2009-07-01','2009-01-19','2009-03-24','2009-04-28','',1,0),(414,345,3,'SIES',2009,'IEEE Symposium on Industrial Embedded Systems','http://sies2009.epfl.ch/','Switzerland','Lausanne','2009-07-29 12:30:55','2009-07-08','2009-07-10','2009-03-20','2009-05-22','2009-06-12','',1,0),(415,350,3,'ECMS',2009,'European Conference on Modelling and Simulation','http://www.scs-europe.net/conf/ecms2009/index.html','Spain','Madrid','2009-07-29 11:51:08','2009-06-09','2009-06-12','2009-02-20','2009-03-24','2009-04-24','',1,0),(416,354,3,'MWSCAS',2009,'IEEE International Midwest Symposium on Circuits and Systems','http://www-elec.inaoep.mx/mwscas09/cfp.htm','Mexico','Cancun','2009-11-01 12:19:21','2009-08-02','2009-08-05','2009-03-25','2009-05-09','2009-05-22','',1,0),(417,395,3,'DDECS',2009,'IEEE Workshop on Design and Diagnostics of Electronic Circuits and Systems','http://ddecs2009.tul.cz/','ČR','Liberec','2009-04-29 11:17:52','2009-04-15','2009-04-17','2009-01-16','2009-02-27','2009-03-10','',1,0),(419,0,3,'ARCS',2009,'International Conference on Architecture of Computing Systems','http://www.ida.ing.tu-bs.de/arcs09/','NL','Delft','2009-07-05 10:03:39','2009-03-10','2009-03-13','2008-10-19','2008-11-28','2008-12-12','',1,0),(423,320,3,'LADC',2009,'Latin-American Symposium on Dependable Computing','http://ladc2009.lsd.ufcg.edu.br/','Brazil','Joao Pessoa','2010-06-02 12:39:22','2009-09-01','2009-09-04','2009-03-09','2009-05-11','2009-06-12','',1,0),(424,334,3,'LATW',2009,'IEEE Latin-American Test Workshop','http://inf.ufrgs.br/latw/','Brazil','Rio de Janeiro','2009-10-21 06:59:52','2009-03-02','2009-03-05','2008-10-31','2008-12-09','2009-01-09','',1,0),(425,361,3,'VLSI-SoC',2009,'IFIP/IEEE International Conference on Very Large Scale Integration','http://inf.ufrgs.br/vlsisoc/','Brazil','Florianopolis','2010-01-21 09:05:44','2009-10-12','2009-10-14','2009-03-28','2009-06-16','2009-07-11','',1,0),(426,362,3,'DATICS',2009,'Design, Analysis and Tools for Integrated Circuits and Systems','http://digilander.libero.it/systemcfl/datics09-imecs/','Hong Kong','Hong Kong','2009-05-17 08:02:26','2009-03-18','2009-03-20','2008-11-01','2008-12-01','2009-01-10','',1,0),(427,0,3,'ACSD',2011,'International Conference on Application of Concurrency to System Design','http://www.jaist.ac.jp/acsd-petrinets2011/acsd2011-cfp-web-20100817.html','Japan','Kanazawa','2011-07-31 16:22:32','2011-06-20','2011-06-24','2011-01-24','2011-03-14','2011-04-11','',1,0),(428,0,3,'DCDS',2009,'IFAC Workshop on Dependable Control of Discrete Systems','http://dcds09.poliba.it/DCDS09/Home.html','Italy','Bari','2010-07-19 09:58:16','2009-06-10','2009-06-12','2009-01-08','2009-03-12','2009-04-12','',1,0),(429,328,3,'VLSI-DAT',2009,'International Symposium on VLSI Design, Automation & Test','http://vlsidat.itri.org.tw/2009/General/','Taiwan','Hsinchu','2013-03-07 20:04:41','2009-04-27','2009-04-30','2008-10-26','2008-12-25','2009-01-31','',1,0),(430,0,3,'NOCS',2009,'ACM/IEEE International Symposium on Networks-on-Chip','http://circuit.ucsd.edu/~nocs2009/','USA','San Diego','2009-07-29 11:26:02','2009-05-10','2009-05-13','2009-01-30','2009-03-13','2009-04-06','',1,0),(431,0,3,'RSP',2009,'IEEE/IFIP International Symposium on Rapid System Prototyping','http://www.rsp-symposium.org/','France','Paris','2009-11-01 12:13:27','2009-06-23','2009-06-26','2009-01-09','2009-03-02','2009-04-04','',1,0),(432,0,3,'PN',2009,'Petri Nets','http://petrinets2009.lip6.fr/','France','Paris','2009-07-29 11:15:22','2009-06-22','2009-06-26','2009-01-05','2009-03-01','2009-04-01','',1,0),(433,0,3,'CSEDU',2009,'Computer Supported Education','http://www.csedu.org/','Portugal','Lisboa','2009-04-29 11:36:45','2009-03-23','2009-03-26','2008-11-18','2009-01-28','2009-02-10','',1,0),(434,0,3,'HiPEAC',2009,'International Conference on High Performance and Embedded Architectures and Compilers','http://www.hipeac.net/conference/','CYPRUS','Paphos','2009-04-09 10:17:01','2009-01-25','2009-01-28','2008-07-11','2008-09-16','2008-10-15','',1,0),(436,0,3,'SELSE',2009,'Silicon Errors in Logic - System Effects','http://www.selse.org','USA, CA','Stanford','2010-01-06 12:32:39','2009-03-24','2009-03-25','2008-12-20','2009-02-11','2009-03-11','',1,0),(437,337,3,'ISVLSI',2009,'IEEE Computer Society Annual Symposium on VLSI','http://www.eng.ucy.ac.cy/theocharides/isvlsi09/index.htm','USA, Florida','Tampa','2009-07-29 11:20:07','2009-05-13','2009-05-15','2009-01-15','2009-03-02','2009-03-25','',1,0),(438,343,3,'NATW',2009,'IEEE North Atlantic Test Workshop','http://www.eng.auburn.edu/~strouce/NATW2009.html','USA','NY','2010-01-06 12:38:09','2009-05-13','2009-05-15','2009-02-01','2009-03-01','2009-03-29','',1,0),(439,349,3,'EAEEIE',2009,'European Association for Education in Electrical and Information Engineering Council Conference','http://www.cfp.upv.es/EAEEIE09/index.html','Spain','Valencia','2010-01-06 12:35:16','2009-06-22','2009-06-24','2009-01-23','2009-03-27','2009-04-20','',1,0),(440,348,3,'ITC',2009,'International Test Conference','http://www.itctestweek.org/','USA, TX','Austin','2010-02-27 09:10:05','2009-11-03','2009-11-05','2009-03-07','0000-00-00','0000-00-00','',1,0),(441,360,3,'SBCCI',2009,'Symposium on Integrated Circuits and Systems Design','http://www.lasic.ufrn.br/sbcci2009/sbcci/','Brazil','Natal','2010-01-06 12:43:30','2009-08-31','2009-09-03','2009-03-24','2009-05-14','2009-06-06','',1,0),(442,364,3,'SOCC',2009,'IEEE SoC Conference','http://www.ieee-socc.org/','Northern Ireland','Belfast','2010-02-27 09:17:23','2009-09-08','2009-09-11','2009-04-03','2009-06-12','2009-06-26','',1,0),(443,357,3,'DSD',2009,'EUROMICRO CONFERENCE on DIGITAL SYSTEM DESIGN Architectures, Methods and Tools','http://www.iuma.ulpgc.es/dsd09','Greece','Patras','2009-11-26 13:37:31','2009-08-27','2009-08-29','2009-03-27','2009-04-27','2009-05-26','',1,0),(444,346,3,'SAMOS',2009,'International Symposium on Systems, Architectures, MOdeling and Simulation','http://samos.et.tudelft.nl/samos_ix/','GR','Samos','2010-01-06 12:40:28','2009-07-20','2009-07-23','2009-02-02','2009-03-20','2009-04-10','',1,0),(445,0,3,'DESDes',2009,'IFAC WORKSHOP ON DISCRETE-EVENT SYSTEM DESIGN','http://www.desdes.uz.zgora.pl/','Spain','Gandia Beach','2011-03-08 12:06:21','2009-10-06','2009-10-08','2009-04-26','2009-06-01','2009-07-25','',1,0),(446,351,3,'IOLTS',2009,'IEEE International On-Line Testing Symposium','http://www-tima.imag.fr/conferences/iolts/iolts09/index.htm','Portugal','Sesimbra-Lisbon','2009-12-21 13:56:20','2009-06-24','2009-06-27','2009-02-02','2009-03-27','2009-04-15','',1,0),(447,0,3,'PRIME',2009,'IEEE Conference on Ph.D. Reseach in Microelectronics & Electronics','http://www.prime2009.org/','Ireland','Cork','2009-09-13 07:25:11','2009-07-12','2009-07-17','2009-02-15','2009-04-15','2009-05-15','',1,0),(448,0,3,'POSTER',2009,'POSTER','http://radio.feld.cvut.cz/conf/poster2009/','ČR','Praha','2010-02-27 09:12:18','2009-05-21','2009-05-21','2009-03-21','2009-04-21','0000-00-00','',1,0),(449,356,3,'FPL',2009,'International Conference on Field Programmable Logic and Applications','http://fpl.org/','CR','Prague','2010-01-21 09:23:39','2009-08-31','2009-09-02','2009-03-23','2009-05-22','2009-06-12','',1,0),(450,318,3,'IESS',2009,'International Embedded Systems Symposium','http://www.iess.org/','Germany','Schloß','2011-07-20 01:00:04','2009-09-14','2009-09-16','2009-03-15','2009-04-30','2009-05-30','',1,0),(451,355,3,'PATMOS',2009,'International Workshop on Power and Timing Modeling, Optimization and Simulation','http://kobalt.et.tudelft.nl/patmos09/home.general.html','NL','Delft','2010-02-03 09:35:13','2009-09-09','2009-09-11','2009-05-03','2009-07-05','2009-07-26','',1,0),(452,363,3,'SIPS',2009,'IEEE Workshop on Signal Processing Systems','http://www.sips09.org/','Finland','Tampere','2009-11-01 12:21:54','2009-10-07','2009-10-09','2009-04-01','2009-06-26','0000-00-00','',1,0),(454,0,3,'EWDC',2009,'European Workshop on Dependable Computing','http://www.laas.fr/EWDC2009/','France','Toulouse','2010-10-16 12:19:33','2009-05-14','2009-05-15','2009-02-25','2009-04-01','2009-04-15','',1,0),(455,387,3,'MEMICS',2009,'Annual Doctoral Workshop on Mathematical and Engineering Methods in Computer Science','http://www.memics.cz/','ČR','Znojmo','2010-01-22 08:36:40','2009-11-13','2009-11-15','2009-09-20','2009-10-14','2009-10-22','',1,0),(456,0,3,'DASIP',2009,'Conference on Design and Architectures for Signal and Image Processing','http://www.ecsi.org/dasip','FR','Sophia Antipolis','2010-06-02 12:50:21','2009-09-22','2009-09-24','2009-05-31','2009-06-15','2009-07-10','',1,0),(457,0,3,'ESWeek',2009,'CASES Conference at Embedded Systems Week','http://www.esweek.org','France','Grenoble','2010-01-26 09:15:52','2009-10-11','2009-10-16','2009-05-01','2009-07-31','2009-08-09','',1,0),(458,365,3,'ICCAD',2009,'IEEE/ACM International Conference on Computer-Aided Design','http://www.iccad.com/2009/index.html','USA','San Jose','2010-02-27 09:26:31','2009-11-02','2009-11-05','2009-05-11','2009-08-13','0000-00-00','',1,0),(459,367,3,'DCIS',2009,'Conference on Design of Circuits and Integrated Systems','http://dcis2009.unizar.es/','Spain','Zaragoza','2010-02-27 08:18:35','2009-11-18','2009-11-20','2009-04-05','2009-07-03','2009-07-31','',1,0),(460,373,3,'DFT',2009,'IEEE International Symposium on Defect and Fault Tolerance in VLSI Systems','http://www.dfts.org/','USA','Chicago','2010-02-27 09:20:12','2009-10-07','2009-10-09','2009-05-04','2009-06-15','2009-07-06','',1,0),(461,375,3,'MICRO',2009,'Annual IEEE/ACM International Symposium on Microarchitecture','http://www.microarch.org/micro42/','USA','New York','2010-01-26 09:29:19','2009-12-12','2009-12-16','2009-05-15','2009-07-28','0000-00-00','',1,0),(462,376,3,'ATS',2009,'Asian Test Symposium','http://ats09.nchu.edu.tw/','JAPAN','Taichung','2010-03-26 14:51:03','2009-11-23','2009-11-26','2009-05-18','2009-07-10','2009-08-10','',1,0),(463,379,3,'ICCES',2009,'International Conference on Computer Engineering & Systems','http://www.iceec.org/','Egypt','Cairo','2010-01-26 09:38:39','2009-12-15','2009-12-17','2009-06-28','2009-08-24','2009-09-30','',1,0),(464,0,3,'FDL',2009,'Forum on specification & Design Languages','www.ecsi.org/fdl','FR','Sophia Antipolis','2010-02-27 09:15:11','2009-09-22','2009-09-24','2009-03-31','2009-05-15','2009-07-10','',1,0),(465,359,3,'IWLS',2009,' International Workshop on Logic & Synthesis','http://www.iwls.org/','CA, USA','Berkeley','2010-02-19 08:37:47','2009-07-31','2009-08-02','2009-05-15','2009-05-29','2009-06-19','',1,0),(466,0,3,'PPAM',2009,'International Conference on Parallel Processing and Applied Mathematics','http://www.ppam.pl/','Poland','Wroclaw','2010-12-12 10:45:18','2009-09-13','2009-09-16','2009-04-30','2009-05-31','0000-00-00','',1,0),(467,325,3,'EDCC',2010,'European Dependable Computing Conference','http://edcc.dependability.org/','Spain','Valencia','2011-03-26 14:28:10','2010-04-28','2010-04-30','2009-10-09','2010-01-08','0000-00-00','',1,0),(468,374,3,'ICCD',2009,'International Conference on Computer Design','http://iccd.et.tudelft.nl/','USA, CA','Lake Tahoe','2009-11-01 12:25:15','2009-10-04','2009-10-07','2009-05-08','2009-07-24','2009-08-24','',1,0),(470,380,3,'PAD',2009,'Počítačové architektury & diagnostika','http://pad09.utb.cz/','ČR','Soláň','2009-11-01 09:13:00','2009-09-09','2009-09-11','2009-06-24','2009-07-07','2009-08-02','',1,0),(471,434,3,'HiPEAC',2010,'International Conference on High Performance and Embedded Architectures and Compilers','http://www.hipeac.net/conference/','Italy ','Pisa','2010-02-27 09:35:36','2010-01-25','2010-01-27','2009-07-03','2009-09-15','2009-10-30','',1,0),(472,381,3,'ASP-DAC',2010,'Asia and South Pacific Design Automation Conference','http://www.aspdac.com/aspdac2010/','Taiwan','Taipei','2010-02-27 09:39:06','2010-01-18','2010-01-21','2009-07-13','2009-09-25','0000-00-00','',1,0),(473,382,3,'EWDTS',2009,'IEEE East-West Design & Test Symposium','http://ewdtest.com/conf/','Russia','Moscow','2010-01-26 09:36:08','2009-09-18','2009-09-21','2009-06-15','2009-08-01','0000-00-00','',1,0),(474,384,3,'ICICT',2010,'International Conference on Information and Communication Technologies','http://www.waset.org/wcset10/tokyo/icict/','Japan','Tokyo','2010-12-12 12:10:04','2010-05-26','2010-05-28','2010-01-25','2010-02-22','2010-03-29','',1,0),(475,0,3,'ARC',2010,'International Workshop on Applied Reconfigurable Computing','http://www.arc2010.org/','Thailand','Bangkok','2010-07-19 12:12:03','2010-03-17','2010-03-19','2009-11-13','2009-12-21','2010-01-18','',1,0),(476,0,3,'Informatic',2009,'Informatics','http://informatika.kpi.fei.tuke.sk/','SK','Her?any','2011-03-26 14:25:13','2009-11-23','2009-11-25','2009-05-31','2009-09-30','2009-10-10','',1,0),(477,0,3,'ASYNC',2009,'IEEE International Symposium on Asynchronous Circuits and Systems','http://asyncsymposium.org/','USA','Chapel Hill','2009-07-29 11:03:45','2009-05-17','2009-05-20','2008-12-09','2009-01-26','2009-02-27','',1,0),(478,0,3,'SSS',2009,'International Symposium on Stabilization, Safety, and Security of Distributed Systems','http://graal.ens-lyon.fr/SSS09/','France','Lyon','2010-02-27 09:29:03','2009-11-03','2009-11-06','2009-05-22','2009-07-25','2009-08-08','',1,0),(479,417,3,'DDECS',2010,'IEEE Workshop on Design and Diagnostics of Electronic Circuits and Systems','http://ddecs2010.ecs.tuwien.ac.at/','Austria','Vienna','2010-07-19 12:29:43','2010-04-14','2010-04-16','2010-01-17','2010-02-26','2010-03-14','',1,0),(480,370,3,'BEC',2010,'Baltic Electronics Conference','http://www.elin.ttu.ee/bec/','Estonia','Tallinn','2011-07-20 01:00:04','2010-10-04','2010-10-06','2010-04-26','2010-05-17','2010-06-07','',1,0),(482,433,3,'CSEDU',2010,'International Conference on Computer Supported Education','http://www.csedu.org/','Spain','Valencia','2010-07-19 11:37:57','2010-04-07','2010-04-10','2009-11-05','2009-12-21','2010-01-12','',1,0),(483,426,3,'DATICS',2010,'Design, Analysis and Tools for Integrated Circuits and Systems','http://www.iaeng.org/IMECS2010/ICEE2010.html','Hong Kong','Hong Kong','2010-07-19 11:35:01','2010-03-17','2010-03-19','2009-11-01','0000-00-00','0000-00-00','',1,0),(484,0,3,'SODA',2010,'ACM-SIAM Symposium on Discrete Algorithms','http://www.siam.org/meetings/da10/','Texas, USA','Austin','2010-02-27 09:31:40','2010-01-17','2010-01-19','2009-06-29','0000-00-00','2009-07-06','',1,0),(485,324,3,'DELTA',2010,'IEEE International Symposium on Electronic Design, Test & Applications','http://nnttf.ecu.edu.au/delta2010/','Vietnam','Ho Chi Minh City','2011-07-20 01:00:04','2010-01-13','2010-01-15','2009-08-21','2009-09-25','2009-10-30','',1,0),(486,0,3,'FM',2009,'International Symposium on Formal Methods','http://www.win.tue.nl/fm2009/','Netherlands','Eindhoven','2010-07-19 10:04:52','2009-11-02','2009-11-06','2009-05-04','2009-07-06','2009-08-10','',1,0),(487,386,3,'DATE',2010,'Design, Automation, and Test in Europe','http://www.date-conference.com/index.php','Germany','Dresden','2013-01-20 16:51:05','2010-03-08','2010-03-12','2009-09-06','0000-00-00','0000-00-00','',1,0),(488,0,3,'SYNASC',2009,'International Symposium on Symbolic and Numeric Algorithms for Scientific Computing ','http://synasc09.info.uvt.ro/','Romania','Timisoara','2010-02-27 09:33:34','2009-09-26','2009-09-29','2009-07-01','2009-08-15','2009-09-15','',1,0),(489,344,3,'AQTR',2010,'IEEE International Conference on Automation, Quality and Testing, Robotics','http://aqtr.ro/','Romania','Cluj-Napoca','2011-07-20 01:00:04','2010-05-28','2010-05-30','2010-01-25','2010-04-12','2010-04-26','',1,0),(490,358,3,'ICES',2010,'International Conference on Evolvable Systems: From Biology to Hardware','http://www.ices2010.org/','UK','York','2013-01-27 16:41:07','2010-09-05','2010-09-08','2010-03-05','2010-04-21','2010-05-07','',1,0),(491,385,3,'IEEEI',2012,'IEEE 27-th CONVENTION OF ELECTRICAL AND ELECTRONICS ENGINEERS IN ISRAEL','http://www.eng.tau.ac.il/~ieee/Convention2012/index.html','Israel','Eilat','2012-10-29 17:26:40','2012-10-14','2012-10-18','2012-07-31','2012-08-15','2012-09-22','',1,0),(492,389,3,'AICCSA',2010,'ACS/IEEE International Conference on Computer Systems and Applications','http://www2.lifl.fr/AICCSA2010/','Tunisia','Hammamet','2010-12-12 10:54:17','2010-05-16','2010-05-19','2009-10-13','2009-12-19','2010-02-05','',1,0),(493,392,3,'ISQED',2010,'International Symposium on Quality Electronic Design','http://www.isqed.org/','USA','San Jose','2010-07-19 10:41:08','2010-03-22','2010-03-24','2009-09-29','2009-11-24','2010-01-02','',1,0),(494,419,3,'ARCS',2010,'International Conference on Architecture of Computing Systems','http://www.sra.uni-hannover.de/arcs2010/','Germany','Hannover','2010-10-16 12:25:42','2010-02-22','2010-02-25','2009-09-15','2009-11-15','2009-12-15','',1,0),(495,393,3,'ISCAS',2010,'IEEE International Symposium on Circuits and Systems','http://www.iscas2010.org','France','Paris','2010-06-03 13:44:06','2010-05-30','2010-06-02','2009-10-09','2010-01-08','2010-02-12','',1,0),(496,410,3,'ISCA',2010,'International Symposium on Computer Architecture','http://isca2010.inria.fr/','France','Saint-Malo','2010-07-19 11:41:46','2010-06-19','2010-06-23','2009-11-09','0000-00-00','0000-00-00','',1,0),(497,411,3,'ETS',2010,'IEEE European Test Symposium','http://ets2010.felk.cvut.cz/index.html','ČR','Prague','2010-07-19 12:24:08','2010-05-25','2010-05-28','2009-12-14','2010-02-15','2010-03-15','',1,0),(498,0,3,'ReConFig',2009,'International Conference on ReConFigurable Computing and FPGAs','http://www.reconfig.org/','Mexico','Cancun','2010-06-02 12:52:03','2009-12-09','2009-12-11','2009-07-31','2009-09-17','2009-10-09','',1,0),(500,388,3,'FPGA',2010,'ACM/SIGDA International Symposium on Field-Programmable Gate Arrays','http://www.ece.wisc.edu/~kati/isfpga/','USA, CA','Monterey','2010-10-16 12:27:31','2010-02-21','2010-02-23','2009-09-20','2009-11-13','2009-12-06','',1,0),(501,401,3,'VTS',2010,'IEEE VLSI Test Symposium','http://www.tttc-vts.org/','USA, CA','Santa Cruz','2010-08-05 10:03:35','2010-04-18','2010-04-21','2009-09-20','2010-01-08','0000-00-00','',1,0),(502,477,3,'ASYNC',2010,'IEEE International Symposium on Asynchronous Circuits and Systems','http://asyncsymposium.org/','France','Grenoble','2010-10-12 07:17:00','2010-05-03','2010-05-06','2009-12-14','2010-02-08','2010-03-01','',1,0),(503,412,3,'DSN',2010,'Annual IEEE/IFIP International Conference on Dependable Systems and Networks','http://www.dsn.org/','USA','Chicago','2010-07-19 12:21:23','2010-06-28','2010-07-01','2009-12-08','0000-00-00','0000-00-00','',1,0),(505,432,3,'Petri Nets',2010,'Petri Nets','http://acsd-petrinets2010.di.uminho.pt/','Portugal','Braga','2010-07-19 12:26:52','2010-06-23','2010-06-25','2010-01-05','2010-03-01','2010-04-01','',1,0),(506,437,3,'ISVLSI',2010,'IEEE Computer Society Annual Symposium on VLSI','http://www.isvlsi2010.org/','Kefalonia, Greece','Lixouri','2010-10-16 12:58:10','2010-07-05','2010-07-07','2010-02-20','2010-04-12','2010-04-27','',1,0),(507,413,3,'NEWCAS',2010,'IEEE International NEWCAS Conference','http://newcas.grm.polymtl.ca/','Canada','Montréal','2010-10-16 12:56:17','2010-06-20','2010-06-23','2010-02-19','2010-04-19','2010-05-20','',1,0),(508,430,3,'NOCS',2010,'ACM/IEEE International Symposium on Networks-on-Chip','http://circuit.ucsd.edu/~nocs2009/','France','Grenoble','2010-10-16 12:45:14','2010-05-03','2010-05-06','2009-12-11','2010-02-12','2010-03-12','',1,0),(509,415,3,'ECMS',2010,'European Conference on Modelling and Simulation','http://www.scs-europe.net/conf/ecms2010/index.html','Malaysia','Kuala Lumpur','2010-12-12 12:15:04','2010-06-01','2010-06-04','2010-02-10','2010-03-15','2010-04-13','',1,0),(510,407,3,'MIXDES',2010,'International Conference Mixed Design of Integrated Circuits and Systems','http://www.mixdes.org/','PL','Gliwice','2010-10-16 12:59:53','2010-06-16','2010-06-18','2010-02-28','2010-04-19','2010-05-06','',1,0),(511,414,3,'SIES',2010,'IEEE Symposium on Industrial Embedded Systems','http://events.unitn.it/en/sies2010','Italy','Trento','2010-12-12 12:28:49','2010-07-07','2010-07-09','2010-03-19','2010-05-21','2010-06-11','',1,0),(512,0,3,'WESS',2009,'Workshop on Embedded Systems Security','http://www.wess-workshop.org/','France','Grenoble','2010-06-02 12:54:12','2009-10-15','2009-10-15','2009-08-17','2009-09-09','2009-09-23','',1,0),(513,371,3,'ICSES',2010,'International Conference on Signals and Electronic Systems','http://icses2010.polsl.pl/','PL','Gliwice','2011-07-20 01:00:04','2010-09-07','2010-09-10','2010-05-07','2010-06-30','2010-07-23','',1,0),(514,429,3,'VLSI-DAT',2010,'International Symposium on VLSI Design, Automation & Test','http://vlsidat.itri.org.tw/2010/General/','Taiwan','Hsinchu','2010-10-16 12:31:17','2010-04-26','2010-04-29','2009-10-15','2009-12-31','2010-01-01','',1,0),(515,33,3,'RAW',2010,'Reconfigurable Architectures Workshop','http://www.ece.lsu.edu/vaidy/raw/','USA','Atlanta','2013-03-17 17:16:36','2010-04-19','2010-04-20','2009-10-18','2009-12-14','2010-02-01','',1,0),(516,398,3,'ISMVL',2010,'International Symposium on Multiple-Valued Logic','http://www2.iiia.csic.es/conferences/ismvl2010/','Spain','Barcelona','2010-07-19 10:50:46','2010-05-26','2010-05-28','2009-11-01','2010-02-01','2010-03-01','',1,0),(517,409,3,'ECBS',2010,'IEEE International Conference on Engineering of Computer-Based Systems','http://tab.computer.org/ecbs/2010/','UK','Oxford','2010-12-12 10:57:11','2010-03-22','2010-03-26','2009-11-10','2009-12-15','2010-01-15','',1,0),(518,335,3,'DAC',2010,'Design Automation Conference','http://www.dac.com/','USA','Anaheim','2010-10-16 12:40:22','2010-06-14','2010-06-18','2009-11-19','0000-00-00','0000-00-00','',1,0),(519,403,3,'VLSI',2010,'Symposium on VLSI Circuits','http://www.vlsisymposium.org/index.html','Hawaii','Honolulu','2010-10-16 12:49:32','2010-06-15','2010-06-18','2010-01-25','0000-00-00','0000-00-00','',1,0),(520,447,3,'PRIME',2010,'IEEE Conference on Ph.D. Reseach in Microelectronics & Electronics','http://www.prime2010.org/','Germany','Berlin','2011-03-26 14:32:12','2010-07-18','2010-07-21','2010-02-14','2010-04-18','2010-05-23','',1,0),(521,406,3,'ICICDT',2010,'International Conference on IC Design and Technology','http://www.icicdt.org/','France','Grenoble','2010-10-16 13:04:22','2010-06-02','2010-06-04','2010-03-01','0000-00-00','0000-00-00','',1,0),(522,0,3,'ISARCS',2010,'International Symposium on Architecting Critical Systems','http://www.isarcs.org/isarcs2010/','ČR','Prague','2010-10-16 12:53:15','2010-06-23','2010-06-25','2010-02-10','2010-03-17','2010-04-14','',1,0),(524,0,3,'WRC',2010,'HiPEAC Workshop on Reconfigurable Computing','http://ce.et.tudelft.nl/HiPEACRC_WS/HiPEACRC_WS_2010/','Italy','Pisa','2010-10-16 12:35:58','2010-01-23','2010-01-23','2009-11-06','2009-12-04','2009-12-11','',1,0),(525,0,3,'MELECON',2010,'IEEE Mediterranean Electrotechnical Conference','http://www.melecon2010.org/','Malta','Valletta','2011-07-20 01:00:04','2010-04-26','2010-04-28','2009-11-25','2010-01-13','2010-02-28','',1,0),(526,424,3,'LATW',2010,'IEEE Latin-American Test Workshop','http://tima.imag.fr/conferences/latw2010/','Uruguay','Punta del Este','2010-07-19 10:48:07','2010-03-28','2010-03-31','2009-10-31','2009-12-09','2010-01-09','',1,0),(528,0,3,'DFR',2010,'HiPEAC Workshop on Design for Reliability','http://www.ece.ucy.ac.cy/labs/easoc/dfr/','Italy','Pisa','2010-09-18 07:24:15','2010-01-25','2010-01-25','2009-11-08','2009-12-14','2009-12-16','',1,0),(529,470,3,'PAD',2010,'Počítačové architektury & diagnostika','http://www.fit.vutbr.cz/events/pad2010/','ČR','Blansko','2010-11-23 09:31:32','2010-09-13','2010-09-15','2010-06-25','2010-07-16','2010-08-06','',1,0),(530,402,3,'GLSVLSI',2010,'Great Lakes Symposia on VLSI','http://www.sigda.org/glsvlsi/','USA','Providence','2010-10-16 12:43:12','2010-05-10','2010-05-12','2009-12-07','2010-02-05','2010-03-03','',1,0),(531,431,3,'RSP',2010,'IEEE/IFIP International Symposium on Rapid System Prototyping','http://www.rsp-symposium.org/','Virginia, USA','Fairfax','2010-12-12 12:18:03','2010-06-08','2010-06-11','2010-02-10','2010-04-13','2010-04-30','',1,0),(532,416,3,'MWSCAS',2010,'IEEE International Midwest Symposium on Circuits and Systems','http://mwscas.eecs.wsu.edu/','Washington, USA','Seattle','2010-10-16 13:07:31','2010-08-01','2010-08-04','2010-03-12','2010-05-10','2010-06-04','',1,0),(533,452,3,'SIPS',2010,'IEEE Workshop on Signal Processing Systems','http://www.sips2011.org/','Lebanon','Beirut','2011-03-26 14:36:58','2010-10-04','2010-10-07','2010-03-31','2010-06-27','2010-07-25','',1,0),(534,468,3,'ICCD',2010,'International Conference on Computer Design','http://iccd.et.tudelft.nl/','NL','Amsterdam','2011-03-26 14:40:08','2010-10-04','2010-10-06','2010-05-07','2010-07-23','2010-08-23','',1,0),(535,0,3,'LATA',2010,'International Conference on Language and Automata Theory and Applications','http://grammars.grlmc.com/LATA2010/','Germany','Trier','2010-12-12 11:04:06','2010-05-24','2010-05-28','2009-12-03','2010-01-21','2010-02-03','',1,0),(536,0,3,'ASAP',2010,'IEEE International Conference on Application-specific Systems, Architectures and Processors','http://asap-conference.org','France','Rennes','2011-01-12 09:28:48','2010-07-07','2010-07-09','2010-02-12','2010-04-19','2010-05-03','',1,0),(537,378,3,'SoC',2010,'International Symposium on System-on-Chip','http://soc.cs.tut.fi/','Finland','Tampere','2013-03-07 17:12:35','2010-09-29','2010-09-30','2010-05-17','2010-06-28','2010-08-09','',1,0),(538,625,3,'TAU',2013,'ACM International Workshop on Timing Issues in the Specification and Synthesis of Digital Systems','http://www.tauworkshop.com','USA','Stateline, Nevada','2013-12-29 13:26:14','2013-03-27','2013-03-29','0000-00-00','0000-00-00','0000-00-00','',1,0),(539,0,3,'MEMOCODE',2010,'ACM-IEEE International Conference on Formal Methods and Models for Codesign','http://www.memocode-conference.com','France','Grenoble','2010-12-12 12:21:32','2010-07-26','2010-07-28','2010-02-26','2010-04-30','2010-05-28','',1,0),(540,443,3,'DSD',2010,'EUROMICRO CONFERENCE on DIGITAL SYSTEM DESIGN Architectures, Methods and Tools','http://www.iuma.ulpgc.es/dsd10','France','Lille','2010-10-11 09:52:42','2010-09-01','2010-09-03','2010-03-24','2010-04-26','2010-05-31','',1,0),(542,446,3,'IOLTS',2010,'IEEE International On-Line Testing Symposium','http://tima.imag.fr/conferences/iolts/','Greece','Corfu','2011-02-03 09:41:50','2010-07-05','2010-07-07','2010-02-19','2010-04-14','2010-05-14','',1,0),(543,391,3,'PDeS',2010,'Programmable Devices and Embedded Systems','http://pdes.polsl.pl/','PL','Pszczyna','2011-07-20 01:00:04','2010-10-06','2010-10-08','2010-04-30','2010-07-01','0000-00-00','',1,0),(544,436,3,'SELSE',2010,'Silicon Errors in Logic - System Effects','http://www.selse.org','USA, CA','Stanford','2010-12-12 11:06:02','2010-03-23','2010-03-24','2009-12-19','2010-02-10','2010-03-10','',1,0),(545,439,3,'EAEEIE',2010,'European Association for Education in Electrical and Information Engineering Council Conference','http://www.eik.ktu.lt/EAEEIE10/','Lithuania','Palanga','2010-12-12 12:12:31','2010-06-28','2010-06-30','2010-01-31','2010-03-15','2010-04-19','',1,0),(546,438,3,'NATW',2010,'IEEE North Atlantic Test Workshop','http://www.eng.auburn.edu/~strouce/NATW2010.html','USA','New York','2011-01-12 09:27:01','2010-05-12','2010-05-14','2010-02-02','2010-03-07','2010-03-29','',1,0),(547,444,3,'SAMOS',2010,'International Symposium on Systems, Architectures, MOdeling and Simulation','http://samos.et.tudelft.nl/samos_x/','GR','Samos','2011-01-12 09:05:38','2010-07-19','2010-07-22','2010-04-02','2010-05-19','2010-06-07','',1,0),(548,441,3,'SBCCI',2010,'Symposium on Integrated Circuits and Systems Design','http://www.lsi.usp.br/chipinsampa/sbcci.htm','Brazil','Sao Paulo','2011-01-12 09:39:58','2010-09-06','2010-09-09','2010-03-26','2010-05-21','2010-06-06','',1,0),(549,368,3,'IWSBP',2012,'International Workshop on Boolean Problems','http://www.informatik.tu-freiberg.de/prof2/ws_bp9/','Germany','Freiberg','2013-12-23 15:57:17','2012-09-16','2012-09-17','0000-00-00','0000-00-00','0000-00-00','',1,0),(550,425,3,'VLSI-SoC',2010,'IFIP/IEEE International Conference on Very Large Scale Integration','http://www.vlsi-soc.com/','Spain','Madrid','2011-01-12 09:42:14','2010-09-27','2010-09-29','2010-03-28','2010-06-16','2010-07-11','',1,0),(551,449,3,'FPL',2010,'International Conference on Field Programmable Logic and Applications','http://www.fpl.org','Italy','Milan','2011-01-12 09:36:13','2010-08-31','2010-09-02','2010-03-22','2010-05-28','2010-06-15','',1,0),(552,455,3,'MEMICS',2010,'Annual Doctoral Workshop on Mathematical and Engineering Methods in Computer Science','http://www.memics.cz/','ČR','Mikulov','2011-03-26 15:41:06','2010-10-22','2010-10-24','2010-09-10','2010-09-22','2010-09-30','',1,0),(555,390,3,'EUROCON',2011,'IEEE Region 8 EUROCON Conference','http://ewh.ieee.org/reg/8/cms/media/Conferences/1st_announce_eurocon2011%20v9.pdf','Portugal','Lisbon','2011-07-20 01:00:04','2011-04-27','2011-04-29','2010-10-30','2011-01-30','2011-02-28','',1,0),(556,0,3,'FMCAD',2010,'International Conference on Formal Methods in Computer-Aided Design','http://fmcad10.iaik.tugraz.at/','Switzerland','Lugano','2010-12-12 12:38:48','2010-10-20','2010-10-23','2010-05-05','2010-07-07','2010-07-28','',1,0),(557,457,3,'ESWeek',2010,'CASES Conference at Embedded Systems Week','http://www.esweek.org','Arizona, USA','Scottsdale','2011-01-12 09:51:56','2010-10-24','2010-10-29','2010-04-01','2010-06-28','2010-08-10','',1,0),(558,461,3,'MICRO',2010,'Annual IEEE/ACM International Symposium on Microarchitecture','http://www.microarch.org/micro43/','USA','Atlanta','2011-03-26 14:45:05','2010-12-04','2010-12-08','2010-06-11','2010-08-16','0000-00-00','',1,0),(559,405,3,'ICECS',2010,'IEEE International Conference on Electronics, Circuits, and Systems','http://www.icecs2010.org/','Greece','Athens','2011-07-20 01:00:04','2010-12-12','2010-12-15','2010-07-01','2010-09-15','2010-10-10','',1,0),(560,473,3,'EWDTS',2010,'IEEE East-West Design & Test Symposium','http://ewdtest.com/conf/','Russia','St. Petersburg','2011-01-12 10:09:03','2010-09-17','2010-09-20','2010-06-30','2010-08-01','0000-00-00','',1,0),(561,463,3,'ICCES',2010,'International Conference on Computer Engineering & Systems','http://www.iceec.org/','Egypt','Cairo','2011-03-26 14:47:05','2010-11-30','2010-12-02','2010-06-17','2010-08-19','2010-09-30','',1,0),(562,451,3,'PATMOS',2010,'International Workshop on Power and Timing Modeling, Optimization and Simulation','http://patmos2010.imag.fr/','France','Grenoble','2011-01-29 09:08:36','2010-09-08','2010-09-10','2010-04-05','2010-05-31','2010-06-21','',1,0),(564,0,3,'LPonTR',2010,'International Workshop on Impact of Low-Power design on Test and Reliability','http://www.staff.ncl.ac.uk/a.bystrov/LPonTR/','ČR','Prague','2011-02-20 13:50:22','2010-05-27','2010-05-28','2010-03-15','2010-04-26','2010-05-10','',1,0),(565,0,3,'SIBIRCON',2010,'IEEE International Conference on Computational Technologies in Electrical and Electronics Engineerin','http://sibircon2010.sibsutis.ru','Russia','Irkutsk','2011-07-20 01:00:04','2010-07-11','2010-07-15','2010-03-01','2010-04-26','2010-05-24','',1,0),(566,465,3,'IWLS',2010,' International Workshop on Logic & Synthesis','http://www.iwls.org/','CA, USA','Irvine','2011-01-19 12:31:42','2010-06-18','2010-06-20','2010-03-12','2010-04-09','2010-05-05','',1,0),(567,0,3,'SysTol',2013,'Conference on Control and Fault-Tolerant Systems','http://www.systol13.org/','France','Nice','2013-06-19 13:55:07','2011-10-09','2011-10-11','2011-04-30','2011-07-01','2011-09-01','',1,0),(568,459,3,'DCIS',2010,'Conference on Design of Circuits and Integrated Systems','http://www.dcis.org','Spain','Lanzarote, Canary Islands','2011-02-20 13:47:56','2010-11-17','2010-11-19','2010-03-29','2010-07-02','2010-07-26','',1,0),(569,366,3,'APCCAS',2010,'IEEE Asia Pacific Conference on Circuits and Systems','http://apccas2010.org/','Malaysia','Kuala Lumpur ','2011-07-20 01:00:04','2010-12-06','2010-12-09','2010-04-30','2010-07-15','2010-08-30','',1,0),(570,377,3,'MIDEM',2009,'International Conference on Microelectronics, Devices and Materials','http://www.midem-drustvo.si/conf2009/','Slovenia','Postojna','2010-12-12 10:48:47','2009-09-09','2009-09-11','2009-07-07','2009-07-10','2009-08-15','',1,0),(571,440,3,'ITC',2010,'International Test Conference','http://www.itctestweek.org/','USA, TX','Austin','2010-12-12 12:25:52','2010-11-02','2010-11-04','2010-03-17','2010-06-22','2010-08-17','',1,0),(572,448,3,'POSTER',2010,'POSTER','http://radio.feld.cvut.cz/conf/poster2010/','ČR','Praha','2010-12-25 14:08:07','2010-05-06','2010-05-06','2010-03-06','2010-04-06','0000-00-00','',1,0),(573,464,3,'FDL',2010,'Forum on specification & Design Languages','http://www.ecsi.org/fdl','UK','Southampton','2010-12-12 12:33:07','2010-09-14','2010-09-16','2010-04-06','2010-05-14','2010-07-02','',1,0),(574,442,3,'SOCC',2010,'IEEE SoC Conference','http://www.ieee-socc.org/','USA','Las Vegas','2010-12-12 12:36:00','2010-09-27','2010-09-29','2010-04-19','2010-06-11','2010-06-25','',1,0),(575,460,3,'DFT',2010,'IEEE International Symposium on Defect and Fault Tolerance in VLSI Systems','http://www.dfts.org/','Japan','Kyoto','2011-02-20 13:42:08','2010-10-06','2010-10-08','2010-05-03','2010-06-21','2010-07-07','',1,0),(577,478,3,'SSS',2010,'International Symposium on Stabilization, Safety, and Security of Distributed Systems','http://www.cs.bgu.ac.il/~dolev/SSS10/','USA','New York City','2011-07-20 01:00:04','2010-09-20','2010-09-22','2010-05-21','2010-07-05','2010-07-14','',1,0),(578,484,3,'SODA',2011,'ACM-SIAM Symposium on Discrete Algorithms','http://www.siam.org/meetings/da11/','CA, USA','San Francisco','2011-03-26 14:53:26','2011-01-23','2011-01-25','2010-07-02','0000-00-00','0000-00-00','',1,0),(579,488,3,'SYNASC',2010,'International Symposium on Symbolic and Numeric Algorithms for Scientific Computing ','http://synasc10.info.uvt.ro/','Romania','Timisoara','2011-07-20 01:00:04','2010-09-23','2010-09-26','2010-05-30','2010-08-15','2010-09-08','',1,0),(580,471,3,'HiPEAC',2011,'International Conference on High Performance and Embedded Architectures and Compilers','http://www.hipeac.net/conference/','Greece','Heraklion, Crete','2011-02-20 13:43:48','2011-01-24','2011-01-26','2010-05-20','2010-07-21','2010-09-30','',1,0),(581,472,3,'ASP-DAC',2011,'Asia and South Pacific Design Automation Conference','http://www.aspdac.com/aspdac2011/','Japan','Yokohama','2011-03-26 15:38:15','2011-01-25','2011-01-28','2010-07-19','2010-09-24','2010-11-15','',1,0),(582,0,3,'CPAIOR',2010,'International Conference on Integration of Artificial Intelligence and Operations Research','http://cpaior2010.ing.unibo.it/','Italy','Bologna','2010-07-19 12:32:09','2010-06-14','2010-06-18','2010-01-18','2010-03-05','2010-03-20','',1,0),(583,462,3,'ATS',2010,'Asian Test Symposium','http://ats10.shu.edu.cn/','China','Shanghai','2011-01-12 10:01:01','2010-12-01','2010-12-04','2010-05-24','2010-07-14','2010-08-18','',1,0),(584,0,3,'PDP',2011,'Euromicro International Conference on Parallel, Distributed and Network-base','http://www.pdp2011.org/','Greece','Cyprus','2011-03-26 15:44:18','2011-02-09','2011-02-11','2010-07-14','2010-10-08','2010-10-29','',1,0),(585,423,3,'LADC',2011,'Latin-American Symposium on Dependable Computing','http://www.inpe.br/ladc2011/','Brazil','São Paulo','2011-07-20 01:00:04','2011-05-25','2011-05-29','2010-09-24','2011-01-14','2011-02-11','',1,0),(586,408,3,'ECCTD',201,'European Conference on Circuit Theory and Design','http://www.ecctd2011.org/','Sweden','Linköping','2012-10-11 15:01:55','2011-08-29','2011-08-31','2011-04-07','2011-06-15','2011-07-06','',1,0),(587,456,3,'DASIP',2010,'Conference on Design and Architectures for Signal and Image Processing','http://www.ecsi.org/dasip','Scotland','Edinburgh','2011-01-12 10:05:05','2010-10-26','2010-10-28','2010-05-28','0000-00-00','0000-00-00','',1,0),(588,498,3,'ReConFig',2010,'International Conference on ReConFigurable Computing and FPGAs','http://www.reconfig.org/','Mexico','Cancun','2011-07-20 01:00:04','2010-12-06','2010-12-08','2010-07-30','2010-09-24','2010-10-11','',1,0),(589,512,3,'WESS',2010,'Workshop on Embedded Systems Security','http://www.wess-workshop.org/','AZ, USA','Scottsdale','2011-07-20 01:00:04','2010-10-24','2010-10-24','2010-08-02','2010-08-30','2010-09-13','',1,0),(591,495,3,'ISCAS',2011,'IEEE International Symposium on Circuits and Systems','http://www.iscas2011.org','Brazil','Rio de Janeiro','2011-04-12 07:36:58','2011-05-15','2011-05-18','2010-10-29','2010-12-17','2011-01-21','',1,0),(592,428,3,'DCDS',2013,'IFAC Workshop on Dependable Control of Discrete Systems','http://dcds13.net.dcs.hull.ac.uk/','UK','York','2014-02-18 16:44:18','2013-09-04','2013-09-06','2013-04-22','2013-05-31','2013-06-28','',1,0),(593,486,3,'FM',2011,'International Symposium on Formal Methods','http://www.lero.ie/fm2011','Ireland','Limerick','2011-07-20 01:00:04','2011-06-20','2011-06-24','2011-01-10','2011-03-08','0000-00-00','',1,0),(594,493,3,'ISQED',2011,'International Symposium on Quality Electronic Design','http://www.isqed.org/','CA, USA','Santa Clara','2011-07-20 01:00:04','2011-03-14','2011-03-16','2010-10-14','2010-11-23','2011-01-03','',1,0),(595,515,3,'RAW',2011,'Reconfigurable Architectures Workshop','http://www.ece.lsu.edu/vaidy/raw/','USA','Anchorage, Alaska','2011-07-20 01:00:04','2011-05-16','2011-05-17','2010-10-18','2010-12-01','2011-02-01','',1,0),(596,526,3,'LATW',2011,'IEEE Latin-American Test Workshop','http://www.ee.pucrs.br/~sisc/LATW/2011.html','Brazil','Porto de Galinhas','2011-07-20 01:00:04','2011-03-27','2011-03-30','2010-11-07','2010-12-12','2011-01-10','',1,0),(597,516,3,'ISMVL',2012,'International Symposium on Multiple-Valued Logic','http://ismvl.cs.uvic.ca/','Canada','Victoria','2012-06-03 10:16:17','2012-05-14','2012-05-16','2011-11-01','2012-02-01','2012-03-01','',1,0),(598,397,3,'RM',2011,'Reed-Muller','http://www.lcs.info.hiroshima-cu.ac.jp/~s_naga/MVL/','Finland','Tuusula','2011-07-20 01:00:04','2011-05-25','2011-05-26','2011-02-07','2011-04-01','2011-05-01','',1,0),(600,482,3,'CSEDU',2011,'International Conference on Computer Supported Education','http://www.csedu.org/','NL','Noordwijkerhout','2011-07-20 01:00:04','2011-05-06','2011-05-09','2010-09-30','2011-01-06','2011-01-27','',1,0),(601,496,3,'ISCA',2011,'International Symposium on Computer Architecture','http://isca2011.umaine.edu/','CA, USA','San Jose','2011-07-20 01:00:04','2011-06-04','2011-06-08','2010-11-15','2011-02-28','0000-00-00','',1,0),(602,475,3,'ARC',2011,'International Workshop on Applied Reconfigurable Computing','http://www.arc2011.org/','UK','Belfast','2011-07-20 01:00:04','2011-03-21','2011-03-23','2010-11-15','2010-12-15','2010-12-22','',1,0),(604,503,3,'DSN',2011,'Annual IEEE/IFIP International Conference on Dependable Systems and Networks','http://2011.dsn.org/','China','Hong Kong','2011-07-20 01:00:04','2011-06-27','2011-06-30','2010-12-10','0000-00-00','0000-00-00','',1,0),(605,497,3,'ETS',2011,'IEEE European Test Symposium','http://www.iet.ntnu.no/workshop/ets2011/index.shtml','Norway','Trondheim','2011-07-20 01:00:04','2011-05-23','2011-05-27','2010-12-06','2011-02-15','2011-03-15','',1,0),(606,505,3,'Petri Nets',2011,'Petri Nets','http://www.informatik.uni-hamburg.de/TGI/PetriNets/meetings/pn2011/','Japan','Kanazawa','2011-07-20 01:00:04','2011-06-20','2011-06-24','2011-01-05','2011-03-01','2011-04-01','',1,0),(607,479,3,'DDECS',2011,'IEEE Workshop on Design and Diagnostics of Electronic Circuits and Systems','http://ddecs2011.informatik.tu-cottbus.de/','Germany','Cottbus','2011-05-07 06:36:21','2011-04-13','2011-04-15','2011-01-16','2011-02-25','2011-03-11','',1,0),(608,582,3,'CPAIOR',2011,'International Conference on Integration of Artificial Intelligence and Operations Research','http://cpaior2011.zib.de/','Germany','Berlin','2011-07-20 01:00:04','2011-05-23','2011-05-27','2011-01-09','2011-02-20','2011-03-06','',1,0),(609,501,3,'VTS',2011,'IEEE VLSI Test Symposium','http://www.tttc-vts.org/','USA, CA','Dana Point','2011-07-20 01:00:04','2011-05-02','2011-05-04','2010-09-19','2010-11-28','0000-00-00','',1,0),(611,400,3,'IDT',2010,'IEEE International Design and Test Workshop','https://idt.adec.ac.ae/','UAE','Abu Dhabi','2013-01-27 16:44:59','2010-12-14','2010-12-16','2010-10-08','2010-11-08','2010-11-23','',1,0),(612,528,3,'DFR',2011,'HiPEAC Workshop on Design for Reliability','http://www.ece.ucy.ac.cy/labs/easoc/dfr/','Greece','Heraklion','2011-07-20 01:00:04','2011-01-23','2011-01-23','2010-10-22','2010-12-03','2010-12-10','',1,0),(613,613,3,'IWSBP',2014,'International Workshop on Boolean Problems','http://www.informatik.tu-freiberg.de/prof2/ws_bp11/','Germany','Freiberg','2013-10-05 10:10:52','2013-09-17','2013-09-19','0000-00-00','0000-00-00','0000-00-00','',1,0),(614,540,3,'DSD',2011,'EUROMICRO CONFERENCE on DIGITAL SYSTEM DESIGN Architectures, Methods and Tools','http://www.dsdconf.org/','Finland','Oulu','2011-09-11 01:00:01','2011-08-31','2011-09-03','2011-03-21','2011-04-24','2011-05-29','',1,0),(615,502,3,'ASYNC',2012,'IEEE International Symposium on Asynchronous Circuits and Systems','http://www2.imm.dtu.dk/projects/async_2012/async/Home.html','Denmark','Lyngby','2012-05-27 15:05:32','2012-05-07','2012-05-09','2011-12-12','0000-00-00','0000-00-00','',1,0),(616,454,3,'EWDC',2011,'European Workshop on Dependable Computing','http://ewdc2011.isti.cnr.it/index.htm','Italy','Pisa','2011-07-20 01:00:04','2011-05-11','2011-05-12','2011-02-03','2011-03-18','2011-04-04','',1,0),(618,494,3,'ARCS',2011,'International Conference on Architecture of Computing Systems','http://conferences.dei.polimi.it/arcs2011/','Italy','Como','2011-03-26 15:47:30','2011-02-22','2011-02-25','2010-10-06','2010-11-20','2010-12-15','',1,0),(619,500,3,'FPGA',2012,'ACM/SIGDA International Symposium on Field-Programmable Gate Arrays','http://research.microsoft.com/en-us/um/cambridge/events/fpga/','CA, USA','Monterey','2012-06-03 09:02:47','2012-02-22','2012-02-24','2011-09-28','2011-11-12','2011-12-06','',1,0),(620,514,3,'VLSI-DAT',2011,'International Symposium on VLSI Design, Automation & Test','http://vlsidat.itri.org.tw/2011/General/','Taiwan','Hsinchu','2011-07-20 01:00:04','2011-04-25','2011-04-27','2010-10-30','2010-12-31','2011-01-31','',1,0),(621,524,3,'WRC',2011,'HiPEAC Workshop on Reconfigurable Computing','http://hipeac.ac.upc.edu/WRC/HiPEACRC_WS_2011/','Crete','Heraklion','2011-07-20 01:00:04','2011-01-23','2011-01-23','2010-11-13','2010-12-11','2010-12-18','',1,0),(622,518,3,'DAC',2011,'Design Automation Conference','http://www.dac.com/','USA','San Diego','2011-07-20 01:00:04','2011-06-05','2011-06-10','2010-11-18','0000-00-00','0000-00-00','',1,0),(623,530,3,'GLSVLSI',2012,'Great Lakes Symposia on VLSI','http://www.glsvlsi.org/','Switzeland','Utah, USA','2012-06-03 09:28:41','2012-05-03','2012-05-04','2011-12-21','2012-02-15','2012-03-01','',1,0),(624,508,3,'NOCS',2012,'ACM/IEEE International Symposium on Networks-on-Chip','http://www2.imm.dtu.dk/projects/nocs_2012/nocs/Home.html','Denmark','Lyngby','2012-06-07 13:34:12','2012-05-09','2012-05-11','2011-12-10','2012-02-18','2012-03-11','',1,0),(625,0,3,'TAU',2012,'ACM International Workshop on Timing Issues in the Specification and Synthesis of Digital Systems','http://www.tauworkshop.com','USA, CA','Santa Barbara','2013-06-19 13:31:40','2013-03-27','2013-03-29','0000-00-00','0000-00-00','0000-00-00','',1,0),(626,519,3,'VLSI',2012,'Symposium on VLSI Circuits','http://www.vlsisymposium.org/index.html','Hawaii','Honolulu','2012-07-01 09:43:12','2012-06-12','2012-06-15','2012-03-22','0000-00-00','0000-00-00','',1,0),(627,522,3,'ISARCS',2011,'http://www.nics.uma.es/ISARCS12/','http://www.isarcs.org/isarcs2011/','USA','Boulder','2012-06-03 10:10:47','2011-06-20','2011-06-24','2011-01-15','2011-02-19','2011-03-04','',1,0),(628,507,3,'NEWCAS',2011,'IEEE International NEWCAS Conference','http://www.newcas2011.org/','France','Bordeaux','2011-07-20 01:00:04','2011-06-26','2011-06-29','2011-02-18','2011-04-18','2011-05-19','',1,0),(629,506,3,'ISVLSI',2011,'IEEE Computer Society Annual Symposium on VLSI','http://www.eng.ucy.ac.cy/theocharides/isvlsi11/','India','Chennai','2011-07-20 01:00:04','2011-07-04','2011-07-06','2011-02-20','2011-03-27','2011-04-15','',1,0),(630,521,3,'ICICDT',2012,'International Conference on IC Design and Technology','http://www.icicdt.org/','USA','Austin, TX','2012-06-03 09:49:27','2012-05-30','2012-06-01','2012-02-24','0000-00-00','2012-04-16','',1,0),(631,532,3,'MWSCAS',2011,'IEEE International Midwest Symposium on Circuits and Systems','http://mwscas.yonsei.ac.kr/','Korea','Seoul','2011-08-18 01:00:01','2011-08-07','2011-08-10','2011-03-04','2011-05-06','2011-06-10','',1,0),(633,0,3,'M-BED',2011,'Workshop on Model Based Engineering for Embedded Systems','http://www.ecsi.org/m-bed','France','Grenoble','2011-07-20 01:00:04','2011-03-18','2011-03-18','2010-11-15','2010-11-26','2011-02-20','',1,0),(635,0,3,'LASCAS',2011,'Latin American Symposium on Circuits and Systems','http://www.lascas.org/','Colombia','Bogotá','2011-07-20 01:00:04','2011-02-23','2011-02-25','2010-11-07','2010-12-17','2011-01-12','',1,0),(636,0,3,'AHS',2011,'NASA/ESA Conference on Adaptive Hardware and Systems','http://www.see.ed.ac.uk/ahs2011','CA, USA','San Diego','2011-07-20 01:00:04','2011-06-06','2011-06-09','2011-01-10','2011-03-07','2011-03-21','',1,0),(637,0,3,'Workshop',2011,'Workshop','https://sgs.cvut.cz/','ČR','Praha','2010-11-16 09:32:00','0000-00-00','0000-00-00','2011-02-01','0000-00-00','0000-00-00','',0,0),(638,529,3,'PAD',2012,'Počítačové architektury & diagnostika','http://pad12.fit.cvut.cz/','ČR','Milovy','2012-01-04 15:11:41','2011-09-10','2011-09-12','2011-06-15','2011-07-16','2011-08-11','',1,0),(639,466,3,'PPAM',2011,'International Conference on Parallel Processing and Applied Mathematics','http://www.ppam.pl/','Poland','Torun','2011-09-22 01:00:01','2011-09-11','2011-09-14','2011-04-30','2011-06-15','0000-00-00','',1,0),(640,570,3,'MIDEM',2010,'International Conference on Microelectronics, Devices and Materials','http://www.midem-drustvo.si/conf2010/','Slovenia','Radenci','2011-07-20 01:00:04','2010-09-29','2010-10-01','2010-06-18','2010-07-12','2010-09-03','',1,0),(642,517,3,'ECBS',2012,'IEEE International Conference on Engineering of Computer-Based Systems','http://tab.computer.org/ecbs/2012','Serbia','Novi Sad','2012-05-27 16:50:36','2012-04-11','2012-04-13','2011-11-14','0000-00-00','0000-00-00','',1,0),(643,535,3,'LATA',2011,'International Conference on Language and Automata Theory and Applications','http://grammars.grlmc.com/LATA2011/','Spain','Tarragona','2011-07-20 01:00:04','2011-05-30','2011-06-05','2011-01-03','2011-02-14','2011-02-28','',1,0),(644,544,3,'SELSE',2013,'Silicon Errors in Logic - System Effects','http://softerrors.info/selse/','CA, USA','Stanford','2013-12-29 12:02:54','2013-03-26','2013-03-27','2012-12-22','2013-02-05','2013-03-05','',1,0),(645,474,3,'ICICT',2011,'International Conference on Information and Communication Technologies','http://www.icict.org/','China','Xining','2011-08-15 01:00:00','2011-08-05','2011-08-07','2011-04-15','2011-05-10','2011-05-25','',1,0),(646,545,3,'EAEEIE',2013,'European Association for Education in Electrical and Information Engineering Council Conference','http://eaeeie.vs-net.eu/','Greece','Chania','2014-07-07 15:15:21','2013-05-30','2013-05-31','0000-00-00','0000-00-00','0000-00-00','',1,0),(647,509,3,'ECMS',2011,'European Conference on Modelling and Simulation','http://www.scs-europe.net/conf/ecms2011/','Poland','Krakow','2011-07-20 01:00:04','2011-06-07','2011-06-10','2011-02-11','2011-03-25','2011-04-15','',1,0),(648,531,3,'RSP',2011,'IEEE/IFIP International Symposium on Rapid System Prototyping','http://www.rsp-symposium.org/','Germany','Karlsruhe','2011-07-20 01:00:04','2011-05-24','2011-05-27','2011-01-16','2011-04-04','2011-04-18','',1,0),(649,539,3,'MEMOCODE',2011,'ACM-IEEE International Conference on Formal Methods and Models for Codesign','http://www.memocode-conference.com','UK','Cambridge','2011-07-21 01:00:00','2011-07-11','2011-07-13','2011-02-25','2011-04-29','2011-05-13','',1,0),(650,571,3,'ITC',2011,'International Test Conference','http://www.itctestweek.org/','USA, CA','Anaheim','2011-09-30 01:00:00','2011-09-20','2011-09-22','2011-01-21','2011-04-11','2011-06-06','',1,0),(651,511,3,'SIES',2011,'IEEE Symposium on Industrial Embedded Systems','http://www.mrtc.mdh.se/sies2011/','Sweden','Västerås','2011-07-20 01:00:04','2011-06-15','2011-06-17','2011-02-20','2011-04-28','2011-05-08','',1,0),(652,573,3,'FDL',2011,'Forum on specification & Design Languages','http://www.ecsi.org/fdl','Germany','Oldenburg','2011-09-23 01:00:00','2011-09-13','2011-09-15','2011-05-01','2011-06-30','2011-07-30','',1,0),(653,574,3,'SOCC',2011,'IEEE International SoC Conference','http://www.ieee-socc.org/','Taiwan','Taipei','2011-10-06 01:00:01','2011-09-26','2011-09-28','2011-04-11','2011-06-13','2011-07-11','',1,0),(654,556,3,'FMCAD',2011,'International Conference on Formal Methods in Computer-Aided Design','http://www.cs.utexas.edu/users/ragerdl/fmcad11/','USA, TX','Austin','2011-11-10 02:00:01','2011-10-30','2011-11-02','2011-05-11','2011-07-15','2011-08-05','',1,0),(655,572,3,'POSTER',2011,'POSTER','http://radio.feld.cvut.cz/conf/poster2011/','ČR','Praha','2011-07-20 01:00:04','2011-05-12','2011-05-12','2011-03-12','2011-04-12','0000-00-00','',1,0),(656,588,3,'ReCoSoC',2011,'International Workshop on Reconfigurable and Communication-centric Systems-on-Chip ','http://www.recosoc.org/','France','Montpellier','2013-03-17 17:17:32','2011-06-20','2011-06-22','2011-04-17','2011-05-08','2011-05-22','',1,0),(657,547,3,'SAMOS',2011,'International Symposium on Systems, Architectures, MOdeling and Simulation','http://samos.et.tudelft.nl/','GR','Samos','2011-07-29 01:00:01','2011-07-18','2011-07-21','2011-02-07','2011-04-08','2011-05-02','',1,0),(658,0,3,'SAFECOMP',2011,'International Conference on Computer Safety, Reliability and Security','http://www.safecomp2011.unina.it/','Italy','Naples','2011-09-29 01:00:01','2011-09-19','2011-09-21','2011-02-27','2011-05-09','2011-06-13','',1,0),(659,546,3,'NATW',2012,'IEEE North Atlantic Test Workshop','http://www.eng.auburn.edu/~strouce/NATW2012.html','MA, USA','Woburn','2012-06-07 13:32:22','2012-05-09','2012-05-11','2012-02-02','2012-03-07','2012-03-28','',1,0),(660,536,3,'ASAP',2011,'IEEE International Conference on Application-specific Systems, Architectures and Processors','http://asap-conference.org','CA, USA','Santa Monica','2011-09-22 01:00:01','2011-09-11','2011-09-14','2011-03-18','2011-05-23','2011-06-13','',1,0),(661,551,3,'FPL',2011,'International Conference on Field Programmable Logic and Applications','http://fpl2011.org/','Greece','Chania, Crete','2011-09-15 01:00:01','2011-09-05','2011-09-07','2011-03-28','2011-05-20','2011-06-14','',1,0),(662,548,3,'SBCCI',2011,'Symposium on Integrated Circuits and Systems Design','http://www.lasic.ufpb.br/chip_on_the_cliffs_2011/sbcci.html','Brazil','João Pessoa','2011-09-10 01:00:01','2011-08-30','2011-09-02','2011-03-26','2011-05-21','2011-06-23','',1,0),(663,550,3,'VLSI-SoC',2011,'IFIP/IEEE International Conference on Very Large Scale Integration','http://www.vlsi-soc.com/','China','Hong Kong','2011-10-13 01:00:01','2011-10-03','2011-10-05','2011-04-04','2011-06-17','2011-07-11','',1,0),(664,557,3,'ESWeek',2011,'CASES Conference at Embedded Systems Week','http://www.esweek.org','Taiwan','Taipei','2011-10-22 01:00:00','2011-10-09','2011-10-14','2011-03-28','0000-00-00','0000-00-00','',1,0),(665,583,3,'ATS',2011,'Asian Test Symposium','http://www.ecs.umass.edu/ece/ats11/','India','New Delhi','2011-12-01 02:00:00','2011-11-21','2011-11-23','2011-05-27','2011-08-01','2011-08-22','',1,0),(666,587,3,'DASIP',2011,'Conference on Design and Architectures for Signal and Image Processing','http://www.ecsi.org/dasip','Finland','Tampere','2011-11-12 02:00:01','2011-11-02','2011-11-04','2011-05-02','0000-00-00','2011-09-15','',1,0),(667,560,3,'EWDTS',2011,'IEEE East-West Design & Test Symposium','http://ewdtest.com/conf/','Ukraine','Sevastopol','2011-09-20 01:00:00','2011-09-09','2011-09-12','2011-07-15','2011-08-01','0000-00-00','',1,0),(668,0,3,'INDIN',2011,'IEEE International Conference on Industrial Informatics','http://www.uninova.pt/indin2011','Portugal','Lisbon','2011-08-06 01:00:01','2011-07-26','2011-07-29','2011-02-04','2011-03-21','2011-04-25','',1,0),(669,566,3,'IWLS',2011,' International Workshop on Logic & Synthesis','http://www.iwls.org/','CA, USA','San Diego','2011-07-20 01:00:04','2011-06-03','2011-06-05','2011-03-11','2011-04-08','2011-05-05','',1,0),(670,562,3,'PATMOS',2011,'International Workshop on Power and Timing Modeling, Optimization and Simulation','http://www.patmos-conf.org','Spain','Madrid','2011-10-07 01:00:00','2011-09-26','2011-09-29','2011-05-15','2011-06-30','2011-07-15','',1,0),(671,0,3,'AFRICON',2011,'IEEE Region 8 AFRICON','http://www.africon2011.org','Zambia','Livingstone','2011-09-23 01:00:00','2011-09-13','2011-09-15','2011-03-31','0000-00-00','0000-00-00','',1,0),(672,542,3,'IOLTS',2011,'IEEE International On-Line Testing Symposium','http://tima.imag.fr/conferences/iolts/','Greece','Athens','2011-07-23 01:00:00','2011-07-13','2011-07-15','2011-03-23','2011-04-29','2011-05-16','',1,0),(673,673,3,'ISDA',2013,'International Conferences on Intelligent Systems Design and Applications','http://www.mirlabs.net/isda13/','Malaysia','Malaysia','2013-12-23 15:44:59','2013-12-08','2013-12-10','2013-05-31','2013-07-22','2013-09-16','',1,0),(674,0,3,'ECMS',2011,'IEEE on Electronics, Control, Measurement, and Signals','http://ecms2011.tul.cz/','ČR','Liberec','2011-07-20 01:00:04','2011-06-01','2011-06-03','2011-03-20','2011-04-30','2011-05-30','',1,0),(675,575,3,'DFT',2011,'IEEE International Symposium on Defect and Fault Tolerance in VLSI Systems','http://www.dfts.org/','Canada','Vancouver','2011-10-13 01:00:01','2011-10-03','2011-10-05','2011-05-07','2011-06-29','0000-00-00','',1,0),(676,580,3,'HiPEAC',2012,'International Conference on High Performance and Embedded Architectures and Compilers','http://www.hipeac.net/conference/','France','Paris','2012-02-02 02:00:00','2012-01-23','2012-01-25','2011-07-15','0000-00-00','0000-00-00','',1,0),(677,537,3,'SoC',2011,'International Symposium on System-on-Chip','http://soc.cs.tut.fi/','Finland','Tampere','2011-11-10 02:00:01','2011-10-31','2011-11-02','2011-05-16','2011-06-29','0000-00-00','',1,0),(678,568,3,'DCIS',2011,'Conference on Design of Circuits and Integrated Systems','http://www.dcis.org','Portugal','Albufeira','2011-11-26 02:00:01','2011-11-16','2011-11-18','2011-04-04','2011-06-18','2011-07-23','',1,0),(679,564,3,'LPonTR',2011,'International Workshop on Impact of Low-Power design on Test and Reliability','http://www.iet.ntnu.no/workshop/ets2011/LPonTR.shtml','Norway','Trondheim','2011-07-20 01:00:04','2011-05-26','2011-05-27','2011-03-07','2011-04-12','2011-05-10','',1,0),(681,458,3,'ICCAD',2011,'IEEE/ACM International Conference on Computer-Aided Design','http://iccad.com/2011/','CA, USA','San Jose','2013-01-27 16:30:04','2011-11-06','2011-11-10','2011-04-18','2011-07-01','2011-08-12','',1,0),(682,445,3,'DESDes',2012,'IFAC WORKSHOP ON DISCRETE-EVENT SYSTEM DESIGN','http://www.desdes.uz.zgora.pl/','Brazil','Sao Paulo','2012-10-12 01:00:00','2012-10-01','2012-10-04','2012-04-30','2012-06-05','2012-07-30','',1,0),(683,0,3,'ELSYN',2011,'Electronic System Level Synthesis Conference','www.ecsi.org/eslsyn','CA, USA','San Diego','2011-07-20 01:00:04','2011-06-05','2011-06-06','2011-04-01','2011-04-28','2011-05-16','',1,0),(684,0,3,'PRDC',2011,'IEEE Pacific Rim International Symposium on Dependable Computing','http://prdc.dependability.org/2011/','CA, USA','Pasadena','2011-12-22 02:00:01','2011-12-12','2011-12-14','2011-05-31','2011-07-21','0000-00-00','',1,0),(685,476,3,'Informatic',2013,'International Scientific Conference on Informatics','http://informatika.kpi.fei.tuke.sk/','SK','Spišská Nová Ves','2013-12-22 17:42:39','2013-11-05','2013-11-07','0000-00-00','0000-00-00','0000-00-00','',1,0),(686,467,3,'EDCC',2012,'European Dependable Computing Conference','http://edcc.dependability.org/','Romania','Sibiu','2012-05-19 01:00:01','2012-05-08','2012-05-11','2011-10-07','2012-01-17','2012-02-20','',1,0),(687,520,3,'PRIME',2011,'IEEE Conference on Ph.D. Reseach in Microelectronics & Electronics','http://prime2011.fbk.eu/','Italy','Trento','2011-07-20 01:00:04','2011-07-04','2011-07-08','2011-02-20','2011-04-18','2011-05-15','',1,0),(688,534,3,'ICCD',2011,'International Conference on Computer Design','http://iccd.et.tudelft.nl/2011/','USA','Amherst','2011-10-20 01:00:00','2011-10-09','2011-10-12','2011-05-06','2011-07-25','2011-08-15','',1,0),(689,558,3,'MICRO',2012,'Annual IEEE/ACM International Symposium on Microarchitecture','http://www.microarch.org/micro44/','Canada','Vancuver','2012-06-04 14:30:25','2011-12-01','2011-12-05','2012-06-01','2012-09-01','0000-00-00','',1,0),(690,561,3,'ICCES',2011,'International Conference on Computer Engineering & Systems','http://www.iceec.org/','Egypt','Cairo','2011-12-08 02:00:00','2011-11-29','2011-11-30','2011-06-16','2011-08-18','2011-09-29','',1,0),(691,578,3,'SODA',2012,'ACM-SIAM Symposium on Discrete Algorithms','http://www.siam.org/meetings/da12/','Japan','Kyoto','2012-01-27 02:00:01','2012-01-17','2012-01-19','2011-07-05','2011-09-12','0000-00-00','',1,0),(692,581,3,'ASP-DAC',2012,'Asia and South Pacific Design Automation Conference','http://www.cse.unsw.edu.au/~babaks/aspdac/','Australia','Sydney','2012-02-10 02:00:00','2012-01-30','2012-02-02','2011-07-19','2011-09-23','2011-11-15','',1,0),(693,552,3,'MEMICS',2011,'Annual Doctoral Workshop on Mathematical and Engineering Methods in Computer Science','http://www.memics.cz/','ČR','Lednice','2011-10-24 01:00:00','2011-10-14','2011-10-16','2011-07-17','2011-09-09','2011-09-19','',1,0),(694,584,3,'PDP',2012,'Euromicro International Conference on Parallel, Distributed and Network-base','http://www.pdp2012.org/','Germany','Garching','2012-02-25 02:00:01','2012-02-15','2012-02-17','2011-08-15','2011-10-17','2011-11-11','',1,0),(695,618,3,'ARCS',2012,'International Conference on Architecture of Computing Systems','http://www.lrz.de/~lis/arcs2012/','Germany','Muenchen','2012-03-10 02:00:01','2012-02-28','2012-03-02','2011-09-30','2011-11-20','2011-12-15','',1,0),(697,591,3,'ISCAS',2012,'IEEE International Symposium on Circuits and Systems','http://www.iscas2012.org','Korea','Seoul','2012-05-31 01:00:01','2012-05-20','2012-05-23','2011-10-07','2012-01-06','2012-02-10','',1,0),(698,698,3,'NaBIC',2013,'World Congress on Nature and Biologically Inspired Computing','http://www.mirlabs.org/nabic13/','USA','Fargo','2013-12-25 14:12:11','2013-08-12','2013-08-14','2008-05-31','0000-00-00','0000-00-00','',1,0),(699,607,3,'DDECS',2012,'IEEE Symposium on Design and Diagnostics of Electronic Circuits and Systems','http://ddecs2012.ati.ttu.ee/','Estonia','Tallinn','2012-04-23 14:59:48','2012-04-18','2012-04-20','2012-01-15','2012-03-03','2012-03-17','',1,0),(700,606,3,'PETRI NETS',2012,'International Conference on Application and Theory of Petri Nets and Concurrency','http://www.informatik.uni-hamburg.de/TGI/events/pn2012/ ','Germany','Hamburg','2013-03-09 11:23:48','2012-06-25','2012-06-29','2012-01-10','2012-03-01','2012-04-01','',1,0),(701,559,3,'ICECS',2011,'IEEE International Conference on Electronics, Circuits, and Systems','http://www.icecs2011.com','Lebanon','Beirut','2013-01-27 16:39:44','2011-12-11','2011-12-14','2011-07-15','2011-09-26','2011-10-15','',1,0),(703,487,3,'DATE',2012,'Design, Automation, and Test in Europe','http://www.date-conference.com','Germany','Dresden','2013-01-20 16:51:54','2012-03-12','2012-03-16','2011-09-11','2011-11-14','2011-12-12','',1,0),(704,588,3,'ReConFig',2011,'International Conference on ReConFigurable Computing and FPGA\\\'s ','www.reconfig.org','Mexico','Cancun','2013-03-17 17:19:54','2011-11-30','2011-12-02','2011-07-22','2011-09-19','2011-10-07','',1,0),(705,492,3,'AICCSA',2013,'ACS/IEEE International Conference on Computer Systems and Applications','http://aiccsa.uic.edu/','Morocco','Fes/Ifrane','2013-10-26 14:04:10','2013-05-27','2013-05-30','0000-00-00','0000-00-00','0000-00-00','',1,0),(707,600,3,'CSEDU',2012,'International Conference on Computer Supported Education','http://www.csedu.org/','Portugal','Porto','2012-04-26 01:00:00','2012-04-16','2012-04-18','2011-11-22','2012-01-25','2012-02-14','',1,0),(708,483,3,'DATICS',2012,'Design, Analysis and Tools for Integrated Circuits and Systems','http://datics.nesea-conference.org/datics-imecs2012/','Hong Kong','Hong Kong','2012-03-24 02:00:01','2012-03-14','2012-03-16','2011-12-08','0000-00-00','2012-01-10','',1,0),(709,604,3,'DSN',2012,'Annual IEEE/IFIP International Conference on Dependable Systems and Networks','http://2012.dsn.org/','MA, USA','Boston','2012-07-06 01:00:01','2012-06-25','2012-06-28','2011-12-01','0000-00-00','0000-00-00','',1,0),(710,647,3,'ECMS',2012,'European Conference on Modelling and Simulation','http://www.scs-europe.net/conf/ecms2012/','Germany','Koblenz','2012-06-09 01:00:01','2012-05-29','2012-06-01','2012-02-01','2012-03-01','2012-04-01','',1,0),(711,605,3,'ETS',2012,'IEEE European Test Symposium','http://ets2012.imag.fr/','France','Annecy','2012-06-09 01:00:01','2012-05-28','2012-06-01','2011-12-05','2012-02-17','2012-04-02','',1,0),(712,555,3,'EUROCON',2013,'IEEE Region 8 EUROCON Conference','http://www.eurocon2013.org/','Croatia','Zagreb','2013-07-12 01:00:03','2013-07-01','2013-07-04','2012-11-01','2013-02-15','0000-00-00','',1,0),(713,601,3,'ISCA',2012,'International Symposium on Computer Architecture','http://isca2012.ittc.ku.edu/','Oregon, USA','Portland','2012-06-21 01:00:01','2012-06-09','2012-06-13','2011-11-14','2012-03-05','0000-00-00','',1,0),(715,0,3,'DASC',2011,'IEEE International Conference on Dependable, Autonomic and Secure Computing','http://www.swinflow.org/confs/dasc2011/','Australia','Sydney','2011-12-22 02:00:01','2011-12-12','2011-12-14','2011-08-30','2011-09-25','2011-10-10','',1,0),(716,635,3,'LASCAS',2012,'Latin American Symposium on Circuits and Systems','http://www.lascas.org/','Mexico','Playa del Carmen','2012-03-10 02:00:01','2012-02-29','2012-03-02','2011-11-14','2011-12-16','2012-01-14','',1,0),(717,643,3,'LATA',2012,'International Conference on Language and Automata Theory and Applications','http://grammars.grlmc.com/LATA2012/','Spain','Coruña','2012-03-17 02:00:01','2012-03-05','2012-03-09','2011-10-07','2011-11-18','2011-11-27','',1,0),(718,596,3,'LATW',2012,'IEEE Latin-American Test Workshop','http://www-elec.inaoep.mx/LATW2012/','Ecuador','Quito','2012-04-21 01:00:01','2012-04-10','2012-04-13','2011-11-07','2011-12-12','2012-01-10','',1,0),(719,510,3,'MIXDES',2012,'International Conference Mixed Design of Integrated Circuits and Systems','http://www.mixdes.org/','PL','Warsaw','2012-06-03 01:00:00','2012-05-24','2012-05-26','2012-01-15','2012-03-01','2012-04-06','',1,0),(720,628,3,'NEWCAS',2012,'IEEE International NEWCAS Conference','http://www.newcas2012.org/','Canada','Montreal','2012-06-28 01:00:01','2012-06-17','2012-06-20','2012-02-20','2012-04-20','2012-05-14','',1,0),(721,543,3,'PDeS',2012,'IFAC/IEEE International Conference on Programmable Devices and Embedded Systems','http://www.pdes2012.feec.vutbr.cz/','ČR','Brno','2012-06-02 01:00:02','2012-05-23','2012-05-25','2011-10-10','2012-01-10','2012-02-10','',1,0),(722,595,3,'RAW',2012,'Reconfigurable Architectures Workshop','http://www.ece.lsu.edu/vaidy/raw/','China','Shanghai','2012-05-30 01:00:02','2012-05-21','2012-05-22','2011-12-20','2012-02-01','2012-02-21','',1,0),(723,0,3,'ISOCC ',2011,'International SoC Design Conference','http://www.isocc.org','Korea','Jeju','2011-11-26 02:00:01','2011-11-17','2011-11-18','2011-08-21','2011-10-01','2011-10-15','',1,0),(724,609,3,'VTS',2012,'IEEE VLSI Test Symposium','http://www.tttc-vts.org/','Hawai, CA','Hyatt Maui','2012-05-03 01:00:00','2012-04-22','2012-04-25','2011-10-08','2012-01-07','0000-00-00','',1,0),(725,594,3,'ISQED',2012,'International Symposium on Quality Electronic Design','http://www.isqed.org/','CA, USA','Santa Clara','2012-03-29 01:00:00','2012-03-19','2012-03-21','2011-09-26','2011-11-26','2012-01-11','',1,0),(726,0,3,'AEECT',2011,'IEEE Jordan Conference on Applied Electrical Engineering and Computing Technologies','http://ewh.ieee.org/r8/jordan/AEECT2011/','Jordan','Amman','2011-12-16 02:00:00','2011-12-06','2011-12-08','2011-09-05','2011-10-09','2011-11-06','',1,0),(727,611,3,'IDT',2011,'IEEE International Design and Test Workshop','http://www.edamenda.org/','Beirut','Lebanon','2011-12-22 02:00:01','2011-12-11','2011-12-14','2011-09-15','2011-10-07','2011-10-17','',1,0),(728,657,3,'SAMOS',2012,'International Symposium on Systems, Architectures, MOdeling and Simulation','http://samos.et.tudelft.nl/samos_xii/html/','GR','Samos','2012-07-27 01:00:00','2012-07-16','2012-07-19','2012-02-01','2012-04-01','2012-05-01','',1,0),(729,533,3,'SIPS',2011,'IEEE Workshop on Signal Processing Systems','http://www.sips2011.org/','Lebanon','Beirut','2011-10-15 01:00:01','2011-10-04','2011-10-07','2011-03-31','2011-06-27','2011-07-25','',1,0),(730,577,3,'SSS',2011,'International Symposium on Stabilization, Safety, and Security of Distributed Systems','http://www.jaist.ac.jp/sss2011/','France','Grenoble','2011-10-20 01:00:00','2011-10-10','2011-10-12','2011-05-20','2011-07-08','2011-07-15','',1,0),(731,579,3,'SYNASC',2011,'International Symposium on Symbolic and Numeric Algorithms for Scientific Computing ','http://synasc11.info.uvt.ro/','Romania','Timisoara','2011-10-07 01:00:00','2011-09-26','2011-09-29','2011-05-30','2011-08-15','2011-09-08','',1,0),(732,525,3,'MELECON',2012,'IEEE Mediterranean Electrotechnical Conference','http://www.melecon2012.org/','Tunisia','Yasmine Hammamet','2012-04-04 01:00:00','2012-03-25','2012-03-27','2011-10-01','2011-12-11','0000-00-00','',1,0),(733,655,3,'POSTER',2012,'POSTER','http://radio.feld.cvut.cz/conf/poster2012/','ČR','Praha','2012-05-25 01:00:01','2012-05-17','2012-05-17','2012-03-17','2012-04-17','0000-00-00','',1,0),(734,0,3,'CTRQ',2012,'International Conference on Communication Theory, Reliability, and Quality of Service','http://www.iaria.org/conferences2012/CTRQ12.html','France','Chamonix','2012-05-12 01:00:01','2012-04-29','2012-05-04','2011-12-05','2012-01-23','2012-02-07','',1,0),(735,612,3,'DFR',2012,'HiPEAC Workshop on Design for Reliability','www.cs.ucy.ac.cy/carch/DFR2012','France','Paris','2012-02-02 02:00:00','2012-01-23','2012-01-25','2011-10-31','2011-12-05','2011-12-19','',1,0),(736,620,3,'VLSI-DAT',2013,'International Symposium on VLSI Design, Automation & Test','http://vlsidat.itri.org.tw/2013/General/','Taiwan','Hsinchu','2013-12-30 14:48:12','2013-04-22','2013-04-24','2012-10-19','2012-12-31','0000-00-00','',1,0),(737,589,3,'WESS',2011,'Workshop on Embedded Systems Security','http://www.wess-workshop.org/','Taiwan','Taipei','2011-10-21 01:00:01','2011-10-13','2011-10-13','2011-07-22','2011-08-19','2011-09-05','',1,0),(738,621,3,'WRC',2012,'HiPEAC Workshop on Reconfigurable Computing','http://www.cad.polito.it/~sterpone/WRC_2012/WRC_2012_-_Home_Page.html','France','Paris','2012-02-01 02:00:01','2012-01-23','2012-01-24','2011-11-07','2011-11-30','2011-12-06','',1,0),(739,427,3,'ACSD',2012,'International Conference on Application of Concurrency to System Design','http://www.informatik.uni-hamburg.de/TGI/events/acsd2012/acsd2012.shtml','Germany','Hamburg','2012-07-07 01:00:02','2012-06-25','2012-06-29','2012-01-13','2016-03-19','0000-00-00','',1,0),(740,636,3,'AHS',2012,'NASA/ESA Conference on Adaptive Hardware and Systems','http://www.see.ed.ac.uk/ahs2012/','Germany','Nuremberg','2012-07-06 01:00:01','2012-06-25','2012-06-28','2012-01-23','2012-03-30','2012-04-15','',1,0),(741,569,3,'APCCAS',2012,'IEEE Asia Pacific Conference on Circuits and Systems','http://www.apccas2012.org/','Taiwan','Kaohsiung','2012-12-13 02:00:01','2012-12-02','2012-12-05','2012-06-30','2012-08-15','2012-09-10','',1,0),(742,602,3,'ARC',2012,'International Workshop on Applied Reconfigurable Computing','http://arc2012.hk/','Hong Kong','Hong Kong','2012-03-31 01:00:00','2012-03-19','2012-03-23','2011-11-08','2011-12-01','2011-12-20','',1,0),(743,622,3,'DAC',2012,'Design Automation Conference','http://www.dac.com/','USA','San Francisco','2012-06-15 01:00:01','2012-06-03','2012-06-07','2011-11-29','0000-00-00','0000-00-00','',1,0),(744,0,3,'RASDAT',2012,'IEEE International Workshop on Reliability Aware System Design and Test','http://www.serc.iisc.ernet.in/~viren/RASDAT12/','India','Hyderabad','2012-01-16 02:00:00','2012-01-07','2012-01-08','2011-10-23','2011-11-15','2011-12-01','',1,0),(745,0,3,'ICINCO',2012,'International Conference on Informatics in Control, Automation and Robotics','http://www.icinco.org/','Italy','Rome','2012-08-08 01:00:01','2012-07-28','2012-07-31','2012-02-28','2012-04-18','2012-05-02','',1,0),(746,0,3,'ICCC',2012,'INTERNATIONAL CARPATHIAN CONTROL CONFERENCE','http://web.tuke.sk/ICCC/','SK','Podbanské','2012-06-08 01:00:01','2012-05-28','2012-05-31','2011-11-30','2012-05-25','2012-04-05','',1,0),(747,0,3,'DEPEND',2012,'International Conference on Dependability','http://www.iaria.org/conferences2012/DEPEND12.html','Italy','Rome','2012-09-01 01:00:01','2012-08-19','2012-08-24','2012-04-05','2012-05-23','2012-06-07','',1,0),(748,0,3,'EWME',2012,'European Workshop on Microelectronics Education','http://cmp.imag.fr/conferences/ewme2012/','France','Grenoble','2012-05-27 17:03:23','2012-05-09','2012-05-11','2012-01-15','0000-00-00','0000-00-00','',1,0),(749,749,3,'FMICS',2013,'International Workshop on Formal Methods for Industrial Critical Systems','http://lvl.info.ucl.ac.be/Fmics2013/Fmics2013','Spain','Madrid','2013-11-19 14:57:18','2013-09-23','2013-09-24','0000-00-00','0000-00-00','0000-00-00','',1,0),(750,614,3,'DSD',2012,'EUROMICRO CONFERENCE on DIGITAL SYSTEM DESIGN Architectures, Methods and Tools','http://dsd2012.ii.metu.edu.tr/','Turkey','Izmir','2012-09-16 01:00:01','2012-09-05','2012-09-08','2012-03-12','2012-04-23','2012-05-28','',1,0),(751,666,3,'DASIP',2012,'Conference on Design and Architectures for Signal and Image Processing','http://www.ecsi.org/dasip','Germany','Karlsruhe','2012-11-02 02:00:01','2012-10-23','2012-10-25','2012-05-14','0000-00-00','0000-00-00','',1,0),(752,638,3,'PAD',2012,'Počítačové architektury & diagnostika','http://pad12.fit.cvut.cz/','ČR','Milovy','2012-09-20 01:00:01','2012-09-10','2012-09-12','2012-06-15','2012-07-16','2012-08-11','',1,0),(753,653,3,'SOCC',2012,'IEEE International SoC Conference','http://www.ieee-socc.org/','USA','Niagara Falls, NY','2012-09-22 01:00:01','2012-09-12','2012-09-14','2012-04-16','2012-06-15','2012-07-13','',1,0),(754,669,3,'IWLS',2012,' International Workshop on Logic & Synthesis','http://www.iwls.org/','CA, USA','Berkeley','2012-06-11 01:00:01','2012-06-01','2012-06-03','2012-03-09','2012-04-04','2012-05-05','',1,0),(755,679,3,'LPonTR',2012,'International Workshop on Impact of Low-Power design on Test and Reliability','http://www.staff.ncl.ac.uk/a.bystrov/LPonTR/ ','France','Annecy','2012-06-09 01:00:01','2012-05-31','2012-06-01','2012-03-11','2012-04-15','2012-05-14','',1,0),(756,681,3,'ICCAD',2012,'IEEE/ACM International Conference on Computer-Aided Design','http://iccad.com/2012_home','CA, USA','San Jose','2013-01-27 16:30:31','2012-11-05','2012-11-08','2012-04-16','2012-07-06','2012-08-17','',1,0),(757,672,3,'IOLTS',2012,'IEEE International On-Line Testing Symposium','http://tima.imag.fr/conferences/iolts','Spain','Sitges','2012-07-07 01:00:02','2012-06-27','2012-06-29','2012-03-05','2012-04-12','2012-05-14','',1,0),(758,0,3,'SMACD',2012,'International Conference on Synthesis, Modeling, Analysis and Simulation Methods and Applications to','http://www.smacd2012.org ','Spain','Seville','2012-09-29 01:00:02','2012-09-19','2012-09-21','2012-04-01','2012-06-01','2012-07-10','',1,0),(759,0,3,'AIMS',2012,'International Conference on Autonomous Infrastructure, Management and Security','http://www.aims-conference.org/2012/ ','Luxembourg','Luxembourg','2012-06-16 01:00:01','2012-06-04','2012-06-08','2012-02-10','2012-03-19','2012-03-26','',1,0),(760,664,3,'ESWeek',2012,'Conference at Embedded Systems Week','http://www.esweek.org','Finland','Tampere','2012-10-20 01:00:01','2012-10-07','2012-10-12','2012-03-28','2012-07-03','2012-07-31','',1,0),(761,0,3,'SAT',2012,'International Conference on THEORY AND APPLICATIONS OF SATISFIABILITY TESTING','http://sat2012.fbk.eu/ ','Italy','Trento','2012-06-28 01:00:01','2012-06-17','2012-06-20','2012-02-05','2012-04-12','2012-05-04','',1,0),(762,0,3,'CS2Bio',2014,'International Workshop on Interactions between Computer Science and Biology','http://combio.abo.fi/cs2bio14/','Gernany','Berlin','2014-06-23 16:38:26','2014-06-07','2014-06-07','2009-03-24','0000-00-00','0000-00-00','',1,0),(763,661,3,'FPL',201,'International Conference on Field Programmable Logic and Applications','http://www.fpl2012.org/','Norway','Oslo','2012-10-11 15:18:51','2012-08-29','2012-08-31','2012-03-20','2012-06-01','2012-06-15','',1,0),(764,701,3,'ICECS',2012,'IEEE International Conference on Electronics, Circuits, and Systems','http://www.ieee-icecs2012.org','Spain','Seville','2012-12-20 02:00:01','2012-12-09','2012-12-12','2012-07-15','2012-09-15','2012-10-10','',1,0),(765,480,3,'BEC',2012,'Baltic Electronics Conference','http://www.elin.ttu.ee/bec/','Estonia','Tallinn','2013-10-27 08:58:17','2012-10-06','2012-10-08','0000-00-00','0000-00-00','0000-00-00','',1,0),(766,766,3,'NTF',2013,'Nordic Test Forum','http://www.nordictestforum.org/node/90','Estonia','Tallinn','2013-12-25 14:19:56','2013-11-26','2013-11-27','2013-09-16','2013-09-30','2013-11-06','',1,0),(767,675,3,'DFT',2012,'IEEE International Symposium on Defect and Fault Tolerance in VLSI Systems','http://www.dfts.org/','USA','Austin, TX','2012-10-13 01:00:01','2012-10-03','2012-10-05','2012-05-06','2012-07-01','2012-08-03','',1,0),(768,724,3,'VTS',2013,'IEEE VLSI Test Symposium','http://www.tttc-vts.org/','CA, USA','Berkeley','2013-05-10 01:00:01','2013-04-29','2013-05-02','2012-10-19','2012-12-21','0000-00-00','',1,0),(769,489,3,'AQTR',2012,'IEEE International Conference on Automation, Quality and Testing, Robotics','http://aqtr.ro/','Romania','Cluj-Napoca','2012-06-04 01:00:01','2012-05-24','2012-05-27','0000-00-00','0000-00-00','0000-00-00','',1,0),(770,660,3,'ASAP',2012,'IEEE International Conference on Application-specific Systems, Architectures and Processors','http://asap-conference.org','Netherlands','Delft','2012-07-20 01:00:01','2012-07-09','2012-07-12','2012-02-20','0000-00-00','0000-00-00','',1,0),(771,692,3,'ASP-DAC',2013,'Asia and South Pacific Design Automation Conference','http://www.aspdac.com/aspdac2013/index.html','Japan','Yokohama','2013-02-02 02:00:00','2013-01-22','2013-01-25','2012-07-13','2012-09-12','2012-11-14','',1,0),(772,665,3,'ATS',2012,'Asian Test Symposium','http://www.ecs.umass.edu/ece/ats11/','Japan','Niigata','2012-11-30 02:00:00','2012-11-19','2012-11-22','2012-06-03','2012-08-05','2012-08-31','',1,0),(773,707,3,'CSEDU',2013,'International Conference on Computer Supported Education','http://www.csedu.org/','Germany','Aachen','2013-05-16 01:00:01','2013-05-06','2013-05-08','2012-12-14','2013-01-22','2013-02-05','',1,0),(774,703,3,'DATE',2013,'Design, Automation, and Test in Europe','http://www.date-conference.com','France','Grenoble','2013-03-30 02:00:01','2013-03-18','2013-03-22','2012-09-09','2012-11-16','2012-12-16','',1,0),(775,678,3,'DCIS',2013,'Conference on Design of Circuits and Integrated Systems','http://www.dcis.org','France','Avignon','2014-02-18 16:46:19','2013-11-27','2013-11-29','0000-00-00','0000-00-00','0000-00-00','',1,0),(776,683,3,'ELSYN',2012,'Electronic System Level Synthesis Conference','http://www.ecsi.org/eslsyn','CA, USA','San Francisco','2012-06-11 01:00:01','2012-06-02','2012-06-03','2012-04-13','0000-00-00','0000-00-00','',1,0),(777,667,3,'EWDTS',2012,'IEEE East-West Design & Test Symposium','http://ewdtest.com/conf/','Ukraine','Kharkov','2012-09-25 01:00:00','2012-09-14','2012-09-17','2012-07-15','2012-08-01','0000-00-00','',1,0),(778,704,3,'ReConFig',2012,'International Conference on ReConFigurable Computing and FPGA\\\'s ','www.reconfig.org','Mexico','Cancun','2012-12-15 02:00:01','2012-12-05','2012-12-07','2012-07-21','2012-09-19','2012-10-07','',1,0),(779,652,3,'FDL',2012,'Forum on specification & Design Languages','http://www.ecsi.org/fdl','Austria','Vienna','2012-09-28 01:00:00','2012-09-18','2012-09-20','2012-04-12','2012-05-30','2012-07-30','',1,0),(780,593,3,'FM',2012,'International Symposium on Formal Methods','http://fm2012.cnam.fr/','France','Paris','2012-09-08 01:00:01','2012-08-27','2012-08-31','2012-03-12','2012-05-07','2012-06-04','',1,0),(781,654,3,'FMCAD',2012,'International Conference on Formal Methods in Computer-Aided Design','http://www.cs.utexas.edu/~hunt/FMCAD/FMCAD12/','UK','Cambridge','2012-11-02 02:00:01','2012-10-22','2012-10-25','2012-05-20','2012-07-13','2012-08-10','',1,0),(782,676,3,'HiPEAC',2013,'International Conference on High Performance and Embedded Architectures and Compilers','http://www.hipeac.net/conference/','Germany','Berlin','2013-01-31 02:00:01','2013-01-21','2013-01-23','2012-06-18','0000-00-00','0000-00-00','',1,0),(783,688,3,'ICCD',2012,'International Conference on Computer Design','http://www.iccd-conf.com/','Quebec, Canada','Montreal','2012-10-11 01:00:00','2012-09-30','2012-10-03','2012-05-11','2012-07-25','2012-08-15','',1,0),(784,645,3,'ICICT',2012,'International Conference on Information and Communication Technologies','http://www.icict.org/','China','Beijing','2012-09-24 01:00:00','2012-09-15','2012-09-16','2012-06-15','2012-06-30','2012-07-15','',1,0),(785,513,3,'ICSES',2012,'International Conference on Signals and Electronic Systems','http://icses2012.pwr.wroc.pl/','PL','Wrocław','2012-09-29 01:00:02','2012-09-18','2012-09-21','2012-06-08','2012-07-06','2012-07-20','',1,0),(786,668,3,'INDIN',2012,'IEEE International Conference on Industrial Informatics','http://www.indin2012.org/','China','Beijing','2012-08-05 01:00:01','2012-07-25','2012-07-28','2012-03-15','0000-00-00','0000-00-00','',1,0),(787,627,3,'ISARCS',2012,'International ACM Sigsoft Symposium on Architecting Critical Systems','http://www.nics.uma.es/ISARCS12/','Italy','Bertinoro','2012-07-06 01:00:01','2012-06-26','2012-06-28','2012-02-28','2012-04-09','2012-04-27','',1,0),(788,723,3,'ISOCC ',2012,'International SoC Design Conference','http://www.isocc.org','Korea','Jeju','2012-11-15 02:00:01','2012-11-04','2012-11-07','2012-07-21','2012-09-01','2012-09-15','',1,0),(789,629,3,'ISVLSI',2012,'IEEE Computer Society Annual Symposium on VLSI','http://www.eng.ucy.ac.cy/theocharides/isvlsi12/','USA','Amherst','2012-08-29 01:00:01','2012-08-19','2012-08-21','2012-03-31','2012-05-20','2012-06-20','',1,0),(790,650,3,'ITC',2012,'International Test Conference','http://www.itctestweek.org/','USA, CA','Anaheim','2012-11-17 02:00:01','2012-11-04','2012-11-09','2012-01-21','2012-04-11','2012-06-06','',1,0),(791,716,3,'LASCAS',2013,'Latin American Symposium on Circuits and Systems','http://lascas2013.org/','Peru','Cusco','2013-03-09 02:00:01','2013-02-27','2013-03-01','0000-00-00','0000-00-00','0000-00-00','',1,0),(792,693,3,'MEMICS',2012,'Annual Doctoral Workshop on Mathematical and Engineering Methods in Computer Science','http://www.memics.cz/','ČR','Znojmo','2012-11-05 02:00:01','2012-10-25','2012-10-28','2012-07-15','2012-09-09','2012-09-16','',1,0),(793,649,3,'MEMOCODE',2012,'ACM-IEEE International Conference on Formal Methods and Models for Codesign','http://memocode.irisa.fr/2012/MEMOCODE%202012.html','Virginia, USA','Arlington','2012-07-25 01:00:04','2012-07-16','2012-07-17','2012-03-09','2012-05-04','2012-05-18','',1,0),(794,689,3,'MICRO',2013,'Annual IEEE/ACM International Symposium on Microarchitecture','http://www.microarch.org/micro46/','USA','Davis, CA','2013-12-24 16:37:25','2013-12-07','2013-12-11','2013-05-24','0000-00-00','0000-00-00','',1,0),(795,640,3,'MIDEM',2012,'International Conference on Microelectronics, Devices and Materials','http://www.midem-drustvo.si/conf2012/','Slovenia','Otočec','2012-09-29 01:00:02','2012-09-19','2012-09-21','2012-06-01','2012-07-22','2012-08-24','',1,0),(796,631,3,'MWSCAS',2012,'IEEE International Midwest Symposium on Circuits and Systems','http://www.mwscas.org/','Idaho, USA','Boise','2012-08-16 01:00:01','2012-08-05','2012-08-08','2012-04-09','2012-05-06','2012-06-03','',1,0),(797,670,3,'PATMOS',2012,'International Workshop on Power and Timing Modeling, Optimization and Simulation','http://conferences.ncl.ac.uk/patmos2012/','UK','Newcastle','2012-09-14 01:00:01','2012-09-04','2012-09-06','2012-06-01','2012-07-16','2012-08-03','',1,0),(798,694,3,'PDP',2013,'Euromicro International Conference on Parallel, Distributed and Network-base','http://www.pdp2013.org/','Ireland','Belfast','2013-03-09 02:00:01','2013-02-27','2013-03-01','2012-07-30','2012-10-08','2012-10-29','',1,0),(799,684,3,'PRDC',2012,'IEEE Pacific Rim International Symposium on Dependable Computing','http://prdc.dependability.org/2012/','Japan','Niigata','2012-12-27 02:00:00','2012-12-18','2012-12-19','2012-05-31','2012-07-21','0000-00-00','',1,0),(800,687,3,'PRIME',2012,'IEEE Conference on Ph.D. Reseach in Microelectronics & Electronics','http://www.prime2012.org/aw/cms/PRIME/Startseite/~rzv/home/?lang=de','Germany','Aachen','2012-06-23 01:00:01','2012-06-12','2012-06-15','2012-03-12','2012-04-18','2012-05-15','',1,0),(801,598,3,'RM',2013,'Reed-Muller','http://www.lsi-cad.com/RM/','Japan','Toyama','2013-06-02 01:00:00','2013-05-24','2013-05-25','2012-02-01','2013-03-24','2013-04-17','',1,0),(802,597,3,'ISMVL',2013,'International Symposium on Multiple-Valued Logic','http://mvl.jpn.org/ISMVL2013/','Japan','Toyama','2013-06-01 01:00:00','2013-05-21','2013-05-24','2012-11-01','2013-02-01','2013-03-01','',1,0),(803,648,3,'RSP',2012,'IEEE/IFIP International Symposium on Rapid System Prototyping','http://www.rsp-symposium.org/','Finland','Tampere','2012-10-20 01:00:01','2012-10-11','2012-10-12','2012-06-08','2012-07-02','2012-07-27','',1,0),(804,658,3,'SAFECOMP',2012,'International Conference on Computer Safety, Reliability and Security','http://www-e.uni-magdeburg.de/safecomp/','Germany','Magdeburg','2012-10-06 01:00:01','2012-09-25','2012-09-28','2012-06-01','0000-00-00','0000-00-00','',1,0),(805,662,3,'SBCCI',2012,'Symposium on Integrated Circuits and Systems Design','http://chipinbsb.cic.unb.br/sbcci.html','Brazil','Brasília','2012-09-10 01:00:02','2012-08-30','2012-09-02','2012-04-06','2012-06-04','2012-06-22','',1,0),(806,729,3,'SIPS',2012,'IEEE Workshop on Signal Processing Systems','http://www.sips2012.org/','Canada','Québec','2012-10-27 01:00:01','2012-10-17','2012-10-19','2012-04-20','2012-06-22','2012-07-23','',1,0),(807,677,3,'SoC',2012,'International Symposium on System-on-Chip','http://soc.cs.tut.fi/','Finland','Tampere','2012-10-20 01:00:01','2012-10-11','2012-10-12','2012-05-28','0000-00-00','0000-00-00','',1,0),(808,691,3,'SODA',2013,'ACM-SIAM Symposium on Discrete Algorithms','http://www.siam.org/meetings/da13/','USA','New Orleans','2013-01-16 02:00:00','2013-01-06','2013-01-08','2012-06-26','0000-00-00','0000-00-00','',1,0),(809,730,3,'SSS',2012,'International Symposium on Stabilization, Safety, and Security of Distributed Systems','http://www.cs.uwaterloo.ca/conferences/sss2012/','Canada','Toronto','2012-10-12 01:00:00','2012-10-01','2012-10-04','2012-04-27','0000-00-00','0000-00-00','',1,0),(810,0,3,'VLSID',2013,'International Conference on VLSI Design','http://www.vlsidesignconference.org','India','Pune','2013-04-29 13:18:58','2013-01-05','2013-01-09','2012-07-02','2012-09-07','2012-10-01','',1,0),(811,663,3,'VLSI-SoC',2012,'IFIP/IEEE International Conference on Very Large Scale Integration','http://www.vlsi-soc.com/','USA','Santa Cruz','2012-10-18 01:00:00','2012-10-07','2012-10-10','2012-05-03','2012-06-30','2012-07-11','',1,0),(812,737,3,'WESS',2012,'Workshop on Embedded Systems Security','http://www.wess-workshop.org/','Finland','Tampere','2012-10-20 01:00:01','2012-10-12','2012-10-12','2012-07-13','2012-08-10','2012-08-31','',1,0),(813,695,3,'ARCS',2013,'International Conference on Architecture of Computing Systems','http://arcs2013.fit.cvut.cz/','CZ','Prague','2013-03-02 02:00:01','2013-02-19','2013-02-22','2012-09-16','2012-11-19','2012-12-16','',1,0),(814,585,3,'LADC',2013,'Latin-American Symposium on Dependable Computing','http://www.ft.unicamp.br/ladc2013 ','Brazil','Rio de Janeiro','2013-04-13 01:00:01','2013-04-01','2013-04-05','2013-01-18','2013-02-08','2013-02-22','',1,0),(815,699,3,'DDECS',2013,'IEEE Symposium on Design and Diagnostics of Electronic Circuits and Systems','http://www.fit.vutbr.cz/events/ddecs2013','Czech Republic','Karlovy Vary','2013-04-18 01:00:00','2013-04-08','2013-04-10','2013-01-15','2013-02-25','2013-03-10','',1,0),(816,718,3,'LATW',2013,'IEEE Latin-American Test Workshop','http://www.latw.tttc-events.org','Argentina','Cordoba','2013-04-13 01:00:01','2013-04-02','2013-04-05','2012-11-26','2012-12-31','2013-02-04','',1,0),(817,615,3,'ASYNC',2013,'IEEE International Symposium on Asynchronous Circuits and Systems','http://asyncsymposium.org/','USA, California','Santa Monica','2013-05-30 01:00:01','2013-05-19','2013-05-22','2012-12-07','2013-02-22','2013-03-15','',1,0),(818,818,3,'VERFE',2014,'9th Workshop on Dependability and Fault Tolerance ','http://www.arcs2014.iti.uni-luebeck.de/download/CfP_VERFE.pdf','Germany','Lübeck','2014-06-02 15:39:53','2014-02-25','2014-02-28','2013-11-30','2013-12-31','2014-01-20','',1,0),(819,711,3,'ETS',2013,'IEEE European Test Symposium','http://www.lirmm.fr/ETS13/','France','Avignon','2013-06-08 01:00:01','2013-05-27','2013-05-31','2012-12-03','2013-02-20','2013-04-01','',1,0),(820,739,3,'ACSD',2013,'International Conference on Application of Concurrency to System Design','http://acsd.lsi.upc.edu/ ','Spain','Barcelona','2013-07-18 01:00:01','2013-07-08','2013-07-10','2013-01-18','2013-03-21','2013-04-19','',1,0),(821,700,3,'PETRI NETS',2013,'International Conference on Application and Theory of Petri Nets and Concurrency','http://www.mc3.disco.unimib.it/petrinets2013/','Italy','Milano','2013-07-06 01:00:01','2013-06-24','2013-06-28','2013-01-10','2013-03-01','2013-04-01','',1,0),(822,759,3,'AIMS',2013,'International Conference on Autonomous Infrastructure, Management and Security','http://www.aims-conference.org/2013/','Spain','Barcelona','2013-07-06 01:00:01','2013-06-25','2013-06-28','2013-02-10','2013-03-19','2013-04-09','',1,0),(823,742,3,'ARC',2013,'International Symposium on Applied Reconfigurable Computing','http://www.isi.edu/events/arc2013/','USA, California','Los Angeles','2013-04-04 01:00:01','2013-03-25','2013-03-27','2012-11-02','2012-12-01','2012-12-21','',1,0),(824,734,3,'CTRQ',2013,'International Conference on Communication Theory, Reliability, and Quality of Service','http://www.iaria.org/conferences2013/CTRQ13.html','Italy','Venice','2013-07-04 01:00:01','2013-04-22','2013-06-26','2012-11-27','2013-01-15','2013-01-29','',1,0),(825,713,3,'ISCA',2013,'International Symposium on Computer Architecture','http://isca2013.eew.technion.ac.il/','Israel','Tel-Aviv','2013-07-05 01:00:02','2013-06-23','2013-06-27','2012-11-14','2013-03-06','0000-00-00','',1,0),(826,743,3,'DAC',2013,'Design Automation Conference','http://www.dac.com/','USA','Austin','2013-06-14 01:00:00','2013-06-02','2013-06-06','2012-11-27','0000-00-00','0000-00-00','',1,0),(827,715,3,'DASC',2012,'IEEE International Conference on Dependable, Autonomic and Secure Computing','http://cse.stfx.ca/~dasc2012/','China','Changzhou','2012-12-28 02:00:00','2012-12-17','2012-12-20','2012-09-30','2012-10-21','2012-11-09','',1,0),(828,708,3,'DATICS',2013,'Design, Analysis and Tools for Integrated Circuits and Systems','http://datics.org/datics-imecs-13','Hong Kong','Hong Kong','2013-03-23 02:00:01','2013-03-13','2013-03-15','2012-12-08','0000-00-00','2013-01-10','',1,0),(829,735,3,'DFR',2013,'HiPEAC Workshop on Design for Reliability','http://www.cs.ucy.ac.cy/carch/DFR2013/','Germany','Berlin','2013-01-31 02:00:01','2013-01-21','2013-01-23','2012-10-29','2012-12-03','2012-12-10','',1,0),(830,709,3,'DSN',2013,'Annual IEEE/IFIP International Conference on Dependable Systems and Networks','http://2013.dsn.org/','Hungary','Budapest','2013-07-05 01:00:02','2013-06-24','2013-06-27','2012-12-05','2013-02-25','2013-04-01','',1,0),(831,0,3,'EMS',2012,'European Symposium on Computer Modeling and Simulation','http://ems2012.info/','Malta','Malta','2012-11-24 02:00:01','2012-11-14','2012-11-16','2012-10-01','0000-00-00','0000-00-00','',1,0),(832,586,3,'ECCTD',2013,'European Conference on Circuit Theory and Design','http://www.iee.et.tu-dresden.de/ecctd2013/','Germany','Dresden','2013-09-20 01:00:01','2013-09-08','2013-09-12','2013-03-18','0000-00-00','0000-00-00','',1,0),(833,710,3,'ECMS',2013,'European Conference on Modelling and Simulation','http://www.scs-europe.net/conf/ecms2013/index.html','Norway','Ålesund','2013-06-07 01:00:00','2013-05-27','2013-05-30','2013-02-15','2013-03-12','2013-04-09','',1,0),(834,619,3,'FPGA',2013,'ACM/SIGDA International Symposium on Field-Programmable Gate Arrays','http://fpganetworks.org/FPGA2013/','Monterey, CA, USA','Monterey','2013-02-21 02:00:00','2013-02-11','2013-02-13','2012-09-28','0000-00-00','0000-00-00','',1,0),(835,763,3,'FPL',2013,'International Conference on Field Programmable Logic and Applications','http://www.fpl2013.org/','Portugal','Porto','2013-09-12 01:00:00','2013-09-02','2013-09-04','2013-03-22','2013-05-28','2013-06-24','',1,0),(836,727,3,'IDT',2012,'IEEE International Design and Test Workshop','http://www.edamenda.org/','Qatar','Qatar','2012-12-25 02:00:00','2012-12-15','2012-12-17','2012-10-21','2012-11-12','2012-12-08','',1,0),(837,740,3,'AHS',2013,'NASA/ESA Conference on Adaptive Hardware and Systems','http://www.see.ed.ac.uk/ahs2013/ ','Italy','Torino','2013-07-05 01:00:02','2013-06-24','2013-06-27','2013-01-25','2013-04-12','2013-04-26','',1,0),(838,738,3,'WRC',2013,'HiPEAC Workshop on Reconfigurable Computing','http://www.cad.polito.it/research/!_EVENTS/WRC_2013','Germany','Berlin','2013-01-31 02:00:01','2013-01-21','2013-01-23','2012-11-16','2012-12-30','2013-01-11','',1,0),(841,623,3,'GLSVLSI',2013,'Great Lakes Symposia on VLSI','http://www.glsvlsi.org/','France','Paris','2013-05-12 01:00:00','2013-05-02','2013-05-04','2012-12-28','2013-02-15','2013-03-01','',1,0),(842,783,3,'ICCD',2013,'International Conference on Computer Design','http://www.iccd-conf.com/','USA','Asheville, NC','2013-10-11 01:00:01','2013-10-01','2013-10-03','2013-05-01','2013-07-25','2013-08-20','',1,0),(843,630,3,'ICICDT',2013,'International Conference on IC Design and Technology','http://www.icicdt.org/','Italy','Pavia','2013-06-08 01:00:01','2013-05-29','2013-05-31','2013-02-15','2013-03-29','2013-04-12','',1,0),(844,745,3,'ICINCO',2013,'International Conference on Informatics in Control, Automation and Robotics','http://www.icinco.org/','Iceland','Rejkjavik','2013-08-08 01:00:02','2013-07-29','2013-07-31','2013-02-05','2013-04-03','2013-04-22','',1,0),(845,450,3,'IESS',2013,'International Embedded Systems Symposium','http://www.iess.org/','Germany','Paderborn','2013-09-27 01:00:00','2013-09-17','2013-09-19','2012-12-07','2013-01-21','2013-02-11','',1,0),(846,787,3,'ISARCS',2013,'International ACM Sigsoft Symposium on Architecting Critical Systems','http://isarcs.comparch2013.org/call4paper.htm','Canada','Vancouver','2013-06-29 01:00:01','2013-06-17','2013-06-21','2013-02-06','2013-03-25','2013-04-17','',1,0),(847,725,3,'ISQED',2013,'International Symposium on Quality Electronic Design','http://www.isqed.org/','CA, USA','Santa Clara','2013-03-14 02:00:01','2013-03-04','2013-03-06','2012-10-12','2012-11-24','2013-01-10','',1,0),(848,789,3,'ISVLSI',2013,'IEEE Computer Society Annual Symposium on VLSI','http://www.lasic.ufrn.br/isvlsi2013/index.php?id=visa_request','Brazil','Natal','2013-08-15 01:00:01','2013-08-05','2013-08-07','2013-02-08','2013-04-08','2013-05-06','',1,0),(849,750,3,'DSD',2013,'EUROMICRO CONFERENCE on DIGITAL SYSTEM DESIGN Architectures, Methods and Tools','http://www.teisa.unican.es/dsd-seaa-2013/','Spain','Santander','2013-09-12 14:07:25','2013-09-04','2013-09-06','2013-03-29','2013-04-22','2013-06-21','',1,0),(850,800,3,'PRIME',2013,'IEEE Conference on Ph.D. Reseach in Microelectronics & Electronics','http://www.microelectronicsevents.com/prime/prime2013 ','Austria','Villach','2013-07-05 01:00:02','2013-06-24','2013-06-27','2013-03-15','2013-05-03','2013-05-17','',1,0),(851,721,3,'PDeS',2013,'IFAC/IEEE International Conference on Programmable Devices and Embedded Systems','http://pdes-conference.eu/','ČR','Velke Karlovice','2013-10-05 01:00:02','2013-09-25','2013-09-27','2013-01-31','2013-03-31','2013-05-31','',1,0),(852,761,3,'SAT',2013,'International Conference on Theory and Applications of Satisfiability Testing','http://sat2013.cs.helsinki.fi/','Finland','Helsinki','2013-07-20 01:00:01','2013-07-08','2013-07-12','2013-02-01','2013-04-03','2013-04-22','',1,0),(853,717,3,'LATA',2013,'International Conference on Language and Automata Theory and Applications','http://grammars.grlmc.com/LATA2013/','Spain','Bilbao','2013-04-13 01:00:01','2013-04-02','2013-04-05','2012-11-18','2012-12-16','2012-12-25','',1,0),(854,719,3,'MIXDES',2013,'International Conference Mixed Design of Integrated Circuits and Systems','http://www.mixdes.org/','PL','Gdynia','2013-06-30 01:00:00','2013-06-20','2013-06-22','2013-02-28','2013-04-15','2013-05-06','',1,0),(855,796,3,'MWSCAS',2013,'IEEE International Midwest Symposium on Circuits and Systems','http://www.mwscas.org/','Ohio, USA','Columbus','2013-08-15 01:00:01','2013-08-04','2013-08-07','2013-03-11','2013-05-10','2013-06-10','',1,0),(856,720,3,'NEWCAS',2013,'IEEE International NEWCAS Conference','http://newcas2013.org/','France','Paris','2013-06-27 01:00:00','2013-06-16','2013-06-19','2013-02-22','2013-04-19','2013-05-17','',1,0),(857,624,3,'NOCS',2013,'ACM/IEEE International Symposium on Networks-on-Chip','http://www2.imm.dtu.dk/projects/nocs_2012/nocs/Home.html','Arizona, USA','Tempe','2013-05-02 01:00:00','2013-04-21','2013-04-24','2012-12-04','2013-02-01','2013-03-01','',1,0),(858,722,3,'RAW',2013,'Reconfigurable Architectures Workshop','http://www.ece.lsu.edu/vaidy/raw/','USA','Boston','2013-05-29 01:00:00','2013-05-20','2013-05-21','2012-12-16','2013-02-01','2013-02-21','',1,0),(861,733,3,'POSTER',2013,'POSTER','http://radio.feld.cvut.cz/conf/poster2013/','ČR','Praha','2013-05-24 01:00:00','2013-05-16','2013-05-16','2013-03-16','2013-04-16','0000-00-00','',1,0),(862,674,3,'ECMSM',2013,'Electronic Control, Measurement, Signals and their application to Mechatronics','www.ecmsm2013.fr','France','Toulouse','2013-07-04 01:00:01','2013-06-24','2013-06-26','2013-02-07','2013-03-05','2013-03-25','',1,0),(863,804,3,'SAFECOMP',2013,'International Conference on Computer Safety, Reliability and Security','http://www.laas.fr/SAFECOMP2013/','France','Toulouse','2013-10-05 01:00:02','2013-09-24','2013-09-27','2013-02-17','2013-05-09','2013-07-06','',1,0),(868,671,3,'AFRICON',2013,'IEEE Region 8 AFRICON','http://africon2013.org/','Mauritius','Mauritius','2013-09-20 01:00:01','2013-09-09','2013-09-12','2013-02-28','2013-05-15','0000-00-00','',1,0),(869,770,3,'ASAP',2013,'IEEE International Conference on Application-specific Systems, Architectures and Processors','http://asap-conference.org','USA','Washington D.C.','2013-07-15 01:00:00','2013-07-05','2013-07-07','2013-01-25','2013-03-15','2013-04-05','',1,0),(870,757,3,'IOLTS',2013,'IEEE International On-Line Testing Symposium','http://tima.imag.fr/conferences/iolts','Greece','Chania, Crete','2013-07-18 01:00:01','2013-07-08','2013-07-10','2013-03-01','2013-04-15','2013-05-31','',1,0),(871,753,3,'SOCC',2013,'IEEE International SoC Conference','http://www.ieee-socc.org/','Germany','Erlangen','2013-09-14 01:00:03','2013-09-04','2013-09-06','2013-04-08','2013-06-10','2013-06-24','',1,0),(872,616,3,'EWDC',2013,'European Workshop on Dependable Computing','http://ewdc2013.dei.uc.pt/ ','Portugal','Coimbra','2013-05-24 01:00:00','2013-05-15','2013-05-16','2013-02-04','2013-03-11','2013-04-01','',1,0),(873,751,3,'DASIP',2013,'Conference on Design and Architectures for Signal and Image Processing','http://www.ecsi.org/dasip','Italy','Cagliari','2013-10-18 01:00:01','2013-10-08','2013-10-10','2013-04-28','2013-06-28','2013-09-13','',1,0),(874,747,3,'DEPEND',2013,'International Conference on Dependability','http://www.iaria.org/conferences2013/DEPEND13.html','Spain','Barcelona','2013-09-08 01:00:00','2013-08-25','2013-08-31','2013-03-30','2013-05-17','2013-05-31','',1,0),(875,642,3,'ECBS',2013,' IEEE International Conference and Workshops on the Engineering of Computer Based Systems','http://cps-vo.org/node/6093','USA','Austin, TX','2013-05-02 01:00:00','2013-04-22','2013-04-24','2013-01-13','0000-00-00','0000-00-00','',1,0),(876,686,3,'EDCC',2014,'European Dependable Computing Conference','http://conferences.ncl.ac.uk/edcc2014/','UK','Newcastle','2014-05-24 01:00:01','2014-05-13','2014-05-16','2013-10-13','2014-01-20','2014-02-17','',1,0),(877,776,3,'ELSYN',2013,'Electronic System Level Synthesis Conference','http://www.ecsi.org/eslsyn','USA','Austin, Texas','2013-06-09 01:00:00','2013-05-31','2013-06-01','2013-02-26','2013-04-09','2013-05-01','',1,0),(878,760,3,'ESWeek',2013,'Conference at Embedded Systems Week','http://www.esweek.org','Canada','Montreal','2013-10-12 01:00:02','2013-09-29','2013-10-04','2013-03-29','2013-07-05','2013-07-26','',1,0),(879,777,3,'EWDTS',2013,'IEEE East-West Design & Test Symposium','http://ewdtest.com/conf/','Russia','Rostov-on-Don','2013-10-08 01:00:01','2013-09-27','2013-09-30','2013-07-15','2013-08-01','0000-00-00','',1,0),(880,779,3,'FDL',2013,'Forum on specification & Design Languages','http://www.ecsi.org/fdl','France','Paris','2013-10-04 01:00:00','2013-09-24','2013-09-26','2013-05-12','2013-06-24','2013-07-26','',1,0),(881,780,3,'FM',2014,'International Symposium on Formal Methods','http://www.comp.nus.edu.sg/~pat/FM2014/','Singapore','Singapore','2014-05-24 01:00:01','2014-05-12','2014-05-16','2013-11-07','0000-00-00','0000-00-00','',1,0),(882,781,3,'FMCAD',2013,'International Conference on Formal Methods in Computer-Aided Design','http://www.cs.utexas.edu/~hunt/FMCAD/FMCAD13/','OR, USA','Portland','2013-10-31 02:00:01','2013-10-20','2013-10-23','0000-00-00','0000-00-00','0000-00-00','',1,0),(883,756,3,'ICCAD',2013,'IEEE/ACM International Conference on Computer-Aided Design','http://iccad.com/','CA, USA','San Jose','2013-11-29 02:00:00','2013-11-18','2013-11-21','2013-04-01','2013-06-21','0000-00-00','',1,0),(884,746,3,'ICCC',2013,'INTERNATIONAL CARPATHIAN CONTROL CONFERENCE','http://www.iccc.agh.edu.pl/','Poland','Rytro','2013-06-06 01:00:01','2013-05-26','2013-05-29','2012-11-16','2013-03-14','2013-04-05','',1,0),(885,784,3,'ICICT',2013,'International Conference on Information and Communication Technologies','http://www.icict.org/','India','New Delhi','2013-09-23 01:00:00','2013-09-14','2013-09-15','2013-05-10','2013-06-05','2013-06-20','',1,0),(886,786,3,'INDIN',2013,'IEEE International Conference on Industrial Informatics','http://www.indin2013.org/n/','Germany','Bochum','2013-08-08 01:00:02','2013-07-29','2013-07-31','2013-02-28','2013-04-19','2013-05-24','',1,0),(887,697,3,'ISCAS',2013,'IEEE International Symposium on Circuits and Systems','http://iscas2013.org/','China','Beijing','2013-05-31 01:00:00','2013-05-19','2013-05-23','2013-01-21','0000-00-00','0000-00-00','',1,0),(888,790,3,'ITC',2013,'International Test Conference','http://www.itctestweek.org/','USA, CA','Anaheim','2013-09-20 01:00:01','2013-09-10','2013-09-12','2013-02-04','2013-05-07','2013-06-02','',1,0),(889,754,3,'IWLS',2013,' International Workshop on Logic & Synthesis','http://www.iwls.org/','TX, USA','Austin','2013-06-16 01:00:02','2013-06-07','2013-06-08','2013-03-08','2013-04-01','2013-05-10','',1,0),(890,0,3,'HPCS',2013,'High Performance Computing & Simulation Conference','http://hpcs2013.cisedu.info/','Finland','Helsinki','2013-07-13 01:00:01','2013-07-01','2013-07-05','2013-03-01','2013-04-01','2013-04-18','',1,0),(891,795,3,'MIDEM',2013,'International Conference on Microelectronics, Devices and Materials','http://www.midem-drustvo.si/conf2013/','Slovenia','Kranjska Gora','2013-10-05 01:00:02','2013-09-25','2013-09-27','2013-05-01','2013-06-01','2013-08-01','',1,0),(892,659,3,'NATW',2013,'IEEE North Atlantic Test Workshop','http://natw.ieee.org/','MA, USA','Wakefield','2013-05-18 01:00:01','2013-05-08','2013-05-10','2013-02-15','2013-03-29','2013-04-19','',1,0),(893,0,3,'CSEIT',2013,'International Conference on Computer Science Education: Innovation and Technology','http://www.cseducation.org','Thailand','Phuket','2013-11-06 02:00:00','2013-10-28','2013-10-29','2013-07-26','0000-00-00','2013-08-16','',1,0),(894,0,3,'ETFA',2013,'IEEE International Conference on Emerging Technologies & Factory Automation','http://','Italy','Cagliari','2013-09-21 01:00:01','2013-09-10','2013-09-13','2013-03-15','2013-06-20','2013-07-01','',1,0),(895,0,3,'UKSim',2013,'International Conference on Mathematical/Analytical Modelling and Computer Simulation','http://uksim2013.info','UK','Cambridge','2013-04-20 01:00:01','2013-04-10','2013-04-12','2013-02-25','0000-00-00','0000-00-00','',1,0),(896,807,3,'SoC',2013,'International Symposium on System-on-Chip','http://soc.cs.tut.fi/','Finland','Tampere','2013-11-01 02:00:00','2013-10-23','2013-10-24','2013-05-17','2013-06-28','2013-08-16','',1,0),(897,811,3,'VLSI-SoC',2013,'IFIP/IEEE International Conference on Very Large Scale Integration','http://www.vlsi-soc.com','Turkey','Istanbul','2013-10-17 01:00:00','2013-10-07','2013-10-09','2013-04-17','2013-06-14','2013-07-01','',1,0),(898,639,3,'PPAM',2013,'International Conference on Parallel Processing and Applied Mathematics','http://www.ppam.pl/','Poland','Warsaw','2013-09-19 01:00:01','2013-09-08','2013-09-11','2013-04-21','2013-05-31','0000-00-00','',1,0),(899,799,3,'PRDC',2013,'IEEE Pacific Rim International Symposium on Dependable Computing','http://prdc.dependability.org/2013/','Canada','Vancouver','2013-12-12 02:00:00','2013-12-02','2013-12-04','2013-05-17','2013-07-05','0000-00-00','',1,0),(900,0,3,'FedCSIS',2013,'Federated Conference on Computer Science and Information Systems','http://www.fedcsis.org','Poland','Krakow','2013-09-19 01:00:01','2013-09-08','2013-09-11','2013-05-12','2013-06-17','2013-07-08','',1,0),(901,0,3,'ESW',2013,'Embedded Systems Workshop','http://esw2013.fit.cvut.cz/','Czech Republic','Temešvár','2013-05-30 01:00:01','2013-05-21','2013-05-22','2013-05-15','0000-00-00','0000-00-00','',1,0),(902,752,3,'PAD',2013,'Počítačové architektury & diagnostika','http://www.kiv.zcu.cz/pad2013/ ','ČR','Teplá','2013-09-19 01:00:01','2013-09-09','2013-09-11','2013-06-21','2013-07-19','2013-08-16','',1,0),(903,0,3,'TRUDEVICE',2013,'Workshop on Trustworthy Manufacturing and Utilization of Secure Devices','http://trudevice.com/Workshop/','France','Avignon','2013-06-08 01:00:01','2013-05-30','2013-05-31','2013-03-29','2013-04-15','2013-04-30','',1,0),(904,778,3,'ReConFig',2013,'International Conference on ReConFigurable Computing and FPGAs ','http://www.reconfig.org','Mexico','Cancun','2013-12-19 02:00:01','2013-12-09','2013-12-11','2013-07-19','2013-09-13','2013-10-15','',1,0),(905,656,3,'ReCoSoC',2013,'International Workshop on Reconfigurable and Communication-centric Systems-on-Chip ','http://www.recosoc.org/','Germany','Darmstadt','2013-07-20 01:00:01','2013-07-10','2013-07-12','2013-04-26','2013-05-31','2013-06-14','',1,0),(906,803,3,'RSP',2013,'IEEE/IFIP International Symposium on Rapid System Prototyping','http://www.rsp-symposium.org/','Canada','Montreal','2013-10-12 01:00:02','2013-10-03','2013-10-04','2013-04-28','2013-06-14','2013-07-26','',1,0),(907,772,3,'ATS',2013,'Asian Test Symposium','http://bug.ee.ntu.edu.tw/ATS2013','Taiwan','Yilan','2013-11-29 02:00:00','2013-11-18','2013-11-21','2013-05-24','2013-08-05','2013-08-31','',1,0),(908,0,3,'S&D4RCES',2013,'International workshop on Security and Dependability for Resource Constrained Embedded Systems','http://www.irit.fr/SD4RCES/SD4RCES13/','Italy','Pisa','2013-06-26 01:00:00','2013-06-18','2013-06-18','2013-04-15','2013-05-15','2013-05-20','',1,0),(909,805,3,'SBCCI',2013,'Symposium on Integrated Circuits and Systems Design','www.sbcci.org.br','Brazil','Curitiba','2013-09-14 01:00:03','2013-09-02','2013-09-06','2013-04-07','2013-05-18','2013-06-08','',1,0),(910,0,3,'INTECH',2013,'International Conference on Innovative Computing Technology','http://www.dirf.org/intech','UK','London','2013-09-08 01:00:00','2013-08-29','2013-08-31','2013-05-20','2013-06-30','2013-07-31','',1,0),(911,0,3,'ICSS',2013,'International Conference on Systems Science','http://www.icss.pwr.wroc.pl','Poland','Wrocław','2013-09-20 01:00:01','2013-09-10','2013-09-12','2013-05-17','2013-06-16','2013-06-30','',1,0),(912,767,3,'DFT',2013,'IEEE International Symposium on Defect and Fault Tolerance in VLSI Systems','http://www.dfts.org/','USA ','New York City','2013-10-12 01:00:02','2013-10-02','2013-10-04','2013-05-05','2013-06-21','2013-07-26','',1,0),(913,797,3,'PATMOS',2013,'International Workshop on Power and Timing Modeling, Optimization and Simulation','http://www.itiv.kit.edu/patmos-vari2013/ ','Germany','Karlsruhe','2013-09-19 01:00:01','2013-09-09','2013-09-11','2013-05-31','2013-07-15','0000-00-00','',1,0),(914,782,3,'HiPEAC',2014,'International Conference on High Performance and Embedded Architectures and Compilers','http://www.hipeac.net/conference/vienna','Austria','Vienna','2014-01-30 02:00:00','2014-01-20','2014-01-22','2013-06-14','0000-00-00','0000-00-00','',1,0),(915,626,3,'VLSI',2013,'Symposium on VLSI Circuits','http://www.vlsisymposium.org/index.html','Hawaii','Honolulu','2013-06-22 01:00:01','2013-06-11','2013-06-14','2013-03-22','0000-00-00','0000-00-00','',1,0),(916,815,3,'DDECS',2014,'IEEE Symposium on Design and Diagnostics of Electronic Circuits and Systems','http://ddecs2014.imio.pw.edu.pl/','Poland','Warsaw','2014-05-03 01:00:02','2014-04-23','2014-04-25','2014-01-19','2014-03-03','2014-03-16','',1,0),(917,0,3,'FPGAworld',2013,'FPGAworld Conference','http://www.fpgaworld.com ','Sweden','Stockholm','2013-09-20 01:00:01','2013-09-10','2013-09-12','2013-06-03','2013-07-12','2013-08-15','',1,0),(918,798,3,'PDP',2014,'Euromicro International Conference on Parallel, Distributed and network-based Processing',' http://www.pdp2014.org ','Italy','Turin','2014-02-22 02:00:04','2014-02-12','2014-02-14','2013-07-31','2013-10-07','2013-10-31','',1,0),(919,0,3,'DATA',2013,'IEEE INTERNATIONAL WORKSHOP on DIGITAL AND ANALOG TEST AND DATA ANALYSIS','http://DATA.tttc-events.org/','USA, CA','Anaheim','2013-09-20 01:00:01','2013-09-12','2013-09-12','2013-07-12','2013-07-22','2013-08-23','',1,0),(920,764,3,'ICECS',2013,'IEEE International Conference on Electronics, Circuits, and Systems','http://www.ieee-icecs2013.org','Egypt','Cairo','2013-12-20 02:00:01','2013-12-09','2013-12-12','2013-07-30','2013-09-09','2013-10-10','',1,0),(921,728,3,'SAMOS',2013,'International Symposium on Systems, Architectures, MOdeling and Simulation','http://www.samos-conference.com/','GR','Samos','2013-07-26 01:00:00','2013-07-15','2013-07-18','2013-02-22','2013-04-12','2013-05-10','',1,0),(922,651,3,'SIES',2013,'IEEE Symposium on Industrial Embedded Systems','http://www.cister.isep.ipp.pt/sies2013/','Portugal','Porto','2013-06-29 01:00:01','2013-06-19','2013-06-21','2013-02-20','2013-04-16','2013-05-19','',1,0),(923,806,3,'SIPS',2013,'IEEE Workshop on Signal Processing Systems','http://www.sips2013.org/','Taiwan','Taipei','2013-10-26 01:00:01','2013-10-16','2013-10-18','2013-04-28','2013-06-28','2013-07-26','',1,0),(924,808,3,'SODA',2014,'ACM-SIAM Symposium on Discrete Algorithms','http://www.siam.org/meetings/da13/','USA','Portland','2014-01-15 02:00:00','2014-01-05','2014-01-07','2013-07-03','0000-00-00','2013-07-08','',1,0),(925,809,3,'SSS',2013,'International Symposium on Stabilization, Safety, and Security of Distributed Systems','http://www-masu.ist.osaka-u.ac.jp/sss2013/','Japan','Osaka','2013-11-24 02:00:00','2013-11-13','2013-11-16','2013-07-10','2013-08-25','2013-08-31','',1,0),(926,731,3,'SYNASC',2013,'International Symposium on Symbolic and Numeric Algorithms for Scientific Computing ','http://synasc13.info.uvt.ro/','Romania','Timisoara','2013-10-04 01:00:00','2013-09-23','2013-09-26','2013-05-23','2013-08-04','2013-09-08','',1,0),(927,812,3,'WESS',2013,'Workshop on Embedded Systems Security','http://www.wess-workshop.org/','Canada','Montreal','2013-10-11 01:00:01','2013-10-03','2013-10-03','2013-07-01','2013-08-12','2013-08-26','',1,0),(928,0,3,'NORCHIP',2013,'NORCHIP - The Nordic Microelectronics event','http://www.norchip.org/','Lithuania','Vilnius','2013-11-20 02:00:00','2013-11-11','2013-11-12','2013-08-23','0000-00-00','0000-00-00','',1,0),(929,788,3,'ISOCC',2013,' International SoC Design Conference','http://www.isocc.org','Korea','Busan','2013-12-23 15:48:37','2013-11-17','2013-11-20','2013-07-21','2013-09-01','2013-09-15','',1,0),(930,836,3,'IDT',2013,'IEEE International Design and Test Symposium','http://idtsymposium.org/','Morocco',' Marrakesh','2013-12-26 02:00:00','2013-12-16','2013-12-18','2013-07-21','2013-09-15','2013-11-15','',1,0),(931,813,3,'ARCS',2014,'International Conference on Architecture of Computing Systems','http://www.arcs2014.iti.uni-luebeck.de','Germany','Luebeck','2014-03-08 02:00:01','2014-02-25','2014-02-28','2013-09-15','2013-11-15','2013-12-01','',1,0),(932,887,3,'ISCAS',2014,'IEEE International Symposium on Circuits and Systems','http://iscas2014.org/','Australia','Melbourne','2014-06-13 01:00:00','2014-06-01','2014-06-05','2013-10-18','2014-01-10','2014-02-14','',1,0),(933,861,3,'POSTER',2014,'POSTER','http://radio.feld.cvut.cz/conf/poster2014/','ČR','Praha','2014-05-23 01:00:00','2014-05-15','2014-05-15','2014-03-15','2014-04-15','0000-00-00','',1,0),(934,732,3,'MELECON',2014,'IEEE Mediterranean Electrotechnical Conference','http://www.melecon2014.org/','Lebanon','Beirut','2014-04-24 01:00:01','2014-04-13','2014-04-16','2013-09-16','2013-12-02','2014-01-13','',1,0),(935,0,3,'GECCO',2014,'Genetic and Evolutionary Computation Conference','http://www.sigevo.org/gecco-2014','Canada','Vancouver','2014-07-23 01:00:00','2014-07-12','2014-07-15','2014-01-15','2014-03-12','2014-04-14','',1,0),(936,819,3,'ETS',2014,'IEEE European Test Symposium','http://www.ets14.de','Germany','Padeborn','2014-06-07 01:00:03','2014-05-26','2014-05-30','2013-12-08','2014-02-14','2014-03-21','',1,0),(937,768,3,'VTS',2014,'IEEE VLSI Test Symposium','http://www.tttc-vts.org/','CA, USA','Napa','2014-04-25 01:00:01','2014-04-13','2014-04-17','2013-10-25','2013-12-20','0000-00-00','',1,0),(938,817,3,'ASYNC',2014,'IEEE International Symposium on Asynchronous Circuits and Systems','http://asyncsymposium.org/','Germany','Potsdam','2014-05-22 01:00:01','2014-05-12','2014-05-14','2013-12-01','2014-02-21','2014-03-15','',1,0),(939,816,3,'LATW',2014,'IEEE Latin-American Test Workshop','http://www.feng.pucrs.br/~sisc/LATW2014/index.html','Brazil','Fortaleza','2014-03-23 02:00:01','2014-03-12','2014-03-15','2013-11-21','2014-01-05','2014-01-20','',1,0),(940,831,3,'EMS',2013,'European Symposium on Computer Modeling and Simulation','http://ems2013.info/','UK','Manchester','2013-11-30 02:00:01','2013-11-20','2013-11-22','2013-10-10','0000-00-00','0000-00-00','',1,0),(941,774,3,'DATE',2014,'Design, Automation, and Test in Europe','http://www.date-conference.com','France','Grenoble','2014-04-05 01:00:01','2014-03-24','2014-03-28','2013-09-13','2013-11-16','2013-12-15','',1,0),(942,826,3,'DAC',2014,'Design Automation Conference','http://www.dac.com/','CA, USA','San Francisco','2014-06-13 01:00:00','2014-06-01','2014-06-05','2013-11-10','0000-00-00','0000-00-00','',1,0),(943,902,3,'PAD',2014,'Počítačové architektury & diagnostika','http://pad2014.fm.tul.cz/','ČR','Malá Skála','2014-09-14 01:00:00','2014-09-04','2014-09-06','2014-06-22','2014-07-22','2014-08-10','',1,0),(944,549,3,'IWSBP',2014,'International Workshop on Boolean Problems','http://www.informatik.tu-freiberg.de/prof2/ws_bp11/','Germany','Freiberg','2014-09-27 01:00:06','2014-09-17','2014-09-19','2014-04-30','2014-06-06','2014-07-06','',1,0),(945,0,3,'ELECTRONIC',2014,'International Conference ELECTRONICS','http://electronics.ktu.lt','Lithuania','Palanga','2014-06-26 01:00:00','2014-06-16','2014-06-18','2014-01-27','2014-03-24','2014-04-14','',1,0),(946,644,3,'SELSE',2014,'Silicon Errors in Logic - System Effects','http://www.selse.org','CA, USA','Stanford','2014-04-10 01:00:01','2014-04-01','2014-04-02','2013-12-13','2014-02-04','2014-02-28','',1,0),(947,0,3,'CS2',2014,'Workshop on Cryptography and Security in Computing Systems','http://www.cs2.deib.polimi.it/','Austria','Vienna','2014-01-28 02:00:00','2014-01-20','2014-01-20','2013-10-27','2013-11-29','2013-12-15','',1,0),(948,726,3,'AEECT',2013,'IEEE Jordan Conference on Applied Electrical Engineering and Computing Technologies','http://ewh.ieee.org/r8/jordan/AEECT2013/','Jordan','Amman','2013-12-13 02:00:00','2013-12-03','2013-12-05','2013-08-15','2013-09-30','2013-10-01','',1,0),(949,837,3,'AHS',2014,'NASA/ESA Conference on Adaptive Hardware and Systems','http://www2.le.ac.uk/conference/ahs2014','UK','Leicester','2014-07-25 01:00:02','2014-07-14','2014-07-17','2014-01-24','2014-05-02','2014-05-16','',1,0),(950,0,3,'A I M S',2013,'International Conference on Artificial Intelligence, Modelling and Simulation','http://aims2013.info','Malaysia','Kota Kinabalu','2013-12-13 02:00:00','2013-12-03','2013-12-05','2013-10-25','0000-00-00','0000-00-00','',1,0),(951,820,3,'ACSD',2014,'International Conference on Application of Concurrency to System Design','http://acsd2014.cnam.fr','Tunisia','Tunis','2014-07-05 01:00:02','2014-06-22','2014-06-27','2014-01-10','2014-03-08','2014-04-08','',1,0),(952,822,3,'AIMS',2014,'International Conference on Autonomous Infrastructure, Management and Security','http://www.aims-conference.org/2014/','CZ','Brno','2014-07-11 01:00:01','2014-06-30','2014-07-03','2014-01-24','2014-03-17','2014-04-07','',1,0),(953,741,3,'APCCAS',2014,'IEEE Asia Pacific Conference on Circuits and Systems','http://apccas2014.org/','Japan','Okinawa','2014-06-07 09:33:43','2014-11-17','2014-11-20','2014-06-13','2014-08-08','2014-09-12','',0,0),(954,769,3,'AQTR',2014,'IEEE International Conference on Automation, Quality and Testing, Robotics','http://aqtr.ro/','Romania','Cluj-Napoca','2014-06-01 01:00:00','2014-05-22','2014-05-24','2014-01-21','2014-04-08','2014-04-22','',1,0),(955,823,3,'ARC',2014,'International Symposium on Applied Reconfigurable Computing','http://paginas.fe.up.pt/~specs/events/arc2014/','Portugal','Vilamoura','2014-04-24 01:00:01','2014-04-14','2014-04-16','2013-11-04','2013-12-06','2014-01-03','',1,0),(956,869,3,'ASAP',2014,'IEEE International Conference on Application-specific Systems, Architectures and Processors','http://asap-conference.org','Switzerland','Zurich','2014-06-28 01:00:01','2014-06-18','2014-06-20','2014-02-07','2014-04-01','0000-00-00','',1,0),(957,771,3,'ASP-DAC',2014,'Asia and South Pacific Design Automation Conference','http://www.ece.nus.edu.sg/stfpage/elehy/aspdac2014/','Singapore','Singapore','2014-01-31 02:00:00','2014-01-20','2014-01-23','2013-07-10','0000-00-00','0000-00-00','',1,0),(958,765,3,'BEC',2014,'Baltic Electronics Conference','http://www.elin.ttu.ee/bec/','Estonia','Tallinn','2014-04-21 08:34:18','2014-10-06','2014-10-08','2014-05-04','2014-06-08','2014-06-15','',0,0),(961,608,3,'CPAIOR',2014,'International Conference on Integration of Artificial Intelligence and Operations Research','http://4c.ucc.ie/cpaior2014/cfp.html','Ireland','Cork','2014-05-27 01:00:00','2014-05-19','2014-05-19','2013-11-20','2014-01-10','2014-02-10','',1,0),(962,773,3,'CSEDU',2014,'International Conference on Computer Supported Education','http://www.csedu.org/','Spain','Barcelona','2014-04-11 01:00:01','2014-04-01','2014-04-03','2013-12-11','2014-01-15','2014-01-29','',1,0),(963,873,3,'DASIP',2014,'Conference on Design and Architectures for Signal and Image Processing','http://www.ecsi.org/dasip','Spain','Madrid','2014-02-06 17:17:19','2014-10-08','2014-10-10','2014-04-21','2014-06-30','2014-09-08','',0,0),(964,827,3,'DASC',2013,'IEEE International Conference on Dependable, Autonomic and Secure Computing','http://umc.uestc.edu.cn/conference/uscience2013/DASC2013/DASC2013.php','China','Chengdu','2013-12-30 02:00:00','2013-12-21','2013-12-22','2013-10-15','0000-00-00','0000-00-00','',1,0),(965,828,3,'DATICS',2014,'Design, Analysis and Tools for Integrated Circuits and Systems','http://datics.org/datics/imecs-2014','Hong Kong','Hong Kong','2014-03-22 02:00:00','2014-03-12','2014-03-14','2013-12-28','0000-00-00','2014-01-10','',1,0),(966,830,3,'DSN',2014,'Annual IEEE/IFIP International Conference on Dependable Systems and Networks','http://www.dsn.org/','Georgia, USA','Atlanta','2014-07-04 01:00:02','2014-06-23','2014-06-26','2013-12-01','2014-02-25','2014-04-01','',1,0),(967,874,3,'DEPEND',2014,'International Conference on Dependability','http://www.iaria.org/conferences2014/DEPEND14.html','Portugal','Lisbon','2013-10-28 10:56:47','2014-11-16','2014-11-20','2014-06-20','2014-08-08','2014-10-04','',0,0),(968,833,3,'ECMS',2014,'European Conference on Modelling and Simulation','http://www.scs-europe.net/conf/ecms2014/index.html','Italy','Brescia','2014-06-07 01:00:03','2014-05-27','2014-05-30','2014-02-13','2014-03-14','2014-04-09','',1,0),(969,877,3,'ELSYN',2014,'Electronic System Level Synthesis Conference','http://www.ecsi.org/eslsyn','CA, USA','San Francisco','2014-06-09 01:00:00','2014-06-01','2014-06-01','2014-02-28','2014-04-04','2014-05-05','',1,0),(970,748,3,'EWME',2014,'European Workshop on Microelectronics Education','http://ati.ttu.ee/ewme2014/','Estonia','Tallinn','2014-05-24 01:00:01','2014-05-14','2014-05-16','2014-02-08','2014-03-15','2014-05-05','',1,0),(971,791,3,'LASCAS',2014,'Latin American Symposium on Circuits and Systems','http://www.ieee-lascas.org/lascas2014/','Chile','Santiago','2014-03-08 02:00:01','2014-02-25','2014-02-28','2013-11-15','0000-00-00','0000-00-00','',1,0),(972,0,3,'DUHDe',2013,'Workshop on Design Automation for Understanding Hardware Designs','http://www.informatik.uni-bremen.de/duhde2014/','Germany','Dresden','2014-04-05 01:00:01','2014-03-28','2014-03-28','2013-11-24','2013-12-15','2014-01-15','',1,0),(973,880,3,'FDL',2014,'Forum on specification & Design Languages','http://www.ecsi.org/fdl','Germany','Munich','2013-12-22 17:12:08','2014-10-14','2014-10-16','2008-05-05','2008-06-30','2008-07-28','',0,0),(974,900,3,'FedCSIS',2014,'Federated Conference on Computer Science and Information Systems','http://www.fedcsis.org','Poland','Warsaw','2014-09-18 01:00:02','2014-09-07','2014-09-10','2014-04-23','2014-05-19','2014-06-17','',1,0),(975,834,3,'FPGA',2014,'ACM/SIGDA International Symposium on Field-Programmable Gate Arrays','http://www.eecg.utoronto.ca/FPGA2014/','CA, USA','Monterey','2014-03-08 02:00:01','2014-02-26','2014-02-28','2013-09-27','0000-00-00','0000-00-00','',1,0),(976,917,3,'FPGAworld',2014,'FPGAworld Conference','http://www.fpgaworld.com ','Sweden','Stockholm','2014-09-19 01:00:01','2014-09-09','2014-09-11','2014-06-17','2014-07-12','2014-08-15','',1,0),(977,835,3,'FPL',2014,'International Conference on Field Programmable Logic and Applications','http://www.fpl2014.org/','Germany','Munich','2014-09-12 01:00:00','2014-09-02','2014-09-04','2014-03-28','2014-06-06','2014-06-27','',1,0),(978,920,3,'ICECS',2014,'IEEE International Conference on Electronics, Circuits, and Systems','http://www.icecs-conf.com/','China','Shenzhen','2014-01-29 02:00:00','2014-01-20','2014-01-21','2013-11-30','0000-00-00','2013-12-10','',1,0),(979,0,3,'MECO',2014,'Mediterranean Conference on Embedded Computing','http://embeddedcomputing.me/en/meco','Montenegro','Budva','2014-06-27 01:00:01','2014-06-15','2014-06-19','2014-02-15','2014-03-15','2014-04-06','',1,0),(980,856,3,'NEWCAS',2014,'IEEE International NEWCAS Conference','http://newcas2014.org/','Canada','Trois-Rivières','2014-07-03 01:00:01','2014-06-22','2014-06-25','2014-02-21','2014-04-18','2014-05-16','',1,0),(981,0,3,'DTIS',2014,'International conference on Design & Technology of Integrated Systems in nanoscale era ','http://www.dtis2014.teiath.gr/','Greece','Santorini','2014-05-16 01:00:00','2014-05-06','2014-05-08','2014-01-10','2014-02-15','2014-03-15','',1,0),(982,882,3,'FMCAD',2014,'International Conference on Formal Methods in Computer-Aided Design','http://www.cs.utexas.edu/users/hunt/FMCAD/FMCAD14/index.shtml','Switzerland','Lausanne','2014-06-01 16:01:00','2014-10-21','2014-10-24','2014-05-06','2014-07-25','2014-08-15','',0,0),(983,841,3,'GLSVLSI',2014,'Great Lakes Symposia on VLSI','http://www.glsvlsi.org/','USA','Houston','2014-05-31 01:00:01','2014-05-21','2014-05-23','2013-12-20','2014-02-03','2014-02-24','',1,0),(984,890,3,'HPCS',2014,'High Performance Computing & Simulation Conference','http://hpcs2014.cisedu.info/','Italy','Bologna','2014-07-19 01:00:01','2014-07-07','2014-07-11','2014-01-10','2014-03-14','2014-04-11','',1,0),(985,884,3,'ICCC',2014,'International Carpathian Control Conference','http://www.icc-conf.cz/conference/iccc2014/','Czech Republic','Velke Karlovice','2014-06-08 01:00:01','2014-05-28','2014-05-31','2013-12-09','0000-00-00','0000-00-00','',1,0),(986,842,3,'ICCD',2014,'International Conference on Computer Design','http://www.iccd-conf.com/','Korea','Seoul','2013-12-22 17:18:07','2014-10-19','2014-10-22','2014-05-11','2014-07-21','2014-08-22','',0,0),(987,843,3,'ICICDT',2014,'International Conference on IC Design and Technology','http://www.icicdt.org/','USA','Austin, Texas','2014-06-07 01:00:03','2014-05-28','2014-05-30','2014-02-17','0000-00-00','0000-00-00','',1,0),(988,885,3,'ICICT',2014,'International Conference on Information and Computer Technology','http://www.icict.org/','China','Chengdu','2014-09-16 01:00:01','2014-09-06','2014-09-08','2014-05-20','2014-06-10','2014-06-25','',1,0),(989,844,3,'ICINCO',2014,'International Conference on Informatics in Control, Automation and Robotics','http://www.icinco.org/','Austria','Vienna','2014-09-11 01:00:02','2014-09-01','2014-09-03','2014-04-15','2014-06-16','2014-06-30','',1,0),(990,785,3,'ICSES',2014,'International Conference on Signals and Electronic Systems','http://icses2014.et.put.poznan.pl/','Poland','Poznan','2014-09-21 01:00:00','2014-09-11','2014-09-13','2014-03-31','2014-05-19','2014-07-23','',1,0),(991,886,3,'INDIN',2014,'IEEE International Conference on Industrial Informatics','http://indin2014.ece.ufrgs.br/','Brazil','Porto Alegre','2014-08-06 01:00:01','2014-07-27','2014-07-29','2014-02-12','2014-04-15','2014-05-25','',1,0),(992,825,3,'ISCA',2014,'International Symposium on Computer Architecture','http://cag.engr.uconn.edu/isca2014/','USA','Minneapolis','2014-07-26 01:00:03','2014-07-14','2014-07-18','2013-11-14','2014-03-31','0000-00-00','',1,0),(993,847,3,'ISQED',2014,'International Symposium on Quality Electronic Design','http://www.isqed.org/','CA, USA','Santa Clara','2014-03-13 02:00:01','2014-03-03','2014-03-05','2013-10-19','2013-12-06','2014-01-10','',1,0),(994,848,3,'ISVLSI',2014,'IEEE Computer Society Annual Symposium on VLSI','http://www.isvlsi.org/','USA','Tampa, Florida','2014-07-19 01:00:01','2014-07-09','2014-07-11','2014-02-16','2014-04-20','2014-05-13','',1,0),(995,888,3,'ITC',2014,'International Test Conference','http://www.itctestweek.org/','USA','Seattle, Washington','2013-12-23 15:54:53','2014-10-21','2014-10-23','2014-03-03','2014-05-21','2014-06-14','',0,0),(996,849,3,'DSD',2014,'EUROMICRO CONFERENCE on DIGITAL SYSTEM DESIGN Architectures, Methods and Tools','http://esd.scienze.univr.it/dsd-seaa-2014/','Italy','Verona','2014-09-06 01:00:02','2014-08-27','2014-08-29','2014-04-20','2014-06-16','2014-07-02','',1,0),(997,0,3,'ISMS',2014,'International Conference on Intelligent Systems, Modelling and Simulation','http://isms2014.info','Malaysia','Langkawi','2014-02-06 02:00:00','2014-01-27','2014-01-29','2013-12-25','0000-00-00','0000-00-00','',1,0),(998,853,3,'LATA',2014,'International Conference on Language and Automata Theory and Applications','http://grammars.grlmc.com/LATA2014/','Spain','Madrid','2014-03-21 02:00:01','2014-03-10','2014-03-13','2013-10-21','0000-00-00','0000-00-00','',1,0),(999,891,3,'MIDEM',2014,'International Conference on Microelectronics, Devices and Materials','http://www.midem-drustvo.si/conf2014/','Slovenia','Ljubljana','2013-12-24 16:38:57','2014-10-08','2014-10-10','2014-05-01','2014-06-15','2014-08-31','',0,0),(1000,854,3,'MIXDES',2014,'International Conference Mixed Design of Integrated Circuits and Systems','http://www.mixdes.org/','PL','Lviv','2014-06-29 01:00:00','2014-06-19','2014-06-21','2014-02-15','2014-04-01','2014-05-01','',1,0),(1001,855,3,'MWSCAS',2014,'IEEE International Midwest Symposium on Circuits and Systems','http://mwcas-2014.org/','USA','Texas','2014-08-14 01:00:00','2014-08-03','2014-08-06','2014-03-10','2014-04-21','0000-00-00','',1,0),(1002,892,3,'NATW',2014,'IEEE North Atlantic Test Workshop','http://natw.ieee.org/','NY, USA','Binghamton','2014-05-24 01:00:01','2014-05-14','2014-05-16','2014-02-21','2014-04-05','2014-04-25','',1,0),(1003,857,3,'NOCS',2014,'ACM/IEEE International Symposium on Networks-on-Chip','http://mpsoc.unife.it/~nocsymposium/index.html','Italia','Ferrara','2014-09-27 01:00:06','2014-09-17','2014-09-19','2014-02-23','2014-05-05','2014-06-02','',1,0),(1004,821,3,'PETRI NETS',2014,'International Conference on Application and Theory of Petri Nets and Concurrency','http://petrinets2014.cnam.fr/petrinets.php','Tunisia','Tunis','2014-07-05 01:00:02','2014-06-23','2014-06-27','2014-01-10','2014-03-01','2014-04-01','',1,0),(1005,850,3,'PRIME',2014,'IEEE Conference on Ph.D. Reseach in Microelectronics & Electronics','http://www.microelectronicsevents.com/PRIME/','France','Grenoble','2014-07-11 01:00:01','2014-06-30','2014-07-03','2014-03-24','0000-00-00','0000-00-00','',1,0),(1006,744,3,'RASDAT',2014,'IEEE International Workshop on Reliability Aware System Design and Test','http://www.ee.iitb.ac.in/~rasdat/rasdat14/','India','Mumbai','2014-01-18 02:00:01','2014-01-09','2014-01-10','2013-10-31','2013-11-10','2013-12-10','',1,0),(1007,858,3,'RAW',2014,'Reconfigurable Architectures Workshop','http://www.ece.lsu.edu/vaidy/raw/','USA','Phoenix','2014-05-27 01:00:00','2014-05-18','2014-05-19','2014-01-20','2014-02-15','2014-03-14','',1,0),(1008,863,3,'SAFECOMP',2014,'International Conference on Computer Safety, Reliability and Security','http://www.safecomp2014.unifi.it/','Italy','Firenze','2014-09-20 01:00:04','2014-09-10','2014-09-12','2014-02-25','2014-05-20','2014-06-20','',1,0),(1009,921,3,'SAMOS',2014,'International Symposium on Systems, Architectures, MOdeling and Simulation','http://www.samos-conference.com/','GR','Samos','2014-07-25 01:00:02','2014-07-14','2014-07-17','2014-02-14','2014-04-11','2014-05-14','',1,0),(1010,922,3,'SIES',2014,'IEEE Symposium on Industrial Embedded Systems','http://retis.sssup.it/sies2014/','Italy ','Pisa','2014-06-28 01:00:01','2014-06-18','2014-06-20','2014-02-24','2014-04-07','2014-05-19','',1,0),(1011,923,3,'SIPS',2014,'IEEE Workshop on Signal Processing Systems','http://www.sips2014.org/','UK','Belfast','2014-03-19 10:33:15','2014-10-16','2014-10-18','2014-04-25','0000-00-00','0000-00-00','',0,0),(1012,871,3,'SOCC',2014,'IEEE International SoC Conference','http://www.ieee-socc.org/','USA','Las Vegas, Nevada','2014-09-13 01:00:01','2014-09-03','2014-09-05','2014-03-31','2014-06-10','2014-06-30','',1,0),(1013,926,3,'SYNASC',2014,'International Symposium on Symbolic and Numeric Algorithms for Scientific Computing ','http://synasc.ro/2014/','Romania','Timisoara','2014-10-06 01:00:00','2014-09-22','2014-09-25','2014-04-15','2014-07-15','2014-09-05','',1,0),(1014,538,3,'TAU',2014,'ACM International Workshop on Timing Issues in the Specification and Synthesis of Digital Systems','http://www.tauworkshop.com','USA','Santa Cruz, California','2014-03-15 02:00:02','2014-03-06','2014-03-07','2013-12-13','0000-00-00','0000-00-00','',1,0),(1015,895,3,'UKSim',2014,'International Conference on Mathematical/Analytical Modelling and Computer Simulation','http://uksim2014.info/','UK','Cambridge','2014-04-05 01:00:01','2014-03-26','2014-03-28','2014-01-31','0000-00-00','0000-00-00','',1,0),(1016,915,3,'VLSI',2014,'Symposium on VLSI Circuits','http://www.vlsisymposium.org/index.html','Hawaii','Honolulu','2014-06-21 01:00:02','2014-06-09','2014-06-13','2014-01-27','0000-00-00','0000-00-00','',1,0),(1017,736,3,'VLSI-DAT',2014,'International Symposium on VLSI Design, Automation & Test','http://vlsidat.itri.org.tw/2014/General/','Taiwan','Hsinchu','2014-05-08 01:00:01','2014-04-28','2014-04-30','2013-10-27','2013-12-31','2014-01-31','',1,0),(1018,897,3,'VLSI-SoC',2014,'IFIP/IEEE International Conference on Very Large Scale Integration','http://www.vlsi-soc.com','Mexico','Playa del Carmen','2013-12-30 14:50:42','2014-10-06','2014-10-08','2014-04-04','2014-06-13','2014-06-27','',0,0),(1019,810,3,'VLSID',2014,'International Conference on VLSI Design','http://www.vlsidesignconference.org','India','Bombay','2014-01-17 02:00:00','2014-01-05','2014-01-09','0000-00-00','0000-00-00','0000-00-00','',1,0),(1020,838,3,'WRC',2014,'HiPEAC Workshop on Reconfigurable Computing','http://www.cad.polito.it/research/!_EVENTS/WRC_2014/WRC_2014_-_Home_Page.html','Austria','Wien','2014-01-29 02:00:00','2014-01-21','2014-01-21','2013-10-25','2013-11-29','2013-12-10','',1,0),(1021,0,3,'PAnDA',2014,'Designing with Uncertainty - Opportunities & Challenges','http://www.panda.ac.uk/workshop/index.html','UK','York','2014-03-27 02:00:01','2014-03-17','2014-03-19','2014-02-03','0000-00-00','0000-00-00','',1,0),(1022,0,3,'HSI',2014,'International Conference on Human System Interactions','http://sites.uninova.pt/hsi2014/','Portugal','Costa da Caparica','2014-06-26 01:00:00','2014-06-16','2014-06-18','2014-01-18','2014-03-28','2014-04-30','',1,0),(1023,0,3,'ICSEng',2014,'INTERNATIONAL CONFERENCE ON SYSTEMS ENGINEERING','http://www.icseng.com/','USA','Las Vegas','2014-08-29 01:00:09','2014-08-19','2014-08-21','2014-04-10','2014-05-01','2014-05-27','',1,0),(1024,889,3,'IWLS',2014,' International Workshop on Logic & Synthesis','http://www.iwls.org/','USA','San Francisco, CA','2014-06-09 01:00:00','2014-05-30','2014-06-01','2014-02-28','2014-04-04','2014-04-25','',1,0),(1025,901,3,'PESW',2014,'Prague Embedded Systems Workshop','http://pesw2014.fit.cvut.cz/','Czech Republic','Roztoky u Prahy','2014-06-22 01:00:01','2014-06-12','2014-06-14','2014-05-02','2014-05-15','2014-06-02','',1,0),(1026,907,3,'ATS',2014,'Asian Test Symposium','http://ats2014.ict.ac.cn/dct/page/1','China','Hangzhou','2014-02-06 17:09:29','2014-11-16','2014-11-19','2014-05-16','2014-08-04','2014-09-05','',0,0),(1027,893,3,'CSEIT',2014,'International Conference on Computer Science Education: Innovation and Technology','http://www.cseducation.org','Singapore','Singapore','2014-10-06 01:00:00','2014-09-22','2014-09-23','2014-03-01','0000-00-00','2014-05-30','',1,0),(1028,824,3,'CTRQ',2014,'International Conference on Communication Theory, Reliability, and Quality of Service','http://www.iaria.org/conferences2014/CTRQ14.html','France','Nice','2014-03-07 02:00:01','2014-02-23','2014-02-27','2013-10-23','2013-11-25','2013-12-22','',1,0),(1029,870,3,'IOLTS',2014,'IEEE International On-Line Testing Symposium','http://tima.imag.fr/conferences/iolts','Spain','Platja d\'Aro','2014-07-17 01:00:00','2014-07-07','2014-07-09','2014-03-14','2014-04-30','2014-05-26','',1,0),(1030,912,3,'DFT',2014,'IEEE International Symposium on Defect and Fault Tolerance in VLSI Systems','http://www.dfts.org/','Netherlands','Amsterdam','2014-05-11 11:27:39','2014-10-01','2014-10-03','2014-05-23','2014-06-20','2014-07-25','',0,0),(1031,964,3,'DASC',2014,'IEEE International Conference on Dependable, Autonomic and Secure Computing','http://action.dlmu.edu.cn/uscience/dasc2014/','China','Dalian','2014-09-04 01:00:03','2014-08-24','2014-08-27','2014-04-20','2014-06-05','2014-06-30','',1,0),(1032,878,3,'ESWeek',2014,'Conference at Embedded Systems Week','http://www.esweek.org','India','New Delhi','2014-02-20 17:05:47','2014-10-12','2014-10-17','2014-04-11','2014-06-27','2014-08-01','',0,0),(1033,894,3,'ETFA',2014,'IEEE International Conference on Emerging Technologies & Factory Automation','http://www.etfa2014.org/','Spain','Barcelona','2014-09-27 01:00:06','2014-09-16','2014-09-19','2014-03-15','2014-05-15','2014-07-01','',1,0),(1034,879,3,'EWDTS',2014,'IEEE East-West Design & Test Symposium','http://ewdtest.com/conf/','Ukraine','Kiev','2014-09-23 01:00:01','2014-09-12','2014-09-15','2014-07-01','2014-08-01','0000-00-00','',1,0),(1035,0,3,'TFTSD',2014,'TRUDEVICE Workshop on Test and Fault Tolerance for Secure Devices','http://','Germany','Paderborn','2014-06-07 01:00:03','2014-05-26','2014-05-30','2014-03-15','2014-04-15','2014-04-30','',1,0),(1036,883,3,'ICCAD',2014,'IEEE/ACM International Conference on Computer-Aided Design','http://iccad.com/','CA, USA','San Jose','2014-03-02 14:07:26','2014-11-03','2014-11-06','2014-04-07','2014-06-20','0000-00-00','',0,0),(1037,490,3,'ICES',2014,'International Conference on Evolvable Systems: From Biology to Hardware','http://www.ieee-ssci.org/ICES.html','USA','Orlando, Florida','2014-03-02 14:13:18','2014-12-09','2014-12-12','2014-06-15','2014-09-05','2014-10-05','',0,0),(1038,802,3,'ISMVL',2014,'International Symposium on Multiple-Valued Logic','http://www.informatik.uni-bremen.de/ismvl2014/','Germany','Bremen','2014-05-29 01:00:00','2014-05-19','2014-05-21','2013-11-24','2014-02-02','2014-03-02','',1,0),(1039,929,3,'ISOCC',2014,' International SoC Design Conference','http://www.isocc.org','Korea','Jeju','2014-03-02 14:23:54','2014-11-03','2014-11-06','2014-07-15','2014-09-01','2014-09-15','',0,0),(1040,793,3,'MEMOCODE',2014,'ACM-IEEE International Conference on Formal Methods and Models for Codesign','http://memocode.irisa.fr/2014/','Switzerland','Lausanne','2014-03-02 17:24:21','2014-10-18','2014-10-21','2014-06-10','2014-07-14','2014-09-04','',0,0),(1041,794,3,'MICRO',2014,'Annual IEEE/ACM International Symposium on Microarchitecture','http://www.microarch.org/micro47/','UK','Cambridge','2014-03-02 17:23:44','2014-12-13','2014-12-17','2014-05-23','2014-09-01','0000-00-00','',0,0),(1042,0,3,'CHES',2014,'Workshop on Cryptographic Hardware and Embedded Systems','http://www.chesworkshop.org/','Korea','Busan','2014-10-06 01:00:00','2014-09-23','2014-09-26','2014-03-03','2014-05-26','2014-06-13','',1,0),(1043,0,3,'SIMS',2014,'Systems Informatics: Modelling and Simulation','http://sims2014.info/','UK','Sheffield','2014-05-09 01:00:02','2014-04-29','2014-05-01','2014-03-25','0000-00-00','0000-00-00','',1,0),(1044,957,3,'ASP-DAC',2015,'Asia and South Pacific Design Automation Conference','http://www.aspdac.com/aspdac2015/index.html','Japan','Makuhari','2014-03-30 16:15:45','2015-01-19','2015-01-22','2014-07-11','2014-09-15','2014-11-10','',0,0),(1045,792,3,'MEMICS',2014,'Annual Doctoral Workshop on Mathematical and Engineering Methods in Computer Science','http://www.memics.cz/','ČR','Telč','2014-04-08 10:56:20','2014-10-17','2014-10-19','2014-07-24','0000-00-00','0000-00-00','',0,0),(1046,916,3,'DDECS',2015,'IEEE Symposium on Design and Diagnostics of Electronic Circuits and Systems','http://www.ddecs2015.org/','Serbia','Belgrade','2014-04-29 15:32:11','2015-04-22','2015-04-24','2015-01-18','2015-03-13','2015-03-25','',0,0),(1047,913,3,'PATMOS',2014,'International Workshop on Power and Timing Modeling, Optimization and Simulation','http://www.uibcongres.org/patmos-vari2014/','Mallorca','Palma','2014-06-01 16:03:59','2014-09-29','2014-10-01','2014-06-08','2014-07-25','2014-09-01','',0,0),(1048,918,3,'PDP',2015,'Euromicro International Conference on Parallel, Distributed and network-based Processing','http://www.pdp2015.org/','Finland','Turku','2014-06-01 16:08:03','2015-03-04','2015-03-06','2014-08-25','2014-10-25','2014-12-10','',0,0),(1049,899,3,'PRDC',2014,'IEEE Pacific Rim International Symposium on Dependable Computing','http://prdc.dependability.org/PRDC2014/cfp.html','Singapore','Singapore','2014-06-01 16:12:06','2014-11-18','2014-11-21','2014-05-16','2014-06-28','0000-00-00','',0,0),(1051,904,3,'ReConFig',2014,'International Conference on ReConFigurable Computing and FPGAs ','http://www.reconfig.org','Mexico','Cancun','2014-07-20 11:54:02','2014-12-08','2014-12-10','2014-08-01','2014-09-18','2014-10-18','',0,0),(1052,906,3,'RSP',2014,'IEEE/IFIP International Symposium on Rapid System Prototyping','http://www.rsp-symposium.org/doku.php','India','New Delhi','2014-06-01 16:20:47','2014-10-16','2014-10-17','2014-05-23','2014-07-07','2014-08-25','',0,0),(1053,852,3,'SAT',2014,'International Conference on Theory and Applications of Satisfiability Testing','http://baldur.iti.kit.edu/sat2014/','Austria','Vienna','2014-07-25 01:00:02','2014-07-14','2014-07-17','2014-01-24','2014-03-31','2014-04-17','',1,0),(1054,909,3,'SBCCI',2014,'Symposium on Integrated Circuits and Systems Design','http://www.chip-in-aracaju.ufs.br/sbcci.php','Brazil','Aracaju','2014-09-13 01:00:01','2014-09-01','2014-09-05','2014-04-05','2014-05-30','2014-06-20','',1,0),(1055,896,3,'SoC',2014,'International Symposium on System-on-Chip','http://soc.cs.tut.fi','Finland','Tampere','2014-06-01 16:28:40','2014-10-28','2014-10-29','2014-08-11','2014-09-08','0000-00-00','',0,0),(1056,925,3,'SSS',2014,'International Symposium on Stabilization, Safety, and Security of Distributed Systems','http://sss2014.cs.upb.de/','Germany','Paderborn','2014-06-01 16:35:02','2014-09-28','2014-10-16','2014-04-28','2014-06-16','2014-07-04','',0,0),(1057,927,3,'WESS',2014,'Workshop on Embedded Systems Security','http://www.wess-workshop.org/','India','New Delhi','2014-06-02 15:41:46','2014-10-17','2014-10-17','2014-07-13','2014-08-25','2014-09-05','',0,0),(1058,868,3,'AFRICON',2015,'IEEE Region 8 AFRICON','http://africon2015.org/','Ethiopia','Addis Ababa','2014-06-22 16:30:05','2015-09-14','2015-09-17','0000-00-00','0000-00-00','0000-00-00','',0,0),(1059,705,3,'AICCSA',2014,'ACS/IEEE International Conference on Computer Systems and Applications','http://cse.qu.edu.qa/aiccsa2014/','Qatar','Doha','2014-06-22 16:32:35','2014-11-10','2014-11-13','2014-07-01','2014-09-01','2014-09-08','',0,0),(1060,955,3,'ARC',2015,'International Symposium on Applied Reconfigurable Computing','http://arc2015.esit.rub.de/','Germany','Bochum','2014-06-22 16:35:12','2015-04-14','2015-04-17','2014-10-24','2014-12-05','2015-01-06','',0,0),(1061,962,3,'CSEDU',2015,'International Conference on Computer Supported Education','http://www.csedu.org/','Portugal','Lisbon','2014-06-23 16:40:17','2015-05-23','2015-05-25','2014-12-16','2015-03-11','2015-03-25','',0,0),(1062,936,3,'ETS',2015,'IEEE European Test Symposium','http://193.226.5.107/ets15/index.html','Romania','Cluj-Napoca','2014-06-26 10:47:05','2015-05-25','2015-05-29','2014-12-15','2015-02-20','2015-03-31','',0,0),(1063,930,3,'IDT',2014,'IEEE International Design and Test Symposium','http://idt2014.org/','Algeria','Algiers','2014-06-26 10:49:12','2014-12-16','2014-12-18','2014-08-01','2014-09-19','2014-11-24','',0,0),(1064,942,3,'DAC',2015,'Design Automation Conference','http://www.dac.com/','CA, USA','San Francisco','2014-07-06 12:29:40','2015-06-07','2015-06-11','0000-00-00','0000-00-00','0000-00-00','',0,0),(1065,919,3,'DATA',2014,'IEEE INTERNATIONAL WORKSHOP on DIGITAL AND ANALOG TEST AND DATA ANALYSIS','http://DATA.tttc-events.org/','USA','Seattle, Washington','2014-07-06 13:48:26','2014-10-23','2014-10-24','2014-08-15','2014-09-15','2014-10-03','',0,0),(1066,941,3,'DATE',2015,'Design, Automation, and Test in Europe','http://www.date-conference.com','France','Grenoble','2014-07-06 13:52:17','2015-03-09','2015-03-13','2014-09-14','2014-11-07','2014-11-28','',0,0),(1067,775,3,'DCIS',2014,'Conference on Design of Circuits and Integrated Systems','http://www.dcis.org','Spain','Madrid','2014-07-06 14:05:13','2014-11-26','2014-11-28','0000-00-00','0000-00-00','0000-00-00','',0,0),(1068,966,3,'DSN',2015,'Annual IEEE/IFIP International Conference on Dependable Systems and Networks','http://www.dsn.org/','Brasil','Rio de Janeiro','2014-07-06 14:10:21','2015-06-22','2015-06-25','2014-11-28','0000-00-00','0000-00-00','',0,0),(1069,993,3,'ISQED',2015,'International Symposium on Quality Electronic Design','http://www.isqed.org/','CA, USA','Santa Clara','2014-09-23 12:47:05','2015-03-16','2015-03-18','2014-10-03','2014-12-05','2015-01-10','',0,0),(1070,968,3,'ECMS',2015,'European Conference on Modelling and Simulation','http://www.scs-europe.net/conf/ecms2015/index.html','Bulgaria','Varna','2014-07-07 15:20:15','2015-05-26','2015-05-29','0000-00-00','0000-00-00','0000-00-00','',0,0),(1071,945,3,'ELECTRONIC',2015,'International Conference ELECTRONICS','http://electronics.ktu.lt','Lithuania','Palanga','2014-07-07 15:24:01','2015-06-15','2015-06-17','0000-00-00','0000-00-00','0000-00-00','',0,0),(1072,881,3,'FM',2015,'International Symposium on Formal Methods','http://fm2015.ifi.uio.no/','Norway','Oslo','2014-07-08 16:03:44','2015-06-22','2015-06-26','2015-01-02','2015-03-13','0000-00-00','',0,0),(1073,975,3,'FPGA',2015,'ACM/SIGDA International Symposium on Field-Programmable Gate Arrays','http://www.eecs.ucf.edu/isfpga/','CA, USA','Monterey','2014-07-08 16:06:06','2015-02-22','2015-02-24','0000-00-00','0000-00-00','0000-00-00','',0,0),(1074,0,3,'DCAS',2014,'IEEE Dallas Circuits and Systems Conference','http://ewh.ieee.org/soc/cas/dallas/dcas2014/','TX, USA','Dallas','2014-07-12 09:11:49','2014-10-12','2014-10-13','2014-08-10','2014-09-14','2014-09-28','',0,0),(1075,985,3,'ICCC',2015,'International Carpathian Control Conference','http://iccc.uni-miskolc.hu/','Hungary','Szilvásvárad','2014-07-13 10:34:54','2015-05-27','2015-05-30','2014-12-09','2015-03-07','2015-03-23','',0,0),(1076,910,3,'INTECH',2014,'International Conference on Innovative Computing Technology','http://socio.org.uk/intech/','UK','Luton','2014-08-24 01:00:01','2014-08-13','2014-08-15','2014-06-07','2014-07-01','2014-08-01','',1,0),(1077,932,3,'ISCAS',2015,'IEEE International Symposium on Circuits and Systems','http://www.iscas2015.org/','Portugal','Lisbon','2014-07-13 10:52:21','2015-05-24','2015-05-27','2014-10-10','2015-01-08','2015-02-06','',0,0),(1078,1038,3,'ISMVL',2015,'International Symposium on Multiple-Valued Logic','http://www.mvl.jpn.org/ISMVL2015/','Canada','Waterloo','2014-07-13 10:55:15','2015-05-18','2015-05-20','2014-11-03','2015-02-02','2015-03-02','',0,0),(1079,998,3,'LATA',2015,'International Conference on Language and Automata Theory and Applications','http://grammars.grlmc.com/LATA2015/','France','Nice','2014-07-19 14:10:53','2015-03-02','2015-03-06','2014-10-10','2014-11-18','2014-11-26','',0,0),(1080,939,3,'LATS',2015,'IEEE Latin-American Test Symposium','http://www-elec.inaoep.mx/~lats2015/','Mexico','Puerto Vallarta','2014-07-19 14:13:03','2015-03-25','2015-03-27','2014-11-14','2014-12-19','2015-01-31','',0,0),(1081,928,3,'NORCHIP',2014,'NORCHIP - The Nordic Microelectronics event','http://www.norchip.org/','Finland','Tampere','2014-07-19 14:17:29','2014-10-27','2014-10-28','2014-08-15','0000-00-00','0000-00-00','',0,0),(1082,801,3,'RM',2015,'Reed-Muller','http://lyle.smu.edu/RM2015/','Canada','Waterloo, Ontario','2014-07-20 11:56:33','2015-05-18','2015-05-20','2015-02-02','2015-03-23','2015-04-13','',0,0),(1083,924,3,'SODA',2015,'ACM-SIAM Symposium on Discrete Algorithms','http://www.siam.org/meetings/da15/','USA','San Diego, CA','2014-07-22 15:31:39','2015-01-04','2015-01-06','2014-07-02','0000-00-00','2014-07-07','',0,0),(1084,1019,3,'VLSID',2015,'International Conference on VLSI Design','http://www.vlsidesignconference.org','India','Bengalore','2014-07-24 16:28:50','2015-01-03','2015-01-07','2014-08-03','2014-09-15','2014-10-05','',0,0),(1085,931,3,'ARCS',2015,'International Conference on Architecture of Computing Systems','http://www.cister.isep.ipp.pt/arcs2015/','Portugal','Porto','2014-07-30 16:17:42','2015-03-24','2015-03-27','2014-10-06','2014-12-01','2014-12-15','',0,0),(1086,947,3,'CS2',2015,'Workshop on Cryptography and Security in Computing Systems','http://www.cs2.deib.polimi.it/','NL','Amsterdam','2014-07-30 16:21:15','2015-01-19','2015-01-21','2014-10-27','2014-11-27','2014-12-15','',0,0),(1087,940,3,'EMS',2014,'European Symposium on Computer Modeling and Simulation','http://ems2014.info/','Italy','Pisa','2014-07-31 16:25:33','2014-10-21','2014-10-23','2014-09-01','0000-00-00','0000-00-00','',0,0),(1088,0,3,'CESCIT',2015,'IFAC Conference on Embedded Systems, Computer Intelligence and Telematics','http://cescit2015.um.si','Slovenia','Maribor','2014-09-11 15:16:35','2015-06-22','2015-06-24','2014-10-20','2015-02-01','2015-03-30','',0,0),(1089,851,3,'PDeS',2015,'IFAC/IEEE International Conference on Programmable Devices and Embedded Systems','http://pdes.polsl.pl','Poland','Cracow','2014-09-11 15:21:32','2015-05-13','2015-05-15','2015-01-11','2015-03-08','2015-04-19','',0,0),(1090,1025,3,'PESW',2015,'Prague Embedded Systems Workshop','http://pesw2015.fit.cvut.cz/','Czech Republic','Roztoky u Prahy','2014-09-20 11:06:15','2015-07-02','2015-07-04','2015-05-01','2015-05-25','2015-06-15','',0,0),(1091,0,3,'ICCMSE',2015,'NTERNATIONAL CONFERENCE OF COMPUTATIONAL METHODS IN SCIENCES AND ENGINEERING','http://www.iccmse.org/','Greece','Athens','2014-09-20 15:03:47','2015-03-20','2015-03-23','2015-02-10','2014-03-01','0000-00-00','',0,0),(1092,0,3,'DACS',2015,'Design and Analysis of Control Systems','http://www.dacs.iie.uz.zgora.pl/','Greece','Athens','2014-09-20 15:08:50','2015-03-20','2015-03-23','2014-11-16','2014-12-22','2015-01-30','',0,0),(1093,944,3,'IWSBP',2016,'International Workshop on Boolean Problems','http://www.informatik.tu-freiberg.de/prof2/ws_bp12/','Germany','Freiberg','2014-09-20 15:12:41','2016-09-22','2016-09-23','0000-00-00','0000-00-00','0000-00-00','',0,0),(1094,950,3,'A I M S',2014,'International Conference on Artificial Intelligence, Modelling and Simulation','http://aims2014.info','Spain','Madrid','2014-09-27 12:35:19','2014-11-18','2014-11-20','2014-10-10','0000-00-00','0000-00-00','',0,0),(1095,937,3,'VTS',2015,'IEEE VLSI Test Symposium','http://www.tttc-vts.org/','CA, USA','Napa','2014-10-07 10:02:33','2015-04-27','2015-04-29','2014-10-31','2015-01-25','0000-00-00','',0,0); /*!40000 ALTER TABLE `konference` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `konftema` -- DROP TABLE IF EXISTS `konftema`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `konftema` ( `id_konf` int(10) unsigned NOT NULL, `id_tema` int(10) unsigned NOT NULL, KEY `idx_konfskup_id_konf` (`id_konf`), KEY `idx_konfskup_id_skup` (`id_tema`), CONSTRAINT `konfskup2konf` FOREIGN KEY (`id_konf`) REFERENCES `konference` (`id_konf`), CONSTRAINT `konfskup2skup` FOREIGN KEY (`id_tema`) REFERENCES `tema` (`id_tema`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `konftema` -- LOCK TABLES `konftema` WRITE; /*!40000 ALTER TABLE `konftema` DISABLE KEYS */; INSERT INTO `konftema` VALUES (33,1217),(318,1217),(320,1217),(321,1217),(324,1217),(325,1217),(326,1217),(328,1217),(329,1217),(330,1217),(332,1217),(333,1217),(334,1217),(335,1217),(336,1217),(337,1217),(338,1217),(339,1217),(340,1217),(341,1217),(342,1217),(343,1217),(344,1217),(345,1217),(346,1217),(347,1217),(348,1217),(349,1217),(350,1217),(351,1217),(352,1217),(353,1217),(354,1217),(355,1217),(356,1217),(357,1217),(358,1217),(359,1217),(360,1217),(361,1217),(362,1217),(363,1217),(364,1217),(365,1217),(366,1217),(367,1217),(368,1217),(370,1217),(371,1217),(373,1217),(374,1217),(375,1217),(376,1217),(377,1217),(378,1217),(379,1217),(380,1217),(381,1217),(382,1217),(384,1217),(385,1217),(386,1217),(387,1217),(388,1217),(389,1217),(390,1217),(391,1217),(392,1217),(393,1217),(395,1217),(397,1217),(398,1217),(400,1217),(401,1217),(402,1217),(403,1217),(404,1217),(405,1217),(406,1217),(407,1217),(408,1217),(409,1217),(410,1217),(411,1217),(412,1217),(413,1217),(414,1217),(415,1217),(416,1217),(417,1217),(419,1217),(423,1217),(424,1217),(425,1217),(426,1217),(428,1217),(430,1217),(431,1217),(432,1217),(433,1217),(434,1217),(436,1217),(437,1217),(438,1217),(439,1217),(440,1217),(441,1217),(442,1217),(443,1217),(444,1217),(445,1217),(446,1217),(447,1217),(448,1217),(449,1217),(450,1217),(451,1217),(452,1217),(454,1217),(455,1217),(456,1217),(457,1217),(458,1217),(459,1217),(460,1217),(461,1217),(462,1217),(463,1217),(464,1217),(465,1217),(466,1217),(467,1217),(468,1217),(470,1217),(471,1217),(472,1217),(473,1217),(474,1217),(475,1217),(476,1217),(477,1217),(478,1217),(479,1217),(480,1217),(482,1217),(483,1217),(484,1217),(485,1217),(486,1217),(488,1217),(489,1217),(492,1217),(493,1217),(494,1217),(495,1217),(496,1217),(497,1217),(498,1217),(500,1217),(501,1217),(502,1217),(503,1217),(505,1217),(506,1217),(507,1217),(508,1217),(509,1217),(510,1217),(511,1217),(512,1217),(513,1217),(514,1217),(516,1217),(517,1217),(518,1217),(519,1217),(520,1217),(521,1217),(522,1217),(524,1217),(525,1217),(526,1217),(528,1217),(529,1217),(530,1217),(531,1217),(532,1217),(533,1217),(534,1217),(535,1217),(536,1217),(539,1217),(540,1217),(542,1217),(543,1217),(544,1217),(545,1217),(546,1217),(547,1217),(548,1217),(550,1217),(551,1217),(552,1217),(555,1217),(556,1217),(557,1217),(558,1217),(559,1217),(560,1217),(561,1217),(562,1217),(564,1217),(565,1217),(566,1217),(568,1217),(569,1217),(570,1217),(571,1217),(572,1217),(573,1217),(574,1217),(575,1217),(577,1217),(578,1217),(579,1217),(580,1217),(581,1217),(582,1217),(583,1217),(584,1217),(585,1217),(587,1217),(588,1217),(589,1217),(591,1217),(593,1217),(594,1217),(595,1217),(596,1217),(598,1217),(600,1217),(601,1217),(602,1217),(604,1217),(605,1217),(606,1217),(607,1217),(608,1217),(609,1217),(612,1217),(614,1217),(616,1217),(618,1217),(620,1217),(621,1217),(622,1217),(628,1217),(629,1217),(631,1217),(633,1217),(635,1217),(636,1217),(637,1217),(639,1217),(640,1217),(643,1217),(645,1217),(647,1217),(648,1217),(649,1217),(650,1217),(651,1217),(652,1217),(653,1217),(654,1217),(655,1217),(657,1217),(658,1217),(660,1217),(661,1217),(662,1217),(663,1217),(664,1217),(665,1217),(666,1217),(667,1217),(668,1217),(669,1217),(670,1217),(671,1217),(672,1217),(674,1217),(675,1217),(676,1217),(677,1217),(678,1217),(679,1217),(682,1217),(683,1217),(684,1217),(686,1217),(687,1217),(688,1217),(690,1217),(692,1217),(693,1217),(695,1217),(697,1217),(691,536),(691,1217),(694,38),(694,36),(694,35),(694,130),(694,124),(694,123),(694,8),(694,1217),(427,38),(427,36),(427,35),(427,130),(427,124),(427,123),(427,8),(427,1217),(707,766),(707,1217),(708,1217),(709,1217),(710,1217),(711,42),(711,40),(711,44),(711,35),(711,70),(711,52),(711,8),(711,1217),(713,35),(713,8),(713,1217),(715,18),(715,9),(715,38),(715,36),(715,35),(715,97),(715,75),(715,161),(715,145),(715,167),(715,8),(716,8),(716,1217),(717,8),(717,536),(717,766),(717,1217),(718,97),(718,75),(718,161),(718,145),(718,8),(718,1217),(719,8),(719,1217),(720,8),(720,1217),(721,8),(721,1217),(722,8),(722,1217),(723,8),(723,1217),(724,44),(724,35),(724,70),(724,52),(724,97),(724,75),(724,117),(724,104),(724,132),(724,123),(724,161),(724,145),(724,8),(724,1217),(725,8),(725,1217),(726,8),(726,1217),(727,18),(727,9),(727,44),(727,35),(727,70),(727,52),(727,97),(727,75),(727,132),(727,123),(727,161),(727,145),(727,8),(727,1217),(728,8),(728,1217),(729,8),(729,1217),(730,8),(730,1217),(731,1217),(732,8),(732,1217),(733,8),(733,1217),(734,44),(734,35),(734,8),(735,18),(735,9),(735,44),(735,35),(735,70),(735,52),(735,97),(735,75),(735,132),(735,123),(735,161),(735,145),(735,8),(735,1217),(737,8),(737,1217),(738,8),(738,1217),(740,8),(740,1217),(741,8),(741,1217),(744,8),(744,1217),(739,38),(739,36),(739,35),(739,130),(739,124),(739,123),(739,8),(739,1217),(742,8),(742,1217),(743,8),(743,1217),(745,8),(745,536),(746,8),(747,8),(750,1217),(638,1217),(752,1217),(753,8),(753,1217),(754,8),(754,1217),(755,8),(755,1217),(757,8),(757,1217),(758,8),(759,8),(759,1217),(760,8),(760,1217),(761,8),(761,621),(761,1217),(764,123),(764,145),(764,8),(764,1255),(764,1254),(764,1217),(699,1217),(767,8),(767,1217),(768,44),(768,35),(768,70),(768,52),(768,97),(768,75),(768,117),(768,104),(768,132),(768,123),(768,161),(768,145),(768,8),(768,1217),(769,8),(769,1217),(770,8),(770,1217),(771,8),(771,1217),(615,8),(615,1217),(772,8),(772,1217),(751,8),(751,1217),(642,8),(642,1217),(776,8),(776,1217),(777,8),(777,1217),(748,1217),(778,123),(778,149),(778,146),(778,145),(778,8),(779,1217),(780,1217),(619,8),(619,1217),(623,8),(623,1217),(782,8),(782,1217),(783,8),(783,1217),(630,8),(630,1217),(784,8),(784,1217),(785,8),(785,1217),(786,8),(786,1217),(627,1217),(787,8),(787,1217),(597,8),(597,1217),(788,8),(788,1217),(789,8),(789,1217),(790,8),(790,1217),(791,8),(791,1217),(792,8),(792,1217),(793,1217),(689,8),(689,1217),(795,8),(795,1217),(796,8),(796,1217),(659,8),(659,1217),(624,8),(624,1217),(797,1217),(798,38),(798,36),(798,35),(798,130),(798,124),(798,123),(798,8),(798,1217),(799,8),(799,1217),(800,8),(800,1217),(801,8),(801,1217),(802,8),(802,1217),(803,8),(803,1217),(804,8),(804,1217),(805,8),(805,1217),(806,8),(806,1217),(807,8),(807,1217),(808,536),(808,1217),(809,8),(809,1217),(712,8),(712,1217),(626,8),(626,1217),(811,8),(811,1217),(812,8),(812,1217),(813,8),(813,1217),(816,97),(816,75),(816,161),(816,145),(816,8),(816,1217),(819,42),(819,40),(819,44),(819,35),(819,70),(819,52),(819,8),(819,1217),(820,38),(820,36),(820,35),(820,130),(820,124),(820,123),(820,8),(820,1217),(821,38),(821,36),(821,44),(821,35),(821,130),(821,124),(821,132),(821,142),(821,138),(821,123),(821,8),(823,8),(823,1217),(824,44),(824,35),(824,8),(825,35),(825,8),(825,1217),(826,8),(826,1217),(827,18),(827,9),(827,38),(827,36),(827,35),(827,97),(827,75),(827,161),(827,145),(827,167),(827,8),(828,8),(828,1217),(829,18),(829,9),(829,44),(829,35),(829,70),(829,52),(829,97),(829,75),(829,132),(829,123),(829,161),(829,145),(829,8),(829,1217),(830,8),(830,1217),(831,8),(831,621),(831,766),(831,1217),(586,1217),(833,8),(833,1217),(781,1217),(834,8),(834,1217),(763,8),(763,1217),(836,18),(836,9),(836,44),(836,35),(836,70),(836,52),(836,97),(836,75),(836,132),(836,123),(836,161),(836,145),(836,8),(836,1217),(837,8),(837,1217),(838,8),(838,1217),(842,8),(842,1217),(843,8),(843,1217),(844,8),(844,536),(844,1217),(491,8),(491,1217),(845,8),(845,1217),(846,8),(846,1217),(847,8),(847,1217),(848,8),(848,1217),(850,8),(850,1217),(835,8),(835,1217),(851,8),(851,1217),(852,8),(852,621),(852,1217),(853,8),(853,536),(853,766),(853,1217),(854,8),(854,1217),(855,8),(855,1217),(822,8),(822,1217),(832,8),(832,1217),(856,8),(856,1217),(857,8),(857,1217),(858,8),(858,1217),(841,8),(841,1217),(773,766),(773,1217),(815,8),(815,1217),(868,1217),(869,8),(869,1217),(817,8),(817,1217),(870,8),(870,1217),(871,8),(871,1217),(487,1217),(703,8),(703,1254),(703,1217),(774,8),(774,1254),(774,1217),(874,8),(875,8),(875,1217),(877,8),(877,1217),(878,8),(878,1217),(872,8),(879,8),(879,1217),(881,1217),(882,8),(882,1217),(681,1217),(756,8),(756,1217),(883,8),(883,1217),(884,8),(701,123),(701,145),(701,8),(701,1255),(701,1254),(701,1217),(490,1217),(885,8),(885,1217),(611,1217),(886,8),(886,1217),(887,1217),(888,8),(888,1217),(889,8),(889,1217),(890,8),(890,1217),(862,8),(862,1217),(814,8),(814,1217),(891,8),(891,1217),(892,8),(892,1217),(863,8),(863,1217),(894,8),(894,1217),(895,1217),(537,1217),(429,1217),(700,38),(700,36),(700,44),(700,35),(700,130),(700,124),(700,132),(700,142),(700,138),(700,123),(700,8),(898,8),(898,1217),(899,8),(899,1217),(900,8),(900,1217),(880,1217),(873,8),(873,1217),(901,8),(901,1217),(515,1217),(656,1217),(704,123),(704,149),(704,146),(704,145),(704,8),(905,8),(905,1217),(906,8),(906,1217),(903,8),(903,1217),(907,8),(907,1217),(908,8),(909,8),(909,1217),(861,8),(861,1217),(897,8),(897,1217),(910,277),(910,766),(910,1217),(911,8),(911,277),(911,536),(911,766),(911,1217),(912,8),(912,1217),(913,8),(913,1217),(914,8),(914,1217),(810,8),(915,8),(915,1217),(625,8),(625,1217),(567,8),(567,1217),(896,8),(896,1217),(917,8),(918,38),(918,36),(918,35),(918,130),(918,124),(918,123),(918,8),(918,1217),(920,123),(920,145),(920,8),(920,1255),(920,1254),(920,1217),(921,8),(921,1217),(922,8),(922,1217),(923,8),(923,1217),(924,536),(924,1217),(925,8),(925,1217),(926,1217),(927,8),(927,1217),(928,8),(928,1217),(876,8),(876,1217),(902,8),(902,1217),(919,8),(919,1217),(904,123),(904,149),(904,146),(904,145),(904,8),(930,18),(930,9),(930,44),(930,35),(930,70),(930,52),(930,97),(930,75),(930,132),(930,123),(930,161),(930,145),(930,8),(930,1217),(893,1217),(931,8),(931,1217),(933,8),(933,1217),(934,8),(934,1217),(935,8),(935,1217),(849,8),(849,1217),(938,8),(938,1217),(939,97),(939,75),(939,161),(939,145),(939,8),(939,1217),(940,8),(940,621),(940,766),(940,1217),(941,8),(941,1254),(941,1217),(942,8),(942,1217),(613,8),(613,1217),(932,8),(932,1217),(937,44),(937,35),(937,70),(937,52),(937,97),(937,75),(937,117),(937,104),(937,132),(937,123),(937,161),(937,145),(937,8),(937,1217),(946,8),(946,1217),(947,8),(948,8),(948,1217),(949,8),(949,1217),(950,8),(950,1217),(951,38),(951,36),(951,35),(951,130),(951,124),(951,123),(951,8),(951,1217),(705,1217),(952,8),(952,1217),(954,8),(954,1217),(955,8),(955,1217),(956,8),(956,1217),(765,8),(765,1217),(961,8),(961,536),(961,1217),(962,766),(962,1217),(964,18),(964,9),(964,38),(964,36),(964,35),(964,97),(964,75),(964,161),(964,145),(964,167),(964,8),(965,8),(965,1217),(966,8),(966,1217),(967,8),(968,8),(968,1217),(970,1217),(971,8),(971,1217),(972,8),(749,8),(749,536),(749,621),(749,1217),(975,8),(975,1217),(976,8),(977,8),(977,1217),(978,123),(978,145),(978,8),(978,1255),(978,1254),(978,1217),(979,8),(980,8),(980,1217),(981,8),(983,8),(983,1217),(984,8),(984,1217),(957,8),(957,1217),(973,1217),(985,8),(986,8),(986,1217),(988,8),(988,1217),(989,8),(989,536),(989,1217),(990,8),(990,1217),(991,8),(991,1217),(685,1217),(992,35),(992,8),(992,1217),(673,8),(673,1217),(929,8),(993,8),(993,1217),(994,8),(994,1217),(995,8),(995,1217),(549,1217),(997,8),(998,8),(998,536),(998,766),(998,1217),(794,8),(794,1217),(999,8),(999,1217),(1000,8),(1000,1217),(698,8),(698,1217),(1002,8),(1002,1217),(1003,8),(1003,1217),(766,8),(766,1217),(1004,38),(1004,36),(1004,44),(1004,35),(1004,130),(1004,124),(1004,132),(1004,142),(1004,138),(1004,123),(1004,8),(1006,8),(1006,1217),(1007,8),(1007,1217),(1008,8),(1008,1217),(1009,8),(1009,1217),(644,8),(644,1217),(1010,8),(1010,1217),(1012,8),(1012,1217),(1013,1217),(538,8),(538,1217),(1014,8),(1014,1217),(1015,1217),(1016,8),(1016,1217),(736,8),(736,1217),(1017,8),(1017,1217),(1018,8),(1018,1217),(1019,8),(1020,8),(1020,1217),(936,42),(936,40),(936,44),(936,35),(936,70),(936,52),(936,8),(936,1217),(916,8),(916,1217),(1021,8),(945,8),(944,8),(944,1217),(1022,1217),(1025,8),(1025,1217),(1026,8),(1026,1217),(1027,1217),(1028,44),(1028,35),(1028,8),(969,8),(969,1217),(963,8),(963,1217),(987,8),(987,1217),(1001,8),(1001,1217),(1029,8),(1029,1217),(1031,18),(1031,9),(1031,38),(1031,36),(1031,35),(1031,97),(1031,75),(1031,161),(1031,145),(1031,167),(1031,8),(592,1217),(775,8),(775,1217),(1032,8),(1032,1217),(1033,8),(1033,1217),(1034,8),(1034,1217),(1024,8),(1024,1217),(1035,8),(1036,8),(1036,1217),(1037,1217),(1038,8),(1038,1217),(1039,8),(1041,8),(1041,1217),(1040,8),(1040,1217),(1042,8),(1043,8),(1043,1217),(1011,8),(1011,1217),(1005,8),(1005,1217),(1023,8),(1044,8),(1044,1217),(1045,8),(1045,1217),(974,8),(974,1217),(943,8),(943,1217),(958,8),(958,1217),(1046,8),(1046,1217),(1030,8),(1030,1217),(982,8),(982,1217),(1047,8),(1047,1217),(1048,38),(1048,36),(1048,35),(1048,130),(1048,124),(1048,123),(1048,8),(1048,1217),(1049,8),(1049,1217),(1052,8),(1052,1217),(1053,8),(1053,621),(1053,1217),(1054,8),(1054,1217),(1055,8),(1055,1217),(1056,8),(1056,1217),(818,8),(818,1217),(1057,8),(1057,1217),(953,8),(953,1217),(996,8),(996,1217),(1058,8),(1058,1217),(1059,8),(1059,1217),(1060,8),(1060,1217),(762,8),(762,621),(762,1217),(1061,766),(1061,1217),(1062,42),(1062,40),(1062,44),(1062,35),(1062,70),(1062,52),(1062,8),(1062,1217),(1063,18),(1063,9),(1063,44),(1063,35),(1063,70),(1063,52),(1063,97),(1063,75),(1063,132),(1063,123),(1063,161),(1063,145),(1063,8),(1063,1217),(1064,8),(1064,1217),(1065,8),(1065,1217),(1066,8),(1066,1254),(1066,1217),(1067,8),(1067,1217),(1068,8),(1068,1217),(646,1217),(1070,8),(1070,1217),(1071,8),(1072,8),(1072,1217),(1073,8),(1073,1217),(1074,8),(1075,8),(1076,277),(1076,766),(1076,1217),(1077,8),(1077,1217),(1078,8),(1078,1217),(1079,8),(1079,536),(1079,766),(1079,1217),(1080,97),(1080,75),(1080,161),(1080,145),(1080,8),(1080,1217),(1081,8),(1081,1217),(1051,123),(1051,149),(1051,146),(1051,145),(1051,8),(1082,8),(1082,1217),(1083,536),(1083,1217),(1084,8),(1085,8),(1085,1217),(1086,8),(1087,8),(1087,621),(1087,766),(1087,1217),(1088,8),(1089,8),(1089,1217),(1090,8),(1090,1217),(1091,8),(1092,8),(1093,8),(1093,1217),(1069,8),(1069,1217),(1094,8),(1094,1217),(1095,44),(1095,35),(1095,70),(1095,52),(1095,97),(1095,75),(1095,117),(1095,104),(1095,132),(1095,123),(1095,161),(1095,145),(1095,8),(1095,1217); /*!40000 ALTER TABLE `konftema` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `osobkonf` -- DROP TABLE IF EXISTS `osobkonf`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `osobkonf` ( `id_konf` int(10) unsigned NOT NULL, `id_uziv` int(10) unsigned NOT NULL, `posprispevku` int(11) NOT NULL DEFAULT '0', `priprispevku` int(11) NOT NULL DEFAULT '0', `forumnotify` tinyint(1) DEFAULT '0', `editnotify` tinyint(1) DEFAULT '0', `zacateknotify` tinyint(1) DEFAULT '0', `zacatek_predstih` int(11) DEFAULT '0', `deadlinenotify` tinyint(1) DEFAULT '0', `deadline_predstih` int(11) DEFAULT '0', `finalnotify` tinyint(1) DEFAULT '0', `final_predstih` int(11) DEFAULT '0', `prispeveknotify` tinyint(1) DEFAULT '0', KEY `idx_oskonference_id_konf` (`id_konf`), KEY `idx_oskonference_id_uziv` (`id_uziv`), CONSTRAINT `osobkonf2konf` FOREIGN KEY (`id_konf`) REFERENCES `konference` (`id_konf`), CONSTRAINT `osobkonf2uziv` FOREIGN KEY (`id_uziv`) REFERENCES `uziv` (`uid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `osobkonf` -- LOCK TABLES `osobkonf` WRITE; /*!40000 ALTER TABLE `osobkonf` DISABLE KEYS */; INSERT INTO `osobkonf` VALUES (334,3,1,1,0,0,0,14,0,14,0,14,0),(357,3,3,3,1,1,1,14,0,14,0,14,0),(368,3,2,2,1,1,0,14,0,14,0,14,0),(380,3,0,0,1,1,0,14,0,14,0,14,0),(395,3,1,1,0,0,0,14,0,14,0,14,0),(417,3,1,1,0,0,1,14,0,14,1,14,0),(449,3,1,0,0,0,0,14,0,14,0,14,0),(480,3,0,0,0,0,0,14,0,14,0,14,0),(443,3,2,2,0,0,0,14,0,14,0,14,0),(456,3,1,0,0,0,0,14,0,14,1,14,0),(445,3,1,1,0,0,0,14,0,14,1,14,0),(465,3,1,1,0,0,0,14,0,14,0,14,0),(470,3,4,4,0,0,0,14,0,14,0,14,0),(529,3,0,0,0,0,0,14,0,14,0,14,0),(455,3,2,2,0,0,0,14,0,14,0,14,0),(497,3,2,0,0,0,0,14,0,14,0,14,0),(552,3,0,0,0,0,0,14,0,14,0,14,0),(479,3,1,1,0,0,0,14,0,14,0,14,0),(540,3,1,1,0,0,0,14,0,14,0,14,0),(566,3,1,1,0,0,0,14,0,14,0,14,0),(549,3,2,2,0,0,0,14,0,14,0,14,0),(591,3,0,0,0,0,0,14,0,14,0,14,0),(613,3,3,3,0,0,0,14,0,14,0,14,0),(614,3,0,0,0,0,0,14,0,14,0,14,0),(622,3,0,0,0,0,0,14,0,14,0,14,0),(638,3,0,0,0,0,0,14,0,14,0,14,0),(607,3,1,0,0,0,0,14,0,14,0,14,0),(672,3,0,0,0,0,0,14,0,14,0,14,0),(693,3,0,0,0,0,0,14,0,14,0,14,0),(669,3,1,1,0,0,0,14,0,14,0,14,0),(681,3,1,0,0,0,0,14,0,14,0,14,0),(614,103,1,1,1,0,1,14,0,14,1,14,0),(591,103,2,1,1,1,1,14,0,14,0,14,0),(703,3,0,0,0,0,0,14,0,14,0,14,0),(710,3,0,0,0,0,0,14,0,14,0,14,0),(711,3,0,0,0,0,0,14,0,14,0,14,0),(721,3,0,0,0,0,0,14,0,14,0,14,0),(724,3,0,0,0,0,0,14,0,14,0,14,0),(725,3,0,0,0,0,0,14,0,14,0,14,0),(733,3,0,0,0,0,0,14,0,14,0,14,0),(735,3,0,0,0,0,0,14,0,14,0,14,0),(743,3,0,0,0,0,0,14,0,14,0,14,0),(699,3,2,1,0,0,0,14,0,14,0,14,0),(750,3,1,1,0,0,0,14,0,14,0,14,0),(752,3,0,0,0,0,0,14,0,14,0,14,0),(754,3,0,0,0,0,0,14,0,14,0,14,0),(764,3,0,0,0,0,0,14,0,14,0,14,0),(699,122,1,1,0,0,0,14,0,14,0,14,0),(467,122,1,0,0,0,0,14,0,14,0,14,0),(766,3,0,0,0,0,0,14,0,14,0,14,0),(792,3,0,0,0,0,0,14,0,14,0,14,0),(798,3,0,0,0,0,0,14,0,14,0,14,0),(813,3,0,0,0,0,0,14,0,14,0,14,0),(815,3,0,0,0,0,0,14,0,14,0,14,0),(819,3,0,0,0,0,0,14,0,14,0,14,0),(849,3,0,0,0,0,0,14,0,14,0,14,0),(852,3,0,0,0,0,0,14,0,14,0,14,0),(861,3,0,0,0,0,0,14,0,14,0,14,0),(798,2,0,0,0,0,0,14,0,14,0,14,0),(712,2,0,0,0,0,0,14,0,14,0,14,0),(901,3,0,0,0,0,0,14,0,14,0,14,0),(902,3,0,0,0,0,0,14,0,14,0,14,0),(903,3,0,0,0,0,0,14,0,14,0,14,0),(916,3,0,0,0,0,0,14,0,14,0,14,0),(933,3,0,0,0,0,0,14,0,14,0,14,0),(943,3,0,0,0,0,0,14,0,14,0,14,0),(944,3,0,0,0,0,0,14,0,14,0,14,0),(945,3,0,0,0,0,0,14,0,14,0,14,0),(958,3,0,0,0,0,0,14,0,14,0,14,0),(968,3,0,0,0,0,0,14,0,14,0,14,0),(977,3,0,0,0,0,0,14,0,14,0,14,0),(970,3,0,0,0,0,0,14,0,14,0,14,0),(982,3,0,0,0,0,0,14,0,14,0,14,0),(994,3,0,0,0,0,0,14,0,14,0,14,0),(995,3,0,0,0,0,0,14,0,14,0,14,0),(996,3,0,0,0,0,0,14,0,14,0,14,0),(1009,3,0,0,0,0,0,14,0,14,0,14,0),(1023,3,0,0,0,0,0,14,0,14,0,14,0),(1024,3,0,0,0,0,0,14,0,14,0,14,0),(1025,3,0,0,0,0,0,14,0,14,0,14,0),(1029,3,0,0,0,0,0,14,0,14,0,14,0),(1030,3,0,0,0,0,0,14,0,14,0,14,0),(1035,3,0,0,0,0,0,14,0,14,0,14,0),(1036,3,0,0,0,0,0,14,0,14,0,14,0),(1045,3,0,0,0,0,0,14,0,14,0,14,0),(1046,3,0,0,0,0,0,14,0,14,0,14,0),(1060,3,0,0,0,0,0,14,0,14,0,14,0),(1062,3,0,0,0,0,0,14,0,14,0,14,0),(1063,3,0,0,0,0,0,14,0,14,0,14,0),(1064,3,0,0,0,0,0,14,0,14,0,14,0),(1066,3,0,0,0,0,0,14,0,14,0,14,0),(1069,3,0,0,0,0,0,14,0,14,0,14,0),(1071,3,0,0,0,0,0,14,0,14,0,14,0),(1072,3,0,0,0,0,0,14,0,14,0,14,0),(1073,3,0,0,0,0,0,14,0,14,0,14,0),(1077,3,0,0,0,0,0,14,0,14,0,14,0),(1078,3,0,0,0,0,0,14,0,14,0,14,0),(1082,3,0,0,0,0,0,14,0,14,0,14,0),(1085,3,0,0,0,0,0,14,0,14,0,14,0),(1086,3,0,0,0,0,0,14,0,14,0,14,0),(1088,3,0,0,0,0,0,14,0,14,0,14,0),(1090,3,0,0,0,0,0,14,0,14,0,14,0),(1092,3,0,0,0,0,0,14,0,14,0,14,0),(1093,3,0,0,0,0,0,14,0,14,0,14,0); /*!40000 ALTER TABLE `osobkonf` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `prispevek` -- DROP TABLE IF EXISTS `prispevek`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `prispevek` ( `id_prispevek` int(10) unsigned NOT NULL AUTO_INCREMENT, `id_konf` int(10) unsigned NOT NULL, `nazev` varchar(255) COLLATE utf32_czech_ci NOT NULL, `prijat` tinyint(1) NOT NULL DEFAULT '0', `uname` varchar(30) COLLATE utf32_czech_ci NOT NULL, PRIMARY KEY (`id_prispevek`), KEY `idx_prispevek_id_konf` (`id_konf`) ) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf32 COLLATE=utf32_czech_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `prispevek` -- LOCK TABLES `prispevek` WRITE; /*!40000 ALTER TABLE `prispevek` DISABLE KEYS */; INSERT INTO `prispevek` VALUES (1,859,'jmeno: prispevek',1,''),(2,859,'neprijaty prispevek',0,''),(3,860,'jine jmeno: jiny prispevek',1,''),(4,699,'P. Fišer and J. Schmidt, "Improving the Iterative Power of Resynthesis", Proc. of 15th IEE',1,''),(5,852,'Jiri Balcarek, Petr Fiser, and Jan Schmidt: "A Modification of SAT Problem Met in the Test Patterns Compression for Digital Circuits"',0,''),(6,849,'J. Balcárek, P. Fišer, and J. Schmidt, "Simulation and SAT Based ATPG for Compressed Test Generation"',1,''),(7,916,'Petr Fišer, Jan Schmidt, Jiří Balcárek: Sources of Bias in EDA Tools And Its Influence',0,''),(8,916,'Jan Schmidt, Petr Fišer, Jiří Balcárek: On Robustness of EDA Tools',0,''),(9,996,'PBO-Based Test Compression',1,''),(10,996,'On Robustness of EDA Tools',1,''),(11,944,'On Probability Density Distribution of Randomized Algorithms Performance',1,''); /*!40000 ALTER TABLE `prispevek` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `skupina` -- DROP TABLE IF EXISTS `skupina`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `skupina` ( `id_skupina` int(10) unsigned NOT NULL AUTO_INCREMENT, `id_autor` int(10) unsigned NOT NULL, `id_admin` int(10) unsigned DEFAULT NULL, `nazev` varchar(50) CHARACTER SET utf8 DEFAULT NULL, `popis` text CHARACTER SET utf8, `aktivni` tinyint(1) DEFAULT '0', `dat_vlozeni` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `dat_potvrzeni` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id_skupina`) ) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf32 COLLATE=utf32_czech_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `skupina` -- LOCK TABLES `skupina` WRITE; /*!40000 ALTER TABLE `skupina` DISABLE KEYS */; INSERT INTO `skupina` VALUES (21,3,NULL,'Dalsi skupina','lklklklklk',0,'2012-12-13 15:42:12','0000-00-00 00:00:00'),(22,123,123,'DDD','NULL',1,'2012-12-31 16:09:27','2012-12-31 16:09:32'); /*!40000 ALTER TABLE `skupina` ENABLE KEYS */; UNLOCK TABLES; /*!50003 SET @saved_cs_client = @@character_set_client */ ; /*!50003 SET @saved_cs_results = @@character_set_results */ ; /*!50003 SET @saved_col_connection = @@collation_connection */ ; /*!50003 SET character_set_client = latin1 */ ; /*!50003 SET character_set_results = latin1 */ ; /*!50003 SET collation_connection = latin1_swedish_ci */ ; /*!50003 SET @saved_sql_mode = @@sql_mode */ ; /*!50003 SET sql_mode = 'STRICT_TRANS_TABLES' */ ; DELIMITER ;; /*!50003 CREATE*/ /*!50017 DEFINER=`konference`@`%`*/ /*!50003 TRIGGER `skupina_insert` BEFORE INSERT ON `skupina` FOR EACH ROW SET NEW.dat_vlozeni= NOW(), NEW.dat_potvrzeni= '0000-00-00 00:00:00' */;; DELIMITER ; /*!50003 SET sql_mode = @saved_sql_mode */ ; /*!50003 SET character_set_client = @saved_cs_client */ ; /*!50003 SET character_set_results = @saved_cs_results */ ; /*!50003 SET collation_connection = @saved_col_connection */ ; /*!50003 SET @saved_cs_client = @@character_set_client */ ; /*!50003 SET @saved_cs_results = @@character_set_results */ ; /*!50003 SET @saved_col_connection = @@collation_connection */ ; /*!50003 SET character_set_client = latin1 */ ; /*!50003 SET character_set_results = latin1 */ ; /*!50003 SET collation_connection = latin1_swedish_ci */ ; /*!50003 SET @saved_sql_mode = @@sql_mode */ ; /*!50003 SET sql_mode = 'STRICT_TRANS_TABLES' */ ; DELIMITER ;; /*!50003 CREATE*/ /*!50017 DEFINER=`konference`@`%`*/ /*!50003 TRIGGER `skupina_update` BEFORE UPDATE ON `skupina` FOR EACH ROW SET NEW.dat_potvrzeni= NOW(), NEW.dat_vlozeni= OLD.dat_vlozeni */;; DELIMITER ; /*!50003 SET sql_mode = @saved_sql_mode */ ; /*!50003 SET character_set_client = @saved_cs_client */ ; /*!50003 SET character_set_results = @saved_cs_results */ ; /*!50003 SET collation_connection = @saved_col_connection */ ; -- -- Table structure for table `skupinakonf` -- DROP TABLE IF EXISTS `skupinakonf`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `skupinakonf` ( `id_skupina` int(10) unsigned NOT NULL, `id_konf` int(10) unsigned NOT NULL, KEY `idx_skupinakonf_id_skupina` (`id_skupina`), KEY `idx_skupinakonf_id_konf` (`id_konf`), CONSTRAINT `skupinakonf2konf` FOREIGN KEY (`id_konf`) REFERENCES `konference` (`id_konf`) ON DELETE CASCADE, CONSTRAINT `skupinakonf2skupina` FOREIGN KEY (`id_skupina`) REFERENCES `skupina` (`id_skupina`) ON DELETE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `skupinakonf` -- LOCK TABLES `skupinakonf` WRITE; /*!40000 ALTER TABLE `skupinakonf` DISABLE KEYS */; INSERT INTO `skupinakonf` VALUES (22,33),(22,318),(22,320),(22,321),(22,324),(22,325),(22,326),(22,328),(22,329),(22,330),(22,332),(22,333),(22,334),(22,335),(22,336),(22,337),(22,338),(22,339),(22,340),(22,341),(22,342),(22,343),(22,344),(22,345),(22,346),(22,347),(22,348),(22,349),(22,350),(22,351),(22,352),(22,353),(22,354),(22,355),(22,356),(22,357),(22,358),(22,359),(22,360),(22,361),(22,362),(22,363),(22,364),(22,365),(22,366),(22,367),(22,368),(22,370),(22,371),(22,373),(22,374),(22,375),(22,376),(22,377),(22,378),(22,379),(22,380),(22,381),(22,382),(22,384),(22,385),(22,386),(22,387),(22,388),(22,389),(22,390),(22,391),(22,392),(22,393),(22,395),(22,397),(22,398),(22,400),(22,401),(22,402),(22,403),(22,404),(22,405),(22,406),(22,407),(22,408),(22,409),(22,410),(22,411),(22,412),(22,413),(22,414),(22,415),(22,416),(22,417),(22,419),(22,423),(22,424),(22,425),(22,426),(22,427),(22,428),(22,429),(22,430),(22,431),(22,432),(22,433),(22,434),(22,436),(22,437),(22,438),(22,439),(22,440),(22,441),(22,442),(22,443),(22,444),(22,445),(22,446),(22,447),(22,448),(22,449),(22,450),(22,451),(22,452),(22,454),(22,455),(22,456),(22,457),(22,458),(22,459),(22,460),(22,461),(22,462),(22,463),(22,464),(22,465),(22,466),(22,467),(22,468),(22,470),(22,471),(22,472),(22,473),(22,474),(22,475),(22,476),(22,477),(22,478),(22,479),(22,480),(22,482),(22,483),(22,484),(22,485),(22,486),(22,487),(22,488),(22,489),(22,490),(22,491),(22,492),(22,493),(22,494),(22,495),(22,496),(22,497),(22,498),(22,500),(22,501),(22,502),(22,503),(22,505),(22,506),(22,507),(22,508),(22,509),(22,510),(22,511),(22,512),(22,513),(22,514),(22,515),(22,516),(22,517),(22,518),(22,519),(22,520),(22,521),(22,522),(22,524),(22,525),(22,526),(22,528),(22,529),(22,530),(22,531),(22,532),(22,533),(22,534),(22,535),(22,536),(22,537),(22,538),(22,539),(22,540),(22,542),(22,543),(22,544),(22,545),(22,546),(22,547),(22,548),(22,549),(22,550),(22,551),(22,552),(22,555),(22,556),(22,557),(22,558),(22,559),(22,560),(22,561),(22,562),(22,564),(22,565),(22,566),(22,567),(22,568),(22,569),(22,570),(22,571),(22,572),(22,573),(22,574),(22,575),(22,577),(22,578),(22,579),(22,580),(22,581),(22,582),(22,583),(22,584),(22,585),(22,586),(22,587),(22,588),(22,589),(22,591),(22,592),(22,593),(22,594),(22,595),(22,596),(22,597),(22,598),(22,600),(22,601),(22,602),(22,604),(22,605),(22,606),(22,607),(22,608),(22,609),(22,611),(22,612),(22,613),(22,614),(22,615),(22,616),(22,618),(22,619),(22,620),(22,621),(22,622),(22,623),(22,624),(22,625),(22,626),(22,627),(22,628),(22,629),(22,630),(22,631),(22,633),(22,635),(22,636),(22,637),(22,638),(22,639),(22,640),(22,642),(22,643),(22,644),(22,645),(22,646),(22,647),(22,648),(22,649),(22,650),(22,651),(22,652),(22,653),(22,654),(22,655),(22,656),(22,657),(22,658),(22,659),(22,660),(22,661),(22,662),(22,663),(22,664),(22,665),(22,666),(22,667),(22,668),(22,669),(22,670),(22,671),(22,672),(22,673),(22,674),(22,675),(22,676),(22,677),(22,678),(22,679),(22,681),(22,682),(22,683),(22,684),(22,685),(22,686),(22,687),(22,688),(22,689),(22,690),(22,691),(22,692),(22,693),(22,694),(22,695),(22,697),(22,698),(22,699),(22,700),(22,701),(22,703),(22,704),(22,705),(22,707),(22,708),(22,709),(22,710),(22,711),(22,712),(22,713),(22,715),(22,716),(22,717),(22,718),(22,719),(22,720),(22,721),(22,722),(22,723),(22,724),(22,725),(22,726),(22,727),(22,728),(22,729),(22,730),(22,731),(22,732),(22,733),(22,734),(22,735),(22,736),(22,737),(22,738),(22,739),(22,740),(22,741),(22,742),(22,743),(22,744),(22,745),(22,746),(22,747),(22,748),(22,749),(22,750),(22,751),(22,752),(22,753),(22,754),(22,755),(22,756),(22,757),(22,758),(22,759),(22,760),(22,761),(22,762),(22,763),(22,764),(22,765),(22,766),(22,767),(22,768),(22,769),(22,770),(22,771),(22,772),(22,773),(22,774),(22,775),(22,776),(22,777),(22,778),(22,779),(22,780),(22,781),(22,782),(22,783),(22,784),(22,785),(22,786),(22,787),(22,788),(22,789),(22,790),(22,791),(22,792),(22,793),(22,794),(22,795),(22,796),(22,797),(22,798),(22,799),(22,800),(22,801),(22,802),(22,803),(22,804),(22,805),(22,806),(22,807),(22,808),(22,809),(22,810),(22,811),(22,812),(22,813),(22,814),(22,815),(22,816),(22,817),(22,818),(22,819),(22,820),(22,821),(22,822),(22,823),(22,824),(22,825),(22,826),(22,827),(22,828),(22,829),(22,830),(22,831),(22,832),(22,833),(22,834),(22,835),(22,836),(22,837),(22,838),(22,841),(22,842),(22,843),(22,844),(22,845),(22,846),(22,847),(22,848),(22,849),(22,850),(22,851),(22,852),(22,853),(22,854),(22,855),(22,856),(22,857),(22,861),(22,862),(22,863),(22,868),(22,869),(22,870),(22,871),(22,872),(22,873),(22,874),(22,875),(22,876),(22,877),(22,878),(22,879),(22,880),(22,881),(22,882),(22,883),(22,884),(22,885),(22,886),(22,887),(22,888),(22,889),(22,890),(22,891),(22,892),(22,893),(22,894),(22,895),(22,896),(22,897),(22,898),(22,899),(22,900),(22,901),(22,902),(22,903),(22,858),(22,904),(22,905),(22,906),(22,907),(22,908),(22,909),(22,910),(22,911),(22,912),(22,913),(22,914),(22,915),(22,916),(22,917),(22,918),(22,919),(22,920),(22,921),(22,922),(22,923),(22,924),(22,925),(22,926),(22,927),(22,928),(22,929),(22,930),(22,931),(22,932),(22,933),(22,934),(22,935),(22,936),(22,937),(22,938),(22,939),(22,940),(22,941),(22,942),(22,943),(22,944),(22,945),(22,946),(22,947),(22,948),(22,949),(22,950),(22,951),(22,952),(22,953),(22,954),(22,955),(22,956),(22,957),(22,958),(22,961),(22,962),(22,963),(22,964),(22,965),(22,966),(22,967),(22,968),(22,969),(22,970),(22,971),(22,972),(22,973),(22,974),(22,975),(22,976),(22,977),(22,978),(22,979),(22,980),(22,981),(22,982),(22,983),(22,984),(22,985),(22,986),(22,987),(22,988),(22,989),(22,990),(22,991),(22,992),(22,993),(22,994),(22,995),(22,996),(22,997),(22,998),(22,999),(22,1000),(22,1001),(22,1002),(22,1003),(22,1004),(22,1005),(22,1006),(22,1007),(22,1008),(22,1009),(22,1010),(22,1011),(22,1012),(22,1013),(22,1014),(22,1015),(22,1016),(22,1017),(22,1018),(22,1019),(22,1020),(22,1021),(22,1022),(22,1023),(22,1024),(22,1025),(22,1026),(22,1027),(22,1028),(22,1029),(22,1030),(22,1031),(22,1032),(22,1033),(22,1034),(22,1035),(22,1036),(22,1037),(22,1038),(22,1039),(22,1040),(22,1041),(22,1042),(22,1043),(22,1044),(22,1045),(22,1046),(22,1047),(22,1048),(22,1049),(22,1051),(22,1052),(22,1053),(22,1054),(22,1055),(22,1056),(22,1057),(22,1058),(22,1059),(22,1060),(22,1061),(22,1062),(22,1063),(22,1064),(22,1065),(22,1066),(22,1067),(22,1068),(22,1069),(22,1070),(22,1071),(22,1072),(22,1073),(22,1074),(22,1075),(22,1076),(22,1077),(22,1078),(22,1079),(22,1080),(22,1081),(22,1082),(22,1083),(22,1084),(22,1085),(22,1086),(22,1087),(22,1088),(22,1089),(22,1090),(22,1091),(22,1092),(22,1093),(22,1094),(22,1095); /*!40000 ALTER TABLE `skupinakonf` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `skupinauziv` -- DROP TABLE IF EXISTS `skupinauziv`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `skupinauziv` ( `id_skupina` int(10) unsigned NOT NULL, `id_uziv` int(10) unsigned NOT NULL, KEY `idx_skupinauziv_id_skupina` (`id_skupina`), KEY `idx_skupinauziv_id_uziv` (`id_uziv`), CONSTRAINT `skupinauziv2skupina` FOREIGN KEY (`id_skupina`) REFERENCES `skupina` (`id_skupina`) ON DELETE CASCADE, CONSTRAINT `skupinauziv2uziv` FOREIGN KEY (`id_uziv`) REFERENCES `uziv` (`uid`) ON DELETE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `skupinauziv` -- LOCK TABLES `skupinauziv` WRITE; /*!40000 ALTER TABLE `skupinauziv` DISABLE KEYS */; INSERT INTO `skupinauziv` VALUES (22,3),(22,123),(22,98),(22,10),(22,125),(22,100),(22,95),(22,103),(22,104),(22,105),(22,126),(22,127),(22,128),(22,129),(22,130),(22,131),(22,132),(22,133),(22,134),(22,135),(22,122),(22,136),(22,137),(22,108),(22,139),(22,80),(22,140),(22,141),(22,142); /*!40000 ALTER TABLE `skupinauziv` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tema` -- DROP TABLE IF EXISTS `tema`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tema` ( `id_tema` int(10) unsigned NOT NULL AUTO_INCREMENT, `id_rodice` int(11) DEFAULT '0', `nazev` varchar(80) DEFAULT '', `menu_zkr` varchar(50) DEFAULT '', PRIMARY KEY (`id_tema`) ) ENGINE=InnoDB AUTO_INCREMENT=1394 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tema` -- LOCK TABLES `tema` WRITE; /*!40000 ALTER TABLE `tema` DISABLE KEYS */; INSERT INTO `tema` VALUES (1,0,'General Literature','General Literature'),(2,1,'GENERAL','GENERAL'),(3,2,'Biographies/autobiographies','Biographies/autobiographies'),(4,2,'Conference proceedings','Conference proceedings'),(5,2,'General literary works (e.g., fiction, plays)','General literary works (e.g., fiction, plays)'),(6,1,'INTRODUCTORY AND SURVEY','INTRODUCTORY AND SURVEY'),(7,1,'REFERENCE (e.g., dictionaries, encyclopedias, glossaries)','REFERENCE'),(8,0,'Hardware','Hardware'),(9,8,'CONTROL STRUCTURES AND MICROPROGRAMMING','CONTROL STRUCT., MICROPROG.'),(10,9,'Control Design Styles','Control Design Styles'),(11,10,'Hardwired control','Hardwired control'),(12,10,'Microprogrammed logic arrays','Microprogrammed logic arrays'),(13,10,'Writable control store','Writable control store'),(14,9,'Control Structure Performance Analysis and Design Aids','Control Struct. Perform. Analysis, Design Aids'),(15,14,'Automatic synthesis','Automatic synthesis'),(16,14,'Formal models','Formal models'),(17,14,'Simulation','Simulation'),(18,9,'Control Structure Reliability, Testing, and Fault-Tolerance','Control Struct. Reliability, Testing, Fault-Tolera'),(19,18,'Diagnostics','Diagnostics'),(20,18,'Error-checking','Error-checking'),(21,18,'Redundant design','Redundant design'),(22,18,'Test generation','Test generation'),(23,9,'Microprogram Design Aids','Microprogram Design Aids'),(24,23,'Firmware engineering','Firmware engineering'),(25,23,'Languages and compilers','Languages and compilers'),(26,23,'Machine-independent microcode generation','Machine-independent microcode generation'),(27,23,'Optimization','Optimization'),(28,23,'Verification','Verification'),(29,9,'Microcode Applications','Microcode Applications'),(30,29,'Direct data manipulation','Direct data manipulation'),(31,29,'Firmware support of operating systems/instruction sets','Firmware support of OS/instruction sets'),(32,29,'Instruction set interpretation','Instruction set interpretation'),(33,29,'Peripheral control','Peripheral control'),(34,29,'Special-purpose','Special-purpose'),(35,8,'ARITHMETIC AND LOGIC STRUCTURES','ARITHMETIC AND LOGIC STRUCTURES'),(36,35,'Design Styles','Design Styles'),(37,36,'Calculator','Calculator'),(38,36,'Parallel','Parallel'),(39,36,'Pipeline','Pipeline'),(40,35,'Performance Analysis and Design Aids','Performance Analysis and Design Aids'),(41,40,'Simulation','Simulation'),(42,40,'Verification','Verification'),(43,40,'Worst-case analysis','Worst-case analysis'),(44,35,'Reliability, Testing, and Fault-Tolerance','Reliability, Testing, and Fault-Tolerance'),(45,44,'Diagnostics','Diagnostics'),(46,44,'Error-checking','Error-checking'),(47,44,'Redundant design','Redundant design'),(48,44,'Test generation','Test generation'),(49,35,'High-Speed Arithmetic','High-Speed Arithmetic'),(50,49,'Algorithms','Algorithms'),(51,49,'Cost/performance','Cost/performance'),(52,8,'MEMORY STRUCTURES','MEMORY STRUCTURES'),(53,52,'Semiconductor Memories','Semiconductor Memories'),(54,53,'Dynamic memory (DRAM)','Dynamic memory (DRAM)'),(55,53,'Read-only memory (ROM)','Read-only memory (ROM)'),(56,53,'Static memory (SRAM)','Static memory (SRAM)'),(57,52,'Design Styles','Design Styles'),(58,57,'Associative memories','Associative memories'),(59,57,'Cache memories','Cache memories'),(60,57,'Interleaved memories','Interleaved memories'),(61,57,'Mass storage (e.g., magnetic, optical, RAID)','Mass storage (e.g., magnetic, optical, RAID)'),(62,57,'Primary memory','Primary memory'),(63,57,'Sequential-access memory','Sequential-access memory'),(64,57,'Shared memory','Shared memory'),(65,57,'Virtual memory','Virtual memory'),(66,52,'Performance Analysis and Design Aids','Performance Analysis and Design Aids'),(67,66,'Formal models','Formal models'),(68,66,'Simulation','Simulation'),(69,66,'Worst-case analysis','Worst-case analysis'),(70,52,'Reliability, Testing, and Fault-Tolerance','Reliability, Testing, and Fault-Tolerance'),(71,70,'Diagnostics','Diagnostics'),(72,70,'Error-checking','Error-checking'),(73,70,'Redundant design','Redundant design'),(74,70,'Test generation','Test generation'),(75,8,'INPUT/OUTPUT AND DATA COMMUNICATIONS','INPUT/OUTPUT AND DATA COMMUNICATIONS'),(76,75,'Data Communications Devices','Data Communications Devices'),(77,76,'Processors','Processors'),(78,76,'Receivers (e.g., voice, data, image)','Receivers (e.g., voice, data, image)'),(79,76,'Transmitters','Transmitters'),(80,75,'Input/Output Devices','Input/Output Devices'),(81,80,'Channels and controllers','Channels and controllers'),(82,80,'Data terminals and printers','Data terminals and printers'),(83,80,'Image display','Image display'),(84,80,'Voice','Voice'),(85,75,'Interconnections (Subsystems)','Interconnections (Subsystems)'),(86,85,'Asynchronous/synchronous operation','Asynchronous/synchronous operation'),(87,85,'Fiber optics','Fiber optics'),(88,85,'Interfaces','Interfaces'),(89,85,'Parallel I/O','Parallel I/O'),(90,85,'Physical structures (e.g., backplanes, cables, chip carriers)','Physical structures'),(91,85,'Topology (e.g., bus, point-to-point)','Topology (e.g., bus, point-to-point)'),(92,75,'Performance Analysis and Design Aids','Performance Analysis and Design Aids'),(93,92,'Formal models','Formal models'),(94,92,'Simulation','Simulation'),(95,92,'Verification','Verification'),(96,92,'Worst-case analysis','Worst-case analysis'),(97,75,'Reliability, Testing, and Fault-Tolerance','Reliability, Testing, and Fault-Tolerance'),(98,97,'Built-in tests','Built-in tests'),(99,97,'Diagnostics','Diagnostics'),(100,97,'Error-checking','Error-checking'),(101,97,'Hardware reliability','Hardware reliability'),(102,97,'Redundant design','Redundant design'),(103,97,'Test generation','Test generation'),(104,8,'REGISTER-TRANSFER-LEVEL IMPLEMENTATION','REGISTER-TRANSFER-LEVEL IMPLEMENTATION'),(105,104,'Design','Design'),(106,105,'Arithmetic and logic units','Arithmetic and logic units'),(107,105,'Control design','Control design'),(108,105,'Data-path design','Data-path design'),(109,105,'Memory design','Memory design'),(110,105,'Styles (e.g., parallel, pipeline, special-purpose)','Styles'),(111,104,'Design Aids','Design Aids'),(112,111,'Automatic synthesis','Automatic synthesis'),(113,111,'Hardware description languages','Hardware description languages'),(114,111,'Optimization','Optimization'),(115,111,'Simulation','Simulation'),(116,111,'Verification','Verification'),(117,104,'Reliability and Testing','Reliability and Testing'),(118,117,'Built-in tests','Built-in tests'),(119,117,'Error-checking','Error-checking'),(120,117,'Redundant design','Redundant design'),(121,117,'Test generation','Test generation'),(122,117,'Testability','Testability'),(123,8,'LOGIC DESIGN','LOGIC DESIGN'),(124,123,'Design Styles','Design Styles'),(125,124,'Cellular arrays and automata','Cellular arrays and automata'),(126,124,'Combinational logic','Combinational logic'),(127,124,'Logic arrays','Logic arrays'),(128,124,'Memory control and access','Memory control and access'),(129,124,'Memory used as logic','Memory used as logic'),(130,124,'Parallel circuits','Parallel circuits'),(131,124,'Sequential circuits','Sequential circuits'),(132,123,'Reliability and Testing','Reliability and Testing'),(133,132,'Built-in tests','Built-in tests'),(134,132,'Error-checking','Error-checking'),(135,132,'Redundant design','Redundant design'),(136,132,'Test generation','Test generation'),(137,132,'Testability','Testability'),(138,123,'Design Aids','Design Aids'),(139,138,'Automatic synthesis','Automatic synthesis'),(140,138,'Hardware description languages','Hardware description languages'),(141,138,'Optimization','Optimization'),(142,138,'Simulation','Simulation'),(143,138,'Switching theory','Switching theory'),(144,138,'Verification','Verification'),(145,8,'INTEGRATED CIRCUITS','INTEGRATED CIRCUITS'),(146,145,'Types and Design Styles','Types and Design Styles'),(147,146,'Advanced technologies','Advanced technologies'),(148,146,'Algorithms implemented in hardware','Algorithms implemented in hardware'),(149,146,'Gate arrays','Gate arrays'),(150,146,'Input/output circuits','Input/output circuits'),(151,146,'Memory technologies','Memory technologies'),(152,146,'Microprocessors and microcomputers','Microprocessors and microcomputers'),(153,146,'Standard cells','Standard cells'),(154,146,'VLSI (very large scale integration)','VLSI (very large scale integration)'),(155,145,'Design Aids','Design Aids'),(156,155,'Graphics','Graphics'),(157,155,'Layout','Layout'),(158,155,'Placement and routing','Placement and routing'),(159,155,'Simulation','Simulation'),(160,155,'Verification','Verification'),(161,145,'Reliability and Testing','Reliability and Testing'),(162,161,'Built-in tests','Built-in tests'),(163,161,'Error-checking','Error-checking'),(164,161,'Redundant design','Redundant design'),(165,161,'Test generation','Test generation'),(166,161,'Testability','Testability'),(167,8,'PERFORMANCE AND RELIABILITY','PERFORMANCE AND RELIABILITY'),(168,167,'Reliability, Testing, and Fault-Tolerance','Reliability, Testing, and Fault-Tolerance'),(169,167,'Performance Analysis and Design Aids','Performance Analysis and Design Aids'),(170,8,'MISCELLANEOUS','MISCELLANEOUS'),(171,170,'Design management','Design management'),(172,0,'Computer Systems Organization','Computer Systems Org.'),(173,172,'GENERAL','GENERAL'),(174,173,'Hardware/software interfaces','Hardware/software interfaces'),(175,173,'Instruction set design (e.g., RISC, CISC, VLIW)','Instruction set design'),(176,173,'Modeling of computer architecture','Modeling of computer architecture'),(177,173,'System architectures','System architectures'),(178,173,'Systems specification methodology','Systems specification methodology'),(179,172,'PROCESSOR ARCHITECTURES','PROCESSOR ARCHITECTURES'),(180,179,'Single Data Stream Architectures','Single Data Stream Architectures'),(181,180,'Multiple-instruction-stream, single-data-stream processors','MISD'),(182,180,'Pipeline processors','Pipeline processors'),(183,180,'RISC/CISC, VLIW architectures','RISC/CISC, VLIW architectures'),(184,180,'Single-instruction-stream, single-data-stream processors','SISD'),(185,180,'Von Neumann architectures','Von Neumann architectures'),(186,179,'Multiple Data Stream Architectures (Multiprocessors)','Multiple Data Stream Architectures'),(187,186,'Array and vector processors','Array and vector processors'),(188,186,'Associative processors','Associative processors'),(189,186,'Connection machines','Connection machines'),(190,186,'Interconnection architectures (e.g., common bus)','Interconnection architectures '),(191,186,'Multiple-instruction-stream, multiple-data-stream processors','MIMD'),(192,186,'Parallel processors','Parallel processors'),(193,186,'Pipeline processors','Pipeline processors'),(194,186,'Single-instruction-stream, multiple-data-stream processors','SIMD'),(195,179,'Other Architecture Styles','Other Architecture Styles'),(196,195,'Adaptable architectures','Adaptable architectures'),(197,195,'Analog computers','Analog computers'),(198,195,'Capability architectures','Capability architectures'),(199,195,'Cellular architecture (e.g., mobile)','Cellular architecture (e.g., mobile)'),(200,195,'Data-flow architectures','Data-flow architectures'),(201,195,'Heterogeneous (hybrid) systems','Heterogeneous (hybrid) systems'),(202,195,'High-level language architectures','High-level language architectures'),(203,195,'Neural nets','Neural nets'),(204,195,'Pipeline processors','Pipeline processors'),(205,195,'Stack-oriented processors','Stack-oriented processors'),(206,179,'Parallel Architectures','Parallel Architectures'),(207,206,'Distributed architectures','Distributed architectures'),(208,206,'Mobile processors','Mobile processors'),(209,179,'Miscellaneous','Miscellaneous'),(210,209,'Analog computers','Analog computers'),(211,209,'Hybrid systems','Hybrid systems'),(212,172,'COMPUTER-COMMUNICATION NETWORKS','COMPUTER-COMMUNICATION NETWORKS'),(213,212,'General','General'),(214,213,'Data communications','Data communications'),(215,213,'Open Systems Interconnection reference model (OSI)','OSI'),(216,213,'Security and protection (e.g., firewalls)','Security and protection (e.g., firewalls)'),(217,212,'Network Architecture and Design','Network Architecture and Design'),(218,217,'Asynchronous Transfer Mode (ATM)','Asynchronous Transfer Mode (ATM)'),(219,217,'Centralized networks','Centralized networks'),(220,217,'Circuit-switching networks','Circuit-switching networks'),(221,217,'Distributed networks','Distributed networks'),(222,217,'Frame relay networks','Frame relay networks'),(223,217,'ISDN (Integrated Services Digital Network)','ISDN'),(224,217,'Network communications','Network communications'),(225,217,'Network topology','Network topology'),(226,217,'Packet-switching networks','Packet-switching networks'),(227,217,'Store and forward networks','Store and forward networks'),(228,217,'Wireless communication','Wireless communication'),(229,212,'Network Protocols','Network Protocols'),(230,229,'Applications (SMTP, FTP, etc.)','Applications (SMTP, FTP, etc.)'),(231,229,'Protocol architecture (OSI model)','Protocol architecture (OSI model)'),(232,229,'Protocol verification','Protocol verification'),(233,229,'Routing protocols','Routing protocols'),(234,212,'Network Operations','Network Operations'),(235,234,'Network management','Network management'),(236,234,'Network monitoring','Network monitoring'),(237,234,'Public networks','Public networks'),(238,212,'Distributed Systems','Distributed Systems'),(239,238,'Client/server','Client/server'),(240,238,'Distributed applications','Distributed applications'),(241,238,'Distributed databases','Distributed databases'),(242,238,'Network operating systems','Network operating systems'),(243,212,'Local and Wide-Area Networks','Local and Wide-Area Networks'),(244,243,'Access schemes','Access schemes'),(245,243,'Buses','Buses'),(246,243,'Ethernet (e.g., CSMA/CD)','Ethernet (e.g., CSMA/CD)'),(247,243,'High-speed (e.g., FDDI, fiber channel, ATM)','High-speed'),(248,243,'Internet (e.g., TCP/IP)','Internet (e.g., TCP/IP)'),(249,243,'Token rings','Token rings'),(250,212,'Internetworking','Internetworking'),(251,250,'Routers','Routers'),(252,250,'Standards (e.g., TCP/IP)','Standards (e.g., TCP/IP)'),(253,172,'SPECIAL-PURPOSE AND APPLICATION-BASED SYSTEMS','SPECIAL-PURPOSE AND APP-BASED SYS.'),(254,253,'Microprocessor/microcomputer applications','Microprocessor/microcomputer applications'),(255,253,'Process control systems','Process control systems'),(256,253,'Real-time and embedded systems','Real-time and embedded systems'),(257,253,'Signal processing systems','Signal processing systems'),(258,253,'Smartcards','Smartcards'),(259,172,'PERFORMANCE OF SYSTEMS','PERFORMANCE OF SYSTEMS'),(260,259,'Design studies','Design studies'),(261,259,'Fault tolerance','Fault tolerance'),(262,259,'Measurement techniques','Measurement techniques'),(263,259,'Modeling techniques','Modeling techniques'),(264,259,'Performance attributes','Performance attributes'),(265,259,'Reliability, availability, and serviceability','Reliability, availability, and serviceability'),(266,172,'COMPUTER SYSTEM IMPLEMENTATION','COMPUTER SYSTEM IMPLEMENTATION'),(267,266,'Large and Medium (Mainframe) Computers','Large and Medium (Mainframe) Computers'),(268,267,'Super (very large) computers','Super (very large) computers'),(269,266,'Minicomputers','Minicomputers'),(270,266,'Microcomputers','Microcomputers'),(271,270,'Microprocessors','Microprocessors'),(272,270,'Personal computers','Personal computers'),(273,270,'Portable devices (e.g., laptops, personal digital assistants)','Portable devices'),(274,270,'Workstations','Workstations'),(275,266,'VLSI Systems','VLSI Systems'),(276,266,'Servers','Servers'),(277,0,'Software','Software'),(278,277,'PROGRAMMING TECHNIQUES','PROGRAMMING TECHNIQUES'),(279,278,'Applicative (Functional) Programming','Applicative (Functional) Programming'),(280,278,'Automatic Programming','Automatic Programming'),(281,278,'Concurrent Programming','Concurrent Programming'),(282,281,'Distributed programming','Distributed programming'),(283,281,'Parallel programming','Parallel programming'),(284,278,'Sequential Programming','Sequential Programming'),(285,278,'Object-oriented Programming','Object-oriented Programming'),(286,278,'Logic Programming','Logic Programming'),(287,278,'Visual Programming','Visual Programming'),(288,277,'SOFTWARE ENGINEERING','SOFTWARE ENGINEERING'),(289,288,'General','General'),(290,289,'Protection mechanisms','Protection mechanisms'),(291,289,'Standards','Standards'),(292,288,'Requirements/Specifications','Requirements/Specifications'),(293,292,'Elicitation methods (e.g., rapid prototyping, interviews, JAD)','Elicitation methods'),(294,292,'Languages','Languages'),(295,292,'Methodologies (e.g., object-oriented, structured)','Methodologies'),(296,292,'Tools','Tools'),(297,288,'Design Tools and Techniques','Design Tools and Techniques'),(298,297,'Computer-aided software engineering','CASE'),(299,297,'Decision tables','Decision tables'),(300,297,'Evolutionary prototyping','Evolutionary prototyping'),(301,297,'Flow charts','Flow charts'),(302,297,'Modules and interfaces','Modules and interfaces'),(303,297,'Object-oriented design methods','Object-oriented design methods'),(304,297,'Petri nets','Petri nets'),(305,297,'Programmer workbench','Programmer workbench'),(306,297,'Software libraries','Software libraries'),(307,297,'State diagrams','State diagrams'),(308,297,'Structured programming','Structured programming'),(309,297,'Top-down programming','Top-down programming'),(310,297,'User interfaces','User interfaces'),(311,288,'Coding Tools and Techniques','Coding Tools and Techniques'),(312,311,'Object-oriented programming','Object-oriented programming'),(313,311,'Pretty printers','Pretty printers'),(314,311,'Program editors','Program editors'),(315,311,'Reentrant code','Reentrant code'),(316,311,'Standards','Standards'),(317,311,'Structured programming','Structured programming'),(318,311,'Top-down programming','Top-down programming'),(319,288,'Software/Program Verification','Software/Program Verification'),(320,319,'Assertion checkers','Assertion checkers'),(321,319,'Class invariants','Class invariants'),(322,319,'Correctness proofs','Correctness proofs'),(323,319,'Formal methods','Formal methods'),(324,319,'Model checking','Model checking'),(325,319,'Programming by contract','Programming by contract'),(326,319,'Reliability','Reliability'),(327,319,'Statistical methods','Statistical methods'),(328,319,'Validation','Validation'),(329,288,'Testing and Debugging','Testing and Debugging'),(330,329,'Code inspections and walk-throughs','Code inspections and walk-throughs'),(331,329,'Debugging aids','Debugging aids'),(332,329,'Diagnostics','Diagnostics'),(333,329,'Distributed debugging','Distributed debugging'),(334,329,'Dumps','Dumps'),(335,329,'Error handling and recovery','Error handling and recovery'),(336,329,'Monitors','Monitors'),(337,329,'Symbolic execution','Symbolic execution'),(338,329,'Testing tools (e.g., data generators, coverage testing)','Testing tools'),(339,329,'Tracing','Tracing'),(340,288,'Programming Environments','Programming Environments'),(341,340,'Graphical environments','Graphical environments'),(342,340,'Integrated environments','Integrated environments'),(343,340,'Interactive environments','Interactive environments'),(344,340,'Programmer workbench','Programmer workbench'),(345,288,'Distribution, Maintenance, and Enhancement','Distribution, Maintenance, and Enhancement'),(346,345,'Corrections','Corrections'),(347,345,'Documentation','Documentation'),(348,345,'Enhancement','Enhancement'),(349,345,'Extensibility','Extensibility'),(350,345,'Portability','Portability'),(351,345,'Restructuring, reverse engineering, and reengineering','Restructuring, reverse engin., reengin.'),(352,345,'Version control','Version control'),(353,288,'Metrics','Metrics'),(354,353,'Complexity measures','Complexity measures'),(355,353,'Performance measures','Performance measures'),(356,353,'Process metrics','Process metrics'),(357,353,'Product metrics','Product metrics'),(358,353,'Software science','Software science'),(359,288,'Management','Management'),(360,359,'Copyrights','Copyrights'),(361,359,'Cost estimation','Cost estimation'),(362,359,'Life cycle','Life cycle'),(363,359,'Productivity','Productivity'),(364,359,'Programming teams','Programming teams'),(365,359,'Software configuration management','Software configuration management'),(366,359,'Software process models (e.g., CMM, ISO, PSP)','Software process models'),(367,359,'Software quality assurance (SQA)','Software quality assurance (SQA)'),(368,359,'Time estimation','Time estimation'),(369,288,'Design','Design'),(370,369,'Methodologies','Methodologies'),(371,369,'Representation','Representation'),(372,288,'Software Architectures','Software Architectures'),(373,372,'Data abstraction','Data abstraction'),(374,372,'Domain-specific architectures','Domain-specific architectures'),(375,372,'Information hiding','Information hiding'),(376,372,'Languages (e.g., description, interconnection, definition)','Languages'),(377,372,'Patterns (e.g., client/server, pipeline, blackboard)','Patterns'),(378,288,'Interoperability','Interoperability'),(379,378,'Data mapping','Data mapping'),(380,378,'Distributed objects','Distributed objects'),(381,378,'Interface definition languages','Interface definition languages'),(382,288,'Reusable Software','Reusable Software'),(383,382,'Domain engineering','Domain engineering'),(384,382,'Reusable libraries','Reusable libraries'),(385,382,'Reuse models','Reuse models'),(386,288,'Miscellaneous','Miscellaneous'),(387,386,'Rapid prototyping','Rapid prototyping'),(388,386,'Reusable software','Reusable software'),(389,277,'PROGRAMMING LANGUAGES','PROGRAMMING LANGUAGES'),(390,389,'General','General'),(391,390,'Standards','Standards'),(392,389,'Formal Definitions and Theory','Formal Definitions and Theory'),(393,392,'Semantics','Semantics'),(394,392,'Syntax','Syntax'),(395,389,'Language Classifications','Language Classifications'),(396,395,'Applicative (functional) languages','Applicative (functional) languages'),(397,395,'Concurrent, distributed, and parallel languages','Concurrent, distributed, parallel lang.'),(398,395,'Constraint and logic languages','Constraint and logic languages'),(399,395,'Data-flow languages','Data-flow languages'),(400,395,'Design languages','Design languages'),(401,395,'Extensible languages','Extensible languages'),(402,395,'Macro and assembly languages','Macro and assembly languages'),(403,395,'Microprogramming languages','Microprogramming languages'),(404,395,'Multiparadigm languages','Multiparadigm languages'),(405,395,'Nondeterministic languages','Nondeterministic languages'),(406,395,'Nonprocedural languages','Nonprocedural languages'),(407,395,'Object-oriented languages','Object-oriented languages'),(408,395,'Specialized application languages','Specialized application languages'),(409,395,'Very high-level languages','Very high-level languages'),(410,389,'Language Constructs and Features','Language Constructs and Features'),(411,410,'Abstract data types','Abstract data types'),(412,410,'Classes and objects','Classes and objects'),(413,410,'Concurrent programming structures','Concurrent programming structures'),(414,410,'Constraints','Constraints'),(415,410,'Control structures','Control structures'),(416,410,'Coroutines','Coroutines'),(417,410,'Data types and structures','Data types and structures'),(418,410,'Dynamic storage management','Dynamic storage management'),(419,410,'Frameworks','Frameworks'),(420,410,'Inheritance','Inheritance'),(421,410,'Input/output','Input/output'),(422,410,'Modules, packages','Modules, packages'),(423,410,'Patterns','Patterns'),(424,410,'Polymorphism','Polymorphism'),(425,410,'Procedures, functions, and subroutines','Procedures, functions, and subroutines'),(426,410,'Recursion','Recursion'),(427,389,'Processors','Processors'),(428,427,'Code generation','Code generation'),(429,427,'Compilers','Compilers'),(430,427,'Debuggers','Debuggers'),(431,427,'Incremental compilers','Incremental compilers'),(432,427,'Interpreters','Interpreters'),(433,427,'Memory management (garbage collection)','Memory management (garbage collection)'),(434,427,'Optimization','Optimization'),(435,427,'Parsing','Parsing'),(436,427,'Preprocessors','Preprocessors'),(437,427,'Retargetable compilers','Retargetable compilers'),(438,427,'Run-time environments','Run-time environments'),(439,427,'Translator writing systems and compiler generators','Translator writing sys., compiler generators'),(440,277,'OPERATING SYSTEMS','OPERATING SYSTEMS'),(441,440,'Process Management','Process Management'),(442,441,'Concurrency','Concurrency'),(443,441,'Deadlocks','Deadlocks'),(444,441,'Multiprocessing/multiprogramming/multitasking','Multiprocessing/programming/tasking'),(445,441,'Mutual exclusion','Mutual exclusion'),(446,441,'Scheduling','Scheduling'),(447,441,'Synchronization','Synchronization'),(448,441,'Threads','Threads'),(449,440,'Storage Management','Storage Management'),(450,449,'Allocation/deallocation strategies','Allocation/deallocation strategies'),(451,449,'Distributed memories','Distributed memories'),(452,449,'Garbage collection','Garbage collection'),(453,449,'Main memory','Main memory'),(454,449,'Secondary storage','Secondary storage'),(455,449,'Segmentation','Segmentation'),(456,449,'Storage hierarchies','Storage hierarchies'),(457,449,'Swapping','Swapping'),(458,449,'Virtual memory','Virtual memory'),(459,440,'File Systems Management','File Systems Management'),(460,459,'Access methods','Access methods'),(461,459,'Directory structures','Directory structures'),(462,459,'Distributed file systems','Distributed file systems'),(463,459,'File organization','File organization'),(464,459,'Maintenance','Maintenance'),(465,440,'Communications Management','Communications Management'),(466,465,'Buffering','Buffering'),(467,465,'Input/output','Input/output'),(468,465,'Message sending','Message sending'),(469,465,'Network communication','Network communication'),(470,465,'Terminal management','Terminal management'),(471,440,'Reliability','Reliability'),(472,471,'Backup procedures','Backup procedures'),(473,471,'Checkpoint/restart','Checkpoint/restart'),(474,471,'Fault-tolerance','Fault-tolerance'),(475,471,'Verification','Verification'),(476,440,'Security and Protection','Security and Protection'),(477,476,'Access controls','Access controls'),(478,476,'Authentication','Authentication'),(479,476,'Cryptographic controls','Cryptographic controls'),(480,476,'Information flow controls','Information flow controls'),(481,476,'Invasive software (e.g., viruses, worms, Trojan horses)','Invasive software'),(482,476,'Security kernels','Security kernels'),(483,476,'Verification','Verification'),(484,440,'Organization and Design','Organization and Design'),(485,484,'Batch processing systems','Batch processing systems'),(486,484,'Distributed systems','Distributed systems'),(487,484,'Hierarchical design','Hierarchical design'),(488,484,'Interactive systems','Interactive systems'),(489,484,'Real-time systems and embedded systems','Real-time systems and embedded systems'),(490,440,'Performance','Performance'),(491,490,'Measurements','Measurements'),(492,490,'Modeling and prediction','Modeling and prediction'),(493,490,'Monitors','Monitors'),(494,490,'Operational analysis','Operational analysis'),(495,490,'Queueing theory','Queueing theory'),(496,490,'Simulation','Simulation'),(497,490,'Stochastic analysis','Stochastic analysis'),(498,440,'Systems Programs and Utilities','Systems Programs and Utilities'),(499,498,'Command and control languages','Command and control languages'),(500,498,'Linkers','Linkers'),(501,498,'Loaders','Loaders'),(502,498,'Window managers','Window managers'),(503,277,'MISCELLANEOUS','MISCELLANEOUS'),(504,503,'Software psychology','Software psychology'),(505,0,'Data','Data'),(506,505,'DATA STRUCTURES','DATA STRUCTURES'),(507,506,'Arrays','Arrays'),(508,506,'Distributed data structures','Distributed data structures'),(509,506,'Graphs and networks','Graphs and networks'),(510,506,'Lists, stacks, and queues','Lists, stacks, and queues'),(511,506,'Records','Records'),(512,506,'Tables','Tables'),(513,506,'Trees','Trees'),(514,505,'DATA STORAGE REPRESENTATIONS','DATA STORAGE REPRESENTATIONS'),(515,514,'Composite structures','Composite structures'),(516,514,'Contiguous representations','Contiguous representations'),(517,514,'Hash-table representations','Hash-table representations'),(518,514,'Linked representations','Linked representations'),(519,514,'Object representation','Object representation'),(520,514,'Primitive data items','Primitive data items'),(521,505,'DATA ENCRYPTION','DATA ENCRYPTION'),(522,521,'Code breaking','Code breaking'),(523,521,'Data encryption standard (DES)','Data encryption standard (DES)'),(524,521,'Public key cryptosystems','Public key cryptosystems'),(525,521,'Standards (e.g., DES, PGP, RSA)','Standards (e.g., DES, PGP, RSA)'),(526,505,'CODING AND INFORMATION THEORY','CODING AND INFORMATION THEORY'),(527,526,'Data compaction and compression','Data compaction and compression'),(528,526,'Error control codes','Error control codes'),(529,526,'Formal models of communication','Formal models of communication'),(530,526,'Nonsecret encoding schemes','Nonsecret encoding schemes'),(531,505,'FILES','FILES'),(532,531,'Backup/recovery','Backup/recovery'),(533,531,'Optimization','Optimization'),(534,531,'Organization/structure','Organization/structure'),(535,531,'Sorting/searching','Sorting/searching'),(536,0,'Theory of Computation','Theory of Computation'),(537,536,'COMPUTATION BY ABSTRACT DEVICES','COMPUTATION BY ABSTRACT DEVICES'),(538,537,'Models of Computation','Models of Computation'),(539,538,'Automata (e.g., finite, push-down, resource-bounded)','Automata'),(540,538,'Bounded-action devices (e.g., Turing and random access machines)','Bounded-action devices'),(541,538,'Computability theory','Computability theory'),(542,538,'Relations between models','Relations between models'),(543,538,'Self-modifying machines (e.g., neural networks)','Self-modifying machines'),(544,538,'Unbounded-action devices (e.g., cellular automata, circuits)','Unbounded-action devices'),(545,537,'Modes of Computation','Modes of Computation'),(546,545,'Alternation and nondeterminism','Alternation and nondeterminism'),(547,545,'Interactive and reactive computation','Interactive and reactive computation'),(548,545,'Online computation','Online computation'),(549,545,'Parallelism and concurrency','Parallelism and concurrency'),(550,545,'Probabilistic computation','Probabilistic computation'),(551,545,'Relations among modes','Relations among modes'),(552,545,'Relativized computation','Relativized computation'),(553,537,'Complexity Measures and Classes','Complexity Measures and Classes'),(554,553,'Complexity hierarchies','Complexity hierarchies'),(555,553,'Machine-independent complexity','Machine-independent complexity'),(556,553,'Reducibility and completeness','Reducibility and completeness'),(557,553,'Relations among complexity classes','Relations among complexity classes'),(558,553,'Relations among complexity measures','Relations among complexity measures'),(559,536,'ANALYSIS OF ALGORITHMS AND PROBLEM COMPLEXITY','ANALYSIS OF ALGS AND PROBLEM COMPLEX.'),(560,559,'Numerical Algorithms and Problems','Numerical Algorithms and Problems'),(561,560,'Computation of transforms (e.g., fast Fourier transform)','Computation of transforms '),(562,560,'Computations in finite fields','Computations in finite fields'),(563,560,'Computations on matrices','Computations on matrices'),(564,560,'Computations on polynomials','Computations on polynomials'),(565,560,'Number-theoretic computations (e.g., factoring, primality testing)','Number-theoretic computations'),(566,559,'Nonnumerical Algorithms and Problems','Nonnumerical Algorithms and Problems'),(567,566,'Complexity of proof procedures','Complexity of proof procedures'),(568,566,'Computations on discrete structures','Computations on discrete structures'),(569,566,'Geometrical problems and computations','Geometrical problems and computations'),(570,566,'Pattern matching','Pattern matching'),(571,566,'Routing and layout','Routing and layout'),(572,566,'Sequencing and scheduling','Sequencing and scheduling'),(573,566,'Sorting and searching','Sorting and searching'),(574,559,'Tradeoffs between Complexity Measures','Tradeoffs between Complexity Measures'),(575,536,'LOGICS AND MEANINGS OF PROGRAMS','LOGICS AND MEANINGS OF PROGRAMS'),(576,575,'Specifying and Verifying and Reasoning about Programs','Specifying, Verifying, Reasoning about Prog.'),(577,576,'Assertions','Assertions'),(578,576,'Invariants','Invariants'),(579,576,'Logics of programs','Logics of programs'),(580,576,'Mechanical verification','Mechanical verification'),(581,576,'Pre- and post-conditions','Pre- and post-conditions'),(582,576,'Specification techniques','Specification techniques'),(583,575,'Semantics of Programming Languages','Semantics of Programming Languages'),(584,583,'Algebraic approaches to semantics','Algebraic approaches to semantics'),(585,583,'Denotational semantics','Denotational semantics'),(586,583,'Operational semantics','Operational semantics'),(587,583,'Partial evaluation','Partial evaluation'),(588,583,'Process models','Process models'),(589,583,'Program analysis','Program analysis'),(590,575,'Studies of Program Constructs','Studies of Program Constructs'),(591,590,'Control primitives','Control primitives'),(592,590,'Functional constructs','Functional constructs'),(593,590,'Object-oriented constructs','Object-oriented constructs'),(594,590,'Program and recursion schemes','Program and recursion schemes'),(595,590,'Type structure','Type structure'),(596,536,'MATHEMATICAL LOGIC AND FORMAL LANGUAGES','MATHEMATICAL LOGIC, FORMAL LANG.'),(597,596,'Mathematical Logic','Mathematical Logic'),(598,597,'Computability theory','Computability theory'),(599,597,'Computational logic','Computational logic'),(600,597,'Lambda calculus and related systems','Lambda calculus and related systems'),(601,597,'Logic and constraint programming','Logic and constraint programming'),(602,597,'Mechanical theorem proving','Mechanical theorem proving'),(603,597,'Modal logic','Modal logic'),(604,597,'Model theory','Model theory'),(605,597,'Proof theory','Proof theory'),(606,597,'Recursive function theory','Recursive function theory'),(607,597,'Set theory','Set theory'),(608,597,'Temporal logic','Temporal logic'),(609,596,'Grammars and Other Rewriting Systems','Grammars and Other Rewriting Systems'),(610,609,'Decision problems','Decision problems'),(611,609,'Grammar types (e.g., context-free, context-sensitive)','Grammar types'),(612,609,'Parallel rewriting systems (e.g., developmental systems, L-systems)','Parallel rewriting systems'),(613,609,'Parsing','Parsing'),(614,609,'Thue systems','Thue systems'),(615,596,'Formal Languages','Formal Languages'),(616,615,'Algebraic language theory','Algebraic language theory'),(617,615,'Classes defined by grammars or automata','Classes defined by grammars or automata'),(618,615,'Classes defined by resource-bounded automata','Classes defined by res-bounded automata'),(619,615,'Decision problems','Decision problems'),(620,615,'Operations on languages','Operations on languages'),(621,0,'Mathematics of Computing','Mathematics of Computing'),(622,621,'NUMERICAL ANALYSIS','NUMERICAL ANALYSIS'),(623,622,'General','General'),(624,623,'Computer arithmetic','Computer arithmetic'),(625,623,'Conditioning (and ill-conditioning)','Conditioning (and ill-conditioning)'),(626,623,'Error analysis','Error analysis'),(627,623,'Interval arithmetic','Interval arithmetic'),(628,623,'Multiple precision arithmetic','Multiple precision arithmetic'),(629,623,'Numerical algorithms','Numerical algorithms'),(630,623,'Parallel algorithms','Parallel algorithms'),(631,623,'Stability (and instability)','Stability (and instability)'),(632,622,'Interpolation','Interpolation'),(633,632,'Difference formulas','Difference formulas'),(634,632,'Extrapolation','Extrapolation'),(635,632,'Interpolation formulas','Interpolation formulas'),(636,632,'Smoothing','Smoothing'),(637,632,'Spline and piecewise polynomial interpolation','Spline and piecewise polynom. interpol.'),(638,622,'Approximation','Approximation'),(639,638,'Approximation of surfaces and contours','Approximation of surfaces and contours'),(640,638,'Chebyshev approximation and theory','Chebyshev approximation and theory'),(641,638,'Elementary function approximation','Elementary function approximation'),(642,638,'Fast Fourier transforms (FFT)','Fast Fourier transforms (FFT)'),(643,638,'Least squares approximation','Least squares approximation'),(644,638,'Linear approximation','Linear approximation'),(645,638,'Minimax approximation and algorithms','Minimax approximation and algorithms'),(646,638,'Nonlinear approximation','Nonlinear approximation'),(647,638,'Rational approximation','Rational approximation'),(648,638,'Special function approximations','Special function approximations'),(649,638,'Spline and piecewise polynomial approximation','Spline and piecewise polynom. approxim.'),(650,638,'Wavelets and fractals','Wavelets and fractals'),(651,622,'Numerical Linear Algebra','Numerical Linear Algebra'),(652,651,'Conditioning','Conditioning'),(653,651,'Determinants','Determinants'),(654,651,'Eigenvalues and eigenvectors (direct and iterative methods)','Eigenvalues and eigenvectors'),(655,651,'Error analysis','Error analysis'),(656,651,'Linear systems (direct and iterative methods)','Linear systems'),(657,651,'Matrix inversion','Matrix inversion'),(658,651,'Pseudoinverses','Pseudoinverses'),(659,651,'Singular value decomposition','Singular value decomposition'),(660,651,'Sparse, structured, and very large systems (direct and iterative methods)','Sparse, structured, and very large systems'),(661,622,'Quadrature and Numerical Differentiation','Quadrature and Numerical Differentiation'),(662,661,'Adaptive and iterative quadrature','Adaptive and iterative quadrature'),(663,661,'Automatic differentiation','Automatic differentiation'),(664,661,'Equal interval integration','Equal interval integration'),(665,661,'Error analysis','Error analysis'),(666,661,'Finite difference methods','Finite difference methods'),(667,661,'Gaussian quadrature','Gaussian quadrature'),(668,661,'Iterative methods','Iterative methods'),(669,661,'Multidimensional (multiple) quadrature','Multidimensional (multiple) quadrature'),(670,622,'Roots of Nonlinear Equations','Roots of Nonlinear Equations'),(671,670,'Continuation (homotopy) methods','Continuation (homotopy) methods'),(672,670,'Convergence','Convergence'),(673,670,'Error analysis','Error analysis'),(674,670,'Iterative methods','Iterative methods'),(675,670,'Polynomials, methods for','Polynomials, methods for'),(676,670,'Systems of equations','Systems of equations'),(677,622,'Optimization','Optimization'),(678,677,'Constrained optimization','Constrained optimization'),(679,677,'Convex programming','Convex programming'),(680,677,'Global optimization','Global optimization'),(681,677,'Gradient methods','Gradient methods'),(682,677,'Integer programming','Integer programming'),(683,677,'Least squares methods','Least squares methods'),(684,677,'Linear programming','Linear programming'),(685,677,'Nonlinear programming','Nonlinear programming'),(686,677,'Quadratic programming methods','Quadratic programming methods'),(687,677,'Simulated annealing','Simulated annealing'),(688,677,'Stochastic programming','Stochastic programming'),(689,677,'Unconstrained optimization','Unconstrained optimization'),(690,622,'Ordinary Differential Equations','Ordinary Differential Equations'),(691,690,'Boundary value problems','Boundary value problems'),(692,690,'Chaotic systems','Chaotic systems'),(693,690,'Convergence and stability','Convergence and stability'),(694,690,'Differential-algebraic equations','Differential-algebraic equations'),(695,690,'Error analysis','Error analysis'),(696,690,'Finite difference methods','Finite difference methods'),(697,690,'Initial value problems','Initial value problems'),(698,690,'Multistep and multivalue methods','Multistep and multivalue methods'),(699,690,'One-step (single step) methods','One-step (single step) methods'),(700,690,'Stiff equations','Stiff equations'),(701,622,'Partial Differential Equations','Partial Differential Equations'),(702,701,'Domain decomposition methods','Domain decomposition methods'),(703,701,'Elliptic equations','Elliptic equations'),(704,701,'Finite difference methods','Finite difference methods'),(705,701,'Finite element methods','Finite element methods'),(706,701,'Finite volume methods','Finite volume methods'),(707,701,'Hyperbolic equations','Hyperbolic equations'),(708,701,'Inverse problems','Inverse problems'),(709,701,'Iterative solution techniques','Iterative solution techniques'),(710,701,'Method of lines','Method of lines'),(711,701,'Multigrid and multilevel methods','Multigrid and multilevel methods'),(712,701,'Parabolic equations','Parabolic equations'),(713,701,'Spectral methods','Spectral methods'),(714,622,'Integral Equations','Integral Equations'),(715,714,'Delay equations','Delay equations'),(716,714,'Fredholm equations','Fredholm equations'),(717,714,'Integro-differential equations','Integro-differential equations'),(718,714,'Volterra equations','Volterra equations'),(719,622,'Applications','Applications'),(720,621,'DISCRETE MATHEMATICS','DISCRETE MATHEMATICS'),(721,720,'Combinatorics','Combinatorics'),(722,721,'Combinatorial algorithms','Combinatorial algorithms'),(723,721,'Counting problems','Counting problems'),(724,721,'Generating functions','Generating functions'),(725,721,'Permutations and combinations','Permutations and combinations'),(726,721,'Recurrences and difference equations','Recurrences and difference equations'),(727,720,'Graph Theory','Graph Theory'),(728,727,'Graph algorithms','Graph algorithms'),(729,727,'Graph labeling','Graph labeling'),(730,727,'Hypergraphs','Hypergraphs'),(731,727,'Network problems','Network problems'),(732,727,'Path and circuit problems','Path and circuit problems'),(733,727,'Trees','Trees'),(734,720,'Applications','Applications'),(735,621,'PROBABILITY AND STATISTICS','PROBABILITY AND STATISTICS'),(736,735,'Contingency table analysis','Contingency table analysis'),(737,735,'Correlation and regression analysis','Correlation and regression analysis'),(738,735,'Distribution functions','Distribution functions'),(739,735,'Experimental design','Experimental design'),(740,735,'Markov processes','Markov processes'),(741,735,'Multivariate statistics','Multivariate statistics'),(742,735,'Nonparametric statistics','Nonparametric statistics'),(743,735,'Probabilistic algorithms (including Monte Carlo)','Probabilistic algorithms (including Monte Carlo)'),(744,735,'Queueing theory','Queueing theory'),(745,735,'Random number generation','Random number generation'),(746,735,'Reliability and life testing','Reliability and life testing'),(747,735,'Renewal theory','Renewal theory'),(748,735,'Robust regression','Robust regression'),(749,735,'Statistical computing','Statistical computing'),(750,735,'Statistical software','Statistical software'),(751,735,'Stochastic processes','Stochastic processes'),(752,735,'Survival analysis','Survival analysis'),(753,735,'Time series analysis','Time series analysis'),(754,621,'MATHEMATICAL SOFTWARE','MATHEMATICAL SOFTWARE'),(755,754,'Algorithm design and analysis','Algorithm design and analysis'),(756,754,'Certification and testing','Certification and testing'),(757,754,'Documentation','Documentation'),(758,754,'Efficiency','Efficiency'),(759,754,'Parallel and vector implementations','Parallel and vector implementations'),(760,754,'Portability','Portability'),(761,754,'Reliability and robustness','Reliability and robustness'),(762,754,'User interfaces','User interfaces'),(763,754,'Verification','Verification'),(764,621,'MISCELLANEOUS','MISCELLANEOUS'),(765,764,'Queueing theory','Queueing theory'),(766,0,'Information Systems','Information Systems'),(767,766,'MODELS AND PRINCIPLES','MODELS AND PRINCIPLES'),(768,767,'Systems and Information Theory','Systems and Information Theory'),(769,768,'General systems theory','General systems theory'),(770,768,'Information theory','Information theory'),(771,768,'Value of information','Value of information'),(772,767,'User/Machine Systems','User/Machine Systems'),(773,772,'Human factors','Human factors'),(774,772,'Human information processing','Human information processing'),(775,772,'Software psychology','Software psychology'),(776,766,'DATABASE MANAGEMENT','DATABASE MANAGEMENT'),(777,776,'General','General'),(778,777,'Security, integrity, and protection','Security, integrity, and protection'),(779,776,'Logical Design','Logical Design'),(780,779,'Data models','Data models'),(781,779,'Normal forms','Normal forms'),(782,779,'Schema and subschema','Schema and subschema'),(783,776,'Physical Design','Physical Design'),(784,783,'Access methods','Access methods'),(785,783,'Deadlock avoidance','Deadlock avoidance'),(786,783,'Recovery and restart','Recovery and restart'),(787,776,'Languages','Languages'),(788,787,'Data description languages (DDL)','Data description languages (DDL)'),(789,787,'Data manipulation languages (DML)','Data manipulation languages (DML)'),(790,787,'Database (persistent) programming languages','Database (persistent) prog. languages'),(791,787,'Query languages','Query languages'),(792,787,'Report writers','Report writers'),(793,776,'Systems','Systems'),(794,793,'Concurrency','Concurrency'),(795,793,'Distributed databases','Distributed databases'),(796,793,'Multimedia databases','Multimedia databases'),(797,793,'Object-oriented databases','Object-oriented databases'),(798,793,'Parallel databases','Parallel databases'),(799,793,'Query processing','Query processing'),(800,793,'Relational databases','Relational databases'),(801,793,'Rule-based databases','Rule-based databases'),(802,793,'Textual databases','Textual databases'),(803,793,'Transaction processing','Transaction processing'),(804,776,'Heterogeneous Databases','Heterogeneous Databases'),(805,804,'Data translation','Data translation'),(806,804,'Program translation','Program translation'),(807,776,'Database Machines','Database Machines'),(808,776,'Database Administration','Database Administration'),(809,808,'Data dictionary/directory','Data dictionary/directory'),(810,808,'Data warehouse and repository','Data warehouse and repository'),(811,808,'Logging and recovery','Logging and recovery'),(812,808,'Security, integrity, and protection','Security, integrity, and protection'),(813,776,'Database Applications','Database Applications'),(814,813,'Data mining','Data mining'),(815,813,'Image databases','Image databases'),(816,813,'Scientific databases','Scientific databases'),(817,813,'Spatial databases and GIS','Spatial databases and GIS'),(818,813,'Statistical databases','Statistical databases'),(819,766,'INFORMATION STORAGE AND RETRIEVAL','INFORMATION STORAGE AND RETRIEVAL'),(820,819,'Content Analysis and Indexing','Content Analysis and Indexing'),(821,820,'Abstracting methods','Abstracting methods'),(822,820,'Dictionaries','Dictionaries'),(823,820,'Indexing methods','Indexing methods'),(824,820,'Linguistic processing','Linguistic processing'),(825,820,'Thesauruses','Thesauruses'),(826,819,'Information Storage','Information Storage'),(827,826,'File organization','File organization'),(828,826,'Record classification','Record classification'),(829,819,'Information Search and Retrieval','Information Search and Retrieval'),(830,829,'Clustering','Clustering'),(831,829,'Information filtering','Information filtering'),(832,829,'Query formulation','Query formulation'),(833,829,'Relevance feedback','Relevance feedback'),(834,829,'Retrieval models','Retrieval models'),(835,829,'Search process','Search process'),(836,829,'Selection process','Selection process'),(837,819,'Systems and Software','Systems and Software'),(838,837,'Current awareness systems (selective dissemination of information--SDI)','Current awareness systems'),(839,837,'Distributed systems','Distributed systems'),(840,837,'Information networks','Information networks'),(841,837,'Performance evaluation (efficiency and effectiveness)','Performance evaluation'),(842,837,'Question-answering (fact retrieval) systems','Question-answering (fact retrieval) systems'),(843,837,'User profiles and alert services','User profiles and alert services'),(844,819,'Online Information Services','Online Information Services'),(845,844,'Commercial services','Commercial services'),(846,844,'Data sharing','Data sharing'),(847,844,'Web-based services','Web-based services'),(848,819,'Library Automation','Library Automation'),(849,848,'Large text archives','Large text archives'),(850,819,'Digital Libraries','Digital Libraries'),(851,850,'Collection','Collection'),(852,850,'Dissemination','Dissemination'),(853,850,'Standards','Standards'),(854,850,'Systems issues','Systems issues'),(855,850,'User issues','User issues'),(856,766,'INFORMATION SYSTEMS APPLICATIONS','INFORMATION SYSTEMS APPLICATIONS'),(857,856,'Office Automation','Office Automation'),(858,857,'Desktop publishing','Desktop publishing'),(859,857,'Equipment','Equipment'),(860,857,'Groupware','Groupware'),(861,857,'Spreadsheets','Spreadsheets'),(862,857,'Time management (e.g., calendars, schedules)','Time management'),(863,857,'Word processing','Word processing'),(864,857,'Workflow management','Workflow management'),(865,856,'Types of Systems','Types of Systems'),(866,865,'Decision support (e.g., MIS)','Decision support (e.g., MIS)'),(867,865,'Logistics','Logistics'),(868,856,'Communications Applications','Communications Applications'),(869,868,'Bulletin boards','Bulletin boards'),(870,868,'Computer conferencing, teleconferencing videoconferencing','Computer, tele and video conferencing'),(871,868,'Electronic mail','Electronic mail'),(872,868,'Information browsers','Information browsers'),(873,868,'Videotex','Videotex'),(874,766,'INFORMATION INTERFACES AND PRESENTATION (e.g., HCI)','INFORM. INTERFACES AND PRESENTATION'),(875,874,'Multimedia Information Systems','Multimedia Information Systems'),(876,875,'Animations','Animations'),(877,875,'Artificial, augmented, and virtual realities','Artificial, augmented, and virtual realities'),(878,875,'Audio input/output','Audio input/output'),(879,875,'Evaluation/methodology','Evaluation/methodology'),(880,875,'Hypertext navigation and maps','Hypertext navigation and maps'),(881,875,'Video (e.g., tape, disk, DVI)','Video (e.g., tape, disk, DVI)'),(882,874,'User Interfaces','User Interfaces'),(883,882,'Auditory (non-speech) feedback','Auditory (non-speech) feedback'),(884,882,'Benchmarking','Benchmarking'),(885,882,'Ergonomics','Ergonomics'),(886,882,'Evaluation/methodology','Evaluation/methodology'),(887,882,'Graphical user interfaces (GUI)','Graphical user interfaces (GUI)'),(888,882,'Haptic I/O','Haptic I/O'),(889,882,'Input devices and strategies (e.g., mouse, touchscreen)','Input devices and strategies'),(890,882,'Interaction styles (e.g., commands, menus, forms)','Interaction styles'),(891,882,'Natural language','Natural language'),(892,882,'Prototyping','Prototyping'),(893,882,'Screen design (e.g., text, graphics, color)','Screen design (e.g., text, graphics, color)'),(894,882,'Standardization','Standardization'),(895,882,'Style guides','Style guides'),(896,882,'Theory and methods','Theory and methods'),(897,882,'Training, help, and documentation','Training, help, and documentation'),(898,882,'User-centered design','User-centered design'),(899,882,'User interface management systems (UIMS)','User interface management systems (UIMS)'),(900,882,'Voice I/O','Voice I/O'),(901,882,'Windowing systems','Windowing systems'),(902,874,'Group and Organization Interfaces','Group and Organization Interfaces'),(903,902,'Asynchronous interaction','Asynchronous interaction'),(904,902,'Collaborative computing','Collaborative computing'),(905,902,'Computer-supported cooperative work','Computer-supported cooperative work'),(906,902,'Evaluation/methodology','Evaluation/methodology'),(907,902,'Organizational design','Organizational design'),(908,902,'Synchronous interaction','Synchronous interaction'),(909,902,'Theory and models','Theory and models'),(910,902,'Web-based interaction','Web-based interaction'),(911,874,'Hypertext/Hypermedia','Hypertext/Hypermedia'),(912,911,'Architectures','Architectures'),(913,911,'Navigation','Navigation'),(914,911,'Theory','Theory'),(915,911,'User issues','User issues'),(916,874,'Sound and Music Computing','Sound and Music Computing'),(917,916,'Methodologies and techniques','Methodologies and techniques'),(918,916,'Modeling','Modeling'),(919,916,'Signal analysis, synthesis, and processing','Signal analysis, synthesis, and processing'),(920,916,'Systems','Systems'),(921,0,'Computing Methodologies','Computing Methodologies'),(922,921,'SYMBOLIC AND ALGEBRAIC MANIPULATION','SYMBOLIC AND ALGEBRAIC MANIPULATION'),(923,922,'Expressions and Their Representation','Expressions and Their Representation'),(924,923,'Representations (general and polynomial)','Representations (general and polynomial)'),(925,923,'Simplification of expressions','Simplification of expressions'),(926,922,'Algorithms','Algorithms'),(927,926,'Algebraic algorithms','Algebraic algorithms'),(928,926,'Analysis of algorithms','Analysis of algorithms'),(929,926,'Nonalgebraic algorithms','Nonalgebraic algorithms'),(930,922,'Languages and Systems','Languages and Systems'),(931,930,'Evaluation strategies','Evaluation strategies'),(932,930,'Nonprocedural languages','Nonprocedural languages'),(933,930,'Special-purpose algebraic systems','Special-purpose algebraic systems'),(934,930,'Special-purpose hardware','Special-purpose hardware'),(935,930,'Substitution mechanisms','Substitution mechanisms'),(936,922,'Applications','Applications'),(937,921,'ARTIFICIAL INTELLIGENCE','ARTIFICIAL INTELLIGENCE'),(938,937,'General','General'),(939,938,'Cognitive simulation','Cognitive simulation'),(940,938,'Philosophical foundations','Philosophical foundations'),(941,937,'Applications and Expert Systems','Applications and Expert Systems'),(942,941,'Cartography','Cartography'),(943,941,'Games','Games'),(944,941,'Industrial automation','Industrial automation'),(945,941,'Law','Law'),(946,941,'Medicine and science','Medicine and science'),(947,941,'Natural language interfaces','Natural language interfaces'),(948,941,'Office automation','Office automation'),(949,937,'Automatic Programming','Automatic Programming'),(950,949,'Automatic analysis of algorithms','Automatic analysis of algorithms'),(951,949,'Program modification','Program modification'),(952,949,'Program synthesis','Program synthesis'),(953,949,'Program transformation','Program transformation'),(954,949,'Program verification','Program verification'),(955,937,'Deduction and Theorem Proving','Deduction and Theorem Proving'),(956,955,'Answer/reason extraction','Answer/reason extraction'),(957,955,'Deduction (e.g., natural, rule-based)','Deduction (e.g., natural, rule-based)'),(958,955,'Inference engines','Inference engines'),(959,955,'Logic programming','Logic programming'),(960,955,'Mathematical induction','Mathematical induction'),(961,955,'Metatheory','Metatheory'),(962,955,'Nonmonotonic reasoning and belief revision','Nonmonotonic reasoningm belief revis.'),(963,955,'Resolution','Resolution'),(964,955,'Uncertainty, fuzzy, and probabilistic reasoning','Uncertainty, fuzzy and probab. reasoning'),(965,937,'Knowledge Representation Formalisms and Methods','Knowledge Repr. Formalisms and Methods'),(966,965,'Frames and scripts','Frames and scripts'),(967,965,'Modal logic','Modal logic'),(968,965,'Predicate logic','Predicate logic'),(969,965,'Relation systems','Relation systems'),(970,965,'Representation languages','Representation languages'),(971,965,'Representations (procedural and rule-based)','Representations'),(972,965,'Semantic networks','Semantic networks'),(973,965,'Temporal logic','Temporal logic'),(974,937,'Programming Languages and Software','Programming Languages and Software'),(975,974,'Expert system tools and techniques','Expert system tools and techniques'),(976,937,'Learning','Learning'),(977,976,'Analogies','Analogies'),(978,976,'Concept learning','Concept learning'),(979,976,'Connectionism and neural nets','Connectionism and neural nets'),(980,976,'Induction','Induction'),(981,976,'Knowledge acquisition','Knowledge acquisition'),(982,976,'Language acquisition','Language acquisition'),(983,976,'Parameter learning','Parameter learning'),(984,937,'Natural Language Processing','Natural Language Processing'),(985,984,'Discourse','Discourse'),(986,984,'Language generation','Language generation'),(987,984,'Language models','Language models'),(988,984,'Language parsing and understanding','Language parsing and understanding'),(989,984,'Machine translation','Machine translation'),(990,984,'Speech recognition and synthesis','Speech recognition and synthesis'),(991,984,'Text analysis','Text analysis'),(992,937,'Problem Solving, Control Methods, and Search','Problem Solving, Control Methods, Search'),(993,992,'Backtracking','Backtracking'),(994,992,'Control theory','Control theory'),(995,992,'Dynamic programming','Dynamic programming'),(996,992,'Graph and tree search strategies','Graph and tree search strategies'),(997,992,'Heuristic methods','Heuristic methods'),(998,992,'Plan execution, formation, and generation','Plan execution, formation, and generation'),(999,992,'Scheduling','Scheduling'),(1000,937,'Robotics','Robotics'),(1001,1000,'Autonomous vehicles','Autonomous vehicles'),(1002,1000,'Commercial robots and applications','Commercial robots and applications'),(1003,1000,'Kinematics and dynamics','Kinematics and dynamics'),(1004,1000,'Manipulators','Manipulators'),(1005,1000,'Operator interfaces','Operator interfaces'),(1006,1000,'Propelling mechanisms','Propelling mechanisms'),(1007,1000,'Sensors','Sensors'),(1008,1000,'Workcell organization and planning','Workcell organization and planning'),(1009,937,'Vision and Scene Understanding','Vision and Scene Understanding'),(1010,1009,'3D/stereo scene analysis','3D/stereo scene analysis'),(1011,1009,'Architecture and control structures','Architecture and control structures'),(1012,1009,'Intensity, color, photometry, and thresholding','Intensity, color, photometry, thresholding'),(1013,1009,'Modeling and recovery of physical attributes','Modeling and recovery of physical atts'),(1014,1009,'Motion','Motion'),(1015,1009,'Perceptual reasoning','Perceptual reasoning'),(1016,1009,'Representations, data structures, and transforms','Represent., data struct. and transforms'),(1017,1009,'Shape','Shape'),(1018,1009,'Texture','Texture'),(1019,1009,'Video analysis','Video analysis'),(1020,937,'Distributed Artificial Intelligence','Distributed Artificial Intelligence'),(1021,1020,'Coherence and coordination','Coherence and coordination'),(1022,1020,'Intelligent agents','Intelligent agents'),(1023,1020,'Languages and structures','Languages and structures'),(1024,1020,'Multiagent systems','Multiagent systems'),(1025,921,'COMPUTER GRAPHICS','COMPUTER GRAPHICS'),(1026,1025,'Hardware Architecture','Hardware Architecture'),(1027,1026,'Graphics processors','Graphics processors'),(1028,1026,'Hardcopy devices','Hardcopy devices'),(1029,1026,'Input devices','Input devices'),(1030,1026,'Parallel processing','Parallel processing'),(1031,1026,'Raster display devices','Raster display devices'),(1032,1026,'Storage devices','Storage devices'),(1033,1026,'Three-dimensional displays','Three-dimensional displays'),(1034,1026,'Vector display devices','Vector display devices'),(1035,1025,'Graphics Systems','Graphics Systems'),(1036,1035,'Distributed/network graphics','Distributed/network graphics'),(1037,1035,'Remote systems','Remote systems'),(1038,1035,'Stand-alone systems','Stand-alone systems'),(1039,1025,'Picture/Image Generation','Picture/Image Generation'),(1040,1039,'Antialiasing','Antialiasing'),(1041,1039,'Bitmap and framebuffer operations','Bitmap and framebuffer operations'),(1042,1039,'Digitizing and scanning','Digitizing and scanning'),(1043,1039,'Display algorithms','Display algorithms'),(1044,1039,'Line and curve generation','Line and curve generation'),(1045,1039,'Viewing algorithms','Viewing algorithms'),(1046,1025,'Graphics Utilities','Graphics Utilities'),(1047,1046,'Application packages','Application packages'),(1048,1046,'Device drivers','Device drivers'),(1049,1046,'Graphics editors','Graphics editors'),(1050,1046,'Graphics packages','Graphics packages'),(1051,1046,'Meta files','Meta files'),(1052,1046,'Paint systems','Paint systems'),(1053,1046,'Picture description languages','Picture description languages'),(1054,1046,'Software support','Software support'),(1055,1046,'Virtual device interfaces','Virtual device interfaces'),(1056,1025,'Computational Geometry and Object Modeling','Computational Geometry, Object Modeling'),(1057,1056,'Boundary representations','Boundary representations'),(1058,1056,'Constructive solid geometry (CSG)','Constructive solid geometry (CSG)'),(1059,1056,'Curve, surface, solid, and object representations','Curve, surface, solid, object represent.'),(1060,1056,'Geometric algorithms, languages, and systems','Geometric alg., languages and systems'),(1061,1056,'Hierarchy and geometric transformations','Hierarchy and geometric transformations'),(1062,1056,'Modeling packages','Modeling packages'),(1063,1056,'Object hierarchies','Object hierarchies'),(1064,1056,'Physically based modeling','Physically based modeling'),(1065,1056,'Splines','Splines'),(1066,1025,'Methodology and Techniques','Methodology and Techniques'),(1067,1066,'Device independence','Device independence'),(1068,1066,'Ergonomics','Ergonomics'),(1069,1066,'Graphics data structures and data types','Graphics data structures and data types'),(1070,1066,'Interaction techniques','Interaction techniques'),(1071,1066,'Languages','Languages'),(1072,1066,'Standards','Standards'),(1073,1025,'Three-Dimensional Graphics and Realism','Three-Dimensional Graphics and Realism'),(1074,1073,'Animation','Animation'),(1075,1073,'Color, shading, shadowing, and texture','Color, shading, shadowing, and texture'),(1076,1073,'Fractals','Fractals'),(1077,1073,'Hidden line/surface removal','Hidden line/surface removal'),(1078,1073,'Radiosity','Radiosity'),(1079,1073,'Raytracing','Raytracing'),(1080,1073,'Virtual reality','Virtual reality'),(1081,1073,'Visible line/surface algorithms','Visible line/surface algorithms'),(1082,1025,'Applications','Applications'),(1083,921,'IMAGE PROCESSING AND COMPUTER VISION','IMAGE PROCESSING AND COMPUTER VISION'),(1084,1083,'General','General'),(1085,1084,'Image displays','Image displays'),(1086,1084,'Image processing software','Image processing software'),(1087,1083,'Digitization and Image Capture','Digitization and Image Capture'),(1088,1087,'Camera calibration','Camera calibration'),(1089,1087,'Imaging geometry','Imaging geometry'),(1090,1087,'Quantization','Quantization'),(1091,1087,'Radiometry','Radiometry'),(1092,1087,'Reflectance','Reflectance'),(1093,1087,'Sampling','Sampling'),(1094,1087,'Scanning','Scanning'),(1095,1083,'Compression (Coding)','Compression (Coding)'),(1096,1095,'Approximate methods','Approximate methods'),(1097,1095,'Exact coding','Exact coding'),(1098,1083,'Enhancement','Enhancement'),(1099,1098,'Filtering','Filtering'),(1100,1098,'Geometric correction','Geometric correction'),(1101,1098,'Grayscale manipulation','Grayscale manipulation'),(1102,1098,'Registration','Registration'),(1103,1098,'Sharpening and deblurring','Sharpening and deblurring'),(1104,1098,'Smoothing','Smoothing'),(1105,1083,'Restoration','Restoration'),(1106,1105,'Inverse filtering','Inverse filtering'),(1107,1105,'Kalman filtering','Kalman filtering'),(1108,1105,'Pseudoinverse restoration','Pseudoinverse restoration'),(1109,1105,'Wiener filtering','Wiener filtering'),(1110,1083,'Reconstruction','Reconstruction'),(1111,1110,'Series expansion methods','Series expansion methods'),(1112,1110,'Summation methods','Summation methods'),(1113,1110,'Transform methods','Transform methods'),(1114,1083,'Segmentation','Segmentation'),(1115,1114,'Edge and feature detection','Edge and feature detection'),(1116,1114,'Pixel classification','Pixel classification'),(1117,1114,'Region growing, partitioning','Region growing, partitioning'),(1118,1114,'Relaxation','Relaxation'),(1119,1083,'Feature Measurement','Feature Measurement'),(1120,1119,'Feature representation','Feature representation'),(1121,1119,'Invariants','Invariants'),(1122,1119,'Moments','Moments'),(1123,1119,'Projections','Projections'),(1124,1119,'Size and shape','Size and shape'),(1125,1119,'Texture','Texture'),(1126,1083,'Scene Analysis','Scene Analysis'),(1127,1126,'Color','Color'),(1128,1126,'Depth cues','Depth cues'),(1129,1126,'Motion','Motion'),(1130,1126,'Object recognition','Object recognition'),(1131,1126,'Photometry','Photometry'),(1132,1126,'Range data','Range data'),(1133,1126,'Sensor fusion','Sensor fusion'),(1134,1126,'Shading','Shading'),(1135,1126,'Shape','Shape'),(1136,1126,'Stereo','Stereo'),(1137,1126,'Surface fitting','Surface fitting'),(1138,1126,'Time-varying imagery','Time-varying imagery'),(1139,1126,'Tracking','Tracking'),(1140,1083,'Applications','Applications'),(1141,1083,'Image Representation','Image Representation'),(1142,1141,'Hierarchical','Hierarchical'),(1143,1141,'Morphological','Morphological'),(1144,1141,'Multidimensional','Multidimensional'),(1145,1141,'Statistical','Statistical'),(1146,1141,'Volumetric','Volumetric'),(1147,921,'PATTERN RECOGNITION','PATTERN RECOGNITION'),(1148,1147,'Models','Models'),(1149,1148,'Deterministic','Deterministic'),(1150,1148,'Fuzzy set','Fuzzy set'),(1151,1148,'Geometric','Geometric'),(1152,1148,'Neural nets','Neural nets'),(1153,1148,'Statistical','Statistical'),(1154,1148,'Structural','Structural'),(1155,1147,'Design Methodology','Design Methodology'),(1156,1155,'Classifier design and evaluation','Classifier design and evaluation'),(1157,1155,'Feature evaluation and selection','Feature evaluation and selection'),(1158,1155,'Pattern analysis','Pattern analysis'),(1159,1147,'Clustering','Clustering'),(1160,1159,'Algorithms','Algorithms'),(1161,1159,'Similarity measures','Similarity measures'),(1162,1147,'Applications','Applications'),(1163,1162,'Computer vision','Computer vision'),(1164,1162,'Signal processing','Signal processing'),(1165,1162,'Text processing','Text processing'),(1166,1162,'Waveform analysis','Waveform analysis'),(1167,1147,'Implementation','Implementation'),(1168,1167,'Interactive systems','Interactive systems'),(1169,1167,'Special architectures','Special architectures'),(1170,921,'SIMULATION AND MODELING','SIMULATION AND MODELING'),(1171,1170,'Simulation Theory','Simulation Theory'),(1172,1171,'Model classification','Model classification'),(1173,1171,'Systems theory','Systems theory'),(1174,1171,'Types of simulation (continuous and discrete)','Types of simulation'),(1175,1170,'Simulation Languages','Simulation Languages'),(1176,1170,'Applications','Applications'),(1177,1170,'Model Validation and Analysis','Model Validation and Analysis'),(1178,1170,'Model Development','Model Development'),(1179,1178,'Modeling methodologies','Modeling methodologies'),(1180,1170,'Simulation Output Analysis','Simulation Output Analysis'),(1181,1170,'Simulation Support Systems','Simulation Support Systems'),(1182,1181,'Environments','Environments'),(1183,1170,'Types of Simulation','Types of Simulation'),(1184,1183,'Animation','Animation'),(1185,1183,'Combined','Combined'),(1186,1183,'Continuous','Continuous'),(1187,1183,'Discrete event','Discrete event'),(1188,1183,'Distributed','Distributed'),(1189,1183,'Gaming','Gaming'),(1190,1183,'Monte Carlo','Monte Carlo'),(1191,1183,'Parallel','Parallel'),(1192,1183,'Visual','Visual'),(1193,921,'DOCUMENT AND TEXT PROCESSING','DOCUMENT AND TEXT PROCESSING'),(1194,1193,'Document and Text Editing','Document and Text Editing'),(1195,1194,'Document management','Document management'),(1196,1194,'Languages','Languages'),(1197,1194,'Spelling','Spelling'),(1198,1194,'Version control','Version control'),(1199,1193,'Document Preparation','Document Preparation'),(1200,1199,'Desktop publishing','Desktop publishing'),(1201,1199,'Format and notation','Format and notation'),(1202,1199,'Hypertext/hypermedia','Hypertext/hypermedia'),(1203,1199,'Index generation','Index generation'),(1204,1199,'Languages and systems','Languages and systems'),(1205,1199,'Markup languages','Markup languages'),(1206,1199,'Multi/mixed media','Multi/mixed media'),(1207,1199,'Photocomposition/typesetting','Photocomposition/typesetting'),(1208,1199,'Scripting languages','Scripting languages'),(1209,1199,'Standards','Standards'),(1210,1193,'Index Generation','Index Generation'),(1211,1193,'Electronic Publishing','Electronic Publishing'),(1212,1193,'Document Capture','Document Capture'),(1213,1212,'Document analysis','Document analysis'),(1214,1212,'Graphics recognition and interpretation','Graphics recognition and interpretation'),(1215,1212,'Optical character recognition (OCR)','Optical character recognition (OCR)'),(1216,1212,'Scanning','Scanning'),(1217,0,'Computer Applications','Computer Applications'),(1218,1217,'ADMINISTRATIVE DATA PROCESSING','ADMINISTRATIVE DATA PROCESSING'),(1219,1218,'Business','Business'),(1220,1218,'Education','Education'),(1221,1218,'Financial (e.g., EFTS)','Financial (e.g., EFTS)'),(1222,1218,'Government','Government'),(1223,1218,'Law','Law'),(1224,1218,'Manufacturing','Manufacturing'),(1225,1218,'Marketing','Marketing'),(1226,1218,'Military','Military'),(1227,1217,'PHYSICAL SCIENCES AND ENGINEERING','PHYSICAL SCIENCES AND ENG.'),(1228,1227,'Aerospace','Aerospace'),(1229,1227,'Archaeology','Archaeology'),(1230,1227,'Astronomy','Astronomy'),(1231,1227,'Chemistry','Chemistry'),(1232,1227,'Earth and atmospheric sciences','Earth and atmospheric sciences'),(1233,1227,'Electronics','Electronics'),(1234,1227,'Engineering','Engineering'),(1235,1227,'Mathematics and statistics','Mathematics and statistics'),(1236,1227,'Physics','Physics'),(1237,1217,'LIFE AND MEDICAL SCIENCES','LIFE AND MEDICAL SCIENCES'),(1238,1237,'Biology and genetics','Biology and genetics'),(1239,1237,'Health','Health'),(1240,1237,'Medical information systems','Medical information systems'),(1241,1217,'SOCIAL AND BEHAVIORAL SCIENCES','SOCIAL AND BEHAVIORAL SCIENCES'),(1242,1241,'Economics','Economics'),(1243,1241,'Psychology','Psychology'),(1244,1241,'Sociology','Sociology'),(1245,1217,'ARTS AND HUMANITIES','ARTS AND HUMANITIES'),(1246,1245,'Architecture','Architecture'),(1247,1245,'Arts, fine and performing','Arts, fine and performing'),(1248,1245,'Fine arts','Fine arts'),(1249,1245,'Language translation','Language translation'),(1250,1245,'Linguistics','Linguistics'),(1251,1245,'Literature','Literature'),(1252,1245,'Music','Music'),(1253,1245,'Performing arts (e.g., dance, music)','Performing arts (e.g., dance, music)'),(1254,1217,'COMPUTER-AIDED ENGINEERING','COMPUTER-AIDED ENGINEERING'),(1255,1254,'Computer-aided design (CAD)','Computer-aided design (CAD)'),(1256,1254,'Computer-aided manufacturing (CAM)','Computer-aided manufacturing (CAM)'),(1257,1217,'COMPUTERS IN OTHER SYSTEMS','COMPUTERS IN OTHER SYSTEMS'),(1258,1257,'Command and control','Command and control'),(1259,1257,'Consumer products','Consumer products'),(1260,1257,'Industrial control','Industrial control'),(1261,1257,'Military','Military'),(1262,1257,'Process control','Process control'),(1263,1257,'Publishing','Publishing'),(1264,1257,'Real time','Real time'),(1265,0,'Computing Milieux','Computing Milieux'),(1266,1265,'THE COMPUTER INDUSTRY','THE COMPUTER INDUSTRY'),(1267,1266,'Markets','Markets'),(1268,1266,'Standards','Standards'),(1269,1266,'Statistics','Statistics'),(1270,1266,'Suppliers','Suppliers'),(1271,1265,'HISTORY OF COMPUTING','HISTORY OF COMPUTING'),(1272,1271,'Hardware','Hardware'),(1273,1271,'People','People'),(1274,1271,'Software','Software'),(1275,1271,'Systems','Systems'),(1276,1271,'Theory','Theory'),(1277,1265,'COMPUTERS AND EDUCATION','COMPUTERS AND EDUCATION'),(1278,1277,'Computer Uses in Education','Computer Uses in Education'),(1279,1278,'Collaborative learning','Collaborative learning'),(1280,1278,'Computer-assisted instruction (CAI)','Computer-assisted instruction (CAI)'),(1281,1278,'Computer-managed instruction (CMI)','Computer-managed instruction (CMI)'),(1282,1278,'Distance learning','Distance learning'),(1283,1277,'Computer and Information Science Education','Computer and Inform. Science Educ.'),(1284,1283,'Accreditation','Accreditation'),(1285,1283,'Computer science education','Computer science education'),(1286,1283,'Curriculum','Curriculum'),(1287,1283,'Information systems education','Information systems education'),(1288,1283,'Literacy','Literacy'),(1289,1283,'Self-assessment','Self-assessment'),(1290,1277,'Miscellaneous','Miscellaneous'),(1291,1290,'Accreditation','Accreditation'),(1292,1290,'Computer literacy','Computer literacy'),(1293,1265,'COMPUTERS AND SOCIETY','COMPUTERS AND SOCIETY'),(1294,1293,'Public Policy Issues','Public Policy Issues'),(1295,1294,'Abuse and crime involving computers','Abuse and crime involving computers'),(1296,1294,'Computer-related health issues','Computer-related health issues'),(1297,1294,'Ethics','Ethics'),(1298,1294,'Human safety','Human safety'),(1299,1294,'Intellectual property rights','Intellectual property rights'),(1300,1294,'Privacy','Privacy'),(1301,1294,'Regulation','Regulation'),(1302,1294,'Transborder data flow','Transborder data flow'),(1303,1294,'Use/abuse of power','Use/abuse of power'),(1304,1293,'Social Issues','Social Issues'),(1305,1304,'Abuse and crime involving computers','Abuse and crime involving computers'),(1306,1304,'Assistive technologies for persons with disabilities','Assistive technol. for persons with disabil.'),(1307,1304,'Employment','Employment'),(1308,1304,'Handicapped persons/special needs','Handicapped persons/special needs'),(1309,1293,'Organizational Impacts','Organizational Impacts'),(1310,1309,'Automation','Automation'),(1311,1309,'Computer-supported collaborative work','Computer-supported collaborative work'),(1312,1309,'Employment','Employment'),(1313,1309,'Reengineering','Reengineering'),(1314,1293,'Electronic Commerce','Electronic Commerce'),(1315,1314,'Cybercash, digital cash','Cybercash, digital cash'),(1316,1314,'Distributed commercial transactions','Distributed commercial transactions'),(1317,1314,'Electronic data interchange (EDI)','Electronic data interchange (EDI)'),(1318,1314,'Intellectual property','Intellectual property'),(1319,1314,'Payment schemes','Payment schemes'),(1320,1314,'Security','Security'),(1321,1265,'LEGAL ASPECTS OF COMPUTING','LEGAL ASPECTS OF COMPUTING'),(1322,1321,'Hardware/Software Protection','Hardware/Software Protection'),(1323,1322,'Copyrights','Copyrights'),(1324,1322,'Licensing','Licensing'),(1325,1322,'Patents','Patents'),(1326,1322,'Proprietary rights','Proprietary rights'),(1327,1322,'Trade secrets','Trade secrets'),(1328,1321,'Governmental Issues','Governmental Issues'),(1329,1328,'Censorship','Censorship'),(1330,1328,'Regulation','Regulation'),(1331,1328,'Taxation','Taxation'),(1332,1321,'Miscellaneous','Miscellaneous'),(1333,1332,'Contracts','Contracts'),(1334,1332,'Hardware patents','Hardware patents'),(1335,1265,'MANAGEMENT OF COMPUTING AND INFORMATION SYSTEMS','MANAG. OF COMPUTING AND INFORM. SYS.'),(1336,1335,'General','General'),(1337,1336,'Economics','Economics'),(1338,1335,'Project and People Management','Project and People Management'),(1339,1338,'Life cycle','Life cycle'),(1340,1338,'Management techniques (e.g., PERT/CPM)','Management techniques (e.g., PERT/CPM)'),(1341,1338,'Staffing','Staffing'),(1342,1338,'Strategic information systems planning','Strategic information systems planning'),(1343,1338,'Systems analysis and design','Systems analysis and design'),(1344,1338,'Systems development','Systems development'),(1345,1338,'Training','Training'),(1346,1335,'Installation Management','Installation Management'),(1347,1346,'Benchmarks','Benchmarks'),(1348,1346,'Computer selection','Computer selection'),(1349,1346,'Computing equipment management','Computing equipment management'),(1350,1346,'Performance and usage measurement','Performance and usage measurement'),(1351,1346,'Pricing and resource allocation','Pricing and resource allocation'),(1352,1335,'Software Management','Software Management'),(1353,1352,'Software development','Software development'),(1354,1352,'Software maintenance','Software maintenance'),(1355,1352,'Software process','Software process'),(1356,1352,'Software selection','Software selection'),(1357,1335,'System Management','System Management'),(1358,1357,'Centralization/decentralization','Centralization/decentralization'),(1359,1357,'Management audit','Management audit'),(1360,1357,'Quality assurance','Quality assurance'),(1361,1335,'Security and Protection','Security and Protection'),(1362,1361,'Authentication','Authentication'),(1363,1361,'Insurance','Insurance'),(1364,1361,'Invasive software (e.g., viruses, worms, Trojan horses)','Invasive software'),(1365,1361,'Physical security','Physical security'),(1366,1361,'Unauthorized access (e.g., hacking, phreaking)','Unauthorized access'),(1367,1335,'Miscellaneous','Miscellaneous'),(1368,1367,'Insurance','Insurance'),(1369,1367,'Security','Security'),(1370,1265,'THE COMPUTING PROFESSION','THE COMPUTING PROFESSION'),(1371,1370,'Occupations','Occupations'),(1372,1370,'Organizations','Organizations'),(1373,1370,'Testing, Certification, and Licensing','Testing, Certification, and Licensing'),(1374,1370,'Professional Ethics','Professional Ethics'),(1375,1374,'Codes of ethics','Codes of ethics'),(1376,1374,'Codes of good practice','Codes of good practice'),(1377,1374,'Ethical dilemmas','Ethical dilemmas'),(1378,1370,'Miscellaneous','Miscellaneous'),(1379,1378,'Codes of good practice','Codes of good practice'),(1380,1378,'Ethics','Ethics'),(1381,1265,'PERSONAL COMPUTING','PERSONAL COMPUTING'),(1382,1381,'Games','Games'),(1383,1381,'General','General'),(1384,1383,'Games','Games'),(1385,1381,'Application Packages','Application Packages'),(1386,1385,'Data communications','Data communications'),(1387,1385,'Database processing','Database processing'),(1388,1385,'Freeware/shareware','Freeware/shareware'),(1389,1385,'Graphics','Graphics'),(1390,1385,'Spreadsheets','Spreadsheets'),(1391,1385,'Word processing','Word processing'),(1392,1381,'Hardware','Hardware'),(1393,1381,'Management/Maintenance','Management/Maintenance'); /*!40000 ALTER TABLE `tema` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `temauziv` -- DROP TABLE IF EXISTS `temauziv`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `temauziv` ( `id_tema` int(10) unsigned NOT NULL, `uid` int(10) unsigned NOT NULL, `forumnotify` tinyint(1) DEFAULT '0', `konfnotify` tinyint(1) DEFAULT '0', `interested` tinyint(1) DEFAULT '0', KEY `su2skup` (`id_tema`), KEY `su2uziv` (`uid`), CONSTRAINT `su2skup` FOREIGN KEY (`id_tema`) REFERENCES `tema` (`id_tema`), CONSTRAINT `su2uziv` FOREIGN KEY (`uid`) REFERENCES `uziv` (`uid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `temauziv` -- LOCK TABLES `temauziv` WRITE; /*!40000 ALTER TABLE `temauziv` DISABLE KEYS */; INSERT INTO `temauziv` VALUES (1,1,0,0,1),(2,1,0,0,1),(3,1,0,0,1),(4,1,0,0,1),(5,1,0,0,1),(6,1,0,0,1),(7,1,0,0,1),(8,1,0,0,1),(9,1,0,0,1),(10,1,0,0,1),(11,1,0,0,1),(12,1,0,0,1),(13,1,0,0,1),(14,1,0,0,1),(15,1,0,0,1),(16,1,0,0,1),(17,1,0,0,1),(18,1,0,0,1),(19,1,0,0,1),(20,1,0,0,1),(21,1,0,0,1),(22,1,0,0,1),(23,1,0,0,1),(24,1,0,0,1),(25,1,0,0,1),(26,1,0,0,1),(27,1,0,0,1),(28,1,0,0,1),(29,1,0,0,1),(30,1,0,0,1),(31,1,0,0,1),(32,1,0,0,1),(33,1,0,0,1),(34,1,0,0,1),(35,1,0,0,1),(36,1,0,0,1),(37,1,0,0,1),(38,1,0,0,1),(39,1,0,0,1),(40,1,0,0,1),(41,1,0,0,1),(42,1,0,0,1),(43,1,0,0,1),(44,1,0,0,1),(45,1,0,0,1),(46,1,0,0,1),(47,1,0,0,1),(48,1,0,0,1),(49,1,0,0,1),(50,1,0,0,1),(51,1,0,0,1),(52,1,0,0,1),(53,1,0,0,1),(54,1,0,0,1),(55,1,0,0,1),(56,1,0,0,1),(57,1,0,0,1),(58,1,0,0,1),(59,1,0,0,1),(60,1,0,0,1),(61,1,0,0,1),(62,1,0,0,1),(63,1,0,0,1),(64,1,0,0,1),(65,1,0,0,1),(66,1,0,0,1),(67,1,0,0,1),(68,1,0,0,1),(69,1,0,0,1),(70,1,0,0,1),(71,1,0,0,1),(72,1,0,0,1),(73,1,0,0,1),(74,1,0,0,1),(75,1,0,0,1),(76,1,0,0,1),(77,1,0,0,1),(78,1,0,0,1),(79,1,0,0,1),(80,1,0,0,1),(81,1,0,0,1),(82,1,0,0,1),(83,1,0,0,1),(84,1,0,0,1),(85,1,0,0,1),(86,1,0,0,1),(87,1,0,0,1),(88,1,0,0,1),(89,1,0,0,1),(90,1,0,0,1),(91,1,0,0,1),(92,1,0,0,1),(93,1,0,0,1),(94,1,0,0,1),(95,1,0,0,1),(96,1,0,0,1),(97,1,0,0,1),(98,1,0,0,1),(99,1,0,0,1),(100,1,0,0,1),(101,1,0,0,1),(102,1,0,0,1),(103,1,0,0,1),(104,1,0,0,1),(105,1,0,0,1),(106,1,0,0,1),(107,1,0,0,1),(108,1,0,0,1),(109,1,0,0,1),(110,1,0,0,1),(111,1,0,0,1),(112,1,0,0,1),(113,1,0,0,1),(114,1,0,0,1),(115,1,0,0,1),(116,1,0,0,1),(117,1,0,0,1),(118,1,0,0,1),(119,1,0,0,1),(120,1,0,0,1),(121,1,0,0,1),(122,1,0,0,1),(123,1,0,0,1),(124,1,0,0,1),(125,1,0,0,1),(126,1,0,0,1),(127,1,0,0,1),(128,1,0,0,1),(129,1,0,0,1),(130,1,0,0,1),(131,1,0,0,1),(132,1,0,0,1),(133,1,0,0,1),(134,1,0,0,1),(135,1,0,0,1),(136,1,0,0,1),(137,1,0,0,1),(138,1,0,0,1),(139,1,0,0,1),(140,1,0,0,1),(141,1,0,0,1),(142,1,0,0,1),(143,1,0,0,1),(144,1,0,0,1),(145,1,0,0,1),(146,1,0,0,1),(147,1,0,0,1),(148,1,0,0,1),(149,1,0,0,1),(150,1,0,0,1),(151,1,0,0,1),(152,1,0,0,1),(153,1,0,0,1),(154,1,0,0,1),(155,1,0,0,1),(156,1,0,0,1),(157,1,0,0,1),(158,1,0,0,1),(159,1,0,0,1),(160,1,0,0,1),(161,1,0,0,1),(162,1,0,0,1),(163,1,0,0,1),(164,1,0,0,1),(165,1,0,0,1),(166,1,0,0,1),(167,1,0,0,1),(168,1,0,0,1),(169,1,0,0,1),(170,1,0,0,1),(171,1,0,0,1),(172,1,0,0,1),(173,1,0,0,1),(174,1,0,0,1),(175,1,0,0,1),(176,1,0,0,1),(177,1,0,0,1),(178,1,0,0,1),(179,1,0,0,1),(180,1,0,0,1),(181,1,0,0,1),(182,1,0,0,1),(183,1,0,0,1),(184,1,0,0,1),(185,1,0,0,1),(186,1,0,0,1),(187,1,0,0,1),(188,1,0,0,1),(189,1,0,0,1),(190,1,0,0,1),(191,1,0,0,1),(192,1,0,0,1),(193,1,0,0,1),(194,1,0,0,1),(195,1,0,0,1),(196,1,0,0,1),(197,1,0,0,1),(198,1,0,0,1),(199,1,0,0,1),(200,1,0,0,1),(201,1,0,0,1),(202,1,0,0,1),(203,1,0,0,1),(204,1,0,0,1),(205,1,0,0,1),(206,1,0,0,1),(207,1,0,0,1),(208,1,0,0,1),(209,1,0,0,1),(210,1,0,0,1),(211,1,0,0,1),(212,1,0,0,1),(213,1,0,0,1),(214,1,0,0,1),(215,1,0,0,1),(216,1,0,0,1),(217,1,0,0,1),(218,1,0,0,1),(219,1,0,0,1),(220,1,0,0,1),(221,1,0,0,1),(222,1,0,0,1),(223,1,0,0,1),(224,1,0,0,1),(225,1,0,0,1),(226,1,0,0,1),(227,1,0,0,1),(228,1,0,0,1),(229,1,0,0,1),(230,1,0,0,1),(231,1,0,0,1),(232,1,0,0,1),(233,1,0,0,1),(234,1,0,0,1),(235,1,0,0,1),(236,1,0,0,1),(237,1,0,0,1),(238,1,0,0,1),(239,1,0,0,1),(240,1,0,0,1),(241,1,0,0,1),(242,1,0,0,1),(243,1,0,0,1),(244,1,0,0,1),(245,1,0,0,1),(246,1,0,0,1),(247,1,0,0,1),(248,1,0,0,1),(249,1,0,0,1),(250,1,0,0,1),(251,1,0,0,1),(252,1,0,0,1),(253,1,0,0,1),(254,1,0,0,1),(255,1,0,0,1),(256,1,0,0,1),(257,1,0,0,1),(258,1,0,0,1),(259,1,0,0,1),(260,1,0,0,1),(261,1,0,0,1),(262,1,0,0,1),(263,1,0,0,1),(264,1,0,0,1),(265,1,0,0,1),(266,1,0,0,1),(267,1,0,0,1),(268,1,0,0,1),(269,1,0,0,1),(270,1,0,0,1),(271,1,0,0,1),(272,1,0,0,1),(273,1,0,0,1),(274,1,0,0,1),(275,1,0,0,1),(276,1,0,0,1),(277,1,0,0,1),(278,1,0,0,1),(279,1,0,0,1),(280,1,0,0,1),(281,1,0,0,1),(282,1,0,0,1),(283,1,0,0,1),(284,1,0,0,1),(285,1,0,0,1),(286,1,0,0,1),(287,1,0,0,1),(288,1,0,0,1),(289,1,0,0,1),(290,1,0,0,1),(291,1,0,0,1),(292,1,0,0,1),(293,1,0,0,1),(294,1,0,0,1),(295,1,0,0,1),(296,1,0,0,1),(297,1,0,0,1),(298,1,0,0,1),(299,1,0,0,1),(300,1,0,0,1),(301,1,0,0,1),(302,1,0,0,1),(303,1,0,0,1),(304,1,0,0,1),(305,1,0,0,1),(306,1,0,0,1),(307,1,0,0,1),(308,1,0,0,1),(309,1,0,0,1),(310,1,0,0,1),(311,1,0,0,1),(312,1,0,0,1),(313,1,0,0,1),(314,1,0,0,1),(315,1,0,0,1),(316,1,0,0,1),(317,1,0,0,1),(318,1,0,0,1),(319,1,0,0,1),(320,1,0,0,1),(321,1,0,0,1),(322,1,0,0,1),(323,1,0,0,1),(324,1,0,0,1),(325,1,0,0,1),(326,1,0,0,1),(327,1,0,0,1),(328,1,0,0,1),(329,1,0,0,1),(330,1,0,0,1),(331,1,0,0,1),(332,1,0,0,1),(333,1,0,0,1),(334,1,0,0,1),(335,1,0,0,1),(336,1,0,0,1),(337,1,0,0,1),(338,1,0,0,1),(339,1,0,0,1),(340,1,0,0,1),(341,1,0,0,1),(342,1,0,0,1),(343,1,0,0,1),(344,1,0,0,1),(345,1,0,0,1),(346,1,0,0,1),(347,1,0,0,1),(348,1,0,0,1),(349,1,0,0,1),(350,1,0,0,1),(351,1,0,0,1),(352,1,0,0,1),(353,1,0,0,1),(354,1,0,0,1),(355,1,0,0,1),(356,1,0,0,1),(357,1,0,0,1),(358,1,0,0,1),(359,1,0,0,1),(360,1,0,0,1),(361,1,0,0,1),(362,1,0,0,1),(363,1,0,0,1),(364,1,0,0,1),(365,1,0,0,1),(366,1,0,0,1),(367,1,0,0,1),(368,1,0,0,1),(369,1,0,0,1),(370,1,0,0,1),(371,1,0,0,1),(372,1,0,0,1),(373,1,0,0,1),(374,1,0,0,1),(375,1,0,0,1),(376,1,0,0,1),(377,1,0,0,1),(378,1,0,0,1),(379,1,0,0,1),(380,1,0,0,1),(381,1,0,0,1),(382,1,0,0,1),(383,1,0,0,1),(384,1,0,0,1),(385,1,0,0,1),(386,1,0,0,1),(387,1,0,0,1),(388,1,0,0,1),(389,1,0,0,1),(390,1,0,0,1),(391,1,0,0,1),(392,1,0,0,1),(393,1,0,0,1),(394,1,0,0,1),(395,1,0,0,1),(396,1,0,0,1),(397,1,0,0,1),(398,1,0,0,1),(399,1,0,0,1),(400,1,0,0,1),(401,1,0,0,1),(402,1,0,0,1),(403,1,0,0,1),(404,1,0,0,1),(405,1,0,0,1),(406,1,0,0,1),(407,1,0,0,1),(408,1,0,0,1),(409,1,0,0,1),(410,1,0,0,1),(411,1,0,0,1),(412,1,0,0,1),(413,1,0,0,1),(414,1,0,0,1),(415,1,0,0,1),(416,1,0,0,1),(417,1,0,0,1),(418,1,0,0,1),(419,1,0,0,1),(420,1,0,0,1),(421,1,0,0,1),(422,1,0,0,1),(423,1,0,0,1),(424,1,0,0,1),(425,1,0,0,1),(426,1,0,0,1),(427,1,0,0,1),(428,1,0,0,1),(429,1,0,0,1),(430,1,0,0,1),(431,1,0,0,1),(432,1,0,0,1),(433,1,0,0,1),(434,1,0,0,1),(435,1,0,0,1),(436,1,0,0,1),(437,1,0,0,1),(438,1,0,0,1),(439,1,0,0,1),(440,1,0,0,1),(441,1,0,0,1),(442,1,0,0,1),(443,1,0,0,1),(444,1,0,0,1),(445,1,0,0,1),(446,1,0,0,1),(447,1,0,0,1),(448,1,0,0,1),(449,1,0,0,1),(450,1,0,0,1),(451,1,0,0,1),(452,1,0,0,1),(453,1,0,0,1),(454,1,0,0,1),(455,1,0,0,1),(456,1,0,0,1),(457,1,0,0,1),(458,1,0,0,1),(459,1,0,0,1),(460,1,0,0,1),(461,1,0,0,1),(462,1,0,0,1),(463,1,0,0,1),(464,1,0,0,1),(465,1,0,0,1),(466,1,0,0,1),(467,1,0,0,1),(468,1,0,0,1),(469,1,0,0,1),(470,1,0,0,1),(471,1,0,0,1),(472,1,0,0,1),(473,1,0,0,1),(474,1,0,0,1),(475,1,0,0,1),(476,1,0,0,1),(477,1,0,0,1),(478,1,0,0,1),(479,1,0,0,1),(480,1,0,0,1),(481,1,0,0,1),(482,1,0,0,1),(483,1,0,0,1),(484,1,0,0,1),(485,1,0,0,1),(486,1,0,0,1),(487,1,0,0,1),(488,1,0,0,1),(489,1,0,0,1),(490,1,0,0,1),(491,1,0,0,1),(492,1,0,0,1),(493,1,0,0,1),(494,1,0,0,1),(495,1,0,0,1),(496,1,0,0,1),(497,1,0,0,1),(498,1,0,0,1),(499,1,0,0,1),(500,1,0,0,1),(501,1,0,0,1),(502,1,0,0,1),(503,1,0,0,1),(504,1,0,0,1),(505,1,0,0,1),(506,1,0,0,1),(507,1,0,0,1),(508,1,0,0,1),(509,1,0,0,1),(510,1,0,0,1),(511,1,0,0,1),(512,1,0,0,1),(513,1,0,0,1),(514,1,0,0,1),(515,1,0,0,1),(516,1,0,0,1),(517,1,0,0,1),(518,1,0,0,1),(519,1,0,0,1),(520,1,0,0,1),(521,1,0,0,1),(522,1,0,0,1),(523,1,0,0,1),(524,1,0,0,1),(525,1,0,0,1),(526,1,0,0,1),(527,1,0,0,1),(528,1,0,0,1),(529,1,0,0,1),(530,1,0,0,1),(531,1,0,0,1),(532,1,0,0,1),(533,1,0,0,1),(534,1,0,0,1),(535,1,0,0,1),(536,1,0,0,1),(537,1,0,0,1),(538,1,0,0,1),(539,1,0,0,1),(540,1,0,0,1),(541,1,0,0,1),(542,1,0,0,1),(543,1,0,0,1),(544,1,0,0,1),(545,1,0,0,1),(546,1,0,0,1),(547,1,0,0,1),(548,1,0,0,1),(549,1,0,0,1),(550,1,0,0,1),(551,1,0,0,1),(552,1,0,0,1),(553,1,0,0,1),(554,1,0,0,1),(555,1,0,0,1),(556,1,0,0,1),(557,1,0,0,1),(558,1,0,0,1),(559,1,0,0,1),(560,1,0,0,1),(561,1,0,0,1),(562,1,0,0,1),(563,1,0,0,1),(564,1,0,0,1),(565,1,0,0,1),(566,1,0,0,1),(567,1,0,0,1),(568,1,0,0,1),(569,1,0,0,1),(570,1,0,0,1),(571,1,0,0,1),(572,1,0,0,1),(573,1,0,0,1),(574,1,0,0,1),(575,1,0,0,1),(576,1,0,0,1),(577,1,0,0,1),(578,1,0,0,1),(579,1,0,0,1),(580,1,0,0,1),(581,1,0,0,1),(582,1,0,0,1),(583,1,0,0,1),(584,1,0,0,1),(585,1,0,0,1),(586,1,0,0,1),(587,1,0,0,1),(588,1,0,0,1),(589,1,0,0,1),(590,1,0,0,1),(591,1,0,0,1),(592,1,0,0,1),(593,1,0,0,1),(594,1,0,0,1),(595,1,0,0,1),(596,1,0,0,1),(597,1,0,0,1),(598,1,0,0,1),(599,1,0,0,1),(600,1,0,0,1),(601,1,0,0,1),(602,1,0,0,1),(603,1,0,0,1),(604,1,0,0,1),(605,1,0,0,1),(606,1,0,0,1),(607,1,0,0,1),(608,1,0,0,1),(609,1,0,0,1),(610,1,0,0,1),(611,1,0,0,1),(612,1,0,0,1),(613,1,0,0,1),(614,1,0,0,1),(615,1,0,0,1),(616,1,0,0,1),(617,1,0,0,1),(618,1,0,0,1),(619,1,0,0,1),(620,1,0,0,1),(621,1,0,0,1),(622,1,0,0,1),(623,1,0,0,1),(624,1,0,0,1),(625,1,0,0,1),(626,1,0,0,1),(627,1,0,0,1),(628,1,0,0,1),(629,1,0,0,1),(630,1,0,0,1),(631,1,0,0,1),(632,1,0,0,1),(633,1,0,0,1),(634,1,0,0,1),(635,1,0,0,1),(636,1,0,0,1),(637,1,0,0,1),(638,1,0,0,1),(639,1,0,0,1),(640,1,0,0,1),(641,1,0,0,1),(642,1,0,0,1),(643,1,0,0,1),(644,1,0,0,1),(645,1,0,0,1),(646,1,0,0,1),(647,1,0,0,1),(648,1,0,0,1),(649,1,0,0,1),(650,1,0,0,1),(651,1,0,0,1),(652,1,0,0,1),(653,1,0,0,1),(654,1,0,0,1),(655,1,0,0,1),(656,1,0,0,1),(657,1,0,0,1),(658,1,0,0,1),(659,1,0,0,1),(660,1,0,0,1),(661,1,0,0,1),(662,1,0,0,1),(663,1,0,0,1),(664,1,0,0,1),(665,1,0,0,1),(666,1,0,0,1),(667,1,0,0,1),(668,1,0,0,1),(669,1,0,0,1),(670,1,0,0,1),(671,1,0,0,1),(672,1,0,0,1),(673,1,0,0,1),(674,1,0,0,1),(675,1,0,0,1),(676,1,0,0,1),(677,1,0,0,1),(678,1,0,0,1),(679,1,0,0,1),(680,1,0,0,1),(681,1,0,0,1),(682,1,0,0,1),(683,1,0,0,1),(684,1,0,0,1),(685,1,0,0,1),(686,1,0,0,1),(687,1,0,0,1),(688,1,0,0,1),(689,1,0,0,1),(690,1,0,0,1),(691,1,0,0,1),(692,1,0,0,1),(693,1,0,0,1),(694,1,0,0,1),(695,1,0,0,1),(696,1,0,0,1),(697,1,0,0,1),(698,1,0,0,1),(699,1,0,0,1),(700,1,0,0,1),(701,1,0,0,1),(702,1,0,0,1),(703,1,0,0,1),(704,1,0,0,1),(705,1,0,0,1),(706,1,0,0,1),(707,1,0,0,1),(708,1,0,0,1),(709,1,0,0,1),(710,1,0,0,1),(711,1,0,0,1),(712,1,0,0,1),(713,1,0,0,1),(714,1,0,0,1),(715,1,0,0,1),(716,1,0,0,1),(717,1,0,0,1),(718,1,0,0,1),(719,1,0,0,1),(720,1,0,0,1),(721,1,0,0,1),(722,1,0,0,1),(723,1,0,0,1),(724,1,0,0,1),(725,1,0,0,1),(726,1,0,0,1),(727,1,0,0,1),(728,1,0,0,1),(729,1,0,0,1),(730,1,0,0,1),(731,1,0,0,1),(732,1,0,0,1),(733,1,0,0,1),(734,1,0,0,1),(735,1,0,0,1),(736,1,0,0,1),(737,1,0,0,1),(738,1,0,0,1),(739,1,0,0,1),(740,1,0,0,1),(741,1,0,0,1),(742,1,0,0,1),(743,1,0,0,1),(744,1,0,0,1),(745,1,0,0,1),(746,1,0,0,1),(747,1,0,0,1),(748,1,0,0,1),(749,1,0,0,1),(750,1,0,0,1),(751,1,0,0,1),(752,1,0,0,1),(753,1,0,0,1),(754,1,0,0,1),(755,1,0,0,1),(756,1,0,0,1),(757,1,0,0,1),(758,1,0,0,1),(759,1,0,0,1),(760,1,0,0,1),(761,1,0,0,1),(762,1,0,0,1),(763,1,0,0,1),(764,1,0,0,1),(765,1,0,0,1),(766,1,0,0,1),(767,1,0,0,1),(768,1,0,0,1),(769,1,0,0,1),(770,1,0,0,1),(771,1,0,0,1),(772,1,0,0,1),(773,1,0,0,1),(774,1,0,0,1),(775,1,0,0,1),(776,1,0,0,1),(777,1,0,0,1),(778,1,0,0,1),(779,1,0,0,1),(780,1,0,0,1),(781,1,0,0,1),(782,1,0,0,1),(783,1,0,0,1),(784,1,0,0,1),(785,1,0,0,1),(786,1,0,0,1),(787,1,0,0,1),(788,1,0,0,1),(789,1,0,0,1),(790,1,0,0,1),(791,1,0,0,1),(792,1,0,0,1),(793,1,0,0,1),(794,1,0,0,1),(795,1,0,0,1),(796,1,0,0,1),(797,1,0,0,1),(798,1,0,0,1),(799,1,0,0,1),(800,1,0,0,1),(801,1,0,0,1),(802,1,0,0,1),(803,1,0,0,1),(804,1,0,0,1),(805,1,0,0,1),(806,1,0,0,1),(807,1,0,0,1),(808,1,0,0,1),(809,1,0,0,1),(810,1,0,0,1),(811,1,0,0,1),(812,1,0,0,1),(813,1,0,0,1),(814,1,0,0,1),(815,1,0,0,1),(816,1,0,0,1),(817,1,0,0,1),(818,1,0,0,1),(819,1,0,0,1),(820,1,0,0,1),(821,1,0,0,1),(822,1,0,0,1),(823,1,0,0,1),(824,1,0,0,1),(825,1,0,0,1),(826,1,0,0,1),(827,1,0,0,1),(828,1,0,0,1),(829,1,0,0,1),(830,1,0,0,1),(831,1,0,0,1),(832,1,0,0,1),(833,1,0,0,1),(834,1,0,0,1),(835,1,0,0,1),(836,1,0,0,1),(837,1,0,0,1),(838,1,0,0,1),(839,1,0,0,1),(840,1,0,0,1),(841,1,0,0,1),(842,1,0,0,1),(843,1,0,0,1),(844,1,0,0,1),(845,1,0,0,1),(846,1,0,0,1),(847,1,0,0,1),(848,1,0,0,1),(849,1,0,0,1),(850,1,0,0,1),(851,1,0,0,1),(852,1,0,0,1),(853,1,0,0,1),(854,1,0,0,1),(855,1,0,0,1),(856,1,0,0,1),(857,1,0,0,1),(858,1,0,0,1),(859,1,0,0,1),(860,1,0,0,1),(861,1,0,0,1),(862,1,0,0,1),(863,1,0,0,1),(864,1,0,0,1),(865,1,0,0,1),(866,1,0,0,1),(867,1,0,0,1),(868,1,0,0,1),(869,1,0,0,1),(870,1,0,0,1),(871,1,0,0,1),(872,1,0,0,1),(873,1,0,0,1),(874,1,0,0,1),(875,1,0,0,1),(876,1,0,0,1),(877,1,0,0,1),(878,1,0,0,1),(879,1,0,0,1),(880,1,0,0,1),(881,1,0,0,1),(882,1,0,0,1),(883,1,0,0,1),(884,1,0,0,1),(885,1,0,0,1),(886,1,0,0,1),(887,1,0,0,1),(888,1,0,0,1),(889,1,0,0,1),(890,1,0,0,1),(891,1,0,0,1),(892,1,0,0,1),(893,1,0,0,1),(894,1,0,0,1),(895,1,0,0,1),(896,1,0,0,1),(897,1,0,0,1),(898,1,0,0,1),(899,1,0,0,1),(900,1,0,0,1),(901,1,0,0,1),(902,1,0,0,1),(903,1,0,0,1),(904,1,0,0,1),(905,1,0,0,1),(906,1,0,0,1),(907,1,0,0,1),(908,1,0,0,1),(909,1,0,0,1),(910,1,0,0,1),(911,1,0,0,1),(912,1,0,0,1),(913,1,0,0,1),(914,1,0,0,1),(915,1,0,0,1),(916,1,0,0,1),(917,1,0,0,1),(918,1,0,0,1),(919,1,0,0,1),(920,1,0,0,1),(921,1,0,0,1),(922,1,0,0,1),(923,1,0,0,1),(924,1,0,0,1),(925,1,0,0,1),(926,1,0,0,1),(927,1,0,0,1),(928,1,0,0,1),(929,1,0,0,1),(930,1,0,0,1),(931,1,0,0,1),(932,1,0,0,1),(933,1,0,0,1),(934,1,0,0,1),(935,1,0,0,1),(936,1,0,0,1),(937,1,0,0,1),(938,1,0,0,1),(939,1,0,0,1),(940,1,0,0,1),(941,1,0,0,1),(942,1,0,0,1),(943,1,0,0,1),(944,1,0,0,1),(945,1,0,0,1),(946,1,0,0,1),(947,1,0,0,1),(948,1,0,0,1),(949,1,0,0,1),(950,1,0,0,1),(951,1,0,0,1),(952,1,0,0,1),(953,1,0,0,1),(954,1,0,0,1),(955,1,0,0,1),(956,1,0,0,1),(957,1,0,0,1),(958,1,0,0,1),(959,1,0,0,1),(960,1,0,0,1),(961,1,0,0,1),(962,1,0,0,1),(963,1,0,0,1),(964,1,0,0,1),(965,1,0,0,1),(966,1,0,0,1),(967,1,0,0,1),(968,1,0,0,1),(969,1,0,0,1),(970,1,0,0,1),(971,1,0,0,1),(972,1,0,0,1),(973,1,0,0,1),(974,1,0,0,1),(975,1,0,0,1),(976,1,0,0,1),(977,1,0,0,1),(978,1,0,0,1),(979,1,0,0,1),(980,1,0,0,1),(981,1,0,0,1),(982,1,0,0,1),(983,1,0,0,1),(984,1,0,0,1),(985,1,0,0,1),(986,1,0,0,1),(987,1,0,0,1),(988,1,0,0,1),(989,1,0,0,1),(990,1,0,0,1),(991,1,0,0,1),(992,1,0,0,1),(993,1,0,0,1),(994,1,0,0,1),(995,1,0,0,1),(996,1,0,0,1),(997,1,0,0,1),(998,1,0,0,1),(999,1,0,0,1),(1000,1,0,0,1),(1001,1,0,0,1),(1002,1,0,0,1),(1003,1,0,0,1),(1004,1,0,0,1),(1005,1,0,0,1),(1006,1,0,0,1),(1007,1,0,0,1),(1008,1,0,0,1),(1009,1,0,0,1),(1010,1,0,0,1),(1011,1,0,0,1),(1012,1,0,0,1),(1013,1,0,0,1),(1014,1,0,0,1),(1015,1,0,0,1),(1016,1,0,0,1),(1017,1,0,0,1),(1018,1,0,0,1),(1019,1,0,0,1),(1020,1,0,0,1),(1021,1,0,0,1),(1022,1,0,0,1),(1023,1,0,0,1),(1024,1,0,0,1),(1025,1,0,0,1),(1026,1,0,0,1),(1027,1,0,0,1),(1028,1,0,0,1),(1029,1,0,0,1),(1030,1,0,0,1),(1031,1,0,0,1),(1032,1,0,0,1),(1033,1,0,0,1),(1034,1,0,0,1),(1035,1,0,0,1),(1036,1,0,0,1),(1037,1,0,0,1),(1038,1,0,0,1),(1039,1,0,0,1),(1040,1,0,0,1),(1041,1,0,0,1),(1042,1,0,0,1),(1043,1,0,0,1),(1044,1,0,0,1),(1045,1,0,0,1),(1046,1,0,0,1),(1047,1,0,0,1),(1048,1,0,0,1),(1049,1,0,0,1),(1050,1,0,0,1),(1051,1,0,0,1),(1052,1,0,0,1),(1053,1,0,0,1),(1054,1,0,0,1),(1055,1,0,0,1),(1056,1,0,0,1),(1057,1,0,0,1),(1058,1,0,0,1),(1059,1,0,0,1),(1060,1,0,0,1),(1061,1,0,0,1),(1062,1,0,0,1),(1063,1,0,0,1),(1064,1,0,0,1),(1065,1,0,0,1),(1066,1,0,0,1),(1067,1,0,0,1),(1068,1,0,0,1),(1069,1,0,0,1),(1070,1,0,0,1),(1071,1,0,0,1),(1072,1,0,0,1),(1073,1,0,0,1),(1074,1,0,0,1),(1075,1,0,0,1),(1076,1,0,0,1),(1077,1,0,0,1),(1078,1,0,0,1),(1079,1,0,0,1),(1080,1,0,0,1),(1081,1,0,0,1),(1082,1,0,0,1),(1083,1,0,0,1),(1084,1,0,0,1),(1085,1,0,0,1),(1086,1,0,0,1),(1087,1,0,0,1),(1088,1,0,0,1),(1089,1,0,0,1),(1090,1,0,0,1),(1091,1,0,0,1),(1092,1,0,0,1),(1093,1,0,0,1),(1094,1,0,0,1),(1095,1,0,0,1),(1096,1,0,0,1),(1097,1,0,0,1),(1098,1,0,0,1),(1099,1,0,0,1),(1100,1,0,0,1),(1101,1,0,0,1),(1102,1,0,0,1),(1103,1,0,0,1),(1104,1,0,0,1),(1105,1,0,0,1),(1106,1,0,0,1),(1107,1,0,0,1),(1108,1,0,0,1),(1109,1,0,0,1),(1110,1,0,0,1),(1111,1,0,0,1),(1112,1,0,0,1),(1113,1,0,0,1),(1114,1,0,0,1),(1115,1,0,0,1),(1116,1,0,0,1),(1117,1,0,0,1),(1118,1,0,0,1),(1119,1,0,0,1),(1120,1,0,0,1),(1121,1,0,0,1),(1122,1,0,0,1),(1123,1,0,0,1),(1124,1,0,0,1),(1125,1,0,0,1),(1126,1,0,0,1),(1127,1,0,0,1),(1128,1,0,0,1),(1129,1,0,0,1),(1130,1,0,0,1),(1131,1,0,0,1),(1132,1,0,0,1),(1133,1,0,0,1),(1134,1,0,0,1),(1135,1,0,0,1),(1136,1,0,0,1),(1137,1,0,0,1),(1138,1,0,0,1),(1139,1,0,0,1),(1140,1,0,0,1),(1141,1,0,0,1),(1142,1,0,0,1),(1143,1,0,0,1),(1144,1,0,0,1),(1145,1,0,0,1),(1146,1,0,0,1),(1147,1,0,0,1),(1148,1,0,0,1),(1149,1,0,0,1),(1150,1,0,0,1),(1151,1,0,0,1),(1152,1,0,0,1),(1153,1,0,0,1),(1154,1,0,0,1),(1155,1,0,0,1),(1156,1,0,0,1),(1157,1,0,0,1),(1158,1,0,0,1),(1159,1,0,0,1),(1160,1,0,0,1),(1161,1,0,0,1),(1162,1,0,0,1),(1163,1,0,0,1),(1164,1,0,0,1),(1165,1,0,0,1),(1166,1,0,0,1),(1167,1,0,0,1),(1168,1,0,0,1),(1169,1,0,0,1),(1170,1,0,0,1),(1171,1,0,0,1),(1172,1,0,0,1),(1173,1,0,0,1),(1174,1,0,0,1),(1175,1,0,0,1),(1176,1,0,0,1),(1177,1,0,0,1),(1178,1,0,0,1),(1179,1,0,0,1),(1180,1,0,0,1),(1181,1,0,0,1),(1182,1,0,0,1),(1183,1,0,0,1),(1184,1,0,0,1),(1185,1,0,0,1),(1186,1,0,0,1),(1187,1,0,0,1),(1188,1,0,0,1),(1189,1,0,0,1),(1190,1,0,0,1),(1191,1,0,0,1),(1192,1,0,0,1),(1193,1,0,0,1),(1194,1,0,0,1),(1195,1,0,0,1),(1196,1,0,0,1),(1197,1,0,0,1),(1198,1,0,0,1),(1199,1,0,0,1),(1200,1,0,0,1),(1201,1,0,0,1),(1202,1,0,0,1),(1203,1,0,0,1),(1204,1,0,0,1),(1205,1,0,0,1),(1206,1,0,0,1),(1207,1,0,0,1),(1208,1,0,0,1),(1209,1,0,0,1),(1210,1,0,0,1),(1211,1,0,0,1),(1212,1,0,0,1),(1213,1,0,0,1),(1214,1,0,0,1),(1215,1,0,0,1),(1216,1,0,0,1),(1217,1,0,0,1),(1218,1,0,0,1),(1219,1,0,0,1),(1220,1,0,0,1),(1221,1,0,0,1),(1222,1,0,0,1),(1223,1,0,0,1),(1224,1,0,0,1),(1225,1,0,0,1),(1226,1,0,0,1),(1227,1,0,0,1),(1228,1,0,0,1),(1229,1,0,0,1),(1230,1,0,0,1),(1231,1,0,0,1),(1232,1,0,0,1),(1233,1,0,0,1),(1234,1,0,0,1),(1235,1,0,0,1),(1236,1,0,0,1),(1237,1,0,0,1),(1238,1,0,0,1),(1239,1,0,0,1),(1240,1,0,0,1),(1241,1,0,0,1),(1242,1,0,0,1),(1243,1,0,0,1),(1244,1,0,0,1),(1245,1,0,0,1),(1246,1,0,0,1),(1247,1,0,0,1),(1248,1,0,0,1),(1249,1,0,0,1),(1250,1,0,0,1),(1251,1,0,0,1),(1252,1,0,0,1),(1253,1,0,0,1),(1254,1,0,0,1),(1255,1,0,0,1),(1256,1,0,0,1),(1257,1,0,0,1),(1258,1,0,0,1),(1259,1,0,0,1),(1260,1,0,0,1),(1261,1,0,0,1),(1262,1,0,0,1),(1263,1,0,0,1),(1264,1,0,0,1),(1265,1,0,0,1),(1266,1,0,0,1),(1267,1,0,0,1),(1268,1,0,0,1),(1269,1,0,0,1),(1270,1,0,0,1),(1271,1,0,0,1),(1272,1,0,0,1),(1273,1,0,0,1),(1274,1,0,0,1),(1275,1,0,0,1),(1276,1,0,0,1),(1277,1,0,0,1),(1278,1,0,0,1),(1279,1,0,0,1),(1280,1,0,0,1),(1281,1,0,0,1),(1282,1,0,0,1),(1283,1,0,0,1),(1284,1,0,0,1),(1285,1,0,0,1),(1286,1,0,0,1),(1287,1,0,0,1),(1288,1,0,0,1),(1289,1,0,0,1),(1290,1,0,0,1),(1291,1,0,0,1),(1292,1,0,0,1),(1293,1,0,0,1),(1294,1,0,0,1),(1295,1,0,0,1),(1296,1,0,0,1),(1297,1,0,0,1),(1298,1,0,0,1),(1299,1,0,0,1),(1300,1,0,0,1),(1301,1,0,0,1),(1302,1,0,0,1),(1303,1,0,0,1),(1304,1,0,0,1),(1305,1,0,0,1),(1306,1,0,0,1),(1307,1,0,0,1),(1308,1,0,0,1),(1309,1,0,0,1),(1310,1,0,0,1),(1311,1,0,0,1),(1312,1,0,0,1),(1313,1,0,0,1),(1314,1,0,0,1),(1315,1,0,0,1),(1316,1,0,0,1),(1317,1,0,0,1),(1318,1,0,0,1),(1319,1,0,0,1),(1320,1,0,0,1),(1321,1,0,0,1),(1322,1,0,0,1),(1323,1,0,0,1),(1324,1,0,0,1),(1325,1,0,0,1),(1326,1,0,0,1),(1327,1,0,0,1),(1328,1,0,0,1),(1329,1,0,0,1),(1330,1,0,0,1),(1331,1,0,0,1),(1332,1,0,0,1),(1333,1,0,0,1),(1334,1,0,0,1),(1335,1,0,0,1),(1336,1,0,0,1),(1337,1,0,0,1),(1338,1,0,0,1),(1339,1,0,0,1),(1340,1,0,0,1),(1341,1,0,0,1),(1342,1,0,0,1),(1343,1,0,0,1),(1344,1,0,0,1),(1345,1,0,0,1),(1346,1,0,0,1),(1347,1,0,0,1),(1348,1,0,0,1),(1349,1,0,0,1),(1350,1,0,0,1),(1351,1,0,0,1),(1352,1,0,0,1),(1353,1,0,0,1),(1354,1,0,0,1),(1355,1,0,0,1),(1356,1,0,0,1),(1357,1,0,0,1),(1358,1,0,0,1),(1359,1,0,0,1),(1360,1,0,0,1),(1361,1,0,0,1),(1362,1,0,0,1),(1363,1,0,0,1),(1364,1,0,0,1),(1365,1,0,0,1),(1366,1,0,0,1),(1367,1,0,0,1),(1368,1,0,0,1),(1369,1,0,0,1),(1370,1,0,0,1),(1371,1,0,0,1),(1372,1,0,0,1),(1373,1,0,0,1),(1374,1,0,0,1),(1375,1,0,0,1),(1376,1,0,0,1),(1377,1,0,0,1),(1378,1,0,0,1),(1379,1,0,0,1),(1380,1,0,0,1),(1381,1,0,0,1),(1382,1,0,0,1),(1383,1,0,0,1),(1384,1,0,0,1),(1385,1,0,0,1),(1386,1,0,0,1),(1387,1,0,0,1),(1388,1,0,0,1),(1389,1,0,0,1),(1390,1,0,0,1),(1391,1,0,0,1),(1392,1,0,0,1),(1393,1,0,0,1); /*!40000 ALTER TABLE `temauziv` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `uziv` -- DROP TABLE IF EXISTS `uziv`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `uziv` ( `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, `uname` varchar(32) NOT NULL DEFAULT '', `heslo` varchar(32) NOT NULL DEFAULT '', `datlog` datetime DEFAULT NULL, `vychozi_predstih` int(11) DEFAULT '14', `vytvareni` tinyint(1) DEFAULT '0', `mazaniuprava` tinyint(1) DEFAULT '0', `sprava_uziv` tinyint(1) DEFAULT '0', `sprava_temat` tinyint(1) DEFAULT '0', `forum` tinyint(1) DEFAULT '0', `role` varchar(32) NOT NULL DEFAULT '', `predstih_varovani` int(10) DEFAULT '10', `uzavrene_terminy` tinyint(1) DEFAULT '1', `zvyraznit_seznam` tinyint(1) DEFAULT '1', `zvyraznit_osobni` tinyint(1) DEFAULT '1', `unikatni_otisk` varchar(32) CHARACTER SET utf32 DEFAULT NULL, PRIMARY KEY (`uid`), UNIQUE KEY `uname` (`uname`) ) ENGINE=InnoDB AUTO_INCREMENT=145 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `uziv` -- LOCK TABLES `uziv` WRITE; /*!40000 ALTER TABLE `uziv` DISABLE KEYS */; INSERT INTO `uziv` VALUES (1,'rimalja1','d54bc6b641c1cee9d09e5827a1d6d5ed','2012-11-19 11:41:16',14,1,1,1,1,1,'Administrátor',10,1,1,1,NULL),(2,'xsimecek','d145f930d2311bb20a3814b8285cfd8c','2013-04-21 20:28:51',14,1,1,1,1,1,'Administrátor',10,1,1,1,'fb4123c32a3bda3073fe67184a7ca2ac'),(3,'fiserp','cc7cea900a1ac06fcecfa877845a3929','2014-10-07 12:00:52',14,1,1,1,1,1,'Administrátor',14,1,1,1,'42527db1adc23436de1448854415a501'),(4,'tvrdik','af79951d24dc417d8a8add01e2f40973',NULL,14,1,0,0,1,1,'Správce kategorie',10,1,1,1,NULL),(5,'lorencz','079eb24562e9e4421eb669f63d9c6332',NULL,14,1,0,0,1,1,'Správce kategorie',10,1,1,1,NULL),(6,'brabect1','46a7cdc5684f5b39432e139cdd40f27a',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(7,'vondrl1','e3d52949a19cf3074583127b098c9330',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(8,'janecek','c5aa38e5aa532905e0ae8bfcfc7c7e55',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(9,'bily','810110d9ce23758522134e0e7fe191bf',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(10,'dousa','a9224453bdcafa160d40560c3f0a3eeb',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(11,'kubr','44f8f3fa3950f32a06c55efa93619b02',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(12,'skrbek','369d027e9f9864707429c511af01c0b9',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(13,'xsmitka','4839a3f6fd7cf97fd5c9729e4099d5aa',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(14,'macejp1','36ffd455829c7376e9be99c336b600e1',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(15,'medvem1','ca9da409bed33ab01f408b8202b60dde',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(16,'moucha1','e94afc9227a90b1b34fd07deb96d8ec9',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(17,'mwansl1','c3122cb3c82bd96b4b77d2dbd23715e3',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(18,'snorek','384cd92caddd8ed832972b19428be1a5',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(19,'cepekm1','221ed41440276c8f5666bfc14e747262',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(20,'drchaj1','05011220d249b7ec7f228d0d731d456f',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(21,'kordikp','bbb849a4b7070b6038a7f2e4661f9837',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(22,'koutnij','066e051a2ca75af848c559aca7cff661',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(23,'bukz1','ecc48614120a0e309bdbed1186f5af54',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(24,'marekr2','8b3bbba1955f9f531bcf3b4a8c0baf87',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(25,'xkacer','b6ade3243eea58568a60b62452b75496',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(26,'kesslr','9ba0d4071626d83388937f3e510a6f30',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(28,'soch','1456775f182b2553b2732e422ff5058f',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(29,'trdlicka','0ae394ab96e26a76b8e74b51a061a64a',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(30,'zara','b35f8922ff1d54a5aff55a1d4107e245',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(31,'berka','52ad5121cefb84ca1a1f97e0889aa245',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(32,'bilekp3','f720bf782982a80a122c931e196dbecc',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(33,'bittner','7d8ef292d70641777073db68bd2546d5',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(34,'cadikm','784fe3683f6be6ab4807401a24f3dbf6',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(35,'felkel','12cfd5efd58a0fd1814f432435dae2a4',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(36,'havranv','7f2ae9c4b9e11aabff5c221891e288fe',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(37,'jamrio1','34d3965f8449e1cf0361b5216391480e',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(38,'xklima','ab9187d5fc00de86420f4874d4f14813',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(39,'xkrivanj','21393fff499d3a19d7eea28efe4ca772',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(40,'xmikovec','b50c4b638e1ac607eda540ea1369e7f3',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(41,'mrazkova','8c618bfd2024c27409e47f8c2ddd5fc7',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(42,'ondrej1','3d40828d1649ab8b8c58b609b9c54c16',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(43,'slavik','f3f1f69b525751a5fdf8e654e56017c5',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(44,'sloup','a87408fdff3c5a2455aae3e27d9c2251',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(45,'sporkaa','e906f678449dec2ff33d36a6af2a4795',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(46,'sykorad','06fde0f6bf44997f3a075ea7d57a6b9a',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(47,'ambrozd','c620fe0f6104fa03996c63a2828b6d87',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(48,'cmolikl','b9b19af7325ab4766f364ed42c34ada9',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(49,'gassev1','3284f7885160f673d5a19d9564a34ce1',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(50,'kuncl1','ef2580cf53aa51def6d4ad00571c9fb6',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(51,'malyi1','8e8d6078a5a40310196c265668519cde',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(52,'sedlad1','ab4012bc66578977b880321514eec0f1',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(53,'stavao1','7bbc5c3e6b7645b7feb4d7d491777e00',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(54,'melichar','53de76cf3abf268409bbad3629629823',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(55,'balikm','c4045db5fe6326e48cfa799299b902f6',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(56,'bloch','a7f006b8dd7ee16664b0148292ca7df8',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(57,'holub','df1fd661f96be92b56d510166917fc07',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(58,'janousej','ea81c2d0a5dda867eb6bcfc290c27bdf',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(59,'kolar','e0d1682dfb8dea39dcd8c361558f7b64',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(60,'simanek','8a806f580af1dcc5c678db29f9f24a2f',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(61,'tronicek','1cba759403da736b8e78fd627c207ccc',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(62,'xvagner','dd54d7d8602ef557db8982bf1d0917d5',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(63,'voracem','2cbb64cde789e0c09793c2ab236cae99',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(64,'zdarekj','f6b79e2569bb2c580689d830d11adbe8',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(65,'gutho1','98c6370ce86522fe4e855f9a2338ee5a',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(66,'hanusm2','5f4c45ddd165f52526f6d3f5f063e731',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(67,'luskt1','d16580945e2e861eccb583ccd4faa17f',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(68,'paulim1','cd23895e16f0d0b698df134226d92cd3',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(69,'vaclal1','db2b78aee758a3b6d215ba9854153c9f',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(70,'richta','fd54be4a89bd8e4aa68c1db2f396888f',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(71,'halaska','23ad5f6bbe0c881e95528bb8c38b7314',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(72,'komarem','b000acc175f2e9340f1511872a1c6a23',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(73,'merunka','465dffaf069ad62d48022d77e1d0c704',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(74,'muller','e6aefa73930ec292fec0ee72c5489047',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(75,'nesvera','56a89133a8769908770ae9b3ed32060f',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(76,'pisem1','b65e52260ff594d1830064d388cf242e',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(77,'pokornyj','281d881846503197a8f26717f72cd1a3',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(78,'richtt1','b507915f4f5fd57bb68f5070b7538652',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(79,'semrad','75bf4db146c7b5c62f0ea3125f6edaf1',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(80,'jankul','adade24c59e69e6d803fe7468a659c39',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(81,'tothd1','3a413a4214aa24586df9500bc59661d9',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(82,'valenta','e039430c352b7b6fccdd26109c6ebf1c',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(83,'vranyj1','d6b96dca94f8aecb1f773832563e720a',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(84,'alik1','bdaa1d6d981f76f6fb1447821c0497a8',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(85,'kubelkj','065c8025aa8914bf68b422cd811c31ec',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(86,'mlejnj1','3083052416e5466e5e2ae990e0e93b52',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(87,'smirso1','0dc04aa63515e673a41e81cbe949d038',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(88,'berezovs','1000fed576a0c8f7a264378d190059ae',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(89,'kacer','b44a646d6ef9bbdb9889e27fb8a5efb9',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(91,'puchta','a3e2296e87a941fc578d5181f1879e55',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(92,'skvorj','20a6078601d6f7fa9c9483af06574ce1',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(93,'vanda','31f9ff8fa2e532d71592bf6ef26606fb',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(94,'vratil','57015456f723d25ce0c3a4c98c4e3201',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(95,'kubatova','3819aaefb433479b07c141b0052e279f',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(96,'becvarm','56d297a03bfe678ea940198aa4f49d71',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(97,'danecek','2933a7a92e330d486977fd9dd7ec3d46',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(98,'dobiasr','96e267965688dca42fe5d1cacc125c2b',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(100,'xkubalik','5eb2e060cafcfeef954921c1741c132e',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(101,'muzikar','910cf23616f7a273f0296214af2e6e44',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(102,'novako3','26cc2279663b7d6f568d9d34b55251af',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(103,'novotnym','5fb78a0ed3b5578fc8d831ec84139b62','2013-02-04 10:55:42',14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,'0083897229ff155a8ad0de0eca8c8b54'),(104,'pluhacek','b3453bc5159efccf9d9c6485e5b3f421',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(105,'schmidt','1ae6a00fff3841c001b70679ffe6c58c',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(106,'halakj1','fa987c9bc3cf367b2c33d7ab20172601',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(107,'kafkal1','eddc7e1b062f9f6964c631288a93a9cd',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(108,'kvasnj1','9c355cfe2416e3e6f98adbead434d5b4',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(109,'stavam2','645b9af591a59601edc55743c4984e59',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(110,'stavam1','0ee1e31dda4e1b0ed630f478d908ea4e',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(111,'zejdlp1','8612594062254c42c8290c59b4cb87da',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(112,'jelinek','0e2e1c6bb6c80bc8926669947c767bd9',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(113,'barinkl','8ad14d2f5382baa0a33a5b51d37e963a','2013-02-04 10:55:31',14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,'e71aa96f20865665d3150439c04ea611'),(114,'svihlm1','a5464e6ab23b0893772c2ce013c8c937',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(115,'balikm1','84ecbe2feb7e0cc2e492bc156b9b8809',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(116,'hapall1','aaf787f6949585d9a82cdfb67652c392',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(117,'havryt1','8f814cec565c8cf73e4f50c8d123b400',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(118,'junr1','fe2e606c83a701f850e4e239c8172000',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(119,'mannova','3a83d7025a4146a6bb6fe6b00f3ad31d',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(120,'bucekj','3508abb1b863651a27966f33dc9fcce3',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(121,'zahradt','9690dcb77c181fbb00af5b143912f301',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(122,'kohlimar','5645529aba044a185e401275d6110e3f','2012-03-29 18:07:42',14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(123,'zdrubvit','9f416706ee72789f16db0c5b5a5c76fb','2013-11-28 00:33:25',14,1,1,1,1,1,'Administrátor',60,1,1,1,'812f71e441ef99c673bfd5ee57350cfe'),(124,'kadleto2','1309b4fd5d329056f83b5bb5b71c24f2',NULL,14,1,1,1,1,1,'Administrátor',10,1,1,1,NULL),(125,'hyniova','5645529aba044a185e401275d6110e3f',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(126,'ratscste','5645529aba044a185e401275d6110e3f',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(127,'slechja4','5645529aba044a185e401275d6110e3f',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(128,'balacjan','5645529aba044a185e401275d6110e3f',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(129,'balcaji2','5645529aba044a185e401275d6110e3f',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(130,'benacpav','5645529aba044a185e401275d6110e3f',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(131,'borecjar','5645529aba044a185e401275d6110e3f',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(132,'chlouma2','5645529aba044a185e401275d6110e3f',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(133,'cejkato2','5645529aba044a185e401275d6110e3f',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(134,'danhema1','5645529aba044a185e401275d6110e3f',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(135,'kloubjan','5645529aba044a185e401275d6110e3f',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(136,'kohoutl','5645529aba044a185e401275d6110e3f',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(137,'krajlmil','5645529aba044a185e401275d6110e3f',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(138,'kvasnjir','5645529aba044a185e401275d6110e3f',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(139,'pospij17','5645529aba044a185e401275d6110e3f',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(140,'tomandav','5645529aba044a185e401275d6110e3f',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(141,'vanattom','5645529aba044a185e401275d6110e3f',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(142,'vitpave1','5645529aba044a185e401275d6110e3f',NULL,14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,NULL),(143,'langrd','aa47f8215c6f30a0dcdb2a36a9f4168e','2013-04-09 11:46:05',14,1,0,0,0,1,'Běžný uživatel',10,1,1,1,'c67d0292a571b8a54b40875c3445119c'),(144,'svobop31','35ca2db62666c4b31f70cd654ea751d3',NULL,14,1,1,1,1,1,'Administrátor',10,1,1,1,NULL); /*!40000 ALTER TABLE `uziv` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2014-10-07 13:37:31