9 resultados para cost-informed process execution
em Universidade Federal do Rio Grande do Norte(UFRN)
Resumo:
This dissertation presents a model-driven and integrated approach to variability management, customization and execution of software processes. Our approach is founded on the principles and techniques of software product lines and model-driven engineering. Model-driven engineering provides support to the specification of software processes and their transformation to workflow specifications. Software product lines techniques allows the automatic variability management of process elements and fragments. Additionally, in our approach, workflow technologies enable the process execution in workflow engines. In order to evaluate the approach feasibility, we have implemented it using existing model-driven engineering technologies. The software processes are specified using Eclipse Process Framework (EPF). The automatic variability management of software processes has been implemented as an extension of an existing product derivation tool. Finally, ATL and Acceleo transformation languages are adopted to transform EPF process to jPDL workflow language specifications in order to enable the deployment and execution of software processes in the JBoss BPM workflow engine. The approach is evaluated through the modeling and modularization of the project management discipline of the Open Unified Process (OpenUP)
Resumo:
A major and growing problems faced by modern society is the high production of waste and related effects they produce, such as environmental degradation and pollution of various ecosystems, with direct effects on quality of life. The thermal treatment technologies have been widely used in the treatment of these wastes and thermal plasma is gaining importance in processing blanketing. This work is focused on developing an optimized system of supervision and control applied to a processing plant and petrochemical waste effluents using thermal plasma. The system is basically composed of a inductive plasma torch reactors washing system / exhaust gases and RF power used to generate plasma. The process of supervision and control of the plant is of paramount importance in the development of the ultimate goal. For this reason, various subsidies were created in the search for greater efficiency in the process, generating events, graphics / distribution and storage of data for each subsystem of the plant, process execution, control and 3D visualization of each subsystem of the plant between others. A communication platform between the virtual 3D plant architecture and a real control structure (hardware) was created. The goal is to use the concepts of mixed reality and develop strategies for different types of controls that allow manipulating 3D plant without restrictions and schedules, optimize the actual process. Studies have shown that one of the best ways to implement the control of generation inductively coupled plasma techniques is to use intelligent control, both for their efficiency in the results is low for its implementation, without requiring a specific model. The control strategy using Fuzzy Logic (Fuzzy-PI) was developed and implemented, and the results showed satisfactory condition on response time and viability
Resumo:
The educational reform of the 90 s was tainted by the objectives of the fiscal adjustments, resulting in the redefinition of the state s role in the financing and offering of teaching services, and bringing about a shuffling of the responsibility between the public and private sectors to promote education to young people and adults. The 90 s also highlighted the proliferation of providers and the multiplication of Educational Programs for Youths and Adults (EJA), implemented through partnerships between governmental and nongovernmental agencies. During this period of time, the agenda of educational responsibilities concerning analphabetism was organized in a process of decentralized of the state, with the following political, social, and economic objectives: to reduce the public deficit, increasing public savings and the financial capacity of the state to concentrate resources in areas considered indispensable to direct intervention; to increase the efficiency of the social services moffered or funded by the state, giving citizens more at a lower cost, and spreading services to more remote areas, expanding access to reach those most in need; to increase the participation of citizens in public management, stimulating communitarian acts as well as developing efforts towards the effective coordination of public figures in the implementation of associated social services. Thus, Assistance Programs co-financed by the government try to deal with the problem of analphabetism. Within the sphere of the 90 s educational policy decentralization, we come to see how the agenda dedicated to the reduction of analphabetism was formed by the Solidarity Alphabetization Program (PAS). Between 1997 and 2003, the latter agenda s decentralizing proposal was integrated in the management partnership for the operationalization of tasks and resources faced with the execution of the formal objectives. In this study, we identify the dimensions of the implantation and progress of the tasks carried out by PAS, in the municipality of Lagoa de Pedras/RN. However, we consider these Programs to assist in the process without guaranteeing the reduction of the causes or substituting the responsibility of the system once the monetary resources for program maintenance provided by the partners is exhausted
Resumo:
In recent years, the Brazilian construction industry has gone by changes like currency stability, increasing competition, shortage of skilled labor and increasing quality importance required by the customer, who made the sector companies seek solutions through new management practices in order to become more efficient. A alternative to these management practices is known as Lean Construction which is derived from the Toyota System Production. Lean Construction main goals are to reduce parts of activities that do not add value, increase product value by considering customer needs, reduce variability and production cycle time, simplify process by reducing the number of parts or steps, increase the flexibility in the product execution and transparency process, focus the control on overall process, introduce continuous improvement process, maintain a balance between improvements in flows and conversions and seek to learn from practices adopted by competitors. However, the construction industry is characterized by having nomadic activity, which undertakes an unique product with high cost of production and big inertia for behavioral change, making it difficult to implement the philosophy of lean construction in companies. In this sense, the main objective of this study is to develop a methodology for implementation of the principles of Lean Construction. The method of implementing the proposed management system was designed with the aid of 5W2H tool, and the implementation process is divided into three phases. The first one aims to know in a macro way the current operation of construction, identify who is its target audience and what are the products and services offered to the Market. The second phase aims to describe what actions should be taken and which documents are needed to be created or modified; finally, the third step goal consists in how to control and monitor established processes, where through Strategic Planning the company goals would be set along with their respective targets and indicators in order to keep the system working, aiming for continuous improvement with focus on the customer. This methodology was conceived as a case study analyzing a medium size construction with more than 18 years of activity and certified for almost 10 years with ISO9001 and level A in PBQP-H. We also conclude that this implementation process can be used in any developer and / or builder
Resumo:
Artificial neural networks are usually applied to solve complex problems. In problems with more complexity, by increasing the number of layers and neurons, it is possible to achieve greater functional efficiency. Nevertheless, this leads to a greater computational effort. The response time is an important factor in the decision to use neural networks in some systems. Many argue that the computational cost is higher in the training period. However, this phase is held only once. Once the network trained, it is necessary to use the existing computational resources efficiently. In the multicore era, the problem boils down to efficient use of all available processing cores. However, it is necessary to consider the overhead of parallel computing. In this sense, this paper proposes a modular structure that proved to be more suitable for parallel implementations. It is proposed to parallelize the feedforward process of an RNA-type MLP, implemented with OpenMP on a shared memory computer architecture. The research consistes on testing and analizing execution times. Speedup, efficiency and parallel scalability are analyzed. In the proposed approach, by reducing the number of connections between remote neurons, the response time of the network decreases and, consequently, so does the total execution time. The time required for communication and synchronization is directly linked to the number of remote neurons in the network, and so it is necessary to investigate which one is the best distribution of remote connections
Resumo:
Automation has become increasingly necessary during the software test process due to the high cost and time associated with such activity. Some tools have been proposed to automate the execution of Acceptance Tests in Web applications. However, many of them have important limitations such as the strong dependence on the structure of the HTML pages and the need of manual valuing of the test cases. In this work, we present a language for specifying acceptance test scenarios for Web applications called IFL4TCG and a tool that allows the generation of test cases from these scenarios. The proposed language supports the criterion of Equivalence Classes Partition and the tool allows the generation of test cases that meet different combination strategies (i.e., Each-Choice, Base-Choice and All Combinations). In order to evaluate the effectiveness of the proposed solution, we used the language and the associated tool for designing and executing Acceptance Tests on a module of Sistema Unificado de Administração Pública (SUAP) of Instituto Federal Rio Grande do Norte (IFRN). Four Systems Analysts and one Computer Technician, which work as developers of the that system, participated in the evaluation. Preliminary results showed that IFL4TCG can actually help to detect defects in Web applications
Resumo:
Global society and technology have changed the relationships of the market. Quality and cost are not the main aspects of any industrial product. On the other hand, design, innovation and sustainability became significant requirements to company’s competitiveness. In this context, the design approach has shown evolutions, integrating social and environmental aspects beside traditional aspects such as technical and economic. Still, design has been becoming a strategic opportunity for companies, improving their competitiveness and increasing their market share. Thus, this research has analyzed the integration of both the Sustainable Design and Strategic Design Coaching (SDC) method in the making decision activities of companies. A cement company (BQMIL) was assigned as case study, in which the previous results have pointed out the significant hole of those concepts to generate Eco-innovation and Eco-Brand to increase its market share, corroborating the expectative of the design team
Resumo:
This paper suggests modifications in coating of electrodes providing an alternative for execution of welding with low hydrogen electrode AWS E7018 without having to dry it, reducing thus the cost and time of manufacturing of high resistance welds. The welds in this research were developed with basic coated electrodes (hygroscopic) – SMAW process – externally painted with aluminum spray paint for high temperatures or wrapped with thin plastic films (PVC) and aluminum foil films used commonly for food protection. The basic premise is that establishing a barrier between the atmosphere and the electrode coating could reduce the effects of high hygroscopicity presented by coatings of low hydrogen, minimizing this way the main source of supply of hydrogen to the fusion pool during welding. It is also expected that the addition of new materials from the electrode coating to the fusion pool would induce metallurgical changes in the deposited metal and, as a consequence, modifications in its mechanical properties. This research dealt with measuring the dissolved hydrogen in the deposited metal after welding with modified electrodes, evaluating the influence of these changes in the produced microstructures and in the mechanical properties of the resulting weld, and comparing the obtained results with the standard welding procedures and with the recently developed waterproof electrodes. The results obtained in most samples welded with modified electrodes showed increased mechanical resistance and increased tenacity due to the increased percentage of acicular ferrite in metal deposited without significant elevation of hardness, when compared with the traditional welding with AWS E7018 electrode and with ELBRÁS BRH4R waterproof electrode. The diffusing hydrogen measured in the modified electrodes was kept inside the parameters defined by international codes.
Resumo:
This paper suggests modifications in coating of electrodes providing an alternative for execution of welding with low hydrogen electrode AWS E7018 without having to dry it, reducing thus the cost and time of manufacturing of high resistance welds. The welds in this research were developed with basic coated electrodes (hygroscopic) – SMAW process – externally painted with aluminum spray paint for high temperatures or wrapped with thin plastic films (PVC) and aluminum foil films used commonly for food protection. The basic premise is that establishing a barrier between the atmosphere and the electrode coating could reduce the effects of high hygroscopicity presented by coatings of low hydrogen, minimizing this way the main source of supply of hydrogen to the fusion pool during welding. It is also expected that the addition of new materials from the electrode coating to the fusion pool would induce metallurgical changes in the deposited metal and, as a consequence, modifications in its mechanical properties. This research dealt with measuring the dissolved hydrogen in the deposited metal after welding with modified electrodes, evaluating the influence of these changes in the produced microstructures and in the mechanical properties of the resulting weld, and comparing the obtained results with the standard welding procedures and with the recently developed waterproof electrodes. The results obtained in most samples welded with modified electrodes showed increased mechanical resistance and increased tenacity due to the increased percentage of acicular ferrite in metal deposited without significant elevation of hardness, when compared with the traditional welding with AWS E7018 electrode and with ELBRÁS BRH4R waterproof electrode. The diffusing hydrogen measured in the modified electrodes was kept inside the parameters defined by international codes.