868 resultados para Project 2004-021-A : Building Research Innovation Technology and Environment


Relevância:

100.00% 100.00%

Publicador:

Resumo:

Includes bibliography

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Includes bibliography

Relevância:

100.00% 100.00%

Publicador:

Resumo:

This edition of the FAL Bulletin analyses the activities performed by ECLAC and the Mesoamerica Project related to issues linked to infrastructure services, particularly with regards to the physical integration, facilitation and operation of multimodal services in Central America.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Fundação de Amparo à Pesquisa do Estado de São Paulo (FAPESP)

Relevância:

100.00% 100.00%

Publicador:

Resumo:

This graduation work done study of polyamide 6.6/composite carbon fibres, since its processing, characterization of the main properties. Besides the influence of temperature, UV radiation, salt spray and moisture on the mechanical and viscoelastic behavior. To achieve this goal, the first composite was processed from the heat compression molding using known variables of the process and using the empirical method to find the best value for other parameters. The method processing molding was chosen because it common in composites processing in order to evaluate the influence of crystallinity of the properties that influence the mechanical and viscoelastic behavior laminates. From the obtained laminate specimens were evaluated in weathering, such as: in hygrothermal chamber, UV, salt spray and thermal shock. In another step, the effect produced by these constraints were evaluated by optical microscopy, ultrasound, dynamic mechanical analysis and vibration tests. This project was conducted at the Department of Technology and Materials of UNESP in Guaratingueta, where all the equipment and techniques for the implementation of this project met available. After the tests proved the applicability of the composite polyamide 6.6/carbon fibers in aeronautical applications with resistance the main climatic influences

Relevância:

100.00% 100.00%

Publicador:

Resumo:

OBJECTIVE: Due to their toxicity, diesel emissions have been submitted to progressively more restrictive regulations in developed countries. However, in Brazil, the implementation of the Cleaner Diesel Technologies policy (Euro IV standards for vehicles produced in 2009 and low-sulfur diesel with 50 ppm of sulfur) was postponed until 2012 without a comprehensive analysis of the effect of this delay on public health parameters. We aimed to evaluate the impact of the delay in implementing the Cleaner Diesel Technologies policy on health indicators and monetary health costs in Brazil. METHODS: The primary estimator of exposure to air pollution was the concentration of ambient fine particulate matter (particles with aerodynamic diameters, <2.5 mu m, [PM2.5]). This parameter was measured daily in six Brazilian metropolitan areas during 2007-2008. We calculated 1) the projected reduction in the PM2.5 that would have been achieved if the Euro IV standards had been implemented in 2009 and 2) the expected reduction after implementation in 2012. The difference between these two time curves was transformed into health outcomes using previous dose-response curves. The economic valuation was performed based on the DALY (disability-adjusted life years) method. RESULTS: The delay in implementing the Cleaner Diesel Technologies policy will result in an estimated excess of 13,984 deaths up to 2040. Health expenditures are projected to be increased by nearly US$ 11.5 billion for the same period. CONCLUSIONS: The present results indicate that a significant health burden will occur because of the postponement in implementing the Cleaner Diesel Technologies policy. These results also reinforce the concept that health effects must be considered when revising fuel and emission policies.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Increasing public interest in science information in a digital and 2.0 science era promotes a dramatically, rapid and deep change in science itself. The emergence and expansion of new technologies and internet-based tools is leading to new means to improve scientific methodology and communication, assessment, promotion and certification. It allows methods of acquisition, manipulation and storage, generating vast quantities of data that can further facilitate the research process. It also improves access to scientific results through information sharing and discussion. Content previously restricted only to specialists is now available to a wider audience. This context requires new management systems to make scientific knowledge more accessible and useable, including new measures to evaluate the reach of scientific information. The new science and research quality measures are strongly related to the new online technologies and services based in social media. Tools such as blogs, social bookmarks and online reference managers, Twitter and others offer alternative, transparent and more comprehensive information about the active interest, usage and reach of scientific publications. Another of these new filters is the Research Blogging platform, which was created in 2007 and now has over 1,230 active blogs, with over 26,960 entries posted about peer-reviewed research on subjects ranging from Anthropology to Zoology. This study takes a closer look at RB, in order to get insights into its contribution to the rapidly changing landscape of scientific communication.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

The aim of this paper is to present some reflections on possibilities to investigate everyday life by examining ways of life, so as to broaden perspectives to the field of research in public health, in light of the fact that the study of daily ways of life involves the analysis of trajectories that contextualize routines, interactions and meanings of life. This allows the social researcher in the health field to have, based on a theoretical framework, a flexible methodology that offers mobility in the choice of the technique that best favors the understanding of the issue to be investigated. We have here, as a conceptual reference, the idea of everyday life investigated from interactive processes and contexts, as opposed to a categorial objectification between subject and object. In this context, from the theoretical reflection, we take, as the research's empirical reference, the waiting room of the outpatient clinic of the Osteoarticular Metabolism Department of a Health Care Unit in the city of Fortaleza/, Northeastern Brazil, in order to foster an interpretive understanding of the daily routine that involves the life and health situations of women with osteoporosis.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Modern embedded systems embrace many-core shared-memory designs. Due to constrained power and area budgets, most of them feature software-managed scratchpad memories instead of data caches to increase the data locality. It is therefore programmers’ responsibility to explicitly manage the memory transfers, and this make programming these platform cumbersome. Moreover, complex modern applications must be adequately parallelized before they can the parallel potential of the platform into actual performance. To support this, programming languages were proposed, which work at a high level of abstraction, and rely on a runtime whose cost hinders performance, especially in embedded systems, where resources and power budget are constrained. This dissertation explores the applicability of the shared-memory paradigm on modern many-core systems, focusing on the ease-of-programming. It focuses on OpenMP, the de-facto standard for shared memory programming. In a first part, the cost of algorithms for synchronization and data partitioning are analyzed, and they are adapted to modern embedded many-cores. Then, the original design of an OpenMP runtime library is presented, which supports complex forms of parallelism such as multi-level and irregular parallelism. In the second part of the thesis, the focus is on heterogeneous systems, where hardware accelerators are coupled to (many-)cores to implement key functional kernels with orders-of-magnitude of speedup and energy efficiency compared to the “pure software” version. However, three main issues rise, namely i) platform design complexity, ii) architectural scalability and iii) programmability. To tackle them, a template for a generic hardware processing unit (HWPU) is proposed, which share the memory banks with cores, and the template for a scalable architecture is shown, which integrates them through the shared-memory system. Then, a full software stack and toolchain are developed to support platform design and to let programmers exploiting the accelerators of the platform. The OpenMP frontend is extended to interact with it.