887 resultados para Gemstone Team BREATHE (Bay Revitalization Efforts Against the Hypoxic Environment)


Relevância:

100.00% 100.00%

Publicador:

Resumo:

This paper presents the findings from a study into the current exploitation of computer-supported collaborative working (CSCW) in design for the built environment in the UK. The research is based on responses to a web-based questionnaire. Members of various professions, including civil engineers, architects, building services engineers, and quantity surveyors, were invited to complete the questionnaire. The responses reveal important trends in the breadth and size of project teams at the same time as new pressures are emerging regarding team integration and efficiency. The findings suggest that while CSCW systems may improve project management (e.g., via project documentation) and the exchange of information between team members, it has yet to significantly support those activities that characterize integrated collaborative working between disparate specialists. The authors conclude by combining the findings with a wider discussion of the application of CSCW to design activity-appealing for CSCW to go beyond multidisciplinary working to achieve interdisciplinary working.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

This collection of original research and review articles and has been designed with the joint aims of inspiring future work and of reminding environmental economists and researchers from other disciplines that looking for similarities and common features in their studies is more important than magnifying their differences. It is also suitable for use as a postgraduate text. The volume reflects the endeavour of mainstream economic thought to include, amongst its chief concerns, the study of all complex interactions between economies and natural space. It also documents efforts made by economists and other scientists to study the complex phenomenon of individual and collective decision making when faced with problems linking economic activity with the environment. Presenting a pluralistic view of approaches and methodologies, rather than an exhaustive list of topics of interest to environmental scientists, the editors have brought together innovative contributions that can be read as self-contained pieces of work.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Background There is emerging evidence that the physical environment is important for health, quality of life and care, but there is a lack of valid instruments to assess health care environments. The Sheffield Care Environment Assessment Matrix (SCEAM), developed in the United Kingdom, provides a comprehensive assessment of the physical environment of residential care facilities for older people. This paper reports on the translation and adaptation of SCEAM for use in Swedish residential care facilities for older people, including information on its validity and reliability. Methods SCEAM was translated into Swedish and back-translated into English, and assessed for its relevance by experts using content validity index (CVI) together with qualitative data. After modification, the validity assessments were repeated and followed by test-retest and inter-rater reliability tests in six units within a Swedish residential care facility that varied in terms of their environmental characteristics. Results Translation and back translation identified linguistic and semantic related issues. The results of the first content validity analysis showed that more than one third of the items had item-CVI (I-CVI) values less than the critical value of 0.78.  After modifying the instrument, the second content validation analysis resulted in I-CVI scores above 0.78, the suggested criteria for excellent content validity. Test-retest reliability showed high stability (96% and 95% for two independent raters respectively), and inter-rater reliability demonstrated high levels of agreement (95% and 94% on two separate rating occasions). Kappa values were very good for test-retest (κ= 0.903 and 0.869) and inter-rater reliability (κ= 0.851 and 0.832). Conclusions Adapting an instrument to a domestic context is a complex and time-consuming process, requiring an understanding of the culture where the instrument was developed and where it is to be used. A team, including the instrument’s developers, translators, and researchers is necessary to ensure a valid translation and adaption. This study showed preliminary validity and reliability evidence for the Swedish version (S-SCEAM) when used in a Swedish context. Further, we believe that the S-SCEAM has improved compared to the original instrument and suggest that it can be used as a foundation for future developments of the SCEAM model.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

The work described in this thesis aims to support the distributed design of integrated systems and considers specifically the need for collaborative interaction among designers. Particular emphasis was given to issues which were only marginally considered in previous approaches, such as the abstraction of the distribution of design automation resources over the network, the possibility of both synchronous and asynchronous interaction among designers and the support for extensible design data models. Such issues demand a rather complex software infrastructure, as possible solutions must encompass a wide range of software modules: from user interfaces to middleware to databases. To build such structure, several engineering techniques were employed and some original solutions were devised. The core of the proposed solution is based in the joint application of two homonymic technologies: CAD Frameworks and object-oriented frameworks. The former concept was coined in the late 80's within the electronic design automation community and comprehends a layered software environment which aims to support CAD tool developers, CAD administrators/integrators and designers. The latter, developed during the last decade by the software engineering community, is a software architecture model to build extensible and reusable object-oriented software subsystems. In this work, we proposed to create an object-oriented framework which includes extensible sets of design data primitives and design tool building blocks. Such object-oriented framework is included within a CAD Framework, where it plays important roles on typical CAD Framework services such as design data representation and management, versioning, user interfaces, design management and tool integration. The implemented CAD Framework - named Cave2 - followed the classical layered architecture presented by Barnes, Harrison, Newton and Spickelmier, but the possibilities granted by the use of the object-oriented framework foundations allowed a series of improvements which were not available in previous approaches: - object-oriented frameworks are extensible by design, thus this should be also true regarding the implemented sets of design data primitives and design tool building blocks. This means that both the design representation model and the software modules dealing with it can be upgraded or adapted to a particular design methodology, and that such extensions and adaptations will still inherit the architectural and functional aspects implemented in the object-oriented framework foundation; - the design semantics and the design visualization are both part of the object-oriented framework, but in clearly separated models. This allows for different visualization strategies for a given design data set, which gives collaborating parties the flexibility to choose individual visualization settings; - the control of the consistency between semantics and visualization - a particularly important issue in a design environment with multiple views of a single design - is also included in the foundations of the object-oriented framework. Such mechanism is generic enough to be also used by further extensions of the design data model, as it is based on the inversion of control between view and semantics. The view receives the user input and propagates such event to the semantic model, which evaluates if a state change is possible. If positive, it triggers the change of state of both semantics and view. Our approach took advantage of such inversion of control and included an layer between semantics and view to take into account the possibility of multi-view consistency; - to optimize the consistency control mechanism between views and semantics, we propose an event-based approach that captures each discrete interaction of a designer with his/her respective design views. The information about each interaction is encapsulated inside an event object, which may be propagated to the design semantics - and thus to other possible views - according to the consistency policy which is being used. Furthermore, the use of event pools allows for a late synchronization between view and semantics in case of unavailability of a network connection between them; - the use of proxy objects raised significantly the abstraction of the integration of design automation resources, as either remote or local tools and services are accessed through method calls in a local object. The connection to remote tools and services using a look-up protocol also abstracted completely the network location of such resources, allowing for resource addition and removal during runtime; - the implemented CAD Framework is completely based on Java technology, so it relies on the Java Virtual Machine as the layer which grants the independence between the CAD Framework and the operating system. All such improvements contributed to a higher abstraction on the distribution of design automation resources and also introduced a new paradigm for the remote interaction between designers. The resulting CAD Framework is able to support fine-grained collaboration based on events, so every single design update performed by a designer can be propagated to the rest of the design team regardless of their location in the distributed environment. This can increase the group awareness and allow a richer transfer of experiences among them, improving significantly the collaboration potential when compared to previously proposed file-based or record-based approaches. Three different case studies were conducted to validate the proposed approach, each one focusing one a subset of the contributions of this thesis. The first one uses the proxy-based resource distribution architecture to implement a prototyping platform using reconfigurable hardware modules. The second one extends the foundations of the implemented object-oriented framework to support interface-based design. Such extensions - design representation primitives and tool blocks - are used to implement a design entry tool named IBlaDe, which allows the collaborative creation of functional and structural models of integrated systems. The third case study regards the possibility of integration of multimedia metadata to the design data model. Such possibility is explored in the frame of an online educational and training platform.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Coordenação de Aperfeiçoamento de Pessoal de Nível Superior (CAPES)

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:

BACKGROUND Evidence exists that a farming environment in childhood may provide protection against atopic respiratory disease. In the GABRIEL project based in Poland and Alpine regions of Germany, Austria and Switzerland, we aimed to assess whether a farming environment in childhood is protective against allergic diseases in Poland and whether specific exposures explain any protective effect. METHODS In rural Poland, 23 331 families of schoolchildren completed a questionnaire enquiring into farming practices and allergic diseases (Phase I). A subsample (n = 2586) participated in Phase II involving a more detailed questionnaire on specific farm exposures with objective measures of atopy. RESULTS Farming differed between Poland and the Alpine centres; in the latter, cattle farming was prevalent, whereas in Poland 18% of village farms kept ≥1 cow and 34% kept ≥1 pig. Polish children in villages had lower prevalences of asthma and hay fever than children from towns, and in the Phase II population, farm children had a reduced risk of atopy measured by IgE (aOR = 0.72, 95% CI 0.57, 0.91) and skin prick test (aOR = 0.65, 95% CI 0.50, 0.86). Early-life contact with grain was inversely related to the risk of atopy measured by IgE (aOR = 0.66, 95% CI 0.47, 0.92) and appeared to explain part of the farming effect. CONCLUSION While farming in Poland differed from that in the Alpine areas as did the exposure-response associations, we found in communities engaged in small-scale, mixed farming, there was a protective farming effect against objective measures of atopy potentially related to contact with grain or associated farm activities.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Awareness of antibiotics in wastewaters and aquatic ecosystems is growing as investigations into alternate pollutants increase and analytical techniques for detecting these chemicals improve. The presence of three antibiotics (ciproffoxacin, norfloxacin and cephalexin) was evaluated in both sewage effluent and environmental waters downstream from a sewage discharge. Bacteria cultured from the sewage bioreactor and receiving waters were tested for resistance against six antibiotics (ciprofloxacin, tetracycline, ampicillin, trimethoprim, erythromycin and trimethoprim/sulphamethoxazole) and effects of short term exposure (24h) to antibiotics on bacterial denitrification rates were examined. Antibiotics were detected entering the sewage treatment plant with varying levels of removal during the treatment process. Antibiotics were also detected in effluent entering receiving waters and detectable 500m from the source. Among the bacteria cultured from the sewage bioreactor, resistance was displayed against all six antibiotics tested and bacteria cultured from receiving waters were resistant against two of the antibiotics tested. Rates of denitrification were observed to decrease in response to some antibiotics and not to others, though this was only observed at concentrations exceeding those likely to be found in the environment. Findings from this preliminary research have indicated that antibiotics are entering our aquatic systems and pose a potential threat to ecosystem function and potentially human health. (c) 2004 Elsevier Ltd. All rights reserved.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Passion represents a strong inclination toward an activity that is important, liked, and in which significant time is invested. Although a harmonious passion is well integrated in one’s identity and is emitted willingly, obsessive passion is not well integrated and is emitted out of internal pressure. This study tested for the presence of a Passion × Environment fit interaction with respect to psychological adjustment. Elite hockey players (N = 233) who tried out for a team in a highly competitive league participated in this short-term longitudinal study. As hypothesized, being selected by the highly competitive leagues led to higher psychological adjustment than not being selected by such leagues. Two months later, an interaction revealed that among athletes who were playing in highly competitive leagues, obsessively passionate athletes reported higher psychological adjustment than did harmonious athletes. Conversely, among athletes playing in less competitive leagues, harmonious athletes reported higher psychological adjustment than did obsessive athletes.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

In this work peptide antigens [ESAT-6,p45 in water (1ml, 1mg/ml)] have been adsorbed onto 10mg inorganic substrates (hydroxyapatite (MHA P201;P120, CHA), polystyrene, calcium carbonate and glass microspheres) and in vitro release characteristics were determined. The aim of formulation was to enhance the interaction of peptides with antigen presenting cells and to achieve rapid peptide release from the carrier compartment system in a mildly acidic environment. Hydroxyapatite microparticle P201 has a greater surface area and thus has the largest peptide adsorption compared to the P120. CHA gave a further higher adsorption due to larger surface area than that available on microparticles. These particles were incorporated into the BOVIGAMTM assay to determine if they improve the sensitivity. After overnight incubation the blood plasma was removed and the amount of IFN-g in each plasma sample was estimated. CHA and MHA P201 gave a significantly higher immune response at low peptide concentration compared to the free peptide, thus indicating that these systems can be used to evaluate Tuberculosis (TB) amongst cattle using the BOVIGAMTM assay. Badgers are a source of TB and pass infection to cattle. At the moment vaccination against TB in badgers is via the parenteral route and requires a trained veterinary surgeon as well as catching the badgers. This process is expensive and time consuming; consequently an oral delivery system for delivery of BCG vaccines is easier and cheaper. The initial stage involved addition of various surfactants and suspending agents to disperse BCG and the second stage involved testing for BCG viability. Various copolymers of Eudragit were used as enteric coating systems to protect BCG against the acidic environment of the stomach (SGF, 0.1M HCl pH 1.2 at 37oC) while dissolving completely in the alkaline environment of the small intestine (SIF, IM PBS solution pH 7.4 at 37oC). Eudragit L100 dispersed in 2ml PBS solution and 0.9ml Tween 80 (0.1%w/v) gave the best results remaining intact in SGF loosing only approximately 10-15% of the initial weight and dissolving completely within 3 hours. BCG was incorporated within the matrix formulation adjusted to pH 7 at the initial formulation stage containing PBS solution and Tween 80. It gave viability of x106 cfu/ml at initial formulation stage, freezing and freeze-drying stages. After this stage the matrix was compressed at 4 tons for 3 mins and placed in SGF for 2 hours and then in SIF until dissolved. The BCG viability dropped to x106 cfu/ml. There is potential to develop it further for oral delivery of BCG vaccine.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

This research, conducted in 2006-2008, examines the ways in which various groups involved with the marine resources of Seward, Alaska construct attitudes towards the environment. Participant observation and semi-structured interviews are used to assess how commercial halibut fishers, tour boat operators, local residents and government officials understand the marine environment based on their previous experiences. This study also explores how ideologies relate to the current practices of each group. Two theories orient the analyses: The first, cultural modeling provided a theoretical and methodological framework for pursuing a more comprehensive analysis of resource management. The second, Theory of Reasoned Action (Ajzen and Fishbein 1980), guided the analysis of the ways in which each participant’s ideology towards the marine environment relates to their practice. Aside from contributing to a better understanding of a coastal community’s ideologies and practices, this dissertation sought to better understand the role of ecological ideologies and behaviors in fisheries management. The research illustrates certain domains where ideologies and practices concerning Pacific halibut and the marine environment differ among commercial fishers, government, and management officials, tour boat operators and residents of Seward, AK. These differences offer insights into how future collaborative efforts between government officials, managers and local marine resource users might better incorporate local ideology into management, and provide ecological information to local marine resource users in culturally appropriate ways.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

This research, conducted in 2006-2008, examines the ways in which various groups involved with the marine resources of Seward, Alaska construct attitudes towards the environment. Participant observation and semi-structured interviews are used to assess how commercial halibut fishers, tour boat operators, local residents and government officials understand the marine environment based on their previous experiences. This study also explores how ideologies relate to the current practices of each group. Two theories orient the analyses: The first, cultural modeling provided a theoretical and methodological framework for pursuing a more comprehensive analysis of resource management. The second, Theory of Reasoned Action (Ajzen and Fishbein 1980), guided the analysis of the ways in which each participant’s ideology towards the marine environment relates to their practice. Aside from contributing to a better understanding of a coastal community’s ideologies and practices, this dissertation sought to better understand the role of ecological ideologies and behaviors in fisheries management. The research illustrates certain domains where ideologies and practices concerning Pacific halibut and the marine environment differ among commercial fishers, government, and management officials, tour boat operators and residents of Seward, AK. These differences offer insights into how future collaborative efforts between government officials, managers and local marine resource users might better incorporate local ideology into management, and provide ecological information to local marine resource users in culturally appropriate ways.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

The mobile water hyacinth, which was produced in growth zones, especially Murchison bay, was mainly exported to three sheltered storage bays (Thruston, Hannington and Waiya). Between 1996 and May 1998, the mobile form of water hyacinth occupied about 800 ha in Thruston bay, 750 ha in Hannington bay and 140 ha in Waiya bay). Biological control weevils and other factors, including localised nutrient depletion, weakened the weed that was confined to the bays and it sunk around October 1998. The settling to the bottom of such huge quantities of organic matter its subsequent decomposition and the debris from this mass was likely to have environmental impacts on biotic communities (e.g. fish and invertebrate), physico-chemical conditions (water quality), and on socio-economic activities (e.g. at fish landings, water abstraction, and hydro-power generation points). Sunken water hyacinth debris could also affect nutrient levels in the water column and lead to reduction in the content of dissolved oxygen. The changes in nutrient dynamics and oxygen levels could affect algal productivity, invertebrate composition and fish communities. Socio-economic impacts of dead sunken weed were expected from debris deposited along the shoreline especially at fish landings, water abstraction and hydropower generation points. Therefore, environmental impact assessment studies were carried out between 1998 and 2002 in selected representative zones of Lake Victoria to identify the effects of the sunken water hyacinth biomass.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Many maritime countries in Europe have implemented marine environmental monitoring programmes which include the measurement of chemical contaminants and related biological effects. How best to integrate data obtained in these two types of monitoring into meaningful assessments has been the subject of recent efforts by the International Council for Exploration of the Sea (ICES) Expert Groups. Work within these groups has concentrated on defining a core set of chemical and biological endpoints that can be used across maritime areas, defining confounding factors, supporting parameters and protocols for measurement. The framework comprised markers for concentrations of, exposure to and effects from, contaminants. Most importantly, assessment criteria for biological effect measurements have been set and the framework suggests how these measurements can be used in an integrated manner alongside contaminant measurements in biota, sediments and potentially water. Output from this process resulted in OSPAR Commission (www.ospar.org) guidelines that were adopted in 2012 on a trial basis for a period of 3 years. The developed assessment framework can furthermore provide a suitable approach for the assessment of Good Environmental Status (GES) for Descriptor 8 of the European Union (EU) Marine Strategy Framework Directive (MSFD).

Relevância:

100.00% 100.00%

Publicador:

Resumo:

The computer controlled screwdriver is a modern technique to perform automatic screwing/unscrewing operations.The main focus is to study the integration of the computer controlled screwdriver for Robotic manufacturing in the ROS environment.This thesis describes a concept of automatic screwing mechanism composed by universal robots, in which one arm of the robot is for inserting cables and the other is for screwing the cables on the control panel switch gear box. So far this mechanism is carried out by human operators and is a fairly complex one to perform, due to the multiple cables and connections involved. It's for this reason that an automatic cabling and screwing process would be highly preferred within automotive/automation industries. A study is carried out to analyze the difficulties currently faced and a controller based algorithm is developed to replace the manual human efforts using universal robots, thereby allowing robot arms to insert the cables and screw them onto the control panel switch gear box. Experiments were conducted to evaluate the insertion and screwing strategy, which shows the result of inserting and screwing cables on the control panel switch gearbox precisely.