NETWORKS. David J Hill Research School of Information Sciences and Engineering The Australian National University

Size: px
Start display at page:

Download "NETWORKS. David J Hill Research School of Information Sciences and Engineering The Australian National University"

Transcription

1 Lab Net Con 网络控制 Short-course: Complex Systems Beyond the Metaphor UNSW, February 2007 NETWORKS David J Hill Research School of Information Sciences and Engineering The Australian National University 8/2/2007 David J Hill The Australian National University Networks 1

2 Lectures 1. Introduction and Basics 2. Synchronization Fundamentals 3. Dynamic Networks and Control 4. Research Directions 8/2/2007 David J Hill The Australian National University Networks 2

3 Lecture 1 Introduction and Basics Introduction Basic concepts Basic models Acknowledgement: Guanrong Chen, Xiaofan Wang Ref: X.F.Wang and G.Chen, Complex networks: Small-World, Scale-free and Beyond, IEEE CAS Magazine, X.F.Wang, X.Li and G.Chen, Complex Networks Theory and Applications, in preparation. 8/2/2007 David J Hill The Australian National University Networks 3

4 What is a Complex Network? Almost everything, everywhere 8/2/2007 David J Hill The Australian National University Networks 4

5 Kanyini 8/2/2007 David J Hill The Australian National University Networks 5

6 Modern Home 8/2/2007 David J Hill The Australian National University Networks 6

7 Social networks Relationships Spreading, e.g. disease, rumours etc 8/2/2007 David J Hill The Australian National University Networks 7

8 Complex Network Example: Routes of Airlines 8/2/2007 David J Hill The Australian National University Networks 8

9 Complex Network Example: Internet (William R. Cheswick) 8/2/2007 David J Hill The Australian National University Networks 9

10 Complex Network Example: WWW (K. C. Claffy) 8/2/2007 David J Hill The Australian National University Networks 10

11 Complex Network Example: Telecommunication Networks (Stephen G. Eick) 8/2/2007 David J Hill The Australian National University Networks 11

12 8/2/2007 David J Hill The Australian National University Networks 12

13 Will it Happen Again? 1959, 1961, 1965, 1977, /2/2007 David J Hill The Australian National University Networks 13

14 Complex Network Example: Biological Networks 8/2/2007 David J Hill The Australian National University Networks 14

15 Complex Systems Aren t we just looking at the hard problems in all areas? Complex Social Economics Other Engi neer ing Physics Mathem atics Biology problems What are the unifying ideas? 8/2/2007 David J Hill The Australian National University Networks 15

16 CS models PDEs Messy nonlinear ODEs Large sets of ODEs Statistical Complex Systems and Networks Networks Arise naturally, but Also as a way to underpin and/or approximate these models Explicitly model connections Enable study of the impact of structure. 8/2/2007 David J Hill The Australian National University Networks 16

17 Road Map vs Airline Map Poisson distribution Power law distribution Exponential Network Scale-free Network (nodes: cities links: highways) (nodes: airports links: flights) Each major city has at least one link to the highway system. No cities served by hundreds of highways, uniform Vast majority of airports are tiny nodes, connected by a few hubs 8/2/2007 David J Hill The Australian National University Networks 17

18 Basic Concepts Network description Graphs Three models Typical examples 8/2/2007 David J Hill The Australian National University Networks 18

19 Network Topology A network is a set of nodes interconnected via links Examples: Internet: Nodes routers Links optical fibers WWW: Nodes document files Links hyperlinks Scientific Citation Network: Nodes papers Links citation Social Networks: Nodes individuals Links relations Nodes and Links can be anything depending on the context 8/2/2007 David J Hill The Australian National University Networks 19

20 Network Topology Complex networks have been studied via Graph Theory - Erdös and Rényi (1960) ER Random Graphs ER Random Graph model dominates for 40 some years till today Availability of huge databases and super-computing power have led to a rethinking of approach Two significant recent discoveries are: Small-World effect (Watts and Strogatz, Nature, 1998) Scale-Free feature (Barabási and Albert, Science, 1999) 8/2/2007 David J Hill The Australian National University Networks 20

21 Graph Theory Problem of Seven Bridges of Königsberg Is it possible to walk with a route that crosses each bridge exactly once returning to the start point? 8/2/2007 David J Hill The Australian National University Networks 21

22 Graph Theory Problem of Seven Bridges of Königsberg In 1736, Leonhard Euler proved that it was not possible. In proving the result, Euler formulated the problem in terms of graph theory, by abstracting the case of Königsberg first, by eliminating all features except the landmasses and the bridges connecting them; second, by replacing each landmass with a dot, called a vertex or node, and each bridge with a line, called an edge or link. The resulting mathematical structure is called a graph. Ref: Wikipedia 8/2/2007 David J Hill The Australian National University Networks 22

23 Graph Theory Theorem (Handshaking Lemma) The total node degree of a graph is always an even number. Lots of counting results for nodes, edges. Lots on trees, cutsets some of us studied in circuit theory. Theorem A connected graph is Eulerian iff the degree of every node of the graph is an even number. Corollary The Seven Bridges of Königsberg problem has no solution. 8/2/2007 David J Hill The Australian National University Networks 23

24 Some Basic Concepts (Average) Path Length L Clustering Coefficient C Degree and Degree Distribution P(k) (Stephen G. Eick) 8/2/2007 David J Hill The Australian National University Networks 24

25 Average Distance Distance d(n,m) between two nodes n and m = the number of links along the shortest path connecting them Diameter D = max{d(n,m)} Average distance L = average over all d(n,m) Most large and complex networks have small L small-world feature 8/2/2007 David J Hill The Australian National University Networks 25

26 Clustering Coefficient Clustering Coefficient C of a network: C= #links #possible links e.g. 4 nodes, 4 links C=0.66 Always satisfies 0 < C < 1 Note C = 1 iff every pair of nodes are connected C = 0 iff all nodes are isolated Most large and complex networks have large C small-world feature 8/2/2007 David J Hill The Australian National University Networks 26

27 Fully Connected Network Theorem A fully connected network has the average path length L=1 and the largest clustering coefficient C=1. Moreover, a globally connected network with N nodes has a total of N(N-1)/2 edges. 8/2/2007 David J Hill The Australian National University Networks 27

28 Star Network Theorem For a star-shaped network of size N, counting the central node, the average path length is L=2-2/N 2 as N and the clustering coefficient is C=0. Similar results for rings, random graphs, small-world and the BA scale-free networks 8/2/2007 David J Hill The Australian National University Networks 28

29 Degree and Degree Distribution Degree k(n) of node n = total number of its links The spread of node degrees over a network is characterized by a distribution function: P(k) = probability that a randomly selected node has exactly k links Often some lack of rigour in its use. 8/2/2007 David J Hill The Australian National University Networks 29

30 Degree Distribution Completely regular lattice: P(k) ~ Delta distribution Most networks: P(k) ~ k -γ scale-free feature (power law) Completely random networks: P(k) = μ k e -μ Poisson distribution k! μ=pn k (Regular) delta k -γ Poisson (Random) 8/2/2007 David J Hill The Australian National University Networks 30

31 Model 1: ER Random Graph Features:» Connectivity: Poisson distribution» Homogeneous nature: each node has roughly the same number of links 8/2/2007 David J Hill The Australian National University Networks 31

32 Model 2: Small-World Networks Features: (Similar to ER Random Graphs)» Connectivity distribution: uniform but decays exponentially» Homogeneous nature: each node has roughly the same number of links 8/2/2007 David J Hill The Australian National University Networks 32

33 Model 3: Scale-Free Networks Features:» Connectivity: in power-law form» Non-homogeneous nature: a few nodes have many links but most nodes have very few links (yeast proteome, protein-protein interactions by Hawoong Jeong) 8/2/2007 David J Hill The Australian National University Networks 33

34 Random Graph Model and Small-World Network Model Common Features: Connectivity Distribution Poisson/binomial or near uniform Homogeneous Nature Each node has about the same number of links Fixed Size Network does not grow 8/2/2007 David J Hill The Australian National University Networks 34

35 Scale-free Network Model (Barabasi and Albert,1999) Features: Connectivity Distribution: power-law distribution k -r with r = 3 Non-homogeneous Nature: Few nodes have many links Many nodes have few links Fixed Size: Network is growing Extended BA (EBA) Model (allow r < 3) (Albert and Barabasi, 2000) 8/2/2007 David J Hill The Australian National University Networks 35

36 Comparison Ave. Distance Clustering E-R random graph model Small / Large Small Real-life complex networks Small Large (Small-world feature) Degree Distribution Binomial / Poisson Power-law (Scale-free feature) 8/2/2007 David J Hill The Australian National University Networks 36

37 Examples World Wide Web Internet Scientific Collaboration Network Power Grids (Stephen G. Eick) 8/2/2007 David J Hill The Australian National University Networks 37

38 World Wide Web Average distance Computed Average distance L = 14 Diameter L = 19 at most 19 clicks to get anywhere Degree distribution Outgoing edges: P 1 (k) ~ k -γ1 γ 1 = 2.38~2.72 Incoming edges: P 2 (k) ~ k -γ2 γ 2 = 2.1 8/2/2007 David J Hill The Australian National University Networks 38

39 Internet (Computed in , at both domain level and router level) Average distance L = 4.0 So, Internet is a small-world network Degree distribution Obey power law: P(k) ~ k -γ, γ = 2.2 ~ 2.48 So, Internet is a scale-free network Clustering coefficient C = 0.3 Small-world network is a better model for the Internet 8/2/2007 David J Hill The Australian National University Networks 39

40 Erdös Number: Scientific Collaboration Network Erdös published > 1,600 papers with > 500 coauthors in his life time - Published 2 papers per month from 20-years old to his death at age 83 My Erdös Number is 3: P. Erdös C. K. Chui G. R. Chen D.J.Hill Erdös had a (scale-free) small-world network of mathematical research collaboration 8/2/2007 David J Hill The Australian National University Networks 40

41 Scientific Collaboration Networks Databases of Scientific Articles - showing coauthors: Los Alamos e-print e Archives: preprints ( ) Medline: biomedical research articles ( ) Stanford Public Information Retrieval System (SPIRES): highenergy physics articles ( ) Network Computer Science Technical Reference Library (NCSTRL): computer science articles (10 years records) Computed for 10,000 to 2 million nodes (articles) over a few years They are all small-world and scale-free (with power-law degree distributions) - M.E.J.Newman (2001) 8/2/2007 David J Hill The Australian National University Networks 41

42 Limitation of BA and EBA Models Global preferential attachments: Π i = k j Simple rich get richer model i k j or ( k i ) = ki + 1 ( kl + 1) l However, many real complex networks have local preferential attachment probabilities 8/2/2007 David J Hill The Australian National University Networks 42

43 Limitation of BA and EBA models Example: Internet 8/2/2007 David J Hill The Australian National University Networks 43

44 Multi-Local-World (MLW) Model Many local-worlds Inter-connections are sparse Inner-connections are dense Ref: Li and Chen, /2/2007 David J Hill The Australian National University Networks 44

45 Real Internet Data (Ref: Faloutsos x3, Com Com Review, 1999) P ( k) k γ The exponent r approx.= 2.2 (in the AS level; also SF at router level) 8/2/2007 David J Hill The Australian National University Networks 45

46 The Real Internet Statistical Data of the Internet ( , AS) #nodes #links Av degree Av CC Av distance 8/2/2007 David J Hill The Australian National University Networks 46

47 Comparisons BA Model Extended BA (EBA) Model MLW Model Real Internet (2005, AS) N k C d γ /2/2007 David J Hill The Australian National University Networks 47

48 General comparisons Structural Features Locality Hierarch y Random Graph No No No BA-EBA Models No No Statistic al Features Yes MLW Model Yes Yes Yes So, MLW is the best model for the Internet 8/2/2007 David J Hill The Australian National University Networks 48

49 Further Work Better and More Realistic Models Rigorous Mathematical Theory Recent work: L. Li, D. Alderson, R. Tanaka, J. C. Doyle, and W. Willinger, Towards a theory of scale-free graphs: definition, properties, and implications, preprint, arxiv 2005) 8/2/2007 David J Hill The Australian National University Networks 49

50 8/2/2007 David J Hill The Australian National University Networks 50

51 Achilles Heel An interesting phenomenon of complex networks is their Achilles heel robustness versus fragility. Robustness relates to the vulnerability to random removal. Fragility relates to the vulnerability to random removal. The ARPANET early design was focussed on the latter and had a lattice type structure. 8/2/2007 David J Hill The Australian National University Networks 51

52 8/2/2007 David J Hill The Australian National University Networks 52

53 Scale-free questioned Recent criticism of BA type scale-free models goes beyond the Internet Obsession with power laws Need degree, betweeness, centrality measures at least Duplication, divergence in the model for protein models Ref: E.Fox Keller, Revisiting scale-free networks, /2/2007 David J Hill The Australian National University Networks 53

54 8/2/2007 David J Hill The Australian National University Networks 54

55 8/2/2007 David J Hill The Australian National University Networks 55

56 Some Reading A-L.Barabási, Linked, Plume Books, 2003 good general introduction M.Newman, A-L.Barabási and D.J.Watts (Eds.), The Structure and Dynamics of Networks, Princeton University Press, 2006 collection of key papers X.F.Wang and G.Chen, Complex networks: Small-World, Scale-free and Beyond, IEEE CAS Magazine, 2003 reading for these lectures 8/2/2007 David J Hill The Australian National University Networks 56

57 Some References W.Aiello, F. Chung and L. Y. Lu, A random graph model for massive graphs, in Proc.32 nd Annual ACM Symp, 2000; see NBW pp A-L.Barabasi and R.Albert, Emergence of scaling in random networks, Science, 286, 1999; see NBW pp R.Albert and A_L.Barabási, Topology of evolving networks: Local events and universality, Physics Review Letters, 85, 24, R.Albert, H.Jeong and A_L.Barabási, Diameter of the world wide web, Nature, 401, pp , 1999; see NBW p.182. R.Ferrer i Cancho and R.V.Sole, The small world of human language, Proc.R.Soc.London B, 268, pp , P.Erdös and Rényi, On the evolution of random graphs, Publ Math Inst Hung Acad Sci, 5, 17-61, 1960; see NBW pp M.,P.and C.Faloutsos, On power-law relationships of the internet technology, Comp Com Review, 29, pp ; see NBW pp (1999). E.F.Keller, Revisiting scale-free networks, BioEssays, 27.10, 2005 another view on universality Hoffman,P., The Man Who Loved Only Numbers, Hyperion, S.Lawrence and Giles,C.L., Accessibility of information on the web, Nature, 400, pp , L. Li, D. Alderson, R. Tanaka, J. C. Doyle, and W. Willinger, Towards a theory of scale-free graphs: definition, properties, and implications, preprint, arxiv 2005 more rigorous approach. X. Li and G. Chen, A local-world evolving network model, Physica A, Vol. 328, pp , Oct M.E.J.Newman, The structure of scientific collaboration networks, Proc Natl Acad Sci USA, 2001; see NBW pp G. Peng, K.-T. Ko, L. S. Tan and G. Chen, Router-level Internet as a local-world weighted evolving network, Dynamics of Continuous, Discrete and Impulsive Systems, Vol. 13, pp , Dec S.Redner, How popular is your paper? An empirical study of the citation distribution, Euro. Physics J, M-J Shi, X Li, X Wang, The Complex Software Networks Topology of Java Evolution, 2006, WCICA. D.J.Watts and S.H.Strogatz, Collective dynamics of small-world networks, Nature, 393, 1998; see NBW pp /2/2007 David J Hill The Australian National University Networks 57

58 What Next Dynamic networks Issues Static design Dynamic design Synchronization Robustness Vulnerability Collapse Control Restoration Oscillating steel balls suspended by variable length and strength elastic 8/2/2007 David J Hill The Australian National University Networks 58

On Complex Dynamical Networks. G. Ron Chen Centre for Chaos Control and Synchronization City University of Hong Kong

On Complex Dynamical Networks. G. Ron Chen Centre for Chaos Control and Synchronization City University of Hong Kong On Complex Dynamical Networks G. Ron Chen Centre for Chaos Control and Synchronization City University of Hong Kong 1 Complex Networks: Some Typical Examples 2 Complex Network Example: Internet (William

More information

(Social) Networks Analysis III. Prof. Dr. Daning Hu Department of Informatics University of Zurich

(Social) Networks Analysis III. Prof. Dr. Daning Hu Department of Informatics University of Zurich (Social) Networks Analysis III Prof. Dr. Daning Hu Department of Informatics University of Zurich Outline Network Topological Analysis Network Models Random Networks Small-World Networks Scale-Free Networks

More information

Internet as a Complex Network. Guanrong Chen City University of Hong Kong

Internet as a Complex Network. Guanrong Chen City University of Hong Kong Internet as a Complex Network Guanrong Chen City University of Hong Kong 1 Complex Network: Internet (K. C. Claffy) 2 Another View of the Internet http://www.caida.org/analysis/topology/as_core_network/

More information

Wednesday, March 8, Complex Networks. Presenter: Jirakhom Ruttanavakul. CS 790R, University of Nevada, Reno

Wednesday, March 8, Complex Networks. Presenter: Jirakhom Ruttanavakul. CS 790R, University of Nevada, Reno Wednesday, March 8, 2006 Complex Networks Presenter: Jirakhom Ruttanavakul CS 790R, University of Nevada, Reno Presented Papers Emergence of scaling in random networks, Barabási & Bonabeau (2003) Scale-free

More information

An Evolving Network Model With Local-World Structure

An Evolving Network Model With Local-World Structure The Eighth International Symposium on Operations Research and Its Applications (ISORA 09) Zhangjiajie, China, September 20 22, 2009 Copyright 2009 ORSC & APORC, pp. 47 423 An Evolving Network odel With

More information

Properties of Biological Networks

Properties of Biological Networks Properties of Biological Networks presented by: Ola Hamud June 12, 2013 Supervisor: Prof. Ron Pinter Based on: NETWORK BIOLOGY: UNDERSTANDING THE CELL S FUNCTIONAL ORGANIZATION By Albert-László Barabási

More information

CS-E5740. Complex Networks. Scale-free networks

CS-E5740. Complex Networks. Scale-free networks CS-E5740 Complex Networks Scale-free networks Course outline 1. Introduction (motivation, definitions, etc. ) 2. Static network models: random and small-world networks 3. Growing network models: scale-free

More information

Advanced Algorithms and Models for Computational Biology -- a machine learning approach

Advanced Algorithms and Models for Computational Biology -- a machine learning approach Advanced Algorithms and Models for Computational Biology -- a machine learning approach Biological Networks & Network Evolution Eric Xing Lecture 22, April 10, 2006 Reading: Molecular Networks Interaction

More information

The Establishment Game. Motivation

The Establishment Game. Motivation Motivation Motivation The network models so far neglect the attributes, traits of the nodes. A node can represent anything, people, web pages, computers, etc. Motivation The network models so far neglect

More information

Structural Analysis of Paper Citation and Co-Authorship Networks using Network Analysis Techniques

Structural Analysis of Paper Citation and Co-Authorship Networks using Network Analysis Techniques Structural Analysis of Paper Citation and Co-Authorship Networks using Network Analysis Techniques Kouhei Sugiyama, Hiroyuki Ohsaki and Makoto Imase Graduate School of Information Science and Technology,

More information

Example for calculation of clustering coefficient Node N 1 has 8 neighbors (red arrows) There are 12 connectivities among neighbors (blue arrows)

Example for calculation of clustering coefficient Node N 1 has 8 neighbors (red arrows) There are 12 connectivities among neighbors (blue arrows) Example for calculation of clustering coefficient Node N 1 has 8 neighbors (red arrows) There are 12 connectivities among neighbors (blue arrows) Average clustering coefficient of a graph Overall measure

More information

Universal Behavior of Load Distribution in Scale-free Networks

Universal Behavior of Load Distribution in Scale-free Networks Universal Behavior of Load Distribution in Scale-free Networks K.-I. Goh, B. Kahng, and D. Kim School of Physics and Center for Theoretical Physics, Seoul National University, Seoul 151-747, Korea (February

More information

CSCI5070 Advanced Topics in Social Computing

CSCI5070 Advanced Topics in Social Computing CSCI5070 Advanced Topics in Social Computing Irwin King The Chinese University of Hong Kong king@cse.cuhk.edu.hk!! 2012 All Rights Reserved. Outline Graphs Origins Definition Spectral Properties Type of

More information

Graph Theory. Graph Theory. COURSE: Introduction to Biological Networks. Euler s Solution LECTURE 1: INTRODUCTION TO NETWORKS.

Graph Theory. Graph Theory. COURSE: Introduction to Biological Networks. Euler s Solution LECTURE 1: INTRODUCTION TO NETWORKS. Graph Theory COURSE: Introduction to Biological Networks LECTURE 1: INTRODUCTION TO NETWORKS Arun Krishnan Koenigsberg, Russia Is it possible to walk with a route that crosses each bridge exactly once,

More information

An Exploratory Journey Into Network Analysis A Gentle Introduction to Network Science and Graph Visualization

An Exploratory Journey Into Network Analysis A Gentle Introduction to Network Science and Graph Visualization An Exploratory Journey Into Network Analysis A Gentle Introduction to Network Science and Graph Visualization Pedro Ribeiro (DCC/FCUP & CRACS/INESC-TEC) Part 1 Motivation and emergence of Network Science

More information

Case Studies in Complex Networks

Case Studies in Complex Networks Case Studies in Complex Networks Introduction to Scientific Modeling CS 365 George Bezerra 08/27/2012 The origin of graph theory Königsberg bridge problem Leonard Euler (1707-1783) The Königsberg Bridge

More information

Critical Phenomena in Complex Networks

Critical Phenomena in Complex Networks Critical Phenomena in Complex Networks Term essay for Physics 563: Phase Transitions and the Renormalization Group University of Illinois at Urbana-Champaign Vikyath Deviprasad Rao 11 May 2012 Abstract

More information

Complex networks: A mixture of power-law and Weibull distributions

Complex networks: A mixture of power-law and Weibull distributions Complex networks: A mixture of power-law and Weibull distributions Ke Xu, Liandong Liu, Xiao Liang State Key Laboratory of Software Development Environment Beihang University, Beijing 100191, China Abstract:

More information

UNIVERSITA DEGLI STUDI DI CATANIA FACOLTA DI INGEGNERIA

UNIVERSITA DEGLI STUDI DI CATANIA FACOLTA DI INGEGNERIA UNIVERSITA DEGLI STUDI DI CATANIA FACOLTA DI INGEGNERIA PhD course in Electronics, Automation and Complex Systems Control-XXIV Cycle DIPARTIMENTO DI INGEGNERIA ELETTRICA ELETTRONICA E DEI SISTEMI ing.

More information

arxiv:cond-mat/ v1 [cond-mat.dis-nn] 3 Aug 2000

arxiv:cond-mat/ v1 [cond-mat.dis-nn] 3 Aug 2000 Error and attack tolerance of complex networks arxiv:cond-mat/0008064v1 [cond-mat.dis-nn] 3 Aug 2000 Réka Albert, Hawoong Jeong, Albert-László Barabási Department of Physics, University of Notre Dame,

More information

The missing links in the BGP-based AS connectivity maps

The missing links in the BGP-based AS connectivity maps The missing links in the BGP-based AS connectivity maps Zhou, S; Mondragon, RJ http://arxiv.org/abs/cs/0303028 For additional information about this publication click this link. http://qmro.qmul.ac.uk/xmlui/handle/123456789/13070

More information

Characteristics of Preferentially Attached Network Grown from. Small World

Characteristics of Preferentially Attached Network Grown from. Small World Characteristics of Preferentially Attached Network Grown from Small World Seungyoung Lee Graduate School of Innovation and Technology Management, Korea Advanced Institute of Science and Technology, Daejeon

More information

Introduction to Networks and Business Intelligence

Introduction to Networks and Business Intelligence Introduction to Networks and Business Intelligence Prof. Dr. Daning Hu Department of Informatics University of Zurich Sep 16th, 2014 Outline n Network Science A Random History n Network Analysis Network

More information

Models of Network Formation. Networked Life NETS 112 Fall 2017 Prof. Michael Kearns

Models of Network Formation. Networked Life NETS 112 Fall 2017 Prof. Michael Kearns Models of Network Formation Networked Life NETS 112 Fall 2017 Prof. Michael Kearns Roadmap Recently: typical large-scale social and other networks exhibit: giant component with small diameter sparsity

More information

The Complex Network Phenomena. and Their Origin

The Complex Network Phenomena. and Their Origin The Complex Network Phenomena and Their Origin An Annotated Bibliography ESL 33C 003180159 Instructor: Gerriet Janssen Match 18, 2004 Introduction A coupled system can be described as a complex network,

More information

CS249: SPECIAL TOPICS MINING INFORMATION/SOCIAL NETWORKS

CS249: SPECIAL TOPICS MINING INFORMATION/SOCIAL NETWORKS CS249: SPECIAL TOPICS MINING INFORMATION/SOCIAL NETWORKS Overview of Networks Instructor: Yizhou Sun yzsun@cs.ucla.edu January 10, 2017 Overview of Information Network Analysis Network Representation Network

More information

M.E.J. Newman: Models of the Small World

M.E.J. Newman: Models of the Small World A Review Adaptive Informatics Research Centre Helsinki University of Technology November 7, 2007 Vocabulary N number of nodes of the graph l average distance between nodes D diameter of the graph d is

More information

Erdős-Rényi Model for network formation

Erdős-Rényi Model for network formation Network Science: Erdős-Rényi Model for network formation Ozalp Babaoglu Dipartimento di Informatica Scienza e Ingegneria Università di Bologna www.cs.unibo.it/babaoglu/ Why model? Simpler representation

More information

Modeling and Simulating Social Systems with MATLAB

Modeling and Simulating Social Systems with MATLAB Modeling and Simulating Social Systems with MATLAB Lecture 8 Introduction to Graphs/Networks Olivia Woolley, Stefano Balietti, Lloyd Sanders, Dirk Helbing Chair of Sociology, in particular of Modeling

More information

Complex Networks. Structure and Dynamics

Complex Networks. Structure and Dynamics Complex Networks Structure and Dynamics Ying-Cheng Lai Department of Mathematics and Statistics Department of Electrical Engineering Arizona State University Collaborators! Adilson E. Motter, now at Max-Planck

More information

Graph Model Selection using Maximum Likelihood

Graph Model Selection using Maximum Likelihood Graph Model Selection using Maximum Likelihood Ivona Bezáková Adam Tauman Kalai Rahul Santhanam Theory Canal, Rochester, April 7 th 2008 [ICML 2006 (International Conference on Machine Learning)] Overview

More information

CAIM: Cerca i Anàlisi d Informació Massiva

CAIM: Cerca i Anàlisi d Informació Massiva 1 / 72 CAIM: Cerca i Anàlisi d Informació Massiva FIB, Grau en Enginyeria Informàtica Slides by Marta Arias, José Balcázar, Ricard Gavaldá Department of Computer Science, UPC Fall 2016 http://www.cs.upc.edu/~caim

More information

arxiv:cond-mat/ v1 21 Oct 1999

arxiv:cond-mat/ v1 21 Oct 1999 Emergence of Scaling in Random Networks Albert-László Barabási and Réka Albert Department of Physics, University of Notre-Dame, Notre-Dame, IN 46556 arxiv:cond-mat/9910332 v1 21 Oct 1999 Systems as diverse

More information

Higher order clustering coecients in Barabasi Albert networks

Higher order clustering coecients in Barabasi Albert networks Physica A 316 (2002) 688 694 www.elsevier.com/locate/physa Higher order clustering coecients in Barabasi Albert networks Agata Fronczak, Janusz A. Ho lyst, Maciej Jedynak, Julian Sienkiewicz Faculty of

More information

How Do Real Networks Look? Networked Life NETS 112 Fall 2014 Prof. Michael Kearns

How Do Real Networks Look? Networked Life NETS 112 Fall 2014 Prof. Michael Kearns How Do Real Networks Look? Networked Life NETS 112 Fall 2014 Prof. Michael Kearns Roadmap Next several lectures: universal structural properties of networks Each large-scale network is unique microscopically,

More information

Failure in Complex Social Networks

Failure in Complex Social Networks Journal of Mathematical Sociology, 33:64 68, 2009 Copyright # Taylor & Francis Group, LLC ISSN: 0022-250X print/1545-5874 online DOI: 10.1080/00222500802536988 Failure in Complex Social Networks Damon

More information

RANDOM-REAL NETWORKS

RANDOM-REAL NETWORKS RANDOM-REAL NETWORKS 1 Random networks: model A random graph is a graph of N nodes where each pair of nodes is connected by probability p: G(N,p) Random networks: model p=1/6 N=12 L=8 L=10 L=7 The number

More information

Summary: What We Have Learned So Far

Summary: What We Have Learned So Far Summary: What We Have Learned So Far small-world phenomenon Real-world networks: { Short path lengths High clustering Broad degree distributions, often power laws P (k) k γ Erdös-Renyi model: Short path

More information

Topology and Dynamics of Complex Networks

Topology and Dynamics of Complex Networks CS 790R Seminar Modeling & Simulation Topology and Dynamics of Complex Networks ~ Lecture 3: Review based on Strogatz (2001), Barabási & Bonabeau (2003), Wang, X. F. (2002) ~ René Doursat Department of

More information

A Generating Function Approach to Analyze Random Graphs

A Generating Function Approach to Analyze Random Graphs A Generating Function Approach to Analyze Random Graphs Presented by - Vilas Veeraraghavan Advisor - Dr. Steven Weber Department of Electrical and Computer Engineering Drexel University April 8, 2005 Presentation

More information

Reply Networks on Bulletin Board System

Reply Networks on Bulletin Board System APS/123-QED Reply Networks on Bulletin Board System Kou Zhongbao and Zhang Changshui State Key Laboratory of Intelligent Technology and Systems Department of Automation, Tsinghua University Beijing, 100084,

More information

Overlay (and P2P) Networks

Overlay (and P2P) Networks Overlay (and P2P) Networks Part II Recap (Small World, Erdös Rényi model, Duncan Watts Model) Graph Properties Scale Free Networks Preferential Attachment Evolving Copying Navigation in Small World Samu

More information

Lesson 4. Random graphs. Sergio Barbarossa. UPC - Barcelona - July 2008

Lesson 4. Random graphs. Sergio Barbarossa. UPC - Barcelona - July 2008 Lesson 4 Random graphs Sergio Barbarossa Graph models 1. Uncorrelated random graph (Erdős, Rényi) N nodes are connected through n edges which are chosen randomly from the possible configurations 2. Binomial

More information

Complex Networks: A Review

Complex Networks: A Review Complex Networks: A Review International Journal of Computer Applications (0975 8887) Kriti Sharma Student - M.tech (CSE) CSE Dept., Guru Nanak Dev University, RC Gurdaspur, India Minni Ahuja Astt. Prof.

More information

Attack Vulnerability of Network with Duplication-Divergence Mechanism

Attack Vulnerability of Network with Duplication-Divergence Mechanism Commun. Theor. Phys. (Beijing, China) 48 (2007) pp. 754 758 c International Academic Publishers Vol. 48, No. 4, October 5, 2007 Attack Vulnerability of Network with Duplication-Divergence Mechanism WANG

More information

Social, Information, and Routing Networks: Models, Algorithms, and Strategic Behavior

Social, Information, and Routing Networks: Models, Algorithms, and Strategic Behavior Social, Information, and Routing Networks: Models, Algorithms, and Strategic Behavior Who? Prof. Aris Anagnostopoulos Prof. Luciana S. Buriol Prof. Guido Schäfer What will We Cover? Topics: Network properties

More information

Mathematics of networks. Artem S. Novozhilov

Mathematics of networks. Artem S. Novozhilov Mathematics of networks Artem S. Novozhilov August 29, 2013 A disclaimer: While preparing these lecture notes, I am using a lot of different sources for inspiration, which I usually do not cite in the

More information

The Shape of the Internet. Slides assembled by Jeff Chase Duke University (thanks to Vishal Misra and C. Faloutsos)

The Shape of the Internet. Slides assembled by Jeff Chase Duke University (thanks to Vishal Misra and C. Faloutsos) The Shape of the Internet Slides assembled by Jeff Chase Duke University (thanks to Vishal Misra and C. Faloutsos) The Shape of the Network Characterizing shape : AS-level topology: who connects to whom

More information

Networks and stability

Networks and stability Networks and stability Part 1A. Network topology www.weaklink.sote.hu csermelypeter@yahoo.com Peter Csermely 1. network topology 2. network dynamics 3. examples for networks 4. synthesis (complex equilibria,

More information

Graph-theoretic Properties of Networks

Graph-theoretic Properties of Networks Graph-theoretic Properties of Networks Bioinformatics: Sequence Analysis COMP 571 - Spring 2015 Luay Nakhleh, Rice University Graphs A graph is a set of vertices, or nodes, and edges that connect pairs

More information

Discrete Mathematics for CS Spring 2008 David Wagner Note 13. An Introduction to Graphs

Discrete Mathematics for CS Spring 2008 David Wagner Note 13. An Introduction to Graphs CS 70 Discrete Mathematics for CS Spring 2008 David Wagner Note 13 An Introduction to Graphs Formulating a simple, precise specification of a computational problem is often a prerequisite to writing a

More information

An introduction to the physics of complex networks

An introduction to the physics of complex networks An introduction to the physics of complex networks Alain Barrat CPT, Marseille, France ISI, Turin, Italy http://www.cpt.univ-mrs.fr/~barrat http://www.cxnets.org http://www.sociopatterns.org REVIEWS: Statistical

More information

Lecture on Game Theoretical Network Analysis

Lecture on Game Theoretical Network Analysis Lecture on Game Theoretical Network Analysis Prof. Maria Papadopouli CS 590.21 Analysis and Modeling of Brain Networks Department of Computer Science University of Crete ACKNOWLEDGEMENTS Most of the slides

More information

1 Random Graph Models for Networks

1 Random Graph Models for Networks Lecture Notes: Social Networks: Models, Algorithms, and Applications Lecture : Jan 6, 0 Scribes: Geoffrey Fairchild and Jason Fries Random Graph Models for Networks. Graph Modeling A random graph is a

More information

Constructing a G(N, p) Network

Constructing a G(N, p) Network Random Graph Theory Dr. Natarajan Meghanathan Professor Department of Computer Science Jackson State University, Jackson, MS E-mail: natarajan.meghanathan@jsums.edu Introduction At first inspection, most

More information

Topologies and Centralities of Replied Networks on Bulletin Board Systems

Topologies and Centralities of Replied Networks on Bulletin Board Systems Topologies and Centralities of Replied Networks on Bulletin Board Systems Qin Sen 1,2 Dai Guanzhong 2 Wang Lin 2 Fan Ming 2 1 Hangzhou Dianzi University, School of Sciences, Hangzhou, 310018, China 2 Northwestern

More information

Small World Properties Generated by a New Algorithm Under Same Degree of All Nodes

Small World Properties Generated by a New Algorithm Under Same Degree of All Nodes Commun. Theor. Phys. (Beijing, China) 45 (2006) pp. 950 954 c International Academic Publishers Vol. 45, No. 5, May 15, 2006 Small World Properties Generated by a New Algorithm Under Same Degree of All

More information

COMP6237 Data Mining and Networks. Markus Brede. Lecture slides available here:

COMP6237 Data Mining and Networks. Markus Brede. Lecture slides available here: COMP6237 Data Mining and Networks Markus Brede Brede.Markus@gmail.com Lecture slides available here: http://users.ecs.soton.ac.uk/mb8/stats/datamining.html Outline Why? The WWW is a major application of

More information

Networks in economics and finance. Lecture 1 - Measuring networks

Networks in economics and finance. Lecture 1 - Measuring networks Networks in economics and finance Lecture 1 - Measuring networks What are networks and why study them? A network is a set of items (nodes) connected by edges or links. Units (nodes) Individuals Firms Banks

More information

Plan of the lecture I. INTRODUCTION II. DYNAMICAL PROCESSES. I. Networks: definitions, statistical characterization, examples II. Modeling frameworks

Plan of the lecture I. INTRODUCTION II. DYNAMICAL PROCESSES. I. Networks: definitions, statistical characterization, examples II. Modeling frameworks Plan of the lecture I. INTRODUCTION I. Networks: definitions, statistical characterization, examples II. Modeling frameworks II. DYNAMICAL PROCESSES I. Resilience, vulnerability II. Random walks III. Epidemic

More information

L Modeling and Simulating Social Systems with MATLAB

L Modeling and Simulating Social Systems with MATLAB 851-0585-04L Modeling and Simulating Social Systems with MATLAB Lecture 6 Introduction to Graphs/Networks Karsten Donnay and Stefano Balietti Chair of Sociology, in particular of Modeling and Simulation

More information

Onset of traffic congestion in complex networks

Onset of traffic congestion in complex networks Onset of traffic congestion in complex networks Liang Zhao, 1,2 Ying-Cheng Lai, 1,3 Kwangho Park, 1 and Nong Ye 4 1 Department of Mathematics and Statistics, Arizona State University, Tempe, Arizona 85287,

More information

V 1 Introduction! Mon, Oct 15, 2012! Bioinformatics 3 Volkhard Helms!

V 1 Introduction! Mon, Oct 15, 2012! Bioinformatics 3 Volkhard Helms! V 1 Introduction! Mon, Oct 15, 2012! Bioinformatics 3 Volkhard Helms! How Does a Cell Work?! A cell is a crowded environment! => many different proteins,! metabolites, compartments,! On a microscopic level!

More information

Rethinking Preferential Attachment Scheme: Degree centrality versus closeness centrality 1

Rethinking Preferential Attachment Scheme: Degree centrality versus closeness centrality 1 CONNECTIONS 27(3): 53-59 2007 INSNA http://www.insna.org/connections-web/volume27-3/ko.pdf Rethinking Preferential Attachment Scheme: Degree centrality versus closeness centrality 1 Kilkon Ko 2 University

More information

Volume 2, Issue 11, November 2014 International Journal of Advance Research in Computer Science and Management Studies

Volume 2, Issue 11, November 2014 International Journal of Advance Research in Computer Science and Management Studies Volume 2, Issue 11, November 2014 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online at: www.ijarcsms.com

More information

Networks and Discrete Mathematics

Networks and Discrete Mathematics Aristotle University, School of Mathematics Master in Web Science Networks and Discrete Mathematics Small Words-Scale-Free- Model Chronis Moyssiadis Vassilis Karagiannis 7/12/2012 WS.04 Webscience: lecture

More information

Machine Learning and Modeling for Social Networks

Machine Learning and Modeling for Social Networks Machine Learning and Modeling for Social Networks Olivia Woolley Meza, Izabela Moise, Nino Antulov-Fatulin, Lloyd Sanders 1 Introduction to Networks Computational Social Science D-GESS Olivia Woolley Meza

More information

Rumour spreading in the spatial preferential attachment model

Rumour spreading in the spatial preferential attachment model Rumour spreading in the spatial preferential attachment model Abbas Mehrabian University of British Columbia Banff, 2016 joint work with Jeannette Janssen The push&pull rumour spreading protocol [Demers,

More information

Discrete Mathematics and Probability Theory Fall 2009 Satish Rao,David Tse Note 8

Discrete Mathematics and Probability Theory Fall 2009 Satish Rao,David Tse Note 8 CS 70 Discrete Mathematics and Probability Theory Fall 2009 Satish Rao,David Tse Note 8 An Introduction to Graphs Formulating a simple, precise specification of a computational problem is often a prerequisite

More information

γ : constant Goett 2 P(k) = k γ k : degree

γ : constant Goett 2 P(k) = k γ k : degree Goett 1 Jeffrey Goett Final Research Paper, Fall 2003 Professor Madey 19 December 2003 Abstract: Recent observations by physicists have lead to new theories about the mechanisms controlling the growth

More information

Statistical Analysis of the Metropolitan Seoul Subway System: Network Structure and Passenger Flows arxiv: v1 [physics.soc-ph] 12 May 2008

Statistical Analysis of the Metropolitan Seoul Subway System: Network Structure and Passenger Flows arxiv: v1 [physics.soc-ph] 12 May 2008 Statistical Analysis of the Metropolitan Seoul Subway System: Network Structure and Passenger Flows arxiv:0805.1712v1 [physics.soc-ph] 12 May 2008 Keumsook Lee a,b Woo-Sung Jung c Jong Soo Park d M. Y.

More information

ECS 253 / MAE 253, Lecture 8 April 21, Web search and decentralized search on small-world networks

ECS 253 / MAE 253, Lecture 8 April 21, Web search and decentralized search on small-world networks ECS 253 / MAE 253, Lecture 8 April 21, 2016 Web search and decentralized search on small-world networks Search for information Assume some resource of interest is stored at the vertices of a network: Web

More information

Exercise set #2 (29 pts)

Exercise set #2 (29 pts) (29 pts) The deadline for handing in your solutions is Nov 16th 2015 07:00. Return your solutions (one.pdf le and one.zip le containing Python code) via e- mail to Becs-114.4150@aalto.fi. Additionally,

More information

Introduction to Graphs

Introduction to Graphs Introduction to Graphs Slides by Lap Chi Lau The Chinese University of Hong Kong This Lecture In this part we will study some basic graph theory. Graph is a useful concept to model many problems in computer

More information

Smallest small-world network

Smallest small-world network Smallest small-world network Takashi Nishikawa, 1, * Adilson E. Motter, 1, Ying-Cheng Lai, 1,2 and Frank C. Hoppensteadt 1,2 1 Department of Mathematics, Center for Systems Science and Engineering Research,

More information

Social and Technological Network Analysis. Lecture 6: Network Robustness and Applica=ons. Dr. Cecilia Mascolo

Social and Technological Network Analysis. Lecture 6: Network Robustness and Applica=ons. Dr. Cecilia Mascolo Social and Technological Network Analysis Lecture 6: Network Robustness and Applica=ons Dr. Cecilia Mascolo In This Lecture We revisit power- law networks and define the concept of robustness We show the

More information

Constructing a G(N, p) Network

Constructing a G(N, p) Network Random Graph Theory Dr. Natarajan Meghanathan Associate Professor Department of Computer Science Jackson State University, Jackson, MS E-mail: natarajan.meghanathan@jsums.edu Introduction At first inspection,

More information

Examples of Complex Networks

Examples of Complex Networks Examples of Complex Networks Neural Network (C. Elegans) http://gephi.org/wp-content/uploads/2008/12/screenshot-celegans.png Food Web http://1.bp.blogspot.com/_vifbm3t8bou/sbhzqbchiei/aaaaaaaaaxk/rsc-

More information

Network Thinking. Complexity: A Guided Tour, Chapters 15-16

Network Thinking. Complexity: A Guided Tour, Chapters 15-16 Network Thinking Complexity: A Guided Tour, Chapters 15-16 Neural Network (C. Elegans) http://gephi.org/wp-content/uploads/2008/12/screenshot-celegans.png Food Web http://1.bp.blogspot.com/_vifbm3t8bou/sbhzqbchiei/aaaaaaaaaxk/rsc-pj45avc/

More information

Distances in power-law random graphs

Distances in power-law random graphs Distances in power-law random graphs Sander Dommers Supervisor: Remco van der Hofstad February 2, 2009 Where innovation starts Introduction There are many complex real-world networks, e.g. Social networks

More information

L Modelling and Simulating Social Systems with MATLAB

L Modelling and Simulating Social Systems with MATLAB 851-0585-04L Modelling and Simulating Social Systems with MATLAB Lesson 6 Graphs (Networks) Anders Johansson and Wenjian Yu (with S. Lozano and S. Wehrli) ETH Zürich 2010-03-29 Lesson 6 Contents History:

More information

SELF-HEALING NETWORKS: REDUNDANCY AND STRUCTURE

SELF-HEALING NETWORKS: REDUNDANCY AND STRUCTURE SELF-HEALING NETWORKS: REDUNDANCY AND STRUCTURE Guido Caldarelli IMT, CNR-ISC and LIMS, London UK DTRA Grant HDTRA1-11-1-0048 INTRODUCTION The robustness and the shape Baran, P. On distributed Communications

More information

Topology Enhancement in Wireless Multihop Networks: A Top-down Approach

Topology Enhancement in Wireless Multihop Networks: A Top-down Approach Topology Enhancement in Wireless Multihop Networks: A Top-down Approach Symeon Papavassiliou (joint work with Eleni Stai and Vasileios Karyotis) National Technical University of Athens (NTUA) School of

More information

Dynamic network generative model

Dynamic network generative model Dynamic network generative model Habiba, Chayant Tantipathanananandh, Tanya Berger-Wolf University of Illinois at Chicago. In this work we present a statistical model for generating realistic dynamic networks

More information

Theory and Applications of Complex Networks

Theory and Applications of Complex Networks Theory and Applications of Complex Networks 1 Theory and Applications of Complex Networks Class One College of the Atlantic David P. Feldman 12 September 2008 http://hornacek.coa.edu/dave/ 1. What is a

More information

Response Network Emerging from Simple Perturbation

Response Network Emerging from Simple Perturbation Journal of the Korean Physical Society, Vol 44, No 3, March 2004, pp 628 632 Response Network Emerging from Simple Perturbation S-W Son, D-H Kim, Y-Y Ahn and H Jeong Department of Physics, Korea Advanced

More information

Strategies, approaches and ethical considerations

Strategies, approaches and ethical considerations Strategies, approaches and ethical considerations q Internet design principles and measurements q Strategies and standards q Experimental approaches q Ethical considerations Design principles of the Internet

More information

Information Security in Scale Free Networks

Information Security in Scale Free Networks Information Security in Scale Free Networks Mohamed Ridza Wahiddin, PhD, DSc Department of Computer Science Faculty of Information and Communication Technology International Islamic University Malaysia

More information

Lecture 4. Does the Internet have an Achilles' heel?

Lecture 4. Does the Internet have an Achilles' heel? Lecture 4 Does the Internet have an Achilles' heel? Outline Definition Arguments for that the Internet have an Achilles' heel. Arguments against that the Internet have an Achilles' heel. Network throughput

More information

CS224W: Social and Information Network Analysis Jure Leskovec, Stanford University

CS224W: Social and Information Network Analysis Jure Leskovec, Stanford University CS224W: Social and Information Network Analysis Jure Leskovec, Stanford University http://cs224w.stanford.edu 10/4/2011 Jure Leskovec, Stanford CS224W: Social and Information Network Analysis, http://cs224w.stanford.edu

More information

Introduction to Engineering Systems, ESD.00. Networks. Lecturers: Professor Joseph Sussman Dr. Afreen Siddiqi TA: Regina Clewlow

Introduction to Engineering Systems, ESD.00. Networks. Lecturers: Professor Joseph Sussman Dr. Afreen Siddiqi TA: Regina Clewlow Introduction to Engineering Systems, ESD.00 Lecture 7 Networks Lecturers: Professor Joseph Sussman Dr. Afreen Siddiqi TA: Regina Clewlow The Bridges of Königsberg The town of Konigsberg in 18 th century

More information

Randomized Rumor Spreading in Social Networks

Randomized Rumor Spreading in Social Networks Randomized Rumor Spreading in Social Networks Benjamin Doerr (MPI Informatics / Saarland U) Summary: We study how fast rumors spread in social networks. For the preferential attachment network model and

More information

Exploiting the Scale-free Structure of the WWW

Exploiting the Scale-free Structure of the WWW Exploiting the Scale-free Structure of the WWW Niina Päivinen Department of Computer Science, University of Kuopio P.O. Box 1627, FIN-70211 Kuopio, Finland email niina.paivinen@cs.uku.fi tel. +358-17-16

More information

Heuristics for the Critical Node Detection Problem in Large Complex Networks

Heuristics for the Critical Node Detection Problem in Large Complex Networks Heuristics for the Critical Node Detection Problem in Large Complex Networks Mahmood Edalatmanesh Department of Computer Science Submitted in partial fulfilment of the requirements for the degree of Master

More information

Network Analysis. 1. Large and Complex Networks. Scale-free Networks Albert Barabasi Society

Network Analysis. 1. Large and Complex Networks. Scale-free Networks Albert Barabasi  Society COMP4048 Information Visualisation 2011 2 nd semester 1. Large and Complex Networks Network Analysis Scale-free Networks Albert Barabasi http://www.nd.edu/~networks/ Seokhee Hong Austin Powers: The spy

More information

Network Topology and Graph

Network Topology and Graph Network Topology Network Topology and Graph EEE442 Computer Method in Power System Analysis Any lumped network obeys 3 basic laws KVL KCL linear algebraic constraints Ohm s law Anawach Sangswang Dept.

More information

An Investigation into the Free/Open Source Software Phenomenon using Data Mining, Social Network Theory, and Agent-Based

An Investigation into the Free/Open Source Software Phenomenon using Data Mining, Social Network Theory, and Agent-Based An Investigation into the Free/Open Source Software Phenomenon using Data Mining, Social Network Theory, and Agent-Based Greg Madey Computer Science & Engineering University of Notre Dame UIUC - NSF Workshop

More information

Small-World Models and Network Growth Models. Anastassia Semjonova Roman Tekhov

Small-World Models and Network Growth Models. Anastassia Semjonova Roman Tekhov Small-World Models and Network Growth Models Anastassia Semjonova Roman Tekhov Small world 6 billion small world? 1960s Stanley Milgram Six degree of separation Small world effect Motivation Not only friends:

More information

Modelling weighted networks using connection count

Modelling weighted networks using connection count Home Search Collections Journals About Contact us My IOPscience Modelling weighted networks using connection count This article has been downloaded from IOPscience. Please scroll down to see the full text

More information

Complex Networks: Ubiquity, Importance and Implications. Alessandro Vespignani

Complex Networks: Ubiquity, Importance and Implications. Alessandro Vespignani Contribution : 2005 NAE Frontiers of Engineering Complex Networks: Ubiquity, Importance and Implications Alessandro Vespignani School of Informatics and Department of Physics, Indiana University, USA 1

More information