18 resultados para user-centered approach

em CiencIPCA - Instituto Politécnico do Cávado e do Ave, Portugal


Relevância:

40.00% 40.00%

Publicador:

Resumo:

In the context of an e ort to develop methodologies to support the evaluation of interactive system, this paper investigates an approach to detect graphical user interface bad smells. Our approach consists in detecting user interface bad smells through model-based reverse engineering from source code. Models are used to de ne which widgets are present in the interface, when can particular graphical user interface (GUI) events occur, under which conditions, which system actions are executed, and which GUI state is generated next.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Graphical user interfaces (GUIs) are critical components of today's software. Developers are dedicating a larger portion of code to implementing them. Given their increased importance, correctness of GUIs code is becoming essential. This paper describes the latest results in the development of GUISurfer, a tool to reverse engineer the GUI layer of interactive computing systems. The ultimate goal of the tool is to enable analysis of interactive system from source code.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Image segmentation is an ubiquitous task in medical image analysis, which is required to estimate morphological or functional properties of given anatomical targets. While automatic processing is highly desirable, image segmentation remains to date a supervised process in daily clinical practice. Indeed, challenging data often requires user interaction to capture the required level of anatomical detail. To optimize the analysis of 3D images, the user should be able to efficiently interact with the result of any segmentation algorithm to correct any possible disagreement. Building on a previously developed real-time 3D segmentation algorithm, we propose in the present work an extension towards an interactive application where user information can be used online to steer the segmentation result. This enables a synergistic collaboration between the operator and the underlying segmentation algorithm, thus contributing to higher segmentation accuracy, while keeping total analysis time competitive. To this end, we formalize the user interaction paradigm using a geometrical approach, where the user input is mapped to a non-cartesian space while this information is used to drive the boundary towards the position provided by the user. Additionally, we propose a shape regularization term which improves the interaction with the segmented surface, thereby making the interactive segmentation process less cumbersome. The resulting algorithm offers competitive performance both in terms of segmentation accuracy, as well as in terms of total analysis time. This contributes to a more efficient use of the existing segmentation tools in daily clinical practice. Furthermore, it compares favorably to state-of-the-art interactive segmentation software based on a 3D livewire-based algorithm.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Developed societies are currently facing severe demographic changes: the world population is ageing at an unprecedented rate. This demographic trend will be also followed by an increase of people with physical limitations. New challenges are being raised to the traditional health care systems, not only in Portugal, but also in all other European states. There is an urgent need to find solutions that allow extending the time people can live in their preferred environment by increasing their autonomy, self-confidence and mobility. AAL4ALL is a project currently being developed in cooperation with 34 Portuguese interdisciplinary partners, from industry to academia, R&D and social disciplines, which employs a novel conceptual approach through the development of an ecosystem of products and services for Ambient Assisted Living (AAL) associated to a business model and validated through large scale trial. This paper presents a comparative perspective of the needs and attitudes towards technology of the AAL users and caregivers identified in the analysis of a set of three different surveys: a users survey targeted at the Portuguese seniors and pre-seniors; an informal caregivers survey targeted at the family, friends and neighbours who provide care without any financial compensation; and a formal caregivers survey targeted at physicians, nurses,psychologists, social workers, and direct-care workers providing care to elders. The first results indicate that AAL solutions must be affordable,user friendly and have a true perceived benefit to their users.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The paper proposes a methodology especially focused on the generation of strategic plans of action, emphasizing the relevance of having a structured timeframe classification for the actions. The methodology explicitly recognizes the relevance of long-term goals as strategic drivers, which must insure that the complex system is capable to effectively respond to changes in the environment. In addition, the methodology employs engineering systems techniques in order to understand the inner working of the system and to build up alternative plans of action. Due to these different aspects, the proposed approach features higher flexibility compared to traditional methods. The validity and effectiveness of the methodology has been demonstrated by analyzing an airline company composed by 5 subsystems with the aim of defining a plan of action for the next 5 years, which can either: improve efficiency, redefine mission or increase revenues.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Guimarães has hosted, during the year of 2012, one of the European Capital of Culture (ECOC). The evaluation of the event is needed as public, private and community funds are involved. The approach considers the tourists (domestic and international) as external and independent stakeholders who assessed the cultural activities developed during the event and the attributes of the city. The results of the survey show that hosting the 2012 ECOC was a major contribution for attracting new visitors to the city, although many of them just for a short period of time. The main source of general information collected by tourists was the Internet, and the traditional media. Only a small amount of respondents demonstrated a specialized knowledge of the cultural program. The most cited and appreciated performances came from the areas of music, exhibitions, and theatre. According to the perceptions of tourists, the tangible assets were clearly detached from the set of attributes of Guimarães, including buildings, churches and chapels, whereas intangible assets were less noted. Overall, Guimarães received a very positive evaluation related to city image and stay and is highly recommended by tourists to friends and relatives.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Information systems are a foundation key element of modern organizations. Quite often, chief executive officers and managers have to decide about the acquisition of new software solution based in an appropriated set of criteria. Analytic Hierarchy Process (AHP) is one technique used to support that kind of decisions. This paper proposes the application of AHP method to the selection of ERP (Enterprise Resource Planning) systems, identifying the set of criteria to be used. A set of criteria was retrieved from the scientific literature and validated through a survey-based approach.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Abstract — The analytical methods based on evaluation models of interactive systems were proposed as an alternative to user testing in the last stages of the software development due to its costs. However, the use of isolated behavioral models of the system limits the results of the analytical methods. An example of these limitations relates to the fact that they are unable to identify implementation issues that will impact on usability. With the introduction of model-based testing we are enable to test if the implemented software meets the specified model. This paper presents an model-based approach for test cases generation from the static analysis of source code.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

GUIsurfer: A Reverse Engineering Framework for User Interface Software

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Graphical user interfaces (GUIs) make software easy to use by providing the user with visual controls. Therefore, correctness of GUI's code is essential to the correct execution of the overall software. Models can help in the evaluation of interactive applications by allowing designers to concentrate on its more important aspects. This paper presents a generic model for language-independent reverse engineering of graphical user interface based applications, and we explore the integration of model-based testing techniques in our approach, thus allowing us to perform fault detection. A prototype tool has been constructed, which is already capable of deriving and testing a user interface behavioral model of applications written in Java/Swing.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Abstract. Graphical user interfaces (GUIs) make software easy to use by providing the user with visual controls. Therefore, correctness of GUI’s code is essential to the correct execution of the overall software. Models can help in the evaluation of interactive applications by allowing designers to concentrate on its more important aspects. This paper describes our approach to reverse engineer an abstract model of a user interface directly from the GUI’s legacy code. We also present results from a case study. These results are encouraging and give evidence that the goal of reverse engineering user interfaces can be met with more work on this technique.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Abstract. Interest in design and development of graphical user interface (GUIs) is growing in the last few years. However, correctness of GUI's code is essential to the correct execution of the overall software. Models can help in the evaluation of interactive applications by allowing designers to concentrate on its more important aspects. This paper describes our approach to reverse engineering abstract GUI models directly from the Java/Swing code.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Pectus carinatum (PC) is a chest deformity caused by a disproportionate growth of the costal cartilages compared to the bony thoracic skeleton, pulling the sternum towards, which leads to its protrusion. There has been a growing interest on using the ‘reversed Nuss’ technique as minimally invasive procedure for PC surgical correction. A corrective bar is introduced between the skin and the thoracic cage and positioned on top of the sternum highest protrusion area for continuous pressure. Then, it is fixed to the ribs and kept implanted for about 2–3 years. The purpose of this work was to (a) assess the stresses distribution on the thoracic cage that arise from the procedure, and (b) investigate the impact of different positioning of the corrective bar along the sternum. The higher stresses were generated on the 4th, 5th and 6th ribs backend, supporting the hypothesis of pectus deformities correction-induced scoliosis. The different bar positioning originated different stresses on the ribs’ backend. The bar position that led to lower stresses generated on the ribs backend was the one that also led to the smallest sternum displacement. However, this may be preferred, as the risk of induced scoliosis is lowered.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The European Capital of Culture is an annual mega-event, which can provide a good forum though which to challenge and engage local citizens, thus generating feelings of common citizenship. In addition, it presents an ideal opportunity to promote the restructuring of the hosting urban space. However, the success of both the organization and the city that hosts the cultural event depends on the residents’ commitment towards it, the consistency of the tourism attractions and activities supplied, and the capacity of anticipating and monitoring the evolution of tourists’ preferences. The present study aims to assess the intention to participate and the impacts perceived by residents of Guimarães from hosting one of the 2012 European Capitals of Culture (2012 ECOC) in the ex-ante period (2011). Through a convenience sample of 471 usable surveys applied to the local population, conducted between October and December 2011, we tried to identify some of these potential impacts. According to the results received, 40% of residents had a low or very low knowledge of the cultural program, although only 11% demonstrated no intention of attending any activity during the event. The comparison of the mean scores of the expected 2012 ECOC impacts by gender reveals that the most valued and least valued factors are common to female and male respondents. With regard to the differences between those that intended to attend the event and the ones that did not, expected participants rated positive and negative impact factors more than did the ones that did not intend to attend.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Nowadays despite improvements in usability and intuitiveness users have to adapt to the proposed systems to satisfy their needs. For instance, they must learn how to achieve tasks, how to interact with the system, and fulfill system's specifications. This paper proposes an approach to improve this situation enabling graphical user interface redefinition through virtualization and computer vision with the aim of increasing the system's usability. To achieve this goal the approach is based on enriched task models, virtualization and picture-driven computing.