GUIDe: Gaze-enhanced UI Design
|
|
|
- Nicholas Day
- 9 years ago
- Views:
Transcription
1 GUIDe: Gaze-enhanced UI Design Manu Kumar Stanford University, HCI Group Gates Building, Room Serra Mall Stanford, CA Terry Winograd Stanford University, HCI Group Gates Building, Room Serra Mall Stanford, CA Abstract The GUIDe (Gaze-enhanced User Interface Design) project in the HCI Group at Stanford University explores how gaze information can be effectively used as an augmented input in addition to keyboard and mouse. We present three practical applications of gaze as an augmented input for pointing and selection, application switching, and scrolling. Our gaze-based interaction techniques do not overload the visual channel and present a natural, universally-accessible and general purpose use of gaze information to facilitate interaction with everyday computing devices. Keywords Pointing and Selection, Eye Pointing, Application Switching, Automatic Scrolling, Scrolling, Eye Tracking. ACM Classification Keywords H5.2. User Interfaces: Input devices and strategies, H5.2. User Interfaces: Windowing Systems, H5.m. Information interfaces and presentation (e.g., HCI): Miscellaneous. Copyright is held by the author/owner(s). CHI 2007, April 28 May 3, 2007, San Jose, California, USA. ACM /07/0004. Introduction The keyboard and mouse have long been the dominant forms of input on computer systems. Eye gaze tracking as a form of input was primarily developed for disabled users who are unable to make normal use of a keyboard and pointing device. However, with the
2 2 increasing accuracy and decreasing cost of eye gaze tracking systems [1, 2, 6] it will soon be practical for able-bodied users to use gaze as a form of input in addition to keyboard and mouse provided the resulting interaction is an improvement over current techniques. The GUIDe (Gaze-enhanced User Interface Design) project [9] in the HCI Group at Stanford University explores how gaze information can be effectively used as an augmented input in addition to keyboard and mouse. In this paper, we present three practical applications of gaze as an augmented input for pointing and selection, application switching, and scrolling. Motivation Human beings look with their eyes. When they want to point (either on the computer or in real life) they look before they point [8]. Therefore, using eye gaze as a way of interacting with a computer seems like a natural extension of our human abilities. However, to date, research has suggested that using eye gaze for any active control task is not a good idea. In his paper on MAGIC pointing [18] Zhai states that to load the visual perception channel with a motor control task seems fundamentally at odds with users natural mental model in which the eye searches for and takes in information and the hand produces output that manipulates external objects. Other than for disabled users, who have no alternative, using eye gaze for practical pointing does not appear to be very promising. In his paper in 1990, Jacob [7] states that: what is needed is appropriate interaction techniques that incorporate eye movements into the user-computer dialogue in a convenient and natural way. In a later paper in 2000, Sibert and Jacob [15] conclude that: Eye gaze interaction is a useful source of additional input and should be considered when designing interfaces in the future. For our research we chose to investigate how gazebased interaction techniques can be made simple, accurate and fast enough to not only allow disabled users to use them for standard computing applications, but also make the threshold of use low enough that able-bodied users will actually prefer to use gaze-based interaction. Related Work Researchers have tried numerous approaches to gaze based pointing [3, 7, 10-13, 16-18]. However, its use outside of research circles has been limited to disabled users who are otherwise unable to use a keyboard and mouse. Disabled users are willing to tolerate customized interfaces, which provide large targets for gaze based pointing. The lack of accuracy in eye-based pointing and the performance issues of using dwellbased activation have created a high enough threshold that able-bodied users have preferred to use the keyboard and mouse over gaze based pointing [8]. The use of eye gaze for window management was discussed as far back as 1981 by Bolt [4]. In EyeWindows [5], Fono and Vertegaal explored two gaze-based window management techniques with the constraint that all windows be non-overlapping.
3 1. Look at the desired target 3 2. Press and hold the hotkey 3. Look at target in the magnified view 4. Release hotkey Figure 1. EyePoint fluidly combines a two-step progressive refinement of the target into a Look-Press-Look- Release action Gaze-based scrolling is fraught with Midas Touch 1 [7] issues and therefore there hasn t been much in the literature regarding gaze-based scrolling to date. EyePoint: Pointing and Selection EyePoint provides a practical gaze-based solution for everyday pointing and selection using a combination of gaze and keyboard. EyePoint works by using a twostep, progressive refinement process that is fluidly stitched together in a look-press-look-release cycle. To use EyePoint, the user simply looks at the target on the screen and presses a hotkey for the desired action - single click, double click, right click, mouse over, or start click-and-drag 2. EyePoint displays a magnified view of the region the user was looking at. The user looks at the target again in the magnified view and releases the hotkey. This results in the appropriate action being performed on the target (sidebar). To abort an action the user can look away or anywhere outside of the zoomed region and release the hotkey, or press the Esc key on the keyboard. The region around the user s initial gaze point is presented in the magnified view with a grid of orange dots overlaid. These orange dots are called focus points and may aid in focusing the user s gaze at a point 1 Unintentional activation of a command when a user is looking around. 2 We provide hotkeys for all standard mouse actions in our research prototype; a real world implementation may use alternative activation techniques such as dedicated buttons located below the spacebar. within the target. Focusing at a point reduces the jitter and improves the accuracy of the system. Single click, double click and right click actions are performed as soon as the user releases the key. Click and drag is a two-step interaction. The user first selects the starting point for the click and drag with one hotkey and then the destination with another hotkey. Technical Details The eye tracker constantly tracks the user s eyemovements 3. A modified version of Salvucci s Dispersion Threshold Identification fixation detection algorithm [14] is used along with our own smoothing algorithm to help filter the gaze data. When the user presses and holds one of the action specific hotkeys on the keyboard, the system uses the key press as a trigger to perform a screen capture in a confidence interval around the user s current eye-gaze. The default settings use a confidence interval of 120 pixels square (60 pixels in all four directions from the estimated gaze point). The system then applies a magnification factor (default 4x) to the captured region of the screen. The resulting image is shown to the user at a location centered at the previously estimated gaze point but offset to remain within screen boundaries. The user then looks at the desired target in the magnified view and releases the hotkey. The user s eye gaze is recorded when the hotkey is released. Since the view has been magnified, the resulting eye-gaze is 3 If the eye tracker were fast enough, it would be possible to begin tracking when the hotkey is pressed, alleviating longterm use concerns for exposure to infra-red illumination.
4 4 Figure 2. Pressing and holding the EyeExposé hotkey tiles all open applications on the screen. The user simply looks at the desired target application and releases the hotkey. Figure 3. Releasing the hotkey restores the windows to their original size and brings the selected application to the foreground. more accurate by a factor equal to the magnification. A transform is applied to determine the location of the desired target in screen coordinates. The cursor is then moved to this location and the action corresponding to the hotkey (single click, double click, right click etc.) is executed. EyePoint therefore uses a secondary gaze point in the magnified view to refine the location of the target. Evaluation A quantitative evaluation of EyePoint shows that the performance of EyePoint is similar to the performance of a mouse, though with slightly higher error rates. Users strongly preferred the experience of using gazebased pointing over the mouse even though they had years of experience with the mouse. EyeExposé: Application Switching EyeExposé, combines a full-screen two-dimensional thumbnail view of the open applications with gazebased selection for application switching. Figure 2 and Figure 3 show how EyeExposé works - to switch to a different application, the user presses and holds down a hotkey. EyeExposé responds by showing a scaled down view of all the applications that are currently open on the desktop. The user simply looks at the desired target application and releases the hotkey. The use of eye gaze instead of the mouse for pointing is a natural choice. The size of the tiled windows in Exposé is usually large enough for eye-tracking accuracy to not be an issue. Whether the user relies on eye gaze or the mouse for selecting the target, the visual search task to find the desired application in the tiled view is a prerequisite step. By using eye gaze with an explicit action (the release of the hotkey) we can leverage the user s natural visual search to point to the desired selection. Evaluation A quantitative evaluation showed that EyeExposé was significantly faster than using Alt-Tab when switching between twelve open applications. Error rates in application switching were minimal, with one error occurring in every twenty or more trials. In a qualitative evaluation, where subjects ranked four different application switching techniques (Alt-Tab, Task bar, Exposé w/mouse and EyeExposé), EyeExposé was the subjects choice for speed, ease of use, and the technique they said they would prefer to use if they had all four approaches available. Subjects felt that EyeExposé was more natural and faster than other approaches. EyeScroll: Reading mode and Scrolling EyeScroll allows computer users to automatically and adaptively scroll through content on their screen. When scrolling starts or stops and the speed of the scrolling is controlled by the user's eye gaze and the speed at which the user is reading. EyeScroll provides multiple modes for scrolling specifically, a reading mode and off-screen dwell-based targets. Reading Mode The EyeScroll reading mode allows users to read a web page or a long document, without having to constantly scroll the page manually. The reading mode is toggled by using the Scroll Lock key a key which has otherwise been relegated to having no function on the keyboard. Once the reading mode is enabled by pressing the Scroll Lock key, the system tracks the
5 5 Figure 4. Eye-tracker (Tobii 1750) with off-screen targets for scrolling actions such as Home, End, Page Up, Page Down, Up/Down and Left/Right. user s gaze. When the user s gaze location falls below a system-defined threshold (i.e. the user looks at the bottom part of the screen) EyeScroll starts to slowly scroll the page. The rate of the scrolling is determined by the speed at which the user is reading and is usually slow enough to allow the user to continue reading even as the text scrolls up. As the user s gaze slowly drifts up on the screen and passes an upper threshold, the scrolling is paused. This allows the reader to continue reading naturally, without being afraid that the text will run off the screen. The reading speed is estimated by measuring the amount of time t it takes the user to complete one horizontal sweep from left to right and back. The delta in the number of vertical pixels the user s gaze moved (accounting for any existing scrolling rate) defines the distance d in number of vertical pixels. The reading speed can then be estimated as d/t. In order to facilitate scanning the scrolling speed can also take into account the location of the user s gaze on the screen. If the user s gaze is closer to the lower edge of the screen, the system can speed up scrolling and if the gaze is in the center or the upper region of the screen the system can slow down scrolling accordingly. Since the scrolling speed and when the scrolling starts and stopped are both functions of the user s gaze, the system adapts to the reading style and patterns of each individual user. By design the page is always scrolled only in one direction. This is because while reading top to bottom is a fairly natural activity that can be detected based on gaze patterns, attempting to reverse scrolling direction triggers too many false positives. Therefore, we chose to combine the reading mode with explicit dwell-based activation for scrolling up in the document (see below). The user can disengage the reading mode by pressing the Scroll-Lock key on the keyboard. Off-screen dwell-based targets We placed multiple off-screen targets as seen in Figure 4 on the bezel of the screen. The eye-tracker s field of view is sufficient to detect when the user looks at these off-screen targets. A dwell duration of ms is used to trigger activation of the targets which are mapped to Page Up, Page Down, Home and End keys on the keyboard. The off-screen dwell-based targets for document navigation complement the automated reading mode described above. Since the reading mode only provides scrolling in one direction, if the user wants to scroll up or navigate to the top of the document he/she can do that by using the off-screen targets. Evaluation Pilot studies showed that subjects found the EyeScroll reading mode to be natural and easy to use. Subjects particularly liked that the scrolling speed adapted to their reading speed. Additionally, they felt in control of the scrolling and did not feel that the text was running away at any point. Formal evaluation of EyeScroll is currently underway and results will be presented at a future conference. Conclusion We will demonstrate several practical examples of using gaze as an augmented input for interaction with computers. Our approach uses gaze as an input without overloading the visual channel and consequently enables interactions which feel natural and easy to use.
6 6 The true efficacy and ease of use of these techniques can only be experienced and description in words does not do them justice. We look forward to having CHI attendees try the techniques for themselves! Acknowledgements We would also like to acknowledge Stanford Media X and the Stanford School of Engineering matching funds grant for providing the funding for this work. References 1. IPRIZE: a $1,000,000 Grand Challenge designed to spark advances in eye-tracking technology through competition, Amir, A., L. Zimet, A. Sangiovanni-Vincentelli, and S. Kao. An Embedded System for an Eye-Detection Sensor. Computer Vision and Image Understanding, CVIU Special Issue on Eye Detection and Tracking 98(1). pp , Ashmore, M., A. T. Duchowski, and G. Shoemaker. Efficient Eye Pointing with a FishEye Lens. In Proceedings of Graphics Interface. pp , Bolt, R. A. Gaze-Orchestrated Dynamic Windows. Computer Grahics 15(3). pp , Fono, D. and R. Vertegaal. EyeWindows: Evaluation of Eye-Controlled Zooming Windows for Focus Selection. In Proceedings of CHI. Portland, Oregon, USA: ACM Press. pp , Hansen, D. W., D. MacKay, and J. P. Hansen. Eye Tracking off the Shelf. In Proceedings of ETRA: Eye Tracking Research & Applications Symposium. San Antonio, Texas, USA: ACM Press. pp. 58, Jacob, R. J. K. The Use of Eye Movements in Human- Computer Interaction Techniques: What You Look At is What You Get. In Proceedings of ACM Transactions in Information Systems. pp , Jacob, R. J. K. and K. S. Karn, Eye Tracking in Human- Computer Interaction and Usability Research: Ready to Deliver the Promises, in The Mind's eye: Cognitive and Applied Aspects of Eye Movement Research, J. Hyona, R. Radach, and H. Deubel, Editors. Elsevier Science: Amsterdam. pp , Kumar, M., GUIDe: Gaze-enhanced User Interface Design, Stanford Lankford, C. Effective Eye-Gaze Input into Windows. In Proceedings of ETRA: Eye Tracking Research & Applications Symposium. Palm Beach Gardens, Florida, USA: ACM Press. pp , Majaranta, P. and K.-J. Räihä. Twenty Years of Eye Typing: Systems and Design Issues. In Proceedings of ETRA: Eye Tracking Research & Applications Symposium. New Orleans, Louisiana, USA: ACM Press. pp , Miniotas, D., O. Špakov, I. Tugoy, and I. S. MacKenzie. Speech-Augmented Eye Gaze Interaction with Small Closely Spaced Targets. In Proceedings of ETRA: Eye Tracking Research & Applications Symposium. San Diego, California, USA: ACm Press. pp , Salvucci, D. D. Intelligent Gaze-Added Interfaces. In Proceedings of CHI. The Hague, Amsterdam: ACM Press. pp , Salvucci, D. D. and J. H. Goldberg. Identifying Fixations and Saccades in Eye-Tracking Protocols. In Proceedings of ETRA: Eye Tracking Research & Applications Symposium. Palm Bech Gardens, Florida, USA: ACM Press. pp , Sibert, L. E. and R. J. K. Jacob. Evaluation of Eye Gaze Interaction. In Proceedings of CHI. The Hague, Amsterdam: ACM Pres, Wang, J., S. Zhai, and H. Su. Chinese Input with Keyboard and Eye-Tracking - An Anatomical Study. In Proceedings of CHI. Seattle, Washington, USA: ACM Press. pp , Yamato, M., A. Monden, K.-i. Matsumoto, K. Inoue, and K. Torii. Button Selection for General GUIs Using Eye and Hand Together. In Proceedings of AVI. Palermo, Italy: ACM Press. pp , Zhai, S., C. Morimoto, and S. Ihde. Manual and Gaze Input Cascaded (MAGIC) Pointing. In Proceedings of CHI. Pittsburgh, Pennsylvania, USA: ACM Press. pp , 1999.
CATIA Basic Concepts TABLE OF CONTENTS
TABLE OF CONTENTS Introduction...1 Manual Format...2 Log on/off procedures for Windows...3 To log on...3 To logoff...7 Assembly Design Screen...8 Part Design Screen...9 Pull-down Menus...10 Start...10
GAZETRACKERrM: SOFTWARE DESIGNED TO FACILITATE EYE MOVEMENT ANALYSIS
GAZETRACKERrM: SOFTWARE DESIGNED TO FACILITATE EYE MOVEMENT ANALYSIS Chris kankford Dept. of Systems Engineering Olsson Hall, University of Virginia Charlottesville, VA 22903 804-296-3846 [email protected]
USER INTERFACE HOTKEYS WEB FINDER HOTKEYS. Shortcut Keys and Hot Keys: ZoomText 10 Magnifier/Reader
Shortcut Keys and Hot Keys: ZoomText 10 Magnifier/Reader USER INTERFACE HOTKEYS The modifier keys consist of any combination of ALT, CTRL, SHIFT, CAPS LOCK and the Windows Key. The primary key can be any
Eye Tracking Instructions
Eye Tracking Instructions [1] Check to make sure that the eye tracker is properly connected and plugged in. Plug in the eye tracker power adaptor (the green light should be on. Make sure that the yellow
Copyright 2006 TechSmith Corporation. All Rights Reserved.
TechSmith Corporation provides this manual as is, makes no representations or warranties with respect to its contents or use, and specifically disclaims any expressed or implied warranties or merchantability
Video-Based Eye Tracking
Video-Based Eye Tracking Our Experience with Advanced Stimuli Design for Eye Tracking Software A. RUFA, a G.L. MARIOTTINI, b D. PRATTICHIZZO, b D. ALESSANDRINI, b A. VICINO, b AND A. FEDERICO a a Department
Input and output devices for specific needs
Input and output devices for specific needs Teacher s Notes Lesson Plan Length 60 mins Specifi cation Link 212/r Learning objective Candidates should be able to: (r) discuss input and output devices for
Wearable Computing. Editor: Bernt Schiele n MPI Informatics n [email protected]. Toward Mobile Eye-Based Human-Computer Interaction
Wearable Computing Editor: Bernt Schiele n MPI Informatics n [email protected] Toward Mobile Eye-Based Human-Computer Interaction Andreas Bulling and Hans Gellersen Eye-based human-computer interaction
ZoomText Hotkeys. AppReader and DocReader Hotkeys (Magnifier/Reader only)
ZoomText Hotkeys The following tables list the command names and default assignments for all ZoomText hotkeys (by Hotkey Group). Hotkey assignments can be changed in the Hotkeys dialog box. Note: AppReader
ios 9 Accessibility Switch Control - The Missing User Guide Updated 09/15/15
ios 9 Accessibility Switch Control - The Missing User Guide Updated 09/15/15 Apple, ipad, iphone, and ipod touch are trademarks of Apple Inc., registered in the U.S. and other countries. ios is a trademark
Microsoft PowerPoint 2010
Microsoft PowerPoint 2010 Starting PowerPoint... 2 PowerPoint Window Properties... 2 The Ribbon... 3 Default Tabs... 3 Contextual Tabs... 3 Minimizing and Restoring the Ribbon... 4 The Backstage View...
Sharing Presentations, Documents, and Whiteboards
Chapter 19 19 Sharing Presentations, Documents, and Whiteboards Your user role in an event determines your level of sharing. Whichever role you take, the following table describes the basic tasks associated
HOW TO VIEW AND EDIT PICTURES
Get started Shutterfly can help you make your pictures look their best. We re going to show you the different ways to view and edit your pictures using our easy-to-use tools. To begin, sign in to your
Windows XP Pro: Basics 1
NORTHWEST MISSOURI STATE UNIVERSITY ONLINE USER S GUIDE 2004 Windows XP Pro: Basics 1 Getting on the Northwest Network Getting on the Northwest network is easy with a university-provided PC, which has
Snagit 10. Getting Started Guide. March 2010. 2010 TechSmith Corporation. All rights reserved.
Snagit 10 Getting Started Guide March 2010 2010 TechSmith Corporation. All rights reserved. Introduction If you have just a few minutes or want to know just the basics, this is the place to start. This
Smoothboard 2.0 Updates. Software Version: 2.0 Document Version: 1.0
Smoothboard 2.0 Updates Software Version: 2.0 Document Version: 1.0 Website Email : http://www.smoothboard.net : [email protected] Attribution Non Commercial No Derivatives cc by-nc-nd http://creativecommons.org/licenses/by
Windows 7: Desktop. Personalization
Windows 7: Desktop The new and improved Windows 7 operating system boasts several enhancements that allows for simple navigation and a user friendly interface. New features enable easy and accessible organization.
ZoomText 10.1 for Windows 8 Quick Reference Guide Addendum
ZoomText 10.1 for Windows 8 Quick Reference Guide Addendum This addendum to the ZoomText 10 Quick Reference Guide covers the new features and other changes specific to ZoomText 10.1 for Windows 8. For
Protocol for Microscope Calibration
Protocol for Microscope Calibration A properly calibrated system is essential for successful and efficient software use. The following are step by step instructions on how to calibrate the hardware using
Guidelines for Using the Retrospective Think Aloud Protocol with Eye Tracking
Guidelines for Using the Retrospective Think Aloud Protocol with Eye Tracking September, 2009 Short paper by Tobii Technology Not sure of how to design your eye tracking study? This document aims to provide
Windows 8.1 Tips and Tricks
Windows 8.1 Tips and Tricks Table of Contents Tiles... 2 Removing, Resizing and Moving Existing Tiles... 2 Adding New Tiles... 2 Returning to the Start Screen (Charms)... 3 The Search Feature... 3 Switching
WHAT S NEW IN WORD 2010 & HOW TO CUSTOMIZE IT
WHAT S NEW IN WORD 2010 & HOW TO CUSTOMIZE IT The Ribbon... 2 Default Tabs... 2 Contextual Tabs... 2 Minimizing and Restoring the Ribbon... 3 Customizing the Ribbon... 3 A New Graphic Interface... 5 Live
Introduction to Windows 8
Introduction to Windows 8 Windows 8 is a completely redesigned operating system developed from the ground up with touchscreen use in mind as well as near instant-on capabilities that enable a Windows 8
Getting to know Windows 8
Getting to know Windows 8 Queen Mary student desktop Sign In & Sign Out Sign in: Please enter your Queen Mary username and password when prompted. Sign out: There are two easy ways to sign out: From the
Hildon User Interface Style Guide Summary
Hildon User Interface Style Guide Summary Version 1.1 Copyright 2002-2005 Nokia Corporation All rights reserved. Page 1 Table of contents: 1. Introduction to the Hildon UI Style...3 2. Background and Constraints...3
GelAnalyzer 2010 User s manual. Contents
GelAnalyzer 2010 User s manual Contents 1. Starting GelAnalyzer... 2 2. The main window... 2 3. Create a new analysis... 2 4. The image window... 3 5. Lanes... 3 5.1 Detect lanes automatically... 3 5.2
Advanced Programming with LEGO NXT MindStorms
Advanced Programming with LEGO NXT MindStorms Presented by Tom Bickford Executive Director Maine Robotics Advanced topics in MindStorms Loops Switches Nested Loops and Switches Data Wires Program view
Windows 8.1 User Guide
Windows 8.1 User Guide This guide has been created to assist with lectures held in the ANU Information Commons. Further tips and training for using Windows 8.1 can be found on the IT Services website.
Fixplot Instruction Manual. (data plotting program)
Fixplot Instruction Manual (data plotting program) MANUAL VERSION2 2004 1 1. Introduction The Fixplot program is a component program of Eyenal that allows the user to plot eye position data collected with
3D-GIS in the Cloud USER MANUAL. August, 2014
3D-GIS in the Cloud USER MANUAL August, 2014 3D GIS in the Cloud User Manual August, 2014 Table of Contents 1. Quick Reference: Navigating and Exploring in the 3D GIS in the Cloud... 2 1.1 Using the Mouse...
INTRODUCTION TO THE XL30-FEG SEM. 1.1 The mouse. 1.2. The monitor. Figure 1.1 1. THE USER INTERFACE
INTRODUCTION TO THE XL30-FEG SEM All software used to control the microscope runs in the MS-Windows environment. This environment is loaded on the Windows2000 operating system. However, it is not really
How To Use Eye Tracking With A Dual Eye Tracking System In A Collaborative Collaborative Eye Tracking (Duet)
Framework for colocated synchronous dual eye tracking Craig Hennessey Department of Electrical and Computer Engineering University of British Columbia Mirametrix Research [email protected] Abstract Dual
EyeMMV toolbox: An eye movement post-analysis tool based on a two-step spatial dispersion threshold for fixation identification
Journal of Eye Movement Research 7(1):1, 1-10 EyeMMV toolbox: An eye movement post-analysis tool based on a two-step spatial dispersion threshold for fixation identification Vassilios Krassanakis National
Excel -- Creating Charts
Excel -- Creating Charts The saying goes, A picture is worth a thousand words, and so true. Professional looking charts give visual enhancement to your statistics, fiscal reports or presentation. Excel
How To Run A Factory I/O On A Microsoft Gpu 2.5 (Sdk) On A Computer Or Microsoft Powerbook 2.3 (Powerpoint) On An Android Computer Or Macbook 2 (Powerstation) On
User Guide November 19, 2014 Contents 3 Welcome 3 What Is FACTORY I/O 3 How Does It Work 4 I/O Drivers: Connecting To External Technologies 5 System Requirements 6 Run Mode And Edit Mode 7 Controls 8 Cameras
USING EYE TRACKING TO EVALUATE ALTERNATIVE SEARCH RESULTS INTERFACES
USING EYE TRACKING TO EVALUATE ALTERNATIVE SEARCH RESULTS INTERFACES Rachana S. Rele and Andrew T. Duchowski Clemson University Clemson, SC 29634 Surveys have shown that 75% of users get frustrated with
Mac Built-in Accessibility (10.7 - Lion) - Quick Start Guide
Mac Built-in Accessibility (10.7 - Lion) - Quick Start Guide Overview The Mac operating system has many helpful features to help users with a wide range of abilities access their computer. This Quickstart
RESEARCH ON SPOKEN LANGUAGE PROCESSING Progress Report No. 29 (2008) Indiana University
RESEARCH ON SPOKEN LANGUAGE PROCESSING Progress Report No. 29 (2008) Indiana University A Software-Based System for Synchronizing and Preprocessing Eye Movement Data in Preparation for Analysis 1 Mohammad
Assets, Groups & Networks
Complete. Simple. Affordable Copyright 2014 AlienVault. All rights reserved. AlienVault, AlienVault Unified Security Management, AlienVault USM, AlienVault Open Threat Exchange, AlienVault OTX, Open Threat
idisplay v.2.0 User Guide
idisplay v.2.0 User Guide 2013 i3 International Inc. The contents of this user manual are protected under copyright and computer program laws. www.i3international.com 1.866.840.0004 CANADA 780 Birchmount
One-Way Pseudo Transparent Display
One-Way Pseudo Transparent Display Andy Wu GVU Center Georgia Institute of Technology TSRB, 85 5th St. NW Atlanta, GA 30332 [email protected] Ali Mazalek GVU Center Georgia Institute of Technology TSRB,
The main imovie window is divided into six major parts.
The main imovie window is divided into six major parts. 1. Project Drag clips to the project area to create a timeline 2. Preview Window Displays a preview of your video 3. Toolbar Contains a variety of
Internet Explorer 7. Getting Started The Internet Explorer Window. Tabs NEW! Working with the Tab Row. Microsoft QUICK Source
Microsoft QUICK Source Internet Explorer 7 Getting Started The Internet Explorer Window u v w x y { Using the Command Bar The Command Bar contains shortcut buttons for Internet Explorer tools. To expand
Within minutes you can transform your high-resolution digital image in to a DVquality movie that pans, zooms and rotates the once-still image.
Slick Motion gives you a simple and easy way to make your still images come alive. Within minutes you can transform your high-resolution digital image in to a DVquality movie that pans, zooms and rotates
Windows 8.1 Update 1 Supplement
Illustrated Series Guide to Windows 8.1 Update 1 Changes June 2014 Table of Contents (CTRL+Click a link to navigate directly to Part 1, 2, 3, or 4.) Part 1: What Version of Windows Am I Using? Part 2:
Multi Client (Integration)
Multi Client (Integration) Installation and User s Guide Ver 12.10.x *All contents of this document may change without prior notice. INDEX 1. Index 01 2. Introduction 02 3. Installation 03 4. Using Multi
The Keyboard One of the first peripherals to be used with a computer and is still the primary input device for text and numbers.
Standard Methods of Input Keyboard Mouse Input device enables you to input information and commands into the computer. The Keyboard One of the first peripherals to be used with a computer and is still
Advantage Cloud Access: Microsoft Remote Desktop for Android
Advantage Cloud Access: Microsoft Remote Desktop for Android 2645 Townsgate Road, Suite 200 Westlake Village, CA 91361 Support: 800.888.8075 Fax: 805.497.4983 2013 Compulink Business Systems, Inc. All
PowerPoint 2007: Basics Learning Guide
PowerPoint 2007: Basics Learning Guide What s a PowerPoint Slide? PowerPoint presentations are composed of slides, just like conventional presentations. Like a 35mm film-based slide, each PowerPoint slide
PLAY VIDEO. Close- Closes the file you are working on and takes you back to MicroStation V8i Open File dialog.
Chapter Five Menus PLAY VIDEO INTRODUCTION To be able to utilize the many different menus and tools MicroStation V8i offers throughout the program and this guide, you must first be able to locate and understand
Microsoft Access 2010 Overview of Basics
Opening Screen Access 2010 launches with a window allowing you to: create a new database from a template; create a new template from scratch; or open an existing database. Open existing Templates Create
MestRe-C User Guide Megan Bragg 04/14/05
MestRe-C User Guide Megan Bragg 04/14/05 Some general useful features: 1. You can add Text, Titles, Temperatures, or peak labels (in any font/size/color) to the spectrum. 2. MestRe-C allows you to save
Project Setup and Data Management Tutorial
Project Setup and Heavy Construction Edition Version 1.20 Corporate Office Trimble Navigation Limited Engineering and Construction Division 5475 Kellenburger Road Dayton, Ohio 45424-1099 U.S.A. Phone:
Sharing Software. Chapter 14
Chapter 14 14 Sharing Software Sharing a tool, like a software application, works differently from sharing a document or presentation. When you share software during a meeting, a sharing window opens automatically
Mouse and Pointer Settings. Technical Brief
Mouse and Pointer Settings Technical Brief Avocent, the Avocent logo, DSView, AutoView, SwitchView, DSR, OSCAR and AVWorks are trademarks or registered trademarks of Avocent Corporation or its affiliates.
Midi Workshop. SAWStudio. From RML Labs. To order this product, or download a free demo, visit www.sawstudio.com
SAWStudio Midi Workshop From RML Labs Welcome to the exciting new Midi WorkShop add-on for SAWStudio! The Midi WorkShop requires SAWStudio, SAWStudioLite, or SAWStudioBasic as a host. The Midi WorkShop
CCNA Discovery 4.0.3.0 Networking for Homes and Small Businesses Student Packet Tracer Lab Manual
4.0.3.0 Networking for Homes and Small Businesses Student Packet Tracer Lab Manual This document is exclusive property of Cisco Systems, Inc. Permission is granted to print and copy this document for non-commercial
If you know exactly how you want your business forms to look and don t mind
appendix e Advanced Form Customization If you know exactly how you want your business forms to look and don t mind detail work, you can configure QuickBooks forms however you want. With QuickBooks Layout
MrSID Viewer 2.0 for Windows 95/NT4.0
MrSID Viewer 2.0 for Windows 95/NT4.0 What is MrSID? Introducing MrSID MrSID image compression and decompression software offers users high-quality image-compression capabilities, along with the ability
AN INTRODUCTION TO STAROFFICE WRITER
CHAPTER 1 AN INTRODUCTION TO STAROFFICE WRITER 1.1 An Introduction to StarOffice StarOffice is an application that is designed to work on different operating systems. StarOffice is a full-featured office
The Waves Dorrough Meter Collection. User Guide
TABLE OF CONTENTS CHAPTER 1 INTRODUCTION...3 1.1 WELCOME...3 1.2 PRODUCT OVERVIEW...3 1.3 ABOUT THE MODELING...4 1.4 MONO AND STEREO COMPONENTS...4 1.5 SURROUND COMPONENTS...4 CHAPTER 2 QUICKSTART GUIDE...5
VACA: A Tool for Qualitative Video Analysis
VACA: A Tool for Qualitative Video Analysis Brandon Burr Stanford University 353 Serra Mall, Room 160 Stanford, CA 94305 USA [email protected] Abstract In experimental research the job of analyzing data
2006-2011, SHAPE Services www.shapeservices.com
RDM+ Remote Desktop for Mobiles For Java-powered phones and Symbian OS devices 1. Installing RDM+ Client on a phone... 2 Internet connection... 2 2. Registration and trial... 3 3. Address book... 3 4.
Getting Started Guide
Getting Started Guide 2012 TechSmith Corporation. All rights reserved. 1 About this Guide Whether you re using Snagit on Windows or Mac, this guide will help you get started! Content that only applies
Introduction to Word 2007
Introduction to Word 2007 You will notice some obvious changes immediately after starting Word 2007. For starters, the top bar has a completely new look, consisting of new features, buttons and naming
Using PowerPoint To Create Art History Presentations For Macintosh computers running OSX with Microsoft Office 2008
Using PowerPoint To Create Art History Presentations For Macintosh computers running OSX with Microsoft Office 2008 Adapted by Gretchen Tuchel from the Institute of Fine Arts document by Elizabeth S. Funk
SMART NOTEBOOK 10. Instructional Technology Enhancing ACHievement
SMART NOTEBOOK 10 Instructional Technology Enhancing ACHievement TABLE OF CONTENTS SMART Notebook 10 Themes... 3 Page Groups... 4 Magic Pen... 5 Shape Pen... 6 Tables... 7 Object Animation... 8 Aligning
CREATE A 3D MOVIE IN DIRECTOR
CREATE A 3D MOVIE IN DIRECTOR 2 Building Your First 3D Movie in Director Welcome to the 3D tutorial for Adobe Director. Director includes the option to create three-dimensional (3D) images, text, and animations.
Usability Testing Jeliot 3- Program Visualization Tool: Evaluation Using Eye-Movement Tracking
Usability Testing Jeliot 3- Program Visualization Tool: Evaluation Using Eye-Movement Tracking Roman Bednarik University of Joensuu Connet course 281: Usability in Everyday Environment February 2005 Contents
Avigilon Control Center Web Client User Guide
Avigilon Control Center Web Client User Guide Version: 4.12 Enterprise OLH-WEBCLIENT-E-E-Rev2 Copyright 2013 Avigilon. All rights reserved. The information presented is subject to change without notice.
Reading with Mobile Phone & Large Display
Reading with Mobile Phone & Large Display Roswitha Gostner Computing Department Lancaster University, [email protected] Hans Gellersen Computing Department Lancaster University Lancaster, LA1 4WY, UK
OX Spreadsheet Product Guide
OX Spreadsheet Product Guide Open-Xchange February 2014 2014 Copyright Open-Xchange Inc. OX Spreadsheet Product Guide This document is the intellectual property of Open-Xchange Inc. The document may be
Evoluent Mouse Manager for Windows. Download the free driver at evoluent.com. The primary benefits of the Mouse Manager are:
Evoluent Mouse Manager for Windows Less is more. In ergonomic terms, the less movement you make, the more relaxed you are. Did you know the Evoluent Mouse Manager software lets you do many things without
Introduction to CATIA V5
Introduction to CATIA V5 Release 16 (A Hands-On Tutorial Approach) Kirstie Plantenberg University of Detroit Mercy SDC PUBLICATIONS Schroff Development Corporation www.schroff.com www.schroff-europe.com
In this session, we will explain some of the basics of word processing. 1. Start Microsoft Word 11. Edit the Document cut & move
WORD PROCESSING In this session, we will explain some of the basics of word processing. The following are the outlines: 1. Start Microsoft Word 11. Edit the Document cut & move 2. Describe the Word Screen
Chapter 1. Creating Sketches in. the Sketch Mode-I. Evaluation chapter. Logon to www.cadcim.com for more details. Learning Objectives
Chapter 1 Creating Sketches in Learning Objectives the Sketch Mode-I After completing this chapter you will be able to: Use various tools to create a geometry. Dimension a sketch. Apply constraints to
Introduction to SketchUp
Introduction to SketchUp This guide is handy to read if you need some basic knowledge to get started using SketchUp. You will see how to download and install Sketchup, and learn how to use your mouse (and
Create a Poster Using Publisher
Contents 1. Introduction 1. Starting Publisher 2. Create a Poster Template 5. Aligning your images and text 7. Apply a background 12. Add text to your poster 14. Add pictures to your poster 17. Add graphs
DOING MORE WITH WORD: MICROSOFT OFFICE 2010
University of North Carolina at Chapel Hill Libraries Carrboro Cybrary Chapel Hill Public Library Durham County Public Library DOING MORE WITH WORD: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites
GEM. User Guide. Freedom Scientific, Inc. 440640-001 Rev. B
GEM User Guide Freedom Scientific, Inc. 440640-001 Rev. B PUBLISHED BY Freedom Scientific 11800 31 st Court North St. Petersburg, Florida 33716-1805 USA www.freedomscientific.com Information in this document
LogMeIn Ignition for Android User Guide
LogMeIn Ignition for Android User Guide Contents About LogMeIn Ignition...3 Getting Started with LogMeIn Ignition...3 How to Create a LogMeIn Account for Use with Ignition...4 How to Add Computers to your
Introduction to Microsoft Word 2003
Introduction to Microsoft Word 2003 Sabeera Kulkarni Information Technology Lab School of Information University of Texas at Austin Fall 2004 1. Objective This tutorial is designed for users who are new
Bio-interactive FLASH games. Instruction Manual
Bio-interactive FLASH games Instruction Manual May 2010 2 Contents Supported Software...3 Physiological Modes...3 Adapting Your Software...3 Adapting BioExplorer Designs...4 Signal Diagram...4 Slow Moving
Microsoft PowerPoint 2010 Handout
Microsoft PowerPoint 2010 Handout PowerPoint is a presentation software program that is part of the Microsoft Office package. This program helps you to enhance your oral presentation and keep the audience
WCAG 2.0 for Designers: Beyond Screen Readers and Captions
WCAG 2.0 for Designers: Beyond Screen Readers and Captions Loretta Guarino Reid 1 and Andi Snow-Weaver 2, 1 Google, Inc 1600 Amphitheatre Pkwy Mountain View, CA 94043 [email protected] 2 IBM 11501
Using Microsoft Word. Working With Objects
Using Microsoft Word Many Word documents will require elements that were created in programs other than Word, such as the picture to the right. Nontext elements in a document are referred to as Objects
Lenovo Miix 2 8. User Guide. Read the safety notices and important tips in the included manuals before using your computer.
Lenovo Miix 2 8 User Guide Read the safety notices and important tips in the included manuals before using your computer. Notes Before using the product, be sure to read Lenovo Safety and General Information
TouchPad and Keyboard
TouchPad and Keyboard Document Part Number: 430242-001 January 2007 This guide explains the touchpad and keyboard. Contents 1 TouchPad Using the TouchPad............................. 1 1 Using an external
