A Framework for Computing the Privacy Scores of Users in Online Social Networks

Size: px
Start display at page:

Download "A Framework for Computing the Privacy Scores of Users in Online Social Networks"

Transcription

1 A Framework for Computing the Privacy Scores of Users in Online Social Networks Kun Liu Yahoo! Labs (previously IBM Research) September 11, 2009

2 The Team IBM Almaden Research Center IBM Silicon Valley Lab Tyrone Grandison Sherry Guo Kun Liu Dwayne Richardson Michael (Max) Maximilien Tony Sun Evimaria Terzi 2 References:

3

4 Wait a minute, how come the talk is related Credit Score? 4 References:

5 From humble beginnings in 1956, Fair Isaac Corp.'s credit score has come to loom over consumer finance like no other statistical measure ever has. 5 References:

6 So, how about a Privacy Score that indicates the privacy risk of online social-networking users? 6 References:

7 Do you want to design a privacy score and other advanced privacy and risk management mechanisms so that 50 years (or much less) later, people will appreciate your effort? 7 References:

8 Roadmap Motivation and Goal Privacy Score and Its Applications Privacy Score and Facebook/OpenSocial Proof of Concept: The Privacy-Aware Market Place Conclusions 8 References:

9 Motivation Millions of users share details of their personal lives with vast networks of friends, and often, strangers Disclosure of personal info expose the users to identity theft, digital stalking, etc. Courtesy to: Courtesy to: 9 References:

10 Motivation (Cont.) All my friends have shared their hometown and phone number, maybe I should also do this? My God! What information I have shared all these years and who can view these information? How to prevent my ex from seeing my status updates? How to hide my friend list in the search results? I enjoyed sharing my daily activities with the World! But any adverse effects? How to prevent the applications my friends installed from accessing my information? 10 References:

11 Goal Our goal is to develop a mechanism that is able to Measure/monitor the privacy risk of social-networking users Boost public awareness of privacy Help users to easily manage their information sharing Our goal is NOT to prevent people from sharing information How to achieve this goal? Privacy-score calculation Comprehensive information-sharing report Privacy-settings recommendation and more 11 References:

12 Life Cycle of Privacy Score Privacy Settings Privacy Score Calculation privacy score of the user Utilize Privacy Scores Privacy Risk Monitoring Comprehensive Privacy Report Privacy Settings Recommendation 12 References:

13 Roadmap Motivation and Goal Privacy Score and Its Applications Privacy Score and Facebook/OpenSocial Proof of Concept: The Privacy-Aware Market Place Conclusions 13 References:

14 Basic Premises of Privacy Score Sensitivity: The more sensitive the information revealed by a user, the higher his privacy risk. mother s maiden name is more sensitive than mobile-phone number mother s maiden name is more sensitive than mobile-phone number Visibility: The wider the information about a user spreads, the higher his privacy risk. home address known by everyone poses higher risks than by friends only home address known by everyone poses higher risks than by friends only 14 References:

15 The Framework name, or gender, birthday, address, phone number, degree, job, etc. Privacy Score of User j due to Profile Item i PR( i, j)= β V ( i, j). i sensitivity of profile item i visibility of profile item i 15 References:

16 The Framework name, or gender, birthday, address, phone number, degree, job, etc. Privacy Score of User j due to Profile Item i PR( i, j)= β V ( i, j). i sensitivity of profile item i visibility of profile item i Overall Privacy Score of User j = = i i i PR( j) PR( i, j) β V ( i, j). 16 References:

17 The Naïve Approach Profile Item_1 (birthday) User_1 User_j User_N R(1, 1) R(1, 2) R(1, N) Profile Item_i (cell phone #) R(i, j) Profile Item_n R(n, 1) share, R(i, j) = 1 not share, R(i, j) = 0 R(n, N) 17 References:

18 The Naïve Approach Profile Item_1 (birthday) User_1 User_j User_N R(1, 1) R(1, 2) R(1, N) Profile Item_i (cell phone #) R(i, j) R R( i, j) i = j Profile Item_n Sensitivity: R(n, 1) share, R(i, j) = 1 not share, R(i, j) = 0 N Ri βi = N R(n, N) 18 References:

19 The Naïve Approach Profile Item_1 (birthday) User_1 User_j User_N R(1, 1) R(1, 2) R(1, N) Profile Item_i (cell phone #) R(i, j) R R( i, j) i = j Profile Item_n Sensitivity: Visibility: R(n, 1) β = i share, R(i, j) = 1 not share, R(i, j) = 0 N Ri N = j R R( i, j) V ( i, j) = Pr{ R( i, j) = 1} 1+ Pr{ R( i, j) = 0} 0 i R(n, N) 19 References:

20 The Naïve Approach Profile Item_1 (birthday) User_1 User_j User_N R(1, 1) R(1, 2) R(1, N) Profile Item_i (cell phone #) R(i, j) R R( i, j) i = j Profile Item_n Sensitivity: Visibility: R(n, 1) β = i share, R(i, j) = 1 not share, R(i, j) = 0 N Ri N = j R R( i, j) V ( i, j) = Pr{ R( i, j) = 1} 1+ Pr{ R( i, j) = 0} 0 i R(n, N) j Ri R Pr{ R( i, j) = 1} = N n 20 References:

21 Item Response Theory (IRT) IRT (Lawley,1943 and Lord,1952) has its origin in psychometrics. It is used to analyze data from questionnaires and tests. It is the foundation of Computerized Adaptive Test like GRE, GMAT Probability of Correct Response Item Characteristic Curve (ICC) Ability 21 References:

22 Item Characteristic Curve (ICC) 1 Student j s ability Pr{ R( i, j) = 1} = 1+ i j i ( ) e α θ β Question i s discrimination Question i s difficulty Probability of Correct Response Question 1 Question 2 22 References:

23 The Item Response Theory (IRT) Approach Profile Item_1 (birthday) User_1 User_j User_N R(1, 1) R(1, 2) R(1, N) Profile Item_i (cell phone #) R(i, j) Profile Item_n R(n, 1) share, R(i, j) = 1 not share, R(i, j) = 0 R(n, N) Profile item s discrimination Pij 1 = Pr{ R( i, j) = 1} = 1+ i j i Profile item i s true visibility ( ) e α θ β User s attitude, e.g., conservative or extrovert Profile item s sensitivity 23 References:

24 Calculating Privacy Score using IRT Overall Privacy Score of User j PR( j) = βi V ( i, j). i Sensitivity: β i Visibility: V( i, j) = Pr{ R( i, j) = 1} Pij 1 = Pr{ R( i, j) = 1} = 1+ i j i ( ) e α θ β byproducts: profile item s discrimination and user s attitude All parameters can be estimated using Maximum Likelihood Estimation and Expectation-Maximization. 24 References:

25 Advantages of the IRT Model The mathematical model fits the observed data well The quantities IRT computes (i.e., sensitivity, attitude and visibility) have intuitive interpretations Computation is parallelizable using e.g. MapReduce Privacy scores calculated within different social networks are comparable 25 References:

26 Interesting Results from User Study Survey We collected the information-sharing preferences of 153 users on 49 profile items such as name, gender, birthday, political views, address, phone number, degree, job, etc. Sensitivity of The Profile Items Computed by IRT Model Statistics 49 profile items 153 users from 18 countries/regions 53.3% are male and 46.7% are female 75.4% are in the age of 23 to % hold a college degree or higher 76.0% spend 4+ hours online per day Average Privacy Scores Grouped by Geographical Regions 26 References:

27 Utilize Privacy Scores Privacy Risk Monitoring Privacy (Information Sharing) Report Score: 100 ~ 150 Score: 100 ~ 150 Privacy Settings Recommendation Score: 100 ~ 150 Score: 100 ~ 150 Score: 100 ~ References:

28 Roadmap Motivation and Goal Privacy Score and Its Applications Privacy Score and Facebook/OpenSocial Proof of Concept: The Privacy-Aware Market Place Conclusions 28 References:

29 Privacy Score and Facebook/OpenSocial Provide native native implementation of of Privacy Score Scorecomputation. Enable Enable application developers to to implement their their own own Privacy Scores. Enable Enable application developers to to build build Information Sharing Report Reportmodules and and Privacy Settings Recommendation modules. 29 References:

30 Roadmap Motivation and Goal Privacy Score and Its Applications Privacy Score and Facebook/OpenSocial Proof of Concept: The Privacy-Aware Market Place Conclusions 30 References:

31 Privacy-aware Marketplace (PaMP) 31 References:

32 Conclusions In this talk, we have discussed the importance of privacy score and privacy management two ways to compute privacy score using privacy settings Our goal is to develop a mechanism and a platform that will Measure/monitor the privacy risk of social-networking users Boost public awareness of privacy Help users to easily manage their information sharing We believe that simple and effective privacy management makes one feels safe and comfortable about sharing information online, which will eventually facilitate the information sharing and integration. 32 References:

33 Thank you and Questions? 33 References:

Games, Privacy and Distributed Inference for the Smart Grid

Games, Privacy and Distributed Inference for the Smart Grid CUHK September 17, 2013 Games, Privacy and Distributed Inference for the Smart Grid Vince Poor (poor@princeton.edu) Supported in part by NSF Grant CCF-1016671 and in part by the Marie Curie Outgoing Fellowship

More information

Privacy and Security in an On Demand World

Privacy and Security in an On Demand World Privacy and Security in an On Demand World Harriet Pearson, V.P. Workforce & Chief Privacy Officer IBM Corporation Almaden Institute Symposium on Privacy April 9, 2003 2002 IBM Corporation Outline Where

More information

The Publishing Process

The Publishing Process The Publishing Process How to self-publish your non-fiction book in three logical stages INCLUDES: A worksheet for you to plan your own publishing timeline. Bev Ryan Publishing So you would like to write

More information

Utilizing LinkedIn While Maintaining a Secure, Social Media Free Identity

Utilizing LinkedIn While Maintaining a Secure, Social Media Free Identity Utilizing LinkedIn While Maintaining a Secure, Social Media Free Identity Catherine McGinnis, UOPX Strategic Networking and Social Media Know and use your privacy options. Be intentional with your connections

More information

Romance of the Three Kingdoms

Romance of the Three Kingdoms Romance of the Three Kingdoms Final HRI Project Presentation Akanksha Saran Benjamin Choi Ronald Lai Wentao Liu Contents Project Recap Experimental Setup Results and Discussion Conclusion Project Recap

More information

Info 2950, Lecture 26

Info 2950, Lecture 26 Info 2950, Lecture 26 9 May 2017 Office hour Wed 10 May 2:30-3:30 Wed 17 May 1:30-2:30 Prob Set 8: due 10 May (end of classes, auto-extension to end of week) Sun, 21 May 2017, 2:00-4:30pm in Olin Hall

More information

MEASURING PRIVACY RISK IN ONLINE SOCIAL NETWORKS. Justin Becker, Hao Chen UC Davis May 2009

MEASURING PRIVACY RISK IN ONLINE SOCIAL NETWORKS. Justin Becker, Hao Chen UC Davis May 2009 MEASURING PRIVACY RISK IN ONLINE SOCIAL NETWORKS Justin Becker, Hao Chen UC Davis May 2009 1 Motivating example College admission Kaplan surveyed 320 admissions offices in 2008 1 in 10 admissions officers

More information

G20 Initiative #eskills4girls

G20 Initiative #eskills4girls Annex to G20 Leaders Declaration G20 Initiative #eskills4girls Transforming the future of women and girls in the digital economy A gender inclusive digital economy 1. During their meeting in Hangzhou in

More information

Keywords. China National Science Popularization Day, Effect Assessment, Innovation, Theme Exhibition.

Keywords. China National Science Popularization Day, Effect Assessment, Innovation, Theme Exhibition. Analysis on Science Communication Effect of the Exhibition of China Adolescents Science & Technology Innovation Contest Based on the Assessment on the Theme Exhibition at Beijing Main Venue of 2009 National

More information

MAT 1272 STATISTICS LESSON STATISTICS AND TYPES OF STATISTICS

MAT 1272 STATISTICS LESSON STATISTICS AND TYPES OF STATISTICS MAT 1272 STATISTICS LESSON 1 1.1 STATISTICS AND TYPES OF STATISTICS WHAT IS STATISTICS? STATISTICS STATISTICS IS THE SCIENCE OF COLLECTING, ANALYZING, PRESENTING, AND INTERPRETING DATA, AS WELL AS OF MAKING

More information

13 Dec 2pm-5pm Olin Hall 218 Final Exam Topics

13 Dec 2pm-5pm Olin Hall 218 Final Exam Topics Info 2950 Fall 2014 13 Dec 2pm-5pm Olin Hall 218 Final Exam Topics Probabilility / Statistics Naive Bayes (classifier, inference,...) Graphs, Networks Power Law Data Markov and other correlated data Open

More information

Proceedings of th IEEE-RAS International Conference on Humanoid Robots ! # Adaptive Systems Research Group, School of Computer Science

Proceedings of th IEEE-RAS International Conference on Humanoid Robots ! # Adaptive Systems Research Group, School of Computer Science Proceedings of 2005 5th IEEE-RAS International Conference on Humanoid Robots! # Adaptive Systems Research Group, School of Computer Science Abstract - A relatively unexplored question for human-robot social

More information

WHAT CLICKS? THE MUSEUM DIRECTORY

WHAT CLICKS? THE MUSEUM DIRECTORY WHAT CLICKS? THE MUSEUM DIRECTORY Background The Minneapolis Institute of Arts provides visitors who enter the building with stationary electronic directories to orient them and provide answers to common

More information

Considering the Role of Gender in Developing a Science Identity: Undergraduate Students in STEM Fields at Large, Public, Research Universities

Considering the Role of Gender in Developing a Science Identity: Undergraduate Students in STEM Fields at Large, Public, Research Universities Considering the Role of Gender in Developing a Science Identity: Undergraduate Students in STEM Fields at Large, Public, Research Universities Montrischa M. Williams Casey E. George-Jackson, Ph.D. Lorenzo

More information

Strangers, Stewards and Newcomers: Stories of Identity and Participation in Citizen Science

Strangers, Stewards and Newcomers: Stories of Identity and Participation in Citizen Science Strangers, Stewards and Newcomers: Stories of Identity and Participation in Citizen Science Nina James School of Natural and Built Environments Discovery Circle Research Group University of South Australia

More information

Robotics in Horizon 2020 IMPACT and Technology Readiness Levels

Robotics in Horizon 2020 IMPACT and Technology Readiness Levels Robotics in Horizon 2020 IMPACT and Technology Readiness Levels Franco Mastroddi Unit A2 - Robotics DG Communication Networks, Content and Technology European Commission v3 H2020 Robotics Info Day Luxembourg

More information

Player motives / socialization. Jaanus Jaggo

Player motives / socialization. Jaanus Jaggo Player motives / socialization Jaanus Jaggo 1 Gaming in general Gaming has always been a social activity Socialization is player interaction with each other 2 Socialization in video games Why do we (developers)

More information

Texas A&M International University Finance & Administration Division 2000 Service Quality Survey Frequencies Background Information

Texas A&M International University Finance & Administration Division 2000 Service Quality Survey Frequencies Background Information Texas A&M International University Finance & Administration Division 2000 Service Quality Survey Frequencies Background Information Job Category Exec/Adm 31 23.7 23.8 23.8 Faculty 36 27.5 27.7 51.5 Clerical

More information

Birth Registration In Ghana. A Country Paper Presented at the Birth Registration Workshop for Anglophone Countries in Africa

Birth Registration In Ghana. A Country Paper Presented at the Birth Registration Workshop for Anglophone Countries in Africa Birth Registration In Ghana A Country Paper Presented at the Birth Registration Workshop for Anglophone Countries in Africa October 21-24, 2002 Kampala, Uganda 2 TABLE OF CONTENTS PAGE Brief Demographic

More information

CLUES TO I.D. YOUR KILLER CLIENT

CLUES TO I.D. YOUR KILLER CLIENT CLUES TO I.D. YOUR KILLER CLIENT THE KILLER CLIENT Do you ever feel like everyone knows where to look for the killer client except you? And who is the killer client? Cathy Miller Business Writer/Consultant

More information

Community Health Services Medical Patient Experience Survey Results Organization

Community Health Services Medical Patient Experience Survey Results Organization 1. Patient Information What is your age? 0-12 45 9.9% 13-19 33 7.3% 20-29 50 11.0% 30-39 60 13.2% 40-49 68 15.0% 50-64 129 28.4% 65+ 69 15.2% What is your gender? Male 86 29.8% Female 203 70.2% Transgender

More information

Community Health Services Medical Patient Experience Survey Results Organization - November 2018

Community Health Services Medical Patient Experience Survey Results Organization - November 2018 1. Patient Information What is your age? 0-12 24 7.2% 13-19 13 3.9% 20-29 41 12.3% 30-39 50 15.1% 40-49 55 16.6% 50-64 95 28.6% 65+ 54 16.3% What is your gender? Male 64 30.0% Female 148 69.5% Transgender

More information

Table A.1 Variable definitions

Table A.1 Variable definitions Variable name Table 1 War veteran Disabled Female Khmer Chinese Table 4 Khmer Chinese V-Outgroup K-Outgroup C-Outgroup V-OutgroupK C-OutgroupK Table 5 Age Gender Education Traditional Description Table

More information

PonDerat Restoring the Ponziane Archipelago ecosystem through management of rats and other invasive alien species

PonDerat Restoring the Ponziane Archipelago ecosystem through management of rats and other invasive alien species PonDerat Restoring the Ponziane Archipelago ecosystem through management of rats and other invasive alien species LIFE14 NAT/IT/000544 PonDerat Restoring the Ponziane Archipelago ecosystem through management

More information

Online identity. Introduction. Ilire Zajmi Rugova

Online identity. Introduction. Ilire Zajmi Rugova Ilire Zajmi Rugova Abstract Social media have become an arena of rapid dissemination of information, global communication, self - promotion, freedom of expression, but also hot debates and powerful tool

More information

Dynamic Spectrum Access in Cognitive Radio Networks. Xiaoying Gan 09/17/2009

Dynamic Spectrum Access in Cognitive Radio Networks. Xiaoying Gan 09/17/2009 Dynamic Spectrum Access in Cognitive Radio Networks Xiaoying Gan xgan@ucsd.edu 09/17/2009 Outline Introduction Cognitive Radio Framework MAC sensing Spectrum Occupancy Model Sensing policy Access policy

More information

Efficiency and detectability of random reactive jamming in wireless networks

Efficiency and detectability of random reactive jamming in wireless networks Efficiency and detectability of random reactive jamming in wireless networks Ni An, Steven Weber Modeling & Analysis of Networks Laboratory Drexel University Department of Electrical and Computer Engineering

More information

Unit 2 Entrepreneurship and New Ventures. SCO 4: Understanding Entrepreneurship

Unit 2 Entrepreneurship and New Ventures. SCO 4: Understanding Entrepreneurship Unit 2 Entrepreneurship and New Ventures SCO 4: Understanding Entrepreneurship Characteristics of Entrepreneurs Many of the characteristics of entrepreneurs can be learned. Your don't have to have the

More information

Neighbourhood Profiles Census

Neighbourhood Profiles Census Neighbourhood Profiles - 2011 Census 35 Queen s This neighbourhood profile is based on custom area tabulations generated by Statistics Canada and contains data from the 2011 Census only. The 2011 National

More information

HEREDITARY CANCER FAMILY HISTORY QUESTIONNAIRE

HEREDITARY CANCER FAMILY HISTORY QUESTIONNAIRE Packet received: Appointment: HEREDITARY CANCER FAMILY HISTORY QUESTIONNAIRE Please complete this questionnaire. While this can take some time, a review of your family history will allow us to provide

More information

European Perspectives on Privacy in the Sharing Economy

European Perspectives on Privacy in the Sharing Economy Report from the EU H2020 Research Project Ps2Share: Participation, Privacy, and Power in the Sharing Economy European Perspectives on Privacy in the Sharing Economy Giulia Ranzini, VU Free University Amsterdam

More information

Submission to the Governance and Administration Committee on the Births, Deaths, Marriages, and Relationships Bill

Submission to the Governance and Administration Committee on the Births, Deaths, Marriages, and Relationships Bill National Office Level 4 Central House 26 Brandon Street PO Box 25-498 Wellington 6146 (04)473 76 23 office@ncwnz.org.nz www.ncwnz.org.nz 2 March 2018 S18.05 Introduction Submission to the Governance and

More information

2. Survey Methodology

2. Survey Methodology Analysis of Butterfly Survey Data and Methodology from San Bruno Mountain Habitat Conservation Plan (1982 2000). 2. Survey Methodology Travis Longcore University of Southern California GIS Research Laboratory

More information

Enlightened Psychotherapy

Enlightened Psychotherapy Getting Married Getting married is an exciting time in life and I am very happy to guide you through the process of how. Elder Cheryl Ivory can be a part of your great day, and help shape the marriage

More information

Methods and Techniques Used for Statistical Investigation

Methods and Techniques Used for Statistical Investigation Methods and Techniques Used for Statistical Investigation Podaşcă Raluca Petroleum-Gas University of Ploieşti raluca.podasca@yahoo.com Abstract Statistical investigation methods are used to study the concrete

More information

CHALLENGING AND IGNITING INQUISITIVE MINDS TO BREAK GENDER STEREOTYPES AND CATALYZE CHANGE

CHALLENGING AND IGNITING INQUISITIVE MINDS TO BREAK GENDER STEREOTYPES AND CATALYZE CHANGE CHALLENGING AND IGNITING INQUISITIVE MINDS TO BREAK GENDER STEREOTYPES AND CATALYZE CHANGE Weaving a story of change by making stuff using STEM approaches and through that breaking gender stereotypes.

More information

7social media tips Who We Are Barry Hill James Trent

7social media tips Who We Are Barry Hill James Trent NEXT LEVEL Who We Are Barry Hill is the President and Founder of Bright Salt Media Labs. For more than a decade Barry has been partnering with churches, ministries and organizations to build digital communication

More information

HUMANITIES, ARTS AND SOCIAL SCIENCES HASS

HUMANITIES, ARTS AND SOCIAL SCIENCES HASS HUMANITIES, ARTS AND SOCIAL SCIENCES HASS ABOUT HASS At SUTD, our students exposure to humanities, arts, and social sciences ensures that they graduate with a comprehensive understanding of the world they

More information

Modernizing Disclosure Avoidance: Report on the 2020 Disclosure Avoidance Subsystem as Implemented for the 2018 End-to-End Test (Continued)

Modernizing Disclosure Avoidance: Report on the 2020 Disclosure Avoidance Subsystem as Implemented for the 2018 End-to-End Test (Continued) Modernizing Disclosure Avoidance: Report on the 2020 Disclosure Avoidance Subsystem as Implemented for the 2018 End-to-End Test (Continued) Simson L. Garfinkel Chief, Center for Disclosure Avoidance Research

More information

gender male human Supporting women equal Gender girl equality work people men Balance fair female

gender male human Supporting women equal Gender girl equality work people men Balance fair female male Supporting equal girl women gender Gender people men Balance fair human equality work female Equality between women and men is a fundamental EU value, an EU objective and a driver of economic growth.

More information

LinkedIn Social Selling Linkedin Session 2 -Managing Your Settings Tagging And Groups

LinkedIn Social Selling Linkedin Session 2 -Managing Your Settings Tagging And Groups TRANSCRIPT Linkedin -Managing Your Settings Tagging And Groups Instructor: Brynne Tillman Copyright 2016 Social Media Marketing University MANAGING YOUR SETTINGS, TAGGING & GROUPS Welcome back to LinkedIn

More information

Elior UK Gender Pay Report Gender Pay Report 2017

Elior UK Gender Pay Report Gender Pay Report 2017 Gender Pay Report 2017 Introduction From April 2017, companies with more than 250 colleagues are legally required to calculate their Gender Pay Gap Statistics. Elior UK and our specialist brands Lexington,

More information

Case 4:74-cv DCB Document Filed 09/01/17 Page 293 of 322 APPENDIX V 156

Case 4:74-cv DCB Document Filed 09/01/17 Page 293 of 322 APPENDIX V 156 Case 4:74-cv-00090-DCB Document 2061-10 Filed 09/01/17 Page 293 of 322 APPENDIX V 156 4:74-cv-00090-DCB Document 2061-10 Filed 09/01/17 Page 294 of 322 TUSD MC Curriculum Recommendations Grades 6-12 Initiative

More information

Texas A&M International University Finance & Administration Division 1999 Service Quality Survey Background Information

Texas A&M International University Finance & Administration Division 1999 Service Quality Survey Background Information Texas A&M International University Finance & Administration Division 1999 Service Quality Survey Background Information Job Category Exec/Adm 29 27.6 28.2 28.2 Faculty 25 23.8 24.3 52.4 Clerical 32 30.5

More information

PURPOSE OF THIS EBOOK

PURPOSE OF THIS EBOOK A RT I F I C I A L I N T E L L I G E N C E A N D D O C U M E N T A U TO M AT I O N PURPOSE OF THIS EBOOK In recent times, attitudes towards AI systems have evolved from being associated with science fiction

More information

Bandwidth Estimation Using End-to- End Packet-Train Probing: Stochastic Foundation

Bandwidth Estimation Using End-to- End Packet-Train Probing: Stochastic Foundation Bandwidth Estimation Using End-to- End Packet-Train Probing: Stochastic Foundation Xiliang Liu Joint work with Kaliappa Ravindran and Dmitri Loguinov Department of Computer Science City University of New

More information

Violent Intent Modeling System

Violent Intent Modeling System for the Violent Intent Modeling System April 25, 2008 Contact Point Dr. Jennifer O Connor Science Advisor, Human Factors Division Science and Technology Directorate Department of Homeland Security 202.254.6716

More information

Profiles of Internet Use in Adult Literacy and Basic Education Classrooms

Profiles of Internet Use in Adult Literacy and Basic Education Classrooms 19 Profiles of Internet Use in Adult Literacy and Basic Education Classrooms Jim I. Berger Abstract This study sought to create profiles of adult literacy and basic education (ALBE) instructors and their

More information

Statistical Methods in Computer Science

Statistical Methods in Computer Science Statistical Methods in Computer Science Experiment Design Gal A. Kaminka galk@cs.biu.ac.il Experimental Lifecycle Vague idea groping around experiences Initial observations Model/Theory Data, analysis,

More information

Mobility of Inventors and Growth of Technology Clusters

Mobility of Inventors and Growth of Technology Clusters Mobility of Inventors and Growth of Technology Clusters AT&T Symposium August 3-4 2006 M. Hosein Fallah, Ph.D. Jiang He Wesley J. Howe School of Technology Management Stevens Institute of Technology Hoboken,

More information

EuroBlog European Perspectives on Social Software in Communication Management Results and Implications. March

EuroBlog European Perspectives on Social Software in Communication Management Results and Implications. March EuroBlog 2007 European Perspectives on Social Software in Communication Management Results and Implications March 2007 www.euroblog2007.org Slide 1 www.euroblog2007.org Disclaimer and Quotation The results

More information

04 - Introduction to Privacy

04 - Introduction to Privacy 04 - Introduction to Privacy Lorrie Cranor, Blase Ur, and Rich Shay Engineering & Public Policy January 22, 2015 05-436 / 05-836 / 08-534 / 08-734 Usable Privacy and Security 1 Today! What does privacy

More information

Mode Effects in Data Collection Platforms for Integrated Longitudinal Exposure Surveys : Impact on Data Quality and Burden

Mode Effects in Data Collection Platforms for Integrated Longitudinal Exposure Surveys : Impact on Data Quality and Burden Mode Effects in Data Collection Platforms for Integrated Longitudinal Exposure Surveys : Impact on Data Quality and Burden Stacey Weger (presenting), Gina Kilpatrick, Robert Furberg, Burton Levine, Randy

More information

Commitment Resource Library. Student Version

Commitment Resource Library. Student Version Commitment Resource Library Student Version 1 Commitment Resource Library Student Version Table of Contents Characteristics of a Good Goal Unpacking Goals Worksheet Is a College Degree Really Worth It?

More information

Cordell M. Parvin Preston Rd., Ste. 310 Dallas, TX (Fax)

Cordell M. Parvin Preston Rd., Ste. 310 Dallas, TX (Fax) Cordell M. Parvin 17300 Preston Rd., Ste. 310 Dallas, TX 75252 214.866.0550 214.866.0331 (Fax) cparvin@cordellparvin.com ABOUT CORDELL PARVIN Cordell Parvin practiced law for 38 years and developed a highly

More information

Encouraging Economic Growth in the Digital Age A POLICY CHECKLIST FOR THE GLOBAL DIGITAL ECONOMY

Encouraging Economic Growth in the Digital Age A POLICY CHECKLIST FOR THE GLOBAL DIGITAL ECONOMY Encouraging Economic Growth in the Digital Age A POLICY CHECKLIST FOR THE GLOBAL DIGITAL ECONOMY The Internet is changing the way that individuals launch businesses, established companies function, and

More information

The Hero QuestionNaire

The Hero QuestionNaire The Hero QuestionNaire Use the following questionnaire to help you figure out which archetype is most suited for your hero (or for yourself for that matter). Answer each of the following ten questions,

More information

Community Pharmacy Patient Questionnaire Results for Miltons Chemists

Community Pharmacy Patient Questionnaire Results for Miltons Chemists Community Pharmacy Patient Questionnaire Results for Miltons Chemists ST2 8BW Completed for 2016-2017 Patient Satisfaction Surveys processed by www.intellipharm.co.uk Summary of the information recorded

More information

Statistics Laboratory 7

Statistics Laboratory 7 Pass the Pigs TM Statistics 104 - Laboratory 7 On last weeks lab we looked at probabilities associated with outcomes of the game Pass the Pigs TM. This week we will look at random variables associated

More information

Sheffield United FC Gender Pay Gap 2017

Sheffield United FC Gender Pay Gap 2017 Sheffield United FC Gender Pay Gap 2017 SHEFFIELD UNITED Sheffield United Football Club is wholly committed to providing equal opportunities and encouragement for all within our industry. The Club adheres

More information

Tackling complexity Information technology is underestimated Mechanical engineering and software in medium-sized companies

Tackling complexity Information technology is underestimated Mechanical engineering and software in medium-sized companies Tackling complexity Industry 4.0 is the basis for competitive mechanical engineering when it comes to the industrial world of the future. The networking of machines, information and people is providing

More information

SPECIAL REPORT. The Smart Home Gender Gap. What it is and how to bridge it

SPECIAL REPORT. The Smart Home Gender Gap. What it is and how to bridge it SPECIAL REPORT The Smart Home Gender Gap What it is and how to bridge it 2 The smart home technology market is a sleeping giant and no one s sure exactly when it will awaken. Early adopters, attracted

More information

Communication and Dissemination in HORIZON 2020 European Commission Directorate-General for Research and Innovation

Communication and Dissemination in HORIZON 2020 European Commission Directorate-General for Research and Innovation Communication and Dissemination in HORIZON 2020 European Commission Directorate-General for Research and Innovation Energy Infoday Brussels, 23 October 2017 Communication Communicating H2020 projects Strategic

More information

Financial Wellness Assessment

Financial Wellness Assessment Financial Wellness Assessment This assessment is designed to gauge financial wellness and serve as a tool in the financial coaching process. Its purpose is to encourage open conversation about money and

More information

Mobile Money and Gender

Mobile Money and Gender RESEARCH BRIEF July 2017 Mobile Money and Gender Computer Science & Engineering at the University of Washington July 15, 2017 0 Introduction Globally, a gender gap exists in terms of financial inclusion.

More information

Using the Normalized Image Log-Slope, part 2

Using the Normalized Image Log-Slope, part 2 T h e L i t h o g r a p h y E x p e r t (Spring ) Using the Normalized Image Log-Slope, part Chris A. Mack, FINLE Technologies, A Division of KLA-Tencor, Austin, Texas As we saw in part of this column,

More information

Complementi di Informatica Medica a.a JunHua Li and Pradeep Ray - University of New South Wales, Sydney, Australia

Complementi di Informatica Medica a.a JunHua Li and Pradeep Ray - University of New South Wales, Sydney, Australia Complementi di Informatica Medica a.a. 2009-2010 Healthcare services are increasingly needed by people and should be efficiently provided and made fully accessible to all E-Health (healthcare based on

More information

The Rise of Robo: Americans Perspectives and Predictions on the use of Digital Advice

The Rise of Robo: Americans Perspectives and Predictions on the use of Digital Advice The Rise of Robo: Americans Perspectives and Predictions on the use of Digital Advice November 2018 INTRODUCTION The number of people using robo advice in the U.S. is expected to grow significantly over

More information

English National Curriculum Key Stage links to Meteorology

English National Curriculum Key Stage links to Meteorology English National Curriculum Key Stage links to Meteorology Subject KS1 (Programme of Study) links KS2 (Programme of Study) links KS3 (National Curriculum links) KS4 (National Curriculum links) Citizenship

More information

Enlightened Psychotherapy

Enlightened Psychotherapy Getting Married Getting married is an exciting time in life and I am very happy to guide you through the process of how. Cheryl Ivory can be a part of your great day, and help shape the marriage that follows.

More information

G54GAM Coursework 2 & 3

G54GAM Coursework 2 & 3 G54GAM Coursework 2 & 3 Summary You are required to design and prototype a computer game. This coursework consists of two parts describing and documenting the design of your game (coursework 2) and developing

More information

MILAN DECLARATION Joining Forces for Investment in the Future of Europe

MILAN DECLARATION Joining Forces for Investment in the Future of Europe MILAN DECLARATION Joining Forces for Investment in the Future of Europe We, the political leaders and representatives of the Vanguard Initiative for New Growth through Smart Specialisation, call upon the

More information

Experiences from the Social Sciences - possible links to Health Data?

Experiences from the Social Sciences - possible links to Health Data? Bjørn Henrichsen Experiences from the Social Sciences - possible links to Health Data? BIOBANK Conference 2014 1 1968: Initial Motivation for a Central Data Service Establish a computing service for social

More information

Civic Scientific Literacy Survey in China

Civic Scientific Literacy Survey in China Journal of Scientific Temper Vol 2(3&4), Jul-Sep & Oct-Dec 2014, pp. 169-182 RESEARCH ARTICLE Civic Scientific Literacy Survey in China HE WEI, REN LEI & ZHANG CHAO Division of Scientific Literacy Research,

More information

Module Catalogue Westminster School of Media, Arts and Design Postgraduate Study Abroad 2018/9 Semester 1

Module Catalogue Westminster School of Media, Arts and Design Postgraduate Study Abroad 2018/9 Semester 1 Module Catalogue Westminster School of Media, Arts and Design Postgraduate Study Abroad 8/9 Module Code Module Name Level UK Credit Value Credit Equivalency Creative Industries Management FAMN00W Fashion

More information

Research on Design and Application of Self-made Simulation Test Platform for University Lab

Research on Design and Application of Self-made Simulation Test Platform for University Lab Research on Design and Application of Self-made Simulation Test Platform for University Lab P. Zhang, Y. Zhang, and Y. Chang Abstract This paper will discuss how to design and assemble a simulation test

More information

1. Job offers to BA recipients Job offers for BA recipients on graduation: percent with at least one job Percent 100

1. Job offers to BA recipients Job offers for BA recipients on graduation: percent with at least one job Percent 100 1. Job offers to BA recipients Job offers for BA recipients on graduation: percent with at least one job 1 8 6 4 2 1988 1989 199 1991 1992 1993 1994 1995 1996 1998 1999 2 21 at least one job 56 67.3 68.1

More information

Patents and Clean Energy Technologies in Africa

Patents and Clean Energy Technologies in Africa Patents and Clean Energy Technologies in Africa UNEP - EPO: Patents and Clean Energy Technologies in Africa United Nations Environment Programme (UNEP) Division of Environmental Law and Conventions (DELC)

More information

Privacy, Technology and Economics in the 5G Environment

Privacy, Technology and Economics in the 5G Environment Privacy, Technology and Economics in the 5G Environment S A M A N T K H A J U R I A A S S I S T P R O F E S S O R, C M I K N U D E R I K S K O U B Y P R O F E S S O R, D I R E C T O R C M I S K O U B Y

More information

to Geospatial Technologies

to Geospatial Technologies What s in a Pixel? A Primer for Remote Sensing What s in a Pixel Development UNH Cooperative Extension Geospatial Technologies Training Center Shane Bradt UConn Cooperative Extension Geospatial Technology

More information

The Danish 3R Survey Knowledge, attitudes and experiences with the 3Rs among researchers involved in animal experiments in Denmark

The Danish 3R Survey Knowledge, attitudes and experiences with the 3Rs among researchers involved in animal experiments in Denmark The Danish 3R Survey Knowledge, attitudes and experiences with the 3Rs among researchers involved in animal experiments in Denmark Jesper Lassen Department of Food and Resource Economics, University of

More information

Commercialization Strategies that Work

Commercialization Strategies that Work Commercialization Strategies that Work Jenny C. Servo, Ph.D. DAWNBREAKER (585)594-0025 DAWNBREAKER Professional Services firm - Rochester, NY Worked with over 1200 SBIR/STTR firms - Department of Energy,

More information

Lessons for conflict resolution and postconflict reconstruction: The case of the 5 th Population Census of the Sudan

Lessons for conflict resolution and postconflict reconstruction: The case of the 5 th Population Census of the Sudan Lessons for conflict resolution and postconflict reconstruction: The case of the 5 th Population Census of the Sudan Pali Lehohla Statistician-General South Africa 25-02-2009 Concluding Remarks Census

More information

Can we better support and motivate scientists to deliver impact? Looking at the role of research evaluation and metrics. Áine Regan & Maeve Henchion

Can we better support and motivate scientists to deliver impact? Looking at the role of research evaluation and metrics. Áine Regan & Maeve Henchion Can we better support and motivate scientists to deliver impact? Looking at the role of research evaluation and metrics Áine Regan & Maeve Henchion 27 th Feb 2018 Teagasc, Ashtown Ensuring the Continued

More information

15-388/688 - Practical Data Science: Visualization and Data Exploration. J. Zico Kolter Carnegie Mellon University Spring 2018

15-388/688 - Practical Data Science: Visualization and Data Exploration. J. Zico Kolter Carnegie Mellon University Spring 2018 15-388/688 - Practical Data Science: Visualization and Data Exploration J. Zico Kolter Carnegie Mellon University Spring 2018 1 Outline Basics of visualization Data types and visualization types Software

More information

Networking Strategies

Networking Strategies T h e U n i v e r s i t y o f T e x a s a t A u s t i n Strategies TOPICS DISCUSSED Importance of Identify Opportunities Utilize Tools Informational Interviews Sample Informational Interview Request Lists

More information

Found Money: Creating Streams of Passive Income. Passive Income Worksheet

Found Money: Creating Streams of Passive Income. Passive Income Worksheet Passive Income Worksheet 1 Passive Income is something every small business owner should factor into his or her business plan. It allows you to truly work smarter, not harder. In fact, you should soon

More information

General Questionnaire

General Questionnaire General Questionnaire CIVIL LAW RULES ON ROBOTICS Disclaimer This document is a working document of the Committee on Legal Affairs of the European Parliament for consultation and does not prejudge any

More information

A Template for Creating Student Personas

A Template for Creating Student Personas A Template for Creating Student Personas Table of Contents 1 Introduction to Student Personas 2 How to Present Our Student Persona 3 A Completed Student Persona 1 Introduction to Student Personas What

More information

THE 5 POSTS EVERY REAL ESTATE AGENT MUST HAVE ON THEIR FACEBOOK PAGE

THE 5 POSTS EVERY REAL ESTATE AGENT MUST HAVE ON THEIR FACEBOOK PAGE THE 5 POSTS EVERY REAL ESTATE AGENT MUST HAVE ON THEIR FACEBOOK PAGE Working with real estate agents across the United States, we have discovered the types of posts that work best. Follow these 5 easy

More information

Glue a photo of yourself here. Name:... School:... Class:...

Glue a photo of yourself here. Name:... School:... Class:... Glue a photo of yourself here Name:... School:... Class:... HOMES AROUND THE WORLD Name:... Date:... Class:... You are doing a project on types of homes around the world. Glue or draw pictures of homes

More information

MMORPGs And Women: An Investigative Study of the Appeal of Massively Multiplayer Online Roleplaying Games. and Female Gamers.

MMORPGs And Women: An Investigative Study of the Appeal of Massively Multiplayer Online Roleplaying Games. and Female Gamers. MMORPGs And Women 1 MMORPGs And Women: An Investigative Study of the Appeal of Massively Multiplayer Online Roleplaying Games and Female Gamers. Julia Jones May 3 rd, 2013 MMORPGs And Women 2 Abstract:

More information

75 Steps to Start-Up Success

75 Steps to Start-Up Success 75 Steps to Start-Up Success Hundreds of thousands of small businesses start up each year throughout the world - and a similar number cease trading every year too! A lot of people come across ideas, due

More information

Statistics Intermediate Probability

Statistics Intermediate Probability Session 6 oscardavid.barrerarodriguez@sciencespo.fr April 3, 2018 and Sampling from a Population Outline 1 The Monty Hall Paradox Some Concepts: Event Algebra Axioms and Things About that are True Counting

More information

Introduction. Data Source

Introduction. Data Source Introduction The emergence of digital technologies including the Internet, smartphones, tablets and other digital devices has increased both the complexity of the core definition of this construct, the

More information

As artificial intelligence becomes more common, the market is embracing tools that might help to bring digital natives into the Golden Age

As artificial intelligence becomes more common, the market is embracing tools that might help to bring digital natives into the Golden Age AiA Art News-service Big data meets Old Masters at Tefaf Maastricht ANNA BRADY As artificial intelligence becomes more common, the market is embracing tools that might help to bring digital natives into

More information

Digitisation A Quantitative and Qualitative Market Research Elicitation

Digitisation A Quantitative and Qualitative Market Research Elicitation www.pwc.de Digitisation A Quantitative and Qualitative Market Research Elicitation Examining German digitisation needs, fears and expectations 1. Introduction Digitisation a topic that has been prominent

More information

EE 42/100 Lecture 23: CMOS Transistors and Logic Gates. Rev A 4/15/2012 (10:39 AM) Prof. Ali M. Niknejad

EE 42/100 Lecture 23: CMOS Transistors and Logic Gates. Rev A 4/15/2012 (10:39 AM) Prof. Ali M. Niknejad A. M. Niknejad University of California, Berkeley EE 100 / 42 Lecture 23 p. 1/16 EE 42/100 Lecture 23: CMOS Transistors and Logic Gates ELECTRONICS Rev A 4/15/2012 (10:39 AM) Prof. Ali M. Niknejad University

More information

Gender Pay Report 2017

Gender Pay Report 2017 Gender Pay Report 2017 Introduction The gender pay gap measures the difference between men and women s average earnings and is expressed as a percentage of men s pay. According to the Office of National

More information

Questionnaire for those who participated or are currently participating in an exchange program in Japan from

Questionnaire for those who participated or are currently participating in an exchange program in Japan from 1 of 6 2/3/2011 8:18 AM Powered By: Skylight Matrix Survey System Questionnaire for those who participated or are currently participating in an exchange program in Japan from 1999-2010 Program Evaluation

More information