Sample records for identifying network communities

  1. Identifying and characterizing key nodes among communities based on electrical-circuit networks.

    PubMed

    Zhu, Fenghui; Wang, Wenxu; Di, Zengru; Fan, Ying

    2014-01-01

    Complex networks with community structures are ubiquitous in the real world. Despite many approaches developed for detecting communities, we continue to lack tools for identifying overlapping and bridging nodes that play crucial roles in the interactions and communications among communities in complex networks. Here we develop an algorithm based on the local flow conservation to effectively and efficiently identify and distinguish the two types of nodes. Our method is applicable in both undirected and directed networks without a priori knowledge of the community structure. Our method bypasses the extremely challenging problem of partitioning communities in the presence of overlapping nodes that may belong to multiple communities. Due to the fact that overlapping and bridging nodes are of paramount importance in maintaining the function of many social and biological networks, our tools open new avenues towards understanding and controlling real complex networks with communities accompanied with the key nodes.

  2. Identifying the Community Structure of the Food-Trade International Multi-Network

    NASA Technical Reports Server (NTRS)

    Torreggiani, S.; Mangioni, G.

    2018-01-01

    Achieving international food security requires improved understanding of how international trade networks connect countries around the world through the import-export flows of food commodities. The properties of international food trade networks are still poorly documented, especially from a multi-network perspective. In particular, nothing is known about the multi-network's community structure. Here we find that the individual crop-specific layers of the multi-network have densely connected trading groups, a consistent characteristic over the period 2001-2011. Further, the multi-network is characterized by low variability over this period but with substantial heterogeneity across layers in each year. In particular, the layers are mostly assortative: more-intensively connected countries tend to import from and export to countries that are themselves more connected. We also fit econometric models to identify social, economic and geographic factors explaining the probability that any two countries are co-present in the same community. Our estimates indicate that the probability of country pairs belonging to the same food trade community depends more on geopolitical and economic factors-such as geographical proximity and trade-agreement co-membership-than on country economic size and/or income. These community-structure findings of the multi-network are especially valuable for efforts to understand past and emerging dynamics in the global food system, especially those that examine potential 'shocks' to global food trade.

  3. Identifying the community structure of the food-trade international multi-network

    NASA Astrophysics Data System (ADS)

    Torreggiani, S.; Mangioni, G.; Puma, M. J.; Fagiolo, G.

    2018-05-01

    Achieving international food security requires improved understanding of how international trade networks connect countries around the world through the import-export flows of food commodities. The properties of international food trade networks are still poorly documented, especially from a multi-network perspective. In particular, nothing is known about the multi-network’s community structure. Here we find that the individual crop-specific layers of the multi-network have densely connected trading groups, a consistent characteristic over the period 2001–2011. Further, the multi-network is characterized by low variability over this period but with substantial heterogeneity across layers in each year. In particular, the layers are mostly assortative: more-intensively connected countries tend to import from and export to countries that are themselves more connected. We also fit econometric models to identify social, economic and geographic factors explaining the probability that any two countries are co-present in the same community. Our estimates indicate that the probability of country pairs belonging to the same food trade community depends more on geopolitical and economic factors—such as geographical proximity and trade-agreement co-membership—than on country economic size and/or income. These community-structure findings of the multi-network are especially valuable for efforts to understand past and emerging dynamics in the global food system, especially those that examine potential ‘shocks’ to global food trade.

  4. Identifying influential user communities on the social network

    NASA Astrophysics Data System (ADS)

    Hu, Weishu; Gong, Zhiguo; Hou U, Leong; Guo, Jingzhi

    2015-10-01

    Nowadays social network services have been popularly used in electronic commerce systems. Users on the social network can develop different relationships based on their common interests and activities. In order to promote the business, it is interesting to explore hidden relationships among users developed on the social network. Such knowledge can be used to locate target users for different advertisements and to provide effective product recommendations. In this paper, we define and study a novel community detection problem that is to discover the hidden community structure in large social networks based on their common interests. We observe that the users typically pay more attention to those users who share similar interests, which enable a way to partition the users into different communities according to their common interests. We propose two algorithms to detect influential communities using common interests in large social networks efficiently and effectively. We conduct our experimental evaluation using a data set from Epinions, which demonstrates that our method achieves 4-11.8% accuracy improvement over the state-of-the-art method.

  5. Discrete particle swarm optimization for identifying community structures in signed social networks.

    PubMed

    Cai, Qing; Gong, Maoguo; Shen, Bo; Ma, Lijia; Jiao, Licheng

    2014-10-01

    Modern science of networks has facilitated us with enormous convenience to the understanding of complex systems. Community structure is believed to be one of the notable features of complex networks representing real complicated systems. Very often, uncovering community structures in networks can be regarded as an optimization problem, thus, many evolutionary algorithms based approaches have been put forward. Particle swarm optimization (PSO) is an artificial intelligent algorithm originated from social behavior such as birds flocking and fish schooling. PSO has been proved to be an effective optimization technique. However, PSO was originally designed for continuous optimization which confounds its applications to discrete contexts. In this paper, a novel discrete PSO algorithm is suggested for identifying community structures in signed networks. In the suggested method, particles' status has been redesigned in discrete form so as to make PSO proper for discrete scenarios, and particles' updating rules have been reformulated by making use of the topology of the signed network. Extensive experiments compared with three state-of-the-art approaches on both synthetic and real-world signed networks demonstrate that the proposed method is effective and promising. Copyright © 2014 Elsevier Ltd. All rights reserved.

  6. Community detection using preference networks

    NASA Astrophysics Data System (ADS)

    Tasgin, Mursel; Bingol, Haluk O.

    2018-04-01

    Community detection is the task of identifying clusters or groups of nodes in a network where nodes within the same group are more connected with each other than with nodes in different groups. It has practical uses in identifying similar functions or roles of nodes in many biological, social and computer networks. With the availability of very large networks in recent years, performance and scalability of community detection algorithms become crucial, i.e. if time complexity of an algorithm is high, it cannot run on large networks. In this paper, we propose a new community detection algorithm, which has a local approach and is able to run on large networks. It has a simple and effective method; given a network, algorithm constructs a preference network of nodes where each node has a single outgoing edge showing its preferred node to be in the same community with. In such a preference network, each connected component is a community. Selection of the preferred node is performed using similarity based metrics of nodes. We use two alternatives for this purpose which can be calculated in 1-neighborhood of nodes, i.e. number of common neighbors of selector node and its neighbors and, the spread capability of neighbors around the selector node which is calculated by the gossip algorithm of Lind et.al. Our algorithm is tested on both computer generated LFR networks and real-life networks with ground-truth community structure. It can identify communities accurately in a fast way. It is local, scalable and suitable for distributed execution on large networks.

  7. Constant Communities in Complex Networks

    NASA Astrophysics Data System (ADS)

    Chakraborty, Tanmoy; Srinivasan, Sriram; Ganguly, Niloy; Bhowmick, Sanjukta; Mukherjee, Animesh

    2013-05-01

    Identifying community structure is a fundamental problem in network analysis. Most community detection algorithms are based on optimizing a combinatorial parameter, for example modularity. This optimization is generally NP-hard, thus merely changing the vertex order can alter their assignments to the community. However, there has been less study on how vertex ordering influences the results of the community detection algorithms. Here we identify and study the properties of invariant groups of vertices (constant communities) whose assignment to communities are, quite remarkably, not affected by vertex ordering. The percentage of constant communities can vary across different applications and based on empirical results we propose metrics to evaluate these communities. Using constant communities as a pre-processing step, one can significantly reduce the variation of the results. Finally, we present a case study on phoneme network and illustrate that constant communities, quite strikingly, form the core functional units of the larger communities.

  8. Networked Community Change: Understanding Community Systems Change through the Lens of Social Network Analysis.

    PubMed

    Lawlor, Jennifer A; Neal, Zachary P

    2016-06-01

    Addressing complex problems in communities has become a key area of focus in recent years (Kania & Kramer, 2013, Stanford Social Innovation Review). Building on existing approaches to understanding and addressing problems, such as action research, several new approaches have emerged that shift the way communities solve problems (e.g., Burns, 2007, Systemic Action Research; Foth, 2006, Action Research, 4, 205; Kania & Kramer, 2011, Stanford Social Innovation Review, 1, 36). Seeking to bring clarity to the emerging literature on community change strategies, this article identifies the common features of the most widespread community change strategies and explores the conditions under which such strategies have the potential to be effective. We identify and describe five common features among the approaches to change. Then, using an agent-based model, we simulate network-building behavior among stakeholders participating in community change efforts using these approaches. We find that the emergent stakeholder networks are efficient when the processes are implemented under ideal conditions. © Society for Community Research and Action 2016.

  9. Community Landscapes: An Integrative Approach to Determine Overlapping Network Module Hierarchy, Identify Key Nodes and Predict Network Dynamics

    PubMed Central

    Kovács, István A.; Palotai, Robin; Szalay, Máté S.; Csermely, Peter

    2010-01-01

    Background Network communities help the functional organization and evolution of complex networks. However, the development of a method, which is both fast and accurate, provides modular overlaps and partitions of a heterogeneous network, has proven to be rather difficult. Methodology/Principal Findings Here we introduce the novel concept of ModuLand, an integrative method family determining overlapping network modules as hills of an influence function-based, centrality-type community landscape, and including several widely used modularization methods as special cases. As various adaptations of the method family, we developed several algorithms, which provide an efficient analysis of weighted and directed networks, and (1) determine pervasively overlapping modules with high resolution; (2) uncover a detailed hierarchical network structure allowing an efficient, zoom-in analysis of large networks; (3) allow the determination of key network nodes and (4) help to predict network dynamics. Conclusions/Significance The concept opens a wide range of possibilities to develop new approaches and applications including network routing, classification, comparison and prediction. PMID:20824084

  10. Identification of hybrid node and link communities in complex networks

    PubMed Central

    He, Dongxiao; Jin, Di; Chen, Zheng; Zhang, Weixiong

    2015-01-01

    Identifying communities in complex networks is an effective means for analyzing complex systems, with applications in diverse areas such as social science, engineering, biology and medicine. Finding communities of nodes and finding communities of links are two popular schemes for network analysis. These schemes, however, have inherent drawbacks and are inadequate to capture complex organizational structures in real networks. We introduce a new scheme and an effective approach for identifying complex mixture structures of node and link communities, called hybrid node-link communities. A central piece of our approach is a probabilistic model that accommodates node, link and hybrid node-link communities. Our extensive experiments on various real-world networks, including a large protein-protein interaction network and a large network of semantically associated words, illustrated that the scheme for hybrid communities is superior in revealing network characteristics. Moreover, the new approach outperformed the existing methods for finding node or link communities separately. PMID:25728010

  11. Identification of hybrid node and link communities in complex networks.

    PubMed

    He, Dongxiao; Jin, Di; Chen, Zheng; Zhang, Weixiong

    2015-03-02

    Identifying communities in complex networks is an effective means for analyzing complex systems, with applications in diverse areas such as social science, engineering, biology and medicine. Finding communities of nodes and finding communities of links are two popular schemes for network analysis. These schemes, however, have inherent drawbacks and are inadequate to capture complex organizational structures in real networks. We introduce a new scheme and an effective approach for identifying complex mixture structures of node and link communities, called hybrid node-link communities. A central piece of our approach is a probabilistic model that accommodates node, link and hybrid node-link communities. Our extensive experiments on various real-world networks, including a large protein-protein interaction network and a large network of semantically associated words, illustrated that the scheme for hybrid communities is superior in revealing network characteristics. Moreover, the new approach outperformed the existing methods for finding node or link communities separately.

  12. Identification of hybrid node and link communities in complex networks

    NASA Astrophysics Data System (ADS)

    He, Dongxiao; Jin, Di; Chen, Zheng; Zhang, Weixiong

    2015-03-01

    Identifying communities in complex networks is an effective means for analyzing complex systems, with applications in diverse areas such as social science, engineering, biology and medicine. Finding communities of nodes and finding communities of links are two popular schemes for network analysis. These schemes, however, have inherent drawbacks and are inadequate to capture complex organizational structures in real networks. We introduce a new scheme and an effective approach for identifying complex mixture structures of node and link communities, called hybrid node-link communities. A central piece of our approach is a probabilistic model that accommodates node, link and hybrid node-link communities. Our extensive experiments on various real-world networks, including a large protein-protein interaction network and a large network of semantically associated words, illustrated that the scheme for hybrid communities is superior in revealing network characteristics. Moreover, the new approach outperformed the existing methods for finding node or link communities separately.

  13. Interaction Networks: Generating High Level Hints Based on Network Community Clustering

    ERIC Educational Resources Information Center

    Eagle, Michael; Johnson, Matthew; Barnes, Tiffany

    2012-01-01

    We introduce a novel data structure, the Interaction Network, for representing interaction-data from open problem solving environment tutors. We show how using network community detecting techniques are used to identify sub-goals in problems in a logic tutor. We then use those community structures to generate high level hints between sub-goals.…

  14. Overlapping Community Detection based on Network Decomposition

    NASA Astrophysics Data System (ADS)

    Ding, Zhuanlian; Zhang, Xingyi; Sun, Dengdi; Luo, Bin

    2016-04-01

    Community detection in complex network has become a vital step to understand the structure and dynamics of networks in various fields. However, traditional node clustering and relatively new proposed link clustering methods have inherent drawbacks to discover overlapping communities. Node clustering is inadequate to capture the pervasive overlaps, while link clustering is often criticized due to the high computational cost and ambiguous definition of communities. So, overlapping community detection is still a formidable challenge. In this work, we propose a new overlapping community detection algorithm based on network decomposition, called NDOCD. Specifically, NDOCD iteratively splits the network by removing all links in derived link communities, which are identified by utilizing node clustering technique. The network decomposition contributes to reducing the computation time and noise link elimination conduces to improving the quality of obtained communities. Besides, we employ node clustering technique rather than link similarity measure to discover link communities, thus NDOCD avoids an ambiguous definition of community and becomes less time-consuming. We test our approach on both synthetic and real-world networks. Results demonstrate the superior performance of our approach both in computation time and accuracy compared to state-of-the-art algorithms.

  15. Z-Score-Based Modularity for Community Detection in Networks

    PubMed Central

    Miyauchi, Atsushi; Kawase, Yasushi

    2016-01-01

    Identifying community structure in networks is an issue of particular interest in network science. The modularity introduced by Newman and Girvan is the most popular quality function for community detection in networks. In this study, we identify a problem in the concept of modularity and suggest a solution to overcome this problem. Specifically, we obtain a new quality function for community detection. We refer to the function as Z-modularity because it measures the Z-score of a given partition with respect to the fraction of the number of edges within communities. Our theoretical analysis shows that Z-modularity mitigates the resolution limit of the original modularity in certain cases. Computational experiments using both artificial networks and well-known real-world networks demonstrate the validity and reliability of the proposed quality function. PMID:26808270

  16. SA-SOM algorithm for detecting communities in complex networks

    NASA Astrophysics Data System (ADS)

    Chen, Luogeng; Wang, Yanran; Huang, Xiaoming; Hu, Mengyu; Hu, Fang

    2017-10-01

    Currently, community detection is a hot topic. This paper, based on the self-organizing map (SOM) algorithm, introduced the idea of self-adaptation (SA) that the number of communities can be identified automatically, a novel algorithm SA-SOM of detecting communities in complex networks is proposed. Several representative real-world networks and a set of computer-generated networks by LFR-benchmark are utilized to verify the accuracy and the efficiency of this algorithm. The experimental findings demonstrate that this algorithm can identify the communities automatically, accurately and efficiently. Furthermore, this algorithm can also acquire higher values of modularity, NMI and density than the SOM algorithm does.

  17. Maximal Neighbor Similarity Reveals Real Communities in Networks

    PubMed Central

    Žalik, Krista Rizman

    2015-01-01

    An important problem in the analysis of network data is the detection of groups of densely interconnected nodes also called modules or communities. Community structure reveals functions and organizations of networks. Currently used algorithms for community detection in large-scale real-world networks are computationally expensive or require a priori information such as the number or sizes of communities or are not able to give the same resulting partition in multiple runs. In this paper we investigate a simple and fast algorithm that uses the network structure alone and requires neither optimization of pre-defined objective function nor information about number of communities. We propose a bottom up community detection algorithm in which starting from communities consisting of adjacent pairs of nodes and their maximal similar neighbors we find real communities. We show that the overall advantage of the proposed algorithm compared to the other community detection algorithms is its simple nature, low computational cost and its very high accuracy in detection communities of different sizes also in networks with blurred modularity structure consisting of poorly separated communities. All communities identified by the proposed method for facebook network and E-Coli transcriptional regulatory network have strong structural and functional coherence. PMID:26680448

  18. Decoding communities in networks

    NASA Astrophysics Data System (ADS)

    Radicchi, Filippo

    2018-02-01

    According to a recent information-theoretical proposal, the problem of defining and identifying communities in networks can be interpreted as a classical communication task over a noisy channel: memberships of nodes are information bits erased by the channel, edges and nonedges in the network are parity bits introduced by the encoder but degraded through the channel, and a community identification algorithm is a decoder. The interpretation is perfectly equivalent to the one at the basis of well-known statistical inference algorithms for community detection. The only difference in the interpretation is that a noisy channel replaces a stochastic network model. However, the different perspective gives the opportunity to take advantage of the rich set of tools of coding theory to generate novel insights on the problem of community detection. In this paper, we illustrate two main applications of standard coding-theoretical methods to community detection. First, we leverage a state-of-the-art decoding technique to generate a family of quasioptimal community detection algorithms. Second and more important, we show that the Shannon's noisy-channel coding theorem can be invoked to establish a lower bound, here named as decodability bound, for the maximum amount of noise tolerable by an ideal decoder to achieve perfect detection of communities. When computed for well-established synthetic benchmarks, the decodability bound explains accurately the performance achieved by the best community detection algorithms existing on the market, telling us that only little room for their improvement is still potentially left.

  19. Decoding communities in networks.

    PubMed

    Radicchi, Filippo

    2018-02-01

    According to a recent information-theoretical proposal, the problem of defining and identifying communities in networks can be interpreted as a classical communication task over a noisy channel: memberships of nodes are information bits erased by the channel, edges and nonedges in the network are parity bits introduced by the encoder but degraded through the channel, and a community identification algorithm is a decoder. The interpretation is perfectly equivalent to the one at the basis of well-known statistical inference algorithms for community detection. The only difference in the interpretation is that a noisy channel replaces a stochastic network model. However, the different perspective gives the opportunity to take advantage of the rich set of tools of coding theory to generate novel insights on the problem of community detection. In this paper, we illustrate two main applications of standard coding-theoretical methods to community detection. First, we leverage a state-of-the-art decoding technique to generate a family of quasioptimal community detection algorithms. Second and more important, we show that the Shannon's noisy-channel coding theorem can be invoked to establish a lower bound, here named as decodability bound, for the maximum amount of noise tolerable by an ideal decoder to achieve perfect detection of communities. When computed for well-established synthetic benchmarks, the decodability bound explains accurately the performance achieved by the best community detection algorithms existing on the market, telling us that only little room for their improvement is still potentially left.

  20. Covariance, correlation matrix, and the multiscale community structure of networks.

    PubMed

    Shen, Hua-Wei; Cheng, Xue-Qi; Fang, Bin-Xing

    2010-07-01

    Empirical studies show that real world networks often exhibit multiple scales of topological descriptions. However, it is still an open problem how to identify the intrinsic multiple scales of networks. In this paper, we consider detecting the multiscale community structure of network from the perspective of dimension reduction. According to this perspective, a covariance matrix of network is defined to uncover the multiscale community structure through the translation and rotation transformations. It is proved that the covariance matrix is the unbiased version of the well-known modularity matrix. We then point out that the translation and rotation transformations fail to deal with the heterogeneous network, which is very common in nature and society. To address this problem, a correlation matrix is proposed through introducing the rescaling transformation into the covariance matrix. Extensive tests on real world and artificial networks demonstrate that the correlation matrix significantly outperforms the covariance matrix, identically the modularity matrix, as regards identifying the multiscale community structure of network. This work provides a novel perspective to the identification of community structure and thus various dimension reduction methods might be used for the identification of community structure. Through introducing the correlation matrix, we further conclude that the rescaling transformation is crucial to identify the multiscale community structure of network, as well as the translation and rotation transformations.

  1. Evolutionary method for finding communities in bipartite networks.

    PubMed

    Zhan, Weihua; Zhang, Zhongzhi; Guan, Jihong; Zhou, Shuigeng

    2011-06-01

    An important step in unveiling the relation between network structure and dynamics defined on networks is to detect communities, and numerous methods have been developed separately to identify community structure in different classes of networks, such as unipartite networks, bipartite networks, and directed networks. Here, we show that the finding of communities in such networks can be unified in a general framework-detection of community structure in bipartite networks. Moreover, we propose an evolutionary method for efficiently identifying communities in bipartite networks. To this end, we show that both unipartite and directed networks can be represented as bipartite networks, and their modularity is completely consistent with that for bipartite networks, the detection of modular structure on which can be reformulated as modularity maximization. To optimize the bipartite modularity, we develop a modified adaptive genetic algorithm (MAGA), which is shown to be especially efficient for community structure detection. The high efficiency of the MAGA is based on the following three improvements we make. First, we introduce a different measure for the informativeness of a locus instead of the standard deviation, which can exactly determine which loci mutate. This measure is the bias between the distribution of a locus over the current population and the uniform distribution of the locus, i.e., the Kullback-Leibler divergence between them. Second, we develop a reassignment technique for differentiating the informative state a locus has attained from the random state in the initial phase. Third, we present a modified mutation rule which by incorporating related operations can guarantee the convergence of the MAGA to the global optimum and can speed up the convergence process. Experimental results show that the MAGA outperforms existing methods in terms of modularity for both bipartite and unipartite networks.

  2. Network Analysis in Community Psychology: Looking Back, Looking Forward.

    PubMed

    Neal, Zachary P; Neal, Jennifer Watling

    2017-09-01

    Network analysis holds promise for community psychology given the field's aim to understand the interplay between individuals and their social contexts. Indeed, because network analysis focuses explicitly on patterns of relationships between actors, its theories and methods are inherently extra-individual in nature and particularly well suited to characterizing social contexts. But, to what extent has community psychology taken advantage of this network analysis as a tool for capturing context? To answer these questions, this study provides a review of the use network analysis in articles published in American Journal of Community Psychology. Looking back, we describe and summarize the ways that network analysis has been employed in community psychology research to understand the range of ways community psychologists have found the technique helpful. Looking forward and paying particular attention to analytic issues identified in past applications, we provide some recommendations drawn from the network analysis literature to facilitate future applications of network analysis in community psychology. © 2017 The Authors. American Journal of Community Psychology published by Wiley Periodicals, Inc. on behalf of Society for Community Research and Action.

  3. Developing community networks to deliver HIV prevention interventions.

    PubMed Central

    Guenther-Grey, C; Noroian, D; Fonseka, J; Higgins, D

    1996-01-01

    Outreach has a long history in health and social service programs as an important method for reaching at-risk persons within their communities. One method of "outreach" is based on the recruitment of networks of community members (or "networkers") to deliver HIV prevention messages and materials in the context of their social networks and everyday lives. This paper documents the experiences of the AIDS Community Demonstration Projects in recruiting networkers to deliver HIV prevention interventions to high-risk populations, including injecting drug users not in treatment; female sex partners of injecting drug users; female sex traders; men who have sex with men but do not self-identify as gay; and youth in high-risk situations. The authors interviewed project staff and reviewed project records of the implementation of community networks in five cities. Across cities, the projects successfully recruited persons into one or more community networks to distribute small media materials, condoms, and bleach kits, and encourage risk-reduction behaviors among community members. Networkers' continuing participation was enlisted through a variety of monetary and nonmonetary incentives. While continuous recruitment of networkers was necessary due to attrition, most interventions reported maintaining a core group of networkers. In addition, the projects appeared to serve as a starting point for some networkers to become more active in other community events and issues. PMID:8862156

  4. A framework for detecting communities of unbalanced sizes in networks

    NASA Astrophysics Data System (ADS)

    Žalik, Krista Rizman; Žalik, Borut

    2018-01-01

    Community detection in large networks has been a focus of recent research in many of fields, including biology, physics, social sciences, and computer science. Most community detection methods partition the entire network into communities, groups of nodes that have many connections within communities and few connections between them and do not identify different roles that nodes can have in communities. We propose a community detection model that integrates more different measures that can fast identify communities of different sizes and densities. We use node degree centrality, strong similarity with one node from community, maximal similarity of node to community, compactness of communities and separation between communities. Each measure has its own strength and weakness. Thus, combining different measures can benefit from the strengths of each one and eliminate encountered problems of using an individual measure. We present a fast local expansion algorithm for uncovering communities of different sizes and densities and reveals rich information on input networks. Experimental results show that the proposed algorithm is better or as effective as the other community detection algorithms for both real-world and synthetic networks while it requires less time.

  5. A novel community detection method in bipartite networks

    NASA Astrophysics Data System (ADS)

    Zhou, Cangqi; Feng, Liang; Zhao, Qianchuan

    2018-02-01

    Community structure is a common and important feature in many complex networks, including bipartite networks, which are used as a standard model for many empirical networks comprised of two types of nodes. In this paper, we propose a two-stage method for detecting community structure in bipartite networks. Firstly, we extend the widely-used Louvain algorithm to bipartite networks. The effectiveness and efficiency of the Louvain algorithm have been proved by many applications. However, there lacks a Louvain-like algorithm specially modified for bipartite networks. Based on bipartite modularity, a measure that extends unipartite modularity and that quantifies the strength of partitions in bipartite networks, we fill the gap by developing the Bi-Louvain algorithm that iteratively groups the nodes in each part by turns. This algorithm in bipartite networks often produces a balanced network structure with equal numbers of two types of nodes. Secondly, for the balanced network yielded by the first algorithm, we use an agglomerative clustering method to further cluster the network. We demonstrate that the calculation of the gain of modularity of each aggregation, and the operation of joining two communities can be compactly calculated by matrix operations for all pairs of communities simultaneously. At last, a complete hierarchical community structure is unfolded. We apply our method to two benchmark data sets and a large-scale data set from an e-commerce company, showing that it effectively identifies community structure in bipartite networks.

  6. How to Identify Success Among Networks That Promote Active Living.

    PubMed

    Litt, Jill; Varda, Danielle; Reed, Hannah; Retrum, Jessica; Tabak, Rachel; Gustat, Jeanette; O'Hara Tompkins, Nancy

    2015-11-01

    We evaluated organization- and network-level factors that influence organizations' perceived success. This is important for managing interorganizational networks, which can mobilize communities to address complex health issues such as physical activity, and for achieving change. In 2011, we used structured interview and network survey data from 22 states in the United States to estimate multilevel random-intercept models to understand organization- and network-level factors that explain perceived network success. A total of 53 of 59 "whole networks" met the criteria for inclusion in the analysis (89.8%). Coordinators identified 559 organizations, with 3 to 12 organizations from each network taking the online survey (response rate = 69.7%; range = 33%-100%). Occupying a leadership position (P < .01), the amount of time with the network (P < .05), and support from community leaders (P < .05) emerged as correlates of perceived success. Organizations' perceptions of success can influence decisions about continuing involvement and investment in networks designed to promote environment and policy change for active living. Understanding these factors can help leaders manage complex networks that involve diverse memberships, varied interests, and competing community-level priorities.

  7. Similarity between community structures of different online social networks and its impact on underlying community detection

    NASA Astrophysics Data System (ADS)

    Fan, W.; Yeung, K. H.

    2015-03-01

    As social networking services are popular, many people may register in more than one online social network. In this paper we study a set of users who have accounts of three online social networks: namely Foursquare, Facebook and Twitter. Community structure of this set of users may be reflected in these three online social networks. Therefore, high correlation between these reflections and the underlying community structure may be observed. In this work, community structures are detected in all three online social networks. Also, we investigate the similarity level of community structures across different networks. It is found that they show strong correlation with each other. The similarity between different networks may be helpful to find a community structure close to the underlying one. To verify this, we propose a method to increase the weights of some connections in networks. With this method, new networks are generated to assist community detection. By doing this, value of modularity can be improved and the new community structure match network's natural structure better. In this paper we also show that the detected community structures of online social networks are correlated with users' locations which are identified on Foursquare. This information may also be useful for underlying community detection.

  8. Taxonomies of networks from community structure

    PubMed Central

    Reid, Stephen; Porter, Mason A.; Mucha, Peter J.; Fricker, Mark D.; Jones, Nick S.

    2014-01-01

    The study of networks has become a substantial interdisciplinary endeavor that encompasses myriad disciplines in the natural, social, and information sciences. Here we introduce a framework for constructing taxonomies of networks based on their structural similarities. These networks can arise from any of numerous sources: they can be empirical or synthetic, they can arise from multiple realizations of a single process (either empirical or synthetic), they can represent entirely different systems in different disciplines, etc. Because mesoscopic properties of networks are hypothesized to be important for network function, we base our comparisons on summaries of network community structures. Although we use a specific method for uncovering network communities, much of the introduced framework is independent of that choice. After introducing the framework, we apply it to construct a taxonomy for 746 networks and demonstrate that our approach usefully identifies similar networks. We also construct taxonomies within individual categories of networks, and we thereby expose nontrivial structure. For example, we create taxonomies for similarity networks constructed from both political voting data and financial data. We also construct network taxonomies to compare the social structures of 100 Facebook networks and the growth structures produced by different types of fungi. PMID:23030977

  9. Taxonomies of networks from community structure

    NASA Astrophysics Data System (ADS)

    Onnela, Jukka-Pekka; Fenn, Daniel J.; Reid, Stephen; Porter, Mason A.; Mucha, Peter J.; Fricker, Mark D.; Jones, Nick S.

    2012-09-01

    The study of networks has become a substantial interdisciplinary endeavor that encompasses myriad disciplines in the natural, social, and information sciences. Here we introduce a framework for constructing taxonomies of networks based on their structural similarities. These networks can arise from any of numerous sources: They can be empirical or synthetic, they can arise from multiple realizations of a single process (either empirical or synthetic), they can represent entirely different systems in different disciplines, etc. Because mesoscopic properties of networks are hypothesized to be important for network function, we base our comparisons on summaries of network community structures. Although we use a specific method for uncovering network communities, much of the introduced framework is independent of that choice. After introducing the framework, we apply it to construct a taxonomy for 746 networks and demonstrate that our approach usefully identifies similar networks. We also construct taxonomies within individual categories of networks, and we thereby expose nontrivial structure. For example, we create taxonomies for similarity networks constructed from both political voting data and financial data. We also construct network taxonomies to compare the social structures of 100 Facebook networks and the growth structures produced by different types of fungi.

  10. How to Identify Success Among Networks That Promote Active Living

    PubMed Central

    Varda, Danielle; Reed, Hannah; Retrum, Jessica; Tabak, Rachel; Gustat, Jeanette; O'Hara Tompkins, Nancy

    2015-01-01

    Objectives. We evaluated organization- and network-level factors that influence organizations’ perceived success. This is important for managing interorganizational networks, which can mobilize communities to address complex health issues such as physical activity, and for achieving change. Methods. In 2011, we used structured interview and network survey data from 22 states in the United States to estimate multilevel random-intercept models to understand organization- and network-level factors that explain perceived network success. Results. A total of 53 of 59 “whole networks” met the criteria for inclusion in the analysis (89.8%). Coordinators identified 559 organizations, with 3 to 12 organizations from each network taking the online survey (response rate = 69.7%; range = 33%–100%). Occupying a leadership position (P < .01), the amount of time with the network (P < .05), and support from community leaders (P < .05) emerged as correlates of perceived success. Conclusions. Organizations’ perceptions of success can influence decisions about continuing involvement and investment in networks designed to promote environment and policy change for active living. Understanding these factors can help leaders manage complex networks that involve diverse memberships, varied interests, and competing community-level priorities. PMID:26378863

  11. Distributed learning automata-based algorithm for community detection in complex networks

    NASA Astrophysics Data System (ADS)

    Khomami, Mohammad Mehdi Daliri; Rezvanian, Alireza; Meybodi, Mohammad Reza

    2016-03-01

    Community structure is an important and universal topological property of many complex networks such as social and information networks. The detection of communities of a network is a significant technique for understanding the structure and function of networks. In this paper, we propose an algorithm based on distributed learning automata for community detection (DLACD) in complex networks. In the proposed algorithm, each vertex of network is equipped with a learning automation. According to the cooperation among network of learning automata and updating action probabilities of each automaton, the algorithm interactively tries to identify high-density local communities. The performance of the proposed algorithm is investigated through a number of simulations on popular synthetic and real networks. Experimental results in comparison with popular community detection algorithms such as walk trap, Danon greedy optimization, Fuzzy community detection, Multi-resolution community detection and label propagation demonstrated the superiority of DLACD in terms of modularity, NMI, performance, min-max-cut and coverage.

  12. Information dynamics algorithm for detecting communities in networks

    NASA Astrophysics Data System (ADS)

    Massaro, Emanuele; Bagnoli, Franco; Guazzini, Andrea; Lió, Pietro

    2012-11-01

    The problem of community detection is relevant in many scientific disciplines, from social science to statistical physics. Given the impact of community detection in many areas, such as psychology and social sciences, we have addressed the issue of modifying existing well performing algorithms by incorporating elements of the domain application fields, i.e. domain-inspired. We have focused on a psychology and social network-inspired approach which may be useful for further strengthening the link between social network studies and mathematics of community detection. Here we introduce a community-detection algorithm derived from the van Dongen's Markov Cluster algorithm (MCL) method [4] by considering networks' nodes as agents capable to take decisions. In this framework we have introduced a memory factor to mimic a typical human behavior such as the oblivion effect. The method is based on information diffusion and it includes a non-linear processing phase. We test our method on two classical community benchmark and on computer generated networks with known community structure. Our approach has three important features: the capacity of detecting overlapping communities, the capability of identifying communities from an individual point of view and the fine tuning the community detectability with respect to prior knowledge of the data. Finally we discuss how to use a Shannon entropy measure for parameter estimation in complex networks.

  13. Dynamics in microbial communities: Unraveling mechanisms to identify principles

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Konopka, Allan; Lindemann, Stephen R.; Fredrickson, Jim K.

    2015-07-01

    Diversity begets higher order properties such as functional stability and robustness in microbial communities, but principles that inform conceptual (and eventually predictive) models of community dynamics are lacking. Recent work has shown that selection as well as dispersal and drift shape communities, but the mechanistic bases for assembly of communities and the forces that maintain their function in the face of environmental perturbation are not well understood. Conceptually, some interactions among community members could generate endogenous dynamics in composition, even in the absence of environmental changes. These endogenous dynamics are further perturbed by exogenous forcing factors to produce a richermore » network of community interactions, and it is this “system” that is the basis for higher order community properties. Elucidation of principles that follow from this conceptual model requires identifying the mechanisms that (a) optimize diversity within a community and (b) impart community stability. The network of interactions between organisms can be an important element by providing a buffer against disturbance beyond the effect of functional redundancy, as alternative pathways with different combinations of microbes can be recruited to fulfill specific functions.« less

  14. Purpose-Driven Communities in Multiplex Networks: Thresholding User-Engaged Layer Aggregation

    DTIC Science & Technology

    2016-06-01

    dark networks is a non-trivial yet useful task. Because terrorists work hard to hide their relationships/network, analysts have an incomplete picture...them identify meaningful terrorist communities. This thesis introduces a general-purpose algorithm for community detection in multiplex dark networks...aggregation, dark networks, conductance, cluster adequacy, mod- ularity, Louvain method, shortest path interdiction 15. NUMBER OF PAGES 155 16. PRICE CODE

  15. Community structure in networks

    NASA Astrophysics Data System (ADS)

    Newman, Mark

    2004-03-01

    Many networked systems, including physical, biological, social, and technological networks, appear to contain ``communities'' -- groups of nodes within which connections are dense, but between which they are sparser. The ability to find such communities in an automated fashion could be of considerable use. Communities in a web graph for instance might correspond to sets of web sites dealing with related topics, while communities in a biochemical network or an electronic circuit might correspond to functional units of some kind. We present a number of new methods for community discovery, including methods based on ``betweenness'' measures and methods based on modularity optimization. We also give examples of applications of these methods to both computer-generated and real-world network data, and show how our techniques can be used to shed light on the sometimes dauntingly complex structure of networked systems.

  16. Community detection in networks: A user guide

    NASA Astrophysics Data System (ADS)

    Fortunato, Santo; Hric, Darko

    2016-11-01

    Community detection in networks is one of the most popular topics of modern network science. Communities, or clusters, are usually groups of vertices having higher probability of being connected to each other than to members of other groups, though other patterns are possible. Identifying communities is an ill-defined problem. There are no universal protocols on the fundamental ingredients, like the definition of community itself, nor on other crucial issues, like the validation of algorithms and the comparison of their performances. This has generated a number of confusions and misconceptions, which undermine the progress in the field. We offer a guided tour through the main aspects of the problem. We also point out strengths and weaknesses of popular methods, and give directions to their use.

  17. Microbial Community Metabolic Modeling: A Community Data-Driven Network Reconstruction: COMMUNITY DATA-DRIVEN METABOLIC NETWORK MODELING

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Henry, Christopher S.; Bernstein, Hans C.; Weisenhorn, Pamela

    Metabolic network modeling of microbial communities provides an in-depth understanding of community-wide metabolic and regulatory processes. Compared to single organism analyses, community metabolic network modeling is more complex because it needs to account for interspecies interactions. To date, most approaches focus on reconstruction of high-quality individual networks so that, when combined, they can predict community behaviors as a result of interspecies interactions. However, this conventional method becomes ineffective for communities whose members are not well characterized and cannot be experimentally interrogated in isolation. Here, we tested a new approach that uses community-level data as a critical input for the networkmore » reconstruction process. This method focuses on directly predicting interspecies metabolic interactions in a community, when axenic information is insufficient. We validated our method through the case study of a bacterial photoautotroph-heterotroph consortium that was used to provide data needed for a community-level metabolic network reconstruction. Resulting simulations provided experimentally validated predictions of how a photoautotrophic cyanobacterium supports the growth of an obligate heterotrophic species by providing organic carbon and nitrogen sources.« less

  18. Improving resolution of dynamic communities in human brain networks through targeted node removal

    PubMed Central

    Turner, Benjamin O.; Miller, Michael B.; Carlson, Jean M.

    2017-01-01

    Current approaches to dynamic community detection in complex networks can fail to identify multi-scale community structure, or to resolve key features of community dynamics. We propose a targeted node removal technique to improve the resolution of community detection. Using synthetic oscillator networks with well-defined “ground truth” communities, we quantify the community detection performance of a common modularity maximization algorithm. We show that the performance of the algorithm on communities of a given size deteriorates when these communities are embedded in multi-scale networks with communities of different sizes, compared to the performance in a single-scale network. We demonstrate that targeted node removal during community detection improves performance on multi-scale networks, particularly when removing the most functionally cohesive nodes. Applying this approach to network neuroscience, we compare dynamic functional brain networks derived from fMRI data taken during both repetitive single-task and varied multi-task experiments. After the removal of regions in visual cortex, the most coherent functional brain area during the tasks, community detection is better able to resolve known functional brain systems into communities. In addition, node removal enables the algorithm to distinguish clear differences in brain network dynamics between these experiments, revealing task-switching behavior that was not identified with the visual regions present in the network. These results indicate that targeted node removal can improve spatial and temporal resolution in community detection, and they demonstrate a promising approach for comparison of network dynamics between neuroscientific data sets with different resolution parameters. PMID:29261662

  19. Dynamics and control of diseases in networks with community structure.

    PubMed

    Salathé, Marcel; Jones, James H

    2010-04-08

    The dynamics of infectious diseases spread via direct person-to-person transmission (such as influenza, smallpox, HIV/AIDS, etc.) depends on the underlying host contact network. Human contact networks exhibit strong community structure. Understanding how such community structure affects epidemics may provide insights for preventing the spread of disease between communities by changing the structure of the contact network through pharmaceutical or non-pharmaceutical interventions. We use empirical and simulated networks to investigate the spread of disease in networks with community structure. We find that community structure has a major impact on disease dynamics, and we show that in networks with strong community structure, immunization interventions targeted at individuals bridging communities are more effective than those simply targeting highly connected individuals. Because the structure of relevant contact networks is generally not known, and vaccine supply is often limited, there is great need for efficient vaccination algorithms that do not require full knowledge of the network. We developed an algorithm that acts only on locally available network information and is able to quickly identify targets for successful immunization intervention. The algorithm generally outperforms existing algorithms when vaccine supply is limited, particularly in networks with strong community structure. Understanding the spread of infectious diseases and designing optimal control strategies is a major goal of public health. Social networks show marked patterns of community structure, and our results, based on empirical and simulated data, demonstrate that community structure strongly affects disease dynamics. These results have implications for the design of control strategies.

  20. Mixture models with entropy regularization for community detection in networks

    NASA Astrophysics Data System (ADS)

    Chang, Zhenhai; Yin, Xianjun; Jia, Caiyan; Wang, Xiaoyang

    2018-04-01

    Community detection is a key exploratory tool in network analysis and has received much attention in recent years. NMM (Newman's mixture model) is one of the best models for exploring a range of network structures including community structure, bipartite and core-periphery structures, etc. However, NMM needs to know the number of communities in advance. Therefore, in this study, we have proposed an entropy regularized mixture model (called EMM), which is capable of inferring the number of communities and identifying network structure contained in a network, simultaneously. In the model, by minimizing the entropy of mixing coefficients of NMM using EM (expectation-maximization) solution, the small clusters contained little information can be discarded step by step. The empirical study on both synthetic networks and real networks has shown that the proposed model EMM is superior to the state-of-the-art methods.

  1. Detecting and analyzing research communities in longitudinal scientific networks.

    PubMed

    Leone Sciabolazza, Valerio; Vacca, Raffaele; Kennelly Okraku, Therese; McCarty, Christopher

    2017-01-01

    A growing body of evidence shows that collaborative teams and communities tend to produce the highest-impact scientific work. This paper proposes a new method to (1) Identify collaborative communities in longitudinal scientific networks, and (2) Evaluate the impact of specific research institutes, services or policies on the interdisciplinary collaboration between these communities. First, we apply community-detection algorithms to cross-sectional scientific collaboration networks and analyze different types of co-membership in the resulting subgroups over time. This analysis summarizes large amounts of longitudinal network data to extract sets of research communities whose members have consistently collaborated or shared collaborators over time. Second, we construct networks of cross-community interactions and estimate Exponential Random Graph Models to predict the formation of interdisciplinary collaborations between different communities. The method is applied to longitudinal data on publication and grant collaborations at the University of Florida. Results show that similar institutional affiliation, spatial proximity, transitivity effects, and use of the same research services predict higher degree of interdisciplinary collaboration between research communities. Our application also illustrates how the identification of research communities in longitudinal data and the analysis of cross-community network formation can be used to measure the growth of interdisciplinary team science at a research university, and to evaluate its association with research policies, services or institutes.

  2. Detecting and analyzing research communities in longitudinal scientific networks

    PubMed Central

    Vacca, Raffaele; Kennelly Okraku, Therese; McCarty, Christopher

    2017-01-01

    A growing body of evidence shows that collaborative teams and communities tend to produce the highest-impact scientific work. This paper proposes a new method to (1) Identify collaborative communities in longitudinal scientific networks, and (2) Evaluate the impact of specific research institutes, services or policies on the interdisciplinary collaboration between these communities. First, we apply community-detection algorithms to cross-sectional scientific collaboration networks and analyze different types of co-membership in the resulting subgroups over time. This analysis summarizes large amounts of longitudinal network data to extract sets of research communities whose members have consistently collaborated or shared collaborators over time. Second, we construct networks of cross-community interactions and estimate Exponential Random Graph Models to predict the formation of interdisciplinary collaborations between different communities. The method is applied to longitudinal data on publication and grant collaborations at the University of Florida. Results show that similar institutional affiliation, spatial proximity, transitivity effects, and use of the same research services predict higher degree of interdisciplinary collaboration between research communities. Our application also illustrates how the identification of research communities in longitudinal data and the analysis of cross-community network formation can be used to measure the growth of interdisciplinary team science at a research university, and to evaluate its association with research policies, services or institutes. PMID:28797047

  3. Community Wireless Networks

    ERIC Educational Resources Information Center

    Feld, Harold

    2005-01-01

    With increasing frequency, communities are seeing the arrival of a new class of noncommercial broadband providers: community wireless networks (CWNs). Utilizing the same wireless technologies that many colleges and universities have used to create wireless networks on campus, CWNs are creating broadband access for free or at costs well below…

  4. A community detection algorithm using network topologies and rule-based hierarchical arc-merging strategies

    PubMed Central

    2017-01-01

    The authors use four criteria to examine a novel community detection algorithm: (a) effectiveness in terms of producing high values of normalized mutual information (NMI) and modularity, using well-known social networks for testing; (b) examination, meaning the ability to examine mitigating resolution limit problems using NMI values and synthetic networks; (c) correctness, meaning the ability to identify useful community structure results in terms of NMI values and Lancichinetti-Fortunato-Radicchi (LFR) benchmark networks; and (d) scalability, or the ability to produce comparable modularity values with fast execution times when working with large-scale real-world networks. In addition to describing a simple hierarchical arc-merging (HAM) algorithm that uses network topology information, we introduce rule-based arc-merging strategies for identifying community structures. Five well-studied social network datasets and eight sets of LFR benchmark networks were employed to validate the correctness of a ground-truth community, eight large-scale real-world complex networks were used to measure its efficiency, and two synthetic networks were used to determine its susceptibility to two resolution limit problems. Our experimental results indicate that the proposed HAM algorithm exhibited satisfactory performance efficiency, and that HAM-identified and ground-truth communities were comparable in terms of social and LFR benchmark networks, while mitigating resolution limit problems. PMID:29121100

  5. Correlations between Community Structure and Link Formation in Complex Networks

    PubMed Central

    Liu, Zhen; He, Jia-Lin; Kapoor, Komal; Srivastava, Jaideep

    2013-01-01

    Background Links in complex networks commonly represent specific ties between pairs of nodes, such as protein-protein interactions in biological networks or friendships in social networks. However, understanding the mechanism of link formation in complex networks is a long standing challenge for network analysis and data mining. Methodology/Principal Findings Links in complex networks have a tendency to cluster locally and form so-called communities. This widely existed phenomenon reflects some underlying mechanism of link formation. To study the correlations between community structure and link formation, we present a general computational framework including a theory for network partitioning and link probability estimation. Our approach enables us to accurately identify missing links in partially observed networks in an efficient way. The links having high connection likelihoods in the communities reveal that links are formed preferentially to create cliques and accordingly promote the clustering level of the communities. The experimental results verify that such a mechanism can be well captured by our approach. Conclusions/Significance Our findings provide a new insight into understanding how links are created in the communities. The computational framework opens a wide range of possibilities to develop new approaches and applications, such as community detection and missing link prediction. PMID:24039818

  6. Using a two-phase evolutionary framework to select multiple network spreaders based on community structure

    NASA Astrophysics Data System (ADS)

    Fu, Yu-Hsiang; Huang, Chung-Yuan; Sun, Chuen-Tsai

    2016-11-01

    Using network community structures to identify multiple influential spreaders is an appropriate method for analyzing the dissemination of information, ideas and infectious diseases. For example, data on spreaders selected from groups of customers who make similar purchases may be used to advertise products and to optimize limited resource allocation. Other examples include community detection approaches aimed at identifying structures and groups in social or complex networks. However, determining the number of communities in a network remains a challenge. In this paper we describe our proposal for a two-phase evolutionary framework (TPEF) for determining community numbers and maximizing community modularity. Lancichinetti-Fortunato-Radicchi benchmark networks were used to test our proposed method and to analyze execution time, community structure quality, convergence, and the network spreading effect. Results indicate that our proposed TPEF generates satisfactory levels of community quality and convergence. They also suggest a need for an index, mechanism or sampling technique to determine whether a community detection approach should be used for selecting multiple network spreaders.

  7. Discovering Network Structure Beyond Communities

    NASA Astrophysics Data System (ADS)

    Nishikawa, Takashi; Motter, Adilson E.

    2011-11-01

    To understand the formation, evolution, and function of complex systems, it is crucial to understand the internal organization of their interaction networks. Partly due to the impossibility of visualizing large complex networks, resolving network structure remains a challenging problem. Here we overcome this difficulty by combining the visual pattern recognition ability of humans with the high processing speed of computers to develop an exploratory method for discovering groups of nodes characterized by common network properties, including but not limited to communities of densely connected nodes. Without any prior information about the nature of the groups, the method simultaneously identifies the number of groups, the group assignment, and the properties that define these groups. The results of applying our method to real networks suggest the possibility that most group structures lurk undiscovered in the fast-growing inventory of social, biological, and technological networks of scientific interest.

  8. Network community structure and loop coefficient method

    NASA Astrophysics Data System (ADS)

    Vragović, I.; Louis, E.

    2006-07-01

    A modular structure, in which groups of tightly connected nodes could be resolved as separate entities, is a property that can be found in many complex networks. In this paper, we propose a algorithm for identifying communities in networks. It is based on a local measure, so-called loop coefficient that is a generalization of the clustering coefficient. Nodes with a large loop coefficient tend to be core inner community nodes, while other vertices are usually peripheral sites at the borders of communities. Our method gives satisfactory results for both artificial and real-world graphs, if they have a relatively pronounced modular structure. This type of algorithm could open a way of interpreting the role of nodes in communities in terms of the local loop coefficient, and could be used as a complement to other methods.

  9. SCOUT: simultaneous time segmentation and community detection in dynamic networks

    PubMed Central

    Hulovatyy, Yuriy; Milenković, Tijana

    2016-01-01

    Many evolving complex real-world systems can be modeled via dynamic networks. An important problem in dynamic network research is community detection, which finds groups of topologically related nodes. Typically, this problem is approached by assuming either that each time point has a distinct community organization or that all time points share a single community organization. The reality likely lies between these two extremes. To find the compromise, we consider community detection in the context of the problem of segment detection, which identifies contiguous time periods with consistent network structure. Consequently, we formulate a combined problem of segment community detection (SCD), which simultaneously partitions the network into contiguous time segments with consistent community organization and finds this community organization for each segment. To solve SCD, we introduce SCOUT, an optimization framework that explicitly considers both segmentation quality and partition quality. SCOUT addresses limitations of existing methods that can be adapted to solve SCD, which consider only one of segmentation quality or partition quality. In a thorough evaluation, SCOUT outperforms the existing methods in terms of both accuracy and computational complexity. We apply SCOUT to biological network data to study human aging. PMID:27881879

  10. Investigating Student Communities with Network Analysis of Interactions in a Physics Learning Center

    NASA Astrophysics Data System (ADS)

    Brewe, Eric; Kramer, Laird; O'Brien, George

    2009-11-01

    We describe our initial efforts at implementing social network analysis to visualize and quantify student interactions in Florida International University's Physics Learning Center. Developing a sense of community among students is one of the three pillars of an overall reform effort to increase participation in physics, and the sciences more broadly, at FIU. Our implementation of a research and learning community, embedded within a course reform effort, has led to increased recruitment and retention of physics majors. Finn and Rock [1997] link the academic and social integration of students to increased rates of retention. To identify these interactions, we have initiated an investigation that utilizes social network analysis to identify primary community participants. Community interactions are then characterized through the network's density and connectivity, shedding light on learning communities and participation. Preliminary results, further research questions, and future directions utilizing social network analysis are presented.

  11. Network Community Detection based on the Physarum-inspired Computational Framework.

    PubMed

    Gao, Chao; Liang, Mingxin; Li, Xianghua; Zhang, Zili; Wang, Zhen; Zhou, Zhili

    2016-12-13

    Community detection is a crucial and essential problem in the structure analytics of complex networks, which can help us understand and predict the characteristics and functions of complex networks. Many methods, ranging from the optimization-based algorithms to the heuristic-based algorithms, have been proposed for solving such a problem. Due to the inherent complexity of identifying network structure, how to design an effective algorithm with a higher accuracy and a lower computational cost still remains an open problem. Inspired by the computational capability and positive feedback mechanism in the wake of foraging process of Physarum, which is a large amoeba-like cell consisting of a dendritic network of tube-like pseudopodia, a general Physarum-based computational framework for community detection is proposed in this paper. Based on the proposed framework, the inter-community edges can be identified from the intra-community edges in a network and the positive feedback of solving process in an algorithm can be further enhanced, which are used to improve the efficiency of original optimization-based and heuristic-based community detection algorithms, respectively. Some typical algorithms (e.g., genetic algorithm, ant colony optimization algorithm, and Markov clustering algorithm) and real-world datasets have been used to estimate the efficiency of our proposed computational framework. Experiments show that the algorithms optimized by Physarum-inspired computational framework perform better than the original ones, in terms of accuracy and computational cost. Moreover, a computational complexity analysis verifies the scalability of our framework.

  12. Detection of gene communities in multi-networks reveals cancer drivers

    NASA Astrophysics Data System (ADS)

    Cantini, Laura; Medico, Enzo; Fortunato, Santo; Caselle, Michele

    2015-12-01

    We propose a new multi-network-based strategy to integrate different layers of genomic information and use them in a coordinate way to identify driving cancer genes. The multi-networks that we consider combine transcription factor co-targeting, microRNA co-targeting, protein-protein interaction and gene co-expression networks. The rationale behind this choice is that gene co-expression and protein-protein interactions require a tight coregulation of the partners and that such a fine tuned regulation can be obtained only combining both the transcriptional and post-transcriptional layers of regulation. To extract the relevant biological information from the multi-network we studied its partition into communities. To this end we applied a consensus clustering algorithm based on state of art community detection methods. Even if our procedure is valid in principle for any pathology in this work we concentrate on gastric, lung, pancreas and colorectal cancer and identified from the enrichment analysis of the multi-network communities a set of candidate driver cancer genes. Some of them were already known oncogenes while a few are new. The combination of the different layers of information allowed us to extract from the multi-network indications on the regulatory pattern and functional role of both the already known and the new candidate driver genes.

  13. Network-Based Community Brings forth Sustainable Society

    NASA Astrophysics Data System (ADS)

    Kikuchi, Toshiko

    It has already been shown that an artificial society based on the three relations of social configuration (market, communal, and obligatory relations) functioning in balance with each other formed a sustainable society which the social reproduction is possible. In this artificial society model, communal relations exist in a network-based community with alternating members rather than a conventional community with cooperative mutual assistance practiced in some agricultural communities. In this paper, using the comparison between network-based communities with alternating members and conventional communities with fixed members, the significance of a network-based community is considered. In concrete terms, the difference in appearance rate for sustainable society, economic activity and asset inequality between network-based communities and conventional communities is analyzed. The appearance rate for a sustainable society of network-based community is higher than that of conventional community. Moreover, most of network-based communities had a larger total number of trade volume than conventional communities. But, the value of Gini coefficient in conventional community is smaller than that of network-based community. These results show that communal relations based on a network-based community is significant for the social reproduction and economic efficiency. However, in such an artificial society, the inequality is sacrificed.

  14. The Community Networking Handbook.

    ERIC Educational Resources Information Center

    Bajjaly, Stephen T.

    This publication outlines the complete community networking process: planning, developing partnerships, funding, marketing, content, public access, and evaluation, and discusses the variety of roles that the local public library can play in this process. Chapter One, "The Importance of Community Networking," describes the importance of community…

  15. Community detection in sequence similarity networks based on attribute clustering

    DOE PAGES

    Chowdhary, Janamejaya; Loeffler, Frank E.; Smith, Jeremy C.

    2017-07-24

    Networks are powerful tools for the presentation and analysis of interactions in multi-component systems. A commonly studied mesoscopic feature of networks is their community structure, which arises from grouping together similar nodes into one community and dissimilar nodes into separate communities. Here in this paper, the community structure of protein sequence similarity networks is determined with a new method: Attribute Clustering Dependent Communities (ACDC). Sequence similarity has hitherto typically been quantified by the alignment score or its expectation value. However, pair alignments with the same score or expectation value cannot thus be differentiated. To overcome this deficiency, the method constructs,more » for pair alignments, an extended alignment metric, the link attribute vector, which includes the score and other alignment characteristics. Rescaling components of the attribute vectors qualitatively identifies a systematic variation of sequence similarity within protein superfamilies. The problem of community detection is then mapped to clustering the link attribute vectors, selection of an optimal subset of links and community structure refinement based on the partition density of the network. ACDC-predicted communities are found to be in good agreement with gold standard sequence databases for which the "ground truth" community structures (or families) are known. ACDC is therefore a community detection method for sequence similarity networks based entirely on pair similarity information. A serial implementation of ACDC is available from https://cmb.ornl.gov/resources/developments« less

  16. Community detection in sequence similarity networks based on attribute clustering

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Chowdhary, Janamejaya; Loeffler, Frank E.; Smith, Jeremy C.

    Networks are powerful tools for the presentation and analysis of interactions in multi-component systems. A commonly studied mesoscopic feature of networks is their community structure, which arises from grouping together similar nodes into one community and dissimilar nodes into separate communities. Here in this paper, the community structure of protein sequence similarity networks is determined with a new method: Attribute Clustering Dependent Communities (ACDC). Sequence similarity has hitherto typically been quantified by the alignment score or its expectation value. However, pair alignments with the same score or expectation value cannot thus be differentiated. To overcome this deficiency, the method constructs,more » for pair alignments, an extended alignment metric, the link attribute vector, which includes the score and other alignment characteristics. Rescaling components of the attribute vectors qualitatively identifies a systematic variation of sequence similarity within protein superfamilies. The problem of community detection is then mapped to clustering the link attribute vectors, selection of an optimal subset of links and community structure refinement based on the partition density of the network. ACDC-predicted communities are found to be in good agreement with gold standard sequence databases for which the "ground truth" community structures (or families) are known. ACDC is therefore a community detection method for sequence similarity networks based entirely on pair similarity information. A serial implementation of ACDC is available from https://cmb.ornl.gov/resources/developments« less

  17. Finding overlapping communities in multilayer networks.

    PubMed

    Liu, Weiyi; Suzumura, Toyotaro; Ji, Hongyu; Hu, Guangmin

    2018-01-01

    Finding communities in multilayer networks is a vital step in understanding the structure and dynamics of these layers, where each layer represents a particular type of relationship between nodes in the natural world. However, most community discovery methods for multilayer networks may ignore the interplay between layers or the unique topological structure in a layer. Moreover, most of them can only detect non-overlapping communities. In this paper, we propose a new community discovery method for multilayer networks, which leverages the interplay between layers and the unique topology in a layer to reveal overlapping communities. Through a comprehensive analysis of edge behaviors within and across layers, we first calculate the similarities for edges from the same layer and the cross layers. Then, by leveraging these similarities, we can construct a dendrogram for the multilayer networks that takes both the unique topological structure and the important interplay into consideration. Finally, by introducing a new community density metric for multilayer networks, we can cut the dendrogram to get the overlapping communities for these layers. By applying our method on both synthetic and real-world datasets, we demonstrate that our method has an accurate performance in discovering overlapping communities in multilayer networks.

  18. Community Structure of a Bank-Firm Credit Network in Japan

    NASA Astrophysics Data System (ADS)

    Iyetomi, Hiroshi; Matsuura, Yuki

    2014-03-01

    We study temporal change of community structure in a Japanese credit network formed by banks and listed firms through their financial relations over the last 30 years. The credit connectedness is regarded as a potenital source of systemic risk. Our network is a bipartite graph consisting of two species of nodes connected with bidirectional links. The direction of links is identified with that of risk flows and their weights are relative credit/loan with respect to the targets. In a partial credit network obtained only with the links pointing from firms toward banks, the city banks forms one major community in most of the time period to share risk when firms go wrong. On the other hand, a partial network only with the links from banks toward firms is decomposed into communities of similar size each of which has its own city bank, reflecting the main-bank system in Japan. Finally we take overlapping parts of the two community sets to find cores of the risk concentration in the credit network. This work was supported by JSPS KAKENHI Grant Number 22300080.

  19. A network function-based definition of communities in complex networks.

    PubMed

    Chauhan, Sanjeev; Girvan, Michelle; Ott, Edward

    2012-09-01

    We consider an alternate definition of community structure that is functionally motivated. We define network community structure based on the function the network system is intended to perform. In particular, as a specific example of this approach, we consider communities whose function is enhanced by the ability to synchronize and/or by resilience to node failures. Previous work has shown that, in many cases, the largest eigenvalue of the network's adjacency matrix controls the onset of both synchronization and percolation processes. Thus, for networks whose functional performance is dependent on these processes, we propose a method that divides a given network into communities based on maximizing a function of the largest eigenvalues of the adjacency matrices of the resulting communities. We also explore the differences between the partitions obtained by our method and the modularity approach (which is based solely on consideration of network structure). We do this for several different classes of networks. We find that, in many cases, modularity-based partitions do almost as well as our function-based method in finding functional communities, even though modularity does not specifically incorporate consideration of function.

  20. Using Social Network Analysis to Evaluate Community Capacity Building of a Regional Community Cancer Network

    ERIC Educational Resources Information Center

    Luque, John; Tyson, Dinorah Martinez; Lee, Ji-Hyun; Gwede, Clement; Vadaparampil, Susan; Noel-Thomas, Shalewa; Meade, Cathy

    2010-01-01

    The Tampa Bay Community Cancer Network (TBCCN) is one of 25 Community Network Programs funded by the National Cancer Institute's (NCI's) Center to Reduce Cancer Health Disparities with the objectives to create a collaborative infrastructure of academic and community based organizations and to develop effective and sustainable interventions to…

  1. Introduction of digital object identifiers (DOI) for seismic networks

    NASA Astrophysics Data System (ADS)

    Evans, Peter; Strollo, Angelo; Clark, Adam; Ahern, Tim; Newman, Rob; Clinton, John; Pequegnat, Catherine; Pedersen, Helle

    2015-04-01

    Proper attribution for scientific source data is important in promoting transparency and recognising the role of data providers in science. Data sets such as those produced by seismic networks now need to be citable and permanently locatable for research users. Recently the EIDA and IRIS-DMC communities have worked together on development of methods for generation, maintenance and promotion of persistent identifiers for seismic networks. This resulted in a 2014 Recommendation by the International Federation of Digital Seismograph Networks (FDSN) on the use of Digital Object Identifiers (DOI) for seismic networks. These can be cited equivalently to scientific papers, and tools such as DataCite allow the tracking of citations to these datasets. The GEOFON, IRIS and RESIF data centres have now begun to roll-out of these seismic network DOIs. This has involved working with principal investigators to prepare metadata consistent with the FDSN recommendation, preparation of landing pages, and changes to the web sites to promote DOIs where available. This has involved preparing improved descriptions of the data (metadata) and clarifying how individuals and institutions should best be recognised for their contributions to making the data available. We illustrate this process for a few representative networks. We will be in contact with additional network operators to help them establish DOIs for their networks in future.

  2. Fluctuating interaction network and time-varying stability of a natural fish community

    NASA Astrophysics Data System (ADS)

    Ushio, Masayuki; Hsieh, Chih-Hao; Masuda, Reiji; Deyle, Ethan R.; Ye, Hao; Chang, Chun-Wei; Sugihara, George; Kondoh, Michio

    2018-02-01

    Ecological theory suggests that large-scale patterns such as community stability can be influenced by changes in interspecific interactions that arise from the behavioural and/or physiological responses of individual species varying over time. Although this theory has experimental support, evidence from natural ecosystems is lacking owing to the challenges of tracking rapid changes in interspecific interactions (known to occur on timescales much shorter than a generation time) and then identifying the effect of such changes on large-scale community dynamics. Here, using tools for analysing nonlinear time series and a 12-year-long dataset of fortnightly collected observations on a natural marine fish community in Maizuru Bay, Japan, we show that short-term changes in interaction networks influence overall community dynamics. Among the 15 dominant species, we identify 14 interspecific interactions to construct a dynamic interaction network. We show that the strengths, and even types, of interactions change with time; we also develop a time-varying stability measure based on local Lyapunov stability for attractor dynamics in non-equilibrium nonlinear systems. We use this dynamic stability measure to examine the link between the time-varying interaction network and community stability. We find seasonal patterns in dynamic stability for this fish community that broadly support expectations of current ecological theory. Specifically, the dominance of weak interactions and higher species diversity during summer months are associated with higher dynamic stability and smaller population fluctuations. We suggest that interspecific interactions, community network structure and community stability are dynamic properties, and that linking fluctuating interaction networks to community-level dynamic properties is key to understanding the maintenance of ecological communities in nature.

  3. Leveraging health social networking communities in translational research.

    PubMed

    Webster, Yue W; Dow, Ernst R; Koehler, Jacob; Gudivada, Ranga C; Palakal, Mathew J

    2011-08-01

    Health social networking communities are emerging resources for translational research. We have designed and implemented a framework called HyGen, which combines Semantic Web technologies, graph algorithms and user profiling to discover and prioritize novel associations across disciplines. This manuscript focuses on the key strategies developed to overcome the challenges in handling patient-generated content in Health social networking communities. Heuristic and quantitative evaluations were carried out in colorectal cancer. The results demonstrate the potential of our approach to bridge silos and to identify hidden links among clinical observations, drugs, genes and diseases. In Amyotrophic Lateral Sclerosis case studies, HyGen has identified 15 of the 20 published disease genes. Additionally, HyGen has highlighted new candidates for future investigations, as well as a scientifically meaningful connection between riluzole and alcohol abuse. Copyright © 2011 Elsevier Inc. All rights reserved.

  4. Think locally, act locally: detection of small, medium-sized, and large communities in large networks.

    PubMed

    Jeub, Lucas G S; Balachandran, Prakash; Porter, Mason A; Mucha, Peter J; Mahoney, Michael W

    2015-01-01

    It is common in the study of networks to investigate intermediate-sized (or "meso-scale") features to try to gain an understanding of network structure and function. For example, numerous algorithms have been developed to try to identify "communities," which are typically construed as sets of nodes with denser connections internally than with the remainder of a network. In this paper, we adopt a complementary perspective that communities are associated with bottlenecks of locally biased dynamical processes that begin at seed sets of nodes, and we employ several different community-identification procedures (using diffusion-based and geodesic-based dynamics) to investigate community quality as a function of community size. Using several empirical and synthetic networks, we identify several distinct scenarios for "size-resolved community structure" that can arise in real (and realistic) networks: (1) the best small groups of nodes can be better than the best large groups (for a given formulation of the idea of a good community); (2) the best small groups can have a quality that is comparable to the best medium-sized and large groups; and (3) the best small groups of nodes can be worse than the best large groups. As we discuss in detail, which of these three cases holds for a given network can make an enormous difference when investigating and making claims about network community structure, and it is important to take this into account to obtain reliable downstream conclusions. Depending on which scenario holds, one may or may not be able to successfully identify "good" communities in a given network (and good communities might not even exist for a given community quality measure), the manner in which different small communities fit together to form meso-scale network structures can be very different, and processes such as viral propagation and information diffusion can exhibit very different dynamics. In addition, our results suggest that, for many large realistic

  5. Think locally, act locally: Detection of small, medium-sized, and large communities in large networks

    NASA Astrophysics Data System (ADS)

    Jeub, Lucas G. S.; Balachandran, Prakash; Porter, Mason A.; Mucha, Peter J.; Mahoney, Michael W.

    2015-01-01

    It is common in the study of networks to investigate intermediate-sized (or "meso-scale") features to try to gain an understanding of network structure and function. For example, numerous algorithms have been developed to try to identify "communities," which are typically construed as sets of nodes with denser connections internally than with the remainder of a network. In this paper, we adopt a complementary perspective that communities are associated with bottlenecks of locally biased dynamical processes that begin at seed sets of nodes, and we employ several different community-identification procedures (using diffusion-based and geodesic-based dynamics) to investigate community quality as a function of community size. Using several empirical and synthetic networks, we identify several distinct scenarios for "size-resolved community structure" that can arise in real (and realistic) networks: (1) the best small groups of nodes can be better than the best large groups (for a given formulation of the idea of a good community); (2) the best small groups can have a quality that is comparable to the best medium-sized and large groups; and (3) the best small groups of nodes can be worse than the best large groups. As we discuss in detail, which of these three cases holds for a given network can make an enormous difference when investigating and making claims about network community structure, and it is important to take this into account to obtain reliable downstream conclusions. Depending on which scenario holds, one may or may not be able to successfully identify "good" communities in a given network (and good communities might not even exist for a given community quality measure), the manner in which different small communities fit together to form meso-scale network structures can be very different, and processes such as viral propagation and information diffusion can exhibit very different dynamics. In addition, our results suggest that, for many large realistic

  6. Mapping U.S. cattle shipment networks: Spatial and temporal patterns of trade communities from 2009 to 2011.

    PubMed

    Gorsich, Erin E; Luis, Angela D; Buhnerkempe, Michael G; Grear, Daniel A; Portacci, Katie; Miller, Ryan S; Webb, Colleen T

    2016-11-01

    The application of network analysis to cattle shipments broadens our understanding of shipment patterns beyond pairwise interactions to the network as a whole. Such a quantitative description of cattle shipments in the U.S. can identify trade communities, describe temporal shipment patterns, and inform the design of disease surveillance and control strategies. Here, we analyze a longitudinal dataset of beef and dairy cattle shipments from 2009 to 2011 in the United States to characterize communities within the broader cattle shipment network, which are groups of counties that ship mostly to each other. Because shipments occur over time, we aggregate the data at various temporal scales to examine the consistency of network and community structure over time. Our results identified nine large (>50 counties) communities based on shipments of beef cattle in 2009 aggregated into an annual network and nine large communities based on shipments of dairy cattle. The size and connectance of the shipment network was highly dynamic; monthly networks were smaller than yearly networks and revealed seasonal shipment patterns consistent across years. Comparison of the shipment network over time showed largely consistent shipping patterns, such that communities identified on annual networks of beef and diary shipments from 2009 still represented 41-95% of shipments in monthly networks from 2009 and 41-66% of shipments from networks in 2010 and 2011. The temporal aspects of cattle shipments suggest that future applications of the U.S. cattle shipment network should consider seasonal shipment patterns. However, the consistent within-community shipping patterns indicate that yearly communities could provide a reasonable way to group regions for management. Copyright © 2016 Elsevier B.V. All rights reserved.

  7. Finding overlapping communities in multilayer networks

    PubMed Central

    Liu, Weiyi; Suzumura, Toyotaro; Ji, Hongyu; Hu, Guangmin

    2018-01-01

    Finding communities in multilayer networks is a vital step in understanding the structure and dynamics of these layers, where each layer represents a particular type of relationship between nodes in the natural world. However, most community discovery methods for multilayer networks may ignore the interplay between layers or the unique topological structure in a layer. Moreover, most of them can only detect non-overlapping communities. In this paper, we propose a new community discovery method for multilayer networks, which leverages the interplay between layers and the unique topology in a layer to reveal overlapping communities. Through a comprehensive analysis of edge behaviors within and across layers, we first calculate the similarities for edges from the same layer and the cross layers. Then, by leveraging these similarities, we can construct a dendrogram for the multilayer networks that takes both the unique topological structure and the important interplay into consideration. Finally, by introducing a new community density metric for multilayer networks, we can cut the dendrogram to get the overlapping communities for these layers. By applying our method on both synthetic and real-world datasets, we demonstrate that our method has an accurate performance in discovering overlapping communities in multilayer networks. PMID:29694387

  8. Identifying influencers from sampled social networks

    NASA Astrophysics Data System (ADS)

    Tsugawa, Sho; Kimura, Kazuma

    2018-10-01

    Identifying influencers who can spread information to many other individuals from a social network is a fundamental research task in the network science research field. Several measures for identifying influencers have been proposed, and the effectiveness of these influence measures has been evaluated for the case where the complete social network structure is known. However, it is difficult in practice to obtain the complete structure of a social network because of missing data, false data, or node/link sampling from the social network. In this paper, we investigate the effects of node sampling from a social network on the effectiveness of influence measures at identifying influencers. Our experimental results show that the negative effect of biased sampling, such as sample edge count, on the identification of influencers is generally small. For social media networks, we can identify influencers whose influence is comparable with that of those identified from the complete social networks by sampling only 10%-30% of the networks. Moreover, our results also suggest the possible benefit of network sampling in the identification of influencers. Our results show that, for some networks, nodes with higher influence can be discovered from sampled social networks than from complete social networks.

  9. A local immunization strategy for networks with overlapping community structure

    NASA Astrophysics Data System (ADS)

    Taghavian, Fatemeh; Salehi, Mostafa; Teimouri, Mehdi

    2017-02-01

    Since full coverage treatment is not feasible due to limited resources, we need to utilize an immunization strategy to effectively distribute the available vaccines. On the other hand, the structure of contact network among people has a significant impact on epidemics of infectious diseases (such as SARS and influenza) in a population. Therefore, network-based immunization strategies aim to reduce the spreading rate by removing the vaccinated nodes from contact network. Such strategies try to identify more important nodes in epidemics spreading over a network. In this paper, we address the effect of overlapping nodes among communities on epidemics spreading. The proposed strategy is an optimized random-walk based selection of these nodes. The whole process is local, i.e. it requires contact network information in the level of nodes. Thus, it is applicable to large-scale and unknown networks in which the global methods usually are unrealizable. Our simulation results on different synthetic and real networks show that the proposed method outperforms the existing local methods in most cases. In particular, for networks with strong community structures, high overlapping membership of nodes or small size communities, the proposed method shows better performance.

  10. Identifying hidden sexual bridging communities in Chicago.

    PubMed

    Youm, Yoosik; Mackesy-Amiti, Mary Ellen; Williams, Chyvette T; Ouellet, Lawrence J

    2009-07-01

    Bridge populations can play a central role in the spread of human immunodeficiency virus (HIV) by providing transmission links between higher and lower prevalence populations. While social network methods are well suited to the study of bridge populations, analyses tend to focus on dyads (i.e., risk between drug and/or sex partners) and ignore bridges between distinct subpopulations. This study takes initial steps toward moving the analysis of sexual network linkages beyond individual and risk group levels to a community level in which Chicago's 77 community areas are examined as subpopulations for the purpose of identifying potential bridging communities. Of particular interest are "hidden" bridging communities; that is, areas with above-average levels of sexual ties with other areas but whose below-average AIDS prevalence may hide their potential importance for HIV prevention. Data for this analysis came from the first wave of recruiting at the Chicago Sexual Acquisition and Transmission of HIV Cooperative Agreement Program site. Between August 2005 through October 2006, respondent-driven sampling was used to recruit users of heroin, cocaine, or methamphetamine, men who have sex with men regardless of drug use, the sex partners of these two groups, and sex partners of the sex partners. In this cross-sectional study of the sexual transmission of HIV, participants completed a network-focused computer-assisted self-administered interview, which included questions about the geographic locations of sexual contacts with up to six recent partners. Bridging scores for each area were determined using a matrix representing Chicago's 77 community areas and were assessed using two measures: non-redundant ties and flow betweenness. Bridging measures and acquired immunodeficiency syndrome (AIDS) case prevalence rates were plotted for each community area on charts representing four conditions: below-average bridging and AIDS prevalence, below-average bridging and above

  11. Epidemic spreading on complex networks with community structures

    PubMed Central

    Stegehuis, Clara; van der Hofstad, Remco; van Leeuwaarden, Johan S. H.

    2016-01-01

    Many real-world networks display a community structure. We study two random graph models that create a network with similar community structure as a given network. One model preserves the exact community structure of the original network, while the other model only preserves the set of communities and the vertex degrees. These models show that community structure is an important determinant of the behavior of percolation processes on networks, such as information diffusion or virus spreading: the community structure can both enforce as well as inhibit diffusion processes. Our models further show that it is the mesoscopic set of communities that matters. The exact internal structures of communities barely influence the behavior of percolation processes across networks. This insensitivity is likely due to the relative denseness of the communities. PMID:27440176

  12. Efficient discovery of overlapping communities in massive networks

    PubMed Central

    Gopalan, Prem K.; Blei, David M.

    2013-01-01

    Detecting overlapping communities is essential to analyzing and exploring natural networks such as social networks, biological networks, and citation networks. However, most existing approaches do not scale to the size of networks that we regularly observe in the real world. In this paper, we develop a scalable approach to community detection that discovers overlapping communities in massive real-world networks. Our approach is based on a Bayesian model of networks that allows nodes to participate in multiple communities, and a corresponding algorithm that naturally interleaves subsampling from the network and updating an estimate of its communities. We demonstrate how we can discover the hidden community structure of several real-world networks, including 3.7 million US patents, 575,000 physics articles from the arXiv preprint server, and 875,000 connected Web pages from the Internet. Furthermore, we demonstrate on large simulated networks that our algorithm accurately discovers the true community structure. This paper opens the door to using sophisticated statistical models to analyze massive networks. PMID:23950224

  13. Community networks in chronic disease management.

    PubMed

    Pyne, Diane

    2009-01-01

    Community networks are being established as part of the Chronic Disease Management program in Edmonton, Alberta. These networks are programs and services from profit and not-for-profit organizations that support people with chronic conditions to address lifestyle choices and issues. Evidence-informed standards and criteria have been developed that have to be met to belong to such a network. The community network approach is developing a "community" of resources that are available and committed to assist healthcare professionals and the public with health promotion for people with chronic conditions.

  14. Think Locally, Act Locally: The Detection of Small, Medium-Sized, and Large Communities in Large Networks

    PubMed Central

    Jeub, Lucas G. S.; Balachandran, Prakash; Porter, Mason A.; Mucha, Peter J.; Mahoney, Michael W.

    2016-01-01

    It is common in the study of networks to investigate intermediate-sized (or “meso-scale”) features to try to gain an understanding of network structure and function. For example, numerous algorithms have been developed to try to identifycommunities,” which are typically construed as sets of nodes with denser connections internally than with the remainder of a network. In this paper, we adopt a complementary perspective that “communities” are associated with bottlenecks of locally-biased dynamical processes that begin at seed sets of nodes, and we employ several different community-identification procedures (using diffusion-based and geodesic-based dynamics) to investigate community quality as a function of community size. Using several empirical and synthetic networks, we identify several distinct scenarios for “size-resolved community structure” that can arise in real (and realistic) networks: (i) the best small groups of nodes can be better than the best large groups (for a given formulation of the idea of a good community); (ii) the best small groups can have a quality that is comparable to the best medium-sized and large groups; and (iii) the best small groups of nodes can be worse than the best large groups. As we discuss in detail, which of these three cases holds for a given network can make an enormous difference when investigating and making claims about network community structure, and it is important to take this into account to obtain reliable downstream conclusions. Depending on which scenario holds, one may or may not be able to successfully identify “good” communities in a given network (and good communities might not even exist for a given community quality measure), the manner in which different small communities fit together to form meso-scale network structures can be very different, and processes such as viral propagation and information diffusion can exhibit very different dynamics. In addition, our results suggest that

  15. Clustering analysis of water distribution systems: identifying critical components and community impacts.

    PubMed

    Diao, K; Farmani, R; Fu, G; Astaraie-Imani, M; Ward, S; Butler, D

    2014-01-01

    Large water distribution systems (WDSs) are networks with both topological and behavioural complexity. Thereby, it is usually difficult to identify the key features of the properties of the system, and subsequently all the critical components within the system for a given purpose of design or control. One way is, however, to more explicitly visualize the network structure and interactions between components by dividing a WDS into a number of clusters (subsystems). Accordingly, this paper introduces a clustering strategy that decomposes WDSs into clusters with stronger internal connections than external connections. The detected cluster layout is very similar to the community structure of the served urban area. As WDSs may expand along with urban development in a community-by-community manner, the correspondingly formed distribution clusters may reveal some crucial configurations of WDSs. For verification, the method is applied to identify all the critical links during firefighting for the vulnerability analysis of a real-world WDS. Moreover, both the most critical pipes and clusters are addressed, given the consequences of pipe failure. Compared with the enumeration method, the method used in this study identifies the same group of the most critical components, and provides similar criticality prioritizations of them in a more computationally efficient time.

  16. Social network analysis of stakeholder networks from two community-based obesity prevention interventions

    PubMed Central

    Nichols, Melanie; Korn, Ariella; Millar, Lynne; Marks, Jennifer; Sanigorski, Andrew; Pachucki, Mark; Swinburn, Boyd; Allender, Steven; Economos, Christina

    2018-01-01

    characteristics between a sub-set of stakeholders appeared to be supportive of diffused communication. Future work should prospectively examine stakeholder network structures in a heterogeneous sample of community-based interventions to identify elements most strongly associated with intervention effectiveness. PMID:29702660

  17. Identifying changes in the support networks of end-of-life carers using social network analysis

    PubMed Central

    Leonard, Rosemary; Horsfall, Debbie; Noonan, Kerrie

    2015-01-01

    End-of-life caring is often associated with reduced social networks for both the dying person and for the carer. However, those adopting a community participation and development approach, see the potential for the expansion and strengthening of networks. This paper uses Knox, Savage and Harvey's definitions of three generations social network analysis to analyse the caring networks of people with a terminal illness who are being cared for at home and identifies changes in these caring networks that occurred over the period of caring. Participatory network mapping of initial and current networks was used in nine focus groups. The analysis used key concepts from social network analysis (size, density, transitivity, betweenness and local clustering) together with qualitative analyses of the group's reflections on the maps. The results showed an increase in the size of the networks and that ties between the original members of the network strengthened. The qualitative data revealed the importance between core and peripheral network members and the diverse contributions of the network members. The research supports the value of third generation social network analysis and the potential for end-of-life caring to build social capital. PMID:24644162

  18. Effects of multiple spreaders in community networks

    NASA Astrophysics Data System (ADS)

    Hu, Zhao-Long; Ren, Zhuo-Ming; Yang, Guang-Yong; Liu, Jian-Guo

    2014-12-01

    Human contact networks exhibit the community structure. Understanding how such community structure affects the epidemic spreading could provide insights for preventing the spreading of epidemics between communities. In this paper, we explore the spreading of multiple spreaders in community networks. A network based on the clustering preferential mechanism is evolved, whose communities are detected by the Girvan-Newman (GN) algorithm. We investigate the spreading effectiveness by selecting the nodes as spreaders in the following ways: nodes with the largest degree in each community (community hubs), the same number of nodes with the largest degree from the global network (global large-degree) and randomly selected one node within each community (community random). The experimental results on the SIR model show that the spreading effectiveness based on the global large-degree and community hubs methods is the same in the early stage of the infection and the method of community random is the worst. However, when the infection rate exceeds the critical value, the global large-degree method embodies the worst spreading effectiveness. Furthermore, the discrepancy of effectiveness for the three methods will decrease as the infection rate increases. Therefore, we should immunize the hubs in each community rather than those hubs in the global network to prevent the outbreak of epidemics.

  19. Network communities within and across borders.

    PubMed

    Cerina, Federica; Chessa, Alessandro; Pammolli, Fabio; Riccaboni, Massimo

    2014-04-01

    We investigate the impact of borders on the topology of spatially embedded networks. Indeed territorial subdivisions and geographical borders significantly hamper the geographical span of networks thus playing a key role in the formation of network communities. This is especially important in scientific and technological policy-making, highlighting the interplay between pressure for the internationalization to lead towards a global innovation system and the administrative borders imposed by the national and regional institutions. In this study we introduce an outreach index to quantify the impact of borders on the community structure and apply it to the case of the European and US patent co-inventors networks. We find that (a) the US connectivity decays as a power of distance, whereas we observe a faster exponential decay for Europe; (b) European network communities essentially correspond to nations and contiguous regions while US communities span multiple states across the whole country without any characteristic geographic scale. We confirm our findings by means of a set of simulations aimed at exploring the relationship between different patterns of cross-border community structures and the outreach index.

  20. Social networks and community prevention coalitions.

    PubMed

    Feinberg, Mark E; Riggs, Nathaniel R; Greenberg, Mark T

    2005-07-01

    This study investigates the links between community readiness and the social networks among participants in Communities That Care (CTC), community-based prevention coalitions. The coalitions targeted adolescent behavior problems through community risk factor assessments, prioritization of risk factors, and selection/implementation of corresponding evidence-based family, school, and community programs. Key leaders (n = 219) in 23 new CTC sites completed questionnaires focusing on community readiness to implement CTC and the respondents' personal, work, and social organization links to other key leaders in the community. Outside technical assistants also completed ratings of each community's readiness and early CTC functioning. Measures of network cohesion/integration were positively associated with readiness, while centralization was negatively associated. These results suggest that non-centralized networks in which ties between members are close and direct may be an indicator of community readiness. In addition, we found different associations between readiness and different domains of social relations. EDITORS' STRATEGIC IMPLICATIONS: The authors present the promising practice of using social network analysis to characterize the functioning of local prevention coalitions and their readiness to implement a community-based prevention initiative. Researchers and community planners will benefit from the lessons in this article, which capitalizes on a large sample and multiple informants. This work raises interesting questions about how to combine the promotion of coalition functioning while simultaneously encouraging diversity of coalition membership.

  1. Simulating Social Networks of Online Communities: Simulation as a Method for Sociability Design

    NASA Astrophysics Data System (ADS)

    Ang, Chee Siang; Zaphiris, Panayiotis

    We propose the use of social simulations to study and support the design of online communities. In this paper, we developed an Agent-Based Model (ABM) to simulate and study the formation of social networks in a Massively Multiplayer Online Role Playing Game (MMORPG) guild community. We first analyzed the activities and the social network (who-interacts-with-whom) of an existing guild community to identify its interaction patterns and characteristics. Then, based on the empirical results, we derived and formalized the interaction rules, which were implemented in our simulation. Using the simulation, we reproduced the observed social network of the guild community as a means of validation. The simulation was then used to examine how various parameters of the community (e.g. the level of activity, the number of neighbors of each agent, etc) could potentially influence the characteristic of the social networks.

  2. Network community-based model reduction for vortical flows

    NASA Astrophysics Data System (ADS)

    Gopalakrishnan Meena, Muralikrishnan; Nair, Aditya G.; Taira, Kunihiko

    2018-06-01

    A network community-based reduced-order model is developed to capture key interactions among coherent structures in high-dimensional unsteady vortical flows. The present approach is data-inspired and founded on network-theoretic techniques to identify important vortical communities that are comprised of vortical elements that share similar dynamical behavior. The overall interaction-based physics of the high-dimensional flow field is distilled into the vortical community centroids, considerably reducing the system dimension. Taking advantage of these vortical interactions, the proposed methodology is applied to formulate reduced-order models for the inter-community dynamics of vortical flows, and predict lift and drag forces on bodies in wake flows. We demonstrate the capabilities of these models by accurately capturing the macroscopic dynamics of a collection of discrete point vortices, and the complex unsteady aerodynamic forces on a circular cylinder and an airfoil with a Gurney flap. The present formulation is found to be robust against simulated experimental noise and turbulence due to its integrating nature of the system reduction.

  3. Finding Statistically Significant Communities in Networks

    PubMed Central

    Lancichinetti, Andrea; Radicchi, Filippo; Ramasco, José J.; Fortunato, Santo

    2011-01-01

    Community structure is one of the main structural features of networks, revealing both their internal organization and the similarity of their elementary units. Despite the large variety of methods proposed to detect communities in graphs, there is a big need for multi-purpose techniques, able to handle different types of datasets and the subtleties of community structure. In this paper we present OSLOM (Order Statistics Local Optimization Method), the first method capable to detect clusters in networks accounting for edge directions, edge weights, overlapping communities, hierarchies and community dynamics. It is based on the local optimization of a fitness function expressing the statistical significance of clusters with respect to random fluctuations, which is estimated with tools of Extreme and Order Statistics. OSLOM can be used alone or as a refinement procedure of partitions/covers delivered by other techniques. We have also implemented sequential algorithms combining OSLOM with other fast techniques, so that the community structure of very large networks can be uncovered. Our method has a comparable performance as the best existing algorithms on artificial benchmark graphs. Several applications on real networks are shown as well. OSLOM is implemented in a freely available software (http://www.oslom.org), and we believe it will be a valuable tool in the analysis of networks. PMID:21559480

  4. The development of a network for community-based obesity prevention: the CO-OPS Collaboration

    PubMed Central

    2011-01-01

    Background Community-based interventions are a promising approach and an important component of a comprehensive response to obesity. In this paper we describe the Collaboration of COmmunity-based Obesity Prevention Sites (CO-OPS Collaboration) in Australia as an example of a collaborative network to enhance the quality and quantity of obesity prevention action at the community level. The core aims of the CO-OPS Collaboration are to: identify and analyse the lessons learned from a range of community-based initiatives aimed at tackling obesity, and; to identify the elements that make community-based obesity prevention initiatives successful and share the knowledge gained with other communities. Methods Key activities of the collaboration to date have included the development of a set of Best Practice Principles and knowledge translation and exchange activities to promote the application (or use) of evidence, evaluation and analysis in practice. Results The establishment of the CO-OPS Collaboration is a significant step toward strengthening action in this area, by bringing together research, practice and policy expertise to promote best practice, high quality evaluation and knowledge translation and exchange. Future development of the network should include facilitation of further evidence generation and translation drawing from process, impact and outcome evaluation of existing community-based interventions. Conclusions The lessons presented in this paper may help other networks like CO-OPS as they emerge around the globe. It is important that networks integrate with each other and share the experience of creating these networks. PMID:21349185

  5. Finding community structure in very large networks

    NASA Astrophysics Data System (ADS)

    Clauset, Aaron; Newman, M. E. J.; Moore, Cristopher

    2004-12-01

    The discovery and analysis of community structure in networks is a topic of considerable recent interest within the physics community, but most methods proposed so far are unsuitable for very large networks because of their computational cost. Here we present a hierarchical agglomeration algorithm for detecting community structure which is faster than many competing algorithms: its running time on a network with n vertices and m edges is O(mdlogn) where d is the depth of the dendrogram describing the community structure. Many real-world networks are sparse and hierarchical, with mtilde n and dtilde logn , in which case our algorithm runs in essentially linear time, O(nlog2n) . As an example of the application of this algorithm we use it to analyze a network of items for sale on the web site of a large on-line retailer, items in the network being linked if they are frequently purchased by the same buyer. The network has more than 400 000 vertices and 2×106 edges. We show that our algorithm can extract meaningful communities from this network, revealing large-scale patterns present in the purchasing habits of customers.

  6. Approximation of Nash equilibria and the network community structure detection problem

    PubMed Central

    2017-01-01

    Game theory based methods designed to solve the problem of community structure detection in complex networks have emerged in recent years as an alternative to classical and optimization based approaches. The Mixed Nash Extremal Optimization uses a generative relation for the characterization of Nash equilibria to identify the community structure of a network by converting the problem into a non-cooperative game. This paper proposes a method to enhance this algorithm by reducing the number of payoff function evaluations. Numerical experiments performed on synthetic and real-world networks show that this approach is efficient, with results better or just as good as other state-of-the-art methods. PMID:28467496

  7. Microbiome Networks: A Systems Framework for Identifying Candidate Microbial Assemblages for Disease Management.

    PubMed

    Poudel, R; Jumpponen, A; Schlatter, D C; Paulitz, T C; Gardener, B B McSpadden; Kinkel, L L; Garrett, K A

    2016-10-01

    Network models of soil and plant microbiomes provide new opportunities for enhancing disease management, but also challenges for interpretation. We present a framework for interpreting microbiome networks, illustrating how observed network structures can be used to generate testable hypotheses about candidate microbes affecting plant health. The framework includes four types of network analyses. "General network analysis" identifies candidate taxa for maintaining an existing microbial community. "Host-focused analysis" includes a node representing a plant response such as yield, identifying taxa with direct or indirect associations with that node. "Pathogen-focused analysis" identifies taxa with direct or indirect associations with taxa known a priori as pathogens. "Disease-focused analysis" identifies taxa associated with disease. Positive direct or indirect associations with desirable outcomes, or negative associations with undesirable outcomes, indicate candidate taxa. Network analysis provides characterization not only of taxa with direct associations with important outcomes such as disease suppression, biofertilization, or expression of plant host resistance, but also taxa with indirect associations via their association with other key taxa. We illustrate the interpretation of network structure with analyses of microbiomes in the oak phyllosphere, and in wheat rhizosphere and bulk soil associated with the presence or absence of infection by Rhizoctonia solani.

  8. Finding and testing network communities by lumped Markov chains.

    PubMed

    Piccardi, Carlo

    2011-01-01

    Identifying communities (or clusters), namely groups of nodes with comparatively strong internal connectivity, is a fundamental task for deeply understanding the structure and function of a network. Yet, there is a lack of formal criteria for defining communities and for testing their significance. We propose a sharp definition that is based on a quality threshold. By means of a lumped Markov chain model of a random walker, a quality measure called "persistence probability" is associated to a cluster, which is then defined as an "α-community" if such a probability is not smaller than α. Consistently, a partition composed of α-communities is an "α-partition." These definitions turn out to be very effective for finding and testing communities. If a set of candidate partitions is available, setting the desired α-level allows one to immediately select the α-partition with the finest decomposition. Simultaneously, the persistence probabilities quantify the quality of each single community. Given its ability in individually assessing each single cluster, this approach can also disclose single well-defined communities even in networks that overall do not possess a definite clusterized structure.

  9. Network communities within and across borders

    PubMed Central

    Cerina, Federica; Chessa, Alessandro; Pammolli, Fabio; Riccaboni, Massimo

    2014-01-01

    We investigate the impact of borders on the topology of spatially embedded networks. Indeed territorial subdivisions and geographical borders significantly hamper the geographical span of networks thus playing a key role in the formation of network communities. This is especially important in scientific and technological policy-making, highlighting the interplay between pressure for the internationalization to lead towards a global innovation system and the administrative borders imposed by the national and regional institutions. In this study we introduce an outreach index to quantify the impact of borders on the community structure and apply it to the case of the European and US patent co-inventors networks. We find that (a) the US connectivity decays as a power of distance, whereas we observe a faster exponential decay for Europe; (b) European network communities essentially correspond to nations and contiguous regions while US communities span multiple states across the whole country without any characteristic geographic scale. We confirm our findings by means of a set of simulations aimed at exploring the relationship between different patterns of cross-border community structures and the outreach index. PMID:24686380

  10. Providing interoperability of eHealth communities through peer-to-peer networks.

    PubMed

    Kilic, Ozgur; Dogac, Asuman; Eichelberg, Marco

    2010-05-01

    Providing an interoperability infrastructure for Electronic Healthcare Records (EHRs) is on the agenda of many national and regional eHealth initiatives. Two important integration profiles have been specified for this purpose, namely, the "Integrating the Healthcare Enterprise (IHE) Cross-enterprise Document Sharing (XDS)" and the "IHE Cross Community Access (XCA)." IHE XDS describes how to share EHRs in a community of healthcare enterprises and IHE XCA describes how EHRs are shared across communities. However, the current version of the IHE XCA integration profile does not address some of the important challenges of cross-community exchange environments. The first challenge is scalability. If every community that joins the network needs to connect to every other community, i.e., a pure peer-to-peer network, this solution will not scale. Furthermore, each community may use a different coding vocabulary for the same metadata attribute, in which case, the target community cannot interpret the query involving such an attribute. Yet another important challenge is that each community may (and typically will) have a different patient identifier domain. Querying for the patient identifiers in the target community using patient demographic data may create patient privacy concerns. In this paper, we address each of these challenges and show how they can be handled effectively in a superpeer-based peer-to-peer architecture.

  11. Detecting community structure via the maximal sub-graphs and belonging degrees in complex networks

    NASA Astrophysics Data System (ADS)

    Cui, Yaozu; Wang, Xingyuan; Eustace, Justine

    2014-12-01

    Community structure is a common phenomenon in complex networks, and it has been shown that some communities in complex networks often overlap each other. So in this paper we propose a new algorithm to detect overlapping community structure in complex networks. To identify the overlapping community structure, our algorithm firstly extracts fully connected sub-graphs which are maximal sub-graphs from original networks. Then two maximal sub-graphs having the key pair-vertices can be merged into a new larger sub-graph using some belonging degree functions. Furthermore we extend the modularity function to evaluate the proposed algorithm. In addition, overlapping nodes between communities are founded successfully. Finally we report the comparison between the modularity and the computational complexity of the proposed algorithm with some other existing algorithms. The experimental results show that the proposed algorithm gives satisfactory results.

  12. Emergence of communities and diversity in social networks

    PubMed Central

    Han, Xiao; Cao, Shinan; Shen, Zhesi; Zhang, Boyu; Wang, Wen-Xu; Cressman, Ross

    2017-01-01

    Communities are common in complex networks and play a significant role in the functioning of social, biological, economic, and technological systems. Despite widespread interest in detecting community structures in complex networks and exploring the effect of communities on collective dynamics, a deep understanding of the emergence and prevalence of communities in social networks is still lacking. Addressing this fundamental problem is of paramount importance in understanding, predicting, and controlling a variety of collective behaviors in society. An elusive question is how communities with common internal properties arise in social networks with great individual diversity. Here, we answer this question using the ultimatum game, which has been a paradigm for characterizing altruism and fairness. We experimentally show that stable local communities with different internal agreements emerge spontaneously and induce social diversity into networks, which is in sharp contrast to populations with random interactions. Diverse communities and social norms come from the interaction between responders with inherent heterogeneous demands and rational proposers via local connections, where the former eventually become the community leaders. This result indicates that networks are significant in the emergence and stabilization of communities and social diversity. Our experimental results also provide valuable information about strategies for developing network models and theories of evolutionary games and social dynamics. PMID:28235785

  13. Emergence of communities and diversity in social networks.

    PubMed

    Han, Xiao; Cao, Shinan; Shen, Zhesi; Zhang, Boyu; Wang, Wen-Xu; Cressman, Ross; Stanley, H Eugene

    2017-03-14

    Communities are common in complex networks and play a significant role in the functioning of social, biological, economic, and technological systems. Despite widespread interest in detecting community structures in complex networks and exploring the effect of communities on collective dynamics, a deep understanding of the emergence and prevalence of communities in social networks is still lacking. Addressing this fundamental problem is of paramount importance in understanding, predicting, and controlling a variety of collective behaviors in society. An elusive question is how communities with common internal properties arise in social networks with great individual diversity. Here, we answer this question using the ultimatum game, which has been a paradigm for characterizing altruism and fairness. We experimentally show that stable local communities with different internal agreements emerge spontaneously and induce social diversity into networks, which is in sharp contrast to populations with random interactions. Diverse communities and social norms come from the interaction between responders with inherent heterogeneous demands and rational proposers via local connections, where the former eventually become the community leaders. This result indicates that networks are significant in the emergence and stabilization of communities and social diversity. Our experimental results also provide valuable information about strategies for developing network models and theories of evolutionary games and social dynamics.

  14. An ant colony based algorithm for overlapping community detection in complex networks

    NASA Astrophysics Data System (ADS)

    Zhou, Xu; Liu, Yanheng; Zhang, Jindong; Liu, Tuming; Zhang, Di

    2015-06-01

    Community detection is of great importance to understand the structures and functions of networks. Overlap is a significant feature of networks and overlapping community detection has attracted an increasing attention. Many algorithms have been presented to detect overlapping communities. In this paper, we present an ant colony based overlapping community detection algorithm which mainly includes ants' location initialization, ants' movement and post processing phases. An ants' location initialization strategy is designed to identify initial location of ants and initialize label list stored in each node. During the ants' movement phase, the entire ants move according to the transition probability matrix, and a new heuristic information computation approach is redefined to measure similarity between two nodes. Every node keeps a label list through the cooperation made by ants until a termination criterion is reached. A post processing phase is executed on the label list to get final overlapping community structure naturally. We illustrate the capability of our algorithm by making experiments on both synthetic networks and real world networks. The results demonstrate that our algorithm will have better performance in finding overlapping communities and overlapping nodes in synthetic datasets and real world datasets comparing with state-of-the-art algorithms.

  15. Towards Online Multiresolution Community Detection in Large-Scale Networks

    PubMed Central

    Huang, Jianbin; Sun, Heli; Liu, Yaguang; Song, Qinbao; Weninger, Tim

    2011-01-01

    The investigation of community structure in networks has aroused great interest in multiple disciplines. One of the challenges is to find local communities from a starting vertex in a network without global information about the entire network. Many existing methods tend to be accurate depending on a priori assumptions of network properties and predefined parameters. In this paper, we introduce a new quality function of local community and present a fast local expansion algorithm for uncovering communities in large-scale networks. The proposed algorithm can detect multiresolution community from a source vertex or communities covering the whole network. Experimental results show that the proposed algorithm is efficient and well-behaved in both real-world and synthetic networks. PMID:21887325

  16. Community Attachment and Satisfaction: The Role of a Community's Social Network Structure

    ERIC Educational Resources Information Center

    Crowe, Jessica

    2010-01-01

    This paper links the micro and macro levels of analysis by examining how different aspects of community sentiment are affected by one's personal ties to the community compared with the organizational network structure of the community. Using data collected from residents of six communities in Washington State, network analysis combined with…

  17. The community structure of the global corporate network.

    PubMed

    Vitali, Stefania; Battiston, Stefano

    2014-01-01

    We investigate the community structure of the global ownership network of transnational corporations. We find a pronounced organization in communities that cannot be explained by randomness. Despite the global character of this network, communities reflect first of all the geographical location of firms, while the industrial sector plays only a marginal role. We also analyze the meta-network in which the nodes are the communities and the links are obtained by aggregating the links among firms belonging to pairs of communities. We analyze the network centrality of the top 50 communities and we provide a quantitative assessment of the financial sector role in connecting the global economy.

  18. The Community Structure of the Global Corporate Network

    PubMed Central

    Vitali, Stefania; Battiston, Stefano

    2014-01-01

    We investigate the community structure of the global ownership network of transnational corporations. We find a pronounced organization in communities that cannot be explained by randomness. Despite the global character of this network, communities reflect first of all the geographical location of firms, while the industrial sector plays only a marginal role. We also analyze the meta-network in which the nodes are the communities and the links are obtained by aggregating the links among firms belonging to pairs of communities. We analyze the network centrality of the top 50 communities and we provide a quantitative assessment of the financial sector role in connecting the global economy. PMID:25126722

  19. Multiway spectral community detection in networks

    NASA Astrophysics Data System (ADS)

    Zhang, Xiao; Newman, M. E. J.

    2015-11-01

    One of the most widely used methods for community detection in networks is the maximization of the quality function known as modularity. Of the many maximization techniques that have been used in this context, some of the most conceptually attractive are the spectral methods, which are based on the eigenvectors of the modularity matrix. Spectral algorithms have, however, been limited, by and large, to the division of networks into only two or three communities, with divisions into more than three being achieved by repeated two-way division. Here we present a spectral algorithm that can directly divide a network into any number of communities. The algorithm makes use of a mapping from modularity maximization to a vector partitioning problem, combined with a fast heuristic for vector partitioning. We compare the performance of this spectral algorithm with previous approaches and find it to give superior results, particularly in cases where community sizes are unbalanced. We also give demonstrative applications of the algorithm to two real-world networks and find that it produces results in good agreement with expectations for the networks studied.

  20. Mobilizing Ideas in Knowledge Networks: A Social Network Analysis of the Human Resource Management Community 1990-2005

    ERIC Educational Resources Information Center

    Henneberg, Stephan C.; Swart, Juani; Naude, Peter; Jiang, Zhizhong; Mouzas, Stefanos

    2009-01-01

    Purpose: The purpose of this paper is to show the role of social networks in mobilizing how actors both impact and are impacted on by their colleagues. It seeks to compare the human resource management (HRM) academic community with two other comparable communities, and to identify those groups that are seen to work closely together.…

  1. A generalised significance test for individual communities in networks.

    PubMed

    Kojaku, Sadamori; Masuda, Naoki

    2018-05-09

    Many empirical networks have community structure, in which nodes are densely interconnected within each community (i.e., a group of nodes) and sparsely across different communities. Like other local and meso-scale structure of networks, communities are generally heterogeneous in various aspects such as the size, density of edges, connectivity to other communities and significance. In the present study, we propose a method to statistically test the significance of individual communities in a given network. Compared to the previous methods, the present algorithm is unique in that it accepts different community-detection algorithms and the corresponding quality function for single communities. The present method requires that a quality of each community can be quantified and that community detection is performed as optimisation of such a quality function summed over the communities. Various community detection algorithms including modularity maximisation and graph partitioning meet this criterion. Our method estimates a distribution of the quality function for randomised networks to calculate a likelihood of each community in the given network. We illustrate our algorithm by synthetic and empirical networks.

  2. Cascading failures in complex networks with community structure

    NASA Astrophysics Data System (ADS)

    Lin, Guoqiang; di, Zengru; Fan, Ying

    2014-12-01

    Much empirical evidence shows that when attacked with cascading failures, scale-free or even random networks tend to collapse more extensively when the initially deleted node has higher betweenness. Meanwhile, in networks with strong community structure, high-betweenness nodes tend to be bridge nodes that link different communities, and the removal of such nodes will reduce only the connections among communities, leaving the networks fairly stable. Understanding what will affect cascading failures and how to protect or attack networks with strong community structure is therefore of interest. In this paper, we have constructed scale-free Community Networks (SFCN) and Random Community Networks (RCN). We applied these networks, along with the Lancichinett-Fortunato-Radicchi (LFR) benchmark, to the cascading-failure scenario to explore their vulnerability to attack and the relationship between cascading failures and the degree distribution and community structure of a network. The numerical results show that when the networks are of a power-law distribution, a stronger community structure will result in the failure of fewer nodes. In addition, the initial removal of the node with the highest betweenness will not lead to the worst cascading, i.e. the largest avalanche size. The Betweenness Overflow (BOF), an index that we developed, is an effective indicator of this tendency. The RCN, however, display a different result. In addition, the avalanche size of each node can be adopted as an index to evaluate the importance of the node.

  3. A Deep Stochastic Model for Detecting Community in Complex Networks

    NASA Astrophysics Data System (ADS)

    Fu, Jingcheng; Wu, Jianliang

    2017-01-01

    Discovering community structures is an important step to understanding the structure and dynamics of real-world networks in social science, biology and technology. In this paper, we develop a deep stochastic model based on non-negative matrix factorization to identify communities, in which there are two sets of parameters. One is the community membership matrix, of which the elements in a row correspond to the probabilities of the given node belongs to each of the given number of communities in our model, another is the community-community connection matrix, of which the element in the i-th row and j-th column represents the probability of there being an edge between a randomly chosen node from the i-th community and a randomly chosen node from the j-th community. The parameters can be evaluated by an efficient updating rule, and its convergence can be guaranteed. The community-community connection matrix in our model is more precise than the community-community connection matrix in traditional non-negative matrix factorization methods. Furthermore, the method called symmetric nonnegative matrix factorization, is a special case of our model. Finally, based on the experiments on both synthetic and real-world networks data, it can be demonstrated that our algorithm is highly effective in detecting communities.

  4. Development of Novel Random Network Theory-Based Approaches to Identify Network Interactions among Nitrifying Bacteria

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Shi, Cindy

    2015-07-17

    The interactions among different microbial populations in a community could play more important roles in determining ecosystem functioning than species numbers and their abundances, but very little is known about such network interactions at a community level. The goal of this project is to develop novel framework approaches and associated software tools to characterize the network interactions in microbial communities based on high throughput, large scale high-throughput metagenomics data and apply these approaches to understand the impacts of environmental changes (e.g., climate change, contamination) on network interactions among different nitrifying populations and associated microbial communities.

  5. Netgram: Visualizing Communities in Evolving Networks

    PubMed Central

    Mall, Raghvendra; Langone, Rocco; Suykens, Johan A. K.

    2015-01-01

    Real-world complex networks are dynamic in nature and change over time. The change is usually observed in the interactions within the network over time. Complex networks exhibit community like structures. A key feature of the dynamics of complex networks is the evolution of communities over time. Several methods have been proposed to detect and track the evolution of these groups over time. However, there is no generic tool which visualizes all the aspects of group evolution in dynamic networks including birth, death, splitting, merging, expansion, shrinkage and continuation of groups. In this paper, we propose Netgram: a tool for visualizing evolution of communities in time-evolving graphs. Netgram maintains evolution of communities over 2 consecutive time-stamps in tables which are used to create a query database using the sql outer-join operation. It uses a line-based visualization technique which adheres to certain design principles and aesthetic guidelines. Netgram uses a greedy solution to order the initial community information provided by the evolutionary clustering technique such that we have fewer line cross-overs in the visualization. This makes it easier to track the progress of individual communities in time evolving graphs. Netgram is a generic toolkit which can be used with any evolutionary community detection algorithm as illustrated in our experiments. We use Netgram for visualization of topic evolution in the NIPS conference over a period of 11 years and observe the emergence and merging of several disciplines in the field of information processing systems. PMID:26356538

  6. Uncovering the community structure in signed social networks based on greedy optimization

    NASA Astrophysics Data System (ADS)

    Chen, Yan; Yan, Jiaqi; Yang, Yu; Chen, Junhua

    2017-05-01

    The formality of signed relationships has been recently adopted in a lot of complicated systems. The relations among these entities are complicated and multifarious. We cannot indicate these relationships only by positive links, and signed networks have been becoming more and more universal in the study of social networks when community is being significant. In this paper, to identify communities in signed networks, we exploit a new greedy algorithm, taking signs and the density of these links into account. The main idea of the algorithm is the initial procedure of signed modularity and the corresponding update rules. Specially, we employ the “Asymmetric and Constrained Belief Evolution” procedure to evaluate the optimal number of communities. According to the experimental results, the algorithm is proved to be able to run well. More specifically, the proposed algorithm is very efficient for these networks with medium size, both dense and sparse.

  7. Cooperation in the prisoner's dilemma game on tunable community networks

    NASA Astrophysics Data System (ADS)

    Liu, Penghui; Liu, Jing

    2017-04-01

    Community networks have attracted lots of attention as they widely exist in the real world and are essential to study properties of networks. As the game theory illustrates the competitive relationship among individuals, studying the iterated prisoner's dilemma games (PDG) on community networks is meaningful. In this paper, we focus on investigating the relationship between the cooperation level of community networks and that of their communities in the prisoner's dilemma games. With this purpose in mind, a type of tunable community networks whose communities inherit not only the scale-free property, but also the characteristic of adjustable cooperation level of Holme and Kim (HK) networks is designed. Both uniform and non-uniform community networks are investigated. We find out that cooperation enhancement of communities can improve the cooperation level of the whole networks. Moreover, simulation results indicate that a large community is a better choice than a small community to improve the cooperation level of the whole networks. Thus, improving the cooperation level of community networks can be divided into a number of sub-problems targeting at improving the cooperation level of individual communities, which can save the computation cost and deal with the problem of improving the cooperation level of huge community networks. Moreover, as the larger community is a better choice, it is reasonable to start with large communities, according to the greedy strategy when the number of nodes can participate in the enhancement is limited.

  8. Optimal multi-community network modularity for information diffusion

    NASA Astrophysics Data System (ADS)

    Wu, Jiaocan; Du, Ruping; Zheng, Yingying; Liu, Dong

    2016-02-01

    Studies demonstrate that community structure plays an important role in information spreading recently. In this paper, we investigate the impact of multi-community structure on information diffusion with linear threshold model. We utilize extended GN network that contains four communities and analyze dynamic behaviors of information that spreads on it. And we discover the optimal multi-community network modularity for information diffusion based on the social reinforcement. Results show that, within the appropriate range, multi-community structure will facilitate information diffusion instead of hindering it, which accords with the results derived from two-community network.

  9. Brand communities embedded in social networks.

    PubMed

    Zaglia, Melanie E

    2013-02-01

    Brand communities represent highly valuable marketing, innovation management, and customer relationship management tools. However, applying successful marketing strategies today, and in the future, also means exploring and seizing the unprecedented opportunities of social network environments. This study combines these two social phenomena which have largely been researched separately, and aims to investigate the existence, functionality and different types of brand communities within social networks. The netnographic approach yields strong evidence of this existence; leading to a better understanding of such embedded brand communities, their peculiarities, and motivational drivers for participation; therefore the findings contribute to theory by combining two separate research streams. Due to the advantages of social networks, brand management is now able to implement brand communities with less time and financial effort; however, choosing the appropriate brand community type, cultivating consumers' interaction, and staying tuned to this social engagement are critical factors to gain anticipated brand outcomes.

  10. Social Networks and Community-Based Natural Resource Management

    NASA Astrophysics Data System (ADS)

    Lauber, T. Bruce; Decker, Daniel J.; Knuth, Barbara A.

    2008-10-01

    We conducted case studies of three successful examples of collaborative, community-based natural resource conservation and development. Our purpose was to: (1) identify the functions served by interactions within the social networks of involved stakeholders; (2) describe key structural properties of these social networks; and (3) determine how these structural properties varied when the networks were serving different functions. The case studies relied on semi-structured, in-depth interviews of 8 to 11 key stakeholders at each site who had played a significant role in the collaborative projects. Interview questions focused on the roles played by key stakeholders and the functions of interactions between them. Interactions allowed the exchange of ideas, provided access to funding, and enabled some stakeholders to influence others. The exchange of ideas involved the largest number of stakeholders, the highest percentage of local stakeholders, and the highest density of interactions. Our findings demonstrated the value of tailoring strategies for involving stakeholders to meet different needs during a collaborative, community-based natural resource management project. Widespread involvement of local stakeholders may be most appropriate when ideas for a project are being developed. During efforts to exert influence to secure project approvals or funding, however, involving specific individuals with political connections or influence on possible sources of funds may be critical. Our findings are consistent with past work that has postulated that social networks may require specific characteristics to meet different needs in community-based environmental management.

  11. A hierarchical framework for investigating epiphyte assemblages: networks, meta-communities, and scale.

    PubMed

    Burns, K C; Zotz, G

    2010-02-01

    Epiphytes are an important component of many forested ecosystems, yet our understanding of epiphyte communities lags far behind that of terrestrial-based plant communities. This discrepancy is exacerbated by the lack of a theoretical context to assess patterns in epiphyte community structure. We attempt to fill this gap by developing an analytical framework to investigate epiphyte assemblages, which we then apply to a data set on epiphyte distributions in a Panamanian rain forest. On a coarse scale, interactions between epiphyte species and host tree species can be viewed as bipartite networks, similar to pollination and seed dispersal networks. On a finer scale, epiphyte communities on individual host trees can be viewed as meta-communities, or suites of local epiphyte communities connected by dispersal. Similar analytical tools are typically employed to investigate species interaction networks and meta-communities, thus providing a unified analytical framework to investigate coarse-scale (network) and fine-scale (meta-community) patterns in epiphyte distributions. Coarse-scale analysis of the Panamanian data set showed that most epiphyte species interacted with fewer host species than expected by chance. Fine-scale analyses showed that epiphyte species richness on individual trees was lower than null model expectations. Therefore, epiphyte distributions were clumped at both scales, perhaps as a result of dispersal limitations. Scale-dependent patterns in epiphyte species composition were observed. Epiphyte-host networks showed evidence of negative co-occurrence patterns, which could arise from adaptations among epiphyte species to avoid competition for host species, while most epiphyte meta-communities were distributed at random. Application of our "meta-network" analytical framework in other locales may help to identify general patterns in the structure of epiphyte assemblages and their variation in space and time.

  12. Clustering Financial Time Series by Network Community Analysis

    NASA Astrophysics Data System (ADS)

    Piccardi, Carlo; Calatroni, Lisa; Bertoni, Fabio

    In this paper, we describe a method for clustering financial time series which is based on community analysis, a recently developed approach for partitioning the nodes of a network (graph). A network with N nodes is associated to the set of N time series. The weight of the link (i, j), which quantifies the similarity between the two corresponding time series, is defined according to a metric based on symbolic time series analysis, which has recently proved effective in the context of financial time series. Then, searching for network communities allows one to identify groups of nodes (and then time series) with strong similarity. A quantitative assessment of the significance of the obtained partition is also provided. The method is applied to two distinct case-studies concerning the US and Italy Stock Exchange, respectively. In the US case, the stability of the partitions over time is also thoroughly investigated. The results favorably compare with those obtained with the standard tools typically used for clustering financial time series, such as the minimal spanning tree and the hierarchical tree.

  13. Community Detection in Complex Networks via Clique Conductance.

    PubMed

    Lu, Zhenqi; Wahlström, Johan; Nehorai, Arye

    2018-04-13

    Network science plays a central role in understanding and modeling complex systems in many areas including physics, sociology, biology, computer science, economics, politics, and neuroscience. One of the most important features of networks is community structure, i.e., clustering of nodes that are locally densely interconnected. Communities reveal the hierarchical organization of nodes, and detecting communities is of great importance in the study of complex systems. Most existing community-detection methods consider low-order connection patterns at the level of individual links. But high-order connection patterns, at the level of small subnetworks, are generally not considered. In this paper, we develop a novel community-detection method based on cliques, i.e., local complete subnetworks. The proposed method overcomes the deficiencies of previous similar community-detection methods by considering the mathematical properties of cliques. We apply the proposed method to computer-generated graphs and real-world network datasets. When applied to networks with known community structure, the proposed method detects the structure with high fidelity and sensitivity. When applied to networks with no a priori information regarding community structure, the proposed method yields insightful results revealing the organization of these complex networks. We also show that the proposed method is guaranteed to detect near-optimal clusters in the bipartition case.

  14. Community Evolution in International Migration Top1 Networks.

    PubMed

    Peres, Mihaela; Xu, Helian; Wu, Gang

    2016-01-01

    Focusing on each country's topmost destination/origin migration relation with other countries, this study builds top1 destination networks and top1 origin networks in order to understand their skeletal construction and community dynamics. Each top1 network covers approximately 50% of the complete migrant network stock for each decade between 1960 and 2000. We investigate the community structure by implementing the Girvan-Newman algorithm and compare the number of components and communities to illustrate their differences. We find that (i) both top1 networks (origin and destination) exhibited communities with a clear structure and a surprising evolution, although 80% edges persist between each decade; (ii) top1 destination networks focused on developed countries exhibiting shorter paths and preferring more advance countries, while top1 origin networks focused both on developed as well as more substantial developing nations that presented a longer path and more stable groups; (iii) only few countries have a decisive influence on community evolution of both top1 networks. USA took the leading position as a destination country in top1 destination networks, while China and India were the main Asian emigration countries in top1 origin networks; European countries and the Russian Federation played an important role in both.

  15. Community Evolution in International Migration Top1 Networks

    PubMed Central

    Xu, Helian

    2016-01-01

    Focusing on each country’s topmost destination/origin migration relation with other countries, this study builds top1 destination networks and top1 origin networks in order to understand their skeletal construction and community dynamics. Each top1 network covers approximately 50% of the complete migrant network stock for each decade between 1960 and 2000. We investigate the community structure by implementing the Girvan-Newman algorithm and compare the number of components and communities to illustrate their differences. We find that (i) both top1 networks (origin and destination) exhibited communities with a clear structure and a surprising evolution, although 80% edges persist between each decade; (ii) top1 destination networks focused on developed countries exhibiting shorter paths and preferring more advance countries, while top1 origin networks focused both on developed as well as more substantial developing nations that presented a longer path and more stable groups; (iii) only few countries have a decisive influence on community evolution of both top1 networks. USA took the leading position as a destination country in top1 destination networks, while China and India were the main Asian emigration countries in top1 origin networks; European countries and the Russian Federation played an important role in both. PMID:26859406

  16. The ADVANCE network: accelerating data value across a national community health center network

    PubMed Central

    DeVoe, Jennifer E; Gold, Rachel; Cottrell, Erika; Bauer, Vance; Brickman, Andrew; Puro, Jon; Nelson, Christine; Mayer, Kenneth H; Sears, Abigail; Burdick, Tim; Merrell, Jonathan; Matthews, Paul; Fields, Scott

    2014-01-01

    The ADVANCE (Accelerating Data Value Across a National Community Health Center Network) clinical data research network (CDRN) is led by the OCHIN Community Health Information Network in partnership with Health Choice Network and Fenway Health. The ADVANCE CDRN will ‘horizontally’ integrate outpatient electronic health record data for over one million federally qualified health center patients, and ‘vertically’ integrate hospital, health plan, and community data for these patients, often under-represented in research studies. Patient investigators, community investigators, and academic investigators with diverse expertise will work together to meet project goals related to data integration, patient engagement and recruitment, and the development of streamlined regulatory policies. By enhancing the data and research infrastructure of participating organizations, the ADVANCE CDRN will serve as a ‘community laboratory’ for including disadvantaged and vulnerable patients in patient-centered outcomes research that is aligned with the priorities of patients, clinics, and communities in our network. PMID:24821740

  17. Epidemics in adaptive networks with community structure

    NASA Astrophysics Data System (ADS)

    Shaw, Leah; Tunc, Ilker

    2010-03-01

    Models for epidemic spread on static social networks do not account for changes in individuals' social interactions. Recent studies of adaptive networks have modeled avoidance behavior, as non-infected individuals try to avoid contact with infectives. Such models have not generally included realistic social structure. Here we study epidemic spread on an adaptive network with community structure. We model the effect of heterogeneous communities on infection levels and epidemic extinction. We also show how an epidemic can alter the community structure.

  18. Homophyly/kinship hypothesis: Natural communities, and predicting in networks

    NASA Astrophysics Data System (ADS)

    Li, Angsheng; Li, Jiankou; Pan, Yicheng

    2015-02-01

    It has been a longstanding challenge to understand natural communities in real world networks. We proposed a community finding algorithm based on fitness of networks, two algorithms for prediction, accurate prediction and confirmation of keywords for papers in the citation network Arxiv HEP-TH (high energy physics theory), and the measures of internal centrality, external de-centrality, internal and external slopes to characterize the structures of communities. We implemented our algorithms on 2 citation and 5 cooperation graphs. Our experiments explored and validated a homophyly/kinship principle of real world networks. The homophyly/kinship principle includes: (1) homophyly is the natural selection in real world networks, similar to Darwin's kinship selection in nature, (2) real world networks consist of natural communities generated by the natural selection of homophyly, (3) most individuals in a natural community share a short list of common attributes, (4) natural communities have an internal centrality (or internal heterogeneity) that a natural community has a few nodes dominating most of the individuals in the community, (5) natural communities have an external de-centrality (or external homogeneity) that external links of a natural community homogeneously distributed in different communities, and (6) natural communities of a given network have typical structures determined by the internal slopes, and have typical patterns of outgoing links determined by external slopes, etc. Our homophyly/kinship principle perfectly matches Darwin's observation that animals from ants to people form social groups in which most individuals work for the common good, and that kinship could encourage altruistic behavior. Our homophyly/kinship principle is the network version of Darwinian theory, and builds a bridge between Darwinian evolution and network science.

  19. Friendship Concept and Community Network Structure among Elementary School and University Students.

    PubMed

    Hernández-Hernández, Ana María; Viga-de Alva, Dolores; Huerta-Quintanilla, Rodrigo; Canto-Lugo, Efrain; Laviada-Molina, Hugo; Molina-Segui, Fernanda

    2016-01-01

    We use complex network theory to study the differences between the friendship concepts in elementary school and university students. Four friendship networks were identified from surveys. Three of these networks are from elementary schools; two are located in the rural area of Yucatán and the other is in the urban area of Mérida, Yucatán. We analyzed the structure and the communities of these friendship networks and found significant differences among those at the elementary schools compared with those at the university. In elementary schools, the students make friends mainly in the same classroom, but there are also links among different classrooms because of the presence of siblings and relatives in the schools. These kinds of links (sibling-friend or relative-friend) are called, in this work, "mixed links". The classification of the communities is based on their similarity with the classroom composition. If the community is composed principally of students in different classrooms, the community is classified as heterogeneous. These kinds of communities appear in the elementary school friendship networks mainly because of the presence of relatives and siblings. Once the links between siblings and relatives are removed, the communities resembled the classroom composition. On the other hand, the university students are more selective in choosing friends and therefore, even when they have friends in the same classroom, those communities are quite different to the classroom composition. Also, in the university network, we found heterogeneous communities even when the presence of sibling and relatives is negligible. These differences made up a topological structure quite different at different academic levels. We also found differences in the network characteristics. Once these differences are understood, the topological structure of the friendship network and the communities shaped in an elementary school could be predicted if we know the total number of students

  20. Overlapping community detection in weighted networks via a Bayesian approach

    NASA Astrophysics Data System (ADS)

    Chen, Yi; Wang, Xiaolong; Xiang, Xin; Tang, Buzhou; Chen, Qingcai; Fan, Shixi; Bu, Junzhao

    2017-02-01

    Complex networks as a powerful way to represent complex systems have been widely studied during the past several years. One of the most important tasks of complex network analysis is to detect communities embedded in networks. In the real world, weighted networks are very common and may contain overlapping communities where a node is allowed to belong to multiple communities. In this paper, we propose a novel Bayesian approach, called the Bayesian mixture network (BMN) model, to detect overlapping communities in weighted networks. The advantages of our method are (i) providing soft-partition solutions in weighted networks; (ii) providing soft memberships, which quantify 'how strongly' a node belongs to a community. Experiments on a large number of real and synthetic networks show that our model has the ability in detecting overlapping communities in weighted networks and is competitive with other state-of-the-art models at shedding light on community partition.

  1. The Healthy Aging Research Network: Modeling Collaboration for Community Impact.

    PubMed

    Belza, Basia; Altpeter, Mary; Smith, Matthew Lee; Ory, Marcia G

    2017-03-01

    As the first Centers for Disease Control and Prevention (CDC) Prevention Research Centers Program thematic network, the Healthy Aging Research Network was established to better understand the determinants of healthy aging within older adult populations, identify interventions that promote healthy aging, and assist in translating research into sustainable community-based programs throughout the nation. To achieve these goals requires concerted efforts of a collaborative network of academic, community, and public health organizational partnerships. For the 2001-2014 Prevention Research Center funding cycles, the Healthy Aging Research Network conducted prevention research and promoted the wide use of practices known to foster optimal health. Organized around components necessary for successful collaborations (i.e., governance and infrastructure, shaping focus, community involvement, and evaluation and improvement), this commentary highlights exemplars that demonstrate the Healthy Aging Research Network's unique contributions to the field. The Healthy Aging Research Network's collaboration provided a means to collectively build capacity for practice and policy, reduce fragmentation and duplication in health promotion and aging research efforts, maximize the efficient use of existing resources and generate additional resources, and ultimately, create synergies for advancing the healthy aging agenda. This collaborative model was built upon a backbone organization (coordinating center); setting of common agendas and mutually reinforcing activities; and continuous communications. Given its successes, the Healthy Aging Research Network model could be used to create new and evaluate existing thematic networks to guide the translation of research into policy and practice. Copyright © 2016 American Journal of Preventive Medicine. Published by Elsevier Inc. All rights reserved.

  2. Network exposure and homicide victimization in an African American community.

    PubMed

    Papachristos, Andrew V; Wildeman, Christopher

    2014-01-01

    We estimated the association of an individual's exposure to homicide in a social network and the risk of individual homicide victimization across a high-crime African American community. Combining 5 years of homicide and police records, we analyzed a network of 3718 high-risk individuals that was created by instances of co-offending. We used logistic regression to model the odds of being a gunshot homicide victim by individual characteristics, network position, and indirect exposure to homicide. Forty-one percent of all gun homicides occurred within a network component containing less than 4% of the neighborhood's population. Network-level indicators reduced the association between individual risk factors and homicide victimization and improved the overall prediction of individual victimization. Network exposure to homicide was strongly associated with victimization: the closer one is to a homicide victim, the greater the risk of victimization. Regression models show that exposure diminished with social distance: each social tie removed from a homicide victim decreased one's odds of being a homicide victim by 57%. Risk of homicide in urban areas is even more highly concentrated than previously thought. We found that most of the risk of gun violence was concentrated in networks of identifiable individuals. Understanding these networks may improve prediction of individual homicide victimization within disadvantaged communities.

  3. Social contagions on time-varying community networks

    NASA Astrophysics Data System (ADS)

    Liu, Mian-Xin; Wang, Wei; Liu, Ying; Tang, Ming; Cai, Shi-Min; Zhang, Hai-Feng

    2017-05-01

    Time-varying community structures exist widely in real-world networks. However, previous studies on the dynamics of spreading seldom took this characteristic into account, especially those on social contagions. To study the effects of time-varying community structures on social contagions, we propose a non-Markovian social contagion model on time-varying community networks based on the activity-driven network model. A mean-field theory is developed to analyze the proposed model. Through theoretical analyses and numerical simulations, two hierarchical features of the behavior adoption processes are found. That is, when community strength is relatively large, the behavior can easily spread in one of the communities, while in the other community the spreading only occurs at higher behavioral information transmission rates. Meanwhile, in spatial-temporal evolution processes, hierarchical orders are observed for the behavior adoption. Moreover, under different information transmission rates, three distinctive patterns are demonstrated in the change of the whole network's final adoption proportion along with the growing community strength. Within a suitable range of transmission rate, an optimal community strength can be found that can maximize the final adoption proportion. Finally, compared with the average activity potential, the promoting or inhibiting of social contagions is much more influenced by the number of edges generated by active nodes.

  4. The role of stabilizing and communicating symptoms given overlapping communities in psychopathology networks.

    PubMed

    Blanken, Tessa F; Deserno, Marie K; Dalege, Jonas; Borsboom, Denny; Blanken, Peter; Kerkhof, Gerard A; Cramer, Angélique O J

    2018-04-11

    Network theory, as a theoretical and methodological framework, is energizing many research fields, among which clinical psychology and psychiatry. Fundamental to the network theory of psychopathology is the role of specific symptoms and their interactions. Current statistical tools, however, fail to fully capture this constitutional property. We propose community detection tools as a means to evaluate the complex network structure of psychopathology, free from its original boundaries of distinct disorders. Unique to this approach is that symptoms can belong to multiple communities. Using a large community sample and spanning a broad range of symptoms (Symptom Checklist-90-Revised), we identified 18 communities of interconnected symptoms. The differential role of symptoms within and between communities offers a framework to study the clinical concepts of comorbidity, heterogeneity and hallmark symptoms. Symptoms with many and strong connections within a community, defined as stabilizing symptoms, could be thought of as the core of a community, whereas symptoms that belong to multiple communities, defined as communicating symptoms, facilitate the communication between problem areas. We propose that defining symptoms on their stabilizing and/or communicating role within and across communities accelerates our understanding of these clinical phenomena, central to research and treatment of psychopathology.

  5. Detecting Network Communities: An Application to Phylogenetic Analysis

    PubMed Central

    Andrade, Roberto F. S.; Rocha-Neto, Ivan C.; Santos, Leonardo B. L.; de Santana, Charles N.; Diniz, Marcelo V. C.; Lobão, Thierry Petit; Goés-Neto, Aristóteles; Pinho, Suani T. R.; El-Hani, Charbel N.

    2011-01-01

    This paper proposes a new method to identify communities in generally weighted complex networks and apply it to phylogenetic analysis. In this case, weights correspond to the similarity indexes among protein sequences, which can be used for network construction so that the network structure can be analyzed to recover phylogenetically useful information from its properties. The analyses discussed here are mainly based on the modular character of protein similarity networks, explored through the Newman-Girvan algorithm, with the help of the neighborhood matrix . The most relevant networks are found when the network topology changes abruptly revealing distinct modules related to the sets of organisms to which the proteins belong. Sound biological information can be retrieved by the computational routines used in the network approach, without using biological assumptions other than those incorporated by BLAST. Usually, all the main bacterial phyla and, in some cases, also some bacterial classes corresponded totally (100%) or to a great extent (>70%) to the modules. We checked for internal consistency in the obtained results, and we scored close to 84% of matches for community pertinence when comparisons between the results were performed. To illustrate how to use the network-based method, we employed data for enzymes involved in the chitin metabolic pathway that are present in more than 100 organisms from an original data set containing 1,695 organisms, downloaded from GenBank on May 19, 2007. A preliminary comparison between the outcomes of the network-based method and the results of methods based on Bayesian, distance, likelihood, and parsimony criteria suggests that the former is as reliable as these commonly used methods. We conclude that the network-based method can be used as a powerful tool for retrieving modularity information from weighted networks, which is useful for phylogenetic analysis. PMID:21573202

  6. Online Community Detection for Large Complex Networks

    PubMed Central

    Pan, Gang; Zhang, Wangsheng; Wu, Zhaohui; Li, Shijian

    2014-01-01

    Complex networks describe a wide range of systems in nature and society. To understand complex networks, it is crucial to investigate their community structure. In this paper, we develop an online community detection algorithm with linear time complexity for large complex networks. Our algorithm processes a network edge by edge in the order that the network is fed to the algorithm. If a new edge is added, it just updates the existing community structure in constant time, and does not need to re-compute the whole network. Therefore, it can efficiently process large networks in real time. Our algorithm optimizes expected modularity instead of modularity at each step to avoid poor performance. The experiments are carried out using 11 public data sets, and are measured by two criteria, modularity and NMI (Normalized Mutual Information). The results show that our algorithm's running time is less than the commonly used Louvain algorithm while it gives competitive performance. PMID:25061683

  7. Distributed network management in the flat structured mobile communities

    NASA Astrophysics Data System (ADS)

    Balandina, Elena

    2005-10-01

    Delivering proper management into the flat structured mobile communities is crucial for improving users experience and increase applications diversity in mobile networks. The available P2P applications do application-centric management, but it cannot replace network-wide management, especially when a number of different applications are used simultaneously in the network. The network-wide management is the key element required for a smooth transition from standalone P2P applications to the self-organizing mobile communities that maintain various services with quality and security guaranties. The classical centralized network management solutions are not applicable in the flat structured mobile communities due to the decentralized nature and high mobility of the underlying networks. Also the basic network management tasks have to be revised taking into account specialties of the flat structured mobile communities. The network performance management becomes more dependent on the current nodes' context, which also requires extension of the configuration management functionality. The fault management has to take into account high mobility of the network nodes. The performance and accounting managements are mainly targeted in maintain an efficient and fair access to the resources within the community, however they also allow unbalanced resource use of the nodes that explicitly permit it, e.g. as a voluntary donation to the community or due to the profession (commercial) reasons. The security management must implement the new trust models, which are based on the community feedback, professional authorization, and a mix of both. For fulfilling these and another specialties of the flat structured mobile communities, a new network management solution is demanded. The paper presents a distributed network management solution for flat structured mobile communities. Also the paper points out possible network management roles for the different parties (e.g. operators, service

  8. Reconfiguration of Cortical Networks in MDD Uncovered by Multiscale Community Detection with fMRI.

    PubMed

    He, Ye; Lim, Sol; Fortunato, Santo; Sporns, Olaf; Zhang, Lei; Qiu, Jiang; Xie, Peng; Zuo, Xi-Nian

    2018-04-01

    Major depressive disorder (MDD) is known to be associated with altered interactions between distributed brain regions. How these regional changes relate to the reorganization of cortical functional systems, and their modulation by antidepressant medication, is relatively unexplored. To identify changes in the community structure of cortical functional networks in MDD, we performed a multiscale community detection algorithm on resting-state functional connectivity networks of unmedicated MDD (uMDD) patients (n = 46), medicated MDD (mMDD) patients (n = 38), and healthy controls (n = 50), which yielded a spectrum of multiscale community partitions. we selected an optimal resolution level by identifying the most stable community partition for each group. uMDD and mMDD groups exhibited a similar reconfiguration of the community structure of the visual association and the default mode systems but showed different reconfiguration profiles in the frontoparietal control (FPC) subsystems. Furthermore, the central system (somatomotor/salience) and 3 frontoparietal subsystems showed strengthened connectivity with other communities in uMDD but, with the exception of 1 frontoparietal subsystem, returned to control levels in mMDD. These findings provide evidence for reconfiguration of specific cortical functional systems associated with MDD, as well as potential effects of medication in restoring disease-related network alterations, especially those of the FPC system.

  9. A model for evolution of overlapping community networks

    NASA Astrophysics Data System (ADS)

    Karan, Rituraj; Biswal, Bibhu

    2017-05-01

    A model is proposed for the evolution of network topology in social networks with overlapping community structure. Starting from an initial community structure that is defined in terms of group affiliations, the model postulates that the subsequent growth and loss of connections is similar to the Hebbian learning and unlearning in the brain and is governed by two dominant factors: the strength and frequency of interaction between the members, and the degree of overlap between different communities. The temporal evolution from an initial community structure to the current network topology can be described based on these two parameters. It is possible to quantify the growth occurred so far and predict the final stationary state to which the network is likely to evolve. Applications in epidemiology or the spread of email virus in a computer network as well as finding specific target nodes to control it are envisaged. While facing the challenge of collecting and analyzing large-scale time-resolved data on social groups and communities one faces the most basic questions: how do communities evolve in time? This work aims to address this issue by developing a mathematical model for the evolution of community networks and studying it through computer simulation.

  10. Relating Diarrheal Disease to Social Networks and the Geographic Configuration of Communities in Rural Ecuador

    PubMed Central

    Bates, Sarah J.; Trostle, James; Cevallos, William T.; Hubbard, Alan; Eisenberg, Joseph N. S.

    2008-01-01

    Social networks and geographic structures of communities are important predictors of infectious disease transmission. To examine their joint effects on diarrheal disease and how these effects might develop, the authors analyzed social network and geographic data from northern coastal Ecuador and examined associations with diarrhea prevalence. Between July 2003 and May 2005, 113 cases of diarrhea were identified in nine communities. Concurrently, sociometric surveys were conducted, and households were mapped with geographic information systems. Spatial distribution metrics of households within communities and of communities with respect to roads were developed that predict social network degree in casual contact (“contact”) and food-sharing (“food”) networks. The mean degree is 25-40% lower in communities with versus without road access and 66-94% lower in communities with lowest versus highest housing density. Associations with diarrheal disease were found for housing density (comparing dense with dispersed communities: risk ratio = 3.3, 95% confidence interval (CI): 1.1, 10.0) and social connectedness (comparing lowest with highest degree communities: risk ratio = 3.4, 95% CI: 1.1, 10.1 in the contact network and risk ratio = 4.9, 95% CI: 1.1, 21.9 in the food network). Some of these differences may be related to more new residents, lower housing density, and less social connectedness in road communities. PMID:17690221

  11. A Community Information Network.

    ERIC Educational Resources Information Center

    Consumers' Association of Canada, Ottawa (Ontario).

    The possibility of creating in Canada a non-profit community information network (a set of linked data banks containing information for use by the general public) should be explored. A network to link together a set of data banks containing information for general public use would have the following merits: (1) By its effect on household…

  12. Detectability Thresholds and Optimal Algorithms for Community Structure in Dynamic Networks

    NASA Astrophysics Data System (ADS)

    Ghasemian, Amir; Zhang, Pan; Clauset, Aaron; Moore, Cristopher; Peel, Leto

    2016-07-01

    The detection of communities within a dynamic network is a common means for obtaining a coarse-grained view of a complex system and for investigating its underlying processes. While a number of methods have been proposed in the machine learning and physics literature, we lack a theoretical analysis of their strengths and weaknesses, or of the ultimate limits on when communities can be detected. Here, we study the fundamental limits of detecting community structure in dynamic networks. Specifically, we analyze the limits of detectability for a dynamic stochastic block model where nodes change their community memberships over time, but where edges are generated independently at each time step. Using the cavity method, we derive a precise detectability threshold as a function of the rate of change and the strength of the communities. Below this sharp threshold, we claim that no efficient algorithm can identify the communities better than chance. We then give two algorithms that are optimal in the sense that they succeed all the way down to this threshold. The first uses belief propagation, which gives asymptotically optimal accuracy, and the second is a fast spectral clustering algorithm, based on linearizing the belief propagation equations. These results extend our understanding of the limits of community detection in an important direction, and introduce new mathematical tools for similar extensions to networks with other types of auxiliary information.

  13. Metabolic Network Modeling of Microbial Communities

    PubMed Central

    Biggs, Matthew B.; Medlock, Gregory L.; Kolling, Glynis L.

    2015-01-01

    Genome-scale metabolic network reconstructions and constraint-based analysis are powerful methods that have the potential to make functional predictions about microbial communities. Current use of genome-scale metabolic networks to characterize the metabolic functions of microbial communities includes species compartmentalization, separating species-level and community-level objectives, dynamic analysis, the “enzyme-soup” approach, multi-scale modeling, and others. There are many challenges inherent to the field, including a need for tools that accurately assign high-level omics signals to individual community members, new automated reconstruction methods that rival manual curation, and novel algorithms for integrating omics data and engineering communities. As technologies and modeling frameworks improve, we expect that there will be proportional advances in the fields of ecology, health science, and microbial community engineering. PMID:26109480

  14. A new hierarchical method to find community structure in networks

    NASA Astrophysics Data System (ADS)

    Saoud, Bilal; Moussaoui, Abdelouahab

    2018-04-01

    Community structure is very important to understand a network which represents a context. Many community detection methods have been proposed like hierarchical methods. In our study, we propose a new hierarchical method for community detection in networks based on genetic algorithm. In this method we use genetic algorithm to split a network into two networks which maximize the modularity. Each new network represents a cluster (community). Then we repeat the splitting process until we get one node at each cluster. We use the modularity function to measure the strength of the community structure found by our method, which gives us an objective metric for choosing the number of communities into which a network should be divided. We demonstrate that our method are highly effective at discovering community structure in both computer-generated and real-world network data.

  15. Exploratory community sensing in social networks

    NASA Astrophysics Data System (ADS)

    Khrabrov, Alexy; Stocco, Gabriel; Cybenko, George

    2010-04-01

    Social networks generally provide an implementation of some kind of groups or communities which users can voluntarily join. Twitter does not have this functionality, and there is no notion of a formal group or community. We propose a method for identification of communities and assignment of semantic meaning to the discussion topics of the resulting communities. Using this analysis method and a sample of roughly a month's worth of Tweets from Twitter's "gardenhose" feed, we demonstrate the discovery of meaningful user communities on Twitter. We examine Twitter data streaming in real time and treat it as a sensor. Twitter is a social network which pioneered microblogging with the messages fitting an SMS, and a variety of clients, browsers, smart phones and PDAs are used for status updates by individuals, businesses, media outlets and even devices all over the world. Often an aggregate trend of such statuses may represent an important development in the world, which has been demonstrated with the Iran and Moldova elections and the anniversary of the Tiananmen in China. We propose using Twitter as a sensor, tracking individuals and communities of interest, and characterizing individual roles and dynamics of their communications. We developed a novel algorithm of community identification in social networks based on direct communication, as opposed to linking. We show ways to find communities of interest and then browse their neighborhoods by either similarity or diversity of individuals and groups adjacent to the one of interest. We use frequent collocations and statistically improbable phrases to summarize the focus of the community, giving a quick overview of its main topics. Our methods provide insight into the largest social sensor network in the world and constitute a platform for social sensing.

  16. Fungal networks shape dynamics of bacterial dispersal and community assembly in cheese rind microbiomes.

    PubMed

    Zhang, Yuanchen; Kastman, Erik K; Guasto, Jeffrey S; Wolfe, Benjamin E

    2018-01-23

    Most studies of bacterial motility have examined small-scale (micrometer-centimeter) cell dispersal in monocultures. However, bacteria live in multispecies communities, where interactions with other microbes may inhibit or facilitate dispersal. Here, we demonstrate that motile bacteria in cheese rind microbiomes use physical networks created by filamentous fungi for dispersal, and that these interactions can shape microbial community structure. Serratia proteamaculans and other motile cheese rind bacteria disperse on fungal networks by swimming in the liquid layers formed on fungal hyphae. RNA-sequencing, transposon mutagenesis, and comparative genomics identify potential genetic mechanisms, including flagella-mediated motility, that control bacterial dispersal on hyphae. By manipulating fungal networks in experimental communities, we demonstrate that fungal-mediated bacterial dispersal can shift cheese rind microbiome composition by promoting the growth of motile over non-motile community members. Our single-cell to whole-community systems approach highlights the interactive dynamics of bacterial motility in multispecies microbiomes.

  17. Architecture of the human interactome defines protein communities and disease networks

    PubMed Central

    Huttlin, Edward L.; Bruckner, Raphael J.; Paulo, Joao A.; Cannon, Joe R.; Ting, Lily; Baltier, Kurt; Colby, Greg; Gebreab, Fana; Gygi, Melanie P.; Parzen, Hannah; Szpyt, John; Tam, Stanley; Zarraga, Gabriela; Pontano-Vaites, Laura; Swarup, Sharan; White, Anne E.; Schweppe, Devin K.; Rad, Ramin; Erickson, Brian K.; Obar, Robert A.; Guruharsha, K.G.; Li, Kejie; Artavanis-Tsakonas, Spyros; Gygi, Steven P.; Harper, J. Wade

    2017-01-01

    The physiology of a cell can be viewed as the product of thousands of proteins acting in concert to shape the cellular response. Coordination is achieved in part through networks of protein-protein interactions that assemble functionally related proteins into complexes, organelles, and signal transduction pathways. Understanding the architecture of the human proteome has the potential to inform cellular, structural, and evolutionary mechanisms and is critical to elucidation of how genome variation contributes to disease1–3. Here, we present BioPlex 2.0 (Biophysical Interactions of ORFEOME-derived complexes), which employs robust affinity purification-mass spectrometry (AP-MS) methodology4 to elucidate protein interaction networks and co-complexes nucleated by more than 25% of protein coding genes from the human genome, and constitutes the largest such network to date. With >56,000 candidate interactions, BioPlex 2.0 contains >29,000 previously unknown co-associations and provides functional insights into hundreds of poorly characterized proteins while enhancing network-based analyses of domain associations, subcellular localization, and co-complex formation. Unsupervised Markov clustering (MCL)5 of interacting proteins identified more than 1300 protein communities representing diverse cellular activities. Genes essential for cell fitness6,7 are enriched within 53 communities representing central cellular functions. Moreover, we identified 442 communities associated with more than 2000 disease annotations, placing numerous candidate disease genes into a cellular framework. BioPlex 2.0 exceeds previous experimentally derived interaction networks in depth and breadth, and will be a valuable resource for exploring the biology of incompletely characterized proteins and for elucidating larger-scale patterns of proteome organization. PMID:28514442

  18. Super-Resolution Community Detection for Layer-Aggregated Multilayer Networks

    PubMed Central

    Taylor, Dane; Caceres, Rajmonda S.; Mucha, Peter J.

    2017-01-01

    Applied network science often involves preprocessing network data before applying a network-analysis method, and there is typically a theoretical disconnect between these steps. For example, it is common to aggregate time-varying network data into windows prior to analysis, and the trade-offs of this preprocessing are not well understood. Focusing on the problem of detecting small communities in multilayer networks, we study the effects of layer aggregation by developing random-matrix theory for modularity matrices associated with layer-aggregated networks with N nodes and L layers, which are drawn from an ensemble of Erdős–Rényi networks with communities planted in subsets of layers. We study phase transitions in which eigenvectors localize onto communities (allowing their detection) and which occur for a given community provided its size surpasses a detectability limit K*. When layers are aggregated via a summation, we obtain K∗∝O(NL/T), where T is the number of layers across which the community persists. Interestingly, if T is allowed to vary with L, then summation-based layer aggregation enhances small-community detection even if the community persists across a vanishing fraction of layers, provided that T/L decays more slowly than 𝒪(L−1/2). Moreover, we find that thresholding the summation can, in some cases, cause K* to decay exponentially, decreasing by orders of magnitude in a phenomenon we call super-resolution community detection. In other words, layer aggregation with thresholding is a nonlinear data filter enabling detection of communities that are otherwise too small to detect. Importantly, different thresholds generally enhance the detectability of communities having different properties, illustrating that community detection can be obscured if one analyzes network data using a single threshold. PMID:29445565

  19. Super-Resolution Community Detection for Layer-Aggregated Multilayer Networks.

    PubMed

    Taylor, Dane; Caceres, Rajmonda S; Mucha, Peter J

    2017-01-01

    Applied network science often involves preprocessing network data before applying a network-analysis method, and there is typically a theoretical disconnect between these steps. For example, it is common to aggregate time-varying network data into windows prior to analysis, and the trade-offs of this preprocessing are not well understood. Focusing on the problem of detecting small communities in multilayer networks, we study the effects of layer aggregation by developing random-matrix theory for modularity matrices associated with layer-aggregated networks with N nodes and L layers, which are drawn from an ensemble of Erdős-Rényi networks with communities planted in subsets of layers. We study phase transitions in which eigenvectors localize onto communities (allowing their detection) and which occur for a given community provided its size surpasses a detectability limit K * . When layers are aggregated via a summation, we obtain [Formula: see text], where T is the number of layers across which the community persists. Interestingly, if T is allowed to vary with L , then summation-based layer aggregation enhances small-community detection even if the community persists across a vanishing fraction of layers, provided that T/L decays more slowly than ( L -1/2 ). Moreover, we find that thresholding the summation can, in some cases, cause K * to decay exponentially, decreasing by orders of magnitude in a phenomenon we call super-resolution community detection. In other words, layer aggregation with thresholding is a nonlinear data filter enabling detection of communities that are otherwise too small to detect. Importantly, different thresholds generally enhance the detectability of communities having different properties, illustrating that community detection can be obscured if one analyzes network data using a single threshold.

  20. Information transfer in community structured multiplex networks

    NASA Astrophysics Data System (ADS)

    Solé Ribalta, Albert; Granell, Clara; Gómez, Sergio; Arenas, Alex

    2015-08-01

    The study of complex networks that account for different types of interactions has become a subject of interest in the last few years, specially because its representational power in the description of users interactions in diverse online social platforms (Facebook, Twitter, Instagram, etc.). The mathematical description of these interacting networks has been coined under the name of multilayer networks, where each layer accounts for a type of interaction. It has been shown that diffusive processes on top of these networks present a phenomenology that cannot be explained by the naive superposition of single layer diffusive phenomena but require the whole structure of interconnected layers. Nevertheless, the description of diffusive phenomena on multilayer networks has obviated the fact that social networks have strong mesoscopic structure represented by different communities of individuals driven by common interests, or any other social aspect. In this work, we study the transfer of information in multilayer networks with community structure. The final goal is to understand and quantify, if the existence of well-defined community structure at the level of individual layers, together with the multilayer structure of the whole network, enhances or deteriorates the diffusion of packets of information.

  1. Network Exposure and Homicide Victimization in an African American Community

    PubMed Central

    Wildeman, Christopher

    2014-01-01

    Objectives. We estimated the association of an individual’s exposure to homicide in a social network and the risk of individual homicide victimization across a high-crime African American community. Methods. Combining 5 years of homicide and police records, we analyzed a network of 3718 high-risk individuals that was created by instances of co-offending. We used logistic regression to model the odds of being a gunshot homicide victim by individual characteristics, network position, and indirect exposure to homicide. Results. Forty-one percent of all gun homicides occurred within a network component containing less than 4% of the neighborhood’s population. Network-level indicators reduced the association between individual risk factors and homicide victimization and improved the overall prediction of individual victimization. Network exposure to homicide was strongly associated with victimization: the closer one is to a homicide victim, the greater the risk of victimization. Regression models show that exposure diminished with social distance: each social tie removed from a homicide victim decreased one’s odds of being a homicide victim by 57%. Conclusions. Risk of homicide in urban areas is even more highly concentrated than previously thought. We found that most of the risk of gun violence was concentrated in networks of identifiable individuals. Understanding these networks may improve prediction of individual homicide victimization within disadvantaged communities. PMID:24228655

  2. Community evolution mining and analysis in social network

    NASA Astrophysics Data System (ADS)

    Liu, Hongtao; Tian, Yuan; Liu, Xueyan; Jian, Jie

    2017-03-01

    With the development of digital and network technology, various social platforms emerge. These social platforms have greatly facilitated access to information, attracting more and more users. They use these social platforms every day to work, study and communicate, so every moment social platforms are generating massive amounts of data. These data can often be modeled as complex networks, making large-scale social network analysis possible. In this paper, the existing evolution classification model of community has been improved based on community evolution relationship over time in dynamic social network, and the Evolution-Tree structure is proposed which can show the whole life cycle of the community more clearly. The comparative test result shows that the improved model can excavate the evolution relationship of the community well.

  3. Program Spotlight: National Outreach Network's Community Health Educators

    Cancer.gov

    National Outreach Network of Community Health Educators located at Community Network Program Centers, Partnerships to Advance Cancer Health Equity, and NCI-designated cancer centers help patients and their families receive survivorship support.

  4. Building research infrastructure in community health centers: a Community Health Applied Research Network (CHARN) report.

    PubMed

    Likumahuwa, Sonja; Song, Hui; Singal, Robbie; Weir, Rosy Chang; Crane, Heidi; Muench, John; Sim, Shao-Chee; DeVoe, Jennifer E

    2013-01-01

    This article introduces the Community Health Applied Research Network (CHARN), a practice-based research network of community health centers (CHCs). Established by the Health Resources and Services Administration in 2010, CHARN is a network of 4 community research nodes, each with multiple affiliated CHCs and an academic center. The four nodes (18 individual CHCs and 4 academic partners in 9 states) are supported by a data coordinating center. Here we provide case studies detailing how CHARN is building research infrastructure and capacity in CHCs, with a particular focus on how community practice-academic partnerships were facilitated by the CHARN structure. The examples provided by the CHARN nodes include many of the building blocks of research capacity: communication capacity and "matchmaking" between providers and researchers; technology transfer; research methods tailored to community practice settings; and community institutional review board infrastructure to enable community oversight. We draw lessons learned from these case studies that we hope will serve as examples for other networks, with special relevance for community-based networks seeking to build research infrastructure in primary care settings.

  5. Building Research Infrastructure in Community Health Centers: A Community Health Applied Research Network (CHARN) Report

    PubMed Central

    Likumahuwa, Sonja; Song, Hui; Singal, Robbie; Weir, Rosy Chang; Crane, Heidi; Muench, John; Sim, Shao-Chee; DeVoe, Jennifer E.

    2015-01-01

    This article introduces the Community Health Applied Research Network (CHARN), a practice-based research network of community health centers (CHCs). Established by the Health Resources and Services Administration in 2010, CHARN is a network of 4 community research nodes, each with multiple affiliated CHCs and an academic center. The four nodes (18 individual CHCs and 4 academic partners in 9 states) are supported by a data coordinating center. Here we provide case studies detailing how CHARN is building research infrastructure and capacity in CHCs, with a particular focus on how community practice-academic partnerships were facilitated by the CHARN structure. The examples provided by the CHARN nodes include many of the building blocks of research capacity: communication capacity and “matchmaking” between providers and researchers; technology transfer; research methods tailored to community practice settings; and community institutional review board infrastructure to enable community oversight. We draw lessons learned from these case studies that we hope will serve as examples for other networks, with special relevance for community-based networks seeking to build research infrastructure in primary care settings. PMID:24004710

  6. Identifying Natural Alignments Between Ambulatory Surgery Centers and Local Health Systems: Building Broader Communities of Surgical Care.

    PubMed

    Funk, Russell J; Owen-Smith, Jason; Landon, Bruce E; Birkmeyer, John D; Hollingsworth, John M

    2017-02-01

    To develop and compare methods for identifying natural alignments between ambulatory surgery centers (ASCs) and hospitals that anchor local health systems. Using all-payer data from Florida's State Ambulatory Surgery and Inpatient Databases (2005-2009), we developed 3 methods for identifying alignments between ASCS and hospitals. The first, a geographic proximity approach, used spatial data to assign an ASC to its nearest hospital neighbor. The second, a predominant affiliation approach, assigned an ASC to the hospital with which it shared a plurality of surgeons. The third, a network community approach, linked an ASC with a larger group of hospitals held together by naturally occurring physician networks. We compared each method in terms of its ability to capture meaningful and stable affiliations and its administrative simplicity. Although the proximity approach was simplest to implement and produced the most durable alignments, ASC surgeon's loyalty to the assigned hospital was low with this method. The predominant affiliation and network community approaches performed better and nearly equivalently on these metrics, capturing more meaningful affiliations between ASCs and hospitals. However, the latter's alignments were least durable, and it was complex to administer. We describe 3 methods for identifying natural alignments between ASCs and hospitals, each with strengths and weaknesses. These methods will help health system managers identify ASCs with which to partner. Moreover, health services researchers and policy analysts can use them to study broader communities of surgical care.

  7. Detecting network communities beyond assortativity-related attributes

    NASA Astrophysics Data System (ADS)

    Liu, Xin; Murata, Tsuyoshi; Wakita, Ken

    2014-07-01

    In network science, assortativity refers to the tendency of links to exist between nodes with similar attributes. In social networks, for example, links tend to exist between individuals of similar age, nationality, location, race, income, educational level, religious belief, and language. Thus, various attributes jointly affect the network topology. An interesting problem is to detect community structure beyond some specific assortativity-related attributes ρ, i.e., to take out the effect of ρ on network topology and reveal the hidden community structures which are due to other attributes. An approach to this problem is to redefine the null model of the modularity measure, so as to simulate the effect of ρ on network topology. However, a challenge is that we do not know to what extent the network topology is affected by ρ and by other attributes. In this paper, we propose a distance modularity, which allows us to freely choose any suitable function to simulate the effect of ρ. Such freedom can help us probe the effect of ρ and detect the hidden communities which are due to other attributes. We test the effectiveness of distance modularity on synthetic benchmarks and two real-world networks.

  8. Sociospatial Knowledge Networks: Appraising Community as Place.

    ERIC Educational Resources Information Center

    Skelly, Anne H.; Arcury, Thomas A.; Gesler, Wilbert M.; Cravey, Altha J.; Dougherty, Molly C.; Washburn, Sarah A.; Nash, Sally

    2002-01-01

    A new theory of geographical analysis--sociospatial knowledge networks--provides a framework for understanding the social and spatial locations of a community's health knowledge and beliefs. This theory is guiding an ethnographic study of health beliefs, knowledge, and knowledge networks in a diverse rural community at high risk for type-2…

  9. Incorporating profile information in community detection for online social networks

    NASA Astrophysics Data System (ADS)

    Fan, W.; Yeung, K. H.

    2014-07-01

    Community structure is an important feature in the study of complex networks. It is because nodes of the same community may have similar properties. In this paper we extend two popular community detection methods to partition online social networks. In our extended methods, the profile information of users is used for partitioning. We apply the extended methods in several sample networks of Facebook. Compared with the original methods, the community structures we obtain have higher modularity. Our results indicate that users' profile information is consistent with the community structure of their friendship network to some extent. To the best of our knowledge, this paper is the first to discuss how profile information can be used to improve community detection in online social networks.

  10. Social capital in a lower socioeconomic palliative care population: a qualitative investigation of individual, community and civic networks and relations.

    PubMed

    Lewis, Joanne M; DiGiacomo, Michelle; Currow, David C; Davidson, Patricia M

    2014-01-01

    Lower socioeconomic populations live and die in contexts that render them vulnerable to poorer health and wellbeing. Contexts of care at the end of life are overwhelmingly determined by the capacity and nature of formal and informal networks and relations to support care. To date, studies exploring the nature of networks and relations of support in lower socioeconomic populations at the end of life are absent. This qualitative study sought to identify the nature of individual, community and civic networks and relations that defined the contexts of care for this group. Semi-structured qualitative interviews were conducted with 16 patients and 6 informal carers who identified that they had social and economic needs and were from a lower socioeconomic area. A social capital questionnaire identifying individual, community and civic networks and relations formed the interview guide. Interviews were audio-taped, transcribed and analysed using framework analysis. Participants identified that individual and community networks and relations of support were mainly inadequate to meet care needs. Specifically, data revealed: (1) individual (informal caregivers) networks and relations were small and fragile due to the nature of conflict and crisis; (2) community trust and engagement was limited and shifted by illness and caregiving; (3) and formal care services were inconsistent and provided limited practical support. Some transitions in community relations for support were noted. Levels of civic and government engagement and support were overall positive and enabled access to welfare resources. Networks and relations of support are essential for ensuring quality end of life care is achieved. Lower socioeconomic groups are at a distinct disadvantage where these networks and relations are limited, as they lack the resources necessary to augment these gaps. Understanding of the nature of assets and limitations, in networks and relations of support, is necessary to inform

  11. Sociospatial knowledge networks: appraising community as place.

    PubMed

    Skelly, Anne H; Arcury, Thomas A; Gesler, Wilbert M; Cravey, Altha J; Dougherty, Molly C; Washburn, Sarah A; Nash, Sally

    2002-04-01

    This article introduces a new theory of geographical analysis, sociospatial knowledge networks, for examining and understanding the spatial aspects of health knowledge (i.e., exactly where health beliefs and knowledge coincide with other support in the community). We present an overview of the theory of sociospatial knowledge networks and an example of how it is being used to guide an ongoing ethnographic study of health beliefs, knowledge, and knowledge networks in a rural community of African Americans, Latinos, and European Americans at high risk for, but not diagnosed with, type 2 diabetes mellitus. We believe that the geographical approach to understanding health beliefs and knowledge and how people acquire health information presented here is one that could serve other communities and community health practitioners working to improve chronic disease outcomes in diverse local environments. Copyright 2002 Wiley Periodicals, Inc.

  12. The Network Structure of Human Personality According to the NEO-PI-R: Matching Network Community Structure to Factor Structure

    PubMed Central

    Goekoop, Rutger; Goekoop, Jaap G.; Scholte, H. Steven

    2012-01-01

    Introduction Human personality is described preferentially in terms of factors (dimensions) found using factor analysis. An alternative and highly related method is network analysis, which may have several advantages over factor analytic methods. Aim To directly compare the ability of network community detection (NCD) and principal component factor analysis (PCA) to examine modularity in multidimensional datasets such as the neuroticism-extraversion-openness personality inventory revised (NEO-PI-R). Methods 434 healthy subjects were tested on the NEO-PI-R. PCA was performed to extract factor structures (FS) of the current dataset using both item scores and facet scores. Correlational network graphs were constructed from univariate correlation matrices of interactions between both items and facets. These networks were pruned in a link-by-link fashion while calculating the network community structure (NCS) of each resulting network using the Wakita Tsurumi clustering algorithm. NCSs were matched against FS and networks of best matches were kept for further analysis. Results At facet level, NCS showed a best match (96.2%) with a ‘confirmatory’ 5-FS. At item level, NCS showed a best match (80%) with the standard 5-FS and involved a total of 6 network clusters. Lesser matches were found with ‘confirmatory’ 5-FS and ‘exploratory’ 6-FS of the current dataset. Network analysis did not identify facets as a separate level of organization in between items and clusters. A small-world network structure was found in both item- and facet level networks. Conclusion We present the first optimized network graph of personality traits according to the NEO-PI-R: a ‘Personality Web’. Such a web may represent the possible routes that subjects can take during personality development. NCD outperforms PCA by producing plausible modularity at item level in non-standard datasets, and can identify the key roles of individual items and clusters in the network. PMID:23284713

  13. The network structure of human personality according to the NEO-PI-R: matching network community structure to factor structure.

    PubMed

    Goekoop, Rutger; Goekoop, Jaap G; Scholte, H Steven

    2012-01-01

    Human personality is described preferentially in terms of factors (dimensions) found using factor analysis. An alternative and highly related method is network analysis, which may have several advantages over factor analytic methods. To directly compare the ability of network community detection (NCD) and principal component factor analysis (PCA) to examine modularity in multidimensional datasets such as the neuroticism-extraversion-openness personality inventory revised (NEO-PI-R). 434 healthy subjects were tested on the NEO-PI-R. PCA was performed to extract factor structures (FS) of the current dataset using both item scores and facet scores. Correlational network graphs were constructed from univariate correlation matrices of interactions between both items and facets. These networks were pruned in a link-by-link fashion while calculating the network community structure (NCS) of each resulting network using the Wakita Tsurumi clustering algorithm. NCSs were matched against FS and networks of best matches were kept for further analysis. At facet level, NCS showed a best match (96.2%) with a 'confirmatory' 5-FS. At item level, NCS showed a best match (80%) with the standard 5-FS and involved a total of 6 network clusters. Lesser matches were found with 'confirmatory' 5-FS and 'exploratory' 6-FS of the current dataset. Network analysis did not identify facets as a separate level of organization in between items and clusters. A small-world network structure was found in both item- and facet level networks. We present the first optimized network graph of personality traits according to the NEO-PI-R: a 'Personality Web'. Such a web may represent the possible routes that subjects can take during personality development. NCD outperforms PCA by producing plausible modularity at item level in non-standard datasets, and can identify the key roles of individual items and clusters in the network.

  14. Epidemic spreading in time-varying community networks.

    PubMed

    Ren, Guangming; Wang, Xingyuan

    2014-06-01

    The spreading processes of many infectious diseases have comparable time scale as the network evolution. Here, we present a simple networks model with time-varying community structure, and investigate susceptible-infected-susceptible epidemic spreading processes in this model. By both theoretic analysis and numerical simulations, we show that the efficiency of epidemic spreading in this model depends intensively on the mobility rate q of the individuals among communities. We also find that there exists a mobility rate threshold qc. The epidemic will survive when q > qc and die when q < qc. These results can help understanding the impacts of human travel on the epidemic spreading in complex networks with community structure.

  15. The Community Science Workshop Network Story: Becoming a Networked Organization

    ERIC Educational Resources Information Center

    St. John, Mark

    2014-01-01

    The Community Science Workshops (CSWs)--with funding from the S.D. Bechtel, Jr. Foundation, and the Gordon and Betty Moore Foundation--created a network among the CSW sites in California. The goals of the CSW Network project have been to improve programs, build capacity throughout the Network, and establish new sites. Inverness Research has been…

  16. A cooperative game framework for detecting overlapping communities in social networks

    NASA Astrophysics Data System (ADS)

    Jonnalagadda, Annapurna; Kuppusamy, Lakshmanan

    2018-02-01

    Community detection in social networks is a challenging and complex task, which received much attention from researchers of multiple domains in recent years. The evolution of communities in social networks happens merely due to the self-interest of the nodes. The interesting feature of community structure in social networks is the multi membership of the nodes resulting in overlapping communities. Assuming the nodes of the social network as self-interested players, the dynamics of community formation can be captured in the form of a game. In this paper, we propose a greedy algorithm, namely, Weighted Graph Community Game (WGCG), in order to model the interactions among the self-interested nodes of the social network. The proposed algorithm employs the Shapley value mechanism to discover the inherent communities of the underlying social network. The experimental evaluation on the real-world and synthetic benchmark networks demonstrates that the performance of the proposed algorithm is superior to the state-of-the-art overlapping community detection algorithms.

  17. Community detection for networks with unipartite and bipartite structure

    NASA Astrophysics Data System (ADS)

    Chang, Chang; Tang, Chao

    2014-09-01

    Finding community structures in networks is important in network science, technology, and applications. To date, most algorithms that aim to find community structures only focus either on unipartite or bipartite networks. A unipartite network consists of one set of nodes and a bipartite network consists of two nonoverlapping sets of nodes with only links joining the nodes in different sets. However, a third type of network exists, defined here as the mixture network. Just like a bipartite network, a mixture network also consists of two sets of nodes, but some nodes may simultaneously belong to two sets, which breaks the nonoverlapping restriction of a bipartite network. The mixture network can be considered as a general case, with unipartite and bipartite networks viewed as its limiting cases. A mixture network can represent not only all the unipartite and bipartite networks, but also a wide range of real-world networks that cannot be properly represented as either unipartite or bipartite networks in fields such as biology and social science. Based on this observation, we first propose a probabilistic model that can find modules in unipartite, bipartite, and mixture networks in a unified framework based on the link community model for a unipartite undirected network [B Ball et al (2011 Phys. Rev. E 84 036103)]. We test our algorithm on synthetic networks (both overlapping and nonoverlapping communities) and apply it to two real-world networks: a southern women bipartite network and a human transcriptional regulatory mixture network. The results suggest that our model performs well for all three types of networks, is competitive with other algorithms for unipartite or bipartite networks, and is applicable to real-world networks.

  18. [Study on dilemma and strategy of community support network by community organization for prevention of isolated death in an urban area].

    PubMed

    Masuda, Yuzuri; Tadaka, Etsuko; Dai, Yuka; Itoi, Waka; Taguchi, Rie; Kawahara, Chie

    2011-12-01

    Isolated death of elderly is recognized as a severe social problem in public health and it is an urgent requirement that a supportive community network be organized so that its occurrence is minimized. The purpose of this research was to analyze actual issues of a supportive community network for elderly within the community and to obtain clues for useful actions to prevent isolated death of elderly individuals in the future. The subjects were 14 representatives of a supportive community network for elderly in A City, B Ward and C District (as a junior high school segment). The research was conducted with a qualitative inductively approach using the Focus Group Interview (FGI). Interviews were focused on difficulties and perspectives within their daily support activities in the community, and were held three times during October 2009 to March 2010. The FGI records were then analyzed with meaningful minimal words and sentences, categorized codes, and then those codes were classified into subcategories or categories. Three categories, Individual, Neighborhood and Community network for elderly resulted from the analysis. Regarding difficulties, "Refusing supports or indifference", "Isolation or Tojikomori in the youth generation", "Lack of family support", "Relationships among their residents weakening gradually", "Unfamiliar newcomers and residents", "Residence feels burden on association with neighborhood", "Limitation of support activities under personal security", "Lack of resources for persons and places of gathering" were identified. On the other hand, perspectives in the community network for elderly were "Building relationships personally", "Invitation to community meetings as companions", "Development of safety confirmation", "Helping each other in the neighborhood", "Stimulate enforcement of bonding in daily life", "Making arrangements for regional administration and residents for supportive activites", "Fostering the trust and connection of residence". To

  19. Adaptive multi-resolution Modularity for detecting communities in networks

    NASA Astrophysics Data System (ADS)

    Chen, Shi; Wang, Zhi-Zhong; Bao, Mei-Hua; Tang, Liang; Zhou, Ji; Xiang, Ju; Li, Jian-Ming; Yi, Chen-He

    2018-02-01

    Community structure is a common topological property of complex networks, which attracted much attention from various fields. Optimizing quality functions for community structures is a kind of popular strategy for community detection, such as Modularity optimization. Here, we introduce a general definition of Modularity, by which several classical (multi-resolution) Modularity can be derived, and then propose a kind of adaptive (multi-resolution) Modularity that can combine the advantages of different Modularity. By applying the Modularity to various synthetic and real-world networks, we study the behaviors of the methods, showing the validity and advantages of the multi-resolution Modularity in community detection. The adaptive Modularity, as a kind of multi-resolution method, can naturally solve the first-type limit of Modularity and detect communities at different scales; it can quicken the disconnecting of communities and delay the breakup of communities in heterogeneous networks; and thus it is expected to generate the stable community structures in networks more effectively and have stronger tolerance against the second-type limit of Modularity.

  20. Social network fragmentation and community health.

    PubMed

    Chami, Goylette F; Ahnert, Sebastian E; Kabatereine, Narcis B; Tukahebwa, Edridah M

    2017-09-05

    Community health interventions often seek to intentionally destroy paths between individuals to prevent the spread of infectious diseases. Immunizing individuals through direct vaccination or the provision of health education prevents pathogen transmission and the propagation of misinformation concerning medical treatments. However, it remains an open question whether network-based strategies should be used in place of conventional field approaches to target individuals for medical treatment in low-income countries. We collected complete friendship and health advice networks in 17 rural villages of Mayuge District, Uganda. Here we show that acquaintance algorithms, i.e., selecting neighbors of randomly selected nodes, were systematically more efficient in fragmenting all networks than targeting well-established community roles, i.e., health workers, village government members, and schoolteachers. Additionally, community roles were not good proxy indicators of physical proximity to other households or connections to many sick people. We also show that acquaintance algorithms were effective in offsetting potential noncompliance with deworming treatments for 16,357 individuals during mass drug administration (MDA). Health advice networks were destroyed more easily than friendship networks. Only an average of 32% of nodes were removed from health advice networks to reduce the percentage of nodes at risk for refusing treatment in MDA to below 25%. Treatment compliance of at least 75% is needed in MDA to control human morbidity attributable to parasitic worms and progress toward elimination. Our findings point toward the potential use of network-based approaches as an alternative to role-based strategies for targeting individuals in rural health interventions.

  1. The evolution of communities in the international oil trade network

    NASA Astrophysics Data System (ADS)

    Zhong, Weiqiong; An, Haizhong; Gao, Xiangyun; Sun, Xiaoqi

    2014-11-01

    International oil trade is a subset of global trade and there exist oil trade communities. These communities evolve over time and provide clues of international oil trade patterns. A better understanding of the international oil trade patterns is necessary for governments in policy making. To study the evolution of trade communities in the international oil trade network, we set up unweighted and weighted oil trade network models based on complex network theory using data from 2002 to 2011. We detected the communities in the oil trade networks and analyzed their evolutionary properties and stabilities over time. We found that the unweighted and weighted international oil trade networks show many different features in terms of community number, community scale, distribution of countries, quality of partitions, and stability of communities. Two turning points occurred in the evolution of community stability in the international oil trade network. One is the year 2004-2005 which correlates with changes in demand and supply in the world oil market after the Iraq War, and the other is the year 2008-2009 which is connected to the 2008 financial crisis. Different causations of instability show different features and this should be considered by policy makers.

  2. Epidemic spreading in time-varying community networks

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Ren, Guangming, E-mail: wangxy@dlut.edu.cn, E-mail: ren-guang-ming@163.com; Faculty of Electronic Information and Electrical Engineering, Dalian University of Technology, Dalian 116024; Wang, Xingyuan, E-mail: wangxy@dlut.edu.cn, E-mail: ren-guang-ming@163.com

    2014-06-15

    The spreading processes of many infectious diseases have comparable time scale as the network evolution. Here, we present a simple networks model with time-varying community structure, and investigate susceptible-infected-susceptible epidemic spreading processes in this model. By both theoretic analysis and numerical simulations, we show that the efficiency of epidemic spreading in this model depends intensively on the mobility rate q of the individuals among communities. We also find that there exists a mobility rate threshold q{sub c}. The epidemic will survive when q > q{sub c} and die when q < q{sub c}. These results can help understanding the impacts of human travel onmore » the epidemic spreading in complex networks with community structure.« less

  3. Community detection, link prediction, and layer interdependence in multilayer networks.

    PubMed

    De Bacco, Caterina; Power, Eleanor A; Larremore, Daniel B; Moore, Cristopher

    2017-04-01

    Complex systems are often characterized by distinct types of interactions between the same entities. These can be described as a multilayer network where each layer represents one type of interaction. These layers may be interdependent in complicated ways, revealing different kinds of structure in the network. In this work we present a generative model, and an efficient expectation-maximization algorithm, which allows us to perform inference tasks such as community detection and link prediction in this setting. Our model assumes overlapping communities that are common between the layers, while allowing these communities to affect each layer in a different way, including arbitrary mixtures of assortative, disassortative, or directed structure. It also gives us a mathematically principled way to define the interdependence between layers, by measuring how much information about one layer helps us predict links in another layer. In particular, this allows us to bundle layers together to compress redundant information and identify small groups of layers which suffice to predict the remaining layers accurately. We illustrate these findings by analyzing synthetic data and two real multilayer networks, one representing social support relationships among villagers in South India and the other representing shared genetic substring material between genes of the malaria parasite.

  4. Community detection, link prediction, and layer interdependence in multilayer networks

    NASA Astrophysics Data System (ADS)

    De Bacco, Caterina; Power, Eleanor A.; Larremore, Daniel B.; Moore, Cristopher

    2017-04-01

    Complex systems are often characterized by distinct types of interactions between the same entities. These can be described as a multilayer network where each layer represents one type of interaction. These layers may be interdependent in complicated ways, revealing different kinds of structure in the network. In this work we present a generative model, and an efficient expectation-maximization algorithm, which allows us to perform inference tasks such as community detection and link prediction in this setting. Our model assumes overlapping communities that are common between the layers, while allowing these communities to affect each layer in a different way, including arbitrary mixtures of assortative, disassortative, or directed structure. It also gives us a mathematically principled way to define the interdependence between layers, by measuring how much information about one layer helps us predict links in another layer. In particular, this allows us to bundle layers together to compress redundant information and identify small groups of layers which suffice to predict the remaining layers accurately. We illustrate these findings by analyzing synthetic data and two real multilayer networks, one representing social support relationships among villagers in South India and the other representing shared genetic substring material between genes of the malaria parasite.

  5. The Virginia Community Cadre Network: Community Reintegration of Persons with Spinal Cord Injury.

    ERIC Educational Resources Information Center

    Wilson, Walter C.; Thompson, Donald D.

    1983-01-01

    The Community Cadre Network in Virginia is a local support network for helping individuals with spinal cord injuries make the transition from an institutional setting to home and community life. Cadre members are people who have been through the experience of traumatic injury, rehabilitation, and return home. (SEW)

  6. Detection of stable community structures within gut microbiota co-occurrence networks from different human populations.

    PubMed

    Jackson, Matthew A; Bonder, Marc Jan; Kuncheva, Zhana; Zierer, Jonas; Fu, Jingyuan; Kurilshikov, Alexander; Wijmenga, Cisca; Zhernakova, Alexandra; Bell, Jordana T; Spector, Tim D; Steves, Claire J

    2018-01-01

    Microbes in the gut microbiome form sub-communities based on shared niche specialisations and specific interactions between individual taxa. The inter-microbial relationships that define these communities can be inferred from the co-occurrence of taxa across multiple samples. Here, we present an approach to identify comparable communities within different gut microbiota co-occurrence networks, and demonstrate its use by comparing the gut microbiota community structures of three geographically diverse populations. We combine gut microbiota profiles from 2,764 British, 1,023 Dutch, and 639 Israeli individuals, derive co-occurrence networks between their operational taxonomic units, and detect comparable communities within them. Comparing populations we find that community structure is significantly more similar between datasets than expected by chance. Mapping communities across the datasets, we also show that communities can have similar associations to host phenotypes in different populations. This study shows that the community structure within the gut microbiota is stable across populations, and describes a novel approach that facilitates comparative community-centric microbiome analyses.

  7. Identifying PHM market and network opportunities.

    PubMed

    Grube, Mark E; Krishnaswamy, Anand; Poziemski, John; York, Robert W

    2015-11-01

    Two key processes for healthcare organizations seeking to assume a financially sustainable role in population health management (PHM), after laying the groundwork for the effort, are to identify potential PHM market opportunities and determine the scope of the PHM network. Key variables organizations should consider with respect to market opportunities include the patient population, the overall insurance/employer market, and available types of insurance products. Regarding the network's scope, organizations should consider both traditional strategic criteria for a viable network and at least five additional criteria: network essentiality and PHM care continuum, network adequacy, service distribution right-sizing, network growth strategy, and organizational agility.

  8. Convergent evolution of modularity in metabolic networks through different community structures.

    PubMed

    Zhou, Wanding; Nakhleh, Luay

    2012-09-14

    It has been reported that the modularity of metabolic networks of bacteria is closely related to the variability of their living habitats. However, given the dependency of the modularity score on the community structure, it remains unknown whether organisms achieve certain modularity via similar or different community structures. In this work, we studied the relationship between similarities in modularity scores and similarities in community structures of the metabolic networks of 1021 species. Both similarities are then compared against the genetic distances. We revisited the association between modularity and variability of the microbial living environments and extended the analysis to other aspects of their life style such as temperature and oxygen requirements. We also tested both topological and biological intuition of the community structures identified and investigated the extent of their conservation with respect to the taxonomy. We find that similar modularities are realized by different community structures. We find that such convergent evolution of modularity is closely associated with the number of (distinct) enzymes in the organism's metabolome, a consequence of different life styles of the species. We find that the order of modularity is the same as the order of the number of the enzymes under the classification based on the temperature preference but not on the oxygen requirement. Besides, inspection of modularity-based communities reveals that these communities are graph-theoretically meaningful yet not reflective of specific biological functions. From an evolutionary perspective, we find that the community structures are conserved only at the level of kingdoms. Our results call for more investigation into the interplay between evolution and modularity: how evolution shapes modularity, and how modularity affects evolution (mainly in terms of fitness and evolvability). Further, our results call for exploring new measures of modularity and network

  9. Convergent evolution of modularity in metabolic networks through different community structures

    PubMed Central

    2012-01-01

    Background It has been reported that the modularity of metabolic networks of bacteria is closely related to the variability of their living habitats. However, given the dependency of the modularity score on the community structure, it remains unknown whether organisms achieve certain modularity via similar or different community structures. Results In this work, we studied the relationship between similarities in modularity scores and similarities in community structures of the metabolic networks of 1021 species. Both similarities are then compared against the genetic distances. We revisited the association between modularity and variability of the microbial living environments and extended the analysis to other aspects of their life style such as temperature and oxygen requirements. We also tested both topological and biological intuition of the community structures identified and investigated the extent of their conservation with respect to the taxomony. Conclusions We find that similar modularities are realized by different community structures. We find that such convergent evolution of modularity is closely associated with the number of (distinct) enzymes in the organism’s metabolome, a consequence of different life styles of the species. We find that the order of modularity is the same as the order of the number of the enzymes under the classification based on the temperature preference but not on the oxygen requirement. Besides, inspection of modularity-based communities reveals that these communities are graph-theoretically meaningful yet not reflective of specific biological functions. From an evolutionary perspective, we find that the community structures are conserved only at the level of kingdoms. Our results call for more investigation into the interplay between evolution and modularity: how evolution shapes modularity, and how modularity affects evolution (mainly in terms of fitness and evolvability). Further, our results call for exploring new

  10. Evolving a NASA Digital Object Identifiers System with Community Engagement

    NASA Astrophysics Data System (ADS)

    Wanchoo, L.; James, N.

    2016-12-01

    In 2010, NASA's Earth Science Data and Information System (ESDIS) Project began investigating the assignment of unique identifiers to its suite of data products being stewarded at data centers distributed across the country. This process led to the use of Digital Object Identifiers (DOIs) and the development of an automated system for the registration of these DOIs. Since that time, the ESDIS DOI registration system has evolved to be fully functional with over 3000 publicly accessible DOIs and over 1000 being held in reserve status until the information required for registration is obtained. The goal is to assign DOIs to the entire 7000+ data collections under ESDIS management via its network of discipline-oriented data centers. A key factor in the successful evolution of the DOI registration system has been the incorporation of community input. Over the last 3 years, ESDIS has solicited community input for making the DOI registration process more efficient through three focus groups under NASA's Earth Science Data System Working Group (ESDSWG). These groups were largely composed of DOI submitters and data curators from the 12 data centers serving user communities of various science disciplines. The suggestions from these groups were formulated into recommendations for ESDIS consideration and implementation. This poster will describe the process and the activities of each focus group, their recommendations, and how these recommendations were implemented.

  11. The ground truth about metadata and community detection in networks.

    PubMed

    Peel, Leto; Larremore, Daniel B; Clauset, Aaron

    2017-05-01

    Across many scientific domains, there is a common need to automatically extract a simplified view or coarse-graining of how a complex system's components interact. This general task is called community detection in networks and is analogous to searching for clusters in independent vector data. It is common to evaluate the performance of community detection algorithms by their ability to find so-called ground truth communities. This works well in synthetic networks with planted communities because these networks' links are formed explicitly based on those known communities. However, there are no planted communities in real-world networks. Instead, it is standard practice to treat some observed discrete-valued node attributes, or metadata, as ground truth. We show that metadata are not the same as ground truth and that treating them as such induces severe theoretical and practical problems. We prove that no algorithm can uniquely solve community detection, and we prove a general No Free Lunch theorem for community detection, which implies that there can be no algorithm that is optimal for all possible community detection tasks. However, community detection remains a powerful tool and node metadata still have value, so a careful exploration of their relationship with network structure can yield insights of genuine worth. We illustrate this point by introducing two statistical techniques that can quantify the relationship between metadata and community structure for a broad class of models. We demonstrate these techniques using both synthetic and real-world networks, and for multiple types of metadata and community structures.

  12. Community organizing network for environmental health: using a community health development approach to increase community capacity around reduction of environmental triggers.

    PubMed

    Parker, Edith A; Chung, Lynna K; Israel, Barbara A; Reyes, Angela; Wilkins, Donele

    2010-04-01

    The Community Organizing Network for Environmental Health (CONEH), a project of Community Action Against Asthma, used a community health development approach to improve children's asthma-related health through increasing the community's capacity to reduce physical and social environmental triggers for asthma. Three community organizers were hired to work with community groups and residents in neighborhoods in Detroit on the priority areas of air quality, housing, and citizen involvement in the environmental project and policy decision-making. As part of the evaluation of the CONEH project, 20 one-on-one semi-structured, in-depth interviews were conducted between August and November 2005 involving steering committee members, staff members, and key community organization staff and/or community members. Using data from the evaluation of the CONEH project, this article identifies the dimensions of community capacity that were enhanced as part of a CBPR community health development approach to reducing physical and social environmental triggers associated with childhood asthma and the factors that facilitated or inhibited the enhancement of community capacity.

  13. Stylized facts in social networks: Community-based static modeling

    NASA Astrophysics Data System (ADS)

    Jo, Hang-Hyun; Murase, Yohsuke; Török, János; Kertész, János; Kaski, Kimmo

    2018-06-01

    The past analyses of datasets of social networks have enabled us to make empirical findings of a number of aspects of human society, which are commonly featured as stylized facts of social networks, such as broad distributions of network quantities, existence of communities, assortative mixing, and intensity-topology correlations. Since the understanding of the structure of these complex social networks is far from complete, for deeper insight into human society more comprehensive datasets and modeling of the stylized facts are needed. Although the existing dynamical and static models can generate some stylized facts, here we take an alternative approach by devising a community-based static model with heterogeneous community sizes and larger communities having smaller link density and weight. With these few assumptions we are able to generate realistic social networks that show most stylized facts for a wide range of parameters, as demonstrated numerically and analytically. Since our community-based static model is simple to implement and easily scalable, it can be used as a reference system, benchmark, or testbed for further applications.

  14. Evolution properties of the community members for dynamic networks

    NASA Astrophysics Data System (ADS)

    Yang, Kai; Guo, Qiang; Li, Sheng-Nan; Han, Jing-Ti; Liu, Jian-Guo

    2017-03-01

    The collective behaviors of community members for dynamic social networks are significant for understanding evolution features of communities. In this Letter, we empirically investigate the evolution properties of the new community members for dynamic networks. Firstly, we separate data sets into different slices, and analyze the statistical properties of new members as well as communities they joined in for these data sets. Then we introduce a parameter φ to describe community evolution between different slices and investigate the dynamic community properties of the new community members. The empirical analyses for the Facebook, APS, Enron and Wiki data sets indicate that both the number of new members and joint communities increase, the ratio declines rapidly and then becomes stable over time, and most of the new members will join in the small size communities that is s ≤ 10. Furthermore, the proportion of new members in existed communities decreases firstly and then becomes stable and relatively small for these data sets. Our work may be helpful for deeply understanding the evolution properties of community members for social networks.

  15. The Imperial County Community Air Monitoring Network: A Model for Community-based Environmental Monitoring for Public Health Action

    PubMed Central

    Olmedo, Luis; Bejarano, Ester; Lugo, Humberto; Murillo, Eduardo; Seto, Edmund; Wong, Michelle; King, Galatea; Wilkie, Alexa; Meltzer, Dan; Carvlin, Graeme; Jerrett, Michael; Northcross, Amanda

    2017-01-01

    Summary: The Imperial County Community Air Monitoring Network (the Network) is a collaborative group of community, academic, nongovernmental, and government partners designed to fill the need for more detailed data on particulate matter in an area that often exceeds air quality standards. The Network employs a community-based environmental monitoring process in which the community and researchers have specific, well-defined roles as part of an equitable partnership that also includes shared decision-making to determine study direction, plan research protocols, and conduct project activities. The Network is currently producing real-time particulate matter data from 40 low-cost sensors throughout Imperial County, one of the largest community-based air networks in the United States. Establishment of a community-led air network involves engaging community members to be citizen-scientists in the monitoring, siting, and data collection process. Attention to technical issues regarding instrument calibration and validation and electronic transfer and storage of data is also essential. Finally, continued community health improvements will be predicated on facilitating community ownership and sustainability of the network after research funds have been expended. https://doi.org/10.1289/EHP1772 PMID:28886604

  16. Community Structure in Online Collegiate Social Networks

    NASA Astrophysics Data System (ADS)

    Traud, Amanda; Kelsic, Eric; Mucha, Peter; Porter, Mason

    2009-03-01

    Online social networking sites have become increasingly popular with college students. The networks we studied are defined through ``friendships'' indicated by Facebook users from UNC, Oklahoma, Caltech, Georgetown, and Princeton. We apply the tools of network science to study the Facebook networks from these five different universities at a single point in time. We investigate each single-institution network's community structure, which we obtain through partitioning the graph using an eigenvector method. We use both graphical and quantitative tools, including pair-counting methods, which we interpret through statistical analysis and permutation tests to measure the correlations between the network communities and a set of characteristics given by each user (residence, class year, major, and high school). We also analyze the single gender subsets of these networks, and the impact of missing demographical data. Our study allows us to compare the online social networks for the five schools as well as infer differences in offline social interactions. At the schools studied, we were able to define which characteristics of the Facebook users correlate best with friendships.

  17. Social capital in a lower socioeconomic palliative care population: a qualitative investigation of individual, community and civic networks and relations

    PubMed Central

    2014-01-01

    Background Lower socioeconomic populations live and die in contexts that render them vulnerable to poorer health and wellbeing. Contexts of care at the end of life are overwhelmingly determined by the capacity and nature of formal and informal networks and relations to support care. To date, studies exploring the nature of networks and relations of support in lower socioeconomic populations at the end of life are absent. This qualitative study sought to identify the nature of individual, community and civic networks and relations that defined the contexts of care for this group. Methods Semi-structured qualitative interviews were conducted with 16 patients and 6 informal carers who identified that they had social and economic needs and were from a lower socioeconomic area. A social capital questionnaire identifying individual, community and civic networks and relations formed the interview guide. Interviews were audio-taped, transcribed and analysed using framework analysis. Results Participants identified that individual and community networks and relations of support were mainly inadequate to meet care needs. Specifically, data revealed: (1) individual (informal caregivers) networks and relations were small and fragile due to the nature of conflict and crisis; (2) community trust and engagement was limited and shifted by illness and caregiving; (3) and formal care services were inconsistent and provided limited practical support. Some transitions in community relations for support were noted. Levels of civic and government engagement and support were overall positive and enabled access to welfare resources. Conclusion Networks and relations of support are essential for ensuring quality end of life care is achieved. Lower socioeconomic groups are at a distinct disadvantage where these networks and relations are limited, as they lack the resources necessary to augment these gaps. Understanding of the nature of assets and limitations, in networks and relations of

  18. Incorporation of spatial interactions in location networks to identify critical geo-referenced routes for assessing disease control measures on a large-scale campus.

    PubMed

    Wen, Tzai-Hung; Chin, Wei Chien Benny

    2015-04-14

    Respiratory diseases mainly spread through interpersonal contact. Class suspension is the most direct strategy to prevent the spread of disease through elementary or secondary schools by blocking the contact network. However, as university students usually attend courses in different buildings, the daily contact patterns on a university campus are complicated, and once disease clusters have occurred, suspending classes is far from an efficient strategy to control disease spread. The purpose of this study is to propose a methodological framework for generating campus location networks from a routine administration database, analyzing the community structure of the network, and identifying the critical links and nodes for blocking respiratory disease transmission. The data comes from the student enrollment records of a major comprehensive university in Taiwan. We combined the social network analysis and spatial interaction model to establish a geo-referenced community structure among the classroom buildings. We also identified the critical links among the communities that were acting as contact bridges and explored the changes in the location network after the sequential removal of the high-risk buildings. Instead of conducting a questionnaire survey, the study established a standard procedure for constructing a location network on a large-scale campus from a routine curriculum database. We also present how a location network structure at a campus could function to target the high-risk buildings as the bridges connecting communities for blocking disease transmission.

  19. Community Organizing Network for Environmental Health: Using a Community Health Development Approach to Increase Community Capacity around Reduction of Environmental Triggers

    PubMed Central

    Chung, Lynna K.; Israel, Barbara A.; Reyes, Angela; Wilkins, Donele

    2010-01-01

    The Community Organizing Network for Environmental Health (CONEH), a project of Community Action Against Asthma, used a community health development approach to improve children’s asthma-related health through increasing the community’s capacity to reduce physical and social environmental triggers for asthma. Three community organizers were hired to work with community groups and residents in neighborhoods in Detroit on the priority areas of air quality, housing, and citizen involvement in the environmental project and policy decision-making. As part of the evaluation of the CONEH project, 20 one-on-one semi-structured, in-depth interviews were conducted between August and November 2005 involving steering committee members, staff members, and key community organization staff and/or community members. Using data from the evaluation of the CONEH project, this article identifies the dimensions of community capacity that were enhanced as part of a CBPR community health development approach to reducing physical and social environmental triggers associated with childhood asthma and the factors that facilitated or inhibited the enhancement of community capacity. PMID:20306137

  20. Learning Networks--Enabling Change through Community Action Research

    ERIC Educational Resources Information Center

    Bleach, Josephine

    2016-01-01

    Learning networks are a critical element of ethos of the community action research approach taken by the Early Learning Initiative at the National College of Ireland, a community-based educational initiative in the Dublin Docklands. Key criteria for networking, whether at local, national or international level, are the individual's and…

  1. Discursive Deployments: Mobilizing Support for Municipal and Community Wireless Networks in the U.S.

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Alvarez, Rosio; Rodriguez, Juana Maria

    2008-08-16

    This paper examines Municipal Wireless (MW) deployments in the United States. In particular, the interest is in understanding how discourse has worked to mobilize widespread support for MW networks. We explore how local governments discursively deploy the language of social movements to create a shared understanding of the networking needs of communities. Through the process of"framing" local governments assign meaning to the MW networks in ways intended to mobilize support anddemobilize opposition. The mobilizing potential of a frame varies and is dependent on its centrality and cultural resonance. We examine the framing efforts of MW networks by using a samplemore » of Request for Proposals for community wireless networks, semi-structured interviews and local media sources. Prominent values that are central to a majority of the projects and others that are culturally specific are identified and analyzed for their mobilizing potency.« less

  2. KDU E-Community Network.

    ERIC Educational Resources Information Center

    Jonhendro; Ching, Goh Bee; Wahab, Rohazna; Leng, Wang Meei; Aun, Jimmy Tan Lip; Yeoh, Eugene; Hock, Oon; Koo, W. K.

    2001-01-01

    Describes an education initiative developed by a company in Malaysia, the KDU, to implement a student-centered, teacher-facilitated, educational technology-enabled and knowledge-based learning environment. Explains the KDU e-Community Network that enables passive, interactive, collaborative, and constructivist learning for a variety of…

  3. Detecting communities in large networks

    NASA Astrophysics Data System (ADS)

    Capocci, A.; Servedio, V. D. P.; Caldarelli, G.; Colaiori, F.

    2005-07-01

    We develop an algorithm to detect community structure in complex networks. The algorithm is based on spectral methods and takes into account weights and link orientation. Since the method detects efficiently clustered nodes in large networks even when these are not sharply partitioned, it turns to be specially suitable for the analysis of social and information networks. We test the algorithm on a large-scale data-set from a psychological experiment of word association. In this case, it proves to be successful both in clustering words, and in uncovering mental association patterns.

  4. Topic segmentation via community detection in complex networks

    NASA Astrophysics Data System (ADS)

    de Arruda, Henrique F.; Costa, Luciano da F.; Amancio, Diego R.

    2016-06-01

    Many real systems have been modeled in terms of network concepts, and written texts are a particular example of information networks. In recent years, the use of network methods to analyze language has allowed the discovery of several interesting effects, including the proposition of novel models to explain the emergence of fundamental universal patterns. While syntactical networks, one of the most prevalent networked models of written texts, display both scale-free and small-world properties, such a representation fails in capturing other textual features, such as the organization in topics or subjects. We propose a novel network representation whose main purpose is to capture the semantical relationships of words in a simple way. To do so, we link all words co-occurring in the same semantic context, which is defined in a threefold way. We show that the proposed representations favor the emergence of communities of semantically related words, and this feature may be used to identify relevant topics. The proposed methodology to detect topics was applied to segment selected Wikipedia articles. We found that, in general, our methods outperform traditional bag-of-words representations, which suggests that a high-level textual representation may be useful to study the semantical features of texts.

  5. Topic segmentation via community detection in complex networks.

    PubMed

    de Arruda, Henrique F; Costa, Luciano da F; Amancio, Diego R

    2016-06-01

    Many real systems have been modeled in terms of network concepts, and written texts are a particular example of information networks. In recent years, the use of network methods to analyze language has allowed the discovery of several interesting effects, including the proposition of novel models to explain the emergence of fundamental universal patterns. While syntactical networks, one of the most prevalent networked models of written texts, display both scale-free and small-world properties, such a representation fails in capturing other textual features, such as the organization in topics or subjects. We propose a novel network representation whose main purpose is to capture the semantical relationships of words in a simple way. To do so, we link all words co-occurring in the same semantic context, which is defined in a threefold way. We show that the proposed representations favor the emergence of communities of semantically related words, and this feature may be used to identify relevant topics. The proposed methodology to detect topics was applied to segment selected Wikipedia articles. We found that, in general, our methods outperform traditional bag-of-words representations, which suggests that a high-level textual representation may be useful to study the semantical features of texts.

  6. Emergence of Multiplex Communities in Collaboration Networks.

    PubMed

    Battiston, Federico; Iacovacci, Jacopo; Nicosia, Vincenzo; Bianconi, Ginestra; Latora, Vito

    2016-01-01

    Community structures in collaboration networks reflect the natural tendency of individuals to organize their work in groups in order to better achieve common goals. In most of the cases, individuals exploit their connections to introduce themselves to new areas of interests, giving rise to multifaceted collaborations which span different fields. In this paper, we analyse collaborations in science and among movie actors as multiplex networks, where the layers represent respectively research topics and movie genres, and we show that communities indeed coexist and overlap at the different layers of such systems. We then propose a model to grow multiplex networks based on two mechanisms of intra and inter-layer triadic closure which mimic the real processes by which collaborations evolve. We show that our model is able to explain the multiplex community structure observed empirically, and we infer the strength of the two underlying social mechanisms from real-world systems. Being also able to correctly reproduce the values of intra-layer and inter-layer assortativity correlations, the model contributes to a better understanding of the principles driving the evolution of social networks.

  7. Game Theoretical Analysis on Cooperation Stability and Incentive Effectiveness in Community Networks.

    PubMed

    Song, Kaida; Wang, Rui; Liu, Yi; Qian, Depei; Zhang, Han; Cai, Jihong

    2015-01-01

    Community networks, the distinguishing feature of which is membership admittance, appear on P2P networks, social networks, and conventional Web networks. Joining the network costs money, time or network bandwidth, but the individuals get access to special resources owned by the community in return. The prosperity and stability of the community are determined by both the policy of admittance and the attraction of the privileges gained by joining. However, some misbehaving users can get the dedicated resources with some illicit and low-cost approaches, which introduce instability into the community, a phenomenon that will destroy the membership policy. In this paper, we analyze on the stability using game theory on such a phenomenon. We propose a game-theoretical model of stability analysis in community networks and provide conditions for a stable community. We then extend the model to analyze the effectiveness of different incentive policies, which could be used when the community cannot maintain its members in certain situations. Then we verify those models through a simulation. Finally, we discuss several ways to promote community network's stability by adjusting the network's properties and give some proposal on the designs of these types of networks from the points of game theory and stability.

  8. Local community detection as pattern restoration by attractor dynamics of recurrent neural networks.

    PubMed

    Okamoto, Hiroshi

    2016-08-01

    Densely connected parts in networks are referred to as "communities". Community structure is a hallmark of a variety of real-world networks. Individual communities in networks form functional modules of complex systems described by networks. Therefore, finding communities in networks is essential to approaching and understanding complex systems described by networks. In fact, network science has made a great deal of effort to develop effective and efficient methods for detecting communities in networks. Here we put forward a type of community detection, which has been little examined so far but will be practically useful. Suppose that we are given a set of source nodes that includes some (but not all) of "true" members of a particular community; suppose also that the set includes some nodes that are not the members of this community (i.e., "false" members of the community). We propose to detect the community from this "imperfect" and "inaccurate" set of source nodes using attractor dynamics of recurrent neural networks. Community detection by the proposed method can be viewed as restoration of the original pattern from a deteriorated pattern, which is analogous to cue-triggered recall of short-term memory in the brain. We demonstrate the effectiveness of the proposed method using synthetic networks and real social networks for which correct communities are known. Copyright © 2016 Elsevier Ireland Ltd. All rights reserved.

  9. Community structure from spectral properties in complex networks

    NASA Astrophysics Data System (ADS)

    Servedio, V. D. P.; Colaiori, F.; Capocci, A.; Caldarelli, G.

    2005-06-01

    We analyze the spectral properties of complex networks focusing on their relation to the community structure, and develop an algorithm based on correlations among components of different eigenvectors. The algorithm applies to general weighted networks, and, in a suitably modified version, to the case of directed networks. Our method allows to correctly detect communities in sharply partitioned graphs, however it is useful to the analysis of more complex networks, without a well defined cluster structure, as social and information networks. As an example, we test the algorithm on a large scale data-set from a psychological experiment of free word association, where it proves to be successful both in clustering words, and in uncovering mental association patterns.

  10. Community trees: Identifying codiversification in the Páramo dipteran community.

    PubMed

    Carstens, Bryan C; Gruenstaeudl, Michael; Reid, Noah M

    2016-05-01

    Groups of codistributed species that responded in a concerted manner to environmental events are expected to share patterns of evolutionary diversification. However, the identification of such groups has largely been based on qualitative, post hoc analyses. We develop here two methods (posterior predictive simulation [PPS], Kuhner-Felsenstein [K-F] analysis of variance [ANOVA]) for the analysis of codistributed species that, given a group of species with a shared pattern of diversification, allow empiricists to identify those taxa that do not codiversify (i.e., "outlier" species). The identification of outlier species makes it possible to jointly estimate the evolutionary history of co-diversifying taxa. To evaluate the approaches presented here, we collected data from Páramo dipterans, identified outlier species, and estimated a "community tree" from species that are identified as having codiversified. Our results demonstrate that dipteran communities from different Páramo habitats in the same mountain range are more closely related than communities in other ranges. We also conduct simulation testing to evaluate this approach. Results suggest that our approach provides a useful addition to comparative phylogeographic methods, while identifying aspects of the analysis that require careful interpretation. In particular, both the PPS and K-F ANOVA perform acceptably when there are one or two outlier species, but less so as the number of outliers increases. This is likely a function of the corresponding degradation of the signal of community divergence; without a strong signal from a codiversifying community, there is no dominant pattern from which to detect an outlier species. For this reason, both the magnitude of K-F distance distribution and outside knowledge about the phylogeographic history of each putative member of the community should be considered when interpreting the results. © 2016 The Author(s). Evolution © 2016 The Society for the Study of Evolution.

  11. Epidemic spreading on complex networks with overlapping and non-overlapping community structure

    NASA Astrophysics Data System (ADS)

    Shang, Jiaxing; Liu, Lianchen; Li, Xin; Xie, Feng; Wu, Cheng

    2015-02-01

    Many real-world networks exhibit community structure where vertices belong to one or more communities. Recent studies show that community structure plays an import role in epidemic spreading. In this paper, we investigate how the extent of overlap among communities affects epidemics. In order to experiment on the characteristic of overlapping communities, we propose a rewiring algorithm that can change the community structure from overlapping to non-overlapping while maintaining the degree distribution of the network. We simulate the Susceptible-Infected-Susceptible (SIS) epidemic process on synthetic scale-free networks and real-world networks by applying our rewiring algorithm. Experiments show that epidemics spread faster on networks with higher level of overlapping communities. Furthermore, overlapping communities' effect interacts with the average degree's effect. Our work further illustrates the important role of overlapping communities in the process of epidemic spreading.

  12. The ground truth about metadata and community detection in networks

    PubMed Central

    Peel, Leto; Larremore, Daniel B.; Clauset, Aaron

    2017-01-01

    Across many scientific domains, there is a common need to automatically extract a simplified view or coarse-graining of how a complex system’s components interact. This general task is called community detection in networks and is analogous to searching for clusters in independent vector data. It is common to evaluate the performance of community detection algorithms by their ability to find so-called ground truth communities. This works well in synthetic networks with planted communities because these networks’ links are formed explicitly based on those known communities. However, there are no planted communities in real-world networks. Instead, it is standard practice to treat some observed discrete-valued node attributes, or metadata, as ground truth. We show that metadata are not the same as ground truth and that treating them as such induces severe theoretical and practical problems. We prove that no algorithm can uniquely solve community detection, and we prove a general No Free Lunch theorem for community detection, which implies that there can be no algorithm that is optimal for all possible community detection tasks. However, community detection remains a powerful tool and node metadata still have value, so a careful exploration of their relationship with network structure can yield insights of genuine worth. We illustrate this point by introducing two statistical techniques that can quantify the relationship between metadata and community structure for a broad class of models. We demonstrate these techniques using both synthetic and real-world networks, and for multiple types of metadata and community structures. PMID:28508065

  13. Ubiquitousness of link-density and link-pattern communities in real-world networks

    NASA Astrophysics Data System (ADS)

    Šubelj, L.; Bajec, M.

    2012-01-01

    Community structure appears to be an intrinsic property of many complex real-world networks. However, recent work shows that real-world networks reveal even more sophisticated modules than classical cohesive (link-density) communities. In particular, networks can also be naturally partitioned according to similar patterns of connectedness among the nodes, revealing link-pattern communities. We here propose a propagation based algorithm that can extract both link-density and link-pattern communities, without any prior knowledge of the true structure. The algorithm was first validated on different classes of synthetic benchmark networks with community structure, and also on random networks. We have further applied the algorithm to different social, information, technological and biological networks, where it indeed reveals meaningful (composites of) link-density and link-pattern communities. The results thus seem to imply that, similarly as link-density counterparts, link-pattern communities appear ubiquitous in nature and design.

  14. Modeling ecological drivers in marine viral communities using comparative metagenomics and network analyses.

    PubMed

    Hurwitz, Bonnie L; Westveld, Anton H; Brum, Jennifer R; Sullivan, Matthew B

    2014-07-22

    Long-standing questions in marine viral ecology are centered on understanding how viral assemblages change along gradients in space and time. However, investigating these fundamental ecological questions has been challenging due to incomplete representation of naturally occurring viral diversity in single gene- or morphology-based studies and an inability to identify up to 90% of reads in viral metagenomes (viromes). Although protein clustering techniques provide a significant advance by helping organize this unknown metagenomic sequence space, they typically use only ∼75% of the data and rely on assembly methods not yet tuned for naturally occurring sequence variation. Here, we introduce an annotation- and assembly-free strategy for comparative metagenomics that combines shared k-mer and social network analyses (regression modeling). This robust statistical framework enables visualization of complex sample networks and determination of ecological factors driving community structure. Application to 32 viromes from the Pacific Ocean Virome dataset identified clusters of samples broadly delineated by photic zone and revealed that geographic region, depth, and proximity to shore were significant predictors of community structure. Within subsets of this dataset, depth, season, and oxygen concentration were significant drivers of viral community structure at a single open ocean station, whereas variability along onshore-offshore transects was driven by oxygen concentration in an area with an oxygen minimum zone and not depth or proximity to shore, as might be expected. Together these results demonstrate that this highly scalable approach using complete metagenomic network-based comparisons can both test and generate hypotheses for ecological investigation of viral and microbial communities in nature.

  15. Modeling ecological drivers in marine viral communities using comparative metagenomics and network analyses

    PubMed Central

    Hurwitz, Bonnie L.; Westveld, Anton H.; Brum, Jennifer R.; Sullivan, Matthew B.

    2014-01-01

    Long-standing questions in marine viral ecology are centered on understanding how viral assemblages change along gradients in space and time. However, investigating these fundamental ecological questions has been challenging due to incomplete representation of naturally occurring viral diversity in single gene- or morphology-based studies and an inability to identify up to 90% of reads in viral metagenomes (viromes). Although protein clustering techniques provide a significant advance by helping organize this unknown metagenomic sequence space, they typically use only ∼75% of the data and rely on assembly methods not yet tuned for naturally occurring sequence variation. Here, we introduce an annotation- and assembly-free strategy for comparative metagenomics that combines shared k-mer and social network analyses (regression modeling). This robust statistical framework enables visualization of complex sample networks and determination of ecological factors driving community structure. Application to 32 viromes from the Pacific Ocean Virome dataset identified clusters of samples broadly delineated by photic zone and revealed that geographic region, depth, and proximity to shore were significant predictors of community structure. Within subsets of this dataset, depth, season, and oxygen concentration were significant drivers of viral community structure at a single open ocean station, whereas variability along onshore–offshore transects was driven by oxygen concentration in an area with an oxygen minimum zone and not depth or proximity to shore, as might be expected. Together these results demonstrate that this highly scalable approach using complete metagenomic network-based comparisons can both test and generate hypotheses for ecological investigation of viral and microbial communities in nature. PMID:25002514

  16. OA20 The positioning of family, friends, community, and service providers in support networks for caring at end-of-life: a social network analysis.

    PubMed

    Leonard, Rosemary; Horsfall, Debbie; Rosenberg, John; Noonan, Kerrie

    2015-04-01

    Although there is ample evidence of the risk to carers from the burden of caring, there is also evidence that a caring network can relieve the burden on the principal carer, strengthen community relationships, and increase 'Death Literacy' in the community. There is often an assumption that, in caring networks, family and service providers are central and friends and community are marginal. We examined whether this is the case in practice using SNA. To identify the relative positioning of family, friends, community, and service providers in caring networks. In interviews with carers (N = 23) and focus groups with caring networks (N = 13) participants were asked to list the people in the caring network and rate the strength of their relationships to them (0 no relationship to 3 strong relationship). SNA in UCInet was used to map the networks, examine density (number and strength of relationships) across time (when caring began to the present) and across relationship types (family, friends, community, and service providers) supplemented by qualitative data. The analysis revealed significant increases in the density of the networks over time. The density of relationships with friends was similar to that other family. Community and service providers had significantly lower density. Qualitative analysis revealed that often service providers were not seen as part of the networks. To avoid carer burnout, it is important not to make assumptions about where carers obtain support but work with each carer to mobilise any support that is available. © 2015, Published by the BMJ Publishing Group Limited. For permission to use (where not already granted under a licence) please go to http://group.bmj.com/group/rights-licensing/permissions.

  17. A clustering algorithm for determining community structure in complex networks

    NASA Astrophysics Data System (ADS)

    Jin, Hong; Yu, Wei; Li, ShiJun

    2018-02-01

    Clustering algorithms are attractive for the task of community detection in complex networks. DENCLUE is a representative density based clustering algorithm which has a firm mathematical basis and good clustering properties allowing for arbitrarily shaped clusters in high dimensional datasets. However, this method cannot be directly applied to community discovering due to its inability to deal with network data. Moreover, it requires a careful selection of the density parameter and the noise threshold. To solve these issues, a new community detection method is proposed in this paper. First, we use a spectral analysis technique to map the network data into a low dimensional Euclidean Space which can preserve node structural characteristics. Then, DENCLUE is applied to detect the communities in the network. A mathematical method named Sheather-Jones plug-in is chosen to select the density parameter which can describe the intrinsic clustering structure accurately. Moreover, every node on the network is meaningful so there were no noise nodes as a result the noise threshold can be ignored. We test our algorithm on both benchmark and real-life networks, and the results demonstrate the effectiveness of our algorithm over other popularity density based clustering algorithms adopted to community detection.

  18. Social Networking Privacy Control: Exploring University Variables Related to Young Adults' Sharing of Personally Identifiable Information

    ERIC Educational Resources Information Center

    Zimmerman, Melisa S.

    2014-01-01

    The growth of the Internet, and specifically social networking sites (SNSs) like Facebook, create opportunities for individuals to share private and identifiable information with a closed or open community. Internet crime has been on the rise and research has shown that criminals are using individuals' personal information pulled from social…

  19. Ecological Networks and Community Attachment and Support Among Recently Resettled Refugees.

    PubMed

    Soller, Brian; Goodkind, Jessica R; Greene, R Neil; Browning, Christopher R; Shantzek, Cece

    2018-03-25

    Interventions aimed at enhancing mental health are increasingly centered around promoting community attachment and support. However, few have examined and tested the specific ecological factors that give rise to these key community processes. Drawing from insights from the ecological network perspective, we tested whether spatial and social overlap in routine activity settings (e.g., work, school, childcare) with fellow ethnic community members is associated with individuals' attachment to their ethnic communities and access to social resources embedded in their communities. Data on routine activity locations drawn from the Refugee Well-Being Project (based in a city in the Southwestern United States) were used to reconstruct the ecological networks of recently resettled refugee communities, which were two-mode networks that comprise individuals and their routine activity locations. Results indicated that respondents' community attachment and support increased with their ecological network extensity-which taps the extent to which respondents share routine activity locations with other community members. Our study highlights a key ecological process that potentially enhances individuals' ethnic community attachment that extends beyond residential neighborhoods. © Society for Community Research and Action 2018.

  20. Emotional Confidants in Ethnic Communities: Social Network Analysis of Korean American Older Adults

    PubMed Central

    Jang, Yuri; Kim, Kyungmin; Park, Nan Sook; Chiriboga, David A.

    2017-01-01

    Objective Ethnic communities often serve as the primary source of emotional support for older immigrants. This study aims to identify individuals who are more likely to be nominated as emotional confidants by age peers in the ethnic community and to examine factors contributing to the likelihood of being a more frequently endorsed confidant. Method Data were drawn from a survey with 675 older Korean Americans. Using the name-generator approach in Social Network Analysis (SNA), participants were asked to list the names of three emotional confidants among age peers in the community. Results A higher level of popularity (i.e., in-degree centrality) was predicted by male gender, advanced education, lower functional disability, fewer symptoms of depression, and higher levels of participation in social activities. Discussion: Our findings suggest the value of SNA as a means of identifying the key emotional confidants in the community and utilizing them in community-based interventions. PMID:26082133

  1. Context-aided analysis of community evolution in networks

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Pallotta, Giuliana; Konjevod, Goran; Cadena, Jose

    Here, we are interested in detecting and analyzing global changes in dynamic networks (networks that evolve with time). More precisely, we consider changes in the activity distribution within the network, in terms of density (ie, edge existence) and intensity (ie, edge weight). Detecting change in local properties, as well as individual measurements or metrics, has been well studied and often reduces to traditional statistical process control. In contrast, detecting change in larger scale structure of the network is more challenging and not as well understood. We address this problem by proposing a framework for detecting change in network structure basedmore » on separate pieces: a probabilistic model for partitioning nodes by their behavior, a label-unswitching heuristic, and an approach to change detection for sequences of complex objects. We examine the performance of one instantiation of such a framework using mostly previously available pieces. The dataset we use for these investigations is the publicly available New York City Taxi and Limousine Commission dataset covering all taxi trips in New York City since 2009. Using it, we investigate the evolution of an ensemble of networks under different spatiotemporal resolutions. We identify the community structure by fitting a weighted stochastic block model. In conclusion, we offer insights on different node ranking and clustering methods, their ability to capture the rhythm of life in the Big Apple, and their potential usefulness in highlighting changes in the underlying network structure.« less

  2. Context-aided analysis of community evolution in networks

    DOE PAGES

    Pallotta, Giuliana; Konjevod, Goran; Cadena, Jose; ...

    2017-09-15

    Here, we are interested in detecting and analyzing global changes in dynamic networks (networks that evolve with time). More precisely, we consider changes in the activity distribution within the network, in terms of density (ie, edge existence) and intensity (ie, edge weight). Detecting change in local properties, as well as individual measurements or metrics, has been well studied and often reduces to traditional statistical process control. In contrast, detecting change in larger scale structure of the network is more challenging and not as well understood. We address this problem by proposing a framework for detecting change in network structure basedmore » on separate pieces: a probabilistic model for partitioning nodes by their behavior, a label-unswitching heuristic, and an approach to change detection for sequences of complex objects. We examine the performance of one instantiation of such a framework using mostly previously available pieces. The dataset we use for these investigations is the publicly available New York City Taxi and Limousine Commission dataset covering all taxi trips in New York City since 2009. Using it, we investigate the evolution of an ensemble of networks under different spatiotemporal resolutions. We identify the community structure by fitting a weighted stochastic block model. In conclusion, we offer insights on different node ranking and clustering methods, their ability to capture the rhythm of life in the Big Apple, and their potential usefulness in highlighting changes in the underlying network structure.« less

  3. Dynamic robustness of knowledge collaboration network of open source product development community

    NASA Astrophysics Data System (ADS)

    Zhou, Hong-Li; Zhang, Xiao-Dong

    2018-01-01

    As an emergent innovative design style, open source product development communities are characterized by a self-organizing, mass collaborative, networked structure. The robustness of the community is critical to its performance. Using the complex network modeling method, the knowledge collaboration network of the community is formulated, and the robustness of the network is systematically and dynamically studied. The characteristics of the network along the development period determine that its robustness should be studied from three time stages: the start-up, development and mature stages of the network. Five kinds of user-loss pattern are designed, to assess the network's robustness under different situations in each of these three time stages. Two indexes - the largest connected component and the network efficiency - are used to evaluate the robustness of the community. The proposed approach is applied in an existing open source car design community. The results indicate that the knowledge collaboration networks show different levels of robustness in different stages and different user loss patterns. Such analysis can be applied to provide protection strategies for the key users involved in knowledge dissemination and knowledge contribution at different stages of the network, thereby promoting the sustainable and stable development of the open source community.

  4. Quantifying ecological impacts of mass extinctions with network analysis of fossil communities

    PubMed Central

    Muscente, A. D.; Prabhu, Anirudh; Zhong, Hao; Eleish, Ahmed; Meyer, Michael B.; Fox, Peter; Hazen, Robert M.; Knoll, Andrew H.

    2018-01-01

    Mass extinctions documented by the fossil record provide critical benchmarks for assessing changes through time in biodiversity and ecology. Efforts to compare biotic crises of the past and present, however, encounter difficulty because taxonomic and ecological changes are decoupled, and although various metrics exist for describing taxonomic turnover, no methods have yet been proposed to quantify the ecological impacts of extinction events. To address this issue, we apply a network-based approach to exploring the evolution of marine animal communities over the Phanerozoic Eon. Network analysis of fossil co-occurrence data enables us to identify nonrandom associations of interrelated paleocommunities. These associations, or evolutionary paleocommunities, dominated total diversity during successive intervals of relative community stasis. Community turnover occurred largely during mass extinctions and radiations, when ecological reorganization resulted in the decline of one association and the rise of another. Altogether, we identify five evolutionary paleocommunities at the generic and familial levels in addition to three ordinal associations that correspond to Sepkoski’s Cambrian, Paleozoic, and Modern evolutionary faunas. In this context, we quantify magnitudes of ecological change by measuring shifts in the representation of evolutionary paleocommunities over geologic time. Our work shows that the Great Ordovician Biodiversification Event had the largest effect on ecology, followed in descending order by the Permian–Triassic, Cretaceous–Paleogene, Devonian, and Triassic–Jurassic mass extinctions. Despite its taxonomic severity, the Ordovician extinction did not strongly affect co-occurrences of taxa, affirming its limited ecological impact. Network paleoecology offers promising approaches to exploring ecological consequences of extinctions and radiations. PMID:29686079

  5. Quantifying ecological impacts of mass extinctions with network analysis of fossil communities.

    PubMed

    Muscente, A D; Prabhu, Anirudh; Zhong, Hao; Eleish, Ahmed; Meyer, Michael B; Fox, Peter; Hazen, Robert M; Knoll, Andrew H

    2018-05-15

    Mass extinctions documented by the fossil record provide critical benchmarks for assessing changes through time in biodiversity and ecology. Efforts to compare biotic crises of the past and present, however, encounter difficulty because taxonomic and ecological changes are decoupled, and although various metrics exist for describing taxonomic turnover, no methods have yet been proposed to quantify the ecological impacts of extinction events. To address this issue, we apply a network-based approach to exploring the evolution of marine animal communities over the Phanerozoic Eon. Network analysis of fossil co-occurrence data enables us to identify nonrandom associations of interrelated paleocommunities. These associations, or evolutionary paleocommunities, dominated total diversity during successive intervals of relative community stasis. Community turnover occurred largely during mass extinctions and radiations, when ecological reorganization resulted in the decline of one association and the rise of another. Altogether, we identify five evolutionary paleocommunities at the generic and familial levels in addition to three ordinal associations that correspond to Sepkoski's Cambrian, Paleozoic, and Modern evolutionary faunas. In this context, we quantify magnitudes of ecological change by measuring shifts in the representation of evolutionary paleocommunities over geologic time. Our work shows that the Great Ordovician Biodiversification Event had the largest effect on ecology, followed in descending order by the Permian-Triassic, Cretaceous-Paleogene, Devonian, and Triassic-Jurassic mass extinctions. Despite its taxonomic severity, the Ordovician extinction did not strongly affect co-occurrences of taxa, affirming its limited ecological impact. Network paleoecology offers promising approaches to exploring ecological consequences of extinctions and radiations. Copyright © 2018 the Author(s). Published by PNAS.

  6. Use of social network analysis in maternity care to identify the profession most suited for case manager role.

    PubMed

    Groenen, Carola J M; van Duijnhoven, Noortje T L; Faber, Marjan J; Koetsenruijter, Jan; Kremer, Jan A M; Vandenbussche, Frank P H A

    2017-02-01

    To improve Dutch maternity care, professionals start working in interdisciplinary patient-centred networks, which includes the patients as a member. The introduction of the case manager is expected to work positively on both the individual and the network level. However, case management is new in Dutch maternity care. The present study aims to define the profession that would be most suitable to fulfil the role of case manager. The maternal care network in the Nijmegen region was determined by using Social Network Analysis (SNA). SNA is a quantitative methodology that measures and analyses patient-related connections between different professionals working in a network. To identify the case manager we focused on the position, reach, and connections in the network of the maternal care professionals. Maternity healthcare professionals in a single region of the Netherlands with an average of 4,500 births/year. The participants were 214 individual healthcare workers from eight different professions. The total network showed 3948 connections between 214 maternity healthcare professionals with a density of 0.08. Each profession had some central individuals in the network. The 52 community-based midwives were responsible for 51% of all measured connections. The youth health doctors and nurses were mostly situated on the periphery and less connected. The betweenness centrality had the highest score in obstetricians and community-based midwives. Only the community-based midwives had connections with all other groups of professions. Almost all professionals in the network could reach other professionals in two steps. Copyright © 2016 Elsevier Ltd. All rights reserved.

  7. The optimal community detection of software based on complex networks

    NASA Astrophysics Data System (ADS)

    Huang, Guoyan; Zhang, Peng; Zhang, Bing; Yin, Tengteng; Ren, Jiadong

    2016-02-01

    The community structure is important for software in terms of understanding the design patterns, controlling the development and the maintenance process. In order to detect the optimal community structure in the software network, a method Optimal Partition Software Network (OPSN) is proposed based on the dependency relationship among the software functions. First, by analyzing the information of multiple execution traces of one software, we construct Software Execution Dependency Network (SEDN). Second, based on the relationship among the function nodes in the network, we define Fault Accumulation (FA) to measure the importance of the function node and sort the nodes with measure results. Third, we select the top K(K=1,2,…) nodes as the core of the primal communities (only exist one core node). By comparing the dependency relationships between each node and the K communities, we put the node into the existing community which has the most close relationship. Finally, we calculate the modularity with different initial K to obtain the optimal division. With experiments, the method OPSN is verified to be efficient to detect the optimal community in various softwares.

  8. Modeling information diffusion in time-varying community networks

    NASA Astrophysics Data System (ADS)

    Cui, Xuelian; Zhao, Narisa

    2017-12-01

    Social networks are rarely static, and they typically have time-varying network topologies. A great number of studies have modeled temporal networks and explored social contagion processes within these models; however, few of these studies have considered community structure variations. In this paper, we present a study of how the time-varying property of a modular structure influences the information dissemination. First, we propose a continuous-time Markov model of information diffusion where two parameters, mobility rate and community attractiveness, are introduced to address the time-varying nature of the community structure. The basic reproduction number is derived, and the accuracy of this model is evaluated by comparing the simulation and theoretical results. Furthermore, numerical results illustrate that generally both the mobility rate and community attractiveness significantly promote the information diffusion process, especially in the initial outbreak stage. Moreover, the strength of this promotion effect is much stronger when the modularity is higher. Counterintuitively, it is found that when all communities have the same attractiveness, social mobility no longer accelerates the diffusion process. In addition, we show that the local spreading in the advantage group has been greatly enhanced due to the agglomeration effect caused by the social mobility and community attractiveness difference, which thus increases the global spreading.

  9. Community Size Effects on Epidemic Spreading in Multiplex Social Networks.

    PubMed

    Liu, Ting; Li, Ping; Chen, Yan; Zhang, Jie

    2016-01-01

    The dynamical process of epidemic spreading has drawn much attention of the complex network community. In the network paradigm, diseases spread from one person to another through the social ties amongst the population. There are a variety of factors that govern the processes of disease spreading on the networks. A common but not negligible factor is people's reaction to the outbreak of epidemics. Such reaction can be related information dissemination or self-protection. In this work, we explore the interactions between disease spreading and population response in terms of information diffusion and individuals' alertness. We model the system by mapping multiplex networks into two-layer networks and incorporating individuals' risk awareness, on the assumption that their response to the disease spreading depends on the size of the community they belong to. By comparing the final incidence of diseases in multiplex networks, we find that there is considerable mitigation of diseases spreading for full phase of spreading speed when individuals' protection responses are introduced. Interestingly, the degree of community overlap between the two layers is found to be critical factor that affects the final incidence. We also analyze the consequences of the epidemic incidence in communities with different sizes and the impacts of community overlap between two layers. Specifically, as the diseases information makes individuals alert and take measures to prevent the diseases, the effective protection is more striking in small community. These phenomena can be explained by the multiplexity of the networked system and the competition between two spreading processes.

  10. Community Size Effects on Epidemic Spreading in Multiplex Social Networks

    PubMed Central

    Liu, Ting; Li, Ping; Chen, Yan; Zhang, Jie

    2016-01-01

    The dynamical process of epidemic spreading has drawn much attention of the complex network community. In the network paradigm, diseases spread from one person to another through the social ties amongst the population. There are a variety of factors that govern the processes of disease spreading on the networks. A common but not negligible factor is people’s reaction to the outbreak of epidemics. Such reaction can be related information dissemination or self-protection. In this work, we explore the interactions between disease spreading and population response in terms of information diffusion and individuals’ alertness. We model the system by mapping multiplex networks into two-layer networks and incorporating individuals’ risk awareness, on the assumption that their response to the disease spreading depends on the size of the community they belong to. By comparing the final incidence of diseases in multiplex networks, we find that there is considerable mitigation of diseases spreading for full phase of spreading speed when individuals’ protection responses are introduced. Interestingly, the degree of community overlap between the two layers is found to be critical factor that affects the final incidence. We also analyze the consequences of the epidemic incidence in communities with different sizes and the impacts of community overlap between two layers. Specifically, as the diseases information makes individuals alert and take measures to prevent the diseases, the effective protection is more striking in small community. These phenomena can be explained by the multiplexity of the networked system and the competition between two spreading processes. PMID:27007112

  11. a New Dynamic Community Model for Social Networks

    NASA Astrophysics Data System (ADS)

    Lu, Zhe-Ming; Wu, Zhen; Guo, Shi-Ze; Chen, Zhe; Song, Guang-Hua

    2014-09-01

    In this paper, based on the phenomenon that individuals join into and jump from the organizations in the society, we propose a dynamic community model to construct social networks. Two parameters are adopted in our model, one is the communication rate Pa that denotes the connection strength in the organization and the other is the turnover rate Pb, that stands for the frequency of jumping among the organizations. Based on simulations, we analyze not only the degree distribution, the clustering coefficient, the average distance and the network diameter but also the group distribution which is closely related to their community structure. Moreover, we discover that the networks generated by the proposed model possess the small-world property and can well reproduce the networks of social contacts.

  12. The community network: an Aboriginal community football club bringing people together.

    PubMed

    Thorpe, Alister; Anders, Wendy; Rowley, Kevin

    2014-01-01

    There are few empirical studies about the role of Aboriginal sporting organisations in promoting wellbeing. The aim of the present study was to understand the impact of an Aboriginal community sporting team and its environment on the social, emotional and physical wellbeing of young Aboriginal men, and to identify barriers and motivators for participation. A literature review of the impact of sport on the health and wellbeing of Aboriginal participants was conducted. This informed a qualitative study design with a grounded theory approach. Four semistructured interviews and three focus groups were completed with nine current players and five past players of the Fitzroy Stars Football Club to collect data about the social, emotional and physical wellbeing impact of an Aboriginal football team on its Aboriginal players. Results of the interviews were consistent with the literature, with common concepts emerging around community connection, cultural values and identity, health, values, racism and discrimination. However, the interviews provided further detail around the significance of cultural values and community connection for Aboriginal people. The complex nature of social connections and the strength of Aboriginal community networks in sports settings were also evident. Social reasons were just as important as individual health reasons for participation. Social and community connection is an important mechanism for maintaining and strengthening cultural values and identity. Barriers and motivators for participation in Aboriginal sports teams can be complex and interrelated. Aboriginal sports teams have the potential to have a profound impact on the health of Aboriginal people, especially its players, by fostering a safe and culturally strengthening environment and encompassing a significant positive social hub for the Aboriginal community.

  13. Rapid identifying high-influence nodes in complex networks

    NASA Astrophysics Data System (ADS)

    Song, Bo; Jiang, Guo-Ping; Song, Yu-Rong; Xia, Ling-Ling

    2015-10-01

    A tiny fraction of influential individuals play a critical role in the dynamics on complex systems. Identifying the influential nodes in complex networks has theoretical and practical significance. Considering the uncertainties of network scale and topology, and the timeliness of dynamic behaviors in real networks, we propose a rapid identifying method (RIM) to find the fraction of high-influential nodes. Instead of ranking all nodes, our method only aims at ranking a small number of nodes in network. We set the high-influential nodes as initial spreaders, and evaluate the performance of RIM by the susceptible-infected-recovered (SIR) model. The simulations show that in different networks, RIM performs well on rapid identifying high-influential nodes, which is verified by typical ranking methods, such as degree, closeness, betweenness, and eigenvector centrality methods. Project supported by the National Natural Science Foundation of China (Grant Nos. 61374180 and 61373136), the Ministry of Education Research in the Humanities and Social Sciences Planning Fund Project, China (Grant No. 12YJAZH120), and the Six Projects Sponsoring Talent Summits of Jiangsu Province, China (Grant No. RLD201212).

  14. Utilising eduroam[TM] Architecture in Building Wireless Community Networks

    ERIC Educational Resources Information Center

    Huhtanen, Karri; Vatiainen, Heikki; Keski-Kasari, Sami; Harju, Jarmo

    2008-01-01

    Purpose: eduroam[TM] has already been proved to be a scalable, secure and feasible way for universities and research institutions to connect their wireless networks into a WLAN roaming community, but the advantages of eduroam[TM] have not yet been fully discovered in the wireless community networks aimed at regular consumers. This aim of this…

  15. Evaluating the Effectiveness of Community-Based Dementia Care Networks: The Dementia Care Networks' Study

    ERIC Educational Resources Information Center

    Lemieux-Charles, Louis; Chambers, Larry W.; Cockerill, Rhonda; Jaglal, Susan; Brazil, Kevin; Cohen, Carole; LeClair, Ken; Dalziel, Bill; Schulman, Barbara

    2005-01-01

    Purpose: The Dementia Care Networks' Study examined the effectiveness of four community-based, not-for-profit dementia networks. The study involved assessing the relationship between the types of administrative and service-delivery exchanges that occurred among the networked agencies and the network members' perception of the effectiveness of…

  16. A density-based clustering model for community detection in complex networks

    NASA Astrophysics Data System (ADS)

    Zhao, Xiang; Li, Yantao; Qu, Zehui

    2018-04-01

    Network clustering (or graph partitioning) is an important technique for uncovering the underlying community structures in complex networks, which has been widely applied in various fields including astronomy, bioinformatics, sociology, and bibliometric. In this paper, we propose a density-based clustering model for community detection in complex networks (DCCN). The key idea is to find group centers with a higher density than their neighbors and a relatively large integrated-distance from nodes with higher density. The experimental results indicate that our approach is efficient and effective for community detection of complex networks.

  17. Detecting and evaluating communities in complex human and biological networks

    NASA Astrophysics Data System (ADS)

    Morrison, Greg; Mahadevan, L.

    2012-02-01

    We develop a simple method for detecting the community structure in a network can by utilizing a measure of closeness between nodes. This approach readily leads to a method of coarse graining the network, which allows the detection of the natural hierarchy (or hierarchies) of community structure without appealing to an unknown resolution parameter. The closeness measure can also be used to evaluate the robustness of an individual node's assignment to its community (rather than evaluating only the quality of the global structure). Each of these methods in community detection and evaluation are illustrated using a variety of real world networks of either biological or sociological importance and illustrate the power and flexibility of the approach.

  18. Understanding the structure of community collaboration: the case of one Canadian health promotion network.

    PubMed

    Barnes, Martha; Maclean, Joanne; Cousens, Laura

    2010-06-01

    In 2004, over 6.8 million Canadians were considered overweight, with an additional 2.4 million labeled clinically obese. Due to these escalating levels of obesity in Canada, physical activity is being championed by politicians, physicians, educators and community members as a means to address this health crisis. In doing so, many organizations are being called upon to provide essential physical activity services and programs to combat rising obesity rates. Yet, strategies for achieving these organizations' mandates, which invariably involve stretching already scarce resources, are difficult to implement and sustain. One strategy for improving the health and physical activity levels of people in communities has been the creation of inter-organizational networks of service providers. Yet, little is known about whether networks are effective in addressing policy issues in non-clinical health settings. The purpose of this investigation was 2-fold; to use whole network analysis to determine the structure of one health promotion network in Canada, and to identify the types of ties shared by actors in the health network. Findings revealed a network wherein information sharing constituted the basis for collaboration, whereas efforts related to sharing resources, marketing and/or fundraising endeavors were less evident.

  19. Community detection in networks with unequal groups.

    PubMed

    Zhang, Pan; Moore, Cristopher; Newman, M E J

    2016-01-01

    Recently, a phase transition has been discovered in the network community detection problem below which no algorithm can tell which nodes belong to which communities with success any better than a random guess. This result has, however, so far been limited to the case where the communities have the same size or the same average degree. Here we consider the case where the sizes or average degrees differ. This asymmetry allows us to assign nodes to communities with better-than-random success by examining their local neighborhoods. Using the cavity method, we show that this removes the detectability transition completely for networks with four groups or fewer, while for more than four groups the transition persists up to a critical amount of asymmetry but not beyond. The critical point in the latter case coincides with the point at which local information percolates, causing a global transition from a less-accurate solution to a more-accurate one.

  20. Improved community model for social networks based on social mobility

    NASA Astrophysics Data System (ADS)

    Lu, Zhe-Ming; Wu, Zhen; Luo, Hao; Wang, Hao-Xian

    2015-07-01

    This paper proposes an improved community model for social networks based on social mobility. The relationship between the group distribution and the community size is investigated in terms of communication rate and turnover rate. The degree distributions, clustering coefficients, average distances and diameters of networks are analyzed. Experimental results demonstrate that the proposed model possesses the small-world property and can reproduce social networks effectively and efficiently.

  1. Liking and hyperlinking: Community detection in online child sexual exploitation networks.

    PubMed

    Westlake, Bryce G; Bouchard, Martin

    2016-09-01

    The online sexual exploitation of children is facilitated by websites that form virtual communities, via hyperlinks, to distribute images, videos, and other material. However, how these communities form, are structured, and evolve over time is unknown. Collected using a custom-designed webcrawler, we begin from known child sexual exploitation (CE) seed websites and follow hyperlinks to connected, related, websites. Using a repeated measure design we analyze 10 networks of 300 + websites each - over 4.8 million unique webpages in total, over a period of 60 weeks. Community detection techniques reveal that CE-related networks were dominated by two large communities hosting varied material -not necessarily matching the seed website. Community stability, over 60 weeks, varied across networks. Reciprocity in hyperlinking between community members was substantially higher than within the full network, however, websites were not more likely to connect to homogeneous-content websites. Copyright © 2016 Elsevier Inc. All rights reserved.

  2. Developing an inter-organizational community-based health network: an Australian investigation.

    PubMed

    Short, Alison; Phillips, Rebecca; Nugus, Peter; Dugdale, Paul; Greenfield, David

    2015-12-01

    Networks in health care typically involve services delivered by a defined set of organizations. However, networked associations between the healthcare system and consumers or consumer organizations tend to be open, fragmented and are fraught with difficulties. Understanding the role and activities of consumers and consumer groups in a formally initiated inter-organizational health network, and the impacts of the network, is a timely endeavour. This study addresses this aim in three ways. First, the Unbounded Network Inter-organizational Collaborative Impact Model, a purpose-designed framework developed from existing literature, is used to investigate the process and products of inter-organizational network development. Second, the impact of a network artefact is explored. Third, the lessons learned in inter-organizational network development are considered. Data collection methods were: 16 h of ethnographic observation; 10 h of document analysis; six interviews with key informants and a survey (n = 60). Findings suggested that in developing the network, members used common aims, inter-professional collaboration, the power and trust engendered by their participation, and their leadership and management structures in a positive manner. These elements and activities underpinned the inter-organizational network to collaboratively produce the Health Expo network artefact. This event brought together healthcare providers, community groups and consumers to share information. The Health Expo demonstrated and reinforced inter-organizational working and community outreach, providing consumers with community-based information and linkages. Support and resources need to be offered for developing community inter-organizational networks, thereby building consumer capacity for self-management in the community. © The Author (2014). Published by Oxford University Press. All rights reserved. For Permissions, please email: journals.permissions@oup.com.

  3. Followers are not enough: a multifaceted approach to community detection in online social networks.

    PubMed

    Darmon, David; Omodei, Elisa; Garland, Joshua

    2015-01-01

    In online social media networks, individuals often have hundreds or even thousands of connections, which link these users not only to friends, associates, and colleagues, but also to news outlets, celebrities, and organizations. In these complex social networks, a 'community' as studied in the social network literature, can have very different meaning depending on the property of the network under study. Taking into account the multifaceted nature of these networks, we claim that community detection in online social networks should also be multifaceted in order to capture all of the different and valuable viewpoints of 'community.' In this paper we focus on three types of communities beyond follower-based structural communities: activity-based, topic-based, and interaction-based. We analyze a Twitter dataset using three different weightings of the structural network meant to highlight these three community types, and then infer the communities associated with these weightings. We show that interesting insights can be obtained about the complex community structure present in social networks by studying when and how these four community types give rise to similar as well as completely distinct community structure.

  4. Opinion diversity and community formation in adaptive networks

    NASA Astrophysics Data System (ADS)

    Yu, Y.; Xiao, G.; Li, G.; Tay, W. P.; Teoh, H. F.

    2017-10-01

    It is interesting and of significant importance to investigate how network structures co-evolve with opinions. In this article, we show that, a simple model integrating consensus formation, link rewiring, and opinion change allows complex system dynamics to emerge, driving the system into a dynamic equilibrium with the co-existence of diversified opinions. Specifically, similar opinion holders may form into communities yet with no strict community consensus; and rather than being separated into disconnected communities, different communities are connected by a non-trivial proportion of inter-community links. More importantly, we show that the complex dynamics may lead to different numbers of communities at the steady state with a given tolerance between different opinion holders. We construct a framework for theoretically analyzing the co-evolution process. Theoretical analysis and extensive simulation results reveal some useful insights into the complex co-evolution process, including the formation of dynamic equilibrium, the transition between different steady states with different numbers of communities, and the dynamics between opinion distribution and network modularity.

  5. Home-School Links: Networking the Learning Community.

    ERIC Educational Resources Information Center

    1996

    The topic of networking the learning community with home-school links is addressed in four papers: "Internet Access via School: Expectations of Students and Parents" (Roy Crotty); "The School Library as Community Information Gateway" (Megan Perry); "Rural Access to the Internet" (Ken Eustace); and "NetDay '96:…

  6. A CLEAN Network Initiative - Accelerating Transition to Post Carbon and Resilient Communities through Education and Engagement

    NASA Astrophysics Data System (ADS)

    Ledley, T. S.; Niepold, F., III; Bozuwa, J.; Davis, A.; Fraser, J.; Kretser, J.; Poppleton, K. L. I.; Qusba, L.; Ruggiero, K.; Spitzer, W.; Stylinski, C.

    2016-12-01

    The Climate Literacy and Energy Awareness Network (CLEAN) was formed in 2008 to help climate and energy literacy stakeholders implement the Climate and Energy Literacy Essential Principles to enable effective and responsible decisions with regard to actions that may affect climate. The ongoing conversations of the CLEAN Network have cultivated a culture of shared resources and expertise and allowed for the development of collective impact strategies. However, it has become clear that to accelerate and scale change, effective mitigation, adaptation, and resilience strategies must be developed by a diverse network of stakeholders at the community level to deal with the local impacts of climate change and move toward decarbonized and resilient economies. A group of CLEAN Network members, experienced in establishing effective networks and representing mature climate change education programs, came together to discuss at the community level 1) how we can collectively enable larger scale efforts to 2) develop effective strategies, 3) identify gaps in the system that limit action, and 4) coordinate possible vectors for interceding to advance community level decisions related to climate. We will describe our Theory of Change, based on both the power of communities and increasing climate literacy as a key requirement for sustained progress on the crisis climate change presents. From our Theory of Change, we have begun to outline a national monitoring strategy that can provide communities a measured way to understand their local readiness to respond to the impacts of climate change and understand the magnitude of those impacts in relation to their political and ecological economies. The scale would help describe the robustness of their programs and partnerships to address those impacts, the political climate for working in advance of pending change, and the degree of citizen engagement in resilience planning and action. The goal is to provide a common tool equivalent to GDP

  7. Community detection in complex networks by using membrane algorithm

    NASA Astrophysics Data System (ADS)

    Liu, Chuang; Fan, Linan; Liu, Zhou; Dai, Xiang; Xu, Jiamei; Chang, Baoren

    Community detection in complex networks is a key problem of network analysis. In this paper, a new membrane algorithm is proposed to solve the community detection in complex networks. The proposed algorithm is based on membrane systems, which consists of objects, reaction rules, and a membrane structure. Each object represents a candidate partition of a complex network, and the quality of objects is evaluated according to network modularity. The reaction rules include evolutionary rules and communication rules. Evolutionary rules are responsible for improving the quality of objects, which employ the differential evolutionary algorithm to evolve objects. Communication rules implement the information exchanged among membranes. Finally, the proposed algorithm is evaluated on synthetic, real-world networks with real partitions known and the large-scaled networks with real partitions unknown. The experimental results indicate the superior performance of the proposed algorithm in comparison with other experimental algorithms.

  8. Extracting Communities from Complex Networks by the k-Dense Method

    NASA Astrophysics Data System (ADS)

    Saito, Kazumi; Yamada, Takeshi; Kazama, Kazuhiro

    To understand the structural and functional properties of large-scale complex networks, it is crucial to efficiently extract a set of cohesive subnetworks as communities. There have been proposed several such community extraction methods in the literature, including the classical k-core decomposition method and, more recently, the k-clique based community extraction method. The k-core method, although computationally efficient, is often not powerful enough for uncovering a detailed community structure and it produces only coarse-grained and loosely connected communities. The k-clique method, on the other hand, can extract fine-grained and tightly connected communities but requires a substantial amount of computational load for large-scale complex networks. In this paper, we present a new notion of a subnetwork called k-dense, and propose an efficient algorithm for extracting k-dense communities. We applied our method to the three different types of networks assembled from real data, namely, from blog trackbacks, word associations and Wikipedia references, and demonstrated that the k-dense method could extract communities almost as efficiently as the k-core method, while the qualities of the extracted communities are comparable to those obtained by the k-clique method.

  9. Community detection in complex networks using link prediction

    NASA Astrophysics Data System (ADS)

    Cheng, Hui-Min; Ning, Yi-Zi; Yin, Zhao; Yan, Chao; Liu, Xin; Zhang, Zhong-Yuan

    2018-01-01

    Community detection and link prediction are both of great significance in network analysis, which provide very valuable insights into topological structures of the network from different perspectives. In this paper, we propose a novel community detection algorithm with inclusion of link prediction, motivated by the question whether link prediction can be devoted to improving the accuracy of community partition. For link prediction, we propose two novel indices to compute the similarity between each pair of nodes, one of which aims to add missing links, and the other tries to remove spurious edges. Extensive experiments are conducted on benchmark data sets, and the results of our proposed algorithm are compared with two classes of baselines. In conclusion, our proposed algorithm is competitive, revealing that link prediction does improve the precision of community detection.

  10. Game theory and extremal optimization for community detection in complex dynamic networks.

    PubMed

    Lung, Rodica Ioana; Chira, Camelia; Andreica, Anca

    2014-01-01

    The detection of evolving communities in dynamic complex networks is a challenging problem that recently received attention from the research community. Dynamics clearly add another complexity dimension to the difficult task of community detection. Methods should be able to detect changes in the network structure and produce a set of community structures corresponding to different timestamps and reflecting the evolution in time of network data. We propose a novel approach based on game theory elements and extremal optimization to address dynamic communities detection. Thus, the problem is formulated as a mathematical game in which nodes take the role of players that seek to choose a community that maximizes their profit viewed as a fitness function. Numerical results obtained for both synthetic and real-world networks illustrate the competitive performance of this game theoretical approach.

  11. Followers Are Not Enough: A Multifaceted Approach to Community Detection in Online Social Networks

    PubMed Central

    2015-01-01

    In online social media networks, individuals often have hundreds or even thousands of connections, which link these users not only to friends, associates, and colleagues, but also to news outlets, celebrities, and organizations. In these complex social networks, a ‘community’ as studied in the social network literature, can have very different meaning depending on the property of the network under study. Taking into account the multifaceted nature of these networks, we claim that community detection in online social networks should also be multifaceted in order to capture all of the different and valuable viewpoints of ‘community.’ In this paper we focus on three types of communities beyond follower-based structural communities: activity-based, topic-based, and interaction-based. We analyze a Twitter dataset using three different weightings of the structural network meant to highlight these three community types, and then infer the communities associated with these weightings. We show that interesting insights can be obtained about the complex community structure present in social networks by studying when and how these four community types give rise to similar as well as completely distinct community structure. PMID:26267868

  12. Community Seismic Network (CSN)

    NASA Astrophysics Data System (ADS)

    Clayton, R. W.; Heaton, T. H.; Kohler, M. D.; Cheng, M.; Guy, R.; Chandy, M.; Krause, A.; Bunn, J.; Olson, M.; Faulkner, M.; Liu, A.; Strand, L.

    2012-12-01

    We report on developments in sensor connectivity, architecture, and data fusion algorithms executed in Cloud computing systems in the Community Seismic Network (CSN), a network of low-cost sensors housed in homes and offices by volunteers in the Pasadena, CA area. The network has over 200 sensors continuously reporting anomalies in local acceleration through the Internet to a Cloud computing service (the Google App Engine) that continually fuses sensor data to rapidly detect shaking from earthquakes. The Cloud computing system consists of data centers geographically distributed across the continent and is likely to be resilient even during earthquakes and other local disasters. The region of Southern California is partitioned in a multi-grid style into sets of telescoping cells called geocells. Data streams from sensors within a geocell are fused to detect anomalous shaking across the geocell. Temporal spatial patterns across geocells are used to detect anomalies across regions. The challenge is to detect earthquakes rapidly with an extremely low false positive rate. We report on two data fusion algorithms, one that tessellates the surface so as to fuse data from a large region around Pasadena and the other, which uses a standard tessellation of equal-sized cells. Since September 2011, the network has successfully detected earthquakes of magnitude 2.5 or higher within 40 Km of Pasadena. In addition to the standard USB device, which connects to the host's computer, we have developed a stand-alone sensor that directly connects to the internet via Ethernet or wifi. This bypasses security concerns that some companies have with the USB-connected devices, and allows for 24/7 monitoring at sites that would otherwise shut down their computers after working hours. In buildings we use the sensors to model the behavior of the structures during weak events in order to understand how they will perform during strong events. Visualization models of instrumented buildings ranging

  13. Discovering Link Communities in Complex Networks by an Integer Programming Model and a Genetic Algorithm

    PubMed Central

    Li, Zhenping; Zhang, Xiang-Sun; Wang, Rui-Sheng; Liu, Hongwei; Zhang, Shihua

    2013-01-01

    Identification of communities in complex networks is an important topic and issue in many fields such as sociology, biology, and computer science. Communities are often defined as groups of related nodes or links that correspond to functional subunits in the corresponding complex systems. While most conventional approaches have focused on discovering communities of nodes, some recent studies start partitioning links to find overlapping communities straightforwardly. In this paper, we propose a new quantity function for link community identification in complex networks. Based on this quantity function we formulate the link community partition problem into an integer programming model which allows us to partition a complex network into overlapping communities. We further propose a genetic algorithm for link community detection which can partition a network into overlapping communities without knowing the number of communities. We test our model and algorithm on both artificial networks and real-world networks. The results demonstrate that the model and algorithm are efficient in detecting overlapping community structure in complex networks. PMID:24386268

  14. Interest communities and flow roles in directed networks: the Twitter network of the UK riots

    PubMed Central

    Beguerisse-Díaz, Mariano; Garduño-Hernández, Guillermo; Vangelov, Borislav; Yaliraki, Sophia N.; Barahona, Mauricio

    2014-01-01

    Directionality is a crucial ingredient in many complex networks in which information, energy or influence are transmitted. In such directed networks, analysing flows (and not only the strength of connections) is crucial to reveal important features of the network that might go undetected if the orientation of connections is ignored. We showcase here a flow-based approach for community detection through the study of the network of the most influential Twitter users during the 2011 riots in England. Firstly, we use directed Markov Stability to extract descriptions of the network at different levels of coarseness in terms of interest communities, i.e. groups of nodes within which flows of information are contained and reinforced. Such interest communities reveal user groupings according to location, profession, employer and topic. The study of flows also allows us to generate an interest distance, which affords a personalized view of the attention in the network as viewed from the vantage point of any given user. Secondly, we analyse the profiles of incoming and outgoing long-range flows with a combined approach of role-based similarity and the novel relaxed minimum spanning tree algorithm to reveal that the users in the network can be classified into five roles. These flow roles go beyond the standard leader/follower dichotomy and differ from classifications based on regular/structural equivalence. We then show that the interest communities fall into distinct informational organigrams characterized by a different mix of user roles reflecting the quality of dialogue within them. Our generic framework can be used to provide insight into how flows are generated, distributed, preserved and consumed in directed networks. PMID:25297320

  15. Assessing the Network of Agencies in Local Communities that Promote Healthy Eating and Lifestyles among Populations with Limited Resources.

    PubMed

    An, Ruopeng; Khan, Naiman; Loehmer, Emily; McCaffrey, Jennifer

    2017-03-01

    We assessed the network of agencies in local communities that promote healthy eating and lifestyles among populations with limited resources. Network surveys were administered among 159 Illinois agencies identified as serving limited-resource audiences categorized into 8 types: K-12 schools, early childhood centers, emergency food providers, health-related agencies, social resource centers, low-income/subsidized housing complexes, continuing education organizations, and others. Network analysis was conducted to examine 4 network structures - communications, funding, cooperation, and collaboration networks between agencies within each county/county cluster. Agencies in a network were found to be loosely connected, indicated by low network density. Reporting accuracy might be of concern, indicated by low reciprocity. Agencies in a network are decentralized rather than centralized around a few influential agencies, indicated by low betweenness centrality. There is suggestive evidence regarding homophily in a network, indicated by some significant correlations within agencies of the same type. Agencies connected in one network are significantly more likely to be connected in all the other networks as well. Promoting healthy eating and lifestyles among populations with limited resources warrants strong partnership across agencies in communities. Network analysis serves as a useful tool to evaluate community partnerships and facilitate coalition building..

  16. Multi-Relational Characterization of Dynamic Social Network Communities

    NASA Astrophysics Data System (ADS)

    Lin, Yu-Ru; Sundaram, Hari; Kelliher, Aisling

    The emergence of the mediated social web - a distributed network of participants creating rich media content and engaging in interactive conversations through Internet-based communication technologies - has contributed to the evolution of powerful social, economic and cultural change. Online social network sites and blogs, such as Facebook, Twitter, Flickr and LiveJournal, thrive due to their fundamental sense of "community". The growth of online communities offers both opportunities and challenges for researchers and practitioners. Participation in online communities has been observed to influence people's behavior in diverse ways ranging from financial decision-making to political choices, suggesting the rich potential for diverse applications. However, although studies on the social web have been extensive, discovering communities from online social media remains challenging, due to the interdisciplinary nature of this subject. In this article, we present our recent work on characterization of communities in online social media using computational approaches grounded on the observations from social science.

  17. Social Networks as a Political Resource: Some Insights Drawn from the Community Organizational and Community Action Experiences.

    ERIC Educational Resources Information Center

    Rosenbaum, Allan

    The development and functioning of urban social networks in highly politicized environments--particularly, the neighborhood based community organization, political coalition building of urban mayors, and community action programs--suggest implications for building locally based educational reform capacity through network development. Community…

  18. Emergence of bursts and communities in evolving weighted networks.

    PubMed

    Jo, Hang-Hyun; Pan, Raj Kumar; Kaski, Kimmo

    2011-01-01

    Understanding the patterns of human dynamics and social interaction and the way they lead to the formation of an organized and functional society are important issues especially for techno-social development. Addressing these issues of social networks has recently become possible through large scale data analysis of mobile phone call records, which has revealed the existence of modular or community structure with many links between nodes of the same community and relatively few links between nodes of different communities. The weights of links, e.g., the number of calls between two users, and the network topology are found correlated such that intra-community links are stronger compared to the weak inter-community links. This feature is known as Granovetter's "The strength of weak ties" hypothesis. In addition to this inhomogeneous community structure, the temporal patterns of human dynamics turn out to be inhomogeneous or bursty, characterized by the heavy tailed distribution of time interval between two consecutive events, i.e., inter-event time. In this paper, we study how the community structure and the bursty dynamics emerge together in a simple evolving weighted network model. The principal mechanisms behind these patterns are social interaction by cyclic closure, i.e., links to friends of friends and the focal closure, links to individuals sharing similar attributes or interests, and human dynamics by task handling process. These three mechanisms have been implemented as a network model with local attachment, global attachment, and priority-based queuing processes. By comprehensive numerical simulations we show that the interplay of these mechanisms leads to the emergence of heavy tailed inter-event time distribution and the evolution of Granovetter-type community structure. Moreover, the numerical results are found to be in qualitative agreement with empirical analysis results from mobile phone call dataset.

  19. Networks of energetic and metabolic interactions define dynamics in microbial communities.

    PubMed

    Embree, Mallory; Liu, Joanne K; Al-Bassam, Mahmoud M; Zengler, Karsten

    2015-12-15

    Microorganisms form diverse communities that have a profound impact on the environment and human health. Recent technological advances have enabled elucidation of community diversity at high resolution. Investigation of microbial communities has revealed that they often contain multiple members with complementing and seemingly redundant metabolic capabilities. An understanding of the communal impacts of redundant metabolic capabilities is currently lacking; specifically, it is not known whether metabolic redundancy will foster competition or motivate cooperation. By investigating methanogenic populations, we identified the multidimensional interspecies interactions that define composition and dynamics within syntrophic communities that play a key role in the global carbon cycle. Species-specific genomes were extracted from metagenomic data using differential coverage binning. We used metabolic modeling leveraging metatranscriptomic information to reveal and quantify a complex intertwined system of syntrophic relationships. Our results show that amino acid auxotrophies create additional interdependencies that define community composition and control carbon and energy flux through the system while simultaneously contributing to overall community robustness. Strategic use of antimicrobials further reinforces this intricate interspecies network. Collectively, our study reveals the multidimensional interactions in syntrophic communities that promote high species richness and bolster community stability during environmental perturbations.

  20. Energy Spectral Behaviors of Communication Networks of Open-Source Communities

    PubMed Central

    Yang, Jianmei; Yang, Huijie; Liao, Hao; Wang, Jiangtao; Zeng, Jinqun

    2015-01-01

    Large-scale online collaborative production activities in open-source communities must be accompanied by large-scale communication activities. Nowadays, the production activities of open-source communities, especially their communication activities, have been more and more concerned. Take CodePlex C # community for example, this paper constructs the complex network models of 12 periods of communication structures of the community based on real data; then discusses the basic concepts of quantum mapping of complex networks, and points out that the purpose of the mapping is to study the structures of complex networks according to the idea of quantum mechanism in studying the structures of large molecules; finally, according to this idea, analyzes and compares the fractal features of the spectra in different quantum mappings of the networks, and concludes that there are multiple self-similarity and criticality in the communication structures of the community. In addition, this paper discusses the insights and application conditions of different quantum mappings in revealing the characteristics of the structures. The proposed quantum mapping method can also be applied to the structural studies of other large-scale organizations. PMID:26047331

  1. Identifying emerging research collaborations and networks: method development.

    PubMed

    Dozier, Ann M; Martina, Camille A; O'Dell, Nicole L; Fogg, Thomas T; Lurie, Stephen J; Rubinstein, Eric P; Pearson, Thomas A

    2014-03-01

    Clinical and translational research is a multidisciplinary, collaborative team process. To evaluate this process, we developed a method to document emerging research networks and collaborations in our medical center to describe their productivity and viability over time. Using an e-mail survey, sent to 1,620 clinical and basic science full- and part-time faculty members, respondents identified their research collaborators. Initial analyses, using Pajek software, assessed the feasibility of using social network analysis (SNA) methods with these data. Nearly 400 respondents identified 1,594 collaborators across 28 medical center departments resulting in 309 networks with 5 or more collaborators. This low-burden approach yielded a rich data set useful for evaluation using SNA to: (a) assess networks at several levels of the organization, including intrapersonal (individuals), interpersonal (social), organizational/institutional leadership (tenure and promotion), and physical/environmental (spatial proximity) and (b) link with other data to assess the evolution of these networks.

  2. Community-level demographic consequences of urbanization: an ecological network approach.

    PubMed

    Rodewald, Amanda D; Rohr, Rudolf P; Fortuna, Miguel A; Bascompte, Jordi

    2014-11-01

    Ecological networks are known to influence ecosystem attributes, but we poorly understand how interspecific network structure affect population demography of multiple species, particularly for vertebrates. Establishing the link between network structure and demography is at the crux of being able to use networks to understand population dynamics and to inform conservation. We addressed the critical but unanswered question, does network structure explain demographic consequences of urbanization? We studied 141 ecological networks representing interactions between plants and nesting birds in forests across an urbanization gradient in Ohio, USA, from 2001 to 2011. Nest predators were identified by video-recording nests and surveyed from 2004 to 2011. As landscapes urbanized, bird-plant networks were more nested, less compartmentalized and dominated by strong interactions between a few species (i.e. low evenness). Evenness of interaction strengths promoted avian nest survival, and evenness explained demography better than urbanization, level of invasion, numbers of predators or other qualitative network metrics. Highly uneven networks had approximately half the nesting success as the most even networks. Thus, nest survival reflected how urbanization altered species interactions, particularly with respect to how nest placement affected search efficiency of predators. The demographic effects of urbanization were not direct, but were filtered through bird-plant networks. This study illustrates how network structure can influence demography at the community level and further, that knowledge of species interactions and a network approach may be requisite to understanding demographic responses to environmental change. © 2014 The Authors. Journal of Animal Ecology © 2014 British Ecological Society.

  3. Community partnerships in healthy eating and lifestyle promotion: A network analysis.

    PubMed

    An, Ruopeng; Loehmer, Emily; Khan, Naiman; Scott, Marci K; Rindfleisch, Kimbirly; McCaffrey, Jennifer

    2017-06-01

    Promoting healthy eating and lifestyles among populations with limited resources is a complex undertaking that often requires strong partnerships between various agencies. In local communities, these agencies are typically located in different areas, serve diverse subgroups, and operate distinct programs, limiting their communication and interactions with each other. This study assessed the network of agencies in local communities that promote healthy eating and lifestyles among populations with limited resources. Network surveys were administered in 2016 among 89 agencies located in 4 rural counties in Michigan that served limited-resource audiences. The agencies were categorized into 8 types: K-12 schools, early childhood centers, emergency food providers, health-related agencies, social resource centers, low-income/subsidized housing complexes, continuing education organizations, and others. Network analysis was conducted to examine 4 network structures-communication, funding, cooperation, and collaboration networks between agencies within each county. Agencies had a moderate level of cooperation, but were only loosely connected in the other 3 networks, indicated by low network density. Agencies in a network were decentralized rather than centralized around a few influential agencies, indicated by low centralization. There was evidence regarding homophily in a network, indicated by some significant correlations within agencies of the same type. Agencies connected in any one network were considerably more likely to be connected in all the other networks as well. In conclusion, promoting healthy eating and lifestyles among populations with limited resources warrants strong partnership between agencies in communities. Network analysis serves as a useful tool to evaluate community partnerships and facilitate coalition building.

  4. Money circulation networks reveal emerging geographical communities

    NASA Astrophysics Data System (ADS)

    Brockmann, D.; Theis, F.; David, V.

    2008-03-01

    Geographical communities and their boundaries are key determinants of various spatially extended dynamical phenomena. Examples are migration dynamics of species, the spread of infectious diseases, bioinvasive processes, and the spatial evolution of language. We address the question to what extend multiscale human transportation networks encode geographical community structures, how they differ from geopolitical classifications, whether they are spatially coherent, and analyse their structure as a function of length scale. Our analysis is based on a proxy network for human transportation obtained from the geographic circulation of more than 10 million dollar bills in the United States recorded at the bill tracking website www.wheresgeorge.com. The data extends that of a previous study (Brockmann et al., Nature 2006) on the discovery of scaling laws of human travel by an order of magnitude and permits an approach to multiscale human transportation from a network perspective.

  5. Consensus-based methodology for detection communities in multilayered networks

    NASA Astrophysics Data System (ADS)

    Karimi-Majd, Amir-Mohsen; Fathian, Mohammad; Makrehchi, Masoud

    2018-03-01

    Finding groups of network users who are densely related with each other has emerged as an interesting problem in the area of social network analysis. These groups or so-called communities would be hidden behind the behavior of users. Most studies assume that such behavior could be understood by focusing on user interfaces, their behavioral attributes or a combination of these network layers (i.e., interfaces with their attributes). They also assume that all network layers refer to the same behavior. However, in real-life networks, users' behavior in one layer may differ from their behavior in another one. In order to cope with these issues, this article proposes a consensus-based community detection approach (CBC). CBC finds communities among nodes at each layer, in parallel. Then, the results of layers should be aggregated using a consensus clustering method. This means that different behavior could be detected and used in the analysis. As for other significant advantages, the methodology would be able to handle missing values. Three experiments on real-life and computer-generated datasets have been conducted in order to evaluate the performance of CBC. The results indicate superiority and stability of CBC in comparison to other approaches.

  6. Epidemic Wave Dynamics Attributable to Urban Community Structure: A Theoretical Characterization of Disease Transmission in a Large Network

    PubMed Central

    Eggo, Rosalind M; Lenczner, Michael

    2015-01-01

    Background Multiple waves of transmission during infectious disease epidemics represent a major public health challenge, but the ecological and behavioral drivers of epidemic resurgence are poorly understood. In theory, community structure—aggregation into highly intraconnected and loosely interconnected social groups—within human populations may lead to punctuated outbreaks as diseases progress from one community to the next. However, this explanation has been largely overlooked in favor of temporal shifts in environmental conditions and human behavior and because of the difficulties associated with estimating large-scale contact patterns. Objective The aim was to characterize naturally arising patterns of human contact that are capable of producing simulated epidemics with multiple wave structures. Methods We used an extensive dataset of proximal physical contacts between users of a public Wi-Fi Internet system to evaluate the epidemiological implications of an empirical urban contact network. We characterized the modularity (community structure) of the network and then estimated epidemic dynamics under a percolation-based model of infectious disease spread on the network. We classified simulated epidemics as multiwave using a novel metric and we identified network structures that were critical to the network’s ability to produce multiwave epidemics. Results We identified robust community structure in a large, empirical urban contact network from which multiwave epidemics may emerge naturally. This pattern was fueled by a special kind of insularity in which locally popular individuals were not the ones forging contacts with more distant social groups. Conclusions Our results suggest that ordinary contact patterns can produce multiwave epidemics at the scale of a single urban area without the temporal shifts that are usually assumed to be responsible. Understanding the role of community structure in epidemic dynamics allows officials to anticipate epidemic

  7. Decomposition-Based Multiobjective Evolutionary Algorithm for Community Detection in Dynamic Social Networks

    PubMed Central

    Ma, Jingjing; Liu, Jie; Ma, Wenping; Gong, Maoguo; Jiao, Licheng

    2014-01-01

    Community structure is one of the most important properties in social networks. In dynamic networks, there are two conflicting criteria that need to be considered. One is the snapshot quality, which evaluates the quality of the community partitions at the current time step. The other is the temporal cost, which evaluates the difference between communities at different time steps. In this paper, we propose a decomposition-based multiobjective community detection algorithm to simultaneously optimize these two objectives to reveal community structure and its evolution in dynamic networks. It employs the framework of multiobjective evolutionary algorithm based on decomposition to simultaneously optimize the modularity and normalized mutual information, which quantitatively measure the quality of the community partitions and temporal cost, respectively. A local search strategy dealing with the problem-specific knowledge is incorporated to improve the effectiveness of the new algorithm. Experiments on computer-generated and real-world networks demonstrate that the proposed algorithm can not only find community structure and capture community evolution more accurately, but also be steadier than the two compared algorithms. PMID:24723806

  8. Decomposition-based multiobjective evolutionary algorithm for community detection in dynamic social networks.

    PubMed

    Ma, Jingjing; Liu, Jie; Ma, Wenping; Gong, Maoguo; Jiao, Licheng

    2014-01-01

    Community structure is one of the most important properties in social networks. In dynamic networks, there are two conflicting criteria that need to be considered. One is the snapshot quality, which evaluates the quality of the community partitions at the current time step. The other is the temporal cost, which evaluates the difference between communities at different time steps. In this paper, we propose a decomposition-based multiobjective community detection algorithm to simultaneously optimize these two objectives to reveal community structure and its evolution in dynamic networks. It employs the framework of multiobjective evolutionary algorithm based on decomposition to simultaneously optimize the modularity and normalized mutual information, which quantitatively measure the quality of the community partitions and temporal cost, respectively. A local search strategy dealing with the problem-specific knowledge is incorporated to improve the effectiveness of the new algorithm. Experiments on computer-generated and real-world networks demonstrate that the proposed algorithm can not only find community structure and capture community evolution more accurately, but also be steadier than the two compared algorithms.

  9. A Comparative Analysis of Community Detection Algorithms on Artificial Networks

    PubMed Central

    Yang, Zhao; Algesheimer, René; Tessone, Claudio J.

    2016-01-01

    Many community detection algorithms have been developed to uncover the mesoscopic properties of complex networks. However how good an algorithm is, in terms of accuracy and computing time, remains still open. Testing algorithms on real-world network has certain restrictions which made their insights potentially biased: the networks are usually small, and the underlying communities are not defined objectively. In this study, we employ the Lancichinetti-Fortunato-Radicchi benchmark graph to test eight state-of-the-art algorithms. We quantify the accuracy using complementary measures and algorithms’ computing time. Based on simple network properties and the aforementioned results, we provide guidelines that help to choose the most adequate community detection algorithm for a given network. Moreover, these rules allow uncovering limitations in the use of specific algorithms given macroscopic network properties. Our contribution is threefold: firstly, we provide actual techniques to determine which is the most suited algorithm in most circumstances based on observable properties of the network under consideration. Secondly, we use the mixing parameter as an easily measurable indicator of finding the ranges of reliability of the different algorithms. Finally, we study the dependency with network size focusing on both the algorithm’s predicting power and the effective computing time. PMID:27476470

  10. A Community Network of 100 Black Carbon Sensors

    NASA Astrophysics Data System (ADS)

    Preble, C.; Kirchstetter, T.; Caubel, J.; Cados, T.; Keeling, C.; Chang, S.

    2017-12-01

    We developed a low-cost black carbon sensor, field tested its performance, and then built and deployed a network of 100 sensors in West Oakland, California. We operated the network for 100 days beginning mid-May 2017 to measure spatially resolved black carbon concentrations throughout the community. West Oakland is a San Francisco Bay Area mixed residential and industrial community that is adjacent to regional port and rail yard facilities and surrounded by major freeways. As such, the community is affected by diesel particulate matter emissions from heavy-duty diesel trucks, locomotives, and ships associated with freight movement. In partnership with Environmental Defense Fund, the Bay Area Air Quality Management District, and the West Oakland Environmental Indicators Project, we deployed the black carbon monitoring network outside of residences and business, along truck routes and arterial streets, and at upwind locations. The sensor employs the filter-based light transmission method to measure black carbon and has good precision and correspondence with current commercial black carbon instruments. Throughout the 100-day period, each of the 100 sensors transmitted data via a cellular network. A MySQL database was built to receive and manage the data in real-time. The database included diagnostic features to monitor each sensor's operational status and facilitate the maintenance of the network. Spatial and temporal patterns in black carbon concentrations will be presented, including patterns around industrial facilities, freeways, and truck routes, as well as the relationship between neighborhood concentrations and the BAAQMD's monitoring site. Lessons learned during this first of its kind black carbon monitoring network will also be shared.

  11. Chemeketa Community College Telecommunications Network: A Proposal to the Chemeketa Community College Board.

    ERIC Educational Resources Information Center

    Rude, John C.

    Developed by the Telecommunications Committee of Chemeketa Community College (CCC), this report recommends the development of a telecommunications network to supply instruction by television, computers and telephone to homes, businesses, and CCC branch campuses. The report begins by stressing the advantages of a telecommunications network and its…

  12. Rock Hill Business, Education, and Community Online Network.

    ERIC Educational Resources Information Center

    Broyles, Alan

    The Business, Education & Community On-line Network (BEACON) is designed to support development and implementation of demonstration applications operating in an asynchronous transfer mode (ATM) fiber optic network environment. Initial origination and destination sites include high schools and universities around Rock Hill (South Carolina). The…

  13. Identifying diabetes knowledge network nodes as sites for a diabetes prevention program.

    PubMed

    Gesler, Wilbert M; Arcury, Thomas A; Skelly, Anne H; Nash, Sally; Soward, April; Dougherty, Molly

    2006-12-01

    This paper reports on the methods used and results of a study that identified specific places within a community that have the potential to be sites for a diabetes prevention program. These sites, termed diabetes knowledge network nodes (DKNNs), are based on the concept of socio-spatial knowledge networks (SSKNs), the web of social relationships within which people obtain knowledge about type 2 diabetes. The target population for the study was working poor African Americans, Latinos, and European Americans of both sexes in a small rural southern town who had not been diagnosed with diabetes. Information was collected from a sample of 121 respondents on the places they visited in carrying out their daily activities. Data on number of visits to specific sites, degree of familiarity with these sites, and ratings of sites as places to receive diabetes information were used to develop three categories of DKNNs for six subgroups based on ethnicity and sex. Primary potential sites of importance to one or more subgroups included churches, grocery stores, drugstores, the local library, a beauty salon, laundromats, a community service agency, and a branch of the County Health Department. Secondary potential sites included gas stations, restaurants, banks, and post offices. Latent potential sites included three medical facilities. Most of the DKNNs were located either in the downtown area or in one of two shopping areas along the most used highway that passed through the town. The procedures used in this study can be generalized to other communities and prevention programs for other chronic diseases.

  14. Assessing opinions in community leadership networks to address health inequalities: a case study from Project IMPACT

    PubMed Central

    McCauley, M. P.; Ramanadhan, S.; Viswanath, K.

    2015-01-01

    This study demonstrates a novel approach that those engaged in promoting social change in health can use to analyze community power, mobilize it and enhance community capacity to reduce health inequalities. We used community reconnaissance methods to select and interview 33 participants from six leadership sectors in ‘Milltown’, the New England city where the study was conducted. We used UCINET network analysis software to assess the structure of local leadership and NVivo qualitative software to analyze leaders’ views on public health and health inequalities. Our main analyses showed that community power is distributed unequally in Milltown, with our network of 33 divided into an older, largely male and more powerful group, and a younger, largely female group with many ‘grassroots’ sector leaders who focus on reducing health inequalities. Ancillary network analyses showed that grassroots leaders comprise a self-referential cluster that could benefit from greater affiliation with leaders from other sectors and identified leaders who may serve as leverage points in our overall program of public agenda change to address health inequalities. Our innovative approach provides public health practitioners with a method for assessing community leaders’ views, understanding subgroup divides and mobilizing leaders who may be helpful in reducing health inequalities. PMID:26471919

  15. Community pharmacist participation in a practice-based research network: a report from the Medication Safety Research Network of Indiana (Rx-SafeNet).

    PubMed

    Patel, Puja; Hemmeger, Heather; Kozak, Mary Ann; Gernant, Stephanie A; Snyder, Margie E

    2015-01-01

    To describe the experiences and opinions of pharmacists serving as site coordinators for the Medication Safety Research Network of Indiana (Rx-SafeNet). Retail chain, independent, and hospital/health system outpatient community pharmacies throughout Indiana, with a total of 127 pharmacy members represented by 26 site coordinators. Rx-SafeNet, a statewide practice-based research network (PBRN) formed in 2010 and administered by the Purdue University College of Pharmacy. Barriers and facilitators to participation in available research studies, confidence participating in research, and satisfaction with overall network communication. 22 of 26 site coordinators participated, resulting in an 85% response rate. Most (72.2%) of the respondents had received a doctor of pharmacy degree, and 13.6% had postgraduate year (PGY)1 residency training. The highest reported benefits of PBRN membership were an enhanced relationship with the Purdue University College of Pharmacy (81% agreed or strongly agreed) and enhanced professional development (80% agreed or strongly agreed). Time constraints were identified as the greatest potential barrier to network participation, reported by 62% of respondents. In addition, the majority (59%) of survey respondents identified no prior research experience. Last, respondents' confidence in performing research appeared to increase substantially after becoming network members, with 43% reporting a lack of confidence in engaging in research before joining the network compared with 90% reporting confidence after joining the network. In general, Rx-SafeNet site coordinators appeared to experience increased confidence in research engagement after joining the network. While respondents identified a number of benefits associated with network participation, concerns about potential time constraints remained a key barrier to participation. These findings will assist network leadership in identifying opportunities to positively increase member participation

  16. Community Detection in Signed Networks: the Role of Negative ties in Different Scales

    PubMed Central

    Esmailian, Pouya; Jalili, Mahdi

    2015-01-01

    Extracting community structure of complex network systems has many applications from engineering to biology and social sciences. There exist many algorithms to discover community structure of networks. However, it has been significantly under-explored for networks with positive and negative links as compared to unsigned ones. Trying to fill this gap, we measured the quality of partitions by introducing a Map Equation for signed networks. It is based on the assumption that negative relations weaken positive flow from a node towards a community, and thus, external (internal) negative ties increase the probability of staying inside (escaping from) a community. We further extended the Constant Potts Model, providing a map spectrum for signed networks. Accordingly, a partition is selected through balancing between abridgment and expatiation of a signed network. Most importantly, multi-scale spectrum of signed networks revealed how informative are negative ties in different scales, and quantified the topological placement of negative ties between dense positive ones. Moreover, an inconsistency was found in the signed Modularity: as the number of negative ties increases, the density of positive ties is neglected more. These results shed lights on the community structure of signed networks. PMID:26395815

  17. Networked Improvement Communities: The Discipline of Improvement Science Meets the Power of Networks

    ERIC Educational Resources Information Center

    LeMahieu, Paul G.; Grunow, Alicia; Baker, Laura; Nordstrum, Lee E.; Gomez, Louis M.

    2017-01-01

    Purpose: The purpose of this paper is to delineate an approach to quality assurance in education called networked improvement communities (NICs) that focused on integrating the methodologies of improvement science with few of the networks. Quality improvement, the science and practice of continuously improving programs, practices, processes,…

  18. Sharing and community curation of mass spectrometry data with Global Natural Products Social Molecular Networking.

    PubMed

    Wang, Mingxun; Carver, Jeremy J; Phelan, Vanessa V; Sanchez, Laura M; Garg, Neha; Peng, Yao; Nguyen, Don Duy; Watrous, Jeramie; Kapono, Clifford A; Luzzatto-Knaan, Tal; Porto, Carla; Bouslimani, Amina; Melnik, Alexey V; Meehan, Michael J; Liu, Wei-Ting; Crüsemann, Max; Boudreau, Paul D; Esquenazi, Eduardo; Sandoval-Calderón, Mario; Kersten, Roland D; Pace, Laura A; Quinn, Robert A; Duncan, Katherine R; Hsu, Cheng-Chih; Floros, Dimitrios J; Gavilan, Ronnie G; Kleigrewe, Karin; Northen, Trent; Dutton, Rachel J; Parrot, Delphine; Carlson, Erin E; Aigle, Bertrand; Michelsen, Charlotte F; Jelsbak, Lars; Sohlenkamp, Christian; Pevzner, Pavel; Edlund, Anna; McLean, Jeffrey; Piel, Jörn; Murphy, Brian T; Gerwick, Lena; Liaw, Chih-Chuang; Yang, Yu-Liang; Humpf, Hans-Ulrich; Maansson, Maria; Keyzers, Robert A; Sims, Amy C; Johnson, Andrew R; Sidebottom, Ashley M; Sedio, Brian E; Klitgaard, Andreas; Larson, Charles B; P, Cristopher A Boya; Torres-Mendoza, Daniel; Gonzalez, David J; Silva, Denise B; Marques, Lucas M; Demarque, Daniel P; Pociute, Egle; O'Neill, Ellis C; Briand, Enora; Helfrich, Eric J N; Granatosky, Eve A; Glukhov, Evgenia; Ryffel, Florian; Houson, Hailey; Mohimani, Hosein; Kharbush, Jenan J; Zeng, Yi; Vorholt, Julia A; Kurita, Kenji L; Charusanti, Pep; McPhail, Kerry L; Nielsen, Kristian Fog; Vuong, Lisa; Elfeki, Maryam; Traxler, Matthew F; Engene, Niclas; Koyama, Nobuhiro; Vining, Oliver B; Baric, Ralph; Silva, Ricardo R; Mascuch, Samantha J; Tomasi, Sophie; Jenkins, Stefan; Macherla, Venkat; Hoffman, Thomas; Agarwal, Vinayak; Williams, Philip G; Dai, Jingqui; Neupane, Ram; Gurr, Joshua; Rodríguez, Andrés M C; Lamsa, Anne; Zhang, Chen; Dorrestein, Kathleen; Duggan, Brendan M; Almaliti, Jehad; Allard, Pierre-Marie; Phapale, Prasad; Nothias, Louis-Felix; Alexandrov, Theodore; Litaudon, Marc; Wolfender, Jean-Luc; Kyle, Jennifer E; Metz, Thomas O; Peryea, Tyler; Nguyen, Dac-Trung; VanLeer, Danielle; Shinn, Paul; Jadhav, Ajit; Müller, Rolf; Waters, Katrina M; Shi, Wenyuan; Liu, Xueting; Zhang, Lixin; Knight, Rob; Jensen, Paul R; Palsson, Bernhard O; Pogliano, Kit; Linington, Roger G; Gutiérrez, Marcelino; Lopes, Norberto P; Gerwick, William H; Moore, Bradley S; Dorrestein, Pieter C; Bandeira, Nuno

    2016-08-09

    The potential of the diverse chemistries present in natural products (NP) for biotechnology and medicine remains untapped because NP databases are not searchable with raw data and the NP community has no way to share data other than in published papers. Although mass spectrometry (MS) techniques are well-suited to high-throughput characterization of NP, there is a pressing need for an infrastructure to enable sharing and curation of data. We present Global Natural Products Social Molecular Networking (GNPS; http://gnps.ucsd.edu), an open-access knowledge base for community-wide organization and sharing of raw, processed or identified tandem mass (MS/MS) spectrometry data. In GNPS, crowdsourced curation of freely available community-wide reference MS libraries will underpin improved annotations. Data-driven social-networking should facilitate identification of spectra and foster collaborations. We also introduce the concept of 'living data' through continuous reanalysis of deposited data.

  19. Evolving a NASA Digital Object Identifiers System with Community Engagement

    NASA Technical Reports Server (NTRS)

    Wanchoo, Lalit; James, Nathan

    2016-01-01

    To demonstrate how the ESDIS (Earth Science Data and Information System) DOI (Digital Object Identifier) system and its processes have evolved over these years based on the recommendations provided by the user community (whether the community members create and manage DOI information or use DOIs in the data citations). The user community is comprised of people with common interests and needs for data identifiers who are actively involved in the creation and usage process. Engagement describes the interactive context wherein the community provides information, evaluates the proposed processes, and provides guidance in the area of identifiers.

  20. Mobilizing Community Museum Networks in Mexico--and Beyond.

    ERIC Educational Resources Information Center

    Healy, Kevin

    2003-01-01

    Since the late 1980s, a network of community museums has spread throughout Oaxaca (Mexico), serving as an autonomous force for broad-based cultural development, supporting the maintenance and revitalization of local Indigenous cultures, countering Western cultural hegemony, and involving Indigenous communities in museum development and related…

  1. Community Discovery in Dynamic, Rich-Context Social Networks

    ERIC Educational Resources Information Center

    Lin, Yu-Ru

    2010-01-01

    My research interest has been in understanding the human communities formed through interpersonal social activities. Participation in online communities on social network sites such as Twitter has been observed to influence people's behavior in diverse ways including financial decision-making and political choices, suggesting the rich potential…

  2. A fast community detection method in bipartite networks by distance dynamics

    NASA Astrophysics Data System (ADS)

    Sun, Hong-liang; Ch'ng, Eugene; Yong, Xi; Garibaldi, Jonathan M.; See, Simon; Chen, Duan-bing

    2018-04-01

    Many real bipartite networks are found to be divided into two-mode communities. In this paper, we formulate a new two-mode community detection algorithm BiAttractor. It is based on distance dynamics model Attractor proposed by Shao et al. with extension from unipartite to bipartite networks. Since Jaccard coefficient of distance dynamics model is incapable to measure distances of different types of vertices in bipartite networks, our main contribution is to extend distance dynamics model from unipartite to bipartite networks using a novel measure Local Jaccard Distance (LJD). Furthermore, distances between different types of vertices are not affected by common neighbors in the original method. This new idea makes clear assumptions and yields interpretable results in linear time complexity O(| E |) in sparse networks, where | E | is the number of edges. Experiments on synthetic networks demonstrate it is capable to overcome resolution limit compared with existing other methods. Further research on real networks shows that this model can accurately detect interpretable community structures in a short time.

  3. Community core detection in transportation networks

    NASA Astrophysics Data System (ADS)

    De Leo, Vincenzo; Santoboni, Giovanni; Cerina, Federica; Mureddu, Mario; Secchi, Luca; Chessa, Alessandro

    2013-10-01

    This work analyzes methods for the identification and the stability under perturbation of a territorial community structure with specific reference to transportation networks. We considered networks of commuters for a city and an insular region. In both cases, we have studied the distribution of commuters’ trips (i.e., home-to-work trips and vice versa). The identification and stability of the communities’ cores are linked to the land-use distribution within the zone system, and therefore their proper definition may be useful to transport planners.

  4. Building a Science Community of Effective Advocates: The Case of the Union of Concerned Scientists Science Network

    NASA Astrophysics Data System (ADS)

    Varga, M.; Worcester, J.

    2017-12-01

    The Union of Concerned Scientists (UCS) Science Network is a community of over 20,000 scientists, engineers, economists, public health specialists, and technical experts that inform and advocate for science-based solutions to some of our nation's most pressing problems. The role of the community manager here is to train and prepare Science Network members to be effective advocates for science-based decision making, and also to identify opportunities for them to put their skills and expertise into action on science and public health issues. As an organizational asset, but also an important resource to its members, it is crucial that the Science Network demonstrate its impact. But measuring impact when it comes to engagement and advocacy can be difficult. Here we will define a glossary of terms relating to community management and scientist engagement, delve into tracking and measurement of actions taken within a community, and connect the dots between tracking metrics and measuring impact. Measuring impact in community management is a growing field, and here we will also suggest future research that will help standardize impact measurement, as well as bring attention to the growing and unique role that scientist communities can have on policy and public engagement goals. This work has been informed by the American Association for the Advancement of Science's inaugural cohort of the Community Engagement Fellows Program.

  5. Global cluster synchronization in nonlinearly coupled community networks with heterogeneous coupling delays.

    PubMed

    Tseng, Jui-Pin

    2017-02-01

    This investigation establishes the global cluster synchronization of complex networks with a community structure based on an iterative approach. The units comprising the network are described by differential equations, and can be non-autonomous and involve time delays. In addition, units in the different communities can be governed by different equations. The coupling configuration of the network is rather general. The coupling terms can be non-diffusive, nonlinear, asymmetric, and with heterogeneous coupling delays. Based on this approach, both delay-dependent and delay-independent criteria for global cluster synchronization are derived. We implement the present approach for a nonlinearly coupled neural network with heterogeneous coupling delays. Two numerical examples are given to show that neural networks can behave in a variety of new collective ways under the synchronization criteria. These examples also demonstrate that neural networks remain synchronized in spite of coupling delays between neurons across different communities; however, they may lose synchrony if the coupling delays between the neurons within the same community are too large, such that the synchronization criteria are violated. Copyright © 2016 Elsevier Ltd. All rights reserved.

  6. Terrestrial origin of bacterial communities in complex boreal freshwater networks.

    PubMed

    Ruiz-González, Clara; Niño-García, Juan Pablo; Del Giorgio, Paul A

    2015-08-25

    Bacteria inhabiting boreal freshwaters are part of metacommunities where local assemblages are often linked by the flow of water in the landscape, yet the resulting spatial structure and the boundaries of the network metacommunity have never been explored. Here, we reconstruct the spatial structure of the bacterial metacommunity in a complex boreal aquatic network by determining the taxonomic composition of bacterial communities along the entire terrestrial/aquatic continuum, including soil and soilwaters, headwater streams, large rivers and lakes. We show that the network metacommunity has a directional spatial structure driven by a common terrestrial origin of aquatic communities, which are numerically dominated by taxa recruited from soils. Local community assembly is driven by variations along the hydrological continuum in the balance between mass effects and species sorting of terrestrial taxa, and seems further influenced by priority effects related to the spatial sequence of entry of soil bacteria into the network. © 2015 John Wiley & Sons Ltd/CNRS.

  7. Who Networks? The Social Psychology of Virtual Communities

    DTIC Science & Technology

    2004-06-01

    virtual life: the open side - characterized by communities of interest, civil society movements, virtual “states,” and 4 online gaming communities...network of people hailing from Sicily. Sometimes the offline/ online similari- ties mesh even more, as when a gaming society in a small Swedish town...Commercially owned and regulated graphics-based Massively Multi- Player Gaming Communities (EverQuest, The Matrix Online ®, etc.) • UseNET

  8. High-risk sexual activity in the House and Ball community: influence of social networks.

    PubMed

    Schrager, Sheree M; Latkin, Carl A; Weiss, George; Kubicek, Katrina; Kipke, Michele D

    2014-02-01

    We investigated the roles of House membership and the influence of social and sexual network members on the sexual risk behavior of men in the Los Angeles House and Ball community. From February 2009 to January 2010, male participants (n = 233) completed interviewer-assisted surveys during a House meeting or Ball event. We used logistic regression to model the effects of sexual network size, influence of sexual network members, House membership status, and their interactions on high-risk sex. Significant predictors of high-risk sex included number of sexual partners in the nominated social network, multiethnicity, and previous diagnosis of sexually transmitted infection. House membership was protective against high-risk sex. Additionally, a 3-way interaction emerged between number of sexual partners in the network, influence, and network members' House membership. Future research should assess network members' attitudes and behavior in detail to provide a greater understanding of the dynamics of social influence and to identify additional avenues for intervention.

  9. Semantic Social Network Portal for Collaborative Online Communities

    ERIC Educational Resources Information Center

    Neumann, Marco; O'Murchu, Ina; Breslin, John; Decker, Stefan; Hogan, Deirdre; MacDonaill, Ciaran

    2005-01-01

    Purpose: The motivation for this investigation is to apply social networking features to a semantic network portal, which supports the efforts in enterprise training units to up-skill the employee in the company, and facilitates the creation and reuse of knowledge in online communities. Design/methodology/approach: The paper provides an overview…

  10. Combining Community Engagement and Scientific Approaches in Next-Generation Monitor Siting: The Case of the Imperial County Community Air Network.

    PubMed

    Wong, Michelle; Bejarano, Esther; Carvlin, Graeme; Fellows, Katie; King, Galatea; Lugo, Humberto; Jerrett, Michael; Meltzer, Dan; Northcross, Amanda; Olmedo, Luis; Seto, Edmund; Wilkie, Alexa; English, Paul

    2018-03-15

    Air pollution continues to be a global public health threat, and the expanding availability of small, low-cost air sensors has led to increased interest in both personal and crowd-sourced air monitoring. However, to date, few low-cost air monitoring networks have been developed with the scientific rigor or continuity needed to conduct public health surveillance and inform policy. In Imperial County, California, near the U.S./Mexico border, we used a collaborative, community-engaged process to develop a community air monitoring network that attains the scientific rigor required for research, while also achieving community priorities. By engaging community residents in the project design, monitor siting processes, data dissemination, and other key activities, the resulting air monitoring network data are relevant, trusted, understandable, and used by community residents. Integration of spatial analysis and air monitoring best practices into the network development process ensures that the data are reliable and appropriate for use in research activities. This combined approach results in a community air monitoring network that is better able to inform community residents, support research activities, guide public policy, and improve public health. Here we detail the monitor siting process and outline the advantages and challenges of this approach.

  11. Combining Community Engagement and Scientific Approaches in Next-Generation Monitor Siting: The Case of the Imperial County Community Air Network

    PubMed Central

    Wong, Michelle; Bejarano, Esther; Carvlin, Graeme; King, Galatea; Lugo, Humberto; Jerrett, Michael; Northcross, Amanda; Olmedo, Luis; Seto, Edmund; Wilkie, Alexa; English, Paul

    2018-01-01

    Air pollution continues to be a global public health threat, and the expanding availability of small, low-cost air sensors has led to increased interest in both personal and crowd-sourced air monitoring. However, to date, few low-cost air monitoring networks have been developed with the scientific rigor or continuity needed to conduct public health surveillance and inform policy. In Imperial County, California, near the U.S./Mexico border, we used a collaborative, community-engaged process to develop a community air monitoring network that attains the scientific rigor required for research, while also achieving community priorities. By engaging community residents in the project design, monitor siting processes, data dissemination, and other key activities, the resulting air monitoring network data are relevant, trusted, understandable, and used by community residents. Integration of spatial analysis and air monitoring best practices into the network development process ensures that the data are reliable and appropriate for use in research activities. This combined approach results in a community air monitoring network that is better able to inform community residents, support research activities, guide public policy, and improve public health. Here we detail the monitor siting process and outline the advantages and challenges of this approach. PMID:29543726

  12. Cost-effectiveness of using social networks to identify undiagnosed HIV infection among minority populations.

    PubMed

    Shrestha, Ram K; Sansom, Stephanie L; Kimbrough, Lisa; Hutchinson, Angela B; Daltry, Daniel; Maldonado, Waleska; Simpson-May, Georgia M; Illemszky, Sean

    2010-01-01

    In 2003, the Centers for Disease Control and Prevention launched the Advancing HIV Prevention project to implement new strategies for diagnosing human immunodeficiency virus (HIV) infections outside medical settings and prevent new infections by working with HIV-infected persons and their partners. : To assess the cost and effectiveness of a social network strategy to identify new HIV diagnoses among minority populations. Four community-based organizations (CBOs) in Boston, Philadelphia, and Washington, District of Columbia, implemented a social network strategy for HIV counseling and testing from October 2003 to December 2005. We used standardized cost collection forms to collect program costs attributable to staff time, travel, incentives, test kits, testing supplies, office space, equipment, and utilities. The CBOs used the networks of high-risk and HIV-infected persons (recruiters) who referred their partners and associates for HIV counseling and testing. We obtained HIV-testing outcomes from project databases. Number of HIV tests, number of new HIV-diagnoses notified, total program cost, cost per person tested, cost per person notified of new HIV diagnosis. Two CBOs, both based in Philadelphia, identified 25 and 17 recruiters on average annually and tested 136 and 330 network associates, respectively. Among those tested, 12 and 13 associates were notified of new HIV diagnoses (seropositivity: 9.8%, 4.4%). CBOs in Boston, Massachusetts, and Washington, District of Columbia, identified 26 and 24 recruiters per year on average and tested 228 and 123 network associates. Among those tested, 12 and 11 associates were notified of new HIV diagnoses (seropositivity: 5.1%, 8.7%). The cost per associate notified of a new HIV diagnosis was $11 578 and $12 135 in Philadelphia, and $16 437 and $16 101 in Boston, Massachusetts, and Washington, District of Columbia. The cost of notifying someone with a new HIV diagnosis using social networks varied across sites. Our analysis

  13. Models of Community Learning Networks in Canada = Modeles de reseaux d'apprentissage communautaires au Canada.

    ERIC Educational Resources Information Center

    Human Resources Development Canada, Hull (Quebec). Office of Learning Technologies.

    Canada-based community learning networks (CLNs) were examined to provide an operational definition of CLNs, design a framework for their review and analysis, and identify best practices in CLNs. Data were collected from three sources: interviews with 16 key stakeholders in CLNs, literature review, and case studies of five Canadian CLNs. The…

  14. Accurate detection of hierarchical communities in complex networks based on nonlinear dynamical evolution

    NASA Astrophysics Data System (ADS)

    Zhuo, Zhao; Cai, Shi-Min; Tang, Ming; Lai, Ying-Cheng

    2018-04-01

    One of the most challenging problems in network science is to accurately detect communities at distinct hierarchical scales. Most existing methods are based on structural analysis and manipulation, which are NP-hard. We articulate an alternative, dynamical evolution-based approach to the problem. The basic principle is to computationally implement a nonlinear dynamical process on all nodes in the network with a general coupling scheme, creating a networked dynamical system. Under a proper system setting and with an adjustable control parameter, the community structure of the network would "come out" or emerge naturally from the dynamical evolution of the system. As the control parameter is systematically varied, the community hierarchies at different scales can be revealed. As a concrete example of this general principle, we exploit clustered synchronization as a dynamical mechanism through which the hierarchical community structure can be uncovered. In particular, for quite arbitrary choices of the nonlinear nodal dynamics and coupling scheme, decreasing the coupling parameter from the global synchronization regime, in which the dynamical states of all nodes are perfectly synchronized, can lead to a weaker type of synchronization organized as clusters. We demonstrate the existence of optimal choices of the coupling parameter for which the synchronization clusters encode accurate information about the hierarchical community structure of the network. We test and validate our method using a standard class of benchmark modular networks with two distinct hierarchies of communities and a number of empirical networks arising from the real world. Our method is computationally extremely efficient, eliminating completely the NP-hard difficulty associated with previous methods. The basic principle of exploiting dynamical evolution to uncover hidden community organizations at different scales represents a "game-change" type of approach to addressing the problem of community

  15. Rights and Responsibilities of Participants in Networked Communities.

    ERIC Educational Resources Information Center

    Denning, Dorothy E., Ed.; Lin, Herbert S., Ed.

    This report is based on a November 1992 workshop and a February 1993 public forum which discussed some of the social issues raised by the emergence of electronic communities. The workshop examined user, provider, and other perspectives on different types of networked communities, including those on the Internet, commercial information services,…

  16. The Glenview Model: Community Networking via Broadband Cable.

    ERIC Educational Resources Information Center

    Mundt, John P.

    This paper describes the installation of a data network in the community of Glenview, Illinois, which uses broadband cable equipment to connect schools, libraries, and governmental agencies to each other and to the Internet via a high speed Ethernet network. The history of the project is outlined followed by a discussion of the implementation of…

  17. Modelling opinion formation driven communities in social networks

    NASA Astrophysics Data System (ADS)

    Iñiguez, Gerardo; Barrio, Rafael A.; Kertész, János; Kaski, Kimmo K.

    2011-09-01

    In a previous paper we proposed a model to study the dynamics of opinion formation in human societies by a co-evolution process involving two distinct time scales of fast transaction and slower network evolution dynamics. In the transaction dynamics we take into account short range interactions as discussions between individuals and long range interactions to describe the attitude to the overall mood of society. The latter is handled by a uniformly distributed parameter α, assigned randomly to each individual, as quenched personal bias. The network evolution dynamics is realised by rewiring the societal network due to state variable changes as a result of transaction dynamics. The main consequence of this complex dynamics is that communities emerge in the social network for a range of values in the ratio between time scales. In this paper we focus our attention on the attitude parameter α and its influence on the conformation of opinion and the size of the resulting communities. We present numerical studies and extract interesting features of the model that can be interpreted in terms of social behaviour.

  18. Resolving anatomical and functional structure in human brain organization: identifying mesoscale organization in weighted network representations.

    PubMed

    Lohse, Christian; Bassett, Danielle S; Lim, Kelvin O; Carlson, Jean M

    2014-10-01

    Human brain anatomy and function display a combination of modular and hierarchical organization, suggesting the importance of both cohesive structures and variable resolutions in the facilitation of healthy cognitive processes. However, tools to simultaneously probe these features of brain architecture require further development. We propose and apply a set of methods to extract cohesive structures in network representations of brain connectivity using multi-resolution techniques. We employ a combination of soft thresholding, windowed thresholding, and resolution in community detection, that enable us to identify and isolate structures associated with different weights. One such mesoscale structure is bipartivity, which quantifies the extent to which the brain is divided into two partitions with high connectivity between partitions and low connectivity within partitions. A second, complementary mesoscale structure is modularity, which quantifies the extent to which the brain is divided into multiple communities with strong connectivity within each community and weak connectivity between communities. Our methods lead to multi-resolution curves of these network diagnostics over a range of spatial, geometric, and structural scales. For statistical comparison, we contrast our results with those obtained for several benchmark null models. Our work demonstrates that multi-resolution diagnostic curves capture complex organizational profiles in weighted graphs. We apply these methods to the identification of resolution-specific characteristics of healthy weighted graph architecture and altered connectivity profiles in psychiatric disease.

  19. Assessing opinions in community leadership networks to address health inequalities: a case study from Project IMPACT.

    PubMed

    McCauley, M P; Ramanadhan, S; Viswanath, K

    2015-12-01

    This study demonstrates a novel approach that those engaged in promoting social change in health can use to analyze community power, mobilize it and enhance community capacity to reduce health inequalities. We used community reconnaissance methods to select and interview 33 participants from six leadership sectors in 'Milltown', the New England city where the study was conducted. We used UCINET network analysis software to assess the structure of local leadership and NVivo qualitative software to analyze leaders' views on public health and health inequalities. Our main analyses showed that community power is distributed unequally in Milltown, with our network of 33 divided into an older, largely male and more powerful group, and a younger, largely female group with many 'grassroots' sector leaders who focus on reducing health inequalities. Ancillary network analyses showed that grassroots leaders comprise a self-referential cluster that could benefit from greater affiliation with leaders from other sectors and identified leaders who may serve as leverage points in our overall program of public agenda change to address health inequalities. Our innovative approach provides public health practitioners with a method for assessing community leaders' views, understanding subgroup divides and mobilizing leaders who may be helpful in reducing health inequalities. © The Author 2015. Published by Oxford University Press. All rights reserved. For permissions, please email: journals.permissions@oup.com.

  20. Community intervention to increase neighborhood social network among Japanese older adults.

    PubMed

    Harada, Kazuhiro; Masumoto, Kouhei; Katagiri, Keiko; Fukuzawa, Ai; Chogahara, Makoto; Kondo, Narihiko; Okada, Shuichi

    2018-03-01

    Strengthening neighborhood social networks is important for promoting health among older adults. However, effective intervention strategies aimed at increasing older adults' social networks have not yet been established. The present study examined whether a university-led community intervention that provided communication opportunities could increase older Japanese adults' neighborhood social networks. The present study used a quasi-experimental design. Before the intervention, using postal mail, we carried out a baseline questionnaire survey that was sent to all people living in the Tsurukabuto community aged ≥60 years (n = 1769), of whom 1068 responded. For the community intervention, 18 event-based programs were provided over the course of 1 year at Kobe University. Academic staff at Kobe University organized all the programs. During the program, social interactions among participants were promoted. A follow-up survey was distributed to those who responded to the baseline survey, and 710 individuals answered the question about their participation in the intervention programs (138 respondents were participants, 572 were non-participants). The neighborhood social network was measured in both the baseline and follow-up surveys. Analysis of covariance showed that the changes in neighborhood social network among participants in the program was significantly higher than the changes among non-participants (P = 0.046) after adjusting for the baseline score of social network. The present study found that participants of the intervention expanded their neighborhood social network, but non-participants did not. This finding shows that community interventions using university resources could increase older adults' neighborhood social networks. Geriatr Gerontol Int 2018; 18: 462-469. © 2017 Japan Geriatrics Society.

  1. Improving the Efficiency and Effectiveness of Community Detection via Prior-Induced Equivalent Super-Network.

    PubMed

    Yang, Liang; Jin, Di; He, Dongxiao; Fu, Huazhu; Cao, Xiaochun; Fogelman-Soulie, Francoise

    2017-03-29

    Due to the importance of community structure in understanding network and a surge of interest aroused on community detectability, how to improve the community identification performance with pairwise prior information becomes a hot topic. However, most existing semi-supervised community detection algorithms only focus on improving the accuracy but ignore the impacts of priors on speeding detection. Besides, they always require to tune additional parameters and cannot guarantee pairwise constraints. To address these drawbacks, we propose a general, high-speed, effective and parameter-free semi-supervised community detection framework. By constructing the indivisible super-nodes according to the connected subgraph of the must-link constraints and by forming the weighted super-edge based on network topology and cannot-link constraints, our new framework transforms the original network into an equivalent but much smaller Super-Network. Super-Network perfectly ensures the must-link constraints and effectively encodes cannot-link constraints. Furthermore, the time complexity of super-network construction process is linear in the original network size, which makes it efficient. Meanwhile, since the constructed super-network is much smaller than the original one, any existing community detection algorithm is much faster when using our framework. Besides, the overall process will not introduce any additional parameters, making it more practical.

  2. Assessing Interorganizational Networks as a Dimension of Community Capacity: Illustrations from a Community Intervention to Prevent Lead Poisoning

    ERIC Educational Resources Information Center

    Singer, Helen Harber; Kegler, Michelle Crozier

    2004-01-01

    Network analysis is often cited as a method for assessing collaboration among organizations as an indicator of community capacity. The purpose of this study was to (1) document patterns of collaboration in organizational networks related to lead poisoning prevention in a Native American community and (2) examine measurement issues in using…

  3. Identifying causal networks linking cancer processes and anti-tumor immunity using Bayesian network inference and metagene constructs.

    PubMed

    Kaiser, Jacob L; Bland, Cassidy L; Klinke, David J

    2016-03-01

    Cancer arises from a deregulation of both intracellular and intercellular networks that maintain system homeostasis. Identifying the architecture of these networks and how they are changed in cancer is a pre-requisite for designing drugs to restore homeostasis. Since intercellular networks only appear in intact systems, it is difficult to identify how these networks become altered in human cancer using many of the common experimental models. To overcome this, we used the diversity in normal and malignant human tissue samples from the Cancer Genome Atlas (TCGA) database of human breast cancer to identify the topology associated with intercellular networks in vivo. To improve the underlying biological signals, we constructed Bayesian networks using metagene constructs, which represented groups of genes that are concomitantly associated with different immune and cancer states. We also used bootstrap resampling to establish the significance associated with the inferred networks. In short, we found opposing relationships between cell proliferation and epithelial-to-mesenchymal transformation (EMT) with regards to macrophage polarization. These results were consistent across multiple carcinomas in that proliferation was associated with a type 1 cell-mediated anti-tumor immune response and EMT was associated with a pro-tumor anti-inflammatory response. To address the identifiability of these networks from other datasets, we could identify the relationship between EMT and macrophage polarization with fewer samples when the Bayesian network was generated from malignant samples alone. However, the relationship between proliferation and macrophage polarization was identified with fewer samples when the samples were taken from a combination of the normal and malignant samples. © 2016 American Institute of Chemical Engineers Biotechnol. Prog., 32:470-479, 2016. © 2016 American Institute of Chemical Engineers.

  4. BEN:LINCS: A Community Model for the Pennsylvania Education Network.

    ERIC Educational Resources Information Center

    Garrigan, Scott

    BEN:LINCS (Bethlehem Education Network: A Local Instructional Network for Culture and Science), a Pennsylvania Testbed Project, attempts to demonstrate a sustainable model that supports network-based educational activities among schools, homes, libraries, museums, and local cultural organizations. The BEN:LINCS project envisioned a community-based…

  5. Improving the recommender algorithms with the detected communities in bipartite networks

    NASA Astrophysics Data System (ADS)

    Zhang, Peng; Wang, Duo; Xiao, Jinghua

    2017-04-01

    Recommender system offers a powerful tool to make information overload problem well solved and thus gains wide concerns of scholars and engineers. A key challenge is how to make recommendations more accurate and personalized. We notice that community structures widely exist in many real networks, which could significantly affect the recommendation results. By incorporating the information of detected communities in the recommendation algorithms, an improved recommendation approach for the networks with communities is proposed. The approach is examined in both artificial and real networks, the results show that the improvement on accuracy and diversity can be 20% and 7%, respectively. This reveals that it is beneficial to classify the nodes based on the inherent properties in recommender systems.

  6. The Quake-Catcher Network: An Innovative Community-Based Seismic Network

    NASA Astrophysics Data System (ADS)

    Saltzman, J.; Cochran, E. S.; Lawrence, J. F.; Christensen, C. M.

    2009-12-01

    The Quake-Catcher Network (QCN) is a volunteer computing seismic network that engages citizen scientists, teachers, and museums to participate in the detection of earthquakes. In less than two years, the network has grown to over 1000 participants globally and continues to expand. QCN utilizes Micro-Electro-Mechanical System (MEMS) accelerometers, in laptops and external to desktop computers, to detect moderate to large earthquakes. One goal of the network is to involve K-12 classrooms and museums by providing sensors and software to introduce participants to seismology and community-based scientific data collection. The Quake-Catcher Network provides a unique opportunity to engage participants directly in the scientific process, through hands-on activities that link activities and outcomes to their daily lives. Partnerships with teachers and museum staff are critical to growth of the Quake Catcher Network. Each participating institution receives a MEMS accelerometer to connect, via USB, to a computer that can be used for hands-on activities and to record earthquakes through a distributed computing system. We developed interactive software (QCNLive) that allows participants to view sensor readings in real time. Participants can also record earthquakes and download earthquake data that was collected by their sensor or other QCN sensors. The Quake-Catcher Network combines research and outreach to improve seismic networks and increase awareness and participation in science-based research in K-12 schools.

  7. Identifying Broadband Rotational Spectra with Neural Networks

    NASA Astrophysics Data System (ADS)

    Zaleski, Daniel P.; Prozument, Kirill

    2017-06-01

    A typical broadband rotational spectrum may contain several thousand observable transitions, spanning many species. Identifying the individual spectra, particularly when the dynamic range reaches 1,000:1 or even 10,000:1, can be challenging. One approach is to apply automated fitting routines. In this approach, combinations of 3 transitions can be created to form a "triple", which allows fitting of the A, B, and C rotational constants in a Watson-type Hamiltonian. On a standard desktop computer, with a target molecule of interest, a typical AUTOFIT routine takes 2-12 hours depending on the spectral density. A new approach is to utilize machine learning to train a computer to recognize the patterns (frequency spacing and relative intensities) inherit in rotational spectra and to identify the individual spectra in a raw broadband rotational spectrum. Here, recurrent neural networks have been trained to identify different types of rotational spectra and classify them accordingly. Furthermore, early results in applying convolutional neural networks for spectral object recognition in broadband rotational spectra appear promising. Perez et al. "Broadband Fourier transform rotational spectroscopy for structure determination: The water heptamer." Chem. Phys. Lett., 2013, 571, 1-15. Seifert et al. "AUTOFIT, an Automated Fitting Tool for Broadband Rotational Spectra, and Applications to 1-Hexanal." J. Mol. Spectrosc., 2015, 312, 13-21. Bishop. "Neural networks for pattern recognition." Oxford university press, 1995.

  8. Identifying influential spreaders in complex networks based on gravity formula

    NASA Astrophysics Data System (ADS)

    Ma, Ling-ling; Ma, Chuang; Zhang, Hai-Feng; Wang, Bing-Hong

    2016-06-01

    How to identify the influential spreaders in social networks is crucial for accelerating/hindering information diffusion, increasing product exposure, controlling diseases and rumors, and so on. In this paper, by viewing the k-shell value of each node as its mass and the shortest path distance between two nodes as their distance, then inspired by the idea of the gravity formula, we propose a gravity centrality index to identify the influential spreaders in complex networks. The comparison between the gravity centrality index and some well-known centralities, such as degree centrality, betweenness centrality, closeness centrality, and k-shell centrality, and so forth, indicates that our method can effectively identify the influential spreaders in real networks as well as synthetic networks. We also use the classical Susceptible-Infected-Recovered (SIR) epidemic model to verify the good performance of our method.

  9. Attack tolerance of correlated time-varying social networks with well-defined communities

    NASA Astrophysics Data System (ADS)

    Sur, Souvik; Ganguly, Niloy; Mukherjee, Animesh

    2015-02-01

    In this paper, we investigate the efficiency and the robustness of information transmission for real-world social networks, modeled as time-varying instances, under targeted attack in shorter time spans. We observe that these quantities are markedly higher than that of the randomized versions of the considered networks. An important factor that drives this efficiency or robustness is the presence of short-time correlations across the network instances which we quantify by a novel metric the-edge emergence factor, denoted as ξ. We find that standard targeted attacks are not effective in collapsing this network structure. Remarkably, if the hourly community structures of the temporal network instances are attacked with the largest size community attacked first, the second largest next and so on, the network soon collapses. This behavior, we show is an outcome of the fact that the edge emergence factor bears a strong positive correlation with the size ordered community structures.

  10. 78 FR 41088 - Solicitation for a Cooperative Agreement-Support Services for Community Services Division Networks

    Federal Register 2010, 2011, 2012, 2013, 2014

    2013-07-09

    ...--Support Services for Community Services Division Networks AGENCY: National Institute of Corrections, U.S... cooperative agreement will provide support services to NIC Community Services Division sponsored networks. The networks are designed for NIC to assist in meeting the needs of the field of community corrections by...

  11. Formation of Community-Based Hypertension Practice Networks: Success, Obstacles, and Lessons Learned

    PubMed Central

    Dart, Richard A.; Egan, Brent M.

    2014-01-01

    Community-based practice networks for research and improving the quality of care are growing in size and number but have variable success rates. In this paper we review recent efforts to initiate a community-based hypertension network modeled after the successful Outpatient Quality Improvement Network (O’QUIN) project, located at the Medical University of South Carolina. We highlight key lessons learned and new directions to be explored. PMID:24666425

  12. Migration, social structure and old-age support networks: a comparison of three Indonesian communities

    PubMed Central

    KREAGER, PHILIP

    2007-01-01

    Contemporary trends in population ageing and urbanisation in the developing world imply that the extensive out-migration of young people from rural areas coincides with, and is likely to exacerbate, a rise in the older share of the rural population. This paper examines the impact of migration on vulnerability at older ages by drawing on the results of anthropological and demographic field studies in three Indonesian communities. The methodology for identifying vulnerable older people has a progressively sharper focus, beginning first with important differences between the communities, then examining variations by socio-economic strata, and finally the variability of older people's family networks. Comparative analysis indicates considerable heterogeneity in past and present migration patterns, both within and between villages. The migrants' contributions are a normal and important component of older people's support, often in combination with those of local family members. Higher status families are commonly able to reinforce their position by making better use of migration opportunities than the less advantaged. Although family networks in the poorer strata may effect some redistribution of the children's incomes, their social networks are smaller and insufficient to overcome their marked disadvantages. Vulnerability thus arises where several factors, including migration histories, result in unusually small networks, and when the migrations are within rural areas. PMID:23750063

  13. Surveying traffic congestion based on the concept of community structure of complex networks

    NASA Astrophysics Data System (ADS)

    Ma, Lili; Zhang, Zhanli; Li, Meng

    2016-07-01

    In this paper, taking the traffic of Beijing city as an instance, we study city traffic states, especially traffic congestion, based on the concept of network community structure. Concretely, using the floating car data (FCD) information of vehicles gained from the intelligent transport system (ITS) of the city, we construct a new traffic network model which is with floating cars as network nodes and time-varying. It shows that this traffic network has Gaussian degree distributions at different time points. Furthermore, compared with free traffic situations, our simulations show that the traffic network generally has more obvious community structures with larger values of network fitness for congested traffic situations, and through the GPSspg web page, we show that all of our results are consistent with the reality. Then, it indicates that network community structure should be an available way for investigating city traffic congestion problems.

  14. A Community "Hub" Network Intervention for HIV Stigma Reduction: A Case Study.

    PubMed

    Prinsloo, Catharina D; Greeff, Minrie

    2016-01-01

    We describe the implementation of a community "hub" network intervention to reduce HIV stigma in the Tlokwe Municipality, North West Province, South Africa. A holistic case study design was used, focusing on community members with no differentiation by HIV status. Participants were recruited through accessibility sampling. Data analyses used open coding and document analysis. Findings showed that the HIV stigma-reduction community hub network intervention successfully activated mobilizers to initiate change; lessened the stigma experience for people living with HIV; and addressed HIV stigma in a whole community using a combination of strategies including individual and interpersonal levels, social networks, and the public. Further research is recommended to replicate and enhance the intervention. In particular, the hub network system should be extended, the intervention period should be longer, there should be a stronger support system for mobilizers, and the multiple strategy approach should be continued on individual and social levels. Copyright © 2016 Association of Nurses in AIDS Care. Published by Elsevier Inc. All rights reserved.

  15. Clustering algorithm for determining community structure in large networks

    NASA Astrophysics Data System (ADS)

    Pujol, Josep M.; Béjar, Javier; Delgado, Jordi

    2006-07-01

    We propose an algorithm to find the community structure in complex networks based on the combination of spectral analysis and modularity optimization. The clustering produced by our algorithm is as accurate as the best algorithms on the literature of modularity optimization; however, the main asset of the algorithm is its efficiency. The best match for our algorithm is Newman’s fast algorithm, which is the reference algorithm for clustering in large networks due to its efficiency. When both algorithms are compared, our algorithm outperforms the fast algorithm both in efficiency and accuracy of the clustering, in terms of modularity. Thus, the results suggest that the proposed algorithm is a good choice to analyze the community structure of medium and large networks in the range of tens and hundreds of thousand vertices.

  16. Identifying key nodes in multilayer networks based on tensor decomposition.

    PubMed

    Wang, Dingjie; Wang, Haitao; Zou, Xiufen

    2017-06-01

    The identification of essential agents in multilayer networks characterized by different types of interactions is a crucial and challenging topic, one that is essential for understanding the topological structure and dynamic processes of multilayer networks. In this paper, we use the fourth-order tensor to represent multilayer networks and propose a novel method to identify essential nodes based on CANDECOMP/PARAFAC (CP) tensor decomposition, referred to as the EDCPTD centrality. This method is based on the perspective of multilayer networked structures, which integrate the information of edges among nodes and links between different layers to quantify the importance of nodes in multilayer networks. Three real-world multilayer biological networks are used to evaluate the performance of the EDCPTD centrality. The bar chart and ROC curves of these multilayer networks indicate that the proposed approach is a good alternative index to identify real important nodes. Meanwhile, by comparing the behavior of both the proposed method and the aggregated single-layer methods, we demonstrate that neglecting the multiple relationships between nodes may lead to incorrect identification of the most versatile nodes. Furthermore, the Gene Ontology functional annotation demonstrates that the identified top nodes based on the proposed approach play a significant role in many vital biological processes. Finally, we have implemented many centrality methods of multilayer networks (including our method and the published methods) and created a visual software based on the MATLAB GUI, called ENMNFinder, which can be used by other researchers.

  17. Identifying key nodes in multilayer networks based on tensor decomposition

    NASA Astrophysics Data System (ADS)

    Wang, Dingjie; Wang, Haitao; Zou, Xiufen

    2017-06-01

    The identification of essential agents in multilayer networks characterized by different types of interactions is a crucial and challenging topic, one that is essential for understanding the topological structure and dynamic processes of multilayer networks. In this paper, we use the fourth-order tensor to represent multilayer networks and propose a novel method to identify essential nodes based on CANDECOMP/PARAFAC (CP) tensor decomposition, referred to as the EDCPTD centrality. This method is based on the perspective of multilayer networked structures, which integrate the information of edges among nodes and links between different layers to quantify the importance of nodes in multilayer networks. Three real-world multilayer biological networks are used to evaluate the performance of the EDCPTD centrality. The bar chart and ROC curves of these multilayer networks indicate that the proposed approach is a good alternative index to identify real important nodes. Meanwhile, by comparing the behavior of both the proposed method and the aggregated single-layer methods, we demonstrate that neglecting the multiple relationships between nodes may lead to incorrect identification of the most versatile nodes. Furthermore, the Gene Ontology functional annotation demonstrates that the identified top nodes based on the proposed approach play a significant role in many vital biological processes. Finally, we have implemented many centrality methods of multilayer networks (including our method and the published methods) and created a visual software based on the MATLAB GUI, called ENMNFinder, which can be used by other researchers.

  18. A spectral method to detect community structure based on distance modularity matrix

    NASA Astrophysics Data System (ADS)

    Yang, Jin-Xuan; Zhang, Xiao-Dong

    2017-08-01

    There are many community organizations in social and biological networks. How to identify these community structure in complex networks has become a hot issue. In this paper, an algorithm to detect community structure of networks is proposed by using spectra of distance modularity matrix. The proposed algorithm focuses on the distance of vertices within communities, rather than the most weakly connected vertex pairs or number of edges between communities. The experimental results show that our method achieves better effectiveness to identify community structure for a variety of real-world networks and computer generated networks with a little more time-consumption.

  19. Variability of community interaction networks in marine reserves and adjacent exploited areas

    USGS Publications Warehouse

    Montano-Moctezuma, G.; Li, H.W.; Rossignol, P.A.

    2008-01-01

    Regional and small-scale local oceanographic conditions can lead to high variability in community structure even among similar habitats. Communities with identical species composition can depict distinct networks due to different levels of disturbance as well as physical and biological processes. In this study we reconstruct community networks in four different areas off the Oregon Coast by matching simulated communities with observed dynamics. We compared reserves with harvested areas. Simulations suggested that different community networks, but with the same species composition, can represent each study site. Differences were found in predator-prey interactions as well as non-predatory interactions between community members. In addition, each site can be represented as a set of models, creating alternative stages among sites. The set of alternative models that characterize each study area depicts a sequence of functional responses where each specific model or interaction structure creates different species composition patterns. Different management practices, either in the past or of the present, may lead to alternative communities. Our findings suggest that management strategies should be analyzed at a community level that considers the possible consequences of shifting from one community scenario to another. This analysis provides a novel conceptual framework to assess the consequences of different management options for ecological communities. ?? 2008 Elsevier B.V. All rights reserved.

  20. Community Structure in Social Networks: Applications for Epidemiological Modelling

    PubMed Central

    Kitchovitch, Stephan; Liò, Pietro

    2011-01-01

    During an infectious disease outbreak people will often change their behaviour to reduce their risk of infection. Furthermore, in a given population, the level of perceived risk of infection will vary greatly amongst individuals. The difference in perception could be due to a variety of factors including varying levels of information regarding the pathogen, quality of local healthcare, availability of preventative measures, etc. In this work we argue that we can split a social network, representing a population, into interacting communities with varying levels of awareness of the disease. We construct a theoretical population and study which such communities suffer most of the burden of the disease and how their awareness affects the spread of infection. We aim to gain a better understanding of the effects that community-structured networks and variations in awareness, or risk perception, have on the disease dynamics and to promote more community-resolved modelling in epidemiology. PMID:21789238

  1. George Washington Community High School: analysis of a partnership network.

    PubMed

    Bringle, Robert G; Officer, Starla D H; Grim, Jim; Hatcher, Julie A

    2009-01-01

    After five years with no public schools in their community, residents and neighborhood organizations of the Near Westside of Indianapolis advocated for the opening of George Washington Community High School (GWCHS). As a neighborhood in close proximity to the campus of Indiana University-Purdue University Indianapolis, the Near Westside and campus worked together to address this issue and improve the educational success of youth. In fall 2000, GWCHS opened as a community school and now thrives as a national model, due in part to its network of community relationships. This account analyzes the development of the school by focusing on the relationships among the university, the high school, community organizations, and the residents of the Near Westside and highlights the unique partnership between the campus and school by defining the relational qualities and describing the network created to make sustainable changes with the high school.

  2. The Rise of China in the International Trade Network: A Community Core Detection Approach

    PubMed Central

    Zhu, Zhen; Cerina, Federica; Chessa, Alessandro; Caldarelli, Guido; Riccaboni, Massimo

    2014-01-01

    Theory of complex networks proved successful in the description of a variety of complex systems ranging from biology to computer science and to economics and finance. Here we use network models to describe the evolution of a particular economic system, namely the International Trade Network (ITN). Previous studies often assume that globalization and regionalization in international trade are contradictory to each other. We re-examine the relationship between globalization and regionalization by viewing the international trade system as an interdependent complex network. We use the modularity optimization method to detect communities and community cores in the ITN during the years 1995–2011. We find rich dynamics over time both inter- and intra-communities. In particular, the Asia-Oceania community disappeared and reemerged over time along with a switch in leadership from Japan to China. We provide a multilevel description of the evolution of the network where the global dynamics (i.e., communities disappear or reemerge) and the regional dynamics (i.e., community core changes between community members) are related. Moreover, simulation results show that the global dynamics can be generated by a simple dynamic-edge-weight mechanism. PMID:25136895

  3. The rise of China in the International Trade Network: a community core detection approach.

    PubMed

    Zhu, Zhen; Cerina, Federica; Chessa, Alessandro; Caldarelli, Guido; Riccaboni, Massimo

    2014-01-01

    Theory of complex networks proved successful in the description of a variety of complex systems ranging from biology to computer science and to economics and finance. Here we use network models to describe the evolution of a particular economic system, namely the International Trade Network (ITN). Previous studies often assume that globalization and regionalization in international trade are contradictory to each other. We re-examine the relationship between globalization and regionalization by viewing the international trade system as an interdependent complex network. We use the modularity optimization method to detect communities and community cores in the ITN during the years 1995-2011. We find rich dynamics over time both inter- and intra-communities. In particular, the Asia-Oceania community disappeared and reemerged over time along with a switch in leadership from Japan to China. We provide a multilevel description of the evolution of the network where the global dynamics (i.e., communities disappear or reemerge) and the regional dynamics (i.e., community core changes between community members) are related. Moreover, simulation results show that the global dynamics can be generated by a simple dynamic-edge-weight mechanism.

  4. Associate degree nursing in a community-based health center network: lessons in collaboration.

    PubMed

    Connolly, Charlene; Wilson, Diane; Missett, Regina; Dooley, Wanda C; Avent, Pamela A; Wright, Ronda

    2004-02-01

    This exemplar highlights the ability of community experiences to enhance nursing students' understanding of the principles of community-based care: advocating self-care; focusing on prevention, family, culture, and community; providing continuity of care; and collaborating. An innovative teaching-practice model (i.e., a nurse-managed "network" of clinics), incorporating service-learning, was created. The Network's purposes are to provide practice sites in community-based primary care settings for student clinical rotations, increasing the awareness of the civic and social responsibility to provide quality health care for disadvantaged populations; and to reduce health disparities by increasing access to free primary health care, including health promotion and disease prevention, for disadvantaged individuals. Network clients receive free health care, referrals, and guidance to effectively obtain additional health care resources for themselves and their families. The Network is a national pioneer in modeling the delivery of primary care services through a faculty-student practice plan, with leadership emanating from a community college.

  5. Identifying influential nodes in complex networks: A node information dimension approach

    NASA Astrophysics Data System (ADS)

    Bian, Tian; Deng, Yong

    2018-04-01

    In the field of complex networks, how to identify influential nodes is a significant issue in analyzing the structure of a network. In the existing method proposed to identify influential nodes based on the local dimension, the global structure information in complex networks is not taken into consideration. In this paper, a node information dimension is proposed by synthesizing the local dimensions at different topological distance scales. A case study of the Netscience network is used to illustrate the efficiency and practicability of the proposed method.

  6. Formation of community-based hypertension practice networks: success, obstacles, and lessons learned.

    PubMed

    Dart, Richard A; Egan, Brent M

    2014-06-01

    Community-based practice networks for research and improving the quality of care are growing in size and number but have variable success rates. In this paper, the authors review recent efforts to initiate a community-based hypertension network modeled after the successful Outpatient Quality Improvement Network (O'QUIN) project, located at the Medical University of South Carolina. Key lessons learned and new directions to be explored are highlighted. ©2014 Wiley Periodicals, Inc.

  7. Using Network Analysis to Characterize Biogeographic Data in a Community Archive

    NASA Astrophysics Data System (ADS)

    Wellman, T. P.; Bristol, S.

    2017-12-01

    Informative measures are needed to evaluate and compare data from multiple providers in a community-driven data archive. This study explores insights from network theory and other descriptive and inferential statistics to examine data content and application across an assemblage of publically available biogeographic data sets. The data are archived in ScienceBase, a collaborative catalog of scientific data supported by the U.S Geological Survey to enhance scientific inquiry and acuity. In gaining understanding through this investigation and other scientific venues our goal is to improve scientific insight and data use across a spectrum of scientific applications. Network analysis is a tool to reveal patterns of non-trivial topological features in the data that do not exhibit complete regularity or randomness. In this work, network analyses are used to explore shared events and dependencies between measures of data content and application derived from metadata and catalog information and measures relevant to biogeographic study. Descriptive statistical tools are used to explore relations between network analysis properties, while inferential statistics are used to evaluate the degree of confidence in these assessments. Network analyses have been used successfully in related fields to examine social awareness of scientific issues, taxonomic structures of biological organisms, and ecosystem resilience to environmental change. Use of network analysis also shows promising potential to identify relationships in biogeographic data that inform programmatic goals and scientific interests.

  8. Towards a Community Environmental Observation Network

    NASA Astrophysics Data System (ADS)

    Mertl, Stefan; Lettenbichler, Anton

    2014-05-01

    The Community Environmental Observation Network (CEON) is dedicated to the development of a free sensor network to collect and distribute environmental data (e.g. ground shaking, climate parameters). The data collection will be done with contributions from citizens, research institutions and public authorities like communities or schools. This will lead to a large freely available data base which can be used for public information, research, the arts,..... To start a free sensor network, the most important step is to provide easy access to free data collection and -distribution tools. The initial aims of the project CEON are dedicated to the development of these tools. A high quality data logger based on open hardware and free software is developed and a software suite of already existing free software for near-real time data communication and data distribution over the Internet will be assembled. Foremost, the development focuses on the collection of data related to the deformation of the earth (such as ground shaking, surface displacement of mass movements and glaciers) and the collection of climate data. The extent to other measurements will be considered in the design. The data logger is built using open hardware prototyping platforms like BeagleBone Black and Arduino. Main features of the data logger are: a 24Bit analog-to-digital converter; a GPS module for time reference and positioning; wireless mesh networking using Optimized Link State Routing; near real-time data transmission and communication; and near real-time differential GNSS positioning using the RTKLIB software. The project CEON is supported by the Internet Foundation Austria (IPA) within the NetIdee 2013 call.

  9. Exploiting the Use of Social Networking to Facilitate Collaboration in the Scientific Community

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Coppock, Edrick G.

    The goal of this project was to exploit social networking to facilitate scientific collaboration. The project objective was to research and identify scientific collaboration styles that are best served by social networking applications and to model the most effective social networking applications to substantiate how social networking can support scientific collaboration. To achieve this goal and objective, the project was to develop an understanding of the types of collaborations conducted by scientific researchers, through classification, data analysis and identification of unique collaboration requirements. Another technical objective in support of this goal was to understand the current state of technology inmore » collaboration tools. In order to test hypotheses about which social networking applications effectively support scientific collaboration the project was to create a prototype scientific collaboration system. The ultimate goal for testing the hypotheses and research of the project was to refine the prototype into a functional application that could effectively facilitate and grow collaboration within the U.S. Department of Energy (DOE) research community.« less

  10. Making big communities small: using network science to understand the ecological and behavioral requirements for community social capital.

    PubMed

    Neal, Zachary

    2015-06-01

    The concept of social capital is becoming increasingly common in community psychology and elsewhere. However, the multiple conceptual and operational definitions of social capital challenge its utility as a theoretical tool. The goals of this paper are to clarify two forms of social capital (bridging and bonding), explicitly link them to the structural characteristics of small world networks, and explore the behavioral and ecological prerequisites of its formation. First, I use the tools of network science and specifically the concept of small-world networks to clarify what patterns of social relationships are likely to facilitate social capital formation. Second, I use an agent-based model to explore how different ecological characteristics (diversity and segregation) and behavioral tendencies (homophily and proximity) impact communities' potential for developing social capital. The results suggest diverse communities have the greatest potential to develop community social capital, and that segregation moderates the effects that the behavioral tendencies of homophily and proximity have on community social capital. The discussion highlights how these findings provide community-based researchers with both a deeper understanding of the contextual constraints with which they must contend, and a useful tool for targeting their efforts in communities with the greatest need or greatest potential.

  11. Local communities obstruct global consensus: Naming game on multi-local-world networks

    NASA Astrophysics Data System (ADS)

    Lou, Yang; Chen, Guanrong; Fan, Zhengping; Xiang, Luna

    2018-02-01

    Community structure is essential for social communications, where individuals belonging to the same community are much more actively interacting and communicating with each other than those in different communities within the human society. Naming game, on the other hand, is a social communication model that simulates the process of learning a name of an object within a community of humans, where the individuals can generally reach global consensus asymptotically through iterative pair-wise conversations. The underlying network indicates the relationships among the individuals. In this paper, three typical topologies, namely random-graph, small-world and scale-free networks, are employed, which are embedded with the multi-local-world community structure, to study the naming game. Simulations show that (1) the convergence process to global consensus is getting slower as the community structure becomes more prominent, and eventually might fail; (2) if the inter-community connections are sufficiently dense, neither the number nor the size of the communities affects the convergence process; and (3) for different topologies with the same (or similar) average node-degree, local clustering of individuals obstruct or prohibit global consensus to take place. The results reveal the role of local communities in a global naming game in social network studies.

  12. Mouse Social Network Dynamics and Community Structure are Associated with Plasticity-Related Brain Gene Expression

    PubMed Central

    Williamson, Cait M.; Franks, Becca; Curley, James P.

    2016-01-01

    Laboratory studies of social behavior have typically focused on dyadic interactions occurring within a limited spatiotemporal context. However, this strategy prevents analyses of the dynamics of group social behavior and constrains identification of the biological pathways mediating individual differences in behavior. In the current study, we aimed to identify the spatiotemporal dynamics and hierarchical organization of a large social network of male mice. We also sought to determine if standard assays of social and exploratory behavior are predictive of social behavior in this social network and whether individual network position was associated with the mRNA expression of two plasticity-related genes, DNA methyltransferase 1 and 3a. Mice were observed to form a hierarchically organized social network and self-organized into two separate social network communities. Members of both communities exhibited distinct patterns of socio-spatial organization within the vivaria that was not limited to only agonistic interactions. We further established that exploratory and social behaviors in standard behavioral assays conducted prior to placing the mice into the large group was predictive of initial network position and behavior but were not associated with final social network position. Finally, we determined that social network position is associated with variation in mRNA levels of two neural plasticity genes, DNMT1 and DNMT3a, in the hippocampus but not the mPOA. This work demonstrates the importance of understanding the role of social context and complex social dynamics in determining the relationship between individual differences in social behavior and brain gene expression. PMID:27540359

  13. Use of community engagement strategies to increase research participation in practice-based research networks (PBRNs).

    PubMed

    Spears, William; Tsoh, Janice Y; Potter, Michael B; Weller, Nancy; Brown, Anthony E; Campbell-Voytal, Kimberly; Getrich, Christina M; Sussman, Andrew L; Pascoe, John; Neale, Anne Victoria

    2014-01-01

    Practice-based research networks (PBRNs) are increasingly encouraged to use community engagement approaches. The extent to which PBRNs engage clinic and community partners in strategies to recruit and retain participants from their local communities (specifically racial/ethnic communities) is the focus of this study. The design was a cross-sectional survey of PBRN directors in the United States. Survey respondents indicated whether their research network planned for, implemented, and has capacity for activities that engage clinic and community partners in 7 recommended strategies organized into study phases, called the cycle of trust. The objectives of the national survey were to (1) describe the extent to which PBRNs across the United States routinely implement the strategies recommended for recruiting diverse patient groups and (2) identify factors associated with implementing the recommended strategies. The survey response rate was 63%. Activities that build trust often are used more with clinic partners than with community partners. PBRNs that adopt engagement strategies when working with clinic and community partners have less difficulty in recruiting diverse populations. Multivariate analysis showed that the targeting racial/ethnic communities for study recruitment, Clinical and Translational Science Award affiliation, and planning to use community engagement strategies were independent correlates of PBRN implementation of the recommended strategies. PBRNs that successfully engage racial/ethnic communities as research partners use community engagement strategies. New commitments are needed to support PBRN researchers in developing relationships with the communities in which their patients live. Stable PBRN infrastructure funding that appreciates the value of maintaining community engagement between funded studies is critical to the research enterprise that values translating research findings into generalizable care models for patients in the community.

  14. Student Perceptions of Facebook, an Online Social Networking Site at a Non-Residential, Community Branch College in Northeastern Pennsylvania: A Phenomenological Study

    ERIC Educational Resources Information Center

    Friday, Brenda E.

    2010-01-01

    Research indicates that students residing at four-year institutions have been using online social networking sites such as Facebook as a means of efficient communication with one another. The technological advancements of social networking have also been identified as a means of creating community and belonging that may improve overall student…

  15. Practice-based Research Networks (PBRNs) Bridging the Gaps between Communities, Funders, and Policymakers.

    PubMed

    Gaglioti, Anne H; Werner, James J; Rust, George; Fagnan, Lyle J; Neale, Anne Victoria

    2016-01-01

    In this commentary, we propose that practice-based research networks (PBRNs) engage with funders and policymakers by applying the same engagement strategies they have successfully used to build relationships with community stakeholders. A community engagement approach to achieve new funding streams for PBRNs should include a strategy to engage key stakeholders from the communities of funders, thought leaders, and policymakers using collaborative principles and methods. PBRNs that implement this strategy would build a robust network of engaged partners at the community level, across networks, and would reach state and federal policymakers, academic family medicine departments, funding bodies, and national thought leaders in the redesign of health care delivery. © Copyright 2016 by the American Board of Family Medicine.

  16. Alternative community structures in a kelp-urchin community: A qualitative modeling approach

    USGS Publications Warehouse

    Montano-Moctezuma, G.; Li, H.W.; Rossignol, P.A.

    2007-01-01

    Shifts in interaction patterns within a community may result from periodic disturbances and climate. The question arises as to the extent and significance of these shifting patterns. Using a novel approach to link qualitative mathematical models and field data, namely using the inverse matrix to identify the community matrix, we reconstructed community networks from kelp forests off the Oregon Coast. We simulated all ecologically plausible interactions among community members, selected the models whose outcomes match field observations, and identified highly frequent links to characterize the community network from a particular site. We tested all possible biologically reasonable community networks through qualitative simulations, selected those that matched patterns observed in the field, and further reduced the set of possibilities by retaining those that were stable. We found that a community can be represented by a set of alternative structures, or scenarios. From 11,943,936 simulated models, 0.23% matched the field observations; moreover, only 0.006%, or 748 models, were highly reliable in their predictions and met conditions for stability. Predator-prey interactions as well as non-predatory relationships were consistently found in most of the 748 models. These highly frequent connections were useful to characterize the community network in the study site. We suggest that alternative networks provide the community with a buffer to disturbance, allowing it to continuously reorganize to adapt to a variable environment. This is possible due to the fluctuating capacities of foraging species to consume alternate resources. This suggestion is sustained by our results, which indicate that none of the models that matched field observations were fully connected. This plasticity may contribute to the persistence of these communities. We propose that qualitative simulations represent a powerful technique to raise new hypotheses concerning community dynamics and to

  17. Identifying the Key Weaknesses in Network Security at Colleges.

    ERIC Educational Resources Information Center

    Olsen, Florence

    2000-01-01

    A new study identifies and ranks the 10 security gaps responsible for most outsider attacks on college computer networks. The list is intended to help campus system administrators establish priorities as they work to increase security. One network security expert urges that institutions utilize multiple security layers. (DB)

  18. Teachers Learning in Networked Communities. Phase I Evaluation Report

    ERIC Educational Resources Information Center

    Carroll, Tom; Fulton, Kathleen; Yoon, Irene

    2005-01-01

    In 2003 the National Commission on Teaching and America's Future convened a design team to launch the Teachers Learning in Networked Communities (TLINC) project. The initial one-year phase, funded by AT&T, involved a TLINC design team partnered with four communities, Pueblo, Colorado; Seattle, Washington; Portland, Maine; and Socorro, Texas. The…

  19. Combined node and link partitions method for finding overlapping communities in complex networks

    PubMed Central

    Jin, Di; Gabrys, Bogdan; Dang, Jianwu

    2015-01-01

    Community detection in complex networks is a fundamental data analysis task in various domains, and how to effectively find overlapping communities in real applications is still a challenge. In this work, we propose a new unified model and method for finding the best overlapping communities on the basis of the associated node and link partitions derived from the same framework. Specifically, we first describe a unified model that accommodates node and link communities (partitions) together, and then present a nonnegative matrix factorization method to learn the parameters of the model. Thereafter, we infer the overlapping communities based on the derived node and link communities, i.e., determine each overlapped community between the corresponding node and link community with a greedy optimization of a local community function conductance. Finally, we introduce a model selection method based on consensus clustering to determine the number of communities. We have evaluated our method on both synthetic and real-world networks with ground-truths, and compared it with seven state-of-the-art methods. The experimental results demonstrate the superior performance of our method over the competing ones in detecting overlapping communities for all analysed data sets. Improved performance is particularly pronounced in cases of more complicated networked community structures. PMID:25715829

  20. Identifying partial topology of complex dynamical networks via a pinning mechanism

    NASA Astrophysics Data System (ADS)

    Zhu, Shuaibing; Zhou, Jin; Lu, Jun-an

    2018-04-01

    In this paper, we study the problem of identifying the partial topology of complex dynamical networks via a pinning mechanism. By using the network synchronization theory and the adaptive feedback controlling method, we propose a method which can greatly reduce the number of nodes and observers in the response network. Particularly, this method can also identify the whole topology of complex networks. A theorem is established rigorously, from which some corollaries are also derived in order to make our method more cost-effective. Several numerical examples are provided to verify the effectiveness of the proposed method. In the simulation, an approach is also given to avoid possible identification failure caused by inner synchronization of the drive network.

  1. Value Co-creation and Co-innovation: Linking Networked Organisations and Customer Communities

    NASA Astrophysics Data System (ADS)

    Romero, David; Molina, Arturo

    Strategic networks such as Collaborative Networked Organisations (CNOs) and Virtual Customer Communities (VCCs) show a high potential as drivers of value co-creation and collaborative innovation in today’s Networking Era. Both look at the network structures as a source of jointly value creation and open innovation through access to new skills, knowledge, markets and technologies by sharing risk and integrating complementary competencies. This collaborative endeavour has proven to be able to enhance the adaptability and flexibility of CNOs and VCCs value creating systems in order to react in response to external drivers such as collaborative (business) opportunities. This paper presents a reference framework for creating interface networks, also known as ‘experience-centric networks’, as enablers for linking networked organisations and customer communities in order to support the establishment of user-driven and collaborative innovation networks.

  2. Identifying gene networks underlying the neurobiology of ethanol and alcoholism.

    PubMed

    Wolen, Aaron R; Miles, Michael F

    2012-01-01

    For complex disorders such as alcoholism, identifying the genes linked to these diseases and their specific roles is difficult. Traditional genetic approaches, such as genetic association studies (including genome-wide association studies) and analyses of quantitative trait loci (QTLs) in both humans and laboratory animals already have helped identify some candidate genes. However, because of technical obstacles, such as the small impact of any individual gene, these approaches only have limited effectiveness in identifying specific genes that contribute to complex diseases. The emerging field of systems biology, which allows for analyses of entire gene networks, may help researchers better elucidate the genetic basis of alcoholism, both in humans and in animal models. Such networks can be identified using approaches such as high-throughput molecular profiling (e.g., through microarray-based gene expression analyses) or strategies referred to as genetical genomics, such as the mapping of expression QTLs (eQTLs). Characterization of gene networks can shed light on the biological pathways underlying complex traits and provide the functional context for identifying those genes that contribute to disease development.

  3. Networking between community health programs: a case study outlining the effectiveness, barriers and enablers.

    PubMed

    Grills, Nathan J; Robinson, Priscilla; Phillip, Maneesh

    2012-07-19

    In India, since the 1990s, there has been a burgeoning of NGOs involved in providing primary health care. This has resulted in a complex NGO-Government interface which is difficult for lone NGOs to navigate. The Uttarakhand Cluster, India, links such small community health programs together to build NGO capacity, increase visibility and better link to the government schemes and the formal healthcare system. This research, undertaken between 1998 and 2011, aims to examine barriers and facilitators to such linking, or clustering, and the effectiveness of this clustering approach. Interviews, indicator surveys and participant observation were used to document the process and explore the enablers, the barriers and the effectiveness of networks improving community health. The analysis revealed that when activating, framing, mobilising and synthesizing the Uttarakhand Cluster, key brokers and network players were important in bridging between organisations. The ties (or relationships) that held the cluster together included homophily around common faith, common friendships and geographical location and common mission. Self interest whereby members sought funds, visibility, credibility, increased capacity and access to trainings was also a commonly identified motivating factor for networking. Barriers to network synthesizing included lack of funding, poor communication, limited time and lack of human resources. Risk aversion and mistrust remained significant barriers to overcome for such a network. In conclusion, specific enabling factors allowed the clustering approach to be effective at increasing access to resources, creating collaborative opportunities and increasing visibility, credibility and confidence of the cluster members. These findings add to knowledge regarding social network formation and collaboration, and such knowledge will assist in the conceptualisation, formation and success of potential health networks in India and other developing world countries.

  4. Effective recruitment strategies and community-based participatory research: Community Networks Program Centers’ recruitment in cancer prevention studies

    PubMed Central

    Greiner, K. Allen; Friedman, Daniela B.; Adams, Swann Arp; Gwede, Clement K.; Cupertino, Paula; Engelman, Kimberly K.; Meade, Cathy D.; Hébert, James R.

    2014-01-01

    Background Community-based participatory research (CBPR) approaches that involve community and academic partners in activities ranging from protocol design through dissemination of study findings can increase recruitment of medically underserved and underrepresented racial/ethnic minority populations into biomedical research. Settings/Methods Five cancer screening and prevention trials in three NCI-funded Community Networks Program Centers (CNPCs); in Florida, Kansas and South Carolina, were conducted across diverse populations. Data were collected on total time period of recruitment, ratios of participants enrolled over potential participants approached, selected CBPR strategies, capacity-building development, and systematic procedures for community stakeholder involvement. Findings Community-engaged approaches employed included establishing co-learning opportunities, participatory procedures for community-academic involvement, and community and clinical capacity building. A relatively large proportion of individuals identified for recruitment were actually approached (between 50% and 100%). The proportion of subjects who were eligible among all those approached ranged from 25% to over 70% (in the community setting). Recruitment rates were very high (78%–100% of eligible individuals approached) and the proportion who refused or who were not interested among those approached was very low (5%–11%). Conclusions Recruitment strategies used by the CNPCs were associated with low refusal and high enrollment ratios of potential subjects. Adherence to CBPR principles in the spectrum of research activities; from strategic planning to project implementation has significant potential to increase involvement in biomedical research and improve our ability to make appropriate recommendations for cancer prevention and control programming in underrepresented diverse populations. Impact CBPR strategies should be more widely implemented to enhance study recruitment. PMID

  5. Diabetes education project: community networking in rural Utah.

    PubMed

    DeBry, S M; Smith, A; Wittenberg, M; Mortensen, V

    1996-01-01

    People in rural areas often lack the financial resources, workforce, and professional network needed to sustain a diabetes education pro gram in their own community. HealthInsight, a nonprofit organization that works to improve the quality of health care in its community, developed a 2-day seminar in an effort to facilitate the networking of rural health professionals who educate patients with diabetes and to help those educators better learn how to use existing resources. Participants included nurses, dietitians, diabetes educators, quality managers, and education directors from hospitals and home health agencies in both rural and metropolitan areas. Speakers presented information on a variety of topics related to program development, and a resource manual containing numerous materials was given to each participant. At the end of the seminar, the group turned in goals for their own programs. Too often, providers of health care compete rather than collaborate with one another. There is a great need for such networking opportunities among health care professionals working on common goals--especially in rural areas.

  6. Finding meaning in social media: content-based social network analysis of QuitNet to identify new opportunities for health promotion.

    PubMed

    Myneni, Sahiti; Cobb, Nathan K; Cohen, Trevor

    2013-01-01

    Unhealthy behaviors increase individual health risks and are a socioeconomic burden. Harnessing social influence is perceived as fundamental for interventions to influence health-related behaviors. However, the mechanisms through which social influence occurs are poorly understood. Online social networks provide the opportunity to understand these mechanisms as they digitally archive communication between members. In this paper, we present a methodology for content-based social network analysis, combining qualitative coding, automated text analysis, and formal network analysis such that network structure is determined by the content of messages exchanged between members. We apply this approach to characterize the communication between members of QuitNet, an online social network for smoking cessation. Results indicate that the method identifies meaningful theme-based social sub-networks. Modeling social network data using this method can provide us with theme-specific insights such as the identities of opinion leaders and sub-community clusters. Implications for design of targeted social interventions are discussed.

  7. Mapping the ecological networks of microbial communities.

    PubMed

    Xiao, Yandong; Angulo, Marco Tulio; Friedman, Jonathan; Waldor, Matthew K; Weiss, Scott T; Liu, Yang-Yu

    2017-12-11

    Mapping the ecological networks of microbial communities is a necessary step toward understanding their assembly rules and predicting their temporal behavior. However, existing methods require assuming a particular population dynamics model, which is not known a priori. Moreover, those methods require fitting longitudinal abundance data, which are often not informative enough for reliable inference. To overcome these limitations, here we develop a new method based on steady-state abundance data. Our method can infer the network topology and inter-taxa interaction types without assuming any particular population dynamics model. Additionally, when the population dynamics is assumed to follow the classic Generalized Lotka-Volterra model, our method can infer the inter-taxa interaction strengths and intrinsic growth rates. We systematically validate our method using simulated data, and then apply it to four experimental data sets. Our method represents a key step towards reliable modeling of complex, real-world microbial communities, such as the human gut microbiota.

  8. From calls to communities: a model for time-varying social networks

    NASA Astrophysics Data System (ADS)

    Laurent, Guillaume; Saramäki, Jari; Karsai, Márton

    2015-11-01

    Social interactions vary in time and appear to be driven by intrinsic mechanisms that shape the emergent structure of social networks. Large-scale empirical observations of social interaction structure have become possible only recently, and modelling their dynamics is an actual challenge. Here we propose a temporal network model which builds on the framework of activity-driven time-varying networks with memory. The model integrates key mechanisms that drive the formation of social ties - social reinforcement, focal closure and cyclic closure, which have been shown to give rise to community structure and small-world connectedness in social networks. We compare the proposed model with a real-world time-varying network of mobile phone communication, and show that they share several characteristics from heterogeneous degrees and weights to rich community structure. Further, the strong and weak ties that emerge from the model follow similar weight-topology correlations as real-world social networks, including the role of weak ties.

  9. Genetic associations with micronutrient levels identified in immune and gastrointestinal networks.

    PubMed

    Morine, Melissa J; Monteiro, Jacqueline Pontes; Wise, Carolyn; Teitel, Candee; Pence, Lisa; Williams, Anna; Ning, Baitang; McCabe-Sellers, Beverly; Champagne, Catherine; Turner, Jerome; Shelby, Beatrice; Bogle, Margaret; Beger, Richard D; Priami, Corrado; Kaput, Jim

    2014-07-01

    The discovery of vitamins and clarification of their role in preventing frank essential nutrient deficiencies occurred in the early 1900s. Much vitamin research has understandably focused on public health and the effects of single nutrients to alleviate acute conditions. The physiological processes for maintaining health, however, are complex systems that depend upon interactions between multiple nutrients, environmental factors, and genetic makeup. To analyze the relationship between these factors and nutritional health, data were obtained from an observational, community-based participatory research program of children and teens (age 6-14) enrolled in a summer day camp in the Delta region of Arkansas. Assessments of erythrocyte S-adenosylmethionine (SAM) and S-adenosylhomocysteine (SAH), plasma homocysteine (Hcy) and 6 organic micronutrients (retinol, 25-hydroxy vitamin D3, pyridoxal, thiamin, riboflavin, and vitamin E), and 1,129 plasma proteins were performed at 3 time points in each of 2 years. Genetic makeup was analyzed with 1 M SNP genotyping arrays, and nutrient status was assessed with 24-h dietary intake questionnaires. A pattern of metabolites (met_PC1) that included the ratio of erythrocyte SAM/SAH, Hcy, and 5 vitamins were identified by principal component analysis. Met_PC1 levels were significantly associated with (1) single-nucleotide polymorphisms, (2) levels of plasma proteins, and (3) multilocus genotypes coding for gastrointestinal and immune functions, as identified in a global network of metabolic/protein-protein interactions. Subsequent mining of data from curated pathway, network, and genome-wide association studies identified genetic and functional relationships that may be explained by gene-nutrient interactions. The systems nutrition strategy described here has thus associated a multivariate metabolite pattern in blood with genes involved in immune and gastrointestinal functions.

  10. Structural identifiability of cyclic graphical models of biological networks with latent variables.

    PubMed

    Wang, Yulin; Lu, Na; Miao, Hongyu

    2016-06-13

    Graphical models have long been used to describe biological networks for a variety of important tasks such as the determination of key biological parameters, and the structure of graphical model ultimately determines whether such unknown parameters can be unambiguously obtained from experimental observations (i.e., the identifiability problem). Limited by resources or technical capacities, complex biological networks are usually partially observed in experiment, which thus introduces latent variables into the corresponding graphical models. A number of previous studies have tackled the parameter identifiability problem for graphical models such as linear structural equation models (SEMs) with or without latent variables. However, the limited resolution and efficiency of existing approaches necessarily calls for further development of novel structural identifiability analysis algorithms. An efficient structural identifiability analysis algorithm is developed in this study for a broad range of network structures. The proposed method adopts the Wright's path coefficient method to generate identifiability equations in forms of symbolic polynomials, and then converts these symbolic equations to binary matrices (called identifiability matrix). Several matrix operations are introduced for identifiability matrix reduction with system equivalency maintained. Based on the reduced identifiability matrices, the structural identifiability of each parameter is determined. A number of benchmark models are used to verify the validity of the proposed approach. Finally, the network module for influenza A virus replication is employed as a real example to illustrate the application of the proposed approach in practice. The proposed approach can deal with cyclic networks with latent variables. The key advantage is that it intentionally avoids symbolic computation and is thus highly efficient. Also, this method is capable of determining the identifiability of each single parameter and

  11. Social network analysis in identifying influential webloggers: A preliminary study

    NASA Astrophysics Data System (ADS)

    Hasmuni, Noraini; Sulaiman, Nor Intan Saniah; Zaibidi, Nerda Zura

    2014-12-01

    In recent years, second generation of internet-based services such as weblog has become an effective communication tool to publish information on the Web. Weblogs have unique characteristics that deserve users' attention. Some of webloggers have seen weblogs as appropriate medium to initiate and expand business. These webloggers or also known as direct profit-oriented webloggers (DPOWs) communicate and share knowledge with each other through social interaction. However, survivability is the main issue among DPOW. Frequent communication with influential webloggers is one of the way to keep survive as DPOW. This paper aims to understand the network structure and identify influential webloggers within the network. Proper understanding of the network structure can assist us in knowing how the information is exchanged among members and enhance survivability among DPOW. 30 DPOW were involved in this study. Degree centrality and betweenness centrality measurement in Social Network Analysis (SNA) were used to examine the strength relation and identify influential webloggers within the network. Thus, webloggers with the highest value of these measurements are considered as the most influential webloggers in the network.

  12. Social Network Analysis Identifies Key Participants in Conservation Development.

    PubMed

    Farr, Cooper M; Reed, Sarah E; Pejchar, Liba

    2018-05-01

    Understanding patterns of participation in private lands conservation, which is often implemented voluntarily by individual citizens and private organizations, could improve its effectiveness at combating biodiversity loss. We used social network analysis (SNA) to examine participation in conservation development (CD), a private land conservation strategy that clusters houses in a small portion of a property while preserving the remaining land as protected open space. Using data from public records for six counties in Colorado, USA, we compared CD participation patterns among counties and identified actors that most often work with others to implement CDs. We found that social network characteristics differed among counties. The network density, or proportion of connections in the network, varied from fewer than 2 to nearly 15%, and was higher in counties with smaller populations and fewer CDs. Centralization, or the degree to which connections are held disproportionately by a few key actors, was not correlated strongly with any county characteristics. Network characteristics were not correlated with the prevalence of wildlife-friendly design features in CDs. The most highly connected actors were biological and geological consultants, surveyors, and engineers. Our work demonstrates a new application of SNA to land-use planning, in which CD network patterns are examined and key actors are identified. For better conservation outcomes of CD, we recommend using network patterns to guide strategies for outreach and information dissemination, and engaging with highly connected actor types to encourage widespread adoption of best practices for CD design and stewardship.

  13. Partnership disengagement from primary community care networks (PCCNs): A qualitative study for a national demonstration project

    PubMed Central

    2010-01-01

    Background The Primary Community Care Network (PCCN) Demonstration Project, launched by the Bureau of National Health Insurance (BNHI) in 2003, is still in progress. Partnership structures in PCCNs represent both contractual clinic-to-clinic and clinic-to-hospital member relationships of organizational aspects. The partnership structures are the formal relationships between individuals and the total network. Their organizational design aims to ensure effective communication, coordination, and integration across the total network. Previous studies have focused largely on how contractual integration among the partnerships works and on its effects. Few studies, however, have tried to understand partnership disengagement in PCCNs. This study explores why some partnerships in PCCNs disengage. Methods This study used a qualitative methodology with semi-structured questions for in-depth interviews. The semi-structured questions were pre-designed to explore the factors driving partnership disengagement. Thirty-seven clinic members who had withdrawn from their PCCNs were identified from the 2003-2005 Taiwan Primary Community Care Network Lists. Results Organization/participant factors (extra working time spend and facility competency), network factors (partner collaboration), and community factors (health policy design incompatibility, patient-physician relationship, and effectiveness) are reasons for clinic physicians to withdraw or change their partnerships within the PCCNs. Conclusions To strengthen partnership relationships, several suggestions are made, including to establish clinic and hospital member relationships, and to reduce administrative work. In addition, both educating the public about the concept of family doctors and ensuring well-organized national health policies could help health care providers improve the integration processes. PMID:20359369

  14. Community detection in complex networks using proximate support vector clustering

    NASA Astrophysics Data System (ADS)

    Wang, Feifan; Zhang, Baihai; Chai, Senchun; Xia, Yuanqing

    2018-03-01

    Community structure, one of the most attention attracting properties in complex networks, has been a cornerstone in advances of various scientific branches. A number of tools have been involved in recent studies concentrating on the community detection algorithms. In this paper, we propose a support vector clustering method based on a proximity graph, owing to which the introduced algorithm surpasses the traditional support vector approach both in accuracy and complexity. Results of extensive experiments undertaken on computer generated networks and real world data sets illustrate competent performances in comparison with the other counterparts.

  15. Identifiability of tree-child phylogenetic networks under a probabilistic recombination-mutation model of evolution.

    PubMed

    Francis, Andrew; Moulton, Vincent

    2018-06-07

    Phylogenetic networks are an extension of phylogenetic trees which are used to represent evolutionary histories in which reticulation events (such as recombination and hybridization) have occurred. A central question for such networks is that of identifiability, which essentially asks under what circumstances can we reliably identify the phylogenetic network that gave rise to the observed data? Recently, identifiability results have appeared for networks relative to a model of sequence evolution that generalizes the standard Markov models used for phylogenetic trees. However, these results are quite limited in terms of the complexity of the networks that are considered. In this paper, by introducing an alternative probabilistic model for evolution along a network that is based on some ground-breaking work by Thatte for pedigrees, we are able to obtain an identifiability result for a much larger class of phylogenetic networks (essentially the class of so-called tree-child networks). To prove our main theorem, we derive some new results for identifying tree-child networks combinatorially, and then adapt some techniques developed by Thatte for pedigrees to show that our combinatorial results imply identifiability in the probabilistic setting. We hope that the introduction of our new model for networks could lead to new approaches to reliably construct phylogenetic networks. Copyright © 2018 Elsevier Ltd. All rights reserved.

  16. Utilization of an interorganizational network analysis to evaluate the development of community capacity among a community-academic partnership.

    PubMed

    Clark, Heather R; Ramirez, Albert; Drake, Kelly N; Beaudoin, Christopher E; Garney, Whitney R; Wendel, Monica L; Outley, Corliss; Burdine, James N; Player, Harold D

    2014-01-01

    Following a community health assessment the Brazos Valley Health Partnership (BVHP) organized to address fragmentation of services and local health needs. This regional partnership employs the fundamental principles of community-based participatory research, fostering an equitable partnership with the aim of building community capacity to address local health issues. This article describes changes in relationships as a result of capacity building efforts in a community-academic partnership. Growth in network structure among organizations is hypothesized to be indicative of less fragmentation of services for residents and increased capacity of the BVHP to collectively address local health issues. Each of the participant organizations responded to a series of questions regarding its relationships with other organizations. Each organization was asked about information sharing, joint planning, resource sharing, and formal agreements with other organizations. The network survey has been administered 3 times between 2004 and 2009. Network density increased for sharing information and jointly planning events. Growth in the complexity of relationships was reported for sharing tangible resources and formal agreements. The average number of ties between organizations as well as the strength of relationships increased. This study provides evidence that the community capacity building efforts within these communities have contributed to beneficial changes in interorganizational relationships. Results from this analysis are useful for understanding how a community partnership's efforts to address access to care can strengthen a community's capacity for future action. Increased collaboration also leads to new assets, resources, and the transfer of knowledge and skills.

  17. Discovering SIFIs in Interbank Communities

    PubMed Central

    Pecora, Nicolò; Rovira Kaltwasser, Pablo; Spelta, Alessandro

    2016-01-01

    This paper proposes a new methodology based on non-negative matrix factorization to detect communities and to identify central nodes in a network as well as within communities. The method is specifically designed for directed weighted networks and, consequently, it has been applied to the interbank network derived from the e-MID interbank market. In an interbank network indeed links are directed, representing flows of funds between lenders and borrowers. Besides distinguishing between Systemically Important Borrowers and Lenders, the technique complements the detection of systemically important banks, revealing the community structure of the network, that proxies the most plausible areas of contagion of institutions’ distress. PMID:28002445

  18. LP-LPA: A link influence-based label propagation algorithm for discovering community structures in networks

    NASA Astrophysics Data System (ADS)

    Berahmand, Kamal; Bouyer, Asgarali

    2018-03-01

    Community detection is an essential approach for analyzing the structural and functional properties of complex networks. Although many community detection algorithms have been recently presented, most of them are weak and limited in different ways. Label Propagation Algorithm (LPA) is a well-known and efficient community detection technique which is characterized by the merits of nearly-linear running time and easy implementation. However, LPA has some significant problems such as instability, randomness, and monster community detection. In this paper, an algorithm, namely node’s label influence policy for label propagation algorithm (LP-LPA) was proposed for detecting efficient community structures. LP-LPA measures link strength value for edges and nodes’ label influence value for nodes in a new label propagation strategy with preference on link strength and for initial nodes selection, avoid of random behavior in tiebreak states, and efficient updating order and rule update. These procedures can sort out the randomness issue in an original LPA and stabilize the discovered communities in all runs of the same network. Experiments on synthetic networks and a wide range of real-world social networks indicated that the proposed method achieves significant accuracy and high stability. Indeed, it can obviously solve monster community problem with regard to detecting communities in networks.

  19. Hypothesis generation using network structures on community health center cancer-screening performance.

    PubMed

    Carney, Timothy Jay; Morgan, Geoffrey P; Jones, Josette; McDaniel, Anna M; Weaver, Michael T; Weiner, Bryan; Haggstrom, David A

    2015-10-01

    Nationally sponsored cancer-care quality-improvement efforts have been deployed in community health centers to increase breast, cervical, and colorectal cancer-screening rates among vulnerable populations. Despite several immediate and short-term gains, screening rates remain below national benchmark objectives. Overall improvement has been both difficult to sustain over time in some organizational settings and/or challenging to diffuse to other settings as repeatable best practices. Reasons for this include facility-level changes, which typically occur in dynamic organizational environments that are complex, adaptive, and unpredictable. This study seeks to understand the factors that shape community health center facility-level cancer-screening performance over time. This study applies a computational-modeling approach, combining principles of health-services research, health informatics, network theory, and systems science. To investigate the roles of knowledge acquisition, retention, and sharing within the setting of the community health center and to examine their effects on the relationship between clinical decision support capabilities and improvement in cancer-screening rate improvement, we employed Construct-TM to create simulated community health centers using previously collected point-in-time survey data. Construct-TM is a multi-agent model of network evolution. Because social, knowledge, and belief networks co-evolve, groups and organizations are treated as complex systems to capture the variability of human and organizational factors. In Construct-TM, individuals and groups interact by communicating, learning, and making decisions in a continuous cycle. Data from the survey was used to differentiate high-performing simulated community health centers from low-performing ones based on computer-based decision support usage and self-reported cancer-screening improvement. This virtual experiment revealed that patterns of overall network symmetry, agent

  20. Community-aware task allocation for social networked multiagent systems.

    PubMed

    Wang, Wanyuan; Jiang, Yichuan

    2014-09-01

    In this paper, we propose a novel community-aware task allocation model for social networked multiagent systems (SN-MASs), where the agent' cooperation domain is constrained in community and each agent can negotiate only with its intracommunity member agents. Under such community-aware scenarios, we prove that it remains NP-hard to maximize system overall profit. To solve this problem effectively, we present a heuristic algorithm that is composed of three phases: 1) task selection: select the desirable task to be allocated preferentially; 2) allocation to community: allocate the selected task to communities based on a significant task-first heuristics; and 3) allocation to agent: negotiate resources for the selected task based on a nonoverlap agent-first and breadth-first resource negotiation mechanism. Through the theoretical analyses and experiments, the advantages of our presented heuristic algorithm and community-aware task allocation model are validated. 1) Our presented heuristic algorithm performs very closely to the benchmark exponential brute-force optimal algorithm and the network flow-based greedy algorithm in terms of system overall profit in small-scale applications. Moreover, in the large-scale applications, the presented heuristic algorithm achieves approximately the same overall system profit, but significantly reduces the computational load compared with the greedy algorithm. 2) Our presented community-aware task allocation model reduces the system communication cost compared with the previous global-aware task allocation model and improves the system overall profit greatly compared with the previous local neighbor-aware task allocation model.

  1. Community (in) Colleges: The Relationship Between Online Network Involvement and Academic Outcomes at a Community College

    ERIC Educational Resources Information Center

    Evans, Eliza D.; McFarland, Daniel A.; Rios-Aguilar, Cecilia; Deil-Amen, Regina

    2016-01-01

    Objective: This study explores the relationship between online social network involvement and academic outcomes among community college students. Prior theory hypothesizes that socio-academic moments are especially important for the integration of students into community colleges and that integration is related to academic outcomes. Online social…

  2. CrosstalkNet: A Visualization Tool for Differential Co-expression Networks and Communities.

    PubMed

    Manem, Venkata; Adam, George Alexandru; Gruosso, Tina; Gigoux, Mathieu; Bertos, Nicholas; Park, Morag; Haibe-Kains, Benjamin

    2018-04-15

    Variations in physiological conditions can rewire molecular interactions between biological compartments, which can yield novel insights into gain or loss of interactions specific to perturbations of interest. Networks are a promising tool to elucidate intercellular interactions, yet exploration of these large-scale networks remains a challenge due to their high dimensionality. To retrieve and mine interactions, we developed CrosstalkNet, a user friendly, web-based network visualization tool that provides a statistical framework to infer condition-specific interactions coupled with a community detection algorithm for bipartite graphs to identify significantly dense subnetworks. As a case study, we used CrosstalkNet to mine a set of 54 and 22 gene-expression profiles from breast tumor and normal samples, respectively, with epithelial and stromal compartments extracted via laser microdissection. We show how CrosstalkNet can be used to explore large-scale co-expression networks and to obtain insights into the biological processes that govern cross-talk between different tumor compartments. Significance: This web application enables researchers to mine complex networks and to decipher novel biological processes in tumor epithelial-stroma cross-talk as well as in other studies of intercompartmental interactions. Cancer Res; 78(8); 2140-3. ©2018 AACR . ©2018 American Association for Cancer Research.

  3. The community structure of the European network of interlocking directorates 2005-2010.

    PubMed

    Heemskerk, Eelke M; Daolio, Fabio; Tomassini, Marco

    2013-01-01

    The boards of directors at large European companies overlap with each other to a sizable extent both within and across national borders. This could have important economic, political and management consequences. In this work we study in detail the topological structure of the networks that arise from this phenomenon. Using a comprehensive information database, we reconstruct the implicit networks of shared directorates among the top 300 European firms in 2005 and 2010, and suggest a number of novel ways to explore the trans-nationality of such business elite networks. Powerful community detection heuristics indicate that geography still plays an important role: there exist clear communities and they have a distinct national character. Nonetheless, from 2005 to 2010 we observe a densification of the boards interlocks network and a larger transnational orientation in its communities. Together with central actors and assortativity analyses, we provide statistical evidence that, at the level of corporate governance, Europe is getting closer.

  4. Virality Prediction and Community Structure in Social Networks

    NASA Astrophysics Data System (ADS)

    Weng, Lilian; Menczer, Filippo; Ahn, Yong-Yeol

    2013-08-01

    How does network structure affect diffusion? Recent studies suggest that the answer depends on the type of contagion. Complex contagions, unlike infectious diseases (simple contagions), are affected by social reinforcement and homophily. Hence, the spread within highly clustered communities is enhanced, while diffusion across communities is hampered. A common hypothesis is that memes and behaviors are complex contagions. We show that, while most memes indeed spread like complex contagions, a few viral memes spread across many communities, like diseases. We demonstrate that the future popularity of a meme can be predicted by quantifying its early spreading pattern in terms of community concentration. The more communities a meme permeates, the more viral it is. We present a practical method to translate data about community structure into predictive knowledge about what information will spread widely. This connection contributes to our understanding in computational social science, social media analytics, and marketing applications.

  5. Virality Prediction and Community Structure in Social Networks

    PubMed Central

    Weng, Lilian; Menczer, Filippo; Ahn, Yong-Yeol

    2013-01-01

    How does network structure affect diffusion? Recent studies suggest that the answer depends on the type of contagion. Complex contagions, unlike infectious diseases (simple contagions), are affected by social reinforcement and homophily. Hence, the spread within highly clustered communities is enhanced, while diffusion across communities is hampered. A common hypothesis is that memes and behaviors are complex contagions. We show that, while most memes indeed spread like complex contagions, a few viral memes spread across many communities, like diseases. We demonstrate that the future popularity of a meme can be predicted by quantifying its early spreading pattern in terms of community concentration. The more communities a meme permeates, the more viral it is. We present a practical method to translate data about community structure into predictive knowledge about what information will spread widely. This connection contributes to our understanding in computational social science, social media analytics, and marketing applications. PMID:23982106

  6. Virality prediction and community structure in social networks.

    PubMed

    Weng, Lilian; Menczer, Filippo; Ahn, Yong-Yeol

    2013-01-01

    How does network structure affect diffusion? Recent studies suggest that the answer depends on the type of contagion. Complex contagions, unlike infectious diseases (simple contagions), are affected by social reinforcement and homophily. Hence, the spread within highly clustered communities is enhanced, while diffusion across communities is hampered. A common hypothesis is that memes and behaviors are complex contagions. We show that, while most memes indeed spread like complex contagions, a few viral memes spread across many communities, like diseases. We demonstrate that the future popularity of a meme can be predicted by quantifying its early spreading pattern in terms of community concentration. The more communities a meme permeates, the more viral it is. We present a practical method to translate data about community structure into predictive knowledge about what information will spread widely. This connection contributes to our understanding in computational social science, social media analytics, and marketing applications.

  7. Electronic community: The role of an electronic network in the development of a community of teachers engaged in curriculum development and implementation

    NASA Astrophysics Data System (ADS)

    Keating, Thomas Michael

    The goal of this study was to describe the development of an electronic community of teachers who had the common experience of working on a Human Biology Curriculum Project through Stanford University. It was hypothesized that the interdisciplinary teams of teachers distributed across the United States would find a telecommunication network an ideal vehicle for extending their curricular collaborations they had begun in a series of summer institutes at Stanford. It was antlclpated that teachers would use the network to keep in touch with each other, share their common experiences piloting the HumBio Curriculum materials, provide feedback to the faculty and staff writing teams, and explore the possibilities of enacting cross site projects based on the curriculum project. From these interactions over the network it was hypothesized that a viable electronic community of schools could emerge. Establishment of a thriving electronic educational community is not an easy task. An analysis of three years of network interactions representing approximately 3125 email messages exchanged between HumBio test sites, HumBio Staff, the Network Coordinator and an additional three schools added in the third year, did not support the hypothesis that an electronic community would emerge and prosper. Participation in the electronic network was largely sporadic. However, a core group of schools was able to engage in meaningful, long term, cross-site projects, and student exchanges. By studying the active schools' message exchanges through time, insights were gained as to which ingredients are necessary to nurture an electronic network through the early stages of community development. A life history approach was found to be useful when considering the developmental stages of electronic networks. A key finding is that teachers choose to participate in electronic collaborations that will have a direct impact on what students are doing in the classroom. The first phase in the development of

  8. Investigating student communities with network analysis of interactions in a physics learning center

    NASA Astrophysics Data System (ADS)

    Brewe, Eric; Kramer, Laird; Sawtelle, Vashti

    2012-06-01

    Developing a sense of community among students is one of the three pillars of an overall reform effort to increase participation in physics, and the sciences more broadly, at Florida International University. The emergence of a research and learning community, embedded within a course reform effort, has contributed to increased recruitment and retention of physics majors. We utilize social network analysis to quantify interactions in Florida International University’s Physics Learning Center (PLC) that support the development of academic and social integration. The tools of social network analysis allow us to visualize and quantify student interactions and characterize the roles of students within a social network. After providing a brief introduction to social network analysis, we use sequential multiple regression modeling to evaluate factors that contribute to participation in the learning community. Results of the sequential multiple regression indicate that the PLC learning community is an equitable environment as we find that gender and ethnicity are not significant predictors of participation in the PLC. We find that providing students space for collaboration provides a vital element in the formation of a supportive learning community.

  9. Hierarchical mutual information for the comparison of hierarchical community structures in complex networks

    NASA Astrophysics Data System (ADS)

    Perotti, Juan Ignacio; Tessone, Claudio Juan; Caldarelli, Guido

    2015-12-01

    The quest for a quantitative characterization of community and modular structure of complex networks produced a variety of methods and algorithms to classify different networks. However, it is not clear if such methods provide consistent, robust, and meaningful results when considering hierarchies as a whole. Part of the problem is the lack of a similarity measure for the comparison of hierarchical community structures. In this work we give a contribution by introducing the hierarchical mutual information, which is a generalization of the traditional mutual information and makes it possible to compare hierarchical partitions and hierarchical community structures. The normalized version of the hierarchical mutual information should behave analogously to the traditional normalized mutual information. Here the correct behavior of the hierarchical mutual information is corroborated on an extensive battery of numerical experiments. The experiments are performed on artificial hierarchies and on the hierarchical community structure of artificial and empirical networks. Furthermore, the experiments illustrate some of the practical applications of the hierarchical mutual information, namely the comparison of different community detection methods and the study of the consistency, robustness, and temporal evolution of the hierarchical modular structure of networks.

  10. Networking between community health programs: a case study outlining the effectiveness, barriers and enablers

    PubMed Central

    2012-01-01

    Background In India, since the 1990s, there has been a burgeoning of NGOs involved in providing primary health care. This has resulted in a complex NGO-Government interface which is difficult for lone NGOs to navigate. The Uttarakhand Cluster, India, links such small community health programs together to build NGO capacity, increase visibility and better link to the government schemes and the formal healthcare system. This research, undertaken between 1998 and 2011, aims to examine barriers and facilitators to such linking, or clustering, and the effectiveness of this clustering approach. Methods Interviews, indicator surveys and participant observation were used to document the process and explore the enablers, the barriers and the effectiveness of networks improving community health. Results The analysis revealed that when activating, framing, mobilising and synthesizing the Uttarakhand Cluster, key brokers and network players were important in bridging between organisations. The ties (or relationships) that held the cluster together included homophily around common faith, common friendships and geographical location and common mission. Self interest whereby members sought funds, visibility, credibility, increased capacity and access to trainings was also a commonly identified motivating factor for networking. Barriers to network synthesizing included lack of funding, poor communication, limited time and lack of human resources. Risk aversion and mistrust remained significant barriers to overcome for such a network. Conclusions In conclusion, specific enabling factors allowed the clustering approach to be effective at increasing access to resources, creating collaborative opportunities and increasing visibility, credibility and confidence of the cluster members. These findings add to knowledge regarding social network formation and collaboration, and such knowledge will assist in the conceptualisation, formation and success of potential health networks in India

  11. Spatial Dynamics of the Communities and the Role of Major Countries in the International Rare Earths Trade: A Complex Network Analysis.

    PubMed

    Wang, Xibo; Ge, Jianping; Wei, Wendong; Li, Hanshi; Wu, Chen; Zhu, Ge

    2016-01-01

    Rare earths (RE) are critical materials in many high-technology products. Due to the uneven distribution and important functions for industrial development, most countries import RE from a handful of suppliers that are rich in RE, such as China. However, because of the rapid growth of RE exploitation and pollution of the mining and production process, some of the main suppliers have gradually tended to reduce the RE production and exports. Especially in the last decade, international RE trade has been changing in the trade community and trade volume. Based on complex network theory, we built an unweighted and weighted network to explore the evolution of the communities and identify the role of the major countries in the RE trade. The results show that an international RE trade network was dispersed and unstable because of the existence of five to nine trade communities in the unweighted network and four to eight trade communities in the weighted network in the past 13 years. Moreover, trade groups formed due to the great influence of geopolitical relations. China was often associated with the South America and African countries in the same trade group. In addition, Japan, China, the United States, and Germany had the largest impacts on international RE trade from 2002 to 2014. Last, some policy suggestions were highlighted according to the results.

  12. Spatial Dynamics of the Communities and the Role of Major Countries in the International Rare Earths Trade: A Complex Network Analysis

    PubMed Central

    Wang, Xibo; Ge, Jianping; Wei, Wendong; Li, Hanshi; Wu, Chen; Zhu, Ge

    2016-01-01

    Rare earths (RE) are critical materials in many high-technology products. Due to the uneven distribution and important functions for industrial development, most countries import RE from a handful of suppliers that are rich in RE, such as China. However, because of the rapid growth of RE exploitation and pollution of the mining and production process, some of the main suppliers have gradually tended to reduce the RE production and exports. Especially in the last decade, international RE trade has been changing in the trade community and trade volume. Based on complex network theory, we built an unweighted and weighted network to explore the evolution of the communities and identify the role of the major countries in the RE trade. The results show that an international RE trade network was dispersed and unstable because of the existence of five to nine trade communities in the unweighted network and four to eight trade communities in the weighted network in the past 13 years. Moreover, trade groups formed due to the great influence of geopolitical relations. China was often associated with the South America and African countries in the same trade group. In addition, Japan, China, the United States, and Germany had the largest impacts on international RE trade from 2002 to 2014. Last, some policy suggestions were highlighted according to the results. PMID:27137779

  13. The Evaluation of a Regional Faith Community Network's Million Hearts Program.

    PubMed

    Cooper, Jennifer; Zimmerman, Wendy

    2016-01-01

    The goal of the Million Hearts initiative is to prevent one million heart attacks and strokes by 2017. Maryland was one state in the Association of State and Territorial Health Official's Million Hearts State Learning Collaborative. Washington County, Maryland formed a collaboration between the County Health Department, Meritus Health System, and the Meritus Health Parish Nurse Coordinator to address hypertension in the county. Within a regional network of 52 faith communities, the Parish Nurse Coordinator recruited 25 faith community nurses to participate in a three-month program. Nurses were trained on proper blood pressure measurement and 22 nurses identified 58 participants engaged in blood pressure self-monitoring and coaching for lifestyle changes. Additionally, nurses took 1,729 blood pressures and provided health education to individuals within their congregations. Fifty-one participants participated in blood pressure self-monitoring and lifestyle coaching with faith community nurses. There was improvement in six out of seven lifestyle areas. Eight-two percent of participants (N = 42) decreased their systolic and/or diastolic blood pressure over three months. Coaching provided by faith community nurses can create an environment of sustained support to promote improved lifestyle and blood pressure changes over time. © 2015 Wiley Periodicals, Inc.

  14. Identifying critical transitions and their leading biomolecular networks in complex diseases.

    PubMed

    Liu, Rui; Li, Meiyi; Liu, Zhi-Ping; Wu, Jiarui; Chen, Luonan; Aihara, Kazuyuki

    2012-01-01

    Identifying a critical transition and its leading biomolecular network during the initiation and progression of a complex disease is a challenging task, but holds the key to early diagnosis and further elucidation of the essential mechanisms of disease deterioration at the network level. In this study, we developed a novel computational method for identifying early-warning signals of the critical transition and its leading network during a disease progression, based on high-throughput data using a small number of samples. The leading network makes the first move from the normal state toward the disease state during a transition, and thus is causally related with disease-driving genes or networks. Specifically, we first define a state-transition-based local network entropy (SNE), and prove that SNE can serve as a general early-warning indicator of any imminent transitions, regardless of specific differences among systems. The effectiveness of this method was validated by functional analysis and experimental data.

  15. Pan-Canadian Forum on Community Learning Networks Conference Proceedings [and] A Discussion Guide (1st, Ottawa, Ontario, March 27-29, 1998).

    ERIC Educational Resources Information Center

    Human Resources Development Canada, Hull (Quebec). Office of Learning Technologies.

    This document contains information from and about the Pan-Canadian Forum on Community Learning Networks (CLNs) that was conducted to identify existing and emerging needs of CLNs and identify emerging trends and issues related to CLNs. The document begins with a discussion of role played by CLNs in building a lifelong learning culture. Presented…

  16. The GÉANT network: addressing current and future needs of the HEP community

    NASA Astrophysics Data System (ADS)

    Capone, Vincenzo; Usman, Mian

    2015-12-01

    The GÉANT infrastructure is the backbone that serves the scientific communities in Europe for their data movement needs and their access to international research and education networks. Using the extensive fibre footprint and infrastructure in Europe the GÉANT network delivers a portfolio of services aimed to best fit the specific needs of the users, including Authentication and Authorization Infrastructure, end-to-end performance monitoring, advanced network services (dynamic circuits, L2-L3VPN, MD-VPN). This talk will outline the factors that help the GÉANT network to respond to the needs of the High Energy Physics community, both in Europe and worldwide. The Pan-European network provides the connectivity between 40 European national research and education networks. In addition, GÉANT also connects the European NRENs to the R&E networks in other world region and has reach to over 110 NREN worldwide, making GÉANT the best connected Research and Education network, with its multiple intercontinental links to different continents e.g. North and South America, Africa and Asia-Pacific. The High Energy Physics computational needs have always had (and will keep having) a leading role among the scientific user groups of the GÉANT network: the LHCONE overlay network has been built, in collaboration with the other big world REN, specifically to address the peculiar needs of the LHC data movement. Recently, as a result of a series of coordinated efforts, the LHCONE network has been expanded to the Asia-Pacific area, and is going to include some of the main regional R&E network in the area. The LHC community is not the only one that is actively using a distributed computing model (hence the need for a high-performance network); new communities are arising, as BELLE II. GÉANT is deeply involved also with the BELLE II Experiment, to provide full support to their distributed computing model, along with a perfSONAR-based network monitoring system. GÉANT has also

  17. Identifying Perceived Neighborhood Stressors Across Diverse Communities in New York City.

    PubMed

    Shmool, Jessie L C; Yonas, Michael A; Newman, Ogonnaya Dotson; Kubzansky, Laura D; Joseph, Evelyn; Parks, Ana; Callaway, Charles; Chubb, Lauren G; Shepard, Peggy; Clougherty, Jane E

    2015-09-01

    There is growing interest in the role of psychosocial stress in health disparities. Identifying which social stressors are most important to community residents is critical for accurately incorporating stressor exposures into health research. Using a community-academic partnered approach, we designed a multi-community study across the five boroughs of New York City to characterize resident perceptions of key neighborhood stressors. We conducted 14 community focus groups; two to three in each borough, with one adolescent group and one Spanish-speaking group per borough. We then used systematic content analysis and participant ranking data to describe prominent neighborhood stressors and identify dominant themes. Three inter-related themes regarding the social and structural sources of stressful experiences were most commonly identified across neighborhoods: (1) physical disorder and perceived neglect, (2) harassment by police and perceived safety and (3) gentrification and racial discrimination. Our findings suggest that multiple sources of distress, including social, political, physical and economic factors, should be considered when investigating health effects of community stressor exposures and psychological distress. Community expertise is essential for comprehensively characterizing the range of neighborhood stressors that may be implicated in psychosocial exposure pathways.

  18. Exploring anti-community structure in networks with application to incompatibility of traditional Chinese medicine

    NASA Astrophysics Data System (ADS)

    Zhu, Jiajing; Liu, Yongguo; Zhang, Yun; Liu, Xiaofeng; Xiao, Yonghua; Wang, Shidong; Wu, Xindong

    2017-11-01

    Community structure is one of the most important properties in networks, in which a node shares its most connections with the others in the same community. On the contrary, the anti-community structure means the nodes in the same group have few or no connections with each other. In Traditional Chinese Medicine (TCM), the incompatibility problem of herbs is a challenge to the clinical medication safety. In this paper, we propose a new anti-community detection algorithm, Random non-nEighboring nOde expansioN (REON), to find anti-communities in networks, in which a new evaluation criterion, anti-modularity, is designed to measure the quality of the obtained anti-community structure. In order to establish anti-communities in REON, we expand the node set by non-neighboring node expansion and regard the node set with the highest anti-modularity as an anti-community. Inspired by the phenomenon that the node with higher degree has greater contribution to the anti-modularity, an improved algorithm called REONI is developed by expanding node set by the non-neighboring node with the maximum degree, which greatly enhances the efficiency of REON. Experiments on synthetic and real-world networks demonstrate the superiority of the proposed algorithms over the existing methods. In addition, by applying REONI to the herb network, we find that it can discover incompatible herb combinations.

  19. The influence of e-waste recycling on the molecular ecological network of soil microbial communities in Pakistan and China.

    PubMed

    Jiang, Longfei; Cheng, Zhineng; Zhang, Dayi; Song, Mengke; Wang, Yujie; Luo, Chunling; Yin, Hua; Li, Jun; Zhang, Gan

    2017-12-01

    Primitive electronic waste (e-waste) recycling releases large amounts of organic pollutants and heavy metals into the environment. As crucial moderators of geochemical cycling processes and pollutant remediation, soil microbes may be affected by these contaminants. We collected soil samples heavily contaminated by e-waste recycling in China and Pakistan, and analyzed the indigenous microbial communities. The results of this work revealed that the microbial community composition and diversity, at both whole and core community levels, were affected significantly by polycyclic aromatic hydrocarbons (PAHs), polybrominated diphenyl ethers (PBDEs) and heavy metals (e.g., Cu, Zn, and Pb). The geographical distance showed limited impacts on microbial communities compared with geochemical factors. The constructed ecological network of soil microbial communities illustrated microbial co-occurrence, competition and antagonism across soils, revealing the response of microbes to soil properties and pollutants. Two of the three main modules constructed with core operational taxonomic units (OTUs) were sensitive to nutrition (total organic carbon and total nitrogen) and pollutants. Five key OTUs assigned to Acidobacteria, Proteobacteria, and Nitrospirae in ecological network were identified. This is the first study to report the effects of e-waste pollutants on soil microbial network, providing a deeper understanding of the ecological influence of crude e-waste recycling activities on soil ecological functions. Copyright © 2017 Elsevier Ltd. All rights reserved.

  20. [Policy networks combating hunger and poverty: the Solidarity Community strategy in Brazil].

    PubMed

    Burlandy, Luciene; Labra, Maria Eliana

    2007-01-01

    This paper analyzes a strategy deployed by the Brazilian Government for combating hunger and poverty: the Solidarity Community (1995-2003), particularly institutional mechanisms used to fine-tune targeting processes and allocate resources to the Food Stocks Distribution Program (PRODEA) and the Undernourished Child and High-Risk Pregnancy Program (PCDMI). Primary data were obtained through interviews with policy network players, including segments of government and society: nine Federal; six State and 82 from eight Municipalities in Rio de Janeiro state. Moving towards its goal of converging programs for the poorest municipalities, the Solidarity Community made them more visible to executive civil servants. The introduction of different sectors into the Solidarity Community network varied, according to the political clout and institutional capacity of each sector. The Solidarity Community strategy was: to negotiate criteria with Ministries for setting priorities and provide technical support and information for local governments, improving their skills for obtaining federal funding. The role of the Solidarity Community was thus limited at the local level, due to poor intersectoral networking and difficulties in monitoring program implementation and beneficiary selection processes, blunting its advantages for more vulnerable groups.

  1. Application of Network Analysis to Identify and Map Relationships between Information Systems in the context of Arctic Sustainability

    NASA Astrophysics Data System (ADS)

    Kontar, Y. Y.

    2017-12-01

    The Arctic Council is an intergovernmental forum promoting cooperation, coordination and interaction among the Arctic States and indigenous communities on issues of sustainable development and environmental protection in the North. The work of the Council is primarily carried out by six Working Groups: Arctic Contaminants Action Program, Arctic Monitoring and Assessment Programme, Conservation of Arctic Flora and Fauna, Emergency Prevention, Preparedness and Response, Protection of the Arctic Marine Environment, and Sustainable Development Working Group. The Working Groups are composed of researchers and representatives from government agencies. Each Working Group issues numerous scientific assessments and reports on a broad field of subjects, from climate change to emergency response in the Arctic. A key goal of these publications is to contribute to policy-making in the Arctic. Complex networks of information systems and the connections between the diverse elements within the systems have been identified via network analysis. This allowed to distinguish data sources that were used in the composition of the primary publications of the Working Groups. Next step is to implement network analysis to identify and map the relationships between the Working Groups and policy makers in the Arctic.

  2. Multiplex social ecological network analysis reveals how social changes affect community robustness more than resource depletion.

    PubMed

    Baggio, Jacopo A; BurnSilver, Shauna B; Arenas, Alex; Magdanz, James S; Kofinas, Gary P; De Domenico, Manlio

    2016-11-29

    Network analysis provides a powerful tool to analyze complex influences of social and ecological structures on community and household dynamics. Most network studies of social-ecological systems use simple, undirected, unweighted networks. We analyze multiplex, directed, and weighted networks of subsistence food flows collected in three small indigenous communities in Arctic Alaska potentially facing substantial economic and ecological changes. Our analysis of plausible future scenarios suggests that changes to social relations and key households have greater effects on community robustness than changes to specific wild food resources.

  3. Hazardous drinking and military community functioning: identifying mediating risk factors.

    PubMed

    Foran, Heather M; Heyman, Richard E; Slep, Amy M Smith

    2011-08-01

    Hazardous drinking is a serious societal concern in military populations. Efforts to reduce hazardous drinking among military personnel have been limited in effectiveness. There is a need for a deeper understanding of how community-based prevention models apply to hazardous drinking in the military. Community-wide prevention efforts may be most effective in targeting community functioning (e.g., support from formal agencies, community cohesion) that impacts hazardous drinking via other proximal risk factors. The goal of the current study is to inform community-wide prevention efforts by testing a model of community functioning and mediating risk factors of hazardous drinking among active duty U.S. Air Force personnel. A large, representative survey sample of U.S. Air Force active duty members (N = 52,780) was collected at 82 bases worldwide. Hazardous drinking was assessed with the widely used Alcohol Use Disorders Identification Test (Saunders, Aasland, Babor, de la Fuente, & Grant, 1993). A variety of individual, family, and community measures were also assessed. Structural equation modeling was used to test a hypothesized model of community functioning, mediating risk factors and hazardous drinking. Depressive symptoms, perceived financial stress, and satisfaction with the U.S. Air Force were identified as significant mediators of the link between community functioning and hazardous drinking for men and women. Relationship satisfaction was also identified as a mediator for men. These results provide a framework for further community prevention research and suggest that prevention efforts geared at increasing aspects of community functioning (e.g., the U.S. Air Force Community Capacity model) may indirectly lead to reductions in hazardous drinking through other proximal risk factors.

  4. Model of community emergence in weighted social networks

    NASA Astrophysics Data System (ADS)

    Kumpula, J. M.; Onnela, J.-P.; Saramäki, J.; Kertész, J.; Kaski, K.

    2009-04-01

    Over the years network theory has proven to be rapidly expanding methodology to investigate various complex systems and it has turned out to give quite unparalleled insight to their structure, function, and response through data analysis, modeling, and simulation. For social systems in particular the network approach has empirically revealed a modular structure due to interplay between the network topology and link weights between network nodes or individuals. This inspired us to develop a simple network model that could catch some salient features of mesoscopic community and macroscopic topology formation during network evolution. Our model is based on two fundamental mechanisms of network sociology for individuals to find new friends, namely cyclic closure and focal closure, which are mimicked by local search-link-reinforcement and random global attachment mechanisms, respectively. In addition we included to the model a node deletion mechanism by removing all its links simultaneously, which corresponds for an individual to depart from the network. Here we describe in detail the implementation of our model algorithm, which was found to be computationally efficient and produce many empirically observed features of large-scale social networks. Thus this model opens a new perspective for studying such collective social phenomena as spreading, structure formation, and evolutionary processes.

  5. How plants connect pollination and herbivory networks and their contribution to community stability.

    PubMed

    Sauve, Alix M C; Thébault, Elisa; Pocock, Michael J O; Fontaine, Colin

    2016-04-01

    Pollination and herbivory networks have mainly been studied separately, highlighting their distinct structural characteristics and the related processes and dynamics. However, most plants interact with both pollinators and herbivores, and there is evidence that both types of interaction affect each other. Here we investigated the way plants connect these mutualistic and antagonistic networks together, and the consequences for community stability. Using an empirical data set, we show that the way plants connect pollination and herbivory networks is not random and promotes community stability. Analyses of the structure of binary and quantitative networks show different results: the plants' generalism with regard to pollinators is positively correlated to their generalism with regard to herbivores when considering binary interactions, but not when considering quantitative interactions. We also show that plants that share the same pollinators do not share the same herbivores. However, the way plants connect pollination and herbivory networks promotes stability for both binary and quantitative networks. Our results highlight the relevance of considering the diversity of interaction types in ecological communities, and stress the need to better quantify the costs and benefits of interactions, as well as to develop new metrics characterizing the way different interaction types are combined within ecological networks.

  6. Effectiveness of Key Knowledge Spreader Identification in Online Communities of Practice: A Simulation Study from Network Perspective

    ERIC Educational Resources Information Center

    Cao, Yu

    2017-01-01

    With the rapid development of online communities of practice (CoPs), how to identify key knowledge spreader (KKS) in online CoPs has grown up to be a hot issue. In this paper, we construct a network with variable clustering based on Holme-Kim model to represent CoPs, a simple dynamics of knowledge sharing is considered. Kendall's Tau coefficient…

  7. Social Networks, Communication Styles, and Learning Performance in a CSCL Community

    ERIC Educational Resources Information Center

    Cho, Hichang; Gay, Geri; Davidson, Barry; Ingraffea, Anthony

    2007-01-01

    The aim of this study is to empirically investigate the relationships between communication styles, social networks, and learning performance in a computer-supported collaborative learning (CSCL) community. Using social network analysis (SNA) and longitudinal survey data, we analyzed how 31 distributed learners developed collaborative learning…

  8. Cross-platform method for identifying candidate network biomarkers for prostate cancer.

    PubMed

    Jin, G; Zhou, X; Cui, K; Zhang, X-S; Chen, L; Wong, S T C

    2009-11-01

    Discovering biomarkers using mass spectrometry (MS) and microarray expression profiles is a promising strategy in molecular diagnosis. Here, the authors proposed a new pipeline for biomarker discovery that integrates disease information for proteins and genes, expression profiles in both genomic and proteomic levels, and protein-protein interactions (PPIs) to discover high confidence network biomarkers. Using this pipeline, a total of 474 molecules (genes and proteins) related to prostate cancer were identified and a prostate-cancer-related network (PCRN) was derived from the integrative information. Thus, a set of candidate network biomarkers were identified from multiple expression profiles composed by eight microarray datasets and one proteomics dataset. The network biomarkers with PPIs can accurately distinguish the prostate patients from the normal ones, which potentially provide more reliable hits of biomarker candidates than conventional biomarker discovery methods.

  9. Analysis of the social network development of a virtual community for Australian intensive care professionals.

    PubMed

    Rolls, Kaye Denise; Hansen, Margaret; Jackson, Debra; Elliott, Doug

    2014-11-01

    Social media platforms can create virtual communities, enabling healthcare professionals to network with a broad range of colleagues and facilitate knowledge exchange. In 2003, an Australian state health department established an intensive care mailing list to address the professional isolation experienced by senior intensive care nurses. This article describes the social network created within this virtual community by examining how the membership profile evolved from 2003 to 2009. A retrospective descriptive design was used. The data source was a deidentified member database. Since 2003, 1340 healthcare professionals subscribed to the virtual community with 78% of these (n = 1042) still members at the end of 2009. The membership profile has evolved from a single-state nurse-specific network to an Australia-wide multidisciplinary and multiorganizational intensive care network. The uptake and retention of membership by intensive care clinicians indicated that they appeared to value involvement in this virtual community. For healthcare organizations, a virtual community may be a communications option for minimizing professional and organizational barriers and promoting knowledge flow. Further research is, however, required to demonstrate a link between these broader social networks, enabling the exchange of knowledge and improved patient outcomes.

  10. Loneliness, social support networks, mood and wellbeing in community-dwelling elderly.

    PubMed

    Golden, Jeannette; Conroy, Ronán M; Bruce, Irene; Denihan, Aisling; Greene, Elaine; Kirby, Michael; Lawlor, Brian A

    2009-07-01

    Both loneliness and social networks have been linked with mood and wellbeing. However, few studies have examined these factors simultaneously in community-dwelling participants. The aim of this study was to examine the relationship between social network, loneliness, depression, anxiety and quality of life in community dwelling older people living in Dublin. One thousand two hundred and ninety-nine people aged 65 and over, recruited through primary care practices, were interviewed in their own homes using the GMS-AGECAT. Social network was assessed using Wenger's typology. 35% of participants were lonely, with 9% describing it as painful and 6% as intrusive. Similarly, 34% had a non-integrated social network. However, the two constructs were distinct: 32% of participants with an integrated social network reported being lonely. Loneliness was higher in women, the widowed and those with physical disability and increased with age, but when age-related variables were controlled for this association was non-significant. Wellbeing, depressed mood and hopelessness were all independently associated with both loneliness and non-integrated social network. In particular, loneliness explained the excess risk of depression in the widowed. The population attributable risk (PAR) associated with loneliness was 61%, compared with 19% for non-integrated social network. Taken together they had a PAR of 70% Loneliness and social networks both independently affect mood and wellbeing in the elderly, underlying a very significant proportion of depressed mood.

  11. Identifying influential spreaders in complex networks through local effective spreading paths

    NASA Astrophysics Data System (ADS)

    Wang, Xiaojie; Zhang, Xue; Yi, Dongyun; Zhao, Chengli

    2017-05-01

    How to effectively identify a set of influential spreaders in complex networks is of great theoretical and practical value, which can help to inhibit the rapid spread of epidemics, promote the sales of products by word-of-mouth advertising, and so on. A naive strategy is to select the top ranked nodes as identified by some centrality indices, and other strategies are mainly based on greedy methods and heuristic methods. However, most of those approaches did not concern the connections between nodes. Usually, the distances between the selected spreaders are very close, leading to a serious overlapping of their influence. As a consequence, the global influence of the spreaders in networks will be greatly reduced, which largely restricts the performance of those methods. In this paper, a simple and efficient method is proposed to identify a set of discrete yet influential spreaders. By analyzing the spreading paths in the network, we present the concept of effective spreading paths and measure the influence of nodes via expectation calculation. The numerical analysis in undirected and directed networks all show that our proposed method outperforms many other centrality-based and heuristic benchmarks, especially in large-scale networks. Besides, experimental results on different spreading models and parameters demonstrates the stability and wide applicability of our method.

  12. Visualization of Metabolic Interaction Networks in Microbial Communities Using VisANT 5.0

    PubMed Central

    Wang, Yan; DeLisi, Charles; Segrè, Daniel; Hu, Zhenjun

    2016-01-01

    The complexity of metabolic networks in microbial communities poses an unresolved visualization and interpretation challenge. We address this challenge in the newly expanded version of a software tool for the analysis of biological networks, VisANT 5.0. We focus in particular on facilitating the visual exploration of metabolic interaction between microbes in a community, e.g. as predicted by COMETS (Computation of Microbial Ecosystems in Time and Space), a dynamic stoichiometric modeling framework. Using VisANT’s unique metagraph implementation, we show how one can use VisANT 5.0 to explore different time-dependent ecosystem-level metabolic networks. In particular, we analyze the metabolic interaction network between two bacteria previously shown to display an obligate cross-feeding interdependency. In addition, we illustrate how a putative minimal gut microbiome community could be represented in our framework, making it possible to highlight interactions across multiple coexisting species. We envisage that the “symbiotic layout” of VisANT can be employed as a general tool for the analysis of metabolism in complex microbial communities as well as heterogeneous human tissues. VisANT is freely available at: http://visant.bu.edu and COMETS at http://comets.bu.edu. PMID:27081850

  13. Visualization of Metabolic Interaction Networks in Microbial Communities Using VisANT 5.0.

    PubMed

    Granger, Brian R; Chang, Yi-Chien; Wang, Yan; DeLisi, Charles; Segrè, Daniel; Hu, Zhenjun

    2016-04-01

    The complexity of metabolic networks in microbial communities poses an unresolved visualization and interpretation challenge. We address this challenge in the newly expanded version of a software tool for the analysis of biological networks, VisANT 5.0. We focus in particular on facilitating the visual exploration of metabolic interaction between microbes in a community, e.g. as predicted by COMETS (Computation of Microbial Ecosystems in Time and Space), a dynamic stoichiometric modeling framework. Using VisANT's unique metagraph implementation, we show how one can use VisANT 5.0 to explore different time-dependent ecosystem-level metabolic networks. In particular, we analyze the metabolic interaction network between two bacteria previously shown to display an obligate cross-feeding interdependency. In addition, we illustrate how a putative minimal gut microbiome community could be represented in our framework, making it possible to highlight interactions across multiple coexisting species. We envisage that the "symbiotic layout" of VisANT can be employed as a general tool for the analysis of metabolism in complex microbial communities as well as heterogeneous human tissues. VisANT is freely available at: http://visant.bu.edu and COMETS at http://comets.bu.edu.

  14. Community, Collective or Movement? Evaluating Theoretical Perspectives on Network Building

    NASA Astrophysics Data System (ADS)

    Spitzer, W.

    2015-12-01

    Since 2007, the New England Aquarium has led a national effort to increase the capacity of informal science venues to effectively communicate about climate change. We are now leading the NSF-funded National Network for Ocean and Climate Change Interpretation (NNOCCI), partnering with the Association of Zoos and Aquariums, FrameWorks Institute, Woods Hole Oceanographic Institution, Monterey Bay Aquarium, and National Aquarium, with evaluation conducted by the New Knowledge Organization, Pennsylvania State University, and Ohio State University. NNOCCI enables teams of informal science interpreters across the country to serve as "communication strategists" - beyond merely conveying information they can influence public perceptions, given their high level of commitment, knowledge, public trust, social networks, and visitor contact. We provide in-depth training as well as an alumni network for ongoing learning, implementation support, leadership development, and coalition building. Our goals are to achieve a systemic national impact, embed our work within multiple ongoing regional and national climate change education networks, and leave an enduring legacy. What is the most useful theoretical model for conceptualizing the work of the NNOCCI community? This presentation will examine the pros and cons of three perspectives -- community of practice, collective impact, and social movements. The community of practice approach emphasizes use of common tools, support for practice, social learning, and organic development of leadership. A collective impact model focuses on defining common outcomes, aligning activities toward a common goal, structured collaboration. A social movement emphasizes building group identity and creating a sense of group efficacy. This presentation will address how these models compare in terms of their utility in program planning and evaluation, their fit with the unique characteristics of the NNOCCI community, and their relevance to our program goals.

  15. The Community Structure of the European Network of Interlocking Directorates 2005–2010

    PubMed Central

    Heemskerk, Eelke M.; Daolio, Fabio; Tomassini, Marco

    2013-01-01

    The boards of directors at large European companies overlap with each other to a sizable extent both within and across national borders. This could have important economic, political and management consequences. In this work we study in detail the topological structure of the networks that arise from this phenomenon. Using a comprehensive information database, we reconstruct the implicit networks of shared directorates among the top 300 European firms in 2005 and 2010, and suggest a number of novel ways to explore the trans-nationality of such business elite networks. Powerful community detection heuristics indicate that geography still plays an important role: there exist clear communities and they have a distinct national character. Nonetheless, from 2005 to 2010 we observe a densification of the boards interlocks network and a larger transnational orientation in its communities. Together with central actors and assortativity analyses, we provide statistical evidence that, at the level of corporate governance, Europe is getting closer. PMID:23894318

  16. Physical Heterogeneity and Aquatic Community Function in River Networks

    EPA Science Inventory

    The geomorphological character of a river network provides the template upon which evolution acts to create unique biological communities. Deciphering commonly observed patterns and processes within riverine landscapes resulting from the interplay between physical and biological...

  17. John C. Lincoln Health Network recognized for community service. Phoenix institution wins prestigious Foster G. Mcgaw Prize.

    PubMed

    Rees, Tom

    2003-01-01

    John C. Lincoln Health Network, Phoenix, was awarded the Foster G. McGaw Prize for excellence in community service, one of the healthcare field's most prestigious honors. The network serves a broad geographic area and nearly a dozen communities. Those communities most challenged by poverty, hunger, poor housing and crime are the focus of most of the health network's efforts.

  18. A practice-based information system for multi-disciplinary care of chronically ill patients: what information do we need? The Community Care Coordination Network Database Group.

    PubMed Central

    Moran, W. P.; Messick, C.; Guerette, P.; Anderson, R.; Bradham, D.; Wofford, J. L.; Velez, R.

    1994-01-01

    Primary care physicians provide longitudinal care for chronically ill individuals in concert with many other community-based disciplines. The care management of these individuals requires data not traditionally collected during the care of well, or acutely ill individuals. These data not only concern the patient, in the form of patient functional status, mental status and affect, but also pertain to the caregiver, home environment, and the formal community health and social service system. The goal of the Community Care Coordination Network is to build a primary care-based information system to share patient data and communicate patient related information among the community-based multi-disciplinary teams. One objective of the Community Care Coordination Network is to create a Community Care Database for chronically ill individuals by identifying those data elements necessary for efficient multi-disciplinary care. PMID:7949995

  19. A Community-based Partnership for a Sustainable GNSS Geodetic Network

    NASA Astrophysics Data System (ADS)

    Dokka, R. K.

    2009-12-01

    Geodetic networks offer unparalleled opportunities to monitor and understand many of the rhythms of the Earth most vital to the sustainability of modern and future societies, i.e., crustal motions, sea-level, and the weather. For crustal deformation studies, the advantage is clear. Modern measurements allow us to document not only the permanent strains incurred over a seismic cycle, for example, but also the ephemeral strains that are critical for understanding the underlying physical mechanism. To be effective for science, however, geodetic networks must be properly designed, capitalized, and maintained over sufficient time intervals to fully capture the processes in action. Unfortunately, most networks lack interoperability and lack a business plan to ensure long term sustainability. The USA, for example, lacks a unified nation-wide GNSS network that can sustain its self over the coming years, decades, and century. Current federal priorities do not yet envision such a singular network. Publicly and privately funded regional networks exist, but tend to be parochial in scope, and optimized for a special user community, e.g., surveying, crustal motions, etc. Data sharing is common, but the lack of input at the beginning limits the functionality of the system for non-primary users. Funding for private networks depend heavily on the user demand, business cycle, and regulatory requirements. Agencies funding science networks offer no guarantee of sustained support. An alternative model (GULFNet) developed in Louisiana is meeting user needs, is sustainable, and is helping engineers, surveyors, and geologists become more spatially enabled. The common denominator among all participants is the view that accurate, precise, and timely geodetic data have tangible value for all segments of society. Although operated by a university (LSU), GULFNet is a community-based partnership between public and private sectors. GULFNet simultaneously achieves scientific goals by providing

  20. Fragmentation alters stream fish community structure in dendritic ecological networks.

    PubMed

    Perkin, Joshuah S; Gido, Keith B

    2012-12-01

    Effects of fragmentation on the ecology of organisms occupying dendritic ecological networks (DENs) have recently been described through both conceptual and mathematical models, but few hypotheses have been tested in complex, real-world ecosystems. Stream fishes provide a model system for assessing effects of fragmentation on the structure of communities occurring within DENs, including how fragmentation alters metacommunity dynamics and biodiversity. A recently developed habitat-availability measure, the "dendritic connectivity index" (DCI), allows for assigning quantitative measures of connectivity in DENs regardless of network extent or complexity, and might be used to predict fish community response to fragmentation. We characterized stream fish community structure in 12 DENs in the Great Plains, USA, during periods of dynamic (summer) and muted (fall) discharge regimes to test the DCI as a predictive model of fish community response to fragmentation imposed by road crossings. Results indicated that fish communities in stream segments isolated by road crossings had reduced species richness (alpha diversity) relative to communities that maintained connectivity with the surrounding DEN during summer and fall. Furthermore, isolated communities had greater dissimilarity (beta diversity) to downstream sites notisolated by road crossings during summer and fall. Finally, dissimilarity among communities within DENs decreased as a function of increased habitat connectivity (measured using the DCI) for summer and fall, suggesting that communities within highly connected DENs tend to be more homogeneous. Our results indicate that the DCI is sensitive to community effects of fragmentation in riverscapes and might be used by managers to predict ecological responses to changes in habitat connectivity. Moreover, our findings illustrate that relating structural connectivity of riverscapes to functional connectivity among communities might aid in maintaining metacommunity

  1. Identifying Typhoon Tracks based on Event Synchronization derived Spatially Embedded Climate Networks

    NASA Astrophysics Data System (ADS)

    Ozturk, Ugur; Marwan, Norbert; Kurths, Jürgen

    2017-04-01

    Complex networks are commonly used for investigating spatiotemporal dynamics of complex systems, e.g. extreme rainfall. Especially directed networks are very effective tools in identifying climatic patterns on spatially embedded networks. They can capture the network flux, so as the principal dynamics of spreading significant phenomena. Network measures, such as network divergence, bare the source-receptor relation of the directed networks. However, it is still a challenge how to catch fast evolving atmospheric events, i.e. typhoons. In this study, we propose a new technique, namely Radial Ranks, to detect the general pattern of typhoons forward direction based on the strength parameter of the event synchronization over Japan. We suggest to subset a circular zone of high correlation around the selected grid based on the strength parameter. Radial sums of the strength parameter along vectors within this zone, radial ranks are measured for potential directions, which allows us to trace the network flux over long distances. We employed also the delay parameter of event synchronization to identify and separate the frontal storms' and typhoons' individual behaviors.

  2. Bank-firm credit network in Japan: an analysis of a bipartite network.

    PubMed

    Marotta, Luca; Miccichè, Salvatore; Fujiwara, Yoshi; Iyetomi, Hiroshi; Aoyama, Hideaki; Gallegati, Mauro; Mantegna, Rosario N

    2015-01-01

    We investigate the networked nature of the Japanese credit market. Our investigation is performed with tools of network science. In our investigation we perform community detection with an algorithm which is identifying communities composed of both banks and firms. We show that the communities obtained by directly working on the bipartite network carry information about the networked nature of the Japanese credit market. Our analysis is performed for each calendar year during the time period from 1980 to 2011. To investigate the time evolution of the networked structure of the credit market we introduce a new statistical method to track the time evolution of detected communities. We then characterize the time evolution of communities by detecting for each time evolving set of communities the over-expression of attributes of firms and banks. Specifically, we consider as attributes the economic sector and the geographical location of firms and the type of banks. In our 32-year-long analysis we detect a persistence of the over-expression of attributes of communities of banks and firms together with a slow dynamic of changes from some specific attributes to new ones. Our empirical observations show that the credit market in Japan is a networked market where the type of banks, geographical location of firms and banks, and economic sector of the firm play a role in shaping the credit relationships between banks and firms.

  3. Algorithm for parametric community detection in networks.

    PubMed

    Bettinelli, Andrea; Hansen, Pierre; Liberti, Leo

    2012-07-01

    Modularity maximization is extensively used to detect communities in complex networks. It has been shown, however, that this method suffers from a resolution limit: Small communities may be undetectable in the presence of larger ones even if they are very dense. To alleviate this defect, various modifications of the modularity function have been proposed as well as multiresolution methods. In this paper we systematically study a simple model (proposed by Pons and Latapy [Theor. Comput. Sci. 412, 892 (2011)] and similar to the parametric model of Reichardt and Bornholdt [Phys. Rev. E 74, 016110 (2006)]) with a single parameter α that balances the fraction of within community edges and the expected fraction of edges according to the configuration model. An exact algorithm is proposed to find optimal solutions for all values of α as well as the corresponding successive intervals of α values for which they are optimal. This algorithm relies upon a routine for exact modularity maximization and is limited to moderate size instances. An agglomerative hierarchical heuristic is therefore proposed to address parametric modularity detection in large networks. At each iteration the smallest value of α for which it is worthwhile to merge two communities of the current partition is found. Then merging is performed and the data are updated accordingly. An implementation is proposed with the same time and space complexity as the well-known Clauset-Newman-Moore (CNM) heuristic [Phys. Rev. E 70, 066111 (2004)]. Experimental results on artificial and real world problems show that (i) communities are detected by both exact and heuristic methods for all values of the parameter α; (ii) the dendrogram summarizing the results of the heuristic method provides a useful tool for substantive analysis, as illustrated particularly on a Les Misérables data set; (iii) the difference between the parametric modularity values given by the exact method and those given by the heuristic is

  4. Network community-detection enhancement by proper weighting

    NASA Astrophysics Data System (ADS)

    Khadivi, Alireza; Ajdari Rad, Ali; Hasler, Martin

    2011-04-01

    In this paper, we show how proper assignment of weights to the edges of a complex network can enhance the detection of communities and how it can circumvent the resolution limit and the extreme degeneracy problems associated with modularity. Our general weighting scheme takes advantage of graph theoretic measures and it introduces two heuristics for tuning its parameters. We use this weighting as a preprocessing step for the greedy modularity optimization algorithm of Newman to improve its performance. The result of the experiments of our approach on computer-generated and real-world data networks confirm that the proposed approach not only mitigates the problems of modularity but also improves the modularity optimization.

  5. The Community Science Workshop Network Story: Case Studies of the CSW Sites

    ERIC Educational Resources Information Center

    St. John, Mark

    2014-01-01

    The Community Science Workshops (CSWs)--with funding from the S.D. Bechtel, Jr. Foundation, and the Gordon and Betty Moore Foundation--created a network among the CSW sites in California. The goals of the CSW Network project have been to improve programs, build capacity throughout the Network, and establish new sites. Inverness Research has been…

  6. Analysis of Community Detection Algorithms for Large Scale Cyber Networks

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Mane, Prachita; Shanbhag, Sunanda; Kamath, Tanmayee

    The aim of this project is to use existing community detection algorithms on an IP network dataset to create supernodes within the network. This study compares the performance of different algorithms on the network in terms of running time. The paper begins with an introduction to the concept of clustering and community detection followed by the research question that the team aimed to address. Further the paper describes the graph metrics that were considered in order to shortlist algorithms followed by a brief explanation of each algorithm with respect to the graph metric on which it is based. The nextmore » section in the paper describes the methodology used by the team in order to run the algorithms and determine which algorithm is most efficient with respect to running time. Finally, the last section of the paper includes the results obtained by the team and a conclusion based on those results as well as future work.« less

  7. Uncovering the overlapping community structure of complex networks by maximal cliques

    NASA Astrophysics Data System (ADS)

    Li, Junqiu; Wang, Xingyuan; Cui, Yaozu

    2014-12-01

    In this paper, a unique algorithm is proposed to detect overlapping communities in the un-weighted and weighted networks with considerable accuracy. The maximal cliques, overlapping vertex, bridge vertex and isolated vertex are introduced. First, all the maximal cliques are extracted by the algorithm based on the deep and bread searching. Then two maximal cliques can be merged into a larger sub-graph by some given rules. In addition, the proposed algorithm successfully finds overlapping vertices and bridge vertices between communities. Experimental results using some real-world networks data show that the performance of the proposed algorithm is satisfactory.

  8. The Study of Collective Actions in a University Anchored Community Wireless Network

    ERIC Educational Resources Information Center

    Kuchibhotla, Hari N.

    2012-01-01

    The emergence of wireless devices and the ease in setting up wireless devices has created opportunities for various entities, and in particular to universities, by partnering with their local communities in the form of a university anchored community wireless network. This provides opportunities for students to be part of the community-based…

  9. Identifying the Critical Links in Road Transportation Networks: Centrality-based approach utilizing structural properties

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Chinthavali, Supriya

    Surface transportation road networks share structural properties similar to other complex networks (e.g., social networks, information networks, biological networks, and so on). This research investigates the structural properties of road networks for any possible correlation with the traffic characteristics such as link flows those determined independently. Additionally, we define a criticality index for the links of the road network that identifies the relative importance in the network. We tested our hypotheses with two sample road networks. Results show that, correlation exists between the link flows and centrality measures of a link of the road (dual graph approach is followed) andmore » the criticality index is found to be effective for one test network to identify the vulnerable nodes.« less

  10. Social Networks and Performance in Distributed Learning Communities

    ERIC Educational Resources Information Center

    Cadima, Rita; Ojeda, Jordi; Monguet, Josep M.

    2012-01-01

    Social networks play an essential role in learning environments as a key channel for knowledge sharing and students' support. In distributed learning communities, knowledge sharing does not occur as spontaneously as when a working group shares the same physical space; knowledge sharing depends even more on student informal connections. In this…

  11. LPA-CBD an improved label propagation algorithm based on community belonging degree for community detection

    NASA Astrophysics Data System (ADS)

    Gui, Chun; Zhang, Ruisheng; Zhao, Zhili; Wei, Jiaxuan; Hu, Rongjing

    In order to deal with stochasticity in center node selection and instability in community detection of label propagation algorithm, this paper proposes an improved label propagation algorithm named label propagation algorithm based on community belonging degree (LPA-CBD) that employs community belonging degree to determine the number and the center of community. The general process of LPA-CBD is that the initial community is identified by the nodes with the maximum degree, and then it is optimized or expanded by community belonging degree. After getting the rough structure of network community, the remaining nodes are labeled by using label propagation algorithm. The experimental results on 10 real-world networks and three synthetic networks show that LPA-CBD achieves reasonable community number, better algorithm accuracy and higher modularity compared with other four prominent algorithms. Moreover, the proposed algorithm not only has lower algorithm complexity and higher community detection quality, but also improves the stability of the original label propagation algorithm.

  12. Community participatory research with deaf sign language users to identify health inequities.

    PubMed

    Barnett, Steven; Klein, Jonathan D; Pollard, Robert Q; Samar, Vincent; Schlehofer, Deirdre; Starr, Matthew; Sutter, Erika; Yang, Hongmei; Pearson, Thomas A

    2011-12-01

    Deaf people who use American Sign Language (ASL) are medically underserved and often excluded from health research and surveillance. We used a community participatory approach to develop and administer an ASL-accessible health survey. We identified deaf community strengths (e.g., a low prevalence of current smokers) and 3 glaring health inequities: obesity, partner violence, and suicide. This collaborative work represents the first time a deaf community has used its own data to identify health priorities.

  13. Community Participatory Research With Deaf Sign Language Users to Identify Health Inequities

    PubMed Central

    Barnett, Steven; Klein, Jonathan D.; Pollard, Robert Q.; Samar, Vincent; Schlehofer, Deirdre; Starr, Matthew; Sutter, Erika; Yang, Hongmei

    2011-01-01

    Deaf people who use American Sign Language (ASL) are medically underserved and often excluded from health research and surveillance. We used a community participatory approach to develop and administer an ASL-accessible health survey. We identified deaf community strengths (e.g., a low prevalence of current smokers) and 3 glaring health inequities: obesity, partner violence, and suicide. This collaborative work represents the first time a deaf community has used its own data to identify health priorities. PMID:22021296

  14. On designing of a low leakage patient-centric provider network.

    PubMed

    Zheng, Yuchen; Lin, Kun; White, Thomas; Pickreign, Jeremy; Yuen-Reed, Gigi

    2018-03-27

    When a patient in a provider network seeks services outside of their community, the community experiences a leakage. Leakage is undesirable as it typically leads to higher out-of-network cost for patient and increases barrier for care coordination, which is particularly problematic for Accountable Care Organization (ACO) as the in-network providers are financially responsible for quality of care and outcome. We aim to design a data-driven method to identify naturally occurring provider networks driven by diabetic patient choices, and understand the relationship among provider composition, patient composition, and service leakage pattern. By doing so, we learn the features of low service leakage provider networks that can be generalized to different patient population. Data used for this study include de-identified healthcare insurance administrative data acquired from Capital District Physicians' Health Plan (CDPHP) for diabetic patients who resided in four New York state counties (Albany, Rensselaer, Saratoga, and Schenectady) in 2014. We construct a healthcare provider network based on patients' historical medical insurance claims. A community detection algorithm is used to identify naturally occurring communities of collaborating providers. For each detected community, a profile is built using several new key measures to elucidate stakeholders of our findings. Finally, import-export analysis is conducted to benchmark their leakage pattern and identify further leakage reduction opportunity. The design yields six major provider communities with diverse profiles. Some communities are geographically concentrated, while others tend to draw patients with certain diabetic co-morbidities. Providers from the same healthcare institution are likely to be assigned to the same community. While most communities have high within-community utilization and spending, at 85% and 86% respectively, leakage still persists. Hence, we utilize a metric from import-export analysis to

  15. Identifying influential directors in the United States corporate governance network.

    PubMed

    Huang, Xuqing; Vodenska, Irena; Wang, Fengzhong; Havlin, Shlomo; Stanley, H Eugene

    2011-10-01

    The influence of directors has been one of the most engaging topics recently, but surprisingly little research has been done to quantitatively evaluate the influence and power of directors. We analyze the structure of the US corporate governance network for the 11-year period 1996-2006 based on director data from the Investor Responsibility Research Center director database, and we develop a centrality measure named the influence factor to estimate the influence of directors quantitatively. The US corporate governance network is a network of directors with nodes representing directors and links between two directors representing their service on common company boards. We assume that information flows in the network through information-sharing processes among linked directors. The influence factor assigned to a director is based on the level of information that a director obtains from the entire network. We find that, contrary to commonly accepted belief that directors of large companies, measured by market capitalization, are the most powerful, in some instances, the directors who are influential do not necessarily serve on boards of large companies. By applying our influence factor method to identify the influential people contained in the lists created by popular magazines such as Fortune, Networking World, and Treasury and Risk Management, we find that the influence factor method is consistently either the best or one of the two best methods in identifying powerful people compared to other general centrality measures that are used to denote the significance of a node in complex network theory.

  16. Identifying influential directors in the United States corporate governance network

    NASA Astrophysics Data System (ADS)

    Huang, Xuqing; Vodenska, Irena; Wang, Fengzhong; Havlin, Shlomo; Stanley, H. Eugene

    2011-10-01

    The influence of directors has been one of the most engaging topics recently, but surprisingly little research has been done to quantitatively evaluate the influence and power of directors. We analyze the structure of the US corporate governance network for the 11-year period 1996-2006 based on director data from the Investor Responsibility Research Center director database, and we develop a centrality measure named the influence factor to estimate the influence of directors quantitatively. The US corporate governance network is a network of directors with nodes representing directors and links between two directors representing their service on common company boards. We assume that information flows in the network through information-sharing processes among linked directors. The influence factor assigned to a director is based on the level of information that a director obtains from the entire network. We find that, contrary to commonly accepted belief that directors of large companies, measured by market capitalization, are the most powerful, in some instances, the directors who are influential do not necessarily serve on boards of large companies. By applying our influence factor method to identify the influential people contained in the lists created by popular magazines such as Fortune, Networking World, and Treasury and Risk Management, we find that the influence factor method is consistently either the best or one of the two best methods in identifying powerful people compared to other general centrality measures that are used to denote the significance of a node in complex network theory.

  17. Depression and social networks in community dwelling elders: a descriptive study.

    PubMed

    Wilby, Frances

    2011-04-01

    Social isolation and inadequate social support have been identified as correlates of depression in older adults, although the relationship between depression and social isolation is not entirely understood (Dorfman et al., 1995). This study was conducted to describe the social networks of depressed older adults living in the community and to compare the social networks of depressed and nondepressed individuals, thus adding to the body of knowledge regarding social networks, older adults, and depression. The sample consisted of 91 respondents aged 65 and older who were randomly selected using the voter registry. About 27% (25) respondents reported significant levels of depressive symptomology as measured by the Center for Epidemiological Studies-Depression Scale (CES-D). All respondents completed semistructured interviews that included questions about social contacts with family and others during the prior week. All participants reported social contact with family and friends during this period. In this sample, depressed elders were not socially isolated. They were more likely to report contacts with friends than those who were not depressed, and equally likely to report involvement in volunteer activities. Their likelihood of seeking social support was also comparable. Results emphasize the importance of peer relationships and suggest that, in some groups of older adults, social isolation may not be a hallmark of depressive symptoms.

  18. Network Connectedness, Sense of Community, and Risk Perception of Climate Change Professionals in the Pacific Islands Region

    NASA Astrophysics Data System (ADS)

    Corlew, L. K.; Keener, V. W.; Finucane, M.

    2013-12-01

    The Pacific Regional Integrated Sciences and Assessments (Pacific RISA) Program conducted social network analysis research of climate change professionals (broadly defined) who are from or work in Hawaii and the U.S.-Affiliated Pacific Islands (USAPI) region. This study is supported by the National Oceanic and Atmospheric Administration (NOAA) and the Pacific Islands Climate Science Center (PICSC) to address an identified need for a resource that quantifies the region's collaborative network of climate change professionals, and that supports the further development of cross-regional and inter-sectoral collaborations for future research and adaptation activities. A survey was distributed to nearly 1,200 people who are from and/or work in climate change related fields in the region. The Part One Survey questions (not confidential) created a preferential attachment network by listing major players in Hawaii and the USAPI, with additional open fields to identify important contacts in the greater professional network. Participants (n=340) identified 975 network contacts and frequency of communications (weekly, monthly, seasonally, yearly, at least once ever). Part Two Survey questions (confidential, n=302) explored climate change risk perceptions, Psychological Sense of Community (PSOC), sense of control over climate change impacts, sense of responsibility to act, policy beliefs and preferences regarding climate change actions, concern and optimism scales about specific impacts, and demographic information. Graphical representations of the professional network are being developed for release in September 2013 as a free online tool to promote and assist collaboration building among climate professionals in the region. The graphs are partitioned according to network 'hubs' (high centrality), participant location, and profession to clearly identify network strengths and opportunities for future collaborations across spatial and professional boundaries. For additional

  19. Community detection in complex networks using deep auto-encoded extreme learning machine

    NASA Astrophysics Data System (ADS)

    Wang, Feifan; Zhang, Baihai; Chai, Senchun; Xia, Yuanqing

    2018-06-01

    Community detection has long been a fascinating topic in complex networks since the community structure usually unveils valuable information of interest. The prevalence and evolution of deep learning and neural networks have been pushing forward the advancement in various research fields and also provide us numerous useful and off the shelf techniques. In this paper, we put the cascaded stacked autoencoders and the unsupervised extreme learning machine (ELM) together in a two-level embedding process and propose a novel community detection algorithm. Extensive comparison experiments in circumstances of both synthetic and real-world networks manifest the advantages of the proposed algorithm. On one hand, it outperforms the k-means clustering in terms of the accuracy and stability thus benefiting from the determinate dimensions of the ELM block and the integration of sparsity restrictions. On the other hand, it endures smaller complexity than the spectral clustering method on account of the shrinkage in time spent on the eigenvalue decomposition procedure.

  20. Network Analysis of a Virtual Community of Learning of Economics Educators

    ERIC Educational Resources Information Center

    Fontainha, Elsa; Martins, Jorge Tiago; Vasconcelos, Ana Cristina

    2015-01-01

    Introduction: This paper aims at understanding virtual communities of learning in terms of dynamics, types of knowledge shared by participants, and network characteristics such as size, relationships, density, and centrality of participants. It looks at the relationships between these aspects and the evolution of communities of learning. It…

  1. A nonuniform popularity-similarity optimization (nPSO) model to efficiently generate realistic complex networks with communities

    NASA Astrophysics Data System (ADS)

    Muscoloni, Alessandro; Vittorio Cannistraci, Carlo

    2018-05-01

    The investigation of the hidden metric space behind complex network topologies is a fervid topic in current network science and the hyperbolic space is one of the most studied, because it seems associated to the structural organization of many real complex systems. The popularity-similarity-optimization (PSO) model simulates how random geometric graphs grow in the hyperbolic space, generating realistic networks with clustering, small-worldness, scale-freeness and rich-clubness. However, it misses to reproduce an important feature of real complex networks, which is the community organization. The geometrical-preferential-attachment (GPA) model was recently developed in order to confer to the PSO also a soft community structure, which is obtained by forcing different angular regions of the hyperbolic disk to have a variable level of attractiveness. However, the number and size of the communities cannot be explicitly controlled in the GPA, which is a clear limitation for real applications. Here, we introduce the nonuniform PSO (nPSO) model. Differently from GPA, the nPSO generates synthetic networks in the hyperbolic space where heterogeneous angular node attractiveness is forced by sampling the angular coordinates from a tailored nonuniform probability distribution (for instance a mixture of Gaussians). The nPSO differs from GPA in other three aspects: it allows one to explicitly fix the number and size of communities; it allows one to tune their mixing property by means of the network temperature; it is efficient to generate networks with high clustering. Several tests on the detectability of the community structure in nPSO synthetic networks and wide investigations on their structural properties confirm that the nPSO is a valid and efficient model to generate realistic complex networks with communities.

  2. Community and Virtual Community.

    ERIC Educational Resources Information Center

    Ellis, David; Oldridge, Rachel; Vasconcelos, Ana

    2004-01-01

    Presents a literature review that covers the following topics related to virtual communities: (1) information and virtual community; (2) virtual communities and communities of practice; (3) virtual communities and virtual arenas, including virtual community networks; and (4) networked virtual communities. (Contains 175 references.) (MES)

  3. Semantic integration to identify overlapping functional modules in protein interaction networks

    PubMed Central

    Cho, Young-Rae; Hwang, Woochang; Ramanathan, Murali; Zhang, Aidong

    2007-01-01

    Background The systematic analysis of protein-protein interactions can enable a better understanding of cellular organization, processes and functions. Functional modules can be identified from the protein interaction networks derived from experimental data sets. However, these analyses are challenging because of the presence of unreliable interactions and the complex connectivity of the network. The integration of protein-protein interactions with the data from other sources can be leveraged for improving the effectiveness of functional module detection algorithms. Results We have developed novel metrics, called semantic similarity and semantic interactivity, which use Gene Ontology (GO) annotations to measure the reliability of protein-protein interactions. The protein interaction networks can be converted into a weighted graph representation by assigning the reliability values to each interaction as a weight. We presented a flow-based modularization algorithm to efficiently identify overlapping modules in the weighted interaction networks. The experimental results show that the semantic similarity and semantic interactivity of interacting pairs were positively correlated with functional co-occurrence. The effectiveness of the algorithm for identifying modules was evaluated using functional categories from the MIPS database. We demonstrated that our algorithm had higher accuracy compared to other competing approaches. Conclusion The integration of protein interaction networks with GO annotation data and the capability of detecting overlapping modules substantially improve the accuracy of module identification. PMID:17650343

  4. Assessment of Overlap of Phylogenetic Transmission Clusters and Communities in Simple Sexual Contact Networks: Applications to HIV-1

    PubMed Central

    Villandre, Luc; Günthard, Huldrych F.; Kouyos, Roger; Stadler, Tanja

    2016-01-01

    Background Transmission patterns of sexually-transmitted infections (STIs) could relate to the structure of the underlying sexual contact network, whose features are therefore of interest to clinicians. Conventionally, we represent sexual contacts in a population with a graph, that can reveal the existence of communities. Phylogenetic methods help infer the history of an epidemic and incidentally, may help detecting communities. In particular, phylogenetic analyses of HIV-1 epidemics among men who have sex with men (MSM) have revealed the existence of large transmission clusters, possibly resulting from within-community transmissions. Past studies have explored the association between contact networks and phylogenies, including transmission clusters, producing conflicting conclusions about whether network features significantly affect observed transmission history. As far as we know however, none of them thoroughly investigated the role of communities, defined with respect to the network graph, in the observation of clusters. Methods The present study investigates, through simulations, community detection from phylogenies. We simulate a large number of epidemics over both unweighted and weighted, undirected random interconnected-islands networks, with islands corresponding to communities. We use weighting to modulate distance between islands. We translate each epidemic into a phylogeny, that lets us partition our samples of infected subjects into transmission clusters, based on several common definitions from the literature. We measure similarity between subjects’ island membership indices and transmission cluster membership indices with the adjusted Rand index. Results and Conclusion Analyses reveal modest mean correspondence between communities in graphs and phylogenetic transmission clusters. We conclude that common methods often have limited success in detecting contact network communities from phylogenies. The rarely-fulfilled requirement that network

  5. [Networks of experiences on community health as an information system in health promotion: lessons learned in Aragon (Spain)].

    PubMed

    Gállego-Diéguez, Javier; Aliaga Traín, Pilar; Benedé Azagra, Carmen Belén; Bueno Franco, Manuel; Ferrer Gracia, Elisa; Ipiéns Sarrate, José Ramón; Muñoz Nadal, Pilar; Plumed Parrilla, Manuela; Vilches Urrutia, Begoña

    2016-11-01

    Networks of community health experiences promote interaction and knowledge management in health promotion among their participants. These networks integrate both professionals and social agents who work directly on the ground in small environments, with defined objectives and inclusion criteria and voluntary participation. In this article, networks in Aragon (Spain) are reviewed in order to analyse their role as an information system. The Health Promotion Projects Network of Aragon (Red Aragonesa de Proyectos de Promoción de la Salud, RAPPS) was launched in 1996 and currently includes 73 projects. The average duration of projects is 12.7 years. RAPPS interdisciplinary teams involve 701 people, of which 89.6% are professionals and 10.6% are social agents. The Aragon Health Promoting Schools Network (Red Aragonesa de Escuelas Promotoras de Salud, RAEPS) integrates 134 schools (24.9% of Aragon). The schools teams involve 829 teachers and members of the school community, students (35.2%), families (26.2%) and primary care health professionals (9.8%). Experiences Networks boost citizen participation, have an influence in changing social determinants and contribute to the formulation of plans and regional strategies. Networks can provide indicators for a health promotion information and monitoring system on: capacity building services in the territory, identifying assets and models of good practice, cross-sectoral and equity initiatives. Experiences Networks represent an opportunity to create a health promotion information system, systematising available information and establishing quality criteria for initiatives. Copyright © 2016 SESPAS. Publicado por Elsevier España, S.L.U. All rights reserved.

  6. Place-Based Initiatives to Improve Health in Disadvantaged Communities: Cross-Sector Characteristics and Networks of Local Actors in North Carolina.

    PubMed

    Dupre, Matthew E; Moody, James; Nelson, Alicia; Willis, Janese M; Fuller, Lori; Smart, Allen J; Easterling, Doug; Silberberg, Mina

    2016-09-01

    To examine the leadership attributes and collaborative connections of local actors from the health sector and those outside the health sector in a major place-based health initiative. We used survey data from 340 individuals in 4 Healthy Places North Carolina counties from 2014 to assess the leadership attributes (awareness, attitudes, and capacity) and network connections of local actors by their organizational sector. Respondents' leadership attributes-scored on 5-point Likert scales-were similar across Healthy Places North Carolina counties. Although local actors reported high levels of awareness and collaboration around community health improvement, we found lower levels of capacity for connecting diversity, identifying barriers, and using resources in new ways to improve community health. Actors outside the health sector had generally lower levels of capacity than actors in the health sector. Those in the health sector exhibited the majority of network ties in their community; however, they were also the most segregated from actors in other sectors. More capacity building around strategic action-particularly in nonhealth sectors-is needed to support efforts in making widespread changes to community health.

  7. Ant colony clustering with fitness perception and pheromone diffusion for community detection in complex networks

    NASA Astrophysics Data System (ADS)

    Ji, Junzhong; Song, Xiangjing; Liu, Chunnian; Zhang, Xiuzhen

    2013-08-01

    Community structure detection in complex networks has been intensively investigated in recent years. In this paper, we propose an adaptive approach based on ant colony clustering to discover communities in a complex network. The focus of the method is the clustering process of an ant colony in a virtual grid, where each ant represents a node in the complex network. During the ant colony search, the method uses a new fitness function to percept local environment and employs a pheromone diffusion model as a global information feedback mechanism to realize information exchange among ants. A significant advantage of our method is that the locations in the grid environment and the connections of the complex network structure are simultaneously taken into account in ants moving. Experimental results on computer-generated and real-world networks show the capability of our method to successfully detect community structures.

  8. Public and Private Interests in Networking Educational Services for Schools, Households, Communities.

    ERIC Educational Resources Information Center

    Sheekey, Arthur D.

    1997-01-01

    Discusses the networking of educational services for schools, homes, and communities. Highlights include equal access; the development of digital technologies; visions for electronic information services; the public sector; the private sector; creating learning communities; and future possibilities, including funding strategies. (LRW)

  9. Institutionalizing Community-Based Learning and Research: The Case for External Networks

    ERIC Educational Resources Information Center

    Shrader, Elizabeth; Saunders, Mary Anne; Marullo, Sam; Benatti, Sylvia; Weigert, Kathleen Maas

    2008-01-01

    Conversations continue as to whether and how community-based learning and research (CBLR) can be most effectively integrated into the mission and practice of institutions of higher education (IHEs). In 2005, eight District of Columbia- (DC-) area universities affiliated with the Community Research and Learning (CoRAL) Network engaged in a planning…

  10. Bank-Firm Credit Network in Japan: An Analysis of a Bipartite Network

    PubMed Central

    Marotta, Luca; Miccichè, Salvatore; Fujiwara, Yoshi; Iyetomi, Hiroshi; Aoyama, Hideaki; Gallegati, Mauro; Mantegna, Rosario N.

    2015-01-01

    We investigate the networked nature of the Japanese credit market. Our investigation is performed with tools of network science. In our investigation we perform community detection with an algorithm which is identifying communities composed of both banks and firms. We show that the communities obtained by directly working on the bipartite network carry information about the networked nature of the Japanese credit market. Our analysis is performed for each calendar year during the time period from 1980 to 2011. To investigate the time evolution of the networked structure of the credit market we introduce a new statistical method to track the time evolution of detected communities. We then characterize the time evolution of communities by detecting for each time evolving set of communities the over-expression of attributes of firms and banks. Specifically, we consider as attributes the economic sector and the geographical location of firms and the type of banks. In our 32-year-long analysis we detect a persistence of the over-expression of attributes of communities of banks and firms together with a slow dynamic of changes from some specific attributes to new ones. Our empirical observations show that the credit market in Japan is a networked market where the type of banks, geographical location of firms and banks, and economic sector of the firm play a role in shaping the credit relationships between banks and firms. PMID:25933413

  11. A network approach for identifying and delimiting biogeographical regions.

    PubMed

    Vilhena, Daril A; Antonelli, Alexandre

    2015-04-24

    Biogeographical regions (geographically distinct assemblages of species and communities) constitute a cornerstone for ecology, biogeography, evolution and conservation biology. Species turnover measures are often used to quantify spatial biodiversity patterns, but algorithms based on similarity can be sensitive to common sampling biases in species distribution data. Here we apply a community detection approach from network theory that incorporates complex, higher-order presence-absence patterns. We demonstrate the performance of the method by applying it to all amphibian species in the world (c. 6,100 species), all vascular plant species of the USA (c. 17,600) and a hypothetical data set containing a zone of biotic transition. In comparison with current methods, our approach tackles the challenges posed by transition zones and succeeds in retrieving a larger number of commonly recognized biogeographical regions. This method can be applied to generate objective, data-derived identification and delimitation of the world's biogeographical regions.

  12. Heterogeneity of interactions of microbial communities in regions of Taihu Lake with different nutrient loadings: A network analysis.

    PubMed

    Cao, Xinyi; Zhao, Dayong; Xu, Huimin; Huang, Rui; Zeng, Jin; Yu, Zhongbo

    2018-06-11

    To investigate the differences in the interactions of microbial communities in two regions in Taihu Lake with different nutrient loadings [Meiliang Bay (MLB) and Xukou Bay (XKB)], water samples were collected and both intra- and inter-kingdom microbial community interactions were examined with network analysis. It is demonstrated that all of the bacterioplankton, microeukaryotes and inter-kingdom communities networks in Taihu Lake were non-random. For the networks of bacterioplankton and inter-kingdom community in XKB, higher clustering coefficient and average degree but lower average path length indexes were observed, indicating the nodes in XKB were more clustered and closely connected with plenty edges than those of MLB. The bacterioplankton and inter-kingdom networks were considerably larger and more complex with more module hubs and connectors in XKB compared with those of MLB, whereas the microeukaryotes networks were comparable and had no module hubs or connectors in the two lake zones. The phyla of Acidobacteria, Cyanobacteria and Planctomycetes maintained greater cooperation with other phyla in XKB, rather than competition. The relationships between microbial communities and environmental factors in MLB were weaker. Compared with the microbial community networks of XKB, less modules in networks of MLB were significantly correlated with total phosphorous and total nitrogen.

  13. Community-Based Research Networks: Development and Lessons Learned in an Emerging Field.

    ERIC Educational Resources Information Center

    Stoecker, Randy; Ambler, Susan H.; Cutforth, Nick; Donohue, Patrick; Dougherty, Dan; Marullo, Sam; Nelson, Kris S.; Stutts, Nancy B.

    2003-01-01

    Compares seven multi-institutional community-based research networks in Appalachia; Colorado; District of Columbia; Minneapolis-St. Paul; Philadelphia; Richmond, Virginia; and Trenton, New Jersey. After reviewing the histories of the networks, conducts a comparative SWOT analysis, showing their common and unique strengths, weaknesses,…

  14. Identifying influential spreaders in complex networks based on kshell hybrid method

    NASA Astrophysics Data System (ADS)

    Namtirtha, Amrita; Dutta, Animesh; Dutta, Biswanath

    2018-06-01

    Influential spreaders are the key players in maximizing or controlling the spreading in a complex network. Identifying the influential spreaders using kshell decomposition method has become very popular in the recent time. In the literature, the core nodes i.e. with the largest kshell index of a network are considered as the most influential spreaders. We have studied the kshell method and spreading dynamics of nodes using Susceptible-Infected-Recovered (SIR) epidemic model to understand the behavior of influential spreaders in terms of its topological location in the network. From the study, we have found that every node in the core area is not the most influential spreader. Even a strategically placed lower shell node can also be a most influential spreader. Moreover, the core area can also be situated at the periphery of the network. The existing indexing methods are only designed to identify the most influential spreaders from core nodes and not from lower shells. In this work, we propose a kshell hybrid method to identify highly influential spreaders not only from the core but also from lower shells. The proposed method comprises the parameters such as kshell power, node's degree, contact distance, and many levels of neighbors' influence potential. The proposed method is evaluated using nine real world network datasets. In terms of the spreading dynamics, the experimental results show the superiority of the proposed method over the other existing indexing methods such as the kshell method, the neighborhood coreness centrality, the mixed degree decomposition, etc. Furthermore, the proposed method can also be applied to large-scale networks by considering the three levels of neighbors' influence potential.

  15. Identifying a Probabilistic Boolean Threshold Network From Samples.

    PubMed

    Melkman, Avraham A; Cheng, Xiaoqing; Ching, Wai-Ki; Akutsu, Tatsuya

    2018-04-01

    This paper studies the problem of exactly identifying the structure of a probabilistic Boolean network (PBN) from a given set of samples, where PBNs are probabilistic extensions of Boolean networks. Cheng et al. studied the problem while focusing on PBNs consisting of pairs of AND/OR functions. This paper considers PBNs consisting of Boolean threshold functions while focusing on those threshold functions that have unit coefficients. The treatment of Boolean threshold functions, and triplets and -tuplets of such functions, necessitates a deepening of the theoretical analyses. It is shown that wide classes of PBNs with such threshold functions can be exactly identified from samples under reasonable constraints, which include: 1) PBNs in which any number of threshold functions can be assigned provided that all have the same number of input variables and 2) PBNs consisting of pairs of threshold functions with different numbers of input variables. It is also shown that the problem of deciding the equivalence of two Boolean threshold functions is solvable in pseudopolynomial time but remains co-NP complete.

  16. Real-time community detection in full social networks on a laptop

    PubMed Central

    Chamberlain, Benjamin Paul; Levy-Kramer, Josh; Humby, Clive

    2018-01-01

    For a broad range of research and practical applications it is important to understand the allegiances, communities and structure of key players in society. One promising direction towards extracting this information is to exploit the rich relational data in digital social networks (the social graph). As global social networks (e.g., Facebook and Twitter) are very large, most approaches make use of distributed computing systems for this purpose. Distributing graph processing requires solving many difficult engineering problems, which has lead some researchers to look at single-machine solutions that are faster and easier to maintain. In this article, we present an approach for analyzing full social networks on a standard laptop, allowing for interactive exploration of the communities in the locality of a set of user specified query vertices. The key idea is that the aggregate actions of large numbers of users can be compressed into a data structure that encapsulates the edge weights between vertices in a derived graph. Local communities can be constructed by selecting vertices that are connected to the query vertices with high edge weights in the derived graph. This compression is robust to noise and allows for interactive queries of local communities in real-time, which we define to be less than the average human reaction time of 0.25s. We achieve single-machine real-time performance by compressing the neighborhood of each vertex using minhash signatures and facilitate rapid queries through Locality Sensitive Hashing. These techniques reduce query times from hours using industrial desktop machines operating on the full graph to milliseconds on standard laptops. Our method allows exploration of strongly associated regions (i.e., communities) of large graphs in real-time on a laptop. It has been deployed in software that is actively used by social network analysts and offers another channel for media owners to monetize their data, helping them to continue to provide

  17. Brain network informed subject community detection in early-onset schizophrenia.

    PubMed

    Yang, Zhi; Xu, Yong; Xu, Ting; Hoy, Colin W; Handwerker, Daniel A; Chen, Gang; Northoff, Georg; Zuo, Xi-Nian; Bandettini, Peter A

    2014-07-03

    Early-onset schizophrenia (EOS) offers a unique opportunity to study pathophysiological mechanisms and development of schizophrenia. Using 26 drug-naïve, first-episode EOS patients and 25 age- and gender-matched control subjects, we examined intrinsic connectivity network (ICN) deficits underlying EOS. Due to the emerging inconsistency between behavior-based psychiatric disease classification system and the underlying brain dysfunctions, we applied a fully data-driven approach to investigate whether the subjects can be grouped into highly homogeneous communities according to the characteristics of their ICNs. The resultant subject communities and the representative characteristics of ICNs were then associated with the clinical diagnosis and multivariate symptom patterns. A default mode ICN was statistically absent in EOS patients. Another frontotemporal ICN further distinguished EOS patients with predominantly negative symptoms. Connectivity patterns of this second network for the EOS patients with predominantly positive symptom were highly similar to typically developing controls. Our post-hoc functional connectivity modeling confirmed that connectivity strength in this frontotemporal circuit was significantly modulated by relative severity of positive and negative syndromes in EOS. This study presents a novel subtype discovery approach based on brain networks and proposes complex links between brain networks and symptom patterns in EOS.

  18. Quantitative methods of identifying the key nodes in the illegal wildlife trade network

    PubMed Central

    Patel, Nikkita Gunvant; Rorres, Chris; Joly, Damien O.; Brownstein, John S.; Boston, Ray; Levy, Michael Z.; Smith, Gary

    2015-01-01

    Innovative approaches are needed to combat the illegal trade in wildlife. Here, we used network analysis and a new database, HealthMap Wildlife Trade, to identify the key nodes (countries) that support the illegal wildlife trade. We identified key exporters and importers from the number of shipments a country sent and received and from the number of connections a country had to other countries over a given time period. We used flow betweenness centrality measurements to identify key intermediary countries. We found the set of nodes whose removal from the network would cause the maximum disruption to the network. Selecting six nodes would fragment 89.5% of the network for elephants, 92.3% for rhinoceros, and 98.1% for tigers. We then found sets of nodes that would best disseminate an educational message via direct connections through the network. We would need to select 18 nodes to reach 100% of the elephant trade network, 16 nodes for rhinoceros, and 10 for tigers. Although the choice of locations for interventions should be customized for the animal and the goal of the intervention, China was the most frequently selected country for network fragmentation and information dissemination. Identification of key countries will help strategize illegal wildlife trade interventions. PMID:26080413

  19. The reputational and social network benefits of prosociality in an Andean community

    PubMed Central

    Lyle, Henry F.; Smith, Eric A.

    2014-01-01

    Several theories have emerged to explain how group cooperation (collective action) can arise and be maintained in the face of incentives to engage in free riding. Explanations focusing on reputational benefits and partner choice have particular promise for cases in which punishment is absent or insufficient to deter free riding. In indigenous communities of highland Peru, collective action is pervasive and provides critical benefits. Participation in collective action is unequal across households, but all households share its benefits. Importantly, investment in collective action involves considerable time, energy, and risk. Differential participation in collective action can convey information about qualities of fellow community members that are not easily observable otherwise, such as cooperative intent, knowledge, work ethic, skill, and/or physical vitality. Conveying such information may enhance access to adaptive support networks. Interview and observational data collected in a Peruvian highland community indicate that persons who contributed more to collective action had greater reputations as reliable, hard workers with regard to collective action and also were considered the most respected, influential, and generous people in the community. Additionally, household heads with greater reputations had more social support partners (measured as network indegree centrality), and households with larger support networks experienced fewer illness symptoms. PMID:24639494

  20. Application of artificial neural networks to identify equilibration in computer simulations

    NASA Astrophysics Data System (ADS)

    Leibowitz, Mitchell H.; Miller, Evan D.; Henry, Michael M.; Jankowski, Eric

    2017-11-01

    Determining which microstates generated by a thermodynamic simulation are representative of the ensemble for which sampling is desired is a ubiquitous, underspecified problem. Artificial neural networks are one type of machine learning algorithm that can provide a reproducible way to apply pattern recognition heuristics to underspecified problems. Here we use the open-source TensorFlow machine learning library and apply it to the problem of identifying which hypothetical observation sequences from a computer simulation are “equilibrated” and which are not. We generate training populations and test populations of observation sequences with embedded linear and exponential correlations. We train a two-neuron artificial network to distinguish the correlated and uncorrelated sequences. We find that this simple network is good enough for > 98% accuracy in identifying exponentially-decaying energy trajectories from molecular simulations.

  1. Social Network Analysis and Mining to Monitor and Identify Problems with Large-Scale Information and Communication Technology Interventions

    PubMed Central

    da Silva, Aleksandra do Socorro; de Brito, Silvana Rossy; Vijaykumar, Nandamudi Lankalapalli; da Rocha, Cláudio Alex Jorge; Monteiro, Maurílio de Abreu; Costa, João Crisóstomo Weyl Albuquerque; Francês, Carlos Renato Lisboa

    2016-01-01

    The published literature reveals several arguments concerning the strategic importance of information and communication technology (ICT) interventions for developing countries where the digital divide is a challenge. Large-scale ICT interventions can be an option for countries whose regions, both urban and rural, present a high number of digitally excluded people. Our goal was to monitor and identify problems in interventions aimed at certification for a large number of participants in different geographical regions. Our case study is the training at the Telecentros.BR, a program created in Brazil to install telecenters and certify individuals to use ICT resources. We propose an approach that applies social network analysis and mining techniques to data collected from Telecentros.BR dataset and from the socioeconomics and telecommunications infrastructure indicators of the participants’ municipalities. We found that (i) the analysis of interactions in different time periods reflects the objectives of each phase of training, highlighting the increased density in the phase in which participants develop and disseminate their projects; (ii) analysis according to the roles of participants (i.e., tutors or community members) reveals that the interactions were influenced by the center (or region) to which the participant belongs (that is, a community contained mainly members of the same region and always with the presence of tutors, contradicting expectations of the training project, which aimed for intense collaboration of the participants, regardless of the geographic region); (iii) the social network of participants influences the success of the training: that is, given evidence that the degree of the community member is in the highest range, the probability of this individual concluding the training is 0.689; (iv) the North region presented the lowest probability of participant certification, whereas the Northeast, which served municipalities with similar

  2. Social Network Analysis and Mining to Monitor and Identify Problems with Large-Scale Information and Communication Technology Interventions.

    PubMed

    da Silva, Aleksandra do Socorro; de Brito, Silvana Rossy; Vijaykumar, Nandamudi Lankalapalli; da Rocha, Cláudio Alex Jorge; Monteiro, Maurílio de Abreu; Costa, João Crisóstomo Weyl Albuquerque; Francês, Carlos Renato Lisboa

    2016-01-01

    The published literature reveals several arguments concerning the strategic importance of information and communication technology (ICT) interventions for developing countries where the digital divide is a challenge. Large-scale ICT interventions can be an option for countries whose regions, both urban and rural, present a high number of digitally excluded people. Our goal was to monitor and identify problems in interventions aimed at certification for a large number of participants in different geographical regions. Our case study is the training at the Telecentros.BR, a program created in Brazil to install telecenters and certify individuals to use ICT resources. We propose an approach that applies social network analysis and mining techniques to data collected from Telecentros.BR dataset and from the socioeconomics and telecommunications infrastructure indicators of the participants' municipalities. We found that (i) the analysis of interactions in different time periods reflects the objectives of each phase of training, highlighting the increased density in the phase in which participants develop and disseminate their projects; (ii) analysis according to the roles of participants (i.e., tutors or community members) reveals that the interactions were influenced by the center (or region) to which the participant belongs (that is, a community contained mainly members of the same region and always with the presence of tutors, contradicting expectations of the training project, which aimed for intense collaboration of the participants, regardless of the geographic region); (iii) the social network of participants influences the success of the training: that is, given evidence that the degree of the community member is in the highest range, the probability of this individual concluding the training is 0.689; (iv) the North region presented the lowest probability of participant certification, whereas the Northeast, which served municipalities with similar

  3. The Utrecht Pharmacy Practice network for Education and Research: a network of community and hospital pharmacies in the Netherlands.

    PubMed

    Koster, Ellen S; Blom, Lyda; Philbert, Daphne; Rump, Willem; Bouvy, Marcel L

    2014-08-01

    Practice-based networks can serve as effective mechanisms for the development of the profession of pharmacists, on the one hand by supporting student internships and on the other hand by collection of research data and implementation of research outcomes among public health practice settings. This paper presents the characteristics and benefits of the Utrecht Pharmacy Practice network for Education and Research, a practice based research network affiliated with the Department of Pharmaceutical Sciences of Utrecht University. Yearly, this network is used to realize approximately 600 student internships (in hospital and community pharmacies) and 20 research projects. To date, most research has been performed in community pharmacy and research questions frequently concerned prescribing behavior or adherence and subjects related to uptake of regulations in the pharmacy setting. Researchers gain access to different types of data from daily practice, pharmacists receive feedback on the functioning of their own pharmacy and students get in depth insight into pharmacy practice.

  4. Minor positive effects of health-promoting senior meetings for older community-dwelling persons on loneliness, social network, and social support.

    PubMed

    Gustafsson, Susanne; Berglund, Helene; Faronbi, Joel; Barenfeld, Emmelie; Ottenvall Hammar, Isabelle

    2017-01-01

    The aim of this study was to evaluate the 1-year effect of the health-promoting intervention "senior meetings" for older community-dwelling persons regarding loneliness, social network, and social support. Secondary analysis of data was carried out from two randomized controlled studies: Elderly Persons in the Risk Zone and Promoting Aging Migrants' Capabilities. Data from 416 participants who attended the senior meetings and the control group at baseline and the 1-year follow-up in the respective studies were included. Data were aggregated and analyzed with chi-square test and odds ratio (OR) to determine the intervention effect. The senior meetings had a positive effect on social support regarding someone to turn to when in need of advice and backing (OR 1.72, p =0.01). No positive intervention effect could be identified for loneliness, social network, or other aspects of social support. Health-promoting senior meetings for older community-dwelling persons have a minor positive effect on social support. The senior meetings might benefit from a revision to reinforce content focused on loneliness, social network, and social support. However, the modest effect could also depend on the lack of accessible social resources to meet participants' identified needs, a possible hindrance for a person's capability. This makes it necessary to conduct further research to evaluate the effect of the senior meetings and other health-promoting initiatives on social aspects of older community-dwelling people's lives, since these aspects are of high importance for life satisfaction and well-being in old age.

  5. Minor positive effects of health-promoting senior meetings for older community-dwelling persons on loneliness, social network, and social support

    PubMed Central

    Gustafsson, Susanne; Berglund, Helene; Faronbi, Joel; Barenfeld, Emmelie; Ottenvall Hammar, Isabelle

    2017-01-01

    Objective The aim of this study was to evaluate the 1-year effect of the health-promoting intervention “senior meetings” for older community-dwelling persons regarding loneliness, social network, and social support. Methods Secondary analysis of data was carried out from two randomized controlled studies: Elderly Persons in the Risk Zone and Promoting Aging Migrants’ Capabilities. Data from 416 participants who attended the senior meetings and the control group at baseline and the 1-year follow-up in the respective studies were included. Data were aggregated and analyzed with chi-square test and odds ratio (OR) to determine the intervention effect. Results The senior meetings had a positive effect on social support regarding someone to turn to when in need of advice and backing (OR 1.72, p=0.01). No positive intervention effect could be identified for loneliness, social network, or other aspects of social support. Conclusion Health-promoting senior meetings for older community-dwelling persons have a minor positive effect on social support. The senior meetings might benefit from a revision to reinforce content focused on loneliness, social network, and social support. However, the modest effect could also depend on the lack of accessible social resources to meet participants’ identified needs, a possible hindrance for a person’s capability. This makes it necessary to conduct further research to evaluate the effect of the senior meetings and other health-promoting initiatives on social aspects of older community-dwelling people’s lives, since these aspects are of high importance for life satisfaction and well-being in old age. PMID:29158669

  6. Livelihood diversification in tropical coastal communities: a network-based approach to analyzing 'livelihood landscapes'.

    PubMed

    Cinner, Joshua E; Bodin, Orjan

    2010-08-11

    Diverse livelihood portfolios are frequently viewed as a critical component of household economies in developing countries. Within the context of natural resources governance in particular, the capacity of individual households to engage in multiple occupations has been shown to influence important issues such as whether fishers would exit a declining fishery, how people react to policy, the types of resource management systems that may be applicable, and other decisions about natural resource use. This paper uses network analysis to provide a novel methodological framework for detailed systemic analysis of household livelihood portfolios. Paying particular attention to the role of natural resource-based occupations such as fisheries, we use network analyses to map occupations and their interrelationships- what we refer to as 'livelihood landscapes'. This network approach allows for the visualization of complex information about dependence on natural resources that can be aggregated at different scales. We then examine how the role of natural resource-based occupations changes along spectra of socioeconomic development and population density in 27 communities in 5 western Indian Ocean countries. Network statistics, including in- and out-degree centrality, the density of the network, and the level of network centralization are compared along a multivariate index of community-level socioeconomic development and a gradient of human population density. The combination of network analyses suggests an increase in household-level specialization with development for most occupational sectors, including fishing and farming, but that at the community-level, economies remained diversified. The novel modeling approach introduced here provides for various types of livelihood portfolio analyses at different scales of social aggregation. Our livelihood landscapes approach provides insights into communities' dependencies and usages of natural resources, and shows how patterns of

  7. Network Structural Influences on the Adoption of Evidence-Based Prevention in Communities

    ERIC Educational Resources Information Center

    Fujimoto, Kayo; Valente, Thomas W.; Pentz, Mary Ann

    2009-01-01

    This study examined the impact of key variables in coalition communication networks, centralization and density, on the adoption of evidence-based substance abuse prevention. Data were drawn from a network survey and a corresponding community leader survey that measured leader attitudes and practices toward substance abuse prevention programs. Two…

  8. How Social Network Position Relates to Knowledge Building in Online Learning Communities

    ERIC Educational Resources Information Center

    Wang, Lu

    2010-01-01

    Social Network Analysis, Statistical Analysis, Content Analysis and other research methods were used to research online learning communities at Capital Normal University, Beijing. Analysis of the two online courses resulted in the following conclusions: (1) Social networks of the two online courses form typical core-periphery structures; (2)…

  9. Multi-Objective Community Detection Based on Memetic Algorithm

    PubMed Central

    2015-01-01

    Community detection has drawn a lot of attention as it can provide invaluable help in understanding the function and visualizing the structure of networks. Since single objective optimization methods have intrinsic drawbacks to identifying multiple significant community structures, some methods formulate the community detection as multi-objective problems and adopt population-based evolutionary algorithms to obtain multiple community structures. Evolutionary algorithms have strong global search ability, but have difficulty in locating local optima efficiently. In this study, in order to identify multiple significant community structures more effectively, a multi-objective memetic algorithm for community detection is proposed by combining multi-objective evolutionary algorithm with a local search procedure. The local search procedure is designed by addressing three issues. Firstly, nondominated solutions generated by evolutionary operations and solutions in dominant population are set as initial individuals for local search procedure. Then, a new direction vector named as pseudonormal vector is proposed to integrate two objective functions together to form a fitness function. Finally, a network specific local search strategy based on label propagation rule is expanded to search the local optimal solutions efficiently. The extensive experiments on both artificial and real-world networks evaluate the proposed method from three aspects. Firstly, experiments on influence of local search procedure demonstrate that the local search procedure can speed up the convergence to better partitions and make the algorithm more stable. Secondly, comparisons with a set of classic community detection methods illustrate the proposed method can find single partitions effectively. Finally, the method is applied to identify hierarchical structures of networks which are beneficial for analyzing networks in multi-resolution levels. PMID:25932646

  10. Multi-objective community detection based on memetic algorithm.

    PubMed

    Wu, Peng; Pan, Li

    2015-01-01

    Community detection has drawn a lot of attention as it can provide invaluable help in understanding the function and visualizing the structure of networks. Since single objective optimization methods have intrinsic drawbacks to identifying multiple significant community structures, some methods formulate the community detection as multi-objective problems and adopt population-based evolutionary algorithms to obtain multiple community structures. Evolutionary algorithms have strong global search ability, but have difficulty in locating local optima efficiently. In this study, in order to identify multiple significant community structures more effectively, a multi-objective memetic algorithm for community detection is proposed by combining multi-objective evolutionary algorithm with a local search procedure. The local search procedure is designed by addressing three issues. Firstly, nondominated solutions generated by evolutionary operations and solutions in dominant population are set as initial individuals for local search procedure. Then, a new direction vector named as pseudonormal vector is proposed to integrate two objective functions together to form a fitness function. Finally, a network specific local search strategy based on label propagation rule is expanded to search the local optimal solutions efficiently. The extensive experiments on both artificial and real-world networks evaluate the proposed method from three aspects. Firstly, experiments on influence of local search procedure demonstrate that the local search procedure can speed up the convergence to better partitions and make the algorithm more stable. Secondly, comparisons with a set of classic community detection methods illustrate the proposed method can find single partitions effectively. Finally, the method is applied to identify hierarchical structures of networks which are beneficial for analyzing networks in multi-resolution levels.

  11. Youth Science Ambassadors: Connecting Indigenous communities with Ocean Networks Canada tools to inspire future ocean scientists and marine resource managers

    NASA Astrophysics Data System (ADS)

    Pelz, M.; Hoeberechts, M.; Hale, C.; McLean, M. A.

    2017-12-01

    This presentation describes Ocean Networks Canada's (ONC) Youth Science Ambassador Program. The Youth Science Ambassadors are a growing network of youth in Canadian coastal communities whose role is to connect ocean science, ONC data, and Indigenous knowledge. By directly employing Indigenous youth in communities in which ONC operates monitoring equipment, ONC aims to encourage wider participation and interest in ocean science and exploration. Further, the Youth Science Ambassadors act as role models and mentors to other local youth by highlighting connections between Indigenous and local knowledge and current marine science efforts. Ocean Networks Canada, an initiative of the University of Victoria, develops, operates, and maintains cabled ocean observatory systems. These include technologies developed on the world-leading NEPTUNE and VENUS observatories as well as community observatories in the Arctic and coastal British Columbia. These observatories, large and small, enable communities, users, scientists, teachers, and students to monitor real-time and historical data from the local marine environment from anywhere on the globe. Youth Science Ambassadors are part of the Learning and Engagement team whose role includes engaging Indigenous communities and schools in ocean science through ONC's K-12 Ocean Sense education program. All of the data collected by ONC are freely available over the Internet for non-profit use, including disaster planning, community-based decision making, and education. The Youth Science Ambassadors support collaboration with Indigenous communities and schools by facilitating educational programming, encouraging participation in ocean data collection and analysis, and fostering interest in ocean science. In addition, the Youth Science Ambassadors support community collaboration in decision-making for instrument deployment locations and identify ways in which ONC can help to address any areas of concern raised by the community. This

  12. Impacts of Social Network on Therapeutic Community Participation: A Follow-up Survey of Data Gathered after Ya'an Earthquake.

    PubMed

    Li, Zhichao; Chen, Yao; Suo, Liming

    2015-01-01

    In recent years, natural disasters and the accompanying health risks have become more frequent, and rehabilitation work has become an important part of government performance. On one hand, social networks play an important role in participants' therapeutic community participation and physical & mental recovery. On the other hand, therapeutic communities with widespread participation can also contribute to community recovery after disaster. This paper described a field study in an earthquake-stricken area of Ya'an. A set of 3-stage follow-up data was obtained concerning with the villagers' participation in therapeutic community, social network status, demographic background, and other factors. The Hierarchical linear Model (HLM) method was used to investigate the determinants of social network on therapeutic community participation. First, social networks have significantly impacts on the annual changes of therapeutic community participation. Second, there were obvious differences in education between groups mobilized by the self-organization and local government. However, they all exerted the mobilization force through the acquaintance networks. Third, local cadre networks of villagers could negatively influence the activities of self-organized therapeutic community, while with positively influence in government-organized therapeutic activities. This paper suggests that relevant government departments need to focus more on the reconstruction and cultivation of villagers' social network and social capital in the process of post-disaster recovery. These findings contribute to better understandings of how social networks influence therapeutic community participation, and what role local government can play in post-disaster recovery and public health improvement after natural disasters.

  13. Impacts of Social Network on Therapeutic Community Participation: A Follow-up Survey of Data Gathered after Ya’an Earthquake

    PubMed Central

    LI, Zhichao; CHEN, Yao; SUO, Liming

    2015-01-01

    Abstract Background In recent years, natural disasters and the accompanying health risks have become more frequent, and rehabilitation work has become an important part of government performance. On one hand, social networks play an important role in participants’ therapeutic community participation and physical & mental recovery. On the other hand, therapeutic communities with widespread participation can also contribute to community recovery after disaster. Methods This paper described a field study in an earthquake-stricken area of Ya’an. A set of 3-stage follow-up data was obtained concerning with the villagers’ participation in therapeutic community, social network status, demographic background, and other factors. The Hierarchical linear Model (HLM) method was used to investigate the determinants of social network on therapeutic community participation. Results First, social networks have significantly impacts on the annual changes of therapeutic community participation. Second, there were obvious differences in education between groups mobilized by the self-organization and local government. However, they all exerted the mobilization force through the acquaintance networks. Third, local cadre networks of villagers could negatively influence the activities of self-organized therapeutic community, while with positively influence in government-organized therapeutic activities. Conclusion This paper suggests that relevant government departments need to focus more on the reconstruction and cultivation of villagers’ social network and social capital in the process of post-disaster recovery. These findings contribute to better understandings of how social networks influence therapeutic community participation, and what role local government can play in post-disaster recovery and public health improvement after natural disasters. PMID:26060778

  14. Network analysis of translocated Takahe populations to identify disease surveillance targets.

    PubMed

    Grange, Zoë L; VAN Andel, Mary; French, Nigel P; Gartrell, Brett D

    2014-04-01

    Social network analysis is being increasingly used in epidemiology and disease modeling in humans, domestic animals, and wildlife. We investigated this tool in describing a translocation network (area that allows movement of animals between geographically isolated locations) used for the conservation of an endangered flightless rail, the Takahe (Porphyrio hochstetteri). We collated records of Takahe translocations within New Zealand and used social network principles to describe the connectivity of the translocation network. That is, networks were constructed and analyzed using adjacency matrices with values based on the tie weights between nodes. Five annual network matrices were created using the Takahe data set, each incremental year included records of previous years. Weights of movements between connected locations were assigned by the number of Takahe moved. We calculated the number of nodes (i(total)) and the number of ties (t(total)) between the nodes. To quantify the small-world character of the networks, we compared the real networks to random graphs of the equivalent size, weighting, and node strength. Descriptive analysis of cumulative annual Takahe movement networks involved determination of node-level characteristics, including centrality descriptors of relevance to disease modeling such as weighted measures of in degree (k(i)(in)), out degree (k(i)(out)), and betweenness (B(i)). Key players were assigned according to the highest node measure of k(i)(in), k(i)(out), and B(i) per network. Networks increased in size throughout the time frame considered. The network had some degree small-world characteristics. Nodes with the highest cumulative tie weights connecting them were the captive breeding center, the Murchison Mountains and 2 offshore islands. The key player fluctuated between the captive breeding center and the Murchison Mountains. The cumulative networks identified the captive breeding center every year as the hub of the network until the final

  15. Network clustering and community detection using modulus of families of loops.

    PubMed

    Shakeri, Heman; Poggi-Corradini, Pietro; Albin, Nathan; Scoglio, Caterina

    2017-01-01

    We study the structure of loops in networks using the notion of modulus of loop families. We introduce an alternate measure of network clustering by quantifying the richness of families of (simple) loops. Modulus tries to minimize the expected overlap among loops by spreading the expected link usage optimally. We propose weighting networks using these expected link usages to improve classical community detection algorithms. We show that the proposed method enhances the performance of certain algorithms, such as spectral partitioning and modularity maximization heuristics, on standard benchmarks.

  16. Identifying Gender-Preferred Communication Styles within Online Cancer Communities: A Retrospective, Longitudinal Analysis

    PubMed Central

    Durant, Kathleen T.; McCray, Alexa T.; Safran, Charles

    2012-01-01

    Background The goal of this research is to determine if different gender-preferred social styles can be observed within the user interactions at an online cancer community. To achieve this goal, we identify and measure variables that pertain to each gender-specific social style. Methods and Findings We perform social network and statistical analysis on the communication flow of 8,388 members at six different cancer forums over eight years. Kruskal-Wallis tests were conducted to measure the difference between the number of intimate (and highly intimate) dyads, relationship length, and number of communications. We determine that two patients are more likely to form an intimate bond on a gender-specific cancer forum (ovarian P = <0.0001, breast P = 0.0089, prostate P = 0.0021). Two female patients are more likely to form a highly intimate bond on a female-specific cancer forum (Ovarian P<0.0001, Breast P<0.01). Typically a male patient communicates with more members than a female patient (Ovarian forum P = 0.0406, Breast forum P = 0.0013). A relationship between two patients is longer on the gender-specific cancer forums than a connection between two members not identified as patients (ovarian forum P = 0.00406, breast forum P = 0.00013, prostate forum P = .0.0003). Conclusion The high level of interconnectedness among the prostate patients supports the hypothesis that men prefer to socialize in large, interconnected, less-intimate groups. A female patient is more likely to form a highly intimate connection with another female patient; this finding is consistent with the hypothesis that woman prefer fewer, more intimate connections. The relationships of same-gender cancer patients last longer than other relationships; this finding demonstrates homophily within these online communities. Our findings regarding online communication preferences are in agreement with research findings from person-to-person communication preference studies

  17. Identifying gender-preferred communication styles within online cancer communities: a retrospective, longitudinal analysis.

    PubMed

    Durant, Kathleen T; McCray, Alexa T; Safran, Charles

    2012-01-01

    The goal of this research is to determine if different gender-preferred social styles can be observed within the user interactions at an online cancer community. To achieve this goal, we identify and measure variables that pertain to each gender-specific social style. We perform social network and statistical analysis on the communication flow of 8,388 members at six different cancer forums over eight years. Kruskal-Wallis tests were conducted to measure the difference between the number of intimate (and highly intimate) dyads, relationship length, and number of communications. We determine that two patients are more likely to form an intimate bond on a gender-specific cancer forum (ovarian P = <0.0001, breast P = 0.0089, prostate P = 0.0021). Two female patients are more likely to form a highly intimate bond on a female-specific cancer forum (Ovarian P<0.0001, Breast P<0.01). Typically a male patient communicates with more members than a female patient (Ovarian forum P = 0.0406, Breast forum P = 0.0013). A relationship between two patients is longer on the gender-specific cancer forums than a connection between two members not identified as patients (ovarian forum P = 0.00406, breast forum P = 0.00013, prostate forum P = .0.0003). The high level of interconnectedness among the prostate patients supports the hypothesis that men prefer to socialize in large, interconnected, less-intimate groups. A female patient is more likely to form a highly intimate connection with another female patient; this finding is consistent with the hypothesis that woman prefer fewer, more intimate connections. The relationships of same-gender cancer patients last longer than other relationships; this finding demonstrates homophily within these online communities. Our findings regarding online communication preferences are in agreement with research findings from person-to-person communication preference studies. These findings should be considered when

  18. Visualization of metabolic interaction networks in microbial communities using VisANT 5.0

    DOE PAGES

    Granger, Brian R.; Chang, Yi -Chien; Wang, Yan; ...

    2016-04-15

    Here, the complexity of metabolic networks in microbial communities poses an unresolved visualization and interpretation challenge. We address this challenge in the newly expanded version of a software tool for the analysis of biological networks, VisANT 5.0. We focus in particular on facilitating the visual exploration of metabolic interaction between microbes in a community, e.g. as predicted by COMETS (Computation of Microbial Ecosystems in Time and Space), a dynamic stoichiometric modeling framework. Using VisANT's unique meta-graph implementation, we show how one can use VisANT 5.0 to explore different time-dependent ecosystem-level metabolic networks. In particular, we analyze the metabolic interaction networkmore » between two bacteria previously shown to display an obligate cross-feeding interdependency. In addition, we illustrate how a putative minimal gut microbiome community could be represented in our framework, making it possible to highlight interactions across multiple coexisting species. We envisage that the "symbiotic layout" of VisANT can be employed as a general tool for the analysis of metabolism in complex microbial communities as well as heterogeneous human tissues.« less

  19. Gaussian Graphical Models Identify Networks of Dietary Intake in a German Adult Population.

    PubMed

    Iqbal, Khalid; Buijsse, Brian; Wirth, Janine; Schulze, Matthias B; Floegel, Anna; Boeing, Heiner

    2016-03-01

    Data-reduction methods such as principal component analysis are often used to derive dietary patterns. However, such methods do not assess how foods are consumed in relation to each other. Gaussian graphical models (GGMs) are a set of novel methods that can address this issue. We sought to apply GGMs to derive sex-specific dietary intake networks representing consumption patterns in a German adult population. Dietary intake data from 10,780 men and 16,340 women of the European Prospective Investigation into Cancer and Nutrition (EPIC)-Potsdam cohort were cross-sectionally analyzed to construct dietary intake networks. Food intake for each participant was estimated using a 148-item food-frequency questionnaire that captured the intake of 49 food groups. GGMs were applied to log-transformed intakes (grams per day) of 49 food groups to construct sex-specific food networks. Semiparametric Gaussian copula graphical models (SGCGMs) were used to confirm GGM results. In men, GGMs identified 1 major dietary network that consisted of intakes of red meat, processed meat, cooked vegetables, sauces, potatoes, cabbage, poultry, legumes, mushrooms, soup, and whole-grain and refined breads. For women, a similar network was identified with the addition of fried potatoes. Other identified networks consisted of dairy products and sweet food groups. SGCGMs yielded results comparable to those of GGMs. GGMs are a powerful exploratory method that can be used to construct dietary networks representing dietary intake patterns that reveal how foods are consumed in relation to each other. GGMs indicated an apparent major role of red meat intake in a consumption pattern in the studied population. In the future, identified networks might be transformed into pattern scores for investigating their associations with health outcomes. © 2016 American Society for Nutrition.

  20. Efficient community-based control strategies in adaptive networks

    NASA Astrophysics Data System (ADS)

    Yang, Hui; Tang, Ming; Zhang, Hai-Feng

    2012-12-01

    Most studies on adaptive networks concentrate on the properties of steady state, but neglect transient dynamics. In this study, we pay attention to the emergence of community structure in the transient process and the effects of community-based control strategies on epidemic spreading. First, by normalizing the modularity, we investigate the evolution of community structure during the transient process, and find that a strong community structure is induced by the rewiring mechanism in the early stage of epidemic dynamics, which, remarkably, delays the outbreak of disease. We then study the effects of control strategies started at different stages on the prevalence. Both immunization and quarantine strategies indicate that it is not ‘the earlier, the better’ for the implementation of control measures. And the optimal control effect is obtained if control measures can be efficiently implemented in the period of a strong community structure. For the immunization strategy, immunizing the susceptible nodes on susceptible-infected links and immunizing susceptible nodes randomly have similar control effects. However, for the quarantine strategy, quarantining the infected nodes on susceptible-infected links can yield a far better result than quarantining infected nodes randomly. More significantly, the community-based quarantine strategy performs better than the community-based immunization strategy. This study may shed new light on the forecast and the prevention of epidemics among humans.

  1. The Quake-Catcher Network: Improving Earthquake Strong Motion Observations Through Community Engagement

    NASA Astrophysics Data System (ADS)

    Cochran, E. S.; Lawrence, J. F.; Christensen, C. M.; Chung, A. I.; Neighbors, C.; Saltzman, J.

    2010-12-01

    The Quake-Catcher Network (QCN) involves the community in strong motion data collection by utilizing volunteer computing techniques and low-cost MEMS accelerometers. Volunteer computing provides a mechanism to expand strong-motion seismology with minimal infrastructure costs, while promoting community participation in science. Micro-Electro-Mechanical Systems (MEMS) triaxial accelerometers can be attached to a desktop computer via USB and are internal to many laptops. Preliminary shake table tests show the MEMS accelerometers can record high-quality seismic data with instrument response similar to research-grade strong-motion sensors. QCN began distributing sensors and software to K-12 schools and the general public in April 2008 and has grown to roughly 1500 stations worldwide. We also recently tested whether sensors could be quickly deployed as part of a Rapid Aftershock Mobilization Program (RAMP) following the 2010 M8.8 Maule, Chile earthquake. Volunteers are recruited through media reports, web-based sensor request forms, as well as social networking sites. Using data collected to date, we examine whether a distributed sensing network can provide valuable seismic data for earthquake detection and characterization while promoting community participation in earthquake science. We utilize client-side triggering algorithms to determine when significant ground shaking occurs and this metadata is sent to the main QCN server. On average, trigger metadata are received within 1-10 seconds from the observation of a trigger; the larger data latencies are correlated with greater server-station distances. When triggers are detected, we determine if the triggers correlate to others in the network using spatial and temporal clustering of incoming trigger information. If a minimum number of triggers are detected then a QCN-event is declared and an initial earthquake location and magnitude is estimated. Initial analysis suggests that the estimated locations and magnitudes are

  2. Trophic network models explain instability of Early Triassic terrestrial communities

    PubMed Central

    Roopnarine, Peter D; Angielczyk, Kenneth D; Wang, Steve C; Hertog, Rachel

    2007-01-01

    Studies of the end-Permian mass extinction have emphasized potential abiotic causes and their direct biotic effects. Less attention has been devoted to secondary extinctions resulting from ecological crises and the effect of community structure on such extinctions. Here we use a trophic network model that combines topological and dynamic approaches to simulate disruptions of primary productivity in palaeocommunities. We apply the model to Permian and Triassic communities of the Karoo Basin, South Africa, and show that while Permian communities bear no evidence of being especially susceptible to extinction, Early Triassic communities appear to have been inherently less stable. Much of the instability results from the faster post-extinction diversification of amphibian guilds relative to amniotes. The resulting communities differed fundamentally in structure from their Permian predecessors. Additionally, our results imply that changing community structures over time may explain long-term trends like declining rates of Phanerozoic background extinction PMID:17609191

  3. Effectively identifying user profiles in network and host metrics

    NASA Astrophysics Data System (ADS)

    Murphy, John P.; Berk, Vincent H.; Gregorio-de Souza, Ian

    2010-04-01

    This work presents a collection of methods that is used to effectively identify users of computers systems based on their particular usage of the software and the network. Not only are we able to identify individual computer users by their behavioral patterns, we are also able to detect significant deviations in their typical computer usage over time, or compared to a group of their peers. For instance, most people have a small, and relatively unique selection of regularly visited websites, certain email services, daily work hours, and typical preferred applications for mandated tasks. We argue that these habitual patterns are sufficiently specific to identify fully anonymized network users. We demonstrate that with only a modest data collection capability, profiles of individual computer users can be constructed so as to uniquely identify a profiled user from among their peers. As time progresses and habits or circumstances change, the methods presented update each profile so that changes in user behavior can be reliably detected over both abrupt and gradual time frames, without losing the ability to identify the profiled user. The primary benefit of our methodology allows one to efficiently detect deviant behaviors, such as subverted user accounts, or organizational policy violations. Thanks to the relative robustness, these techniques can be used in scenarios with very diverse data collection capabilities, and data privacy requirements. In addition to behavioral change detection, the generated profiles can also be compared against pre-defined examples of known adversarial patterns.

  4. Advanced development and calibration of the network robustness index to identify critical road network links.

    DOT National Transportation Integrated Search

    2010-05-31

    In this research project, transportation flexibility and reliability concepts are extended and applied : to a new method for identifying the most critical links in a road network. Current transportation : management practices typically utilize locali...

  5. Place-Based Initiatives to Improve Health in Disadvantaged Communities: Cross-Sector Characteristics and Networks of Local Actors in North Carolina

    PubMed Central

    Moody, James; Nelson, Alicia; Willis, Janese M.; Fuller, Lori; Smart, Allen J.; Easterling, Doug; Silberberg, Mina

    2016-01-01

    Objectives. To examine the leadership attributes and collaborative connections of local actors from the health sector and those outside the health sector in a major place-based health initiative. Methods. We used survey data from 340 individuals in 4 Healthy Places North Carolina counties from 2014 to assess the leadership attributes (awareness, attitudes, and capacity) and network connections of local actors by their organizational sector. Results. Respondents’ leadership attributes—scored on 5-point Likert scales—were similar across Healthy Places North Carolina counties. Although local actors reported high levels of awareness and collaboration around community health improvement, we found lower levels of capacity for connecting diversity, identifying barriers, and using resources in new ways to improve community health. Actors outside the health sector had generally lower levels of capacity than actors in the health sector. Those in the health sector exhibited the majority of network ties in their community; however, they were also the most segregated from actors in other sectors. Conclusions. More capacity building around strategic action—particularly in nonhealth sectors—is needed to support efforts in making widespread changes to community health. PMID:27459443

  6. Stochastic fluctuations and the detectability limit of network communities.

    PubMed

    Floretta, Lucio; Liechti, Jonas; Flammini, Alessandro; De Los Rios, Paolo

    2013-12-01

    We have analyzed the detectability limits of network communities in the framework of the popular Girvan and Newman benchmark. By carefully taking into account the inevitable stochastic fluctuations that affect the construction of each and every instance of the benchmark, we come to the conclusion that the native, putative partition of the network is completely lost even before the in-degree/out-degree ratio becomes equal to that of a structureless Erdös-Rényi network. We develop a simple iterative scheme, analytically well described by an infinite branching process, to provide an estimate of the true detectability limit. Using various algorithms based on modularity optimization, we show that all of them behave (semiquantitatively) in the same way, with the same functional form of the detectability threshold as a function of the network parameters. Because the same behavior has also been found by further modularity-optimization methods and for methods based on different heuristics implementations, we conclude that indeed a correct definition of the detectability limit must take into account the stochastic fluctuations of the network construction.

  7. Predicting community responses to perturbations in the face of imperfect knowledge and network complexity

    USGS Publications Warehouse

    Novak, Mark; Wootton, J. Timothy; Doak, Daniel F.; Emmerson, Mark; Estes, James A.; Tinker, M. Timothy

    2011-01-01

    How best to predict the effects of perturbations to ecological communities has been a long-standing goal for both applied and basic ecology. This quest has recently been revived by new empirical data, new analysis methods, and increased computing speed, with the promise that ecologically important insights may be obtainable from a limited knowledge of community interactions. We use empirically based and simulated networks of varying size and connectance to assess two limitations to predicting perturbation responses in multispecies communities: (1) the inaccuracy by which species interaction strengths are empirically quantified and (2) the indeterminacy of species responses due to indirect effects associated with network size and structure. We find that even modest levels of species richness and connectance (∼25 pairwise interactions) impose high requirements for interaction strength estimates because system indeterminacy rapidly overwhelms predictive insights. Nevertheless, even poorly estimated interaction strengths provide greater average predictive certainty than an approach that uses only the sign of each interaction. Our simulations provide guidance in dealing with the trade-offs involved in maximizing the utility of network approaches for predicting dynamics in multispecies communities.

  8. Tripartite community structure in social bookmarking data

    NASA Astrophysics Data System (ADS)

    Neubauer, Nicolas; Obermayer, Klaus

    2011-12-01

    Community detection is a branch of network analysis concerned with identifying strongly connected subnetworks. Social bookmarking sites aggregate datasets of often hundreds of millions of triples (document, user, and tag), which, when interpreted as edges of a graph, give rise to special networks called 3-partite, 3-uniform hypergraphs. We identify challenges and opportunities of generalizing community detection and in particular modularity optimization to these structures. Two methods for community detection are introduced that preserve the hypergraph's special structure to different degrees. Their performance is compared on synthetic datasets, showing the benefits of structure preservation. Furthermore, a tool for interactive exploration of the community detection results is introduced and applied to examples from real datasets. We find additional evidence for the importance of structure preservation and, more generally, demonstrate how tripartite community detection can help understand the structure of social bookmarking data.

  9. Identifying Node Role in Social Network Based on Multiple Indicators

    PubMed Central

    Huang, Shaobin; Lv, Tianyang; Zhang, Xizhe; Yang, Yange; Zheng, Weimin; Wen, Chao

    2014-01-01

    It is a classic topic of social network analysis to evaluate the importance of nodes and identify the node that takes on the role of core or bridge in a network. Because a single indicator is not sufficient to analyze multiple characteristics of a node, it is a natural solution to apply multiple indicators that should be selected carefully. An intuitive idea is to select some indicators with weak correlations to efficiently assess different characteristics of a node. However, this paper shows that it is much better to select the indicators with strong correlations. Because indicator correlation is based on the statistical analysis of a large number of nodes, the particularity of an important node will be outlined if its indicator relationship doesn't comply with the statistical correlation. Therefore, the paper selects the multiple indicators including degree, ego-betweenness centrality and eigenvector centrality to evaluate the importance and the role of a node. The importance of a node is equal to the normalized sum of its three indicators. A candidate for core or bridge is selected from the great degree nodes or the nodes with great ego-betweenness centrality respectively. Then, the role of a candidate is determined according to the difference between its indicators' relationship with the statistical correlation of the overall network. Based on 18 real networks and 3 kinds of model networks, the experimental results show that the proposed methods perform quite well in evaluating the importance of nodes and in identifying the node role. PMID:25089823

  10. Community coalitions as a system: effects of network change on adoption of evidence-based substance abuse prevention.

    PubMed

    Valente, Thomas W; Chou, Chich Ping; Pentz, Mary Ann

    2007-05-01

    We examined the effect of community coalition network structure on the effectiveness of an intervention designed to accelerate the adoption of evidence-based substance abuse prevention programs. At baseline, 24 cities were matched and randomly assigned to 3 conditions (control, satellite TV training, and training plus technical assistance). We surveyed 415 community leaders at baseline and 406 at 18-month follow-up about their attitudes and practices toward substance abuse prevention programs. Network structure was measured by asking leaders whom in their coalition they turned to for advice about prevention programs. The outcome was a scale with 4 subscales: coalition function, planning, achievement of benchmarks, and progress in prevention activities. We used multiple linear regression and path analysis to test hypotheses. Intervention had a significant effect on decreasing the density of coalition networks. The change in density subsequently increased adoption of evidence-based practices. Optimal community network structures for the adoption of public health programs are unknown, but it should not be assumed that increasing network density or centralization are appropriate goals. Lower-density networks may be more efficient for organizing evidence-based prevention programs in communities.

  11. Use of an Internet-based community surveillance network to predict seasonal communicable disease morbidity.

    PubMed

    Hammond, Lucinda; Papadopoulos, Spyridon; Johnson, Candice F; MaWhinney, Samantha; Nelson, Bernard; Todd, James K

    2002-03-01

    We designed an Internet-based surveillance network that linked community clinic diagnoses with viral isolation rates and admission patterns at a related children's hospital. We hypothesized that community surveillance would successfully predict subsequent hospital admissions and laboratory viral isolations. Secondarily, we expected the network to monitor trends in disease and that posting this information on a Web site would be useful to physicians in daily practice. Data were collected from December 1999 through August 2000. Information was summarized and posted weekly on a Web site. Active public piloting of the site took place during August 2000, after which the project was evaluated through an electronic mail survey. The predictive ability of the community surveillance data was evaluated by multivariate linear regression. Increases in the community diagnosis of most syndromes under surveillance, including lower respiratory infections (adjusted R(2) = 0.7086) and gastroenteritis (adjusted R(2) = 0.6532) successfully predicted an increase in subsequent hospital admissions. Community surveillance also successfully predicted laboratory isolation of associated viral organisms. Physicians completing the evaluation (N = 11) indicated that the site provided information useful in daily practice for both physician and parent education. An Internet-based surveillance network linking a hospital with community physicians is beneficial to the hospital in predicting waves of severe cases requiring admission and reciprocally provides useful information to physicians in daily practice regarding the incidence and cause of seasonal disease in the community.

  12. Identifying natural flow regimes using fish communities

    NASA Astrophysics Data System (ADS)

    Chang, Fi-John; Tsai, Wen-Ping; Wu, Tzu-Ching; Chen, Hung-kwai; Herricks, Edwin E.

    2011-10-01

    SummaryModern water resources management has adopted natural flow regimes as reasonable targets for river restoration and conservation. The characterization of a natural flow regime begins with the development of hydrologic statistics from flow records. However, little guidance exists for defining the period of record needed for regime determination. In Taiwan, the Taiwan Eco-hydrological Indicator System (TEIS), a group of hydrologic statistics selected for fisheries relevance, is being used to evaluate ecological flows. The TEIS consists of a group of hydrologic statistics selected to characterize the relationships between flow and the life history of indigenous species. Using the TEIS and biosurvey data for Taiwan, this paper identifies the length of hydrologic record sufficient for natural flow regime characterization. To define the ecological hydrology of fish communities, this study connected hydrologic statistics to fish communities by using methods to define antecedent conditions that influence existing community composition. A moving average method was applied to TEIS statistics to reflect the effects of antecedent flow condition and a point-biserial correlation method was used to relate fisheries collections with TEIS statistics. The resulting fish species-TEIS (FISH-TEIS) hydrologic statistics matrix takes full advantage of historical flows and fisheries data. The analysis indicates that, in the watersheds analyzed, averaging TEIS statistics for the present year and 3 years prior to the sampling date, termed MA(4), is sufficient to develop a natural flow regime. This result suggests that flow regimes based on hydrologic statistics for the period of record can be replaced by regimes developed for sampled fish communities.

  13. Using Community-Based Participatory Research to Identify Environmental Justice Issues in an Inner-City Community and Inform Urban Planning.

    PubMed

    Mansyur, Carol Leler; Jeng, Hueiwang Anna; Holloman, Erica; DeBrew, Linwood

    2016-01-01

    The Southeast CARE Coalition has been using community-based participatory research to examine environmental degradation in the Southeast Community, Newport News, Virginia. A survey was developed to collect assessment data. Up to 66% of respondents were concerned about environmental problems in their community. Those with health conditions were significantly more likely to identify specific environmental problems. The top 5 environmental concerns included coal dust, air quality, crime, water quality, and trash. The community-based participatory research process is building community capacity and participation, providing community input into strategic planning, and empowering community members to take control of environmental justice issues in their community.

  14. Understanding interactions in virtual HIV communities: a social network analysis approach.

    PubMed

    Shi, Jingyuan; Wang, Xiaohui; Peng, Tai-Quan; Chen, Liang

    2017-02-01

    This study investigated the driving mechanism of building interaction ties among the people living with HIV/AIDS in one of the largest virtual HIV communities in China using social network analysis. Specifically, we explained the probability of forming interaction ties with homophily and popularity characteristics. The exponential random graph modeling results showed that members in this community tend to form homophilous ties in terms of shared location and interests. Moreover, we found a tendency away from popularity effect. This suggests that in this community, resources and information were not disproportionally received by a few of members, which could be beneficial to the overall community.

  15. Community Air Sensor Network (CAIRSENSE) project ...

    EPA Pesticide Factsheets

    Advances in air pollution sensor technology have enabled the development of small and low cost systems to measure outdoor air pollution. The deployment of a large number of sensors across a small geographic area would have potential benefits to supplement traditional monitoring networks with additional geographic and temporal measurement resolution, if the data quality were sufficient. To understand the capability of emerging air sensor technology, the Community Air Sensor Network (CAIRSENSE) project deployed low cost, continuous and commercially-available air pollution sensors at a regulatory air monitoring site and as a local sensor network over a surrounding ~2 km area in Southeastern U.S. Co-location of sensors measuring oxides of nitrogen, ozone, carbon monoxide, sulfur dioxide, and particles revealed highly variable performance, both in terms of comparison to a reference monitor as well as whether multiple identical sensors reproduced the same signal. Multiple ozone, nitrogen dioxide, and carbon monoxide sensors revealed low to very high correlation with a reference monitor, with Pearson sample correlation coefficient (r) ranging from 0.39 to 0.97, -0.25 to 0.76, -0.40 to 0.82, respectively. The only sulfur dioxide sensor tested revealed no correlation (r 0.5), step-wise multiple linear regression was performed to determine if ambient temperature, relative humidity (RH), or age of the sensor in sampling days could be used in a correction algorihm to im

  16. Social and place-focused communities in location-based online social networks

    NASA Astrophysics Data System (ADS)

    Brown, Chloë; Nicosia, Vincenzo; Scellato, Salvatore; Noulas, Anastasios; Mascolo, Cecilia

    2013-06-01

    Thanks to widely available, cheap Internet access and the ubiquity of smartphones, millions of people around the world now use online location-based social networking services. Understanding the structural properties of these systems and their dependence upon users' habits and mobility has many potential applications, including resource recommendation and link prediction. Here, we construct and characterise social and place-focused graphs by using longitudinal information about declared social relationships and about users' visits to physical places collected from a popular online location-based social service. We show that although the social and place-focused graphs are constructed from the same data set, they have quite different structural properties. We find that the social and location-focused graphs have different global and meso-scale structure, and in particular that social and place-focused communities have negligible overlap. Consequently, group inference based on community detection performed on the social graph alone fails to isolate place-focused groups, even though these do exist in the network. By studying the evolution of tie structure within communities, we show that the time period over which location data are aggregated has a substantial impact on the stability of place-focused communities, and that information about place-based groups may be more useful for user-centric applications than that obtained from the analysis of social communities alone.

  17. Trypanosoma cruzi reservoir—triatomine vector co-occurrence networks reveal meta-community effects by synanthropic mammals on geographic dispersal

    PubMed Central

    Valiente-Banuet, Leopoldo; Sánchez-Cordero, Víctor; Stephens, Christopher R.

    2017-01-01

    Contemporary patterns of land use and global climate change are modifying regional pools of parasite host species. The impact of host community changes on human disease risk, however, is difficult to assess due to a lack of information about zoonotic parasite host assemblages. We have used a recently developed method to infer parasite-host interactions for Chagas Disease (CD) from vector-host co-occurrence networks. Vector-host networks were constructed to analyze topological characteristics of the network and ecological traits of species’ nodes, which could provide information regarding parasite regional dispersal in Mexico. Twenty-eight triatomine species (vectors) and 396 mammal species (potential hosts) were included using a data-mining approach to develop models to infer most-likely interactions. The final network contained 1,576 links which were analyzed to calculate centrality, connectivity, and modularity. The model predicted links of independently registered Trypanosoma cruzi hosts, which correlated with the degree of parasite-vector co-occurrence. Wiring patterns differed according to node location, while edge density was greater in Neotropical as compared to Nearctic regions. Vectors with greatest public health importance (i.e., Triatoma dimidiata, T. barberi, T. pallidipennis, T. longipennis, etc), did not have stronger links with particular host species, although they had a greater frequency of significant links. In contrast, hosts classified as important based on network properties were synanthropic mammals. The latter were the most common parasite hosts and are likely bridge species between these communities, thereby integrating meta-community scenarios beneficial for long-range parasite dispersal. This was particularly true for rodents, >50% of species are synanthropic and more than 20% have been identified as T. cruzi hosts. In addition to predicting potential host species using the co-occurrence networks, they reveal regions with greater

  18. Clusters of community exposure to coastal flooding hazards based on storm and sea level rise scenarios—implications for adaptation networks in the San Francisco Bay region

    USGS Publications Warehouse

    Hummel, Michelle; Wood, Nathan J.; Schweikert, Amy; Stacey, Mark T.; Jones, Jeanne; Barnard, Patrick L.; Erikson, Li H.

    2018-01-01

    Sea level is projected to rise over the coming decades, further increasing the extent of flooding hazards in coastal communities. Efforts to address potential impacts from climate-driven coastal hazards have called for collaboration among communities to strengthen the application of best practices. However, communities currently lack practical tools for identifying potential partner communities based on similar hazard exposure characteristics. This study uses statistical cluster analysis to identify similarities in community exposure to flooding hazards for a suite of sea level rise and storm scenarios. We demonstrate this approach using 63 jurisdictions in the San Francisco Bay region of California (USA) and compare 21 distinct exposure variables related to residents, employees, and structures for six hazard scenario combinations of sea level rise and storms. Results indicate that cluster analysis can provide an effective mechanism for identifying community groupings. Cluster compositions changed based on the selected societal variables and sea level rise scenarios, suggesting that a community could participate in multiple networks to target specific issues or policy interventions. The proposed clustering approach can serve as a data-driven foundation to help communities identify other communities with similar adaptation challenges and to enhance regional efforts that aim to facilitate adaptation planning and investment prioritization.

  19. Properties of Teacher Networks in Twitter: Are They Related to Community-Based Peer Production?

    ERIC Educational Resources Information Center

    Macià, Maria; Garcia, Iolanda

    2017-01-01

    Teachers participate in social networking sites to share knowledge and collaborate with other teachers to create education-related content. In this study we selected several communities in order to better understand the networks that these participants establish in Twitter and the role that the social network plays in their activity within the…

  20. Topology of the European Network of Earth Observation Networks and the need for an European Network of Networks

    NASA Astrophysics Data System (ADS)

    Masó, Joan; Serral, Ivette; McCallum, Ian; Blonda, Palma; Plag, Hans-Peter

    2016-04-01

    ConnectinGEO (Coordinating an Observation Network of Networks EnCompassing saTellite and IN-situ to fill the Gaps in European Observations" is an H2020 Coordination and Support Action with the primary goal of linking existing Earth Observation networks with science and technology (S&T) communities, the industry sector, the Group on Earth Observations (GEO), and Copernicus. The project will end in February 2017. ConnectinGEO will initiate a European Network of Earth Observation Networks (ENEON) that will encompass space-based, airborne and in-situ observations networks. ENEON will be composed of project partners representing thematic observation networks along with the GEOSS Science and Technology Stakeholder Network, GEO Communities of Practices, Copernicus services, Sentinel missions and in-situ support data representatives, representatives of the European space-based, airborne and in-situ observations networks. This communication presents the complex panorama of Earth Observations Networks in Europe. The list of networks is classified by discipline, variables, geospatial scope, etc. We also capture the membership and relations with other networks and umbrella organizations like GEO. The result is a complex interrelation between networks that can not be clearly expressed in a flat list. Technically the networks can be represented as nodes with relations between them as lines connecting the nodes in a graph. We have chosen RDF as a language and an AllegroGraph 3.3 triple store that is visualized in several ways using for example Gruff 5.7. Our final aim is to identify gaps in the EO Networks and justify the need for a more structured coordination between them.

  1. Cluster synchronization of community network with distributed time delays via impulsive control

    NASA Astrophysics Data System (ADS)

    Leng, Hui; Wu, Zhao-Yan

    2016-11-01

    Cluster synchronization is an important dynamical behavior in community networks and deserves further investigations. A community network with distributed time delays is investigated in this paper. For achieving cluster synchronization, an impulsive control scheme is introduced to design proper controllers and an adaptive strategy is adopted to make the impulsive controllers unified for different networks. Through taking advantage of the linear matrix inequality technique and constructing Lyapunov functions, some synchronization criteria with respect to the impulsive gains, instants, and system parameters without adaptive strategy are obtained and generalized to the adaptive case. Finally, numerical examples are presented to demonstrate the effectiveness of the theoretical results. Project supported by the National Natural Science Foundation of China (Grant No. 61463022), the Natural Science Foundation of Jiangxi Province, China (Grant No. 20161BAB201021), and the Natural Science Foundation of Jiangxi Educational Committee, China (Grant No. GJJ14273).

  2. Faculty Use of Author Identifiers and Researcher Networking Tools

    ERIC Educational Resources Information Center

    Tran, Clara Y.; Lyon, Jennifer A.

    2017-01-01

    This cross-sectional survey focused on faculty use and knowledge of author identifiers and researcher networking systems, and professional use of social media, at a large state university. Results from 296 completed faculty surveys representing all disciplines (9.3% response rate) show low levels of awareness and variable resource preferences. The…

  3. The Community Collaborative Rain, Hail and Snow Network (CoCoRaHS): Timely Volunteer Precipitation Measurements to Supplement Existing Hydrometeorological Networks

    NASA Astrophysics Data System (ADS)

    Reges, H. W.; Doesken, N. J.; Cifelli, R. C.; Turner, J. S.

    2005-12-01

    The Community Collaborative Rain, Hail and Snow Network (CoCoRaHS) is a community-based, education-focused high density network of individual and family volunteers of all ages and backgrounds, who take daily measurements of rain, hail and snow at their homes, schools and businesses. Precipitation is measured using low-cost high capacity 4" diameter plastic rain gauges and Styrofoam wrapped in aluminum foil "hail pads". Thanks to the "low-tech/low-cost" approach, thousands of volunteers can afford to participate, giving the end user a large collection of data points that fill in gaps in many existing networks and data sets. Where feasible, CoCoRaHS is striving to achieve a station density approaching one observation per km-squared providing exceptional detail on cumulative storm precipitation over populated areas. These observations are collected and made available on the CoCoRaHS website: www.cocorahs.org in map and table format. The data are already being used daily by federal, state and community organizations and businesses for many resource management and hydrologic monitoring and predication applications. CoCoRaHS "Intense Rain Reports" and "Hail Reports" are used in "real time" by the National Weather Service in the issuing of flash flood warnings and severe thunderstorm warnings. While only providing once-daily and occasional event reports, CoCoRaHS does provide excellent observational consistency and accuracy including snowfall, depth and water content measurements, as well as the only comprehensive hail data currently being gathered in the U.S. The CoCoRaHS network currently engages over 2,000 volunteer observers in communities across six states, and the network continues to grow.

  4. Mass media influence spreading in social networks with community structure

    NASA Astrophysics Data System (ADS)

    Candia, Julián; Mazzitello, Karina I.

    2008-07-01

    We study an extension of Axelrod's model for social influence, in which cultural drift is represented as random perturbations, while mass media are introduced by means of an external field. In this scenario, we investigate how the modular structure of social networks affects the propagation of mass media messages across a society. The community structure of social networks is represented by coupled random networks, in which two random graphs are connected by intercommunity links. Considering inhomogeneous mass media fields, we study the conditions for successful message spreading and find a novel phase diagram in the multidimensional parameter space. These findings show that social modularity effects are of paramount importance for designing successful, cost-effective advertising campaigns.

  5. The OCHIN community information network: bringing together community health centers, information technology, and data to support a patient-centered medical village.

    PubMed

    Devoe, Jennifer E; Sears, Abigail

    2013-01-01

    Creating integrated, comprehensive care practices requires access to data and informatics expertise. Information technology (IT) resources are not readily available to individual practices. One model of shared IT resources and learning is a "patient-centered medical village." We describe the OCHIN Community Health Information Network as an example of this model; community practices have come together collectively to form an organization that leverages shared IT expertise, resources, and data, providing members with the means to fully capitalize on new technologies that support improved care. This collaborative facilitates the identification of "problem sheds" through surveillance of network-wide data, enables shared learning regarding best practices, and provides a "community laboratory" for practice-based research. As an example of a community of solution, OCHIN uses health IT and data-sharing innovations to enhance partnerships between public health leaders, clinicians in community health centers, informatics experts, and policy makers. OCHIN community partners benefit from the shared IT resource (eg, a linked electronic health record, centralized data warehouse, informatics, and improvement expertise). This patient-centered medical village provides (1) the collective mechanism to build community-tailored IT solutions, (2) "neighbors" to share data and improvement strategies, and (3) infrastructure to support innovations based on electronic health records across communities, using experimental approaches.

  6. ICan: an integrated co-alteration network to identify ovarian cancer-related genes.

    PubMed

    Zhou, Yuanshuai; Liu, Yongjing; Li, Kening; Zhang, Rui; Qiu, Fujun; Zhao, Ning; Xu, Yan

    2015-01-01

    Over the last decade, an increasing number of integrative studies on cancer-related genes have been published. Integrative analyses aim to overcome the limitation of a single data type, and provide a more complete view of carcinogenesis. The vast majority of these studies used sample-matched data of gene expression and copy number to investigate the impact of copy number alteration on gene expression, and to predict and prioritize candidate oncogenes and tumor suppressor genes. However, correlations between genes were neglected in these studies. Our work aimed to evaluate the co-alteration of copy number, methylation and expression, allowing us to identify cancer-related genes and essential functional modules in cancer. We built the Integrated Co-alteration network (ICan) based on multi-omics data, and analyzed the network to uncover cancer-related genes. After comparison with random networks, we identified 155 ovarian cancer-related genes, including well-known (TP53, BRCA1, RB1 and PTEN) and also novel cancer-related genes, such as PDPN and EphA2. We compared the results with a conventional method: CNAmet, and obtained a significantly better area under the curve value (ICan: 0.8179, CNAmet: 0.5183). In this paper, we describe a framework to find cancer-related genes based on an Integrated Co-alteration network. Our results proved that ICan could precisely identify candidate cancer genes and provide increased mechanistic understanding of carcinogenesis. This work suggested a new research direction for biological network analyses involving multi-omics data.

  7. Livelihood Diversification in Tropical Coastal Communities: A Network-Based Approach to Analyzing ‘Livelihood Landscapes’

    PubMed Central

    Cinner, Joshua E.; Bodin, Örjan

    2010-01-01

    Background Diverse livelihood portfolios are frequently viewed as a critical component of household economies in developing countries. Within the context of natural resources governance in particular, the capacity of individual households to engage in multiple occupations has been shown to influence important issues such as whether fishers would exit a declining fishery, how people react to policy, the types of resource management systems that may be applicable, and other decisions about natural resource use. Methodology/Principal Findings This paper uses network analysis to provide a novel methodological framework for detailed systemic analysis of household livelihood portfolios. Paying particular attention to the role of natural resource-based occupations such as fisheries, we use network analyses to map occupations and their interrelationships- what we refer to as ‘livelihood landscapes’. This network approach allows for the visualization of complex information about dependence on natural resources that can be aggregated at different scales. We then examine how the role of natural resource-based occupations changes along spectra of socioeconomic development and population density in 27 communities in 5 western Indian Ocean countries. Network statistics, including in- and out-degree centrality, the density of the network, and the level of network centralization are compared along a multivariate index of community-level socioeconomic development and a gradient of human population density. The combination of network analyses suggests an increase in household-level specialization with development for most occupational sectors, including fishing and farming, but that at the community-level, economies remained diversified. Conclusions/Significance The novel modeling approach introduced here provides for various types of livelihood portfolio analyses at different scales of social aggregation. Our livelihood landscapes approach provides insights into communities

  8. Community Microgrid Scheduling Considering Network Operational Constraints and Building Thermal Dynamics

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Liu, Guodong; Ollis, Thomas B.; Xiao, Bailu

    Here, this paper proposes a Mixed Integer Conic Programming (MICP) model for community microgrids considering the network operational constraints and building thermal dynamics. The proposed optimization model optimizes not only the operating cost, including fuel cost, purchasing cost, battery degradation cost, voluntary load shedding cost and the cost associated with customer discomfort due to room temperature deviation from the set point, but also several performance indices, including voltage deviation, network power loss and power factor at the Point of Common Coupling (PCC). In particular, the detailed thermal dynamic model of buildings is integrated into the distribution optimal power flow (D-OPF)more » model for the optimal operation of community microgrids. The heating, ventilation and air-conditioning (HVAC) systems can be scheduled intelligently to reduce the electricity cost while maintaining the indoor temperature in the comfort range set by customers. Numerical simulation results show the effectiveness of the proposed model and significant saving in electricity cost could be achieved with network operational constraints satisfied.« less

  9. Community Microgrid Scheduling Considering Network Operational Constraints and Building Thermal Dynamics

    DOE PAGES

    Liu, Guodong; Ollis, Thomas B.; Xiao, Bailu; ...

    2017-10-10

    Here, this paper proposes a Mixed Integer Conic Programming (MICP) model for community microgrids considering the network operational constraints and building thermal dynamics. The proposed optimization model optimizes not only the operating cost, including fuel cost, purchasing cost, battery degradation cost, voluntary load shedding cost and the cost associated with customer discomfort due to room temperature deviation from the set point, but also several performance indices, including voltage deviation, network power loss and power factor at the Point of Common Coupling (PCC). In particular, the detailed thermal dynamic model of buildings is integrated into the distribution optimal power flow (D-OPF)more » model for the optimal operation of community microgrids. The heating, ventilation and air-conditioning (HVAC) systems can be scheduled intelligently to reduce the electricity cost while maintaining the indoor temperature in the comfort range set by customers. Numerical simulation results show the effectiveness of the proposed model and significant saving in electricity cost could be achieved with network operational constraints satisfied.« less

  10. Identifying network representation issues with the network trip.

    DOT National Transportation Integrated Search

    2012-04-23

    The purpose of this study was to evaluate the effects of road-network representation on the application of the Network Robustness Index (NRI), using the Chittenden County Regional Transportation Model. The results are expected to improve the requirem...

  11. Community-Based Social Networks: Generation of Power Law Degree Distribution and IP Solutions to the KPP

    ERIC Educational Resources Information Center

    Wu, Wentao

    2012-01-01

    The objective of this thesis is two-fold: (1) to investigate the degree distribution property of community-based social networks (CSNs) and (2) to provide solutions to a pertinent problem, the Key Player Problem. In the first part of this thesis, we consider a growing community-based network in which the ability of nodes competing for links to new…

  12. A Networking of Community-Based Speech Therapy: Borabue District, Maha Sarakham.

    PubMed

    Pumnum, Tawitree; Kum-ud, Weawta; Prathanee, Benjamas

    2015-08-01

    Most children with cleft lip and palate have articulation problems because of compensatory articulation disorders from velopharyngeal insufficiency. Theoretically, children should receive speech therapy from a speech and language pathologist (SLP) 1-2 sessions per week. For developing countries, particularly Thailand, most of them cannot reach standard speech services because of limitation of speech services and SLP Networking of a Community-Based Speech Model might be an appropriate way to solve this problem. To study the effectiveness of a networking of Khon Kaen University (KKU) Community-Based Speech Model, Non Thong Tambon Health Promotion Hospital, Borabue, Maha Sarakham, in decreasing the number of articulation errors for children with CLP. Six children with cleft lip and palate (CLP) who lived in Borabue and the surrounding district, Maha Sarakham, and had medical records in Srinagarind Hospital. They were assessed for pre- and post-articulation errors and provided speech therapy by SLP via teaching on service for speech assistant (SA). Then, children with CLP received speech correction (SC) by SA based on assignment and caregivers practiced home program for a year. Networking of Non Thong Tambon Health Promotion Hospital, Borabue, Maha Sarakham significantly reduce the number of post-articulation errors for 3 children with CLP. There were factors affecting the results in treatment of other children as follows: delayed speech and language development, hypernaslaity, and consistency of SC at local hospital and home. A networking of KKU Community-Based Speech Model, Non Thong Tambon Health Promotion Hospital, Borabue, and Maha Sarakham was a good way to enhance speech therapy in Thailand or other developing countries, where have limitation of speech services or lack of professionals.

  13. Identifying protein complexes in PPI network using non-cooperative sequential game.

    PubMed

    Maulik, Ujjwal; Basu, Srinka; Ray, Sumanta

    2017-08-21

    Identifying protein complexes from protein-protein interaction (PPI) network is an important and challenging task in computational biology as it helps in better understanding of cellular mechanisms in various organisms. In this paper we propose a noncooperative sequential game based model for protein complex detection from PPI network. The key hypothesis is that protein complex formation is driven by mechanism that eventually optimizes the number of interactions within the complex leading to dense subgraph. The hypothesis is drawn from the observed network property named small world. The proposed multi-player game model translates the hypothesis into the game strategies. The Nash equilibrium of the game corresponds to a network partition where each protein either belong to a complex or form a singleton cluster. We further propose an algorithm to find the Nash equilibrium of the sequential game. The exhaustive experiment on synthetic benchmark and real life yeast networks evaluates the structural as well as biological significance of the network partitions.

  14. Identifying familiar strangers in human encounter networks

    NASA Astrophysics Data System (ADS)

    Liang, Di; Li, Xiang; Zhang, Yi-Qing

    2016-10-01

    Familiar strangers, pairs of individuals who encounter repeatedly but never know each other, have been discovered for four decades yet lack an effective method to identify. Here we propose a novel method called familiar stranger classifier (FSC) to identify familiar strangers from three empirical datasets, and classify human relationships into four types, i.e., familiar stranger (FS), in-role (IR), friend (F) and stranger (S). The analyses of the human encounter networks show that the average number of FS one may encounter is finite but larger than the Dunbar Number, and their encounters are structurally more stable and denser than those of S, indicating the encounters of FS are not limited by the social capacity, and more robust than the random scenario. Moreover, the temporal statistics of encounters between FS over the whole time span show strong periodicity, which are diverse from the bursts of encounters within one day, suggesting the significance of longitudinal patterns of human encounters. The proposed method to identify FS in this paper provides a valid framework to understand human encounter patterns and analyse complex human social behaviors.

  15. Communities and classes in symmetric fractals

    NASA Astrophysics Data System (ADS)

    Krawczyk, Małgorzata J.

    2015-07-01

    Two aspects of fractal networks are considered: the community structure and the class structure, where classes of nodes appear as a consequence of a local symmetry of nodes. The analyzed systems are the networks constructed for two selected symmetric fractals: the Sierpinski triangle and the Koch curve. Communities are searched for by means of a set of differential equations. Overlapping nodes which belong to two different communities are identified by adding some noise to the initial connectivity matrix. Then, a node can be characterized by a spectrum of probabilities of belonging to different communities. Our main goal is that the overlapping nodes with the same spectra belong to the same class.

  16. A network analysis of the Chinese medicine Lianhua-Qingwen formula to identify its main effective components.

    PubMed

    Wang, Chun-Hua; Zhong, Yi; Zhang, Yan; Liu, Jin-Ping; Wang, Yue-Fei; Jia, Wei-Na; Wang, Guo-Cai; Li, Zheng; Zhu, Yan; Gao, Xiu-Mei

    2016-02-01

    Chinese medicine is known to treat complex diseases with multiple components and multiple targets. However, the main effective components and their related key targets and functions remain to be identified. Herein, a network analysis method was developed to identify the main effective components and key targets of a Chinese medicine, Lianhua-Qingwen Formula (LQF). The LQF is commonly used for the prevention and treatment of viral influenza in China. It is composed of 11 herbs, gypsum and menthol with 61 compounds being identified in our previous work. In this paper, these 61 candidate compounds were used to find their related targets and construct the predicted-target (PT) network. An influenza-related protein-protein interaction (PPI) network was constructed and integrated with the PT network. Then the compound-effective target (CET) network and compound-ineffective target network (CIT) were extracted, respectively. A novel approach was developed to identify effective components by comparing CET and CIT networks. As a result, 15 main effective components were identified along with 61 corresponding targets. 7 of these main effective components were further experimentally validated to have antivirus efficacy in vitro. The main effective component-target (MECT) network was further constructed with main effective components and their key targets. Gene Ontology (GO) analysis of the MECT network predicted key functions such as NO production being modulated by the LQF. Interestingly, five effective components were experimentally tested and exhibited inhibitory effects on NO production in the LPS induced RAW 264.7 cell. In summary, we have developed a novel approach to identify the main effective components in a Chinese medicine LQF and experimentally validated some of the predictions.

  17. Predicting community responses to perturbations in the face of imperfect knowledge and network complexity

    USGS Publications Warehouse

    Novak, M.; Wootton, J.T.; Doak, D.F.; Emmerson, M.; Estes, J.A.; Tinker, M.T.

    2011-01-01

    How best to predict the effects of perturbations to ecological communities has been a long-standing goal for both applied and basic ecology. This quest has recently been revived by new empirical data, new analysis methods, and increased computing speed, with the promise that ecologically important insights may be obtainable from a limited knowledge of community interactions. We use empirically based and simulated networks of varying size and connectance to assess two limitations to predicting perturbation responses in multispecies communities: (1) the inaccuracy by which species interaction strengths are empirically quantified and (2) the indeterminacy of species responses due to indirect effects associated with network size and structure. We find that even modest levels of species richness and connectance (??25 pairwise interactions) impose high requirements for interaction strength estimates because system indeterminacy rapidly overwhelms predictive insights. Nevertheless, even poorly estimated interaction strengths provide greater average predictive certainty than an approach that uses only the sign of each interaction. Our simulations provide guidance in dealing with the trade-offs involved in maximizing the utility of network approaches for predicting dynamics in multispecies communities. ?? 2011 by the Ecological Society of America.

  18. Links between real and virtual networks: a comparative study of online communities in Japan and Korea.

    PubMed

    Ishii, Kenichi; Ogasahara, Morihiro

    2007-04-01

    The present study explores how online communities affect real-world personal relations based on a cross-cultural survey conducted in Japan and Korea. Findings indicate that the gratifications of online communities moderate the effects of online communities on social participation. Online communities are categorized into a real-group-based community and a virtual-network-based community. The membership of real-group-based online community is positively correlated with social bonding gratification and negatively correlated with information- seeking gratification. Japanese users prefer more virtual-network-based online communities, while their Korean counterparts prefer real-group-based online communities. Korean users are more active in online communities and seek a higher level of socializing gratifications, such as social bonding and making new friends, when compared with their Japanese counterparts. These results indicate that in Korea, personal relations via the online community are closely associated with the real-world personal relations, but this is not the case in Japan. This study suggests that the effects of the Internet are culture-specific and that the online community can serve a different function in different cultural environments.

  19. Subcommunities and Their Mutual Relationships in a Transaction Network

    NASA Astrophysics Data System (ADS)

    Iino, T.; Iyetomi, H.

    We investigate a Japanese transaction network consisting ofabout 800 thousand firms (nodes) and four million business relations (links) with focus on its modular structure. Communities detected by maximizing modularity often are dominated by firms with common features or behaviors in the network, such as characterized by regions or industry sectors. However, it is well known that the modularity optimization approach has a resolution limit problem, that is, it fails in identifying fine communities buried in large communities. To unfold such hidden structures, we apply the community detection to each of subnetworks formed by isolating those communities from the whole body. Subcommunities thus identified are composed of firms with finer regions, more specified sectors or business affiliations. Also we introduce a new idea of reduced modularity matrix to measure the strength of relations between (sub)communities.

  20. Identifying a set of influential spreaders in complex networks

    NASA Astrophysics Data System (ADS)

    Zhang, Jian-Xiong; Chen, Duan-Bing; Dong, Qiang; Zhao, Zhi-Dan

    2016-06-01

    Identifying a set of influential spreaders in complex networks plays a crucial role in effective information spreading. A simple strategy is to choose top-r ranked nodes as spreaders according to influence ranking method such as PageRank, ClusterRank and k-shell decomposition. Besides, some heuristic methods such as hill-climbing, SPIN, degree discount and independent set based are also proposed. However, these approaches suffer from a possibility that some spreaders are so close together that they overlap sphere of influence or time consuming. In this report, we present a simply yet effectively iterative method named VoteRank to identify a set of decentralized spreaders with the best spreading ability. In this approach, all nodes vote in a spreader in each turn, and the voting ability of neighbors of elected spreader will be decreased in subsequent turn. Experimental results on four real networks show that under Susceptible-Infected-Recovered (SIR) and Susceptible-Infected (SI) models, VoteRank outperforms the traditional benchmark methods on both spreading rate and final affected scale. What’s more, VoteRank has superior computational efficiency.

  1. Identifying a system of predominant negative symptoms: Network analysis of three randomized clinical trials.

    PubMed

    Levine, Stephen Z; Leucht, Stefan

    2016-12-01

    Reasons for the recent mixed success of research into negative symptoms may be informed by conceptualizing negative symptoms as a system that is identifiable from network analysis. We aimed to identify: (I) negative symptom systems; (I) central negative symptoms within each system; and (III) differences between the systems, based on network analysis of negative symptoms for baseline, endpoint and change. Patients with chronic schizophrenia and predominant negative symptoms participated in three clinical trials that compared placebo and amisulpride to 60days (n=487). Networks analyses were computed from the Scale for the Assessment of Negative Symptoms (SANS) scores for baseline and endpoint for severity, and estimated change based on mixed models. Central symptoms to each network were identified. The networks were contrasted for connectivity with permutation tests. Network analysis showed that the baseline and endpoint symptom severity systems formed symptom groups of Affect, Poor responsiveness, Lack of interest, and Apathy-inattentiveness. The baseline and endpoint networks did not significantly differ in terms of connectivity, but both significantly (P<0.05) differed to the change network. In the change network the apathy-inattentiveness symptom group split into three other groups. The most central symptoms were Decreased Spontaneous Movements at baseline and endpoint, and Poverty of Speech for estimated change. Results provide preliminary evidence for: (I) a replicable negative symptom severity system; and (II) symptoms with high centrality (e.g., Decreased Spontaneous Movement), that may be future treatment targets following replication to ensure the curent results generalize to other samples. Copyright © 2016 Elsevier B.V. All rights reserved.

  2. Parameterized centrality metric for network analysis

    NASA Astrophysics Data System (ADS)

    Ghosh, Rumi; Lerman, Kristina

    2011-06-01

    A variety of metrics have been proposed to measure the relative importance of nodes in a network. One of these, alpha-centrality [P. Bonacich, Am. J. Sociol.0002-960210.1086/228631 92, 1170 (1987)], measures the number of attenuated paths that exist between nodes. We introduce a normalized version of this metric and use it to study network structure, for example, to rank nodes and find community structure of the network. Specifically, we extend the modularity-maximization method for community detection to use this metric as the measure of node connectivity. Normalized alpha-centrality is a powerful tool for network analysis, since it contains a tunable parameter that sets the length scale of interactions. Studying how rankings and discovered communities change when this parameter is varied allows us to identify locally and globally important nodes and structures. We apply the proposed metric to several benchmark networks and show that it leads to better insights into network structure than alternative metrics.

  3. Back propagation artificial neural network for community Alzheimer's disease screening in China.

    PubMed

    Tang, Jun; Wu, Lei; Huang, Helang; Feng, Jiang; Yuan, Yefeng; Zhou, Yueping; Huang, Peng; Xu, Yan; Yu, Chao

    2013-01-25

    Alzheimer's disease patients diagnosed with the Chinese Classification of Mental Disorders diagnostic criteria were selected from the community through on-site sampling. Levels of macro and trace elements were measured in blood samples using an atomic absorption method, and neurotransmitters were measured using a radioimmunoassay method. SPSS 13.0 was used to establish a database, and a back propagation artificial neural network for Alzheimer's disease prediction was simulated using Clementine 12.0 software. With scores of activities of daily living, creatinine, 5-hydroxytryptamine, age, dopamine and aluminum as input variables, the results revealed that the area under the curve in our back propagation artificial neural network was 0.929 (95% confidence interval: 0.868-0.968), sensitivity was 90.00%, specificity was 95.00%, and accuracy was 92.50%. The findings indicated that the results of back propagation artificial neural network established based on the above six variables were satisfactory for screening and diagnosis of Alzheimer's disease in patients selected from the community.

  4. Back propagation artificial neural network for community Alzheimer's disease screening in China★

    PubMed Central

    Tang, Jun; Wu, Lei; Huang, Helang; Feng, Jiang; Yuan, Yefeng; Zhou, Yueping; Huang, Peng; Xu, Yan; Yu, Chao

    2013-01-01

    Alzheimer's disease patients diagnosed with the Chinese Classification of Mental Disorders diagnostic criteria were selected from the community through on-site sampling. Levels of macro and trace elements were measured in blood samples using an atomic absorption method, and neurotransmitters were measured using a radioimmunoassay method. SPSS 13.0 was used to establish a database, and a back propagation artificial neural network for Alzheimer's disease prediction was simulated using Clementine 12.0 software. With scores of activities of daily living, creatinine, 5-hydroxytryptamine, age, dopamine and aluminum as input variables, the results revealed that the area under the curve in our back propagation artificial neural network was 0.929 (95% confidence interval: 0.868–0.968), sensitivity was 90.00%, specificity was 95.00%, and accuracy was 92.50%. The findings indicated that the results of back propagation artificial neural network established based on the above six variables were satisfactory for screening and diagnosis of Alzheimer's disease in patients selected from the community. PMID:25206598

  5. Semi-supervised spectral algorithms for community detection in complex networks based on equivalence of clustering methods

    NASA Astrophysics Data System (ADS)

    Ma, Xiaoke; Wang, Bingbo; Yu, Liang

    2018-01-01

    Community detection is fundamental for revealing the structure-functionality relationship in complex networks, which involves two issues-the quantitative function for community as well as algorithms to discover communities. Despite significant research on either of them, few attempt has been made to establish the connection between the two issues. To attack this problem, a generalized quantification function is proposed for community in weighted networks, which provides a framework that unifies several well-known measures. Then, we prove that the trace optimization of the proposed measure is equivalent with the objective functions of algorithms such as nonnegative matrix factorization, kernel K-means as well as spectral clustering. It serves as the theoretical foundation for designing algorithms for community detection. On the second issue, a semi-supervised spectral clustering algorithm is developed by exploring the equivalence relation via combining the nonnegative matrix factorization and spectral clustering. Different from the traditional semi-supervised algorithms, the partial supervision is integrated into the objective of the spectral algorithm. Finally, through extensive experiments on both artificial and real world networks, we demonstrate that the proposed method improves the accuracy of the traditional spectral algorithms in community detection.

  6. Integrating text mining, data mining, and network analysis for identifying genetic breast cancer trends.

    PubMed

    Jurca, Gabriela; Addam, Omar; Aksac, Alper; Gao, Shang; Özyer, Tansel; Demetrick, Douglas; Alhajj, Reda

    2016-04-26

    Breast cancer is a serious disease which affects many women and may lead to death. It has received considerable attention from the research community. Thus, biomedical researchers aim to find genetic biomarkers indicative of the disease. Novel biomarkers can be elucidated from the existing literature. However, the vast amount of scientific publications on breast cancer make this a daunting task. This paper presents a framework which investigates existing literature data for informative discoveries. It integrates text mining and social network analysis in order to identify new potential biomarkers for breast cancer. We utilized PubMed for the testing. We investigated gene-gene interactions, as well as novel interactions such as gene-year, gene-country, and abstract-country to find out how the discoveries varied over time and how overlapping/diverse are the discoveries and the interest of various research groups in different countries. Interesting trends have been identified and discussed, e.g., different genes are highlighted in relationship to different countries though the various genes were found to share functionality. Some text analysis based results have been validated against results from other tools that predict gene-gene relations and gene functions.

  7. Identifying Gatekeepers in Online Learning Networks

    ERIC Educational Resources Information Center

    Gursakal, Necmi; Bozkurt, Aras

    2017-01-01

    The rise of the networked society has not only changed our perceptions but also the definitions, roles, processes and dynamics of online learning networks. From offline to online worlds, networks are everywhere and gatekeepers are an important entity in these networks. In this context, the purpose of this paper is to explore gatekeeping and…

  8. ICan: An Integrated Co-Alteration Network to Identify Ovarian Cancer-Related Genes

    PubMed Central

    Zhou, Yuanshuai; Liu, Yongjing; Li, Kening; Zhang, Rui; Qiu, Fujun; Zhao, Ning; Xu, Yan

    2015-01-01

    Background Over the last decade, an increasing number of integrative studies on cancer-related genes have been published. Integrative analyses aim to overcome the limitation of a single data type, and provide a more complete view of carcinogenesis. The vast majority of these studies used sample-matched data of gene expression and copy number to investigate the impact of copy number alteration on gene expression, and to predict and prioritize candidate oncogenes and tumor suppressor genes. However, correlations between genes were neglected in these studies. Our work aimed to evaluate the co-alteration of copy number, methylation and expression, allowing us to identify cancer-related genes and essential functional modules in cancer. Results We built the Integrated Co-alteration network (ICan) based on multi-omics data, and analyzed the network to uncover cancer-related genes. After comparison with random networks, we identified 155 ovarian cancer-related genes, including well-known (TP53, BRCA1, RB1 and PTEN) and also novel cancer-related genes, such as PDPN and EphA2. We compared the results with a conventional method: CNAmet, and obtained a significantly better area under the curve value (ICan: 0.8179, CNAmet: 0.5183). Conclusion In this paper, we describe a framework to find cancer-related genes based on an Integrated Co-alteration network. Our results proved that ICan could precisely identify candidate cancer genes and provide increased mechanistic understanding of carcinogenesis. This work suggested a new research direction for biological network analyses involving multi-omics data. PMID:25803614

  9. Community Violence, Social Support Networks, Ethnic Group Differences, and Male Perpetration of Intimate Partner Violence

    ERIC Educational Resources Information Center

    Raghavan, Chitra; Rajah, Valli; Gentile, Katie; Collado, Lillian; Kavanagh, Ann Marie

    2009-01-01

    The authors examined how witnessing community violence influenced social support networks and how these networks were associated with male-to-female intimate partner violence (IPV) in ethnically diverse male college students. The authors assessed whether male social support members themselves had perpetrated IPV (male network violence) and whether…

  10. Identifying Jets Using Artifical Neural Networks

    NASA Astrophysics Data System (ADS)

    Rosand, Benjamin; Caines, Helen; Checa, Sofia

    2017-09-01

    We investigate particle jet interactions with the Quark Gluon Plasma (QGP) using artificial neural networks modeled on those used in computer image recognition. We create jet images by binning jet particles into pixels and preprocessing every image. We analyzed the jets with a Multi-layered maxout network and a convolutional network. We demonstrate each network's effectiveness in differentiating simulated quenched jets from unquenched jets, and we investigate the method that the network uses to discriminate among different quenched jet simulations. Finally, we develop a greater understanding of the physics behind quenched jets by investigating what the network learnt as well as its effectiveness in differentiating samples. Yale College Freshman Summer Research Fellowship in the Sciences and Engineering.

  11. Application of the network robustness index to identify critical links supporting Vermont's Bulk milk transportation.

    DOT National Transportation Integrated Search

    2011-08-18

    The food supply chain is an interwoven network consisting of producers, processors, : manufacturers, distributors, retailers, and consumers. With the exception of direct : marketing or community-supported agriculture systems, some or all of these int...

  12. From link-prediction in brain connectomes and protein interactomes to the local-community-paradigm in complex networks

    PubMed Central

    Cannistraci, Carlo Vittorio; Alanis-Lobato, Gregorio; Ravasi, Timothy

    2013-01-01

    Growth and remodelling impact the network topology of complex systems, yet a general theory explaining how new links arise between existing nodes has been lacking, and little is known about the topological properties that facilitate link-prediction. Here we investigate the extent to which the connectivity evolution of a network might be predicted by mere topological features. We show how a link/community-based strategy triggers substantial prediction improvements because it accounts for the singular topology of several real networks organised in multiple local communities - a tendency here named local-community-paradigm (LCP). We observe that LCP networks are mainly formed by weak interactions and characterise heterogeneous and dynamic systems that use self-organisation as a major adaptation strategy. These systems seem designed for global delivery of information and processing via multiple local modules. Conversely, non-LCP networks have steady architectures formed by strong interactions, and seem designed for systems in which information/energy storage is crucial. PMID:23563395

  13. From link-prediction in brain connectomes and protein interactomes to the local-community-paradigm in complex networks.

    PubMed

    Cannistraci, Carlo Vittorio; Alanis-Lobato, Gregorio; Ravasi, Timothy

    2013-01-01

    Growth and remodelling impact the network topology of complex systems, yet a general theory explaining how new links arise between existing nodes has been lacking, and little is known about the topological properties that facilitate link-prediction. Here we investigate the extent to which the connectivity evolution of a network might be predicted by mere topological features. We show how a link/community-based strategy triggers substantial prediction improvements because it accounts for the singular topology of several real networks organised in multiple local communities - a tendency here named local-community-paradigm (LCP). We observe that LCP networks are mainly formed by weak interactions and characterise heterogeneous and dynamic systems that use self-organisation as a major adaptation strategy. These systems seem designed for global delivery of information and processing via multiple local modules. Conversely, non-LCP networks have steady architectures formed by strong interactions, and seem designed for systems in which information/energy storage is crucial.

  14. Identifying environmental health priorities in underserved populations: a study of rural versus urban communities

    PubMed Central

    Bernhard, M.C.; Evans, M.B.; Kent, S.T.; Johnson, E.; Threadgill, S.L.; Tyson, S.; Becker, S.M.; Gohlke, J.M.

    2013-01-01

    Objectives Understanding and effectively addressing persistent health disparities in minority communities requires a clear picture of members’ concerns and priorities. This study was intended to engage residents in urban and rural communities in order to identify environmental health priorities. Specific emphasis was placed on how the communities defined the term environment, their perceptions of environmental exposures as affecting their health, specific priorities in their communities, and differences in urban versus rural populations. Study design A community-engaged approach was used to develop and implement focus groups and compare environmental health priorities in urban versus rural communities. Methods A total of eight focus groups were conducted: four in rural and four in urban communities. Topics included defining the term environment, how the environment may affect health, and environmental priorities within their communities, using both open discussion and a predefined list. Data were analysed both qualitatively and quantitatively to identify patterns and trends. Results There were important areas of overlap in priorities between urban and rural communities; both emphasized the importance of the social environment and shared a concern over air pollution from industrial sources. In contrast, for urban focus groups, abandoned houses and their social and physical sequelae were a high priority while concerns about adequate sewer and water services and road maintenance were high priorities in rural communities. Conclusions This study was able to identify environmental health priorities in urban versus rural minority communities. In contrast to some previous risk perception research, the results of this study suggest prioritization of tangible, known risks in everyday life instead of rare, disaster-related events, even in communities that have recently experienced devastating damage from tornadoes. The findings can help inform future efforts to study

  15. Dynamic social community detection and its applications.

    PubMed

    Nguyen, Nam P; Dinh, Thang N; Shen, Yilin; Thai, My T

    2014-01-01

    Community structure is one of the most commonly observed features of Online Social Networks (OSNs) in reality. The knowledge of this feature is of great advantage: it not only provides helpful insights into developing more efficient social-aware solutions but also promises a wide range of applications enabled by social and mobile networking, such as routing strategies in Mobile Ad Hoc Networks (MANETs) and worm containment in OSNs. Unfortunately, understanding this structure is very challenging, especially in dynamic social networks where social interactions are evolving rapidly. Our work focuses on the following questions: How can we efficiently identify communities in dynamic social networks? How can we adaptively update the network community structure based on its history instead of recomputing from scratch? To this end, we present Quick Community Adaptation (QCA), an adaptive modularity-based framework for not only discovering but also tracing the evolution of network communities in dynamic OSNs. QCA is very fast and efficient in the sense that it adaptively updates and discovers the new community structure based on its history together with the network changes only. This flexible approach makes QCA an ideal framework applicable for analyzing large-scale dynamic social networks due to its lightweight computing-resource requirement. To illustrate the effectiveness of our framework, we extensively test QCA on both synthesized and real-world social networks including Enron, arXiv e-print citation, and Facebook networks. Finally, we demonstrate the applicability of QCA in real applications: (1) A social-aware message forwarding strategy in MANETs, and (2) worm propagation containment in OSNs. Competitive results in comparison with other methods reveal that social-based techniques employing QCA as a community detection core outperform current available methods.

  16. Dynamic Social Community Detection and Its Applications

    PubMed Central

    Nguyen, Nam P.; Dinh, Thang N.; Shen, Yilin; Thai, My T.

    2014-01-01

    Community structure is one of the most commonly observed features of Online Social Networks (OSNs) in reality. The knowledge of this feature is of great advantage: it not only provides helpful insights into developing more efficient social-aware solutions but also promises a wide range of applications enabled by social and mobile networking, such as routing strategies in Mobile Ad Hoc Networks (MANETs) and worm containment in OSNs. Unfortunately, understanding this structure is very challenging, especially in dynamic social networks where social interactions are evolving rapidly. Our work focuses on the following questions: How can we efficiently identify communities in dynamic social networks? How can we adaptively update the network community structure based on its history instead of recomputing from scratch? To this end, we present Quick Community Adaptation (QCA), an adaptive modularity-based framework for not only discovering but also tracing the evolution of network communities in dynamic OSNs. QCA is very fast and efficient in the sense that it adaptively updates and discovers the new community structure based on its history together with the network changes only. This flexible approach makes QCA an ideal framework applicable for analyzing large-scale dynamic social networks due to its lightweight computing-resource requirement. To illustrate the effectiveness of our framework, we extensively test QCA on both synthesized and real-world social networks including Enron, arXiv e-print citation, and Facebook networks. Finally, we demonstrate the applicability of QCA in real applications: (1) A social-aware message forwarding strategy in MANETs, and (2) worm propagation containment in OSNs. Competitive results in comparison with other methods reveal that social-based techniques employing QCA as a community detection core outperform current available methods. PMID:24722164

  17. European national healthy city networks: the impact of an elite epistemic community.

    PubMed

    Heritage, Zoë; Green, Geoff

    2013-10-01

    National healthy cities networks (NNs) were created 20 years ago to support the development of healthy cities within the WHO Europe Region. Using the concept of epistemic communities, the evolution and impact of NNs is considered, as is their future development. Healthy cities national networks are providing information, training and support to member cities. In many cases, they are also involved in supporting national public health policy development and disseminating out healthy city principles to other local authorities. National networks are a fragile but an extremely valuable resource for sharing public health knowledge.

  18. Inter-subject FDG PET Brain Networks Exhibit Multi-scale Community Structure with Different Normalization Techniques.

    PubMed

    Sperry, Megan M; Kartha, Sonia; Granquist, Eric J; Winkelstein, Beth A

    2018-07-01

    Inter-subject networks are used to model correlations between brain regions and are particularly useful for metabolic imaging techniques, like 18F-2-deoxy-2-(18F)fluoro-D-glucose (FDG) positron emission tomography (PET). Since FDG PET typically produces a single image, correlations cannot be calculated over time. Little focus has been placed on the basic properties of inter-subject networks and if they are affected by group size and image normalization. FDG PET images were acquired from rats (n = 18), normalized by whole brain, visual cortex, or cerebellar FDG uptake, and used to construct correlation matrices. Group size effects on network stability were investigated by systematically adding rats and evaluating local network connectivity (node strength and clustering coefficient). Modularity and community structure were also evaluated in the differently normalized networks to assess meso-scale network relationships. Local network properties are stable regardless of normalization region for groups of at least 10. Whole brain-normalized networks are more modular than visual cortex- or cerebellum-normalized network (p < 0.00001); however, community structure is similar at network resolutions where modularity differs most between brain and randomized networks. Hierarchical analysis reveals consistent modules at different scales and clustering of spatially-proximate brain regions. Findings suggest inter-subject FDG PET networks are stable for reasonable group sizes and exhibit multi-scale modularity.

  19. Supervision of care networks for frail community dwelling adults aged 75 years and older: protocol of a mixed methods study

    PubMed Central

    Verver, Didi; Merten, Hanneke; Robben, Paul; Wagner, Cordula

    2015-01-01

    Introduction The Dutch healthcare inspectorate (IGZ) supervises the quality and safety of healthcare in the Netherlands. Owing to the growing population of (community dwelling) older adults and changes in the Dutch healthcare system, the IGZ is exploring new methods to effectively supervise care networks that exist around frail older adults. The composition of these networks, where formal and informal care takes place, and the lack of guidelines and quality and risk indicators make supervision complicated in the current situation. Methods and analysis This study consists of four phases. The first phase identifies risks for community dwelling frail older adults in the existing literature. In the second phase, a qualitative pilot study will be conducted to assess the needs and wishes of the frail older adults concerning care and well-being, perception of risks, and the composition of their networks, collaboration and coordination between care providers involved in the network. In the third phase, questionnaires based on the results of phase II will be sent to a larger group of frail older adults (n=200) and their care providers. The results will describe the composition of their care networks and prioritise risks concerning community dwelling older adults. Also, it will provide input for the development of a new supervision framework by the IGZ. During phase IV, a second questionnaire will be sent to the participants of phase III to establish changes of perception in risks and possible changes in the care networks. The framework will be tested by the IGZ in pilots, and the researchers will evaluate these pilots and provide feedback to the IGZ. Ethics and dissemination The study protocol was approved by the Scientific Committee of the EMGO+institute and the Medical Ethical review committee of the VU University Medical Centre. Results will be presented in scientific articles and reports and at meetings. PMID:26307619

  20. Asian Pacific Islander dementia care network: a model of care for underserved communities.

    PubMed

    Kally, Zina; Cherry, Debra L; Howland, Susan; Villarruel, Monica

    2014-01-01

    This study presents the results of the work of the Asian Pacific Islander Dementia Care Network (APIDCN)--a collaborative model of care created to develop community capacity to deliver dementia capable services, build community awareness about Alzheimer's disease and other dementias, and offer direct services to caregivers in the API community in Los Angeles. Through trainings, mentoring, and outreach campaigns, the APIDCN expanded the availability of culturally competent services in the API community. The knowledge that was embedded within partner organizations and in the community at large assures sustainability of the services after the project ended.