WorldWideScience

Sample records for neighbor note distances

  1. Distance-Constraint k-Nearest Neighbor Searching in Mobile Sensor Networks.

    Science.gov (United States)

    Han, Yongkoo; Park, Kisung; Hong, Jihye; Ulamin, Noor; Lee, Young-Koo

    2015-07-27

    The κ-Nearest Neighbors ( κNN) query is an important spatial query in mobile sensor networks. In this work we extend κNN to include a distance constraint, calling it a l-distant κ-nearest-neighbors (l-κNN) query, which finds the κ sensor nodes nearest to a query point that are also at or greater distance from each other. The query results indicate the objects nearest to the area of interest that are scattered from each other by at least distance l. The l-κNN query can be used in most κNN applications for the case of well distributed query results. To process an l-κNN query, we must discover all sets of κNN sensor nodes and then find all pairs of sensor nodes in each set that are separated by at least a distance l. Given the limited battery and computing power of sensor nodes, this l-κNN query processing is problematically expensive in terms of energy consumption. In this paper, we propose a greedy approach for l-κNN query processing in mobile sensor networks. The key idea of the proposed approach is to divide the search space into subspaces whose all sides are l. By selecting κ sensor nodes from the other subspaces near the query point, we guarantee accurate query results for l-κNN. In our experiments, we show that the proposed method exhibits superior performance compared with a post-processing based method using the κNN query in terms of energy efficiency, query latency, and accuracy.

  2. Quantum Algorithm for K-Nearest Neighbors Classification Based on the Metric of Hamming Distance

    Science.gov (United States)

    Ruan, Yue; Xue, Xiling; Liu, Heng; Tan, Jianing; Li, Xi

    2017-11-01

    K-nearest neighbors (KNN) algorithm is a common algorithm used for classification, and also a sub-routine in various complicated machine learning tasks. In this paper, we presented a quantum algorithm (QKNN) for implementing this algorithm based on the metric of Hamming distance. We put forward a quantum circuit for computing Hamming distance between testing sample and each feature vector in the training set. Taking advantage of this method, we realized a good analog for classical KNN algorithm by setting a distance threshold value t to select k - n e a r e s t neighbors. As a result, QKNN achieves O( n 3) performance which is only relevant to the dimension of feature vectors and high classification accuracy, outperforms Llyod's algorithm (Lloyd et al. 2013) and Wiebe's algorithm (Wiebe et al. 2014).

  3. Classification of EEG Signals using adaptive weighted distance nearest neighbor algorithm

    Directory of Open Access Journals (Sweden)

    E. Parvinnia

    2014-01-01

    Full Text Available Electroencephalogram (EEG signals are often used to diagnose diseases such as seizure, alzheimer, and schizophrenia. One main problem with the recorded EEG samples is that they are not equally reliable due to the artifacts at the time of recording. EEG signal classification algorithms should have a mechanism to handle this issue. It seems that using adaptive classifiers can be useful for the biological signals such as EEG. In this paper, a general adaptive method named weighted distance nearest neighbor (WDNN is applied for EEG signal classification to tackle this problem. This classification algorithm assigns a weight to each training sample to control its influence in classifying test samples. The weights of training samples are used to find the nearest neighbor of an input query pattern. To assess the performance of this scheme, EEG signals of thirteen schizophrenic patients and eighteen normal subjects are analyzed for the classification of these two groups. Several features including, fractal dimension, band power and autoregressive (AR model are extracted from EEG signals. The classification results are evaluated using Leave one (subject out cross validation for reliable estimation. The results indicate that combination of WDNN and selected features can significantly outperform the basic nearest-neighbor and the other methods proposed in the past for the classification of these two groups. Therefore, this method can be a complementary tool for specialists to distinguish schizophrenia disorder.

  4. Probability distributions for first neighbor distances between resonances that belong to two different families

    International Nuclear Information System (INIS)

    Difilippo, F.C.

    1994-01-01

    For a mixture of two families of resonances, we found the probability distribution for the distance, as first neighbors, between resonances that belong to different families. Integration of this distribution gives the probability of accidental overlapping of resonances of one isotope by resonances of the other, provided that the resonances of each isotope belong to a single family. (author)

  5. Hyperplane distance neighbor clustering based on local discriminant analysis for complex chemical processes monitoring

    Energy Technology Data Exchange (ETDEWEB)

    Lu, Chunhong; Xiao, Shaoqing; Gu, Xiaofeng [Jiangnan University, Wuxi (China)

    2014-11-15

    The collected training data often include both normal and faulty samples for complex chemical processes. However, some monitoring methods, such as partial least squares (PLS), principal component analysis (PCA), independent component analysis (ICA) and Fisher discriminant analysis (FDA), require fault-free data to build the normal operation model. These techniques are applicable after the preliminary step of data clustering is applied. We here propose a novel hyperplane distance neighbor clustering (HDNC) based on the local discriminant analysis (LDA) for chemical process monitoring. First, faulty samples are separated from normal ones using the HDNC method. Then, the optimal subspace for fault detection and classification can be obtained using the LDA approach. The proposed method takes the multimodality within the faulty data into account, and thus improves the capability of process monitoring significantly. The HDNC-LDA monitoring approach is applied to two simulation processes and then compared with the conventional FDA based on the K-nearest neighbor (KNN-FDA) method. The results obtained in two different scenarios demonstrate the superiority of the HDNC-LDA approach in terms of fault detection and classification accuracy.

  6. Hyperplane distance neighbor clustering based on local discriminant analysis for complex chemical processes monitoring

    International Nuclear Information System (INIS)

    Lu, Chunhong; Xiao, Shaoqing; Gu, Xiaofeng

    2014-01-01

    The collected training data often include both normal and faulty samples for complex chemical processes. However, some monitoring methods, such as partial least squares (PLS), principal component analysis (PCA), independent component analysis (ICA) and Fisher discriminant analysis (FDA), require fault-free data to build the normal operation model. These techniques are applicable after the preliminary step of data clustering is applied. We here propose a novel hyperplane distance neighbor clustering (HDNC) based on the local discriminant analysis (LDA) for chemical process monitoring. First, faulty samples are separated from normal ones using the HDNC method. Then, the optimal subspace for fault detection and classification can be obtained using the LDA approach. The proposed method takes the multimodality within the faulty data into account, and thus improves the capability of process monitoring significantly. The HDNC-LDA monitoring approach is applied to two simulation processes and then compared with the conventional FDA based on the K-nearest neighbor (KNN-FDA) method. The results obtained in two different scenarios demonstrate the superiority of the HDNC-LDA approach in terms of fault detection and classification accuracy

  7. Randomized Approaches for Nearest Neighbor Search in Metric Space When Computing the Pairwise Distance Is Extremely Expensive

    Science.gov (United States)

    Wang, Lusheng; Yang, Yong; Lin, Guohui

    Finding the closest object for a query in a database is a classical problem in computer science. For some modern biological applications, computing the similarity between two objects might be very time consuming. For example, it takes a long time to compute the edit distance between two whole chromosomes and the alignment cost of two 3D protein structures. In this paper, we study the nearest neighbor search problem in metric space, where the pair-wise distance between two objects in the database is known and we want to minimize the number of distances computed on-line between the query and objects in the database in order to find the closest object. We have designed two randomized approaches for indexing metric space databases, where objects are purely described by their distances with each other. Analysis and experiments show that our approaches only need to compute O(logn) objects in order to find the closest object, where n is the total number of objects in the database.

  8. Co-Expression of Neighboring Genes in the Zebrafish (Danio rerio Genome

    Directory of Open Access Journals (Sweden)

    Daryi Wang

    2009-08-01

    Full Text Available Neighboring genes in the eukaryotic genome have a tendency to express concurrently, and the proximity of two adjacent genes is often considered a possible explanation for their co-expression behavior. However, the actual contribution of the physical distance between two genes to their co-expression behavior has yet to be defined. To further investigate this issue, we studied the co-expression of neighboring genes in zebrafish, which has a compact genome and has experienced a whole genome duplication event. Our analysis shows that the proportion of highly co-expressed neighboring pairs (Pearson’s correlation coefficient R>0.7 is low (0.24% ~ 0.67%; however, it is still significantly higher than that of random pairs. In particular, the statistical result implies that the co-expression tendency of neighboring pairs is negatively correlated with their physical distance. Our findings therefore suggest that physical distance may play an important role in the co-expression of neighboring genes. Possible mechanisms related to the neighboring genes’ co-expression are also discussed.

  9. 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.

  10. 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.

  11. Nearest neighbors by neighborhood counting.

    Science.gov (United States)

    Wang, Hui

    2006-06-01

    Finding nearest neighbors is a general idea that underlies many artificial intelligence tasks, including machine learning, data mining, natural language understanding, and information retrieval. This idea is explicitly used in the k-nearest neighbors algorithm (kNN), a popular classification method. In this paper, this idea is adopted in the development of a general methodology, neighborhood counting, for devising similarity functions. We turn our focus from neighbors to neighborhoods, a region in the data space covering the data point in question. To measure the similarity between two data points, we consider all neighborhoods that cover both data points. We propose to use the number of such neighborhoods as a measure of similarity. Neighborhood can be defined for different types of data in different ways. Here, we consider one definition of neighborhood for multivariate data and derive a formula for such similarity, called neighborhood counting measure or NCM. NCM was tested experimentally in the framework of kNN. Experiments show that NCM is generally comparable to VDM and its variants, the state-of-the-art distance functions for multivariate data, and, at the same time, is consistently better for relatively large k values. Additionally, NCM consistently outperforms HEOM (a mixture of Euclidean and Hamming distances), the "standard" and most widely used distance function for multivariate data. NCM has a computational complexity in the same order as the standard Euclidean distance function and NCM is task independent and works for numerical and categorical data in a conceptually uniform way. The neighborhood counting methodology is proven sound for multivariate data experimentally. We hope it will work for other types of data.

  12. Recrafting the neighbor-joining method

    Directory of Open Access Journals (Sweden)

    Pedersen Christian NS

    2006-01-01

    Full Text Available Abstract Background The neighbor-joining method by Saitou and Nei is a widely used method for constructing phylogenetic trees. The formulation of the method gives rise to a canonical Θ(n3 algorithm upon which all existing implementations are based. Results In this paper we present techniques for speeding up the canonical neighbor-joining method. Our algorithms construct the same phylogenetic trees as the canonical neighbor-joining method. The best-case running time of our algorithms are O(n2 but the worst-case remains O(n3. We empirically evaluate the performance of our algoritms on distance matrices obtained from the Pfam collection of alignments. The experiments indicate that the running time of our algorithms evolve as Θ(n2 on the examined instance collection. We also compare the running time with that of the QuickTree tool, a widely used efficient implementation of the canonical neighbor-joining method. Conclusion The experiments show that our algorithms also yield a significant speed-up, already for medium sized instances.

  13. A multilevel-skin neighbor list algorithm for molecular dynamics simulation

    Science.gov (United States)

    Zhang, Chenglong; Zhao, Mingcan; Hou, Chaofeng; Ge, Wei

    2018-01-01

    Searching of the interaction pairs and organization of the interaction processes are important steps in molecular dynamics (MD) algorithms and are critical to the overall efficiency of the simulation. Neighbor lists are widely used for these steps, where thicker skin can reduce the frequency of list updating but is discounted by more computation in distance check for the particle pairs. In this paper, we propose a new neighbor-list-based algorithm with a precisely designed multilevel skin which can reduce unnecessary computation on inter-particle distances. The performance advantages over traditional methods are then analyzed against the main simulation parameters on Intel CPUs and MICs (many integrated cores), and are clearly demonstrated. The algorithm can be generalized for various discrete simulations using neighbor lists.

  14. Recrafting the Neighbor-Joining Method

    DEFF Research Database (Denmark)

    Mailund; Brodal, Gerth Stølting; Fagerberg, Rolf

    2006-01-01

    Background: The neighbor-joining method by Saitou and Nei is a widely used method for constructing phylogenetic trees. The formulation of the method gives rise to a canonical Θ(n3) algorithm upon which all existing implementations are based. Methods: In this paper we present techniques for speeding...... up the canonical neighbor-joining method. Our algorithms construct the same phylogenetic trees as the canonical neighbor-joining method. The best-case running time of our algorithms are O(n2) but the worst-case remains O(n3). We empirically evaluate the performance of our algoritms on distance...... matrices obtained from the Pfam collection of alignments. Results: The experiments indicate that the running time of our algorithms evolve as Θ(n2) on the examined instance collection. We also compare the running time with that of the QuickTree tool, a widely used efficient implementation of the canonical...

  15. Testing spatial theories of plant coexistence: no consistent differences in intra- and interspecific interaction distances.

    Science.gov (United States)

    Vogt, Deborah R; Murrell, David J; Stoll, Peter

    2010-01-01

    Plants stand still and interact with their immediate neighbors. Theory has shown that the distances over which these interactions occur may have important consequences for population and community dynamics. In particular, if intraspecific competition occurs over longer distances than interspecific competition (heteromyopia), coexistence can be promoted. We examined how intraspecific and interspecific competition scales with neighbor distance in a target-neighbor greenhouse competition experiment. Individuals from co-occurring forbs from calcareous grasslands were grown in isolation and with single conspecific or heterospecific neighbors at distances of 5, 10, or 15 cm (Plantago lanceolata vs. Plantago media and Hieracium pilosella vs. Prunella grandiflora). Neighbor effects were strong and declined with distance. Interaction distances varied greatly within and between species, but we found no evidence for heteromyopia. Instead, neighbor identity effects were mostly explained by relative size differences between target and neighbor. We found a complex interaction between final neighbor size and identity such that neighbor identity may become important only as the neighbor becomes very large compared with the target individual. Our results suggest that species-specific size differences between neighboring individuals determine both the strength of competitive interactions and the distance over which these interactions occur.

  16. Performance modeling of neighbor discovery in proactive routing protocols

    Directory of Open Access Journals (Sweden)

    Andres Medina

    2011-07-01

    Full Text Available It is well known that neighbor discovery is a critical component of proactive routing protocols in wireless ad hoc networks. However there is no formal study on the performance of proposed neighbor discovery mechanisms. This paper provides a detailed model of key performance metrics of neighbor discovery algorithms, such as node degree and the distribution of the distance to symmetric neighbors. The model accounts for the dynamics of neighbor discovery as well as node density, mobility, radio and interference. The paper demonstrates a method for applying these models to the evaluation of global network metrics. In particular, it describes a model of network connectivity. Validation of the models shows that the degree estimate agrees, within 5% error, with simulations for the considered scenarios. The work presented in this paper serves as a basis for the performance evaluation of remaining performance metrics of routing protocols, vital for large scale deployment of ad hoc networks.

  17. A Visualization of Evolving Clinical Sentiment Using Vector Representations of Clinical Notes.

    Science.gov (United States)

    Ghassemi, Mohammad M; Mark, Roger G; Nemati, Shamim

    2015-09-01

    Our objective in this paper was to visualize the evolution of clinical language and sentiment with respect to several common population-level categories including: time in the hospital, age, mortality, gender and race. Our analysis utilized seven years of unstructured free text notes from the Multiparameter Intelligent Monitoring in Intensive Care (MIMIC) database. The text data was partitioned by category and used to generate several high dimensional vector space representations. We generated visualizations of the vector spaces using Distributed Stochastic Neighbor Embedding (tSNE) and Principal Component Analysis (PCA). We also investigated representative words from clusters in the vector space. Lastly, we inferred the general sentiment of the clinical notes toward each parameter by gauging the average distance between positive and negative keywords and all other terms in the space. We found intriguing differences in the sentiment of clinical notes over time, outcome, and demographic features. We noted a decrease in the homogeneity and complexity of clusters over time for patients with poor outcomes. We also found greater positive sentiment for females, unmarried patients, and patients of African ethnicity.

  18. A new approach to very short term wind speed prediction using k-nearest neighbor classification

    International Nuclear Information System (INIS)

    Yesilbudak, Mehmet; Sagiroglu, Seref; Colak, Ilhami

    2013-01-01

    Highlights: ► Wind speed parameter was predicted in an n-tupled inputs using k-NN classification. ► The effects of input parameters, nearest neighbors and distance metrics were analyzed. ► Many useful and reasonable inferences were uncovered using the developed model. - Abstract: Wind energy is an inexhaustible energy source and wind power production has been growing rapidly in recent years. However, wind power has a non-schedulable nature due to wind speed variations. Hence, wind speed prediction is an indispensable requirement for power system operators. This paper predicts wind speed parameter in an n-tupled inputs using k-nearest neighbor (k-NN) classification and analyzes the effects of input parameters, nearest neighbors and distance metrics on wind speed prediction. The k-NN classification model was developed using the object oriented programming techniques and includes Manhattan and Minkowski distance metrics except from Euclidean distance metric on the contrary of literature. The k-NN classification model which uses wind direction, air temperature, atmospheric pressure and relative humidity parameters in a 4-tupled space achieved the best wind speed prediction for k = 5 in the Manhattan distance metric. Differently, the k-NN classification model which uses wind direction, air temperature and atmospheric pressure parameters in a 3-tupled inputs gave the worst wind speed prediction for k = 1 in the Minkowski distance metric

  19. Studying nearest neighbor correlations by atom probe tomography (APT) in metallic glasses as exemplified for Fe40Ni40B20 glassy ribbons

    KAUST Repository

    Shariq, Ahmed

    2012-01-01

    A next nearest neighbor evaluation procedure of atom probe tomography data provides distributions of the distances between atoms. The width of these distributions for metallic glasses studied so far is a few Angstrom reflecting the spatial resolution of the analytical technique. However, fitting Gaussian distributions to the distribution of atomic distances yields average distances with statistical uncertainties of 2 to 3 hundredth of an Angstrom. Fe 40Ni40B20 metallic glass ribbons are characterized this way in the as quenched state and for a state heat treated at 350 °C for 1 h revealing a change in the structure on the sub-nanometer scale. By applying the statistical tool of the χ2 test a slight deviation from a random distribution of B-atoms in the as quenched sample is perceived, whereas a pronounced elemental inhomogeneity of boron is detected for the annealed state. In addition, the distance distribution of the first fifteen atomic neighbors is determined by using this algorithm for both annealed and as quenched states. The next neighbor evaluation algorithm evinces a steric periodicity of the atoms when the next neighbor distances are normalized by the first next neighbor distance. A comparison of the nearest neighbor atomic distribution for as quenched and annealed state shows accumulation of Ni and B. Moreover, it also reveals the tendency of Fe and B to move slightly away from each other, an incipient step to Ni rich boride formation. © 2011 Elsevier B.V.

  20. Distance-Based Phylogenetic Methods Around a Polytomy.

    Science.gov (United States)

    Davidson, Ruth; Sullivant, Seth

    2014-01-01

    Distance-based phylogenetic algorithms attempt to solve the NP-hard least-squares phylogeny problem by mapping an arbitrary dissimilarity map representing biological data to a tree metric. The set of all dissimilarity maps is a Euclidean space properly containing the space of all tree metrics as a polyhedral fan. Outputs of distance-based tree reconstruction algorithms such as UPGMA and neighbor-joining are points in the maximal cones in the fan. Tree metrics with polytomies lie at the intersections of maximal cones. A phylogenetic algorithm divides the space of all dissimilarity maps into regions based upon which combinatorial tree is reconstructed by the algorithm. Comparison of phylogenetic methods can be done by comparing the geometry of these regions. We use polyhedral geometry to compare the local nature of the subdivisions induced by least-squares phylogeny, UPGMA, and neighbor-joining when the true tree has a single polytomy with exactly four neighbors. Our results suggest that in some circumstances, UPGMA and neighbor-joining poorly match least-squares phylogeny.

  1. An Improvement To The k-Nearest Neighbor Classifier For ECG Database

    Science.gov (United States)

    Jaafar, Haryati; Hidayah Ramli, Nur; Nasir, Aimi Salihah Abdul

    2018-03-01

    The k nearest neighbor (kNN) is a non-parametric classifier and has been widely used for pattern classification. However, in practice, the performance of kNN often tends to fail due to the lack of information on how the samples are distributed among them. Moreover, kNN is no longer optimal when the training samples are limited. Another problem observed in kNN is regarding the weighting issues in assigning the class label before classification. Thus, to solve these limitations, a new classifier called Mahalanobis fuzzy k-nearest centroid neighbor (MFkNCN) is proposed in this study. Here, a Mahalanobis distance is applied to avoid the imbalance of samples distribition. Then, a surrounding rule is employed to obtain the nearest centroid neighbor based on the distributions of training samples and its distance to the query point. Consequently, the fuzzy membership function is employed to assign the query point to the class label which is frequently represented by the nearest centroid neighbor Experimental studies from electrocardiogram (ECG) signal is applied in this study. The classification performances are evaluated in two experimental steps i.e. different values of k and different sizes of feature dimensions. Subsequently, a comparative study of kNN, kNCN, FkNN and MFkCNN classifier is conducted to evaluate the performances of the proposed classifier. The results show that the performance of MFkNCN consistently exceeds the kNN, kNCN and FkNN with the best classification rates of 96.5%.

  2. Local randomization in neighbor selection improves PRM roadmap quality

    KAUST Repository

    McMahon, Troy; Jacobs, Sam; Boyd, Bryan; Tapia, Lydia; Amato, Nancy M.

    2012-01-01

    Probabilistic Roadmap Methods (PRMs) are one of the most used classes of motion planning methods. These sampling-based methods generate robot configurations (nodes) and then connect them to form a graph (roadmap) containing representative feasible pathways. A key step in PRM roadmap construction involves identifying a set of candidate neighbors for each node. Traditionally, these candidates are chosen to be the k-closest nodes based on a given distance metric. In this paper, we propose a new neighbor selection policy called LocalRand(k,K'), that first computes the K' closest nodes to a specified node and then selects k of those nodes at random. Intuitively, LocalRand attempts to benefit from random sampling while maintaining the higher levels of local planner success inherent to selecting more local neighbors. We provide a methodology for selecting the parameters k and K'. We perform an experimental comparison which shows that for both rigid and articulated robots, LocalRand results in roadmaps that are better connected than the traditional k-closest policy or a purely random neighbor selection policy. The cost required to achieve these results is shown to be comparable to k-closest. © 2012 IEEE.

  3. Local randomization in neighbor selection improves PRM roadmap quality

    KAUST Repository

    McMahon, Troy

    2012-10-01

    Probabilistic Roadmap Methods (PRMs) are one of the most used classes of motion planning methods. These sampling-based methods generate robot configurations (nodes) and then connect them to form a graph (roadmap) containing representative feasible pathways. A key step in PRM roadmap construction involves identifying a set of candidate neighbors for each node. Traditionally, these candidates are chosen to be the k-closest nodes based on a given distance metric. In this paper, we propose a new neighbor selection policy called LocalRand(k,K\\'), that first computes the K\\' closest nodes to a specified node and then selects k of those nodes at random. Intuitively, LocalRand attempts to benefit from random sampling while maintaining the higher levels of local planner success inherent to selecting more local neighbors. We provide a methodology for selecting the parameters k and K\\'. We perform an experimental comparison which shows that for both rigid and articulated robots, LocalRand results in roadmaps that are better connected than the traditional k-closest policy or a purely random neighbor selection policy. The cost required to achieve these results is shown to be comparable to k-closest. © 2012 IEEE.

  4. Finger vein identification using fuzzy-based k-nearest centroid neighbor classifier

    Science.gov (United States)

    Rosdi, Bakhtiar Affendi; Jaafar, Haryati; Ramli, Dzati Athiar

    2015-02-01

    In this paper, a new approach for personal identification using finger vein image is presented. Finger vein is an emerging type of biometrics that attracts attention of researchers in biometrics area. As compared to other biometric traits such as face, fingerprint and iris, finger vein is more secured and hard to counterfeit since the features are inside the human body. So far, most of the researchers focus on how to extract robust features from the captured vein images. Not much research was conducted on the classification of the extracted features. In this paper, a new classifier called fuzzy-based k-nearest centroid neighbor (FkNCN) is applied to classify the finger vein image. The proposed FkNCN employs a surrounding rule to obtain the k-nearest centroid neighbors based on the spatial distributions of the training images and their distance to the test image. Then, the fuzzy membership function is utilized to assign the test image to the class which is frequently represented by the k-nearest centroid neighbors. Experimental evaluation using our own database which was collected from 492 fingers shows that the proposed FkNCN has better performance than the k-nearest neighbor, k-nearest-centroid neighbor and fuzzy-based-k-nearest neighbor classifiers. This shows that the proposed classifier is able to identify the finger vein image effectively.

  5. Accurate and robust phylogeny estimation based on profile distances: a study of the Chlorophyceae (Chlorophyta

    Directory of Open Access Journals (Sweden)

    Rahmann Sven

    2004-06-01

    Full Text Available Abstract Background In phylogenetic analysis we face the problem that several subclade topologies are known or easily inferred and well supported by bootstrap analysis, but basal branching patterns cannot be unambiguously estimated by the usual methods (maximum parsimony (MP, neighbor-joining (NJ, or maximum likelihood (ML, nor are they well supported. We represent each subclade by a sequence profile and estimate evolutionary distances between profiles to obtain a matrix of distances between subclades. Results Our estimator of profile distances generalizes the maximum likelihood estimator of sequence distances. The basal branching pattern can be estimated by any distance-based method, such as neighbor-joining. Our method (profile neighbor-joining, PNJ then inherits the accuracy and robustness of profiles and the time efficiency of neighbor-joining. Conclusions Phylogenetic analysis of Chlorophyceae with traditional methods (MP, NJ, ML and MrBayes reveals seven well supported subclades, but the methods disagree on the basal branching pattern. The tree reconstructed by our method is better supported and can be confirmed by known morphological characters. Moreover the accuracy is significantly improved as shown by parametric bootstrap.

  6. Nearest Neighbor Estimates of Entropy for Multivariate Circular Distributions

    Directory of Open Access Journals (Sweden)

    Neeraj Misra

    2010-05-01

    Full Text Available In molecular sciences, the estimation of entropies of molecules is important for the understanding of many chemical and biological processes. Motivated by these applications, we consider the problem of estimating the entropies of circular random vectors and introduce non-parametric estimators based on circular distances between n sample points and their k th nearest neighbors (NN, where k (≤ n – 1 is a fixed positive integer. The proposed NN estimators are based on two different circular distances, and are proven to be asymptotically unbiased and consistent. The performance of one of the circular-distance estimators is investigated and compared with that of the already established Euclidean-distance NN estimator using Monte Carlo samples from an analytic distribution of six circular variables of an exactly known entropy and a large sample of seven internal-rotation angles in the molecule of tartaric acid, obtained by a realistic molecular-dynamics simulation.

  7. Low-Cost Ultrasonic Distance Sensor Arrays with Networked Error Correction

    Directory of Open Access Journals (Sweden)

    Tianzhou Chen

    2013-09-01

    Full Text Available Distance has been one of the basic factors in manufacturing and control fields, and ultrasonic distance sensors have been widely used as a low-cost measuring tool. However, the propagation of ultrasonic waves is greatly affected by environmental factors such as temperature, humidity and atmospheric pressure. In order to solve the problem of inaccurate measurement, which is significant within industry, this paper presents a novel ultrasonic distance sensor model using networked error correction (NEC trained on experimental data. This is more accurate than other existing approaches because it uses information from indirect association with neighboring sensors, which has not been considered before. The NEC technique, focusing on optimization of the relationship of the topological structure of sensor arrays, is implemented for the compensation of erroneous measurements caused by the environment. We apply the maximum likelihood method to determine the optimal fusion data set and use a neighbor discovery algorithm to identify neighbor nodes at the top speed. Furthermore, we adopt the NEC optimization algorithm, which takes full advantage of the correlation coefficients for neighbor sensors. The experimental results demonstrate that the ranging errors of the NEC system are within 2.20%; furthermore, the mean absolute percentage error is reduced to 0.01% after three iterations of this method, which means that the proposed method performs extremely well. The optimized method of distance measurement we propose, with the capability of NEC, would bring a significant advantage for intelligent industrial automation.

  8. Evidence for cultural differences between neighboring chimpanzee communities.

    Science.gov (United States)

    Luncz, Lydia V; Mundry, Roger; Boesch, Christophe

    2012-05-22

    The majority of evidence for cultural behavior in animals has come from comparisons between populations separated by large geographical distances that often inhabit different environments. The difficulty of excluding ecological and genetic variation as potential explanations for observed behaviors has led some researchers to challenge the idea of animal culture. Chimpanzees (Pan troglodytes verus) in the Taï National Park, Côte d'Ivoire, crack Coula edulis nuts using stone and wooden hammers and tree root anvils. In this study, we compare for the first time hammer selection for nut cracking across three neighboring chimpanzee communities that live in the same forest habitat, which reduces the likelihood of ecological variation. Furthermore, the study communities experience frequent dispersal of females at maturity, which eliminates significant genetic variation. We compared key ecological factors, such as hammer availability and nut hardness, between the three neighboring communities and found striking differences in group-specific hammer selection among communities despite similar ecological conditions. Differences were found in the selection of hammer material and hammer size in response to changes in nut resistance over time. Our findings highlight the subtleties of cultural differences in wild chimpanzees and illustrate how cultural knowledge is able to shape behavior, creating differences among neighboring social groups. Copyright © 2012 Elsevier Ltd. All rights reserved.

  9. Applying an efficient K-nearest neighbor search to forest attribute imputation

    Science.gov (United States)

    Andrew O. Finley; Ronald E. McRoberts; Alan R. Ek

    2006-01-01

    This paper explores the utility of an efficient nearest neighbor (NN) search algorithm for applications in multi-source kNN forest attribute imputation. The search algorithm reduces the number of distance calculations between a given target vector and each reference vector, thereby, decreasing the time needed to discover the NN subset. Results of five trials show gains...

  10. An Initialization Method Based on Hybrid Distance for k-Means Algorithm.

    Science.gov (United States)

    Yang, Jie; Ma, Yan; Zhang, Xiangfen; Li, Shunbao; Zhang, Yuping

    2017-11-01

    The traditional [Formula: see text]-means algorithm has been widely used as a simple and efficient clustering method. However, the performance of this algorithm is highly dependent on the selection of initial cluster centers. Therefore, the method adopted for choosing initial cluster centers is extremely important. In this letter, we redefine the density of points according to the number of its neighbors, as well as the distance between points and their neighbors. In addition, we define a new distance measure that considers both Euclidean distance and density. Based on that, we propose an algorithm for selecting initial cluster centers that can dynamically adjust the weighting parameter. Furthermore, we propose a new internal clustering validation measure, the clustering validation index based on the neighbors (CVN), which can be exploited to select the optimal result among multiple clustering results. Experimental results show that the proposed algorithm outperforms existing initialization methods on real-world data sets and demonstrates the adaptability of the proposed algorithm to data sets with various characteristics.

  11. A distance weighted-based approach for self-organized aggregation in robot swarms

    KAUST Repository

    Khaldi, Belkacem

    2017-12-14

    In this paper, a Distance-Weighted K Nearest Neighboring (DW-KNN) topology is proposed to study self-organized aggregation as an emergent swarming behavior within robot swarms. A virtual physics approach is applied among the proposed neighborhood topology to keep the robots together. A distance-weighted function based on a Smoothed Particle Hydrodynamic (SPH) interpolation approach is used as a key factor to identify the K-Nearest neighbors taken into account when aggregating the robots. The intra virtual physical connectivity among these neighbors is achieved using a virtual viscoelastic-based proximity model. With the ARGoS based-simulator, we model and evaluate the proposed approach showing various self-organized aggregations performed by a swarm of N foot-bot robots.

  12. Distance learning ects and flipped classroom in the anatomy learning: comparative study of the use of augmented reality, video and notes.

    Science.gov (United States)

    Ferrer-Torregrosa, Javier; Jiménez-Rodríguez, Miguel Ángel; Torralba-Estelles, Javier; Garzón-Farinós, Fernanda; Pérez-Bermejo, Marcelo; Fernández-Ehrling, Nadia

    2016-09-01

    The establishment of the ECTS (European Credit Transfer System) is one of the pillars of the European Space of Higher Education. This way of accounting for the time spent in training has two essential parts, classroom teaching (work with the professor) and distance learning (work without the professor, whether in an individual or collective way). Much has been published on the distance learning part, but less on the classroom teaching section. In this work, the authors investigate didactic strategies and associated aids for distance learning work in a concept based on flipped classroom where transmitting information is carried out with aids that the professor prepares, so that the student works in an independent way before the classes, thus being able to dedicate the classroom teaching time to more complex learning and being able to count on the professor's help. Three teaching aids applied to the study of anatomy have been compared: Notes with images, videos, and augmented reality. Four dimensions have been compared: the time spent, the acquired learnings, the metacognitive perception, and the prospects of the use of augmented reality for study. The results show the effectiveness, in all aspects, of augmented reality when compared with the rest of aids. The questionnaire assessed the acquired knowledge through a course exam, where 5.60 points were obtained for the notes group, 6.54 for the video group, and 7.19 for the augmented reality group. That is 0.94 more points for the video group compared with the notes and 1.59 more points for the augmented reality group compared with the notes group. This research demonstrates that, although technology has not been sufficiently developed for education, it is expected that it can be improved in both the autonomous work of the student and the academic training of health science students and that we can teach how to learn. Moreover, one can see how the grades of the students who studied with augmented reality are more

  13. Recursive nearest neighbor search in a sparse and multiscale domain for comparing audio signals

    DEFF Research Database (Denmark)

    Sturm, Bob L.; Daudet, Laurent

    2011-01-01

    We investigate recursive nearest neighbor search in a sparse domain at the scale of audio signals. Essentially, to approximate the cosine distance between the signals we make pairwise comparisons between the elements of localized sparse models built from large and redundant multiscale dictionaries...

  14. Fault Diagnosis of Supervision and Homogenization Distance Based on Local Linear Embedding Algorithm

    Directory of Open Access Journals (Sweden)

    Guangbin Wang

    2015-01-01

    Full Text Available In view of the problems of uneven distribution of reality fault samples and dimension reduction effect of locally linear embedding (LLE algorithm which is easily affected by neighboring points, an improved local linear embedding algorithm of homogenization distance (HLLE is developed. The method makes the overall distribution of sample points tend to be homogenization and reduces the influence of neighboring points using homogenization distance instead of the traditional Euclidean distance. It is helpful to choose effective neighboring points to construct weight matrix for dimension reduction. Because the fault recognition performance improvement of HLLE is limited and unstable, the paper further proposes a new local linear embedding algorithm of supervision and homogenization distance (SHLLE by adding the supervised learning mechanism. On the basis of homogenization distance, supervised learning increases the category information of sample points so that the same category of sample points will be gathered and the heterogeneous category of sample points will be scattered. It effectively improves the performance of fault diagnosis and maintains stability at the same time. A comparison of the methods mentioned above was made by simulation experiment with rotor system fault diagnosis, and the results show that SHLLE algorithm has superior fault recognition performance.

  15. Effect of electrode design on crosstalk between neighboring organic field-effect transistors based on one single crystal

    Science.gov (United States)

    Li, Mengjie; Tang, Qingxin; Tong, Yanhong; Zhao, Xiaoli; Zhou, Shujun; Liu, Yichun

    2018-03-01

    The design of high-integration organic circuits must be such that the interference between neighboring devices is eliminated. Here, rubrene crystals were used to study the effect of the electrode design on crosstalk between neighboring organic field-effect transistors (OFETs). Results show that a decreased source/drain interval and gate electrode width can decrease the diffraction distance of the current, and therefore can weaken the crosstalk. In addition, the inherent low carrier concentration in organic semiconductors can create a high-resistance barrier at the space between gate electrodes of neighboring devices, limiting or even eliminating the crosstalk as a result of the gate electrode width being smaller than the source/drain electrode width.

  16. NeighborHood

    OpenAIRE

    Corominola Ocaña, Víctor

    2015-01-01

    NeighborHood és una aplicació basada en el núvol, adaptable a qualsevol dispositiu (mòbil, tablet, desktop). L'objectiu d'aquesta aplicació és poder permetre als usuaris introduir a les persones del seu entorn més immediat i que aquestes persones siguin visibles per a la resta d'usuaris. NeighborHood es una aplicación basada en la nube, adaptable a cualquier dispositivo (móvil, tablet, desktop). El objetivo de esta aplicación es poder permitir a los usuarios introducir a las personas de su...

  17. Neighboring and Urbanism: Commonality versus Friendship.

    Science.gov (United States)

    Silverman, Carol J.

    1986-01-01

    Examines a dimension of neighboring that need not assume friendship as the role model. When the model assumes only a sense of connectedness as defining neighboring, then the residential correlation, shown in many studies between urbanism and neighboring, disappears. Theories of neighboring, study variables, methods, and analysis are discussed.…

  18. Distance Based Method for Outlier Detection of Body Sensor Networks

    Directory of Open Access Journals (Sweden)

    Haibin Zhang

    2016-01-01

    Full Text Available We propose a distance based method for the outlier detection of body sensor networks. Firstly, we use a Kernel Density Estimation (KDE to calculate the probability of the distance to k nearest neighbors for diagnosed data. If the probability is less than a threshold, and the distance of this data to its left and right neighbors is greater than a pre-defined value, the diagnosed data is decided as an outlier. Further, we formalize a sliding window based method to improve the outlier detection performance. Finally, to estimate the KDE by training sensor readings with errors, we introduce a Hidden Markov Model (HMM based method to estimate the most probable ground truth values which have the maximum probability to produce the training data. Simulation results show that the proposed method possesses a good detection accuracy with a low false alarm rate.

  19. Do alcohol compliance checks decrease underage sales at neighboring establishments?

    Science.gov (United States)

    Erickson, Darin J; Smolenski, Derek J; Toomey, Traci L; Carlin, Bradley P; Wagenaar, Alexander C

    2013-11-01

    Underage alcohol compliance checks conducted by law enforcement agencies can reduce the likelihood of illegal alcohol sales at checked alcohol establishments, and theory suggests that an alcohol establishment that is checked may warn nearby establishments that compliance checks are being conducted in the area. In this study, we examined whether the effects of compliance checks diffuse to neighboring establishments. We used data from the Complying with the Minimum Drinking Age trial, which included more than 2,000 compliance checks conducted at more than 900 alcohol establishments. The primary outcome was the sale of alcohol to a pseudo-underage buyer without the need for age identification. A multilevel logistic regression was used to model the effect of a compliance check at each establishment as well as the effect of compliance checks at neighboring establishments within 500 m (stratified into four equal-radius concentric rings), after buyer, license, establishment, and community-level variables were controlled for. We observed a decrease in the likelihood of establishments selling alcohol to underage youth after they had been checked by law enforcement, but these effects quickly decayed over time. Establishments that had a close neighbor (within 125 m) checked in the past 90 days were also less likely to sell alcohol to young-appearing buyers. The spatial effect of compliance checks on other establishments decayed rapidly with increasing distance. Results confirm the hypothesis that the effects of police compliance checks do spill over to neighboring establishments. These findings have implications for the development of an optimal schedule of police compliance checks.

  20. The Application of Determining Students’ Graduation Status of STMIK Palangkaraya Using K-Nearest Neighbors Method

    Science.gov (United States)

    Rusdiana, Lili; Marfuah

    2017-12-01

    K-Nearest Neighbors method is one of methods used for classification which calculate a value to find out the closest in distance. It is used to group a set of data such as students’ graduation status that are got from the amount of course credits taken by them, the grade point average (AVG), and the mini-thesis grade. The study is conducted to know the results of using K-Nearest Neighbors method on the application of determining students’ graduation status, so it can be analyzed from the method used, the data, and the application constructed. The aim of this study is to find out the application results by using K-Nearest Neighbors concept to determine students’ graduation status using the data of STMIK Palangkaraya students. The development of the software used Extreme Programming, since it was appropriate and precise for this study which was to quickly finish the project. The application was created using Microsoft Office Excel 2007 for the training data and Matlab 7 to implement the application. The result of K-Nearest Neighbors method on the application of determining students’ graduation status was 92.5%. It could determine the predicate graduation of 94 data used from the initial data before the processing as many as 136 data which the maximal training data was 50data. The K-Nearest Neighbors method is one of methods used to group a set of data based on the closest value, so that using K-Nearest Neighbors method agreed with this study. The results of K-Nearest Neighbors method on the application of determining students’ graduation status was 92.5% could determine the predicate graduation which is the maximal training data. The K-Nearest Neighbors method is one of methods used to group a set of data based on the closest value, so that using K-Nearest Neighbors method agreed with this study.

  1. Seismic clusters analysis in Northeastern Italy by the nearest-neighbor approach

    Science.gov (United States)

    Peresan, Antonella; Gentili, Stefania

    2018-01-01

    The main features of earthquake clusters in Northeastern Italy are explored, with the aim to get new insights on local scale patterns of seismicity in the area. The study is based on a systematic analysis of robustly and uniformly detected seismic clusters, which are identified by a statistical method, based on nearest-neighbor distances of events in the space-time-energy domain. The method permits us to highlight and investigate the internal structure of earthquake sequences, and to differentiate the spatial properties of seismicity according to the different topological features of the clusters structure. To analyze seismicity of Northeastern Italy, we use information from local OGS bulletins, compiled at the National Institute of Oceanography and Experimental Geophysics since 1977. A preliminary reappraisal of the earthquake bulletins is carried out and the area of sufficient completeness is outlined. Various techniques are considered to estimate the scaling parameters that characterize earthquakes occurrence in the region, namely the b-value and the fractal dimension of epicenters distribution, required for the application of the nearest-neighbor technique. Specifically, average robust estimates of the parameters of the Unified Scaling Law for Earthquakes, USLE, are assessed for the whole outlined region and are used to compute the nearest-neighbor distances. Clusters identification by the nearest-neighbor method turn out quite reliable and robust with respect to the minimum magnitude cutoff of the input catalog; the identified clusters are well consistent with those obtained from manual aftershocks identification of selected sequences. We demonstrate that the earthquake clusters have distinct preferred geographic locations, and we identify two areas that differ substantially in the examined clustering properties. Specifically, burst-like sequences are associated with the north-western part and swarm-like sequences with the south-eastern part of the study

  2. Spatial correlations between browsing on balsam fir by white-tailed deer and the nutritional value of neighboring winter forage.

    Science.gov (United States)

    Champagne, Emilie; Moore, Ben D; Côté, Steeve D; Tremblay, Jean-Pierre

    2018-03-01

    Associational effects, that is, the influence of neighboring plants on herbivory suffered by a plant, are an outcome of forage selection. Although forage selection is a hierarchical process, few studies have investigated associational effects at multiple spatial scales. Because the nutritional quality of plants can be spatially structured, it might differently influence associational effects across multiple scales. Our objective was to determine the radius of influence of neighbor density and nutritional quality on balsam fir ( Abies balsamea ) herbivory by white-tailed deer ( Odocoileus virginianus ) in winter. We quantified browsing rates on fir and the density and quality of neighboring trees in a series of 10-year-old cutovers on Anticosti Island (Canada). We used cross-correlations to investigate relationships between browsing rates and the density and nutritional quality of neighboring trees at distances up to 1,000 m. Balsam fir and white spruce ( Picea glauca ) fiber content and dry matter in vitro true digestibility were correlated with fir browsing rate at the finest extra-patch scale (across distance of up to 50 m) and between cutover areas (300-400 m). These correlations suggest associational effects, that is, low nutritional quality of neighbors reduces the likelihood of fir herbivory (associational defense). Our results may indicate associational effects mediated by intraspecific variation in plant quality and suggest that these effects could occur at scales from tens to hundreds of meters. Understanding associational effects could inform strategies for restoration or conservation; for example, planting of fir among existing natural regeneration could be concentrated in areas of low nutritional quality.

  3. A Fast Exact k-Nearest Neighbors Algorithm for High Dimensional Search Using k-Means Clustering and Triangle Inequality.

    Science.gov (United States)

    Wang, Xueyi

    2012-02-08

    The k-nearest neighbors (k-NN) algorithm is a widely used machine learning method that finds nearest neighbors of a test object in a feature space. We present a new exact k-NN algorithm called kMkNN (k-Means for k-Nearest Neighbors) that uses the k-means clustering and the triangle inequality to accelerate the searching for nearest neighbors in a high dimensional space. The kMkNN algorithm has two stages. In the buildup stage, instead of using complex tree structures such as metric trees, kd-trees, or ball-tree, kMkNN uses a simple k-means clustering method to preprocess the training dataset. In the searching stage, given a query object, kMkNN finds nearest training objects starting from the nearest cluster to the query object and uses the triangle inequality to reduce the distance calculations. Experiments show that the performance of kMkNN is surprisingly good compared to the traditional k-NN algorithm and tree-based k-NN algorithms such as kd-trees and ball-trees. On a collection of 20 datasets with up to 10(6) records and 10(4) dimensions, kMkNN shows a 2-to 80-fold reduction of distance calculations and a 2- to 60-fold speedup over the traditional k-NN algorithm for 16 datasets. Furthermore, kMkNN performs significant better than a kd-tree based k-NN algorithm for all datasets and performs better than a ball-tree based k-NN algorithm for most datasets. The results show that kMkNN is effective for searching nearest neighbors in high dimensional spaces.

  4. Introduction to machine learning: k-nearest neighbors.

    Science.gov (United States)

    Zhang, Zhongheng

    2016-06-01

    Machine learning techniques have been widely used in many scientific fields, but its use in medical literature is limited partly because of technical difficulties. k-nearest neighbors (kNN) is a simple method of machine learning. The article introduces some basic ideas underlying the kNN algorithm, and then focuses on how to perform kNN modeling with R. The dataset should be prepared before running the knn() function in R. After prediction of outcome with kNN algorithm, the diagnostic performance of the model should be checked. Average accuracy is the mostly widely used statistic to reflect the kNN algorithm. Factors such as k value, distance calculation and choice of appropriate predictors all have significant impact on the model performance.

  5. Protein function prediction using neighbor relativity in protein-protein interaction network.

    Science.gov (United States)

    Moosavi, Sobhan; Rahgozar, Masoud; Rahimi, Amir

    2013-04-01

    There is a large gap between the number of discovered proteins and the number of functionally annotated ones. Due to the high cost of determining protein function by wet-lab research, function prediction has become a major task for computational biology and bioinformatics. Some researches utilize the proteins interaction information to predict function for un-annotated proteins. In this paper, we propose a novel approach called "Neighbor Relativity Coefficient" (NRC) based on interaction network topology which estimates the functional similarity between two proteins. NRC is calculated for each pair of proteins based on their graph-based features including distance, common neighbors and the number of paths between them. In order to ascribe function to an un-annotated protein, NRC estimates a weight for each neighbor to transfer its annotation to the unknown protein. Finally, the unknown protein will be annotated by the top score transferred functions. We also investigate the effect of using different coefficients for various types of functions. The proposed method has been evaluated on Saccharomyces cerevisiae and Homo sapiens interaction networks. The performance analysis demonstrates that NRC yields better results in comparison with previous protein function prediction approaches that utilize interaction network. Copyright © 2012 Elsevier Ltd. All rights reserved.

  6. Penerapan Metode K-nearest Neighbor pada Penentuan Grade Dealer Sepeda Motor

    OpenAIRE

    Leidiyana, Henny

    2017-01-01

    The mutually beneficial cooperation is a very important thing for a leasing and dealer. Incentives for marketing is given in order to get consumers as much as possible. But sometimes the surveyor objectivity is lost due to the conspiracy on the field of marketing and surveyors. To overcome this, leasing a variety of ways one of them is doing ranking against the dealer. In this study the application of the k-Nearest Neighbor method and Euclidean distance measurement to determine the grade deal...

  7. Velocity correlations and spatial dependencies between neighbors in a unidirectional flow of pedestrians

    Science.gov (United States)

    Porzycki, Jakub; WÄ s, Jarosław; Hedayatifar, Leila; Hassanibesheli, Forough; Kułakowski, Krzysztof

    2017-08-01

    The aim of the paper is an analysis of self-organization patterns observed in the unidirectional flow of pedestrians. On the basis of experimental data from Zhang et al. [J. Zhang et al., J. Stat. Mech. (2011) P06004, 10.1088/1742-5468/2011/06/P06004], we analyze the mutual positions and velocity correlations between pedestrians when walking along a corridor. The angular and spatial dependencies of the mutual positions reveal a spatial structure that remains stable during the crowd motion. This structure differs depending on the value of n , for the consecutive n th -nearest-neighbor position set. The preferred position for the first-nearest neighbor is on the side of the pedestrian, while for further neighbors, this preference shifts to the axis of movement. The velocity correlations vary with the angle formed by the pair of neighboring pedestrians and the direction of motion and with the time delay between pedestrians' movements. The delay dependence of the correlations shows characteristic oscillations, produced by the velocity oscillations when striding; however, a filtering of the main frequency of individual striding out reduces the oscillations only partially. We conclude that pedestrians select their path directions so as to evade the necessity of continuously adjusting their speed to their neighbors'. They try to keep a given distance, but follow the person in front of them, as well as accepting and observing pedestrians on their sides. Additionally, we show an empirical example that illustrates the shape of a pedestrian's personal space during movement.

  8. 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

  9. Epidemic spread over networks with agent awareness and social distancing

    KAUST Repository

    Paarporn, Keith; Eksin, Ceyhun; Weitz, Joshua S.; Shamma, Jeff S.

    2016-01-01

    with their neighbors (social distancing) when they believe the epidemic is currently prevalent or resume normal interactions when they believe there is low risk of becoming infected. The information is a weighted combination of three sources: 1) the average states

  10. Exposure measurement in the neighboring hospital beds during an x-ray procedure in hospitalization unit

    Energy Technology Data Exchange (ETDEWEB)

    Goto, Rafael E.; Capeleti, Felipe F.; Cabete, Henrique V., E-mail: rafael.goto@fcmsantacasasp.edu.br, E-mail: felipe.capeleti@fcmsantacasasp.edu.br, E-mail: henrique@gmpbrasil.com.br [Faculdade de Ciencias Medicas da Santa Casa Sao Paulo, SP (Brazil); GMP Consultoria em Radioprotecao e Fisica Medica e Assessoria LTDA, Sao Paulo, SP (Brazil)

    2017-11-01

    There are lots of discussion about the exposure in hospitalization units in Brazil, especially around labor legislation and economic advantages of unhealthiness. With the attention focused on hospitalized patients, there were measured the exposure in neighboring beds of the patient submitted to an X-ray procedure with a mobile X-ray system that could be used to illustrate the discussion with consistent values. The most common X-ray procedure made in hospitalization units are chests images with techniques between 70 to 120 kV and 5 to 20 mAs. The measurement was made during routine exposure and simulations using a scattering phantom with Radcal AccuPro electrometer and 1800cc ionization chamber in a private hospital and a philanthropic hospital, both in Sao Paulo, Brazil. The ionization chambers are placed at 2 meters distance of the patient exposed of both sides during the routine procedure. During the simulation, a nylon phantom of 20 centimeters thick and 30 x 30 cm² size was placed on the bed, a typical exposure technique was used and the exposure was measured surrounding the phantom at 0.6, 1.0 and 2.0 meters distance for scattered radiation characterization. Initial results showed that the neighboring exposure at about 2 meters distance from the exposed patient bed have low values, even when exposure is integrated during the length of hospital stay. Therefore, the exposure in hospitalization units are very low compared to the exams doses. (author). (author)

  11. Benefits, barriers, and intentions/desires of nurses related to distance learning in rural island communities.

    Science.gov (United States)

    Kataoka-Yahiro, Merle R; Richardson, Karol; Mobley, Joseph

    2011-03-01

    This study assessed distance learning needs among nurses on the Neighbor Islands in Hawaii. An exploratory study was conducted using a descriptive qualitative design. Of the 37 nurses who completed the study, 7 were nurse administrators and 30 were staff nurses. There were 18 focus groups of nurses recruited from six public hospitals on the Neighbor Islands. Three major themes related to distance learning emerged in this study: benefits, barriers, and intentions/desires. Each major theme had several linkages to categories and subcategories. Overall findings were as follows: (1) cost was mentioned more often in three major thematic areas (benefit, barriers, and intentions/desires); (2) the need to revisit and address current curriculum approaches and practices in distance learning programs was identified; and (3) strong recommendations were made for programs and organizational support for distance learning in hospital settings. These findings have implications for nursing research, education, and practice. Copyright 2011, SLACK Incorporated.

  12. Historical harvests reduce neighboring old-growth basal area across a forest landscape.

    Science.gov (United States)

    Bell, David M; Spies, Thomas A; Pabst, Robert

    2017-07-01

    While advances in remote sensing have made stand, landscape, and regional assessments of the direct impacts of disturbance on forests quite common, the edge influence of timber harvesting on the structure of neighboring unharvested forests has not been examined extensively. In this study, we examine the impact of historical timber harvests on basal area patterns of neighboring old-growth forests to assess the magnitude and scale of harvest edge influence in a forest landscape of western Oregon, USA. We used lidar data and forest plot measurements to construct 30-m resolution live tree basal area maps in lower and middle elevation mature and old-growth forests. We assessed how edge influence on total, upper canopy, and lower canopy basal area varied across this forest landscape as a function of harvest characteristics (i.e., harvest size and age) and topographic conditions in the unharvested area. Upper canopy, lower canopy, and total basal area increased with distance from harvest edge and elevation. Forests within 75 m of harvest edges (20% of unharvested forests) had 4% to 6% less live tree basal area compared with forest interiors. An interaction between distance from harvest edge and elevation indicated that elevation altered edge influence in this landscape. We observed a positive edge influence at low elevations (800 m). Surprisingly, we found no or weak effects of harvest age (13-60 yr) and harvest area (0.2-110 ha) on surrounding unharvested forest basal area, implying that edge influence was relatively insensitive to the scale of disturbance and multi-decadal recovery processes. Our study indicates that the edge influence of past clearcutting on the structure of neighboring uncut old-growth forests is widespread and persistent. These indirect and diffuse legacies of historical timber harvests complicate forest management decision-making in old-growth forest landscapes by broadening the traditional view of stand boundaries. Furthermore, the consequences

  13. Measurement of near neighbor separations of surface atoms

    International Nuclear Information System (INIS)

    Cohen, P.I.

    Two techniques are being developed to measure the nearest neighbor distances of atoms at the surfaces of solids. Both measures extended fine structure in the excitation probability of core level electrons which are excited by an incident electron beam. This is an important problem because the structures of most surface systems are as yet unknown, even though the location of surface atoms is the basis for any quantitative understanding of the chemistry and physics of surfaces and interfaces. These methods would allow any laboratory to make in situ determinations of surface structure in conjunction with most other laboratory probes of surfaces. Each of these two techniques has different advantages; further, the combination of the two will increase confidence in the results by reducing systematic error in the data analysis

  14. Fast Tree: Computing Large Minimum-Evolution Trees with Profiles instead of a Distance Matrix

    Energy Technology Data Exchange (ETDEWEB)

    N. Price, Morgan; S. Dehal, Paramvir; P. Arkin, Adam

    2009-07-31

    Gene families are growing rapidly, but standard methods for inferring phylogenies do not scale to alignments with over 10,000 sequences. We present FastTree, a method for constructing large phylogenies and for estimating their reliability. Instead of storing a distance matrix, FastTree stores sequence profiles of internal nodes in the tree. FastTree uses these profiles to implement neighbor-joining and uses heuristics to quickly identify candidate joins. FastTree then uses nearest-neighbor interchanges to reduce the length of the tree. For an alignment with N sequences, L sites, and a different characters, a distance matrix requires O(N^2) space and O(N^2 L) time, but FastTree requires just O( NLa + N sqrt(N) ) memory and O( N sqrt(N) log(N) L a ) time. To estimate the tree's reliability, FastTree uses local bootstrapping, which gives another 100-fold speedup over a distance matrix. For example, FastTree computed a tree and support values for 158,022 distinct 16S ribosomal RNAs in 17 hours and 2.4 gigabytes of memory. Just computing pairwise Jukes-Cantor distances and storing them, without inferring a tree or bootstrapping, would require 17 hours and 50 gigabytes of memory. In simulations, FastTree was slightly more accurate than neighbor joining, BIONJ, or FastME; on genuine alignments, FastTree's topologies had higher likelihoods. FastTree is available at http://microbesonline.org/fasttree.

  15. Numerical Simulation of the Diffusion Processes in Nanoelectrode Arrays Using an Axial Neighbor Symmetry Approximation.

    Science.gov (United States)

    Peinetti, Ana Sol; Gilardoni, Rodrigo S; Mizrahi, Martín; Requejo, Felix G; González, Graciela A; Battaglini, Fernando

    2016-06-07

    Nanoelectrode arrays have introduced a complete new battery of devices with fascinating electrocatalytic, sensitivity, and selectivity properties. To understand and predict the electrochemical response of these arrays, a theoretical framework is needed. Cyclic voltammetry is a well-fitted experimental technique to understand the undergoing diffusion and kinetics processes. Previous works describing microelectrode arrays have exploited the interelectrode distance to simulate its behavior as the summation of individual electrodes. This approach becomes limited when the size of the electrodes decreases to the nanometer scale due to their strong radial effect with the consequent overlapping of the diffusional fields. In this work, we present a computational model able to simulate the electrochemical behavior of arrays working either as the summation of individual electrodes or being affected by the overlapping of the diffusional fields without previous considerations. Our computational model relays in dividing a regular electrode array in cells. In each of them, there is a central electrode surrounded by neighbor electrodes; these neighbor electrodes are transformed in a ring maintaining the same active electrode area than the summation of the closest neighbor electrodes. Using this axial neighbor symmetry approximation, the problem acquires a cylindrical symmetry, being applicable to any diffusion pattern. The model is validated against micro- and nanoelectrode arrays showing its ability to predict their behavior and therefore to be used as a designing tool.

  16. Writing for Distance Education. Samples Booklet.

    Science.gov (United States)

    International Extension Coll., Cambridge (England).

    Approaches to the format, design, and layout of printed instructional materials for distance education are illustrated in 36 samples designed to accompany the manual, "Writing for Distance Education." Each sample is presented on a single page with a note pointing out its key features. Features illustrated include use of typescript layout, a comic…

  17. Model of directed lines for square ice with second-neighbor and third-neighbor interactions

    Science.gov (United States)

    Kirov, Mikhail V.

    2018-02-01

    The investigation of the properties of nanoconfined systems is one of the most rapidly developing scientific fields. Recently it has been established that water monolayer between two graphene sheets forms square ice. Because of the energetic disadvantage, in the structure of the square ice there are no longitudinally arranged molecules. The result is that the structure is formed by unidirectional straight-lines of hydrogen bonds only. A simple but accurate discrete model of square ice with second-neighbor and third-neighbor interactions is proposed. According to this model, the ground state includes all configurations which do not contain three neighboring unidirectional chains of hydrogen bonds. Each triplet increases the energy by the same value. This new model differs from an analogous model with long-range interactions where in the ground state all neighboring chains are antiparallel. The new model is suitable for the corresponding system of point electric (and magnetic) dipoles on the square lattice. It allows separately estimating the different contributions to the total binding energy and helps to understand the properties of infinite monolayers and finite nanostructures. Calculations of the binding energy for square ice and for point dipole system are performed using the packages TINKER and LAMMPS.

  18. Fringe field interference of neighbor magnets in China spallation neutron source

    International Nuclear Information System (INIS)

    Li, L.; Kang, W.; Wu, X.; Deng, C.D.; Li, S.; Yang, M.; Zhou, J.X.; Liu, Y.Q.; Wu, Y.W.

    2016-01-01

    In CSNS accelerator construction, the field measurement of all RCS magnets have been finished and the magnets have been installed in the tunnel before the end of 2015. The electromagnetic quadrupoles have a large aperture and the core-to-core distance between magnets is rather short in some places. The corrector magnet or the sextupole magnet is closer to one of the quadrupole magnets which caused certain interference. The interference caused by magnetic fringe field has been appeared and it becomes a significant issue in beam dynamics for beam loss control in this high-intensity proton accelerator. We have performed 3D computing simulations to study integral field distributions between the quadrupole and the corrector magnets, and the sextupole and the other quadrupole magnets. The effect of the magnetic fringe field and the interference has been investigated with different distances of the neighbor magnets. The simulation and the field measurement results will be introduced in this paper.

  19. Exotic lagomorph may influence eagle abundances and breeding spatial aggregations: a field study and meta-analysis on the nearest neighbor distance

    Directory of Open Access Journals (Sweden)

    Facundo Barbar

    2018-05-01

    Full Text Available The introduction of alien species could be changing food source composition, ultimately restructuring demography and spatial distribution of native communities. In Argentine Patagonia, the exotic European hare has one of the highest numbers recorded worldwide and is now a widely consumed prey for many predators. We examine the potential relationship between abundance of this relatively new prey and the abundance and breeding spacing of one of its main consumers, the Black-chested Buzzard-Eagle (Geranoaetus melanoleucus. First we analyze the abundance of individuals of a raptor guild in relation to hare abundance through a correspondence analysis. We then estimated the Nearest Neighbor Distance (NND of the Black-chested Buzzard-eagle abundances in the two areas with high hare abundances. Finally, we performed a meta-regression between the NND and the body masses of Accipitridae raptors, to evaluate if Black-chested Buzzard-eagle NND deviates from the expected according to their mass. We found that eagle abundance was highly associated with hare abundance, more than with any other raptor species in the study area. Their NND deviates from the value expected, which was significantly lower than expected for a raptor species of this size in two areas with high hare abundance. Our results support the hypothesis that high local abundance of prey leads to a reduction of the breeding spacing of its main predator, which could potentially alter other interspecific interactions, and thus the entire community.

  20. Aftershock identification problem via the nearest-neighbor analysis for marked point processes

    Science.gov (United States)

    Gabrielov, A.; Zaliapin, I.; Wong, H.; Keilis-Borok, V.

    2007-12-01

    The centennial observations on the world seismicity have revealed a wide variety of clustering phenomena that unfold in the space-time-energy domain and provide most reliable information about the earthquake dynamics. However, there is neither a unifying theory nor a convenient statistical apparatus that would naturally account for the different types of seismic clustering. In this talk we present a theoretical framework for nearest-neighbor analysis of marked processes and obtain new results on hierarchical approach to studying seismic clustering introduced by Baiesi and Paczuski (2004). Recall that under this approach one defines an asymmetric distance D in space-time-energy domain such that the nearest-neighbor spanning graph with respect to D becomes a time- oriented tree. We demonstrate how this approach can be used to detect earthquake clustering. We apply our analysis to the observed seismicity of California and synthetic catalogs from ETAS model and show that the earthquake clustering part is statistically different from the homogeneous part. This finding may serve as a basis for an objective aftershock identification procedure.

  1. A distance weighted-based approach for self-organized aggregation in robot swarms

    KAUST Repository

    Khaldi, Belkacem; Harrou, Fouzi; Cherif, Foudil; Sun, Ying

    2017-01-01

    topology to keep the robots together. A distance-weighted function based on a Smoothed Particle Hydrodynamic (SPH) interpolation approach is used as a key factor to identify the K-Nearest neighbors taken into account when aggregating the robots. The intra

  2. Haldane to Dimer Phase Transition in the Spin-1 Haldane System with Bond-Alternating Nearest-Neighbor and Uniform Next-Nearest-Neighbor Exchange Interactions

    OpenAIRE

    Takashi, Tonegawa; Makoto, Kaburagi; Takeshi, Nakao; Department of Physics, Faculty of Science, Kobe University; Faculty of Cross-Cultural Studies, Kobe University; Department of Physics, Faculty of Science, Kobe University

    1995-01-01

    The Haldane to dimer phase transition is studied in the spin-1 Haldane system with bond-alternating nearest-neighbor and uniform next-nearest-neighbor exchange interactions, where both interactions are antiferromagnetic and thus compete with each other. By using a method of exact diagonalization, the ground-state phase diagram on the ratio of the next-nearest-neighbor interaction constant to the nearest-neighbor one versus the bond-alternation parameter of the nearest-neighbor interactions is...

  3. Fast Tree: Computing Large Minimum-Evolution Trees with Profiles instead of a Distance Matrix

    OpenAIRE

    N. Price, Morgan

    2009-01-01

    Gene families are growing rapidly, but standard methods for inferring phylogenies do not scale to alignments with over 10,000 sequences. We present FastTree, a method for constructing large phylogenies and for estimating their reliability. Instead of storing a distance matrix, FastTree stores sequence profiles of internal nodes in the tree. FastTree uses these profiles to implement neighbor-joining and uses heuristics to quickly identify candidate joins. FastTree then uses nearest-neighbor i...

  4. FastTree: Computing Large Minimum Evolution Trees with Profiles instead of a Distance Matrix

    OpenAIRE

    Price, Morgan N.; Dehal, Paramvir S.; Arkin, Adam P.

    2009-01-01

    Gene families are growing rapidly, but standard methods for inferring phylogenies do not scale to alignments with over 10,000 sequences. We present FastTree, a method for constructing large phylogenies and for estimating their reliability. Instead of storing a distance matrix, FastTree stores sequence profiles of internal nodes in the tree. FastTree uses these profiles to implement Neighbor-Joining and uses heuristics to quickly identify candidate joins. FastTree then uses nearest neighbor in...

  5. A γ dose distribution evaluation technique using the k-d tree for nearest neighbor searching

    International Nuclear Information System (INIS)

    Yuan Jiankui; Chen Weimin

    2010-01-01

    Purpose: The authors propose an algorithm based on the k-d tree for nearest neighbor searching to improve the γ calculation time for 2D and 3D dose distributions. Methods: The γ calculation method has been widely used for comparisons of dose distributions in clinical treatment plans and quality assurances. By specifying the acceptable dose and distance-to-agreement criteria, the method provides quantitative measurement of the agreement between the reference and evaluation dose distributions. The γ value indicates the acceptability. In regions where γ≤1, the predefined criterion is satisfied and thus the agreement is acceptable; otherwise, the agreement fails. Although the concept of the method is not complicated and a quick naieve implementation is straightforward, an efficient and robust implementation is not trivial. Recent algorithms based on exhaustive searching within a maximum radius, the geometric Euclidean distance, and the table lookup method have been proposed to improve the computational time for multidimensional dose distributions. Motivated by the fact that the least searching time for finding a nearest neighbor can be an O(log N) operation with a k-d tree, where N is the total number of the dose points, the authors propose an algorithm based on the k-d tree for the γ evaluation in this work. Results: In the experiment, the authors found that the average k-d tree construction time per reference point is O(log N), while the nearest neighbor searching time per evaluation point is proportional to O(N 1/k ), where k is between 2 and 3 for two-dimensional and three-dimensional dose distributions, respectively. Conclusions: Comparing with other algorithms such as exhaustive search and sorted list O(N), the k-d tree algorithm for γ evaluation is much more efficient.

  6. Genetic distances and phylogenetic trees of different Awassi sheep populations based on DNA sequencing.

    Science.gov (United States)

    Al-Atiyat, R M; Aljumaah, R S

    2014-08-27

    This study aimed to estimate evolutionary distances and to reconstruct phylogeny trees between different Awassi sheep populations. Thirty-two sheep individuals from three different geographical areas of Jordan and the Kingdom of Saudi Arabia (KSA) were randomly sampled. DNA was extracted from the tissue samples and sequenced using the T7 promoter universal primer. Different phylogenetic trees were reconstructed from 0.64-kb DNA sequences using the MEGA software with the best general time reverse distance model. Three methods of distance estimation were then used. The maximum composite likelihood test was considered for reconstructing maximum likelihood, neighbor-joining and UPGMA trees. The maximum likelihood tree indicated three major clusters separated by cytosine (C) and thymine (T). The greatest distance was shown between the South sheep and North sheep. On the other hand, the KSA sheep as an outgroup showed shorter evolutionary distance to the North sheep population than to the others. The neighbor-joining and UPGMA trees showed quite reliable clusters of evolutionary differentiation of Jordan sheep populations from the Saudi population. The overall results support geographical information and ecological types of the sheep populations studied. Summing up, the resulting phylogeny trees may contribute to the limited information about the genetic relatedness and phylogeny of Awassi sheep in nearby Arab countries.

  7. Neighboring Optimal Aircraft Guidance in a General Wind Environment

    Science.gov (United States)

    Jardin, Matthew R. (Inventor)

    2003-01-01

    Method and system for determining an optimal route for an aircraft moving between first and second waypoints in a general wind environment. A selected first wind environment is analyzed for which a nominal solution can be determined. A second wind environment is then incorporated; and a neighboring optimal control (NOC) analysis is performed to estimate an optimal route for the second wind environment. In particular examples with flight distances of 2500 and 6000 nautical miles in the presence of constant or piecewise linearly varying winds, the difference in flight time between a nominal solution and an optimal solution is 3.4 to 5 percent. Constant or variable winds and aircraft speeds can be used. Updated second wind environment information can be provided and used to obtain an updated optimal route.

  8. A nuclear-armed Iran: a difficult but not impossible policy problem - Lecture note

    International Nuclear Information System (INIS)

    Sitt, Bernard

    2006-01-01

    This lecture note makes an analysis of a report by Barry R. Posen from The Century Foundation (TCF) and entitled: 'A nuclear-armed Iran: a difficult but not impossible policy problem' (28 Dec 2006). In this report, the author believes that diplomacy would be the ideal outcome in handling the nuclear bomb situation in Iran, but containment and deterrence will be effective if diplomacy fails. He challenges the common fears that arise from Iran's potential possession of a bomb: The fear that Iran would use nuclear threats against nonnuclear neighbors; The fear that Iran would use nuclear weapons to annihilate the state of Israel. To ensure effective deterrence, the United States would need to pursue a strategy of coexistence with a nuclear Iran. In order to do so, the US would have to renew its commitment to the security of the Middle East; US involvement would be required to prevent regional proliferation and to ensure the protection of Iran's neighbors. The present Lecture note analyzes and discusses the 4 threats of a nuclear Iran that need to be dissuaded: a risky and more violent foreign policy; the blackmailing of some neighbor countries; the supply of nuclear weapons to non-state actors; and nuclear strikes against Israel despite inevitable retaliatory measures

  9. Distance-Based Image Classification: Generalizing to New Classes at Near Zero Cost

    NARCIS (Netherlands)

    Mensink, T.; Verbeek, J.; Perronnin, F.; Csurka, G.

    2013-01-01

    We study large-scale image classification methods that can incorporate new classes and training images continuously over time at negligible cost. To this end, we consider two distance-based classifiers, the k-nearest neighbor (k-NN) and nearest class mean (NCM) classifiers, and introduce a new

  10. Definition of distance for nonlinear time series analysis of marked point process data

    Energy Technology Data Exchange (ETDEWEB)

    Iwayama, Koji, E-mail: koji@sat.t.u-tokyo.ac.jp [Research Institute for Food and Agriculture, Ryukoku Univeristy, 1-5 Yokotani, Seta Oe-cho, Otsu-Shi, Shiga 520-2194 (Japan); Hirata, Yoshito; Aihara, Kazuyuki [Institute of Industrial Science, The University of Tokyo, 4-6-1 Komaba, Meguro-ku, Tokyo 153-8505 (Japan)

    2017-01-30

    Marked point process data are time series of discrete events accompanied with some values, such as economic trades, earthquakes, and lightnings. A distance for marked point process data allows us to apply nonlinear time series analysis to such data. We propose a distance for marked point process data which can be calculated much faster than the existing distance when the number of marks is small. Furthermore, under some assumptions, the Kullback–Leibler divergences between posterior distributions for neighbors defined by this distance are small. We performed some numerical simulations showing that analysis based on the proposed distance is effective. - Highlights: • A new distance for marked point process data is proposed. • The distance can be computed fast enough for a small number of marks. • The method to optimize parameter values of the distance is also proposed. • Numerical simulations indicate that the analysis based on the distance is effective.

  11. Satellite Technologies and Services: Implications for International Distance Education.

    Science.gov (United States)

    Stahmer, Anna

    1987-01-01

    This examination of international distance education and open university applications of communication satellites at the postsecondary level notes activities in less developed countries (LDCs); presents potential models for cooperation; and describes technical systems for distance education, emphasizing satellite technology and possible problems…

  12. A Catalog of Distances to Molecular Clouds from Pan-STARRS1

    Science.gov (United States)

    Schlafly, Eddie; Green, G.; Finkbeiner, D. P.; Rix, H.

    2014-01-01

    We present a catalog of distances to molecular clouds, derived from PanSTARRS-1 photometry. We simultaneously infer the full probability distribution function of reddening and distance of the stars towards these clouds using the technique of Green et al. (2013) (see neighboring poster). We fit the resulting measurements using a simple dust screen model to infer the distance to each cloud. The result is a large, homogeneous catalog of distances to molecular clouds. For clouds with heliocentric distances greater than about 200 pc, typical statistical uncertainties in the distances are 5%, with systematic uncertainty stemming from the quality of our stellar models of about 10%. We have applied this analysis to many of the most well-studied clouds in the δ > -30° sky, including Orion, California, Taurus, Perseus, and Cepheus. We have also studied the entire catalog of Magnani, Blitz, and Mundy (1985; MBM), though for about half of those clouds we can provide only upper limits on the distances. We compare our distances with distances from the literature, when available, and find good agreement.

  13. Frog sound identification using extended k-nearest neighbor classifier

    Science.gov (United States)

    Mukahar, Nordiana; Affendi Rosdi, Bakhtiar; Athiar Ramli, Dzati; Jaafar, Haryati

    2017-09-01

    Frog sound identification based on the vocalization becomes important for biological research and environmental monitoring. As a result, different types of feature extractions and classifiers have been employed to evaluate the accuracy of frog sound identification. This paper presents a frog sound identification with Extended k-Nearest Neighbor (EKNN) classifier. The EKNN classifier integrates the nearest neighbors and mutual sharing of neighborhood concepts, with the aims of improving the classification performance. It makes a prediction based on who are the nearest neighbors of the testing sample and who consider the testing sample as their nearest neighbors. In order to evaluate the classification performance in frog sound identification, the EKNN classifier is compared with competing classifier, k -Nearest Neighbor (KNN), Fuzzy k -Nearest Neighbor (FKNN) k - General Nearest Neighbor (KGNN)and Mutual k -Nearest Neighbor (MKNN) on the recorded sounds of 15 frog species obtained in Malaysia forest. The recorded sounds have been segmented using Short Time Energy and Short Time Average Zero Crossing Rate (STE+STAZCR), sinusoidal modeling (SM), manual and the combination of Energy (E) and Zero Crossing Rate (ZCR) (E+ZCR) while the features are extracted by Mel Frequency Cepstrum Coefficient (MFCC). The experimental results have shown that the EKNCN classifier exhibits the best performance in terms of accuracy compared to the competing classifiers, KNN, FKNN, GKNN and MKNN for all cases.

  14. Model of inter-cell interference phenomenon in 10 nm magnetic tunnel junction with perpendicular anisotropy array due to oscillatory stray field from neighboring cells

    Science.gov (United States)

    Ohuchida, Satoshi; Endoh, Tetsuo

    2018-06-01

    In this paper, we propose a new model of inter-cell interference phenomenon in a 10 nm magnetic tunnel junction with perpendicular anisotropy (p-MTJ) array and investigated the interference effect between a program cell and unselected cells due to the oscillatory stray field from neighboring cells by Landau–Lifshitz–Gilbert micromagnetic simulation. We found that interference brings about a switching delay in a program cell and excitation of magnetization precession in unselected cells even when no programing current passes through. The origin of interference is ferromagnetic resonance between neighboring cells. During the interference period, the precession frequency of the program cell is 20.8 GHz, which synchronizes with that of the theoretical precession frequency f = γH eff in unselected cells. The disturbance strength of unselected cells decreased to be inversely proportional to the cube of the distance from the program cell, which is in good agreement with the dependence of stray field on the distance from the program cell calculated by the dipole approximation method.

  15. Mixed random walks with a trap in scale-free networks including nearest-neighbor and next-nearest-neighbor jumps

    Science.gov (United States)

    Zhang, Zhongzhi; Dong, Yuze; Sheng, Yibin

    2015-10-01

    Random walks including non-nearest-neighbor jumps appear in many real situations such as the diffusion of adatoms and have found numerous applications including PageRank search algorithm; however, related theoretical results are much less for this dynamical process. In this paper, we present a study of mixed random walks in a family of fractal scale-free networks, where both nearest-neighbor and next-nearest-neighbor jumps are included. We focus on trapping problem in the network family, which is a particular case of random walks with a perfect trap fixed at the central high-degree node. We derive analytical expressions for the average trapping time (ATT), a quantitative indicator measuring the efficiency of the trapping process, by using two different methods, the results of which are consistent with each other. Furthermore, we analytically determine all the eigenvalues and their multiplicities for the fundamental matrix characterizing the dynamical process. Our results show that although next-nearest-neighbor jumps have no effect on the leading scaling of the trapping efficiency, they can strongly affect the prefactor of ATT, providing insight into better understanding of random-walk process in complex systems.

  16. Scalable Nearest Neighbor Algorithms for High Dimensional Data.

    Science.gov (United States)

    Muja, Marius; Lowe, David G

    2014-11-01

    For many computer vision and machine learning problems, large training sets are key for good performance. However, the most computationally expensive part of many computer vision and machine learning algorithms consists of finding nearest neighbor matches to high dimensional vectors that represent the training data. We propose new algorithms for approximate nearest neighbor matching and evaluate and compare them with previous algorithms. For matching high dimensional features, we find two algorithms to be the most efficient: the randomized k-d forest and a new algorithm proposed in this paper, the priority search k-means tree. We also propose a new algorithm for matching binary features by searching multiple hierarchical clustering trees and show it outperforms methods typically used in the literature. We show that the optimal nearest neighbor algorithm and its parameters depend on the data set characteristics and describe an automated configuration procedure for finding the best algorithm to search a particular data set. In order to scale to very large data sets that would otherwise not fit in the memory of a single machine, we propose a distributed nearest neighbor matching framework that can be used with any of the algorithms described in the paper. All this research has been released as an open source library called fast library for approximate nearest neighbors (FLANN), which has been incorporated into OpenCV and is now one of the most popular libraries for nearest neighbor matching.

  17. Lectures on the nearest neighbor method

    CERN Document Server

    Biau, Gérard

    2015-01-01

    This text presents a wide-ranging and rigorous overview of nearest neighbor methods, one of the most important paradigms in machine learning. Now in one self-contained volume, this book systematically covers key statistical, probabilistic, combinatorial and geometric ideas for understanding, analyzing and developing nearest neighbor methods. Gérard Biau is a professor at Université Pierre et Marie Curie (Paris). Luc Devroye is a professor at the School of Computer Science at McGill University (Montreal).   .

  18. Dimensional testing for reverse k-nearest neighbor search

    DEFF Research Database (Denmark)

    Casanova, Guillaume; Englmeier, Elias; Houle, Michael E.

    2017-01-01

    Given a query object q, reverse k-nearest neighbor (RkNN) search aims to locate those objects of the database that have q among their k-nearest neighbors. In this paper, we propose an approximation method for solving RkNN queries, where the pruning operations and termination tests are guided...... by a characterization of the intrinsic dimensionality of the data. The method can accommodate any index structure supporting incremental (forward) nearest-neighbor search for the generation and verification of candidates, while avoiding impractically-high preprocessing costs. We also provide experimental evidence...

  19. Research Notes ~ Second Language Acquisition Theories as a Framework for Creating Distance Learning Courses

    Directory of Open Access Journals (Sweden)

    Eileen N. Ariza

    2003-10-01

    Full Text Available Moore and Kearsley (1996 maintain distance educators should provide for three types of interaction: a learner-content; b learner-instructor; and c learner-learner. According to interactionist second language acquisition (SLA theories that reflect Krashen’s theory (1994 that comprehensible input is critical for second language acquisition, interaction can enhance second language acquisition and fluency. Effective output is necessary as well. We reviewed the research on distance learning for second language learners and concluded that SLA theories can, and should, be the framework that drives the development of courses for students seeking to learn languages by distance technology. This article delineates issues to consider in support of combining SLA theories and research literature as a guide in creating distance language learning courses.

  20. Note from TS/FM Group

    CERN Document Server

    2007-01-01

    Renovation work at Restaurant no. 1 Please note that starting from 5 March and for one week, the men's toilets in Bldg. 500 (underground) will be closed because of the renovation work at Restaurant No. 1. The women's toilets in the same place will exceptionally be open to men and women during the same period. We apologize for the inconvenience and we are at your disposal for further information. Shuttle requests Please note that starting from 1 March 2007, shuttle requests: for official visits or bidders' conferences on the CERN site; to/from the airport or the centre of Geneva; for long distances, must be made via Fm.Support@cern.ch or by calling 77777. The radio taxi will still be reachable on 76969. Please note that starting from 1st of March, requests for the transport of PCs from your office to the PC store (Bldg. 513) and vice-versa, must be made the 'transport request' form on EDH under the field 'removals'). Mail distribution Please note that starting from 1 March 2007, mail distrib...

  1. A dumbed-down approach to unite Fermilab, its neighbors

    CERN Multimedia

    Constable, B

    2004-01-01

    "...Fermilab is reaching out to its suburban neighbors...With the nation on orange alert, Fermilab scientists no longer can sit on the front porch and invite neighbors in for coffee and quasars" (1 page).

  2. Research Notes ~ Selecting Research Areas and Research Design Approaches in Distance Education: Process Issues

    Directory of Open Access Journals (Sweden)

    Sudarshan Mishra

    2004-11-01

    Full Text Available The purpose of this paper is to study the process used for selecting research areas and methodological approaches in distance education in India. Experts from the field of distance education in India were interviewed at length, with the aim of collecting qualitative data on opinions on process-issues for selecting areas for research, research design, and appropriate methodological approaches in distance education. Data collected from these interviews were subjected to content analysis; triangulation and peer consultation techniques were used for cross-checking and data verification. While the findings and recommendations of this study have limited application in that they can only be used in the specific context outlined in this paper, respondents in this study nonetheless revealed the pressing need for more process-oriented research in examining media and technology, learners and learning, and distance learning evaluation processes. Our research, which yielded interesting empirical findings, also determined that a mixed approach – one that involves both quantitative and qualitative methods – is more appropriate for conducting research in distance education in India. Qualitative evidence from our research also indicates that respondents interviewed felt that emphasis should be placed on interdisciplinary and systemic research, over that of traditional disciplinary research. Research methods such as student self-reporting, extensive and highly targeted interviews, conversation and discourse analysis, were determined to as useful for data collection for this study.

  3. On the Scalability of Computing Triplet and Quartet Distances

    DEFF Research Database (Denmark)

    Holt, Morten Kragelund; Johansen, Jens; Brodal, Gerth Stølting

    2014-01-01

    We present the first I/O- and practically-efficient algorithm for simplifying a planar subdivision, such that no point is moved more than a given distance εxy and such that neighbor relations between faces (homotopy) are preserved. Under some practically realistic assumptions, our algorithm uses ....... For example, for the contour map simplification problem it is significantly faster than the previous algorithm, while obtaining approximately the same simplification factor. Read More: http://epubs.siam.org/doi/abs/10.1137/1.9781611973198.3...

  4. Neighbors United for Health

    Science.gov (United States)

    Westhoff, Wayne W.; Corvin, Jaime; Virella, Irmarie

    2009-01-01

    Modeled upon the ecclesiastic community group concept of Latin America to unite and strengthen the bond between the Church and neighborhoods, a community-based organization created Vecinos Unidos por la Salud (Neighbors United for Health) to bring health messages into urban Latino neighborhoods. The model is based on five tenants, and incorporates…

  5. Pollinator-mediated interactions in experimental arrays vary with neighbor identity.

    Science.gov (United States)

    Ha, Melissa K; Ivey, Christopher T

    2017-02-01

    Local ecological conditions influence the impact of species interactions on evolution and community structure. We investigated whether pollinator-mediated interactions between coflowering plants vary with plant density, coflowering neighbor identity, and flowering season. We conducted a field experiment in which flowering time and floral neighborhood were manipulated in a factorial design. Early- and late-flowering Clarkia unguiculata plants were placed into arrays with C. biloba neighbors, noncongeneric neighbors, additional conspecific plants, or no additional plants as a density control. We compared whole-plant pollen limitation of seed set, pollinator behavior, and pollen deposition among treatments. Interactions mediated by shared pollinators depended on the identity of the neighbor and possibly changed through time, although flowering-season comparisons were compromised by low early-season plant survival. Interactions with conspecific neighbors were likely competitive late in the season. Interactions with C. biloba appeared to involve facilitation or neutral interactions. Interactions with noncongeners were more consistently competitive. The community composition of pollinators varied among treatment combinations. Pollinator-mediated interactions involved competition and likely facilitation, depending on coflowering neighbor. Experimental manipulation helped to reveal context-dependent variation in indirect biotic interactions. © 2017 Botanical Society of America.

  6. The clinic as a good corporate neighbor.

    Science.gov (United States)

    Sass, Hans-Martin

    2013-02-01

    Clinics today specialize in health repair services similar to car repair shops; procedures and prices are standardized, regulated, and inflexibly uniform. Clinics of the future have to become Health Care Centers in order to be more respected and more effective corporate neighbors in offering outreach services in health education and preventive health care. The traditional concept of care for health is much broader than repair management and includes the promotion of lay health competence and responsibility in healthy social and natural environments. The corporate profile and ethics of the clinic as a good and competitive local neighbor will have to focus on [a] better personalized care, [b] education and services in preventive care, [c] direct or web-based information and advice for general, seasonal, or age related health risks, and on developing and improving trustworthy character traits of the clinic as a corporate person and a good neighbor.

  7. Handwritten Digit Recognition using Edit Distance-Based KNN

    OpenAIRE

    Bernard , Marc; Fromont , Elisa; Habrard , Amaury; Sebban , Marc

    2012-01-01

    We discuss the student project given for the last 5 years to the 1st year Master Students which follow the Machine Learning lecture at the University Jean Monnet in Saint Etienne, France. The goal of this project is to develop a GUI that can recognize digits and/or letters drawn manually. The system is based on a string representation of the dig- its using Freeman codes and on the use of an edit-distance-based K-Nearest Neighbors classifier. In addition to the machine learning knowledge about...

  8. Diagnostic tools for nearest neighbors techniques when used with satellite imagery

    Science.gov (United States)

    Ronald E. McRoberts

    2009-01-01

    Nearest neighbors techniques are non-parametric approaches to multivariate prediction that are useful for predicting both continuous and categorical forest attribute variables. Although some assumptions underlying nearest neighbor techniques are common to other prediction techniques such as regression, other assumptions are unique to nearest neighbor techniques....

  9. A Distributed Approach to Continuous Monitoring of Constrained k-Nearest Neighbor Queries in Road Networks

    Directory of Open Access Journals (Sweden)

    Hyung-Ju Cho

    2012-01-01

    Full Text Available Given two positive parameters k and r, a constrained k-nearest neighbor (CkNN query returns the k closest objects within a network distance r of the query location in road networks. In terms of the scalability of monitoring these CkNN queries, existing solutions based on central processing at a server suffer from a sudden and sharp rise in server load as well as messaging cost as the number of queries increases. In this paper, we propose a distributed and scalable scheme called DAEMON for the continuous monitoring of CkNN queries in road networks. Our query processing is distributed among clients (query objects and server. Specifically, the server evaluates CkNN queries issued at intersections of road segments, retrieves the objects on the road segments between neighboring intersections, and sends responses to the query objects. Finally, each client makes its own query result using this server response. As a result, our distributed scheme achieves close-to-optimal communication costs and scales well to large numbers of monitoring queries. Exhaustive experimental results demonstrate that our scheme substantially outperforms its competitor in terms of query processing time and messaging cost.

  10. Unwanted Behaviors and Nuisance Behaviors Among Neighbors in a Belgian Community Sample.

    Science.gov (United States)

    Michaux, Emilie; Groenen, Anne; Uzieblo, Katarzyna

    2015-06-30

    Unwanted behaviors between (ex-)intimates have been extensively studied, while those behaviors within other contexts such as neighbors have received much less scientific consideration. Research indicates that residents are likely to encounter problem behaviors from their neighbors. Besides the lack of clarity in the conceptualization of problem behaviors among neighbors, little is known on which types of behaviors characterize neighbor problems. In this study, the occurrence of two types of problem behaviors encountered by neighbors was explored within a Belgian community sample: unwanted behaviors such as threats and neighbor nuisance issues such as noise nuisance. By clearly distinguishing those two types of behaviors, this study aimed at contributing to the conceptualization of neighbor problems. Next, the coping strategies used to deal with the neighbor problems were investigated. Our results indicated that unwanted behaviors were more frequently encountered by residents compared with nuisance problems. Four out of 10 respondents reported both unwanted pursuit behavior and nuisance problems. It was especially unlikely to encounter nuisance problems in isolation of unwanted pursuit behaviors. While different coping styles (avoiding the neighbor, confronting the neighbor, and enlisting help from others) were equally used by the stalked participants, none of them was perceived as being more effective in reducing the stalking behaviors. Strikingly, despite being aware of specialized help services such as community mediation services, only a very small subgroup enlisted this kind of professional help. © The Author(s) 2015.

  11. Neighbor Rupture Degree of Some Middle Graphs

    Directory of Open Access Journals (Sweden)

    Gökşen BACAK-TURAN

    2017-12-01

    Full Text Available Networks have an important place in our daily lives. Internet networks, electricity networks, water networks, transportation networks, social networks and biological networks are some of the networks we run into every aspects of our lives. A network consists of centers connected by links. A network is represented when centers and connections modelled by vertices and edges, respectively. In consequence of the failure of some centers or connection lines, measurement of the resistance of the network until the communication interrupted is called vulnerability of the network. In this study, neighbor rupture degree which is a parameter that explores the vulnerability values of the resulting graphs due to the failure of some centers of a communication network and its neighboring centers becoming nonfunctional were applied to some middle graphs and neighbor rupture degree of the $M(C_{n},$ $M(P_{n},$ $M(K_{1,n},$ $M(W_{n},$ $M(P_{n}\\times K_{2}$ and $M(C_{n}\\times K_{2}$ have been found.

  12. Physical distance, genetic relationship, age, and leprosy classification are independent risk factors for leprosy in contacts of patients with leprosy.

    Science.gov (United States)

    Moet, F Johannes; Pahan, David; Schuring, Ron P; Oskam, Linda; Richardus, Jan H

    2006-02-01

    Close contacts of patients with leprosy have a higher risk of developing leprosy. Several risk factors have been identified, including genetic relationship and physical distance. Their independent contributions to the risk of developing leprosy, however, have never been sufficiently quantified. Logistic-regression analysis was performed on intake data from a prospective cohort study of 1037 patients newly diagnosed as having leprosy and their 21,870 contacts. Higher age showed an increased risk, with a bimodal distribution. Contacts of patients with paucibacillary (PB) leprosy with 2-5 lesions (PB2-5) and those with multibacillary (MB) leprosy had a higher risk than did contacts of patients with single-lesion PB leprosy. The core household group had a higher risk than other contacts living under the same roof and next-door neighbors, who again had a higher risk than neighbors of neighbors. A close genetic relationship indicated an increased risk when blood-related children, parents, and siblings were pooled together. Age of the contact, the disease classification of the index patient, and physical and genetic distance were independently associated with the risk of a contact acquiring leprosy. Contact surveys in leprosy should be not only focused on household contacts but also extended to neighbors and consanguineous relatives, especially when the patient has PB2-5 or MB leprosy.

  13. Secure Nearest Neighbor Query on Crowd-Sensing Data

    Directory of Open Access Journals (Sweden)

    Ke Cheng

    2016-09-01

    Full Text Available Nearest neighbor queries are fundamental in location-based services, and secure nearest neighbor queries mainly focus on how to securely and quickly retrieve the nearest neighbor in the outsourced cloud server. However, the previous big data system structure has changed because of the crowd-sensing data. On the one hand, sensing data terminals as the data owner are numerous and mistrustful, while, on the other hand, in most cases, the terminals find it difficult to finish many safety operation due to computation and storage capability constraints. In light of they Multi Owners and Multi Users (MOMU situation in the crowd-sensing data cloud environment, this paper presents a secure nearest neighbor query scheme based on the proxy server architecture, which is constructed by protocols of secure two-party computation and secure Voronoi diagram algorithm. It not only preserves the data confidentiality and query privacy but also effectively resists the collusion between the cloud server and the data owners or users. Finally, extensive theoretical and experimental evaluations are presented to show that our proposed scheme achieves a superior balance between the security and query performance compared to other schemes.

  14. Two Approaches to Distance Education: Lessons Learned.

    Science.gov (United States)

    Sedlak, Robert A.; Cartwright, G. Phillip

    1997-01-01

    Outlines lessons learned by the University of Wisconsin-Stout in implementing two distance education programs, a technology program using interactive television and a hospitality program using Lotus Notes to deliver courses. Topics discussed include program concept vs. technology as stimulus for innovation, program planning/administration,…

  15. Optimization for Guitar Fingering on Single Notes

    Science.gov (United States)

    Itoh, Masaru; Hayashida, Takumi

    This paper presents an optimization method for guitar fingering. The fingering is to determine a unique combination of string, fret and finger corresponding to the note. The method aims to generate the best fingering pattern for guitar robots rather than beginners. Furthermore, it can be applied to any musical score on single notes. A fingering action can be decomposed into three motions, that is, a motion of press string, release string and move fretting hand. The cost for moving the hand is estimated on the basis of Manhattan distance which is the sum of distances along fret and string directions. The objective is to minimize the total fingering costs, subject to fret, string and finger constraints. As a sequence of notes on the score forms a line on time series, the optimization for guitar fingering can be resolved into a multistage decision problem. Dynamic programming is exceedingly effective to solve such a problem. A level concept is introduced into rendering states so as to make multiple DP solutions lead a unique one among the DP backward processes. For example, if two fingerings have the same value of cost at different states on a stage, then the low position would be taken precedence over the high position, and the index finger would be over the middle finger.

  16. New Sliding Puzzle with Neighbors Swap Motion

    OpenAIRE

    Prihardono, Ariyanto; Kawagoe, Kenichi

    2015-01-01

    The sliding puzzles (15-puzzle, 8-puzzle, 5-puzzle) are known to have 2 kind of puz-zle: solvable puzzle and unsolvable puzzle. In this thesis, we make a new puzzle with only 1 kind of it, solvable puzzle. This new puzzle is made by adopting sliding puzzle with several additional rules from M13 puzzle; the puzzle that is formed form The Mathieu group M13. This puzzle has a movement that called a neighbors swap motion, a rule of movement that enables every neighboring points to swap. This extr...

  17. The role of orthography in the semantic activation of neighbors.

    Science.gov (United States)

    Hino, Yasushi; Lupker, Stephen J; Taylor, Tamsen E

    2012-09-01

    There is now considerable evidence that a letter string can activate semantic information appropriate to its orthographic neighbors (e.g., Forster & Hector's, 2002, TURPLE effect). This phenomenon is the focus of the present research. Using Japanese words, we examined whether semantic activation of neighbors is driven directly by orthographic similarity alone or whether there is also a role for phonological similarity. In Experiment 1, using a relatedness judgment task in which a Kanji word-Katakana word pair was presented on each trial, an inhibitory effect was observed when the initial Kanji word was related to an orthographic and phonological neighbor of the Katakana word target but not when the initial Kanji word was related to a phonological but not orthographic neighbor of the Katakana word target. This result suggests that phonology plays little, if any, role in the activation of neighbors' semantics when reading familiar words. In Experiment 2, the targets were transcribed into Hiragana, a script they are typically not written in, requiring readers to engage in phonological coding. In that experiment, inhibitory effects were observed in both conditions. This result indicates that phonologically mediated semantic activation of neighbors will emerge when phonological processing is necessary in order to understand a written word (e.g., when that word is transcribed into an unfamiliar script). PsycINFO Database Record (c) 2012 APA, all rights reserved.

  18. Color and neighbor edge directional difference feature for image retrieval

    Institute of Scientific and Technical Information of China (English)

    Chaobing Huang; Shengsheng Yu; Jingli Zhou; Hongwei Lu

    2005-01-01

    @@ A novel image feature termed neighbor edge directional difference unit histogram is proposed, in which the neighbor edge directional difference unit is defined and computed for every pixel in the image, and is used to generate the neighbor edge directional difference unit histogram. This histogram and color histogram are used as feature indexes to retrieve color image. The feature is invariant to image scaling and translation and has more powerful descriptive for the natural color images. Experimental results show that the feature can achieve better retrieval performance than other color-spatial features.

  19. Neighboring Genes Show Correlated Evolution in Gene Expression

    Science.gov (United States)

    Ghanbarian, Avazeh T.; Hurst, Laurence D.

    2015-01-01

    When considering the evolution of a gene’s expression profile, we commonly assume that this is unaffected by its genomic neighborhood. This is, however, in contrast to what we know about the lack of autonomy between neighboring genes in gene expression profiles in extant taxa. Indeed, in all eukaryotic genomes genes of similar expression-profile tend to cluster, reflecting chromatin level dynamics. Does it follow that if a gene increases expression in a particular lineage then the genomic neighbors will also increase in their expression or is gene expression evolution autonomous? To address this here we consider evolution of human gene expression since the human-chimp common ancestor, allowing for both variation in estimation of current expression level and error in Bayesian estimation of the ancestral state. We find that in all tissues and both sexes, the change in gene expression of a focal gene on average predicts the change in gene expression of neighbors. The effect is highly pronounced in the immediate vicinity (genes increasing their expression in humans tend to avoid nuclear lamina domains and be enriched for the gene activator 5-hydroxymethylcytosine, we conclude that, most probably owing to chromatin level control of gene expression, a change in gene expression of one gene likely affects the expression evolution of neighbors, what we term expression piggybacking, an analog of hitchhiking. PMID:25743543

  20. Sequential nearest-neighbor effects on computed {sup 13}C{sup {alpha}} chemical shifts

    Energy Technology Data Exchange (ETDEWEB)

    Vila, Jorge A. [Cornell University, Baker Laboratory of Chemistry and Chemical Biology (United States); Serrano, Pedro; Wuethrich, Kurt [The Scripps Research Institute, Department of Molecular Biology (United States); Scheraga, Harold A., E-mail: has5@cornell.ed [Cornell University, Baker Laboratory of Chemistry and Chemical Biology (United States)

    2010-09-15

    To evaluate sequential nearest-neighbor effects on quantum-chemical calculations of {sup 13}C{sup {alpha}} chemical shifts, we selected the structure of the nucleic acid binding (NAB) protein from the SARS coronavirus determined by NMR in solution (PDB id 2K87). NAB is a 116-residue {alpha}/{beta} protein, which contains 9 prolines and has 50% of its residues located in loops and turns. Overall, the results presented here show that sizeable nearest-neighbor effects are seen only for residues preceding proline, where Pro introduces an overestimation, on average, of 1.73 ppm in the computed {sup 13}C{sup {alpha}} chemical shifts. A new ensemble of 20 conformers representing the NMR structure of the NAB, which was calculated with an input containing backbone torsion angle constraints derived from the theoretical {sup 13}C{sup {alpha}} chemical shifts as supplementary data to the NOE distance constraints, exhibits very similar topology and comparable agreement with the NOE constraints as the published NMR structure. However, the two structures differ in the patterns of differences between observed and computed {sup 13}C{sup {alpha}} chemical shifts, {Delta}{sub ca,i}, for the individual residues along the sequence. This indicates that the {Delta}{sub ca,i} -values for the NAB protein are primarily a consequence of the limited sampling by the bundles of 20 conformers used, as in common practice, to represent the two NMR structures, rather than of local flaws in the structures.

  1. The Islands Approach to Nearest Neighbor Querying in Spatial Networks

    DEFF Research Database (Denmark)

    Huang, Xuegang; Jensen, Christian Søndergaard; Saltenis, Simonas

    2005-01-01

    , and versatile approach to k nearest neighbor computation that obviates the need for using several k nearest neighbor approaches for supporting a single service scenario. The experimental comparison with the existing techniques uses real-world road network data and considers both I/O and CPU performance...

  2. The learning theories’ knowledge applied in the performance of distance tutor

    Directory of Open Access Journals (Sweden)

    Fernanda Abreu de Moraes Figueiredo

    2016-07-01

    Full Text Available Abstract: This study aimed to identify the most influential theory of learning related to the practice of mentoring from behaviorism, cognitivism, humanism, the sociocultural theory and connectivism, and apply the most appropriate theories to solve common problems in distance education. For this purpose, we used the literature method. It was noted that each of the theories end up being influential to the role of tutor. Therefore, the learning tends to be richer in the ratio and effective to apply different theories together. However, that support better substantiating tutor's role is humanism, the sociocultural theory and connectivism. It was noticed that the problems often experienced by students in distance education are due to failures tutor interaction and affection, implying to resolve them closer tutor with the student to have more responsibility in the exchange of information, meeting deadlines and clarity in the disclosure notes assessments. Knowledge are mainly from humanism and sociocultural theory that end up not only reasons for existence of the tutor as serving to improve the development of the quality of tutor-student interaction. Keywords: learning theories; distance learning (DL; tutor distance.

  3. Handling Neighbor Discovery and Rendezvous Consistency with Weighted Quorum-Based Approach.

    Science.gov (United States)

    Own, Chung-Ming; Meng, Zhaopeng; Liu, Kehan

    2015-09-03

    Neighbor discovery and the power of sensors play an important role in the formation of Wireless Sensor Networks (WSNs) and mobile networks. Many asynchronous protocols based on wake-up time scheduling have been proposed to enable neighbor discovery among neighboring nodes for the energy saving, especially in the difficulty of clock synchronization. However, existing researches are divided two parts with the neighbor-discovery methods, one is the quorum-based protocols and the other is co-primality based protocols. Their distinction is on the arrangements of time slots, the former uses the quorums in the matrix, the latter adopts the numerical analysis. In our study, we propose the weighted heuristic quorum system (WQS), which is based on the quorum algorithm to eliminate redundant paths of active slots. We demonstrate the specification of our system: fewer active slots are required, the referring rate is balanced, and remaining power is considered particularly when a device maintains rendezvous with discovered neighbors. The evaluation results showed that our proposed method can effectively reschedule the active slots and save the computing time of the network system.

  4. Handling Neighbor Discovery and Rendezvous Consistency with Weighted Quorum-Based Approach

    Directory of Open Access Journals (Sweden)

    Chung-Ming Own

    2015-09-01

    Full Text Available Neighbor discovery and the power of sensors play an important role in the formation of Wireless Sensor Networks (WSNs and mobile networks. Many asynchronous protocols based on wake-up time scheduling have been proposed to enable neighbor discovery among neighboring nodes for the energy saving, especially in the difficulty of clock synchronization. However, existing researches are divided two parts with the neighbor-discovery methods, one is the quorum-based protocols and the other is co-primality based protocols. Their distinction is on the arrangements of time slots, the former uses the quorums in the matrix, the latter adopts the numerical analysis. In our study, we propose the weighted heuristic quorum system (WQS, which is based on the quorum algorithm to eliminate redundant paths of active slots. We demonstrate the specification of our system: fewer active slots are required, the referring rate is balanced, and remaining power is considered particularly when a device maintains rendezvous with discovered neighbors. The evaluation results showed that our proposed method can effectively reschedule the active slots and save the computing time of the network system.

  5. Accelerating distributed average consensus by exploring the information of second-order neighbors

    Energy Technology Data Exchange (ETDEWEB)

    Yuan Deming [School of Automation, Nanjing University of Science and Technology, Nanjing 210094, Jiangsu (China); Xu Shengyuan, E-mail: syxu02@yahoo.com.c [School of Automation, Nanjing University of Science and Technology, Nanjing 210094, Jiangsu (China); Zhao Huanyu [School of Automation, Nanjing University of Science and Technology, Nanjing 210094, Jiangsu (China); Chu Yuming [Department of Mathematics, Huzhou Teacher' s College, Huzhou 313000, Zhejiang (China)

    2010-05-17

    The problem of accelerating distributed average consensus by using the information of second-order neighbors in both the discrete- and continuous-time cases is addressed in this Letter. In both two cases, when the information of second-order neighbors is used in each iteration, the network will converge with a speed faster than the algorithm only using the information of first-order neighbors. Moreover, the problem of using partial information of second-order neighbors is considered, and the edges are not chosen randomly from second-order neighbors. In the continuous-time case, the edges are chosen by solving a convex optimization problem which is formed by using the convex relaxation method. In the discrete-time case, for small network the edges are chosen optimally via the brute force method. Finally, simulation examples are provided to demonstrate the effectiveness of the proposed algorithm.

  6. Humanitarian Cleft Lip/Palate Surgeries in Buddhist Thailand and Neighboring Countries.

    Science.gov (United States)

    Uemura, Tetsuji; Preeyanont, Piyoros; Udnoon, Sopridee

    2015-06-01

    This study evaluates surgeries done on patients with cleft lip and/or palate in Thailand and its neighboring countries from 1988 to 2008. This 21-year-long volunteer surgical mission was sponsored by Duang-Kaew Foundation, a volunteer organization. Countries involved, besides Thailand, were Vietnam, Myanmar, Laos, Cambodia, China, Sri Lanka, Bhutan, and India. The same surgical method for primary and secondary repair of lip and/or palate was used throughout: Onizuka method by single surgeon, the second author mainly. We assessed, by way of the patients' medical records including their background, the results of surgeries. The healing rates and complication rates associated with patients for primary and secondary repair of lip and/or palate. The study consisted of a total of 6832 patients: 3120 with cleft lip (CL); 2190 with cleft palate (CP); and 1522 with cleft lip and palate (CLP). Their primary cases were 675 (CL), 799 (CP), and 301 (CLP). All CP operations were done under general anesthesia. Of the CL surgeries, 10% of adult cases were done under local anesthesia. Of all the patients, 78%, or 5329, had one surgery; and 22%, or 1503, had 2 or more surgeries. Good healing was seen in 73.3%, whereas wound infection was noted in 2.0% and healing by second intention was in 1.2% of all cases. It is important that the Onizuka method was the only method used in all the countries throughout the mission period. The method has an advantage over other methods in that its design is simple enough so that even a beginning plastic surgeon can easily master, and operative results are constantly good regardless of who did the operation. The Duang-Kaew Foundation's long-term surgical program helped reduce the number of untreated patients to manageable levels for local health care providers in Thailand and neighboring countries for as long as 21 years.

  7. Tularemia, a re-emerging infectious disease in Iran and neighboring countrie

    Science.gov (United States)

    Zargar, Afsaneh; Maurin, Max; Mostafavi, Ehsan

    2015-01-01

    OBJECTIVES: Tularemia is a zoonotic disease transmitted by direct contact with infected animals and through arthropod bites, inhalation of contaminated aerosols, ingestion of contaminated meat or water, and skin contact with any infected material. It is widespread throughout the northern hemisphere, including Iran and its neighbors to the north, northeast, and northwest. METHODS: In this paper, the epidemiology of tularemia as a re-emerging infectious disease in the world with a focus on Iran and the neighboring countries is reviewed. RESULTS: In Iran, positive serological tests were first reported in 1973, in wildlife and domestic livestock in the northwestern and southeastern parts of the country. The first human case was reported in 1980 in the southwest of Iran, and recent studies conducted among at-risk populations in the western, southeastern, and southwestern parts of Iran revealed seroprevalences of 14.4, 6.52, and 6%, respectively. CONCLUSIONS: Several factors may explain the absence of reported tularemia cases in Iran since 1980. Tularemia may be underdiagnosed in Iran because Francisella tularensis subspecies holarctica is likely to be the major etiological agent and usually causes mild to moderately severe disease. Furthermore, tularemia is not a disease extensively studied in the medical educational system in Iran, and empirical therapy may be effective in many cases. Finally, it should be noted that laboratories capable of diagnosing tularemia have only been established in the last few years. Since both recent and older studies have consistently found tularemia antibodies in humans and animals, the surveillance of this disease should receive more attention. In particular, it would be worthwhile for clinical researchers to confirm tularemia cases more often by isolating F. tularensis from infected humans and animals. PMID:25773439

  8. On Competitiveness of Nearest-Neighbor-Based Music Classification: A Methodological Critique

    DEFF Research Database (Denmark)

    Pálmason, Haukur; Jónsson, Björn Thór; Amsaleg, Laurent

    2017-01-01

    The traditional role of nearest-neighbor classification in music classification research is that of a straw man opponent for the learning approach of the hour. Recent work in high-dimensional indexing has shown that approximate nearest-neighbor algorithms are extremely scalable, yielding results...... of reasonable quality from billions of high-dimensional features. With such efficient large-scale classifiers, the traditional music classification methodology of aggregating and compressing the audio features is incorrect; instead the approximate nearest-neighbor classifier should be given an extensive data...... collection to work with. We present a case study, using a well-known MIR classification benchmark with well-known music features, which shows that a simple nearest-neighbor classifier performs very competitively when given ample data. In this position paper, we therefore argue that nearest...

  9. Beyond formal groups: neighboring acts and watershed protection in Appalachia

    Directory of Open Access Journals (Sweden)

    Heather Lukacs

    2016-09-01

    Full Text Available This paper explores how watershed organizations in Appalachia have persisted in addressing water quality issues in areas with a history of coal mining. We identified two watershed groups that have taken responsibility for restoring local creeks that were previously highly degraded and sporadically managed. These watershed groups represent cases of self-organized commons governance in resource-rich, economically poor Appalachian communities. We describe the extent and characteristics of links between watershed group volunteers and watershed residents who are not group members. Through surveys, participant observation, and key-informant consultation, we found that neighbors – group members as well as non-group-members – supported the group's function through informal neighboring acts. Past research has shown that local commons governance institutions benefit from being nested in supportive external structures. We found that the persistence and success of community watershed organizations depends on the informal participation of local residents, affirming the necessity of looking beyond formal, organized groups to understand the resources, expertise, and information needed to address complex water pollution at the watershed level. Our findings augment the concept of nestedness in commons governance to include that of a formal organization acting as a neighbor that exchanges informal neighboring acts with local residents. In this way, we extend the concept of neighboring to include interactions between individuals and a group operating in the same geographic area.

  10. Plant neighbor identity influences plant biochemistry and physiology related to defense.

    Science.gov (United States)

    Broz, Amanda K; Broeckling, Corey D; De-la-Peña, Clelia; Lewis, Matthew R; Greene, Erick; Callaway, Ragan M; Sumner, Lloyd W; Vivanco, Jorge M

    2010-06-17

    Chemical and biological processes dictate an individual organism's ability to recognize and respond to other organisms. A small but growing body of evidence suggests that plants may be capable of recognizing and responding to neighboring plants in a species specific fashion. Here we tested whether or not individuals of the invasive exotic weed, Centaurea maculosa, would modulate their defensive strategy in response to different plant neighbors. In the greenhouse, C. maculosa individuals were paired with either conspecific (C. maculosa) or heterospecific (Festuca idahoensis) plant neighbors and elicited with the plant defense signaling molecule methyl jasmonate to mimic insect herbivory. We found that elicited C. maculosa plants grown with conspecific neighbors exhibited increased levels of total phenolics, whereas those grown with heterospecific neighbors allocated more resources towards growth. To further investigate these results in the field, we conducted a metabolomics analysis to explore chemical differences between individuals of C. maculosa growing in naturally occurring conspecific and heterospecific field stands. Similar to the greenhouse results, C. maculosa individuals accumulated higher levels of defense-related secondary metabolites and lower levels of primary metabolites when growing in conspecific versus heterospecific field stands. Leaf herbivory was similar in both stand types; however, a separate field study positively correlated specialist herbivore load with higher densities of C. maculosa conspecifics. Our results suggest that an individual C. maculosa plant can change its defensive strategy based on the identity of its plant neighbors. This is likely to have important consequences for individual and community success.

  11. Dimensionality reduction with unsupervised nearest neighbors

    CERN Document Server

    Kramer, Oliver

    2013-01-01

    This book is devoted to a novel approach for dimensionality reduction based on the famous nearest neighbor method that is a powerful classification and regression approach. It starts with an introduction to machine learning concepts and a real-world application from the energy domain. Then, unsupervised nearest neighbors (UNN) is introduced as efficient iterative method for dimensionality reduction. Various UNN models are developed step by step, reaching from a simple iterative strategy for discrete latent spaces to a stochastic kernel-based algorithm for learning submanifolds with independent parameterizations. Extensions that allow the embedding of incomplete and noisy patterns are introduced. Various optimization approaches are compared, from evolutionary to swarm-based heuristics. Experimental comparisons to related methodologies taking into account artificial test data sets and also real-world data demonstrate the behavior of UNN in practical scenarios. The book contains numerous color figures to illustr...

  12. Does a pear growl? Interference from semantic properties of orthographic neighbors.

    Science.gov (United States)

    Pecher, Diane; de Rooij, Jimmy; Zeelenberg, René

    2009-07-01

    In this study, we investigated whether semantic properties of a word's orthographic neighbors are activated during visual word recognition. In two experiments, words were presented with a property that was not true for the word itself. We manipulated whether the property was true for an orthographic neighbor of the word. Our results showed that rejection of the property was slower and less accurate when the property was true for a neighbor than when the property was not true for a neighbor. These findings indicate that semantic information is activated before orthographic processing is finished. The present results are problematic for the links model (Forster, 2006; Forster & Hector, 2002) that was recently proposed in order to bring form-first models of visual word recognition into line with previously reported findings (Forster & Hector, 2002; Pecher, Zeelenberg, & Wagenmakers, 2005; Rodd, 2004).

  13. The social distance theory of power.

    Science.gov (United States)

    Magee, Joe C; Smith, Pamela K

    2013-05-01

    We propose that asymmetric dependence between individuals (i.e., power) produces asymmetric social distance, with high-power individuals feeling more distant than low-power individuals. From this insight, we articulate predictions about how power affects (a) social comparison, (b) susceptibility to influence, (c) mental state inference and responsiveness, and (d) emotions. We then explain how high-power individuals' greater experienced social distance leads them to engage in more abstract mental representation. This mediating process of construal level generates predictions about how power affects (a) goal selection and pursuit, (b) attention to desirability and feasibility concerns, (c) subjective certainty, (d) value-behavior correspondence, (e) self-control, and (f) person perception. We also reassess the approach/inhibition theory of power, noting limitations both in what it can predict and in the evidence directly supporting its proposed mechanisms. Finally, we discuss moderators and methodological recommendations for the study of power from a social distance perspective.

  14. Nitrogen Abundances and the Distance Moduli of the Pleiades and Hyades

    OpenAIRE

    Miller, Blake; King, Jeremy R.; Chen, Yu; Boesgaard, Ann M.

    2013-01-01

    Recent reanalyses of HIPPARCOS parallax data confirm a previously noted discrepancy with the Pleiades distance modulus estimated from main-sequence fitting in the color-magnitude diagram. One proposed explanation of this distance modulus discrepancy is a Pleiades He abundance that is significantly larger than the Hyades value. We suggest that, based on our theoretical and observational understanding of Galactic chemical evolution, nitrogen abundances may serve as a proxy for helium abundances...

  15. Changing the Business Model of a Distance Teaching University

    NARCIS (Netherlands)

    Koper, Rob

    2014-01-01

    Reference: Koper, E.J.R. (2014) Changing the Business Model of a Distance Teaching University. In R. Huang, Kinshuk, Price, J.K. (eds.), ICT in Education in Global Context: emerging trends report 2013-2014, Lecture Notes in Educational Technology, Heidelberg: Springer Verlag, pp. 185-203 ISBN

  16. Detect thy neighbor: Identity recognition at the root level in plants

    NARCIS (Netherlands)

    Chen, B.J.W.; During, H.J.; Anten, N.P.R.

    2012-01-01

    Some plant species increase root allocation at the expense of reproduction in the presence of non-self and non-kin neighbors, indicating the capacity of neighbor-identityrecognition at the rootlevel. Yet in spite of the potential consequences of rootidentityrecognition for the relationship between

  17. Neighboring trees affect ectomycorrhizal fungal community composition in a woodland-forest ecotone.

    Science.gov (United States)

    Hubert, Nathaniel A; Gehring, Catherine A

    2008-09-01

    Ectomycorrhizal fungi (EMF) are frequently species rich and functionally diverse; yet, our knowledge of the environmental factors that influence local EMF diversity and species composition remains poor. In particular, little is known about the influence of neighboring plants on EMF community structure. We tested the hypothesis that the EMF of plants with heterospecific neighbors would differ in species richness and community composition from the EMF of plants with conspecific neighbors. We conducted our study at the ecotone between pinyon (Pinus edulis)-juniper (Juniperus monosperma) woodland and ponderosa pine (Pinus ponderosa) forest in northern Arizona, USA where the dominant trees formed associations with either EMF (P. edulis and P. ponderosa) or arbuscular mycorrhizal fungi (AMF; J. monosperma). We also compared the EMF communities of pinyon and ponderosa pines where their rhizospheres overlapped. The EMF community composition, but not species richness of pinyon pines was significantly influenced by neighboring AM juniper, but not by neighboring EM ponderosa pine. Ponderosa pine EMF communities were different in species composition when growing in association with pinyon pine than when growing in association with a conspecific. The EMF communities of pinyon and ponderosa pines were similar where their rhizospheres overlapped consisting of primarily the same species in similar relative abundance. Our findings suggest that neighboring tree species identity shaped EMF community structure, but that these effects were specific to host-neighbor combinations. The overlap in community composition between pinyon pine and ponderosa pine suggests that these tree species may serve as reservoirs of EMF inoculum for one another.

  18. Reduction in predator defense in the presence of neighbors in a colonial fish.

    Directory of Open Access Journals (Sweden)

    Franziska C Schädelin

    Full Text Available Predation pressure has long been considered a leading explanation of colonies, where close neighbors may reduce predation via dilution, alarming or group predator attacks. Attacking predators may be costly in terms of energy and survival, leading to the question of how neighbors contribute to predator deterrence in relationship to each other. Two hypotheses explaining the relative efforts made by neighbors are byproduct-mutualism, which occurs when breeders inadvertently attack predators by defending their nests, and reciprocity, which occurs when breeders deliberately exchange predator defense efforts with neighbors. Most studies investigating group nest defense have been performed with birds. However, colonial fish may constitute a more practical model system for an experimental approach because of the greater ability of researchers to manipulate their environment. We investigated in the colonial fish, Neolamprologus caudopunctatus, whether prospecting pairs preferred to breed near conspecifics or solitarily, and how breeders invested in anti-predator defense in relation to neighbors. In a simple choice test, prospecting pairs selected breeding sites close to neighbors versus a solitary site. Predators were then sequentially presented to the newly established test pairs, the previously established stimulus pairs or in between the two pairs. Test pairs attacked the predator eight times more frequently when they were presented on their non-neighbor side compared to between the two breeding sites, where stimulus pairs maintained high attack rates. Thus, by joining an established pair, test pairs were able to reduce their anti-predator efforts near neighbors, at no apparent cost to the stimulus pairs. These findings are unlikely to be explained by reciprocity or byproduct-mutualism. Our results instead suggest a commensal relationship in which new pairs exploit the high anti-predator efforts of established pairs, which invest similarly with or

  19. Genetic isolation by distance in the endangered plant sinocalycanthus chinensis endemic to China

    International Nuclear Information System (INIS)

    Junmin, L.; Jingjing, G.

    2012-01-01

    Sinocalycanthus chinensis, narrowly endemic to China, is a tertiary relict species. We analyzed the genetic structure pattern of 6 populations of S. chinensis using inter-simple sequence repeat (ISSR) markers and the isolation by distance (IBD) pattern was tested in order to understand the relative influences of gene flow and genetic drift on population structure. The genetic diversity at species level was relatively high (P=51.00%, h =0.1397 and I=0.2191, respectively), while that at populations level was relatively low (P=18.00%, h=0.0733 and I=0.1108, respectively). High genetic differentiation was detected among populations (fi ST=0.6320). Neighbor-joining method of clustering results showed that six populations were clearly separated into eastern and western group. Mantel test showed that there was significant association between genetic distance and geographical distance (r/sup =0.8600, P=0.0470). Limited gene flow due to species traits and habitat fragmentation and the consequent genetic drift might be the 2 main causes for the genetic isolation by distance of S. chinensis populations. (author)

  20. Plant neighbor identity influences plant biochemistry and physiology related to defense

    Directory of Open Access Journals (Sweden)

    Callaway Ragan M

    2010-06-01

    Full Text Available Abstract Background Chemical and biological processes dictate an individual organism's ability to recognize and respond to other organisms. A small but growing body of evidence suggests that plants may be capable of recognizing and responding to neighboring plants in a species specific fashion. Here we tested whether or not individuals of the invasive exotic weed, Centaurea maculosa, would modulate their defensive strategy in response to different plant neighbors. Results In the greenhouse, C. maculosa individuals were paired with either conspecific (C. maculosa or heterospecific (Festuca idahoensis plant neighbors and elicited with the plant defense signaling molecule methyl jasmonate to mimic insect herbivory. We found that elicited C. maculosa plants grown with conspecific neighbors exhibited increased levels of total phenolics, whereas those grown with heterospecific neighbors allocated more resources towards growth. To further investigate these results in the field, we conducted a metabolomics analysis to explore chemical differences between individuals of C. maculosa growing in naturally occurring conspecific and heterospecific field stands. Similar to the greenhouse results, C. maculosa individuals accumulated higher levels of defense-related secondary metabolites and lower levels of primary metabolites when growing in conspecific versus heterospecific field stands. Leaf herbivory was similar in both stand types; however, a separate field study positively correlated specialist herbivore load with higher densities of C. maculosa conspecifics. Conclusions Our results suggest that an individual C. maculosa plant can change its defensive strategy based on the identity of its plant neighbors. This is likely to have important consequences for individual and community success.

  1. Effects of second neighbor interactions on skyrmion lattices in chiral magnets

    International Nuclear Information System (INIS)

    Oliveira, E A S; Silva, R L; Silva, R C; Pereira, A R

    2017-01-01

    In this paper we investigate the influences of the second neighbor interactions on a skyrmion lattice in two-dimensional chiral magnets. Such a system contains the exchange and the Dzyaloshinskii–Moriya for the spin interactions and therefore, we analyse three situations: firstly, the second neighbor interaction is present only in the exchange coupling; secondly, it is present only in the Dzyaloshinskii–Moriya coupling. Finally, the second neighbor interactions are present in both exchange and Dzyaloshinskii–Moriya couplings. We show that such effects cause important modifications to the helical and skyrmion phases when an external magnetic field is applied. (paper)

  2. Improving Fraudster Detection in Online Auctions by Using Neighbor-Driven Attributes

    Directory of Open Access Journals (Sweden)

    Jun-Lin Lin

    2015-12-01

    Full Text Available Online auction websites use a simple reputation system to help their users to evaluate the trustworthiness of sellers and buyers. However, to improve their reputation in the reputation system, fraudulent users can easily deceive the reputation system by creating fake transactions. This inflated-reputation fraud poses a major problem for online auction websites because it can lead legitimate users into scams. Numerous approaches have been proposed in the literature to address this problem, most of which involve using social network analysis (SNA to derive critical features (e.g., k-core, center weight, and neighbor diversity for distinguishing fraudsters from legitimate users. This paper discusses the limitations of these SNA features and proposes a class of SNA features referred to as neighbor-driven attributes (NDAs. The NDAs of users are calculated from the features of their neighbors. Because fraudsters require collusive neighbors to provide them with positive ratings in the reputation system, using NDAs can be helpful for detecting fraudsters. Although the idea of NDAs is not entirely new, experimental results on a real-world dataset showed that using NDAs improves classification accuracy compared with state-of-the-art methods that use the k-core, center weight, and neighbor diversity.

  3. The distribution of the number of node neighbors in random hypergraphs

    International Nuclear Information System (INIS)

    López, Eduardo

    2013-01-01

    Hypergraphs, the generalization of graphs in which edges become conglomerates of r nodes called hyperedges of rank r ⩾ 2, are excellent models to study systems with interactions that are beyond the pairwise level. For hypergraphs, the node degree ℓ (number of hyperedges connected to a node) and the number of neighbors k of a node differ from each other in contrast to the case of graphs, where counting the number of edges is equivalent to counting the number of neighbors. In this paper, I calculate the distribution of the number of node neighbors in random hypergraphs in which hyperedges of uniform rank r have a homogeneous (equal for all hyperedges) probability p to appear. This distribution is equivalent to the degree distribution of ensembles of graphs created as projections of hypergraph or bipartite network ensembles, where the projection connects any two nodes in the projected graph when they are also connected in the hypergraph or bipartite network. The calculation is non-trivial due to the possibility that neighbor nodes belong simultaneously to multiple hyperedges (node overlaps). From the exact results, the traditional asymptotic approximation to the distribution in the sparse regime (small p) where overlaps are ignored is rederived and improved; the approximation exhibits Poisson-like behavior accompanied by strong fluctuations modulated by power-law decays in the system size N with decay exponents equal to the minimum number of overlapping nodes possible for a given number of neighbors. It is shown that the dense limit cannot be explained if overlaps are ignored, and the correct asymptotic distribution is provided. The neighbor distribution requires the calculation of a new combinatorial coefficient Q r−1 (k, ℓ), which counts the number of distinct labeled hypergraphs of k nodes, ℓ hyperedges of rank r − 1, and where every node is connected to at least one hyperedge. Some identities of Q r−1 (k, ℓ) are derived and applied to the

  4. Distance Measurement Solves Astrophysical Mysteries

    Science.gov (United States)

    2003-08-01

    Location, location, and location. The old real-estate adage about what's really important proved applicable to astrophysics as astronomers used the sharp radio "vision" of the National Science Foundation's Very Long Baseline Array (VLBA) to pinpoint the distance to a pulsar. Their accurate distance measurement then resolved a dispute over the pulsar's birthplace, allowed the astronomers to determine the size of its neutron star and possibly solve a mystery about cosmic rays. "Getting an accurate distance to this pulsar gave us a real bonanza," said Walter Brisken, of the National Radio Astronomy Observatory (NRAO) in Socorro, NM. Monogem Ring The Monogem Ring, in X-Ray Image by ROSAT satellite CREDIT: Max-Planck Institute, American Astronomical Society (Click on Image for Larger Version) The pulsar, called PSR B0656+14, is in the constellation Gemini, and appears to be near the center of a circular supernova remnant that straddles Gemini and its neighboring constellation, Monoceros, and is thus called the Monogem Ring. Since pulsars are superdense, spinning neutron stars left over when a massive star explodes as a supernova, it was logical to assume that the Monogem Ring, the shell of debris from a supernova explosion, was the remnant of the blast that created the pulsar. However, astronomers using indirect methods of determining the distance to the pulsar had concluded that it was nearly 2500 light-years from Earth. On the other hand, the supernova remnant was determined to be only about 1000 light-years from Earth. It seemed unlikely that the two were related, but instead appeared nearby in the sky purely by a chance juxtaposition. Brisken and his colleagues used the VLBA to make precise measurements of the sky position of PSR B0656+14 from 2000 to 2002. They were able to detect the slight offset in the object's apparent position when viewed from opposite sides of Earth's orbit around the Sun. This effect, called parallax, provides a direct measurement of

  5. Analysis of Effects of Distance Running on Self-Concepts of Elementary Students.

    Science.gov (United States)

    Percy, Lance E.; And Others

    1981-01-01

    Thirty fifth- and sixth graders were administered the Coopersmith Self-Esteem Inventory before and after participating in a seven-week distance running program. A marked increase in self-concept was noted. (SJL)

  6. Nearest neighbor imputation using spatial-temporal correlations in wireless sensor networks.

    Science.gov (United States)

    Li, YuanYuan; Parker, Lynne E

    2014-01-01

    Missing data is common in Wireless Sensor Networks (WSNs), especially with multi-hop communications. There are many reasons for this phenomenon, such as unstable wireless communications, synchronization issues, and unreliable sensors. Unfortunately, missing data creates a number of problems for WSNs. First, since most sensor nodes in the network are battery-powered, it is too expensive to have the nodes retransmit missing data across the network. Data re-transmission may also cause time delays when detecting abnormal changes in an environment. Furthermore, localized reasoning techniques on sensor nodes (such as machine learning algorithms to classify states of the environment) are generally not robust enough to handle missing data. Since sensor data collected by a WSN is generally correlated in time and space, we illustrate how replacing missing sensor values with spatially and temporally correlated sensor values can significantly improve the network's performance. However, our studies show that it is important to determine which nodes are spatially and temporally correlated with each other. Simple techniques based on Euclidean distance are not sufficient for complex environmental deployments. Thus, we have developed a novel Nearest Neighbor (NN) imputation method that estimates missing data in WSNs by learning spatial and temporal correlations between sensor nodes. To improve the search time, we utilize a k d-tree data structure, which is a non-parametric, data-driven binary search tree. Instead of using traditional mean and variance of each dimension for k d-tree construction, and Euclidean distance for k d-tree search, we use weighted variances and weighted Euclidean distances based on measured percentages of missing data. We have evaluated this approach through experiments on sensor data from a volcano dataset collected by a network of Crossbow motes, as well as experiments using sensor data from a highway traffic monitoring application. Our experimental

  7. Next neighbors effect along the Ca-Sr-Ba-åkermanite join: Long-range vs. short-range structural features

    Science.gov (United States)

    Dondi, Michele; Ardit, Matteo; Cruciani, Giuseppe

    2013-06-01

    An original approach has been developed herein to explore the correlations between short- and long-range structural properties of solid solutions. X-ray diffraction (XRD) and electronic absorption spectroscopy (EAS) data were combined on a (Ca,Sr,Ba)2(Mg0.7Co0.3)Si2O7 join to determine average and local distances, respectively. Instead of varying the EAS-active ion concentration along the join, as has commonly been performed in previous studies, the constant replacement of Mg2+ by a minimal fraction of a similar size cation (Co2+) has been used to assess the effects of varying second-nearest neighbor cations (Ca, Sr, Ba) on the local distances of the first shell. A comparison between doped and un-doped series has shown that, although the overall symmetry of the Co-centered T1-site was retained, greater relaxation occurs at the CoO4 tetrahedra which become increasingly large and more distorted than the MgO4 tetrahedra. This is indicated by an increase in both the quadratic elongation (λT1) and the bond angle variance (σ2T1) distortion indices, as the whole structure expands due to an increase in size in the second-nearest neighbors. This behavior highlights the effect of the different electronic configurations of Co2+ (3d7) and Mg2+ (2p6) in spite of their very similar ionic size. Furthermore, although the overall symmetry of the Co-centered T1-site is retained, relatively limited (Co2+-O occur along the solid solution series and large changes are found in molar absorption coefficients showing that EAS Co2+-bands are highly sensitive to change in the local structure.

  8. Incidence and Prevalence of Tuberculosis in Iran and Neighboring Countries

    Directory of Open Access Journals (Sweden)

    Arezoo Tavakoli

    2017-07-01

    Full Text Available Background Tuberculosis is one of the major public health concerns in many countries, however the available and effective treatment is known. Tuberculosis typically determined with socio-economic problems such as war, malnutrition and HIV prevalence. In Iran, many progresses are carried to control tuberculosis but, different factors such as immigration from neighboring countries are affective to tuberculosis infection. Objectives In this paper, the incidence and prevalence of tuberculosis is evaluated in different regions of Iran and neighboring countries. Methods The data are collected from different and valid sources such as Scopus, Pubmed and also many reports from world health organization (WHO and center of disease control and prevention (CDC for a period of 25 years (1990 - 2015 evaluated for Iran and neighboring countries. Results This study as a descriptive- analytical research is conducted cross- sectional among Iran and neighboring countries since 1990. The information is obtained from exact and valid informative data from web of sciences. The east and west border countries of Iran which are faced with war and immigration in Afghanistan, Pakistan and Iraq are source of tuberculosis infection that effect on tuberculosis prevalence in Iran. The data were analyzed by SPSS 22 and Excel 2013. Conclusions The incidence of tuberculosis in Iran has been decreased because of many controlling actions such as BCG vaccination, electronic reporting system for tuberculosis and free access to tuberculosis medication. Some of Iran neighboring countries such as Tajikistan and Pakistan have the highest incidence of tuberculosis which known as a challenge for tuberculosis control in Iran while Saudi Arabia and Turkey have the lowest incidence.

  9. On The Determinant of q-Distance Matrix of a Graph

    Directory of Open Access Journals (Sweden)

    Li Hong-Hai

    2014-02-01

    Full Text Available In this note, we show how the determinant of the q-distance matrix Dq(T of a weighted directed graph G can be expressed in terms of the corresponding determinants for the blocks of G, and thus generalize the results obtained by Graham et al. [R.L. Graham, A.J. Hoffman and H. Hosoya, On the distance matrix of a directed graph, J. Graph Theory 1 (1977 85-88]. Further, by means of the result, we determine the determinant of the q-distance matrix of the graph obtained from a connected weighted graph G by adding the weighted branches to G, and so generalize in part the results obtained by Bapat et al. [R.B. Bapat, S. Kirkland and M. Neumann, On distance matrices and Laplacians, Linear Algebra Appl. 401 (2005 193- 209]. In particular, as a consequence, determinantal formulae of q-distance matrices for unicyclic graphs and one class of bicyclic graphs are presented.

  10. Multiple k Nearest Neighbor Query Processing in Spatial Network Databases

    DEFF Research Database (Denmark)

    Xuegang, Huang; Jensen, Christian Søndergaard; Saltenis, Simonas

    2006-01-01

    This paper concerns the efficient processing of multiple k nearest neighbor queries in a road-network setting. The assumed setting covers a range of scenarios such as the one where a large population of mobile service users that are constrained to a road network issue nearest-neighbor queries...... for points of interest that are accessible via the road network. Given multiple k nearest neighbor queries, the paper proposes progressive techniques that selectively cache query results in main memory and subsequently reuse these for query processing. The paper initially proposes techniques for the case...... where an upper bound on k is known a priori and then extends the techniques to the case where this is not so. Based on empirical studies with real-world data, the paper offers insight into the circumstances under which the different proposed techniques can be used with advantage for multiple k nearest...

  11. Improving Recommendations in Tag-based Systems with Spectral Clustering of Tag Neighbors

    DEFF Research Database (Denmark)

    Pan, Rong; Xu, Guandong; Dolog, Peter

    2012-01-01

    Tag as a useful metadata reflects the collaborative and conceptual features of documents in social collaborative annotation systems. In this paper, we propose a collaborative approach for expanding tag neighbors and investigate the spectral clustering algorithm to filter out noisy tag neighbors...... in order to get appropriate recommendation for users. The preliminary experiments have been conducted on MovieLens dataset to compare our proposed approach with the traditional collaborative filtering recommendation approach and naive tag neighbors expansion approach in terms of precision, and the result...... demonstrates that our approach could considerably improve the performance of recommendations....

  12. Local biotic adaptation of trees and shrubs to plant neighbors

    Science.gov (United States)

    Grady, Kevin C.; Wood, Troy E.; Kolb, Thomas E.; Hersch-Green, Erika; Shuster, Stephen M.; Gehring, Catherine A.; Hart, Stephen C.; Allan, Gerard J.; Whitham, Thomas G.

    2017-01-01

    Natural selection as a result of plant–plant interactions can lead to local biotic adaptation. This may occur where species frequently interact and compete intensely for resources limiting growth, survival, and reproduction. Selection is demonstrated by comparing a genotype interacting with con- or hetero-specific sympatric neighbor genotypes with a shared site-level history (derived from the same source location), to the same genotype interacting with foreign neighbor genotypes (from different sources). Better genotype performance in sympatric than allopatric neighborhoods provides evidence of local biotic adaptation. This pattern might be explained by selection to avoid competition by shifting resource niches (differentiation) or by interactions benefitting one or more members (facilitation). We tested for local biotic adaptation among two riparian trees, Populus fremontii and Salix gooddingii, and the shrub Salix exigua by transplanting replicated genotypes from multiple source locations to a 17 000 tree common garden with sympatric and allopatric treatments along the Colorado River in California. Three major patterns were observed: 1) across species, 62 of 88 genotypes grew faster with sympatric neighbors than allopatric neighbors; 2) these growth rates, on an individual tree basis, were 44, 15 and 33% higher in sympatric than allopatric treatments for P. fremontii, S. exigua and S. gooddingii, respectively, and; 3) survivorship was higher in sympatric treatments for P. fremontiiand S. exigua. These results support the view that fitness of foundation species supporting diverse communities and dominating ecosystem processes is determined by adaptive interactions among multiple plant species with the outcome that performance depends on the genetic identity of plant neighbors. The occurrence of evolution in a plant-community context for trees and shrubs builds on ecological evolutionary research that has demonstrated co-evolution among herbaceous taxa, and

  13. Nearest Neighbor Search in the Metric Space of a Complex Network for Community Detection

    Directory of Open Access Journals (Sweden)

    Suman Saha

    2016-03-01

    Full Text Available The objective of this article is to bridge the gap between two important research directions: (1 nearest neighbor search, which is a fundamental computational tool for large data analysis; and (2 complex network analysis, which deals with large real graphs but is generally studied via graph theoretic analysis or spectral analysis. In this article, we have studied the nearest neighbor search problem in a complex network by the development of a suitable notion of nearness. The computation of efficient nearest neighbor search among the nodes of a complex network using the metric tree and locality sensitive hashing (LSH are also studied and experimented. For evaluation of the proposed nearest neighbor search in a complex network, we applied it to a network community detection problem. Experiments are performed to verify the usefulness of nearness measures for the complex networks, the role of metric tree and LSH to compute fast and approximate node nearness and the the efficiency of community detection using nearest neighbor search. We observed that nearest neighbor between network nodes is a very efficient tool to explore better the community structure of the real networks. Several efficient approximation schemes are very useful for large networks, which hardly made any degradation of results, whereas they save lot of computational times, and nearest neighbor based community detection approach is very competitive in terms of efficiency and time.

  14. Representing distance, consuming distance

    DEFF Research Database (Denmark)

    Larsen, Gunvor Riber

    Title: Representing Distance, Consuming Distance Abstract: Distance is a condition for corporeal and virtual mobilities, for desired and actual travel, but yet it has received relatively little attention as a theoretical entity in its own right. Understandings of and assumptions about distance...... are being consumed in the contemporary society, in the same way as places, media, cultures and status are being consumed (Urry 1995, Featherstone 2007). An exploration of distance and its representations through contemporary consumption theory could expose what role distance plays in forming...

  15. Glucose uptake patterns in exercised skeletal muscles of elite male long-distance and short-distance runners.

    Science.gov (United States)

    Tai, Suh-Jun; Liu, Ren-Shyan; Kuo, Ya-Chen; Hsu, Chi-Yang; Chen, Chi-Hsien

    2010-04-30

    The aim of this study was to determine glucose uptake patterns in exercised skeletal muscles of elite male long-distance and short-distance runners. Positron emission tomography (PET) using 18F-fluoro-2-deoxyglucose (FDG) was performed to determine the patterns of glucose uptake in lower limbs of short-distance (SD group, n=8) and long-distance (LD group, n=8) male runners after a modified 20 min Bruce treadmill test. Magnetic resonance imaging (MRI) was used to delineate the muscle groups in lower limbs. Muscle groups from hip, knee, and ankle movers were measured. The total FDG uptake and the standard uptake value (SUV) for each muscle group were compared between the 2 groups. For the SD and LD runners, the 2 major muscle groups utilizing glucose during running were knee extensors and ankle plantarflexors, which accounted for 49.3 +/- 8.1% (25.1 +/- 4.7% and 24.2 +/- 6.0%) of overall lower extremity glucose uptake for SD group, and 51.3 +/- 8.0% (27.2 +/- 2.7% and 24.0 +/- 8.1%) for LD group. No difference in muscle glucose uptake was noted for other muscle groups. For SD runners, the SUVs for the muscle groups varied from 0.49 +/- 0.27 for the ankle plantarflexors, to 0.20 +/- 0.08 for the hip flexor. For the LD runners, the highest and lowest SUVs were 0.43 +/- 0.15 for the ankle dorsiflexors and 0.21 +/- 0.19 for the hip. For SD and LD groups, no difference in muscle SUV was noted for the muscle groups. However, the SUV ratio between the ankle dorsiflexors and plantarflexors in the LD group was significantly greater than that in the SD group. We thus conclude that the major propelling muscle groups account for approximately 50% of lower limb glucose utilization during running. Thus, the other muscle groups involving maintenance of balance, limb deceleration, and shock absorption utilize an equal amount. This result provides a new insight into glucose distribution in skeletal muscle, suggesting that propellers and supporters are both energetically important

  16. Technology Transience and Distance Education in the Second Machine Age

    Science.gov (United States)

    Swan, Karen

    2015-01-01

    In this article, the author explores how technological change is affecting most aspects of our society. In this vein, it is noted that even though education has historically been more resistant to technological change than other societal sectors, recent advances in distance education, specifically online learning, promise to radically disrupt…

  17. Teaching and learning experiences in a collaborative distance-education environment.

    Science.gov (United States)

    Martin, Peter; Scheetz, Laura Temple

    2011-01-01

    The Great Plains Distance Education Alliance (Great Plains IDEA) emphasizes the importance of a collaborative environment for instructors and students in distance education. The authors highlight a number of important principles for distance-education programs and point out similarities and differences when compared to traditional face-face-to classes such as communication, classroom management, connectivity, and technical challenges. They summarize general topics concerning the faculty, the syllabus, office hours, the calendar, and announcements. Three essential lesson components are noted: an overview, the lesson itself, and supplemanetary material. The authors also take the student perspective, emphasizing the diversity of students, the importance of computer proficiency, and student interactions. Finally, they summarize a first round of course evaluations in the Great Plains IDEA gerontology master's program.

  18. Dispersion interactions between neighboring Bi atoms in (BiH3 )2 and Te(BiR2 )2.

    Science.gov (United States)

    Haack, Rebekka; Schulz, Stephan; Jansen, Georg

    2018-03-13

    Triggered by the observation of a short Bi⋯Bi distance and a BiTeBi bond angle of only 86.6° in the crystal structure of bis(diethylbismuthanyl)tellurane quantum chemical computations on interactions between neighboring Bi atoms in Te(BiR 2 ) 2 molecules (R = H, Me, Et) and in (BiH 3 ) 2 were undertaken. Bi⋯Bi distances atoms were found to significantly shorten upon inclusion of the d shells of the heavy metal atoms into the electron correlation treatment, and it was confirmed that interaction energies from spin component-scaled second-order Møller-Plesset theory (SCS-MP2) agree well with coupled-cluster singles and doubles theory including perturbative triples (CCSD(T)). Density functional theory-based symmetry-adapted perturbation theory (DFT-SAPT) was used to study the anisotropy of the interplay of dispersion attraction and steric repulsion between the Bi atoms. Finally, geometries and relative stabilities of syn-syn and syn-anti conformers of Te(BiR 2 ) 2 (R = H, Me, Et) and interconversion barriers between them were computed. © 2018 Wiley Periodicals, Inc. © 2018 Wiley Periodicals, Inc.

  19. Working with Family, Friend, and Neighbor Caregivers: Lessons from Four Diverse Communities

    Science.gov (United States)

    Powell, Douglas R.

    2011-01-01

    This article is excerpted from "Who's Watching the Babies? Improving the Quality of Family, Friend, and Neighbor Care" by Douglas R. Powell ("ZERO TO THREE," 2008). The article explores questions about program development and implementation strategies for supporting Family, Friend, and Neighbor (FFN) caregivers: How do programs and their host…

  20. Book Review ~ Handbook of Distance Education. Edited by Michael Moore and William Anderson

    Directory of Open Access Journals (Sweden)

    Reviewed by Robert Spencer

    2003-10-01

    Full Text Available It is important to note that this book is not a book of “best practices” of distance education, nor is it a manual or a practitioner’s guide to distance education. The use of “handbook” in the title is more congruent with that of a treatise. That is, a “literary composition dealing more or less formally and methodically with a definite subject” (The Concise Oxford Dictionary, 1976.

  1. Modeling the effect of neighboring grains on twin growth in HCP polycrystals

    Science.gov (United States)

    Kumar, M. Arul; Beyerlein, I. J.; Lebensohn, R. A.; Tomé, C. N.

    2017-09-01

    In this paper, we study the dependence of neighboring grain orientation on the local stress state around a deformation twin in a hexagonal close packed (HCP) crystal and its effects on the resistance against twin thickening. We use a recently developed, full-field elasto-visco-plastic formulation based on fast Fourier transforms that account for the twinning shear transformation imposed by the twin lamella. The study is applied to Mg, Zr and Ti, since these HCP metals tend to deform by activation of different types of slip modes. The analysis shows that the local stress along the twin boundary are strongly controlled by the relative orientation of the easiest deformation modes in the neighboring grain with respect to the twin lamella in the parent grain. A geometric expression that captures this parent-neighbor relationship is proposed and incorporated into a larger scale, mean-field visco-plastic self-consistent model to simulate the role of neighboring grain orientation on twin thickening. We demonstrate that the approach improves the prediction of twin area fraction distribution when compared with experimental observations.

  2. Distance determinations to shield galaxies from Hubble space telescope imaging

    Energy Technology Data Exchange (ETDEWEB)

    McQuinn, Kristen B. W.; Skillman, Evan D. [Minnesota Institute for Astrophysics, School of Physics and Astronomy, University of Minnesota, 116 Church Street, S.E., Minneapolis, MN 55455 (United States); Cannon, John M.; Cave, Ian [Department of Physics and Astronomy, Macalester College, 1600 Grand Avenue, Saint Paul, MN 55105 (United States); Dolphin, Andrew E. [Raytheon Company, 1151 E. Hermans Road, Tucson, AZ 85756 (United States); Salzer, John J. [Department of Astronomy, Indiana University, 727 East 3rd Street, Bloomington, IN 47405 (United States); Haynes, Martha P.; Adams, Elizabeth; Giovanelli, Riccardo [Center for Radiophysics and Space Research, Space Sciences Building, Cornell University, Ithaca, NY 14853 (United States); Elson, Ed C. [Astrophysics, Cosmology and Gravity Centre (ACGC), Department of Astronomy, University of Cape Town, Private Bag X3, Rondebosch 7701 (South Africa); Ott, Juërgen [National Radio Astronomy Observatory, P.O. Box O, 1003 Lopezville Road, Socorro, NM 87801 (United States); Saintonge, Amélie, E-mail: kmcquinn@astro.umn.edu [Max-Planck-Institute for Astrophysics, D-85741 Garching (Germany)

    2014-04-10

    The Survey of H I in Extremely Low-mass Dwarf (SHIELD) galaxies is an ongoing multi-wavelength program to characterize the gas, star formation, and evolution in gas-rich, very low-mass galaxies. The galaxies were selected from the first ∼10% of the H I Arecibo Legacy Fast ALFA (ALFALFA) survey based on their inferred low H I mass and low baryonic mass, and all systems have recent star formation. Thus, the SHIELD sample probes the faint end of the galaxy luminosity function for star-forming galaxies. Here, we measure the distances to the 12 SHIELD galaxies to be between 5 and 12 Mpc by applying the tip of the red giant method to the resolved stellar populations imaged by the Hubble Space Telescope. Based on these distances, the H I masses in the sample range from 4 × 10{sup 6} to 6 × 10{sup 7} M {sub ☉}, with a median H I mass of 1 × 10{sup 7} M {sub ☉}. The tip of the red giant branch distances are up to 73% farther than flow-model estimates in the ALFALFA catalog. Because of the relatively large uncertainties of flow-model distances, we are biased toward selecting galaxies from the ALFALFA catalog where the flow model underestimates the true distances. The measured distances allow for an assessment of the native environments around the sample members. Five of the galaxies are part of the NGC 672 and NGC 784 groups, which together constitute a single structure. One galaxy is part of a larger linear ensemble of nine systems that stretches 1.6 Mpc from end to end. Three galaxies reside in regions with 1-9 neighbors, and four galaxies are truly isolated with no known system identified within a radius of 1 Mpc.

  3. Watch Out for Your Neighbor: Climbing onto Shrubs Is Related to Risk of Cannibalism in the Scorpion Buthus cf. occitanus.

    Science.gov (United States)

    Sánchez-Piñero, Francisco; Urbano-Tenorio, Fernando

    The distribution and behavior of foraging animals usually imply a balance between resource availability and predation risk. In some predators such as scorpions, cannibalism constitutes an important mortality factor determining their ecology and behavior. Climbing on vegetation by scorpions has been related both to prey availability and to predation (cannibalism) risk. We tested different hypotheses proposed to explain climbing on vegetation by scorpions. We analyzed shrub climbing in Buthus cf. occitanus with regard to the following: a) better suitability of prey size for scorpions foraging on shrubs than on the ground, b) selection of shrub species with higher prey load, c) seasonal variations in prey availability on shrubs, and d) whether or not cannibalism risk on the ground increases the frequency of shrub climbing. Prey availability on shrubs was compared by estimating prey abundance in sticky traps placed in shrubs. A prey sample from shrubs was measured to compare prey size. Scorpions were sampled in six plots (50 m x 10 m) to estimate the proportion of individuals climbing on shrubs. Size difference and distance between individuals and their closest scorpion neighbor were measured to assess cannibalism risk. The results showed that mean prey size was two-fold larger on the ground. Selection of particular shrub species was not related to prey availability. Seasonal variations in the number of scorpions on shrubs were related to the number of active scorpions, but not with fluctuations in prey availability. Size differences between a scorpion and its nearest neighbor were positively related with a higher probability for a scorpion to climb onto a shrub when at a disadvantage, but distance was not significantly related. These results do not support hypotheses explaining shrub climbing based on resource availability. By contrast, our results provide evidence that shrub climbing is related to cannibalism risk.

  4. Text Categorization Using Weight Adjusted k-Nearest Neighbor Classification

    National Research Council Canada - National Science Library

    Han, Euihong; Karypis, George; Kumar, Vipin

    1999-01-01

    .... The authors present a nearest neighbor classification scheme for text categorization in which the importance of discriminating words is learned using mutual information and weight adjustment techniques...

  5. Liquid water breakthrough location distances on a gas diffusion layer of polymer electrolyte membrane fuel cells

    Science.gov (United States)

    Yu, Junliang; Froning, Dieter; Reimer, Uwe; Lehnert, Werner

    2018-06-01

    The lattice Boltzmann method is adopted to simulate the three dimensional dynamic process of liquid water breaking through the gas diffusion layer (GDL) in the polymer electrolyte membrane fuel cell. 22 micro-structures of Toray GDL are built based on a stochastic geometry model. It is found that more than one breakthrough locations are formed randomly on the GDL surface. Breakthrough location distance (BLD) are analyzed statistically in two ways. The distribution is evaluated statistically by the Lilliefors test. It is concluded that the BLD can be described by the normal distribution with certain statistic characteristics. Information of the shortest neighbor breakthrough location distance can be the input modeling setups on the cell-scale simulations in the field of fuel cell simulation.

  6. Air Pollution from Livestock Farms Is Associated with Airway Obstruction in Neighboring Residents.

    Science.gov (United States)

    Borlée, Floor; Yzermans, C Joris; Aalders, Bernadette; Rooijackers, Jos; Krop, Esmeralda; Maassen, Catharina B M; Schellevis, François; Brunekreef, Bert; Heederik, Dick; Smit, Lidwien A M

    2017-11-01

    Livestock farm emissions may not only affect respiratory health of farmers but also of neighboring residents. To explore associations between spatial and temporal variation in pollutant emissions from livestock farms and lung function in a general, nonfarming, rural population in the Netherlands. We conducted a cross-sectional study in 2,308 adults (age, 20-72 yr). A pulmonary function test was performed measuring prebronchodilator and post-bronchodilator FEV 1 , FVC, FEV 1 /FVC, and maximum mid-expiratory flow (MMEF). Spatial exposure was assessed as (1) number of farms within 500 m and 1,000 m of the home, (2) distance to the nearest farm, and (3) modeled annual average fine dust emissions from farms within 500 m and 1,000 m of the home address. Temporal exposure was assessed as week-average ambient particulate matter livestock farms within a 1,000-m buffer from the home address and MMEF, which was more pronounced in participants without atopy. No associations were found with other spatial exposure variables. Week-average particulate matter livestock air pollution emissions are associated with lung function deficits in nonfarming residents.

  7. SibRank: Signed bipartite network analysis for neighbor-based collaborative ranking

    Science.gov (United States)

    Shams, Bita; Haratizadeh, Saman

    2016-09-01

    Collaborative ranking is an emerging field of recommender systems that utilizes users' preference data rather than rating values. Unfortunately, neighbor-based collaborative ranking has gained little attention despite its more flexibility and justifiability. This paper proposes a novel framework, called SibRank that seeks to improve the state of the art neighbor-based collaborative ranking methods. SibRank represents users' preferences as a signed bipartite network, and finds similar users, through a novel personalized ranking algorithm in signed networks.

  8. ENTROPY CHARACTERISTICS IN MODELS FOR COORDINATION OF NEIGHBORING ROAD SECTIONS

    Directory of Open Access Journals (Sweden)

    N. I. Kulbashnaya

    2016-01-01

    Full Text Available The paper considers an application of entropy characteristics as criteria to coordinate traffic conditions at neighboring road sections. It has been proved that the entropy characteristics are widely used in the methods that take into account information influence of the environment on drivers and in the mechanisms that create such traffic conditions which ensure preservation of the optimal level of driver’s emotional tension during the drive. Solution of such problem is considered in the aspect of coordination of traffic conditions at neighboring road sections that, in its turn, is directed on exclusion of any driver’s transitional processes. Methodology for coordination of traffic conditions at neighboring road sections is based on the E. V. Gavrilov’s concept on coordination of some parameters of road sections which can be expressed in the entropy characteristics. The paper proposes to execute selection of coordination criteria according to accident rates because while moving along neighboring road sections traffic conditions change drastically that can result in creation of an accident situation. Relative organization of a driver’s perception field and driver’s interaction with the traffic environment has been selected as entropy characteristics. Therefore, the given characteristics are made conditional to the road accidents rate. The investigation results have revealed a strong correlation between the relative organization of the driver’s perception field and the relative organization of the driver’s interaction with the traffic environment and the accident rate. Results of the executed experiment have proved an influence of the accident rate on the investigated entropy characteristics.

  9. DISTANCES TO DARK CLOUDS: COMPARING EXTINCTION DISTANCES TO MASER PARALLAX DISTANCES

    International Nuclear Information System (INIS)

    Foster, Jonathan B.; Jackson, James M.; Stead, Joseph J.; Hoare, Melvin G.; Benjamin, Robert A.

    2012-01-01

    We test two different methods of using near-infrared extinction to estimate distances to dark clouds in the first quadrant of the Galaxy using large near-infrared (Two Micron All Sky Survey and UKIRT Infrared Deep Sky Survey) surveys. Very long baseline interferometry parallax measurements of masers around massive young stars provide the most direct and bias-free measurement of the distance to these dark clouds. We compare the extinction distance estimates to these maser parallax distances. We also compare these distances to kinematic distances, including recent re-calibrations of the Galactic rotation curve. The extinction distance methods agree with the maser parallax distances (within the errors) between 66% and 100% of the time (depending on method and input survey) and between 85% and 100% of the time outside of the crowded Galactic center. Although the sample size is small, extinction distance methods reproduce maser parallax distances better than kinematic distances; furthermore, extinction distance methods do not suffer from the kinematic distance ambiguity. This validation gives us confidence that these extinction methods may be extended to additional dark clouds where maser parallaxes are not available.

  10. Kinetic Models for Topological Nearest-Neighbor Interactions

    Science.gov (United States)

    Blanchet, Adrien; Degond, Pierre

    2017-12-01

    We consider systems of agents interacting through topological interactions. These have been shown to play an important part in animal and human behavior. Precisely, the system consists of a finite number of particles characterized by their positions and velocities. At random times a randomly chosen particle, the follower, adopts the velocity of its closest neighbor, the leader. We study the limit of a system size going to infinity and, under the assumption of propagation of chaos, show that the limit kinetic equation is a non-standard spatial diffusion equation for the particle distribution function. We also study the case wherein the particles interact with their K closest neighbors and show that the corresponding kinetic equation is the same. Finally, we prove that these models can be seen as a singular limit of the smooth rank-based model previously studied in Blanchet and Degond (J Stat Phys 163:41-60, 2016). The proofs are based on a combinatorial interpretation of the rank as well as some concentration of measure arguments.

  11. Nearest unlike neighbor (NUN): an aid to decision confidence estimation

    Science.gov (United States)

    Dasarathy, Belur V.

    1995-09-01

    The concept of nearest unlike neighbor (NUN), proposed and explored previously in the design of nearest neighbor (NN) based decision systems, is further exploited in this study to develop a measure of confidence in the decisions made by NN-based decision systems. This measure of confidence, on the basis of comparison with a user-defined threshold, may be used to determine the acceptability of the decision provided by the NN-based decision system. The concepts, associated methodology, and some illustrative numerical examples using the now classical Iris data to bring out the ease of implementation and effectiveness of the proposed innovations are presented.

  12. Note: Optical and electronic design of an amplitude-modulated continuous-wave laser scanner for high-accuracy distance measurement

    Energy Technology Data Exchange (ETDEWEB)

    Jang, Junhwan; Hwang, Sungui; Park, Kyihwan, E-mail: khpark@gist.ac.kr [School of Mechatronics, Gwangju Institute of Science and Technology, 123 Cheomdangwagi-ro, Buk-gu, Gwangju (Korea, Republic of)

    2015-04-15

    To utilize a time-of-flight-based laser scanner as a distance measurement sensor, the measurable distance and accuracy are the most important performance parameters to consider. For these purposes, the optical system and electronic signal processing of the laser scanner should be optimally designed in order to reduce a distance error caused by the optical crosstalk and wide dynamic range input. Optical system design for removing optical crosstalk problem is proposed in this work. Intensity control is also considered to solve the problem of a phase-shift variation in the signal processing circuit caused by object reflectivity. The experimental results for optical system and signal processing design are performed using 3D measurements.

  13. Note: Optical and electronic design of an amplitude-modulated continuous-wave laser scanner for high-accuracy distance measurement

    International Nuclear Information System (INIS)

    Jang, Junhwan; Hwang, Sungui; Park, Kyihwan

    2015-01-01

    To utilize a time-of-flight-based laser scanner as a distance measurement sensor, the measurable distance and accuracy are the most important performance parameters to consider. For these purposes, the optical system and electronic signal processing of the laser scanner should be optimally designed in order to reduce a distance error caused by the optical crosstalk and wide dynamic range input. Optical system design for removing optical crosstalk problem is proposed in this work. Intensity control is also considered to solve the problem of a phase-shift variation in the signal processing circuit caused by object reflectivity. The experimental results for optical system and signal processing design are performed using 3D measurements

  14. Distance and Density Similarity Based Enhanced k-NN Classifier for Improving Fault Diagnosis Performance of Bearings

    Directory of Open Access Journals (Sweden)

    Sharif Uddin

    2016-01-01

    Full Text Available An enhanced k-nearest neighbor (k-NN classification algorithm is presented, which uses a density based similarity measure in addition to a distance based similarity measure to improve the diagnostic performance in bearing fault diagnosis. Due to its use of distance based similarity measure alone, the classification accuracy of traditional k-NN deteriorates in case of overlapping samples and outliers and is highly susceptible to the neighborhood size, k. This study addresses these limitations by proposing the use of both distance and density based measures of similarity between training and test samples. The proposed k-NN classifier is used to enhance the diagnostic performance of a bearing fault diagnosis scheme, which classifies different fault conditions based upon hybrid feature vectors extracted from acoustic emission (AE signals. Experimental results demonstrate that the proposed scheme, which uses the enhanced k-NN classifier, yields better diagnostic performance and is more robust to variations in the neighborhood size, k.

  15. Note Taking and Note Sharing While Browsing Campaign Information

    DEFF Research Database (Denmark)

    Robertson, Scott P.; Vatrapu, Ravi; Abraham, George

    2009-01-01

    Participants were observed while searching and browsing the internet for campaign information in a mock-voting situation in three online note-taking conditions: No Notes, Private Notes, and Shared Notes. Note taking significantly influenced the manner in which participants browsed for information...

  16. Note by Note: a New Revolution in Cooking

    OpenAIRE

    Burke, Roisin; Danaher, Pauline

    2016-01-01

    Note by note cooking is an application of Molecular Gastronomy. It was first proposed by French Physical Chemist and Molecular Gastronomy Co-founder, Hervé This. Note by Note dishes are being created as part of Ph.D. research in the Dublin Institute of Technology, Cathal Brugha Street.

  17. [Galaxy/quasar classification based on nearest neighbor method].

    Science.gov (United States)

    Li, Xiang-Ru; Lu, Yu; Zhou, Jian-Ming; Wang, Yong-Jun

    2011-09-01

    With the wide application of high-quality CCD in celestial spectrum imagery and the implementation of many large sky survey programs (e. g., Sloan Digital Sky Survey (SDSS), Two-degree-Field Galaxy Redshift Survey (2dF), Spectroscopic Survey Telescope (SST), Large Sky Area Multi-Object Fiber Spectroscopic Telescope (LAMOST) program and Large Synoptic Survey Telescope (LSST) program, etc.), celestial observational data are coming into the world like torrential rain. Therefore, to utilize them effectively and fully, research on automated processing methods for celestial data is imperative. In the present work, we investigated how to recognizing galaxies and quasars from spectra based on nearest neighbor method. Galaxies and quasars are extragalactic objects, they are far away from earth, and their spectra are usually contaminated by various noise. Therefore, it is a typical problem to recognize these two types of spectra in automatic spectra classification. Furthermore, the utilized method, nearest neighbor, is one of the most typical, classic, mature algorithms in pattern recognition and data mining, and often is used as a benchmark in developing novel algorithm. For applicability in practice, it is shown that the recognition ratio of nearest neighbor method (NN) is comparable to the best results reported in the literature based on more complicated methods, and the superiority of NN is that this method does not need to be trained, which is useful in incremental learning and parallel computation in mass spectral data processing. In conclusion, the results in this work are helpful for studying galaxies and quasars spectra classification.

  18. Plant Clonal Integration Mediates the Horizontal Redistribution of Soil Resources, Benefiting Neighboring Plants.

    Science.gov (United States)

    Ye, Xue-Hua; Zhang, Ya-Lin; Liu, Zhi-Lan; Gao, Shu-Qin; Song, Yao-Bin; Liu, Feng-Hong; Dong, Ming

    2016-01-01

    Resources such as water taken up by plants can be released into soils through hydraulic redistribution and can also be translocated by clonal integration within a plant clonal network. We hypothesized that the resources from one (donor) microsite could be translocated within a clonal network, released into different (recipient) microsites and subsequently used by neighbor plants in the recipient microsite. To test these hypotheses, we conducted two experiments in which connected and disconnected ramet pairs of Potentilla anserina were grown under both homogeneous and heterogeneous water regimes, with seedlings of Artemisia ordosica as neighbors. The isotopes [(15)N] and deuterium were used to trace the translocation of nitrogen and water, respectively, within the clonal network. The water and nitrogen taken up by P. anserina ramets in the donor microsite were translocated into the connected ramets in the recipient microsites. Most notably, portions of the translocated water and nitrogen were released into the recipient microsite and were used by the neighboring A. ordosica, which increased growth of the neighboring A. ordosica significantly. Therefore, our hypotheses were supported, and plant clonal integration mediated the horizontal hydraulic redistribution of resources, thus benefiting neighboring plants. Such a plant clonal integration-mediated resource redistribution in horizontal space may have substantial effects on the interspecific relations and composition of the community and consequently on ecosystem processes.

  19. Soybean yield in relation to distance from the Itaipu reservoir

    Science.gov (United States)

    de Faria, Rogério Teixeira; Junior, Ruy Casão; Werner, Simone Silmara; Junior, Luiz Antônio Zanão; Hoogenboom, Gerrit

    2016-07-01

    Crops close to small water bodies may exhibit changes in yield if the water mass causes significant changes in the microclimate of areas near the reservoir shoreline. The scientific literature describes this effect as occurring gradually, with higher intensity in the sites near the shoreline and decreasing intensity with distance from the reservoir. Experiments with two soybean cultivars were conducted during four crop seasons to evaluate soybean yield in relation to distance from the Itaipu reservoir and determine the effect of air temperature and water availability on soybean crop yield. Fifteen experimental sites were distributed in three transects perpendicular to the Itaipu reservoir, covering an area at approximately 10 km from the shoreline. The yield gradient between the site closest to the reservoir and the sites farther away in each transect did not show a consistent trend, but varied as a function of distance, crop season, and cultivar. This finding indicates that the Itaipu reservoir does not affect the yield of soybean plants grown within approximately 10 km from the shoreline. In addition, the variation in yield among the experimental sites was not attributed to thermal conditions because the temperature was similar within transects. However, the crop water availability was responsible for higher differences in yield among the neighboring experimental sites related to water stress caused by spatial variability in rainfall, especially during the soybean reproductive period in January and February.

  20. Neighbor Discovery Algorithm in Wireless Local Area Networks Using Multi-beam Directional Antennas

    Science.gov (United States)

    Wang, Jin; Peng, Wei; Liu, Song

    2017-10-01

    Neighbor discovery is an important step for Wireless Local Area Networks (WLAN) and the use of multi-beam directional antennas can greatly improve the network performance. However, most neighbor discovery algorithms in WLAN, based on multi-beam directional antennas, can only work effectively in synchronous system but not in asynchro-nous system. And collisions at AP remain a bottleneck for neighbor discovery. In this paper, we propose two asynchrono-us neighbor discovery algorithms: asynchronous hierarchical scanning (AHS) and asynchronous directional scanning (ADS) algorithm. Both of them are based on three-way handshaking mechanism. AHS and ADS reduce collisions at AP to have a good performance in a hierarchical way and directional way respectively. In the end, the performance of the AHS and ADS are tested on OMNeT++. Moreover, it is analyzed that different application scenarios and the factors how to affect the performance of these algorithms. The simulation results show that AHS is suitable for the densely populated scenes around AP while ADS is suitable for that most of the neighborhood nodes are far from AP.

  1. NOTE ON TRAVEL TIME SHIFTS DUE TO AMPLITUDE MODULATION IN TIME-DISTANCE HELIOSEISMOLOGY MEASUREMENTS

    International Nuclear Information System (INIS)

    Nigam, R.; Kosovichev, A. G.

    2010-01-01

    Correct interpretation of acoustic travel times measured by time-distance helioseismology is essential to get an accurate understanding of the solar properties that are inferred from them. It has long been observed that sunspots suppress p-mode amplitude, but its implications on travel times have not been fully investigated so far. It has been found in test measurements using a 'masking' procedure, in which the solar Doppler signal in a localized quiet region of the Sun is artificially suppressed by a spatial function, and using numerical simulations that the amplitude modulations in combination with the phase-speed filtering may cause systematic shifts of acoustic travel times. To understand the properties of this procedure, we derive an analytical expression for the cross-covariance of a signal that has been modulated locally by a spatial function that has azimuthal symmetry and then filtered by a phase-speed filter typically used in time-distance helioseismology. Comparing this expression to the Gabor wavelet fitting formula without this effect, we find that there is a shift in the travel times that is introduced by the amplitude modulation. The analytical model presented in this paper can be useful also for interpretation of travel time measurements for the non-uniform distribution of oscillation amplitude due to observational effects.

  2. Using K-Nearest Neighbor in Optical Character Recognition

    Directory of Open Access Journals (Sweden)

    Veronica Ong

    2016-03-01

    Full Text Available The growth in computer vision technology has aided society with various kinds of tasks. One of these tasks is the ability of recognizing text contained in an image, or usually referred to as Optical Character Recognition (OCR. There are many kinds of algorithms that can be implemented into an OCR. The K-Nearest Neighbor is one such algorithm. This research aims to find out the process behind the OCR mechanism by using K-Nearest Neighbor algorithm; one of the most influential machine learning algorithms. It also aims to find out how precise the algorithm is in an OCR program. To do that, a simple OCR program to classify alphabets of capital letters is made to produce and compare real results. The result of this research yielded a maximum of 76.9% accuracy with 200 training samples per alphabet. A set of reasons are also given as to why the program is able to reach said level of accuracy.

  3. DISTANCE EDUCATION POTENTIAL FOR A CANADIAN RURAL ISLAND COMMUNITY

    Directory of Open Access Journals (Sweden)

    Tom JONES

    2009-04-01

    Full Text Available The purpose of the study was to investigate the potential impact of distance education on a small, rural, Canadian island community. Presently, the population of small, rural island communities on the west coast of Canada are facing numerous challenges to retain and to attract permanent residents and families and to provide support and direction for those residents who wish to pursue K-12 accreditation, post-secondary education, vocational/trades training and up-grading or life-long learning. A unique set of considerations confront many of these isolated communities if they wish to engage in distance education and training. This set ranges from internet access to excessive travel by secondary students to the lack of centralized facility. For this study, a group of 48 participants were interviewed to determine their perceptions of the potential for distance education to impact on the community's educational, both academic and vocational, life-long learning and economic needs. The results indicated that there were four general areas of purported benefit: academic advancement, an improved quality of life, support for young families and a stabilizing affect on the local economy. Suggestions for the implementation of a suitable distance education resource are noted.

  4. Phagocytic response of astrocytes to damaged neighboring cells.

    Directory of Open Access Journals (Sweden)

    Nicole M Wakida

    Full Text Available This study aims to understand the phagocytic response of astrocytes to the injury of neurons or other astrocytes at the single cell level. Laser nanosurgery was used to damage individual cells in both primary mouse cortical astrocytes and an established astrocyte cell line. In both cases, the release of material/substances from laser-irradiated astrocytes or neurons induced a phagocytic response in near-by astrocytes. Propidium iodide stained DNA originating from irradiated cells was visible in vesicles of neighboring cells, confirming phagocytosis of material from damaged cortical cells. In the presence of an intracellular pH indicator dye, newly formed vesicles correspond to acidic pH fluorescence, thus suggesting lysosome bound degradation of cellular debris. Cells with shared membrane connections prior to laser damage had a significantly higher frequency of induced phagocytosis compared to isolated cells with no shared membrane. The increase in phagocytic response of cells with a shared membrane occurred regardless of the extent of shared membrane (a thin filopodial connection vs. a cell cluster with significant shared membrane. In addition to the presence (or lack of a membrane connection, variation in phagocytic ability was also observed with differences in injury location within the cell and distance separating isolated astrocytes. These results demonstrate the ability of an astrocyte to respond to the damage of a single cell, be it another astrocyte, or a neuron. This single-cell level of analysis results in a better understanding of the role of astrocytes to maintain homeostasis in the CNS, particularly in the sensing and removal of debris in damaged or pathologic nervous tissue.

  5. Near Neighbor Distribution in Sets of Fractal Nature

    Czech Academy of Sciences Publication Activity Database

    Jiřina, Marcel

    2013-01-01

    Roč. 5, č. 1 (2013), s. 159-166 ISSN 2150-7988 R&D Projects: GA MŠk(CZ) LG12020 Institutional support: RVO:67985807 Keywords : nearest neighbor * fractal set * multifractal * Erlang distribution Subject RIV: BB - Applied Statistics, Operational Research http://www.mirlabs.org/ijcisim/regular_papers_2013/Paper91.pdf

  6. A Novel Preferential Diffusion Recommendation Algorithm Based on User’s Nearest Neighbors

    Directory of Open Access Journals (Sweden)

    Fuguo Zhang

    2017-01-01

    Full Text Available Recommender system is a very efficient way to deal with the problem of information overload for online users. In recent years, network based recommendation algorithms have demonstrated much better performance than the standard collaborative filtering methods. However, most of network based algorithms do not give a high enough weight to the influence of the target user’s nearest neighbors in the resource diffusion process, while a user or an object with high degree will obtain larger influence in the standard mass diffusion algorithm. In this paper, we propose a novel preferential diffusion recommendation algorithm considering the significance of the target user’s nearest neighbors and evaluate it in the three real-world data sets: MovieLens 100k, MovieLens 1M, and Epinions. Experiments results demonstrate that the novel preferential diffusion recommendation algorithm based on user’s nearest neighbors can significantly improve the recommendation accuracy and diversity.

  7. Neighbor discovery in multi-hop wireless networks: evaluation and dimensioning with interferences considerations

    Directory of Open Access Journals (Sweden)

    Elyes Ben Hamida

    2008-04-01

    Full Text Available In this paper, we study the impact of collisions and interferences on a neighbor discovery process in the context of multi-hop wireless networks. We consider three models in which interferences and collisions are handled in very different ways. From an ideal channel where simultaneous transmissions do not interfere, we derive an alternate channel where simultaneous transmissions are considered two-by-two under the form of collisions, to finally reach a more realistic channel where simultaneous transmissions are handled under the form of shot-noise interferences. In these models, we analytically compute the link probability success between two neighbors as well as the expected number of nodes that correctly receive a Hello packet. Using this analysis, we show that if the neighbor discovery process is asymptotically equivalent in the three models, it offers very different behaviors locally in time. In particular, the scalability of the process is not the same depending on the way interferences are handled. Finally, we apply our results to the dimensioning of a Hello protocol parameters. We propose a method to adapt the protocol parameters to meet application constraints on the neighbor discovery process and to minimize the protocol energy consumption.

  8. Error Analysis for RADAR Neighbor Matching Localization in Linear Logarithmic Strength Varying Wi-Fi Environment

    Directory of Open Access Journals (Sweden)

    Mu Zhou

    2014-01-01

    Full Text Available This paper studies the statistical errors for the fingerprint-based RADAR neighbor matching localization with the linearly calibrated reference points (RPs in logarithmic received signal strength (RSS varying Wi-Fi environment. To the best of our knowledge, little comprehensive analysis work has appeared on the error performance of neighbor matching localization with respect to the deployment of RPs. However, in order to achieve the efficient and reliable location-based services (LBSs as well as the ubiquitous context-awareness in Wi-Fi environment, much attention has to be paid to the highly accurate and cost-efficient localization systems. To this end, the statistical errors by the widely used neighbor matching localization are significantly discussed in this paper to examine the inherent mathematical relations between the localization errors and the locations of RPs by using a basic linear logarithmic strength varying model. Furthermore, based on the mathematical demonstrations and some testing results, the closed-form solutions to the statistical errors by RADAR neighbor matching localization can be an effective tool to explore alternative deployment of fingerprint-based neighbor matching localization systems in the future.

  9. Error Analysis for RADAR Neighbor Matching Localization in Linear Logarithmic Strength Varying Wi-Fi Environment

    Science.gov (United States)

    Tian, Zengshan; Xu, Kunjie; Yu, Xiang

    2014-01-01

    This paper studies the statistical errors for the fingerprint-based RADAR neighbor matching localization with the linearly calibrated reference points (RPs) in logarithmic received signal strength (RSS) varying Wi-Fi environment. To the best of our knowledge, little comprehensive analysis work has appeared on the error performance of neighbor matching localization with respect to the deployment of RPs. However, in order to achieve the efficient and reliable location-based services (LBSs) as well as the ubiquitous context-awareness in Wi-Fi environment, much attention has to be paid to the highly accurate and cost-efficient localization systems. To this end, the statistical errors by the widely used neighbor matching localization are significantly discussed in this paper to examine the inherent mathematical relations between the localization errors and the locations of RPs by using a basic linear logarithmic strength varying model. Furthermore, based on the mathematical demonstrations and some testing results, the closed-form solutions to the statistical errors by RADAR neighbor matching localization can be an effective tool to explore alternative deployment of fingerprint-based neighbor matching localization systems in the future. PMID:24683349

  10. Social Distancing Strategies against Disease Spreading

    Science.gov (United States)

    Valdez, L. D.; Buono, C.; Macri, P. A.; Braunstein, L. A.

    2013-12-01

    The recurrent infectious diseases and their increasing impact on the society has promoted the study of strategies to slow down the epidemic spreading. In this review we outline the applications of percolation theory to describe strategies against epidemic spreading on complex networks. We give a general outlook of the relation between link percolation and the susceptible-infected-recovered model, and introduce the node void percolation process to describe the dilution of the network composed by healthy individual, i.e., the network that sustain the functionality of a society. Then, we survey two strategies: the quenched disorder strategy where an heterogeneous distribution of contact intensities is induced in society, and the intermittent social distancing strategy where health individuals are persuaded to avoid contact with their neighbors for intermittent periods of time. Using percolation tools, we show that both strategies may halt the epidemic spreading. Finally, we discuss the role of the transmissibility, i.e., the effective probability to transmit a disease, on the performance of the strategies to slow down the epidemic spreading.

  11. ACTION RECOGNITION USING SALIENT NEIGHBORING HISTOGRAMS

    DEFF Research Database (Denmark)

    Ren, Huamin; Moeslund, Thomas B.

    2013-01-01

    Combining spatio-temporal interest points with Bag-of-Words models achieves state-of-the-art performance in action recognition. However, existing methods based on “bag-ofwords” models either are too local to capture the variance in space/time or fail to solve the ambiguity problem in spatial...... and temporal dimensions. Instead, we propose a salient vocabulary construction algorithm to select visual words from a global point of view, and form compact descriptors to represent discriminative histograms in the neighborhoods. Those salient neighboring histograms are then trained to model different actions...

  12. Tree-average distances on certain phylogenetic networks have their weights uniquely determined.

    Science.gov (United States)

    Willson, Stephen J

    2012-01-01

    A phylogenetic network N has vertices corresponding to species and arcs corresponding to direct genetic inheritance from the species at the tail to the species at the head. Measurements of DNA are often made on species in the leaf set, and one seeks to infer properties of the network, possibly including the graph itself. In the case of phylogenetic trees, distances between extant species are frequently used to infer the phylogenetic trees by methods such as neighbor-joining. This paper proposes a tree-average distance for networks more general than trees. The notion requires a weight on each arc measuring the genetic change along the arc. For each displayed tree the distance between two leaves is the sum of the weights along the path joining them. At a hybrid vertex, each character is inherited from one of its parents. We will assume that for each hybrid there is a probability that the inheritance of a character is from a specified parent. Assume that the inheritance events at different hybrids are independent. Then for each displayed tree there will be a probability that the inheritance of a given character follows the tree; this probability may be interpreted as the probability of the tree. The tree-average distance between the leaves is defined to be the expected value of their distance in the displayed trees. For a class of rooted networks that includes rooted trees, it is shown that the weights and the probabilities at each hybrid vertex can be calculated given the network and the tree-average distances between the leaves. Hence these weights and probabilities are uniquely determined. The hypotheses on the networks include that hybrid vertices have indegree exactly 2 and that vertices that are not leaves have a tree-child.

  13. A Novel AMR-WB Speech Steganography Based on Diameter-Neighbor Codebook Partition

    Directory of Open Access Journals (Sweden)

    Junhui He

    2018-01-01

    Full Text Available Steganography is a means of covert communication without revealing the occurrence and the real purpose of communication. The adaptive multirate wideband (AMR-WB is a widely adapted format in mobile handsets and is also the recommended speech codec for VoLTE. In this paper, a novel AMR-WB speech steganography is proposed based on diameter-neighbor codebook partition algorithm. Different embedding capacity may be achieved by adjusting the iterative parameters during codebook division. The experimental results prove that the presented AMR-WB steganography may provide higher and flexible embedding capacity without inducing perceptible distortion compared with the state-of-the-art methods. With 48 iterations of cluster merging, twice the embedding capacity of complementary-neighbor-vertices-based embedding method may be obtained with a decrease of only around 2% in speech quality and much the same undetectability. Moreover, both the quality of stego speech and the security regarding statistical steganalysis are better than the recent speech steganography based on neighbor-index-division codebook partition.

  14. Belowground neighbor perception in Arabidopsis thaliana studied by transcriptome analysis: roots of Hieracium pilosella cause biotic stress

    Directory of Open Access Journals (Sweden)

    Christoph eSchmid

    2013-08-01

    Full Text Available Root-root interactions are much more sophisticated than previously thought, yet the mechanisms of belowground neighbor perception remain largely obscure. Genome-wide transcriptome analyses allow detailed insight into plant reactions to environmental cues.A root interaction trial was set up to explore both morphological and whole genome transcriptional responses in roots of Arabidopsis thaliana in the presence or absence of an inferior competitor, Hieracium pilosella.Neighbor perception was indicated by Arabidopsis roots predominantly growing away from the neighbor (segregation, while solitary plants placed more roots towards the middle of the pot. Total biomass remained unaffected. Database comparisons in transcriptome analysis revealed considerable similarity between Arabidopsis root reactions to neighbors and reactions to pathogens. Detailed analyses of the functional category ‘biotic stress’ using MapMan tools found the sub-category ‘pathogenesis-related proteins’ highly significantly induced. A comparison to a study on intraspecific competition brought forward a core of genes consistently involved in reactions to neighbor roots.We conclude that beyond resource depletion roots perceive neighboring roots or their associated microorganisms by a relatively uniform mechanism that involves the strong induction of pathogenesis-related proteins. In an ecological context the findings reveal that belowground neighbor detection may occur independently of resource depletion, allowing for a time advantage for the root to prepare for potential interactions.

  15. Identification of influential users by neighbors in online social networks

    Science.gov (United States)

    Sheikhahmadi, Amir; Nematbakhsh, Mohammad Ali; Zareie, Ahmad

    2017-11-01

    Identification and ranking of influential users in social networks for the sake of news spreading and advertising has recently become an attractive field of research. Given the large number of users in social networks and also the various relations that exist among them, providing an effective method to identify influential users has been gradually considered as an essential factor. In most of the already-provided methods, those users who are located in an appropriate structural position of the network are regarded as influential users. These methods do not usually pay attention to the interactions among users, and also consider those relations as being binary in nature. This paper, therefore, proposes a new method to identify influential users in a social network by considering those interactions that exist among the users. Since users tend to act within the frame of communities, the network is initially divided into different communities. Then the amount of interaction among users is used as a parameter to set the weight of relations existing within the network. Afterward, by determining the neighbors' role for each user, a two-level method is proposed for both detecting users' influence and also ranking them. Simulation and experimental results on twitter data shows that those users who are selected by the proposed method, comparing to other existing ones, are distributed in a more appropriate distance. Moreover, the proposed method outperforms the other ones in terms of both the influential speed and capacity of the users it selects.

  16. Grain price spikes and beggar-thy-neighbor policy responses

    DEFF Research Database (Denmark)

    Boysen, Ole; Jensen, Hans Grinsted

    on the agenda of various international policy fora, including the annual meetings of G20 countries in recent years. For that reason, recent studies have attempted to quantify the extent to which such policy actions contributed to the rise in food prices. A study by Jensen & Anderson (2014) uses the global AGE...... model GTAP and the corresponding database to quantify the global policy actions contributions to the raise in food prices by modeling the changes in distortions to agricultural incentives in the period 2006 to 2008. We link the results from this global model into a national AGE model, highlighting how...... global "Beggar-thy-Neighbor Policy Responses" impacted on poor households in Uganda. More specifically we examine the following research questions: What were the Ugandan economy-wide and poverty impacts of the price spikes? What was the impact of other countries "Beggar-thy-Neighbor Policy Responses...

  17. Classification of Pulse Waveforms Using Edit Distance with Real Penalty

    Directory of Open Access Journals (Sweden)

    Zhang Dongyu

    2010-01-01

    Full Text Available Abstract Advances in sensor and signal processing techniques have provided effective tools for quantitative research in traditional Chinese pulse diagnosis (TCPD. Because of the inevitable intraclass variation of pulse patterns, the automatic classification of pulse waveforms has remained a difficult problem. In this paper, by referring to the edit distance with real penalty (ERP and the recent progress in -nearest neighbors (KNN classifiers, we propose two novel ERP-based KNN classifiers. Taking advantage of the metric property of ERP, we first develop an ERP-induced inner product and a Gaussian ERP kernel, then embed them into difference-weighted KNN classifiers, and finally develop two novel classifiers for pulse waveform classification. The experimental results show that the proposed classifiers are effective for accurate classification of pulse waveform.

  18. Collective Behaviors of Mobile Robots Beyond the Nearest Neighbor Rules With Switching Topology.

    Science.gov (United States)

    Ning, Boda; Han, Qing-Long; Zuo, Zongyu; Jin, Jiong; Zheng, Jinchuan

    2018-05-01

    This paper is concerned with the collective behaviors of robots beyond the nearest neighbor rules, i.e., dispersion and flocking, when robots interact with others by applying an acute angle test (AAT)-based interaction rule. Different from a conventional nearest neighbor rule or its variations, the AAT-based interaction rule allows interactions with some far-neighbors and excludes unnecessary nearest neighbors. The resulting dispersion and flocking hold the advantages of scalability, connectivity, robustness, and effective area coverage. For the dispersion, a spring-like controller is proposed to achieve collision-free coordination. With switching topology, a new fixed-time consensus-based energy function is developed to guarantee the system stability. An upper bound of settling time for energy consensus is obtained, and a uniform time interval is accordingly set so that energy distribution is conducted in a fair manner. For the flocking, based on a class of generalized potential functions taking nonsmooth switching into account, a new controller is proposed to ensure that the same velocity for all robots is eventually reached. A co-optimizing problem is further investigated to accomplish additional tasks, such as enhancing communication performance, while maintaining the collective behaviors of mobile robots. Simulation results are presented to show the effectiveness of the theoretical results.

  19. The Influence of Neighbor Effect and Urbanization Toward Organ Donation in Thailand.

    Science.gov (United States)

    Wongboonsin, Kua; Jindahra, Pavitra; Teerakapibal, Surat

    2018-03-01

    Toward population wellness, an extreme scarcity of organ supply is proven to be an enormous hindrance. Preferences toward organ donation are vital to raise the organ donation rate. Notably, the area people live in can address the social influence on individual preference toward organ donation. This article studies the impact of the neighbor effect on organ donation decisions, addressing the social influence of urbanization on preferences. How neighborhood-specific variables, population density, and socioeconomic status drive the neighbor effect is investigated. The pursuit of organ donor traits is to be answered. The study uses organ donation interview survey data and neighborhood-specific data from Thailand to estimate a series of logistic regression models. Individuals residing in urban areas exhibit a greater likelihood to sign the donor card than those in rural areas. The neighborhood socioeconomic status is the key driver. An individual is more willing to be an organ donor when having neighbors with higher socioeconomic statuses. Results also reveal positive influences of males and education on the organ donation rate. This article documents the "neighbor effect" on the organ donation decision via living area type, offering an alternative exposition in raising the organ donation rate. In shifting the society norm toward organ donation consent, policy-makers should acknowledge the benefit of urbanization on organ donation decision derived from resourceful urban areas. Moreover, raising education levels does improve not only citizens' well-being but also their tendency to exhibit an altruistic act toward others.

  20. The influence of neighbors' family size preference on progression to high parity births in rural Nepal.

    Science.gov (United States)

    Jennings, Elyse A; Barber, Jennifer S

    2013-03-01

    Large families can have a negative impact on the health and well-being of women, children, and their communities. Seventy-three percent of the individuals in our rural Nepalese sample report that two children is their ideal number, yet about half of the married women continue childbearing after their second child. Using longitudinal data from the Chitwan Valley Family Study, we explore the influence of women's and neighbors' family size preferences on women's progression to high parity births, comparing this influence across two cohorts. We find that neighbors' family size preferences influence women's fertility, that older cohorts of women are more influenced by their neighbors' preferences than are younger cohorts of women, and that the influence of neighbors' preferences is independent of women's own preferences. © 2013 The Population Council, Inc.

  1. Clustered K nearest neighbor algorithm for daily inflow forecasting

    NARCIS (Netherlands)

    Akbari, M.; Van Overloop, P.J.A.T.M.; Afshar, A.

    2010-01-01

    Instance based learning (IBL) algorithms are a common choice among data driven algorithms for inflow forecasting. They are based on the similarity principle and prediction is made by the finite number of similar neighbors. In this sense, the similarity of a query instance is estimated according to

  2. Contrasting demographic histories of the neighboring bonobo and chimpanzee

    DEFF Research Database (Denmark)

    Hvilsom, Christina; Carlsen, Frands; Heller, Rasmus

    2014-01-01

    of the neighboring bonobo remained constant. The changes in population size are likely linked to changes in habitat area due to climate oscillations during the late Pleistocene. Furthermore, the timing of population expansion for the rainforest-adapted chimpanzee is concurrent with the expansion of the savanna...

  3. Neighbor-dependent Ramachandran probability distributions of amino acids developed from a hierarchical Dirichlet process model.

    Directory of Open Access Journals (Sweden)

    Daniel Ting

    2010-04-01

    Full Text Available Distributions of the backbone dihedral angles of proteins have been studied for over 40 years. While many statistical analyses have been presented, only a handful of probability densities are publicly available for use in structure validation and structure prediction methods. The available distributions differ in a number of important ways, which determine their usefulness for various purposes. These include: 1 input data size and criteria for structure inclusion (resolution, R-factor, etc.; 2 filtering of suspect conformations and outliers using B-factors or other features; 3 secondary structure of input data (e.g., whether helix and sheet are included; whether beta turns are included; 4 the method used for determining probability densities ranging from simple histograms to modern nonparametric density estimation; and 5 whether they include nearest neighbor effects on the distribution of conformations in different regions of the Ramachandran map. In this work, Ramachandran probability distributions are presented for residues in protein loops from a high-resolution data set with filtering based on calculated electron densities. Distributions for all 20 amino acids (with cis and trans proline treated separately have been determined, as well as 420 left-neighbor and 420 right-neighbor dependent distributions. The neighbor-independent and neighbor-dependent probability densities have been accurately estimated using Bayesian nonparametric statistical analysis based on the Dirichlet process. In particular, we used hierarchical Dirichlet process priors, which allow sharing of information between densities for a particular residue type and different neighbor residue types. The resulting distributions are tested in a loop modeling benchmark with the program Rosetta, and are shown to improve protein loop conformation prediction significantly. The distributions are available at http://dunbrack.fccc.edu/hdp.

  4. Quality and efficiency in high dimensional Nearest neighbor search

    KAUST Repository

    Tao, Yufei; Yi, Ke; Sheng, Cheng; Kalnis, Panos

    2009-01-01

    Nearest neighbor (NN) search in high dimensional space is an important problem in many applications. Ideally, a practical solution (i) should be implementable in a relational database, and (ii) its query cost should grow sub-linearly with the dataset size, regardless of the data and query distributions. Despite the bulk of NN literature, no solution fulfills both requirements, except locality sensitive hashing (LSH). The existing LSH implementations are either rigorous or adhoc. Rigorous-LSH ensures good quality of query results, but requires expensive space and query cost. Although adhoc-LSH is more efficient, it abandons quality control, i.e., the neighbor it outputs can be arbitrarily bad. As a result, currently no method is able to ensure both quality and efficiency simultaneously in practice. Motivated by this, we propose a new access method called the locality sensitive B-tree (LSB-tree) that enables fast highdimensional NN search with excellent quality. The combination of several LSB-trees leads to a structure called the LSB-forest that ensures the same result quality as rigorous-LSH, but reduces its space and query cost dramatically. The LSB-forest also outperforms adhoc-LSH, even though the latter has no quality guarantee. Besides its appealing theoretical properties, the LSB-tree itself also serves as an effective index that consumes linear space, and supports efficient updates. Our extensive experiments confirm that the LSB-tree is faster than (i) the state of the art of exact NN search by two orders of magnitude, and (ii) the best (linear-space) method of approximate retrieval by an order of magnitude, and at the same time, returns neighbors with much better quality. © 2009 ACM.

  5. Analysis of forensically used autosomal short tandem repeat markers in Polish and neighboring populations.

    Science.gov (United States)

    Soltyszewski, Ireneusz; Plocienniczak, Andrzej; Fabricius, Hans Ake; Kornienko, Igor; Vodolazhsky, Dmitrij; Parson, Walther; Hradil, Roman; Schmitter, Hermann; Ivanov, Pavel; Kuzniar, Piotr; Malyarchuk, Boris A; Grzybowski, Tomasz; Woźniak, Marcin; Henke, Jurgen; Henke, Lotte; Olkhovets, Sergiv; Voitenko, Vladimir; Lagus, Vita; Ficek, Andrej; Minárik, Gabriel; de Knijff, Peter; Rebała, Krzysztof; Wysocka, Joanna; Kapińska, Ewa; Cybulska, Lidia; Mikulich, Alexei I; Tsybovsky, Iosif S; Szczerkowska, Zofia; Krajewski, Paweł; Ploski, Rafał

    2008-06-01

    The purpose of this study was to evaluate the homogeneity of Polish populations with respect to STRs chosen as core markers of the Polish Forensic National DNA Intelligence Database, and to provide reference allele frequencies and to explore the genetic interrelationship between Poland and neighboring countries. The allele frequency distribution of 10 STRs included in the SGMplus kit was analyzed among 2176 unrelated individuals from 6 regional Polish populations and among 4321 individuals from Germany (three samples), Austria, The Netherlands, Sweden, Czech Republic, Slovakia, Belarus, Ukraine and the Russian Federation (six samples). The statistical approach consisted of AMOVA, calculation of pairwise Rst values and analysis by multidimensional scaling. We found homogeneity of present day Poland and consistent differences between Polish and German populations which contrasted with relative similarities between Russian and German populations. These discrepancies between genetic and geographic distances were confirmed by analysis of an independent data set on Y chromosome STRs. Migrations of Goths, Viking influences, German settlements in the region of Volga river and/or forced population resettlements and other events related to World War II are the historic events which might have caused these finding.

  6. Symmetric Link Key Management for Secure Neighbor Discovery in a Decentralized Wireless Sensor Network

    Science.gov (United States)

    2017-09-01

    KEY MANAGEMENT FOR SECURE NEIGHBOR DISCOVERY IN A DECENTRALIZED WIRELESS SENSOR NETWORK by Kelvin T. Chew September 2017 Thesis Advisor...and to the Office of Management and Budget, Paperwork Reduction Project (0704-0188) Washington, DC 20503. 1. AGENCY USE ONLY (Leave blank) 2. REPORT...DATE September 2017 3. REPORT TYPE AND DATES COVERED Master’s thesis 4. TITLE AND SUBTITLE SYMMETRIC LINK KEY MANAGEMENT FOR SECURE NEIGHBOR

  7. Distance-Based Behaviors for Low-Complexity Control in Multiagent Robotics

    Science.gov (United States)

    Pierpaoli, Pietro

    Several biological examples show that living organisms cooperate to collectively accomplish tasks impossible for single individuals. More importantly, this coordination is often achieved with a very limited set of information. Inspired by these observations, research on autonomous systems has focused on the development of distributed control techniques for control and guidance of groups of autonomous mobile agents, or robots. From an engineering perspective, when coordination and cooperation is sought in large ensembles of robotic vehicles, a reduction in hardware and algorithms' complexity becomes mandatory from the very early stages of the project design. The research for solutions capable of lowering power consumption, cost and increasing reliability are thus worth investigating. In this work, we studied low-complexity techniques to achieve cohesion and control on swarms of autonomous robots. Starting from an inspiring example with two-agents, we introduced effects of neighbors' relative positions on control of an autonomous agent. The extension of this intuition addressed the control of large ensembles of autonomous vehicles, and was applied in the form of a herding-like technique. To this end, a low-complexity distance-based aggregation protocol was defined. We first showed that our protocol produced a cohesion aggregation among the agent while avoiding inter-agent collisions. Then, a feedback leader-follower architecture was introduced for the control of the swarm. We also described how proximity measures and probability of collisions with neighbors can also be used as source of information in highly populated environments.

  8. ANN-Benchmarks: A Benchmarking Tool for Approximate Nearest Neighbor Algorithms

    DEFF Research Database (Denmark)

    Aumüller, Martin; Bernhardsson, Erik; Faithfull, Alexander

    2017-01-01

    This paper describes ANN-Benchmarks, a tool for evaluating the performance of in-memory approximate nearest neighbor algorithms. It provides a standard interface for measuring the performance and quality achieved by nearest neighbor algorithms on different standard data sets. It supports several...... visualise these as images, Open image in new window plots, and websites with interactive plots. ANN-Benchmarks aims to provide a constantly updated overview of the current state of the art of k-NN algorithms. In the short term, this overview allows users to choose the correct k-NN algorithm and parameters...... for their similarity search task; in the longer term, algorithm designers will be able to use this overview to test and refine automatic parameter tuning. The paper gives an overview of the system, evaluates the results of the benchmark, and points out directions for future work. Interestingly, very different...

  9. What Will the Neighbors Think? Building Large-Scale Science Projects Around the World

    International Nuclear Information System (INIS)

    Jones, Craig; Mrotzek, Christian; Toge, Nobu; Sarno, Doug

    2007-01-01

    Public participation is an essential ingredient for turning the International Linear Collider into a reality. Wherever the proposed particle accelerator is sited in the world, its neighbors -- in any country -- will have something to say about hosting a 35-kilometer-long collider in their backyards. When it comes to building large-scale physics projects, almost every laboratory has a story to tell. Three case studies from Japan, Germany and the US will be presented to examine how community relations are handled in different parts of the world. How do particle physics laboratories interact with their local communities? How do neighbors react to building large-scale projects in each region? How can the lessons learned from past experiences help in building the next big project? These and other questions will be discussed to engage the audience in an active dialogue about how a large-scale project like the ILC can be a good neighbor.

  10. Creation of an Accurate Algorithm to Detect Snellen Best Documented Visual Acuity from Ophthalmology Electronic Health Record Notes.

    Science.gov (United States)

    Mbagwu, Michael; French, Dustin D; Gill, Manjot; Mitchell, Christopher; Jackson, Kathryn; Kho, Abel; Bryar, Paul J

    2016-05-04

    Visual acuity is the primary measure used in ophthalmology to determine how well a patient can see. Visual acuity for a single eye may be recorded in multiple ways for a single patient visit (eg, Snellen vs. Jäger units vs. font print size), and be recorded for either distance or near vision. Capturing the best documented visual acuity (BDVA) of each eye in an individual patient visit is an important step for making electronic ophthalmology clinical notes useful in research. Currently, there is limited methodology for capturing BDVA in an efficient and accurate manner from electronic health record (EHR) notes. We developed an algorithm to detect BDVA for right and left eyes from defined fields within electronic ophthalmology clinical notes. We designed an algorithm to detect the BDVA from defined fields within 295,218 ophthalmology clinical notes with visual acuity data present. About 5668 unique responses were identified and an algorithm was developed to map all of the unique responses to a structured list of Snellen visual acuities. Visual acuity was captured from a total of 295,218 ophthalmology clinical notes during the study dates. The algorithm identified all visual acuities in the defined visual acuity section for each eye and returned a single BDVA for each eye. A clinician chart review of 100 random patient notes showed a 99% accuracy detecting BDVA from these records and 1% observed error. Our algorithm successfully captures best documented Snellen distance visual acuity from ophthalmology clinical notes and transforms a variety of inputs into a structured Snellen equivalent list. Our work, to the best of our knowledge, represents the first attempt at capturing visual acuity accurately from large numbers of electronic ophthalmology notes. Use of this algorithm can benefit research groups interested in assessing visual acuity for patient centered outcome. All codes used for this study are currently available, and will be made available online at https://phekb.org.

  11. Evaluation of the suitability of free-energy minimization using nearest-neighbor energy parameters for RNA secondary structure prediction

    Directory of Open Access Journals (Sweden)

    Cobaugh Christian W

    2004-08-01

    Full Text Available Abstract Background A detailed understanding of an RNA's correct secondary and tertiary structure is crucial to understanding its function and mechanism in the cell. Free energy minimization with energy parameters based on the nearest-neighbor model and comparative analysis are the primary methods for predicting an RNA's secondary structure from its sequence. Version 3.1 of Mfold has been available since 1999. This version contains an expanded sequence dependence of energy parameters and the ability to incorporate coaxial stacking into free energy calculations. We test Mfold 3.1 by performing the largest and most phylogenetically diverse comparison of rRNA and tRNA structures predicted by comparative analysis and Mfold, and we use the results of our tests on 16S and 23S rRNA sequences to assess the improvement between Mfold 2.3 and Mfold 3.1. Results The average prediction accuracy for a 16S or 23S rRNA sequence with Mfold 3.1 is 41%, while the prediction accuracies for the majority of 16S and 23S rRNA structures tested are between 20% and 60%, with some having less than 20% prediction accuracy. The average prediction accuracy was 71% for 5S rRNA and 69% for tRNA. The majority of the 5S rRNA and tRNA sequences have prediction accuracies greater than 60%. The prediction accuracy of 16S rRNA base-pairs decreases exponentially as the number of nucleotides intervening between the 5' and 3' halves of the base-pair increases. Conclusion Our analysis indicates that the current set of nearest-neighbor energy parameters in conjunction with the Mfold folding algorithm are unable to consistently and reliably predict an RNA's correct secondary structure. For 16S or 23S rRNA structure prediction, Mfold 3.1 offers little improvement over Mfold 2.3. However, the nearest-neighbor energy parameters do work well for shorter RNA sequences such as tRNA or 5S rRNA, or for larger rRNAs when the contact distance between the base-pairs is less than 100 nucleotides.

  12. Optimizing Neighbor Discovery for Ad hoc Networks based on the Bluetooth PAN Profile

    DEFF Research Database (Denmark)

    Kuijpers, Gerben; Nielsen, Thomas Toftegaard; Prasad, Ramjee

    2002-01-01

    IP layer neighbor discovery mechanisms rely highly on broadcast/multicast capabilities of the underlying link layer. The Bluetooth personal area network (PAN) profile has no native link layer broadcast/multicast capabilities and can only emulate this by repeatedly unicast link layer frames....... This paper introduces a neighbor discovery mechanism that utilizes the resources in the Bluetooth PAN profile more efficient. The performance of the new mechanism is investigated using a IPv6 network simulator and compared with emulated broadcasting. It is shown that the signaling overhead can...

  13. CATEGORIZATION OF GELAM, ACACIA AND TUALANG HONEY ODORPROFILE USING K-NEAREST NEIGHBORS

    Directory of Open Access Journals (Sweden)

    Nurdiyana Zahed

    2018-02-01

    Full Text Available Honey authenticity refer to honey types is of great importance issue and interest in agriculture. In current research, several documents of specific types of honey have their own usage in medical field. However, it is quite challenging task to classify different types of honey by simply using our naked eye. This work demostrated a successful an electronic nose (E-nose application as an instrument for identifying odor profile pattern of three common honey in Malaysia (Gelam, Acacia and Tualang honey. The applied E-nose has produced signal for odor measurement in form of numeric resistance (Ω. The data reading have been pre-processed using normalization technique for standardized scale of unique features. Mean features is extracted and boxplot used as the statistical tool to present the data pattern according to three types of honey. Mean features that have been extracted were employed into K-Nearest Neighbors classifier as an input features and evaluated using several splitting ratio. Excellent results were obtained by showing 100% rate of accuracy, sensitivity and specificity of classification from KNN using weigh (k=1, ratio 90:10 and Euclidean distance. The findings confirmed the ability of KNN classifier as intelligent classification to classify different honey types from E-nose calibration. Outperform of other classifier, KNN required less parameter optimization and achieved promising result.

  14. A Local Weighted Nearest Neighbor Algorithm and a Weighted and Constrained Least-Squared Method for Mixed Odor Analysis by Electronic Nose Systems

    Directory of Open Access Journals (Sweden)

    Jyuo-Min Shyu

    2010-11-01

    Full Text Available A great deal of work has been done to develop techniques for odor analysis by electronic nose systems. These analyses mostly focus on identifying a particular odor by comparing with a known odor dataset. However, in many situations, it would be more practical if each individual odorant could be determined directly. This paper proposes two methods for such odor components analysis for electronic nose systems. First, a K-nearest neighbor (KNN-based local weighted nearest neighbor (LWNN algorithm is proposed to determine the components of an odor. According to the component analysis, the odor training data is firstly categorized into several groups, each of which is represented by its centroid. The examined odor is then classified as the class of the nearest centroid. The distance between the examined odor and the centroid is calculated based on a weighting scheme, which captures the local structure of each predefined group. To further determine the concentration of each component, odor models are built by regressions. Then, a weighted and constrained least-squares (WCLS method is proposed to estimate the component concentrations. Experiments were carried out to assess the effectiveness of the proposed methods. The LWNN algorithm is able to classify mixed odors with different mixing ratios, while the WCLS method can provide good estimates on component concentrations.

  15. Decoding linear error-correcting codes up to half the minimum distance with Gröbner bases

    NARCIS (Netherlands)

    Bulygin, S.; Pellikaan, G.R.; Sala, M.; Mora, T.; Perret, L.; Sakata, S.; Traverso, C.

    2009-01-01

    In this short note we show how one can decode linear error-correcting codes up to half the minimum distance via solving a system of polynomial equations over a finite field. We also explicitly present the reduced Gröbner basis for the system considered.

  16. Integration and analysis of neighbor discovery and link quality estimation in wireless sensor networks.

    Science.gov (United States)

    Radi, Marjan; Dezfouli, Behnam; Abu Bakar, Kamalrulnizam; Abd Razak, Shukor

    2014-01-01

    Network connectivity and link quality information are the fundamental requirements of wireless sensor network protocols to perform their desired functionality. Most of the existing discovery protocols have only focused on the neighbor discovery problem, while a few number of them provide an integrated neighbor search and link estimation. As these protocols require a careful parameter adjustment before network deployment, they cannot provide scalable and accurate network initialization in large-scale dense wireless sensor networks with random topology. Furthermore, performance of these protocols has not entirely been evaluated yet. In this paper, we perform a comprehensive simulation study on the efficiency of employing adaptive protocols compared to the existing nonadaptive protocols for initializing sensor networks with random topology. In this regard, we propose adaptive network initialization protocols which integrate the initial neighbor discovery with link quality estimation process to initialize large-scale dense wireless sensor networks without requiring any parameter adjustment before network deployment. To the best of our knowledge, this work is the first attempt to provide a detailed simulation study on the performance of integrated neighbor discovery and link quality estimation protocols for initializing sensor networks. This study can help system designers to determine the most appropriate approach for different applications.

  17. Integration and Analysis of Neighbor Discovery and Link Quality Estimation in Wireless Sensor Networks

    Directory of Open Access Journals (Sweden)

    Marjan Radi

    2014-01-01

    Full Text Available Network connectivity and link quality information are the fundamental requirements of wireless sensor network protocols to perform their desired functionality. Most of the existing discovery protocols have only focused on the neighbor discovery problem, while a few number of them provide an integrated neighbor search and link estimation. As these protocols require a careful parameter adjustment before network deployment, they cannot provide scalable and accurate network initialization in large-scale dense wireless sensor networks with random topology. Furthermore, performance of these protocols has not entirely been evaluated yet. In this paper, we perform a comprehensive simulation study on the efficiency of employing adaptive protocols compared to the existing nonadaptive protocols for initializing sensor networks with random topology. In this regard, we propose adaptive network initialization protocols which integrate the initial neighbor discovery with link quality estimation process to initialize large-scale dense wireless sensor networks without requiring any parameter adjustment before network deployment. To the best of our knowledge, this work is the first attempt to provide a detailed simulation study on the performance of integrated neighbor discovery and link quality estimation protocols for initializing sensor networks. This study can help system designers to determine the most appropriate approach for different applications.

  18. Transfer-Efficient Face Routing Using the Planar Graphs of Neighbors in High Density WSNs

    Directory of Open Access Journals (Sweden)

    Eun-Seok Cho

    2017-10-01

    Full Text Available Face routing has been adopted in wireless sensor networks (WSNs where topological changes occur frequently or maintaining full network information is difficult. For message forwarding in networks, a planar graph is used to prevent looping, and because long edges are removed by planarization and the resulting planar graph is composed of short edges, and messages are forwarded along multiple nodes connected by them even though they can be forwarded directly. To solve this, face routing using information on all nodes within 2-hop range was adopted to forward messages directly to the farthest node within radio range. However, as the density of the nodes increases, network performance plunges because message transfer nodes receive and process increased node information. To deal with this problem, we propose a new face routing using the planar graphs of neighboring nodes to improve transfer efficiency. It forwards a message directly to the farthest neighbor and reduces loads and processing time by distributing network graph construction and planarization to the neighbors. It also decreases the amount of location information to be transmitted by sending information on the planar graph nodes rather than on all neighboring nodes. Simulation results show that it significantly improves transfer efficiency.

  19. A Markov chain Monte Carlo Expectation Maximization Algorithm for Statistical Analysis of DNA Sequence Evolution with Neighbor-Dependent Substitution Rates

    DEFF Research Database (Denmark)

    Hobolth, Asger

    2008-01-01

    The evolution of DNA sequences can be described by discrete state continuous time Markov processes on a phylogenetic tree. We consider neighbor-dependent evolutionary models where the instantaneous rate of substitution at a site depends on the states of the neighboring sites. Neighbor...

  20. Navigating Distance and Traditional Higher Education: Online faculty experiences

    Directory of Open Access Journals (Sweden)

    Alice G. Yick

    2005-07-01

    Full Text Available The academic culture of higher educational institutions is characterized by specific pedagogical philosophies, assumptions about rewards and incentives, and values about how teaching is delivered. In many academic settings, however, the field of distance education has been viewed as holding marginal status. Consequently, the goal of this qualitative study was to explore faculty members’ experiences in a distance education, online university while simultaneously navigating within a traditional environment of higher education. A total of 28 faculty members participated in a threaded, asynchronous discussion board that resembled a focus group. Participants discussed perceptions about online teaching, working in an institution without a traditional tenure system, and the role of research in distance education. Findings indicated that online teaching is still regarded as less credible; however, participants also noted how this perception is gradually changing. Several benchmarks of legitimacy were identified for online universities to adopt in order to be viewed as credible. The issue of tenure still remains highly debated, although some faculty felt that tenure will be less crucial in the future. Finally, recommendations regarding attitudinal shifts within academic circles are described with particular attention to professional practice, program development, and policy decision-making in academia.

  1. 75 FR 62412 - Notice of Proposed Information Collection: Comment Request; HUD-Owned Real Estate-Good Neighbor...

    Science.gov (United States)

    2010-10-08

    ... DEPARTMENT OF HOUSING AND URBAN DEVELOPMENT [Docket No. FR-5380-N-36] Notice of Proposed Information Collection: Comment Request; HUD- Owned Real Estate-Good Neighbor Next Door Program AGENCY: Office... information: Title of Proposal: HUD-Owned Real Estate-Good Neighbor Next Door Program. OMB Control Number, if...

  2. Local and neighboring patch conditions alter sex-specific movement in banana weevils.

    Science.gov (United States)

    Carval, Dominique; Perrin, Benjamin; Duyck, Pierre-François; Tixier, Philippe

    2015-12-01

    Understanding the mechanisms underlying the movements and spread of a species over time and space is a major concern of ecology. Here, we assessed the effects of an individual's sex and the density and sex ratio of conspecifics in the local and neighboring environment on the movement probability of the banana weevil, Cosmopolites sordidus. In a "two patches" experiment, we used radiofrequency identification tags to study the C. sordidus movement response to patch conditions. We showed that local and neighboring densities of conspecifics affect the movement rates of individuals but that the density-dependent effect can be either positive or negative depending on the relative densities of conspecifics in local and neighboring patches. We demonstrated that sex ratio also influences the movement of C. sordidus, that is, the weevil exhibits nonfixed sex-biased movement strategies. Sex-biased movement may be the consequence of intrasexual competition for resources (i.e., oviposition sites) in females and for mates in males. We also detected a high individual variability in the propensity to move. Finally, we discuss the role of demographic stochasticity, sex-biased movement, and individual heterogeneity in movement on the colonization process.

  3. Impact of Training Bolivian Farmers on Integrated Pest Management and Diffusion of Knowledge to Neighboring Farmers.

    Science.gov (United States)

    Jørs, Erik; Konradsen, Flemming; Huici, Omar; Morant, Rafael C; Volk, Julie; Lander, Flemming

    2016-01-01

    Teaching farmers integrated pest management (IPM) in farmer field schools (FFS) has led to reduced pesticide use and safer handling. This article evaluates the long-term impact of training farmers on IPM and the diffusion of knowledge from trained farmers to neighboring farmers, a subject of importance to justify training costs and to promote a healthy and sustainable agriculture. Training on IPM of farmers took place from 2002 to 2004 in their villages in La Paz County, Bolivia, whereas dissemination of knowledge from trained farmer to neighboring farmer took place until 2009. To evaluate the impact of the intervention, self-reported knowledge and practice on pesticide handling and IPM among trained farmers (n = 23) and their neighboring farmers (n = 47) were analyzed in a follow-up study and compared in a cross-sectional analysis with a control group of farmers (n = 138) introduced in 2009. Variables were analyzed using χ2 test and analysis of variance (ANOVA). Trained farmers improved and performed significantly better in all tested variables than their neighboring farmers, although the latter also improved their performance from 2002 to 2009. Including a control group showed an increasing trend in all variables, with the control farmers having the poorest performance and trained farmers the best. The same was seen in an aggregated variable where trained farmers had a mean score of 16.55 (95% confidence interval [CI]: 15.45-17.65), neighboring farmers a mean score of 11.97 (95% CI: 10.56-13.38), and control farmers a mean score of 9.18 (95% CI: 8.55-9.80). Controlling for age and living altitude did not change these results. Trained farmers and their neighboring farmers improved and maintained knowledge and practice on IPM and pesticide handling. Diffusion of knowledge from trained farmers might explain the better performance of the neighboring farmers compared with the control farmers. Dissemination of knowledge can contribute to justify the cost and convince

  4. Cryptosporidiosis in Saudi Arabia and neighboring countries

    International Nuclear Information System (INIS)

    Areeshi, Mohammed Y.; Hart, C.A.; Beeching, N.J.

    2007-01-01

    Cryptosporidium is a coccidian protozoan parasite of the intestinal tract that causes severe and sometimes fatal watery diarrhea in immunocompromised patients and self-limiting but prolonged diarrheal disease in immunocompetent individuals. It exists naturally in animals and can be zoonotic. Although cryptosporidiosis is a significant cause of diarrheal disease in both developing and developed countries, it is more prevalent in developing countries and in tropical environments. We examined the epidemiology and disease burden of Cryptosporidium in Saudi Arabia and neighboring countries by reviewing 23 published studies of Cryptosporidium and etiology of diarrhea in between 1986 and 2006. The prevalence of Cryptosporidium infection in human's ranged from 1% to 37% with a median of 4%, while in animals it was for different species of animals and geographic locations of the studies. Most cases of cryptosporidiosis occurred among children less than 7 years of age and particularly in the first two years of life. The seasonality of Cryptosporidium varied depending on the geographic locations of the studies but it generally most prevalent in the rainy season. The most commonly identified species was Cryptosporidium parvum while C.hominis was detected only in one study from Kuwait. The cumulative experience from Saudi Arabia and four neighboring countries (Kuwait, Oman, Jordan and Iraq) suggest that Cryptosporidium is an important cause of diarrhea in human and cattle. However, the findings of this review also demonstrate the limitations of the available data regarding Cryptosporidium species and strains in circulation in these countries. (author)

  5. Effect of Floquet engineering on the p-wave superconductor with second-neighbor couplings

    Science.gov (United States)

    Li, X. P.; Li, C. F.; Wang, L. C.; Zhou, L.

    2018-06-01

    The influence of the Floquet engineering on a particular one-dimensional p-wave superconductor, Kitaev model, with second-neighbor couplings is investigated in this paper. The effective Hamiltonians in the rotated reference frames have been obtained, and the convergent regions of the approximated Hamiltonian as well as the topological phase diagrams have been analyzed and discussed. We show that by modulating the external driving field amplitude, frequency as well as the second-neighbor hopping amplitude, the rich phase diagrams and transitions between different topological phases can be obtained.

  6. Quality Assurance of Distance Education: Multiple Assessment Measures Used in a Business, Career, and Technical Education Department

    Directory of Open Access Journals (Sweden)

    Dr. Elizabeth HODGE

    2004-04-01

    Full Text Available Quality Assurance of Distance Education: Multiple Assessment Measures Used in a Business, Career, and Technical Education Department Assistant Professor Dr. Shelia TUCKER East Carolina University, Greenville, NC, USA Assistant Professor Dr. Elizabeth HODGE East Carolina University, Greenville, NC, USA ABSTRACT Educational institutions are being encouraged by accrediting agencies to move beyond the traditional measures of success such as satisfaction surveys from students, employers, and alumni. They stress the use of a variety of measurement tools to audit students’ work. Thus, this study will seek to identify multiple assessment strategies that can be used to evaluate the effectiveness of distance education courses within an entire degree program. Comparisons of three courses being taught simultaneously on line and in the classroom were made. There were no significant differences noted in student outcomes assessments. Additionally, the same assessment measures used for SACS for the traditional classroom were equated with the distance education classes for those in the field of Family and Consumer Sciences, Business Education, the BE/ME program, the MAEd program in Technical teaching, and Information Technologies. No significant differences were noted in student outcomes assessments.

  7. Neighborhood environments and its influence on physical activity in Olomouc and neighboring villages

    Directory of Open Access Journals (Sweden)

    Michal Kohout

    2014-03-01

    Full Text Available BACKGROUND: Modern society with development of new technologies greatly facilitates the activities of daily life and thus substantially eliminates human motion. This fact, together with a sedentary behavior is associated with considerable health risks, such as obesity, diabetes mellitus (type II, hypertension etc. A large part of the population is not aware of the negative consequences of physical inactivity, which may cause serious health problems. And this circumstance should be the main motivational factor to change lifestyle, including the environment. AIM: This study examines differences in the structure of physical activity in adults in Olomouc and neighboring villages within 15 km distance around Olomouc. The main objective was to determine how neighborhood environments affect physical activity of selected population groups. METHODS: All respondents were visited in person by authors and asked to participate in a research study using a Czech version of the questionnaire ANEWS. Data collection was carried out in May and June 2012 and data were obtained from 43 respondents aged 24-61 living in Olomouc and neighboring. RESULTS: The results showed that residents of urban areas are more physically active than nonurban residents. In the active area residents with higher walkability were associated with higher physical activity in urban residents, while the rural residents indicated higher physical activity in lower walkability areas. We found a significant difference in energy expenditure among respondents living in areas with higher and lower walkability in favor of the more walkable areas [H (1, 43 = 26.184, p ≤ .000]. CONCLUSIONS: Highest levels of physical activity represent men living in single-family houses and women living in multiple family houses. Participating respondents most frequently engaged in moderate physical activities. They spent more time sitting during work than sitting outside the workplace. Most frequently used

  8. Raman scattering mediated by neighboring molecules

    Science.gov (United States)

    Williams, Mathew D.; Bradshaw, David S.; Andrews, David L.

    2016-05-01

    Raman scattering is most commonly associated with a change in vibrational state within individual molecules, the corresponding frequency shift in the scattered light affording a key way of identifying material structures. In theories where both matter and light are treated quantum mechanically, the fundamental scattering process is represented as the concurrent annihilation of a photon from one radiation mode and creation of another in a different mode. Developing this quantum electrodynamical formulation, the focus of the present work is on the spectroscopic consequences of electrodynamic coupling between neighboring molecules or other kinds of optical center. To encompass these nanoscale interactions, through which the molecular states evolve under the dual influence of the input light and local fields, this work identifies and determines two major mechanisms for each of which different selection rules apply. The constituent optical centers are considered to be chemically different and held in a fixed orientation with respect to each other, either as two components of a larger molecule or a molecular assembly that can undergo free rotation in a fluid medium or as parts of a larger, solid material. The two centers are considered to be separated beyond wavefunction overlap but close enough together to fall within an optical near-field limit, which leads to high inverse power dependences on their local separation. In this investigation, individual centers undergo a Stokes transition, whilst each neighbor of a different species remains in its original electronic and vibrational state. Analogous principles are applicable for the anti-Stokes case. The analysis concludes by considering the experimental consequences of applying this spectroscopic interpretation to fluid media; explicitly, the selection rules and the impact of pressure on the radiant intensity of this process.

  9. Raman scattering mediated by neighboring molecules

    Energy Technology Data Exchange (ETDEWEB)

    Williams, Mathew D.; Bradshaw, David S.; Andrews, David L., E-mail: david.andrews@physics.org [School of Chemistry, University of East Anglia, Norwich NR4 7TJ (United Kingdom)

    2016-05-07

    Raman scattering is most commonly associated with a change in vibrational state within individual molecules, the corresponding frequency shift in the scattered light affording a key way of identifying material structures. In theories where both matter and light are treated quantum mechanically, the fundamental scattering process is represented as the concurrent annihilation of a photon from one radiation mode and creation of another in a different mode. Developing this quantum electrodynamical formulation, the focus of the present work is on the spectroscopic consequences of electrodynamic coupling between neighboring molecules or other kinds of optical center. To encompass these nanoscale interactions, through which the molecular states evolve under the dual influence of the input light and local fields, this work identifies and determines two major mechanisms for each of which different selection rules apply. The constituent optical centers are considered to be chemically different and held in a fixed orientation with respect to each other, either as two components of a larger molecule or a molecular assembly that can undergo free rotation in a fluid medium or as parts of a larger, solid material. The two centers are considered to be separated beyond wavefunction overlap but close enough together to fall within an optical near-field limit, which leads to high inverse power dependences on their local separation. In this investigation, individual centers undergo a Stokes transition, whilst each neighbor of a different species remains in its original electronic and vibrational state. Analogous principles are applicable for the anti-Stokes case. The analysis concludes by considering the experimental consequences of applying this spectroscopic interpretation to fluid media; explicitly, the selection rules and the impact of pressure on the radiant intensity of this process.

  10. Detecting PM2.5's Correlations between Neighboring Cities Using a Time-Lagged Cross-Correlation Coefficient.

    Science.gov (United States)

    Wang, Fang; Wang, Lin; Chen, Yuming

    2017-08-31

    In order to investigate the time-dependent cross-correlations of fine particulate (PM2.5) series among neighboring cities in Northern China, in this paper, we propose a new cross-correlation coefficient, the time-lagged q-L dependent height crosscorrelation coefficient (denoted by p q (τ, L)), which incorporates the time-lag factor and the fluctuation amplitude information into the analogous height cross-correlation analysis coefficient. Numerical tests are performed to illustrate that the newly proposed coefficient ρ q (τ, L) can be used to detect cross-correlations between two series with time lags and to identify different range of fluctuations at which two series possess cross-correlations. Applying the new coefficient to analyze the time-dependent cross-correlations of PM2.5 series between Beijing and the three neighboring cities of Tianjin, Zhangjiakou, and Baoding, we find that time lags between the PM2.5 series with larger fluctuations are longer than those between PM2.5 series withsmaller fluctuations. Our analysis also shows that cross-correlations between the PM2.5 series of two neighboring cities are significant and the time lags between two PM2.5 series of neighboring cities are significantly non-zero. These findings providenew scientific support on the view that air pollution in neighboring cities can affect one another not simultaneously but with a time lag.

  11. Silicon quantum processor with robust long-distance qubit couplings

    Energy Technology Data Exchange (ETDEWEB)

    Tosi, Guilherme; Mohiyaddin, Fahd A.; Schmitt, Vivien; Tenberg, Stefanie; Rahman, Rajib; Klimeck, Gerhard; Morello, Andrea

    2017-09-06

    Practical quantum computers require a large network of highly coherent qubits, interconnected in a design robust against errors. Donor spins in silicon provide state-of-the-art coherence and quantum gate fidelities, in a platform adapted from industrial semiconductor processing. Here we present a scalable design for a silicon quantum processor that does not require precise donor placement and leaves ample space for the routing of interconnects and readout devices. We introduce the flip-flop qubit, a combination of the electron-nuclear spin states of a phosphorus donor that can be controlled by microwave electric fields. Two-qubit gates exploit a second-order electric dipole-dipole interaction, allowing selective coupling beyond the nearest-neighbor, at separations of hundreds of nanometers, while microwave resonators can extend the entanglement to macroscopic distances. We predict gate fidelities within fault-tolerance thresholds using realistic noise models. This design provides a realizable blueprint for scalable spin-based quantum computers in silicon.

  12. Note Taking on Trial: A Legal Application of Note-Taking Research

    Science.gov (United States)

    Kiewra, Kenneth A.

    2016-01-01

    This article is about note taking, but it is not an exhaustive review of note-taking literature. Instead, it portrays the application of note-taking research to an unusual and important area of practice--the law. I was hired to serve as an expert witness on note taking in a legal case that hinged, in part, on the completeness and accuracy of…

  13. Social dilemma alleviated by sharing the gains with immediate neighbors

    Science.gov (United States)

    Wu, Zhi-Xi; Yang, Han-Xin

    2014-01-01

    We study the evolution of cooperation in the evolutionary spatial prisoner's dilemma game (PDG) and snowdrift game (SG), within which a fraction α of the payoffs of each player gained from direct game interactions is shared equally by the immediate neighbors. The magnitude of the parameter α therefore characterizes the degree of the relatedness among the neighboring players. By means of extensive Monte Carlo simulations as well as an extended mean-field approximation method, we trace the frequency of cooperation in the stationary state. We find that plugging into relatedness can significantly promote the evolution of cooperation in the context of both studied games. Unexpectedly, cooperation can be more readily established in the spatial PDG than that in the spatial SG, given that the degree of relatedness and the cost-to-benefit ratio of mutual cooperation are properly formulated. The relevance of our model with the stakeholder theory is also briefly discussed.

  14. Electronic transport of molecular nanowires by considering of electron hopping energy between the second neighbors

    Directory of Open Access Journals (Sweden)

    H Rabani

    2015-07-01

    Full Text Available In this paper, we study the electronic conductance of molecular nanowires by considering the electron hopping between the first and second neighbors with the help Green’s function method at the tight-binding approach. We investigate three types of structures including linear uniform and periodic chains as well as poly(p-phenylene molecule which are embedded between two semi-infinite metallic leads. The results show that in the second neighbor approximation, the resonance, anti-resonance and Fano phenomena occur in the conductance spectra of these structures. Moreover, a new gap is observed at edge of the lead energy band wich its width depends on the value of the electron hopping energy between the second neighbors. In the systems including intrinsic gap, this hopping energy shifts the gap in the energy spectra.

  15. Multi-strategy based quantum cost reduction of linear nearest-neighbor quantum circuit

    Science.gov (United States)

    Tan, Ying-ying; Cheng, Xue-yun; Guan, Zhi-jin; Liu, Yang; Ma, Haiying

    2018-03-01

    With the development of reversible and quantum computing, study of reversible and quantum circuits has also developed rapidly. Due to physical constraints, most quantum circuits require quantum gates to interact on adjacent quantum bits. However, many existing quantum circuits nearest-neighbor have large quantum cost. Therefore, how to effectively reduce quantum cost is becoming a popular research topic. In this paper, we proposed multiple optimization strategies to reduce the quantum cost of the circuit, that is, we reduce quantum cost from MCT gates decomposition, nearest neighbor and circuit simplification, respectively. The experimental results show that the proposed strategies can effectively reduce the quantum cost, and the maximum optimization rate is 30.61% compared to the corresponding results.

  16. A Markov chain Monte Carlo Expectation Maximization Algorithm for Statistical Analysis of DNA Sequence Evolution with Neighbor-Dependent Substitution Rates

    DEFF Research Database (Denmark)

    Hobolth, Asger

    2008-01-01

    -dimensional integrals required in the EM algorithm are estimated using MCMC sampling. The MCMC sampler requires simulation of sample paths from a continuous time Markov process, conditional on the beginning and ending states and the paths of the neighboring sites. An exact path sampling algorithm is developed......The evolution of DNA sequences can be described by discrete state continuous time Markov processes on a phylogenetic tree. We consider neighbor-dependent evolutionary models where the instantaneous rate of substitution at a site depends on the states of the neighboring sites. Neighbor......-dependent substitution models are analytically intractable and must be analyzed using either approximate or simulation-based methods. We describe statistical inference of neighbor-dependent models using a Markov chain Monte Carlo expectation maximization (MCMC-EM) algorithm. In the MCMC-EM algorithm, the high...

  17. Thermodynamic systematics of oxides of americium, curium, and neighboring elements

    International Nuclear Information System (INIS)

    Morss, L.R.

    1984-01-01

    Recently-obtained calorimetric data on the sesquioxides and dioxides of americium and curium are summarized. These data are combined with other properties of the actinide elements to elucidate the stability relationships among these oxides and to predict the behavior of neighboring actinide oxides. 45 references, 4 figures, 5 tables

  18. A Hybrid Instance Selection Using Nearest-Neighbor for Cross-Project Defect Prediction

    Institute of Scientific and Technical Information of China (English)

    Duksan Ryu; Jong-In Jang; Jongmoon Baik; Member; ACM; IEEE

    2015-01-01

    Software defect prediction (SDP) is an active research field in software engineering to identify defect-prone modules. Thanks to SDP, limited testing resources can be effectively allocated to defect-prone modules. Although SDP requires suffcient local data within a company, there are cases where local data are not available, e.g., pilot projects. Companies without local data can employ cross-project defect prediction (CPDP) using external data to build classifiers. The major challenge of CPDP is different distributions between training and test data. To tackle this, instances of source data similar to target data are selected to build classifiers. Software datasets have a class imbalance problem meaning the ratio of defective class to clean class is far low. It usually lowers the performance of classifiers. We propose a Hybrid Instance Selection Using Nearest-Neighbor (HISNN) method that performs a hybrid classification selectively learning local knowledge (via k-nearest neighbor) and global knowledge (via na¨ıve Bayes). Instances having strong local knowledge are identified via nearest-neighbors with the same class label. Previous studies showed low PD (probability of detection) or high PF (probability of false alarm) which is impractical to use. The experimental results show that HISNN produces high overall performance as well as high PD and low PF.

  19. Sequence correction of random coil chemical shifts: correlation between neighbor correction factors and changes in the Ramachandran distribution

    DEFF Research Database (Denmark)

    Kjærgaard, Magnus; Poulsen, Flemming Martin

    2011-01-01

    Random coil chemical shifts are necessary for secondary chemical shift analysis, which is the main NMR method for identification of secondary structure in proteins. One of the largest challenges in the determination of random coil chemical shifts is accounting for the effect of neighboring residues....... The contributions from the neighboring residues are typically removed by using neighbor correction factors determined based on each residue's effect on glycine chemical shifts. Due to its unusual conformational freedom, glycine may be particularly unrepresentative for the remaining residue types. In this study, we...... in the conformational ensemble are an important source of neighbor effects in disordered proteins. Glutamine derived random coil chemical shifts and correction factors modestly improve our ability to predict (13)C chemical shifts of intrinsically disordered proteins compared to existing datasets, and may thus improve...

  20. Sistem Rekomendasi Pada E-Commerce Menggunakan K-Nearest Neighbor

    Directory of Open Access Journals (Sweden)

    Chandra Saha Dewa Prasetya

    2017-09-01

    The growing number of product information available on the internet brings challenges to both customer and online businesses in the e-commerce environment. Customer often have difficulty when looking for products on the internet because of the number of products sold on the internet. In addition, online businessman often experience difficulties because they has much data about products, customers and transactions, thus causing online businessman have difficulty to promote the right product to a particular customer target. A recommendation system was developed to address those problem with various methods such as Collaborative Filtering, ContentBased, and Hybrid. Collaborative filtering method uses customer’s rating data, content based using product content such as title or description, and hybrid using both as the basis of the recommendation. In this research, the k-nearest neighbor algorithm is used to determine the top-n product recommendations for each buyer. The result of this research method Content Based outperforms other methods because the sparse data, that is the condition where the number of rating given by the customers is relatively little compared the number of products available in e-commerce. Keywords: recomendation system, k-nearest neighbor, collaborative filtering, content based.

  1. MixedNotes

    DEFF Research Database (Denmark)

    Jokela, Tero; Lucero, Andrés

    2014-01-01

    Affinity Diagramming is a technique to organize and make sense of qualitative data. It is commonly used in Contextual Design and HCI research. However, preparing notes for and building an Affinity Diagram remains a laborious process, with a wide variety of different approaches and practices....... In this paper, we present MixedNotes, a novel technique to prepare physical paper notes for Affinity Diagramming, and a software tool to support this technique. The technique has been tested with large real-life Affinity Diagrams with overall positive results....

  2. Crimean-Congo hemorrhagic fever in Iran and neighboring countries

    DEFF Research Database (Denmark)

    Chinikar, S; Ghiasi, Seyed Mojtaba; Hewson, R

    2010-01-01

    Crimean-Congo hemorrhagic fever (CCHF) is a zoonotic viral disease that is asymptomatic in infected livestock, but a serious threat to humans. Human infections begin with nonspecific febrile symptoms, but progress to a serious hemorrhagic syndrome with a case fatality rate of 2-50%. Although the ...... in Iran and neighboring countries and provide evidence of over 5000 confirmed cases of CCHF in a single period/season....

  3. The surprising power of neighborly advice.

    Science.gov (United States)

    Gilbert, Daniel T; Killingsworth, Matthew A; Eyre, Rebecca N; Wilson, Timothy D

    2009-03-20

    Two experiments revealed that (i) people can more accurately predict their affective reactions to a future event when they know how a neighbor in their social network reacted to the event than when they know about the event itself and (ii) people do not believe this. Undergraduates made more accurate predictions about their affective reactions to a 5-minute speed date (n = 25) and to a peer evaluation (n = 88) when they knew only how another undergraduate had reacted to these events than when they had information about the events themselves. Both participants and independent judges mistakenly believed that predictions based on information about the event would be more accurate than predictions based on information about how another person had reacted to it.

  4. The impact of vacant, tax-delinquent, and foreclosed property on sales prices of neighboring homes

    OpenAIRE

    Stephan Whitaker; Thomas J. Fitzpatrick

    2012-01-01

    In this empirical analysis, we estimate the impact of vacancy, neglect associated with property-tax delinquency, and foreclosures on the value of neighboring homes using parcel-level observations. Numerous studies have estimated the impact of foreclosures on neighboring properties, and these papers theorize that the foreclosure impact works partially through creating vacant and neglected homes. To our knowledge, this is only the second attempt to estimate the impact of vacancy itself and the ...

  5. Revising Lecture Notes: How Revision, Pauses, and Partners Affect Note Taking and Achievement

    Science.gov (United States)

    Luo, Linlin; Kiewra, Kenneth A.; Samuelson, Lydia

    2016-01-01

    Note taking has been categorized as a two-stage process: the recording of notes and the review of notes. We contend that note taking might best involve a three-stage process where the missing stage is revision. This study investigated the benefits of revising lecture notes and addressed two questions: First, is revision more effective than…

  6. Foraging behavior of bee pollinators on the tropical weed Triumfetta semitriloba: flight distance and directionality.

    Science.gov (United States)

    Collevatti, R G; Schoereder, J H; Campos, L A

    2000-02-01

    We studied flight distance and directionality of bee pollinators on the tropical shrub weed Triumfetta semitriloba Jacq. (Tiliaceae), addressing (1) within- and between-plant movement pattern; (2) distances flown between plants; (3) flight directionality. Flowering plants were distributed in well-delimited clumps, in each of two pasture areas (A1 and A2) and one area of forest gap (A3), in Viçosa, southeastern Brazil. Five solitary bee species, Augochlorella michaelis, Augochloropsis cupreola, Pseudocentron paulistana, Ceratinula sp., Melissodes sexcincta, and two social bee, Plebeia droryana, P. cf. nigriceps were observed. All species moved mainly to the nearest flower on the same individual plant and, in between-plant movements, to the first or second nearest neighbor. All species moved non-randomly, presenting a flight directionality in departures (maintenance of flight direction), but with a high frequency of turn angles. It is suggested that this foraging behavior pattern occurred because of the resource quantity and quality (pollen or nectar), and environmental characteristics such as flower density and resource distribution.

  7. Resampling nucleotide sequences with closest-neighbor trimming and its comparison to other methods.

    Directory of Open Access Journals (Sweden)

    Kouki Yonezawa

    Full Text Available A large number of nucleotide sequences of various pathogens are available in public databases. The growth of the datasets has resulted in an enormous increase in computational costs. Moreover, due to differences in surveillance activities, the number of sequences found in databases varies from one country to another and from year to year. Therefore, it is important to study resampling methods to reduce the sampling bias. A novel algorithm-called the closest-neighbor trimming method-that resamples a given number of sequences from a large nucleotide sequence dataset was proposed. The performance of the proposed algorithm was compared with other algorithms by using the nucleotide sequences of human H3N2 influenza viruses. We compared the closest-neighbor trimming method with the naive hierarchical clustering algorithm and [Formula: see text]-medoids clustering algorithm. Genetic information accumulated in public databases contains sampling bias. The closest-neighbor trimming method can thin out densely sampled sequences from a given dataset. Since nucleotide sequences are among the most widely used materials for life sciences, we anticipate that our algorithm to various datasets will result in reducing sampling bias.

  8. PERBANDINGAN EUCLIDEAN DISTANCE DENGAN CANBERRA DISTANCE PADA FACE RECOGNITION

    Directory of Open Access Journals (Sweden)

    Sendhy Rachmat Wurdianarto

    2014-08-01

    Full Text Available Perkembangan ilmu pada dunia komputer sangatlah pesat. Salah satu yang menandai hal ini adalah ilmu komputer telah merambah pada dunia biometrik. Arti biometrik sendiri adalah karakter-karakter manusia yang dapat digunakan untuk membedakan antara orang yang satu dengan yang lainnya. Salah satu pemanfaatan karakter / organ tubuh pada setiap manusia yang digunakan untuk identifikasi (pengenalan adalah dengan memanfaatkan wajah. Dari permasalahan diatas dalam pengenalan lebih tentang aplikasi Matlab pada Face Recognation menggunakan metode Euclidean Distance dan Canberra Distance. Model pengembangan aplikasi yang digunakan adalah model waterfall. Model waterfall beriisi rangkaian aktivitas proses yang disajikan dalam proses analisa kebutuhan, desain menggunakan UML (Unified Modeling Language, inputan objek gambar diproses menggunakan Euclidean Distance dan Canberra Distance. Kesimpulan yang dapat ditarik adalah aplikasi face Recognation menggunakan metode euclidean Distance dan Canverra Distance terdapat kelebihan dan kekurangan masing-masing. Untuk kedepannya aplikasi tersebut dapat dikembangkan dengan menggunakan objek berupa video ataupun objek lainnya.   Kata kunci : Euclidean Distance, Face Recognition, Biometrik, Canberra Distance

  9. The neighbor enclosed area tracking algorithm and its application to cyclone merger in the midlatitudes

    Science.gov (United States)

    Inatsu, Masaru; Amada, Shotarou; Satake, Yuya

    2010-05-01

    The neighbor enclosed area tracking (NEAT) algorithm is proposed as an alternative method to conventional point-to-point cyclone tracking approaches. Most automated Lagrangian tracking algorithms contain three procedures: cyclone identification, cyclone tracking, and quantification of cyclone intensity and activity. The cyclone identification was simply based on a comparison of neighboring grid points; cyclone tracking mainly employed a near-neighbor point search to neighbor-time cyclone-center datasets; and cyclone intensity and activity are mainly quantified as cyclone track density, and other accompanying products such as genesis and lysis densities, mean lifetime, average moving vector, and mean growth rate can also be obtained in the final procedure. But a crucial problem in the above technique is its requirement of some complicated connecting conditions for near-neighbor tracking. To overcome the problem, NEAT completes cyclone identification and cyclone tracking in a single process of equivalent labeling for spatiotemporally connected domains, i.e., if two spatially enclosed areas in a neighboring time frame overlap, they should be connected. NEAT enables us to count the genesis and tracks of individual cyclones as the conventional tracking. Moreover, NEAT has the ability to produce fruitful information on cyclone mergers and separations, cyclone shape, and material transport by individual eddies (the latter two features will be reported elsewhere). There are many possible applications of NEAT to meteorology and oceanography, but now we focus on the situation, well-known by Japanese synopticians, that two cyclones pass respectively over the north and south of Japan and then they frequently merge and are rapidly deepened in the western Pacific. For the case, the southern cyclones tend to be stimulated just above the sea surface temperature front to the north of oceanic western boundary currents, while the northern cyclones, moving eastward along the polar

  10. Stuttering Attitudes among Turkish Family Generations and Neighbors from Representative Samples

    Science.gov (United States)

    Ozdemir, R. Sertan; St. Louis, Kenneth O.; Topbas, Seyhun

    2011-01-01

    Purpose: Attitudes toward stuttering, measured by the "Public Opinion Survey of Human Attributes-Stuttering" ("POSHA-S"), are compared among (a) two different representative samples; (b) family generations (children, parents, and either grandparents or uncles and aunts) and neighbors; (c) children, parents, grandparents/adult…

  11. The Patient-Centered Medical Home Neighbor: A Critical Concept for a Redesigned Healthcare Delivery System

    Science.gov (United States)

    2011-01-25

    Sharing Knowledge: Achieving Breakthrough Performance 2010 Military Health System Conference The Patient -Centered Medical Home Neighbor: A Critical...DATE 25 JAN 2011 2. REPORT TYPE 3. DATES COVERED 00-00-2011 to 00-00-2011 4. TITLE AND SUBTITLE The Patient -Centered Medical Home Neighbor: A...Conference What is the Patient -Centered Medical Home?  …a vision of health care as it should be  …a framework for organizing systems of care at both the

  12. A two-step nearest neighbors algorithm using satellite imagery for predicting forest structure within species composition classes

    Science.gov (United States)

    Ronald E. McRoberts

    2009-01-01

    Nearest neighbors techniques have been shown to be useful for predicting multiple forest attributes from forest inventory and Landsat satellite image data. However, in regions lacking good digital land cover information, nearest neighbors selected to predict continuous variables such as tree volume must be selected without regard to relevant categorical variables such...

  13. Notorious: Hitchcock’s good neighbor film Notorious: Hitchcock’s good neighbor film

    OpenAIRE

    Arlindo Castro

    2008-01-01

    The New York release of Alfred Hitchcock’s Notorious occurred in August 1946, one month after the Bikini atomic explosions, and one year after the bombing of Hiroshima and Nagasaki. “Is mankind dying of curiosity?” asked a double page Time magazine ad, in the same issue that published a review of the film. “Time’s Science department noted recently,” readers were told, “that people everywhere have one great Fear: will the curiosity of nuclear physicists someday set off a giant chain react...

  14. Research Note:

    DEFF Research Database (Denmark)

    Behuria, Pritish; Buur, Lars; Gray, Hazel

    2017-01-01

    its core conceptual and methodological features. This Research Note starts by setting out our understanding of political settlements and provides an overview of existing political settlements literature on African countries. The note then explores how the key concept of ‘holding power’ has been...

  15. Single cell transcriptomics of neighboring hyphae of Aspergillus niger

    Science.gov (United States)

    2011-01-01

    Single cell profiling was performed to assess differences in RNA accumulation in neighboring hyphae of the fungus Aspergillus niger. A protocol was developed to isolate and amplify RNA from single hyphae or parts thereof. Microarray analysis resulted in a present call for 4 to 7% of the A. niger genes, of which 12% showed heterogeneous RNA levels. These genes belonged to a wide range of gene categories. PMID:21816052

  16. A Review of Trends in Distance Education Scholarship at Research Universities in North America, 1998-2007

    Directory of Open Access Journals (Sweden)

    Randall S. Davies

    2010-10-01

    Full Text Available This article explores and summarizes trends in research and scholarship over the last decade (i.e., 1998-2007 for students completing dissertations and theses in the area of distance education. The topics addressed, research designs utilized, and data collection and analysis methods used were compiled and analyzed. Results from this study indicate that most of the distance education research conducted by graduate students in this period of time has been descriptive, often addressing the perceptions, concerns, and satisfaction levels of various stakeholders with a particular distance education experience. Studies of this type typically used self-report surveys and analyzed the data using descriptive statistics. Validating the concern of many distance education scholars, there was a lack of graduate student research aimed at developing a theory base in distance education. On a positive note, projects directly comparing distance education with traditional face-to-face classrooms to determine the merit of specific programs declined significantly in 2007 as compared to 1998. This result might indicate that distance learning is becoming accepted as a viable and important educational experience in its own right. Another encouraging finding was the decreased emphasis on studies focused on technology issues, such as those analyzing the quality of distance education technology and questioning educators’ ability to provide an acceptable technology-enabled distance learning experience.

  17. Effect of Maximal Versus Supra-Maximal Exhausting Race on Lipid Peroxidation, Antioxidant Activity and Muscle-Damage Biomarkers in Long-Distance and Middle-Distance Runners.

    Science.gov (United States)

    Mohamed, Said; Lamya, Ncir; Hamda, Mansour

    2016-03-01

    Exhausting physical exercise increases lipid peroxidation and causes important muscle damages. The human body tries to mitigate these adverse effects by mobilizing its antioxidant defenses. This study aims to investigate the effect of a maximal versus supra-maximal race sustained until exhaustion on lipid peroxidation, antioxidant activity and muscle-damage biomarkers in trained (i.e. long-distance and middle-distance runners) and sedentary subjects. The study has been carried out on 8 middle-distance runners (MDR), 9 long-distance runners (LDR), and 8 sedentary subjects (SS). Each subject has undergone two exhaustive running tests, the first one is an incremental event (VAMEVAL test), the second one is a constant supra-maximal intensity test (limited-time test). Blood samples were collected at rest and immediately after each test. A significant increase in malondialdehyde (MDA) concentrations was observed in SS and MDR after the VAMEVAL test and in LDR after the Limited-Time test. A significant difference was also observed between LDR and the other two groups after the VAMEVAL test, and between LDR and MDR after the Limited-Time test. Significant modifications, notably, in myoglobin, CK, LDH, IL-6, TNF-α, and TAS were likewise noted but depending on the race-type and the sportive specialty. Maximal and supra-maximal races induce a significant increase in lipid peroxidation and cause non-negligible inflammation and muscle damage. These effects were relatively related to the physical exercise type and the sportive specialty.

  18. Attribute Weighting Based K-Nearest Neighbor Using Gain Ratio

    Science.gov (United States)

    Nababan, A. A.; Sitompul, O. S.; Tulus

    2018-04-01

    K- Nearest Neighbor (KNN) is a good classifier, but from several studies, the result performance accuracy of KNN still lower than other methods. One of the causes of the low accuracy produced, because each attribute has the same effect on the classification process, while some less relevant characteristics lead to miss-classification of the class assignment for new data. In this research, we proposed Attribute Weighting Based K-Nearest Neighbor Using Gain Ratio as a parameter to see the correlation between each attribute in the data and the Gain Ratio also will be used as the basis for weighting each attribute of the dataset. The accuracy of results is compared to the accuracy acquired from the original KNN method using 10-fold Cross-Validation with several datasets from the UCI Machine Learning repository and KEEL-Dataset Repository, such as abalone, glass identification, haberman, hayes-roth and water quality status. Based on the result of the test, the proposed method was able to increase the classification accuracy of KNN, where the highest difference of accuracy obtained hayes-roth dataset is worth 12.73%, and the lowest difference of accuracy obtained in the abalone dataset of 0.07%. The average result of the accuracy of all dataset increases the accuracy by 5.33%.

  19. Encyclopedia of distances

    CERN Document Server

    Deza, Michel Marie

    2016-01-01

    This 4th edition of the leading reference volume on distance metrics is characterized by updated and rewritten sections on some items suggested by experts and readers, as well a general streamlining of content and the addition of essential new topics. Though the structure remains unchanged, the new edition also explores recent advances in the use of distances and metrics for e.g. generalized distances, probability theory, graph theory, coding theory, data analysis. New topics in the purely mathematical sections include e.g. the Vitanyi multiset-metric, algebraic point-conic distance, triangular ratio metric, Rossi-Hamming metric, Taneja distance, spectral semimetric between graphs, channel metrization, and Maryland bridge distance. The multidisciplinary sections have also been supplemented with new topics, including: dynamic time wrapping distance, memory distance, allometry, atmospheric depth, elliptic orbit distance, VLBI distance measurements, the astronomical system of units, and walkability distance. Lea...

  20. Distance Learning

    National Research Council Canada - National Science Library

    Braddock, Joseph

    1997-01-01

    A study reviewing the existing Army Distance Learning Plan (ADLP) and current Distance Learning practices, with a focus on the Army's training and educational challenges and the benefits of applying Distance Learning techniques...

  1. A note on notes: note taking and containment.

    Science.gov (United States)

    Levine, Howard B

    2007-07-01

    In extreme situations of massive projective identification, both the analyst and the patient may come to share a fantasy or belief that his or her own psychic reality will be annihilated if the psychic reality of the other is accepted or adopted (Britton 1998). In the example of' Dr. M and his patient, the paradoxical dilemma around note taking had highly specific transference meanings; it was not simply an instance of the generalized human response of distracted attention that Freud (1912) had spoken of, nor was it the destabilization of analytic functioning that I tried to describe in my work with Mr. L. Whether such meanings will always exist in these situations remains a matter to be determined by further clinical experience. In reopening a dialogue about note taking during sessions, I have attempted to move the discussion away from categorical injunctions about what analysis should or should not do, and instead to foster a more nuanced, dynamic, and pair-specific consideration of the analyst's functioning in the immediate context of the analytic relationship. There is, of course, a wide variety of listening styles among analysts, and each analyst's mental functioning may be affected differently by each patient whom the analyst sees. I have raised many questions in the hopes of stimulating an expanded discussion that will allow us to share our experiences and perhaps reach additional conclusions. Further consideration may lead us to decide whether note taking may have very different meanings for other analysts and analyst-patient pairs, and whether it may serve useful functions in addition to the one that I have described.

  2. Learn good from bad: Effects of good and bad neighbors in spatial prisoners' dilemma games

    Science.gov (United States)

    Lu, Peng

    2015-10-01

    Cooperation is vital for the human society and this study focuses on how to promote cooperation. In our stratification model, there exist three classes: two minorities are elites who are prone to cooperate and scoundrels who are born to defect; one majority is the class of common people. Agents of these three classes interact with each other on a square lattice. Commons' cooperation and its factors are investigated. Contradicting our common sense, it indicates that elites play a negative role while scoundrels play a positive one in promoting commons' cooperation. Besides, effects of good and bad neighbors vary with temptation. When the temptation is smaller the positive effect is able to overcome the negative effect, but the later prevails when the temptation is larger. It concludes that common people are more prone to cooperate in harsh environment with bad neighbors, and a better environment with good neighbors merely leads to laziness and free riding of commons.

  3. The nearest neighbor and the bayes error rates.

    Science.gov (United States)

    Loizou, G; Maybank, S J

    1987-02-01

    The (k, l) nearest neighbor method of pattern classification is compared to the Bayes method. If the two acceptance rates are equal then the asymptotic error rates satisfy the inequalities Ek,l + 1 ¿ E*(¿) ¿ Ek,l dE*(¿), where d is a function of k, l, and the number of pattern classes, and ¿ is the reject threshold for the Bayes method. An explicit expression for d is given which is optimal in the sense that for some probability distributions Ek,l and dE* (¿) are equal.

  4. Cell membrane disruption stimulates cAMP and Ca2+ signaling to potentiate cell membrane resealing in neighboring cells

    Directory of Open Access Journals (Sweden)

    Tatsuru Togo

    2017-12-01

    Full Text Available Disruption of cellular plasma membranes is a common event in many animal tissues, and the membranes are usually rapidly resealed. Moreover, repeated membrane disruptions within a single cell reseal faster than the initial wound in a protein kinase A (PKA- and protein kinase C (PKC-dependent manner. In addition to wounded cells, recent studies have demonstrated that wounding of Madin-Darby canine kidney (MDCK cells potentiates membrane resealing in neighboring cells in the short-term by purinergic signaling, and in the long-term by nitric oxide/protein kinase G signaling. In the present study, real-time imaging showed that cell membrane disruption stimulated cAMP synthesis and Ca2+ mobilization from intracellular stores by purinergic signaling in neighboring MDCK cells. Furthermore, inhibition of PKA and PKC suppressed the ATP-mediated short-term potentiation of membrane resealing in neighboring cells. These results suggest that cell membrane disruption stimulates PKA and PKC via purinergic signaling to potentiate cell membrane resealing in neighboring MDCK cells.

  5. Fast Most Similar Neighbor (MSN) classifiers for Mixed Data

    OpenAIRE

    Hernández Rodríguez, Selene

    2010-01-01

    The k nearest neighbor (k-NN) classifier has been extensively used in Pattern Recognition because of its simplicity and its good performance. However, in large datasets applications, the exhaustive k-NN classifier becomes impractical. Therefore, many fast k-NN classifiers have been developed; most of them rely on metric properties (usually the triangle inequality) to reduce the number of prototype comparisons. Hence, the existing fast k-NN classifiers are applicable only when the comparison f...

  6. Distance learning ects and flipped classroom in the anatomy learning: comparative study of the use of augmented reality, video and notes

    OpenAIRE

    Ferrer-Torregrosa, Javier; Jim?nez-Rodr?guez, Miguel ?ngel; Torralba-Estelles, Javier; Garz?n-Farin?s, Fernanda; P?rez-Bermejo, Marcelo; Fern?ndez-Ehrling, Nadia

    2016-01-01

    Background The establishment of the ECTS (European Credit Transfer System) is one of the pillars of the European Space of Higher Education. This way of accounting for the time spent in training has two essential parts, classroom teaching (work with the professor) and distance learning (work without the professor, whether in an individual or collective way). Much has been published on the distance learning part, but less on the classroom teaching section. In this work, the authors investigate ...

  7. FORMS OF DEMOCRACY IN EDUCATION: Open Access and Distance Education–Athens, Greece

    Directory of Open Access Journals (Sweden)

    Reviewed by Antonis LIONARAKIS

    2008-01-01

    Full Text Available The 4th International Conference in Open and Distance Learning - Forms of Democracy in Education: Open Access and Distance Education (ICODL 2007 had a special role to play this time: it was focused on the relationship between distance education and democratic principles which are connected and interrelated to eachother. These principles identify a new social role of distance education. Educational applications can be more flexible and effective when they follow some basic From the early beginning open universities and alternative forms of education have defined e democratic framework for educational systems. Their connection with the conventional educational system has influenced to a great extend new innovations in the system. With this approach we can realize that distance learning may become a bridge between these innovations and the initial ideals of democracy and human ICODL 2007 took place in Athens, Greece, from 23 to 25 of November 2007. There were 160 papers presented from 36 countries: Greece, Cyprus, Belgium, Spain, Iran,Canada, Turkey, South Africa, Italy, Palestine, France, Ireland, Japan, Nigeria,Bulgaria, USA, Austria, Finland, Pakistan, Great Britain, Ukraine, Egypt, Lithuania, Israel, India, Czech Republic, Brazil, Portugal, Botswana, Barbados–West Indies,The key–note speakers of ICODL 2007 were Professor Alan Tait, Pro-Vice-Chancellor, The Open University/UK, with the title ―What are Open Universities for?‖, Professor Michael Grahame Moore, the Pennsylvania State University and Editor of the American Journal of Distance Education with the title ―The scholarship of distance education: a review of the 40 years of growth and achievement‖ and Professor Paul Clark, Senior Research Fellow in the IET at the UK Open University with the title

  8. Antiferromagnetic geometric frustration under the influence of the next-nearest-neighbor interaction. An exactly solvable model

    Science.gov (United States)

    Jurčišinová, E.; Jurčišin, M.

    2018-02-01

    The influence of the next-nearest-neighbor interaction on the properties of the geometrically frustrated antiferromagnetic systems is investigated in the framework of the exactly solvable antiferromagnetic spin- 1 / 2 Ising model in the external magnetic field on the square-kagome recursive lattice, where the next-nearest-neighbor interaction is supposed between sites within each elementary square of the lattice. The thermodynamic properties of the model are investigated in detail and it is shown that the competition between the nearest-neighbor antiferromagnetic interaction and the next-nearest-neighbor ferromagnetic interaction changes properties of the single-point ground states but does not change the frustrated character of the basic model. On the other hand, the presence of the antiferromagnetic next-nearest-neighbor interaction leads to the enhancement of the frustration effects with the formation of additional plateau and single-point ground states at low temperatures. Exact expressions for magnetizations and residual entropies of all ground states of the model are found. It is shown that the model exhibits various ground states with the same value of magnetization but different macroscopic degeneracies as well as the ground states with different values of magnetization but the same value of the residual entropy. The specific heat capacity is investigated and it is shown that the model exhibits the Schottky-type anomaly behavior in the vicinity of each single-point ground state value of the magnetic field. The formation of the field-induced double-peak structure of the specific heat capacity at low temperatures is demonstrated and it is shown that its very existence is directly related to the presence of highly macroscopically degenerated single-point ground states in the model.

  9. Association of food access and neighbor relationships with diet and underweight among community-dwelling older Japanese.

    Science.gov (United States)

    Nakamura, Hideko; Nakamura, Mieko; Okada, Eisaku; Ojima, Toshiyuki; Kondo, Katsunori

    2017-11-01

    Food access is important for maintaining dietary variety, which predicts underweight. The aim of this study was to examine the association of food access and neighbor relationships with eating and underweight. We analyzed cross-sectional data from 102,869 Japanese individuals aged 65 years or older. The perceived availability of food was assessed using the presence or absence of food stores within 1 km of the home. Level of relationships with neighbors was also assessed. The odds ratios (ORs) and 95% confidence intervals (CIs) for infrequent food intake and underweight were determined using logistic regression analysis. The proportion of men and women having low access to food was 25-30%. Having low food access (OR 1.18; 95% CI, 1.12-1.25 for men and OR 1.26; 95% CI, 1.19-1.33 for women) and a low level of relationship with neighbors (OR 1.38; 95% CI, 1.31-1.45 for men and OR 1.57; 95% CI, 1.48-1.67 for women) was associated with infrequent intake of fruits and vegetables in both sexes. Association between low food access and infrequent intake of fruits and vegetables was higher among men with low levels of neighbor relationship (OR 1.34; 95% CI, 1.23-1.46) than among men with high levels of relationship (OR 1.10; 95% CI, 1.03-1.18). Low perceived availability of food is a risk factor for low dietary variety among older people. Furthermore, high levels of relationship with neighbors may relieve the harmful effect of low food access. Copyright © 2017 The Authors. Production and hosting by Elsevier B.V. All rights reserved.

  10. REPRESENTATIONS OF DISTANCE: DIFFERENCES IN UNDERSTANDING DISTANCE ACCORDING TO TRAVEL METHOD

    Directory of Open Access Journals (Sweden)

    Gunvor Riber Larsen

    2017-12-01

    Full Text Available This paper explores how Danish tourists represent distance in relation to their holiday mobility and how these representations of distance are a result of being aero-mobile as opposed to being land-mobile. Based on interviews with Danish tourists, whose holiday mobility ranges from the European continent to global destinations, the first part of this qualitative study identifies three categories of representations of distance that show how distance is being ‘translated’ by the tourists into non-geometric forms: distance as resources, distance as accessibility, and distance as knowledge. The representations of distance articulated by the Danish tourists show that distance is often not viewed in ‘just’ kilometres. Rather, it is understood in forms that express how transcending the physical distance through holiday mobility is dependent on individual social and economic contexts, and on whether the journey was undertaken by air or land. The analysis also shows that being aeromobile is the holiday transportation mode that removes the tourists the furthest away from physical distance, resulting in the distance travelled by air being represented in ways that have the least correlation, in the tourists’ minds, with physical distance measured in kilometres.

  11. Ant-Based Phylogenetic Reconstruction (ABPR: A new distance algorithm for phylogenetic estimation based on ant colony optimization

    Directory of Open Access Journals (Sweden)

    Karla Vittori

    2008-12-01

    Full Text Available We propose a new distance algorithm for phylogenetic estimation based on Ant Colony Optimization (ACO, named Ant-Based Phylogenetic Reconstruction (ABPR. ABPR joins two taxa iteratively based on evolutionary distance among sequences, while also accounting for the quality of the phylogenetic tree built according to the total length of the tree. Similar to optimization algorithms for phylogenetic estimation, the algorithm allows exploration of a larger set of nearly optimal solutions. We applied the algorithm to four empirical data sets of mitochondrial DNA ranging from 12 to 186 sequences, and from 898 to 16,608 base pairs, and covering taxonomic levels from populations to orders. We show that ABPR performs better than the commonly used Neighbor-Joining algorithm, except when sequences are too closely related (e.g., population-level sequences. The phylogenetic relationships recovered at and above species level by ABPR agree with conventional views. However, like other algorithms of phylogenetic estimation, the proposed algorithm failed to recover expected relationships when distances are too similar or when rates of evolution are very variable, leading to the problem of long-branch attraction. ABPR, as well as other ACO-based algorithms, is emerging as a fast and accurate alternative method of phylogenetic estimation for large data sets.

  12. Engineering Attractiveness in the European Educational Environment: Can Distance Education Approaches Make a Difference?

    Directory of Open Access Journals (Sweden)

    Konstantinos Katzis

    2018-01-01

    Full Text Available The recent phenomenon of worldwide declining enrolments in engineering-related degrees has led to the gradual decrease in the number of engineering graduates. This decrease occurs at a time of increasing demand in the labour market for highly qualified engineers, who are necessary for the implementation of fundamental societal functions. This paper initially presents a survey of practices, which are currently employed by academic institutions in Europe in order to increase the attractiveness of their engineering studies. It then provides a detailed analysis of the benefits and proliferation of distance education to increase attractiveness of engineering studies based on a set of interviews. Results of this study, highlight a lack of a distance-learning dimension in the implementation of engineering studies in the European Area and discusses in detail ways in which distance learning can be utilised in engineering studies for the benefit of increasing their attractiveness. It has also been noted that institutions employing distance learning as part of their engineering studies, see this as highly beneficial for their students but also for the academic institution itself with some reservations in terms of the pedagogical adequacy of materials and instructional approaches used in distance education courses.

  13. Incorporating the information from direct and indirect neighbors into fitness evaluation enhances the cooperation in the social dilemmas

    International Nuclear Information System (INIS)

    Hu, Menglong; Wang, Juan; Kong, Lingcong; An, Kang; Bi, Tao; Guo, Baohong; Dong, Enzeng

    2015-01-01

    Highlights: •A novel fitness evaluation method integrating environmental information is presented. •The introduction of neighbors’ payoff favors the promotion of cooperation in the PDG. •The role of direct neighbors becomes much more prominent. •In the SDG, the cooperative behavior is also improved by this new mechanism. -- Abstract: We propose an improved fitness evaluation method to investigate the evolution of cooperation in the spatial social dilemmas. In our model, a focal player’s fitness is calculated as the linear combination of his own payoff, the average payoffs of direct and indirect neighbors in which two independent selection parameters (α and β) are used to control the proportion of various payoff contribution to the current fitness. Then, the fitness-based strategy update rule is still Fermi-like, and asynchronous update is adopted here. A large plethora of numerical simulations are performed to validate the behaviors of the current model, and the results unambiguously demonstrate that the cooperation level is greatly enhanced by introducing the payoffs from the surrounding players. In particular, the influence of direct neighbors become more evident when compared with indirect neighbors since the correlation between focal players and their direct neighbors is much closer. Current outcomes are significant for us to further illustrate the origin and emergence of cooperation within a wide variety of natural and man-made systems

  14. Two-photon collisions and short-distance tests of quantum chromodynamics

    International Nuclear Information System (INIS)

    Brodsky, S.J.

    1978-12-01

    The physics of two-photon collisions in e +- storage rings is reviewed with emphasis on the predictions of perturbative quantum chromodynamics for high transverse momentum reactions. It is noted that because of the remarkable scaling properties predicted by the theory, two-photon collisions may be proved one of the cleanest tests of the quantum chromodynamics picture of short distance hadron dynamics. In order to contrast these predictions for photon-induced reactions with those for incident hadrons, predictions from quantum chromodynamics for hadron structure functions and form factors at large momentum transfer are also discussed. 55 references

  15. Epidemic spread over networks with agent awareness and social distancing

    KAUST Repository

    Paarporn, Keith

    2016-04-20

    We study an SIS epidemic model over an arbitrary connected network topology when the agents receive personalized information about the current epidemic state. The agents utilize their available information to either reduce interactions with their neighbors (social distancing) when they believe the epidemic is currently prevalent or resume normal interactions when they believe there is low risk of becoming infected. The information is a weighted combination of three sources: 1) the average states of nodes in contact neighborhoods 2) the average states of nodes in an information network 3) a global broadcast of the average epidemic state of the network. A 2n-state Markov Chain is first considered to model the disease dynamics with awareness, from which a mean-field discrete-time n-state dynamical system is derived, where each state corresponds to an agent\\'s probability of being infected. The nonlinear model is a lower bound of its linearized version about the origin. Hence, global stability of the origin (the diseasefree equilibrium) in the linear model implies global stability in the nonlinear model. When the origin is not stable, we show the existence of a nontrivial fixed point in the awareness model, which obeys a strict partial order in relation to the nontrivial fixed point of the dynamics without distancing. In simulations, we define two performance metrics to understand the effectiveness agent awareness has in reducing the spread of an epidemic. © 2015 IEEE.

  16. Elliptic Painlevé equations from next-nearest-neighbor translations on the E_8^{(1)} lattice

    Science.gov (United States)

    Joshi, Nalini; Nakazono, Nobutaka

    2017-07-01

    The well known elliptic discrete Painlevé equation of Sakai is constructed by a standard translation on the E_8(1) lattice, given by nearest neighbor vectors. In this paper, we give a new elliptic discrete Painlevé equation obtained by translations along next-nearest-neighbor vectors. This equation is a generic (8-parameter) version of a 2-parameter elliptic difference equation found by reduction from Adler’s partial difference equation, the so-called Q4 equation. We also provide a projective reduction of the well known equation of Sakai.

  17. LARGE MAGELLANIC CLOUD DISTANCE AND STRUCTURE FROM NEAR-INFRARED RED CLUMP OBSERVATIONS

    International Nuclear Information System (INIS)

    Koerwer, Joel F.

    2009-01-01

    We have applied the Infrared Survey Facility Magellanic Clouds Point-Source Catalog to the mapping of the red clump (RC) distance modulus across the Large Magellanic Cloud (LMC). Using the J- (1.25 μm) and H- (1.63 μm) band data to derive a reddening free luminosity function and a theoretical RC absolute magnitude from stellar evolution libraries, we estimate a distance modulus to the LMC of μ = 18.54 ± 0.06. The best fitting plane inclination, i, and the position angle of the line of nodes, φ, have little dependence on the assumed RC absolute magnitude; we find i = 23. 0 5 ± 0. 0 4 and φ = 154. 0 6 ± 1. 0 2. It was also noted that many fields included a significant asymptotic giant branch bump population that must be accounted for.

  18. Large Magellanic Cloud Distance and Structure from Near-Infrared Red Clump Observations

    Science.gov (United States)

    Koerwer, Joel F.

    2009-07-01

    We have applied the Infrared Survey Facility Magellanic Clouds Point-Source Catalog to the mapping of the red clump (RC) distance modulus across the Large Magellanic Cloud (LMC). Using the J- (1.25 μm) and H- (1.63 μm) band data to derive a reddening free luminosity function and a theoretical RC absolute magnitude from stellar evolution libraries, we estimate a distance modulus to the LMC of μ = 18.54 ± 0.06. The best fitting plane inclination, i, and the position angle of the line of nodes, phi, have little dependence on the assumed RC absolute magnitude; we find i = 23fdg5 ± 0fdg4 and phi = 154fdg6 ± 1fdg2. It was also noted that many fields included a significant asymptotic giant branch bump population that must be accounted for.

  19. Open Oncology Notes: A Qualitative Study of Oncology Patients' Experiences Reading Their Cancer Care Notes.

    Science.gov (United States)

    Kayastha, Neha; Pollak, Kathryn I; LeBlanc, Thomas W

    2018-04-01

    Electronic medical records increasingly allow patients access to clinician notes. Although most believe that open notes benefits patients, some suggest negative consequences. Little is known about the experiences of patients with cancer reading their medical notes; thus we aimed to describe this qualitatively. We interviewed 20 adults with metastatic or incurable cancer receiving cancer treatment. The semistructured qualitative interviews included four segments: assessing their overall experience reading notes, discussing how notes affected their cancer care experiences, reading a real note with the interviewer, and making suggestions for improvement. We used a constant comparison approach to analyze these qualitative data. We found four themes. Patients reported that notes resulted in the following: (1) increased comprehension; (2) ameliorated uncertainty, relieved anxiety, and facilitated control; (3) increased trust; and (4) for a subset of patients, increased anxiety. Patients described increased comprehension because notes refreshed their memory and clarified their understanding of visits. This helped mitigate the unfamiliarity of cancer, addressing uncertainty and relieving anxiety. Notes facilitated control, empowering patients to ask clinicians more questions. The transparency of notes also increased trust in clinicians. For a subset of patients, however, notes were emotionally difficult to read and raised concerns. Patients identified medical jargon and repetition in notes as areas for improvement. Most patients thought that reading notes improved their care experiences. A small subset of patients experienced increased distress. As reading notes becomes a routine part of the patient experience, physicians might want to elicit and address concerns that arise from notes, thereby further engaging patients in their care.

  20. Encyclopedia of distances

    CERN Document Server

    Deza, Michel Marie

    2014-01-01

    This updated and revised third edition of the leading reference volume on distance metrics includes new items from very active research areas in the use of distances and metrics such as geometry, graph theory, probability theory and analysis. Among the new topics included are, for example, polyhedral metric space, nearness matrix problems, distances between belief assignments, distance-related animal settings, diamond-cutting distances, natural units of length, Heidegger’s de-severance distance, and brain distances. The publication of this volume coincides with intensifying research efforts into metric spaces and especially distance design for applications. Accurate metrics have become a crucial goal in computational biology, image analysis, speech recognition and information retrieval. Leaving aside the practical questions that arise during the selection of a ‘good’ distance function, this work focuses on providing the research community with an invaluable comprehensive listing of the main available di...

  1. Knowledgeable Neighbors: a mobile clinic model for disease prevention and screening in underserved communities.

    Science.gov (United States)

    Hill, Caterina; Zurakowski, David; Bennet, Jennifer; Walker-White, Rainelle; Osman, Jamie L; Quarles, Aaron; Oriol, Nancy

    2012-03-01

    The Family Van mobile health clinic uses a "Knowledgeable Neighbor" model to deliver cost-effective screening and prevention activities in underserved neighborhoods in Boston, MA. We have described the Knowledgeable Neighbor model and used operational data collected from 2006 to 2009 to evaluate the service. The Family Van successfully reached mainly minority low-income men and women. Of the clients screened, 60% had previously undetected elevated blood pressure, 14% had previously undetected elevated blood glucose, and 38% had previously undetected elevated total cholesterol. This represents an important model for reaching underserved communities to deliver proven cost-effective prevention activities, both to help control health care costs and to reduce health disparities.

  2. Response properties of neighboring neurons in the auditory midbrain for pure-tone stimulation: a tetrode study.

    Science.gov (United States)

    Seshagiri, Chandran V; Delgutte, Bertrand

    2007-10-01

    The complex anatomical structure of the central nucleus of the inferior colliculus (ICC), the principal auditory nucleus in the midbrain, may provide the basis for functional organization of auditory information. To investigate this organization, we used tetrodes to record from neighboring neurons in the ICC of anesthetized cats and studied the similarity and difference among the responses of these neurons to pure-tone stimuli using widely used physiological characterizations. Consistent with the tonotopic arrangement of neurons in the ICC and reports of a threshold map, we found a high degree of correlation in the best frequencies (BFs) of neighboring neurons, which were mostly binaural beats. However, the characteristic phases (CPs) of neighboring neurons revealed a significant correlation. Because the CP is related to the neural mechanisms generating the ITD sensitivity, this result is consistent with segregation of inputs to the ICC from the lateral and medial superior olives.

  3. Implementation of the k -Neighbors Technique in a recommender algorithm for a purchasing system using NFC and Android

    Directory of Open Access Journals (Sweden)

    Oscar Arley Riveros

    2017-01-01

    Full Text Available Introduction: This paper aims to present the design of a mobile application involving NFC technology and a collaborative recommendation algorithm under the K-neighbors technique, allowing to observe personalized suggestions for each client. Objective: Design and develop a mobile application, using NFC technologies and K-Neighbors Technique in a recommendation algorithm, for a Procurement System. Methodology: The process followed for the design and development of the application focuses on: • Review of the state of the art in mobile shopping systems. • State-of-the-art construction in the use of NFC technology and AI techniques for recommending systems focused on K-Neighbors Algorithms • Proposed system design • Parameterization and implementation of the K-Neighbors Technique and integration of NFC Technology • Proposed System Implementation and Testing. Results: Among the results obtained are detailed: • Mobile application that integrates Android, NFC Technologies and a Technique of Algorithm Recommendation • Parameterization of the K-Neighbors Technique, to be used within the recommended algorithm. • Implementation of functional requirements that allow the generation of personalized recommendations for purchase to the user, user ratings Conclusions: The k-neighbors technique in a recommendation algorithm allows the client to provide a series of recommendations with a level of security, since this algorithm performs calculations taking into account multiple parameters and contrasts the results obtained for other users, finding the articles with a Greater degree of similarity with the customer profile. This algorithm starts from a sample of similar, complementary and other unrelated products, applying its respective formulation, we obtain that the recommendation is made only with the complementary products that obtained higher qualification; Making a big difference with most recommending systems on the market, which are limited to

  4. Neighboring Structure Visualization on a Grid-based Layout.

    Science.gov (United States)

    Marcou, G; Horvath, D; Varnek, A

    2017-10-01

    Here, we describe an algorithm to visualize chemical structures on a grid-based layout in such a way that similar structures are neighboring. It is based on structure reordering with the help of the Hilbert Schmidt Independence Criterion, representing an empirical estimate of the Hilbert-Schmidt norm of the cross-covariance operator. The method can be applied to any layout of bi- or three-dimensional shape. The approach is demonstrated on a set of dopamine D5 ligands visualized on squared, disk and spherical layouts. © 2017 Wiley-VCH Verlag GmbH & Co. KGaA, Weinheim.

  5. Multidimensional k-nearest neighbor model based on EEMD for financial time series forecasting

    Science.gov (United States)

    Zhang, Ningning; Lin, Aijing; Shang, Pengjian

    2017-07-01

    In this paper, we propose a new two-stage methodology that combines the ensemble empirical mode decomposition (EEMD) with multidimensional k-nearest neighbor model (MKNN) in order to forecast the closing price and high price of the stocks simultaneously. The modified algorithm of k-nearest neighbors (KNN) has an increasingly wide application in the prediction of all fields. Empirical mode decomposition (EMD) decomposes a nonlinear and non-stationary signal into a series of intrinsic mode functions (IMFs), however, it cannot reveal characteristic information of the signal with much accuracy as a result of mode mixing. So ensemble empirical mode decomposition (EEMD), an improved method of EMD, is presented to resolve the weaknesses of EMD by adding white noise to the original data. With EEMD, the components with true physical meaning can be extracted from the time series. Utilizing the advantage of EEMD and MKNN, the new proposed ensemble empirical mode decomposition combined with multidimensional k-nearest neighbor model (EEMD-MKNN) has high predictive precision for short-term forecasting. Moreover, we extend this methodology to the case of two-dimensions to forecast the closing price and high price of the four stocks (NAS, S&P500, DJI and STI stock indices) at the same time. The results indicate that the proposed EEMD-MKNN model has a higher forecast precision than EMD-KNN, KNN method and ARIMA.

  6. Interface Simulation Distances

    Directory of Open Access Journals (Sweden)

    Pavol Černý

    2012-10-01

    Full Text Available The classical (boolean notion of refinement for behavioral interfaces of system components is the alternating refinement preorder. In this paper, we define a distance for interfaces, called interface simulation distance. It makes the alternating refinement preorder quantitative by, intuitively, tolerating errors (while counting them in the alternating simulation game. We show that the interface simulation distance satisfies the triangle inequality, that the distance between two interfaces does not increase under parallel composition with a third interface, and that the distance between two interfaces can be bounded from above and below by distances between abstractions of the two interfaces. We illustrate the framework, and the properties of the distances under composition of interfaces, with two case studies.

  7. The use of blood protein polymorphism to estimate genetic distance among populations of Indonesian native sheep, St. Croix and Merino

    Directory of Open Access Journals (Sweden)

    Agus Suparyanto

    2002-03-01

    Full Text Available The genetic distance among populations of Indonesia native sheep (Ciamis, Garut, Sumatera and Garahan, St. Croix and Merino were estimated to investigate the genetic relationship among those breeds. Blood protein polymorphism of transferin (Tf, post-transferin (PTf, albumin (Alb, post-albumin (PAlb were detected from blood plasma, while haemoglobine (Hb was detected from erythrocyte using Polyacrylamide Gel Electrophoresis (PAGE. Results of PAGE showed that Tf was controlled by 6 alleles, while Alb by 4 alleles, PTf by 3 Alleles and PAlb and Hb by 2 alleles. Value of breeding coefficient within individual subpopulations (FIS for Tf (-0,0014, Alb (-0,0046 and Hb (0,0256 were not significantly different by noel. These results show that data of gene frequency are still following Hardy-Weinberg Equilibrium and inbreeding inside the sub population did not occur. The closest distance among the native breeds is the subpopulations of Ciamis and Garut due to neighboring area and similar traits of Thin Tail Sheep. The genetic distance of both population to Sumatera Thin Tail Sheep and Garahan Fat Tail are quite far. In addition to that results all Indonesian native breed were distinctly different from St. Croix and Merino.

  8. Multivariate distance: Application on neutronic noise; Distancia multivariente: Aplicacion al ruido neutronico

    Energy Technology Data Exchange (ETDEWEB)

    Blazquez, J.

    2014-07-01

    In this work are estimated coefficient of the moderator with the local instrumentation, which serves to control the phenomenon. Also it is noted that the amplitudes of the neutronic noise are not strictly Gaussian, because they are negatively biased and leptokurtics. Making use of the concept of multivariate distance what sounds are closer to a Gaussian along an axial column estimated. These analysis shed some light on the phenomenon, it is necessary to understand it from several points of view to find solutions. (Author)

  9. LifePrint: a novel k-tuple distance method for construction of phylogenetic trees

    Directory of Open Access Journals (Sweden)

    Fabián Reyes-Prieto

    2011-01-01

    Full Text Available Fabián Reyes-Prieto1, Adda J García-Chéquer1, Hueman Jaimes-Díaz1, Janet Casique-Almazán1, Juana M Espinosa-Lara1, Rosaura Palma-Orozco2, Alfonso Méndez-Tenorio1, Rogelio Maldonado-Rodríguez1, Kenneth L Beattie31Laboratory of Biotechnology and Genomic Bioinformatics, Department of Biochemistry, National School of Biological Sciences, 2Superior School of Computer Sciences, National Polytechnic Institute, Mexico City, Mexico; 3Amerigenics Inc, Crossville, Tennessee, USAPurpose: Here we describe LifePrint, a sequence alignment-independent k-tuple distance method to estimate relatedness between complete genomes.Methods: We designed a representative sample of all possible DNA tuples of length 9 (9-tuples. The final sample comprises 1878 tuples (called the LifePrint set of 9-tuples; LPS9 that are distinct from each other by at least two internal and noncontiguous nucleotide differences. For validation of our k-tuple distance method, we analyzed several real and simulated viroid genomes. Using different distance metrics, we scrutinized diverse viroid genomes to estimate the k-tuple distances between these genomic sequences. Then we used the estimated genomic k-tuple distances to construct phylogenetic trees using the neighbor-joining algorithm. A comparison of the accuracy of LPS9 and the previously reported 5-tuple method was made using symmetric differences between the trees estimated from each method and a simulated “true” phylogenetic tree.Results: The identified optimal search scheme for LPS9 allows only up to two nucleotide differences between each 9-tuple and the scrutinized genome. Similarity search results of simulated viroid genomes indicate that, in most cases, LPS9 is able to detect single-base substitutions between genomes efficiently. Analysis of simulated genomic variants with a high proportion of base substitutions indicates that LPS9 is able to discern relationships between genomic variants with up to 40% of nucleotide

  10. Distance determination method of dust particles using Rosetta OSIRIS NAC and WAC data

    Science.gov (United States)

    Drolshagen, E.; Ott, T.; Koschny, D.; Güttler, C.; Tubiana, C.; Agarwal, J.; Sierks, H.; Barbieri, C.; Lamy, P. I.; Rodrigo, R.; Rickman, H.; A'Hearn, M. F.; Barucci, M. A.; Bertaux, J.-L.; Bertini, I.; Cremonese, G.; da Deppo, V.; Davidsson, B.; Debei, S.; de Cecco, M.; Deller, J.; Feller, C.; Fornasier, S.; Fulle, M.; Gicquel, A.; Groussin, O.; Gutiérrez, P. J.; Hofmann, M.; Hviid, S. F.; Ip, W.-H.; Jorda, L.; Keller, H. U.; Knollenberg, J.; Kramm, J. R.; Kührt, E.; Küppers, M.; Lara, L. M.; Lazzarin, M.; Lopez Moreno, J. J.; Marzari, F.; Naletto, G.; Oklay, N.; Shi, X.; Thomas, N.; Poppe, B.

    2017-09-01

    The ESA Rosetta spacecraft has been tracking its target, the Jupiter-family comet 67P/Churyumov-Gerasimenko, in close vicinity for over two years. It hosts the OSIRIS instruments: the Optical, Spectroscopic, and Infrared Remote Imaging System composed of two cameras, see e.g. Keller et al. (2007). In some imaging sequences dedicated to observe dust particles in the comet's coma, the two cameras took images at the same time. The aim of this work is to use these simultaneous double camera observations to calculate the dust particles' distance to the spacecraft. As the two cameras are mounted on the spacecraft with an offset of 70 cm, the distance of particles observed by both cameras can be determined by a shift of the particles' apparent trails on the images. This paper presents first results of the ongoing work, introducing the distance determination method for the OSIRIS instrument and the analysis of an example particle. We note that this method works for particles in the range of about 500-6000 m from the spacecraft.

  11. Tricriticality in the q-neighbor Ising model on a partially duplex clique.

    Science.gov (United States)

    Chmiel, Anna; Sienkiewicz, Julian; Sznajd-Weron, Katarzyna

    2017-12-01

    We analyze a modified kinetic Ising model, a so-called q-neighbor Ising model, with Metropolis dynamics [Phys. Rev. E 92, 052105 (2015)PLEEE81539-375510.1103/PhysRevE.92.052105] on a duplex clique and a partially duplex clique. In the q-neighbor Ising model each spin interacts only with q spins randomly chosen from its whole neighborhood. In the case of a duplex clique the change of a spin is allowed only if both levels simultaneously induce this change. Due to the mean-field-like nature of the model we are able to derive the analytic form of transition probabilities and solve the corresponding master equation. The existence of the second level changes dramatically the character of the phase transition. In the case of the monoplex clique, the q-neighbor Ising model exhibits a continuous phase transition for q=3, discontinuous phase transition for q≥4, and for q=1 and q=2 the phase transition is not observed. On the other hand, in the case of the duplex clique continuous phase transitions are observed for all values of q, even for q=1 and q=2. Subsequently we introduce a partially duplex clique, parametrized by r∈[0,1], which allows us to tune the network from monoplex (r=0) to duplex (r=1). Such a generalized topology, in which a fraction r of all nodes appear on both levels, allows us to obtain the critical value of r=r^{*}(q) at which a tricriticality (switch from continuous to discontinuous phase transition) appears.

  12. Observing Literacy Practices in Neighbor Institutions

    DEFF Research Database (Denmark)

    Reusch, Charlotte

    ’procedures on language and literacy. Based on this material, we developed an observation scheme and a guide for preschool teachers to follow, inspired by an action learning concept.During fall 2015, a pilot project is carried out. Preschool teachers from one institution visit a neighbor institution one by one during...... work hours, in order to observe and register how language and literacy events look like there. Afterwards, they share their registrations at a team meeting, and discuss and decide which procedures to test in their own institution. Thus, they form a professional learning network. In the pilot project......The Danish National Centre for Reading and a municipality in southern Denmark cooperate to develop a program to improve preschool children’s early literacy skills. The project aims to support preschool teachers’ ability to create a rich literacy environment for children age 3‒6. Recent research...

  13. 1. On note taking.

    Science.gov (United States)

    Plaut, Alfred B J

    2005-02-01

    In this paper the author explores the theoretical and technical issues relating to taking notes of analytic sessions, using an introspective approach. The paper discusses the lack of a consistent approach to note taking amongst analysts and sets out to demonstrate that systematic note taking can be helpful to the analyst. The author describes his discovery that an initial phase where as much data was recorded as possible did not prove to be reliably helpful in clinical work and initially actively interfered with recall in subsequent sessions. The impact of the nature of the analytic session itself and the focus of the analyst's interest on recall is discussed. The author then describes how he modified his note taking technique to classify information from sessions into four categories which enabled the analyst to select which information to record in notes. The characteristics of memory and its constructive nature are discussed in relation to the problems that arise in making accurate notes of analytic sessions.

  14. What happens when patients can see their doctors' note? - the Open Notes movement

    OpenAIRE

    Mende, Susan

    2017-01-01

    Introduction:  The Open Notes movement represents a culture change, enabling patients’ access to their providers’ notes, thereby increasing transparency and patient engagement.Policy context, objective and highlights:  OpenNotes involves allowing patients on-line or hard copy access to their providers’ notes. The one-year initial pilot began in 2010 with twenty thousand patients and one hundred primary care physicians at three medical centers in the United States.  The pilot’s evaluation foun...

  15. Long-term effect of September 11 on the political behavior of victims’ families and neighbors

    Science.gov (United States)

    Hersh, Eitan D.

    2013-01-01

    This article investigates the long-term effect of September 11, 2001 on the political behaviors of victims’ families and neighbors. Relative to comparable individuals, family members and residential neighbors of victims have become—and have stayed—significantly more active in politics in the last 12 years, and they have become more Republican on account of the terrorist attacks. The method used to demonstrate these findings leverages the random nature of the terrorist attack to estimate a causal effect and exploits new techniques to link multiple, individual-level, governmental databases to measure behavioral change without relying on surveys or aggregate analysis. PMID:24324145

  16. Long-term effect of September 11 on the political behavior of victims' families and neighbors.

    Science.gov (United States)

    Hersh, Eitan D

    2013-12-24

    This article investigates the long-term effect of September 11, 2001 on the political behaviors of victims' families and neighbors. Relative to comparable individuals, family members and residential neighbors of victims have become--and have stayed--significantly more active in politics in the last 12 years, and they have become more Republican on account of the terrorist attacks. The method used to demonstrate these findings leverages the random nature of the terrorist attack to estimate a causal effect and exploits new techniques to link multiple, individual-level, governmental databases to measure behavioral change without relying on surveys or aggregate analysis.

  17. Efficient and accurate nearest neighbor and closest pair search in high-dimensional space

    KAUST Repository

    Tao, Yufei

    2010-07-01

    Nearest Neighbor (NN) search in high-dimensional space is an important problem in many applications. From the database perspective, a good solution needs to have two properties: (i) it can be easily incorporated in a relational database, and (ii) its query cost should increase sublinearly with the dataset size, regardless of the data and query distributions. Locality-Sensitive Hashing (LSH) is a well-known methodology fulfilling both requirements, but its current implementations either incur expensive space and query cost, or abandon its theoretical guarantee on the quality of query results. Motivated by this, we improve LSH by proposing an access method called the Locality-Sensitive B-tree (LSB-tree) to enable fast, accurate, high-dimensional NN search in relational databases. The combination of several LSB-trees forms a LSB-forest that has strong quality guarantees, but improves dramatically the efficiency of the previous LSH implementation having the same guarantees. In practice, the LSB-tree itself is also an effective index which consumes linear space, supports efficient updates, and provides accurate query results. In our experiments, the LSB-tree was faster than: (i) iDistance (a famous technique for exact NN search) by two orders ofmagnitude, and (ii) MedRank (a recent approximate method with nontrivial quality guarantees) by one order of magnitude, and meanwhile returned much better results. As a second step, we extend our LSB technique to solve another classic problem, called Closest Pair (CP) search, in high-dimensional space. The long-term challenge for this problem has been to achieve subquadratic running time at very high dimensionalities, which fails most of the existing solutions. We show that, using a LSB-forest, CP search can be accomplished in (worst-case) time significantly lower than the quadratic complexity, yet still ensuring very good quality. In practice, accurate answers can be found using just two LSB-trees, thus giving a substantial

  18. Estimating forest attribute parameters for small areas using nearest neighbors techniques

    Science.gov (United States)

    Ronald E. McRoberts

    2012-01-01

    Nearest neighbors techniques have become extremely popular, particularly for use with forest inventory data. With these techniques, a population unit prediction is calculated as a linear combination of observations for a selected number of population units in a sample that are most similar, or nearest, in a space of ancillary variables to the population unit requiring...

  19. Note Taking and Recall

    Science.gov (United States)

    Fisher, Judith L.; Harris, Mary B.

    1974-01-01

    To study the effect of note taking and opportunity for review on subsequent recall, 88 college students were randomly assigned to five treatment groups utilizing different note taking and review combinations. No treatment effects were found, although quality of notes was positively correlated with free recall an multiple-choice measures.…

  20. Reducing the distance in distance-caregiving by technology innovation

    Directory of Open Access Journals (Sweden)

    Lazelle E Benefield

    2007-07-01

    Full Text Available Lazelle E Benefield1, Cornelia Beck21College of Nursing, University of Oklahoma Health Sciences Center, Oklahoma City, Oklahoma, USA; 2Pat & Willard Walker Family Memory Research Center, University of Arkansas for Medical Sciences, Little Rock, Arkansas, USAAbstract: Family caregivers are responsible for the home care of over 34 million older adults in the United States. For many, the elder family member lives more than an hour’s distance away. Distance caregiving is a growing alternative to more familiar models where: 1 the elder and the family caregiver(s may reside in the same household; or 2 the family caregiver may live nearby but not in the same household as the elder. The distance caregiving model involves elders and their family caregivers who live at some distance, defined as more than a 60-minute commute, from one another. Evidence suggests that distance caregiving is a distinct phenomenon, differs substantially from on-site family caregiving, and requires additional assistance to support the physical, social, and contextual dimensions of the caregiving process. Technology-based assists could virtually connect the caregiver and elder and provide strong support that addresses the elder’s physical, social, cognitive, and/or sensory impairments. Therefore, in today’s era of high technology, it is surprising that so few affordable innovations are being marketed for distance caregiving. This article addresses distance caregiving, proposes the use of technology innovation to support caregiving, and suggests a research agenda to better inform policy decisions related to the unique needs of this situation.Keywords: caregiving, family, distance, technology, elders

  1. Censoring distances based on labeled cortical distance maps in cortical morphometry.

    Science.gov (United States)

    Ceyhan, Elvan; Nishino, Tomoyuki; Alexopolous, Dimitrios; Todd, Richard D; Botteron, Kelly N; Miller, Michael I; Ratnanather, J Tilak

    2013-01-01

    It has been demonstrated that shape differences in cortical structures may be manifested in neuropsychiatric disorders. Such morphometric differences can be measured by labeled cortical distance mapping (LCDM) which characterizes the morphometry of the laminar cortical mantle of cortical structures. LCDM data consist of signed/labeled distances of gray matter (GM) voxels with respect to GM/white matter (WM) surface. Volumes and other summary measures for each subject and the pooled distances can help determine the morphometric differences between diagnostic groups, however they do not reveal all the morphometric information contained in LCDM distances. To extract more information from LCDM data, censoring of the pooled distances is introduced for each diagnostic group where the range of LCDM distances is partitioned at a fixed increment size; and at each censoring step, the distances not exceeding the censoring distance are kept. Censored LCDM distances inherit the advantages of the pooled distances but also provide information about the location of morphometric differences which cannot be obtained from the pooled distances. However, at each step, the censored distances aggregate, which might confound the results. The influence of data aggregation is investigated with an extensive Monte Carlo simulation analysis and it is demonstrated that this influence is negligible. As an illustrative example, GM of ventral medial prefrontal cortices (VMPFCs) of subjects with major depressive disorder (MDD), subjects at high risk (HR) of MDD, and healthy control (Ctrl) subjects are used. A significant reduction in laminar thickness of the VMPFC in MDD and HR subjects is observed compared to Ctrl subjects. Moreover, the GM LCDM distances (i.e., locations with respect to the GM/WM surface) for which these differences start to occur are determined. The methodology is also applicable to LCDM-based morphometric measures of other cortical structures affected by disease.

  2. Censoring Distances Based on Labeled Cortical Distance Maps in Cortical Morphometry

    Directory of Open Access Journals (Sweden)

    Elvan eCeyhan

    2013-10-01

    Full Text Available It has been demonstrated that shape differences are manifested in cortical structures due to neuropsychiatric disorders. Such morphometric differences can be measured by labeled cortical distance mapping (LCDM which characterizes the morphometry of the laminar cortical mantle of cortical structures. LCDM data consist of signed/labeled distances of gray matter (GM voxels with respect to GM/white matter (WM surface. Volumes and other summary measures for each subject and the pooled distances can help determine the morphometric differences between diagnostic groups, however they do not reveal all the morphometric information con-tained in LCDM distances. To extract more information from LCDM data, censoring of the pooled distances is introduced for each diagnostic group where the range of LCDM distances is partitioned at a fixed increment size; and at each censoring step, the distances not exceeding the censoring distance are kept. Censored LCDM distances inherit the advantages of the pooled distances but also provide information about the location of morphometric differences which cannot be obtained from the pooled distances. However, at each step, the censored distances aggregate, which might confound the results. The influence of data aggregation is investigated with an extensive Monte Carlo simulation analysis and it is demonstrated that this influence is negligible. As an illustrative example, GM of ventral medial prefrontal cortices (VMPFCs of subjects with major depressive disorder (MDD, subjects at high risk (HR of MDD, and healthy control (Ctrl subjects are used. A significant reduction in laminar thickness of the VMPFC in MDD and HR subjects is observed compared to Ctrl subjects. Moreover, the GM LCDM distances (i.e., locations with respect to the GM/WM surface for which these differences start to occur are determined. The methodology is also applicable to LCDM-based morphometric measures of other cortical structures affected by disease.

  3. Training for Distance Teaching through Distance Learning.

    Science.gov (United States)

    Cadorath, Jill; Harris, Simon; Encinas, Fatima

    2002-01-01

    Describes a mixed-mode bachelor degree course in English language teaching at the Universidad Autonoma de Puebla (Mexico) that was designed to help practicing teachers write appropriate distance education materials by giving them the experience of being distance students. Includes a course outline and results of a course evaluation. (Author/LRW)

  4. Power-Controlled MAC Protocols with Dynamic Neighbor Prediction for Ad hoc Networks

    Institute of Scientific and Technical Information of China (English)

    LI Meng; ZHANG Lin; XIAO Yong-kang; SHAN Xiu-ming

    2004-01-01

    Energy and bandwidth are the scarce resources in ad hoc networks because most of the mobile nodes are battery-supplied and share the exclusive wireless medium. Integrating the power control into MAC protocol is a promising technique to fully exploit these precious resources of ad hoc wireless networks. In this paper, a new intelligent power-controlled Medium Access Control (MAC) (iMAC) protocol with dynamic neighbor prediction is proposed. Through the elaborate design of the distributed transmit-receive strategy of mobile nodes, iMAC greatly outperforms the prevailing IEEE 802.11 MAC protocols in not only energy conservation but also network throughput. Using the Dynamic Neighbor Prediction (DNP), iMAC performs well in mobile scenes. To the best of our knowledge, iMAC is the first protocol that considers the performance deterioration of power-controlled MAC protocols in mobile scenes and then proposes a solution. Simulation results indicate that DNP is important and necessary for power-controlled MAC protocols in mobile ad hoc networks.

  5. Alfalfa discovery of the nearby gas-rich dwarf galaxy Leo P. IV. Distance measurement from LBT optical imaging

    Energy Technology Data Exchange (ETDEWEB)

    McQuinn, Kristen B. W.; Skillman, Evan D.; Berg, Danielle [Minnesota Institute for Astrophysics, School of Physics and Astronomy, 116 Church Street, S.E., University of Minnesota, Minneapolis, MN 55455 (United States); Cannon, John M. [Department of Physics and Astronomy, Macalester College, 1600 Grand Avenue, Saint Paul, MN 55105 (United States); Salzer, John J.; Rhode, Katherine L. [Department of Astronomy, Indiana University, 727 East 3rd Street, Bloomington, IN 47405 (United States); Adams, Elizabeth A. K.; Giovanelli, Riccardo; Haynes, Martha P. [Center for Radiophysics and Space Research, Space Sciences Building, Cornell University, Ithaca, NY 14853 (United States); Dolphin, Andrew, E-mail: kmcquinn@astro.umn.edu, E-mail: skillman@astro.umn.edu, E-mail: berg@astro.umn.edu, E-mail: jcannon@macalester.edu, E-mail: rhode@astro.indiana.edu, E-mail: slaz@astro.indiana.edu, E-mail: betsey@astro.cornell.edu, E-mail: riccardo@astro.cornell.edu, E-mail: haynes@astro.cornell.edu [Raytheon Company, 1151 E. Hermans Road, Tucson, AZ 85756 (United States)

    2013-12-01

    Leo P is a low-luminosity dwarf galaxy discovered through the blind H I Arecibo Legacy Fast ALFA survey. The H I and follow-up optical observations have shown that Leo P is a gas-rich dwarf galaxy with both active star formation and an underlying older population, as well as an extremely low oxygen abundance. Here, we measure the distance to Leo P by applying the tip of the red giant branch (TRGB) distance method to photometry of the resolved stellar population from new Large Binocular Telescope V and I band imaging. We measure a distance modulus of 26.19{sub −0.50}{sup +0.17} mag corresponding to a distance of 1.72{sub −0.40}{sup +0.14} Mpc. Although our photometry reaches 3 mag below the TRGB, the sparseness of the red giant branch yields higher uncertainties on the lower limit of the distance. Leo P is outside the Local Group with a distance and velocity consistent with the local Hubble flow. While located in a very low-density environment, Leo P lies within ∼0.5 Mpc of a loose association of dwarf galaxies which include NGC 3109, Antlia, Sextans A, and Sextans B, and 1.1 Mpc away from its next nearest neighbor, Leo A. Leo P is one of the lowest metallicity star-forming galaxies known in the nearby universe, comparable in metallicity to I Zw 18 and DDO 68, but with stellar characteristics similar to dwarf spheriodals (dSphs) in the Local Volume such as Carina, Sextans, and Leo II. Given its physical properties and isolation, Leo P may provide an evolutionary link between gas-rich dwarf irregular galaxies and dSphs that have fallen into a Local Group environment and been stripped of their gas.

  6. Tourists consuming distance

    DEFF Research Database (Denmark)

    Larsen, Gunvor Riber

    The environmental impact of tourism mobility is linked to the distances travelled in order to reach a holiday destination, and with tourists travelling more and further than previously, an understanding of how the tourists view the distance they travel across becomes relevant. Based on interviews...... contribute to an understanding of how it is possible to change tourism travel behaviour towards becoming more sustainable. How tourists 'consume distance' is discussed, from the practical level of actually driving the car or sitting in the air plane, to the symbolic consumption of distance that occurs when...... travelling on holiday becomes part of a lifestyle and a social positioning game. Further, different types of tourist distance consumers are identified, ranging from the reluctant to the deliberate and nonchalant distance consumers, who display very differing attitudes towards the distance they all travel...

  7. Analytic processing of distance.

    Science.gov (United States)

    Dopkins, Stephen; Galyer, Darin

    2018-01-01

    How does a human observer extract from the distance between two frontal points the component corresponding to an axis of a rectangular reference frame? To find out we had participants classify pairs of small circles, varying on the horizontal and vertical axes of a computer screen, in terms of the horizontal distance between them. A response signal controlled response time. The error rate depended on the irrelevant vertical as well as the relevant horizontal distance between the test circles with the relevant distance effect being larger than the irrelevant distance effect. The results implied that the horizontal distance between the test circles was imperfectly extracted from the overall distance between them. The results supported an account, derived from the Exemplar Based Random Walk model (Nosofsky & Palmieri, 1997), under which distance classification is based on the overall distance between the test circles, with relevant distance being extracted from overall distance to the extent that the relevant and irrelevant axes are differentially weighted so as to reduce the contribution of irrelevant distance to overall distance. The results did not support an account, derived from the General Recognition Theory (Ashby & Maddox, 1994), under which distance classification is based on the relevant distance between the test circles, with the irrelevant distance effect arising because a test circle's perceived location on the relevant axis depends on its location on the irrelevant axis, and with relevant distance being extracted from overall distance to the extent that this dependency is absent. Copyright © 2017 Elsevier B.V. All rights reserved.

  8. Notes in Colombian Herpetology, II Notes in Colombian Herpetology, II

    Directory of Open Access Journals (Sweden)

    Dunn Emmett Reid

    1944-03-01

    Full Text Available The Lizard Genus Echinosaura (Teiidae in Colombia / Notes on the habits of the Tadpole-Carrying Frog Hyloxalus granuliventris / A New Marsupian Frog (Gastrotheca from Colombia The Lizard Genus Echinosaura (Teiidae in Colombia / Notes on the habits of the Tadpole-Carrying Frog Hyloxalus granuliventris / A New Marsupian Frog (Gastrotheca from Colombia.

  9. Distancing, not embracing, the Distancing-Embracing model of art reception.

    Science.gov (United States)

    Davies, Stephen

    2017-01-01

    Despite denials in the target article, the Distancing-Embracing model appeals to compensatory ideas in explaining the appeal of artworks that elicit negative affect. The model also appeals to the deflationary effects of psychological distancing. Having pointed to the famous rejection in the 1960s of the view that aesthetic experience involves psychological distancing, I suggest that "distance" functions here as a weak metaphor that cannot sustain the explanatory burden the theory demands of it.

  10. Mountain tourism development in Serbia and neighboring countries

    Directory of Open Access Journals (Sweden)

    Krunić Nikola

    2010-01-01

    Full Text Available Mountain areas with their surroundings are important parts of tourism regions with potentials for all-season tourism development and complementary activities. Development possibilities are based on size of high mountain territory, nature protection regimes, infrastructural equipment, provided conditions for leisure and recreation as well as involvement of local population in processes of development and protection. This paper analyses the key aspects of tourism development, winter tourism in high-mountain areas of Serbia and some neighboring countries (Slovakia, Romania, Bulgaria, and Greece. Common determinants of cohesion between nature protection and mountain tourism development, national development policies, applied models and concepts and importance of trans-border cooperation are indicated.

  11. Evidence of codon usage in the nearest neighbor spacing distribution of bases in bacterial genomes

    Science.gov (United States)

    Higareda, M. F.; Geiger, O.; Mendoza, L.; Méndez-Sánchez, R. A.

    2012-02-01

    Statistical analysis of whole genomic sequences usually assumes a homogeneous nucleotide density throughout the genome, an assumption that has been proved incorrect for several organisms since the nucleotide density is only locally homogeneous. To avoid giving a single numerical value to this variable property, we propose the use of spectral statistics, which characterizes the density of nucleotides as a function of its position in the genome. We show that the cumulative density of bases in bacterial genomes can be separated into an average (or secular) plus a fluctuating part. Bacterial genomes can be divided into two groups according to the qualitative description of their secular part: linear and piecewise linear. These two groups of genomes show different properties when their nucleotide spacing distribution is studied. In order to analyze genomes having a variable nucleotide density, statistically, the use of unfolding is necessary, i.e., to get a separation between the secular part and the fluctuations. The unfolding allows an adequate comparison with the statistical properties of other genomes. With this methodology, four genomes were analyzed Burkholderia, Bacillus, Clostridium and Corynebacterium. Interestingly, the nearest neighbor spacing distributions or detrended distance distributions are very similar for species within the same genus but they are very different for species from different genera. This difference can be attributed to the difference in the codon usage.

  12. An interactive cooperation model for neighboring virtual power plants

    International Nuclear Information System (INIS)

    Shabanzadeh, Morteza; Sheikh-El-Eslami, Mohammad-Kazem; Haghifam, Mahmoud-Reza

    2017-01-01

    Highlights: •The trading strategies of a VPP in cooperation with its neighboring VPPs are addressed. •A portfolio of inter-regional contracts is considered to model this cooperation scheme. •A novel mathematical formulation for possible inadvertent transactions is provided. •A two-stage stochastic programming approach is applied to characterize the uncertainty. •Two efficient risk measures, SSD and CVaR, are implemented in the VPP decision-making problem. -- Abstract: Future distribution systems will accommodate an increasing share of distributed energy resources (DERs). Facing with this new reality, virtual power plants (VPPs) play a key role to aggregate DERs with the aim of facilitating their involvement in wholesale electricity markets. In this paper, the trading strategies of a VPP in cooperation with its neighboring VPPs are addressed. Toward this aim, a portfolio of inter-regional contracts is considered to model this cooperation and maximize the energy trade opportunities of the VPP within a medium-term horizon. To hedge against profit variability caused by market price uncertainties, two efficient risk management approaches are also implemented in the VPP decision-making problem based on the concepts of conditional value at risk (CVaR) and second-order stochastic dominance constraints (SSD). The resulting models are formulated as mixed-integer linear programming (MILP) problems that can be solved using off-the-shelf software packages. The efficiency of the proposed risk-hedging models is analyzed through a detailed case study, and thereby relevant conclusions are drawn.

  13. Foundations of Distance Education. Third Edition. Routledge Studies in Distance Education.

    Science.gov (United States)

    Keegan, Desmond

    This text gives an overview of distance education for students, administrators, and practitioners in distance education. Chapter 1 discusses the study of distance education. Chapter 2 analyzes forms of nonconventional education (open, nontraditional) that may have similarities to distance education but are not to be identified with it. Chapter 3…

  14. modelling distances

    Directory of Open Access Journals (Sweden)

    Robert F. Love

    2001-01-01

    Full Text Available Distance predicting functions may be used in a variety of applications for estimating travel distances between points. To evaluate the accuracy of a distance predicting function and to determine its parameters, a goodness-of-fit criteria is employed. AD (Absolute Deviations, SD (Squared Deviations and NAD (Normalized Absolute Deviations are the three criteria that are mostly employed in practice. In the literature some assumptions have been made about the properties of each criterion. In this paper, we present statistical analyses performed to compare the three criteria from different perspectives. For this purpose, we employ the ℓkpθ-norm as the distance predicting function, and statistically compare the three criteria by using normalized absolute prediction error distributions in seventeen geographical regions. We find that there exist no significant differences between the criteria. However, since the criterion SD has desirable properties in terms of distance modelling procedures, we suggest its use in practice.

  15. Note Taking for Geography Students.

    Science.gov (United States)

    Kneale, Pauline E.

    1998-01-01

    Addresses geography students' questions about why, when, and how to take notes. Outlines a step-by-step process for taking notes from written sources and from class lectures. Discusses what types of notes are appropriate for various types of sources. Suggests some ideas for making notes useful for individual learning styles. (DSK)

  16. On that Note...

    Science.gov (United States)

    Stein, Harry

    1988-01-01

    Provides suggestions for note-taking from books, lectures, visual presentations, and laboratory experiments to enhance student knowledge, memory, and length of attention span during instruction. Describes topical and structural outlines, visual mapping, charting, three-column note-taking, and concept mapping. Benefits and application of…

  17. Cultural macroevolution on neighbor graphs : vertical and horizontal transmission among Western North American Indian societies.

    Science.gov (United States)

    Towner, Mary C; Grote, Mark N; Venti, Jay; Borgerhoff Mulder, Monique

    2012-09-01

    What are the driving forces of cultural macroevolution, the evolution of cultural traits that characterize societies or populations? This question has engaged anthropologists for more than a century, with little consensus regarding the answer. We develop and fit autologistic models, built upon both spatial and linguistic neighbor graphs, for 44 cultural traits of 172 societies in the Western North American Indian (WNAI) database. For each trait, we compare models including or excluding one or both neighbor graphs, and for the majority of traits we find strong evidence in favor of a model which uses both spatial and linguistic neighbors to predict a trait's distribution. Our results run counter to the assertion that cultural trait distributions can be explained largely by the transmission of traits from parent to daughter populations and are thus best analyzed with phylogenies. In contrast, we show that vertical and horizontal transmission pathways can be incorporated in a single model, that both transmission modes may indeed operate on the same trait, and that for most traits in the WNAI database, accounting for only one mode of transmission would result in a loss of information.

  18. Slicing, sampling, and distance-dependent effects affect network measures in simulated cortical circuit structures.

    Science.gov (United States)

    Miner, Daniel C; Triesch, Jochen

    2014-01-01

    The neuroanatomical connectivity of cortical circuits is believed to follow certain rules, the exact origins of which are still poorly understood. In particular, numerous nonrandom features, such as common neighbor clustering, overrepresentation of reciprocal connectivity, and overrepresentation of certain triadic graph motifs have been experimentally observed in cortical slice data. Some of these data, particularly regarding bidirectional connectivity are seemingly contradictory, and the reasons for this are unclear. Here we present a simple static geometric network model with distance-dependent connectivity on a realistic scale that naturally gives rise to certain elements of these observed behaviors, and may provide plausible explanations for some of the conflicting findings. Specifically, investigation of the model shows that experimentally measured nonrandom effects, especially bidirectional connectivity, may depend sensitively on experimental parameters such as slice thickness and sampling area, suggesting potential explanations for the seemingly conflicting experimental results.

  19. Efficient and accurate nearest neighbor and closest pair search in high-dimensional space

    KAUST Repository

    Tao, Yufei; Yi, Ke; Sheng, Cheng; Kalnis, Panos

    2010-01-01

    Nearest Neighbor (NN) search in high-dimensional space is an important problem in many applications. From the database perspective, a good solution needs to have two properties: (i) it can be easily incorporated in a relational database, and (ii

  20. Reduction of Conflicts in Mining Development Using "Good Neighbor Agreements"

    Science.gov (United States)

    Masaitis, A.

    2013-05-01

    New environmental and social challenges for the mining industry in both developed and developing countries show the obvious need to implement "responsible" mining practices that include improved community involvement. Good Neighbor Agreements (GNA's) are a relatively new mechanism for improving communication and trust between a mining company and the community. The focus of a GNA will be to provide a written and enforceable agreement, negotiated between the concerned public and the respective mining company to respond to concerns from the public, and also provide a mechanism for conflict resolution, when there is mutual benefit to maintain a working relationship. Development of GNA's, a recently evolving process that promotes environmentally sound relationships between mines and the surrounding communities. Modify and apply the resulting GNA formulas to the developing countries and countries with transitional economies. This is particularly important for countries that have poorly functioning regulatory systems that cannot guarantee a healthy and safe environment for the communities. The fundamental questions addressed by this research. 1. This is a three-year research project started in August 2012 at the University of Nevada, Reno (UNR) to develop a Good Neighbor Agreements standards as well as to investigate the details of mine development. 2. Identify spheres of possible cooperation between mining companies, government organizations, and the Non-Governmental Organizations (NGO's). Use this cooperation to develop international standards for the GNA, to promote exchange of environmental information, and exchange of successful environmental, health, and safety practices between mining operations from different countries. Discussion: The Good Neighbor Agreement currently evolving will address the following: 1. Provide an economically viable mechanism for developing a partnership between mining operations and the local communities that will increase mining industry

  1. Brownian distance covariance

    OpenAIRE

    Székely, Gábor J.; Rizzo, Maria L.

    2010-01-01

    Distance correlation is a new class of multivariate dependence coefficients applicable to random vectors of arbitrary and not necessarily equal dimension. Distance covariance and distance correlation are analogous to product-moment covariance and correlation, but generalize and extend these classical bivariate measures of dependence. Distance correlation characterizes independence: it is zero if and only if the random vectors are independent. The notion of covariance with...

  2. Gastronomy Tourism in Several Neighbor Countries of Indonesia: a Brief Review

    Directory of Open Access Journals (Sweden)

    Kurniasih Sukenti

    2014-04-01

    Full Text Available Gastronomy tourism, also called culinary tourism or food tourism, is a kind of tourism that provide attractions based on the culinary aspect owned by a country, region, or area. It is not only offers food and beverages as the main objects in its attractions, but also everything related to food activities ranging from food ingredients, preparation, processing, serving, as well as the cultural and local values. A well-managed culinary tourism will be a supportive program in developing and enhancing the tourism sector in a country. The objective of this paper is to describe the profile of gastronomy tourism in several neighbor countries of Indonesia, i.e. Hongkong, Singapore, Thailand, and Malaysia. This brief review is also discussed the potential of Indonesia gastronomy in supporting government’s tourism program. Basically, Indonesia has more enormous potential asset in managing its cultural heritages in term of culinary than its neighbor countries. A well-managed gastronomy tourism plays not only an important role in enhancing the economic sector, but also contribute in preserving the natural and cultural resources. Keywords: gastronomy tourism, culinary tourism, food tourism.

  3. Disentangling neighbors and extended range density oscillations in monatomic amorphous semiconductors.

    Science.gov (United States)

    Roorda, S; Martin, C; Droui, M; Chicoine, M; Kazimirov, A; Kycia, S

    2012-06-22

    High energy x-ray diffraction measurements of pure amorphous Ge were made and its radial distribution function (RDF) was determined at high resolution, revealing new information on the atomic structure of amorphous semiconductors. Fine structure in the second peak in the RDF provides evidence that a fraction of third neighbors are closer than some second neighbors; taking this into account leads to a narrow distribution of tetrahedral bond angles, (8.5 ± 0.1)°. A small peak which appears near 5 Å upon thermal annealing shows that some ordering in the dihedral bond-angle distribution takes place during structural relaxation. Extended range order is detected (in both a-Ge and a-Si) which persists to beyond 20 Å, and both the periodicity and its decay length increase upon thermal annealing. Previously, the effect of structural relaxation was only detected at intermediate range, involving reduced tetrahedral bond-angle distortions. These results enhance our understanding of the atomic order in continuous random networks and place significantly more stringent requirements on computer models intending to describe these networks, or their alternatives which attempt to describe the structure in terms of an arrangement of paracrystals.

  4. Traversing psychological distance.

    Science.gov (United States)

    Liberman, Nira; Trope, Yaacov

    2014-07-01

    Traversing psychological distance involves going beyond direct experience, and includes planning, perspective taking, and contemplating counterfactuals. Consistent with this view, temporal, spatial, and social distances as well as hypotheticality are associated, affect each other, and are inferred from one another. Moreover, traversing all distances involves the use of abstraction, which we define as forming a belief about the substitutability for a specific purpose of subjectively distinct objects. Indeed, across many instances of both abstraction and psychological distancing, more abstract constructs are used for more distal objects. Here, we describe the implications of this relation for prediction, choice, communication, negotiation, and self-control. We ask whether traversing distance is a general mental ability and whether distance should replace expectancy in expected-utility theories. Copyright © 2014 Elsevier Ltd. All rights reserved.

  5. Equivalent charge source model based iterative maximum neighbor weight for sparse EEG source localization.

    Science.gov (United States)

    Xu, Peng; Tian, Yin; Lei, Xu; Hu, Xiao; Yao, Dezhong

    2008-12-01

    How to localize the neural electric activities within brain effectively and precisely from the scalp electroencephalogram (EEG) recordings is a critical issue for current study in clinical neurology and cognitive neuroscience. In this paper, based on the charge source model and the iterative re-weighted strategy, proposed is a new maximum neighbor weight based iterative sparse source imaging method, termed as CMOSS (Charge source model based Maximum neighbOr weight Sparse Solution). Different from the weight used in focal underdetermined system solver (FOCUSS) where the weight for each point in the discrete solution space is independently updated in iterations, the new designed weight for each point in each iteration is determined by the source solution of the last iteration at both the point and its neighbors. Using such a new weight, the next iteration may have a bigger chance to rectify the local source location bias existed in the previous iteration solution. The simulation studies with comparison to FOCUSS and LORETA for various source configurations were conducted on a realistic 3-shell head model, and the results confirmed the validation of CMOSS for sparse EEG source localization. Finally, CMOSS was applied to localize sources elicited in a visual stimuli experiment, and the result was consistent with those source areas involved in visual processing reported in previous studies.

  6. Keeping up With The Neighbors: Nonproliferation and Implementation of UNSCR 1540

    Science.gov (United States)

    2016-02-15

    be respectful of the rule of law and a competitive participatory democracy , yet fail to implement UNSCR 1540, just like its neighbors. Discussion...risk-taking between 1816 and 1992. They found a strong association between conservative governmental decision-making and not only democracies , but...specifically those democracies with highly competitive political systems.46 In addition, Bruce Bueno de Mesquita, et.al. found a significant

  7. 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

  8. 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

  9. Credit scoring analysis using weighted k nearest neighbor

    Science.gov (United States)

    Mukid, M. A.; Widiharih, T.; Rusgiyono, A.; Prahutama, A.

    2018-05-01

    Credit scoring is a quatitative method to evaluate the credit risk of loan applications. Both statistical methods and artificial intelligence are often used by credit analysts to help them decide whether the applicants are worthy of credit. These methods aim to predict future behavior in terms of credit risk based on past experience of customers with similar characteristics. This paper reviews the weighted k nearest neighbor (WKNN) method for credit assessment by considering the use of some kernels. We use credit data from a private bank in Indonesia. The result shows that the Gaussian kernel and rectangular kernel have a better performance based on the value of percentage corrected classified whose value is 82.4% respectively.

  10. Fusion yield rate recovery by escaping hot-spot fast ions in the neighboring fuel layer

    Science.gov (United States)

    Tang, Xian-Zhu; McDevitt, C. J.; Guo, Zehua; Berk, H. L.

    2014-02-01

    Free-streaming loss by fast ions can deplete the tail population in the hot spot of an inertial confinement fusion (ICF) target. Escaping fast ions in the neighboring fuel layer of a cryogenic target can produce a surplus of fast ions locally. In contrast to the Knudsen layer effect that reduces hot-spot fusion reactivity due to tail ion depletion, the inverse Knudsen layer effect increases fusion reactivity in the neighboring fuel layer. In the case of a burning ICF target in the presence of significant hydrodynamic mix which aggravates the Knudsen layer effect, the yield recovery largely compensates for the yield reduction. For mix-dominated sub-ignition targets, the yield reduction is the dominant process.

  11. VA OpenNotes: exploring the experiences of early patient adopters with access to clinical notes.

    Science.gov (United States)

    Nazi, Kim M; Turvey, Carolyn L; Klein, Dawn M; Hogan, Timothy P; Woods, Susan S

    2015-03-01

    To explore the experience of early patient adopters who accessed their clinical notes online using the Blue Button feature of the My HealtheVet portal. A web-based survey of VA patient portal users from June 22 to September 15, 2013. 33.5% of respondents knew that clinical notes could be viewed, and nearly one in four (23.5%) said that they had viewed their notes at least once. The majority of VA Notes users agreed that accessing their notes will help them to do a better job of taking medications as prescribed (80.1%) and be better prepared for clinic visits (88.6%). Nine out of 10 users agreed that use of visit notes will help them understand their conditions better (91.8%), and better remember the plan for their care (91.9%). In contrast, 87% disagreed that VA Notes will make them worry more, and 88.4% disagreed that access to VA Notes will be more confusing than helpful. Users who had either contacted their provider or healthcare team (11.9%) or planned to (13.5%) primarily wanted to learn more about a health issue, medication, or test results (53.7%). Initial assessment of the patient experience within the first 9 months of availability provides evidence that patients both value and benefit from online access to clinical notes. These findings are congruent with OpenNotes study findings on a broader scale. Additional outreach and education is needed to enhance patient awareness. Healthcare professionals should author notes keeping in mind the opportunity patient access presents for enhanced communication. © The Author 2014. Published by Oxford University Press on behalf of the American Medical Informatics Association. All rights reserved. For Permissions, please email: journals.permissions@oup.com.

  12. Carbon-hydrogen defects with a neighboring oxygen atom in n-type Si

    Science.gov (United States)

    Gwozdz, K.; Stübner, R.; Kolkovsky, Vl.; Weber, J.

    2017-07-01

    We report on the electrical activation of neutral carbon-oxygen complexes in Si by wet-chemical etching at room temperature. Two deep levels, E65 and E75, are observed by deep level transient spectroscopy in n-type Czochralski Si. The activation enthalpies of E65 and E75 are obtained as EC-0.11 eV (E65) and EC-0.13 eV (E75). The electric field dependence of their emission rates relates both levels to single acceptor states. From the analysis of the depth profiles, we conclude that the levels belong to two different defects, which contain only one hydrogen atom. A configuration is proposed, where the CH1BC defect, with hydrogen in the bond-centered position between neighboring C and Si atoms, is disturbed by interstitial oxygen in the second nearest neighbor position to substitutional carbon. The significant reduction of the CH1BC concentration in samples with high oxygen concentrations limits the use of this defect for the determination of low concentrations of substitutional carbon in Si samples.

  13. Open and Distance Learning Today. Routledge Studies in Distance Education Series.

    Science.gov (United States)

    Lockwood, Fred, Ed.

    This book contains the following papers on open and distance learning today: "Preface" (Daniel); "Big Bang Theory in Distance Education" (Hawkridge); "Practical Agenda for Theorists of Distance Education" (Perraton); "Trends, Directions and Needs: A View from Developing Countries" (Koul); "American…

  14. Mind the gap: a flow instability controlled by particle-surface distance

    Science.gov (United States)

    Driscoll, Michelle; Delmotte, Blaise; Youssef, Mena; Sacanna, Stefano; Donev, Aleksandar; Chaikin, Paul

    2016-11-01

    Does a rotating particle always spin in place? Not if that particle is near a surface: rolling leads to translational motion, as well as very strong flows around the particle, even quite far away. These large advective flows strongly couple the motion of neighboring particles, giving rise to strong collective effects in groups of rolling particles. Using a model experimental system, weakly magnetic colloids driven by a rotating magnetic field, we observe that driving a compact group of microrollers leads to a new kind of flow instability. First, an initially uniformly-distributed strip of particles evolves into a shock structure, and then it becomes unstable, emitting fingers with a well-defined wavelength. Using 3D large-scale simulations in tandem with our experiments, we find that the instability wavelength is controlled not by the driving torque or the fluid viscosity, but a geometric parameter: the microroller's distance above the container floor. Furthermore, we find that the instability dynamics can be reproduced using only one ingredient: hydrodynamic interactions near a no-slip boundary.

  15. Grouping Notes Through NodesThe Functions of Post-It™ Notes in Design Team Cognition

    DEFF Research Database (Denmark)

    Dove, Graham; Abildgaard, Sille Julie; Biskjaer, Michael Mose

    The Post-It™ note is a frequently used, and yet seldom studied, design material. We investigate the functions Post-It™ notes serve when providing cognitive support for creative design team practice. Our investigation considers the ways in which Post-It™ notes function as design externalisations......, both individually and when grouped, and their role in categorisation in semantic long-term memory. To do this, we adopt a multimodal analytical approach focusing on interaction between humans, and between humans and artefacts, alongside language. We discuss in detail examples of four different...... externalisation functions served by Post-It™ notes, and show how these functions are present in complex overlapping combinations rather than being discrete. We then show how the temporal development of Post-It™ note interactions supports categorisation qualities of semantic long-term memory....

  16. The influence of As/III pressure ratio on nitrogen nearest-neighbor environments in as-grown GaInNAs quantum wells

    International Nuclear Information System (INIS)

    Kudrawiec, R.; Poloczek, P.; Misiewicz, J.; Korpijaervi, V.-M.; Laukkanen, P.; Pakarinen, J.; Dumitrescu, M.; Guina, M.; Pessa, M.

    2009-01-01

    The energy fine structure, corresponding to different nitrogen nearest-neighbor environments, was observed in contactless electroreflectance (CER) spectra of as-grown GaInNAs quantum wells (QWs) obtained at various As/III pressure ratios. In the spectral range of the fundamental transition, two CER resonances were detected for samples grown at low As pressures whereas only one CER resonance was observed for samples obtained at higher As pressures. This resonance corresponds to the most favorable nitrogen nearest-neighbor environment in terms of the total crystal energy. It means that the nitrogen nearest-neighbor environment in GaInNAs QWs can be controlled in molecular beam epitaxy process by As/III pressure ratio.

  17. Highway Travel Time Prediction Using Sparse Tensor Completion Tactics and K-Nearest Neighbor Pattern Matching Method

    Directory of Open Access Journals (Sweden)

    Jiandong Zhao

    2018-01-01

    Full Text Available Remote transportation microwave sensor (RTMS technology is being promoted for China’s highways. The distance is about 2 to 5 km between RTMSs, which leads to missing data and data sparseness problems. These two problems seriously restrict the accuracy of travel time prediction. Aiming at the data-missing problem, based on traffic multimode characteristics, a tensor completion method is proposed to recover the lost RTMS speed and volume data. Aiming at the data sparseness problem, virtual sensor nodes are set up between real RTMS nodes, and the two-dimensional linear interpolation and piecewise method are applied to estimate the average travel time between two nodes. Next, compared with the traditional K-nearest neighbor method, an optimal KNN method is proposed for travel time prediction. optimization is made in three aspects. Firstly, the three original state vectors, that is, speed, volume, and time of the day, are subdivided into seven periods. Secondly, the traffic congestion level is added as a new state vector. Thirdly, the cross-validation method is used to calibrate the K value to improve the adaptability of the KNN algorithm. Based on the data collected from Jinggangao highway, all the algorithms are validated. The results show that the proposed method can improve data quality and prediction precision of travel time.

  18. Diagnosis of Diabetes Diseases Using an Artificial Immune Recognition System2 (AIRS2) with Fuzzy K-nearest Neighbor

    OpenAIRE

    CHIKH, Mohamed Amine; SAIDI, Meryem; SETTOUTI, Nesma

    2012-01-01

    The use of expert systems and artificial intelligence techniques in disease diagnosis has been increasing gradually. Artificial Immune Recognition System (AIRS) is one of the methods used in medical classification problems. AIRS2 is a more efficient version of the AIRS algorithm. In this paper, we used a modified AIRS2 called MAIRS2 where we replace the K- nearest neighbors algorithm with the fuzzy K-nearest neighbors to improve the diagnostic accuracy of diabetes diseases. The diabetes disea...

  19. On the difference in oscillator strengths of inner shell excitations in noble gases and their alkali neighbors

    International Nuclear Information System (INIS)

    Amusia, M.Y.; Baltenkov, A.S.; Zhuravleva, G.I.

    1995-01-01

    It is demonstrated that the oscillator strength of resonant inner-shell excitation in a noble gas atom is considerably smaller than that in its alkali neighbor because in the latter case the effective charge acting upon excited electron is much bigger. With increase of the excitation's principal quantum number the difference between line intensities in noble gases and their alkali neighbors rapidly disappears. The calculations are performed in the Hartree-Fock approximation and with inclusion of rearrangement effects due to inner vacancy creation and its Auger decay. A paper has been submitted for publication

  20. Slicing, sampling, and distance-dependent effects affect network measures in simulated cortical circuit structures

    Directory of Open Access Journals (Sweden)

    Daniel Carl Miner

    2014-11-01

    Full Text Available The neuroanatomical connectivity of cortical circuits is believed to follow certain rules, the exact origins of which are still poorly understood. In particular, numerous nonrandom features, such as common neighbor clustering, overrepresentation of reciprocal connectivity, and overrepresentation of certain triadic graph motifs have been experimentally observed in cortical slice data. Some of these data, particularly regarding bidirectional connectivity are seemingly contradictory, and the reasons for this are unclear. Here we present a simple static geometric network model with distance-dependent connectivity on a realistic scale that naturally gives rise to certain elements of these observed behaviors, and may provide plausible explanations for some of the conflicting findings. Specifically, investigation of the model shows that experimentally measured nonrandom effects, especially bidirectional connectivity, may depend sensitively on experimental parameters such as slice thickness and sampling area, suggesting potential explanations for the seemingly conflicting experimental results.

  1. Nearest neighbors EPR superhyperfine interaction in divalent iridium complexes in alkali halide host lattice

    International Nuclear Information System (INIS)

    Pinhal, N.M.; Vugman, N.V.

    1983-01-01

    Further splitting of chlorine superhyperfine lines on the EPR spectrum of the [Ir (CN) 4 Cl 2 ] 4 - molecular species in NaCl latice indicates a super-superhyperfine interaction with the nearest neighbors sodium atoms. (Author) [pt

  2. From a distance: implications of spontaneous self-distancing for adaptive self-reflection.

    Science.gov (United States)

    Ayduk, Ozlem; Kross, Ethan

    2010-05-01

    Although recent experimental work indicates that self-distancing facilitates adaptive self-reflection, it remains unclear (a) whether spontaneous self-distancing leads to similar adaptive outcomes, (b) how spontaneous self-distancing relates to avoidance, and (c) how this strategy impacts interpersonal behavior. Three studies examined these issues demonstrating that the more participants spontaneously self-distanced while reflecting on negative memories, the less emotional (Studies 1-3) and cardiovascular (Study 2) reactivity they displayed in the short term. Spontaneous self-distancing was also associated with lower emotional reactivity and intrusive ideation over time (Study 1). The negative association between spontaneous self-distancing and emotional reactivity was mediated by how participants construed their experience (i.e., less recounting relative to reconstruing) rather than avoidance (Studies 1-2). In addition, spontaneous self-distancing was associated with more problem-solving behavior and less reciprocation of negativity during conflicts among couples in ongoing relationships (Study 3). Although spontaneous self-distancing was empirically related to trait rumination, it explained unique variance in predicting key outcomes. 2010 APA, all rights reserved

  3. COMPARATIVE PERSPECTIVES OF STUDY STRATEGIES AMONG HIGH AND LOW ACHIEVERS DISTANCE LEARNING STUDENTS

    Directory of Open Access Journals (Sweden)

    Muhammad Imran YOUSUF

    2009-07-01

    Full Text Available The main aim of this research is to better understand and draw perceptions of low and high achiever distance learners about their study patterns. The study indicates the areas where significant difference is found among low and high achievers of Allama Iqbal Open University, Pakistan through a self developed questionnaire covering their preferred study location, study times, number of hours spent on study, the difficulties affecting their study patterns and the organization of study strategies in comparative perspective. Greater difficulties were being faced by low achievers in their study. Increased difficulties were encountered by low achievers with study material, volume of study, self-motivation and other factors. There was no significant difference between low and high achievers for their study strategies of studying materials without taking notes and reading aloud. Greater low achievers attempted easy portions of their study material first and took notes simultaneously as compared to high achievers.

  4. Distance-regular graphs

    NARCIS (Netherlands)

    van Dam, Edwin R.; Koolen, Jack H.; Tanaka, Hajime

    2016-01-01

    This is a survey of distance-regular graphs. We present an introduction to distance-regular graphs for the reader who is unfamiliar with the subject, and then give an overview of some developments in the area of distance-regular graphs since the monograph 'BCN'[Brouwer, A.E., Cohen, A.M., Neumaier,

  5. Hierarchical traits distances explain grassland Fabaceae species' ecological niches distances

    Science.gov (United States)

    Fort, Florian; Jouany, Claire; Cruz, Pablo

    2015-01-01

    Fabaceae species play a key role in ecosystem functioning through their capacity to fix atmospheric nitrogen via their symbiosis with Rhizobium bacteria. To increase benefits of using Fabaceae in agricultural systems, it is necessary to find ways to evaluate species or genotypes having potential adaptations to sub-optimal growth conditions. We evaluated the relevance of phylogenetic distance, absolute trait distance and hierarchical trait distance for comparing the adaptation of 13 grassland Fabaceae species to different habitats, i.e., ecological niches. We measured a wide range of functional traits (root traits, leaf traits, and whole plant traits) in these species. Species phylogenetic and ecological distances were assessed from a species-level phylogenetic tree and species' ecological indicator values, respectively. We demonstrated that differences in ecological niches between grassland Fabaceae species were related more to their hierarchical trait distances than to their phylogenetic distances. We showed that grassland Fabaceae functional traits tend to converge among species with the same ecological requirements. Species with acquisitive root strategies (thin roots, shallow root systems) are competitive species adapted to non-stressful meadows, while conservative ones (coarse roots, deep root systems) are able to tolerate stressful continental climates. In contrast, acquisitive species appeared to be able to tolerate low soil-P availability, while conservative ones need high P availability. Finally we highlight that traits converge along the ecological gradient, providing the assumption that species with similar root-trait values are better able to coexist, regardless of their phylogenetic distance. PMID:25741353

  6. Hierarchical traits distances explain grassland Fabaceae species’ ecological niches distances

    Directory of Open Access Journals (Sweden)

    Florian eFort

    2015-02-01

    Full Text Available Fabaceae species play a key role in ecosystem functioning through their capacity to fix atmospheric nitrogen via their symbiosis with Rhizobium bacteria. To increase benefits of using Fabaceae in agricultural systems, it is necessary to find ways to evaluate species or genotypes having potential adaptations to sub-optimal growth conditions. We evaluated the relevance of phylogenetic distance, absolute trait distance and hierarchical trait distance for comparing the adaptation of 13 grassland Fabaceae species to different habitats, i.e. ecological niches. We measured a wide range of functional traits (root traits, leaf traits and whole plant traits in these species. Species phylogenetic and ecological distances were assessed from a species-level phylogenetic tree and species’ ecological indicator values, respectively. We demonstrated that differences in ecological niches between grassland Fabaceae species were related more to their hierarchical trait distances than to their phylogenetic distances. We showed that grassland Fabaceae functional traits tend to converge among species with the same ecological requirements. Species with acquisitive root strategies (thin roots, shallow root systems are competitive species adapted to non-stressful meadows, while conservative ones (coarse roots, deep root systems are able to tolerate stressful continental climates. In contrast, acquisitive species appeared to be able to tolerate low soil-P availability, while conservative ones need high P availability. Finally we highlight that traits converge along the ecological gradient, providing the assumption that species with similar root-trait values are better able to coexist, regardless of their phylogenetic distance.

  7. GLOBALIZATION, INFORMATION AND COMMUNICATION TECHNOLOGIES (ICTs AND OPEN/DISTANCE LEARNING IN NIGERIA: Trends, Issues and Solution

    Directory of Open Access Journals (Sweden)

    Akande Joshua OLUSOLA

    2011-07-01

    Full Text Available The main thrust of this paper is to discuss the development of open and distance education in Nigeria and the major manifestations of the use of information and communication technologies (ICTs in education in open and distance learning. This study further discusses the importance and use of ICTs in open and distance learning in making education accessible to a larger population of students. From that vantage point this paper reviews the phenomenon of ICTs in open and distance learning in developing countries such as Nigeria. The paper identifies a number of issues that impede the effective optimization of ICTs in open and distance learning in developing countries. Prominent among the issues highlighted are poverty, intermittent supply of electricity and language barrier. The paper argues that these problems are to be tackled if the objective of enhancing the potentials of ICTs in open and distance learning in developing countries were to be achieved. On that note the current paper makes some humble suggestions on how to curtail the problems. The study employed descriptive method. An intact class of students that registered for the Bachelor of Education distance learning programme of the Faculty of Education of the Obafemi Awolowo University,Ile-Ife formed the samples used for the study. This was done to collect information on the factors affecting usage of ICT. The result shows that lack of skills rank highest (46.1%, following this is non availability of ICT at home (18.8%, costs (11.3% and non familiarity with ICT (10.6%.

  8. Exactly solvable spin-1 Ising–Heisenberg diamond chain with the second-neighbor interaction between nodal spins

    International Nuclear Information System (INIS)

    Hovhannisyan, V V; Ananikian, N S; Strečka, J

    2016-01-01

    The spin-1 Ising–Heisenberg diamond chain with the second-neighbor interaction between nodal spins is rigorously solved using the transfer-matrix method. In particular, exact results for the ground state, magnetization process and specific heat are presented and discussed. It is shown that further-neighbor interaction between nodal spins gives rise to three novel ground states with a translationally broken symmetry, but at the same time, does not increases the total number of intermediate plateaus in a zero-temperature magnetization curve compared with the simplified model without this interaction term. The zero-field specific heat displays interesting thermal dependencies with a single- or double-peak structure. (paper)

  9. Numerical distance protection

    CERN Document Server

    Ziegler, Gerhard

    2011-01-01

    Distance protection provides the basis for network protection in transmission systems and meshed distribution systems. This book covers the fundamentals of distance protection and the special features of numerical technology. The emphasis is placed on the application of numerical distance relays in distribution and transmission systems.This book is aimed at students and engineers who wish to familiarise themselves with the subject of power system protection, as well as the experienced user, entering the area of numerical distance protection. Furthermore it serves as a reference guide for s

  10. SAFETY NOTES

    CERN Document Server

    TIS Secretariat

    2001-01-01

    Please note that the revisions of safety notes no 3 (NS 3 Rev. 2) and no 24 (NS 24 REV.) entitled respectively 'FIRE PREVENTION FOR ENCLOSED SPACES IN LARGE HALLS' and 'REMOVING UNBURIED ELV AND LVA ELECTRIC CONDUITS' are available on the web at the following urls: http://edmsoraweb.cern.ch:8001/cedar/doc.download?document_id=322811&version=1&filename=version_francaise.pdf http://edmsoraweb.cern.ch:8001/cedar/doc.download?document_id=322861&version=2&filename=version_francaise.pdf Paper copies can also be obtained from the TIS Divisional Secretariat, email tis.secretariat@cern.ch

  11. A dynamic evolutionary clustering perspective: Community detection in signed networks by reconstructing neighbor sets

    Science.gov (United States)

    Chen, Jianrui; Wang, Hua; Wang, Lina; Liu, Weiwei

    2016-04-01

    Community detection in social networks has been intensively studied in recent years. In this paper, a novel similarity measurement is defined according to social balance theory for signed networks. Inter-community positive links are found and deleted due to their low similarity. The positive neighbor sets are reconstructed by this method. Then, differential equations are proposed to imitate the constantly changing states of nodes. Each node will update its state based on the difference between its state and average state of its positive neighbors. Nodes in the same community will evolve together with time and nodes in the different communities will evolve far away. Communities are detected ultimately when states of nodes are stable. Experiments on real world and synthetic networks are implemented to verify detection performance. The thorough comparisons demonstrate the presented method is more efficient than two acknowledged better algorithms.

  12. 77 FR 50504 - Good Neighbor Environmental Board Notification of Public Advisory Committee Teleconference

    Science.gov (United States)

    2012-08-21

    ... recommendations to the President and Congress on environmental and infrastructure issues along the U.S. border with Mexico. Purpose of Meeting: The purpose of this teleconference is to discuss the Good Neighbor Environmental Board's Fifteenth Report. The report will focus on water infrastructure issues in the U.S.-Mexico...

  13. 77 FR 13599 - Good Neighbor Environmental Board; Notification of Public Advisory Committee Teleconference

    Science.gov (United States)

    2012-03-07

    ... recommendations to the President and Congress on environmental and infrastructure issues along the U.S. border with Mexico. Purpose of Meeting: The purpose of this teleconference is to discuss the Good Neighbor Environmental Board's Fifteenth Report. The report will focus on water infrastructure issues in the U.S.-Mexico...

  14. Giant Planets: Good Neighbors for Habitable Worlds?

    Science.gov (United States)

    Georgakarakos, Nikolaos; Eggl, Siegfried; Dobbs-Dixon, Ian

    2018-04-01

    The presence of giant planets influences potentially habitable worlds in numerous ways. Massive celestial neighbors can facilitate the formation of planetary cores and modify the influx of asteroids and comets toward Earth analogs later on. Furthermore, giant planets can indirectly change the climate of terrestrial worlds by gravitationally altering their orbits. Investigating 147 well-characterized exoplanetary systems known to date that host a main-sequence star and a giant planet, we show that the presence of “giant neighbors” can reduce a terrestrial planet’s chances to remain habitable, even if both planets have stable orbits. In a small fraction of systems, however, giant planets slightly increase the extent of habitable zones provided that the terrestrial world has a high climate inertia. In providing constraints on where giant planets cease to affect the habitable zone size in a detrimental fashion, we identify prime targets in the search for habitable worlds.

  15. The Distance Standard Deviation

    OpenAIRE

    Edelmann, Dominic; Richards, Donald; Vogel, Daniel

    2017-01-01

    The distance standard deviation, which arises in distance correlation analysis of multivariate data, is studied as a measure of spread. New representations for the distance standard deviation are obtained in terms of Gini's mean difference and in terms of the moments of spacings of order statistics. Inequalities for the distance variance are derived, proving that the distance standard deviation is bounded above by the classical standard deviation and by Gini's mean difference. Further, it is ...

  16. Chaotic Synchronization in Nearest-Neighbor Coupled Networks of 3D CNNs

    OpenAIRE

    Serrano-Guerrero, H.; Cruz-Hernández, C.; López-Gutiérrez, R.M.; Cardoza-Avendaño, L.; Chávez-Pérez, R.A.

    2013-01-01

    In this paper, a synchronization of Cellular Neural Networks (CNNs) in nearest-neighbor coupled arrays, is numerically studied. Synchronization of multiple chaotic CNNs is achieved by appealing to complex systems theory. In particular, we consider dynamical networks composed by 3D CNNs, as interconnected nodes, where the interactions in the networks are defined by coupling the first state of each node. Four cases of interest are considered: i) synchronization without chaotic master, ii) maste...

  17. Distance Education in Turkey

    Directory of Open Access Journals (Sweden)

    Dr. Nursel Selver RUZGAR,

    2004-04-01

    Full Text Available Distance Education in Turkey Assistant Professor Dr. Nursel Selver RUZGAR Technical Education Faculty Marmara University, TURKEY ABSTRACT Many countries of the world are using distance education with various ways, by internet, by post and by TV. In this work, development of distance education in Turkey has been presented from the beginning. After discussing types and applications for different levels of distance education in Turkey, the distance education was given in the cultural aspect of the view. Then, in order to create the tendencies and thoughts of graduates of Higher Education Institutions and Distance Education Institutions about being competitors in job markets, sufficiency of education level, advantages for education system, continuing education in different Institutions, a face-to-face survey was applied to 1284 graduates, 958 from Higher Education Institutions and 326 from Distance Education Institutions. The results were evaluated and discussed. In the last part of this work, suggestions to become widespread and improve the distance education in the country were made.

  18. Employers' views on the fit note.

    Science.gov (United States)

    Kotze, E

    2014-12-01

    The fit note replaced the sick note in 2010. The statement of fitness for work (fit note) is expected to benefit the British economy by helping more people stay in work and prevent long-term sickness absence. Understanding and responding to employers' views on the fit note is key, in order for this goal to be achieved. To explore employers' views on the fit note. A qualitative study was undertaken and face-to-face interviews were conducted with participants representing employers from a variety of industries. There were 21 participants who were mainly human resources officers and line managers. Employers welcomed the introduction of the fit note and felt that it was an improvement on the sick note. The majority of employers felt the fit note had the potential to promote an earlier return to work, if used properly. The main problems reported were the completion of the fit notes and quality of advice received from general practitioners. Employers felt that the most helpful advice came from fit notes with information on the functional effects of the medical condition. Some employers found return to work decisions problematic. The fit note has the potential to promote an earlier return to work. In order for the fit note to achieve its aim, further understanding of the difficulties employers are having when making return to work decisions is important, in order to develop guidance to enable them to provide the practical support employees need to return to work sooner. © The Author 2014. Published by Oxford University Press on behalf of the Society of Occupational Medicine. All rights reserved. For Permissions, please email: journals.permissions@oup.com.

  19. Loving All Your Neighbors: Why Community Colleges Need the Academic Study of Religion

    Science.gov (United States)

    Maley, Melissa

    2013-01-01

    This chapter explains how the study of world religions prepares the community college student to become a better citizen, worker, and neighbor. The effective middle between the pitfalls of religious relativism and religious dominance in a world religions classroom is central to this discussion of teaching critical thinking, empathy, and…

  20. Dose distribution in the thyroid and neighboring regions in therapy with 131I

    International Nuclear Information System (INIS)

    Monteiro, Rommel Barbosa; Bonifacio, Daniel Alexandre Baptista; Sa, Lidia Vasconcellos de

    2013-01-01

    In this work, simulations were performed with two types of computer simulators: the MIRD phantom and voxel phantom MASH, both of type adult male and in the standing position, coupled to the computational tool GATE (Geant4 Application for Tomographic Emission), to obtain the dose deposited in thyroid and neighboring regions

  1. EndNote 7.0

    Directory of Open Access Journals (Sweden)

    Eapen Bell

    2006-01-01

    Full Text Available EndNote is a useful software for online literature search and efficient bibliography management. It helps to format the bibliography according to the citation style of each journal. EndNote stores references in a library file, which can be shared with others. It can connect to online resources like PubMed and retrieve search results as per the search criteria. It can also effortlessly integrate with popular word processors like MS Word. The Indian Journal of Dermatology, Venereology and Leprology website has a provision to import references to EndNote.

  2. The impact of note taking style and note availability at retrieval on mock jurors' recall and recognition of trial information.

    Science.gov (United States)

    Thorley, Craig; Baxter, Rebecca E; Lorek, Joanna

    2016-01-01

    Jurors forget critical trial information and what they do recall can be inaccurate. Jurors' recall of trial information can be enhanced by permitting them to take notes during a trial onto blank sheets of paper (henceforth called freestyle note taking). A recent innovation is the trial-ordered-notebook (TON) for jurors, which is a notebook containing headings outlining the trial proceedings and which has space beneath each heading for notes. In a direct comparison, TON note takers recalled more trial information than freestyle note takers. This study investigated whether or not note taking improves recall as a result of enhanced encoding or as a result of note access at retrieval. To assess this, mock jurors watched and freely recalled a trial video with one-fifth taking no notes, two-fifths taking freestyle notes and two-fifths using TONs. During retrieval, half of the freestyle and TON note takers could access their notes. Note taking enhanced recall, with the freestyle note takers and TON note takers without note access performing equally as well. Note taking therefore enhances encoding. Recall was greatest for the TON note takers with note access, suggesting a retrieval enhancement unique to this condition. The theoretical and applied implications of these findings are discussed.

  3. Haptic Discrimination of Distance

    Science.gov (United States)

    van Beek, Femke E.; Bergmann Tiest, Wouter M.; Kappers, Astrid M. L.

    2014-01-01

    While quite some research has focussed on the accuracy of haptic perception of distance, information on the precision of haptic perception of distance is still scarce, particularly regarding distances perceived by making arm movements. In this study, eight conditions were measured to answer four main questions, which are: what is the influence of reference distance, movement axis, perceptual mode (active or passive) and stimulus type on the precision of this kind of distance perception? A discrimination experiment was performed with twelve participants. The participants were presented with two distances, using either a haptic device or a real stimulus. Participants compared the distances by moving their hand from a start to an end position. They were then asked to judge which of the distances was the longer, from which the discrimination threshold was determined for each participant and condition. The precision was influenced by reference distance. No effect of movement axis was found. The precision was higher for active than for passive movements and it was a bit lower for real stimuli than for rendered stimuli, but it was not affected by adding cutaneous information. Overall, the Weber fraction for the active perception of a distance of 25 or 35 cm was about 11% for all cardinal axes. The recorded position data suggest that participants, in order to be able to judge which distance was the longer, tried to produce similar speed profiles in both movements. This knowledge could be useful in the design of haptic devices. PMID:25116638

  4. Haptic discrimination of distance.

    Directory of Open Access Journals (Sweden)

    Femke E van Beek

    Full Text Available While quite some research has focussed on the accuracy of haptic perception of distance, information on the precision of haptic perception of distance is still scarce, particularly regarding distances perceived by making arm movements. In this study, eight conditions were measured to answer four main questions, which are: what is the influence of reference distance, movement axis, perceptual mode (active or passive and stimulus type on the precision of this kind of distance perception? A discrimination experiment was performed with twelve participants. The participants were presented with two distances, using either a haptic device or a real stimulus. Participants compared the distances by moving their hand from a start to an end position. They were then asked to judge which of the distances was the longer, from which the discrimination threshold was determined for each participant and condition. The precision was influenced by reference distance. No effect of movement axis was found. The precision was higher for active than for passive movements and it was a bit lower for real stimuli than for rendered stimuli, but it was not affected by adding cutaneous information. Overall, the Weber fraction for the active perception of a distance of 25 or 35 cm was about 11% for all cardinal axes. The recorded position data suggest that participants, in order to be able to judge which distance was the longer, tried to produce similar speed profiles in both movements. This knowledge could be useful in the design of haptic devices.

  5. Neighbor Detection Induces Organ-Specific Transcriptomes, Revealing Patterns Underlying Hypocotyl-Specific Growth.

    Science.gov (United States)

    Kohnen, Markus V; Schmid-Siegert, Emanuel; Trevisan, Martine; Petrolati, Laure Allenbach; Sénéchal, Fabien; Müller-Moulé, Patricia; Maloof, Julin; Xenarios, Ioannis; Fankhauser, Christian

    2016-12-01

    In response to neighbor proximity, plants increase the growth of specific organs (e.g., hypocotyls) to enhance access to sunlight. Shade enhances the activity of Phytochrome Interacting Factors (PIFs) by releasing these bHLH transcription factors from phytochrome B-mediated inhibition. PIFs promote elongation by inducing auxin production in cotyledons. In order to elucidate spatiotemporal aspects of the neighbor proximity response, we separately analyzed gene expression patterns in the major light-sensing organ (cotyledons) and in rapidly elongating hypocotyls of Arabidopsis thaliana PIFs initiate transcriptional reprogramming in both organs within 15 min, comprising regulated expression of several early auxin response genes. This suggests that hypocotyl growth is elicited by both local and distal auxin signals. We show that cotyledon-derived auxin is both necessary and sufficient to initiate hypocotyl growth, but we also provide evidence for the functional importance of the local PIF-induced response. With time, the transcriptional response diverges increasingly between organs. We identify genes whose differential expression may underlie organ-specific elongation. Finally, we uncover a growth promotion gene expression signature shared between different developmentally regulated growth processes and responses to the environment in different organs. © 2016 American Society of Plant Biologists. All rights reserved.

  6. δ-Generalized Labeled Multi-Bernoulli Filter Using Amplitude Information of Neighboring Cells

    Directory of Open Access Journals (Sweden)

    Chao Liu

    2018-04-01

    Full Text Available The amplitude information (AI of echoed signals plays an important role in radar target detection and tracking. A lot of research shows that the introduction of AI enables the tracking algorithm to distinguish targets from clutter better and then improves the performance of data association. The current AI-aided tracking algorithms only consider the signal amplitude in the range-azimuth cell where measurement exists. However, since radar echoes always contain backscattered signals from multiple cells, the useful information of neighboring cells would be lost if directly applying those existing methods. In order to solve this issue, a new δ-generalized labeled multi-Bernoulli (δ-GLMB filter is proposed. It exploits the AI of radar echoes from neighboring cells to construct a united amplitude likelihood ratio, and then plugs it into the update process and the measurement-track assignment cost matrix of the δ-GLMB filter. Simulation results show that the proposed approach has better performance in target’s state and number estimation than that of the δ-GLMB only using single-cell AI in low signal-to-clutter-ratio (SCR environment.

  7. An Information Foraging Analysis of Note Taking and Note Sharing While Browsing Campaign Information

    DEFF Research Database (Denmark)

    Vatrapu, Ravi; Robertson, Scott

    2010-01-01

    In this paper, we present an experimental study of political information foraging in the context of e-voting. Participants were observed while searching and browsing the internet for campaign information in a mock-voting situation in three online note-taking conditions: No Notes, Private Notes...... with lack of scent, low value perception, and value depletion of information. Implications for the voter centered design of e-voting portals are discussed....

  8. Social aggregation in pea aphids: experiment and random walk modeling.

    Directory of Open Access Journals (Sweden)

    Christa Nilsen

    Full Text Available From bird flocks to fish schools and ungulate herds to insect swarms, social biological aggregations are found across the natural world. An ongoing challenge in the mathematical modeling of aggregations is to strengthen the connection between models and biological data by quantifying the rules that individuals follow. We model aggregation of the pea aphid, Acyrthosiphon pisum. Specifically, we conduct experiments to track the motion of aphids walking in a featureless circular arena in order to deduce individual-level rules. We observe that each aphid transitions stochastically between a moving and a stationary state. Moving aphids follow a correlated random walk. The probabilities of motion state transitions, as well as the random walk parameters, depend strongly on distance to an aphid's nearest neighbor. For large nearest neighbor distances, when an aphid is essentially isolated, its motion is ballistic with aphids moving faster, turning less, and being less likely to stop. In contrast, for short nearest neighbor distances, aphids move more slowly, turn more, and are more likely to become stationary; this behavior constitutes an aggregation mechanism. From the experimental data, we estimate the state transition probabilities and correlated random walk parameters as a function of nearest neighbor distance. With the individual-level model established, we assess whether it reproduces the macroscopic patterns of movement at the group level. To do so, we consider three distributions, namely distance to nearest neighbor, angle to nearest neighbor, and percentage of population moving at any given time. For each of these three distributions, we compare our experimental data to the output of numerical simulations of our nearest neighbor model, and of a control model in which aphids do not interact socially. Our stochastic, social nearest neighbor model reproduces salient features of the experimental data that are not captured by the control.

  9. Radiative energy loss of neighboring subjets arXiv

    CERN Document Server

    Mehtar-Tani, Yacine

    We compute the in-medium energy loss probability distribution of two neighboring subjets at leading order, in the large-$N_c$ approximation. Our result exhibits a gradual onset of color decoherence of the system and accounts for two expected limiting cases. When the angular separation is smaller than the characteristic angle for medium-induced radiation, the two-pronged substructure lose energy coherently as a single color charge, namely that of the parent parton. At large angular separation the two subjets lose energy independently. Our result is a first step towards quantifying effects of energy loss as a result of the fluctuation of the multi-parton jet substructure and therefore goes beyond the standard approach to jet quenching based on single parton energy loss. We briefly discuss applications to jet observables in heavy-ion collisions.

  10. Effects of Note-Taking Instruction and Note-Taking Languages on College EFL Students' Listening Comprehension

    Science.gov (United States)

    Tsai-Fu, Tsai; Wu, Yongan

    2010-01-01

    Background: The effect of note-taking has been well-recognized by EFL educators. However, little empirical research has been done to investigate combined effects of note-taking instruction and note-taking language (whether in L1 or L2) in an acquisition-poor environment, where English is used as an instructional language yet the audience is…

  11. NOTES: issues and technical details with introduction of NOTES into a small general surgery residency program.

    Science.gov (United States)

    Kavic, Michael S; Mirza, Brian; Horne, Walter; Moskowitz, Jesse B

    2008-01-01

    Natural orifice translumenal endoscopic surgery (NOTES) is a development of recent origin. In 2004, Kalloo et al first described NOTES investigation in an animal model. Since then, several investigators have pursued NOTES study in animal survival and nonsurvival models. Our objectives for this project included studying NOTES intervention in a laboratory environment using large animal (swine) models and learning to do so in a safe, controlled manner. Ultimately, we intend to introduce NOTES methodology into our surgical residency training program. The expertise of an experienced laparoscopic surgeon, fellowship-trained laparoendoscopic surgeon, and veterinarian along with a senior surgical resident was utilized to bring the input of several disciplines to this study. The Institutional Animal Care and Use Committee (IACUC) of Northeastern Ohio Universities College of Medicine and Pharmacy (NEOUCOM/COP) approved this study. A series of 5 laboratory sessions using mixed breed farm swine varying in weight from 37 kg to 43.1 kg was planned for the initial phase of NOTES introduction into our residency program. Animals were not kept alive in this investigation. All animals were anesthetized using a standard swine protocol and euthanized following guidelines issued by the American Veterinary Medical Association Panel on Euthanasia. Equipment included a Fujinon EVE endoscope 0.8 cm in diameter with a suction/irrigation channel and one working channel. Initially, a US Endoscopy gastric overtube, 19.5 mm OD and 50 cm in length, was used to facilitate passage of the endoscope. However, this device was found to have insufficient length. Subsequently, commercially available 5/8" diameter clear plastic tubing, 70 cm to 80 cm in length, was adapted for use as an overtube. Standard endoscopic instruments included Boston Scientific biopsy forceps, needle-knife, papillotome, endoscopic clip applier, and Valley Lab electrosurgical unit. A Karl Storz laparoscope and tower were used for

  12. Insights into the phylogeny of Northern Hemisphere Armillaria: Neighbor-net and Bayesian analyses of translation elongation factor 1-α gene sequences.

    Science.gov (United States)

    Klopfenstein, Ned B; Stewart, Jane E; Ota, Yuko; Hanna, John W; Richardson, Bryce A; Ross-Davis, Amy L; Elías-Román, Rubén D; Korhonen, Kari; Keča, Nenad; Iturritxa, Eugenia; Alvarado-Rosales, Dionicio; Solheim, Halvor; Brazee, Nicholas J; Łakomy, Piotr; Cleary, Michelle R; Hasegawa, Eri; Kikuchi, Taisei; Garza-Ocañas, Fortunato; Tsopelas, Panaghiotis; Rigling, Daniel; Prospero, Simone; Tsykun, Tetyana; Bérubé, Jean A; Stefani, Franck O P; Jafarpour, Saeideh; Antonín, Vladimír; Tomšovský, Michal; McDonald, Geral I; Woodward, Stephen; Kim, Mee-Sook

    2017-01-01

    (Eurasia) clade 2. Of note is that A. borealis (Eurasia) clade 1 appears basal to the Solidipes/Ostoyae and Gallica superclades. The Neighbor-net analysis showed similar phylogenetic relationships. This study further demonstrates the utility of tef1 for global phylogenetic studies of Armillaria species and provides critical insights into multiple taxonomic issues that warrant further study.

  13. Mapping DNA methylation by transverse current sequencing: Reduction of noise from neighboring nucleotides

    Science.gov (United States)

    Alvarez, Jose; Massey, Steven; Kalitsov, Alan; Velev, Julian

    Nanopore sequencing via transverse current has emerged as a competitive candidate for mapping DNA methylation without needed bisulfite-treatment, fluorescent tag, or PCR amplification. By eliminating the error producing amplification step, long read lengths become feasible, which greatly simplifies the assembly process and reduces the time and the cost inherent in current technologies. However, due to the large error rates of nanopore sequencing, single base resolution has not been reached. A very important source of noise is the intrinsic structural noise in the electric signature of the nucleotide arising from the influence of neighboring nucleotides. In this work we perform calculations of the tunneling current through DNA molecules in nanopores using the non-equilibrium electron transport method within an effective multi-orbital tight-binding model derived from first-principles calculations. We develop a base-calling algorithm accounting for the correlations of the current through neighboring bases, which in principle can reduce the error rate below any desired precision. Using this method we show that we can clearly distinguish DNA methylation and other base modifications based on the reading of the tunneling current.

  14. A range of complex probabilistic models for RNA secondary structure prediction that includes the nearest-neighbor model and more.

    Science.gov (United States)

    Rivas, Elena; Lang, Raymond; Eddy, Sean R

    2012-02-01

    The standard approach for single-sequence RNA secondary structure prediction uses a nearest-neighbor thermodynamic model with several thousand experimentally determined energy parameters. An attractive alternative is to use statistical approaches with parameters estimated from growing databases of structural RNAs. Good results have been reported for discriminative statistical methods using complex nearest-neighbor models, including CONTRAfold, Simfold, and ContextFold. Little work has been reported on generative probabilistic models (stochastic context-free grammars [SCFGs]) of comparable complexity, although probabilistic models are generally easier to train and to use. To explore a range of probabilistic models of increasing complexity, and to directly compare probabilistic, thermodynamic, and discriminative approaches, we created TORNADO, a computational tool that can parse a wide spectrum of RNA grammar architectures (including the standard nearest-neighbor model and more) using a generalized super-grammar that can be parameterized with probabilities, energies, or arbitrary scores. By using TORNADO, we find that probabilistic nearest-neighbor models perform comparably to (but not significantly better than) discriminative methods. We find that complex statistical models are prone to overfitting RNA structure and that evaluations should use structurally nonhomologous training and test data sets. Overfitting has affected at least one published method (ContextFold). The most important barrier to improving statistical approaches for RNA secondary structure prediction is the lack of diversity of well-curated single-sequence RNA secondary structures in current RNA databases.

  15. Physicians’ Progress Notes

    DEFF Research Database (Denmark)

    Bansler, Jørgen; Havn, Erling C.; Mønsted, Troels

    2013-01-01

    in patient care, they have not dealt specifically with the role, structure, and content of the progress notes. As a consequence, CSCW research has not yet taken fully into account the fact that progress notes are coordinative artifacts of a rather special kind, an open-ended chain of prose texts, written...... sequentially by cooperating physicians for their own use as well as for that of their colleagues. We argue that progress notes are the core of the medical record, in that they marshal and summarize the overwhelming amount of data that is available in the modern hospital environment, and that their narrative...... format is uniquely adequate for the pivotal epistemic aspect of cooperative clinical work: the narrative format enables physicians to not only record ‘facts’ but also—by filtering, interpreting, organizing, and qualifying information—to make sense and act concertedly under conditions of uncertainty...

  16. Neighboring Hetero-Atom Assistance of Sacrificial Amines to Hydrogen Evolution Using Pt-Loaded TiO2-Photocatalyst

    Directory of Open Access Journals (Sweden)

    Masahide Yasuda

    2014-05-01

    Full Text Available Photocatalytic H2 evolution was examined using Pt-loaded TiO2-photocatalyst in the presence of amines as sacrificial agents. In the case of amines with all of the carbon attached to the hetero-atom such as 2-aminoethanol, 1,2-diamonoethane, 2-amino-1,3-propanediol, and 3-amino-1,2-propanediol, they were completely decomposed into CO2 and water to quantitatively evolve H2. On the other hand, the amines with both hetero-atoms and one methyl group at the β-positions (neighboring carbons of amino group such as 2-amino-1-propanol and 1,2-diaminopropane were partially decomposed. Also, the photocatalytic H2 evolution using amines without the hetero-atoms at the β-positions such as ethylamine, propylamine, 1-butylamine, 1,3-diaminopropane, 2-propylamine, and 2-butylamine was inefficient. Thus, it was found that the neighboring hetero-atom strongly assisted the degradation of sacrificial amines. Moreover, rate constants for H2 evolution were compared among amines. In conclusion, the neighboring hetero-atom did not affect the rate constants but enhanced the yield of hydrogen evolution.

  17. Thyroid monitoring for residents of disaster-affected and neighboring areas

    International Nuclear Information System (INIS)

    Ito, Shigeki

    2014-01-01

    The devastating environmental contamination caused by the nuclear disaster at the Fukushima Daiichi Nuclear Power Station of The Tokyo Electric Power Company is exposing the residents of the disaster-affected areas to health risks attributable to radiation exposure, and fear of the development of 131 I-induced thyroid cancer, which is a stochastic effect of radiation and is particularly high. As part of the response to nuclear disasters by the government of the municipality where the nuclear power station is located and in operation and by the governments of neighboring municipalities, it is necessary to conduct thyroid monitoring for the purpose of alleviating the fears of residents of the disaster-affected areas as well as those living in the contaminated, even if only slightly, neighboring areas (local residents). This health monitoring needs to be implemented without delay in the case of a disaster along with dissemination of a portable type thyroid monitoring system available at evacuation centers, etc. for assessing thyroid exposure doses. The establishment of a system for developing personnel ready to perform monitoring is also essential. Assessing thyroid exposure doses is indispensable as a means of assuring local residents not only of safety but also of security from the risks of radiation. To date, contamination has not been detected in people, except for residents contaminated by a large amount of iodine, by employing the mobile type of thyroid monitoring system. However, when local residents seeking security desire thyroid monitoring, it is preferable that a portable type simplified thyroid monitoring system be used as a means of ensuring security against radiation. (author)

  18. Understanding Digital Note-Taking Practice for Visualization.

    Science.gov (United States)

    Willett, Wesley; Goffin, Pascal; Isenberg, Petra

    2015-05-13

    We present results and design implications from a study of digital note-taking practice to examine how visualization can support revisitation, reflection, and collaboration around notes. As digital notebooks become common forms of external memory, keeping track of volumes of content is increasingly difficult. Information visualization tools can help give note-takers an overview of their content and allow them to explore diverse sets of notes, find and organize related content, and compare their notes with their collaborators. To ground the design of such tools, we conducted a detailed mixed-methods study of digital note-taking practice. We identify a variety of different editing, organization, and sharing methods used by digital note-takers, many of which result in notes becoming "lost in the pile''. These findings form the basis for our design considerations that examine how visualization can support the revisitation, organization, and sharing of digital notes.

  19. Mapping change of older forest with nearest-neighbor imputation and Landsat time-series

    Science.gov (United States)

    Janet L. Ohmann; Matthew J. Gregory; Heather M. Roberts; Warren B. Cohen; Robert E. Kennedy; Zhiqiang. Yang

    2012-01-01

    The Northwest Forest Plan (NWFP), which aims to conserve late-successional and old-growth forests (older forests) and associated species, established new policies on federal lands in the Pacific Northwest USA. As part of monitoring for the NWFP, we tested nearest-neighbor imputation for mapping change in older forest, defined by threshold values for forest attributes...

  20. Who's your neighbor? Acoustic cues to individual identity in red squirrel Tamiasciurus hudsonicus rattle calls

    Directory of Open Access Journals (Sweden)

    Shannon M. DIGWEED, Drew RENDALL, Teana IMBEAU

    2012-10-01

    Full Text Available North American red squirrels Tamiasciurus hudsonicus often produce a loud territorial rattle call when conspecifics enter or invade a territory. Previous playback experiments suggest that the territorial rattle call may indicate an invader's identity as squirrels responded more intensely to calls played from strangers than to calls played from neighbors. This dear-enemy effect is well known in a variety of bird and mammal species and functions to reduce aggressive interactions between known neighbors. However, although previous experiments on red squirrels suggest some form of individual differentiation and thus recognition, detailed acoustic analysis of potential acoustic cues in rattle calls have not been conducted. If calls function to aid in conspecific identification in order to mitigate aggressive territorial interactions, we would expect that individual recognition cues would be acoustically represented. Our work provides a detailed analysis of acoustic cues to identity within rattle calls. A total of 225 calls across 32 individual squirrels from Sheep River Provincial Park, Kananaskis, AB, Canada, were analyzed with discriminant function analysis for potential acoustic cues to individual identity. Initial analysis of all individuals revealed a reliable acoustic differentiation across individuals. A more detailed analysis of clusters of neighboring squirrels was performed and results again indicated a statistically significant likelihood that calls were assigned correctly to specific squirrels (55%-75% correctly assigned; in other words squirrels have distinct voices that should allow for individual identification and discrimination by conspecifics [Current Zoology 58 (5: 758–764, 2012].

  1. Distancing from experienced self: how global-versus-local perception affects estimation of psychological distance.

    Science.gov (United States)

    Liberman, Nira; Förster, Jens

    2009-08-01

    In 4 studies, the authors examined the prediction derived from construal level theory (CLT) that higher level of perceptual construal would enhance estimated egocentric psychological distance. The authors primed participants with global perception, local perception, or both (the control condition). Relative to the control condition, global processing made participants estimate larger psychological distances in time (Study 1), space (Study 2), social distance (Study 3), and hypotheticality (Study 4). Local processing had the opposite effect. Consistent with CLT, all studies show that the effect of global-versus-local processing did emerge when participants estimated egocentric distances, which are distances from the experienced self in the here and now, but did not emerge with temporal distances not from now (Study 1), spatial distances not from here (Study 2), social distances not from the self (Study 3), or hypothetical events that did not involve altering an experienced reality (Study 4).

  2. Fast Computing for Distance Covariance

    OpenAIRE

    Huo, Xiaoming; Szekely, Gabor J.

    2014-01-01

    Distance covariance and distance correlation have been widely adopted in measuring dependence of a pair of random variables or random vectors. If the computation of distance covariance and distance correlation is implemented directly accordingly to its definition then its computational complexity is O($n^2$) which is a disadvantage compared to other faster methods. In this paper we show that the computation of distance covariance and distance correlation of real valued random variables can be...

  3. ORDERED WEIGHTED DISTANCE MEASURE

    Institute of Scientific and Technical Information of China (English)

    Zeshui XU; Jian CHEN

    2008-01-01

    The aim of this paper is to develop an ordered weighted distance (OWD) measure, which is thegeneralization of some widely used distance measures, including the normalized Hamming distance, the normalized Euclidean distance, the normalized geometric distance, the max distance, the median distance and the min distance, etc. Moreover, the ordered weighted averaging operator, the generalized ordered weighted aggregation operator, the ordered weighted geometric operator, the averaging operator, the geometric mean operator, the ordered weighted square root operator, the square root operator, the max operator, the median operator and the min operator axe also the special cases of the OWD measure. Some methods depending on the input arguments are given to determine the weights associated with the OWD measure. The prominent characteristic of the OWD measure is that it can relieve (or intensify) the influence of unduly large or unduly small deviations on the aggregation results by assigning them low (or high) weights. This desirable characteristic makes the OWD measure very suitable to be used in many actual fields, including group decision making, medical diagnosis, data mining, and pattern recognition, etc. Finally, based on the OWD measure, we develop a group decision making approach, and illustrate it with a numerical example.

  4. Noted

    Science.gov (United States)

    Nunberg, Geoffrey

    2013-01-01

    Considering how much attention people lavish on the technologies of writing--scroll, codex, print, screen--it's striking how little they pay to the technologies for digesting and regurgitating it. One way or another, there's no sector of the modern world that is not saturated with note-taking--the bureaucracy, the liberal professions, the…

  5. Making Notes, Making Meaning.

    Science.gov (United States)

    Burke, Jim

    2002-01-01

    Introduces notetaking tools used successfully with English-as-a-second-language students and low-achieving high school freshmen. Provides an overview of each tool and explains how students use them to take notes when reading textbooks and articles. Notes these tools and academic habits have helped students succeed in their mainstream academic…

  6. A note on Fukui’s note

    Directory of Open Access Journals (Sweden)

    Tsai Cheng-Yu Edwin

    2015-12-01

    Full Text Available This commentary relates Fukui’s (2015 note on weak vs. strong generation to two aspects of quantification in Chinese: quantifier scope and the syntactic licensing conditions of noninterrogative wh-expressions. It is shown that the phenomena under discussion echo Fukui’s (2015 view that only strong generation allows for a deeper understanding of natural language and that dependencies are to be distinguished structurally.

  7. A study of the normal interpedicular distance of the spine in Korean teenagers (Estimation of normal range by roentgenographic measurement)

    International Nuclear Information System (INIS)

    Lee, Myung Uk

    1979-01-01

    The radiological measurement of the interpedicular disease using a routine antero-posterior view of the spine gives important clinical criteria in evaluation of the intraspinal tumor and stenosis of the spinal canal, and aids for diagnosis of the lesions. In 1934 Elsberg and Dyke reported values of interpedicular distance as determined on roentgenograms for spine of white adult, and in 1968 Song prepared normal values of interpedicular distance for Korean adult. The present investigation was undertaken to provide normal interpedicular distance of Korean teenagers. The author observed the antero-posterior films of the spine of 200 normal teenagers which were composed of 100 male and 100 female. The normal values of the interpedicular distance of Korean teenagers were obtained, as well as 90% tolerance range for clinical use. In this statistical analysis, there were noted significant differences between male and female, and each age groups. It was observed that average male measurement were consistently larger than female by about 1 mm and the growth of the spinal canal appeared to be continued.

  8. Notes on Piezoelectricity

    Energy Technology Data Exchange (ETDEWEB)

    Redondo, Antonio [Los Alamos National Lab. (LANL), Los Alamos, NM (United States)

    2016-02-03

    These notes provide a pedagogical discussion of the physics of piezoelectricity. The exposition starts with a brief analysis of the classical (continuum) theory of piezoelectric phenomena in solids. The main subject of the notes is, however, a quantum mechanical analysis. We first derive the Frohlich Hamiltonian as part of the description of the electron-phonon interaction. The results of this analysis are then employed to derive the equations of piezoelectricity. A couple of examples with the zinc blende and and wurtzite structures are presented at the end

  9. The new bank note distribution system

    OpenAIRE

    Gerrit Bilkes

    1997-01-01

    In this article, the author outlines the recent changes made to the way Canada's bank notes are distributed. The new system allows financial institutions to exchange notes directly with one another at designated points across the country, rather than through Bank of Canada agencies, as was previously the case. The institutions communicate with the Bank of Canada through a computerized inventory-management system. Two Bank of Canada operations centres monitor note quality and supply new notes ...

  10. Suicide note themes and suicide prevention.

    Science.gov (United States)

    Foster, Tom

    2003-01-01

    The aim was to determine if suicide note themes might inform suicide prevention strategies. The themes of 42 suicide notes from the Northern Ireland Suicide Study (major psychological autopsy study) were examined. The commonest themes were "apology/shame" (74%), "love for those left behind" (60%), "life too much to bear" (48%), "instructions regarding practical affairs post-mortem" (36%), "hopelessness/nothing to live for" (21%) and "advice for those left behind" (21%). Notes of suicides with major unipolar depression were more likely than notes of suicides without major unipolar depression to contain the themes "instructions regarding practical affairs post-mortem" (67% versus 19%, p = 0.005) and "hopelessness/nothing to live for" (40% versus 11%, p = 0.049). Notes of suicides with a previous history of deliberate self-harm were less likely than notes of suicides without a history of deliberate self-harm to contain the theme "apology/shame" (58% versus 87%, p = 0.04). Notes of elderly suicides were more likely than non-elderly notes to contain the theme "burden to others" (40% versus 3%, p = 0.03). The fact that three quarters of suicide notes contained the theme "apology/shame" suggests that the deceased may have welcomed alternative solutions for their predicaments. Scrutiny of suicide note themes in the light of previous research findings suggests that cognitive therapy techniques, especially problem solving, may have an important role to play in suicide prevention and that potential major unipolar depressive (possibly less impulsive) suicides, in particular, may provide fertile ground for therapeutic intervention (physical and psychological). Ideally all primary care doctors and mental health professionals working with (potentially) suicidal people should be familiar with basic cognitive therapy techniques, especially problem solving skills training.

  11. Moderate-resolution data and gradient nearest neighbor imputation for regional-national risk assessment

    Science.gov (United States)

    Kenneth B. Jr. Pierce; C. Kenneth Brewer; Janet L. Ohmann

    2010-01-01

    This study was designed to test the feasibility of combining a method designed to populate pixels with inventory plot data at the 30-m scale with a new national predictor data set. The new national predictor data set was developed by the USDA Forest Service Remote Sensing Applications Center (hereafter RSAC) at the 250-m scale. Gradient Nearest Neighbor (GNN)...

  12. The N400 as a snapshot of interactive processing: evidence from regression analyses of orthographic neighbor and lexical associate effects

    Science.gov (United States)

    Laszlo, Sarah; Federmeier, Kara D.

    2010-01-01

    Linking print with meaning tends to be divided into subprocesses, such as recognition of an input's lexical entry and subsequent access of semantics. However, recent results suggest that the set of semantic features activated by an input is broader than implied by a view wherein access serially follows recognition. EEG was collected from participants who viewed items varying in number and frequency of both orthographic neighbors and lexical associates. Regression analysis of single item ERPs replicated past findings, showing that N400 amplitudes are greater for items with more neighbors, and further revealed that N400 amplitudes increase for items with more lexical associates and with higher frequency neighbors or associates. Together, the data suggest that in the N400 time window semantic features of items broadly related to inputs are active, consistent with models in which semantic access takes place in parallel with stimulus recognition. PMID:20624252

  13. Anderson localization in one-dimensional quasiperiodic lattice models with nearest- and next-nearest-neighbor hopping

    International Nuclear Information System (INIS)

    Gong, Longyan; Feng, Yan; Ding, Yougen

    2017-01-01

    Highlights: • Quasiperiodic lattice models with next-nearest-neighbor hopping are studied. • Shannon information entropies are used to reflect state localization properties. • Phase diagrams are obtained for the inverse bronze and golden means, respectively. • Our studies present a more complete picture than existing works. - Abstract: We explore the reduced relative Shannon information entropies SR for a quasiperiodic lattice model with nearest- and next-nearest-neighbor hopping, where an irrational number is in the mathematical expression of incommensurate on-site potentials. Based on SR, we respectively unveil the phase diagrams for two irrationalities, i.e., the inverse bronze mean and the inverse golden mean. The corresponding phase diagrams include regions of purely localized phase, purely delocalized phase, pure critical phase, and regions with mobility edges. The boundaries of different regions depend on the values of irrational number. These studies present a more complete picture than existing works.

  14. Anderson localization in one-dimensional quasiperiodic lattice models with nearest- and next-nearest-neighbor hopping

    Energy Technology Data Exchange (ETDEWEB)

    Gong, Longyan, E-mail: lygong@njupt.edu.cn [Information Physics Research Center and Department of Applied Physics, Nanjing University of Posts and Telecommunications, Nanjing, 210003 (China); Institute of Signal Processing and Transmission, Nanjing University of Posts and Telecommunications, Nanjing, 210003 (China); National Laboratory of Solid State Microstructures, Nanjing University, Nanjing 210093 (China); Feng, Yan; Ding, Yougen [Information Physics Research Center and Department of Applied Physics, Nanjing University of Posts and Telecommunications, Nanjing, 210003 (China); Institute of Signal Processing and Transmission, Nanjing University of Posts and Telecommunications, Nanjing, 210003 (China)

    2017-02-12

    Highlights: • Quasiperiodic lattice models with next-nearest-neighbor hopping are studied. • Shannon information entropies are used to reflect state localization properties. • Phase diagrams are obtained for the inverse bronze and golden means, respectively. • Our studies present a more complete picture than existing works. - Abstract: We explore the reduced relative Shannon information entropies SR for a quasiperiodic lattice model with nearest- and next-nearest-neighbor hopping, where an irrational number is in the mathematical expression of incommensurate on-site potentials. Based on SR, we respectively unveil the phase diagrams for two irrationalities, i.e., the inverse bronze mean and the inverse golden mean. The corresponding phase diagrams include regions of purely localized phase, purely delocalized phase, pure critical phase, and regions with mobility edges. The boundaries of different regions depend on the values of irrational number. These studies present a more complete picture than existing works.

  15. Minimally invasive tethered cord release in children: A technical note

    Directory of Open Access Journals (Sweden)

    S. Kağan Başarslan

    2014-03-01

    Full Text Available Tethered cord release is commonly performed in pediatric neurosurgery. Nowadays, minimally invasive procedures are created growing interest due to its highly tolerable nature for surgery. It has been main purpose a minimal damaging on access route and maximum protection of normal structures in surgery. We present a surgical treatment of tethered cord syndrome, by which is provided the cord releasing unlike the many methods being applied with tissue removal. The main advantage of performing this surgery through 2 cm hole is to avoid removing ligamentum flavum and bony structure like lamina in addition to reduce the length of the incision and the related scar tissue. J Clin Exp Invest 2014; 5 (1: 115-117 Technical note: the patient was taken on the operating table in the sitting-prone position, and L5-S1 distance was determined by fluoroscopy. The skin and subcutaneous tissues was passed via a 2 cm vertical incision settled in 0.5 cm laterally from midline. L5-S1 distance and its covering ligamentum flavum are displayed by the guidance of L5 lamina. Williams’s retractor was placed in the distance after fetching microscope. The foregoing procedures are the same with microdiscectomic surgery. By a vertical incision made on the flavum, its both layer was lifted up and hanged with simple suture on the back tissue for a comfortable exposure of the Dura. Thecal sac was opened by 0.5 cm long vertical incision on the Dura after obtaining secure CSF drainage with the help of yellow-tipped syringe needle. With finding by a nerve hook, the phylum was burned and released securely. Then the Dura was sutured primarily for the closure by means of microsurgery instruments, and flavum was laid on it again.

  16. Morphological type correlation between nearest neighbor pairs of galaxies

    Science.gov (United States)

    Yamagata, Tomohiko

    1990-01-01

    Although the morphological type of galaxies is one of the most fundamental properties of galaxies, its origin and evolutionary processes, if any, are not yet fully understood. It has been established that the galaxy morphology strongly depends on the environment in which the galaxy resides (e.g., Dressler 1980). Galaxy pairs correspond to the smallest scales of galaxy clustering and may provide important clues to how the environment influences the formation and evolution of galaxies. Several investigators pointed out that there is a tendency for pair galaxies to have similar morphological types (Karachentsev and Karachentseva 1974, Page 1975, Noerdlinger 1979). Here, researchers analyze morphological type correlation for 18,364 nearest neighbor pairs of galaxies identified in the magnetic tape version of the Center for Astrophysics Redshift Catalogue.

  17. The square Ising model with second-neighbor interactions and the Ising chain in a transverse field

    International Nuclear Information System (INIS)

    Grynberg, M.D.; Tanatar, B.

    1991-06-01

    We consider the thermal and critical behaviour of the square Ising lattice with frustrated first - and second-neighbor interactions. A low-temperature domain wall analysis including kinks and dislocations shows that there is a close relation between this classical model and the Hamiltonian of an Ising chain in a transverse field provided that the ratio of the next-nearest to nearest-neighbor coupling, is close to 1/2. Due to the field inversion symmetry of the Ising chain Hamiltonian, the thermal properties of the classical system are symmetrical with respect to this coupling ratio. In the neighborhood of this regime critical exponents of the model turn out to belong to the Ising universality class. Our results are compared with previous Monte Carlo simulations. (author). 23 refs, 6 figs

  18. Project Notes

    Science.gov (United States)

    School Science Review, 1978

    1978-01-01

    Presents sixteen project notes developed by pupils of Chipping Norton School and Bristol Grammar School, in the United Kingdom. These Projects include eight biology A-level projects and eight Chemistry A-level projects. (HM)

  19. Characteristics of suicide notes of children and young adolescents: an examination of the notes from suicide victims 15 years and younger.

    Science.gov (United States)

    Freuchen, Anne; Grøholt, Berit

    2015-04-01

    By analysing the suicide notes from suicide victims 15 years and younger, we attempt to gain insight into the process leading to youth suicide and explore the characteristics of the note writers. During a psychological autopsy on 42 youths, we were entrusted with 23 suicide notes in which we explored the themes and compared the note writers to the non-note writers. The key messages were as follows: explain the reason for suicide, declare love and give instructions. The note writers had showed suicidal behaviour more frequently than non-note writers. In the notes from youth suicide victims they present themselves as fully responsible and without confusion or overwhelming despair. The notes are likely equally informative as the notes of older victims. © The Author(s) 2013.

  20. Note-Making in Social Studies.

    Science.gov (United States)

    Fowler, Robert W.

    1985-01-01

    Note-making is one excellent method for helping students retain important points made by the teacher. Techniques that elementary and secondary social studies teacher can use to teach note-making skills are described. (RM)

  1. Formation of tight junctions between neighboring podocytes is an early ultrastructural feature in experimental crescentic glomerulonephritis

    Directory of Open Access Journals (Sweden)

    Succar L

    2016-11-01

    Full Text Available Lena Succar,1 Ross A Boadle,2 David C Harris,1,3 Gopala K Rangan1,3 1Centre for Transplant and Renal Research, The Westmead Institute for Medical Research, The University of Sydney, 2Electron Microscopy Laboratory, Institute of Clinical Pathology and Medical Research, Westmead Hospital, 3Department of Renal Medicine, Westmead Hospital, Western Sydney Local Health District, Westmead, Sydney, NSW, Australia Purpose: In crescentic glomerulonephritis (CGN, the development of cellular bridges between podocytes and parietal epithelial cells (PECs triggers glomerular crescent formation. However, the sequential changes in glomerular ultrastructure in CGN are not well defined. This study investigated the time course of glomerular ultrastructure in experimental CGN. Methods: Transmission electron microscopy (TEM was performed using kidney samples from rats with nephrotoxic serum nephritis (NSN from day 1 to day 14. Morphometric analysis was conducted on randomly selected glomeruli captured on TEM digital images. Results: On day 1 of NSN, there was widespread formation of focal contacts between the cell bodies of neighboring podocytes, and tight junctions were evident at the site of cell-to-cell contact. This was confirmed by the increased expression of the tight junction molecule, zonula occludens-1 (ZO-1, which localized to the points of podocyte cell–cell body contact. On day 2, the interpodocyte distance decreased and the glomerular basement membrane thickness increased. Foot process effacement (FPE was segmental on day 3 and diffuse by day 5, accompanied by the formation of podocyte cellular bridges with Bowman’s capsule, as confirmed by a decrease in podocyte-to-PEC distance. Fibrinoid necrosis and cellular crescents were evident in all glomeruli by days 7 and 14. In vitro, the exposure of podocytes to macrophage-conditioned media altered cellular morphology and caused an intracellular redistribution of ZO-1. Conclusion: The formation of tight

  2. DigiMemo: Facilitating the Note Taking Process

    Science.gov (United States)

    Kurt, Serhat

    2009-01-01

    Everyone takes notes daily for various reasons. Note taking is very popular in school settings and generally recognized as an effective learning strategy. Further, note taking is a complex process because it requires understanding, selection of information and writing. Some new technological tools may facilitate the note taking process. Among such…

  3. Morphological characterization and phylogenetic distance among ...

    African Journals Online (AJOL)

    The genetic diversity was calculated with Nei and Li's index, and the phylogenetic tree (dendrogram) was generated with a neighbor-joining program. The dendrogram indicates the diversity of the genotypes, which are grouped into three distinctive large groups. The largest group includes species from the Mediolobivia and ...

  4. Designing lattice structures with maximal nearest-neighbor entanglement

    Energy Technology Data Exchange (ETDEWEB)

    Navarro-Munoz, J C; Lopez-Sandoval, R [Instituto Potosino de Investigacion CientIfica y Tecnologica, Camino a la presa San Jose 2055, 78216 San Luis Potosi (Mexico); Garcia, M E [Theoretische Physik, FB 18, Universitaet Kassel and Center for Interdisciplinary Nanostructure Science and Technology (CINSaT), Heinrich-Plett-Str.40, 34132 Kassel (Germany)

    2009-08-07

    In this paper, we study the numerical optimization of nearest-neighbor concurrence of bipartite one- and two-dimensional lattices, as well as non-bipartite two-dimensional lattices. These systems are described in the framework of a tight-binding Hamiltonian while the optimization of concurrence was performed using genetic algorithms. Our results show that the concurrence of the optimized lattice structures is considerably higher than that of non-optimized systems. In the case of one-dimensional chains, the concurrence increases dramatically when the system begins to dimerize, i.e., it undergoes a structural phase transition (Peierls distortion). This result is consistent with the idea that entanglement is maximal or shows a singularity near quantum phase transitions. Moreover, the optimization of concurrence in two-dimensional bipartite and non-bipartite lattices is achieved when the structures break into smaller subsystems, which are arranged in geometrically distinguishable configurations.

  5. THE DISTANCE TO M51

    Energy Technology Data Exchange (ETDEWEB)

    McQuinn, Kristen B. W. [University of Texas at Austin, McDonald Observatory, 2515 Speedway, Stop C1400 Austin, TX 78712 (United States); Skillman, Evan D. [Minnesota Institute for Astrophysics, School of Physics and Astronomy, 116 Church Street, S.E., University of Minnesota, Minneapolis, MN 55455 (United States); Dolphin, Andrew E. [Raytheon Company, 1151 E. Hermans Road, Tucson, AZ 85756 (United States); Berg, Danielle [Center for Gravitation, Cosmology and Astrophysics, Department of Physics, University of Wisconsin Milwaukee, 1900 East Kenwood Boulevard, Milwaukee, WI 53211 (United States); Kennicutt, Robert, E-mail: kmcquinn@astro.as.utexas.edu [Institute for Astronomy, University of Cambridge, Madingley Road, Cambridge CB3 0HA (United Kingdom)

    2016-07-20

    Great investments of observing time have been dedicated to the study of nearby spiral galaxies with diverse goals ranging from understanding the star formation process to characterizing their dark matter distributions. Accurate distances are fundamental to interpreting observations of these galaxies, yet many of the best studied nearby galaxies have distances based on methods with relatively large uncertainties. We have started a program to derive accurate distances to these galaxies. Here we measure the distance to M51—the Whirlpool galaxy—from newly obtained Hubble Space Telescope optical imaging using the tip of the red giant branch method. We measure the distance modulus to be 8.58 ± 0.10 Mpc (statistical), corresponding to a distance modulus of 29.67 ± 0.02 mag. Our distance is an improvement over previous results as we use a well-calibrated, stable distance indicator, precision photometry in a optimally selected field of view, and a Bayesian Maximum Likelihood technique that reduces measurement uncertainties.

  6. Notorious: Hitchcock’s good neighbor film

    OpenAIRE

    Arlindo Castro

    2000-01-01

    The New York release of Alfred Hitchcock’s Notorious occurred in August 1946, one month after the Bikini atomic explosions, and one year after the bombing of Hiroshima and Nagasaki. “Is mankind dying of curiosity?” asked a double page Time magazine ad, in the same issue that published a review of the film. “Time’s Science department noted recently,” readers were told, “that people everywhere have one great Fear: will the curiosity of nuclear physicists someday set off a giant chain reactio...

  7. RESEARCH NOTE

    Indian Academy of Sciences (India)

    Navya

    RESEARCH NOTE. CDKN2A and MC1R ... Department of Pharmacy and Department of Nursing, School of Health Sciences, Frederick. University, Nicosia ..... Appears with highest frequency in African, Asian-Indian, and Papua. New Guinean ...

  8. Editorial note

    Directory of Open Access Journals (Sweden)

    Tore Ahlbäck

    2009-01-01

    Full Text Available Editorial note of the Scripta Instituti Donneriani Aboensis, vol. 21, Postmodern Spirituality, based on papers read at the symposium on Postmodern Spirituality held at Åbo, Finland, on 11–13 June 2008.

  9. The effect of pressure on the near-neighbor distance in water

    International Nuclear Information System (INIS)

    Whalley, E.

    1975-01-01

    When liquid water is compressed, the O--O hydrogen bonds tend to contract because of the direct effect of the pressure, and the O--O--O angles tend to deviate more from the tetrahedral. The coupling between the O--O stretching and O--O--O angle bending is such that the change of the angles tends to increase the bond lengths. The net effect of pressure is the resultant of the direct contraction and the indirect expansion. It is suggested that the actual contraction can be measured by the effect of pressure on the O--H or O--D stretching frequencies of HDO in dilute solution in D 2 O or H 2 O. The application of this suggestion to literature data shows that the bond contracts only about 0.3 of the rate that the hydrogen bond in ice contracts. No doubt the contraction due to the direct effect of pressure is largely compensated by the expansion due to the distortion of the O--O--O angles

  10. Encyclopedia of distances

    CERN Document Server

    Deza, Michel Marie

    2009-01-01

    Distance metrics and distances have become an essential tool in many areas of pure and applied Mathematics. This title offers both independent introductions and definitions, while at the same time making cross-referencing easy through hyperlink-like boldfaced references to original definitions.

  11. The Tragedy of Your Upstairs Neighbors: Is the Airbnb Negative Externality Internalized?

    OpenAIRE

    Horton, John J.

    2015-01-01

    A commonly expressed concern about the rise of the peer-to-peer rental market Airbnb is that hosts---those renting out their properties---impose costs on their unwitting neighbors. I consider the question of whether apartment building owners will, in a competitive rental market, set a building-specific Airbnb hosting policy that is socially efficient. I find that if tenants can sort across apartments based on the owners policy then the equilibrium fraction of buildings allowing Airbnb listing...

  12. Asynchronous Distance Education Forum - Brainstorming vs. Snowballing: A Case Study for Teaching in Programming Didactics

    Science.gov (United States)

    Patriarcheas, Kiriakos; Xenos, Michalis

    Asynchronous discussion fora all the more become part of the educational process of distance education. The goal of this research is the study of the educational techniques of Brainstorming and Snowballing to their utilisation in the frame of a distance education forum, both as far as participation and creation of learning environment and also educational effectiveness are concerned. This research refers to computer teachers’ training on didactics of programming within the framework of educational micro-worlds. As it is deduced from the data analysis and the study of the messages higher participation and improvement of critical thinking are noted when Brainstorming technique is used, while fairly less time is spent and less off-topic interventions are made when Snowballing technique is used. Meanwhile, Brainstorming is found to be more advantageous than Snowballing concerning the effectiveness both in primary level (trained teachers) and in secondary level of adaptation and knowledge impartment to the students (results of their students).

  13. Interacting Effects Induced by Two Neighboring Pits Considering Relative Position Parameters and Pit Depth

    Directory of Open Access Journals (Sweden)

    Yongfang Huang

    2017-04-01

    Full Text Available For pre-corroded aluminum alloy 7075-T6, the interacting effects of two neighboring pits on the stress concentration are comprehensively analyzed by considering various relative position parameters (inclination angle θ and dimensionless spacing parameter λ and pit depth (d with the finite element method. According to the severity of the stress concentration, the critical corrosion regions, bearing high susceptibility to fatigue damage, are determined for intersecting and adjacent pits, respectively. A straightforward approach is accordingly proposed to conservatively estimate the combined stress concentration factor induced by two neighboring pits, and a concrete application example is presented. It is found that for intersecting pits, the normalized stress concentration factor Ktnor increases with the increase of θ and λ and always reaches its maximum at θ = 90°, yet for adjacent pits, Ktnor decreases with the increase of λ and the maximum value appears at a slight asymmetric location. The simulations reveal that Ktnor follows a linear and an exponential relationship with the dimensionless depth parameter Rd for intersecting and adjacent cases, respectively.

  14. Data delivery method based on neighbor nodes' information in a mobile ad hoc network.

    Science.gov (United States)

    Kashihara, Shigeru; Hayashi, Takuma; Taenaka, Yuzo; Okuda, Takeshi; Yamaguchi, Suguru

    2014-01-01

    This paper proposes a data delivery method based on neighbor nodes' information to achieve reliable communication in a mobile ad hoc network (MANET). In a MANET, it is difficult to deliver data reliably due to instabilities in network topology and wireless network condition which result from node movement. To overcome such unstable communication, opportunistic routing and network coding schemes have lately attracted considerable attention. Although an existing method that employs such schemes, MAC-independent opportunistic routing and encoding (MORE), Chachulski et al. (2007), improves the efficiency of data delivery in an unstable wireless mesh network, it does not address node movement. To efficiently deliver data in a MANET, the method proposed in this paper thus first employs the same opportunistic routing and network coding used in MORE and also uses the location information and transmission probabilities of neighbor nodes to adapt to changeable network topology and wireless network condition. The simulation experiments showed that the proposed method can achieve efficient data delivery with low network load when the movement speed is relatively slow.

  15. Data Delivery Method Based on Neighbor Nodes’ Information in a Mobile Ad Hoc Network

    Directory of Open Access Journals (Sweden)

    Shigeru Kashihara

    2014-01-01

    Full Text Available This paper proposes a data delivery method based on neighbor nodes’ information to achieve reliable communication in a mobile ad hoc network (MANET. In a MANET, it is difficult to deliver data reliably due to instabilities in network topology and wireless network condition which result from node movement. To overcome such unstable communication, opportunistic routing and network coding schemes have lately attracted considerable attention. Although an existing method that employs such schemes, MAC-independent opportunistic routing and encoding (MORE, Chachulski et al. (2007, improves the efficiency of data delivery in an unstable wireless mesh network, it does not address node movement. To efficiently deliver data in a MANET, the method proposed in this paper thus first employs the same opportunistic routing and network coding used in MORE and also uses the location information and transmission probabilities of neighbor nodes to adapt to changeable network topology and wireless network condition. The simulation experiments showed that the proposed method can achieve efficient data delivery with low network load when the movement speed is relatively slow.

  16. Note taking, review, memory, and comprehension.

    Science.gov (United States)

    Bohay, Mark; Blakely, Daniel P; Tamplin, Andrea K; Radvansky, Gabriel A

    2011-01-01

    In previous work assessing memory at various levels of representation, namely the surface form, textbase, and situation model levels, participants read texts but were otherwise not actively engaged with the texts. The current study tested the influence of active engagement with the material via note taking, along with the opportunity to review such notes, and the modality of presentation (text vs. spoken). The influence of these manipulations was assessed both immediately and 1 week later. In Experiment 1 participants read a text, whereas in Experiment 2 participants watched a video recording of the material being read as a lecture. For each experiment the opportunity to take notes was manipulated within participants, and the opportunity to review these notes before the test was manipulated between participants. Note taking improved performance at the situation model level in both experiments, although there was also some suggestion of benefit for the surface form. Thus, active engagement with material, such as note taking, appears to have the greatest benefit at the deeper levels of understanding.

  17. STAY HERE, GO FURTHER: The Status of Open and Distance Education in Bangladesh Open University (BOU in comparison to two other South Asian Countries

    Directory of Open Access Journals (Sweden)

    Monira JAHAN

    2012-01-01

    Full Text Available Distance education has emerged out of social compulsion, the dynamics of change and new cultures. It was the failure of traditional systems to be able to meet the demand in countries, where the resources available for tertiary education are limited, which basically gave birth to the new trend of education known as open and distance education. This new and innovative system of education has received a high level of acceptance in different countries as it offers flexible educational opportunities for continuing education to a large segment of their population. The increasing number of older adult learners with varying lifestyles in the population, increasing competitiveness of getting places in tertiary institutions, higher cost of education and a shortage of teachers are the main factors for increasing the popularity of distance education (Duncan, et al., 2003. Bangladesh has also taken the opportunity to provide a uniform and mass oriented universal system of education through open and distance education establishing Bangladesh Open University (BOU in 1992. Objectives of the Study: The main objectives of this study are- to assess the overall status of BOU in comparison with the open universities of two neighboring South Asian countries considering the following aspects:•Administrative structural functions, •Courses and instructional strategies, •Learning opportunities, and •Library, laboratory and counselling facilities to explore the potential of improvement for BOU to enable it to meet the challenges of the country’s educational needs in the next millennium.

  18. Nearest-neighbor Kitaev exchange blocked by charge order in electron-doped α -RuCl3

    Science.gov (United States)

    Koitzsch, A.; Habenicht, C.; Müller, E.; Knupfer, M.; Büchner, B.; Kretschmer, S.; Richter, M.; van den Brink, J.; Börrnert, F.; Nowak, D.; Isaeva, A.; Doert, Th.

    2017-10-01

    A quantum spin liquid might be realized in α -RuCl3 , a honeycomb-lattice magnetic material with substantial spin-orbit coupling. Moreover, α -RuCl3 is a Mott insulator, which implies the possibility that novel exotic phases occur upon doping. Here, we study the electronic structure of this material when intercalated with potassium by photoemission spectroscopy, electron energy loss spectroscopy, and density functional theory calculations. We obtain a stable stoichiometry at K0.5RuCl3 . This gives rise to a peculiar charge disproportionation into formally Ru2 + (4 d6 ) and Ru3 + (4 d5 ). Every Ru 4 d5 site with one hole in the t2 g shell is surrounded by nearest neighbors of 4 d6 character, where the t2 g level is full and magnetically inert. Thus, each type of Ru site forms a triangular lattice, and nearest-neighbor interactions of the original honeycomb are blocked.

  19. Learner characteristics involved in distance learning

    Energy Technology Data Exchange (ETDEWEB)

    Cernicek, A.T.; Hahn, H.A.

    1991-01-01

    Distance learning represents a strategy for leveraging resources to solve educational and training needs. Although many distance learning programs have been developed, lessons learned regarding differences between distance learning and traditional education with respect to learner characteristics have not been well documented. Therefore, we conducted a survey of 20 distance learning professionals. The questionnaire was distributed to experts attending the second Distance Learning Conference sponsored by Los Alamos National Laboratory. This survey not only acquired demographic information from each of the respondents but also identified important distance learning student characteristics. Significant distance learner characteristics, which were revealed statistically and which influence the effectiveness of distance learning, include the following: reading level, student autonomy, and self-motivation. Distance learning cannot become a more useful and effective method of instruction without identifying and recognizing learner characteristics. It will be important to consider these characteristics when designing all distance learning courses. This paper will report specific survey findings and their implications for developing distance learning courses. 9 refs., 6 tabs.

  20. Distance Magic-Type and Distance Antimagic-Type Labelings of Graphs

    Science.gov (United States)

    Freyberg, Bryan J.

    Generally speaking, a distance magic-type labeling of a graph G of order n is a bijection l from the vertex set of the graph to the first n natural numbers or to the elements of a group of order n, with the property that the weight of each vertex is the same. The weight of a vertex x is defined as the sum (or appropriate group operation) of all the labels of vertices adjacent to x. If instead we require that all weights differ, then we refer to the labeling as a distance antimagic-type labeling. This idea can be generalized for directed graphs; the weight will take into consideration the direction of the arcs. In this manuscript, we provide new results for d-handicap labeling, a distance antimagic-type labeling, and introduce a new distance magic-type labeling called orientable Gamma-distance magic labeling. A d-handicap distance antimagic labeling (or just d-handicap labeling for short) of a graph G = ( V,E) of order n is a bijection l from V to the set {1,2,...,n} with induced weight function [special characters omitted]. such that l(xi) = i and the sequence of weights w(x 1),w(x2),...,w (xn) forms an arithmetic sequence with constant difference d at least 1. If a graph G admits a d-handicap labeling, we say G is a d-handicap graph. A d-handicap incomplete tournament, H(n,k,d ) is an incomplete tournament of n teams ranked with the first n natural numbers such that each team plays exactly k games and the strength of schedule of the ith ranked team is d more than the i + 1st ranked team. That is, strength of schedule increases arithmetically with strength of team. Constructing an H(n,k,d) is equivalent to finding a d-handicap labeling of a k-regular graph of order n.. In Chapter 2 we provide general constructions for every d for large classes of both n and k, providing breadfth and depth to the catalog of known H(n,k,d)'s. In Chapters 3 - 6, we introduce a new type of labeling called orientable Gamma-distance magic labeling. Let Gamma be an abelian group of order

  1. Distance-transitive graphs

    NARCIS (Netherlands)

    Cohen, A.M.; Beineke, L.W.; Wilson, R.J.; Cameron, P.J.

    2004-01-01

    In this chapter we investigate the classification of distance-transitive graphs: these are graphs whose automorphism groups are transitive on each of the sets of pairs of vertices at distance i, for i = 0, 1,.... We provide an introduction into the field. By use of the classification of finite

  2. Forest structure of Mediterranean yew (Taxus baccata L. populations and neighbor effects on juvenile yew performance in the NE Iberian Peninsula

    Directory of Open Access Journals (Sweden)

    Pere Casals

    2015-12-01

    Full Text Available Aim of study: In the Mediterranean region, yew (Taxus baccata L. usually grows with other tree species in mixed forests. Yew recruitment and juvenile growth may depend on the structure of the forest and the net balance between competition for soil water and nutrients with neighbors and facilitation that these neighbors exert by protecting the plants from direct sun exposure. This study aims, at a regional scale, to analyze the structure of forests containing yew, and, on an individual level, to analyze the effect of the surrounding vegetation structure on the performance of yew juveniles.Area of study: The structural typologies of yew populations were defined based on field inventories conducted in 55 plots distributed in 14 localities in the North-Eastern (NE Iberian Peninsula, covering a wide range of yew distribution in the area. In a second step, an analysis of neighboring species' effects on juveniles was conducted based on the data from 103 plots centered in yew juveniles in five localities.Main Results: A cluster analysis classified the inventoried stands into four forest structural types: two multi-stratified forests with scattered yew and two yew groves. Multiple regression modeling showed that the δ13C measured in last year's leaves positively relates to the basal area of conifer neighbors, but negatively with the cover of the yew crown by other trees.Research highlights: At a stand-level, the density of recruits and juveniles (625 ± 104 recruits ha-1, 259 ± 55 juveniles ha-1 in mixed forests was found to be higher than that on yew dominant stands (181 ± 88 recruits ha-1 and 57 ± 88 juveniles ha-1. At an individual-level, the water stress (estimated from leaf δ13C of yew juveniles seems alleviated by the crown cover by neighbors while it increases with the basal area of conifers. Yew conservation should focus on selective felling for the reduction of basal area of neighbors surrounding the target tree, but avoid affecting the

  3. Enhanced Approximate Nearest Neighbor via Local Area Focused Search.

    Energy Technology Data Exchange (ETDEWEB)

    Gonzales, Antonio [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); Blazier, Nicholas Paul [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States)

    2017-02-01

    Approximate Nearest Neighbor (ANN) algorithms are increasingly important in machine learning, data mining, and image processing applications. There is a large family of space- partitioning ANN algorithms, such as randomized KD-Trees, that work well in practice but are limited by an exponential increase in similarity comparisons required to optimize recall. Additionally, they only support a small set of similarity metrics. We present Local Area Fo- cused Search (LAFS), a method that enhances the way queries are performed using an existing ANN index. Instead of a single query, LAFS performs a number of smaller (fewer similarity comparisons) queries and focuses on a local neighborhood which is refined as candidates are identified. We show that our technique improves performance on several well known datasets and is easily extended to general similarity metrics using kernel projection techniques.

  4. Children's note taking as a mnemonic tool.

    Science.gov (United States)

    Eskritt, Michelle; McLeod, Kellie

    2008-09-01

    When given the opportunity to take notes in memory tasks, children sometimes make notes that are not useful. The current study examined the role that task constraints might play in the production of nonmnemonic notes. In Experiment 1, children played one easy and one difficult memory game twice, once with the opportunity to make notes and once without that opportunity. More children produced functional notations for the easier task than for the more difficult task, and their notations were beneficial to memory performance. Experiment 2 found that the majority of children who at first made nonmnemonic notations were able to produce functional notations with minimal training, and there was no significant difference in notation quality or memory performance between spontaneous and trained note takers. Experiment 3 revealed that the majority of children could transfer their training to a novel task. The results suggest that children's production of nonmnemonic notes may be due in part to a lack of knowledge regarding what task information is important to represent or how to represent it in their notes rather than to an inability to make functional notes in general.

  5. Causal beliefs about intellectual disability and schizophrenia and their relationship with awareness of the condition and social distance.

    Science.gov (United States)

    Scior, Katrina; Furnham, Adrian

    2016-09-30

    Evidence on mental illness stigma abounds yet little is known about public perceptions of intellectual disability. This study examined causal beliefs about intellectual disability and schizophrenia and how these relate to awareness of the condition and social distance. UK lay people aged 16+(N=1752), in response to vignettes depicting intellectual disability and schizophrenia, noted their interpretation of the difficulties, and rated their agreement with 22 causal and four social distance items. They were most likely to endorse environmental causes for intellectual disability, and biomedical factors, trauma and early disadvantage for schizophrenia. Accurate identification of both vignettes was associated with stronger endorsement of biomedical causes, alongside weaker endorsement of adversity, environmental and supernatural causes. Biomedical causal beliefs and social distance were negatively correlated for intellectual disability, but not for schizophrenia. Causal beliefs mediated the relationship between identification of the condition and social distance for both conditions. While all four types of causal beliefs acted as mediators for intellectual disability, for schizophrenia only supernatural causal beliefs did. Educating the public and promoting certain causal beliefs may be of benefit in tackling intellectual disability stigma, but for schizophrenia, other than tackling supernatural attributions, may be of little benefit in reducing stigma. Copyright © 2016 Elsevier Ireland Ltd. All rights reserved.

  6. Mysore study: A study of suicide notes.

    Science.gov (United States)

    Namratha, P; Kishor, M; Sathyanarayana Rao, T S; Raman, Rajesh

    2015-01-01

    Suicide is one of the leading causes of preventable deaths. Recent data suggest South India as one of the regions with highest suicide rates in the world. In 2013, 134,799 people committed suicide in India according to the statistics released by the National Crime Records Bureau. Suicide note is one of the most important sources to understand suicide, which may be beneficial in suicide prevention. Studies on suicidal notes from this part of the world are sparse. The aim was to study the themes in suicide notes that might be useful in prevention strategies. A descriptive study of all suicide notes of those individuals who committed suicide between 2010 and 2013 available with Police Department, Mysore district was obtained and analyzed. A total of 22 suicide note were available. A majority of suicide note was in age group of 16-40 years (86%) and most were men (59%). All suicide notes were handwritten, the majority (70%) in regional language Kannada. Length of notes varied from just few words to few pages. Contents of suicide notes included apology/shame/guilt (80%), love for those left behind (55%) and instruction regarding practical affairs (23%). Most have blamed none for the act (50%). 23% mentioned that they are committing suicide to prove their innocence. 32% mentioned a last wish. The majority of suicidal note contained "guilt" which is a strong indicator of possible depression in deceased. Creating awareness about suicide among public and ensuring access to professionals trained in suicide prevention is need of the hour in this part of the world.

  7. Improved Fuzzy K-Nearest Neighbor Using Modified Particle Swarm Optimization

    Science.gov (United States)

    Jamaluddin; Siringoringo, Rimbun

    2017-12-01

    Fuzzy k-Nearest Neighbor (FkNN) is one of the most powerful classification methods. The presence of fuzzy concepts in this method successfully improves its performance on almost all classification issues. The main drawbackof FKNN is that it is difficult to determine the parameters. These parameters are the number of neighbors (k) and fuzzy strength (m). Both parameters are very sensitive. This makes it difficult to determine the values of ‘m’ and ‘k’, thus making FKNN difficult to control because no theories or guides can deduce how proper ‘m’ and ‘k’ should be. This study uses Modified Particle Swarm Optimization (MPSO) to determine the best value of ‘k’ and ‘m’. MPSO is focused on the Constriction Factor Method. Constriction Factor Method is an improvement of PSO in order to avoid local circumstances optima. The model proposed in this study was tested on the German Credit Dataset. The test of the data/The data test has been standardized by UCI Machine Learning Repository which is widely applied to classification problems. The application of MPSO to the determination of FKNN parameters is expected to increase the value of classification performance. Based on the experiments that have been done indicating that the model offered in this research results in a better classification performance compared to the Fk-NN model only. The model offered in this study has an accuracy rate of 81%, while. With using Fk-NN model, it has the accuracy of 70%. At the end is done comparison of research model superiority with 2 other classification models;such as Naive Bayes and Decision Tree. This research model has a better performance level, where Naive Bayes has accuracy 75%, and the decision tree model has 70%

  8. Adaptive behavior of neighboring neurons during adaptation-induced plasticity of orientation tuning in V1

    Directory of Open Access Journals (Sweden)

    Shumikhina Svetlana

    2009-12-01

    Full Text Available Abstract Background Sensory neurons display transient changes of their response properties following prolonged exposure to an appropriate stimulus (adaptation. In adult cat primary visual cortex, orientation-selective neurons shift their preferred orientation after being adapted to a non-preferred orientation. The direction of those shifts, towards (attractive or away (repulsive from the adapter depends mostly on adaptation duration. How the adaptive behavior of a neuron is related to that of its neighbors remains unclear. Results Here we show that in most cases (75%, cells shift their preferred orientation in the same direction as their neighbors. We also found that cells shifting preferred orientation differently from their neighbors (25% display three interesting properties: (i larger variance of absolute shift amplitude, (ii wider tuning bandwidth and (iii larger range of preferred orientations among the cluster of cells. Several response properties of V1 neurons depend on their location within the cortical orientation map. Our results suggest that recording sites with both attractive and repulsive shifts following adaptation may be located in close proximity to iso-orientation domain boundaries or pinwheel centers. Indeed, those regions have a more diverse orientation distribution of local inputs that could account for the three properties above. On the other hand, sites with all cells shifting their preferred orientation in the same direction could be located within iso-orientation domains. Conclusions Our results suggest that the direction and amplitude of orientation preference shifts in V1 depend on location within the orientation map. This anisotropy of adaptation-induced plasticity, comparable to that of the visual cortex itself, could have important implications for our understanding of visual adaptation at the psychophysical level.

  9. Analytical dynamics course notes

    CERN Document Server

    Lindenbaum, Samuel D

    1994-01-01

    This book comprises a set of lecture notes on rational mechanics, for part of the graduate physics curriculum, delivered by the late Prof. Shirley L. Quimby during his tenure at Columbia University, New York. The notes contain proofs of basic theorems, derivations of formulae and amplification of observations, as well as the presentation and solution of illustrative problems. Collateral readings from more than 50 source references are indicated at appropriate places in the text.

  10. Clusterizor

    DEFF Research Database (Denmark)

    2013-01-01

    of binary, Canberra, Euclidean, Manhattan City Block, maximum, and Minkowski distancings with average, centroid, furthest-neighbor, nearest-neighbor, McQuitty, median, and Ward clustering methods. With those distancing types that, involve decimals in distance matrices, you may choose between one and five...... decimals. It also allows you to export distance matrices in tabular form. You may also choose to include a grid and red boxes in the dendrogram. Clusterizor first runs the user's chosen combination of distancing and clustering methods. Then a distance matrix is generated on the basis of the user's input...... file, in accordance with the chosen distancing method. The user will be given the option to export the distance matrix as a text file. The chosen clustering method is applied to the distance matrix, resulting in a dendrogram illustrating the cluster relations....

  11. The effect of near laterally and vertically neighboring quantum dots on the composition of uncapped InxGa1−xAs/GaAs quantum dots

    International Nuclear Information System (INIS)

    Donglin, Wang; Zhongyuan, Yu; Yumin, Liu; Han, Ye; Pengfei, Lu; Xiaotao, Guo; Long, Zhao; Xia, Xin

    2010-01-01

    The composition of quantum dots has a direct effect on the optical and electronic properties of quantum-dot-based devices. In this paper, we combine the method of moving asymptotes and finite element tools to compute the composition distribution by minimizing the Gibbs free energy of quantum dots, and use this method to study the effect of near laterally and vertically neighboring quantum dots on the composition distribution. The simulation results indicate that the effect from the laterally neighboring quantum dot is very small, and the vertically neighboring quantum dot can significantly influence the composition by the coupled strain field

  12. An approach for estimating the radiological significance of a hypothetical major nuclear accident over long distance transboundary scales

    Energy Technology Data Exchange (ETDEWEB)

    Mitrakos, D., E-mail: dimitris.mitrakos@eeae.gr; Potiriadis, C.; Housiadas, C.

    2016-04-15

    Highlights: • Actions may be warranted after a major nuclear accident even at long distances. • Distance may not be the decisive parameter for longer term radiological impact. • Remote impact may vary orders of magnitude depending on the meteorological conditions. • The potential impact can be assessed using computationally inexpensive calculations. - Abstract: After the Fukushima accident important initiatives were taken in European level to enhance the nuclear safety level of the existing and planned nuclear reactors, such as the so-called nuclear “stress-tests” and the amendment of the Nuclear Safety Directive. A recent work of HERCA and WENRA focused on the need for a more consistent and harmonized response in a transboundary context in case of a hypothetical major nuclear accident in Europe. Such an accident, although very improbable, cannot be totally excluded and so, should be considered in emergency preparedness arrangements among the various European countries. In case of a hypothetical severe Fukushima-like accident in Europe, the role of the neighboring countries may be important, since the authorities should be able to provide information and advice to the government and the public, but also can contribute to the overall assessment of the situation be their own means. In this work we assess the radiological significance of a hypothetical major nuclear accident for distances longer than 300 km that are not typically covered by the internationally accepted emergency planning zones. The approach is simple and computationally inexpensive, since it is based on the calculation of only a few release scenarios at dates selected within a whole year on the basis of bounding the deposition levels at long distances in relation to the occurrence of precipitation. From the calculated results it is evident that distance is not the only decisive parameter in estimating the potential radiological significance of a severe nuclear accident. The hypothetical

  13. Application of affinity propagation algorithm based on manifold distance for transformer PD pattern recognition

    Science.gov (United States)

    Wei, B. G.; Huo, K. X.; Yao, Z. F.; Lou, J.; Li, X. Y.

    2018-03-01

    It is one of the difficult problems encountered in the research of condition maintenance technology of transformers to recognize partial discharge (PD) pattern. According to the main physical characteristics of PD, three models of oil-paper insulation defects were set up in laboratory to study the PD of transformers, and phase resolved partial discharge (PRPD) was constructed. By using least square method, the grey-scale images of PRPD were constructed and features of each grey-scale image were 28 box dimensions and 28 information dimensions. Affinity propagation algorithm based on manifold distance (AP-MD) for transformers PD pattern recognition was established, and the data of box dimension and information dimension were clustered based on AP-MD. Study shows that clustering result of AP-MD is better than the results of affinity propagation (AP), k-means and fuzzy c-means algorithm (FCM). By choosing different k values of k-nearest neighbor, we find clustering accuracy of AP-MD falls when k value is larger or smaller, and the optimal k value depends on sample size.

  14. Predicting Audience Location on the Basis of the k-Nearest Neighbor Multilabel Classification

    Directory of Open Access Journals (Sweden)

    Haitao Wu

    2014-01-01

    Full Text Available Understanding audience location information in online social networks is important in designing recommendation systems, improving information dissemination, and so on. In this paper, we focus on predicting the location distribution of audiences on YouTube. And we transform this problem to a multilabel classification problem, while we find there exist three problems when the classical k-nearest neighbor based algorithm for multilabel classification (ML-kNN is used to predict location distribution. Firstly, the feature weights are not considered in measuring the similarity degree. Secondly, it consumes considerable computing time in finding similar items by traversing all the training set. Thirdly, the goal of ML-kNN is to find relevant labels for every sample which is different from audience location prediction. To solve these problems, we propose the methods of measuring similarity based on weight, quickly finding similar items, and ranking a specific number of labels. On the basis of these methods and the ML-kNN, the k-nearest neighbor based model for audience location prediction (AL-kNN is proposed for predicting audience location. The experiments based on massive YouTube data show that the proposed model can more accurately predict the location of YouTube video audience than the ML-kNN, MLNB, and Rank-SVM methods.

  15. Open notes: doctors and patients signing on.

    Science.gov (United States)

    Delbanco, Tom; Walker, Jan; Darer, Jonathan D; Elmore, Joann G; Feldman, Henry J; Leveille, Suzanne G; Ralston, James D; Ross, Stephen E; Vodicka, Elisabeth; Weber, Valerie D

    2010-07-20

    Few patients read their doctors' notes, despite having the legal right to do so. As information technology makes medical records more accessible and society calls for greater transparency, patients' interest in reading their doctors' notes may increase. Inviting patients to review these notes could improve understanding of their health, foster productive communication, stimulate shared decision making, and ultimately lead to better outcomes. Yet, easy access to doctors' notes could have negative consequences, such as confusing or worrying patients and complicating rather than improving patient-doctor communication. To gain evidence about the feasibility, benefits, and harms of providing patients ready access to electronic doctors' notes, a team of physicians and nurses have embarked on a demonstration and evaluation of a project called OpenNotes. The authors describe the intervention and share what they learned from conversations with doctors and patients during the planning stages. The team anticipates that "open notes" will spread and suggests that over time, if drafted collaboratively and signed by both doctors and patients, they might evolve to become contracts for care.

  16. Making Distance Visible: Assembling Nearness in an Online Distance Learning Programme

    Science.gov (United States)

    Ross, Jen; Gallagher, Michael Sean; Macleod, Hamish

    2013-01-01

    Online distance learners are in a particularly complex relationship with the educational institutions they belong to (Bayne, Gallagher, & Lamb, 2012). For part-time distance students, arrivals and departures can be multiple and invisible as students take courses, take breaks, move into independent study phases of a programme, find work or…

  17. Are people living next to mobile phone base stations more strained? Relationship of health concerns, self-estimated distance to base station, and psychological parameters.

    Science.gov (United States)

    Augner, Christoph; Hacker, Gerhard W

    2009-12-01

    Coeval with the expansion of mobile phone technology and the associated obvious presence of mobile phone base stations, some people living close to these masts reported symptoms they attributed to electromagnetic fields (EMF). Public and scientific discussions arose with regard to whether these symptoms were due to EMF or were nocebo effects. The aim of this study was to find out if people who believe that they live close to base stations show psychological or psychobiological differences that would indicate more strain or stress. Furthermore, we wanted to detect the relevant connections linking self-estimated distance between home and the next mobile phone base station (DBS), daily use of mobile phone (MPU), EMF-health concerns, electromagnetic hypersensitivity, and psychological strain parameters. Fifty-seven participants completed standardized and non-standardized questionnaires that focused on the relevant parameters. In addition, saliva samples were used as an indication to determine the psychobiological strain by concentration of alpha-amylase, cortisol, immunoglobulin A (IgA), and substance P. Self-declared base station neighbors (DBS base station neighbors are more strained than others. EMF-related health concerns cannot explain these findings. Further research should identify if actual EMF exposure or other factors are responsible for these results.

  18. Who's Watching the Babies? Improving the Quality of Family, Friend, and Neighbor Child Care

    Science.gov (United States)

    Powell, Douglas R.

    2008-01-01

    One of the important influences on a child's development is the quality of his or her early care and education experiences. It is estimated that more than 1 million children in the U.S. are cared for while their parents are at work by nonlicensed caregivers who are family, friends, or neighbors - and these caregivers can be difficult to reach…

  19. The Anatomy of a Note.

    Science.gov (United States)

    Moore, Herb

    1986-01-01

    Suggests that students can learn the physics of a musical note by learning how to synthesize sounds on a computer. Discusses ADSR (attack, decay, sustain, and release of a note) and includes a program (with listing) which students can use to examine ADSR on a Commodore 64 microcomputer. (JN)

  20. Use of the neighboring orbital model for analysis of electronic coupling in Class III intervalence compounds

    International Nuclear Information System (INIS)

    Nelsen, Stephen F.; Weaver, Michael N.; Luo Yun; Lockard, Jenny V.; Zink, Jeffrey I.

    2006-01-01

    Symmetrical charge-delocalized intervalence radical ions should not be described by the traditional two-state model that has been so successful for their localized counterparts. If they lack direct overlap between their charge-bearing units (M), their diabatic orbitals have an equal energy pair of symmetrized M-centered combination orbitals that are symmetric (S) or antisymmetric (A) with respect to a symmetry element at the center of the molecule. The M combination orbitals will mix separately with bridge orbitals of the same symmetry. We call the simplest useful model for this situation the neighboring orbital model, which uses the S and A bridge orbitals of high overlap that lie closest in energy to the M orbital pair, resulting in two two-state models that have a common energy for one pair. This model is developed quantitatively, and examples having 1, 3, 5, and 7 electrons in the neighboring orbitals are illustrated

  1. Behavior change communication activities improve infant and young child nutrition knowledge and practice of neighboring non-participants in a cluster-randomized trial in rural Bangladesh.

    Science.gov (United States)

    Hoddinott, John; Ahmed, Ishita; Ahmed, Akhter; Roy, Shalini

    2017-01-01

    To examine the impact on infant and young child nutrition knowledge and practice of mothers who were neighbors of mothers participating in a nutrition Behavior Change Communication (BCC) intervention in rural Bangladesh. We analyzed data from 300 mothers whose neighbor participated in a nutrition BCC intervention and 600 mothers whose neighbor participated in an intervention that did not include BCC. We constructed measures capturing mothers' knowledge of infant and young child nutrition (IYCN) and measures of food consumption by children 6-24m. The effect on these outcomes of exposure to a neighbor receiving a nutrition BCC intervention was estimated using ordinary least squares and probit regressions. The study was registered with ClinicalTrials.gov (Study ID: NCT02237144). Having a neighboring mother participate in a nutrition BCC intervention increased non-participant mothers' IYCN knowledge by 0.17 SD (translating to 0.3 more correct answers). They were 14.1 percentage points more likely to feed their 6-24m children legumes and nuts; 11.6 percentage points more likely to feed these children vitamin A rich fruits and vegetables; and 10.0 percentage points more likely to feed these children eggs. Children of non-participant mothers who had a neighboring mother participate in a nutrition BCC intervention were 13.8 percentage points more likely to meet World Health Organization (WHO) guidelines for minimum diet diversity, 11.9 percentage points more likely to meet WHO guidelines for minimum acceptable diet, and 10.3 percentage points more likely to meet WHO guidelines for minimum meal frequency for children who continue to be breastfed after age 6m. Children aged 0-6m of non-participant mothers who are neighbors of mothers receiving BCC were 7.1 percentage points less likely to have ever consumed water-based liquids. Studies of nutrition BCC that do not account for information spillovers to non-participants may underestimate its benefits in terms of IYCN knowledge

  2. Behavior change communication activities improve infant and young child nutrition knowledge and practice of neighboring non-participants in a cluster-randomized trial in rural Bangladesh.

    Directory of Open Access Journals (Sweden)

    John Hoddinott

    Full Text Available To examine the impact on infant and young child nutrition knowledge and practice of mothers who were neighbors of mothers participating in a nutrition Behavior Change Communication (BCC intervention in rural Bangladesh.We analyzed data from 300 mothers whose neighbor participated in a nutrition BCC intervention and 600 mothers whose neighbor participated in an intervention that did not include BCC. We constructed measures capturing mothers' knowledge of infant and young child nutrition (IYCN and measures of food consumption by children 6-24m. The effect on these outcomes of exposure to a neighbor receiving a nutrition BCC intervention was estimated using ordinary least squares and probit regressions. The study was registered with ClinicalTrials.gov (Study ID: NCT02237144.Having a neighboring mother participate in a nutrition BCC intervention increased non-participant mothers' IYCN knowledge by 0.17 SD (translating to 0.3 more correct answers. They were 14.1 percentage points more likely to feed their 6-24m children legumes and nuts; 11.6 percentage points more likely to feed these children vitamin A rich fruits and vegetables; and 10.0 percentage points more likely to feed these children eggs. Children of non-participant mothers who had a neighboring mother participate in a nutrition BCC intervention were 13.8 percentage points more likely to meet World Health Organization (WHO guidelines for minimum diet diversity, 11.9 percentage points more likely to meet WHO guidelines for minimum acceptable diet, and 10.3 percentage points more likely to meet WHO guidelines for minimum meal frequency for children who continue to be breastfed after age 6m. Children aged 0-6m of non-participant mothers who are neighbors of mothers receiving BCC were 7.1 percentage points less likely to have ever consumed water-based liquids.Studies of nutrition BCC that do not account for information spillovers to non-participants may underestimate its benefits in terms of

  3. Low-spin identical bands in neighboring odd-A and even-even nuclei

    International Nuclear Information System (INIS)

    Baktash, C.; Winchell, D.F.; Garrett, J.D.; Smith, A.

    1992-01-01

    A comprehensive study of odd-A rotational bands in normally deformed rare-earth nuclei indicates that a large number of seniority-one configurations (21% for odd-Z nuclei) at low spin have moments of inertia nearly identical to that of the seniority-zero configuration of the neighboring even-even nucleus with one less nucleon. It is difficult to reconcile these results with conventional models of nuclear pair correlation, which predict variations of about 15% in the moments of inertia of configurations differing by one unit in seniority

  4. Molecular gastronomy is a scientific discipline, and note by note cuisine is the next culinary trend

    Directory of Open Access Journals (Sweden)

    This Hervé

    2013-01-01

    Full Text Available Abstract For the past two decades, there has been much confusion about molecular gastronomy. This confusion has arisen because people ignore that the word gastronomy does not mean cuisine, it means knowledge about food. Similar to ‘molecular biology’, molecular gastronomy is a scientific discipline that looks for the mechanisms of phenomena occurring during dish preparation and consumption. As with any other scientific discipline, it can have many applications. One of the first was ‘molecular cuisine’ but since 1994, ‘note by note cuisine’ has also been promoted. The latter involves preparing dishes using pure compounds, or more practically mixture of compounds obtained by fractioning plant or animal tissues, instead of using these tissues themselves. Note by note cuisine raises issues in various fields: science, technology, nutrition, physiology, toxicology and politics.

  5. Steiner Distance in Graphs--A Survey

    OpenAIRE

    Mao, Yaping

    2017-01-01

    For a connected graph $G$ of order at least $2$ and $S\\subseteq V(G)$, the \\emph{Steiner distance} $d_G(S)$ among the vertices of $S$ is the minimum size among all connected subgraphs whose vertex sets contain $S$. In this paper, we summarize the known results on the Steiner distance parameters, including Steiner distance, Steiner diameter, Steiner center, Steiner median, Steiner interval, Steiner distance hereditary graph, Steiner distance stable graph, average Steiner distance, and Steiner ...

  6. Knowing Our Neighbors: 2MASS 2306-0502 (TRAPPIST-1) Revisited

    Science.gov (United States)

    Bartlett, Jennifer Lynn; Lurie, John; Jao, W.-C.; Ianna, P. A.; Riedel, A.; Finch, C.; Winters, J.; Subasavage, J.; Henry, T.

    2018-01-01

    Obtaining a well-understood, volume-limited (and ultimately volume-complete) sample of stellar systems within 25 pc is essential for determining the stellar luminosity function, the mass-luminosity relationship, the stellar velocity distribution, and the stellar multiplicity fraction. Such a sample also provides insight into the local star formation history. Towards that end, Research Consortium On Nearby Stars (RECONS) measures trigonometric parallaxes to establish which systems truly lie within the 25-pc radius of the Solar Neighborhood. Recent observations with the CTIO/SMARTS 0.9-m telescope allow us to update the astrometry and VRI photometry for 2MASS J23062928-0502285 (TRAPPIST-1). Extrasolar planet searches by others detected 7 Earth-sized planets transiting this cool dwarf.Based on our 2004—2016 observations, we measure a parallax of 78.76 ± 1.04 mas with a proper motion of 1034.8 ± 0.3 mas/yr in 118.5○ ± 0.03○ for 2MASS 2306-0502. During this 12.2-year period, we did not detect any perturbations in the astrometric residuals. Because this parallax is independent of the earlier CTIOPI/SMARTS 1.5-m result, we calculate its weighted mean parallax to be 79.29 ± 0.96 mas (12.6 ± 0.2 pc), which is ~4% farther than the original distance. Our improved parallax implies its radii and that of its planets would be ~4% larger than previously reported.During our astrometric observations, 2MASS 2306-0502 demonstrated an overall photometric variability of 11.6 mmag in I-band, which is less than the 20-mmag limit for significant variability. Removing a July 2009 flaring event drops the mean variability to 8.2 mmag.Our VRI photometry indicates the brightness of 2MASS 2306-0502 is 18.75, 16.54, 14.10 mag, respectively, based on 3 nights.Even as we continue to look for new neighbors, we should also keep an eye on old friends.NSF grants AST 05-07711 and AST 09-08402, NASA-SIM, Georgia State University, the University of Virginia, Hampden-Sydney College, and the

  7. Exact Sight Distance Determination on Compound Vertical and Horizontal Curves in the Presence of Road Barriers

    Directory of Open Access Journals (Sweden)

    Chiu Liu, PhD, PE, PTOE

    2013-06-01

    shared or a flash/thumb drive. Note that the sight distance on a two-dimensional curve, such as a horizontal or a vertical curve, can be calculated straightforward as special cases using the programmed spreadsheet.

  8. Gaz de France. Operation note; Gaz de France. Note d'operation

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    2003-07-01

    This note was published for the public at the occasion of the admission to Euronext's Eurolist of the existing shares that make the capital of Gaz de France company, the French gas utility. The note gives some informations about Gaz de France activity, and about its strategy of development in the European gas market. Then it describes the offer relative to the opening of Gaz de France capital. Some selected financial data and some precision about the risk factors and the management of the company complete the document. (J.S.)

  9. Theoretical Principles of Distance Education.

    Science.gov (United States)

    Keegan, Desmond, Ed.

    This book contains the following papers examining the didactic, academic, analytic, philosophical, and technological underpinnings of distance education: "Introduction"; "Quality and Access in Distance Education: Theoretical Considerations" (D. Randy Garrison); "Theory of Transactional Distance" (Michael G. Moore);…

  10. THE DISTANCE TO M104

    Energy Technology Data Exchange (ETDEWEB)

    McQuinn, Kristen B. W. [University of Texas at Austin, McDonald Observatory, 2515 Speedway, Stop C1400 Austin, TX 78712 (United States); Skillman, Evan D. [Minnesota Institute for Astrophysics, School of Physics and Astronomy, 116 Church Street, SE, University of Minnesota, Minneapolis, MN 55455 (United States); Dolphin, Andrew E. [Raytheon Company, 1151 E. Hermans Road, Tucson, AZ 85756 (United States); Berg, Danielle [Center for Gravitation, Cosmology and Astrophysics, Department of Physics, University of Wisconsin Milwaukee, 1900 East Kenwood Boulevard, Milwaukee, WI 53211 (United States); Kennicutt, Robert, E-mail: kmcquinn@astro.as.utexas.edu [Institute for Astronomy, University of Cambridge, Madingley Road, Cambridge CB3 0HA (United Kingdom)

    2016-11-01

    M104 (NGC 4594; the Sombrero galaxy) is a nearby, well-studied elliptical galaxy included in scores of surveys focused on understanding the details of galaxy evolution. Despite the importance of observations of M104, a consensus distance has not yet been established. Here, we use newly obtained Hubble Space Telescope optical imaging to measure the distance to M104 based on the tip of the red giant branch (TRGB) method. Our measurement yields the distance to M104 to be 9.55 ± 0.13 ± 0.31 Mpc equivalent to a distance modulus of 29.90 ± 0.03 ± 0.07 mag. Our distance is an improvement over previous results as we use a well-calibrated, stable distance indicator, precision photometry in a optimally selected field of view, and a Bayesian maximum likelihood technique that reduces measurement uncertainties. The most discrepant previous results are due to Tully–Fisher method distances, which are likely inappropriate for M104 given its peculiar morphology and structure. Our results are part of a larger program to measure accurate distances to a sample of well-known spiral galaxies (including M51, M74, and M63) using the TRGB method.

  11. The Distance to M51

    Science.gov (United States)

    McQuinn, Kristen. B. W.; Skillman, Evan D.; Dolphin, Andrew E.; Berg, Danielle; Kennicutt, Robert

    2016-07-01

    Great investments of observing time have been dedicated to the study of nearby spiral galaxies with diverse goals ranging from understanding the star formation process to characterizing their dark matter distributions. Accurate distances are fundamental to interpreting observations of these galaxies, yet many of the best studied nearby galaxies have distances based on methods with relatively large uncertainties. We have started a program to derive accurate distances to these galaxies. Here we measure the distance to M51—the Whirlpool galaxy—from newly obtained Hubble Space Telescope optical imaging using the tip of the red giant branch method. We measure the distance modulus to be 8.58 ± 0.10 Mpc (statistical), corresponding to a distance modulus of 29.67 ± 0.02 mag. Our distance is an improvement over previous results as we use a well-calibrated, stable distance indicator, precision photometry in a optimally selected field of view, and a Bayesian Maximum Likelihood technique that reduces measurement uncertainties. Based on observations made with the NASA/ESA Hubble Space Telescope, obtained from the Data Archive at the Space Telescope Science Institute, which is operated by the Association of Universities for Research in Astronomy, Inc., under NASA contract NAS 5-26555.

  12. Are contemporary tourists consuming distance?

    DEFF Research Database (Denmark)

    Larsen, Gunvor Riber

    2012. Background The background for this research, which explores how tourists represent distance and whether or not distance can be said to be consumed by contemporary tourists, is the increasing leisure mobility of people. Travelling for the purpose of visiting friends and relatives is increasing...... of understanding mobility at a conceptual level, and distance matters to people's manifest mobility: how they travel and how far they travel are central elements of their movements. Therefore leisure mobility (indeed all mobility) is the activity of relating across distance, either through actual corporeal...... metric representation. These representations are the focus for this research. Research Aim and Questions The aim of this research is thus to explore how distance is being represented within the context of leisure mobility. Further the aim is to explore how or whether distance is being consumed...

  13. Terminology report respect distance. The Use of the term respect distance in Posiva and SKB

    International Nuclear Information System (INIS)

    Lampinen, H.

    2007-09-01

    The term respect distance is used in some key publications of the Finnish Nuclear Waste Management Company, Posiva, and the Swedish Nuclear Waste Management Company, SKB (Svensk Kaernbrenslehantering). Posiva and SKB researchers use the same terms in their reports, and it is acknowledged that the terms used by both companies are not used in the same way, though the differences are often subtle. This report is a literature study of the term 'respect distance' and the terms immediately associated to it. Vital terms related to the respect distance and issues concerning the use of scale concepts in Posiva and SKB are gathered in the end of report. Posiva's respect distances consider the seismic, hydrological and mechanical properties of the deterministic deformation zones as important issues that constitute a risk for longterm safety. These requirements for respect distances are an interpretation of STUK's YVL 8.4 Guide. At present, Posiva's criteria regarding respect distances follow the instructions given in the Host Rock Classification system (HRC), whereas the size of a deformation zone to which respect distances are applied vary from the regional to local major and minor. This and other criteria that are given for respect distances may, however, change in the near future as Posiva's Rock Suitability Criteria (RSC) programme proceeds. SKB's considerations of respect distances acknowledge that the hydraulic and mechanical aspects of a deformation zone have an effect on the respect distance. However, the seismic risk is considered to overshadow the other effects on a regional scale. The respect distance defined for a deformation zone is coupled with the size of a fracture where secondary slip could occur. In the safety assessment it is assumed that this fracture cuts a deposition hole location. In SKB the respect distance is determined for regional and local major deformation zones. The trace length of such a zone is defined as being ≥ 3 km. For deformation zones

  14. New Maximal Two-distance Sets

    DEFF Research Database (Denmark)

    Lisonek, Petr

    1996-01-01

    A two-distance set in E^d is a point set X inthe d-dimensional Euclidean spacesuch that the distances between distinct points in Xassume only two different non-zero values. Based on results from classical distance geometry, we developan algorithm to classify, for a given dimension, all maximal...... (largest possible)two-distance sets in E^d.Using this algorithm we have completed the full classificationfor all dimensions less than or equal to 7, andwe have found one set in E^8 whosemaximality follows from Blokhuis' upper bound on sizes of s-distance sets.While in the dimensions less than or equal to 6...

  15. Case-Based Reasoning untuk Diagnosis Penyakit Jantung

    Directory of Open Access Journals (Sweden)

    Eka Wahyudi

    2017-01-01

                The test results using medical records data validated by expert indicate that the system is able to recognize diseases heart using nearest neighbor similarity method, minskowski distance similarity and euclidean distance similarity correctly respectively of 100%. Using nearest neighbor get accuracy of 86.21%, minkowski 100%, and euclidean 94.83%

  16. Distance learning

    Directory of Open Access Journals (Sweden)

    Katarina Pucelj

    2006-12-01

    Full Text Available I would like to underline the role and importance of knowledge, which is acquired by individuals as a result of a learning process and experience. I have established that a form of learning, such as distance learning definitely contributes to a higher learning quality and leads to innovative, dynamic and knowledgebased society. Knowledge and skills enable individuals to cope with and manage changes, solve problems and also create new knowledge. Traditional learning practices face new circumstances, new and modern technologies appear, which enable quick and quality-oriented knowledge implementation. The centre of learning process at distance learning is to increase the quality of life of citizens, their competitiveness on the workforce market and ensure higher economic growth. Intellectual capital is the one, which represents the biggest capital of each society and knowledge is the key factor for succes of everybody, who are fully aware of this. Flexibility, openness and willingness of people to follow new IT solutions form suitable environment for developing and deciding to take up distance learning.

  17. OpenLabNotes

    DEFF Research Database (Denmark)

    List, Markus; Franz, Michael; Tan, Qihua

    2015-01-01

    be advantageous if an ELN was Integrated with a laboratory information management system to allow for a comprehensive documentation of experimental work including the location of samples that were used in a particular experiment. Here, we present OpenLabNotes, which adds state-of-the-art ELN capabilities to Open......LabFramework, a powerful and flexible laboratory information management system. In contrast to comparable solutions, it allows to protect the intellectual property of its users by offering data protection with digital signatures. OpenLabNotes effectively Closes the gap between research documentation and sample management......, thus making Open-Lab Framework more attractive for laboratories that seek to increase productivity through electronic data management....

  18. How is adult patient adherence recorded in orthodontists’ clinical notes? A mixed-method case-note study

    Directory of Open Access Journals (Sweden)

    Al Shammary N

    2017-10-01

    Full Text Available Nawaf Al Shammary,1 Koula Asimakopoulou,1 Fraser McDonald,2 Jonathon T Newton,1 Sasha Scambler1 1Division of Population and Patient Health, 2Craniofacial Development and Stem Cell Biology Department, King’s College London Dental Institute, London, UKBackground: Patient adherence in orthodontic treatment is extremely important as it is linked with better treatment outcomes. Despite its importance, however, there is no shared definition of the concept. This makes the recording of adherence-related behaviors in patient notes difficult. The current study explored how, and to what extent adherence is recorded in adult patients’ medical records by orthodontists working in a large National Health Service (NHS London hospital.Materials and methods: A mixed-methods approach was used. A total of 17 clinicians with a mean age of 31 years (SD =4.87 provided N=20 case notes spanning N=324 appointments with patients they judged to be non-adherent. The notes were inspected for evidence of recording of patient adherence using adherence indicators identified in the literature.Results: The term “adherence” did not feature in any notes. The quantitative analysis showed that the three most frequent adherence-related behaviors recorded in notes were “oral hygiene,” “appointment attendance” and “breakages of appliances.” Qualitative analysis not only confirmed these factors but also showed that 1 the clinical aspects of treatment, 2 clinician–patient interaction factors and 3 patient attitudes also featured. This part of the analysis also highlighted inconsistencies across case notes in terms of the amount of information being recorded.Conclusion: Adherence as a term does not feature in the clinical case notes of clinician-identified non-adherent adult patients, while predictors of adherence are recorded with varying degrees of consistency. Keywords: adherence, adults, orthodontic treatment

  19. Bank note recognition for the vision impaired.

    Science.gov (United States)

    Hinwood, A; Preston, P; Suaning, G J; Lovell, N H

    2006-06-01

    Blind Australians find great difficulty in recognising bank notes. Each note has the same feel, with no Braille markings, irregular edges or other tangible features. In Australia, there is only one device available that can assist blind people recognise their notes. Internationally, there are devices available; however they are expensive, complex and have not been developed to cater for Australian currency. This paper discusses a new device, the MoneyTalker that takes advantage of the largely different colours and patterns on each Australian bank note and recognises the notes electronically, using the reflection and transmission properties of light. Different coloured lights are transmitted through the inserted note and the corresponding sensors detect distinct ranges of values depending on the colour of the note. Various classification algorithms were studied and the final algorithm was chosen based on accuracy and speed of recognition. The MoneyTalker has shown an accuracy of more than 99%. A blind subject has tested the device and believes that it is usable, compact and affordable. Based on the devices that are available currently in Australia, the MoneyTalker is an effective alternative in terms of accuracy and usability.

  20. Fast Exact Euclidean Distance (FEED): A new class of adaptable distance transforms

    NARCIS (Netherlands)

    Schouten, Theo E.; van den Broek, Egon

    2014-01-01

    A new unique class of foldable distance transforms of digital images (DT) is introduced, baptized: Fast Exact Euclidean Distance (FEED) transforms. FEED class algorithms calculate the DT starting directly from the definition or rather its inverse. The principle of FEED class algorithms is

  1. Fast Exact Euclidean Distance (FEED) : A new class of adaptable distance transforms

    NARCIS (Netherlands)

    Schouten, Theo E.; van den Broek, Egon L.

    2014-01-01

    A new unique class of foldable distance transforms of digital images (DT) is introduced, baptized: Fast Exact Euclidean Distance (FEED) transforms. FEED class algorithms calculate the DT startingdirectly from the definition or rather its inverse. The principle of FEED class algorithms is introduced,

  2. The Importance of a Teacher in a Distance Education and the Progressive Methods of Teaching in a Virtual Learning Environment

    Directory of Open Access Journals (Sweden)

    Olga Miščenko

    2014-12-01

    Full Text Available The purpose of the article is to analyze the experience of the first work years of teaching the students, who study by distance, to compare other authors’ experience and to examine the advantages of Moodle virtual learning environment (VLE, searching for new applications of it. The relevance of e-learning is noted. It is affirmed that metacognitive learning strategies are typical for learning foreign languages in virtual environment. It is said that the Internet is a tool that ensures studies by distance. It is said that raising the qualification and learning by distance allows a responsible employee to improve foreign language skills while lifelong learning. VLE adaptability for teaching and studying English is being discussed. It is stated that the Internet conditions all types of methods in the virtual environment, application, and its existence expands and deepens the learning approach. In the paper it is claimed that the Moodle VLE function is to improve the learning process to ensure a high level of expertise and the objectivity of assessment. Studying in conventional way and in the virtual environment are briefly compared. Moodle virtual learning environment application objectives to learning outcomes, emphasizing the importance of the traditional teaching methods, the student’s responsibility to call attention to the learning process and system characteristics are defined. It is noted that learning in the virtual environment is based on the principles of epistemology, therefore the Moodle system meets the didactic tasks. The virtual learning environment possibilities ensure a very good feedback and increase students’ motivation, and, consequently, that provides better knowledge. It is emphasized that while teaching by distance, the teacher’s responsibility, his role in the development of educational material and the course tasks have increased. Some specific cases for various forms of studies and exercises to perform in the

  3. Structure of the first- and second-neighbor shells of simulated water: Quantitative relation to translational and orientational order

    Science.gov (United States)

    Yan, Zhenyu; Buldyrev, Sergey V.; Kumar, Pradeep; Giovambattista, Nicolas; Debenedetti, Pablo G.; Stanley, H. Eugene

    2007-11-01

    We perform molecular dynamics simulations of water using the five-site transferable interaction potential (TIP5P) model to quantify structural order in both the first shell (defined by four nearest neighbors) and second shell (defined by twelve next-nearest neighbors) of a central water molecule. We find that the anomalous decrease of orientational order upon compression occurs in both shells, but the anomalous decrease of translational order upon compression occurs mainly in the second shell. The decreases of translational order and orientational order upon compression (called the “structural anomaly”) are thus correlated only in the second shell. Our findings quantitatively confirm the qualitative idea that the thermodynamic, structural, and hence dynamic anomalies of water are related to changes upon compression in the second shell.

  4. Distance covariance for stochastic processes

    DEFF Research Database (Denmark)

    Matsui, Muneya; Mikosch, Thomas Valentin; Samorodnitsky, Gennady

    2017-01-01

    The distance covariance of two random vectors is a measure of their dependence. The empirical distance covariance and correlation can be used as statistical tools for testing whether two random vectors are independent. We propose an analog of the distance covariance for two stochastic processes...

  5. Detection of Burkholderia pseudomallei O-antigen serotypes in near-neighbor species

    Directory of Open Access Journals (Sweden)

    Stone Joshua K

    2012-11-01

    Full Text Available Abstract Background Burkholderia pseudomallei is the etiological agent of melioidosis and a CDC category B select agent with no available effective vaccine. Previous immunizations in mice have utilized the lipopolysaccharide (LPS as a potential vaccine target because it is known as one of the most important antigenic epitopes in B. pseudomallei. Complicating this strategy are the four different B. pseudomallei LPS O-antigen types: A, B, B2, and rough. Sero-crossreactivity is common among O-antigens of Burkholderia species. Here, we identified the presence of multiple B. pseudomallei O-antigen types and sero-crossreactivity in its near-neighbor species. Results PCR screening of O-antigen biosynthesis genes, phenotypic characterization using SDS-PAGE, and immunoblot analysis showed that majority of B. mallei and B. thailandensis strains contained the typical O-antigen type A. In contrast, most of B. ubonensis and B. thailandensis-like strains expressed the atypical O-antigen types B and B2, respectively. Most B. oklahomensis strains expressed a distinct and non-seroreactive O-antigen type, except strain E0147 which expressed O-antigen type A. O-antigen type B2 was also detected in B. thailandensis 82172, B. ubonensis MSMB108, and Burkholderia sp. MSMB175. Interestingly, B. thailandensis-like MSMB43 contained a novel serotype B positive O-antigen. Conclusions This study expands the number of species which express B. pseudomallei O-antigen types. Further work is required to elucidate the full structures and how closely these are to the B. pseudomallei O-antigens, which will ultimately determine the efficacy of the near-neighbor B serotypes for vaccine development.

  6. Managing Time, Workload and Costs in Distance Education: Findings from a Literature Review of "Distances et Médiations des Savoirs" (Formerly "Distances et Savoirs")

    Science.gov (United States)

    Moeglin, Pierre; Vidal, Martine

    2015-01-01

    The purpose of this review, spanning over 12 years of publication of "Distances et Médiations des Savoirs" ("DMS"), formerly "Distance et Savoirs" ("DMS") (2003-2014), is guided by the question why and how French-speaking researchers addressed the issues of time, workload and costs in distance learning, and…

  7. Low-spin identical bands in neighboring odd-A and even-even nuclei

    International Nuclear Information System (INIS)

    Baktash, C.; Winchell, D.F.; Garrett, J.D.; Smith, A.

    1993-01-01

    A comprehensive study of odd-A rotational bands in normally deformed rare-earth nuclei indicates that a large number of seniority-one configurations (21 % for odd-Z nuclei) at low spin have moments of inertia nearly identical to that of the seniority-zero configuration of the neighboring even-even nucleus with one less nucleon. It is difficult to reconcile these results with conventional models of nuclear pair correlation, which predict variations of about 15% in the moments of inertia of configurations differing by one unit in seniority. (orig.)

  8. Critical Points in Distance Learning System

    Directory of Open Access Journals (Sweden)

    Airina Savickaitė

    2013-08-01

    Full Text Available Purpose – This article presents the results of distance learning system analysis, i.e. the critical elements of the distance learning system. The critical points of distance learning are a part of distance education online environment interactivity/community process model. The most important is the fact that the critical point is associated with distance learning participants. Design/methodology/approach – Comparative review of articles and analysis of distance learning module. Findings – A modern man is a lifelong learner and distance learning is a way to be a modern person. The focus on a learner and feedback is the most important thing of learning distance system. Also, attention should be paid to the lecture-appropriate knowledge and ability to convey information. Distance system adaptation is the way to improve the learner’s learning outcomes. Research limitations/implications – Different learning disciplines and learning methods may have different critical points. Practical implications – The information of analysis could be important for both lecturers and students, who studies distance education systems. There are familiar critical points which may deteriorate the quality of learning. Originality/value – The study sought to develop remote systems for applications in order to improve the quality of knowledge. Keywords: distance learning, process model, critical points. Research type: review of literature and general overview.

  9. Technical Note

    African Journals Online (AJOL)

    Administratör

    In this report on four patients, we did not use any of these techniques. The existence and the site of the fistulas was clearly demonstrated using basic but important preoperative detailed assessment and two intraoperative findings. The preoperative referral note that indicated the site of technical difficulty during the previous ...

  10. Connecting long distance: semantic distance in analogical reasoning modulates frontopolar cortex activity.

    Science.gov (United States)

    Green, Adam E; Kraemer, David J M; Fugelsang, Jonathan A; Gray, Jeremy R; Dunbar, Kevin N

    2010-01-01

    Solving problems often requires seeing new connections between concepts or events that seemed unrelated at first. Innovative solutions of this kind depend on analogical reasoning, a relational reasoning process that involves mapping similarities between concepts. Brain-based evidence has implicated the frontal pole of the brain as important for analogical mapping. Separately, cognitive research has identified semantic distance as a key characteristic of the kind of analogical mapping that can support innovation (i.e., identifying similarities across greater semantic distance reveals connections that support more innovative solutions and models). However, the neural substrates of semantically distant analogical mapping are not well understood. Here, we used functional magnetic resonance imaging (fMRI) to measure brain activity during an analogical reasoning task, in which we parametrically varied the semantic distance between the items in the analogies. Semantic distance was derived quantitatively from latent semantic analysis. Across 23 participants, activity in an a priori region of interest (ROI) in left frontopolar cortex covaried parametrically with increasing semantic distance, even after removing effects of task difficulty. This ROI was centered on a functional peak that we previously associated with analogical mapping. To our knowledge, these data represent a first empirical characterization of how the brain mediates semantically distant analogical mapping.

  11. A note on axial symmetries

    International Nuclear Information System (INIS)

    Beetle, Christopher; Wilder, Shawn

    2015-01-01

    This note describes how to characterize and normalize an axial Killing field on a general Riemannian geometry or four-dimensional Lorentzian geometry. No global assumptions are necessary, such as that the orbits of the Killing field all have period 2π. Rather, any Killing field that vanishes at at least one point necessarily has the expected global properties. (note)

  12. Equivalence of massive propagator distance and mathematical distance on graphs

    International Nuclear Information System (INIS)

    Filk, T.

    1992-01-01

    It is shown in this paper that the assignment of distance according to the massive propagator method and according to the mathematical definition (length of minimal path) on arbitrary graphs with a bound on the degree leads to equivalent large scale properties of the graph. Especially, the internal scaling dimension is the same for both definitions. This result holds for any fixed, non-vanishing mass, so that a really inequivalent definition of distance requires the limit m → 0

  13. Distance-Based Configurational Entropy of Proteins from Molecular Dynamics Simulations.

    Science.gov (United States)

    Fogolari, Federico; Corazza, Alessandra; Fortuna, Sara; Soler, Miguel Angel; VanSchouwen, Bryan; Brancolini, Giorgia; Corni, Stefano; Melacini, Giuseppe; Esposito, Gennaro

    2015-01-01

    Estimation of configurational entropy from molecular dynamics trajectories is a difficult task which is often performed using quasi-harmonic or histogram analysis. An entirely different approach, proposed recently, estimates local density distribution around each conformational sample by measuring the distance from its nearest neighbors. In this work we show this theoretically well grounded the method can be easily applied to estimate the entropy from conformational sampling. We consider a set of systems that are representative of important biomolecular processes. In particular: reference entropies for amino acids in unfolded proteins are obtained from a database of residues not participating in secondary structure elements;the conformational entropy of folding of β2-microglobulin is computed from molecular dynamics simulations using reference entropies for the unfolded state;backbone conformational entropy is computed from molecular dynamics simulations of four different states of the EPAC protein and compared with order parameters (often used as a measure of entropy);the conformational and rototranslational entropy of binding is computed from simulations of 20 tripeptides bound to the peptide binding protein OppA and of β2-microglobulin bound to a citrate coated gold surface. This work shows the potential of the method in the most representative biological processes involving proteins, and provides a valuable alternative, principally in the shown cases, where other approaches are problematic.

  14. Road Short-Term Travel Time Prediction Method Based on Flow Spatial Distribution and the Relations

    Directory of Open Access Journals (Sweden)

    Mingjun Deng

    2016-01-01

    Full Text Available There are many short-term road travel time forecasting studies based on time series, but indeed, road travel time not only relies on the historical travel time series, but also depends on the road and its adjacent sections history flow. However, few studies have considered that. This paper is based on the correlation of flow spatial distribution and the road travel time series, applying nearest neighbor and nonparametric regression method to build a forecasting model. In aspect of spatial nearest neighbor search, three different space distances are defined. In addition, two forecasting functions are introduced: one combines the forecasting value by mean weight and the other uses the reciprocal of nearest neighbors distance as combined weight. Three different distances are applied in nearest neighbor search, which apply to the two forecasting functions. For travel time series, the nearest neighbor and nonparametric regression are applied too. Then minimizing forecast error variance is utilized as an objective to establish the combination model. The empirical results show that the combination model can improve the forecast performance obviously. Besides, the experimental results of the evaluation for the computational complexity show that the proposed method can satisfy the real-time requirement.

  15. River Flow Prediction Using the Nearest Neighbor Probabilistic Ensemble Method

    Directory of Open Access Journals (Sweden)

    H. Sanikhani

    2016-02-01

    Full Text Available Introduction: In the recent years, researchers interested on probabilistic forecasting of hydrologic variables such river flow.A probabilistic approach aims at quantifying the prediction reliability through a probability distribution function or a prediction interval for the unknown future value. The evaluation of the uncertainty associated to the forecast is seen as a fundamental information, not only to correctly assess the prediction, but also to compare forecasts from different methods and to evaluate actions and decisions conditionally on the expected values. Several probabilistic approaches have been proposed in the literature, including (1 methods that use resampling techniques to assess parameter and model uncertainty, such as the Metropolis algorithm or the Generalized Likelihood Uncertainty Estimation (GLUE methodology for an application to runoff prediction, (2 methods based on processing the forecast errors of past data to produce the probability distributions of future values and (3 methods that evaluate how the uncertainty propagates from the rainfall forecast to the river discharge prediction, as the Bayesian forecasting system. Materials and Methods: In this study, two different probabilistic methods are used for river flow prediction.Then the uncertainty related to the forecast is quantified. One approach is based on linear predictors and in the other, nearest neighbor was used. The nonlinear probabilistic ensemble can be used for nonlinear time series analysis using locally linear predictors, while NNPE utilize a method adapted for one step ahead nearest neighbor methods. In this regard, daily river discharge (twelve years of Dizaj and Mashin Stations on Baranduz-Chay basin in west Azerbijan and Zard-River basin in Khouzestan provinces were used, respectively. The first six years of data was applied for fitting the model. The next three years was used to calibration and the remained three yeas utilized for testing the models

  16. Language distance and tree reconstruction

    International Nuclear Information System (INIS)

    Petroni, Filippo; Serva, Maurizio

    2008-01-01

    Languages evolve over time according to a process in which reproduction, mutation and extinction are all possible. This is very similar to haploid evolution for asexual organisms and for the mitochondrial DNA of complex ones. Exploiting this similarity, it is possible, in principle, to verify hypotheses concerning the relationship among languages and to reconstruct their family tree. The key point is the definition of the distances among pairs of languages in analogy with the genetic distances among pairs of organisms. Distances can be evaluated by comparing grammar and/or vocabulary, but while it is difficult, if not impossible, to quantify grammar distance, it is possible to measure a distance from vocabulary differences. The method used by glottochronology computes distances from the percentage of shared 'cognates', which are words with a common historical origin. The weak point of this method is that subjective judgment plays a significant role. Here we define the distance of two languages by considering a renormalized edit distance among words with the same meaning and averaging over the two hundred words contained in a Swadesh list. In our approach the vocabulary of a language is the analogue of DNA for organisms. The advantage is that we avoid subjectivity and, furthermore, reproducibility of results is guaranteed. We apply our method to the Indo-European and the Austronesian groups, considering, in both cases, fifty different languages. The two trees obtained are, in many respects, similar to those found by glottochronologists, with some important differences as regards the positions of a few languages. In order to support these different results we separately analyze the structure of the distances of these languages with respect to all the others

  17. Language distance and tree reconstruction

    Science.gov (United States)

    Petroni, Filippo; Serva, Maurizio

    2008-08-01

    Languages evolve over time according to a process in which reproduction, mutation and extinction are all possible. This is very similar to haploid evolution for asexual organisms and for the mitochondrial DNA of complex ones. Exploiting this similarity, it is possible, in principle, to verify hypotheses concerning the relationship among languages and to reconstruct their family tree. The key point is the definition of the distances among pairs of languages in analogy with the genetic distances among pairs of organisms. Distances can be evaluated by comparing grammar and/or vocabulary, but while it is difficult, if not impossible, to quantify grammar distance, it is possible to measure a distance from vocabulary differences. The method used by glottochronology computes distances from the percentage of shared 'cognates', which are words with a common historical origin. The weak point of this method is that subjective judgment plays a significant role. Here we define the distance of two languages by considering a renormalized edit distance among words with the same meaning and averaging over the two hundred words contained in a Swadesh list. In our approach the vocabulary of a language is the analogue of DNA for organisms. The advantage is that we avoid subjectivity and, furthermore, reproducibility of results is guaranteed. We apply our method to the Indo-European and the Austronesian groups, considering, in both cases, fifty different languages. The two trees obtained are, in many respects, similar to those found by glottochronologists, with some important differences as regards the positions of a few languages. In order to support these different results we separately analyze the structure of the distances of these languages with respect to all the others.

  18. Notorious: Hitchcock’s good neighbor film Notorious: Hitchcock’s good neighbor film

    Directory of Open Access Journals (Sweden)

    Arlindo Castro

    2008-04-01

    Full Text Available The New York release of Alfred Hitchcock’s Notorious occurred in August 1946, one month after the Bikini atomic explosions, and one year after the bombing of Hiroshima and Nagasaki. “Is mankind dying of curiosity?” asked a double page Time magazine ad, in the same issue that published a review of the film. “Time’s Science department noted recently,” readers were told, “that people everywhere have one great Fear: will the curiosity of nuclear physicists someday set off a giant chain reaction which will flash-bum the world to a clinker?”l To overcome that fear of the nuclear apocalypse, according to the add, readers should learn more and more about “the big mysteries of our atomic age,” beginning by checking her or his score in the “Time’s Quiz on Science.” If they happened to go to Radio City Music Hall, Notorious would reassure them that the U.S. was doing well in preventing obstinate Nazis from making an atomic bomb, though at that moment of the nuclear espionage war, former Manhattan Project insider Klaus Fuchs had actually passed on to a Soviet contact in London classified information about the Manhattan Project and American atomic plans.2 Indeed, in that transitional period between World War II and the Cold War, the major political villains were still Nazis, not Communists, as exemplified by other 1946 films like Orson Welles’ The Stranger, Charles Vidor’s Gilda, and Edward Dmytryk’s Cornered. The New York release of Alfred Hitchcock’s Notorious occurred in August 1946, one month after the Bikini atomic explosions, and one year after the bombing of Hiroshima and Nagasaki. “Is mankind dying of curiosity?” asked a double page Time magazine ad, in the same issue that published a review of the film. “Time’s Science department noted recently,” readers were told, “that people everywhere have one great Fear: will the curiosity of nuclear physicists someday set off a giant chain reaction which will

  19. What Predicts Skill in Lecture Note Taking?

    Science.gov (United States)

    Peverly, Stephen T.; Ramaswamy, Vivek; Brown, Cindy; Sumowski, James; Alidoost, Moona; Garner, Joanna

    2007-01-01

    Despite the importance of good lecture notes to test performance, very little is known about the cognitive processes that underlie effective lecture note taking. The primary purpose of the 2 studies reported (a pilot study and Study 1) was to investigate 3 processes hypothesized to be significantly related to quality of notes: transcription…

  20. Editor's Note

    African Journals Online (AJOL)

    On another note: the editor and the editorial team acknowledge the financial support of the Carnegie Corporation of New York through the University of Ghana Building A New Generation of Academics in Africa (BANGA-Africa) Project. We also use this platform to express our gratitude for the support of various stakeholders, ...

  1. Note-taking and Handouts in The Digital Age.

    Science.gov (United States)

    Stacy, Elizabeth Moore; Cain, Jeff

    2015-09-25

    Most educators consider note-taking a critical component of formal classroom learning. Advancements in technology such as tablet computers, mobile applications, and recorded lectures are altering classroom dynamics and affecting the way students compose and review class notes. These tools may improve a student's ability to take notes, but they also may hinder learning. In an era of dynamic technology developments, it is important for educators to routinely examine and evaluate influences on formal and informal learning environments. This paper discusses key background literature on student note-taking, identifies recent trends and potential implications of mobile technologies on classroom note-taking and student learning, and discusses future directions for note-taking in the context of digitally enabled lifelong learning.

  2. Taking notes as an interactive process

    OpenAIRE

    Hornig, Wolfgang

    1984-01-01

    Taking notes as an interactive process : how to improve students´ notes / Hornig W. ; Nowak, J. - In: Nowak, Johann: Textverstehen und Textrekonstruktion in Vorlesungen. - Augsburg : HDZ, 1984. - S. 227-253. - (Augsburger Studien zur Hochschuldidaktik ; 12)

  3. Interactive Distance Learning in Connecticut.

    Science.gov (United States)

    Pietras, Jesse John; Murphy, Robert J.

    This paper provides an overview of distance learning activities in Connecticut and addresses the feasibility of such activities. Distance education programs have evolved from the one dimensional electronic mail systems to the use of sophisticated digital fiber networks. The Middlesex Distance Learning Consortium has developed a long-range plan to…

  4. Impact of Training Bolivian Farmers on Integrated Pest Management and Diffusion of Knowledge to Neighboring Farmers

    DEFF Research Database (Denmark)

    Jørs, Erik; Konradsen, Flemming; Huici, Omar

    2016-01-01

    of importance to justify training costs and to promote a healthy and sustainable agriculture. Training on IPM of farmers took place from 2002 to 2004 in their villages in La Paz County, Bolivia, while dissemination of knowledge from trained farmer to neighboring farmer took place until 2009. To evaluate...

  5. Grouping Notes Through Nodes

    DEFF Research Database (Denmark)

    Dove, Graham; Abildgaard, Sille Julie Jøhnk; Biskjær, Michael Mose

    , both individually and when grouped, and their role in categorisation in semantic long-term memory. To do this, we adopt a multimodal analytical approach focusing on interaction between humans, and between humans and artefacts, alongside language. We discuss in detail examples of four different...... externalisation functions served by Post-ItTM notes, and show how these functions are present in complex overlapping combinations rather than being discrete. We then show how the temporal development of Post-ItTM note interactions supports categorisation qualities of semantic long-term memory....

  6. Grouping Notes Through Nodes

    DEFF Research Database (Denmark)

    Dove, Graham; Abildgaard, Sille Julie; Biskjær, Michael Mose

    2017-01-01

    , both individually and when grouped, and their role in categorisation in semantic long-term memory. To do this, we adopt a multimodal analytical approach focusing on interaction between humans, and between humans and artefacts, alongside language. We discuss in detail examples of four different...... externalisation functions served by Post-ItTM notes, and show how these functions are present in complex overlapping combinations rather than being discrete. We then show how the temporal development of Post-ItTM note interactions supports categorisation qualities of semantic long-term memory....

  7. Motivation in Distance Leaming

    Directory of Open Access Journals (Sweden)

    Daniela Brečko

    1996-12-01

    Full Text Available It is estimated that motivation is one of the most important psychological functions making it possible for people to leam even in conditions that do not meet their needs. In distance learning, a form of autonomous learning, motivation is of outmost importance. When adopting this method in learning an individual has to stimulate himself and take learning decisions on his or her own. These specific characteristics of distance learning should be taken into account. This all different factors maintaining the motivation of partici­pants in distance learning are to be included. Moreover, motivation in distance learning can be stimulated with specific learning materials, clear instructions and guide-lines, an efficient feed back, personal contact between tutors and parti­cipants, stimulating learning letters, telephone calls, encouraging letters and through maintaining a positive relationship between tutor and participant.

  8. Nearest neighbor 3D segmentation with context features

    Science.gov (United States)

    Hristova, Evelin; Schulz, Heinrich; Brosch, Tom; Heinrich, Mattias P.; Nickisch, Hannes

    2018-03-01

    Automated and fast multi-label segmentation of medical images is challenging and clinically important. This paper builds upon a supervised machine learning framework that uses training data sets with dense organ annotations and vantage point trees to classify voxels in unseen images based on similarity of binary feature vectors extracted from the data. Without explicit model knowledge, the algorithm is applicable to different modalities and organs, and achieves high accuracy. The method is successfully tested on 70 abdominal CT and 42 pelvic MR images. With respect to ground truth, an average Dice overlap score of 0.76 for the CT segmentation of liver, spleen and kidneys is achieved. The mean score for the MR delineation of bladder, bones, prostate and rectum is 0.65. Additionally, we benchmark several variations of the main components of the method and reduce the computation time by up to 47% without significant loss of accuracy. The segmentation results are - for a nearest neighbor method - surprisingly accurate, robust as well as data and time efficient.

  9. A Pedagogic Cycle for EFL Note-Taking

    Science.gov (United States)

    Siegel, Joseph

    2016-01-01

    More attention has been given to note-taking in EFL classrooms in recent years, probably due to growing numbers of EFL students who attend lectures given in English and the importance of note-taking during language proficiency tests. While textbooks and materials for note-taking practice are readily available, classroom techniques for teaching EFL…

  10. Many Neighbors are not Silent. fMRI Evidence for Global Lexical Activity in Visual Word Recognition.

    Directory of Open Access Journals (Sweden)

    Mario eBraun

    2015-07-01

    Full Text Available Many neurocognitive studies investigated the neural correlates of visual word recognition, some of which manipulated the orthographic neighborhood density of words and nonwords believed to influence the activation of orthographically similar representations in a hypothetical mental lexicon. Previous neuroimaging research failed to find evidence for such global lexical activity associated with neighborhood density. Rather, effects were interpreted to reflect semantic or domain general processing. The present fMRI study revealed effects of lexicality, orthographic neighborhood density and a lexicality by orthographic neighborhood density interaction in a silent reading task. For the first time we found greater activity for words and nonwords with a high number of neighbors. We propose that this activity in the dorsomedial prefrontal cortex reflects activation of orthographically similar codes in verbal working memory thus providing evidence for global lexical activity as the basis of the neighborhood density effect. The interaction of lexicality by neighborhood density in the ventromedial prefrontal cortex showed lower activity in response to words with a high number compared to nonwords with a high number of neighbors. In the light of these results the facilitatory effect for words and inhibitory effect for nonwords with many neighbors observed in previous studies can be understood as being due to the operation of a fast-guess mechanism for words and a temporal deadline mechanism for nonwords as predicted by models of visual word recognition. Furthermore, we propose that the lexicality effect with higher activity for words compared to nonwords in inferior parietal and middle temporal cortex reflects the operation of an identification mechanism and based on local lexico-semantic activity.

  11. Machine learning enhanced optical distance sensor

    Science.gov (United States)

    Amin, M. Junaid; Riza, N. A.

    2018-01-01

    Presented for the first time is a machine learning enhanced optical distance sensor. The distance sensor is based on our previously demonstrated distance measurement technique that uses an Electronically Controlled Variable Focus Lens (ECVFL) with a laser source to illuminate a target plane with a controlled optical beam spot. This spot with varying spot sizes is viewed by an off-axis camera and the spot size data is processed to compute the distance. In particular, proposed and demonstrated in this paper is the use of a regularized polynomial regression based supervised machine learning algorithm to enhance the accuracy of the operational sensor. The algorithm uses the acquired features and corresponding labels that are the actual target distance values to train a machine learning model. The optimized training model is trained over a 1000 mm (or 1 m) experimental target distance range. Using the machine learning algorithm produces a training set and testing set distance measurement errors of learning. Applications for the proposed sensor include industrial scenario distance sensing where target material specific training models can be generated to realize low <1% measurement error distance measurements.

  12. Debriefing Note Secondary Education Support Programme

    DEFF Research Database (Denmark)

    Webster, Neil; Vagnby, Bo Hellisen; Thomsen, Thomas J.

    Debriefing note regarding joint programming for the Secondary Education Support Programme (2003- 2007). The note specifies preparation of SIP Physical Guidelines; Training needs assessment for Physical School Status and Rapid Technical Assessments; SIP/DEP preparation; Selection criteria...

  13. Diagnosis of diabetes diseases using an Artificial Immune Recognition System2 (AIRS2) with fuzzy K-nearest neighbor.

    Science.gov (United States)

    Chikh, Mohamed Amine; Saidi, Meryem; Settouti, Nesma

    2012-10-01

    The use of expert systems and artificial intelligence techniques in disease diagnosis has been increasing gradually. Artificial Immune Recognition System (AIRS) is one of the methods used in medical classification problems. AIRS2 is a more efficient version of the AIRS algorithm. In this paper, we used a modified AIRS2 called MAIRS2 where we replace the K- nearest neighbors algorithm with the fuzzy K-nearest neighbors to improve the diagnostic accuracy of diabetes diseases. The diabetes disease dataset used in our work is retrieved from UCI machine learning repository. The performances of the AIRS2 and MAIRS2 are evaluated regarding classification accuracy, sensitivity and specificity values. The highest classification accuracy obtained when applying the AIRS2 and MAIRS2 using 10-fold cross-validation was, respectively 82.69% and 89.10%.

  14. Isolation by distance and vicariance drive genetic structure of a coral reef fish in the Pacific Ocean.

    Science.gov (United States)

    Planes, S; Fauvelot, C

    2002-02-01

    We studied the genetic diversity of a coral reef fish species to investigate the origin of the differentiation. A total of 727 Acanthurus triostegus collected from 15 locations throughout the Pacific were analyzed for 20 polymorphic loci. The genetic structure showed limited internal disequilibrium within each population; 3.7% of the loci showed significant Hardy-Weinberg disequilibrium, mostly associated with Adh*, and we subsequently removed this locus from further analysis of geographic pattern. The genetic structure of A. triostegus throughout the tropical Pacific Ocean revealed a strong geographic pattern. Overall, there was significant population differentiation (multilocus F(ST) = 0.199), which was geographically structured according to bootstraps of neighbor-joining analysis on Nei's unbiased genetic distances and AMOVA analysis. The genetic structure revealed five geographic groups in the Pacific Ocean: western Pacific (Guam, Philippines, Palau, and Great Barrier Reef); central Pacific (Solomons, New Caledonia, and Fiji); and three groups made up of the eastern populations, namely Hawaiian Archipelago (north), Marquesas (equatorial), and southern French Polynesia (south) that incorporates Clipperton Island located in the northeastern Pacific. In addition, heterozygosity values were found to be geographically structured with higher values grouped within Polynesian and Clipperton populations, which exhibited lower population size. Finally, the genetic differentiation (F(ST)) was significantly correlated with geographic distance when populations from the Hawaiian and Marquesas archipelagos were separated from all the other locations. These results show that patterns of differentiation vary within the same species according to the spatial scale, with one group probably issued from vicariance, whereas the other followed a pattern of isolation by distance. The geographic pattern for A. triostegus emphasizes the diversity of the evolutionary processes that lead

  15. Technical specifications (replaces note T.62). Irradiation of graphite at ambient temperature, Note T. 76; Specification technique, (Annule et remplace la note T. 62), Irradiation de graphite a temperature ambiante, Note T. 76

    Energy Technology Data Exchange (ETDEWEB)

    Reseau, R A [Services des grandes piles experimentales, Section ' Physique et Experimentation, Saclay (France)

    1962-12-15

    The objective is to study the effects of fast neutron irradiation of different graphite samples. The irradiation conditions should be as follows: integral fast neutron flux should be higher than 10{sup 20} neutrons/cm{sup 2}, the reactor should operate at steady state for 15 days, the temperature od samples should not be higher than 100 deg C, preferably 80 deg C. Note T. 62 which is replaced by this Note is attached.

  16. Spectral neighbor analysis method for automated generation of quantum-accurate interatomic potentials

    International Nuclear Information System (INIS)

    Thompson, A.P.; Swiler, L.P.; Trott, C.R.; Foiles, S.M.; Tucker, G.J.

    2015-01-01

    We present a new interatomic potential for solids and liquids called Spectral Neighbor Analysis Potential (SNAP). The SNAP potential has a very general form and uses machine-learning techniques to reproduce the energies, forces, and stress tensors of a large set of small configurations of atoms, which are obtained using high-accuracy quantum electronic structure (QM) calculations. The local environment of each atom is characterized by a set of bispectrum components of the local neighbor density projected onto a basis of hyperspherical harmonics in four dimensions. The bispectrum components are the same bond-orientational order parameters employed by the GAP potential [1]. The SNAP potential, unlike GAP, assumes a linear relationship between atom energy and bispectrum components. The linear SNAP coefficients are determined using weighted least-squares linear regression against the full QM training set. This allows the SNAP potential to be fit in a robust, automated manner to large QM data sets using many bispectrum components. The calculation of the bispectrum components and the SNAP potential are implemented in the LAMMPS parallel molecular dynamics code. We demonstrate that a previously unnoticed symmetry property can be exploited to reduce the computational cost of the force calculations by more than one order of magnitude. We present results for a SNAP potential for tantalum, showing that it accurately reproduces a range of commonly calculated properties of both the crystalline solid and the liquid phases. In addition, unlike simpler existing potentials, SNAP correctly predicts the energy barrier for screw dislocation migration in BCC tantalum

  17. Spectral neighbor analysis method for automated generation of quantum-accurate interatomic potentials

    Energy Technology Data Exchange (ETDEWEB)

    Thompson, Aidan P. [Sandia National Laboratories (SNL-NM), Albuquerque, NM (United States). Multiscale Science Dept.; Swiler, Laura P. [Sandia National Laboratories (SNL-NM), Albuquerque, NM (United States). Optimization and Uncertainty Quantification Dept.; Trott, Christian R. [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States). Scalable Algorithms Dept.; Foiles, Stephen M. [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States). Computational Materials and Data Science Dept.; Tucker, Garritt J. [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States). Computational Materials and Data Science Dept.; Drexel Univ., Philadelphia, PA (United States). Dept. of Materials Science and Engineering

    2015-03-15

    Here, we present a new interatomic potential for solids and liquids called Spectral Neighbor Analysis Potential (SNAP). The SNAP potential has a very general form and uses machine-learning techniques to reproduce the energies, forces, and stress tensors of a large set of small configurations of atoms, which are obtained using high-accuracy quantum electronic structure (QM) calculations. The local environment of each atom is characterized by a set of bispectrum components of the local neighbor density projected onto a basis of hyperspherical harmonics in four dimensions. The bispectrum components are the same bond-orientational order parameters employed by the GAP potential [1]. The SNAP potential, unlike GAP, assumes a linear relationship between atom energy and bispectrum components. The linear SNAP coefficients are determined using weighted least-squares linear regression against the full QM training set. This allows the SNAP potential to be fit in a robust, automated manner to large QM data sets using many bispectrum components. The calculation of the bispectrum components and the SNAP potential are implemented in the LAMMPS parallel molecular dynamics code. We demonstrate that a previously unnoticed symmetry property can be exploited to reduce the computational cost of the force calculations by more than one order of magnitude. We present results for a SNAP potential for tantalum, showing that it accurately reproduces a range of commonly calculated properties of both the crystalline solid and the liquid phases. In addition, unlike simpler existing potentials, SNAP correctly predicts the energy barrier for screw dislocation migration in BCC tantalum.

  18. Spectral neighbor analysis method for automated generation of quantum-accurate interatomic potentials

    Energy Technology Data Exchange (ETDEWEB)

    Thompson, A.P., E-mail: athomps@sandia.gov [Multiscale Science Department, Sandia National Laboratories, PO Box 5800, MS 1322, Albuquerque, NM 87185 (United States); Swiler, L.P., E-mail: lpswile@sandia.gov [Optimization and Uncertainty Quantification Department, Sandia National Laboratories, PO Box 5800, MS 1318, Albuquerque, NM 87185 (United States); Trott, C.R., E-mail: crtrott@sandia.gov [Scalable Algorithms Department, Sandia National Laboratories, PO Box 5800, MS 1322, Albuquerque, NM 87185 (United States); Foiles, S.M., E-mail: foiles@sandia.gov [Computational Materials and Data Science Department, Sandia National Laboratories, PO Box 5800, MS 1411, Albuquerque, NM 87185 (United States); Tucker, G.J., E-mail: gtucker@coe.drexel.edu [Computational Materials and Data Science Department, Sandia National Laboratories, PO Box 5800, MS 1411, Albuquerque, NM 87185 (United States); Department of Materials Science and Engineering, Drexel University, Philadelphia, PA 19104 (United States)

    2015-03-15

    We present a new interatomic potential for solids and liquids called Spectral Neighbor Analysis Potential (SNAP). The SNAP potential has a very general form and uses machine-learning techniques to reproduce the energies, forces, and stress tensors of a large set of small configurations of atoms, which are obtained using high-accuracy quantum electronic structure (QM) calculations. The local environment of each atom is characterized by a set of bispectrum components of the local neighbor density projected onto a basis of hyperspherical harmonics in four dimensions. The bispectrum components are the same bond-orientational order parameters employed by the GAP potential [1]. The SNAP potential, unlike GAP, assumes a linear relationship between atom energy and bispectrum components. The linear SNAP coefficients are determined using weighted least-squares linear regression against the full QM training set. This allows the SNAP potential to be fit in a robust, automated manner to large QM data sets using many bispectrum components. The calculation of the bispectrum components and the SNAP potential are implemented in the LAMMPS parallel molecular dynamics code. We demonstrate that a previously unnoticed symmetry property can be exploited to reduce the computational cost of the force calculations by more than one order of magnitude. We present results for a SNAP potential for tantalum, showing that it accurately reproduces a range of commonly calculated properties of both the crystalline solid and the liquid phases. In addition, unlike simpler existing potentials, SNAP correctly predicts the energy barrier for screw dislocation migration in BCC tantalum.

  19. Long-distance calls in Neotropical primates

    Directory of Open Access Journals (Sweden)

    Oliveira Dilmar A.G.

    2004-01-01

    Full Text Available Long-distance calls are widespread among primates. Several studies concentrate on such calls in just one or in few species, while few studies have treated more general trends within the order. The common features that usually characterize these vocalizations are related to long-distance propagation of sounds. The proposed functions of primate long-distance calls can be divided into extragroup and intragroup ones. Extragroup functions relate to mate defense, mate attraction or resource defense, while intragroup functions involve group coordination or alarm. Among Neotropical primates, several species perform long-distance calls that seem more related to intragroup coordination, markedly in atelines. Callitrichids present long-distance calls that are employed both in intragroup coordination and intergroup contests or spacing. Examples of extragroup directed long-distance calls are the duets of titi monkeys and the roars and barks of howler monkeys. Considerable complexity and gradation exist in the long-distance call repertoires of some Neotropical primates, and female long-distance calls are probably more important in non-duetting species than usually thought. Future research must focus on larger trends in the evolution of primate long-distance calls, including the phylogeny of calling repertoires and the relationships between form and function in these signals.

  20. Robustness of Distance-to-Default

    DEFF Research Database (Denmark)

    Jessen, Cathrine; Lando, David

    2013-01-01

    Distance-to-default is a remarkably robust measure for ranking firms according to their risk of default. The ranking seems to work despite the fact that the Merton model from which the measure is derived produces default probabilities that are far too small when applied to real data. We use...... simulations to investigate the robustness of the distance-to-default measure to different model specifications. Overall we find distance-to-default to be robust to a number of deviations from the simple Merton model that involve different asset value dynamics and different default triggering mechanisms....... A notable exception is a model with stochastic volatility of assets. In this case both the ranking of firms and the estimated default probabilities using distance-to-default perform significantly worse. We therefore propose a volatility adjustment of the distance-to-default measure, that significantly...

  1. Distance Education in Technological Age

    Directory of Open Access Journals (Sweden)

    R .C. SHARMA

    2005-04-01

    Full Text Available Distance Education in Technological AgeRomesh Verma (Editor, New Delhi: Anmol Publications, 2005, ISBN 81-261-2210-2, pp. 419 Reviewed by R C SHARMARegional DirectorIndira Gandhi National Open University-INDIA The advancements in information and communication technologies have brought significant changes in the way the open and distance learning are provided to the learners. The impact of such changes is quite visible in both developed and developing countries. Switching over to online mode, joining hands with private initiatives and making a presence in foreign waters, are some of the hallmarks of the open and distance education (ODE institutions in developing countries. The compilation of twenty six essays on themes as applicable to ODE has resulted in the book, “Distance Education in Technological Age”. These essays follow a progressive style of narration, starting from describing conceptual framework of distance education, how the distance education was emerged on the global scene and in India, and then goes on to discuss emergence of online distance education and research aspects in ODE. The initial four chapters provide a detailed account of historical development and growth of distance education in India and State Open University and National Open University Model in India . Student support services are pivot to any distance education and much of its success depends on how well the support services are provided. These are discussed from national and international perspective. The issues of collaborative learning, learning on demand, life long learning, learning-unlearning and re-learning model and strategic alliances have also given due space by the authors. An assortment of technologies like communication technology, domestic technology, information technology, mass media and entertainment technology, media technology and educational technology give an idea of how these technologies are being adopted in the open universities. The study

  2. 15 CFR Notes Applicable to State... - Notes applicable to State of Understanding related to Medical Equipment:

    Science.gov (United States)

    2010-01-01

    ... 15 Commerce and Foreign Trade 2 2010-01-01 2010-01-01 false Notes applicable to State of Understanding related to Medical Equipment: applicable Notes applicable to State of Understanding related to Medical Equipment: Commerce and Foreign Trade Regulations Relating to Commerce and Foreign Trade (Continued) BUREAU OF INDUSTRY AND SECURITY,...

  3. Improved Iris Recognition through Fusion of Hamming Distance and Fragile Bit Distance.

    Science.gov (United States)

    Hollingsworth, Karen P; Bowyer, Kevin W; Flynn, Patrick J

    2011-12-01

    The most common iris biometric algorithm represents the texture of an iris using a binary iris code. Not all bits in an iris code are equally consistent. A bit is deemed fragile if its value changes across iris codes created from different images of the same iris. Previous research has shown that iris recognition performance can be improved by masking these fragile bits. Rather than ignoring fragile bits completely, we consider what beneficial information can be obtained from the fragile bits. We find that the locations of fragile bits tend to be consistent across different iris codes of the same eye. We present a metric, called the fragile bit distance, which quantitatively measures the coincidence of the fragile bit patterns in two iris codes. We find that score fusion of fragile bit distance and Hamming distance works better for recognition than Hamming distance alone. To our knowledge, this is the first and only work to use the coincidence of fragile bit locations to improve the accuracy of matches.

  4. Partial distance correlation with methods for dissimilarities

    OpenAIRE

    Székely, Gábor J.; Rizzo, Maria L.

    2014-01-01

    Distance covariance and distance correlation are scalar coefficients that characterize independence of random vectors in arbitrary dimension. Properties, extensions, and applications of distance correlation have been discussed in the recent literature, but the problem of defining the partial distance correlation has remained an open question of considerable interest. The problem of partial distance correlation is more complex than partial correlation partly because the squared distance covari...

  5. Notes on Loricata (Mollusca) 11-14

    NARCIS (Netherlands)

    Kaas, P.

    1985-01-01

    Four new species of chitons (Mollusca, Polyplacophora) are described, viz Leptochiton (L.) dispersus and L. (L.) permodestus from Transkei, L. (L.) meiringae from the eastern Cape Province, S Africa (note 11) and Ischnochiton (Stenosemus) vanbellei from the Mediterranean Sea (note 14). New records

  6. Making Distance Visible: Assembling Nearness in an Online Distance Learning Programme

    Directory of Open Access Journals (Sweden)

    Jen Ross

    2013-09-01

    Full Text Available Online distance learners are in a particularly complex relationship with the educational institutions they belong to (Bayne, Gallagher, & Lamb, 2012. For part-time distance students, arrivals and departures can be multiple and invisible as students take courses, take breaks, move into independent study phases of a programme, find work or family commitments overtaking their study time, experience personal upheaval or loss, and find alignments between their professional and academic work. These comings and goings indicate a fluid and temporary assemblage of engagement, not a permanent or stable state of either “presence” or “distance”. This paper draws from interview data from the “New Geographies of Learning” project, a research project exploring the notions of space and institution for the MSc in Digital Education at the University of Edinburgh, and from literature on distance learning and online community. The concept of nearness emerged from the data analyzing the comings and goings of students on a fully online programme. It proposes that “nearness” to a distance programme is a temporary assemblage of people, circumstances, and technologies. This state is difficult to establish and impossible to sustain in an uninterrupted way over the long period of time that many are engaged in part-time study. Interruptions and subsequent returns should therefore be seen as normal in the practice of studying as an online distance learner, and teachers and institutions should work to help students develop resilience in negotiating various states of nearness. Four strategies for increasing this resilience are proposed: recognising nearness as effortful; identifying affinities; valuing perspective shifts; and designing openings.

  7. Writing a technical note.

    Science.gov (United States)

    Ng, K H; Peh, W C G

    2010-02-01

    A technical note is a short article giving a brief description of a specific development, technique or procedure, or it may describe a modification of an existing technique, procedure or device applicable to medicine. The technique, procedure or device described should have practical value and should contribute to clinical diagnosis or management. It could also present a software tool, or an experimental or computational method. Technical notes are variously referred to as technical innovations or technical developments. The main criteria for publication will be the novelty of concepts involved, the validity of the technique and its potential for clinical applications.

  8. SAFETY INSTRUCTION AND SAFETY NOTE

    CERN Multimedia

    TIS Secretariat

    2002-01-01

    Please note that the SAFETY INSTRUCTION N0 49 (IS 49) and the SAFETY NOTE N0 28 (NS 28) entitled respectively 'AVOIDING CHEMICAL POLLUTION OF WATER' and 'CERN EXHIBITIONS - FIRE PRECAUTIONS' are available on the web at the following urls: http://edms.cern.ch/document/335814 and http://edms.cern.ch/document/335861 Paper copies can also be obtained from the TIS Divisional Secretariat, email: TIS.Secretariat@cern.ch

  9. Investment Incentives and Effective Tax Rates in the Philippines; A Comparison With Neighboring Countries

    OpenAIRE

    Alexander D Klemm; Dennis P Botman; Reza Baqir

    2008-01-01

    We compare the general tax provisions and investment incentives in the Philippines to six other east-Asian economies-Malaysia, Indonesia, Lao, Vietnam, Cambodia, and Thailand. We calculate effective tax rates and find that general effective tax rates are relatively high in the Philippines, while investment incentives are comparable to those in neighboring countries. Tax holidays are most attractive for very profitable firms, creating redundancy, and for investment in short-lived assets. We al...

  10. Specific Protein Markers for Stem Cell Cross-Talk with Neighboring Cells in the Environment

    OpenAIRE

    Park, Kyung Soo; Shin, Seung Won; Choi, Jeong-Woo; Um, Soong Ho

    2013-01-01

    A stem cell interacts with the neighboring cells in its environment. To maintain a living organism’s metabolism, either cell-cell or cell-environment interactions may be significant. Usually, these cells communicate with each other through biological signaling by interactive behaviors of primary proteins or complementary chemicals. The signaling intermediates offer the stem cell’s functionality on its metabolism. With the rapid advent of omics technologies, various specific markers by which s...

  11. Neighbor-directed histidine N(τ) alkylation. A route to imidazolium-containing phosphopeptide macrocycles

    Energy Technology Data Exchange (ETDEWEB)

    Qian, Wen-Jian [National Cancer Inst., Frederick, MD (United States); Park, Jung-Eun [National Cancer Inst., Bethesda, MD (United States); Grant, Robert [Massachusetts Inst. of Technology (MIT), Cambridge, MA (United States); Lai, Christopher C. [National Cancer Inst., Frederick, MD (United States); Kelley, James A. [National Cancer Inst., Frederick, MD (United States); Yaffe, Michael B. [Massachusetts Inst. of Technology (MIT), Cambridge, MA (United States); Lee, Kyung S. [National Cancer Inst., Bethesda, MD (United States); Burke, Terrence R. [National Cancer Inst., Frederick, MD (United States)

    2015-07-07

    Our recently discovered, selective, on-resin route to N(τ)-alkylated imidazolium-containing histidine residues affords new strategies for peptide mimetic design. In this, we demonstrate the use of this chemistry to prepare a series of macrocyclic phosphopeptides, in which imidazolium groups serve as ring-forming junctions. These cationic moieties subsequently serve to charge-mask the phosphoamino acid group that directed their formation. Furthermore, neighbor-directed histidine N(τ)-alkylation opens the door to new families of phosphopeptidomimetics for use in a range of chemical biology contexts.

  12. Distance labeling schemes for trees

    DEFF Research Database (Denmark)

    Alstrup, Stephen; Gørtz, Inge Li; Bistrup Halvorsen, Esben

    2016-01-01

    We consider distance labeling schemes for trees: given a tree with n nodes, label the nodes with binary strings such that, given the labels of any two nodes, one can determine, by looking only at the labels, the distance in the tree between the two nodes. A lower bound by Gavoille et al. [Gavoille...... variants such as, for example, small distances in trees [Alstrup et al., SODA, 2003]. We improve the known upper and lower bounds of exact distance labeling by showing that 1/4 log2(n) bits are needed and that 1/2 log2(n) bits are sufficient. We also give (1 + ε)-stretch labeling schemes using Theta...

  13. False-nearest-neighbors algorithm and noise-corrupted time series

    International Nuclear Information System (INIS)

    Rhodes, C.; Morari, M.

    1997-01-01

    The false-nearest-neighbors (FNN) algorithm was originally developed to determine the embedding dimension for autonomous time series. For noise-free computer-generated time series, the algorithm does a good job in predicting the embedding dimension. However, the problem of predicting the embedding dimension when the time-series data are corrupted by noise was not fully examined in the original studies of the FNN algorithm. Here it is shown that with large data sets, even small amounts of noise can lead to incorrect prediction of the embedding dimension. Surprisingly, as the length of the time series analyzed by FNN grows larger, the cause of incorrect prediction becomes more pronounced. An analysis of the effect of noise on the FNN algorithm and a solution for dealing with the effects of noise are given here. Some results on the theoretically correct choice of the FNN threshold are also presented. copyright 1997 The American Physical Society

  14. Please note

    CERN Multimedia

    2006-01-01

    Members of the personnel are invited to take note that only parcels corresponding to official orders or contracts will be handled at CERN. Individuals are not authorised to have private merchandise delivered to them at CERN and private deliveries will not be accepted by the Goods Reception services. Thank you for your understanding. (Version française la semaine prochaine.)

  15. A Novel Hybrid Model Based on Extreme Learning Machine, k-Nearest Neighbor Regression and Wavelet Denoising Applied to Short-Term Electric Load Forecasting

    Directory of Open Access Journals (Sweden)

    Weide Li

    2017-05-01

    Full Text Available Electric load forecasting plays an important role in electricity markets and power systems. Because electric load time series are complicated and nonlinear, it is very difficult to achieve a satisfactory forecasting accuracy. In this paper, a hybrid model, Wavelet Denoising-Extreme Learning Machine optimized by k-Nearest Neighbor Regression (EWKM, which combines k-Nearest Neighbor (KNN and Extreme Learning Machine (ELM based on a wavelet denoising technique is proposed for short-term load forecasting. The proposed hybrid model decomposes the time series into a low frequency-associated main signal and some detailed signals associated with high frequencies at first, then uses KNN to determine the independent and dependent variables from the low-frequency signal. Finally, the ELM is used to get the non-linear relationship between these variables to get the final prediction result for the electric load. Compared with three other models, Extreme Learning Machine optimized by k-Nearest Neighbor Regression (EKM, Wavelet Denoising-Extreme Learning Machine (WKM and Wavelet Denoising-Back Propagation Neural Network optimized by k-Nearest Neighbor Regression (WNNM, the model proposed in this paper can improve the accuracy efficiently. New South Wales is the economic powerhouse of Australia, so we use the proposed model to predict electric demand for that region. The accurate prediction has a significant meaning.

  16. Between Certainty and Uncertainty Statistics and Probability in Five Units with Notes on Historical Origins and Illustrative Numerical Examples

    CERN Document Server

    Laudański, Ludomir M

    2013-01-01

    „Between Certainty & Uncertainty” is a one-of–a-kind short course on statistics for students, engineers  and researchers.  It is a fascinating introduction to statistics and probability with notes on historical origins and 80 illustrative numerical examples organized in the five units:   ·         Chapter 1  Descriptive Statistics:  Compressing small samples, basic averages - mean and variance, their main properties including God’s proof; linear transformations and z-scored statistics .   ·         Chapter 2 Grouped data: Udny Yule’s concept of qualitative and quantitative variables. Grouping these two kinds of data. Graphical tools. Combinatorial rules and qualitative variables.  Designing frequency histogram. Direct and coded evaluation of quantitative data. Significance of percentiles.   ·         Chapter 3 Regression and correlation: Geometrical distance and equivalent distances in two orthogonal directions  as a prerequisite to the concept of two regressi...

  17. Tracking frequency laser distance gauge

    International Nuclear Information System (INIS)

    Phillips, J.D.; Reasenberg, R.D.

    2005-01-01

    Advanced astronomical missions with greatly enhanced resolution and physics missions of unprecedented accuracy will require laser distance gauges of substantially improved performance. We describe a laser gauge, based on Pound-Drever-Hall locking, in which the optical frequency is adjusted to maintain an interferometer's null condition. This technique has been demonstrated with pm performance. Automatic fringe hopping allows it to track arbitrary distance changes. The instrument is intrinsically free of the nm-scale cyclic bias present in traditional (heterodyne) high-precision laser gauges. The output is a radio frequency, readily measured to sufficient accuracy. The laser gauge has operated in a resonant cavity, which improves precision, can suppress the effects of misalignments, and makes possible precise automatic alignment. The measurement of absolute distance requires little or no additional hardware, and has also been demonstrated. The proof-of-concept version, based on a stabilized HeNe laser and operating on a 0.5 m path, has achieved 10 pm precision with 0.1 s integration time, and 0.1 mm absolute distance accuracy. This version has also followed substantial distance changes as fast as 16 mm/s. We show that, if the precision in optical frequency is a fixed fraction of the linewidth, both incremental and absolute distance precision are independent of the distance measured. We discuss systematic error sources, and present plans for a new version of the gauge based on semiconductor lasers and fiber-coupled components

  18. The indirect effects of cheatgrass invasion: Grasshopper herbivory on native grasses determined by neighboring cheatgrass abundance

    Science.gov (United States)

    Julie Beckstead; Susan E. Meyer; Carol K. Augsperger

    2008-01-01

    Invasion biology has focused on the direct effects of plant invasion and has generally overlooked indirect interactions. Here we link theories of invasion biology and herbivory to explore an indirect effect of one invading species on associational herbivory (the effect of neighboring plants on herbivory) of native species. We studied a Great Basin shadscale (...

  19. A Comparison of the Spatial Linear Model to Nearest Neighbor (k-NN) Methods for Forestry Applications

    Science.gov (United States)

    Jay M. Ver Hoef; Hailemariam Temesgen; Sergio Gómez

    2013-01-01

    Forest surveys provide critical information for many diverse interests. Data are often collected from samples, and from these samples, maps of resources and estimates of aerial totals or averages are required. In this paper, two approaches for mapping and estimating totals; the spatial linear model (SLM) and k-NN (k-Nearest Neighbor) are compared, theoretically,...

  20. ADULT LEARNERS IN DISTANCE HIGHER EDUCATION

    Directory of Open Access Journals (Sweden)

    NORICA-FELICIA BUCUR

    2012-05-01

    Full Text Available This paper attempts at identifying the main features that characterize distance higher education and adult education, respectively, in order to be able to establish to what extent adult learners can fit in distance higher education programs. The historical background of distance learning education, the factors that influence adult learners, and distance learning’s key objectives, effects, issues, advantages, and disadvantages are to be briefly investigated in order to reach the purpose of this paper. Recent developments in Information Technology have led to a new approach to teaching and learning, especially as far as adult learning and distance learning are concerned. Thus, this study will also focus on the consequences of using technology for course design, delivery, and the perception of adult learners participating in distance learning.