WorldWideScience

Sample records for flocking-based document clustering

  1. A Flocking Based algorithm for Document Clustering Analysis

    Energy Technology Data Exchange (ETDEWEB)

    Cui, Xiaohui [ORNL; Gao, Jinzhu [ORNL; Potok, Thomas E [ORNL

    2006-01-01

    Social animals or insects in nature often exhibit a form of emergent collective behavior known as flocking. In this paper, we present a novel Flocking based approach for document clustering analysis. Our Flocking clustering algorithm uses stochastic and heuristic principles discovered from observing bird flocks or fish schools. Unlike other partition clustering algorithm such as K-means, the Flocking based algorithm does not require initial partitional seeds. The algorithm generates a clustering of a given set of data through the embedding of the high-dimensional data items on a two-dimensional grid for easy clustering result retrieval and visualization. Inspired by the self-organized behavior of bird flocks, we represent each document object with a flock boid. The simple local rules followed by each flock boid result in the entire document flock generating complex global behaviors, which eventually result in a clustering of the documents. We evaluate the efficiency of our algorithm with both a synthetic dataset and a real document collection that includes 100 news articles collected from the Internet. Our results show that the Flocking clustering algorithm achieves better performance compared to the K- means and the Ant clustering algorithm for real document clustering.

  2. Flocking-based Document Clustering on the Graphics Processing Unit

    Energy Technology Data Exchange (ETDEWEB)

    Cui, Xiaohui [ORNL; Potok, Thomas E [ORNL; Patton, Robert M [ORNL; ST Charles, Jesse Lee [ORNL

    2008-01-01

    Abstract?Analyzing and grouping documents by content is a complex problem. One explored method of solving this problem borrows from nature, imitating the flocking behavior of birds. Each bird represents a single document and flies toward other documents that are similar to it. One limitation of this method of document clustering is its complexity O(n2). As the number of documents grows, it becomes increasingly difficult to receive results in a reasonable amount of time. However, flocking behavior, along with most naturally inspired algorithms such as ant colony optimization and particle swarm optimization, are highly parallel and have found increased performance on expensive cluster computers. In the last few years, the graphics processing unit (GPU) has received attention for its ability to solve highly-parallel and semi-parallel problems much faster than the traditional sequential processor. Some applications see a huge increase in performance on this new platform. The cost of these high-performance devices is also marginal when compared with the price of cluster machines. In this paper, we have conducted research to exploit this architecture and apply its strengths to the document flocking problem. Our results highlight the potential benefit the GPU brings to all naturally inspired algorithms. Using the CUDA platform from NIVIDA? we developed a document flocking implementation to be run on the NIVIDA?GEFORCE 8800. Additionally, we developed a similar but sequential implementation of the same algorithm to be run on a desktop CPU. We tested the performance of each on groups of news articles ranging in size from 200 to 3000 documents. The results of these tests were very significant. Performance gains ranged from three to nearly five times improvement of the GPU over the CPU implementation. This dramatic improvement in runtime makes the GPU a potentially revolutionary platform for document clustering algorithms.

  3. Graphics Processing Unit Enhanced Parallel Document Flocking Clustering

    Energy Technology Data Exchange (ETDEWEB)

    Cui, Xiaohui [ORNL; Potok, Thomas E [ORNL; ST Charles, Jesse Lee [ORNL

    2010-01-01

    Analyzing and clustering documents is a complex problem. One explored method of solving this problem borrows from nature, imitating the flocking behavior of birds. One limitation of this method of document clustering is its complexity O(n2). As the number of documents grows, it becomes increasingly difficult to generate results in a reasonable amount of time. In the last few years, the graphics processing unit (GPU) has received attention for its ability to solve highly-parallel and semi-parallel problems much faster than the traditional sequential processor. In this paper, we have conducted research to exploit this archi- tecture and apply its strengths to the flocking based document clustering problem. Using the CUDA platform from NVIDIA, we developed a doc- ument flocking implementation to be run on the NVIDIA GEFORCE GPU. Performance gains ranged from thirty-six to nearly sixty times improvement of the GPU over the CPU implementation.

  4. A Distributed Agent Implementation of Multiple Species Flocking Model for Document Partitioning Clustering

    Energy Technology Data Exchange (ETDEWEB)

    Cui, Xiaohui [ORNL; Potok, Thomas E [ORNL

    2006-01-01

    The Flocking model, first proposed by Craig Reynolds, is one of the first bio-inspired computational collective behavior models that has many popular applications, such as animation. Our early research has resulted in a flock clustering algorithm that can achieve better performance than the Kmeans or the Ant clustering algorithms for data clustering. This algorithm generates a clustering of a given set of data through the embedding of the highdimensional data items on a two-dimensional grid for efficient clustering result retrieval and visualization. In this paper, we propose a bio-inspired clustering model, the Multiple Species Flocking clustering model (MSF), and present a distributed multi-agent MSF approach for document clustering.

  5. FLOCKING-BASED DOCUMENT CLUSTERING ON THE GRAPHICS PROCESSING UNIT [Book Chapter

    Energy Technology Data Exchange (ETDEWEB)

    Charles, J S; Patton, R M; Potok, T E; Cui, X

    2008-01-01

    Analyzing and grouping documents by content is a complex problem. One explored method of solving this problem borrows from nature, imitating the fl ocking behavior of birds. Each bird represents a single document and fl ies toward other documents that are similar to it. One limitation of this method of document clustering is its complexity O(n2). As the number of documents grows, it becomes increasingly diffi cult to receive results in a reasonable amount of time. However, fl ocking behavior, along with most naturally inspired algorithms such as ant colony optimization and particle swarm optimization, are highly parallel and have experienced improved performance on expensive cluster computers. In the last few years, the graphics processing unit (GPU) has received attention for its ability to solve highly-parallel and semi-parallel problems much faster than the traditional sequential processor. Some applications see a huge increase in performance on this new platform. The cost of these high-performance devices is also marginal when compared with the price of cluster machines. In this paper, we have conducted research to exploit this architecture and apply its strengths to the document flocking problem. Our results highlight the potential benefi t the GPU brings to all naturally inspired algorithms. Using the CUDA platform from NVIDIA®, we developed a document fl ocking implementation to be run on the NVIDIA® GEFORCE 8800. Additionally, we developed a similar but sequential implementation of the same algorithm to be run on a desktop CPU. We tested the performance of each on groups of news articles ranging in size from 200 to 3,000 documents. The results of these tests were very signifi cant. Performance gains ranged from three to nearly fi ve times improvement of the GPU over the CPU implementation. This dramatic improvement in runtime makes the GPU a potentially revolutionary platform for document clustering algorithms.

  6. Large-Scale Multi-Dimensional Document Clustering on GPU Clusters

    Energy Technology Data Exchange (ETDEWEB)

    Cui, Xiaohui [ORNL; Mueller, Frank [North Carolina State University; Zhang, Yongpeng [ORNL; Potok, Thomas E [ORNL

    2010-01-01

    Document clustering plays an important role in data mining systems. Recently, a flocking-based document clustering algorithm has been proposed to solve the problem through simulation resembling the flocking behavior of birds in nature. This method is superior to other clustering algorithms, including k-means, in the sense that the outcome is not sensitive to the initial state. One limitation of this approach is that the algorithmic complexity is inherently quadratic in the number of documents. As a result, execution time becomes a bottleneck with large number of documents. In this paper, we assess the benefits of exploiting the computational power of Beowulf-like clusters equipped with contemporary Graphics Processing Units (GPUs) as a means to significantly reduce the runtime of flocking-based document clustering. Our framework scales up to over one million documents processed simultaneously in a sixteennode GPU cluster. Results are also compared to a four-node cluster with higher-end GPUs. On these clusters, we observe 30X-50X speedups, which demonstrates the potential of GPU clusters to efficiently solve massive data mining problems. Such speedups combined with the scalability potential and accelerator-based parallelization are unique in the domain of document-based data mining, to the best of our knowledge.

  7. A Distributed Flocking Approach for Information Stream Clustering Analysis

    Energy Technology Data Exchange (ETDEWEB)

    Cui, Xiaohui [ORNL; Potok, Thomas E [ORNL

    2006-01-01

    Intelligence analysts are currently overwhelmed with the amount of information streams generated everyday. There is a lack of comprehensive tool that can real-time analyze the information streams. Document clustering analysis plays an important role in improving the accuracy of information retrieval. However, most clustering technologies can only be applied for analyzing the static document collection because they normally require a large amount of computation resource and long time to get accurate result. It is very difficult to cluster a dynamic changed text information streams on an individual computer. Our early research has resulted in a dynamic reactive flock clustering algorithm which can continually refine the clustering result and quickly react to the change of document contents. This character makes the algorithm suitable for cluster analyzing dynamic changed document information, such as text information stream. Because of the decentralized character of this algorithm, a distributed approach is a very natural way to increase the clustering speed of the algorithm. In this paper, we present a distributed multi-agent flocking approach for the text information stream clustering and discuss the decentralized architectures and communication schemes for load balance and status information synchronization in this approach.

  8. Micro-flock patterns and macro-clusters in chiral active Brownian disks

    Science.gov (United States)

    Levis, Demian; Liebchen, Benno

    2018-02-01

    Chiral active particles (or self-propelled circle swimmers) feature a rich collective behavior, comprising rotating macro-clusters and micro-flock patterns which consist of phase-synchronized rotating clusters with a characteristic self-limited size. These patterns emerge from the competition of alignment interactions and rotations suggesting that they might occur generically in many chiral active matter systems. However, although excluded volume interactions occur naturally among typical circle swimmers, it is not yet clear if macro-clusters and micro-flock patterns survive their presence. The present work shows that both types of pattern do survive but feature strongly enhance fluctuations regarding the size and shape of the individual clusters. Despite these fluctuations, we find that the average micro-flock size still follows the same characteristic scaling law as in the absence of excluded volume interactions, i.e. micro-flock sizes scale linearly with the single-swimmer radius.

  9. Epidemiology of Mycoplasma agalactiae and Mycoplasma mycoides cluster in flocks of northeastern Brazil

    Directory of Open Access Journals (Sweden)

    Sandra Batista dos Santos

    2018-04-01

    Full Text Available ABSTRACT: The present study aimed to investigate contagious agalactia (CA in flocks from Pernambuco State. The study involved 225 goats and 63 ewes; 288 milk samples and 100 vaginal swabs were collected in total. The PCR assays were carried out using specific primers to Mycoplasma agalactiae and the Mycoplasma mycoides cluster. Among the goat’s milk samples,12.0% (27/225 were positive for Mycoplasma agalactiae DNA, while 5.3% (12/225 contained the Mycoplasma mycoides cluster. Of the vaginal swabs taken from goats, 15.4% (12/78 were positive for Mycoplasma agalactiae DNA and 3.8% (3/78 contained the Mycoplasma mycoides cluster. In the case of ewes, 4.3% (1/23 of the milk samples contained Mycoplasma agalactiae DNA, and 7.5% (3/40 were positive for the Mycoplasma mycoides cluster. Vaginal swabs taken from sheep´s were negative. Analysis of risk factors for mycoplasmosis, showed that goats and sheep flocks on the extensive breeding system are more likely to have mycoplasmosis than those on the intensive breeding system (odds ratio (OR 6.2; p=0.004; meat goat and sheep flocks are more likely to have infection compared to dairy flocks (OR 4.8; p=0.011; unclean animal housing increases the chances of infection (OR 5.0; p=0.031 and not performing quarantine increases the chances of mycoplasmosis (OR 4.6; p=0.042. Based on these findings we conclude that CA syndrome in the semiarid region of Pernambuco state can be associated with Mycoplasma agalactiae and Mycoplasma mycoides cluster.

  10. XML documents cluster research based on frequent subpatterns

    Science.gov (United States)

    Ding, Tienan; Li, Wei; Li, Xiongfei

    2015-12-01

    XML data is widely used in the information exchange field of Internet, and XML document data clustering is the hot research topic. In the XML document clustering process, measure differences between two XML documents is time costly, and impact the efficiency of XML document clustering. This paper proposed an XML documents clustering method based on frequent patterns of XML document dataset, first proposed a coding tree structure for encoding the XML document, and translate frequent pattern mining from XML documents into frequent pattern mining from string. Further, using the cosine similarity calculation method and cohesive hierarchical clustering method for XML document dataset by frequent patterns. Because of frequent patterns are subsets of the original XML document data, so the time consumption of XML document similarity measure is reduced. The experiment runs on synthetic dataset and the real datasets, the experimental result shows that our method is efficient.

  11. FLOCK cluster analysis of mast cell event clustering by high-sensitivity flow cytometry predicts systemic mastocytosis.

    Science.gov (United States)

    Dorfman, David M; LaPlante, Charlotte D; Pozdnyakova, Olga; Li, Betty

    2015-11-01

    In our high-sensitivity flow cytometric approach for systemic mastocytosis (SM), we identified mast cell event clustering as a new diagnostic criterion for the disease. To objectively characterize mast cell gated event distributions, we performed cluster analysis using FLOCK, a computational approach to identify cell subsets in multidimensional flow cytometry data in an unbiased, automated fashion. FLOCK identified discrete mast cell populations in most cases of SM (56/75 [75%]) but only a minority of non-SM cases (17/124 [14%]). FLOCK-identified mast cell populations accounted for 2.46% of total cells on average in SM cases and 0.09% of total cells on average in non-SM cases (P < .0001) and were predictive of SM, with a sensitivity of 75%, a specificity of 86%, a positive predictive value of 76%, and a negative predictive value of 85%. FLOCK analysis provides useful diagnostic information for evaluating patients with suspected SM, and may be useful for the analysis of other hematopoietic neoplasms. Copyright© by the American Society for Clinical Pathology.

  12. Clusterflock: a flocking algorithm for isolating congruent phylogenomic datasets.

    Science.gov (United States)

    Narechania, Apurva; Baker, Richard; DeSalle, Rob; Mathema, Barun; Kolokotronis, Sergios-Orestis; Kreiswirth, Barry; Planet, Paul J

    2016-10-24

    Collective animal behavior, such as the flocking of birds or the shoaling of fish, has inspired a class of algorithms designed to optimize distance-based clusters in various applications, including document analysis and DNA microarrays. In a flocking model, individual agents respond only to their immediate environment and move according to a few simple rules. After several iterations the agents self-organize, and clusters emerge without the need for partitional seeds. In addition to its unsupervised nature, flocking offers several computational advantages, including the potential to reduce the number of required comparisons. In the tool presented here, Clusterflock, we have implemented a flocking algorithm designed to locate groups (flocks) of orthologous gene families (OGFs) that share an evolutionary history. Pairwise distances that measure phylogenetic incongruence between OGFs guide flock formation. We tested this approach on several simulated datasets by varying the number of underlying topologies, the proportion of missing data, and evolutionary rates, and show that in datasets containing high levels of missing data and rate heterogeneity, Clusterflock outperforms other well-established clustering techniques. We also verified its utility on a known, large-scale recombination event in Staphylococcus aureus. By isolating sets of OGFs with divergent phylogenetic signals, we were able to pinpoint the recombined region without forcing a pre-determined number of groupings or defining a pre-determined incongruence threshold. Clusterflock is an open-source tool that can be used to discover horizontally transferred genes, recombined areas of chromosomes, and the phylogenetic 'core' of a genome. Although we used it here in an evolutionary context, it is generalizable to any clustering problem. Users can write extensions to calculate any distance metric on the unit interval, and can use these distances to 'flock' any type of data.

  13. Document clustering methods, document cluster label disambiguation methods, document clustering apparatuses, and articles of manufacture

    Science.gov (United States)

    Sanfilippo, Antonio [Richland, WA; Calapristi, Augustin J [West Richland, WA; Crow, Vernon L [Richland, WA; Hetzler, Elizabeth G [Kennewick, WA; Turner, Alan E [Kennewick, WA

    2009-12-22

    Document clustering methods, document cluster label disambiguation methods, document clustering apparatuses, and articles of manufacture are described. In one aspect, a document clustering method includes providing a document set comprising a plurality of documents, providing a cluster comprising a subset of the documents of the document set, using a plurality of terms of the documents, providing a cluster label indicative of subject matter content of the documents of the cluster, wherein the cluster label comprises a plurality of word senses, and selecting one of the word senses of the cluster label.

  14. Comparison Of Keyword Based Clustering Of Web Documents By Using Openstack 4j And By Traditional Method

    Directory of Open Access Journals (Sweden)

    Shiza Anand

    2015-08-01

    Full Text Available As the number of hypertext documents are increasing continuously day by day on world wide web. Therefore clustering methods will be required to bind documents into the clusters repositories according to the similarity lying between the documents. Various clustering methods exist such as Hierarchical Based K-means Fuzzy Logic Based Centroid Based etc. These keyword based clustering methods takes much more amount of time for creating containers and putting documents in their respective containers. These traditional methods use File Handling techniques of different programming languages for creating repositories and transferring web documents into these containers. In contrast openstack4j SDK is a new technique for creating containers and shifting web documents into these containers according to the similarity in much more less amount of time as compared to the traditional methods. Another benefit of this technique is that this SDK understands and reads all types of files such as jpg html pdf doc etc. This paper compares the time required for clustering of documents by using openstack4j and by traditional methods and suggests various search engines to adopt this technique for clustering so that they give result to the user querries in less amount of time.

  15. Time-asymptotic interactions of two ensembles of Cucker-Smale flocking particles

    Science.gov (United States)

    Ha, Seung-Yeal; Ko, Dongnam; Zhang, Xiongtao; Zhang, Yinglong

    2017-07-01

    We study the time-asymptotic interactions of two ensembles of Cucker-Smale flocking particles. For this, we use a coupled hydrodynamic Cucker-Smale system and discuss two frameworks, leading to mono-cluster and bi-cluster flockings asymptotically depending on initial configurations, coupling strengths, and the far-field decay property of communication weights. Under the proposed two frameworks, we show that mono-cluster and bi-cluster flockings emerge asymptotically exponentially fast and algebraically slow, respectively. Our asymptotic analysis uses the Lyapunov functional approach and a Lagrangian formulation of the coupled system.

  16. Study of parameters of the nearest neighbour shared algorithm on clustering documents

    Science.gov (United States)

    Mustika Rukmi, Alvida; Budi Utomo, Daryono; Imro’atus Sholikhah, Neni

    2018-03-01

    Document clustering is one way of automatically managing documents, extracting of document topics and fastly filtering information. Preprocess of clustering documents processed by textmining consists of: keyword extraction using Rapid Automatic Keyphrase Extraction (RAKE) and making the document as concept vector using Latent Semantic Analysis (LSA). Furthermore, the clustering process is done so that the documents with the similarity of the topic are in the same cluster, based on the preprocesing by textmining performed. Shared Nearest Neighbour (SNN) algorithm is a clustering method based on the number of "nearest neighbors" shared. The parameters in the SNN Algorithm consist of: k nearest neighbor documents, ɛ shared nearest neighbor documents and MinT minimum number of similar documents, which can form a cluster. Characteristics The SNN algorithm is based on shared ‘neighbor’ properties. Each cluster is formed by keywords that are shared by the documents. SNN algorithm allows a cluster can be built more than one keyword, if the value of the frequency of appearing keywords in document is also high. Determination of parameter values on SNN algorithm affects document clustering results. The higher parameter value k, will increase the number of neighbor documents from each document, cause similarity of neighboring documents are lower. The accuracy of each cluster is also low. The higher parameter value ε, caused each document catch only neighbor documents that have a high similarity to build a cluster. It also causes more unclassified documents (noise). The higher the MinT parameter value cause the number of clusters will decrease, since the number of similar documents can not form clusters if less than MinT. Parameter in the SNN Algorithm determine performance of clustering result and the amount of noise (unclustered documents ). The Silhouette coeffisient shows almost the same result in many experiments, above 0.9, which means that SNN algorithm works well

  17. DOCUMENT REPRESENTATION FOR CLUSTERING OF SCIENTIFIC ABSTRACTS

    Directory of Open Access Journals (Sweden)

    S. V. Popova

    2014-01-01

    Full Text Available The key issue of the present paper is clustering of narrow-domain short texts, such as scientific abstracts. The work is based on the observations made when improving the performance of key phrase extraction algorithm. An extended stop-words list was used that was built automatically for the purposes of key phrase extraction and gave the possibility for a considerable quality enhancement of the phrases extracted from scientific publications. A description of the stop- words list creation procedure is given. The main objective is to investigate the possibilities to increase the performance and/or speed of clustering by the above-mentioned list of stop-words as well as information about lexeme parts of speech. In the latter case a vocabulary is applied for the document representation, which contains not all the words that occurred in the collection, but only nouns and adjectives or their sequences encountered in the documents. Two base clustering algorithms are applied: k-means and hierarchical clustering (average agglomerative method. The results show that the use of an extended stop-words list and adjective-noun document representation makes it possible to improve the performance and speed of k-means clustering. In a similar case for average agglomerative method a decline in performance quality may be observed. It is shown that the use of adjective-noun sequences for document representation lowers the clustering quality for both algorithms and can be justified only when a considerable reduction of feature space dimensionality is necessary.

  18. Pigeon interaction mode switch-based UAV distributed flocking control under obstacle environments.

    Science.gov (United States)

    Qiu, Huaxin; Duan, Haibin

    2017-11-01

    Unmanned aerial vehicle (UAV) flocking control is a serious and challenging problem due to local interactions and changing environments. In this paper, a pigeon flocking model and a pigeon coordinated obstacle-avoiding model are proposed based on a behavior that pigeon flocks will switch between hierarchical and egalitarian interaction mode at different flight phases. Owning to the similarity between bird flocks and UAV swarms in essence, a distributed flocking control algorithm based on the proposed pigeon flocking and coordinated obstacle-avoiding models is designed to coordinate a heterogeneous UAV swarm to fly though obstacle environments with few informed individuals. The comparative simulation results are elaborated to show the feasibility, validity and superiority of our proposed algorithm. Copyright © 2017 ISA. Published by Elsevier Ltd. All rights reserved.

  19. Flock-based surveillance for lowpathogenic avian influenza virus in ...

    African Journals Online (AJOL)

    Flock-based surveillance for lowpathogenic avian influenza virus in commercial breeders and layers, southwest Nigeria. ... African Journal of Infectious Diseases ... Background: Flock surveillance systems for avian influenza (AI) virus play a critical role in countries where vaccination is not practiced so as to establish the ...

  20. A flocking based method for brain tractography.

    Science.gov (United States)

    Aranda, Ramon; Rivera, Mariano; Ramirez-Manzanares, Alonso

    2014-04-01

    We propose a new method to estimate axonal fiber pathways from Multiple Intra-Voxel Diffusion Orientations. Our method uses the multiple local orientation information for leading stochastic walks of particles. These stochastic particles are modeled with mass and thus they are subject to gravitational and inertial forces. As result, we obtain smooth, filtered and compact trajectory bundles. This gravitational interaction can be seen as a flocking behavior among particles that promotes better and robust axon fiber estimations because they use collective information to move. However, the stochastic walks may generate paths with low support (outliers), generally associated to incorrect brain connections. In order to eliminate the outlier pathways, we propose a filtering procedure based on principal component analysis and spectral clustering. The performance of the proposal is evaluated on Multiple Intra-Voxel Diffusion Orientations from two realistic numeric diffusion phantoms and a physical diffusion phantom. Additionally, we qualitatively demonstrate the performance on in vivo human brain data. Copyright © 2014 Elsevier B.V. All rights reserved.

  1. Generalised linear mixed models analysis of risk factors for contamination of Danish broiler flocks with Salmonella typhimurium

    DEFF Research Database (Denmark)

    Chriél, Mariann; Stryhn, H.; Dauphin, G.

    1999-01-01

    are the broiler flocks (about 4000 flocks) which are clustered within producers. Broiler flocks with ST-infected parent stocks show increased risk of salmonella infection, and also the hatchery affects the salmonella status significantly. Among the rearing factors, only the use of medicine as well as the time......We present a retrospective observational study of risk factors associated with the occurrence of Salmonella typhimurium (ST) in Danish broiler flocks. The study is based on recordings from 1994 in the ante-mortem database maintained by the Danish Poultry Council. The epidemiological units...

  2. Mobile Sensing of Pedestrian Flocks in Indoor Environments using WiFi Signals

    DEFF Research Database (Denmark)

    Kjærgaard, Mikkel Baun; Wirz, Martin; Roggen, Daniel

    2012-01-01

    a cohesive whole - specifically flocks - with clustering approaches operating on three different feature sets derived from WiFi signals which are comparatively analysed. Automatic detection of flocks has several important applications, including social and psychological sensing and emergency research studies...

  3. Fine‐Grained Mobile Application Clustering Model Using Retrofitted Document Embedding

    Directory of Open Access Journals (Sweden)

    Yeo‐Chan Yoon

    2017-08-01

    Full Text Available In this paper, we propose a fine‐grained mobile application clustering model using retrofitted document embedding. To automatically determine the clusters and their numbers with no predefined categories, the proposed model initializes the clusters based on title keywords and then merges similar clusters. For improved clustering performance, the proposed model distinguishes between an accurate clustering step with titles and an expansive clustering step with descriptions. During the accurate clustering step, an automatically tagged set is constructed as a result. This set is utilized to learn a high‐performance document vector. During the expansive clustering step, more applications are then classified using this document vector. Experimental results showed that the purity of the proposed model increased by 0.19, and the entropy decreased by 1.18, compared with the K‐means algorithm. In addition, the mean average precision improved by more than 0.09 in a comparison with a support vector machine classifier.

  4. Coordinated Behaviour in Pigeon Flocks

    OpenAIRE

    Yomosa, Makoto; Mizuguchi, Tsuyoshi; V?s?rhelyi, G?bor; Nagy, M?t?

    2015-01-01

    We analysed pigeon flock flights using GPS trajectory data to reveal the most important kinematic aspects of flocking behaviour. We quantitatively investigated the internal motion of the flock based on pairwise statistics and found the following general relationships in all datasets: i) the temporal order of decisions characterised by the delay between directional changes is strictly related to the spatial order characterised by the longitudinal relative position within the flock; ii) during ...

  5. Cluster Concept in Policy Planning Documents: the Cases of Latvia and Northern Cyprus

    Directory of Open Access Journals (Sweden)

    Zanete Garanti

    2014-06-01

    Full Text Available Cluster­based entrepreneurship plays an important role in the economy of the 21st century. A regional cluster can be defined as a combination of 5 dimensions – single sector enterprises that cooperate and compete; supportive enterprises from a wide range of sectors; public and government institutions interested in economic development of the sector and region; other institutions, like research, education, finance and others and the fifth is regional dimension, which combines all four previously mentioned dimensions into one region. From the literature review standpoint, the findings of the authors show that cluster ­based entrepreneurship has an important role in stimulating the firm’s performance, competitiveness and innovation. Authors’ findings show that cluster concept is implemented in the EU policy planning documents at all levels, while in the country level cluster policy is not a single policy issue, but is implemented in industry, regional and other policy aspects. Example from Latvia shows that in recent years cluster­based entrepreneurship plays an important, if not central, role in policy planning documents, while evidence from Northern Cyprus shows that the importance attached to the concept of cluster­based economic development has not yet surfaced in the policy documents. Learning from experience of the EU and Latvia, the authors in cooperation with experts from University of Mediterranean Karpasia suggest policy makers in Northern Cyprus to implement cluster­based entrepreneur­ ship ideas in the policy documents using the bottom­up approach. In this way cluster based entrepreneurship is implemented in policy planning documents in Northern Cyprus at region, industry and national level. This paper is the first attempt towards cluster concept recognition in Northern Cyprus and therefore the topic is opened for further discussions and recommendations. The target audience of this paper is policy makers in Northern Cyprus

  6. Personalized Metaheuristic Clustering Onto Web Documents

    Institute of Scientific and Technical Information of China (English)

    Wookey Lee

    2004-01-01

    Optimal clustering for the web documents is known to complicated cornbinatorial Optimization problem and it is hard to develop a generally applicable oplimal algorithm. An accelerated simuIated arlneaIing aIgorithm is developed for automatic web document classification. The web document classification problem is addressed as the problem of best describing a match between a web query and a hypothesized web object. The normalized term frequency and inverse document frequency coefficient is used as a measure of the match. Test beds are generated on - line during the search by transforming model web sites. As a result, web sites can be clustered optimally in terms of keyword vectofs of corresponding web documents.

  7. Web document clustering using hyperlink structures

    Energy Technology Data Exchange (ETDEWEB)

    He, Xiaofeng; Zha, Hongyuan; Ding, Chris H.Q; Simon, Horst D.

    2001-05-07

    With the exponential growth of information on the World Wide Web there is great demand for developing efficient and effective methods for organizing and retrieving the information available. Document clustering plays an important role in information retrieval and taxonomy management for the World Wide Web and remains an interesting and challenging problem in the field of web computing. In this paper we consider document clustering methods exploring textual information hyperlink structure and co-citation relations. In particular we apply the normalized cut clustering method developed in computer vision to the task of hyperdocument clustering. We also explore some theoretical connections of the normalized-cut method to K-means method. We then experiment with normalized-cut method in the context of clustering query result sets for web search engines.

  8. Flock worker's lung: chronic interstitial lung disease in the nylon flocking industry.

    Science.gov (United States)

    Kern, D G; Crausman, R S; Durand, K T; Nayer, A; Kuhn, C

    1998-08-15

    Two young men working at a nylon flocking plant in Rhode Island developed interstitial lung disease of unknown cause. Similar clusters at the same company's Canadian plant were reported previously. To define the extent, clinicopathologic features, and potential causes of the apparent disease outbreak. Case-finding survey and retrospective cohort study. Academic occupational medicine program. All workers employed at the Rhode Island plant on or after 15 June 1990. Symptomatic employees had chest radiography, pulmonary function tests, high-resolution computed tomography, and serologic testing. Those with unexplained radiographic or pulmonary function abnormalities underwent bronchoalveolar lavage, lung biopsy, or both. The case definition of "flock worker's lung" required histologic evidence of interstitial lung disease (or lavage evidence of lung inflammation) not explained by another condition. Eight cases of flock worker's lung were identified at the Rhode Island plant. Three cases were characterized by a high proportion of eosinophils (25% to 40%) in lavage fluid. Six of the seven patients who had biopsy had histologic findings of nonspecific interstitial pneumonia, and the seventh had bronchiolitis obliterans organizing pneumonia. All seven of these patients had peribronchovascular interstitial lymphoid nodules, usually with germinal centers, and most had lymphocytic bronchiolitis and interstitial fibrosis. All improved after leaving work. Review of the Canadian tissue specimens showed many similar histologic findings. Among the 165-member study cohort, a 48-fold or greater increase was seen in the sex-adjusted incidence rate of all interstitial lung disease. Work in the nylon flocking industry poses substantial risk for a previously unrecognized occupational interstitial lung disease. Nylon fiber is the suspected cause of this condition.

  9. The Effects of Tabular-Based Content Extraction on Patent Document Clustering

    Directory of Open Access Journals (Sweden)

    Michael W. Berry

    2012-10-01

    Full Text Available Data can be represented in many different ways within a particular document or set of documents. Hence, attempts to automatically process the relationships between documents or determine the relevance of certain document objects can be problematic. In this study, we have developed software to automatically catalog objects contained in HTML files for patents granted by the United States Patent and Trademark Office (USPTO. Once these objects are recognized, the software creates metadata that assigns a data type to each document object. Such metadata can be easily processed and analyzed for subsequent text mining tasks. Specifically, document similarity and clustering techniques were applied to a subset of the USPTO document collection. Although our preliminary results demonstrate that tables and numerical data do not provide quantifiable value to a document’s content, the stage for future work in measuring the importance of document objects within a large corpus has been set.

  10. Coordinated Behaviour in Pigeon Flocks.

    Directory of Open Access Journals (Sweden)

    Makoto Yomosa

    Full Text Available We analysed pigeon flock flights using GPS trajectory data to reveal the most important kinematic aspects of flocking behaviour. We quantitatively investigated the internal motion of the flock based on pairwise statistics and found the following general relationships in all datasets: i the temporal order of decisions characterised by the delay between directional changes is strictly related to the spatial order characterised by the longitudinal relative position within the flock; ii during circling motion, pigeons use a mixture of two idealised and fundamentally different turning strategies, namely, parallel-path and equal-radius type turning. While pigeons tend to maintain their relative position within the flock on average, as in the parallel-path approximation, those who turn later also get behind as in the equal-radius case. Equal-radius type turning also tends to be expressed more during smaller radius turns.

  11. Design of Connectivity Preserving Flocking Using Control Lyapunov Function

    OpenAIRE

    Erfianto, Bayu; Bambang, Riyanto T.; Hindersah, Hilwadi; Muchtadi-Alamsyah, Intan

    2016-01-01

    This paper investigates cooperative flocking control design with connectivity preserving mechanism. During flocking, interagent distance is measured to determine communication topology of the flocks. Then, cooperative flocking motion is built based on cooperative artificial potential field with connectivity preserving mechanism to achieve the common flocking objective. The flocking control input is then obtained by deriving cooperative artificial potential field using control Lyapunov functio...

  12. Distance Constrained Based Adaptive Flocking Control for Multiagent Networks with Time Delay

    Directory of Open Access Journals (Sweden)

    Qing Zhang

    2015-01-01

    Full Text Available The flocking control of multiagent system is a new type of decentralized control method, which has aroused great attention. The paper includes a detailed research in terms of distance constrained based adaptive flocking control for multiagent system with time delay. Firstly, the program on the adaptive flocking with time delay of multiagent is proposed. Secondly, a kind of adaptive controllers and updating laws are presented. According to the Lyapunov stability theory, it is proved that the distance between agents can be larger than a constant during the motion evolution. What is more, velocities of each agent come to the same asymptotically. Finally, the analytical results can be verified by a numerical example.

  13. An index for quantifying flocking behavior.

    Science.gov (United States)

    Quera, Vicenç; Herrando, Salvador; Beltran, Francesc S; Salas, Laura; Miñano, Meritxell

    2007-12-01

    One of the classic research topics in adaptive behavior is the collective displacement of groups of organisms such as flocks of birds, schools of fish, herds of mammals, and crowds of people. However, most agent-based simulations of group behavior do not provide a quantitative index for determining the point at which the flock emerges. An index was developed of the aggregation of moving individuals in a flock and an example was provided of how it can be used to quantify the degree to which a group of moving individuals actually forms a flock.

  14. Design of Connectivity Preserving Flocking Using Control Lyapunov Function

    Directory of Open Access Journals (Sweden)

    Bayu Erfianto

    2016-01-01

    Full Text Available This paper investigates cooperative flocking control design with connectivity preserving mechanism. During flocking, interagent distance is measured to determine communication topology of the flocks. Then, cooperative flocking motion is built based on cooperative artificial potential field with connectivity preserving mechanism to achieve the common flocking objective. The flocking control input is then obtained by deriving cooperative artificial potential field using control Lyapunov function. As a result, we prove that our flocking protocol establishes group stabilization and the communication topology of multiagent flocking is always connected.

  15. Cohesive motion in one-dimensional flocking

    International Nuclear Information System (INIS)

    Dossetti, V

    2012-01-01

    A one-dimensional rule-based model for flocking, which combines velocity alignment and long-range centering interactions, is presented and studied. The induced cohesion in the collective motion of the self-propelled agents leads to unique group behavior that contrasts with previous studies. Our results show that the largest cluster of particles, in the condensed states, develops a mean velocity slower than the preferred one in the absence of noise. For strong noise, the system also develops a non-vanishing mean velocity, alternating its direction of motion stochastically. This allows us to address the directional switching phenomenon. The effects of different sources of stochasticity on the system are also discussed. (paper)

  16. Clustering document fragments using background color and texture information

    Science.gov (United States)

    Chanda, Sukalpa; Franke, Katrin; Pal, Umapada

    2012-01-01

    Forensic analysis of questioned documents sometimes can be extensively data intensive. A forensic expert might need to analyze a heap of document fragments and in such cases to ensure reliability he/she should focus only on relevant evidences hidden in those document fragments. Relevant document retrieval needs finding of similar document fragments. One notion of obtaining such similar documents could be by using document fragment's physical characteristics like color, texture, etc. In this article we propose an automatic scheme to retrieve similar document fragments based on visual appearance of document paper and texture. Multispectral color characteristics using biologically inspired color differentiation techniques are implemented here. This is done by projecting document color characteristics to Lab color space. Gabor filter-based texture analysis is used to identify document texture. It is desired that document fragments from same source will have similar color and texture. For clustering similar document fragments of our test dataset we use a Self Organizing Map (SOM) of dimension 5×5, where the document color and texture information are used as features. We obtained an encouraging accuracy of 97.17% from 1063 test images.

  17. A discontinuous Galerkin method on kinetic flocking models

    OpenAIRE

    Tan, Changhui

    2014-01-01

    We study kinetic representations of flocking models. They arise from agent-based models for self-organized dynamics, such as Cucker-Smale and Motsch-Tadmor models. We prove flocking behavior for the kinetic descriptions of flocking systems, which indicates a concentration in velocity variable in infinite time. We propose a discontinuous Galerkin method to treat the asymptotic $\\delta$-singularity, and construct high order positive preserving scheme to solve kinetic flocking systems.

  18. 2D Hand Tracking Based on Flocking with Obstacle Avoidance

    Directory of Open Access Journals (Sweden)

    Zihong Chen

    2014-02-01

    Full Text Available Hand gesture-based interaction provides a natural and powerful means for human-computer interaction. It is also a good interface for human-robot interaction. However, most of the existing proposals are likely to fail when they meet some skin-coloured objects, especially the face region. In this paper, we present a novel hand tracking method which can track the features of the hand based on the obstacle avoidance flocking behaviour model to overcome skin-coloured distractions. It allows features to be split into two groups under severe distractions and merge later. The experiment results show that our method can track the hand in a cluttered background or when passing the face, while the Flocking of Features (FoF and the Mean Shift Embedded Particle Filter (MSEPF methods may fail. These results suggest that our method has better performance in comparison with the previous methods. It may therefore be helpful to promote the use of the hand gesture-based human-robot interaction method.

  19. Temporal and contextual consistency of leadership in homing pigeon flocks.

    Directory of Open Access Journals (Sweden)

    Carlos D Santos

    Full Text Available Organized flight of homing pigeons (Columba livia was previously shown to rely on simple leadership rules between flock mates, yet the stability of this social structuring over time and across different contexts remains unclear. We quantified the repeatability of leadership-based flock structures within a flight and across multiple flights conducted with the same animals. We compared two contexts of flock composition: flocks of birds of the same age and flight experience; and, flocks of birds of different ages and flight experience. All flocks displayed consistent leadership-based structures over time, showing that individuals have stable roles in the navigational decisions of the flock. However, flocks of balanced age and flight experience exhibited reduced leadership stability, indicating that these factors promote flock structuring. Our study empirically demonstrates that leadership and followership are consistent behaviours in homing pigeon flocks, but such consistency is affected by the heterogeneity of individual flight experiences and/or age. Similar evidence from other species suggests leadership as an important mechanism for coordinated motion in small groups of animals with strong social bonds.

  20. High prevalence of turkey parvovirus in turkey flocks from Hungary experiencing enteric disease syndromes.

    Science.gov (United States)

    Palade, Elena Alina; Demeter, Zoltán; Hornyák, Akos; Nemes, Csaba; Kisary, János; Rusvai, Miklós

    2011-09-01

    Samples collected in 2008 and 2009, from 49 turkey flocks of 6 to 43 days in age and presenting clinical signs of enteric disease and high mortality, were tested by polymerase chain reaction and reverse transcription-polymerase chain reaction for the presence of viruses currently associated with enteric disease (ED) syndromes: astrovirus, reovirus, rotavirus, coronavirus, adenovirus, and parvovirus. Turkey astroviruses were found in 83.67% of the cases and turkey astrovirus 2 (TAst-2) in 26.53%. The investigations directly demonstrated the high prevalence of turkey parvovirus (TuPV) in 23 flocks (46.9%) experiencing signs of ED, making this pathogen the second most identified after astroviruses. Phylogenetic analysis on a 527 base pair-long region from the NS1 gene revealed two main clusters, a chicken parvovirus (ChPV) and a TuPV group, but also the presence of a divergent branch of tentatively named "TuPV-like ChPV" strains. The 23 Hungarian TuPV strains were separately positioned in two groups from the American origin sequences in the TuPV cluster. An Avail-based restriction fragment length polymorphism assay has also been developed for the quick differentiation of TuPV, ChPV, and divergent TuPV-like ChPV strains. As most detected enteric viruses have been directly demonstrated in healthy turkey flocks as well, the epidemiology of this disease complex remains unclear, suggesting that a certain combination of pathogens, environmental factors, or both are necessary for the development of clinical signs.

  1. From particle to kinetic and hydrodynamic descriptions of flocking

    OpenAIRE

    Ha, Seung-Yeal; Tadmor, Eitan

    2008-01-01

    We discuss the Cucker-Smale's (C-S) particle model for flocking, deriving precise conditions for flocking to occur when pairwise interactions are sufficiently strong long range. We then derive a Vlasov-type kinetic model for the C-S particle model and prove it exhibits time-asymptotic flocking behavior for arbitrary compactly supported initial data. Finally, we introduce a hydrodynamic description of flocking based on the C-S Vlasov-type kinetic model and prove flocking behavior \\emph{without...

  2. Triangular clustering in document networks

    Energy Technology Data Exchange (ETDEWEB)

    Cheng Xueqi; Ren Fuxin [Institute of Computing Technology, Chinese Academy of Sciences, Beijing 100190 (China); Zhou Shi [Department of Computer Science, University College London, Malet Place, London WC1E 6BT (United Kingdom); Hu Maobin [School of Engineering Science, University of Science and Technology of China, Hefei 230026 (China)], E-mail: cxq@ict.ac.cn, E-mail: renfuxin@software.ict.ac.cn, E-mail: s.zhou@adastral.ucl.ac.uk, E-mail: humaobin@ustc.edu.cn

    2009-03-15

    Document networks have the characteristic that a document node, e.g. a webpage or an article, carries meaningful content. Properties of document networks are not only affected by topological connectivity between nodes, but are also strongly influenced by the semantic relation between the content of the nodes. We observed that document networks have a large number of triangles and a high value clustering coefficient. Also there is a strong correlation between the probability of formation of a triangle and the content similarity among the three nodes involved. We propose the degree-similarity product (DSP) model, which well reproduces these properties. The model achieves this by using a preferential attachment mechanism that favours the linkage between nodes that are both popular and similar. This work is a step forward towards a better understanding of the structure and evolution of document networks.

  3. Self-Organized Fission Control for Flocking System

    Directory of Open Access Journals (Sweden)

    Mingyong Liu

    2015-01-01

    Full Text Available This paper studies the self-organized fission control problem for flocking system. Motivated by the fission behavior of biological flocks, information coupling degree (ICD is firstly designed to represent the interaction intensity between individuals. Then, from the information transfer perspective, a “maximum-ICD” based pairwise interaction rule is proposed to realize the directional information propagation within the flock. Together with the “separation/alignment/cohesion” rules, a self-organized fission control algorithm is established that achieves the spontaneous splitting of flocking system under conflict external stimuli. Finally, numerical simulations are provided to demonstrate the effectiveness of the proposed algorithm.

  4. Evaluation of Hierarchical Clustering Algorithms for Document Datasets

    National Research Council Canada - National Science Library

    Zhao, Ying; Karypis, George

    2002-01-01

    Fast and high-quality document clustering algorithms play an important role in providing intuitive navigation and browsing mechanisms by organizing large amounts of information into a small number of meaningful clusters...

  5. Flocking in Multi-Agent Systems with Multiple Virtual Leaders Based Only on Position Measurements

    International Nuclear Information System (INIS)

    Su Housheng

    2012-01-01

    Most existing flocking algorithms assume one single virtual leader and rely on information on both relative positions and relative velocities among neighboring agents. In this paper, the problem of controlling a flock of mobile autonomous agents to follow multiple virtual leaders is investigated by using only position information in the sense that agents with the same virtual leader asymptotically attain the same velocity and track the corresponding virtual leader based on only position measurements. A flocking algorithm is proposed under which every agent asymptotically attains its desired velocity, collision between agents can be avoided, and the final tight formation minimizes all agents' global potentials. A simulation example is presented to verify and illustrate the theoretical results. (general)

  6. Impulsive Flocking of Dynamical Multiagent Systems with External Disturbances

    Directory of Open Access Journals (Sweden)

    Fujun Han

    2017-01-01

    Full Text Available Flocking motion of multiagent systems is influenced by various external disturbances in complex environment. By applying disturbance observer, flocking of multiagent systems with exogenous disturbances is studied. Based on the robust features of impulsive control, a distributed impulsive control protocol is presented with disturbance observer, and flocking motion of multiagent systems is analyzed. Moreover, a sufficient condition is obtained to ensure the flocking motion of multiagent systems following a leader. Finally, simulation results show the validity of the theoretical conclusion.

  7. Agent-based method for distributed clustering of textual information

    Science.gov (United States)

    Potok, Thomas E [Oak Ridge, TN; Reed, Joel W [Knoxville, TN; Elmore, Mark T [Oak Ridge, TN; Treadwell, Jim N [Louisville, TN

    2010-09-28

    A computer method and system for storing, retrieving and displaying information has a multiplexing agent (20) that calculates a new document vector (25) for a new document (21) to be added to the system and transmits the new document vector (25) to master cluster agents (22) and cluster agents (23) for evaluation. These agents (22, 23) perform the evaluation and return values upstream to the multiplexing agent (20) based on the similarity of the document to documents stored under their control. The multiplexing agent (20) then sends the document (21) and the document vector (25) to the master cluster agent (22), which then forwards it to a cluster agent (23) or creates a new cluster agent (23) to manage the document (21). The system also searches for stored documents according to a search query having at least one term and identifying the documents found in the search, and displays the documents in a clustering display (80) of similarity so as to indicate similarity of the documents to each other.

  8. A SURVEY ON DOCUMENT CLUSTERING APPROACH FOR COMPUTER FORENSIC ANALYSIS

    OpenAIRE

    Monika Raghuvanshi*, Rahul Patel

    2016-01-01

    In a forensic analysis, large numbers of files are examined. Much of the information comprises of in unstructured format, so it’s quite difficult task for computer forensic to perform such analysis. That’s why to do the forensic analysis of document within a limited period of time require a special approach such as document clustering. This paper review different document clustering algorithms methodologies for example K-mean, K-medoid, single link, complete link, average link in accorandance...

  9. QCS: a system for querying, clustering and summarizing documents.

    Energy Technology Data Exchange (ETDEWEB)

    Dunlavy, Daniel M.; Schlesinger, Judith D. (Center for Computing Sciences, Bowie, MD); O' Leary, Dianne P. (University of Maryland, College Park, MD); Conroy, John M. (Center for Computing Sciences, Bowie, MD)

    2006-10-01

    Information retrieval systems consist of many complicated components. Research and development of such systems is often hampered by the difficulty in evaluating how each particular component would behave across multiple systems. We present a novel hybrid information retrieval system--the Query, Cluster, Summarize (QCS) system--which is portable, modular, and permits experimentation with different instantiations of each of the constituent text analysis components. Most importantly, the combination of the three types of components in the QCS design improves retrievals by providing users more focused information organized by topic. We demonstrate the improved performance by a series of experiments using standard test sets from the Document Understanding Conferences (DUC) along with the best known automatic metric for summarization system evaluation, ROUGE. Although the DUC data and evaluations were originally designed to test multidocument summarization, we developed a framework to extend it to the task of evaluation for each of the three components: query, clustering, and summarization. Under this framework, we then demonstrate that the QCS system (end-to-end) achieves performance as good as or better than the best summarization engines. Given a query, QCS retrieves relevant documents, separates the retrieved documents into topic clusters, and creates a single summary for each cluster. In the current implementation, Latent Semantic Indexing is used for retrieval, generalized spherical k-means is used for the document clustering, and a method coupling sentence 'trimming', and a hidden Markov model, followed by a pivoted QR decomposition, is used to create a single extract summary for each cluster. The user interface is designed to provide access to detailed information in a compact and useful format. Our system demonstrates the feasibility of assembling an effective IR system from existing software libraries, the usefulness of the modularity of the design

  10. QCS : a system for querying, clustering, and summarizing documents.

    Energy Technology Data Exchange (ETDEWEB)

    Dunlavy, Daniel M.

    2006-08-01

    Information retrieval systems consist of many complicated components. Research and development of such systems is often hampered by the difficulty in evaluating how each particular component would behave across multiple systems. We present a novel hybrid information retrieval system--the Query, Cluster, Summarize (QCS) system--which is portable, modular, and permits experimentation with different instantiations of each of the constituent text analysis components. Most importantly, the combination of the three types of components in the QCS design improves retrievals by providing users more focused information organized by topic. We demonstrate the improved performance by a series of experiments using standard test sets from the Document Understanding Conferences (DUC) along with the best known automatic metric for summarization system evaluation, ROUGE. Although the DUC data and evaluations were originally designed to test multidocument summarization, we developed a framework to extend it to the task of evaluation for each of the three components: query, clustering, and summarization. Under this framework, we then demonstrate that the QCS system (end-to-end) achieves performance as good as or better than the best summarization engines. Given a query, QCS retrieves relevant documents, separates the retrieved documents into topic clusters, and creates a single summary for each cluster. In the current implementation, Latent Semantic Indexing is used for retrieval, generalized spherical k-means is used for the document clustering, and a method coupling sentence ''trimming'', and a hidden Markov model, followed by a pivoted QR decomposition, is used to create a single extract summary for each cluster. The user interface is designed to provide access to detailed information in a compact and useful format. Our system demonstrates the feasibility of assembling an effective IR system from existing software libraries, the usefulness of the modularity of

  11. Decay of interspecific avian flock networks along a disturbance gradient in Amazonia

    Science.gov (United States)

    Mokross, Karl; Ryder, Thomas B.; Côrtes, Marina Corrêa; Wolfe, Jared D.; Stouffer, Philip C

    2014-01-01

    Our understanding of how anthropogenic habitat change shapes species interactions is in its infancy. This is in large part because analytical approaches such as network theory have only recently been applied to characterize complex community dynamics. Network models are a powerful tool for quantifying how ecological interactions are affected by habitat modification because they provide metrics that quantify community structure and function. Here, we examine how large-scale habitat alteration has affected ecological interactions among mixed-species flocking birds in Amazonian rainforest. These flocks provide a model system for investigating how habitat heterogeneity influences non-trophic interactions and the subsequent social structure of forest-dependent mixed-species bird flocks. We analyse 21 flock interaction networks throughout a mosaic of primary forest, fragments of varying sizes and secondary forest (SF) at the Biological Dynamics of Forest Fragments Project in central Amazonian Brazil. Habitat type had a strong effect on network structure at the levels of both species and flock. Frequency of associations among species, as summarized by weighted degree, declined with increasing levels of forest fragmentation and SF. At the flock level, clustering coefficients and overall attendance positively correlated with mean vegetation height, indicating a strong effect of habitat structure on flock cohesion and stability. Prior research has shown that trophic interactions are often resilient to large-scale changes in habitat structure because species are ecologically redundant. By contrast, our results suggest that behavioural interactions and the structure of non-trophic networks are highly sensitive to environmental change. Thus, a more nuanced, system-by-system approach may be needed when thinking about the resiliency of ecological networks. PMID:24335983

  12. Hydrodynamics of Turning Flocks

    OpenAIRE

    Yang, Xingbo; Marchetti, M. Cristina

    2014-01-01

    We present a hydrodynamic model of flocking that generalizes the familiar Toner-Tu equations to incorporate turning inertia of well-polarized flocks. The continuum equations controlled by only two dimensionless parameters, orientational inertia and alignment strength, are derived by coarse graining the inertial spin model recently proposed by Cavagna et al. The interplay between orientational inertia and bend elasticity of the flock yields anisotropic spin waves that mediate the propagation o...

  13. The Study of Cooperative Obstacle Avoidance Method for MWSN Based on Flocking Control

    Directory of Open Access Journals (Sweden)

    Zuo Chen

    2014-01-01

    Full Text Available Compared with the space fixed feature of traditional wireless sensor network (WSN, mobile WSN has better robustness and adaptability in unknown environment, so that it is always applied in the research of target tracking. In order to reach the target, the nodes group should find a self-adaptive method to avoid the obstacles together in their moving directions. Previous methods, which were based on flocking control model, realized the strategy of obstacle avoidance by means of potential field. However, these may sometimes lead the nodes group to fall into a restricted area like a trap and never get out of it. Based on traditional flocking control model, this paper introduced a new cooperative obstacle avoidance model combined with improved SA obstacle avoidance algorithm. It defined the tangent line of the intersection of node’s velocity line and the edge of obstacle as the steering direction. Furthermore, the cooperative obstacle avoidance model was also improved in avoiding complex obstacles. When nodes group encounters mobile obstacles, nodes will predict movement path based on the spatial location and velocity of obstacle. And when nodes group enters concave obstacles, nodes will temporarily ignore the gravity of the target and search path along the edge of the concave obstacles. Simulation results showed that cooperative obstacle avoidance model has significant improvement on average speed and time efficiency in avoiding obstacle compared with the traditional flocking control model. It is more suitable for obstacle avoidance in complex environment.

  14. The study of cooperative obstacle avoidance method for MWSN based on flocking control.

    Science.gov (United States)

    Chen, Zuo; Ding, Lei; Chen, Kai; Li, Renfa

    2014-01-01

    Compared with the space fixed feature of traditional wireless sensor network (WSN), mobile WSN has better robustness and adaptability in unknown environment, so that it is always applied in the research of target tracking. In order to reach the target, the nodes group should find a self-adaptive method to avoid the obstacles together in their moving directions. Previous methods, which were based on flocking control model, realized the strategy of obstacle avoidance by means of potential field. However, these may sometimes lead the nodes group to fall into a restricted area like a trap and never get out of it. Based on traditional flocking control model, this paper introduced a new cooperative obstacle avoidance model combined with improved SA obstacle avoidance algorithm. It defined the tangent line of the intersection of node's velocity line and the edge of obstacle as the steering direction. Furthermore, the cooperative obstacle avoidance model was also improved in avoiding complex obstacles. When nodes group encounters mobile obstacles, nodes will predict movement path based on the spatial location and velocity of obstacle. And when nodes group enters concave obstacles, nodes will temporarily ignore the gravity of the target and search path along the edge of the concave obstacles. Simulation results showed that cooperative obstacle avoidance model has significant improvement on average speed and time efficiency in avoiding obstacle compared with the traditional flocking control model. It is more suitable for obstacle avoidance in complex environment.

  15. Hydrodynamics and phases of flocks

    International Nuclear Information System (INIS)

    Toner, John; Tu Yuhai; Ramaswamy, Sriram

    2005-01-01

    We review the past decade's theoretical and experimental studies of flocking: the collective, coherent motion of large numbers of self-propelled 'particles' (usually, but not always, living organisms). Like equilibrium condensed matter systems, flocks exhibit distinct 'phases' which can be classified by their symmetries. Indeed, the phases that have been theoretically studied to date each have exactly the same symmetry as some equilibrium phase (e.g., ferromagnets, liquid crystals). This analogy with equilibrium phases of matter continues in that all flocks in the same phase, regardless of their constituents, have the same 'hydrodynamic'-that is, long-length scale and long-time behavior, just as, e.g., all equilibrium fluids are described by the Navier-Stokes equations. Flocks are nonetheless very different from equilibrium systems, due to the intrinsically nonequilibrium self-propulsion of the constituent 'organisms'. This difference between flocks and equilibrium systems is most dramatically manifested in the ability of the simplest phase of a flock, in which all the organisms are, on average moving in the same direction (we call this a 'ferromagnetic' flock; we also use the terms 'vector-ordered' and 'polar-ordered' for this situation) to exist even in two dimensions (i.e., creatures moving on a plane), in defiance of the well-known Mermin-Wagner theorem of equilibrium statistical mechanics, which states that a continuous symmetry (in this case, rotation invariance, or the ability of the flock to fly in any direction) can not be spontaneously broken in a two-dimensional system with only short-ranged interactions. The 'nematic' phase of flocks, in which all the creatures move preferentially, or are simply oriented preferentially, along the same axis, but with equal probability of moving in either direction, also differs dramatically from its equilibrium counterpart (in this case, nematic liquid crystals). Specifically, it shows enormous number fluctuations, which

  16. Spontaneous flocking in human groups.

    Science.gov (United States)

    Belz, Michael; Pyritz, Lennart W; Boos, Margarete

    2013-01-01

    Flocking behaviour, as a type of self-organised collective behaviour, is described as the spatial formation of groups without global control and explicit inter-individual recruitment signals. It can be observed in many animals, such as bird flocks, shoals or herds of ungulates. Spatial attraction between humans as the central component of flocking behaviour has been simulated in a number of seminal models but it has not been detected experimentally in human groups so far. The two other sub-processes of this self-organised collective movement - collision avoidance and alignment - are excluded or held constant respectively in this study. We created a computer-based, multi-agent game where human players, represented as black dots, moved on a virtual playground. The participants were deprived of social cues about each other and could neither communicate verbally nor nonverbally. They played two games: (1) Single Game, where other players were invisible, and (2) Joint Game, where each player could see players' positions in a local radius around himself/herself. We found that individuals approached their neighbours spontaneously if their positions were visible, leading to less spatial dispersion of the whole group compared to moving alone. We conclude that human groups show the basic component of flocking behaviour without being explicitly instructed or rewarded to do so. Copyright © 2012 Elsevier B.V. All rights reserved.

  17. Hydrodynamic Equations for Flocking Models without Velocity Alignment

    Science.gov (United States)

    Peruani, Fernando

    2017-10-01

    The spontaneous emergence of collective motion patterns is usually associated with the presence of a velocity alignment mechanism that mediates the interactions among the moving individuals. Despite of this widespread view, it has been shown recently that several flocking behaviors can emerge in the absence of velocity alignment and as a result of short-range, position-based, attractive forces that act inside a vision cone. Here, we derive the corresponding hydrodynamic equations of a microscopic position-based flocking model, reviewing and extending previous reported results. In particular, we show that three distinct macroscopic collective behaviors can be observed: i) the coarsening of aggregates with no orientational order, ii) the emergence of static, elongated nematic bands, and iii) the formation of moving, locally polar structures, which we call worms. The derived hydrodynamic equations indicate that active particles interacting via position-based interactions belong to a distinct class of active systems fundamentally different from other active systems, including velocity-alignment-based flocking systems.

  18. User and Document Group Approach of Clustering in Tagging Systems

    DEFF Research Database (Denmark)

    Pan, Rong; Xu, Guandong; Dolog, Peter

    2010-01-01

    In this paper, we propose a spectral clustering approach for users and documents group modeling in order to capture the common preference and relatedness of users and documents, and to reduce the time complexity of similarity calculations. In experiments, we investigate the selection of the optim...... amount of clusters. We also show a reduction of the time consuming in calculating the similarity for the recommender systems by selecting a centroid first, and then compare the inside item on behalf of each group....

  19. Epidemiologic characterization of Colorado backyard bird flocks.

    Science.gov (United States)

    Smith, Emily I; Reif, John S; Hill, Ashley E; Slota, Katharine E; Miller, Ryan S; Bjork, Kathe E; Pabilonia, Kristy L

    2012-06-01

    Backyard gallinaceous bird flocks may play an important role in the spread of infectious diseases within poultry populations as well as the transmission of zoonotic diseases to humans. An epidemiologic characterization was conducted of Colorado backyard flocks to gather information on general flock characteristics, human movement of birds, human-bird interaction, biosecurity practices, and flock health. Our results suggest that backyard poultry flocks in Colorado are small-sized flocks (68.6% of flocks had meat or egg) production for the family (86.44%) or as pet or hobby birds (42.27%). The backyard flock environment may promote bird-to-bird transmission as well as bird-to-human transmission of infectious disease. Birds are primarily housed with free access to the outside (96.85%), and many are moved from the home premises (46.06% within 1 yr). Human contact with backyard flocks is high, biosecurity practices are minimal, and bird health is negatively impacted by increased movement events. Increased knowledge of backyard bird characteristics and associated management practices can provide guidelines for the development of measures to decrease disease transmission between bird populations, decrease disease transmission from birds to humans, and increase the overall health of backyard birds.

  20. Local equilibrium in bird flocks

    Science.gov (United States)

    Mora, Thierry; Walczak, Aleksandra M.; Del Castello, Lorenzo; Ginelli, Francesco; Melillo, Stefania; Parisi, Leonardo; Viale, Massimiliano; Cavagna, Andrea; Giardina, Irene

    2016-12-01

    The correlated motion of flocks is an example of global order emerging from local interactions. An essential difference with respect to analogous ferromagnetic systems is that flocks are active: animals move relative to each other, dynamically rearranging their interaction network. This non-equilibrium characteristic has been studied theoretically, but its impact on actual animal groups remains to be fully explored experimentally. Here, we introduce a novel dynamical inference technique, based on the principle of maximum entropy, which accommodates network rearrangements and overcomes the problem of slow experimental sampling rates. We use this method to infer the strength and range of alignment forces from data of starling flocks. We find that local bird alignment occurs on a much faster timescale than neighbour rearrangement. Accordingly, equilibrium inference, which assumes a fixed interaction network, gives results consistent with dynamical inference. We conclude that bird orientations are in a state of local quasi-equilibrium over the interaction length scale, providing firm ground for the applicability of statistical physics in certain active systems.

  1. Semi-flocking algorithm for motion control of mobile sensors in large-scale surveillance systems.

    Science.gov (United States)

    Semnani, Samaneh Hosseini; Basir, Otman A

    2015-01-01

    The ability of sensors to self-organize is an important asset in surveillance sensor networks. Self-organize implies self-control at the sensor level and coordination at the network level. Biologically inspired approaches have recently gained significant attention as a tool to address the issue of sensor control and coordination in sensor networks. These approaches are exemplified by the two well-known algorithms, namely, the Flocking algorithm and the Anti-Flocking algorithm. Generally speaking, although these two biologically inspired algorithms have demonstrated promising performance, they expose deficiencies when it comes to their ability to maintain simultaneous robust dynamic area coverage and target coverage. These two coverage performance objectives are inherently conflicting. This paper presents Semi-Flocking, a biologically inspired algorithm that benefits from key characteristics of both the Flocking and Anti-Flocking algorithms. The Semi-Flocking algorithm approaches the problem by assigning a small flock of sensors to each target, while at the same time leaving some sensors free to explore the environment. This allows the algorithm to strike balance between robust area coverage and target coverage. Such balance is facilitated via flock-sensor coordination. The performance of the proposed Semi-Flocking algorithm is examined and compared with other two flocking-based algorithms once using randomly moving targets and once using a standard walking pedestrian dataset. The results of both experiments show that the Semi-Flocking algorithm outperforms both the Flocking algorithm and the Anti-Flocking algorithm with respect to the area of coverage and the target coverage objectives. Furthermore, the results show that the proposed algorithm demonstrates shorter target detection time and fewer undetected targets than the other two flocking-based algorithms.

  2. Semantic based cluster content discovery in description first clustering algorithm

    International Nuclear Information System (INIS)

    Khan, M.W.; Asif, H.M.S.

    2017-01-01

    In the field of data analytics grouping of like documents in textual data is a serious problem. A lot of work has been done in this field and many algorithms have purposed. One of them is a category of algorithms which firstly group the documents on the basis of similarity and then assign the meaningful labels to those groups. Description first clustering algorithm belong to the category in which the meaningful description is deduced first and then relevant documents are assigned to that description. LINGO (Label Induction Grouping Algorithm) is the algorithm of description first clustering category which is used for the automatic grouping of documents obtained from search results. It uses LSI (Latent Semantic Indexing); an IR (Information Retrieval) technique for induction of meaningful labels for clusters and VSM (Vector Space Model) for cluster content discovery. In this paper we present the LINGO while it is using LSI during cluster label induction and cluster content discovery phase. Finally, we compare results obtained from the said algorithm while it uses VSM and Latent semantic analysis during cluster content discovery phase. (author)

  3. Density distributions and depth in flocks

    Science.gov (United States)

    Lewis, J. M.; Turner, M. S.

    2017-12-01

    Recent experimental evidence suggests that interactions in flocks of birds do not involve a characteristic length scale. Bird flocks have also been revealed to have an inhomogeneous density distribution, with the density of birds near the border greater than near the centre. We introduce a strictly metric-free model for collective behaviour that incorporates a distributed motional bias, providing control of the density distribution. A simple version of this model is then able to provide a good fit to published data for the density variation across flocks of Starlings. We find that it is necessary for individuals on the edge of the flock to have an inward motional bias but that birds in the interior of the flock instead must have an outward bias. We discuss the ability of individuals to determine their depth within a flock and show how this might be achieved by relatively simple analysis of their visual environment.

  4. Flocking regimes in a simple lattice model.

    Science.gov (United States)

    Raymond, J R; Evans, M R

    2006-03-01

    We study a one-dimensional lattice flocking model incorporating all three of the flocking criteria proposed by Reynolds [Computer Graphics 21, 4 (1987)]: alignment, centering, and separation. The model generalizes that introduced by O. J. O'Loan and M. R. Evans [J. Phys. A. 32, L99 (1999)]. We motivate the dynamical rules by microscopic sampling considerations. The model exhibits various flocking regimes: the alternating flock, the homogeneous flock, and dipole structures. We investigate these regimes numerically and within a continuum mean-field theory.

  5. Flocking of quad-rotor UAVs with fuzzy control.

    Science.gov (United States)

    Mao, Xiang; Zhang, Hongbin; Wang, Yanhui

    2018-03-01

    This paper investigates the flocking problem of quad-rotor UAVs. Considering the actual situations, we derived a new simplified quad-rotor UAV model which is more reasonable. Based on the model, the T-S fuzzy model of attitude dynamic equation and the corresponding T-S fuzzy feedback controller are discussed. By introducing a double-loop control construction, we adjust its attitude to realize the position control. Then a flocking algorithm is proposed to achieve the flocking of the quad-rotor UAVs. Compared with the flocking algorithm of the mass point model, we dealt with the collision problem of the quad-rotor UAVs. In order to improve the airspace utilization, a more compact configuration called quasi e-lattice is constructed to guarantee the compact flight of the quad-rotor UAVs. Finally, numerical simulations are provided to illustrate the effectiveness of the obtained theoretical results. Copyright © 2018 ISA. Published by Elsevier Ltd. All rights reserved.

  6. Flocking through disorder

    Science.gov (United States)

    Morin, Alexandre; Desreumaux, Nicolas; Caussin, Jean-Baptiste; Bartolo, Denis

    How do flocks, herds and swarms proceed through disordered environments? This question is not only crucial to animal groups in the wild, but also to virtually all applications of collective robotics, and active materials composed of synthetic motile units. In stark contrast, appart from very rare exceptions, our physical understanding of flocking has been hitherto limited to homogeneous media. Here we explain how collective motion survives to geometrical disorder. To do so, we combine experiments on motile colloids cruising through random microfabricated obstacles, and analytical theory. We explain how disorder and bending elasticity compete to channel the flow of polar flocks along sparse river networks akin those found beyond plastic depinning in driven condensed matter. Further increasing disorder, we demonstrate that collective motion is suppressed in the form of a first-order phase transition generic to all polar active materials.

  7. Cucker-Smale Flocking with Bounded Cohesive and Repulsive Forces

    Directory of Open Access Journals (Sweden)

    Qiang Song

    2013-01-01

    Full Text Available This paper proposes two Cucker-Smale-type flocking models by introducing both cohesive and repulsive forces to second-order multiagent systems. Under some mild conditions on the initial state of the flocking system, it is shown that the velocity consensus of the agents can be reached independent of the parameter which describes the decay of communication rates. In particular, the collision between any two agents can always be avoided by designing an appropriate bounded repulsive function based on the initial energy of the flock. Numerical examples are given to demonstrate the effectiveness of the theoretical analysis.

  8. Tracers as invisible evidence - The transfer and persistence of flock fibres during a car exchange.

    Science.gov (United States)

    Slot, Ana; van der Weerd, Jaap; Roos, Martin; Baiker, Martin; Stoel, Reinoud D; Zuidberg, Matthijs C

    2017-06-01

    This study assessed the recovery of flock fibres used as a tracer in a car exchange scenario. Flock fibres were deposited onto a car seat (or model thereof) and their transfer and persistence was investigated after a real or simulated car exchange. The overall aim of this study was to achieve an optimal use of flock fibres as tracers, i.e. to be able to select a fit-for-purpose flock fibre, to be able to predict the amount of flock fibres to be recovered from crime related items, and to be able to use these numbers to exclude accidental uptake. The effect of a number of variables on the transfer and persistence of flock fibres was studied, including flock fibre length, car upholstery, and trousers material. Laboratory based experiments were undertaken first, followed by realistic field based experiments. The flock fibres were captured in a non-destructive manner through fluorescence photography. A Matlab algorithm enabled fast automated counting of flock fibres on the images. Results indicate that an initial rapid loss of flock fibres from garments may be expected as a result of moderate movement. Although the amount of flock fibres to be recovered is affected by the flock fibre length, the type of car upholstery, and the type of trousers materials (if frictional force is taken into consideration), large numbers of flock fibres have been recovered from all target materials throughout the transfer route. These numbers are higher than the amount of flock fibres recovered due to accidental uptake. In conclusion, flock fibres can serve as invisible evidence to reconstruct a series of events. Copyright © 2017 Elsevier B.V. All rights reserved.

  9. Within-Flock Population Dynamics of Dichelobacter nodosus

    Directory of Open Access Journals (Sweden)

    Laura E. Green

    2017-04-01

    Full Text Available Footrot causes 70–90% of lameness in sheep in Great Britain. With approximately 5% of 18 million adult sheep lame at any one time, it costs the UK sheep industry £24–84 million per year. The Gram-negative anaerobe Dichelobacter nodosus is the causative agent, with disease severity influenced by bacterial load, virulence, and climate. The aim of the current study was to characterize strains of D. nodosus isolated by culture of swabs from healthy and diseased feet of 99 ewes kept as a closed flock over a 10-month period and investigate persistence and transmission of strains within feet, sheep, and the flock. Overall 268 isolates were characterized into strains by serogroup, proline–glycine repeat (pgr status, and multi-locus variable number tandem repeat analysis (MLVA. The culture collection contained 87 unique MLVA profiles and two major MLVA complexes that persisted over time. A subset of 189 isolates tested for the virulence marker aprV2 were all positive. The two MLVA complexes (76 and 114 comprised 62 and 22 MLVA types and 237 and 28 isolates, respectively. Serogroups B, and I, and pgrB were associated with MLVA complex 76, whereas serogroups D and H were associated with MLVA complex 114. We conclude that within-flock D. nodosus evolution appeared to be driven by clonal diversification. There was no association (P > 0.05 between serogroup, pgr, or MLVA type and disease state of feet. Strains of D. nodosus clustered within sheep and were transmitted between ewes over time. D. nodosus was isolated at more than one time point from 21 feet, including 5 feet where the same strain was isolated on two occasions at an interval of 1–33 weeks. Collectively, our results indicate that D. nodosus strains persisted in the flock, spread between sheep, and possibly persisted on feet over time.

  10. Cyclic and Coherent States in Flocks with Topological Distance

    Science.gov (United States)

    Bhattacherjee, Biplab; Bhattacharya, Kunal; Manna, Subhrangshu

    2014-01-01

    A simple model of the two dimensional collective motion of a group of mobile agents have been studied. Like birds, these agents travel in open free space where each of them interacts with the first n neighbors determined by the topological distance with a free boundary condition. Using the same prescription for interactions used in the Vicsek model with scalar noise it has been observed that the flock, in absence of the noise, arrives at a number of interesting stationary states. One of the two most prominent states is the `single sink state' where the entire flock travels along the same direction maintaining perfect cohesion and coherence. The other state is the `cyclic state' where every individual agent executes a uniform circular motion, and the correlation among the agents guarantees that the entire flock executes a pulsating dynamics i.e., expands and contracts periodically between a minimum and a maximum size of the flock. We have studied another limiting situation when refreshing rate of the interaction zone is the fastest. In this case the entire flock gets fragmented into smaller clusters of different sizes. On introduction of scalar noise a crossover is observed when the agents cross over from a ballistic motion to a diffusive motion. Expectedly the crossover time is dependent on the strength of the noise η and diverges as η → 0. An even more simpler version of this model has been studied by suppressing the translational degrees of freedom of the agents but retaining their angular motion. Here agents are the spins, placed at the sites of a square lattice with periodic boundary condition. Every spin interacts with its n = 2, 3 or 4 nearest neighbors. In the stationary state the entire spin pattern moves as a whole when interactions are anisotropic with n = 2 and 3; but it is completely frozen when the interaction is isotropic with n=4$. These spin configu

  11. Cyclic and Coherent States in Flocks with Topological Distance

    Directory of Open Access Journals (Sweden)

    Biplab eBhattacherjee

    2014-01-01

    Full Text Available A simple model of the two dimensional collective motion of a group of mobile agents have been studied. Like birds, these agents travel in open free space where each of them interacts with the first $n$ neighbors determined by the topological distance with a free boundary condition. Using the same prescription for interactions used in the Vicsek model with scalar noise it has been observed that the flock, in absence of the noise, arrives at a number of interesting stationary states. One of the two most prominent states is the `single sink state' where the entire flock travels along the same direction maintaining perfect cohesion and coherence. The other state is the `cyclic state' where every individual agent executes a uniform circular motion, and the correlation among the agents guarantees that the entire flock executes a pulsating dynamics i.e., expands and contracts periodically between a minimum and a maximum size of the flock. We have studied another limiting situation when refreshing rate of the interaction zone is the fastest. In this case the entire flock gets fragmented into smaller clusters of different sizes. On introduction of scalar noise a crossover is observed when the agents cross over from a ballistic motion to a diffusive motion. Expectedly the crossover time is dependent on the strength of the noise $eta$ and diverges as $eta to 0$. An even more simpler version of this model has been studied by suppressing the translational degrees of freedom of the agents but retaining their angular motion. Here agents are the spins, placed at the sites of a square lattice with periodic boundary condition. Every spin interacts with its $n$ = 2, 3 or 4 nearest neighbors. In the stationary state the entire spin pattern moves as a whole when interactions are anisotropic with $n$ = 2 and 3; but it is completely frozen when the interaction is isotropic with $n=4$. These spin configu

  12. Flocking algorithm for autonomous flying robots.

    Science.gov (United States)

    Virágh, Csaba; Vásárhelyi, Gábor; Tarcai, Norbert; Szörényi, Tamás; Somorjai, Gergő; Nepusz, Tamás; Vicsek, Tamás

    2014-06-01

    Animal swarms displaying a variety of typical flocking patterns would not exist without the underlying safe, optimal and stable dynamics of the individuals. The emergence of these universal patterns can be efficiently reconstructed with agent-based models. If we want to reproduce these patterns with artificial systems, such as autonomous aerial robots, agent-based models can also be used in their control algorithms. However, finding the proper algorithms and thus understanding the essential characteristics of the emergent collective behaviour requires thorough and realistic modeling of the robot and also the environment. In this paper, we first present an abstract mathematical model of an autonomous flying robot. The model takes into account several realistic features, such as time delay and locality of communication, inaccuracy of the on-board sensors and inertial effects. We present two decentralized control algorithms. One is based on a simple self-propelled flocking model of animal collective motion, the other is a collective target tracking algorithm. Both algorithms contain a viscous friction-like term, which aligns the velocities of neighbouring agents parallel to each other. We show that this term can be essential for reducing the inherent instabilities of such a noisy and delayed realistic system. We discuss simulation results on the stability of the control algorithms, and perform real experiments to show the applicability of the algorithms on a group of autonomous quadcopters. In our case, bio-inspiration works in two ways. On the one hand, the whole idea of trying to build and control a swarm of robots comes from the observation that birds tend to flock to optimize their behaviour as a group. On the other hand, by using a realistic simulation framework and studying the group behaviour of autonomous robots we can learn about the major factors influencing the flight of bird flocks.

  13. Anisotropic interaction rules in circular motions of pigeon flocks: An empirical study based on sparse Bayesian learning

    Science.gov (United States)

    Chen, Duxin; Xu, Bowen; Zhu, Tao; Zhou, Tao; Zhang, Hai-Tao

    2017-08-01

    Coordination shall be deemed to the result of interindividual interaction among natural gregarious animal groups. However, revealing the underlying interaction rules and decision-making strategies governing highly coordinated motion in bird flocks is still a long-standing challenge. Based on analysis of high spatial-temporal resolution GPS data of three pigeon flocks, we extract the hidden interaction principle by using a newly emerging machine learning method, namely the sparse Bayesian learning. It is observed that the interaction probability has an inflection point at pairwise distance of 3-4 m closer than the average maximum interindividual distance, after which it decays strictly with rising pairwise metric distances. Significantly, the density of spatial neighbor distribution is strongly anisotropic, with an evident lack of interactions along individual velocity. Thus, it is found that in small-sized bird flocks, individuals reciprocally cooperate with a variational number of neighbors in metric space and tend to interact with closer time-varying neighbors, rather than interacting with a fixed number of topological ones. Finally, extensive numerical investigation is conducted to verify both the revealed interaction and decision-making principle during circular flights of pigeon flocks.

  14. Statistical mechanics for natural flocks of birds

    Science.gov (United States)

    Bialek, William; Cavagna, Andrea; Giardina, Irene; Mora, Thierry; Silvestri, Edmondo; Viale, Massimiliano; Walczak, Aleksandra M.

    2012-01-01

    Flocking is a typical example of emergent collective behavior, where interactions between individuals produce collective patterns on the large scale. Here we show how a quantitative microscopic theory for directional ordering in a flock can be derived directly from field data. We construct the minimally structured (maximum entropy) model consistent with experimental correlations in large flocks of starlings. The maximum entropy model shows that local, pairwise interactions between birds are sufficient to correctly predict the propagation of order throughout entire flocks of starlings, with no free parameters. We also find that the number of interacting neighbors is independent of flock density, confirming that interactions are ruled by topological rather than metric distance. Finally, by comparing flocks of different sizes, the model correctly accounts for the observed scale invariance of long-range correlations among the fluctuations in flight direction. PMID:22427355

  15. Flocking of Second-Order Multiagent Systems With Connectivity Preservation Based on Algebraic Connectivity Estimation.

    Science.gov (United States)

    Fang, Hao; Wei, Yue; Chen, Jie; Xin, Bin

    2017-04-01

    The problem of flocking of second-order multiagent systems with connectivity preservation is investigated in this paper. First, for estimating the algebraic connectivity as well as the corresponding eigenvector, a new decentralized inverse power iteration scheme is formulated. Then, based on the estimation of the algebraic connectivity, a set of distributed gradient-based flocking control protocols is built with a new class of generalized hybrid potential fields which could guarantee collision avoidance, desired distance stabilization, and the connectivity of the underlying communication network simultaneously. What is important is that the proposed control scheme allows the existing edges to be broken without violation of connectivity constraints, and thus yields more flexibility of motions and reduces the communication cost for the multiagent system. In the end, nontrivial comparative simulations and experimental results are performed to demonstrate the effectiveness of the theoretical results and highlight the advantages of the proposed estimation scheme and control algorithm.

  16. Result Diversification Based on Query-Specific Cluster Ranking

    NARCIS (Netherlands)

    J. He (Jiyin); E. Meij; M. de Rijke (Maarten)

    2011-01-01

    htmlabstractResult diversification is a retrieval strategy for dealing with ambiguous or multi-faceted queries by providing documents that cover as many facets of the query as possible. We propose a result diversification framework based on query-specific clustering and cluster ranking,

  17. Multi-documents summarization based on clustering of learning object using hierarchical clustering

    Science.gov (United States)

    Mustamiin, M.; Budi, I.; Santoso, H. B.

    2018-03-01

    The Open Educational Resources (OER) is a portal of teaching, learning and research resources that is available in public domain and freely accessible. Learning contents or Learning Objects (LO) are granular and can be reused for constructing new learning materials. LO ontology-based searching techniques can be used to search for LO in the Indonesia OER. In this research, LO from search results are used as an ingredient to create new learning materials according to the topic searched by users. Summarizing-based grouping of LO use Hierarchical Agglomerative Clustering (HAC) with the dependency context to the user’s query which has an average value F-Measure of 0.487, while summarizing by K-Means F-Measure only has an average value of 0.336.

  18. Influence of flock coating on bending rigidity of woven fabrics

    Science.gov (United States)

    Ozdemir, O.; Kesimci, M. O.

    2017-10-01

    This work presents the preliminary results of our efforts that focused on the effect of the flock coating on the bending rigidity of woven fabrics. For this objective, a laboratory scale flocking unit is designed and flocked samples of controlled flock density are produced. Bending rigidity of the samples with different flock densities are measured on both flocked and unflocked sides. It is shown that the bending rigidity depends on both flock density and whether the side to be measured is flocked or not. Adhesive layer thickness on the bending rigidity is shown to be dramatic. And at higher basis weights, flock density gets less effective on bending rigidity.

  19. Result diversification based on query-specific cluster ranking

    NARCIS (Netherlands)

    He, J.; Meij, E.; de Rijke, M.

    2011-01-01

    Result diversification is a retrieval strategy for dealing with ambiguous or multi-faceted queries by providing documents that cover as many facets of the query as possible. We propose a result diversification framework based on query-specific clustering and cluster ranking, in which diversification

  20. Emergence of the scale-invariant proportion in a flock from the metric-topological interaction.

    Science.gov (United States)

    Niizato, Takayuki; Murakami, Hisashi; Gunji, Yukio-Pegio

    2014-05-01

    Recently, it has become possible to more precisely analyze flocking behavior. Such research has prompted a reconsideration of the notion of neighborhoods in the theoretical model. Flocking based on topological distance is one such result. In a topological flocking model, a bird does not interact with its neighbors on the basis of a fixed-size neighborhood (i.e., on the basis of metric distance), but instead interacts with its nearest seven neighbors. Cavagna et al., moreover, found a new phenomenon in flocks that can be explained by neither metric distance nor topological distance: they found that correlated domains in a flock were larger than the metric and topological distance and that these domains were proportional to the total flock size. However, the role of scale-free correlation is still unclear. In a previous study, we constructed a metric-topological interaction model on three-dimensional spaces and showed that this model exhibited scale-free correlation. In this study, we found that scale-free correlation in a two-dimensional flock was more robust than in a three-dimensional flock for the threshold parameter. Furthermore, we also found a qualitative difference in behavior from using the fluctuation coherence, which we observed on three-dimensional flocking behavior. Our study suggests that two-dimensional flocks try to maintain a balance between the flock size and flock mobility by breaking into several smaller flocks. Copyright © 2014 Elsevier Ireland Ltd. All rights reserved.

  1. Research on an Infectious Disease Transmission by Flocking Birds

    Directory of Open Access Journals (Sweden)

    Mingsheng Tang

    2013-01-01

    Full Text Available The swarm intelligence is becoming a hot topic. The flocking of birds is a natural phenomenon, which is formed and organized without central or external controls for some benefits (e.g., reduction of energy consummation. However, the flocking also has some negative effects on the human, as the infectious disease H7N9 will easily be transmited from the denser flocking birds to the human. Zombie-city model has been proposed to help analyzing and modeling the flocking birds and the artificial society. This paper focuses on the H7N9 virus transmission in the flocking birds and from the flocking birds to the human. And some interesting results have been shown: (1 only some simple rules could result in an emergence such as the flocking; (2 the minimum distance between birds could affect H7N9 virus transmission in the flocking birds and even affect the virus transmissions from the flocking birds to the human.

  2. Research on an infectious disease transmission by flocking birds.

    Science.gov (United States)

    Tang, Mingsheng; Mao, Xinjun; Guessoum, Zahia

    2013-01-01

    The swarm intelligence is becoming a hot topic. The flocking of birds is a natural phenomenon, which is formed and organized without central or external controls for some benefits (e.g., reduction of energy consummation). However, the flocking also has some negative effects on the human, as the infectious disease H7N9 will easily be transmited from the denser flocking birds to the human. Zombie-city model has been proposed to help analyzing and modeling the flocking birds and the artificial society. This paper focuses on the H7N9 virus transmission in the flocking birds and from the flocking birds to the human. And some interesting results have been shown: (1) only some simple rules could result in an emergence such as the flocking; (2) the minimum distance between birds could affect H7N9 virus transmission in the flocking birds and even affect the virus transmissions from the flocking birds to the human.

  3. blockcluster: An R Package for Model-Based Co-Clustering

    Directory of Open Access Journals (Sweden)

    Parmeet Singh Bhatia

    2017-02-01

    Full Text Available Simultaneous clustering of rows and columns, usually designated by bi-clustering, coclustering or block clustering, is an important technique in two way data analysis. A new standard and efficient approach has been recently proposed based on the latent block model (Govaert and Nadif 2003 which takes into account the block clustering problem on both the individual and variable sets. This article presents our R package blockcluster for co-clustering of binary, contingency and continuous data based on these very models. In this document, we will give a brief review of the model-based block clustering methods, and we will show how the R package blockcluster can be used for co-clustering.

  4. Reduced flocking by birds on islands with relaxed predation.

    Science.gov (United States)

    Beauchamp, Guy

    2004-05-22

    Adaptive hypotheses for the evolution of flocking in birds have usually focused on predation avoidance or foraging enhancement. It still remains unclear to what extent each factor has contributed to the evolution of flocking. If predation avoidance were the sole factor involved, flocking should not be prevalent when predation is relaxed. I examined flocking tendencies along with mean and maximum flock size in species living on islands where predation risk is either absent or negligible and then compared these results with matched counterparts on the mainland. The dataset consisted of 46 pairs of species from 22 different islands across the world. The tendency to flock was retained on islands in most species, but in pairs with dissimilar flocking tendencies, island species were less likely to flock. Mean and maximum flock size were smaller on islands than on the mainland. Potential confounding factors such as population density, nest predation, habitat type, food type and body mass failed to account for the results. The results suggest that predation is a significant factor in the evolution of flocking in birds. Nevertheless, predation and other factors, such as foraging enhancement, probably act together to maintain the trait in most species.

  5. Decision-making in pigeon flocks: a democratic view of leadership.

    Science.gov (United States)

    Jorge, Paulo E; Marques, Paulo A M

    2012-07-15

    When travelling in groups, animals frequently have to make decisions on the direction of travel. These decisions can be based on consensus, when all individuals take part in the decision (i.e. democratic decision; social information), or leadership, when one member or a minority of members make the decision (i.e. despotic decision; personal information). Here we investigated whether decision-making on the navigation of small flocks is based on democratic or despotic decisions. Using individual and flock releases as the experimental approach, we compared the homing performances of homing pigeons that fly singly and in groups of three. Our findings show that although small groups were either governed (i.e. when individuals in the flock had age differences) or not (i.e. when individuals in the flock had the same age) by leaders, with concern to decision-making they were all ruled by democratic decisions. Moreover, the individual homing performances were not associated with leadership. Because true leaders did not assume right away the front position in the flock, we suggest that as in human groups, starting from a central position is more effective as it allows leaders to not only transmit their own information but also to average the tendencies of the other group members. Together, the results highlight the importance of democratic decisions in group decision-making.

  6. Herd immunity to Newcastle disease virus in broiler flocks in Israel.

    Science.gov (United States)

    Wiseman, Anat; Berman, Elyakum M

    2017-08-01

    Due to the ongoing need to protect poultry from virulent Newcastle disease virus, all commercial poultry flocks in Israel are vaccinated according to a defined programme using a combination of live and inactivated vaccines. The vaccination protocol for broilers during the years of the study comprised a live vaccine administered by spray on the day of hatching, inactivated vaccine by subcutaneous injection at 10-12 days of age, and another live vaccine given by aerosol at 17-21 days of age. A cross-sectional study was designed in order to examine the influence of herd immunity on the risk of Newcastle disease outbreak in broiler flocks. The study was based on the extensive field data kept in the Poultry Health Laboratories database. The results of serology tests employing haemagglutination inhibition for Newcastle disease virus were analysed and crossed with the list of flocks that had been diagnosed with ND in the years 2007-2014. At the peak of induced immunization (fifth week of growth), 87.5% of the tested flocks had achieved herd immunity (≥85% of birds in the flock with an HI titre ≥4). Based on a logistic regression model, the odds ratio for ND in flocks without herd immunity was 3.7 (95% CI 1.8-7.3, P-value < 0.001). The higher the percentage of birds with low HI titres the higher the risk of ND outbreak. Under field conditions, herd immunity is an important indicator for the risk of ND outbreak.

  7. Emergent behaviour of a generalized Viscek-type flocking model

    International Nuclear Information System (INIS)

    Ha, Seung-Yeal; Jeong, Eunhee; Kang, Moon-Jin

    2010-01-01

    We present a planar agent-based flocking model with a distance-dependent communication weight. We derive a sufficient condition for the asymptotic flocking in terms of the initial spatial and heading-angle diameters and a communication weight. For this, we employ differential inequalities for the spatial and phase diameters together with the Lyapunov functional approach. When the diameter of the agent's initial heading-angles is sufficiently small, we show that the diameter of the heading-angles converges to the average value of the initial heading-angles exponentially fast. As an application of flocking estimates, we also show that the Kuramoto model with a connected communication topology on the regular lattice Z d for identical oscillators exhibits a complete-phase-frequency synchronization, when coupled oscillators are initially distributed on the half circle

  8. An Improved Fast Flocking Algorithm with Obstacle Avoidance for Multiagent Dynamic Systems

    Directory of Open Access Journals (Sweden)

    Jialiang Wang

    2014-01-01

    Full Text Available Flocking behavior is a common phenomenon in nature, such as flocks of birds and groups of fish. In order to make the agents effectively avoid obstacles and fast form flocking towards the direction of destination point, this paper proposes a fast multiagent obstacle avoidance (FMOA algorithm. FMOA is illustrated based on the status of whether the flocking has formed. If flocking has not formed, agents should avoid the obstacles toward the direction of target. If otherwise, these agents have reached the state of lattice and then these agents only need to avoid the obstacles and ignore the direction of target. The experimental results show that the proposed FMOA algorithm has better performance in terms of flocking path length. Furthermore, the proposed FMOA algorithm is applied to the formation flying of quad-rotor helicopters. Compared with other technologies to perform the localization of quad-rotor helicopter, this paper innovatively constructs a smart environment by deploying some wireless sensor network (WSN nodes using the proposed localization algorithm. Finally, the proposed FMOA algorithm is used to conduct the formation flying of these quad-rotor helicopters in the smart environment.

  9. Mixed species flocking of tits (Parus spp.): a field experiment.

    Science.gov (United States)

    Székely, T; Szép, T; Juhász, T

    1989-03-01

    We tested two general models of flocking behaviour, namely the antipredation model and foraging efficiency model on mixed-species tit flocks (Parus spp.). After food addition the size of mixed-species flocks was significantly less than in the control samples. In the presence of extra food significantly more birds were observed either in monospecific flocks or solitary, than during the control observations. In the presence of a living predator the birds foraged in larger mixed-specifies flocks than during the control observations. In addition, the social behaviour of Great Spotted Woodpecker, Middle Spotted Woodpecker and Nuthatch shifted to mixed-specific flocking. The size of monospecific flocks was independent of both treatments. The density of birds increased significantly after food addition, while in the predator presence the birds tended to leave the forest. These results support the view that both the antipredation model and foraging efficiency model seem to be valid for mixed-species flocking. However, in the case of monospecific flocks, the territory maintenance could be the most important factor.

  10. Effect of vaccinating breeder chickens with a killed Salmonella vaccine on Salmonella prevalences and loads in breeder and broiler chicken flocks.

    Science.gov (United States)

    Berghaus, R D; Thayer, S G; Maurer, J J; Hofacre, C L

    2011-05-01

    The objective of this study was to evaluate the effect of vaccination of breeder chickens on Salmonella prevalences and loads in breeder and broiler chicken flocks. Chickens housed on six commercial breeder farms were vaccinated with a killed Salmonella vaccine containing Salmonella Typhimurium, Salmonella Enteritidis, and Salmonella Kentucky. Unvaccinated breeders placed on six additional farms served as controls. Eggs from vaccinated and unvaccinated breeder flocks were kept separately in the hatchery, and the resulting chicks were used to populate 58 commercial broiler flock houses by using a pair-matched design. Vaccinated breeder flocks had significantly higher Salmonella-specific antibody titers than did the unvaccinated breeder flocks, although they did not differ significantly with respect to environmental Salmonella prevalences or loads. Broiler flocks that were the progeny of vaccinated breeders had significantly lower Salmonella prevalences and loads than broiler flocks that were the progeny of unvaccinated breeders. After adjusting for sample type and clustering at the farm level, the odds of detecting Salmonella in samples collected from broiler flocks originating from vaccinated breeders were 62% lower (odds ratio [95% confidence interval] = 0.38 [0.21, 0.68]) than in flocks from unvaccinated breeders. In addition, the mean load of culture-positive samples was lower in broilers from vaccinated breeders by 0.30 log most probable number per sample (95% confidence interval of -0.51, -0.09; P = 0.004), corresponding to a 50% decrease in Salmonella loads. In summary, vaccination of broiler breeder pullets increased humoral immunity in the breeders and reduced Salmonella prevalences and loads in their broiler progeny, but did not significantly decrease Salmonella in the breeder farm environment.

  11. Some causes of the variable shape of flocks of birds.

    Directory of Open Access Journals (Sweden)

    Charlotte K Hemelrijk

    Full Text Available Flocks of birds are highly variable in shape in all contexts (while travelling, avoiding predation, wheeling above the roost. Particularly amazing in this respect are the aerial displays of huge flocks of starlings (Sturnus vulgaris above the sleeping site at dawn. The causes of this variability are hardly known, however. Here we hypothesise that variability of shape increases when there are larger local differences in movement behaviour in the flock. We investigate this hypothesis with the help of a model of the self-organisation of travelling groups, called StarDisplay, since such a model has also increased our understanding of what causes the oblong shape of schools of fish. The flocking patterns in the model prove to resemble those of real birds, in particular of starlings and rock doves. As to shape, we measure the relative proportions of the flock in several ways, which either depend on the direction of movement or do not. We confirm that flock shape is usually more variable when local differences in movement in the flock are larger. This happens when a flock size is larger, b interacting partners are fewer, c the flock turnings are stronger, and d individuals roll into the turn. In contrast to our expectations, when variability of speed in the flock is higher, flock shape and the positions of members in the flock are more static. We explain this and indicate the adaptive value of low variability of speed and spatial restriction of interaction and develop testable hypotheses.

  12. Modeling the flocking propensity of passerine birds in two Neotropical habitats.

    Science.gov (United States)

    Pomara, Lars Y; Cooper, Robert J; Petit, Lisa J

    2007-08-01

    We examined the importance of mixed-species flock abundance, individual bird home range size, foraging height, and foraging patch characteristics in predicting the propensity for five Neotropical passerine bird species (Slaty Antwren, Myrmotherula schisticolor; Golden-crowned Warbler, Basileuterus culicivorus; Slate-throated Redstart, Myioborus miniatus; Wilson's Warbler, Wilsonia pusilla; and Black-and-white Warbler, Mniotilta varia) to forage within flocks, rather than solitarily. We used study plots in primary mid-elevation forest and in shade coffee fields in western Panama. We expected that all species would spend as much time as possible flocking, but that the social and environmental factors listed above would limit compatibility between flock movements and individual bird movements, explaining variability in flocking propensity both within and among species. Flocking propensity was well predicted by home range size and flock abundance together, for four of the five species. While flock abundance was uniform across plots, home range sizes varied among species and plots, so that home range size appeared to be the principle factor limiting flocking propensity. Estimates of flock abundance were still required, however, for calculating flocking propensity values. Foraging height and patch characteristics slightly improved predictive ability for the remaining species, M. miniatus. In general, individual birds tended to join flocks whenever one was available inside their home range, regardless of a flock's specific location within the home range. Flocking propensities of individual species were lower in shade coffee fields than in forests, and probably vary across landscapes with variations in habitat. This variability affects the stability and species composition of flocks, and may affect survival rates of individual species.

  13. Information Clustering Based on Fuzzy Multisets.

    Science.gov (United States)

    Miyamoto, Sadaaki

    2003-01-01

    Proposes a fuzzy multiset model for information clustering with application to information retrieval on the World Wide Web. Highlights include search engines; term clustering; document clustering; algorithms for calculating cluster centers; theoretical properties concerning clustering algorithms; and examples to show how the algorithms work.…

  14. Modeling and Flocking Consensus Analysis for Large-Scale UAV Swarms

    Directory of Open Access Journals (Sweden)

    Li Bing

    2013-01-01

    Full Text Available Recently, distributed coordination control of the unmanned aerial vehicle (UAV swarms has been a particularly active topic in intelligent system field. In this paper, through understanding the emergent mechanism of the complex system, further research on the flocking and the dynamic characteristic of UAV swarms will be given. Firstly, this paper analyzes the current researches and existent problems of UAV swarms. Afterwards, by the theory of stochastic process and supplemented variables, a differential-integral model is established, converting the system model into Volterra integral equation. The existence and uniqueness of the solution of the system are discussed. Then the flocking control law is given based on artificial potential with system consensus. At last, we analyze the stability of the proposed flocking control algorithm based on the Lyapunov approach and prove that the system in a limited time can converge to the consensus direction of the velocity. Simulation results are provided to verify the conclusion.

  15. Comparison of strategies for substantiating freedom from scrapie in a sheep flock.

    Science.gov (United States)

    Durand, Benoit; Martinez, Marie-José; Calavas, Didier; Ducrot, Christian

    2009-04-30

    The public health threat represented by a potential circulation of bovine spongiform encephalopathy agent in sheep population has led European animal health authorities to launch large screening and genetic selection programmes. If demonstrated, such a circulation would have dramatic economic consequences for sheep breeding sector. In this context, it is important to evaluate the feasibility of qualification procedures that would allow sheep breeders demonstrating their flock is free from scrapie. Classical approaches, based on surveys designed to detect disease presence, do not account for scrapie specificities: the genetic variations of susceptibility and the absence of live diagnostic test routinely available. Adapting these approaches leads to a paradoxical situation in which a greater amount of testing is needed to substantiate disease freedom in genetically resistant flocks than in susceptible flocks, whereas probability of disease freedom is a priori higher in the former than in the latter. The goal of this study was to propose, evaluate and compare several qualification strategies for demonstrating a flock is free from scrapie. A probabilistic framework was defined that accounts for scrapie specificities and allows solving the preceding paradox. Six qualification strategies were defined that combine genotyping data, diagnostic tests results and flock pedigree. These were compared in two types of simulated flocks: resistant and susceptible flocks. Two strategies allowed demonstrating disease freedom in several years, for the majority of simulated flocks: a strategy in which all the flock animals are genotyped, and a strategy in which only founders animals are genotyped, the flock pedigree being known. In both cases, diagnostic tests are performed on culled animals. The less costly strategy varied according to the genetic context (resistant or susceptible) and to the relative costs of a genotyping exam and of a diagnostic test. This work demonstrates that

  16. Rubin H. Flocks and Colloidal Gold Treatments for Prostate Cancer

    Directory of Open Access Journals (Sweden)

    Henry M. Rosevear

    2011-01-01

    Full Text Available In the early 1950s, Rubin H. Flocks of the University of Iowa began to treat prostate cancer patients with colloidal gold (Au198 therapy, evolving his technique over nearly 25 years in 1515 patients. We reviewed the long-term outcomes of Flocks' prostate cancer patients as compared to those patients treated by other methods at the University of Iowa before Flocks' chairmanship. We reviewed archived patient records, Flocks' published data, and long-term survival data from the Iowa Tumor Registry to determine short- and long-term outcomes of Flocks' work with colloidal gold. We also reviewed the literature of Flocks' time to compare his outcomes against those of his contemporaries. The use of colloidal gold, either as primary or adjunctive therapy, provided short- and long-term survival benefit for the majority of Flocks' patients as compared to historical treatment options (p < 0.001. Flocks' use of colloidal gold for the treatment of locally advanced prostate cancer offered short- and long-term survival benefits compared to other contemporary treatments.

  17. Environmental study of nylon flocking process.

    Science.gov (United States)

    Burkhart, J; Piacitelli, C; Schwegler-Berry, D; Jones, W

    1999-05-14

    Environmental measurements for a variety of gas, particulate, and microbiological agents have been made in order to characterize exposures associated with the nylon flocking process. Of all agents measured, particulate is the predominant exposure. Levels of total particulate ranged from O.1 to 240 mg/m3 (x = 11.4 mg/m3). Average respirable particulate was 2.2 mg/m3, ranging from 0.5 to 39.9 mg/m3. Highest levels of particulates were found in the flocking room, and direct reading dust measurements indicate that the highest peak exposures are associated with "blowdown" (a cleaning procedure used between flocking runs). The nature of the airborne particles was investigated using polarized light and scanning electron microscopy. Air samples were found to contain flock particles (fibers nominally 10-15 microm in diameter by about 1000 microm in length) and a variety of respirable particles types, several of which were linked directly to the process. Of special interest were elongated respirable particles, which by microscopic analysis, complemented with melting-point determination, were found to be shreds of nylon.

  18. Feather-pecking and injurious pecking in organic laying hens in 107 flocks from eight European countries

    DEFF Research Database (Denmark)

    Bestman, M.; Verwer, Cynthia; Brenninkmeyer, Christine

    2017-01-01

    Feather-pecking and cannibalism may reduce the potential of organic husbandry to enhance the welfare of laying hens. We report risk factors for these issues based on a large survey of 107 commercial flocks in eight European countries. Information was collected regarding housing, management...... and flock characteristics (age, genotype). Near the end of lay, 50 hens per flock were assessed for plumage condition and wounds. Potential influencing factors were screened and submitted to a multivariate model. The majority of the flocks (81%) consisted of brown genotypes and were found in six countries...

  19. Spontaneous fluctuations in a zero-noise model of flocking

    Science.gov (United States)

    Chakraborty, Abhijit; Bhattacharya, Kunal

    2016-11-01

    Investigations into the complex structure and dynamics of collectively moving groups of living organisms have provided valuable insights. Understanding the emergent features, especially, the origin of fluctuations, appears to be challenging in the current scheme of models. It has been argued that flocks are poised at criticality. We present a two-dimensional self-propelled particle model where neighbourhoods and forces are defined through topology-based rules. The attractive forces are modeled in order to maintain cohesion in the flock in open-boundary conditions. We find that fluctuations occur spontaneously in the absence of any external noise. For certain values of the parameters the flock shows a high degree of order as well as scale-free decay of spatial correlations in velocity and speed. We characterize the dynamical behaviour of the system using the Lyapunov spectrum. Largest exponents being positive but small in magnitude suggest that the apparent high susceptibility may result from the system operating near the borderline of order and chaos.

  20. Boundary information inflow enhances correlation in flocking.

    Science.gov (United States)

    Cavagna, Andrea; Giardina, Irene; Ginelli, Francesco

    2013-04-19

    The most conspicuous trait of collective animal behavior is the emergence of highly ordered structures. Less obvious to the eye, but perhaps more profound a signature of self-organization, is the presence of long-range spatial correlations. Experimental data on starling flocks in 3D show that the exponent ruling the decay of the velocity correlation function, C(r)~1/r(γ), is extremely small, γflocks. The effect of the dynamical field is to create an information inflow from border to bulk that triggers long-range spin-wave modes, thus giving rise to an anomalously long-ranged correlation. The biological origin of this phenomenon can be either exogenous-information produced by environmental perturbations is transferred from boundary to bulk of the flock-or endogenous-the flock keeps itself in a constant state of dynamical excitation that is beneficial to correlation and collective response.

  1. Risk factors and likelihood of Campylobacter colonization in broiler flocks

    Directory of Open Access Journals (Sweden)

    SL Kuana

    2007-09-01

    Full Text Available Campylobacter was investigated in cecal droppings, feces, and cloacal swabs of 22 flocks of 3 to 5 week-old broilers. Risk factors and the likelihood of the presence of this agent in these flocks were determined. Management practices, such as cleaning and disinfection, feeding, drinkers, and litter treatments, were assessed. Results were evaluated using Odds Ratio (OR test, and their significance was tested by Fisher's test (p<0.05. A Campylobacter prevalence of 81.8% was found in the broiler flocks (18/22, and within positive flocks, it varied between 85 and 100%. Campylobacter incidence among sample types was homogenous, being 81.8% in cecal droppings, 80.9% in feces, and 80.4% in cloacal swabs (230. Flocks fed by automatic feeding systems presented higher incidence of Campylobacter as compared to those fed by tube feeders. Litter was reused in 63.6% of the farm, and, despite the lack of statistical significance, there was higher likelihood of Campylobacter incidence when litter was reused. Foot bath was not used in 45.5% of the flocks, whereas the use of foot bath associated to deficient lime management increased the number of positive flocks, although with no statiscal significance. The evaluated parameters were not significantly associated with Campylobacter colonization in the assessed broiler flocks.

  2. Flocking and invariance of velocity angles.

    Science.gov (United States)

    Liu, Le; Huang, Lihong; Wu, Jianhong

    2016-04-01

    Motsch and Tadmor considered an extended Cucker-Smale model to investigate the flocking behavior of self-organized systems of interacting species. In this extended model, a cone of the vision was introduced so that outside the cone the influence of one agent on the other is lost and hence the corresponding influence function takes the value zero. This creates a problem to apply the Motsch-Tadmor and Cucker-Smale method to prove the flocking property of the system. Here, we examine the variation of the velocity angles between two arbitrary agents, and obtain a monotonicity property for the maximum cone of velocity angles. This monotonicity permits us to utilize existing arguments to show the flocking property of the system under consideration, when the initial velocity angles satisfy some minor technical constraints.

  3. Diffusion of individual birds in starling flocks

    Science.gov (United States)

    Cavagna, A.; Queirós, S. M. Duarte; Giardina, I.; Stefanini, F.; Viale, M.

    2013-01-01

    Flocking is a paradigmatic example of collective animal behaviour, where global order emerges out of self-organization. Each individual has a tendency to align its flight direction with those of neighbours, and such a simple form of interaction produces a state of collective motion of the group. When compared with other cases of collective ordering, a crucial feature of animal groups is that the interaction network is not fixed in time, as each individual moves and continuously changes its neighbours. The possibility to exchange neighbours strongly enhances the stability of global ordering and the way information is propagated through the group. Here, we assess the relevance of this mechanism in large flocks of starlings (Sturnus vulgaris). We find that birds move faster than Brownian walkers both with respect to the centre of mass of the flock, and with respect to each other. Moreover, this behaviour is strongly anisotropic with respect to the direction of motion of the flock. We also measure the amount of neighbours reshuffling and find that neighbours change in time exclusively as a consequence of the random fluctuations in the individual motion, so that no specific mechanism to keep one's neighbours seems to be enforced. On the contrary, our findings suggest that a more complex dynamical process occurs at the border of the flock. PMID:23407827

  4. Genetic diversity of Gallibacterium anatis isolates from different chicken flocks

    DEFF Research Database (Denmark)

    Bojesen, A.M.; Torpdahl, Mia; Christensen, H.

    2003-01-01

    of chickens from an organic, egg-producing flock and a layer parent flock. A subset of strains was also characterized by pulsed-field gel electrophoresis and biotyping. The organic flock isolates were characterized by more than 94% genetic similarity, indicating that only a single clone was apparent...

  5. A model for an economically optimal replacement of a breeder flock.

    Science.gov (United States)

    Yassin, Hurria; Velthuis, Annet G J; Giesen, Gerard W J; Oude Lansink, Alfons G J M

    2012-12-01

    A deterministic model is developed to support the tactical and operational replacement decisions at broiler breeder farms. The marginal net revenue approach is applied to determine the optimal replacement age of a flock. The objective function of the model maximizes the annual gross margin over the flock's production cycle. To calculate the gross margin, future egg production, fertility, or hatchability of the eggs, revenues and variable costs of a flock were estimated. For tactical decisions, the optimal laying length is the age at which the average gross margin of an average flock is maximal. For operational decisions, a flock should be replaced when the marginal gross margin of a replaceable flock is less than the average gross margin of an average flock. To demonstrate the model, a broiler breeder flock from a Dutch breeder farm was used. A sensitivity analysis showed that the optimal replacement decision, for both tactical and operational management, is sensitive to the decrease in the weekly egg production after the peak and the prices of feed and hatching eggs. The effect of the decrease in weekly fertility after the peak on the replacement decision is related to the payment system for hatching eggs.

  6. Composition and foraging behaviour of mixed-species flocks in two ...

    African Journals Online (AJOL)

    Enlarged flock size resulted from a general increase in flocking tendency of all species. At the species level, the Long-billed Crombec Sylvietta rufescens and the Chinspot Batis Batis molitor showed clear feeding benefits within flocks, whereas tits obtained no feeding benefit. Crombecs and batises also changed foraging ...

  7. Corrosion resistance of tank material for flock storage in the Fukushima Daiichi Nuclear Power Plant

    International Nuclear Information System (INIS)

    Sano, Yuichi; Anbai, Hiromu; Takeuchi, Masayuki; Ogino, Hideki; Koizumi, Kenji

    2014-01-01

    The installation of the storage tank made of SS400 is under planning in the Fukushima Daiichi nuclear power plant for the flock which was generated in the coagulation process for radioactive contaminated water. The flock contains the seawater and has a possibility to make a crevice and local corrosion on the surface of the tank. Air agitation will be applied in the storage tank to prevent the accumulation of the flock and hydrogen generated by radiolysis, which will increase the diffusion of oxygen and the corrosion of SS400. In addition, the effect of radiation from the flock on the corrosion should be considered. In this study, we investigated the corrosion behavior of SS400 in the flock under the aeration-agitation condition with γ-ray irradiation. Based on the flock storage condition announced by Tokyo Electric Power Company (TEPCO), immersion tests were performed with SS400 coupons under several conditions and corrosion rates were estimated by the weight loss of the coupons. After the immersion tests, the surfaces of the coupons were observed by microscopy for evaluating the local corrosion. To evaluate corrosion mechanism in detail, electrochemical tests were also carried out. In all of these tests, the non-radioactive flock as a surrogate and artificial seawater were used. Corrosion rates of SS400 increased significantly with aeration flow rates in the seawater with/without the flock, but this tendency was weaker in the seawater with the flock, especially under the condition where coupons were buried in the flock. The electrochemical tests indicated the suppression of the cathodic reaction, i.e. dissolved oxygen reduction, in the seawater with the flock. The effect of γ-ray irradiation on the corrosion rates was not remarkable under the assumed dose rate. Microscopic analysis of the immersed coupons showed no severe corrosion including local corrosion occurred. The corrosion rate could be decreased effectively by suppressing the dissolved oxygen reduction

  8. Prevalence and antimicrobial susceptibility of thermophilic Campylobacter in organic and conventional broiler flocks

    DEFF Research Database (Denmark)

    Heuer, Ole Eske; Pedersen, Karl; Andersen, J.S.

    2001-01-01

    Aims: To determine the flock prevalence and to estimate the within flock prevalence of Campylobacter in broiler flocks from different rearing systems, and to determine the antimicrobial susceptibility of Campylobacter isolates to selected antimicrobial substances. Methods and Results: One hundred...... and sixty broiler flocks originating from organic, conventional and extensive indoor production farms were investigated for the presence of Campylobacter at the time of slaughter. Campylobacter isolates from a subsample of positive flocks were subjected to susceptibility testing. Campylobacter spp. were...... isolated from 100% of organic broiler flocks, from 36.7% of conventional broiler flocks and from 49.2% of extensive indoor broiler flocks. Six of 62 Campylobacter isolates were resistant to one or more of the antimicrobials tested. Conclusions: These results indicate that the special characteristics...

  9. Flocking small smart machines: An experiment in cooperative, multi-machine control

    International Nuclear Information System (INIS)

    Klarer, P.R.

    1998-03-01

    The intent and purpose of this work was to investigate and demonstrate cooperative behavior among a group of mobile robot machines. The specific goal of this work was to build a small swarm of identical machines and control them in such a way as to show a coordinated movement of the group in a flocking manner, similar to that observed in nature. Control of the swarm's individual members and its overall configuration is available to the human user via a graphic man-machine interface running on a base station control computer. Any robot may be designated as the nominal leader through the interface tool, which then may be commanded to proceed to a particular geographic destination. The remainder of the flock follows the leader by maintaining their relative positions in formation, as specified by the human controller through the interface. The formation's configuration can be altered manually through an interactive graphic-based tool. An alternative mode of control allows for teleoperation of one robot, with the flock following along as described above

  10. To flock or fight: neurochemical signatures of divergent life histories in sparrows.

    Science.gov (United States)

    Goodson, James L; Wilson, Leah C; Schrock, Sara E

    2012-06-26

    Many bird species exhibit dramatic seasonal switches between territoriality and flocking, but whereas neuroendocrine mechanisms of territorial aggression have been extensively studied, those of seasonal flocking are unknown. We collected brains in spring and winter from male field sparrows (Spizella pusilla), which seasonally flock, and male song sparrows (Melospiza melodia), which are territorial year-round in much of their range. Spring collections were preceded by field-based assessments of aggression. Tissue series were immunofluorescently multilabeled for vasotocin, mesotocin (MT), corticotropin-releasing hormone (CRH), vasoactive intestinal polypeptide, tyrosine hydroxylase, and aromatase, and labeling densities were measured in many socially relevant brain areas. Extensive seasonal differences are shared by both species. Many measures correlate significantly with both individual and species differences in aggression, likely reflecting evolved mechanisms that differentiate the less aggressive field sparrow from the more aggressive song sparrow. Winter-specific species differences include a substantial increase of MT and CRH immunoreactivity in the dorsal lateral septum (LS) and medial amygdala of field sparrows but not song sparrows. These species differences likely relate to flocking rather than the suppression of winter aggression in field sparrows, because similar winter differences were found for two other emberizids that are not territorial in winter--dark-eyed juncos (Junco hyemalis), which seasonally flock, and eastern towhees (Pipilo erythropthalmus), which do not flock. MT signaling in the dorsal LS is also associated with year-round species differences in grouping in estrildid finches, suggesting that common mechanisms are targeted during the evolution of different life histories.

  11. Fixed-Wing UAVs Flock Control through Cohesion and Repulsion Behaviours Combined with a Leadership

    Directory of Open Access Journals (Sweden)

    Cezary Kownacki

    2016-02-01

    Full Text Available The aim of this paper is to present a novel approach to swarm control of small fixed-wing UAVs, which combines only two flocking behaviours with a leadership feature. In the presented approach, two fundamental rules of Reynolds flocking are applied, i.e., cohesion and repulsion, as the base of a decentralized control of self-organization of the flock. These rules are combined with a leadership feature, which is responsible for a global behaviour of guidance, as in the case of animals. Such a bio-inspired combination allows the achievement of a coherent collective flight of a flock of fixed-wing UAVs without applying formal behaviours of migration and alignment. This highly simplifies an implementation of the algorithm. The presented results include both numerical simulations and experimental flights, which validate the hardware implementation of the approach.

  12. Switching hierarchical leadership mechanism in homing flight of pigeon flocks

    Science.gov (United States)

    Chen, Duxin; Vicsek, Tamás; Liu, Xiaolu; Zhou, Tao; Zhang, Hai-Tao

    2016-06-01

    To explore the fascinating inter-individual interaction mechanism governing the abundant biological grouping behaviors, more and more efforts have been devoted to collective motion investigation in recent years. Therein, bird flocking is one of the most intensively studied behaviors. A previous study (Nagy M. et al., Nature, 464 (2010) 890.) claims the existence of a well-defined hierarchical structure in pigeon flocks, which implies that a multi-layer leadership network leads to the occurrence of highly coordinated pigeon flock movements. However, in this study, by using high-resolution GPS data of homing flight of pigeon flocks, we reveal an explicit switching hierarchical mechanism underlying the group motions of pigeons. That is, a pigeon flock has a long-term leader for smooth moving trajectories, whereas the leading tenure passes to a temporary one upon sudden turns or zigzags. Therefore, the present observation helps explore more deeply into the principle of a huge volume of bird flocking dynamics. Meanwhile, from the engineering point of view, it may shed some light onto industrial multi-robot coordination and unmanned air vehicle formation control.

  13. Outdoor flocking of quadcopter drones with decentralized model predictive control.

    Science.gov (United States)

    Yuan, Quan; Zhan, Jingyuan; Li, Xiang

    2017-11-01

    In this paper, we present a multi-drone system featured with a decentralized model predictive control (DMPC) flocking algorithm. The drones gather localized information from neighbors and update their velocities using the DMPC flocking algorithm. In the multi-drone system, data packages are transmitted through XBee ® wireless modules in broadcast mode, yielding such an anonymous and decentralized system where all the calculations and controls are completed on an onboard minicomputer of each drone. Each drone is a double-layered agent system with the coordination layer running multi-drone flocking algorithms and the flight control layer navigating the drone, and the final formation of the flock relies on both the communication range and the desired inter-drone distance. We give both numerical simulations and field tests with a flock of five drones, showing that the DMPC flocking algorithm performs well on the presented multi-drone system in both the convergence rate and the ability of tracking a desired path. Copyright © 2017 ISA. Published by Elsevier Ltd. All rights reserved.

  14. Campylobacter spp. contamination of chicken carcasses during processing in relation to flock colonisation.

    Science.gov (United States)

    Allen, V M; Bull, S A; Corry, J E L; Domingue, G; Jørgensen, F; Frost, J A; Whyte, R; Gonzalez, A; Elviss, N; Humphrey, T J

    2007-01-01

    The presence and numbers of campylobacters on chicken carcasses from 26 slaughter groups, originating from 22 single-house flocks and processed in four UK plants, were studied in relation to the level of flock colonisation determined by examining the caecal contents of at least ten birds per group. The prevalence of campylobacters on carcasses from five campylobacter-negative flocks processed just after other negative flocks was low (8.0 log(10) cfu) than carcasses originating from low prevalence flocks (average of 2.3 log(10) cfu; range: defeathering and evisceration areas but not in the chillers. This was the case even when campylobacters were not isolated from the target flock. Campylobacters on carcasses from two partly colonised flocks were either the same subtype, as determined by speciation, Multi-Locus Sequence Typing (MLST) and flaA Restricted Fragment Length Polymorphism (RFLP) typing, as those in the fully colonised flocks processed previously, although not necessarily the most prevalent ones; or were the same subtypes as those found in the caeca of the flock itself. The prevalences of the different campylobacter subtypes found on carcasses from two fully colonised flocks did not closely reflect those found in the caeca. MLST combined with flaA RFLP provided a good method for ascertaining the relatedness of strains isolated from carcasses and caecal contents. This study showed that carcass contamination is related to the within-flock prevalence of campylobacter colonisation, but that contamination from previously processed flocks was also significant, especially on carcasses from low prevalence flocks. Forced dry air cooling of carcasses reduced contamination levels.

  15. Starling flock networks manage uncertainty in consensus at low cost.

    Directory of Open Access Journals (Sweden)

    George F Young

    Full Text Available Flocks of starlings exhibit a remarkable ability to maintain cohesion as a group in highly uncertain environments and with limited, noisy information. Recent work demonstrated that individual starlings within large flocks respond to a fixed number of nearest neighbors, but until now it was not understood why this number is seven. We analyze robustness to uncertainty of consensus in empirical data from multiple starling flocks and show that the flock interaction networks with six or seven neighbors optimize the trade-off between group cohesion and individual effort. We can distinguish these numbers of neighbors from fewer or greater numbers using our systems-theoretic approach to measuring robustness of interaction networks as a function of the network structure, i.e., who is sensing whom. The metric quantifies the disagreement within the network due to disturbances and noise during consensus behavior and can be evaluated over a parameterized family of hypothesized sensing strategies (here the parameter is number of neighbors. We use this approach to further show that for the range of flocks studied the optimal number of neighbors does not depend on the number of birds within a flock; rather, it depends on the shape, notably the thickness, of the flock. The results suggest that robustness to uncertainty may have been a factor in the evolution of flocking for starlings. More generally, our results elucidate the role of the interaction network on uncertainty management in collective behavior, and motivate the application of our approach to other biological networks.

  16. Starling Flock Networks Manage Uncertainty in Consensus at Low Cost

    Science.gov (United States)

    Young, George F.; Scardovi, Luca; Cavagna, Andrea; Giardina, Irene; Leonard, Naomi E.

    2013-01-01

    Flocks of starlings exhibit a remarkable ability to maintain cohesion as a group in highly uncertain environments and with limited, noisy information. Recent work demonstrated that individual starlings within large flocks respond to a fixed number of nearest neighbors, but until now it was not understood why this number is seven. We analyze robustness to uncertainty of consensus in empirical data from multiple starling flocks and show that the flock interaction networks with six or seven neighbors optimize the trade-off between group cohesion and individual effort. We can distinguish these numbers of neighbors from fewer or greater numbers using our systems-theoretic approach to measuring robustness of interaction networks as a function of the network structure, i.e., who is sensing whom. The metric quantifies the disagreement within the network due to disturbances and noise during consensus behavior and can be evaluated over a parameterized family of hypothesized sensing strategies (here the parameter is number of neighbors). We use this approach to further show that for the range of flocks studied the optimal number of neighbors does not depend on the number of birds within a flock; rather, it depends on the shape, notably the thickness, of the flock. The results suggest that robustness to uncertainty may have been a factor in the evolution of flocking for starlings. More generally, our results elucidate the role of the interaction network on uncertainty management in collective behavior, and motivate the application of our approach to other biological networks. PMID:23382667

  17. A retrospective study on salmonella infection in Danish broiler flocks

    DEFF Research Database (Denmark)

    Angen, Øystein; Skov, M. N.; Chriél, Mariann

    1996-01-01

    -year period from 1992 to 1993 in Denmark. The AM database contains information collected by the ante-mortem veterinarians, from the slaughterhouses, and from the salmonella examinations carried out at the National Veterinary Laboratory. The epidemiological unit was the individual broiler flock....... The salmonella status of the flock was determined by examining the caecal tonsils from 16 3-week-old chickens from each flock. This procedure would detect a salmonella-infected flock, with a probability above 95%, if the prevalence is above 20%. Furthermore, the structure and quality of the collected data have...... been evaluated. Fourteen variables were selected for analysis by multivariable logistic regression. An increased risk of salmonella infection in the broiler Becks was associated with the biggest hatcheries and feedmill, with an increasing number of houses on the farm, if the preceding flock...

  18. A Multiple-Label Guided Clustering Algorithm for Historical Document Dating and Localization.

    Science.gov (United States)

    He, Sheng; Samara, Petros; Burgers, Jan; Schomaker, Lambert

    2016-11-01

    It is of essential importance for historians to know the date and place of origin of the documents they study. It would be a huge advancement for historical scholars if it would be possible to automatically estimate the geographical and temporal provenance of a handwritten document by inferring them from the handwriting style of such a document. We propose a multiple-label guided clustering algorithm to discover the correlations between the concrete low-level visual elements in historical documents and abstract labels, such as date and location. First, a novel descriptor, called histogram of orientations of handwritten strokes, is proposed to extract and describe the visual elements, which is built on a scale-invariant polar-feature space. In addition, the multi-label self-organizing map (MLSOM) is proposed to discover the correlations between the low-level visual elements and their labels in a single framework. Our proposed MLSOM can be used to predict the labels directly. Moreover, the MLSOM can also be considered as a pre-structured clustering method to build a codebook, which contains more discriminative information on date and geography. The experimental results on the medieval paleographic scale data set demonstrate that our method achieves state-of-the-art results.

  19. Flock sizes and sex ratios of canvasbacks in Chesapeake Bay and North Carolina

    Science.gov (United States)

    Haramis, G.M.; Derleth, E.L.; Link, W.A.

    1994-01-01

    Knowledge of the distribution, size, and sex ratios of flocks of wintering canvasbacks (Aythya valisineria) is fundamental to understanding the species' winter ecology and providing guidelines for management. Consequently, in winter 1986-87, we conducted 4 monthly aerial photographic surveys to investigate temporal changes in distribution, size, and sex ratios of canvasback flocks in traditional wintering areas of Chesapeake Bay and coastal North Carolina. Surveys yielded 35mm imagery of 194,664 canvasbacks in 842 flocks. Models revealed monthly patterns of flock size in North Carolina and Virginia, but no pattern of change in Maryland. A stepwise analysis of flock size and sex ratio fit a common positive slope (increasing proportion male) for all state-month datasets, except for North Carolina in February where the slope was larger (P lt 0.001). State and month effects on intercepts were significant (P lt 0.001) and confirmed a previously identified latitudinal gradient in sex ratio in the survey region. There was no relationship between flock purity (% canvasbacks vs. other species) and flock size except in North Carolina in January, February, and March when flock purity was related to flock size. Contrasting characteristics in North Carolina with regard to flock size (larger flocks) and flock purity suggested that proximate factors were reinforcing flocking behavior and possibly species fidelity there. Of possible factors, the need to locate foraging sites within this large, open-water environment was hypothesized to be of primary importance. Comparison of January 1981 and 1987 sex ratios indicated no change in Maryland, but lower (P lt 0.05) canvasback sex ratios (proportion male) in Virginia and North Carolina.

  20. AD HOC TEAMWORK BEHAVIORS FOR INFLUENCING A FLOCK

    Directory of Open Access Journals (Sweden)

    Katie Genter

    2016-02-01

    Full Text Available Ad hoc teamwork refers to the challenge of designing agents that can influence the behavior of a team, without prior coordination with its teammates. This paper considers influencing a flock of simple robotic agents to adopt a desired behavior within the context of ad hoc teamwork. Specifically, we examine how the ad hoc agents should behave in order to orient a flock towards a target heading as quickly as possible when given knowledge of, but no direct control over, the behavior of the flock. We introduce three algorithms which the ad hoc agents can use to influence the flock, and we examine the relative importance of coordinating the ad hoc agents versus planning farther ahead when given fixed computational resources. We present detailed experimental results for each of these algorithms, concluding that in this setting, inter-agent coordination and deeper lookahead planning are no more beneficial than short-term lookahead planning.

  1. Flocking and rendezvous in distributed robotics

    CERN Document Server

    Francis, Bruce A

    2016-01-01

    This brief describes the coordinated control of groups of robots using only sensory input – and no direct external commands. Furthermore, each robot employs the same local strategy, i.e., there are no leaders, and the text also deals with decentralized control, allowing for cases in which no single robot can sense all the others. One can get intuition for the problem from the natural world, for example, flocking birds. How do they achieve and maintain their flying formation? Recognizing their importance as the most basic coordination tasks for mobile robot networks, the brief details flocking and rendezvous. They are shown to be physical illustrations of emergent behaviors with global consensus arising from local interactions. The authors extend the consideration of these fundamental ideas to describe their operation in flying robots and prompt readers to pursue further research in the field.  Flocking and Rendezvous in Distributed Robotics will provide graduate students a firm grounding in the subject, w...

  2. Text Mining in Biomedical Domain with Emphasis on Document Clustering.

    Science.gov (United States)

    Renganathan, Vinaitheerthan

    2017-07-01

    With the exponential increase in the number of articles published every year in the biomedical domain, there is a need to build automated systems to extract unknown information from the articles published. Text mining techniques enable the extraction of unknown knowledge from unstructured documents. This paper reviews text mining processes in detail and the software tools available to carry out text mining. It also reviews the roles and applications of text mining in the biomedical domain. Text mining processes, such as search and retrieval of documents, pre-processing of documents, natural language processing, methods for text clustering, and methods for text classification are described in detail. Text mining techniques can facilitate the mining of vast amounts of knowledge on a given topic from published biomedical research articles and draw meaningful conclusions that are not possible otherwise.

  3. The physics of flocking: Correlation as a compass from experiments to theory

    Science.gov (United States)

    Cavagna, Andrea; Giardina, Irene; Grigera, Tomás S.

    2018-01-01

    Collective behavior in biological systems is a complex topic, to say the least. It runs wildly across scales in both space and time, involving taxonomically vastly different organisms, from bacteria and cell clusters, to insect swarms and up to vertebrate groups. It entails concepts as diverse as coordination, emergence, interaction, information, cooperation, decision-making, and synchronization. Amid this jumble, however, we cannot help noting many similarities between collective behavior in biological systems and collective behavior in statistical physics, even though none of these organisms remotely looks like an Ising spin. Such similarities, though somewhat qualitative, are startling, and regard mostly the emergence of global dynamical patterns qualitatively different from individual behavior, and the development of system-level order from local interactions. It is therefore tempting to describe collective behavior in biology within the conceptual framework of statistical physics, in the hope to extend to this new fascinating field at least part of the great predictive power of theoretical physics. In this review we propose that the conceptual cornerstone of this ambitious program be that of correlation. To illustrate this idea we address the case of collective behavior in bird flocks. Two key threads emerge, as two sides of one single story: the presence of scale-free correlations and the dynamical mechanism of information transfer. We discuss first static correlations in starling flocks, in particular the experimental finding of their scale-free nature, the formulation of models that account for this fact using maximum entropy, and the relation of scale-free correlations to information transfer. This is followed by a dynamic treatment of information propagation (propagation of turns across a flock), starting with a discussion of experimental results and following with possible theoretical explanations of those, which require the addition of behavioral

  4. Prevalence of Campylobacter jejuni in poultry breeder flocks

    Directory of Open Access Journals (Sweden)

    Ludovico Dipineto

    2010-01-01

    Full Text Available The aim of this work is to present the preliminary results of a study about the prevalence of Campylobacter jejuni in poultry breeder flocks. It was examined three different breeder flocks of Bojano in Molise region. A total of 360 cloacal swabs and 80 enviromental swabs was collected. Of the 3 flocks studied, 6.9% tested were positive for Campylobacter spp. The most-prevalent isolated species is C. jejuni (8.2%. Only 3 of the 360 cloacal swabs samples examined were associated with C. coli. The environmental swabs resulted negative. This results confirms again that poultry is a reservoir of this germ.

  5. Acute coenurosis of dairy sheep from 11 flocks in Greece.

    Science.gov (United States)

    Giadinis, N D; Psychas, V; Polizopoulou, Z; Papadopoulos, E; Papaioannou, N; Komnenou, A Th; Thomas, A-L; Petridou, E J; Kritsepi-Konstantinou, M; Lafi, S Q; Brellou, G D

    2012-07-01

    A syndrome of acute neurological dysfunction with increased mortality was observed in lambs of 10 dairy sheep flocks and adult animals in one flock in Central and Northern Greece. Each farmer completed a questionnaire regarding the management and feeding of their flocks. In seven of the 11 flocks the affected animals were grazing pasture, while in the remaining four flocks (5, 8, 9, 10) the animals were fed alfalfa hay (Medicago sativa) and concentrates indoors. A follow-up study of the affected flocks was conducted during the next 12 months. Of 42 sheep with acute coenurosis that were examined, the most prominent neurological abnormalities were ataxia, depression, blindness, scoliosis, coma and dysmetria. Except for the four sheep that were comatose, all other animals had normal body temperatures and their appetites remained normal or were slightly decreased. Haematological findings of 15 examined sheep were within normal limits. The affected sheep were subject to euthanasia. A histopathological examination was performed in 13 cases. Faecal samples from dogs associated with these flocks were negative for taeniid infections. During the following 12 months cases of chronic coenurosis in these flocks were observed. In the 42 animals that were necropsied, the main gross findings were cystic formations between 0.5-1 cm in diameter with translucent walls that were seen lying free on the leptomeninges or partly penetrating the brain tissue, sterile microabscecess and brain necrosis. Histopathological evaluation of tissue sections of 13 brains showed multifocal purulent or pyogranulomatous meningoencephalitis, accompanied by eosinophilic infiltrations. No bacteria were isolated following bacterial culture of brain tissue Parasitological examination of the cysts from five cases revealed whitish specks on the transparent cyst wall and germination membrane representing the scolices. Acute coenurosis was diagnosed in all cases studied. Acute coenurosis can be one of the

  6. A coherent graph-based semantic clustering and summarization approach for biomedical literature and a new summarization evaluation method.

    Science.gov (United States)

    Yoo, Illhoi; Hu, Xiaohua; Song, Il-Yeol

    2007-11-27

    A huge amount of biomedical textual information has been produced and collected in MEDLINE for decades. In order to easily utilize biomedical information in the free text, document clustering and text summarization together are used as a solution for text information overload problem. In this paper, we introduce a coherent graph-based semantic clustering and summarization approach for biomedical literature. Our extensive experimental results show the approach shows 45% cluster quality improvement and 72% clustering reliability improvement, in terms of misclassification index, over Bisecting K-means as a leading document clustering approach. In addition, our approach provides concise but rich text summary in key concepts and sentences. Our coherent biomedical literature clustering and summarization approach that takes advantage of ontology-enriched graphical representations significantly improves the quality of document clusters and understandability of documents through summaries.

  7. Flocking dynamics and roosting behaviour of Meyer's parrot ...

    African Journals Online (AJOL)

    For most of the year, Meyer's parrots in the Okavango Delta do not form large feeding flocks, and groups larger than two or three are probably the result of opportunistic aggregation at favoured food items after dispersion from communal roosts. Communal roosting likely does not facilitate flocking unless the food resources ...

  8. Stable Flocking of Multiple Agents Based on Molecular Potential Field and Distributed Receding Horizon Control

    International Nuclear Information System (INIS)

    Zhang Yun-Peng; Duan Hai-Bin; Zhang Xiang-Yin

    2011-01-01

    A novel distributed control scheme to generate stable flocking motion for a group of agents is proposed. In this control scheme, a molecular potential field model is applied as the potential field function because of its smoothness and unique shape. The approach of distributed receding horizon control is adopted to drive each agent to find its optimal control input to lower its potential at every step. Experimental results show that this proposed control scheme can ensure that all agents eventually converge to a stable flocking formation with a common velocity and the collisions can also be avoided at the same time. (general)

  9. On the duality between interaction responses and mutual positions in flocking and schooling.

    Science.gov (United States)

    Perna, Andrea; Grégoire, Guillaume; Mann, Richard P

    2014-01-01

    Recent research in animal behaviour has contributed to determine how alignment, turning responses, and changes of speed mediate flocking and schooling interactions in different animal species. Here, we propose a complementary approach to the analysis of flocking phenomena, based on the idea that animals occupy preferential, anysotropic positions with respect to their neighbours, and devote a large amount of their interaction responses to maintaining their mutual positions. We test our approach by deriving the apparent alignment and attraction responses from simulated trajectories of animals moving side by side, or one in front of the other. We show that the anisotropic positioning of individuals, in combination with noise, is sufficient to reproduce several aspects of the movement responses observed in real animal groups. This anisotropy at the level of interactions should be considered explicitly in future models of flocking and schooling. By making a distinction between interaction responses involved in maintaining a preferred flock configuration, and interaction responses directed at changing it, our work provides a frame to discriminate movement interactions that signal directional conflict from interactions underlying consensual group motion.

  10. Electrostatic flocking of chitosan fibres leads to highly porous, elastic and fully biodegradable anisotropic scaffolds.

    Science.gov (United States)

    Gossla, Elke; Tonndorf, Robert; Bernhardt, Anne; Kirsten, Martin; Hund, Rolf-Dieter; Aibibu, Dilibar; Cherif, Chokri; Gelinsky, Michael

    2016-10-15

    Electrostatic flocking - a common textile technology which has been applied in industry for decades - is based on the deposition of short polymer fibres in a parallel aligned fashion on flat or curved substrates, covered with a layer of a suitable adhesive. Due to their highly anisotropic properties the resulting velvet-like structures can be utilised as scaffolds for tissue engineering applications in which the space between the fibres can be defined as pores. In the present study we have developed a fully resorbable compression elastic flock scaffold from a single material system based on chitosan. The fibres and the resulting scaffolds were analysed concerning their structural and mechanical properties and the biocompatibility was tested in vitro. The tensile strength and Young's modulus of the chitosan fibres were analysed as a function of the applied sterilisation technique (ethanol, supercritical carbon dioxide, γ-irradiation and autoclaving). All sterilisation methods decreased the Young's modulus (from 14GPa to 6-12GPa). The tensile strength was decreased after all treatments - except after the autoclaving of chitosan fibres submerged in water. Compressive strength of the highly porous flock scaffolds was 18±6kPa with a elastic modulus in the range of 50-100kPa. The flocked scaffolds did not show any cytotoxic effect during indirect or direct culture of human mesenchymal stem cells or the sarcoma osteogenic cell line Saos-2. Furthermore cell adhesion and proliferation of both cell types could be observed. This is the first demonstration of a fully biodegradable scaffold manufactured by electrostatic flocking. Most tissues possess anisotropic fibrous structures. In contrast, most of the commonly used scaffolds have an isotropic morphology. By utilising the textile technology of electrostatic flocking, highly porous and clearly anisotropic scaffolds can be manufactured. Flocking leads to parallel aligned short fibres, glued on the surface of a substrate

  11. Flocking ferromagnetic colloids.

    Science.gov (United States)

    Kaiser, Andreas; Snezhko, Alexey; Aranson, Igor S

    2017-02-01

    Assemblages of microscopic colloidal particles exhibit fascinating collective motion when energized by electric or magnetic fields. The behaviors range from coherent vortical motion to phase separation and dynamic self-assembly. Although colloidal systems are relatively simple, understanding their collective response, especially under out-of-equilibrium conditions, remains elusive. We report on the emergence of flocking and global rotation in the system of rolling ferromagnetic microparticles energized by a vertical alternating magnetic field. By combing experiments and discrete particle simulations, we have identified primary physical mechanisms, leading to the emergence of large-scale collective motion: spontaneous symmetry breaking of the clockwise/counterclockwise particle rotation, collisional alignment of particle velocities, and random particle reorientations due to shape imperfections. We have also shown that hydrodynamic interactions between the particles do not have a qualitative effect on the collective dynamics. Our findings shed light on the onset of spatial and temporal coherence in a large class of active systems, both synthetic (colloids, swarms of robots, and biopolymers) and living (suspensions of bacteria, cell colonies, and bird flocks).

  12. Flocking of multiple mobile robots based on backstepping.

    Science.gov (United States)

    Dong, Wenjie

    2011-04-01

    This paper considers the flocking of multiple nonholonomic wheeled mobile robots. Distributed controllers are proposed with the aid of backstepping techniques, results from graph theory, and singular perturbation theory. The proposed controllers can make the states of a group of robots converge to a desired geometric pattern whose centroid moves along a desired trajectory under the condition that the desired trajectory is available to a portion of the group of robots. Since communication delay is inevitable in distributed control, its effect on the performance of the closed-loop systems is analyzed. It is shown that the proposed controllers work well if communication delays are constant. To show effectiveness of the proposed controllers, simulation results are included.

  13. Prevalence and characterization of Campylobacter jejuni isolated from pasture flock poultry.

    Science.gov (United States)

    Hanning, Irene; Biswas, Debabrata; Herrera, Paul; Roesler, Mary; Ricke, Steven C

    2010-09-01

    The growing interest in organic and natural foods warrants a greater need for information on the food safety of these products. In this study, samples were taken from 2 pasture flock farms (N = 178; feed, water, drag swabs, and insect traps), pasture flock retail carcasses (N = 48) and 1 pasture flock processing facility (N = 16) over a period of 8 mo. A total of 105 Campylobacter isolates were obtained from 53 (30%), 36 (75%), and 16 (100%) samples from the farms, retail carcasses, and processing facility, respectively. Of the 105 isolates collected, 65 were C. jejuni, 31 were C. coli, and 9 were other Campylobacter spp. Using PCR, the C. jejuni isolates were further analyzed for virulence genes involved in colonization and survival (flaA, flaC, cadF, dnaJ, racR, cbrR), invasion (virB11, ciaB, pldA), protection against harsh conditions (sodB, htrA, clpA), toxin production (cdtA, cdtB, cdtC), siderophore transport (ceuE), and ganglioside mimicry (wlaN). In addition, the short variable region of the flaA locus (flaA SVR) was sequenced to determine the genetic diversity of the C. jejuni isolates. The flaA SVR diversity indices increased along the farm to carcass continuum. PCR-based analysis indicated a low prevalence of 5 genes involved in colonization (dnaJ, ciaB, pldA, racR, virB11). The results of this survey indicate that the prevalence of Campylobacter on organic retail carcasses is similar to prevalence reports of Campylobacter on conventional retail carcasses. However, the genetic diversity of the flaA SVR genotypes increased along the farm to carcass continuum that contrasted with conventional poultry studies. Campylobacter jejuni is a leading cause of foodborne illness with poultry and poultry products being leading sources of infection. Free-range and pasture flock chickens are becoming more popular; however, there is an inherent biosecurity risk that can increase the prevalence of foodborne pathogens in these flocks. This study aimed to determine sources

  14. A flocking algorithm for multi-agent systems with connectivity preservation under hybrid metric-topological interactions.

    Science.gov (United States)

    He, Chenlong; Feng, Zuren; Ren, Zhigang

    2018-01-01

    In this paper, we propose a connectivity-preserving flocking algorithm for multi-agent systems in which the neighbor set of each agent is determined by the hybrid metric-topological distance so that the interaction topology can be represented as the range-limited Delaunay graph, which combines the properties of the commonly used disk graph and Delaunay graph. As a result, the proposed flocking algorithm has the following advantages over the existing ones. First, range-limited Delaunay graph is sparser than the disk graph so that the information exchange among agents is reduced significantly. Second, some links irrelevant to the connectivity can be dynamically deleted during the evolution of the system. Thus, the proposed flocking algorithm is more flexible than existing algorithms, where links are not allowed to be disconnected once they are created. Finally, the multi-agent system spontaneously generates a regular quasi-lattice formation without imposing the constraint on the ratio of the sensing range of the agent to the desired distance between two adjacent agents. With the interaction topology induced by the hybrid distance, the proposed flocking algorithm can still be implemented in a distributed manner. We prove that the proposed flocking algorithm can steer the multi-agent system to a stable flocking motion, provided the initial interaction topology of multi-agent systems is connected and the hysteresis in link addition is smaller than a derived upper bound. The correctness and effectiveness of the proposed algorithm are verified by extensive numerical simulations, where the flocking algorithms based on the disk and Delaunay graph are compared.

  15. A flocking algorithm for multi-agent systems with connectivity preservation under hybrid metric-topological interactions.

    Directory of Open Access Journals (Sweden)

    Chenlong He

    Full Text Available In this paper, we propose a connectivity-preserving flocking algorithm for multi-agent systems in which the neighbor set of each agent is determined by the hybrid metric-topological distance so that the interaction topology can be represented as the range-limited Delaunay graph, which combines the properties of the commonly used disk graph and Delaunay graph. As a result, the proposed flocking algorithm has the following advantages over the existing ones. First, range-limited Delaunay graph is sparser than the disk graph so that the information exchange among agents is reduced significantly. Second, some links irrelevant to the connectivity can be dynamically deleted during the evolution of the system. Thus, the proposed flocking algorithm is more flexible than existing algorithms, where links are not allowed to be disconnected once they are created. Finally, the multi-agent system spontaneously generates a regular quasi-lattice formation without imposing the constraint on the ratio of the sensing range of the agent to the desired distance between two adjacent agents. With the interaction topology induced by the hybrid distance, the proposed flocking algorithm can still be implemented in a distributed manner. We prove that the proposed flocking algorithm can steer the multi-agent system to a stable flocking motion, provided the initial interaction topology of multi-agent systems is connected and the hysteresis in link addition is smaller than a derived upper bound. The correctness and effectiveness of the proposed algorithm are verified by extensive numerical simulations, where the flocking algorithms based on the disk and Delaunay graph are compared.

  16. Risk factors for Campylobacter spp. infection in Senegalese broiler-chicken flocks.

    Science.gov (United States)

    Cardinale, E; Tall, F; Guèye, E F; Cisse, M; Salvat, G

    2004-06-10

    Our objective was to identify the risk factors for Campylobacter infection in Senegalese broiler flocks. Seventy broiler farms were studied around Dakar from January 2000 to December 2001 around Dakar. A questionnaire was administered to the farmers, and samples of fresh droppings were taken to assess the flocks' Campylobacter status. About 63% of the flocks were infected by Campylobacter spp.; Campylobacter jejuni was the most-prevalent species (P hatchery to the farm as feed plates (rather than specifically designed feed plates). Alternatively, thorough cleaning and disinfection of poultry-house surroundings and manure disposal outside the farm were associated with decreased flock risk.

  17. The confusion effect when attacking simulated three-dimensional starling flocks.

    Science.gov (United States)

    Hogan, Benedict G; Hildenbrandt, Hanno; Scott-Samuel, Nicholas E; Cuthill, Innes C; Hemelrijk, Charlotte K

    2017-01-01

    The confusion effect describes the phenomenon of decreasing predator attack success with increasing prey group size. However, there is a paucity of research into the influence of this effect in coherent groups, such as flocks of European starlings ( Sturnus vulgaris ). Here, for the first time, we use a computer game style experiment to investigate the confusion effect in three dimensions. To date, computerized studies on the confusion effect have used two-dimensional simulations with simplistic prey movement and dynamics. Our experiment is the first investigation of the effects of flock size and density on the ability of a (human) predator to track and capture a target starling in a realistically simulated three-dimensional flock of starlings. In line with the predictions of the confusion effect, modelled starlings appear to be safer from predation in larger and denser flocks. This finding lends credence to previous suggestions that starling flocks have anti-predator benefits and, more generally, it suggests that active increases in density in animal groups in response to predation may increase the effectiveness of the confusion effect.

  18. Topological Sound and Flocking on Curved Surfaces

    Science.gov (United States)

    Shankar, Suraj; Bowick, Mark J.; Marchetti, M. Cristina

    2017-07-01

    Active systems on curved geometries are ubiquitous in the living world. In the presence of curvature, orientationally ordered polar flocks are forced to be inhomogeneous, often requiring the presence of topological defects even in the steady state because of the constraints imposed by the topology of the underlying surface. In the presence of spontaneous flow, the system additionally supports long-wavelength propagating sound modes that get gapped by the curvature of the underlying substrate. We analytically compute the steady-state profile of an active polar flock on a two-sphere and a catenoid, and show that curvature and active flow together result in symmetry-protected topological modes that get localized to special geodesics on the surface (the equator or the neck, respectively). These modes are the analogue of edge states in electronic quantum Hall systems and provide unidirectional channels for information transport in the flock, robust against disorder and backscattering.

  19. Prevalence of Coxiella burnetii in clinically healthy German sheep flocks

    Directory of Open Access Journals (Sweden)

    Hilbert Angela

    2012-03-01

    Full Text Available Abstract Background Current epidemiological data on the situation of Coxiella (C. burnetii infections in sheep are missing, making risk assessment and the implementation of counteractive measures difficult. Using the German state of Thuringia as a model example, the estimated sero-, and antigen prevalence of C. burnetii (10% and 25%, respectively was assessed at flock level in 39/252 randomly selected clinically healthy sheep flocks with more than 100 ewes and unknown abortion rate. Results The CHECKIT™ Q-fever Test Kit identified 11 (28% antibody positive herds, whereas real-time PCR revealed the presence of C. burnetii DNA in 2 (5% of the flocks. Multiple-locus variable number of tandem repeats analysis of 9 isolates obtained from one flock revealed identical profiles. All isolates contained the plasmid QpH1. Conclusions The results demonstrate that C. burnetii is present in clinically inconspicuous sheep flocks and sporadic flare-ups do occur as the notifications to the German animal disease reporting system show. Although C. burnetii infections are not a primary veterinary concern due to the lack of significant clinical impact on animal health (with the exception of goats, the eminent zoonotic risk for humans should not be underestimated. Therefore, strategies combining the interests of public and veterinary public health should include monitoring of flocks, the identification and culling of shedders as well as the administration of protective vaccines.

  20. Stability of model flocks in turbulent-like flow

    International Nuclear Information System (INIS)

    Khurana, Nidhi; Ouellette, Nicholas T

    2013-01-01

    We report numerical simulations of a simple model of flocking particles in the presence of an uncertain background environment. We consider two types of environmental perturbations: random noise applied separately to each particle, and spatiotemporally correlated ‘noise’ provided by a turbulent-like flow field. The effects of these two types of noise are very different; surprisingly, the applied flow field tends to destroy the global order of the flocking model even for vanishingly small flow amplitudes. Local order, however, is preserved in smaller sub-flocks, although their composition changes dynamically. Our results suggest that realistic perturbations must be considered in assessing the stability of models of collective animal behavior, and that random noise is not a sufficient proxy. (paper)

  1. Effective dimension in flocking mechanisms

    International Nuclear Information System (INIS)

    Baglietto, Gabriel; Albano, Ezequiel V.

    2011-01-01

    Even in its minimal representation (Vicsek Model, VM [T. Vicsek, A. Czirok, E. Ben-Jacob, I. Cohen and O. Shochet. Phys. Rev. Lett. 75, 1226 (1995).]), the widespread phenomenon of flocking raises intriguing questions to the statistical physicists. While the VM is very close to the better understood XY Model because they share many symmetry properties, a major difference arises by the fact that the former can sustain long-range order in two dimensions, while the latter can not. Aiming to contribute to the understanding of this feature, by means of extensive numerical simulations of the VM, we study the network structure of clusters showing that they can also sustain purely orientational, mean-field-like, long-range order. We identify the reason of this capability with the key concept of ''effective dimension.'' In fact, by analyzing the behavior of the average path length and the mean degree, we show that this dimension is very close to four, which coincides with the upper critical dimension of the XY Model, where orientational order is also of a mean-field nature. We expect that this methodology could be generalized to other types of dynamical systems.

  2. Epidemiological characteristics of classical scrapie outbreaks in 30 sheep flocks in the United Kingdom.

    Directory of Open Access Journals (Sweden)

    K Marie McIntyre

    Full Text Available Most previous analyses of scrapie outbreaks have focused on flocks run by research institutes, which may not reflect the field situation. Within this study, we attempt to rectify this deficit by describing the epidemiological characteristics of 30 sheep flocks naturally-infected with classical scrapie, and by exploring possible underlying causes of variation in the characteristics between flocks, including flock-level prion protein (PrP genotype profile. In total, the study involved PrP genotype data for nearly 8600 animals and over 400 scrapie cases.We found that most scrapie cases were restricted to just two PrP genotypes (ARQ/VRQ and VRQ/VRQ, though two flocks had markedly different affected genotypes, despite having similar underlying genotype profiles to other flocks of the same breed; we identified differences amongst flocks in the age of cases of certain PrP genotypes; we found that the age-at-onset of clinical signs depended on peak incidence and flock type; we found evidence that purchasing infected animals is an important means of introducing scrapie to a flock; we found some evidence that flock-level PrP genotype profile and flock size account for variation in outbreak characteristics; identified seasonality in cases associated with lambing time in certain flocks; and we identified one case that was homozygous for phenylalanine at codon 141, a polymorphism associated with a very high risk of atypical scrapie, and 28 cases that were heterozygous at this codon.This paper presents the largest study to date on commercially-run sheep flocks naturally-infected with classical scrapie, involving 30 study flocks, more than 400 scrapie cases and over 8500 PrP genotypes. We show that some of the observed variation in epidemiological characteristics between farms is related to differences in their PrP genotype profile; although much remains unexplained and may instead be attributed to the stochastic nature of scrapie dynamics.

  3. Composition of Mix Species Foraging Flocks of Birds in Riverstan of Montane Region, Sri Lanka

    Directory of Open Access Journals (Sweden)

    W.G.D.D.M. Shermila

    2013-04-01

    Full Text Available Montane zone mixed-species bird flock system is distinct from that of low-land wet zone of SriLanka, although some species are present in both systems. The present study identified the mixed speciesflocks of birds in Riverstan at Knuckles Region, Sri Lanka. Monthly transect counts and opportunisticobservations were made between January and May, 2012. A total of 78 flocks and 27 bird species wereencountered at Riverstan during the study period. The flock size varied between 2 to 13 species and 4 to58 individuals. The mean number of species per flock was 6.03 ± 2.25 and the mean number ofindividuals in a flock was 18.41±9.87. The flock size was positively correlated with the number of speciespresent (r = 0.756, P <0.05. Grey-headed Canary Flycatcher was the most abundant species (mean2.68±1.02 birds per flocks while Sri Lanka White-eye was the most frequent species (mean 5.69±3.92birds per flocks. Grey-headed Canary Flycatcher and Sri Lanka Scimitar-babbler were the nuclear speciesin Riverstan. The leading species were Sri Lanka white-eye and Sri Lanka Yellow-eared Bulbul. Differentbird species used different heights within flocks.Keywords: Mixed-species flock, Nuclear species, Abundance, Foraging flocks

  4. Topological Sound and Flocking on Curved Surfaces

    Directory of Open Access Journals (Sweden)

    Suraj Shankar

    2017-09-01

    Full Text Available Active systems on curved geometries are ubiquitous in the living world. In the presence of curvature, orientationally ordered polar flocks are forced to be inhomogeneous, often requiring the presence of topological defects even in the steady state because of the constraints imposed by the topology of the underlying surface. In the presence of spontaneous flow, the system additionally supports long-wavelength propagating sound modes that get gapped by the curvature of the underlying substrate. We analytically compute the steady-state profile of an active polar flock on a two-sphere and a catenoid, and show that curvature and active flow together result in symmetry-protected topological modes that get localized to special geodesics on the surface (the equator or the neck, respectively. These modes are the analogue of edge states in electronic quantum Hall systems and provide unidirectional channels for information transport in the flock, robust against disorder and backscattering.

  5. Detection of antibodies against Chlamydophila abortus in Costa Rican sheep flocks

    Directory of Open Access Journals (Sweden)

    R. Villagra-Blanco

    2015-09-01

    Full Text Available A total of 359 sheep samples from 15 flocks were analyzed for the presence of antibodies against Chlamydophila abortus using a commercial Enzyme linked Immunosorbent Assay (ELISA. Antibodies were detected in 19 (5.29% sheep from 12 (80% flocks. Seropositive animals were found in all analyzed regions (Central, Chorotega, Atlantic Huetar, North Huetar and Central Pacific determining prevalence between 0.28% and 4.4%, and intra-flock positivity between 3.7% and 25.0%. The survey revealed two risk factors associated with seropositivity; introducing animals (males and females, embryos, or semen from other farms or from abroad without any sanitary certification, and flocks not having quarantine areas or separated boxes for diseased animals. No clinical signs of disease were observed in positive seroreactors. C. abortus seems to be present in Costa Rica in a very low prevalence in sheep flocks. Further studies, to isolate the bacteria are required. Finally, implementation of control measures to prevent the spread of C. abortus is recommended.

  6. Detection of antibodies against Chlamydophila abortus in Costa Rican sheep flocks

    Science.gov (United States)

    Villagra-Blanco, R.; Dolz, G.; Montero-Caballero, D.; Romero-Zúñiga, J.J.

    2015-01-01

    A total of 359 sheep samples from 15 flocks were analyzed for the presence of antibodies against Chlamydophila abortus using a commercial Enzyme linked Immunosorbent Assay (ELISA). Antibodies were detected in 19 (5.29%) sheep from 12 (80%) flocks. Seropositive animals were found in all analyzed regions (Central, Chorotega, Atlantic Huetar, North Huetar and Central Pacific) determining prevalence between 0.28% and 4.4%, and intra-flock positivity between 3.7% and 25.0%. The survey revealed two risk factors associated with seropositivity; introducing animals (males and females), embryos, or semen from other farms or from abroad without any sanitary certification, and flocks not having quarantine areas or separated boxes for diseased animals. No clinical signs of disease were observed in positive seroreactors. C. abortus seems to be present in Costa Rica in a very low prevalence in sheep flocks. Further studies, to isolate the bacteria are required. Finally, implementation of control measures to prevent the spread of C. abortus is recommended. PMID:26623377

  7. Carry-over of thermophilic Campylobacter spp. between sequential and adjacent poultry flocks.

    Science.gov (United States)

    Alter, Thomas; Weber, Rita Margarete; Hamedy, Ahmad; Glünder, Gerhard

    2011-01-10

    Nineteen flocks of four poultry species were monitored at a veterinary field station to investigate the distribution and spread of Campylobacter genotypes between sequential and adjacent flocks. Caecal and liver samples were obtained at frequent intervals from birds of all flocks and examined for Campylobacter. Amplified fragment length polymorphism (AFLP) analysis was performed to genotype Campylobacter isolates. Of the 1643 caecal and liver samples investigated, 452 (27.5%) caecal samples and 11 (0.7%) liver samples contained Campylobacter. Of the caecal isolates 76.3% were identified as Campylobacter jejuni and 23.7% were identified as Campylobacter coli. Poultry flocks were largely colonized by more than one AFLP type and an intense exchange of Campylobacter genotypes between different poultry flocks occurred. These findings indicate that multiple genotypes can constitute the Campylobacter population within single poultry flocks, hinting to different sources of exposure and/or genetic drifts within the Campylobacter population. Nevertheless, in most flocks single Campylobacter genotypes predominated. Some strains superseded others resulting in colonization by successive Campylobacter genotypes during the observation period. In conclusion, the data demonstrate that the large genetic diversity of Campylobacter must be considered in epidemiological evaluations and microbial risk assessments of Campylobacter in poultry. Copyright © 2010 Elsevier B.V. All rights reserved.

  8. 9 CFR 146.23 - Terminology and classification; flocks and products.

    Science.gov (United States)

    2010-01-01

    ... layers through routine serological surveillance of each participating commercial table-egg layer flock. A... SERVICE, DEPARTMENT OF AGRICULTURE LIVESTOCK IMPROVEMENT NATIONAL POULTRY IMPROVEMENT PLAN FOR COMMERCIAL POULTRY Special Provisions for Commercial Table-Egg Layer Flocks § 146.23 Terminology and classification...

  9. Worm control practice against gastro-intestinal parasites in Norwegian sheep and goat flocks

    Science.gov (United States)

    2011-01-01

    Background Anthelmintic treatment is the most common way of controlling nematode infections in ruminants. However, several countries have reported anthelmintic resistance (AR), representing a limitation for sustainable small ruminant production. The knowledge regarding worm control management represents a baseline to develop a guideline for preventing AR. The aim of the present study was therefore to improve our knowledge about the worm control practices in small ruminant flocks in Norway. Methods A questionnaire survey regarding worm control practices was performed in small ruminant flocks in Norway. Flocks were selected from the three main areas of small ruminant farming, i.e. the coastal, inland and northern areas. A total of 825 questionnaires, comprising 587 sheep flocks (return rate of 51.3%) and 238 goat flocks (52.6%) were included. Results The results indicated that visual appraisal of individual weight was the most common means of estimating the anthelmintic dose used in sheep (78.6%) and goat (85.1%) flocks. The mean yearly drenching rate in lambs and ewes were 2.5 ± 1.7 and 1.9 ± 1.1, respectively, whereas it was 1.0 (once a year) in goats. However, these figures were higher in sheep in the coastal area with a rate of 3.4 and 2.2 in lambs and ewes, respectively. Benzimidazoles were the predominant anthelmintic class used in sheep flocks (64.9% in 2007), whereas benzimidazoles and macrocyclic lactones were both equally used in dairy goat flocks. In the period of 2005-2007, 46.3% of the sheep flocks never changed the anthelmintic class. The dose and move strategy was practiced in 33.2% of the sheep flocks. Conclusions The present study showed that inaccurate weight calculation gives a risk of under-dosing in over 90% of the sheep and goat flocks in Norway. Taken together with a high treatment frequency in lambs, a lack of anthelmintic class rotation and the common use of a dose-and-move strategy, a real danger for development of anthelmintic resistance

  10. Worm control practice against gastro-intestinal parasites in Norwegian sheep and goat flocks

    Directory of Open Access Journals (Sweden)

    Vatn Synnøve

    2011-05-01

    Full Text Available Abstract Background Anthelmintic treatment is the most common way of controlling nematode infections in ruminants. However, several countries have reported anthelmintic resistance (AR, representing a limitation for sustainable small ruminant production. The knowledge regarding worm control management represents a baseline to develop a guideline for preventing AR. The aim of the present study was therefore to improve our knowledge about the worm control practices in small ruminant flocks in Norway. Methods A questionnaire survey regarding worm control practices was performed in small ruminant flocks in Norway. Flocks were selected from the three main areas of small ruminant farming, i.e. the coastal, inland and northern areas. A total of 825 questionnaires, comprising 587 sheep flocks (return rate of 51.3% and 238 goat flocks (52.6% were included. Results The results indicated that visual appraisal of individual weight was the most common means of estimating the anthelmintic dose used in sheep (78.6% and goat (85.1% flocks. The mean yearly drenching rate in lambs and ewes were 2.5 ± 1.7 and 1.9 ± 1.1, respectively, whereas it was 1.0 (once a year in goats. However, these figures were higher in sheep in the coastal area with a rate of 3.4 and 2.2 in lambs and ewes, respectively. Benzimidazoles were the predominant anthelmintic class used in sheep flocks (64.9% in 2007, whereas benzimidazoles and macrocyclic lactones were both equally used in dairy goat flocks. In the period of 2005-2007, 46.3% of the sheep flocks never changed the anthelmintic class. The dose and move strategy was practiced in 33.2% of the sheep flocks. Conclusions The present study showed that inaccurate weight calculation gives a risk of under-dosing in over 90% of the sheep and goat flocks in Norway. Taken together with a high treatment frequency in lambs, a lack of anthelmintic class rotation and the common use of a dose-and-move strategy, a real danger for development of

  11. Prevalence of and risk factors associated with ovine progressive pneumonia in Wyoming sheep flocks.

    Science.gov (United States)

    Gerstner, Shelley; Adamovicz, Jeffrey J; Duncan, John V; Laegreid, William W; Marshall, Katherine L; Logan, James R; Schumaker, Brant A

    2015-10-15

    To determine the prevalence of antibodies against small ruminant lentivirus (SRLV), the causative agent of ovine progressive pneumonia (OPP), and to identify risk factors associated with OPP in Wyoming sheep flocks. Cross-sectional study. 1,415 sheep from 54 flocks in Wyoming. Flocks were surveyed as part of the National Animal Health Monitoring System (NAHMS) 2011 sheep study. Serum samples obtained from sheep in Wyoming were analyzed for anti-SRLV antibodies by use of a competitive-inhibition ELISA. The prevalence of seropositive animals overall and within each flock was calculated. Respective associations between flock OPP status and various demographic and management variables were assessed. The estimated prevalence of sheep seropositive for anti-SRLV antibodies and OPP-infected flocks in Wyoming was 18.0% and 47.5%, respectively. Within OPP-infected flocks, the prevalence of seropositive sheep ranged from 3.9% to 96%. Flocks maintained on nonfenced range were more likely to be infected with OPP than were flocks maintained on fenced range (OR, 3.4; 95% confidence interval, 1.1 to 10.7). The estimated prevalence of OPP-infected flocks in Wyoming did not vary substantially from that at the regional or national level reported in the NAHMS 2001 sheep study. Compared with results of the NAHMS 2011 sheep study, Wyoming producers were more familiar with OPP than were other US sheep producers, but only 61% of Wyoming producers surveyed reported being very or somewhat familiar with the disease. Results indicated that OPP is prevalent in many Wyoming sheep flocks, which suggested that continued efforts are necessary to increase producer knowledge about the disease and investigate practices to minimize economic losses associated with OPP.

  12. Prevalence and risk factors for Salmonella spp. colonization in broiler flocks in Shiraz, southern Iran

    Directory of Open Access Journals (Sweden)

    Maryam Ansari-Lari

    2014-04-01

    Full Text Available Salmonella spp. are important food borne pathogens worldwide that frequently infect poultry flocks. This cross-sectional study was conducted to determine the prevalence of Salmonella spp. colonization in broiler flocks in Shiraz (southern Iran and to find the possible association of infection status with some potential risk factors including vaccination program and use of antibiotics. During October 2009 to April 2010, a total of 40 broiler flocks were selected in slaughterhouse and 20 cloacae contents were collected from each flock. Every five cloacae contents were pooled and investigated for Salmonella spp. using appropriate culture methods. The flock was considered positive if any of the pooled samples turned positive in culture. Statistical analysis was performed using multiple logistic regression. Nine out of 40 flocks (22.50%, 95% CI: 9-36 were positive for Salmonella spp. colonization. Nearly 75.00% of flock owners reported that they used antibiotics during production period, more frequently fluoroquinolones, combination of trimethoprim-sulfonamides (TMP/SU and tetracycline. Nearly 60.00% of the flocks which had used TMP/SU were positive for Salmonella spp. compared with 10.00% of the flocks which did not use this antibiotic (p = 0.006. Increasing flock age was associated with a decreased chance of Salmonella spp. detection (p = 0.003. In flocks which received infectious bronchitis vaccine, 36.00% were positive for Salmonella spp. whereas this was 15.00% for flocks which did not receive this vaccine (p = 0.08. Careful monitoring of antibiotics use and further studies to determine the most appropriate vaccination program in the field is recommended.

  13. Critical properties of unlimited gliding: Unexpected flocking behavior driven by the exchange of information

    Science.gov (United States)

    Bigus-Kwiatkowska, Marta; Fronczak, Agata; Fronczak, Piotr

    2018-03-01

    Inspired by albatrosses that use thermal lifts to fly across oceans we develop a simple model of gliders that serves us to study theoretical limitations of unlimited exploration of the Earth. Our studies, grounded in physical theory of continuous percolation and biased random walks, allow us to identify a variety of percolation transitions, which are understood as providing potentially unlimited movement through a space in a specified direction. We discover an unexpected phenomenon of self-organization of gliders in clusters, which resembles the flock organization of birds. This self-organization is intriguing, as it occurs thanks to exchange of information only and without any particular rules that could favor the clustering of the gliders (in contrast to the causes well known in literature, like, for example, attractive forces used in the Vicsek-type models or fitness functions used in evolutionary computation).

  14. 9 CFR 145.63 - Terminology and classification; flocks and products.

    Science.gov (United States)

    2010-01-01

    ... Terminology and classification; flocks and products. Participating flocks, and the eggs and baby poultry... examination monitoring program of hatcher debris or eggs for ostriches, emus, rheas, or cassowaries acceptable... made that can be traced to a source in that State, that uses a bacteriological examination monitoring...

  15. Evaluating the control of HPAIV H5N1 in Vietnam: virus transmission within infected flocks reported before and after vaccination

    Directory of Open Access Journals (Sweden)

    Pfeiffer Dirk U

    2010-06-01

    Full Text Available Abstract Background Currently, the highly pathogenic avian influenza virus (HPAIV of the subtype H5N1 is believed to have reached an endemic cycle in Vietnam. We used routine surveillance data on HPAIV H5N1 poultry outbreaks in Vietnam to estimate and compare the within-flock reproductive number of infection (R0 for periods before (second epidemic wave, 2004-5; depopulation-based disease control and during (fourth epidemic wave, beginning 2007; vaccination-based disease control vaccination. Results Our results show that infected premises (IPs in the initial (exponential phases of outbreak periods have the highest R0 estimates. The IPs reported during the outbreak period when depopulation-based disease control was implemented had higher R0 estimates than IPs reported during the outbreak period when vaccination-based disease control was used. In the latter period, in some flocks of a defined size and species composition, within-flock transmission estimates were not significantly below the threshold for transmission (R0 Conclusions Our results indicate that the current control policy based on depopulation plus vaccination has protected the majority of poultry flocks against infection. However, in some flocks the determinants associated with suboptimal protection need to be further investigated as these may explain the current pattern of infection in animal and human populations.

  16. How many dissenters does it take to disorder a flock?

    Science.gov (United States)

    Yllanes, D.; Leoni, M.; Marchetti, M. C.

    2017-10-01

    We consider the effect of introducing a small number of non-aligning agents in a well-formed flock. To this end, we modify a minimal model of active Brownian particles with purely repulsive (excluded volume) forces to introduce an alignment interaction that will be experienced by all the particles except for a small minority of ‘dissenters’. We find that even a very small fraction of dissenters disrupts the flocking state. Strikingly, these motile dissenters are much more effective than an equal number of static obstacles in breaking up the flock. For the studied system sizes we obtain clear evidence of scale invariance at the flocking-disorder transition point and the system can be effectively described with a finite-size scaling formalism. We develop a continuum model for the system which reveals that dissenters act like annealed noise on aligners, with a noise strength that grows with the persistence of the dissenters’ dynamics.

  17. Flocking with minimal cooperativity: the panic model.

    Science.gov (United States)

    Pilkiewicz, Kevin R; Eaves, Joel D

    2014-01-01

    We present a two-dimensional lattice model of self-propelled spins that can change direction only upon collision with another spin. We show that even with ballistic motion and minimal cooperativity, these spins display robust flocking behavior at nearly all densities, forming long bands of stripes. The structural transition in this system is not a thermodynamic phase transition, but it can still be characterized by an order parameter, and we demonstrate that if this parameter is studied as a dynamical variable rather than a steady-state observable, we can extract a detailed picture of how the flocking mechanism varies with density.

  18. Risk factors associated with Salmonella enterica serovar typhimurium infection in Danish broiler flocks

    DEFF Research Database (Denmark)

    Skov, M. N.; Angen, Øystein; Chriel, M.

    1999-01-01

    A retrospective longitudinal study was conducted to identify risk factors associated with Salmonella enterica serovar typhimurium (S. typhimurium) infection in Danish broiler flocks. The data included all broiler flocks slaughtered in 1995, and the epidemiological unit was the individual broiler...... flock. The S. typhimurium status was determined by microbiological examination of 60 fresh fecal samples. This procedure should detect an infected flock with a probability above 95%, if the prevalence is above 5%, and given that the sensitivity of the test is 100%. Nineteen variables were selected...... for analysis. Five factors and an interaction term were found significant by multivariate logistic regression analysis. An increased risk for S, typhimurium infection was associated with two parent flocks, one confirmed infected and one suspected of being infected with S. typhimurium, with two...

  19. Nitrogen emissions from broilers measured by mass balance over eighteen consecutive flocks.

    Science.gov (United States)

    Coufal, C D; Chavez, C; Niemeyer, P R; Carey, J B

    2006-03-01

    Emission of nitrogen in the form of ammonia from poultry rearing facilities has been an important topic for the poultry industry because of concerns regarding the effects of ammonia on the environment. Sound scientific data is needed to accurately estimate air emissions from poultry operations. Many factors, such as season of the year, ambient temperature and humidity, bird health, and management practices can influence ammonia volatilization from broiler rearing facilities. Precise results are often difficult to attain from commercial facilities, particularly over long periods of time. Therefore, an experiment was conducted to determine nitrogen loss from broilers in a research facility under conditions simulating commercial production for 18 consecutive flocks. Broilers were reared to 40 to 42 d of age and fed diets obtained from a commercial broiler integrator. New rice hulls were used for litter for the first flock, and the same litter was recycled for all subsequent flocks with caked litter removed between flocks. All birds, feeds, and litter materials entering and leaving the facility were quantified, sampled, and analyzed for total nitrogen content. Nitrogen loss was calculated by the mass balance method in which loss was equal to the difference between the nitrogen inputs and the nitrogen outputs. Nitrogen partitioning as a percentage of inputs averaged 15.29, 6.84, 55.52, 1.27, and 21.08% for litter, caked litter, broiler carcasses, mortalities, and nitrogen loss, respectively, over all eighteen flocks. During the production of 18 flocks of broilers on the same recycled litter, the average nitrogen emission rate was calculated to range from 4.13 to 19.74 g of N/ kg of marketed broiler (grams of nitrogen per kilogram) and averaged 11.07 g of N/kg. Nitrogen loss was significantly (P broiler grow-out facilities varies significantly on a flock-to-flock basis.

  20. Kinetic theory of flocking: derivation of hydrodynamic equations.

    Science.gov (United States)

    Ihle, Thomas

    2011-03-01

    It is shown how to explicitly coarse-grain the microscopic dynamics of the rule-based Vicsek model for self-propelled agents. The hydrodynamic equations are derived by means of an Enskog-type kinetic theory. Expressions for all transport coefficients are given. The transition from a disordered to a flocking state, which at large particle speeds appears to be a fluctuation-induced first-order phase transition, is studied numerically and analytically.

  1. Leadership of Winter Mixed-Species Flocks by Tufted Titmice (Baeolophus bicolor: Are Titmice Passive Nuclear Species?

    Directory of Open Access Journals (Sweden)

    Thomas A. Contreras

    2011-01-01

    Full Text Available The tufted titmouse (Baeolophus bicolor, TUTI is a nuclear species in winter foraging flocks whose antipredator calls are used to manage predation risk by diverse heterospecifics. We hypothesized that satellite species in mixed flocks follow TUTI (not vice versa, thereby defining the role of TUTI as a “passive” nuclear species. We followed 20 winter mixed-species flocks in North-Central Florida and assessed angular-angular correlations between overall flock, TUTI, and satellite species movement directions. We observed significant correlations between overall flock movement directions and those of TUTI, confirming our central prediction. Within flocks, however, fine-scale movement directions of satellite species were often more highly correlated with those of other satellites than with TUTI movements. We conclude that TUTI are passive nuclear species whose movements define flock paths, but within flocks, TUTI movements may have less influence on satellite movements than do other factors.

  2. Alerts Visualization and Clustering in Network-based Intrusion Detection

    Energy Technology Data Exchange (ETDEWEB)

    Yang, Dr. Li [University of Tennessee; Gasior, Wade C [ORNL; Dasireddy, Swetha [University of Tennessee

    2010-04-01

    Today's Intrusion detection systems when deployed on a busy network overload the network with huge number of alerts. This behavior of producing too much raw information makes it less effective. We propose a system which takes both raw data and Snort alerts to visualize and analyze possible intrusions in a network. Then we present with two models for the visualization of clustered alerts. Our first model gives the network administrator with the logical topology of the network and detailed information of each node that involves its associated alerts and connections. In the second model, flocking model, presents the network administrator with the visual representation of IDS data in which each alert is represented in different color and the alerts with maximum similarity move together. This gives network administrator with the idea of detecting various of intrusions through visualizing the alert patterns.

  3. Quantized flocking control for second-order multiple agents with obstacle avoidance

    Directory of Open Access Journals (Sweden)

    Chunguang Li

    2016-01-01

    Full Text Available A quantized flocking control for a group of second-order multiple agents with obstacle avoidance is proposed to address the problem of the exchange of information needed for quantification. With a reasonable assumption, a logarithmic or uniform quantizer is used for the exchange of relative position and velocity information between adjacent agents and the virtual leader, moving at a steady speed along a straight line, and a distributed flocking algorithm with obstacle avoidance capability is designed based on the quantitative information. The Lyapunov stability criterion of nonsmooth systems and the invariance principle are used to prove the stability of these systems. The simulations and experiments are presented to demonstrate the feasibility and effectiveness of the proposed approach.

  4. Prevalence and antimicrobial resistance among Escherichia coli and Salmonella in Ontario smallholder chicken flocks.

    Science.gov (United States)

    Lebert, L; Martz, S-L; Janecko, N; Deckert, A E; Agunos, A; Reid, A; Rubin, J E; Reid-Smith, R J; McEwen, S A

    2018-02-01

    Surveillance is an important component of an overall strategy to address antimicrobial resistant bacteria in food animals and the food chain. The poultry market has many points of entry into the Canadian food chain, and some production practices are underrepresented in terms of surveillance. For example, pathogen carriage and antimicrobial resistance surveillance data are limited in smallholder chicken flocks raised for slaughter at provincially inspected abattoirs. In Canada, antimicrobial resistance in Escherichia coli and Salmonella isolated from commercial broiler chicken flocks, slaughtered at federally inspected abattoirs, is monitored by the Canadian Integrated Program for Antimicrobial Resistance Surveillance (CIPARS). The objective of this study was to establish baseline information of antimicrobial resistance presence in E. coli and Salmonella isolated from smallholder flocks in Ontario, utilizing CIPARS collection and isolation methodologies, and to compare findings with CIPARS federally inspected abattoir data from Ontario, Canada. Five chickens per flock were sampled from 205 smallholder flocks. Of 1,025 samples, the E. coli prevalence was 99% (1,022/1,025), and 47% (483/1,022) of positive E. coli isolates were resistant to one or more of the 14 antimicrobials. Furthermore, as compared to results reported for the CIPARS commercial flocks, E. coli isolates from smallholder flocks had significantly lower resistance prevalence to six of 14 individual antimicrobials. Recovery of E. coli did not differ between federally inspected and provincially inspected flocks. Salmonella prevalence at the bird level in smallholder flocks was 0.3% (3/1,025), significantly lower (p ≪ 0.0001, 95% CI 0.080%-0.86%) than federally inspected commercial flocks. The overall differences found between the commercial and smallholder flocks may be explained by differences in poultry husbandry practices and hatchery sources. © 2017 Her Majesty the Queen in Right of Canada

  5. Foraging intention affects whether willow tits call to attract members of mixed-species flocks.

    Science.gov (United States)

    Suzuki, Toshitaka N; Kutsukake, Nobuyuki

    2017-06-01

    Understanding how individual behaviour influences the spatial and temporal distribution of other species is necessary to resolve the complex structure of species assemblages. Mixed-species bird flocks provide an ideal opportunity to investigate this issue, because members of the flocks are involved in a variety of behavioural interactions between species. Willow tits ( Poecile montanus ) often produce loud calls when visiting a new foraging patch to recruit other members of mixed-species flocks. The costs and benefits of flocking would differ with individual foraging behaviours (i.e. immediate consumption or caching); thus, willow tits may adjust the production of loud calls according to their foraging intention. In this study, we investigated the link between foraging decisions and calling behaviour in willow tits and tested its influence on the temporal cohesion with members of mixed-species flocks. Observations at experimental foraging patches showed that willow tits produced more calls when they consumed food items compared with when they cached them. Playback experiments revealed that these calls attracted flock members and helped to maintain their presence at foraging patches. Thus, willow tits adjusted calling behaviour according to their foraging intention, thereby coordinating the associations with members of mixed-species flocks. Our findings demonstrate the influence of individual decision-making on temporal cohesion with other species and highlight the importance of interspecific communication in mixed-species flocking dynamics.

  6. Does mixed-species flocking influence how birds respond to a gradient of land-use intensity?

    Science.gov (United States)

    Mammides, Christos; Chen, Jin; Goodale, Uromi Manage; Kotagama, Sarath Wimalabandara; Sidhu, Swati; Goodale, Eben

    2015-07-22

    Conservation biology is increasingly concerned with preserving interactions among species such as mutualisms in landscapes facing anthropogenic change. We investigated how one kind of mutualism, mixed-species bird flocks, influences the way in which birds respond to different habitat types of varying land-use intensity. We use data from a well-replicated, large-scale study in Sri Lanka and the Western Ghats of India, in which flocks were observed inside forest reserves, in 'buffer zones' of degraded forest or timber plantations, and in areas of intensive agriculture. We find flocks affected the responses of birds in three ways: (i) species with high propensity to flock were more sensitive to land use; (ii) different flock types, dominated by different flock leaders, varied in their sensitivity to land use and because following species have distinct preferences for leaders, this can have a cascading effect on followers' habitat selection; and (iii) those forest-interior species that remain outside of forests were found more inside flocks than would be expected by chance, as they may use flocks more in suboptimal habitat. We conclude that designing policies to protect flocks and their leading species may be an effective way to conserve multiple bird species in mixed forest and agricultural landscapes. © 2015 The Author(s) Published by the Royal Society. All rights reserved.

  7. Optimasi Pusat Cluster Awal K-Means dengan Algoritma Genetika Pada Pengelompokan Dokumen

    OpenAIRE

    Fauzi, Muhammad

    2017-01-01

    147038065 Clustering a data set of documents based on certain data points in documents are an easy way to organize document for extension to work. K-Means clustering algorithm is one of iterative cluster algorithm to partition a set of entities into K cluster. Unfortunately, resulting in K?Means cluster is depending on the initial cluster center that generally assigned randomly. In this reserach, determining initial cluster center K-Means for documents clustering are investi...

  8. Flocking of the Motsch-Tadmor Model with a Cut-Off Interaction Function

    Science.gov (United States)

    Jin, Chunyin

    2018-04-01

    In this paper, we study the flocking behavior of the Motsch-Tadmor model with a cut-off interaction function. Our analysis shows that connectedness is important for flocking of this kind of model. Fortunately, we get a sufficient condition imposed only on the model parameters and initial data to guarantee the connectedness of the neighbor graph associated with the system. Then we present a theoretical analysis for flocking, and show that the system achieves consensus at an exponential rate.

  9. Foraging efficiency of a predator flock for randomly moving prey: A simulation study

    Science.gov (United States)

    Lee, Sang-Hee; Kwon, Ohsung

    2016-03-01

    Flocking behavior of animals is highly advantageous for taking food resources. The degree of the advantage is related to the ability of flock members to detect their prey and the mobility of prey individuals. In this study, to explore the relation, we constructed a model to simulate a predator flock and its randomly moving prey. The predator members have the prey detection ability, which was characterized as sensing distance, R, and a sensing angle, θ. The mobility of the prey individuals was characterized as the maximum traveling distance of an iteration time step, L. The relative flock foraging efficiency, ɛ, was defined as ɛ = 1 - (Td/Tup). Tup and Td represent the spent time for the flock to eat all prey individuals and to uptake the last remaining 10% prey, respectively. Simulation results showed that ɛ increased, maximized, and decreased with the increase of R, regardless of L. As the number of prey, N, increased, the tendency of the increasing and decreasing was diluted. The result was briefly discussed in relation to the flock foraging behavior and the development of the model toward applications for real ecosystems.

  10. Footpad dermatitis in Dutch broiler flocks: Prevalence and factors of influence

    NARCIS (Netherlands)

    Jong, de I.C.; Harn, van J.; Gunnink, H.; Hindle, V.A.; Lourens, A.

    2012-01-01

    In some European countries, footpad dermatitis (FPD) is measured as an indicator of broiler welfare. Prevalence and seasonal variation of FPD was determined within broiler flocks (fast-growing breeds) in the Netherlands. Samples were taken from 386 Dutch flocks at 8 slaughterhouses during a period

  11. 9 CFR 147.21 - Flock sanitation.

    Science.gov (United States)

    2010-01-01

    ... allow the litter to be maintained in a dry condition. Frequent stirring of the litter may be necessary... status of both the flock and introduced birds should be evaluated. (h) In rearing broiler or replacement...

  12. Crater Lake Apoyo Revisited - Population Genetics of an Emerging Species Flock

    Science.gov (United States)

    Geiger, Matthias F.; McCrary, Jeffrey K.; Schliewen, Ulrich K.

    2013-01-01

    The polytypic Nicaraguan Midas cichlids ( Amphilophus cf. citrinellus) have been established as a model system for studying the mechanisms of speciation and patterns of diversification in allopatry and sympatry. The species assemblage in Crater Lake Apoyo has been accepted as a textbook example for sympatric speciation. Here, we present a first comprehensive data set of population genetic (mtDNA & AFLPs) proxies of species level differentiation for a representative set of individuals of all six endemic Amphilophus species occurring in Crater Lake Apoyo. AFLP genetic differentiation was partitioned into a neutral and non-neutral component based on outlier-loci detection approaches, and patterns of species divergence were explored with Bayesian clustering methods. Substantial levels of admixture between species were detected, indicating different levels of reproductive isolation between the six species. Analysis of neutral genetic variation revealed several A . zaliosus as being introgressed by an unknown contributor, hereby rendering the sympatrically evolving L. Apoyo flock polyphyletic. This is contrasted by the mtDNA analysis delivering a clear monophyly signal with Crater Lake Apoyo private haplotypes characterising all six described species, but also demonstrating different demographic histories as inferred from pairwise mismatch distributions. PMID:24086393

  13. Who Is Spreading Avian Influenza in the Moving Duck Flock Farming Network of Indonesia?

    Directory of Open Access Journals (Sweden)

    Joerg Henning

    Full Text Available Duck populations are considered to be a reservoir of Highly pathogenic avian influenza (HPAI virus H5N1 in some agricultural production systems, as they are able to shed the virus for several days without clinical signs. Countries endemically affected with HPAI in Asia are characterised by production systems where ducks are fed on post-harvest spilled rice. During this scavenging process it is common for ducks to come into contact with other duck flocks or wild birds, thereby providing opportunities for virus spread. Effective risk management for HPAI has been significantly compromised by a limited understanding of management of moving duck flocks in these countries, despite of a small number of recent investigations. Here, for the first time, we described the management of moving duck flocks and the structure of the moving duck flock network in quantitative terms so that factors influencing the risk of HPAIV transmission can be identified. By following moving duck flock farmers over a period of 6 months in Java, Indonesia, we were able to describe the movement of flocks and to characterise the network of various types of actors associated with the production system. We used these data to estimate the basic reproductive number for HPAI virus spread. Our results suggest that focussing HPAI prevention measures on duck flocks alone will not be sufficient. Instead, the role of transporters of moving duck flocks, hatcheries and rice paddy owners, in the spread of the HPAI virus needs to be recognised.

  14. Lighting during grow-out and Salmonella in broiler flocks

    Directory of Open Access Journals (Sweden)

    Bailey Richard H

    2010-06-01

    Full Text Available Abstract Background Lighting is used during conventional broiler grow-out to modify bird behaviour to reach the goals of production and improve bird welfare. The protocols for lighting intensity vary. In a field study, we evaluated if the lighting practices impact the burden of Salmonella in broiler flocks. Methods Conventional grow-out flocks reared in the states of Alabama, Mississippi and Texas, USA in 2003 to 2006 were sampled 1 week before harvest (n = 58 and upon arrival for processing (n = 56 by collecting feathered carcass rinsate, crop and one cecum from each of 30 birds, and during processing by collecting rinsate of 30 carcasses at pre-chilling (n = 56 and post-chilling points (n = 54. Litter samples and drag swabs of litter were collected from the grow-out houses after bird harvest (n = 56. Lighting practices for these flocks were obtained with a questionnaire completed by the growers. Associations between the lighting practices and the burden of Salmonella in the flocks were tested while accounting for variation between the grow-out farms, their production complexes and companies. Results Longer relative duration of reduced lights during the grow-out period was associated with reduced detection of Salmonella on the exterior of birds 1 week before harvest and on the broiler carcasses at the post-chilling point of processing. In addition, starting reduced lights for ≥18 hours per day later in the grow-out period was associated with decreased detection of Salmonella on the exterior of broilers arriving for processing and in the post-harvest drag swabs of litter from the grow-out house. Conclusions The results of this field study show that lighting practices implemented during broiler rearing can impact the burden of Salmonella in the flock. The underlying mechanisms are likely to be interactive.

  15. Effect of climate and farm environment on Campylobacter spp. colonisation in Norwegian broiler flocks

    DEFF Research Database (Denmark)

    Jonsson, Malin E.; Chriél, Mariann; Norström, Madelaine

    2012-01-01

    of Campylobacter spp. in Norwegian broiler flocks and factors related to the climate and the farm environment. Data from 18,488 broiler flocks from 623 different farms during 2002–2007 were included in the study. A logistic regression analysis was conducted where Campylobacter spp. status of a broiler flock...... at the time of slaughter was defined as the dependent variable and farm was modelled as a random effect. The following factors were found to increase the probability for a broiler flock to test positive for Campylobacter spp.: daily mean temperature above 6°C during the rearing period, private water supply...

  16. Boundary Information Inflow Enhances Correlation in Flocking

    Science.gov (United States)

    Cavagna, Andrea; Giardina, Irene; Ginelli, Francesco

    2013-04-01

    The most conspicuous trait of collective animal behavior is the emergence of highly ordered structures. Less obvious to the eye, but perhaps more profound a signature of self-organization, is the presence of long-range spatial correlations. Experimental data on starling flocks in 3D show that the exponent ruling the decay of the velocity correlation function, C(r)˜1/rγ, is extremely small, γ≪1. This result can neither be explained by equilibrium field theory nor by off-equilibrium theories and simulations of active systems. Here, by means of numerical simulations and theoretical calculations, we show that a dynamical field applied to the boundary of a set of Heisenberg spins on a 3D lattice gives rise to a vanishing exponent γ, as in starling flocks. The effect of the dynamical field is to create an information inflow from border to bulk that triggers long-range spin-wave modes, thus giving rise to an anomalously long-ranged correlation. The biological origin of this phenomenon can be either exogenous—information produced by environmental perturbations is transferred from boundary to bulk of the flock—or endogenous—the flock keeps itself in a constant state of dynamical excitation that is beneficial to correlation and collective response.

  17. Identification of related multilingual documents using ant clustering algorithms Identificación de documentos multilingües relacionados mediante algoritmos de clustering de hormigas

    Directory of Open Access Journals (Sweden)

    Ángel Cobo

    2011-12-01

    Full Text Available This paper presents a document representation strategy and a bio-inspired algorithm to cluster multilingual collections of documents in the field of economics and business. The proposed approach allows the user to identify groups of related economics documents written in Spanish and English using techniques inspired on clustering and sorting behaviours observed in some types of ants. In order to obtain a language independent vector representation of each document two multilingual resources are used: an economic glossary and a thesaurus. Each document is represented using four feature vectors: words, proper names, economic terms in the glossary and thesaurus descriptors. The proper name identification, word extraction and lemmatization are performed using specific tools. The tf-idf scheme is used to measure the importance of each feature in the document, and a convex linear combination of angular separations between feature vectors is used as similarity measure of documents. The paper shows experimental results of the application of the proposed algorithm in a Spanish-English corpus of research papers in economics and management areas. The results demonstrate the usefulness and effectiveness of the ant clustering algorithm and the proposed representation scheme.Este artículo presenta una estrategia de representación documental y un algoritmo bioinspirado para realizar procesos de agrupamiento en colecciones multilingües de documentos en las áreas de la economía y la empresa. El enfoque propuesto permite al usuario identificar grupos de documentos económicos relacionados escritos en español o inglés usando técnicas inspiradas en comportamientos de organización y agrupamiento de objetos observados en algunos tipos de hormigas. Para conseguir una representación vectorial de cada documento independiente del idioma, se han utilizado dos recursos lingüísticos: un glosario económico y un tesauro. Cada documento es representado usando

  18. Clustering User Behavior in Scientific Collections

    OpenAIRE

    Blixhavn, Øystein Hoel

    2014-01-01

    This master thesis looks at how clustering techniques can be appliedto a collection of scientific documents. Approximately one year of serverlogs from the CERN Document Server (CDS) are analyzed and preprocessed.Based on the findings of this analysis, and a review of thecurrent state of the art, three different clustering methods are selectedfor further work: Simple k-Means, Hierarchical Agglomerative Clustering(HAC) and Graph Partitioning. In addition, a custom, agglomerativeclustering algor...

  19. Reductive Effect of Fly Screens on the Campylobacter Prevalence of Broiler Flocks in Summer

    DEFF Research Database (Denmark)

    Hald, B.; Sommer, Helle Mølgaard; Skovgård, H. S.

    Flies act as vectors in the introduction of Campylobacter from the environment to broiler flocks. We conducted a case-control study to evaluate the effect of fly screens on the prevalence of Campylobacter in broiler flocks. Cases were 52 broiler flocks reared in 20 houses on 11 farms between June...... and November 2006, where houses were equipped with fly screens made of glass fibre mesh. The controls consisted of 70 broiler flocks reared in 25 matched houses on 13 farms without screens. Other bio-security and management routines were strictly as before the study. All broiler houses were ventilated through...... wall inlets and roof outlets. The broiler flocks were sampled at days 21, 28, and 35 and at slaughter (on day 35 to 42). Samples were tested for Campylobacter by PCR. Campylobacter prevalence data were analyzed using SAS (SAS Institute). In fly screened houses, the Campylobacter prevalence was 15.4% (8...

  20. Flocking Transition in Confluent Tissues

    Science.gov (United States)

    Paoluzzi, Matteo; Giavazzi, Fabio; Macchi, Marta; Scita, Giorgio; Cerbino, Roberto; Manning, Lisa; Marchetti, Cristina

    The emerging of collective migration in biological tissues plays a pivotal role in embryonic morphogenesis, wound healing and cancer invasion. While many aspects of single cell movements are well established, the mechanisms leading to coherent displacements of cohesive cell groups are still poorly understood. Some of us recently proposed a Self-Propelled Voronoi (SPV) model of dense tissues that combines self-propelled particle models and vertex models of confluent cell layers and exhibits a liquid-solid transition as a function of cell shape and cell motility. We now examine the role of cell polarization on collective cell dynamics by introducing an orientation mechanism that aligns cell polarization with local cell motility. The model predicts a density-independent flocking transition tuned by the strength of the aligning interaction, with both solid and liquid flocking states existing in different regions of parameter space. MP and MCM were supported by the Simons Foundation Targeted Grant in the Mathematical Modeling of Living Systems Number: 342354 and by the Syracuse Soft Matter Program.

  1. Reduction of campylobacter infections in broiler flocks by application of hygiene measures

    NARCIS (Netherlands)

    Giessen, A.W. van de; Tilburg, J.J.H.C.; Ritmeester, W.S.; Plas, J. van der

    1998-01-01

    Transmission routes of Campylobacter spp. in broilers and possibilities for prevention of infections were studied on two Dutch broiler farms. The occurrence of Campylobacter spp. was studied in successive broiler flocks, in the environment of the farms and in some of the parent flocks involved.

  2. Voting-based consensus clustering for combining multiple clusterings of chemical structures

    Directory of Open Access Journals (Sweden)

    Saeed Faisal

    2012-12-01

    Full Text Available Abstract Background Although many consensus clustering methods have been successfully used for combining multiple classifiers in many areas such as machine learning, applied statistics, pattern recognition and bioinformatics, few consensus clustering methods have been applied for combining multiple clusterings of chemical structures. It is known that any individual clustering method will not always give the best results for all types of applications. So, in this paper, three voting and graph-based consensus clusterings were used for combining multiple clusterings of chemical structures to enhance the ability of separating biologically active molecules from inactive ones in each cluster. Results The cumulative voting-based aggregation algorithm (CVAA, cluster-based similarity partitioning algorithm (CSPA and hyper-graph partitioning algorithm (HGPA were examined. The F-measure and Quality Partition Index method (QPI were used to evaluate the clusterings and the results were compared to the Ward’s clustering method. The MDL Drug Data Report (MDDR dataset was used for experiments and was represented by two 2D fingerprints, ALOGP and ECFP_4. The performance of voting-based consensus clustering method outperformed the Ward’s method using F-measure and QPI method for both ALOGP and ECFP_4 fingerprints, while the graph-based consensus clustering methods outperformed the Ward’s method only for ALOGP using QPI. The Jaccard and Euclidean distance measures were the methods of choice to generate the ensembles, which give the highest values for both criteria. Conclusions The results of the experiments show that consensus clustering methods can improve the effectiveness of chemical structures clusterings. The cumulative voting-based aggregation algorithm (CVAA was the method of choice among consensus clustering methods.

  3. Anomalous behaviour of mutual information in finite flocks

    Science.gov (United States)

    Barnett, L.; Brown, J.; Bossomaier, T.

    2017-11-01

    The existing consensus is that flocks are poised at criticality, entailing long correlation lengths and a maximal value of Shannon mutual information in the large-system limit. We show, by contrast, that for finite flocks which do not truly break ergodicity in the long-observation-time limit, mutual information may not only fail to peak at criticality —as observed for other critical systems— but also diverge as noise tends to zero. This result carries implications for other finite-size, out-of-equilibrium systems, where observation times may vary widely compared to time scales of internal system dynamics; thus it may not be assumed that mutual information locates the phase transition.

  4. Brucellosis outbreak in a flock of seventeen sheep in Zaria | Onoja ...

    African Journals Online (AJOL)

    This work is a case report of brucellosis in a flock of sheep in Zaria. The flock comprised of seventeen Yankasa sheep, 14 ewes and 3 rams, with history of 2 recent cases of abortion, a presented case of uterine prolapse and 3 cases of carpal hygroma (1st and 2nd sheep bilaterally and the 3rd sheep left unilaterally).

  5. Text Clustering Algorithm Based on Random Cluster Core

    Directory of Open Access Journals (Sweden)

    Huang Long-Jun

    2016-01-01

    Full Text Available Nowadays clustering has become a popular text mining algorithm, but the huge data can put forward higher requirements for the accuracy and performance of text mining. In view of the performance bottleneck of traditional text clustering algorithm, this paper proposes a text clustering algorithm with random features. This is a kind of clustering algorithm based on text density, at the same time using the neighboring heuristic rules, the concept of random cluster is introduced, which effectively reduces the complexity of the distance calculation.

  6. Birds of a Feather Don't Always Flock Together : User Problems in ...

    African Journals Online (AJOL)

    Birds of a Feather Don't Always Flock Together : User Problems in Identifying ... for Advanced Learners and Oxford Advanced Learner's Dictionary) revealed a lack ... This paper is based on 14 of these phrasemes, which appear in one or more of ... Five strategies are presented to help learners with their dictionary searches.

  7. Occurrence of quinolone- and beta-lactam-resistant Escherichia coli in danish broiler flocks

    DEFF Research Database (Denmark)

    Bortolaia, Valeria; Guardabassi, Luca; Bisgaard, Magne

    An increased concern for the possible transfer of resistant bacteria or mobile resistance elements from food animals to humans has resulted in rigorous legislation preventing i.e. practical use of fluoroquinolones in the Danish broiler industry (Olesen et al., 2004; Petersen et al., 2006...... and nalidixic acid resistances were detected in all flocks. The numbers of E. coli resistant to these drugs were higher in plates from parent flocks than in those from offspring flocks. A broiler parent flock without any history of quinolone usage tested positive for ciprofloxacin-resistant E. coli, although...... and mutations responsible for these types of resistance. References DANMAP 2005. 2006. Use of antimicrobial agents and occurrence of antimicrobial resistance in bacteria from food animals, foods and humans in Denmark. Danish Veterinary Laboratory, Copenhagen, Denmark, ISSN 1600-2032. Olesen, I., H. Hasman...

  8. Analysis of factors important for the occurrence of Campylobacter in Danish broiler flocks

    DEFF Research Database (Denmark)

    Sommer, Helle Mølgaard; Heuer, Ole Eske; Sørensen, Anna Irene Vedel

    2013-01-01

    a multivariate analysis including all 43 variables. A multivariate analysis was conducted using a generalized linear model, and the correlations between the houses from the same farms were accounted for by adding a variance structure to the model. The procedures for analyses included backward elimination...... of positive flocks/total number of flocks delivered over the 2-year period).The following factors were found to be significantly associated with the occurrence of Campylobacter in the broiler flocks: old broiler houses, late introduction of whole wheat in the feed, relatively high broiler age at slaughter...

  9. Normalization based K means Clustering Algorithm

    OpenAIRE

    Virmani, Deepali; Taneja, Shweta; Malhotra, Geetika

    2015-01-01

    K-means is an effective clustering technique used to separate similar data into groups based on initial centroids of clusters. In this paper, Normalization based K-means clustering algorithm(N-K means) is proposed. Proposed N-K means clustering algorithm applies normalization prior to clustering on the available data as well as the proposed approach calculates initial centroids based on weights. Experimental results prove the betterment of proposed N-K means clustering algorithm over existing...

  10. Multidimensional Clusters of CD4+T Cell Dysfunction Are Primarily Associated with the CD4/CD8 Ratio in Chronic HIV Infection

    DEFF Research Database (Denmark)

    Frederiksen, Juliet Wairimu; Buggert, Marcus; Noyan, Kajsa

    2015-01-01

    was compared to a multidimensional clustering tool, FLOw Clustering with K (FLOCK) in two cohorts of 47 untreated HIV-infected individuals and 21 age and sex matched healthy controls. In order to reduce the subjectivity of FLOCK, we developed an "artificial reference", using 2% of all CD4+ gated T cells from...... each of the HIV-infected individuals. Principle component analyses demonstrated that using an artificial reference lead to a better separation of the HIV-infected individuals from the healthy controls as compared to using a single HIV-infected subject as a reference or analyzing data manually. Multiple...... correlation analyses between laboratory parameters and pathological CD4+ clusters revealed that the CD4/CD8 ratio was the preeminent surrogate marker of CD4+ T cells dysfunction using all three methods. Increased frequencies of an early-differentiated CD4+ T cell cluster with high CD38, HLA-DR and PD-1...

  11. Organic Turkey Flocks: A Reservoir of Streptococcus gallolyticus subspecies gallolyticus.

    Directory of Open Access Journals (Sweden)

    Jochen Schulz

    Full Text Available Streptococcus gallolyticus subspecies gallolyticus (S. gallolyticus can colonise the gastrointestinal tract of humans and animals and is known to cause similar infections in both humans and animals. Data about the spread or prevalence in farm animals are missing. In this study, Trypton Soya Agar was modified to a selective medium enabling the isolation and quantification of S. gallolyticus from faecal samples. The bacterium was observed in 82 out of 91 faecal samples obtained from 18 different organic turkey flocks. The prevalence of shedding birds was estimated by the number of positive fresh droppings and reached up to 100% on most farms. Furthermore, for the first time S. gallolyticus was quantified in faeces from poultry flocks. The median of colony forming units (CFU per gramme faeces was 3.6 x 10(5 CFU/g. Typing of one isolate from each positive faecal sample by multilocus sequence typing delivered 24 sequence types (STs. Most of the isolates belonged to the clonal complex CC58. The same STs of this complex were detected in up to six different flocks. Partly, these flocks were located in various regions and stocked with varying breeding lines. Regarding the biochemical profiles of the same STs from different farms, the results did not contradict a spread of specific STs in the organic turkey production. Moreover, checking the pubMLST database revealed that STs found in this study were also found in other animal species and in humans. The high detection rate and the number of S. gallolyticus in turkey faeces indicate that this bacterium probably belongs to the common microbiota of the gastrointestinal tract of turkeys from organic flocks. Furthermore, the findings of this study support the suggestion of a possible interspecies transmission.

  12. Progressive Exponential Clustering-Based Steganography

    Directory of Open Access Journals (Sweden)

    Li Yue

    2010-01-01

    Full Text Available Cluster indexing-based steganography is an important branch of data-hiding techniques. Such schemes normally achieve good balance between high embedding capacity and low embedding distortion. However, most cluster indexing-based steganographic schemes utilise less efficient clustering algorithms for embedding data, which causes redundancy and leaves room for increasing the embedding capacity further. In this paper, a new clustering algorithm, called progressive exponential clustering (PEC, is applied to increase the embedding capacity by avoiding redundancy. Meanwhile, a cluster expansion algorithm is also developed in order to further increase the capacity without sacrificing imperceptibility.

  13. Functional Traits, Flocking Propensity, and Perceived Predation Risk in an Amazonian Understory Bird Community.

    Science.gov (United States)

    Martínez, Ari E; Gomez, Juan P; Ponciano, José Miguel; Robinson, Scott K

    2016-05-01

    Within a community, different species might share similar predation risks, and, thus, the ability of species to signal and interpret heterospecific threat information may determine species' associations. We combined observational, experimental, and phylogenetic approaches to determine the extent to which evolutionary history and functional traits determined flocking propensity and perceived predation risk (response to heterospecific alarm calls) in a lowland Amazonian bird community. We predicted that small birds that feed myopically and out in the open would have higher flocking propensities and account for a higher proportion of positive responses to alarms. Using generalized linear models and the incorporation of phylogeny on data from 56 species, our results suggest that phylogenetic relationships alongside body size, foraging height, vegetation density, and response to alarm calls influence flocking propensity. Conversely, phylogenetic relationships did not influence response to heterospecific alarm calls. Among functional traits, however, foraging strategy, foraging density, and flocking propensity partially explained responses to alarm calls. Our results suggest that flocking propensity and perceived predation risk are positively related and that functional ecological traits and evolutionary history may explain certain species' associations.

  14. Role of batch depletion of broiler houses on the occurrence of Campylobacter spp. in chicken flocks

    DEFF Research Database (Denmark)

    Hald, Birthe; Rattenborg, Erik; Madsen, Mogens

    2001-01-01

    Aims: The effect of batch depletion of broiler houses for campylobacter occurrence in broiler flocks was estimated in 10 flocks, each comprising a separate female and male batch. Methods and Results: The chicks were sampled first bq; cloacal swabs in the broiler houses before the start...... that batch depletion of broiler houses increased the prevalence of Campylobacter spp.-infected broilers in the flocks, that the introduction occurred a hen catching the first batch, and that campylobacter spreads through the entire flock within a week. Significance and Impact of the Study: The results from...

  15. Scalable Density-Based Subspace Clustering

    DEFF Research Database (Denmark)

    Müller, Emmanuel; Assent, Ira; Günnemann, Stephan

    2011-01-01

    For knowledge discovery in high dimensional databases, subspace clustering detects clusters in arbitrary subspace projections. Scalability is a crucial issue, as the number of possible projections is exponential in the number of dimensions. We propose a scalable density-based subspace clustering...... method that steers mining to few selected subspace clusters. Our novel steering technique reduces subspace processing by identifying and clustering promising subspaces and their combinations directly. Thereby, it narrows down the search space while maintaining accuracy. Thorough experiments on real...... and synthetic databases show that steering is efficient and scalable, with high quality results. For future work, our steering paradigm for density-based subspace clustering opens research potential for speeding up other subspace clustering approaches as well....

  16. Estimation of the sensitivity of various environmental sampling methods for detection of Salmonella in duck flocks.

    Science.gov (United States)

    Arnold, Mark E; Mueller-Doblies, Doris; Gosling, Rebecca J; Martelli, Francesca; Davies, Robert H

    2015-01-01

    Reports of Salmonella in ducks in the UK currently rely upon voluntary submissions from the industry, and as there is no harmonized statutory monitoring and control programme, it is difficult to compare data from different years in order to evaluate any trends in Salmonella prevalence in relation to sampling methodology. Therefore, the aim of this project was to assess the sensitivity of a selection of environmental sampling methods, including the sampling of faeces, dust and water troughs or bowls for the detection of Salmonella in duck flocks, and a range of sampling methods were applied to 67 duck flocks. Bayesian methods in the absence of a gold standard were used to provide estimates of the sensitivity of each of the sampling methods relative to the within-flock prevalence. There was a large influence of the within-flock prevalence on the sensitivity of all sample types, with sensitivity reducing as the within-flock prevalence reduced. Boot swabs (individual and pool of four), swabs of faecally contaminated areas and whole house hand-held fabric swabs showed the overall highest sensitivity for low-prevalence flocks and are recommended for use to detect Salmonella in duck flocks. The sample type with the highest proportion positive was a pool of four hair nets used as boot swabs, but this was not the most sensitive sample for low-prevalence flocks. All the environmental sampling types (faeces swabs, litter pinches, drag swabs, water trough samples and dust) had higher sensitivity than individual faeces sampling. None of the methods consistently identified all the positive flocks, and at least 10 samples would be required for even the most sensitive method (pool of four boot swabs) to detect a 5% prevalence. The sampling of dust had a low sensitivity and is not recommended for ducks.

  17. A Linear Algebra Measure of Cluster Quality.

    Science.gov (United States)

    Mather, Laura A.

    2000-01-01

    Discussion of models for information retrieval focuses on an application of linear algebra to text clustering, namely, a metric for measuring cluster quality based on the theory that cluster quality is proportional to the number of terms that are disjoint across the clusters. Explains term-document matrices and clustering algorithms. (Author/LRW)

  18. Quinolone- and ß-lactam-resistance in Escherichia coli from Danish and Italian broiler flocks

    DEFF Research Database (Denmark)

    Bortolaia, Valeria; Guardabassi, Luca; Bisgaard, Magne

    /ml), ampicillin (32 µg/ml), cefotaxime (2 µg/ml) or ceftiofur (8 µg/ml). The ß-glucuronidase test was performed for verification of presumptive E. coli. The same methods were used to analyse sock samples collected from six Italian broiler flocks. PCR with primers for the CTX-M-type ESBLs was performed...... usage and none of the flocks was positive for cephalosporin-resistant E. coli. In Italy, resistance to ciprofloxacin was detected in all flocks and resistances to ceftiofur and cefotaxime were detected in five flocks. Primers specific for the CTX-M-type ESBLs generated PCR amplicons from isolates from...

  19. Radiocaesium activity in sheep: variation within flocks and with time

    International Nuclear Information System (INIS)

    Pearce, J.; Moss, B.W.; Colgan, P.A.; Scully, B.J.

    1990-01-01

    The radiocaesium levels in sheep, assessed by in vivo monitoring, increased rapidly and in a parallel manner in both lambs and ewes grazing upland pasture in Ireland known to be contaminated with post-Chernobyl fallout for at least 10 weeks after the animals were moved on to this pasture. Considerable variability was noted in the individual animal radiocaesium values within all the flocks studied. A comparison of the radiocaesium contents of some flocks in 1987, 1988 and 1989 show similar values for the different years. (author)

  20. Fluctuation-driven flocking movement in three dimensions and scale-free correlation.

    Science.gov (United States)

    Niizato, Takayuki; Gunji, Yukio-Pegio

    2012-01-01

    Recent advances in the study of flocking behavior have permitted more sophisticated analyses than previously possible. The concepts of "topological distances" and "scale-free correlations" are important developments that have contributed to this improvement. These concepts require us to reconsider the notion of a neighborhood when applied to theoretical models. Previous work has assumed that individuals interact with neighbors within a certain radius (called the "metric distance"). However, other work has shown that, assuming topological interactions, starlings interact on average with the six or seven nearest neighbors within a flock. Accounting for this observation, we previously proposed a metric-topological interaction model in two dimensions. The goal of our model was to unite these two interaction components, the metric distance and the topological distance, into one rule. In our previous study, we demonstrated that the metric-topological interaction model could explain a real bird flocking phenomenon called scale-free correlation, which was first reported by Cavagna et al. In this study, we extended our model to three dimensions while also accounting for variations in speed. This three-dimensional metric-topological interaction model displayed scale-free correlation for velocity and orientation. Finally, we introduced an additional new feature of the model, namely, that a flock can store and release its fluctuations.

  1. Fluctuation-driven flocking movement in three dimensions and scale-free correlation.

    Directory of Open Access Journals (Sweden)

    Takayuki Niizato

    Full Text Available Recent advances in the study of flocking behavior have permitted more sophisticated analyses than previously possible. The concepts of "topological distances" and "scale-free correlations" are important developments that have contributed to this improvement. These concepts require us to reconsider the notion of a neighborhood when applied to theoretical models. Previous work has assumed that individuals interact with neighbors within a certain radius (called the "metric distance". However, other work has shown that, assuming topological interactions, starlings interact on average with the six or seven nearest neighbors within a flock. Accounting for this observation, we previously proposed a metric-topological interaction model in two dimensions. The goal of our model was to unite these two interaction components, the metric distance and the topological distance, into one rule. In our previous study, we demonstrated that the metric-topological interaction model could explain a real bird flocking phenomenon called scale-free correlation, which was first reported by Cavagna et al. In this study, we extended our model to three dimensions while also accounting for variations in speed. This three-dimensional metric-topological interaction model displayed scale-free correlation for velocity and orientation. Finally, we introduced an additional new feature of the model, namely, that a flock can store and release its fluctuations.

  2. FLOCK-BASED SURVEILLANCE FOR LOW PATHOGENIC AVIAN INFLUENZA VIRUS IN COMMERCIAL BREEDERS AND LAYERS, SOUTHWEST NIGERIA.

    Science.gov (United States)

    Oluwayelu, Daniel Oladimeji; Omolanwa, Ayoyimika; Adebiyi, Adebowale Idris; Aiki-Raji, Oluladun Comfort

    2017-01-01

    Flock surveillance systems for avian influenza (AI) virus play a critical role in countries where vaccination is not practiced so as to establish the epidemiological characteristics of AI needed for the development of prevention and control strategies in such countries. As part of routine AI monitoring in southwest Nigeria, a competitive ELISA was used for detecting influenza A virus antibodies in the sera of 461 commercial breeder and layer birds obtained from different flocks in Oyo State, Nigeria while haemagglutination inhibiting antibodies against low pathogenic AI viruses (LPAIVs) were detected using H5N2, H7N7 and H9N2 subtype-specific antigens. Suspensions prepared from cloacal swabs were tested for AI virus RNA using reverse transcriptase-polymerase chain reaction. Results showed that influenza A virus antibody prevalence was 12.8% and 9.3% for breeders and layers, respectively while HI assay revealed 22.0%, 2.0% and 78.0% prevalence of LPAIV H5N2, H7N7 and H9N2 antibodies respectively. All cloacal swab suspensions were negative for AIV RNA. Since LPAI infections result in decreased or complete cessation of egg production in breeder and layer birds, increased infection severity due to co-infection with other poultry viruses have occasionally been transmitted to humans, the detection of LPAIV H5N2, H7N7 and H9N2 antibodies in these birds is of both economic and public health significance. These findings underscore the need for continuous flock monitoring as part of early warning measure to facilitate rapid detection and sustainable control of AI in Nigerian poultry.

  3. Effect of production system and flock age on eggshell and egg internal quality measurements.

    Science.gov (United States)

    Samiullah, Sami; Omar, Amal Saleh; Roberts, Juliet; Chousalkar, Kapil

    2017-01-01

    Egg quality was measured in eggs from different flocks that were reared together and then allocated to different production systems. Eggs were processed for measurements of eggshell and egg internal quality variables, scoring of ultrastructural mammillary layer features, completeness of cuticle cover, and protoporphyrin IX (PP IX) quantification. There was a significant main effect (P egg weight, and egg internal quality and significant effects of flock age on most measurements. The mammillary layer ultrastructural variables showed no clear relationship with production system and flock age. However, there was a significant interaction between production system and flock age for mammillary cap, early and late fusions. Cuticle cover ([Formula: see text]), was significantly higher in barn eggs (19.20), followed by free range (17.57), and cage eggs (15.99). Completeness of cuticle cover was significantly higher in eggs from the 44 week old flock than for 64 week and 73 week old flocks. For eggshells with cuticle intact, there was a significant main effect of both production system and flock age, and significant interaction between the two, for shell reflectivity, L*a*b* values and amount of PP IX. For PP IX, when this difference was calculated for the cuticle alone, there were no statistically significant differences. In 1 g of shell with and without cuticle, there was more PP IX in cage eggs (9.49 × 10 -8 , 7.90 × 10 -8  mM) followed by free range (8.24 × 10 -8 , 6.90 × 10 -8  mM), and barn eggs (8.64 × 10 -8 , 7.28 × 10 -8  mM). Similar trends were recorded for the amount of PP IX in 1 g of cuticle, but the difference was not statistically significant. The amount of PP IX decreased significantly with increasing flock age. Comparing the cage and barn production systems at 68 week of flock age, there was no difference for the amount of PP IX in shell with or without cuticle, or in the cuticle alone. Eggs from the cage production system were darker in color

  4. Effect of climate and farm environment on Campylobacter spp. colonisation in Norwegian broiler flocks.

    Science.gov (United States)

    Jonsson, Malin E; Chriél, Mariann; Norström, Madelaine; Hofshagen, Merete

    2012-11-01

    Campylobacteriosis is the most frequently reported zoonosis in the EU. A recent report states that between 50% and 80% of the human campylobacteriosis cases could be attributed to broiler as a reservoir. The current study was conducted to investigate associations between the presence of Campylobacter spp. in Norwegian broiler flocks and factors related to the climate and the farm environment. Data from 18,488 broiler flocks from 623 different farms during 2002-2007 were included in the study. A logistic regression analysis was conducted where Campylobacter spp. status of a broiler flock at the time of slaughter was defined as the dependent variable and farm was modelled as a random effect. The following factors were found to increase the probability for a broiler flock to test positive for Campylobacter spp.: daily mean temperature above 6°C during the rearing period, private water supply, presence of other livestock farms within a distance of 2 km, presence of other broiler farms within a distance of 4 km with flocks positive for Campylobacter spp. within 30 days prior to slaughter, heavy rainfall 11-30 days prior to slaughter, region and year. Daily mean temperature below 0°C reduced the probability. The study emphasises the importance of the farm environment and the climate for the occurrence of Campylobacter spp. in broiler flocks. The farm environment is probably a part of the Campylobacter spp. pathway into and between broiler flocks where farmyard run-off and humans or flies entering the houses might constitute vehicles transporting the organism. Fly activity is temperature-driven and flies might be a part of the explanation of the increased risk for Campylobacter spp. related to increased temperature demonstrated in the study. Copyright © 2012 Elsevier B.V. All rights reserved.

  5. Conium maculatum (poison hemlock) toxicosis in a flock of range turkeys.

    Science.gov (United States)

    Frank, A A; Reed, W M

    1987-01-01

    Five 20-week-old tom turkeys from a flock of range turkeys were presented for examination; the flock had a history of salivation, tremors, paralysis, and increased mortality. Necropsy revealed numerous seeds identified as seeds from Conium maculatum (poison hemlock) within the crop, proventriculus, and gizzard. Histopathologic alterations were limited to catarrhal enteritis. Clinical signs of Conium maculatum toxicosis abated after the turkeys were removed from their range, which was infested with poison hemlock.

  6. Evaluation of sampling methods for the detection of Salmonella in broiler flocks

    DEFF Research Database (Denmark)

    Skov, Marianne N.; Carstensen, B.; Tornoe, N.

    1999-01-01

    The present study compares four different sampling methods potentially applicable to detection of Salmonella in broiler flocks, based on collection of faecal samples (i) by hand, 300 fresh faecal samples (ii) absorbed on five sheets of paper (iii) absorbed on five pairs of socks (elastic cotton...... horizontal or vertical) were found in the investigation. The results showed that the sock method (five pairs of socks) had a sensitivity comparable with the hand collection method (60 pools of five faecal samples); the paper collection method was inferior, as was the use of only one pair of socks, Estimation...... tubes pulled over the boots and termed 'socks') and (iv) by using only one pair of socks. Twenty-three broiler flocks were included in the investigation and 18 of these were found to be positive by at least one method. Seven serotypes of Salmonella with different patterns of transmission (mainly...

  7. Permission-based Index Clustering for Secure Multi-User Search

    OpenAIRE

    Eirini C. Micheli; Giorgos Margaritis; Stergios V. Anastasiadis

    2015-01-01

    Secure keyword search in shared infrastructures prevents stored documents from leaking sensitive information to unauthorized users. A shared index provides confidentiality if it is exclusively used by users authorized to search all the indexed documents. We introduce the Lethe indexing workflow to improve query and update efficiency in secure keyword search. The Lethe workflow clusters together documents with similar sets of authorized users, and creates shared indices for configurable docume...

  8. Flocking multiple microparticles with automatically controlled optical tweezers: solutions and experiments.

    Science.gov (United States)

    Chen, Haoyao; Wang, Can; Lou, Yunjiang

    2013-06-01

    This paper presents an efficient approach to achieve microparticles flocking with robotics and optical tweezers technologies. All particles trapped by optical tweezers can be automatically moved toward a predefined region without collision. The main contribution of this paper lies in the proposal of several solutions to the flocking manipulation of microparticles in microenvironments. First, a simple flocking controller is proposed to generate the desired positions and velocities for particles' movement. Second, a velocity saturation method is implemented to prevent the desired velocities from exceeding a safe limit. Third, a two-layer control architecture is proposed for the motion control of optical tweezers. This architecture can help make many robotic manipulations achievable under microenvironments. The proposed approach with these solutions can be applied to many bioapplications especially in cell engineering and biomedicine. Experiments on yeast cells with a robot-tweezers system are finally performed to verify the effectiveness of the proposed approach.

  9. Prevalence and risk factors for Listeria monocytogenes in broiler flocks in Shiraz, southern Iran.

    Science.gov (United States)

    Hosseinzadeh, Saeid; Shekarforoush, Seyed Shahram; Ansari-Lari, Maryam; EsalatPanah-Fard Jahromi, Mehdi; Berizi, Enayat; Abdollahi, Mostafa

    2012-06-01

    Listeria monocytogenes has been identified as an important foodborne pathogen in recent years. In humans, it most commonly affects pregnant women, neonates, children, elderly people, and persons with a suppressed immune system. It could contaminate both raw and cooked meat and poultry products. Studies regarding prevalence and risk factors of L. monocytogenes in broilers flocks are limited. Therefore, the present study was conducted to determine the prevalence and risk factors for L. monocytogenes in poultry flocks in Shiraz, southern Iran. During August to September 2009, in total, 100 broiler flocks were selected at slaughter, and 21 specimens were collected from cloacal samples from each flock. Polymerase chain reaction (PCR) was performed on the samples enriched in buffered Listeria enrichment broth (BLEB), using specific primers. Furthermore, enriched samples in BLEB and/or BLEB treated with 5% KOH were subcultured on Palcam medium. Data about farm and flocks were collected using a structured questionnaire. The prevalence of L. monocytogenes was 7% (95% CI, 2-12%) and 1% using PCR and culture, respectively. Results showed that using antibiotics during rearing period was dramatically reduced the rate of isolation (odds ratio [OR]=0.07, p=0.03), whereas house capacity of more than 10,000 birds (OR=24.03, p=0.04) and number of houses (OR=2, p=0.02) significantly increased the prevalence. The correlation between poor management of large poultry flocks and increasing the risk of contamination was more likely due to the recontamination of cooked poultry/undercooking or cross-contamination of other ready-to-eat foods.

  10. Flocking Control of Multiple Mobile Agents with the Rules of Avoiding Collision

    Directory of Open Access Journals (Sweden)

    Hongtao Zhou

    2015-01-01

    Full Text Available This paper investigates the flocking and the coordinative control problems of multiple mobile agents with the rules of avoiding collision. We propose a set of control laws using hysteresis in adding new links and applying new potential function to guarantee that the fragmentation of the network can be avoided, under which all agents approach a common velocity vector, and asymptotically converge to a fixed value of interagent distances and collisions between agents can be avoided throughout the motion. Furthermore, we extend the flocking algorithm to solve the flocking situation of the group with a virtual leader agent. The laws can make all agents asymptotically approach the virtual leader and collisions can be avoided between agents in the motion evolution. Finally, some numerical simulations are showed to illustrate the theoretical results.

  11. Membership determination of open clusters based on a spectral clustering method

    Science.gov (United States)

    Gao, Xin-Hua

    2018-06-01

    We present a spectral clustering (SC) method aimed at segregating reliable members of open clusters in multi-dimensional space. The SC method is a non-parametric clustering technique that performs cluster division using eigenvectors of the similarity matrix; no prior knowledge of the clusters is required. This method is more flexible in dealing with multi-dimensional data compared to other methods of membership determination. We use this method to segregate the cluster members of five open clusters (Hyades, Coma Ber, Pleiades, Praesepe, and NGC 188) in five-dimensional space; fairly clean cluster members are obtained. We find that the SC method can capture a small number of cluster members (weak signal) from a large number of field stars (heavy noise). Based on these cluster members, we compute the mean proper motions and distances for the Hyades, Coma Ber, Pleiades, and Praesepe clusters, and our results are in general quite consistent with the results derived by other authors. The test results indicate that the SC method is highly suitable for segregating cluster members of open clusters based on high-precision multi-dimensional astrometric data such as Gaia data.

  12. Efficient clustering aggregation based on data fragments.

    Science.gov (United States)

    Wu, Ou; Hu, Weiming; Maybank, Stephen J; Zhu, Mingliang; Li, Bing

    2012-06-01

    Clustering aggregation, known as clustering ensembles, has emerged as a powerful technique for combining different clustering results to obtain a single better clustering. Existing clustering aggregation algorithms are applied directly to data points, in what is referred to as the point-based approach. The algorithms are inefficient if the number of data points is large. We define an efficient approach for clustering aggregation based on data fragments. In this fragment-based approach, a data fragment is any subset of the data that is not split by any of the clustering results. To establish the theoretical bases of the proposed approach, we prove that clustering aggregation can be performed directly on data fragments under two widely used goodness measures for clustering aggregation taken from the literature. Three new clustering aggregation algorithms are described. The experimental results obtained using several public data sets show that the new algorithms have lower computational complexity than three well-known existing point-based clustering aggregation algorithms (Agglomerative, Furthest, and LocalSearch); nevertheless, the new algorithms do not sacrifice the accuracy.

  13. Birds, magnets, soap, and sandblasting: surprising connections in the theory of incompressible flocks

    Science.gov (United States)

    Toner, John

    In this talk I'll describe the hydrodynamic theory of the motion of incompressible flocks: that is, collections of self-propelled entities (birds\\x9D) that are packed so tightly together that their density cannot change as they move. In two dimensions, this problem can be mapped onto an equilibrium magnet with a peculiar constraint. This problem, in turn, can be shown to be equivalent to a 2d smectic (soap\\x9D), with the flow lines of the flock playing the role of the smectic layers. Finally, this smectic problem can be mapped onto the 1+1 dimensional KPZ equation, which describes the growth or corrosion (sandblasting\\x9D) of a one dimensional interface. The scaling properties of this last system, which have been known exactly for a long time, can thereby be used to determine those of incompressible 2d flocks. One important implication of the resulting scaling laws is that such flocks can exhibit long-ranged order in two dimensions, unlike their equilibrium counterparts.

  14. Speed Determines Leadership and Leadership Determines Learning during Pigeon Flocking.

    Science.gov (United States)

    Pettit, Benjamin; Ákos, Zsuzsa; Vicsek, Tamás; Biro, Dora

    2015-12-07

    A key question in collective behavior is how individual differences structure animal groups, affect the flow of information, and give some group members greater weight in decisions. Depending on what factors contribute to leadership, despotic decisions could either improve decision accuracy or interfere with swarm intelligence. The mechanisms behind leadership are therefore important for understanding its functional significance. In this study, we compared pigeons' relative influence over flock direction to their solo flight characteristics. A pigeon's degree of leadership was predicted by its ground speeds from earlier solo flights, but not by the straightness of its previous solo route. By testing the birds individually after a series of flock flights, we found that leaders had learned straighter homing routes than followers, as we would expect if followers attended less to the landscape and more to conspecifics. We repeated the experiment from three homing sites using multiple independent flocks and found individual consistency in leadership and speed. Our results suggest that the leadership hierarchies observed in previous studies could arise from differences in the birds' typical speeds. Rather than reflecting social preferences that optimize group decisions, leadership may be an inevitable consequence of heterogeneous flight characteristics within self-organized flocks. We also found that leaders learn faster and become better navigators, even if leadership is not initially due to navigational ability. The roles that individuals fall into during collective motion might therefore have far-reaching effects on how they learn about the environment and use social information. Copyright © 2015 Elsevier Ltd. All rights reserved.

  15. Prevalence and risk factors for Salmonella spp. and Campylobacter spp. caecal colonization in broiler chicken and turkey flocks slaughtered in Quebec, Canada.

    Science.gov (United States)

    Arsenault, Julie; Letellier, Ann; Quessy, Sylvain; Normand, Valérie; Boulianne, Martine

    2007-10-16

    We conducted an observational study to estimate prevalence and risk factors for Salmonella spp. and Campylobacter spp. caecal colonization in poultry. Eighty-one broiler chicken and 59 turkey flocks selected among flocks slaughtered in the province of Quebec, Canada, were included in the study. Flock status was evaluated by culturing pooled caecal contents from about 30 birds per flock. Exposure to potential risk factors was evaluated with a questionnaire. Odds ratios were computed using multivariable logistic regression. The prevalence of Salmonella-positive flocks was 50% (95% CI: 37, 64) for chickens and 54% (95% CI: 39, 70) for turkeys, respectively. Odds of Salmonella colonization were 2.6 times greater for chicken flocks which failed to lock the chicken house permanently. In turkeys, odds of Salmonella colonization were 4.8-7.7 times greater for flocks which failed to be raised by hatchery. The prevalence of Campylobacter-positive flocks was 35% (95% CI: 22, 49) for chickens and 46% (95% CI: 30, 62) for turkeys. Odds of colonization were 4.1 times higher for chicken flocks raised on farms with professional rodent control and 5.2 times higher for flocks with manure heap >200m from the poultry house, and also increased with the number of birds raised per year on the farm and with the age at slaughter. For turkeys, odds of Campylobacter flock colonization were 3.2 times greater in flocks having a manure heap at flocks drinking unchlorinated water.

  16. Mixed species flock, nest height, and elevation partially explain avian haemoparasite prevalence in Colombia.

    Directory of Open Access Journals (Sweden)

    Angie D González

    Full Text Available The high avian biodiversity present in the Neotropical region offers a great opportunity to explore the ecology of host-parasite relationships. We present a survey of avian haemoparasites in a megadiverse country and explore how parasite prevalences are related to physical and ecological host characteristics. Using light microscopy, we documented the presence of haemoparasites in over 2000 individuals belonging to 246 species of wild birds, from nine localities and several ecosystems of Colombia. We analysed the prevalence of six avian haemoparasite taxa in relation to elevation and the following host traits: nest height, nest type, foraging strata, primary diet, sociality, migratory behaviour, and participation in mixed species flocks. Our analyses indicate significant associations between both mixed species flocks and nest height and Haemoproteus and Leucocytozoon prevalence. The prevalence of Leucocytozoon increased with elevation, whereas the prevalence of Trypanosoma and microfilariae decreased. Plasmodium and Haemoproteus prevalence did not vary significantly with elevation; in fact, both parasites were found up to 3300 m above sea level. The distribution of parasite prevalence across the phylogeny of bird species included in this study showed little host phylogenetic signal indicating that infection rates in this system are evolutionarily labile. Vector distribution as well as the biology of transmission and the maintenance of populations of avian haemoparasites deserve more detailed study in this system.

  17. Drug use and antimicrobial resistance among Escherichia coli and Enterococcus spp. isolates from chicken and turkey flocks slaughtered in Quebec, Canada.

    Science.gov (United States)

    Boulianne, Martine; Arsenault, Julie; Daignault, Danielle; Archambault, Marie; Letellier, Ann; Dutil, Lucie

    2016-01-01

    An observational study was conducted of chicken and turkey flocks slaughtered at federal processing plants in the province of Quebec, Canada. The objectives were to estimate prevalence of drug use at hatchery and on farm and to identify antimicrobial resistance (AMR) in cecal Escherichia coli and Enterococcus spp. isolates and factors associated with AMR. Eighty-two chicken flocks and 59 turkey flocks were sampled. At the hatchery, the most used antimicrobial was ceftiofur in chickens (76% of flocks) and spectinomycin in turkeys (42% of flocks). Virginiamycin was the antimicrobial most frequently added to the feed in both chicken and turkey flocks. At least 1 E. coli isolate resistant to third-generation cephalosporins was present in all chicken flocks and in a third of turkey flocks. Resistance to tetracycline, streptomycin, and sulfisoxazole was detected in > 90% of flocks for E. coli isolates. Antimicrobial resistance (AMR) was observed to bacitracin, erythromycin, lincomycin, quinupristin-dalfopristin, and tetracycline in both chicken and turkey flocks for Enterococcus spp. isolates. No resistance to vancomycin was observed. The use of ceftiofur at hatchery was significantly associated with the proportion of ceftiofur-resistant E. coli isolates in chicken flocks. In turkey flocks, ceftiofur resistance was more frequent when turkeys were placed on litter previously used by chickens. Associations between drug use and resistance were observed with tetracycline (turkey) in E. coli isolates and with bacitracin (chicken and turkey), gentamicin (turkey), and tylosin (chicken) in Enterococcus spp. isolates. Further studies are needed to provide producers and veterinarians with alternative management practices and tools in order to reduce the use of antimicrobial feed additives in poultry.

  18. Robust MST-Based Clustering Algorithm.

    Science.gov (United States)

    Liu, Qidong; Zhang, Ruisheng; Zhao, Zhili; Wang, Zhenghai; Jiao, Mengyao; Wang, Guangjing

    2018-06-01

    Minimax similarity stresses the connectedness of points via mediating elements rather than favoring high mutual similarity. The grouping principle yields superior clustering results when mining arbitrarily-shaped clusters in data. However, it is not robust against noises and outliers in the data. There are two main problems with the grouping principle: first, a single object that is far away from all other objects defines a separate cluster, and second, two connected clusters would be regarded as two parts of one cluster. In order to solve such problems, we propose robust minimum spanning tree (MST)-based clustering algorithm in this letter. First, we separate the connected objects by applying a density-based coarsening phase, resulting in a low-rank matrix in which the element denotes the supernode by combining a set of nodes. Then a greedy method is presented to partition those supernodes through working on the low-rank matrix. Instead of removing the longest edges from MST, our algorithm groups the data set based on the minimax similarity. Finally, the assignment of all data points can be achieved through their corresponding supernodes. Experimental results on many synthetic and real-world data sets show that our algorithm consistently outperforms compared clustering algorithms.

  19. Analisis Potensi Daerah Melalui Metode Document Clustering Laporan Pelaksanaan Kegiatan Kuliah Kerja Nyata-Pembelajaran Pemberdayaan Masyarakat

    Directory of Open Access Journals (Sweden)

    Dyah Mustika

    2015-05-01

    Full Text Available Kuliah Kerja Nyata Pembelajaran Pemberdayaan Masyarakat (KKN-PPM adalah salah satu bentuk pengabdian UGM yang dilakukan oleh mahasiswanya kepada masyarakat secara langsung. Selama melaksanakan KKN, mahasiswa menyusun dan melaksanakan program kegiatan yang berguna bagi pemberdayaan masyarakat. Setelah selesai, mahasiswa diwajibkan membuat laporan tentang pelaksanaan kegiatan yang telah dilakukan. Dokumen laporan pelaksanaan kegiatan KKN yang terkumpul sudah sangat banyak tetapi belum dimanfaatkan secara maksimal. Laporan ini sebenarnya dapat menjadi sebuah sumber infromasi. Salah satu informasi yang bisa digali dari dokumen laporan tersebut adalah informasi tentang potensi daerah lokasi KKN. Penambangan informasi dari dokumen dapat dilakukan dengan text mining. Penelitian ini bertujuan untuk menambang informasi tentang potensi daerah dari dokumen laporan pelaksanaan kegiatan KKN-PPM menggunakan salah satu metode pada text mining, yaitu document clustering. Clustering dilakukan dengan dua pendekatan yaitu, STC dan LINGO, menggunakan Carrot2 Workbench. Penggunaan dua algoritma ini dimaksudkan untuk memperoleh perbandingan algoritma yang memberikan hasil lebih baik dalam penggambaran potensi daerah lokasi KKN-PPM UGM. Hasil dari penelitian ini menunjukkan bahwa algoritma LINGO lebih baik dalam memberikan gambaran tentang potensi daerah dibandingkan algoritma STC. LINGO memunculkan label klaster yang bertema potensi daerah lebih banyak dibanding STC. Dari evaluasi pada penelitian ini, LINGO menghasilkan nilai F-Measure 70%, dua kali lebih tinggi daripada STC yang hanya 33%. Kata Kunci— KKN-PPM UGM, document clustering, STC, LINGO, Carrot2

  20. Flocking at a distance in active granular matter

    Science.gov (United States)

    Soni, Harsh; Kumar, Nitin; Ramaswamy, Sriram; Sood, Ajay

    2014-03-01

    Flocking, the self-organised motion of vast numbers of living creatures in a single direction, relies on organisms sensing each other's presence, orientation and direction of movement. We have attempted to emulate these properties in experiments of fore-aft asymmetric particles energised by a vertically vibrated horizontal surface, and validate and extend our results using computer simulations and a simple hydrodynamic theory. In these studies the asymmetric rods communicate their orientation and directed motion over several rod lengths through a medium of spherical beads. This results in a phase transition from an isotropic state to a coherently moving flock at exceptionally low rod concentrations, an observation reinforced by large-scale numerical simulations. Our findings include a phase diagram in the plane of rod and bead concentrations, power-law spatial correlations upon approaching the phase boundary, and insights into the underlying mechanisms.

  1. Effect of Different Feed Structures and Bedding on the Horizontal Spread of Campylobacter jejuni within Broiler Flocks

    Directory of Open Access Journals (Sweden)

    Birgitte Moen

    2013-10-01

    Full Text Available In this study, we investigated the effects of different feed structures and beddings on the spread of C. jejuni in broiler flocks, and the effect on the cecal microbiota. Broiler chickens raised in 24 eight-bird group cages on either rubber mat or wood shavings were fed either a wheat-based control diet (Control, a diet where 50% of the ground wheat was replaced by whole wheat prior to pelleting (Wheat, or a wheat-based diet, such as the control diet diluted with 12% oat hulls (Oat. Samples from the cloacal mucosa of all birds were taken daily for C. jejuni quantification and cecum samples were collected at the end of the experiment for C. jejuni quantification and microbiota analyses. We have shown a statistically significant effect of increased feed structure on the reduced spread of C. jejuni in chicken flocks, but no significant differences were detected between types of structure included in the feed. No significant changes in the dominating microbiota in the lower lower gastrointestinal (GI tract were observed, which indicates that feed structure only has an effect on the upper GI tract. Delaying the spread of C. jejuni in broiler flocks could, at time of slaughter, result in fewer C. jejuni-positive broilers.

  2. Biosecurity Assessment and Seroprevalence of Respiratory Diseases in Backyard Poultry Flocks Located Close to and Far from Commercial Premises.

    Science.gov (United States)

    Derksen, T; Lampron, R; Hauck, R; Pitesky, M; Gallardo, R A

    2018-03-01

    Raising backyard chickens is an ever-growing hobby in the United States. These flocks can be a substrate for respiratory disease amplification and transmission to commercial facilities. Five hundred fifty-four chickens from 41 backyard flocks were sampled in this study. ELISA kits were used to detect antibodies against avian influenza (AI), infectious laryngotracheitis (ILT), Newcastle disease (ND), infectious bronchitis (IB), Ornithobacterium rhinotracheale (ORT), Mycoplasma gallisepticum (MG), and Mycoplasma synoviae (MS). All visited flock owners answered a biosecurity questionnaire that assessed biosecurity measures. The questionnaire revealed that backyard poultry owners lack simple biosecurity measures such as use of dedicated shoes, their chicken sources are unreliable, and few of them benefit from veterinary oversight. Only one flock had a clear vaccination history against ND and IB. ORT, ND, IB, MS, MG, and ILT were the most seroprevalent in backyard poultry flocks with 97% (41/42), 77.5% (31/40), 75% (30/40), 73% (31/42), 69% (29/42), and 45% (19/42), respectively. The vaccinated flock was not considered in these calculations. When examining the distance between backyard flocks and the nearest commercial poultry facility, ND and MG were significantly more likely to be found in backyard flocks close to (4 miles) commercial poultry. Birds purchased directly from National Poultry Improvement Plan hatcheries showed a reduced ND, MG, and MS antibody prevalence. Wearing dedicated shoes decreased MS antibody-positive birds. Finally, history of wild bird contact had a clear effect on an increased seroprevalence of NDV and MG. Serological results suggest that backyard poultry flocks have the potential to serve as a reservoir or amplifier for poultry respiratory diseases. The information generated in this project should direct extension efforts toward emphasizing the importance of small flock biosecurity and chick acquisition sources.

  3. Novel Textile Scaffolds Generated by Flock Technology for Tissue Engineering of Bone and Cartilage.

    Science.gov (United States)

    Walther, Anja; Hoyer, Birgit; Springer, Armin; Mrozik, Birgit; Hanke, Thomas; Cherif, Chokri; Pompe, Wolfgang; Gelinsky, Michael

    2012-03-22

    Textile scaffolds can be found in a variety of application areas in regenerative medicine and tissue engineering. In the present study we used electrostatic flocking-a well-known textile technology-to produce scaffolds for tissue engineering of bone. Flock scaffolds stand out due to their unique structure: parallel arranged fibers that are aligned perpendicularly to a substrate, resulting in mechanically stable structures with a high porosity. In compression tests we demonstrated good mechanical properties of such scaffolds and in cell culture experiments we showed that flock scaffolds allow attachment and proliferation of human mesenchymal stem cells and support their osteogenic differentiation. These matrices represent promising scaffolds for tissue engineering.

  4. From phase to microphase separation in flocking models: the essential role of nonequilibrium fluctuations.

    Science.gov (United States)

    Solon, Alexandre P; Chaté, Hugues; Tailleur, Julien

    2015-02-13

    We show that the flocking transition in the Vicsek model is best understood as a liquid-gas transition, rather than an order-disorder one. The full phase separation observed in flocking models with Z(2) rotational symmetry is, however, replaced by a microphase separation leading to a smectic arrangement of traveling ordered bands. Remarkably, continuous deterministic descriptions do not account for this difference, which is only recovered at the fluctuating hydrodynamics level. Scalar and vectorial order parameters indeed produce different types of number fluctuations, which we show to be essential in selecting the inhomogeneous patterns. This highlights an unexpected role of fluctuations in the selection of flock shapes.

  5. Energy utilization and heat production of embryos from eggs originating from young and old broiler breeder flocks.

    Science.gov (United States)

    Nangsuay, A; Meijerhof, R; Ruangpanit, Y; Kemp, B; van den Brand, H

    2013-02-01

    Two experiments were conducted to study the interaction between breeder age and egg size on the energy utilization (experiment 1) and heat production (experiment 2) of broiler embryos. In experiment 1, a total of 4,800 Ross-308 hatching eggs from 2 breeder ages (29 and 53 wk of age, or young and old) and, within each age, 2 egg sizes (57 to 61 g and 66 to 70 g, or small and large) were used. In experiment 2, a total of 240 Ross-308 hatching eggs from 2 breeder flocks at 29 (young) and 53 (old) wk of age, and which were selected from the same egg weight range (58 to 61 g), were tested in 2 replicate chambers. In experiment 1, it was shown that the amount of yolk relative to albumen was higher in the old flock eggs, and this effect was more pronounced in the large eggs. The old flock eggs, especially the larger egg size, contained more energy as a result of a greater yolk size. Energy utilization of the embryos was positively related to yolk size and the amount of energy transferred to yolk-free body (YFB) was largely determined by the available egg energy. The efficiency of converting egg energy into chick body energy (E(YFB)) was equal for both egg sizes and both breeder age groups. Chick YFB weight of young and old flock eggs was equal. However, dry YFB weight of chicks from old flock eggs was higher than in chicks from young flock eggs, which was associated with more protein and fat content and thus more energy accumulated into YFB. As a consequence, embryos derived from old flock eggs produced more heat from d 16 of incubation onward than those of the young flock eggs. In conclusion, the higher energy deposition into chick YFB of old flock eggs, leading to higher embryonic heat production, is the result of a higher amount of available energy in the egg and is not due to changes in E(YFB).

  6. Radiocaesium variability in upland sheep flocks

    Energy Technology Data Exchange (ETDEWEB)

    Beresford, N.A

    2002-07-01

    Following the 1986 Chernobyl accident large areas of uplands in the United Kingdom were contaminated by radiocaesium. Consequently, the level of radiocaesium in the tissues of some sheep exceeded 1000 Bq kg{sup -1} fresh weight This is the limit adopted within the UK above which meat cannot enter the food chain. In 1986, restrictions were placed on the movement and slaughter of sheep in areas of west Cumbria, north Wales and Scotland. Whilst the number of farms under restriction has reduced considerably, some still remain restricted in 2002. Although a number of workers had noted considerable variability between the radiocaesium activities of individuals within sheep flocks there had been no analyses of causal effects. The work described here, combined studies on three upland farms within west Cumbria with controlled feeding experiments, to systematically assess the parameters which may contribute to such variability. Results from all three farms demonstrate a temporally consistent ranking of the {sup 137}Cs activity concentration of individual sheep within the study flocks. As there was also a correlation between the {sup 137}Cs activity concentration of ewes and their pre-weaned lambs it is likely that the same ewes are producing lambs in excess of the intervention limit in subsequent years. It is difficult to generalise as to which factors will contribute to {sup 137}Cs variability within a given upland flock; factors contributing to variation were not consistent between the study farms. However, the location grazed and/or vegetation selected by animals was a causal factor to the observed variability at all three farms. The transfer of radiocaesium from the diet to muscle of sheep was found to be determined by live-weight change and dry matter intake. Subsequent studies have suggested that protein turnover may be a potential mechanism for the relationship between dry matter intake and radiocaesium transfer. This hypothesis is supported by current understanding

  7. Radiocaesium variability in upland sheep flocks

    International Nuclear Information System (INIS)

    Beresford, N.A.

    2002-01-01

    Following the 1986 Chernobyl accident large areas of uplands in the United Kingdom were contaminated by radiocaesium. Consequently, the level of radiocaesium in the tissues of some sheep exceeded 1000 Bq kg -1 fresh weight This is the limit adopted within the UK above which meat cannot enter the food chain. In 1986, restrictions were placed on the movement and slaughter of sheep in areas of west Cumbria, north Wales and Scotland. Whilst the number of farms under restriction has reduced considerably, some still remain restricted in 2002. Although a number of workers had noted considerable variability between the radiocaesium activities of individuals within sheep flocks there had been no analyses of causal effects. The work described here, combined studies on three upland farms within west Cumbria with controlled feeding experiments, to systematically assess the parameters which may contribute to such variability. Results from all three farms demonstrate a temporally consistent ranking of the 137 Cs activity concentration of individual sheep within the study flocks. As there was also a correlation between the 137 Cs activity concentration of ewes and their pre-weaned lambs it is likely that the same ewes are producing lambs in excess of the intervention limit in subsequent years. It is difficult to generalise as to which factors will contribute to 137 Cs variability within a given upland flock; factors contributing to variation were not consistent between the study farms. However, the location grazed and/or vegetation selected by animals was a causal factor to the observed variability at all three farms. The transfer of radiocaesium from the diet to muscle of sheep was found to be determined by live-weight change and dry matter intake. Subsequent studies have suggested that protein turnover may be a potential mechanism for the relationship between dry matter intake and radiocaesium transfer. This hypothesis is supported by current understanding of protein-dry matter

  8. Recurrent-neural-network-based Boolean factor analysis and its application to word clustering.

    Science.gov (United States)

    Frolov, Alexander A; Husek, Dusan; Polyakov, Pavel Yu

    2009-07-01

    The objective of this paper is to introduce a neural-network-based algorithm for word clustering as an extension of the neural-network-based Boolean factor analysis algorithm (Frolov , 2007). It is shown that this extended algorithm supports even the more complex model of signals that are supposed to be related to textual documents. It is hypothesized that every topic in textual data is characterized by a set of words which coherently appear in documents dedicated to a given topic. The appearance of each word in a document is coded by the activity of a particular neuron. In accordance with the Hebbian learning rule implemented in the network, sets of coherently appearing words (treated as factors) create tightly connected groups of neurons, hence, revealing them as attractors of the network dynamics. The found factors are eliminated from the network memory by the Hebbian unlearning rule facilitating the search of other factors. Topics related to the found sets of words can be identified based on the words' semantics. To make the method complete, a special technique based on a Bayesian procedure has been developed for the following purposes: first, to provide a complete description of factors in terms of component probability, and second, to enhance the accuracy of classification of signals to determine whether it contains the factor. Since it is assumed that every word may possibly contribute to several topics, the proposed method might be related to the method of fuzzy clustering. In this paper, we show that the results of Boolean factor analysis and fuzzy clustering are not contradictory, but complementary. To demonstrate the capabilities of this attempt, the method is applied to two types of textual data on neural networks in two different languages. The obtained topics and corresponding words are at a good level of agreement despite the fact that identical topics in Russian and English conferences contain different sets of keywords.

  9. An economic evaluation of preclinical testing strategies compared to the compulsory scrapie flock scheme in the control of classical scrapie.

    Directory of Open Access Journals (Sweden)

    Lisa Boden

    Full Text Available Cost-benefit is rarely combined with nonlinear dynamic models when evaluating control options for infectious diseases. The current strategy for scrapie in Great Britain requires that all genetically susceptible livestock in affected flocks be culled (Compulsory Scrapie Flock Scheme or CSFS. However, this results in the removal of many healthy sheep, and a recently developed pre-clinical test for scrapie now offers a strategy based on disease detection. We explore the flock level cost-effectiveness of scrapie control using a deterministic transmission model and industry estimates of costs associated with genotype testing, pre-clinical tests and the value of a sheep culled. Benefit was measured in terms of the reduction in the number of infected sheep sold on, compared to a baseline strategy of doing nothing, using Incremental Cost Effectiveness analysis to compare across strategies. As market data was not available for pre-clinical testing, a threshold analysis was used to set a unit-cost giving equal costs for CSFS and multiple pre-clinical testing (MT, one test each year for three consecutive years. Assuming a 40% within-flock proportion of susceptible genotypes and a test sensitivity of 90%, a single test (ST was cheaper but less effective than either the CSFS or MT strategies (30 infected-sales-averted over the lifetime of the average epidemic. The MT strategy was slightly less effective than the CSFS and would be a dominated strategy unless preclinical testing was cheaper than the threshold price of £6.28, but may be appropriate for flocks with particularly valuable livestock. Though the ST is not currently recommended, the proportion of susceptible genotypes in the national flock is likely to continue to decrease; this may eventually make it a cost-effective alternative to the MT or CSFS.

  10. Isolation of Campylobacter from Brazilian broiler flocks using different culturing procedures.

    Science.gov (United States)

    Vaz, C S L; Voss-Rech, D; Pozza, J S; Coldebella, A; Silva, V S

    2014-11-01

    Conventional culturing methods enable the detection of Campylobacter in broiler flocks. However, laboratory culture of Campylobacter is laborious because of its fastidious behavior and the presence of competing nontarget bacteria. This study evaluated different protocols to isolate Campylobacter from broiler litter, feces, and cloacal and drag swabs. Samples taken from commercial Brazilian broiler flocks were directly streaked onto Preston agar (PA), Campy-Line agar (CLA), and modified charcoal cefoperazone deoxycholate agar (mCCDA) and also enriched in blood-free Bolton broth (bfBB) for 24 and 48 h followed by plating onto the different selective media. Higher numbers of Campylobacter-positive cloacal and drag swab samples were observed using either direct plating or enrichment for 24 h before plating onto PA, compared with enrichment for 48 h (P media. Together, these data showed that direct plating onto PA and onto either CLA or mCCDA as the second selective agar enabled the reliable isolation of thermophilic Campylobacter species from broiler samples. Finally, Campylobacter was detected in all broiler flocks sampled. ©2014 Poultry Science Association Inc.

  11. Increased Toxoplasma gondii positivity relative to age in 125 Scottish sheep flocks; evidence of frequent acquired infection

    Science.gov (United States)

    2011-01-01

    Toxoplasma gondii seroprevalence was determined in 3333 sheep sera from 125 distinct sheep flocks in Scotland, with the majority of flocks being represented by 27 samples, which were collected between July 2006 and August 2008. The selected farms give a representative sample of 14 400 sheep holdings identified in the Scottish Government census data from 2004. Overall T. gondii seroprevalence, at individual sheep level, was determined to be 56.6%; each flock tested, had at least a single positive animal and in four flocks all ewes tested positive. The seroprevalence of sheep increased from 37.7% in one year old stock to 73.8% in ewes that were older than six years, showing that acquired infections during the life of the animals is frequent and that environmental contamination by T. gondii oocysts must be significant. The median within-flock seroprevalence varied significantly across Scotland, with the lowest seroprevalence of 42.3% in the South and the highest seroprevalence of 69.2% in the far North of Scotland and the Scottish Islands, while the central part of Scotland had a seroprevalence of 57.7%. This distribution disequilibrium may be due to the spread and survival of oocysts on pasture and lambing areas. A questionnaire accompanying sampling of flocks identified farms that used Toxovax®, a commercial vaccine that protects sheep from abortion due to T. gondii infection. Only 24.7% of farmers used the vaccine and the vaccine did not significantly affect the within flock seroprevalence for T. gondii. The implications for food safety and human infection are discussed. PMID:22189159

  12. Transcriptome-based phylogeny of endemic Lake Baikal amphipod species flock: fast speciation accompanied by frequent episodes of positive selection.

    Science.gov (United States)

    Naumenko, Sergey A; Logacheva, Maria D; Popova, Nina V; Klepikova, Anna V; Penin, Aleksey A; Bazykin, Georgii A; Etingova, Anna E; Mugue, Nikolai S; Kondrashov, Alexey S; Yampolsky, Lev Y

    2017-01-01

    Endemic species flocks inhabiting ancient lakes, oceanic islands and other long-lived isolated habitats are often interpreted as adaptive radiations. Yet molecular evidence for directional selection during species flocks radiation is scarce. Using partial transcriptomes of 64 species of Lake Baikal (Siberia, Russia) endemic amphipods and two nonendemic outgroups, we report a revised phylogeny of this species flock and analyse evidence for positive selection within the endemic lineages. We confirm two independent invasions of amphipods into Baikal and demonstrate that several morphological features of Baikal amphipods, such as body armour and reduction in appendages and sensory organs, evolved in several lineages in parallel. Radiation of Baikal amphipods has been characterized by short phylogenetic branches and frequent episodes of positive selection which tended to be more frequent in the early phase of the second invasion of amphipods into Baikal when the most intensive diversification occurred. Notably, signatures of positive selection are frequent in genes encoding mitochondrial membrane proteins with electron transfer chain and ATP synthesis functionality. In particular, subunits of both the membrane and substrate-level ATP synthases show evidence of positive selection in the plankton species Macrohectopus branickii, possibly indicating adaptation to active plankton lifestyle and to survival under conditions of low temperature and high hydrostatic pressures known to affect membranes functioning. Other functional categories represented among genes likely to be under positive selection include Ca-binding muscle-related proteins, possibly indicating adaptation to Ca-deficient low mineralization Baikal waters. © 2016 John Wiley & Sons Ltd.

  13. CC_TRS: Continuous Clustering of Trajectory Stream Data Based on Micro Cluster Life

    Directory of Open Access Journals (Sweden)

    Musaab Riyadh

    2017-01-01

    Full Text Available The rapid spreading of positioning devices leads to the generation of massive spatiotemporal trajectories data. In some scenarios, spatiotemporal data are received in stream manner. Clustering of stream data is beneficial for different applications such as traffic management and weather forecasting. In this article, an algorithm for Continuous Clustering of Trajectory Stream Data Based on Micro Cluster Life is proposed. The algorithm consists of two phases. There is the online phase where temporal micro clusters are used to store summarized spatiotemporal information for each group of similar segments. The clustering task in online phase is based on temporal micro cluster lifetime instead of time window technique which divides stream data into time bins and clusters each bin separately. For offline phase, a density based clustering approach is used to generate macro clusters depending on temporal micro clusters. The evaluation of the proposed algorithm on real data sets shows the efficiency and the effectiveness of the proposed algorithm and proved it is efficient alternative to time window technique.

  14. Identification and phylogenetic diversity of parvovirus circulating in commercial chicken and turkey flocks in Croatia.

    Science.gov (United States)

    Bidin, M; Lojkić, I; Bidin, Z; Tiljar, M; Majnarić, D

    2011-12-01

    Phylogenetic diversity of parvovirus detected in commercial chicken and turkey flocks is described. Nine chicken and six turkey flocks from Croatian farms were tested for parvovirus presence. Intestinal samples from one turkey and seven chicken flocks were found positive, and were sequenced. Natural parvovirus infection was more frequently detected in chickens than in turkeys examined in this study. Sequence analysis of 400 nucleotide fragments of the nonstructural gene (NS) showed that our sequences had more similarity with chicken parvovirus (ChPV) (92.3%-99.7%) than turkey parvovirus (TuPV) (89.5%-98.9%) strains. Phylogenetic analysis grouped our sequences in two clades. Also, the higher prevalence of ChPV than TuPV in tested flocks was defined. The necropsy findings suggested a malabsorption syndrome followed by a preascitic condition. Further research of parvovirus infection, pathogenesis, and the possibility of its association with poult enteritis and mortality syndrome (PEMS) and runting and stunting syndrome (RSS) is needed to clarify its significance as an agent of enteric disease.

  15. Flies and Campylobacter infection of broiler flocks

    DEFF Research Database (Denmark)

    Hald, Birthe; Skovgård, Henrik; Bang, Dang Duong

    2004-01-01

    A total of 8.2% of flies caught outside a broiler house in Denmark had the potential to transmit Campylobacter jejuni to chickens, and hundreds of flies per day passed through the ventilation system into the broiler house. Our study suggests that flies may be an important source of Campylobacter ...... infection of broiler flocks in summer....

  16. The chicken or the egg? Exploring bi-directional associations between Newcastle disease vaccination and village chicken flock size in rural Tanzania.

    Directory of Open Access Journals (Sweden)

    Julia de Bruyn

    Full Text Available Newcastle disease (ND is a viral disease of poultry with global importance, responsible for the loss of a potential source of household nutrition and economic livelihood in many low-income food-deficit countries. Periodic outbreaks of this endemic disease result in high mortality amongst free-ranging chicken flocks and may serve as a disincentive for rural households to invest time or resources in poultry-keeping. Sustainable ND control can be achieved through vaccination using a thermotolerant vaccine administered via eyedrop by trained "community vaccinators". This article evaluates the uptake and outcomes of fee-for-service ND vaccination programs in eight rural villages in the semi-arid central zone of Tanzania. It represents part of an interdisciplinary program seeking to address chronic undernutrition in children through improvements to existing poultry and crop systems. Newcastle disease vaccination uptake was found to vary substantially across communities and seasons, with a significantly higher level of vaccination amongst households participating in a longitudinal study of children's growth compared with non-participating households (p = 0.009. Two multivariable model analyses were used to explore associations between vaccination and chicken numbers, allowing for clustered data and socioeconomic and cultural variation amongst the population. Results demonstrated that both (a households that undertook ND vaccination had a significantly larger chicken flock size in the period between that vaccination campaign and the next compared with those that did not vaccinate (p = 0.018; and (b households with larger chicken flocks at the time of vaccination were significantly more likely to participate in vaccination programs (p < 0.001. Additionally, households vaccinating in all three vaccination campaigns held over 12 months were identified to have significantly larger chicken flocks at the end of this period (p < 0.001. Opportunities to

  17. BioCluster: Tool for Identification and Clustering of Enterobacteriaceae Based on Biochemical Data

    Directory of Open Access Journals (Sweden)

    Ahmed Abdullah

    2015-06-01

    Full Text Available Presumptive identification of different Enterobacteriaceae species is routinely achieved based on biochemical properties. Traditional practice includes manual comparison of each biochemical property of the unknown sample with known reference samples and inference of its identity based on the maximum similarity pattern with the known samples. This process is labor-intensive, time-consuming, error-prone, and subjective. Therefore, automation of sorting and similarity in calculation would be advantageous. Here we present a MATLAB-based graphical user interface (GUI tool named BioCluster. This tool was designed for automated clustering and identification of Enterobacteriaceae based on biochemical test results. In this tool, we used two types of algorithms, i.e., traditional hierarchical clustering (HC and the Improved Hierarchical Clustering (IHC, a modified algorithm that was developed specifically for the clustering and identification of Enterobacteriaceae species. IHC takes into account the variability in result of 1–47 biochemical tests within this Enterobacteriaceae family. This tool also provides different options to optimize the clustering in a user-friendly way. Using computer-generated synthetic data and some real data, we have demonstrated that BioCluster has high accuracy in clustering and identifying enterobacterial species based on biochemical test data. This tool can be freely downloaded at http://microbialgen.du.ac.bd/biocluster/.

  18. Projection-based curve clustering

    International Nuclear Information System (INIS)

    Auder, Benjamin; Fischer, Aurelie

    2012-01-01

    This paper focuses on unsupervised curve classification in the context of nuclear industry. At the Commissariat a l'Energie Atomique (CEA), Cadarache (France), the thermal-hydraulic computer code CATHARE is used to study the reliability of reactor vessels. The code inputs are physical parameters and the outputs are time evolution curves of a few other physical quantities. As the CATHARE code is quite complex and CPU time-consuming, it has to be approximated by a regression model. This regression process involves a clustering step. In the present paper, the CATHARE output curves are clustered using a k-means scheme, with a projection onto a lower dimensional space. We study the properties of the empirically optimal cluster centres found by the clustering method based on projections, compared with the 'true' ones. The choice of the projection basis is discussed, and an algorithm is implemented to select the best projection basis among a library of orthonormal bases. The approach is illustrated on a simulated example and then applied to the industrial problem. (authors)

  19. Fatal systemic cladosporiosis in a merino sheep flock.

    Science.gov (United States)

    Haligur, Mehmet; Ozmen, Ozlem; Dorrestein, Gerry M

    2010-12-01

    Systemic cladosporiosis is described in 25 merino sheep from a flock consisting 250 animals. The fungal pneumonia appeared after an intensive antibiotic treatment, because of a respiratory system disorder. The pen of the flock was humid and crowded, and animals had signs of respiratory distress, coughing, fever and anorexia. All of the ill animals died, and necropsy was performed on 10 sheep. The lesions were characterized by a multifocal pyogranulomatous pneumonia and an abomasitis. Severe hemorrhages were observed in the lungs. At the histopathological examination, severe vasculitis with thrombosis was observed in various organs, especially in the lungs and abomasums, suggestive for a hematogenous dissemination of the infection in these organs. Numerous PAS-positive fungal elements were seen in the pyogranulomatous foci. Dark green fungal colonies were seen in the blood agar and Sabouraud dextrose agar that were identified as Cladosporium cladosporioides. This report highlights that phaeohyphomycosis can cause a severe systemic and fatal disease in merino sheep under insufficient management conditions.

  20. Flock size, diet composition, and habitat characteristics of the ...

    African Journals Online (AJOL)

    gla- cial history (Magin 2001). Some of the plant species endemic to SMNP are stonecrop. Rosularia simiensis and tussock grass Festuca gilbertiana. SMNP is home to 22 species. Flock size, diet composition, and habitat characteristics of ...

  1. Field estimation of the flock-level diagnostic specificity of an enzyme-linked immunosorbent assay for Avian metapneumovirus antibodies in turkeys.

    Science.gov (United States)

    Muñoz-Zanzi, Claudia; Trampel, Darrell; Hanson, Tim; Harrison, Kristen; Goyal, Sagar; Cortinas, Roberto; Lauer, Dale

    2009-03-01

    Routine serologic testing for Avian metapneumovirus (AMPV) infection of turkey flocks at slaughter is currently being used to monitor changes in the occurrence of AMPV infection in endemic areas and can also be used to detect the emergence of infection in currently unaffected areas. Because of the costs associated with false-positive results, particularly in areas that are free of AMPV infection, there is a need to obtain improved estimates of flock-level specificity (SP). The objective of this study was to estimate flock-level SP of a program to monitor AMPV infection in turkey flocks at processing using a standard enzyme-linked immunosorbent assay (ELISA). A study was carried out in which 37 AMPV-free flocks from 7 Midwest operations were followed serologically. Six percent, 3%, and 0.2% of total samples tested AMPV positive at 8 weeks, 12 weeks, and at processing, respectively. Overall, flock-level SP increased as the cutoff increased and as age increased. Flock-level SP at processing was 97%, if a cutoff of 1 was used (the flock was classified as positive if at least 1 sample tested positive), and 100%, if any other cutoff was used. Administration of antibiotics (P = 0.02) and vaccination for Bordetella avium (P = 0.08) were positively associated with the probability of (false) positive test results. These findings suggest possible cross-reactions with other infections and highlight the need to consider variable diagnostic performance depending on farm conditions.

  2. 9 CFR 145.33 - Terminology and classification; flocks and products.

    Science.gov (United States)

    2010-01-01

    ... POULTRY Special Provisions for Multiplier Meat-Type Chicken Breeding Flocks and Products § 145.33... demonstrate pullorum or typhoid infection; (vii) All poultry, including exhibition, exotic, and game birds...

  3. Using SVD on Clusters to Improve Precision of Interdocument Similarity Measure

    Directory of Open Access Journals (Sweden)

    Wen Zhang

    2016-01-01

    Full Text Available Recently, LSI (Latent Semantic Indexing based on SVD (Singular Value Decomposition is proposed to overcome the problems of polysemy and homonym in traditional lexical matching. However, it is usually criticized as with low discriminative power for representing documents although it has been validated as with good representative quality. In this paper, SVD on clusters is proposed to improve the discriminative power of LSI. The contribution of this paper is three manifolds. Firstly, we make a survey of existing linear algebra methods for LSI, including both SVD based methods and non-SVD based methods. Secondly, we propose SVD on clusters for LSI and theoretically explain that dimension expansion of document vectors and dimension projection using SVD are the two manipulations involved in SVD on clusters. Moreover, we develop updating processes to fold in new documents and terms in a decomposed matrix by SVD on clusters. Thirdly, two corpora, a Chinese corpus and an English corpus, are used to evaluate the performances of the proposed methods. Experiments demonstrate that, to some extent, SVD on clusters can improve the precision of interdocument similarity measure in comparison with other SVD based LSI methods.

  4. Potential risk factors associated with contact dermatitis, lameness, negative emotional state, and fear of humans in broiler chicken flocks

    NARCIS (Netherlands)

    Bassler, A.; Arnould, C.; Butterworth, A.; Colin, L.; Jong, de I.C.; Ferrante, V.; Ferrari, P.; Haslam, S.A.; Wemelsfelder, F.; Blokhuis, H.J.

    2013-01-01

    The objectives of this study were to 1) identify determinants of poor welfare in commercial broiler chicken flocks by studying the associations between selected resource-based measures (RBM, potential risk factors), such as litter quality and dark period, and animal-based welfare indicators (ABM),

  5. A farm-level study of risk factors associated with the colonization of broiler flocks with Campylobacter spp. in Iceland, 2001 – 2004

    Directory of Open Access Journals (Sweden)

    Berke Olaf

    2007-07-01

    Full Text Available Abstract Background Following increased rates of human campylobacteriosis in the late 1990's, and their apparent association with increased consumption of fresh chicken meat, a longitudinal study was conducted in Iceland to identify the means to decrease the frequency of broiler flock colonization with Campylobacter. Our objective in this study was to identify risk factors for flock colonization acting at the broiler farm level. Methods Between May 2001 and September 2004, pooled caecal samples were obtained from 1,425 flocks at slaughter and cultured for Campylobacter. Due to the strong seasonal variation in flock prevalence, analyses were restricted to a subset of 792 flocks raised during the four summer seasons. Flock results were collapsed to the farm level, such that the number of positive flocks and the total number of flocks raised were summed for each farm. Logistic regression models were fitted to the data using automated and manual selection methods. Variables of interest included manure management, water source and treatment, other poultry/livestock on farm, and farm size and management. Results The 792 flocks raised during the summer seasons originated from 83 houses on 33 farms, and of these, 217 (27.4% tested positive. The median number of flocks per farm was 14, and the median number of positive flocks per farm was three. Three farms did not have any positive flocks. In general, factors associated with an increased risk of Campylobacter were increasing median flock size on the farm (p ≤ 0.001, spreading manure on the farm (p = 0.004 to 0.035, and increasing the number of broiler houses on the farm (p = 0.008 to 0.038. Protective factors included the use of official (municipal (p = 0.004 to 0.051 or official treated (p = 0.006 to 0.032 water compared to the use of non-official untreated water, storing manure on the farm (p = 0.025 to 0.029, and the presence of other domestic livestock on the farm (p = 0.004 to 0.028. Conclusion

  6. Dynamical Modeling of Collective Behavior from Pigeon Flight Data: Flock Cohesion and Dispersion

    Science.gov (United States)

    Xu, Xiao-Ke; Small, Michael

    2012-01-01

    Several models of flocking have been promoted based on simulations with qualitatively naturalistic behavior. In this paper we provide the first direct application of computational modeling methods to infer flocking behavior from experimental field data. We show that this approach is able to infer general rules for interaction, or lack of interaction, among members of a flock or, more generally, any community. Using experimental field measurements of homing pigeons in flight we demonstrate the existence of a basic distance dependent attraction/repulsion relationship and show that this rule is sufficient to explain collective behavior observed in nature. Positional data of individuals over time are used as input data to a computational algorithm capable of building complex nonlinear functions that can represent the system behavior. Topological nearest neighbor interactions are considered to characterize the components within this model. The efficacy of this method is demonstrated with simulated noisy data generated from the classical (two dimensional) Vicsek model. When applied to experimental data from homing pigeon flights we show that the more complex three dimensional models are capable of simulating trajectories, as well as exhibiting realistic collective dynamics. The simulations of the reconstructed models are used to extract properties of the collective behavior in pigeons, and how it is affected by changing the initial conditions of the system. Our results demonstrate that this approach may be applied to construct models capable of simulating trajectories and collective dynamics using experimental field measurements of herd movement. From these models, the behavior of the individual agents (animals) may be inferred. PMID:22479176

  7. Dynamical modeling of collective behavior from pigeon flight data: flock cohesion and dispersion.

    Directory of Open Access Journals (Sweden)

    Graciano Dieck Kattas

    Full Text Available Several models of flocking have been promoted based on simulations with qualitatively naturalistic behavior. In this paper we provide the first direct application of computational modeling methods to infer flocking behavior from experimental field data. We show that this approach is able to infer general rules for interaction, or lack of interaction, among members of a flock or, more generally, any community. Using experimental field measurements of homing pigeons in flight we demonstrate the existence of a basic distance dependent attraction/repulsion relationship and show that this rule is sufficient to explain collective behavior observed in nature. Positional data of individuals over time are used as input data to a computational algorithm capable of building complex nonlinear functions that can represent the system behavior. Topological nearest neighbor interactions are considered to characterize the components within this model. The efficacy of this method is demonstrated with simulated noisy data generated from the classical (two dimensional Vicsek model. When applied to experimental data from homing pigeon flights we show that the more complex three dimensional models are capable of simulating trajectories, as well as exhibiting realistic collective dynamics. The simulations of the reconstructed models are used to extract properties of the collective behavior in pigeons, and how it is affected by changing the initial conditions of the system. Our results demonstrate that this approach may be applied to construct models capable of simulating trajectories and collective dynamics using experimental field measurements of herd movement. From these models, the behavior of the individual agents (animals may be inferred.

  8. Classical Music Clustering Based on Acoustic Features

    OpenAIRE

    Wang, Xindi; Haque, Syed Arefinul

    2017-01-01

    In this paper we cluster 330 classical music pieces collected from MusicNet database based on their musical note sequence. We use shingling and chord trajectory matrices to create signature for each music piece and performed spectral clustering to find the clusters. Based on different resolution, the output clusters distinctively indicate composition from different classical music era and different composing style of the musicians.

  9. Time-asymptotic interaction of flocking particles and an incompressible viscous fluid

    International Nuclear Information System (INIS)

    Bae, Hyeong-Ohk; Choi, Young-Pil; Ha, Seung-Yeal; Kang, Moon-Jin

    2012-01-01

    We present a new coupled kinetic-fluid model for the interactions between Cucker–Smale (C–S) flocking particles and incompressible fluid on the periodic spatial domain T d . Our coupled system consists of the kinetic C–S equation and the incompressible Navier–Stokes equations, and these two systems are coupled through the drag force. For the proposed model, we provide a global existence of weak solutions and a priori time-asymptotic exponential flocking estimates for any smooth flow, when the kinematic viscosity of the fluid is sufficiently large. The velocity of individual C–S particles and fluid velocity tend to the averaged time-dependent particle velocities exponentially fast

  10. Fore-aft asymmetric flocking

    Science.gov (United States)

    Chen, Qiu-shi; Patelli, Aurelio; Chaté, Hugues; Ma, Yu-qiang; Shi, Xia-qing

    2017-08-01

    We show that fore-aft asymmetry, a generic feature of living organisms and some active matter systems, can have a strong influence on the collective properties of even the simplest flocking models. Specifically, an arbitrarily weak asymmetry favoring front neighbors changes qualitatively the phase diagram of the Vicsek model. A region where many sharp traveling band solutions coexist is present at low noise strength, below the Toner-Tu liquid, at odds with the phase-separation scenario well describing the usual isotropic model. Inside this region, a "banded-liquid" phase with algebraic density distribution coexists with band solutions. Linear stability analysis at the hydrodynamic level suggests that these results are generic and not specific to the Vicsek model.

  11. Large-Scale Patterns in a Minimal Cognitive Flocking Model: Incidental Leaders, Nematic Patterns, and Aggregates

    Science.gov (United States)

    Barberis, Lucas; Peruani, Fernando

    2016-12-01

    We study a minimal cognitive flocking model, which assumes that the moving entities navigate using the available instantaneous visual information exclusively. The model consists of active particles, with no memory, that interact by a short-ranged, position-based, attractive force, which acts inside a vision cone (VC), and lack velocity-velocity alignment. We show that this active system can exhibit—due to the VC that breaks Newton's third law—various complex, large-scale, self-organized patterns. Depending on parameter values, we observe the emergence of aggregates or millinglike patterns, the formation of moving—locally polar—files with particles at the front of these structures acting as effective leaders, and the self-organization of particles into macroscopic nematic structures leading to long-ranged nematic order. Combining simulations and nonlinear field equations, we show that position-based active models, as the one analyzed here, represent a new class of active systems fundamentally different from other active systems, including velocity-alignment-based flocking systems. The reported results are of prime importance in the study, interpretation, and modeling of collective motion patterns in living and nonliving active systems.

  12. Cluster Based Text Classification Model

    DEFF Research Database (Denmark)

    Nizamani, Sarwat; Memon, Nasrullah; Wiil, Uffe Kock

    2011-01-01

    We propose a cluster based classification model for suspicious email detection and other text classification tasks. The text classification tasks comprise many training examples that require a complex classification model. Using clusters for classification makes the model simpler and increases...... the accuracy at the same time. The test example is classified using simpler and smaller model. The training examples in a particular cluster share the common vocabulary. At the time of clustering, we do not take into account the labels of the training examples. After the clusters have been created......, the classifier is trained on each cluster having reduced dimensionality and less number of examples. The experimental results show that the proposed model outperforms the existing classification models for the task of suspicious email detection and topic categorization on the Reuters-21578 and 20 Newsgroups...

  13. Weighted voting-based consensus clustering for chemical structure databases

    Science.gov (United States)

    Saeed, Faisal; Ahmed, Ali; Shamsir, Mohd Shahir; Salim, Naomie

    2014-06-01

    The cluster-based compound selection is used in the lead identification process of drug discovery and design. Many clustering methods have been used for chemical databases, but there is no clustering method that can obtain the best results under all circumstances. However, little attention has been focused on the use of combination methods for chemical structure clustering, which is known as consensus clustering. Recently, consensus clustering has been used in many areas including bioinformatics, machine learning and information theory. This process can improve the robustness, stability, consistency and novelty of clustering. For chemical databases, different consensus clustering methods have been used including the co-association matrix-based, graph-based, hypergraph-based and voting-based methods. In this paper, a weighted cumulative voting-based aggregation algorithm (W-CVAA) was developed. The MDL Drug Data Report (MDDR) benchmark chemical dataset was used in the experiments and represented by the AlogP and ECPF_4 descriptors. The results from the clustering methods were evaluated by the ability of the clustering to separate biologically active molecules in each cluster from inactive ones using different criteria, and the effectiveness of the consensus clustering was compared to that of Ward's method, which is the current standard clustering method in chemoinformatics. This study indicated that weighted voting-based consensus clustering can overcome the limitations of the existing voting-based methods and improve the effectiveness of combining multiple clusterings of chemical structures.

  14. Comparing clustering models in bank customers: Based on Fuzzy relational clustering approach

    Directory of Open Access Journals (Sweden)

    Ayad Hendalianpour

    2016-11-01

    Full Text Available Clustering is absolutely useful information to explore data structures and has been employed in many places. It organizes a set of objects into similar groups called clusters, and the objects within one cluster are both highly similar and dissimilar with the objects in other clusters. The K-mean, C-mean, Fuzzy C-mean and Kernel K-mean algorithms are the most popular clustering algorithms for their easy implementation and fast work, but in some cases we cannot use these algorithms. Regarding this, in this paper, a hybrid model for customer clustering is presented that is applicable in five banks of Fars Province, Shiraz, Iran. In this way, the fuzzy relation among customers is defined by using their features described in linguistic and quantitative variables. As follows, the customers of banks are grouped according to K-mean, C-mean, Fuzzy C-mean and Kernel K-mean algorithms and the proposed Fuzzy Relation Clustering (FRC algorithm. The aim of this paper is to show how to choose the best clustering algorithms based on density-based clustering and present a new clustering algorithm for both crisp and fuzzy variables. Finally, we apply the proposed approach to five datasets of customer's segmentation in banks. The result of the FCR shows the accuracy and high performance of FRC compared other clustering methods.

  15. A method for hardening or curing adhesives for flocking thermally sensitive substrata by means of an electron-beam

    International Nuclear Information System (INIS)

    Nablo, S.V.; Fussa, A.D.

    1975-01-01

    The invention relates to a method for hardening or curing adhesives for flocking thermally sensitive substrata by means of an electron-beam. That method consists in accurately adjusting the parameters of irradiation by an electron-beam and the beam velocity so as to obtain, a very rapid hardening of adhesives used for fixing flocking materials, or the like, to thermally sensitive substrate. That can be applied to hardening or curing adhesives for flocking thermally-sensitive substrata which normally restrict the hardening rate [fr

  16. Chronic interstitial lung disease in nylon flocking industry workers--Rhode Island, 1992-1996.

    Science.gov (United States)

    1997-09-26

    Interstitial lung disease (ILD) occurs infrequently; some cases are attributed to sarcoidosis, pulmonary hemorrhage syndromes, connective tissue diseases, hypersensitivity pneumonitis, drugs, radiation, and mineral dusts (e.g., silica or asbestos). However, most cases of ILD are of uncertain classification or etiology. This report describes preliminary findings of the investigation in Rhode Island of an outbreak of ILD among workers involved in the manufacture of finely cut nylon (flock) and flocked fabric (used for upholstery, clothing, and automobiles); the findings provide evidence of a newly recognized occupational illness.

  17. Bidirectional sorting of flocking particles in the presence of asymmetric barriers.

    Science.gov (United States)

    Drocco, Jeffrey A; Olson Reichhardt, C J; Reichhardt, C

    2012-05-01

    We demonstrate numerically bidirectional sorting of flocking particles interacting with an array of V-shaped asymmetric barriers. Each particle aligns with the average swimming direction of its neighbors according to the Vicsek model and experiences additional steric interactions as well as repulsion from the fixed barriers. We show that particles preferentially localize to one side of the barrier array over time and that the direction of this rectification can be reversed by adjusting the particle-particle exclusion radius or the noise term in the equations of motion. These results provide a conceptual basis for isolation and sorting of single-cell and multicellular organisms that move collectively according to flocking-type interaction rules.

  18. Broiler health status has a major negative impact on broiler flock contamination with Campylobacter spp. in Lithuania

    DEFF Research Database (Denmark)

    Legaudaite-Lydekaitiene, Viktorija; Serniene, Loreta; Vismantaite, Vaida

    2017-01-01

    analysed using the statistical package SPSS. Study revealed that 59.3% of the examined broiler flocks were contaminated with Campylobacter spp. Statistical analysis revealed that broiler flock contamination with Campylobacter was abattoir- and farm-dependent. Among a number of risk factors (e.g. the number...

  19. A Novel Cluster Head Selection Algorithm Based on Fuzzy Clustering and Particle Swarm Optimization.

    Science.gov (United States)

    Ni, Qingjian; Pan, Qianqian; Du, Huimin; Cao, Cen; Zhai, Yuqing

    2017-01-01

    An important objective of wireless sensor network is to prolong the network life cycle, and topology control is of great significance for extending the network life cycle. Based on previous work, for cluster head selection in hierarchical topology control, we propose a solution based on fuzzy clustering preprocessing and particle swarm optimization. More specifically, first, fuzzy clustering algorithm is used to initial clustering for sensor nodes according to geographical locations, where a sensor node belongs to a cluster with a determined probability, and the number of initial clusters is analyzed and discussed. Furthermore, the fitness function is designed considering both the energy consumption and distance factors of wireless sensor network. Finally, the cluster head nodes in hierarchical topology are determined based on the improved particle swarm optimization. Experimental results show that, compared with traditional methods, the proposed method achieved the purpose of reducing the mortality rate of nodes and extending the network life cycle.

  20. Effects of habitat and time of day on flock size of Turkey Vultures in Cuba (Cathartes aura

    Directory of Open Access Journals (Sweden)

    Piotr Tryjanowski

    2018-01-01

    Full Text Available In agricultural landscapes, the Turkey Vulture Cathartes aura feeds mainly on carcases of domestic animals. In spring 2017, data on 214 flocks of Turkey vultures were collected in a road survey in Cuba (in total 2384 km. Turkey Vultures were found to be common accross Cuba, but flock size varied between habitats, reaching a maximum of 43 in valleys and 31 in agricultural landscapes with domestic animal farms. Vultures were active throughout the day, but the time of day did not significantly affect flock size. This study corroborates previous studies which suggested that carrion resources located in agricultural habitats and river valleys is crucial for the continued survival of this still abundant species. Changes in Cuba’s socio-political system in the near future will likely impact agricultural practices, and this in turn will likely affect Turkey Vultures. Our study may serve as a baseline against which future population changes and flocking behaviour of Turkey Vultures can be compared.

  1. Regulatory systems-based licensing guidance documentation

    International Nuclear Information System (INIS)

    Delligatti, M.S.

    1991-01-01

    The US Nuclear Regulatory Commission (NRC) has developed a series of licensing guidance documents based on the regulatory requirements in Part 60 of Title 10 of the Code of Federal Regulations (10 CFR Part 60). This regulatory systems-based approach to licensing guidance documentation relies on the definition of the high-level waste repository in 10 CFR Part 60. A document which is important for the frame-work it gives to other programmatic licensing guidance is the Draft Regulatory Guide open-quotes Format and Content for the License Application for the High-Level Waste Repositoryclose quotes (FCRG). The FCRG describes a format and content acceptable to NRC for a high-level waste repository license application pursuant to the requirements of 10 CFR Part 60. Other licensing guidance documents will be compatible with the FCRG

  2. Structure based alignment and clustering of proteins (STRALCP)

    Science.gov (United States)

    Zemla, Adam T.; Zhou, Carol E.; Smith, Jason R.; Lam, Marisa W.

    2013-06-18

    Disclosed are computational methods of clustering a set of protein structures based on local and pair-wise global similarity values. Pair-wise local and global similarity values are generated based on pair-wise structural alignments for each protein in the set of protein structures. Initially, the protein structures are clustered based on pair-wise local similarity values. The protein structures are then clustered based on pair-wise global similarity values. For each given cluster both a representative structure and spans of conserved residues are identified. The representative protein structure is used to assign newly-solved protein structures to a group. The spans are used to characterize conservation and assign a "structural footprint" to the cluster.

  3. Improving local clustering based top-L link prediction methods via asymmetric link clustering information

    Science.gov (United States)

    Wu, Zhihao; Lin, Youfang; Zhao, Yiji; Yan, Hongyan

    2018-02-01

    Networks can represent a wide range of complex systems, such as social, biological and technological systems. Link prediction is one of the most important problems in network analysis, and has attracted much research interest recently. Many link prediction methods have been proposed to solve this problem with various techniques. We can note that clustering information plays an important role in solving the link prediction problem. In previous literatures, we find node clustering coefficient appears frequently in many link prediction methods. However, node clustering coefficient is limited to describe the role of a common-neighbor in different local networks, because it cannot distinguish different clustering abilities of a node to different node pairs. In this paper, we shift our focus from nodes to links, and propose the concept of asymmetric link clustering (ALC) coefficient. Further, we improve three node clustering based link prediction methods via the concept of ALC. The experimental results demonstrate that ALC-based methods outperform node clustering based methods, especially achieving remarkable improvements on food web, hamster friendship and Internet networks. Besides, comparing with other methods, the performance of ALC-based methods are very stable in both globalized and personalized top-L link prediction tasks.

  4. Patterns, transitions and the role of leaders in the collective dynamics of a simple robotic flock

    International Nuclear Information System (INIS)

    Tarcai, Norbert; Virágh, Csaba; Ábel, Dániel; Nagy, Máté; Vásárhelyi, Gábor; Vicsek, Tamás; Várkonyi, Péter L

    2011-01-01

    We have developed an experimental setup of very simple self-propelled robots to observe collective motion emerging as a result of inelastic collisions only. A circular pool and commercial RC boats were the basis of our first setup, where we demonstrated that jamming, clustering, disordered and ordered motion are all present in such a simple experiment and showed that the noise level has a fundamental role in the generation of collective dynamics. Critical noise ranges and the transition characteristics between the different collective patterns were also examined. In our second experiment we used a real-time tracking system and a few steerable model boats to introduce intelligent leaders into the flock. We demonstrated that even a very small portion of guiding members can determine group direction and enhance ordering through inelastic collisions. We also showed that noise can facilitate and speed up ordering with leaders. Our work was extended with an agent-based simulation model, too, and close similarity between real and simulation results was observed. The simulation results show clear statistical evidence of three states and negative correlation between density and ordered motion due to the onset of jamming. Our experiments confirm the different theoretical studies and simulation results in the literature on the subject of collision-based, noise-dependent and leader-driven self-propelled particle systems

  5. Microbial ecology of Campylobacter jejuni in a United Kingdom chicken supply chain: intermittent common source, vertical transmission, and amplification by flock propagation.

    OpenAIRE

    Pearson, A D; Greenwood, M H; Feltham, R K; Healing, T D; Donaldson, J; Jones, D M; Colwell, R R

    1996-01-01

    A study of Campylobacter jejuni on a broiler chicken farm between 1989 and 1994 gave an estimated isolation rate of 27% (3,304 of 12,233) from a 0.9% sample of 1.44 million broiler chickens from six to eight sheds over 32 consecutive rearing flocks comprising 251 broiler shed flocks. During the study, C. jejuni was found in 35.5% of the 251 shed flocks but only 9.2% (23 of 251) had Campylobacter isolates in successive flocks, with 9 of those 23 sheds having the same serotype between consecuti...

  6. House-level risk factors associated with the colonization of broiler flocks with Campylobacter spp. in Iceland, 2001 - 2004.

    Science.gov (United States)

    Guerin, Michele T; Martin, Wayne; Reiersen, Jarle; Berke, Olaf; McEwen, Scott A; Bisaillon, Jean-Robert; Lowman, Ruff

    2007-11-12

    The concurrent rise in consumption of fresh chicken meat and human campylobacteriosis in the late 1990's in Iceland led to a longitudinal study of the poultry industry to identify the means to decrease the frequency of broiler flock colonization with Campylobacter. Because horizontal transmission from the environment is thought to be the most likely source of Campylobacter to broilers, we aimed to identify broiler house characteristics and management practices associated with flock colonization. Between May 2001 and September 2004, pooled caecal samples were obtained from 1,425 flocks at slaughter and cultured for Campylobacter. Due to the strong seasonal variation in flock prevalence, analyses were restricted to a subset of 792 flocks raised during the four summer seasons. Logistic regression models with a farm random effect were used to analyse the association between flock Campylobacter status and house-level risk factors. A two-stage process was carried out. Variables were initially screened within major subsets: ventilation; roof and floor drainage; building quality, materials and repair; house structure; pest proofing; biosecurity; sanitation; and house size. Variables with p analyses were used in both the screening stage (i.e. within each subset) and in the comprehensive model. 217 out of 792 flocks (27.4%) tested positive. Four significant risk factors were identified. Campylobacter colonization was predicted to increase when the flock was raised in a house with vertical (OR = 2.7), or vertical and horizontal (OR = 3.2) ventilation shafts, when the producer's boots were cleaned and disinfected prior to entering the broiler house (OR = 2.2), and when the house was cleaned with geothermal water (OR = 3.3). The increased risk associated with vertical ventilation shafts might be related to the height of the vents and the potential for vectors such as flies to gain access to the house, or, increased difficulty in accessing the vents for proper cleaning and

  7. DAFi: A directed recursive data filtering and clustering approach for improving and interpreting data clustering identification of cell populations from polychromatic flow cytometry data.

    Science.gov (United States)

    Lee, Alexandra J; Chang, Ivan; Burel, Julie G; Lindestam Arlehamn, Cecilia S; Mandava, Aishwarya; Weiskopf, Daniela; Peters, Bjoern; Sette, Alessandro; Scheuermann, Richard H; Qian, Yu

    2018-04-17

    Computational methods for identification of cell populations from polychromatic flow cytometry data are changing the paradigm of cytometry bioinformatics. Data clustering is the most common computational approach to unsupervised identification of cell populations from multidimensional cytometry data. However, interpretation of the identified data clusters is labor-intensive. Certain types of user-defined cell populations are also difficult to identify by fully automated data clustering analysis. Both are roadblocks before a cytometry lab can adopt the data clustering approach for cell population identification in routine use. We found that combining recursive data filtering and clustering with constraints converted from the user manual gating strategy can effectively address these two issues. We named this new approach DAFi: Directed Automated Filtering and Identification of cell populations. Design of DAFi preserves the data-driven characteristics of unsupervised clustering for identifying novel cell subsets, but also makes the results interpretable to experimental scientists through mapping and merging the multidimensional data clusters into the user-defined two-dimensional gating hierarchy. The recursive data filtering process in DAFi helped identify small data clusters which are otherwise difficult to resolve by a single run of the data clustering method due to the statistical interference of the irrelevant major clusters. Our experiment results showed that the proportions of the cell populations identified by DAFi, while being consistent with those by expert centralized manual gating, have smaller technical variances across samples than those from individual manual gating analysis and the nonrecursive data clustering analysis. Compared with manual gating segregation, DAFi-identified cell populations avoided the abrupt cut-offs on the boundaries. DAFi has been implemented to be used with multiple data clustering methods including K-means, FLOCK, FlowSOM, and

  8. Meaningful Clusters

    Energy Technology Data Exchange (ETDEWEB)

    Sanfilippo, Antonio P.; Calapristi, Augustin J.; Crow, Vernon L.; Hetzler, Elizabeth G.; Turner, Alan E.

    2004-05-26

    We present an approach to the disambiguation of cluster labels that capitalizes on the notion of semantic similarity to assign WordNet senses to cluster labels. The approach provides interesting insights on how document clustering can provide the basis for developing a novel approach to word sense disambiguation.

  9. Factors contributing to radiocaesium variability in upland sheep flocks in west Cumbria (United Kingdom)

    International Nuclear Information System (INIS)

    Beresford, N.A.; Barnett, C.L.; Wright, S.M.; Howard, B.J.; Crout, N.M.J.

    2007-01-01

    Following the Chernobyl accident in 1986, restrictions were placed on the movement and slaughter of sheep within upland areas of the UK because radiocaesium activity concentrations in their meat exceeded 1000 Bq kg -1 fresh weight. Some farms remain under restriction in 2007. From 1991 to 1993 detailed studies were conducted on three sheep farms within the restricted area of west Cumbria to systematically assess the various parameters which may contribute to the observed variability in radiocaesium activity concentrations within sheep flocks. This paper reports the spatial variation in soil and vegetation activity concentrations across the grazed areas at these farms and determines the influence of grazing behaviour on variability in 137 Cs activity concentrations between individual sheep within the flocks. Together with previously reported results, these new data are used to draw conclusions on the factors determining variability within the three flocks. However, the factors are too site specific to be able to generalise the findings to other farms within the restricted areas of the UK

  10. Cluster-based global firms' use of local capabilities

    DEFF Research Database (Denmark)

    Andersen, Poul Houman; Bøllingtoft, Anne

    2011-01-01

    Purpose – Despite growing interest in clusters role for the global competitiveness of firms, there has been little research into how globalization affects cluster-based firms’ (CBFs) use of local knowledge resources and the combination of local and global knowledge used. Using the cluster......’s knowledge base as a mediating variable, the purpose of this paper is to examine how globalization affected the studied firms’ use of local cluster-based knowledge, integration of local and global knowledge, and networking capabilities. Design/methodology/approach – Qualitative case studies of nine firms...... in three clusters strongly affected by increasing global division of labour. Findings – The paper suggests that globalization has affected how firms use local resources and combine local and global knowledge. Unexpectedly, clustered firms with explicit procedures and established global fora for exchanging...

  11. Viral Agents Associated with Poult Enteritis in Croatian Commercial Turkey Flocks

    Directory of Open Access Journals (Sweden)

    Ivana Lojkić

    2010-01-01

    Full Text Available From 2003 to 2006, samples of intestinal content and spleens from 10-day-old to 6-week-old fattening turkeys showing clinical signs of enteritis were analyzed by specific PCR and RT-PCRs for detection of haemorrhagic enteritis virus (HEV, avian reovirus (ARV, turkey astrovirus-2 (TastV-2, and turkey coronavirus (TCV. A total of 23 flocks from 6 farms were included in the study. Specific sequence for HEV hexon gene was present in 6 samples from turkeys younger than and in one turkey at 6 weeks of age. A product of TastV-2 capsid gene was detected in 17/23 intestinal content samples. A 626-bp band of sigma A (S2 encoding gene segment from avian reovirus was present in three samples, all from the same farm. Sequence analysis of 450 bp fragment of avian reovirus sigma A encoding gene sequence showed that our strain had the identity of 91.3% with the strains 138, 2408, 1733, 919, T6, and Os161. No TCV specific PCR band was found in any sample. Four flocks were positive simultaneously for HEV and TastV-2, and three flocks on TastV-2 and ARV. Severity of poult enteritis described in our study is caused by immunosuppressive TastV-2 in combination with HEV or ARV.

  12. PRNP genetic variability and molecular typing of natural goat scrapie isolates in a high number of infected flocks

    OpenAIRE

    Fragkiadaki Eirini G; Vaccari Gabriele; Ekateriniadou Loukia V; Agrimi Umberto; Giadinis Nektarios D; Chiappini Barbara; Esposito Elena; Conte Michela; Nonno Romolo

    2011-01-01

    Abstract One hundred and four scrapie positive and 77 negative goats from 34 Greek mixed flocks were analysed by prion protein gene sequencing and 17 caprine scrapie isolates from 11 flocks were submitted to molecular isolate typing. For the first time, the protective S146 variant was reported in Greece, while the protective K222 variant was detected in negative but also in five scrapie positive goats from heavily infected flocks. By immunoblotting six isolates, including two goat flockmates ...

  13. The role of litter beetles as potential reservoir for Salmonella enterica and thermophilic Campylobacter spp. between broiler flocks

    DEFF Research Database (Denmark)

    Skov, M.N.; Spencer, A.G.; Hald, Birthe

    2004-01-01

    broiler flocks in all) as well as beetles collected during both rotations of production and in the empty period (after cleaning and disinfection) between these flocks were monitored for the presence of salmonella. Examinations for the presence of campylobacter in the same sample materials were also...

  14. Evolutionary Dynamics of Collective Behavior Selection and Drift: Flocking, Collapse, and Oscillation.

    Science.gov (United States)

    Tan, Shaolin; Wang, Yaonan; Chen, Yao; Wang, Zhen

    2016-06-14

    Behavioral choice is ubiquitous across a wide range of interactive decision-making processes and a myriad of scientific disciplines. With regard to this issue, one entitative problem is actually to understand how collective social behaviors form and evolve among populations when they face a variety of conflict alternatives. In this paper, a selection-drift dynamic model is formulated to characterize the behavior imitation and exploration processes in social populations. Based on the proposed framework, several typical behavior evolution patterns, including behavioral flocking, collapse, and oscillation, are reproduced with different kinds of behavior networks. Interestingly, for the selection-drift dynamics on homogeneous symmetric behavior networks, we unveil the phase transition from behavioral flocking to collapse and derive the bifurcation diagram of the evolutionary stable behaviors in social behavior evolution. While via analyzing the survival conditions of the best behavior on heterogeneous symmetric behavior networks, we propose a selection-drift mechanism to guarantee consensus at the optimal behavior. Moreover, when the selection-drift dynamics on asymmetric behavior networks is simulated, it is shown that breaking the symmetry in behavior networks can induce various behavioral oscillations. These obtained results may shed new insights into understanding, detecting, and further controlling how social norm and cultural trends evolve.

  15. Identifying influential neighbors in animal flocking.

    Directory of Open Access Journals (Sweden)

    Li Jiang

    2017-11-01

    Full Text Available Schools of fish and flocks of birds can move together in synchrony and decide on new directions of movement in a seamless way. This is possible because group members constantly share directional information with their neighbors. Although detecting the directionality of other group members is known to be important to maintain cohesion, it is not clear how many neighbors each individual can simultaneously track and pay attention to, and what the spatial distribution of these influential neighbors is. Here, we address these questions on shoals of Hemigrammus rhodostomus, a species of fish exhibiting strong schooling behavior. We adopt a data-driven analysis technique based on the study of short-term directional correlations to identify which neighbors have the strongest influence over the participation of an individual in a collective U-turn event. We find that fish mainly react to one or two neighbors at a time. Moreover, we find no correlation between the distance rank of a neighbor and its likelihood to be influential. We interpret our results in terms of fish allocating sequential and selective attention to their neighbors.

  16. Identifying influential neighbors in animal flocking.

    Science.gov (United States)

    Jiang, Li; Giuggioli, Luca; Perna, Andrea; Escobedo, Ramón; Lecheval, Valentin; Sire, Clément; Han, Zhangang; Theraulaz, Guy

    2017-11-01

    Schools of fish and flocks of birds can move together in synchrony and decide on new directions of movement in a seamless way. This is possible because group members constantly share directional information with their neighbors. Although detecting the directionality of other group members is known to be important to maintain cohesion, it is not clear how many neighbors each individual can simultaneously track and pay attention to, and what the spatial distribution of these influential neighbors is. Here, we address these questions on shoals of Hemigrammus rhodostomus, a species of fish exhibiting strong schooling behavior. We adopt a data-driven analysis technique based on the study of short-term directional correlations to identify which neighbors have the strongest influence over the participation of an individual in a collective U-turn event. We find that fish mainly react to one or two neighbors at a time. Moreover, we find no correlation between the distance rank of a neighbor and its likelihood to be influential. We interpret our results in terms of fish allocating sequential and selective attention to their neighbors.

  17. Retraction and expansion of flock mobility in central asia: costs and ...

    African Journals Online (AJOL)

    Retraction and expansion of flock mobility in central asia: costs and consequences. Carol Kerven, Ilya Ilych Alimaev, Roy Behnke, Grant Davidson, Leen Franchois, Nurlan Malmakov, Erik Mathijs, Aidos Smailov, Sayat Temirbekov, Iain Wright ...

  18. Relevance of metric-free interactions in flocking phenomena.

    Science.gov (United States)

    Ginelli, Francesco; Chaté, Hugues

    2010-10-15

    We show that the collective properties of self-propelled particles aligning with their topological (Voronoi) neighbors are qualitatively different from those of usual models where metric interaction ranges are used. This relevance of metric-free interactions, shown in a minimal setting, indicate that realistic models for the cohesive motion of cells, bird flocks, and fish schools may have to incorporate them, as suggested by recent observations.

  19. Effects of preincubation heating of broiler hatching eggs during storage, flock age, and length of storage period on hatchability.

    Science.gov (United States)

    Gucbilmez, M; Ozlü, S; Shiranjang, R; Elibol, O; Brake, J

    2013-12-01

    The effects of heating of eggs during storage, broiler breeder age, and length of egg storage on hatchability of fertile eggs were examined in this study. Eggs were collected from Ross 344 male × Ross 308 broiler breeders on paper flats, held overnight (1 d) at 18°C and 75% RH, and then transferred to plastic trays. In experiment 1, eggs were obtained at 28, 38, and 53 wk of flock age. During a further 10 d of storage, eggs either remained in the storage room (control) or were subjected to a heat treatment regimen of 26°C for 2 h, 37.8°C for 3 h, and 26°C for 2 h in a setter at d 5 of storage. In experiment 2, eggs from a flock at 28 wk of age were heated for 1 d of a 6-d storage period. Eggs from a 29-wk-old flock were either heated at d 1 or 5 of an 11-d storage period in experiment 3. In experiment 4, 27-wk-old flock eggs were heated twice at d 1 and 5 of an 11-d storage period. Control eggs stored for 6 or 11 d were coincubated as appropriate in each experiment. Heating eggs at d 5 of an 11-d storage period increased hatchability in experiment 1. Although no benefit of heating 28-wk-old flock eggs during 6 d of storage in experiment 2 was observed, heating eggs from a 29-wk-old flock at d 1 or 5 of an 11-d storage period increased hatchability in experiment 3. Further, heating eggs from a 27-wk-old flock twice during 11 d of storage increased hatchability in experiment 4. These effects were probably due to the fact that eggs from younger flocks had been reported to have many embryos at a stage of development where the hypoblast had not yet fully developed (less than EG-K12 to EG-K13), such that heating during extended storage advanced these embryos to a more resistant stage.

  20. PRNP genetic variability and molecular typing of natural goat scrapie isolates in a high number of infected flocks.

    Science.gov (United States)

    Fragkiadaki, Eirini G; Vaccari, Gabriele; Ekateriniadou, Loukia V; Agrimi, Umberto; Giadinis, Nektarios D; Chiappini, Barbara; Esposito, Elena; Conte, Michela; Nonno, Romolo

    2011-09-30

    One hundred and four scrapie positive and 77 negative goats from 34 Greek mixed flocks were analysed by prion protein gene sequencing and 17 caprine scrapie isolates from 11 flocks were submitted to molecular isolate typing. For the first time, the protective S146 variant was reported in Greece, while the protective K222 variant was detected in negative but also in five scrapie positive goats from heavily infected flocks. By immunoblotting six isolates, including two goat flockmates carrying the K222 variant, showed molecular features slightly different from all other Greek and Italian isolates co-analysed, possibly suggesting the presence of different scrapie strains in Greece.

  1. PRNP genetic variability and molecular typing of natural goat scrapie isolates in a high number of infected flocks

    Directory of Open Access Journals (Sweden)

    Fragkiadaki Eirini G

    2011-09-01

    Full Text Available Abstract One hundred and four scrapie positive and 77 negative goats from 34 Greek mixed flocks were analysed by prion protein gene sequencing and 17 caprine scrapie isolates from 11 flocks were submitted to molecular isolate typing. For the first time, the protective S146 variant was reported in Greece, while the protective K222 variant was detected in negative but also in five scrapie positive goats from heavily infected flocks. By immunoblotting six isolates, including two goat flockmates carrying the K222 variant, showed molecular features slightly different from all other Greek and Italian isolates co-analysed, possibly suggesting the presence of different scrapie strains in Greece.

  2. Production parameters for a commercial Dorper flock on extensive ...

    African Journals Online (AJOL)

    tion on initial records at 2 or 3 years suggested that selection in the current flock should be directed against barrenness or failure to rear at least one ... numbers in South Africa, while breeding stock have also been exported to other ..... tages over birth type as a selection criterion for increased. Table 3 Least squares means ...

  3. Potential risk factors associated with contact dermatitis, lameness, negative emotional state, and fear of humans in broiler chicken flocks.

    Science.gov (United States)

    Bassler, A W; Arnould, C; Butterworth, A; Colin, L; De Jong, I C; Ferrante, V; Ferrari, P; Haslam, S; Wemelsfelder, F; Blokhuis, H J

    2013-11-01

    The objectives of this study were to 1) identify determinants of poor welfare in commercial broiler chicken flocks by studying the associations between selected resource-based measures (RBM, potential risk factors), such as litter quality and dark period, and animal-based welfare indicators (ABM), such as foot pad dermatitis and lameness, and 2) establish the breadth of effect of a risk factor by determining the range of animal welfare indicators associated with each of the risk factors (i.e., the number of ABM related to a specific RBM). Eighty-nine broiler flocks were inspected in 4 European countries (France, Italy, the United Kingdom, and the Netherlands) in a cross-sectional study. The ABM were contact dermatitis (measured using scores of foot-pad dermatitis and hock burn, respectively), lameness (measured as gait score), fear of humans (measured by the avoidance distance test and the touch test), and negative emotional state (measured using qualitative behavior assessment, QBA). In a first step, risk factors were identified by building a multiple linear regression model for each ABM. Litter quality was identified as a risk factor for contact dermatitis. Length of dark period at 3 wk old (DARK3) was a risk factor for the touch test result. DARK3 and flock age were risk factors for lameness, and the number of different stockmen and DARK3 were risk factors for QBA results. Next, the ABM were grouped according to risk factor and counted. Then, in a second step, associations between the ABM were investigated using common factor analysis. The breadth of a risk factor's effect was judged by combining the number (count) of ABM related to this factor and the strength of association between these ABM. Flock age and DARK3 appeared to affect several weakly correlated ABM, thus indicating a broad range of effects. Our findings suggest that manipulation of the predominant risk factors identified in this study (DARK3, litter quality, and slaughter age) could generate

  4. Drug use and antimicrobial resistance among Escherichia coli and Enterococcus spp. isolates from chicken and turkey flocks slaughtered in Quebec, Canada

    OpenAIRE

    Boulianne, Martine; Arsenault, Julie; Daignault, Danielle; Archambault, Marie; Letellier, Ann; Dutil, Lucie

    2016-01-01

    An observational study was conducted of chicken and turkey flocks slaughtered at federal processing plants in the province of Quebec, Canada. The objectives were to estimate prevalence of drug use at hatchery and on farm and to identify antimicrobial resistance (AMR) in cecal Escherichia coli and Enterococcus spp. isolates and factors associated with AMR. Eighty-two chicken flocks and 59 turkey flocks were sampled. At the hatchery, the most used antimicrobial was ceftiofur in chickens (76% of...

  5. Collective Behavior of Chiral Active Matter: Pattern Formation and Enhanced Flocking

    Science.gov (United States)

    Liebchen, Benno; Levis, Demian

    2017-08-01

    We generalize the Vicsek model to describe the collective behavior of polar circle swimmers with local alignment interactions. While the phase transition leading to collective motion in 2D (flocking) occurs at the same interaction to noise ratio as for linear swimmers, as we show, circular motion enhances the polarization in the ordered phase (enhanced flocking) and induces secondary instabilities leading to structure formation. Slow rotations promote macroscopic droplets with late time sizes proportional to the system size (indicating phase separation) whereas fast rotations generate patterns consisting of phase synchronized microflocks with a controllable characteristic size proportional to the average single-particle swimming radius. Our results defy the viewpoint that monofrequent rotations form a vapid extension of the Vicsek model and establish a generic route to pattern formation in chiral active matter with possible applications for understanding and designing rotating microflocks.

  6. Cluster policy in Europe and Asia: A comparison using selected cluster policy characteristics

    Directory of Open Access Journals (Sweden)

    Martina Sopoligová

    2017-10-01

    Full Text Available Currently, cluster concept is one of the most important tools for governments to enhance competitiveness and innovations through sectoral specialization and cooperation. The paper focuses on applications of the cluster policy in the distinct territorial context of Europe and Asia so that to perform a comparison between different approaches to the cluster concept application in real practice. The paper introduces a comparative study of the cluster policy concepts based on the characteristics defined by the authors, such as scope, approach, targeting, autonomy, institutional coordination, policy instruments and evaluation system studied for the selected European and Asian countries such as Denmark, France, Germany, China, Japan, and South Korea. The research draws upon processing the secondary data obtained through content analysis of the related literature, government documents and strategies, and also cluster funding programmes. The findings demonstrate the diversity of cluster policies implemented in the context of European and Asian conditions at the current stage of their development.

  7. Principles of reusability of XML-based enterprise documents

    Directory of Open Access Journals (Sweden)

    Roman Malo

    2010-01-01

    Full Text Available XML (Extensible Markup Language represents one of flexible platforms for processing enterprise documents. Its simple syntax and powerful software infrastructure for processing this type of documents is a guarantee for high interoperability of individual documents. XML is today one of technologies influencing all aspects of ICT area.In the paper questions and basic principles of reusing XML-based documents are described in the field of enterprise documents. If we use XML databases or XML data types for storing these types of documents then partial redundancy could be expected due to possible documents’ similarity. This similarity can be found especially in documents’ structure and also in documents’ content and its elimination is necessary part of data optimization.The main idea of the paper is focused to possibilities how to think about dividing complex XML docu­ments into independent fragments that can be used as standalone documents and how to process them.Conclusions could be applied within software tools working with XML-based structured data and documents as document management systems or content management systems.

  8. Fluctuating nonlinear hydrodynamics of flocking

    Science.gov (United States)

    Yadav, Sunil Kumar; Das, Shankar P.

    2018-03-01

    Starting from a microscopic model, the continuum field theoretic description of the dynamics of a system of active ingredients or "particles" is presented. The equations of motion for the respective collective densities of mass and momentum follow exactly from that of a single element in the flock. The single-particle dynamics has noise and anomalous momentum dependence in its frictional terms. The equations for the collective densities are averaged over a local equilibrium distribution to obtain the corresponding coarse grained equations of fluctuating nonlinear hydrodynamics (FNH). The latter are the equations used frequently for describing active systems on the basis of intuitive arguments. The transport coefficients which appear in the macroscopic FNH equations are determined in terms of the parameters of the microscopic dynamics.

  9. Cluster-based DBMS Management Tool with High-Availability

    Directory of Open Access Journals (Sweden)

    Jae-Woo Chang

    2005-02-01

    Full Text Available A management tool which is needed for monitoring and managing cluster-based DBMSs has been little studied. So, we design and implement a cluster-based DBMS management tool with high-availability that monitors the status of nodes in a cluster system as well as the status of DBMS instances in a node. The tool enables users to recognize a single virtual system image and provides them with the status of all the nodes and resources in the system by using a graphic user interface (GUI. By using a load balancer, our management tool can increase the performance of a cluster-based DBMS as well as can overcome the limitation of the existing parallel DBMSs.

  10. A Q-Learning Approach to Flocking With UAVs in a Stochastic Environment.

    Science.gov (United States)

    Hung, Shao-Ming; Givigi, Sidney N

    2017-01-01

    In the past two decades, unmanned aerial vehicles (UAVs) have demonstrated their efficacy in supporting both military and civilian applications, where tasks can be dull, dirty, dangerous, or simply too costly with conventional methods. Many of the applications contain tasks that can be executed in parallel, hence the natural progression is to deploy multiple UAVs working together as a force multiplier. However, to do so requires autonomous coordination among the UAVs, similar to swarming behaviors seen in animals and insects. This paper looks at flocking with small fixed-wing UAVs in the context of a model-free reinforcement learning problem. In particular, Peng's Q(λ) with a variable learning rate is employed by the followers to learn a control policy that facilitates flocking in a leader-follower topology. The problem is structured as a Markov decision process, where the agents are modeled as small fixed-wing UAVs that experience stochasticity due to disturbances such as winds and control noises, as well as weight and balance issues. Learned policies are compared to ones solved using stochastic optimal control (i.e., dynamic programming) by evaluating the average cost incurred during flight according to a cost function. Simulation results demonstrate the feasibility of the proposed learning approach at enabling agents to learn how to flock in a leader-follower topology, while operating in a nonstationary stochastic environment.

  11. House-level risk factors associated with the colonization of broiler flocks with Campylobacter spp. in Iceland, 2001 – 2004

    Directory of Open Access Journals (Sweden)

    Berke Olaf

    2007-11-01

    Full Text Available Abstract Background The concurrent rise in consumption of fresh chicken meat and human campylobacteriosis in the late 1990's in Iceland led to a longitudinal study of the poultry industry to identify the means to decrease the frequency of broiler flock colonization with Campylobacter. Because horizontal transmission from the environment is thought to be the most likely source of Campylobacter to broilers, we aimed to identify broiler house characteristics and management practices associated with flock colonization. Between May 2001 and September 2004, pooled caecal samples were obtained from 1,425 flocks at slaughter and cultured for Campylobacter. Due to the strong seasonal variation in flock prevalence, analyses were restricted to a subset of 792 flocks raised during the four summer seasons. Logistic regression models with a farm random effect were used to analyse the association between flock Campylobacter status and house-level risk factors. A two-stage process was carried out. Variables were initially screened within major subsets: ventilation; roof and floor drainage; building quality, materials and repair; house structure; pest proofing; biosecurity; sanitation; and house size. Variables with p ≤ 0.15 were then offered to a comprehensive model. Multivariable analyses were used in both the screening stage (i.e. within each subset and in the comprehensive model. Results 217 out of 792 flocks (27.4% tested positive. Four significant risk factors were identified. Campylobacter colonization was predicted to increase when the flock was raised in a house with vertical (OR = 2.7, or vertical and horizontal (OR = 3.2 ventilation shafts, when the producer's boots were cleaned and disinfected prior to entering the broiler house (OR = 2.2, and when the house was cleaned with geothermal water (OR = 3.3. Conclusion The increased risk associated with vertical ventilation shafts might be related to the height of the vents and the potential for vectors

  12. Effects of the level of early productivity on the lifespan of ewes in contrasting flock environments.

    Science.gov (United States)

    Douhard, F; Jopson, N B; Friggens, N C; Amer, P R

    2016-12-01

    Selection for high levels of prolificacy has allowed substantial improvements in the production efficiency of New Zealand (NZ) sheep farms, but the consequences on ewe lifetime performance are mostly unknown. In this study, the relationship between the level of prolificacy early in ewes' productive lives and their probability to survive later (i.e. stayability) was evaluated in two contrasting NZ flock environments. Records were obtained from 6605 ewes from four ram breeder flocks representing either a moderate (n=2) or a highly variable (n=2) nutritional environment. All ewes lambed for the first time at 2 years of age and were mated the following year. The number of lambs born during the first 2 years of productive life (NLB2-3) was used as a measure of early prolificacy. Effects of NLB2-3 on stayability to 4, 5, 6, 7 and 8 years old were analysed using logistic regression. Curvilinear effects (logit-transformed) were detected (Pewe stayability was reduced when the proportion of the litter that survived from birth to weaning (i.e. ewe rearing ability) was submaximal during the early productive life. High prolific ewes had a low rearing ability whatever the environment whereas the rearing ability of lowly prolific ewes was apparently more sensitive to the nutritional environment. The poor maternal performance of ewes with low levels of NLB2-3 led to a premature culling by breeders whereas the high early reproductive effort associated with high levels of NLB2-3 seemed to be at the cost of ewes' survival, even in the moderate flock environment. In conclusion, the flock environment influenced the level of early prolificacy beyond which ewe longevity was reduced. It is suggested that further selection for high and early prolificacy in NZ flocks is likely to impair ewes' lifetime productivity.

  13. Economic Cost of Ovine Johne’s Disease in Clinically Affected New Zealand Flocks and Benefit-Cost of Vaccination

    Science.gov (United States)

    Gautam, Milan; Anderson, Peter; Ridler, Anne; Wilson, Peter; Heuer, Cord

    2018-01-01

    The aims of this study were to estimate the on-fam economic cost of ovine Johne’s disease (OJD) based on collected incidence and mortality data, and the benefit-cost of OJD vaccination in typical OJD affected flocks in New Zealand after having vaccinated for a number of years. Owners of 20 sheep breeding and finishing farms known to be clinically affected by ovine Johne’s disease in New Zealand participated in the study and were monitored for up to two years. Farms were categorized as fine-wool (Merino, Half-Bred, Corriedale, n = 15), and other breeds (Romney, composite breeds, n = 5). Ovine JD was confirmed by gross- and histo-pathology in 358 ewes culled due to chronic progressive wasting. An additional 228 ewes with low body condition score (BCS), but not targeted for culling, were tested with ELISA to estimate the proportion of OJD in ewes in the lower 5% BCS of the flock. Calculations were done separately for fine-wool and other breeds. Based on the data, mortality due to OJD, its associated cost and the benefit-cost of vaccination were evaluated for a hypothetical farm with 2000 ewes by stochastic simulation. Total ewe mortality was similar in fine-wool and other breeds, but the estimated mortality due to OJD was 2.7 times as high in fine-wool (median 1.8%, interquartile range IQR 1.2–2.7%) than other breeds (median 0.69%, IQR 0.3–1.2%), but with large variation between farms. ELISA results demonstrated fine-wool sheep had a higher seroprevalence than other breeds (39%, 95% CI 18–61% vs. 9%, 95% CI 0–22%). Stochastic modelling indicated that the average annual cost of mortality due to OJD in a flock of 2000 ewes was NZD 13,100 (IQR 8900–18,600) in fine-wool and NZD 4300 (IQR 2200–7600) in other breeds. Vaccinating replacement lambs against OJD may be cost-effective in most flocks when the pre-vaccination annual ewe mortality due to OJD is >1%. To make the best-informed decision about vaccination it is therefore essential for farmers to

  14. Cat swarm optimization based evolutionary framework for multi document summarization

    Science.gov (United States)

    Rautray, Rasmita; Balabantaray, Rakesh Chandra

    2017-07-01

    Today, World Wide Web has brought us enormous quantity of on-line information. As a result, extracting relevant information from massive data has become a challenging issue. In recent past text summarization is recognized as one of the solution to extract useful information from vast amount documents. Based on number of documents considered for summarization, it is categorized as single document or multi document summarization. Rather than single document, multi document summarization is more challenging for the researchers to find accurate summary from multiple documents. Hence in this study, a novel Cat Swarm Optimization (CSO) based multi document summarizer is proposed to address the problem of multi document summarization. The proposed CSO based model is also compared with two other nature inspired based summarizer such as Harmony Search (HS) based summarizer and Particle Swarm Optimization (PSO) based summarizer. With respect to the benchmark Document Understanding Conference (DUC) datasets, the performance of all algorithms are compared in terms of different evaluation metrics such as ROUGE score, F score, sensitivity, positive predicate value, summary accuracy, inter sentence similarity and readability metric to validate non-redundancy, cohesiveness and readability of the summary respectively. The experimental analysis clearly reveals that the proposed approach outperforms the other summarizers included in the study.

  15. Assortative flocking in crossbills and implications for ecological speciation.

    Science.gov (United States)

    Smith, Julie W; Sjoberg, Stephanie M; Mueller, Matthew C; Benkman, Craig W

    2012-10-22

    How reproductive isolation is related to divergent natural selection is a central question in speciation. Here, we focus on several ecologically specialized taxa or 'call types' of red crossbills (Loxia curvirostra complex), one of the few groups of birds providing much evidence for ecological speciation. Call types differ in bill sizes and feeding capabilities, and also differ in vocalizations, such that contact calls provide information on crossbill phenotype. We found that two call types of red crossbills were more likely to approach playbacks of their own call type than those of heterotypics, and that their propensity to approach heterotypics decreased with increasing divergence in bill size. Although call similarity also decreased with increasing divergence in bill size, comparisons of responses to familiar versus unfamiliar call types indicate that the decrease in the propensity to approach heterotypics with increasing divergence in bill size was a learned response, and not a by-product of calls diverging pleiotropically as bill size diverged. Because crossbills choose mates while in flocks, assortative flocking could lead indirectly to assortative mating as a by-product. These patterns of association therefore provide a mechanism by which increasing divergent selection can lead to increasing reproductive isolation.

  16. 9 CFR 145.83 - Terminology and classification; flocks and products.

    Science.gov (United States)

    2010-01-01

    ... manufacturing process; (B) Mash feed may contain animal protein if the finished feed is treated with a salmonella control product approved by the U.S. Food and Drug Administration. (C) All feed is stored and transported in such a manner as to prevent possible contamination. (iii) The flock is maintained in compliance...

  17. 9 CFR 145.23 - Terminology and classification; flocks and products.

    Science.gov (United States)

    2010-01-01

    ... house, between 15-20 days prior to the flock being moved to laying quarters. (5) Started poultry shall... being moved to laying quarters. (5) Started poultry shall be delivered to and from the farm premises in... qualification is being sought and (a) infected wild birds, (b) contaminated feed or waste, or (c) birds...

  18. Maintaining genetic stability in a control flock of South African ...

    African Journals Online (AJOL)

    means of whole progeny and replacement groups for the measured characters ... The whole problem of the estimation of genetic change was ... that a genetic control flock is a segregating population in which ... 5,5 years, were divided into five equal groups by stratified ..... A note on tests of significance and optimal ex-.

  19. A Clustering-Oriented Closeness Measure Based on Neighborhood Chain and Its Application in the Clustering Ensemble Framework Based on the Fusion of Different Closeness Measures

    Directory of Open Access Journals (Sweden)

    Shaoyi Liang

    2017-09-01

    Full Text Available Closeness measures are crucial to clustering methods. In most traditional clustering methods, the closeness between data points or clusters is measured by the geometric distance alone. These metrics quantify the closeness only based on the concerned data points’ positions in the feature space, and they might cause problems when dealing with clustering tasks having arbitrary clusters shapes and different clusters densities. In this paper, we first propose a novel Closeness Measure between data points based on the Neighborhood Chain (CMNC. Instead of using geometric distances alone, CMNC measures the closeness between data points by quantifying the difficulty for one data point to reach another through a chain of neighbors. Furthermore, based on CMNC, we also propose a clustering ensemble framework that combines CMNC and geometric-distance-based closeness measures together in order to utilize both of their advantages. In this framework, the “bad data points” that are hard to cluster correctly are identified; then different closeness measures are applied to different types of data points to get the unified clustering results. With the fusion of different closeness measures, the framework can get not only better clustering results in complicated clustering tasks, but also higher efficiency.

  20. Novel density-based and hierarchical density-based clustering algorithms for uncertain data.

    Science.gov (United States)

    Zhang, Xianchao; Liu, Han; Zhang, Xiaotong

    2017-09-01

    Uncertain data has posed a great challenge to traditional clustering algorithms. Recently, several algorithms have been proposed for clustering uncertain data, and among them density-based techniques seem promising for handling data uncertainty. However, some issues like losing uncertain information, high time complexity and nonadaptive threshold have not been addressed well in the previous density-based algorithm FDBSCAN and hierarchical density-based algorithm FOPTICS. In this paper, we firstly propose a novel density-based algorithm PDBSCAN, which improves the previous FDBSCAN from the following aspects: (1) it employs a more accurate method to compute the probability that the distance between two uncertain objects is less than or equal to a boundary value, instead of the sampling-based method in FDBSCAN; (2) it introduces new definitions of probability neighborhood, support degree, core object probability, direct reachability probability, thus reducing the complexity and solving the issue of nonadaptive threshold (for core object judgement) in FDBSCAN. Then, we modify the algorithm PDBSCAN to an improved version (PDBSCANi), by using a better cluster assignment strategy to ensure that every object will be assigned to the most appropriate cluster, thus solving the issue of nonadaptive threshold (for direct density reachability judgement) in FDBSCAN. Furthermore, as PDBSCAN and PDBSCANi have difficulties for clustering uncertain data with non-uniform cluster density, we propose a novel hierarchical density-based algorithm POPTICS by extending the definitions of PDBSCAN, adding new definitions of fuzzy core distance and fuzzy reachability distance, and employing a new clustering framework. POPTICS can reveal the cluster structures of the datasets with different local densities in different regions better than PDBSCAN and PDBSCANi, and it addresses the issues in FOPTICS. Experimental results demonstrate the superiority of our proposed algorithms over the existing

  1. Beyond Apprenticeship: Knowledge Brokers and Sustainability of Apprentice-Based Clusters

    Directory of Open Access Journals (Sweden)

    Huasheng Zhu

    2016-12-01

    Full Text Available Knowledge learning and diffusion have long been discussed in the literature on the dynamics of industrial clusters, but recent literature provides little evidence for how different actors serve as knowledge brokers in the upgrading process of apprentice-based clusters, and does not dynamically consider how to preserve the sustainability of these clusters. This paper uses empirical evidence from an antique furniture manufacturing cluster in Xianyou, Fujian Province, in southeastern China, to examine the growth trajectory of the knowledge learning system of an antique furniture manufacturing cluster. It appears that the apprentice-based learning system is crucial during early stages of the cluster evolution, but later becomes complemented and relatively substituted by the role of both local governments and focal outsiders. This finding addresses the context of economic transformation and provides empirical insights into knowledge acquisition in apprentice-based clusters to question the rationality based on European and North American cases, and to provide a broader perspective for policy makers to trigger and sustain the development of apprentice-based clusters.

  2. Cluster-based analysis of multi-model climate ensembles

    Science.gov (United States)

    Hyde, Richard; Hossaini, Ryan; Leeson, Amber A.

    2018-06-01

    Clustering - the automated grouping of similar data - can provide powerful and unique insight into large and complex data sets, in a fast and computationally efficient manner. While clustering has been used in a variety of fields (from medical image processing to economics), its application within atmospheric science has been fairly limited to date, and the potential benefits of the application of advanced clustering techniques to climate data (both model output and observations) has yet to be fully realised. In this paper, we explore the specific application of clustering to a multi-model climate ensemble. We hypothesise that clustering techniques can provide (a) a flexible, data-driven method of testing model-observation agreement and (b) a mechanism with which to identify model development priorities. We focus our analysis on chemistry-climate model (CCM) output of tropospheric ozone - an important greenhouse gas - from the recent Atmospheric Chemistry and Climate Model Intercomparison Project (ACCMIP). Tropospheric column ozone from the ACCMIP ensemble was clustered using the Data Density based Clustering (DDC) algorithm. We find that a multi-model mean (MMM) calculated using members of the most-populous cluster identified at each location offers a reduction of up to ˜ 20 % in the global absolute mean bias between the MMM and an observed satellite-based tropospheric ozone climatology, with respect to a simple, all-model MMM. On a spatial basis, the bias is reduced at ˜ 62 % of all locations, with the largest bias reductions occurring in the Northern Hemisphere - where ozone concentrations are relatively large. However, the bias is unchanged at 9 % of all locations and increases at 29 %, particularly in the Southern Hemisphere. The latter demonstrates that although cluster-based subsampling acts to remove outlier model data, such data may in fact be closer to observed values in some locations. We further demonstrate that clustering can provide a viable and

  3. Ranging Behaviour of Commercial Free-Range Broiler Chickens 1: Factors Related to Flock Variability.

    Science.gov (United States)

    Taylor, Peta S; Hemsworth, Paul H; Groves, Peter J; Gebhardt-Henrich, Sabine G; Rault, Jean-Loup

    2017-07-20

    Little is known about the ranging behaviour of chickens. Understanding ranging behaviour is required to improve management and shed and range design to ensure optimal ranging opportunities. Using Radio Frequency Identification technology, we tracked 300 individual broiler chickens in each of four mixed sex ROSS 308 flocks on one commercial farm across two seasons. Ranging behaviour was tracked from the first day of range access (21 days of age) until 35 days of age in winter and 44 days of age in summer. Range use was higher than previously reported from scan sampling studies. More chickens accessed the range in summer (81%) than winter (32%; p range use was greater in summer flocks (4.4 ± 0.1 visits for a total of 26.3 ± 0.8 min/day) than winter flocks (3.2 ± 0.2 visits for a total of 7.9 ± 1.0 min/day). Seasonal differences were only marginally explained by weather conditions and may reflect the reduction in range exposure between seasons (number of days, hours per day, and time of day). Specific times of the day ( p ranging and external factors that may explain ranging preferences.

  4. Managing distance and covariate information with point-based clustering

    Directory of Open Access Journals (Sweden)

    Peter A. Whigham

    2016-09-01

    Full Text Available Abstract Background Geographic perspectives of disease and the human condition often involve point-based observations and questions of clustering or dispersion within a spatial context. These problems involve a finite set of point observations and are constrained by a larger, but finite, set of locations where the observations could occur. Developing a rigorous method for pattern analysis in this context requires handling spatial covariates, a method for constrained finite spatial clustering, and addressing bias in geographic distance measures. An approach, based on Ripley’s K and applied to the problem of clustering with deliberate self-harm (DSH, is presented. Methods Point-based Monte-Carlo simulation of Ripley’s K, accounting for socio-economic deprivation and sources of distance measurement bias, was developed to estimate clustering of DSH at a range of spatial scales. A rotated Minkowski L1 distance metric allowed variation in physical distance and clustering to be assessed. Self-harm data was derived from an audit of 2 years’ emergency hospital presentations (n = 136 in a New Zealand town (population ~50,000. Study area was defined by residential (housing land parcels representing a finite set of possible point addresses. Results Area-based deprivation was spatially correlated. Accounting for deprivation and distance bias showed evidence for clustering of DSH for spatial scales up to 500 m with a one-sided 95 % CI, suggesting that social contagion may be present for this urban cohort. Conclusions Many problems involve finite locations in geographic space that require estimates of distance-based clustering at many scales. A Monte-Carlo approach to Ripley’s K, incorporating covariates and models for distance bias, are crucial when assessing health-related clustering. The case study showed that social network structure defined at the neighbourhood level may account for aspects of neighbourhood clustering of DSH. Accounting for

  5. Novel Textile Scaffolds Generated by Flock Technology for Tissue Engineering of Bone and Cartilage

    Science.gov (United States)

    Walther, Anja; Hoyer, Birgit; Springer, Armin; Mrozik, Birgit; Hanke, Thomas; Cherif, Chokri; Pompe, Wolfgang; Gelinsky, Michael

    2012-01-01

    Textile scaffolds can be found in a variety of application areas in regenerative medicine and tissue engineering. In the present study we used electrostatic flocking—a well-known textile technology—to produce scaffolds for tissue engineering of bone. Flock scaffolds stand out due to their unique structure: parallel arranged fibers that are aligned perpendicularly to a substrate, resulting in mechanically stable structures with a high porosity. In compression tests we demonstrated good mechanical properties of such scaffolds and in cell culture experiments we showed that flock scaffolds allow attachment and proliferation of human mesenchymal stem cells and support their osteogenic differentiation. These matrices represent promising scaffolds for tissue engineering. PMID:28817062

  6. Prevalence of gastrointestinal nematode infections in goat flocks on semi-arid rangelands of northeastern Mexico.

    Science.gov (United States)

    Olivas-Salazar, Raquel; Estrada-Angulo, Alfredo; Mellado, Miguel; Aguilar-Caballero, Armando Jacinto; Castro-Pérez, Beatriz Isabel; Gutiérrez-Blanco, Eduardo; Ruiz-Zárate, Fernando

    2018-04-01

    The objective of this study was to determine the prevalence of gastrointestinal nematode (GIN) infection in goat flocks on semi-arid rangelands of northeastern Mexico (25° N, 350-400 mm annual precipitation). The study included 668 pluriparous goats from 18 herds in five municipalities of Coahuila and Nuevo Leon, Mexico. Five genetic groups were considered (predominance of Boer, Nubian, Alpine, Saanen, and Toggenburg). Fecal samples were taken from the rectum of each animal to determine the number of eggs per gram (EPG) of GIN. The prevalence of flocks with GIN infections was 88.9%. Similar results were observed for the number of goats infected in the flocks. The Alpine breed presented the highest prevalence and highest EPG loads of GIN, whereas Boer and Nubian were the genetic groups with the lowest (P arid zones of Mexico was found a high prevalence of infections with gastrointestinal nematodes. The municipality and the breed of the animals were factors that showed influence on this prevalence and the level of infection of the goats.

  7. Spatially balanced topological interaction grants optimal cohesion in flocking models.

    Science.gov (United States)

    Camperi, Marcelo; Cavagna, Andrea; Giardina, Irene; Parisi, Giorgio; Silvestri, Edmondo

    2012-12-06

    Models of self-propelled particles (SPPs) are an indispensable tool to investigate collective animal behaviour. Originally, SPP models were proposed with metric interactions, where each individual coordinates with neighbours within a fixed metric radius. However, recent experiments on bird flocks indicate that interactions are topological: each individual interacts with a fixed number of neighbours, irrespective of their distance. It has been argued that topological interactions are more robust than metric ones against external perturbations, a significant evolutionary advantage for systems under constant predatory pressure. Here, we test this hypothesis by comparing the stability of metric versus topological SPP models in three dimensions. We show that topological models are more stable than metric ones. We also show that a significantly better stability is achieved when neighbours are selected according to a spatially balanced topological rule, namely when interacting neighbours are evenly distributed in angle around the focal individual. Finally, we find that the minimal number of interacting neighbours needed to achieve fully stable cohesion in a spatially balanced model is compatible with the value observed in field experiments on starling flocks.

  8. Sources of salmonellae in an uninfected commercially-processed broiler flock.

    Science.gov (United States)

    Rigby, C E; Pettit, J R; Baker, M F; Bentley, A H; Salomons, M O; Lior, H

    1980-07-01

    Cultural monitoring was used to study the incidence and sources of salmonellae in a 4160 bird broiler flock during the growing period, transport and processing in a commercial plant. No salmonellae were isolated from any of 132 litter samples of 189 chickens cultured during the seven-week growing period, even though nest litter samples from four of the eight parent flocks yielded salmonellae and Salmonella worthington was isolated from the meat meal component of the grower ration. On arrival at the plant, 2/23 birds sampled carried S. infantis on their feathers, although intestinal cultures failed to yield salmonellae. Three of 18 processed carcasses samples yielded salmonellae (S. infantis, S. heidelberg, S. typhimurium var copenhagen). The most likely source of these salmonellae was the plastic transport crates, since 15/107 sampled before the birds were loaded yielded salmonellae (S. infantis, S. typhimurium). The crate washer at the plant did not reduce the incidence of Salmonella-contaminated crates, since 16/116 sampled after washing yielded salmonellae (S. infantis, S. typhimurium, S. heidelberg, S. schwarzengrund, S. albany).

  9. Cluster-based Data Gathering in Long-Strip Wireless Sensor Networks

    Directory of Open Access Journals (Sweden)

    FANG, W.

    2012-02-01

    Full Text Available This paper investigates a special class of wireless sensor networks that are different from traditional ones in that the sensor nodes in this class of networks are deployed along narrowly elongated geographical areas and form a long-strip topology. According to hardware capabilities of current sensor nodes, a cluster-based protocol for reliable and efficient data gathering in long-strip wireless sensor networks (LSWSN is proposed. A well-distributed cluster-based architecture is first formed in the whole network through contention-based cluster head election. Cluster heads are responsible for coordination among the nodes within their clusters and aggregation of their sensory data, as well as transmission the data to the sink node on behalf of their own clusters. The intra-cluster coordination is based on the traditional TDMA schedule, in which the inter-cluster interference caused by the border nodes is solved by the multi-channel communication technique. The cluster reporting is based on the CSMA contention, in which a connected overlay network is formed by relay nodes to forward the data from the cluster heads through multi-hops to the sink node. The relay nodes are non-uniformly deployed to resolve the energy-hole problem which is extremely serious in the LSWSN. Extensive simulation results illuminate the distinguished performance of the proposed protocol.

  10. A model for an economically optimal replacement of a breeder flock

    NARCIS (Netherlands)

    Yassin, H.; Velthuis, A.G.J.; Giesen, G.W.J.; Oude Lansink, A.G.J.M.

    2012-01-01

    A deterministic model is developed to support the tactical and operational replacement decisions at broiler breeder farms. The marginal net revenue approach is applied to determine the optimal replacement age of a flock. The objective function of the model maximizes the annual gross margin over the

  11. Sensitivity of Direct Culture, Enrichment and PCR for Detection of Campylobacter jejuni and C. coli in Broiler Flocks at Slaughter.

    Science.gov (United States)

    Rodgers, J D; Simpkin, E; Lee, R; Clifton-Hadley, F A; Vidal, A B

    2017-06-01

    Broiler chicken flocks are a significant source of Campylobacter jejuni and Campylobacter coli that result in the major public health problem of campylobacteriosis. Accurate estimates of the prevalence of both C. coli and C. jejuni in flocks would enhance epidemiological understanding, risk assessment and control options. This study combined results from a panel of 10 detection tests (direct culture, enrichment and PCR) on caecal samples from flocks at slaughter. A parallel interpretation approach was used to determine the presence of Campylobacter spp. and for C. jejuni and C. coli individually. The sample was considered positive if at least one method detected the target and this interpretation was taken to represent a 'proxy gold standard' for detection in the absence of a gold standard reference test. The sensitivity of each individual method to detect Campylobacter spp., C. jejuni and C. coli was then estimated relative to the proxy gold standard. Enrichment in adapted Exeter broth (deficient in polymyxin B) with a resuscitation step was 100% sensitive, whilst direct culture on modified charcoal cefoperazone deoxycholate agar (mCCDA) was highly sensitive (97.9%). Enrichment methods using Preston broth and Bolton broth were significantly less sensitive. Enrichment in Exeter broth promoted the recovery of C. jejuni, whilst enrichment in Bolton broth favoured C. coli. A RT-PCR detection test could identify 80% of flocks that were co-colonised with both species. This study found that 76.3% (n = 127) of flocks were colonised with Campylobacter spp. The majority (95.9%) of Campylobacter-positive flocks were colonised with C. jejuni; however, approximately one-third of positive flocks were simultaneously colonised with both C. jejuni and C. coli. The findings highlight the impact of different detection methodologies on the accuracy of the estimated incidence of both C. jejuni and C. coli entering the abattoir within broiler flocks and the associated

  12. CORECLUSTER: A Degeneracy Based Graph Clustering Framework

    OpenAIRE

    Giatsidis , Christos; Malliaros , Fragkiskos; Thilikos , Dimitrios M. ,; Vazirgiannis , Michalis

    2014-01-01

    International audience; Graph clustering or community detection constitutes an important task forinvestigating the internal structure of graphs, with a plethora of applications in several domains. Traditional tools for graph clustering, such asspectral methods, typically suffer from high time and space complexity. In thisarticle, we present \\textsc{CoreCluster}, an efficient graph clusteringframework based on the concept of graph degeneracy, that can be used along withany known graph clusteri...

  13. Quality of nursing documentation: Paper-based health records versus electronic-based health records.

    Science.gov (United States)

    Akhu-Zaheya, Laila; Al-Maaitah, Rowaida; Bany Hani, Salam

    2018-02-01

    To assess and compare the quality of paper-based and electronic-based health records. The comparison examined three criteria: content, documentation process and structure. Nursing documentation is a significant indicator of the quality of patient care delivery. It can be either paper-based or organised within the system known as the electronic health records. Nursing documentation must be completed at the highest standards, to ensure the safety and quality of healthcare services. However, the evidence is not clear on which one of the two forms of documentation (paper-based versus electronic health records is more qualified. A retrospective, descriptive, comparative design was used to address the study's purposes. A convenient number of patients' records, from two public hospitals, were audited using the Cat-ch-Ing audit instrument. The sample size consisted of 434 records for both paper-based health records and electronic health records from medical and surgical wards. Electronic health records were better than paper-based health records in terms of process and structure. In terms of quantity and quality content, paper-based records were better than electronic health records. The study affirmed the poor quality of nursing documentation and lack of nurses' knowledge and skills in the nursing process and its application in both paper-based and electronic-based systems. Both forms of documentation revealed drawbacks in terms of content, process and structure. This study provided important information, which can guide policymakers and administrators in identifying effective strategies aimed at enhancing the quality of nursing documentation. Policies and actions to ensure quality nursing documentation at the national level should focus on improving nursing knowledge, competencies, practice in nursing process, enhancing the work environment and nursing workload, as well as strengthening the capacity building of nursing practice to improve the quality of nursing care and

  14. Antimicrobial use surveillance in broiler chicken flocks in Canada, 2013-2015.

    Science.gov (United States)

    Agunos, Agnes; Léger, David F; Carson, Carolee A; Gow, Sheryl P; Bosman, Angelina; Irwin, Rebecca J; Reid-Smith, Richard J

    2017-01-01

    There is a paucity of data on the reason for and the quantity of antimicrobials used in broiler chickens in Canada. To address this, the Canadian Integrated Program for Antimicrobial Resistance Surveillance (CIPARS) implemented surveillance of antimicrobial use (AMU) and antimicrobial resistance (AMR) in broiler chicken flocks in 2013. Shortly after this (2014), the poultry industry banned the preventive use of ceftiofur in broiler chickens. The objectives of this analysis were to describe antimicrobial use (AMU) in Canadian broiler chickens between 2013 and 2015 (n = 378 flocks), compare these results to other animal species in Canada, to highlight the utility of farm surveillance data to evaluate the impact of a policy change, and to explore how different antimicrobial use metrics might affect data interpretation and communication. The surveillance data indicated that the poultry industry policy resulted in lower antimicrobial use and resistance, and they successfully captured information on when, where, why, and how much antimicrobials were being used. The majority of antimicrobials were administered via the feed (95%). The relative frequency of antimicrobial classes used in broiler chickens differed from those used in swine or in food animal production in general. Coccidiostats were the most frequently used antimicrobial classes (53% of total kg). Excluding coccidiostats, the top three most frequently used antimicrobial classes were bacitracin (53% of flocks), virginiamycin (25%) and avilamycin (21%), mainly used for the prevention of necrotic enteritis. Depending on the AMU metric utilized, the relative rankings of the top antimicrobials changed; hence the choice of the AMU metric is an important consideration for any AMU reporting. When using milligrams/Population Correction Unit (mg/PCU) the top three antimicrobial classes used were bacitracins (76 mg/PCU), trimethoprim-sulfonamides (24 mg/PCU), and penicillins (15 mg/PCU), whereas when using a number of

  15. Antimicrobial use surveillance in broiler chicken flocks in Canada, 2013-2015.

    Directory of Open Access Journals (Sweden)

    Agnes Agunos

    Full Text Available There is a paucity of data on the reason for and the quantity of antimicrobials used in broiler chickens in Canada. To address this, the Canadian Integrated Program for Antimicrobial Resistance Surveillance (CIPARS implemented surveillance of antimicrobial use (AMU and antimicrobial resistance (AMR in broiler chicken flocks in 2013. Shortly after this (2014, the poultry industry banned the preventive use of ceftiofur in broiler chickens. The objectives of this analysis were to describe antimicrobial use (AMU in Canadian broiler chickens between 2013 and 2015 (n = 378 flocks, compare these results to other animal species in Canada, to highlight the utility of farm surveillance data to evaluate the impact of a policy change, and to explore how different antimicrobial use metrics might affect data interpretation and communication. The surveillance data indicated that the poultry industry policy resulted in lower antimicrobial use and resistance, and they successfully captured information on when, where, why, and how much antimicrobials were being used. The majority of antimicrobials were administered via the feed (95%. The relative frequency of antimicrobial classes used in broiler chickens differed from those used in swine or in food animal production in general. Coccidiostats were the most frequently used antimicrobial classes (53% of total kg. Excluding coccidiostats, the top three most frequently used antimicrobial classes were bacitracin (53% of flocks, virginiamycin (25% and avilamycin (21%, mainly used for the prevention of necrotic enteritis. Depending on the AMU metric utilized, the relative rankings of the top antimicrobials changed; hence the choice of the AMU metric is an important consideration for any AMU reporting. When using milligrams/Population Correction Unit (mg/PCU the top three antimicrobial classes used were bacitracins (76 mg/PCU, trimethoprim-sulfonamides (24 mg/PCU, and penicillins (15 mg/PCU, whereas when using a number

  16. Flowbca : A flow-based cluster algorithm in Stata

    NARCIS (Netherlands)

    Meekes, J.; Hassink, W.H.J.

    In this article, we introduce the Stata implementation of a flow-based cluster algorithm written in Mata. The main purpose of the flowbca command is to identify clusters based on relational data of flows. We illustrate the command by providing multiple applications, from the research fields of

  17. Uncertainty Quantification in Control Problems for Flocking Models

    Directory of Open Access Journals (Sweden)

    Giacomo Albi

    2015-01-01

    Full Text Available The optimal control of flocking models with random inputs is investigated from a numerical point of view. The effect of uncertainty in the interaction parameters is studied for a Cucker-Smale type model using a generalized polynomial chaos (gPC approach. Numerical evidence of threshold effects in the alignment dynamic due to the random parameters is given. The use of a selective model predictive control permits steering of the system towards the desired state even in unstable regimes.

  18. Sub-word image clustering in Farsi printed books

    Science.gov (United States)

    Soheili, Mohammad Reza; Kabir, Ehsanollah; Stricker, Didier

    2015-02-01

    Most OCR systems are designed for the recognition of a single page. In case of unfamiliar font faces, low quality papers and degraded prints, the performance of these products drops sharply. However, an OCR system can use redundancy of word occurrences in large documents to improve recognition results. In this paper, we propose a sub-word image clustering method for the applications dealing with large printed documents. We assume that the whole document is printed by a unique unknown font with low quality print. Our proposed method finds clusters of equivalent sub-word images with an incremental algorithm. Due to the low print quality, we propose an image matching algorithm for measuring the distance between two sub-word images, based on Hamming distance and the ratio of the area to the perimeter of the connected components. We built a ground-truth dataset of more than 111000 sub-word images to evaluate our method. All of these images were extracted from an old Farsi book. We cluster all of these sub-words, including isolated letters and even punctuation marks. Then all centers of created clusters are labeled manually. We show that all sub-words of the book can be recognized with more than 99.7% accuracy by assigning the label of each cluster center to all of its members.

  19. A positive role of multiplicative noise on the emergence of flocking in a stochastic Cucker-Smale system

    Energy Technology Data Exchange (ETDEWEB)

    Sun, Yongzheng, E-mail: yzsung@gmail.com [School of Science, China University of Mining and Technology, Xuzhou 221008 (China); Lin, Wei, E-mail: wlin@fudan.edu.cn [School of Mathematical Sciences, LMNS, and Shanghai Key Laboratory of Data Science, Fudan University, Shanghai 200433 (China)

    2015-08-15

    In this article, we investigate the flocking of a stochastic Cucker-Smale system with multiplicative measurement noise. We show that there is a noise strength, below which the flocking occurs and the convergence time is a decreasing function of noise strength. Specifically, we find a power-law relationship between the convergence time and the density of group. We also investigate the influence of control parameter and an optimal value is found that minimizes the convergence time.

  20. A positive role of multiplicative noise on the emergence of flocking in a stochastic Cucker-Smale system

    International Nuclear Information System (INIS)

    Sun, Yongzheng; Lin, Wei

    2015-01-01

    In this article, we investigate the flocking of a stochastic Cucker-Smale system with multiplicative measurement noise. We show that there is a noise strength, below which the flocking occurs and the convergence time is a decreasing function of noise strength. Specifically, we find a power-law relationship between the convergence time and the density of group. We also investigate the influence of control parameter and an optimal value is found that minimizes the convergence time

  1. A positive role of multiplicative noise on the emergence of flocking in a stochastic Cucker-Smale system.

    Science.gov (United States)

    Sun, Yongzheng; Lin, Wei

    2015-08-01

    In this article, we investigate the flocking of a stochastic Cucker-Smale system with multiplicative measurement noise. We show that there is a noise strength, below which the flocking occurs and the convergence time is a decreasing function of noise strength. Specifically, we find a power-law relationship between the convergence time and the density of group. We also investigate the influence of control parameter and an optimal value is found that minimizes the convergence time.

  2. Factors affecting the reproductive performance of Awassi sheep flocks in north-east of Jordan: an epidemiological study.

    Science.gov (United States)

    Lafi, S Q; Talafha, A Q; Giadinis, N; Kalaitzakis, E; Pourliotis, K; Panousis, N

    2009-12-01

    A prospective cohort study was conducted using 32 randomly selected Awassi sheep flocks to identify factors hypothesized to be associated with the occurrence of pregnancy, twinning and fetal loss between August 2005 and May 2006 in the region of Al-Safawi (northeast of Jordan). Vitamins A and E and selenium concentrations were determined on 448 blood samples. Using the forward selection procedure of the logistic regression module, models with statistically significant risk factors (P loss. Serum vitamin A concentration levels were associated with pregnancy (OR = 2.26, 2.48), twinning (OR = 6.49, 17.74) and fetal loss (OR = 0.13, 0.19). Primiparous ewes were 48% less likely to become pregnant than fourth or higher parity ewes. The likelihood of twinning increased significantly in ewes up to the third parity. Ewes that were fed 700-900 g barley, 250-300 g wheat-bran per head per day and grazed on vegetables residues were 4.15 times more likely to have twins than ewes that were fed 600 g barley and 200 g wheat-bran per head per day. Fetal loss in first and second parity ewes was about 3 times more likely than that in third or higher-parity ewes. Ewes pregnant with twins were about 14 times more likely to have fetal loss than ewes carrying single fetus. Pregnant ewes of the stationary flocks were 37% less likely to have fetal loss than ewes of the semi-nomadic flocks. These results demonstrate that stationary Awassi sheep flocks had higher pregnancy and twinning rates and less pregnancy loss. Supplementation of vitamin A, providing sufficient quantity of dry feed and increasing ram: ewe ratio for primiparous ewes of semi-nomadic flocks is essential to improve Awassi sheep reproductive performance.

  3. Flock Size and System of Turkey Management by Farmers in Zuru ...

    African Journals Online (AJOL)

    The study examined flock size and system of management by Turkey producers in Zuru Emirate of Kebbi State, Nigeria. Proportionate random sampling technique was used to select one hundred and eighty seven (187) Turkey producers from four Local Government Areas of the Emirate. Primary data were collected using ...

  4. CBHRP: A Cluster Based Routing Protocol for Wireless Sensor Network

    OpenAIRE

    Rashed, M. G.; Kabir, M. Hasnat; Rahim, M. Sajjadur; Ullah, Sk. Enayet

    2012-01-01

    A new two layer hierarchical routing protocol called Cluster Based Hierarchical Routing Protocol (CBHRP) is proposed in this paper. It is an extension of LEACH routing protocol. We introduce cluster head-set idea for cluster-based routing where several clusters are formed with the deployed sensors to collect information from target field. On rotation basis, a head-set member receives data from the neighbor nodes and transmits the aggregated results to the distance base station. This protocol ...

  5. Entangled time in flocking: Multi-time-scale interaction reveals emergence of inherent noise.

    Science.gov (United States)

    Niizato, Takayuki; Murakami, Hisashi

    2018-01-01

    Collective behaviors that seem highly ordered and result in collective alignment, such as schooling by fish and flocking by birds, arise from seamless shuffling (such as super-diffusion) and bustling inside groups (such as Lévy walks). However, such noisy behavior inside groups appears to preclude the collective behavior: intuitively, we expect that noisy behavior would lead to the group being destabilized and broken into small sub groups, and high alignment seems to preclude shuffling of neighbors. Although statistical modeling approaches with extrinsic noise, such as the maximum entropy approach, have provided some reasonable descriptions, they ignore the cognitive perspective of the individuals. In this paper, we try to explain how the group tendency, that is, high alignment, and highly noisy individual behavior can coexist in a single framework. The key aspect of our approach is multi-time-scale interaction emerging from the existence of an interaction radius that reflects short-term and long-term predictions. This multi-time-scale interaction is a natural extension of the attraction and alignment concept in many flocking models. When we apply this method in a two-dimensional model, various flocking behaviors, such as swarming, milling, and schooling, emerge. The approach also explains the appearance of super-diffusion, the Lévy walk in groups, and local equilibria. At the end of this paper, we discuss future developments, including extending our model to three dimensions.

  6. Canonical PSO Based K-Means Clustering Approach for Real Datasets.

    Science.gov (United States)

    Dey, Lopamudra; Chakraborty, Sanjay

    2014-01-01

    "Clustering" the significance and application of this technique is spread over various fields. Clustering is an unsupervised process in data mining, that is why the proper evaluation of the results and measuring the compactness and separability of the clusters are important issues. The procedure of evaluating the results of a clustering algorithm is known as cluster validity measure. Different types of indexes are used to solve different types of problems and indices selection depends on the kind of available data. This paper first proposes Canonical PSO based K-means clustering algorithm and also analyses some important clustering indices (intercluster, intracluster) and then evaluates the effects of those indices on real-time air pollution database, wholesale customer, wine, and vehicle datasets using typical K-means, Canonical PSO based K-means, simple PSO based K-means, DBSCAN, and Hierarchical clustering algorithms. This paper also describes the nature of the clusters and finally compares the performances of these clustering algorithms according to the validity assessment. It also defines which algorithm will be more desirable among all these algorithms to make proper compact clusters on this particular real life datasets. It actually deals with the behaviour of these clustering algorithms with respect to validation indexes and represents their results of evaluation in terms of mathematical and graphical forms.

  7. Artificial immune system and sheep flock algorithms for two-stage fixed-charge transportation problem

    DEFF Research Database (Denmark)

    Kannan, Devika; Govindan, Kannan; Soleimani, Hamed

    2014-01-01

    In this paper, we cope with a two-stage distribution planning problem of supply chain regarding fixed charges. The focus of the paper is on developing efficient solution methodologies of the selected NP-hard problem. Based on computational limitations, common exact and approximation solution...... approaches are unable to solve real-world instances of such NP-hard problems in a reasonable time. These approaches involve cumbersome computational steps in real-size cases. In order to solve the mixed integer linear programming model, we develop an artificial immune system and a sheep flock algorithm...

  8. Novel Textile Scaffolds Generated by Flock Technology for Tissue Engineering of Bone and Cartilage

    Directory of Open Access Journals (Sweden)

    Thomas Hanke

    2012-03-01

    Full Text Available Textile scaffolds can be found in a variety of application areas in regenerative medicine and tissue engineering. In the present study we used electrostatic flocking—a well-known textile technology—to produce scaffolds for tissue engineering of bone. Flock scaffolds stand out due to their unique structure: parallel arranged fibers that are aligned perpendicularly to a substrate, resulting in mechanically stable structures with a high porosity. In compression tests we demonstrated good mechanical properties of such scaffolds and in cell culture experiments we showed that flock scaffolds allow attachment and proliferation of human mesenchymal stem cells and support their osteogenic differentiation. These matrices represent promising scaffolds for tissue engineering.

  9. Critical thresholds in flocking hydrodynamics with non-local alignment.

    Science.gov (United States)

    Tadmor, Eitan; Tan, Changhui

    2014-11-13

    We study the large-time behaviour of Eulerian systems augmented with non-local alignment. Such systems arise as hydrodynamic descriptions of agent-based models for self-organized dynamics, e.g. Cucker & Smale (2007 IEEE Trans. Autom. Control 52, 852-862. (doi:10.1109/TAC.2007.895842)) and Motsch & Tadmor (2011 J. Stat. Phys. 144, 923-947. (doi:10.1007/s10955-011-0285-9)) models. We prove that, in analogy with the agent-based models, the presence of non-local alignment enforces strong solutions to self-organize into a macroscopic flock. This then raises the question of existence of such strong solutions. We address this question in one- and two-dimensional set-ups, proving global regularity for subcritical initial data. Indeed, we show that there exist critical thresholds in the phase space of the initial configuration which dictate the global regularity versus a finite-time blow-up. In particular, we explore the regularity of non-local alignment in the presence of vacuum. © 2014 The Author(s) Published by the Royal Society. All rights reserved.

  10. Detecting Pedestrian Flocks by Fusion of Multi-Modal Sensors in Mobile Phones

    DEFF Research Database (Denmark)

    Kjærgaard, Mikkel Baun; Wirz, Martin; Roggen, Daniel

    2012-01-01

    derived from multiple sensor modalities of modern smartphones. Automatic detection of flocks has several important applications, including evacuation management and socially aware computing. The novelty of this paper is, firstly, to use data fusion techniques to combine several sensor modalities (WiFi...

  11. Winter body mass and over-ocean flocking as components of danger management by Pacific dunlins.

    Science.gov (United States)

    Ydenberg, Ronald C; Dekker, Dick; Kaiser, Gary; Shepherd, Philippa C F; Ogden, Lesley Evans; Rickards, Karen; Lank, David B

    2010-01-21

    We compared records of the body mass and roosting behavior of Pacific dunlins (Calidris alpina pacifica) wintering on the Fraser River estuary in southwest British Columbia between the 1970s and the 1990s. 'Over-ocean flocking' is a relatively safe but energetically-expensive alternative to roosting during the high tide period. Fat stores offer protection against starvation, but are a liability in escape performance, and increase flight costs. Peregrine falcons (Falco peregrinus) were scarce on the Fraser River estuary in the 1970s, but their numbers have since recovered, and they prey heavily on dunlins. The increase has altered the balance between predation and starvation risks for dunlins, and thus how dunlins regulate roosting behavior and body mass to manage the danger. We therefore predicted an increase in the frequency of over-ocean flocking as well as a decrease in the amount of fat carried by dunlins over these decades. Historical observations indicate that over-ocean flocking of dunlins was rare prior to the mid-1990s and became common thereafter. Residual body masses of dunlins were higher in the 1970s, with the greatest difference between the decades coinciding with peak peregrine abundance in October, and shrinking over the course of winter as falcon seasonal abundance declines. Whole-body fat content of dunlins was lower in the 1990s, and accounted for most of the change in body mass. Pacific dunlins appear to manage danger in a complex manner that involves adjustments both in fat reserves and roosting behavior. We discuss reasons why over-ocean flocking has apparently become more common on the Fraser estuary than at other dunlin wintering sites.

  12. Similarity of avian paramyxovirus serotype 1 isolates of low virulence for chickens obtained from contaminated poultry vaccines and from poultry flocks

    DEFF Research Database (Denmark)

    Jørgensen, Poul Henrik; Handberg, K. J.; Ahrens, Peter

    2000-01-01

    flocks. one of which had been vaccinated with two of the contaminated vaccines. The flocks belonged to the same hatchery organisation. A comparison of viral F0 gene sequences and typing of virus isolates with a panel of monoclonal antibodies showed that the vaccine and field isolates were identical....

  13. Microbial ecology of Campylobacter jejuni in a United Kingdom chicken supply chain: intermittent common source, vertical transmission, and amplification by flock propagation.

    Science.gov (United States)

    Pearson, A D; Greenwood, M H; Feltham, R K; Healing, T D; Donaldson, J; Jones, D M; Colwell, R R

    1996-12-01

    A study of Campylobacter jejuni on a broiler chicken farm between 1989 and 1994 gave an estimated isolation rate of 27% (3,304 of 12,233) from a 0.9% sample of 1.44 million broiler chickens from six to eight sheds over 32 consecutive rearing flocks comprising 251 broiler shed flocks. During the study, C. jejuni was found in 35.5% of the 251 shed flocks but only 9.2% (23 of 251) had Campylobacter isolates in successive flocks, with 9 of those 23 sheds having the same serotype between consecutive flocks, indicating a low level of transmission between flocks. Analysis of a systematic sample of 484 of 3,304 (14.6%) C. jejuni isolates showed that 85% were of 10 serotype complexes but 58% were of 3 serotype complexes, indicating a high degree of strain similarity throughout the entire study. The three commonest types were detected in 8 of 32 flocks during the 5-year study period, suggesting an intermittent common external Campylobacter source. This hypothesis was tested by a retrospective cohort analysis of C. jejuni rates and types by reference to hatchery supplier of the 1-day-old chicks. Isolation rates of C. jejuni and frequency distribution of types were determined in 6-week-old broiler chickens identified by the hatchery supplying the original chicks. The isolation rate of C. jejuni in broilers, supplied by hatchery A, was 17.6%, compared to 42.9% (P hatchery B. In two instances, when both hatcheries were used to stock the same farm flock, Campylobacter isolates were found only in those sheds with chicks supplied by hatchery B. Thus, the frequency distribution of Campylobacter types for chickens supplied by the two hatcheries over the 5-year period showed marked dissimilarity. These findings suggest that the isolation rate and type of Campylobacter isolates in broiler chickens was associated with the hatchery supplying chicks. The lack of diversity of types and the intermittent high positivity of sheds is evidence for a common source of C. jejuni introduced by

  14. Flocking dynamics and mean-field limit in the Cucker-Smale-type model with topological interactions

    KAUST Repository

    Haskovec, Jan

    2013-10-01

    We introduce a Cucker-Smale-type model for flocking, where the strength of interaction between two agents depends on their relative separation (called "topological distance" in previous works), which is the number of intermediate individuals separating them. This makes the model scale-free and is motivated by recent extensive observations of starling flocks, suggesting that the interaction ruling animal collective behavior depends on topological rather than the metric distance. We study the conditions leading to asymptotic flocking in the topological model, defined as the convergence of the agents\\' velocities to a common vector. The shift from metric to topological interactions requires development of new analytical methods, taking into account the graph-theoretical nature of the problem. Moreover, we provide a rigorous derivation of the mean-field limit of large populations, recovering kinetic and hydrodynamic descriptions. In particular, we introduce the novel concept of relative separation in continuum descriptions, which is applicable to a broad variety of models of collective behavior. As an example, we shortly discuss a topological modification of the attraction-repulsion model and illustrate with numerical simulations that the modified model produces interesting new pattern dynamics. © 2013 Elsevier B.V. All rights reserved.

  15. Symmetric nonnegative matrix factorization: algorithms and applications to probabilistic clustering.

    Science.gov (United States)

    He, Zhaoshui; Xie, Shengli; Zdunek, Rafal; Zhou, Guoxu; Cichocki, Andrzej

    2011-12-01

    Nonnegative matrix factorization (NMF) is an unsupervised learning method useful in various applications including image processing and semantic analysis of documents. This paper focuses on symmetric NMF (SNMF), which is a special case of NMF decomposition. Three parallel multiplicative update algorithms using level 3 basic linear algebra subprograms directly are developed for this problem. First, by minimizing the Euclidean distance, a multiplicative update algorithm is proposed, and its convergence under mild conditions is proved. Based on it, we further propose another two fast parallel methods: α-SNMF and β -SNMF algorithms. All of them are easy to implement. These algorithms are applied to probabilistic clustering. We demonstrate their effectiveness for facial image clustering, document categorization, and pattern clustering in gene expression.

  16. Thermophilic Campylobacter spp. in Danish broiler production: a cross-sectional survey and a retrospective analysis of risk factors for occurrence in broiler flocks

    DEFF Research Database (Denmark)

    Hald, Birthe; Wedderkopp, A.; Madsen, Mogens

    2000-01-01

    In order to elucidate the rate of thermophilic Campylobacter spp, carriage in Danish broiler production and to identify risk factors for occurrence of campylobacter in broiler flocks, a total of 88 randomly selected broiler flocks were tested for campylobacter infection, and a subsequent study...... of processing, 24% of the flocks were positive. The species distribution was 87% Campylobacter jejuni, 8% Campylobacter coli and 5% Campylobacter lari, The following parameters were identified as significant risk factors: lack of a hygiene barrier (odds ratio (OR) = 3.1, 1.1

  17. Repository-based software engineering program: Concept document

    Science.gov (United States)

    1992-01-01

    This document provides the context for Repository-Based Software Engineering's (RBSE's) evolving functional and operational product requirements, and it is the parent document for development of detailed technical and management plans. When furnished, requirements documents will serve as the governing RBSE product specification. The RBSE Program Management Plan will define resources, schedules, and technical and organizational approaches to fulfilling the goals and objectives of this concept. The purpose of this document is to provide a concise overview of RBSE, describe the rationale for the RBSE Program, and define a clear, common vision for RBSE team members and customers. The document also provides the foundation for developing RBSE user and system requirements and a corresponding Program Management Plan. The concept is used to express the program mission to RBSE users and managers and to provide an exhibit for community review.

  18. APPECT: An Approximate Backbone-Based Clustering Algorithm for Tags

    DEFF Research Database (Denmark)

    Zong, Yu; Xu, Guandong; Jin, Pin

    2011-01-01

    algorithm for Tags (APPECT). The main steps of APPECT are: (1) we execute the K-means algorithm on a tag similarity matrix for M times and collect a set of tag clustering results Z={C1,C2,…,Cm}; (2) we form the approximate backbone of Z by executing a greedy search; (3) we fix the approximate backbone...... as the initial tag clustering result and then assign the rest tags into the corresponding clusters based on the similarity. Experimental results on three real world datasets namely MedWorm, MovieLens and Dmoz demonstrate the effectiveness and the superiority of the proposed method against the traditional...... Agglomerative Clustering on tagging data, which possess the inherent drawbacks, such as the sensitivity of initialization. In this paper, we instead make use of the approximate backbone of tag clustering results to find out better tag clusters. In particular, we propose an APProximate backbonE-based Clustering...

  19. Guide for the realization of Design Base Documents (DBD)

    International Nuclear Information System (INIS)

    Roca Mallofre, G. la

    2010-01-01

    Guide for improving the consistency and quality content of the Design Base Documents. It's a short description of how to carry out and complete these Documents but focusing on those aspects that can be more confusing and harder to interpret. This guide aims to clarify the term Design Base distinguishing between production and safety, and it focuses on safety Design Base Documents and their values and references. It also emphasizes the difference between the support system and the interface system when there is a functional connection between different systems.

  20. Cost/Performance Ratio Achieved by Using a Commodity-Based Cluster

    Science.gov (United States)

    Lopez, Isaac

    2001-01-01

    Researchers at the NASA Glenn Research Center acquired a commodity cluster based on Intel Corporation processors to compare its performance with a traditional UNIX cluster in the execution of aeropropulsion applications. Since the cost differential of the clusters was significant, a cost/performance ratio was calculated. After executing a propulsion application on both clusters, the researchers demonstrated a 9.4 cost/performance ratio in favor of the Intel-based cluster. These researchers utilize the Aeroshark cluster as one of the primary testbeds for developing NPSS parallel application codes and system software. The Aero-shark cluster provides 64 Intel Pentium II 400-MHz processors, housed in 32 nodes. Recently, APNASA - a code developed by a Government/industry team for the design and analysis of turbomachinery systems was used for a simulation on Glenn's Aeroshark cluster.

  1. Comparison of automated processing of flocked swabs with manual processing of fiber swabs for detection of nasal carriage of Staphylococcus aureus.

    Science.gov (United States)

    Jones, Gillian; Matthews, Roger; Cunningham, Richard; Jenks, Peter

    2011-07-01

    The sensitivity of automated culture of Staphylococcus aureus from flocked swabs versus that of manual culture of fiber swabs was prospectively compared using nasal swabs from 867 patients. Automated culture from flocked swabs significantly increased the detection rate, by 13.1% for direct culture and 10.2% for enrichment culture.

  2. Risk factors for Campylobacter colonization in Danish broiler flocks, 2010 to 2011

    DEFF Research Database (Denmark)

    Sandberg, M; Sørensen, L L; Steenberg, B

    2015-01-01

    in the Danish Broiler Production ( KIK: ) database. House- and flock-specific data collected in the surveys were supplemented with information obtained from the KIK database. Data obtained from the two studies were analyzed separately by logistic regression analysis. In both models, the dependent variable...

  3. Centroid based clustering of high throughput sequencing reads based on n-mer counts.

    Science.gov (United States)

    Solovyov, Alexander; Lipkin, W Ian

    2013-09-08

    Many problems in computational biology require alignment-free sequence comparisons. One of the common tasks involving sequence comparison is sequence clustering. Here we apply methods of alignment-free comparison (in particular, comparison using sequence composition) to the challenge of sequence clustering. We study several centroid based algorithms for clustering sequences based on word counts. Study of their performance shows that using k-means algorithm with or without the data whitening is efficient from the computational point of view. A higher clustering accuracy can be achieved using the soft expectation maximization method, whereby each sequence is attributed to each cluster with a specific probability. We implement an open source tool for alignment-free clustering. It is publicly available from github: https://github.com/luscinius/afcluster. We show the utility of alignment-free sequence clustering for high throughput sequencing analysis despite its limitations. In particular, it allows one to perform assembly with reduced resources and a minimal loss of quality. The major factor affecting performance of alignment-free read clustering is the length of the read.

  4. flowPeaks: a fast unsupervised clustering for flow cytometry data via K-means and density peak finding.

    Science.gov (United States)

    Ge, Yongchao; Sealfon, Stuart C

    2012-08-01

    For flow cytometry data, there are two common approaches to the unsupervised clustering problem: one is based on the finite mixture model and the other on spatial exploration of the histograms. The former is computationally slow and has difficulty to identify clusters of irregular shapes. The latter approach cannot be applied directly to high-dimensional data as the computational time and memory become unmanageable and the estimated histogram is unreliable. An algorithm without these two problems would be very useful. In this article, we combine ideas from the finite mixture model and histogram spatial exploration. This new algorithm, which we call flowPeaks, can be applied directly to high-dimensional data and identify irregular shape clusters. The algorithm first uses K-means algorithm with a large K to partition the cell population into many small clusters. These partitioned data allow the generation of a smoothed density function using the finite mixture model. All local peaks are exhaustively searched by exploring the density function and the cells are clustered by the associated local peak. The algorithm flowPeaks is automatic, fast and reliable and robust to cluster shape and outliers. This algorithm has been applied to flow cytometry data and it has been compared with state of the art algorithms, including Misty Mountain, FLOCK, flowMeans, flowMerge and FLAME. The R package flowPeaks is available at https://github.com/yongchao/flowPeaks. yongchao.ge@mssm.edu Supplementary data are available at Bioinformatics online.

  5. Evaluation of ELISA and haemagglutination inhibition as screening tests in serosurveillance for H5/H7 avian influenza in commercial chicken flocks

    DEFF Research Database (Denmark)

    Arnold, M E; Slomka, M J; Breed, A C

    2018-01-01

    with an ELISA, which detects antibodies to all subtypes. Sera (n = 1055) from 74 commercial chicken flocks were tested by both methods. A Bayesian approach served to estimate diagnostic test sensitivities and specificities, without assuming any 'gold standard'. Sensitivity and specificity of the ELISA was 97......% and 99.8%, and for H5/H7 HI 43% and 99.8%, respectively, although H5/H7 HI sensitivity varied considerably between infected flocks. ELISA therefore provides superior sensitivity for the screening of chicken flocks as part of an algorithm, which subsequently utilises H5/H7 HI to identify infection...

  6. Effects of stocking density, flock size and management on the welfare of laying hens in single-tier aviaries.

    Science.gov (United States)

    Nicol, C J; Brown, S N; Glen, E; Pope, S J; Short, F J; Warriss, P D; Zimmerman, P H; Wilkins, L J

    2006-04-01

    Management practices, stocking rate and flock size may affect laying hen welfare but there have been few replicated studies in commercial non-cage systems that investigate this. This study used a broad range of physical and physiological indicators to assess the welfare of hens in 36 commercial flocks. Six laying period treatments were examined with each treatment replicated 6 times. It was not possible to randomly allocate treatments to houses, so treatment and house were largely confounded. Three stocking rates were compared: 7 birds/m(2) (n = 2450), 9 birds/m(2) (n = 3150) and 12 birds/m(2) in either small (n = 2450) or large (n = 4200) flocks. In addition, at 12 birds/m(2), in both small and large flocks, birds were subjected to either standard (SM) or modified (MM) management. MM flocks had nipple drinkers and no nest-box lights. Bone strength, fracture incidence, heterophil:lymphocyte (H:L) ratio, live weight, organ weights, serum creatine, serum osmolality, muscle pH and faecal corticosterone were measured on samples of birds at the end of the rearing period and at the end of lay. During the laying period, mortality, production and integument condition were recorded at regular intervals. Birds housed at 9 birds/m(2) had higher mortality than birds housed at 12 birds/m(2) by the end of lay, but not higher than birds housed at 7 birds/m(2). Birds housed at 7 and 9 birds/m(2) had lower percent liver weight, and worse plumage condition than most of the 12 bird/m(2) treatments. Modified management tended to improve plumage condition. There were no clear effects of flock size on the welfare indicators recorded. At the end of the rearing period fracture incidence was almost negligible and H:L ratio was within a normal range. By the end of lay fracture incidence was 60% and H:L ratio was high, with no treatment effect for either measure. This, together with information on faecal corticosterone, feather loss and mortality, suggests that the welfare of birds in all

  7. Influence of girth strap placement and panel flocking material on the saddle pressure pattern during riding of horses.

    Science.gov (United States)

    Byström, A; Stalfelt, A; Egenvall, A; Von Peinen, K; Morgan, K; Roepstorff, L

    2010-11-01

    Saddle fit is well recognised as an important factor for the health and performance of riding horses. However, only few studies have addressed general effects of different saddle construction details within a group of horses. To assess the influence of girth strap placement, traditional vs. v-system, and panel flocking material, wool vs. synthetic foam, on the saddle pressure pattern during riding. Six horses were ridden by 3 riders in sitting and rising trot and sitting canter. Saddle pressure was measured with 3 different saddle variants: 1) wool flocked panels and traditional girthing (baseline); 2) wool flocked panels and v-system girthing; and 3) foam filled panels and traditional girthing. From the pressure data, a number of descriptive variables were extracted. These were analysed using ANCOVA models with horse, rider, saddle, seat (sitting/rising, trot only) and speed as independent variables. With foam filled panels stride maximum pressures under the hind part of the saddle increased by 7-12% and the area under the saddle with a stride mean pressure >11 kPa increased by 114 cm(2) in trot and 127 cm(2) in canter. With v-system girthing, the latter variable also increased, but only by 53 and 38 cm(2) in trot and canter, respectively. In addition, stride maximum pressures under the front part of the saddle tended to increase (≤ 9%). Both flocking material and girthing have a significant influence on the saddle pressure and should thus be considered in saddle fitting. Wool seems a better flocking material than foam of the type used in the current study. For girthing, traditional placement seems equally good if not better than the v-system. However, further studies are needed to show if these results are valid for a larger population of riding horses. © 2010 EVJ Ltd.

  8. Smothering in UK free-range flocks. Part 1: incidence, location, timing and management.

    Science.gov (United States)

    Barrett, J; Rayner, A C; Gill, R; Willings, T H; Bright, A

    2014-07-05

    Smothering in poultry is an economic and welfare-related concern. This study presents the first results from a questionnaire addressing the incidence, location, timing and management of smothering of free-range farm managers from two commercial egg companies (representing 35 per cent of the UK free-range egg supply). Overall, nearly 60 per cent of farm mangers experienced smothering in their last flock, with an average of 25.5 birds lost per incidence, although per cent mortality due to smothering was low (x̄=1.6 per cent). The majority of farm managers also reported that over 50 per cent of all their flocks placed had been affected by smothering. The location and timing of smothering (excluding smothering in nest boxes) tended to be unpredictable and varied between farms. Blocking off corners/nest boxes and walking birds more frequently were identified as popular smothering reduction measures, although there was a wide variety of reduction measures reported overall. The motivation to implement reduction measures was related to a farm manager's previous experience of smothering. To our knowledge, this is the first study to provide a representative industry estimate on the incidence, location, timing and management of smothering. The results suggest that smothering is a common problem, unpredictable between flocks with no clear, effective reduction strategies. A follow-up study will investigate the correlations among smothering, disease and other welfare problems and may shed further light on management solutions. British Veterinary Association.

  9. Cluster-based spectrum sensing for cognitive radios with imperfect channel to cluster-head

    KAUST Repository

    Ben Ghorbel, Mahdi

    2012-04-01

    Spectrum sensing is considered as the first and main step for cognitive radio systems to achieve an efficient use of spectrum. Cooperation and clustering among cognitive radio users are two techniques that can be employed with spectrum sensing in order to improve the sensing performance by reducing miss-detection and false alarm. In this paper, within the framework of a clustering-based cooperative spectrum sensing scheme, we study the effect of errors in transmitting the local decisions from the secondary users to the cluster heads (or the fusion center), while considering non-identical channel conditions between the secondary users. Closed-form expressions for the global probabilities of detection and false alarm at the cluster head are derived. © 2012 IEEE.

  10. Cluster-based spectrum sensing for cognitive radios with imperfect channel to cluster-head

    KAUST Repository

    Ben Ghorbel, Mahdi; Nam, Haewoon; Alouini, Mohamed-Slim

    2012-01-01

    Spectrum sensing is considered as the first and main step for cognitive radio systems to achieve an efficient use of spectrum. Cooperation and clustering among cognitive radio users are two techniques that can be employed with spectrum sensing in order to improve the sensing performance by reducing miss-detection and false alarm. In this paper, within the framework of a clustering-based cooperative spectrum sensing scheme, we study the effect of errors in transmitting the local decisions from the secondary users to the cluster heads (or the fusion center), while considering non-identical channel conditions between the secondary users. Closed-form expressions for the global probabilities of detection and false alarm at the cluster head are derived. © 2012 IEEE.

  11. Flocking particles in a non-Newtonian shear thickening fluid

    Science.gov (United States)

    Mucha, Piotr B.; Peszek, Jan; Pokorný, Milan

    2018-06-01

    We prove the existence of strong solutions to the Cucker–Smale flocking model coupled with an incompressible viscous non-Newtonian fluid with the stress tensor of a power–law structure for . The fluid part of the system admits strong solutions while the solutions to the CS part are weak. The coupling is performed through a drag force on a periodic spatial domain . Additionally, we construct a Lyapunov functional determining the large time behavior of solutions to the system.

  12. Enhancing multi-document summarization using concepts

    Indian Academy of Sciences (India)

    Pattabhi R K Rao

    2018-03-10

    Mar 10, 2018 ... In this paper we propose a methodology to mine concepts from documents and use these concepts to generate an .... multi-document summarization system that uses sentence clustering. .... Examples: 'smart phone', 'running water'. Figure 1. .... cesses input, and begins by making stochastic decisions.

  13. Winter body mass and over-ocean flocking as components of danger management by Pacific dunlins

    Directory of Open Access Journals (Sweden)

    Ogden Lesley

    2010-01-01

    Full Text Available Abstract Background We compared records of the body mass and roosting behavior of Pacific dunlins (Calidris alpina pacifica wintering on the Fraser River estuary in southwest British Columbia between the 1970s and the 1990s. 'Over-ocean flocking' is a relatively safe but energetically-expensive alternative to roosting during the high tide period. Fat stores offer protection against starvation, but are a liability in escape performance, and increase flight costs. Peregrine falcons (Falco peregrinus were scarce on the Fraser River estuary in the 1970s, but their numbers have since recovered, and they prey heavily on dunlins. The increase has altered the balance between predation and starvation risks for dunlins, and thus how dunlins regulate roosting behavior and body mass to manage the danger. We therefore predicted an increase in the frequency of over-ocean flocking as well as a decrease in the amount of fat carried by dunlins over these decades. Results Historical observations indicate that over-ocean flocking of dunlins was rare prior to the mid-1990s and became common thereafter. Residual body masses of dunlins were higher in the 1970s, with the greatest difference between the decades coinciding with peak peregrine abundance in October, and shrinking over the course of winter as falcon seasonal abundance declines. Whole-body fat content of dunlins was lower in the 1990s, and accounted for most of the change in body mass. Conclusions Pacific dunlins appear to manage danger in a complex manner that involves adjustments both in fat reserves and roosting behavior. We discuss reasons why over-ocean flocking has apparently become more common on the Fraser estuary than at other dunlin wintering sites.

  14. Graph-based clustering and data visualization algorithms

    CERN Document Server

    Vathy-Fogarassy, Ágnes

    2013-01-01

    This work presents a data visualization technique that combines graph-based topology representation and dimensionality reduction methods to visualize the intrinsic data structure in a low-dimensional vector space. The application of graphs in clustering and visualization has several advantages. A graph of important edges (where edges characterize relations and weights represent similarities or distances) provides a compact representation of the entire complex data set. This text describes clustering and visualization methods that are able to utilize information hidden in these graphs, based on

  15. Individualization as driving force of clustering phenomena in humans.

    Directory of Open Access Journals (Sweden)

    Michael Mäs

    Full Text Available One of the most intriguing dynamics in biological systems is the emergence of clustering, in the sense that individuals self-organize into separate agglomerations in physical or behavioral space. Several theories have been developed to explain clustering in, for instance, multi-cellular organisms, ant colonies, bee hives, flocks of birds, schools of fish, and animal herds. A persistent puzzle, however, is the clustering of opinions in human populations, particularly when opinions vary continuously, such as the degree to which citizens are in favor of or against a vaccination program. Existing continuous opinion formation models predict "monoculture" in the long run, unless subsets of the population are perfectly separated from each other. Yet, social diversity is a robust empirical phenomenon, although perfect separation is hardly possible in an increasingly connected world. Considering randomness has not overcome the theoretical shortcomings so far. Small perturbations of individual opinions trigger social influence cascades that inevitably lead to monoculture, while larger noise disrupts opinion clusters and results in rampant individualism without any social structure. Our solution to the puzzle builds on recent empirical research, combining the integrative tendencies of social influence with the disintegrative effects of individualization. A key element of the new computational model is an adaptive kind of noise. We conduct computer simulation experiments demonstrating that with this kind of noise a third phase besides individualism and monoculture becomes possible, characterized by the formation of metastable clusters with diversity between and consensus within clusters. When clusters are small, individualization tendencies are too weak to prohibit a fusion of clusters. When clusters grow too large, however, individualization increases in strength, which promotes their splitting. In summary, the new model can explain cultural clustering in

  16. Energy Aware Cluster-Based Routing in Flying Ad-Hoc Networks.

    Science.gov (United States)

    Aadil, Farhan; Raza, Ali; Khan, Muhammad Fahad; Maqsood, Muazzam; Mehmood, Irfan; Rho, Seungmin

    2018-05-03

    Flying ad-hoc networks (FANETs) are a very vibrant research area nowadays. They have many military and civil applications. Limited battery energy and the high mobility of micro unmanned aerial vehicles (UAVs) represent their two main problems, i.e., short flight time and inefficient routing. In this paper, we try to address both of these problems by means of efficient clustering. First, we adjust the transmission power of the UAVs by anticipating their operational requirements. Optimal transmission range will have minimum packet loss ratio (PLR) and better link quality, which ultimately save the energy consumed during communication. Second, we use a variant of the K-Means Density clustering algorithm for selection of cluster heads. Optimal cluster heads enhance the cluster lifetime and reduce the routing overhead. The proposed model outperforms the state of the art artificial intelligence techniques such as Ant Colony Optimization-based clustering algorithm and Grey Wolf Optimization-based clustering algorithm. The performance of the proposed algorithm is evaluated in term of number of clusters, cluster building time, cluster lifetime and energy consumption.

  17. Energy Aware Cluster-Based Routing in Flying Ad-Hoc Networks

    Directory of Open Access Journals (Sweden)

    Farhan Aadil

    2018-05-01

    Full Text Available Flying ad-hoc networks (FANETs are a very vibrant research area nowadays. They have many military and civil applications. Limited battery energy and the high mobility of micro unmanned aerial vehicles (UAVs represent their two main problems, i.e., short flight time and inefficient routing. In this paper, we try to address both of these problems by means of efficient clustering. First, we adjust the transmission power of the UAVs by anticipating their operational requirements. Optimal transmission range will have minimum packet loss ratio (PLR and better link quality, which ultimately save the energy consumed during communication. Second, we use a variant of the K-Means Density clustering algorithm for selection of cluster heads. Optimal cluster heads enhance the cluster lifetime and reduce the routing overhead. The proposed model outperforms the state of the art artificial intelligence techniques such as Ant Colony Optimization-based clustering algorithm and Grey Wolf Optimization-based clustering algorithm. The performance of the proposed algorithm is evaluated in term of number of clusters, cluster building time, cluster lifetime and energy consumption.

  18. An incremental DPMM-based method for trajectory clustering, modeling, and retrieval.

    Science.gov (United States)

    Hu, Weiming; Li, Xi; Tian, Guodong; Maybank, Stephen; Zhang, Zhongfei

    2013-05-01

    Trajectory analysis is the basis for many applications, such as indexing of motion events in videos, activity recognition, and surveillance. In this paper, the Dirichlet process mixture model (DPMM) is applied to trajectory clustering, modeling, and retrieval. We propose an incremental version of a DPMM-based clustering algorithm and apply it to cluster trajectories. An appropriate number of trajectory clusters is determined automatically. When trajectories belonging to new clusters arrive, the new clusters can be identified online and added to the model without any retraining using the previous data. A time-sensitive Dirichlet process mixture model (tDPMM) is applied to each trajectory cluster for learning the trajectory pattern which represents the time-series characteristics of the trajectories in the cluster. Then, a parameterized index is constructed for each cluster. A novel likelihood estimation algorithm for the tDPMM is proposed, and a trajectory-based video retrieval model is developed. The tDPMM-based probabilistic matching method and the DPMM-based model growing method are combined to make the retrieval model scalable and adaptable. Experimental comparisons with state-of-the-art algorithms demonstrate the effectiveness of our algorithm.

  19. Nonuniform Sparse Data Clustering Cascade Algorithm Based on Dynamic Cumulative Entropy

    Directory of Open Access Journals (Sweden)

    Ning Li

    2016-01-01

    Full Text Available A small amount of prior knowledge and randomly chosen initial cluster centers have a direct impact on the accuracy of the performance of iterative clustering algorithm. In this paper we propose a new algorithm to compute initial cluster centers for k-means clustering and the best number of the clusters with little prior knowledge and optimize clustering result. It constructs the Euclidean distance control factor based on aggregation density sparse degree to select the initial cluster center of nonuniform sparse data and obtains initial data clusters by multidimensional diffusion density distribution. Multiobjective clustering approach based on dynamic cumulative entropy is adopted to optimize the initial data clusters and the best number of the clusters. The experimental results show that the newly proposed algorithm has good performance to obtain the initial cluster centers for the k-means algorithm and it effectively improves the clustering accuracy of nonuniform sparse data by about 5%.

  20. Circulation of Coxiella burnetii in a Naturally Infected Flock of Dairy Sheep: Shedding Dynamics, Environmental Contamination, and Genotype Diversity

    OpenAIRE

    Joulié, A.; Laroucau, K.; Bailly, X.; Prigent, M.; Gasqui, P.; Lepetitcolin, E.; Blanchard, B.; Rousset, E.; Sidi-Boumedine, K.; Jourdain, E.

    2015-01-01

    Q fever is a worldwide zoonosis caused by Coxiella burnetii. Domestic ruminants are considered to be the main reservoir. Sheep, in particular, may frequently cause outbreaks in humans. Because within-flock circulation data are essential to implementing optimal management strategies, we performed a follow-up study of a naturally infected flock of dairy sheep. We aimed to (i) describe C. burnetii shedding dynamics by sampling vaginal mucus, feces, and milk, (ii) assess circulating strain divers...

  1. Entropy and Graph Based Modelling of Document Coherence using Discourse Entities

    DEFF Research Database (Denmark)

    Petersen, Casper; Lioma, Christina; Simonsen, Jakob Grue

    2015-01-01

    We present two novel models of document coherence and their application to information retrieval (IR). Both models approximate document coherence using discourse entities, e.g. the subject or object of a sentence. Our first model views text as a Markov process generating sequences of discourse...... entities (entity n-grams); we use the entropy of these entity n-grams to approximate the rate at which new information appears in text, reasoning that as more new words appear, the topic increasingly drifts and text coherence decreases. Our second model extends the work of Guinaudeau & Strube [28......] that represents text as a graph of discourse entities, linked by different relations, such as their distance or adjacency in text. We use several graph topology metrics to approximate different aspects of the discourse flow that can indicate coherence, such as the average clustering or betweenness of discourse...

  2. Density-Based Clustering with Geographical Background Constraints Using a Semantic Expression Model

    Directory of Open Access Journals (Sweden)

    Qingyun Du

    2016-05-01

    Full Text Available A semantics-based method for density-based clustering with constraints imposed by geographical background knowledge is proposed. In this paper, we apply an ontological approach to the DBSCAN (Density-Based Geospatial Clustering of Applications with Noise algorithm in the form of knowledge representation for constraint clustering. When used in the process of clustering geographic information, semantic reasoning based on a defined ontology and its relationships is primarily intended to overcome the lack of knowledge of the relevant geospatial data. Better constraints on the geographical knowledge yield more reasonable clustering results. This article uses an ontology to describe the four types of semantic constraints for geographical backgrounds: “No Constraints”, “Constraints”, “Cannot-Link Constraints”, and “Must-Link Constraints”. This paper also reports the implementation of a prototype clustering program. Based on the proposed approach, DBSCAN can be applied with both obstacle and non-obstacle constraints as a semi-supervised clustering algorithm and the clustering results are displayed on a digital map.

  3. Ontology-based topic clustering for online discussion data

    Science.gov (United States)

    Wang, Yongheng; Cao, Kening; Zhang, Xiaoming

    2013-03-01

    With the rapid development of online communities, mining and extracting quality knowledge from online discussions becomes very important for the industrial and marketing sector, as well as for e-commerce applications and government. Most of the existing techniques model a discussion as a social network of users represented by a user-based graph without considering the content of the discussion. In this paper we propose a new multilayered mode to analysis online discussions. The user-based and message-based representation is combined in this model. A novel frequent concept sets based clustering method is used to cluster the original online discussion network into topic space. Domain ontology is used to improve the clustering accuracy. Parallel methods are also used to make the algorithms scalable to very large data sets. Our experimental study shows that the model and algorithms are effective when analyzing large scale online discussion data.

  4. Handwritten document age classification based on handwriting styles

    Science.gov (United States)

    Ramaiah, Chetan; Kumar, Gaurav; Govindaraju, Venu

    2012-01-01

    Handwriting styles are constantly changing over time. We approach the novel problem of estimating the approximate age of Historical Handwritten Documents using Handwriting styles. This system will have many applications in handwritten document processing engines where specialized processing techniques can be applied based on the estimated age of the document. We propose to learn a distribution over styles across centuries using Topic Models and to apply a classifier over weights learned in order to estimate the approximate age of the documents. We present a comparison of different distance metrics such as Euclidean Distance and Hellinger Distance within this application.

  5. Comparison of Automated Processing of Flocked Swabs with Manual Processing of Fiber Swabs for Detection of Nasal Carriage of Staphylococcus aureus▿‡

    Science.gov (United States)

    Jones, Gillian; Matthews, Roger; Cunningham, Richard; Jenks, Peter

    2011-01-01

    The sensitivity of automated culture of Staphylococcus aureus from flocked swabs versus that of manual culture of fiber swabs was prospectively compared using nasal swabs from 867 patients. Automated culture from flocked swabs significantly increased the detection rate, by 13.1% for direct culture and 10.2% for enrichment culture. PMID:21525218

  6. Microgrids Real-Time Pricing Based on Clustering Techniques

    Directory of Open Access Journals (Sweden)

    Hao Liu

    2018-05-01

    Full Text Available Microgrids are widely spreading in electricity markets worldwide. Besides the security and reliability concerns for these microgrids, their operators need to address consumers’ pricing. Considering the growth of smart grids and smart meter facilities, it is expected that microgrids will have some level of flexibility to determine real-time pricing for at least some consumers. As such, the key challenge is finding an optimal pricing model for consumers. This paper, accordingly, proposes a new pricing scheme in which microgrids are able to deploy clustering techniques in order to understand their consumers’ load profiles and then assign real-time prices based on their load profile patterns. An improved weighted fuzzy average k-means is proposed to cluster load curve of consumers in an optimal number of clusters, through which the load profile of each cluster is determined. Having obtained the load profile of each cluster, real-time prices are given to each cluster, which is the best price given to all consumers in that cluster.

  7. Evidence that certain clones of Campylobacter jejuni persist during successive broiler flock rotations

    DEFF Research Database (Denmark)

    Petersen, L.; Wedderkopp, A.

    2001-01-01

    selected. Twelve broiler houses located on 10 farms were included in the study. The C,jejuni isolates collected from the selected houses during the surveillance were typed using fla typing and macrorestriction profiling (MRP), and a subset of the isolates, representing each of the identified clones...... (7 of 13) had fla type 1/1, but MRPs distinguished between isolates from different houses, and fla type 1/1 clones belonged to different serotypes, Seven houses carried persistent clones that covered an interval of at least four broiler flock rotations, or at least one half year. The dominant fla...... with recurrent Campylobacter problems. The MRPs of clones belonging to fla type 1/1 serotype O:2 isolated from persistently infected flocks shared a high percentage of bands compared to the remaining isolates, indicating that some clones that have the ability to cause persistent infections in broiler farms...

  8. Flocking transitions in confluent tissues.

    Science.gov (United States)

    Giavazzi, Fabio; Paoluzzi, Matteo; Macchi, Marta; Bi, Dapeng; Scita, Giorgio; Manning, M Lisa; Cerbino, Roberto; Marchetti, M Cristina

    2018-04-25

    Collective cell migration in dense tissues underlies important biological processes, such as embryonic development, wound healing and cancer invasion. While many aspects of single cell movements are now well established, the mechanisms leading to displacements of cohesive cell groups are still poorly understood. To elucidate the emergence of collective migration in mechanosensitive cells, we examine a self-propelled Voronoi (SPV) model of confluent tissues with an orientational feedback that aligns a cell's polarization with its local migration velocity. While shape and motility are known to regulate a density-independent liquid-solid transition in tissues, we find that aligning interactions facilitate collective motion and promote solidification, with transitions that can be predicted by extending statistical physics tools such as effective temperature to this far-from-equilibrium system. In addition to accounting for recent experimental observations obtained with epithelial monolayers, our model predicts structural and dynamical signatures of flocking, which may serve as gateway to a more quantitative characterization of collective motility.

  9. Collective motion with anticipation: flocking, spinning, and swarming.

    Science.gov (United States)

    Morin, Alexandre; Caussin, Jean-Baptiste; Eloy, Christophe; Bartolo, Denis

    2015-01-01

    We investigate the collective dynamics of self-propelled particles able to probe and anticipate the orientation of their neighbors. We show that a simple anticipation strategy hinders the emergence of homogeneous flocking patterns. Yet anticipation promotes two other forms of self-organization: collective spinning and swarming. In the spinning phase, all particles follow synchronous circular orbits, while in the swarming phase, the population condensates into a single compact swarm that cruises coherently without requiring any cohesive interactions. We quantitatively characterize and rationalize these phases of polar active matter and discuss potential applications to the design of swarming robots.

  10. Likelihood-based inference for clustered line transect data

    DEFF Research Database (Denmark)

    Waagepetersen, Rasmus Plenge; Schweder, Tore

    The uncertainty in estimation of spatial animal density from line transect surveys depends on the degree of spatial clustering in the animal population. To quantify the clustering we model line transect data as independent thinnings of spatial shot-noise Cox processes. Likelihood-based inference...

  11. Likelihood-based inference for clustered line transect data

    DEFF Research Database (Denmark)

    Waagepetersen, Rasmus; Schweder, Tore

    2006-01-01

    The uncertainty in estimation of spatial animal density from line transect surveys depends on the degree of spatial clustering in the animal population. To quantify the clustering we model line transect data as independent thinnings of spatial shot-noise Cox processes. Likelihood-based inference...

  12. Analyzing Dynamic Probabilistic Risk Assessment Data through Topology-Based Clustering

    Energy Technology Data Exchange (ETDEWEB)

    Diego Mandelli; Dan Maljovec; BeiWang; Valerio Pascucci; Peer-Timo Bremer

    2013-09-01

    We investigate the use of a topology-based clustering technique on the data generated by dynamic event tree methodologies. The clustering technique we utilizes focuses on a domain-partitioning algorithm based on topological structures known as the Morse-Smale complex, which partitions the data points into clusters based on their uniform gradient flow behavior. We perform both end state analysis and transient analysis to classify the set of nuclear scenarios. We demonstrate our methodology on a dataset generated for a sodium-cooled fast reactor during an aircraft crash scenario. The simulation tracks the temperature of the reactor as well as the time for a recovery team to fix the passive cooling system. Combined with clustering results obtained previously through mean shift methodology, we present the user with complementary views of the data that help illuminate key features that may be otherwise hidden using a single methodology. By clustering the data, the number of relevant test cases to be selected for further analysis can be drastically reduced by selecting a representative from each cluster. Identifying the similarities of simulations within a cluster can also aid in the drawing of important conclusions with respect to safety analysis.

  13. Fuzzy Weight Cluster-Based Routing Algorithm for Wireless Sensor Networks

    Directory of Open Access Journals (Sweden)

    Teng Gao

    2015-01-01

    Full Text Available Cluster-based protocol is a kind of important routing in wireless sensor networks. However, due to the uneven distribution of cluster heads in classical clustering algorithm, some nodes may run out of energy too early, which is not suitable for large-scale wireless sensor networks. In this paper, a distributed clustering algorithm based on fuzzy weighted attributes is put forward to ensure both energy efficiency and extensibility. On the premise of a comprehensive consideration of all attributes, the corresponding weight of each parameter is assigned by using the direct method of fuzzy engineering theory. Then, each node works out property value. These property values will be mapped to the time axis and be triggered by a timer to broadcast cluster headers. At the same time, the radio coverage method is adopted, in order to avoid collisions and to ensure the symmetrical distribution of cluster heads. The aggregated data are forwarded to the sink node in the form of multihop. The simulation results demonstrate that clustering algorithm based on fuzzy weighted attributes has a longer life expectancy and better extensibility than LEACH-like algorithms.

  14. Distributed Fault Detection and Isolation for Flocking in a Multi-robot System with Imperfect Communication

    Directory of Open Access Journals (Sweden)

    Shao Shiliang

    2014-06-01

    Full Text Available In this paper, we focus on distributed fault detection and isolation (FDI for a multi-robot system where multiple robots execute a flocking task. Firstly, we propose a fault detection method based on the local-information-exchange and sensor-measurement technologies to cover cases of both perfect communication and imperfect communication. The two detection technologies can be adaptively selected according to the packet loss rate (PLR. Secondly, we design a fault isolation method, considering a situation in which faulty robots still influence the behaviours of other robots. Finally, a complete FDI scheme, based on the proposed detection and isolation methods, is simulated in various scenarios. The results demonstrate that our FDI scheme is effective.

  15. Vancomycin-resistant enterococci (VRE) in broiler flocks 5 years after the avoparcin ban

    DEFF Research Database (Denmark)

    Heuer, Ole Eske; Pedersen, Karl; Andersen, J.S.

    2002-01-01

    The glycopeptide growth promoter avoparcin was banned from animal production in Denmark in 1995. In this study, we investigated the occurrence of vancomycin-resistant enterococci (VRE) in broiler flocks in the absence of the selective pressure exerted by the use of avoparcin. One hundred sixty...

  16. Impacts of Oreochromis mossambicus (Perciformes: Cichlidae upon habitat segregation among cyprinodontids (Cyprinodontiformes of a species flock in Mexico

    Directory of Open Access Journals (Sweden)

    Linda Fuselier

    2001-06-01

    Full Text Available Five species of Cyprinodon in Laguna Chichancanab, Yucatan, Mexico comprise a young species flock whose ecology and evolution has not been thoroughly studied, but whose existence is threatened with extinction. Species flocks evolve in isolated areas where predators and competitors are absent. Since the description of the Chichancanab flock, Oreochromis mossambicus, a species introduced into the lake for which I examined habitat in the 1980’s, has become common throughout the basin. I assessed relative abundance of flock species in the lake. examined habitat use and segregation among the three most common flock species and examined the affects of O. mossambicus upon flock species habitat use. Cyprinodon beltrani was the most abundant flock species in 1997, followed by C. maya and C. labiosus; C. verecundus and C. simus were rare. Cyprinodon beltrani was found in shallow water, nearshore, over thick beds of submerged Chara, and little emergent vegetation Cyprinodon beltrani exhibited diurnal variation in nearshore habitat use. In the field, the habitat use of C. beltrani and O. mossambicus broadly overlapped. In aquarium experiments, three flock species exhibited habitat use segregation and C. beltrani and C. labiosus showed agonistic behaviors that strengthened segregation. Cyprinodon maya differed from C. beltrani and C. labiosus by its greater dispersion of individuals and use of areas higher in the water column. The presence of O. mossambicus caused a shift in habitat use by C. maya and C. labiosus that put these species into habitat occupied by C. beltrani. The presence of introduced species has caused a significant perturbation of the conditions that fomented speciation of the Chichancanab flock 8000 years ago.Cinco especies de Cyprinodon en la Laguna Chichancanab, Yucatán, México comprenden un cardumen jóven de especies cuya ecología y evolución no ha sido estudiada a fondo, pero cuya existencia está siendo amenazada con la extinci

  17. Mixed-Initiative Clustering

    Science.gov (United States)

    Huang, Yifen

    2010-01-01

    Mixed-initiative clustering is a task where a user and a machine work collaboratively to analyze a large set of documents. We hypothesize that a user and a machine can both learn better clustering models through enriched communication and interactive learning from each other. The first contribution or this thesis is providing a framework of…

  18. Toeplitz Inverse Covariance-Based Clustering of Multivariate Time Series Data

    Science.gov (United States)

    Hallac, David; Vare, Sagar; Boyd, Stephen; Leskovec, Jure

    2018-01-01

    Subsequence clustering of multivariate time series is a useful tool for discovering repeated patterns in temporal data. Once these patterns have been discovered, seemingly complicated datasets can be interpreted as a temporal sequence of only a small number of states, or clusters. For example, raw sensor data from a fitness-tracking application can be expressed as a timeline of a select few actions (i.e., walking, sitting, running). However, discovering these patterns is challenging because it requires simultaneous segmentation and clustering of the time series. Furthermore, interpreting the resulting clusters is difficult, especially when the data is high-dimensional. Here we propose a new method of model-based clustering, which we call Toeplitz Inverse Covariance-based Clustering (TICC). Each cluster in the TICC method is defined by a correlation network, or Markov random field (MRF), characterizing the interdependencies between different observations in a typical subsequence of that cluster. Based on this graphical representation, TICC simultaneously segments and clusters the time series data. We solve the TICC problem through alternating minimization, using a variation of the expectation maximization (EM) algorithm. We derive closed-form solutions to efficiently solve the two resulting subproblems in a scalable way, through dynamic programming and the alternating direction method of multipliers (ADMM), respectively. We validate our approach by comparing TICC to several state-of-the-art baselines in a series of synthetic experiments, and we then demonstrate on an automobile sensor dataset how TICC can be used to learn interpretable clusters in real-world scenarios. PMID:29770257

  19. Fatigue Feature Extraction Analysis based on a K-Means Clustering Approach

    Directory of Open Access Journals (Sweden)

    M.F.M. Yunoh

    2015-06-01

    Full Text Available This paper focuses on clustering analysis using a K-means approach for fatigue feature dataset extraction. The aim of this study is to group the dataset as closely as possible (homogeneity for the scattered dataset. Kurtosis, the wavelet-based energy coefficient and fatigue damage are calculated for all segments after the extraction process using wavelet transform. Kurtosis, the wavelet-based energy coefficient and fatigue damage are used as input data for the K-means clustering approach. K-means clustering calculates the average distance of each group from the centroid and gives the objective function values. Based on the results, maximum values of the objective function can be seen in the two centroid clusters, with a value of 11.58. The minimum objective function value is found at 8.06 for five centroid clusters. It can be seen that the objective function with the lowest value for the number of clusters is equal to five; which is therefore the best cluster for the dataset.

  20. Semantic Document Image Classification Based on Valuable Text Pattern

    Directory of Open Access Journals (Sweden)

    Hossein Pourghassem

    2011-01-01

    Full Text Available Knowledge extraction from detected document image is a complex problem in the field of information technology. This problem becomes more intricate when we know, a negligible percentage of the detected document images are valuable. In this paper, a segmentation-based classification algorithm is used to analysis the document image. In this algorithm, using a two-stage segmentation approach, regions of the image are detected, and then classified to document and non-document (pure region regions in the hierarchical classification. In this paper, a novel valuable definition is proposed to classify document image in to valuable or invaluable categories. The proposed algorithm is evaluated on a database consisting of the document and non-document image that provide from Internet. Experimental results show the efficiency of the proposed algorithm in the semantic document image classification. The proposed algorithm provides accuracy rate of 98.8% for valuable and invaluable document image classification problem.

  1. Clustering-based classification of road traffic accidents using hierarchical clustering and artificial neural networks.

    Science.gov (United States)

    Taamneh, Madhar; Taamneh, Salah; Alkheder, Sharaf

    2017-09-01

    Artificial neural networks (ANNs) have been widely used in predicting the severity of road traffic crashes. All available information about previously occurred accidents is typically used for building a single prediction model (i.e., classifier). Too little attention has been paid to the differences between these accidents, leading, in most cases, to build less accurate predictors. Hierarchical clustering is a well-known clustering method that seeks to group data by creating a hierarchy of clusters. Using hierarchical clustering and ANNs, a clustering-based classification approach for predicting the injury severity of road traffic accidents was proposed. About 6000 road accidents occurred over a six-year period from 2008 to 2013 in Abu Dhabi were used throughout this study. In order to reduce the amount of variation in data, hierarchical clustering was applied on the data set to organize it into six different forms, each with different number of clusters (i.e., clusters from 1 to 6). Two ANN models were subsequently built for each cluster of accidents in each generated form. The first model was built and validated using all accidents (training set), whereas only 66% of the accidents were used to build the second model, and the remaining 34% were used to test it (percentage split). Finally, the weighted average accuracy was computed for each type of models in each from of data. The results show that when testing the models using the training set, clustering prior to classification achieves (11%-16%) more accuracy than without using clustering, while the percentage split achieves (2%-5%) more accuracy. The results also suggest that partitioning the accidents into six clusters achieves the best accuracy if both types of models are taken into account.

  2. Diseases of whooping cranes seen during annual migration of the Rocky Mountain flock

    Science.gov (United States)

    Snyder, S. Bret; Richard, Michael J.; Drewien, Roderick C.; Thomas, Nancy J.; Thilsted, John P.; Junge, Randall E.

    1991-01-01

    Diagnosis and treatment of ill whooping cranes of the Rocky Mountain flock was provided by a zoological facility. Cases of avian cholera, lead poisoning and avian tuberculosis were encountered. The zoo efforts were an adjunct to the U.S. Fish and Wildlife Service, Whooping Crane Recovery Plan.

  3. Sheep farmer opinions on the current and future role of veterinarians in flock health management on sheep farms: A qualitative study

    Science.gov (United States)

    Kaler, Jasmeet; Green, L.E.

    2013-01-01

    A 2009 UK Government report on veterinary expertise in food animal production highlighted that there was insufficient herd health expertise among veterinarians and lack of appropriate business models to deliver veterinary services to the livestock sector. Approximately two thirds of sheep farmers only contact their veterinarian for emergencies and one fifth have all year round contact. The aim of the current study was to understand sheep farmers’ perception, the current and future role of veterinarians in flock health management using qualitative methodology. The eligibility criteria were male farmers with a flock size of at least 200 adult sheep. Seven focus groups of farmers (n = 45) stratified by three regions and two age groups (≤50 and >50) were conducted. Thematic analysis of the discussions indicated that most farmers considered and used their veterinarian as a fire-fighter, whilst other advice was gathered free of charge when the veterinarian was on the farm for other reasons (typically seeing cattle) or by telephone. A small group of farmers were using their veterinarian or a sheep consultant proactively with regular contact and found this financially beneficial. Farmers indicated that the key barriers to using a veterinarian proactively were inconsistent service, high turnover of veterinarians, lack of expertise of sheep farming among veterinarians and concern about independence of advice. Although economics was also mentioned as a key barrier to using veterinarians more proactively, most farmers did not know where they gained and lost income from their flock; there was heavy reliance on the single farm payment scheme (SPS) and very few farmers kept records from which they could investigate where there were inefficiencies in production. Overall sheep farmers considered sheep farming complex and that each farm was unique and that they themselves were the experts to manage their flock. We conclude that there is an impasse: veterinarians might need to

  4. Cluster Based Hierarchical Routing Protocol for Wireless Sensor Network

    OpenAIRE

    Rashed, Md. Golam; Kabir, M. Hasnat; Rahim, Muhammad Sajjadur; Ullah, Shaikh Enayet

    2012-01-01

    The efficient use of energy source in a sensor node is most desirable criteria for prolong the life time of wireless sensor network. In this paper, we propose a two layer hierarchical routing protocol called Cluster Based Hierarchical Routing Protocol (CBHRP). We introduce a new concept called head-set, consists of one active cluster head and some other associate cluster heads within a cluster. The head-set members are responsible for control and management of the network. Results show that t...

  5. Text segmentation in degraded historical document images

    Directory of Open Access Journals (Sweden)

    A.S. Kavitha

    2016-07-01

    Full Text Available Text segmentation from degraded Historical Indus script images helps Optical Character Recognizer (OCR to achieve good recognition rates for Hindus scripts; however, it is challenging due to complex background in such images. In this paper, we present a new method for segmenting text and non-text in Indus documents based on the fact that text components are less cursive compared to non-text ones. To achieve this, we propose a new combination of Sobel and Laplacian for enhancing degraded low contrast pixels. Then the proposed method generates skeletons for text components in enhanced images to reduce computational burdens, which in turn helps in studying component structures efficiently. We propose to study the cursiveness of components based on branch information to remove false text components. The proposed method introduces the nearest neighbor criterion for grouping components in the same line, which results in clusters. Furthermore, the proposed method classifies these clusters into text and non-text cluster based on characteristics of text components. We evaluate the proposed method on a large dataset containing varieties of images. The results are compared with the existing methods to show that the proposed method is effective in terms of recall and precision.

  6. 9 CFR 54.8 - Requirements for flock plans and post-exposure management and monitoring plans.

    Science.gov (United States)

    2010-01-01

    ... HEALTH INSPECTION SERVICE, DEPARTMENT OF AGRICULTURE COOPERATIVE CONTROL AND ERADICATION OF LIVESTOCK OR... identification the owner of the flock may choose to maintain; (2) Sex, year of birth, breed, and when possible to...

  7. Analyzing the factors affecting network lifetime cluster-based wireless sensor network

    International Nuclear Information System (INIS)

    Malik, A.S.; Qureshi, A.

    2010-01-01

    Cluster-based wireless sensor networks enable the efficient utilization of the limited energy resources of the deployed sensor nodes and hence prolong the node as well as network lifetime. Low Energy Adaptive Clustering Hierarchy (Leach) is one of the most promising clustering protocol proposed for wireless sensor networks. This paper provides the energy utilization and lifetime analysis for cluster-based wireless sensor networks based upon LEACH protocol. Simulation results identify some important factors that induce unbalanced energy utilization between the sensor nodes and hence affect the network lifetime in these types of networks. These results highlight the need for a standardized, adaptive and distributed clustering technique that can increase the network lifetime by further balancing the energy utilization among sensor nodes. (author)

  8. Distributed leader-follower flocking control for multi-agent dynamical systems with time-varying velocities

    NARCIS (Netherlands)

    Yu, Wenwu; Chen, Guanrong; Cao, Ming

    Using tools from algebraic graph theory and nonsmooth analysis in combination with ideas of collective potential functions, velocity consensus and navigation feedback, a distributed leader-follower flocking algorithm for multi-agent dynamical systems with time-varying velocities is developed where

  9. A Cluster-Based Dual-Adaptive Topology Control Approach in Wireless Sensor Networks.

    Science.gov (United States)

    Gui, Jinsong; Zhou, Kai; Xiong, Naixue

    2016-09-25

    Multi-Input Multi-Output (MIMO) can improve wireless network performance. Sensors are usually single-antenna devices due to the high hardware complexity and cost, so several sensors are used to form virtual MIMO array, which is a desirable approach to efficiently take advantage of MIMO gains. Also, in large Wireless Sensor Networks (WSNs), clustering can improve the network scalability, which is an effective topology control approach. The existing virtual MIMO-based clustering schemes do not either fully explore the benefits of MIMO or adaptively determine the clustering ranges. Also, clustering mechanism needs to be further improved to enhance the cluster structure life. In this paper, we propose an improved clustering scheme for virtual MIMO-based topology construction (ICV-MIMO), which can determine adaptively not only the inter-cluster transmission modes but also the clustering ranges. Through the rational division of cluster head function and the optimization of cluster head selection criteria and information exchange process, the ICV-MIMO scheme effectively reduces the network energy consumption and improves the lifetime of the cluster structure when compared with the existing typical virtual MIMO-based scheme. Moreover, the message overhead and time complexity are still in the same order of magnitude.

  10. [Efficiency of computer-based documentation in long-term care--preliminary project].

    Science.gov (United States)

    Lüngen, Markus; Gerber, Andreas; Rupprecht, Christoph; Lauterbach, Karl W

    2008-06-01

    In Germany the documentation of processes in long-term care is mainly paper-based. Planning, realization and evaluation are not supported in an optimal way. In a preliminary study we evaluated the consequences of the introduction of a computer-based documentation system using handheld devices. We interviewed 16 persons before and after introducing the computer-based documentation and assessed costs for the documentation process and administration. The results show that reducing costs is likely. The job satisfaction of the personnel increased, more time could be spent for caring for the residents. We suggest further research to reach conclusive results.

  11. A fast density-based clustering algorithm for real-time Internet of Things stream.

    Science.gov (United States)

    Amini, Amineh; Saboohi, Hadi; Wah, Teh Ying; Herawan, Tutut

    2014-01-01

    Data streams are continuously generated over time from Internet of Things (IoT) devices. The faster all of this data is analyzed, its hidden trends and patterns discovered, and new strategies created, the faster action can be taken, creating greater value for organizations. Density-based method is a prominent class in clustering data streams. It has the ability to detect arbitrary shape clusters, to handle outlier, and it does not need the number of clusters in advance. Therefore, density-based clustering algorithm is a proper choice for clustering IoT streams. Recently, several density-based algorithms have been proposed for clustering data streams. However, density-based clustering in limited time is still a challenging issue. In this paper, we propose a density-based clustering algorithm for IoT streams. The method has fast processing time to be applicable in real-time application of IoT devices. Experimental results show that the proposed approach obtains high quality results with low computation time on real and synthetic datasets.

  12. Cluster Ensemble-Based Image Segmentation

    Directory of Open Access Journals (Sweden)

    Xiaoru Wang

    2013-07-01

    Full Text Available Image segmentation is the foundation of computer vision applications. In this paper, we propose a new cluster ensemble-based image segmentation algorithm, which overcomes several problems of traditional methods. We make two main contributions in this paper. First, we introduce the cluster ensemble concept to fuse the segmentation results from different types of visual features effectively, which can deliver a better final result and achieve a much more stable performance for broad categories of images. Second, we exploit the PageRank idea from Internet applications and apply it to the image segmentation task. This can improve the final segmentation results by combining the spatial information of the image and the semantic similarity of regions. Our experiments on four public image databases validate the superiority of our algorithm over conventional single type of feature or multiple types of features-based algorithms, since our algorithm can fuse multiple types of features effectively for better segmentation results. Moreover, our method is also proved to be very competitive in comparison with other state-of-the-art segmentation algorithms.

  13. Flocking dynamics and mean-field limit in the Cucker-Smale-type model with topological interactions

    KAUST Repository

    Haskovec, Jan

    2013-01-01

    separating them. This makes the model scale-free and is motivated by recent extensive observations of starling flocks, suggesting that the interaction ruling animal collective behavior depends on topological rather than the metric distance. We study

  14. Preliminary Report: Analysis of the baseline study on the prevalence of Salmonella in laying hen flocks of Gallus gallus

    DEFF Research Database (Denmark)

    Hald, Tine

    This is a preliminary report on the analysis of the Community-wide baseline study to estimate the prevalence of Salmonella in laying hen flocks. It is being published pending the full analysis of the entire dataset from the baseline study. The report contains the elements necessary for the establ......This is a preliminary report on the analysis of the Community-wide baseline study to estimate the prevalence of Salmonella in laying hen flocks. It is being published pending the full analysis of the entire dataset from the baseline study. The report contains the elements necessary...

  15. Local Community Detection Algorithm Based on Minimal Cluster

    Directory of Open Access Journals (Sweden)

    Yong Zhou

    2016-01-01

    Full Text Available In order to discover the structure of local community more effectively, this paper puts forward a new local community detection algorithm based on minimal cluster. Most of the local community detection algorithms begin from one node. The agglomeration ability of a single node must be less than multiple nodes, so the beginning of the community extension of the algorithm in this paper is no longer from the initial node only but from a node cluster containing this initial node and nodes in the cluster are relatively densely connected with each other. The algorithm mainly includes two phases. First it detects the minimal cluster and then finds the local community extended from the minimal cluster. Experimental results show that the quality of the local community detected by our algorithm is much better than other algorithms no matter in real networks or in simulated networks.

  16. Detection of newly produced T and B lymphocytes by digital PCR in blood stored dry on nylon flocked swabs.

    Science.gov (United States)

    Tessitore, Marion Vaglio; Sottini, Alessandra; Roccaro, Aldo M; Ghidini, Claudia; Bernardi, Simona; Martellosio, Giovanni; Serana, Federico; Imberti, Luisa

    2017-04-05

    A normal number of T-cell receptor excision circles (TRECs) and K-deleting recombination excision circles (KRECs) is considered a biomarker for adequate new T- and B-cell production. In newborns, detection of TRECs and KRECs by real time PCR from dried blood spotted on filter paper is used for the screening of severe immunodeficiency. In adults, elderly and during diseases, where the number of TRECs is lower than in newborns and children, a large amount of DNA and a sensitive method of amplification are necessary to identify newly produced lymphocytes. DNA was prepared from blood of 203 healthy adults (range: 18-91 years old) absorbed for 10 s on flocked swabs and let to dry, or from peripheral blood mononuclear cells. DNA was subjected to digital PCR and to well established conventional real time PCR-based method using TREC- and KREC-specific primers and probes. The number of TRECs and KRECs was expressed per mL of blood. Statistical analysis was performed by nested ANOVA, Pearson coefficient of determination, and by linear regression tests. The novel method for the storage of dried blood on nylon flocked swabs and the use of digital PCR allow quantification of TRECs and KRECs with high degree of sensitivity, specificity, accuracy, and precision. TRECs and KRECs were amplified by digital PCR in all tested blood samples, including those obtained from elderly individuals (>70 years old) and that were negative by real time PCR. Furthermore, values of TRECs and KRECs obtained by digital PCR were in the range of those acquired by real time PCR. Our findings demonstrate that DNA isolation from dried blood on flocked swabs followed by digital PCR-based analysis represents a useful tool for studying new lymphocyte production in adults and elderly individuals. This suggests the potential use of the methodology when monitoring of clinical variables is limited by the number of molecules that can be amplified and detected, such as in patients with immunodeficiency or under

  17. Fault-tolerant measurement-based quantum computing with continuous-variable cluster states.

    Science.gov (United States)

    Menicucci, Nicolas C

    2014-03-28

    A long-standing open question about Gaussian continuous-variable cluster states is whether they enable fault-tolerant measurement-based quantum computation. The answer is yes. Initial squeezing in the cluster above a threshold value of 20.5 dB ensures that errors from finite squeezing acting on encoded qubits are below the fault-tolerance threshold of known qubit-based error-correcting codes. By concatenating with one of these codes and using ancilla-based error correction, fault-tolerant measurement-based quantum computation of theoretically indefinite length is possible with finitely squeezed cluster states.

  18. A Cluster-Based Dual-Adaptive Topology Control Approach in Wireless Sensor Networks

    Science.gov (United States)

    Gui, Jinsong; Zhou, Kai; Xiong, Naixue

    2016-01-01

    Multi-Input Multi-Output (MIMO) can improve wireless network performance. Sensors are usually single-antenna devices due to the high hardware complexity and cost, so several sensors are used to form virtual MIMO array, which is a desirable approach to efficiently take advantage of MIMO gains. Also, in large Wireless Sensor Networks (WSNs), clustering can improve the network scalability, which is an effective topology control approach. The existing virtual MIMO-based clustering schemes do not either fully explore the benefits of MIMO or adaptively determine the clustering ranges. Also, clustering mechanism needs to be further improved to enhance the cluster structure life. In this paper, we propose an improved clustering scheme for virtual MIMO-based topology construction (ICV-MIMO), which can determine adaptively not only the inter-cluster transmission modes but also the clustering ranges. Through the rational division of cluster head function and the optimization of cluster head selection criteria and information exchange process, the ICV-MIMO scheme effectively reduces the network energy consumption and improves the lifetime of the cluster structure when compared with the existing typical virtual MIMO-based scheme. Moreover, the message overhead and time complexity are still in the same order of magnitude. PMID:27681731

  19. A Cluster-Based Dual-Adaptive Topology Control Approach in Wireless Sensor Networks

    Directory of Open Access Journals (Sweden)

    Jinsong Gui

    2016-09-01

    Full Text Available Multi-Input Multi-Output (MIMO can improve wireless network performance. Sensors are usually single-antenna devices due to the high hardware complexity and cost, so several sensors are used to form virtual MIMO array, which is a desirable approach to efficiently take advantage of MIMO gains. Also, in large Wireless Sensor Networks (WSNs, clustering can improve the network scalability, which is an effective topology control approach. The existing virtual MIMO-based clustering schemes do not either fully explore the benefits of MIMO or adaptively determine the clustering ranges. Also, clustering mechanism needs to be further improved to enhance the cluster structure life. In this paper, we propose an improved clustering scheme for virtual MIMO-based topology construction (ICV-MIMO, which can determine adaptively not only the inter-cluster transmission modes but also the clustering ranges. Through the rational division of cluster head function and the optimization of cluster head selection criteria and information exchange process, the ICV-MIMO scheme effectively reduces the network energy consumption and improves the lifetime of the cluster structure when compared with the existing typical virtual MIMO-based scheme. Moreover, the message overhead and time complexity are still in the same order of magnitude.

  20. An Energy Centric Cluster-Based Routing Protocol for Wireless Sensor Networks.

    Science.gov (United States)

    Hosen, A S M Sanwar; Cho, Gi Hwan

    2018-05-11

    Clustering is an effective way to prolong the lifetime of a wireless sensor network (WSN). The common approach is to elect cluster heads to take routing and controlling duty, and to periodically rotate each cluster head's role to distribute energy consumption among nodes. However, a significant amount of energy dissipates due to control messages overhead, which results in a shorter network lifetime. This paper proposes an energy-centric cluster-based routing mechanism in WSNs. To begin with, cluster heads are elected based on the higher ranks of the nodes. The rank is defined by residual energy and average distance from the member nodes. With the role of data aggregation and data forwarding, a cluster head acts as a caretaker for cluster-head election in the next round, where the ranks' information are piggybacked along with the local data sending during intra-cluster communication. This reduces the number of control messages for the cluster-head election as well as the cluster formation in detail. Simulation results show that our proposed protocol saves the energy consumption among nodes and achieves a significant improvement in the network lifetime.

  1. Carbon based nanostructures: diamond clusters structured with nanotubes

    Directory of Open Access Journals (Sweden)

    O.A. Shenderova

    2003-01-01

    Full Text Available Feasibility of designing composites from carbon nanotubes and nanodiamond clusters is discussed based on atomistic simulations. Depending on nanotube size and morphology, some types of open nanotubes can be chemically connected with different facets of diamond clusters. The geometrical relation between different types of nanotubes and different diamond facets for construction of mechanically stable composites with all bonds saturated is summarized. Potential applications of the suggested nanostructures are briefly discussed based on the calculations of their electronic properties using environment dependent self-consistent tight-binding approach.

  2. Communication Base Station Log Analysis Based on Hierarchical Clustering

    Directory of Open Access Journals (Sweden)

    Zhang Shao-Hua

    2017-01-01

    Full Text Available Communication base stations generate massive data every day, these base station logs play an important value in mining of the business circles. This paper use data mining technology and hierarchical clustering algorithm to group the scope of business circle for the base station by recording the data of these base stations.Through analyzing the data of different business circle based on feature extraction and comparing different business circle category characteristics, which can choose a suitable area for operators of commercial marketing.

  3. A Fast Density-Based Clustering Algorithm for Real-Time Internet of Things Stream

    Science.gov (United States)

    Ying Wah, Teh

    2014-01-01

    Data streams are continuously generated over time from Internet of Things (IoT) devices. The faster all of this data is analyzed, its hidden trends and patterns discovered, and new strategies created, the faster action can be taken, creating greater value for organizations. Density-based method is a prominent class in clustering data streams. It has the ability to detect arbitrary shape clusters, to handle outlier, and it does not need the number of clusters in advance. Therefore, density-based clustering algorithm is a proper choice for clustering IoT streams. Recently, several density-based algorithms have been proposed for clustering data streams. However, density-based clustering in limited time is still a challenging issue. In this paper, we propose a density-based clustering algorithm for IoT streams. The method has fast processing time to be applicable in real-time application of IoT devices. Experimental results show that the proposed approach obtains high quality results with low computation time on real and synthetic datasets. PMID:25110753

  4. Variable selection in multivariate calibration based on clustering of variable concept.

    Science.gov (United States)

    Farrokhnia, Maryam; Karimi, Sadegh

    2016-01-01

    Recently we have proposed a new variable selection algorithm, based on clustering of variable concept (CLoVA) in classification problem. With the same idea, this new concept has been applied to a regression problem and then the obtained results have been compared with conventional variable selection strategies for PLS. The basic idea behind the clustering of variable is that, the instrument channels are clustered into different clusters via clustering algorithms. Then, the spectral data of each cluster are subjected to PLS regression. Different real data sets (Cargill corn, Biscuit dough, ACE QSAR, Soy, and Tablet) have been used to evaluate the influence of the clustering of variables on the prediction performances of PLS. Almost in the all cases, the statistical parameter especially in prediction error shows the superiority of CLoVA-PLS respect to other variable selection strategies. Finally the synergy clustering of variable (sCLoVA-PLS), which is used the combination of cluster, has been proposed as an efficient and modification of CLoVA algorithm. The obtained statistical parameter indicates that variable clustering can split useful part from redundant ones, and then based on informative cluster; stable model can be reached. Copyright © 2015 Elsevier B.V. All rights reserved.

  5. Signature detection and matching for document image retrieval.

    Science.gov (United States)

    Zhu, Guangyu; Zheng, Yefeng; Doermann, David; Jaeger, Stefan

    2009-11-01

    As one of the most pervasive methods of individual identification and document authentication, signatures present convincing evidence and provide an important form of indexing for effective document image processing and retrieval in a broad range of applications. However, detection and segmentation of free-form objects such as signatures from clustered background is currently an open document analysis problem. In this paper, we focus on two fundamental problems in signature-based document image retrieval. First, we propose a novel multiscale approach to jointly detecting and segmenting signatures from document images. Rather than focusing on local features that typically have large variations, our approach captures the structural saliency using a signature production model and computes the dynamic curvature of 2D contour fragments over multiple scales. This detection framework is general and computationally tractable. Second, we treat the problem of signature retrieval in the unconstrained setting of translation, scale, and rotation invariant nonrigid shape matching. We propose two novel measures of shape dissimilarity based on anisotropic scaling and registration residual error and present a supervised learning framework for combining complementary shape information from different dissimilarity metrics using LDA. We quantitatively study state-of-the-art shape representations, shape matching algorithms, measures of dissimilarity, and the use of multiple instances as query in document image retrieval. We further demonstrate our matching techniques in offline signature verification. Extensive experiments using large real-world collections of English and Arabic machine-printed and handwritten documents demonstrate the excellent performance of our approaches.

  6. Plant aging and design bases documentation

    International Nuclear Information System (INIS)

    Kelly, J.

    1985-01-01

    As interest in plant aging and lifetime extension continues to grow, the need to identify and capture the original design bases for the plant becomes more urgent. Decisions on lifetime extension and availability must be based on a rational understanding of design input, assumptions, and objectives. As operating plant time accumulates, the history of the early design begins to fade. The longer the utility waits, the harder it will be to re-establish the original design bases. Therefore, the time to develop this foundation is now. This paper demonstrates the impact that collecting and maintaining the original design bases of the plant can have on a utility's lifetime extension program. This impact becomes apparent when considering the technical, regulatory and financial aspects of lifetime extension. It is not good enough to know that the design information is buried somewhere in the corporate archives, and that given enough time, it could be retrieved. To be useful to the lifetime extension program, plant design information must be concise, readily available (i.e., retrievable), and easy to use. These objectives can only be met through a systematic program for collecting and presenting plant design documentation. To get the maximum benefit from a lifetime extension program, usable design bases documentation should be available as early in the plant life as possible. It will help identify areas that require monitoring today so that data is available to make rational decisions in the future

  7. 9 CFR 54.1 - Definitions.

    Science.gov (United States)

    2010-01-01

    ... in marketing channels; or (4) Any animal in a noncompliant flock. Exposed flock. Any flock in which a... such as shows and sales or while in marketing channels are not a flock. More than one flock may be... to document when cleaning and disinfection was performed and who supervised it. Slaughter channels...

  8. Price Formation Based on Particle-Cluster Aggregation

    Science.gov (United States)

    Wang, Shijun; Zhang, Changshui

    In the present work, we propose a microscopic model of financial markets based on particle-cluster aggregation on a two-dimensional small-world information network in order to simulate the dynamics of the stock markets. "Stylized facts" of the financial market time series, such as fat-tail distribution of returns, volatility clustering and multifractality, are observed in the model. The results of the model agree with empirical data taken from historical records of the daily closures of the NYSE composite index.

  9. Short-Term Wind Power Forecasting Based on Clustering Pre-Calculated CFD Method

    Directory of Open Access Journals (Sweden)

    Yimei Wang

    2018-04-01

    Full Text Available To meet the increasing wind power forecasting (WPF demands of newly built wind farms without historical data, physical WPF methods are widely used. The computational fluid dynamics (CFD pre-calculated flow fields (CPFF-based WPF is a promising physical approach, which can balance well the competing demands of computational efficiency and accuracy. To enhance its adaptability for wind farms in complex terrain, a WPF method combining wind turbine clustering with CPFF is first proposed where the wind turbines in the wind farm are clustered and a forecasting is undertaken for each cluster. K-means, hierarchical agglomerative and spectral analysis methods are used to establish the wind turbine clustering models. The Silhouette Coefficient, Calinski-Harabaz index and within-between index are proposed as criteria to evaluate the effectiveness of the established clustering models. Based on different clustering methods and schemes, various clustering databases are built for clustering pre-calculated CFD (CPCC-based short-term WPF. For the wind farm case studied, clustering evaluation criteria show that hierarchical agglomerative clustering has reasonable results, spectral clustering is better and K-means gives the best performance. The WPF results produced by different clustering databases also prove the effectiveness of the three evaluation criteria in turn. The newly developed CPCC model has a much higher WPF accuracy than the CPFF model without using clustering techniques, both on temporal and spatial scales. The research provides supports for both the development and improvement of short-term physical WPF systems.

  10. Spanning Tree Based Attribute Clustering

    DEFF Research Database (Denmark)

    Zeng, Yifeng; Jorge, Cordero Hernandez

    2009-01-01

    Attribute clustering has been previously employed to detect statistical dependence between subsets of variables. We propose a novel attribute clustering algorithm motivated by research of complex networks, called the Star Discovery algorithm. The algorithm partitions and indirectly discards...... inconsistent edges from a maximum spanning tree by starting appropriate initial modes, therefore generating stable clusters. It discovers sound clusters through simple graph operations and achieves significant computational savings. We compare the Star Discovery algorithm against earlier attribute clustering...

  11. Erysipelas in a free-range layer flock with conjunctival oedema as an unusual clinical sign.

    Science.gov (United States)

    Schmitt, Ferdinand; Schade, Benjamin; Böhm, Brigitte; Shimoji, Yoshihiro; Pfahler, Corinna

    2014-01-01

    Erysipelas was diagnosed in a free-range laying flock with a high mortality of up to 7% per day and a severe decrease in egg production to 45%. The disease had a short course and unusual clinical features for erysipelas, including swollen, lacrimating and encrusted eyes. Bacteriologically, trapped poultry red mites and affected animals were culture-positive for Erysipelothrix rhusiopathiae. Isolates from layers and mites were both serotype 1b. Histopathology revealed disseminated intravasal coagulopathy in conjunctival small vessels as the cause of the oedema of the eye adnexes. After treatment with penicillin, mortality and egg production returned to normal levels. Although erysipelas in laying hens is rarely reported, it can develop as an emerging disease in alternative rearing systems and should always be considered if mortality increases in an older flock, especially with a high infestation of poultry red mites.

  12. Deletion variant near ZNF389 is associated with control of ovine lentivirus in multiple sheep flocks

    Science.gov (United States)

    White, S N; Mousel, M R; Reynolds, J O; Herrmann-Hoesing, L M; Knowles, D P

    2014-01-01

    Ovine lentivirus (OvLV) is a macrophage-tropic lentivirus found in many countries that causes interstitial pneumonia, mastitis, arthritis and cachexia in sheep. There is no preventive vaccine and no cure, but breed differences suggest marker-assisted selective breeding might improve odds of infection and control of OvLV post-infection. Although variants in TMEM154 have consistent association with odds of infection, no variant in any gene has been associated with host control of OvLV post-infection in multiple animal sets. Proviral concentration is a live-animal diagnostic measure of OvLV control post-infection related to severity of OvLV-induced lesions. A recent genome-wide association study identified a region including four zinc finger genes associated with proviral concentration in one Rambouillet flock. To refine this region, we tested additional variants and identified a small insertion/deletion variant near ZNF389 that showed consistent association with proviral concentration in three animal sets (P sheep from multiple locations and management conditions. Strikingly, one flock had exceptionally high prevalence (>87%, including yearlings) and mean proviral concentration (>950 copies/μg), possibly due to needle sharing. The best estimate of proviral concentration by genotype, obtained from all 1310 OvLV-positive animals tested, showed insertion homozygotes had less than half the proviral concentration of other genotypes (P sheep flocks. PMID:24303974

  13. Fuzzy clustering-based segmented attenuation correction in whole-body PET

    CERN Document Server

    Zaidi, H; Boudraa, A; Slosman, DO

    2001-01-01

    Segmented-based attenuation correction is now a widely accepted technique to reduce noise contribution of measured attenuation correction. In this paper, we present a new method for segmenting transmission images in positron emission tomography. This reduces the noise on the correction maps while still correcting for differing attenuation coefficients of specific tissues. Based on the Fuzzy C-Means (FCM) algorithm, the method segments the PET transmission images into a given number of clusters to extract specific areas of differing attenuation such as air, the lungs and soft tissue, preceded by a median filtering procedure. The reconstructed transmission image voxels are therefore segmented into populations of uniform attenuation based on the human anatomy. The clustering procedure starts with an over-specified number of clusters followed by a merging process to group clusters with similar properties and remove some undesired substructures using anatomical knowledge. The method is unsupervised, adaptive and a...

  14. Revisiting the flocking transition using active spins.

    Science.gov (United States)

    Solon, A P; Tailleur, J

    2013-08-16

    We consider an active Ising model in which spins both diffuse and align on lattice in one and two dimensions. The diffusion is biased so that plus or minus spins hop preferably to the left or to the right, which generates a flocking transition at low temperature and high density. We construct a coarse-grained description of the model that predicts this transition to be a first-order liquid-gas transition in the temperature-density ensemble, with a critical density sent to infinity. In this first-order phase transition, the magnetization is proportional to the liquid fraction and thus varies continuously throughout the phase diagram. Using microscopic simulations, we show that this theoretical prediction holds in 2D whereas the fluctuations alter the transition in 1D, preventing, for instance, any spontaneous symmetry breaking.

  15. Anthelmintic-resistant nematodes in Irish commercial sheep flocks- the state of play

    Directory of Open Access Journals (Sweden)

    Good Barbara

    2012-12-01

    Full Text Available Abstract Anthelmintic resistance has been reported in most sheep producing countries. Prior to the mid 1990s, reports of anthelmintic resistance in Ireland were sparse and focused on benzimidazole, one of the three classes of anthelmintic available during this period. This evidence for efficacy issues on Irish farms combined with awareness that anthelmintic resistance was increasingly being reported in other countries prompted the need for more comprehensive investigations on Irish farms. Faecal egg count reduction and micro-agar larval development tests were employed to investigate resistance to benzimidazole, levamisole and macrocyclic lactone. There is compelling evidence for resistance to both benzimidazole (>88% of flocks and levamisole (>39% of flocks. Resistance of nematode populations to macrocyclic lactone was suspected on a small number of farms (11% but needs to be confirmed. The recent introduction of two new classes of anthelmintics, after over a 25 year interval, together with the evidence that anthelmintic resistance is reported within a relatively short time following the introduction of a new anthelmintic compound means that the challenge to the industry is immediate. Actions are urgently required to manage anthelmintic resistance so as to prolong the lifespan of anthelmintics.

  16. Alerts Analysis and Visualization in Network-based Intrusion Detection Systems

    Energy Technology Data Exchange (ETDEWEB)

    Yang, Dr. Li [University of Tennessee

    2010-08-01

    The alerts produced by network-based intrusion detection systems, e.g. Snort, can be difficult for network administrators to efficiently review and respond to due to the enormous number of alerts generated in a short time frame. This work describes how the visualization of raw IDS alert data assists network administrators in understanding the current state of a network and quickens the process of reviewing and responding to intrusion attempts. The project presented in this work consists of three primary components. The first component provides a visual mapping of the network topology that allows the end-user to easily browse clustered alerts. The second component is based on the flocking behavior of birds such that birds tend to follow other birds with similar behaviors. This component allows the end-user to see the clustering process and provides an efficient means for reviewing alert data. The third component discovers and visualizes patterns of multistage attacks by profiling the attacker s behaviors.

  17. Models to capture the potential for disease transmission in domestic sheep flocks.

    Science.gov (United States)

    Schley, David; Whittle, Sophie; Taylor, Michael; Kiss, Istvan Zoltan

    2012-09-15

    Successful control of livestock diseases requires an understanding of how they spread amongst animals and between premises. Mathematical models can offer important insight into the dynamics of disease, especially when built upon experimental and/or field data. Here the dynamics of a range of epidemiological models are explored in order to determine which models perform best in capturing real-world heterogeneities at sufficient resolution. Individual based network models are considered together with one- and two-class compartmental models, for which the final epidemic size is calculated as a function of the probability of disease transmission occurring during a given physical contact between two individuals. For numerical results the special cases of a viral disease with a fast recovery rate (foot-and-mouth disease) and a bacterial disease with a slow recovery rate (brucellosis) amongst sheep are considered. Quantitative results from observational studies of physical contact amongst domestic sheep are applied and results from the differently structured flocks (ewes with newborn lambs, ewes with nearly weaned lambs and ewes only) compared. These indicate that the breeding cycle leads to significant changes in the expected basic reproduction ratio of diseases. The observed heterogeneity of contacts amongst animals is best captured by full network simulations, although simple compartmental models describe the key features of an outbreak but, as expected, often overestimate the speed of an outbreak. Here the weights of contacts are heterogeneous, with many low weight links. However, due to the well-connected nature of the networks, this has little effect and differences between models remain small. These results indicate that simple compartmental models can be a useful tool for modelling real-world flocks; their applicability will be greater still for more homogeneously mixed livestock, which could be promoted by higher intensity farming practices. Copyright © 2012

  18. ENERGY OPTIMIZATION IN CLUSTER BASED WIRELESS SENSOR NETWORKS

    Directory of Open Access Journals (Sweden)

    T. SHANKAR

    2014-04-01

    Full Text Available Wireless sensor networks (WSN are made up of sensor nodes which are usually battery-operated devices, and hence energy saving of sensor nodes is a major design issue. To prolong the networks lifetime, minimization of energy consumption should be implemented at all layers of the network protocol stack starting from the physical to the application layer including cross-layer optimization. Optimizing energy consumption is the main concern for designing and planning the operation of the WSN. Clustering technique is one of the methods utilized to extend lifetime of the network by applying data aggregation and balancing energy consumption among sensor nodes of the network. This paper proposed new version of Low Energy Adaptive Clustering Hierarchy (LEACH, protocols called Advanced Optimized Low Energy Adaptive Clustering Hierarchy (AOLEACH, Optimal Deterministic Low Energy Adaptive Clustering Hierarchy (ODLEACH, and Varying Probability Distance Low Energy Adaptive Clustering Hierarchy (VPDL combination with Shuffled Frog Leap Algorithm (SFLA that enables selecting best optimal adaptive cluster heads using improved threshold energy distribution compared to LEACH protocol and rotating cluster head position for uniform energy dissipation based on energy levels. The proposed algorithm optimizing the life time of the network by increasing the first node death (FND time and number of alive nodes, thereby increasing the life time of the network.

  19. Organising Documentation in Knowledge Evolution and Communication

    Directory of Open Access Journals (Sweden)

    Cristina De Castro

    2007-06-01

    Full Text Available The knowledge of a subject evolves in time due to many factors, such as better understanding, study of additional issues within the same subject, study of related work from other themes, etc. This can be achieved by individual work, direct cooperation with other people and, in general, knowledge sharing. In this context, and in the broader context of knowledge communication, the appropriate organisation of documentation plays a fundamental role, but is often very difficult to achieve. A layered architecture is here proposed for the development of a structured repository of documentation, here called knowledge-bibliography KB. The process of knowledge acquisition, evolution and communication is firstly considered, then the distributed nature of nowadays knowledge and the ways it is shared and transferred are taken into account. On the basis of the above considerations, a possible clustering of documentation collected by many people is defined. An LDAP-based architecture for the implementation of this structure is also discussed.

  20. KM-FCM: A fuzzy clustering optimization algorithm based on Mahalanobis distance

    Directory of Open Access Journals (Sweden)

    Zhiwen ZU

    2018-04-01

    Full Text Available The traditional fuzzy clustering algorithm uses Euclidean distance as the similarity criterion, which is disadvantageous to the multidimensional data processing. In order to solve this situation, Mahalanobis distance is used instead of the traditional Euclidean distance, and the optimization of fuzzy clustering algorithm based on Mahalanobis distance is studied to enhance the clustering effect and ability. With making the initialization means by Heuristic search algorithm combined with k-means algorithm, and in terms of the validity function which could automatically adjust the optimal clustering number, an optimization algorithm KM-FCM is proposed. The new algorithm is compared with FCM algorithm, FCM-M algorithm and M-FCM algorithm in three standard data sets. The experimental results show that the KM-FCM algorithm is effective. It has higher clustering accuracy than FCM, FCM-M and M-FCM, recognizing high-dimensional data clustering well. It has global optimization effect, and the clustering number has no need for setting in advance. The new algorithm provides a reference for the optimization of fuzzy clustering algorithm based on Mahalanobis distance.

  1. Goal-oriented rectification of camera-based document images.

    Science.gov (United States)

    Stamatopoulos, Nikolaos; Gatos, Basilis; Pratikakis, Ioannis; Perantonis, Stavros J

    2011-04-01

    Document digitization with either flatbed scanners or camera-based systems results in document images which often suffer from warping and perspective distortions that deteriorate the performance of current OCR approaches. In this paper, we present a goal-oriented rectification methodology to compensate for undesirable document image distortions aiming to improve the OCR result. Our approach relies upon a coarse-to-fine strategy. First, a coarse rectification is accomplished with the aid of a computationally low cost transformation which addresses the projection of a curved surface to a 2-D rectangular area. The projection of the curved surface on the plane is guided only by the textual content's appearance in the document image while incorporating a transformation which does not depend on specific model primitives or camera setup parameters. Second, pose normalization is applied on the word level aiming to restore all the local distortions of the document image. Experimental results on various document images with a variety of distortions demonstrate the robustness and effectiveness of the proposed rectification methodology using a consistent evaluation methodology that encounters OCR accuracy and a newly introduced measure using a semi-automatic procedure.

  2. Seminal Quality Prediction Using Clustering-Based Decision Forests

    Directory of Open Access Journals (Sweden)

    Hong Wang

    2014-08-01

    Full Text Available Prediction of seminal quality with statistical learning tools is an emerging methodology in decision support systems in biomedical engineering and is very useful in early diagnosis of seminal patients and selection of semen donors candidates. However, as is common in medical diagnosis, seminal quality prediction faces the class imbalance problem. In this paper, we propose a novel supervised ensemble learning approach, namely Clustering-Based Decision Forests, to tackle unbalanced class learning problem in seminal quality prediction. Experiment results on real fertility diagnosis dataset have shown that Clustering-Based Decision Forests outperforms decision tree, Support Vector Machines, random forests, multilayer perceptron neural networks and logistic regression by a noticeable margin. Clustering-Based Decision Forests can also be used to evaluate variables’ importance and the top five important factors that may affect semen concentration obtained in this study are age, serious trauma, sitting time, the season when the semen sample is produced, and high fevers in the last year. The findings could be helpful in explaining seminal concentration problems in infertile males or pre-screening semen donor candidates.

  3. A similarity based agglomerative clustering algorithm in networks

    Science.gov (United States)

    Liu, Zhiyuan; Wang, Xiujuan; Ma, Yinghong

    2018-04-01

    The detection of clusters is benefit for understanding the organizations and functions of networks. Clusters, or communities, are usually groups of nodes densely interconnected but sparsely linked with any other clusters. To identify communities, an efficient and effective community agglomerative algorithm based on node similarity is proposed. The proposed method initially calculates similarities between each pair of nodes, and form pre-partitions according to the principle that each node is in the same community as its most similar neighbor. After that, check each partition whether it satisfies community criterion. For the pre-partitions who do not satisfy, incorporate them with others that having the biggest attraction until there are no changes. To measure the attraction ability of a partition, we propose an attraction index that based on the linked node's importance in networks. Therefore, our proposed method can better exploit the nodes' properties and network's structure. To test the performance of our algorithm, both synthetic and empirical networks ranging in different scales are tested. Simulation results show that the proposed algorithm can obtain superior clustering results compared with six other widely used community detection algorithms.

  4. Connecting Remote Clusters with ATM

    Energy Technology Data Exchange (ETDEWEB)

    Hu, T.C.; Wyckoff, P.S.

    1998-10-01

    Sandia's entry into utilizing clusters of networked workstations is called Computational Plant or CPlant for short. The design of CPlant uses Ethernet to boot the individual nodes, Myrinet to communicate within a node cluster, and ATM to connect between remote clusters. This SAND document covers the work done to enable the use of ATM on the CPlant nodes in the Fall of 1997.

  5. Pre-harvest surveillance of Campylobacter and Salmonella in Danish broiler flocks: a 2-year study

    DEFF Research Database (Denmark)

    Wedderkopp, A.; Gradel, K.O.; Jorgensen, J.C.

    2001-01-01

    was observed. For each flock, the presence of Campylobacter and Salmonella was recorded in order to estimate the possible correlation between colonisation with the two pathogens. In conclusion, no significant effects on intensive cleaning and disinfection procedures on Campylobacter occurrence could...

  6. Nearest Neighbor Networks: clustering expression data based on gene neighborhoods

    Directory of Open Access Journals (Sweden)

    Olszewski Kellen L

    2007-07-01

    Full Text Available Abstract Background The availability of microarrays measuring thousands of genes simultaneously across hundreds of biological conditions represents an opportunity to understand both individual biological pathways and the integrated workings of the cell. However, translating this amount of data into biological insight remains a daunting task. An important initial step in the analysis of microarray data is clustering of genes with similar behavior. A number of classical techniques are commonly used to perform this task, particularly hierarchical and K-means clustering, and many novel approaches have been suggested recently. While these approaches are useful, they are not without drawbacks; these methods can find clusters in purely random data, and even clusters enriched for biological functions can be skewed towards a small number of processes (e.g. ribosomes. Results We developed Nearest Neighbor Networks (NNN, a graph-based algorithm to generate clusters of genes with similar expression profiles. This method produces clusters based on overlapping cliques within an interaction network generated from mutual nearest neighborhoods. This focus on nearest neighbors rather than on absolute distance measures allows us to capture clusters with high connectivity even when they are spatially separated, and requiring mutual nearest neighbors allows genes with no sufficiently similar partners to remain unclustered. We compared the clusters generated by NNN with those generated by eight other clustering methods. NNN was particularly successful at generating functionally coherent clusters with high precision, and these clusters generally represented a much broader selection of biological processes than those recovered by other methods. Conclusion The Nearest Neighbor Networks algorithm is a valuable clustering method that effectively groups genes that are likely to be functionally related. It is particularly attractive due to its simplicity, its success in the

  7. A Cluster- Based Secure Active Network Environment

    Institute of Scientific and Technical Information of China (English)

    CHEN Xiao-lin; ZHOU Jing-yang; DAI Han; LU Sang-lu; CHEN Gui-hai

    2005-01-01

    We introduce a cluster-based secure active network environment (CSANE) which separates the processing of IP packets from that of active packets in active routers. In this environment, the active code authorized or trusted by privileged users is executed in the secure execution environment (EE) of the active router, while others are executed in the secure EE of the nodes in the distributed shared memory (DSM) cluster. With the supports of a multi-process Java virtual machine and KeyNote, untrusted active packets are controlled to securely consume resource. The DSM consistency management makes that active packets can be parallelly processed in the DSM cluster as if they were processed one by one in ANTS (Active Network Transport System). We demonstrate that CSANE has good security and scalability, but imposing little changes on traditional routers.

  8. Semi-supervised clustering methods.

    Science.gov (United States)

    Bair, Eric

    2013-01-01

    Cluster analysis methods seek to partition a data set into homogeneous subgroups. It is useful in a wide variety of applications, including document processing and modern genetics. Conventional clustering methods are unsupervised, meaning that there is no outcome variable nor is anything known about the relationship between the observations in the data set. In many situations, however, information about the clusters is available in addition to the values of the features. For example, the cluster labels of some observations may be known, or certain observations may be known to belong to the same cluster. In other cases, one may wish to identify clusters that are associated with a particular outcome variable. This review describes several clustering algorithms (known as "semi-supervised clustering" methods) that can be applied in these situations. The majority of these methods are modifications of the popular k-means clustering method, and several of them will be described in detail. A brief description of some other semi-supervised clustering algorithms is also provided.

  9. A Clustering-Based Automatic Transfer Function Design for Volume Visualization

    Directory of Open Access Journals (Sweden)

    Tianjin Zhang

    2016-01-01

    Full Text Available The two-dimensional transfer functions (TFs designed based on intensity-gradient magnitude (IGM histogram are effective tools for the visualization and exploration of 3D volume data. However, traditional design methods usually depend on multiple times of trial-and-error. We propose a novel method for the automatic generation of transfer functions by performing the affinity propagation (AP clustering algorithm on the IGM histogram. Compared with previous clustering algorithms that were employed in volume visualization, the AP clustering algorithm has much faster convergence speed and can achieve more accurate clustering results. In order to obtain meaningful clustering results, we introduce two similarity measurements: IGM similarity and spatial similarity. These two similarity measurements can effectively bring the voxels of the same tissue together and differentiate the voxels of different tissues so that the generated TFs can assign different optical properties to different tissues. Before performing the clustering algorithm on the IGM histogram, we propose to remove noisy voxels based on the spatial information of voxels. Our method does not require users to input the number of clusters, and the classification and visualization process is automatic and efficient. Experiments on various datasets demonstrate the effectiveness of the proposed method.

  10. DCE: A Distributed Energy-Efficient Clustering Protocol for Wireless Sensor Network Based on Double-Phase Cluster-Head Election.

    Science.gov (United States)

    Han, Ruisong; Yang, Wei; Wang, Yipeng; You, Kaiming

    2017-05-01

    Clustering is an effective technique used to reduce energy consumption and extend the lifetime of wireless sensor network (WSN). The characteristic of energy heterogeneity of WSNs should be considered when designing clustering protocols. We propose and evaluate a novel distributed energy-efficient clustering protocol called DCE for heterogeneous wireless sensor networks, based on a Double-phase Cluster-head Election scheme. In DCE, the procedure of cluster head election is divided into two phases. In the first phase, tentative cluster heads are elected with the probabilities which are decided by the relative levels of initial and residual energy. Then, in the second phase, the tentative cluster heads are replaced by their cluster members to form the final set of cluster heads if any member in their cluster has more residual energy. Employing two phases for cluster-head election ensures that the nodes with more energy have a higher chance to be cluster heads. Energy consumption is well-distributed in the proposed protocol, and the simulation results show that DCE achieves longer stability periods than other typical clustering protocols in heterogeneous scenarios.

  11. Simulation-based marginal likelihood for cluster strong lensing cosmology

    Science.gov (United States)

    Killedar, M.; Borgani, S.; Fabjan, D.; Dolag, K.; Granato, G.; Meneghetti, M.; Planelles, S.; Ragone-Figueroa, C.

    2018-01-01

    Comparisons between observed and predicted strong lensing properties of galaxy clusters have been routinely used to claim either tension or consistency with Λ cold dark matter cosmology. However, standard approaches to such cosmological tests are unable to quantify the preference for one cosmology over another. We advocate approximating the relevant Bayes factor using a marginal likelihood that is based on the following summary statistic: the posterior probability distribution function for the parameters of the scaling relation between Einstein radii and cluster mass, α and β. We demonstrate, for the first time, a method of estimating the marginal likelihood using the X-ray selected z > 0.5 Massive Cluster Survey clusters as a case in point and employing both N-body and hydrodynamic simulations of clusters. We investigate the uncertainty in this estimate and consequential ability to compare competing cosmologies, which arises from incomplete descriptions of baryonic processes, discrepancies in cluster selection criteria, redshift distribution and dynamical state. The relation between triaxial cluster masses at various overdensities provides a promising alternative to the strong lensing test.

  12. Dynamics of a scrapie outbreak in a flock of Romanov sheep-estimation of transmission parameters

    NARCIS (Netherlands)

    Hagenaars, T.H.J.; Donelly, C.A.; Ferguson, N.M.; Anderson, R.M.

    2003-01-01

    Knowledge of epidemiological mechanisms and parameters underlying scrapie transmission in sheep flocks remains very limited at present. Here we introduce a method for fitting stochastic transmission models to outbreak data to estimate bounds on key transmission parameters. We apply this method to

  13. Castsearch - Context Based Spoken Document Retrieval

    DEFF Research Database (Denmark)

    Mølgaard, Lasse Lohilahti; Jørgensen, Kasper Winther; Hansen, Lars Kai

    2007-01-01

    The paper describes our work on the development of a system for retrieval of relevant stories from broadcast news. The system utilizes a combination of audio processing and text mining. The audio processing consists of a segmentation step that partitions the audio into speech and music. The speech...... is further segmented into speaker segments and then transcribed using an automatic speech recognition system, to yield text input for clustering using non-negative matrix factorization (NMF). We find semantic topics that are used to evaluate the performance for topic detection. Based on these topics we show...

  14. Document Clustering Approach for Meta Search Engine

    Science.gov (United States)

    Kumar, Naresh, Dr.

    2017-08-01

    The size of WWW is growing exponentially with ever change in technology. This results in huge amount of information with long list of URLs. Manually it is not possible to visit each page individually. So, if the page ranking algorithms are used properly then user search space can be restricted up to some pages of searched results. But available literatures show that no single search system can provide qualitative results from all the domains. This paper provides solution to this problem by introducing a new meta search engine that determine the relevancy of query corresponding to web page and cluster the results accordingly. The proposed approach reduces the user efforts, improves the quality of results and performance of the meta search engine.

  15. Q fever: baseline monitoring of a sheep and a goat flock associated with human infections.

    Science.gov (United States)

    Eibach, R; Bothe, F; Runge, M; Fischer, S F; Philipp, W; Ganter, M

    2012-11-01

    Animal losses due to abortion and weak offspring during a lambing period amounted up to 25% in a goat flock and up to 18% in a sheep flock kept at an experimental station on the Swabian Alb, Germany. Fifteen out of 23 employees and residents on the farm tested positive for Coxiella burnetii antibodies by enzyme-linked immunosorbent assay (ELISA) and indirect immunofluorescence assay. Ninety-four per cent of the goats and 47% of the sheep were seropositive for C. burnetii by ELISA. Blood samples of 8% of goats and 3% of sheep were PCR positive. C. burnetii was shed by all tested animals through vaginal mucus, by 97% of the goats and 78% of the sheep through milk, and by all investigated sheep through faeces (PCR testing). In this outbreak human and animal infection were temporally related suggesting that one was caused by the other.

  16. Determination of the seroprevalence of Newcastle disease virus (avian paramyxovirus type 1 in Zambian backyard chicken flocks

    Directory of Open Access Journals (Sweden)

    Chimuka Musako

    2012-02-01

    Full Text Available A cross-sectional study was conducted in five provinces and 11 districts of Zambia to determine the seroprevalence of Newcastle disease in Zambian backyard chicken flocks. Of the chickens sampled, 73.9% tested positive for avian paramyxovirus type 1 antibodies by means of an enzyme-linked immunosorbent assay. Seroprevalence varied amongst the five provinces sampled, ranging from 82.6% in the Eastern Province to 48.3% in Luapula Province. Seroprevalence also varied amongst the 11 districts sampled, ranging from 91.3% in Monze district of Southern Province to 22.8% in Mufulira district of the Copperbelt province. Overall, the seroprevalence of Newcastle disease in Zambian backyard chicken flocks has increased since the previous study conducted in 1994.

  17. Collaborative Filtering Based on Sequential Extraction of User-Item Clusters

    Science.gov (United States)

    Honda, Katsuhiro; Notsu, Akira; Ichihashi, Hidetomo

    Collaborative filtering is a computational realization of “word-of-mouth” in network community, in which the items prefered by “neighbors” are recommended. This paper proposes a new item-selection model for extracting user-item clusters from rectangular relation matrices, in which mutual relations between users and items are denoted in an alternative process of “liking or not”. A technique for sequential co-cluster extraction from rectangular relational data is given by combining the structural balancing-based user-item clustering method with sequential fuzzy cluster extraction appraoch. Then, the tecunique is applied to the collaborative filtering problem, in which some items may be shared by several user clusters.

  18. Lack of experience-based stratification in homing pigeon leadership hierarchies.

    Science.gov (United States)

    Watts, Isobel; Pettit, Benjamin; Nagy, Máté; de Perera, Theresa Burt; Biro, Dora

    2016-01-01

    In societies that make collective decisions through leadership, a fundamental question concerns the individual attributes that allow certain group members to assume leadership roles over others. Homing pigeons form transitive leadership hierarchies during flock flights, where flock members are ranked according to the average time differences with which they lead or follow others' movement. Here, we test systematically whether leadership ranks in navigational hierarchies are correlated with prior experience of a homing task. We constructed experimental flocks of pigeons with mixed navigational experience: half of the birds within each flock had been familiarized with a specific release site through multiple previous releases, while the other half had never been released from the same site. We measured the birds' hierarchical leadership ranks, then switched the same birds' roles at a second site to test whether the relative hierarchical positions of the birds in the two subsets would reverse in response to the reversal in levels of experience. We found that while across all releases the top hierarchical positions were occupied by experienced birds significantly more often than by inexperienced ones, the remaining experienced birds were not consistently clustered in the top half-in other words, the network did not become stratified. We discuss our results in light of the adaptive value of structuring leadership hierarchies according to 'merit' (here, navigational experience).

  19. [Ontogenetic Mechanisms of Explosive Morphological Divergence in the Lake Tana (Ethiopia) Species Flock of Large African Barbs (Labeobarbus; Cyprinidae; Teleostei)].

    Science.gov (United States)

    Shkila, F N; Lazebny, O E; Kapitanova, D V; Abdissa, Belay; Borisov, V B; Smirnov, S V

    2015-01-01

    Species flock of Lake Tana (Ethiopia) large African barbs (Labeobarbus; Cyprinidae; Teleostei) was studied as a model system for investigating ontogenetic mechanisms of the explosive morphological divergence often accompanying sympatric speciation in bony fishes. Comparative morphological analysis carried out with the use ofgeometric morphometric techniques revealed quantitative differences in the head shapes of species under study. Comparative analysis of skull development revealed significant interspecies differences in the temporal characteristics of craniogenesis in these species. These two lines of evidence suggest that heterochronies in craniogenesis underlie divergence in the head shapes of adult Tana barbs. This prediction was verified via experimental changes of temporal characteristics of craniogenesis in L. intermedius, a putative ancestor for the Lake Tana species flock. For this aim, timing and rate of skull development were changed by artificial manipulation of thyroid hormone levels. In sum, it was shown that it is heterochronies that underlie an explosive morphological divergence of the Lake Tana barbs species flock. Our findings together with those reported in the literature suggest variability in the activity of the hypothalamic-pituitary-thyroid axis to contribute to these heterochronies.

  20. Concept document of the repository-based software engineering program: A constructive appraisal

    Science.gov (United States)

    1992-01-01

    A constructive appraisal of the Concept Document of the Repository-Based Software Engineering Program is provided. The Concept Document is designed to provide an overview of the Repository-Based Software Engineering (RBSE) Program. The Document should be brief and provide the context for reading subsequent requirements and product specifications. That is, all requirements to be developed should be traceable to the Concept Document. Applied Expertise's analysis of the Document was directed toward assuring that: (1) the Executive Summary provides a clear, concise, and comprehensive overview of the Concept (rewrite as necessary); (2) the sections of the Document make best use of the NASA 'Data Item Description' for concept documents; (3) the information contained in the Document provides a foundation for subsequent requirements; and (4) the document adequately: identifies the problem being addressed; articulates RBSE's specific role; specifies the unique aspects of the program; and identifies the nature and extent of the program's users.

  1. Parallel Density-Based Clustering for Discovery of Ionospheric Phenomena

    Science.gov (United States)

    Pankratius, V.; Gowanlock, M.; Blair, D. M.

    2015-12-01

    Ionospheric total electron content maps derived from global networks of dual-frequency GPS receivers can reveal a plethora of ionospheric features in real-time and are key to space weather studies and natural hazard monitoring. However, growing data volumes from expanding sensor networks are making manual exploratory studies challenging. As the community is heading towards Big Data ionospheric science, automation and Computer-Aided Discovery become indispensable tools for scientists. One problem of machine learning methods is that they require domain-specific adaptations in order to be effective and useful for scientists. Addressing this problem, our Computer-Aided Discovery approach allows scientists to express various physical models as well as perturbation ranges for parameters. The search space is explored through an automated system and parallel processing of batched workloads, which finds corresponding matches and similarities in empirical data. We discuss density-based clustering as a particular method we employ in this process. Specifically, we adapt Density-Based Spatial Clustering of Applications with Noise (DBSCAN). This algorithm groups geospatial data points based on density. Clusters of points can be of arbitrary shape, and the number of clusters is not predetermined by the algorithm; only two input parameters need to be specified: (1) a distance threshold, (2) a minimum number of points within that threshold. We discuss an implementation of DBSCAN for batched workloads that is amenable to parallelization on manycore architectures such as Intel's Xeon Phi accelerator with 60+ general-purpose cores. This manycore parallelization can cluster large volumes of ionospheric total electronic content data quickly. Potential applications for cluster detection include the visualization, tracing, and examination of traveling ionospheric disturbances or other propagating phenomena. Acknowledgments. We acknowledge support from NSF ACI-1442997 (PI V. Pankratius).

  2. Voxel-based clustered imaging by multiparameter diffusion tensor images for glioma grading.

    Science.gov (United States)

    Inano, Rika; Oishi, Naoya; Kunieda, Takeharu; Arakawa, Yoshiki; Yamao, Yukihiro; Shibata, Sumiya; Kikuchi, Takayuki; Fukuyama, Hidenao; Miyamoto, Susumu

    2014-01-01

    Gliomas are the most common intra-axial primary brain tumour; therefore, predicting glioma grade would influence therapeutic strategies. Although several methods based on single or multiple parameters from diagnostic images exist, a definitive method for pre-operatively determining glioma grade remains unknown. We aimed to develop an unsupervised method using multiple parameters from pre-operative diffusion tensor images for obtaining a clustered image that could enable visual grading of gliomas. Fourteen patients with low-grade gliomas and 19 with high-grade gliomas underwent diffusion tensor imaging and three-dimensional T1-weighted magnetic resonance imaging before tumour resection. Seven features including diffusion-weighted imaging, fractional anisotropy, first eigenvalue, second eigenvalue, third eigenvalue, mean diffusivity and raw T2 signal with no diffusion weighting, were extracted as multiple parameters from diffusion tensor imaging. We developed a two-level clustering approach for a self-organizing map followed by the K-means algorithm to enable unsupervised clustering of a large number of input vectors with the seven features for the whole brain. The vectors were grouped by the self-organizing map as protoclusters, which were classified into the smaller number of clusters by K-means to make a voxel-based diffusion tensor-based clustered image. Furthermore, we also determined if the diffusion tensor-based clustered image was really helpful for predicting pre-operative glioma grade in a supervised manner. The ratio of each class in the diffusion tensor-based clustered images was calculated from the regions of interest manually traced on the diffusion tensor imaging space, and the common logarithmic ratio scales were calculated. We then applied support vector machine as a classifier for distinguishing between low- and high-grade gliomas. Consequently, the sensitivity, specificity, accuracy and area under the curve of receiver operating characteristic

  3. Bio-Inspired Vision-Based Leader-Follower Formation Flying in the Presence of Delays

    Directory of Open Access Journals (Sweden)

    John Oyekan

    2016-08-01

    Full Text Available Flocking starlings at dusk are known for the mesmerizing and intricate shapes they generate, as well as how fluid these shapes change. They seem to do this effortlessly. Real-life vision-based flocking has not been achieved in micro-UAVs (micro Unmanned Aerial Vehicles to date. Towards this goal, we make three contributions in this paper: (i we used a computational approach to develop a bio-inspired architecture for vision-based Leader-Follower formation flying on two micro-UAVs. We believe that the minimal computational cost of the resulting algorithm makes it suitable for object detection and tracking during high-speed flocking; (ii we show that provided delays in the control loop of a micro-UAV are below a critical value, Kalman filter-based estimation algorithms are not required to achieve Leader-Follower formation flying; (iii unlike previous approaches, we do not use external observers, such as GPS signals or synchronized communication with flock members. These three contributions could be useful in achieving vision-based flocking in GPS-denied environments on computationally-limited agents.

  4. Ovine progressive pneumonia provirus levels are unaffected by the prion 171R allele in an Idaho sheep flock.

    Science.gov (United States)

    Harrington, Robert D; Herrmann-Hoesing, Lynn M; White, Stephen N; O'Rourke, Katherine I; Knowles, Donald P

    2009-01-22

    Selective breeding of sheep for arginine (R) at prion gene (PRNP) codon 171 confers resistance to classical scrapie. However, other effects of 171R selection are uncertain. Ovine progressive pneumonia/Maedi-Visna virus (OPPV) may infect up to 66% of a flock thus any affect of 171R selection on OPPV susceptibility or disease progression could have major impact on the sheep industry. Hypotheses that the PRNP 171R allele is 1) associated with the presence of OPPV provirus and 2) associated with higher provirus levels were tested in an Idaho ewe flock. OPPV provirus was found in 226 of 358 ewes by quantitative PCR. The frequency of ewes with detectable provirus did not differ significantly among the 171QQ, 171QR, and 171RR genotypes (p > 0.05). Also, OPPV provirus levels in infected ewes were not significantly different among codon 171 genotypes (p > 0.05). These results show that, in the flock examined, the presence of OPPV provirus and provirus levels are not related to the PRNP 171R allele. Therefore, a genetic approach to scrapie control is not expected to increase or decrease the number of OPPV infected sheep or the progression of disease. This study provides further support to the adoption of PRNP 171R selection as a scrapie control measure.

  5. Global Change Data Base Pilot (Diskette) Project for Africa. Dase base documentation version 1.1

    Science.gov (United States)

    1992-06-01

    The data base for Africa contains vegetation data, climate data, and other thematic data for a recent three and a half year period. The documentation contains separate chapters of material edited about separate data sets of the overall Global Change Data Base, Pilot (diskette) Project for Africa. Descriptions of data formats, authors, and contributors are accompanied by documentation of the development/use of the data. These materials have been suggested and contributed directly by the authors of the individual data sets. To avoid confusion, some information contained in the documentation that is not directly relevant to the data base has been either omitted, crossed out, or blanked out.

  6. Diagnostic sensitivity and specificity of a participatory disease surveillance method for highly pathogenic avian influenza in household chicken flocks in Indonesia.

    Science.gov (United States)

    Robyn, M; Priyono, W B; Kim, L M; Brum, E

    2012-06-01

    A study was conducted to assess the diagnostic sensitivity and specificity of a disease surveillance method for diagnosis of highly pathogenic avian influenza (HPAI) outbreaks in household chicken flocks used by participatory disease surveillance (PDS) teams in Yogyakarta Province, Indonesia. The Government of Indonesia, in partnership with the Food and Agriculture Organization of the United Nations, has implemented a PDS method for the detection of HPAI outbreaks in poultry since 2006. The PDS method in Indonesia utilizes both a clinical case definition (CD) and the result of a commercial rapid antigen test kit Yogyakarta 55611, to diagnose HPAI outbreaks, primarily in backyard chicken flocks. The following diagnostic sensitivities and specificities were obtained relative to real-time reverse transcription-PCR as the gold standard diagnostic test: 1) 89% sensitivity (CI95: 75%-97%) and 96% specificity (CI95: 89%-99%) for the PDS CD alone; 2) 86% sensitivity (CI95: 71%-95%) and 99% specificity (CI95: 94%-100%) for the rapid antigen test alone; and 3) 84% sensitivity (CI95: 68%-94%) and 100% specificity (CI95: 96%-100%) for the PDS CD result combined with the rapid antigen test result. Based on these results, HPAI outbreaks in extensively raised household chickens can be diagnosed with sufficient sensitivity and specificity using the PDS method as implemented in Indonesia. Subject to further field evaluation, data from this study suggest that the diagnostic sensitivity of the PDS method may be improved by expanding the PDS CD to include more possible clinical presentations of HPAI and by increasing the number of rapid antigen tests to three different birds with HPAI-compatible signs of same flock.

  7. An Adaptive Sweep-Circle Spatial Clustering Algorithm Based on Gestalt

    Directory of Open Access Journals (Sweden)

    Qingming Zhan

    2017-08-01

    Full Text Available An adaptive spatial clustering (ASC algorithm is proposed in this present study, which employs sweep-circle techniques and a dynamic threshold setting based on the Gestalt theory to detect spatial clusters. The proposed algorithm can automatically discover clusters in one pass, rather than through the modification of the initial model (for example, a minimal spanning tree, Delaunay triangulation, or Voronoi diagram. It can quickly identify arbitrarily-shaped clusters while adapting efficiently to non-homogeneous density characteristics of spatial data, without the need for prior knowledge or parameters. The proposed algorithm is also ideal for use in data streaming technology with dynamic characteristics flowing in the form of spatial clustering in large data sets.

  8. Cross-layer cluster-based energy-efficient protocol for wireless sensor networks.

    Science.gov (United States)

    Mammu, Aboobeker Sidhik Koyamparambil; Hernandez-Jayo, Unai; Sainz, Nekane; de la Iglesia, Idoia

    2015-04-09

    Recent developments in electronics and wireless communications have enabled the improvement of low-power and low-cost wireless sensors networks (WSNs). One of the most important challenges in WSNs is to increase the network lifetime due to the limited energy capacity of the network nodes. Another major challenge in WSNs is the hot spots that emerge as locations under heavy traffic load. Nodes in such areas quickly drain energy resources, leading to disconnection in network services. In such an environment, cross-layer cluster-based energy-efficient algorithms (CCBE) can prolong the network lifetime and energy efficiency. CCBE is based on clustering the nodes to different hexagonal structures. A hexagonal cluster consists of cluster members (CMs) and a cluster head (CH). The CHs are selected from the CMs based on nodes near the optimal CH distance and the residual energy of the nodes. Additionally, the optimal CH distance that links to optimal energy consumption is derived. To balance the energy consumption and the traffic load in the network, the CHs are rotated among all CMs. In WSNs, energy is mostly consumed during transmission and reception. Transmission collisions can further decrease the energy efficiency. These collisions can be avoided by using a contention-free protocol during the transmission period. Additionally, the CH allocates slots to the CMs based on their residual energy to increase sleep time. Furthermore, the energy consumption of CH can be further reduced by data aggregation. In this paper, we propose a data aggregation level based on the residual energy of CH and a cost-aware decision scheme for the fusion of data. Performance results show that the CCBE scheme performs better in terms of network lifetime, energy consumption and throughput compared to low-energy adaptive clustering hierarchy (LEACH) and hybrid energy-efficient distributed clustering (HEED).

  9. Management of Energy Consumption on Cluster Based Routing Protocol for MANET

    Science.gov (United States)

    Hosseini-Seno, Seyed-Amin; Wan, Tat-Chee; Budiarto, Rahmat; Yamada, Masashi

    The usage of light-weight mobile devices is increasing rapidly, leading to demand for more telecommunication services. Consequently, mobile ad hoc networks and their applications have become feasible with the proliferation of light-weight mobile devices. Many protocols have been developed to handle service discovery and routing in ad hoc networks. However, the majority of them did not consider one critical aspect of this type of network, which is the limited of available energy in each node. Cluster Based Routing Protocol (CBRP) is a robust/scalable routing protocol for Mobile Ad hoc Networks (MANETs) and superior to existing protocols such as Ad hoc On-demand Distance Vector (AODV) in terms of throughput and overhead. Therefore, based on this strength, methods to increase the efficiency of energy usage are incorporated into CBRP in this work. In order to increase the stability (in term of life-time) of the network and to decrease the energy consumption of inter-cluster gateway nodes, an Enhanced Gateway Cluster Based Routing Protocol (EGCBRP) is proposed. Three methods have been introduced by EGCBRP as enhancements to the CBRP: improving the election of cluster Heads (CHs) in CBRP which is based on the maximum available energy level, implementing load balancing for inter-cluster traffic using multiple gateways, and implementing sleep state for gateway nodes to further save the energy. Furthermore, we propose an Energy Efficient Cluster Based Routing Protocol (EECBRP) which extends the EGCBRP sleep state concept into all idle member nodes, excluding the active nodes in all clusters. The experiment results show that the EGCBRP decreases the overall energy consumption of the gateway nodes up to 10% and the EECBRP reduces the energy consumption of the member nodes up to 60%, both of which in turn contribute to stabilizing the network.

  10. Cross-Layer Cluster-Based Energy-Efficient Protocol for Wireless Sensor Networks

    Directory of Open Access Journals (Sweden)

    Aboobeker Sidhik Koyamparambil Mammu

    2015-04-01

    Full Text Available Recent developments in electronics and wireless communications have enabled the improvement of low-power and low-cost wireless sensors networks (WSNs. One of the most important challenges in WSNs is to increase the network lifetime due to the limited energy capacity of the network nodes. Another major challenge in WSNs is the hot spots that emerge as locations under heavy traffic load. Nodes in such areas quickly drain energy resources, leading to disconnection in network services. In such an environment, cross-layer cluster-based energy-efficient algorithms (CCBE can prolong the network lifetime and energy efficiency. CCBE is based on clustering the nodes to different hexagonal structures. A hexagonal cluster consists of cluster members (CMs and a cluster head (CH. The CHs are selected from the CMs based on nodes near the optimal CH distance and the residual energy of the nodes. Additionally, the optimal CH distance that links to optimal energy consumption is derived. To balance the energy consumption and the traffic load in the network, the CHs are rotated among all CMs. In WSNs, energy is mostly consumed during transmission and reception. Transmission collisions can further decrease the energy efficiency. These collisions can be avoided by using a contention-free protocol during the transmission period. Additionally, the CH allocates slots to the CMs based on their residual energy to increase sleep time. Furthermore, the energy consumption of CH can be further reduced by data aggregation. In this paper, we propose a data aggregation level based on the residual energy of CH and a cost-aware decision scheme for the fusion of data. Performance results show that the CCBE scheme performs better in terms of network lifetime, energy consumption and throughput compared to low-energy adaptive clustering hierarchy (LEACH and hybrid energy-efficient distributed clustering (HEED.

  11. Construction and application of Red5 cluster based on OpenStack

    Science.gov (United States)

    Wang, Jiaqing; Song, Jianxin

    2017-08-01

    With the application and development of cloud computing technology in various fields, the resource utilization rate of the data center has been improved obviously, and the system based on cloud computing platform has also improved the expansibility and stability. In the traditional way, Red5 cluster resource utilization is low and the system stability is poor. This paper uses cloud computing to efficiently calculate the resource allocation ability, and builds a Red5 server cluster based on OpenStack. Multimedia applications can be published to the Red5 cloud server cluster. The system achieves the flexible construction of computing resources, but also greatly improves the stability of the cluster and service efficiency.

  12. Winter body mass and over-ocean flocking as components of danger management by Pacific dunlins

    NARCIS (Netherlands)

    Ydenberg, R.C.; Dekker, D.; Kaiser, G.; Shepherd, P.C.F.; Ogden, L.E.; Rickards, K.; Lank, D.B.

    2010-01-01

    Background: We compared records of the body mass and roosting behavior of Pacific dunlins (Calidris alpina pacifica) wintering on the Fraser River estuary in southwest British Columbia between the 1970s and the 1990s. 'Over-ocean flocking' is a relatively safe but energetically-expensive alternative

  13. Distributed Similarity based Clustering and Compressed Forwarding for wireless sensor networks.

    Science.gov (United States)

    Arunraja, Muruganantham; Malathi, Veluchamy; Sakthivel, Erulappan

    2015-11-01

    Wireless sensor networks are engaged in various data gathering applications. The major bottleneck in wireless data gathering systems is the finite energy of sensor nodes. By conserving the on board energy, the life span of wireless sensor network can be well extended. Data communication being the dominant energy consuming activity of wireless sensor network, data reduction can serve better in conserving the nodal energy. Spatial and temporal correlation among the sensor data is exploited to reduce the data communications. Data similar cluster formation is an effective way to exploit spatial correlation among the neighboring sensors. By sending only a subset of data and estimate the rest using this subset is the contemporary way of exploiting temporal correlation. In Distributed Similarity based Clustering and Compressed Forwarding for wireless sensor networks, we construct data similar iso-clusters with minimal communication overhead. The intra-cluster communication is reduced using adaptive-normalized least mean squares based dual prediction framework. The cluster head reduces the inter-cluster data payload using a lossless compressive forwarding technique. The proposed work achieves significant data reduction in both the intra-cluster and the inter-cluster communications, with the optimal data accuracy of collected data. Copyright © 2015 ISA. Published by Elsevier Ltd. All rights reserved.

  14. Joint local and global consistency on interdocument and interword relationships for co-clustering.

    Science.gov (United States)

    Bao, Bing-Kun; Min, Weiqing; Li, Teng; Xu, Changsheng

    2015-01-01

    Co-clustering has recently received a lot of attention due to its effectiveness in simultaneously partitioning words and documents by exploiting the relationships between them. However, most of the existing co-clustering methods neglect or only partially reveal the interword and interdocument relationships. To fully utilize those relationships, the local and global consistencies on both word and document spaces need to be considered, respectively. Local consistency indicates that the label of a word/document can be predicted from its neighbors, while global consistency enforces a smoothness constraint on words/documents labels over the whole data manifold. In this paper, we propose a novel co-clustering method, called co-clustering via local and global consistency, to not only make use of the relationship between word and document, but also jointly explore the local and global consistency on both word and document spaces, respectively. The proposed method has the following characteristics: 1) the word-document relationships is modeled by following information-theoretic co-clustering (ITCC); 2) the local consistency on both interword and interdocument relationships is revealed by a local predictor; and 3) the global consistency on both interword and interdocument relationships is explored by a global smoothness regularization. All the fitting errors from these three-folds are finally integrated together to formulate an objective function, which is iteratively optimized by a convergence provable updating procedure. The extensive experiments on two benchmark document datasets validate the effectiveness of the proposed co-clustering method.

  15. Pinning control of complex networked systems synchronization, consensus and flocking of networked systems via pinning

    CERN Document Server

    Su, Housheng

    2013-01-01

    Synchronization, consensus and flocking are ubiquitous requirements in networked systems. Pinning Control of Complex Networked Systems investigates these requirements by using the pinning control strategy, which aims to control the whole dynamical network with huge numbers of nodes by imposing controllers for only a fraction of the nodes. As the direct control of every node in a dynamical network with huge numbers of nodes might be impossible or unnecessary, it’s then very important to use the pinning control strategy for the synchronization of complex dynamical networks. The research on pinning control strategy in consensus and flocking of multi-agent systems can not only help us to better understand the mechanisms of natural collective phenomena, but also benefit applications in mobile sensor/robot networks. This book offers a valuable resource for researchers and engineers working in the fields of control theory and control engineering.   Housheng Su is an Associate Professor at the Department of Contro...

  16. EMISSION OF CARBON DIOXIDEIN LITTER IN THE FIRST FLOCK OF BROILERS

    Directory of Open Access Journals (Sweden)

    João Dionísio Henn

    2014-07-01

    Full Text Available This study aimed to evaluate the concentrations of greenhouse gases (CO2, CH4 and N 2O in the air and determine the CO2 emission based on the C balance in the litter of the first flock from fast (Cobb 500 and medium (C44 growth broilers strains. Gas samples were collected from cameras placed on the litter inside the boxes. At 0, 10, 20 and 30 minutes after closing the chambers, air samples were taken polypropylene syringes with 20 mL and then analyzed by gas chromatography. Based on the C balance of the litter, it was estimated the total CO2 emitted. The CO2 concentration was 3.5 times higher in the air inside the aviary in relation to outside air and there was no difference for N2O and CH4. CO2 emissions estimated by the C budget of the litter, in g/chicken, were higher in males compared to females Cobb and Cobb both greater strain C44, regardless of sex, from 1 to 49 days old. When expressed in g kg BW-1, there were no differences between strains and sexes.

  17. A Data-origin Authentication Protocol Based on ONOS Cluster

    Directory of Open Access Journals (Sweden)

    Qin Hua

    2016-01-01

    Full Text Available This paper is aim to propose a data-origin authentication protocol based on ONOS cluster. ONOS is a SDN controller which can work under a distributed environment. However, the security of an ONOS cluster is seldom considered, and the communication in an ONOS cluster may suffer from lots of security threats. In this paper, we used a two-tier self-renewable hash chain for identity authentication and data-origin authentication. We analyse the security and overhead of our proposal and made a comparison with current security measure. It showed that with the help of our proposal, communication in an ONOS cluster could be protected from identity forging, replay attacks, data tampering, MITM attacks and repudiation, also the computational overhead would decrease apparently.

  18. Multi scales based sparse matrix spectral clustering image segmentation

    Science.gov (United States)

    Liu, Zhongmin; Chen, Zhicai; Li, Zhanming; Hu, Wenjin

    2018-04-01

    In image segmentation, spectral clustering algorithms have to adopt the appropriate scaling parameter to calculate the similarity matrix between the pixels, which may have a great impact on the clustering result. Moreover, when the number of data instance is large, computational complexity and memory use of the algorithm will greatly increase. To solve these two problems, we proposed a new spectral clustering image segmentation algorithm based on multi scales and sparse matrix. We devised a new feature extraction method at first, then extracted the features of image on different scales, at last, using the feature information to construct sparse similarity matrix which can improve the operation efficiency. Compared with traditional spectral clustering algorithm, image segmentation experimental results show our algorithm have better degree of accuracy and robustness.

  19. 9 CFR 147.6 - Procedure for determining the status of flocks reacting to tests for Mycoplasma gallisepticum...

    Science.gov (United States)

    2010-01-01

    ... (SPD) test shall be conducted. Provided, that for egg-type and meat-type chicken and waterfowl, exhibition poultry, and game bird flocks, if more than 50 percent of the samples are positive for either...

  20. A Document-Based EHR System That Controls the Disclosure of Clinical Documents Using an Access Control List File Based on the HL7 CDA Header.

    Science.gov (United States)

    Takeda, Toshihiro; Ueda, Kanayo; Nakagawa, Akito; Manabe, Shirou; Okada, Katsuki; Mihara, Naoki; Matsumura, Yasushi

    2017-01-01

    Electronic health record (EHR) systems are necessary for the sharing of medical information between care delivery organizations (CDOs). We developed a document-based EHR system in which all of the PDF documents that are stored in our electronic medical record system can be disclosed to selected target CDOs. An access control list (ACL) file was designed based on the HL7 CDA header to manage the information that is disclosed.

  1. A novel clustering algorithm based on quantum games

    International Nuclear Information System (INIS)

    Li Qiang; He Yan; Jiang Jingping

    2009-01-01

    Enormous successes have been made by quantum algorithms during the last decade. In this paper, we combine the quantum game with the problem of data clustering, and then develop a quantum-game-based clustering algorithm, in which data points in a dataset are considered as players who can make decisions and implement quantum strategies in quantum games. After each round of a quantum game, each player's expected payoff is calculated. Later, he uses a link-removing-and-rewiring (LRR) function to change his neighbors and adjust the strength of links connecting to them in order to maximize his payoff. Further, algorithms are discussed and analyzed in two cases of strategies, two payoff matrixes and two LRR functions. Consequently, the simulation results have demonstrated that data points in datasets are clustered reasonably and efficiently, and the clustering algorithms have fast rates of convergence. Moreover, the comparison with other algorithms also provides an indication of the effectiveness of the proposed approach.

  2. Green Clustering Implementation Based on DPS-MOPSO

    Directory of Open Access Journals (Sweden)

    Yang Lu

    2014-01-01

    Full Text Available A green clustering implementation is proposed to be as the first method in the framework of an energy-efficient strategy for centralized enterprise high-density WLANs. Traditionally, to maintain the network coverage, all of the APs within the WLAN have to be powered on. Nevertheless, the new algorithm can power off a large proportion of APs while the coverage is maintained as the always-on counterpart. The proposed algorithm is composed of two parallel and concurrent procedures, which are the faster procedure based on K-means and the more accurate procedure based on Dynamic Population Size Multiple Objective Particle Swarm Optimization (DPS-MOPSO. To implement green clustering efficiently and accurately, dynamic population size and mutational operators are introduced as complements for the classical MOPSO. In addition to the function of AP selection, the new green clustering algorithm has another new function as the reference and guidance for AP deployment. This paper also presents simulations in scenarios modeled with ray-tracing method and FDTD technique, and the results show that about 67% up to 90% of energy consumption can be saved while the original network coverage is maintained during periods when few users are online or when the traffic load is low.

  3. A quasiparticle-based multi-reference coupled-cluster method.

    Science.gov (United States)

    Rolik, Zoltán; Kállay, Mihály

    2014-10-07

    The purpose of this paper is to introduce a quasiparticle-based multi-reference coupled-cluster (MRCC) approach. The quasiparticles are introduced via a unitary transformation which allows us to represent a complete active space reference function and other elements of an orthonormal multi-reference (MR) basis in a determinant-like form. The quasiparticle creation and annihilation operators satisfy the fermion anti-commutation relations. On the basis of these quasiparticles, a generalization of the normal-ordered operator products for the MR case can be introduced as an alternative to the approach of Mukherjee and Kutzelnigg [Recent Prog. Many-Body Theor. 4, 127 (1995); Mukherjee and Kutzelnigg, J. Chem. Phys. 107, 432 (1997)]. Based on the new normal ordering any quasiparticle-based theory can be formulated using the well-known diagram techniques. Beyond the general quasiparticle framework we also present a possible realization of the unitary transformation. The suggested transformation has an exponential form where the parameters, holding exclusively active indices, are defined in a form similar to the wave operator of the unitary coupled-cluster approach. The definition of our quasiparticle-based MRCC approach strictly follows the form of the single-reference coupled-cluster method and retains several of its beneficial properties. Test results for small systems are presented using a pilot implementation of the new approach and compared to those obtained by other MR methods.

  4. Comparisons of sampling procedures and time of sampling for the detection of Salmonella in Danish infected chicken flocks raised in floor systems

    DEFF Research Database (Denmark)

    Gradel, K.O.; Andersen, J.; Madsen, M.

    2002-01-01

    other within each flock: 1) 5 pairs of socks, analysed as 5 samples, 2) 2 pairs of socks, analysed as one sample, and 3) 60 faecal samples, analysed as one pooled sample. Agreement between sampling methods was evaluated by the following statistical tests: 'Kappa', 'The adjusted rand', McNemar"s test...... in detecting S. enterica as the 60 faecal samples. In broiler flocks, 5 pairs of socks were used both in the routine samples taken at about 3 weeks of age for the establishment of infection of the flock, and as one of the follow-up samples taken shortly before slaughter age, which means that the only notable...... for marginal symmetry, Proportion of agreement P-0, P-, P-, and Odds Ratio. The highest agreement was found between the 2 types of sock sampling, while the lowest agreement was found by comparing 60 faecal samples with 5 pairs of socks. Two pairs of socks analysed as one pool appeared to be just as effective...

  5. Formal And Informal Macro-Regional Transport Clusters As A Primary Step In The Design And Implementation Of Cluster-Based Strategies

    Directory of Open Access Journals (Sweden)

    Nežerenko Olga

    2015-09-01

    Full Text Available The aim of the study is the identification of a formal macro-regional transport and logistics cluster and its development trends on a macro-regional level in 2007-2011 by means of the hierarchical cluster analysis. The central approach of the study is based on two concepts: 1 the concept of formal and informal macro-regions, and 2 the concept of clustering which is based on the similarities shared by the countries of a macro-region and tightly related to the concept of macro-region. The authors seek to answer the question whether the formation of a formal transport cluster could provide the BSR a stable competitive position in the global transportation and logistics market.

  6. Substructures in DAFT/FADA survey clusters based on XMM and optical data

    Science.gov (United States)

    Durret, F.; DAFT/FADA Team

    2014-07-01

    The DAFT/FADA survey was initiated to perform weak lensing tomography on a sample of 90 massive clusters in the redshift range [0.4,0.9] with HST imaging available. The complementary deep multiband imaging constitutes a high quality imaging data base for these clusters. In X-rays, we have analysed the XMM-Newton and/or Chandra data available for 32 clusters, and for 23 clusters we fit the X-ray emissivity with a beta-model and subtract it to search for substructures in the X-ray gas. This study was coupled with a dynamical analysis for the 18 clusters with at least 15 spectroscopic galaxy redshifts in the cluster range, based on a Serna & Gerbal (SG) analysis. We detected ten substructures in eight clusters by both methods (X-rays and SG). The percentage of mass included in substructures is found to be roughly constant with redshift, with values of 5-15%. Most of the substructures detected both in X-rays and with the SG method are found to be relatively recent infalls, probably at their first cluster pericenter approach.

  7. Adaptive density trajectory cluster based on time and space distance

    Science.gov (United States)

    Liu, Fagui; Zhang, Zhijie

    2017-10-01

    There are some hotspot problems remaining in trajectory cluster for discovering mobile behavior regularity, such as the computation of distance between sub trajectories, the setting of parameter values in cluster algorithm and the uncertainty/boundary problem of data set. As a result, based on the time and space, this paper tries to define the calculation method of distance between sub trajectories. The significance of distance calculation for sub trajectories is to clearly reveal the differences in moving trajectories and to promote the accuracy of cluster algorithm. Besides, a novel adaptive density trajectory cluster algorithm is proposed, in which cluster radius is computed through using the density of data distribution. In addition, cluster centers and number are selected by a certain strategy automatically, and uncertainty/boundary problem of data set is solved by designed weighted rough c-means. Experimental results demonstrate that the proposed algorithm can perform the fuzzy trajectory cluster effectively on the basis of the time and space distance, and obtain the optimal cluster centers and rich cluster results information adaptably for excavating the features of mobile behavior in mobile and sociology network.

  8. Personalized PageRank Clustering: A graph clustering algorithm based on random walks

    Science.gov (United States)

    A. Tabrizi, Shayan; Shakery, Azadeh; Asadpour, Masoud; Abbasi, Maziar; Tavallaie, Mohammad Ali

    2013-11-01

    Graph clustering has been an essential part in many methods and thus its accuracy has a significant effect on many applications. In addition, exponential growth of real-world graphs such as social networks, biological networks and electrical circuits demands clustering algorithms with nearly-linear time and space complexity. In this paper we propose Personalized PageRank Clustering (PPC) that employs the inherent cluster exploratory property of random walks to reveal the clusters of a given graph. We combine random walks and modularity to precisely and efficiently reveal the clusters of a graph. PPC is a top-down algorithm so it can reveal inherent clusters of a graph more accurately than other nearly-linear approaches that are mainly bottom-up. It also gives a hierarchy of clusters that is useful in many applications. PPC has a linear time and space complexity and has been superior to most of the available clustering algorithms on many datasets. Furthermore, its top-down approach makes it a flexible solution for clustering problems with different requirements.

  9. Novel Clustering Method Based on K-Medoids and Mobility Metric

    Directory of Open Access Journals (Sweden)

    Y. Hamzaoui

    2018-06-01

    Full Text Available The structure and constraint of MANETS influence negatively the performance of QoS, moreover the main routing protocols proposed generally operate in flat routing. Hence, this structure gives the bad results of QoS when the network becomes larger and denser. To solve this problem we use one of the most popular methods named clustering. The present paper comes within the frameworks of research to improve the QoS in MANETs. In this paper we propose a new algorithm of clustering based on the new mobility metric and K-Medoid to distribute the nodes into several clusters. Intuitively our algorithm can give good results in terms of stability of the cluster, and can also extend life time of cluster head.

  10. Social and spatial effects on genetic variation between foraging flocks in a wild bird population.

    Science.gov (United States)

    Radersma, Reinder; Garroway, Colin J; Santure, Anna W; de Cauwer, Isabelle; Farine, Damien R; Slate, Jon; Sheldon, Ben C

    2017-10-01

    Social interactions are rarely random. In some instances, animals exhibit homophily or heterophily, the tendency to interact with similar or dissimilar conspecifics, respectively. Genetic homophily and heterophily influence the evolutionary dynamics of populations, because they potentially affect sexual and social selection. Here, we investigate the link between social interactions and allele frequencies in foraging flocks of great tits (Parus major) over three consecutive years. We constructed co-occurrence networks which explicitly described the splitting and merging of 85,602 flocks through time (fission-fusion dynamics), at 60 feeding sites. Of the 1,711 birds in those flocks, we genotyped 962 individuals at 4,701 autosomal single nucleotide polymorphisms (SNPs). By combining genomewide genotyping with repeated field observations of the same individuals, we were able to investigate links between social structure and allele frequencies at a much finer scale than was previously possible. We explicitly accounted for potential spatial effects underlying genetic structure at the population level. We modelled social structure and spatial configuration of great tit fission-fusion dynamics with eigenvector maps. Variance partitioning revealed that allele frequencies were strongly affected by group fidelity (explaining 27%-45% of variance) as individuals tended to maintain associations with the same conspecifics. These conspecifics were genetically more dissimilar than expected, shown by genomewide heterophily for pure social (i.e., space-independent) grouping preferences. Genomewide homophily was linked to spatial configuration, indicating spatial segregation of genotypes. We did not find evidence for homophily or heterophily for putative socially relevant candidate genes or any other SNP markers. Together, these results demonstrate the importance of distinguishing social and spatial processes in determining population structure. © 2017 John Wiley & Sons Ltd.

  11. Distribution of Campylobacter jejuni Penner serotypes in broiler flocks 1998-2000 in a small Danish community with special reference to serotype 4-complex

    DEFF Research Database (Denmark)

    Wedderkopp, A.; Nielsen, E.M.; Pedersen, Karl

    2003-01-01

    During the period January 1998-December 2001, all Danish broiler flocks were monitored bacteriologically for thermophilic campylobacters and isolates were stored at -80 degreesC. Six neighbouring broiler farms in a small community were selected for detailed examination of all Campylobacter jejuni...... isolated (n = 180) from these farms during 1998-2000 using Penner serotyping and pulsed-field gel electrophoresis (PFGE). The area and the farms were selected according to their prevalence of campylobacter so that both farms with low and high frequencies of campylobacter positive flocks were included...... in the study. The frequency of campylobacter positive flocks on the six farms ranged from 24.5 to 72.7%. One hundred and eighty of the isolates were C. jejuni (included in this study), 14 isolates were C. coli whereas 7 isolates belonged to other species but were not further identified. By serotyping of all C...

  12. Clustering economies based on multiple criteria decision making techniques

    Directory of Open Access Journals (Sweden)

    Mansour Momeni

    2011-10-01

    Full Text Available One of the primary concerns on many countries is to determine different important factors affecting economic growth. In this paper, we study some factors such as unemployment rate, inflation ratio, population growth, average annual income, etc to cluster different countries. The proposed model of this paper uses analytical hierarchy process (AHP to prioritize the criteria and then uses a K-mean technique to cluster 59 countries based on the ranked criteria into four groups. The first group includes countries with high standards such as Germany and Japan. In the second cluster, there are some developing countries with relatively good economic growth such as Saudi Arabia and Iran. The third cluster belongs to countries with faster rates of growth compared with the countries located in the second group such as China, India and Mexico. Finally, the fourth cluster includes countries with relatively very low rates of growth such as Jordan, Mali, Niger, etc.

  13. The impact of biosecurity and partial depopulation on Campylobacter prevalence in Irish broiler flocks with differing levels of hygiene and economic performance

    Directory of Open Access Journals (Sweden)

    Shaun Smith

    2016-05-01

    Full Text Available Background: Campylobacter jejuni is the leading bacterial food-borne pathogen within the European Union (EU, and poultry meat is the primary route for transmission to humans. Material and methods: This study examined the impact of partial depopulation (thinning, season, and farm performance (economic, hygiene, and biosecurity on Campylobacter prevalence in Irish broilers over a 13-month period. Ten caecal samples were taken per flock, for a total of 211 flocks from 23 farms during the duration of the study. Campylobacter was isolated and enumerated according to modified published ISO methods for veterinary samples. Biosecurity was evaluated through a questionnaire based on risk factors for Campylobacter identified in previous studies. Hygiene compliance was assessed from audit records taken over the course of 1 year. All information relating to biosecurity and hygiene was obtained directly from the processing company. This was done to ensure farmers were unaware they were being monitored for Campylobacter prevalence and prevent changes to their behaviour. Results and discussion: Farms with high performance were found to have significantly lower Campylobacter prevalence at first depopulation compared with low-performance farms across all seasons (P≤0.01. Peak Campylobacter levels were observed during the summer season at first thin in both the high- and low-performance groups. Campylobacter prevalence was found to increase to ≥85% in both high- and low-performance farms across all seasons at final depopulation, suggesting that Campylobacter was introduced during the first depopulation. On low-performance farms, four biosecurity interventions were found to significantly reduce the odds of a flock being Campylobacter positive (physical step-over barrier OR=0.17, house-specific footwear OR=0.13, absence of water body within 0.5 km OR=0.13, two or more broiler houses on a farm OR=0.16, compared with farms without these interventions. For high

  14. The impact of biosecurity and partial depopulation on Campylobacter prevalence in Irish broiler flocks with differing levels of hygiene and economic performance.

    Science.gov (United States)

    Smith, Shaun; Messam, Locksley L McV; Meade, Joseph; Gibbons, James; McGill, Kevina; Bolton, Declan; Whyte, Paul

    2016-01-01

    Campylobacter jejuni is the leading bacterial food-borne pathogen within the European Union (EU), and poultry meat is the primary route for transmission to humans. This study examined the impact of partial depopulation (thinning), season, and farm performance (economic, hygiene, and biosecurity) on Campylobacter prevalence in Irish broilers over a 13-month period. Ten caecal samples were taken per flock, for a total of 211 flocks from 23 farms during the duration of the study. Campylobacter was isolated and enumerated according to modified published ISO methods for veterinary samples. Biosecurity was evaluated through a questionnaire based on risk factors for Campylobacter identified in previous studies. Hygiene compliance was assessed from audit records taken over the course of 1 year. All information relating to biosecurity and hygiene was obtained directly from the processing company. This was done to ensure farmers were unaware they were being monitored for Campylobacter prevalence and prevent changes to their behaviour. Farms with high performance were found to have significantly lower Campylobacter prevalence at first depopulation compared with low-performance farms across all seasons (P≤0.01). Peak Campylobacter levels were observed during the summer season at first thin in both the high- and low-performance groups. Campylobacter prevalence was found to increase to ≥85% in both high- and low-performance farms across all seasons at final depopulation, suggesting that Campylobacter was introduced during the first depopulation. On low-performance farms, four biosecurity interventions were found to significantly reduce the odds of a flock being Campylobacter positive (physical step-over barrier OR=0.17, house-specific footwear OR=0.13, absence of water body within 0.5 km OR=0.13, two or more broiler houses on a farm OR=0.16), compared with farms without these interventions. For high-performance farms, no single biosecurity intervention was identified as

  15. Mutations in Ovis aries TMEM154 are associated with lower small ruminant lentivirus proviral concentration in one sheep flock.

    Science.gov (United States)

    Alshanbari, F A; Mousel, M R; Reynolds, J O; Herrmann-Hoesing, L M; Highland, M A; Lewis, G S; White, S N

    2014-08-01

    Small ruminant lentivirus (SRLV), also called ovine progressive pneumonia virus or maedi-visna, is present in 24% of US sheep. Like human immunodeficiency virus, SRLV is a macrophage-tropic lentivirus that causes lifelong infection. The production impacts from SRLV are due to a range of disease symptoms, including pneumonia, arthritis, mastitis, body condition wasting and encephalitis. There is no cure and no effective vaccine for preventing SRLV infection. However, breed differences in prevalence and proviral concentration indicate a genetic basis for susceptibility to SRLV. Animals with high blood proviral concentration show increased tissue lesion severity, so proviral concentration represents a live animal test for control post-infection in terms of proviral replication and disease severity. Recently, it was found that sheep with two copies of TMEM154 haplotype 1 (encoding lysine at position 35) had lower odds of SRLV infection. In this study, we examined the relationship between SRLV control post-infection and variants in two genes, TMEM154 and CCR5, in four flocks containing 1403 SRLV-positive sheep. We found two copies of TMEM154 haplotype 1 were associated with lower SRLV proviral concentration in one flock (P < 0.02). This identified the same favorable diplotype for SRLV control post-infection as for odds of infection. However, frequencies of haplotypes 2 and 3 were too low in the other three flocks to test. The CCR5 promoter deletion did not have consistent association with SRLV proviral concentration. Future work in flocks with more balanced allele frequencies is needed to confirm or refute TMEM154 association with control of SRLV post-infection. Published 2014. This article is a U.S. Government work and is in the public domain in the USA. Animal Genetics published by John Wiley & Sons Ltd on behalf of Stichting International Foundation for Animal Genetics.

  16. A New Wavelet-Based Document Image Segmentation Scheme

    Institute of Scientific and Technical Information of China (English)

    赵健; 李道京; 俞卞章; 耿军平

    2002-01-01

    The document image segmentation is very useful for printing, faxing and data processing. An algorithm is developed for segmenting and classifying document image. Feature used for classification is based on the histogram distribution pattern of different image classes. The important attribute of the algorithm is using wavelet correlation image to enhance raw image's pattern, so the classification accuracy is improved. In this paper document image is divided into four types: background, photo, text and graph. Firstly, the document image background has been distingusished easily by former normally method; secondly, three image types will be distinguished by their typical histograms, in order to make histograms feature clearer, each resolution' s HH wavelet subimage is used to add to the raw image at their resolution. At last, the photo, text and praph have been devided according to how the feature fit to the Laplacian distrbution by -X2 and L. Simulations show that classification accuracy is significantly improved. The comparison with related shows that our algorithm provides both lower classification error rates and better visual results.

  17. Semi-supervised clustering methods

    Science.gov (United States)

    Bair, Eric

    2013-01-01

    Cluster analysis methods seek to partition a data set into homogeneous subgroups. It is useful in a wide variety of applications, including document processing and modern genetics. Conventional clustering methods are unsupervised, meaning that there is no outcome variable nor is anything known about the relationship between the observations in the data set. In many situations, however, information about the clusters is available in addition to the values of the features. For example, the cluster labels of some observations may be known, or certain observations may be known to belong to the same cluster. In other cases, one may wish to identify clusters that are associated with a particular outcome variable. This review describes several clustering algorithms (known as “semi-supervised clustering” methods) that can be applied in these situations. The majority of these methods are modifications of the popular k-means clustering method, and several of them will be described in detail. A brief description of some other semi-supervised clustering algorithms is also provided. PMID:24729830

  18. GOClonto: an ontological clustering approach for conceptualizing PubMed abstracts.

    Science.gov (United States)

    Zheng, Hai-Tao; Borchert, Charles; Kim, Hong-Gee

    2010-02-01

    Concurrent with progress in biomedical sciences, an overwhelming of textual knowledge is accumulating in the biomedical literature. PubMed is the most comprehensive database collecting and managing biomedical literature. To help researchers easily understand collections of PubMed abstracts, numerous clustering methods have been proposed to group similar abstracts based on their shared features. However, most of these methods do not explore the semantic relationships among groupings of documents, which could help better illuminate the groupings of PubMed abstracts. To address this issue, we proposed an ontological clustering method called GOClonto for conceptualizing PubMed abstracts. GOClonto uses latent semantic analysis (LSA) and gene ontology (GO) to identify key gene-related concepts and their relationships as well as allocate PubMed abstracts based on these key gene-related concepts. Based on two PubMed abstract collections, the experimental results show that GOClonto is able to identify key gene-related concepts and outperforms the STC (suffix tree clustering) algorithm, the Lingo algorithm, the Fuzzy Ants algorithm, and the clustering based TRS (tolerance rough set) algorithm. Moreover, the two ontologies generated by GOClonto show significant informative conceptual structures.

  19. Radiocaesium variability within sheep flocks. Relationships between the 137Cs activity concentrations of individual ewes within a flock and between ewes and their progeny

    International Nuclear Information System (INIS)

    Beresford, N.A.; Barnett, C.L.; Crout, N.M.J.; Morris, C.C.

    1995-01-01

    As a consequence of radiocaesium deposition following the Chernobyl accident the movement and slaughter of sheep were restricted within some upland areas of the United Kingdom. Considerable variability in the radiocaesium activity concentrations between individual sheep within flocks has been recorded. This paper reports studies conducted to investigate the reasons for this within flock variability on three farms in the restricted area of west Cumbria. On each farm, study sheep were selected and live-monitored over the period 1991-93. Results from all three study farms showed a correlation in the 137 Cs activity concentration of individual sheep on different monitoring occasions. This observation suggested that a few sheep on each farm are likely to be responsible for the continuation of restrictions on many of the affected holdings. Comparisons between monitoring data obtained in summer and autumn months were better correlated than those involving data collected in the winter and spring. Prior to weaning there was a linear relationship between the 137 Cs levels in the muscle of a lamb and that in the muscle of its dam. Given these observations it is suggested that, in successive years, ewes identified as consistently having high radiocaesium levels in their muscle will produce lambs which will also have comparatively high levels of radiocaesium; the limited data available support this hypothesis. However, no relationship between the 137 Cs activity concentration of a ewe and its lamb was evident post-weaning, thereby discounting any possibility of an inherited effect. On one of the farms a significant difference was found between the 137 Cs activity concentration of different breeds of sheep

  20. Translation of risk factor estimates into on-farm interventions and their effect on Campylobacter broiler flock prevalence

    DEFF Research Database (Denmark)

    Sommer, Helle Mølgaard; Nauta, Maarten; Rosenquist, Hanne

    2016-01-01

    population estimations using logistic regression. To obtain population estimates per country, the predicted prevalence values were multiplied by the frequencies (no. of farms) in a reference population based on data from the risk factor study and a large questionnaire. The latter was included to improve...... improve further when the results are integrated with costs of interventions in a cost effectiveness study. The approach was developed for Campylobacter in broiler flocks, but it can also be applied to other pathogens and other farm animals, given that the required data are available....

  1. Unsupervised active learning based on hierarchical graph-theoretic clustering.

    Science.gov (United States)

    Hu, Weiming; Hu, Wei; Xie, Nianhua; Maybank, Steve

    2009-10-01

    Most existing active learning approaches are supervised. Supervised active learning has the following problems: inefficiency in dealing with the semantic gap between the distribution of samples in the feature space and their labels, lack of ability in selecting new samples that belong to new categories that have not yet appeared in the training samples, and lack of adaptability to changes in the semantic interpretation of sample categories. To tackle these problems, we propose an unsupervised active learning framework based on hierarchical graph-theoretic clustering. In the framework, two promising graph-theoretic clustering algorithms, namely, dominant-set clustering and spectral clustering, are combined in a hierarchical fashion. Our framework has some advantages, such as ease of implementation, flexibility in architecture, and adaptability to changes in the labeling. Evaluations on data sets for network intrusion detection, image classification, and video classification have demonstrated that our active learning framework can effectively reduce the workload of manual classification while maintaining a high accuracy of automatic classification. It is shown that, overall, our framework outperforms the support-vector-machine-based supervised active learning, particularly in terms of dealing much more efficiently with new samples whose categories have not yet appeared in the training samples.

  2. A robust approach based on Weibull distribution for clustering gene expression data

    Directory of Open Access Journals (Sweden)

    Gong Binsheng

    2011-05-01

    Full Text Available Abstract Background Clustering is a widely used technique for analysis of gene expression data. Most clustering methods group genes based on the distances, while few methods group genes according to the similarities of the distributions of the gene expression levels. Furthermore, as the biological annotation resources accumulated, an increasing number of genes have been annotated into functional categories. As a result, evaluating the performance of clustering methods in terms of the functional consistency of the resulting clusters is of great interest. Results In this paper, we proposed the WDCM (Weibull Distribution-based Clustering Method, a robust approach for clustering gene expression data, in which the gene expressions of individual genes are considered as the random variables following unique Weibull distributions. Our WDCM is based on the concept that the genes with similar expression profiles have similar distribution parameters, and thus the genes are clustered via the Weibull distribution parameters. We used the WDCM to cluster three cancer gene expression data sets from the lung cancer, B-cell follicular lymphoma and bladder carcinoma and obtained well-clustered results. We compared the performance of WDCM with k-means and Self Organizing Map (SOM using functional annotation information given by the Gene Ontology (GO. The results showed that the functional annotation ratios of WDCM are higher than those of the other methods. We also utilized the external measure Adjusted Rand Index to validate the performance of the WDCM. The comparative results demonstrate that the WDCM provides the better clustering performance compared to k-means and SOM algorithms. The merit of the proposed WDCM is that it can be applied to cluster incomplete gene expression data without imputing the missing values. Moreover, the robustness of WDCM is also evaluated on the incomplete data sets. Conclusions The results demonstrate that our WDCM produces clusters

  3. A Cluster-based Approach Towards Detecting and Modeling Network Dictionary Attacks

    Directory of Open Access Journals (Sweden)

    A. Tajari Siahmarzkooh

    2016-12-01

    Full Text Available In this paper, we provide an approach to detect network dictionary attacks using a data set collected as flows based on which a clustered graph is resulted. These flows provide an aggregated view of the network traffic in which the exchanged packets in the network are considered so that more internally connected nodes would be clustered. We show that dictionary attacks could be detected through some parameters namely the number and the weight of clusters in time series and their evolution over the time. Additionally, the Markov model based on the average weight of clusters,will be also created. Finally, by means of our suggested model, we demonstrate that artificial clusters of the flows are created for normal and malicious traffic. The results of the proposed approach on CAIDA 2007 data set suggest a high accuracy for the model and, therefore, it provides a proper method for detecting the dictionary attack.

  4. IDENTIFICAÇÃO DE CLUSTERS INTERNACIONAIS COM BASE NAS DIMENSÕES CULTURAIS DE HOFSTEDE. / Identification of international clusters based on the hofstede’s cultural dimensions

    Directory of Open Access Journals (Sweden)

    Valderí de Castro Alcântara1

    2012-08-01

    Full Text Available Haja vista que a cultura de um país influencia a cultura organizacional das empresas nele presente e ainda é fator determinante no processo de internacionalização, torna-se relevante compreender e mensurar as características culturais de cada país. Os estudos de Hofstede (1984 apresentam uma metodologia útil para comparação entre culturas. Tal metodologia leva em consideração as características deuma cultura que possibilita diferenciar um país de outro. Dessa forma, é possível observar que determinados países compartilham certos traços culturais e, assim, é possível agrupá-los segundo critérios pré-estabelecidos. O presente trabalho objetiva utilizar-se de procedimentos estatísticos multivariados Clusters Analyses, K-Means Cluster Analysis e Análise Discriminante para determinar e validar agrupamentos de países, com base nas dimensões culturais de Hofstede (Distance Index, Individualism, Masculinity e Uncertainty Avoidance Index. Os resultados determinaram quatro clusters: Cluster 1 - países com cultura masculina e individualista; Cluster 2 - cultura coletivista e aversa à incerteza; Cluster 3 - cultura feminina e com baixa distância hierárquica; e Cluster 4 - cultura com elevada distância hierárquica e propensão à incerteza./ Considering that the culture of a country influences the organizational culture of this company and it is still a determining factor in the internationalization process becomes important to understand and measure the cultural characteristics of each country. The studies of Hofstede (1984 present a useful methodology for comparing cultures, this methodology takes into account the characteristics of a culturethat allows to differentiate one from another country. Thus one can observe that certain countries share certain cultural traits and so it is possible grouping them according to predetermined criteria. The present work aims to utilize multivariate statistical procedures Cluster Analyses

  5. Documentation to the workshop 'Cluster in the environmental protection economy'; Dokumentation zum Workshop ''Cluster in der Umweltschutzwirtschaft''

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    2009-12-11

    Within the workshop 'Cluster in the environmental protection economy' at the Umweltbundesamt (Dessau-Rosslau, Federal Republic of Germany) at 27th November, 2008, the following lectures were held: (a) Which contribution can cluster and cluster politics contribute to the promotion of the environmental protection economy? (Harald Legler); (b) Cluster in the environmental protection economy: Targets and expectations (Dieter Rehfeld); (c) Demands at the management of clusters (Karin Hoerhan); (d) Demands at the cluster politics in the environmental protection economy (Bernhard Hausberg); (e) Photovoltaics in Eastern Germany (Johann Wackenbauer); (f) Automotive industry in Bergisches Land (Thomas Lemken); (g) Competence centre environment Augsburg-Schwaben (Egon Beckord).

  6. PROSPECTS OF THE REGIONAL INTEGRATION POLICY BASED ON CLUSTER FORMATION

    Directory of Open Access Journals (Sweden)

    Elena Tsepilova

    2018-01-01

    Full Text Available The purpose of this article is to develop the theoretical foundations of regional integration policy and to determine its prospects on the basis of cluster formation. The authors use such research methods as systematization, comparative and complex analysis, synthesis, statistical method. Within the framework of the research, the concept of regional integration policy is specified, and its integration core – cluster – is allocated. The authors work out an algorithm of regional clustering, which will ensure the growth of economy and tax income. Measures have been proposed to optimize the organizational mechanism of interaction between the participants of the territorial cluster and the authorities that allow to ensure the effective functioning of clusters, including taxation clusters. Based on the results of studying the existing methods for assessing the effectiveness of cluster policy, the authors propose their own approach to evaluating the consequences of implementing the regional integration policy, according to which the list of quantitative and qualitative indicators is defined. The present article systematizes the experience and results of the cluster policy of certain European countries, that made it possible to determine the prospects and synergetic effect from the development of clusters as an integration foundation of regional policy in the Russian Federation. The authors carry out the analysis of activity of cluster formations using the example of the Rostov region – a leader in the formation of conditions for the cluster policy development in the Southern Federal District. 11 clusters and cluster initiatives are developing in this region. As a result, the authors propose measures for support of the already existing clusters and creation of the new ones.

  7. A Web service substitution method based on service cluster nets

    Science.gov (United States)

    Du, YuYue; Gai, JunJing; Zhou, MengChu

    2017-11-01

    Service substitution is an important research topic in the fields of Web services and service-oriented computing. This work presents a novel method to analyse and substitute Web services. A new concept, called a Service Cluster Net Unit, is proposed based on Web service clusters. A service cluster is converted into a Service Cluster Net Unit. Then it is used to analyse whether the services in the cluster can satisfy some service requests. Meanwhile, the substitution methods of an atomic service and a composite service are proposed. The correctness of the proposed method is proved, and the effectiveness is shown and compared with the state-of-the-art method via an experiment. It can be readily applied to e-commerce service substitution to meet the business automation needs.

  8. TRUSTWORTHY OPTIMIZED CLUSTERING BASED TARGET DETECTION AND TRACKING FOR WIRELESS SENSOR NETWORK

    Directory of Open Access Journals (Sweden)

    C. Jehan

    2016-06-01

    Full Text Available In this paper, an efficient approach is proposed to address the problem of target tracking in wireless sensor network (WSN. The problem being tackled here uses adaptive dynamic clustering scheme for tracking the target. It is a specific problem in object tracking. The proposed adaptive dynamic clustering target tracking scheme uses three steps for target tracking. The first step deals with the identification of clusters and cluster heads using OGSAFCM. Here, kernel fuzzy c-means (KFCM and gravitational search algorithm (GSA are combined to create clusters. At first, oppositional gravitational search algorithm (OGSA is used to optimize the initial clustering center and then the KFCM algorithm is availed to guide the classification and the cluster formation process. In the OGSA, the concept of the opposition based population initialization in the basic GSA to improve the convergence profile. The identified clusters are changed dynamically. The second step deals with the data transmission to the cluster heads. The third step deals with the transmission of aggregated data to the base station as well as the detection of target. From the experimental results, the proposed scheme efficiently and efficiently identifies the target. As a result the tracking error is minimized.

  9. Ovine progressive pneumonia provirus levels are unaffected by the prion 171R allele in an Idaho sheep flock

    Directory of Open Access Journals (Sweden)

    Herrmann-Hoesing Lynn M

    2009-01-01

    Full Text Available Abstract Selective breeding of sheep for arginine (R at prion gene (PRNP codon 171 confers resistance to classical scrapie. However, other effects of 171R selection are uncertain. Ovine progressive pneumonia/Maedi-Visna virus (OPPV may infect up to 66% of a flock thus any affect of 171R selection on OPPV susceptibility or disease progression could have major impact on the sheep industry. Hypotheses that the PRNP 171R allele is 1 associated with the presence of OPPV provirus and 2 associated with higher provirus levels were tested in an Idaho ewe flock. OPPV provirus was found in 226 of 358 ewes by quantitative PCR. The frequency of ewes with detectable provirus did not differ significantly among the 171QQ, 171QR, and 171RR genotypes (p > 0.05. Also, OPPV provirus levels in infected ewes were not significantly different among codon 171 genotypes (p > 0.05. These results show that, in the flock examined, the presence of OPPV provirus and provirus levels are not related to the PRNP 171R allele. Therefore, a genetic approach to scrapie control is not expected to increase or decrease the number of OPPV infected sheep or the progression of disease. This study provides further support to the adoption of PRNP 171R selection as a scrapie control measure.

  10. Dynamic Characteristics Analysis and Stabilization of PV-Based Multiple Microgrid Clusters

    DEFF Research Database (Denmark)

    Zhao, Zhuoli; Yang, Ping; Wang, Yuewu

    2018-01-01

    -based multiple microgrid clusters. A detailed small-signal model for PV-based microgrid clusters considering local adaptive dynamic droop control mechanism of the voltage-source PV system is developed. The complete dynamic model is then used to access and compare the dynamic characteristics of the single...... microgrid and interconnected microgrids. In order to enhance system stability of the PV microgrid clusters, a tie-line flow and stabilization strategy is proposed to suppress the introduced interarea and local oscillations. Robustly selecting of the key control parameters is transformed to a multiobjective......As the penetration of PV generation increases, there is a growing operational demand on PV systems to participate in microgrid frequency regulation. It is expected that future distribution systems will consist of multiple microgrid clusters. However, interconnecting PV microgrids may lead to system...

  11. An improved initialization center k-means clustering algorithm based on distance and density

    Science.gov (United States)

    Duan, Yanling; Liu, Qun; Xia, Shuyin

    2018-04-01

    Aiming at the problem of the random initial clustering center of k means algorithm that the clustering results are influenced by outlier data sample and are unstable in multiple clustering, a method of central point initialization method based on larger distance and higher density is proposed. The reciprocal of the weighted average of distance is used to represent the sample density, and the data sample with the larger distance and the higher density are selected as the initial clustering centers to optimize the clustering results. Then, a clustering evaluation method based on distance and density is designed to verify the feasibility of the algorithm and the practicality, the experimental results on UCI data sets show that the algorithm has a certain stability and practicality.

  12. Features based approach for indexation and representation of unstructured Arabic documents

    Directory of Open Access Journals (Sweden)

    Mohamed Salim El Bazzi

    2017-06-01

    Full Text Available The increase of textual information published in Arabic language on the internet, public libraries and administrations requires implementing effective techniques for the extraction of relevant information contained in large corpus of texts. The purpose of indexing is to create a document representation that easily find and identify the relevant information in a set of documents. However, mining textual data is becoming a complicated task, especially when taking semantic into consideration. In this paper, we will present an indexation system based on contextual representation that will take the advantage of semantic links given in a document. Our approach is based on the extraction of keyphrases. Then, each document is represented by its relevant keyphrases instead of its simple keywords. The experimental results confirms the effectiveness of our approach.

  13. Water quality assessment with hierarchical cluster analysis based on Mahalanobis distance.

    Science.gov (United States)

    Du, Xiangjun; Shao, Fengjing; Wu, Shunyao; Zhang, Hanlin; Xu, Si

    2017-07-01

    Water quality assessment is crucial for assessment of marine eutrophication, prediction of harmful algal blooms, and environment protection. Previous studies have developed many numeric modeling methods and data driven approaches for water quality assessment. The cluster analysis, an approach widely used for grouping data, has also been employed. However, there are complex correlations between water quality variables, which play important roles in water quality assessment but have always been overlooked. In this paper, we analyze correlations between water quality variables and propose an alternative method for water quality assessment with hierarchical cluster analysis based on Mahalanobis distance. Further, we cluster water quality data collected form coastal water of Bohai Sea and North Yellow Sea of China, and apply clustering results to evaluate its water quality. To evaluate the validity, we also cluster the water quality data with cluster analysis based on Euclidean distance, which are widely adopted by previous studies. The results show that our method is more suitable for water quality assessment with many correlated water quality variables. To our knowledge, it is the first attempt to apply Mahalanobis distance for coastal water quality assessment.

  14. Inhomogeneity of epidemic spreading with entropy-based infected clusters.

    Science.gov (United States)

    Wen-Jie, Zhou; Xing-Yuan, Wang

    2013-12-01

    Considering the difference in the sizes of the infected clusters in the dynamic complex networks, the normalized entropy based on infected clusters (δ*) is proposed to characterize the inhomogeneity of epidemic spreading. δ* gives information on the variability of the infected clusters in the system. We investigate the variation in the inhomogeneity of the distribution of the epidemic with the absolute velocity v of moving agent, the infection density ρ, and the interaction radius r. By comparing δ* in the dynamic networks with δH* in homogeneous mode, the simulation experiments show that the inhomogeneity of epidemic spreading becomes smaller with the increase of v, ρ, r.

  15. Ionized-cluster source based on high-pressure corona discharge

    International Nuclear Information System (INIS)

    Lokuliyanage, K.; Huber, D.; Zappa, F.; Scheier, P.

    2006-01-01

    Full text: It has been demonstrated that energetic beams of large clusters, with thousands of atoms, can be a powerful tool for surface modification. Normally ionized cluster beams are obtained by electron impact on neutral beams produced in a supersonic expansion. At the University of Innsbruck we are pursuing the realization of a high current cluster ion source based on the corona discharge.The idea in the present case is that the ionization should occur prior to the supersonic expansion, thus supersede the need of subsequent electron impact. In this contribution we present the project of our source in its initial stage. The intensity distribution of cluster sizes as a function of the source parameters, such as input pressure, temperature and gap voltage, are investigated with the aid of a custom-built time of flight mass spectrometer. (author)

  16. COMPARISON AND EVALUATION OF CLUSTER BASED IMAGE SEGMENTATION TECHNIQUES

    OpenAIRE

    Hetangi D. Mehta*, Daxa Vekariya, Pratixa Badelia

    2017-01-01

    Image segmentation is the classification of an image into different groups. Numerous algorithms using different approaches have been proposed for image segmentation. A major challenge in segmentation evaluation comes from the fundamental conflict between generality and objectivity. A review is done on different types of clustering methods used for image segmentation. Also a methodology is proposed to classify and quantify different clustering algorithms based on their consistency in different...

  17. A Coupled User Clustering Algorithm Based on Mixed Data for Web-Based Learning Systems

    Directory of Open Access Journals (Sweden)

    Ke Niu

    2015-01-01

    Full Text Available In traditional Web-based learning systems, due to insufficient learning behaviors analysis and personalized study guides, a few user clustering algorithms are introduced. While analyzing the behaviors with these algorithms, researchers generally focus on continuous data but easily neglect discrete data, each of which is generated from online learning actions. Moreover, there are implicit coupled interactions among the data but are frequently ignored in the introduced algorithms. Therefore, a mass of significant information which can positively affect clustering accuracy is neglected. To solve the above issues, we proposed a coupled user clustering algorithm for Wed-based learning systems by taking into account both discrete and continuous data, as well as intracoupled and intercoupled interactions of the data. The experiment result in this paper demonstrates the outperformance of the proposed algorithm.

  18. Quality improvement in documentation of postoperative care nursing using computer-based medical records

    DEFF Research Database (Denmark)

    Olsen, Susanne Winther

    2013-01-01

    on the template with quantitative data showed satisfactory documentation of postoperative care nursing in 67% (18% to 92%; mean [min-max]) of the scores. The template for documentation using qualitative descriptions was used by 63% of the nurses, but the keywords were used to a varying degree, that is, from 0......Postanesthesia nursing should be documented with high quality. The purpose of this retrospective case-based study on 49 patients was to analyze the quality of postoperative documentation in the two existing templates and, based on this audit, to suggest a new template for documentation. The audit...

  19. Enteric virus status of turkey flocks over time: molecular diagnostic studies beginning on the day of placement.

    Science.gov (United States)

    Poultry enteric disease is often associated with numerous viral and/or bacterial infections, including avian reoviruses, rotaviruses, astroviruses, parvoviruses, and Escherichia coli. These potential etiologic agents are often present in combination in a flock or individual birds, but in general it ...

  20. Arabic web pages clustering and annotation using semantic class features

    Directory of Open Access Journals (Sweden)

    Hanan M. Alghamdi

    2014-12-01

    Full Text Available To effectively manage the great amount of data on Arabic web pages and to enable the classification of relevant information are very important research problems. Studies on sentiment text mining have been very limited in the Arabic language because they need to involve deep semantic processing. Therefore, in this paper, we aim to retrieve machine-understandable data with the help of a Web content mining technique to detect covert knowledge within these data. We propose an approach to achieve clustering with semantic similarities. This approach comprises integrating k-means document clustering with semantic feature extraction and document vectorization to group Arabic web pages according to semantic similarities and then show the semantic annotation. The document vectorization helps to transform text documents into a semantic class probability distribution or semantic class density. To reach semantic similarities, the approach extracts the semantic class features and integrates them into the similarity weighting schema. The quality of the clustering result has evaluated the use of the purity and the mean intra-cluster distance (MICD evaluation measures. We have evaluated the proposed approach on a set of common Arabic news web pages. We have acquired favorable clustering results that are effective in minimizing the MICD, expanding the purity and lowering the runtime.