ERROR:SQLSTATE[HY000]: General error: 20018 Invalid column name 'CodigoInstitucion'. [20018] (severity 16) [SELECT PublicObrasAutores.NumeroEmpleado, PublicObrasAutores.ApellidoPaterno, PublicObrasAutores.ApellidoMaterno, PublicObrasAutores.Nombre, PublicObrasAutores.NombreCompleto FROM PublicObrasAutores LEFT JOIN PublicObrasAutoresFil ON PublicObrasAutores.RefPublicacion = PublicObrasAutoresFil.RefPublicacion WHERE PublicObrasAutores.RefPublicacion = '515140' AND PublicObrasAutores.NumeroEmpleado IS NULL AND PublicObrasAutoresFil.CodigoInstitucion IS NOT NULL;]
®
ERROR:SQLSTATE[HY000]: General error: 20018 Invalid column name 'CodigoInstitucion'. [20018] (severity 16) [SELECT PublicObrasAutores.NumeroEmpleado, PublicObrasAutores.ApellidoPaterno, PublicObrasAutores.ApellidoMaterno, PublicObrasAutores.Nombre, PublicObrasAutores.NombreCompleto FROM PublicObrasAutores LEFT JOIN PublicObrasAutoresFil ON PublicObrasAutores.RefPublicacion = PublicObrasAutoresFil.RefPublicacion WHERE PublicObrasAutores.RefPublicacion = '515140' AND PublicObrasAutores.NumeroEmpleado IS NULL AND PublicObrasAutoresFil.CodigoInstitucion IS NULL;]
®
ERROR:SQLSTATE[HY000]: General error: 20018 Invalid column name 'Institucion'. [20018] (severity 16) [SELECT Institucion FROM PublicObrasAutoresFil WHERE RefPublicacion = '515140']
®
ERROR:SQLSTATE[HY000]: General error: 20018 Invalid column name 'Institucion'. [20018] (severity 16) [SELECT Institucion FROM PublicObrasAutoresFil WHERE RefPublicacion = 515140 AND InstitucionPropia = 'S'
UNION
SELECT Adscripciones.Entidad FROM PublicacionesObras
JOIN PublicObrasAutores ON PublicacionesObras.Identificador = PublicObrasAutores.RefPublicacion
JOIN Adscripciones ON PublicObrasAutores.NumeroEmpleado = Adscripciones.NumeroEmpleado
WHERE (PublicacionesObras.FechaPublicacion BETWEEN Adscripciones.FechaDesde AND Adscripciones.FechaHasta OR (PublicacionesObras.FechaPublicacion >= Adscripciones.FechaDesde AND Adscripciones.FechaHasta IS NULL)) AND PublicacionesObras.Identificador= 515140]
SIIA Público
SISTEMA INTEGRAL DE INFORMACIÓN ACADÉMICA - PÚBLICO
Título del libro: 2018 Ieee Symposium Series On Computational Intelligence (ieee Ssci) Título del capítulo: EEG Channel Selection using Fractal Dimension and Artificial Bee Colony Algorithm
The development of Brain Computer Interfaces (BCI) has attracted the
attention of several research groups for solving different kind of
problems in the field of medicine, device control, gaming, etc. However,
there are several challenges that must be solved in order to have more
feasible BCI applications. One of these challenges is related with the
high dimensionality of the EEG recordings due to they are acquired from
several channels to preserve high spatial accuracy. However, it is
necessary to carefully select the channels that provide the most
relevant information as well as the feature extraction technique in
order to guarantee an acceptable accuracy. On the other hand, Swarm
Intelligence techniques are based on biological processes of some
species for their survival such as the food search task or natural
selection process. These techniques have been widely applied in several
optimizations problems obtaining acceptable results. In this paper, we
described the high dimensionality challenge as an optimization problem
in order to applied a swarm optimization technique, the Artificial Bee
Colony (ABC) algorithm, to determine the set of channels that are more
useful to discriminate different mental tasks. Furthermore, during the
feature extraction stage, we applied fractal dimension methods to build
the feature vector that will be used to train a classifier. Finally, the
accuracy of the proposed methodology is tested classifying different
motor tasks using the data set IVa from BCI international competition
III.