177 research outputs found

    Extensión de navegador para la eliminación de metadatos

    Get PDF
    Trabajo de Fin de Grado en Ingeniería Informática, Facultad de Informática UCM, Departamento de Sistemas Informáticos y Computación, Curso 2019/2020.The metadata, which is data about the documents we generate digitally, tell more about ourselves that what we could think, potentially being a threat to our privacy and even to the security of our systems. Our project has been the development of a web application which works as a browser extension which is easy to handle by the user and which requires very little interaction with it, offering the possibility to eliminate the metadata present in the documents, specifically in images, that are going to be uploaded to Google Drive. For the achievement of this goal, we decided to organize the project following an architecture based on microservices, offering an easy way to introduce new formats to the system for the processing of the metadata. For the development of these Microservices and the extension, we used technologies widely used today, such as JavaScript, Spring Boot.Los metadatos, datos sobre los archivos que generamos digitalmente, dicen más sobre nosotros de lo que creemos, pudiendo llegar a ocasionar un grave riesgo para nuestra privacidad e incluso para la seguridad de nuestros equipos. Nuestro proyecto ha consistido en la elaboración de una aplicación web en forma de extensión de navegador fácilmente manejable por el usuario y que requiere muy poca interacción con ella, ofreciendo la posibilidad de limpiar los metadatos presentes en los archivos, concretamente en imágenes, que se van a subir a la plataforma Google Drive. Para la consecución de esta meta, hemos organizado el proyecto siguiendo una arquitectura basada en microservicios ofreciendo un fácil acoplamiento a nuevos formatos cuyos metadatos se quieran tratar. Para el desarrollo de estos microservicios y de la extensión, hemos usado tecnologías ampliamente usadas hoy en día como pueden ser JavaScript, Spring Boot.Depto. de Sistemas Informáticos y ComputaciónFac. de InformáticaTRUEunpu

    Composition Determination of Rubber Blends by Applying Differential Scanning Calorimetry and SPA-PLS Treatment

    Get PDF
    This paper proposes an innovative approach to determine the composition of natural rubber (NR) and styrene butadiene rubber (SBR) blends from the analysis of the data provided by the differential scanning calorimetry (DSC) technique. DSC registers are post-processed, based on a multivariate chemometric approach, consisting in the application of the successive projections algorithm (SPA) as variable selection algorithm and a further application of the partial least squares (PLS) regression method and the leave-one-out cross-validation algorithm. Results attained by applying this approach are compared with those obtained from mid-infrared spectroscopy since this last method has been widely applied during the last decades. Experimental results summarized in the paper prove that this fast and cost-effective approach is useful to determine the composition of unknown incoming NR/SBR blends.Fil: Riba Ruiz, Jordi Roger. Universidad Politécnica de Catalunya; EspañaFil: Mansilla, Marcela Angela. Consejo Nacional de Investigaciones Científicas y Técnicas; Argentina. Instituto Nacional de Tecnología Industrial. Instituto Nacional de Tecnología Industrial - Caucho; ArgentinaFil: Canals, Trini. Universidad de Lleida; EspañaFil: Cantero, Rosa. Universidad de Lleida; Españ

    Petri net analysis using boolean manipulation

    Get PDF
    This paper presents a novel analysis approach for bounded Petri nets. The net behavior is modeled by boolean functions, thus reducing reasoning about Petri nets to boolean calculation. The state explosion problem is managed by using Binary Decision Diagrams (BDDs), which are capable to represent large sets of markings in small data structures. The ability of Petri nets to model systems, the flexibility and generality of boolean algebras, and the efficient implementation of BDDs, provide a general environment to handle a large variety of problems. Examples are presented that show how all the reachable states (1018) of a Petri net can be efficiently calculated and represented with a small BDD (103 nodes). Properties requiring an exhaustive analysis of the state space can be verified in polynomial time in the size of the BDD.Peer ReviewedPostprint (author's final draft

    Elements per a la implementació de la profilaxi preexposició al VIH (PrEP) a Catalunya

    Get PDF
    Profilaxi PreExposició; VIH; Fàrmacs antiretroviralsProfilaxis PreExposición; VIH; Fármacos antirretroviralesPre-Exposure Prophylaxis; HIV; Antiretroviral drugsArticle on s'expliquen els elements i condicionants per implementar la Profilaxi PreExposició (PrEP) al VIH. Aquesta és una estratègia de salut pública basada en l’ús de fàrmacs antiretrovirals per a prevenir la infecció pel VIH en persones no infectades. És una intervenció biomèdica preventiva amb eficàcia demostrada en la disminució de la transmissió a persones que tenen un risc elevat d’infecció pel VIH

    Una revisión a la relación que existe entre el contribuyente y los gobiernos de Latinoamérica frente a la evasión fiscal en los años 2010 -2019

    Get PDF
    A lo largo de la historia las medidas que el Estado ha tomado para luchar contra la evasión fiscal han sido coercitivas, de manera que los contribuyentes se han visto obligados a cumplir por el temor de ser sancionados y otros han optado por evadir. Es así, se ha hecho un análisis de 30 referencias bibliográficas para mostrar las actitudes que toman los contribuyentes y Estado frente a la evasión fiscal en los países de Ecuador, Perú, Chile, Cuba, Venezuela, Argentina, Paraguay, Guatemala, Colombia y México entre los años 2010 al 2019; y su respectiva relación. A lo largo de la investigación podremos observar que los diferentes autores utilizan diversos métodos para medir las evasiones de los países ya señalados como encuestas, modelos econométricos, experimentos y análisis de impuestos. Se obtuvieron como resultados que el contribuyente evade los impuestos ya sea por la falta de cultura tributaria, las exigencias de las normas, la desconfianza hacia el Estado, entre otras. Por ello, tanto el Estado como el contribuyente deberán de tomar conciencia ante esta problemática y fortalecer sus relaciones.Throughout history, the measures that the State has taken to fight against tax evasion have been coercive, so that taxpayers have been forced to comply for fear of being penalized and others have chosen to evade. Thus, an analysis of 30 bibliographic references has been made to show the attitudes that taxpayers and the State take towards tax evasion in the countries of Ecuador, Peru, Chile, Cuba, Venezuela, Argentina, Paraguay, Guatemala, Colombia and Mexico between the years 2010 to 2019 and their respective relationship. Throughout the investigation we will be able to observe that the different authors use different methods to measure the evasions of the countries already mentioned, such as surveys, econometric models, experiments and tax analysis. The results were that the taxpayer evades taxes due to the lack of a tax culture, the demands of the regulations, mistrust of the State, among others. For this reason, both the State and the taxpayer must become aware of this problem and strengthen their relationships

    Applying Short-term Memory to Social Search Agents

    Get PDF
    AbstractThis paper presents about our research in social search. Generally, the research in social search falls into two principal challenges. The first challenge is how to find more relevant answers to the question. The second one is how to increase speed in finding relevant answers.Recently, we had provided two algorithms called Asknext and Question Waves to find more relevant answers compared to the baseline algorithm BFS. But, the search speed of the two proposed algorithms still the subject to improve.In this paper, we introduce the agents’ ability of learning the answers from the interactions with other agents so that they can quickly answer the question of other agents. We model this learning process by implementing the concept of data caching as the short-term memory of each social search agent. The result improvement of the speediness and the reduction of the number of messages used to communicate between agents, after apply agent's short-term memory concept, demonstrates the usefulness of the proposed approach

    Estudi de contactes en la prevenció i el control de les infeccions de transmissió sexual

    Get PDF
    Infeccions de transmissió sexual; Estudi de contactes; Notificació a la parellaInfecciones de transmisión sexual; Estudio de contactos; Notificación a la parejaSexually transmitted infections; Contact study; Notification to the coupleEn l’abordatge de les malalties infectocontagioses es recomana implementar estratègies per a la detecció de nous casos entre els contactes de les persones diagnosticades, atesa la seva transcendència en la comunitat i la possibilitat de fer una detecció i un tractament precoç en aquestes persones. Les infeccions de transmissió sexual són un grup de patologies que tenen una prevalença elevada en la comunitat i una incidència anual creixent. En aquest article es fa una revisió de l’aplicació de l’estudi de contactes en els països del nostre entorn i es presenta el Protocol que s’acaba d’elaborar a Catalunya.En el abordaje de las enfermedades infectocontagiosas se recomienda implementar estrategias para la detección de nuevos casos entre los contactos de las personas diagnosticadas, dada su trascendencia en la comunidad i la posibilidad de realizar una detección y un tratamiento precoz en estas persones. Las infecciones de transmisión sexual son un grupo de patologías que tienen una elevada prevalencia en la comunidad y una incidencia anual creciente. En este artículo se hace una revisión de la aplicación del estudio de contactos en los países de nuestro entorno y se presenta el Protocolo que se acaba de elaborar en Catalunya.In the management of infectious diseases, it is recommended implementing strategies for the detection of new cases among the contacts of people diagnosed, due to their importance in the community and the possibility of early detection and treatment in these people. Sexually transmitted infections are a group of pathologies with a high prevalence in the community and an increasing annual incidence. This article reviews the application of the contact tracing in the countries of our environment and the Catalan Protocol recently created is presented
    • …
    corecore