921 resultados para Work Incentive Program (U.S.)


Relevância:

30.00% 30.00%

Publicador:

Resumo:

A Work Project, presented as part of the requirements for the Award of a Masters Degree in Economics from the NOVA – School of Business and Economics

Relevância:

30.00% 30.00%

Publicador:

Resumo:

A Work Project, presented as part of the requirements for the Award of a Masters Degree in Management from the NOVA – School of Business and Economics

Relevância:

30.00% 30.00%

Publicador:

Resumo:

A Work Project, presented as part of the requirements for the Award of a Masters Degree in Management from the NOVA – School of Business and Economics

Relevância:

30.00% 30.00%

Publicador:

Resumo:

A Work Project, presented as part of the requirements for the Award of a Masters Degree in Management from the NOVA – School of Business and Economics

Relevância:

30.00% 30.00%

Publicador:

Resumo:

A Work Project, presented as part of the requirements for the Award of a Masters Degree in Management from the NOVA – School of Business and Economics

Relevância:

30.00% 30.00%

Publicador:

Resumo:

A Work Project, presented as part of the requirements for the Award of a Masters Degree in Management from the NOVA – School of Business and Economics

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Introduction Professionals who handle rodents in the field and in the laboratory are at risk of infection by the microorganisms harbored by these animals. Methods Serum samples from professionals involved in rodent and Yersinia pestis handling in field or laboratory work were analyzed to determine hantavirus and plague seroprevalence and to establish a relationship between these activities and reports of illnesses. Results Two individuals had antibodies against hantavirus, and two harbored antibodies against the plague; none of the individuals had experienced an illness related to their duties. Conclusions These results confirm the risks of hantavirus- and plague-related field and laboratory activities and the importance of protective measures for such work.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Introduction: There are more than 300,000 extractors using the babaçu coconut as a source of income in the States of Maranhão, Pará, Tocantins and Piauí, and this activity is associated with fungal infections. The objective of this study was to examine the occurrence of emergent fungi in the conjunctiva, nails and surface and subcutaneous injuries of female coconut breakers in Esperantinópolis, Maranhão. Additionally, soil samples and palm structures were collected. Methods: The obtained samples were cultured in Petri dishes containing potato-dextrose-agar and chloramphenicol. The etiological agent was confirmed by a direct mycological exam and growth in culture. Results: In total, 150 domiciles were visited, and samples were collected from 80 patients. From the ground, the most frequently isolated fungus was Aspergillus niger (53. 8%). the most frequently detected fungus in babaçu coconut was Aspergillus niger (66.7%). Conjunctival fungal growth occurred in 76.3% of the women. The ocular fungal microbiota consisted of filamentous fungi (80.6%), and yeasts were present in 19.4% of cases. Onychomycosis was diagnosed in 44% (11/25) of the women. Conclusions: The identification of the genera Neosartorya, Rhizopus and Curvularia in onychomycoses shows that emergent filamentous fungi can be isolated. Aspergillus sp., Penicillium sp. and Scedosporium sp. were the predominant genera found in the babaçu coconut. From ocular conjunctiva, Candida spp. were the most prevalent species isolated, and Fusarium sp. was present only in one woman. The nearly permanent exposure of coconut breakers to the external environment and to the soil is most likely the reason for the existence of a mycotic flora and fungal infections, varying according to the individual's practices and occupation.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Introduction Açucena Municipality, Rio Doce Valley, State of Minas Gerais, Brazil temporarily (2001-2005) interrupted epidemiological surveillance for Chagas disease. The objective of this work was to evaluate the Chagas Disease Control Program (CDCP) in Açucena and to offer suggestions for improving local epidemiological surveillance. Methods This study was conducted in three phases: I) a serological investigation of schoolchildren aged 5 to 15 years using an enzyme-linked immunosorbent assay (ELISA) test performed on blood collected on filter paper followed by ELISA, indirect immunofluorescence (IIF) and indirect hemaglutination (IHA) on venous blood for borderline cases and those in the gray zone of reactivity; II) vector evaluation using the data obtained by local health agents during 2006-2010; and III) examination by ELISA, IIF and IHA of serum samples from the inhabitants of houses where infected Triatoma vitticeps was found and evaluation of their knowledge about Chagas disease. Results Five individuals had inconclusive results in the ELISA screening but were seronegative for Chagas disease. The triatomine evaluation revealed the presence of three species: Triatoma vitticeps, Panstrongylus megistus and Panstrongylus diasi. Triatoma vitticeps was the most prevalent and widespread, with a higher (67%) index of Trypanosoma cruzi flagellates and evidence of colonization. Most of the inhabitants of the infested houses recognized triatomines and had basic knowledge about Chagas disease. Conclusions Although T. vitticeps is not clearly associated with Chagas disease transmission, these results highlight the importance of maintaining CDCP in endemic areas and the need for greater emphasis on epidemiological surveillance, especially in areas with important vectorial changes or that have been modified by human intervention.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

The present article is based on the MA thesis of Hou Bowen (Ph.D candidate) and on the presentation made at the ISA World Congress of Sociology held in Yokohama (Japan) on July 2014 at the Session on “Assessing Technologies: Global Patterns of Trust and Distrust” of RC23-Sociology of Science and Technology.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Mutable state can be useful in certain algorithms, to structure programs, or for efficiency purposes. However, when shared mutable state is used in non-local or nonobvious ways, the interactions that can occur via aliases to that shared memory can be a source of program errors. Undisciplined uses of shared state may unsafely interfere with local reasoning as other aliases may interleave their changes to the shared state in unexpected ways. We propose a novel technique, rely-guarantee protocols, that structures the interactions between aliases and ensures that only safe interference is possible. We present a linear type system outfitted with our novel sharing mechanism that enables controlled interference over shared mutable resources. Each alias is assigned separate, local roles encoded in a protocol abstraction that constrains how an alias can legally use that shared state. By following the spirit of rely-guarantee reasoning, our rely-guarantee protocols ensure that only safe interference can occur but still allow many interesting uses of shared state, such as going beyond invariant and monotonic usages. This thesis describes the three core mechanisms that enable our type-based technique to work: 1) we show how a protocol models an alias’s perspective on how the shared state evolves and constrains that alias’s interactions with the shared state; 2) we show how protocols can be used while enforcing the agreed interference contract; and finally, 3) we show how to check that all local protocols to some shared state can be safely composed to ensure globally safe interference over that shared memory. The interference caused by shared state is rooted at how the uses of di↵erent aliases to that state may be interleaved (perhaps even in non-deterministic ways) at run-time. Therefore, our technique is mostly agnostic as to whether this interference was the result of alias interleaving caused by sequential or concurrent semantics. We show implementations of our technique in both settings, and highlight their di↵erences. Because sharing is “first-class” (and not tied to a module), we show a polymorphic procedure that enables abstract compositions of protocols. Thus, protocols can be specialized or extended without requiring specific knowledge of the interference produce by other protocols to that state. We show that protocol composition can ensure safety even when considering abstracted protocols. We show that this core composition mechanism is sound, decidable (without the need for manual intervention), and provide an algorithm implementation.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

The problem of work-related musculoskeletal disorders is a rising concern in the companies. Thus, occupational gym has emerged as a possible solution to this problem because it leads to changes in the lifestyle by promoting health and physical activity. In this regard, this study purposes to evaluate the impact of an occupational gym program in the neck and shoulder flexibility in office workers. In order to evaluate the levels of flexibility, a universal goniometer was used for pre and post occupational gym program implementation. The program had an extension of three months, with 15 minutes sessions twice a week. The sample consisted in an intervention group comprised of 30 elements and a control group composed of 8 elements. The results suggest that there were improvements in flexibility at the cervical spine and shoulder segments levels. The increase on flexibility between the two time points in the intervention group was significant, unlike the control group that presented only slight improvements.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Developing and implementing data-oriented workflows for data migration processes are complex tasks involving several problems related to the integration of data coming from different schemas. Usually, they involve very specific requirements - every process is almost unique. Having a way to abstract their representation will help us to better understand and validate them with business users, which is a crucial step for requirements validation. In this demo we present an approach that provides a way to enrich incrementally conceptual models in order to support an automatic way for producing their correspondent physical implementation. In this demo we will show how B2K (Business to Kettle) system works transforming BPMN 2.0 conceptual models into Kettle data-integration executable processes, approaching the most relevant aspects related to model design and enrichment, model to system transformation, and system execution.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Today it is easy to find a lot of tools to define data migration schemas among different types of information systems. Data migration processes use to be implemented on a very diverse range of applications, ranging from conventional operational systems to data warehousing platforms. The implementation of a data migration process often involves a serious planning, considering the development of conceptual migration schemas at early stages. Such schemas help architects and engineers to plan and discuss the most adequate way to migrate data between two different systems. In this paper we present and discuss a way for enriching data migration conceptual schemas in BPMN using a domain-specific language, demonstrating how to convert such enriched schemas to a first correspondent physical representation (a skeleton) in a conventional ETL implementation tool like Kettle.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

ETL conceptual modeling is a very important activity in any data warehousing system project implementation. Owning a high-level system representation allowing for a clear identification of the main parts of a data warehousing system is clearly a great advantage, especially in early stages of design and development. However, the effort to model conceptually an ETL system rarely is properly rewarded. Translating ETL conceptual models directly into something that saves work and time on the concrete implementation of the system process it would be, in fact, a great help. In this paper we present and discuss a hybrid approach to this problem, combining the simplicity of interpretation and power of expression of BPMN on ETL systems conceptualization with the use of ETL patterns to produce automatically an ETL skeleton, a first prototype system, which has the ability to be executed in a commercial ETL tool like Kettle.