839 resultados para University environment
Resumo:
The primary goal of this research is to design and develop an education technology to support learning in global operations management. The research implements a series of studies to determine the right balance among user requirements, learning methods and applied technologies, on a view of student-centred learning. This research is multidisciplinary by nature, involving topics from various disciplines such as global operations management, curriculum and contemporary learning theory, and computer aided learning. Innovative learning models that emphasise on technological implementation are employed and discussed throughout this research.
Resumo:
Purpose – The purpose of this paper is to measure the performance of commercial virtual learning environment (VLE) systems, which helps the decision makers to select the appropriate system for their institutions. Design/methodology/approach – This paper develops an integrated multiple criteria decision making approach, which combines the analytic hierarchy process (AHP) and quality function deployment (QFD), to evaluate and select the best system. The evaluating criteria are derived from the requirements of those who use the system. A case study is provided to demonstrate how the integrated approach works. Findings – The major advantage of the integrated approach is that the evaluating criteria are of interest to the stakeholders. This ensures that the selected system will achieve the requirements and satisfy the stakeholders most. Another advantage is that the approach can guarantee the benchmarking to be consistent and reliable. From the case study, it is proved that the performance of a VLE system being used at the university is the best. Therefore, the university should continue to run the system in order to support and facilitate both teaching and learning. Originality/value – It is believed that there is no study that measures the performance of VLE systems, and thus decision makers may have difficulties in system evaluation and selection for their institutions.
Resumo:
This research is concerned with the relationship between business strategy and the environment within traditional sectors. It has sought to learn more about the strategic environmental attitudes of SMEs compared with large companies operating under the same market conditions. The sector studied is the ceramics industry (including tableware & ornamental-ware, sanitary ware & tiles, bricks, industrial & advanced ceramics and refractories) in the UK and France. Unlike the automotive, oil, chemical, steel or metal processing sectors, this industry is one of the few industrial sectors which has rarely been considered. The information on this sector was gathered by interviewing people responsible for environmental issues. The actual programme of valid interviews represents approximately a quarter of the UK and French ceramics industry which is large enough to enable a quantitative analysis and significant and non-biased conclusions. As a whole, all companies surveyed agreed that the ceramics activity impacts on the environment, and that they are increasingly affected both by environmental legislation, and by various non-legislative pressures. Approaches to the environmental agenda differ significantly among large and small companies. Smaller companies feel particularly pressed both by the financial costs and management time required to meet complex and changing legislation. The results of this survey also suggest that the ceramics industry sees environmental issues in terms of increased costs rather than new business opportunities. This is due principally to fears of import substitution from countries with lower environmental standards. Finally, replies indicate that generally there is a low level of awareness of the current legislative framework, suggesting a need to shift from a regulatory approach to a more self-regulated approach which encourages companies to be more proactive
Resumo:
Using current software engineering technology, the robustness required for safety critical software is not assurable. However, different approaches are possible which can help to assure software robustness to some extent. For achieving high reliability software, methods should be adopted which avoid introducing faults (fault avoidance); then testing should be carried out to identify any faults which persist (error removal). Finally, techniques should be used which allow any undetected faults to be tolerated (fault tolerance). The verification of correctness in system design specification and performance analysis of the model, are the basic issues in concurrent systems. In this context, modeling distributed concurrent software is one of the most important activities in the software life cycle, and communication analysis is a primary consideration to achieve reliability and safety. By and large fault avoidance requires human analysis which is error prone; by reducing human involvement in the tedious aspect of modelling and analysis of the software it is hoped that fewer faults will persist into its implementation in the real-time environment. The Occam language supports concurrent programming and is a language where interprocess interaction takes place by communications. This may lead to deadlock due to communication failure. Proper systematic methods must be adopted in the design of concurrent software for distributed computing systems if the communication structure is to be free of pathologies, such as deadlock. The objective of this thesis is to provide a design environment which ensures that processes are free from deadlock. A software tool was designed and used to facilitate the production of fault-tolerant software for distributed concurrent systems. Where Occam is used as a design language then state space methods, such as Petri-nets, can be used in analysis and simulation to determine the dynamic behaviour of the software, and to identify structures which may be prone to deadlock so that they may be eliminated from the design before the program is ever run. This design software tool consists of two parts. One takes an input program and translates it into a mathematical model (Petri-net), which is used for modeling and analysis of the concurrent software. The second part is the Petri-net simulator that takes the translated program as its input and starts simulation to generate the reachability tree. The tree identifies `deadlock potential' which the user can explore further. Finally, the software tool has been applied to a number of Occam programs. Two examples were taken to show how the tool works in the early design phase for fault prevention before the program is ever run.