Agent-Based Modeling and Simulation of Collaborative Social Networks Research in Progress

Size: px
Start display at page:

Download "Agent-Based Modeling and Simulation of Collaborative Social Networks Research in Progress"

Transcription

1 Agent-Based Modeling and Simulation of Collaborative Social Networks Research in Progress Greg Madey Yongqin Gao Computer Science & Engineering University of Notre Dame Vincent Freeh Computer Science North Carolina State University Renee Tynan Chris Hoffman Department of Management University of Notre Dame AMCIS2003 Tampa, FL August 2003 Supported in part by the National Science Foundation - Digital Society & Technology Program

2 Outline Definitions: Agents, models, simulations, collaborative social networks, computer experiments Phenomenon: Free/Open Source Software (F/OSS) Conceptual models ER model BA model BA model with constant fitness BA model with dynamic fitness Experiments and results Summary Some discussion questions

3 Agent-Based Modeling and Simulation Conceptual models of a phenomenon Simulations are computer implementations of the conceptual models Agents in models and simulations are distinct entities (instantiated objects) Tend to be simple, but with large numbers of them (thousands, or more) - i.e., swarm intelligence Contrasted with higher level intelligent agents Foundations in complexity theory Self-organization Emergence

4 Collaborative Social Networks Research-paper co-authorship, small world phenomenon, e.g., Erdos number (Barabasi 2001, Newman 2001) Movie actors, small world phenomenon, e.g., Kevin Bacon number (Watts 1999, 2003) Interlocking corporate directorships Open-source software developers (Madey et al, AMCIS 2002) Collaborators are nodes in a graph, and collaborative relationship are the edges of the graph

5 Classical Scientific Method 1. Observe the world a) Identify a puzzling phenomenon 2. Generate a falsifiable hypothesis (K. Popper) 3. Design and conduct an experiment with the goal of disproving the hypothesis a) If the experiment fails,, then the hypothesis is accepted (until replaced) b) If the experiment succeeds,, then reject hypothesis, but additional insight into the phenomenon may be obtained and steps 2-3 repeated

6 The Computer Experiment

7 Agent-Based Simulation as a Component of the Scientific Method Modeling (Hypothesis) Observation Agent -Based Simulation (Experiment)

8 Agent-Based Simulation as a Component of the Scientific Method Modeling (Hypothesis) Social Network Model of F/OSS Observation Analysis of SourceForge Data Agent -Based Simulation (Experiment) Grow Artificial SourceForge

9 Open Source Software (OSS) GNU Savannah Free to view source to modify to share of cost Examples Apache Perl GNU Linux Sendmail Python KDE GNOME Mozilla Thousands more Linux

10 Free Open Source Software (F/OSS) Development Mostly volunteer Global teams Virtual teams Self-organized - often peer-based meritocracy Self-managed - but often a charismatic leader Often large numbers of developers, testers, support help, end user participation Rapid, frequent releases Mostly unpaid

11 F/OSS Developers Larry Wall Perl Linus Tolvalds Linux Eric Raymond Cathedral and Bazaar Richard Stallman GNU GNU Manifesto

12 F/OSS: A Puzzling Phenomenon Contradicts traditional wisdom: Software engineering Coordination, large numbers Motivation of developers Quality Security Business strategy Almost everything is done electronically and available in digital form Opportunity for IS Research -- large amounts of online data available Research issues: Understanding motives Understanding processes Intellectual property Digital divide Self-organization Government policy Impact on innovation Ethics Economic models Cultural issues International factors

13 SourceForge VA Software Part of OSDN Started 12/1999 Collaboration tools 58,685 Projects 80,000 Developers 590,00 Registered Users

14 Savannah Uses SourceForge Software Free Software Foundation 1,508 Projects 15,265 Registered Users

15 F/OSS: Importance Major Component of e-technology Infrastructure with major presence in e-commerce e-science e-government e-learning Apache has over 65% market share of Internet Web servers Linux on over 7 million computers Most Internet runs on Sendmail Tens of thousands of quality products Part of product offerings of companies like IBM, Apple Apache in WebSphere, Linux on mainframe, FreeBSD in OSX Corporate employees participating on OSS projects

16 Free/Open Source Software Seems to challenge traditional economic assumptions Model for software engineering New business strategies Cooperation with competitors Beyond trade associations, shared industry research, and standards processes shared product development! Virtual, self-organizing and self-managing teams Social issues, e.g., digital divide, international participation Government policy issues, e.g., US software industry, impact on innovation, security, intellectual property

17 Research Model Cross Validation Conceptual Explanatory Model of OSS: Agent-Based Modeling and Simulation Combined Data Mining Parameter Values Parameter Values Structural Features Understanding the Social and Task Dynamics that Predict Developer Behaviors Social Network Analysis: Longitudinal Study of Preferential Attachment and Dynamic Attachment Structural Features Parameter Values

18 Observations Web mining Web crawler (scripts) Python Perl AWK Sed Monthly Since Jan 2001 ProjectID DeveloperID Almost 2 million records Relational database PROJ DEVELOPER 8001 dev dev dev dev dev dev dev dev dev dev8975

19 Models of the F/OSS Social Network (Alternative Hypotheses) General model features Agents are nodes on a graph (developers or projects) Behaviors: Create, join, abandon and idle Edges are relationships (joint project participation) Growth of network: random or types of preferential attachment, formation of clusters Fitness Network attributes: diameter, average degree, degree distribution, clustering coefficient Four specific models ER (random graph) - (1960) BA (preferential attachment) - (1999) BA ( + constant fitness) - (2001) BA ( + dynamic fitness) - (2003)

20 F/OSS Developers - Collaboration Social Network Developers are nodes / Projects are links 24 Developers 5 Projects 2 Linchpin Developers 1 Cluster Project 7597 dev[64] Project 6882 dev[72] dev[67] dev[47] 6882 dev[47] dev[52] 6882 dev[47] dev[55] 6882 dev[47] 6882 dev[58] dev[79] dev[47] dev[79] dev[52] dev[55] dev[58] dev[83] Project Project 7028 dev[99] dev[51] dev[46] dev[58] dev[57] 7597 dev[46] 7028 dev[46] dev[70] 7028 dev[46] dev[57] dev[99] 7028 dev[46] dev[51] dev[46] dev[46] dev[46] dev[56] dev[83] dev[46] dev[48] dev[48] dev[70] 7597 dev[46] dev[72] dev[56] 7597 dev[46] dev[64] 7597 dev[46] dev[67] 7597 dev[46] dev[55] 7597 dev[46] dev[45] 7597 dev[46] dev[61] 7597 dev[46] dev[58] 9859 dev[46] dev[54] 9859 dev[46] 9859 dev[46] dev[49] dev[53] 9859 dev[46] dev[59] dev[53] dev[54] dev[58] dev[59] dev[49] Project 9859 dev[65] dev[45] dev[61]

21 Computer Experiments Agent-based simulations Java programs using Swarm class library Validation (docking) exercises using Java/Repast Grow artificial SourceForge SourceForge s (Epstein & Axtell, 1996) Parameterized with observed data, e.g., developer behaviors Join rates New project additions Leave projects Evaluation of four models (hypotheses) Verification/validation

22 Four Cycles of Modeling & Simulation Modeling (Hypothesis) Social Network Models ER => BA => BA+Fitness => BA+Dynamic Fitness Observation Analysis of SourceForge Data Degree Distribution Average Degree Diameter Clustering Coefficient Cluster Size Distribution Agent -Based Simulation (Experiment) Grow Artificial SourceForge

23 ER model degree distribution Degree distribution is binomial distribution while it is power law in empirical data Fit fails

24 ER model - diameter Average degree is decreasing while it is increasing in empirical data Diameter is increasing while it is decreasing in empirical data Fit fails

25 ER model clustering coefficient Clustering coefficient is relatively low around 0.4 while it is around 0.7 in empirical data. Clustering coefficient is decreasing while it is increasing in empirical data Fit fails

26 ER model cluster distribution Cluster distribution in ER model also have power law distribution with R 2 as ( without the major cluster) while R 2 in empirical data is ( without the major cluster) The actual distribution is different from empirical data The later models (BA and further models) have similar behaviors Fit fails

27 BA model degree distribution Power laws in degree distribution, similar to empirical data (+ for simulated data and x for empirical data). For developer distribution: simulated data has R 2 of and empirical data has R 2 of Fit succeeds For project distribution: simulated data has R 2 of and empirical data has R 2 of Fit fails

28 BA model diameter and CC Small diameter and high clustering coefficient like empirical data Diameter and clustering coefficient are both decreasing like empirical data Fit succeeds

29 BA model with constant fitness Power laws in degree distribution, similar to empirical data (+ for simulated data and x for empirical data). For developer distribution: simulated data has R 2 as and empirical data has R 2 as Fit succeeds For project distribution: simulated data has R 2 as and empirical data has R 2 as Fit fails Diameter and CC are similar to simple BA model. Fit succeeds

30 Discovery: BA with dynamic fitness Problem with BA with constant fitness Intuition: Project fitness might change with time. Data mining observation: project life cycle property - fitness generally decreases with time New model not in the literature Hypothesis: BA with dynamic fitness of projects Computer experiment

31 BA model with dynamic fitness Power laws in degree distribution, similar to empirical data (+ for simulated data and x for empirical data). For developer distribution: simulated data has R 2 as and empirical data has R 2 as Fit succeeds (as before) For project distribution: simulated data has R 2 as and empirical data has R 2 as Fit is better, but more work needed

32 Agent-Based Modeling and Simulation as Components of the Scientific Method Hypothesis Observation Experiment

33 Summary Why Agent-Based Modeling and Simulation? Can be used as components of the Scientific Method A research approach for studying socio-technical systems Case study: F/OSS - Collaboration Social Networks SourceForge conceptual models: ER, BA, BA with constant fitness and BA with dynamic fitness. Simulations Computer experiments that tested conceptual models Provided insight into the phenomenon under study and guided data mining of collected observations

34 Discussion The social sciences are, in fact, the hard sciences, Herbert Simon (1987) Computational social science: agent-based modeling and simulation Kuhn s periods of Normal Science punctuated by Paradigm shifts Karl Popper s theory-testing through falsification Relevant literature on the role of simulation in the process of scientific discovery

35 Thank you

Understanding the Open Source Software Community

Understanding the Open Source Software Community Understanding the Open Source Software Community Presented by Scott Christley Dept. of Computer Science and Engineering University of Notre Dame Supported in part by National Science Foundation, CISE/IIS-Digital

More information

Evolution in Free and Open Source Software: A Study of Multiple Repositories

Evolution in Free and Open Source Software: A Study of Multiple Repositories Evolution in Free and Open Source Software: A Study of Multiple Repositories Karl Beecher, University of Lincoln, UK Freie Universität Berlin Germany 25 September 2009 Outline Brief Introduction to FOSS

More information

Introduction. Tuomi-01.qxd 6/21/02 11:46am Page 1 CHAPTER

Introduction. Tuomi-01.qxd 6/21/02 11:46am Page 1 CHAPTER Tuomi-01.qxd 6/21/02 11:46am Page 1 CHAPTER 1 Introduction According to user surveys, the Linux operating system is rated as the best operating system available. It is considered to be more reliable than

More information

A FORWARD- LOOKING VIEW on how analytics will solve some pressing business, consumer and social insight problems.

A FORWARD- LOOKING VIEW on how analytics will solve some pressing business, consumer and social insight problems. A FORWARD- LOOKING VIEW on how analytics will solve some pressing business, consumer and social insight problems. Prabir Sen, Chief Management Scientist, Accenture Adjunct Professor SMU psen@smu.edu.sg

More information

Science of Science & Innovation Policy and Understanding Science. Julia Lane

Science of Science & Innovation Policy and Understanding Science. Julia Lane Science of Science & Innovation Policy and Understanding Science Julia Lane Graphic Source: 2005 Presentation by Neal Lane on the Future of U.S. Science and Technology Tag Cloud Source: Generated from

More information

INNOVATION NETWORKS IN THE GERMAN LASER INDUSTRY

INNOVATION NETWORKS IN THE GERMAN LASER INDUSTRY INNOVATION NETWORKS IN THE GERMAN LASER INDUSTRY EVOLUTIONARY CHANGE, STRATEGIC POSITIONING AND FIRM INNOVATIVENESS Dissertation Submitted in fulfillment of the requirements for the degree "Doktor der

More information

Small World Problem. Web Science (VU) ( ) Denis Helic. Mar 16, KTI, TU Graz. Denis Helic (KTI, TU Graz) Small-World Mar 16, / 50

Small World Problem. Web Science (VU) ( ) Denis Helic. Mar 16, KTI, TU Graz. Denis Helic (KTI, TU Graz) Small-World Mar 16, / 50 Small World Problem Web Science (VU) (707.000) Denis Helic KTI, TU Graz Mar 16, 2015 Denis Helic (KTI, TU Graz) Small-World Mar 16, 2015 1 / 50 Outline 1 Introduction 2 Small World Experiment 3 Small world

More information

Small World Problem. Web Science (VU) ( ) Denis Helic. Mar 16, KTI, TU Graz. Denis Helic (KTI, TU Graz) Small-World Mar 16, / 51

Small World Problem. Web Science (VU) ( ) Denis Helic. Mar 16, KTI, TU Graz. Denis Helic (KTI, TU Graz) Small-World Mar 16, / 51 Small World Problem Web Science (VU) (707.000) Denis Helic KTI, TU Graz Mar 16, 2015 Denis Helic (KTI, TU Graz) Small-World Mar 16, 2015 1 / 51 Outline 1 Introduction 2 Small World Experiment 3 Small world

More information

Progress in Network Science. Chris Arney, USMA, Network Mathematician

Progress in Network Science. Chris Arney, USMA, Network Mathematician Progress in Network Science Chris Arney, USMA, Network Mathematician National Research Council Assessment of Network Science Fundamental knowledge is necessary to design large, complex networks in such

More information

This list supersedes the one published in the November 2002 issue of CR.

This list supersedes the one published in the November 2002 issue of CR. PERIODICALS RECEIVED This is the current list of periodicals received for review in Reviews. International standard serial numbers (ISSNs) are provided to facilitate obtaining copies of articles or subscriptions.

More information

Information Sociology

Information Sociology Information Sociology Educational Objectives: 1. To nurture qualified experts in the information society; 2. To widen a sociological global perspective;. To foster community leaders based on Christianity.

More information

MSc(CompSc) List of courses offered in

MSc(CompSc) List of courses offered in Office of the MSc Programme in Computer Science Department of Computer Science The University of Hong Kong Pokfulam Road, Hong Kong. Tel: (+852) 3917 1828 Fax: (+852) 2547 4442 Email: msccs@cs.hku.hk (The

More information

Computer Studies. Resources

Computer Studies. Resources Computer Studies Resources Invitation to Computer Science Seventh Edition G. Michael Schneider, Judith L. Gersting 9781305075771 Introduce your students to a contemporary overview of today s computer science

More information

PAF: The Bazaar in the Cathedral 1 by Ulrike Melzwig and Conrad Noack

PAF: The Bazaar in the Cathedral 1 by Ulrike Melzwig and Conrad Noack PAF: The Bazaar in the Cathedral 1 by Ulrike Melzwig and Conrad Noack The following text is instigated by a meeting of around 40 artists, theorists and art practitioners that took place between 26th 31st

More information

THE GAME THEORY OF OPEN-SOURCE SOFTWARE

THE GAME THEORY OF OPEN-SOURCE SOFTWARE THE GAME THEORY OF OPEN-SOURCE SOFTWARE PAUL REIDY Senior Sophister In this paper, Paul Reidy utilises a game theoretical framework to explore the decision of a firm to make its software open-source and

More information

technologies, Gigaom provides deep insight on the disruptive companies, people and technologies shaping the future for all of us.

technologies, Gigaom provides deep insight on the disruptive companies, people and technologies shaping the future for all of us. September 21-23 Austin, Texas LEADER S SUMMIT Partner Kit As the leading global voice on emerging technologies, Gigaom provides deep insight on the disruptive companies, people and technologies shaping

More information

What is the UC Irvine Data Science Initiative?

What is the UC Irvine Data Science Initiative? What is the UC Irvine Data Science Initiative? Padhraic Smyth Director of the UCI Data Science Initiative Department of Computer Science University of California, Irvine A Revolution in the Technology

More information

Recommender Systems TIETS43 Collaborative Filtering

Recommender Systems TIETS43 Collaborative Filtering + Recommender Systems TIETS43 Collaborative Filtering Fall 2017 Kostas Stefanidis kostas.stefanidis@uta.fi https://coursepages.uta.fi/tiets43/ selection Amazon generates 35% of their sales through recommendations

More information

Predicting Content Virality in Social Cascade

Predicting Content Virality in Social Cascade Predicting Content Virality in Social Cascade Ming Cheung, James She, Lei Cao HKUST-NIE Social Media Lab Department of Electronic and Computer Engineering Hong Kong University of Science and Technology,

More information

Transportation and The Small World

Transportation and The Small World Aaron Valente Transportation and The Small World Networks are the fabric that holds the very system of our lives together. From the bus we took to school as a child to the subway system we take to the

More information

Social Network Analysis and Its Developments

Social Network Analysis and Its Developments 2013 International Conference on Advances in Social Science, Humanities, and Management (ASSHM 2013) Social Network Analysis and Its Developments DENG Xiaoxiao 1 MAO Guojun 2 1 Macau University of Science

More information

ROGUEWOLF. SmartCities: Anticipating Agents of Change. Adam Amos-Binks Colleen Stacy Lucia Titus Kathleen Vogel Lori Wachter.

ROGUEWOLF. SmartCities: Anticipating Agents of Change. Adam Amos-Binks Colleen Stacy Lucia Titus Kathleen Vogel Lori Wachter. ROGUEWOLF SmartCities: Anticipating Agents of Change Adam Amos-Binks Colleen Stacy Lucia Titus Kathleen Vogel Lori Wachter November 2, 2016 Outline Motivation: SmartCities + Anticipatory thinking Approach

More information

What is Tableau and Why Should I Care? Karen Rahmeier and Melissa Perry, Codecinella Madison WI, June 26, 2018

What is Tableau and Why Should I Care? Karen Rahmeier and Melissa Perry, Codecinella Madison WI, June 26, 2018 What is Tableau and Why Should I Care? Karen Rahmeier and Melissa Perry, Codecinella Madison WI, June 26, 2018 About me Karen Rahmeier Software developer since 1998 Team Lead of software developers, Wisconsin

More information

Social Network Theory and Applications

Social Network Theory and Applications Social Network Theory and Applications Leonid E. Zhukov School of Applied Mathematics and Information Science National Research University Higher School of Economics 13.01.2014 Leonid E. Zhukov (HSE) Lecture

More information

Social Network Analysis in HCI

Social Network Analysis in HCI Social Network Analysis in HCI Derek L. Hansen and Marc A. Smith Marigold Bays-Muchmore (baysmuc2) Hang Cui (hangcui2) Contents Introduction ---------------- What is Social Network Analysis? How does it

More information

Intelligent Agents. Introduction to Planning. Ute Schmid. Cognitive Systems, Applied Computer Science, Bamberg University. last change: 23.

Intelligent Agents. Introduction to Planning. Ute Schmid. Cognitive Systems, Applied Computer Science, Bamberg University. last change: 23. Intelligent Agents Introduction to Planning Ute Schmid Cognitive Systems, Applied Computer Science, Bamberg University last change: 23. April 2012 U. Schmid (CogSys) Intelligent Agents last change: 23.

More information

User Research in Fractal Spaces:

User Research in Fractal Spaces: User Research in Fractal Spaces: Behavioral analytics: Profiling users and informing game design Collaboration with national and international researchers & companies Behavior prediction and monetization:

More information

CSTA K- 12 Computer Science Standards: Mapped to STEM, Common Core, and Partnership for the 21 st Century Standards

CSTA K- 12 Computer Science Standards: Mapped to STEM, Common Core, and Partnership for the 21 st Century Standards CSTA K- 12 Computer Science s: Mapped to STEM, Common Core, and Partnership for the 21 st Century s STEM Cluster Topics Common Core State s CT.L2-01 CT: Computational Use the basic steps in algorithmic

More information

Methodology. Ben Bogart July 28 th, 2011

Methodology. Ben Bogart July 28 th, 2011 Methodology Comprehensive Examination Question 3: What methods are available to evaluate generative art systems inspired by cognitive sciences? Present and compare at least three methodologies. Ben Bogart

More information

New developments in the philosophy of AI. Vincent C. Müller. Anatolia College/ACT February 2015

New developments in the philosophy of AI. Vincent C. Müller. Anatolia College/ACT   February 2015 Müller, Vincent C. (2016), New developments in the philosophy of AI, in Vincent C. Müller (ed.), Fundamental Issues of Artificial Intelligence (Synthese Library; Berlin: Springer). http://www.sophia.de

More information

TETRIS approach. Computing and Technology. On Campus - Full time May 2005

TETRIS approach. Computing and Technology. On Campus - Full time May 2005 and Technology On Campus - Full time May 005 Programme Title: BSc Artificial Intelligence CIF00 C00 C0 Adv. CIS05 Natural Language Engineering CIS0 Intelligent Systems Dev. Methodologies CIS04 Intelligent

More information

Session 3: Position Papers (14:30 16:00)

Session 3: Position Papers (14:30 16:00) Session 3: Position Papers (14:30 16:00) Chair: Dr. Kevin D. Ashley, University of Pittsburgh School of Law 1. Dr. Kevin D. Ashley, Emerging AI+Law Approaches to Automating Analysis and Retrieval of ESI

More information

A collaboration between Maryland Virtual High School and the Pittsburgh Supercomputing Center

A collaboration between Maryland Virtual High School and the Pittsburgh Supercomputing Center A collaboration between Maryland Virtual High School and the Pittsburgh Supercomputing Center Participants will gain A working definition of computational reasoning by using simulations to collect and

More information

Introduction to the Special Section General Theories of Software Engineering: New advances and implications for research

Introduction to the Special Section General Theories of Software Engineering: New advances and implications for research Introduction to the Special Section General Theories of Software Engineering: New advances and implications for research Klaas-Jan Stol a, Michael Goedicke b, Ivar Jacobson c a Lero the Irish Software

More information

1) Evaluating Internet Resources

1) Evaluating Internet Resources (1) Evaluating Internet Resources: Most of what is posted on the Internet has never been subjected to the rigors of peer review common with many traditional publications. Students must learn to evaluate

More information

lecture 7 Informatics luis rocha 2017 I501 introduction to informatics INDIANA UNIVERSITY

lecture 7 Informatics luis rocha 2017 I501 introduction to informatics INDIANA UNIVERSITY lecture 7 Readings until now Presentations Markov, Igor L. 2014. Limits on Fundamental Limits to Computation. Nature 512 (7513) (August 13): 147 154. Sher, Stephen Loreto, Vittorio, et al. "Dynamics on

More information

Does the Increase of Patent in China Means the Improvement of Innovation Capability?

Does the Increase of Patent in China Means the Improvement of Innovation Capability? Does the Increase of Patent in China Means the Improvement of Innovation Capability? Liang Zheng China Institute for Science and Technology Policy School of Public Policy and Management Tsinghua University

More information

The Impact of Computational Science on the Scientific Method

The Impact of Computational Science on the Scientific Method The Impact of Computational Science on the Scientific Method Victoria Stodden MIT Sloan School, Innovation and Entrepreneurship Group vcs@stanford.edu Scientific Software Days The University of Texas at

More information

Single-Server Queue. Hui Chen, Ph.D. Dept. of Engineering & Computer Science Virginia State University Petersburg, VA 23806

Single-Server Queue. Hui Chen, Ph.D. Dept. of Engineering & Computer Science Virginia State University Petersburg, VA 23806 Single-Server Queue Hui Chen, Ph.D. Dept. of Engineering & Computer Science Virginia State University Petersburg, VA 23806 1/13/2016 CSCI 570 - Spring 2016 1 Outline Discussion on project and paper proposal

More information

A Complex Adaptive Model of Information Foraging and Preferential Attachment Dynamics in Global Participatory Science

A Complex Adaptive Model of Information Foraging and Preferential Attachment Dynamics in Global Participatory Science 2012 IEEE International Multi-Disciplinary Conference on Cognitive Methods in Situation Awareness and Decision Support, New Orleans, LA A Complex Adaptive Model of Information Foraging and Preferential

More information

Higher Education Institutions and Networked Knowledge Societies

Higher Education Institutions and Networked Knowledge Societies 1 Higher Education Institutions and Networked Knowledge Societies Jussi Välimaa 2 Main Challenges How to understand & explain contemporary societies? How to explain theoretically the roles Higher education

More information

Introduction to Computer Science - PLTW #9340

Introduction to Computer Science - PLTW #9340 Introduction to Computer Science - PLTW #9340 Description Designed to be the first computer science course for students who have never programmed before, Introduction to Computer Science (ICS) is an optional

More information

3 rd December AI at arago. The Impact of Intelligent Automation on the Blue Chip Economy

3 rd December AI at arago. The Impact of Intelligent Automation on the Blue Chip Economy Hans-Christian AI AT ARAGO Chris Boos @boosc 3 rd December 2015 AI at arago The Impact of Intelligent Automation on the Blue Chip Economy From Industry to Technology AI at arago AI AT ARAGO The Economic

More information

Machine Learning, Data Mining, and Knowledge Discovery: An Introduction

Machine Learning, Data Mining, and Knowledge Discovery: An Introduction Machine Learning, Data Mining, and Kwledge Discovery: An Introduction Outline Data Mining Application Examples Data Mining & Kwledge Discovery Data Mining with Weka AHPCRC Workshop - 8/16/11 - Dr. Martin

More information

CPE/CSC 580: Intelligent Agents

CPE/CSC 580: Intelligent Agents CPE/CSC 580: Intelligent Agents Franz J. Kurfess Computer Science Department California Polytechnic State University San Luis Obispo, CA, U.S.A. 1 Course Overview Introduction Intelligent Agent, Multi-Agent

More information

A Software Engineering approach to Libre Software

A Software Engineering approach to Libre Software A Software Engineering approach to Libre Software GREGORIO ROBLES The challenge of libre 1 software is not the one of a new competitor producing, under the same rules, software in a faster and cheaper

More information

Indicators from the web - making the invisible visible?

Indicators from the web - making the invisible visible? Indicators from the web - making the invisible visible? Presentation given at the workshop The World Wide Web and Access to Knowledge Workshop, February 9-10, 2006, Oxford Andrea Scharnhorst Royal Netherlands

More information

Hardcore Classification: Identifying Play Styles in Social Games using Network Analysis

Hardcore Classification: Identifying Play Styles in Social Games using Network Analysis Hardcore Classification: Identifying Play Styles in Social Games using Network Analysis Ben Kirman and Shaun Lawson September 2009 Abstract In the social network of a web-based online game, all players

More information

Using Dynamic Capability Evaluation to Organize a Team of Cooperative, Autonomous Robots

Using Dynamic Capability Evaluation to Organize a Team of Cooperative, Autonomous Robots Using Dynamic Capability Evaluation to Organize a Team of Cooperative, Autonomous Robots Eric Matson Scott DeLoach Multi-agent and Cooperative Robotics Laboratory Department of Computing and Information

More information

Job Title: DATA SCIENTIST. Location: Champaign, Illinois. Monsanto Innovation Center - Let s Reimagine Together

Job Title: DATA SCIENTIST. Location: Champaign, Illinois. Monsanto Innovation Center - Let s Reimagine Together Job Title: DATA SCIENTIST Employees at the Innovation Center will help accelerate Monsanto s growth in emerging technologies and capabilities including engineering, data science, advanced analytics, operations

More information

Agent Models of 3D Virtual Worlds

Agent Models of 3D Virtual Worlds Agent Models of 3D Virtual Worlds Abstract P_130 Architectural design has relevance to the design of virtual worlds that create a sense of place through the metaphor of buildings, rooms, and inhabitable

More information

A Review of Related Work on Machine Learning in Semiconductor Manufacturing and Assembly Lines

A Review of Related Work on Machine Learning in Semiconductor Manufacturing and Assembly Lines A Review of Related Work on Machine Learning in Semiconductor Manufacturing and Assembly Lines DI Darko Stanisavljevic VIRTUAL VEHICLE DI Michael Spitzer VIRTUAL VEHICLE i-know 16 18.-19.10.2016, Graz

More information

Lecture 1 What is AI? EECS 348 Intro to Artificial Intelligence Doug Downey

Lecture 1 What is AI? EECS 348 Intro to Artificial Intelligence Doug Downey Lecture 1 What is AI? EECS 348 Intro to Artificial Intelligence Doug Downey Outline 1) What is AI: The Course 2) What is AI: The Field 3) Why to take the class (or not) 4) A Brief History of AI 5) Predict

More information

ty of solutions to the societal needs and problems. This perspective links the knowledge-base of the society with its problem-suite and may help

ty of solutions to the societal needs and problems. This perspective links the knowledge-base of the society with its problem-suite and may help SUMMARY Technological change is a central topic in the field of economics and management of innovation. This thesis proposes to combine the socio-technical and technoeconomic perspectives of technological

More information

Economic Clusters Efficiency Mathematical Evaluation

Economic Clusters Efficiency Mathematical Evaluation European Journal of Scientific Research ISSN 1450-216X / 1450-202X Vol. 112 No 2 October, 2013, pp.277-281 http://www.europeanjournalofscientificresearch.com Economic Clusters Efficiency Mathematical Evaluation

More information

Diffusion of Innovation Across a National Local Health Department Network: A Simulation Approach to Policy Development Using Agent- Based Modeling

Diffusion of Innovation Across a National Local Health Department Network: A Simulation Approach to Policy Development Using Agent- Based Modeling Frontiers in Public Health Services and Systems Research Volume 2 Number 5 Article 3 August 2013 Diffusion of Innovation Across a National Local Health Department Network: A Simulation Approach to Policy

More information

Presentation on the Panel Public Administration within Complex, Adaptive Governance Systems, ASPA Conference, Baltimore, MD, March 2011

Presentation on the Panel Public Administration within Complex, Adaptive Governance Systems, ASPA Conference, Baltimore, MD, March 2011 Göktuğ Morçöl Penn State University Presentation on the Panel Public Administration within Complex, Adaptive Governance Systems, ASPA Conference, Baltimore, MD, March 2011 Questions Posed by Panel Organizers

More information

Single-Server Queue. Hui Chen, Ph.D. Department of Engineering & Computer Science. Virginia State University. 1/23/2017 CSCI Spring

Single-Server Queue. Hui Chen, Ph.D. Department of Engineering & Computer Science. Virginia State University. 1/23/2017 CSCI Spring Single-Server Queue Hui Chen, Ph.D. Department of Engineering & Computer Science Virginia State University 1/23/2017 CSCI 570 - Spring 2017 1 Outline Discussion on project 0 Single-server queue Concept

More information

Horizon Scanning. Why & how to launch it in Lithuania? Prof. Dr. Rafael Popper

Horizon Scanning. Why & how to launch it in Lithuania? Prof. Dr. Rafael Popper VTT TECHNICAL RESEARCH CENTRE OF FINLAND LTD Horizon Scanning Why & how to launch it in Lithuania? Prof. Dr. Rafael Popper Principal Scientist in Business, Innovation and Foresight VTT Technical Research

More information

Knowledge Management for Command and Control

Knowledge Management for Command and Control Knowledge Management for Command and Control Dr. Marion G. Ceruti, Dwight R. Wilcox and Brenda J. Powers Space and Naval Warfare Systems Center, San Diego, CA 9 th International Command and Control Research

More information

Graph Formation Effects on Social Welfare and Inequality in a Networked Resource Game

Graph Formation Effects on Social Welfare and Inequality in a Networked Resource Game Graph Formation Effects on Social Welfare and Inequality in a Networked Resource Game Zhuoshu Li 1, Yu-Han Chang 2, and Rajiv Maheswaran 2 1 Beihang University, Beijing, China 2 Information Sciences Institute,

More information

Foundations of Distributed Systems: Tree Algorithms

Foundations of Distributed Systems: Tree Algorithms Foundations of Distributed Systems: Tree Algorithms Stefan Schmid @ T-Labs, 2011 Broadcast Why trees? E.g., efficient broadcast, aggregation, routing,... Important trees? E.g., breadth-first trees, minimal

More information

Opportunities and Challenges for Open Innovation

Opportunities and Challenges for Open Innovation WIPO REGIONAL SEMINAR ON TECHNOLOGY TRANSFER BY UNIVERSITY AND PUBLIC RESEARCH INSTITUTIONS THOROUGH THE STRATEGIC USE OF THE PATENT SYSTEM December 9-11, 29 Opportunities and Challenges for Open Innovation

More information

Chapter 1 Basic Concepts and Preliminaries

Chapter 1 Basic Concepts and Preliminaries Software Evolution and Maintenance A Practitioner s Approach Chapter 1 Basic Concepts and Preliminaries 1.1 Evolution Versus Maintenance The terms evolution and maintenance are used interchangeably. However

More information

2/6/2006 Team #7: Pez Project: Empty Clip Members: Alan Witkowski, Steve Huff, Thos Swallow, Travis Cooper Document: SRS

2/6/2006 Team #7: Pez Project: Empty Clip Members: Alan Witkowski, Steve Huff, Thos Swallow, Travis Cooper Document: SRS 2/6/2006 Team #7: Pez Project: Empty Clip Members: Alan Witkowski, Steve Huff, Thos Swallow, Travis Cooper Document: SRS 1. Introduction Purpose of this section: General background and reference information

More information

Journal Title ISSN 5. MIS QUARTERLY BRIEFINGS IN BIOINFORMATICS

Journal Title ISSN 5. MIS QUARTERLY BRIEFINGS IN BIOINFORMATICS List of Journals with impact factors Date retrieved: 1 August 2009 Journal Title ISSN Impact Factor 5-Year Impact Factor 1. ACM SURVEYS 0360-0300 9.920 14.672 2. VLDB JOURNAL 1066-8888 6.800 9.164 3. IEEE

More information

Project Example: wissen.de

Project Example: wissen.de Project Example: wissen.de Software Architecture VO/KU (707.023/707.024) Roman Kern KMI, TU Graz January 24, 2014 Roman Kern (KMI, TU Graz) Project Example: wissen.de January 24, 2014 1 / 59 Outline 1

More information

Puppet State of DevOps Market Segmentation Report. Contents

Puppet State of DevOps Market Segmentation Report. Contents Contents Overview 3 Where does the DevOps journey start? 7 The impact of DevOps on IT performance 10 Where are you still doing manual work? 18 Conclusion 21 Overview For the past six years, Puppet has

More information

Why Artificial Intelligence will Revolutionize Healthcare including the Behavioral Health Workforce.

Why Artificial Intelligence will Revolutionize Healthcare including the Behavioral Health Workforce. Why Artificial Intelligence will Revolutionize Healthcare including the Behavioral Health Workforce. NDBH Conference New Orleans, LA October 28, 2018 A D I S T I N C T I V E L Y D I V E R S I F I E D E

More information

Understanding User Privacy in Internet of Things Environments IEEE WORLD FORUM ON INTERNET OF THINGS / 30

Understanding User Privacy in Internet of Things Environments IEEE WORLD FORUM ON INTERNET OF THINGS / 30 Understanding User Privacy in Internet of Things Environments HOSUB LEE AND ALFRED KOBSA DONALD BREN SCHOOL OF INFORMATION AND COMPUTER SCIENCES UNIVERSITY OF CALIFORNIA, IRVINE 2016-12-13 IEEE WORLD FORUM

More information

Architecting Systems of the Future, page 1

Architecting Systems of the Future, page 1 Architecting Systems of the Future featuring Eric Werner interviewed by Suzanne Miller ---------------------------------------------------------------------------------------------Suzanne Miller: Welcome

More information

Objectives. Game AI: Collaborative Diffusion. Project: The Sims. Advance from simple game to very sophisticated games

Objectives. Game AI: Collaborative Diffusion. Project: The Sims. Advance from simple game to very sophisticated games welcome to Objectives Game AI: Collaborative Diffusion Advance from simple game to very sophisticated games Project: The Sims game AI single Agent ALife: agent acts intelligent: develops goals based on

More information

AUTOMATION ACROSS THE ENTERPRISE

AUTOMATION ACROSS THE ENTERPRISE AUTOMATION ACROSS THE ENTERPRISE WHAT WILL YOU LEARN? What is Ansible Tower How Ansible Tower Works Installing Ansible Tower Key Features WHAT IS ANSIBLE TOWER? Ansible Tower is a UI and RESTful API allowing

More information

Meta Scientific Discovery Beyond Search CHAN ZUCKERBERG INITIATIVE

Meta Scientific Discovery Beyond Search CHAN ZUCKERBERG INITIATIVE Meta Scientific Discovery Beyond Search CHAN ZUCKERBERG INITIATIVE Alex Wade @alexwade 2 Supporting science & technology that will make it possible to cure, prevent, and manage all diseases by the end

More information

Using Online Communities as a Research Platform

Using Online Communities as a Research Platform CS 498 KA Experimental Methods for HCI Using Online Communities as a Research Platform Loren Terveen, John Riedl, Joseph A. Konstan, Cliff Lampe Presented by: Aabhas Chauhan Objective What are Online Communities?

More information

The Ecology of Participants in Co-Evolving Socio- Technical Environments

The Ecology of Participants in Co-Evolving Socio- Technical Environments The Ecology of Participants in Co-Evolving Socio- Technical Environments Gerhard Fischer 1, Antonio Piccinno 2, Yunwen Ye 1,3 1 Center for LifeLong Learning & Design (L3D), Department of Computer Science,

More information

Indiana K-12 Computer Science Standards

Indiana K-12 Computer Science Standards Indiana K-12 Computer Science Standards What is Computer Science? Computer science is the study of computers and algorithmic processes, including their principles, their hardware and software designs,

More information

Chapter 1: About Science

Chapter 1: About Science Lecture Outline Chapter 1: About Science This lecture will help you understand: What Science Is Scientific Measurements Mathematics The Language of Science Scientific Methods Science, Art, and Religion

More information

URBAN WIKI AND VR APPLICATIONS

URBAN WIKI AND VR APPLICATIONS URBAN WIKI AND VR APPLICATIONS Wael Abdelhameed, Ph.D., University of Bahrain, College of Engineering, Bahrain; South Valley University, Faculty of Fine Arts at Luxor, Egypt; wael.abdelhameed@gmail.com

More information

Individual based simulation for online marketplace diffusion among trading small medium enterprises: A conceptual framework

Individual based simulation for online marketplace diffusion among trading small medium enterprises: A conceptual framework Individual based simulation for online marketplace diffusion among trading small medium enterprises: A conceptual framework Singgih Saptadi 1,2,*, Arlita Rahma Widyasrini 1, Bonita Melinda Pangaribuan

More information

Engineering Scenarios for the Reinforcement of Global Business Intelligence:

Engineering Scenarios for the Reinforcement of Global Business Intelligence: BIAS FAST ANIPLA INTERNATIONAL CONFERENCE - AUTOMATION WITHIN GLOBAL SCENARIOS, Milan Fair Quarters, 19-20-21 November 2002 Socio-Cognitive Engineering Scenarios for the Reinforcement of Global Business

More information

Boundary Work for Collaborative Water Resources Management Conceptual and Empirical Insights from a South African Case Study

Boundary Work for Collaborative Water Resources Management Conceptual and Empirical Insights from a South African Case Study Boundary Work for Collaborative Water Resources Management Conceptual and Empirical Insights from a South African Case Study Esther Irene Dörendahl Landschaftsökologie Boundary Work for Collaborative Water

More information

Semiotics in Digital Visualisation

Semiotics in Digital Visualisation Semiotics in Digital Visualisation keynote at International Conference on Enterprise Information Systems Lisbon, Portugal, 26 30 April 2014 Professor Kecheng Liu Head, School of Business Informatics, Systems

More information

A Virtual World Distributed Server developed in Erlang as a Tool for analysing Needs of Massively Multiplayer Online Game Servers

A Virtual World Distributed Server developed in Erlang as a Tool for analysing Needs of Massively Multiplayer Online Game Servers A Virtual World Distributed Server developed in Erlang as a Tool for analysing Needs of Massively Multiplayer Online Game Servers Erlang/OTP User Conference Stockholm on November 10, 2005 Michał Ślaski

More information

Adapting the Staged Model for Software Evolution to FLOSS

Adapting the Staged Model for Software Evolution to FLOSS Adapting the Staged Model for Software Evolution to FLOSS Andrea Capiluppi Jesus M. Gonzalez Israel Herraiz Gregorio Robles Barahona Department of Computing and Informatics, University of Lincoln, UK GsyC/LibreSoft,

More information

PUBLICATIONS BY THE STAFF Springer Vol 32, Issue 2, Dec Ms.S.Sujatha

PUBLICATIONS BY THE STAFF Springer Vol 32, Issue 2, Dec Ms.S.Sujatha PUBLICATIONS BY THE 2009-2010 JOURNAL NAME AND Springer Vol 32, Issue 2, Dec 2009 - Intelligent Agent Based Artificial Immune System for computer security review 2010-2011 Ms.R.Mala JOURNAL NAME AND CIIT

More information

Modeling Enterprise Systems

Modeling Enterprise Systems Modeling Enterprise Systems A summary of current efforts for the SERC November 14 th, 2013 Michael Pennock, Ph.D. School of Systems and Enterprises Stevens Institute of Technology Acknowledgment This material

More information

The Technology Economics of the Mainframe, Part 3: New Metrics and Insights for a Mobile World

The Technology Economics of the Mainframe, Part 3: New Metrics and Insights for a Mobile World The Technology Economics of the Mainframe, Part 3: New Metrics and Insights for a Mobile World Dr. Howard A. Rubin CEO and Founder, Rubin Worldwide Professor Emeritus City University of New York MIT CISR

More information

Elements of Artificial Intelligence and Expert Systems

Elements of Artificial Intelligence and Expert Systems Elements of Artificial Intelligence and Expert Systems Master in Data Science for Economics, Business & Finance Nicola Basilico Dipartimento di Informatica Via Comelico 39/41-20135 Milano (MI) Ufficio

More information

Transforming Sales Teams

Transforming Sales Teams Transforming Sales Teams Use gamification to increase performance & retention Arcade connects your employees together through a powerful platform that drives workplace engagement and recognition. Through

More information

Visualizations of personal social networks on Facebook and community structure: an exploratory study

Visualizations of personal social networks on Facebook and community structure: an exploratory study European Journal of Social Behaviour 2 (1): 21-30, 2015 ISSN 2408-0292 Visualizations of personal social networks on Facebook and community structure: an exploratory study Published online: 30 June 2015

More information

Academies outline principles of good science publishing

Academies outline principles of good science publishing Journal of Radiological Protection NEWS AND INFORMATION Academies outline principles of good science publishing Recent citations - World Association of Medical Editors (WAME) statement on Predatory Journals

More information

Are your company and board ready for digital transformation?

Are your company and board ready for digital transformation? August 2017 Are your company and board ready for digital transformation? Going digital means change. Having the right skills is a critical part of the process. As overseers of company strategy, the board

More information

TERMS OF REFERENCE FOR CONSULTANTS

TERMS OF REFERENCE FOR CONSULTANTS Strengthening Systems for Promoting Science, Technology, and Innovation (KSTA MON 51123) TERMS OF REFERENCE FOR CONSULTANTS 1. The Asian Development Bank (ADB) will engage 77 person-months of consulting

More information

MEDIA AND INFORMATION

MEDIA AND INFORMATION MEDIA AND INFORMATION MI Department of Media and Information College of Communication Arts and Sciences 101 Understanding Media and Information Fall, Spring, Summer. 3(3-0) SA: TC 100, TC 110, TC 101 Critique

More information

TECHNOLOGY, ARTS AND MEDIA (TAM) CERTIFICATE PROPOSAL. November 6, 1999

TECHNOLOGY, ARTS AND MEDIA (TAM) CERTIFICATE PROPOSAL. November 6, 1999 TECHNOLOGY, ARTS AND MEDIA (TAM) CERTIFICATE PROPOSAL November 6, 1999 ABSTRACT A new age of networked information and communication is bringing together three elements -- the content of business, media,

More information

The Future of e-tourism Research

The Future of e-tourism Research The Future of e-tourism Research From Computer Science to Web Science and Services Science Hannes Werthner hannes.werthner@ec.tuwien.ac.at Electronic Commerce Group Institute for Software Technology and

More information

Introduction: What are the agents?

Introduction: What are the agents? Introduction: What are the agents? Roope Raisamo (rr@cs.uta.fi) Department of Computer Sciences University of Tampere http://www.cs.uta.fi/sat/ Definitions of agents The concept of agent has been used

More information

Analog Custom Layout Engineer

Analog Custom Layout Engineer Analog Custom Layout Engineer Huawei Canada s rapid growth has created an excellent opportunity to build and grow your career and make a big impact to everyone s life. The IC Lab is currently looking to

More information

Individual Test Item Specifications

Individual Test Item Specifications Individual Test Item Specifications 8208120 Game and Simulation Design 2015 The contents of this document were developed under a grant from the United States Department of Education. However, the content

More information