week+2+ +ch04+ +data+information+and+knowledge+management

Upload: thn87

Post on 05-Apr-2018

216 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    1/58

    CHAPTER 4

    Data, Information, andKnowledge Management

  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    2/58

    Examples of Data Sources

    E-mails

    Credit cardswipes

    RFID tagsDigital videosurveillance

    Radiology scans

    Blogs

  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    3/58

    Managing Data

    Difficulties in Managing Data Amount of data increases

    exponentially

    Data are scattered and collectedby many individuals usingvarious methods and devices

    Data come from many sources Data security, quality, and

    integrity are critical

  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    4/58

    Difficulties in Managing Data(continued)

    An ever-increasing amount of data needs to be consideredin making organizational decisions.

    The Data Deluge

  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    5/58

    Data Life Cycle

  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    6/58

    Hierarchy of Data for a

    Computer-Based File

    Database

    File (or table)

    RecordField

    Byte

    Bit

  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    7/58

    Data Hierarchy (continued)

    Bit (binary digit)

    Byte (eight bits)

  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    8/58

    Data Hierarchy (continued)

    Examples of Fields

    Walker

    TA 347

    John

    Associate Professor

    FOIS

  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    9/58

    Data Hierarchy (continued)

    Example of a Record

    LName FName Room Title Department

    Sproule Susan TA364 Assistant Professor FOIS

  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    10/58

    Data Hierarchy (continued)

    Example of a File (or Table)

    LName FName Room Title Department

    Walker John TA347 Associate Professor FOIS

    Herath Tejaswini TA366 Assistant Professor FOIS

    DeSimone Valerie TA350 Administrative Assistant FOIS

    Cyr Donald TA313 Acting Dean BUSADMIN

    Wright Barry TA240 Associate Professor OBHREE

    EMPLOYEE

  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    11/58

    Data Hierarchy (continued)

    Example of a Database

    EMPLOYEE

  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    12/58

    Designing the Database

    Data model Entity

    Attribute

    Primary key

    Foreign key

  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    13/58

    Entity-Relationship Modeling

    Database designers plan the databasedesign in a process called entity-relationship (ER) modeling.

    ER diagramsconsists of entities, attributesand relationships. Entity classes

    Instance Identifiers

  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    14/58

    Data Modeling

    It is the data that is modeled, not theinformation

    14

    BirthdateSubtract

    from

    todays

    date

    Age (in

    years)

    DATA PROCESS INFORMATION

    SYSTEM

    + =

  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    15/58

    Relational Data Model

    Jay acts as an agent for a group of painters.He arranges for his clients paintings to beloaned to art galleries

    What are the entities that Jay needs to keepdata on?

    Describe the relationships between theseentities?

    15

  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    16/58

    Relational Data Model

    16

    Artist Painting Gallerycreates displays1 1M M

    1:M 1:M

  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    17/58

    Relational Data Model

    17

  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    18/58

    Many-to-many Relationships

    18

    Many-to-many relationships are broken down

    to two one-to-many relationships

    EnrollmentStudent Course

    Student CoursetakesM M

    MM1 1has for

  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    19/58

    Many to Many relationships

    Students, Courses, Professors

    Customer, Order and Products

    19

  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    20/58

    Converting Entity Relationship

    Diagrams to Relational Tables

    Create one table for each entity

    List all attributes that need to be recorded

    Make sure that each table has a primarykey

    Introduce a foreign key into the many

    side to represent a 1 to many relationship

    20

  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    21/58

    Converting Entity Relationship

    Diagrams to Relational Tables

    Enrolment Example

    STUDENT

    SIDNameMajorAddress

    STUDENT COURSEENROLL1M1 M

    ENROLLMENT

    SIDCourseIDSection COURSE

    CourseIDRoomProfessorID

    PROFESSOR

    1

    M

  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    22/58

    Enrollment example (cont.)

    22

    SID Name Major Address

    100 Jones Accounting 123 Main St.

    150 Parks History 234 James St.

    200 Baker Math 34 King St.

    .. .. .. ..

    SID CourseID Section

    100 BD445 1

    150 BA200 2

    200 CS250 1

    .. .. ....

    CourseID Room ProfessorID

    BA200 SC100 5678

    BD445 SC213 5789

    CS250 EA304 5345.. .. ..

    STUDENT

    Relation :

    ENROLLMENT

    Relation :

    COURSE

    Relation :

  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    23/58

    Data Modeling

    Walkerss Air Charters (Draw an ERD) Customers request charter trips

    Each charter trip requires an airplane

    There is a pilot and a copilot on each charter trip The company owns different models of airplanes

    Pilots are employees of the company

    All employee pilots can either pilot or copilot on any

    trip

    23

  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    24/58

    CUSTOMER

    MODEL

    AIRCRAFT

    CHARTER

    PILOT

    EMPLOYEE

    is an

    pilots

    requests requires

    has a

    copilots

    1

    M

    1

    1 1

    11

    1

    M

    M M

    M

  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    25/58

    Database Management Systems Database Management Systems (DBMS)Interfaces

    with the database, and provides all users withintegrated access to the data.

  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    26/58

    DBMS - Examples

    Microsoft Access

    Microsoft SQL Server

    Oracle IBM DB2

  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    27/58

    Database Management Systems

    DBMS minimize the following problems: Data redundancy

    Data isolation

    Data inconsistency Data security

    Data integrity

    Data independence

  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    28/58

    Normalization

    Normalization is a method for analyzing andreducing a relational database to its moststreamlined form for: Minimum redundancy

    Maximum data integrity

    Best processing performance

    Normalized data is when attributes in thetable depend only on the primary key.

  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    29/58

    Non-Normalized Relation

  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    30/58

    Normalizing the Database (part A)

  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    31/58

    Normalizing the Database (part B)

  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    32/58

    Normalization Produces Order

  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    33/58

    Database Basics

    Primary types of databases Operational production or transaction databases

    RWED

    Analytical Multi-dimensional (OLAP), data warehouse, data mart

    Read-only

  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    34/58

    Data Life Cycle

  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    35/58

    Information needs

    Operational Queries What is the promised date of purchase

    order X? Which of our customers sales orders

    are late? What is the demand for item Y next

    month?

    Analytical Queries What was the revenue from new

    markets comparing to the averagerevenue from the rest of our markets inthe last quarter?

    How successful were our leather

    products that cost less than 5$ amongour regular customers last month?

    How much did we sell during holidayscomparing to regular days in theEuropean market last year?

  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    36/58

    Data Warehouse

    Organized by business dimension or subject.

    Consistent

    Historical

    Nonvolatile Multidimensional.

    A Data Cube

  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    37/58

    Data Transformation (ETL)

    Data is extracted Can be from different databases, in different formats must

    be cleaned Data is transformed

    Derive calculated value (e.g., sale_amount = qty *unit_price) Joining together data from multiple sources

    Data is loaded Timing and scope of additions or overwrites

    Integrity checks Audit trails

  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    38/58

    Data Warehouse Framework &

    Views

  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    39/58

    Relational Databases

  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    40/58

    Multidimensional Database

  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    41/58

    Equivalence Between Relational and

    Multidimensional Databases

  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    42/58

    Equivalence Between Relational and

    Multidimensional Databases

  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    43/58

    Equivalence Between Relational and

    Multidimensional Databases

  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    44/58

    Benefits of Data Warehousing

    End users can access data quickly and easilyvia Web browsers because they are locatedin one place

    End users can conduct extensive analysiswith data in ways that may not have beenpossible before

    End users have a consolidated view oforganizational data

  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    45/58

    Data Marts

    Adata martis a small data warehousedesigned for the end-user needs in astrategic business unit (SBU) or adepartment.

    O li A l ti l P i

  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    46/58

    Online Analytical Processing

    (OLAP)

    Typical OLAP screenshot

  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    47/58

    Data Visualization

  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    48/58

    Data Visualization

    50 great examples of data visualization Liveplasma

    TED Sphere

    http://www.webdesignerdepot.com/2009/06/50-great-examples-of-data-visualization/http://www.liveplasma.com/http://www.bestiario.org/research/videosphere/http://www.bestiario.org/research/videosphere/http://www.liveplasma.com/http://www.webdesignerdepot.com/2009/06/50-great-examples-of-data-visualization/
  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    49/58

    Data Visualization

    Scemaball plots the relationships between tables in a database. The yellow

    Lines represent foreign keys that are linking tables.

    http://www.bestiario.org/research/videosphere/http://mkweb.bcgsc.ca/schemaball/?homehttp://mkweb.bcgsc.ca/schemaball/?home
  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    50/58

    Data Visualization

    Hans Rosling shows the best stats youve ever s

    http://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.html
  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    51/58

    Data Mining

    EU Resist See handout

    Video

    Artificial intelligence in data-mining Neural networks

    Machine learning (case-based learning)

    What issues do you see surrounding the collectionand use of this data?

    http://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.html
  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    52/58

    Data Mining

    Diamonds in the Data Mine Describe Harrahs competition strategy. How is it

    different from its competitors?

    How does the company maintain customer loyalty?What are the specific technologies, systems,methods and tactics used to enhance customerservice.

    Describe the problems encountered initially andthe ideas that worked later, to make the customerreward system a success.

    http://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.html
  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    53/58

    Knowledge Management

    Knowledge management (KM)

    Intellectual capital (or intellectual assets)

    http://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.html
  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    54/58

    Knowledge Management(continued)

    Tacit Knowledge

    (below the waterline)

    Explicit Knowledge(above the waterline)

    http://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.html
  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    55/58

    Knowledge Management System

    Cycle

    http://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.html
  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    56/58

    Knowledge Management(continued)

    Knowledge management systems (KMSs) Repositories

    Expert systems

    Blogs

    Wikis

    Social networks

    Best practices

    M i l I i t d ith

    http://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.html
  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    57/58

    Managerial Issues associated with

    Data Resource Management

    Cost-benefit issues/justification Legacy data problems

    Where to store the data physically Internal or external

    Disaster recovery

    Data security

    Privacy, legal and ethical issues

    http://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.html
  • 8/2/2019 Week+2+ +Ch04+ +Data+Information+and+Knowledge+Management

    58/58

    Copyright 2008 John Wiley & Sons Canada, Ltd. All rightsreserved. Reproduction or translation of this work beyond thatpermitted by Access Copyright (the Canadian copyright licensingagency) is unlawful. Requests for further information should be

    addressed to the Permissions Department, John Wiley & SonsCanada, Ltd. The purchaser may make back-up copies for his orher own use only and not for distribution or resale. The author andthe publisher assume no responsibility for errors, omissions, ordamages caused by the use of these files or programs or from the

    use of the information contained herein.

    Copyright

    Adapted and supplemented by Susan Sproule & John Walker

    http://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.htmlhttp://www.ted.com/talks/lang/eng/hans_rosling_shows_the_best_stats_you_ve_ever_seen.html