8 resultados para Work Incentive Program (U.S.)
em Universidade do Minho
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.
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.
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.
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.
Resumo:
In this work, a steel heated pultrusion die was designed, developed and manufactured to produce U200 glass fibre reinforced thermosetting matrix (GRP) profiles. The finite element analysis (FEA) was used to predict and optimise the developed die heating by using cylindrical electrical powered cartridges. To assess the new die performance it was mounted in the 120 kN pultrusion line of the Portuguese company Vidropol SA and used to produce continuously U200 profiles able to meet all requirements specified for the E23 grade accordingly to the European Standard EN 13706: 2002. After setting up the type, orientation and sequence of layers in laminate, orthophthalic, isophthalic and bisphenolic unsaturated polyester as well as vinylester resins were used to produce glass fibre reinforced U 200 composite profiles. An appropriated catalyst system was selected and the processing variables optimised for each case, namely, pultrusion pull-speed and die temperature. Finally, the produced U200 profiles were submitted to visual inspection, calcination and mechanical tests, namely, flexural, tensional and interlaminar shear strength (ILSS) tests, to assess their accomplishment with the EN 13706 requirements.
Resumo:
Physical and physiological comfort, at work and during leisure time, is important to human health and motivation. A growing number of jobs require workers to sit. Most clothes, except those intended for wheelchair users, were designed for walking or the standing position. Clothing designs should be user-oriented and meet users’ needs. Garment design should conform to body position and posture, not just shape and size. In this paper we present the ergometric impact of a new type of trousers designed to adapt to changes in position. Concentrations of compression forces, temperature and pressure were documented in an exploratory pilot study and contrasted to traditional designs. The new trousers showed significant decreases in compression force concentration, especially in and around the knees and waist. Most participants identified comfort as an important factor when purchasing a pair of trousers and that, for working purposes, they would prefer these special trousers rather than traditional designs.
Resumo:
A series of colloidal MxFe3-xO4 (M = Mn, Co, Ni; x = 0–1) nanoparticles with diameters ranging from 6.8 to 11.6 nm was synthesized by hydrothermal reaction in aqueous medium at low temperature (200 °C). Energy-dispersive X-ray microa-nalysis and inductively coupled plasma spectrometry confirms that the actual elemental compositions agree well with the nominal ones. The structural properties of obtained nanoparticles were investigated by using powder X-ray diffraction, Raman scattering, Mössbauer spectroscopy, and electron microscopy. The results demonstrate that our synthesis technique leads to the formation of chemically uniform single-phase solid solution nanoparticles with cubic spinel structure, confirming the intrinsic doping. Magnetic studies showed that, in comparison to Fe3O4, the saturation magnetization of MxFe3-xO4 (M = Mn, Ni) decreases with increasing dopant concentration, while Co-doped samples showed similar saturation magnetizations. On other hand, whereas Mn- and Ni-doped nanoparticles exhibits superparamagnetic behavior at room temperature, ferromagnetism emerges for CoxFe3-xO4 nanoparticles, which can be tuned by the level of Co doping.
Resumo:
Abstract Dataflow programs are widely used. Each program is a directed graph where nodes are computations and edges indicate the flow of data. In prior work, we reverse-engineered legacy dataflow programs by deriving their optimized implementations from a simple specification graph using graph transformations called refinements and optimizations. In MDE-speak, our derivations were PIM-to-PSM mappings. In this paper, we show how extensions complement refinements, optimizations, and PIM-to-PSM derivations to make the process of reverse engineering complex legacy dataflow programs tractable. We explain how optional functionality in transformations can be encoded, thereby enabling us to encode product lines of transformations as well as product lines of dataflow programs. We describe the implementation of extensions in the ReFlO tool and present two non-trivial case studies as evidence of our work’s generality