An Instructor’s Outline of Designing the User Interface 4th Edition

Slides:



Advertisements
Similar presentations
Information Retrieval: Human-Computer Interfaces and Information Access Process.
Advertisements

Web- and Multimedia-based Information Systems. Assessment Presentation Programming Assignment.
Organizing Data & Information
6/22/20151 Search and Visualization CIS 577 Bruce R. Maxim UM-Dearborn.
Information Retrieval: Human-Computer Interfaces and Information Access Process.
McGraw-Hill/Irwin Copyright © 2008, The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill/Irwin Copyright © 2008 The McGraw-Hill Companies, Inc.
User interface design Designing effective interfaces for software systems Objectives To suggest some general design principles for user interface design.
Copyright © 2005, Pearson Education, Inc. Chapter 14 Information Search and Visualization.
Introduction to Database Management
Copyright 2003 The McGraw-Hill Companies, Inc CHAPTER Application Software computing ESSENTIALS    
Data Mining Techniques
Copyright © Allyn & Bacon 2008 POWER PRACTICE Chapter 6 Academic Software START This multimedia product and its contents are protected under copyright.
Information Design and Visualization
© Cheltenham Computer Training 2001 Macromedia Dreamweaver 4 - Slide No 1 Macromedia Dreamweaver 4 Advanced Level Course.
© 2010 Pearson Addison-Wesley. All rights reserved. Addison Wesley is an imprint of Designing the User Interface: Strategies for Effective Human-Computer.
Multimedia Databases (MMDB)
Dynamic Queries –presented by Bhaskar Chatterjee Visual Alternative to SQL for Querying databases Depending on data types and the values decides the input.
Chapter 7 Web Content Mining Xxxxxx. Introduction Web-content mining techniques are used to discover useful information from content on the web – textual.
© 2010 Pearson Addison-Wesley. All rights reserved. Addison Wesley is an imprint of Designing the User Interface: Strategies for Effective Human-Computer.
© 2010 Pearson Addison-Wesley. All rights reserved. Addison Wesley is an imprint of Designing the User Interface: Strategies for Effective Human-Computer.
© 2005 Prentice Hall, Decision Support Systems and Intelligent Systems, 7th Edition, Turban, Aronson, and Liang 5-1 Chapter 5 Business Intelligence: Data.
MULTIMEDIA DEFINITION OF MULTIMEDIA
CHAPTER TEN AUTHORING.
Chapter 15: Information Search & Visualization Team 3: Jacob Hicks, Victor Chen, Saba Alavi.
Information Search and Visualization Human Computer Interaction CIS 6930/4930 Section 4188/4186.
Ihr Logo Chapter 5 Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization Turban, Aronson, and Liang.
Advanced Scientific Visualization
5 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
V Material obtained from summer workshop in Guildford County, July-2014.
MANAGING DATA RESOURCES ~ pertemuan 7 ~ Oleh: Ir. Abdul Hayat, MTI.
Copyright © 2005, Pearson Education, Inc. Slides from resources for: Designing the User Interface 4th Edition by Ben Shneiderman & Catherine Plaisant Slides.
C OMPUTING E SSENTIALS Timothy J. O’Leary Linda I. O’Leary Presentations by: Fred Bounds.
Management Information Systems, 4 th Edition 1 Chapter 8 Data and Knowledge Management.
CS3041 – Final week Today: Searching and Visualization Friday: Software tools –Study guide distributed (in class only) Monday: Social Imps –Study guide.
Introduction to Interactive Media Interactive Media Tools: Authoring Applications.
14. Information Search and Visualization
Digital Libraries1 David Rashty. Digital Libraries2 “A library is an arsenal of liberty” Anonymous.
© 2010 Pearson Addison-Wesley. All rights reserved. Addison Wesley is an imprint of Designing the User Interface: Strategies for Effective Human-Computer.
© 2010 Pearson Addison-Wesley. All rights reserved. Addison Wesley is an imprint of Designing the User Interface: Strategies for Effective Human-Computer.
Digital Video Library Network Supervisor: Prof. Michael Lyu Student: Ma Chak Kei, Jacky.
1/12/ Multimedia Data Mining. Multimedia data types any type of information medium that can be represented, processed, stored and transmitted over.
Collaborative Query Previews in Digital Libraries Lin Fu, Dion Goh, Schubert Foo Division of Information Studies School of Communication and Information.
Managing Data Resources File Organization and databases for business information systems.
Information Visualization Course
Chapter 6 : User interface design
Creating a Flash Web Site
Data Mining – Intro.
Visual Information Retrieval
Introduction Multimedia initial focus
Fundamentals & Ethics of Information Systems IS 201
Advanced Scientific Visualization
Information Search and Visualization
CHAPTER 8 Multimedia Authoring Tools
Datamining : Refers to extracting or mining knowledge from large amounts of data Applications : Market Analysis Fraud Detection Customer Retention Production.
Professor John Canny Fall 2001 Nov 29, 2001
Professor John Canny Spring 2003
SPECIALIZED APPLICATION SOFTWARE
Visualization of Web Search Results in 3D
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 2 Database System Concepts and Architecture.
Windows Internet Explorer 7-Illustrated Essentials
System And Application Software
MANAGING DATA RESOURCES
Data Warehousing and Data Mining
Information Design and Visualization
User interface design.
Information Visualization (Part 1)
Kuliah 13: Information Search
CHAPTER 7: Information Visualization
CHAPTER 14: Information Visualization
Lab 2: Information Retrieval
Presentation transcript:

An Instructor’s Outline of Designing the User Interface 4th Edition by Ben Shneiderman & Catherine Plaisant Slides developed by Roger J. Chapman Copyright © 2005, Pearson Education, Inc.

Information Search and Visualization Chapter 14 Information Search and Visualization Copyright © 2005, Pearson Education, Inc.

Introduction Information overload and anxiety common Developing more powerful search and visualization methods, integration of technology with task Terms: Information gathering Seeking Filtering Visualization Huge volumes of available data: Data mining Data warehouses and data marts Knowledge networks or semantic webs A know-item-search versus making sense and discovering Copyright © 2005, Pearson Education, Inc.

Introduction Traditional interfaces have been difficult for novice users Complex commands Boolean operators Unwieldy concepts Traditional interfaces have been inadequate for expert users Difficulty in repeating searches across multiple databases Weak methods for discovering where to narrow broad searches Poor integration with other tools Designers are just learning how to present large amounts of data in orderly and user-controlled ways OAI (Objects / Actions Interface) Customizable search options and displays using control panels Copyright © 2005, Pearson Education, Inc.

Introduction Structured relational database contains relations and a schema to describe the relations relations have records records have fields, and fields have values Textual document libraries set of items (10 to 100,000) Multimedia document librairies Contains images, sound, video, animations, etc Digital archives are more loosely organized Directories contain metadata Copyright © 2005, Pearson Education, Inc.

Introduction Task Actions (fact-finding) Browsing and Searching Scrolling Zooming Joining Linking Specific fact finding Extended fact finding Open-ended browsing Exploration of availability Where to Search Finding aides Table of contents, Indexes, Description introductions, Subject classification, Key-Word-In-Context (KWIC) Preview and overview surrogates Copyright © 2005, Pearson Education, Inc.

Searching in textual documents and database querying World Wide Web search engines have greatly improved their performance by using statistical ranks and the information in the web’s hyperlink structure Searching in structured relational database systems well established task using SQL language Users write queries that specify matches on attribute levels Example of SQL command SELECT DOCUMENT# FROM JOURNAL-DB WHERE (Date >= and Date<= 1998) and (Language = English or French) and (publisher = ASIST or HFES or ACM). SQL has powerful features, but it requires 2 to 20 hours training While SQL is a standard form-fillin queries have simplified query formulation Finding a way not to overwhelm novice users is a challenge Evidence shows that users perform better and have higher satisfaction when they can view and control the search Copyright © 2005, Pearson Education, Inc.

Searching in textual documents and database querying Framework to coordinate design practice: Formulation source of the information fields for limiting the source phrases variants size of results Initiation of action explicit or implicit most systems have a search button for explicit initiation, or for delayed or regularly scheduled initiation implicit actions are initiated by changes to a parameter Review of results view overview and previews manipulate visualizations examine selected items Refinement should provide meaningful messages to explain search outcomes should support progressive refinement Use allow queries, parameters, or results to be saved, used, or shared Copyright © 2005, Pearson Education, Inc.

Multimedia document searches Searches for databases and textual documents are good, but multimedia searches are in a primitive stage Current multimedia searches require descriptive documents or metadata searches Search by date, text captions, or media is possible Useful to have computers perform some filtering New systems will incorporate powerful annotation and indexing, with better search algorithms and browsing Copyright © 2005, Pearson Education, Inc.

Multimedia document searches Image Search: Finding photos with images such as the Statue of Liberty is a challenge Query-by-Image-Content (QBIC) is difficult Search by profile (shape of lady), distinctive features (torch), colors (green copper) Use simple drawing tools to build templates or profiles to search with More success is attainable by searching restricted collections Search a vase collection Find a vase with a long neck by drawing a profile of it Critical searches such as fingerprint matching requires a minimum of 20 distinct features For small collections of personal photos effective browsing and lightweight annotation are important Copyright © 2005, Pearson Education, Inc.

Multimedia document searches Map Search On-line maps are plentiful Search by latitude/longitude is the structured-database solution Today's maps are allow utilizing structured aspects and multiple layers City, state, and site searches Flight information searches Weather information searches Example: www.mapquest.com Mobile devices can allow “here” as a point of reference Copyright © 2005, Pearson Education, Inc.

Multimedia document searches Design/Diagram Searches Some computer-assisted design packages support search of designs Allows searches of diagrams, blueprints, newspapers, etc. E.g. search for a red circle in a blue square or a piston in an engine Document-structure recognition for searching newspapers Sound Search MIR supports audio input Search for phone conversations may be possible in future on speaker independent basis Video Search Provide an overview Segmentation into scenes and frames Support multiple search methods Infomedia project Animation Search Prevalence increased with the popularity of Flash Possible to search for specific animations like a spinning globe Search for moving text on a black background Copyright © 2005, Pearson Education, Inc.

Advanced filtering and search interfaces For advanced uses there are alternatives to form fillin query interfaces: Filtering with complex boolean queries Problem with informal English, e.g. use of ‘and’ and ‘or’ Venn diagrams, decision tables, and metaphor of water flowing have not worked for complex queries Dynamic Queries - Adjusting sliders, buttons, etc and getting immediate feedback “direct-manipulation” queries Use sliders and other related controls to adjust the query Get immediate (less than 100 msec) feedback with data Dynamic HomeFinder and Blue Nile Hard to update fast with large databases Query previews present an overview to give users information and the distribution of data and thereby eliminate undesired items Faceted metadata search Integrates category browsing with keyword searching Flameco Copyright © 2005, Pearson Education, Inc.

Advanced filtering and search interfaces Collaborative Filtering Groups of users combine evaluations to help in finding items in a large database User "votes" and his info is used for rating the item of interest E.g. a user rating sex restaurants highly is given a list of restaurants also rated highly by those who agree the six are good Multilingual searches Current systems provide rudimentary translation searches Prototypes of systems with specific dictionaries and more sophisticated translation Visual searches Specialized visual representations of the possible values E.g. dates on a calendar or seats on a plane On a map the location may be more important than the name Implicit initiation and immediate feedback Copyright © 2005, Pearson Education, Inc.

Information visualization "A picture is worth a thousand words!" Large amounts of information in compact and user-controlled ways example: USA map, click a city to see more info Information visualization can be defined as the use of interactive visual representations of abstract data to amplify cognition Scientific visualization continuous variables, volumes and surfaces Information visualization categorical variables and the discovery of patterns, trends, clusters, outliers, and gaps Copyright © 2005, Pearson Education, Inc.

Information visualization Visual data mining Answer questions users didn’t know they had Tufte offers advice for static information, but dynamic displays present a challenge Must be more than cool The Visual Information Seeking Mantra Overview first zoom and filter then details-on-demand Copyright © 2005, Pearson Education, Inc.

Information visualization Basic data types 1 - Dimensional Linear data types include textual documents, program source code, lists of names in sequential order E.g. highlight lines of code that have changed 2 - Dimensional Planar or map data includes geographic maps, floor plans, newspaper layouts E.g. Geographic Information Systems, spatial displays of document collections Example tasks: find regions containing items Copyright © 2005, Pearson Education, Inc.

Information visualization Basic data types (cont.) 3 - Dimensional Real-world objects such as molecules, the human body, buildings Users must cope with understanding their position and orientation when viewing the objects E.g. overviews, landmarks, stereo displays, transparency, color coding Virtual Reality displays Users’ tasks typically deal with continuous variables National Library of Medicine's Visible Human Project Controversial Copyright © 2005, Pearson Education, Inc.

Information visualization Basic data types (cont.) Multi-Dimensional Most relational and statistical databases N attributes become points in an n-dimensional space Interface representation could be a 2-D scattergram with each additional dimension controlled by a slider Parallel coordinate plots Table Lens Hierarchal or k-means clustering Copyright © 2005, Pearson Education, Inc.

Information visualization Basic data types (cont.) Temporal Time Lines are widely used and accepted Items have a start and finish time and items may overlap Tasks include finding all events before, after, or during some time period Tree Collections of items with each item having a link to one parent item (except root) Outline style of indented labels or node-and-link diagram Space-filling approach Networks Sometimes data needs to be linked to an arbitrary number of other items Example: A graphical representation of the World Wide Web Mode-and-link diagrams, matrices Copyright © 2005, Pearson Education, Inc.

Information visualization Basic tasks Overview Gain an overview of the entire collection Adjoining detail view The overview might contain a movable field-of-view box to control the contents of the detail view allowing zoom factors of 3 to 30 Fisheye view Zoom Zoom in on items of interest Allows a more detailed view Need to maintain context Particularly important for small displays Filter Filter out uninteresting items Allows user to reduce size of search Copyright © 2005, Pearson Education, Inc.

Information visualization Basic tasks (cont.) Details-on-Demand Select an item or group and get details when needed Useful to pinpoint a good item Usually click on an item and review details in a separate or pop-up window Relate View relationships among items Use human perceptual ability – proximity, containment, connected line, color coding Example: Set directors name, and view all movies with that director History Keep a history to allow undo, replay, and progressive refinement Allows a mistake to be undone, or a series of steps to be replayed Extract Extract the items or data Save to file, print, or drag to another application Copyright © 2005, Pearson Education, Inc.

Information visualization Challenges for information visualization Import data Combine visual representations and textual labels See related information View large volumes of data Integrate data mining Collaborate with others Achieve universal usability Copyright © 2005, Pearson Education, Inc.