WorldWideScience

Sample records for neighbours knn soft

  1. Personalised news filtering and recommendation system using Chi-square statistics-based K-nearest neighbour (χ2SB-KNN) model

    Science.gov (United States)

    Adeniyi, D. A.; Wei, Z.; Yang, Y.

    2017-10-01

    Recommendation problem has been extensively studied by researchers in the field of data mining, database and information retrieval. This study presents the design and realisation of an automated, personalised news recommendations system based on Chi-square statistics-based K-nearest neighbour (χ2SB-KNN) model. The proposed χ2SB-KNN model has the potential to overcome computational complexity and information overloading problems, reduces runtime and speeds up execution process through the use of critical value of χ2 distribution. The proposed recommendation engine can alleviate scalability challenges through combined online pattern discovery and pattern matching for real-time recommendations. This work also showcases the development of a novel method of feature selection referred to as Data Discretisation-Based feature selection method. This is used for selecting the best features for the proposed χ2SB-KNN algorithm at the preprocessing stage of the classification procedures. The implementation of the proposed χ2SB-KNN model is achieved through the use of a developed in-house Java program on an experimental website called OUC newsreaders' website. Finally, we compared the performance of our system with two baseline methods which are traditional Euclidean distance K-nearest neighbour and Naive Bayesian techniques. The result shows a significant improvement of our method over the baseline methods studied.

  2. Development of K-Nearest Neighbour Regression Method in Forecasting River Stream Flow

    Directory of Open Access Journals (Sweden)

    Mohammad Azmi

    2012-07-01

    Full Text Available Different statistical, non-statistical and black-box methods have been used in forecasting processes. Among statistical methods, K-nearest neighbour non-parametric regression method (K-NN due to its natural simplicity and mathematical base is one of the recommended methods for forecasting processes. In this study, K-NN method is explained completely. Besides, development and improvement approaches such as best neighbour estimation, data transformation functions, distance functions and proposed extrapolation method are described. K-NN method in company with its development approaches is used in streamflow forecasting of Zayandeh-Rud Dam upper basin. Comparing between final results of classic K-NN method and modified K-NN (number of neighbour 5, transformation function of Range Scaling, distance function of Mahanalobis and proposed extrapolation method shows that modified K-NN in criteria of goodness of fit, root mean square error, percentage of volume of error and correlation has had performance improvement 45% , 59% and 17% respectively. These results approve necessity of applying mentioned approaches to derive more accurate forecasts.

  3. Self-Organization in Aggregating Robot Swarms: A DW-KNN Topological Approach

    KAUST Repository

    Khaldi, Belkacem

    2018-02-02

    In certain swarm applications, where the inter-agent distance is not the only factor in the collective behaviours of the swarm, additional properties such as density could have a crucial effect. In this paper, we propose applying a Distance-Weighted K-Nearest Neighbouring (DW-KNN) topology to the behaviour of robot swarms performing self-organized aggregation, in combination with a virtual physics approach to keep the robots together. A distance-weighted function based on a Smoothed Particle Hydrodynamic (SPH) interpolation approach, which is used to evaluate the robot density in the swarm, is applied as the key factor for identifying the K-nearest neighbours taken into account when aggregating the robots. The intra virtual physical connectivity among these neighbours 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. Also, we compared the aggregation quality of DW-KNN aggregation approach to that of the conventional KNN approach and found better performance.

  4. Arabic Text Categorization Using Improved k-Nearest neighbour Algorithm

    Directory of Open Access Journals (Sweden)

    Wail Hamood KHALED

    2014-10-01

    Full Text Available The quantity of text information published in Arabic language on the net requires the implementation of effective techniques for the extraction and classifying of relevant information contained in large corpus of texts. In this paper we presented an implementation of an enhanced k-NN Arabic text classifier. We apply the traditional k-NN and Naive Bayes from Weka Toolkit for comparison purpose. Our proposed modified k-NN algorithm features an improved decision rule to skip the classes that are less similar and identify the right class from k nearest neighbours which increases the accuracy. The study evaluates the improved decision rule technique using the standard of recall, precision and f-measure as the basis of comparison. We concluded that the effectiveness of the proposed classifier is promising and outperforms the classical k-NN classifier.

  5. Improving case-based reasoning systems by combining k-nearest neighbour algorithm with logistic regression in the prediction of patients' registration on the renal transplant waiting list.

    Directory of Open Access Journals (Sweden)

    Boris Campillo-Gimenez

    Full Text Available Case-based reasoning (CBR is an emerging decision making paradigm in medical research where new cases are solved relying on previously solved similar cases. Usually, a database of solved cases is provided, and every case is described through a set of attributes (inputs and a label (output. Extracting useful information from this database can help the CBR system providing more reliable results on the yet to be solved cases.We suggest a general framework where a CBR system, viz. K-Nearest Neighbour (K-NN algorithm, is combined with various information obtained from a Logistic Regression (LR model, in order to improve prediction of access to the transplant waiting list.LR is applied, on the case database, to assign weights to the attributes as well as the solved cases. Thus, five possible decision making systems based on K-NN and/or LR were identified: a standalone K-NN, a standalone LR and three soft K-NN algorithms that rely on the weights based on the results of the LR. The evaluation was performed under two conditions, either using predictive factors known to be related to registration, or using a combination of factors related and not related to registration.The results show that our suggested approach, where the K-NN algorithm relies on both weighted attributes and cases, can efficiently deal with non relevant attributes, whereas the four other approaches suffer from this kind of noisy setups. The robustness of this approach suggests interesting perspectives for medical problem solving tools using CBR methodology.

  6. Recognition Number of The Vehicle Plate Using Otsu Method and K-Nearest Neighbour Classification

    Directory of Open Access Journals (Sweden)

    Maulidia Rahmah Hidayah

    2017-05-01

    Full Text Available The current topic that is interesting as a solution of the impact of public service improvement toward vehicle is License Plate Recognition (LPR, but it still needs to develop the research of LPR method. Some of the previous researchs showed that K-Nearest Neighbour (KNN succeed in car license plate recognition. The Objectives of this research was to determine the implementation and accuracy of Otsu Method toward license plate recognition. The method of this research was Otsu method to extract the characteristics and image of the plate into binary image and KNN as recognition classification method of each character. The development of the license plate recognition program by using Otsu method and classification of KNN is following the steps of pattern recognition, such as input and sensing, pre-processing, extraction feature Otsu method binary, segmentation, KNN classification method and post-processing by calculating the level of accuracy. The study showed that this program can recognize by 82% from 100 test plate with 93,75% of number recognition accuracy and 91,92% of letter recognition accuracy. 

  7. GPU-FS-kNN: a software tool for fast and scalable kNN computation using GPUs.

    Directory of Open Access Journals (Sweden)

    Ahmed Shamsul Arefin

    Full Text Available BACKGROUND: The analysis of biological networks has become a major challenge due to the recent development of high-throughput techniques that are rapidly producing very large data sets. The exploding volumes of biological data are craving for extreme computational power and special computing facilities (i.e. super-computers. An inexpensive solution, such as General Purpose computation based on Graphics Processing Units (GPGPU, can be adapted to tackle this challenge, but the limitation of the device internal memory can pose a new problem of scalability. An efficient data and computational parallelism with partitioning is required to provide a fast and scalable solution to this problem. RESULTS: We propose an efficient parallel formulation of the k-Nearest Neighbour (kNN search problem, which is a popular method for classifying objects in several fields of research, such as pattern recognition, machine learning and bioinformatics. Being very simple and straightforward, the performance of the kNN search degrades dramatically for large data sets, since the task is computationally intensive. The proposed approach is not only fast but also scalable to large-scale instances. Based on our approach, we implemented a software tool GPU-FS-kNN (GPU-based Fast and Scalable k-Nearest Neighbour for CUDA enabled GPUs. The basic approach is simple and adaptable to other available GPU architectures. We observed speed-ups of 50-60 times compared with CPU implementation on a well-known breast microarray study and its associated data sets. CONCLUSION: Our GPU-based Fast and Scalable k-Nearest Neighbour search technique (GPU-FS-kNN provides a significant performance improvement for nearest neighbour computation in large-scale networks. Source code and the software tool is available under GNU Public License (GPL at https://sourceforge.net/p/gpufsknn/.

  8. IMPROVING NEAREST NEIGHBOUR SEARCH IN 3D SPATIAL ACCESS METHOD

    Directory of Open Access Journals (Sweden)

    A. Suhaibaha

    2016-10-01

    Full Text Available Nearest Neighbour (NN is one of the important queries and analyses for spatial application. In normal practice, spatial access method structure is used during the Nearest Neighbour query execution to retrieve information from the database. However, most of the spatial access method structures are still facing with unresolved issues such as overlapping among nodes and repetitive data entry. This situation will perform an excessive Input/Output (IO operation which is inefficient for data retrieval. The situation will become more crucial while dealing with 3D data. The size of 3D data is usually large due to its detail geometry and other attached information. In this research, a clustered 3D hierarchical structure is introduced as a 3D spatial access method structure. The structure is expected to improve the retrieval of Nearest Neighbour information for 3D objects. Several tests are performed in answering Single Nearest Neighbour search and k Nearest Neighbour (kNN search. The tests indicate that clustered hierarchical structure is efficient in handling Nearest Neighbour query compared to its competitor. From the results, clustered hierarchical structure reduced the repetitive data entry and the accessed page. The proposed structure also produced minimal Input/Output operation. The query response time is also outperformed compared to the other competitor. For future outlook of this research several possible applications are discussed and summarized.

  9. Discrimination of soft tissues using laser-induced breakdown spectroscopy in combination with k nearest neighbors (kNN) and support vector machine (SVM) classifiers

    Science.gov (United States)

    Li, Xiaohui; Yang, Sibo; Fan, Rongwei; Yu, Xin; Chen, Deying

    2018-06-01

    In this paper, discrimination of soft tissues using laser-induced breakdown spectroscopy (LIBS) in combination with multivariate statistical methods is presented. Fresh pork fat, skin, ham, loin and tenderloin muscle tissues are manually cut into slices and ablated using a 1064 nm pulsed Nd:YAG laser. Discrimination analyses between fat, skin and muscle tissues, and further between highly similar ham, loin and tenderloin muscle tissues, are performed based on the LIBS spectra in combination with multivariate statistical methods, including principal component analysis (PCA), k nearest neighbors (kNN) classification, and support vector machine (SVM) classification. Performances of the discrimination models, including accuracy, sensitivity and specificity, are evaluated using 10-fold cross validation. The classification models are optimized to achieve best discrimination performances. The fat, skin and muscle tissues can be definitely discriminated using both kNN and SVM classifiers, with accuracy of over 99.83%, sensitivity of over 0.995 and specificity of over 0.998. The highly similar ham, loin and tenderloin muscle tissues can also be discriminated with acceptable performances. The best performances are achieved with SVM classifier using Gaussian kernel function, with accuracy of 76.84%, sensitivity of over 0.742 and specificity of over 0.869. The results show that the LIBS technique assisted with multivariate statistical methods could be a powerful tool for online discrimination of soft tissues, even for tissues of high similarity, such as muscles from different parts of the animal body. This technique could be used for discrimination of tissues suffering minor clinical changes, thus may advance the diagnosis of early lesions and abnormalities.

  10. Model-based mean square error estimators for k-nearest neighbour predictions and applications using remotely sensed data for forest inventories

    Science.gov (United States)

    Steen Magnussen; Ronald E. McRoberts; Erkki O. Tomppo

    2009-01-01

    New model-based estimators of the uncertainty of pixel-level and areal k-nearest neighbour (knn) predictions of attribute Y from remotely-sensed ancillary data X are presented. Non-parametric functions predict Y from scalar 'Single Index Model' transformations of X. Variance functions generated...

  11. IG-KNN UNTUK PREDIKSI CUSTOMER CHURN TELEKOMUNIKASI

    Directory of Open Access Journals (Sweden)

    Muhammad Arifin

    2015-04-01

    Full Text Available ABSTRAK IG-KNN merupakan gabungan dari algotitma pemilihan fitur information gain dengan algoritma klasifikasi KNN, kedua algoritma ini diharapkan dapat meningkatkan akurasi dalam memprediksi customer churn telekomunikasi. Prediksi customer churn telekomunikasi merupakan kebutuhan yang sangat penting bagi kelangsungan hidup perusahaan telekomunikasi, dimana dengan banyaknya pelanggang yang meninggalkan perusaan maka perusahaan berpeluang untuk merugi. Mendeteksi pelanggan yang berpeluang meninggalkan perusahaan sejak dini perusahaan akan mendapatkan keuntungan 10 kali, karena biaya untuk mempertahankan pelanggan lebih murah 10 kali lipat dibanding dengan mecari pelanggan baru. Berdasarkan hasil penelitian ini prediksi customer churn telekomunikasi dengan menggunakan IG-KNN menunjukkan akurasi yang lebih baik meski dengan nilai k yang berbeda- beda bila dibandingkan dengan prediksi customer churn telekomunikasi dengan menggunkan KNN tanpa fitur seleksi Information Gain, adapun peningkatan akurasi dari k1 sampai dengan k11 sebesar 1,7%. Kata kunci: information gain, KNN, customer churn telekomunikasi.

  12. Performance of svm, k-nn and nbc classifiers for text-independent speaker identification with and without modelling through merging models

    Directory of Open Access Journals (Sweden)

    Yussouf Nahayo

    2016-04-01

    Full Text Available This paper proposes some methods of robust text-independent speaker identification based on Gaussian Mixture Model (GMM. We implemented a combination of GMM model with a set of classifiers such as Support Vector Machine (SVM, K-Nearest Neighbour (K-NN, and Naive Bayes Classifier (NBC. In order to improve the identification rate, we developed a combination of hybrid systems by using validation technique. The experiments were performed on the dialect DR1 of the TIMIT corpus. The results have showed a better performance for the developed technique compared to the individual techniques.

  13. Fast clustering algorithm for large ECG data sets based on CS theory in combination with PCA and K-NN methods.

    Science.gov (United States)

    Balouchestani, Mohammadreza; Krishnan, Sridhar

    2014-01-01

    Long-term recording of Electrocardiogram (ECG) signals plays an important role in health care systems for diagnostic and treatment purposes of heart diseases. Clustering and classification of collecting data are essential parts for detecting concealed information of P-QRS-T waves in the long-term ECG recording. Currently used algorithms do have their share of drawbacks: 1) clustering and classification cannot be done in real time; 2) they suffer from huge energy consumption and load of sampling. These drawbacks motivated us in developing novel optimized clustering algorithm which could easily scan large ECG datasets for establishing low power long-term ECG recording. In this paper, we present an advanced K-means clustering algorithm based on Compressed Sensing (CS) theory as a random sampling procedure. Then, two dimensionality reduction methods: Principal Component Analysis (PCA) and Linear Correlation Coefficient (LCC) followed by sorting the data using the K-Nearest Neighbours (K-NN) and Probabilistic Neural Network (PNN) classifiers are applied to the proposed algorithm. We show our algorithm based on PCA features in combination with K-NN classifier shows better performance than other methods. The proposed algorithm outperforms existing algorithms by increasing 11% classification accuracy. In addition, the proposed algorithm illustrates classification accuracy for K-NN and PNN classifiers, and a Receiver Operating Characteristics (ROC) area of 99.98%, 99.83%, and 99.75% respectively.

  14. A comparative study of the SVM and K-nn machine learning algorithms for the diagnosis of respiratory pathologies using pulmonary acoustic signals.

    Science.gov (United States)

    Palaniappan, Rajkumar; Sundaraj, Kenneth; Sundaraj, Sebastian

    2014-06-27

    Pulmonary acoustic parameters extracted from recorded respiratory sounds provide valuable information for the detection of respiratory pathologies. The automated analysis of pulmonary acoustic signals can serve as a differential diagnosis tool for medical professionals, a learning tool for medical students, and a self-management tool for patients. In this context, we intend to evaluate and compare the performance of the support vector machine (SVM) and K-nearest neighbour (K-nn) classifiers in diagnosis respiratory pathologies using respiratory sounds from R.A.L.E database. The pulmonary acoustic signals used in this study were obtained from the R.A.L.E lung sound database. The pulmonary acoustic signals were manually categorised into three different groups, namely normal, airway obstruction pathology, and parenchymal pathology. The mel-frequency cepstral coefficient (MFCC) features were extracted from the pre-processed pulmonary acoustic signals. The MFCC features were analysed by one-way ANOVA and then fed separately into the SVM and K-nn classifiers. The performances of the classifiers were analysed using the confusion matrix technique. The statistical analysis of the MFCC features using one-way ANOVA showed that the extracted MFCC features are significantly different (p < 0.001). The classification accuracies of the SVM and K-nn classifiers were found to be 92.19% and 98.26%, respectively. Although the data used to train and test the classifiers are limited, the classification accuracies found are satisfactory. The K-nn classifier was better than the SVM classifier for the discrimination of pulmonary acoustic signals from pathological and normal subjects obtained from the RALE database.

  15. Classification in medical images using adaptive metric k-NN

    Science.gov (United States)

    Chen, C.; Chernoff, K.; Karemore, G.; Lo, P.; Nielsen, M.; Lauze, F.

    2010-03-01

    The performance of the k-nearest neighborhoods (k-NN) classifier is highly dependent on the distance metric used to identify the k nearest neighbors of the query points. The standard Euclidean distance is commonly used in practice. This paper investigates the performance of k-NN classifier with respect to different adaptive metrics in the context of medical imaging. We propose using adaptive metrics such that the structure of the data is better described, introducing some unsupervised learning knowledge in k-NN. We investigated four different metrics are estimated: a theoretical metric based on the assumption that images are drawn from Brownian Image Model (BIM), the normalized metric based on variance of the data, the empirical metric is based on the empirical covariance matrix of the unlabeled data, and an optimized metric obtained by minimizing the classification error. The spectral structure of the empirical covariance also leads to Principal Component Analysis (PCA) performed on it which results the subspace metrics. The metrics are evaluated on two data sets: lateral X-rays of the lumbar aortic/spine region, where we use k-NN for performing abdominal aorta calcification detection; and mammograms, where we use k-NN for breast cancer risk assessment. The results show that appropriate choice of metric can improve classification.

  16. Latent Dirichlet Allocation (LDA) Model and kNN Algorithm to Classify Research Project Selection

    Science.gov (United States)

    Safi’ie, M. A.; Utami, E.; Fatta, H. A.

    2018-03-01

    Universitas Sebelas Maret has a teaching staff more than 1500 people, and one of its tasks is to carry out research. In the other side, the funding support for research and service is limited, so there is need to be evaluated to determine the Research proposal submission and devotion on society (P2M). At the selection stage, research proposal documents are collected as unstructured data and the data stored is very large. To extract information contained in the documents therein required text mining technology. This technology applied to gain knowledge to the documents by automating the information extraction. In this articles we use Latent Dirichlet Allocation (LDA) to the documents as a model in feature extraction process, to get terms that represent its documents. Hereafter we use k-Nearest Neighbour (kNN) algorithm to classify the documents based on its terms.

  17. A kNN method that uses a non-natural evolutionary algorithm for ...

    African Journals Online (AJOL)

    We used this algorithm for component selection of a kNN (k Nearest Neighbor) method for breast cancer prognosis. Results with the UCI prognosis data set show that we can find components that help improve the accuracy of kNN by almost 3%, raising it above 79%. Keywords: kNN; classification; evolutionary algorithm; ...

  18. Classification in medical image analysis using adaptive metric k-NN

    DEFF Research Database (Denmark)

    Chen, Chen; Chernoff, Konstantin; Karemore, Gopal

    2010-01-01

    The performance of the k-nearest neighborhoods (k-NN) classifier is highly dependent on the distance metric used to identify the k nearest neighbors of the query points. The standard Euclidean distance is commonly used in practice. This paper investigates the performance of k-NN classifier...

  19. Growth of KNN thin films for non-linear optical applications

    International Nuclear Information System (INIS)

    Sharma, Shweta; Gupta, Reema; Gupta, Vinay; Tomar, Monika

    2018-01-01

    Two-wave mixing is a remarkable area of research in the field of non-linear optics, finding various applications in the development of opto-electronic devices, photorefractive waveguides, real time holography, etc. Non-linear optical properties of ferroelectric potassium sodium niobate (KNN) thin films have been interrogated using two-wave mixing phenomenon. Regarding this, a-axis oriented K 0.35 Na (1-0.35) NbO 3 thin films were successfully grown on epitaxial matched (100) SrTiO 3 substrate using pulsed laser deposition (PLD) technique. The uniformly distributed Au micro-discs of 200 μm diameter were integrated with KNN/STO thin film to study the plasmonic enhancement in the optical response. Beam amplification has been observed as a result of the two-wave mixing. This is due to the alignment of ferroelectric domains in KNN films and the excitement of plasmons at the metal-dielectric (Au-KNN) interface. (copyright 2017 WILEY-VCH Verlag GmbH and Co. KGaA, Weinheim)

  20. Growth of KNN thin films for non-linear optical applications

    Energy Technology Data Exchange (ETDEWEB)

    Sharma, Shweta; Gupta, Reema; Gupta, Vinay [Department of Physics and Astrophysics, University of Delhi (India); Tomar, Monika [Department of Physics, Miranda House University of Delhi (India)

    2018-02-15

    Two-wave mixing is a remarkable area of research in the field of non-linear optics, finding various applications in the development of opto-electronic devices, photorefractive waveguides, real time holography, etc. Non-linear optical properties of ferroelectric potassium sodium niobate (KNN) thin films have been interrogated using two-wave mixing phenomenon. Regarding this, a-axis oriented K{sub 0.35}Na{sub (1-0.35)}NbO{sub 3} thin films were successfully grown on epitaxial matched (100) SrTiO{sub 3} substrate using pulsed laser deposition (PLD) technique. The uniformly distributed Au micro-discs of 200 μm diameter were integrated with KNN/STO thin film to study the plasmonic enhancement in the optical response. Beam amplification has been observed as a result of the two-wave mixing. This is due to the alignment of ferroelectric domains in KNN films and the excitement of plasmons at the metal-dielectric (Au-KNN) interface. (copyright 2017 WILEY-VCH Verlag GmbH and Co. KGaA, Weinheim)

  1. Efficient and Flexible KNN Query Processing in Real-Life Road Networks

    DEFF Research Database (Denmark)

    Lu, Yang; Bui, Bin; Zhao, Jiakui

    2008-01-01

    are included into the RNG index, which enables the index to support both distance-based and time-based KNN queries and continuous KNN queries. Our work extends previous ones by taking into account more practical scenarios, such as complexities in real-life road networks and time-based KNN queries. Extensive......Along with the developments of mobile services, effectively modeling road networks and efficiently indexing and querying network constrained objects has become a challenging problem. In this paper, we first introduce a road network model which captures real-life road networks better than previous...

  2. The application of k-Nearest Neighbour in the identification of high potential archers based on relative psychological coping skills variables

    Science.gov (United States)

    Taha, Zahari; Muazu Musa, Rabiu; Majeed, Anwar P. P. Abdul; Razali Abdullah, Mohamad; Muaz Alim, Muhammad; Nasir, Ahmad Fakhri Ab

    2018-04-01

    The present study aims at classifying and predicting high and low potential archers from a collection of psychological coping skills variables trained on different k-Nearest Neighbour (k-NN) kernels. 50 youth archers with the average age and standard deviation of (17.0 ±.056) gathered from various archery programmes completed a one end shooting score test. Psychological coping skills inventory which evaluates the archers level of related coping skills were filled out by the archers prior to their shooting tests. k-means cluster analysis was applied to cluster the archers based on their scores on variables assessed k-NN models, i.e. fine, medium, coarse, cosine, cubic and weighted kernel functions, were trained on the psychological variables. The k-means clustered the archers into high psychologically prepared archers (HPPA) and low psychologically prepared archers (LPPA), respectively. It was demonstrated that the cosine k-NN model exhibited good accuracy and precision throughout the exercise with an accuracy of 94% and considerably fewer error rate for the prediction of the HPPA and the LPPA as compared to the rest of the models. The findings of this investigation can be valuable to coaches and sports managers to recognise high potential athletes from the selected psychological coping skills variables examined which would consequently save time and energy during talent identification and development programme.

  3. The European Union and its Neighbours:

    Directory of Open Access Journals (Sweden)

    Alberto Chilosi

    2007-06-01

    Full Text Available The paper considers the status of the European Neighbourhood Policy in the light of the new Financial Perspective 2007-2013 and of the present internal state of the European Union. Even if in theory the ENP could have been a valid substitute for enlargement, it does not seem to have reached its aim of providing an adequate surrogate for full membership. Considering the figures of the new Financial Perspective 2007-2013, the issue of market access, and the internal power dynamics of the EU, we see that it is hardly conceivable that the ENP could ever give to its neighbours the same economic advantages that membership gives to the poorer members of the EU. Another controversial aspect is the clear asymmetric nature of the ENP, whereby the payoff for neighbours is conditioned on their “good behaviour”, thus amounting to a form of soft imperialism. While ENP tries to establish a comprehensive and coherent framework of the EU’s relations with its neighbourhood, the actual behaviour of EU towards its neighbours is shown to present some inconsistences due to political expedience and pragmatic concerns. The consideration of some related basic issues of EU institutional reform, such as the weakening of the powers of the member states, or the introduction of some intermediate forms of partial membership, concludes the paper.

  4. A Quantum Hybrid PSO Combined with Fuzzy k-NN Approach to Feature Selection and Cell Classification in Cervical Cancer Detection

    Directory of Open Access Journals (Sweden)

    Abdullah M. Iliyasu

    2017-12-01

    Full Text Available A quantum hybrid (QH intelligent approach that blends the adaptive search capability of the quantum-behaved particle swarm optimisation (QPSO method with the intuitionistic rationality of traditional fuzzy k-nearest neighbours (Fuzzy k-NN algorithm (known simply as the Q-Fuzzy approach is proposed for efficient feature selection and classification of cells in cervical smeared (CS images. From an initial multitude of 17 features describing the geometry, colour, and texture of the CS images, the QPSO stage of our proposed technique is used to select the best subset features (i.e., global best particles that represent a pruned down collection of seven features. Using a dataset of almost 1000 images, performance evaluation of our proposed Q-Fuzzy approach assesses the impact of our feature selection on classification accuracy by way of three experimental scenarios that are compared alongside two other approaches: the All-features (i.e., classification without prior feature selection and another hybrid technique combining the standard PSO algorithm with the Fuzzy k-NN technique (P-Fuzzy approach. In the first and second scenarios, we further divided the assessment criteria in terms of classification accuracy based on the choice of best features and those in terms of the different categories of the cervical cells. In the third scenario, we introduced new QH hybrid techniques, i.e., QPSO combined with other supervised learning methods, and compared the classification accuracy alongside our proposed Q-Fuzzy approach. Furthermore, we employed statistical approaches to establish qualitative agreement with regards to the feature selection in the experimental scenarios 1 and 3. The synergy between the QPSO and Fuzzy k-NN in the proposed Q-Fuzzy approach improves classification accuracy as manifest in the reduction in number cell features, which is crucial for effective cervical cancer detection and diagnosis.

  5. Raman spectroscopy combined with principal component analysis and k nearest neighbour analysis for non-invasive detection of colon cancer

    Science.gov (United States)

    Li, Xiaozhou; Yang, Tianyue; Li, Siqi; Wang, Deli; Song, Youtao; Zhang, Su

    2016-03-01

    This paper attempts to investigate the feasibility of using Raman spectroscopy for the diagnosis of colon cancer. Serum taken from 75 healthy volunteers, 65 colon cancer patients and 60 post-operation colon cancer patients was measured in this experiment. In the Raman spectra of all three groups, the Raman peaks at 750, 1083, 1165, 1321, 1629 and 1779 cm-1 assigned to nucleic acids, amino acids and chromophores were consistently observed. All of these six Raman peaks were observed to have statistically significant differences between groups. For quantitative analysis, the multivariate statistical techniques of principal component analysis (PCA) and k nearest neighbour analysis (KNN) were utilized to develop diagnostic algorithms for classification. In PCA, several peaks in the principal component (PC) loadings spectra were identified as the major contributors to the PC scores. Some of the peaks in the PC loadings spectra were also reported as characteristic peaks for colon tissues, which implies correlation between peaks in PC loadings spectra and those in the original Raman spectra. KNN was also performed on the obtained PCs, and a diagnostic accuracy of 91.0% and a specificity of 92.6% were achieved.

  6. Raman spectroscopy combined with principal component analysis and k nearest neighbour analysis for non-invasive detection of colon cancer

    International Nuclear Information System (INIS)

    Li, Xiaozhou; Yang, Tianyue; Wang, Deli; Li, Siqi; Song, Youtao; Zhang, Su

    2016-01-01

    This paper attempts to investigate the feasibility of using Raman spectroscopy for the diagnosis of colon cancer. Serum taken from 75 healthy volunteers, 65 colon cancer patients and 60 post-operation colon cancer patients was measured in this experiment. In the Raman spectra of all three groups, the Raman peaks at 750, 1083, 1165, 1321, 1629 and 1779 cm −1 assigned to nucleic acids, amino acids and chromophores were consistently observed. All of these six Raman peaks were observed to have statistically significant differences between groups. For quantitative analysis, the multivariate statistical techniques of principal component analysis (PCA) and k nearest neighbour analysis (KNN) were utilized to develop diagnostic algorithms for classification. In PCA, several peaks in the principal component (PC) loadings spectra were identified as the major contributors to the PC scores. Some of the peaks in the PC loadings spectra were also reported as characteristic peaks for colon tissues, which implies correlation between peaks in PC loadings spectra and those in the original Raman spectra. KNN was also performed on the obtained PCs, and a diagnostic accuracy of 91.0% and a specificity of 92.6% were achieved. (paper)

  7. Secure kNN Computation and Integrity Assurance of Data Outsourcing in the Cloud

    Directory of Open Access Journals (Sweden)

    Jun Hong

    2017-01-01

    Full Text Available As cloud computing has been popularized massively and rapidly, individuals and enterprises prefer outsourcing their databases to the cloud service provider (CSP to save the expenditure for managing and maintaining the data. The outsourced databases are hosted, and query services are offered to clients by the CSP, whereas the CSP is not fully trusted. Consequently, the security shall be violated by multiple factors. Data privacy and query integrity are perceived as two major factors obstructing enterprises from outsourcing their databases. A novel scheme is proposed in this paper to effectuate k-nearest neighbors (kNN query and kNN query authentication on an encrypted outsourced spatial database. An asymmetric scalar-product-preserving encryption scheme is elucidated, in which data points and query points are encrypted with diverse encryption keys, and the CSP can determine the distance relation between encrypted data points and query points. Furthermore, the similarity search tree is extended to build a novel verifiable SS-tree that supports efficient kNN query and kNN query verification. It is indicated from the security analysis and experiment results that our scheme not only maintains the confidentiality of outsourced confidential data and query points but also has a lower kNN query processing and verification overhead than the MR-tree.

  8. Analisis Perbandingan KNN dengan SVM untuk Klasifikasi Penyakit Diabetes Retinopati berdasarkan Citra Eksudat dan Mikroaneurisma

    Directory of Open Access Journals (Sweden)

    SUCI AULIA

    2015-01-01

    Full Text Available ABSTRAK Penelitian mengenai pengklasifikasian tingkat keparahan penyakit Diabetes Retinopati berbasis image processing masih hangat dibicarakan, citra yang biasa digunakan untuk mendeteksi jenis penyakit ini adalah citra optik disk, mikroaneurisma, eksudat, dan hemorrhages yang berasal dari citra fundus. Pada penelitian ini telah dilakukan perbandingan algoritma SVM dengan KNN untuk klasifikasi penyakit diabetes retinopati (mild, moderate, severe berdasarkan citra eksudat dan microaneurisma. Untuk proses ekstraksi ciri digunakan metode wavelet  pada masing-masing kedua metode tersebut. Pada penelitian ini digunakan 160 data uji, masing-masing 40 citra untuk kelas normal, kelas mild, kelas moderate, kelas saviere. Tingkat akurasi yang diperoleh dengan menggunakan metode KNN lebih tinggi dibandingkan SVM, yaitu 65 % dan 62%. Klasifikasi dengan algoritma KNN diperoleh hasil terbaik dengan parameter K=9 cityblock. Sedangkan klasifikasi dengan metode SVM diperoleh hasil terbaik dengan parameter One Agains All. Kata kunci: Diabetic Retinopathy, KNN , SVM, Wavelet.   ABSTRACT Research based on severity classification of the disease diabetic retinopathy by using image processing method is still hotly debated, the image is used to detect the type of this disease is an optical image of the disk, microaneurysm, exudates, and bleeding of the image of the fundus. This study was performed to compare SVM method with KNN method for classification of diabetic retinopathy disease (mild, moderate, severe based on exudate and microaneurysm image. For feature extraction uses wavelet method, and each of the two methods. This study made use of 160 test data, each of 40 images for normal class, mild class, moderate class, severe class. The accuracy obtained by KNN higher than SVM, with 65% and 62%. KNN classification method achieved the best results with the parameters K = 9, cityblock. While the classification with SVM method obtained the best results with

  9. CONTROLLED CONDENSATION IN K-NN AND ITS APPLICATION FOR REAL TIME COLOR IDENTIFICATION

    Directory of Open Access Journals (Sweden)

    Carmen Villar Patiño

    2017-04-01

    Full Text Available k-NN algorithms are frequently used in statistical classification. They are accurate and distribution free. Despite these advantages, k-NN algorithms imply a high computational cost. To find efficient ways to implement them is an important challenge in pattern recognition. In this article, an improved version of the k-NN Controlled Condensation algorithm is introduced. Its potential for instantaneous color identification in real time is also analyzed. This algorithm is based on the representation of data in terms of a reduced set of informative prototypes. It includes two parameters to control the balance between speed and precision. This gives us the opportunity to achieve a convenient percentage of condensation without incurring in an important loss of accuracy. We test our proposal in an instantaneous color identification exercise in video images. We achieve the real time identification by using k-NN Controlled Condensation executed through multi-threading programming methods. The results are encouraging.

  10. PHYSICAL AND ELECTRICAL PROPERTIES ENHANCEMENT OF RARE-EARTH DOPED-POTASSIUM SODIUM NIOBATE (KNN: A REVIEW

    Directory of Open Access Journals (Sweden)

    Akmal Mat Harttat Maziati

    2015-06-01

    Full Text Available Alkaline niobate mainly potassium sodium niobate, (KxNa1-x NbO3 (abreviated as KNN has long attracted attention as piezoelectric materials as its high Curie temperature (Tc and piezoelectric properties. The volatility of alkaline element (K, Na is, however detrimental to the stoichiometry of KNN, contributing to the failure to achieve high-density structure and lead to the formation of intrinsic defects. By partially doping of several rare-earth elements, the inherent defects could be improved significantly. Therefore, considerable attempts have been made to develop doped-KNN based ceramic materials with high electrical properties. In this paper, these research activities are reviewed, including dopants type and doping role in KNN perovskite structure.

  11. Improving GPU-accelerated adaptive IDW interpolation algorithm using fast kNN search.

    Science.gov (United States)

    Mei, Gang; Xu, Nengxiong; Xu, Liangliang

    2016-01-01

    This paper presents an efficient parallel Adaptive Inverse Distance Weighting (AIDW) interpolation algorithm on modern Graphics Processing Unit (GPU). The presented algorithm is an improvement of our previous GPU-accelerated AIDW algorithm by adopting fast k-nearest neighbors (kNN) search. In AIDW, it needs to find several nearest neighboring data points for each interpolated point to adaptively determine the power parameter; and then the desired prediction value of the interpolated point is obtained by weighted interpolating using the power parameter. In this work, we develop a fast kNN search approach based on the space-partitioning data structure, even grid, to improve the previous GPU-accelerated AIDW algorithm. The improved algorithm is composed of the stages of kNN search and weighted interpolating. To evaluate the performance of the improved algorithm, we perform five groups of experimental tests. The experimental results indicate: (1) the improved algorithm can achieve a speedup of up to 1017 over the corresponding serial algorithm; (2) the improved algorithm is at least two times faster than our previous GPU-accelerated AIDW algorithm; and (3) the utilization of fast kNN search can significantly improve the computational efficiency of the entire GPU-accelerated AIDW algorithm.

  12. Short Term Prediction of Freeway Exiting Volume Based on SVM and KNN

    Directory of Open Access Journals (Sweden)

    Xiang Wang

    2015-09-01

    The model results indicate that the proposed algorithm is feasible and accurate. The Mean Absolute Percentage Error is under 10%. When comparing with the results of single KNN or SVM method, the results show that the combination of KNN and SVM can improve the reliability of the prediction significantly. The proposed method can be implemented in the on-line application of exiting volume prediction, which is able to consider different vehicle types.

  13. Short-term Power Load Forecasting Based on Balanced KNN

    Science.gov (United States)

    Lv, Xianlong; Cheng, Xingong; YanShuang; Tang, Yan-mei

    2018-03-01

    To improve the accuracy of load forecasting, a short-term load forecasting model based on balanced KNN algorithm is proposed; According to the load characteristics, the historical data of massive power load are divided into scenes by the K-means algorithm; In view of unbalanced load scenes, the balanced KNN algorithm is proposed to classify the scene accurately; The local weighted linear regression algorithm is used to fitting and predict the load; Adopting the Apache Hadoop programming framework of cloud computing, the proposed algorithm model is parallelized and improved to enhance its ability of dealing with massive and high-dimension data. The analysis of the household electricity consumption data for a residential district is done by 23-nodes cloud computing cluster, and experimental results show that the load forecasting accuracy and execution time by the proposed model are the better than those of traditional forecasting algorithm.

  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. Lead-free piezoelectric KNN-BZ-BNT films with a vertical morphotropic phase boundary

    Directory of Open Access Journals (Sweden)

    Wen Chen

    2015-07-01

    Full Text Available The lead-free piezoelectric 0.915K0.5Na0.5NbO3-0.075BaZrO3-0.01Bi0.5Na0.5TiO3 (0.915KNN-0.075BZ-0.01BNT films were prepared by a chemical solution deposition method. The films possess a pure rhomobohedral perovskite phase and a dense surface without crack. The temperature-dependent dielectric properties of the specimens manifest that only phase transition from ferroelectric to paraelectric phase occurred and the Curie temperature is 217 oC. The temperature stability of ferroelectric phase was also supported by the stable piezoelectric properties of the films. These results suggest that the slope of the morphotropic phase boundary (MPB for the solid solution formed with the KNN and BZ in the films should be vertical. The voltage-induced polarization switching, and a distinct piezo-response suggested that the 0.915 KNN-0.075BZ-0.01BNT films show good piezoelectric properties.

  16. The classification of hunger behaviour of Lates Calcarifer through the integration of image processing technique and k-Nearest Neighbour learning algorithm

    Science.gov (United States)

    Taha, Z.; Razman, M. A. M.; Ghani, A. S. Abdul; Majeed, A. P. P. Abdul; Musa, R. M.; Adnan, F. A.; Sallehudin, M. F.; Mukai, Y.

    2018-04-01

    Fish Hunger behaviour is essential in determining the fish feeding routine, particularly for fish farmers. The inability to provide accurate feeding routines (under-feeding or over-feeding) may lead the death of the fish and consequently inhibits the quantity of the fish produced. Moreover, the excessive food that is not consumed by the fish will be dissolved in the water and accordingly reduce the water quality through the reduction of oxygen quantity. This problem also leads the death of the fish or even spur fish diseases. In the present study, a correlation of Barramundi fish-school behaviour with hunger condition through the hybrid data integration of image processing technique is established. The behaviour is clustered with respect to the position of the school size as well as the school density of the fish before feeding, during feeding and after feeding. The clustered fish behaviour is then classified through k-Nearest Neighbour (k-NN) learning algorithm. Three different variations of the algorithm namely cosine, cubic and weighted are assessed on its ability to classify the aforementioned fish hunger behaviour. It was found from the study that the weighted k-NN variation provides the best classification with an accuracy of 86.5%. Therefore, it could be concluded that the proposed integration technique may assist fish farmers in ascertaining fish feeding routine.

  17. Processing and characterizations of BNT-KNN ceramics for actuator applications

    Directory of Open Access Journals (Sweden)

    Mallam Chandrasekhar

    2016-06-01

    Full Text Available BNT-KNN powder (with composition 0.93Bi0.5Na0.5TiO3–0.07K0.5Na0.5NbO3 was synthesized as a single perovskite phase by conventional solid state reaction route and dense ceramics were obtained by sintering of powder compacts at 1100 °C for 4 h. Dielectric study confirmed relaxor behaviour, whereas the microstructure study showed sharp cornered cubic like grains with an average grain size ∼1.15 µm. The saturated polarization vs. electric field (P-E hysteresis loops confirmed the ferroelectric (FE nature while the butterfly shaped strain vs. electric field (S-E loops suggested the piezoelectric nature of the BNT-KNN ceramic samples. Maximum electric field induced strain of ∼0.62% suggested the usefulness of this system for actuator applications.

  18. Nanoscale characterization and local piezoelectric properties of lead-free KNN-LT-LS thin films

    Energy Technology Data Exchange (ETDEWEB)

    Abazari, M; Safari, A [Glenn Howatt Electroceramics Laboratories, Department of Materials Science and Engineering, Rutgers-The state University of New Jersey, Piscataway, NJ 08854 (United States); Choi, T; Cheong, S-W [Rutgers Center for Emergent Materials, Department of Physics and Astronomy, Rutgers-The state University of New Jersey, Piscataway, NJ 08854 (United States)

    2010-01-20

    We report the observation of domain structure and piezoelectric properties of pure and Mn-doped (K{sub 0.44},Na{sub 0.52},Li{sub 0.04})(Nb{sub 0.84},Ta{sub 0.1},Sb{sub 0.06})O{sub 3} (KNN-LT-LS) thin films on SrTiO{sub 3} substrates. It is revealed that, using piezoresponse force microscopy, ferroelectric domain structure in such 500 nm thin films comprised of primarily 180{sup 0} domains. This was in accordance with the tetragonal structure of the films, confirmed by relative permittivity measurements and x-ray diffraction patterns. Effective piezoelectric coefficient (d{sub 33}) of the films were calculated using piezoelectric displacement curves and shown to be {approx}53 pm V{sup -1} for pure KNN-LT-LS thin films. This value is among the highest values reported for an epitaxial lead-free thin film and shows a great potential for KNN-LT-LS to serve as an alternative to PZT thin films in future applications.

  19. Nanoscale characterization and local piezoelectric properties of lead-free KNN-LT-LS thin films

    Science.gov (United States)

    Abazari, M.; Choi, T.; Cheong, S.-W.; Safari, A.

    2010-01-01

    We report the observation of domain structure and piezoelectric properties of pure and Mn-doped (K0.44,Na0.52,Li0.04)(Nb0.84,Ta0.1,Sb0.06)O3 (KNN-LT-LS) thin films on SrTiO3 substrates. It is revealed that, using piezoresponse force microscopy, ferroelectric domain structure in such 500 nm thin films comprised of primarily 180° domains. This was in accordance with the tetragonal structure of the films, confirmed by relative permittivity measurements and x-ray diffraction patterns. Effective piezoelectric coefficient (d33) of the films were calculated using piezoelectric displacement curves and shown to be ~53 pm V-1 for pure KNN-LT-LS thin films. This value is among the highest values reported for an epitaxial lead-free thin film and shows a great potential for KNN-LT-LS to serve as an alternative to PZT thin films in future applications.

  20. Nonlocal synchronization in nearest neighbour coupled oscillators

    International Nuclear Information System (INIS)

    El-Nashar, H.F.; Elgazzar, A.S.; Cerdeira, H.A.

    2002-02-01

    We investigate a system of nearest neighbour coupled oscillators. We show that the nonlocal frequency synchronization, that might appear in such a system, occurs as a consequence of the nearest neighbour coupling. The power spectra of nonadjacent oscillators shows that there is no complete coincidence between all frequency peaks of the oscillators in the nonlocal cluster, while the peaks for neighbouring oscillators approximately coincide even if they are not yet in a cluster. It is shown that nonadjacent oscillators closer in frequencies, share slow modes with their adjacent oscillators which are neighbours in space. It is also shown that when a direct coupling between non-neighbours oscillators is introduced explicitly, the peaks of the spectra of the frequencies of those non-neighbours coincide. (author)

  1. NeighbourWoods for Better Cities

    DEFF Research Database (Denmark)

    Konijnendijk, Cecil Cornelis; Schipperijn, Jasper Jan

    This publication aims to contribute to the development af NeighbourWoods through socially-inclusive planning, design and management. It presents experiences from an international project supported by the European Commission which evaluated and developed approaches and tools to assist NeighbourWoo...

  2. Multi-site Stochastic Simulation of Daily Streamflow with Markov Chain and KNN Algorithm

    Science.gov (United States)

    Mathai, J.; Mujumdar, P.

    2017-12-01

    A key focus of this study is to develop a method which is physically consistent with the hydrologic processes that can capture short-term characteristics of daily hydrograph as well as the correlation of streamflow in temporal and spatial domains. In complex water resource systems, flow fluctuations at small time intervals require that discretisation be done at small time scales such as daily scales. Also, simultaneous generation of synthetic flows at different sites in the same basin are required. We propose a method to equip water managers with a streamflow generator within a stochastic streamflow simulation framework. The motivation for the proposed method is to generate sequences that extend beyond the variability represented in the historical record of streamflow time series. The method has two steps: In step 1, daily flow is generated independently at each station by a two-state Markov chain, with rising limb increments randomly sampled from a Gamma distribution and the falling limb modelled as exponential recession and in step 2, the streamflow generated in step 1 is input to a nonparametric K-nearest neighbor (KNN) time series bootstrap resampler. The KNN model, being data driven, does not require assumptions on the dependence structure of the time series. A major limitation of KNN based streamflow generators is that they do not produce new values, but merely reshuffle the historical data to generate realistic streamflow sequences. However, daily flow generated using the Markov chain approach is capable of generating a rich variety of streamflow sequences. Furthermore, the rising and falling limbs of daily hydrograph represent different physical processes, and hence they need to be modelled individually. Thus, our method combines the strengths of the two approaches. We show the utility of the method and improvement over the traditional KNN by simulating daily streamflow sequences at 7 locations in the Godavari River basin in India.

  3. Comparative Performance Analysis of Support Vector Machine, Random Forest, Logistic Regression and k-Nearest Neighbours in Rainbow Trout (Oncorhynchus Mykiss Classification Using Image-Based Features

    Directory of Open Access Journals (Sweden)

    Mohammadmehdi Saberioon

    2018-03-01

    Full Text Available The main aim of this study was to develop a new objective method for evaluating the impacts of different diets on the live fish skin using image-based features. In total, one-hundred and sixty rainbow trout (Oncorhynchus mykiss were fed either a fish-meal based diet (80 fish or a 100% plant-based diet (80 fish and photographed using consumer-grade digital camera. Twenty-three colour features and four texture features were extracted. Four different classification methods were used to evaluate fish diets including Random forest (RF, Support vector machine (SVM, Logistic regression (LR and k-Nearest neighbours (k-NN. The SVM with radial based kernel provided the best classifier with correct classification rate (CCR of 82% and Kappa coefficient of 0.65. Although the both LR and RF methods were less accurate than SVM, they achieved good classification with CCR 75% and 70% respectively. The k-NN was the least accurate (40% classification model. Overall, it can be concluded that consumer-grade digital cameras could be employed as the fast, accurate and non-invasive sensor for classifying rainbow trout based on their diets. Furthermore, these was a close association between image-based features and fish diet received during cultivation. These procedures can be used as non-invasive, accurate and precise approaches for monitoring fish status during the cultivation by evaluating diet’s effects on fish skin.

  4. Exact Cross-Validation for kNN and applications to passive and active learning in classification

    OpenAIRE

    Célisse, Alain; Mary-Huard, Tristan

    2011-01-01

    In the binary classification framework, a closed form expression of the cross-validation Leave-p-Out (LpO) risk estimator for the k Nearest Neighbor algorithm (kNN) is derived. It is first used to study the LpO risk minimization strategy for choosing k in the passive learning setting. The impact of p on the choice of k and the LpO estimation of the risk are inferred. In the active learning setting, a procedure is proposed that selects new examples using a LpO committee of kNN classifiers. The...

  5. Multiclass Boosting with Adaptive Group-Based kNN and Its Application in Text Categorization

    Directory of Open Access Journals (Sweden)

    Lei La

    2012-01-01

    Full Text Available AdaBoost is an excellent committee-based tool for classification. However, its effectiveness and efficiency in multiclass categorization face the challenges from methods based on support vector machine (SVM, neural networks (NN, naïve Bayes, and k-nearest neighbor (kNN. This paper uses a novel multi-class AdaBoost algorithm to avoid reducing the multi-class classification problem to multiple two-class classification problems. This novel method is more effective. In addition, it keeps the accuracy advantage of existing AdaBoost. An adaptive group-based kNN method is proposed in this paper to build more accurate weak classifiers and in this way control the number of basis classifiers in an acceptable range. To further enhance the performance, weak classifiers are combined into a strong classifier through a double iterative weighted way and construct an adaptive group-based kNN boosting algorithm (AGkNN-AdaBoost. We implement AGkNN-AdaBoost in a Chinese text categorization system. Experimental results showed that the classification algorithm proposed in this paper has better performance both in precision and recall than many other text categorization methods including traditional AdaBoost. In addition, the processing speed is significantly enhanced than original AdaBoost and many other classic categorization algorithms.

  6. Role of sintering time, crystalline phases and symmetry in the piezoelectric properties of lead-free KNN-modified ceramics

    International Nuclear Information System (INIS)

    Rubio-Marcos, F.; Marchet, P.; Merle-Mejean, T.; Fernandez, J.F.

    2010-01-01

    Lead-free KNN-modified piezoceramics of the system (Li,Na,K)(Nb,Ta,Sb)O 3 were prepared by conventional solid-state sintering. The X-ray diffraction patterns revealed a perovskite phase, together with some minor secondary phase, which was assigned to K 3 LiNb 6 O 17 , tetragonal tungsten-bronze (TTB). A structural evolution toward a pure tetragonal structure with the increasing sintering time was observed, associated with the decrease of TTB phase. A correlation between higher tetragonality and higher piezoelectric response was clearly evidenced. Contrary to the case of the LiTaO 3 modified KNN, very large abnormal grains with TTB structure were not detected. As a consequence, the simultaneous modification by tantalum and antimony seems to induce during sintering a different behaviour from the one of LiTaO 3 modified KNN.

  7. Role of sintering time, crystalline phases and symmetry in the piezoelectric properties of lead-free KNN-modified ceramics

    Energy Technology Data Exchange (ETDEWEB)

    Rubio-Marcos, F., E-mail: frmarcos@icv.csic.es [Electroceramic Department, Instituto de Ceramica y Vidrio, CSIC, Kelsen 5, 28049 Madrid (Spain); Marchet, P.; Merle-Mejean, T. [SPCTS, UMR 6638 CNRS, Universite de Limoges, 123, Av. A. Thomas, 87060 Limoges (France); Fernandez, J.F. [Electroceramic Department, Instituto de Ceramica y Vidrio, CSIC, Kelsen 5, 28049 Madrid (Spain)

    2010-09-01

    Lead-free KNN-modified piezoceramics of the system (Li,Na,K)(Nb,Ta,Sb)O{sub 3} were prepared by conventional solid-state sintering. The X-ray diffraction patterns revealed a perovskite phase, together with some minor secondary phase, which was assigned to K{sub 3}LiNb{sub 6}O{sub 17}, tetragonal tungsten-bronze (TTB). A structural evolution toward a pure tetragonal structure with the increasing sintering time was observed, associated with the decrease of TTB phase. A correlation between higher tetragonality and higher piezoelectric response was clearly evidenced. Contrary to the case of the LiTaO{sub 3} modified KNN, very large abnormal grains with TTB structure were not detected. As a consequence, the simultaneous modification by tantalum and antimony seems to induce during sintering a different behaviour from the one of LiTaO{sub 3} modified KNN.

  8. Research on cardiovascular disease prediction based on distance metric learning

    Science.gov (United States)

    Ni, Zhuang; Liu, Kui; Kang, Guixia

    2018-04-01

    Distance metric learning algorithm has been widely applied to medical diagnosis and exhibited its strengths in classification problems. The k-nearest neighbour (KNN) is an efficient method which treats each feature equally. The large margin nearest neighbour classification (LMNN) improves the accuracy of KNN by learning a global distance metric, which did not consider the locality of data distributions. In this paper, we propose a new distance metric algorithm adopting cosine metric and LMNN named COS-SUBLMNN which takes more care about local feature of data to overcome the shortage of LMNN and improve the classification accuracy. The proposed methodology is verified on CVDs patient vector derived from real-world medical data. The Experimental results show that our method provides higher accuracy than KNN and LMNN did, which demonstrates the effectiveness of the Risk predictive model of CVDs based on COS-SUBLMNN.

  9. Everybody needs good neighbours

    Energy Technology Data Exchange (ETDEWEB)

    Hoffman, G. [Peabody Energy (United States)

    2006-05-15

    The paper outlines the possibilities for mines to work with surrounding communities to bring about effective land reclamation. Last year Peabody Energy teams reclaimed more than 5000 acres of land and planted nearly 750,000 trees, demonstrating that sustainable development is possible in a way that is compatible with environmental improvement in coal mining. The company has won over 20 awards over the last two years. The North Antelope Rochelle Mine in Wyoming earned a Gold Good Neighbour Award for promoting best practices in environmental conservation and mining education. The Black Mesa and Kayenta mines, which operate on Navajo and Hopi lands in Arizona, were honoured with a Silver Good Neighbour Award and a National Excellence in Mining and Reclamation Award. These mines partnered with the tribes, the Bureau of Indian Affairs and local residents to give residents access to grazing land still under Peabody's control. The Farmersburg Mine in Indiana received the Bronze Good Neighbour Award for commitment to industry education and outreach activities. 5 photos.

  10. Speeding Up Neighbour-Joining Tree Construction

    DEFF Research Database (Denmark)

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

    A widely used method for constructing phylogenetic trees is the neighbour-joining method of Saitou and Nei. We develope heuristics for speeding up the neighbour-joining method which generate the same phylogenetic trees as the original method. All heuristics are based on using a quad-tree to guide...... the search for the next pair of nodes to join, but di#er in the information stored in quad-tree nodes, the way the search is performed, and in the way the quad-tree is updated after a join. We empirically evaluate the performance of the heuristics on distance matrices obtained from the Pfam collection...... of alignments, and compare the running time with that of the QuickTree tool, a well-known and widely used implementation of the standard neighbour-joining method. The results show that the presented heuristics can give a significant speed-up over the standard neighbour-joining method, already for medium sized...

  11. Mutual proximity graphs for improved reachability in music recommendation.

    Science.gov (United States)

    Flexer, Arthur; Stevens, Jeff

    2018-01-01

    This paper is concerned with the impact of hubness, a general problem of machine learning in high-dimensional spaces, on a real-world music recommendation system based on visualisation of a k-nearest neighbour (knn) graph. Due to a problem of measuring distances in high dimensions, hub objects are recommended over and over again while anti-hubs are nonexistent in recommendation lists, resulting in poor reachability of the music catalogue. We present mutual proximity graphs, which are an alternative to knn and mutual knn graphs, and are able to avoid hub vertices having abnormally high connectivity. We show that mutual proximity graphs yield much better graph connectivity resulting in improved reachability compared to knn graphs, mutual knn graphs and mutual knn graphs enhanced with minimum spanning trees, while simultaneously reducing the negative effects of hubness.

  12. Different Apple Varieties Classification Using kNN and MLP Algorithms

    OpenAIRE

    Sabancı, Kadir

    2016-01-01

    In this study, three different apple varieties grown in Karaman provinceare classified using kNN and MLP algorithms. 90 apples in total, 30 GoldenDelicious, 30 Granny Smith and 30 Starking Delicious have been used in thestudy. DFK 23U445 USB 3.0 (with Fujinon C Mount Lens) industrial camera hasbeen used to capture apple images. 4 size properties (diameter, area, perimeterand fullness) and 3 color properties (red, green, blue) have been decided usingimage processing techniques through analyzin...

  13. PENERAPAN K-OPTIMAL PADA ALGORITMA KNN UNTUK PREDIKSI KELULUSAN TEPAT WAKTU MAHASISWA PROGRAM STUDI ILMU KOMPUTER FMIPA UNLAM BERDASARKAN IP SAMPAI DENGAN SEMESTER 4

    Directory of Open Access Journals (Sweden)

    Mutiara Ayu Banjarsari

    2016-04-01

    Full Text Available The data pile on a database of academic information systems at Computer Science Program of Mathematic and Natural Science Faculty of Lambung Mangkurat University is not fully utilized, although it can provide new information that has not been known before. Data mining techniques can be used to predict the timely graduation of students. The k-Nearest Nieghbor, a method to classify objects based on training data located closest to the object, was used in this study. Selection of the value of k in kNN algorithm became important because it would affect the performance of the algorithm kNN, therefore it was necessary to know how the value of k and the level of accuracy. The k-Fold Cross Validation method and Accuracy Test was used to determine the value of k-Optimal. The result showed that the value of k = 5 was defined as k-Optimal which was then be applied in the kNN algorithm for prediction of timely graduation of students based on the Grade Point Average up to 4th semester. Keywords: kNN, k-Optimal, Classification, Data mining, k-Fold Cross Validation method Tumpukan data pada database sistem informasi akademik Program Studi Ilmu Komputer FMIPA Unlam belum dimanfaatkan secara maksimal, padahal dari data tersebut dapat memberikan sebuah informasi baru yang belum diketahui sebelumnya. Teknik data mining dapat digunakan untuk memprediksi kelulusan tepat waktu mahasiswa. Penelitian menggunakan metode k-Nearest Nieghbor yang merupakan sebuah metode untuk melakukan klasifikasi terhadap objek berdasarkan data training yang jaraknya paling dekat dengan objek tersebut. Pemilihan nilai k pada algoritma kNN menjadi hal yang penting karena akan mempengaruhi kinerja dari algoritma kNN, oleh karena itu perlu diketahui berapa nilai k dan tingkat akurasinya. Metode k-Fold Cross Validation dan Uji Akurasi digunakan untuk mengetahui nilai k-Optimal. Hasil yang didapat adalah nilai k=5 dengan tingkat akurasi sebesar 80.00% yang ditetapkan sebagai k-Optimal. Nilai k

  14. Neighbour effects on Erica multiflora (Ericaceae) reproductive performance after clipping

    Science.gov (United States)

    Vilà, Montserrat; Terradas, Jaume

    1998-04-01

    The effect of interspecific competition on resprouting and reproductive success and the relationship between above-ground vegetative biomass variability and reproductive biomass variability were analysed during resprouting after clipping. For this purpose, a field experiment was performed by removing neighbours around individuals of Erica multiflora in a Mediterranean shrub community. Removal of neighbours increased the number of sprouts and the above-ground vegetative biomass of target plants. However, it did not decrease plant size variability. Neighbours decreased the likelihood of fruiting and the biomass of fruits. In target plants that had set fruits a simple allometric relationship between above-ground vegetative biomass and the biomass of fruits explained 42% of the variation in fruit biomass. The probability to set fruits at a given plant size was smaller in plants with neighbours than without neighbours. Presence of neighbours also increased the variability of fruit biomass within the population, because 50% of target plants with neighbours did not set fruits. This failure to set fruits may be related to shading, the small size of plants with neighbours, as well as a delay in development.

  15. Supervised Classification of Agricultural Land Cover Using a Modified k-NN Technique (MNN and Landsat Remote Sensing Imagery

    Directory of Open Access Journals (Sweden)

    Karsten Schulz

    2009-11-01

    Full Text Available Nearest neighbor techniques are commonly used in remote sensing, pattern recognition and statistics to classify objects into a predefined number of categories based on a given set of predictors. These techniques are especially useful for highly nonlinear relationship between the variables. In most studies the distance measure is adopted a priori. In contrast we propose a general procedure to find an adaptive metric that combines a local variance reducing technique and a linear embedding of the observation space into an appropriate Euclidean space. To illustrate the application of this technique, two agricultural land cover classifications using mono-temporal and multi-temporal Landsat scenes are presented. The results of the study, compared with standard approaches used in remote sensing such as maximum likelihood (ML or k-Nearest Neighbor (k-NN indicate substantial improvement with regard to the overall accuracy and the cardinality of the calibration data set. Also, using MNN in a soft/fuzzy classification framework demonstrated to be a very useful tool in order to derive critical areas that need some further attention and investment concerning additional calibration data.

  16. Analytic nearest neighbour model for FCC metals

    International Nuclear Information System (INIS)

    Idiodi, J.O.A.; Garba, E.J.D.; Akinlade, O.

    1991-06-01

    A recently proposed analytic nearest-neighbour model for fcc metals is criticised and two alternative nearest-neighbour models derived from the separable potential method (SPM) are recommended. Results for copper and aluminium illustrate the utility of the recommended models. (author). 20 refs, 5 tabs

  17. A neighbourly collaboration

    CERN Multimedia

    Corinne Pralavorio

    2014-01-01

    CERN and its host territories in France have created a new partnership aimed at reinforcing and making permanent numerous projects for the people who live in the region.   Over the last four years, CERN has developed a number of initiatives with its partners in Geneva and neighbouring France. To formalise and improve the structure of this collaboration, CERN, the French government, the Conseil général de l’Ain and the Communauté de communes du Pays de Gex have recently formed a quadripartite partnership. The CERN Director-General has been appointed Chair of the committee leading the partnership for this year. “Due to its geographical location, activities and aims, CERN has always placed great emphasis on dialogue with its neighbours,” explains Friedemann Eder, Head of the Relations with the Host States Service.  “The current Director-General wanted to boost dialogue and collaboration – an aim that the auth...

  18. QuickJoin—Fast Neighbour-Joining Tree Reconstruction

    DEFF Research Database (Denmark)

    Mailund; Pedersen, Christian N. Storm

    2004-01-01

    We have built a tool for fast construction of very large phylogenetic trees. The tool uses heuristics for speeding up the neighbour-joining algorithm—while still constructing the same tree as the original neighbour-joining algorithm—making it possible to construct trees for ~8000 species in less...

  19. KNN BASED CLASSIFICATION OF DIGITAL MODULATED SIGNALS

    Directory of Open Access Journals (Sweden)

    Sajjad Ahmed Ghauri

    2016-11-01

    Full Text Available Demodulation process without the knowledge of modulation scheme requires Automatic Modulation Classification (AMC. When receiver has limited information about received signal then AMC become essential process. AMC finds important place in the field many civil and military fields such as modern electronic warfare, interfering source recognition, frequency management, link adaptation etc. In this paper we explore the use of K-nearest neighbor (KNN for modulation classification with different distance measurement methods. Five modulation schemes are used for classification purpose which is Binary Phase Shift Keying (BPSK, Quadrature Phase Shift Keying (QPSK, Quadrature Amplitude Modulation (QAM, 16-QAM and 64-QAM. Higher order cummulants (HOC are used as an input feature set to the classifier. Simulation results shows that proposed classification method provides better results for the considered modulation formats.

  20. Mapping ionospheric observations using combined techniques for Europe region

    Science.gov (United States)

    Tomasik, Lukasz; Gulyaeva, Tamara; Stanislawska, Iwona; Swiatek, Anna; Pozoga, Mariusz; Dziak-Jankowska, Beata

    An k nearest neighbours algorithm (KNN) was used for filling the gaps of the missing F2-layer critical frequency is proposed and applied. This method uses TEC data calculated from EGNOS Vertical Delay Estimate (VDE ≈0.78 TECU) and several GNSS stations and its spatial correlation whit data from selected ionosondes. For mapping purposes two-dimensional similarity function in KNN method was proposed.

  1. Optical and Piezoelectric Study of KNN Solid Solutions Co-Doped with La-Mn and Eu-Fe

    Directory of Open Access Journals (Sweden)

    Jesús-Alejandro Peña-Jiménez

    2016-09-01

    Full Text Available The solid-state method was used to synthesize single phase potassium-sodium niobate (KNN co-doped with the La3+–Mn4+ and Eu3+–Fe3+ ion pairs. Structural determination of all studied solid solutions was accomplished by XRD and Rietveld refinement method. Electron paramagnetic resonance (EPR studies were performed to determine the oxidation state of paramagnetic centers. Optical spectroscopy measurements, excitation, emission and decay lifetime were carried out for each solid solution. The present study reveals that doping KNN with La3+–Mn4+ and Eu3+–Fe3+ at concentrations of 0.5 mol % and 1 mol %, respectively, improves the ferroelectric and piezoelectric behavior and induce the generation of optical properties in the material for potential applications.

  2. STUDY COMPARISON OF SVM-, K-NN- AND BACKPROPAGATION-BASED CLASSIFIER FOR IMAGE RETRIEVAL

    Directory of Open Access Journals (Sweden)

    Muhammad Athoillah

    2015-03-01

    Full Text Available Classification is a method for compiling data systematically according to the rules that have been set previously. In recent years classification method has been proven to help many people’s work, such as image classification, medical biology, traffic light, text classification etc. There are many methods to solve classification problem. This variation method makes the researchers find it difficult to determine which method is best for a problem. This framework is aimed to compare the ability of classification methods, such as Support Vector Machine (SVM, K-Nearest Neighbor (K-NN, and Backpropagation, especially in study cases of image retrieval with five category of image dataset. The result shows that K-NN has the best average result in accuracy with 82%. It is also the fastest in average computation time with 17,99 second during retrieve session for all categories class. The Backpropagation, however, is the slowest among three of them. In average it needed 883 second for training session and 41,7 second for retrieve session.

  3. Synergetic interaction between neighbouring platinum monomers in CO2 hydrogenation

    Science.gov (United States)

    Li, Hongliang; Wang, Liangbing; Dai, Yizhou; Pu, Zhengtian; Lao, Zhuohan; Chen, Yawei; Wang, Menglin; Zheng, Xusheng; Zhu, Junfa; Zhang, Wenhua; Si, Rui; Ma, Chao; Zeng, Jie

    2018-05-01

    Exploring the interaction between two neighbouring monomers has great potential to significantly raise the performance and deepen the mechanistic understanding of heterogeneous catalysis. Herein, we demonstrate that the synergetic interaction between neighbouring Pt monomers on MoS2 greatly enhanced the CO2 hydrogenation catalytic activity and reduced the activation energy relative to isolated monomers. Neighbouring Pt monomers were achieved by increasing the Pt mass loading up to 7.5% while maintaining the atomic dispersion of Pt. Mechanistic studies reveal that neighbouring Pt monomers not only worked in synergy to vary the reaction barrier, but also underwent distinct reaction paths compared with isolated monomers. Isolated Pt monomers favour the conversion of CO2 into methanol without the formation of formic acid, whereas CO2 is hydrogenated stepwise into formic acid and methanol for neighbouring Pt monomers. The discovery of the synergetic interaction between neighbouring monomers may create a new path for manipulating catalytic properties.

  4. Effects of doping on ferroelectric properties and leakage current behavior of KNN-LT-LS thin films on SrTiO3 substrate

    Science.gov (United States)

    Abazari, M.; Safari, A.

    2009-05-01

    We report the effects of Ba, Ti, and Mn dopants on ferroelectric polarization and leakage current of (K0.44Na0.52Li0.04)(Nb0.84Ta0.1Sb0.06)O3 (KNN-LT-LS) thin films deposited by pulsed laser deposition. It is shown that donor dopants such as Ba2+, which increased the resistivity in bulk KNN-LT-LS, had an opposite effect in the thin film. Ti4+ as an acceptor B-site dopant reduces the leakage current by an order of magnitude, while the polarization values showed a slight degradation. Mn4+, however, was found to effectively suppress the leakage current by over two orders of magnitude while enhancing the polarization, with 15 and 23 μC/cm2 remanent and saturated polarization, whose values are ˜70% and 82% of the reported values for bulk composition. This phenomenon has been associated with the dual effect of Mn4+ in KNN-LT-LS thin film, by substituting both A- and B-site cations. A detailed description on how each dopant affects the concentrations of vacancies in the lattice is presented. Mn-doped KNN-LT-LS thin films are shown to be a promising candidate for lead-free thin films and applications.

  5. Energy corridors European Union and Neighbouring countries

    International Nuclear Information System (INIS)

    Van Oostvoorn, F.; Hafner, Manfred; Vailati, Ricardo; Wietschel, Martin

    2007-08-01

    The ENCOURAGED (Energy corridor optimisation for European markets of gas, electricity and hydrogen) project has been launched in beginning 2005 to identify and assess the economically optimal energy corridors between European Union (EU) and neighbouring countries. The objectives of the project are to: Assess the economic optimal energy (electricity, gas and hydrogen) corridors and related network infrastructure for connecting the EU with its neighbouring countries and regions; Identify, quantify and evaluate the barriers to and potential benefits of building optimal energy corridors connecting the EU with its neighbours; Propose necessary policy measures to implement the recommended energy corridors with a focus on investment and the geopolitical framework; Organise stakeholder workshops and seminars to discuss the results and findings and reach consensus among scientists, stakeholders and non-governmental organizations and validate project results

  6. Inference of Large Phylogenies Using Neighbour-Joining

    DEFF Research Database (Denmark)

    Simonsen, Martin; Mailund, Thomas; Pedersen, Christian Nørgaard Storm

    2011-01-01

    The neighbour-joining method is a widely used method for phylogenetic reconstruction which scales to thousands of taxa. However, advances in sequencing technology have made data sets with more than 10,000 related taxa widely available. Inference of such large phylogenies takes hours or days using...... the Neighbour-Joining method on a normal desktop computer because of the O(n^3) running time. RapidNJ is a search heuristic which reduce the running time of the Neighbour-Joining method significantly but at the cost of an increased memory consumption making inference of large phylogenies infeasible. We present...... two extensions for RapidNJ which reduce the memory requirements and \\makebox{allows} phylogenies with more than 50,000 taxa to be inferred efficiently on a desktop computer. Furthermore, an improved version of the search heuristic is presented which reduces the running time of RapidNJ on many data...

  7. Celebrating with our neighbours

    CERN Multimedia

    2014-01-01

    CERN’s 60th anniversary is all about celebrating 60 years of science for peace with people who matter to us. High on that list are our neighbours, and that’s why we’ve devoted two days just for them on 24 and 25 May. There will also be a special day of visits to CMS for local schools, and we’ll be taking part in the celebrations for the 200th anniversary of Geneva’s entry to the Swiss Confederation.   It is without doubt that over our 60 years, CERN has had a significant impact on the region. We are a vital part of international Geneva, our economic impact on the region is significant, and our people are involved in all walks of life in the French and Swiss communities where they live. Over recent years, we have stepped up our efforts to engage more strongly with our neighbours, and share with them the passion and excitement of our research. Our Open Days were originally conceived for the local community. Since 2009, we have invited represent...

  8. Evaluation of normalization methods for cDNA microarray data by k-NN classification

    Energy Technology Data Exchange (ETDEWEB)

    Wu, Wei; Xing, Eric P; Myers, Connie; Mian, Saira; Bissell, Mina J

    2004-12-17

    Non-biological factors give rise to unwanted variations in cDNA microarray data. There are many normalization methods designed to remove such variations. However, to date there have been few published systematic evaluations of these techniques for removing variations arising from dye biases in the context of downstream, higher-order analytical tasks such as classification. Ten location normalization methods that adjust spatial- and/or intensity-dependent dye biases, and three scale methods that adjust scale differences were applied, individually and in combination, to five distinct, published, cancer biology-related cDNA microarray data sets. Leave-one-out cross-validation (LOOCV) classification error was employed as the quantitative end-point for assessing the effectiveness of a normalization method. In particular, a known classifier, k-nearest neighbor (k-NN), was estimated from data normalized using a given technique, and the LOOCV error rate of the ensuing model was computed. We found that k-NN classifiers are sensitive to dye biases in the data. Using NONRM and GMEDIAN as baseline methods, our results show that single-bias-removal techniques which remove either spatial-dependent dye bias (referred later as spatial effect) or intensity-dependent dye bias (referred later as intensity effect) moderately reduce LOOCV classification errors; whereas double-bias-removal techniques which remove both spatial- and intensity effect reduce LOOCV classification errors even further. Of the 41 different strategies examined, three two-step processes, IGLOESS-SLFILTERW7, ISTSPLINE-SLLOESS and IGLOESS-SLLOESS, all of which removed intensity effect globally and spatial effect locally, appear to reduce LOOCV classification errors most consistently and effectively across all data sets. We also found that the investigated scale normalization methods do not reduce LOOCV classification error. Using LOOCV error of k-NNs as the evaluation criterion, three double

  9. Comparative Study on KNN and SVM Based Weather Classification Models for Day Ahead Short Term Solar PV Power Forecasting

    Directory of Open Access Journals (Sweden)

    Fei Wang

    2017-12-01

    Full Text Available Accurate solar photovoltaic (PV power forecasting is an essential tool for mitigating the negative effects caused by the uncertainty of PV output power in systems with high penetration levels of solar PV generation. Weather classification based modeling is an effective way to increase the accuracy of day-ahead short-term (DAST solar PV power forecasting because PV output power is strongly dependent on the specific weather conditions in a given time period. However, the accuracy of daily weather classification relies on both the applied classifiers and the training data. This paper aims to reveal how these two factors impact the classification performance and to delineate the relation between classification accuracy and sample dataset scale. Two commonly used classification methods, K-nearest neighbors (KNN and support vector machines (SVM are applied to classify the daily local weather types for DAST solar PV power forecasting using the operation data from a grid-connected PV plant in Hohhot, Inner Mongolia, China. We assessed the performance of SVM and KNN approaches, and then investigated the influences of sample scale, the number of categories, and the data distribution in different categories on the daily weather classification results. The simulation results illustrate that SVM performs well with small sample scale, while KNN is more sensitive to the length of the training dataset and can achieve higher accuracy than SVM with sufficient samples.

  10. Neighbour Programme: The Mixture of Southeast Asian Visual Culture

    Directory of Open Access Journals (Sweden)

    Hanny Wijaya

    2014-10-01

    Full Text Available Neighbour Programme was initiated in 2010 by three institutions from Southeast Asia: Singapore, Malaysia, and Thailand; then Indonesia joined them a year later in 2011. These institutions, which specialise in art and design, decided to develop a project about cultural exchange that aimed to reconnect art and design in the form of a dialogue and research as practice. This project also intended to include forming mutual networks to organise exchange programmes, creating cultural collisions within this mixture. Based on thought that Southeast Asia’s countries have the same root of art, culture and heritage, Neighbour focused on searching a different topic each year that could be explored and developed into knowledge and understanding for both students and lecturers, and hopefully to publics about their own visual culture. Neighbour has running since 2010 and still developing until present. This project has used different methods, such as Constructivist Learning that gave new perspective of gaining knowledge; and hopefully Neighbour will keep trying to find a new method to engage art, design, and culture with publics internationally. 

  11. Energy and economic development in Lithuania and neighbouring countries

    International Nuclear Information System (INIS)

    Jankauskas, V.; Shtremeikiene, D.

    1995-01-01

    In Lithuania as also in neighbouring countries (Poland, Latvia, Belarus, Russia) economic reforms are going on. All these countries, better or worse, slower or quicker, are restructuring their economies from centrally planned into market based ones. The neighbouring countries also are the main Lithuania's trading partners, and Russia is a sole supplier of crude oil and natural gas. This article deals with the analysis of the latest economic development in Lithuania and in neighbouring countries, as well as with it impact on the development of the Lithuanian energy sector. The analysis is based on the statistical data of the last few years and on some projections of future development. (author). 12 refs., 7 tabs., 21 figs

  12. Fingerprint prediction using classifier ensembles

    CSIR Research Space (South Africa)

    Molale, P

    2011-11-01

    Full Text Available ); logistic discrimination (LgD), k-nearest neighbour (k-NN), artificial neural network (ANN), association rules (AR) decision tree (DT), naive Bayes classifier (NBC) and the support vector machine (SVM). The performance of several multiple classifier systems...

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

  14. Neighbours of our galaxy

    International Nuclear Information System (INIS)

    Wielebinski, R.

    1982-01-01

    Large telescope and radio-astronomy bring remote regions of the universe into view. Radio waves are emitted by all celestial objects. Precise examination of our own galaxy, the Milky Way, is useful for investigating more remote objects. Some of the remote galaxies are noteworthy, because they emit up to 1,000 times more radio waves than their neighbours. Centaurus A is an example of such an active galaxy. (orig.)

  15. Neighbour tolerance, not suppression, provides competitive advantage to non-native plants.

    Science.gov (United States)

    Golivets, Marina; Wallin, Kimberly F

    2018-05-01

    High competitive ability has often been invoked as a key determinant of invasion success and ecological impacts of non-native plants. Yet our understanding of the strategies that non-natives use to gain competitive dominance remains limited. Particularly, it remains unknown whether the two non-mutually exclusive competitive strategies, neighbour suppression and neighbour tolerance, are equally important for the competitive advantage of non-native plants. Here, we analyse data from 192 peer-reviewed studies on pairwise plant competition within a Bayesian multilevel meta-analytic framework and show that non-native plants outperform their native counterparts due to high tolerance of competition, as opposed to strong suppressive ability. Competitive tolerance ability of non-native plants was driven by neighbour's origin and was expressed in response to a heterospecific native but not heterospecific non-native neighbour. In contrast to natives, non-native species were not more suppressed by hetero- vs. conspecific neighbours, which was partially due to higher intensity of intraspecific competition among non-natives. Heterogeneity in the data was primarily associated with methodological differences among studies and not with phylogenetic relatedness among species. Altogether, our synthesis demonstrates that non-native plants are competitively distinct from native plants and challenges the common notion that neighbour suppression is the primary strategy for plant invasion success. © 2018 John Wiley & Sons Ltd/CNRS.

  16. One input-class and two input-class classifications for differentiating olive oil from other edible vegetable oils by use of the normal-phase liquid chromatography fingerprint of the methyl-transesterified fraction.

    Science.gov (United States)

    Jiménez-Carvelo, Ana M; Pérez-Castaño, Estefanía; González-Casado, Antonio; Cuadros-Rodríguez, Luis

    2017-04-15

    A new method for differentiation of olive oil (independently of the quality category) from other vegetable oils (canola, safflower, corn, peanut, seeds, grapeseed, palm, linseed, sesame and soybean) has been developed. The analytical procedure for chromatographic fingerprinting of the methyl-transesterified fraction of each vegetable oil, using normal-phase liquid chromatography, is described and the chemometric strategies applied and discussed. Some chemometric methods, such as k-nearest neighbours (kNN), partial least squared-discriminant analysis (PLS-DA), support vector machine classification analysis (SVM-C), and soft independent modelling of class analogies (SIMCA), were applied to build classification models. Performance of the classification was evaluated and ranked using several classification quality metrics. The discriminant analysis, based on the use of one input-class, (plus a dummy class) was applied for the first time in this study. Copyright © 2016 Elsevier Ltd. All rights reserved.

  17. The command to love the neighbour in Paul and the Synoptics

    Directory of Open Access Journals (Sweden)

    Heinz A. Hiestermann

    2016-03-01

    Full Text Available When sayings of Jesus are compared between the Pauline letters and the Synoptic Gospels in an attempt to locate parallels, Galatians 5:14 and Romans 13:8�10 have frequently been put forward as possible parallels to the Synoptic renditions of the great commandment of Mark 12:28�34 (Mt 22:34�40; Lk 10:25�28. These Pauline and Synoptic texts all contain the command to love the neighbour, but the Synoptic texts have added the command to love God to the command to love the neighbour. Paul never quoted the great commandment. Consequently, a relationship between the verses is normally rejected. However, not all possibilities have been explored. In the search for parallels between Pauline and Synoptic Jesus traditions it has been overlooked that Paul and Matthew render the command to love the neighbour more than once. Matthew delivers the command to love the neighbour three times. Only once he has connected it to the command to love God. Matthew renders the single command to love the neighbour twice, resembling the Pauline use of the command. Using the criteria for validating parallels between Pauline and Synoptic Jesus traditions, including verbal agreement and the unique use of the command to love the neighbour by Paul and Matthew, it is argued that a connection between Romans 13:9 and Matthew 19:18�19 is likely.Intradisciplinary and/or interdisciplinary implications: The research explores the use of Leviticus 19:18b by the New Testament authors. It is argued that the command to love the neighbour was given high prominence in the early church, as it was used by the Synoptic authors and by Paul to summarise Jesus� ethical teachings.

  18. Context-dependent responses to neighbours and strangers in wild European rabbits (Oryctolagus cuniculus).

    Science.gov (United States)

    Monclús, Raquel; Saavedra, Irene; de Miguel, Javier

    2014-07-01

    Territorial animals defend their territories against intruders. The level of aggression directed to intruders depends on the familiarity and/or the relative threat they pose, and it could be modified by the context of the interaction. We explored in a wild social mammal, the European rabbit (Oryctolagus cuniculus), whether residents responded more aggressively to strangers or to neighbours (dear enemy or nasty neighbour effects, respectively). We simulated the intrusion of neighbours or strangers in different parts of the territory of wild European rabbits in a suburban area in central Spain. For that, we placed faecal pellets of neighbouring or stranger rabbits in the territory of 5 rabbit colonies. Resident rabbits counter-marked preferably the odour stations with stranger odour, compared to the ones with neighbour odour, and they did not make a difference between neighbour and a non-odour control stimuli. The results suggest that rabbits show a dear enemy effect. However, repeated intrusions escalated the responses of rabbits towards neighbours. The location within the territory or the sex of the stranger did not affect the level of response. We conclude that in rabbits the relative threat posed by the intruder triggers the intensity of the interaction. Copyright © 2014 Elsevier B.V. All rights reserved.

  19. A New Method to Improve the Electrical Properties of KNN-based Ceramics: Tailoring Phase Fraction

    KAUST Repository

    Lv, Xiang; Wu, Jiagang; Zhu, Jianguo; Xiao, Dingquan; Zhang, Xixiang

    2017-01-01

    Although both the phase type and fraction of multi-phase coexistence can affect the electrical properties of (K,Na)NbO3 (KNN)-based ceramics, effects of phase fraction on their electrical properties were few concerned. In this work, through changing the calcination temperature of CaZrO3 powders, we successfully developed the 0.96K0.5Na0.5Nb0.96Sb0.04O3-0.01CaZrO3-0.03Bi0.5Na0.5HfO3 ceramics containing a wide rhombohedral-tetragonal (R-T) phase coexistence with the variations of T (or R) phase fractions. It was found that higher T phase fraction can warrant a larger piezoelectric constant (d33) and d33 also showed a linear variation with respect to tetragonality ratio (c/a). More importantly, a number of domain patterns were observed due to high T phase fraction and large c/a ratio, greatly benefiting the piezoelectricity. In addition, the improved ferroelectric fatigue behavior and thermal stability were also shown in the ceramics containing high T phase fraction. Therefore, this work can bring a new viewpoint into the physical mechanism of KNN-based ceramics behind R-T phase coexistence.

  20. A New Method to Improve the Electrical Properties of KNN-based Ceramics: Tailoring Phase Fraction

    KAUST Repository

    Lv, Xiang

    2017-08-18

    Although both the phase type and fraction of multi-phase coexistence can affect the electrical properties of (K,Na)NbO3 (KNN)-based ceramics, effects of phase fraction on their electrical properties were few concerned. In this work, through changing the calcination temperature of CaZrO3 powders, we successfully developed the 0.96K0.5Na0.5Nb0.96Sb0.04O3-0.01CaZrO3-0.03Bi0.5Na0.5HfO3 ceramics containing a wide rhombohedral-tetragonal (R-T) phase coexistence with the variations of T (or R) phase fractions. It was found that higher T phase fraction can warrant a larger piezoelectric constant (d33) and d33 also showed a linear variation with respect to tetragonality ratio (c/a). More importantly, a number of domain patterns were observed due to high T phase fraction and large c/a ratio, greatly benefiting the piezoelectricity. In addition, the improved ferroelectric fatigue behavior and thermal stability were also shown in the ceramics containing high T phase fraction. Therefore, this work can bring a new viewpoint into the physical mechanism of KNN-based ceramics behind R-T phase coexistence.

  1. Predicting the academic success of architecture students by pre-enrolment requirement: using machine-learning techniques

    Directory of Open Access Journals (Sweden)

    Ralph Olusola Aluko

    2016-12-01

    Full Text Available In recent years, there has been an increase in the number of applicants seeking admission into architecture programmes. As expected, prior academic performance (also referred to as pre-enrolment requirement is a major factor considered during the process of selecting applicants. In the present study, machine learning models were used to predict academic success of architecture students based on information provided in prior academic performance. Two modeling techniques, namely K-nearest neighbour (k-NN and linear discriminant analysis were applied in the study. It was found that K-nearest neighbour (k-NN outperforms the linear discriminant analysis model in terms of accuracy. In addition, grades obtained in mathematics (at ordinary level examinations had a significant impact on the academic success of undergraduate architecture students. This paper makes a modest contribution to the ongoing discussion on the relationship between prior academic performance and academic success of undergraduate students by evaluating this proposition. One of the issues that emerges from these findings is that prior academic performance can be used as a predictor of academic success in undergraduate architecture programmes. Overall, the developed k-NN model can serve as a valuable tool during the process of selecting new intakes into undergraduate architecture programmes in Nigeria.

  2. The nasty neighbour in the striped mouse (Rhabdomys pumilio steals paternity and elicits aggression

    Directory of Open Access Journals (Sweden)

    Schneider Carola

    2010-06-01

    Full Text Available Abstract Background Territoriality functions to monopolize access to resources including mates, but is costly in terms of energy and time investment. Some species reduce these costs by being less aggressive towards their neighbours than towards unfamiliar strangers, the so called dear enemy phenomenon. However, in other species individuals are more, not less aggressive towards their neighbours. It has been hypothesised that this is due to the fact that neighbours can impose a greater threat than strangers, but this has not been tested previously. Results We tested aggression in wild group-living male striped mice in a neutral test arena and demonstrate that breeders are more aggressive than non-breeding philopatrics, and that more aggression occurs during the breeding than during the non-breeding season. Male breeders were significantly more aggressive towards their neighbours than towards strangers, leading to the prediction that neighbours are the most important competitors for paternity. Using a molecular parentage analysis we show that 28% of offspring are sired by neighbouring males and only 7% by strangers. Conclusions We conclude that in male striped mice the main function of male aggression is defending paternity against their territorial neighbours.

  3. The nasty neighbour in the striped mouse (Rhabdomys pumilio) steals paternity and elicits aggression.

    Science.gov (United States)

    Schradin, Carsten; Schneider, Carola; Lindholm, Anna K

    2010-06-23

    Territoriality functions to monopolize access to resources including mates, but is costly in terms of energy and time investment. Some species reduce these costs by being less aggressive towards their neighbours than towards unfamiliar strangers, the so called dear enemy phenomenon. However, in other species individuals are more, not less aggressive towards their neighbours. It has been hypothesised that this is due to the fact that neighbours can impose a greater threat than strangers, but this has not been tested previously. We tested aggression in wild group-living male striped mice in a neutral test arena and demonstrate that breeders are more aggressive than non-breeding philopatrics, and that more aggression occurs during the breeding than during the non-breeding season. Male breeders were significantly more aggressive towards their neighbours than towards strangers, leading to the prediction that neighbours are the most important competitors for paternity. Using a molecular parentage analysis we show that 28% of offspring are sired by neighbouring males and only 7% by strangers. We conclude that in male striped mice the main function of male aggression is defending paternity against their territorial neighbours.

  4. Optimization of internet content filtering-Combined with KNN and OCAT algorithms

    Science.gov (United States)

    Guo, Tianze; Wu, Lingjing; Liu, Jiaming

    2018-04-01

    The face of the status quo that rampant illegal content in the Internet, the result of traditional way to filter information, keyword recognition and manual screening, is getting worse. Based on this, this paper uses OCAT algorithm nested by KNN classification algorithm to construct a corpus training library that can dynamically learn and update, which can be improved on the filter corpus for constantly updated illegal content of the network, including text and pictures, and thus can better filter and investigate illegal content and its source. After that, the research direction will focus on the simplified updating of recognition and comparison algorithms and the optimization of the corpus learning ability in order to improve the efficiency of filtering, save time and resources.

  5. Missing portion sizes in FFQ

    DEFF Research Database (Denmark)

    Køster-Rasmussen, Rasmus; Siersma, Volkert Dirk; Halldorson, Thorhallur I.

    2015-01-01

    -nearest neighbours (KNN) were compared with a reference based on self-reported portion sizes (quantified by a photographic food atlas embedded in the FFQ). Setting: The Danish Health Examination Survey 2007–2008. Subjects: The study included 3728 adults with complete portion size data. Results: Compared...

  6. On the Nucleolus of Neighbour Games

    NARCIS (Netherlands)

    Hamers, H.J.M.; Klijn, F.; Solymosi, T.; Tijs, S.H.; Vermeulen, D.

    1999-01-01

    The class of neighbour games is the intersection of the class of assignment games (cf. Shapley and Shubik (1972)) and the class of component additive games (cf. Curiel et al. (1994)). For assignment games and component additive games there exist polynomially bounded algorithms of order p4 for

  7. Vocal neighbour-mate discrimination in female great tits despite high song similarity

    DEFF Research Database (Denmark)

    Blumenrath, Sandra H.; Dabelsteen, Torben; Pedersen, Simon Boel

    2007-01-01

    Discrimination between conspecifics is important in mediating social interactions between several individuals in a network environment. In great tits, Parus major, females readily distinguish between the songs of their mate and those of a stranger. The high degree of song sharing among neighbouring...... males, however, raises the question of whether females are also able to perceive differences between songs shared by their mate and a neighbour. The great tit is a socially monogamous, hole-nesting species with biparental care. Pair bond maintenance and coordination of the pair's reproductive efforts...... are important, and the female's ability to recognize her mate's song should therefore be adaptive. In a neighbour-mate discrimination playback experiment, we presented 13 incubating great tit females situated inside nestboxes with a song of their mate and the same song type from a neighbour. Each female...

  8. Fractal dimension to classify the heart sound recordings with KNN and fuzzy c-mean clustering methods

    Science.gov (United States)

    Juniati, D.; Khotimah, C.; Wardani, D. E. K.; Budayasa, K.

    2018-01-01

    The heart abnormalities can be detected from heart sound. A heart sound can be heard directly with a stethoscope or indirectly by a phonocardiograph, a machine of the heart sound recording. This paper presents the implementation of fractal dimension theory to make a classification of phonocardiograms into a normal heart sound, a murmur, or an extrasystole. The main algorithm used to calculate the fractal dimension was Higuchi’s Algorithm. There were two steps to make a classification of phonocardiograms, feature extraction, and classification. For feature extraction, we used Discrete Wavelet Transform to decompose the signal of heart sound into several sub-bands depending on the selected level. After the decomposition process, the signal was processed using Fast Fourier Transform (FFT) to determine the spectral frequency. The fractal dimension of the FFT output was calculated using Higuchi Algorithm. The classification of fractal dimension of all phonocardiograms was done with KNN and Fuzzy c-mean clustering methods. Based on the research results, the best accuracy obtained was 86.17%, the feature extraction by DWT decomposition level 3 with the value of kmax 50, using 5-fold cross validation and the number of neighbors was 5 at K-NN algorithm. Meanwhile, for fuzzy c-mean clustering, the accuracy was 78.56%.

  9. An autonomously electrically self-healing liquid metal-elastomer composite for robust soft-matter robotics and electronics.

    Science.gov (United States)

    Markvicka, Eric J; Bartlett, Michael D; Huang, Xiaonan; Majidi, Carmel

    2018-07-01

    Large-area stretchable electronics are critical for progress in wearable computing, soft robotics and inflatable structures. Recent efforts have focused on engineering electronics from soft materials-elastomers, polyelectrolyte gels and liquid metal. While these materials enable elastic compliance and deformability, they are vulnerable to tearing, puncture and other mechanical damage modes that cause electrical failure. Here, we introduce a material architecture for soft and highly deformable circuit interconnects that are electromechanically stable under typical loading conditions, while exhibiting uncompromising resilience to mechanical damage. The material is composed of liquid metal droplets suspended in a soft elastomer; when damaged, the droplets rupture to form new connections with neighbours and re-route electrical signals without interruption. Since self-healing occurs spontaneously, these materials do not require manual repair or external heat. We demonstrate this unprecedented electronic robustness in a self-repairing digital counter and self-healing soft robotic quadruped that continue to function after significant damage.

  10. Visualization of Magnetic Flux Distribution at Soft Magnetic Composite(Special Issue to the Asia-Pacific Symposium on Applied Electromagnetics and Mechanics (APSAEM06))

    OpenAIRE

    Z. W., Lin; J. G., Zhu; Y. G., Guo; J. J., Zhong; W. Y., Yu; Centre for Electrical Machines and Power Electronics, Faculty of Engineering, University of Technology; Centre for Electrical Machines and Power Electronics, Faculty of Engineering, University of Technology; Centre for Electrical Machines and Power Electronics, Faculty of Engineering, University of Technology; Centre for Electrical Machines and Power Electronics, Faculty of Engineering, University of Technology; Baosteel Group Shanghai Iron and Steel Research Institute

    2007-01-01

    Soft magnetic composite (SMC), as one of soft magnetic materials, is being used increasingly in electromagnetic devices due to its magnetic isotropy, high electrical resistivity and easy formation. This paper presents the magnetic field distribution at the compressing surface of SMC by means of magneto-optical imaging technique. It is found that the flux density is non-uniform inside the sample, even within one particle region. Although there are interactions between neighbouring particles, t...

  11. Self-Organization in Aggregating Robot Swarms: A DW-KNN Topological Approach

    KAUST Repository

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

    2018-01-01

    Hydrodynamic (SPH) interpolation approach, which is used to evaluate the robot density in the swarm, is applied as the key factor for identifying the K-nearest neighbours taken into account when aggregating the robots. The intra virtual physical connectivity

  12. Segmenting Multiple Sclerosis Lesions using a Spatially Constrained K-Nearest Neighbour approach

    DEFF Research Database (Denmark)

    Lyksborg, Mark; Larsen, Rasmus; Sørensen, Per Soelberg

    2012-01-01

    We propose a method for the segmentation of Multiple Sclerosis lesions. The method is based on probability maps derived from a K-Nearest Neighbours classication. These are used as a non parametric likelihood in a Bayesian formulation with a prior that assumes connectivity of neighbouring voxels. ...

  13. PERBANDINGAN K-NEAREST NEIGHBOR DAN NAIVE BAYES UNTUK KLASIFIKASI TANAH LAYAK TANAM POHON JATI

    Directory of Open Access Journals (Sweden)

    Didik Srianto

    2016-10-01

    Full Text Available Data mining adalah proses menganalisa data dari perspektif yang berbeda dan menyimpulkannya menjadi informasi-informasi penting yang dapat dipakai untuk meningkatkan keuntungan, memperkecil biaya pengeluaran, atau bahkan keduanya. Secara teknis, data mining dapat disebut sebagai proses untuk menemukan korelasi atau pola dari ratusan atau ribuan field dari sebuah relasional database yang besar. Pada perum perhutani KPH SEMARANG saat ini masih menggunakan cara manual untuk menentukan jenis tanaman (jati / non jati. K-Nearest Neighbour atau k-NN merupakan algoritma data mining yang dapat digunakan untuk proses klasifikasi dan regresi. Naive bayes Classifier merupakan suatu teknik yang dapat digunakan untuk teknik klasifikasi. Pada penelitian ini k-NN dan Naive Bayes akan digunakan untuk mengklasifikasi data pohon jati dari perum perhutani KPH SEMARANG. Yang mana hasil klasifikasi dari k-NN dan Naive Bayes akan dibandingkan hasilnya. Pengujian dilakukan menggunakan software RapidMiner. Setelah dilakukan pengujian k-NN dianggap lebih baik dari Naife Bayes dengan akurasi 96.66% dan 82.63. Kata kunci -k-NN,Klasifikasi,Naive Bayes,Penanaman Pohon Jati

  14. Seeds integrate biological information about conspecific and allospecific neighbours.

    Science.gov (United States)

    Yamawo, Akira; Mukai, Hiromi

    2017-06-28

    Numerous organisms integrate information from multiple sources and express adaptive behaviours, but how they do so at different developmental stages remains to be identified. Seeds, which are the embryonic stage of plants, need to make decisions about the timing of emergence in response to environmental cues related to survival. We investigated the timing of emergence of Plantago asiatica (Plantaginaceae) seed while manipulating the presence of Trifolium repens seed and the relatedness of neighbouring P. asiatica seed. The relatedness of neighbouring P. asiatica seed and the presence of seeds of T. repens did not on their own influence the timing of P. asiatica emergence. However, when encountering a T. repens seed, a P. asiatica seed emerged faster in the presence of a sibling seed than in the presence of a non-sibling seed. Water extracts of seeds gave the same result. We show that P. asiatica seeds integrate information about the relatedness of neighbouring P. asiatica seeds and the presence of seeds of a different species via water-soluble chemicals and adjust their emergence behaviour in response. These findings suggest the presence of kin-dependent interspecific interactions. © 2017 The Author(s).

  15. The nasty neighbour in the striped mouse (Rhabdomys pumilio) steals paternity and elicits aggression

    OpenAIRE

    Schradin, C; Schneider, C; Lindholm, A K

    2010-01-01

    Abstract Background Territoriality functions to monopolize access to resources including mates, but is costly in terms of energy and time investment. Some species reduce these costs by being less aggressive towards their neighbours than towards unfamiliar strangers, the so called dear enemy phenomenon. However, in other species individuals are more, not less aggressive towards their neighbours. It has been hypothesised that this is due to the fact that neighbours can impose a greater threat t...

  16. Living outside the fence: Opportunities for neighbouring ...

    African Journals Online (AJOL)

    An evaluation was undertaken to understand opportunities for stimulating local enterprise development within the tourism supply chain, linked to a private game reserve in South Africa, the Sabi Sand Game Reserve, which neighbours the Kruger National Park. The study focussed on understanding the market demand for ...

  17. Epileptic MEG Spike Detection Using Statistical Features and Genetic Programming with KNN

    Directory of Open Access Journals (Sweden)

    Turky N. Alotaiby

    2017-01-01

    Full Text Available Epilepsy is a neurological disorder that affects millions of people worldwide. Monitoring the brain activities and identifying the seizure source which starts with spike detection are important steps for epilepsy treatment. Magnetoencephalography (MEG is an emerging epileptic diagnostic tool with high-density sensors; this makes manual analysis a challenging task due to the vast amount of MEG data. This paper explores the use of eight statistical features and genetic programing (GP with the K-nearest neighbor (KNN for interictal spike detection. The proposed method is comprised of three stages: preprocessing, genetic programming-based feature generation, and classification. The effectiveness of the proposed approach has been evaluated using real MEG data obtained from 28 epileptic patients. It has achieved a 91.75% average sensitivity and 92.99% average specificity.

  18. On the extreme points of the core of neighbour games and assignment games

    NARCIS (Netherlands)

    Hamers, H.J.M.; Klijn, F.; Solymosi, T.; Tijs, S.H.; Pere Villar, J.

    1999-01-01

    Neighbour games arise from certain matching or sequencing situations in which only some specific pairs of players can obtain a positive gain. As a consequence, neighbour games are as well assignment games as line graph restricted games. We will show that the intersection of the class of assignment

  19. Highly textured KNN-based piezoelectric ceramics by conventional sintering

    International Nuclear Information System (INIS)

    Zapata, Angelica Maria Mazuera; Silva Junior, Paulo Sergio da; Zambrano, Michel Venet

    2016-01-01

    Full text: Texturing in ferroelectric ceramics has played an important role in the enhancement of their piezoelectric properties. Common methods for ceramic texturing are hot pressing and template grain ground; nevertheless, the needed facilities to apply hot pressing and the processing of single crystal make the texture of ceramics expensive and very difficult. In this study, a novel method was investigated to obtain highly textured lead-free ceramics. A (K 0.5 Na 0.5 ) 0.97 Li 0. 0 3 Nb 0.8 Ta 0. 2 matrix (KNLNT), with CuO excess was sintered between 1070 and 1110 °C following a solid state reaction procedure. The CuO excess promotes liquid phase formation and a partial melting of the material. XRD patterns showed the intensity of (100) family peaks became much stronger with the increasing of sintering temperature and CuO. In addition, Lotgering factor was calculated and exhibited a texture degree between 40 % and 70 % for sintered samples having 13 and 16 wt. % CuO, respectively. These, highly textured ceramics, with adequate cut, can be used as substitutes single crystals for texturing of KNN-based lead-free ceramics. (author)

  20. Plant clonal integration mediates the horizontal redistribution of soil resources, benefiting neighbouring plants

    Directory of Open Access Journals (Sweden)

    Xuehua eYe

    2016-02-01

    Full Text Available 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 neighbour 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 neighbours. The isotopes [15N] 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 neighbouring A. ordosica, which increased growth of the neighbouring A. ordosica significantly. Therefore, our hypotheses were supported, and plant clonal integration mediated the horizontal hydraulic redistribution of resources, thus benefiting neighbouring 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.

  1. D Nearest Neighbour Search Using a Clustered Hierarchical Tree Structure

    Science.gov (United States)

    Suhaibah, A.; Uznir, U.; Anton, F.; Mioc, D.; Rahman, A. A.

    2016-06-01

    Locating and analysing the location of new stores or outlets is one of the common issues facing retailers and franchisers. This is due to assure that new opening stores are at their strategic location to attract the highest possible number of customers. Spatial information is used to manage, maintain and analyse these store locations. However, since the business of franchising and chain stores in urban areas runs within high rise multi-level buildings, a three-dimensional (3D) method is prominently required in order to locate and identify the surrounding information such as at which level of the franchise unit will be located or is the franchise unit located is at the best level for visibility purposes. One of the common used analyses used for retrieving the surrounding information is Nearest Neighbour (NN) analysis. It uses a point location and identifies the surrounding neighbours. However, with the immense number of urban datasets, the retrieval and analysis of nearest neighbour information and their efficiency will become more complex and crucial. In this paper, we present a technique to retrieve nearest neighbour information in 3D space using a clustered hierarchical tree structure. Based on our findings, the proposed approach substantially showed an improvement of response time analysis compared to existing approaches of spatial access methods in databases. The query performance was tested using a dataset consisting of 500,000 point locations building and franchising unit. The results are presented in this paper. Another advantage of this structure is that it also offers a minimal overlap and coverage among nodes which can reduce repetitive data entry.

  2. Load Balancing Issues with Constructing Phylogenetic Trees using Neighbour-Joining Algorithm

    International Nuclear Information System (INIS)

    Al Mamun, S M

    2012-01-01

    Phylogenetic tree construction is one of the most important and interesting problems in bioinformatics. Constructing an efficient phylogenetic tree has always been a research issue. It needs to consider both the correctness and the speed of the tree construction. In this paper, we implemented the neighbour-joining algorithm, using Message Passing Interface (MPI) for constructing the phylogenetic tree. Performance is efficacious, comparing to the best sequential algorithm. From this paper, it would be clear to the researchers that how load balance can make a great effect for constructing phylogenetic trees using neighbour-joining algorithm.

  3. Time trends in avoidable cancer mortality in Switzerland and neighbouring European countries 1996-2010.

    Science.gov (United States)

    Feller, Anita; Mark, Michael Thomas; Steiner, Annik; Clough-Gorr, Kerri M

    2015-01-01

    What are the trends in avoidable cancer mortality in Switzerland and neighbouring countries? Mortality data and population estimates 1996-2010 were obtained from the Swiss Federal Statistical Office for Switzerland and the World Health Organization Mortality Database (http://www.who.int/healthinfo/mortality_data/en/) for Austria, Germany, France and Italy. Age standardised mortality rates (ASMRs, European standard) per 100 000 person-years were calculated for the population Switzerland and neighbouring countries cancer mortality in persons Switzerland from 16.2 to 20.3 per 100 000 person years, EAPC 2.0 [95% CI 1.4 to 2.6]). Compared with its neighbouring countries, Switzerland showed the lowest rates for all groups of avoidable cancer mortality in males 2008-2010. Overall avoidable cancer mortality decreased, indicating achievements in cancer care and related health policies. However, increasing trends in avoidable cancer mortality through primary prevention for females suggest there is a need in Switzerland and its European neighbouring countries to improve primary prevention.

  4. Comparative Study of Bancruptcy Prediction Models

    Directory of Open Access Journals (Sweden)

    Isye Arieshanti

    2013-09-01

    Full Text Available Early indication of bancruptcy is important for a company. If companies aware of  potency of their bancruptcy, they can take a preventive action to anticipate the bancruptcy. In order to detect the potency of a bancruptcy, a company can utilize a a model of bancruptcy prediction. The prediction model can be built using a machine learning methods. However, the choice of machine learning methods should be performed carefully. Because the suitability of a model depends on the problem specifically. Therefore, in this paper we perform a comparative study of several machine leaning methods for bancruptcy prediction. According to the comparative study, the performance of several models that based on machine learning methods (k-NN, fuzzy k-NN, SVM, Bagging Nearest Neighbour SVM, Multilayer Perceptron(MLP, Hybrid of MLP + Multiple Linear Regression, it can be showed that fuzzy k-NN method achieve the best performance with accuracy 77.5%

  5. Good neighbourly relations or family values?

    DEFF Research Database (Denmark)

    McQuaid, Sara Dybris

    Good neighbourly relations or family values? Assessing British Irish cooperation in a comparative perspective 1990-2010. This paper forms part of a larger comparative study, which charts the past 20 years development of British Irish cooperation and Nordic cooperation. It examines specifically...... associations lies in the legitimacy they derive from a historical narrative of a common social, cultural, economic and political fabric. Importantly, however, the impetus behind the cooperation is constructed from both associative and ascriptive components of collective identity; cooperation is motivated...

  6. Analyzing the defect structure of CuO-doped PZT and KNN piezoelectrics from electron paramagnetic resonance.

    Science.gov (United States)

    Jakes, Peter; Kungl, Hans; Schierholz, Roland; Eichel, Rüdiger-A

    2014-09-01

    The defect structure for copper-doped sodium potassium niobate (KNN) ferroelectrics has been analyzed with respect to its defect structure. In particular, the interplay between the mutually compensating dimeric (Cu(Nb)'''-V(O)··) and trimeric (V(O)··-Cu(Nb)'''-V(O)··)· defect complexes with 180° and non-180° domain walls has been analyzed and compared to the effects from (Cu'' - V(O)··)(x)× dipoles in CuO-doped lead zirconate titanate (PZT). Attempts are made to relate the rearrangement of defect complexes to macroscopic electromechanical properties.

  7. An Indirect Defence Trait Mediated through Egg-Induced Maize Volatiles from Neighbouring Plants.

    Directory of Open Access Journals (Sweden)

    Daniel M Mutyambai

    Full Text Available Attack of plants by herbivorous arthropods may result in considerable changes to the plant's chemical phenotype with respect to emission of herbivore-induced plant volatiles (HIPVs. These HIPVs have been shown to act as repellents to the attacking insects as well as attractants for the insects antagonistic to these herbivores. Plants can also respond to HIPV signals from other plants that warn them of impending attack. Recent investigations have shown that certain maize varieties are able to emit volatiles following stemborer egg deposition. These volatiles attract the herbivore's parasitoids and directly deter further oviposition. However, it was not known whether these oviposition-induced maize (Zea mays, L. volatiles can mediate chemical phenotypic changes in neighbouring unattacked maize plants. Therefore, this study sought to investigate the effect of oviposition-induced maize volatiles on intact neighbouring maize plants in 'Nyamula', a landrace known to respond to oviposition, and a standard commercial hybrid, HB515, that did not. Headspace volatile samples were collected from maize plants exposed to Chilo partellus (Swinhoe (Lepidoptera: Crambidae egg deposition and unoviposited neighbouring plants as well as from control plants kept away from the volatile emitting ones. Behavioural bioassays were carried out in a four-arm olfactometer using egg (Trichogramma bournieri Pintureau & Babault (Hymenoptera: Trichogrammatidae and larval (Cotesia sesamiae Cameron (Hymenoptera: Braconidae parasitoids. Coupled Gas Chromatography-Mass Spectrometry (GC-MS was used for volatile analysis. For the 'Nyamula' landrace, GC-MS analysis revealed HIPV production not only in the oviposited plants but also in neighbouring plants not exposed to insect eggs. Higher amounts of EAG-active biogenic volatiles such as (E-4,8-dimethyl-1,3,7-nonatriene were emitted from these plants compared to control plants. Subsequent behavioural assays with female T. bournieri and

  8. European parliament in Strasbourg more courageous against 'atomic neighbours' than Austrian politicians

    International Nuclear Information System (INIS)

    Stockinger, H.

    1987-01-01

    The author is refering to a notice in the german journal VDI-Nachrichten that the European Parliament claims that nuclear power stations should be put into operation upon agreement of the neighbouring member state up to a distance of 100 km from the border. The presently accepted distance is 30 km only. The author gives a list of claims the Austrian authorities should insist on when negotiating with neighbours operating nuclear power plants, primarily West Germany and Czechoslovakia. 1 fig. (qui)

  9. X-Raying Neighbour Discovery in a Wireless Sensor Network

    African Journals Online (AJOL)

    Shuaibu et al.

    special neighbour discovery scheme is needed instead. This is the fulcrum .... Similarly, network nodes do not usually switch to a special sleep state in Mobile ... in (P. Dutta and. D. Culler, 2008) make a case for scheduling the wake-up times.

  10. Wheat root length and not branching is altered in the presence of neighbours, including blackgrass.

    Directory of Open Access Journals (Sweden)

    Jessica A Finch

    Full Text Available The effect of neighbouring plants on crop root system architecture may directly interfere with water and nutrient acquisition, yet this important and interesting aspect of competition remains poorly understood. Here, the effect of the weed blackgrass (Alopecurus myosuroides Huds. on wheat (Triticum aestivum L. roots was tested, since a low density of this species (25 plants m-2 can lead to a 10% decrease in wheat yield and herbicide resistance is problematic. We used a simplified growth system based on gelled medium, to grow wheat alongside a neighbour, either another wheat plant, a blackgrass or Brachypodium dystachion individual (a model grass. A detailed analysis of wheat seminal root system architecture showed that the presence of a neighbour principally affected the root length, rather than number or diameter under a high nutrient regime. In particular, the length of first order lateral roots decreased significantly in the presence of blackgrass and Brachypodium. However, this effect was not noted when wheat plants were grown in low nutrient conditions. This suggests that wheat may be less sensitive to the presence of blackgrass when grown in low nutrient conditions. In addition, nutrient availability to the neighbour did not modulate the neighbour effect on wheat root architecture.

  11. Wheat root length and not branching is altered in the presence of neighbours, including blackgrass

    Science.gov (United States)

    Finch, Jessica A.; Guillaume, Gaëtan; French, Stephanie A.; Colaço, Renato D. D. R.; Davies, Julia M.

    2017-01-01

    The effect of neighbouring plants on crop root system architecture may directly interfere with water and nutrient acquisition, yet this important and interesting aspect of competition remains poorly understood. Here, the effect of the weed blackgrass (Alopecurus myosuroides Huds.) on wheat (Triticum aestivum L.) roots was tested, since a low density of this species (25 plants m-2) can lead to a 10% decrease in wheat yield and herbicide resistance is problematic. We used a simplified growth system based on gelled medium, to grow wheat alongside a neighbour, either another wheat plant, a blackgrass or Brachypodium dystachion individual (a model grass). A detailed analysis of wheat seminal root system architecture showed that the presence of a neighbour principally affected the root length, rather than number or diameter under a high nutrient regime. In particular, the length of first order lateral roots decreased significantly in the presence of blackgrass and Brachypodium. However, this effect was not noted when wheat plants were grown in low nutrient conditions. This suggests that wheat may be less sensitive to the presence of blackgrass when grown in low nutrient conditions. In addition, nutrient availability to the neighbour did not modulate the neighbour effect on wheat root architecture. PMID:28542446

  12. 3D NEAREST NEIGHBOUR SEARCH USING A CLUSTERED HIERARCHICAL TREE STRUCTURE

    Directory of Open Access Journals (Sweden)

    A. Suhaibah

    2016-06-01

    Full Text Available Locating and analysing the location of new stores or outlets is one of the common issues facing retailers and franchisers. This is due to assure that new opening stores are at their strategic location to attract the highest possible number of customers. Spatial information is used to manage, maintain and analyse these store locations. However, since the business of franchising and chain stores in urban areas runs within high rise multi-level buildings, a three-dimensional (3D method is prominently required in order to locate and identify the surrounding information such as at which level of the franchise unit will be located or is the franchise unit located is at the best level for visibility purposes. One of the common used analyses used for retrieving the surrounding information is Nearest Neighbour (NN analysis. It uses a point location and identifies the surrounding neighbours. However, with the immense number of urban datasets, the retrieval and analysis of nearest neighbour information and their efficiency will become more complex and crucial. In this paper, we present a technique to retrieve nearest neighbour information in 3D space using a clustered hierarchical tree structure. Based on our findings, the proposed approach substantially showed an improvement of response time analysis compared to existing approaches of spatial access methods in databases. The query performance was tested using a dataset consisting of 500,000 point locations building and franchising unit. The results are presented in this paper. Another advantage of this structure is that it also offers a minimal overlap and coverage among nodes which can reduce repetitive data entry.

  13. Predicting persistence in the sediment compartment with a new automatic software based on the k-Nearest Neighbor (k-NN) algorithm.

    Science.gov (United States)

    Manganaro, Alberto; Pizzo, Fabiola; Lombardo, Anna; Pogliaghi, Alberto; Benfenati, Emilio

    2016-02-01

    The ability of a substance to resist degradation and persist in the environment needs to be readily identified in order to protect the environment and human health. Many regulations require the assessment of persistence for substances commonly manufactured and marketed. Besides laboratory-based testing methods, in silico tools may be used to obtain a computational prediction of persistence. We present a new program to develop k-Nearest Neighbor (k-NN) models. The k-NN algorithm is a similarity-based approach that predicts the property of a substance in relation to the experimental data for its most similar compounds. We employed this software to identify persistence in the sediment compartment. Data on half-life (HL) in sediment were obtained from different sources and, after careful data pruning the final dataset, containing 297 organic compounds, was divided into four experimental classes. We developed several models giving satisfactory performances, considering that both the training and test set accuracy ranged between 0.90 and 0.96. We finally selected one model which will be made available in the near future in the freely available software platform VEGA. This model offers a valuable in silico tool that may be really useful for fast and inexpensive screening. Copyright © 2015 Elsevier Ltd. All rights reserved.

  14. X-raying neighbour discovery in a wireless sensor network ...

    African Journals Online (AJOL)

    In most wireless sensor networks, the nodes are often assumed to be stationary. However, network connectivity is subject to changes arising from interference in wireless communication, changes in transmission power or loss of synchronization among neighbouring network nodes. Hence, even after a sensor node is aware ...

  15. Statistical decisions under nonparametric a priori information

    International Nuclear Information System (INIS)

    Chilingaryan, A.A.

    1985-01-01

    The basic module of applied program package for statistical analysis of the ANI experiment data is described. By means of this module tasks of choosing theoretical model most adequately fitting to experimental data, selection of events of definte type, identification of elementary particles are carried out. For mentioned problems solving, the Bayesian rules, one-leave out test and KNN (K Nearest Neighbour) adaptive density estimation are utilized

  16. Classifying genes to the correct Gene Ontology Slim term in Saccharomyces cerevisiae using neighbouring genes with classification learning

    Directory of Open Access Journals (Sweden)

    Tsatsoulis Costas

    2010-05-01

    Full Text Available Abstract Background There is increasing evidence that gene location and surrounding genes influence the functionality of genes in the eukaryotic genome. Knowing the Gene Ontology Slim terms associated with a gene gives us insight into a gene's functionality by informing us how its gene product behaves in a cellular context using three different ontologies: molecular function, biological process, and cellular component. In this study, we analyzed if we could classify a gene in Saccharomyces cerevisiae to its correct Gene Ontology Slim term using information about its location in the genome and information from its nearest-neighbouring genes using classification learning. Results We performed experiments to establish that the MultiBoostAB algorithm using the J48 classifier could correctly classify Gene Ontology Slim terms of a gene given information regarding the gene's location and information from its nearest-neighbouring genes for training. Different neighbourhood sizes were examined to determine how many nearest neighbours should be included around each gene to provide better classification rules. Our results show that by just incorporating neighbour information from each gene's two-nearest neighbours, the percentage of correctly classified genes to their correct Gene Ontology Slim term for each ontology reaches over 80% with high accuracy (reflected in F-measures over 0.80 of the classification rules produced. Conclusions We confirmed that in classifying genes to their correct Gene Ontology Slim term, the inclusion of neighbour information from those genes is beneficial. Knowing the location of a gene and the Gene Ontology Slim information from neighbouring genes gives us insight into that gene's functionality. This benefit is seen by just including information from a gene's two-nearest neighbouring genes.

  17. Non-economic gains of Sri Lanka's FTAs with neighbours

    DEFF Research Database (Denmark)

    Bandara, Jayatilleke S.; Yu, Wusheng

    2012-01-01

    were not explicitly outlined in Sri Lanka's two FTAs with its big rival neighbours (India and Pakistan), the FTAs helped Sri Lanka to successfully execute the war against the LTTE (the Tamil Tigers) by neutralising India on the one hand and gaining military assistance from Pakistan on the other...

  18. Fusing Bluetooth Beacon Data with Wi-Fi Radiomaps for Improved Indoor Localization

    Science.gov (United States)

    Kanaris, Loizos; Kokkinis, Akis; Liotta, Antonio; Stavrou, Stavros

    2017-01-01

    Indoor user localization and tracking are instrumental to a broad range of services and applications in the Internet of Things (IoT) and particularly in Body Sensor Networks (BSN) and Ambient Assisted Living (AAL) scenarios. Due to the widespread availability of IEEE 802.11, many localization platforms have been proposed, based on the Wi-Fi Received Signal Strength (RSS) indicator, using algorithms such as K-Nearest Neighbour (KNN), Maximum A Posteriori (MAP) and Minimum Mean Square Error (MMSE). In this paper, we introduce a hybrid method that combines the simplicity (and low cost) of Bluetooth Low Energy (BLE) and the popular 802.11 infrastructure, to improve the accuracy of indoor localization platforms. Building on KNN, we propose a new positioning algorithm (dubbed i-KNN) which is able to filter the initial fingerprint dataset (i.e., the radiomap), after considering the proximity of RSS fingerprints with respect to the BLE devices. In this way, i-KNN provides an optimised small subset of possible user locations, based on which it finally estimates the user position. The proposed methodology achieves fast positioning estimation due to the utilization of a fragment of the initial fingerprint dataset, while at the same time improves positioning accuracy by minimizing any calculation errors. PMID:28394268

  19. Fusing Bluetooth Beacon Data with Wi-Fi Radiomaps for Improved Indoor Localization.

    Science.gov (United States)

    Kanaris, Loizos; Kokkinis, Akis; Liotta, Antonio; Stavrou, Stavros

    2017-04-10

    Indoor user localization and tracking are instrumental to a broad range of services and applications in the Internet of Things (IoT) and particularly in Body Sensor Networks (BSN) and Ambient Assisted Living (AAL) scenarios. Due to the widespread availability of IEEE 802.11, many localization platforms have been proposed, based on the Wi-Fi Received Signal Strength (RSS) indicator, using algorithms such as K -Nearest Neighbour (KNN), Maximum A Posteriori (MAP) and Minimum Mean Square Error (MMSE). In this paper, we introduce a hybrid method that combines the simplicity (and low cost) of Bluetooth Low Energy (BLE) and the popular 802.11 infrastructure, to improve the accuracy of indoor localization platforms. Building on KNN, we propose a new positioning algorithm (dubbed i-KNN) which is able to filter the initial fingerprint dataset (i.e., the radiomap), after considering the proximity of RSS fingerprints with respect to the BLE devices. In this way, i-KNN provides an optimised small subset of possible user locations, based on which it finally estimates the user position. The proposed methodology achieves fast positioning estimation due to the utilization of a fragment of the initial fingerprint dataset, while at the same time improves positioning accuracy by minimizing any calculation errors.

  20. Fusing Bluetooth Beacon Data with Wi-Fi Radiomaps for Improved Indoor Localization

    Directory of Open Access Journals (Sweden)

    Loizos Kanaris

    2017-04-01

    Full Text Available Indoor user localization and tracking are instrumental to a broad range of services and applications in the Internet of Things (IoT and particularly in Body Sensor Networks (BSN and Ambient Assisted Living (AAL scenarios. Due to the widespread availability of IEEE 802.11, many localization platforms have been proposed, based on the Wi-Fi Received Signal Strength (RSS indicator, using algorithms such as K-Nearest Neighbour (KNN, Maximum A Posteriori (MAP and Minimum Mean Square Error (MMSE. In this paper, we introduce a hybrid method that combines the simplicity (and low cost of Bluetooth Low Energy (BLE and the popular 802.11 infrastructure, to improve the accuracy of indoor localization platforms. Building on KNN, we propose a new positioning algorithm (dubbed i-KNN which is able to filter the initial fingerprint dataset (i.e., the radiomap, after considering the proximity of RSS fingerprints with respect to the BLE devices. In this way, i-KNN provides an optimised small subset of possible user locations, based on which it finally estimates the user position. The proposed methodology achieves fast positioning estimation due to the utilization of a fragment of the initial fingerprint dataset, while at the same time improves positioning accuracy by minimizing any calculation errors.

  1. Orientation, distance, regulation and function of neighbouring genes

    Directory of Open Access Journals (Sweden)

    Gherman Adrian

    2009-01-01

    Full Text Available Abstract The sequencing of the human genome has allowed us to observe globally and in detail the arrangement of genes along the chromosomes. There are multiple lines of evidence that this arrangement is not random, both in terms of intergenic distances and orientation of neighbouring genes. We have undertaken a systematic evaluation of the spatial distribution and orientation of known genes across the human genome. We used genome-level information, including phylogenetic conservation, single nucleotide polymorphism density and correlation of gene expression to assess the importance of this distribution. In addition to confirming and extending known properties of the genome, such as the significance of gene deserts and the importance of 'head to head' orientation of gene pairs in proximity, we provide significant new observations that include a smaller average size for intervals separating the 3' ends of neighbouring genes, a correlation of gene expression across tissues for genes as far as 100 kilobases apart and signatures of increasing positive selection with decreasing interval size surprisingly relaxing for intervals smaller than ~500 base pairs. Further, we provide extensive graphical representations of the genome-wide data to allow for observations and comparisons beyond what we address.

  2. On prognostic models, artificial intelligence and censored observations.

    Science.gov (United States)

    Anand, S S; Hamilton, P W; Hughes, J G; Bell, D A

    2001-03-01

    The development of prognostic models for assisting medical practitioners with decision making is not a trivial task. Models need to possess a number of desirable characteristics and few, if any, current modelling approaches based on statistical or artificial intelligence can produce models that display all these characteristics. The inability of modelling techniques to provide truly useful models has led to interest in these models being purely academic in nature. This in turn has resulted in only a very small percentage of models that have been developed being deployed in practice. On the other hand, new modelling paradigms are being proposed continuously within the machine learning and statistical community and claims, often based on inadequate evaluation, being made on their superiority over traditional modelling methods. We believe that for new modelling approaches to deliver true net benefits over traditional techniques, an evaluation centric approach to their development is essential. In this paper we present such an evaluation centric approach to developing extensions to the basic k-nearest neighbour (k-NN) paradigm. We use standard statistical techniques to enhance the distance metric used and a framework based on evidence theory to obtain a prediction for the target example from the outcome of the retrieved exemplars. We refer to this new k-NN algorithm as Censored k-NN (Ck-NN). This reflects the enhancements made to k-NN that are aimed at providing a means for handling censored observations within k-NN.

  3. Root fungal colonisation in Deschampsia flexuosa: Effects of pollution and neighbouring trees

    International Nuclear Information System (INIS)

    Ruotsalainen, Anna Liisa; Markkola, Annamari; Kozlov, Mikhail V.

    2007-01-01

    In industrial barrens adjacent to a nickel-copper smelter at Monchegorsk, the Kola Peninsula, root colonisation in Deschampsia flexuosa by arbuscular mycorrhizal (AM)-type of hyphae was lower than in unpolluted forests (60.9 vs. 80.4%), while Olpidium-colonisation showed a marginally significant decline, and dark septate endophytic (DSE) hyphal colonisation was not affected. We detected an interactive effect of pollution and a neighbouring tree on DSE hyphal colonisation: at the highly polluted sites, colonisation was lower in D. flexuosa growing near trees, whereas at sites with low pollution the presence of the neighbouring tree had no effect on colonisation. High numbers of intracellular DSE sclerotia in the industrial barrens (13.3 vs. 3.4%) may indicate a survial strategy in an unfavourable environment and a dispersal strategy into a more favourable environment. While lower root colonisation by AM fungi has been also earlier reported in graminoids for heavy metal contamination, the results on other ubiquitous fungi colonising D. flexuosa roots are more novel. - Severe pollution decreased root colonisation by some fungal groups; neighbouring trees decreased root colonisation by dark septate endophytic fungi in highly polluted sites

  4. Root fungal colonisation in Deschampsia flexuosa: Effects of pollution and neighbouring trees

    Energy Technology Data Exchange (ETDEWEB)

    Ruotsalainen, Anna Liisa [Botanical Museum, University of Oulu, P.O. Box 3000, FIN-90014 Oulu (Finland) and Section of Ecology, University of Turku, FIN-20014 Turku (Finland)]. E-mail: annu.ruotsalainen@oulu.fi; Markkola, Annamari [Department of Biology, University of Oulu, P.O. Box 3000, FIN-90014 Oulu (Finland) and Department of Ecological and Environmental Sciences, University of Helsinki, Niemenkatu 73, FIN-15140 Lahti (Finland)]. E-mail: annamari.markkola@oulu.fi; Kozlov, Mikhail V. [Section of Ecology, University of Turku, FIN-20014 Turku (Finland)]. E-mail: mikoz@utu.fi

    2007-06-15

    In industrial barrens adjacent to a nickel-copper smelter at Monchegorsk, the Kola Peninsula, root colonisation in Deschampsia flexuosa by arbuscular mycorrhizal (AM)-type of hyphae was lower than in unpolluted forests (60.9 vs. 80.4%), while Olpidium-colonisation showed a marginally significant decline, and dark septate endophytic (DSE) hyphal colonisation was not affected. We detected an interactive effect of pollution and a neighbouring tree on DSE hyphal colonisation: at the highly polluted sites, colonisation was lower in D. flexuosa growing near trees, whereas at sites with low pollution the presence of the neighbouring tree had no effect on colonisation. High numbers of intracellular DSE sclerotia in the industrial barrens (13.3 vs. 3.4%) may indicate a survial strategy in an unfavourable environment and a dispersal strategy into a more favourable environment. While lower root colonisation by AM fungi has been also earlier reported in graminoids for heavy metal contamination, the results on other ubiquitous fungi colonising D. flexuosa roots are more novel. - Severe pollution decreased root colonisation by some fungal groups; neighbouring trees decreased root colonisation by dark septate endophytic fungi in highly polluted sites.

  5. Volatility Spillovers from the Chinese Stock Market to Economic Neighbours

    NARCIS (Netherlands)

    D.E. Allen (David); M.J. McAleer (Michael); R. Amram (Ron)

    2011-01-01

    textabstractThis paper examines whether there is evidence of spillovers of volatility from the Chinese stock market to its neighbours and trading partners, including Australia, Hong Kong, Singapore, Japan and USA. China’s increasing integration into the global market may have important

  6. The Influence of Semantic Neighbours on Visual Word Recognition

    Science.gov (United States)

    Yates, Mark

    2012-01-01

    Although it is assumed that semantics is a critical component of visual word recognition, there is still much that we do not understand. One recent way of studying semantic processing has been in terms of semantic neighbourhood (SN) density, and this research has shown that semantic neighbours facilitate lexical decisions. However, it is not clear…

  7. The Media Protest of Neighbouring Associations, Promoter of Citizen Democratic Culture during Transition in Southern Spain

    Directory of Open Access Journals (Sweden)

    Sandra Méndez-Muros

    2018-02-01

    Full Text Available In the current context of placing value on the neighbouring movement within the Spanish democratic Transition, we set out to confirm that the press actively participates in the growing conjunction of neighbouring issues with political content and contributes to the idea that this movement becomes a parameter of the democratic culture for the citizen during Transition. Since the conflict is newsworthy, we conduct a micro-social study of the neighbouring protest in the newspaper El Correo de Andalucía, published in the southern Spanish city of Seville. Through analysis of content, we study the informative flow and the repertoire of protest following a typology that distinguishes four formats (demonstrations, strikes, speeches and associations divided into two levels of conflict. The analysis sample consists of 33 texts published between November 1975 (Franco’s death and the accession to the throne of Juan Carlos I and June 1977 (the first democratic general elections. The main conclusion reveals that the newspaper becomes a platform that gives visibility to the neighbouring movement, normalising behaviours and procedure rules through the protest.

  8. Neighbour and traffic noise annoyance at home - prevalence and trends among Danish adults

    DEFF Research Database (Denmark)

    Rasmussen, Birgit; Ekholm, Ola

    2015-01-01

    Neighbour and traffic noise are affecting many people in their everyday life, implying adverse effects on quality of life and health. In many countries, the most dominant noise sources disturbing people in their homes are traffic and neighbours. The aims of the present study were to examine...... survey) with adequate response rates varying from 57% to 74%. All samples were drawn at random from the adult Danish population (16 years or older). The purpose of the surveys was to describe the status and trends in health and morbidity in the adult Danish population and the factors that influence...

  9. Obtención de polvos cerámicos de BNKT-KNN por el método Pechini

    Directory of Open Access Journals (Sweden)

    Yasnó, J. P.

    2013-10-01

    Full Text Available Pechini method was used in order to obtain fine ceramic and single-phase powders for a lead-free ferroelectric system 0,97[(Bi1/2Na1/21-x(Bi1/2K1/2xTiO3]-0,03[(Na1/2K1/2NbO3]or BNKT-KNN (x = 0.00, 0.18, 0.21, 0.24, 0.27. This method allowed obtaining powders with 100 % perovskite phase, which was confirmed by X-ray diffraction, for this particular system in all the studied stoichiometries using temperature as low as 600 ºC. The effects on the bonds present in the structure due to variation of the stoichiometry, Na-K, were determined using infrared spectroscopy, FT-IR. Irregular nanoparticles were observed by scanning electron microscopy.El método Pechini fue utilizado para obtener polvos cerámicos finos y monofásicos del sistema ferroeléctrico libre de plomo 0,97[(Bi1/2Na1/21-x(Bi1/2K1/2xTiO3]-0,03[(Na1/2K1/2NbO3] ó BNKT-KNN (x = 0.00, 0.18, 0.21, 0.24, 0.27. Este método permitió la obtención de polvos con 100 % de fase perovskita, para el sistema de interés en todas las estequiometrias estudiadas, a una temperatura tan baja como 600 ºC, lo que fue confirmado por difracción de rayos X. Por medio de espectroscopia infrarroja, FT-IR, se pudo determinar cómo afecta la variación de la estequiometria, Na-K, los enlaces presentes en la estructura. Mediante microscopia electrónica de barrido se observaron partículas nanométricas irregulares.

  10. The Dizi and the Neighbouring Surma: A Case Study of Interethnic ...

    African Journals Online (AJOL)

    The Dizi and the Neighbouring Surma: A Case Study of. Interethnic ... paper focuses on recent trends in interethnic relations between the Dizi on the one hand and ..... "The promise of Ethiopia: Public action, civic forgiveness, and creative.

  11. Relay-assisted Network Coding Multicast in the Presence of Neighbours

    DEFF Research Database (Denmark)

    Khamfroush, Hana; Roetter, Daniel Enrique Lucani; Pahlevani, Peyman

    2015-01-01

    We study the problem of minimizing the cost of packet transmission from a source to two receivers with the help of a relay and using network coding in wireless mesh networks consisting of many active neighbours sharing the same channel. The cost minimization problem is modeled as a Markov Decisio...

  12. Nitrogen transfer from forage legumes to nine neighbouring plants in a multi-species grassland

    DEFF Research Database (Denmark)

    Pirhofer-Walzl, Karin; Rasmussen, Jim; Jensen, Henning Høgh

    2012-01-01

    Legumes play a crucial role in nitrogen supply to grass-legume mixtures for ruminant fodder. To quantify N transfer from legumes to neighbouring plants in multi-species grasslands we established a grass-legume-herb mixture on a loamy-sandy site in Denmark. White clover (Trifolium repens L.), red...... amounts of N from legumes than dicotyledonous plants which generally have taproots. Slurry application mainly increased N transfer from legumes to grasses. During the growing season the three legumes transferred approximately 40 kg N ha-1 to neighbouring plants. Below-ground N transfer from legumes...

  13. Spatial Outlier Detection of CO2 Monitoring Data Based on Spatial Local Outlier Factor

    OpenAIRE

    Liu Xin; Zhang Shaoliang; Zheng Pulin

    2015-01-01

    Spatial local outlier factor (SLOF) algorithm was adopted in this study for spatial outlier detection because of the limitations of the traditional static threshold detection. Based on the spatial characteristics of CO2 monitoring data obtained in the carbon capture and storage (CCS) project, the K-Nearest Neighbour (KNN) graph was constructed using the latitude and longitude information of the monitoring points to identify the spatial neighbourhood of the monitoring points. Then ...

  14. Bipolar soft connected, bipolar soft disconnected and bipolar soft compact spaces

    Directory of Open Access Journals (Sweden)

    Muhammad Shabir

    2017-06-01

    Full Text Available Bipolar soft topological spaces are mathematical expressions to estimate interpretation of data frameworks. Bipolar soft theory considers the core features of data granules. Bipolarity is important to distinguish between positive information which is guaranteed to be possible and negative information which is forbidden or surely false. Connectedness and compactness are the most important fundamental topological properties. These properties highlight the main features of topological spaces and distinguish one topology from another. Taking this into account, we explore the bipolar soft connectedness, bipolar soft disconnectedness and bipolar soft compactness properties for bipolar soft topological spaces. Moreover, we introduce the notion of bipolar soft disjoint sets, bipolar soft separation, and bipolar soft hereditary property and study on bipolar soft connected and disconnected spaces. By giving the detailed picture of bipolar soft connected and disconnected spaces we investigate bipolar soft compact spaces and derive some results related to this concept.

  15. Exposure to secondhand smoke from neighbours and respiratory symptoms in never-smoking adolescents in Hong Kong: a cross-sectional study.

    Science.gov (United States)

    Leung, Lok Tung; Ho, Sai Yin; Wang, Man Ping; Lo, Wing Sze; Lam, Tai Hing

    2015-11-04

    To investigate secondhand smoke (SHS) exposure at home from neighbours in Hong Kong adolescents and its association with respiratory symptoms in never-smokers. A cross-sectional study. 79 randomly selected secondary schools in Hong Kong. 61,810 secondary 1 (USA grade 7) to 7 students, in which 50,762 never-smokers were identified and included in the analysis of the association between SHS exposure at home from neighbours and respiratory symptoms. Smoking status, family smoking status, SHS exposure at home from inside the home and from neighbours in the past 7 days, respiratory symptoms and sociodemographic characteristics were reported. Adjusted ORs (AORs) of respiratory symptoms for SHS exposure from the 2 sources in never-smokers were calculated using logistic regression. In all students, 33.2% were exposed to SHS at home, including 16.2% from inside the home only, 10.0% from neighbours only and 7.0% from both. The prevalence of SHS exposure from neighbours was 17.1%, including 13.5% for 1-4 days/week and 3.6% for 5-7 days/week. In never-smokers (n=50,762), respiratory symptoms were significantly associated with SHS exposure from neighbours with AORs (95% CI) of 1.29 (1.20 to 1.39) for any exposure (pexposure at home from any source, the AORs were 1.16 (1.07 to 1.25) for SHS from inside the home only (pexposure at home from neighbours was prevalent in Hong Kong adolescents, and was associated with respiratory symptoms in never-smokers. SHS exposure at home may be underestimated by ignoring the neighbouring source. Smoke-free housing policy is needed to protect children and adolescents from harms of SHS. Published by the BMJ Publishing Group Limited. For permission to use (where not already granted under a licence) please go to http://www.bmj.com/company/products-services/rights-and-licensing/

  16. Optimal Detection Range of RFID Tag for RFID-based Positioning System Using the k-NN Algorithm

    Directory of Open Access Journals (Sweden)

    Joon Heo

    2009-06-01

    Full Text Available Positioning technology to track a moving object is an important and essential component of ubiquitous computing environments and applications. An RFID-based positioning system using the k-nearest neighbor (k-NN algorithm can determine the position of a moving reader from observed reference data. In this study, the optimal detection range of an RFID-based positioning system was determined on the principle that tag spacing can be derived from the detection range. It was assumed that reference tags without signal strength information are regularly distributed in 1-, 2- and 3-dimensional spaces. The optimal detection range was determined, through analytical and numerical approaches, to be 125% of the tag-spacing distance in 1-dimensional space. Through numerical approaches, the range was 134% in 2-dimensional space, 143% in 3-dimensional space.

  17. 3D Nearest Neighbour Search Using a Clustered Hierarchical Tree Structure

    DEFF Research Database (Denmark)

    Suhaibah, A.; Uznir, U.; Antón Castro, Francesc/François

    2016-01-01

    Locating and analysing the location of new stores or outlets is one of the common issues facing retailers and franchisers. This is due to assure that new opening stores are at their strategic location to attract the highest possible number of customers. Spatial information is used to manage......, maintain and analyse these store locations. However, since the business of franchising and chain stores in urban areas runs within high rise multi-level buildings, a three-dimensional (3D) method is prominently required in order to locate and identify the surrounding information such as at which level...... of the franchise unit will be located or is the franchise unit located is at the best level for visibility purposes. One of the common used analyses used for retrieving the surrounding information is Nearest Neighbour (NN) analysis. It uses a point location and identifies the surrounding neighbours. However...

  18. The effect of labour taxes on labour demand: a comparison between Belgium and neighbouring countries

    OpenAIRE

    Laenen, Wout; Moons, Cindy; Persyn, Damiaan

    2011-01-01

    This study examines the evolution of labour costs and taxes in Belgium and neighbouring countries. We try to clarify the common issues in the current debate concerning labour costs and labour demand in Belgium and neighbouring countries and investigate the influence of labour costs on employment by using macroeconomic OECD data. We conclude that the tax wedge in Belgium is one of the highest of all OECD countries. Labour costs in Belgium rose at a moderate tempo, but labour productivity evolv...

  19. Common neighbour structure and similarity intensity in complex networks

    Science.gov (United States)

    Hou, Lei; Liu, Kecheng

    2017-10-01

    Complex systems as networks always exhibit strong regularities, implying underlying mechanisms governing their evolution. In addition to the degree preference, the similarity has been argued to be another driver for networks. Assuming a network is randomly organised without similarity preference, the present paper studies the expected number of common neighbours between vertices. A symmetrical similarity index is accordingly developed by removing such expected number from the observed common neighbours. The developed index can not only describe the similarities between vertices, but also the dissimilarities. We further apply the proposed index to measure of the influence of similarity on the wring patterns of networks. Fifteen empirical networks as well as artificial networks are examined in terms of similarity intensity and degree heterogeneity. Results on real networks indicate that, social networks are strongly governed by the similarity as well as the degree preference, while the biological networks and infrastructure networks show no apparent similarity governance. Particularly, classical network models, such as the Barabási-Albert model, the Erdös-Rényi model and the Ring Lattice, cannot well describe the social networks in terms of the degree heterogeneity and similarity intensity. The findings may shed some light on the modelling and link prediction of different classes of networks.

  20. Boosting nearest-neighbour to long-range integrable spin chains

    International Nuclear Information System (INIS)

    Bargheer, Till; Beisert, Niklas; Loebbert, Florian

    2008-01-01

    We present an integrability-preserving recursion relation for the explicit construction of long-range spin chain Hamiltonians. These chains are generalizations of the Haldane–Shastry and Inozemtsev models and they play an important role in recent advances in string/gauge duality. The method is based on arbitrary nearest-neighbour integrable spin chains and it sheds light on the moduli space of deformation parameters. We also derive the closed chain asymptotic Bethe equations. (letter)

  1. Percolation with first-and-second neighbour bonds: a renormalization-group calculation of critical exponents

    International Nuclear Information System (INIS)

    Riera, R.; Oliveira, P.M.C. de; Chaves, C.M.G.F.; Queiroz, S.L.A. de.

    1980-04-01

    A real-space renormalization group approach for the bond percolation problem in a square lattice with first- and second- neighbour bonds is proposed. The respective probabilities are treated, as independent variables. Two types of cells are constructed. In one of them the lattice is considered as two interpenetrating sublattices, first-neighbour bonds playing the role of intersublattice links. This allows the calculation of both critical exponents ν and γ, without resorting to any external field. Values found for the critical indices are in good agreement with data available in the literature. The phase diagram in parameter space is also obtained in each case. (Author) [pt

  2. Intraspecific chemical diversity among neighbouring plants correlates positively with plant size and herbivore load but negatively with herbivore damage.

    Science.gov (United States)

    Bustos-Segura, Carlos; Poelman, Erik H; Reichelt, Michael; Gershenzon, Jonathan; Gols, Rieta

    2017-01-01

    Intraspecific plant diversity can modify the properties of associated arthropod communities and plant fitness. However, it is not well understood which plant traits determine these ecological effects. We explored the effect of intraspecific chemical diversity among neighbouring plants on the associated invertebrate community and plant traits. In a common garden experiment, intraspecific diversity among neighbouring plants was manipulated using three plant populations of wild cabbage that differ in foliar glucosinolates. Plants were larger, harboured more herbivores, but were less damaged when plant diversity was increased. Glucosinolate concentration differentially correlated with generalist and specialist herbivore abundance. Glucosinolate composition correlated with plant damage, while in polycultures, variation in glucosinolate concentrations among neighbouring plants correlated positively with herbivore diversity and negatively with plant damage levels. The results suggest that intraspecific variation in secondary chemistry among neighbouring plants is important in determining the structure of the associated insect community and positively affects plant performance. © 2016 The Authors. Ecology Letters published by CNRS and John Wiley & Sons Ltd.

  3. Individually specific call feature is not used to neighbour-stranger discrimination: the corncrake case.

    Directory of Open Access Journals (Sweden)

    Michał Budka

    Full Text Available In various contexts, animals rely on acoustic signals to differentiate between conspecifics. Currently, studies examining vocal signatures use two main approaches. In the first approach, researchers search for acoustic characteristics that have the potential to be individual specific. This approach yields information on variation in signal parameters both within and between individuals and generates practical tools that can be used in population monitoring. In the second approach, playback experiments with natural calls are conducted to discern whether animals are capable of discriminating among the vocal signatures of different individuals. However, both approaches do not reveal the exact signal characteristics that are being used in the discrimination process. In this study, we tested whether an individual-specific call characteristic--namely the length of the intervals between successive maximal amplitude peaks within syllables (PPD--is crucial in neighbour-stranger discrimination by males of the nocturnal and highly secretive bird species, the corncrake (Crex crex. We conducted paired playback experiments in which corncrakes (n = 47 were exposed to artificial calls with PPD characteristics of neighbour and stranger birds. These artificial calls differed only in PPD structure. The calls were broadcast from a speaker, and we recorded the birds' behavioural responses. Although corncrakes have previously been experimentally shown to discriminate between neighbours and strangers, we found no difference in the responses to the artificial calls representing neighbours versus strangers. This finding demonstrates that even if vocal signatures are individual specific within a species, it does not automatically mean that said signatures are being crucial in discrimination among individuals. At the same time, the birds' aggressive responses to the artificial calls indicated that the information transmitted by PPDs is important in species

  4. Control of Chain Walking by Weak Neighbouring Group Interac-tions in Unsymmetric Catalysts

    KAUST Repository

    Falivene, Laura; Wiedemann, Thomas; Gö ttker-Schnetmann, Inigo; Caporaso, Lucia; Cavallo, Luigi; Mecking, Stefan

    2017-01-01

    A combined theoretical and experimental study shows how weak attractive interactions of a neighbouring group can strongly promote chain walking and chain transfer. This accounts for the previously observed very different micro-structures obtained

  5. The influence of low frequencies on the assessment of noise from neighbours

    DEFF Research Database (Denmark)

    Rindel, Jens Holger; Rasmussen, Birgit; Nielsen, Jesper Rye

    1996-01-01

    Lightweight building constructions often suffer from insufficient sound insulation at low frequencies. In order to investigate the degree of the problems, a laboratory experiment has been carried out. Twenty test persons have been asked to evaluate series of typical noise from neighbours, ie, two...

  6. Cultural differences in ant-dipping tool length between neighbouring chimpanzee communities at Kalinzu, Uganda.

    Science.gov (United States)

    Koops, Kathelijne; Schöning, Caspar; Isaji, Mina; Hashimoto, Chie

    2015-07-22

    Cultural variation has been identified in a growing number of animal species ranging from primates to cetaceans. The principal method used to establish the presence of culture in wild populations is the method of exclusion. This method is problematic, since it cannot rule out the influence of genetics and ecology in geographically distant populations. A new approach to the study of culture compares neighbouring groups belonging to the same population. We applied this new approach by comparing ant-dipping tool length between two neighbouring communities of chimpanzees (Pan troglodytes schweinfurthii) in the Kalinzu Forest, Uganda. Ant-dipping tool length varies across chimpanzee study sites in relation to army ant species (Dorylus spp.) and dipping location (nest vs. trail). We compared the availability of army ant species and dipping tool length between the two communities. M-group tools were significantly longer than S-group tools, despite identical army ant target species availabilities. Moreover, tool length in S-group was shorter than at all other sites where chimpanzees prey on epigaeic ants at nests. Considering the lack of ecological differences between the two communities, the tool length difference appears to be cultural. Our findings highlight how cultural knowledge can generate small-scale cultural diversification in neighbouring chimpanzee communities.

  7. The effect of competition from neighbours on stomatal conductance in lettuce and tomato plants.

    Science.gov (United States)

    Vysotskaya, Lidiya; Wilkinson, Sally; Davies, William J; Arkhipova, Tatyana; Kudoyarova, Guzel

    2011-05-01

    Competition decreased transpiration from young lettuce plants after 2 days, before any reductions in leaf area became apparent, and stomatal conductance (g(s) ) of lettuce and tomato plants was also reduced. Stomatal closure was not due to hydraulic signals or competition for nutrients, as soil water content, leaf water status and leaf nitrate concentrations were unaffected by neighbours. Competition-induced stomatal closure was absent in an abscisic acid (ABA)-deficient tomato mutant, flacca, indicating a fundamental involvement of ABA. Although tomato xylem sap ABA concentrations were unaffected by the presence of neighbours, ABA/pH-based stomatal modulation is still likely to underlie the response to competition, as soil and xylem sap alkalization was observed in competing plants. Competition also modulated leaf ethylene production, and treatment of lettuce plants with an ethylene perception inhibitor (1-methylcyclopropene) diminished the difference in g(s) between single and competing plants grown in a controlled environment room, but increased it in plants grown in the greenhouse: ethylene altered the extent of the stomatal response to competition. Effects of competition on g(s) are discussed in terms of the detection of the absence of neighbours: increases in g(s) and carbon fixation may allow faster initial space occupancy within an emerging community/crop. © 2011 Blackwell Publishing Ltd.

  8. Dark Energy Survey Year 1 Results: The Impact of Galaxy Neighbours on Weak Lensing Cosmology with im3shape

    Energy Technology Data Exchange (ETDEWEB)

    Samuroff, S.; et al.

    2017-08-04

    We use a suite of simulated images based on Year 1 of the Dark Energy Survey to explore the impact of galaxy neighbours on shape measurement and shear cosmology. The hoopoe image simulations include realistic blending, galaxy positions, and spatial variations in depth and PSF properties. Using the im3shape maximum-likelihood shape measurement code, we identify four mechanisms by which neighbours can have a non-negligible influence on shear estimation. These effects, if ignored, would contribute a net multiplicative bias of $m \\sim 0.03 - 0.09$ in the DES Y1 im3shape catalogue, though the precise impact will be dependent on both the measurement code and the selection cuts applied. This can be reduced to percentage level or less by removing objects with close neighbours, at a cost to the effective number density of galaxies $n_\\mathrm{eff}$ of 30%. We use the cosmological inference pipeline of DES Y1 to explore the cosmological implications of neighbour bias and show that omitting blending from the calibration simulation for DES Y1 would bias the inferred clustering amplitude $S_8\\equiv \\sigma_8 (\\Omega _\\mathrm{m} /0.3)^{0.5}$ by $2 \\sigma$ towards low values. Finally, we use the hoopoe simulations to test the effect of neighbour-induced spatial correlations in the multiplicative bias. We find the impact on the recovered $S_8$ of ignoring such correlations to be subdominant to statistical error at the current level of precision.

  9. Iterative Neighbour-Information Gathering for Ranking Nodes in Complex Networks

    Science.gov (United States)

    Xu, Shuang; Wang, Pei; Lü, Jinhu

    2017-01-01

    Designing node influence ranking algorithms can provide insights into network dynamics, functions and structures. Increasingly evidences reveal that node’s spreading ability largely depends on its neighbours. We introduce an iterative neighbourinformation gathering (Ing) process with three parameters, including a transformation matrix, a priori information and an iteration time. The Ing process iteratively combines priori information from neighbours via the transformation matrix, and iteratively assigns an Ing score to each node to evaluate its influence. The algorithm appropriates for any types of networks, and includes some traditional centralities as special cases, such as degree, semi-local, LeaderRank. The Ing process converges in strongly connected networks with speed relying on the first two largest eigenvalues of the transformation matrix. Interestingly, the eigenvector centrality corresponds to a limit case of the algorithm. By comparing with eight renowned centralities, simulations of susceptible-infected-removed (SIR) model on real-world networks reveal that the Ing can offer more exact rankings, even without a priori information. We also observe that an optimal iteration time is always in existence to realize best characterizing of node influence. The proposed algorithms bridge the gaps among some existing measures, and may have potential applications in infectious disease control, designing of optimal information spreading strategies.

  10. Bees do not use nearest-neighbour rules for optimization of multi-location routes.

    Science.gov (United States)

    Lihoreau, Mathieu; Chittka, Lars; Le Comber, Steven C; Raine, Nigel E

    2012-02-23

    Animals collecting patchily distributed resources are faced with complex multi-location routing problems. Rather than comparing all possible routes, they often find reasonably short solutions by simply moving to the nearest unvisited resources when foraging. Here, we report the travel optimization performance of bumble-bees (Bombus terrestris) foraging in a flight cage containing six artificial flowers arranged such that movements between nearest-neighbour locations would lead to a long suboptimal route. After extensive training (80 foraging bouts and at least 640 flower visits), bees reduced their flight distances and prioritized shortest possible routes, while almost never following nearest-neighbour solutions. We discuss possible strategies used during the establishment of stable multi-location routes (or traplines), and how these could allow bees and other animals to solve complex routing problems through experience, without necessarily requiring a sophisticated cognitive representation of space.

  11. Correlations in a chain of three oscillators with nearest neighbour coupling

    Science.gov (United States)

    Idrus, B.; Konstadopoulou, A.; Spiller, T.; Vourdas, A.

    2010-04-01

    A chain of three oscillators A, B, C with nearest neighbour coupling, is considered. It is shown that the correlations between A, C (which are not coupled directly) can be stronger than the correlations between A, B. Also in some cases various witnesses of entanglement show that A, C are entangled but they cannot lead to any conclusion about A, B.

  12. Low-field susceptibility of classical Heisenberg chains with arbitrary and different nearest-neighbour exchange

    International Nuclear Information System (INIS)

    Cregg, P J; Murphy, K; Garcia-Palacios, J L; Svedlindh, P

    2008-01-01

    Interest in molecular magnets continues to grow, offering a link between the atomic and nanoscale properties. The classical Heisenberg model has been effective in modelling exchange interactions in such systems. In this, the magnetization and susceptibility are calculated through the partition function, where the Hamiltonian contains both Zeeman and exchange energy. For an ensemble of N spins, this requires integrals in 2N dimensions. For two, three and four spin nearest-neighbour chains these integrals reduce to sums of known functions. For the case of the three and four spin chains, the sums are equivalent to results of Joyce. Expanding these sums, the effect of the exchange on the linear susceptibility appears as Langevin functions with exchange term arguments. These expressions are generalized here to describe an N spin nearest-neighbour chain, where the exchange between each pair of nearest neighbours is different and arbitrary. For a common exchange constant, this reduces to the result of Fisher. The high-temperature expansion of the Langevin functions for the different exchange constants leads to agreement with the appropriate high-temperature quantum formula of Schmidt et al, when the spin number is large. Simulations are presented for open linear chains of three, four and five spins with up to four different exchange constants, illustrating how the exchange constants can be retrieved successfully

  13. Plant colonization, succession and ecosystem development on Surtsey with reference to neighbouring islands

    Science.gov (United States)

    Magnússon, B.; Magnússon, S. H.; Ólafsson, E.; Sigurdsson, B. D.

    2014-10-01

    Plant colonization and succession on the volcanic island of Surtsey, formed in 1963, have been closely followed. In 2013, a total of 69 vascular plant species had been discovered on the island; of these, 59 were present and 39 had established viable populations. Surtsey had more than twice the species of any of the comparable neighbouring islands, and all of their common species had established on Surtsey. The first colonizers were dispersed by sea, but, after 1985, bird dispersal became the principal pathway with the formation of a seagull colony on the island and consequent site amelioration. This allowed wind-dispersed species to establish after 1990. Since 2007, there has been a net loss of species on the island. A study of plant succession, soil formation and invertebrate communities in permanent plots on Surtsey and on two older neighbouring islands (plants and soil) has revealed that seabirds, through their transfer of nutrients from sea to land, are major drivers of development of these ecosystems. In the area impacted by seagulls, dense grassland swards have developed and plant cover, species richness, diversity, plant biomass and soil carbon become significantly higher than in low-impact areas, which remained relatively barren. A similar difference was found for the invertebrate fauna. After 2000, the vegetation of the oldest part of the seagull colony became increasingly dominated by long-lived, rhizomatous grasses (Festuca, Poa, Leymus) with a decline in species richness and diversity. Old grasslands of the neighbouring islands Elliđaey (puffin colony, high nutrient input) and Heimaey (no seabirds, low nutrient input) contrasted sharply. The puffin grassland of Elliđaey was very dense and species-poor. It was dominated by Festuca and Poa, and very similar to the seagull grassland developing on Surtsey. The Heimaey grassland was significantly higher in species richness and diversity, and had a more even cover of dominants (Festuca

  14. Dark Energy Survey Year 1 results: the impact of galaxy neighbours on weak lensing cosmology with IM3SHAPE

    Science.gov (United States)

    Samuroff, S.; Bridle, S. L.; Zuntz, J.; Troxel, M. A.; Gruen, D.; Rollins, R. P.; Bernstein, G. M.; Eifler, T. F.; Huff, E. M.; Kacprzak, T.; Krause, E.; MacCrann, N.; Abdalla, F. B.; Allam, S.; Annis, J.; Bechtol, K.; Benoit-Lévy, A.; Bertin, E.; Brooks, D.; Buckley-Geer, E.; Carnero Rosell, A.; Carrasco Kind, M.; Carretero, J.; Crocce, M.; D'Andrea, C. B.; da Costa, L. N.; Davis, C.; Desai, S.; Doel, P.; Fausti Neto, A.; Flaugher, B.; Fosalba, P.; Frieman, J.; García-Bellido, J.; Gerdes, D. W.; Gruendl, R. A.; Gschwend, J.; Gutierrez, G.; Honscheid, K.; James, D. J.; Jarvis, M.; Jeltema, T.; Kirk, D.; Kuehn, K.; Kuhlmann, S.; Li, T. S.; Lima, M.; Maia, M. A. G.; March, M.; Marshall, J. L.; Martini, P.; Melchior, P.; Menanteau, F.; Miquel, R.; Nord, B.; Ogando, R. L. C.; Plazas, A. A.; Roodman, A.; Sanchez, E.; Scarpine, V.; Schindler, R.; Schubnell, M.; Sevilla-Noarbe, I.; Sheldon, E.; Smith, M.; Soares-Santos, M.; Sobreira, F.; Suchyta, E.; Tarle, G.; Thomas, D.; Tucker, D. L.; DES Collaboration

    2018-04-01

    We use a suite of simulated images based on Year 1 of the Dark Energy Survey to explore the impact of galaxy neighbours on shape measurement and shear cosmology. The HOOPOE image simulations include realistic blending, galaxy positions, and spatial variations in depth and point spread function properties. Using the IM3SHAPE maximum-likelihood shape measurement code, we identify four mechanisms by which neighbours can have a non-negligible influence on shear estimation. These effects, if ignored, would contribute a net multiplicative bias of m ˜ 0.03-0.09 in the Year One of the Dark Energy Survey (DES Y1) IM3SHAPE catalogue, though the precise impact will be dependent on both the measurement code and the selection cuts applied. This can be reduced to percentage level or less by removing objects with close neighbours, at a cost to the effective number density of galaxies neff of 30 per cent. We use the cosmological inference pipeline of DES Y1 to explore the cosmological implications of neighbour bias and show that omitting blending from the calibration simulation for DES Y1 would bias the inferred clustering amplitude S8 ≡ σ8(Ωm/0.3)0.5 by 2σ towards low values. Finally, we use the HOOPOE simulations to test the effect of neighbour-induced spatial correlations in the multiplicative bias. We find the impact on the recovered S8 of ignoring such correlations to be subdominant to statistical error at the current level of precision.

  15. Data characteristics that determine classifier performance

    CSIR Research Space (South Africa)

    Van der Walt, Christiaan M

    2006-11-01

    Full Text Available available at [11]. The kNN uses a LinearNN nearest neighbour search algorithm with an Euclidean distance metric [8]. The optimal k value is determined by performing 10-fold cross-validation. An optimal k value between 1 and 10 is used for Experiments 1... classifiers. 10-fold cross-validation is used to evaluate and compare the performance of the classifiers on the different data sets. 3.1. Artificial data generation Multivariate Gaussian distributions are used to generate artificial data sets. We use d...

  16. SOCIAL AND CINEMATIC LANDSCAPE IN NEIGHBOURING SOUNDS

    Directory of Open Access Journals (Sweden)

    Maria Helena Braga e Vaz da Costa

    2015-01-01

    Full Text Available This paper comments on the particular way film makes use of an urban imagery as a signifying system of meaning to represent specific features related to the notion of urban space (space and modernity (time. Attention is given here to how a particular urban landscape, the Northeast Brazilian city, Recife-PE, is constructed and thematised as a living structure of meaning and aesthetic effect acting as the space from which social and cinematic landscape emerge. Thus, this article comments on a diversity of concepts drawn from different authors to set a discussion around the matter of city and film or, rather, the way in which the city of Recife, is represented in the film Neighbouring Sounds (O Som ao Redor, Kleber Mendonça Filho, 2012.

  17. Feature Selection and Predictors of Falls with Foot Force Sensors Using KNN-Based Algorithms

    Directory of Open Access Journals (Sweden)

    Shengyun Liang

    2015-11-01

    Full Text Available The aging process may lead to the degradation of lower extremity function in the elderly population, which can restrict their daily quality of life and gradually increase the fall risk. We aimed to determine whether objective measures of physical function could predict subsequent falls. Ground reaction force (GRF data, which was quantified by sample entropy, was collected by foot force sensors. Thirty eight subjects (23 fallers and 15 non-fallers participated in functional movement tests, including walking and sit-to-stand (STS. A feature selection algorithm was used to select relevant features to classify the elderly into two groups: at risk and not at risk of falling down, for three KNN-based classifiers: local mean-based k-nearest neighbor (LMKNN, pseudo nearest neighbor (PNN, local mean pseudo nearest neighbor (LMPNN classification. We compared classification performances, and achieved the best results with LMPNN, with sensitivity, specificity and accuracy all 100%. Moreover, a subset of GRFs was significantly different between the two groups via Wilcoxon rank sum test, which is compatible with the classification results. This method could potentially be used by non-experts to monitor balance and the risk of falling down in the elderly population.

  18. Interference effects on the photoionization cross sections between two neighbouring atoms: nitrogen as an example

    International Nuclear Information System (INIS)

    Jian-Hua, Wu; Jian-Min, Yuan

    2009-01-01

    Interference effects on the photoionization cross sections between two neighbouring atoms are considered based on the coherent scattering of the ionized electrons by the two nuclei when their separation is less than or comparable to the de Broglie wave length of the ionized electrons. As an example, the single atomic nitrogen ionization cross section and the total cross sections of two nitrogen atoms with coherently added photoionization amplitudes are calculated from the threshold to about 60 Å (1 Å = 0.1 nm) of the photon energy. The photoionization cross sections of atomic nitrogen are obtained by using the close-coupling R-matrix method. In the calculation 19 states are included. The ionization energy of the atomic nitrogen and the photoionization cross sections agree well with the experimental results. Based on the R-matrix results of atomic nitrogen, the interference effects between two neighbouring nitrogen atoms are obtained. It is shown that the interference effects are considerable when electrons are ionized just above the threshold, even for the separations between the two atoms are larger than two times of the bond length of N 2 molecules. Therefore, in hot and dense samples, effects caused by the coherent interference between the neighbours are expected to be observable for the total photoionization cross sections. (atomic and molecular physics)

  19. The Linked Neighbour List (LNL) method for fast off-lattice Monte Carlo simulations of fluids

    Science.gov (United States)

    Mazzeo, M. D.; Ricci, M.; Zannoni, C.

    2010-03-01

    We present a new algorithm, called linked neighbour list (LNL), useful to substantially speed up off-lattice Monte Carlo simulations of fluids by avoiding the computation of the molecular energy before every attempted move. We introduce a few variants of the LNL method targeted to minimise memory footprint or augment memory coherence and cache utilisation. Additionally, we present a few algorithms which drastically accelerate neighbour finding. We test our methods on the simulation of a dense off-lattice Gay-Berne fluid subjected to periodic boundary conditions observing a speedup factor of about 2.5 with respect to a well-coded implementation based on a conventional link-cell. We provide several implementation details of the different key data structures and algorithms used in this work.

  20. Nearest Neighbour Corner Points Matching Detection Algorithm

    Directory of Open Access Journals (Sweden)

    Zhang Changlong

    2015-01-01

    Full Text Available Accurate detection towards the corners plays an important part in camera calibration. To deal with the instability and inaccuracies of present corner detection algorithm, the nearest neighbour corners match-ing detection algorithms was brought forward. First, it dilates the binary image of the photographed pictures, searches and reserves quadrilateral outline of the image. Second, the blocks which accord with chess-board-corners are classified into a class. If too many blocks in class, it will be deleted; if not, it will be added, and then let the midpoint of the two vertex coordinates be the rough position of corner. At last, it precisely locates the position of the corners. The Experimental results have shown that the algorithm has obvious advantages on accuracy and validity in corner detection, and it can give security for camera calibration in traffic accident measurement.

  1. Dispersion of a layered electron gas with nearest neighbour-tunneling

    International Nuclear Information System (INIS)

    Miesenboeck, H.M.

    1988-09-01

    The dispersion of the first plasmon band is calculated within the Random Phase Approximation for a superlattice of two-dimensional electron-gases, mutually interacting, and with nearest neighbour hopping between the planes. It is further shown that the deviations of this dispersion from the one in systems with zero interplane motion are very small in commonly realized experimental situations and that they are expected to be observable only in samples with plane distances of 100A and less. (author). 15 refs, 3 figs, 1 tab

  2. Soft Ultrathin Electronics Innervated Adaptive Fully Soft Robots.

    Science.gov (United States)

    Wang, Chengjun; Sim, Kyoseung; Chen, Jin; Kim, Hojin; Rao, Zhoulyu; Li, Yuhang; Chen, Weiqiu; Song, Jizhou; Verduzco, Rafael; Yu, Cunjiang

    2018-03-01

    Soft robots outperform the conventional hard robots on significantly enhanced safety, adaptability, and complex motions. The development of fully soft robots, especially fully from smart soft materials to mimic soft animals, is still nascent. In addition, to date, existing soft robots cannot adapt themselves to the surrounding environment, i.e., sensing and adaptive motion or response, like animals. Here, compliant ultrathin sensing and actuating electronics innervated fully soft robots that can sense the environment and perform soft bodied crawling adaptively, mimicking an inchworm, are reported. The soft robots are constructed with actuators of open-mesh shaped ultrathin deformable heaters, sensors of single-crystal Si optoelectronic photodetectors, and thermally responsive artificial muscle of carbon-black-doped liquid-crystal elastomer (LCE-CB) nanocomposite. The results demonstrate that adaptive crawling locomotion can be realized through the conjugation of sensing and actuation, where the sensors sense the environment and actuators respond correspondingly to control the locomotion autonomously through regulating the deformation of LCE-CB bimorphs and the locomotion of the robots. The strategy of innervating soft sensing and actuating electronics with artificial muscles paves the way for the development of smart autonomous soft robots. © 2018 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  3. Assessment of various supervised learning algorithms using different performance metrics

    Science.gov (United States)

    Susheel Kumar, S. M.; Laxkar, Deepak; Adhikari, Sourav; Vijayarajan, V.

    2017-11-01

    Our work brings out comparison based on the performance of supervised machine learning algorithms on a binary classification task. The supervised machine learning algorithms which are taken into consideration in the following work are namely Support Vector Machine(SVM), Decision Tree(DT), K Nearest Neighbour (KNN), Naïve Bayes(NB) and Random Forest(RF). This paper mostly focuses on comparing the performance of above mentioned algorithms on one binary classification task by analysing the Metrics such as Accuracy, F-Measure, G-Measure, Precision, Misclassification Rate, False Positive Rate, True Positive Rate, Specificity, Prevalence.

  4. 9th state of logistics survey for South Africa: connecting neighbours - engaging the world

    CSIR Research Space (South Africa)

    Viljoen, N

    2013-06-01

    Full Text Available -1 Collaboration between CSIR, Imperial logistics and Stellenbosch University 9th state of logistics survey for South Africa: connecting neighbours - engaging the world Viljoen N, Bean W. Havenga J. Simpson Z. Jankauskaite Z. Gounder S. Steyn W. de Jonge G...

  5. Correlation of optical energy gap with the nearest neighbour short range order in amorphous V2O5 films

    International Nuclear Information System (INIS)

    Dhawan, Sahil; Vedeshwar, Agnikumar G; Tandon, R P

    2011-01-01

    The optical and structural properties of well characterized vacuum-evaporated amorphous V 2 O 5 films were studied in the thickness range 5-500 nm. The structural analyses show that V-O, O-O and V-V nearest neighbour distances defining the short range order vary nonlinearly with film thickness. The optical absorption shows thickness-dependent energy gap (E g ) and the nonlinear behaviour of thickness-dependent E g is similar to that of nearest neighbour distance with film thickness. The E g correlates linearly very well with all the three nearest neighbour distances. The variation of E g with film thickness is attributed to the residual stress in the film which causes the changes in short range order. The change in E g corresponding to the change in V-O distance was found to be 35 eV nm -1 . This change is almost three times of that with V-V distance.

  6. Soft Robotics Week

    CERN Document Server

    Rossiter, Jonathan; Iida, Fumiya; Cianchetti, Matteo; Margheri, Laura

    2017-01-01

    This book offers a comprehensive, timely snapshot of current research, technologies and applications of soft robotics. The different chapters, written by international experts across multiple fields of soft robotics, cover innovative systems and technologies for soft robot legged locomotion, soft robot manipulation, underwater soft robotics, biomimetic soft robotic platforms, plant-inspired soft robots, flying soft robots, soft robotics in surgery, as well as methods for their modeling and control. Based on the results of the second edition of the Soft Robotics Week, held on April 25 – 30, 2016, in Livorno, Italy, the book reports on the major research lines and novel technologies presented and discussed during the event.

  7. From Soft Sculpture to Soft Robotics: Retracing a Physical Aesthetics of Bio-Morphic Softness

    DEFF Research Database (Denmark)

    Jørgensen, Jonas

    2017-01-01

    Soft robotics has in the past decade emerged as a growing subfield of technical robotics research, distinguishable by its bio-inspired design strategies, interest in morphological computation, and interdisciplinary combination of insights from engineering, computer science, biology and material...... science. Recently, soft robotics technology has also started to make its way into art, design, and architecture. This paper attempts to think an aesthetics of softness and the life-like through an artistic tradition deeply imbricated with an interrogation of softness and its physical substrates, namely...... the soft sculpture that started proliferating in the late 1960s. Critical descriptions of these works, interestingly, frequently emphasize their similarities with living organisms and bodies as a central tenet of their aesthetics. The paper seeks to articulate aspects of a contiguity between softness...

  8. The soft notion of China's 'soft power'

    OpenAIRE

    Breslin, Shaun

    2011-01-01

    · Although debates over Chinese soft power have increased in\\ud recent years, there is no shared definition of what ‘soft power’\\ud actually means. The definition seems to change depending on\\ud what the observer wants to argue.\\ud · External analyses of soft power often include a focus on\\ud economic relations and other material (hard) sources of power\\ud and influence.\\ud · Many Chinese analyses of soft power focus on the promotion of a\\ud preferred (positive) understanding of China’s inter...

  9. Comparison of Pattern Recognition, Artificial Neural Network and Pedotransfer Functions for Estimation of Soil Water Parameters

    Directory of Open Access Journals (Sweden)

    Amir LAKZIAN

    2010-09-01

    Full Text Available This paper presents the comparison of three different approaches to estimate soil water content at defined values of soil water potential based on selected parameters of soil solid phase. Forty different sampling locations in northeast of Iran were selected and undisturbed samples were taken to measure the water content at field capacity (FC, -33 kPa, and permanent wilting point (PWP, -1500 kPa. At each location solid particle of each sample including the percentage of sand, silt and clay were measured. Organic carbon percentage and soil texture were also determined for each soil sample at each location. Three different techniques including pattern recognition approach (k nearest neighbour, k-NN, Artificial Neural Network (ANN and pedotransfer functions (PTF were used to predict the soil water at each sampling location. Mean square deviation (MSD and its components, index of agreement (d, root mean square difference (RMSD and normalized RMSD (RMSDr were used to evaluate the performance of all the three approaches. Our results showed that k-NN and PTF performed better than ANN in prediction of water content at both FC and PWP matric potential. Various statistics criteria for simulation performance also indicated that between kNN and PTF, the former, predicted water content at PWP more accurate than PTF, however both approach showed a similar accuracy to predict water content at FC.

  10. Self-avoiding trails with nearest-neighbour interactions on the square lattice

    International Nuclear Information System (INIS)

    Bedini, A; Owczarek, A L; Prellberg, T

    2013-01-01

    Self-avoiding walks and self-avoiding trails, two models of a polymer coil in dilute solution, have been shown to be governed by the same universality class. On the other hand, self-avoiding walks interacting via nearest-neighbour contacts (ISAW) and self-avoiding trails interacting via multiply visited sites (ISAT) are two models of the coil-globule, or collapse transition of a polymer in dilute solution. On the square lattice it has been established numerically that the collapse transition of each model lies in a different universality class. The models differ in two substantial ways. They differ in the types of subsets of random walk configurations utilized (site self-avoidance versus bond self-avoidance) and in the type of attractive interaction. It is therefore of some interest to consider self-avoiding trails interacting via nearest-neighbour attraction (INNSAT) in order to ascertain the source of the difference in the collapse universality class. Using the flatPERM algorithm, we have performed computer simulations of this model. We present numerical evidence that the singularity in the free energy of INNSAT at the collapse transition has a similar exponent to that of the ISAW model rather than the ISAT model. This would indicate that the type of interaction used in ISAW and ISAT is the source of the difference in the universality class. (paper)

  11. Neighbour and traffic noise annoyance: A nationwide study of associated mental health and perceived stress

    DEFF Research Database (Denmark)

    Jensen, Heidi AR; Rasmussen, Birgit; Ekholm, Ola

    2018-01-01

    Background Noise exposure is a well-known risk factor for multiple adverse health effects. Annoyance is the most prevalent response to environmental noise and may result in negative emotional responses, including poor mental health and high levels of perceived stress. The aim of this study...... was to investigate the association between neighbour and traffic noise annoyance, and mental health and perceived stress. Methods Data were derived from the Danish Health and Morbidity surveys in 2010 and 2013. The study was based on a random sample of the adult population in Denmark living in multistorey housing (n...... = 7090). Information on neighbour and traffic noise annoyance during the past 2 weeks, and mental health and perceived stress, using Short Form-12 and Perceived Stress Scale instruments, respectively, was obtained by means of self-administered questionnaires. Multiple logistic regression models were used...

  12. Reproductive performance in three neighbouring Great Cormorant (Phalacrocorax carbo) colonies in sw Kattegat, Denmark

    DEFF Research Database (Denmark)

    Bregnballe, Thomas; Gregersen, Jens; Hénaux, Viviane

    of Great Cormorants Phalacrocorax carbo sinensis in the old Danish Vorsø colony as it quadrupled in number of breeding pairs and later declined markedly. Some of these parameters were also studied in two neighbouring colonies. We found marked declines in breeding success in the old colony while breeding...

  13. Neighbourly support of people with chronic illness; is it related to neighbourhood social capital?

    NARCIS (Netherlands)

    Waverijn, G.; Heijmans, M.; Groenewegen, P.P.

    2017-01-01

    The neighbourhood may provide resources for health. It is to date unknown whether people who live in neighbourhoods with more social capital have more access to practical and emotional support by neighbours, or whether this is a resource only available to those who are personally connected to people

  14. PairWise Neighbours database: overlaps and spacers among prokaryote genomes

    Directory of Open Access Journals (Sweden)

    Garcia-Vallvé Santiago

    2009-06-01

    Full Text Available Abstract Background Although prokaryotes live in a variety of habitats and possess different metabolic and genomic complexity, they have several genomic architectural features in common. The overlapping genes are a common feature of the prokaryote genomes. The overlapping lengths tend to be short because as the overlaps become longer they have more risk of deleterious mutations. The spacers between genes tend to be short too because of the tendency to reduce the non coding DNA among prokaryotes. However they must be long enough to maintain essential regulatory signals such as the Shine-Dalgarno (SD sequence, which is responsible of an efficient translation. Description PairWise Neighbours is an interactive and intuitive database used for retrieving information about the spacers and overlapping genes among bacterial and archaeal genomes. It contains 1,956,294 gene pairs from 678 fully sequenced prokaryote genomes and is freely available at the URL http://genomes.urv.cat/pwneigh. This database provides information about the overlaps and their conservation across species. Furthermore, it allows the wide analysis of the intergenic regions providing useful information such as the location and strength of the SD sequence. Conclusion There are experiments and bioinformatic analysis that rely on correct annotations of the initiation site. Therefore, a database that studies the overlaps and spacers among prokaryotes appears to be desirable. PairWise Neighbours database permits the reliability analysis of the overlapping structures and the study of the SD presence and location among the adjacent genes, which may help to check the annotation of the initiation sites.

  15. Soft ideal topological space and mixed fuzzy soft ideal topological space

    Directory of Open Access Journals (Sweden)

    Manash Borah

    2019-01-01

    Full Text Available In this paper we introduce fuzzy soft ideal and mixed fuzzy soft ideal topological spaces and some properties of this space. Also we introduce fuzzy soft $I$-open set, fuzzy soft $\\alpha$-$I$-open set, fuzzy soft pre-$I$-open set, fuzzy soft semi-$I$-open set and fuzzy soft $\\beta$-$I$-open set and discuss some of their properties.

  16. SoftAR: visually manipulating haptic softness perception in spatial augmented reality.

    Science.gov (United States)

    Punpongsanon, Parinya; Iwai, Daisuke; Sato, Kosuke

    2015-11-01

    We present SoftAR, a novel spatial augmented reality (AR) technique based on a pseudo-haptics mechanism that visually manipulates the sense of softness perceived by a user pushing a soft physical object. Considering the limitations of projection-based approaches that change only the surface appearance of a physical object, we propose two projection visual effects, i.e., surface deformation effect (SDE) and body appearance effect (BAE), on the basis of the observations of humans pushing physical objects. The SDE visualizes a two-dimensional deformation of the object surface with a controlled softness parameter, and BAE changes the color of the pushing hand. Through psychophysical experiments, we confirm that the SDE can manipulate softness perception such that the participant perceives significantly greater softness than the actual softness. Furthermore, fBAE, in which BAE is applied only for the finger area, significantly enhances manipulation of the perception of softness. We create a computational model that estimates perceived softness when SDE+fBAE is applied. We construct a prototype SoftAR system in which two application frameworks are implemented. The softness adjustment allows a user to adjust the softness parameter of a physical object, and the softness transfer allows the user to replace the softness with that of another object.

  17. Religion promotes a love for thy neighbour: But how big is the neighbourhood?

    Science.gov (United States)

    McKay, Ryan; Whitehouse, Harvey

    2016-01-01

    The term prosocial has often been taken to mean nice or neighbourly, but many acts that further in-group interests are hostile and aggressive towards out-groups. According to Norenzayan et al., religion's ability to foster social cohesion within religious groups has been a key factor in the human transition to complex societies. But what are the prospects for nonparochial "religious prosociality"?

  18. The love for the poor neighbour: in memory of her (Matthew 26:6-13 ...

    African Journals Online (AJOL)

    This article explores whether the Jesus saying in Matthew 26:11 contradicts the Jesus tradition about caring for the poor. Bultmann's understanding of the love commandment provides a key to understanding this perceived paradox. On the one hand, in Matthew 19:21, Jesus says that to love one's neighbour as required by ...

  19. Determining the location and nearest neighbours of aluminium in zeolites with atom probe tomography

    NARCIS (Netherlands)

    Perea, Daniel E.; Arslan, Ilke; Liu, Jia; Ristanovic, Zoran; Kovarik, Libor; Arey, Bruce W.; Lercher, Johannes A.; Bare, Simon R.; Weckhuysen, Bert M.

    Zeolite catalysis is determined by a combination of pore architecture and Bronsted acidity. As Bronsted acid sites are formed by the substitution of AlO4 for SiO4 tetrahedra, it is of utmost importance to have information on the number as well as the location and neighbouring sites of framework

  20. Soft Neutrosophic Bi-LA-semigroup and Soft Neutrosophic N-LA-seigroup

    Directory of Open Access Journals (Sweden)

    Mumtaz Ali

    2014-09-01

    Full Text Available Soft set theory is a general mathematical tool for dealing with uncertain, fuzzy, not clearly defined objects. In this paper we introduced soft neutrosophic biLA-semigroup,soft neutosophic sub bi-LA-semigroup, soft neutrosophic N -LA-semigroup with the discuission of some of their characteristics. We also introduced a new type of soft neutrophic bi-LAsemigroup, the so called soft strong neutrosophic bi-LAsemigoup which is of pure neutrosophic character. This is also extend to soft neutrosophic strong N-LA-semigroup. We also given some of their properties of this newly born soft structure related to the strong part of neutrosophic theory.

  1. Automated web usage data mining and recommendation system using K-Nearest Neighbor (KNN classification method

    Directory of Open Access Journals (Sweden)

    D.A. Adeniyi

    2016-01-01

    Full Text Available The major problem of many on-line web sites is the presentation of many choices to the client at a time; this usually results to strenuous and time consuming task in finding the right product or information on the site. In this work, we present a study of automatic web usage data mining and recommendation system based on current user behavior through his/her click stream data on the newly developed Really Simple Syndication (RSS reader website, in order to provide relevant information to the individual without explicitly asking for it. The K-Nearest-Neighbor (KNN classification method has been trained to be used on-line and in Real-Time to identify clients/visitors click stream data, matching it to a particular user group and recommend a tailored browsing option that meet the need of the specific user at a particular time. To achieve this, web users RSS address file was extracted, cleansed, formatted and grouped into meaningful session and data mart was developed. Our result shows that the K-Nearest Neighbor classifier is transparent, consistent, straightforward, simple to understand, high tendency to possess desirable qualities and easy to implement than most other machine learning techniques specifically when there is little or no prior knowledge about data distribution.

  2. Software refactoring at the package level using clustering techniques

    KAUST Repository

    Alkhalid, A.

    2011-01-01

    Enhancing, modifying or adapting the software to new requirements increases the internal software complexity. Software with high level of internal complexity is difficult to maintain. Software refactoring reduces software complexity and hence decreases the maintenance effort. However, software refactoring becomes quite challenging task as the software evolves. The authors use clustering as a pattern recognition technique to assist in software refactoring activities at the package level. The approach presents a computer aided support for identifying ill-structured packages and provides suggestions for software designer to balance between intra-package cohesion and inter-package coupling. A comparative study is conducted applying three different clustering techniques on different software systems. In addition, the application of refactoring at the package level using an adaptive k-nearest neighbour (A-KNN) algorithm is introduced. The authors compared A-KNN technique with the other clustering techniques (viz. single linkage algorithm, complete linkage algorithm and weighted pair-group method using arithmetic averages). The new technique shows competitive performance with lower computational complexity. © 2011 The Institution of Engineering and Technology.

  3. Structural Evolution of the R-T Phase Boundary in KNN-Based Ceramics

    KAUST Repository

    Lv, Xiang

    2017-10-04

    Although a rhombohedral-tetragonal (R-T) phase boundary is known to substantially enhance the piezoelectric properties of potassium-sodium niobate ceramics, the structural evolution of the R-T phase boundary itself is still unclear. In this work, the structural evolution of R-T phase boundary from -150 °C to 200 °C is investigated in (0.99-x)K0.5Na0.5Nb1-ySbyO3-0.01CaSnO3-xBi0.5K0.5HfO3 (where x=0~0.05 with y=0.035, and y=0~0.07 with x=0.03) ceramics. Through temperature-dependent powder X-ray diffraction (XRD) patterns and Raman spectra, the structural evolution was determined to be Rhombohedral (R, <-125 °C) → Rhombohedral+Orthorhombic (R+O, -125 °C to 0 °C) → Rhombohedral+Tetragonal (R+T, 0 °C to 150 °C) → dominating Tetragonal (T, 200 °C to Curie temperature (TC)) → Cubic (C, >TC). In addition, the enhanced electrical properties (e.g., a direct piezoelectric coefficient (d33) of ~450±5 pC/N, a conversion piezoelectric coefficient (d33*) of ~580±5 pm/V, an electromechanical coupling factor (kp) of ~0.50±0.02, and TC~250 °C), fatigue-free behavior, and good thermal stability were exhibited by the ceramics possessing the R-T phase boundary. This work improves understanding of the physical mechanism behind the R-T phase boundary in KNN-based ceramics and is an important step towards their adoption in practical applications. This article is protected by copyright. All rights reserved.

  4. Soft, embodied, situated & connected: enriching interactions with soft wearbles

    NARCIS (Netherlands)

    Tomico Plasencia, O.; Wilde, D.

    2016-01-01

    Soft wearables include clothing and textile-based accessories that incorporate smart textiles and soft electronic interfaces to enable responsive and interactive experiences. When designed well, soft wearables leverage the cultural, sociological and material qualities of textiles, fashion and dress;

  5. Soft electronics for soft robotics

    Science.gov (United States)

    Kramer, Rebecca K.

    2015-05-01

    As advanced as modern machines are, the building blocks have changed little since the industrial revolution, leading to rigid, bulky, and complex devices. Future machines will include electromechanical systems that are soft and elastically deformable, lending them to applications such as soft robotics, wearable/implantable devices, sensory skins, and energy storage and transport systems. One key step toward the realization of soft systems is the development of stretchable electronics that remain functional even when subject to high strains. Liquid-metal traces embedded in elastic polymers present a unique opportunity to retain the function of rigid metal conductors while leveraging the deformable properties of liquid-elastomer composites. However, in order to achieve the potential benefits of liquid-metal, scalable processing and manufacturing methods must be identified.

  6. Identification of motion from multi-channel EMG signals for control of prosthetic hand

    International Nuclear Information System (INIS)

    Geethanjali, P.; Ray, K.K.

    2011-01-01

    Full text: The authors in this paper propose an effective and efficient pattern recognition technique from four channel electromyogram (EMG) signals for control of multifunction prosthetic hand. Time domain features such as mean absolute value, number of zero crossings, number of slope sign changes and waveform length are considered for pattern recognition. The patterns are classified using simple logistic regression (SLR) technique and decision tree (DT) using J48 algorithm. In this study six specific hand and wrist motions are identified from the EMG signals obtained from ten different able-bodied. By considering relevant dominant features for pattern recognition, the processing time as well as memory space of the SLR and DT classifiers is found to be less in comparison with neural network (NN), k-nearest neighbour model 1 (kNN Model-1), k-nearest neighbour model 2 (kNN-Model-2) and linear discriminant analysis. The classification accuracy of SLR classifier is found to be 91 ± 1.9%. (author)

  7. Nagra technical report 14-02, Geological basics - Dossier VI - Barrier properties of proposed host rock sediments and neighbouring rock

    International Nuclear Information System (INIS)

    Gautschi, A.; Deplazes, G.; Traber, D.; Marschall, P.; Mazurek, M.; Gimmi, T.; Maeder, U.

    2014-01-01

    This dossier is the sixth of a series of eight reports concerning the safety and technical aspects of locations for the disposal of radioactive wastes in Switzerland. It discusses the barrier properties of the proposed host rock sediments and neighbouring rock layers. The mineralogical composition of the host rocks are discussed as are their pore densities and hydrological properties. Diffusion aspects are discussed. The aquifer systems in the proposed depository areas and their classification are looked at. The barrier properties of the host rocks and those of neighbouring sediments are discussed. Finally, modelling concepts and parameters for the transport of radionuclides in the rocks are discussed

  8. A nearest-neighbour discretisation of the regularized stokeslet boundary integral equation

    Science.gov (United States)

    Smith, David J.

    2018-04-01

    The method of regularized stokeslets is extensively used in biological fluid dynamics due to its conceptual simplicity and meshlessness. This simplicity carries a degree of cost in computational expense and accuracy because the number of degrees of freedom used to discretise the unknown surface traction is generally significantly higher than that required by boundary element methods. We describe a meshless method based on nearest-neighbour interpolation that significantly reduces the number of degrees of freedom required to discretise the unknown traction, increasing the range of problems that can be practically solved, without excessively complicating the task of the modeller. The nearest-neighbour technique is tested against the classical problem of rigid body motion of a sphere immersed in very viscous fluid, then applied to the more complex biophysical problem of calculating the rotational diffusion timescales of a macromolecular structure modelled by three closely-spaced non-slender rods. A heuristic for finding the required density of force and quadrature points by numerical refinement is suggested. Matlab/GNU Octave code for the key steps of the algorithm is provided, which predominantly use basic linear algebra operations, with a full implementation being provided on github. Compared with the standard Nyström discretisation, more accurate and substantially more efficient results can be obtained by de-refining the force discretisation relative to the quadrature discretisation: a cost reduction of over 10 times with improved accuracy is observed. This improvement comes at minimal additional technical complexity. Future avenues to develop the algorithm are then discussed.

  9. Soft leptogenesis

    International Nuclear Information System (INIS)

    D'Ambrosio, Giancarlo; Giudice, Gian F.; Raidal, Martti

    2003-01-01

    We study 'soft leptogenesis', a new mechanism of leptogenesis which does not require flavour mixing among the right-handed neutrinos. Supersymmetry soft-breaking terms give a small mass splitting between the CP-even and CP-odd right-handed sneutrino states of a single generation and provide a CP-violating phase sufficient to generate a lepton asymmetry. The mechanism is successful if the lepton-violating soft bilinear coupling is unconventionally (but not unnaturally) small. The values of the right-handed neutrino masses predicted by soft leptogenesis can be low enough to evade the cosmological gravitino problem

  10. Fault Detection Using the Clustering-kNN Rule for Gas Sensor Arrays

    Directory of Open Access Journals (Sweden)

    Jingli Yang

    2016-12-01

    Full Text Available The k-nearest neighbour (kNN rule, which naturally handles the possible non-linearity of data, is introduced to solve the fault detection problem of gas sensor arrays. In traditional fault detection methods based on the kNN rule, the detection process of each new test sample involves all samples in the entire training sample set. Therefore, these methods can be computation intensive in monitoring processes with a large volume of variables and training samples and may be impossible for real-time monitoring. To address this problem, a novel clustering-kNN rule is presented. The landmark-based spectral clustering (LSC algorithm, which has low computational complexity, is employed to divide the entire training sample set into several clusters. Further, the kNN rule is only conducted in the cluster that is nearest to the test sample; thus, the efficiency of the fault detection methods can be enhanced by reducing the number of training samples involved in the detection process of each test sample. The performance of the proposed clustering-kNN rule is fully verified in numerical simulations with both linear and non-linear models and a real gas sensor array experimental system with different kinds of faults. The results of simulations and experiments demonstrate that the clustering-kNN rule can greatly enhance both the accuracy and efficiency of fault detection methods and provide an excellent solution to reliable and real-time monitoring of gas sensor arrays.

  11. Evaluation of the impact of explanatory variables on the accuracy of prediction of daily inflow to the sewage treatment plant by selected models nonlinear

    Directory of Open Access Journals (Sweden)

    Szeląg Bartosz

    2017-09-01

    Full Text Available The aim of the study was to evaluate the possibility of applying different methods of data mining to model the inflow of sewage into the municipal sewage treatment plant. Prediction models were elaborated using methods of support vector machines (SVM, random forests (RF, k-nearest neighbour (k-NN and of Kernel regression (K. Data consisted of the time series of daily rainfalls, water level measurements in the clarified sewage recipient and the wastewater inflow into the Rzeszow city plant. Results indicate that the best models with one input delayed by 1 day were obtained using the k-NN method while the worst with the K method. For the models with two input variables and one explanatory one the smallest errors were obtained if model inputs were sewage inflow and rainfall data delayed by 1 day and the best fit is provided using RF method while the worst with the K method. In the case of models with three inputs and two explanatory variables, the best results were reported for the SVM and the worst for the K method. In the most of the modelling runs the smallest prediction errors are obtained using the SVM method and the biggest ones with the K method. In the case of the simplest model with one input delayed by 1 day the best results are provided using k-NN method and by the models with two inputs in two modelling runs the RF method appeared as the best.

  12. Fault Detection Using the Clustering-kNN Rule for Gas Sensor Arrays

    Science.gov (United States)

    Yang, Jingli; Sun, Zhen; Chen, Yinsheng

    2016-01-01

    The k-nearest neighbour (kNN) rule, which naturally handles the possible non-linearity of data, is introduced to solve the fault detection problem of gas sensor arrays. In traditional fault detection methods based on the kNN rule, the detection process of each new test sample involves all samples in the entire training sample set. Therefore, these methods can be computation intensive in monitoring processes with a large volume of variables and training samples and may be impossible for real-time monitoring. To address this problem, a novel clustering-kNN rule is presented. The landmark-based spectral clustering (LSC) algorithm, which has low computational complexity, is employed to divide the entire training sample set into several clusters. Further, the kNN rule is only conducted in the cluster that is nearest to the test sample; thus, the efficiency of the fault detection methods can be enhanced by reducing the number of training samples involved in the detection process of each test sample. The performance of the proposed clustering-kNN rule is fully verified in numerical simulations with both linear and non-linear models and a real gas sensor array experimental system with different kinds of faults. The results of simulations and experiments demonstrate that the clustering-kNN rule can greatly enhance both the accuracy and efficiency of fault detection methods and provide an excellent solution to reliable and real-time monitoring of gas sensor arrays. PMID:27929412

  13. No-neighbours recurrence schemes for space-time Green's functions on a 3D simple cubic lattice

    NARCIS (Netherlands)

    De Hon, Bastiaan P.; Floris, Sander J.; Arnold, John M.

    2018-01-01

    Application of multivariate creative telescoping to a finite triple sum representation of the discrete space-time Green's function for an arbitrary numeric (non-symbolic) lattice point on a 3D simple cubic lattice produces a fast, no-neighbours, seventh-order, eighteenth-degree, discrete-time

  14. Soft Robotics.

    Science.gov (United States)

    Whitesides, George M

    2018-04-09

    This description of "soft robotics" is not intended to be a conventional review, in the sense of a comprehensive technical summary of a developing field. Rather, its objective is to describe soft robotics as a new field-one that offers opportunities to chemists and materials scientists who like to make "things" and to work with macroscopic objects that move and exert force. It will give one (personal) view of what soft actuators and robots are, and how this class of soft devices fits into the more highly developed field of conventional "hard" robotics. It will also suggest how and why soft robotics is more than simply a minor technical "tweak" on hard robotics and propose a unique role for chemistry, and materials science, in this field. Soft robotics is, at its core, intellectually and technologically different from hard robotics, both because it has different objectives and uses and because it relies on the properties of materials to assume many of the roles played by sensors, actuators, and controllers in hard robotics. © 2018 Wiley-VCH Verlag GmbH & Co. KGaA, Weinheim.

  15. Sentiment classification of Roman-Urdu opinions using Naïve Bayesian, Decision Tree and KNN classification techniques

    Directory of Open Access Journals (Sweden)

    Muhammad Bilal

    2016-07-01

    Full Text Available Sentiment mining is a field of text mining to determine the attitude of people about a particular product, topic, politician in newsgroup posts, review sites, comments on facebook posts twitter, etc. There are many issues involved in opinion mining. One important issue is that opinions could be in different languages (English, Urdu, Arabic, etc.. To tackle each language according to its orientation is a challenging task. Most of the research work in sentiment mining has been done in English language. Currently, limited research is being carried out on sentiment classification of other languages like Arabic, Italian, Urdu and Hindi. In this paper, three classification models are used for text classification using Waikato Environment for Knowledge Analysis (WEKA. Opinions written in Roman-Urdu and English are extracted from a blog. These extracted opinions are documented in text files to prepare a training dataset containing 150 positive and 150 negative opinions, as labeled examples. Testing data set is supplied to three different models and the results in each case are analyzed. The results show that Naïve Bayesian outperformed Decision Tree and KNN in terms of more accuracy, precision, recall and F-measure.

  16. Power release estimation inside of a fuel pin neighbouring a WWER-440 control rod

    International Nuclear Information System (INIS)

    Mikus, J.

    2006-01-01

    This work presents an estimation of the control rod (CR) influence in the WWER-440 core on the power release inside of a fuel pin neighbouring CR, that can have some consequences due to possible static and cyclic loads, for example fuel pin / fuel assembly bowing. For this purpose detailed (usual) axial power distribution measurements were performed in a WWER-440 type core on the light water, zero-power research reactor LR-0 in fuel pins near to an authentic CR model at zero boron concentration in moderator, modelling the conditions at the end of fuel cycle. To demonstrate the CR influence on power distribution inside of one fuel pin neighbouring CR, results of above measurements were used for estimation of the: 1) Axial power distribution inside of the investigated fuel pin in both opposite positions on its pellets surface that are situated to- and outwards CR and corresponding gradient of the (r, z) - power distribution in above opposite positions and 2) Azimuthal power distributions on pellet surface of the investigated fuel pin in horizontal planes at selected axial coordinates. Similar information can be relevant from the viewpoint of the fuel pin failures occurrence investigation

  17. The mean distance to the nth neighbour in a uniform distribution of random points: an application of probability theory

    International Nuclear Information System (INIS)

    Bhattacharyya, Pratip; Chakrabarti, Bikas K

    2008-01-01

    We study different ways of determining the mean distance (r n ) between a reference point and its nth neighbour among random points distributed with uniform density in a D-dimensional Euclidean space. First, we present a heuristic method; though this method provides only a crude mathematical result, it shows a simple way of estimating (r n ). Next, we describe two alternative means of deriving the exact expression of (r n ): we review the method using absolute probability and develop an alternative method using conditional probability. Finally, we obtain an approximation to (r n ) from the mean volume between the reference point and its nth neighbour and compare it with the heuristic and exact results

  18. How to be a good neighbour: Facilitation and competition between two co-flowering species.

    Science.gov (United States)

    Mesgaran, Mohsen B; Bouhours, Juliette; Lewis, Mark A; Cousens, Roger D

    2017-06-07

    Empirical evidence suggests that co-flowering species can facilitate each other through shared pollinators. However, the extent to which one co-flowering species can relieve pollination limitation of another while simultaneously competing for abiotic resource has rarely been examined. Using a deterministic model we explored the demographic outcome for one ("focal") species of its co-occurrence with a species that shares pollinators and competes for both pollinator visitation and abiotic resources. In this paper we showed how the overall impact can be positive or negative, depending on the balance between enhanced fertilization versus increased competition. Our model could predict the density of co-flowering species that will maximize the pollination rate of the focal species by attracting pollinators. Because that density will also give rise to competitive effects, a lower density of co-flowering species is required for optimizing the trade-off between enhanced fertilization and competition so as to give the maximum possible facilitation of reproduction in the focal species. Results were qualitatively different when we considered attractiveness of the co-flowering species, as opposed to its density, because attractiveness, unlike density, had no effect on competition for abiotic resources. Whereas unattractive neighbours would not bring in pollinators, very attractive neighbours would captivate pollinators, not sharing them with the focal species. Thus optimal benefit to the focal species came at intermediate levels of attractiveness in the co-flowering species. This intermediate level of attractiveness in co-flowering species simultaneously maximized pollination and overall facilitation of reproduction for the focal species. The likelihood of facilitation was predicted to decline with the selfing rate of the focal species, revealing an indirect cost for an inbreeding mating system. Whether a co-flowering species can be facilitative depends on the way pollinators

  19. SUPRA SOFT SEPARATION AXIOMS AND SUPRA IRRESOLUTENESS BASED ON SUPRA B-SOFT SETS

    OpenAIRE

    Abd El-latif, Alaa Mohamed; Hosny, Rodyna Ahmed

    2016-01-01

    This paper introduces supra soft b-separation axioms based on the supra b-open soft sets which are more general than supra open soft sets. We investigate the relationships between these supra soft separation axioms. Furthermore, with the help of examples it is established that the converse does not hold. We show that, a supra soft topological space (X; t;E) is supra soft b-T1-space, if xE is supra b-closed soft set in for each x 2 X. Also, we prove that xE is supra b-closed soft set for each ...

  20. Soft lubrication

    Science.gov (United States)

    Skotheim, Jan; Mahadevan, Laksminarayanan

    2004-11-01

    We study the lubrication of fluid-immersed soft interfaces and show that elastic deformation couples tangential and normal forces and thus generates lift. We consider materials that deform easily, due to either geometry (e.g a shell) or constitutive properties (e.g. a gel or a rubber), so that the effects of pressure and temperature on the fluid properties may be neglected. Four different system geometries are considered: a rigid cylinder moving tangentially to a soft layer coating a rigid substrate; a soft cylinder moving tangentially to a rigid substrate; a cylindrical shell moving tangentially to a rigid substrate; and finally a journal bearing coated with a thin soft layer, which being a conforming contact allows us to gauge the influence of contact geometry. In addition, for the particular case of a soft layer coating a rigid substrate we consider both elastic and poroelastic material responses. Finally, we consider the role of contact geometry in the context of the journal bearing, a conforming contact. For all these cases we find the same generic behavior: there is an optimal combination of geometric and material parameters that maximizes the dimensionless normal force as a function of the softness.

  1. An algorithm for centerline extraction using natural neighbour interpolation

    DEFF Research Database (Denmark)

    Mioc, Darka; Antón Castro, Francesc/François; Dharmaraj, Girija

    2004-01-01

    , especially due to the lack of explicit topology in commercial GIS systems. Indeed, each map update might require the batch processing of the whole map. Currently, commercial GIS do not offer completely automatic raster/vector conversion even for simple scanned black and white maps. Various commercial raster...... they need user defined tolerances settings, what causes difficulties in the extraction of complex spatial features, for example: road junctions, curved or irregular lines and complex intersections of linear features. The approach we use here is based on image processing filtering techniques to extract...... to the improvement of data caption and conversion in GIS and to develop a software toolkit for automated raster/vector conversion. The approach is based on computing the skeleton from Voronoi diagrams using natural neighbour interpolation. In this paper we present the algorithm for skeleton extraction from scanned...

  2. Soft Congruence Relations over Rings

    Science.gov (United States)

    Xin, Xiaolong; Li, Wenting

    2014-01-01

    Molodtsov introduced the concept of soft sets, which can be seen as a new mathematical tool for dealing with uncertainty. In this paper, we initiate the study of soft congruence relations by using the soft set theory. The notions of soft quotient rings, generalized soft ideals and generalized soft quotient rings, are introduced, and several related properties are investigated. Also, we obtain a one-to-one correspondence between soft congruence relations and idealistic soft rings and a one-to-one correspondence between soft congruence relations and soft ideals. In particular, the first, second, and third soft isomorphism theorems are established, respectively. PMID:24949493

  3. Soft Tissue Sarcoma

    Science.gov (United States)

    ... muscles, tendons, fat, and blood vessels. Soft tissue sarcoma is a cancer of these soft tissues. There ... have certain genetic diseases. Doctors diagnose soft tissue sarcomas with a biopsy. Treatments include surgery to remove ...

  4. Design of a Soft Robot with Multiple Motion Patterns Using Soft Pneumatic Actuators

    Science.gov (United States)

    Miao, Yu; Dong, Wei; Du, Zhijiang

    2017-11-01

    Soft robots are made of soft materials and have good flexibility and infinite degrees of freedom in theory. These properties enable soft robots to work in narrow space and adapt to external environment. In this paper, a 2-DOF soft pneumatic actuator is introduced, with two chambers symmetrically distributed on both sides and a jamming cylinder along the axis. Fibers are used to constrain the expansion of the soft actuator. Experiments are carried out to test the performance of the soft actuator, including bending and elongation characteristics. A soft robot is designed and fabricated by connecting four soft pneumatic actuators to a 3D-printed board. The soft robotic system is then established. The pneumatic circuit is built by pumps and solenoid valves. The control system is based on the control board Arduino Mega 2560. Relay modules are used to control valves and pressure sensors are used to measure pressure in the pneumatic circuit. Experiments are conducted to test the performance of the proposed soft robot.

  5. ‘ELENA goes mobile’: a mobile assisted early language learning pilot for familiarizing children with neighbouring languages

    NARCIS (Netherlands)

    Rusman, Ellen; Ternier, Stefaan; Sassen, Derk

    2013-01-01

    Rusman, E., Ternier, S., & Sassen, D. (2013). ‘ELENA goes mobile’: a mobile assisted early language learning pilot for familiarizing children with neighbouring languages. In Pixel (Ed.), Proceedings of ICT for Language Learning, Conference Proceedings 2013, 6th Conference edition (pp. xx-xx).

  6. 'ELENA goes mobile': a mobile assisted early foreign language learning pilot for familiarizing children with neighbouring languages

    NARCIS (Netherlands)

    Rusman, Ellen; Ternier, Stefaan; Sassen, Derk

    2013-01-01

    Rusman, E., Ternier, S., & Sassen, D. (2013, 14-15 November). 'ELENA goes mobile': a mobile assisted early foreign language learning pilot for familiarizing children with neighbouring languages. Presentation (virtual) at the 6th ICT for Language learning Conference, Florence, Italy. (URL of virtual

  7. The borderlands concept and its application to China's relations with its Asian neighbours

    OpenAIRE

    FOOT, Rosemary

    2016-01-01

    In deploying the concept of borderlands to the case of China, this paper seeks to uncover patterns in Chinese behaviour towards its Asian neighbours. It provides a brief examination of China’s imperial as well as post-imperial relations with Asian states. In its focus on imperial China, it suggests the impact of tributary relationships and of a Confucian order at times of Chinese imperial strength as well as imperial weakness. It also investigates some areas of contested or incomplete soverei...

  8. A Comparative Study with RapidMiner and WEKA Tools over some Classification Techniques for SMS Spam

    Science.gov (United States)

    Foozy, Cik Feresa Mohd; Ahmad, Rabiah; Faizal Abdollah, M. A.; Chai Wen, Chuah

    2017-08-01

    SMS Spamming is a serious attack that can manipulate the use of the SMS by spreading the advertisement in bulk. By sending the unwanted SMS that contain advertisement can make the users feeling disturb and this against the privacy of the mobile users. To overcome these issues, many studies have proposed to detect SMS Spam by using data mining tools. This paper will do a comparative study using five machine learning techniques such as Naïve Bayes, K-NN (K-Nearest Neighbour Algorithm), Decision Tree, Random Forest and Decision Stumps to observe the accuracy result between RapidMiner and WEKA for dataset SMS Spam UCI Machine Learning repository.

  9. CERN is celebrating its anniversary - invite your neighbours!

    CERN Document Server

    Corinne Pralavorio

    2014-01-01

    On 24 and 25 May 2014, CERN will be organising a weekend of discovery to celebrate its 60th anniversary with its (our) neighbours. Come and help us to welcome them as a volunteer!   CERN is celebrating 60 years since its establishment - 60 years during which the region and the Laboratory have developed strong links. To celebrate this collaboration, two days of visits and activities for everyone living in the region are being organised. Underground visits to the CMS detector in Cessy, the LHCb detector in Ferney-Voltaire and the LHC machine in Échenevex will be held throughout the weekend. Some 6,000 visitors are expected to make the most of one of the last chances to visit the underground installations before the LHC is restarted next year. These visits are open only to people aged 12 years and over and are by reservation only. Members of the public are also invited to take part in fun activities at the site of the CMS experiment in Cessy. The programme includes demonstrations an...

  10. Surgical outcomes of a civil war in a neighbouring country.

    Science.gov (United States)

    Akkucuk, Seckin; Aydogan, A; Yetim, I; Ugur, M; Oruc, C; Kilic, E; Paltaci, I; Kaplan, A; Temiz, M

    2016-08-01

    The civil war in Syria began on 15 March 2011, and many of the injured were treated in the neighbouring country of Turkey. This study reports the surgical outcomes of this war, in a tertiary centre in Turkey. 159 patients with civilian war injuries in Syria who were admitted to the General Surgery Department in the Research and Training Hospital of the Medical School of Mustafa Kemal University, Hatay, Turkey, between 2011 and 2012 were analysed regarding the age, sex, injury type, history of previous surgery for the injury, types of abdominal injuries (solid or luminal organ), the status of isolated abdominal injuries or multiple injuries, mortality, length of hospital stay and injury severity scoring. The median age of the patients was 30.05 (18-66 years) years. Most of the injuries were gunshot wounds (99 of 116 patients, 85.3%). Primary and previously operated patients were transferred to our clinic in a median time of 6.28±4.44 h and 58.11±44.08 h, respectively. Most of the patients had intestinal injuries; although a limited number of patients with colorectal injuries were treated with primary repair, stoma was the major surgical option due to the gross peritoneal contamination secondary to prolonged transport time. Two women and 21 men died. The major cause of death was multiorgan failure secondary to sepsis (18 patients). In the case of civil war in the bordering countries, it is recommended that precautions are taken, such as transformation of nearby civilian hospitals into military ones and employment of experienced trauma surgeons in these hospitals to provide effective medical care. Damage control procedures can avoid fatalities especially before the lethal triad of physiological demise occurs. Rapid transport of the wounded to the nearest medical centre is the key point in countries neighbouring a civil war. Published by the BMJ Publishing Group Limited. For permission to use (where not already granted under a licence) please go to http://www.bmj.com/company/products-services/rights-and-licensing/

  11. 'ELENA goes mobile': a mobile assisted early foreign language learning pilot for familiarizing children with neighbouring languages

    OpenAIRE

    Rusman, Ellen; Ternier, Stefaan; Sassen, Derk

    2013-01-01

    Rusman, E., Ternier, S., & Sassen, D. (2013, 14-15 November). 'ELENA goes mobile': a mobile assisted early foreign language learning pilot for familiarizing children with neighbouring languages. Presentation (virtual) at the 6th ICT for Language learning Conference, Florence, Italy. (URL of virtual presentation, including audio, will follow).

  12. Fully Soft 3D-Printed Electroactive Fluidic Valve for Soft Hydraulic Robots.

    Science.gov (United States)

    Zatopa, Alex; Walker, Steph; Menguc, Yigit

    2018-06-01

    Soft robots are designed to utilize their compliance and contortionistic abilities to both interact safely with their environment and move through it in ways a rigid robot cannot. To more completely achieve this, the robot should be made of as many soft components as possible. Here we present a completely soft hydraulic control valve consisting of a 3D-printed photopolymer body with electrorheological (ER) fluid as a working fluid and gallium-indium-tin liquid metal alloy as electrodes. This soft 3D-printed ER valve weighs less than 10 g and allows for onboard actuation control, furthering the goal of an entirely soft controllable robot. The soft ER valve pressure-holding capabilities were tested under unstrained conditions, cyclic valve activation, and the strained conditions of bending, twisting, stretching, and indentation. It was found that the max holding pressure of the valve when 5 kV was applied across the electrodes was 264 kPa, and that the holding pressure deviated less than 15% from the unstrained max holding pressure under all strain conditions except for indentation, which had a 60% max pressure increase. In addition, a soft octopus-like robot was designed, 3D printed, and assembled, and a soft ER valve was used to stop the fluid flow, build pressure in the robot, and actuate six tentacle-like soft bending actuators.

  13. Soft matter physics

    CERN Document Server

    Doi, Masao

    2013-01-01

    Soft matter (polymers, colloids, surfactants and liquid crystals) are an important class of materials in modern technology. They also form the basis of many future technologies, for example in medical and environmental applications. Soft matter shows complex behaviour between fluids and solids, and used to be a synonym of complex materials. Due to the developments of the past two decades, soft condensed matter can now be discussed on the same sound physical basis as solid condensedmatter. The purpose of this book is to provide an overview of soft matter for undergraduate and graduate students

  14. Intergovernmental action of neighbours against the Wackersdorf reprocessing plant

    International Nuclear Information System (INIS)

    Anon.

    1988-01-01

    BV Art. 11, para. 2; BBauG section 12 (Federal Building Law). Art.11, para. 2 BV does not require that local development planning for a reprocessing plant should take into consideration the effects on neighbouring municipalities as a result of post-construction activities, in this case the transport of radioactive material via certain routes. Such supra-regional aspects go beyond the planning basis of a local government. These are the headnotes of a decision by the Bavarian Higher Administrative Court (BayVerfGH, 29.4.1987 - Vf. 5 - VII - 86). The issue of the proceedings commenced by a collective action is the question whether an area development plan for the purpose of erecting the Wackersdorf reprocessing plant infringes the constitutional rights of the town of Nuernberg due to the fact that after commissioning of the plant, radioactive material will be transported to and from the plant, and the envisaged route for the transports leads through the urban area. (orig./HP) [de

  15. Soft buckling actuators

    Energy Technology Data Exchange (ETDEWEB)

    Yang, Dian; Whitesides, George M.

    2017-12-26

    A soft actuator is described, including: a rotation center having a center of mass; a plurality of bucklable, elastic structural components each comprising a wall defining an axis along its longest dimension, the wall connected to the rotation center in a way that the axis is offset from the center of mass in a predetermined direction; and a plurality of cells each disposed between two adjacent bucklable, elastic structural components and configured for connection with a fluid inflation or deflation source; wherein upon the deflation of the cell, the bucklable, elastic structural components are configured to buckle in the predetermined direction. A soft actuating device including a plurality of the soft actuators and methods of actuation using the soft actuator or soft actuating device disclosed herein are also described.

  16. Extreme Mechanics in Soft Pneumatic Robots and Soft Microfluidic Electronics and Sensors

    Science.gov (United States)

    Majidi, Carmel

    2012-02-01

    In the near future, machines and robots will be completely soft, stretchable, impact resistance, and capable of adapting their shape and functionality to changes in mission and environment. Similar to biological tissue and soft-body organisms, these next-generation technologies will contain no rigid parts and instead be composed entirely of soft elastomers, gels, fluids, and other non-rigid matter. Using a combination of rapid prototyping tools, microfabrication methods, and emerging techniques in so-called ``soft lithography,'' scientists and engineers are currently introducing exciting new families of soft pneumatic robots, soft microfluidic sensors, and hyperelastic electronics that can be stretched to as much as 10x their natural length. Progress has been guided by an interdisciplinary collection of insights from chemistry, life sciences, robotics, microelectronics, and solid mechanics. In virtually every technology and application domain, mechanics and elasticity have a central role in governing functionality and design. Moreover, in contrast to conventional machines and electronics, soft pneumatic systems and microfluidics typically operate in the finite deformation regime, with materials stretching to several times their natural length. In this talk, I will review emerging paradigms in soft pneumatic robotics and soft microfluidic electronics and highlight modeling and design challenges that arise from the extreme mechanics of inflation, locomotion, sensor operation, and human interaction. I will also discuss perceived challenges and opportunities in a broad range of potential application, from medicine to wearable computing.

  17. A new family of standardized and symmetric indices for measuring the intensity and importance of plant neighbour effects

    NARCIS (Netherlands)

    Diaz Sierra, R.; Verwijmeren, M.; Rietkerk, M.G.; Resco de Dios, Victor; Baudena, M.

    Measurements of competition and facilitation between plants often rely upon intensity and importance indices that quantify the net effect of neighbours on the performance of a target plant. A systematic analysis of the mathematical behaviour of the indices is lacking and leads to structural

  18. Development of excise on automotive fuels in the neighbouring countries

    International Nuclear Information System (INIS)

    Bleijenberg, A.N.; Janse, P.

    1994-04-01

    The political options for the Netherlands to implement the pricing policy for road traffic by means of an increase of excise, as formulated in the Second Transport Structure Plan (SVV-2), are limited by the excise level in neighbouring countries. Therefore, a study on the title subject has been carried out. First, an overview is given of the historical development of sales prices since 1980 for Belgium, Germany, Luxembourg and France with special attention for the large price differences. Next, insight into the effects of a price difference at the borders is given. Subsequently the development in the policy of the European Union with regard to harmonization of excise tariffs is discussed. Environmental organizations in Belgium and Luxembourg were contacted to learn about the expected development of excises in those countries. 5 figs., 6 tabs., 4 appendices, 10 refs

  19. Meet our Neighbours - a tactile experience

    Science.gov (United States)

    Canas, L.; Lobo Correia, A.

    2013-09-01

    Planetary science is a key field in astronomy that draws lots of attention and that engages large amounts of enthusiasts. On its essence, it is a visual science and the current resources and activities for the inclusion of visually impaired children, although increasing, are still costly and somewhat scarce. Therefore there is a paramount need to develop more low cost resources in order to provide experiences that can reach all, even the more socially deprived communities. "Meet our neighbours!-a tactile experience", plans to promote and provide inclusion activities for visually impaired children and their non-visually impaired peers through the use of astronomy hands-on low cost activities. Is aimed for children from the ages of 6 to 12 years old and produce data set 13 tactile images of the main objects of the Solar System that can be used in schools, science centres and outreach associations. Accessing several common problems through tactile resources, with this project we present ways to successfully provide low cost solutions (avoiding the expensive tactile printing costs), promote inclusion and interactive hands-on activities for visually impaired children and their non-visually impaired peers and create dynamic interactions based on oral knowledge transmission between them. Here we describe the process of implementing such initiative near target communities: establishing a bridge between scientists, children and teachers. The struggles and challenges perceived during the project and the enrichment experience of engaging astronomy with these specific groups, broadening horizons in an overall experience accessible to all.

  20. ‘ELENA goes mobile’: a mobile assisted early language learning pilot for familiarizing children with neighbouring languages

    OpenAIRE

    Rusman, Ellen; Ternier, Stefaan; Sassen, Derk

    2013-01-01

    Rusman, E., Ternier, S., & Sassen, D. (2013). ‘ELENA goes mobile’: a mobile assisted early language learning pilot for familiarizing children with neighbouring languages. In Pixel (Ed.), Proceedings of ICT for Language Learning, Conference Proceedings 2013, 6th Conference edition (pp. xx-xx). November, 14-15, 2013, Florence, Italy: Libreriauniversitaria.it Edizioni.

  1. Phase correlation and clustering of a nearest neighbour coupled oscillators system

    CERN Document Server

    Ei-Nashar, H F

    2002-01-01

    We investigated the phases in a system of nearest neighbour coupled oscillators before complete synchronization in frequency occurs. We found that when oscillators under the influence of coupling form a cluster of the same time-average frequency, their phases start to correlate. An order parameter, which measures this correlation, starts to grow at this stage until it reaches maximum. This means that a time-average phase locked state is reached between the oscillators inside the cluster of the same time- average frequency. At this strength the cluster attracts individual oscillators or a cluster to join in. We also observe that clustering in averaged frequencies orders the phases of the oscillators. This behavior is found at all the transition points studied.

  2. Phase correlation and clustering of a nearest neighbour coupled oscillators system

    International Nuclear Information System (INIS)

    EI-Nashar, Hassan F.

    2002-09-01

    We investigated the phases in a system of nearest neighbour coupled oscillators before complete synchronization in frequency occurs. We found that when oscillators under the influence of coupling form a cluster of the same time-average frequency, their phases start to correlate. An order parameter, which measures this correlation, starts to grow at this stage until it reaches maximum. This means that a time-average phase locked state is reached between the oscillators inside the cluster of the same time- average frequency. At this strength the cluster attracts individual oscillators or a cluster to join in. We also observe that clustering in averaged frequencies orders the phases of the oscillators. This behavior is found at all the transition points studied. (author)

  3. A-Soft Separation Axioms in Soft Topological Space

    Directory of Open Access Journals (Sweden)

    Luay Abd –Al-Hani Al-Sweedi

    2018-01-01

    Full Text Available The important science tools in a different kinds and  specialties , that considered the basic mainstay of ( the set theory and because of  huge development in all life fields. This causes great problems , that need solution and parallel tools for those developments , so the scientis become responsible to work on the development of number theory and open new horizons , that a new science had appeared  which is  ( soft figures theory which is considered the important tool to solve most difficult problems or overcome them ,in these sciences and their specific life specialization, economy, medicine , geometry and others. Also the theory of soft numbers had entered in general topology in power full and active way. The last years a new science has appeared is (soft topological space.              The main idea of this research is to define the separation axioms in  (soft topological space  and practically in certain point , and to study the most important  properties and results of it .

  4. Mappings on Neutrosophic Soft Classes

    Directory of Open Access Journals (Sweden)

    Shawkat Alkhazaleh

    2014-03-01

    Full Text Available In 1995 Smarandache introduced the concept of neutrosophic set which is a mathematical tool for handling problems involving imprecise, indeterminacy and inconsistent data. In 2013 Maji introduced the concept of neutrosophic soft set theory as a general mathematical tool for dealing with uncertainty. In this paper we define the notion of a mapping on classes where the neutrosophic soft classes are collections of neutrosophic soft set. We also define and study the properties of neutrosophic soft images and neutrosophic soft inverse images of neutrosophic soft sets.

  5. SoftLab: A Soft-Computing Software for Experimental Research with Commercialization Aspects

    Science.gov (United States)

    Akbarzadeh-T, M.-R.; Shaikh, T. S.; Ren, J.; Hubbell, Rob; Kumbla, K. K.; Jamshidi, M

    1998-01-01

    SoftLab is a software environment for research and development in intelligent modeling/control using soft-computing paradigms such as fuzzy logic, neural networks, genetic algorithms, and genetic programs. SoftLab addresses the inadequacies of the existing soft-computing software by supporting comprehensive multidisciplinary functionalities from management tools to engineering systems. Furthermore, the built-in features help the user process/analyze information more efficiently by a friendly yet powerful interface, and will allow the user to specify user-specific processing modules, hence adding to the standard configuration of the software environment.

  6. Soft Neutrosophic Loops and Their Generalization

    Directory of Open Access Journals (Sweden)

    Mumtaz Ali

    2014-06-01

    Full Text Available Soft set theory is a general mathematical tool for dealing with uncertain, fuzzy, not clearly defined objects. In this paper we introduced soft neutrosophic loop,soft neutosophic biloop, soft neutrosophic N -loop with the discuission of some of their characteristics. We also introduced a new type of soft neutrophic loop, the so called soft strong neutrosophic loop which is of pure neutrosophic character. This notion also found in all the other corresponding notions of soft neutrosophic thoery. We also given some of their properties of this newly born soft structure related to the strong part of neutrosophic theory.

  7. Fundamentals of soft robot locomotion.

    Science.gov (United States)

    Calisti, M; Picardi, G; Laschi, C

    2017-05-01

    Soft robotics and its related technologies enable robot abilities in several robotics domains including, but not exclusively related to, manipulation, manufacturing, human-robot interaction and locomotion. Although field applications have emerged for soft manipulation and human-robot interaction, mobile soft robots appear to remain in the research stage, involving the somehow conflictual goals of having a deformable body and exerting forces on the environment to achieve locomotion. This paper aims to provide a reference guide for researchers approaching mobile soft robotics, to describe the underlying principles of soft robot locomotion with its pros and cons, and to envisage applications and further developments for mobile soft robotics. © 2017 The Author(s).

  8. Soft-Material Robotics

    OpenAIRE

    Wang, L; Nurzaman, SG; Iida, Fumiya

    2017-01-01

    There has been a boost of research activities in robotics using soft materials in the past ten years. It is expected that the use and control of soft materials can help realize robotic systems that are safer, cheaper, and more adaptable than the level that the conventional rigid-material robots can achieve. Contrary to a number of existing review and position papers on soft-material robotics, which mostly present case studies and/or discuss trends and challenges, the review focuses on the fun...

  9. Dynamics of Nearest-Neighbour Competitions on Graphs

    Science.gov (United States)

    Rador, Tonguç

    2017-10-01

    Considering a collection of agents representing the vertices of a graph endowed with integer points, we study the asymptotic dynamics of the rate of the increase of their points according to a very simple rule: we randomly pick an an edge from the graph which unambiguously defines two agents we give a point the the agent with larger point with probability p and to the lagger with probability q such that p+q=1. The model we present is the most general version of the nearest-neighbour competition model introduced by Ben-Naim, Vazquez and Redner. We show that the model combines aspects of hyperbolic partial differential equations—as that of a conservation law—graph colouring and hyperplane arrangements. We discuss the properties of the model for general graphs but we confine in depth study to d-dimensional tori. We present a detailed study for the ring graph, which includes a chemical potential approximation to calculate all its statistics that gives rather accurate results. The two-dimensional torus, not studied in depth as the ring, is shown to possess critical behaviour in that the asymptotic speeds arrange themselves in two-coloured islands separated by borders of three other colours and the size of the islands obey power law distribution. We also show that in the large d limit the d-dimensional torus shows inverse sine law for the distribution of asymptotic speeds.

  10. Teaching Soft Skills Employers Need

    Science.gov (United States)

    Ellis, Maureen; Kisling, Eric; Hackworth, Robbie G.

    2014-01-01

    This study identifies the soft skills community colleges teach in an office technology course and determines whether the skills taught are congruent with the soft skills employers require in today's entry-level office work. A qualitative content analysis of a community college office technology soft skills course was performed using 23 soft skills…

  11. Spin waves in the soft layer of exchange-coupled soft/hard bilayers

    Energy Technology Data Exchange (ETDEWEB)

    Xiong, Zheng-min; Ge, Su-qin; Wang, Xi-guang; Li, Zhi-xiong; Xia, Qing-lin; Wang, Dao-wei; Nie, Yao-zhuang; Guo, Guang-hua, E-mail: guogh@mail.csu.edu.cn [School of Physics and Electronics, Central South University, Changsha 410083 (China); Tang, Wei [School of Physics and Electronics, Central South University, Changsha 410083 (China); Suzhou Institute of Nano-tech and Nano-bionics, Chinese Academy of Sciences, Suzhou 215123 (China); Zeng, Zhong-ming [Suzhou Institute of Nano-tech and Nano-bionics, Chinese Academy of Sciences, Suzhou 215123 (China)

    2016-05-15

    The magnetic dynamical properties of the soft layer in exchange-coupled soft/hard bilayers have been investigated numerically using a one-dimensional atomic chain model. The frequencies and spatial profiles of spin wave eigenmodes are calculated during the magnetization reversal process of the soft layer. The spin wave modes exhibit a spatially modulated amplitude, which is especially evident for high-order modes. A dynamic pinning effect of surface magnetic moment is observed. The spin wave eigenfrequency decreases linearly with the increase of the magnetic field in the uniformly magnetized state and increases nonlinearly with field when spiral magnetization configuration is formed in the soft layer.

  12. Spin waves in the soft layer of exchange-coupled soft/hard bilayers

    Directory of Open Access Journals (Sweden)

    Zheng-min Xiong

    2016-05-01

    Full Text Available The magnetic dynamical properties of the soft layer in exchange-coupled soft/hard bilayers have been investigated numerically using a one-dimensional atomic chain model. The frequencies and spatial profiles of spin wave eigenmodes are calculated during the magnetization reversal process of the soft layer. The spin wave modes exhibit a spatially modulated amplitude, which is especially evident for high-order modes. A dynamic pinning effect of surface magnetic moment is observed. The spin wave eigenfrequency decreases linearly with the increase of the magnetic field in the uniformly magnetized state and increases nonlinearly with field when spiral magnetization configuration is formed in the soft layer.

  13. Nasal Soft-Tissue Triangle Deformities.

    Science.gov (United States)

    Foda, Hossam M T

    2016-08-01

    The soft-tissue triangle is one of the least areas attended to in rhinoplasty. Any postoperative retraction, notching, or asymmetries of soft triangles can seriously affect the rhinoplasty outcome. A good understanding of the risk factors predisposing to soft triangle deformities is necessary to prevent such problems. The commonest risk factors in our study were the wide vertical domal angle between the lateral and intermediate crura, and the increased length of intermediate crus. Two types of soft triangle grafts were described to prevent and treat soft triangle deformities. The used soft triangle grafts resulted in an excellent long-term aesthetic and functional improvement. Thieme Medical Publishers 333 Seventh Avenue, New York, NY 10001, USA.

  14. Holiday fun with soft gluons

    CERN Multimedia

    CERN. Geneva

    2017-01-01

    Emissions of soft gluons from energetic particles play an important role in collider processes. While the basic physics of soft emissions is simple, it gives rise to a variety of interesting and intricate phenomena (non-global logs, Glauber phases, super-leading logs, factorization breaking). After an introduction, I will review progress in resummation methods such as Soft-Collinear Effective Theory driven by a better understanding of soft emissions. I will also show some new results for computations of soft-gluon effects in gap-between-jets and isolation-cone cross sections.

  15. Improving cluster-based missing value estimation of DNA microarray data.

    Science.gov (United States)

    Brás, Lígia P; Menezes, José C

    2007-06-01

    We present a modification of the weighted K-nearest neighbours imputation method (KNNimpute) for missing values (MVs) estimation in microarray data based on the reuse of estimated data. The method was called iterative KNN imputation (IKNNimpute) as the estimation is performed iteratively using the recently estimated values. The estimation efficiency of IKNNimpute was assessed under different conditions (data type, fraction and structure of missing data) by the normalized root mean squared error (NRMSE) and the correlation coefficients between estimated and true values, and compared with that of other cluster-based estimation methods (KNNimpute and sequential KNN). We further investigated the influence of imputation on the detection of differentially expressed genes using SAM by examining the differentially expressed genes that are lost after MV estimation. The performance measures give consistent results, indicating that the iterative procedure of IKNNimpute can enhance the prediction ability of cluster-based methods in the presence of high missing rates, in non-time series experiments and in data sets comprising both time series and non-time series data, because the information of the genes having MVs is used more efficiently and the iterative procedure allows refining the MV estimates. More importantly, IKNN has a smaller detrimental effect on the detection of differentially expressed genes.

  16. Fixing soft margins

    NARCIS (Netherlands)

    P. Kofman (Paul); A. Vaal, de (Albert); C.G. de Vries (Casper)

    1993-01-01

    textabstractNon-parametric tolerance limits are employed to calculate soft margins such as advocated in Williamson's target zone proposal. In particular, the tradeoff between softness and zone width is quantified. This may be helpful in choosing appropriate margins. Furthermore, it offers

  17. Advances in Soft Matter Mechanics

    CERN Document Server

    Li, Shaofan

    2012-01-01

    "Advances in Soft Matter Mechanics" is a compilation and selection of recent works in soft matter mechanics by a group of active researchers in the field. The main objectives of this book are first to disseminate the latest developments in soft matter mechanics in the field of applied and computational mechanics, and second to introduce soft matter mechanics as a sub-discipline of soft matter physics. As an important branch of soft matter physics, soft matter mechanics has developed rapidly in recent years. A number of the novel approaches discussed in this book are unique, such as the coarse grained finite element method for modeling colloidal adhesion, entropic elasticity, meshfree simulations of liquid crystal elastomers, simulations of DNA, etc. The book is intended for researchers and graduate students in the field of mechanics, condensed matter physics and biomaterials. Dr. Shaofan Li is a professor of the University of California-Berkeley, U.S.A; Dr. Bohua Sun is a professor of Cape Peninsula Universit...

  18. Clinical management of soft tissue sarcomas

    International Nuclear Information System (INIS)

    Pinedo, H.M.; Verweij, J.

    1986-01-01

    This book is concerned with the clinical management of soft tissue sarcomas. Topics covered include: Radiotherapy; Pathology of soft tissue sarcomas; Surgical treatment of soft tissue sarcomas; and Chemotherapy in advanced soft tissue sarcomas

  19. Soft optics in intelligent optical networks

    Science.gov (United States)

    Shue, Chikong; Cao, Yang

    2001-10-01

    In addition to the recent advances in Hard-optics that pushes the optical transmission speed, distance, wave density and optical switching capacity, Soft-optics provides the necessary intelligence and control software that reduces operational costs, increase efficiency, and enhances revenue generating services by automating optimal optical circuit placement and restoration, and enabling value-added new services like Optical VPN. This paper describes the advances in 1) Overall Hard-optics and Soft-optics 2) Layered hierarchy of Soft-optics 3) Component of Soft-optics, including hard-optics drivers, Management Soft-optics, Routing Soft-optics and System Soft-optics 4) Key component of Routing and System Soft-optics, namely optical routing and signaling (including UNI/NNI and GMPLS signaling). In summary, the soft-optics on a new generation of OXC's enables Intelligent Optical Networks to provide just-in-time service delivery and fast restoration, and real-time capacity management that eliminates stranded bandwidth. It reduces operational costs and provides new revenue opportunities.

  20. CHARACTERIZATIONS OF FUZZY SOFT PRE SEPARATION AXIOMS

    OpenAIRE

    El-Latif, Alaa Mohamed Abd

    2015-01-01

    − The notions of fuzzy pre open soft sets and fuzzy pre closed soft sets were introducedby Abd El-latif et al. [2]. In this paper, we continue the study on fuzzy soft topological spaces andinvestigate the properties of fuzzy pre open soft sets, fuzzy pre closed soft sets and study variousproperties and notions related to these structures. In particular, we study the relationship betweenfuzzy pre soft interior fuzzy pre soft closure. Moreover, we study the properties of fuzzy soft pre regulars...

  1. Soft Hair on Black Holes

    Science.gov (United States)

    Hawking, Stephen W.; Perry, Malcolm J.; Strominger, Andrew

    2016-06-01

    It has recently been shown that Bondi-van der Burg-Metzner-Sachs supertranslation symmetries imply an infinite number of conservation laws for all gravitational theories in asymptotically Minkowskian spacetimes. These laws require black holes to carry a large amount of soft (i.e., zero-energy) supertranslation hair. The presence of a Maxwell field similarly implies soft electric hair. This Letter gives an explicit description of soft hair in terms of soft gravitons or photons on the black hole horizon, and shows that complete information about their quantum state is stored on a holographic plate at the future boundary of the horizon. Charge conservation is used to give an infinite number of exact relations between the evaporation products of black holes which have different soft hair but are otherwise identical. It is further argued that soft hair which is spatially localized to much less than a Planck length cannot be excited in a physically realizable process, giving an effective number of soft degrees of freedom proportional to the horizon area in Planck units.

  2. Soft Hair on Black Holes.

    Science.gov (United States)

    Hawking, Stephen W; Perry, Malcolm J; Strominger, Andrew

    2016-06-10

    It has recently been shown that Bondi-van der Burg-Metzner-Sachs supertranslation symmetries imply an infinite number of conservation laws for all gravitational theories in asymptotically Minkowskian spacetimes. These laws require black holes to carry a large amount of soft (i.e., zero-energy) supertranslation hair. The presence of a Maxwell field similarly implies soft electric hair. This Letter gives an explicit description of soft hair in terms of soft gravitons or photons on the black hole horizon, and shows that complete information about their quantum state is stored on a holographic plate at the future boundary of the horizon. Charge conservation is used to give an infinite number of exact relations between the evaporation products of black holes which have different soft hair but are otherwise identical. It is further argued that soft hair which is spatially localized to much less than a Planck length cannot be excited in a physically realizable process, giving an effective number of soft degrees of freedom proportional to the horizon area in Planck units.

  3. Soft skills and dental education.

    Science.gov (United States)

    Gonzalez, M A G; Abu Kasim, N H; Naimie, Z

    2013-05-01

    Soft skills and hard skills are essential in the practice of dentistry. While hard skills deal with technical proficiency, soft skills relate to a personal values and interpersonal skills that determine a person's ability to fit in a particular situation. These skills contribute to the success of organisations that deal face-to-face with clients. Effective soft skills benefit the dental practice. However, the teaching of soft skills remains a challenge to dental schools. This paper discusses the different soft skills, how they are taught and assessed and the issues that need to be addressed in their teaching and assessment. The use of the module by the Faculty of Dentistry, University of Malaya for development of soft skills for institutions of higher learning introduced by the Ministry of Higher Education, Malaysia. © 2013 John Wiley & Sons A/S. Published by Blackwell Publishing Ltd.

  4. Soft Matter Characterization

    CERN Document Server

    Borsali, Redouane

    2008-01-01

    Progress in basic soft matter research is driven largely by the experimental techniques available. Much of the work is concerned with understanding them at the microscopic level, especially at the nanometer length scales that give soft matter studies a wide overlap with nanotechnology. This 2 volume reference work, split into 4 parts, presents detailed discussions of many of the major techniques commonly used as well as some of those in current development for studying and manipulating soft matter. The articles are intended to be accessible to the interdisciplinary audience (at the graduate student level and above) that is or will be engaged in soft matter studies or those in other disciplines who wish to view some of the research methods in this fascinating field. Part 1 contains articles with a largely (but, in most cases, not exclusively) theoretical content and/or that cover material relevant to more than one of the techniques covered in subsequent volumes. It includes an introductory chapter on some of t...

  5. Fish positions relative to neighbours modulate the hydrodynamic advantages of schooling

    DEFF Research Database (Denmark)

    Steffensen, John Fleng

    2012-01-01

    ) and Paolo Domenici (CNR, Italy) Schooling behaviour is a widespread phenomenon shared by a large number of fish species. One of the most common benefits of swimming in a school is the hydrodynamic and energetic advantage obtained by its members. Fish occupying non-frontal positions can benefit from the flow...... generated by the caudal movement of fish swimming in the front. While previous work has demonstrated that trailing fish show a lower tail beat frequency (TBF) than leading fish , the extent to which schooling provides hydrodynamic advantages compared to swimming alone has not been quantified. We quantified...... of distances along the direction of locomotion, spanning one body length (BL) in the front (+1 BL) and behind (-1 BL) a neighbouring fish. We found a significant reduction in the mean TBF of fish when swimming in a school versus solitary fish . Furthermore, the TBF of the focal fish decreased linearly between...

  6. Soft Manipulators and Grippers: A Review

    Directory of Open Access Journals (Sweden)

    Josie Hughes

    2016-11-01

    Full Text Available Soft robotics is a growing area of research which utilises the compliance and adaptability of soft structures to develop highly adaptive robotics for soft interactions. One area in which soft robotics has the ability to make significant impact is in the development of soft grippers and manipulators. With an increased requirement for automation, robotics systems are required to perform task in unstructured and not well defined environments; conditions which conventional rigid robotics are not best suited. This requires a paradigm shift in the methods and materials used to develop robots such that they can adapt to and work safely in human environments. One solution to this is soft robotics, which enables soft interactions with the surroundings whilst maintaining the ability to apply significant force. This review paper assess the current materials and methods, actuation methods and sensors which are used in the development of soft manipulators. The achievements and shortcomings of recent technology in these key areas are evaluated, and this paper concludes with a discussion on the potential impacts of soft manipulators on industry and society.

  7. The Eastern Partnership as a Vector of Economic Growth for EU Neighbours: Evidence from Panel Data

    Directory of Open Access Journals (Sweden)

    Graţiela Georgiana Noja

    2016-01-01

    Full Text Available The global economy is significantly shaped by a complex process of globalization and regional economic integration that has induced various global transformations. In Europe, the regional integration deepening has generated significant socio-economic developments for the EU Member States, as well as for candidate countries or other EU neighbouring partners. Therefore, the research performed within this paper aims to analyse the role played by the Eastern Partnership (EaP, as a vector of economic growth for EU’s Eastern neighbours. The main focus is on the impact of international trade and capital flows emerged after 2009 (when the EaP was signed upon the economic activity of six EU partners, as well as during longer time series, respectively 1992-2015. Thus, we have developed various macroeconometric double-log and semi-log (lin-log models, processed through the correlated panels corrected standard errors (PCSE method of estimation. The results highlight a significant positive impact of international trade flows upon the economic activity, an increase in exports and imports, as well as a higher openness degree towards the global market leading to improvements in GDP per capita levels. At the same time, international investment, mainly the foreign direct investment inflows, have important positive effects upon the living standards and welfare of citizens within the six panel considered economies.

  8. Critical issues in soft rocks

    OpenAIRE

    Milton Assis Kanji

    2014-01-01

    This paper discusses several efforts made to study and investigate soft rocks, as well as their physico-mechanical characteristics recognized up to now, the problems in their sampling and testing, and the possibility of its reproduction through artificially made soft rocks. The problems in utilizing current and widespread classification systems to some types of weak rocks are also discussed, as well as other problems related to them. Some examples of engineering works in soft rock or in soft ...

  9. Soft skills and dental education

    OpenAIRE

    Gonzalez, M. A. G.; Abu Kasim, N. H.; Naimie, Z.

    2014-01-01

    Soft skills and hard skills are essential in the practice of dentistry. While hard skills deal with technical proficiency, soft skills relate to a personal values and interpersonal skills that determine a person's ability to fit in a particular situation. These skills contribute to the success of organisations that deal face-to-face with clients. Effective soft skills benefit the dental practice. However, the teaching of soft skills remains a challenge to dental schools. This paper discusses ...

  10. MANAGEMENT SOFT-FACTORS IN INDUSTRIES

    Directory of Open Access Journals (Sweden)

    L. V. Fatkin

    2012-01-01

    Full Text Available No proper attention is given in existing management theories and concepts to systematization and analysis of non-material management factors, so-called «soft-factors». In industries, management soft-factors may be treated in a broader way. An example of a broader treatment of management soft-factors is given for the system of state regulation of foreign trade activities in industries along with specification, determination and rating of organizational and administrative management soft-factors.

  11. Soft Clouding

    DEFF Research Database (Denmark)

    Søndergaard, Morten; Markussen, Thomas; Wetton, Barnabas

    2012-01-01

    Soft Clouding is a blended concept, which describes the aim of a collaborative and transdisciplinary project. The concept is a metaphor implying a blend of cognitive, embodied interaction and semantic web. Furthermore, it is a metaphor describing our attempt of curating a new semantics of sound...... archiving. The Soft Clouding Project is part of LARM - a major infrastructure combining research in and access to sound and radio archives in Denmark. In 2012 the LARM infrastructure will consist of more than 1 million hours of radio, combined with metadata who describes the content. The idea is to analyse...... the concept of ‘infrastructure’ and ‘interface’ on a creative play with the fundamentals of LARM (and any sound archive situation combining many kinds and layers of data and sources). This paper will present and discuss the Soft clouding project from the perspective of the three practices and competencies...

  12. Soft theorems from conformal field theory

    International Nuclear Information System (INIS)

    Lipstein, Arthur E.

    2015-01-01

    Strominger and collaborators recently proposed that soft theorems for gauge and gravity amplitudes can be interpreted as Ward identities of a 2d CFT at null infinity. In this paper, we will consider a specific realization of this CFT known as ambitwistor string theory, which describes 4d Yang-Mills and gravity with any amount of supersymmetry. Using 4d ambtwistor string theory, we derive soft theorems in the form of an infinite series in the soft momentum which are valid to subleading order in gauge theory and sub-subleading order in gravity. Furthermore, we describe how the algebra of soft limits can be encoded in the braiding of soft vertex operators on the worldsheet and point out a simple relation between soft gluon and soft graviton vertex operators which suggests an interesting connection to color-kinematics duality. Finally, by considering ambitwistor string theory on a genus one worldsheet, we compute the 1-loop correction to the subleading soft graviton theorem due to infrared divergences.

  13. How Neighbours Communicate: The Role of Language in Border Relations

    Directory of Open Access Journals (Sweden)

    Sonni Olsen

    2014-10-01

    Full Text Available This paper reports on a study of the linguistic situation in the border region where Norway meets Russia in the north. The aim of the study was to investigate language use when contact is revitalised after a long period with closed borders. The Norwegian and Russian languages are very different in vocabulary and structure, which makes communication difficult. How are the two languages affected by extended contact and migration across the border? The study was carried out by the author and Marit Bjerkeng through interviews, a questionnaire and observation of the linguistic situations in two Norwegian communities. The results show an ongoing development where the neighbouring language is increasingly noticeable, and there is a clear link between attitudes, identity and language use. The role of public policy seems to play an important role for the developing linguistic situation, as the Barents region as a political concept introduced in the 1990s has led to cross-border contact within various fields and also inspired local language policy, contributing to cultural pride an

  14. Interpretation of the spin glass behaviour of diluted magnetic semiconductors below the nearest-neighbour percolation threshold via realistic Monte Carlo simulations

    CERN Document Server

    Karaoulanis, D; Bacalis, N C

    2000-01-01

    We have performed Monte Carlo simulations of magnetic semiconductors above and below the nearest-neighbour percolation threshold (NNPT) using a classical Heisenberg Hamiltonian with up to third nearest-neighbour (nn) interactions. Large clusters were created allowing use of realistically low magnetic fields (10 G). Above NNPT our results, apart from confirming the existing picture of this class of materials, also show that the inclusion of the second and third (nn) interactions increases the frustration, thus making the transition temperature smaller and closer to experiment than calculated via the first nn interactions only. A physically plausible explanation is given. Below NNPT our results strongly support the validity of the hypothesis (D. Karaoulanis, J.P. Xanthakis, C. Papatriantafillou, J. Magn. Magn. Mater. 161 (1996) 231), that the experimentally observed susceptibility is the sum of two contributions: a paramagnetic one due to isolated magnetic clusters, and a spin-glass contribution due to an 'infi...

  15. The softness of an atom in a molecule and a functional group softness definition; an LCAO scale

    International Nuclear Information System (INIS)

    Giambiagi, M.; Giambiagi, M.S. de; Pires, J.M.; Pitanga, P.

    1987-01-01

    We introduce a scale for the softness of an atom in different molecules and we similarly define a functional group softness. These definitions, unlike previous ones, are not tied to the finite difference approximation neither, hence, to valence state ionization potentials and electron affinities; they result from the LCAO calculation itself. We conclude that a) the softness of an atom in a molecule shows wide variations; b) the geometric average of the softnesses of the atoms in the molecule gives the most consistent results for the molecular softnesses; c) the functional group softness is transferable within a homologous series. (Author) [pt

  16. Int-Soft Interior Hyperideals of Ordered Semihypergroups

    Directory of Open Access Journals (Sweden)

    Asghar Khan

    2017-07-01

    Full Text Available The main theme of this paper is to study ordered semihypergroups in the context of int-soft interior hyperideals. In this paper, the notion of int-soft interior hyperideals are studied and their related properties are discussed. We present characterizations of interior hyperideals in terms of int-soft interior hyperideals. The concepts of int-soft hyperideals and int-soft interior hyperideals coincide in a regular as well as in intra-regular ordered semihypergroups. We prove that every int-soft hyperideal is an int-soft interior hyperideal but the converse is not true which is shown with help of an example. Furthermore we characterize simple ordered semihypergroups by means of int-soft hyperideals and int-soft interior hyperideals.

  17. Preparing soft-bodied arthropods for microscope examination: Soft Scales (Insecta: Hemiptera: Coccidae)

    Science.gov (United States)

    Proper identification of soft scales (Hemiptera:Coccidae) requires preparation of the specimen on a microscope slide. This training video provides visual instruction on how to prepare soft scale specimens on microscope slides for examination and identification. Steps ranging from collection, speci...

  18. Florence Nightingale (1820-1910) and Sir John Forbes (1787-1861): neighbours in Old Burlington Street, Westminster.

    Science.gov (United States)

    Agnew, Robin

    2015-05-01

    The year 2010 marks the centenary of the birth of Florence Nightingale and will, no doubt, be universally remembered. Her life and nursing career have recently been fully described by Bostridge. It is less well known that her neighbour from November 1856 was the distinguished Scottish physician Sir John Forbes MD Edin FRCP Lond FRS DCL Oxon. Although they never met, they exchanged copies of each other's books and shared a mutual respect. © The Author(s) 2015 Reprints and permissions: sagepub.co.uk/journalsPermissions.nav.

  19. A novel implementation of kNN classifier based on multi-tupled meteorological input data for wind power prediction

    International Nuclear Information System (INIS)

    Yesilbudak, Mehmet; Sagiroglu, Seref; Colak, Ilhami

    2017-01-01

    Highlights: • An accurate wind power prediction model is proposed for very short-term horizon. • The k-nearest neighbor classifier is implemented based on the multi-tupled inputs. • The variation of wind power prediction errors is evaluated in various aspects. • Our approach shows the superior prediction performance over the persistence method. - Abstract: With the growing share of wind power production in the electric power grids, many critical challenges to the grid operators have been emerged in terms of the power balance, power quality, voltage support, frequency stability, load scheduling, unit commitment and spinning reserve calculations. To overcome such problems, numerous studies have been conducted to predict the wind power production, but a small number of them have attempted to improve the prediction accuracy by employing the multidimensional meteorological input data. The novelties of this study lie in the proposal of an efficient and easy to implement very short-term wind power prediction model based on the k-nearest neighbor classifier (kNN), in the usage of wind speed, wind direction, barometric pressure and air temperature parameters as the multi-tupled meteorological inputs and in the comparison of wind power prediction results with respect to the persistence reference model. As a result of the achieved patterns, we characterize the variation of wind power prediction errors according to the input tuples, distance measures and neighbor numbers, and uncover the most influential and the most ineffective meteorological parameters on the optimization of wind power prediction results.

  20. How neighbours of the first large Swiss wind farm perceive the wind turbines

    International Nuclear Information System (INIS)

    Droz, Y.; Mieville-Ott, V.; Monsutti, A.

    2003-01-01

    This report for the Swiss Federal Office of Energy presents the results of a study on the way the neighbours of the first large Swiss wind farm react on this particular neighbourhood. A survey involving 421 people showed that, as a general rule, the wind turbines are well accepted. However, it also showed that a transparent negotiation with the population during wind turbine project developpement is absolutely needed. Public acceptance also depends on the way the turbine arrays are aesthetically integrated in the landscape. The report is rounded up by recommendations for companies in charge of wind energy projects in order to minimize troubles with the concerned population. For example, financial compensation could be a suitable means when dealing with farmers

  1. Spain and Mediterranean Security Governance: Neighbours, Spaces and Actors

    Directory of Open Access Journals (Sweden)

    Sarah Wolff

    2007-12-01

    Full Text Available The 1999 Tampere Summit marked the start of the development of the external dimension of the European Union’s policy of Justice and Home Affairs (JHA. This external dimension has been reflected in the inclusion of JHA in agreements with third countries, and particularly with Mediterranean countries. Furthermore, the European NeighbourhoodPolicy (ENP, in addition to bilateral and multilateral programmes, confirmed the transformation of the JHA policy into one of the EU’s foreign policy objectives. In the light of this evolution, this article examines Spain’s role in the development of the Mediterraneandimension of the JHA policy: firstly, it covers the stance of José Luis Rodríguez Zapatero’s government toward the JHA policy and its external dimension; secondly, it explores the new parameters of governance in the area of security and the Spanish case through three main factors: the neighbours, spaces and actors that define this governance. Lastly, and within a context of a multiplicity of governance actors on security, it focuses on the Canary Islands,which have acquired a central importance with respect to the management of borders and the policy of development for Africa. The analysis of this period helps to explain the new security perceptions that define Spain’s policy in the Mediterranean.

  2. Ethnic diversity and informal intra- and inter-ethnic contacts with neighbours in The Netherlands: A comparison of natives and ethnic minorities

    NARCIS (Netherlands)

    Huijts, T.H.M.; Kraaykamp, G.L.M.; Scheepers, P.L.H.

    2014-01-01

    We have examined the extent to which ethnic diversity in neighbourhoods and municipalities in The Netherlands is related to personal contact with neighbours from ethnic in-groups and out-groups among the native majority as well as among ethnic minorities. The results indicate that ethnic diversity

  3. Evaluating Six Soft Approaches

    DEFF Research Database (Denmark)

    Sørensen, Lene Tolstrup; Valqui Vidal, René Victor

    2008-01-01

    's interactive planning principles to be supported by soft approaches in carrying out the principles in action. These six soft approaches are suitable forsupporting various steps of the strategy development and planning process. These are the SWOT analysis, the Future Workshop, the Scenario methodology......, Strategic Option Development and Analysis, Strategic Choice Approach and Soft Systems Methodology. Evaluations of each methodology are carried out using a conceptual framework in which the organisation, the result, the process and the technology of the specific approach are taken into consideration. Using...

  4. Evaluating six soft approaches

    DEFF Research Database (Denmark)

    Sørensen, Lene Tolstrup; Vidal, Rene Victor Valqui

    2008-01-01

    's interactive planning principles to be supported by soft approaches in carrying out the principles in action. These six soft approaches are suitable forsupporting various steps of the strategy development and planning process. These are the SWOT analysis, the Future Workshop, the Scenario methodology......, Strategic Option Development and Analysis, Strategic Choice Approach and Soft Systems Methodology. Evaluations of each methodology are carried out using a conceptual framework in which the organisation, the result, the process and the technology of the specific approach are taken into consideration. Using...

  5. Applications of Soft Sets in -Algebras

    Directory of Open Access Journals (Sweden)

    N. O. Alshehri

    2013-01-01

    Full Text Available In 1999, Molodtsov introduced the concept of soft set theory as a general mathematical tool for dealing with uncertainty and vagueness. In this paper, we apply the concept of soft sets to K-algebras and investigate some properties of Abelian soft K-algebras. We also introduce the concept of soft intersection K-algebras and investigate some of their properties.

  6. Spinon decay in the spin-1/2 Heisenberg chain with weak next nearest neighbour exchange

    International Nuclear Information System (INIS)

    Groha, Stefan; Essler, Fabian H L

    2017-01-01

    Integrable models support elementary excitations with infinite lifetimes. In the spin-1/2 Heisenberg chain these are known as spinons. We consider the stability of spinons when a weak integrability breaking perturbation is added to the Heisenberg chain in a magnetic field. We focus on the case where the perturbation is a next nearest neighbour exchange interaction. We calculate the spinon decay rate in leading order in perturbation theory using methods of integrability and identify the dominant decay channels. The decay rate is found to be small, which indicates that spinons remain well-defined excitations even though integrability is broken. (paper)

  7. Mapping aboveground woody biomass using forest inventory, remote sensing and geostatistical techniques.

    Science.gov (United States)

    Yadav, Bechu K V; Nandy, S

    2015-05-01

    Mapping forest biomass is fundamental for estimating CO₂ emissions, and planning and monitoring of forests and ecosystem productivity. The present study attempted to map aboveground woody biomass (AGWB) integrating forest inventory, remote sensing and geostatistical techniques, viz., direct radiometric relationships (DRR), k-nearest neighbours (k-NN) and cokriging (CoK) and to evaluate their accuracy. A part of the Timli Forest Range of Kalsi Soil and Water Conservation Division, Uttarakhand, India was selected for the present study. Stratified random sampling was used to collect biophysical data from 36 sample plots of 0.1 ha (31.62 m × 31.62 m) size. Species-specific volumetric equations were used for calculating volume and multiplied by specific gravity to get biomass. Three forest-type density classes, viz. 10-40, 40-70 and >70% of Shorea robusta forest and four non-forest classes were delineated using on-screen visual interpretation of IRS P6 LISS-III data of December 2012. The volume in different strata of forest-type density ranged from 189.84 to 484.36 m(3) ha(-1). The total growing stock of the forest was found to be 2,024,652.88 m(3). The AGWB ranged from 143 to 421 Mgha(-1). Spectral bands and vegetation indices were used as independent variables and biomass as dependent variable for DRR, k-NN and CoK. After validation and comparison, k-NN method of Mahalanobis distance (root mean square error (RMSE) = 42.25 Mgha(-1)) was found to be the best method followed by fuzzy distance and Euclidean distance with RMSE of 44.23 and 45.13 Mgha(-1) respectively. DRR was found to be the least accurate method with RMSE of 67.17 Mgha(-1). The study highlighted the potential of integrating of forest inventory, remote sensing and geostatistical techniques for forest biomass mapping.

  8. Classification of Malaysia aromatic rice using multivariate statistical analysis

    Energy Technology Data Exchange (ETDEWEB)

    Abdullah, A. H.; Adom, A. H.; Shakaff, A. Y. Md; Masnan, M. J.; Zakaria, A.; Rahim, N. A. [School of Mechatronic Engineering, Universiti Malaysia Perlis, Kampus Pauh Putra, 02600 Arau, Perlis (Malaysia); Omar, O. [Malaysian Agriculture Research and Development Institute (MARDI), Persiaran MARDI-UPM, 43400 Serdang, Selangor (Malaysia)

    2015-05-15

    Aromatic rice (Oryza sativa L.) is considered as the best quality premium rice. The varieties are preferred by consumers because of its preference criteria such as shape, colour, distinctive aroma and flavour. The price of aromatic rice is higher than ordinary rice due to its special needed growth condition for instance specific climate and soil. Presently, the aromatic rice quality is identified by using its key elements and isotopic variables. The rice can also be classified via Gas Chromatography Mass Spectrometry (GC-MS) or human sensory panels. However, the uses of human sensory panels have significant drawbacks such as lengthy training time, and prone to fatigue as the number of sample increased and inconsistent. The GC–MS analysis techniques on the other hand, require detailed procedures, lengthy analysis and quite costly. This paper presents the application of in-house developed Electronic Nose (e-nose) to classify new aromatic rice varieties. The e-nose is used to classify the variety of aromatic rice based on the samples odour. The samples were taken from the variety of rice. The instrument utilizes multivariate statistical data analysis, including Principal Component Analysis (PCA), Linear Discriminant Analysis (LDA) and K-Nearest Neighbours (KNN) to classify the unknown rice samples. The Leave-One-Out (LOO) validation approach is applied to evaluate the ability of KNN to perform recognition and classification of the unspecified samples. The visual observation of the PCA and LDA plots of the rice proves that the instrument was able to separate the samples into different clusters accordingly. The results of LDA and KNN with low misclassification error support the above findings and we may conclude that the e-nose is successfully applied to the classification of the aromatic rice varieties.

  9. Classification of Malaysia aromatic rice using multivariate statistical analysis

    Science.gov (United States)

    Abdullah, A. H.; Adom, A. H.; Shakaff, A. Y. Md; Masnan, M. J.; Zakaria, A.; Rahim, N. A.; Omar, O.

    2015-05-01

    Aromatic rice (Oryza sativa L.) is considered as the best quality premium rice. The varieties are preferred by consumers because of its preference criteria such as shape, colour, distinctive aroma and flavour. The price of aromatic rice is higher than ordinary rice due to its special needed growth condition for instance specific climate and soil. Presently, the aromatic rice quality is identified by using its key elements and isotopic variables. The rice can also be classified via Gas Chromatography Mass Spectrometry (GC-MS) or human sensory panels. However, the uses of human sensory panels have significant drawbacks such as lengthy training time, and prone to fatigue as the number of sample increased and inconsistent. The GC-MS analysis techniques on the other hand, require detailed procedures, lengthy analysis and quite costly. This paper presents the application of in-house developed Electronic Nose (e-nose) to classify new aromatic rice varieties. The e-nose is used to classify the variety of aromatic rice based on the samples odour. The samples were taken from the variety of rice. The instrument utilizes multivariate statistical data analysis, including Principal Component Analysis (PCA), Linear Discriminant Analysis (LDA) and K-Nearest Neighbours (KNN) to classify the unknown rice samples. The Leave-One-Out (LOO) validation approach is applied to evaluate the ability of KNN to perform recognition and classification of the unspecified samples. The visual observation of the PCA and LDA plots of the rice proves that the instrument was able to separate the samples into different clusters accordingly. The results of LDA and KNN with low misclassification error support the above findings and we may conclude that the e-nose is successfully applied to the classification of the aromatic rice varieties.

  10. Classification of Malaysia aromatic rice using multivariate statistical analysis

    International Nuclear Information System (INIS)

    Abdullah, A. H.; Adom, A. H.; Shakaff, A. Y. Md; Masnan, M. J.; Zakaria, A.; Rahim, N. A.; Omar, O.

    2015-01-01

    Aromatic rice (Oryza sativa L.) is considered as the best quality premium rice. The varieties are preferred by consumers because of its preference criteria such as shape, colour, distinctive aroma and flavour. The price of aromatic rice is higher than ordinary rice due to its special needed growth condition for instance specific climate and soil. Presently, the aromatic rice quality is identified by using its key elements and isotopic variables. The rice can also be classified via Gas Chromatography Mass Spectrometry (GC-MS) or human sensory panels. However, the uses of human sensory panels have significant drawbacks such as lengthy training time, and prone to fatigue as the number of sample increased and inconsistent. The GC–MS analysis techniques on the other hand, require detailed procedures, lengthy analysis and quite costly. This paper presents the application of in-house developed Electronic Nose (e-nose) to classify new aromatic rice varieties. The e-nose is used to classify the variety of aromatic rice based on the samples odour. The samples were taken from the variety of rice. The instrument utilizes multivariate statistical data analysis, including Principal Component Analysis (PCA), Linear Discriminant Analysis (LDA) and K-Nearest Neighbours (KNN) to classify the unknown rice samples. The Leave-One-Out (LOO) validation approach is applied to evaluate the ability of KNN to perform recognition and classification of the unspecified samples. The visual observation of the PCA and LDA plots of the rice proves that the instrument was able to separate the samples into different clusters accordingly. The results of LDA and KNN with low misclassification error support the above findings and we may conclude that the e-nose is successfully applied to the classification of the aromatic rice varieties

  11. Contrast-based fully automatic segmentation of white matter hyperintensities: method and validation.

    Directory of Open Access Journals (Sweden)

    Thomas Samaille

    Full Text Available White matter hyperintensities (WMH on T2 or FLAIR sequences have been commonly observed on MR images of elderly people. They have been associated with various disorders and have been shown to be a strong risk factor for stroke and dementia. WMH studies usually required visual evaluation of WMH load or time-consuming manual delineation. This paper introduced WHASA (White matter Hyperintensities Automated Segmentation Algorithm, a new method for automatically segmenting WMH from FLAIR and T1 images in multicentre studies. Contrary to previous approaches that were based on intensities, this method relied on contrast: non linear diffusion filtering alternated with watershed segmentation to obtain piecewise constant images with increased contrast between WMH and surroundings tissues. WMH were then selected based on subject dependant automatically computed threshold and anatomical information. WHASA was evaluated on 67 patients from two studies, acquired on six different MRI scanners and displaying a wide range of lesion load. Accuracy of the segmentation was assessed through volume and spatial agreement measures with respect to manual segmentation; an intraclass correlation coefficient (ICC of 0.96 and a mean similarity index (SI of 0.72 were obtained. WHASA was compared to four other approaches: Freesurfer and a thresholding approach as unsupervised methods; k-nearest neighbours (kNN and support vector machines (SVM as supervised ones. For these latter, influence of the training set was also investigated. WHASA clearly outperformed both unsupervised methods, while performing at least as good as supervised approaches (ICC range: 0.87-0.91 for kNN; 0.89-0.94 for SVM. Mean SI: 0.63-0.71 for kNN, 0.67-0.72 for SVM, and did not need any training set.

  12. Transient soft X-ray sources

    International Nuclear Information System (INIS)

    Hayakawa, S.; Murakami, T.; Nagase, F.; Tanaka, Y.; Yamashita, K.

    1976-01-01

    A rocket observation of cosmic soft X-rays suggests the existence of transient, recurrent soft X-ray sources which are found variable during the flight time of the rocket. Some of the soft X-ray sources thus far reported are considered to be of this time. These sources are listed and their positions are shown. (Auth.)

  13. On Neutrosophic Soft Topological Space

    Directory of Open Access Journals (Sweden)

    Tuhin Bera

    2018-03-01

    Full Text Available In this paper, the concept of connectedness and compactness on neutrosophic soft topological space have been introduced along with the investigation of their several characteristics. Some related theorems have been established also. Then, the notion of neutrosophic soft continuous mapping on a neutrosophic soft topological space and it’s properties are developed here.

  14. Evaluating six soft approaches

    DEFF Research Database (Denmark)

    Sørensen, Lene; Vidal, Rene Victor Valqui

    2006-01-01

    ’s interactive planning principles to be supported by soft approaches in carrying out the principles in action. These six soft approaches are suitable for supporting various steps of the strategy development and planning process. These are the SWOT analysis, the Future Workshop, the Scenario methodology......, Strategic Option Development and Analysis, Strategic Choice Approach and Soft Systems Methodology. Evaluations of each methodology are carried out using a conceptual framework in which the organisation, the result, the process and the technology of the specific approach are taken into consideration. Using...

  15. Soft, Embodied, Situated & Connected

    DEFF Research Database (Denmark)

    Tomico, Oscar; Wilde, Danielle

    2015-01-01

    Soft wearables include clothing and textile-based accessories that incorporate smart textiles and soft electronic interfaces to enable responsive and interactive experiences. When designed well, they leverage the cultural, sociological and material qualities of textiles, fashion and dress; divers...

  16. Soft, embodied, situated & connected

    NARCIS (Netherlands)

    Tomico Plasencia, O.; Wilde, D.

    2015-01-01

    Soft wearables include clothing and textile-based accessories that incorporate smart textiles and soft electronic interfaces to enable responsive and interactive experiences. When designed well, they leverage the cultural, sociological and material qualities of textiles, fashion and dress; diverse

  17. Soft tissue modelling with conical springs.

    Science.gov (United States)

    Omar, Nadzeri; Zhong, Yongmin; Jazar, Reza N; Subic, Aleksandar; Smith, Julian; Shirinzadeh, Bijan

    2015-01-01

    This paper presents a new method for real-time modelling soft tissue deformation. It improves the traditional mass-spring model with conical springs to deal with nonlinear mechanical behaviours of soft tissues. A conical spring model is developed to predict soft tissue deformation with reference to deformation patterns. The model parameters are formulated according to tissue deformation patterns and the nonlinear behaviours of soft tissues are modelled with the stiffness variation of conical spring. Experimental results show that the proposed method can describe different tissue deformation patterns using one single equation and also exhibit the typical mechanical behaviours of soft tissues.

  18. Chemometric and multivariate statistical analysis of time-of-flight secondary ion mass spectrometry spectra from complex Cu-Fe sulfides.

    Science.gov (United States)

    Kalegowda, Yogesh; Harmer, Sarah L

    2012-03-20

    Time-of-flight secondary ion mass spectrometry (TOF-SIMS) spectra of mineral samples are complex, comprised of large mass ranges and many peaks. Consequently, characterization and classification analysis of these systems is challenging. In this study, different chemometric and statistical data evaluation methods, based on monolayer sensitive TOF-SIMS data, have been tested for the characterization and classification of copper-iron sulfide minerals (chalcopyrite, chalcocite, bornite, and pyrite) at different flotation pulp conditions (feed, conditioned feed, and Eh modified). The complex mass spectral data sets were analyzed using the following chemometric and statistical techniques: principal component analysis (PCA); principal component-discriminant functional analysis (PC-DFA); soft independent modeling of class analogy (SIMCA); and k-Nearest Neighbor (k-NN) classification. PCA was found to be an important first step in multivariate analysis, providing insight into both the relative grouping of samples and the elemental/molecular basis for those groupings. For samples exposed to oxidative conditions (at Eh ~430 mV), each technique (PCA, PC-DFA, SIMCA, and k-NN) was found to produce excellent classification. For samples at reductive conditions (at Eh ~ -200 mV SHE), k-NN and SIMCA produced the most accurate classification. Phase identification of particles that contain the same elements but a different crystal structure in a mixed multimetal mineral system has been achieved.

  19. Mapping on complex neutrosophic soft expert sets

    Science.gov (United States)

    Al-Quran, Ashraf; Hassan, Nasruddin

    2018-04-01

    We introduce the mapping on complex neutrosophic soft expert sets. Further, we investigated the basic operations and other related properties of complex neutrosophic soft expert image and complex neutrosophic soft expert inverse image of complex neutrosophic soft expert sets.

  20. Evaluation both level and 239+240Pu spatial contamination of the Lira object and the neighbouring areas

    International Nuclear Information System (INIS)

    Silachev, I.Yu.; Podenezhko, V.V.; Lukashenko, S.N.

    2003-01-01

    In the work the generalization of considerable data collection for revealing of 239+240 Pu content range discriminative for Lira object and neighbouring areas is carried out. 239+240 Pu mean specific activity in the soil cover surface and in the Berezovka River bottom sedimentations are determined. The correlation dependence between 239+240 Pu artificial radionuclides and 137 Cs is revealed. The general source of artificial radionuclide origination for examined isotopes is shown up, and it is related with global radioactive fallout

  1. Soft-tissue tension total knee arthroplasty.

    Science.gov (United States)

    Asano, Hiroshi; Hoshino, Akiho; Wilton, Tim J

    2004-08-01

    It is far from clear how best to define the proper strength of soft-tissue tensioning in total knee arthroplasty (TKA). We attached a torque driver to the Monogram balancer/tensor device and measured soft-tissue tension in full extension and 90 degrees flexion during TKA. In our surgical procedure, when we felt proper soft-tissue tension was being applied, the mean distraction force was noted to be 126N in extension and 121N in flexion. There was no significant correlation between soft-tissue tension and the postoperative flexion angle finally achieved. To the best of our knowledge, this is the first study to assess the actual distraction forces in relation to soft-tissue tension in TKA. Further study may reveal the most appropriate forces to achieve proper soft-tissue tension in the wide variety of circumstances presenting at knee arthroplasty.

  2. Planar Elongation Measurements on Soft Elastomers

    DEFF Research Database (Denmark)

    Jensen, Mette Krog; Skov, Anne Ladegaard; Rasmussen, Henrik K.

    2009-01-01

    A new fixture to the filament stretch rheometer (FSR) has been developed to measure planar elongation of soft polymeric networks. To validate this new technique, soft polymeric networks of poly(propyleneoxide) (PPO) were investigated during deformation.......A new fixture to the filament stretch rheometer (FSR) has been developed to measure planar elongation of soft polymeric networks. To validate this new technique, soft polymeric networks of poly(propyleneoxide) (PPO) were investigated during deformation....

  3. Success of Chemotherapy in Soft Matter

    OpenAIRE

    Trifonova, I.; Kurteva, G.; Stefanov, S. Z.

    2014-01-01

    The success of chemotharapy in soft matter as a survival is found in the paper. Therefore, it is found the analogous tumor stretching force in soft matter; ultrasonography is performed for this tumor; restoration in soft matter with such a tumor is found; Bayes estimate of the probability of chemotherapy success is derived from the transferred chemical energy and from soft matter entropy; survival probability is juxtaposed to this probability of success.

  4. Prediction of monthly electric energy consumption using pattern-based fuzzy nearest neighbour regression

    Directory of Open Access Journals (Sweden)

    Pełka Paweł

    2017-01-01

    Full Text Available Electricity demand forecasting is of important role in power system planning and operation. In this work, fuzzy nearest neighbour regression has been utilised to estimate monthly electricity demands. The forecasting model was based on the pre-processed energy consumption time series, where input and output variables were defined as patterns representing unified fragments of the time series. Relationships between inputs and outputs, which were simplified due to patterns, were modelled using nonparametric regression with weighting function defined as a fuzzy membership of learning points to the neighbourhood of a query point. In an experimental part of the work the model was evaluated using real-world data. The results are encouraging and show high performances of the model and its competitiveness compared to other forecasting models.

  5. Soft Tissue Sarcoma—Health Professional Version

    Science.gov (United States)

    Soft tissue sarcomas are malignant tumors that arise in any of the mesodermal tissues of the extremities, trunk and retroperitoneum, or head and neck. Soft tissue sarcomas may be heterogeneous. Find evidence-based information on soft tissue sarcoma treatment and research.

  6. Radiosensitivity of soft tissue sarcomas

    International Nuclear Information System (INIS)

    Hirano, Toru; Iwasaki, Katsuro; Suzuki, Ryohei; Monzen, Yoshio; Hombo, Zenichiro

    1989-01-01

    The correlation between the effectiveness of radiation therapy and the histology of soft tissue sarcomas was investigated. Of 31 cases with a soft tissue sarcoma of an extremity treated by conservative surgery and postoperative radiation of 3,000-6,000 cGy, local recurrence occurred in 12; 5 out of 7 synovial sarcomas, 4 of 9 MFH, one of 8 liposarcomas, none of 4 rhabdomyosarcomas and 2 of 3 others. As for the histological subtyping, the 31 soft tissue sarcomas were divided into spindle cell, pleomorphic cell, myxoid and round cell type, and recurrence rates were 75%, 33.3%, 16.7% and 0%, respectively. From the remarkable difference in recurrent rate, it was suggested that round cell and myxoid type of soft tissue sarcomas showed a high radiosensitivity compared to the spindle cell type with low sensitivity. Clarifying the degree of radiosensitivity is helpful in deciding on the management of limb salvage in soft tissue sarcomas of an extremity. (author)

  7. Architecture design for soft errors

    CERN Document Server

    Mukherjee, Shubu

    2008-01-01

    This book provides a comprehensive description of the architetural techniques to tackle the soft error problem. It covers the new methodologies for quantitative analysis of soft errors as well as novel, cost-effective architectural techniques to mitigate them. To provide readers with a better grasp of the broader problem deffinition and solution space, this book also delves into the physics of soft errors and reviews current circuit and software mitigation techniques.

  8. Soft behavior of a closed massless state in superstring and universality in the soft behavior of the dilaton

    Energy Technology Data Exchange (ETDEWEB)

    Vecchia, Paolo Di [The Niels Bohr Institute, University of Copenhagen,Blegdamsvej 17, DK-2100 Copenhagen Ø (Denmark); Nordita, KTH Royal Institute of Technology and Stockholm University, Roslagstullsbacken 23, SE-10691 Stockholm (Sweden); Marotta, Raffaele [Istituto Nazionale di Fisica Nucleare, Sezione di Napoli,Complesso Universitario di Monte S. Angelo ed. 6, via Cintia, 80126, Napoli (Italy); Mojaza, Matin [Max-Planck-Institut für Gravitationsphysik, Albert-Einstein-Institut, Am Mühlenberg 1, 14476 Potsdam (Germany)

    2016-12-06

    We consider the tree-level scattering amplitudes in the NS-NS (Neveu-Schwarz) massless sector of closed superstrings in the case where one external state becomes soft. We compute the amplitudes generically for any number of dimensions and any number and kind of the massless closed states through the subsubleading order in the soft expansion. We show that, when the soft state is a graviton or a dilaton, the full result can be expressed as a soft theorem factorizing the amplitude in a soft and a hard part. This behavior is similar to what has previously been observed in field theory and in the bosonic string. Differently from the bosonic string, the supersymmetric soft theorem for the graviton has no string corrections at subsubleading order. The dilaton soft theorem, on the other hand, is found to be universally free of string corrections in any string theory.

  9. Soft behavior of a closed massless state in superstring and universality of the soft behavior of the dilaton

    DEFF Research Database (Denmark)

    di Vecchia, Paolo; Marotta, Raffaele; Mojaza, Matin

    2016-01-01

    We consider the tree-level scattering amplitudes in the NS-NS (Neveu-Schwarz) massless sector of closed superstrings in the case where one external state becomes soft. We compute the amplitudes generically for any number of dimensions and any number and kind of the massless closed states through...... the subsubleading order in the soft expansion. We show that, when the soft state is a graviton or a dilaton, the full result can be expressed as a soft theorem factorizing the amplitude in a soft and a hard part. This behavior is similar to what has previously been observed in field theory and in the bosonic string....... Differently from the bosonic string, the supersymmetric soft theorem for the graviton has no string corrections at subsubleading order. The dilaton soft theorem, on the other hand, is found to be universally free of string corrections in any string theory....

  10. On single and double soft behaviors in NLSM

    International Nuclear Information System (INIS)

    Du, Yi-Jian; Luo, Hui

    2015-01-01

    In this paper, we study the single and double soft behaviors of tree level off-shell currents and on-shell amplitudes in nonlinear sigma model (NLSM). We first propose and prove the leading soft behavior of the tree level currents with a single soft particle. In the on-shell limit, this single soft emission becomes the Adler’s zero. Then we establish the leading and subleading soft behaviors of tree level currents with two adjacent soft particles. With a careful analysis of the on-shell limit, we obtain the double soft behaviors of on-shell amplitudes where the two soft particles are adjacent to each other. By applying Kleiss-Kuijf (KK) relation, we further obtain the leading and subleading behaviors of amplitudes with two nonadjacent soft particles.

  11. Forecasting municipal solid waste generation using artificial intelligence modelling approaches.

    Science.gov (United States)

    Abbasi, Maryam; El Hanandeh, Ali

    2016-10-01

    Municipal solid waste (MSW) management is a major concern to local governments to protect human health, the environment and to preserve natural resources. The design and operation of an effective MSW management system requires accurate estimation of future waste generation quantities. The main objective of this study was to develop a model for accurate forecasting of MSW generation that helps waste related organizations to better design and operate effective MSW management systems. Four intelligent system algorithms including support vector machine (SVM), adaptive neuro-fuzzy inference system (ANFIS), artificial neural network (ANN) and k-nearest neighbours (kNN) were tested for their ability to predict monthly waste generation in the Logan City Council region in Queensland, Australia. Results showed artificial intelligence models have good prediction performance and could be successfully applied to establish municipal solid waste forecasting models. Using machine learning algorithms can reliably predict monthly MSW generation by training with waste generation time series. In addition, results suggest that ANFIS system produced the most accurate forecasts of the peaks while kNN was successful in predicting the monthly averages of waste quantities. Based on the results, the total annual MSW generated in Logan City will reach 9.4×10(7)kg by 2020 while the peak monthly waste will reach 9.37×10(6)kg. Copyright © 2016 Elsevier Ltd. All rights reserved.

  12. Evaluation of Short-Term Cepstral Based Features for Detection of Parkinson’s Disease Severity Levels through Speech signals

    Science.gov (United States)

    Oung, Qi Wei; Nisha Basah, Shafriza; Muthusamy, Hariharan; Vijean, Vikneswaran; Lee, Hoileong

    2018-03-01

    Parkinson’s disease (PD) is one type of progressive neurodegenerative disease known as motor system syndrome, which is due to the death of dopamine-generating cells, a region of the human midbrain. PD normally affects people over 60 years of age, which at present has influenced a huge part of worldwide population. Lately, many researches have shown interest into the connection between PD and speech disorders. Researches have revealed that speech signals may be a suitable biomarker for distinguishing between people with Parkinson’s (PWP) from healthy subjects. Therefore, early diagnosis of PD through the speech signals can be considered for this aim. In this research, the speech data are acquired based on speech behaviour as the biomarker for differentiating PD severity levels (mild and moderate) from healthy subjects. Feature extraction algorithms applied are Mel Frequency Cepstral Coefficients (MFCC), Linear Predictive Coefficients (LPC), Linear Prediction Cepstral Coefficients (LPCC), and Weighted Linear Prediction Cepstral Coefficients (WLPCC). For classification, two types of classifiers are used: k-Nearest Neighbour (KNN) and Probabilistic Neural Network (PNN). The experimental results demonstrated that PNN classifier and KNN classifier achieve the best average classification performance of 92.63% and 88.56% respectively through 10-fold cross-validation measures. Favourably, the suggested techniques have the possibilities of becoming a new choice of promising tools for the PD detection with tremendous performance.

  13. Leading multi-soft limits from scattering equations

    Science.gov (United States)

    Zlotnikov, Michael

    2017-10-01

    A Cachazo-He-Yuan (CHY) type formula is derived for the leading gluon, bi-adjoint scalar ϕ 3, Yang-Mills-scalar and non-linear sigma model m-soft factors S m in arbitrary dimension. The general formula is used to evaluate explicit examples for up to three soft legs analytically and up to four soft legs numerically via comparison with amplitude ratios under soft kinematics. A structural pattern for gluon m-soft factor is inferred and a simpler formula for its calculation is conjectured. In four dimensions, a Cachazo-Svrček-Witten (CSW) recursive procedure producing the leading m-soft gluon factor in spinor helicity formalism is developed as an alternative, and Britto-Cachazo-Feng-Witten (BCFW) recursion is used to obtain the leading four-soft gluon factor for all analytically distinct helicity configurations.

  14. Soft Space Planning in Cities unbound

    DEFF Research Database (Denmark)

    Olesen, Kristian

    This paper analyses contemporary experiments of building governance capacity in new soft spaces in Denmark through processes of spatial strategy-making. The paper argues that new soft spaces are emerging in Danish spatial planning, which set out to promote more effective forms of strategic spatial...... planning, and how their obsession with promoting economic development at the expense of wider planning responsibilities support contemporary neoliberal transformations of strategic spatial planning....... planning. The Danish case of soft space planning demonstrates how Danish soft spaces at subnational scales fail to fill in the gaps between formal planning structures and provide the glue that binds formal scales of planning together as promised in the soft space literature. This raises a number...

  15. Small scale soft x-ray lasers

    International Nuclear Information System (INIS)

    Skinner, C.H.; DiCicco, D.S.; Kim, D.; Voorhees, D.; Suckewer, S.

    1990-01-01

    The widespread application of soft x-ray laser technology is contingent on the development of small scale soft x-ray lasers that do not require large laser facilities. Progress in the development of soft x-ray lasers pumped by a Nd laser of energy 6-12J is reported below. Application of an existing soft x-ray laser to x-ray microscopy has begun. A soft x-ray laser of output energy 1-3 mJ at 18,2 nm has been used to record high resolution images of biological specimens. The contact images were recorded on photoresist which was later viewed in a scanning electron microscope. The authors present a composite optical x-ray laser microscope design

  16. Soft Decision Analyzer

    Science.gov (United States)

    Lansdowne, Chatwin; Steele, Glen; Zucha, Joan; Schlesinger, Adam

    2013-01-01

    We describe the benefit of using closed-loop measurements for a radio receiver paired with a counterpart transmitter. We show that real-time analysis of the soft decision output of a receiver can provide rich and relevant insight far beyond the traditional hard-decision bit error rate (BER) test statistic. We describe a Soft Decision Analyzer (SDA) implementation for closed-loop measurements on single- or dual- (orthogonal) channel serial data communication links. The analyzer has been used to identify, quantify, and prioritize contributors to implementation loss in live-time during the development of software defined radios. This test technique gains importance as modern receivers are providing soft decision symbol synchronization as radio links are challenged to push more data and more protocol overhead through noisier channels, and software-defined radios (SDRs) use error-correction codes that approach Shannon's theoretical limit of performance.

  17. Soft pneumatic grippers embedded with stretchable electroadhesion

    Science.gov (United States)

    Guo, J.; Elgeneidy, K.; Xiang, C.; Lohse, N.; Justham, L.; Rossiter, J.

    2018-05-01

    Current soft pneumatic grippers cannot robustly grasp flat materials and flexible objects on curved surfaces without distorting them. Current electroadhesive grippers, on the other hand, are difficult to actively deform to complex shapes to pick up free-form surfaces or objects. An easy-to-implement PneuEA gripper is proposed by the integration of an electroadhesive gripper and a two-fingered soft pneumatic gripper. The electroadhesive gripper was fabricated by segmenting a soft conductive silicon sheet into a two-part electrode design and embedding it in a soft dielectric elastomer. The two-fingered soft pneumatic gripper was manufactured using a standard soft lithography approach. This novel integration has combined the benefits of both the electroadhesive and soft pneumatic grippers. As a result, the proposed PneuEA gripper was not only able to pick-and-place flat and flexible materials such as a porous cloth but also delicate objects such as a light bulb. By combining two soft touch sensors with the electroadhesive, an intelligent and shape-adaptive PneuEA material handling system has been developed. This work is expected to widen the applications of both soft gripper and electroadhesion technologies.

  18. Soft timing closure for soft programmable logic cores: The ARGen approach

    OpenAIRE

    Bollengier , Théotime; Lagadec , Loïc; Najem , Mohamad; Le Lann , Jean-Christophe; Guilloux , Pierre

    2017-01-01

    International audience; Reconfigurable cores support post-release updates which shortens time-to-market while extending circuits’ lifespan. Reconfigurable cores can be provided as hard cores (ASIC) or soft cores (RTL). Soft reconfigurable cores outperform hard reconfigurable cores by preserving the ASIC synthesis flow, at the cost of lowering scalability but also exacerbating timing closure issues. This article tackles these two issues and introduces the ARGen generator that produces scalable...

  19. Neutrosophic Parameterized Soft Relations and Their Applications

    Directory of Open Access Journals (Sweden)

    Irfan Deli

    2014-06-01

    Full Text Available The aim of this paper is to introduce the concept of relation on neutrosophic parameterized soft set (NP- soft sets theory. We have studied some related properties and also put forward some propositions on neutrosophic parameterized soft relation with proofs and examples. Finally the notions of symmetric, transitive, reflexive, and equivalence neutrosophic parameterized soft set relations have been established in our work. Finally a decision making method on NP-soft sets is presented.

  20. learning and soft skills

    DEFF Research Database (Denmark)

    Rasmussen, Lauge Baungaard

    2000-01-01

    Learning of soft skills are becoming more and more necessary due to the complexe development of modern companies and their environments. However, there seems to be a 'gap' between intentions and reality regarding need of soft skills and the possiblities to be educated in this subject in particular...

  1. Soft Mobility and Urban Transformation

    Directory of Open Access Journals (Sweden)

    Rosa Anna La Rocca

    2010-04-01

    Full Text Available This paper examines some European cases referred to promotion of soft mobility as a new lifestyle aimed to improve benefits on environment and urban liveability. Soft mobility includes any non-motorized transport (human powered mobility. According to this, soft mobility refers to pedestrian, bicycle, roller skate and skateboard transfers. It could be indented as “zeroimpact” mobility too. As a matter of fact, the words to define this way of moving have not been codified yet, therefore mobilitè douce, soft mobility, slow traffic are synonymous in referring mainly to pedestrians and cyclists to indicate alternative to car use. Soft mobility, indeed, can be defined as a special form of sustainable mobility able to optimize urban liveability, by keeping the individual right to move. At present, cities are engaged in defining policies, procedures and interventions to further “slow traffic”, both to relieve the traffic congestion, and to work for regeneration and environmental improvements. This asks for an in-depth cooperation between different political and administrative levels to achieve common objectives of development more attentive to environmental concerns. Despite this increasing attention, the idea of a “network” for soft mobility has not been yet achieved and the supply of integrated facilities and services as an alternative to the car use seems to be still difficult of accomplishment. High disparity characterizes European countries in promoting soft mobility: despite a prolific production of laws and roles referred to emergency of adopting alternative ways of moving to minimize negatives impacts (especially air and noise pollution as very threat to health due to car dependence for urban short distance too. And yet, soft mobility could represent a real occasion of urban and territorial regeneration aimed to rehabilitate some disused paths and routes (greenways. Some successful European cases show how it is possible to

  2. Fundamentals of soft robot locomotion

    OpenAIRE

    Calisti, M.; Picardi, G.; Laschi, C.

    2017-01-01

    Soft robotics and its related technologies enable robot abilities in several robotics domains including, but not exclusively related to, manipulation, manufacturing, human���robot interaction and locomotion. Although field applications have emerged for soft manipulation and human���robot interaction, mobile soft robots appear to remain in the research stage, involving the somehow conflictual goals of having a deformable body and exerting forces on the environment to achieve locomotion. This p...

  3. Imaging of musculoskeletal soft tissue infections

    Energy Technology Data Exchange (ETDEWEB)

    Turecki, Marcin B.; Taljanovic, Mihra S.; Holden, Dean A.; Hunter, Tim B.; Rogers, Lee F. [University of Arizona HSC, Department of Radiology, Tucson, AZ (United States); Stubbs, Alana Y. [Southern Arizona VA Health Care System, Department of Radiology, Tucson, AZ (United States); Graham, Anna R. [University of Arizona HSC, Department of Pathology, Tucson, AZ (United States)

    2010-10-15

    Prompt and appropriate imaging work-up of the various musculoskeletal soft tissue infections aids early diagnosis and treatment and decreases the risk of complications resulting from misdiagnosis or delayed diagnosis. The signs and symptoms of musculoskeletal soft tissue infections can be nonspecific, making it clinically difficult to distinguish between disease processes and the extent of disease. Magnetic resonance imaging (MRI) is the imaging modality of choice in the evaluation of soft tissue infections. Computed tomography (CT), ultrasound, radiography and nuclear medicine studies are considered ancillary. This manuscript illustrates representative images of superficial and deep soft tissue infections such as infectious cellulitis, superficial and deep fasciitis, including the necrotizing fasciitis, pyomyositis/soft tissue abscess, septic bursitis and tenosynovitis on different imaging modalities, with emphasis on MRI. Typical histopathologic findings of soft tissue infections are also presented. The imaging approach described in the manuscript is based on relevant literature and authors' personal experience and everyday practice. (orig.)

  4. Imaging of musculoskeletal soft tissue infections

    International Nuclear Information System (INIS)

    Turecki, Marcin B.; Taljanovic, Mihra S.; Holden, Dean A.; Hunter, Tim B.; Rogers, Lee F.; Stubbs, Alana Y.; Graham, Anna R.

    2010-01-01

    Prompt and appropriate imaging work-up of the various musculoskeletal soft tissue infections aids early diagnosis and treatment and decreases the risk of complications resulting from misdiagnosis or delayed diagnosis. The signs and symptoms of musculoskeletal soft tissue infections can be nonspecific, making it clinically difficult to distinguish between disease processes and the extent of disease. Magnetic resonance imaging (MRI) is the imaging modality of choice in the evaluation of soft tissue infections. Computed tomography (CT), ultrasound, radiography and nuclear medicine studies are considered ancillary. This manuscript illustrates representative images of superficial and deep soft tissue infections such as infectious cellulitis, superficial and deep fasciitis, including the necrotizing fasciitis, pyomyositis/soft tissue abscess, septic bursitis and tenosynovitis on different imaging modalities, with emphasis on MRI. Typical histopathologic findings of soft tissue infections are also presented. The imaging approach described in the manuscript is based on relevant literature and authors' personal experience and everyday practice. (orig.)

  5. Determination of authenticity of brand perfume using electronic nose prototypes

    International Nuclear Information System (INIS)

    Gebicki, Jacek; Szulczynski, Bartosz; Kaminski, Marian

    2015-01-01

    The paper presents the practical application of an electronic nose technique for fast and efficient discrimination between authentic and fake perfume samples. Two self-built electronic nose prototypes equipped with a set of semiconductor sensors were employed for that purpose. Additionally 10 volunteers took part in the sensory analysis. The following perfumes and their fake counterparts were analysed: Dior—Fahrenheit, Eisenberg—J’ose, YSL—La nuit de L’homme, 7 Loewe and Spice Bomb. The investigations were carried out using the headspace of the aqueous solutions. Data analysis utilized multidimensional techniques: principle component analysis (PCA), linear discrimination analysis (LDA), k-nearest neighbour (k-NN). The results obtained confirmed the legitimacy of the electronic nose technique as an alternative to the sensory analysis as far as the determination of authenticity of perfume is concerned. (paper)

  6. Unconstrained and contactless hand geometry biometrics.

    Science.gov (United States)

    de-Santos-Sierra, Alberto; Sánchez-Ávila, Carmen; Del Pozo, Gonzalo Bailador; Guerra-Casanova, Javier

    2011-01-01

    This paper presents a hand biometric system for contact-less, platform-free scenarios, proposing innovative methods in feature extraction, template creation and template matching. The evaluation of the proposed method considers both the use of three contact-less publicly available hand databases, and the comparison of the performance to two competitive pattern recognition techniques existing in literature: namely support vector machines (SVM) and k-nearest neighbour (k-NN). Results highlight the fact that the proposed method outcomes existing approaches in literature in terms of computational cost, accuracy in human identification, number of extracted features and number of samples for template creation. The proposed method is a suitable solution for human identification in contact-less scenarios based on hand biometrics, providing a feasible solution to devices with limited hardware requirements like mobile devices.

  7. Determination of authenticity of brand perfume using electronic nose prototypes

    Science.gov (United States)

    Gebicki, Jacek; Szulczynski, Bartosz; Kaminski, Marian

    2015-12-01

    The paper presents the practical application of an electronic nose technique for fast and efficient discrimination between authentic and fake perfume samples. Two self-built electronic nose prototypes equipped with a set of semiconductor sensors were employed for that purpose. Additionally 10 volunteers took part in the sensory analysis. The following perfumes and their fake counterparts were analysed: Dior—Fahrenheit, Eisenberg—J’ose, YSL—La nuit de L’homme, 7 Loewe and Spice Bomb. The investigations were carried out using the headspace of the aqueous solutions. Data analysis utilized multidimensional techniques: principle component analysis (PCA), linear discrimination analysis (LDA), k-nearest neighbour (k-NN). The results obtained confirmed the legitimacy of the electronic nose technique as an alternative to the sensory analysis as far as the determination of authenticity of perfume is concerned.

  8. A Meta-Heuristic Regression-Based Feature Selection for Predictive Analytics

    Directory of Open Access Journals (Sweden)

    Bharat Singh

    2014-11-01

    Full Text Available A high-dimensional feature selection having a very large number of features with an optimal feature subset is an NP-complete problem. Because conventional optimization techniques are unable to tackle large-scale feature selection problems, meta-heuristic algorithms are widely used. In this paper, we propose a particle swarm optimization technique while utilizing regression techniques for feature selection. We then use the selected features to classify the data. Classification accuracy is used as a criterion to evaluate classifier performance, and classification is accomplished through the use of k-nearest neighbour (KNN and Bayesian techniques. Various high dimensional data sets are used to evaluate the usefulness of the proposed approach. Results show that our approach gives better results when compared with other conventional feature selection algorithms.

  9. Unconstrained and Contactless Hand Geometry Biometrics

    Directory of Open Access Journals (Sweden)

    Carmen Sánchez-Ávila

    2011-10-01

    Full Text Available This paper presents a hand biometric system for contact-less, platform-free scenarios, proposing innovative methods in feature extraction, template creation and template matching. The evaluation of the proposed method considers both the use of three contact-less publicly available hand databases, and the comparison of the performance to two competitive pattern recognition techniques existing in literature: namely Support Vector Machines (SVM and k-Nearest Neighbour (k-NN. Results highlight the fact that the proposed method outcomes existing approaches in literature in terms of computational cost, accuracy in human identification, number of extracted features and number of samples for template creation. The proposed method is a suitable solution for human identification in contact-less scenarios based on hand biometrics, providing a feasible solution to devices with limited hardware requirements like mobile devices.

  10. Not-so-Soft Skills

    Science.gov (United States)

    Curran, Mary

    2010-01-01

    Much recent discussion about the skills needed to secure Britain's economic recovery has focused on skills for employability. However, too often, these fundamental skills are understood in narrow functional or vocational terms. So-called "soft skills", what Penelope Tobin, in her 2008 paper "Soft Skills: the hard facts", terms "traits and…

  11. Glass transition in soft-sphere dispersions

    International Nuclear Information System (INIS)

    RamIrez-Gonzalez, P E; Medina-Noyola, M

    2009-01-01

    The concept of dynamic equivalence among mono-disperse soft-sphere fluids is employed in the framework of the self-consistent generalized Langevin equation (SCGLE) theory of colloid dynamics to calculate the ideal glass transition phase diagram of model soft-sphere colloidal dispersions in the softness-concentration state space. The slow dynamics predicted by this theory near the glass transition is compared with available experimental data for the decay of the intermediate scattering function of colloidal dispersions of soft-microgel particles. Increasing deviations from this simple scheme occur for increasingly softer potentials, and this is studied here using the Rogers-Young static structure factor of the soft-sphere systems as the input of the SCGLE theory, without assuming a priori the validity of the equivalence principle above.

  12. 3D printing of soft robotic systems

    Science.gov (United States)

    Wallin, T. J.; Pikul, J.; Shepherd, R. F.

    2018-06-01

    Soft robots are capable of mimicking the complex motion of animals. Soft robotic systems are defined by their compliance, which allows for continuous and often responsive localized deformation. These features make soft robots especially interesting for integration with human tissues, for example, the implementation of biomedical devices, and for robotic performance in harsh or uncertain environments, for example, exploration in confined spaces or locomotion on uneven terrain. Advances in soft materials and additive manufacturing technologies have enabled the design of soft robots with sophisticated capabilities, such as jumping, complex 3D movements, gripping and releasing. In this Review, we examine the essential soft material properties for different elements of soft robots, highlighting the most relevant polymer systems. Advantages and limitations of different additive manufacturing processes, including 3D printing, fused deposition modelling, direct ink writing, selective laser sintering, inkjet printing and stereolithography, are discussed, and the different techniques are investigated for their application in soft robotic fabrication. Finally, we explore integrated robotic systems and give an outlook for the future of the field and remaining challenges.

  13. Electroroentgenography in diagnosis of soft tissue tumors

    International Nuclear Information System (INIS)

    Vintergal'ter, S.F.; Vishevnik, B.I.

    1989-01-01

    Clinical, electroroentgenographic and X-ray studies of soft tissues were carried out in 425 patients with malignant (75), benign (246) soft tissue tumors and in cases of such soft tissue pathologies of the extremities and body (104). The paper discusses the technicalities of electroroentgenography which produces on one roentgenogram separate images of all components of soft tissues and bones in a given segment. A comparions of image quality assured by electroroentgeno- and roentgenography did not establish any significant difference in soft tissue tumor semiotics

  14. Soft Robotics: from scientific challenges to technological applications

    Science.gov (United States)

    Laschi, C.

    2016-05-01

    Soft robotics is a recent and rapidly growing field of research, which aims at unveiling the principles for building robots that include soft materials and compliance in the interaction with the environment, so as to exploit so-called embodied intelligence and negotiate natural environment more effectively. Using soft materials for building robots poses new technological challenges: the technologies for actuating soft materials, for embedding sensors into soft robot parts, for controlling soft robots are among the main ones. This is stimulating research in many disciplines and many countries, such that a wide community is gathering around initiatives like the IEEE TAS TC on Soft Robotics and the RoboSoft CA - A Coordination Action for Soft Robotics, funded by the European Commission. Though still in its early stages of development, soft robotics is finding its way in a variety of applications, where safe contact is a main issue, in the biomedical field, as well as in exploration tasks and in the manufacturing industry. And though the development of the enabling technologies is still a priority, a fruitful loop is growing between basic research and application-oriented research in soft robotics.

  15. Windchill-201 - Custom Soft-Type Construction

    Science.gov (United States)

    Jones, Corey; LaPha, Steven

    2013-01-01

    This presentation will explain Windchill soft-types-what they are, how they work, and how to construct custom ones, configured specifically for your system. The process and particulars of creating and implementing a WTDocument soft-type will be discussed, and the interaction between soft-types and Windchill objects will be shown.

  16. Embodying Soft Wearables Research

    DEFF Research Database (Denmark)

    Tomico, Oscar; Wilde, Danielle

    2016-01-01

    of soft wearables. Throughout, we will experiment with how embodied design research techniques might be shared, developed, and used as direct and unmediated vehicles for their own reporting. Rather than engage in oral presentations, participants will lead each other through a proven embodied method...... and knowledge transfer in the context of soft wearables....

  17. Dissecting soft radiation with factorization

    International Nuclear Information System (INIS)

    Stewart, Iain W.; Tackmann, Frank J.; Waalewijn, Wouter J.; Amsterdam Univ.

    2014-05-01

    An essential part of high-energy hadronic collisions is the soft hadronic activity that underlies the primary hard interaction. It can receive contributions from soft radiation from the primary hard partons, secondary multiple parton interactions (MPI), and factorization violating effects. The invariant mass spectrum of the leading jet in Z+jet and H+jet events is directly sensitive to these effects. We use a QCD factorization theorem to predict the dependence on the jet radius R, jet p T , jet rapidity, and partonic process for both the perturbative and nonperturbative components of primary soft radiation. The nonperturbative contributions involve only odd powers of R, and the linear R term is universal for quark and gluon jets. The hadronization model in PYTHIA8 agrees well with these properties. The perturbative soft initial state radiation (ISR) has a contribution that depends on the jet area in the same way as the underlying event. This degeneracy is broken by the jet p T dependence. The size of this soft ISR contribution is proportional to the color state of the initial partons, yielding the same positive contribution for gg→Hg and gq→Zq, but a negative interference contribution for q anti q→Zg. Hence, measuring these dependencies allows one to separate hadronization, soft ISR, and MPI contributions in the data.

  18. Possibility Fuzzy Soft Set

    Directory of Open Access Journals (Sweden)

    Shawkat Alkhazaleh

    2011-01-01

    Full Text Available We introduce the concept of possibility fuzzy soft set and its operation and study some of its properties. We give applications of this theory in solving a decision-making problem. We also introduce a similarity measure of two possibility fuzzy soft sets and discuss their application in a medical diagnosis problem.

  19. Soft computing techniques in engineering applications

    CERN Document Server

    Zhong, Baojiang

    2014-01-01

    The Soft Computing techniques, which are based on the information processing of biological systems are now massively used in the area of pattern recognition, making prediction & planning, as well as acting on the environment. Ideally speaking, soft computing is not a subject of homogeneous concepts and techniques; rather, it is an amalgamation of distinct methods that confirms to its guiding principle. At present, the main aim of soft computing is to exploit the tolerance for imprecision and uncertainty to achieve tractability, robustness and low solutions cost. The principal constituents of soft computing techniques are probabilistic reasoning, fuzzy logic, neuro-computing, genetic algorithms, belief networks, chaotic systems, as well as learning theory. This book covers contributions from various authors to demonstrate the use of soft computing techniques in various applications of engineering.  

  20. Energy efficiency of mobile soft robots.

    Science.gov (United States)

    Shui, Langquan; Zhu, Liangliang; Yang, Zhe; Liu, Yilun; Chen, Xi

    2017-11-15

    The performance of mobile soft robots is usually characterized by their locomotion/velocity efficiency, whereas the energy efficiency is a more intrinsic and fundamental criterion for the performance evaluation of independent or integrated soft robots. In this work, a general framework is established to evaluate the energy efficiency of mobile soft robots by considering the efficiency of the energy source, actuator and locomotion, and some insights for improving the efficiency of soft robotic systems are presented. Proposed as the ratio of the desired locomotion kinetic energy to the input mechanical energy, the energy efficiency of locomotion is found to play a critical role in determining the overall energy efficiency of soft robots. Four key factors related to the locomotion energy efficiency are identified, that is, the locomotion modes, material properties, geometric sizes, and actuation states. It is found that the energy efficiency of most mobile soft robots reported in the literature is surprisingly low (mostly below 0.1%), due to the inefficient mechanical energy that essentially does not contribute to the desired locomotion. A comparison of the locomotion energy efficiency for several representative locomotion modes in the literature is presented, showing a descending ranking as: jumping ≫ fish-like swimming > snake-like slithering > rolling > rising/turning over > inchworm-like inching > quadruped gait > earthworm-like squirming. Besides, considering the same locomotion mode, soft robots with lower stiffness, higher density and larger size tend to have higher locomotion energy efficiency. Moreover, a periodic pulse actuation instead of a continuous actuation mode may significantly reduce the input mechanical energy, thus improving the locomotion energy efficiency, especially when the pulse actuation matches the resonant states of the soft robots. The results presented herein indicate a large and necessary space for improving the locomotion energy

  1. Wanted: Soft Skills for Today's Jobs

    Science.gov (United States)

    Hirsch, Barton J.

    2017-01-01

    Educating high school students for both college and career is difficult. Teaching trade skills seems alien to the academic culture. But new research indicates that soft skills are quite important to judgments of employability and that youth learn many soft skills in traditional academic subjects (e.g., literature). A focus on soft skills allows…

  2. Impulsive behavior in solar soft X-radiation

    Science.gov (United States)

    Hudson, H. S.; Strong, K. T.; Dennis, B. R.; Zarro, D.; Inda, M.; Kosugi, T.; Sakao, T.

    1994-01-01

    The Yohkoh soft X-ray telescope has observed impulsive, thermal, soft X-ray emission at the footpoints of magnetic loops during solar flares. The soft X-ray (thermal) time profiles at the footpoints closely match the hard X-ray (nonthermal) time profiles, directly demonstrating the heating of the lower solar atmosphere on short timescales during the interval of nonthermal energy release. This phenomenon is the rule, rather than the exception, occurring in the majority of flares that we have examined with the Yohkoh data. We illustrate the impulsive behavior with data from the major flare of 1992 January 26. For this flare, the soft X-ray peak times matched the hard X-ray peak times within the time resolution of the soft X-ray measurements (about 10 s), and the soft and hard X-ray locations match within the resolution of the hard X-ray imager. The impulsive soft X-ray emission clearly has a thermal spectral signature, but not at the high temperature of a 'superhot' source. We conclude that the impulsive soft X-ray emission comes from material heated by precipitating electrons at loop footpoints and evaporating from the deeper atmosphere into the flaring flux tube.

  3. Cyclic Soft Groups and Their Applications on Groups

    Directory of Open Access Journals (Sweden)

    Hacı Aktaş

    2014-01-01

    Full Text Available In crisp environment the notions of order of group and cyclic group are well known due to many applications. In this paper, we introduce order of the soft groups, power of the soft sets, power of the soft groups, and cyclic soft group on a group. We also investigate the relationship between cyclic soft groups and classical groups.

  4. Soft-sediment mullions

    Science.gov (United States)

    Ortner, Hugo

    2015-04-01

    In this contribution I describe the appearance, formation and significance of soft-sediment mullions. I use several examples from synorogenic turbidites of the Alps and the Pyrenees to show their appearance in the field. Soft-sediment mullions are elongate, slightly irregular bulges at the base of coarse-grained clastic beds (sand to conglomerate), separated by narrow, elongate flames of fine-grained material (mud) protruding into the coarse-grained bed. Various processes may lead to the formation of such structures: (1) longitudinal furrows parallel to the sediment transport direction may form by spiral motion in flow rolls during sediment transport (Dzulinski, 1966; Dzulinski & Simpson, 1966). (2) Loading combined with downslope movement can produce elongate structures parallelling the dowslope direction (Anketell et al., 1970). (3) Soft-sediment mullions are oriented perpendicular or oblique to the downslope direction, and show evidence of bedding-parallel shortening. Thus, they resemble cuspate-lobate folds or mullions, which are well-known in ductile structural geology (e.g. Urai et al., 2001). Soft-sediment mullions have been observed in two cases: Either bedding-parallel shortening can be achieved by slump processes, or by active tectonic shortening. Slumping is characterized by an alternation of stretching and shortening (e.g. Ortner, 2007; Alsop & Marco 2014), and therefore mullions do overprint or are overprinted by normal faults. In active depositional systems that are subject to tectonic shortening growth strata will form, but sediments already deposited will be shortened during lithification. In some cases, the formation of soft-sediment mullions predates folding, but the most widespread expression of syn-lithification shortening seems to be soft-sediment mullions, that form in the inner arcs of fold hinges. In the examples documented so far, the size of soft-sediment mullions is dependent on the grain-size of the coarse-grained layer, in which the

  5. Soft x-ray Planetary Imager

    Data.gov (United States)

    National Aeronautics and Space Administration — The project is to prototype a soft X-ray Imager for planetary applications that has the sensitivity to observe solar system sources of soft  X-ray emission. A strong...

  6. Biologically-inspired soft exosuit.

    Science.gov (United States)

    Asbeck, Alan T; Dyer, Robert J; Larusson, Arnar F; Walsh, Conor J

    2013-06-01

    In this paper, we present the design and evaluation of a novel soft cable-driven exosuit that can apply forces to the body to assist walking. Unlike traditional exoskeletons which contain rigid framing elements, the soft exosuit is worn like clothing, yet can generate moments at the ankle and hip with magnitudes of 18% and 30% of those naturally generated by the body during walking, respectively. Our design uses geared motors to pull on Bowden cables connected to the suit near the ankle. The suit has the advantages over a traditional exoskeleton in that the wearer's joints are unconstrained by external rigid structures, and the worn part of the suit is extremely light, which minimizes the suit's unintentional interference with the body's natural biomechanics. However, a soft suit presents challenges related to actuation force transfer and control, since the body is compliant and cannot support large pressures comfortably. We discuss the design of the suit and actuation system, including principles by which soft suits can transfer force to the body effectively and the biological inspiration for the design. For a soft exosuit, an important design parameter is the combined effective stiffness of the suit and its interface to the wearer. We characterize the exosuit's effective stiffness, and present preliminary results from it generating assistive torques to a subject during walking. We envision such an exosuit having broad applicability for assisting healthy individuals as well as those with muscle weakness.

  7. Double soft theorems in gauge and string theories

    Energy Technology Data Exchange (ETDEWEB)

    Volovich, Anastasia [Brown University Department of Physics,182 Hope St, Providence, RI, 02912 (United States); Wen, Congkao [I.N.F.N. Sezione di Roma “Tor Vergata”,Via della Ricerca Scientifica, 00133 Roma (Italy); Zlotnikov, Michael [Brown University Department of Physics,182 Hope St, Providence, RI, 02912 (United States)

    2015-07-20

    We investigate the tree-level S-matrix in gauge theories and open superstring theory with several soft particles. We show that scattering amplitudes with two or three soft gluons of non-identical helicities behave universally in the limit, with multi-soft factors which are not the product of individual soft gluon factors. The results are obtained from the BCFW recursion relations in four dimensions, and further extended to arbitrary dimensions using the CHY formula. We also find new soft theorems for double soft limits of scalars and fermions in N=4 and pure N=2 SYM. Finally, we show that the double-soft-scalar theorems can be extended to open superstring theory without receiving any α{sup ′} corrections.

  8. Changes in rainfall amount and frequency do not affect the outcome of the interaction between the shrub Retama sphaerocarpa and its neighbouring grasses in two semiarid communities.

    Science.gov (United States)

    Soliveres, Santiago; García-Palacios, Pablo; Maestre, Fernando T; Escudero, Adrián; Valladares, Fernando

    2013-04-01

    We evaluated the net outcome of the interaction between the shrub Retama sphaerocarpa , our target plant, and different herbaceous neighbours in response to changes in the magnitude and frequency of rainfall events during three years. The experiment was conducted in natural and anthropogenic grasslands dominated by a perennial stress-tolerator and ruderal annual species, respectively. In spite of the neutral or positive effects of neighbours on water availability, neighbouring plants reduced the performance of Retama juveniles, suggesting competition for resources other than water. The negative effects of grasses on the photochemical efficiency of Retama juveniles decreased with higher water availabilities or heavier irrigation pulses, depending on the grassland studied; however, these effects did not extent to the survival and growth of Retama juveniles. Our findings show the prevalence of competitive interactions among the studied plants, regardless of the water availability and its temporal pattern. These results suggest that positive interactions may not prevail under harsher conditions when shade-intolerant species are involved. This study could be used to further refine our predictions of how plant-plant interactions will respond to changes in rainfall, either natural or increased by the ongoing climatic change, in ecosystems where grass-shrubs interactions are prevalent.

  9. Changes in rainfall amount and frequency do not affect the outcome of the interaction between the shrub Retama sphaerocarpa and its neighbouring grasses in two semiarid communities

    Science.gov (United States)

    Soliveres, Santiago; García-Palacios, Pablo; Maestre, Fernando T.; Escudero, Adrián; Valladares, Fernando

    2015-01-01

    We evaluated the net outcome of the interaction between the shrub Retama sphaerocarpa, our target plant, and different herbaceous neighbours in response to changes in the magnitude and frequency of rainfall events during three years. The experiment was conducted in natural and anthropogenic grasslands dominated by a perennial stress-tolerator and ruderal annual species, respectively. In spite of the neutral or positive effects of neighbours on water availability, neighbouring plants reduced the performance of Retama juveniles, suggesting competition for resources other than water. The negative effects of grasses on the photochemical efficiency of Retama juveniles decreased with higher water availabilities or heavier irrigation pulses, depending on the grassland studied; however, these effects did not extent to the survival and growth of Retama juveniles. Our findings show the prevalence of competitive interactions among the studied plants, regardless of the water availability and its temporal pattern. These results suggest that positive interactions may not prevail under harsher conditions when shade-intolerant species are involved. This study could be used to further refine our predictions of how plant-plant interactions will respond to changes in rainfall, either natural or increased by the ongoing climatic change, in ecosystems where grass-shrubs interactions are prevalent. PMID:25914429

  10. Interval-Valued Vague Soft Sets and Its Application

    Directory of Open Access Journals (Sweden)

    Khaleed Alhazaymeh

    2012-01-01

    Full Text Available Molodtsov has introduced the concept of soft sets and the application of soft sets in decision making and medical diagnosis problems. The basic properties of vague soft sets are presented. In this paper, we introduce the concept of interval-valued vague soft sets which are an extension of the soft set and its operations such as equality, subset, intersection, union, AND operation, OR operation, complement, and null while further studying some properties. We give examples for these concepts, and we give a number of applications on interval-valued vague soft sets.

  11. Zur Dialektik von Soft Skills und fachlicher Kompetenz

    OpenAIRE

    Jendrowiak, Hans-Werner

    2010-01-01

    [Der Autor stellt folgende Thesen zur Dialektik von Soft Skills und fachlicher Bildung auf:] 1. Soft Skills sind normale Bildungskategorien und Teil einer Allgemeinen Bildung. […] 2. Soft Skills sind als personalgebundene Kriterien auch immer schon Gegenstand bildungstheoretischer Debatten. […] 3. Soft Skills ist eine trendorientierte Bezeichnung für Bildung. […] 4. Soft Skills sind Ausdruck von Vorstellungen, Ideen und Theorien (Schulkultur, Unternehmenskultur, Unternehmensphilosophie). 5. S...

  12. Conservative Soft Power: Liberal soft power bias and the ‘hidden’ attraction of Russia

    DEFF Research Database (Denmark)

    Keating, Vincent Charles; Kaczmarska, Katarzyna

    2018-01-01

    The study of soft power in international relations suffers from a liberal democratic bias. Throughout the literature, liberal concepts and values are assumed to be universal in their appeal. This bias has led scholars to underestimate Russian soft power by instrumentalizing it, that is, to see it...

  13. Soft tissue tumors - imaging methods

    International Nuclear Information System (INIS)

    Arlart, I.P.

    1985-01-01

    Soft Tissue Tumors - Imaging Methods: Imaging methods play an important diagnostic role in soft tissue tumors concerning a preoperative evaluation of localization, size, topographic relationship, dignity, and metastatic disease. The present paper gives an overview about diagnostic methods available today such as ultrasound, thermography, roentgenographic plain films and xeroradiography, radionuclide methods, computed tomography, lymphography, angiography, and magnetic resonance imaging. Besides sonography particularly computed tomography has the most important diagnostic value in soft tissue tumors. The application of a recently developed method, the magnetic resonance imaging, cannot yet be assessed in its significance. (orig.) [de

  14. Soft Active Materials for Actuation, Sensing, and Electronics

    OpenAIRE

    Kramer, Rebecca Krone

    2012-01-01

    Future generations of robots, electronics, and assistive medical devices will include systems that are soft and elastically deformable, allowing them to adapt their morphology in unstructured environments. This will require soft active materials for actuation, circuitry, and sensing of deformation and contact pressure. The emerging field of soft robotics utilizes these soft active materials to mimic the inherent compliance of natural soft-bodied systems. As the elasticity of robot components ...

  15. New Concepts and Applications in Soft Computing

    CERN Document Server

    Fodor, János; Várkonyi-Kóczy, Annamária

    2013-01-01

                  The book provides a sample of research on the innovative theory and applications of soft computing paradigms.             The idea of Soft Computing was initiated in 1981 when Professor Zadeh published his first paper on soft data analysis and constantly evolved ever since. Professor Zadeh defined Soft Computing as the fusion of the fields of fuzzy logic (FL), neural network theory (NN) and probabilistic reasoning (PR), with the latter subsuming belief networks, evolutionary computing including DNA computing, chaos theory and parts of learning theory into one multidisciplinary system. As Zadeh said the essence of soft computing is that unlike the traditional, hard computing, soft computing is aimed at an accommodation with the pervasive imprecision of the real world. Thus, the guiding principle of soft computing is to exploit the tolerance for imprecision, uncertainty and partial truth to achieve tractability, robustness, low solution cost and better rapport with reality. ...

  16. Multiple soft limits of cosmological correlation functions

    International Nuclear Information System (INIS)

    Joyce, Austin; Khoury, Justin; Simonović, Marko

    2015-01-01

    We derive novel identities satisfied by inflationary correlation functions in the limit where two external momenta are taken to be small. We derive these statements in two ways: using background-wave arguments and as Ward identities following from the fixed-time path integral. Interestingly, these identities allow us to constrain some of the O(q 2 ) components of the soft limit, in contrast to their single-soft analogues. We provide several nontrivial checks of our identities both in the context of resonant non-Gaussianities and in small sound speed models. Additionally, we extend the relation at lowest order in external momenta to arbitrarily many soft legs, and comment on the many-soft extension at higher orders in the soft momentum. Finally, we consider how higher soft limits lead to identities satisfied by correlation functions in large-scale structure

  17. Soft error mechanisms, modeling and mitigation

    CERN Document Server

    Sayil, Selahattin

    2016-01-01

    This book introduces readers to various radiation soft-error mechanisms such as soft delays, radiation induced clock jitter and pulses, and single event (SE) coupling induced effects. In addition to discussing various radiation hardening techniques for combinational logic, the author also describes new mitigation strategies targeting commercial designs. Coverage includes novel soft error mitigation techniques such as the Dynamic Threshold Technique and Soft Error Filtering based on Transmission gate with varied gate and body bias. The discussion also includes modeling of SE crosstalk noise, delay and speed-up effects. Various mitigation strategies to eliminate SE coupling effects are also introduced. Coverage also includes the reliability of low power energy-efficient designs and the impact of leakage power consumption optimizations on soft error robustness. The author presents an analysis of various power optimization techniques, enabling readers to make design choices that reduce static power consumption an...

  18. The Milky Way's Tiny but Tough Galactic Neighbour

    Science.gov (United States)

    2009-10-01

    Today ESO announces the release of a stunning new image of one of our nearest galactic neighbours, Barnard's Galaxy, also known as NGC 6822. The galaxy contains regions of rich star formation and curious nebulae, such as the bubble clearly visible in the upper left of this remarkable vista. Astronomers classify NGC 6822 as an irregular dwarf galaxy because of its odd shape and relatively diminutive size by galactic standards. The strange shapes of these cosmic misfits help researchers understand how galaxies interact, evolve and occasionally "cannibalise" each other, leaving behind radiant, star-filled scraps. In the new ESO image, Barnard's Galaxy glows beneath a sea of foreground stars in the direction of the constellation of Sagittarius (the Archer). At the relatively close distance of about 1.6 million light-years, Barnard's Galaxy is a member of the Local Group, the archipelago of galaxies that includes our home, the Milky Way. The nickname of NGC 6822 comes from its discoverer, the American astronomer Edward Emerson Barnard, who first spied this visually elusive cosmic islet using a 125-millimetre aperture refractor in 1884. Astronomers obtained this latest portrait using the Wide Field Imager (WFI) attached to the 2.2-metre MPG/ESO telescope at ESO's La Silla Observatory in northern Chile. Even though Barnard's Galaxy lacks the majestic spiral arms and glowing, central bulge that grace its big galactic neighbours, the Milky Way, the Andromeda and the Triangulum galaxies, this dwarf galaxy has no shortage of stellar splendour and pyrotechnics. Reddish nebulae in this image reveal regions of active star formation, where young, hot stars heat up nearby gas clouds. Also prominent in the upper left of this new image is a striking bubble-shaped nebula. At the nebula's centre, a clutch of massive, scorching stars send waves of matter smashing into the surrounding interstellar material, generating a glowing structure that appears ring-like from our perspective

  19. 3D printing for soft robotics - a review.

    Science.gov (United States)

    Gul, Jahan Zeb; Sajid, Memoon; Rehman, Muhammad Muqeet; Siddiqui, Ghayas Uddin; Shah, Imran; Kim, Kyung-Hwan; Lee, Jae-Wook; Choi, Kyung Hyun

    2018-01-01

    Soft robots have received an increasing attention due to their advantages of high flexibility and safety for human operators but the fabrication is a challenge. Recently, 3D printing has been used as a key technology to fabricate soft robots because of high quality and printing multiple materials at the same time. Functional soft materials are particularly well suited for soft robotics due to a wide range of stimulants and sensitive demonstration of large deformations, high motion complexities and varied multi-functionalities. This review comprises a detailed survey of 3D printing in soft robotics. The development of key 3D printing technologies and new materials along with composites for soft robotic applications is investigated. A brief summary of 3D-printed soft devices suitable for medical to industrial applications is also included. The growing research on both 3D printing and soft robotics needs a summary of the major reported studies and the authors believe that this review article serves the purpose.

  20. Dental plaque pH variation with regular soft drink, diet soft drink and high energy drink: an in vivo study.

    Science.gov (United States)

    Jawale, Bhushan Arun; Bendgude, Vikas; Mahuli, Amit V; Dave, Bhavana; Kulkarni, Harshal; Mittal, Simpy

    2012-03-01

    A high incidence of dental caries and dental erosion associated with frequent consumption of soft drinks has been reported. The purpose of this study was to evaluate the pH response of dental plaque to a regular, diet and high energy drink. Twenty subjects were recruited for this study. All subjects were between the ages of 20 and 25 and had at least four restored tooth surfaces present. The subjects were asked to refrain from brushing for 48 hours prior to the study. At baseline, plaque pH was measured from four separate locations using harvesting method. Subjects were asked to swish with 15 ml of the respective soft drink for 1 minute. Plaque pH was measured at the four designated tooth sites at 5, 10 and 20 minutes intervals. Subjects then repeated the experiment using the other two soft drinks. pH was minimum for regular soft drink (2.65 ± 0.026) followed by high energy drink (3.39 ± 0.026) and diet soft drink (3.78 ± 0.006). The maximum drop in plaque pH was seen with regular soft drink followed by high energy drink and diet soft drink. Regular soft drink possesses a greater acid challenge potential on enamel than diet and high energy soft drinks. However, in this clinical trial, the pH associated with either soft drink did not reach the critical pH which is expected for enamel demineralization and dissolution.

  1. Engineering applications of soft computing

    CERN Document Server

    Díaz-Cortés, Margarita-Arimatea; Rojas, Raúl

    2017-01-01

    This book bridges the gap between Soft Computing techniques and their applications to complex engineering problems. In each chapter we endeavor to explain the basic ideas behind the proposed applications in an accessible format for readers who may not possess a background in some of the fields. Therefore, engineers or practitioners who are not familiar with Soft Computing methods will appreciate that the techniques discussed go beyond simple theoretical tools, since they have been adapted to solve significant problems that commonly arise in such areas. At the same time, the book will show members of the Soft Computing community how engineering problems are now being solved and handled with the help of intelligent approaches. Highlighting new applications and implementations of Soft Computing approaches in various engineering contexts, the book is divided into 12 chapters. Further, it has been structured so that each chapter can be read independently of the others.

  2. Theory of electrostatics and electrokinetics of soft particles

    Directory of Open Access Journals (Sweden)

    Hiroyuki Ohshima

    2009-01-01

    Full Text Available We investigate theoretically the electrostatics and electrokinetics of a soft particle, i.e. a hard particle covered with an ion-penetrable surface layer of polyelectrolytes. The electric properties of soft particles in an electrolyte solution, which differ from those of hard particles, are essentially determined by the Donnan potential in the surface layer. In particular, the Donnan potential plays an essential role in the electrostatics and electrokinetics of soft particles. Furthermore, the concept of zeta potential, which is important in the electrokinetics of hard particles, loses its physical meaning in the electrokinetics of soft particles. In this review, we discuss the potential distribution around a soft particle, the electrostatic interaction between two soft particles, and the motion of a soft particle in an electric field.

  3. PENINGKATAN SOFT SKILLS SISWA SMP MELALUI PEMBELAJARAN GENERATIF

    Directory of Open Access Journals (Sweden)

    La Moma

    2015-06-01

    Full Text Available Abstrak: Soft skills merupakan faktor yang turut menunjang kesuksesan siswa belajar matematika. Perlu ada upaya untuk menerapkan suatu model pembelajaran yang dapat memicu peningkatan soft skills siswa dalam matematika. Penelitian ini menerapkan model pembelajaran generatif sebagai alternatif pembelajaran yang diperkirakan akan memicu peningkatan ketiga kemampuan tersebut. Tujuan penelitian untuk mengetahui seberapa besar kontribusi penerapan model tersebut terhadap peningkatan kemampuan soft skills pada level sekolah (tinggi, sedang dan rendah. Penelitian menerapkan desain kuasi eksperimen. Sampel terdiri atas 191 orang siswa kelas VIII pada tiga SMP Negeri di Kota Yogyakarta yang mewakili level sekolah. Pengumpulan data dilakukan dengan teknik tes (pretes dan postes, sedang analisis data menggunakan statistik uji-t dan anova dua jalur. Dari hasil analisis data ditemukan bahwa (1 ada perbedaan pencapaian, peningkatan soft skills siswa antara kelas eksperimen dan kelas kontrol; (2 tidak terdapat interaksi antara pembelajaran dan level sekolah terhadap peningkatan soft skills. Kata Kunci: kemampuan soft skills, pembelajaran generatif THE ENHANCEMENT OF JUNIOR HIGH SCHOOL STUDENTS SOFT SKILLS THROUGH GENERATIVE LEARNING Abstract: Soft skills are factors that support students success in learning mathematics. The importance of the students soft skills, unfortunately, are not in line with at the students abilities in these competence. Therefore, we have to implemented a learning model that is expected to lead development soft skills of the students in mathematics. Generative learning model is applied in this study as an alternative learning is predicted to stimulate development soft skills of the students. This study is aimed at determining the contribution of generative learning model of the enhancement of soft skills for difference school levels (high, medium, low.This study is quasi-experimental research involving 191 students of eight

  4. Analysis of appearance of softness for interior plastic parts; Naiso jushi buhin no soft kan kaiseki

    Energy Technology Data Exchange (ETDEWEB)

    Kubota, T; Wada, T; Matsuda, M [Toyota Central R and D Laboratories Inc., Aichi (Japan); Nagata, M; Maeda, M [Toyoda Gosei Co. Ltd., Aichi (Japan)

    1997-10-01

    The Appearance of softness was evaluated using the paired comparison method for steering wheel pads. Many kinds of physical quantities of sample pads, such as the depth of wrinkles, surface roughness and gloss, were measured. Correlations between the appearance of softness and the physical quantities were analyzed. As a result, this appearance of softness was found to be characterized by four factors, the depth and slope of wrinkles, gloss and lightness. 3 refs., 4 figs., 4 tabs.

  5. From Soft Walls to Infrared Branes

    CERN Document Server

    von Gersdorff, Gero

    2010-01-01

    Five dimensional warped spaces with soft walls are generalizations of the standard Randall-Sundrum compactifications, where instead of an infrared brane one has a curvature singularity (with vanishing warp factor) at finite proper distance in the bulk. We project the physics near the singularity onto a hypersurface located a small distance away from it in the bulk. This results in a completely equivalent description of the soft wall in terms of an effective infrared brane, hiding any singular point. We perform explicitly this calculation for two classes of soft wall backgrounds used in the literature. The procedure has several advantages. It separates in a clean way the physics of the soft wall from the physics of the five dimensional bulk, facilitating a more direct comparison with standard two-brane warped compactifications. Moreover, consistent soft walls show a sort of universal behavior near the singularity which is reflected in the effective brane Lagrangian. Thirdly, for many purposes, a good approxima...

  6. A Christian understanding of the significance of love of oneself in loving God and neighbour: Towards an integrated self-love reading

    Directory of Open Access Journals (Sweden)

    Hannelie Wood

    2016-09-01

    Full Text Available This article addresses the meaning of the great commandment of love (Mt. 22:35–40 with afocus on the understanding of self-love as considered within a Christian context. Christians ingeneral understand the commandment as applying to love of God and one’s neighbour. Thereference to self-love tends to be ignored or misunderstood, especially when love of self isviewed in the context of the Christian virtues of humility and self-mortification. The conceptof narcissism (self-preoccupation or self-glorification has devastating effects on relationshipswith God, human beings and the world. In the Christian context self-love is not a thirdcommandment and it is not clearly outlined in Scripture. Furthermore, the love of oneselfseems to be the norm by which the love of God and neighbour are measured. It appearstherefore that by bringing narcissism into the equation of self-love, a better understanding canbe achieved of what a healthy Christian self-love should entail. Furthermore, a brief discussionon the views of the self as mind, emotions and will as well as agape, philia and eros is requiredfor a proposed integrated self-love reading.

  7. Laser-induced breakdown spectroscopy and chemometrics for classification of toys relying on toxic elements

    International Nuclear Information System (INIS)

    Godoi, Quienly; Leme, Flavio O.; Trevizan, Lilian C.; Pereira Filho, Edenir R.; Rufini, Iolanda A.; Santos, Dario; Krug, Francisco J.

    2011-01-01

    Quality control of toys for avoiding children exposure to potentially toxic elements is of utmost relevance and it is a common requirement in national and/or international norms for health and safety reasons. Laser-induced breakdown spectroscopy (LIBS) was recently evaluated at authors' laboratory for direct analysis of plastic toys and one of the main difficulties for the determination of Cd, Cr and Pb was the variety of mixtures and types of polymers. As most norms rely on migration (lixiviation) protocols, chemometric classification models from LIBS spectra were tested for sampling toys that present potential risk of Cd, Cr and Pb contamination. The classification models were generated from the emission spectra of 51 polymeric toys and by using Partial Least Squares - Discriminant Analysis (PLS-DA), Soft Independent Modeling of Class Analogy (SIMCA) and K-Nearest Neighbor (KNN). The classification models and validations were carried out with 40 and 11 test samples, respectively. Best results were obtained when KNN was used, with corrected predictions varying from 95% for Cd to 100% for Cr and Pb.

  8. Soft modes and structural phase transitions

    Energy Technology Data Exchange (ETDEWEB)

    Venkataraman, G [Reactor Research Centre, Kalpakkam (India)

    1979-12-01

    A survey of soft modes and their relationship to structural phase transitions is presented. After introducing the concept of a soft mode, the origin of softening is considered from a lattice-dynamical point. The Landau theory approach to structural transitions is then discussed, followed by a generalisation of the soft-mode concept through the use of the dynamic order-parameter susceptibility. The relationship of soft modes to broken symmetry is also examined. Experimental results for several classes of crystals are next presented, bringing out various features such as the co-operative Jahn-Teller effect. The survey concludes with a discussion of the central peak, touching upon both the experimental results and the theoretical speculations.

  9. Soft law as a new mode of governance

    OpenAIRE

    Peters, Anne

    2011-01-01

    The paper analyses soft law as a mode of EU governance. European soft law can be qualified as a relatively ‘new’ mode, notably due to its dramatic proliferation and the increasing involvement of private actors. The concept of ‘soft law’ is viable on the premiss that normativity may be graduated (‘the continuum view’). Soft law deploys specific legal effects apart from outright legal bindingness, and not merely political or otherwise factual effects. The legal effects of European soft law flow...

  10. Penentuan Rute Patroli Sekuriti Optimal Dengan Menggunakan Metode Nearest Neighbour Dan Insertion (Studi Kasus : South Processing Unit PT. X

    Directory of Open Access Journals (Sweden)

    Fuaddillah Fuaddillah

    2017-03-01

    Full Text Available South Processing Unit (SPU merupakan salah satu lapangan migas di PT. X dengan estimasi harian produksi gas sekitar 450 gas (MMscf/d dan 5000 kondensat (BOPD. Gas dan kondesat yang terpisah dari masing-masing sumur produksi akan dikumpulkan ke dalam satu stasiun pengumpul yang disebut Gathering and Testing Satellite (GTS. Karena statusnya sebagai objek vital nasional, melakukan patroli sekuriti di laut antara GTS yang satu dengan GTS lainnya wajib dilakukan. Proses patroli sekuriti dengan seatruck pada kawasan SPU PT. X masih menggunakan intuisi dari supir seatruck dimana rute yang dipilih adalah rute yang dirasa lebih dekat, lebih nyaman dilalui, dan lebih familiar dengan pengetahuan supir sendiri sehingga menghasilkan total jarak tempuh yang lebih jauh. Penelitian ini bertujuan untuk menerapkan dan membandingkan metode intuitif yang dilakukan oleh supir seatruck dengan metode nearest neighbour dan metode insertion dalam permasalahan penentuan rute patroli sekuriti yang optimal di PT. X pada lokasi SPU. Hasil penelitian menunjukkan bahwa total jarak tempuh dengan menggunakan metode intuitif yang telah diterapkan oleh supir seatruck adalah 72,76 km. Sedangkan, total jarak tempuh yang didapatkan dari menggunakan metode nearest neighbour yaitu 67,67 km dengan persentase penghematan jarak sebesar 6,9%. Dengan metode insertion, didapatkan total jarak tempuh sebesar 61,40 km, dengan persentase penghematan jarak sebesar 15,6% dibandingkan dengan metode intuitif supir seatruck.

  11. Interaction with Soft Robotic Tentacles

    DEFF Research Database (Denmark)

    Jørgensen, Jonas

    2018-01-01

    Soft robotics technology has been proposed for a number of applications that involve human-robot interaction. In this tabletop demonstration it is possible to interact with two soft robotic platforms that have been used in human-robot interaction experiments (also accepted to HRI'18 as a Late...

  12. Mapping quantitative trait loci for a unique 'super soft' kernel trait in soft white wheat

    Science.gov (United States)

    Wheat (Triticum sp.) kernel texture is an important factor affecting milling, flour functionality, and end-use quality. Kernel texture is normally characterized as either hard or soft, the two major classes of texture. However, further variation is typically encountered in each class. Soft wheat var...

  13. Scalable manufacturing processes with soft materials

    OpenAIRE

    White, Edward; Case, Jennifer; Kramer, Rebecca

    2014-01-01

    The emerging field of soft robotics will benefit greatly from new scalable manufacturing techniques for responsive materials. Currently, most of soft robotic examples are fabricated one-at-a-time, using techniques borrowed from lithography and 3D printing to fabricate molds. This limits both the maximum and minimum size of robots that can be fabricated, and hinders batch production, which is critical to gain wider acceptance for soft robotic systems. We have identified electrical structures, ...

  14. Applications of Soft Union Sets in the Ring Theory

    Directory of Open Access Journals (Sweden)

    Yongwei Yang

    2013-01-01

    through discussing quotient soft subsets, an approach for constructing quotient soft union rings is made. Finally, isomorphism theorems of λ,μ-soft union rings related to invariant soft sets are discussed.

  15. (M,N-Soft Intersection BL-Algebras and Their Congruences

    Directory of Open Access Journals (Sweden)

    Xueling Ma

    2014-01-01

    Full Text Available The purpose of this paper is to give a foundation for providing a new soft algebraic tool in considering many problems containing uncertainties. In order to provide these new soft algebraic structures, we discuss a new soft set-(M, N-soft intersection set, which is a generalization of soft intersection sets. We introduce the concepts of (M, N-SI filters of BL-algebras and establish some characterizations. Especially, (M, N-soft congruences in BL-algebras are concerned.

  16. Machine learning methods for clinical forms analysis in mental health.

    Science.gov (United States)

    Strauss, John; Peguero, Arturo Martinez; Hirst, Graeme

    2013-01-01

    In preparation for a clinical information system implementation, the Centre for Addiction and Mental Health (CAMH) Clinical Information Transformation project completed multiple preparation steps. An automated process was desired to supplement the onerous task of manual analysis of clinical forms. We used natural language processing (NLP) and machine learning (ML) methods for a series of 266 separate clinical forms. For the investigation, documents were represented by feature vectors. We used four ML algorithms for our examination of the forms: cluster analysis, k-nearest neigh-bours (kNN), decision trees and support vector machines (SVM). Parameters for each algorithm were optimized. SVM had the best performance with a precision of 64.6%. Though we did not find any method sufficiently accurate for practical use, to our knowledge this approach to forms has not been used previously in mental health.

  17. Automatic Detection of Microcalcifications in a Digital Mammography Using Artificial Intelligence Techniques

    Directory of Open Access Journals (Sweden)

    Carlos A. Madrigal-González

    2013-11-01

    Full Text Available Breast cancer is one of the cancers that has a higher mortality rate among women and early detection increases the possibilities of cure, so its early detection is one of the best treatments for this serious disease. Microcalcifications are a type of lesion in the breast and its presence is highly correlated with the presence of cancer. In this paper we present a method for automatic detection of microcalcifications using digital image processing using a Gaussian filtering approach, which can enhance the contrast between microcalcifications and normal tissue present in a mammography, then apply a local thresholding algorithm witch allow the identification of suspicious microcalcifications. The classifier used to determine the degree of benign or malignant microcalcifications is the K-Nearest Neighbours (KNN and the validation of the results was done using ROC curves.

  18. Sibsonian and non-Sibsonian natural neighbour interpolation of the total electron content value

    Science.gov (United States)

    Kotulak, Kacper; Froń, Adam; Krankowski, Andrzej; Pulido, German Olivares; Henrandez-Pajares, Manuel

    2017-03-01

    In radioastronomy the interferometric measurement between radiotelescopes located relatively close to each other helps removing ionospheric effects. Unfortunately, in case of networks such as LOw Frequency ARray (LOFAR), due to long baselines (currently up to 1500 km), interferometric methods fail to provide sufficiently accurate ionosphere delay corrections. Practically it means that systems such as LOFAR need external ionosphere information, coming from Global or Regional Ionospheric Maps (GIMs or RIMs, respectively). Thanks to the technology based on Global Navigation Satellite Systems (GNSS), the scientific community is provided with ionosphere sounding virtually worldwide. In this paper we compare several interpolation methods for RIMs computation based on scattered Vertical Total Electron Content measurements located on one thin ionospheric layer (Ionospheric Pierce Points—IPPs). The results of this work show that methods that take into account the topology of the data distribution (e.g., natural neighbour interpolation) perform better than those based on geometric computation only (e.g., distance-weighted methods).

  19. Orthographic familiarity, phonological legality and number of orthographic neighbours affect the onset of ERP lexical effects

    Directory of Open Access Journals (Sweden)

    Adorni Roberta

    2008-07-01

    Full Text Available Abstract Background It has been suggested that the variability among studies in the onset of lexical effects may be due to a series of methodological differences. In this study we investigated the role of orthographic familiarity, phonological legality and number of orthographic neighbours of words in determining the onset of word/non-word discriminative responses. Methods ERPs were recorded from 128 sites in 16 Italian University students engaged in a lexical decision task. Stimuli were 100 words, 100 quasi-words (obtained by the replacement of a single letter, 100 pseudo-words (non-derived and 100 illegal letter strings. All stimuli were balanced for length; words and quasi-words were also balanced for frequency of use, domain of semantic category and imageability. SwLORETA source reconstruction was performed on ERP difference waves of interest. Results Overall, the data provided evidence that the latency of lexical effects (word/non-word discrimination varied as a function of the number of a word's orthographic neighbours, being shorter to non-derived than to derived pseudo-words. This suggests some caveats about the use in lexical decision paradigms of quasi-words obtained by transposing or replacing only 1 or 2 letters. Our findings also showed that the left-occipito/temporal area, reflecting the activity of the left fusiform gyrus (BA37 of the temporal lobe, was affected by the visual familiarity of words, thus explaining its lexical sensitivity (word vs. non-word discrimination. The temporo-parietal area was markedly sensitive to phonological legality exhibiting a clear-cut discriminative response between illegal and legal strings as early as 250 ms of latency. Conclusion The onset of lexical effects in a lexical decision paradigm depends on a series of factors, including orthographic familiarity, degree of global lexical activity, and phonologic legality of non-words.

  20. Soft shoulders ahead: spurious signatures of soft and partial selective sweeps result from linked hard sweeps.

    Science.gov (United States)

    Schrider, Daniel R; Mendes, Fábio K; Hahn, Matthew W; Kern, Andrew D

    2015-05-01

    Characterizing the nature of the adaptive process at the genetic level is a central goal for population genetics. In particular, we know little about the sources of adaptive substitution or about the number of adaptive variants currently segregating in nature. Historically, population geneticists have focused attention on the hard-sweep model of adaptation in which a de novo beneficial mutation arises and rapidly fixes in a population. Recently more attention has been given to soft-sweep models, in which alleles that were previously neutral, or nearly so, drift until such a time as the environment shifts and their selection coefficient changes to become beneficial. It remains an active and difficult problem, however, to tease apart the telltale signatures of hard vs. soft sweeps in genomic polymorphism data. Through extensive simulations of hard- and soft-sweep models, here we show that indeed the two might not be separable through the use of simple summary statistics. In particular, it seems that recombination in regions linked to, but distant from, sites of hard sweeps can create patterns of polymorphism that closely mirror what is expected to be found near soft sweeps. We find that a very similar situation arises when using haplotype-based statistics that are aimed at detecting partial or ongoing selective sweeps, such that it is difficult to distinguish the shoulder of a hard sweep from the center of a partial sweep. While knowing the location of the selected site mitigates this problem slightly, we show that stochasticity in signatures of natural selection will frequently cause the signal to reach its zenith far from this site and that this effect is more severe for soft sweeps; thus inferences of the target as well as the mode of positive selection may be inaccurate. In addition, both the time since a sweep ends and biologically realistic levels of allelic gene conversion lead to errors in the classification and identification of selective sweeps. This

  1. Soft Thermal Sensor with Mechanical Adaptability.

    Science.gov (United States)

    Yang, Hui; Qi, Dianpeng; Liu, Zhiyuan; Chandran, Bevita K; Wang, Ting; Yu, Jiancan; Chen, Xiaodong

    2016-11-01

    A soft thermal sensor with mechanical adaptability is fabricated by the combination of single-wall carbon nanotubes with carboxyl groups and self-healing polymers. This study demonstrates that this soft sensor has excellent thermal response and mechanical adaptability. It shows tremendous promise for improving the service life of soft artificial-intelligence robots and protecting thermally sensitive electronics from the risk of damage by high temperature. © 2016 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  2. Integrating soft sensor systems using conductive thread

    Science.gov (United States)

    Teng, Lijun; Jeronimo, Karina; Wei, Tianqi; Nemitz, Markus P.; Lyu, Geng; Stokes, Adam A.

    2018-05-01

    We are part of a growing community of researchers who are developing a new class of soft machines. By using mechanically soft materials (MPa modulus) we can design systems which overcome the bulk-mechanical mismatches between soft biological systems and hard engineered components. To develop fully integrated soft machines—which include power, communications, and control sub-systems—the research community requires methods for interconnecting between soft and hard electronics. Sensors based upon eutectic gallium alloys in microfluidic channels can be used to measure normal and strain forces, but integrating these sensors into systems of heterogeneous Young’s modulus is difficult due the complexity of finding a material which is electrically conductive, mechanically flexible, and stable over prolonged periods of time. Many existing gallium-based liquid alloy sensors are not mechanically or electrically robust, and have poor stability over time. We present the design and fabrication of a high-resolution pressure-sensor soft system that can transduce normal force into a digital output. In this soft system, which is built on a monolithic silicone substrate, a galinstan-based microfluidic pressure sensor is integrated with a flexible printed circuit board. We used conductive thread as the interconnect and found that this method alleviates problems arising due to the mechanical mismatch between conventional metal wires and soft or liquid materials. Conductive thread is low-cost, it is readily wetted by the liquid metal, it produces little bending moment into the microfluidic channel, and it can be connected directly onto the copper bond-pads of the flexible printed circuit board. We built a bridge-system to provide stable readings from the galinstan pressure sensor. This system gives linear measurement results between 500-3500 Pa of applied pressure. We anticipate that integrated systems of this type will find utility in soft-robotic systems as used for wearable

  3. Scaling in soft spheres: fragility invariance on the repulsive potential softness

    International Nuclear Information System (INIS)

    Michele, Cristiano De; Sciortino, Francesco; Coniglio, Antonio

    2004-01-01

    We address the question of the dependence of the fragility of glass forming supercooled liquids on the 'softness' of an interacting potential by performing numerical simulation of a binary mixture of soft spheres with different power n of the interparticle repulsive potential. We show that the temperature dependence of the diffusion coefficients for various n collapses onto a universal curve, supporting the unexpected view that fragility is not related to the hard core repulsion. We also find that the configurational entropy correlates with the slowing down of the dynamics for all studied n. (letter to the editor)

  4. 4th World Conference on Soft Computing

    CERN Document Server

    Abbasov, Ali; Yager, Ronald; Shahbazova, Shahnaz; Reformat, Marek

    2016-01-01

    This book reports on advanced theories and cutting-edge applications in the field of soft computing. The individual chapters, written by leading researchers, are based on contributions presented during the 4th World Conference on Soft Computing, held May 25-27, 2014, in Berkeley. The book covers a wealth of key topics in soft computing, focusing on both fundamental aspects and applications. The former include fuzzy mathematics, type-2 fuzzy sets, evolutionary-based optimization, aggregation and neural networks, while the latter include soft computing in data analysis, image processing, decision-making, classification, series prediction, economics, control, and modeling. By providing readers with a timely, authoritative view on the field, and by discussing thought-provoking developments and challenges, the book will foster new research directions in the diverse areas of soft computing. .

  5. Soft Computing Applications : Proceedings of the 5th International Workshop Soft Computing Applications

    CERN Document Server

    Fodor, János; Várkonyi-Kóczy, Annamária; Dombi, Joszef; Jain, Lakhmi

    2013-01-01

                    This volume contains the Proceedings of the 5thInternational Workshop on Soft Computing Applications (SOFA 2012).                                The book covers a broad spectrum of soft computing techniques, theoretical and practical applications employing knowledge and intelligence to find solutions for world industrial, economic and medical problems. The combination of such intelligent systems tools and a large number of applications introduce a need for a synergy of scientific and technological disciplines in order to show the great potential of Soft Computing in all domains.                   The conference papers included in these proceedings, published post conference, were grouped into the following area of research: ·         Soft Computing and Fusion Algorithms in Biometrics, ·         Fuzzy Theory, Control andApplications, ·         Modelling and Control Applications, ·         Steps towa...

  6. Q-Neutrosophic Soft Relation and Its Application in Decision Making

    Directory of Open Access Journals (Sweden)

    Majdoleen Abu Qamar

    2018-03-01

    Full Text Available Q-neutrosophic soft sets are essentially neutrosophic soft sets characterized by three independent two-dimensional membership functions which stand for uncertainty, indeterminacy and falsity. Thus, it can be applied to two-dimensional imprecise, indeterminate and inconsistent data which appear in most real life problems. Relations are a suitable tool for describing correspondences between objects. In this study we introduce and discuss Q-neutrosophic soft relations, which can be discussed as a generalization of fuzzy soft relations, intuitionistic fuzzy soft relations, and neutrosophic soft relations. Q-neutrosophic soft relation is a sub Q-neutrosophic soft set of the Cartesian product of the Q-neutrosophic soft sets, in other words Q-neutrosophic soft relation is Q-neutrosophic soft sets in a Cartesian product of universes. We also present the notions of inverse, composition of Q-neutrosophic soft relations and functions along with some related theorems and properties. Reflexivity, symmetry, transitivity as well as equivalence relations and equivalence classes of Q-neutrosophic soft relations are also defined. Some properties of these concepts are presented and supported by real life examples. Finally, an algorithm to solve decision making problems using Q-neutrosophic soft relations is developed and verified by an example to show the efficiency of this method.

  7. Radionuclide imaging of soft tissue neoplasms

    International Nuclear Information System (INIS)

    Chew, F.S.; Hudson, T.M.; Enneking, W.F.

    1981-01-01

    Two classes of radiopharmaceuticals may be used for imaging tumors of the musculoskeletal system. The first is comprised of soft tissue or tumor specific agents such as gallium-67, bleomycin, and radionuclide-labeled antibodies, which may be useful for detecting and localizing these tumors. The other class of tracer is comprised of those with avidity for bone. The 99mTc-labeled-phosphate skeletal imaging compounds have been found to localize in a variety of soft tissue lesions, including benign and malignant tumors. In 1972, Enneking began to include bone scans in the preoperative evaluation of soft tissue masses. Later, he and his associates reported that these scans were useful in planning operative treatment of sarcomas by detecting involvement of bone by the tumors. Nearly all malignant soft tissue tumors take up bone-seeking radiopharmaceuticals, and bone involvement was indicated in two-thirds of the scans we reviewed. About half of benign soft tissue lesions had normal scans, but the other half showed uptake within the lesion and a few also showed bone involvement. Careful, thorough imaging technique is essential to proper evaluation. Multiple, high-resolution static gamma camera images in different projections are necessary to adequately demonstrate the presence or absence of soft tissue abnormality and to define the precise relationship of the tumor to the adjacent bone

  8. An electromechanical based deformable model for soft tissue simulation.

    Science.gov (United States)

    Zhong, Yongmin; Shirinzadeh, Bijan; Smith, Julian; Gu, Chengfan

    2009-11-01

    Soft tissue deformation is of great importance to surgery simulation. Although a significant amount of research efforts have been dedicated to simulating the behaviours of soft tissues, modelling of soft tissue deformation is still a challenging problem. This paper presents a new deformable model for simulation of soft tissue deformation from the electromechanical viewpoint of soft tissues. Soft tissue deformation is formulated as a reaction-diffusion process coupled with a mechanical load. The mechanical load applied to a soft tissue to cause a deformation is incorporated into the reaction-diffusion system, and consequently distributed among mass points of the soft tissue. Reaction-diffusion of mechanical load and non-rigid mechanics of motion are combined to govern the simulation dynamics of soft tissue deformation. An improved reaction-diffusion model is developed to describe the distribution of the mechanical load in soft tissues. A three-layer artificial cellular neural network is constructed to solve the reaction-diffusion model for real-time simulation of soft tissue deformation. A gradient based method is established to derive internal forces from the distribution of the mechanical load. Integration with a haptic device has also been achieved to simulate soft tissue deformation with haptic feedback. The proposed methodology does not only predict the typical behaviours of living tissues, but it also accepts both local and large-range deformations. It also accommodates isotropic, anisotropic and inhomogeneous deformations by simple modification of diffusion coefficients.

  9. [Soft contactlenses in general practice (author's transl)].

    Science.gov (United States)

    Miller, B

    1975-07-01

    In contrast to the hard lenses the soft lens has enough permeability for oxygen and water-soluble substances, whereas high molecular substances, bacteria and virus cannot penetrate the soft lenses, so long as their surfaces are intact. The two principal production methods, the spin cast method and the lathe-turned method are compared. The duration of wearing of the soft lens depends on the deposits of proteins from the tears on the surface of the lens and the desinfection method. The daily boiling of the lenses shortens their useful life, while chemical desinfection causes besides bacteriolysis, damage of the corneal cell protein. The new cleaners on the base of proteolytic plant enzymes promise good results. For the optical correction of astigmatism with more than 1 cyl, soft lenses with conic outer surface are used or combinations of a soft and a hard lens (Duosystem). The therapeutic use of soft lenses has as aim: protection of the cornea against mechanical irritation, release of pain, protracted administration output of medicaments. Further indications for use: aseptic corneal inflammation and corneal defects.

  10. Soft errors in modern electronic systems

    CERN Document Server

    Nicolaidis, Michael

    2010-01-01

    This book provides a comprehensive presentation of the most advanced research results and technological developments enabling understanding, qualifying and mitigating the soft errors effect in advanced electronics, including the fundamental physical mechanisms of radiation induced soft errors, the various steps that lead to a system failure, the modelling and simulation of soft error at various levels (including physical, electrical, netlist, event driven, RTL, and system level modelling and simulation), hardware fault injection, accelerated radiation testing and natural environment testing, s

  11. Soft Sensors - Modern Chemical Engineering Tool

    Directory of Open Access Journals (Sweden)

    N. Bolf

    2011-04-01

    Full Text Available Control systems and optimization procedures require regular and reliable measurements at the appropriate frequency. At the same time, legal regulations dictate strict product quality specifications and refinery emissions. As a result, a greater number of process variables need to be measured and new expensive process analyzers need to be installed to achieve efficient process control. This involves synergy between plant experts, system analysts and process operators. One of the common problems in industrial plants is the inability of the real time and continuous measurement of key process variables.Absence of key value measurement in a timely manner aggravates control, but it does not mean that it is always an impossible step. As an alternative, the use of soft sensors as a substitute for process analyzers and laboratory testing is suggested. With the soft sensors, the objective is to develop an inferential model to estimate infrequently measured variables and laboratory assays using the frequently measured variables. By development of soft sensors based on measurement of continuous variables (such as flow, temperature, pressure it is possible to estimate the difficult- -to-measure variables as well as product quality and emissions usually carried by laboratory assays.Software sensors, as part of virtual instrumentation, are focused on assessing the system state variables and quality products by applying the model, thus replacing the physical measurement and laboratory analysis. Multiple linear/nonlinear regression methods and artificial intelligence methods (such as neural network, fuzzy logic and genetic algorithms are usually applied in the design of soft sensor models for identification of nonlinear processes.Review of published research and industrial application in the field of soft sensors is given with the methods of soft sensor development and nonlinear dynamic model identification. Based on soft sensors, it is possible to estimate

  12. Development of a Compton camera for prompt-gamma medical imaging

    Science.gov (United States)

    Aldawood, S.; Thirolf, P. G.; Miani, A.; Böhmer, M.; Dedes, G.; Gernhäuser, R.; Lang, C.; Liprandi, S.; Maier, L.; Marinšek, T.; Mayerhofer, M.; Schaart, D. R.; Lozano, I. Valencia; Parodi, K.

    2017-11-01

    A Compton camera-based detector system for photon detection from nuclear reactions induced by proton (or heavier ion) beams is under development at LMU Munich, targeting the online range verification of the particle beam in hadron therapy via prompt-gamma imaging. The detector is designed to be capable to reconstruct the photon source origin not only from the Compton scattering kinematics of the primary photon, but also to allow for tracking of the secondary Compton-scattered electrons, thus enabling a γ-source reconstruction also from incompletely absorbed photon events. The Compton camera consists of a monolithic LaBr3:Ce scintillation crystal, read out by a multi-anode PMT acting as absorber, preceded by a stacked array of 6 double-sided silicon strip detectors as scatterers. The detector components have been characterized both under offline and online conditions. The LaBr3:Ce crystal exhibits an excellent time and energy resolution. Using intense collimated 137Cs and 60Co sources, the monolithic scintillator was scanned on a fine 2D grid to generate a reference library of light amplitude distributions that allows for reconstructing the photon interaction position using a k-Nearest Neighbour (k-NN) algorithm. Systematic studies were performed to investigate the performance of the reconstruction algorithm, revealing an improvement of the spatial resolution with increasing photon energy to an optimum value of 3.7(1)mm at 1.33 MeV, achieved with the Categorical Average Pattern (CAP) modification of the k-NN algorithm.

  13. Predictive modelling for startup and investor relationship based on crowdfunding platform data

    Science.gov (United States)

    Alamsyah, Andry; Buono Asto Nugroho, Tri

    2018-03-01

    Crowdfunding platform is a place where startup shows off publicly their idea for the purpose to get their project funded. Crowdfunding platform such as Kickstarter are becoming popular today, it provides the efficient way for startup to get funded without liabilities, it also provides variety project category that can be participated. There is an available safety procedure to ensure achievable low-risk environment. The startup promoted project must accomplish their funded goal target. If they fail to reach the target, then there is no investment activity take place. It motivates startup to be more active to promote or disseminate their project idea and it also protect investor from losing money. The study objective is to predict the successfulness of proposed project and mapping investor trend using data mining framework. To achieve the objective, we proposed 3 models. First model is to predict whether a project is going to be successful or failed using K-Nearest Neighbour (KNN). Second model is to predict the number of successful project using Artificial Neural Network (ANN). Third model is to map the trend of investor in investing the project using K-Means clustering algorithm. KNN gives 99.04% model accuracy, while ANN best configuration gives 16-14-1 neuron layers and 0.2 learning rate, and K-Means gives 6 best separation clusters. The results of those models can help startup or investor to make decision regarding startup investment.

  14. Dielectric and ferroelectric properties of strain-relieved epitaxial lead-free KNN-LT-LS ferroelectric thin films on SrTiO3 substrates

    Science.gov (United States)

    Abazari, M.; Akdoǧan, E. K.; Safari, A.

    2008-05-01

    We report the growth of single-phase (K0.44,Na0.52,Li0.04)(Nb0.84,Ta0.10,Sb0.06)O3 thin films on SrRuO3 coated ⟨001⟩ oriented SrTiO3 substrates by using pulsed laser deposition. Films grown at 600°C under low laser fluence exhibit a ⟨001⟩ textured columnar grained nanostructure, which coalesce with increasing deposition temperature, leading to a uniform fully epitaxial highly stoichiometric film at 750°C. However, films deposited at lower temperatures exhibit compositional fluctuations as verified by Rutherford backscattering spectroscopy. The epitaxial films of 400-600nm thickness have a room temperature relative permittivity of ˜750 and a loss tangent of ˜6% at 1kHz. The room temperature remnant polarization of the films is 4μC /cm2, while the saturation polarization is 7.1μC/cm2 at 24kV/cm and the coercive field is ˜7.3kV/cm. The results indicate that approximately 50% of the bulk permittivity and 20% of bulk spontaneous polarization can be retained in submicron epitaxial KNN-LT-LS thin film, respectively. The conductivity of the films remains to be a challenge as evidenced by the high loss tangent, leakage currents, and broad hysteresis loops.

  15. Soft Active Materials for Actuation, Sensing, and Electronics

    Science.gov (United States)

    Kramer, Rebecca Krone

    Future generations of robots, electronics, and assistive medical devices will include systems that are soft and elastically deformable, allowing them to adapt their morphology in unstructured environments. This will require soft active materials for actuation, circuitry, and sensing of deformation and contact pressure. The emerging field of soft robotics utilizes these soft active materials to mimic the inherent compliance of natural soft-bodied systems. As the elasticity of robot components increases, the challenges for functionality revert to basic questions of fabrication, materials, and design - whereas such aspects are far more developed for traditional rigid-bodied systems. This thesis will highlight preliminary materials and designs that address the need for soft actuators and sensors, as well as emerging fabrication techniques for manufacturing stretchable circuits and devices based on liquid-embedded elastomers.

  16. Dynamics of Soft Matter

    CERN Document Server

    García Sakai, Victoria; Chen, Sow-Hsin

    2012-01-01

    Dynamics of Soft Matter: Neutron Applications provides an overview of neutron scattering techniques that measure temporal and spatial correlations simultaneously, at the microscopic and/or mesoscopic scale. These techniques offer answers to new questions arising at the interface of physics, chemistry, and biology. Knowledge of the dynamics at these levels is crucial to understanding the soft matter field, which includes colloids, polymers, membranes, biological macromolecules, foams, emulsions towards biological & biomimetic systems, and phenomena involving wetting, friction, adhesion, or micr

  17. Hard and Soft Governance

    DEFF Research Database (Denmark)

    Moos, Lejf

    2009-01-01

    of Denmark, and finally the third layer: the leadership used in Danish schools. The use of 'soft governance' is shifting the focus of governance and leadership from decisions towards influence and power and thus shifting the focus of the processes from the decision-making itself towards more focus......The governance and leadership at transnational, national and school level seem to be converging into a number of isomorphic forms as we see a tendency towards substituting 'hard' forms of governance, that are legally binding, with 'soft' forms based on persuasion and advice. This article analyses...... and discusses governance forms at several levels. The first layer is the global: the methods of 'soft governance' that are being utilised by transnational agencies. The second layer is the national and local: the shift in national and local governance seen in many countries, but here demonstrated in the case...

  18. Glass transition of soft colloids

    Science.gov (United States)

    Philippe, Adrian-Marie; Truzzolillo, Domenico; Galvan-Myoshi, Julian; Dieudonné-George, Philippe; Trappe, Véronique; Berthier, Ludovic; Cipelletti, Luca

    2018-04-01

    We explore the glassy dynamics of soft colloids using microgels and charged particles interacting by steric and screened Coulomb interactions, respectively. In the supercooled regime, the structural relaxation time τα of both systems grows steeply with volume fraction, reminiscent of the behavior of colloidal hard spheres. Computer simulations confirm that the growth of τα on approaching the glass transition is independent of particle softness. By contrast, softness becomes relevant at very large packing fractions when the system falls out of equilibrium. In this nonequilibrium regime, τα depends surprisingly weakly on packing fraction, and time correlation functions exhibit a compressed exponential decay consistent with stress-driven relaxation. The transition to this novel regime coincides with the onset of an anomalous decrease in local order with increasing density typical of ultrasoft systems. We propose that these peculiar dynamics results from the combination of the nonequilibrium aging dynamics expected in the glassy state and the tendency of colloids interacting through soft potentials to refluidize at high packing fractions.

  19. Vibrio cholerae Colonization of Soft-Shelled Turtles.

    Science.gov (United States)

    Wang, Jiazheng; Yan, Meiying; Gao, He; Lu, Xin; Kan, Biao

    2017-07-15

    Vibrio cholerae is an important human pathogen and environmental microflora species that can both propagate in the human intestine and proliferate in zooplankton and aquatic organisms. Cholera is transmitted through food and water. In recent years, outbreaks caused by V. cholerae -contaminated soft-shelled turtles, contaminated mainly with toxigenic serogroup O139, have been frequently reported, posing a new foodborne disease public health problem. In this study, the colonization by toxigenic V. cholerae on the body surfaces and intestines of soft-shelled turtles was explored. Preferred colonization sites on the turtle body surfaces, mainly the carapace and calipash of the dorsal side, were observed for the O139 and O1 strains. Intestinal colonization was also found. The colonization factors of V. cholerae played different roles in the colonization of the soft-shelled turtle's body surface and intestine. Mannose-sensitive hemagglutinin (MSHA) of V. cholerae was necessary for body surface colonization, but no roles were found for toxin-coregulated pili (TCP) or N -acetylglucosamine-binding protein A (GBPA). Both TCP and GBPA play important roles for colonization in the intestine, whereas the deletion of MSHA revealed only a minor colonization-promoting role for this factor. Our study demonstrated that V. cholerae can colonize the surfaces and the intestines of soft-shelled turtles and indicated that the soft-shelled turtles played a role in the transmission of cholera. In addition, this study showed that the soft-shelled turtle has potential value as an animal model in studies of the colonization and environmental adaption mechanisms of V. cholerae in aquatic organisms. IMPORTANCE Cholera is transmitted through water and food. Soft-shelled turtles contaminated with Vibrio cholerae (commonly the serogroup O139 strains) have caused many foodborne infections and outbreaks in recent years, and they have become a foodborne disease problem. Except for epidemiological

  20. Spectator interactions in soft-collinear effective theory

    International Nuclear Information System (INIS)

    Hill, Richard J.; Neubert, Matthias

    2003-01-01

    Soft-collinear effective theory is generalized to include soft massless quarks in addition to collinear fields. This extension is necessary for the treatment of interactions with the soft spectator quark in a heavy meson. The power counting of the relevant fields and the construction of the effective Lagrangian are discussed at leading order in Λ/m b . Several novel effects occur in the matching of full-theory amplitudes onto effective-theory operators containing soft light quarks, such as the appearance of an intermediate mass scale and large non-localities of operators on scales of order 1/Λ. Important examples of effective-theory operators with soft light quarks are studied and their renormalization properties explored. The formalism presented here forms the basis for a systematic analysis of factorization and power corrections for any exclusive B-meson decay into light particles

  1. Spectator Interactions in Soft-Collinear Effective Theory

    International Nuclear Information System (INIS)

    Hill, Richard J

    2002-01-01

    Soft-collinear effective theory is generalized to include soft massless quarks in addition to collinear fields. This extension is necessary for the treatment of interactions with the soft spectator quark in a heavy meson. The power counting of the relevant fields and the construction of the effective Lagrangian are discussed at leading order in Λ/m b . Several novel effects occur in the matching of full-theory amplitudes onto effective-theory operators containing soft light quarks, such as the appearance of an intermediate mass scale and large non-localities of operators on scales of order 1/Λ. Important examples of effective-theory operators with soft light quarks are studied and their renormalization properties explored. The formalism presented here forms the basis for a systematic analysis of factorization and power corrections for any exclusive B-meson decay into light particles

  2. Hard evidence on soft skills.

    Science.gov (United States)

    Heckman, James J; Kautz, Tim

    2012-08-01

    This paper summarizes recent evidence on what achievement tests measure; how achievement tests relate to other measures of "cognitive ability" like IQ and grades; the important skills that achievement tests miss or mismeasure, and how much these skills matter in life. Achievement tests miss, or perhaps more accurately, do not adequately capture, soft skills -personality traits, goals, motivations, and preferences that are valued in the labor market, in school, and in many other domains. The larger message of this paper is that soft skills predict success in life, that they causally produce that success, and that programs that enhance soft skills have an important place in an effective portfolio of public policies.

  3. Musculoskeletal Application of Ultrasound Elastography: Soft Tissue Lipoma

    International Nuclear Information System (INIS)

    Choi, Ja Young; Hong, Sung Hwan; Yoo, Hye Jin; Kim, Su Jin

    2010-01-01

    Real-time freehand elastography. Conventional ultrasonography (US) and real-time freehand US elastography were performed in nine patients (M:F = 4:5: mean age, 53 years: 29-64 years) with soft-tissue lipoma confirmed by surgical resection. The elastogram was color-coded by 256 scales according to the degree of strain induced by light compression. The relative strains for lipoma and surrounding soft tissue were measured and mean strains were examined by using a Wilcoxon signed rank test. The elastograms showed red to sky-blue color in all lipomas and predominantly black in surrounding soft tissue. The mean relative strain (±standard deviation) was 67.9±28.5, 77.1±25.3, 63.3±31.2, and 15.7±18.3 for total, intramuscular, and subcutaneous lipoma, and surrounding soft tissue, respectively. The mean strain of the lipoma was significantly higher than one of surrounding soft tissue (p = .008, Wilcoxon signed rank test). Real-time elastography yields characteristic elastographic features of soft tissue lipoma distinguishing from those of adjacent soft tissues

  4. Power release estimation inside of fuel pins neighbouring fuel pin with gadolinium in a WWER-1000 type core

    International Nuclear Information System (INIS)

    Mikus, J.

    2006-01-01

    The purpose of this work consists in investigation of the gadolinium fuel pin (fps) influence on space power distribution, especially from viewpoint of the values and gradient occurrence inside of neighbouring FPs that could result in static loads with some consequences, e.g., FP bowing. Since detailed power distributions cannot be obtained in the NPPs, needed information is provided by means of experiments on research reactors. As for the power release measurement inside of FPs, some special (e.g. track) detectors placed between fuel pellets are usually used. Since such works are relatively complicated and time consuming, an evaluation method based on mathematical modelling and numerical approximation was proposed by means of that, and using measured (integral) power release in selected FPs, relevant information about power release inside of needed (investigated) FP, can be obtained. For this purpose, an experiment on light water, zero-power research reactor LR-0 was realized in a WWER-1000 type core with 7 fuel assemblies at zero boron concentration and containing gadolinium FPs. Application of the above evaluation method is demonstrated on investigated FP neighbouring a FP with gadolinium by means of the 1) Azimuthal power distribution inside of investigated FP on their fuel pellet surface in horizontal plane and 2) Gradient of the power distribution inside of investigated FP in two opposite positions on pellets surface that are situated to- and outwards a FP with gadolinium. Similar information can be relevant from the viewpoint of the FP failures occurrence investigation (Authors)

  5. The decline of soft power?

    Directory of Open Access Journals (Sweden)

    Elena Vladimirovna Pimenova

    2017-01-01

    Full Text Available The article deals with the origins and stages of the evolution of the concept of “soft power” in the political practice of the key countries in the world. This concept is both theoretical and practical product since it synthesizes and represents the direction of the application by a state its of social and political resources. It is significant to trace the transformation of the views of the author of the term J. Nye on the essential elements and mechanisms of “soft power”. The author examines the concept of “soft power” as an element of the US strategy to maintain its leadership in the world. In this regard, for other countries the use of “soft power” may be less effective for their own political purposes, because the concept is tuned to the specific characteristics of US policy. Moreover, with change in the international environment, Wash-ington modernizes the concept, of “smart power”. The author draws attention to the fact that the conditions for the use of turning it in “soft power” are likely to have been changed for the other states. The author concludes that there is a need to revise the existing theoretical approaches to the image of the state in the international arena and to develop new tools that can take into account the complex cultural, tourism, educational opportunities and achievements of every state.

  6. 3D printing for soft robotics – a review

    Science.gov (United States)

    Gul, Jahan Zeb; Sajid, Memoon; Rehman, Muhammad Muqeet; Siddiqui, Ghayas Uddin; Shah, Imran; Kim, Kyung-Hwan; Lee, Jae-Wook; Choi, Kyung Hyun

    2018-01-01

    Abstract Soft robots have received an increasing attention due to their advantages of high flexibility and safety for human operators but the fabrication is a challenge. Recently, 3D printing has been used as a key technology to fabricate soft robots because of high quality and printing multiple materials at the same time. Functional soft materials are particularly well suited for soft robotics due to a wide range of stimulants and sensitive demonstration of large deformations, high motion complexities and varied multi-functionalities. This review comprises a detailed survey of 3D printing in soft robotics. The development of key 3D printing technologies and new materials along with composites for soft robotic applications is investigated. A brief summary of 3D-printed soft devices suitable for medical to industrial applications is also included. The growing research on both 3D printing and soft robotics needs a summary of the major reported studies and the authors believe that this review article serves the purpose. PMID:29707065

  7. Fuel pin bowing and related investigation of the gadolinium fuel pin influence on power release inside of neighbouring fuel pins in a WWER-440 type core

    International Nuclear Information System (INIS)

    Mikus, J.

    2006-01-01

    As known both the WWER-440 and WWER-1000 reactors are systematically modernized to enhance their safety and economical parameters of operation. For this purpose new fuel assemblies (FAs) were designed with improved technical parameters, e.g., containing fuel pins (FPs) in which Gd 2 O 3 burnable absorber is integrated into fuel. Presence of such FPs in reactor core results in a strong depression of thermal neutrons in their positions and corresponding high gradients in neighbouring FPs. Consequently, similar situation in neighbouring FPs can be expected as for both the power release and temperature gradients. The purpose of this work consists in investigation of the gadolinium FP influence on space power distribution, especially from viewpoint of the values and gradient occurrence inside of the neighbouring FPs that could result in static loads with some consequences, e.g., a contribution to FP/FA bowing. Since detailed power distributions cannot be obtained in the NPPs, needed information is provided by means of experiments on research reactors. As for the power release measurement inside of FPs, some special (e.g. track) detectors placed between fuel pellets are usually used. Since such works are relatively complicated and time consuming, an evaluation method based on mathematical modelling and numerical approximation was proposed by means of that, and using measured (integral) power release in selected FPs, needed power release values inside of investigated FPs, can be estimated. For this purpose, experimental results from light water, zero-power research reactor LR-0 obtained by measurements in a WWER-440 type core with 19 FAs at zero boron concentration and containing some FPs with gadolinium (Gd FPs) were utilized. Application of the proposed evaluation method is demonstrated on investigated FPs neighbouring a Gd FP by means of the: relative azimuthal power distribution estimation inside of investigated FPs on their fuel pellet surface in horizontal plane

  8. A Recipe for Soft Fluidic Elastomer Robots.

    Science.gov (United States)

    Marchese, Andrew D; Katzschmann, Robert K; Rus, Daniela

    2015-03-01

    This work provides approaches to designing and fabricating soft fluidic elastomer robots. That is, three viable actuator morphologies composed entirely from soft silicone rubber are explored, and these morphologies are differentiated by their internal channel structure, namely, ribbed, cylindrical, and pleated. Additionally, three distinct casting-based fabrication processes are explored: lamination-based casting, retractable-pin-based casting, and lost-wax-based casting. Furthermore, two ways of fabricating a multiple DOF robot are explored: casting the complete robot as a whole and casting single degree of freedom (DOF) segments with subsequent concatenation. We experimentally validate each soft actuator morphology and fabrication process by creating multiple physical soft robot prototypes.

  9. Building China’s soft power for a peaceful rise

    OpenAIRE

    Li, Xin; Worm, Verner

    2009-01-01

    With China’s rapid economic progress and steady increase in its international influence, China has gradually embarked on the soft power idea and has made developing its soft power as its national strategy. We argue that China’s soft power strategy is in accordance to Chinese Confucian culture and political value and fits well with its grand strategy of peaceful rise. Based on existing conceptualizations of soft power, we expanded the sources of soft power to six pillars: cul...

  10. States reducing solar's soft costs

    Energy Technology Data Exchange (ETDEWEB)

    Meehan, Chris

    2012-07-01

    In 2012 the costs of modules will drop below the balance of system costs or 'soft costs' of solar in the US. Federal policy that nationalizes permitting processes could reduce some of the soft costs, but is unlikely. That's why states like California, Colorado, Connecticut and Vermont passed own laws to reduce soft costs by speeding solar permitting and reducing fees. (orig.)

  11. Bioinspired Soft Actuation System Using Shape Memory Alloys

    OpenAIRE

    Cianchetti, Matteo; Licofonte, Alessia; Follador, Maurizio; Rogai, Francesco; Laschi, Cecilia

    2014-01-01

    Soft robotics requires technologies that are capable of generating forces even though the bodies are composed of very light, flexible and soft elements. A soft actuation mechanism was developed in this work, taking inspiration from the arm of the Octopus vulgaris, specifically from the muscular hydrostat which represents its constitutive muscular structure. On the basis of the authors’ previous works on shape memory alloy (SMA) springs used as soft actuators, a specific arrangement of such SM...

  12. Histopathologic and immunohistochemical features of soft palate muscles and nerves in dogs with an elongated soft palate.

    Science.gov (United States)

    Arai, Kiyotaka; Kobayashi, Masanori; Harada, Yasuji; Hara, Yasushi; Michishita, Masaki; Ohkusu-Tsukada, Kozo; Takahashi, Kimimasa

    2016-01-01

    To histologically evaluate and compare features of myofibers within the elongated soft palate (ESP) of brachycephalic and mesocephalic dogs with those in the soft palate of healthy dogs and to assess whether denervation or muscular dystrophy is associated with soft palate elongation. Soft palate specimens from 24 dogs with ESPs (obtained during surgical intervention) and from 14 healthy Beagles (control group). All the soft palate specimens underwent histologic examination to assess myofiber atrophy, hypertrophy, hyalinization, and regeneration. The degrees of atrophy and hypertrophy were quantified on the basis of the coefficient of variation and the number of myofibers with hyalinization and regeneration. The specimens also underwent immunohistochemical analysis with anti-neurofilament or anti-dystrophin antibody to confirm the distribution of peripheral nerve branches innervating the palatine myofibers and myofiber dystrophin expression, respectively. Myofiber atrophy, hypertrophy, hyalinization, and regeneration were identified in almost all the ESP specimens. Degrees of atrophy and hypertrophy were significantly greater in the ESP specimens, compared with the control specimens. There were fewer palatine peripheral nerve branches in the ESP specimens than in the control specimens. Almost all the myofibers in the ESP and control specimens were dystrophin positive. These results suggested that palatine myopathy in dogs may be caused, at least in part, by denervation of the palatine muscles and not by Duchenne- or Becker-type muscular dystrophy. These soft palate changes may contribute to upper airway collapse and the progression of brachycephalic airway obstructive syndrome.

  13. Electromechanical properties of engineered lead free potassium sodium niobate based materials =

    Science.gov (United States)

    Rafiq, Muhammad Asif

    K0.5Na0.5NbO3 (KNN), is the most promising lead free material for substituting lead zirconate titanate (PZT) which is still the market leader used for sensors and actuators. To make KNN a real competitor, it is necessary to understand and to improve its properties. This goal is pursued in the present work via different approaches aiming to study KNN intrinsic properties and then to identify appropriate strategies like doping and texturing for designing better KNN materials for an intended application. Hence, polycrystalline KNN ceramics (undoped, non-stoichiometric; NST and doped), high-quality KNN single crystals and textured KNN based ceramics were successfully synthesized and characterized in this work. Polycrystalline undoped, non-stoichiometric (NST) and Mn doped KNN ceramics were prepared by conventional ceramic processing. Structure, microstructure and electrical properties were measured. It was observed that the window for mono-phasic compositions was very narrow for both NST ceramics and Mn doped ceramics. For NST ceramics the variation of A/B ratio influenced the polarization (P-E) hysteresis loop and better piezoelectric and dielectric responses could be found for small stoichiometry deviations (A/B = 0.97). Regarding Mn doping, as compared to undoped KNN which showed leaky polarization (P-E) hysteresis loops, B-site Mn doped ceramics showed a well saturated, less-leaky hysteresis loop and a significant properties improvement. Impedance spectroscopy was used to assess the role of Mn and a relation between charge transport - defects and ferroelectric response in K0.5Na0.5NbO3 (KNN) and Mn doped KNN ceramics could be established. At room temperature the conduction in KNN which is associated with holes transport is suppressed by Mn doping. Hence Mn addition increases the resistivity of the ceramic, which proved to be very helpful for improving the saturation of the P-E loop. At high temperatures the conduction is dominated by the motion of ionized oxygen

  14. I know my neighbour: individual recognition in Octopus vulgaris.

    Science.gov (United States)

    Tricarico, Elena; Borrelli, Luciana; Gherardi, Francesca; Fiorito, Graziano

    2011-04-13

    Little is known about individual recognition (IR) in octopuses, although they have been abundantly studied for their sophisticated behaviour and learning capacities. Indeed, the ability of octopuses to recognise conspecifics is suggested by a number of clues emerging from both laboratory studies (where they appear to form and maintain dominance hierarchies) and field observations (octopuses of neighbouring dens display little agonism between each other). To fill this gap in knowledge, we investigated the behaviour of 24 size-matched pairs of Octopus vulgaris in laboratory conditions. The experimental design was composed of 3 phases: Phase 1 (acclimatization): 12 "sight-allowed" (and 12 "isolated") pairs were maintained for 3 days in contiguous tanks separated by a transparent (and opaque) partition to allow (and block) the vision of the conspecific; Phase 2 (cohabitation): members of each pair (both sight-allowed and isolated) were transferred into an experimental tank and were allowed to interact for 15 min every day for 3 consecutive days; Phase 3 (test): each pair (both sight-allowed and isolated) was subject to a switch of an octopus to form pairs composed of either familiar ("sham switches") or unfamiliar conspecifics ("real switches"). Longer latencies (i.e. the time elapsed from the first interaction) and fewer physical contacts in the familiar pairs as opposed to the unfamiliar pairs were used as proxies for recognition. Octopuses appear able to recognise conspecifics and to remember the individual previously met for at least one day. To the best of our knowledge, this is the first experimental study showing the occurrence of a form of IR in cephalopods. Future studies should clarify whether this is a "true" IR.

  15. I know my neighbour: individual recognition in Octopus vulgaris.

    Directory of Open Access Journals (Sweden)

    Elena Tricarico

    2011-04-01

    Full Text Available Little is known about individual recognition (IR in octopuses, although they have been abundantly studied for their sophisticated behaviour and learning capacities. Indeed, the ability of octopuses to recognise conspecifics is suggested by a number of clues emerging from both laboratory studies (where they appear to form and maintain dominance hierarchies and field observations (octopuses of neighbouring dens display little agonism between each other. To fill this gap in knowledge, we investigated the behaviour of 24 size-matched pairs of Octopus vulgaris in laboratory conditions.The experimental design was composed of 3 phases: Phase 1 (acclimatization: 12 "sight-allowed" (and 12 "isolated" pairs were maintained for 3 days in contiguous tanks separated by a transparent (and opaque partition to allow (and block the vision of the conspecific; Phase 2 (cohabitation: members of each pair (both sight-allowed and isolated were transferred into an experimental tank and were allowed to interact for 15 min every day for 3 consecutive days; Phase 3 (test: each pair (both sight-allowed and isolated was subject to a switch of an octopus to form pairs composed of either familiar ("sham switches" or unfamiliar conspecifics ("real switches". Longer latencies (i.e. the time elapsed from the first interaction and fewer physical contacts in the familiar pairs as opposed to the unfamiliar pairs were used as proxies for recognition.Octopuses appear able to recognise conspecifics and to remember the individual previously met for at least one day. To the best of our knowledge, this is the first experimental study showing the occurrence of a form of IR in cephalopods. Future studies should clarify whether this is a "true" IR.

  16. Plant neighbour identity matters to belowground interactions under controlled conditions.

    Science.gov (United States)

    Armas, Cristina; Pugnaire, Francisco Ignacio

    2011-01-01

    Root competition is an almost ubiquitous feature of plant communities with profound effects on their structure and composition. Far beyond the traditional view that plants interact mainly through resource depletion (exploitation competition), roots are known to be able to interact with their environment using a large variety of mechanisms that may inhibit or enhance access of other roots to the resource or affect plant growth (contest interactions). However, an extensive analysis on how these contest root interactions may affect species interaction abilities is almost lacking. In a common garden experiment with ten perennial plant species we forced pairs of plants of the same or different species to overlap their roots and analyzed how belowground contest interactions affected plant performance, biomass allocation patterns, and competitive abilities under abundant resource supply. Our results showed that net interaction outcome ranged from negative to positive, affecting total plant mass and allocation patterns. A species could be a strong competitor against one species, weaker against another one, and even facilitator to a third species. This leads to sets of species where competitive hierarchies may be clear but also to groups where such rankings are not, suggesting that intransitive root interactions may be crucial for species coexistence. The outcome of belowground contest interactions is strongly dependent on neighbours' identity. In natural plant communities this conditional outcome may hypothetically help species to interact in non-hierarchical and intransitive networks, which in turn might promote coexistence.

  17. Modelling and mitigation of soft-errors in CMOS processors

    NARCIS (Netherlands)

    Rohani, A.

    2014-01-01

    The topic of this thesis is about soft-errors in digital systems. Different aspects of soft-errors have been addressed here, including an accurate simulation model to emulate soft-errors in a gate-level net list, a simulation framework to study the impact of soft-errors in a VHDL design and an

  18. Levitation properties of maglev systems using soft ferromagnets

    Science.gov (United States)

    Huang, Chen-Guang; Zhou, You-He

    2015-03-01

    Soft ferromagnets are widely used as flux-concentration materials in the design of guideways for superconducting magnetic levitation transport systems. In order to fully understand the influence of soft ferromagnets on the levitation performance, in this work we apply a numerical model based on the functional minimization method and the Bean’s critical state model to study the levitation properties of an infinitely long superconductor immersed in the magnetic field created by a guideway of different sets of infinitely long parallel permanent magnets with soft ferromagnets between them. The levitation force, guidance force, magnetic stiffness and magnetic pole density are calculated considering the coupling between the superconductor and soft ferromagnets. The results show that the levitation performance is closely associated with the permanent magnet configuration and with the location and dimension of the soft ferromagnets. Introducing the soft ferromagnet with a certain width in a few configurations always decreases the levitation force. However, for most configurations, the soft ferromagnets contribute to improve the levitation performance only when they have particular locations and dimensions in which the optimized location and thickness exist to increase the levitation force the most. Moreover, if the superconductor is laterally disturbed, the presence of soft ferromagnets can effectively improve the lateral stability for small lateral displacement and reduce the degradation of levitation force.

  19. Effects of wave energy converters on the surrounding soft-bottom macrofauna (west coast of Sweden).

    Science.gov (United States)

    Langhamer, O

    2010-06-01

    Offshore wave energy conversion is expected to develop, thus contributing to an increase in submerged constructions on the seabed. An essential concern related to the deployment of wave energy converters (WECs) is their possible impact on the surrounding soft-bottom habitats. In this study, the macrofaunal assemblages in the seabed around the wave energy converters in the Lysekil research site on the Swedish west coast and a neighbouring reference site were examined yearly during a period of 5 years (2004-2008). Macrobenthic communities living in the WECs' surrounding seabed were mainly composed by organisms typical for the area and depth off the Swedish west coast. At both sites the number of individuals, number of species and biodiversity were low, and were mostly small, juvenile organisms. The species assemblages during the first years of sampling were significantly different between the Lysekil research site and the nearby reference site with higher species abundance in the research site. The high contribution to dissimilarities was mostly due to polychaetes. Sparse macrofaunal densities can be explained by strong hydrodynamic forces and/or earlier trawling. WECs may alter the surrounding seabed with an accumulation of organic matter inside the research area. This indicates that the deployment of WECs in the Lysekil research site tends to have rather minor direct ecological impacts on the surrounding benthic community relative to the natural high variances.

  20. Positive Implicative Ideals of BCK-Algebras Based on Intersectional Soft Sets

    Directory of Open Access Journals (Sweden)

    Eun Hwan Roh

    2013-01-01

    Full Text Available The aim of this paper is to lay a foundation for providing a soft algebraic tool in considering many problems that contain uncertainties. In order to provide these soft algebraic structures, the notion of int-soft positive implicative ideals is introduced, and related properties are investigated. Relations between an int-soft ideal and an int-soft positive implicative ideal are established. Characterizations of an int-soft positive implicative ideal are obtained. Extension property for an int-soft positive implicative ideal is constructed. The ∧-product and ∨-product of int-soft positive implicative ideals are considered, and the soft intersection (resp., union of int-soft positive implicative ideals is discussed.

  1. On Some Nonclassical Algebraic Properties of Interval-Valued Fuzzy Soft Sets

    Science.gov (United States)

    2014-01-01

    Interval-valued fuzzy soft sets realize a hybrid soft computing model in a general framework. Both Molodtsov's soft sets and interval-valued fuzzy sets can be seen as special cases of interval-valued fuzzy soft sets. In this study, we first compare four different types of interval-valued fuzzy soft subsets and reveal the relations among them. Then we concentrate on investigating some nonclassical algebraic properties of interval-valued fuzzy soft sets under the soft product operations. We show that some fundamental algebraic properties including the commutative and associative laws do not hold in the conventional sense, but hold in weaker forms characterized in terms of the relation =L. We obtain a number of algebraic inequalities of interval-valued fuzzy soft sets characterized by interval-valued fuzzy soft inclusions. We also establish the weak idempotent law and the weak absorptive law of interval-valued fuzzy soft sets using interval-valued fuzzy soft J-equal relations. It is revealed that the soft product operations ∧ and ∨ of interval-valued fuzzy soft sets do not always have similar algebraic properties. Moreover, we find that only distributive inequalities described by the interval-valued fuzzy soft L-inclusions hold for interval-valued fuzzy soft sets. PMID:25143964

  2. On Some Nonclassical Algebraic Properties of Interval-Valued Fuzzy Soft Sets

    Directory of Open Access Journals (Sweden)

    Xiaoyan Liu

    2014-01-01

    Full Text Available Interval-valued fuzzy soft sets realize a hybrid soft computing model in a general framework. Both Molodtsov’s soft sets and interval-valued fuzzy sets can be seen as special cases of interval-valued fuzzy soft sets. In this study, we first compare four different types of interval-valued fuzzy soft subsets and reveal the relations among them. Then we concentrate on investigating some nonclassical algebraic properties of interval-valued fuzzy soft sets under the soft product operations. We show that some fundamental algebraic properties including the commutative and associative laws do not hold in the conventional sense, but hold in weaker forms characterized in terms of the relation =L. We obtain a number of algebraic inequalities of interval-valued fuzzy soft sets characterized by interval-valued fuzzy soft inclusions. We also establish the weak idempotent law and the weak absorptive law of interval-valued fuzzy soft sets using interval-valued fuzzy soft J-equal relations. It is revealed that the soft product operations ∧ and ∨ of interval-valued fuzzy soft sets do not always have similar algebraic properties. Moreover, we find that only distributive inequalities described by the interval-valued fuzzy soft L-inclusions hold for interval-valued fuzzy soft sets.

  3. On some nonclassical algebraic properties of interval-valued fuzzy soft sets.

    Science.gov (United States)

    Liu, Xiaoyan; Feng, Feng; Zhang, Hui

    2014-01-01

    Interval-valued fuzzy soft sets realize a hybrid soft computing model in a general framework. Both Molodtsov's soft sets and interval-valued fuzzy sets can be seen as special cases of interval-valued fuzzy soft sets. In this study, we first compare four different types of interval-valued fuzzy soft subsets and reveal the relations among them. Then we concentrate on investigating some nonclassical algebraic properties of interval-valued fuzzy soft sets under the soft product operations. We show that some fundamental algebraic properties including the commutative and associative laws do not hold in the conventional sense, but hold in weaker forms characterized in terms of the relation = L . We obtain a number of algebraic inequalities of interval-valued fuzzy soft sets characterized by interval-valued fuzzy soft inclusions. We also establish the weak idempotent law and the weak absorptive law of interval-valued fuzzy soft sets using interval-valued fuzzy soft J-equal relations. It is revealed that the soft product operations ∧ and ∨ of interval-valued fuzzy soft sets do not always have similar algebraic properties. Moreover, we find that only distributive inequalities described by the interval-valued fuzzy soft L-inclusions hold for interval-valued fuzzy soft sets.

  4. Nonlinear Properties of Soft Glass Waveguides

    DEFF Research Database (Denmark)

    Steffensen, Henrik

    -infrared applications and the THz applications. In the mid-infrared, it is investigated whether soft glasses are a suitable candidate for supercontinuum generation (SCG). A few commercially available fluoride fibers are tested for their zero dispersion wavelength (ZDW), a key property when determining the possibility......This thesis builds around the investigation into using soft glass materials for midinfrared and THz applications. Soft glasses is a term that cov ers a wide range of chemical compositions where many are yet to be fully investigated. The work in this thesis is separated in two parts, the mid...... of SCG in a fiber. A group of soft glasses, namely the chalcogenides, are known to display two photon absorption (TPA) which could potentially limit the SCG when this is initiated within the frequency range where this nonlinear process occur. An analytic model is presented to estimate the soliton self...

  5. A Simulation-Based Soft Error Estimation Methodology for Computer Systems

    OpenAIRE

    Sugihara, Makoto; Ishihara, Tohru; Hashimoto, Koji; Muroyama, Masanori

    2006-01-01

    This paper proposes a simulation-based soft error estimation methodology for computer systems. Accumulating soft error rates (SERs) of all memories in a computer system results in pessimistic soft error estimation. This is because memory cells are used spatially and temporally and not all soft errors in them make the computer system faulty. Our soft-error estimation methodology considers the locations and the timings of soft errors occurring at every level of memory hierarchy and estimates th...

  6. Strain-accelerated dynamics of soft colloidal glasses

    KAUST Repository

    Agarwal, Praveen

    2011-04-11

    We have investigated strain-accelerated dynamics of soft glasses theoretically and experimentally. Mechanical rheology measurements performed on a variety of systems reveal evidence for the speeding-up of relaxation at modest shear strains in both step and oscillatory shear flows. Using the soft glassy rheology (SGR) model framework, we show that the observed behavior is a fundamental, but heretofore unexplored attribute of soft glasses. © 2011 American Physical Society.

  7. Time Dilation and Homogeneous, Soft-Spectrum GRBs

    Science.gov (United States)

    Norris, J. P.; Bonnell, J. T.; Nemiroff, R. J.; Scargle, J. D.; Pendleton, G. N.; Kouveliotou, C.; Pizzichini, G.

    1996-12-01

    Recently, BATSE gamma-ray bursts selected for soft average spectra have been shown to follow more nearly a -3/2 power law in their number-intensity relation, indicative of a spatially homogeneous population, unlike the whole BATSE burst sample which deviates significantly from a -3/2 signature. The softer bursts might therefore be closer, and the reported time dilation as a function of peak flux in the whole burst sample (Bonnell et al., ApJ submitted) might be expected to be different for soft bursts. We have investigated this possibility with a sample of 500 long bursts (T_90 > 2 s) from the BATSE 3B catalog, defining soft bursts ( ~ 20% of total) using the three hardness ratios derived from fluences in BATSE's four energy channels (25--55, 55--110, 110--320, > 320 keV). The relative time-dilation factors (TDFs) were calculated using a brightness-independent algorithm for duration. The expected effect is observed: The average log[duration] of soft bursts is significantly lower (factor of ~ 2) than that for harder bursts, or for the whole set, to much dimmer peak fluxes -- consistent with unity TDF (compared to bright bursts in the whole sample) down to peak flux of ~ 1.0 photon cm(-2) s(-1) . Using a Kolmogorov-Smirnov test, we find that T_90 and T_50 duration distributions of soft and hard bursts above this peak flux value are different, with a confidence level > 99%. This result is qualitatively consistent with a GRB luminosity function implied by the apparent homogeneity of the bright-to-intermediate peak-flux soft bursts. However, dimmer soft bursts are time-dilated relative to bright bursts in the whole sample, suggesting that spectral redshift compounds the definition of the soft burst class.

  8. A compact scanning soft X-ray microscope

    International Nuclear Information System (INIS)

    Trail, J.A.

    1989-01-01

    Soft x-ray microscopes operating at wavelengths between 2.3 nm and 4.4 nm are capable of imaging wet biological cells with a resolution many times that of a visible light microscope. Several such soft x-ray microscopes have been constructed. However, with the exception of contact microscopes, all use synchrotrons as the source of soft x-ray radiation and Fresnel zone plates as the focusing optics. These synchrotron based microscopes are very successful but have the disadvantage of limited access. This dissertation reviews the construction and performance of a compact scanning soft x-ray microscope whose size and accessibility is comparable to that of an electron microscope. The microscope uses a high-brightness laser-produced plasma as the soft x-ray source and normal incidence multilayer-coated mirrors in a Schwarzschild configuration as the focusing optics. The microscope operates at a wavelength of 14 nm, has a spatial resolution of 0.5 μm, and has a soft x-ray photon flux through the focus of 10 4 -10 5 s -1 when operated with only 170 mW of average laser power. The complete system, including the laser, fits on a single 4' x 8' optical table. The significant components of the compact microscope are the laser-produced plasma (LPP) source, the multilayer coatings, and the Schwarzschild objective. These components are reviewed, both with regard to their particular use in the current microscope and with regard to extending the microscope performance to higher resolution, higher speed, and operation at shorter wavelengths. Measurements of soft x-ray emission and debris emission from our present LPP source are presented and considerations given for an optimal LPP source. The LPP source was also used as a broadband soft x-ray source for measurement of normal incidence multilayer mirror reflectance in the 10-25 nm spectral region

  9. "Soft Skills": A Phrase in Search of Meaning

    Science.gov (United States)

    Matteson, Miriam L.; Anderson, Lorien; Boyden, Cynthia

    2016-01-01

    Soft skills are a collection of people management skills, important to many professions and job positions, including academic librarianship. Yet the concept of soft skills lacks definition, scope, instrumentation, and systematic education and training. This literature review explores the definition of "soft skills"; contrasts skills with…

  10. Hardware for soft computing and soft computing for hardware

    CERN Document Server

    Nedjah, Nadia

    2014-01-01

    Single and Multi-Objective Evolutionary Computation (MOEA),  Genetic Algorithms (GAs), Artificial Neural Networks (ANNs), Fuzzy Controllers (FCs), Particle Swarm Optimization (PSO) and Ant colony Optimization (ACO) are becoming omnipresent in almost every intelligent system design. Unfortunately, the application of the majority of these techniques is complex and so requires a huge computational effort to yield useful and practical results. Therefore, dedicated hardware for evolutionary, neural and fuzzy computation is a key issue for designers. With the spread of reconfigurable hardware such as FPGAs, digital as well as analog hardware implementations of such computation become cost-effective. The idea behind this book is to offer a variety of hardware designs for soft computing techniques that can be embedded in any final product. Also, to introduce the successful application of soft computing technique to solve many hard problem encountered during the design of embedded hardware designs. Reconfigurable em...

  11. Soft physics with a supercollider

    International Nuclear Information System (INIS)

    Andersson, B.

    1984-01-01

    I discuss a set of possible, more or less adventurous, physics scenarios for the soft physics of a supercollider of 10-20 TeV cms energy. I also present extrapolations of the sizes of different quantities to these immense energies. One should always note that whether we like it or not, some 95-99% of the cross-section is soft physics at all energies. (orig.)

  12. Mechanics of soft materials

    CERN Document Server

    Volokh, Konstantin

    2016-01-01

    This book provides a concise introduction to soft matter modelling. It offers an up-to-date review of continuum mechanical description of soft and biological materials from the basics to the latest scientific materials. It includes multi-physics descriptions, such as chemo-, thermo-, electro- mechanical coupling. It derives from a graduate course at Technion that has been established in recent years. It presents original explanations for some standard materials and features elaborated examples on all topics throughout the text. PowerPoint lecture notes can be provided to instructors. .

  13. Soft Pneumatic Actuators for Rehabilitation

    Directory of Open Access Journals (Sweden)

    Guido Belforte

    2014-05-01

    Full Text Available Pneumatic artificial muscles are pneumatic devices with practical and various applications as common actuators. They, as human muscles, work in agonistic-antagonistic way, giving a traction force only when supplied by compressed air. The state of the art of soft pneumatic actuators is here analyzed: different models of pneumatic muscles are considered and evolution lines are presented. Then, the use of Pneumatic Muscles (PAM in rehabilitation apparatus is described and the general characteristics required in different applications are considered, analyzing the use of proper soft actuators with various technical properties. Therefore, research activity carried out in the Department of Mechanical and Aerospace Engineering in the field of soft and textile actuators is presented here. In particular, pneumatic textile muscles useful for active suits design are described. These components are made of a tubular structure, with an inner layer of latex coated with a deformable outer fabric sewn along the edge. In order to increase pneumatic muscles forces and contractions Braided Pneumatic Muscles are studied. In this paper, new prototypes are presented, based on a fabric construction and various kinds of geometry. Pressure-force-deformation tests results are carried out and analyzed. These actuators are useful for rehabilitation applications. In order to reproduce the whole upper limb movements, new kind of soft actuators are studied, based on the same principle of planar membranes deformation. As an example, the bellows muscle model and worm muscle model are developed and described. In both cases, wide deformations are expected. Another issue for soft actuators is the pressure therapy. Some textile sleeve prototypes developed for massage therapy on patients suffering of lymph edema are analyzed. Different types of fabric and assembly techniques have been tested. In general, these Pressure Soft Actuators are useful for upper/lower limbs treatments

  14. Experimental investigation of halogen-bond hard-soft acid-base complementarity.

    Science.gov (United States)

    Riel, Asia Marie S; Jessop, Morly J; Decato, Daniel A; Massena, Casey J; Nascimento, Vinicius R; Berryman, Orion B

    2017-04-01

    The halogen bond (XB) is a topical noncovalent interaction of rapidly increasing importance. The XB employs a `soft' donor atom in comparison to the `hard' proton of the hydrogen bond (HB). This difference has led to the hypothesis that XBs can form more favorable interactions with `soft' bases than HBs. While computational studies have supported this suggestion, solution and solid-state data are lacking. Here, XB soft-soft complementarity is investigated with a bidentate receptor that shows similar associations with neutral carbonyls and heavy chalcogen analogs. The solution speciation and XB soft-soft complementarity is supported by four crystal structures containing neutral and anionic soft Lewis bases.

  15. Probabilistic soft sets and dual probabilistic soft sets in decision making with positive and negative parameters

    Science.gov (United States)

    Fatimah, F.; Rosadi, D.; Hakim, R. B. F.

    2018-03-01

    In this paper, we motivate and introduce probabilistic soft sets and dual probabilistic soft sets for handling decision making problem in the presence of positive and negative parameters. We propose several types of algorithms related to this problem. Our procedures are flexible and adaptable. An example on real data is also given.

  16. A study on generalized hesitant intuitionistic Fuzzy soft sets

    Science.gov (United States)

    Nazra, A.; Syafruddin; Wicaksono, G. C.; Syafwan, M.

    2018-03-01

    By combining the concept of hesitant intuitionistic fuzzy sets, fuzzy soft sets and fuzzy sets, we extend hesitant intuitionistic fuzzy soft sets to a generalized hesitant intuitionistic fuzzy soft sets. Some operations on generalized hesitant intuitionistic fuzzy soft sets, such as union, complement, operations “AND” and “OR”, and intersection are defined. From such operations the authors obtain related properties such as commutative, associative and De Morgan's laws. The authors also get an algebraic structure of the collection of all generalized hesitant intuitionistic fuzzy soft sets over a set.

  17. ON SOFT D2-ALGEBRA AND SOFT D2-IDEALS

    OpenAIRE

    S. Subramanian; S. Seethalaksmi

    2018-01-01

    In this paper, we have studied some characterization of soft D2-algebra, kernel, intersection, image, quotient D2-algebra’s and relations ship between D2-algebra and D2-ideals with suitable examples.

  18. High performance soft magnetic materials

    CERN Document Server

    2017-01-01

    This book provides comprehensive coverage of the current state-of-the-art in soft magnetic materials and related applications, with particular focus on amorphous and nanocrystalline magnetic wires and ribbons and sensor applications. Expert chapters cover preparation, processing, tuning of magnetic properties, modeling, and applications. Cost-effective soft magnetic materials are required in a range of industrial sectors, such as magnetic sensors and actuators, microelectronics, cell phones, security, automobiles, medicine, health monitoring, aerospace, informatics, and electrical engineering. This book presents both fundamentals and applications to enable academic and industry researchers to pursue further developments of these key materials. This highly interdisciplinary volume represents essential reading for researchers in materials science, magnetism, electrodynamics, and modeling who are interested in working with soft magnets. Covers magnetic microwires, sensor applications, amorphous and nanocrystalli...

  19. Survey of otolaryngology services in Ukraine and neighbouring Central and Eastern European countries.

    Science.gov (United States)

    Verkerk, M M; Wagner, R; Fishchuk, R; Fagan, J J

    2017-11-01

    The present humanitarian crisis in Ukraine is putting strains on its healthcare system. This study aimed to assess services and training in otolaryngology, audiology and speech therapy in Ukraine and its geographical neighbours. Survey study of 327 otolaryngologists from 19 countries. Fifty-six otolaryngologists (17 per cent) from 15 countries responded. Numbers of otolaryngologists varied from 3.6 to 12.3 per 100 000 population (Ukraine = 7.8). Numbers of audiologists varied from 0, in Ukraine, to 2.8 per 100 000, in Slovakia, and numbers of speech therapists varied from 0, in Bulgaria, to 4.0 per 100 000, in Slovenia (Ukraine = 0.1). Ukraine lacks newborn and school hearing screening, good availability of otological drills and microscopes, and a cochlear implant programme. There is wide variation in otolaryngology services in Central and Eastern Europe. All countries surveyed had more otolaryngologists per capita than the UK, but availability of audiology and speech and language therapy is poor. Further research on otolaryngology health outcomes in the region will guide service improvement.

  20. Método basado en clasificadores k-NN parametrizados con algoritmos genéticos y la estimación de la reactancia para localización de fallas en sistemas de distribución.

    Directory of Open Access Journals (Sweden)

    Andrés Zapata-Tapasco

    2014-01-01

    Full Text Available En este artículo se presenta una estrategia de parametrización de un localizador de fallas basado en una técnica simple pero eficiente de aprendizaje, conocida como k vecinos más cercanos (k-NN. Esta técnica se complementa con un método plenamente probado de localización basado en la estimación de la impedancia de falla. La estrategia híbrida se validó en un circuito prototipo real, con resultados de error aceptables para aplicaciones en sistemas de distribución de energía eléctrica. Finalmente y como ventaja importante de la metodología propuesta se resalta la facilidad de implementación, cuando se trata de circuitos de distribución reales (más de 100 nodos.

  1. SOFT SKILLS COMPETENCE DEVELOPMENT OF VOCATIONAL TEACHER CANDIDATES

    Directory of Open Access Journals (Sweden)

    I Made Sudana

    2015-02-01

    Full Text Available Vocational education curriculum 2013 that applied nationally in the academic year 2014/2015 mandated that religious subject added character educational in which contactwith aspects of soft skills. This needs to be addressed by LPTK as producer vocational teacher candidate, so that future graduates are able to fulfill the mandate of the curriculum. Curriculum vocational teacher candidates who applied seems also still focused on providing hard skills competencies, so that graduates do not have adequate soft skills competence. On the other hand in the world of work has been going on trend shift in terms of hard skills to soft skills.Research and development is designed to go through stages and multiyear to produce soft skills development strategy for prospective teachers of vocational school. Development strategy departs from theoretical studies and mapping needs soft skills aspects of relevant research, analysis and LPTK vocational curriculum, soft skills needs and job requirements of future trends, soft skills required by vocational teachers, teaching soft skills already there, done to map the needs and later for further development until the hypothetical model generated Late models. Subjects were LPTK lecturers, teachers of vocational productive industrials. Data were obtained by observation and interviews, review of documents that the results were analyzed with descriptive qualitative and quantitative techniques. There are several aspects of the soft skills required candidates vocational school teachers, among others: (1 self-discipline, (2 responsibility, (3 the spirit of the work, (4 problem solving, (5 collaboration, (6 the ability of communication, (7 personality, (8 social attitudes, (9 critical thinking, (10 creative thinking and innovative, (11 confidence and (12 self-motivation. Soft skills development strategy skills prospective teachers through extra-curricular with gradual pattern through four stages, namely: (1 the development of

  2. Overview of the NEES-Soft Experimental Program for Seismic Risk Reduction of Soft-Story Woodframe Buildings

    Science.gov (United States)

    John W. van de Lindt; Pouria Bahmani; Steven E. Pryor; Gary Mochizuki; Mikhail Gershfeld; Weichiang Pang; Ershad Ziaei; Elaina N. Jennings; Michael D. Symans; Xiaoyun Shao; Jingjing Tian; Doug Rammer

    2014-01-01

    The existence of thousands of soft-story woodframe buildings in California has been recognized as a disaster preparedness problem resulting in mitigation efforts throughout the state. The considerable presence of these large multi-family buildings in San Francisco prompted the city to mandate their retrofitting over the next seven years. The NEES-Soft project, whose...

  3. MR Histoanatomical Distribution of 290 Soft-tissue Tumors

    Energy Technology Data Exchange (ETDEWEB)

    Moon, Tae Yong; Lee, In Sook; Lee, Gee Won; Kim, Jeung Il; Choi, Kyung Un; Kim, Won Taek [Pusan National University Hospital, Busan (Korea, Republic of)

    2008-12-15

    This study was designed too identify the MR histoanatomical distribution of soft-tissue tumors. A total of 290 soft-tissue tumors of 281 patients were analyzed by the use of MR imaging and were pathologically confirmed after surgical resection or a biopsy. There were 120 malignant soft-tissue tumors including tumors of an intermediate malignancy and 170 benign tumors. The histoanatomical locations were divided into three types: 'type I' with superficial layer tumors that involved the cutaneous and subcutaneous tissue, 'type II' with deep layer tumors that involved the muscle or tendon and 'type III' with soft tissue tumors that involved both the superficial and deep layers. Soft-tissue tumors with more than three cases with a frequency of more than 75% included dermatofibrosarcoma protuberans, glomus tumor, angiolipoma, leiomyosarcoma and lymphoma as 'type I' tumors. 'Type II' tumors with more than three cases with a frequency of more than 75% included liposarcoma, fibromatosis, papillary endothelial hyperplasia and rhabdomyosarcoma. 'Type III' tumors with more than three cases with a frequency of more than 50% included neurofibromatosis. The MR histoanatomical distributions of soft tissue tumors are useful in the differential pathological diagnosis when a soft-tissue tumor has a nonspecific MR appearance.

  4. Alveolar Soft Part Sarcoma.

    Science.gov (United States)

    Jaber, Omar I; Kirby, Patricia A

    2015-11-01

    Alveolar soft part sarcoma is a rare neoplasm usually arising in the soft tissues of the lower limbs in adults and in the head and neck region in children. It presents primarily as a slowly growing mass or as metastatic disease. It is characterized by a specific chromosomal alteration, der(17)t(X:17)(p11:q25), resulting in fusion of the transcription factor E3 (TFE3) with alveolar soft part sarcoma critical region 1 (ASPSCR1) at 17q25. This translocation is diagnostically useful because the tumor nuclei are positive for TFE3 by immunohistochemistry. Real-time polymerase chain reaction to detect the ASPSCR1-TFE3 fusion transcript on paraffin-embedded tissue blocks has been shown to be more sensitive and specific than detection of TFE3 by immunohistochemical stain. Cathepsin K is a relatively recent immunohistochemical stain that can aid in the diagnosis. The recent discovery of the role of the ASPSCR1-TFE3 fusion protein in the MET proto-oncogene signaling pathway promoting angiogenesis and cell proliferation offers a promising targeted molecular therapy.

  5. Soft-Tissue Chondroma of Anterior Gingiva: A Rare Entity

    Directory of Open Access Journals (Sweden)

    Dhana Lakshmi Jeyasivanesan

    2018-01-01

    Full Text Available Soft-tissue chondroma is a rare, benign, slow-growing tumor made up of heterotopic cartilaginous tissue. It occurs most commonly in the third and fourth decades in the hands and feet. Oral soft-tissue chondromas are uncommon and soft-tissue chondroma of gingiva is extremely uncommon. Here, we report an unusual case of soft-tissue chondroma of gingiva in a 50-year-old woman.

  6. The Beauty Trap: Chinese Theories of “Soft Power”

    Directory of Open Access Journals (Sweden)

    Evgenia Vladimirovna Zhuravleva

    2016-12-01

    Full Text Available Currently there are a lot of definitions and conceptions of “soft power” in the world’s scientific literature. The English-language works mainly adopted the term “soft power”, terminology is also varied in Chinese historiography: “ruan shili”, “ruan liliang” and “ruan quanli” (软实力, 软力量and 软权力. A variety of terms is reflected in the variety of interpretations of the system or mechanismof “soft power”, that allows us to conclude that at the moment there is noformed unified vision and approach to its study. The subject of this study is the Russian and foreign theories of “soft power” in relation to China's foreign policy. The author raised a number of tasks, among which are: to determine the place a policy of “soft power” in the foreign policy of China, to analyze the existing interpretation of the concept of “soft power with Chinese characteristics”, as well as trace the development of theories of “soft power”. As a result of the research the author comes to the conclusion that despite the difference in interpretations, there are a lot of common aspects, including the idea of the majority of researchers that the concept is directly related to the influence of the subject to the object, and that the main instruments of “soft power” are humanitarian cooperation, investment, dialogue at the highest level, and others. But the combination of numerous non-military elements within the same term “soft power” doesn’t form a unified, approved concept. Different countries have their own unique system of soft power, and its instruments, key elements and basic principles are not the same. For example, talking about “attractiveness” applied to Chinese soft power, we can conclude, that it is only the tip of the iceberg. This study allows not only to form an idea of the “soft power” through the prism of various scientific researches, but also to identify the key elements of the system

  7. Mechanical transduction via a single soft polymer

    Science.gov (United States)

    Hou, Ruizheng; Wang, Nan; Bao, Weizhu; Wang, Zhisong

    2018-04-01

    Molecular machines from biology and nanotechnology often depend on soft structures to perform mechanical functions, but the underlying mechanisms and advantages or disadvantages over rigid structures are not fully understood. We report here a rigorous study of mechanical transduction along a single soft polymer based on exact solutions to the realistic three-dimensional wormlike-chain model and augmented with analytical relations derived from simpler polymer models. The results reveal surprisingly that a soft polymer with vanishingly small persistence length below a single chemical bond still transduces biased displacement and mechanical work up to practically significant amounts. This "soft" approach possesses unique advantages over the conventional wisdom of rigidity-based transduction, and potentially leads to a unified mechanism for effective allosterylike transduction and relay of mechanical actions, information, control, and molecules from one position to another in molecular devices and motors. This study also identifies an entropy limit unique to the soft transduction, and thereby suggests a possibility of detecting higher efficiency for kinesin motor and mutants in future experiments.

  8. Parental attitudes towards soft drink vending machines in high schools.

    Science.gov (United States)

    Hendel-Paterson, Maia; French, Simone A; Story, Mary

    2004-10-01

    Soft drink vending machines are available in 98% of US high schools. However, few data are available about parents' opinions regarding the availability of soft drink vending machines in schools. Six focus groups with 33 parents at three suburban high schools were conducted to describe the perspectives of parents regarding soft drink vending machines in their children's high school. Parents viewed the issue of soft drink vending machines as a matter of their children's personal choice more than as an issue of a healthful school environment. However, parents were unaware of many important details about the soft drink vending machines in their children's school, such as the number and location of machines, hours of operation, types of beverages available, or whether the school had contracts with soft drink companies. Parents need more information about the number of soft drink vending machines at their children's school, the beverages available, the revenue generated by soft drink vending machine sales, and the terms of any contracts between the school and soft drink companies.

  9. BMS symmetry, soft particles and memory

    Science.gov (United States)

    Chatterjee, Atreya; Lowe, David A.

    2018-05-01

    In this work, we revisit unitary irreducible representations of the Bondi–Metzner–Sachs (BMS) group discovered by McCarthy. Representations are labelled by an infinite number of supermomenta in addition to 4-momentum. Tensor products of these irreducible representations lead to particle-like states dressed by soft gravitational modes. Conservation of 4-momentum and supermomentum in the scattering of such states leads to a memory effect encoded in the outgoing soft modes. We note there exist irreducible representations corresponding to soft states with strictly vanishing 4-momentum, which may nevertheless be produced by scattering of particle-like states. This fact has interesting implications for the S-matrix in gravitational theories.

  10. Soft-contact-lenses-induced complications

    Directory of Open Access Journals (Sweden)

    Suvajac Gordana

    2008-01-01

    Full Text Available Background/Aim. Soft contact lenses occupy significant place in ophthalmology, both in the correction of refraction anomalies and in the treatment of many eye diseases. The number of patients that wear soft contact lenses for the purpose of correcting ametropia is constantly increasing. Due to the increasing number of wearers, the percentage of complications that can lead to serious eye damage and serious vision loss is also increasing. The aim of this study was to point out the most common complications related to soft contact lens use. Methods. In the period from 1995−2004 this prospective study included 510 patients wearing soft contact lenses for correcting ametropia. None of the patients wore contact lenses before and none suffered from any system or local diseases that could affected the development of eventual complications. The study took seven years with the patients who wore conventional lenses and three years with those who wore replacement contact lenses. All the necessary ophthalmologic examinations were done (visual acuity, refractokeratometry, the quantity of tear film, biomicroscopic examination of anterior eye segment. All the complications were filmed by video camera. Results. Of all the patients, 19 had blepharitis, 73 suffered from “dry eye”, 57 had conjunctival hyperemia, 12 had conjunctivitis, 34 had gigantopapillary conjunctivitis (GPC, 93 had punctiform epitheliopathy, 20 had corneal infiltration, one patient had keratitis, 91 had corneal vascularisation, and 95 patients had corneal deposits. Conclusion. Both the type and frequency of complications related to soft contact lens use in our group of patients, proved to be significant. Some of this complications (keratitis can significantly damage vision and lead to loss of vision and sometimes can require operative treatment.

  11. Prediction of regulatory gene pairs using dynamic time warping and gene ontology.

    Science.gov (United States)

    Yang, Andy C; Hsu, Hui-Huang; Lu, Ming-Da; Tseng, Vincent S; Shih, Timothy K

    2014-01-01

    Selecting informative genes is the most important task for data analysis on microarray gene expression data. In this work, we aim at identifying regulatory gene pairs from microarray gene expression data. However, microarray data often contain multiple missing expression values. Missing value imputation is thus needed before further processing for regulatory gene pairs becomes possible. We develop a novel approach to first impute missing values in microarray time series data by combining k-Nearest Neighbour (KNN), Dynamic Time Warping (DTW) and Gene Ontology (GO). After missing values are imputed, we then perform gene regulation prediction based on our proposed DTW-GO distance measurement of gene pairs. Experimental results show that our approach is more accurate when compared with existing missing value imputation methods on real microarray data sets. Furthermore, our approach can also discover more regulatory gene pairs that are known in the literature than other methods.

  12. A new feature constituting approach to detection of vocal fold pathology

    Science.gov (United States)

    Hariharan, M.; Polat, Kemal; Yaacob, Sazali

    2014-08-01

    In the last two decades, non-invasive methods through acoustic analysis of voice signal have been proved to be excellent and reliable tool to diagnose vocal fold pathologies. This paper proposes a new feature vector based on the wavelet packet transform and singular value decomposition for the detection of vocal fold pathology. k-means clustering based feature weighting is proposed to increase the distinguishing performance of the proposed features. In this work, two databases Massachusetts Eye and Ear Infirmary (MEEI) voice disorders database and MAPACI speech pathology database are used. Four different supervised classifiers such as k-nearest neighbour (k-NN), least-square support vector machine, probabilistic neural network and general regression neural network are employed for testing the proposed features. The experimental results uncover that the proposed features give very promising classification accuracy of 100% for both MEEI database and MAPACI speech pathology database.

  13. Artificial immune system applications in computer security

    CERN Document Server

    Tan, Ying

    2016-01-01

    This book provides state-of-the-art information on the use, design, and development of the Artificial Immune System (AIS) and AIS-based solutions to computer security issues. Artificial Immune System: Applications in Computer Security focuses on the technologies and applications of AIS in malware detection proposed in recent years by the Computational Intelligence Laboratory of Peking University (CIL@PKU). It offers a theoretical perspective as well as practical solutions for readers interested in AIS, machine learning, pattern recognition and computer security. The book begins by introducing the basic concepts, typical algorithms, important features, and some applications of AIS. The second chapter introduces malware and its detection methods, especially for immune-based malware detection approaches. Successive chapters present a variety of advanced detection approaches for malware, including Virus Detection System, K-Nearest Neighbour (KNN), RBF networ s, and Support Vector Machines (SVM), Danger theory, ...

  14. An Opinion on Soft Power

    Directory of Open Access Journals (Sweden)

    Evgeny Mikhailovitch Astakhov

    2014-01-01

    Full Text Available The article analyzes different aspects of the "soft power" of Russia. The author affirms that in this field the country doesn't have well defined strategies policy. To Russia has the excellent potential for the promotion of its positive image. This potential is primarily due to the famous Russian science, literature, music and art. But this "natural"potential has to be used in the national interests abroad. In recent years the Russian government has made some important steps in cultural diplomacy, in particular for the promotion of Russian language and supporting Russian Diaspora. However, much more has to be done not only in these directions, but also in propaganda and counterpropaganda to meet information pressure against Russia. In this connection, to form properly all directions of the policy of "soft power", is desirable to use the experience of other countries. The states who pretend to have an important place in the world, consider "soft power" as a strategic policy aiming to strengthen their geopolitical positions. In this context the author offers some suggestions concerning different organizational aspects. Special attention is given to the coordination of the activities of all structures involved in the policy of "soft power ".

  15. Exploratory Practice and Soft Systems Methodology

    Science.gov (United States)

    Tajino, Akira; Smith, Craig

    2005-01-01

    This paper aims to demonstrate that Soft Systems Methodology (SSM), a soft systems approach developed in management studies (see Checkland, 1981), can be usefully linked with Exploratory Practice (EP), a form of practitioner research for language classrooms. Some compatible SSM and EP characteristics, in tandem, could enhance continual efforts to…

  16. Scalable fabric tactile sensor arrays for soft bodies

    Science.gov (United States)

    Day, Nathan; Penaloza, Jimmy; Santos, Veronica J.; Killpack, Marc D.

    2018-06-01

    Soft robots have the potential to transform the way robots interact with their environment. This is due to their low inertia and inherent ability to more safely interact with the world without damaging themselves or the people around them. However, existing sensing for soft robots has at least partially limited their ability to control interactions with their environment. Tactile sensors could enable soft robots to sense interaction, but most tactile sensors are made from rigid substrates and are not well suited to applications for soft robots which can deform. In addition, the benefit of being able to cheaply manufacture soft robots may be lost if the tactile sensors that cover them are expensive and their resolution does not scale well for manufacturability. This paper discusses the development of a method to make affordable, high-resolution, tactile sensor arrays (manufactured in rows and columns) that can be used for sensorizing soft robots and other soft bodies. However, the construction results in a sensor array that exhibits significant amounts of cross-talk when two taxels in the same row are compressed. Using the same fabric-based tactile sensor array construction design, two different methods for cross-talk compensation are presented. The first uses a mathematical model to calculate a change in resistance of each taxel directly. The second method introduces additional simple circuit components that enable us to isolate each taxel electrically and relate voltage to force directly. Fabric sensor arrays are demonstrated for two different soft-bodied applications: an inflatable single link robot and a human wrist.

  17. Soft sensor for real-time cement fineness estimation.

    Science.gov (United States)

    Stanišić, Darko; Jorgovanović, Nikola; Popov, Nikola; Čongradac, Velimir

    2015-03-01

    This paper describes the design and implementation of soft sensors to estimate cement fineness. Soft sensors are mathematical models that use available data to provide real-time information on process variables when the information, for whatever reason, is not available by direct measurement. In this application, soft sensors are used to provide information on process variable normally provided by off-line laboratory tests performed at large time intervals. Cement fineness is one of the crucial parameters that define the quality of produced cement. Providing real-time information on cement fineness using soft sensors can overcome limitations and problems that originate from a lack of information between two laboratory tests. The model inputs were selected from candidate process variables using an information theoretic approach. Models based on multi-layer perceptrons were developed, and their ability to estimate cement fineness of laboratory samples was analyzed. Models that had the best performance, and capacity to adopt changes in the cement grinding circuit were selected to implement soft sensors. Soft sensors were tested using data from a continuous cement production to demonstrate their use in real-time fineness estimation. Their performance was highly satisfactory, and the sensors proved to be capable of providing valuable information on cement grinding circuit performance. After successful off-line tests, soft sensors were implemented and installed in the control room of a cement factory. Results on the site confirm results obtained by tests conducted during soft sensor development. Copyright © 2014 ISA. Published by Elsevier Ltd. All rights reserved.

  18. Effects of material properties on soft contact dynamics

    International Nuclear Information System (INIS)

    Khurshid, A.; Malik, M.A.; Ghafoor, A.

    2009-01-01

    The superiority of deformable human fingertips as compared to hard robot gripper fingers for grasping and manipulation has led to a number of investigations with robot hands employing elastomers or materials such as fluids or powders beneath a membrane at the fingertips. In this paper, to analyze the stability of dynamic control of an object grasped between two soft fingertips through a soft interface using the viscoelastic material between the manipulating fingers and a manipulated object is modeled through bond graph method (BGM). The fingers are made viscoelastic by using springs and dampers. Detailed bond graph modeling (BGM) of the contact phenomenon with two soft-finger contacts considered to be placed against each other on the opposite sides of the grasped object as is generally the case in a manufacturing environment is presented. The stiffness of the springs is exploited in order to achieve the stability in the soft-grasping which includes friction between the soft finger contact surfaces and the object, The paper also analyses stability of dynamic control through a soft interface between a manipulating finger and a manipulated object. It is shown in the paper that the system stability depends on the visco-elastic material properties of the soft interface. Method of root locus is used to analyze this phenomenon. The paper shows how the weight of the object coming downward is controlled by the friction between the fingers and the object during the application of contact forces by varying the damping and the stiffness in the soft finger. (author)

  19. The mechanics of soft biological composites.

    Energy Technology Data Exchange (ETDEWEB)

    Nguyen, Thao D. (Sandia National Laboratories, Livermore, CA); Grazier, John Mark; Boyce, Brad Lee; Jones, Reese E. (Sandia National Laboratories, Livermore, CA)

    2007-10-01

    Biological tissues are uniquely structured materials with technologically appealing properties. Soft tissues such as skin, are constructed from a composite of strong fibrils and fluid-like matrix components. This was the first coordinated experimental/modeling project at Sandia or in the open literature to consider the mechanics of micromechanically-based anisotropy and viscoelasticity of soft biological tissues. We have exploited and applied Sandia's expertise in experimentation and mechanics modeling to better elucidate the behavior of collagen fibril-reinforced soft tissues. The purpose of this project was to provide a detailed understanding of the deformation of ocular tissues, specifically the highly structured skin-like tissue in the cornea. This discovery improved our knowledge of soft/complex materials testing and modeling. It also provided insight into the way that cornea tissue is bio-engineered such that under physiologically-relevant conditions it has a unique set of properties which enhance functionality. These results also provide insight into how non-physiologic loading conditions, such as corrective surgeries, may push the cornea outside of its natural design window, resulting in unexpected non-linear responses. Furthermore, this project created a clearer understanding of the mechanics of soft tissues that could lead to bio-inspired materials, such as highly supple and impact resistant body armor, and improve our design of human-machine interfaces, such as micro-electrical-mechanical (MEMS) based prosthetics.

  20. I Know My Neighbour: Individual Recognition in Octopus vulgaris

    Science.gov (United States)

    Tricarico, Elena; Borrelli, Luciana; Gherardi, Francesca; Fiorito, Graziano

    2011-01-01

    Background Little is known about individual recognition (IR) in octopuses, although they have been abundantly studied for their sophisticated behaviour and learning capacities. Indeed, the ability of octopuses to recognise conspecifics is suggested by a number of clues emerging from both laboratory studies (where they appear to form and maintain dominance hierarchies) and field observations (octopuses of neighbouring dens display little agonism between each other). To fill this gap in knowledge, we investigated the behaviour of 24 size-matched pairs of Octopus vulgaris in laboratory conditions. Methodology/Principal Findings The experimental design was composed of 3 phases: Phase 1 (acclimatization): 12 “sight-allowed” (and 12 “isolated”) pairs were maintained for 3 days in contiguous tanks separated by a transparent (and opaque) partition to allow (and block) the vision of the conspecific; Phase 2 (cohabitation): members of each pair (both sight-allowed and isolated) were transferred into an experimental tank and were allowed to interact for 15 min every day for 3 consecutive days; Phase 3 (test): each pair (both sight-allowed and isolated) was subject to a switch of an octopus to form pairs composed of either familiar (“sham switches”) or unfamiliar conspecifics (“real switches”). Longer latencies (i.e. the time elapsed from the first interaction) and fewer physical contacts in the familiar pairs as opposed to the unfamiliar pairs were used as proxies for recognition. Conclusions Octopuses appear able to recognise conspecifics and to remember the individual previously met for at least one day. To the best of our knowledge, this is the first experimental study showing the occurrence of a form of IR in cephalopods. Future studies should clarify whether this is a “true” IR. PMID:21533257

  1. The separate universe approach to soft limits

    Energy Technology Data Exchange (ETDEWEB)

    Kenton, Zachary; Mulryne, David J., E-mail: z.a.kenton@qmul.ac.uk, E-mail: d.mulryne@qmul.ac.uk [School of Physics and Astronomy, Queen Mary University of London, Mile End Road, London, E1 4NS (United Kingdom)

    2016-10-01

    We develop a formalism for calculating soft limits of n -point inflationary correlation functions using separate universe techniques. Our method naturally allows for multiple fields and leads to an elegant diagrammatic approach. As an application we focus on the trispectrum produced by inflation with multiple light fields, giving explicit formulae for all possible single- and double-soft limits. We also investigate consistency relations and present an infinite tower of inequalities between soft correlation functions which generalise the Suyama-Yamaguchi inequality.

  2. Soft And Hard Skills of Social Worker

    OpenAIRE

    HANTOVÁ, Libuše

    2011-01-01

    The work deals with soft and hard skills relevant to the profession of social worker. The theoretical part at first evaluates and analyzes important soft and hard skills necessary for people working in the field of social work. Then these skills are compared. The practical part illustrates the use of soft and hard skills in practice by means of model scenes and deals with the preferences in three groups of people ? students of social work, social workers and people outside the sphere, namely ...

  3. Strain-accelerated dynamics of soft colloidal glasses

    KAUST Repository

    Agarwal, Praveen; Archer, Lynden A.

    2011-01-01

    step and oscillatory shear flows. Using the soft glassy rheology (SGR) model framework, we show that the observed behavior is a fundamental, but heretofore unexplored attribute of soft glasses. © 2011 American Physical Society.

  4. Dimensional soft tissue changes following soft tissue grafting in conjunction with implant placement or around present dental implants: a systematic review.

    Science.gov (United States)

    Poskevicius, Lukas; Sidlauskas, Antanas; Galindo-Moreno, Pablo; Juodzbalys, Gintaras

    2017-01-01

    To systematically review changes in mucosal soft tissue thickness and keratinised mucosa width after soft tissue grafting around dental implants. An electronic literature search was conducted of the MEDLINE database published between 2009 and 2014. Sequential screenings at the title, abstract, and full-text levels were performed. Clinical human studies in the English language that had reported changes in soft tissue thickness or keratinised mucosa width after soft tissue grafting at implant placement or around a present implant at 6-month follow-up or longer were included. The search resulted in fourteen articles meeting the inclusion criteria: Six of them reported connective tissue grafting around present dental implants, compared to eight at the time of implant placement. Better long-term soft tissue thickness outcomes were reported for soft tissue augmentation around dental implants (0.8-1.4 mm), compared with augmentation at implant placement (-0.25-1.43 mm). Both techniques were effective in increasing keratinised tissue width: at implant placement (2.5 mm) or around present dental implants (2.33-2.57 mm). The present systematic review discovered that connective tissue grafts enhanced keratinised mucosa width and soft tissue thickness for an observation period of up to 48 months. However, some shrinkage may occur, resulting in decreases in soft tissue, mostly for the first three months. Further investigations using accurate evaluation methods need to be done to evaluate the appropriate time for grafting. © 2015 John Wiley & Sons A/S. Published by John Wiley & Sons Ltd.

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

  6. Effective Strategies and Activities for Developing Soft Skills, Part 2

    Science.gov (United States)

    Green, Diana J.; Blaszczynski, Carol

    2012-01-01

    Employers seek employees who possess soft skills. Employees who do not have excellent soft skills may not experience success in obtaining and sustaining employment. McEwen's (2010) framework for skill-building--introduce, explain, practice, and reinforce--was used to describe activities for enhancing soft skills. Soft skills building activities…

  7. Effective Strategies and Activities for Developing Soft Skills, Part 1

    Science.gov (United States)

    Blaszczynski, Carol; Green, Diana J.

    2012-01-01

    Employers seek employees who possess soft skills. Employees who do not have excellent soft skills may not experience success in obtaining and sustaining employment. McEwen's (2010) framework for skill-building--introduce, explain, practice, and reinforce--was used to describe activities for enhancing soft skills. Assessment of soft skills…

  8. Modern Soft Tissue Pathology | Center for Cancer Research

    Science.gov (United States)

    This book comprehensively covers modern soft tissue pathology and includes both tumors and non-neoplastic entities. Soft tissues make up a large bulk of the human body, and they are susceptible to a wide range of diseases. Many soft-tissue tumors are biologically very aggressive, and the chance of them metastasizing to vital organs is quite high. In recent years, the outlook

  9. Soft Pneumatic Bending Actuator with Integrated Carbon Nanotube Displacement Sensor

    Directory of Open Access Journals (Sweden)

    Tim Giffney

    2016-02-01

    Full Text Available The excellent compliance and large range of motion of soft actuators controlled by fluid pressure has lead to strong interest in applying devices of this type for biomimetic and human-robot interaction applications. However, in contrast to soft actuators fabricated from stretchable silicone materials, conventional technologies for position sensing are typically rigid or bulky and are not ideal for integration into soft robotic devices. Therefore, in order to facilitate the use of soft pneumatic actuators in applications where position sensing or closed loop control is required, a soft pneumatic bending actuator with an integrated carbon nanotube position sensor has been developed. The integrated carbon nanotube position sensor presented in this work is flexible and well suited to measuring the large displacements frequently encountered in soft robotics. The sensor is produced by a simple soft lithography process during the fabrication of the soft pneumatic actuator, with a greater than 30% resistance change between the relaxed state and the maximum displacement position. It is anticipated that integrated resistive position sensors using a similar design will be useful in a wide range of soft robotic systems.

  10. Practical applications of soft computing in engineering

    CERN Document Server

    2001-01-01

    Soft computing has been presented not only with the theoretical developments but also with a large variety of realistic applications to consumer products and industrial systems. Application of soft computing has provided the opportunity to integrate human-like vagueness and real-life uncertainty into an otherwise hard computer program. This book highlights some of the recent developments in practical applications of soft computing in engineering problems. All the chapters have been sophisticatedly designed and revised by international experts to achieve wide but in-depth coverage. Contents: Au

  11. 3D printing of soft-matter to open a new era of soft-matter MEMS/robotics (Conference Presentation)

    Science.gov (United States)

    Furukawa, Hidemitsu

    2017-04-01

    3D printing technology is becoming useful and applicable by the progress of information and communication technology (ICT). It means 3D printer is a kind of useful robot for additive manufacturing and is controlled by computer with human-friendly software. Once user starts to use 3D printing of soft-matter, one can immediately understand computer-aided design (CAD) and engineering (CAE) technology will be more important and applicable for soft-matter systems. User can easily design soft-matter objects and 3D-print them. User can easily apply 3D-printed soft-matter objects to develop new research and application on MEMS and robotics. Here we introduce the recent progress of 3D printing (i.e. additive manufacturing), especially focusing on our 3D gel printing. We are trying to develop new advanced research and applications of 3D gel printer, including GEL-MECHANICS, GEL-PHOTONICS, and GEL-ROBOTICS. In the gel-mechanics, we are developing new gel materials for mechanical engineering. Some gels have high-mechanical strength and shape memory properties. In the gel-photonics. We are applying our original characterizing system, named `Scanning Microscopic Light Scattering (SMILS)', to analyze 3D printed gel materials. In the gel-robotics, we focus on 3D printing of soft parts for soft-robotics made form gel materials, like gel finger. Also we are challenging to apply 3D gel printing to start new company, to innovate new businesses in county side, and to create new 3D-printed foods.

  12. Necrotising soft tissue infection following mastectomy

    Directory of Open Access Journals (Sweden)

    Jackson P

    2010-03-01

    Full Text Available Necrotising fasciitis is a rare but rapidly progressive soft tissue disease which can lead to extensive necrosis, systemic sepsis and death. Including this case, only 7 other cases have been reported in the world literature with only 2 others affecting the patient post mastectomy.This 59 year old Caucasian lady presented with severe soft tissue infection soon after mastectomy, which was successfully treated with a combination of debridement, triangulation, VAC© dressing and skin grafting.Necrotising soft tissue infections following mastectomy are rapidly progressive and potentially extremely serious. It is essential that a high index of clinical suspicion is maintained together with prompt aggressive treatment in a multidisciplinary environment to prevent worsening physical and psychological sequelae.

  13. The use of soft robotics in cardiovascular therapy.

    Science.gov (United States)

    Wamala, Isaac; Roche, Ellen T; Pigula, Frank A

    2017-10-01

    Robots have been employed in cardiovascular therapy as surgical tools and for automation of hospital systems. Soft robots are a new kind of robot made of soft deformable materials, that are uniquely suited for biomedical applications because they are inherently less likely to injure body tissues and more likely to adapt to biological environments. Awareness of the soft robotic systems under development will help promote clinician involvement in their successful clinical translation. Areas covered: The most advanced soft robotic systems, across the size scale from nano to macro, that have shown the most promise for clinical application in cardiovascular therapy because they offer solutions where a clear therapeutic need still exists. We discuss nano and micro scale technology that could help improve targeted therapy for cardiac regeneration in ischemic heart disease, and soft robots for mechanical circulatory support. Additionally, we suggest where the gaps in the technology currently lie. Expert commentary: Soft robotic technology has now matured from the proof-of-concept phase to successful animal testing. With further refinement in materials and clinician guided application, they will be a useful complement for cardiovascular therapy.

  14. Advances in soft computing, intelligent robotics and control

    CERN Document Server

    Fullér, Robert

    2014-01-01

    Soft computing, intelligent robotics and control are in the core interest of contemporary engineering. Essential characteristics of soft computing methods are the ability to handle vague information, to apply human-like reasoning, their learning capability, and ease of application. Soft computing techniques are widely applied in the control of dynamic systems, including mobile robots. The present volume is a collection of 20 chapters written by respectable experts of the fields, addressing various theoretical and practical aspects in soft computing, intelligent robotics and control. The first part of the book concerns with issues of intelligent robotics, including robust xed point transformation design, experimental verification of the input-output feedback linearization of differentially driven mobile robot and applying kinematic synthesis to micro electro-mechanical systems design. The second part of the book is devoted to fundamental aspects of soft computing. This includes practical aspects of fuzzy rule ...

  15. Soft hair of dynamical black hole and Hawking radiation

    Science.gov (United States)

    Chu, Chong-Sun; Koyama, Yoji

    2018-04-01

    Soft hair of black hole has been proposed recently to play an important role in the resolution of the black hole information paradox. Recent work has emphasized that the soft modes cannot affect the black hole S-matrix due to Weinberg soft theorems. However as soft hair is generated by supertranslation of geometry which involves an angular dependent shift of time, it must have non-trivial quantum effects. We consider supertranslation of the Vaidya black hole and construct a non-spherical symmetric dynamical spacetime with soft hair. We show that this spacetime admits a trapping horizon and is a dynamical black hole. We find that Hawking radiation is emitted from the trapping horizon of the dynamical black hole. The Hawking radiation has a spectrum which depends on the soft hair of the black hole and this is consistent with the factorization property of the black hole S-matrix.

  16. Soft error evaluation in SRAM using α sources

    International Nuclear Information System (INIS)

    He Chaohui; Chu Jun; Ren Xueming; Xia Chunmei; Yang Xiupei; Zhang Weiwei; Wang Hongquan; Xiao Jiangbo; Li Xiaolin

    2006-01-01

    Soft errors in memories influence directly the reliability of products. To compare the ability of three different memories against soft errors by experiments of alpha particles irradiation, the numbers of soft errors are measured for three different SRAMs and the cross sections of single event upset (SEU) and failures in time (FIT) are calculated. According to the cross sections of SEU, the ability of A166M against soft errors is the best and then B166M, the last B200M. The average FIT of B166M is smaller than that of B200M, and that of A166M is the biggest among them. (authors)

  17. Soft China: o caráter evolutivo da estratégia de charme chinesa Soft China: the changing nature of china's charm strategy

    Directory of Open Access Journals (Sweden)

    Paulo Duarte

    2012-12-01

    Full Text Available O presente artigo analisa outra vertente (por vezes ignorada ou subestimada do conceito de poder, o soft power, relacionando-o com o caso concreto de uma potência em ascensão: a China. Inicia-se por definir a noção de soft power, distinguindo-a, para este efeito, dos conceitos de hard power e de smart power. Se, numa primeira fase se recorrerá, sobretudo, à teoria para destacarmos as principais características do soft power, a segunda etapa, essencialmente prática, baseia-se em um estudo de caso: investiga o comportamento da China em matéria de soft power. Desta forma, pretende-se conferir à teoria uma aplicabilidade, sendo ambas duas peças que não se excluem, antes interagem harmoniosamente. Como se concretiza a "ofensiva de charme" chinesa no Sudeste Asiático? Que pontos fortes e pontos fracos tem o soft power chinês? Como se comporta a China perante a questão dos Estados-pária? Como se comporta o soft power chinês no que diz respeito à estratégia marítima da China? Estas e outras questões serão abordadas pelo presente artigo. Na prática, procura-se demonstrar que, ao contrário do passado, o soft power já não é um elemento "estranho" no discurso oficial chinês. Na verdade, a China de hoje parece estar mais preocupada com a imagem que o mundo tem dela.This article examines another aspect (sometimes ignored or underestimated of the concept of power - soft power - relating it to the case of a rising power: China. It begins by defining the notion of soft power, distinguishing it, for this purpose, from the concepts of hard power and smart power. In a first phase, the text brings to bear theory in order to highlight the main features of soft power. The second - essentially practical - phase is based on a case study: the analysis of China's behavior in terms of soft power. The text thus provides the notion of soft power with practical applicability, these two elements being shown to be not mutually exclusive, but rather

  18. Design and fabrication of soft x-ray mirrors

    Energy Technology Data Exchange (ETDEWEB)

    Kawata, Masaru; Sasai, Hiroyuki; Sano, Kazuo [Shimadzu Corp., Production Engineering Laboratory, Kyoto (Japan)

    2000-03-01

    Soft x-ray photoelectron spectroscopic technology is important for measuring the chemical status of material surface in the LSI manufacturing process. We report on non-spherical mirrors focusing laser-induced plasma soft x-ray to fine sample surface. We designed toric and ellipsoidal mirror as soft x-ray condensing means, simulated focusing image, manufactured mirror surface on fused quartz substrate, and measured form accuracy. (author)

  19. Experimental studies on pulse soft X-ray generator

    International Nuclear Information System (INIS)

    Li Chengrong; Yang Qinchi; Luo Chengmu; Han Min

    1990-01-01

    Emission sources of soft x rays (2 keV < hv < 6 keV) from hot plasmas have been studied in a small gas-puff Z-pinch. The emission sources are a group of uncontinuous hot spots. The output of soft x rays from the hot spots have been measured and the effect of the initial gas density on the yield of soft x rays has been investigated

  20. Experimental and Computational Techniques in Soft Condensed Matter Physics

    Science.gov (United States)

    Olafsen, Jeffrey

    2010-09-01

    1. Microscopy of soft materials Eric R. Weeks; 2. Computational methods to study jammed Systems Carl F. Schrek and Corey S. O'Hern; 3. Soft random solids: particulate gels, compressed emulsions and hybrid materials Anthony D. Dinsmore; 4. Langmuir monolayers Michael Dennin; 5. Computer modeling of granular rheology Leonardo E. Silbert; 6. Rheological and microrheological measurements of soft condensed matter John R. de Bruyn and Felix K. Oppong; 7. Particle-based measurement techniques for soft matter Nicholas T. Ouellette; 8. Cellular automata models of granular flow G. William Baxter; 9. Photoelastic materials Brian Utter; 10. Image acquisition and analysis in soft condensed matter Jeffrey S. Olafsen; 11. Structure and patterns in bacterial colonies Nicholas C. Darnton.

  1. An interesting review on soft skills and dental practice.

    Science.gov (United States)

    Dalaya, Maya; Ishaquddin, Syed; Ghadage, Mahesh; Hatte, Geeta

    2015-03-01

    In today's world of education, we concentrate on teaching activities and academic knowledge. We are taught to improve our clinical skills. Soft skills refer to the cluster of personality traits, social graces, and personal habits, facility with language, friendliness and personal habits that mark people to varying degrees. Soft Skills are interpersonal, psychological, self-promoted and non-technical qualities for every practitioner and academician, whereas hard skills are new tools or equipment and professional knowledge. Hence, more and more clinicians now days consider soft skills as important job criteria. An increase in service industry and competitive practices emphasizes the need for soft skills. Soft Skills are very important and useful in personal and professional life.

  2. Soft Robotic Grippers for Biological Sampling on Deep Reefs.

    Science.gov (United States)

    Galloway, Kevin C; Becker, Kaitlyn P; Phillips, Brennan; Kirby, Jordan; Licht, Stephen; Tchernov, Dan; Wood, Robert J; Gruber, David F

    2016-03-01

    This article presents the development of an underwater gripper that utilizes soft robotics technology to delicately manipulate and sample fragile species on the deep reef. Existing solutions for deep sea robotic manipulation have historically been driven by the oil industry, resulting in destructive interactions with undersea life. Soft material robotics relies on compliant materials that are inherently impedance matched to natural environments and to soft or fragile organisms. We demonstrate design principles for soft robot end effectors, bench-top characterization of their grasping performance, and conclude by describing in situ testing at mesophotic depths. The result is the first use of soft robotics in the deep sea for the nondestructive sampling of benthic fauna.

  3. CT discography for cervical soft disc hernia

    Energy Technology Data Exchange (ETDEWEB)

    Iwasa, Kenichi; Mizutani, Shigeru; Morimoto, Hiroyuki; Yamada, Hidehito; Iwasa, Satoru

    1985-03-01

    In this study the effectiveness of computed tomographic discography (CTD) in diagnosing cervical soft disc hernia was evaluated. Twenty-five intervertebral discs of 15 cases with cervical soft disc hernia were examined with a discography and then a CT scan. Results of the CT scan were as follows: three discs were protruded, 12 discs were prolapsed, 6 discs were extruded, and 4 discs were sequestrated. The findings were helpful in determining the location of soft disc hernias between the median and posterolateral discs. They were also valuable in classifying types of hernias and surgical approaches.

  4. Soft-collinear factorization in effective field theory

    International Nuclear Information System (INIS)

    Bauer, Christian W.; Pirjol, Dan; Stewart, Iain W.

    2002-01-01

    The factorization of soft and ultrasoft gluons from collinear particles is shown at the level of operators in an effective field theory. Exclusive hadronic factorization and inclusive partonic factorization follow as special cases. The leading-order Lagrangian is derived using power counting and gauge invariance in the effective theory. Several species of gluons are required, and softer gluons appear as background fields to gluons with harder momenta. Two examples are given: the factorization of soft gluons in B→Dπ and the soft-collinear convolution for the B→X s γ spectrum

  5. Mesoscopic modelling and simulation of soft matter.

    Science.gov (United States)

    Schiller, Ulf D; Krüger, Timm; Henrich, Oliver

    2017-12-20

    The deformability of soft condensed matter often requires modelling of hydrodynamical aspects to gain quantitative understanding. This, however, requires specialised methods that can resolve the multiscale nature of soft matter systems. We review a number of the most popular simulation methods that have emerged, such as Langevin dynamics, dissipative particle dynamics, multi-particle collision dynamics, sometimes also referred to as stochastic rotation dynamics, and the lattice-Boltzmann method. We conclude this review with a short glance at current compute architectures for high-performance computing and community codes for soft matter simulation.

  6. Effects of Soft Loans and Credit Guarantees on Performance of Supported Firms: Evidence from the Czech Public Programme START

    Directory of Open Access Journals (Sweden)

    Ondřej Dvouletý

    2017-12-01

    Full Text Available The purpose of this article was to conduct an empirical evaluation of the Czech public programme START, which was funded from the European Regional Development Fund. The programme lasted from 2007–2011, and supported new entrepreneurs through the zero interest soft loans and credit guarantees. The counterfactual analysis (using three matching techniques: propensity score, nearest neighbour, and kernel was conducted on the firm level and investigated the changes in financial performance (net profits, return on assets (ROA, return on equity (ROE, sales, assets turnover, and debt ratio of the supported firms four years after the end of intervention. The obtained findings could not support the hypothesis assuming a positive impact of the programme on the firm’s performance. On the contrary, supported companies reported on average lower sales and lower return on assets, when compared to the control group. The remaining variables could not prove any statistically significant impact of the programme. Indicators measuring firm’s profitability (net profit, return on assets, and return on equity suggested a negative influence of the programme and the variable representing debt ratio further indicated that firms that were supported by the programme reported on average higher debt ratio in comparison with the control group. Several policy implications are discussed in the study.

  7. Soft and hard pomerons

    International Nuclear Information System (INIS)

    Maor, Uri; Tel Aviv Univ.

    1995-09-01

    The role of s-channel unitarity screening corrections, calculated in the eikonal approximation, is investigated for soft Pomeron exchange responsible for elastic and diffractive hadron scattering in the high energy limit. We examine the differences between our results and those obtained from the supercritical Pomeron-Regge model with no such corrections. It is shown that screening saturation is attained at different scales for different channels. We then proceed to discuss the new HERA data on hard (PQCD) Pomeron diffractive channels and discuss the relationship between the soft and hard Pomerons and the relevance of our analysis to this problem. (author). 18 refs, 9 figs, 1 tab

  8. The Soft Palate Friendly Speech Bulb for Velopharyngeal Insufficiency.

    Science.gov (United States)

    Kahlon, Sukhdeep Singh; Kahlon, Monaliza; Gupta, Shilpa; Dhingra, Parvinder Singh

    2016-09-01

    Velopharyngeal insufficiency is an anatomic defect of the soft palate making palatopharyngeal sphincter incomplete. It is an important concern to address in patients with bilateral cleft lip and palate. Speech aid prosthesis or speech bulbs are best choice in cases where surgically repaired soft palate is too short to contact pharyngeal walls during function but these prosthesis have been associated with inadequate marginal closure, ulcerations and patient discomfort. Here is a case report of untreated bilateral cleft lip and palate associated with palatal insufficiency treated by means of palate friendly innovative speech bulb. This modified speech bulb is a combination of hard acrylic and soft lining material. The hard self-curing acrylic resin covers only the hard palate area and a permanent soft silicone lining material covering the soft palate area. A claw-shaped wire component was extended backwards from acrylic and was embedded in soft silicone to aid in retention and approximation of two materials. The advantage of adding the soft lining material in posterior area helped in covering the adequate superior extension and margins for maximal pharyngeal activity. This also improved the hypernasality, speech, comfort and overall patient acceptance.

  9. Exploiting the Dynamics of Soft Materials for Machine Learning.

    Science.gov (United States)

    Nakajima, Kohei; Hauser, Helmut; Li, Tao; Pfeifer, Rolf

    2018-06-01

    Soft materials are increasingly utilized for various purposes in many engineering applications. These materials have been shown to perform a number of functions that were previously difficult to implement using rigid materials. Here, we argue that the diverse dynamics generated by actuating soft materials can be effectively used for machine learning purposes. This is demonstrated using a soft silicone arm through a technique of multiplexing, which enables the rich transient dynamics of the soft materials to be fully exploited as a computational resource. The computational performance of the soft silicone arm is examined through two standard benchmark tasks. Results show that the soft arm compares well to or even outperforms conventional machine learning techniques under multiple conditions. We then demonstrate that this system can be used for the sensory time series prediction problem for the soft arm itself, which suggests its immediate applicability to a real-world machine learning problem. Our approach, on the one hand, represents a radical departure from traditional computational methods, whereas on the other hand, it fits nicely into a more general perspective of computation by way of exploiting the properties of physical materials in the real world.

  10. Hesitant fuzzy soft sets with application in multicriteria group decision making problems.

    Science.gov (United States)

    Wang, Jian-qiang; Li, Xin-E; Chen, Xiao-hong

    2015-01-01

    Soft sets have been regarded as a useful mathematical tool to deal with uncertainty. In recent years, many scholars have shown an intense interest in soft sets and extended standard soft sets to intuitionistic fuzzy soft sets, interval-valued fuzzy soft sets, and generalized fuzzy soft sets. In this paper, hesitant fuzzy soft sets are defined by combining fuzzy soft sets with hesitant fuzzy sets. And some operations on hesitant fuzzy soft sets based on Archimedean t-norm and Archimedean t-conorm are defined. Besides, four aggregation operations, such as the HFSWA, HFSWG, GHFSWA, and GHFSWG operators, are given. Based on these operators, a multicriteria group decision making approach with hesitant fuzzy soft sets is also proposed. To demonstrate its accuracy and applicability, this approach is finally employed to calculate a numerical example.

  11. Soft factors for double parton scattering at NNLO

    Energy Technology Data Exchange (ETDEWEB)

    Vladimirov, Alexey [Institut für Theoretische Physik, Universität Regensburg,D-93040 Regensburg (Germany)

    2016-12-13

    We show at NNLO that the soft factors for double parton scattering (DPS) for both integrated and unintegrated kinematics, can be presented entirely in the terms of the soft factor for single Drell-Yan process, i.e. the transverse momentum dependent (TMD) soft factor. Using the linearity of the logarithm of TMD soft factor in rapidity divergences, we decompose the DPS soft factor matrices into a product of matrices with rapidity divergences in given sectors, and thus, define individual double parton distributions at NNLO. The rapidity anomalous dimension matrices for double parton distributions are presented in the terms of TMD rapidity anomalous dimension. The analysis is done using the generating function approach to web diagrams. Significant part of the result is obtained from the symmetry properties of web diagrams without referring to explicit expressions or a particular rapidity regularization scheme. Additionally, we present NNLO expression for the web diagram generating function for Wilson lines with two light-like directions.

  12. Diagnosis of response and non-response to dry eye treatment using infrared thermography images

    Science.gov (United States)

    Acharya, U. Rajendra; Tan, Jen Hong; Vidya, S.; Yeo, Sharon; Too, Cheah Loon; Lim, Wei Jie Eugene; Chua, Kuang Chua; Tong, Louis

    2014-11-01

    The dry eye treatment outcome depends on the assessment of clinical relevance of the treatment effect. The potential approach to assess the clinical relevance of the treatment is to identify the symptoms responders and non-responders to the given treatments using the responder analysis. In our work, we have performed the responder analysis to assess the clinical relevance effect of the dry eye treatments namely, hot towel, EyeGiene®, and Blephasteam® twice daily and 12 min session of Lipiflow®. Thermography is performed at week 0 (baseline), at weeks 4 and 12 after treatment. The clinical parameters such as, change in the clinical irritations scores, tear break up time (TBUT), corneal staining and Schirmer's symptoms tests values are used to obtain the responders and non-responders groups. We have obtained the infrared thermography images of dry eye symptoms responders and non-responders to the three types of warming treatments. The energy, kurtosis, skewness, mean, standard deviation, and various entropies namely Shannon, Renyi and Kapoor are extracted from responders and non-responders thermograms. The extracted features are ranked based on t-values. These ranked features are fed to the various classifiers to get the highest performance using minimum features. We have used decision tree (DT), K nearest neighbour (KNN), Naves Bayesian (NB) and support vector machine (SVM) to classify the features into responder and non-responder classes. We have obtained an average accuracy of 99.88%, sensitivity of 99.7% and specificity of 100% using KNN classifier using ten-fold cross validation.

  13. Machine learning search for variable stars

    Science.gov (United States)

    Pashchenko, Ilya N.; Sokolovsky, Kirill V.; Gavras, Panagiotis

    2018-04-01

    Photometric variability detection is often considered as a hypothesis testing problem: an object is variable if the null hypothesis that its brightness is constant can be ruled out given the measurements and their uncertainties. The practical applicability of this approach is limited by uncorrected systematic errors. We propose a new variability detection technique sensitive to a wide range of variability types while being robust to outliers and underestimated measurement uncertainties. We consider variability detection as a classification problem that can be approached with machine learning. Logistic Regression (LR), Support Vector Machines (SVM), k Nearest Neighbours (kNN), Neural Nets (NN), Random Forests (RF), and Stochastic Gradient Boosting classifier (SGB) are applied to 18 features (variability indices) quantifying scatter and/or correlation between points in a light curve. We use a subset of Optical Gravitational Lensing Experiment phase two (OGLE-II) Large Magellanic Cloud (LMC) photometry (30 265 light curves) that was searched for variability using traditional methods (168 known variable objects) as the training set and then apply the NN to a new test set of 31 798 OGLE-II LMC light curves. Among 205 candidates selected in the test set, 178 are real variables, while 13 low-amplitude variables are new discoveries. The machine learning classifiers considered are found to be more efficient (select more variables and fewer false candidates) compared to traditional techniques using individual variability indices or their linear combination. The NN, SGB, SVM, and RF show a higher efficiency compared to LR and kNN.

  14. Automated cloud classification using a ground based infra-red camera and texture analysis techniques

    Science.gov (United States)

    Rumi, Emal; Kerr, David; Coupland, Jeremy M.; Sandford, Andrew P.; Brettle, Mike J.

    2013-10-01

    Clouds play an important role in influencing the dynamics of local and global weather and climate conditions. Continuous monitoring of clouds is vital for weather forecasting and for air-traffic control. Convective clouds such as Towering Cumulus (TCU) and Cumulonimbus clouds (CB) are associated with thunderstorms, turbulence and atmospheric instability. Human observers periodically report the presence of CB and TCU clouds during operational hours at airports and observatories; however such observations are expensive and time limited. Robust, automatic classification of cloud type using infrared ground-based instrumentation offers the advantage of continuous, real-time (24/7) data capture and the representation of cloud structure in the form of a thermal map, which can greatly help to characterise certain cloud formations. The work presented here utilised a ground based infrared (8-14 μm) imaging device mounted on a pan/tilt unit for capturing high spatial resolution sky images. These images were processed to extract 45 separate textural features using statistical and spatial frequency based analytical techniques. These features were used to train a weighted k-nearest neighbour (KNN) classifier in order to determine cloud type. Ground truth data were obtained by inspection of images captured simultaneously from a visible wavelength colour camera at the same installation, with approximately the same field of view as the infrared device. These images were classified by a trained cloud observer. Results from the KNN classifier gave an encouraging success rate. A Probability of Detection (POD) of up to 90% with a Probability of False Alarm (POFA) as low as 16% was achieved.

  15. An Unsupervised kNN Method to Systematically Detect Changes in Protein Localization in High-Throughput Microscopy Images.

    Directory of Open Access Journals (Sweden)

    Alex Xijie Lu

    Full Text Available Despite the importance of characterizing genes that exhibit subcellular localization changes between conditions in proteome-wide imaging experiments, many recent studies still rely upon manual evaluation to assess the results of high-throughput imaging experiments. We describe and demonstrate an unsupervised k-nearest neighbours method for the detection of localization changes. Compared to previous classification-based supervised change detection methods, our method is much simpler and faster, and operates directly on the feature space to overcome limitations in needing to manually curate training sets that may not generalize well between screens. In addition, the output of our method is flexible in its utility, generating both a quantitatively ranked list of localization changes that permit user-defined cut-offs, and a vector for each gene describing feature-wise direction and magnitude of localization changes. We demonstrate that our method is effective at the detection of localization changes using the Δrpd3 perturbation in Saccharomyces cerevisiae, where we capture 71.4% of previously known changes within the top 10% of ranked genes, and find at least four new localization changes within the top 1% of ranked genes. The results of our analysis indicate that simple unsupervised methods may be able to identify localization changes in images without laborious manual image labelling steps.

  16. An Unsupervised kNN Method to Systematically Detect Changes in Protein Localization in High-Throughput Microscopy Images.

    Science.gov (United States)

    Lu, Alex Xijie; Moses, Alan M

    2016-01-01

    Despite the importance of characterizing genes that exhibit subcellular localization changes between conditions in proteome-wide imaging experiments, many recent studies still rely upon manual evaluation to assess the results of high-throughput imaging experiments. We describe and demonstrate an unsupervised k-nearest neighbours method for the detection of localization changes. Compared to previous classification-based supervised change detection methods, our method is much simpler and faster, and operates directly on the feature space to overcome limitations in needing to manually curate training sets that may not generalize well between screens. In addition, the output of our method is flexible in its utility, generating both a quantitatively ranked list of localization changes that permit user-defined cut-offs, and a vector for each gene describing feature-wise direction and magnitude of localization changes. We demonstrate that our method is effective at the detection of localization changes using the Δrpd3 perturbation in Saccharomyces cerevisiae, where we capture 71.4% of previously known changes within the top 10% of ranked genes, and find at least four new localization changes within the top 1% of ranked genes. The results of our analysis indicate that simple unsupervised methods may be able to identify localization changes in images without laborious manual image labelling steps.

  17. Soft cooperation systems and games

    Science.gov (United States)

    Fernández, J. R.; Gallego, I.; Jiménez-Losada, A.; Ordóñez, M.

    2018-04-01

    A cooperative game for a set of agents establishes a fair allocation of the profit obtained for their cooperation. In order to obtain this allocation, a characteristic function is known. It establishes the profit of each coalition of agents if this coalition decides to act alone. Originally players are considered symmetric and then the allocation only depends on the characteristic function; this paper is about cooperative games with an asymmetric set of agents. We introduced cooperative games with a soft set of agents which explains those parameters determining the asymmetry among them in the cooperation. Now the characteristic function is defined not over the coalitions but over the soft coalitions, namely the profit depends not only on the formed coalition but also on the attributes considered for the players in the coalition. The best known of the allocation rules for cooperative games is the Shapley value. We propose a Shapley kind solution for soft games.

  18. Soft x-ray tomography on TFTR

    International Nuclear Information System (INIS)

    Kuo-Petravic, G.

    1988-12-01

    The tomographic method used for deriving soft x-ray local emissivities on TFTR, using one horizontal array of 60 soft x-ray detectors, is described. This method, which is based on inversion of Fourier components and subsequent reconstruction, has been applied to the study of a sawtooth crash. A flattening in the soft x-ray profile, which we interpret as an m = 1 island, is clearly visible during the precursor phase and its location and width correlate well with those from electron temperature profiles reconstructed from electron cyclotron emission measurement. The limitations of the Fourier method, due notably to the aperiodic nature of the signals in the fast crash phase and the difficulty of obtaining accurately the higher Fourier harmonics, are discussed. 9 refs., 13 figs

  19. Multisensory softness perceived compliance from multiple sources of information

    CERN Document Server

    Luca, Massimiliano Di

    2014-01-01

    Offers a unique multidisciplinary overview of how humans interact with soft objects and how multiple sensory signals are used to perceive material properties, with an emphasis on object deformability. The authors describe a range of setups that have been employed to study and exploit sensory signals involved in interactions with compliant objects as well as techniques to simulate and modulate softness - including a psychophysical perspective of the field. Multisensory Softness focuses on the cognitive mechanisms underlying the use of multiple sources of information in softness perception. D

  20. Fuzzy systems and soft computing in nuclear engineering

    International Nuclear Information System (INIS)

    Ruan, D.

    2000-01-01

    This book is an organized edited collection of twenty-one contributed chapters covering nuclear engineering applications of fuzzy systems, neural networks, genetic algorithms and other soft computing techniques. All chapters are either updated review or original contributions by leading researchers written exclusively for this volume. The volume highlights the advantages of applying fuzzy systems and soft computing in nuclear engineering, which can be viewed as complementary to traditional methods. As a result, fuzzy sets and soft computing provide a powerful tool for solving intricate problems pertaining in nuclear engineering. Each chapter of the book is self-contained and also indicates the future research direction on this topic of applications of fuzzy systems and soft computing in nuclear engineering. (orig.)

  1. MRI features of soft-tissue lumps and bumps

    International Nuclear Information System (INIS)

    Zhuang, K.D.; Tandon, A.A.; Ho, B.C.S.; Chong, B.K.

    2014-01-01

    Superficial soft-tissue lesions are frequently encountered by radiologists in everyday practice. Characterization of these soft-tissue lesions remains problematic, despite advances in imaging. By systematically using clinical history, anatomical location, and signal intensity characteristics on MRI images, one can determine the diagnosis for the subset of determinate lesions that have characteristic clinical and imaging features as well as narrow the differential diagnoses for lesions with non-specific or indeterminate characteristics. In this review, a spectrum of histologically proven benign and malignant superficial soft-tissue lesions from a single institution will be presented. In addition, a few tumour-like conditions will be included as they can be encountered during imaging of soft-tissue masses

  2. On-line soft sensing in upstream bioprocessing.

    Science.gov (United States)

    Randek, Judit; Mandenius, Carl-Fredrik

    2018-02-01

    This review provides an overview and a critical discussion of novel possibilities of applying soft sensors for on-line monitoring and control of industrial bioprocesses. Focus is on bio-product formation in the upstream process but also the integration with other parts of the process is addressed. The term soft sensor is used for the combination of analytical hardware data (from sensors, analytical devices, instruments and actuators) with mathematical models that create new real-time information about the process. In particular, the review assesses these possibilities from an industrial perspective, including sensor performance, information value and production economy. The capabilities of existing analytical on-line techniques are scrutinized in view of their usefulness in soft sensor setups and in relation to typical needs in bioprocessing in general. The review concludes with specific recommendations for further development of soft sensors for the monitoring and control of upstream bioprocessing.

  3. Phase space and jet definitions in soft-collinear effective theory

    International Nuclear Information System (INIS)

    Cheung, William Man-Yin; Luke, Michael; Zuberi, Saba

    2009-01-01

    We discuss consistent power counting for integrating soft and collinear degrees of freedom over arbitrary regions of phase space in the soft-collinear effective theory, and illustrate our results at one-loop with several jet algorithms: JADE, Sterman-Weinberg and k perpendicular . Consistently applying soft-collinear effective theory power counting in phase space, along with nontrivial zero-bin subtractions, prevents double counting of final states. The resulting phase space integrals over soft and collinear regions are individually ultraviolet divergent, but the phase space ultraviolet divergences cancel in the sum. Whether the soft and collinear contributions are individually infrared safe depends on the jet definition. We show that while this is true at one-loop for JADE and Sterman-Weinberg, the k perpendicular algorithm does not factorize into individually infrared safe soft and collinear pieces in dimensional regularization. We point out that this statement depends on the ultraviolet regulator, and that in a cutoff scheme the soft functions are infrared safe.

  4. Soft Legged Wheel-Based Robot with Terrestrial Locomotion Abilities

    Directory of Open Access Journals (Sweden)

    Ali Sadeghi

    2016-12-01

    Full Text Available In recent years robotics has been influenced by a new approach, soft-robotics, bringing the idea that safe interaction with user and more adaptation to the environment can be achieved by exploiting easily deformable materials and flexible components in the structure of robots. In 2016, the soft-robotics community has promoted a new robotics challenge, named RoboSoft Grand Challenge, with the aim of bringing together different opinions on the usefulness and applicability of softness and compliancy in robotics. In this paper we describe the design and implementation of a terrestrial robot based on two soft legged wheels. The tasks predefined by the challenge were set as targets in the robot design, which finally succeeded to accomplish all the tasks. The wheels of the robot can passively climb over stairs and adapt to slippery grounds using two soft legs embedded in their structure. The soft legs, fabricated by integration of soft and rigid materials and mounted on the circumference of a conventional wheel, succeed to enhance its functionality and easily adapt to unknown grounds. The robot has a semi stiff tail that helps in the stabilization and climbing of stairs. An active wheel is embedded at the extremity of the tail in order to increase the robot maneuverability in narrow environments. Moreover two parallelogram linkages let the robot to reconfigure and shrink its size allowing entering inside gates smaller than its initial dimensions.

  5. Triggering soft bombs at the LHC

    Science.gov (United States)

    Knapen, Simon; Griso, Simone Pagan; Papucci, Michele; Robinson, Dean J.

    2017-08-01

    Very high multiplicity, spherically-symmetric distributions of soft particles, with p T ˜ few×100 MeV, may be a signature of strongly-coupled hidden valleys that exhibit long, efficient showering windows. With traditional triggers, such `soft bomb' events closely resemble pile-up and are therefore only recorded with minimum bias triggers at a very low efficiency. We demonstrate a proof-of-concept for a high-level triggering strategy that efficiently separates soft bombs from pile-up by searching for a `belt of fire': a high density band of hits on the innermost layer of the tracker. Seeding our proposed high-level trigger with existing jet, missing transverse energy or lepton hardware-level triggers, we show that net trigger efficiencies of order 10% are possible for bombs of mass several × 100 GeV. We also consider the special case that soft bombs are the result of an exotic decay of the 125 GeV Higgs. The fiducial rate for `Higgs bombs' triggered in this manner is marginally higher than the rate achievable by triggering directly on a hard muon from associated Higgs production.

  6. The Hard Facts about Soft-Skills Software.

    Science.gov (United States)

    Barron, Tom

    1998-01-01

    Although many trainers are using off-the-shelf courseware in a broad soft-skills training program, the perfect product has yet to be developed. Many multimedia soft-skills programs are custom developed for specific companies. Continuing technological improvements may make them more universally useful. (JOW)

  7. Subsubleading soft theorems of gravitons and dilatons in the bosonic string

    International Nuclear Information System (INIS)

    Vecchia, Paolo Di; Marotta, Raffaele; Mojaza, Matin

    2016-01-01

    Starting from the amplitude with an arbitrary number of massless closed states of the bosonic string, we compute the soft limit when one of the states becomes soft to subsubleading order in the soft momentum expansion, and we show that when the soft state is a graviton or a dilaton, the full string amplitude can be expressed as a soft theorem through subsubleading order. It turns out that there are string corrections to the field theoretical limit in the case of a soft graviton, while for a soft dilaton the string corrections vanish. We then show that the new soft theorems, including the string corrections, can be simply obtained from the exchange diagrams where the soft state is attached to the other external states through the three-point string vertex of three massless states. In the soft-limit, the propagator of the exchanged state is divergent, and at tree-level these are the only divergent contributions to the full amplitude. However, they do not form a gauge invariant subset and must be supplemented with extra non-singular terms. The requirement of gauge invariance then fixes the complete amplitude through subsubleading order in the soft expansion, reproducing exactly what one gets from the explicit calculation in string theory. From this it is seen that the string corrections at subsubleading order arise as a consequence of the three-point amplitude having string corrections in the bosonic string. When specialized to a soft dilaton, it remarkably turns out that the string corrections vanish and that the non-singular piece of the subsubleading term of the dilaton soft theorem is the generator of space-time special conformal transformation.

  8. CT discography for cervical soft disc hernia

    International Nuclear Information System (INIS)

    Iwasa, Kenichi; Mizutani, Shigeru; Morimoto, Hiroyuki; Yamada, Hidehito; Iwasa, Satoru

    1985-01-01

    In this study the effectiveness of computed tomographic discography (CTD) in diagnosing cervical soft disc hernia was evaluated. Twenty-five interververtebral discs of 15 cases with cervical soft disc hernia were examined with a discography and then a CT scan. Results of the CT scan were as follows: three discs were protruded, 12 discs were prolapsed, 6 discs were extruded, and 4 discs were sequestrated. The findings were helpful in determining the location of soft disc hernians between the median and posterolateral discs. They were also valuable in classifying types of hernians and surgical aproaches. (author)

  9. Understanding soft condensed matter via modeling and computation

    CERN Document Server

    Shi, An-Chang

    2011-01-01

    All living organisms consist of soft matter. For this reason alone, it is important to be able to understand and predict the structural and dynamical properties of soft materials such as polymers, surfactants, colloids, granular matter and liquids crystals. To achieve a better understanding of soft matter, three different approaches have to be integrated: experiment, theory and simulation. This book focuses on the third approach - but always in the context of the other two.

  10. Elastic Inflatable Actuators for Soft Robotic Applications.

    Science.gov (United States)

    Gorissen, Benjamin; Reynaerts, Dominiek; Konishi, Satoshi; Yoshida, Kazuhiro; Kim, Joon-Wan; De Volder, Michael

    2017-11-01

    The 20th century's robotic systems have been made from stiff materials, and much of the developments have pursued ever more accurate and dynamic robots, which thrive in industrial automation, and will probably continue to do so for decades to come. However, the 21st century's robotic legacy may very well become that of soft robots. This emerging domain is characterized by continuous soft structures that simultaneously fulfill the role of robotic link and actuator, where prime focus is on design and fabrication of robotic hardware instead of software control. These robots are anticipated to take a prominent role in delicate tasks where classic robots fail, such as in minimally invasive surgery, active prosthetics, and automation tasks involving delicate irregular objects. Central to the development of these robots is the fabrication of soft actuators. This article reviews a particularly attractive type of soft actuators that are driven by pressurized fluids. These actuators have recently gained traction on the one hand due to the technology push from better simulation tools and new manufacturing technologies, and on the other hand by a market pull from applications. This paper provides an overview of the different advanced soft actuator configurations, their design, fabrication, and applications. © 2017 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  11. Soft Dielectric Elastomer Oscillators Driving Bioinspired Robots.

    Science.gov (United States)

    Henke, E-F Markus; Schlatter, Samuel; Anderson, Iain A

    2017-12-01

    Entirely soft robots with animal-like behavior and integrated artificial nervous systems will open up totally new perspectives and applications. To produce them, we must integrate control and actuation in the same soft structure. Soft actuators (e.g., pneumatic and hydraulic) exist but electronics are hard and stiff and remotely located. We present novel soft, electronics-free dielectric elastomer oscillators, which are able to drive bioinspired robots. As a demonstrator, we present a robot that mimics the crawling motion of the caterpillar, with an integrated artificial nervous system, soft actuators and without any conventional stiff electronic parts. Supplied with an external DC voltage, the robot autonomously generates all signals that are necessary to drive its dielectric elastomer actuators, and it translates an in-plane electromechanical oscillation into a crawling locomotion movement. Therefore, all functional and supporting parts are made of polymer materials and carbon. Besides the basic design of this first electronic-free, biomimetic robot, we present prospects to control the general behavior of such robots. The absence of conventional stiff electronics and the exclusive use of polymeric materials will provide a large step toward real animal-like robots, compliant human machine interfaces, and a new class of distributed, neuron-like internal control for robotic systems.

  12. Terrestrial neutron-induced soft errors in advanced memory devices

    CERN Document Server

    Nakamura, Takashi; Ibe, Eishi; Yahagi, Yasuo; Kameyama, Hideaki

    2008-01-01

    Terrestrial neutron-induced soft errors in semiconductor memory devices are currently a major concern in reliability issues. Understanding the mechanism and quantifying soft-error rates are primarily crucial for the design and quality assurance of semiconductor memory devices. This book covers the relevant up-to-date topics in terrestrial neutron-induced soft errors, and aims to provide succinct knowledge on neutron-induced soft errors to the readers by presenting several valuable and unique features. Sample Chapter(s). Chapter 1: Introduction (238 KB). Table A.30 mentioned in Appendix A.6 on

  13. Poster abstract: A machine learning approach for vehicle classification using passive infrared and ultrasonic sensors

    KAUST Repository

    Warriach, Ehsan Ullah; Claudel, Christian G.

    2013-01-01

    This article describes the implementation of four different machine learning techniques for vehicle classification in a dual ultrasonic/passive infrared traffic flow sensors. Using k-NN, Naive Bayes, SVM and KNN-SVM algorithms, we show that KNN

  14. Evaluating a k-nearest neighbours-based classifier for locating faulty areas in power systems

    Directory of Open Access Journals (Sweden)

    Juan José Mora Flórez

    2008-09-01

    Full Text Available This paper reports a strategy for identifying and locating faults in a power distribution system. The strategy was based on the K-nearest neighbours technique. This technique simply helps to estimate a distance from the features used for describing a particu-lar fault being classified to the faults presented during the training stage. If new data is presented to the proposed fault locator, it is classified according to the nearest example recovered. A characterisation of the voltage and current measurements obtained at one single line end is also presented in this document for assigning the area in the case of a fault in a power system. The pro-posed strategy was tested in a real power distribution system, average 93% confidence indexes being obtained which gives a good indicator of the proposal’s high performance. The results showed how a fault could be located by using features obtained from voltage and current, improving utility response and thereby improving system continuity indexes in power distribution sys-tems.

  15. 3D printed soft parallel actuator

    Science.gov (United States)

    Zolfagharian, Ali; Kouzani, Abbas Z.; Khoo, Sui Yang; Noshadi, Amin; Kaynak, Akif

    2018-04-01

    This paper presents a 3-dimensional (3D) printed soft parallel contactless actuator for the first time. The actuator involves an electro-responsive parallel mechanism made of two segments namely active chain and passive chain both 3D printed. The active chain is attached to the ground from one end and constitutes two actuator links made of responsive hydrogel. The passive chain, on the other hand, is attached to the active chain from one end and consists of two rigid links made of polymer. The actuator links are printed using an extrusion-based 3D-Bioplotter with polyelectrolyte hydrogel as printer ink. The rigid links are also printed by a 3D fused deposition modelling (FDM) printer with acrylonitrile butadiene styrene (ABS) as print material. The kinematics model of the soft parallel actuator is derived via transformation matrices notations to simulate and determine the workspace of the actuator. The printed soft parallel actuator is then immersed into NaOH solution with specific voltage applied to it via two contactless electrodes. The experimental data is then collected and used to develop a parametric model to estimate the end-effector position and regulate kinematics model in response to specific input voltage over time. It is observed that the electroactive actuator demonstrates expected behaviour according to the simulation of its kinematics model. The use of 3D printing for the fabrication of parallel soft actuators opens a new chapter in manufacturing sophisticated soft actuators with high dexterity and mechanical robustness for biomedical applications such as cell manipulation and drug release.

  16. PREFACE: International Symposium on Non-Equilibrium Soft Matter 2010 International Symposium on Non-Equilibrium Soft Matter 2010

    Science.gov (United States)

    Kawakatsu, T.; Matsuyama, A.; Ohta, T.; Tanaka, H.; Tanaka, S.

    2011-07-01

    Soft matter is a rapidly growing interdisciplinary research field covering a range of subject areas including physics, chemistry, biology, mathematics and engineering. Some of the important universal features of these materials are their mesoscopic structures and their dynamics. Due to the existence of such large-scale structures, which nevertheless exhibit interactions of the order of the thermal energy, soft matter can readily be taken out of equilibrium by imposing a weak external field such as an electric field, a mechanical stress or a shear flow. The importance of the coexistence of microscopic molecular dynamics and the mesoscopic/macroscopic structures and flows requires us to develop hierarchical approaches to understand the nonlinear and nonequilibrium phenomena, which is one of the central issues of current soft matter research. This special section presents selected contributions from the 'International Symposium on Non-Equilibrium Soft Matter 2010' held from 17-20 August 2010 in Nara, Japan, which aimed to describe recent advances in soft matter research focusing especially on its nonequilibrium aspects. The topics discussed cover statics and dynamics of a wide variety of materials ranging from traditional soft matter like polymers, gels, emulsions, liquid crystals and colloids to biomaterials such as biopolymers and biomembranes. Among these studies, we highlighted the physics of biomembranes and vesicles, which has attracted great attention during the last decade; we organized a special session for this active field. The work presented in this issue deals with (1) structure formation in biomembranes and vesicles, (2) rheology of polymers and gels, (3) mesophases in block copolymers, (4) mesoscopic structures in liquid crystals and ionic liquids, and (5) nonequilibrium dynamics. This symposium was organized as part of a research project supported by the Grant-in-Aid for the priority area 'Soft Matter Physics' (2006-2010) from the Ministry of Education

  17. Double soft theorem for perturbative gravity

    OpenAIRE

    Saha, Arnab

    2016-01-01

    Following up on the recent work of Cachazo, He and Yuan \\cite{arXiv:1503.04816 [hep-th]}, we derive the double soft graviton theorem in perturbative gravity. We show that the double soft theorem derived using CHY formula precisely matches with the perturbative computation involving Feynman diagrams. In particular, we find how certain delicate limits of Feynman diagrams play an important role in obtaining this equivalence.

  18. Fracture in Soft Materials

    DEFF Research Database (Denmark)

    Hassager, Ole

    Fracture is a phenomenon that is generally associated with solids. A key element in fracture theory is the so-called weakest link idea that fracture initiates from the largest pre-existing material imperfection. However, recent work has demonstrated that fracture can also happen in liquids, where...... surface tension will act to suppress such imperfections. Therefore, the weakest link idea does not seem immediately applicable to fracture in liquids. This presentation will review fracture in liquids and argue that fracture in soft liquids is a material property independent of pre-existing imperfections....... The following questions then emerge: What is the material description needed to predict crack initiation, crack speed and crack shape in soft materials and liquids....

  19. Novelty Search for Soft Robotic Space Exploration

    NARCIS (Netherlands)

    Methenitis, G.; Hennes, D.; Izzo, D.; Visser, A.

    2015-01-01

    The use of soft robots in future space exploration is still a far-fetched idea, but an attractive one. Soft robots are inherently compliant mechanisms that are well suited for locomotion on rough terrain as often faced in extra-planetary environments. Depending on the particular application and

  20. Novelty search for soft robotic space exploration

    NARCIS (Netherlands)

    G. Methenitis (Georgios); D. Hennes; D. Izzo; A. Visser

    2015-01-01

    textabstractThe use of soft robots in future space exploration is still a far-fetched idea, but an attractive one. Soft robots are inherently compliant mechanisms that are well suited for locomotion on rough terrain as often faced in extra-planetary environments. Depending on the particular