In-Situ Sensemaking Support Systems

Total Page:16

File Type:pdf, Size:1020Kb

In-Situ Sensemaking Support Systems In-Situ Sensemaking Support Systems Nathan Hahn CMU-HCII-20-109 September 2020 Human-Computer Interaction Institute School of Computer Science Carnegie Mellon University Pittsburgh, PA 15213 Thesis Committee: Aniket Kittur (Chair) Brad Myers Adam Perer Jaime Teevan Submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy. Copyright c 2020 Nathan Hahn This research was sponsored by the National Science Foundation (IIP-1701005, IIS-1149797), Bosch Global and Google. The views and conclusions contained in this document are those of the author and should not be interpreted as representing the official policies, either expressed or implied, of any sponsoring institution, the U.S. government or any other entity. Keywords: Information Systems, Human Computer Interaction, Information Seek- ing, Sensemaking Abstract In-Situ Sensemaking Support Systems The internet has become the de-facto information source for individuals — from finding a new cookie recipe, to learning how a transistor works. Tools for helping users find answers to their questions have grown tremendously in response; a user can get an answer in their search results for when the next Pirates game is, or get a list of facts about their favorite movie actress. However, for many questions, such as buying a car, there isn’t one right answer — the best choice for an individual depends on their particular set of circumstances and personal preference. For these situations, it’s up to the user to make sense of the answer space: accumulate what options are available, what the differences and features of these options are, and eventually choose between them. This process, sensemaking, is a highly iterative and cyclical process, where informa- tion is constantly being found, incorporated, restructured, summarized, and generalized. As users continue to collect new information, they need to adjust and restructure their existing information, while incorporating the key known points of the new information into their understanding of the problem. This constant adjustment of both the data and structure surrounding the data puts a significant mental burden on users, and often requires them to resort to external means to track and manage this information. In the context of online sensemaking, this can be done in notepads, tabs, word processors, spreadsheets, kanban boards, or even emails. As users proceed to move along with their data in this process, they need to manually update and transfer data between these tools, which might often be more trouble than its worth. In this work, I explore how integrated, in-situ sensemaking tools allow users to manage, structure and evaluate their sensemaking data more effectively. I posit that by reducing the interaction costs for users to externalize their mental models in four key stages of the sensemaking process: seeking, triage, structuring, and evaluation, users can more adequately juggle the large amount of information required to perform effective sensemaking. First, I explored and developed a workflow for performing sensemaking using crowdworkers with the Knowledge Accelerator System. Crowdworkers, using this workflow, were able to answer complex questions while spending less than 5 minutes on a single task, suggesting a lightweight scaffolding that could be adapted for use in individual sensemaking. This led to the creation of a sensemaking framework that connects the process of sensemaking with the cognitive processes and tools users leverage for their sensemaking tasks. Using this framework, I then went on to develop three systems for supporting individual sensemaking: Bento, Distil and Meta. These systems were designed to iii iv Abstract provide in-situ support for one or more of the four phases of seeking, triage, structuring, and evaluation. Through these tools, I was able to identify several key strategies for creating effective online sensemaking tools. These strategies suggest several promising directions for the future of integrated, in-situ browser sensemaking tools. Acknowledgments As I completed my junior year of my undergraduate degree, I would have never pictured myself completing a PhD. Luckily, I was fortunate enough to have taken my advisor, Niki Kittur’s, class on sensemaking, and the rest was history. Without his constant support and guidance, I would not be where I am now. His energy, optimism and patience have allowed me to push forward through tough times and rejection on my journey as a researcher. None of this work would have been as robust and complete without my partner in crime, Joseph Chang. He has served as a constant sounding board for my ideas, problems, frustrations, and been there throughout every single one of my research projects. His continuous friendship and support gave me necessary stability during constant uncertainty, and look forward to what we might continue to do in the future. My committee, Adam Perer, Brad Myers and Jaime Teevan, have given excellent guidance on not only this thesis work, but also many fun, novel and unique research projects. I would also like to thank my other Microsoft mentor, Shamsi Iqbal, for her continued support and guidance on not only research, but life as a researcher. I’ve had the privilege of being able to work with two wonderful UX and design professionals, Julina Coupland and Brad Breneisen, who have not only made my tools significantly easier to look at and use, but also support the work I’ve done through numerous user interviews and evaluation. My lab mates over the years, Jeff Rzeszotarski, Felicia Ng, Michael Liu, Hyeonsu Khang and Andrew Kuznetsov, have consistently provided clear feedback and a lot of help in building Ikea furniture for the lab. I’ve also had the chance to work with a large number of undergraduate RAs, whose designs and creativity inspired and refined many of the systems I’ve built. I’ve been extremely fortunate to have made many friends along the way who have helped both inspire me and ground me throughout my time at CMU. I would especially like to thank Alexandra To, Cole Gleason, Laura Licari, Michael Madaio, Rushil Khurana, Qian Yang, Joseph Seering and Judy Oden Choi for helping to make my life outside of work just as fulfilling (and filled with D&D). The aid of the wonderful staff at CMU, particularly Queenie Kravitz and Diana Rotondo, have helped to keep me on track and ensure I’m able to complete my PhD work without overburdening myself. Lastly, I would like to thank my parents, David and Nancy, and my siblings, Laurent and Stewart, who have been there for me during some of the most difficult times. Their love and support have given me those necessary breaks to de-stress, as well as the motivation to continue my work. v Contents Abstract iii Acknowledgments v Contents vii 1 Introduction 1 1.1 Online Sensemaking . .2 1.2 Modeling the Process . .4 1.3 Overview . .5 2 Background 9 2.1 Sensemaking Models . .9 2.2 Sensemaking Systems . 12 2.2.1 Seeking Tools . 13 2.2.2 Triage Tools . 13 2.2.3 Structuring Tools . 13 2.2.4 Evaluation Tools . 14 3 The Knowledge Accelerator: Distributing Sensemaking 15 3.1 The Trouble with Microtasks . 15 3.2 Related Work . 16 3.2.1 Crowdwork: Complex Cognition and Workflow . 17 3.2.2 Computational Information Synthesis . 18 3.3 System Architecture . 18 3.3.1 Inducing Structure . 18 3.3.2 Developing a Coherent Article . 21 3.4 Design Patterns . 24 3.4.1 Context before Action . 24 3.4.2 Tasks of Least Resistance: Leveraging Worker Choice . 25 3.5 Implementation . 25 3.6 Evaluation . 26 3.6.1 Method . 26 3.6.2 Results . 27 3.7 Discussion . 29 vii viii Contents 3.8 Individual Implications . 31 4 Bento: Search and Triage 33 4.1 Introduction . 34 4.1.1 Mobile Sensemaking . 35 4.2 Understanding Tabs . 36 4.3 System Design . 36 4.3.1 A Sensemaking Workspace . 37 4.3.2 Managing Sensemaking Tasks . 38 4.4 Implementation . 43 4.5 Evaluation . 43 4.5.1 Study 1 - Understanding Triage . 43 4.5.2 Study 2 - Task Management . 46 4.5.3 Study 3 - Behavioral Traces . 48 4.5.4 Summary . 50 4.6 Discussion . 51 4.7 Bento Iterations . 52 4.8 Takeaways . 53 5 Distil: Extracting and Structuring Information 55 5.1 Introduction . 56 5.2 Siphon . 57 5.2.1 Toolkit Description . 59 5.2.2 Built-In Tools . 64 5.3 Distil . 65 5.3.1 Related Work . 65 5.3.2 Clips . 67 5.3.3 Outliner . 67 5.3.4 Smart Categories . 68 5.3.5 Implementation . 71 5.4 Evaluation . 72 5.5 Results . 74 5.5.1 Category Types . 75 5.5.2 Category Evolution . 76 5.5.3 Continuous Refinement . 77 5.6 Discussion . 78 5.6.1 Limitations . 79 5.6.2 Design Suggestions . 79 5.7 Takeaways . 80 6 Meta: Extracting, Structuring and Evaluating Potential Options and Sources 83 6.1 Introduction . 83 6.2 Related Work . 85 6.2.1 Supporting Trust . 86 6.2.2 Recognizing and Extracting Options . 87 ix 6.3 System Design . 87 6.3.1 Formative Study . 87 6.3.2 Meta . 88 6.4 Evaluation . 96 6.4.1 Performance Evaluation . 96 6.4.2 Option Evaluation . 99 6.4.3 Source Trust Evaluation . 104 6.5 Discussion . 107 6.6 Takeaways . 108 7 Conclusion and Future Work 109 7.1 Strategies . 109 7.1.1 "Just in Time" Sensemaking . 109 7.1.2 Reuse Attention Signals . 110 7.1.3 Automatic Sensemaking Tasks . 111 7.1.4 Triage as First Class . 111 7.1.5 Two-way Information Flows . 112 7.1.6 Information Compression . ..
Recommended publications
  • 20 Years of Four HCI Conferences: a Visual Exploration
    INTERNATIONAL JOURNAL OF HUMAN–COMPUTER INTERACTION, 23(3), 239–285 Copyright © 2007, Lawrence Erlbaum Associates, Inc. HIHC1044-73181532-7590International journal of Human–ComputerHuman-Computer Interaction,Interaction Vol. 23, No. 3, Oct 2007: pp. 0–0 20 Years of Four HCI Conferences: A Visual Exploration 20Henry Years et ofal. Four HCI Conferences Nathalie Henry INRIA/LRI, Université Paris-Sud, Orsay, France and the University of Sydney, NSW, Australia Howard Goodell Niklas Elmqvist Jean-Daniel Fekete INRIA/LRI, Université Paris-Sud, Orsay, France We present a visual exploration of the field of human–computer interaction (HCI) through the author and article metadata of four of its major conferences: the ACM conferences on Computer-Human Interaction (CHI), User Interface Software and Technology, and Advanced Visual Interfaces and the IEEE Symposium on Information Visualization. This article describes many global and local patterns we discovered in this data set, together with the exploration process that produced them. Some expected patterns emerged, such as that—like most social networks— coauthorship and citation networks exhibit a power-law degree distribution, with a few widely collaborating authors and highly cited articles. Also, the prestigious and long-established CHI conference has the highest impact (citations by the others). Unexpected insights included that the years when a given conference was most selective are not correlated with those that produced its most highly referenced arti- cles and that influential authors have distinct patterns of collaboration. An interest- ing sidelight is that methods from the HCI field—exploratory data analysis by information visualization and direct-manipulation interaction—proved useful for this analysis.
    [Show full text]
  • Why Does This Suck? Information Visualization
    why does this suck? Information Visualization Jeffrey Heer UC Berkeley | PARC, Inc. CS160 – 2004.11.22 (includes numerous slides from Marti Hearst, Ed Chi, Stuart Card, and Peter Pirolli) Basic Problem We live in a new ecology. Scientific Journals Journals/personJournals/person increasesincreases 10X10X everyevery 5050 yearsyears 1000000 100000 10000 Journals 1000 Journals/People x106 100 10 1 0.1 Darwin V. Bush You 0.01 Darwin V. Bush You 1750 1800 1850 1900 1950 2000 Year Web Ecologies 10000000 1000000 100000 10000 1000 1 new server every 2 seconds Servers 7.5 new pages per second 100 10 1 Aug-92 Feb-93 Aug-93 Feb-94 Aug-94 Feb-95 Aug-95 Feb-96 Aug-96 Feb-97 Aug-97 Feb-98 Aug-98 Source: World Wide Web Consortium, Mark Gray, Netcraft Server Survey Human Capacity 1000000 100000 10000 1000 100 10 1 0.1 Darwin V. Bush You 0.01 Darwin V. Bush You 1750 1800 1850 1900 1950 2000 Attentional Processes “What information consumes is rather obvious: it consumes the attention of its recipients. Hence a wealth of information creates a poverty of attention, and a need to allocate that attention efficiently among the overabundance of information sources that might consume it.” ~Herb Simon as quoted by Hal Varian Scientific American September 1995 Human-Information Interaction z The real design problem is not increased access to information, but greater efficiency in finding useful information. z Increasing the rate at which people can find and use relevant information improves human intelligence. Amount of Accessible Knowledge Cost [Time] Information Visualization z Leverage highly-developed human visual system to achieve rapid understanding of abstract information.
    [Show full text]
  • Introduction to Information Visualization.Pdf
    Introduction to Information Visualization Riccardo Mazza Introduction to Information Visualization 123 Riccardo Mazza University of Lugano Switzerland ISBN: 978-1-84800-218-0 e-ISBN: 978-1-84800-219-7 DOI: 10.1007/978-1-84800-219-7 British Library Cataloguing in Publication Data A catalogue record for this book is available from the British Library Library of Congress Control Number: 2008942431 c Springer-Verlag London Limited 2009 Apart from any fair dealing for the purposes of research or private study, or criticism or review, as permitted under the Copyright, Designs and Patents Act 1988, this publication may only be reproduced, stored or transmitted, in any form or by any means, with the prior permission in writing of the publish- ers, or in the case of reprographic reproduction in accordance with the terms of licences issued by the Copyright Licensing Agency. Enquiries concerning reproduction outside those terms should be sent to the publishers. The use of registered names, trademarks, etc., in this publication does not imply, even in the absence of a specific statement, that such names are exempt from the relevant laws and regulations and therefore free for general use. The publisher makes no representation, express or implied, with regard to the accuracy of the information contained in this book and cannot accept any legal responsibility or liability for any errors or omissions that may be made. Printed on acid-free paper Springer Science+Business Media springer.com To Vincenzo and Giulia Preface Imagine having to make a car journey. Perhaps you’re going to a holiday resort that you’re not familiar with.
    [Show full text]
  • Ecology, Economics, and Logics of Information Visualization
    Campolo 1 White-Collar Foragers Draft 10/17/2014 White-Collar Foragers: Ecology, Economics, and Logics of Information Visualization I. Introduction At the intersection of technological change and economic growth there is no measure more important than productivity. Defined as the ratio of output to input, productivity tracks the efficiency of labor. Increases in productivity allow us to produce more from less, leading to rising in standards of living. Productivity growth is used implicitly and explicitly as a justification for interventions in markets, governance, law, education, and many other social fields. In this essay I show how computers and information visualization reconfigured the concept of productivity to fit emerging modes of knowledge work in the late 1980s and early 1990s. I describe the historical emergence of information visualization as a field of computer research, focusing specifically on Information Foraging Theory, a model for visual human- computer interaction. Information Foraging Theory drew on analogies from ecology, psychology, and economics and helped clarify the relationship between computers and productivity in three specific ways: it adapted neoclassical economic categories of scarcity and utility to the domain of information; it incorporated creative, non-mechanistic frameworks of human-computer interaction (HCI); and, through ecological analogy, it grounded adaptive models of knowledge work in economic values of maximization and efficiency. Information Foraging Theory redefined white-collar workers as “informavores” who forage in graphical information environments to produce meaning and value. This historical transformation of productivity was not simply descriptive; it actively defined categories, models, and practices of Campolo 2 White-Collar Foragers Draft 10/17/2014 knowledge work.
    [Show full text]
  • UC San Diego UC San Diego Electronic Theses and Dissertations
    UC San Diego UC San Diego Electronic Theses and Dissertations Title Contemporary Data Visualization: A Cultural History and Close Readings Permalink https://escholarship.org/uc/item/8vs4b9w1 Author Zepel, Tara Publication Date 2018 Peer reviewed|Thesis/dissertation eScholarship.org Powered by the California Digital Library University of California UNIVERSITY OF CALIFORNIA, SAN DIEGO Contemporary Data Visualization: A Cultural History and Close Readings A Dissertation submitted in partial satisfaction of the requirements for the degree Doctor of Philosophy in Art History, Theory and Criticism by Tara Zepel Committee in charge: Professor Lev Manovich, Co-Chair Professor Peter Lunenfeld, Co-Chair Professor Benjamin Bratton Professor William N. Bryson Professor James Hollan Professor Elizabeth Losh 2018 © Copyright Tara Zepel, 2018 All rights reserved. Signature Page The Dissertation of Tara Zepel is approved, and it is acceptable in quality and form for publication on microfilm and electronically: Co-Chair Co-Chair University of California, San Diego 2018 iii TABLE OF CONTENTS Signature Page ............................................................................................................. iii Table of Contents ......................................................................................................... iv Table of Figures ........................................................................................................... vii Vita................................................................................................................................
    [Show full text]
  • Information Visualization
    NAHUM GERSHON, STEPHEN G. EICK AND STUART CARD design RVI/Rutt Video Interactive Attract Loop Sequence Information Visualization Introduction Visualization provides an interface between two powerful information processing sys- tems—the human mind and the modern computer. Visualization is the process of transforming data, information, and knowledge into visual form making use of humans’ natural visual capabilities. With effective visual interfaces we can interact with large volumes of data rapidly and effectively to discover hidden characteristics, pat- terns, and trends. In our increasingly information-rich society, research and develop- ment in visualization has fundamentally changed the way we present and understand Vinteractions...march + april 1998 9 large complex data sets. The widespread and areas [10–12, 14]. Information visualization fundamental impact of visualization has led to [6, 14] combines aspects of scientific visual- new insights and more efficient decision ization, human–computer interfaces, data making. mining, imaging, and graphics. In contrast to Much of the previous research in visualiza- most scientific data [9], information visualiza- tion was driven by the scientific community tion focuses on information, which is often in its efforts to cope with the huge volumes of abstract. In many cases information is not scientific data being collected by scientific automatically mapped to the physical world instruments or generated by enormous super- (e.g., geographical space). This fundamental computer simulations [9]. Recently a new difference means that many interesting classes trend has emerged: The explosive growth of of information have no natural and obvious the Internet, the overall computerization of physical representation. A key research the business and defense sectors, and the problem is to discover new visual metaphors deployment of data warehouses have created a for representing information and to under- widespread need and an emerging apprecia- stand what analytical tasks they support.
    [Show full text]
  • Dissertation Impact the Phd Thesis Deconstructed
    Dissertation Impact Editor: Jim Foley The PhD Thesis Deconstructed Stuart K. Card Stanford University ’ve been asked to talk about the factors that Helping students wandering in the land of the contribute to a prize-winning, impactful thesis mind to work, f nish, publish, become famous, on visualization. There are many better quali- have impact, win prizes, and ref ect glory on If ed experts than I on this topic. That said, I have their thesis advisors recently had occasion to read a good number of theses in this area and couldn’t help noting that the same issues tend to arise in multiple disserta- tions. So I thought I would share a few observa- tions about these, not so much as a qualif ed expert or member of a thesis committee (see Figure 1), but more in the spirit of the farmer neighbor down the block who might help you with your prize to- mato entry. I have divided my observations into three parts. First, as bef ts my training in human- computer interaction, I start with a brief task analysis and try to answer the question, “What’s the point?” Then I derive a set of design require- ments to answer the question, “What makes a the- sis great?” Finally, I get to the issue of execution: “How do you actually get it done?” But, wait, there’s more! Several years ago, John Perry Miller, the dean of the graduate school at Yale University, wrote a charming little book en- titled Creating Academic Settings: High Craft and Low Cunning about how he shaped the graduate school academic environment at Yale, despite the aid of several of his colleagues.1 I have always admired this book for its frank admission that the birth Figure 1.
    [Show full text]
  • An Investigation of Mid-Air Gesture Interaction for Older Adults
    An Investigation of Mid-Air Gesture Interaction for Older Adults Arthur Theil Cabreira This thesis is submitted for the degree of Doctor of Philosophy - Cybernetics Programme – University of Reading June 2019 2 Declaration I confirm that this is my own work and the use of all material from other sources has been properly and fully acknowledged. Arthur Theil Cabreira Reading, UK June 2019 3 Abstract Older adults (60+) face natural and gradual decline in cognitive, sensory and motor functions that are often the reason for the difficulties that older users come up against when interacting with computers. For that reason, the investigation and design of age- inclusive input methods for computer interaction is much needed and relevant due to an ageing population. The advances of motion sensing technologies and mid-air gesture interaction reinvented how individuals can interact with computer interfaces and this modality of input method is often deemed as a more “natural” and “intuitive” than using purely traditional input devices such mouse interaction. Although explored in gaming and entertainment, the suitability of mid-air gesture interaction for older users in particular is still little known. The purpose of this research is to investigate the potential of mid-air gesture interaction to facilitate computer use for older users, and to address the challenges that older adults may face when interacting with gestures in mid-air. This doctoral research is presented as a collection of papers that, together, develop the topic of ageing and computer interaction through mid-air gestures. The initial point for this research was to establish how older users differ from younger users and focus on the challenges faced by older adults when interacting with mid-air gesture interaction.
    [Show full text]
  • Information Visualization
    SECOND EDITION INFORMATION VISUALIZATION PERCEPTION FOR DESIGN Egocentric object and COLIN WARE Pattern map The Morgan Kaufmann Series in Interactive Technologies Series Editors: Stuart Card, PARC; Jonathan Grudin, Microsoft; Jakob Nielsen, Nielsen Norman Group Information Visualization: Your Wish is My Command: Perception for Design, 2"d Edition Programming by Example Colin Ware Edited by Henry Lieberman Interaction Design for Complex Problem Solving: GUI Bloopers: Don'ts and Dos for Softzuare Developing Useful and Usable Software Developers and Web Designers Barbara Mire1 JeffJohnson The Craft of Information Visualization: Information Visualization: Perception for Design Readings and Reflections Colin Ware Written and edited by Ben Bederson and Ben Shneiderman Robots for Kids: Exploring New Technologies for Learning HCI Models, Theories, and Frameworks: Edited by Allison Druin and James Hendler Towards a Multidisciplinary Science Edited by John M. Carroll Information Appliances and Beyond: Interaction Design for Consumer Products Web Bloopers: 60 Common Web Design Mistakes, Edited by Eric Bergman and How to Avoid Them JeffJohnson Readings in Information Visualization: Using Vision to Think Observing the User Experience: Written and edited by Stuart K. Card, Jock D. A Practitioner's Guide to User Research Mackinlay, and Ben Shneiderman Mike Kuniavsky The Design of Children's Technology Paper Prototyping: The Fast and Easy Way to Edited by Allison Druin Design and Refine User Interfaces Carolyn Snyder Web Site Usability: A Designer's Guide Jared M. Spool, Tara Scanlon, Will Schroeder, Persuastue Technology: Uszng Computers to Carolyn Snyder, and Terri DeAngelo , _ Cbange -t 3Vs 'Thtek and Do B: j? Fogg The Usability Engineering Lifecycle: A Practitioner's Handbook for User Interface Design Coordznatzng User-Interfaces for Conszstency Deborah J.
    [Show full text]
  • Mapping Knowledge Domains
    L697: Information Visualization Mapping Knowledge Domains Katy Börner School of Library and Information Science [email protected] Talk at IU’s Technology Transfer Office Indianapolis, IN, July 12th, 2005. Overview 1. Motivation for Mapping Knowledge Domains 2. Mapping the Structure and Evolution of ¾ Scientific Disciplines ¾ All of Sciences 3. Challenges and Opportunities Mapping Knowledge Domains, Katy Börner, Indiana University 2 K. Borner 1 L697: Information Visualization Mapping the Evolution of Co-Authorship Networks Ke, Visvanath & Börner, (2004) Won 1st price at the IEEE InfoVis Contest. 1988 K. Borner 2 L697: Information Visualization 1989 1990 K. Borner 3 L697: Information Visualization 1991 1992 K. Borner 4 L697: Information Visualization 1993 1994 K. Borner 5 L697: Information Visualization 1995 1996 K. Borner 6 L697: Information Visualization 1997 1998 K. Borner 7 L697: Information Visualization 1999 2000 K. Borner 8 L697: Information Visualization 2001 2002 K. Borner 9 L697: Information Visualization 2003 2004 K. Borner 10 L697: Information Visualization U Berkeley After Stuart Card, IEEE InfoVis Keynote, 2004. U. Minnesota PARC Virginia Tech Georgia Tech Bell Labs CMU U Maryland Wittenberg 1. Motivation for Mapping Knowledge Domains / Computational Scientometrics Knowledge domain visualizations help answer questions such as: ¾ What are the major research areas, experts, institutions, regions, nations, grants, publications, journals in xx research? ¾ Which areas are most insular? ¾ What are the main connections for each area? ¾ What is the relative speed of areas? ¾ Which areas are the most dynamic/static? ¾ What new research areas are evolving? ¾ Impact of xx research on other fields? ¾ How does funding influence the number and quality of publications? Answers are needed by funding agencies, companies, and researchers.
    [Show full text]
  • Signature Redacted
    Opus Exploring Publication Data Through Visualizations Almaha Adnan Almalki Bachelor in Computer and Information Sciences King Saud University, 2014 Submitted to the Program in Media Arts and Sciences, School of Architecture and Planning, in Partial Fulfillment of the Requirements for the Degree of Master of Science in Media Arts and Sciences at the Massachusetts Institute of Technology June 2018 @Massachusetts Institute of Technology, 2018. All rights reserved. Author Signature redacted Almaha Adnan Almalki Program in Media Arts and Sciences May 4th, 2018 Massachusetts Institute of Technology Signature redacted Certified By Prof. Cesar A. Hidalgo Associate Professor in Media Arts and Sciences Massachusetts Institute of Technology Accepted By Signature redacted Prof. Todd Machover Academic Head, Associate Professor of Media Arts and Sciences Massachusetts Institute of Technology MASSACHUSETTS INSTITUTE OF TECHNOLOGY JUN 2 7 2018 LIBRARIES ARCHIVES Opus Exploring Publication Data Through Visualizations Almaha Adnan Almalki Submitted to the Program in Media Arts and Sciences, School of Architecture and Planning, in Partial Fulfillment of the Requirements for the Degree of Master of Science in Media Arts and Sciences at the Massachusetts Institute of Technology Abstract Scientific managers need to understand the impact of the research they support since they are required to evaluate re- searchers and their work for funding and promotional purposes. Yet, most of the online tools available to explore publication data, such as Google Scholar (GS), Microsoft Academic Search (MAS), and Scopus, present tabular views of publication data that fail to put scholars in a social, institutional, and geographic context. Moreover, these tools fail to provide aggregate views of the data for countries, organizations, and journals.
    [Show full text]
  • 20 Years of Four HCI Conferences: a Visual Exploration
    20 Years of Four HCI Conferences: A Visual Exploration Nathalie Henry INRIA/LRI, Univ. Paris-Sud & University of Sydney Howard Goodell INRIA/LRI, Univ. Paris-Sud Niklas Elmqvist INRIA/LRI, Univ. Paris-Sud Jean-Daniel Fekete INRIA/LRI, Univ. Paris-Sud Abstract We present a visual exploration of the field of human-computer interaction through the author and article metadata of four of its major conferences: the ACM conferences on Computer-Human Interaction (CHI), User Inter- face Software and Technology (UIST) and Advanced Visual Interfaces (AVI) and the IEEE Symposium on Information Visualization (InfoVis). This ar- ticle describes many global and local patterns we discovered in this dataset, together with the exploration process that produced them. Some expected patterns emerged, such as that | like most social networks | co-authorship and citation networks exhibit a power-law degree distribution, with a few widely-collaborating authors and highly-cited articles. Also, the prestigious and long-established CHI conference has the highest impact (citations by the others). Unexpected insights included that the years when a given confer- ence was most selective are not correlated with those that produced its most highly-referenced articles, and that influential authors have distinct patterns of collaboration. An interesting sidelight is that methods from the HCI field | exploratory data analysis by information visualization and direct-manipulation interac- tion | proved useful for this analysis. They allowed us to take an open- ended, exploratory approach, guided by the data itself. As we answered our original questions, new ones arose; as we confirmed patterns we expected, we discovered refinements, exceptions, and fascinating new ones.
    [Show full text]