Toolkits Information Visualization CPSC 533C, Fall 2011 Tamara

Total Page:16

File Type:pdf, Size:1020Kb

Toolkits Information Visualization CPSC 533C, Fall 2011 Tamara Required Readings Further Reading Toolkits Prefuse: A Toolkit for Interactive Information Visualization. Jeffrey Readings in Information Visualization: Using Vision To Think, imperative: how Heer, Stuart K. Card, James Landay. Proc ACM CHI, 421-430, Chapter 1. Stuart K. Card, Jock Mackinlay, and Ben Shneiderman. low-level rendering: Processing, OpenGL 2005. Morgan Kaufmann, 1999. parameterized visual objects: prefuse Lecture 12: Toolkits also flare: prefuse for Flash A Taxonomy of Visualization Techniques using the Data State Information Visualization Protovis: A Graphical Toolkit for Visualization. Michael Bostock Reference Model. Ed H. Chi. Proc. InfoVis 2000. declarative: what and Jeffrey Heer. IEEE Trans. Visualization & Computer Graphics CPSC 533C, Fall 2011 Protovis, D3, ggplot2 (Proc. InfoVis), 2009. Wrangler: Interactive Visual Specification of Data Transformation separation of specification from execution Scripts. Sean Kandel, Andreas Paepcke, Joseph Hellerstein, Jeffrey Tamara Munzner D3: Data-Driven Documents. Michael Bostock, Vadim Ogievetsky, Heer. Proc. CHI 2011. considerations Jeffrey Heer. IEEE Trans. Visualization & Computer Graphics UBC Computer Science expressiveness (Proc. InfoVis), 2011. can I build it? Wed, 19 October 2011 efficiency how long will it take? accessibility do I know how? 1 / 24 2 / 24 3 / 24 4 / 24 OpenGL Processing prefuse Prefuse graphics library layer on top of Java/OpenGL infovis toolkit, in Java separation: abstract data, visual form, view pros visualization esp. for artists/designers fine-grained building blocks for tailored visualizations data: tables, networks (nodes, edges) power and flexibility, complete control for graphics pros pros visual form: layout, color, size, ... hardware acceleration great sandbox for rapid prototyping heavily used many language bindings: C, C++, Java (w/ JOGL) view: multiple renderers cons huge user community, great documentation very powerful abstractions big learning curve if you don’t know already cons quickly implement most techniques covered so far! no vis support, must roll your own everything poor widget library support cons V AL U E V AL U E example app: TreeJuxtaposer example app: MizBee S T AG E no longer under active development Stage Description O P E R AT O R chrI chrI chrUn nontrivial learning curve chrI chr10 chrII Value The raw data. D A T A 7,522,019 10,194,592 TRANSFORMATION chr20chr21 chr19 chrI chrIII Analytical Data about data, or information, a.k.a. chrXXI chr18 example app: DOITrees Revisited chr17 chr1 Abstraction meta-data. chrXX chrIV chr16 ANALYTICAL ANALYTICAL 10Mb chrXVIII S T AG E Visualization Information that is visualizable on the chr15 ABSTRACTION chr2 chrIX O P E R AT OR chr14 Abstraction screen using a visualization chrXVII chr3 chrV chr13 chrXVI 7,552,761 10,162,878 technique. chr4 chrVI VISUALIZATION out in chr12 invert chrXV TRANSFORMATION chr5 View The end-product of the visualization chr11 chr6 chrVII chrXIX chr10 chr7 mapping, where the user sees and chr9 chr8 chrXIV chrVIII orientation: VISUALIZATIONmatch line chrX inversion saturation VISUALIZATIONchrXIII go to: interprets the picture presented to her. - + chrXII chrXI S T AG E [Fig 2. Heer, Card, and Landay. Prefuse: A Toolkit for Interactive Information ABSTRACTION Table 1: Data Stages in the Data State Model O P E R AT OR [Fig 5. Munzner et al. TreeJuxtaposer: Scalable Tree Comparison using [Fig 3. Heer, Card, and Landay. Prefuse: A Toolkit for Interactive Information Visualization. Proc. CHI 2005, 421-430] Processing Step Description [Fig 1. Meyer et al. MizBee: AVISUAL Multiscale MAPPING Synteny Browser. Proc. InfoVis 2009.] Focus+Context with Guaranteed Visibility. Proc SIGGRAPH 2003, pp 453-462.] 5 / 24 TRANSFORMATION 6 / 24 7 / 24 8 / 24 Data Generates some form of analytical Visualization. Proc. CHI 2005, 421-430] Transformation abstraction from the value (usually VIEW STAGE by extraction). V IE W O P E R AT O R InfoVis Reference Model Visualization Takes an analyticalData abstraction and State Model Prefuse Design Implications Prefuse Validation Transformation further reduces it into some form of Figure 1: Information Visualization Data visualization abstraction, which is State Reference Model visualizable content. Filter V alue w eb page conceptual model underneath prefuse designVisual Mapping Takes information that is in a collection Va lu e separating abstraction, visual form, view wide set of old/new app examples Transformation visualizable format and presents a heavily influenced much of infovis (incl nested model) graphical view. supports linked multiple views expressiveness, effectiveness, scalability c reate D a ta Table 2: Transformation Operators w eb page Transformation supports novel visual encoding design aka infovis pipeline, data state model [Chi99] linkdage qualitative usability for system API Within each Data Stage, there are also operators Analytical actions: operator composition nice methodology! that do not change the underlying data structures. graph Abstraction These are the Within Stage Operators, of which there supports distortion: layout modification vs for specific application are four types, corresponding to the four Data Stages: breadth depth first f irs t Visualization supports animated transitions Within Value, Within Analytical Abstraction, Within trav ers al trav ers al Transformation Visualization Abstraction, and Within View. multiple renderers Figure 2 shows an example of the Data State Model applied to the problem of visualizing the connections hierarc hy Visualization supports semantic zooming Abstraction between a set of Web pages. This example shows that: (1) some operators create new kinds of data sets, Dis k Tree Cone Vis u a l whereas some operators create filtered subsets, which Tree Dis k Tree Ma p p in g many/most common methods well supported is the difference between Transformation and Within Transformation Stage operators, and (2) that the same Visualization visualization abstractions map well to infovis concerns Abstractions can be mapped using a variety of Visual nevertheless takes time to wrap head around it Mapping Transformation operators. For example, f oc us Vie w rotate [Redrawn Fig 1.23. Card, Mackinlay, and Shneiderman. ReadingsDisk in InformationTrees or Cone Trees can both be applied to a good choice for local app Visualization: Using Vision To Think, Chapter 1. Morgan Kaufmann,hierarchy 1999.] of interconnected nodes. [Fig 2. Chi. A Taxonomy of Visualization Techniques using the Data State Reference 4. TAXONOMY Figure 2: Data State Model applied to Web sites Model. Proc. InfoVis 2000.] By isolating dependencies,9 / 24 we can more easily Visualization Spreadsheet [Chi97, Chi99] and have 10 / 24 11 / 24 12 / 24 reuse different parts of the pipeline to construct new enabled reuse and rapid development. information visualizations. Therefore, we have taken The following table presents the taxonomy using Declarative Toolkits this model and used it to taxonomizeProtovis various the Data State Model. A row represents a single Protovis Validation D3 visualization techniques. The idea is to analyze the visualization technique or system. The cells in that various techniques, thus increasing our knowledge of row describe the operators that comprises that how each technique can be built using various technique. Non-italic items refer to the operators, imperative: toolkits/libraries discussed sooperators. far In the following, we used this modeldeclarative to while infovis Italic items toolkit, refer toin example Javascript data sets within wide set of old/new app examples declarative infovis toolkit, in Javascript analyze some 36 visualization techniques. say exactly how to do it (alsothat later Data JavaStage. version)The columns are the seven types of expressiveness, effectiveness, scalability Protovis meets Document Object Model / CSS With a clearer understanding of the interactions operators described in Figure 1: within and non- familiar programming model between the data and the operators, implementersmarks withwithin inherited stage operators. properties accessibility pros will be more equipped to construct new interactionspros In certain cases below, cells marked with Å have no declarative: other possibility or new visualizations. In practice, these analysis analysis with cognitive dimensions of notation seamless interoperability with Web runscorresponding in browser Abstractions or Operators at that stage, just say what to do techniques have been applied in a system called the because the data is already in a visualizable format. closeness of mapping, hidden dependencies, explicit transforms of scene with dependency info matches mark/channel mental model Protovis, D3 role-expressiveness, visibility, consistency, cons also much more: interaction, geospatial, trees, ... viscosity, diffuseness, abstraction, even more different from traditional programming model cons hard mental operations not all kinds of operations supported example app: calendar (gallery of many) example app: NapkinVis (2009 course project) [Fig 1a. Bostock, Oglievestky, and Heer. D3: Data-Driven Documents. Proc InfoVis [Fig 1, 3. Chao. NapkinVis. 2011.] http://www.cs.ubc.ca/ tmm/courses/533-09/projects.html#will] 13 / 24 ∼ 14 / 24 15 / 24 16 / 24 D3 Validation Paper Types ggplot2 Wrangler wide set of old/new app examples design studies declarative statistical graphics in R interactive data cleaning technique/algorithm implementation of Wilkinson’s Grammar of Graphics inference engine: system suggests applicable transforms software performance
Recommended publications
  • Stardust: Accessible and Transparent GPU Support for Information Visualization Rendering
    Eurographics Conference on Visualization (EuroVis) 2017 Volume 36 (2017), Number 3 J. Heer, T. Ropinski and J. van Wijk (Guest Editors) Stardust: Accessible and Transparent GPU Support for Information Visualization Rendering Donghao Ren1, Bongshin Lee2, and Tobias Höllerer1 1University of California, Santa Barbara, United States 2Microsoft Research, Redmond, United States Abstract Web-based visualization libraries are in wide use, but performance bottlenecks occur when rendering, and especially animating, a large number of graphical marks. While GPU-based rendering can drastically improve performance, that paradigm has a steep learning curve, usually requiring expertise in the computer graphics pipeline and shader programming. In addition, the recent growth of virtual and augmented reality poses a challenge for supporting multiple display environments beyond regular canvases, such as a Head Mounted Display (HMD) and Cave Automatic Virtual Environment (CAVE). In this paper, we introduce a new web-based visualization library called Stardust, which provides a familiar API while leveraging GPU’s processing power. Stardust also enables developers to create both 2D and 3D visualizations for diverse display environments using a uniform API. To demonstrate Stardust’s expressiveness and portability, we present five example visualizations and a coding playground for four display environments. We also evaluate its performance by comparing it against the standard HTML5 Canvas, D3, and Vega. Categories and Subject Descriptors (according to ACM CCS):
    [Show full text]
  • Civic Participation and Empowerment Through Visualization
    SIGRAD 2015 L. Kjelldahl and C. Peters (Editors) Civic Participation and Empowerment through Visualization Samuel Bohmany Department of Computer and Systems Sciences, Stockholm University, Sweden Abstract This article elaborates on the use of data visualization to promote civic participation and democratic engage- ment. The power and potential of data visualization is examined through a brief historical overview and four interconnected themes that provide new opportunities for electronic participation research: data storytelling, in- fographics, data physicalization, and quantified self. The goal is to call attention to this space and encourage a larger community of researchers to explore the possibilities that data visualization can bring. Categories and Subject Descriptors (according to ACM CCS): H.5.2 [Information Interfaces and Presentation]: Screen design—User-centered design 1. Introduction The authors acknowledge that the deliberative approach to civic dialogue is “unduly restrictive, discounting other im- Since the advent of the web in the early 1990s, prospects portant ways of making, receiving, and contesting public of electronic democracy have been viewed as heralding in claims”. They therefore encourage researchers in the field to a new era of political participation and civic engagement. be more open to a wider range of practices and technologies However, empirical studies suggest most initiatives to date and suggest some of the most innovative research is being have failed to live up to expectations despite large invest- done in the area of computer-supported argument mapping ments in research. For instance, Chadwick [Cha08] states and visualization. However, the visualization research they that “the reality of online deliberation, whether judged in are referring to have primarily focused on facilitating large- terms of quantity, its quality, or its impact on political be- scale online deliberation within a conventional rationalistic haviour and policy outcomes, is far removed from the ide- framework.
    [Show full text]
  • Daftar Program Untuk Komputer Grafik Dan Pengolahan Citra
    Daftar program untuk Komputer Grafik dan Pengolahan Citra I Made Wiryana 1 Nopember 2012 Daftar Isi 1 OpenCV 1 2 Scilab Image Processing Toolbox 2 3 VIPS 2 4 ImageJ 2 5 Marvin 2 6 MeVisLab 3 7 MVTH 3 8 Gephex 3 9 Fiji 3 10 MathMap 4 11 VTK 4 12 Tulip 4 13 PreFuse 4 1 OpenCV OpenCV - Open Source Computer Vision Library [http://www.opencv.org] is an open-source BSD- licensed library that includes several hundreds of computer vision algorithms. The document de- scribes the so-called OpenCV 2.x API, which is essentially a C++ API, as opposite to the C-based OpenCV 1.x API. The latter is described in opencv1x.pdf. OpenCV (Open Source Computer Vision Library) is an open source computer vision and machine learning software library. OpenCV was built to provide a common infrastructure for computer vision applications and to accelerate the use of machine perception in the commercial products. Being a BSD-licensed product, OpenCV makes it easy for businesses to utilize and modify the code. The library has more than 2500 optimized algorithms, which includes a comprehensive set of both classic and state-of-the-art computer vision and machine learning algorithms. These algori- thms can be used to detect and recognize faces, identify objects, classify human actions in videos, track camera movements, track moving objects, extract 3D models of objects, produce 3D point clouds from stereo cameras, stitch images together to produce a high resolution image of an entire 1 scene, find similar images from an image database, remove red eyes from images taken using flash, follow eye movements, recognize scenery and establish markers to overlay it with augmented reali- ty, etc.
    [Show full text]
  • Cryptic Inoviruses Revealed As Pervasive in Bacteria and Archaea Across Earth’S Biomes
    ARTICLES https://doi.org/10.1038/s41564-019-0510-x Corrected: Author Correction Cryptic inoviruses revealed as pervasive in bacteria and archaea across Earth’s biomes Simon Roux 1*, Mart Krupovic 2, Rebecca A. Daly3, Adair L. Borges4, Stephen Nayfach1, Frederik Schulz 1, Allison Sharrar5, Paula B. Matheus Carnevali 5, Jan-Fang Cheng1, Natalia N. Ivanova 1, Joseph Bondy-Denomy4,6, Kelly C. Wrighton3, Tanja Woyke 1, Axel Visel 1, Nikos C. Kyrpides1 and Emiley A. Eloe-Fadrosh 1* Bacteriophages from the Inoviridae family (inoviruses) are characterized by their unique morphology, genome content and infection cycle. One of the most striking features of inoviruses is their ability to establish a chronic infection whereby the viral genome resides within the cell in either an exclusively episomal state or integrated into the host chromosome and virions are continuously released without killing the host. To date, a relatively small number of inovirus isolates have been extensively studied, either for biotechnological applications, such as phage display, or because of their effect on the toxicity of known bacterial pathogens including Vibrio cholerae and Neisseria meningitidis. Here, we show that the current 56 members of the Inoviridae family represent a minute fraction of a highly diverse group of inoviruses. Using a machine learning approach lever- aging a combination of marker gene and genome features, we identified 10,295 inovirus-like sequences from microbial genomes and metagenomes. Collectively, our results call for reclassification of the current Inoviridae family into a viral order including six distinct proposed families associated with nearly all bacterial phyla across virtually every ecosystem.
    [Show full text]
  • Information Graphics Design Challenges and Workflow Management Marco Giardina, University of Neuchâtel, Switzerland, Pablo Medi
    Online Journal of Communication and Media Technologies Volume: 3 – Issue: 1 – January - 2013 Information Graphics Design Challenges and Workflow Management Marco Giardina, University of Neuchâtel, Switzerland, Pablo Medina, Sensiel Research, Switzerland Abstract Infographics, though still in its infancy in the digital world, may offer an opportunity for media companies to enhance their business processes and value creation activities. This paper describes research about the influence of infographics production and dissemination on media companies’ workflow management. Drawing on infographics examples from New York Times print and online version, this contribution empirically explores the evolution from static to interactive multimedia infographics, the possibilities and design challenges of this journalistic emerging field and its impact on media companies’ activities in relation to technology changes and media-use patterns. Findings highlight some explorative ideas about the required workflow and journalism activities for a successful inception of infographics into online news dissemination practices of media companies. Conclusions suggest that delivering infographics represents a yet not fully tapped opportunity for media companies, but its successful inception on news production routines requires skilled professionals in audiovisual journalism and revised business models. Keywords: newspapers, visual communication, infographics, digital media technology © Online Journal of Communication and Media Technologies 108 Online Journal of Communication and Media Technologies Volume: 3 – Issue: 1 – January - 2013 During this time of unprecedented change in journalism, media practitioners and scholars find themselves mired in a new debate on the storytelling potential of data visualization narratives. News organization including the New York Times, Washington Post and The Guardian are at the fore of innovation and experimentation and regularly incorporate dynamic graphics into their journalism products (Segel, 2011).
    [Show full text]
  • Network Visualization Design Using Prefuse Visualization Framework
    Air Force Institute of Technology AFIT Scholar Theses and Dissertations Student Graduate Works 3-2008 Network Visualization Design using Prefuse Visualization Framework John Mark Belue Follow this and additional works at: https://scholar.afit.edu/etd Part of the Digital Communications and Networking Commons Recommended Citation Belue, John Mark, "Network Visualization Design using Prefuse Visualization Framework" (2008). Theses and Dissertations. 2745. https://scholar.afit.edu/etd/2745 This Thesis is brought to you for free and open access by the Student Graduate Works at AFIT Scholar. It has been accepted for inclusion in Theses and Dissertations by an authorized administrator of AFIT Scholar. For more information, please contact [email protected]. Network Visualization Design using Prefuse Visualization Toolkit THESIS J. Mark Belue, Captain, USAF AFIT/GCS/ENG/08-03 DEPARTMENT OF THE AIR FORCE AIR UNIVERSITY AIR FORCE INSTITUTE OF TECHNOLOGY Wright-Patterson Air Force Base, Ohio APPROVED FOR PUBLIC RELEASE; DISTRIBUTION UNLIMITED. The views expressed in this thesis are those of the author and do not reflect the o±cial policy of the United States Air Force, Department of Defense, or the United States Government. AFIT/GCS/ENG/08-03 Network Visualization Design using Prefuse Visualization Toolkit THESIS Presented to the Faculty Department of Electrical and Computer Engineering Graduate School of Engineering and Management Air Force Institute of Technology Air University Air Education and Training Command In Partial Ful¯llment of the Requirements for the Degree of Master of Science (Computer Science) J. Mark Belue, BS Captain, USAF March 2008 APPROVED FOR PUBLIC RELEASE; DISTRIBUTION UNLIMITED. AFIT/GCS/ENG/08-03 Network Visualization Design using Prefuse Visualization Toolkit J.
    [Show full text]
  • Data Visualization by Nils Gehlenborg
    Data Visualization Nils Gehlenborg ([email protected]) Center for Biomedical Informatics / Harvard Medical School Cancer Program / Broad Institute of MIT and Harvard ISMB/ECCB 2011 http://www.biovis.net Flyers at ISCB booth! Data Visualization / ISMB/ECCB 2011 / Nils Gehlenborg A good sketch is better than a long speech. Napoleon Bonaparte Data Visualization / ISMB/ECCB 2011 / Nils Gehlenborg Minard 1869 Napoleon’s March on Moscow Data Visualization / ISMB/ECCB 2011 / Nils Gehlenborg 4 I believe when I see it. Unknown Data Visualization / ISMB/ECCB 2011 / Nils Gehlenborg Anscombe 1973, The American Statistician Anscombe’s Quartet mean(X) = 9, var(X) = 11, mean(Y) = 7.5, var(Y) = 4.12, cor(X,Y) = 0.816, linear regression line Y = 3 + 0.5*X Data Visualization / ISMB/ECCB 2011 / Nils Gehlenborg 6 Anscombe 1973, The American Statistician Anscombe’s Quartet Data Visualization / ISMB/ECCB 2011 / Nils Gehlenborg 7 Exploration: Hypothesis Generation trends gaps outliers clusters - A large data set is given and the goal is to learn something about it. - Visualization is employed to perform pattern detection using the human visual system. - The goal is to generate hypotheses that can be tested with statistical methods or follow-up experiments. Data Visualization / ISMB/ECCB 2011 / Nils Gehlenborg 8 Visualization Use Cases Presentation Confirmation Exploration Data Visualization / ISMB/ECCB 2011 / Nils Gehlenborg 9 Definition The use of computer-supported, interactive, visual representations of data to amplify cognition. Stu Card, Jock Mackinlay & Ben Shneiderman Computer-based visualization systems provide visual representations of datasets intended to help people carry out some task more effectively.effectively.
    [Show full text]
  • Transcriptome Networks Identify Mechanisms of Viral and Nonviral Asthma Exacerbations in Children
    RESOURCE https://doi.org/10.1038/s41590-019-0347-8 Transcriptome networks identify mechanisms of viral and nonviral asthma exacerbations in children Matthew C. Altman 1,2*, Michelle A. Gill3, Elizabeth Whalen2, Denise C. Babineau4, Baomei Shao3, Andrew H. Liu5, Brett Jepson4, Rebecca S. Gruchalla3, George T. O’Connor6, Jacqueline A. Pongracic7, Carolyn M. Kercsmar8, Gurjit K. Khurana Hershey8, Edward M. Zoratti9, Christine C. Johnson9, Stephen J. Teach10, Meyer Kattan11, Leonard B. Bacharier12, Avraham Beigelman12, Steve M. Sigelman13, Scott Presnell 2, James E. Gern14, Peter J. Gergen13, Lisa M. Wheatley13, Alkis Togias13, William W. Busse14 and Daniel J. Jackson14 Respiratory infections are common precursors to asthma exacerbations in children, but molecular immune responses that determine whether and how an infection causes an exacerbation are poorly understood. By using systems-scale network analy- sis, we identify repertoires of cellular transcriptional pathways that lead to and underlie distinct patterns of asthma exacerba- tion. Specifically, in both virus-associated and nonviral exacerbations, we demonstrate a set of core exacerbation modules, among which epithelial-associated SMAD3 signaling is upregulated and lymphocyte response pathways are downregulated early in exacerbation, followed by later upregulation of effector pathways including epidermal growth factor receptor signaling, extracellular matrix production, mucus hypersecretion, and eosinophil activation. We show an additional set of multiple inflam- matory cell pathways involved in virus-associated exacerbations, in contrast to squamous cell pathways associated with nonvi- ral exacerbations. Our work introduces an in vivo molecular platform to investigate, in a clinical setting, both the mechanisms of disease pathogenesis and therapeutic targets to modify exacerbations. xacerbations are the primary cause of morbidity and mortality Respiratory epithelial inflammation, in particular IL-33 signaling, in children with asthma and occur despite current treatments.
    [Show full text]
  • Divergent Brain Gene Expression Patterns Associate with Distinct Cell‑Specifc Tau Neuropathology Traits in Progressive Supranuclear Palsy
    Acta Neuropathologica https://doi.org/10.1007/s00401-018-1900-5 ORIGINAL PAPER Divergent brain gene expression patterns associate with distinct cell‑specifc tau neuropathology traits in progressive supranuclear palsy Mariet Allen1 · Xue Wang2 · Daniel J. Serie2 · Samantha L. Strickland1 · Jeremy D. Burgess1 · Shunsuke Koga1 · Curtis S. Younkin3 · Thuy T. Nguyen1 · Kimberly G. Malphrus1 · Sarah J. Lincoln1 · Melissa Alamprese4 · Kuixi Zhu5 · Rui Chang5,6 · Minerva M. Carrasquillo1 · Naomi Kouri1 · Melissa E. Murray1 · Joseph S. Reddy2 · Cory Funk7 · Nathan D. Price7 · Todd E. Golde8 · Steven G. Younkin1 · Yan W. Asmann2 · Julia E. Crook2 · Dennis W. Dickson1 · Nilüfer Ertekin‑Taner1,9 Received: 14 December 2017 / Revised: 26 July 2018 / Accepted: 15 August 2018 © The Author(s) 2018 Abstract Progressive supranuclear palsy (PSP) is a neurodegenerative parkinsonian disorder characterized by tau pathology in neurons and glial cells. Transcriptional regulation has been implicated as a potential mechanism in conferring disease risk and neu- ropathology for some PSP genetic risk variants. However, the role of transcriptional changes as potential drivers of distinct cell-specifc tau lesions has not been explored. In this study, we integrated brain gene expression measurements, quantita- tive neuropathology traits and genome-wide genotypes from 268 autopsy-confrmed PSP patients to identify transcriptional associations with unique cell-specifc tau pathologies. We provide individual transcript and transcriptional network associa- tions for quantitative oligodendroglial (coiled bodies = CB), neuronal (neurofbrillary tangles = NFT), astrocytic (tufted astrocytes = TA) tau pathology, and tau threads and genomic annotations of these fndings. We identifed divergent patterns of transcriptional associations for the distinct tau lesions, with the neuronal and astrocytic neuropathologies being the most diferent.
    [Show full text]
  • Data-Driven Guides: Supporting Expressive Design for Information Graphics
    Data-Driven Guides: Supporting Expressive Design for Information Graphics Nam Wook Kim, Eston Schweickart, Zhicheng Liu, Mira Dontcheva, Wilmot Li, Jovan Popovic, and Hanspeter Pfister 300 240 200 300 240 200 120 80 60 120 80 60 '82est '82est '80 '80 300 '78 '78 '76 '76 '74 '74 1972 1972 240 200 120 80 300 300 60 '82est 240 '80 240 '78 120 '76 200 200 '74 120 80 1972 60 '82est 80 60 '80 '82est '78 '80 '76 '78 '74 '76 1972 '74 1972 Fig. 1: Nigel Holmes’ Monstrous Costs chart, recreated by importing a monster graphic (left) and retargeting the teeth of the monster with DDG (middle). Taking advantage of the data-binding capability of DDG, small multiples are easily created by copying the chart and changing the data for each cloned chart (right). Abstract—In recent years, there is a growing need for communicating complex data in an accessible graphical form. Existing visualization creation tools support automatic visual encoding, but lack flexibility for creating custom design; on the other hand, freeform illustration tools require manual visual encoding, making the design process time-consuming and error-prone. In this paper, we present Data-Driven Guides (DDG), a technique for designing expressive information graphics in a graphic design environment. Instead of being confined by predefined templates or marks, designers can generate guides from data and use the guides to draw, place and measure custom shapes. We provide guides to encode data using three fundamental visual encoding channels: length, area, and position. Users can combine more than one guide to construct complex visual structures and map these structures to data.
    [Show full text]
  • Visualising Migration Flow Data with Circular Plots
    02 / 2014 NikOLA Sander, Guy J. Abel, Ramon Bauer AND Johannes Schmidt Visualising MigrATION Flow Data WITH Circular Plots Abstract Effective visualisations of migration flows can substantially enhance our understanding of underlying patterns and trends. However, commonly used migration maps that show place-to-place flows as stroked lines drawn atop a geographic map fall short of conveying the complexities of human movement in a clear and compelling manner. We introduce circular migration plots, a new method for visualising and exploring migration flow tables in an intuitively graspable way. Our approach aims to provide detailed quantitative information on the intensities and patterns of migration flows around the globe by using a visualization design that is effective and visually appealing. The key elements of the design are (a) the arrangement of origins and destinations of migration flows in a circular layout, (b) the scaling of individual flows to allow the entire system to be shown simultaneously, (c) the expression of the volume of movement through the width of the flow and its direction through the colour of the origin. Drawing on new estimates of 5-year bilateral migration flows between 196 countries, we demonstrate how to create circular migration plots at regional and country levels using three alternative software packages: Circos, R, and the JavaScript library d3.js. Circular migration plots considerably improve our ability to graphically evaluate complex patterns and trends in migration flow data, and for communicating migration research to scientists in other disciplines and to the general public. Our visualisation method is applicable to other kinds of flow data, including trade and remittances flows.
    [Show full text]
  • D-Dupe: an Interactive Tool for Entity Resolution in Social Networks
    D-Dupe: An Interactive Tool for Entity Resolution in Social Networks Mustafa Bilgic ∗ Louis Licamele † Lise Getoor ‡ Ben Shneiderman § University of Maryland University of Maryland University of Maryland University of Maryland College Park, MD College Park, MD College Park, MD College Park, MD ABSTRACT entity resolution approaches use similarity metrics which compare Visualizing and analyzing social networks is a challenging prob- the attributes of the references. Entity resolution in social networks lem that has been receiving growing attention. An important first is more interesting because, in addition to making use of attribute step, before analysis can begin, is ensuring that the data is accu- similarities to identify potential duplicates, the social context, or rate. A common data quality problem is that the data may inad- “who’s connected to who,” can provide useful information to the vertently contain several distinct references to the same underlying resolution process. Recently a number of approaches have been entity; the process of reconciling these references is called entity- developed which make use of relational information to help in the resolution. D-Dupe is an interactive tool that combines data mining resolution process [3, 27, 4]. algorithms for entity resolution with a task-specific network visu- Most existing entity resolution methods focus on automated en- alization. Users cope with complexity of cleaning large networks tity resolution. Automated techniques are not perfect, and they face by focusing on a small subnetwork containing a potential dupli- a “precision-recall” trade-off. If they are tuned to have high preci- cate pair. The subnetwork highlights relationships in the social net- sion, they rarely merge duplicates, leaving many duplicates in the work, making the common relationships easy to visually identify.
    [Show full text]