898 resultados para 370299 Social Work not elsewhere classified


Relevância:

100.00% 100.00%

Publicador:

Resumo:

Over the last decade, telehealth in Australia has been primarily facilitated and driven by government funding. The government now has a major policy initiative in online health. However, in pursuing the broad initiative there is a danger that some of the smaller components can get lost, and this is probably what has happened to telehealth. There appear to be a number of steps required if telehealth in Australia is to keep up the pace of development that occurred in the 1990s, as we move into what is now being called the era of e-health, involving broadband Internet health service delivery. This area is changing extremely rapidly and is increasingly migrating away from the public sector in Australia, where most of the developmental work has occurred, and into the private sector. Many of the issues that require consideration within the domain of e-health in Australia are also relevant to other countries. E-health will significantly change the way that health-care is practised in future, and it is clear that it is the human factors that are more difficult to overcome, rather than the technological ones.

Relevância:

100.00% 100.00%

Publicador:

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Previous work on formally modelling and analysing program compilation has shown the need for a simple and expressive semantics for assembler level programs. Assembler programs contain unstructured jumps and previous formalisms have modelled these by using continuations, or by embedding the program in an explicit emulator. We propose a simpler approach, which uses techniques from compiler theory in a formal setting. This approach is based on an interpretation of programs as collections of program paths, each of which has a weakest liberal precondition semantics. We then demonstrate, by example, how we can use this formalism to justify the compilation of block-structured high-level language programs into assembler.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Literature on the relationship between leadership and entrepreneurship as it applies to endogenous growth in a regional context is reviewed and used to explore a research agenda for work on this topic. A leadership/entrepreneurship analytical approach is developed and applied on a pilot basis to the Greater Washington D.C. region and its sub-parts. The results are assessed and used to further refine the model and to identify some of the more provocative policy implications of this work. The implications for regional planning process are also considered.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Achieving consistency between a specification and its implementation is an important part of software development. In this paper, we present a method for generating passive test oracles that act as self-checking implementations. The implementation is verified using an animation tool to check that the behavior of the implementation matches the behavior of the specification. We discuss how to integrate this method into a framework developed for systematically animating specifications, which means a tester can significantly reduce testing time and effort by reusing work products from the animation. One such work product is a testgraph: a directed graph that partially models the states and transitions of the specification. Testgraphs are used to generate sequences for animation, and during testing, to execute these same sequences on the implementation.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

A test oracle provides a means for determining whether an implementation behaves according to its specification. A passive test oracle checks that the correct behaviour has been implemented, but does not implement the behaviour itself. In previous work, we have presented a method that allows us to derive passive C++ test oracles from formal specifications written in Object-Z. We describe the "Warlock" prototype tool that supports the method. Warlock is built on top of an existing Object-Z type checker and generates oracle code for a substantial subset of the Object-Z language. We describe the architecture of Warlock and its application to a number of Object-Z specifications. We also discuss its current limitations.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Software simulation models are computer programs that need to be verified and debugged like any other software. In previous work, a method for error isolation in simulation models has been proposed. The method relies on a set of feature matrices that can be used to determine which part of the model implementation is responsible for deviations in the output of the model. Currrently these feature matrices have to be generated by hand from the model implementation, which is a tedious and error-prone task. In this paper, a method based on mutation analysis, as well as prototype tool support for the verification of the manually generated feature matrices is presented. The application of the method and tool to a model for wastewater treatment shows that the feature matrices can be verified effectively using a minimal number of mutants.