DSC 201: Data Analysis & Visualization

Size: px
Start display at page:

Download "DSC 201: Data Analysis & Visualization"

Transcription

1 DSC 201: Data Analysis & Visualization Visualization Design Dr. David Koop

2 Definition Computer-based visualization systems provide visual representations of datasets designed to help people carry out tasks more effectively. T. Munzner 2

3 Attribute Types Attribute Types Categorical Ordered Ordinal Quantitative Ordering Direction Sequential Diverging Cyclic [Munzner (ill. Maguire), 2014] 3

4 Categorial, Ordinal, and Quantitative 1 = Quantitative 23 2 ordinal = Nominal 3 = Ordinal quantitative categorical 4

5 Categorial, Ordinal, and Quantitative 1 = Quantitative 24 2 ordinal = Nominal 3 = Ordinal quantitative categorical 5

6 Tableau High-level GUI that connects to data, helps organize it, and provides intuitive routines for visualizing it plus customization Lots of possibilities Great for exploration 6

7 matplotlib %matplotlib inline (show plots in the notebook!) Always create a figure first, then draw plots Lots of high-level plotting types (line plots, scatterplots, histograms) Lots of customizability 7

8 matplotlib shortcuts in pandas Connect directly to pandas data frames - df.plot pandas.dataframe.plot.html 8

9 What ingredients go into visualizations? 9

10 Visual Encoding How do we encode data visually? - Marks are the basic graphical elements in a visualization - Channels are ways to control the appearance of the marks Marks classified by dimensionality: Points Lines Areas Also can have surfaces, volumes Think of marks as a mathematical definition, or if familiar with tools like Adobe Illustrator or Inkscape, the path & point definitions 10

11 Channels: Visual Appearance How should we encode this data? Name Region Population Life Expectancy Income China East Asia & Pacific India South Asia United States America Indonesia East Asia & Pacific Brazil America Pakistan South Asia Bangladesh South Asia Nigeria Sub-Saharan Africa Japan East Asia & Pacific Mexico America Philippines East Asia & Pacific Vietnam East Asia & Pacific Germany Europe & Central Asia Ethiopia Sub-Saharan Africa Turkey Europe & Central Asia

12 Potential Solution [Gapminder, Wealth & Health of Nations] 12

13 Another Solution [Gapminder, Wealth & Health of Nations] 13

14 Visual Channels Position Color Horizontal Vertical Both Shape Tilt Size Length Area Volume [Munzner (ill. Maguire), 2014] 14

15 Channels Usually map an attribute to a single channel - Could use multiple channels but - Limited number of channels Restrictions on size and shape - Points are nothing but location so size and shape are ok - Lines have a length, cannot easily encode attribute as length - Maps with boundaries have area, changing size can be problematic 15

16 Cartograms [Election Results by Population, M. Newman, 2012] 16

17 Channel Types Identity => what or where, Magnitude => how much Magnitude Channels: Ordered Attributes Identity Channels: Categorical Attributes Position on common scale Position on unaligned scale Length (1D size) Tilt/angle Spatial region Color hue Motion Shape Area (2D size) Depth (3D position) Color luminance Color saturation Curvature Volume (3D size) [Munzner (ill. Maguire), 2014] 17

18 Mark Types Can have marks for items and links - Connection => pairwise relationship - Containment => hierarchical relationship Marks as Items/Nodes Points Lines Areas Marks as Links Containment Connection [Munzner (ill. Maguire), 2014] 18

19 Expressiveness and Effectiveness Expressiveness Principle: all data from the dataset and nothing more should be shown - Do encode ordered data in an ordered fashion - Don t encode categorical data in a way that implies an ordering Effectiveness Principle: the most important attributes should be the most salient - Saliency: how noticeable something is - How do the channels we have discussed measure up? - How was this determined? 19

20 How do we test effectiveness? 20

21 Test % difference in length between elements A B [Heer & Bostock, 2010] 21

22 Test % difference in length between elements A B [Heer & Bostock, 2010] 22

23 Test % difference in length between elements A B [Heer & Bostock, 2010] 23

24 Test % difference in length between elements 100 Answer: Left is ~5.6x longer than Right 0 A B [Heer & Bostock, 2010] 24

25 Test % difference in length between elements A B [Modified from Heer & Bostock, 2010] 25

26 Test % difference in length between elements 100 Answer: Right is 4x larger than Left 0 A B [Modified from Heer & Bostock, 2010] 26

27 Test % difference in area between elements A B [Heer & Bostock, 2010] 27

28 Test % difference in area between elements Answer: A is ~2.25x larger (in area) than B A B [Heer & Bostock, 2010] 28

29 Test % difference in area between elements A B [Heer & Bostock, 2010] 29

30 Test % difference in area between elements Answer: A is ~6.1x larger (in area) than B A B [Heer & Bostock, 2010] 30

31 Test % difference in area between elements B A [Heer & Bostock, 2010] 31

32 Test % difference in area between elements Answer: B is ~2.5 larger (in area) than A B A [Heer & Bostock, 2010] 32

33 Results Summary Cleveland & McGill s Results Positions Log Error Crowdsourced Results Angles Circular areas Rectangular areas (aligned or in a treemap) Log Error [Munzner (ill. Maguire) based on Heer & Bostock, 2014] 33

34 Ranking Channels by Effectiveness Channels: Expressiveness Types and Effectiveness Ranks Magnitude Channels: Ordered Attributes Position on common scale Position on unaligned scale Length (1D size) Tilt/angle Identity Channels: Categorical Attributes Spatial region Color hue Motion Shape Area (2D size) Depth (3D position) Color luminance Color saturation Curvature Volume (3D size) [Munzner (ill. Maguire), 2014] 34

35 Visualizing Data Tables Arrange Tables Express Values Separate, Order, Align Regions Separate Order Align 1 Key 2 Keys 3 Keys Many Keys List Matrix Volume Recursive Subdivision Axis Orientation Rectilinear Parallel Radial Layout Density Dense Space-Filling [Munzner (ill. Maguire), 2014] 35

36 Express Values: Scatterplots Prices in Fish Prices over the Years Prices in 1970 Data: two quantitative values Task: find trends, clusters, outliers How: marks at spatial position in horizontal and vertical directions Correlation: dependence between two attributes - Positive and negative correlation - Indicated by lines Coordinate system (axes) and labels are important! 36

37 n dist Coordinate Systems 37 [Wickham, 2014]

38 n dist Log-Log Plot 38 [Wickham, 2014]

39 Bubble Plot [Gapminder, Wealth & Health of Nations] 39

40 Separate, Order, and Align: Categorical Regions Categorical: =,!= Spatial position can be used for categorical attributes Use regions, distinct contiguous bounded areas, to encode categorical attributes Three operations on the regions: - Separate (use categorical attribute) - Align - Order (use some other ordered attribute) Alignment and order can use same or different attribute 40

41 List Alignment: Bar Charts Data: one quantitative attribute, one categorical attribute Task: lookup & compare values How: line marks, vertical position (quantitative), horizontal position (categorical) What about length? Ordering criteria: alphabetical or using quantitative attribute Scalability: distinguishability - bars at least one pixel wide - hundreds Animal Type Animal Type [Munzner (ill. Maguire), 2014] 41

42 Stacked Bar Charts 35M 30M 25M Population 65 Years and Over 45 to 64 Years 25 to 44 Years 18 to 24 Years 14 to 17 Years 5 to 13 Years Under 5 Years 20M 15M 10M 5.0M 0.0 CA TX NY FL IL PA OH MI GA NC NJ VA WA AZ MA IN TN MOMD WI MN CO AL SC LA KY OR OK CT IA MS AR KS UT NV NMWV NE ID ME NH HI RI MT DE SD AK ND VT DC WY [Bostock, 2012] 42

43 Grouped Bar Chart 10M 9.0M 8.0M 7.0M Population 65 Years and Over 45 to 64 Years 25 to 44 Years 18 to 24 Years 14 to 17 Years 5 to 13 Years Under 5 Years 6.0M 5.0M 4.0M 3.0M 2.0M 1.0M 0.0 CA TX NY FL IL PA [M. Bostock, 43

Data Visualization (CIS/DSC 468)

Data Visualization (CIS/DSC 468) Data Visualization (CIS/DSC 468) Marks & Channels Dr. David Koop D3 Pattern Select visual elements (d3.select, d3.selectall) Join them with data items (.data(mydata, key_function)) Using enter, update,

More information

CIS 467/602-01: Data Visualization

CIS 467/602-01: Data Visualization CIS 467/602-01: Data Visualization Tables Dr. David Koop Assignment 2 http://www.cis.umassd.edu/ ~dkoop/cis467/assignment2.html Plagiarism on Assignment 1 Any questions? 2 Recap (Interaction) Important

More information

Data Visualization (DSC 530/CIS )

Data Visualization (DSC 530/CIS ) Data Visualization (DSC 530/CIS 602-02) Tabular Data Dr. David Koop Visual Encoding How should we visualize this data? Name Region Population Life Expectancy Income China East Asia & Pacific 1335029250

More information

Data Visualization (CIS/DSC 468)

Data Visualization (CIS/DSC 468) Data Visualization (CIS/DSC 468) Tabular Data Dr. David Koop Channel Considerations Discriminability Separability Visual Popout Weber's Law Luminance Perception 2 Separability Cannot treat all channels

More information

Data Visualization (CIS 468)

Data Visualization (CIS 468) Data Visualization (CIS 468) D3 + Marks & Channels Dr. David Koop Tasks Actions Targets Analyze All Data Consume Trends Outliers Features Discover Present Enjoy Produce Annotate Record Derive tag Attributes

More information

DSC 201: Data Analysis & Visualization

DSC 201: Data Analysis & Visualization DSC 201: Data Analysis & Visualization Exploratory Data Analysis Dr. David Koop What is Exploratory Data Analysis? "Detective work" to summarize and explore datasets Includes: - Data acquisition and input

More information

Fall 2007, Final Exam, Data Structures and Algorithms

Fall 2007, Final Exam, Data Structures and Algorithms Fall 2007, Final Exam, Data Structures and Algorithms Name: Section: Email id: 12th December, 2007 This is an open book, one crib sheet (2 sides), closed notebook exam. Answer all twelve questions. Each

More information

Figure 1 Map of US Coast Guard Districts... 2 Figure 2 CGD Zip File Size... 3 Figure 3 NOAA Zip File Size By State...

Figure 1 Map of US Coast Guard Districts... 2 Figure 2 CGD Zip File Size... 3 Figure 3 NOAA Zip File Size By State... Table of Contents NOAA RNC Charts (By Coast Guard District, NOAA Regions & States) Overview... 1 NOAA RNC Chart File Locations... 2 NOAA RNC by Coast Guard Districts(CGD)... 2 NOAA RNC By States... 3 NOAA

More information

CS-5630 / CS-6630 Visualization for Data Science The Visualization Alphabet: Marks and Channels

CS-5630 / CS-6630 Visualization for Data Science The Visualization Alphabet: Marks and Channels CS-5630 / CS-6630 Visualization for Data Science The Visualization Alphabet: Marks and Channels Alexander Lex alex@sci.utah.edu [xkcd] How can I visually represent two numbers, e.g., 4 and 8 Marks & Channels

More information

Telecommunications and Internet Access By Schools & School Districts

Telecommunications and Internet Access By Schools & School Districts Universal Service Funding for Schools and Libraries FY2014 E-rate Funding Requests Telecommunications and Internet Access By Schools & School Districts Submitted to the Federal Communications Commission,

More information

DSC 201: Data Analysis & Visualization

DSC 201: Data Analysis & Visualization DSC 201: Data Analysis & Visualization Visualization Tools Dr. David Koop Visualization for Exploration 2 MTA Fare Data Exploration 3 MTA Fare Data Exploration 4 MTA Fare Data Exploration 5 MTA Fare Data

More information

DEPARTMENT OF HOUSING AND URBAN DEVELOPMENT. [Docket No. FR-6090-N-01]

DEPARTMENT OF HOUSING AND URBAN DEVELOPMENT. [Docket No. FR-6090-N-01] Billing Code 4210-67 This document is scheduled to be published in the Federal Register on 04/05/2018 and available online at https://federalregister.gov/d/2018-06984, and on FDsys.gov DEPARTMENT OF HOUSING

More information

The Lincoln National Life Insurance Company Universal Life Portfolio

The Lincoln National Life Insurance Company Universal Life Portfolio The Lincoln National Life Insurance Company Universal Life Portfolio State Availability as of 03/26/2012 PRODUCTS AL AK AZ AR CA CO CT DE DC FL GA GU HI ID IL IN IA KS KY LA ME MP MD MA MI MN MS MO MT

More information

CostQuest Associates, Inc.

CostQuest Associates, Inc. Case Study U.S. 3G Mobile Wireless Broadband Competition Report Copyright 2016 All rights reserved. Case Study Title: U.S. 3G Mobile Wireless Broadband Competition Report Client: All Service Area: Economic

More information

Ocean Express Procedure: Quote and Bind Renewal Cargo

Ocean Express Procedure: Quote and Bind Renewal Cargo Ocean Express Procedure: Quote and Bind Renewal Cargo This guide provides steps on how to Quote and Bind your Renewal business using Ocean Express. Renewal Process Click the Ocean Express link within the

More information

Panelists. Patrick Michael. Darryl M. Bloodworth. Michael J. Zylstra. James C. Green

Panelists. Patrick Michael. Darryl M. Bloodworth. Michael J. Zylstra. James C. Green Panelists Darryl M. Bloodworth Dean, Mead, Egerton, Bloodworth, Capouano & Bozarth Orlando, FL dbloodworth@deanmead James C. Green VP, General Counsel & Corporate Secretary MANITOU AMERICAS, INC. West

More information

A New Method of Using Polytomous Independent Variables with Many Levels for the Binary Outcome of Big Data Analysis

A New Method of Using Polytomous Independent Variables with Many Levels for the Binary Outcome of Big Data Analysis Paper 2641-2015 A New Method of Using Polytomous Independent Variables with Many Levels for the Binary Outcome of Big Data Analysis ABSTRACT John Gao, ConstantContact; Jesse Harriott, ConstantContact;

More information

MERGING DATAFRAMES WITH PANDAS. Appending & concatenating Series

MERGING DATAFRAMES WITH PANDAS. Appending & concatenating Series MERGING DATAFRAMES WITH PANDAS Appending & concatenating Series append().append(): Series & DataFrame method Invocation: s1.append(s2) Stacks rows of s2 below s1 Method for Series & DataFrames concat()

More information

2018 NSP Student Leader Contact Form

2018 NSP Student Leader Contact Form 2018 NSP Student Leader Contact Form Welcome to the Office of New Student Programs! We are extremely excited to have you on our team. Please complete the below form to confirm your acceptance. Student

More information

B.2 Measures of Central Tendency and Dispersion

B.2 Measures of Central Tendency and Dispersion Appendix B. Measures of Central Tendency and Dispersion B B. Measures of Central Tendency and Dispersion What you should learn Find and interpret the mean, median, and mode of a set of data. Determine

More information

MAKING MONEY FROM YOUR UN-USED CALLS. Connecting People Already on the Phone with Political Polls and Research Surveys. Scott Richards CEO

MAKING MONEY FROM YOUR UN-USED CALLS. Connecting People Already on the Phone with Political Polls and Research Surveys. Scott Richards CEO MAKING MONEY FROM YOUR UN-USED CALLS Connecting People Already on the Phone with Political Polls and Research Surveys Scott Richards CEO Call Routing 800 Numbers Call Tracking Challenge Phone Carriers

More information

State IT in Tough Times: Strategies and Trends for Cost Control and Efficiency

State IT in Tough Times: Strategies and Trends for Cost Control and Efficiency State IT in Tough Times: Strategies and Trends for Cost Control and Efficiency NCSL Communications, Financial Services and Interstate Commerce Committee December 10, 2010 Doug Robinson, Executive Director

More information

Accommodating Broadband Infrastructure on Highway Rights-of-Way. Broadband Technology Opportunities Program (BTOP)

Accommodating Broadband Infrastructure on Highway Rights-of-Way. Broadband Technology Opportunities Program (BTOP) Accommodating Broadband Infrastructure on Highway Rights-of-Way Broadband Technology Opportunities Program (BTOP) Introduction Andy Spurgeon Director of Special Projects Denver, CO Key Responsibilities

More information

DSC 201: Data Analysis & Visualization

DSC 201: Data Analysis & Visualization DSC 201: Data Analysis & Visualization Python and Notebooks Dr. David Koop Computer-based visualization systems provide visual representations of datasets designed to help people carry out tasks more effectively.

More information

THE LINEAR PROBABILITY MODEL: USING LEAST SQUARES TO ESTIMATE A REGRESSION EQUATION WITH A DICHOTOMOUS DEPENDENT VARIABLE

THE LINEAR PROBABILITY MODEL: USING LEAST SQUARES TO ESTIMATE A REGRESSION EQUATION WITH A DICHOTOMOUS DEPENDENT VARIABLE PLS 802 Spring 2018 Professor Jacoby THE LINEAR PROBABILITY MODEL: USING LEAST SQUARES TO ESTIMATE A REGRESSION EQUATION WITH A DICHOTOMOUS DEPENDENT VARIABLE This handout shows the log of a Stata session

More information

Distracted Driving- A Review of Relevant Research and Latest Findings

Distracted Driving- A Review of Relevant Research and Latest Findings Distracted Driving- A Review of Relevant Research and Latest Findings National Conference of State Legislatures Louisville, KY July 27, 2010 Stephen Oesch The sad fact is that in the coming weeks in particular,

More information

Global Forum 2007 Venice

Global Forum 2007 Venice Global Forum 2007 Venice Broadband Infrastructure for Innovative Applications In Established & Emerging Markets November 5, 2007 Jacquelynn Ruff VP, International Public Policy Verizon Verizon Corporate

More information

2018 Supply Cheat Sheet MA/PDP/MAPD

2018 Supply Cheat Sheet MA/PDP/MAPD 2018 Supply Cheat Sheet MA/PDP/MAPD Please Note: All agents must be contracted, appointed and certified to order supplies and write business. AETNA/COVENTRY Website: www.aetnamedicare.com A. Click For

More information

Silicosis Prevalence Among Medicare Beneficiaries,

Silicosis Prevalence Among Medicare Beneficiaries, Silicosis Prevalence Among Medicare Beneficiaries, 1999 2014 Megan Casey, RN, BSN, MPH Nurse Epidemiologist Expanding Research Partnerships: State of the Science June 21, 2017 National Institute for Occupational

More information

NSA s Centers of Academic Excellence in Cyber Security

NSA s Centers of Academic Excellence in Cyber Security NSA s Centers of Academic Excellence in Cyber Security Centers of Academic Excellence in Cybersecurity NSA/DHS CAEs in Cyber Defense (CD) NSA CAEs in Cyber Operations (CO) Lynne Clark, Chief, NSA/DHS CAEs

More information

Team Members. When viewing this job aid electronically, click within the Contents to advance to desired page. Introduction... 2

Team Members. When viewing this job aid electronically, click within the Contents to advance to desired page. Introduction... 2 Introduction Team Members When viewing this job aid electronically, click within the Contents to advance to desired page. Contents Introduction... 2 About STARS -... 2 Technical Assistance... 2 STARS User

More information

Best Practices in Rapid Deployment of PI Infrastructure and Integration with OEM Supplied SCADA Systems

Best Practices in Rapid Deployment of PI Infrastructure and Integration with OEM Supplied SCADA Systems Best Practices in Rapid Deployment of PI Infrastructure and Integration with OEM Supplied SCADA Systems Kevin Schroeder & Mike Liska OVERVIEW Company Overview Data Background/History Challenges Solutions

More information

IT Modernization in State Government Drivers, Challenges and Successes. Bo Reese State Chief Information Officer, Oklahoma NASCIO President

IT Modernization in State Government Drivers, Challenges and Successes. Bo Reese State Chief Information Officer, Oklahoma NASCIO President IT Modernization in State Government Drivers, Challenges and Successes Bo Reese State Chief Information Officer, Oklahoma NASCIO President Top 10: State CIO Priorities for 2018 1. Security 2. Cloud Services

More information

Moonv6 Update NANOG 34

Moonv6 Update NANOG 34 Moonv6 Update Outline What is Moonv6? Previous Moonv6 testing April Application Demonstration Future Moonv6 Test Items 2 What is Moonv6? An international project led by the North American IPv6 Task Force

More information

Post Graduation Survey Results 2015 College of Engineering Information Networking Institute INFORMATION NETWORKING Master of Science

Post Graduation Survey Results 2015 College of Engineering Information Networking Institute INFORMATION NETWORKING Master of Science INFORMATION NETWORKING Amazon (4) Software Development Engineer (3) Seattle WA Software Development Engineer Sunnyvale CA Apple GPU Engineer Cupertino CA Bloomberg LP Software Engineer New York NY Clari

More information

CSE 781 Data Base Management Systems, Summer 09 ORACLE PROJECT

CSE 781 Data Base Management Systems, Summer 09 ORACLE PROJECT 1. Create a new tablespace named CSE781. [not mandatory] 2. Create a new user with your name. Assign DBA privilege to this user. [not mandatory] 3. SQL & PLSQL Star Courier Pvt. Ltd. a part of the evergreen

More information

Presented on July 24, 2018

Presented on July 24, 2018 Presented on July 24, 2018 Copyright 2018 NCCAOM. Any use of these materials, including reproduction, modification, distribution or republication without the prior written consent of NCCAOM is strictly

More information

Name: Business Name: Business Address: Street Address. Business Address: City ST Zip Code. Home Address: Street Address

Name: Business Name: Business Address: Street Address. Business Address: City ST Zip Code. Home Address: Street Address Application for Certified Installer Onsite Wastewater Treatment Systems (CIOWTS) Credentials Rev. 6/2012 Step 1. Name and Address of Applicant (Please print or type.) Name: Business Name:_ Business Address:

More information

Department of Business and Information Technology College of Applied Science and Technology The University of Akron

Department of Business and Information Technology College of Applied Science and Technology The University of Akron Department of Business and Information Technology College of Applied Science and Technology The University of Akron 2017 Spring Graduation Exit Survey Q1 - How would you rate your OVERALL EXPERIENCE at

More information

Homework Assignment #5

Homework Assignment #5 Homework Assignment #5-5, Data Mining SOLUTIONS. (a) Create a plot showing the location of each state, with longitude on the horizontal axis, latitude on the vertical axis, and the states names or abbreviations

More information

Visual Encoding Design

Visual Encoding Design CSE 442 - Data Visualization Visual Encoding Design Jeffrey Heer University of Washington Review: Expressiveness & Effectiveness / APT Choosing Visual Encodings Assume k visual encodings and n data attributes.

More information

Charter EZPort User Guide

Charter EZPort User Guide Charter EZPort User Guide Version 2.4 September 14, 2017 Contents Document Information... 3 Version Notice and Change Log... 3 General... 6 Getting Started...7 System Requirements... 7 Initial Access Procedure...

More information

Tina Ladabouche. GenCyber Program Manager

Tina Ladabouche. GenCyber Program Manager Tina Ladabouche GenCyber Program Manager GenCyber Help all students understand correct and safe on-line behavior Increase interest in cybersecurity and diversity in cybersecurity workforce of the Nation

More information

The Outlook for U.S. Manufacturing

The Outlook for U.S. Manufacturing The Outlook for U.S. Manufacturing Economic Forecasting Conference J. Mack Robinson College of Business Georgia State University Atlanta, GA November 15, 2006 William Strauss Senior Economist and Economic

More information

Visualization Analysis & Design Full-Day Tutorial Session 1

Visualization Analysis & Design Full-Day Tutorial Session 1 Visualization Analysis & Design Full-Day Tutorial Session 1 Tamara Munzner Department of Computer Science University of British Columbia Sanger Institute / European Bioinformatics Institute June 2014,

More information

Visual Encoding Design

Visual Encoding Design CSE 442 - Data Visualization Visual Encoding Design Jeffrey Heer University of Washington Last Time: Data & Image Models The Big Picture task questions, goals assumptions data physical data type conceptual

More information

DTFH61-13-C Addressing Challenges for Automation in Highway Construction

DTFH61-13-C Addressing Challenges for Automation in Highway Construction DTFH61-13-C-00026 Addressing Challenges for Automation in Highway Construction Learning Objectives Research Objectives Research Team Introduce Part I: Implementation Challenges and Success Stories Describe

More information

State HIE Strategic and Operational Plan Emerging Models. February 16, 2011

State HIE Strategic and Operational Plan Emerging Models. February 16, 2011 State HIE Strategic and Operational Plan Emerging Models February 16, 2011 Goals and Objectives The State HIE emerging models can be useful in a wide variety of ways, both within the ONC state-level HIE

More information

ACCESS PROCESS FOR CENTRAL OFFICE ACCESS

ACCESS PROCESS FOR CENTRAL OFFICE ACCESS ACCESS PROCESS FOR CENTRAL OFFICE ACCESS NOTE: Every person doing work of any nature in the central offices MUST have an access badge. Anyone who does not have a current access badge will be escorted from

More information

Sideseadmed (IRT0040) loeng 4/2012. Avo

Sideseadmed (IRT0040) loeng 4/2012. Avo Sideseadmed (IRT0040) loeng 4/2012 Avo avots@lr.ttu.ee 1 Internet Evolution BACKBONE ACCESS NETWORKS WIRELESS NETWORKS OSI mudeli arendus 3 Access technologies PAN / CAN: Bluedooth, Zigbee, IrDA ( WiFi

More information

Prizm. manufactured by. White s Electronics, Inc Pleasant Valley Road Sweet Home, OR USA. Visit our site on the World Wide Web

Prizm. manufactured by. White s Electronics, Inc Pleasant Valley Road Sweet Home, OR USA. Visit our site on the World Wide Web Prizm II III IV * V Prizm manufactured by White s Electronics, Inc. 1011 Pleasant Valley Road Sweet Home, OR 97386 USA Visit our site on the World Wide Web www.whiteselectronics.com for the latest information

More information

2015 DISTRACTED DRIVING ENFORCEMENT APRIL 10-15, 2015

2015 DISTRACTED DRIVING ENFORCEMENT APRIL 10-15, 2015 2015 DISTRACTED DRIVING ENFORCEMENT APRIL 10-15, 2015 DISTRACTED DRIVING ENFORCEMENT CAMPAIGN COMMUNICATIONS DISTRACTED DRIVING ENFORCEMENT CAMPAIGN Campaign Information Enforcement Dates: April 10-15,

More information

Presentation Outline. Effective Survey Sampling of Rare Subgroups Probability-Based Sampling Using Split-Frames with Listed Households

Presentation Outline. Effective Survey Sampling of Rare Subgroups Probability-Based Sampling Using Split-Frames with Listed Households Effectve Survey Samplng of Rare Subgroups Probablty-Based Samplng Usng Splt-Frames wth Lsted Households Nature of the Problem Presentaton Outlne Samplng Alternatves Dsproportonal Stratfed Samplng Mansour

More information

AASHTO s National Transportation Product Evaluation Program

AASHTO s National Transportation Product Evaluation Program www.ntpep.org 8/20/2013 AASHTO s National Transportation Product Evaluation Program What is NTPEP? How to access data NTPEP generates-datamine Review of NTPEP Technical Committees for Traffic and Safety

More information

PulseNet Updates: Transitioning to WGS for Reference Testing and Surveillance

PulseNet Updates: Transitioning to WGS for Reference Testing and Surveillance National Center for Emerging and Zoonotic Infectious Diseases PulseNet Updates: Transitioning to WGS for Reference Testing and Surveillance Kelley Hise, MPH Enteric Diseases Laboratory Branch Division

More information

A Capabilities Presentation

A Capabilities Presentation A Capabilities Presentation Full Systems Integrator, Value-Add-Reseller, Service Provider for the Federal, State and Local market. Founded in 2006 by former Military IT professionals with Telecommunications,

More information

Data Visualization (CIS/DSC 468)

Data Visualization (CIS/DSC 468) Data Visualization (CIS/DSC 468) Data & Tasks Dr. David Koop Programmatic SVG Example Draw a horizontal bar chart - var a = [6, 2, 6, 10, 7, 18, 0, 17, 20, 6]; Steps: - Programmatically create SVG - Create

More information

What Did You Learn? Key Terms. Key Concepts. 68 Chapter P Prerequisites

What Did You Learn? Key Terms. Key Concepts. 68 Chapter P Prerequisites 7_0P0R.qp /7/06 9:9 AM Page 68 68 Chapter P Prerequisites What Did You Learn? Key Terms real numbers, p. rational and irrational numbers, p. absolute value, p. variables, p. 6 algebraic epressions, p.

More information

Touch Input. CSE 510 Christian Holz Microsoft Research February 11, 2016

Touch Input. CSE 510 Christian Holz Microsoft Research   February 11, 2016 Touch Input CSE 510 Christian Holz Microsoft Research http://www.christianholz.net February 11, 2016 hall of fame/hall of shame? Nokia 5800, 2008 hall of fame/hall of shame? stylus we ve invented [Lightpen

More information

Contact Center Compliance Webinar Bringing you the ANSWERS you need about compliance in your call center.

Contact Center Compliance Webinar Bringing you the ANSWERS you need about compliance in your call center. Contact Center Compliance Webinar Bringing you the ANSWERS you need about compliance in your call center. Welcome Mitch Roth Business to Business Compliance Protocols ATA General Counsel Partner Williams

More information

Visualization Analysis & Design

Visualization Analysis & Design Visualization Analysis & Design Tamara Munzner Department of Computer Science University of British Columbia UBC STAT 545A Guest Lecture October 20 2016, Vancouver BC http://www.cs.ubc.ca/~tmm/talks.html#vad16bryan

More information

Week 6: Networks, Stories, Vis in the Newsroom

Week 6: Networks, Stories, Vis in the Newsroom Week 6: Networks, Stories, Vis in the Newsroom Tamara Munzner Department of Computer Science University of British Columbia JRNL 520H, Special Topics in Contemporary Journalism: Data Visualization Week

More information

Scalable Data Analysis (CIS )

Scalable Data Analysis (CIS ) Scalable Data Analysis (CIS 602-01) Introduction Dr. David Koop NYC Taxi Data [Analyzing 1.1 Billion NYC Taxi and Uber Trips, with a Vengeance, T. W. Schneider] 2 What are your questions about this data?

More information

Geographic Accuracy of Cell Phone RDD Sample Selected by Area Code versus Wire Center

Geographic Accuracy of Cell Phone RDD Sample Selected by Area Code versus Wire Center Geographic Accuracy of Cell Phone RDD Sample Selected by versus Xian Tao 1, Benjamin Skalland 1, David Yankey 2, Jenny Jeyarajah 2, Phil Smith 2, Meena Khare 3 1 NORC at the University of Chicago 2 National

More information

Selling Compellent Hardware: Controllers, Drives, Switches and HBAs Chad Thibodeau

Selling Compellent Hardware: Controllers, Drives, Switches and HBAs Chad Thibodeau Selling Compellent Hardware: Controllers, Drives, Switches and HBAs Chad Thibodeau Agenda Session Objectives Feature Overview Technology Overview Compellent Differentiators Competition Case Study Available

More information

MOVR. Mobile Overview Report January March The first step in a great mobile experience

MOVR. Mobile Overview Report January March The first step in a great mobile experience Mobile Overview Report January March 2016 The first step in a great mobile experience The first step in a great mobile experience 2 3 Report Specifications Purpose of Report ScientiaMobile has published

More information

Amy Schick NHTSA, Occupant Protection Division April 7, 2011

Amy Schick NHTSA, Occupant Protection Division April 7, 2011 Amy Schick NHTSA, Occupant Protection Division April 7, 2011 In 2009, nearly 5,550 people were killed and an additional 448,000 were injured in crashes involving distraction, accounting for 16% of fatal

More information

Expanding Transmission Capacity: Options and Implications. What role does renewable energy play in driving transmission expansion?

Expanding Transmission Capacity: Options and Implications. What role does renewable energy play in driving transmission expansion? Expanding Transmission Capacity: Options and Implications What role does renewable energy play in driving transmission expansion? Beth Soholt Director, Wind on the Wires bsoholt@windonthewires.org Office:

More information

Week 4: Facet. Tamara Munzner Department of Computer Science University of British Columbia

Week 4: Facet. Tamara Munzner Department of Computer Science University of British Columbia Week 4: Facet Tamara Munzner Department of Computer Science University of British Columbia JRNL 520M, Special Topics in Contemporary Journalism: Visualization for Journalists Week 4: 6 October 2015 http://www.cs.ubc.ca/~tmm/courses/journ15

More information

CMPE 180A Data Structures and Algorithms in C++ Spring 2018

CMPE 180A Data Structures and Algorithms in C++ Spring 2018 San José State University Department of Computer Engineering CMPE 180A Data Structures and Algorithms in C++ Spring 2018 Instructor: Ron Mak Assignment 7 Assigned: Thursday, March 8 Due: Thursday, March

More information

Presentation to NANC. January 22, 2003

Presentation to NANC. January 22, 2003 Presentation to NANC January 22, 2003 Introduction Service Offering Numbering No Special Number Exhaust Issues Associated with VoIP Providers January 22, 2003 Who is Vonage? 2002 saw the introduction of

More information

Medium voltage Marketing contacts

Medium voltage Marketing contacts ELEC TR I FI C ATI O N PRO D U C T S Medium voltage 2 E P M E D I U M V O LTA G E Don't look the other way. Make quality happen. 8 EP MEDIUM VOLTAGE OEM instrument transformers, sensors, indoor circuit

More information

Steve Stark Sales Executive Newcastle

Steve Stark Sales Executive Newcastle Theresa Lee Thermal Product Manager - Toshiba October 17, 2013 Theresa.lee@tabs.toshiba.com Copyright 2013 Toshiba Corporation. Steve Stark Sales Executive Newcastle sstark@newcastlesys.com Christine Wheeler

More information

Marks. Marks can be classified according to the number of dimensions required for their representation: Zero: points. One: lines.

Marks. Marks can be classified according to the number of dimensions required for their representation: Zero: points. One: lines. Marks and channels Definitions Marks are basic geometric elements that depict items or links. Channels control the appearance of the marks. This way you can describe the design space of visual encodings

More information

HYPERVARIATE DATA VISUALIZATION

HYPERVARIATE DATA VISUALIZATION HYPERVARIATE DATA VISUALIZATION Prof. Rahul C. Basole CS/MGT 8803-DV > January 25, 2017 Agenda Hypervariate Data Project Elevator Pitch Hypervariate Data (n > 3) Many well-known visualization techniques

More information

Using a Probabilistic Model to Assist Merging of Large-scale Administrative Records

Using a Probabilistic Model to Assist Merging of Large-scale Administrative Records Using a Probabilistic Model to Assist Merging of Large-scale Administrative Records Ted Enamorado Benjamin Fifield Kosuke Imai Princeton Harvard Talk at the Tech Science Seminar IQSS, Harvard University

More information

Representation: Design Idioms 1

Representation: Design Idioms 1 IAT 814 Visualization Representation: Design Idioms 1 Lyn Bartram These slides borrow heavily from T. Munzner and S. Few, and may be incompletely attributed. Work in progress. Recall: Data Abstractions

More information

2013 Product Catalog. Quality, affordable tax preparation solutions for professionals Preparer s 1040 Bundle... $579

2013 Product Catalog. Quality, affordable tax preparation solutions for professionals Preparer s 1040 Bundle... $579 2013 Product Catalog Quality, affordable tax preparation solutions for professionals 2013 Preparer s 1040 Bundle... $579 Includes all of the following: Preparer s 1040 Edition Preparer s 1040 All-States

More information

Panasonic Certification Training January 21-25, 2019

Panasonic Certification Training January 21-25, 2019 Panasonic Certification Training January 21-25, 2019 At Capitol s Corporate Campus in Eagan, MN Get all current Panasonic PBX Certifications in one week! Capitol Learning Institute is excited to provide

More information

Strengthening connections today, while building for tomorrow. Wireless broadband, small cells and 5G

Strengthening connections today, while building for tomorrow. Wireless broadband, small cells and 5G Strengthening connections today, while building for tomorrow. Wireless broadband, small cells and 5G Our Georgia communities are increasingly turning to wireless networks and mobile technology to operate

More information

3 Visualizing quantitative Information

3 Visualizing quantitative Information Elective in Software and Services (Complementi di software e servizi per la società dell'informazione) Section Information Visualization Numbers of credit : 3 Giuseppe Santucci 3 Visualizing quantitative

More information

OPERATOR CERTIFICATION

OPERATOR CERTIFICATION OPERATOR CERTIFICATION The Benefits of an Industry-Led Approach Graham Brent Chief Executive Officer National Commission for the Certification of Crane Operators (NCCCO) International Cranes and Transport

More information

Configuring Oracle GoldenGate OGG 11gR2 local integrated capture and using OGG for mapping and transformations

Configuring Oracle GoldenGate OGG 11gR2 local integrated capture and using OGG for mapping and transformations Configuring Oracle GoldenGate OGG 11gR2 local integrated capture and using OGG for mapping and transformations In the article you will have a look at an OGG configuration example for local integrated capture

More information

VitalSigns Company List

VitalSigns Company List 1. Teachers Ins & Ann NY A++ AAA Aaa AAA 100 2. Northwestern Mutual WI A++ AAA Aaa AAA 100 3. New York Life NY A++ AAA Aaa AAA 100 4. New York Life & Ann DE A++ AAA Aaa AAA 100 5. Knights of Columbus CT

More information

How to Make an Impressive Map of the United States with SAS/Graph for Beginners Sharon Avrunin-Becker, Westat, Rockville, MD

How to Make an Impressive Map of the United States with SAS/Graph for Beginners Sharon Avrunin-Becker, Westat, Rockville, MD Paper RIV-27 How to Make an Impressive Map of the United States with SAS/Graph for Beginners Sharon Avrunin-Becker, Westat, Rockville, MD ABSTRACT Have you ever been given a map downloaded from the internet

More information

Today s Lecture. Factors & Sampling. Quick Review of Last Week s Computational Concepts. Numbers we Understand. 1. A little bit about Factors

Today s Lecture. Factors & Sampling. Quick Review of Last Week s Computational Concepts. Numbers we Understand. 1. A little bit about Factors Today s Lecture Factors & Sampling Jarrett Byrnes September 8, 2014 1. A little bit about Factors 2. Sampling 3. Describing your sample Quick Review of Last Week s Computational Concepts Numbers we Understand

More information

STATE DATA BREACH NOTIFICATION LAWS OVERVIEW OF REQUIREMENTS FOR RESPONDING TO A DATA BREACH UPDATED JUNE 2017

STATE DATA BREACH NOTIFICATION LAWS OVERVIEW OF REQUIREMENTS FOR RESPONDING TO A DATA BREACH UPDATED JUNE 2017 1001 G Street, N.W. Suite 500 West Washington, D.C. 20001 tel. 202.434.4100 fax 202.434.4646 STATE DATA BREACH NOTIFICATION LAWS OVERVIEW OF REQUIREMENTS FOR RESPONDING TO A DATA BREACH UPDATED JUNE 2017

More information

cs6964 February TABULAR DATA Miriah Meyer University of Utah

cs6964 February TABULAR DATA Miriah Meyer University of Utah cs6964 February 23 2012 TABULAR DATA Miriah Meyer University of Utah cs6964 February 23 2012 TABULAR DATA Miriah Meyer University of Utah slide acknowledgements: John Stasko, Georgia Tech Tamara Munzner,

More information

CP SC 8810 Data Visualization. Joshua Levine

CP SC 8810 Data Visualization. Joshua Levine CP SC 8810 Data Visualization Joshua Levine levinej@clemson.edu Lecture 05 Visual Encoding Sept. 9, 2014 Agenda Programming Lab 01 Questions? Continuing from Lec04 Attribute Types no implicit ordering

More information

Multivariate Data & Tables and Graphs

Multivariate Data & Tables and Graphs Multivariate Data & Tables and Graphs CS 4460/7450 - Information Visualization Jan. 13, 2009 John Stasko Agenda Data and its characteristics Tables and graphs Design principles Spring 2009 CS 4460/7450

More information

Be sure to fax AGA a copy of every application you submitted direct along with the fax confirmation page to ensure you receive your commission!

Be sure to fax AGA a copy of every application you submitted direct along with the fax confirmation page to ensure you receive your commission! Cut Off Instructions AGA will be open normal hours on (3/31), the last business day of the month. If we have no more applications to process, we will be leaving at 5:00pm. If you have applications to submit

More information

Data Visualization (DSC 530/CIS )

Data Visualization (DSC 530/CIS ) Data Visualization (DSC 530/CIS 602-01) Data Dr. David Koop HTML and CSS HTML: Tags define the boundaries of the structures of the content this is cool. What about this?

More information

National Continuity Programs

National Continuity Programs National Continuity Programs Eric B. Kretz, Deputy Director National Continuity of Operations Division May 1, 2008 1 National Continuity Programs Directorate Mission and Vision To serve the public by protecting

More information

Unit 7 Day 5 Graph Theory. Section 5.1 and 5.2

Unit 7 Day 5 Graph Theory. Section 5.1 and 5.2 Unit 7 Day 5 Graph Theory Section 5.1 and 5.2 Determine if the below exist; write it if it exists or explain using the definition why it doesn t exist. B Euler Path? No, because more than two have odd

More information

WHAT S NEW IN CHECKPOINT

WHAT S NEW IN CHECKPOINT WHAT S NEW IN CHECKPOINT This document covers the most recent Checkpoint enhancements as of September 15, 2014. STATE & LOCAL SALES TAXABILITY MATRIX: The new Sales Taxability Matrix has been added to

More information

Making Science Graphs and Interpreting Data

Making Science Graphs and Interpreting Data Making Science Graphs and Interpreting Data Eye Opener: 5 mins What do you see? What do you think? Look up terms you don t know What do Graphs Tell You? A graph is a way of expressing a relationship between

More information

The Altice Business. Carrier Advantage

The Altice Business. Carrier Advantage The Altice Business Carrier Advantage Altice Carrier Services Performance Reliability & Reach 19,500 Route Miles of Fiber 2,650 191,000 On-Net Cell Sites Near-Net Buildings 14,000 21 On-Net Locations Operating

More information

Multivariate Data & Tables and Graphs. Agenda. Data and its characteristics Tables and graphs Design principles

Multivariate Data & Tables and Graphs. Agenda. Data and its characteristics Tables and graphs Design principles Topic Notes Multivariate Data & Tables and Graphs CS 7450 - Information Visualization Aug. 27, 2012 John Stasko Agenda Data and its characteristics Tables and graphs Design principles Fall 2012 CS 7450

More information

Multivariate Data & Tables and Graphs. Agenda. Data and its characteristics Tables and graphs Design principles

Multivariate Data & Tables and Graphs. Agenda. Data and its characteristics Tables and graphs Design principles Multivariate Data & Tables and Graphs CS 7450 - Information Visualization Aug. 24, 2015 John Stasko Agenda Data and its characteristics Tables and graphs Design principles Fall 2015 CS 7450 2 1 Data Data

More information

We will start at 2:05 pm! Thanks for coming early!

We will start at 2:05 pm! Thanks for coming early! We will start at 2:05 pm! Thanks for coming early! Yesterday Fundamental 1. Value of visualization 2. Design principles 3. Graphical perception Record Information Support Analytical Reasoning Communicate

More information