swad-core/sql/departments.sql

56 lines
14 KiB
MySQL
Raw Permalink Normal View History

2019-12-18 21:15:35 +01:00
-- MySQL dump 10.13 Distrib 5.1.73, for redhat-linux-gnu (x86_64)
2014-12-01 23:55:08 +01:00
--
-- Host: localhost Database: swad
-- ------------------------------------------------------
2019-12-18 21:15:35 +01:00
-- Server version 5.1.73-log
2014-12-01 23:55:08 +01:00
/*!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 `departments`
--
DROP TABLE IF EXISTS `departments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `departments` (
2019-12-18 21:15:35 +01:00
`DptCod` int(11) NOT NULL AUTO_INCREMENT,
2014-12-01 23:55:08 +01:00
`InsCod` int(11) NOT NULL,
2019-12-18 21:15:35 +01:00
`ShortName` varchar(511) NOT NULL,
`FullName` varchar(2047) NOT NULL,
2014-12-01 23:55:08 +01:00
`WWW` varchar(255) NOT NULL,
UNIQUE KEY `DptCod` (`DptCod`),
KEY `InsCod` (`InsCod`)
2019-12-18 21:15:35 +01:00
) ENGINE=MyISAM AUTO_INCREMENT=131 DEFAULT CHARSET=latin1;
2014-12-01 23:55:08 +01:00
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `departments`
--
LOCK TABLES `departments` WRITE;
/*!40000 ALTER TABLE `departments` DISABLE KEYS */;
2019-12-18 21:15:35 +01:00
INSERT INTO `departments` VALUES (1,1,'Álgebra','Álgebra','http://www.ugr.es/~algebra/'),(2,1,'Análisis Geográ...','Análisis Geográfico Regional y Geografía Física','http://www.ugr.es/~geofireg/'),(3,1,'Análisis Mat.','Análisis Matemático','http://www.ugr.es/~dpto_am/'),(4,1,'Anat. Patológica...','Anatomía Patológica e Historia de la Ciencia','http://www.ugr.es/~hciencia/'),(5,1,'Anat. y Embr...','Anatomía y Embriología Humana','http://www.ugr.es/~anatomiaeh/'),(6,1,'Antr. Social','Antropología Social','http://www.ugr.es/~antrosoc/'),(7,1,'Arq. Tec. Comp.','Arquitectura y Tecnología de Computadores','http://atc.ugr.es/'),(8,1,'Bibliot. y Docum.','Biblioteconomía y Documentación','http://www.ugr.es/~dbibliot/'),(9,1,'Zoología','Zoología','http://www.ugr.es/~zoologia/'),(10,1,'Biología Celular','Biología Celular','http://www.ugr.es/~celular/'),(11,1,'Bioquímica I...','Bioquímica y Biología Molecular I (Fac. Ciencias)','http://www.ugr.es/~bbm1/'),(12,1,'Bioquímica II...','Bioquímica y Biología Molecular II (Fac. Farmacia)','http://farmacia.ugr.es/BBM2/'),(13,1,'Bioquímica III...','Bioquímica y Biología Molecular III e Inmunología (Fac. Medicina)','http://www.ugr.es/~gebqmed/'),(14,1,'Botánica','Botánica','http://www.ugr.es/~botanica/'),(15,1,'Ciencia Política...','Ciencia Política y de la Administración','http://www.ugr.es/~webptca/'),(16,1,'C. Comput. e I. A.','Ciencias de la Computación e Inteligencia Artificial','http://decsai.ugr.es/'),(17,1,'Cirugía....','Cirugía y sus especialidades','http://www.ugr.es/~cirugia/index.htm'),(18,1,'Comerc. e Inv...','Comercialización e Investigación de Mercados','http://www.ugr.es/~fccee/doc/Departamentos/depComercializacion.htm'),(19,1,'Constr. Arquitect.','Construcciones Arquitectónicas','http://dca.ugr.es/'),(20,1,'Dcho. Administr.','Derecho Administrativo','http://www.ugr.es/~dereadmi/'),(21,1,'Dcho. Civil','Derecho Civil','http://www.ugr.es/~dpto_dc/'),(22,1,'Dcho. Constituc.','Derecho Constitucional','http://www.ugr.es/~pwdconst/'),(23,1,'Dcho. Trabajo...','Derecho del Trabajo y de la Seguridad Social','http://www.derechodeltrabajo-ugr.es/'),(24,1,'Dcho. Financ...','Derecho Financiero y Tributario','http://www.ugr.es/ugr/index.php?page=departamentos_institutos/departamentos/fichas/derecho_financiero_tributario'),(25,1,'Dcho. I. Privado...','Derecho Internacional Privado e Historia del Derecho','http://www.ugr.es/~dintpriv/'),(26,1,'Dcho. I. Público...','Derecho Internacional Público y Relaciones Internacionales','http://www.dipri.org/'),(27,1,'Dcho. Mercantil...','Derecho Mercantil y Derecho Romano','http://www.ugr.es/~dmeroma/'),(28,1,'Dcho. Penal','Derecho Penal','http://www.ugr.es/~deppenal/'),(29,1,'Dcho. Procesal...','Derecho Procesal y Eclesiástico','http://www.ugr.es/~derechop/'),(30,1,'Dibujo','Dibujo','http://www.ugr.es/~ddibujo/'),(31,1,'Did. Expresión...','Didáctica de la Expresión Musical, Plástica y Corporal','http://www.ugr.es/~demuplac/'),(32,1,'Did. Lengua Liter.','Didáctica de la Lengua y la Literatura','http://www.ugr.es/~didlen/'),(33,1,'Did. Matemática','Didáctica de la Matemática','http://www.ugr.es/~dpto_did/'),(34,1,'Did. Ciencias Exp.','Didáctica de las Ciencias Experimentales','http://www.ugr.es/~diccexp/'),(35,1,'Did. Ciencias Soc.','Didáctica de las Ciencias Sociales','http://www.ugr.es/ugr/index.php?page=departamentos_institutos/departamentos/fichas/didactica_ciencias_sociales'),(36,1,'Did. Org. Escolar','Didáctica y Organización Escolar','http://www.ugr.es/~didacoe/'),(37,1,'Ecología','Ecología','http://www.ugr.es/ugr/index.php?page=departamentos_institutos/departamentos/fichas/ecologia'),(38,1,'Econ. Aplicada','Economía Aplicada','http://www.ugr.es/~ecoapli/'),(39,1,'Econ. Financ...','Economía Financiera y Contabilidad','http://www.ugr.es/~efinanci/'),(40,1,'Econ. Internac...','Economía Internacional y de España','http://www.ugr.es/ugr/index.php?page=departamentos_institutos/departamentos/fichas/economia_internacional_espana'),(41,1,'Edafología y Q.A.','Edafología y Química Agrícol
2014-12-01 23:55:08 +01:00
/*!40000 ALTER TABLE `departments` 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 */;
2020-03-08 19:13:38 +01:00
-- Dump completed on 2020-03-08 19:04:15