Observing the Evolution of Social Network on Weibo by Sampled Data

Size: px
Start display at page:

Download "Observing the Evolution of Social Network on Weibo by Sampled Data"

Transcription

1 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 Abstract Although there have been many researches on the online social networks (OSNs), observing the evolution of a real OSN is still interesting and instructive for understanding people s behavior in OSNs. In this paper, the actual evolution of the social graph of a real OSN Weibo, is studied by sampled data. The exact timestamp of creating or removing each following relationship cannot be sampled. However, by the created time of the users accounts, the evolution of the social network of Weibo is roughly observed. In this way, it is found that the growing pattern of the network scale shows S-shape. Some other properties of the network, such as network density, the number of connected components, the efficiency of the network, clustering coefficient, degree assortativity, and so on, are also observed. As the network grows, the density of the network keeps reducing and eventually reaches a steady state. The change of the number of connected components indicates the users crowd behavior during the network evolution. Keywords Online social networks; Complex network; Structural evolution; Crowd behavior I. INTRODUCTION There has been a huge rise in the growth of OSNs around the world in recent years, such as Twitter, Facebook, LinkedIn, and so on. OSNs provide a private space for people and tools for interacting with others on the Internet. The OSNs have become the main platform for people to gather information and make friends with like-minded people. Therefore, it is important for researchers who are interested in human behaviors to comprehend the statistics and dynamics of OSNs. Recently, many studies have been carried out on network structure [1-7]. The social structure of Facebook friendships network was investigated, including assortativity coefficients and community structures based on different user characteristics [4]. The growth pattern shows S-shape in recent work by Yang and Chen [8] about the evolution of the discussion network. Hu and Wang [9] also found the S-Shape growth pattern in their research on the evolution of large OSNs. However, in OSNs the evolution curves are smoother than those in the discussion network, especially in the initial stage [9]. In recent work, Gong and Xu [10] observed that the density of the Google+ as a function of time is non-monotone. Facebook became denser over time, which is observed by Backstrom L. et al. [11]. However, the density of the network decreases with the growth of the scale, which is also found in [8]. Most real graphs [12] densify over time, with the number of edges growing super-linearly in the number of nodes. Hu and Wang [9] found that the evolutions of network density, clustering, heterogeneity and modularity exhibit complex, non-monotone feature. In a recent work on Sina microblog, it is found that the microblog group has a shorter diameter of connected graph, average path length and larger average clustering coefficient, which means that the microblog social network is a closely connected group and has small-world characteristic [16]. It is found that the number of microblog user bidirectional friends approximately corresponds with the lognormal distribution in the Sina Weibo [21]. There are many other researches about assortativity [17-20]. In this paper, we focus on Weibo the most popular online social network in China. It is similar to Twitter, and designed especially for Chinese with more features than Twitter. To the best of the authors knowledge, there has been no report about the real observation of the evolution of the social network in Weibo. The main reason is that the whole data set of the large social network with real evolution timestamp of Weibo is hard to obtain. However, a compromised method is introduced here for observing the network evolution roughly. By taking user accounts as the nodes and following relations as directed edges, the creating time of a user account is treated as the time when the node and relevant edges join in the network. In this way, we are able to reveal some evolution features of the social network of Weibo. It is found that the growth pattern of the network scale shows S-shape. And the density of the network decreases continually. We also find that most edges are created between a new user and an old one. It is also found that the average path length and the network diameter are almost constants when the network density declines. The network shows degree disassortativity as well. II. DATA SETS Due to the issues of business and privacy, the whole data set of Weibo cannot be opened to public. However, the open API of Weibo can be used to collect data. By the API, we collected data by BFS from May 30th, 2011 until January 1st, 2012, mainly including information of the users and their following relations. Because the users information and their /16/$31.00 copyright 2016 IEEE ICIS 2016, June 26-29, 2016, Okayama, Japan

2 relations are collected by different threads [15], there are many nodes without their users information in the whole relation network. In order to show the evolution of the network by the created time of the user account, if any user s information is not collected in a relation, that relation is deleted from the whole network. Finally, we ve got a Weibo social network of 3,585,761 users with their information and 14,842,699 following relations between them. The created time of the users account range from August 14th, 2009 to January 6th, Maybe it is worth noticing that Sina Corporation released the private beta of Weibo on 14th, 2009, and our data collecting stopped on January 6th, That indicates our dataset includes the very beginning users and the newest users. It is observed that during the evolution, the network of the dataset is not always connected. Sometimes it has two connected components, while sometimes it has one connected component. Besides, there are some isolated nodes which are not linked to any other node at most time, but finally all the nodes are connected as one network. In the following detailed analysis, only the connected nodes are referred. III. STRUCTURAL EVOLUTION Like Twitter, every registered user of Weibo follows some other users, and is followed by some other users. By taking the users as the node set V, and the relations as the directed edge set E, the social network of Weibo is then abstracted as an directed complex network G(V, E). Because the time when a following relation is created or canceled cannot be obtained, we introduced a compromised way to observe the evolution of the collected social network of Weibo as follows. There is a feature in user information called CreatedAt, which records the time of creating the account by the user. As soon as the account is created, the corresponding node with its following relations between other existing nodes is considered as added to the network. Though we cannot know the exact time stamps of creating or deleting edges, a rough evolution process of the social network of Weibo still can be observed in this way. The private beta of Weibo was released on August 14 th, 2009, and on August 28 th, 2009, Weibo was opened for public registration. In the following detailed analysis, we will use the snapshots of every 7 days starting from August 28 th, 2009 in our dataset. However, Table I lists the numbers of nodes and edges of the network before public registration opened in our dataset. From the table, it can be seen that during the private beta time, the network grew slowly. Once it was opened to the public on August 28 th, the network started growing rapidly. By taking N as the number of nodes and E as the number of edges in the network, Fig. 1 shows the growth of the numbers of connected nodes and edges, and the variation of network density over time. The density of a directed network is defined as d=e/[n(n-1)]. We can find that the density of the network decreases as the network grows. One possible reason for this is that, for most users, they usually follow few person. Therefore, the density declines quickly as more people join in. In Fig. 1, the growth pattern for the network scale, including the number of nodes and edges, shows an S-shape that can be simulated by a logistic function. It was also reported in some other recent works. Fig. 2 shows the increment of the number of nodes and edges at the Tth week for the whole network. Most users and relations appear in the network over a short period of time. It is clear that the number of edges grows much faster than nodes. The reason is that one new node usually brings several new edges. It is clear that each new link can be created between two old users (Old-Old), two new users (New-New), or an old user and a new one (Old-New). As a result, the newly created edges can be classified into three classes as well. Fig. 3 shows the evolution of the proportion of the three kind of edges established in the Tth week. We find that most edges were created between a new user and an old one. This may be because Weibo will recommend existing users to new users to follow. New users usually select existing users to follow by themselves as well. It also indicates that the possibility of new users knowing each other to create bidirectional edges is very small. Due to the limitation of the data set, we can t observe the evolution of the Old-Old edges. Fig. 4 illustrates the number of edges versus the number of nodes in log-log scale. This plot shows that the number of edges grows super-linearly with the number of nodes. When the two edges in different direction between two nodes are combined into one Bidirectional Edge (BE), the rest are Unidirectional Edges (UE). We also evaluate the proportion of BEs and UEs in the network, as Fig. 5 illustrates. UEs are much more than Bes. It may be because most users follow the celebrities but the celebrities don t follow them. TABLE I. THE GROWTH OF THE NETWORK IN THE PERIOD FROM PRIVATE BETA TO PUBLIC REGISTRATION OF WEIBO Date of the snapshot # of total # of connected # of nodes nodes edges 2009/8/ /8/ /8/ /8/ /8/27 1, /8/28 7,715 5,652 45,874 Fig. 1. Evolution of the numbers of nodes, edges, and network density.

3 Fig. 2. The number of new nodes and edges at the Tth week. Fig. 3. Evolution of the proportion of the two kinds of edges. observe the evolution of network efficiency [14] instead. The efficiency of the directed network is defined as 1 1 E =, where d ij = when the node i and j N i j ( N 1) dij belong to two disconnected component. Therefore, 1/d ij =0 when there is no path in the graph between i and j. It can measure how efficiently the network exchanges information. The evolution of the network efficiency over time was shown in Fig. 6. For our dataset, the efficiency of the Weibo decreases along the time and finally it reaches equilibrium. However, just being curious, we also evaluate the average shortest path length (ASPL) and the diameter (D) by taking the distance between unconnected nodes as zero. We would like to call the results as Non-Connected Average Path Length (NC- ASPL) and Non-Connected Diameter (NC-D). The calculation may be different from the original definition of distance between two nodes, but we think maybe the results are interesting. The evolution of the NC-ASPL and NC-D over time compared to the network density d is shown in Fig. 7, together with the number of connected components in the whole network. We can see that NC-ASPL and NC-D are almost constants while the network density declines. But there is no obvious evidence telling these two metrics are analytically connected to each other. We find that NC-ASPL between pairs of users is about 3.8. The shortest path lengths between individuals, the so-called six degree of separation found by Stanley Milgram s experiments [13] investigating the social network of the United States, are here seen in the Weibo on a global scale. Fig. 8 shows the evolution of the clustering coefficients denoted by CC for the network. It shows significantly positive relation with the network density. Fig. 9 shows the evolution of the degree assortativity. The network shows disassortative. The asssortativity value is always less than 0 and never grows positive, suggesting that users usually connect others that with the dissimilar degrees. Fig. 4. Number of edges versus number of nodes, in log-log scales. When we try to evaluate the average path length and the diameter of the network, it is found that the network is not always connected. Sometimes there is only one connected component, while sometimes there are two in the whole network. Even at the end of the evolution, there are still two connected components. That indicates an important feature of OSN: the network evolves with every node going its own way in parallel during the whole evolution process. As a result, we Fig. 5. The evolution of BE and UE.

4 Fig. 6. The evolution of the network efficiency over time. Fig. 9. Evolution of the degree assortativity of Weibo. Fig. 7. The evolution of the NC-ASPL and NC-D over time compared to the network density d, together with the number of connected components (NCC) in the whole network. IV. SUMMARY AND DISCUSSION Because the exact creating time of the edges cannot be obtained by the crawled data from Weibo, the creating time of the users accounts is used as the timestamps of the network evolution. In this way, we study the structural evolution of user relation network of Weibo. We find that the growth scale of the network shows S-shape, which may provide an exemplification for Bass diffusion model [22-24]. The density of the network decreases continually. It is also found that most edges were created between a new user and an old one. For the network is disconnected, we evaluate the network efficiency, which can be used to measure how efficiently information is exchanged in the network. It decreases along the time and finally reaches equilibrium. Basing on our self-defined NC-APSL and NC-D, the average path length and diameter of the network are also evaluated. It is found that the NC-APSL and the NC-D are almost constants when the network density declines. The network shows degree disassortativity as well. The change of the number of connected components in the whole network reflects the people s crowd behavior in parallel during the whole evolution process of the network. That is an interesting feature of OSN, whose evolution is driven by the users behaviors. Maybe we can draw inspiration from the feature for modeling OSN. It will also be interesting to compare the evolution processes of OSNs sampled by different sampling methods. Fig. 8. The evolution of clustering coefficients CC for the largest connected subgraph over time in comparison with the network density d. REFERENCES [1] Y.Y. Ahn, S. Han, H. Kwak, S. Moon, H. Jeong. Analysis of topological characteristics of huge online social networking services. Proc. 16th WWW, ACM Press, New York (2007), pp [2] A. Mislove, M. Marcon, K.P. Gummadi, P. Druschel, B. Bhattacharjee. Proc. 7th IMC. ACM Press, New York (2007), pp [3] F. Fu, L.H. Liu, L. Wang. Empirical analysis of online social networks in the age of Web 2.0. Physica A, 387 (2008), pp [4] A.L. Traud, P.J. Mucha, M.A. Porter. Social structure of Facebook networks. Physica A, 391 (2012), pp [5] X. Xiong, W. Cao, X. Zhou, Y. Hu. Research on the feature model of the formation and evolution of social networks. J. Sichuan Univ. (Eng. Sci. Ed.), 44 (2012), pp

5 [6] R. Kumar, J. Novak, A. Tomkins. Structure and evolution of online social networks. Proc 12th KDD, ACM Press, New York (2006), pp [7] F. Xiong, Y. Liu, X.M. Si, F. Ding. Network model with synchronously increasing nodes and edges based on Web 2.0. Acta Phys. Sinica, 59 (2010), p [8] Yang Y, Chen Q, Liu W. The structural evolution of an online discussion network[j]. Physica A: Statistical Mechanics and its Applications, 2010, 389(24): [9] Hu H, Wang X. Evolution of a large online social network[j]. Physics Letters A, 2009, 373(12): [10] Gong N Z, Xu W, Huang L, et al. Evolution of social-attribute networks: measurements, modeling, and implications using google+[c]//proceedings of the 2012 ACM conference on Internet measurement conference. ACM, 2012: [11] Backstrom L, Boldi P, Rosa M, et al. Four Degrees of Separation[J]. eprint arxiv: , 2011, 12(68): [12] J. Leskovec, J. Kleinberg, C. Faloutsos. Graph evolution: densification and shrinking diameters.acm Transactions on Knowledge Discovery from Data, 1 (1) (2007), p. 2 [13] Travers J, Milgram S. An experimental study of the small world problem. Sociometry : [14] V, Latora, M, Marchiori. Efficient behavior of small-world networks.[j]. Physical Review Letters, [15] Lu G, Liu S, Lü K. Crawling Microblog by Common-Designed Software[J]. Telkomnika Indonesian Journal of Electrical Engineering, 2013, 11(7). [16] Yan Q, Wu L, Zheng L. Social network based microblog user behavior analysis[j]. Physica A Statistical Mechanics & Its Applications, 2013, 392(7): [17] Bliss, C., Kloumann, I., Harris, K., Danforth, C., Dodds, P. Twitter reciprocal reply networks exhibit assortativity with respect to happiness.j.comput.sci (5), [18] Bollen, J., Gonçalves, B.,Ruan, G.,Mao, H., Happiness is assortative in online social networks. 2011, Artif.Life17(3), [19] Goh, K., Oh, E., Kahng, B., Kim, D., Betweenness centrality correlation in social networks. 2003, Phys.Rev.E67(1), [20] Buccafurri F, Lax G, Nocera A. A new form of assortativity in online social networks[j]. International Journal of Human-Computer Studies, 2015, 80: [21] Yuan W G, Liu Y. A mixing evolution model for bidirectional microblog user networks[j]. Physica A Statistical Mechanics & Its Applications, 2015, 432: [22] F.M. Bass, Management Sci. 15 (1969) 215; [23] P.S. Dodds, D.J. Watts, Phys. Rev. Lett. 92 (2004) ; [24] J. Watts, P.S. Dodds, J. Consumer Res. 34 (2007) 441.

The Microblogging Evolution Based on User's Popularity

The Microblogging Evolution Based on User's Popularity Send Orders for Reprints to reprints@benthamscience.ae The Open Cybernetics & Systemics Journal, 2015, 9, 2703-2708 2703 The Microblogging Evolution Based on User's Popularity Open Access Tao Shaohua *

More information

Physics Letters A. Evolution of a large online social network. Haibo Hu,XiaofanWang. Contents lists available at ScienceDirect

Physics Letters A. Evolution of a large online social network. Haibo Hu,XiaofanWang. Contents lists available at ScienceDirect Physics Letters A 373 (2009) 1105 1110 Contents lists available at ScienceDirect Physics Letters A www.elsevier.com/locate/pla Evolution of a large online social network Haibo Hu,XiaofanWang Complex Networks

More information

CS224W Project Write-up Static Crawling on Social Graph Chantat Eksombatchai Norases Vesdapunt Phumchanit Watanaprakornkul

CS224W Project Write-up Static Crawling on Social Graph Chantat Eksombatchai Norases Vesdapunt Phumchanit Watanaprakornkul 1 CS224W Project Write-up Static Crawling on Social Graph Chantat Eksombatchai Norases Vesdapunt Phumchanit Watanaprakornkul Introduction Our problem is crawling a static social graph (snapshot). Given

More information

COMMUNITY SHELL S EFFECT ON THE DISINTEGRATION OF SOCIAL NETWORKS

COMMUNITY SHELL S EFFECT ON THE DISINTEGRATION OF SOCIAL NETWORKS Annales Univ. Sci. Budapest., Sect. Comp. 43 (2014) 57 68 COMMUNITY SHELL S EFFECT ON THE DISINTEGRATION OF SOCIAL NETWORKS Imre Szücs (Budapest, Hungary) Attila Kiss (Budapest, Hungary) Dedicated to András

More information

Crawling Online Social Graphs

Crawling Online Social Graphs Crawling Online Social Graphs Shaozhi Ye Department of Computer Science University of California, Davis sye@ucdavis.edu Juan Lang Department of Computer Science University of California, Davis jilang@ucdavis.edu

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

An Empirical Analysis of Communities in Real-World Networks

An Empirical Analysis of Communities in Real-World Networks An Empirical Analysis of Communities in Real-World Networks Chuan Sheng Foo Computer Science Department Stanford University csfoo@cs.stanford.edu ABSTRACT Little work has been done on the characterization

More information

Research on Community Structure in Bus Transport Networks

Research on Community Structure in Bus Transport Networks Commun. Theor. Phys. (Beijing, China) 52 (2009) pp. 1025 1030 c Chinese Physical Society and IOP Publishing Ltd Vol. 52, No. 6, December 15, 2009 Research on Community Structure in Bus Transport Networks

More information

Extracting Information from Complex Networks

Extracting Information from Complex Networks Extracting Information from Complex Networks 1 Complex Networks Networks that arise from modeling complex systems: relationships Social networks Biological networks Distinguish from random networks uniform

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

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

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

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

An improved PageRank algorithm for Social Network User s Influence research Peng Wang, Xue Bo*, Huamin Yang, Shuangzi Sun, Songjiang Li

An improved PageRank algorithm for Social Network User s Influence research Peng Wang, Xue Bo*, Huamin Yang, Shuangzi Sun, Songjiang Li 3rd International Conference on Mechatronics and Industrial Informatics (ICMII 2015) An improved PageRank algorithm for Social Network User s Influence research Peng Wang, Xue Bo*, Huamin Yang, Shuangzi

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

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

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

A New Evaluation Method of Node Importance in Directed Weighted Complex Networks

A New Evaluation Method of Node Importance in Directed Weighted Complex Networks Journal of Systems Science and Information Aug., 2017, Vol. 5, No. 4, pp. 367 375 DOI: 10.21078/JSSI-2017-367-09 A New Evaluation Method of Node Importance in Directed Weighted Complex Networks Yu WANG

More information

Evidence of Temporal Artifacts in Social Networks

Evidence of Temporal Artifacts in Social Networks Evidence of Temporal Artifacts in Social Networks Matt Revelle, Carlotta Domeniconi, and Aditya Johri George Mason University, Fairfax VA 22030, USA {revelle,carlotta}@cs.gmu.edu,ajohri3@gmu.edu Abstract.

More information

FORECASTING INITIAL POPULARITY OF JUST-UPLOADED USER-GENERATED VIDEOS. Changsha Ma, Zhisheng Yan and Chang Wen Chen

FORECASTING INITIAL POPULARITY OF JUST-UPLOADED USER-GENERATED VIDEOS. Changsha Ma, Zhisheng Yan and Chang Wen Chen FORECASTING INITIAL POPULARITY OF JUST-UPLOADED USER-GENERATED VIDEOS Changsha Ma, Zhisheng Yan and Chang Wen Chen Dept. of Comp. Sci. and Eng., State Univ. of New York at Buffalo, Buffalo, NY, 14260,

More information

Link Prediction for Social Network

Link Prediction for Social Network Link Prediction for Social Network Ning Lin Computer Science and Engineering University of California, San Diego Email: nil016@eng.ucsd.edu Abstract Friendship recommendation has become an important issue

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

Design of student information system based on association algorithm and data mining technology. CaiYan, ChenHua

Design of student information system based on association algorithm and data mining technology. CaiYan, ChenHua 5th International Conference on Mechatronics, Materials, Chemistry and Computer Engineering (ICMMCCE 2017) Design of student information system based on association algorithm and data mining technology

More information

Making social interactions accessible in online social networks

Making social interactions accessible in online social networks Information Services & Use 33 (2013) 113 117 113 DOI 10.3233/ISU-130702 IOS Press Making social interactions accessible in online social networks Fredrik Erlandsson a,, Roozbeh Nia a, Henric Johnson b

More information

Detect Inflated Follower Numbers in OSN Using Star Sampling

Detect Inflated Follower Numbers in OSN Using Star Sampling Detect Inflated Follower Numbers in OSN Using Star Sampling Hao Wang, Jianguo Lu School of Computer Science, University of Windsor Sunset Avenue, Windsor, Ontario N9B 3P. Canada E-mail: {wang5o, jlu}@uwindsor.ca.

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

Sampling Large Graphs: Algorithms and Applications

Sampling Large Graphs: Algorithms and Applications Sampling Large Graphs: Algorithms and Applications Don Towsley College of Information & Computer Science Umass - Amherst Collaborators: P.H. Wang, J.C.S. Lui, J.Z. Zhou, X. Guan Measuring, analyzing large

More information

Empirical Studies on Methods of Crawling Directed Networks

Empirical Studies on Methods of Crawling Directed Networks www.ijcsi.org 487 Empirical Studies on Methods of Crawling Directed Networks Junjie Tong, Haihong E, Meina Song and Junde Song School of Computer, Beijing University of Posts and Telecommunications Beijing,

More information

Overview of the Stateof-the-Art. Networks. Evolution of social network studies

Overview of the Stateof-the-Art. Networks. Evolution of social network studies Overview of the Stateof-the-Art in Social Networks INF5370 spring 2014 Evolution of social network studies 1950-1970: mathematical studies of networks formed by the actual human interactions Pandemics,

More information

Guiding Internet-Scale Video Service Deployment Using Microblog-Based Prediction

Guiding Internet-Scale Video Service Deployment Using Microblog-Based Prediction Guiding Internet-Scale Video Service Deployment Using Microblog-Based Prediction Zhi Wang, Lifeng Sun, Chuan Wu, and Shiqiang Yang Tsinghua National Laboratory for Information Science and Technology Department

More information

Sampling Large Graphs: Algorithms and Applications

Sampling Large Graphs: Algorithms and Applications Sampling Large Graphs: Algorithms and Applications Don Towsley Umass - Amherst Joint work with P.H. Wang, J.Z. Zhou, J.C.S. Lui, X. Guan Measuring, Analyzing Large Networks - large networks can be represented

More information

Structural and Temporal Properties of and Spam Networks

Structural and Temporal Properties of  and Spam Networks Technical Report no. 2011-18 Structural and Temporal Properties of E-mail and Spam Networks Farnaz Moradi Tomas Olovsson Philippas Tsigas Department of Computer Science and Engineering Chalmers University

More information

Collecting social media data based on open APIs

Collecting social media data based on open APIs Collecting social media data based on open APIs Ye Li With Qunyan Zhang, Haixin Ma, Weining Qian, and Aoying Zhou http://database.ecnu.edu.cn/ Outline Social Media Data Set Data Feature Data Model Data

More information

Evolving Models for Meso-Scale Structures

Evolving Models for Meso-Scale Structures Evolving Models for Meso-Scale Structures Akrati Saxena Computer Science and Engineering Indian Institute of Technology Ropar, India Email: akrati.saxena@iitrpr.ac.in S. R. S. Iyengar Computer Science

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

An Optimal Allocation Approach to Influence Maximization Problem on Modular Social Network. Tianyu Cao, Xindong Wu, Song Wang, Xiaohua Hu

An Optimal Allocation Approach to Influence Maximization Problem on Modular Social Network. Tianyu Cao, Xindong Wu, Song Wang, Xiaohua Hu An Optimal Allocation Approach to Influence Maximization Problem on Modular Social Network Tianyu Cao, Xindong Wu, Song Wang, Xiaohua Hu ACM SAC 2010 outline Social network Definition and properties Social

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

CSE 190 Lecture 16. Data Mining and Predictive Analytics. Small-world phenomena

CSE 190 Lecture 16. Data Mining and Predictive Analytics. Small-world phenomena CSE 190 Lecture 16 Data Mining and Predictive Analytics Small-world phenomena Another famous study Stanley Milgram wanted to test the (already popular) hypothesis that people in social networks are separated

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

Acolyte: An In-Memory Social Network Query System

Acolyte: An In-Memory Social Network Query System Acolyte: An In-Memory Social Network Query System Ze Tang, Heng Lin, Kaiwei Li, Wentao Han, and Wenguang Chen Department of Computer Science and Technology, Tsinghua University Beijing 100084, China {tangz10,linheng11,lkw10,hwt04}@mails.tsinghua.edu.cn

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

How to explore big networks? Question: Perform a random walk on G. What is the average node degree among visited nodes, if avg degree in G is 200?

How to explore big networks? Question: Perform a random walk on G. What is the average node degree among visited nodes, if avg degree in G is 200? How to explore big networks? Question: Perform a random walk on G. What is the average node degree among visited nodes, if avg degree in G is 200? Questions from last time Avg. FB degree is 200 (suppose).

More information

Analyzing the Characteristics of Gnutella Overlays

Analyzing the Characteristics of Gnutella Overlays Analyzing the Characteristics of Gnutella Overlays Yong Wang Institute of Computing Technology the Chinese Academy of Sciences Beijing China wangyong@software.ict.ac.cn Xiaochun Yun School of Computer

More information

DS504/CS586: Big Data Analytics Graph Mining Prof. Yanhua Li

DS504/CS586: Big Data Analytics Graph Mining Prof. Yanhua Li Welcome to DS504/CS586: Big Data Analytics Graph Mining Prof. Yanhua Li Time: 6:00pm 8:50pm R Location: AK 233 Spring 2018 Service Providing Improve urban planning, Ease Traffic Congestion, Save Energy,

More information

An Empirical Validation of Growth Models for Complex Networks

An Empirical Validation of Growth Models for Complex Networks An Empirical Validation of Growth Models for Complex Networks Alan Mislove, Hema Swetha Koppula, Krishna P. Gummadi, Peter Druschel, and Bobby Bhattacharjee 1 Introduction Complex networks arise in a variety

More information

Distributed Data Anonymization with Hiding Sensitive Node Labels

Distributed Data Anonymization with Hiding Sensitive Node Labels Distributed Data Anonymization with Hiding Sensitive Node Labels C.EMELDA Research Scholar, PG and Research Department of Computer Science, Nehru Memorial College, Putthanampatti, Bharathidasan University,Trichy

More information

A COMPREHENSIVE STUDY ON DATA EXTRACTION IN SINA WEIBO

A COMPREHENSIVE STUDY ON DATA EXTRACTION IN SINA WEIBO A COMPREHENSIVE STUDY ON DATA EXTRACTION IN SINA WEIBO Xiao Cui 1 and Hao Shi 2 College of Engineering and Science, Victoria University, Melbourne, Australia ABSTRACT With the rapid growth of users in

More information

DIFFUSION CASCADES: SPREADING PHENOMENA IN BLOG NETWORK COMMUNITIES ABDELHAMID SALAH BRAHIM

DIFFUSION CASCADES: SPREADING PHENOMENA IN BLOG NETWORK COMMUNITIES ABDELHAMID SALAH BRAHIM February 6, 22 2:5 WSPC/INSTRUCTION FILE Parallel Processing Letters c World Scientific Publishing Company DIFFUSION CASCADES: SPREADING PHENOMENA IN BLOG NETWORK COMMUNITIES ABDELHAMID SALAH BRAHIM BÉNÉDICTE

More information

Twitter Structure as a Composition of Two Distinct Networks

Twitter Structure as a Composition of Two Distinct Networks Twitter Structure as a Composition of Two Distinct Networks Meng Tong, Ameya Sanzgiri, Dimitrios Koutsonikolas and Shambhu Upadhyaya Computer Science and Engineering, University at Buffalo, Buffalo, New

More information

Open Access The Three-dimensional Coding Based on the Cone for XML Under Weaving Multi-documents

Open Access The Three-dimensional Coding Based on the Cone for XML Under Weaving Multi-documents Send Orders for Reprints to reprints@benthamscience.ae 676 The Open Automation and Control Systems Journal, 2014, 6, 676-683 Open Access The Three-dimensional Coding Based on the Cone for XML Under Weaving

More information

A Fast and High Throughput SQL Query System for Big Data

A Fast and High Throughput SQL Query System for Big Data A Fast and High Throughput SQL Query System for Big Data Feng Zhu, Jie Liu, and Lijie Xu Technology Center of Software Engineering, Institute of Software, Chinese Academy of Sciences, Beijing, China 100190

More information

Studying the Properties of Complex Network Crawled Using MFC

Studying the Properties of Complex Network Crawled Using MFC Studying the Properties of Complex Network Crawled Using MFC Varnica 1, Mini Singh Ahuja 2 1 M.Tech(CSE), Department of Computer Science and Engineering, GNDU Regional Campus, Gurdaspur, Punjab, India

More information

Stable Statistics of the Blogograph

Stable Statistics of the Blogograph Stable Statistics of the Blogograph Mark Goldberg, Malik Magdon-Ismail, Stephen Kelley, Konstantin Mertsalov Rensselaer Polytechnic Institute Department of Computer Science Abstract. The primary focus

More information

1 Homophily and assortative mixing

1 Homophily and assortative mixing 1 Homophily and assortative mixing Networks, and particularly social networks, often exhibit a property called homophily or assortative mixing, which simply means that the attributes of vertices correlate

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

Enhancing Stratified Graph Sampling Algorithms based on Approximate Degree Distribution

Enhancing Stratified Graph Sampling Algorithms based on Approximate Degree Distribution Enhancing Stratified Graph Sampling Algorithms based on Approximate Degree Distribution Junpeng Zhu 1,2, Hui Li 1,2(), Mei Chen 1,2, Zhenyu Dai 1,2 and Ming Zhu 3 1 College of Computer Science and Technology,

More information

Supplementary Information

Supplementary Information 1 2 3 4 5 6 7 8 9 10 11 12 Supplementary Information Competition-Based Benchmarking of Influence Ranking Methods in Social Networks Alexandru Topîrceanu Contents 1 Node overlapping correlation change as

More information

A geometric model for on-line social networks

A geometric model for on-line social networks WOSN 10 June 22, 2010 A geometric model for on-line social networks Anthony Bonato Ryerson University Geometric model for OSNs 1 Complex Networks web graph, social networks, biological networks, internet

More information

What s inside MySpace comments?

What s inside MySpace comments? What s inside MySpace comments? Luisa Massari Dept. of Computer Science University of Pavia Pavia, Italy email: luisa.massari@unipv.it Abstract The paper presents a characterization of the comments included

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

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

Privacy-Preserving of Check-in Services in MSNS Based on a Bit Matrix

Privacy-Preserving of Check-in Services in MSNS Based on a Bit Matrix BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 15, No 2 Sofia 2015 Print ISSN: 1311-9702; Online ISSN: 1314-4081 DOI: 10.1515/cait-2015-0032 Privacy-Preserving of Check-in

More information

A Parallel Community Detection Algorithm for Big Social Networks

A Parallel Community Detection Algorithm for Big Social Networks A Parallel Community Detection Algorithm for Big Social Networks Yathrib AlQahtani College of Computer and Information Sciences King Saud University Collage of Computing and Informatics Saudi Electronic

More information

DS504/CS586: Big Data Analytics Graph Mining Prof. Yanhua Li

DS504/CS586: Big Data Analytics Graph Mining Prof. Yanhua Li Welcome to DS504/CS586: Big Data Analytics Graph Mining Prof. Yanhua Li Time: 6:00pm 8:50pm R Location: AK232 Fall 2016 Graph Data: Social Networks Facebook social graph 4-degrees of separation [Backstrom-Boldi-Rosa-Ugander-Vigna,

More information

Network Analysis by Using Various Models of the Online Social Media Networks

Network Analysis by Using Various Models of the Online Social Media Networks Volume 6, No. 1, Jan-Feb 2015 International Journal of Advanced Research in Computer Science RESEARCH PAPER Available Online at www.ijarcs.info ISSN No. 0976-5697 Network Analysis by Using Various Models

More information

Supplementary file for SybilDefender: A Defense Mechanism for Sybil Attacks in Large Social Networks

Supplementary file for SybilDefender: A Defense Mechanism for Sybil Attacks in Large Social Networks 1 Supplementary file for SybilDefender: A Defense Mechanism for Sybil Attacks in Large Social Networks Wei Wei, Fengyuan Xu, Chiu C. Tan, Qun Li The College of William and Mary, Temple University {wwei,

More information

Efficient Mining Algorithms for Large-scale Graphs

Efficient Mining Algorithms for Large-scale Graphs Efficient Mining Algorithms for Large-scale Graphs Yasunari Kishimoto, Hiroaki Shiokawa, Yasuhiro Fujiwara, and Makoto Onizuka Abstract This article describes efficient graph mining algorithms designed

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

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

Extracting Information from Social Networks

Extracting Information from Social Networks Extracting Information from Social Networks Reminder: Social networks Catch-all term for social networking sites Facebook microblogging sites Twitter blog sites (for some purposes) 1 2 Ways we can use

More information

Keywords: dynamic Social Network, Community detection, Centrality measures, Modularity function.

Keywords: dynamic Social Network, Community detection, Centrality measures, Modularity function. Volume 6, Issue 1, January 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com An Efficient

More information

Introduction to network metrics

Introduction to network metrics Universitat Politècnica de Catalunya Version 0.5 Complex and Social Networks (2018-2019) Master in Innovation and Research in Informatics (MIRI) Instructors Argimiro Arratia, argimiro@cs.upc.edu, http://www.cs.upc.edu/~argimiro/

More information

CIP- OSN Online Social Networks as Graphs. Dr. Thanassis Tiropanis -

CIP- OSN Online Social Networks as Graphs. Dr. Thanassis Tiropanis - CIP- OSN Online Social Networks as Graphs Dr. Thanassis Tiropanis - tt2@ecs http://vimeo.com/58729247 http://socialnetworks.soton.ac.uk The narra9ve Web Evolu9on and Online Social Networks Web Evolu9on

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

Mining Quantitative Association Rules on Overlapped Intervals

Mining Quantitative Association Rules on Overlapped Intervals Mining Quantitative Association Rules on Overlapped Intervals Qiang Tong 1,3, Baoping Yan 2, and Yuanchun Zhou 1,3 1 Institute of Computing Technology, Chinese Academy of Sciences, Beijing, China {tongqiang,

More information

Are You moved by Your Social Network Application?

Are You moved by Your Social Network Application? Are You moved by Your Social Network Application? Abderrahmen Mtibaa, Augustin Chaintreau, Anna-Kaisa Pietilainen, Christophe Diot Thomson, Paris, France. email: firstname.lastname@thomson.net Thomson

More information

ALTERNATIVES TO BETWEENNESS CENTRALITY: A MEASURE OF CORRELATION COEFFICIENT

ALTERNATIVES TO BETWEENNESS CENTRALITY: A MEASURE OF CORRELATION COEFFICIENT ALTERNATIVES TO BETWEENNESS CENTRALITY: A MEASURE OF CORRELATION COEFFICIENT Xiaojia He 1 and Natarajan Meghanathan 2 1 University of Georgia, GA, USA, 2 Jackson State University, MS, USA 2 natarajan.meghanathan@jsums.edu

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

IDENTITY DISCLOSURE PROTECTION IN DYNAMIC NETWORKS USING K W STRUCTURAL DIVERSITY ANONYMITY

IDENTITY DISCLOSURE PROTECTION IN DYNAMIC NETWORKS USING K W STRUCTURAL DIVERSITY ANONYMITY IDENTITY DISCLOSURE PROTECTION IN DYNAMIC NETWORKS USING K W STRUCTURAL DIVERSITY ANONYMITY Gowthamy.R 1* and Uma.P 2 *1 M.E.Scholar, Department of Computer Science & Engineering Nandha Engineering College,

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

OSN: when multiple autonomous users disclose another individual s information

OSN: when multiple autonomous users disclose another individual s information OSN: when multiple autonomous users disclose another individual s information Cristina Pérez-Solà Dept. d Enginyeria de la Informació i les Comunicacions Universitat Autònoma de Barcelona Email: cperez@deic.uab.cat

More information

Integrating local static and dynamic information for routing traffic

Integrating local static and dynamic information for routing traffic Integrating local static and dynamic information for routing traffic Wen-Xu Wang, 1 Chuan-Yang Yin, 1 Gang Yan, 2 and Bing-Hong Wang 1, * 1 Nonlinear Science Center and Department of Modern Physics, University

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

Design and Implementation of Real-Time Data Exchange Software of Maneuverable Command Automation System

Design and Implementation of Real-Time Data Exchange Software of Maneuverable Command Automation System Design and Implementation of Real-Time Data Exchange Software of Maneuverable Command Automation System Shi Chuan, Zhang Yang and Zhou Yuefei 1 Introduction Command automation system provides an effective

More information

On Statistical Characteristics of Real-life Knowledge Graphs

On Statistical Characteristics of Real-life Knowledge Graphs On Statistical Characteristics of Real-life Knowledge Graphs Wenliang Cheng, Chengyu Wang, Bing Xiao, Weining Qian, Aoying Zhou Institute for Data Science and Engineering East China Normal University Shanghai,

More information

Universal Properties of Mythological Networks Midterm report: Math 485

Universal Properties of Mythological Networks Midterm report: Math 485 Universal Properties of Mythological Networks Midterm report: Math 485 Roopa Krishnaswamy, Jamie Fitzgerald, Manuel Villegas, Riqu Huang, and Riley Neal Department of Mathematics, University of Arizona,

More information

Predict Topic Trend in Blogosphere

Predict Topic Trend in Blogosphere Predict Topic Trend in Blogosphere Jack Guo 05596882 jackguo@stanford.edu Abstract Graphical relationship among web pages has been used to rank their relative importance. In this paper, we introduce a

More information

TWITTER STRUCTURE AND FORMATION FROM INFORMATION PROPAGATION AND SECURITY PERSPECTIVE

TWITTER STRUCTURE AND FORMATION FROM INFORMATION PROPAGATION AND SECURITY PERSPECTIVE TWITTER STRUCTURE AND FORMATION FROM INFORMATION PROPAGATION AND SECURITY PERSPECTIVE by MENG TONG December 5th, 2013 A thesis submitted to the Faculty of the Graduate School of the University at Buffalo,

More information

TELCOM2125: Network Science and Analysis

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 2

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

Algorithms and Applications in Social Networks. 2017/2018, Semester B Slava Novgorodov

Algorithms and Applications in Social Networks. 2017/2018, Semester B Slava Novgorodov Algorithms and Applications in Social Networks 2017/2018, Semester B Slava Novgorodov 1 Lesson #1 Administrative questions Course overview Introduction to Social Networks Basic definitions Network properties

More information

arxiv:cs/ v1 [cs.ir] 26 Apr 2002

arxiv:cs/ v1 [cs.ir] 26 Apr 2002 Navigating the Small World Web by Textual Cues arxiv:cs/0204054v1 [cs.ir] 26 Apr 2002 Filippo Menczer Department of Management Sciences The University of Iowa Iowa City, IA 52242 Phone: (319) 335-0884

More information

Example 1: An algorithmic view of the small world phenomenon

Example 1: An algorithmic view of the small world phenomenon Lecture Notes: Social Networks: Models, Algorithms, and Applications Lecture 1: Jan 17, 2012 Scribes: Preethi Ambati and Azar Aliyev Example 1: An algorithmic view of the small world phenomenon The story

More information

Deep Web Crawling and Mining for Building Advanced Search Application

Deep Web Crawling and Mining for Building Advanced Search Application Deep Web Crawling and Mining for Building Advanced Search Application Zhigang Hua, Dan Hou, Yu Liu, Xin Sun, Yanbing Yu {hua, houdan, yuliu, xinsun, yyu}@cc.gatech.edu College of computing, Georgia Tech

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

Peer To Peer Communication Using Heterogeneous Networks

Peer To Peer Communication Using Heterogeneous Networks Volume 4 Issue 10, October 2015 Peer To Peer Communication Using Heterogeneous Networks Khandave Pooja, Karande Ashwini, Kharmale Swati,Vanve Subeda. Dr.D.Y.Patil School Of Engineering and Technology,Lohegaon,Pune

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

On the Expansion of Access Bandwidth of Manufacturing Cloud Core Network

On the Expansion of Access Bandwidth of Manufacturing Cloud Core Network 1288 JOURNAL OF SOFTWARE, VOL. 9, NO. 5, MAY 2014 On the Expansion of Access Bandwidth of Manufacturing Cloud Core Network Hongyao Ju Zhejiang Textile & Fashion College, NingBo 315211, P.R.China Email:

More information

Are You Moved by Your Social Network Application?

Are You Moved by Your Social Network Application? Are You Moved by Your Social Network Application? Abderrahmen Mtibaa Augustin Chaintreau Jason LeBrun Earl Oliver Anna-Kaisa Pietilainen Christophe Diot Thomson 46 quai A. Le Gallo 92648 Boulogne Cedex

More information

SMALL WORLD NETWORK. -Naveen Teja Vempati -Ravi Teja Mitta

SMALL WORLD NETWORK. -Naveen Teja Vempati -Ravi Teja Mitta SMALL WORLD NETWORK -Naveen Teja Vempati -Ravi Teja Mitta INTRODUCTION Every person in this world is some way or other connected by some means is the idea behind evolution of small world phenomenon. Later

More information