Your browser doesn't support javascript.
loading
Mostrar: 20 | 50 | 100
Resultados 1 - 15 de 15
Filtrar
1.
IEEE Trans Vis Comput Graph ; 30(1): 649-660, 2024 Jan.
Artigo em Inglês | MEDLINE | ID: mdl-37934634

RESUMO

This paper is a call to action for research and discussion on data visualization education. As visualization evolves and spreads through our professional and personal lives, we need to understand how to support and empower a broad and diverse community of learners in visualization. Data Visualization is a diverse and dynamic discipline that combines knowledge from different fields, is tailored to suit diverse audiences and contexts, and frequently incorporates tacit knowledge. This complex nature leads to a series of interrelated challenges for data visualization education. Driven by a lack of consolidated knowledge, overview, and orientation for visualization education, the 21 authors of this paper-educators and researchers in data visualization-identify and describe 19 challenges informed by our collective practical experience. We organize these challenges around seven themes People, Goals & Assessment, Environment, Motivation, Methods, Materials, and Change. Across these themes, we formulate 43 research questions to address these challenges. As part of our call to action, we then conclude with 5 cross-cutting opportunities and respective action items: embrace DIVERSITY+INCLUSION, build COMMUNITIES, conduct RESEARCH, act AGILE, and relish RESPONSIBILITY. We aim to inspire researchers, educators and learners to drive visualization education forward and discuss why, how, who and where we educate, as we learn to use visualization to address challenges across many scales and many domains in a rapidly changing world: viseducationchallenges.github.io.

2.
Pers Ubiquitous Comput ; 27(5): 1949-1963, 2023.
Artigo em Inglês | MEDLINE | ID: mdl-37869040

RESUMO

Both sonification and visualization convey information about data by effectively using our human perceptual system, but their ways to transform the data differ. Over the past 30 years, the sonification community has demanded a holistic perspective on data representation, including audio-visual analysis, several times. A design theory of audio-visual analysis would be a relevant step in this direction. An indispensable foundation for this endeavor is a terminology describing the combined design space. To build a bridge between the domains, we adopt three of the established theoretical constructs from visualization theory for the field of sonification. The three constructs are the spatial substrate, the visual mark, and the visual channel. In our model, we choose time to be the temporal substrate of sonification. Auditory marks are then positioned in time, such as visual marks are positioned in space. Auditory channels are encoded into auditory marks to convey information. The proposed definitions allow discussing visualization and sonification designs as well as multi-modal designs based on a common terminology. While the identified terminology can support audio-visual analytics research, it also provides a new perspective on sonification theory itself.

3.
IEEE Comput Graph Appl ; 42(2): 21-32, 2022.
Artigo em Inglês | MEDLINE | ID: mdl-35254980

RESUMO

The rise of Industry 4.0 and cyber-physical systems has led to an abundance of large amounts of data, particularly in the manufacturing industry. Visualization and visual analytics play essential roles in harnessing this data. They have already been acknowledged as being among the key enabling technologies in the fourth industrial revolution. However, there are many challenges attached to applying visualization successfully, both from the manufacturing industry and visualization research perspectives. As members of research institutions involved in several applied research projects dealing with visualization in manufacturing, we characterized and analyzed our experiences for a detailed qualitative view, to distill important lessons learned, and to identify research gaps. With this article, we aim to provide added value and guidance for both manufacturing engineers and visualization researchers to avoid pitfalls and make such interdisciplinary endeavors more successful.


Assuntos
Indústrias , Indústria Manufatureira , Comércio , Tecnologia
4.
IEEE Trans Vis Comput Graph ; 25(3): 1528-1542, 2019 03.
Artigo em Inglês | MEDLINE | ID: mdl-29993807

RESUMO

In 2014, more than 10 million people in the US were affected by an ambulatory disability. Thus, gait rehabilitation is a crucial part of health care systems. The quantification of human locomotion enables clinicians to describe and analyze a patient's gait performance in detail and allows them to base clinical decisions on objective data. These assessments generate a vast amount of complex data which need to be interpreted in a short time period. We conducted a design study in cooperation with gait analysis experts to develop a novel Knowledge-Assisted Visual Analytics solution for clinical Gait analysis (KAVAGait). KAVAGait allows the clinician to store and inspect complex data derived during clinical gait analysis. The system incorporates innovative and interactive visual interface concepts, which were developed based on the needs of clinicians. Additionally, an explicit knowledge store (EKS) allows externalization and storage of implicit knowledge from clinicians. It makes this information available for others, supporting the process of data inspection and clinical decision making. We validated our system by conducting expert reviews, a user study, and a case study. Results suggest that KAVAGait is able to support a clinician during clinical practice by visualizing complex gait data and providing knowledge of other clinicians.


Assuntos
Análise da Marcha/métodos , Adulto , Algoritmos , Feminino , Análise da Marcha/instrumentação , Humanos , Processamento de Imagem Assistida por Computador , Aprendizado de Máquina , Masculino , Pessoa de Meia-Idade , Processamento de Sinais Assistido por Computador , Caminhada/fisiologia , Adulto Jovem
5.
IEEE Trans Vis Comput Graph ; 24(1): 677-686, 2018 01.
Artigo em Inglês | MEDLINE | ID: mdl-28866585

RESUMO

Multivariate, tabular data is one of the most common data structures used in many different domains. Over time, tables can undergo changes in both structure and content, which results in multiple versions of the same table. A challenging task when working with such derived tables is to understand what exactly has changed between versions in terms of additions/deletions, reorder, merge/split, and content changes. For textual data, a variety of commonplace "diff" tools exist that support the task of investigating changes between revisions of a text. Although there are some comparison tools which assist users in inspecting differences between multiple table instances, the resulting visualizations are often difficult to interpret or do not scale to large tables with thousands of rows and columns. To address these challenges, we developed TACO, an interactive comparison tool that visualizes the differences between multiple tables at various levels of detail. With TACO we show (1) the aggregated differences between multiple table versions over time, (2) the aggregated changes between two selected table versions, and (3) detailed changes between the selected tables. To demonstrate the effectiveness of our approach, we show its application by means of two usage scenarios.

6.
IEEE Trans Vis Comput Graph ; 22(12): 2594-2607, 2016 12.
Artigo em Inglês | MEDLINE | ID: mdl-26731767

RESUMO

Multi-attribute time-series data plays a vital role in many different domains, such as economics, sensor networks, and biology. An important task when making sense of such data is to provide users with an overview to identify items that show an interesting development over time, including both absolute and relative changes in multiple attributes simultaneously. However, this is not well supported by existing visualization techniques. To address this issue, we present ThermalPlot, a visualization technique that summarizes combinations of multiple attributes over time using an items position, the most salient visual variable. More precisely, the x-position in the ThermalPlot is based on a user-defined degree-of-interest (DoI) function that combines multiple attributes over time. The y-position is determined by the relative change in the DoI value ( ∆DoI) within a user-specified time window. Animating this mapping via a moving time window gives rise to circular movements of items over time-as in thermal systems. To help the user to identify important items that match user-defined temporal patterns and to increase the technique's scalability, we adapt the level of detail of the items' representation based on the DoI value. Furthermore, we present an interactive exploration environment for multi-attribute time-series data that ties together a carefully chosen set of visualizations, designed to support analysts in interacting with the ThermalPlot technique. We demonstrate the effectiveness of our technique by means of two usage scenarios that address the visual analysis of economic development data and of stock market data.

7.
IEEE Trans Vis Comput Graph ; 19(12): 2237-46, 2013 Dec.
Artigo em Inglês | MEDLINE | ID: mdl-24051790

RESUMO

Model selection in time series analysis is a challenging task for domain experts in many application areas such as epidemiology, economy, or environmental sciences. The methodology used for this task demands a close combination of human judgement and automated computation. However, statistical software tools do not adequately support this combination through interactive visual interfaces. We propose a Visual Analytics process to guide domain experts in this task. For this purpose, we developed the TiMoVA prototype that implements this process based on user stories and iterative expert feedback on user experience. The prototype was evaluated by usage scenarios with an example dataset from epidemiology and interviews with two external domain experts in statistics. The insights from the experts' feedback and the usage scenarios show that TiMoVA is able to support domain experts in model selection tasks through interactive visual interfaces with short feedback cycles.


Assuntos
Algoritmos , Gráficos por Computador , Interpretação Estatística de Dados , Técnicas de Apoio para a Decisão , Modelos Estatísticos , Reconhecimento Automatizado de Padrão/métodos , Interface Usuário-Computador , Simulação por Computador , Reprodutibilidade dos Testes , Sensibilidade e Especificidade
8.
IEEE Trans Vis Comput Graph ; 19(12): 2247-56, 2013 Dec.
Artigo em Inglês | MEDLINE | ID: mdl-24051791

RESUMO

Time-oriented data play an essential role in many Visual Analytics scenarios such as extracting medical insights from collections of electronic health records or identifying emerging problems and vulnerabilities in network traffic. However, many software libraries for Visual Analytics treat time as a flat numerical data type and insufficiently tackle the complexity of the time domain such as calendar granularities and intervals. Therefore, developers of advanced Visual Analytics designs need to implement temporal foundations in their application code over and over again. We present TimeBench, a software library that provides foundational data structures and algorithms for time-oriented data in Visual Analytics. Its expressiveness and developer accessibility have been evaluated through application examples demonstrating a variety of challenges with time-oriented data and long-term developer studies conducted in the scope of research and student projects.


Assuntos
Algoritmos , Gráficos por Computador , Tomada de Decisões , Técnicas de Apoio para a Decisão , Reconhecimento Automatizado de Padrão/métodos , Software , Interface Usuário-Computador
9.
IEEE Trans Vis Comput Graph ; 19(12): 2496-505, 2013 Dec.
Artigo em Inglês | MEDLINE | ID: mdl-24051816

RESUMO

In many applications, data tables contain multi-valued attributes that often store the memberships of the table entities to multiple sets such as which languages a person masters, which skills an applicant documents, or which features a product comes with. With a growing number of entities, the resulting element-set membership matrix becomes very rich of information about how these sets overlap. Many analysis tasks targeted at set-typed data are concerned with these overlaps as salient features of such data. This paper presents Radial Sets, a novel visual technique to analyze set memberships for a large number of elements. Our technique uses frequency-based representations to enable quickly finding and analyzing different kinds of overlaps between the sets, and relating these overlaps to other attributes of the table entities. Furthermore, it enables various interactions to select elements of interest, find out if they are over-represented in specific sets or overlaps, and if they exhibit a different distribution for a specific attribute compared to the rest of the elements. These interactions allow formulating highly-expressive visual queries on the elements in terms of their set memberships and attribute values. As we demonstrate via two usage scenarios, Radial Sets enable revealing and analyzing a multitude of overlapping patterns between large sets, beyond the limits of state-of-the-art techniques.


Assuntos
Gráficos por Computador , Sistemas de Gerenciamento de Base de Dados , Bases de Dados Factuais , Aumento da Imagem/métodos , Armazenamento e Recuperação da Informação/métodos , Imagem Multimodal/métodos , Interface Usuário-Computador , Algoritmos , Inteligência Artificial , Reprodutibilidade dos Testes , Sensibilidade e Especificidade
11.
Cases J ; 1(1): 312, 2008 Nov 14.
Artigo em Inglês | MEDLINE | ID: mdl-19014587

RESUMO

INTRODUCTION: Antiepileptic drug induced hypersensitivity syndrome is a rare side effect of some of the first line anticonvulsive drugs such as carbamazepine and other aromatic agents. We are the first to mention a rare case of gastrointestinal, skin and cardiac findings related to carbamazepine administration, which is very uncommon and needs to be reported. CASE PRESENTATION: We report on a 62-year-old Caucasian woman with carbamazepine associated hypersensitivity syndrome, who developed diarrhea, fever, skin lesions, pericardial effusion and pathology on electrocardiogram with terminal negative T waves in I, II, aVL, V5 and V6,. After withdrawal of carbamazepine and administration of methylprednisolone, all initial symptoms improved, white blood cell count normalized, pericardial effusion resolved and pathologic electrocardiogram findings resolved. CONCLUSION: Anticonvulsive drug hypersensitivity syndromes can present with a wide spectrum of unspecific symptoms, which the prescribing clinician should be aware of.

12.
Stud Health Technol Inform ; 139: 140-59, 2008.
Artigo em Inglês | MEDLINE | ID: mdl-18806325

RESUMO

Authoring clinical guidelines as well as observing the execution and the maintenance of these is a time-consuming and cumbersome task. Usually, clinical guidelines are represented in conceptual models, which are very hard to understand by domain experts. Furthermore, to analyze the effectiveness and usefulness of clinical guidelines they need to be shown in connection with the patients' data. In this overview book chapter we present different methods to visualize clinical guidelines, patients' data, and the connection thereof. Finally, we illustrate how the different visualization methods support the various tasks in plan management.


Assuntos
Recursos Audiovisuais , Administração dos Cuidados ao Paciente/organização & administração , Guias de Prática Clínica como Assunto , Interface Usuário-Computador , Humanos
13.
IEEE Trans Vis Comput Graph ; 14(1): 47-60, 2008.
Artigo em Inglês | MEDLINE | ID: mdl-17993701

RESUMO

Providing appropriate methods to facilitate the analysis of time-oriented data is a key issue in many application domains. In this paper, we focus on the unique role of the parameter time in the context of visually driven data analysis. We will discuss three major aspects - visualization, analysis, and the user. It will be illustrated that it is necessary to consider the characteristics of time when generating visual representations. For that purpose we take a look at different types of time and present visual examples. Integrating visual and analytical methods has become an increasingly important issue. Therefore, we present our experiences in temporal data abstraction, principal component analysis, and clustering of larger volumes of time-oriented data. The third main aspect we discuss is supporting user-centered visual analysis. We describe event-based visualization as a promising means to adapt the visualization pipeline to needs and tasks of users.


Assuntos
Gráficos por Computador , Apresentação de Dados , Interpretação de Imagem Assistida por Computador/métodos , Imageamento Tridimensional/métodos , Armazenamento e Recuperação da Informação/métodos , Modelos Teóricos , Interface Usuário-Computador , Algoritmos , Simulação por Computador , Fatores de Tempo
14.
Artif Intell Med ; 37(3): 203-18, 2006 Jul.
Artigo em Inglês | MEDLINE | ID: mdl-16781851

RESUMO

OBJECTIVE: Currently, visualization support for patient data analysis is mostly limited to the representation of directly measured data. Contextual information on performed treatment steps is an important source to find reasons and explanations for certain phenomena in the measured patient data, but is mostly spared out in the analysis process. This work aims to fill this gap via integrating classical data visualization and visualization of treatment information. METHODS AND MATERIAL: We considered temporal as well as logical data aspects and applied a user-centered development approach that was guided by user input gathered via a user study, design reviews, and prototype evaluations. Furthermore, we investigated the novel PlanningLine glyph, that is used to represent plans in the temporal domain, via a comparative empirical user study. RESULTS: Our interactive visualization approach CareVis provides multiple simultaneous views to cover different aspects of the complex underlying data structure of treatment plans and patient data. The tightly coupled views use visualization methods well-known to domain experts and are designed to facilitate users' tasks. The views are based on the concepts of clinical algorithm maps and LifeLines which have been extended in order to cope with the powerful and expressive plan representation language Asbru. Initial feedback of physicians was encouraging and is accompanied by empirical evidence which verifies that PlanningLines are well suited to manage temporal uncertainty. CONCLUSION: The interactive integration of different visualization methods forms a novel way of combining, relating, and analyzing different kinds of medical data and information that otherwise would be separated.


Assuntos
Protocolos Clínicos , Redes Neurais de Computação , Planejamento de Assistência ao Paciente , Guias de Prática Clínica como Assunto , Terapia Assistida por Computador , Algoritmos , Humanos , Terapia Assistida por Computador/instrumentação
15.
Stud Health Technol Inform ; 101: 1-15, 2004.
Artigo em Inglês | MEDLINE | ID: mdl-15537202

RESUMO

This paper presents an interactive visualization for medical treatment plans that are formulated in the plan representation language Asbru. So far, most attention of the protocol-based care community was focused towards formal guideline representation and authoring partly supported by graphical tools. The intention of this work is to go the opposite way and communicate the logic of a computerized treatment plan to physicians, nursing-, and other medical personnel visually. The visualization is based on the idea of flow-chart algorithms widely used in medical education and practice. This concept has been extended in order to cope with the powerful and expressive guideline representation language Asbru. Furthermore, a number of interactive navigational and overview extensions are used to intuitively support the understanding of the logic of plans. The user-centered development approach applied for these interactive visualization methods has been guided by user input gathered via a user study, design reviews, and prototype evaluations as described in this document.


Assuntos
Tomada de Decisões Assistida por Computador , Técnicas de Apoio para a Decisão , Planejamento de Assistência ao Paciente , Algoritmos , Protocolos Clínicos , Humanos , Linguagens de Programação , Software
SELEÇÃO DE REFERÊNCIAS
DETALHE DA PESQUISA
...