Research on Community Structure in Bus Transport Networks

Size: px
Start display at page:

Download "Research on Community Structure in Bus Transport Networks"

Transcription

1 Commun. Theor. Phys. (Beijing, China) 52 (2009) pp c Chinese Physical Society and IOP Publishing Ltd Vol. 52, No. 6, December 15, 2009 Research on Community Structure in Bus Transport Networks YANG Xu-Hua, 1,2, WANG Bo, 1,3 and SUN You-Xian 2 1 College of Information Engineering, Zhejiang University of Technology, Hangzhou , China 2 State Key Laboratory of Industrial Control Technology, Zhejiang University, Hangzhou , China 3 Department of Computer Science and Engineering, Yiwu Industrial and Commercial College, Yiwu , China (Received December 24, 2008; Revised April 8, 2009) Abstract We abstract the bus transport networks (BTNs) to two kinds of complex networks with space L and space P methods respectively. Using improved community detecting algorithm (PKM agglomerative algorithm), we analyze the community property of two kinds of BTNs graphs. The results show that the BTNs graph described with space L method have obvious community property, but the other kind of BTNs graph described with space P method have not. The reason is that the BTNs graph described with space P method have the intense overlapping community property and general community division algorithms can not identify this kind of community structure. To overcome this problem, we propose a novel community structure called N-depth community and present a corresponding community detecting algorithm, which can detect overlapping community. Applying the novel community structure and detecting algorithm to a BTN evolution model described with space P, whose network property agrees well with real BTNs, we get obvious community property. PACS numbers: q, Bb, r Key words: bus transport network, overlapping community structure, clique, modularity, N-depth community 1 Introduction Many real complex systems in nature and society can be abstracted to complex networks. [1 3] The small-world network model proposed by Watts and Strogatz in 1998 [4] and the scale-free network model proposed by Barabasi and Albert in 1999 [5] stimulated the researching enthusiasm of complex networks. As the further study on the physical meanings and the mathematical characteristics of the complex networks, researchers found that many practical complex networks have a common feature, which is called community structure. It means that a whole network is composed of several groups or clusters. There is no clear definition of the community within complex network at present. The general definition is that the division of network vertices into groups within which the network connections are dense, but between which they are sparser. [6 8] For example, in Fig. 1, there are three communities, denoted by the dashed circles, which have dense internal edges but between which there are only a lower density of external edges. However, many real community structures are different from the one described in Fig. 1, because there probably exists community overlapping. Namely, some vertices belong to more than one community at the same time. [9 10] In Fig. 2, the small network is also composed of three communities. But the communities overlap with each other; some vertices belong to several different communities. Fig. 1 A small network with three separate communities. Bus transport network (BTN) is a kind of typical complex network. [11 12] Up to now, there are lots of studies about the BTNs. These studies almost concentrate on the statistical characteristics such as network diameter, average path length, clustering coefficient, degree distribution, and so on. There are nearly no papers which study on the community structure within the BTNs. But it is necessary to study the community structure of the BTNs because the community property can affect the network performance. In this paper, the BTNs are abstracted to two kinds of complex networks graph with space L and space P methods respectively. We detect the community structure of the BTNs, which are described with space L and Supported by the National Natural Science Foundation of China under Grant Nos and , the China Postdoctoral Science Foundation Funded Project under Grant No Corresponding author, xhyang@zjut.edu.cn

2 1026 YANG Xu-Hua, WANG Bo, and SUN You-Xian Vol. 52 space P respectively. We find that the BTNs described with space L have obvious community property, but the ones described with space P have not. We analyze the reasons of this phenomenon, propose a novel community structure and present a corresponding community identifying algorithm. At last, applying this novel community structure and identifying algorithm to a BTN evolution model [10] described with space P, whose network property agrees well with real BTNs, we get obvious community property. and overlap with each other in a BTN. [10] Fig. 2 A small network with three overlapping communities. 2 Analysis of Community Structure of BTNs 2.1 Two Kinds of BTNs Graphs Described with Space L and Space P Methods Respectively In this paper, we use two kinds of methods to abstract the BTNs to graphs, which are the space L and the space P method. [11 12] In space L, one vertex represents one station, and one edge represents one link between two vertices if one station of two vertices is the successor of the other on one bus route. While in space P, one vertex represents one station, one edge between two vertices indicates that there is at least one bus route between the two stations. We describe the BTNs by the two methods (space L and space P) and analyze their community property. Figure 3 is a simple BTN which is described in space L and space P. S1 S9 are bus stations, the solid line and dashed line are two bus routes, and S3 is the share station of the two bus routes. In space P, to a bus route, there exists an edge between any two bus stations in the route, there does not exist a station which is not in the route and has links to all the stations which are in the route. Therefore, a bus route is a maximal complete subgraph in a BTN, namely clique. In a BTN, different bus routes maybe have one or more share stations, namely, cliques intensively connect Fig. 3 A simple BTN which is described in space L and space P. 2.2 Community Division of BTNs Recently, there are a lot of studies on the algorithms of detecting community structure in networks. [6 7] These algorithms can be classified into two kinds. One kind divides a network into several separate communities, including Kernighan-Lin algorithm, [13] spectrum algorithm, [14] division algorithm, [15] agglomerative algorithm, [7] and so on. The other divides a network into several overlapping communities, namely one vertex may belong to more than one community at the same time. The typical method is the k-clique community algorithm proposed by Palla et al. [9,16] Using improved community detecting algorithm (PKM agglomerative algorithm), [17] we detect the community structure of the practical BTNs of Hangzhou [18] which is described with space L and space P respectively. Figure 4 shows the variety of the modularity of the BTN of Hangzhou which is described by space L with the algorithm steps. While Fig. 5 shows the variety of the modularity of the BTN of Hangzhou which is described by

3 No. 6 Research on Community Structure in Bus Transport Networks 1027 space P with the algorithm steps. The modularity Q proposed by Newman measures the quality of the community division of a network and the modularity of a network. [6] Consider a particular division of a network into k communities. They define a k k symmetric matrix e whose element e i.j is the fraction of all edges in the network that link vertices in community i to vertices in community j. The trace of this matrix Tr e = i e i,i gives the fraction of edges in the network that connect vertices in the same community. And they define the row (or column) sums a i = j e i,j, which represent the fraction of edges that connect to vertices in community i. Thus they can define the modularity Q by Q = i (e i,i a 2 i ). The value of the Q decides the quality of a particular community division of a network or the modularity of a network. Generally, it is suggested that a network has the obvious modularity (community property) when the value of Q is greater than 0.3. Fig. 4 The modularity of the BTN of Hangzhou described in space L. Figure 4 shows that the BTN described in space L has the obvious community property. The reason is that each vertex of the BTN described in space L only connects to several other vertices which are its predecessors or successors as the regular lattice. [4] The BTN described in space L can be approximately seen as a regular lattice which has the obvious community property. [19] So the BTN described in space L has the obvious modularity. Figure 5 shows that the BTN described in space P does not have the community property. However, in fact the BTN described in space P is composed of many cliques [10] (a clique is a maximal complete subgraph and a bus route is a clique) which are the communities with the densest connections inside (complete subgraph). Why can not we get the obvious community property from the BTN described in space P? We think the reason is that the community division method which divides a network into several separate communities is not proper to this kind of networks such as the BTN described in space P. The BTN described in space P is composed of many cliques, and these cliques connect each other by the intense overlapping vertices. In this kind of networks, one vertex may belong to several different communities. If one vertex is divided into one community narrowly and can not exist in any other communities, the wrong result that the network has no community property will be obtained and it will disagree with the reality. Fig. 5 The modularity of the BTN of Hangzhou described in space P. For this kind of networks, we expect to identify the overlapping communities. We try using the k-clique community algorithm proposed by Palla. [9] However, using this algorithm, we can not find the k-clique community structure defined by Palla in the BTNs described in space P. We think the reason is that the community definition proposed by Palla, which is the k-clique community composed of some k-cliques that have k 1 common vertices, is too strict to find the communities in the BTNs. The cliques in the BTNs share the vertices variedly, so there are few k-cliques which must share k 1 vertices. Therefore, we can find few k-clique communities in the BTNs, and this algorithm is not proper to detect community in the BTNs described in space P. We expect to design a new community definition and detecting algorithm which are proper to this kind of networks. 3 Definition of N-Depth Community and Detecting Algorithm The standard of the community division is that within communities the network connections are dense, but between communities they are sparser. For BTNs described in space P, within the communities the network connections are dense means that the bus stations in the communities are convenient to transport. While the network connections between the communities are sparse means that any two bus stations between the communities need more transfer times. In BTNs, the communities are overlapping intensely, in other words, one vertex may belong to several different communities at the same time. So, we propose a novel community structure which we called N-depth community. The detecting algorithm of the N-depth community is as follows. First, we find every cliques [9 10,16] in the original network. Then we construct a new network in which

4 1028 YANG Xu-Hua, WANG Bo, and SUN You-Xian Vol. 52 a vertex represents one clique, and there exists s an edge if two cliques share at least one vertex of the original network. We call the new network 1-depth clique network. The 2-depth clique network can be gotten by making the same operations stated above on the basis of the 1-depth clique network. So we can get the N-depth clique network by making the operation N times. Namely, the N-depth clique network is composed of the cliques found in the N 1-depth clique network. We define the N-depth communities of the original network. A vertex of the N-depth clique network corresponds to an N-depth community of the original network. Namely, those vertices, in the original network, which belong to an N-depth community, are mapped to a vertex of the N-depth clique network. There is an especial clique network the 0-depth clique network which is the original network, and a 0-depth community is a vertex of the original network. The definition of the N-depth community has the practical physical meaning. The community diameter of an N-depth community is N (as the network diameter, the community diameter means the longest distance between any two vertices within the community). We can get the maximal N by doing the operations stated above ceaselessly until getting an N-depth clique network which is composed of only one vertex. This vertex of the N-depth clique network corresponds to the N-depth community of the original network. In this case, the N-depth community includes all the vertices of the original network, and the community diameter N is also the diameter of the original network. Figure 6 shows the process of the N-depth community division of an ideal network (a vertex at least belongs to one clique in an ideal network). The 0-depth clique network is the original ideal network which is composed of 5 cliques denoted by the dashed circles with different colors. The 5 vertices of the 1-depth clique represent 5 cliques of the 0-depth clique network (the original network), and there is an edge between two vertices if these two cliques share at least one vertex of the original network. The color of the dashed circles in the 0-depth clique network corresponds to the color of the vertices in the 1- depth clique. We can get the 2-depth clique network and 3-depthe clique network by doing the operation repeatedly. The 3-depth clique network is composed of only one vertex, which means that 3 is the maximum value of N and the 3-depth community includes all the vertices of the original network. And 3 is also the diameter of the original network. So the ideal original network has five 1-depth communities, three 2-depth communities and one 3-depth community. The communities are overlapping intensely, which means some vertices can belong to more than one community. The N-depth community division we have discussed above happens in the ideal situation which means the N- depth networks of every layer can form cliques naturally (any vertex at least belong to one clique). And this kind of ideal network is existent such as the real BTNs. [10] However, if we use this community definition and detecting algorithm on the general networks, there will be some different from the ideal situation. In a general network, not all of the vertices can be divided into at least one clique, some vertices do not belong to any clique. So, these vertices are eliminated in the process of finding cliques. The N-depth communities can not include all the vertices of the original network. In other words, some vertices do not belong to any N-depth community. And it is reasonable that some vertices of a networks do not belong to any community in some particular divisions. [9] Certainly, In this case the maximum value of N is not equal to the original network diameter. Fig. 6 The process of the N-depth community division of an ideal network. Figure 7 shows the process of the N-depth community division of a general network. This general network (0-depth clique network) has two solid vertices which do not belong to any clique. These two vertices are eliminated in the finding clique process because they do not belong to any 1-depth community. We can see that vertices may be eliminated in the finding cliques process that

5 No. 6 Research on Community Structure in Bus Transport Networks 1029 the N 1-depth clique network transform to the N-depth clique network. So, there are some vertices which belong to some N 1-depth communities but do not belong to any N-depth community. Fig. 7 The process of the N-depth community division of a general network. 4 Application 4.1 A BTN Evolution Model [10] We apply this community definition and division algorithm to a BTN evolution model [10] described with space P, whose network property agrees wells with real BTNs, in which a vertex stands for a bus station and a clique stands for a bus route. The model is as follows. Starting with a clique whose size is a random number which agrees with the Gaussian distribution N(µ, σ) at t = 0, networks expand continuously by the addition of a new clique in each time step. The size of the new clique is a random number which agrees with the Gaussian distribution N(µ, σ). The new clique is composed of two parts which are some new nodes and some old nodes that already exists in the network, respectively. These old nodes will be randomly selected from those nodes which were added at previous time steps. The number of the new nodes and the old nodes agrees with the Gaussian distribution N(µ 1, σ 1 ) and N(µ 2, σ 2 ), respectively, with µ 1 +µ 2 = µ and σ 2 1 +σ 2 2 = σ 2. We connect any two nodes in the coming new clique with an edge, repeatedly connect if there already have been one or more edges between the two nodes, and these nodes will constitute a new maximal complete subgraph, namely the new clique. In this BTN evolution model, [10] we consider multiple edges. However, in the novel community definition and division algorithm, we only need the connectivity information and do not consider the level of busyness of a road. Therefore, in the study of this paper, in this BTN evolution model, we substitute single edge for multiple edges. 4.2 Application on BTN Model We use the BTN model to produce a network, which has 30 bus routes and 136 bus stations. And we apply this community definition and division algorithm to the network. First, we make the 1-depth community division on this BTN. Thirty 1-depth communities are obtained which are just the 30 bus routes. It means that a 1-depth community is composed of the vertices of corresponding bus routes. Repeating the operation on the 1-depth clique network, we can get seventeen 2-depth communities. A 2- depth community is composed of several bus routes. Repeating this operation, the 3-depth clique network is obtained which contains only one vertex, which means the BTN has only one 3-depth community and all the bus stations belong to this 3-depth community. It means this BTN model is an ideal network as stated in Sec. 3 and the diameter of the BTN model is equal to the deepest community diameter which is 3. Because the diameter of the N-depth community is N, in the BTN the N-depth community division also shows the transport convenience between two stations. The most transfer times between any two stations which belong to an N-depth community is N 1. Therefore if two stations belong to a common N-depth community, the smaller the value of N, the more convenient between these two stations. Therefore, the most transfer times between any two stations in above BTN model is 2. 5 Conclusion and Discussion Many practical complex networks have a common feature of community structure. Recently, there are a lot of studies on detecting community algorithms in networks. However, all these existing algorithm are not proper to the typical practical network: real BTNs. So, we propose a novel community structure called N-depth community and present the method of finding this kind of communities in networks. This community definition and division algorithm is not only proper to the BTNs but also most collaboration networks which are composed of many cliques such as scientific collaboration network [20] (one paper is one clique), actor collaboration network [21] (one movie is one clique), Chinese medical prescriptions network [22] (one medical prescription is one clique), and so on. This community division algorithm also shows the degree of relationship between any two vertices if they belong to a same N-depth community, the smaller the value of N the closer relationship between the two vertices.

6 1030 YANG Xu-Hua, WANG Bo, and SUN You-Xian Vol. 52 Reversing the process of detecting the N-depth community, we can obtain a new network evolving algorithm. The diameter of the network model created by this algorithm can be controlled. It means that we can create a controlled diameter network. From this viewpoint, it also has very good practical meaning. For this novel community structure and detecting algorithm, we just make an exploratory research. It is not the best definition and algorithm, but for collaboration networks such as BTNs it has enormous advantages. We expect that this community definition and detecting algorithm will be applied to more collaboration networks and even many real complex networks. We hope that the new controlled diameter network model can be carried out and applied. These are also our future research directions. References [1] R. Albert and A.L. Barabasi, Rev. Mod. Phys. 74 (2002) 47. [2] M.E.J. Newman, SIAM Review 45 (2003) 167. [3] T. Zhou, W.J. Bai, B.H. Wang, et al., Physics 34 (2005) 31. [4] D.J. Watts and S.H. Strogatz, Nature (London) 393 (1998) 440. [5] A.L. Barabasi and R. Albert, Science 286 (1999) 509. [6] M.E.J. Newman and M. Girvan, Phys. Rev. E 69 (2004) [7] A. Clauset, M.E.J. Newman, and C. Moore, Phys. Rev. E 70 (2004) [8] Z. Xie and X.F. Wang, Complex Systems and Complex Science 2 (2005) 1. [9] G. Palla, I. Derenyi, I. Farkas, et al., Nature (London) 435 (2005) 814. [10] X.H. Yang, B. Wang, W.L. Wang, et al., Commun. Theor. Phys. 50 (2008) [11] X.P. Xu, J.H. Hu, F. Liu, et al., Phys. A 374 (2007) 441. [12] Y.Z. Chen, N. Li, and D.R. He, Physica A 376 (2007) 747. [13] B.W. Kernighan and S. Lin, Bell System Technical Journal 49 (1970) 291. [14] F. Wu and B.A. Huberman, Eur. Phys. J. B 38 (2004) 331. [15] M. Girvan and M.E.J. Newman, Proc. Natl. Acad. Sci. 99 (2001) [16] I. Derenyi, G. Palla, and T. Vicsek, Phys. Rev. Lett. 94 (2005) [17] H.F. Du, W.F. Marcus, S.Z. Li, et al., Complexity J. 12 (2007) 53. [18] [19] H.F. Du, S.Z. Li, W.F. Marcus, et al., Acta Phys. Sin. 56 (2007) [20] A. Cardillo, S. Scellato, and V. Latora, Phys. A 372 (2006) 333. [21] N. He, W.Y. Gan, D.Y. Li, et al., Complex Systems and Complexity Science 3 (2006) 1. [22] Y. He, P.P. Zhang, J.Y. Tang, et al., Science & Technology Review 23 (2005) 36.

This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and

This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and education use, including for instruction at the authors institution

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

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

Discovery of Community Structure in Complex Networks Based on Resistance Distance and Center Nodes

Discovery of Community Structure in Complex Networks Based on Resistance Distance and Center Nodes Journal of Computational Information Systems 8: 23 (2012) 9807 9814 Available at http://www.jofcis.com Discovery of Community Structure in Complex Networks Based on Resistance Distance and Center Nodes

More information

The Gene Modular Detection of Random Boolean Networks by Dynamic Characteristics Analysis

The Gene Modular Detection of Random Boolean Networks by Dynamic Characteristics Analysis Journal of Materials, Processing and Design (2017) Vol. 1, Number 1 Clausius Scientific Press, Canada The Gene Modular Detection of Random Boolean Networks by Dynamic Characteristics Analysis Xueyi Bai1,a,

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

Global dynamic routing for scale-free networks

Global dynamic routing for scale-free networks Global dynamic routing for scale-free networks Xiang Ling, Mao-Bin Hu,* Rui Jiang, and Qing-Song Wu School of Engineering Science, University of Science and Technology of China, Hefei 230026, People s

More information

Basics of Network Analysis

Basics of Network Analysis Basics of Network Analysis Hiroki Sayama sayama@binghamton.edu Graph = Network G(V, E): graph (network) V: vertices (nodes), E: edges (links) 1 Nodes = 1, 2, 3, 4, 5 2 3 Links = 12, 13, 15, 23,

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

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

Pheromone Static Routing Strategy for Complex Networks. Abstract

Pheromone Static Routing Strategy for Complex Networks. Abstract Pheromone Static Routing Strategy for Complex Networks Xiang Ling 1, Henry Y.K. Lau 2, Rui Jiang 1, and Mao-Bin Hu 1 1.School of Engineering Science, University of Science and Technology of China, arxiv:1108.6119v1

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

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

Statistical analysis of the airport network of Pakistan

Statistical analysis of the airport network of Pakistan PRAMANA c Indian Academy of Sciences Vol. 85, No. 1 journal of July 2015 physics pp. 173 183 Statistical analysis of the airport network of Pakistan YASIR TARIQ MOHMAND, AIHU WANG and HAIBIN CHEN School

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

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

Benchmarks for testing community detection algorithms on directed and weighted graphs with overlapping communities

Benchmarks for testing community detection algorithms on directed and weighted graphs with overlapping communities PHYSICAL REVIEW E 8, 68 29 Benchmarks for testing community detection algorithms on directed and weighted graphs with overlapping communities Andrea Lancichinetti and Santo Fortunato Complex Networks Lagrange

More information

Hierarchical Overlapping Community Discovery Algorithm Based on Node purity

Hierarchical Overlapping Community Discovery Algorithm Based on Node purity Hierarchical Overlapping ommunity Discovery Algorithm Based on Node purity Guoyong ai, Ruili Wang, and Guobin Liu Guilin University of Electronic Technology, Guilin, Guangxi, hina ccgycai@guet.edu.cn,

More information

Finding and Evaluating Fuzzy Clusters in Networks

Finding and Evaluating Fuzzy Clusters in Networks Finding and Evaluating Fuzzy Clusters in Networks Jian Liu LMAM and School of Mathematical Sciences, Peking University, Beijing 100871, P.R. China dugujian@pku.edu.cn Abstract. Fuzzy cluster validity criterion

More information

Weighted Evolving Networks with Self-organized Communities

Weighted Evolving Networks with Self-organized Communities Commun. Theor. Phys. (eijing, China) 5 (28) pp. 261 266 c Chinese Physical Society Vol. 5, o. 1, July 15, 28 Weighted Evolving etworks with Self-organized Communities XIE Zhou, 1 LI Xiang, 2, and WAG Xiao-Fan

More information

The Number of Spanning Trees in Apollonian Networks

The Number of Spanning Trees in Apollonian Networks The Number of Spanning Trees in Apollonian Networks Zhongzhi Zhang, Bin Wu School of Computer Science and Shanghai Key Lab of Intelligent Information Processing, Fudan University, Shanghai 200433, China

More information

2007 by authors and 2007 World Scientific Publishing Company

2007 by authors and 2007 World Scientific Publishing Company Electronic version of an article published as J. M. Kumpula, J. Saramäki, K. Kaski, J. Kertész, Limited resolution and multiresolution methods in complex network community detection, Fluctuation and Noise

More information

Immunization for complex network based on the effective degree of vertex

Immunization for complex network based on the effective degree of vertex Immunization for complex network based on the effective degree of vertex Ke Hu and Yi Tang * Department of Physics and Institute of Modern Physics, Xiangtan University, Xiangtan 411105, Hunan, China The

More information

Understanding complex networks with community-finding algorithms

Understanding complex networks with community-finding algorithms Understanding complex networks with community-finding algorithms Eric D. Kelsic 1 SURF 25 Final Report 1 California Institute of Technology, Pasadena, CA 91126, USA (Dated: November 1, 25) In a complex

More information

Near linear time algorithm to detect community structures in large-scale networks

Near linear time algorithm to detect community structures in large-scale networks Near linear time algorithm to detect community structures in large-scale networks Usha Nandini Raghavan, 1 Réka Albert, 2 and Soundar Kumara 1 1 Department of Industrial Engineering, The Pennsylvania State

More information

CUT: Community Update and Tracking in Dynamic Social Networks

CUT: Community Update and Tracking in Dynamic Social Networks CUT: Community Update and Tracking in Dynamic Social Networks Hao-Shang Ma National Cheng Kung University No.1, University Rd., East Dist., Tainan City, Taiwan ablove904@gmail.com ABSTRACT Social network

More information

A new fractal algorithm to model discrete sequences

A new fractal algorithm to model discrete sequences A new fractal algorithm to model discrete sequences Zhai Ming-Yue( 翟明岳 ) a) Heidi Kuzuma b) and James W. Rector b)c) a) School of EE Engineering North China Electric Power University Beijing 102206 China

More information

Existence and Dynamics of Bounded Traveling Wave Solutions to Getmanou Equation

Existence and Dynamics of Bounded Traveling Wave Solutions to Getmanou Equation Commun. Theor. Phys. 70 (2018) 672 676 Vol. 70, No. 6, December 1, 2018 Existence and Dynamics of Bounded Traveling Wave Solutions to Getmanou Equation Zhen-Shu Wen ( 温振庶 ) School of Mathematical Sciences,

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

Demystifying movie ratings 224W Project Report. Amritha Raghunath Vignesh Ganapathi Subramanian

Demystifying movie ratings 224W Project Report. Amritha Raghunath Vignesh Ganapathi Subramanian Demystifying movie ratings 224W Project Report Amritha Raghunath (amrithar@stanford.edu) Vignesh Ganapathi Subramanian (vigansub@stanford.edu) 9 December, 2014 Introduction The past decade or so has seen

More information

Evaluation method of node importance for power grid considering inflow and outflow power

Evaluation method of node importance for power grid considering inflow and outflow power J. Mod. Power Syst. Clean Energy (2017) 5(5):696 703 DOI 10.1007/s40565-016-0234-3 Evaluation method of node importance for power grid considering inflow and outflow power Huifang WAN 1, Zhengbo SHAN 1,

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

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

Sequential algorithm for fast clique percolation

Sequential algorithm for fast clique percolation Sequential algorithm for fast clique percolation Jussi M. Kumpula,* Mikko Kivelä, Kimmo Kaski, and Jari Saramäki Department of Biomedical Engineering and Computational Science, Helsinki University of Technology,

More information

Community detection. Leonid E. Zhukov

Community detection. Leonid E. Zhukov Community detection Leonid E. Zhukov School of Data Analysis and Artificial Intelligence Department of Computer Science National Research University Higher School of Economics Network Science Leonid E.

More information

Cascading failures in complex networks with community structure

Cascading failures in complex networks with community structure International Journal of Modern Physics C Vol. 25, No. 5 (2014) 1440005 (10 pages) #.c World Scienti c Publishing Company DOI: 10.1142/S0129183114400051 Cascading failures in complex networks with community

More information

A study on reliability of high-speed passenger transport network based on complex network analysis 1

A study on reliability of high-speed passenger transport network based on complex network analysis 1 Acta Technica 61 No. 4A/2016), 25 38 c 2017 Institute of Thermomechanics CAS, v.v.i. A study on reliability of high-speed passenger transport network based on complex network analysis 1 Xu Zhang 2, Bingzhi

More information

Social Data Management Communities

Social Data Management Communities Social Data Management Communities Antoine Amarilli 1, Silviu Maniu 2 January 9th, 2018 1 Télécom ParisTech 2 Université Paris-Sud 1/20 Table of contents Communities in Graphs 2/20 Graph Communities Communities

More information

Fast algorithm for detecting community structure in networks

Fast algorithm for detecting community structure in networks PHYSICAL REVIEW E 69, 066133 (2004) Fast algorithm for detecting community structure in networks M. E. J. Newman Department of Physics and Center for the Study of Complex Systems, University of Michigan,

More information

Consensus of Multi-Agent Systems with Prestissimo Scale-Free Networks

Consensus of Multi-Agent Systems with Prestissimo Scale-Free Networks Commun. Theor. Phys. (Beijing, China) 53 (2010) pp. 787 792 c Chinese Physical Society and IOP Publishing Ltd Vol. 53, No. 4, April 15, 2010 Consensus of Multi-Agent Systems with Prestissimo Scale-Free

More information

Brief description of the base clustering algorithms

Brief description of the base clustering algorithms Brief description of the base clustering algorithms Le Ou-Yang, Dao-Qing Dai, and Xiao-Fei Zhang In this paper, we choose ten state-of-the-art protein complex identification algorithms as base clustering

More information

A NEW DIGITAL IMAGE ENCRYPTION ALGORITHM BASED ON 4D CHAOTIC SYSTEM

A NEW DIGITAL IMAGE ENCRYPTION ALGORITHM BASED ON 4D CHAOTIC SYSTEM International Journal of Pure and Applied Mathematics Volume 80 No. 4 2012, 609-616 ISSN: 1311-8080 (printed version) url: http://www.ijpam.eu PA ijpam.eu A NEW DIGITAL IMAGE ENCRYPTION ALGORITHM BASED

More information

Community Structure and Beyond

Community Structure and Beyond Community Structure and Beyond Elizabeth A. Leicht MAE: 298 April 9, 2009 Why do we care about community structure? Large Networks Discussion Outline Overview of past work on community structure. How to

More information

Community Detection in Directed Weighted Function-call Networks

Community Detection in Directed Weighted Function-call Networks Community Detection in Directed Weighted Function-call Networks Zhengxu Zhao 1, Yang Guo *2, Weihua Zhao 3 1,3 Shijiazhuang Tiedao University, Shijiazhuang, Hebei, China 2 School of Mechanical Engineering,

More information

Non Overlapping Communities

Non Overlapping Communities Non Overlapping Communities Davide Mottin, Konstantina Lazaridou HassoPlattner Institute Graph Mining course Winter Semester 2016 Acknowledgements Most of this lecture is taken from: http://web.stanford.edu/class/cs224w/slides

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

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

A Fast Algorithm to Find Overlapping Communities in Networks

A Fast Algorithm to Find Overlapping Communities in Networks A Fast Algorithm to Find Overlapping Communities in Networks Steve Gregory Department of Computer Science University of Bristol, BS 1UB, England steve@cs.bris.ac.uk Abstract. Many networks possess a community

More information

Q. Wang National Key Laboratory of Antenna and Microwave Technology Xidian University No. 2 South Taiba Road, Xi an, Shaanxi , P. R.

Q. Wang National Key Laboratory of Antenna and Microwave Technology Xidian University No. 2 South Taiba Road, Xi an, Shaanxi , P. R. Progress In Electromagnetics Research Letters, Vol. 9, 29 38, 2009 AN IMPROVED ALGORITHM FOR MATRIX BANDWIDTH AND PROFILE REDUCTION IN FINITE ELEMENT ANALYSIS Q. Wang National Key Laboratory of Antenna

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

Social and Technological Network Analysis. Lecture 4: Community Detec=on and Overlapping Communi=es. Dr. Cecilia Mascolo

Social and Technological Network Analysis. Lecture 4: Community Detec=on and Overlapping Communi=es. Dr. Cecilia Mascolo Social and Technological Network Analysis Lecture 4: Community Detec=on and Overlapping Communi=es Dr. Cecilia Mascolo Communi=es Weak =es (Lecture 2) seemed to bridge groups of =ghtly coupled nodes (communi=es)

More information

Real-Time Graphics Rendering Engine

Real-Time Graphics Rendering Engine Hujun Bao Wei Hua Real-Time Graphics Rendering Engine With 66 figures, 11 of them in color ADVANCED TOPICS IN SCIENCE AND TECHNOLOGY IN CHINA ADVANCED TOPICS IN SCIENCE AND TECHNOLOGY IN CHINA Zhejiang

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

Controllability of Complex Power Networks

Controllability of Complex Power Networks Network and Communication Technologies; Vol. 3, No. 1; 018 ISSN 197-064X E-ISSN 197-0658 Published by Canadian Center of Science and Education Controllability of Complex Power Networks Guohua Zhang 1,

More information

Physica A. Changing motif distributions in complex networks by manipulating rich-club connections

Physica A. Changing motif distributions in complex networks by manipulating rich-club connections Physica A 39 (211) 4621 4626 Contents lists available at SciVerse ScienceDirect Physica A journal homepage: www.elsevier.com/locate/physa Changing motif distributions in complex networks by manipulating

More information

The Simulation Study of Spread and Evolution about Network Opinion on Education

The Simulation Study of Spread and Evolution about Network Opinion on Education Asian Social Science; Vol. 10, No. 10; 2014 ISSN 1911-2017 E-ISSN 1911-2025 Published by Canadian Center of Science and Education The Simulation Study of Spread and Evolution about Network Opinion on Education

More information

Motif-based Classification in Journal Citation Networks

Motif-based Classification in Journal Citation Networks J. Software Engineering & Applications, 2008, 1: 53-59 Published Online December 2008 in SciRes (www.scirp.org/journal/jsea) Motif-based Classification in Journal Citation Networks Wenchen Wu 1, Yanni

More information

A Novel Similarity-based Modularity Function for Graph Partitioning

A Novel Similarity-based Modularity Function for Graph Partitioning A Novel Similarity-based Modularity Function for Graph Partitioning Zhidan Feng 1, Xiaowei Xu 1, Nurcan Yuruk 1, Thomas A.J. Schweiger 2 The Department of Information Science, UALR 1 Acxiom Corporation

More information

arxiv: v1 [physics.soc-ph] 19 Sep 2007

arxiv: v1 [physics.soc-ph] 19 Sep 2007 Near linear time algorithm to detect community structures in large-scale networks 1 Usha Nandini Raghavan, 2 Réka Albert and 1 Soundar Kumara 1 Department of Industrial Engineering, The Pennsylvania State

More information

arxiv: v1 [physics.data-an] 27 Sep 2007

arxiv: v1 [physics.data-an] 27 Sep 2007 Community structure in directed networks E. A. Leicht 1 and M. E. J. Newman 1, 2 1 Department of Physics, University of Michigan, Ann Arbor, MI 48109, U.S.A. 2 Center for the Study of Complex Systems,

More information

Study of Data Mining Algorithm in Social Network Analysis

Study of Data Mining Algorithm in Social Network Analysis 3rd International Conference on Mechatronics, Robotics and Automation (ICMRA 2015) Study of Data Mining Algorithm in Social Network Analysis Chang Zhang 1,a, Yanfeng Jin 1,b, Wei Jin 1,c, Yu Liu 1,d 1

More information

Community overlays upon real-world complex networks

Community overlays upon real-world complex networks Eur. Phys. J. B (1) 85: DOI: 1.11/epjb/e11-19-7 Community overlays upon real-world complex networks X. Ge and H. Wang Eur. Phys. J. B (1) 85: DOI: 1.11/epjb/e11-19-7 Regular Article THE EUROPEAN PHYSICAL

More information

Community detection algorithms survey and overlapping communities. Presented by Sai Ravi Kiran Mallampati

Community detection algorithms survey and overlapping communities. Presented by Sai Ravi Kiran Mallampati Community detection algorithms survey and overlapping communities Presented by Sai Ravi Kiran Mallampati (sairavi5@vt.edu) 1 Outline Various community detection algorithms: Intuition * Evaluation of the

More information

Sequences Modeling and Analysis Based on Complex Network

Sequences Modeling and Analysis Based on Complex Network Sequences Modeling and Analysis Based on Complex Network Li Wan 1, Kai Shu 1, and Yu Guo 2 1 Chongqing University, China 2 Institute of Chemical Defence People Libration Army {wanli,shukai}@cqu.edu.cn

More information

Test Analysis of Serial Communication Extension in Mobile Nodes of Participatory Sensing System Xinqiang Tang 1, Huichun Peng 2

Test Analysis of Serial Communication Extension in Mobile Nodes of Participatory Sensing System Xinqiang Tang 1, Huichun Peng 2 International Conference on Automation, Mechanical Control and Computational Engineering (AMCCE 2015) Test Analysis of Serial Communication Extension in Mobile Nodes of Participatory Sensing System Xinqiang

More information

Design of wideband graded-index antireflection coatings at oblique light incidence

Design of wideband graded-index antireflection coatings at oblique light incidence Design of wideband graded-index antireflection coatings at oblique light incidence Zhang Jun-Chao( ) a)b), Fang Ming( ) a), Jin Yun-Xia( ) a), and He Hong-Bo( ) a) a) Key Laboratory of Material Science

More information

Temperature Calculation of Pellet Rotary Kiln Based on Texture

Temperature Calculation of Pellet Rotary Kiln Based on Texture Intelligent Control and Automation, 2017, 8, 67-74 http://www.scirp.org/journal/ica ISSN Online: 2153-0661 ISSN Print: 2153-0653 Temperature Calculation of Pellet Rotary Kiln Based on Texture Chunli Lin,

More information

Empirical analysis of online social networks in the age of Web 2.0

Empirical analysis of online social networks in the age of Web 2.0 Physica A 387 (2008) 675 684 www.elsevier.com/locate/physa Empirical analysis of online social networks in the age of Web 2.0 Feng Fu, Lianghuan Liu, Long Wang Center for Systems and Control, College of

More information

A Novel Parallel Hierarchical Community Detection Method for Large Networks

A Novel Parallel Hierarchical Community Detection Method for Large Networks A Novel Parallel Hierarchical Community Detection Method for Large Networks Ping Lu Shengmei Luo Lei Hu Yunlong Lin Junyang Zou Qiwei Zhong Kuangyan Zhu Jian Lu Qiao Wang Southeast University, School of

More information

DOI: /jos Tel/Fax: by Journal of Software. All rights reserved. , )

DOI: /jos Tel/Fax: by Journal of Software. All rights reserved. , ) ISSN 1000-9825, CODEN RUXUEW E-mail: jos@iscasaccn Journal of Software, Vol17, No2, February 2006, pp315 324 http://wwwjosorgcn DOI: 101360/jos170315 Tel/Fax: +86-10-62562563 2006 by Journal of Software

More information

A Novel Extreme Point Selection Algorithm in SIFT

A Novel Extreme Point Selection Algorithm in SIFT A Novel Extreme Point Selection Algorithm in SIFT Ding Zuchun School of Electronic and Communication, South China University of Technolog Guangzhou, China zucding@gmail.com Abstract. This paper proposes

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

Research on Design and Application of Computer Database Quality Evaluation Model

Research on Design and Application of Computer Database Quality Evaluation Model Research on Design and Application of Computer Database Quality Evaluation Model Abstract Hong Li, Hui Ge Shihezi Radio and TV University, Shihezi 832000, China Computer data quality evaluation is the

More information

Mixing navigation on networks. Tao Zhou

Mixing navigation on networks. Tao Zhou Published in "Physica A: Statistical Mechanics and its Applications 387(12): 3025-3032, 2008" which should be cited to refer to this work. Mixing navigation on networks Tao Zhou Department of Modern Physics,

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

Deterministic Hierarchical Networks

Deterministic Hierarchical Networks Deterministic Hierarchical Networks L. Barrière, F. Comellas, C. Dalfó, M.A. Fiol Departament de Matemàtiques Universitat Politècnica de Catalunya Barcelona (Catalonia) {lali.barriere,francesc.comellas}@upc.edu

More information

Mining Social Network Graphs

Mining Social Network Graphs Mining Social Network Graphs Analysis of Large Graphs: Community Detection Rafael Ferreira da Silva rafsilva@isi.edu http://rafaelsilva.com Note to other teachers and users of these slides: We would be

More information

Research on Incomplete Transaction Footprints in Networked Software

Research on Incomplete Transaction Footprints in Networked Software Research Journal of Applied Sciences, Engineering and Technology 5(24): 5561-5565, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scientific Organization, 2013 Submitted: September 30, 2012 Accepted:

More information

An Adaptive Threshold LBP Algorithm for Face Recognition

An Adaptive Threshold LBP Algorithm for Face Recognition An Adaptive Threshold LBP Algorithm for Face Recognition Xiaoping Jiang 1, Chuyu Guo 1,*, Hua Zhang 1, and Chenghua Li 1 1 College of Electronics and Information Engineering, Hubei Key Laboratory of Intelligent

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

SOME stereo image-matching methods require a user-selected

SOME stereo image-matching methods require a user-selected IEEE GEOSCIENCE AND REMOTE SENSING LETTERS, VOL. 3, NO. 2, APRIL 2006 207 Seed Point Selection Method for Triangle Constrained Image Matching Propagation Qing Zhu, Bo Wu, and Zhi-Xiang Xu Abstract In order

More information

A Social Network Model Exhibiting Tunable Overlapping Community Structure

A Social Network Model Exhibiting Tunable Overlapping Community Structure Available online at www.sciencedirect.com Procedia Computer Science 9 ( 202 ) 400 409 International Conference on Computational Science, ICCS 202 A Social Network Model Exhibiting Tunable Overlapping Community

More information

A new Pre-processing Strategy for Improving Community Detection Algorithms

A new Pre-processing Strategy for Improving Community Detection Algorithms A new Pre-processing Strategy for Improving Community Detection Algorithms A. Meligy Professor of Computer Science, Faculty of Science, Ahmed H. Samak Asst. Professor of computer science, Faculty of Science,

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

A Review on Overlapping Community Detection Algorithms

A Review on Overlapping Community Detection Algorithms Review Paper A Review on Overlapping Community Detection Algorithms Authors 1 G.T.Prabavathi*, 2 Dr. V. Thiagarasu Address For correspondence: 1 Asst Professor in Computer Science, Gobi Arts & Science

More information

Feature Selection for Multi-Class Imbalanced Data Sets Based on Genetic Algorithm

Feature Selection for Multi-Class Imbalanced Data Sets Based on Genetic Algorithm Ann. Data. Sci. (2015) 2(3):293 300 DOI 10.1007/s40745-015-0060-x Feature Selection for Multi-Class Imbalanced Data Sets Based on Genetic Algorithm Li-min Du 1,2 Yang Xu 1 Hua Zhu 1 Received: 30 November

More information

Using Stable Communities for Maximizing Modularity

Using Stable Communities for Maximizing Modularity Using Stable Communities for Maximizing Modularity S. Srinivasan and S. Bhowmick Department of Computer Science, University of Nebraska at Omaha Abstract. Modularity maximization is an important problem

More information

A New Vertex Similarity Metric for Community Discovery: A Local Flow Model

A New Vertex Similarity Metric for Community Discovery: A Local Flow Model JOURNAL OF SOFTWARE, VOL 6, NO 8, AUGUST 2011 1545 A New Vertex Similarity Metric for Community Discovery: A Local Flow Model Yueping Li, Yunming Ye and Xiaolin Du Shenzhen Graduate School, Harbin Institute

More information

EFFICIENT ATTRIBUTE REDUCTION ALGORITHM

EFFICIENT ATTRIBUTE REDUCTION ALGORITHM EFFICIENT ATTRIBUTE REDUCTION ALGORITHM Zhongzhi Shi, Shaohui Liu, Zheng Zheng Institute Of Computing Technology,Chinese Academy of Sciences, Beijing, China Abstract: Key words: Efficiency of algorithms

More information

IMPROVED ARTIFICIAL FISH SWARM ALGORITHM AND ITS APPLICATION IN OPTIMAL DESIGN OF TRUSS STRUCTURE

IMPROVED ARTIFICIAL FISH SWARM ALGORITHM AND ITS APPLICATION IN OPTIMAL DESIGN OF TRUSS STRUCTURE IMPROVED ARTIFICIAL FISH SWARM ALGORITHM AD ITS APPLICATIO I OPTIMAL DESIG OF TRUSS STRUCTURE ACAG LI, CHEGUAG BA, SHUJIG ZHOU, SHUAGHOG PEG, XIAOHA ZHAG College of Civil Engineering, Hebei University

More information

Study on Improving the Quality of Reconstructed NURBS Surfaces

Study on Improving the Quality of Reconstructed NURBS Surfaces Study on Improving the Quality of Reconstructed NURBS Surfaces Shufeng jiang, Shigang Wang, Yong Yan School of Mechatronic Engineering, Qiqihar University, Qiqihar 161006, China Abstract In aspect of surface

More information

Complex Networks and Epidemiology

Complex Networks and Epidemiology Complex Networks and Epidemiology Part I: Complex Networks James Kim * Center for Applied Mathematics, Institute of Sciences and Technology of Asia Abstract Complex networks describe a wide range of systems

More information

An Algorithm of Parking Planning for Smart Parking System

An Algorithm of Parking Planning for Smart Parking System An Algorithm of Parking Planning for Smart Parking System Xuejian Zhao Wuhan University Hubei, China Email: xuejian zhao@sina.com Kui Zhao Zhejiang University Zhejiang, China Email: zhaokui@zju.edu.cn

More information

Spatial image encryption algorithm based on chaotic map and pixel frequency

Spatial image encryption algorithm based on chaotic map and pixel frequency . Supplementary File. SCIENCE CHINA Information Sciences Spatial image encryption algorithm based on chaotic map and pixel frequency Guodong YE 1,2* & Xiaoling HUANG 1 1 Faculty of Mathematics and Computer

More information

Preliminaries: networks and graphs

Preliminaries: networks and graphs 978--52-8795-7 - Dynamical Processes on Complex Networks Preliminaries: networks and graphs In this chapter we introduce the reader to the basic definitions of network and graph theory. We define metrics

More information

Flexible Calibration of a Portable Structured Light System through Surface Plane

Flexible Calibration of a Portable Structured Light System through Surface Plane Vol. 34, No. 11 ACTA AUTOMATICA SINICA November, 2008 Flexible Calibration of a Portable Structured Light System through Surface Plane GAO Wei 1 WANG Liang 1 HU Zhan-Yi 1 Abstract For a portable structured

More information

Network Theory: Social, Mythological and Fictional Networks. Math 485, Spring 2018 (Midterm Report) Christina West, Taylor Martins, Yihe Hao

Network Theory: Social, Mythological and Fictional Networks. Math 485, Spring 2018 (Midterm Report) Christina West, Taylor Martins, Yihe Hao Network Theory: Social, Mythological and Fictional Networks Math 485, Spring 2018 (Midterm Report) Christina West, Taylor Martins, Yihe Hao Abstract: Comparative mythology is a largely qualitative and

More information

Observing the Evolution of Social Network on Weibo by Sampled Data

Observing the Evolution of Social Network on Weibo by Sampled Data Observing the Evolution of Social Network on Weibo by Sampled Data Lu Ma, Gang Lu, Junxia Guo College of Information Science and Technology Beijing University of Chemical Technology Beijing, China sizheng@126.com

More information

Survey of Community Structure Segmentation in Complex Networks

Survey of Community Structure Segmentation in Complex Networks JOURNAL OF SOFTWARE, VOL. 9, NO. 1, JANUARY 2014 89 Survey of Community Structure Segmentation in Complex Networks Tingrui Pei College of Information Engineering, Xiangtan University, Email: peitr@163.com

More information

Self-Repair of Cooperation Network under Nodes Failure

Self-Repair of Cooperation Network under Nodes Failure Appl. Math. Inf. Sci. 8, No. 1, 25-21 (214) 25 Applied Mathematics & Information Sciences An International Journal http://dx.doi.org/1.12785/amis/8125 Self-Repair of Cooperation Network under Nodes Failure

More information