Advanced Information and Knowledge Processing

Size: px
Start display at page:

Download "Advanced Information and Knowledge Processing"

Transcription

1 Advanced Information and Knowledge Processing Series editors Lakhmi C. Jain Bournemouth University, Poole, UK and University of South Australia, Adelaide, Australia Xindong Wu University of Vermont

2 Information systems and intelligent knowledge processing are playing an increasing role in business, science and technology. Recently, advanced information systems have evolved to facilitate the co-evolution of human and information networks within communities. These advanced information systems use various paradigms including artificial intelligence, knowledge management, and neural science as well as conventional information processing paradigms. The aim of this series is to publish books on new designs and applications of advanced information and knowledge processing paradigms in areas including but not limited to aviation, business, security, education, engineering, health, management, and science. Books in the series should have a strong focus on information processing preferably combined with, or extended by, new results from adjacent sciences. Proposals for research monographs, reference books, coherently integrated multi-author edited books, and handbooks will be considered for the series and each proposal will be reviewed by the Series Editors, with additional reviews from the editorial board and independent reviewers where appropriate. Titles published within the Advanced Information and Knowledge Processing series are included in Thomson Reuters Book Citation Index. More information about this series at

3 Mohammed Zuhair Al-Taie Seifedine Kadry Python for Graph and Network Analysis

4 Mohammed Zuhair Al-Taie Faculty of Computing Universiti Teknologi Malaysia Kuala Lumpur, Malaysia Seifedine Kadry School of Engineering and Technology American University of the Middle East Kuwait ISSN ISSN (electronic) Advanced Information and Knowledge Processing ISBN ISBN (ebook) DOI / Library of Congress Control Number: Springer International Publishing AG 2017 This work is subject to copyright. All rights are reserved by the Publisher, whether the whole or part of the material is concerned, specifically the rights of translation, reprinting, reuse of illustrations, recitation, broadcasting, reproduction on microfilms or in any other physical way, and transmission or information storage and retrieval, electronic adaptation, computer software, or by similar or dissimilar methodology now known or hereafter developed. The use of general descriptive names, registered names, trademarks, service marks, etc. in this publication does not imply, even in the absence of a specific statement, that such names are exempt from the relevant protective laws and regulations and therefore free for general use. The publisher, the authors and the editors are safe to assume that the advice and information in this book are believed to be true and accurate at the date of publication. Neither the publisher nor the authors or the editors give a warranty, express or implied, with respect to the material contained herein or for any errors or omissions that may have been made. The publisher remains neutral with regard to jurisdictional claims in published maps and institutional affiliations. Printed on acid-free paper This Springer imprint is published by Springer Nature The registered company is Springer International Publishing AG The registered company address is: Gewerbestrasse 11, 6330 Cham, Switzerland

5 Preface New Age of Web Usage The fast developments in the Web and Internet in the last decade and the advancements in computing and communication have drawn people in innovative ways. Huge participatory social sites have emerged, empowering new shapes of collaboration communication. Sites, such as Twitter, Facebook, LinkedIn, and Myspace, allow people to make new virtual relationships. Wikis, blogs, and video blogs provide users with convenience and assistance in every possible way to help them publish their ideas and thoughts, no need to worry about publishing costs. A tremendous number of volunteers can today write articles and share photos, videos, and links at a scope and scale never imagined before. Product recommendations provided by online marketplaces such as ebay and Amazon (after analyzing user behavior) can tempt online consumers to make more orders. Tagging mechanisms on the Web help users to express their preferences. Sending and receiving s, visiting a Webpage, or posting a comment on a blog site leaves a digital footprint that can be traced back to the person or group behind it. Political movements can also use the Web today to create new forms of collaboration between supporters. All these changes would not have taken place without the help of Web 2.0 technology a term coined by Tim O Reilly to show that Internet users are more prepared than before to reformulate the Web content. Social networking is a major factor in the emergence of such interactions since most Internet users are players of social sites and use them regularly and actively. Recent studies have shown that social networking has become one of three popular uses of the Internet, alongside the Internet search and , which points to the importance of this social trend and the role it plays in communities. In the study of social networks, social network analysis makes an interesting interdisciplinary research area, where computer scientists and sociologists bring their competence to a level that will enable them to meet the challenges of this fastdeveloping field. Computer scientists have the knowledge to parse and process data, v

6 vi Preface while sociologists have the experience that is required for efficient data editing and interpretation. Social network analysis techniques, which are included in this book, will help readers to efficiently analyze social data from Twitter, Facebook, LiveJournal, GitHub, and many others at three levels of depth: ego, group, and community. They will be able to analyze militant and revolutionary networks and candidate networks during elections. They will even learn how the Ebola virus spread through communities. Social network analysis was successfully applied in different fields such as health, cyber security, business, animal social networks, information retrieval, and communications. For example, in animal social networks, social network analysis was used to investigate relationships and social structures of animal gatherings and the direct and indirect interactions between animal groups. It was also applied by security agencies, particularly after the 9/11/2001 attacks, to study the structure and dynamics of militant groups. Learn, in Simple Words, Theory and Practice of Social Network Analysis This is a book on graph and network analysis integrating theory and applications for performing the analysis. Step by step, the book introduces the main structural concepts and their applications in social research. It is aimed at tackling problems on graphs and social networks by exploring tens of examples ranging in difficulty from simple to intermediate, which makes the book a practical introduction to the field. In each of the eight chapters (except for chapter one), each theoretical section is followed by examples explaining how to perform graph and network analysis with Python, a general-purpose programming language that is becoming more and more popular to do data science. Companies worldwide are using Python to harvest insights from their data and get a competitive edge. The book also includes the use of NetworkX library, a Python language software package and an open-source tool for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks. Side by side with Matplotlib package for data visualization, these three open source tools are used to analyze and visualize social data. In the end, the reader has the knowledge, skills, and tools to apply social network analysis in all reachable fields, ranging from social media to business administration and history. The book is intended for readers who want to learn theory and practice of graph and network analysis using a programming language, which is Python, without going too far into its mathematical or statistical methods. In fact, the book is suitable for courses on social network analysis in all disciplines that use social methodology. We believe that many of the readers are more interested in the implementation of social network analysis than in its mathematical properties.

7 Preface vii The book contains eight chapters. Chapter 1: Theoretical Concepts of Network Analysis. This is the longest chapter, it gives an introduction to the major theoretical concepts of network analysis, with emphasis on these used throughout this book. Chapter 2: Graph theory. This chapter presents the main features of graph theory, the mathematical study of the application and properties of graphs, initially motivated by the study of games of chance. It addresses topics such as origins of graph theory, graph basics, types of graphs, graph traversals, and types of operations on graphs. Chapter 3: Network basics. This chapter introduces the concept of a network, which is, of course, the core object of network analysis. We will discuss topics such as types of networks, network measures, installation and use of NetworkX library, network data representation, basic matrix operations, and data visualization. Chapter 4: Social networks. This chapter introduces the main concepts of social networks such as properties of social networks, data collection in social networks, data sampling, and social network analysis. Chapter 5: Node-level analysis. This chapter is concerned with building an understanding of how to do network analysis at the node (ego) level. It shows how to create social networks from scratch, how to import networks, how to find key players in social networks using centrality measures, and how to visualize networks. We will also introduce the important algorithms that are used to gain insights from graphs. Chapter 6: Group-level analysis. In this chapter, we are going to present a number of techniques for detecting cohesive groups in networks such as cliques, clustering coefficient, triadic analysis, structural holes, brokerage, transitivity, hierarchical clustering, and blockmodels, all of which are based on how nodes in a network interconnect. However, among all, cohesion and brokerage types of analysis are two major research topics in social network analysis. Chapter 7: Network-level analysis. In this chapter, we are going to study graphs and networks as a whole, which is different from what we have done in the previous chapters when we analyzed graphs at the node level and the group level. Hence, this chapter addresses concepts such as components and isolates, cores and periphery, network density, shortest paths, reciprocity, affiliation networks and two-mode networks, and homophily. Chapter 8: Information diffusion in social networks. This chapter discusses concepts of information diffusion in social networks. Information diffusion methods are commonly used in viral marketing, in collaborative filtering systems, in emergency management, in community detection, and in the study of citation networks. Johor, Malaysia Egaila, Kuwait Mohammed Zuhair Al-Taie Seifedine Kadry

8 Contents 1 Theoretical Concepts of Network Analysis Sociological Meaning of Network Relations Network Measurements Network Connection Transitivity Multiplexity Homophily Dyads and Mutuality Balance and Triads Reciprocity Network Distribution Distance Between Two Nodes Degree Centrality Closeness Centrality Betweenness Centrality Eigenvector Centrality PageRank Geodesic Distance and Shortest Path Eccentricity Density Network Segmentation Cohesive Subgroups Cliques K-Cores Clustering Coefficient Core/Periphery Blockmodels Hierarchical Clustering ix

9 x Contents 1.5 Recent Developments in Network Analysis Community Detection Link Prediction Spatial Networks Protein-Protein Interaction Networks Recommendation Systems igraph Network Basics What Is a Network? Types of Networks Properties of Networks Network Measures NetworkX Installation Matrices Types of Matrices in Social Networks Adjacency Matrix Edge List Matrix Adjacency List Numpy Matrix Sparse Matrix Basic Matrix Operations Data Visualization Graph Theory Origins of Graph Theory Graph Basics Vertices Types of Graphs Graph Traversals Depth-First Traversal (DFS) Breadth-First Traversal (BFS) Dijkstra s Algorithm Operations on Graphs Reference Social Networks Social Networks Properties of a Social Network Scale-Free Networks Small-World Networks Network Navigation Dunbar s Number... 69

10 Contents xi 4.3 Data Collection in Social Networks Six Degrees of Separation Online Social Networks Online Social Data Collection Data Sampling Social Network Analysis Social Network Analysis vs. Link Analysis Historical Development Importance of Social Network Analysis Social Network Analysis Modeling Tools References Node-Level Analysis Ego-Network Analysis Identifying Influential Individuals in the Network Degree Centrality Closeness Centrality Betweenness Centrality Eigenvector Centrality PageRank Neighbors Bridges Which Centrality Algorithm to Use? Group-Level Analysis Cohesive Subgroups Cliques Clustering Coefficient Triadic Analysis Structural Holes Brokerage Transitivity Coreness Overlapping Communities Dynamic Community Finding M-Slice K-Cores Community Detection Graph Partitioning Hierarchical Clustering Blockmodels Modularity Optimization The Louvain Method Reference

11 xii Contents 7 Network-Level Analysis Components/Isolates Core/Periphery Density Shortest Path Reciprocity Affiliation Networks Two-Mode Networks Homophily Information Diffusion in Social Networks Diffusion Contagion Diffusion of Innovation Adoption of Innovations Diffusion of Innovation Models Two-Step Flow Model Social Contagion Adoption Rate Adoption Categories and Thresholds Amount of Exposure Adopters and Adoption Critical Mass Epidemics Epidemic Models Deterministic Compartmental Models SIR Model Properties of the SIR Model Appendices Appendix A: Python 3.x Quick Syntax Guide Python Syntax Variables Numbers Strings Lists Tuples Dictionaries Conditionals Loops Python Functions File Handling Exception Handling Modules Classes

12 Contents xiii Appendix B: NetworkX Tutorial Graph Types Nodes Edges Directed Graphs Attributed Graphs Weighted Graphs Multigraphs Classic Graph Operations Graph Generators Basic Network Analysis Centrality Measures Drawing Graphs Algorithms Package (NetworkX Algorithms) Reading and Writing References

Computational Intelligence for Network Structure Analytics

Computational Intelligence for Network Structure Analytics Computational Intelligence for Network Structure Analytics Maoguo Gong Qing Cai Lijia Ma Shanfeng Wang Yu Lei Computational Intelligence for Network Structure Analytics 123 Maoguo Gong Xidian University

More information

Studies in Systems, Decision and Control

Studies in Systems, Decision and Control Studies in Systems, Decision and Control Volume 159 Series editor Janusz Kacprzyk, Polish Academy of Sciences, Warsaw, Poland e-mail: kacprzyk@ibspan.waw.pl The series Studies in Systems, Decision and

More information

Fundamentals of Digital Forensics

Fundamentals of Digital Forensics Fundamentals of Digital Forensics Joakim Kävrestad Fundamentals of Digital Forensics Theory, Methods, and Real-Life Applications 123 Joakim Kävrestad School of Informatics University of Skövde Skövde,

More information

SpringerBriefs in Astronomy

SpringerBriefs in Astronomy SpringerBriefs in Astronomy Series editors Martin Ratcliffe Valley Center, Kansas, USA Wolfgang Hillebrandt MPI für Astrophysik, Garching, Germany Michael Inglis Suffolk County Community College, New York,

More information

SpringerBriefs in Space Development

SpringerBriefs in Space Development SpringerBriefs in Space Development Guest Editor: Jinyuan Su More information about this series at http://www.springer.com/series/10058 Joseph N. Pelton New Solutions for the Space Debris Problem Joseph

More information

SpringerBriefs in Computer Science

SpringerBriefs in Computer Science SpringerBriefs in Computer Science Series Editors Stan Zdonik Shashi Shekhar Jonathan Katz Xindong Wu Lakhmi C. Jain David Padua Xuemin (Sherman) Shen Borko Furht V.S. Subrahmanian Martial Hebert Katsushi

More information

The Test and Launch Control Technology for Launch Vehicles

The Test and Launch Control Technology for Launch Vehicles The Test and Launch Control Technology for Launch Vehicles Zhengyu Song The Test and Launch Control Technology for Launch Vehicles 123 Zhengyu Song China Academy of Launch Vehicle Technology Beijing China

More information

Computational Social Sciences

Computational Social Sciences A series of authored and edited monographs that utilize quantitative and computational methods to model, analyze and interpret large-scale social phenomena. Titles within the series contain methods and

More information

Discursive Constructions of Corporate Identities by Chinese Banks on Sina Weibo

Discursive Constructions of Corporate Identities by Chinese Banks on Sina Weibo Discursive Constructions of Corporate Identities by Chinese Banks on Sina Weibo Wei Feng Discursive Constructions of Corporate Identities by Chinese Banks on Sina Weibo An Integrated Sociolinguistics Approach

More information

K-Best Decoders for 5G+ Wireless Communication

K-Best Decoders for 5G+ Wireless Communication K-Best Decoders for 5G+ Wireless Communication Mehnaz Rahman Gwan S. Choi K-Best Decoders for 5G+ Wireless Communication Mehnaz Rahman Department of Electrical and Computer Engineering Texas A&M University

More information

The Cultural and Social Foundations of Education. Series Editor A.G. Rud College of Education Washington State University USA

The Cultural and Social Foundations of Education. Series Editor A.G. Rud College of Education Washington State University USA The Cultural and Social Foundations of Education Series Editor A.G. Rud College of Education Washington State University USA The Palgrave Pivot series on the Cultural and Social Foundations of Education

More information

Current Technologies in Vehicular Communications

Current Technologies in Vehicular Communications Current Technologies in Vehicular Communications George Dimitrakopoulos George Bravos Current Technologies in Vehicular Communications George Dimitrakopoulos Department of Informatics and Telematics Harokopio

More information

Management and Industrial Engineering. Series editor J. Paulo Davim, Aveiro, Portugal

Management and Industrial Engineering. Series editor J. Paulo Davim, Aveiro, Portugal Management and Industrial Engineering Series editor J. Paulo Davim, Aveiro, Portugal More information about this series at http://www.springer.com/series/11690 J. Paulo Davim Editor Progress in Lean Manufacturing

More information

SpringerBriefs in Electrical and Computer Engineering

SpringerBriefs in Electrical and Computer Engineering SpringerBriefs in Electrical and Computer Engineering More information about this series at http://www.springer.com/series/10059 David Fouto Nuno Paulino Design of Low Power and Low Area Passive Sigma

More information

COOP 2016: Proceedings of the 12th International Conference on the Design of Cooperative Systems, May 2016, Trento, Italy

COOP 2016: Proceedings of the 12th International Conference on the Design of Cooperative Systems, May 2016, Trento, Italy Antonella De Angeli Liam Bannon Patrizia Marti Silvia Bordin Editors COOP 2016: Proceedings of the 12th International Conference on the Design of Cooperative Systems, 23-27 May 2016, Trento, Italy COOP

More information

Analog Circuits and Signal Processing. Series editors Mohammed Ismail, Dublin, USA Mohamad Sawan, Montreal, Canada

Analog Circuits and Signal Processing. Series editors Mohammed Ismail, Dublin, USA Mohamad Sawan, Montreal, Canada Analog Circuits and Signal Processing Series editors Mohammed Ismail, Dublin, USA Mohamad Sawan, Montreal, Canada The Analog Circuits and Signal Processing book series, formerly known as the Kluwer International

More information

Robust Hand Gesture Recognition for Robotic Hand Control

Robust Hand Gesture Recognition for Robotic Hand Control Robust Hand Gesture Recognition for Robotic Hand Control Ankit Chaudhary Robust Hand Gesture Recognition for Robotic Hand Control 123 Ankit Chaudhary Department of Computer Science Northwest Missouri State

More information

SpringerBriefs in Applied Sciences and Technology

SpringerBriefs in Applied Sciences and Technology SpringerBriefs in Applied Sciences and Technology SpringerBriefs present concise summaries of cutting-edge research and practical applications across a wide spectrum of fields. Featuring compact volumes

More information

Advances in Multirate Systems

Advances in Multirate Systems Advances in Multirate Systems Editor Advances in Multirate Systems Editor Department of Electronics Institute National INAOE Tonantzintla, Puebla Mexico ISBN 978-3-319-59273-2 ISBN 978-3-319-59274-9 (ebook)

More information

Palgrave Studies in Comics and Graphic Novels. Series Editor Roger Sabin University of the Arts London London, United Kingdom

Palgrave Studies in Comics and Graphic Novels. Series Editor Roger Sabin University of the Arts London London, United Kingdom Palgrave Studies in Comics and Graphic Novels Series Editor Roger Sabin University of the Arts London London, United Kingdom This series concerns Comics Studies with a capital c and a capital s. It feels

More information

Privacy, Data Protection and Cybersecurity in Europe

Privacy, Data Protection and Cybersecurity in Europe Privacy, Data Protection and Cybersecurity in Europe Wolf J. Schünemann Max-Otto Baumann Editors Privacy, Data Protection and Cybersecurity in Europe Editors Wolf J. Schünemann Institute for Social Sciences

More information

Computer Supported Cooperative Work. Series Editor Richard Harper Cambridge, United Kingdom

Computer Supported Cooperative Work. Series Editor Richard Harper Cambridge, United Kingdom Computer Supported Cooperative Work Series Editor Richard Harper Cambridge, United Kingdom The CSCW series examines the dynamic interface of human nature, culture, and technology. Technology to support

More information

Studies in Computational Intelligence

Studies in Computational Intelligence Studies in Computational Intelligence Volume 733 Series editor Janusz Kacprzyk, Polish Academy of Sciences, Warsaw, Poland e-mail: kacprzyk@ibspan.waw.pl About this Series The series Studies in Computational

More information

Science Fiction, Ethics and the Human Condition

Science Fiction, Ethics and the Human Condition Science Fiction, Ethics and the Human Condition Peter Nicolai Halvorsen Editors Science Fiction, Ethics and the Human Condition Editors Department of Chemistry and Biology, Aalborg University Copenhagen

More information

Surface Mining Machines

Surface Mining Machines Surface Mining Machines Eugeniusz Rusiński Jerzy Czmochowski Przemysław Moczko Damian Pietrusiak Surface Mining Machines Problems of Maintenance and Modernization 123 Eugeniusz Rusiński Faculty of Mechanical

More information

Satellite- Based Earth Observation. Christian Brünner Georg Königsberger Hannes Mayer Anita Rinner Editors

Satellite- Based Earth Observation. Christian Brünner Georg Königsberger Hannes Mayer Anita Rinner Editors Christian Brünner Georg Königsberger Hannes Mayer Anita Rinner Editors Satellite- Based Earth Observation Trends and Challenges for Economy and Society Satellite-Based Earth Observation Christian Brünner

More information

Fault Diagnosis of Hybrid Dynamic and Complex Systems

Fault Diagnosis of Hybrid Dynamic and Complex Systems Fault Diagnosis of Hybrid Dynamic and Complex Systems Moamar Sayed-Mouchaweh Editor Fault Diagnosis of Hybrid Dynamic and Complex Systems 123 Editor Moamar Sayed-Mouchaweh Institute Mines-Telecom Lille

More information

Advances in Game-Based Learning

Advances in Game-Based Learning Advances in Game-Based Learning Series Editors Dirk Ifenthaler Scott Joseph Warren Deniz Eseryel More information about this series at http://www.springer.com/series/13094 Janna Jackson Kellinger A Guide

More information

International Series on Computer Entertainment and Media Technology. Series Editor Newton Lee Tujunga, California, USA

International Series on Computer Entertainment and Media Technology. Series Editor Newton Lee Tujunga, California, USA International Series on Computer Entertainment and Media Technology Series Editor Newton Lee Tujunga, California, USA The International Series on Computer Entertainment and Media Technology presents forward-looking

More information

Trends in Logic. Volume 45

Trends in Logic. Volume 45 Trends in Logic Volume 45 TRENDS IN LOGIC Studia Logica Library VOLUME 45 Editor-in-Chief Heinrich Wansing, Ruhr-University Bochum, Bochum, Germany Editorial Assistant Andrea Kruse, Ruhr-University Bochum,

More information

Application of Evolutionary Algorithms for Multi-objective Optimization in VLSI and Embedded Systems

Application of Evolutionary Algorithms for Multi-objective Optimization in VLSI and Embedded Systems Application of Evolutionary Algorithms for Multi-objective Optimization in VLSI and Embedded Systems M.C. Bhuvaneswari Editor Application of Evolutionary Algorithms for Multi-objective Optimization in

More information

Palgrave Studies in Comics and Graphic Novels. Series Editor Roger Sabin University of the Arts London London, United Kingdom

Palgrave Studies in Comics and Graphic Novels. Series Editor Roger Sabin University of the Arts London London, United Kingdom Palgrave Studies in Comics and Graphic Novels Series Editor Roger Sabin University of the Arts London London, United Kingdom This series concerns Comics Studies with a capital c and a capital s. It feels

More information

Health Information Technology Standards. Series Editor: Tim Benson

Health Information Technology Standards. Series Editor: Tim Benson Health Information Technology Standards Series Editor: Tim Benson Tim Benson Principles of Health Interoperability HL7 and SNOMED Second Edition Tim Benson Abies Ltd Hermitage, Thatcham Berkshire UK ISBN

More information

Advanced Decision Making for HVAC Engineers

Advanced Decision Making for HVAC Engineers Advanced Decision Making for HVAC Engineers Javad Khazaii Advanced Decision Making for HVAC Engineers Creating Energy Efficient Smart Buildings Javad Khazaii Engineering Department Kennesaw State University

More information

SpringerBriefs in Applied Sciences and Technology

SpringerBriefs in Applied Sciences and Technology SpringerBriefs in Applied Sciences and Technology Forensic and Medical Bioinformatics Series editors Amit Kumar, Hyderabad, India Allam Appa Rao, Hyderabad, India More information about this series at

More information

Bioinformatics for Evolutionary Biologists

Bioinformatics for Evolutionary Biologists Bioinformatics for Evolutionary Biologists Bernhard Haubold Angelika Börsch-Haubold Bioinformatics for Evolutionary Biologists A Problems Approach 123 Bernhard Haubold Department of Evolutionary Genetics

More information

The Space Shuttle Program. Technologies and Accomplishments

The Space Shuttle Program. Technologies and Accomplishments The Space Shuttle Program Technologies and Accomplishments Davide Sivolella The Space Shuttle Program Technologies and Accomplishments Davide Sivolella Aerospace Engineer Hemel Hempstead United Kingdom

More information

Enacting Research Methods in Information Systems: Volume 2

Enacting Research Methods in Information Systems: Volume 2 Enacting Research Methods in Information Systems: Volume 2 This page intentionally left blank Enacting Research Methods in Information Systems: Volume 2 Edited by Leslie P. Willcocks London School of Economics

More information

Palgrave Studies in the History of Science and Technology

Palgrave Studies in the History of Science and Technology Palgrave Studies in the History of Science and Technology Series Editors James Rodger Fleming Colby College Waterville, Maine, USA Roger D. Launius Smithsonian Institution National Air and Space Museum,

More information

Dry Etching Technology for Semiconductors. Translation supervised by Kazuo Nojiri Translation by Yuki Ikezi

Dry Etching Technology for Semiconductors. Translation supervised by Kazuo Nojiri Translation by Yuki Ikezi Dry Etching Technology for Semiconductors Translation supervised by Kazuo Nojiri Translation by Yuki Ikezi Kazuo Nojiri Dry Etching Technology for Semiconductors Kazuo Nojiri Lam Research Co., Ltd. Tokyo,

More information

Lecture Notes in Business Information Processing 326

Lecture Notes in Business Information Processing 326 Lecture Notes in Business Information Processing 326 Series Editors Wil M. P. van der Aalst RWTH Aachen University, Aachen, Germany John Mylopoulos University of Trento, Trento, Italy Michael Rosemann

More information

Learn Autodesk Inventor 2018 Basics

Learn Autodesk Inventor 2018 Basics Learn Autodesk Inventor 2018 Basics 3D Modeling, 2D Graphics, and Assembly Design T. Kishore Learn Autodesk Inventor 2018 Basics T. Kishore Hyderabad, India ISBN-13 (pbk): 978-1-4842-3224-8 ISBN-13 (electronic):

More information

Research and Practice on the Theory of Inventive Problem Solving (TRIZ)

Research and Practice on the Theory of Inventive Problem Solving (TRIZ) Research and Practice on the Theory of Inventive Problem Solving (TRIZ) ThiS is a FM Blank Page Leonid Chechurin Editor Research and Practice on the Theory of Inventive Problem Solving (TRIZ) Linking Creativity,

More information

SpringerBriefs in Space Development

SpringerBriefs in Space Development SpringerBriefs in Space Development Series Editor: Joseph N. Pelton, Jr. For further volumes: http://www.springer.com/series/10058 Audrey L. Allison The ITU and Managing Satellite Orbital and Spectrum

More information

Digital Image Processing

Digital Image Processing Digital Image Processing D. Sundararajan Digital Image Processing A Signal Processing and Algorithmic Approach 123 D. Sundararajan Formerly at Concordia University Montreal Canada Additional material to

More information

RF and Microwave Microelectronics Packaging II

RF and Microwave Microelectronics Packaging II RF and Microwave Microelectronics Packaging II Ken Kuang Rick Sturdivant Editors RF and Microwave Microelectronics Packaging II Editors Ken Kuang Torrey Hills Technologies, LLC San Diego, CA, USA Rick

More information

Human Computer Interaction Series. Editors-in-chief Desney Tan, Microsoft Research, USA Jean Vanderdonckt, Université catholique de Louvain, Belgium

Human Computer Interaction Series. Editors-in-chief Desney Tan, Microsoft Research, USA Jean Vanderdonckt, Université catholique de Louvain, Belgium Human Computer Interaction Series Editors-in-chief Desney Tan, Microsoft Research, USA Jean Vanderdonckt, Université catholique de Louvain, Belgium HCI is a multidisciplinary field focused on human aspects

More information

Postdisciplinary Studies in Discourse

Postdisciplinary Studies in Discourse Postdisciplinary Studies in Discourse Series Editors Johannes Angermuller University of Warwick Coventry, United Kingdom Judith Baxter Aston University Birmingham, United Kingdom Aim of the Series Postdisciplinary

More information

Design for Innovative Value Towards a Sustainable Society

Design for Innovative Value Towards a Sustainable Society Design for Innovative Value Towards a Sustainable Society Mitsutaka Matsumoto Yasushi Umeda Keijiro Masui Shinichi Fukushige Editors Design for Innovative Value Towards a Sustainable Society Proceedings

More information

Drones and Unmanned Aerial Systems

Drones and Unmanned Aerial Systems Drones and Unmanned Aerial Systems Aleš Završnik Editor Drones and Unmanned Aerial Systems Legal and Social Implications for Security and Surveillance 2123 Editor Aleš Završnik Institute of Criminology

More information

Analog Circuits and Signal Processing. Series Editors Mohammed Ismail, Dublin, USA Mohamad Sawan, Montreal, Canada

Analog Circuits and Signal Processing. Series Editors Mohammed Ismail, Dublin, USA Mohamad Sawan, Montreal, Canada Analog Circuits and Signal Processing Series Editors Mohammed Ismail, Dublin, USA Mohamad Sawan, Montreal, Canada More information about this series at http://www.springer.com/series/7381 Marco Vigilante

More information

Multi-Criteria Decision Analysis to Support Healthcare Decisions

Multi-Criteria Decision Analysis to Support Healthcare Decisions Multi-Criteria Decision Analysis to Support Healthcare Decisions Kevin Marsh Mireille Goetghebeur Praveen Thokala Rob Baltussen Editors Multi-Criteria Decision Analysis to Support Healthcare Decisions

More information

ANALOG CIRCUITS AND SIGNAL PROCESSING

ANALOG CIRCUITS AND SIGNAL PROCESSING ANALOG CIRCUITS AND SIGNAL PROCESSING Series Editors Mohammed Ismail, The Ohio State University Mohamad Sawan, École Polytechnique de Montréal For further volumes: http://www.springer.com/series/7381 Yongjian

More information

Advances in Metaheuristic Algorithms for Optimal Design of Structures

Advances in Metaheuristic Algorithms for Optimal Design of Structures Advances in Metaheuristic Algorithms for Optimal Design of Structures ThiS is a FM Blank Page A. Kaveh Advances in Metaheuristic Algorithms for Optimal Design of Structures A. Kaveh School of Civil Engineering,

More information

Advances in Computer Vision and Pattern Recognition

Advances in Computer Vision and Pattern Recognition Advances in Computer Vision and Pattern Recognition For further volumes: http://www.springer.com/series/4205 Marco Alexander Treiber Optimization for Computer Vision An Introduction to Core Concepts and

More information

Human and Mediated Communication around the World

Human and Mediated Communication around the World Marieke de Mooij Human and Mediated Communication around the World A Comprehensive Review and Analysis Marieke de Mooij Burgh-Haamstede The Netherlands ISBN 978-3-319-01248-3 ISBN 978-3-319-01249-0 (ebook)

More information

Broadband Networks, Smart Grids and Climate Change

Broadband Networks, Smart Grids and Climate Change Broadband Networks, Smart Grids and Climate Change Eli M. Noam Lorenzo Maria Pupillo Johann J. Kranz Editors Broadband Networks, Smart Grids and Climate Change Editors Eli M. Noam Columbia Business School

More information

SpringerBriefs in Applied Sciences and Technology

SpringerBriefs in Applied Sciences and Technology SpringerBriefs in Applied Sciences and Technology Safety Management Series Editors Eric Marsden, Toulouse, France Caroline Kamaté, Toulouse, France François Daniellou, Toulouse, France The SpringerBriefs

More information

Francis Bacon on Motion and Power

Francis Bacon on Motion and Power Francis Bacon on Motion and Power INTERNATIONAL ARCHIVES OF THE HISTORY OF IDEAS ARCHIVES INTERNATIONALES D HISTOIRE DES IDÉES 218 FRANCIS BACON ON MOTION AND POWER, James A.T. Lancaster, Sorana Corneanu,

More information

Offshore Energy Structures

Offshore Energy Structures Offshore Energy Structures Madjid Karimirad Offshore Energy Structures For Wind Power, Wave Energy and Hybrid Marine Platforms 1 3 ISBN 978-3-319-12174-1 ISBN 978-3-319-12175-8 (ebook) DOI 10.1007/978-3-319-12175-8

More information

PIXAR S AMERICA. The Re-Animation of American Myths and Symbols DIETMAR MEINEL

PIXAR S AMERICA. The Re-Animation of American Myths and Symbols DIETMAR MEINEL PIXAR S AMERICA The Re-Animation of American Myths and Symbols DIETMAR MEINEL Pixar s America Dietmar Meinel Pixar s America The Re-Animation of American Myths and Symbols Dietmar Meinel Department of

More information

Hiroyuki Kajimoto Satoshi Saga Masashi Konyo. Editors. Pervasive Haptics. Science, Design, and Application

Hiroyuki Kajimoto Satoshi Saga Masashi Konyo. Editors. Pervasive Haptics. Science, Design, and Application Pervasive Haptics Hiroyuki Kajimoto Masashi Konyo Editors Pervasive Haptics Science, Design, and Application 123 Editors Hiroyuki Kajimoto The University of Electro-Communications Tokyo, Japan University

More information

Birds of Prey and Wind Farms

Birds of Prey and Wind Farms Birds of Prey and Wind Farms Hermann Hötker Oliver Krone Georg Nehls Editors Birds of Prey and Wind Farms Analysis of Problems and Possible Solutions 123 Editors Hermann Hötker Michael-Otto-Institut im

More information

Applications of Cognitive Computing Systems and IBM Watson

Applications of Cognitive Computing Systems and IBM Watson Applications of Cognitive Computing Systems and IBM Watson Danish Contractor Aaditya Telang Editors Applications of Cognitive Computing Systems and IBM Watson 8th IBM Collaborative Academia Research Exchange

More information

Faster than Nyquist Signaling

Faster than Nyquist Signaling Faster than Nyquist Signaling Deepak Dasalukunte Viktor Öwall Fredrik Rusek John B. Anderson Faster than Nyquist Signaling Algorithms to Silicon 123 Deepak Dasalukunte Lantiq Bangalore, India Fredrik

More information

IIW Collection. Series editor IIW International Institute of Welding, ZI Paris Nord II, Villepinte, France

IIW Collection. Series editor IIW International Institute of Welding, ZI Paris Nord II, Villepinte, France IIW Collection Series editor IIW International Institute of Welding, ZI Paris Nord II, Villepinte, France The IIW Collection of Books is authored by experts from the 59 countries participating in the work

More information

Management of Software Engineering Innovation in Japan

Management of Software Engineering Innovation in Japan Management of Software Engineering Innovation in Japan Yasuo Kadono Management of Software Engineering Innovation in Japan 1 3 Yasuo Kadono Ritsumeikan University Graduate School of Technology Management

More information

Strategic Innovation in Russia

Strategic Innovation in Russia Strategic Innovation in Russia ThiS is a FM Blank Page Taco C.R. van Someren Shuhua van Someren-Wang Strategic Innovation in Russia Towards a Sustainable and Profitable National Innovation System Taco

More information

SpringerBriefs in Electrical and Computer Engineering

SpringerBriefs in Electrical and Computer Engineering SpringerBriefs in Electrical and Computer Engineering Speech Technology Series editor Amy Neustein, Fort Lee, NJ, USA Editor s Note The authors of this series have been hand-selected. They comprise some

More information

Contesting Water Rights

Contesting Water Rights Contesting Water Rights Mangala Subramaniam Contesting Water Rights Local, State, and Global Struggles Mangala Subramaniam Department of Sociology Purdue University West Lafayette, IN, USA ISBN 978-3-319-74626-5

More information

The International Politics of the Armenian-Azerbaijani Conflict

The International Politics of the Armenian-Azerbaijani Conflict The International Politics of the Armenian-Azerbaijani Conflict Editor The International Politics of the Armenian-Azerbaijani Conflict The Original Frozen Conflict and European Security Editor Central

More information

Lecture Notes in Control and Information Sciences

Lecture Notes in Control and Information Sciences Lecture Notes in Control and Information Sciences Volume 467 Series editors Frank Allgöwer, Stuttgart, Germany Manfred Morari, Zürich, Switzerland Series Advisory Boards P. Fleming, University of Sheffield,

More information

Founding Editor Martin Campbell-Kelly, University of Warwick, Coventry, UK

Founding Editor Martin Campbell-Kelly, University of Warwick, Coventry, UK History of Computing Founding Editor Martin Campbell-Kelly, University of Warwick, Coventry, UK Series Editor Gerard Alberts, University of Amsterdam, Amsterdam, The Netherlands Advisory Board Jack Copeland,

More information

Matthias Pilz Susanne Berger Roy Canning (Eds.) Fit for Business. Pre-Vocational Education in European Schools RESEARCH

Matthias Pilz Susanne Berger Roy Canning (Eds.) Fit for Business. Pre-Vocational Education in European Schools RESEARCH Fit for Business Matthias Pilz Susanne Berger Roy Canning (Eds.) Fit for Business Pre-Vocational Education in European Schools RESEARCH Editors Matthias Pilz, Susanne Berger, Cologne, Germany Roy Canning

More information

Science Communication

Science Communication Science Communication Sarah R. Davies Maja Horst Science Communication Culture, Identity and Citizenship Sarah R. Davies Department of Media, Cognition and Communication University of Copenhagen København

More information

Studies in Computational Intelligence

Studies in Computational Intelligence Studies in Computational Intelligence Volume 748 Series editor Janusz Kacprzyk, Polish Academy of Sciences, Warsaw, Poland e-mail: kacprzyk@ibspan.waw.pl The series Studies in Computational Intelligence

More information

Electrohydrodynamic Direct-Writing for Flexible Electronic Manufacturing

Electrohydrodynamic Direct-Writing for Flexible Electronic Manufacturing Electrohydrodynamic Direct-Writing for Flexible Electronic Manufacturing Zhouping Yin YongAn Huang Yongqing Duan Haitao Zhang Electrohydrodynamic Direct-Writing for Flexible Electronic Manufacturing 123

More information

Socio-technical Design of Ubiquitous Computing Systems

Socio-technical Design of Ubiquitous Computing Systems Socio-technical Design of Ubiquitous Computing Systems Klaus David Kurt Geihs Jan Marco Leimeister Alexander Roßnagel Ludger Schmidt Gerd Stumme Arno Wacker Editors Socio-technical Design of Ubiquitous

More information

TECHNOLOGY, INNOVATION, and POLICY 3. Series of the Fraunhofer Institute for Systems and Innovation Research (lsi)

TECHNOLOGY, INNOVATION, and POLICY 3. Series of the Fraunhofer Institute for Systems and Innovation Research (lsi) TECHNOLOGY, INNOVATION, and POLICY 3 Series of the Fraunhofer Institute for Systems and Innovation Research (lsi) Guido Reger Ulrich Schmoch (Eds.) Organisation of Science and Technology at the Watershed

More information

Dao Companion to the Analects

Dao Companion to the Analects Dao Companion to the Analects Dao Companions to Chinese Philosophy Series Editor HUANG Yong Department of Philosophy The Chinese University of Hong Kong Shatin, New Territories Hong Kong E-mail: yonghuang@cuhk.edu.hk

More information

CMOS Test and Evaluation

CMOS Test and Evaluation CMOS Test and Evaluation Manjul Bhushan Mark B. Ketchen CMOS Test and Evaluation A Physical Perspective Manjul Bhushan OctEval Hopewell Junction, NY, USA Mark B. Ketchen OcteVue Hadley, MA, USA ISBN 978-1-4939-1348-0

More information

Impact Assessment in Tourism Economics

Impact Assessment in Tourism Economics Impact Assessment in Tourism Economics ThiS is a FM Blank Page Álvaro Matias Peter Nijkamp Jo~ao Rom~ao Editors Impact Assessment in Tourism Economics Editors Álvaro Matias School of Economics and Business

More information

Sustainable Development

Sustainable Development Sustainable Development Anne E. Egelston Sustainable Development A History 123 Dr. Anne E. Egelston Government Department Lone Star College-Montgomery Conroe, TX 77384 USA Quotations from Reimann (2006)

More information

Building Arduino PLCs

Building Arduino PLCs Building Arduino PLCs The essential techniques you need to develop Arduino-based PLCs Pradeeka Seneviratne Building Arduino PLCs: The essential techniques you need to develop Arduino-based PLCs Pradeeka

More information

Fuzzy Management Methods. Series editors Andreas Meier, Fribourg, Switzerland Witold Pedrycz, Edmonton, Canada Edy Portmann, Bern, Switzerland

Fuzzy Management Methods. Series editors Andreas Meier, Fribourg, Switzerland Witold Pedrycz, Edmonton, Canada Edy Portmann, Bern, Switzerland Fuzzy Management Methods Series editors Andreas Meier, Fribourg, Switzerland Witold Pedrycz, Edmonton, Canada Edy Portmann, Bern, Switzerland More information about this series at http://www.springer.com/series/11223

More information

Cross-Industry Innovation Processes

Cross-Industry Innovation Processes Cross-Industry Innovation Processes Tobias Hahn Cross-Industry Innovation Processes Strategic Implications for Telecommunication Companies Preface by Prof. Dr. Rüdiger Zarnekow Tobias Hahn Bonn, Germany

More information

The New Hollywood Historical Film

The New Hollywood Historical Film The New Hollywood Historical Film Tom Symmons The New Hollywood Historical Film 1967 78 Tom Symmons Arcadia University London, United Kingdom ISBN 978-1-137-52929-9 ISBN 978-1-137-52930-5 (ebook) DOI

More information

Handbook of Engineering Acoustics

Handbook of Engineering Acoustics Handbook of Engineering Acoustics . Gerhard M uller Michael M oser Editors Handbook of Engineering Acoustics Editors Prof. Dr. Gerhard M uller Technische Universit at M unchen Lehrstuhl f ur Baumechanik

More information

Technology Roadmapping for Strategy and Innovation

Technology Roadmapping for Strategy and Innovation Technology Roadmapping for Strategy and Innovation Martin G. Moehrle, Ralf Isenmann, and Robert Phaal (Eds.) Technology Roadmapping for Strategy and Innovation Charting the Route to Success ABC Editors

More information

Cognitive Systems Monographs

Cognitive Systems Monographs Cognitive Systems Monographs Volume 9 Editors: Rüdiger Dillmann Yoshihiko Nakamura Stefan Schaal David Vernon Heiko Hamann Space-Time Continuous Models of Swarm Robotic Systems Supporting Global-to-Local

More information

Smart Sensors, Measurement and Instrumentation

Smart Sensors, Measurement and Instrumentation Smart Sensors, Measurement and Instrumentation Volume 26 Series editor Subhas Chandra Mukhopadhyay Department of Engineering, Faculty of Science and Engineering Macquarie University Sydney, NSW Australia

More information

Springer Series in Reliability Engineering. Series editor Hoang Pham, Piscataway, USA

Springer Series in Reliability Engineering. Series editor Hoang Pham, Piscataway, USA Springer Series in Reliability Engineering Series editor Hoang Pham, Piscataway, USA More information about this series at http://www.springer.com/series/6917 Paolo Gardoni Editor Risk and Reliability

More information

Intelligent Systems Reference Library

Intelligent Systems Reference Library Intelligent Systems Reference Library Volume 116 Series editors Janusz Kacprzyk, Polish Academy of Sciences, Warsaw, Poland e-mail: kacprzyk@ibspan.waw.pl Lakhmi C. Jain, University of Canberra, Canberra,

More information

SpringerBriefs in Applied Sciences and Technology

SpringerBriefs in Applied Sciences and Technology SpringerBriefs in Applied Sciences and Technology Forensic and Medical Bioinformatics Series editors Amit Kumar, Hyderabad, India Allam Appa Rao, Hyderabad, India More information about this series at

More information

SpringerBriefs in Applied Sciences and Technology

SpringerBriefs in Applied Sciences and Technology SpringerBriefs in Applied Sciences and Technology PoliMI SpringerBriefs Editorial Board Barbara Pernici, Politecnico di Milano, Milano, Italy Stefano Della Torre, Politecnico di Milano, Milano, Italy Bianca

More information

Requirements Engineering for Digital Health

Requirements Engineering for Digital Health Requirements Engineering for Digital Health Samuel A. Fricker Christoph Thümmler Anastasius Gavras Editors Requirements Engineering for Digital Health Editors Samuel A. Fricker Blekinge Institute of Technology

More information

Saumyadipta Pyne B.L.S. Prakasa Rao S.B. Rao Editors. Big Data Analytics. Methods and Applications

Saumyadipta Pyne B.L.S. Prakasa Rao S.B. Rao Editors. Big Data Analytics. Methods and Applications Big Data Analytics Saumyadipta Pyne B.L.S. Prakasa Rao S.B. Rao Editors Big Data Analytics Methods and Applications 123 Editors Saumyadipta Pyne Indian Institute of Public Health Hyderabad India B.L.S.

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

International Series in Operations Research & Management Science

International Series in Operations Research & Management Science International Series in Operations Research & Management Science Volume 261 Series Editor Camille C. Price Stephen F. Austin State University, TX, USA Associate Series Editor Joe Zhu Worcester Polytechnic

More information

Intelligent Control Systems with LabVIEW

Intelligent Control Systems with LabVIEW Intelligent Control Systems with LabVIEW Pedro Ponce-Cruz Fernando D. Ramírez-Figueroa Intelligent Control Systems with LabVIEW 123 Pedro Ponce-Cruz, Dr.-Ing. Fernando D. Ramírez-Figueroa, Research Assistant

More information