8 resultados para Classes sintáticas
em Universidad Politécnica de Madrid
Resumo:
This work is part of an on-going collaborative project between the medical and signal processing communities to promote new research efforts on automatic OSA (Obstructive Apnea Syndrome) diagnosis. In this paper, we explore the differences noted in phonetic classes (interphoneme) across groups (control/apnoea) and analyze their utility for OSA detection
Resumo:
Esta Tesis trata sobre el diseño y desarrollo de un material constructivo de fachada (tras ventilada), empleando plástico reciclado (granza de caucho, de neumáticos fuera de uso) para su elaboración. El uso de materiales reciclados para la elaboración de nuevos materiales constructivos, es a día de hoy, un valor agregado que contribuye tanto a la disminución de desechos tóxicos, como a la fabricación de productos de alta calidad. La investigación partió de la necesidad de comprender qué es un plástico, cómo son producidos, cuáles son los factores que permitían su reciclaje y qué propiedades podrían ser aprovechadas para desarrollar un nuevo material constructivo. En el estado del arte, fueron analizados los aspectos del plástico relacionados a su composición, propiedades, tipologías, producción, consumo, legislación europea y española, reciclaje y valorización energética. Para analizar más profundamente los materiales desarrollados a partir de plásticos reciclados, desde textiles hasta elementos constructivos. Con el conocimiento adquirido mediante este análisis previo, se diseñó una metodología de experimentación, utilizando caucho reciclado y derivados del yeso como agregados, en una matriz de resinas poliméricas reforzada con fibras naturales y sintéticas. Los resultados obtenidos en los ensayos físicos y térmicos, con los elementos producidos, demostraron que el material tiene una excelente resistencia a tensión así como una baja conductividad térmica. Esta investigación, servirá como precedente para el desarrollo de nuevos materiales y sistemas constructivos, utilizando agregados de plástico reciclado, en los procesos de fabricación. Ya que ha comprobado el enorme potencial que ofrecen, creando nuevos materiales, y contribuyendo a reducir la contaminación medio ambiental. "La mayor recompensa de nuestro trabajo no es lo que nos pagan por él, sino aquello en lo que nos convierte". John Ruskin Material compuesto (Composite) de caucho reciclado, fibras y resinas poliméricas. ABSTRACT This thesis deals with the design and development of a new facade construction material using recycled plastic (rubber pellets from used tires) for processing. The use of recycled materials for the development of new building materials, today is an added value which contributes both to the reduction of toxic waste, as well as the processing of products of good quality. The research derives from the need to understand what a plastic is, how they are produced, what the factors that allowed recycling are and what properties can be exploited to develop a new building material. In the prior art, were analyzed plastic aspects related to its composition, properties, typologies, production, consumption, European and Spanish legislation, recycling and energy recovery. To further analyze the materials developed from recycled plastics, from textiles to construction elements. With the knowledge gained from this previous analysis, we designed an experimental approach using recycled rubber and plaster derivatives as aggregates in a polymeric resin matrix reinforced with natural and synthetic fibers. The results obtained in physical and thermal testing, with the elements produced, showed that the material has excellent tensile strength and a low thermal conductivity. This research will serve as a precedent for the development of new materials and building systems, using recycled plastic aggregates in the manufacturing processes. Since it was found the enormous potential, creating new materials, and helping reduce environmental pollution. "The greatest reward of our work is not what we get paid for it, but what they make us."
Resumo:
This document is the result of a process of web development to create a tool that will allow to Cracow University of Technology consult, create and manage timetables. The technologies chosen for this purpose are Apache Tomcat Server, My SQL Community Server, JDBC driver, Java Servlets and JSPs for the server side. The client part counts on Javascript, jQuery, AJAX and CSS technologies to perform the dynamism. The document will justify the choice of these technologies and will explain some development tools that help in the integration and development of all this elements: specifically, NetBeans IDE and MySQL workbench have been used as helpful tools. After explaining all the elements involved in the development of the web application, the architecture and the code developed are explained through UML diagrams. Some implementation details related to security are also deeper explained through sequence diagrams. As the source code of the application is provided, an installation manual has been developed to run the project. In addition, as the platform is intended to be a beta that will be grown, some unimplemented ideas for future development are also exposed. Finally, some annexes with important files and scripts related to the initiation of the platform are attached. This project started through an existing tool that needed to be expanded. The main purpose of the project along its development has focused on setting the roots for a whole new platform that will replace the existing one. For this goal, it has been needed to make a deep inspection on the existing web technologies: a web server and a SQL database had to be chosen. Although the alternatives were a lot, Java technology for the server was finally selected because of the big community backwards, the easiness of modelling the language through UML diagrams and the fact of being free license software. Apache Tomcat is the open source server that can use Java Servlet and JSP technology. Related to the SQL database, MySQL Community Server is the most popular open-source SQL Server, with a big community after and quite a lot of tools to manage the server. JDBC is the driver needed to put in contact Java and MySQL. Once we chose the technologies that would be part of the platform, the development process started. After a detailed explanation of the development environment installation, we used UML use case diagrams to set the main tasks of the platform; UML class diagrams served to establish the existing relations between the classes generated; the architecture of the platform was represented through UML deployment diagrams; and Enhanced entity–relationship (EER) model were used to define the tables of the database and their relationships. Apart from the previous diagrams, some implementation issues were explained to make a better understanding of the developed code - UML sequence diagrams helped to explain this. Once the whole platform was properly defined and developed, the performance of the application has been shown: it has been proved that with the current state of the code, the platform covers the use cases that were set as the main target. Nevertheless, some requisites needed for the proper working of the platform have been specified. As the project is aimed to be grown, some ideas that could not be added to this beta have been explained in order not to be missed for future development. Finally, some annexes containing important configuration issues for the platform have been added after proper explanation, as well as an installation guide that will let a new developer get the project ready. In addition to this document some other files related to the project are provided: - Javadoc. The Javadoc containing the information of every Java class created is necessary for a better understanding of the source code. - database_model.mwb. This file contains the model of the database for MySQL Workbench. This model allows, among other things, generate the MySQL script for the creation of the tables. - ScheduleManager.war. The WAR file that will allow loading the developed application into Tomcat Server without using NetBeans. - ScheduleManager.zip. The source code exported from NetBeans project containing all Java packages, JSPs, Javascript files and CSS files that are part of the platform. - config.properties. The configuration file to properly get the names and credentials to use the database, also explained in Annex II. Example of config.properties file. - db_init_script.sql. The SQL query to initiate the database explained in Annex III. SQL statements for MySQL initialization. RESUMEN. Este proyecto tiene como punto de partida la necesidad de evolución de una herramienta web existente. El propósito principal del proyecto durante su desarrollo se ha centrado en establecer las bases de una completamente nueva plataforma que reemplazará a la existente. Para lograr esto, ha sido necesario realizar una profunda inspección en las tecnologías web existentes: un servidor web y una base de datos SQL debían ser elegidos. Aunque existen muchas alternativas, la tecnología Java ha resultado ser elegida debido a la gran comunidad de desarrolladores que tiene detrás, además de la facilidad que proporciona este lenguaje a la hora de modelarlo usando diagramas UML. Tampoco hay que olvidar que es una tecnología de uso libre de licencia. Apache Tomcat es el servidor de código libre que permite emplear Java Servlets y JSPs para hacer uso de la tecnología de Java. Respecto a la base de datos SQL, el servidor más popular de código libre es MySQL, y cuenta también con una gran comunidad detrás y buenas herramientas de modelado, creación y gestión de la bases de datos. JDBC es el driver que va a permitir comunicar las aplicaciones Java con MySQL. Tras elegir las tecnologías que formarían parte de esta nueva plataforma, el proceso de desarrollo tiene comienzo. Tras una extensa explicación de la instalación del entorno de desarrollo, se han usado diagramas de caso de UML para establecer cuáles son los objetivos principales de la plataforma; los diagramas de clases nos permiten realizar una organización del código java desarrollado de modo que sean fácilmente entendibles las relaciones entre las diferentes clases. La arquitectura de la plataforma queda definida a través de diagramas de despliegue. Por último, diagramas EER van a definir las relaciones entre las tablas creadas en la base de datos. Aparte de estos diagramas, algunos detalles de implementación se van a justificar para tener una mejor comprensión del código desarrollado. Diagramas de secuencia ayudarán en estas explicaciones. Una vez que toda la plataforma haya quedad debidamente definida y desarrollada, se va a realizar una demostración de la misma: se demostrará cómo los objetivos generales han sido alcanzados con el desarrollo actual del proyecto. No obstante, algunos requisitos han sido aclarados para que la plataforma trabaje adecuadamente. Como la intención del proyecto es crecer (no es una versión final), algunas ideas que se han podido llevar acabo han quedado descritas de manera que no se pierdan. Por último, algunos anexos que contienen información importante acerca de la plataforma se han añadido tras la correspondiente explicación de su utilidad, así como una guía de instalación que va a permitir a un nuevo desarrollador tener el proyecto preparado. Junto a este documento, ficheros conteniendo el proyecto desarrollado quedan adjuntos. Estos ficheros son: - Documentación Javadoc. Contiene la información de las clases Java que han sido creadas. - database_model.mwb. Este fichero contiene el modelo de la base de datos para MySQL Workbench. Esto permite, entre otras cosas, generar el script de iniciación de la base de datos para la creación de las tablas. - ScheduleManager.war. El fichero WAR que permite desplegar la plataforma en un servidor Apache Tomcat. - ScheduleManager.zip. El código fuente exportado directamente del proyecto de Netbeans. Contiene todos los paquetes de Java generados, ficheros JSPs, Javascript y CSS que forman parte de la plataforma. - config.properties. Ejemplo del fichero de configuración que permite obtener los nombres de la base de datos - db_init_script.sql. Las consultas SQL necesarias para la creación de la base de datos.
Resumo:
La cubierta plana invertida se forma, cuando sobre una membrana impermeable se coloca un aislamiento térmico. Estos materiales pueden separarse con capas auxiliares que impiden el contacto directo entre ellos. Muchos de los materiales que forman esta solución constructiva pueden ser polímeros, como lo son algunas membranas impermeables, las capas auxiliares separadoras o el poliestireno extrusionado (XPS). La mayoría de los polímeros son incompatibles entre sí, por lo que en esta tesis se plantea como hipótesis la posibilidad de que se produzcan interacciones e incompatibilidades entre algunos de estos materiales. Por ello se hace una búsqueda bibliográfica y documental de otras investigaciones que pudieran estar relacionadas con el tema, y se estudian y analizan normas y documentación facilitada por fabricantes. Sin embargo, tras consultar toda la bibliografía y documentación que se referencia en esta tesis doctoral, no fue encontrado ningún trabajo de investigación sobre la influencia de la interacción entre los materiales que componen las cubiertas planas invertidas, y de cómo afecta esta a la durabilidad de las mismas. El propósito de esta tesis es el análisis de la durabilidad de la cubierta plana invertida, desde el punto de vista de las interacciones e incompatibilidades que pueden producirse entre los materiales formantes de esta solución constructiva. Además de este objetivo general, se estudian alternativas que puedan prolongar el ciclo de vida de la cubierta plana invertida. Para ello, se desarrolla un plan experimental con el fin de analizar dichas incompatibilidades, y estudiar los factores que las condicionan. Algunos de los resultados obtenidos, muestran que determinadas láminas impermeables utilizadas normalmente para la construcción de cubiertas planas, pueden interactuar con el XPS y sufrir deterioro. El contacto con el mismo, la incorrecta separación, la presión y el calor, son factores determinantes para que se produzca deterioro. Se puede señalar como una de las conclusiones de esta investigación, que la protección térmica que proporciona el XPS a la cubierta plana invertida, puede no ser suficiente (dependiendo del espesor del mismo, y de la ubicación de la cubierta fundamentalmente), para reducir la cantidad de calor que alcanza la línea de contacto entre los materiales, y por tanto paliar las interacciones que se producen. Además, aunque los geotextiles utilizados como capas auxiliares separadoras, en los gramajes por metro cuadrado, recomendados por algunas de las normas reguladoras de este tipo de cubiertas minoran las interacciones, estas siguen produciéndose. ABSTRACT The inverted flat roof is formed from a waterproofing membrane on which the thermal insulation is placed. These materials may be separated with auxiliary layers, which prevent the direct contact between them. Many of the materials forming this constructive solution can be polymers, such as some waterproofing membranes, the auxiliary separating layers, or the extruded polystyrene board (XPS). Most polymers are incompatible, so this thesis hypothesized that interactions and incompatibilities between some of these materials might be possible. Therefore, a literature search, and other documentation that could be related to the topic, are studied and analyzed, as well as, standards and documentation provided by manufacturers. However, after consulting all literature and documents referenced in this dissertation, it was not found any research about the influence of interaction between the materials forming the inverted flat roof, and how this affects to the durability of them. The purpose of this thesis is the analysis of the durability of the inverted flat roof, from the point of view of interactions and incompatibilities may occur between the materials setting up this constructive solution. Along with this general objective, alternatives that can prolong the life cycle of the inverted roof are studied. To get this, an experimental plan is developed, in order to analyze these incompatibilities, and study the factors conditioning them. Some of the results show, that certain normally used waterproofing laminas for building flat roofs, may interact with XPS producing lamina deterioration. Contact, incorrect separation, pressure and heat, are determinant factors for degradation. It can be pointed out, as one of the conclusions of this research, that the thermal protection provided by XPS to the inverted flat roof, cannot be enough (depending on the XPS thickness, and the location of the flat mainly) to reduce the amount of heat that reaches the contact line between materials, and thus to cut down interactions. Furthermore, although geotextiles used as auxiliary separating layers, within the weights per square meter recommended by some of the regulating rules of this type of roofs reduce interactions, these still occur.
Resumo:
The multi-dimensional classification problem is a generalisation of the recently-popularised task of multi-label classification, where each data instance is associated with multiple class variables. There has been relatively little research carried out specific to multi-dimensional classification and, although one of the core goals is similar (modelling dependencies among classes), there are important differences; namely a higher number of possible classifications. In this paper we present method for multi-dimensional classification, drawing from the most relevant multi-label research, and combining it with important novel developments. Using a fast method to model the conditional dependence between class variables, we form super-class partitions and use them to build multi-dimensional learners, learning each super-class as an ordinary class, and thus explicitly modelling class dependencies. Additionally, we present a mechanism to deal with the many class values inherent to super-classes, and thus make learning efficient. To investigate the effectiveness of this approach we carry out an empirical evaluation on a range of multi-dimensional datasets, under different evaluation metrics, and in comparison with high-performing existing multi-dimensional approaches from the literature. Analysis of results shows that our approach offers important performance gains over competing methods, while also exhibiting tractable running time.
Resumo:
Contributing to the acquisition of professional creativity and teamwork skills has been a special challenge for some of the subjects taught at the Technical University of Madrid (UPM), and this has been a starting point for the work described in this paper. Some professors have intuited that the use of cooperative classrooms could facilitate the acquisition of these skills. We describe the new methodologies applied within cooperative classrooms by some professors, and present the procedure for measuring students’ perception of their own learning outcomes, skill improvements, and overall satisfaction with the use of this kind of classroom. For this project, 250 students enrolled in several subjects answered a questionnaire. The featuresof thesubjectsinvolved intheproject arewidely disparate. We present the results of the statistical analysis with special emphasis on creativity and teamwork skills, and we conclude that the use of cooperative classroom has a positive influence on the acquisition of these skills. This work has the added value of being the first analysis of student perception of the use of cooperative classroom in the acquisition of creativity and teamwork skills.
Resumo:
Empleo de cubiertas orgánicas y sintéticas en producción vegetal
Resumo:
La tomografía axial computerizada (TAC) es la modalidad de imagen médica preferente para el estudio de enfermedades pulmonares y el análisis de su vasculatura. La segmentación general de vasos en pulmón ha sido abordada en profundidad a lo largo de los últimos años por la comunidad científica que trabaja en el campo de procesamiento de imagen; sin embargo, la diferenciación entre irrigaciones arterial y venosa es aún un problema abierto. De hecho, la separación automática de arterias y venas está considerado como uno de los grandes retos futuros del procesamiento de imágenes biomédicas. La segmentación arteria-vena (AV) permitiría el estudio de ambas irrigaciones por separado, lo cual tendría importantes consecuencias en diferentes escenarios médicos y múltiples enfermedades pulmonares o estados patológicos. Características como la densidad, geometría, topología y tamaño de los vasos sanguíneos podrían ser analizados en enfermedades que conllevan remodelación de la vasculatura pulmonar, haciendo incluso posible el descubrimiento de nuevos biomarcadores específicos que aún hoy en dípermanecen ocultos. Esta diferenciación entre arterias y venas también podría ayudar a la mejora y el desarrollo de métodos de procesamiento de las distintas estructuras pulmonares. Sin embargo, el estudio del efecto de las enfermedades en los árboles arterial y venoso ha sido inviable hasta ahora a pesar de su indudable utilidad. La extrema complejidad de los árboles vasculares del pulmón hace inabordable una separación manual de ambas estructuras en un tiempo realista, fomentando aún más la necesidad de diseñar herramientas automáticas o semiautomáticas para tal objetivo. Pero la ausencia de casos correctamente segmentados y etiquetados conlleva múltiples limitaciones en el desarrollo de sistemas de separación AV, en los cuales son necesarias imágenes de referencia tanto para entrenar como para validar los algoritmos. Por ello, el diseño de imágenes sintéticas de TAC pulmonar podría superar estas dificultades ofreciendo la posibilidad de acceso a una base de datos de casos pseudoreales bajo un entorno restringido y controlado donde cada parte de la imagen (incluyendo arterias y venas) está unívocamente diferenciada. En esta Tesis Doctoral abordamos ambos problemas, los cuales están fuertemente interrelacionados. Primero se describe el diseño de una estrategia para generar, automáticamente, fantomas computacionales de TAC de pulmón en humanos. Partiendo de conocimientos a priori, tanto biológicos como de características de imagen de CT, acerca de la topología y relación entre las distintas estructuras pulmonares, el sistema desarrollado es capaz de generar vías aéreas, arterias y venas pulmonares sintéticas usando métodos de crecimiento iterativo, que posteriormente se unen para formar un pulmón simulado con características realistas. Estos casos sintéticos, junto a imágenes reales de TAC sin contraste, han sido usados en el desarrollo de un método completamente automático de segmentación/separación AV. La estrategia comprende una primera extracción genérica de vasos pulmonares usando partículas espacio-escala, y una posterior clasificación AV de tales partículas mediante el uso de Graph-Cuts (GC) basados en la similitud con arteria o vena (obtenida con algoritmos de aprendizaje automático) y la inclusión de información de conectividad entre partículas. La validación de los fantomas pulmonares se ha llevado a cabo mediante inspección visual y medidas cuantitativas relacionadas con las distribuciones de intensidad, dispersión de estructuras y relación entre arterias y vías aéreas, los cuales muestran una buena correspondencia entre los pulmones reales y los generados sintéticamente. La evaluación del algoritmo de segmentación AV está basada en distintas estrategias de comprobación de la exactitud en la clasificación de vasos, las cuales revelan una adecuada diferenciación entre arterias y venas tanto en los casos reales como en los sintéticos, abriendo así un amplio abanico de posibilidades en el estudio clínico de enfermedades cardiopulmonares y en el desarrollo de metodologías y nuevos algoritmos para el análisis de imágenes pulmonares. ABSTRACT Computed tomography (CT) is the reference image modality for the study of lung diseases and pulmonary vasculature. Lung vessel segmentation has been widely explored by the biomedical image processing community, however, differentiation of arterial from venous irrigations is still an open problem. Indeed, automatic separation of arterial and venous trees has been considered during last years as one of the main future challenges in the field. Artery-Vein (AV) segmentation would be useful in different medical scenarios and multiple pulmonary diseases or pathological states, allowing the study of arterial and venous irrigations separately. Features such as density, geometry, topology and size of vessels could be analyzed in diseases that imply vasculature remodeling, making even possible the discovery of new specific biomarkers that remain hidden nowadays. Differentiation between arteries and veins could also enhance or improve methods processing pulmonary structures. Nevertheless, AV segmentation has been unfeasible until now in clinical routine despite its objective usefulness. The huge complexity of pulmonary vascular trees makes a manual segmentation of both structures unfeasible in realistic time, encouraging the design of automatic or semiautomatic tools to perform the task. However, this lack of proper labeled cases seriously limits in the development of AV segmentation systems, where reference standards are necessary in both algorithm training and validation stages. For that reason, the design of synthetic CT images of the lung could overcome these difficulties by providing a database of pseudorealistic cases in a constrained and controlled scenario where each part of the image (including arteries and veins) is differentiated unequivocally. In this Ph.D. Thesis we address both interrelated problems. First, the design of a complete framework to automatically generate computational CT phantoms of the human lung is described. Starting from biological and imagebased knowledge about the topology and relationships between structures, the system is able to generate synthetic pulmonary arteries, veins, and airways using iterative growth methods that can be merged into a final simulated lung with realistic features. These synthetic cases, together with labeled real CT datasets, have been used as reference for the development of a fully automatic pulmonary AV segmentation/separation method. The approach comprises a vessel extraction stage using scale-space particles and their posterior artery-vein classification using Graph-Cuts (GC) based on arterial/venous similarity scores obtained with a Machine Learning (ML) pre-classification step and particle connectivity information. Validation of pulmonary phantoms from visual examination and quantitative measurements of intensity distributions, dispersion of structures and relationships between pulmonary air and blood flow systems, show good correspondence between real and synthetic lungs. The evaluation of the Artery-Vein (AV) segmentation algorithm, based on different strategies to assess the accuracy of vessel particles classification, reveal accurate differentiation between arteries and vein in both real and synthetic cases that open a huge range of possibilities in the clinical study of cardiopulmonary diseases and the development of methodological approaches for the analysis of pulmonary images.