30 resultados para Scientific societies
em Universidad Politécnica de Madrid
Resumo:
This paper shows the development of a science-technological knowledge transfer model in Mexico, as a means to boost the limited relations between the scientific and industrial environments. The proposal is based on the analysis of eight organizations (research centers and firms) with varying degrees of skill in the practice of science-technological knowledge transfer, and carried out by the case study approach. The analysis highlights the synergistic use of the organizational and technological capabilities of each organization, as a means to identification of the knowledge transfer mechanisms best suited to enabling the establishment of cooperative processes, and achieve the R&D and innovation activities results.
Resumo:
Technofusion is the scientific&technical installation for fusion research in Spain, based on three pillars: • It is an open facility to European users. • It is a facility with instrumentation not accesible to small research groups. • It is designed to be closely coordiated with the European Fusion Program. With a budget of 80-100 M€ over five years, several top laboratories will be constructed
Resumo:
Virtualized Infrastructures are a promising way for providing flexible and dynamic computing solutions for resourceconsuming tasks. Scientific Workflows are one of these kind of tasks, as they need a large amount of computational resources during certain periods of time. To provide the best infrastructure configuration for a workflow it is necessary to explore as many providers as possible taking into account different criteria like Quality of Service, pricing, response time, network latency, etc. Moreover, each one of these new resources must be tuned to provide the tools and dependencies required by each of the steps of the workflow. Working with different infrastructure providers, either public or private using their own concepts and terms, and with a set of heterogeneous applications requires a framework for integrating all the information about these elements. This work proposes semantic technologies for describing and integrating all the information about the different components of the overall system and a set of policies created by the user. Based on this information a scheduling process will be performed to generate an infrastructure configuration defining the set of virtual machines that must be run and the tools that must be deployed on them.
Resumo:
Provenance plays a major role when understanding and reusing the methods applied in a scientic experiment, as it provides a record of inputs, the processes carried out and the use and generation of intermediate and nal results. In the specic case of in-silico scientic experiments, a large variety of scientic workflow systems (e.g., Wings, Taverna, Galaxy, Vistrails) have been created to support scientists. All of these systems produce some sort of provenance about the executions of the workflows that encode scientic experiments. However, provenance is normally recorded at a very low level of detail, which complicates the understanding of what happened during execution. In this paper we propose an approach to automatically obtain abstractions from low-level provenance data by finding common workflow fragments on workflow execution provenance and relating them to templates. We have tested our approach with a dataset of workflows published by the Wings workflow system. Our results show that by using these kinds of abstractions we can highlight the most common abstract methods used in the executions of a repository, relating different runs and workflow templates with each other.
Resumo:
This paper presents a data-intensive architecture that demonstrates the ability to support applications from a wide range of application domains, and support the different types of users involved in defining, designing and executing data-intensive processing tasks. The prototype architecture is introduced, and the pivotal role of DISPEL as a canonical language is explained. The architecture promotes the exploration and exploitation of distributed and heterogeneous data and spans the complete knowledge discovery process, from data preparation, to analysis, to evaluation and reiteration. The architecture evaluation included large-scale applications from astronomy, cosmology, hydrology, functional genetics, imaging processing and seismology.
Resumo:
Provenance models are crucial for describing experimental results in science. The W3C Provenance Working Group has recently released the PROV family of specifications for provenance on the Web. While provenance focuses on what is executed, it is important in science to publish the general methods that describe scientific processes at a more abstract and general level. In this paper, we propose P-PLAN, an extension of PROV to represent plans that guid-ed the execution and their correspondence to provenance records that describe the execution itself. We motivate and discuss the use of P-PLAN and PROV to publish scientific workflows as Linked Data.
Resumo:
While workflow technology has gained momentum in the last decade as a means for specifying and enacting computational experiments in modern science, reusing and repurposing existing workflows to build new scientific experiments is still a daunting task. This is partly due to the difficulty that scientists experience when attempting to understand existing workflows, which contain several data preparation and adaptation steps in addition to the scientifically significant analysis steps. One way to tackle the understandability problem is through providing abstractions that give a high-level view of activities undertaken within workflows. As a first step towards abstractions, we report in this paper on the results of a manual analysis performed over a set of real-world scientific workflows from Taverna and Wings systems. Our analysis has resulted in a set of scientific workflow motifs that outline i) the kinds of data intensive activities that are observed in workflows (data oriented motifs), and ii) the different manners in which activities are implemented within workflows (workflow oriented motifs). These motifs can be useful to inform workflow designers on the good and bad practices for workflow development, to inform the design of automated tools for the generation of workflow abstractions, etc.
Resumo:
In this paper we present TRHIOS: a Trust and Reputation system for HIerarchical and quality-Oriented Societies. We focus our work on hierarchical medical organizations. The model estimates the reputation of an individual, RTRHIOS, taking into account information from three trust dimensions: the hierarchy of the system; the source of information; and the quality of the results. Besides the concrete reputation value, it is important to know how reliable that value is; for each of the three dimensions we calculate the reliability of the assessed reputations; and aggregating them, the reliability of the reputation of an individual. The modular approach followed in the definition of the different types of reputations provides the system with a high flexibility that allows adapting the model to the peculiarities of each society.
Resumo:
Applications that operate on meshes are very popular in High Performance Computing (HPC) environments. In the past, many techniques have been developed in order to optimize the memory accesses for these datasets. Different loop transformations and domain decompositions are com- monly used for structured meshes. However, unstructured grids are more challenging. The memory accesses, based on the mesh connectivity, do not map well to the usual lin- ear memory model. This work presents a method to improve the memory performance which is suitable for HPC codes that operate on meshes. We develop a method to adjust the sequence in which the data are used inside the algorithm, by means of traversing and sorting the mesh. This sorted mesh can be transferred sequentially to the lower memory levels and allows for minimum data transfer requirements. The method also reduces the lower memory requirements dra- matically: up to 63% of the L1 cache misses are removed in a traditional cache system. We have obtained speedups of up to 2.58 on memory operations as measured in a general- purpose CPU. An improvement is also observed with se- quential access memories, where we have observed reduc- tions of up to 99% in the required low-level memory size.
Resumo:
A two-stage mission to place a spacecraft (SC) below the Jovian radiation belts, using a spinning bare tether with plasma contactors at both ends to provide propulsion and power,is proposed. Capture by Lorentz drag on the tether, at the periapsis of a barely hyperbolic equatorial orbit, is followed by a sequence of orbits at near-constant periapsis, drag finally bringing the SC down to a circular orbit below the halo ring. Although increasing both tether heating and bowing, retrograde motion can substantially reduce accumulated dose as compared with prograde motion, at equal tether-to-SC mass ratio. In the second stage,the tether is cut to a segment one order of magnitude smaller, with a single plasma contactor, making the SC to slowly spiral inward over severalmonths while generating large onboard power, which would allow multiple scientific applications, including in situ study of Jovian grains, auroral sounding of upper atmosphere, and space- and time-resolved observations of surface and subsurface.
Resumo:
Workflow technology continues to play an important role as a means for specifying and enacting computational experiments in modern science. Reusing and re-purposing workflows allow scientists to do new experiments faster, since the workflows capture useful expertise from others. As workflow libraries grow, scientists face the challenge of finding workflows appropriate for their task, understanding what each workflow does, and reusing relevant portions of a given workflow.We believe that workflows would be easier to understand and reuse if high-level views (abstractions) of their activities were available in workflow libraries. As a first step towards obtaining these abstractions, we report in this paper on the results of a manual analysis performed over a set of real-world scientific workflows from Taverna, Wings, Galaxy and Vistrails. Our analysis has resulted in a set of scientific workflow motifs that outline (i) the kinds of data-intensive activities that are observed in workflows (Data-Operation motifs), and (ii) the different manners in which activities are implemented within workflows (Workflow-Oriented motifs). These motifs are helpful to identify the functionality of the steps in a given workflow, to develop best practices for workflow design, and to develop approaches for automated generation of workflow abstractions.
Resumo:
El ruido es un contaminante que cada vez va tomando más importancia por ser un tipo de contaminación propio de las sociedades modernas. Su estudio en tanto su origen y efectos en la población, ha sido objeto de numerosas líneas de investigación en el mundo, siendo una de las herramientas más utilizadas las encuestas de percepción de molestias realizadas en numerosos países y de variados diseños metodológicos. Sin embargo, la profusa información recolectada por muchos años y por distintos países por medio de estas herramientas no permite obtener datos relacionados entre ellos para estudiar las distintas condiciones de exposición a distintos tipos de fuentes de ruido, dado que responden a diseños de instrumentos de recolección de datos (encuestas) distintos y, aún más, a escalas de mediciones distintas. Un esfuerzo por generar datos y estudios que puedan ser relacionados para contribuir a mayor conocimiento del ruido y sus efectos en la salud de la población, es la iniciativa desarrollada por el ICBEN (International Commission of Biological Effects on Noise) que desde el año 1997 un grupo de investigadores se ha propuesto generar estudios e investigaciones bajo una metodología que permita comparar los diferentes estudios que se realicen y que sus conclusiones permitan ser utilizadas por el resto y así generar nuevos conocimientos y validar dichos resultados. Uno de los problemas que en la actualidad se tiene es que las encuestas que se utilizan en distintos países, e incluso en ellos mismos, no sólo incorporan preguntas de diversas modalidades y estilos, sino que además para las respuestas que entregan los encuestados se utilizan una variedad de métodos y escalas que no permiten ser extrapolados o comparados con otros estudios. Dado que las escalas que algunos estudios utilizan, para conocer el grado de molestia que presenta la población, sin verbales, las líneas de investigación y recomendaciones internacionales sugieren que cada país desarrolle sus propias escalas y que no se remitan sólo a traducir aquellas utilizadas en otros idiomas. Esto debido que cada palabra que se utilice en las escalas encierra un concepto metrológico, esto es, que las personas le asignan un valor específico de intensidad en el continuo de grados de molestia, por lo que deben ser obtenidas para cada población bajo estudio. Esta investigación, siguiendo las recomendaciones internacionales, ha obtenido una escala verbal para ser utilizada en encuestas de percepción subjetiva de molestias por ruido en Chile, para una población de entre 15 a 65 años de edad. Se ha podido desarrollar un test para obtener dicha escala siguiendo la metodología internacional, lo que ha permitido además discutir y analizar su utilización en futuras investigaciones. Del mismo modo, se ha podido analizar la equivalencia que tiene con otras escalas que podrían ser obtenidas con esta misma metodología, así como la escala que la recomendación internacional ISO propone para el idioma español. Los resultados obtenidos permiten comprobar la necesidad de que cada país hispanoparlante desarrolle sus propias escalas lo que podría explicar, entre otros aspectos, del por qué la norma internacional aún no tiene características de oficial a falta de mayor consenso en la comunidad científica, por lo que los datos aportados en esta investigación permitirán profundizar estos y otros aspectos a los investigadores en esta materia. ABSTRACT Noise is considered as a pollutant that it is growing in importance because it has become recognized as a major annoyance in modern societies. The study of its origin and effects on populations has been the objective of numerous lines of investigation all over the world. The annoyance questionnaire is a tool that is frequently utilized in numerous countries using a variety of design methods. Nevertheless, the quantity of information collected over several years in different countries using these tools has not allowed an interrelated correlation of data because the data indicates that the different study tools designed to collect data have used varying collection techniques and measurement scales that define the exposure to different types and sources of noise pollution. In an effort to generate data and studies then can be combined to better the understanding of noise and its effects on public health, an initiative that was developed by ICBEN (International Commission of Biological Effects on Noise) was proposed in 1997 and is designed to generate and investigate studies under methodologies that allow the comparisons of different studies already undertaken and the coordination of their conclusions. These investigative tools can be used by other investigators who will be able to generate additional information and validates results. One of the currently existing problems is that the questionnaires utilized by different countries and within the same countries not only use questions based on different models and styles, but also the answers given by the subjects being interviewed are interpreted using different methods and measurement scales which do not permit direct comparison of relationship with other studies. Given the measurement tools used to obtain the reported levels of annoyance that the population experiences (without verbal response) the lines of investigation and international recommendations are that each country develops its own scale that does not rely only on verbal responses in the corresponding language. This is because each word utilized in the measurement scale has a numeric concept with which interview subjects will assign a specific numeric intensity from the continuum of levels of annoyance and must be obtained for each population under study. This investigation, which follows international recommendations, has obtained a verbal scale to be utilized in subjective perception questionnaires of noise annoyance in Chile, for a subject population of subjects between 15 and 65 years of age. It has been able to develop a test to obtain said measurement scale following the international methodology guidelines which has permitted discussion and analysis of their use by other investigators. By the same token, it has been possible to analyze the equivalency that exists between other scales that could be obtained with the same methodology including the scale as recommended by international ISO for Spanish Language. The results obtained allows proof of the necessity that each Spanish Speaking Country develop their own measurement scales which could explain, the reason why the international norm still does not have the official characteristics because of a failure of a majority consensus in the scientific community, by which the data contribution from this investigation will allow the investigator to deepen these and other aspects of the subject.
Resumo:
We derive a semi-analytic formulation that permits to study the long-term dynamics of fast-rotating inert tethers around planetary satellites. Since space tethers are extensive bodies they generate non-keplerian gravitational forces which depend solely on their mass geometry and attitude, that can be exploited for controlling science orbits. We conclude that rotating tethers modify the geometry of frozen orbits, allowing for lower eccentricity frozen orbits for a wide range of orbital inclination, where the length of the tether becomes a new parameter that the mission analyst may use to shape frozen orbits to tighter operational constraints.
Resumo:
El químico norteamericano Eugene Garfield es considerado por muchos investigadores como el "santón" de la documentación científica en el mundo. Bajo el prisma de Garfield y a través de publicaciones tan prestigiosas como "Current Contents" o "Science Citation Index", cualquier investigador puede conocer el índice de impacto que ha alcanzado su trabajo en la comunidad científica.
Resumo:
Scientific missions constitute fundamental cornerstones of space agencies such as ESA and NASA. Modern astronomy could not be understood without the data provided by these missions. Scientists need to design very carefully onboard instruments. Payloads have to survive the crucial launch moment and later perform well in the really harsh space environ-ment. It is very important that the instrument conceptual idea can be engineered to sustain all those loads