Data Visualization with #KCDC

Size: px
Start display at page:

Download "Data Visualization with #KCDC"

Transcription

1 Data Visualization with #KCDC

2

3

4

5

6

7

8

9

10

11 Overview Introduction to R Intro to Data Visualization Types of Data Visualizations Visualizing One Variable Visualizing Two Variables Visualizing Many Variables Visualizing Other Types of Data Beyond the Basics

12 About Me Independent software consultant Education B.S. in Computer Science B.A. in Philosophy Community Pluralsight Author ASPInsider Public Speaker Open-Source Software

13

14 Introduction to R

15 What is R? Open source Language and environment Numerical and graphical analysis Cross platform

16 What is R? Active development Large user community Modular and extensible extensions

17 FREE

18 FREE

19 Source:

20

21 Source:

22

23 Code Demo

24 Intro to Data Visualization

25 Data Visualization Visual data representation For human pattern recognition Map dimensions to visual

26 Data Visualization ID Date Customer Product Quantity John Pizza John Soda Jill Salad Jill Milk Miko Pizza Miko Soda Sam Pizza Sam Milk 1

27 Statistical Terms ID Date Customer Product Quantity Observations Variables Qualitative variable Quantitative variable John Pizza John Soda Jill Salad Jill Milk Miko Pizza Miko Soda Sam Pizza Sam Milk 1

28 Number of Variables Types of Data Visualizations One Categorical Variable One Numeric Variable Number of variables Type of variable(s) Two Categorical Variables Categorical & Numeric Variable Two Numeric Variables Many Variables Type of Variable(s)

29 Plotting Systems in R Base Lattice ggplot2

30 Code Demo

31 Visualizing One Variable

32 Number of Variables Visualizing One Variable One Categorical Variable One Numeric Variable Two Categorical Variables Categorical & Numeric Variable Two Numeric Variables Many Variables Type of Variable(s)

33 Visualizing One Categorical Variable Frequency Proportion

34 Visualizing One Numeric Variable Location Spread Shape

35 Open Movies Database Title Year Rating Runtime (minutes) Movies Genre Critic Score Box Office Awards Distribution The Whole Nine Yards 2000 R 98 Comedy 45% $57.3M No Domestic Cirque du Soleil 2000 G 39 Family 45% $13.4M Yes Domestic Gladiator 2000 R 155 Action 76% $187.3M Yes International Dinosaur 2000 PG 82 Family 65% $135.6M Yes Domestic Big Momma's House 2000 PG Comedy 30% $0.5M Yes International

36

37

38 1. How does the count of movies compare by rating category? 2. What proportion of movies have won awards? 3. What does the distribution of movie runtimes look like?

39 Code Demo

40

41 Visualizing Two Variables

42 Number of Variables Visualizing Two Variables One Categorical Variable One Numeric Variable Two Categorical Variables Categorical & Numeric Variable Two Numeric Variables Many Variables Type of Variable(s)

43 Visualizing Two Categorical Variables Movies by Genre and Rating Genre G PG PG-13 R Total Action Joint frequency Marginal frequency Relative frequency Adventure Animation Comedy Drama Family Total

44 Visualizing Two Categorical Variables Movies by Genre and Rating Genre G PG PG-13 R Total Action Joint frequency Marginal frequency Relative frequency Adventure Animation Comedy Drama Family Total

45 Visualizing Two Numeric Variables Relationship Correlation Distribution

46 Visualizing Two Numeric Variables Relationship Correlation Distribution

47 Visualizing Time Series Data Values over time Rate of change

48 Visualizing a Numeric Variable Grouped by a Categorical Variable Aggregate Grouped Comparison

49 1. How many award-winning movies by rating category? 2. How are runtime and boxoffice revenue related? 3. Has the average box-office revenue changed over time? 4. How does box office compare by rating category

50 Code Demo

51

52 Visualizing Many Variables

53 Number of Variables Visualizing Many Variables One Categorical Variable One Numeric Variable Two Categorical Variables Categorical and Numeric Variable Two Numeric Variables Many Variables Type of Variable(s)

54 Faceting

55 Faceting Orientation Horizontal Vertical Wrapped

56 Faceting Base Lattice ggplot2

57 1. How many movies based on rating, award, and dist.? 2. How does box office compare across awards and rating? 3. How does critic score relate to box office by rating category? 4. How has box office revenue changed over time by rating? 5. How do runtime and critic score relate to box office?

58 Code Demo

59

60 Visualizing Other Types of Data

61 Source: Nathan Yau (

62 1. What is the box office revenue for films by country? 2. What is the box office revenue by continent and country? 3. Which actors have acted most frequently with one another? 4. Which movie plot words are associated with revenue?

63 Code Demo

64

65 Beyond the Basics

66 This is just the tip of the iceberg! This is just the tip of the iceberg!

67 Animating Data Visualizations

68 Building Interactive Data Visualizations

69 1. How have the top 10 studios grown over the past 15 years? 2. Allow me to explore the data to ask any question I might dream up on a random Tues. and I want it done today.

70 Code Demo

71

72 Where to Go Next R website: R Studio: Revolutions: Flowing Data: R-Blogger: R-Seek:

73 My Website Articles Presentations Source Code Videos Workshops

74 Exploratory Data Analysis with R Beginning Data Visualization with R Multivariate Data Visualization with R Mastering Data Visualization with R

75 Conclusion

76 Conclusion Introduction to R Intro to Data Visualization Types of Data Visualizations Visualizing One Variable Visualizing Two Variables Visualizing Many Variables Visualizing Other Types of Data Beyond the Basics

77 Feedback Feedback is very important to me! One thing you liked? One thing I could improve?

78 Contact Info Matthew Renze Data Science Consultant Renze Consulting Website: Thank You! : )

Exploratory Data Analysis with #PrDC16

Exploratory Data Analysis with #PrDC16 Exploratory Data Analysis with R @MatthewRenze #PrDC16 Motivation The ability to take data to be able to understand it, to process it, to extract value from it, to visualize it, to communicate it that

More information

DevSci: Better Software Through Data #KCDC2018

DevSci: Better Software Through Data #KCDC2018 DevSci: Better Software Through Data Science @MatthewRenze #KCDC2018 What is data science? Why is it important? How do I get started? Job Postings for Data Scientists Top-paying Tech Skills Skill

More information

20. Alternative Ranking Using Criterium Decision Plus (Multi-attribute Utility Analysis)

20. Alternative Ranking Using Criterium Decision Plus (Multi-attribute Utility Analysis) The selection of the preferred alternative, using a structured decision process, begins with creation of the decision hierarchy. The hierarchy is the clear organization of the goal, listing of categories

More information

Data Science: The Big #SQLServerUserGroupDubai

Data Science: The Big #SQLServerUserGroupDubai Data Science: The Big Picture @MatthewRenze #SQLServerUserGroupDubai Job Postings for Data Scientists Top-paying Tech Skills Skill 2016 Change Skill 2016 Change Source: Dice Salary Survey 2017 What

More information

Why Agile? The Economics, Psychology, and Science of Agile s #PrairieCode

Why Agile? The Economics, Psychology, and Science of Agile s #PrairieCode Why Agile? The Economics, Psychology, and Science of Agile s Success @MatthewRenze #PrairieCode Purpose Explain why Agile practices are so successful Insights from Economics, Psychology, and Science Top

More information

Submission Guide for the 17TH INTERNATIONAL EYES & EARS AWARDS 2015

Submission Guide for the 17TH INTERNATIONAL EYES & EARS AWARDS 2015 Submission Guide for the 17TH INTERNATIONAL EYES & EARS AWARDS 2015 SUBMISSION CRITERIA Initial broadcast The entry must have been published, gone online or been broadcast by a station, in a cinema, on

More information

Introduction to Agile and Scrum

Introduction to Agile and Scrum Introduction to Agile and Scrum Matthew Renze @matthewrenze COMS 309 - Software Development Practices Purpose Intro to Agile and Scrum Prepare you for the industry Questions and answers Overview Intro

More information

Practice Final Exam STCC204

Practice Final Exam STCC204 Practice Final Exam STCC24 The following are the types of questions you can expect on the final exam. There are 24 questions on this practice exam, so it should give you a good indication of the length

More information

2.3 & 2.4 Scatter Plots and Trends in Data

2.3 & 2.4 Scatter Plots and Trends in Data 2.3 & 2.4 Scatter Plots and Trends in Data Independent Variable: a variable that affects the value of another variable Dependent Variable: a variable that is affected by some other variable Example: Independent

More information

Cognitive Issues & User Tasks

Cognitive Issues & User Tasks Cognitive Issues & User Tasks Information Visualization April 23, 2008 Carsten Görg Slides adapted from John Stasko Housekeeping First assignment due today Second assignment due next Wednesday email to

More information

CPEV, WHAT S IN A NAME?

CPEV, WHAT S IN A NAME? CPEV, WHAT S IN A NAME? On 22 September 2016 Space launched an entirely new indicator: CPEV, which stands for «Cost Per Efficient View». Amidst the many diverse business measurement units and standards

More information

SQL Programming 1 SQL1 1

SQL Programming 1 SQL1 1 SQL Programming 1 The SELECT-FROM-WHERE Structure Single Relation Queries ORDER BY LIKE IS (NOT) NULL DISTINCT Aggregation Queries Grouping Having Oracle SQL*Plus Readings: Section 6.1 and 6.4 of Textbook.

More information

WIRED FOR INNOVATION HOW IT IS TRANSFORMING COMPETITION

WIRED FOR INNOVATION HOW IT IS TRANSFORMING COMPETITION WIRED FOR INNOVATION HOW IT IS TRANSFORMING COMPETITION Erik Brynjolfsson MIT Sloan School and MIT Center for Digital Business http://digital.mit.edu/erik Copyright Erik Brynjolfsson. Reproduction prohibited

More information

I can explain the law of supply and analyze changes in supply in response to price and determinants.

I can explain the law of supply and analyze changes in supply in response to price and determinants. I can explain the law of supply and analyze changes in supply in response to price and determinants. Success Criteria: Identify determinants of supply and accurately graph changes in supply. Basics of

More information

Customer Surveys: How to Raise Your Sales & Marketing IQ in 6 Easy Steps. By Rebecca Sprynczynatyk with Andrea Parker

Customer Surveys: How to Raise Your Sales & Marketing IQ in 6 Easy Steps. By Rebecca Sprynczynatyk with Andrea Parker Customer Surveys: How to Raise Your Sales & Marketing IQ in 6 Easy Steps By Rebecca Sprynczynatyk with Andrea Parker 2 Introduction Good small businesses listen to the concerns, suggestions and demands

More information

Introduction and Literature review Modelling film box office revenue has long been of interest to marketers and business researchers (see e.g.

Introduction and Literature review Modelling film box office revenue has long been of interest to marketers and business researchers (see e.g. Introduction and Literature review Modelling film box office revenue has long been of interest to marketers and business researchers (see e.g. Kerrigan, 2010 for an overview). The aim of many of such studies

More information

Protea Hotel, Ikeja GRA, Lagos REPORT

Protea Hotel, Ikeja GRA, Lagos REPORT Protea Hotel, Ikeja GRA, Lagos. 21-11-17 REPORT 1 Social4Media 2017 2 Journalism is under economic threat globally, and especially in Africa, because of failing business models. However, digital technology,

More information

The Voice Wars. An ispot Insights Report. (Jan. 1, 2018 Dec. 11, 2018) Voice Activated Devices Advertising on TV. Title Sub-Title

The Voice Wars. An ispot Insights Report. (Jan. 1, 2018 Dec. 11, 2018) Voice Activated Devices Advertising on TV. Title Sub-Title Title Sub-Title An ispot Insights Report The Voice Wars Voice Activated Devices Advertising on TV (Jan. 1, 2018 Dec. 11, 2018) 2018 Highlights 5 Brands $397M Est. Spend 16.8B TV Ad Imp. Ran 132 ads, 27,478

More information

China Upstream Media Market: Trends & Opportunities ( ) December 2015

China Upstream Media Market: Trends & Opportunities ( ) December 2015 China Upstream Media Market: Trends & Opportunities (2015-2019) December 2015 China Upstream Media Market Report Scope of the Report The report titled China Upstream Media Market: Trends and Opportunities

More information

Agile Software Requirements. Matthew Renze Iowa State University COMS 409 Software Requirements

Agile Software Requirements. Matthew Renze Iowa State University COMS 409 Software Requirements Agile Software Requirements Matthew Renze Iowa State University COMS 409 Software Requirements Purpose Introduce you to Agile software development Discuss Agile software requirements Overview What is Agile?

More information

Research Week 2016: Social Media Report

Research Week 2016: Social Media Report Research Week 2016: Social Media Report Social Media Team: Nigel Pugh, Jefferson Ridgeway, and Tatyana Matthews Duration: April 11-15, 2016 Social Media Platform: Twitter User Name: @ECSU_RW Hashtag: #ECSURW16

More information

Designing Impactful Data Visualization By Thomas Portolano

Designing Impactful Data Visualization By Thomas Portolano Designing Impactful Data Visualization By Thomas Portolano 1 Workshop agenda A picture is worth a thousand words 3 But not any picture 12 Our ambition 12 Key design elements 20 Dataviz grammar 33 Wrap

More information

Behind suitcase stories

Behind suitcase stories Media Kit Behind suitcase stories WE ARE NICOLE AND MICHAEL; AN AUSTRALIAN COUPLE WHO IN MARCH 2012 LEFT BEHIND THEIR ORDINARY LIFE FOR AN EXTRAORDINARY LIFE OF TRAVEL. We are perpetual luxury travelers,

More information

Sustainable Brand Index 2018 Q&A ABOUT THE STUDY WHAT IS SUSTAINABLE BRAND INDEX?

Sustainable Brand Index 2018 Q&A ABOUT THE STUDY WHAT IS SUSTAINABLE BRAND INDEX? Sustainable Brand Index 2018 Q&A ABOUT THE STUDY WHAT IS SUSTAINABLE BRAND INDEX? Sustainable Brand Index is the Nordics largest independent brand study focused on sustainability. Based on approximately

More information

Data Analytics on a Yelp Data Set. Maitreyi Tata. B.Tech., Gitam University, India, 2015 A REPORT

Data Analytics on a Yelp Data Set. Maitreyi Tata. B.Tech., Gitam University, India, 2015 A REPORT Data Analytics on a Yelp Data Set by Maitreyi Tata B.Tech., Gitam University, India, 2015 A REPORT submitted in partial fulfillment of the requirements for the degree MASTER OF SCIENCE Department of Computer

More information

Building Brand Community on the Harley-Davidson Posse Ride M740 CORPORATE REPUTATION AND BRAND MANAGEMENT

Building Brand Community on the Harley-Davidson Posse Ride M740 CORPORATE REPUTATION AND BRAND MANAGEMENT Building Brand Community on the Harley-Davidson Posse Ride M740 CORPORATE REPUTATION AND BRAND MANAGEMENT Agenda 2 Executive Summary Background Key Issue Analysis Company SWOT Brand Identity Customer Quantitative

More information

IPR Measurement Commission Judging Guidelines

IPR Measurement Commission Judging Guidelines IPR Measurement Commission Judging Guidelines Prepared by Mark Weiner, PRIME Research John Gilfeather, Koski Research 1 background Each year, hundreds of public relations professionals compete for the

More information

Customer Satisfaction Survey Report Guide

Customer Satisfaction Survey Report Guide OVERVIEW The survey is designed to obtain valuable feedback and assess customer satisfaction among departments at CSU San Marcos. The survey consists of ten standard items measured on a 5-point scale ranging

More information

ECO232 Chapter 25 Homework. Name: Date: Use the following to answer question 1: Figure: Coffee and Comic Books

ECO232 Chapter 25 Homework. Name: Date: Use the following to answer question 1: Figure: Coffee and Comic Books ECO232 Chapter 25 Homework Name: Date: Use the following to answer question 1: Figure: Coffee and Comic Books 1. (Figure: Coffee and Comic Books) Refer to the figure. A consumer has $5 to spend on comic

More information

Movie Success Prediction PROJECT REPORT. Rakesh Parappa U CS660

Movie Success Prediction PROJECT REPORT. Rakesh Parappa U CS660 Movie Success Prediction PROJECT REPORT Rakesh Parappa U01382090 CS660 Abstract The report entails analyzing different variables like movie budget, actor s Facebook likes, director s Facebook likes and

More information

PREDICTING AUDIENCE COMPOSITION FOR NEW RELEASE MOVIES WITH LOYALTY PROGRAM DATA

PREDICTING AUDIENCE COMPOSITION FOR NEW RELEASE MOVIES WITH LOYALTY PROGRAM DATA Journal of Information Technology Management ISSN #1042-1319 A Publication of the Association of Management PREDICTING AUDIENCE COMPOSITION FOR NEW RELEASE MOVIES WITH LOYALTY PROGRAM DATA KATHERINE GOFF

More information

Analytic Hierarchy Process Analysis on the Economic Effects of the Film Development Fund in Korea

Analytic Hierarchy Process Analysis on the Economic Effects of the Film Development Fund in Korea Analytic Hierarchy Process Analysis on the Economic Effects of the Film Development Fund in Korea Deok-Joo Lee, Jin-Soo Shin and Kyung-Taek Kim, Member, IAENG Abstract The film development fund was established

More information

A guide to SOCIAL SELLING

A guide to SOCIAL SELLING A guide to SOCIAL SELLING THE CONTENTS QUICK STATS QUICK STATS 1 WHAT IS SOCIAL SELLING? 2 SOCIAL SELLING ANATOMY 3 FIVE PILLARS OF SOCIAL SELLING 4-9 SOCIAL HACKS & TIPS 10-12 REF REFERENCE 13 QUICK STATS

More information

Oscars 2017 Text Mining & Sentimental Analysis

Oscars 2017 Text Mining & Sentimental Analysis MWSUG 2017 Paper AA15 Oscars 2017 Text Mining & Sentimental Analysis Karthik Sripathi, Oklahoma State University, Stillwater, OK ABSTRACT It has always been fascinating to realize how the magnitude of

More information

SOCIAL STRATEGY CASE STUDIES. Examples of how LiveWorld can impact your social media programs

SOCIAL STRATEGY CASE STUDIES. Examples of how LiveWorld can impact your social media programs SOCIAL STRATEGY CASE STUDIES Examples of how LiveWorld can impact your social media programs PHARMACEUTICAL Socialize a new brand, from start to finish. Starting with a Social Architecture Workshop, LiveWorld

More information

*INSTRUCTIONS: Please complete Quality Benchmarking data template (see next pages)

*INSTRUCTIONS: Please complete Quality Benchmarking data template (see next pages) STEP 2A DATA ANALYSIS Quality Controls Benchmarking POST SEASON DATA ANALYSIS By Paul D. Hefty Pdh16@psu.edu *GOAL: Help you Help Yourself DATE: HS: HC: @ QUALITY CONTROLS SELF ANALYSIS *INSTRUCTIONS:

More information

Tips on. Social Media. for Government Agencies

Tips on. Social Media. for Government Agencies Tips on Social Media for Government Agencies Emily Landis Chief Communications Officer elandis@dor.in.gov Michelle Cain Director of External Communications mcain2@dor.in.gov Indiana Department of Revenue

More information

R shines! The 4th force is coming to visualize your data. By Oliver Engels & Gabi Münster

R shines! The 4th force is coming to visualize your data. By Oliver Engels & Gabi Münster R shines! The 4th force is coming to visualize your data By Oliver Engels & Gabi Münster 2 18/06/2016 David Postlethwaite Say thank you to our Sponsors : Microsoft Data Platform Visualization Toolsets

More information

Supplier Scorecard Innovation Report

Supplier Scorecard Innovation Report Survey Report Supplier Scorecard Innovation Report Bruce Tompkins February 2014 www.tompkinsinc.com Table of Contents Study Purpose and Scope 3 General Key Executive Summary 4 General Survey Demographics

More information

Bangor University Transfer Abroad Undergraduate Programme Module Implementation Plan

Bangor University Transfer Abroad Undergraduate Programme Module Implementation Plan Bangor University Transfer Abroad Undergraduate Programme Module Implementation Plan MODULE: ACF-231 Management Accounting LECTURER: Cynthia L.M. Fortin ACF-232 Control & Decision Accounting INTAKE: 2012

More information

CHAPTER 10. Graphs, Good and Bad

CHAPTER 10. Graphs, Good and Bad CHAPTER 10 Graphs, Good and Bad DISPLAYING DATA The first part of this course dealt with the production of data, through random sampling and randomized comparative experiments. This particular unit focuses

More information

Creative Tenders Grow Develop Standout. Creative Tenders.

Creative Tenders Grow Develop Standout. Creative Tenders. What is? is an online platform, developed to support creative agencies with winning new business across the whole of the UK. Our Online system reduces the time spent looking for new business, and gives

More information

Demand Express. Breadman Breadmaker. For More Information, Contact: Stephen Bohnet Direct: Main:

Demand Express. Breadman Breadmaker. For More Information, Contact: Stephen Bohnet Direct: Main: Demand Express Breadman Breadmaker For More Information, Contact: Stephen Bohnet Direct: 925.327.2032 Main: 925-820-7350 stephen.bohnet@ipsos.com September 2009 Linking Market Research to Market Performance

More information

photography visual ART performing ARTs fashion HAir & Make-up film music models

photography visual ART performing ARTs fashion HAir & Make-up film music models photography visual ART performing ARTs fashion HAir & Make-up film music models Zwei (Tsu-vei) is German for the number two. We publish two different covers for each issue released on quarterly basis.

More information

Chapter 1. QTM1310/ Sharpe. Data and Decisions. 1.1 What Are Data? 1.1 What Are Data? 1.1 What Are Data? 1.1 What Are Data? 1.1 What Are Data?

Chapter 1. QTM1310/ Sharpe. Data and Decisions. 1.1 What Are Data? 1.1 What Are Data? 1.1 What Are Data? 1.1 What Are Data? 1.1 What Are Data? Chapter 1 Data and Decisions Data collected for recording the companies transactions is called transactional data. The process of using transactional data to make other decisions and predictions, is sometimes

More information

Displaying Distributions - Qualitative Variables

Displaying Distributions - Qualitative Variables Displaying Distributions - Qualitative Variables Lecture 12 Sections 4.3.1-4.3.2 Robb T. Koether Hampden-Sydney College Tue, Feb 2, 2010 Robb T. Koether (Hampden-Sydney College)Displaying Distributions

More information

ANNUITY SERVICE EVALUATION (ASE)

ANNUITY SERVICE EVALUATION (ASE) ANNUITY SERVICE EVALUATION (ASE) PURPOSE The ASE program is designed to support companies selling and servicing annuity contracts that recognize the importance of the telephone service provided to annuity

More information

Math 1 Variable Manipulation Part 8 Working with Data

Math 1 Variable Manipulation Part 8 Working with Data Name: Math 1 Variable Manipulation Part 8 Working with Data Date: 1 INTERPRETING DATA USING NUMBER LINE PLOTS Data can be represented in various visual forms including dot plots, histograms, and box plots.

More information

Math 1 Variable Manipulation Part 8 Working with Data

Math 1 Variable Manipulation Part 8 Working with Data Math 1 Variable Manipulation Part 8 Working with Data 1 INTERPRETING DATA USING NUMBER LINE PLOTS Data can be represented in various visual forms including dot plots, histograms, and box plots. Suppose

More information

STAT 100 Chance and Data Analysis October 28, 2002(draft)

STAT 100 Chance and Data Analysis October 28, 2002(draft) STAT 100 Chance and Data Analysis October 28, 2002(draft) Today: More about Lotteries Feedback from last Wednesday Oct 23, survey. Response to confusing items a start. More about Lotteries: Left over from

More information

Lean Practices from Competition through Construction

Lean Practices from Competition through Construction Lean Practices from Competition through Construction UCSF MISSION HALL PROJECT RUDOLPH & SLETTEN, INC WRNS STUDIO Introductions RUDOLPH & SLETTEN, INC Gary Taylor Senior Project Executive Kelli Quinn Senior

More information

Cashless 3.0. Partner Program Overview. TAS Group 2017

Cashless 3.0. Partner Program Overview. TAS Group 2017 Cashless 3.0 Partner Program Overview TAS Group 2017 Empower Your Business TAS Group is the strategic partner for business innovation in Payment Systems, Cards, Capital Markets and ERP processes. Listed

More information

Cashless 3.0. Partner Program Overview. TAS Group 2017

Cashless 3.0. Partner Program Overview. TAS Group 2017 Cashless 3.0 Partner Program Overview TAS Group 2017 Empower Your Business Listed on the Italian Stock Exchange Over 30 years experience More than 400 experts Customers in over 20 countries TAS Group is

More information

THE NEXT FRONTIER OF HR EXCELLENCE. Talent Mobility for the 21st Century Organization

THE NEXT FRONTIER OF HR EXCELLENCE. Talent Mobility for the 21st Century Organization THE NEXT FRONTIER OF HR EXCELLENCE Talent Mobility for the 21st Century Organization Survey Participants The survey was taken in August 2015 NUMBER OF PARTICIPANTS: 80 LEVEL ROLES COMPANY SIZE 4% 30% 3%

More information

Market Opportunity Analysis

Market Opportunity Analysis Market Opportunity Analysis Internet Research Group John Katsaros jkatsaros@irg-intl.com 1 About IRG Marketing and strategy research reports and consulting services, specializing in areas related to Internet

More information

Checklist 2.0 for Measuring Social Media

Checklist 2.0 for Measuring Social Media Checklist 2.0 for Measuring Social Media By Katie Paine This checklist originally appeared in The Measurement Advisor newsletter. This is an update of our previous Social Media Measurement Checklist. Among

More information

How to Increase Clicks Using Social Media Advertising. Ashley Ward CEO & Social Media Director Madhouse Marketing

How to Increase Clicks Using Social Media Advertising. Ashley Ward CEO & Social Media Director Madhouse Marketing How to Increase Clicks Using Social Media Advertising Ashley Ward CEO & Social Media Director Madhouse Marketing Ashley Who? Background: Social Media Social Media Advertising CEO IPA Enthusiast www.madhouse.marketing

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. MBA 640, Survey of Macroeconomics Fall 2006, Quiz #2 Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) The price elasticity of demand is defined

More information

FINANCIAL INTERMEDIARY SERVICE EVALUATION (FISQE)

FINANCIAL INTERMEDIARY SERVICE EVALUATION (FISQE) FINANCIAL INTERMEDIARY SERVICE EVALUATION (FISQE) PURPOSE The FISQE program is designed to support financial service companies that rely on financial advisors for business growth. FISQE is appropriate

More information

How to use Social Media and Marketing Automation to increase your hotel bookings?

How to use Social Media and Marketing Automation to increase your hotel bookings? WEBINAR FOR HOTELIERS How to use Social Media and Marketing Automation to increase your hotel bookings? Presented by HOSTED BY Deepak Mavinkurve Founder CEO www.kepsla.com Automation to increase your hotel

More information

Mining the Social Web. Eric Wete June 13, 2017

Mining the Social Web. Eric Wete June 13, 2017 Mining the Social Web Eric Wete ericwete@gmail.com June 13, 2017 Outline The big picture Features and methods (Political Polarization on Twitter) Summary (Political Polarization on Twitter) Features on

More information

Ecn Intermediate Microeconomics University of California - Davis April 21, 2010 Instructor: John Parman. Midterm 1

Ecn Intermediate Microeconomics University of California - Davis April 21, 2010 Instructor: John Parman. Midterm 1 Ecn 100 - Intermediate Microeconomics University of California - Davis April 21, 2010 Instructor: John Parman Midterm 1 You have until 1:00pm to complete this exam. Be certain to put your name, id number

More information

CASE STUDY. Simply Business. How Simply Business is joining up all customer touch points into a single user journey with Snowplow

CASE STUDY. Simply Business. How Simply Business is joining up all customer touch points into a single user journey with Snowplow CASE STUDY Simply Business How Simply Business is joining up all customer touch points into a single user journey with Snowplow The Snowplow dataset has become part of our core strategic offering Simply

More information

Live Social Media. Brady Burns. Marketing Coordinator Division of Student Affairs

Live Social Media. Brady Burns. Marketing Coordinator Division of Student Affairs Live Social Media Brady Burns Marketing Coordinator Division of Student Affairs Brady Burns B.A. in Strategic Communication (UNT) VP of Marketing for University Program Council VP of Social Media & Design

More information

HOW TO USE AI IN BUSINESS

HOW TO USE AI IN BUSINESS HOW TO USE AI IN BUSINESS How to use AI in business 3 FOREWORDS 20 6 EXAMPLES OF USE CASES 4 INTRODUCTION TO AI 33 SUMMARY 10 MACHINE LEARNING IN PRACTICE 35 USEFUL LINKS 14 BEST PRACTISES FOREWORDS Artificial

More information

The Candidate Experience Playbook

The Candidate Experience Playbook The Candidate Experience Playbook Thought Leadership an ebook by A Positive Employment Brand: The Candidate Experience The War for Talent is going to have winners and losers, and we all want to hire a

More information

The Candidate Experience Playbook

The Candidate Experience Playbook The Candidate Experience Playbook Thought Leadership an ebook by A Positive Employment Brand: The Candidate Experience The War for Talent is going to have winners and losers, and we all want to hire a

More information

The Changing Face of Our Distribution. Richard Tams Head of UK & Ireland Sales & Marketing

The Changing Face of Our Distribution. Richard Tams Head of UK & Ireland Sales & Marketing The Changing Face of Our Distribution Richard Tams Head of UK & Ireland Sales & Marketing Discussion points Multi Channel Strategy Caribbean Mix Growth of Direct v Indirect Internet Opportunities Social

More information

Using Customer Experience Analysis to Reduce Cost and Employee Frustration

Using Customer Experience Analysis to Reduce Cost and Employee Frustration Using Customer Experience Analysis to Reduce Cost and Employee Frustration by John Goodman, Vice Chairman, TARP Worldwide Tuesday, October 25, 2011 Toronto Board of Trade The Investment Funds Institute

More information

Rainforest Strategies

Rainforest Strategies Rainforest Strategies British Columbia s Innovation Ecosystem 03 October 2018 Webinar: TechDev 101 1 Rainforest Strategies Innovation Frontera JoeSterling@RFS-LLP.com +1-619-206-2403 www.rfs-llp.com 27

More information

The 2015 Hilti Big Data Analytics Competition. Big Hilti for Hilti Online

The 2015 Hilti Big Data Analytics Competition. Big Hilti for Hilti Online The 2015 Hilti Big Data Analytics Competition Call for Submission Big Data @ Hilti for Hilti Online Join Hilti s Big Data team to bring Hilti Online to the next level! Hilti IT Innovation Competition is

More information

Good morning, friends.

Good morning, friends. Good morning, friends. Have your homework out. Get a yellow and pink highlighter; just one set per group. Have last time s notes out. Copy the dot plots on the post-its at the back of the room wall on

More information

Master Naturalist Opportunities with the Virginia Big Tree Program

Master Naturalist Opportunities with the Virginia Big Tree Program Master Naturalist Opportunities with the Virginia Big Tree Program Eric Wiseman, PhD Associate Professor of Urban Forestry Dept. of Forest Resources & Environmental Conservation Virginia Tech arborist@vt.edu

More information

Acclaim Badges Promote Skills and Certifications

Acclaim Badges Promote Skills and Certifications Acclaim Badges Promote Skills and Certifications Badges are helping learners tell their professional story Strategic value emerges for human capital management Tips for the webinar Training Industry Our

More information

THE ORF QUALITY ASSURANCE SYSTEM

THE ORF QUALITY ASSURANCE SYSTEM THE ORF QUALITY ASSURANCE SYSTEM The ORF quality assurance system consists of the following elements: Program structure analysis Public value report ORF monitoring ORF quality profiles Audience and expert

More information

AMIT

AMIT AMIT GARG @gargamit100 Tips for the Webinar Citrix Tech Support (800) 263-6317 Training Industry Webinars Citrix Tech Support (800) 263-6317 Today s Speaker Leaders in Training Outsourcing 2015, 2016 2014,

More information

Turn Data into Business Value

Turn Data into Business Value Turn Data into Business Value Infinite Video Platform Analytics Layne Berg, Product Manager Steve Epstein, Distinguished Engineer June 21, 2017 Applying Big Data Analytics to Video Today, primarily descriptive

More information

GPFO PRODUCTION PARTY 2018 SPONSORSHIP OPPORTUNITIES

GPFO PRODUCTION PARTY 2018 SPONSORSHIP OPPORTUNITIES GPFO PRODUCTION PARTY 2018 SPONSORSHIP OPPORTUNITIES The Greater Philadelphia Film Office (GPFO) Production Party is back to kick off another busy production season! Featuring live music, top DJs, a live

More information

CHAPTER 1 INTRODUCTION TO STATISTICS

CHAPTER 1 INTRODUCTION TO STATISTICS DUM 2413 STATISTICS & PROBABILITY CHAPTER 1 INTRODUCTION TO STATISTICS PREPARED BY: DR. CHUAN ZUN LIANG; DR. NORATIKAH ABU; DR. SITI ZANARIAH SATARI FACULTY OF INDUSTRIAL SCIENCES & TECHNOLOGY chuanzl@ump.edu.my;

More information

STA Module 2A Organizing Data and Comparing Distributions (Part I)

STA Module 2A Organizing Data and Comparing Distributions (Part I) STA 2023 Module 2A Organizing Data and Comparing Distributions (Part I) 1 Learning Objectives Upon completing this module, you should be able to: 1. Classify variables and data as either qualitative or

More information

IIA-CIA-Part3 IIA. Certified Internal Auditor - Part 3, Business Analysis and Information Technology

IIA-CIA-Part3 IIA. Certified Internal Auditor - Part 3, Business Analysis and Information Technology IIA IIA-CIA-Part3 Certified Internal Auditor - Part 3, Business Analysis and Information Technology http://killexams.com/pass4sure/exam-detail/iia-cia-part3 Question: 145 Quality costing is similar in

More information

Quantitative Methods. Presenting Data in Tables and Charts. Basic Business Statistics, 10e 2006 Prentice-Hall, Inc. Chap 2-1

Quantitative Methods. Presenting Data in Tables and Charts. Basic Business Statistics, 10e 2006 Prentice-Hall, Inc. Chap 2-1 Quantitative Methods Presenting Data in Tables and Charts Basic Business Statistics, 10e 2006 Prentice-Hall, Inc. Chap 2-1 Learning Objectives In this chapter you learn: To develop tables and charts for

More information

Navigating the Risk Assessment with NIST

Navigating the Risk Assessment with NIST Navigating the Risk Assessment with NST Moderator: Ashley Swanson, Director of Product Marketing Presenter: Josh Stone, Director of Product Management ntroduction What are we really after? Risk assessment

More information

Introduction to Statistics I

Introduction to Statistics I Introduction to Statistics I Keio University, Faculty of Economics Course Description and Introduction Simon Clinet (Keio University) Intro to Stats September 27, 2018 1 / 26 General information Instructor

More information

BFBMBVSP Determining Business Value In an Agile Environment

BFBMBVSP Determining Business Value In an Agile Environment info@netobjectives.com www.netobjectives.com BFBMBVSP Determining Business Value In an Agile Environment Kenneth Pugh Fellow Consultant Net Objectives June 2016 1 Copyright 2007 Net Objectives. All Rights

More information

Social Media: Professional and Organizational Branding. P R ES E N T E D BY:

Social Media: Professional and Organizational Branding. P R ES E N T E D BY: Social Media: Professional and Organizational Branding. P R ES E N T E D BY: EVELYN M KASINA CEO EVEMINET COMMUNICATION SOLUTIONS LTD PERSONAL BRANDING Personal Branding is the practice of one marketing

More information

EVENT FUNDRAISING TOOLKIT THIS SEVEN STEP PROCESS

EVENT FUNDRAISING TOOLKIT THIS SEVEN STEP PROCESS EVENT FUNDRAISING TOOLKIT JOIN THE FIGHT AGAINST Click to CASTLEMAN edit Master DISEASE subtitle WITH style THIS SEVEN STEP PROCESS STEP 1: CHOOSE YOUR EVENT Plan to throw something that you feel passionate

More information

FEEDBACK TUTORIAL LETTER. 1st SEMESTER 2018 ASSIGNMENT 1 INTERMEDIATE MICRO ECONOMICS IMI611S

FEEDBACK TUTORIAL LETTER. 1st SEMESTER 2018 ASSIGNMENT 1 INTERMEDIATE MICRO ECONOMICS IMI611S FEEDBACK TUTORIAL LETTER 1st SEMESTER 2018 ASSIGNMENT 1 INTERMEDIATE MICRO ECONOMICS IMI611S 1 Course Name: Course Code: Department: Course Duration: INTERMEDIATE MICROECONOMICS IMI611S ACCOUNTING, ECONOMICS

More information

Agreement of Relevance Assessment between Human Assessors and Crowdsourced Workers in Information Retrieval Systems Evaluation Experimentation

Agreement of Relevance Assessment between Human Assessors and Crowdsourced Workers in Information Retrieval Systems Evaluation Experimentation Agreement of Relevance Assessment between Human Assessors and Crowdsourced Workers in Information Retrieval Systems Evaluation Experimentation Parnia Samimi and Sri Devi Ravana Abstract Relevance judgment

More information

About the Event. At the conference, attendees will gain insights from:

About the Event. At the conference, attendees will gain insights from: Supply Chain Insights Global Summit 2014 Sponsorship Packages September 10 th -11 th, 2014 Targeted Total Attendance: 230 Supply Chain Leaders Vendor and Consultant Attendance to be Limited to Event Sponsors

More information

STA Rev. F Learning Objectives. Learning Objectives (Cont.) Module 2 Organizing Data

STA Rev. F Learning Objectives. Learning Objectives (Cont.) Module 2 Organizing Data STA 2023 Module 2 Organizing Data Rev.F08 1 Learning Objectives Upon completing this module, you should be able to: 1. Classify variables and data as either qualitative or quantitative. 2. Distinguish

More information

2-Step Process to Boost Business Productivity using Real-time Data Virtualization MDM

2-Step Process to Boost Business Productivity using Real-time Data Virtualization MDM webinars Data Ninja Webinar Series Sessions covering data virtualization solutions for driving business value 2-Step Process to Boost Business Productivity using Real-time Data Virtualization MDM Speakers

More information

MASS MEDIA & MEDIA PRODUCTION CLASS XII ELECTIVE UNDERSTANDING THE EVOLUTION AND FORMS OF MASS MEDIA-II (738) THEORY + PRACTICAL

MASS MEDIA & MEDIA PRODUCTION CLASS XII ELECTIVE UNDERSTANDING THE EVOLUTION AND FORMS OF MASS MEDIA-II (738) THEORY + PRACTICAL MASS MEDIA & MEDIA PRODUCTION CLASS XII ELECTIVE UNDERSTANDING THE EVOLUTION AND FORMS OF MASS MEDIA-II (738) THEORY + PRACTICAL Time: 3 Hours + 2 Hours Theory: 60 Marks Practical: 40 Marks Unit 1: Understanding

More information

Qualities of a High Value Player. (or, How to Rise Above the Suffering in Your Work Life) Cy Wakeman

Qualities of a High Value Player. (or, How to Rise Above the Suffering in Your Work Life) Cy Wakeman Qualities of a High Value Player (or, How to Rise Above the Suffering in Your Work Life) Cy Wakeman People have come to believe that suffering is now part of working life, and are suffering more than ever.

More information

Mark Scheme (Results) June NQF BTEC Level 1/Level 2 Firsts in Creative Digital Media Production

Mark Scheme (Results) June NQF BTEC Level 1/Level 2 Firsts in Creative Digital Media Production Scheme (Results) June 2014 NQF BTEC Level 1/Level 2 Firsts in Creative Digital Media Production Unit 1: Digital Media Sectors and Audiences (21526E) Edexcel and BTEC Qualifications Edexcel and BTEC qualifications

More information

Chapter 1. * Data = Organized collection of info. (numerical/symbolic) together w/ context.

Chapter 1. * Data = Organized collection of info. (numerical/symbolic) together w/ context. Chapter 1 Objectives (1) To understand the concept of data in statistics, (2) Learn to recognize its context & components, (3) Recognize the 2 basic variable types. Concept briefs: * Data = Organized collection

More information

D Set of bioeconomy multimedia exhibition materials. Websites, Patents, Printed and other Materials. Page

D Set of bioeconomy multimedia exhibition materials. Websites, Patents, Printed and other Materials. Page D 6..3 Set of bioeconomy multimedia exhibition materials Websites, Patents, Printed and other Materials Page Document Description Document Name Set of bioeconomy multimedia exhibition materials Document

More information

Designing and Managing Channel Incentive Programs for Optimal ROI

Designing and Managing Channel Incentive Programs for Optimal ROI Best Practices Webinar Series Presents Designing and Managing Channel Incentive Programs for Optimal ROI Featuring Craig DeWolf, Vice President of Strategic Development, CCI Inc. July 28, 2011 Craig DeWolf

More information

COURSE GUIDE NAT Advanced Diploma of Acting for Contemporary Screen Media

COURSE GUIDE NAT Advanced Diploma of Acting for Contemporary Screen Media COURSE GUIDE 030NAT Advanced Diploma of Acting for Contemporary Screen Media Table of Contents Overview... 3 Delivery Mode... 3 Contact Hours... 4 Assessments... 4 First Year, Semester : Acting... 5 First

More information

CASE STUDY. Large-Scale Movie Studio Uses Video To Entice Hispanic Users On Instagram

CASE STUDY. Large-Scale Movie Studio Uses Video To Entice Hispanic Users On Instagram CASE STUDY Large-Scale Movie Studio Uses Video To Entice Hispanic Users On Instagram Overview As a population that s over 54MM strong¹ with a buying power of over a trillion dollars², Hispanics represent

More information