Concept Production. S ol Choi, Hua Fan, Tuyen Truong HCDE 411

Size: px
Start display at page:

Download "Concept Production. S ol Choi, Hua Fan, Tuyen Truong HCDE 411"

Transcription

1 Concept Production S ol Choi, Hua Fan, Tuyen Truong HCDE 411 Travelust is a visualization that helps travelers budget their trips. It provides information about the costs of travel to the 79 most popular destinations in the world. Link to Visualization Concept Executive Summary We are a team of engineering students from a data visualization class in the Human Centered Design & Engineering Department at the University of Washington. Over the course of 10 weeks, we learned about key design principles and techniques used in exploring, analyzing, and visualizing large data sets. Inspired by our individual interests in travel, Travelust is a culminating concept that applies what we have learned throughout the course. As a Tableau Public data visualization, Travelust helps people make informed decisions about trips to the world s top 79 city destinations.the main goals of Travelust are to: Allow users to view travel costs in various cities depending on the user s spending preferences (budget, midrange, and luxurious). Offer cost breakdown of selected cities in U.S. Dollars. The breakdown includes lodge, food, transit, and activity. Allow users to compare destination costs so that they can make informed decisions that match their budget needs. Travelust is composed of three graphical representations with filters that allow users to select cities they want to view or compare costs for. The graphical representations include a world map, a bar graph, and a table. Each of these representations provide a different view of the same information. The map offers a geographic reference, the bar graph presents cost breakdown for selected cities to enable quick comparisons, and the table provides an overview of all travel costs associated with each of the top 79 cities in the world. This report provides a Concept Background, Process Description, and Critical Evaluation of the steps our team took in creating Travelust. The Concept Background discusses background research and data handling. The Process Description presents the project timeline and highlights findings from guerilla usability testing, problems our team encountered, modifications to our plan, and insights and breakthroughs. The Critical Evaluation outlines the success of meeting concept goals and applications of concepts from class. An appendix is included at the end of the report, which includes a detailed project timeline and iterative design sketches. 1

2 Concept Background User Research Before creating our database, we conducted five in-person interviews with potential users of our visualization. Each participant was asked six questions regarding the methods they used to plan their travels. Our screening criteria included individuals who have completed at least one trip in the past two years and played a pivotal role in planning the trip. We found that participants were interested in information ranging from flight costs, hotel, food, climate, safety, and transit. Due to our interviewees broad range of interests, adding all of this information to a single visualization would be excessive. Therefore, we collectively decided to reduce the scope of our project and focus primarily on travel costs around the world. Data Handling We gathered data from Budget Your Trip, which is a website where travelers can create an account and keep track of their trip spending. The website breaks down the user s spending into several categories: food, lodge, activities, transit, water, souvenirs, tips and handouts, and scams. Users can also switch between three different travel styles: budget, midrange, and luxurious. This filter allows users to see the different costs of travel depending on their preferences to be more frugal or spend lavishly during their trips. As a result of recurring themes from the user research, we used the four breakdowns that would most likely appeal to all travelers. We concluded that lodge, food, transit, and activities, are all general items travelers would spend money on. Items such as souvenirs and tips were excluded because not all travelers buy souvenirs and tips are not accepted in every country. We decided to use data from all three travel styles because we cannot assume that all travelers have the same travel budget. By adding data from the three travel styles, the visualization will be more useful to a wider audience. Furthermore, we decided to use city descriptions provided by Budget Your Trip because our interviewees mentioned that their travel interests play a big part in deciding on a destination. In some cases where the description was not available on Budget Your Trip, we used the descriptions on Wikipedia. To narrow down the scope of our project, we chose to only include the top 100 travel destinations in 2015 in our database. We fetched this information from a website called List Challenges, which listed the cities with the most international tourist arrivals. Because our visualization helps users decide on a travel destination, we believe that the top 100 popular destinations is appropriate. We created our database using Excel. We first listed the top 100 cities into a column and manually input the travel costs from Budget Your Trip. Ideally, we would have used APIs to create our database, but due to time constraints in learning how to access APIs, we decided 2

3 that manually inputting data would be more efficient. During this time, we encountered issues in formulating our data such as missing data, suspicious data, and recalculating total cost. Missing data While searching for travel costs in Budget Your Trip, we found that some cities in the top 100 city destination list, such as Jakarta, were not found in Budget Your Trip s database. Thus, we decided to remove those cities from our visualization. We realized that this was a shortcoming from the database we were using. Because the data is only provided by users who use this service, it is understandable that some cities do not have any cost approximations. Suspicious data Although Budget Your Trip averages the cost of travel from data manually submitted by users, we cannot disregard the possibility that the average may be unrepresentative of actual travel costs as some cities may have fewer user inputs. This will likely lead to skewed and inaccurate representations of travel costs to that city, thus resulting in suspicious data as noted below. We excluded cities in our database that had suspicious data in the four breakdowns we chose. For example, the cost of lodge in Taipei amounted to $905 for luxurious travel styles. We had the option to omit the cost of lodge under luxurious travel style, but because we did not want cities with null data, we decided to exclude these cities completely from our database. However, we decided to keep cities with suspicious data under different breakdowns we were not using, such as water. This is because the cost approximations for the breakdowns of interest to us (lodge, food, transit, and activities) were unsuspicious. After removing cities with missing or suspicious data, we ended up with a finalized list of the top 79 travel destinations rather than the initial 100 provided by List Challenges. Recalculating Total Cost Since we excluded a couple of cost breakdowns from the database, the total cost listed on Budget Your Trip for each city did not equal the cost of the four breakdowns we initially chose. To preserve the graphical integrity of our data, we used Excel s sum feature to recalculate the total cost for each city to ensure that it totaled the sum of the four breakdowns. Process Description Timeline The initial timeline can be referenced in the appendix. We generally adhered to our timeline with the exception of week 9 because the class schedule provided time to build a prototype. Hence, instead of creating the visualization, we built a prototype using Powerpoint and conducted guerilla usability testing with 6 participants. During week 10, we created a functional 3

4 visualization with Tableau and presented it in class. We reviewed the feedback from instructors and peers to make improvements to our final visualization. Test Results We used guerilla usability tests to determine if our prototype effectively presented the data. Three main questions we wanted to investigate were 1) What do users expect when they click on a specific city on the map, 2) How effective are the filters in helping users narrow down their search, and 3) Will users understand how the three graphs/visualizations are linked together. We categorized findings from the usability test sessions into two problem areas: labels and graphs. Issues relating to labels attributed to the lack of labeling or instruction to teach users how to navigate the visualization. Graphical issues were due to inefficient representations or interactions. Based on the feedback from the usability testing sessions, we improved our visualization by adding new features or improving existing features. New Features Add instructions at the beginning of the landing page to introduce users to the system and how to use it. Implement option for users to customize their search findings based on budget preferences for each category (lodge, food, transit, activities, etc.) rather than budget preferences for overall trip. Add checkbox capability to help users better compare cities. Improvements of Existing Features Implement a sort function for cost per category in the table. Make table larger since this is the main interface that users interact with. Make the map smaller since this is the least used. Make labeling for categories and filters more consistent and clear. Developing Visualization with Tableau Since our visualization links multiple representations of the same data set, we used Tableau for its convenient data-linking mechanism. However, given that this was the first time any of our team members used Tableau, we encountered a few problems with using the software. The first obstacle was the lack of collaborative features. Every team member needed to be present in order to participate in creating the visualization. This issue caused desynchronization in work progress because when one team member created changes, it was not reflected in another member s computer. Nevertheless, we addressed this issue by strategically assigning work to each person and having regular meetings both onsite and remotely. 4

5 Another challenge we encountered was the complexity of the Tableau software. Since there was a steep learning curve, we had to search for tutorials to understand how to use the values in our dataset to create an interactive graph, however, many of the tutorials we found were outdated. Although Tableau has numerous functionalities to enable powerful visualizations, it was difficult to understand how to apply those functionalities due to its complexity. However, after overcoming those issues, Tableau s data management greatly reduced our time creating our visualization. Using the built-in map, bar graph color scheme, and table, the software automatically linked our data together to create a visually appealing data visualization. Critical Evaluation We are pleased with the final product of Travelust. Considering the time constraint and unfamiliarity with Tableau, we were unable to implement everything we wanted, however, after receiving positive feedback from in-class showcase, we are content with our final product. Given more time, we would implement the following changes: Use real time data to provide the most up-to-date information for travel costs. This would require implementing APIs to the visualization. Categorize cities in the check-box list by region or country. For example, all Chinese cities should be categorized under Asia, and all countries in Germany should be categorized under Europe. Allow users to filter the bar graph so they can view specific categories (lodge, food, transit, and activities) rather than viewing all categories simultaneously. Add destination images in the details on demand in the map. Replace written instructions with a tutorial in the form of a Tableau story to demonstrate the value of Travelust and how to navigate it. Allow users to switch to color-blind mode to accommodate visually impaired individuals Application of Course Concepts We used many data visualization concepts presented in class to create Travelust. A few concepts include: Data Encoding, Advanced Interactive Techniques, and Amplifying Cognition. Data Encoding During the first week of class, we learned about achieving graphical excellence and integrity through visual encodings. Adapting what we had learned about retinal variables, our team used two encodings to represent two different types of data in the stacked bar graph. First, we encoded color to represent nominal data of the four cost breakdowns for each city. Although color is difficult to accurately perceive, it is appropriate in the context of a bar graph 5

6 compared to encodings such as density and shape. We also encoded length to represent cost in USD along the y-axis because it allows readers to make comparison between data points. We were able to encode position of each city on the map. This gave users an idea of the city s geographic location, which some of our users noted was important information in deciding on a city to travel to. However, the downside to this is the occlusion in certain areas on the map. This issue was eliminated to a certain degree by allowing users to zoom in and out of the map. Advanced Interactive Techniques Our team applied a few advanced interactive techniques presented in week 6 of class. In particular, we implemented details-on demand, brushing, and linking into creating Travelust. Upon hovering over cities on the map, users are presented with details-on-demand of an overview that includes overall travel costs associated with that destination. This feature not only provides feedback to the user in response to their hover, but also serves as a label. Furthermore, all three graphical representations in Travelust are connected. When a user makes a selection on the map, it is reflected in the table as well as the bar graph. This linking allows users to highlight or hide corresponding data in various views. Amplifying Cognition Brushing and linking are effective in our visualization because our graphical representations provide multiple views of the same data. We learned such technique in week 5. For our visualization, the table provides a list of all existing data with multiple variables, whereas our graph was a straightforward demonstration allowing users to compare among different cities. We also had a map as our assistant visualization. Because our data was geolocation based, we decided that the map can amplify user s cognition, especially for people with better sense of geolocation. Since our visualization also highlighted other two graphs when user select a city from one graph, three individual graphs became integrated as a whole visualization. 6

7 Appendix Initial Project Timeline Week 8 - Gathering Resources & Data, Ideation (Feb 22-26) Find database Create questionnaire with 5-6 questions to ask potential users about what they would like out of a Travelust. Then, each team member must interview 2 participants by February 22 Quickly draft up personas based on our own interests/desires Finalize sketches. Ask Brock/Taylor for feedback before implementing in Tableau. Week 9 - Execution, Usability Testing (Feb 27 - March 5) Parse through database Create visualization Week 10 - Finish Visualization, Final Write-Up (March 6-12) Conduct usability testing on final visualization with 2-3 participants by March 6 Finalize visualization based on user feedback by March 8 7

8 Design Sketches Figure 1. Sketch 1 8

9 Figure 2. Sketch 2 9

10 Figure 3. Five design sheets 2 10

11 Figure 4. Five design sheets 3 11

12 Figure 5. Five design sheets 4 12

13 Prototype Prototype screen: overview Figure 6. Prototype screen: multiple selection 13

14 Final visualization Figure 7. Final visualization screen: landing page Figure 8. Final visualization screen: multiple selection Figure 9. Final visualization screen: detail on demand 14

A Web Application to Visualize Trends in Diabetes across the United States

A Web Application to Visualize Trends in Diabetes across the United States A Web Application to Visualize Trends in Diabetes across the United States Final Project Report Team: New Bee Team Members: Samyuktha Sridharan, Xuanyi Qi, Hanshu Lin Introduction This project develops

More information

Innovation meets UX. Tuyen Truong HCDE Capstone Process Book

Innovation meets UX. Tuyen Truong HCDE Capstone Process Book Innovation meets UX Tuyen Truong HCDE Capstone Process Book Intentionally left blank. 2 Table of Contents EXECUTIVE SUMMARY.4 IDEATION.16 REFLECTION.....29 TEAM..5 Milestone Overview.17 WORKS CITED..31

More information

What is Sherpa? ENTER A LOCATION CHOOSE EQUIPMENT ORDER SERVICE ENJOY MORE FREE TIME. UXD Presentation Peter Zahn

What is Sherpa? ENTER A LOCATION CHOOSE EQUIPMENT ORDER SERVICE ENJOY MORE FREE TIME. UXD Presentation Peter Zahn What is Sherpa? Sherpa is an e-commerce website where people rent camping equipment and have it assembled/disassembled at their desired location. Using this service will alleviate time and investment costs

More information

Lo-Fidelity Prototype Report

Lo-Fidelity Prototype Report Lo-Fidelity Prototype Report Introduction A room scheduling system, at the core, is very simple. However, features and expansions that make it more appealing to users greatly increase the possibility for

More information

Final Project Report

Final Project Report Jun Mak Sean Lee Bikas Tomkoria Fahd Elbolichikhi Final Project Report Project Title: ETA Electronic Travel Assistance for Group 4. Online Doc.: http://inst.eecs.berkeley.edu/~swlee/assignment5.html 1.

More information

Stream Features Application Usability Test Report

Stream Features Application Usability Test Report Stream Features Application Usability Test Report Erin Norton and Katelyn Waara HU 4628: Usability and Instruction Writing Michigan Technological University April 24, 2013 Table of Contents Executive Summary

More information

USER EXPERIENCE DESIGN GA.CO/UXD

USER EXPERIENCE DESIGN GA.CO/UXD General Assembly Course Curriculum USER EXPERIENCE DESIGN User Experience Design Table of Contents 3 Overview 4 Students 5 Curriculum Projects & Units 11 Frequently Asked Questions 12 Contact Information

More information

Wanderlust Kye Kim - Visual Designer, Developer KiJung Park - UX Designer, Developer Julia Truitt - Developer, Designer

Wanderlust Kye Kim - Visual Designer, Developer KiJung Park - UX Designer, Developer Julia Truitt - Developer, Designer CS 147 Assignment 8 Local Community Studio Wanderlust Kye Kim - Visual Designer, Developer KiJung Park - UX Designer, Developer Julia Truitt - Developer, Designer Value Proposition: Explore More, Worry

More information

Intrepid Travel Website

Intrepid Travel Website Intrepid Travel Website View Prototype Designing a solution for users to book trips based on availability, searching in maps and apply filters Memo Martin UX Designer 2 week team design sprint Team members:

More information

Product Manager Visualization Final Report

Product Manager Visualization Final Report Project Title: The Product Manager Dashboard Product Manager Visualization Final Report Students: Becca Stanger and Project Goals: To offer agile development Product Managers visualizations tools to monitor

More information

A Comparative Usability Test. Orbitz.com vs. Hipmunk.com

A Comparative Usability Test. Orbitz.com vs. Hipmunk.com A Comparative Usability Test Orbitz.com vs. Hipmunk.com 1 Table of Contents Introduction... 3 Participants... 5 Procedure... 6 Results... 8 Implications... 12 Nuisance variables... 14 Future studies...

More information

Requirements and Execution Plan

Requirements and Execution Plan Requirements and Execution Plan David E Smith Mike Kasper Ryan Raub 2008/02/13 Rev 1.1 Page 2 Table of Contents Introduction..3 Problem Statement... 3 Solution Statement... 3 Functional Specification..

More information

Portfolio. Mihai Marin

Portfolio. Mihai Marin Portfolio Mihai Marin Case Study No. 1 AXA Insurance - Travel Insurance: Redesign Quote & Buy Journey The Brief As a result of the Travel Quote & Buy journey not being fully mobile optimised, it was becoming

More information

Client Services Procedure Manual

Client Services Procedure Manual Procedure: 85.00 Subject: Administration and Promotion of the Health and Safety Learning Series The Health and Safety Learning Series is a program designed and delivered by staff at WorkplaceNL to increase

More information

SPEAKER PACKET: March 17-20, 2019 Hyatt Regency Orlando Orlando, FL. InnovationsInTesting.org

SPEAKER PACKET: March 17-20, 2019 Hyatt Regency Orlando Orlando, FL. InnovationsInTesting.org SPEAKER PACKET: eposter SESSIONS Hyatt Regency Orlando InnovationsInTesting.org Dear Conference Speaker: Thank you for agreeing to serve as a speaker for the upcoming Innovations in Testing Conference

More information

The Web Service Sample

The Web Service Sample The Web Service Sample Catapulse Pacitic Bank The Rational Unified Process is a roadmap for engineering a piece of software. It is flexible and scalable enough to be applied to projects of varying sizes.

More information

SPSS TRAINING SPSS VIEWS

SPSS TRAINING SPSS VIEWS SPSS TRAINING SPSS VIEWS Dataset Data file Data View o Full data set, structured same as excel (variable = column name, row = record) Variable View o Provides details for each variable (column in Data

More information

The LUCID Design Framework (Logical User Centered Interaction Design)

The LUCID Design Framework (Logical User Centered Interaction Design) The LUCID Design Framework (Logical User Centered Interaction Design) developed by Cognetics Corporation LUCID Logical User Centered Interaction Design began as a way of describing the approach to interface

More information

The Business Case for Web Accessibility. Facilitator s Notes for this Module

The Business Case for Web Accessibility. Facilitator s Notes for this Module The Business Case for Web Accessibility About this Module: Goal: In this module we will review how an accessible website can benefit your business or organization Format: PowerPoint presentation Time:

More information

Tips and Guidance for Analyzing Data. Executive Summary

Tips and Guidance for Analyzing Data. Executive Summary Tips and Guidance for Analyzing Data Executive Summary This document has information and suggestions about three things: 1) how to quickly do a preliminary analysis of time-series data; 2) key things to

More information

CSCE 315 Fall Team Project 3

CSCE 315 Fall Team Project 3 CSCE 315 Fall 2017 Team Project 3 Project Goal Your team is to build a system that puts together different existing web components in an application that provides a quality user interface to the joined

More information

High School PLTW Computer Science A Curriculum

High School PLTW Computer Science A Curriculum Grade 9th - 12th, 1 Credit Elective Course Prerequisites: PLTW Computer Science and Software Engineering High School PLTW Computer Science A Curriculum Course Description: Computer Science A (CSA) builds

More information

ANALYTICS DATA To Make Better Content Marketing Decisions

ANALYTICS DATA To Make Better Content Marketing Decisions HOW TO APPLY ANALYTICS DATA To Make Better Content Marketing Decisions AS A CONTENT MARKETER you should be well-versed in analytics, no matter what your specific roles and responsibilities are in working

More information

Rambl. Skip the obvious, travel with Rambl. Problem and Solution Overview: Tasks and Final Interface Scenarios:

Rambl. Skip the obvious, travel with Rambl. Problem and Solution Overview: Tasks and Final Interface Scenarios: CS 147: Final Report, Augmented Humans Rambl. Skip the obvious, travel with Rambl Amanda Zwarenstein, Clare Chen, Kally Zheng, Tevon Strand-Brown Problem and Solution Overview: In our needfinding we noticed

More information

needs, wants, and limitations

needs, wants, and limitations In broad terms Process in which the needs, wants, and limitations of end users of a product are given extensive attention at each stage of the design process. ISO principles which says that the design

More information

Speaker Packet eposters

Speaker Packet eposters 2018 Speaker Packet eposters JW Marriott San Antonio Hill Country Dear Conference Speaker: Thank you for agreeing to serve as a speaker for the upcoming Innovations in Testing Conference to be held, at

More information

Ink Weaver. Create the perfect story. Pierce Darragh, Aaron Hsu, Charles Khong, Rajul Ramchandani

Ink Weaver. Create the perfect story. Pierce Darragh, Aaron Hsu, Charles Khong, Rajul Ramchandani Ink Weaver Create the perfect story. Pierce Darragh, Aaron Hsu, Charles Khong, Rajul Ramchandani Table of Contents Team Members and Roles 3 Problem and Solution Overview 3 Paper Prototype 3 Testing Process

More information

Usability Tests and Heuristic Reviews Planning and Estimation Worksheets

Usability Tests and Heuristic Reviews Planning and Estimation Worksheets For STC DC Usability SIG Planning and Estimation Worksheets Scott McDaniel Senior Interaction Designer 26 February, 2003 Eval_Design_Tool_Handout.doc Cognetics Corporation E-mail: info@cognetics.com! Web:

More information

CPSC 444 Project Milestone III: Prototyping & Experiment Design Feb 6, 2018

CPSC 444 Project Milestone III: Prototyping & Experiment Design Feb 6, 2018 CPSC 444 Project Milestone III: Prototyping & Experiment Design Feb 6, 2018 OVERVIEW... 2 SUMMARY OF MILESTONE III DELIVERABLES... 2 1. Blog Update #3 - Low-fidelity Prototyping & Cognitive Walkthrough,

More information

Creating a Pivot Table

Creating a Pivot Table Contents Introduction... 1 Creating a Pivot Table... 1 A One-Dimensional Table... 2 A Two-Dimensional Table... 4 A Three-Dimensional Table... 5 Hiding and Showing Summary Values... 5 Adding New Data and

More information

Passionate designer with a love for solving design problems using feasible and creative solutions

Passionate designer with a love for solving design problems using feasible and creative solutions Ramya Jayakumar Mobile: 980-430-9942 Email: ramyajayakumar7@gmail.com Portfolio:www.ramyajayakumar.com Summary Passionate designer with a love for solving design problems using feasible and creative solutions

More information

Excel 2007 New Features Table of Contents

Excel 2007 New Features Table of Contents Table of Contents Excel 2007 New Interface... 1 Quick Access Toolbar... 1 Minimizing the Ribbon... 1 The Office Button... 2 Format as Table Filters and Sorting... 2 Table Tools... 4 Filtering Data... 4

More information

Cambrian College Online Course Review Checklist

Cambrian College Online Course Review Checklist Course Code: Instructor: Reviewed By: Cambrian College Online Course Review Checklist Course Name: Date Reviewed: Instructions: The criteria in the Checklist reflect design principles required for all

More information

13: MOODLE WIKIS. Oklahoma Department of CareerTech WELCOME TO THE MOODLE WIKIS TUTORIAL! In this tutorial, you will learn:

13: MOODLE WIKIS. Oklahoma Department of CareerTech  WELCOME TO THE MOODLE WIKIS TUTORIAL! In this tutorial, you will learn: Oklahoma Department of CareerTech www.okcareertech.org 13: MOODLE WIKIS WELCOME TO THE MOODLE WIKIS TUTORIAL! In this tutorial, you will learn: What a wiki is Some ways to use a wiki with students How

More information

IBM MANY EYES USABILITY STUDY

IBM MANY EYES USABILITY STUDY IBM MANY EYES USABILITY STUDY Team Six: Rod Myers Dane Petersen Jay Steele Joe Wilkerson December 2, 2008 I543 Interaction Design Methods Fall 2008 Dr. Shaowen Bardzell EXECUTIVE SUMMARY We asked three

More information

Table of Contents Tutorials for Faculty... 3 Creating a News Item... 3 Syllabus... 3 Uploading Your Syllabus... 3 Update Your Syllabus

Table of Contents Tutorials for Faculty... 3 Creating a News Item... 3 Syllabus... 3 Uploading Your Syllabus... 3 Update Your Syllabus Table of Contents Tutorials for Faculty... 3 Creating a News Item... 3 Syllabus... 3 Uploading Your Syllabus... 3 Update Your Syllabus... 3 Email... 4 Send an Email to the Entire Class... 4 Send Email

More information

Qualtrics Survey Software

Qualtrics Survey Software Qualtrics Survey Software GETTING STARTED WITH QUALTRICS Qualtrics Survey Software 0 Contents Qualtrics Survey Software... 2 Welcome to Qualtrics!... 2 Getting Started... 2 Creating a New Survey... 5 Homepage

More information

SPEAKER PACKET: InnovationsInTesting.org PRODUCT DEMONSTRATIONS. March 17-20, 2019 Hyatt Regency Orlando Orlando, FL

SPEAKER PACKET: InnovationsInTesting.org PRODUCT DEMONSTRATIONS. March 17-20, 2019 Hyatt Regency Orlando Orlando, FL SPEAKER PACKET: PRODUCT DEMONSTRATIONS Hyatt Regency Orlando InnovationsInTesting.org Dear Conference Speaker: Thank you for agreeing to serve as a speaker for the upcoming Innovations in Testing Conference

More information

Usability Testing: Indigo website

Usability Testing: Indigo website 1 Usability Testing: Indigo website This Review is based on Corporate users behavioral observations made on Indigo website. Indigo website Usability Testing Report Date: 16 th July 2015 Report created

More information

Preliminary Findings. Vacation Packages: A Consumer Tracking and Discovery Study. Exploring Online Travelers. November 2003

Preliminary Findings. Vacation Packages: A Consumer Tracking and Discovery Study. Exploring Online Travelers. November 2003 Exploring Online Travelers Vacation Packages: A Consumer Tracking and Discovery Study Preliminary Findings November 2003 PhoCus Wright +1 860 350-4084 www.phocuswright.com Exclusive preview for PhoCusWright

More information

1. Title Sherpa: opening your world, one tour at a time

1. Title Sherpa: opening your world, one tour at a time CSE 440 AA Amanda Loh, Carina Salcedo, Timothy Kwan, Ahmed Awwad 3f Final Report April 26, 2017 1. Title Sherpa: opening your world, one tour at a time 2. Team Roles We don t specifically have defined

More information

The IDN Variant TLD Program: Updated Program Plan 23 August 2012

The IDN Variant TLD Program: Updated Program Plan 23 August 2012 The IDN Variant TLD Program: Updated Program Plan 23 August 2012 Table of Contents Project Background... 2 The IDN Variant TLD Program... 2 Revised Program Plan, Projects and Timeline:... 3 Communication

More information

mybouquet designs Judith Etienne

mybouquet designs Judith Etienne mybouquet designs A website for small business owners in the floral design wedding industry providing online consultation service that saves clients time and money. Judith Etienne Concept Objective The

More information

interview.io Final Report

interview.io Final Report CSE 440 Section D Autumn 2017 interview.io Final Report Track & Manage Job Interviews Contents Contents 1 Team 2 Problem & Solution Overview 2 Initial Paper Prototype 2 Overview 3 Task 1: Tracking Interview

More information

User-centered design in technical communication

User-centered design in technical communication User-centered design in technical communication Information designer & information architect Sharing knowledge is better than having it. Tekom - TC Europe November 19-20, 2003 Nov. 19-20, 2003 User-centered

More information

Design Proposal: Outline

Design Proposal: Outline Design Proposal: Outline This outline should be used as a checklist to help each member of the team make sure that every section of the document meets the requirements for a design proposal. Writing Style

More information

Programmable Logic Training Courses

Programmable Logic Training Courses Programmable Logic Training Courses Course Information and Schedule March 1996 through December 1996 (Latest schedule is also available on web at http://www.xilinx.com) Who Should Attend a Training Class?

More information

News Article Categorization Team Members: Himay Jesal Desai, Bharat Thatavarti, Aditi Satish Mhapsekar

News Article Categorization Team Members: Himay Jesal Desai, Bharat Thatavarti, Aditi Satish Mhapsekar CS 410 PROJECT REPORT News Article Categorization Team Members: Himay Jesal Desai, Bharat Thatavarti, Aditi Satish Mhapsekar Overview: Our project, News Explorer, is a system that categorizes news articles

More information

Perfect Timing. Alejandra Pardo : Manager Andrew Emrazian : Testing Brant Nielsen : Design Eric Budd : Documentation

Perfect Timing. Alejandra Pardo : Manager Andrew Emrazian : Testing Brant Nielsen : Design Eric Budd : Documentation Perfect Timing Alejandra Pardo : Manager Andrew Emrazian : Testing Brant Nielsen : Design Eric Budd : Documentation Problem & Solution College students do their best to plan out their daily tasks, but

More information

Improve the Order Procedure of a Student Nation s Pub

Improve the Order Procedure of a Student Nation s Pub Improve the Order Procedure of a Student Nation s Pub UX Case Study February 2016 - March 2016 Project Overview The Problem A student nation s pub struggles with its offline order procedure. The orders

More information

EXCEL + POWERPOINT. Analyzing, Visualizing, and Presenting Data-Rich Insights to Any Audience KNACK TRAINING

EXCEL + POWERPOINT. Analyzing, Visualizing, and Presenting Data-Rich Insights to Any Audience KNACK TRAINING EXCEL + POWERPOINT Analyzing, Visualizing, and Presenting Data-Rich Insights to Any Audience KNACK TRAINING KEYBOARD SHORTCUTS NAVIGATION & SELECTION SHORTCUTS 3 EDITING SHORTCUTS 3 SUMMARIES PIVOT TABLES

More information

Plunkett Research Online

Plunkett Research Online Plunkett Research Online User s Guide Welcome to Plunkett Research Online. This user guide will show you everything you need to know to access and utilize the wealth of information available from Plunkett

More information

MUSE Publisher Meeting 2018

MUSE Publisher Meeting 2018 MUSE Publisher Meeting 2018 Scholar-Informed, Inspired, and Implemented Re-Design Marcus Seiler What the heck is Scholar-Informed Design? muse.jhu.edu #musepubmtg18 Over-Engineering Under-Engineering muse.jhu.edu

More information

LAKE MICHIGAN AIR DIRECTORS CONSORTIUM

LAKE MICHIGAN AIR DIRECTORS CONSORTIUM REQUEST FOR PROPOSAL Website Development for the Lake Michigan Air Directors Consortium The Lake Michigan Air Directors Consortium (LADCO) is seeking contractor assistance to update the LADCO website.

More information

CASE STUDY VOLUNTEERING UX EXPERTISE TO INCREASE ONLINE DONATIONS BY 650% FOR THE HUNGARIAN RED CROSS

CASE STUDY VOLUNTEERING UX EXPERTISE TO INCREASE ONLINE DONATIONS BY 650% FOR THE HUNGARIAN RED CROSS CASE STUDY VOLUNTEERING UX EXPERTISE TO INCREASE ONLINE DONATIONS BY 650% FOR THE HUNGARIAN RED CROSS 1 VOLUNTEERING UX EXPERTISE TO INCREASE ONLINE DONATIONS BY 650% FOR THE HUNGARIAN RED CROSS Following

More information

Data Explorer: User Guide 1. Data Explorer User Guide

Data Explorer: User Guide 1. Data Explorer User Guide Data Explorer: User Guide 1 Data Explorer User Guide Data Explorer: User Guide 2 Contents About this User Guide.. 4 System Requirements. 4 Browser Requirements... 4 Important Terminology.. 5 Getting Started

More information

Speaker Packet Product Demonstrations

Speaker Packet Product Demonstrations 2018 Speaker Packet Product Demonstrations JW Marriott San Antonio Hill Country Dear Conference Speaker: Thank you for agreeing to serve as a speaker for the upcoming Innovations in Testing Conference

More information

UT Arlington Authorized Safety and Health Trainer Program Requirements

UT Arlington Authorized Safety and Health Trainer Program Requirements UT Arlington Authorized Safety and Health Trainer Program Requirements Revised January 2018 The University of Texas at Arlington Box 19197, 140 W. Mitchell Street, Arlington, TX 76019 866-906-9190 outreach@uta.edu

More information

Up and Running Software The Development Process

Up and Running Software The Development Process Up and Running Software The Development Process Success Determination, Adaptative Processes, and a Baseline Approach About This Document: Thank you for requesting more information about Up and Running

More information

ICT & MATHS. Excel 2003 in Mathematics Teaching

ICT & MATHS. Excel 2003 in Mathematics Teaching ICT & MATHS Excel 2003 in Mathematics Teaching Published by The National Centre for Technology in Education in association with the Project Maths Development Team. Permission granted to reproduce for educational

More information

HUSKY CRIME GUIDE. Interactive Prototype

HUSKY CRIME GUIDE. Interactive Prototype HUSKY CRIME GUIDE Usability Tester: Galina Sweet Writer: Jennifer Wong Interactive Prototype Group Manager: Veronica Ivaniukovich Designer: Matthew Barrie CSE 440: Autumn 2011 Assignment 9 Problem & Solution

More information

Memorandum Participants Method

Memorandum Participants Method Memorandum To: Elizabeth Pass, Associate Professor, School of Writing, Rhetoric and Technical Communication From: Andrew Carnes, WRTC 456 Section 1[ADC] Date: February 2, 2016 Re: Project 1 Competitor

More information

Student/Project Portfolios Using The NEW Google Sites

Student/Project Portfolios Using The NEW Google Sites Student/Project Portfolios Using The NEW Google Sites Barbara Burke, Associate Professor, Communication, Media & Rhetoric Pam Gades, Technology for Teaching & Learning Coordinator, Instructional and Media

More information

THE IMPACT OF DMO WEBSITES. March 2017

THE IMPACT OF DMO WEBSITES. March 2017 THE IMPACT OF DMO WEBSITES March 2017 Percent of American Leisure Travelers who use DMO Websites to Plan Travel 33.0% Use of DMO Websites 2009 2018 40% 36.4% 33.9% 33.9% 33.8% 31.2% 26.7% 28.2% 28.4% 32.9%

More information

ME 4054W: SENIOR DESIGN PROJECTS

ME 4054W: SENIOR DESIGN PROJECTS ME 4054W: SENIOR DESIGN PROJECTS Week 3 Thursday Documenting Your Design Before we get started We have received feedback from an industry advisor that some of the students on their design team were not

More information

Shane Olivo. Selected UX Project Portfolio. Phone

Shane Olivo. Selected UX Project Portfolio. Phone Selected Location Sydney Phone +61 420 378 007 Email shaneholivo@gmail.com My primary skills: UX Research UX Design UX Testing Persona Development IA Design Journey Mapping Concept Development Prototyping

More information

Description of the European Big Data Hackathon 2019

Description of the European Big Data Hackathon 2019 EUROPEAN COMMISSION EUROSTAT Ref. Ares(2018)6073319-27/11/2018 Deputy Director-General Task Force Big Data Description of the European Big Data Hackathon 2019 Description of the European Big Data Hackathon

More information

MicroStrategy Academic Program

MicroStrategy Academic Program MicroStrategy Academic Program Creating a center of excellence for enterprise analytics and mobility. DATA PREPARATION: HOW TO WRANGLE, ENRICH, AND PROFILE DATA APPROXIMATE TIME NEEDED: 1 HOUR TABLE OF

More information

Creating a Departmental Standard SAS Enterprise Guide Template

Creating a Departmental Standard SAS Enterprise Guide Template Paper 1288-2017 Creating a Departmental Standard SAS Enterprise Guide Template ABSTRACT Amanda Pasch and Chris Koppenhafer, Kaiser Permanente This paper describes an ongoing effort to standardize and simplify

More information

TestOut Desktop Pro Plus - English 4.x.x. MOS Instructor Guide. Revised

TestOut Desktop Pro Plus - English 4.x.x. MOS Instructor Guide. Revised TestOut - English 4.x.x MOS Instructor Guide Revised 2017-10-18 2 Table of Contents General MOS Exam Information... 3 MOS Practice Exams... 4 Highly Recommended Videos and Class Activities... 5 Course

More information

Delivery guide: SAGE Video

Delivery guide: SAGE Video Delivery guide: SAGE Video Our Trainers have put together this training delivery guide to accompany the SAGE Video training presentation. If you plan on delivering the training presentation to educate

More information

Content-Based Assessments. Project 12H Grand Opening

Content-Based Assessments. Project 12H Grand Opening Content-Based Assessments GO! Fix It Project 12H Grand Opening For Project 12H, you will need the following files: w12h_grand_opening w12h_safety w12h_science w12h_opening_bullet You will save your file

More information

Six Core Data Wrangling Activities. An introductory guide to data wrangling with Trifacta

Six Core Data Wrangling Activities. An introductory guide to data wrangling with Trifacta Six Core Data Wrangling Activities An introductory guide to data wrangling with Trifacta Today s Data Driven Culture Are you inundated with data? Today, most organizations are collecting as much data in

More information

Welcome to Analytics. Welcome to Applause! Table of Contents:

Welcome to Analytics. Welcome to Applause! Table of Contents: Welcome to Applause! Your success is our priority and we want to make sure Applause Analytics (ALX) provides you with actionable insight into what your users are thinking and saying about their experiences

More information

Allegany County, MD Request for website: Responsive website redesign and CMS rebuild. ADDENDUM TWO 11/9/2017

Allegany County, MD Request for website: Responsive website redesign and CMS rebuild. ADDENDUM TWO 11/9/2017 Allegany County, MD Request for website: Responsive website redesign and CMS rebuild. ADDENDUM TWO 11/9/2017 These questions and answers are hereby incorporated into and are considered to be an integral

More information

Rube Goldberg Final Report Format

Rube Goldberg Final Report Format Rube Goldberg Final Report Format Group Assignment Your team is responsible for composing a single final report that describes in detail your Rube Goldberg machine. The audience of this report is the instructor

More information

Core Technology Development Team Meeting

Core Technology Development Team Meeting Core Technology Development Team Meeting To hear the meeting, you must call in Toll-free phone number: 1-866-740-1260 Access Code: 2201876 For international call in numbers, please visit: https://www.readytalk.com/account-administration/international-numbers

More information

Knight Quest An interactive map of Clarkson. by Derek Klatt and RB Johnson 11/29/12

Knight Quest An interactive map of Clarkson. by Derek Klatt and RB Johnson 11/29/12 Knight Quest An interactive map of Clarkson by Derek Klatt and RB Johnson 11/29/12 http://people.clarkson.edu/~klattdw/cs459/ Evaluating Designs Problem Space: Our goal is to create an interactive map

More information

Site Visit Protocol for Program Directors September As Program Directors prepare for the site visit, they should keep the following in mind.

Site Visit Protocol for Program Directors September As Program Directors prepare for the site visit, they should keep the following in mind. Site Visit Protocol for Program Directors September 2016 As Program Directors prepare for the site visit, they should keep the following in mind. Before the Visit Arrange convenient, comfortable accommodations

More information

Customize. Building a Customer Portal Using Business Portal. Microsoft Dynamics GP. White Paper

Customize. Building a Customer Portal Using Business Portal. Microsoft Dynamics GP. White Paper Customize Microsoft Dynamics GP Building a Customer Portal Using Business Portal White Paper Helps you implement a customer portal and create web pages and web parts specifically designed for your customers.

More information

Advanced Training Manual: Surveys Last Updated: October 2013

Advanced Training Manual: Surveys Last Updated: October 2013 Advanced Training Manual: Surveys Last Updated: October 2013 Advanced Training Manual: Surveys Page 1 of 28 Table of Contents Introduction Training Objective Surveys Overview Survey Table Survey Options

More information

Tennessee. Business Technology Course Code Web Design Essentials. HTML Essentials, Second Edition 2010

Tennessee. Business Technology Course Code Web Design Essentials. HTML Essentials, Second Edition 2010 Tennessee Business Technology Course Code 6501240 Web Design Essentials HTML Essentials, Second Edition 2010 Notation Key SE Student Edition LE Learning Expectation Standard 1.0 Demonstrate knowledge of

More information

Problem Statement Document

Problem Statement Document Problem Statement Document Purpose The Problem Statement is the first handout given to the developers right after the project kickoff. It serves as a mutual understanding of the problems to be addressed.

More information

Technical Writing Process An Overview

Technical Writing Process An Overview techitive press Technical Writing Process An Overview Tenneti C S techitive press Copyrights Author: Chakravarthy Srinivas Tenneti Book: Technical Writing Process: An Overview Techitive.com 2013 All rights

More information

CSc 238 Human Computer Interface Design Chapter 5 Designing the Product: Framework and Refinement. ABOUT FACE The Essentials of Interaction Design

CSc 238 Human Computer Interface Design Chapter 5 Designing the Product: Framework and Refinement. ABOUT FACE The Essentials of Interaction Design BBuckley - 1 CSc 238 Human Computer Interface Design Chapter 5 Designing the Product: Framework and Refinement ABOUT FACE The Essentials of Interaction Design Cooper, Reimann, Cronin, and Noessel Requirements

More information

Chat Activity. Moodle: Collaborative Activities & Blocks. Creating Chats

Chat Activity. Moodle: Collaborative Activities & Blocks. Creating Chats Chat Activity The Moodle chat tool allows communication between instructors and students in real time. Unlike in discussion forums, which are a means for asynchronous communication, online chat sessions

More information

Curriculum. Multimedia Design and Communication programme Collective part

Curriculum. Multimedia Design and Communication programme Collective part Curriculum Multimedia Design and Communication programme Collective part The common component of the curriculum for the Countrywide Network of Multimedia Designers, January 2013 to September 2013 Table

More information

GRADY NEWSOURCE KATE DEVLIN, LEAH MOSS, ANDREA SKELLIE & ASHLEY PANTER

GRADY NEWSOURCE KATE DEVLIN, LEAH MOSS, ANDREA SKELLIE & ASHLEY PANTER GRADY NEWSOURCE KATE DEVLIN, LEAH MOSS, ANDREA SKELLIE & ASHLEY PANTER INTRODUCTION TO THE STUDY THE CLIENT GRADY NEWSOURCE Grady Newsource is a student production of the Grady College of Journalism &

More information

Business Analytics Nanodegree Syllabus

Business Analytics Nanodegree Syllabus Business Analytics Nanodegree Syllabus Master data fundamentals applicable to any industry Before You Start There are no prerequisites for this program, aside from basic computer skills. You should be

More information

POSTGRADUATE CERTIFICATE IN LEARNING & TEACHING - REGULATIONS

POSTGRADUATE CERTIFICATE IN LEARNING & TEACHING - REGULATIONS POSTGRADUATE CERTIFICATE IN LEARNING & TEACHING - REGULATIONS 1. The Postgraduate Certificate in Learning and Teaching (CILT) henceforth the Course - comprises two modules: an Introductory Certificate

More information

Marketplace Simulations Accessibility Conformance Report Based on Voluntary Product Accessibility Template (VPAT ) 1

Marketplace Simulations Accessibility Conformance Report Based on Voluntary Product Accessibility Template (VPAT ) 1 Marketplace Simulations Accessibility Conformance Report Based on Voluntary Product Accessibility Template (VPAT ) 1 Name of Product: Marketplace Simulations Date: September 20, 2017 Contact information:

More information

Firstname Lastname. Contents. User Experience Design Portfolio - Selected Samples. Updated February 2014

Firstname Lastname. Contents. User Experience Design Portfolio - Selected Samples. Updated February 2014 Firstname Lastname User Experience Design Portfolio - Selected Samples Updated February 2014 Contents About Me... 2 My Experience... 2 My Work Style... 3 Large Project Name... 4 Mobile App Name... 7 Contact

More information

Data Access User Needs Study A User Needs Assessment for the Colorado DOT (CDOT)

Data Access User Needs Study A User Needs Assessment for the Colorado DOT (CDOT) Data Access User Needs Study A User Needs Assessment for the Colorado DOT (CDOT) Lou Henefeld, GIS Support Unit Manager, Colorado DOT Louis.henefeld@dot.state.co.us Allen Ibaugh, CEO, Data Transfer Solutions

More information

Sukjun Lim Strategic Planning, User interaction, Design research specialist

Sukjun Lim Strategic Planning, User interaction, Design research specialist Sukjun Lim Strategic Planning, User interaction, Design research specialist LINE MUSIC Strategic Planning and Interaction Design Convergence LINE MUSIC is an on-line music streaming service. Japan has

More information

REQUEST FOR PROPOSALS: ARTIST TRUST WEBSITE REDESIGN

REQUEST FOR PROPOSALS: ARTIST TRUST WEBSITE REDESIGN REQUEST FOR PROPOSALS: ARTIST TRUST WEBSITE REDESIGN March 30, 2018 PROJECT OVERVIEW Artist Trust is looking for a website developer to redesign and build our new website. The ideal developer will work

More information

Data Analyst Nanodegree Syllabus

Data Analyst Nanodegree Syllabus Data Analyst Nanodegree Syllabus Discover Insights from Data with Python, R, SQL, and Tableau Before You Start Prerequisites : In order to succeed in this program, we recommend having experience working

More information

VIDEO SEARCHING AND BROWSING USING VIEWFINDER

VIDEO SEARCHING AND BROWSING USING VIEWFINDER VIDEO SEARCHING AND BROWSING USING VIEWFINDER By Dan E. Albertson Dr. Javed Mostafa John Fieber Ph. D. Student Associate Professor Ph. D. Candidate Information Science Information Science Information Science

More information

EPORTFOLIOS: PURPOSE & COMPOSITION

EPORTFOLIOS: PURPOSE & COMPOSITION EPORTFOLIOS: PURPOSE & COMPOSITION An eportfolio is a digital space that holds evidence of educational and/or professional achievements, as well as reflective writing about your experiences. A well-designed

More information

Preliminary Examination of Global Expectations of Users' Mental Models for E-Commerce Web Layouts

Preliminary Examination of Global Expectations of Users' Mental Models for E-Commerce Web Layouts Page 1 of 9 July 2004, Vol. 6 Issue 2 Volume 6 Issue 2 Past Issues A-Z List Usability News is a free web newsletter that is produced by the Software Usability Research Laboratory (SURL) at Wichita State

More information

Giles County Animal Rescue

Giles County Animal Rescue Giles County Animal Rescue Client: Christine Link-Owens Virginia Tech CS 4624 Capstone Project Blacksburg, VA, 24060 May 8, 2013 Team Members: Amber Parsons Gregory Myrick Table of Contents Executive Summary

More information