Introduction to Network Theory Lecture 1

Total Page:16

File Type:pdf, Size:1020Kb

Introduction to Network Theory Lecture 1 Introduction to Network Theory Lecture 1 Manuel Sebastian Mariani URPP Social Networks Network Theory and Analytics | 18.09.18 Outlook L1: Introduction to Network Theory | 1. Outlook 1 Outlook 2 Introductory example 3 Basic Concepts 4 Representation 5 Network types 6 Simple network models 7 Exercise L1: Introduction to Network Theory | 1. Outlook Introductory example L1: Introduction to Network Theory | 2. Introductory example The bridges of Königsberg 5 XVIII Century Is there a trail that transverses each bridge exactly once? Euler, 1736: Geometry is unimportant, only degree maers. First paper in the history of graph theory. ■ Nodes: landmasses; edges: bridges ■ The number of bridges touching every landmass must be even ■ Only start and end nodes might have odd degrees ■ It is not possible to make such a trail L1: Introduction to Network Theory | 2. Introductory example The bridges of Königsberg 5 XVIII Century Is there a trail that transverses each bridge exactly once? Euler, 1736: Geometry is unimportant, only degree maers. First paper in the history of graph theory. ■ Nodes: landmasses; edges: bridges ■ The number of bridges touching every landmass must be even ■ Only start and end nodes might have odd degrees ■ It is not possible to make such a trail L1: Introduction to Network Theory | 2. Introductory example The bridges of Königsberg 5 XVIII Century Is there a trail that transverses each bridge exactly once? Euler, 1736: Geometry is unimportant, only degree maers. First paper in the history of graph theory. ■ Nodes: landmasses; edges: bridges ■ The number of bridges touching every landmass must be even ■ Only start and end nodes might have odd degrees ■ It is not possible to make such a trail L1: Introduction to Network Theory | 2. Introductory example The bridges of Königsberg 5 XVIII Century Is there a trail that transverses each bridge exactly once? Euler, 1736: Geometry is unimportant, only degree maers. First paper in the history of graph theory. ■ Nodes: landmasses; edges: bridges ■ The number of bridges touching every landmass must be even ■ Only start and end nodes might have odd degrees ■ It is not possible to make such a trail L1: Introduction to Network Theory | 2. Introductory example The bridges of Kaliningrad 6 XXI Century Nowadays it is possible to transverse exactly once each of the existing bridges ■ On the modern map of Kaliningrad: ■ Green bridges survived until today ■ Red bridges were destroyed in WWII ■ Blue bridges were built last Century L1: Introduction to Network Theory | 2. Introductory example The bridges of Kaliningrad 6 XXI Century Nowadays it is possible to transverse exactly once each of the existing bridges ■ On the modern map of Kaliningrad: ■ Green bridges survived until today ■ Red bridges were destroyed in WWII ■ Blue bridges were built last Century L1: Introduction to Network Theory | 2. Introductory example Applications of Graph theory 7 ■ Computer Science - graphs themselves are the objects of interest ■ Social Sciences - connections between people in society ■ Electrical Engineering - designing circuit connections ■ Epidemiology - contagion process in connected society ■ Chemistry - graphs represent molecular structure ■ … L1: Introduction to Network Theory | 2. Introductory example Applications of Graph theory 7 ■ Computer Science - graphs themselves are the objects of interest ■ Social Sciences - connections between people in society ■ Electrical Engineering - designing circuit connections ■ Epidemiology - contagion process in connected society ■ Chemistry - graphs represent molecular structure ■ … L1: Introduction to Network Theory | 2. Introductory example Applications of Graph theory 7 ■ Computer Science - graphs themselves are the objects of interest ■ Social Sciences - connections between people in society ■ Electrical Engineering - designing circuit connections ■ Epidemiology - contagion process in connected society ■ Chemistry - graphs represent molecular structure ■ … L1: Introduction to Network Theory | 2. Introductory example Applications of Graph theory 7 ■ Computer Science - graphs themselves are the objects of interest ■ Social Sciences - connections between people in society ■ Electrical Engineering - designing circuit connections ■ Epidemiology - contagion process in connected society ■ Chemistry - graphs represent molecular structure ■ … L1: Introduction to Network Theory | 2. Introductory example Applications of Graph theory 7 ■ Computer Science - graphs themselves are the objects of interest ■ Social Sciences - connections between people in society ■ Electrical Engineering - designing circuit connections ■ Epidemiology - contagion process in connected society ■ Chemistry - graphs represent molecular structure ■ … L1: Introduction to Network Theory | 2. Introductory example Basic Concepts L1: Introduction to Network Theory | 3. Basic Concepts Nodes 9 ■ Set of nodes is called V ■ Fundamental units of which graphs are formed ■ Have many names: ■ Nodes ■ Vertices ■ Points ■ Actors ■ Represent objects ■ Individuals ■ Websites ■ Geographical Locations ■ Banks ■ ... ■ Are usually featureless (but not always) L1: Introduction to Network Theory | 3. Basic Concepts Nodes 9 ■ Set of nodes is called V ■ Fundamental units of which graphs are formed ■ Have many names: ■ Nodes ■ Vertices ■ Points ■ Actors ■ Represent objects ■ Individuals ■ Websites ■ Geographical Locations ■ Banks ■ ... ■ Are usually featureless (but not always) L1: Introduction to Network Theory | 3. Basic Concepts Edges 10 ■ Set of edges is called E ■ Second fundamental unit ■ Have many names: ■ Edges ■ Arcs ■ Lines ■ Ties ■ Represent connections between objects: ■ Friendship / follower / subscriber ■ Web-link ■ Geographical approachability ■ Loan ■ ... ■ Might have features (e.g. weight, see below) L1: Introduction to Network Theory | 3. Basic Concepts Edges 10 ■ Set of edges is called E ■ Second fundamental unit ■ Have many names: ■ Edges ■ Arcs ■ Lines ■ Ties ■ Represent connections between objects: ■ Friendship / follower / subscriber ■ Web-link ■ Geographical approachability ■ Loan ■ ... ■ Might have features (e.g. weight, see below) L1: Introduction to Network Theory | 3. Basic Concepts Graph 11 ■ Graph is an ordered pair G = (V , E) ■ In networks, network size; In graph theory, order of the graph: |V | ■ In graph theory, size of the graph: |E L1: Introduction to Network Theory | 3. Basic Concepts Graph 12 ■ Graph is an ordered pair G = (V , E) ■ E consists of 2-element subsets of V ■ Vertices belonging to an edge are called ends or end vertices of the edge ■ Vertices connected by an edge are called neighbouring or adjacent. ■ Some vertices may not belong to any edge, but all edges belong to a pair of vertices L1: Introduction to Network Theory | 3. Basic Concepts Graph 12 ■ Graph is an ordered pair G = (V , E) ■ E consists of 2-element subsets of V ■ Vertices belonging to an edge are called ends or end vertices of the edge ■ Vertices connected by an edge are called neighbouring or adjacent. ■ Some vertices may not belong to any edge, but all edges belong to a pair of vertices L1: Introduction to Network Theory | 3. Basic Concepts Graph 12 ■ Graph is an ordered pair G = (V , E) ■ E consists of 2-element subsets of V ■ Vertices belonging to an edge are called ends or end vertices of the edge ■ Vertices connected by an edge are called neighbouring or adjacent. ■ Some vertices may not belong to any edge, but all edges belong to a pair of vertices L1: Introduction to Network Theory | 3. Basic Concepts Graph 12 ■ Graph is an ordered pair G = (V , E) ■ E consists of 2-element subsets of V ■ Vertices belonging to an edge are called ends or end vertices of the edge ■ Vertices connected by an edge are called neighbouring or adjacent. ■ Some vertices may not belong to any edge, but all edges belong to a pair of vertices L1: Introduction to Network Theory | 3. Basic Concepts Graph 12 ■ Graph is an ordered pair G = (V , E) ■ E consists of 2-element subsets of V ■ Vertices belonging to an edge are called ends or end vertices of the edge ■ Vertices connected by an edge are called neighbouring or adjacent. ■ Some vertices may not belong to any edge, but all edges belong to a pair of vertices L1: Introduction to Network Theory | 3. Basic Concepts Graphs and networks 13 Graph A graph is the mathematical object formally defined above Network A network is the representation of a real-world system. Nodes and links have a specific meaning within the context of the appli- cation. Also, they have aributes Graph theory versus network theory ■ Different research questions ■ Graph techniques can be used to analyse networks ■ All networks are graphs (but the opposite is not true) L1: Introduction to Network Theory | 3. Basic Concepts Graphs and networks 13 Graph A graph is the mathematical object formally defined above Network A network is the representation of a real-world system. Nodes and links have a specific meaning within the context of the appli- cation. Also, they have aributes Graph theory versus network theory ■ Different research questions ■ Graph techniques can be used to analyse networks ■ All networks are graphs (but the opposite is not true) L1: Introduction to Network Theory | 3. Basic Concepts Graphs and networks 13 Graph A graph is the mathematical object formally defined above Network A network is the representation of a real-world system. Nodes and links have a specific meaning within the context of the appli- cation. Also, they have aributes Graph theory versus network theory ■ Different research questions
Recommended publications
  • A Network Approach of the Mandatory Influenza Vaccination Among Healthcare Workers
    Wright State University CORE Scholar Master of Public Health Program Student Publications Master of Public Health Program 2014 Best Practices: A Network Approach of the Mandatory Influenza Vaccination Among Healthcare Workers Greg Attenweiler Wright State University - Main Campus Angie Thomure Wright State University - Main Campus Follow this and additional works at: https://corescholar.libraries.wright.edu/mph Part of the Influenza Virus accinesV Commons Repository Citation Attenweiler, G., & Thomure, A. (2014). Best Practices: A Network Approach of the Mandatory Influenza Vaccination Among Healthcare Workers. Wright State University, Dayton, Ohio. This Master's Culminating Experience is brought to you for free and open access by the Master of Public Health Program at CORE Scholar. It has been accepted for inclusion in Master of Public Health Program Student Publications by an authorized administrator of CORE Scholar. For more information, please contact library- [email protected]. Running Head: A NETWORK APPROACH 1 Best Practices: A network approach of the mandatory influenza vaccination among healthcare workers Greg Attenweiler Angie Thomure Wright State University A NETWORK APPROACH 2 Acknowledgements We would like to thank Michele Battle-Fisher and Nikki Rogers for donating their time and resources to help us complete our Culminating Experience. We would also like to thank Michele Battle-Fisher for creating the simulation used in our Culmination Experience. Finally we would like to thank our family and friends for all of the
    [Show full text]
  • Introduction to Network Science & Visualisation
    IFC – Bank Indonesia International Workshop and Seminar on “Big Data for Central Bank Policies / Building Pathways for Policy Making with Big Data” Bali, Indonesia, 23-26 July 2018 Introduction to network science & visualisation1 Kimmo Soramäki, Financial Network Analytics 1 This presentation was prepared for the meeting. The views expressed are those of the author and do not necessarily reflect the views of the BIS, the IFC or the central banks and other institutions represented at the meeting. FNA FNA Introduction to Network Science & Visualization I Dr. Kimmo Soramäki Founder & CEO, FNA www.fna.fi Agenda Network Science ● Introduction ● Key concepts Exposure Networks ● OTC Derivatives ● CCP Interconnectedness Correlation Networks ● Housing Bubble and Crisis ● US Presidential Election Network Science and Graphs Analytics Is already powering the best known AI applications Knowledge Social Product Economic Knowledge Payment Graph Graph Graph Graph Graph Graph Network Science and Graphs Analytics “Goldman Sachs takes a DIY approach to graph analytics” For enhanced compliance and fraud detection (www.TechTarget.com, Mar 2015). “PayPal relies on graph techniques to perform sophisticated fraud detection” Saving them more than $700 million and enabling them to perform predictive fraud analysis, according to the IDC (www.globalbankingandfinance.com, Jan 2016) "Network diagnostics .. may displace atomised metrics such as VaR” Regulators are increasing using network science for financial stability analysis. (Andy Haldane, Bank of England Executive
    [Show full text]
  • A Centrality Measure for Electrical Networks
    Carnegie Mellon Electricity Industry Center Working Paper CEIC-07 www.cmu.edu/electricity 1 A Centrality Measure for Electrical Networks Paul Hines and Seth Blumsack types of failures. Many classifications of network structures Abstract—We derive a measure of “electrical centrality” for have been studied in the field of complex systems, statistical AC power networks, which describes the structure of the mechanics, and social networking [5,6], as shown in Figure 2, network as a function of its electrical topology rather than its but the two most fruitful and relevant have been the random physical topology. We compare our centrality measure to network model of Erdös and Renyi [7] and the “small world” conventional measures of network structure using the IEEE 300- bus network. We find that when measured electrically, power model inspired by the analyses in [8] and [9]. In the random networks appear to have a scale-free network structure. Thus, network model, nodes and edges are connected randomly. The unlike previous studies of the structure of power grids, we find small-world network is defined largely by relatively short that power networks have a number of highly-connected “hub” average path lengths between node pairs, even for very large buses. This result, and the structure of power networks in networks. One particularly important class of small-world general, is likely to have important implications for the reliability networks is the so-called “scale-free” network [10, 11], which and security of power networks. is characterized by a more heterogeneous connectivity. In a Index Terms—Scale-Free Networks, Connectivity, Cascading scale-free network, most nodes are connected to only a few Failures, Network Structure others, but a few nodes (known as hubs) are highly connected to the rest of the network.
    [Show full text]
  • Exploring Network Structure, Dynamics, and Function Using Networkx
    Proceedings of the 7th Python in Science Conference (SciPy 2008) Exploring Network Structure, Dynamics, and Function using NetworkX Aric A. Hagberg ([email protected])– Los Alamos National Laboratory, Los Alamos, New Mexico USA Daniel A. Schult ([email protected])– Colgate University, Hamilton, NY USA Pieter J. Swart ([email protected])– Los Alamos National Laboratory, Los Alamos, New Mexico USA NetworkX is a Python language package for explo- and algorithms, to rapidly test new hypotheses and ration and analysis of networks and network algo- models, and to teach the theory of networks. rithms. The core package provides data structures The structure of a network, or graph, is encoded in the for representing many types of networks, or graphs, edges (connections, links, ties, arcs, bonds) between including simple graphs, directed graphs, and graphs nodes (vertices, sites, actors). NetworkX provides ba- with parallel edges and self-loops. The nodes in Net- sic network data structures for the representation of workX graphs can be any (hashable) Python object simple graphs, directed graphs, and graphs with self- and edges can contain arbitrary data; this flexibil- loops and parallel edges. It allows (almost) arbitrary ity makes NetworkX ideal for representing networks objects as nodes and can associate arbitrary objects to found in many different scientific fields. edges. This is a powerful advantage; the network struc- In addition to the basic data structures many graph ture can be integrated with custom objects and data algorithms are implemented for calculating network structures, complementing any pre-existing code and properties and structure measures: shortest paths, allowing network analysis in any application setting betweenness centrality, clustering, and degree dis- without significant software development.
    [Show full text]
  • Network Biology. Applications in Medicine and Biotechnology [Verkkobiologia
    Dissertation VTT PUBLICATIONS 774 Erno Lindfors Network Biology Applications in medicine and biotechnology VTT PUBLICATIONS 774 Network Biology Applications in medicine and biotechnology Erno Lindfors Department of Biomedical Engineering and Computational Science Doctoral dissertation for the degree of Doctor of Science in Technology to be presented with due permission of the Aalto Doctoral Programme in Science, The Aalto University School of Science and Technology, for public examination and debate in Auditorium Y124 at Aalto University (E-hall, Otakaari 1, Espoo, Finland) on the 4th of November, 2011 at 12 noon. ISBN 978-951-38-7758-3 (soft back ed.) ISSN 1235-0621 (soft back ed.) ISBN 978-951-38-7759-0 (URL: http://www.vtt.fi/publications/index.jsp) ISSN 1455-0849 (URL: http://www.vtt.fi/publications/index.jsp) Copyright © VTT 2011 JULKAISIJA – UTGIVARE – PUBLISHER VTT, Vuorimiehentie 5, PL 1000, 02044 VTT puh. vaihde 020 722 111, faksi 020 722 4374 VTT, Bergsmansvägen 5, PB 1000, 02044 VTT tel. växel 020 722 111, fax 020 722 4374 VTT Technical Research Centre of Finland, Vuorimiehentie 5, P.O. Box 1000, FI-02044 VTT, Finland phone internat. +358 20 722 111, fax + 358 20 722 4374 Technical editing Marika Leppilahti Kopijyvä Oy, Kuopio 2011 Erno Lindfors. Network Biology. Applications in medicine and biotechnology [Verkkobiologia. Lääke- tieteellisiä ja bioteknisiä sovelluksia]. Espoo 2011. VTT Publications 774. 81 p. + app. 100 p. Keywords network biology, s ystems b iology, biological d ata visualization, t ype 1 di abetes, oxida- tive stress, graph theory, network topology, ubiquitous complex network properties Abstract The concept of systems biology emerged over the last decade in order to address advances in experimental techniques.
    [Show full text]
  • Network Analysis with Nodexl
    Social data: Advanced Methods – Social (Media) Network Analysis with NodeXL A project from the Social Media Research Foundation: http://www.smrfoundation.org About Me Introductions Marc A. Smith Chief Social Scientist Connected Action Consulting Group [email protected] http://www.connectedaction.net http://www.codeplex.com/nodexl http://www.twitter.com/marc_smith http://delicious.com/marc_smith/Paper http://www.flickr.com/photos/marc_smith http://www.facebook.com/marc.smith.sociologist http://www.linkedin.com/in/marcasmith http://www.slideshare.net/Marc_A_Smith http://www.smrfoundation.org http://www.flickr.com/photos/library_of_congress/3295494976/sizes/o/in/photostream/ http://www.flickr.com/photos/amycgx/3119640267/ Collaboration networks are social networks SNA 101 • Node A – “actor” on which relationships act; 1-mode versus 2-mode networks • Edge B – Relationship connecting nodes; can be directional C • Cohesive Sub-Group – Well-connected group; clique; cluster A B D E • Key Metrics – Centrality (group or individual measure) D • Number of direct connections that individuals have with others in the group (usually look at incoming connections only) E • Measure at the individual node or group level – Cohesion (group measure) • Ease with which a network can connect • Aggregate measure of shortest path between each node pair at network level reflects average distance – Density (group measure) • Robustness of the network • Number of connections that exist in the group out of 100% possible – Betweenness (individual measure) F G •
    [Show full text]
  • A Sharp Pagerank Algorithm with Applications to Edge Ranking and Graph Sparsification
    A sharp PageRank algorithm with applications to edge ranking and graph sparsification Fan Chung? and Wenbo Zhao University of California, San Diego La Jolla, CA 92093 ffan,[email protected] Abstract. We give an improved algorithm for computing personalized PageRank vectors with tight error bounds which can be as small as O(n−k) for any fixed positive integer k. The improved PageRank algorithm is crucial for computing a quantitative ranking for edges in a given graph. We will use the edge ranking to examine two interrelated problems — graph sparsification and graph partitioning. We can combine the graph sparsification and the partitioning algorithms using PageRank vectors to derive an improved partitioning algorithm. 1 Introduction PageRank, which was first introduced by Brin and Page [11], is at the heart of Google’s web searching algorithms. Originally, PageRank was defined for the Web graph (which has all webpages as vertices and hy- perlinks as edges). For any given graph, PageRank is well-defined and can be used for capturing quantitative correlations between pairs of vertices as well as pairs of subsets of vertices. In addition, PageRank vectors can be efficiently computed and approximated (see [3, 4, 10, 22, 26]). The running time of the approximation algorithm in [3] for computing a PageRank vector within an error bound of is basically O(1/)). For the problems that we will examine in this paper, it is quite crucial to have a sharper error bound for PageRank. In Section 2, we will give an improved approximation algorithm with running time O(m log(1/)) to compute PageRank vectors within an error bound of .
    [Show full text]
  • The Pagerank Algorithm Is One Way of Ranking the Nodes in a Graph by Importance
    The PageRank 13 Algorithm Lab Objective: Many real-world systemsthe internet, transportation grids, social media, and so oncan be represented as graphs (networks). The PageRank algorithm is one way of ranking the nodes in a graph by importance. Though it is a relatively simple algorithm, the idea gave birth to the Google search engine in 1998 and has shaped much of the information age since then. In this lab we implement the PageRank algorithm with a few dierent approaches, then use it to rank the nodes of a few dierent networks. The PageRank Model The internet is a collection of webpages, each of which may have a hyperlink to any other page. One possible model for a set of n webpages is a directed graph, where each node represents a page and node j points to node i if page j links to page i. The corresponding adjacency matrix A satises Aij = 1 if node j links to node i and Aij = 0 otherwise. b c abcd a 2 0 0 0 0 3 b 6 1 0 1 0 7 A = 6 7 c 4 1 0 0 1 5 d 1 0 1 0 a d Figure 13.1: A directed unweighted graph with four nodes, together with its adjacency matrix. Note that the column for node b is all zeros, indicating that b is a sinka node that doesn't point to any other node. If n users start on random pages in the network and click on a link every 5 minutes, which page in the network will have the most views after an hour? Which will have the fewest? The goal of the PageRank algorithm is to solve this problem in general, therefore determining how important each webpage is.
    [Show full text]
  • The Perceived Assortativity of Social Networks: Methodological Problems and Solutions
    The perceived assortativity of social networks: Methodological problems and solutions David N. Fisher1, Matthew J. Silk2 and Daniel W. Franks3 Abstract Networks describe a range of social, biological and technical phenomena. An important property of a network is its degree correlation or assortativity, describing how nodes in the network associate based on their number of connections. Social networks are typically thought to be distinct from other networks in being assortative (possessing positive degree correlations); well-connected individuals associate with other well-connected individuals, and poorly-connected individuals associate with each other. We review the evidence for this in the literature and find that, while social networks are more assortative than non-social networks, only when they are built using group-based methods do they tend to be positively assortative. Non-social networks tend to be disassortative. We go on to show that connecting individuals due to shared membership of a group, a commonly used method, biases towards assortativity unless a large enough number of censuses of the network are taken. We present a number of solutions to overcoming this bias by drawing on advances in sociological and biological fields. Adoption of these methods across all fields can greatly enhance our understanding of social networks and networks in general. 1 1. Department of Integrative Biology, University of Guelph, Guelph, ON, N1G 2W1, Canada. Email: [email protected] (primary corresponding author) 2. Environment and Sustainability Institute, University of Exeter, Penryn Campus, Penryn, TR10 9FE, UK Email: [email protected] 3. Department of Biology & Department of Computer Science, University of York, York, YO10 5DD, UK Email: [email protected] Keywords: Assortativity; Degree assortativity; Degree correlation; Null models; Social networks Introduction Network theory is a useful tool that can help us explain a range of social, biological and technical phenomena (Pastor-Satorras et al 2001; Girvan and Newman 2002; Krause et al 2007).
    [Show full text]
  • Line Structure Representation for Road Network Analysis
    Line Structure Representation for Road Network Analysis Abstract: Road hierarchy and network structure are intimately linked; however, there is not a consistent basis for representing and analysing the particular hierarchical nature of road network structure. The paper introduces the line structure – identified mathematically as a kind of linearly ordered incidence structure – as a means of representing road network structure, and demonstrates its relation to existing representations of road networks: the ‘primal’ graph, the ‘dual’ graph and the route structure. In doing so, the paper shows how properties of continuity, junction type and hierarchy relating to differential continuity and termination are necessarily absent from primal and dual graph representations, but intrinsically present in line structure representations. The information requirements (in terms of matrix size) for specifying line structures relative to graphs are considered. A new property indicative of hierarchical status – ‘cardinality’ – is introduced and illustrated with application to example networks. The paper provides a more comprehensive understanding of the structure of road networks, relating different kinds of network representation, and suggesting potential application to network analysis. Keywords: Network science; Road hierarchy; Route structure; Graph theory; Line structure; Cardinality 1 1 Introduction Road network structure is routinely interpreted in terms of the configuration of roads in structures such as ‘trees’ or ‘grids’; but structure can also be interpreted in terms of the hierarchical relations between main and subsidiary, strategic and local, or through and side roads. In fact, these two kinds of structure – relating to configuration and constitution – are in some ways related. However, despite the proliferation of studies of road network structure, there is not a consistent basis for representing and analysing this dual nature of road network structure, either within traditions of network science or network design and management.
    [Show full text]
  • TELCOM2125: Network Science and Analysis
    School of Information Sciences University of Pittsburgh TELCOM2125: Network Science and Analysis Konstantinos Pelechrinis Spring 2015 Figures are taken from: M.E.J. Newman, “Networks: An Introduction” CHAPTER 1 INTRODUCTION A short introduction to networks and why we study them A NETWORK is, in its simplest form, a collection of points joined together in pairs by lines. In the jargon of the field the points are referred to as vertices1 or nodes and the lines are referred to as What is a network?edges . Many objects of interest in the physical, biological, and social sciences can be thought of as networks and, as this book aims to show, thinking of them in this way can often lead to new and useful insights. We begin, in this introductory chapter, with a discussion of why we are interested in networks l A collection of pointsand joined a brief description together of some in specpairsific networks by lines of note. All the topics in this chapter are covered in greater depth elsewhere in the book. § Points that will be joined together depends on the context ü Points à Vertices, nodes, actors … ü Lines à Edges l There are many systems of interest that can be modeled as networks A small network composed of eight vertices and ten edges. § Individual parts linked in some way ü Internet o A collection of computers linked together by data connections ü Human societies o A collection of people linked by acquaintance or social interaction 2 Why are we interested in networks? l While the individual components of a system (e.g., computer machines, people etc.) as well as the nature of their interaction is important, of equal importance is the pattern of connections between these components § These patterns significantly affect the performance of the underlying system ü The patterns of connections in the Internet affect the routes packets travel through ü Patterns in a social network affect the way people obtain information, form opinions etc.
    [Show full text]
  • Spatial Analysis and Modeling of Urban Transportation Networks
    Spatial analysis and modeling of urban transportation networks Jingyi Lin Doctoral Thesis in Geodesy and Geoinformatics with Specialization in Geoinformatics Royal Institute of Technology Stockholm, Sweden, 2017 TRITA SoM 2017-15 ISRN KTH/SoM/2017-15/SE ISBN 978-91-7729-613-3 Doctoral Thesis Royal Institute of Technology (KTH) Department of Urban Planning and Environment Division of Geodesy and Geoinformatics SE-100 44 Stockholm Sweden © Jingyi Lin, 2017 Printed by US AB, Sweden 2017 Abstract Transport systems in general, and urban transportation systems in particular, are the backbone of a country or a city, therefore play an intrinsic role in the socio- economic development. There have been numerous studies on real transportation systems from multiple fileds, including geography, urban planning, and engineering. Geographers have extensively investigated transportation systems, and transport geography has developed as an important branch of geography with various studies on system structure, efficiency optimization, and flow distribution. However, the emergence of complex network theory provided a brand-new perspective for geographers and other researchers; therefore, it invoked more widespread interest in exploring transportation systems that present a typical node-link network structure. This trend inspires the author and, to a large extent, constitutes the motivation of this thesis. The overall objective of this thesis is to study and simulate the structure and dynamics of urban transportation systems, including aviation systems and ground transportation systems. More specificically, topological features, geometric properties, and dynamic evolution processes are explored and discussed in this thesis. To illustrate different construction mechanisms, as well as distinct evolving backgrounds of aviation systems and ground systems, China’s aviation network, U.S.
    [Show full text]