Sample records for filtros robustos rm-knn

  1. Secure and Efficient k-NN Queries⋆

    PubMed Central

    Asif, Hafiz; Vaidya, Jaideep; Shafiq, Basit; Adam, Nabil

    2017-01-01

    Given the morass of available data, ranking and best match queries are often used to find records of interest. As such, k-NN queries, which give the k closest matches to a query point, are of particular interest, and have many applications. We study this problem in the context of the financial sector, wherein an investment portfolio database is queried for matching portfolios. Given the sensitivity of the information involved, our key contribution is to develop a secure k-NN computation protocol that can enable the computation k-NN queries in a distributed multi-party environment while taking domain semantics into account. The experimental results show that the proposed protocols are extremely efficient. PMID:29218333

  2. RM-CLEAN: RM spectra cleaner

    NASA Astrophysics Data System (ADS)

    Heald, George

    2017-08-01

    RM-CLEAN reads in dirty Q and U cubes, generates rmtf based on the frequencies given in an ASCII file, and cleans the RM spectra following the algorithm given by Brentjens (2007). The output cubes contain the clean model components and the CLEANed RM spectra. The input cubes must be reordered with mode=312, and the output cubes will have the same ordering and thus must be reordered after being written to disk. RM-CLEAN runs as a MIRIAD (ascl:1106.007) task and a Python wrapper is included with the code.

  3. Fabrication of transparent lead-free KNN glass ceramics by incorporation method

    PubMed Central

    2012-01-01

    The incorporation method was employed to produce potassium sodium niobate [KNN] (K0.5Na0.5NbO3) glass ceramics from the KNN-SiO2 system. This incorporation method combines a simple mixed-oxide technique for producing KNN powder and a conventional melt-quenching technique to form the resulting glass. KNN was calcined at 800°C and subsequently mixed with SiO2 in the KNN:SiO2 ratio of 75:25 (mol%). The successfully produced optically transparent glass was then subjected to a heat treatment schedule at temperatures ranging from 525°C -575°C for crystallization. All glass ceramics of more than 40% transmittance crystallized into KNN nanocrystals that were rectangular in shape and dispersed well throughout the glass matrix. The crystal size and crystallinity were found to increase with increasing heat treatment temperature, which in turn plays an important role in controlling the properties of the glass ceramics, including physical, optical, and dielectric properties. The transparency of the glass samples decreased with increasing crystal size. The maximum room temperature dielectric constant (εr) was as high as 474 at 10 kHz with an acceptable low loss (tanδ) around 0.02 at 10 kHz. PMID:22340426

  4. Distributed Computation of the knn Graph for Large High-Dimensional Point Sets

    PubMed Central

    Plaku, Erion; Kavraki, Lydia E.

    2009-01-01

    High-dimensional problems arising from robot motion planning, biology, data mining, and geographic information systems often require the computation of k nearest neighbor (knn) graphs. The knn graph of a data set is obtained by connecting each point to its k closest points. As the research in the above-mentioned fields progressively addresses problems of unprecedented complexity, the demand for computing knn graphs based on arbitrary distance metrics and large high-dimensional data sets increases, exceeding resources available to a single machine. In this work we efficiently distribute the computation of knn graphs for clusters of processors with message passing. Extensions to our distributed framework include the computation of graphs based on other proximity queries, such as approximate knn or range queries. Our experiments show nearly linear speedup with over one hundred processors and indicate that similar speedup can be obtained with several hundred processors. PMID:19847318

  5. Accelerating k-NN Algorithm with Hybrid MPI and OpenSHMEM

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

    Lin, Jian; Hamidouche, Khaled; Zheng, Jie

    2015-08-05

    Machine Learning algorithms are benefiting from the continuous improvement of programming models, including MPI, MapReduce and PGAS. k-Nearest Neighbors (k-NN) algorithm is a widely used machine learning algorithm, applied to supervised learning tasks such as classification. Several parallel implementations of k-NN have been proposed in the literature and practice. However, on high-performance computing systems with high-speed interconnects, it is important to further accelerate existing designs of the k-NN algorithm through taking advantage of scalable programming models. To improve the performance of k-NN on large-scale environment with InfiniBand network, this paper proposes several alternative hybrid MPI+OpenSHMEM designs and performs a systemicmore » evaluation and analysis on typical workloads. The hybrid designs leverage the one-sided memory access to better overlap communication with computation than the existing pure MPI design, and propose better schemes for efficient buffer management. The implementation based on k-NN program from MaTEx with MVAPICH2-X (Unified MPI+PGAS Communication Runtime over InfiniBand) shows up to 9.0% time reduction for training KDD Cup 2010 workload over 512 cores, and 27.6% time reduction for small workload with balanced communication and computation. Experiments of running with varied number of cores show that our design can maintain good scalability.« less

  6. Statistical analysis for validating ACO-KNN algorithm as feature selection in sentiment analysis

    NASA Astrophysics Data System (ADS)

    Ahmad, Siti Rohaidah; Yusop, Nurhafizah Moziyana Mohd; Bakar, Azuraliza Abu; Yaakub, Mohd Ridzwan

    2017-10-01

    This research paper aims to propose a hybrid of ant colony optimization (ACO) and k-nearest neighbor (KNN) algorithms as feature selections for selecting and choosing relevant features from customer review datasets. Information gain (IG), genetic algorithm (GA), and rough set attribute reduction (RSAR) were used as baseline algorithms in a performance comparison with the proposed algorithm. This paper will also discuss the significance test, which was used to evaluate the performance differences between the ACO-KNN, IG-GA, and IG-RSAR algorithms. This study evaluated the performance of the ACO-KNN algorithm using precision, recall, and F-score, which were validated using the parametric statistical significance tests. The evaluation process has statistically proven that this ACO-KNN algorithm has been significantly improved compared to the baseline algorithms. The evaluation process has statistically proven that this ACO-KNN algorithm has been significantly improved compared to the baseline algorithms. In addition, the experimental results have proven that the ACO-KNN can be used as a feature selection technique in sentiment analysis to obtain quality, optimal feature subset that can represent the actual data in customer review data.

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

    PubMed

    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.

  8. An Examination of Diameter Density Prediction with k-NN and Airborne Lidar

    DOE PAGES

    Strunk, Jacob L.; Gould, Peter J.; Packalen, Petteri; ...

    2017-11-16

    While lidar-based forest inventory methods have been widely demonstrated, performances of methods to predict tree diameters with airborne lidar (lidar) are not well understood. One cause for this is that the performance metrics typically used in studies for prediction of diameters can be difficult to interpret, and may not support comparative inferences between sampling designs and study areas. To help with this problem we propose two indices and use them to evaluate a variety of lidar and k nearest neighbor (k-NN) strategies for prediction of tree diameter distributions. The indices are based on the coefficient of determination ( R 2),more » and root mean square deviation (RMSD). Both of the indices are highly interpretable, and the RMSD-based index facilitates comparisons with alternative (non-lidar) inventory strategies, and with projects in other regions. K-NN diameter distribution prediction strategies were examined using auxiliary lidar for 190 training plots distribute across the 800 km 2 Savannah River Site in South Carolina, USA. In conclusion, we evaluate the performance of k-NN with respect to distance metrics, number of neighbors, predictor sets, and response sets. K-NN and lidar explained 80% of variability in diameters, and Mahalanobis distance with k = 3 neighbors performed best according to a number of criteria.« less

  9. An Examination of Diameter Density Prediction with k-NN and Airborne Lidar

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

    Strunk, Jacob L.; Gould, Peter J.; Packalen, Petteri

    While lidar-based forest inventory methods have been widely demonstrated, performances of methods to predict tree diameters with airborne lidar (lidar) are not well understood. One cause for this is that the performance metrics typically used in studies for prediction of diameters can be difficult to interpret, and may not support comparative inferences between sampling designs and study areas. To help with this problem we propose two indices and use them to evaluate a variety of lidar and k nearest neighbor (k-NN) strategies for prediction of tree diameter distributions. The indices are based on the coefficient of determination ( R 2),more » and root mean square deviation (RMSD). Both of the indices are highly interpretable, and the RMSD-based index facilitates comparisons with alternative (non-lidar) inventory strategies, and with projects in other regions. K-NN diameter distribution prediction strategies were examined using auxiliary lidar for 190 training plots distribute across the 800 km 2 Savannah River Site in South Carolina, USA. In conclusion, we evaluate the performance of k-NN with respect to distance metrics, number of neighbors, predictor sets, and response sets. K-NN and lidar explained 80% of variability in diameters, and Mahalanobis distance with k = 3 neighbors performed best according to a number of criteria.« less

  10. A multiple-point spatially weighted k-NN method for object-based classification

    NASA Astrophysics Data System (ADS)

    Tang, Yunwei; Jing, Linhai; Li, Hui; Atkinson, Peter M.

    2016-10-01

    Object-based classification, commonly referred to as object-based image analysis (OBIA), is now commonly regarded as able to produce more appealing classification maps, often of greater accuracy, than pixel-based classification and its application is now widespread. Therefore, improvement of OBIA using spatial techniques is of great interest. In this paper, multiple-point statistics (MPS) is proposed for object-based classification enhancement in the form of a new multiple-point k-nearest neighbour (k-NN) classification method (MPk-NN). The proposed method first utilises a training image derived from a pre-classified map to characterise the spatial correlation between multiple points of land cover classes. The MPS borrows spatial structures from other parts of the training image, and then incorporates this spatial information, in the form of multiple-point probabilities, into the k-NN classifier. Two satellite sensor images with a fine spatial resolution were selected to evaluate the new method. One is an IKONOS image of the Beijing urban area and the other is a WorldView-2 image of the Wolong mountainous area, in China. The images were object-based classified using the MPk-NN method and several alternatives, including the k-NN, the geostatistically weighted k-NN, the Bayesian method, the decision tree classifier (DTC), and the support vector machine classifier (SVM). It was demonstrated that the new spatial weighting based on MPS can achieve greater classification accuracy relative to the alternatives and it is, thus, recommended as appropriate for object-based classification.

  11. Attention Recognition in EEG-Based Affective Learning Research Using CFS+KNN Algorithm.

    PubMed

    Hu, Bin; Li, Xiaowei; Sun, Shuting; Ratcliffe, Martyn

    2018-01-01

    The research detailed in this paper focuses on the processing of Electroencephalography (EEG) data to identify attention during the learning process. The identification of affect using our procedures is integrated into a simulated distance learning system that provides feedback to the user with respect to attention and concentration. The authors propose a classification procedure that combines correlation-based feature selection (CFS) and a k-nearest-neighbor (KNN) data mining algorithm. To evaluate the CFS+KNN algorithm, it was test against CFS+C4.5 algorithm and other classification algorithms. The classification performance was measured 10 times with different 3-fold cross validation data. The data was derived from 10 subjects while they were attempting to learn material in a simulated distance learning environment. A self-assessment model of self-report was used with a single valence to evaluate attention on 3 levels (high, neutral, low). It was found that CFS+KNN had a much better performance, giving the highest correct classification rate (CCR) of % for the valence dimension divided into three classes.

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

    NASA Astrophysics Data System (ADS)

    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.

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

    NASA Astrophysics Data System (ADS)

    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.

  14. Errores fotométricos debido al uso del filtro anular de mediana en imágenes CCD

    NASA Astrophysics Data System (ADS)

    Gil-Hutton, R.; Cañada, M.; Noel, N.

    El filtro anular de mediana tiene la importante propiedad de tener una escala claramente definida, lo que permite remover de una imagen CCD todos los objetos con tamaños menores a esta escala, independientemente de su morfología particular, y reemplazarlos por el correspondiente ``background" local. Este filtro es de gran utilidad para remover gradientes de fondo, ``fringing" y halos de objetos extendidos mediante el simple procedimiento de restar a la imagen original una imagen filtrada, repitiendo el proceso las veces que sea necesario. En este trabajo se presentan resultados sobre los errores que introduce este filtro en la fotometría de objetos con diferente relación S/N y su aplicación a imágenes con gradientes de fondo y ``fringing".

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

    NASA Astrophysics Data System (ADS)

    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.

  16. RM2: rms error comparisons

    NASA Technical Reports Server (NTRS)

    Rice, R. F.

    1976-01-01

    The root-mean-square error performance measure is used to compare the relative performance of several widely known source coding algorithms with the RM2 image data compression system. The results demonstrate that RM2 has a uniformly significant performance advantage.

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

    NASA Astrophysics Data System (ADS)

    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.

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

    PubMed

    Peña-Jiménez, Jesús-Alejandro; González, Federico; López-Juárez, Rigoberto; Hernández-Alcántara, José-Manuel; Camarillo, Enrique; Murrieta-Sánchez, Héctor; Pardo, Lorena; Villafuerte-Castrejón, María-Elena

    2016-09-28

    The solid-state method was used to synthesize single phase potassium-sodium niobate (KNN) co-doped with the La 3+ -Mn 4+ and Eu 3+ -Fe 3+ 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 La 3+ -Mn 4+ and Eu 3+ -Fe 3+ 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.

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

    PubMed Central

    Peña-Jiménez, Jesús-Alejandro; González, Federico; López-Juárez, Rigoberto; Hernández-Alcántara, José-Manuel; Camarillo, Enrique; Murrieta-Sánchez, Héctor; Pardo, Lorena; Villafuerte-Castrejón, María-Elena

    2016-01-01

    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. PMID:28773925

  20. Activity Recognition in Egocentric video using SVM, kNN and Combined SVMkNN Classifiers

    NASA Astrophysics Data System (ADS)

    Sanal Kumar, K. P.; Bhavani, R., Dr.

    2017-08-01

    Egocentric vision is a unique perspective in computer vision which is human centric. The recognition of egocentric actions is a challenging task which helps in assisting elderly people, disabled patients and so on. In this work, life logging activity videos are taken as input. There are 2 categories, first one is the top level and second one is second level. Here, the recognition is done using the features like Histogram of Oriented Gradients (HOG), Motion Boundary Histogram (MBH) and Trajectory. The features are fused together and it acts as a single feature. The extracted features are reduced using Principal Component Analysis (PCA). The features that are reduced are provided as input to the classifiers like Support Vector Machine (SVM), k nearest neighbor (kNN) and combined Support Vector Machine (SVM) and k Nearest Neighbor (kNN) (combined SVMkNN). These classifiers are evaluated and the combined SVMkNN provided better results than other classifiers in the literature.

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

    NASA Astrophysics Data System (ADS)

    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.

  2. Yersinia ruckeri sp. nov., the redmouth (RM) bacterium

    USGS Publications Warehouse

    Ewing, W.H.; Ross, A.J.; Brenner, Don J.; Fanning, G. R.

    1978-01-01

    Cultures of the redmouth (RM) bacterium, one of the etiological agents of redmouth disease in rainbow trout (Salmo gairdneri) and certain other fishes, were characterized by means of their biochemical reactions, by deoxyribonucleic acid (DNA) hybridization, and by determination of guanine-plus-cytosine (G+C) ratios in DNA. The DNA relatedness studies confirmed the fact that the RM bacteria are members of the family Enterobacteriaceae and that they comprise a single species that is not closely related to any other species of Enterobacteriaceae. They are about 30% related to species of both Serratia and Yersinia. A comparison of the biochemical reactions of RM bacteria and serratiae indicated that there are many differences between these organisms and that biochemically the RM bacteria are most closely related to yersiniae. The G+C ratios of RM bacteria were approximated to be between 47.5 and 48.5% These values are similar to those of yersiniae but markedly different from those of serratiae. On the basis of their biochemical reactions and their G+C ratios, the RM bacteria are considered to be a new species of Yersinia, for which the name Yersinia ruckeri is proposed. Strain 2396-61 (= ATCC 29473) is designated the type strain of the species.

  3. Using the load-velocity relationship for 1RM prediction.

    PubMed

    Jidovtseff, Boris; Harris, Nigel K; Crielaard, Jean-Michel; Cronin, John B

    2011-01-01

    The purpose of this study was to investigate the ability of the load-velocity relationship to accurately predict a bench press 1 repetition maximum (1RM). Data from 3 different bench press studies (n = 112) that incorporated both 1RM assessment and submaximal load-velocity profiling were analyzed. Individual regression analysis was performed to determine the theoretical load at zero velocity (LD0). Data from each of the 3 studies were analyzed separately and also presented as overall group mean. Thereafter, correlation analysis provided quantification of the relationships between 1RM and LD0. Practically perfect correlations (r = ∼0.95) were observed in our samples, confirming the ability of the load-velocity profile to accurately predict bench press 1RM.

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

    PubMed Central

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

    2005-01-01

    Background 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. Results 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. Conclusion Using LOOCV error of k-NNs as the evaluation criterion, three

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

    PubMed

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

    2005-07-26

    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

  6. Characterization and application of enterocin RM6, a bacteriocin from Enterococcus faecalis.

    PubMed

    Huang, En; Zhang, Liwen; Chung, Yoon-Kyung; Zheng, Zuoxing; Yousef, Ahmed E

    2013-01-01

    Use of bacteriocins in food preservation has received great attention in recent years. The goal of this study is to characterize enterocin RM6 from Enterococcus faecalis OSY-RM6 and investigate its efficacy against Listeria monocytogenes in cottage cheese. Enterocin RM6 was purified from E. faecalis culture supernatant using ion exchange column, multiple C18-silica cartridges, followed by reverse-phase high-performance liquid chromatography. The molecular weight of enterocin RM6 is 7145.0823 as determined by mass spectrometry (MS). Tandem mass spectrometry (MS/MS) analysis revealed that enterocin RM6 is a 70-residue cyclic peptide with a head-to-tail linkage between methionine and tryptophan residues. The peptide sequence of enterocin RM6 was further confirmed by sequencing the structural gene of the peptide. Enterocin RM6 is active against Gram-positive bacteria, including L. monocytogenes, Bacillus cereus, and methicillin-resistant Staphylococcus aureus (MRSA). Enterocin RM6 (final concentration in cottage cheese, 80 AU/mL) caused a 4-log reduction in population of L. monocytogenes inoculated in cottage cheese within 30 min of treatment. Therefore, enterocin RM6 has potential applications as a potent antimicrobial peptide against foodborne pathogens in food.

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

    PubMed

    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.

  8. A comparative study of the svm and k-nn machine learning algorithms for the diagnosis of respiratory pathologies using pulmonary acoustic signals

    PubMed Central

    2014-01-01

    Background 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. Results 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. Conclusion 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. PMID:24970564

  9. Rehabilitation Medicine Educational Experiences: A Retrospective Study of Exposure to RM.

    ERIC Educational Resources Information Center

    Dobmeyer, Thomas W.

    1979-01-01

    A study was conducted to determine: the effect of rehabilitation medicine (RM) educational experiences during medical school on physicians' awareness of RM; attitude toward RM; the management of long-term care; and the tendency to seek expert consultation and patient referral when necessary. (Author/MH)

  10. Characterization and Application of Enterocin RM6, a Bacteriocin from Enterococcus faecalis

    PubMed Central

    Chung, Yoon-Kyung; Yousef, Ahmed E.

    2013-01-01

    Use of bacteriocins in food preservation has received great attention in recent years. The goal of this study is to characterize enterocin RM6 from Enterococcus faecalis OSY-RM6 and investigate its efficacy against Listeria monocytogenes in cottage cheese. Enterocin RM6 was purified from E. faecalis culture supernatant using ion exchange column, multiple C18-silica cartridges, followed by reverse-phase high-performance liquid chromatography. The molecular weight of enterocin RM6 is 7145.0823 as determined by mass spectrometry (MS). Tandem mass spectrometry (MS/MS) analysis revealed that enterocin RM6 is a 70-residue cyclic peptide with a head-to-tail linkage between methionine and tryptophan residues. The peptide sequence of enterocin RM6 was further confirmed by sequencing the structural gene of the peptide. Enterocin RM6 is active against Gram-positive bacteria, including L. monocytogenes, Bacillus cereus, and methicillin-resistant Staphylococcus aureus (MRSA). Enterocin RM6 (final concentration in cottage cheese, 80 AU/mL) caused a 4-log reduction in population of L. monocytogenes inoculated in cottage cheese within 30 min of treatment. Therefore, enterocin RM6 has potential applications as a potent antimicrobial peptide against foodborne pathogens in food. PMID:23844357

  11. The population dynamics of bacteria, phage and RM Systems

    NASA Astrophysics Data System (ADS)

    Guet, Calin; Levin, Bruce; Pleska, Maros

    Viruses drive and mediate bacterial evolution as parasites and vectors of horizontal gene transfer, respectively. Temperate bacteriophages, defined by the ability to lysogenize a fraction of hosts and to transmit horizontally as well as vertically in the form of prophages, frequently carry genes that increase fitness or contribute to bacterial pathogenicity. Restriction-modification (RM) systems, which are widely diverse and ubiquitous among bacteria, can prevent infections leading to lysis, but their effect on lysogeny is not clear. We show that RM systems prevent lytic and lysogenic infections to the same extent and therefore represent a molecular barrier to prophage acquisition. Surprisingly, we find that this negative effect can be overcome and even reversed at the population level, as a consequence of dynamic interactions between viruses, hosts and RM systems. Thus the population dynamics of bacteria carrying RM systems impacts bacterial genome-wide evolution. .

  12. A Comparison of the Spatial Linear Model to Nearest Neighbor (k-NN) Methods for Forestry Applications

    Treesearch

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

  13. Extraction of $$\\sin^2\\theta^{\\rm lept}_{\\rm eff}$$ and indirect measurement of $$m_w$$ from the 9 fb$$^{-1}$$ full run ii sample of $$\\mu^+\\mu^-$$ events at cdf

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

    Bodek, A.

    2014-09-19

    We report on the extraction ofmore » $$\\sin^2\\theta^{\\rm lept}_{\\rm eff}$$ and indirect measurement of the mass of the W boson from the forward-backward asymmetry of $$\\mu^+\\mu^-$$ events in the $Z$ boson mass region. The data sample collected by the CDF detector corresponds to the full 9 fb$$^{-1}$$ run II sample. We measure $$\\sin^2 \\theta^{\\rm lept}_{\\rm eff} = 0.2315 \\pm 0.0010$$,$$ \\sin^2 \\theta_W = 0.2233 \\pm 0.0009$$ and $$M_W ({\\rm indirect}) = 80.365 \\pm 0.047 \\;{\\rm GeV}/c^2$$, where each uncertainty includes both statistical and systematic contributions.« less

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

    PubMed

    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.

  15. Von Kármán between Aachen and Pasadena

    NASA Astrophysics Data System (ADS)

    Krause, Egon; Kalkmann, Ulrich

    2013-05-01

    In the Introduction the reader is referred back to the academic ceremonials held after Theodore von Kármán's death in Aachen in May 1963. His work as the first director of the Aerodynamisches Institut (Institute of Aerodynamics) of the RWTH Aachen University of Technology from 1913 on and his initiative to re-establish international cooperation after World War I, resulting in the International Union of Theoretical and Applied Mechanics (IUTAM), are commented on. The following chapter describes von Kármán's relation to his former teacher Ludwig Prandtl. Some of von Kármán's scientific contributions during his time in Aachen are briefly reviewed. Thereafter, his first contacts to the California Institute of Technology are covered. Finally, the scientific and political circumstances, which led to von Kármán's decision to leave Germany in the early thirties, are elucidated in some detail. The English translation of the titles of the Aachen papers is given in Appendix I.

  16. Development of 1RM Prediction Equations for Bench Press in Moderately Trained Men.

    PubMed

    Macht, Jordan W; Abel, Mark G; Mullineaux, David R; Yates, James W

    2016-10-01

    Macht, JW, Abel, MG, Mullineaux, DR, and Yates, JW. Development of 1RM prediction equations for bench press in moderately trained men. J Strength Cond Res 30(10): 2901-2906, 2016-There are a variety of established 1 repetition maximum (1RM) prediction equations, however, very few prediction equations use anthropometric characteristics exclusively or in part, to estimate 1RM strength. Therefore, the purpose of this study was to develop an original 1RM prediction equation for bench press using anthropometric and performance characteristics in moderately trained male subjects. Sixty male subjects (21.2 ± 2.4 years) completed a 1RM bench press and were randomly assigned a load to complete as many repetitions as possible. In addition, body composition, upper-body anthropometric characteristics, and handgrip strength were assessed. Regression analysis was used to develop a performance-based 1RM prediction equation: 1RM = 1.20 repetition weight + 2.19 repetitions to fatigue - 0.56 biacromial width (cm) + 9.6 (R = 0.99, standard error of estimate [SEE] = 3.5 kg). Regression analysis to develop a nonperformance-based 1RM prediction equation yielded: 1RM (kg) = 0.997 cross-sectional area (CSA) (cm) + 0.401 chest circumference (cm) - 0.385%fat - 0.185 arm length (cm) + 36.7 (R = 0.81, SEE = 13.0 kg). The performance prediction equations developed in this study had high validity coefficients, minimal mean bias, and small limits of agreement. The anthropometric equations had moderately high validity coefficient but larger limits of agreement. The practical applications of this study indicate that the inclusion of anthropometric characteristics and performance variables produce a valid prediction equation for 1RM strength. In addition, the CSA of the arm uses a simple nonperformance method of estimating the lifter's 1RM. This information may be used to predict the starting load for a lifter performing a 1RM prediction protocol or a 1RM testing protocol.

  17. Reliability and Validity of the Load-Velocity Relationship to Predict the 1RM Back Squat.

    PubMed

    Banyard, Harry G; Nosaka, Kazunori; Haff, G Gregory

    2017-07-01

    Banyard, HG, Nosaka, K, and Haff, GG. Reliability and validity of the load-velocity relationship to predict the 1RM back squat. J Strength Cond Res 31(7): 1897-1904, 2017-This study investigated the reliability and validity of the load-velocity relationship to predict the free-weight back squat one repetition maximum (1RM). Seventeen strength-trained males performed three 1RM assessments on 3 separate days. All repetitions were performed to full depth with maximal concentric effort. Predicted 1RMs were calculated by entering the mean concentric velocity of the 1RM (V1RM) into an individualized linear regression equation, which was derived from the load-velocity relationship of 3 (20, 40, 60% of 1RM), 4 (20, 40, 60, 80% of 1RM), or 5 (20, 40, 60, 80, 90% of 1RM) incremental warm-up sets. The actual 1RM (140.3 ± 27.2 kg) was very stable between 3 trials (ICC = 0.99; SEM = 2.9 kg; CV = 2.1%; ES = 0.11). Predicted 1RM from 5 warm-up sets up to and including 90% of 1RM was the most reliable (ICC = 0.92; SEM = 8.6 kg; CV = 5.7%; ES = -0.02) and valid (r = 0.93; SEE = 10.6 kg; CV = 7.4%; ES = 0.71) of the predicted 1RM methods. However, all predicted 1RMs were significantly different (p ≤ 0.05; ES = 0.71-1.04) from the actual 1RM. Individual variation for the actual 1RM was small between trials ranging from -5.6 to 4.8% compared with the most accurate predictive method up to 90% of 1RM, which was more variable (-5.5 to 27.8%). Importantly, the V1RM (0.24 ± 0.06 m·s) was unreliable between trials (ICC = 0.42; SEM = 0.05 m·s; CV = 22.5%; ES = 0.14). The load-velocity relationship for the full depth free-weight back squat showed moderate reliability and validity but could not accurately predict 1RM, which was stable between trials. Thus, the load-velocity relationship 1RM prediction method used in this study cannot accurately modify sessional training loads because of large V1RM variability.

  18. R/M Analysis of Electromechanical Equipments.

    DTIC Science & Technology

    1982-05-01

    modifying existing R/M prediction and demonstration techniques to account for considerations of R/M performance of E/M equipments in the C31 systems...00 a’a - CC C a a a a’ a a ~ a’ a a’ a 000 CeCa’ 0Ca’Ca’ OCOtOaC CC a’ a-, C’.a’ CC a’a’ a S -C a’ a’ -~ a~g a’a a’ C C C~ CC fla’C - acCa ’ CCOCa~. 00...any of the other systems studied. The data are also higher quality because of the command interest in this high cost system and because of the safety

  19. Morphodynamic Modeling Using The SToRM Computational System

    NASA Astrophysics Data System (ADS)

    Simoes, F.

    2016-12-01

    The framework of the work presented here is the open source SToRM (System for Transport and River Modeling) eco-hydraulics modeling system, which is one of the models released with the iRIC hydraulic modeling graphical software package (http://i-ric.org/). SToRM has been applied to the simulation of various complex environmental problems, including natural waterways, steep channels with regime transition, and rapidly varying flood flows with wetting and drying fronts. In its previous version, however, channel bed was treated as static and the ability of simulating sediment transport rates or bed deformation was not included. The work presented here reports SToRM's newly developed extensions to expand the system's capability to calculate morphological changes in alluvial river systems. The sediment transport module of SToRM has been developed based on the general recognition that meaningful advances depend on physically solid formulations and robust and accurate numerical solution methods. The basic concepts of mass and momentum conservation are used, where the feedback mechanisms between the flow of water, the sediment in transport, and the bed changes are directly incorporated in the governing equations used in the mathematical model. This is accomplished via a non-capacity transport formulation based on the work of Cao et al. [Z. Cao et al., "Non-capacity or capacity model for fluvial sediment transport," Water Management, 165(WM4):193-211, 2012], where the governing equations are augmented with source/sink terms due to water-sediment interaction. The same unsteady, shock-capturing numerical schemes originally used in SToRM were adapted to the new physics, using a control volume formulation over unstructured computational grids. The presentation will include a brief overview of these methodologies, and the result of applications of the model to a number of relevant physical test cases with movable bed, where computational results are compared to experimental data.

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

    NASA Astrophysics Data System (ADS)

    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.

  1. mRM - multiscale Routing Model for Land Surface and Hydrologic Models

    NASA Astrophysics Data System (ADS)

    Cuntz, M.; Thober, S.; Mai, J.; Samaniego, L. E.; Gochis, D. J.; Kumar, R.

    2015-12-01

    Routing streamflow through a river network is a basic step within any distributed hydrologic model. It integrates the generated runoff and allows comparison with observed discharge at the outlet of a catchment. The Muskingum routing is a textbook river routing scheme that has been implemented in Earth System Models (e.g., WRF-HYDRO), stand-alone routing schemes (e.g., RAPID), and hydrologic models (e.g., the mesoscale Hydrologic Model). Most implementations suffer from a high computational demand because the spatial routing resolution is fixed to that of the elevation model irrespective of the hydrologic modeling resolution. This is because the model parameters are scale-dependent and cannot be used at other resolutions without re-estimation. Here, we present the multiscale Routing Model (mRM) that allows for a flexible choice of the routing resolution. mRM exploits the Multiscale Parameter Regionalization (MPR) included in the open-source mesoscale Hydrologic Model (mHM, www.ufz.de/mhm) that relates model parameters to physiographic properties and allows to estimate scale-independent model parameters. mRM is currently coupled to mHM and is presented here as stand-alone Free and Open Source Software (FOSS). The mRM source code is highly modular and provides a subroutine for internal re-use in any land surface scheme. mRM is coupled in this work to the state-of-the-art land surface model Noah-MP. Simulation results using mRM are compared with those available in WRF-HYDRO for the Red River during the period 1990-2000. mRM allows to increase the routing resolution from 100m to more than 10km without deteriorating the model performance. Therefore, it speeds up model calculation by reducing the contribution of routing to total runtime from over 80% to less than 5% in the case of WRF-HYDRO. mRM thus makes discharge data available to land surface modeling with only little extra calculations.

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

    NASA Astrophysics Data System (ADS)

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

  3. Complete genomic sequences of Campylobacter jejuni strains RM3196 (233.94) and RM3197 (308.95) that were isolated from patients with Guillain-Barré Syndrome

    USDA-ARS?s Scientific Manuscript database

    An infection with Campylobacter jejuni subsp. jejuni (Cjj) is a leading cause of foodborne gastroenteritis in humans and also the most prevalent infection preceding Guillain-Barré syndrome (GBS). This study describes the complete genomic sequences of Cjj HS:41 strains RM3196 (233.94) and RM3197 (308...

  4. Effect of Fatigue Upon Performance and Electromyographic Activity in 6-RM Bench Press

    PubMed Central

    van den Tillaar, Roland; Saeterbakken, Atle

    2014-01-01

    The aim of this study was to examine the effect of fatigue during one set of 6-RM bench pressing upon the muscle patterning and performance. Fourteen resistance-trained males (age 22.5±2.0 years, stature 1.82±0.07 m, body mass 82.0±7.8 kg) conducted a 6-RM bench press protocol. Barbell kinematics and EMG activity of pectoralis major, deltoid anterior, biceps brachii, triceps brachii, rectus abdominis, oblique external and erector spinae were measured in each repetition during the 6-RM bench press. Total lifting time increased and the velocity in the ascending movement decreased (p≤0.001). However, the kinematics in the descending phase deferred: the time decreased and velocity increased during the 6-RM (p≤0.001). Generally, muscles increased their EMG amplitude during the six repetitions in the ascending movement, while only three of the seven measured muscles showed an increase over the six repetitions in the descending part in 6-RM bench pressing. It was concluded that the bench pressing performance decreased (lower barbell velocities and longer lifting times) with increasing fatigue in the 6-RM execution. Furthermore EMG increased in the prime movers and the trunk stabilizers (abdominal and spine), while the antagonist muscle (biceps) activity was not affected by fatigue during the lifting phase in a single set of 6-RM bench pressing PMID:25031673

  5. Effect of Fatigue Upon Performance and Electromyographic Activity in 6-RM Bench Press.

    PubMed

    van den Tillaar, Roland; Saeterbakken, Atle

    2014-03-27

    The aim of this study was to examine the effect of fatigue during one set of 6-RM bench pressing upon the muscle patterning and performance. Fourteen resistance-trained males (age 22.5±2.0 years, stature 1.82±0.07 m, body mass 82.0±7.8 kg) conducted a 6-RM bench press protocol. Barbell kinematics and EMG activity of pectoralis major, deltoid anterior, biceps brachii, triceps brachii, rectus abdominis, oblique external and erector spinae were measured in each repetition during the 6-RM bench press. Total lifting time increased and the velocity in the ascending movement decreased (p≤0.001). However, the kinematics in the descending phase deferred: the time decreased and velocity increased during the 6-RM (p≤0.001). Generally, muscles increased their EMG amplitude during the six repetitions in the ascending movement, while only three of the seven measured muscles showed an increase over the six repetitions in the descending part in 6-RM bench pressing. It was concluded that the bench pressing performance decreased (lower barbell velocities and longer lifting times) with increasing fatigue in the 6-RM execution. Furthermore EMG increased in the prime movers and the trunk stabilizers (abdominal and spine), while the antagonist muscle (biceps) activity was not affected by fatigue during the lifting phase in a single set of 6-RM bench pressing.

  6. Multi-color space threshold segmentation and self-learning k-NN algorithm for surge test EUT status identification

    NASA Astrophysics Data System (ADS)

    Huang, Jian; Liu, Gui-xiong

    2016-09-01

    The identification of targets varies in different surge tests. A multi-color space threshold segmentation and self-learning k-nearest neighbor algorithm ( k-NN) for equipment under test status identification was proposed after using feature matching to identify equipment status had to train new patterns every time before testing. First, color space (L*a*b*, hue saturation lightness (HSL), hue saturation value (HSV)) to segment was selected according to the high luminance points ratio and white luminance points ratio of the image. Second, the unknown class sample S r was classified by the k-NN algorithm with training set T z according to the feature vector, which was formed from number of pixels, eccentricity ratio, compactness ratio, and Euler's numbers. Last, while the classification confidence coefficient equaled k, made S r as one sample of pre-training set T z '. The training set T z increased to T z+1 by T z ' if T z ' was saturated. In nine series of illuminant, indicator light, screen, and disturbances samples (a total of 21600 frames), the algorithm had a 98.65%identification accuracy, also selected five groups of samples to enlarge the training set from T 0 to T 5 by itself.

  7. GPU based cloud system for high-performance arrhythmia detection with parallel k-NN algorithm.

    PubMed

    Tae Joon Jun; Hyun Ji Park; Hyuk Yoo; Young-Hak Kim; Daeyoung Kim

    2016-08-01

    In this paper, we propose an GPU based Cloud system for high-performance arrhythmia detection. Pan-Tompkins algorithm is used for QRS detection and we optimized beat classification algorithm with K-Nearest Neighbor (K-NN). To support high performance beat classification on the system, we parallelized beat classification algorithm with CUDA to execute the algorithm on virtualized GPU devices on the Cloud system. MIT-BIH Arrhythmia database is used for validation of the algorithm. The system achieved about 93.5% of detection rate which is comparable to previous researches while our algorithm shows 2.5 times faster execution time compared to CPU only detection algorithm.

  8. A software package for interactive motor unit potential classification using fuzzy k-NN classifier.

    PubMed

    Rasheed, Sarbast; Stashuk, Daniel; Kamel, Mohamed

    2008-01-01

    We present an interactive software package for implementing the supervised classification task during electromyographic (EMG) signal decomposition process using a fuzzy k-NN classifier and utilizing the MATLAB high-level programming language and its interactive environment. The method employs an assertion-based classification that takes into account a combination of motor unit potential (MUP) shapes and two modes of use of motor unit firing pattern information: the passive and the active modes. The developed package consists of several graphical user interfaces used to detect individual MUP waveforms from a raw EMG signal, extract relevant features, and classify the MUPs into motor unit potential trains (MUPTs) using assertion-based classifiers.

  9. Probabilistic Risk Assessment for Bone Fracture - Bone Fracture Risk Module (BFxRM)

    NASA Technical Reports Server (NTRS)

    Licata, Angelo; Myers, Jerry G.; Lewandowski, Beth

    2013-01-01

    This presentation summarizes the concepts, development, and application of NASA's Bone Fracture Risk Module (BFxRM). The overview includes an assessmnet of strenghts and limitations of the BFxRM and proposes a numebr of discussion questions to the panel regarding future development avenues for this simulation system.

  10. Chemical Composition of RM_1-390 - Large Magellanic Cloud Red Supergiant

    NASA Astrophysics Data System (ADS)

    Yushchenko, Alexander V.; Jeong, Yeuncheol; Gopka, Vira F.; Vasil`eva, Svetlana V.; Andrievsky, Sergey M.; Yushchenko, Volodymyr O.

    2017-09-01

    A high resolution spectroscopic observation of the red supergiant star RM_1-390 in the Large Magellanic Cloud was made from a 3.6 m telescope at the European Southern Observatory. Spectral resolving power was R=20,000, with a signal-to-noise ratio S/N > 100. We found the atmospheric parameters of RM_1-390 to be as follows: the effective temperature Teff = 4,250 ± 50 K, the surface gravity log g = 0.16 ± 0.1, the microturbulent velocity vmicro = 2.5 km/s, the macroturbulence velocity vmacro = 9 km/s and the iron abundance [Fe/H] = -0.73 ± 0.11. The abundances of 18 chemical elements from silicon to thorium in the atmosphere of RM_1-390 were found using the spectrum synthesis method. The relative deficiencies of all elements are close to that of iron. The fit of abundance pattern by the solar system distribution of r- and s-element isotopes shows the importance of the s-process. The plot of relative abundances as a function of second ionization potentials of corresponding chemical elements allows us to find a possibility of convective energy transport in the photosphere of RM_1-390.

  11. Progress in adapting k-NN methods for forest mapping and estimation using the new annual Forest Inventory and Analysis data

    Treesearch

    Reija Haapanen; Kimmo Lehtinen; Jukka Miettinen; Marvin E. Bauer; Alan R. Ek

    2002-01-01

    The k-nearest neighbor (k-NN) method has been undergoing development and testing for applications with USDA Forest Service Forest Inventory and Analysis (FIA) data in Minnesota since 1997. Research began using the 1987-1990 FIA inventory of the state, the then standard 10-point cluster plots, and Landsat TM imagery. In the past year, research has moved to examine...

  12. Complete genome sequence of Campylobacter jejuni RM1246-ERRC that exhibits resistance to Quaternary Ammonium Compounds

    USDA-ARS?s Scientific Manuscript database

    Campylobacter jejuni strain RM1246-ERRC is a clinical isolate. In laboratory experiments RM1246-ERRC exhibited resistance to the antimicrobial effects of quaternary ammonium compounds (QACs) when compared to other C. jejuni strains. The chromosome of RM1246-ERRC was determined to be 1,659,694 bp w...

  13. 76 FR 37682 - Airworthiness Directives; Teledyne Continental Motors (TCM) and Rolls-Royce Motors Ltd. (R-RM...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2011-06-28

    ... Continental Motors (TCM) and Rolls-Royce Motors Ltd. (R-RM) Series Reciprocating Engines AGENCY: Federal... supersede an existing airworthiness directive (AD) that applies to certain TCM and R-RM series reciprocating... range of magneto S/ Ns affected, and of the need to include certain engines made by R-RM, under license...

  14. 76 FR 78808 - Airworthiness Directives; Teledyne Continental Motors (TCM) and Rolls-Royce Motors Ltd. (R-RM...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2011-12-20

    ... Airworthiness Directives; Teledyne Continental Motors (TCM) and Rolls-Royce Motors Ltd. (R-RM) Series... superseding an existing airworthiness directive (AD) for certain TCM and R-RM series reciprocating engines... adds R-RM C-125, C- 145, O-300, IO-360, TSIO-360, and LTSIO-520-AE series reciprocating engines to the...

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

    PubMed

    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.

  16. Pseudorapidity distributions of charged particles in d+Au and p+p collisions at {\\sqrt{s_{{\\rm NN}}} = \\rm {200 \\;GeV} }

    NASA Astrophysics Data System (ADS)

    Nouicer, Rachid; PHOBOS Collaboration; Back, B. B.; Baker, M. D.; Ballintijn, M.; Barton, D. S.; Becker, B.; Betts, R. R.; Bickley, A. A.; Bindel, R.; Busza, W.; Carroll, A.; Decowski, M. P.; García, E.; Gburek, T.; George, N.; Gulbrandsen, K.; Gushue, S.; Halliwell, C.; Hamblen, J.; Harrington, A. S.; Henderson, C.; Hofman, D. J.; Hollis, R. S.; Holynski, R.; Holzman, B.; Iordanova, A.; Johnson, E.; Kane, J. L.; Khan, N.; Kulinich, P.; Kuo, C. M.; Lee, J. W.; Lin, W. T.; Manly, S.; Mignerey, A. C.; Olszewski, A.; Pak, R.; Park, I. C.; Pernegger, H.; Reed, C.; Roland, C.; Roland, G.; Sagerer, J.; Sarin, P.; Sedykh, I.; Skulski, W.; Smith, C. E.; Steinberg, P.; Stephans, G. S. F.; Sukhanov, A.; Tonjes, M. B.; Trzupek, A.; Vale, C.; van Nieuwenhuizen, G. J.; Verdier, R.; Veres, G. I.; Wolfs, F. L. H.; Wosiek, B.; Wozniak, K.; Wyslouch, B.; Zhang, J.

    2004-08-01

    The measured pseudorapidity distributions of primary charged particles are presented for d+Au and p+p collisions at {\\sqrt{s_{{\\rm NN}}} = \\rm {200\\;GeV} } over a wide pseudorapidity range of |eegr|les 5.4. The results for d+Au collisions are presented for minimum-bias events and as a function of collision centrality. The measurements for p+p collisions are shown for minimum-bias events. The ratio of the charged particle multiplicity in d+Au and p+A collisions relative to that for inelastic p+p collisions is found to depend only on langNpartrang, and it is remarkably independent of collision energy and system mass. The deuteron and gold fragmentation regions in d+Au collisions are in good agreement with proton nucleus data at lower energies.

  17. Complete genome sequence of salmonella enterica subsp. enterica Serovar Thompson Strain RM6836

    USDA-ARS?s Scientific Manuscript database

    Salmonella enterica subsp. enterica serovar Thompson (S. Thompson) strain RM6836 was isolated from lettuce in 2002. We report the complete sequence and annotation of the genome of S. Thompson strain RM6836. This is the first reported complete genome sequence for S. Thompson and will provide a point ...

  18. First Measurement of the Beam Normal Single Spin Asymmetry in $Δ$ Resonance Production by $$Q_{\\rm weak}$$

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

    Nuruzzaman, nfn

    The beam normal single spin asymmetry (more » $$B_{\\rm n}$$) is generated in the scattering of transversely polarized electrons from unpolarized nuclei. The asymmetry arises from the interference of the imaginary part of the two-photon exchange with the one-photon exchange amplitude. The $$Q_{\\rm weak}$$ experiment has made the first measurement of $$B_{\\rm n}$$ in the production of the $$\\Delta$$(1232) resonance, using the $$Q_{\\rm weak}$$ apparatus in Hall-C at the Thomas Jefferson National Accelerator Facility. The final transverse asymmetry, corrected for backgrounds and beam polarization, is $$B_{\\rm n}$$ = 43 $$\\pm$$ 16 ppm at beam energy 1.16 GeV at an average scattering angle of about 8.3 degrees, and invariant mass of 1.2 GeV. The measured preliminary $$B_{\\rm n}$$ agrees with a preliminary theoretical calculation. $$B_{\\rm n}$$ for the $$\\Delta$$ is the only known observable that is sensitive to the $$\\Delta$$ elastic form-factors ($$\\gamma$$*$$\\Delta\\Delta$$) in addition to the generally studied transition form-factors ($$\\gamma$$*N$$\\Delta$$), but extracting this information will require significant theoretical input.« less

  19. Explorative study on the anticancer activity, selectivity and metabolic stability of related analogs of aminosteroid RM-133.

    PubMed

    Perreault, Martin; Maltais, René; Dutour, Raphaël; Poirier, Donald

    2016-11-01

    RM-133 is a key representative of a new family of aminosteroids reported as potent anticancer agents. Although RM-133 produced interesting results in 4 mouse xenograft cancer models when injected subcutaneously, it needs to be improved to increase its in vivo potency. Thus, to obtain an analog of RM-133 with a better drug potential, a structure-activity relationship study was conducted by synthesizing eleven RM-133-related compounds and addressing their antiproliferative activity on 3 human cancer cells (HL-60, OVCAR-3 and PANC-1) and 3 human normal cell lines (primary ovary, pancreas and renal proximal tubule) as well as their metabolic stability in human liver microsomes. When the 2β-tertiary amine of RM-133 was transformed into a salt or moved to position 3β, the anticancer activity was lost. Modifying the orientation of the side chain of RM-133 increased anticancer activity and selectivity, but led to a drastic loss of stability. The protection of the 3α-hydroxyl of RM-133 by the formation of an ester or a carbamate stabilized the molecule against the phase I metabolic enzymes without affecting its anticancer activity. In comparison to RM-133, the 3-dimethylcarbamate derivative 3 is more selective for cancer cells over normal cells and is much more stable in liver microsomes. Those results support the use of a pro-drug strategy targeting the 3α-hydroxyl of RM-133 as an approach to improve its drug properties. The work presented will enable the development of an optimized anticancer drug of the aminosteroid family that is suitable for a future phase I clinical trial. Copyright © 2016 Elsevier Inc. All rights reserved.

  20. An effective XML based name mapping mechanism within StoRM

    NASA Astrophysics Data System (ADS)

    Corso, E.; Forti, A.; Ghiselli, A.; Magnoni, L.; Zappi, R.

    2008-07-01

    In a Grid environment the naming capability allows users to refer to specific data resources in a physical storage system using a high level logical identifier. This logical identifier is typically organized in a file system like structure, a hierarchical tree of names. Storage Resource Manager (SRM) services map the logical identifier to the physical location of data evaluating a set of parameters as the desired quality of services and the VOMS attributes specified in the requests. StoRM is a SRM service developed by INFN and ICTP-EGRID to manage file and space on standard POSIX and high performing parallel and cluster file systems. An upcoming requirement in the Grid data scenario is the orthogonality of the logical name and the physical location of data, in order to refer, with the same identifier, to different copies of data archived in various storage areas with different quality of service. The mapping mechanism proposed in StoRM is based on a XML document that represents the different storage components managed by the service, the storage areas defined by the site administrator, the quality of service they provide and the Virtual Organization that want to use the storage area. An appropriate directory tree is realized in each storage component reflecting the XML schema. In this scenario StoRM is able to identify the physical location of a requested data evaluating the logical identifier and the specified attributes following the XML schema, without querying any database service. This paper presents the namespace schema defined, the different entities represented and the technical details of the StoRM implementation.

  1. (100)-Textured KNN-based thick film with enhanced piezoelectric property for intravascular ultrasound imaging

    PubMed Central

    Zhu, Benpeng; Zhang, Zhiqiang; Ma, Teng; Yang, Xiaofei; Li, Yongxiang; Shung, K. Kirk; Zhou, Qifa

    2015-01-01

    Using tape-casting technology, 35 μm free-standing (100)-textured Li doped KNN (KNLN) thick film was prepared by employing NaNbO3 (NN) as template. It exhibited similar piezoelectric behavior to lead containing materials: a longitudinal piezoelectric coefficient (d33) of ∼150 pm/V and an electromechanical coupling coefficient (kt) of 0.44. Based on this thick film, a 52 MHz side-looking miniature transducer with a bandwidth of 61.5% at −6 dB was built for Intravascular ultrasound (IVUS) imaging. In comparison with 40 MHz PMN-PT single crystal transducer, the rabbit aorta image had better resolution and higher noise-to-signal ratio, indicating that lead-free (100)-textured KNLN thick film may be suitable for IVUS (>50 MHz) imaging. PMID:25991874

  2. Validity of a Commercial Linear Encoder to Estimate Bench Press 1 RM from the Force-Velocity Relationship.

    PubMed

    Bosquet, Laurent; Porta-Benache, Jeremy; Blais, Jérôme

    2010-01-01

    The aim of this study was to assess the validity and accuracy of a commercial linear encoder (Musclelab, Ergotest, Norway) to estimate Bench press 1 repetition maximum (1RM) from the force - velocity relationship. Twenty seven physical education students and teachers (5 women and 22 men) with a heterogeneous history of strength training participated in this study. They performed a 1 RM test and a force - velocity test using a Bench press lifting task in a random order. Mean 1 RM was 61.8 ± 15.3 kg (range: 34 to 100 kg), while 1 RM estimated by the Musclelab's software from the force-velocity relationship was 56.4 ± 14.0 kg (range: 33 to 91 kg). Actual and estimated 1 RM were very highly correlated (r = 0.93, p<0.001) but largely different (Bias: 5.4 ± 5.7 kg, p < 0.001, ES = 1.37). The 95% limits of agreement were ±11.2 kg, which represented ±18% of actual 1 RM. It was concluded that 1 RM estimated from the force-velocity relationship was a good measure for monitoring training induced adaptations, but also that it was not accurate enough to prescribe training intensities. Additional studies are required to determine whether accuracy is affected by age, sex or initial level. Key pointsSome commercial devices allow to estimate 1 RM from the force-velocity relationship.These estimations are valid. However, their accuracy is not high enough to be of practical help for training intensity prescription.Day-to-day reliability of force and velocity measured by the linear encoder has been shown to be very high, but the specific reliability of 1 RM estimated from the force-velocity relationship has to be determined before concluding to the usefulness of this approach in the monitoring of training induced adaptations.

  3. Validity of a Commercial Linear Encoder to Estimate Bench Press 1 RM from the Force-Velocity Relationship

    PubMed Central

    Bosquet, Laurent; Porta-Benache, Jeremy; Blais, Jérôme

    2010-01-01

    The aim of this study was to assess the validity and accuracy of a commercial linear encoder (Musclelab, Ergotest, Norway) to estimate Bench press 1 repetition maximum (1RM) from the force - velocity relationship. Twenty seven physical education students and teachers (5 women and 22 men) with a heterogeneous history of strength training participated in this study. They performed a 1 RM test and a force - velocity test using a Bench press lifting task in a random order. Mean 1 RM was 61.8 ± 15.3 kg (range: 34 to 100 kg), while 1 RM estimated by the Musclelab’s software from the force-velocity relationship was 56.4 ± 14.0 kg (range: 33 to 91 kg). Actual and estimated 1 RM were very highly correlated (r = 0.93, p<0.001) but largely different (Bias: 5.4 ± 5.7 kg, p < 0.001, ES = 1.37). The 95% limits of agreement were ±11.2 kg, which represented ±18% of actual 1 RM. It was concluded that 1 RM estimated from the force-velocity relationship was a good measure for monitoring training induced adaptations, but also that it was not accurate enough to prescribe training intensities. Additional studies are required to determine whether accuracy is affected by age, sex or initial level. Key points Some commercial devices allow to estimate 1 RM from the force-velocity relationship. These estimations are valid. However, their accuracy is not high enough to be of practical help for training intensity prescription. Day-to-day reliability of force and velocity measured by the linear encoder has been shown to be very high, but the specific reliability of 1 RM estimated from the force-velocity relationship has to be determined before concluding to the usefulness of this approach in the monitoring of training induced adaptations. PMID:24149641

  4. PET Using a GRPR Antagonist 68Ga-RM26 in Healthy Volunteers and Prostate Cancer Patients.

    PubMed

    Zhang, Jingjing; Niu, Gang; Fan, Xinrong; Lang, Lixin; Hou, Guozhu; Chen, Libo; Wu, Huanwen; Zhu, Zhaohui; Li, Fang; Chen, Xiaoyuan

    2018-06-01

    This study was designed to analyze the safety, biodistribution, and radiation dosimetry of a gastrin-releasing peptide receptor (GRPR) antagonist PET tracer, 68 Ga-RM26; to assess its clinical diagnostic value in prostate cancer patients; and to perform a direct comparison between GRPR antagonist 68 Ga-RM26 and agonist 68 Ga-BBN. Methods: Five healthy volunteers were enrolled to validate the safety of 68 Ga-RM26 and calculate dosimetry. A total of 28 patients with prostate cancer (17 newly diagnosed and 11 posttherapy) were recruited and provided written informed consent. All the cancer patients underwent PET/CT at 15-30 min after intravenous injection of 1.85 MBq (0.05 mCi) per kilogram of body weight of 68 Ga-RM26. Among them, 22 patients (11 newly diagnosed and 11 posttherapy) underwent 68 Ga-BBN PET/CT for comparison within 1 wk. 99m Tc-MDP (methylene diphosphonate) bone scans were obtained within 2 wk for comparison. GRPR immunohistochemical staining of tumor samples was performed. Results: The administration of 68 Ga-M26 was well tolerated by all subjects, with no adverse symptoms being noticed or reported during the procedure and at 2-wk follow-up. The total effective dose equivalent and effective dose were 0.0912 ± 0.0140 and 0.0657 ± 0.0124 mSv/MBq, respectively. In the 17 patients with newly diagnosed prostate cancer, 68 Ga-RM26 PET/CT showed positive prostate-confined findings in 15 tumors with an SUV max of 6.49 ± 2.37. In the 11 patients who underwent prostatectomy or brachytherapy with or without androgen deprivation therapy, 68 Ga-RM26 PET/CT detected 8 metastatic lymph nodes in 3 patients with an SUV max of 4.28 ± 1.25 and 21 bone lesions in 8 patients with an SUV max of 3.90 ± 3.07. Compared with 68 Ga-RM26 PET/CT, GRPR agonist 68 Ga-BBN PET/CT detected fewer primary lesions and lymph node metastases as well as demonstrated lower tracer accumulation. There was a significant positive correlation between SUV derived from 68 Ga-RM26 PET and the

  5. Supramaximal Eccentrics Versus Traditional Loading in Improving Lower-Body 1RM: A Meta-Analysis.

    PubMed

    Buskard, Andrew N L; Gregg, Heath R; Ahn, Soyeon

    2018-06-11

    Guidelines for improving maximal concentric strength through resistance training (RT) have traditionally included large muscle-group exercises, full ranges of motion, and a load approximating 85% of the 1-repetition maximum (1RM). Supramaximal eccentric training (SME; controlled lowering of loads above the concentric 1RM) has also been shown to be effective at increasing concentric 1RM in the lower body, but concerns regarding injury risk, postexercise soreness, and null benefit over traditional methods (TRAD) may limit the practical utility of this approach. The purpose of this study was to determine whether SME elicits greater lower-body strength improvements than TRAD. Key inclusion criteria were regular exercise modalities typical of nonspecialized exercise facilities (e.g., leg press; key exclusion: isokinetic dynamometer) and at least 6 weeks of RT exposure, leading to 5 studies included in the current meta-analysis. Unbiased effect-size measures that quantify the mean difference in lower-body 1RM between SME and TRAD were extracted. Supramaximal eccentric training did not appear to be more effective than TRAD at increasing lower-body 1RM ([Formula: see text] = .33, SE = .26, z = 1.26, 95% CI [-0.20, 0.79], p = .20, I 2  = 56.78%) under a random-effects model where between-study variance was estimated using maximum likelihood estimation ([Formula: see text] 2 = .25). The selection of SME over TRAD in RT programs designed to increase lower-body 1RM does not appear warranted in all populations. Further research should clarify the merit of periodic SME in TRAD-dominant RT programs as well as whether a differential effect exists in trained individuals.

  6. 1RM prediction: a novel methodology based on the force-velocity and load-velocity relationships.

    PubMed

    Picerno, Pietro; Iannetta, Danilo; Comotto, Stefania; Donati, Marco; Pecoraro, Fabrizio; Zok, Mounir; Tollis, Giorgio; Figura, Marco; Varalda, Carlo; Di Muzio, Davide; Patrizio, Federica; Piacentini, Maria Francesca

    2016-10-01

    This study aimed to evaluate the accuracy of a novel approach for predicting the one-repetition maximum (1RM). The prediction is based on the force-velocity and load-velocity relationships determined from measured force and velocity data collected during resistance-training exercises with incremental submaximal loads. 1RM was determined as the load corresponding to the intersection of these two curves, where the gravitational force exceeds the force that the subject can exert. The proposed force-velocity-based method (FVM) was tested on 37 participants (23.9 ± 3.1 year; BMI 23.44 ± 2.45) with no specific resistance-training experience, and the predicted 1RM was compared to that achieved using a direct method (DM) in chest-press (CP) and leg-press (LP) exercises. The mean 1RM in CP was 99.5 kg (±27.0) for DM and 100.8 kg (±27.2) for FVM (SEE = 1.2 kg), whereas the mean 1RM in LP was 249.3 kg (±60.2) for DM and 251.1 kg (±60.3) for FVM (SEE = 2.1 kg). A high correlation was found between the two methods for both CP and LP exercises (0.999, p < 0.001). Good agreement between the two methods emerged from the Bland and Altman plot analysis. These findings suggest the use of the proposed methodology as a valid alternative to other indirect approaches for 1RM prediction. The mathematical construct is simply based on the definition of the 1RM, and it is fed with subject's muscle strength capacities measured during a specific exercise. Its reliability is, thus, expected to be not affected by those factors that typically jeopardize regression-based approaches.

  7. Development of an Italian RM Y-STR haplotype database: Results of the 2013 GEFI collaborative exercise.

    PubMed

    Robino, C; Ralf, A; Pasino, S; De Marchi, M R; Ballantyne, K N; Barbaro, A; Bini, C; Carnevali, E; Casarino, L; Di Gaetano, C; Fabbri, M; Ferri, G; Giardina, E; Gonzalez, A; Matullo, G; Nutini, A L; Onofri, V; Piccinini, A; Piglionica, M; Ponzano, E; Previderè, C; Resta, N; Scarnicci, F; Seidita, G; Sorçaburu-Cigliero, S; Turrina, S; Verzeletti, A; Kayser, M

    2015-03-01

    Recently introduced rapidly mutating Y-chromosomal short tandem repeat (RM Y-STR) loci, displaying a multiple-fold higher mutation rate relative to any other Y-STRs, including those conventionally used in forensic casework, have been demonstrated to improve the resolution of male lineage differentiation and to allow male relative separation usually impossible with standard Y-STRs. However, large and geographically-detailed frequency haplotype databases are required to estimate the statistical weight of RM Y-STR haplotype matches if observed in forensic casework. With this in mind, the Italian Working Group (GEFI) of the International Society for Forensic Genetics launched a collaborative exercise aimed at generating an Italian quality controlled forensic RM Y-STR haplotype database. Overall 1509 male individuals from 13 regional populations covering northern, central and southern areas of the Italian peninsula plus Sicily were collected, including both "rural" and "urban" samples classified according to population density in the sampling area. A subset of individuals was additionally genotyped for Y-STR loci included in the Yfiler and PowerPlex Y23 (PPY23) systems (75% and 62%, respectively), allowing the comparison of RM and conventional Y-STRs. Considering the whole set of 13 RM Y-STRs, 1501 unique haplotypes were observed among the 1509 sampled Italian men with a haplotype diversity of 0.999996, largely superior to Yfiler and PPY23 with 0.999914 and 0.999950, respectively. AMOVA indicated that 99.996% of the haplotype variation was within populations, confirming that genetic-geographic structure is almost undetected by RM Y-STRs. Haplotype sharing among regional Italian populations was not observed at all with the complete set of 13 RM Y-STRs. Haplotype sharing within Italian populations was very rare (0.27% non-unique haplotypes), and lower in urban (0.22%) than rural (0.29%) areas. Additionally, 422 father-son pairs were investigated, and 20.1% of them could

  8. RKNNMDA: Ranking-based KNN for MiRNA-Disease Association prediction.

    PubMed

    Chen, Xing; Wu, Qiao-Feng; Yan, Gui-Ying

    2017-07-03

    Cumulative verified experimental studies have demonstrated that microRNAs (miRNAs) could be closely related with the development and progression of human complex diseases. Based on the assumption that functional similar miRNAs may have a strong correlation with phenotypically similar diseases and vice versa, researchers developed various effective computational models which combine heterogeneous biologic data sets including disease similarity network, miRNA similarity network, and known disease-miRNA association network to identify potential relationships between miRNAs and diseases in biomedical research. Considering the limitations in previous computational study, we introduced a novel computational method of Ranking-based KNN for miRNA-Disease Association prediction (RKNNMDA) to predict potential related miRNAs for diseases, and our method obtained an AUC of 0.8221 based on leave-one-out cross validation. In addition, RKNNMDA was applied to 3 kinds of important human cancers for further performance evaluation. The results showed that 96%, 80% and 94% of predicted top 50 potential related miRNAs for Colon Neoplasms, Esophageal Neoplasms, and Prostate Neoplasms have been confirmed by experimental literatures, respectively. Moreover, RKNNMDA could be used to predict potential miRNAs for diseases without any known miRNAs, and it is anticipated that RKNNMDA would be of great use for novel miRNA-disease association identification.

  9. An expert system based on principal component analysis, artificial immune system and fuzzy k-NN for diagnosis of valvular heart diseases.

    PubMed

    Sengur, Abdulkadir

    2008-03-01

    In the last two decades, the use of artificial intelligence methods in medical analysis is increasing. This is mainly because the effectiveness of classification and detection systems have improved a great deal to help the medical experts in diagnosing. In this work, we investigate the use of principal component analysis (PCA), artificial immune system (AIS) and fuzzy k-NN to determine the normal and abnormal heart valves from the Doppler heart sounds. The proposed heart valve disorder detection system is composed of three stages. The first stage is the pre-processing stage. Filtering, normalization and white de-noising are the processes that were used in this stage. The feature extraction is the second stage. During feature extraction stage, wavelet packet decomposition was used. As a next step, wavelet entropy was considered as features. For reducing the complexity of the system, PCA was used for feature reduction. In the classification stage, AIS and fuzzy k-NN were used. To evaluate the performance of the proposed methodology, a comparative study is realized by using a data set containing 215 samples. The validation of the proposed method is measured by using the sensitivity and specificity parameters; 95.9% sensitivity and 96% specificity rate was obtained.

  10. PhreeqcRM: A reaction module for transport simulators based on the geochemical model PHREEQC

    USGS Publications Warehouse

    Parkhurst, David L.; Wissmeier, Laurin

    2015-01-01

    PhreeqcRM is a geochemical reaction module designed specifically to perform equilibrium and kinetic reaction calculations for reactive transport simulators that use an operator-splitting approach. The basic function of the reaction module is to take component concentrations from the model cells of the transport simulator, run geochemical reactions, and return updated component concentrations to the transport simulator. If multicomponent diffusion is modeled (e.g., Nernst–Planck equation), then aqueous species concentrations can be used instead of component concentrations. The reaction capabilities are a complete implementation of the reaction capabilities of PHREEQC. In each cell, the reaction module maintains the composition of all of the reactants, which may include minerals, exchangers, surface complexers, gas phases, solid solutions, and user-defined kinetic reactants.PhreeqcRM assigns initial and boundary conditions for model cells based on standard PHREEQC input definitions (files or strings) of chemical compositions of solutions and reactants. Additional PhreeqcRM capabilities include methods to eliminate reaction calculations for inactive parts of a model domain, transfer concentrations and other model properties, and retrieve selected results. The module demonstrates good scalability for parallel processing by using multiprocessing with MPI (message passing interface) on distributed memory systems, and limited scalability using multithreading with OpenMP on shared memory systems. PhreeqcRM is written in C++, but interfaces allow methods to be called from C or Fortran. By using the PhreeqcRM reaction module, an existing multicomponent transport simulator can be extended to simulate a wide range of geochemical reactions. Results of the implementation of PhreeqcRM as the reaction engine for transport simulators PHAST and FEFLOW are shown by using an analytical solution and the reactive transport benchmark of MoMaS.

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

    NASA Astrophysics Data System (ADS)

    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.

  12. Evaluation of a novel GRPR antagonist for prostate cancer PET imaging: [64Cu]-DOTHA2-PEG-RM26.

    PubMed

    Mansour, Nematallah; Paquette, Michel; Ait-Mohand, Samia; Dumulon-Perreault, Véronique; Guérin, Brigitte

    2018-01-01

    Gastrin releasing peptide receptors (GRPRs) are significantly over-expressed on a large proportion of prostate cancers making them prime candidates for receptor-mediated nuclear imaging by PET. Recently, we synthesized a novel bifunctional chelator (BFC) bearing hydroxamic acid arms (DOTHA 2 ). Here we investigated the potential of a novel DOTHA 2 -conjugated, 64 Cu-radiolabeled GRPR peptide antagonist, [D-Phe 6 -Sta 13 -Leu 14 -NH 2 ]bombesin(6-14) (DOTHA 2 -PEG-RM26) to visualize prostate tumors by PET imaging. DOTHA 2 -PEG-RM26 was conveniently and efficiently assembled on solid support. The compound was radiolabeled with 64 Cu and its affinity, stability, cellular uptake on PC3 prostate cancer cells were evaluated. The in vitro and in vivo behavior of [ 64 Cu]DOTHA 2 -PEG-RM26 was examined by PET imaging using human PC3 prostate cancer xenografts and its behavior was compared to that of the analogous [ 64 Cu]NOTA-PEG-RM26. The inhibition constant of nat Cu-DOTHA 2 -PEG-RM26 was in the low nanomolar range (0.68±0.19 nM). The [ 64 Cu]DOTHA 2 -PEG-RM26 conjugate was prepared with a labeling yield >95% and molar activity of 56±3 GBq/μmol after a 5-min room temperature labeling. [ 64 Cu]-DOTHA 2 -PEG-RM26 demonstrated rapid blood and renal clearance as well as a high tumor uptake. Small animal PET images confirmed high and specific uptake in PC3 tumor. Both [ 64 Cu]-DOTHA 2 -PEG-RM26 and [ 64 Cu]-NOTA-PEG-RM26 displayed similar tumor and normal tissue uptakes at early time point post injection. [ 64 Cu]-DOTHA 2 -PEG-RM26 allows visualization of prostate tumors by PET imaging. DOTHA 2 enables fast 64 Cu chelation under mild condition, and as such could be used advantageously for the development of other 64 Cu-labeled peptide-derived PET tracers. Copyright © 2017 Elsevier Inc. All rights reserved.

  13. RM-10A robotic manipulator system

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

    White, J.R.; Coughlan, J.B.; Harvey, H.W.

    1988-01-01

    The REMOTE RM-10A is a man-replacement manipulator system that has been developed specifically for use in radioactive and other hazardous environments. It can be teleoperated, with man-in-the-loop, for unstructured tasks or programmed to perform routine tasks automatically much like robots in the automated manufacturing industry. The RM-10A is a servomanipulator utilizing a closed-loop, microprocessor-based control system. The system consists of a slave assembly, master control station, and interconnecting cabling. The slave assembly is the part of the system that enters the hostile environment. It is man-like is size and configuration with two identical arms attached to a torso structure. Eachmore » arm attaches to the torso using two captive screws and two guide pins. The guide pins position and stabilize an arm during removal and reinstallation and also align the two electrical connectors located in the arm support plate and torso. These features allow easy remote replacement of an arm, and commonality of the arms allow interchangeability. The water-resistant slave assembly is equipped with gaskets and O-ring seals in the torso and arm and camera assemblies. In addition, each slave arm's elbow, wrist, and tong are protected by replaceable polyurethane boots. An upper camera assembly, consisting of a color television (TV) camera, 6:1 zoom lens, and a pan/tilt unit, mount to the torso to provide remote viewing capability.« less

  14. RKNNMDA: Ranking-based KNN for MiRNA-Disease Association prediction

    PubMed Central

    Chen, Xing; Yan, Gui-Ying

    2017-01-01

    ABSTRACT Cumulative verified experimental studies have demonstrated that microRNAs (miRNAs) could be closely related with the development and progression of human complex diseases. Based on the assumption that functional similar miRNAs may have a strong correlation with phenotypically similar diseases and vice versa, researchers developed various effective computational models which combine heterogeneous biologic data sets including disease similarity network, miRNA similarity network, and known disease-miRNA association network to identify potential relationships between miRNAs and diseases in biomedical research. Considering the limitations in previous computational study, we introduced a novel computational method of Ranking-based KNN for miRNA-Disease Association prediction (RKNNMDA) to predict potential related miRNAs for diseases, and our method obtained an AUC of 0.8221 based on leave-one-out cross validation. In addition, RKNNMDA was applied to 3 kinds of important human cancers for further performance evaluation. The results showed that 96%, 80% and 94% of predicted top 50 potential related miRNAs for Colon Neoplasms, Esophageal Neoplasms, and Prostate Neoplasms have been confirmed by experimental literatures, respectively. Moreover, RKNNMDA could be used to predict potential miRNAs for diseases without any known miRNAs, and it is anticipated that RKNNMDA would be of great use for novel miRNA-disease association identification. PMID:28421868

  15. High Contrast PET Imaging of GRPR Expression in Prostate Cancer Using Cobalt-Labeled Bombesin Antagonist RM26

    PubMed Central

    Thisgaard, Helge; Rosenström, Ulrika; Dam, Johan Hygum; Larhed, Mats

    2017-01-01

    High gastrin releasing peptide receptor (GRPR) expression is associated with numerous cancers including prostate and breast cancer. The aim of the current study was to develop a 55Co-labeled PET agent based on GRPR antagonist RM26 for visualization of GRPR-expressing tumors. Labeling with 57Co and 55Co, stability, binding specificity, and in vitro and in vivo characteristics of 57Co-NOTA-PEG2-RM26 were studied. NOTA-PEG2-RM26 was successfully radiolabeled with 57Co and 55Co with high yields and demonstrated high stability. The radiopeptide showed retained binding specificity to GRPR in vitro and in vivo. 57Co-NOTA-PEG2-RM26 biodistribution in mice was characterized by rapid clearance of radioactivity from blood and normal non-GRPR-expressing organs and low hepatic uptake. The clearance was predominantly renal with a low degree of radioactivity reabsorption. Tumor-to-blood ratios were approximately 200 (3 h pi) and 1000 (24 h pi). The favorable biodistribution of cobalt-labeled NOTA-PEG2-RM26 translated into high contrast preclinical PET/CT (using 55Co) and SPECT/CT (using 57Co) images of PC-3 xenografts. The initial biological results suggest that 55Co-NOTA-PEG2-RM26 is a promising tracer for PET visualization of GRPR-expressing tumors. PMID:29097932

  16. SToRM: A Model for 2D environmental hydraulics

    USGS Publications Warehouse

    Simões, Francisco J. M.

    2017-01-01

    A two-dimensional (depth-averaged) finite volume Godunov-type shallow water model developed for flow over complex topography is presented. The model, SToRM, is based on an unstructured cell-centered finite volume formulation and on nonlinear strong stability preserving Runge-Kutta time stepping schemes. The numerical discretization is founded on the classical and well established shallow water equations in hyperbolic conservative form, but the convective fluxes are calculated using auto-switching Riemann and diffusive numerical fluxes. Computational efficiency is achieved through a parallel implementation based on the OpenMP standard and the Fortran programming language. SToRM’s implementation within a graphical user interface is discussed. Field application of SToRM is illustrated by utilizing it to estimate peak flow discharges in a flooding event of the St. Vrain Creek in Colorado, U.S.A., in 2013, which reached 850 m3/s (~30,000 f3 /s) at the location of this study.

  17. Growth performance, blood health, antioxidant status and immune response in red sea bream (Pagrus major) fed Aspergillus oryzae fermented rapeseed meal (RM-Koji).

    PubMed

    Dossou, Serge; Koshio, Shunsuke; Ishikawa, Manabu; Yokoyama, Saichiro; Dawood, Mahmoud A O; El Basuini, Mohammed F; Olivier, Adissin; Zaineldin, Amr I

    2018-04-01

    This study evaluated the effects of dietary substitution of fishmeal by graded levels of a blend composed of Aspergillus oryzae fermented rapeseed meal [0% (RM0), 25% (RM25), 50% (RM50), 75% (RM75) and 100% (RM100)] on growth performance, haemato-immunological responses and antioxidative status of Pagrus major (average weight 5.5 ± 0.02 g). After 56 days, growth performances were significantly improved in fish fed RM25 diet compared to control (P < 0.05). Meanwhile, up to 50% replacement of fishmeal did not affect growth performance, feed conversion efficiency, protein efficiency ratio, protein apparent digestibility, protease activity, fish somatic indices and survival compared to control. While blood hematocrit and plasma protein were significantly enhanced in groups fed RM0 and RM25 diets, most of the hematological parameters did not change through the trial except glutamic pyruvate transaminase which was significantly increased in RM75 and RM100 groups and blood cholesterol which was gradually decreased with the increasing level of the blend. Interestingly, feeding fish with RM25 and RM50 diets significantly showed enhanced lysozyme, bactericidal and peroxidase activities and fish fed the same diets showed high resistance against oxidative stress (biological antioxidant potential and reactive oxygen metabolites). Additionally, catalase activity and tolerance against low salinity seawater were higher in fish fed RM25 diet. These findings suggested that, at a moderate level (25% and 50%), substitution of fishmeal by the fermented rapeseed meal promoted growth, nutrient utilization, and exerted immune responses and anti-oxidative effects in red sea bream. Copyright © 2018 Elsevier Ltd. All rights reserved.

  18. The Experience of Persons With Multiple Sclerosis Using MS INFoRm: An Interactive Fatigue Management Resource.

    PubMed

    Pétrin, Julie; Akbar, Nadine; Turpin, Karen; Smyth, Penelope; Finlayson, Marcia

    2018-04-01

    We aimed to understand participants' experiences with a self-guided fatigue management resource, Multiple Sclerosis: An Interactive Fatigue Management Resource ( MS INFoRm), and the extent to which they found its contents relevant and useful to their daily lives. We recruited 35 persons with MS experiencing mild to moderate fatigue, provided them with MS INFoRm, and then conducted semistructured interviews 3 weeks and 3 months after they received the resource. Interpretive description guided the analysis process. Findings indicate that participants' experience of using MS INFoRm could be understood as a process of change, influenced by their initial reactions to the resource. They reported experiencing a shift in knowledge, expectations, and behaviors with respect to fatigue self-management. These shifts led to multiple positive outcomes, including increased levels of self-confidence and improved quality of life. These findings suggest that MS INFoRm may have a place in the continuum of fatigue management interventions for people with MS.

  19. Medical diagnosis of atherosclerosis from Carotid Artery Doppler Signals using principal component analysis (PCA), k-NN based weighting pre-processing and Artificial Immune Recognition System (AIRS).

    PubMed

    Latifoğlu, Fatma; Polat, Kemal; Kara, Sadik; Güneş, Salih

    2008-02-01

    In this study, we proposed a new medical diagnosis system based on principal component analysis (PCA), k-NN based weighting pre-processing, and Artificial Immune Recognition System (AIRS) for diagnosis of atherosclerosis from Carotid Artery Doppler Signals. The suggested system consists of four stages. First, in the feature extraction stage, we have obtained the features related with atherosclerosis disease using Fast Fourier Transformation (FFT) modeling and by calculating of maximum frequency envelope of sonograms. Second, in the dimensionality reduction stage, the 61 features of atherosclerosis disease have been reduced to 4 features using PCA. Third, in the pre-processing stage, we have weighted these 4 features using different values of k in a new weighting scheme based on k-NN based weighting pre-processing. Finally, in the classification stage, AIRS classifier has been used to classify subjects as healthy or having atherosclerosis. Hundred percent of classification accuracy has been obtained by the proposed system using 10-fold cross validation. This success shows that the proposed system is a robust and effective system in diagnosis of atherosclerosis disease.

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

    PubMed

    Han, Soohee; Kim, Junghwan; Park, Choung-Hwan; Yoon, Hee-Cheon; Heo, Joon

    2009-01-01

    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.

  1. Heavy Resistance Training in Hypoxia Enhances 1RM Squat Performance

    PubMed Central

    Inness, Mathew W. H.; Billaut, François; Walker, Emily J.; Petersen, Aaron C.; Sweeting, Alice J.; Aughey, Robert J.

    2016-01-01

    Purpose: To determine if heavy resistance training in hypoxia (IHRT) is more effective at improving strength, power, and increasing lean mass than the same training in normoxia. Methods: A pair-matched, placebo-controlled study design included 20 resistance-trained participants assigned to IHRT (FIO2 0.143) or placebo (FIO2 0.20), (n = 10 per group). Participants were matched for strength and training. Both groups performed 20 sessions over 7 weeks either with IHRT or placebo. All participants were tested for 1RM, 20-m sprint, body composition, and countermovement jump pre-, mid-, and post-training and compared via magnitude-based inferences. Presentation of Results: Groups were not clearly different for any test at baseline. Training improved both absolute (IHRT: 13.1 ± 3.9%, effect size (ES) 0.60, placebo 9.8 ± 4.7%, ES 0.31) and relative 1RM (IHRT: 13.4 ± 5.1%, ES 0.76, placebo 9.7 ± 5.3%, ES 0.48) at mid. Similarly, at post both groups increased absolute (IHRT: 20.7 ± 7.6%, ES 0.74, placebo 14.1 ± 6.0%, ES 0.58) and relative 1RM (IHRT: 21.6 ± 8.5%, ES 1.08, placebo 13.2 ± 6.4%, ES 0.78). Importantly, the change in IHRT was greater than placebo at mid for both absolute [4.4% greater change, 90% Confidence Interval (CI) 1.0:8.0%, ES 0.21, and relative strength (5.6% greater change, 90% CI 1.0:9.4%, ES 0.31 (relative)]. There was also a greater change for IHRT at post for both absolute (7.0% greater change, 90% CI 1.3:13%, ES 0.33), and relative 1RM (9.2% greater change, 90% CI 1.6:14.9%, ES 0.49). Only IHRT increased countermovement jump peak power at Post (4.9%, ES 0.35), however the difference between IHRT and placebo was unclear (2.7, 90% CI –2.0:7.6%, ES 0.20) with no clear differences in speed or body composition throughout. Conclusion: Heavy resistance training in hypoxia is more effective than placebo for improving absolute and relative strength. PMID:27857693

  2. Superfluid high REynolds von Kármán experiment.

    PubMed

    Rousset, B; Bonnay, P; Diribarne, P; Girard, A; Poncet, J M; Herbert, E; Salort, J; Baudet, C; Castaing, B; Chevillard, L; Daviaud, F; Dubrulle, B; Gagne, Y; Gibert, M; Hébral, B; Lehner, Th; Roche, P-E; Saint-Michel, B; Bon Mardion, M

    2014-10-01

    The Superfluid High REynolds von Kármán experiment facility exploits the capacities of a high cooling power refrigerator (400 W at 1.8 K) for a large dimension von Kármán flow (inner diameter 0.78 m), which can work with gaseous or subcooled liquid (He-I or He-II) from room temperature down to 1.6 K. The flow is produced between two counter-rotating or co-rotating disks. The large size of the experiment allows exploration of ultra high Reynolds numbers based on Taylor microscale and rms velocity [S. B. Pope, Turbulent Flows (Cambridge University Press, 2000)] (Rλ > 10000) or resolution of the dissipative scale for lower Re. This article presents the design and first performance of this apparatus. Measurements carried out in the first runs of the facility address the global flow behavior: calorimetric measurement of the dissipation, torque and velocity measurements on the two turbines. Moreover first local measurements (micro-Pitot, hot wire,…) have been installed and are presented.

  3. Superfluid high REynolds von Kármán experiment

    NASA Astrophysics Data System (ADS)

    Rousset, B.; Bonnay, P.; Diribarne, P.; Girard, A.; Poncet, J. M.; Herbert, E.; Salort, J.; Baudet, C.; Castaing, B.; Chevillard, L.; Daviaud, F.; Dubrulle, B.; Gagne, Y.; Gibert, M.; Hébral, B.; Lehner, Th.; Roche, P.-E.; Saint-Michel, B.; Bon Mardion, M.

    2014-10-01

    The Superfluid High REynolds von Kármán experiment facility exploits the capacities of a high cooling power refrigerator (400 W at 1.8 K) for a large dimension von Kármán flow (inner diameter 0.78 m), which can work with gaseous or subcooled liquid (He-I or He-II) from room temperature down to 1.6 K. The flow is produced between two counter-rotating or co-rotating disks. The large size of the experiment allows exploration of ultra high Reynolds numbers based on Taylor microscale and rms velocity [S. B. Pope, Turbulent Flows (Cambridge University Press, 2000)] (Rλ > 10000) or resolution of the dissipative scale for lower Re. This article presents the design and first performance of this apparatus. Measurements carried out in the first runs of the facility address the global flow behavior: calorimetric measurement of the dissipation, torque and velocity measurements on the two turbines. Moreover first local measurements (micro-Pitot, hot wire,…) have been installed and are presented.

  4. Implication of STARD5 and cholesterol homeostasis disturbance in the endoplasmic reticulum stress-related response induced by pro-apoptotic aminosteroid RM-133.

    PubMed

    Perreault, Martin; Maltais, René; Kenmogne, Lucie Carolle; Létourneau, Danny; LeHoux, Jean-Guy; Gobeil, Stéphane; Poirier, Donald

    2018-02-01

    The aminosteroid derivative RM-133 is an effective anticancer molecule for which proof of concept has been achieved in several mouse xenograph models (HL-60, MCF-7, PANC-1 and OVCAR-3). To promote this new family of molecules toward a clinical phase 1 trial, the mechanism of action governing the anticancer properties of the representative candidate RM-133 needs to be characterized. In vitro experiments were first used to determine that RM-133 causes apoptosis in cancer cells. Then, using proteomic and transcriptomic experiments, RM-133 cytotoxicity was proven to be achieved via the endoplasmic reticulum (ER)-related apoptosis, which characterizes RM-133 as an endoplasmic reticulum stress aggravator (ERSA) anticancer drug. Furthermore, an shRNA-genome-wide screening has permitted to identify the steroidogenic acute regulator-related lipid transfer protein 5 (STARD5) as a major player in the RM-133 ER-related apoptosis mechanism, which was validated by an in vitro binding experiment. Altogether, the results presented herein suggest that RM-133 provokes a disturbance of cholesterol homeostasis via the implication of STARD5, which delivers an ERSA molecule to the ER. These results will be a springboard for RM-133 in its path toward clinical use. Copyright © 2017 Elsevier Ltd. All rights reserved.

  5. The Aminosteroid Derivative RM-133 Shows In Vitro and In Vivo Antitumor Activity in Human Ovarian and Pancreatic Cancers.

    PubMed

    Kenmogne, Lucie Carolle; Ayan, Diana; Roy, Jenny; Maltais, René; Poirier, Donald

    2015-01-01

    Ovarian and pancreatic cancers are two of the most aggressive and lethal cancers, whose management faces only limited therapeutic options. Typically, these tumors spread insidiously accompanied first with atypical symptoms, and usually shift to a drug resistance phenotype with the current pharmaceutical armamentarium. Thus, the development of new drugs acting via a different mechanism of action represents a clear priority. Herein, we are reporting for the first time that the aminosteroid derivative RM-133, developed in our laboratory, displays promising activity on two models of aggressive cancers, namely ovarian (OVCAR-3) and pancreatic (PANC-1) cancers. The IC50 value of RM-133 was 0.8 μM and 0.3 μM for OVCAR-3 and PANC-1 cell lines in culture, respectively. Based on pharmacokinetic studies on RM-133 using 11 different vehicles, we selected two main vehicles: aqueous 0.4% methylcellulose:ethanol (92:8) and sunflower oil:ethanol (92:8) for in vivo studies. Using subcutaneous injection of RM-133 with the methylcellulose-based vehicle, growth of PANC-1 tumors xenografted to nude mice was inhibited by 63%. Quite interestingly, RM-133 injected subcutaneously with the methylcellulose-based or sunflower-based vehicles reduced OVCAR-3 xenograft growth by 122% and 100%, respectively. After the end of RM-133 treatment using the methylcellulose-based vehicle, OVCAR-3 tumor growth inhibition was maintained for ≥ 1 week. RM-133 was also well tolerated in the whole animal, no apparent sign of toxicity having been detected in the xenograft studies.

  6. The Aminosteroid Derivative RM-133 Shows In Vitro and In Vivo Antitumor Activity in Human Ovarian and Pancreatic Cancers

    PubMed Central

    Kenmogne, Lucie Carolle; Ayan, Diana; Roy, Jenny; Maltais, René; Poirier, Donald

    2015-01-01

    Ovarian and pancreatic cancers are two of the most aggressive and lethal cancers, whose management faces only limited therapeutic options. Typically, these tumors spread insidiously accompanied first with atypical symptoms, and usually shift to a drug resistance phenotype with the current pharmaceutical armamentarium. Thus, the development of new drugs acting via a different mechanism of action represents a clear priority. Herein, we are reporting for the first time that the aminosteroid derivative RM-133, developed in our laboratory, displays promising activity on two models of aggressive cancers, namely ovarian (OVCAR-3) and pancreatic (PANC-1) cancers. The IC50 value of RM-133 was 0.8 μM and 0.3 μM for OVCAR-3 and PANC-1 cell lines in culture, respectively. Based on pharmacokinetic studies on RM-133 using 11 different vehicles, we selected two main vehicles: aqueous 0.4% methylcellulose:ethanol (92:8) and sunflower oil:ethanol (92:8) for in vivo studies. Using subcutaneous injection of RM-133 with the methylcellulose-based vehicle, growth of PANC-1 tumors xenografted to nude mice was inhibited by 63%. Quite interestingly, RM-133 injected subcutaneously with the methylcellulose-based or sunflower-based vehicles reduced OVCAR-3 xenograft growth by 122% and 100%, respectively. After the end of RM-133 treatment using the methylcellulose-based vehicle, OVCAR-3 tumor growth inhibition was maintained for ≥ 1 week. RM-133 was also well tolerated in the whole animal, no apparent sign of toxicity having been detected in the xenograft studies. PMID:26660672

  7. Immunodetection of the Bacteriocin Lacticin RM: Analysis of the Influence of Temperature and Tween 80 on Its Expression and Activity

    PubMed Central

    Keren, Tomer; Yarmus, Merav; Halevy, Galia; Shapira, Roni

    2004-01-01

    Immunoassays with specific antibodies offer higher sensitivity than do bioassays with indicator strains in the detection and quantification of several bacteriocins. Here we present the purification of lacticin RM and the production of specific polyclonal antibodies to a synthetic peptide resembling an internal fragment of the mature bacteriocin. The specificity and sensitivity of the generated polyclonal antibodies were evaluated in various immunoassays. The detection limits of lacticin RM were found to be 1.9, 0.16, and 0.18 μg ml−1 for Western blot, immuno-dot blot, and noncompetitive indirect enzyme-linked immunosorbent assays, respectively. Immunoassay sensitivities were 12.5-fold higher than that of the agar diffusion test (ADT). The production of lacticin RM showed temperature dependency, with 3, 4.2, 12.7, 28.9, 37.8, and 12 μg ml−1 at 37, 30, 20, 15, 10, and 4°C, respectively. Temperature-stability analysis demonstrated that lacticin RM is sensitive to mild temperature, but the loss of activity does not seem to result from protein degradation. Tween 80 increased the concentration of lacticin RM eightfold and probably affected the results of the ADT either by enhancing the activity of lacticin RM or by increasing the sensitivity of the indicator strain. The use of antibodies for the specific detection and quantification of lacticin RM can expand our knowledge of its production and stability, with important implications for further investigation and future application. PMID:15066801

  8. Accounting for Dependence Induced by Weighted KNN Imputation in Paired Samples, Motivated by a Colorectal Cancer Study

    PubMed Central

    Suyundikov, Anvar; Stevens, John R.; Corcoran, Christopher; Herrick, Jennifer; Wolff, Roger K.; Slattery, Martha L.

    2015-01-01

    Missing data can arise in bioinformatics applications for a variety of reasons, and imputation methods are frequently applied to such data. We are motivated by a colorectal cancer study where miRNA expression was measured in paired tumor-normal samples of hundreds of patients, but data for many normal samples were missing due to lack of tissue availability. We compare the precision and power performance of several imputation methods, and draw attention to the statistical dependence induced by K-Nearest Neighbors (KNN) imputation. This imputation-induced dependence has not previously been addressed in the literature. We demonstrate how to account for this dependence, and show through simulation how the choice to ignore or account for this dependence affects both power and type I error rate control. PMID:25849489

  9. LANDSAT-D data format control book. Volume 6, appendix K: Unprocessed multispectral scanner high density tape (HDT-RM/HDT-GM)

    NASA Technical Reports Server (NTRS)

    Andersen, K. E.

    1981-01-01

    Unprocessed MSS data which is recorded on HDT-RM (a 28 track, high density tape) and on HDT-GM (a 14 track, nonbias recorded, high density tape) are inputs for the LANDSAT 4 data management system. All MSS data initially recorded on HDT-GM are copied to HDT-RM prior to processing. This specification establishes the requirements for the format of the LANDSAT D HDT-RM/HDT-GM.

  10. RM-493, a melanocortin-4 receptor (MC4R) agonist, increases resting energy expenditure in obese individuals.

    PubMed

    Chen, Kong Y; Muniyappa, Ranganath; Abel, Brent S; Mullins, Katherine P; Staker, Pamela; Brychta, Robert J; Zhao, Xiongce; Ring, Michael; Psota, Tricia L; Cone, Roger D; Panaro, Brandon L; Gottesdiener, Keith M; Van der Ploeg, Lex H T; Reitman, Marc L; Skarulis, Monica C

    2015-04-01

    Activation of the melanocortin-4 receptor (MC4R) with the synthetic agonist RM-493 decreases body weight and increases energy expenditure (EE) in nonhuman primates. The effects of MC4R agonists on EE in humans have not been examined to date. In a randomized, double-blind, placebo-controlled, crossover study, we examined the effects of the MC4R agonist RM-493 on resting energy expenditure (REE) in obese subjects in an inpatient setting. Twelve healthy adults (6 men and 6 women) with body mass index of 35.7 ± 2.9 kg/m(2) (mean ± SD) received RM-493 (1 mg/24 h) or placebo by continuous subcutaneous infusion over 72 hours, followed immediately by crossover to the alternate treatment. All subjects received a weight-maintenance diet (50% carbohydrate, 30% fat, and 20% protein) and performed 30 minutes of standardized exercise daily. Continuous EE was measured on the third treatment day in a room calorimeter, and REE in the fasting state was defined as the mean of 2 30-minute resting periods. RM-493 increased REE vs placebo by 6.4% (95% confidence interval, 0.68-13.02%), on average by 111 kcal/24 h (95% confidence interval, 15-207 kcal, P = .03). Total daily EE trended higher, whereas the thermic effect of a test meal and exercise EE did not differ significantly. The 23-hour nonexercise respiratory quotient was lower during RM-493 treatment (0.833 ± 0.021 vs 0.848 ± 0.022, P = .02). No adverse effect on heart rate or blood pressure was observed. Short-term administration of the MC4R agonist RM-493 increases REE and shifts substrate oxidation to fat in obese individuals.

  11. Inter-Investigator Reliability of Anthropometric Prediction of 1RM Bench Press in College Football Players

    PubMed Central

    SCHUMACHER, RICHARD M.; ARABAS, JANA L.; MAYHEW, JERRY L.; BRECHUE, WILLIAM F.

    2016-01-01

    The purpose of this study was to determine the effect of inter-investigator differences in anthropometric assessments on the prediction of one-repetition maximum (1RM) bench press in college football players. Division-II players (n = 34, age = 20.4 ± 1.2 y, 182.3 ± 6.6 cm, 99.1 ± 18.4 kg) were measured for selected anthropometric variables and 1RM bench press at the conclusion of a heavy resistance training program. Triceps, subscapular, and abdominal skinfolds were measured in triplicate by three investigators and used to estimate %fat. Arm circumference was measured around a flexed biceps muscle and was corrected for triceps skinfold to estimate muscle cross-sectional area (CSA). Chest circumference was measured at mid-expiration. Significant differences among the testers were evident in six of the nine anthropometric variables, with the least experienced tester being significantly different from the other testers on seven variables, although average differences among investigators ranged from 1–2% for circumferences to 4–9% for skinfolds. The two more experienced testers were significantly different on only one variable. Overall agreement among testers was high (ICC>0.895) for each variable, with low coefficients of variation (CV<10.7%). Predicted 1RMs for testers (126.9 ± 20.6, 123.4 ± 22.0, and 132.1 ± 28.4 kg, respectively) were not significantly different from actual 1RM (129.2 ± 20.6 kg). Individuals with varying levels of experience appear to have an acceptable level of ability to estimate 1RM bench press using a non-performance anthropometric equation. Minimal experience in anthropometry may not impede strength and conditioning specialists from accurately estimating 1RM bench press. PMID:27766130

  12. Inter-Investigator Reliability of Anthropometric Prediction of 1RM Bench Press in College Football Players.

    PubMed

    Schumacher, Richard M; Arabas, Jana L; Mayhew, Jerry L; Brechue, William F

    2016-01-01

    The purpose of this study was to determine the effect of inter-investigator differences in anthropometric assessments on the prediction of one-repetition maximum (1RM) bench press in college football players. Division-II players (n = 34, age = 20.4 ± 1.2 y, 182.3 ± 6.6 cm, 99.1 ± 18.4 kg) were measured for selected anthropometric variables and 1RM bench press at the conclusion of a heavy resistance training program. Triceps, subscapular, and abdominal skinfolds were measured in triplicate by three investigators and used to estimate %fat. Arm circumference was measured around a flexed biceps muscle and was corrected for triceps skinfold to estimate muscle cross-sectional area (CSA). Chest circumference was measured at mid-expiration. Significant differences among the testers were evident in six of the nine anthropometric variables, with the least experienced tester being significantly different from the other testers on seven variables, although average differences among investigators ranged from 1-2% for circumferences to 4-9% for skinfolds. The two more experienced testers were significantly different on only one variable. Overall agreement among testers was high (ICC>0.895) for each variable, with low coefficients of variation (CV<10.7%). Predicted 1RMs for testers (126.9 ± 20.6, 123.4 ± 22.0, and 132.1 ± 28.4 kg, respectively) were not significantly different from actual 1RM (129.2 ± 20.6 kg). Individuals with varying levels of experience appear to have an acceptable level of ability to estimate 1RM bench press using a non-performance anthropometric equation. Minimal experience in anthropometry may not impede strength and conditioning specialists from accurately estimating 1RM bench press.

  13. Functional and real-time requirements of a multisensor data fusion (MSDF) situation and threat assessment (STA) resource management (RM) system

    NASA Astrophysics Data System (ADS)

    Duquet, Jean Remi; Bergeron, Pierre; Blodgett, Dale E.; Couture, Jean; Macieszczak, Maciej; Mayrand, Michel; Chalmers, Bruce A.; Paradis, Stephane

    1998-03-01

    The Research and Development group at Lockheed Martin Canada, in collaboration with the Defence Research Establishment Valcartier, has undertaken a research project in order to capture and analyze the real-time and functional requirements of a next generation Command and Control System (CCS) for the Canadian Patrol Frigates, integrating Multi- Sensor Data Fusion (MSDF), Situation and Threat Assessment (STA) and Resource Management (RM). One important aspect of the project is to define how the use of Artificial Intelligence may optimize the performance of an integrated, real-time MSDF/STA/RM system. A closed-loop simulation environment is being developed to facilitate the evaluation of MSDF/STA/RM concepts, algorithms and architectures. This environment comprises (1) a scenario generator, (2) complex sensor, hardkill and softkill weapon models, (3) a real-time monitoring tool, (4) a distributed Knowledge-Base System (KBS) shell. The latter is being completely redesigned and implemented in-house since no commercial KBS shell could adequately satisfy all the project requirements. The closed- loop capability of the simulation environment, together with its `simulated real-time' capability, allows the interaction between the MSDF/STA/RM system and the environment targets during the execution of a scenario. This capability is essential to measure the performance of many STA and RM functionalities. Some benchmark scenarios have been selected to demonstrate quantitatively the capabilities of the selected MSDF/STA/RM algorithms. The paper describes the simulation environment and discusses the MSDF/STA/RM functionalities currently implemented and their performance as an automatic CCS.

  14. RANS Simulation (Virtual Blade Model [VBM]) of Single Lab Scaled DOE RM1 MHK Turbine

    DOE Data Explorer

    Javaherchi, Teymour; Stelzenmuller, Nick; Aliseda, Alberto; Seydel, Joseph

    2014-04-15

    Attached are the .cas and .dat files for the Reynolds Averaged Navier-Stokes (RANS) simulation of a single lab-scaled DOE RM1 turbine implemented in ANSYS FLUENT CFD-package. The lab-scaled DOE RM1 is a re-design geometry, based of the full scale DOE RM1 design, producing same power output as the full scale model, while operating at matched Tip Speed Ratio values at reachable laboratory Reynolds number (see attached paper). In this case study the flow field around and in the wake of the lab-scaled DOE RM1 turbine is simulated using Blade Element Model (a.k.a Virtual Blade Model) by solving RANS equations coupled with k-\\omega turbulence closure model. It should be highlighted that in this simulation the actual geometry of the rotor blade is not modeled. The effect of turbine rotating blades are modeled using the Blade Element Theory. This simulation provides an accurate estimate for the performance of device and structure of it's turbulent far wake. Due to the simplifications implemented for modeling the rotating blades in this model, VBM is limited to capture details of the flow field in near wake region of the device. The required User Defined Functions (UDFs) and look-up table of lift and drag coefficients are included along with the .cas and .dat files.

  15. Broadband Photometric Reverberation Mapping Analysis on SDSS-RM and Stripe 82 Quasars

    NASA Astrophysics Data System (ADS)

    Zhang, Haowen; Yang, Qian; Wu, Xue-Bing

    2018-02-01

    We modified the broadband photometric reverberation mapping (PRM) code, JAVELIN, and tested the availability to get broad-line region time delays that are consistent with the spectroscopic reverberation mapping (SRM) project SDSS-RM. The broadband light curves of SDSS-RM quasars produced by convolution with the system transmission curves were used in the test. We found that under similar sampling conditions (evenly and frequently sampled), the key factor determining whether the broadband PRM code can yield lags consistent with the SRM project is the flux ratio of the broad emission line to the reference continuum, which is in line with the previous findings. We further found a critical line-to-continuum flux ratio, about 6%, above which the mean of the ratios between the lags from PRM and SRM becomes closer to unity, and the scatter is pronouncedly reduced. We also tested our code on a subset of SDSS Stripe 82 quasars, and found that our program tends to give biased lag estimations due to the observation gaps when the R-L relation prior in Markov Chain Monte Carlo is discarded. The performance of the damped random walk (DRW) model and the power-law (PL) structure function model on broadband PRM were compared. We found that given both SDSS-RM-like or Stripe 82-like light curves, the DRW model performs better in carrying out broadband PRM than the PL model.

  16. Dispersion of the RmInt1 group II intron in the Sinorhizobium meliloti genome upon acquisition by conjugative transfer.

    PubMed

    Nisa-Martínez, Rafael; Jiménez-Zurdo, José I; Martínez-Abarca, Francisco; Muñoz-Adelantado, Estefanía; Toro, Nicolás

    2007-01-01

    RmInt1 is a self-splicing and mobile group II intron initially identified in the bacterium Sinorhizobium meliloti, which encodes a reverse transcriptase-maturase (Intron Encoded Protein, IEP) lacking the C-terminal DNA binding (D) and DNA endonuclease domains (En). RmInt1 invades cognate intronless homing sites (ISRm2011-2) by a mechanism known as retrohoming. This work describes how the RmInt1 intron spreads in the S.meliloti genome upon acquisition by conjugation. This process was revealed by using the wild-type intron RmInt1 and engineered intron-donor constructs based on ribozyme coding sequence (DeltaORF)-derivatives with higher homing efficiency than the wild-type intron. The data demonstrate that RmInt1 propagates into the S.meliloti genome primarily by retrohoming with a strand bias related to replication of the chromosome and symbiotic megaplasmids. Moreover, we show that when expressed in trans from a separate plasmid, the IEP is able to mobilize genomic DeltaORF ribozymes that afterward displayed wild-type levels of retrohoming. Our results contribute to get further understanding of how group II introns spread into bacterial genomes in nature.

  17. Dispersion of the RmInt1 group II intron in the Sinorhizobium meliloti genome upon acquisition by conjugative transfer

    PubMed Central

    Nisa-Martínez, Rafael; Jiménez-Zurdo, José I.; Martínez-Abarca, Francisco; Muñoz-Adelantado, Estefanía; Toro, Nicolás

    2007-01-01

    RmInt1 is a self-splicing and mobile group II intron initially identified in the bacterium Sinorhizobium meliloti, which encodes a reverse transcriptase–maturase (Intron Encoded Protein, IEP) lacking the C-terminal DNA binding (D) and DNA endonuclease domains (En). RmInt1 invades cognate intronless homing sites (ISRm2011-2) by a mechanism known as retrohoming. This work describes how the RmInt1 intron spreads in the S.meliloti genome upon acquisition by conjugation. This process was revealed by using the wild-type intron RmInt1 and engineered intron-donor constructs based on ribozyme coding sequence (ΔORF)-derivatives with higher homing efficiency than the wild-type intron. The data demonstrate that RmInt1 propagates into the S.meliloti genome primarily by retrohoming with a strand bias related to replication of the chromosome and symbiotic megaplasmids. Moreover, we show that when expressed in trans from a separate plasmid, the IEP is able to mobilize genomic ΔORF ribozymes that afterward displayed wild-type levels of retrohoming. Our results contribute to get further understanding of how group II introns spread into bacterial genomes in nature. PMID:17158161

  18. Kinematic α tensors and dynamo mechanisms in a von Kármán swirling flow.

    PubMed

    Ravelet, F; Dubrulle, B; Daviaud, F; Ratié, P-A

    2012-07-13

    We provide experimental and numerical evidence of in-blades vortices in the von Kármán swirling flow. We estimate the associated kinematic α-effect tensor and show that it is compatible with recent models of the von Kármán sodium (VKS) dynamo. We further show that depending on the relative frequency of the two impellers, the dominant dynamo mechanism may switch from α2 to α - Ω dynamo. We discuss some implications of these results for VKS experiments.

  19. Herbimycins D-F, ansamycin analogues from Streptomyces sp. RM-7-15.

    PubMed

    Shaaban, Khaled A; Wang, Xiachang; Elshahawi, Sherif I; Ponomareva, Larissa V; Sunkara, Manjula; Copley, Gregory C; Hower, James C; Morris, Andrew J; Kharel, Madan K; Thorson, Jon S

    2013-09-27

    Bacterial strains belonging to the class actinomycetes were isolated from the soil near a thermal vent of the Ruth Mullins coal fire (Appalachian Mountains of eastern Kentucky). High-resolution electrospray ionization mass spectrometry and ultraviolet absorption profiles of metabolites from one of the isolates (Streptomyces sp. RM-7-15) revealed the presence of a unique set of metabolites ultimately determined to be herbimycins D-F (1-3). In addition, herbimycin A (4), dihydroherbimycin A (TAN 420E) (7), and the structurally distinct antibiotic bicycylomycin were isolated from the crude extract of Streptomyces sp. RM-7-15. Herbimycins A and D-F (1-3) displayed comparable binding affinities to the Hsp90α. While the new analogues were found to be inactive in cancer cell cytotoxicity and antimicrobial assays, they may offer new insights in the context of nontoxic ansamycin-based Hsp90 inhibitors for the treatment of neurodegenerative disease.

  20. U.S. Department of Energy Reference Model Program RM2: Experimental Results

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

    Hill, Craig; Neary, Vincent Sinclair; Gunawan, Budi

    2014-08-01

    The Reference Model Project (RMP), sponsored by the U.S. Department of Energy’s (DOE) Wind and Water Power Technologies Program within the Office of Energy Efficiency & Renewable Energy (EERE), aims at expediting industry growth and efficiency by providing non-proprietary Reference Models (RM) of MHK technology designs as study objects for open-source research and development (Neary et al. 2014a,b). As part of this program, MHK turbine models were tested in a large open channel facility at the University of Minnesota’s St. Anthony Falls Laboratory (UMN - SAFL) . Reference Model 2 (RM2) is a 1:15 geometric scale dual - rotor crossmore » flow vertical axis device with counter - rotating rotors, each with a rotor diameter d T = 0.43m and rotor height, h T = 0.323 m. RM2 is a river turbine designed for a site modeled after a reach in the lower Mississippi River near Baton Rouge, Louisiana (Barone et al. 2014) . Precise blade angular position and torque measurements were synchronized with three acoustic Doppler velocimeters (ADV) aligned with each rotor and the midpoint for RM2 . Flow conditions for each case were controlled such that depth, h = 1m, and volumetric flow rate, Q w = 2. 35m 3s -1 , resulting in a hub height velocity of approximately U hub = 1. 2 ms -1 and blade chord length Reynolds numbers of Re c = 6 .1x10 4. Vertical velocity profiles collected in the wake of each device from 1 to 10 rotor diameters are used to estimate the velocity recovery and turbulent characteristics in the wake, as well as the interaction of the counter-rotating rotor wakes. The development of this high resolution laboratory investigation provides a robust dataset that enables assessing computational fluid dynamics (CFD) models and their ability to accurately simulate turbulent inflow environments, device performance metrics, and to reproduce wake velocity deficit, recovery and higher order turbulent statistics.« less

  1. RANS Simulation (Rotating Reference Frame Model [RRF]) of Single Lab-Scaled DOE RM1 MHK Turbine

    DOE Data Explorer

    Javaherchi, Teymour; Stelzenmuller, Nick; Aliseda, Alberto; Seydel, Joseph

    2014-04-15

    Attached are the .cas and .dat files for the Reynolds Averaged Navier-Stokes (RANS) simulation of a single lab-scaled DOE RM1 turbine implemented in ANSYS FLUENT CFD-package. The lab-scaled DOE RM1 is a re-design geometry, based of the full scale DOE RM1 design, producing same power output as the full scale model, while operating at matched Tip Speed Ratio values at reachable laboratory Reynolds number (see attached paper). In this case study taking advantage of the symmetry of lab-scaled DOE RM1 geometry, only half of the geometry is models using (Single) Rotating Reference Frame model [RRF]. In this model RANS equations, coupled with k-\\omega turbulence closure model, are solved in the rotating reference frame. The actual geometry of the turbine blade is included and the turbulent boundary layer along the blade span is simulated using wall-function approach. The rotation of the blade is modeled by applying periodic boundary condition to sets of plane of symmetry. This case study simulates the performance and flow field in the near and far wake of the device at the desired operating conditions. The results of these simulations were validated against in-house experimental data. Please see the attached paper.

  2. From Decent Work to Decent Lives: Positive Self and Relational Management (PS&RM) in the Twenty-First Century

    PubMed Central

    Di Fabio, Annamaria; Kenny, Maureen E.

    2016-01-01

    The aim of the present study is to empirically test the theoretical model, Positive Self and Relational Management (PS&RM), for a sample of 184 Italian university students. The PS&RM model specifies the development of individuals' strengths, potentials, and talents across the lifespan and with regard to the dialect of self in relationship. PS&RM is defined theoretically by three constructs: Positive Lifelong Life Management, Positive Lifelong Self-Management, Positive Lifelong Relational Management. The three constructs are operationalized as follows: Positive Lifelong Life Management is measured by the Positive and Negative Affect Schedule (PANAS), the Satisfaction With Life Scale (SWLS), the Meaningful Life Measure (MLM), and the Authenticity Scale (AS); Positive Lifelong Self-Management is measured by the Intrapreneurial Self-Capital Scale (ISC), the Career Adapt-Abilities Scale (CAAS), and the Life Project Reflexivity Scale (LPRS); and Positive Lifelong Relational Management is measured by the Trait Emotional Intelligence Questionnaire (TEIQue), the Multidimensional Scale for Perceived Social Support (MSPSS), and the Positive Relational Management Scale (PRMS). Confirmatory factor analysis of the PS&RM model was completed using structural equation modeling. The theoretical PS&RM model was empirically tested as defined by the three hypothesized constructs. Empirical support for this model offers a framework for further research and the design of preventive interventions to promote decent work and decent lives in the twenty-first century. PMID:27047406

  3. Model-based observer and feedback control design for a rigid Joukowski foil in a Kármán vortex street.

    PubMed

    Free, Brian A; Paley, Derek A

    2018-03-14

    Obstacles and swimming fish in flow create a wake with an alternating left/right vortex pattern known as a Kármán vortex street and reverse Kármán vortex street, respectively. An energy-efficient fish behavior resembling slaloming through the vortex street is called Kármán gaiting. This paper describes the use of a bioinspired array of pressure sensors on a Joukowski foil to estimate and control flow-relative position in a Kármán vortex street using potential flow theory, recursive Bayesian filtering, and trajectory-tracking feedback control. The Joukowski foil is fixed in downstream position in a flowing water channel and free to move on air bearings in the cross-stream direction by controlling its angle of attack to generate lift. Inspired by the lateral-line neuromasts found in fish, the sensing and control scheme is validated using off-the-shelf pressure sensors in an experimental testbed that includes a flapping device to create vortices. We derive a potential flow model that describes the flow over a Joukowski foil in a Kármán vortex street and identify an optimal path through a Kármán vortex street using empirical observability. The optimally observable trajectory is one that passes through each vortex in the street. The estimated vorticity and location of the Kármán vortex street are used in a closed-loop control to track either the optimally observable path or the energetically efficient gait exhibited by fish. Results from the closed-loop control experiments in the flow tank show that the artificial lateral line in conjunction with a potential flow model and Bayesian estimator allow the robot to perform fish-like slaloming behavior in a Kármán vortex street. This work is a precursor to an autonomous robotic fish sensing the wake of another fish and/or performing pursuit and schooling behavior.

  4. Chemical synthesis, NMR analysis and evaluation on a cancer xenograft model (HL-60) of the aminosteroid derivative RM-133.

    PubMed

    Maltais, René; Hospital, Audrey; Delhomme, Audrey; Roy, Jenny; Poirier, Donald

    2014-04-01

    The aminosteroid derivative RM-133 has been reported to be a promising pro-apoptotic agent showing activity on various cancer cell lines. Following the development of solid-phase synthesis that generated a series of libraries of aminosteroid derivatives, we now report the development of a convenient liquid phase chemical synthesis of RM-133, the most promising candidate, in order to obtain sufficient quantities to proceed with the first preclinical assays. A simple and convergent six-step synthesis was designed and allowed the preparation of a gram-quantity scale of RM-133. This aminosteroid derivative was also fully characterized by NMR experiments which revealed an interesting mixture of conformers. Finally, the in vivo potency of RM-133 was evaluated on a xenograft model in nude mice with HL-60 tumors, which has resulted in the blocking of tumor progression by 57%. Copyright © 2014 Elsevier Inc. All rights reserved.

  5. Estimation of 1RM for knee extension based on the maximal isometric muscle strength and body composition.

    PubMed

    Kanada, Yoshikiyo; Sakurai, Hiroaki; Sugiura, Yoshito; Arai, Tomoaki; Koyama, Soichiro; Tanabe, Shigeo

    2017-11-01

    [Purpose] To create a regression formula in order to estimate 1RM for knee extensors, based on the maximal isometric muscle strength measured using a hand-held dynamometer and data regarding the body composition. [Subjects and Methods] Measurement was performed in 21 healthy males in their twenties to thirties. Single regression analysis was performed, with measurement values representing 1RM and the maximal isometric muscle strength as dependent and independent variables, respectively. Furthermore, multiple regression analysis was performed, with data regarding the body composition incorporated as another independent variable, in addition to the maximal isometric muscle strength. [Results] Through single regression analysis with the maximal isometric muscle strength as an independent variable, the following regression formula was created: 1RM (kg)=0.714 + 0.783 × maximal isometric muscle strength (kgf). On multiple regression analysis, only the total muscle mass was extracted. [Conclusion] A highly accurate regression formula to estimate 1RM was created based on both the maximal isometric muscle strength and body composition. Using a hand-held dynamometer and body composition analyzer, it was possible to measure these items in a short time, and obtain clinically useful results.

  6. [Therapeutic effect of rmIL-12 combined with G-CSF on acute radiation sickness produced by γ-ray irradiation in mice].

    PubMed

    Wang, Li; Zhai, Rui-Ren; Pang, Zhao-Xia; Zhang, Chao; Yu, Chang-Lin

    2012-08-01

    The aim of this study is to observe the therapeutic effect of recombinant murine interleukin 12 (rmIL-12) combining with granulocyte colony stimulating factor (G-CSF) on mice irradiated by γ-rays. 56 BALB/c mice were totally irradiated by 6.0 Gy of (60)Co γ-ray and randomly divided into irradiation control group, rmIL-12 treatment group, G-CSF treatment group and combination therapy (rmIL-12 plus G-CSF) group. rmIL-12 20 µg/kg was administrated intraperitoneally at 1 h following irradiation, and was administrated every 3 days after irradiation for 4 times in rmIL-12 treatment group. G-CSF 100 µg/kg was administrated subcutaneously the 2 h following irradiation for 14 d in G-CSF treatment group. The dose and method of rmIL-12 and G-CSF in combination therapy group were same as in rmIL-12 group and G-CSF group. The general status of mice were observed twice a day, the changes in body weight, peripheral blood cell (WBC and Plt) counts were examined once every three days, bone marrow cells were collected to perform colony cultivation on day 14 and 28 after irradiation. The results showed that WBC count recovery time in combination therapy group was significantly earlier than that of the control group (7 d vs 11 d), WBC count recovery velocity in the combination therapy group was no significant different from that of the G-CSF treatment group. Combined therapy significantly promoted Plt count recovery, resulting in less profound nadirs (16.5% vs 8.1%, P < 0.01) and rapid recovery to normal levels (11 d vs 14 d), Plt count recovery velocity in the combination therapy group was no significant different from that of the rmIL-12 treatment group. Culture of bone marrow cells in semi-solid medium also demonstrated that combination of rmIL-12 and G-CSF could stimulate bone marrow cells to form more CFU-GM and CFU-Mix than those of the irradiation control group in vitro on day 14 and 28 after irradiation (P < 0.05). It is concluded that the combination of rmIL-12 and G

  7. Red mud (RM)-Induced enhancement of iron plaque formation reduces arsenic and metal accumulation in two wetland plant species.

    PubMed

    Yang, J X; Guo, Q J; Yang, J; Zhou, X Y; Ren, H Y; Zhang, H Z; Xu, R X; Wang, X D; Peters, M; Zhu, G X; Wei, R F; Tian, L Y; Han, X K

    2016-01-01

    Human activities have resulted in arsenic (As) and heavy metals accumulation in paddy soils in China. Phytoremediation has been suggested as an effective and low-cost method to clean up contaminated soils. A combined soil-sand pot experiment was conducted to investigate the influence of red mud (RM) supply on iron plaque formation and As and heavy metal accumulation in two wetland plant species (Cyperus alternifolius Rottb., Echinodorus amazonicus Rataj), using As and heavy metals polluted paddy soil combined with three rates of RM application (0, 2%, 5%). The results showed that RM supply significantly decreased As and heavy metals accumulation in shoots of the two plants due to the decrease of As and heavy metal availability and the enhancement of the formation of iron plaque on the root surface and in the rhizosphere. Both wetland plants supplied with RM tended to have more Fe plaque, higher As and heavy metals on roots and in their rhizospheres, and were more tolerant of As and heavy metal toxicity. The results suggest that RM-induced enhancement of the formation of iron plaque on the root surface and in the rhizosphere of wetland plants may be significant for remediation of soils contaminated with As and heavy metals.

  8. Bioremediation of heavy metals using an endophytic bacterium Paenibacillus sp. RM isolated from the roots of Tridax procumbens.

    PubMed

    Govarthanan, M; Mythili, R; Selvankumar, T; Kamala-Kannan, S; Rajasekar, A; Chang, Young-Cheol

    2016-12-01

    The aim of the present study was to assess the bioremediation potential of endophytic bacteria isolated from roots of Tridax procumbens plant. Five bacterial endophytes were isolated and subsequently tested for minimal inhibitory concentration (MIC) against different heavy metals. Amongst the five isolates, strain RM exhibited the highest resistance to copper (750 mg/l), followed by zinc (500 mg/l), lead (450 mg/l), and arsenic (400 mg/l). Phylogenetic analysis of the 16S rDNA sequence suggested that strain RM was a member of genus Paneibacillus. Strain RM also had the capacity to produce secondary metabolites, indole acetic acid, siderophores, 1-aminocyclopropane-1-carboxylate (ACC) deaminase, and biosurfactant and solubilize phosphate. The growth kinetics of strain RM was altered slightly in the presence of metal stress. Temperature and pH influenced the metal removal rate. The results suggest that strain RM can survive under the high concentration of heavy metals and has been identified as a potential candidate for application in bioremediation of heavy metals in contaminated environments.

  9. Reliability improvements on Thales RM2 rotary Stirling coolers: analysis and methodology

    NASA Astrophysics Data System (ADS)

    Cauquil, J. M.; Seguineau, C.; Martin, J.-Y.; Benschop, T.

    2016-05-01

    The cooled IR detectors are used in a wide range of applications. Most of the time, the cryocoolers are one of the components dimensioning the lifetime of the system. The cooler reliability is thus one of its most important parameters. This parameter has to increase to answer market needs. To do this, the data for identifying the weakest element determining cooler reliability has to be collected. Yet, data collection based on field are hardly usable due to lack of informations. A method for identifying the improvement in reliability has then to be set up which can be used even without field return. This paper will describe the method followed by Thales Cryogénie SAS to reach such a result. First, a database was built from extensive expertizes of RM2 failures occurring in accelerate ageing. Failure modes have then been identified and corrective actions achieved. Besides this, a hierarchical organization of the functions of the cooler has been done with regard to the potential increase of its efficiency. Specific changes have been introduced on the functions most likely to impact efficiency. The link between efficiency and reliability will be described in this paper. The work on the two axes - weak spots for cooler reliability and efficiency - permitted us to increase in a drastic way the MTTF of the RM2 cooler. Huge improvements in RM2 reliability are actually proven by both field return and reliability monitoring. These figures will be discussed in the paper.

  10. Meta-Cresol Purple Reference Material® (RM) for Seawater pH Measurements

    NASA Astrophysics Data System (ADS)

    Easley, R. A.; Waters, J. F.; Place, B. J.; Pratt, K. W.

    2016-02-01

    The pH of seawater is a fundamental quantity that governs the carbon dioxide - carbonate system in the world's oceans. High quality pH measurements for long-term monitoring, shipboard studies, and shorter-term biological studies (mesocosm and field experiments) can be ensured through a reference material (RM) that is compatible with existing procedures and which is traceable to primary pH measurement metrology. High-precision spectrophotometric measurements of seawater pH using an indicator dye such as meta-cresol purple (mCP) are well established. However, traceability of these measurements to the International System of Units (SI) additionally requires characterizing the spectrophotometric pH response of the dye in multiple artificial seawater buffers that themselves are benchmarked via primary pH (Harned cell) measurements at a range of pH, salinity, and temperature. NIST is currently developing such a mCP pH RM using this approach. This material will also incorporate new procedures developed at NIST for assessing the purity and homogeneity of the mCP reagent itself. The resulting mCP will provide long-term (years) stability and ease of shipment compared to artificial seawater pH buffers. These efforts will provide the oceanographic user community with a NIST issued mCP (RM), characterized as to its molar absorptivity values and acid dissociation constants (pKa), with uncertainties that comply with the Guide to the Expression of Uncertainty in Measurement (GUM).

  11. Extended Mixed-Efects Item Response Models with the MH-RM Algorithm

    ERIC Educational Resources Information Center

    Chalmers, R. Philip

    2015-01-01

    A mixed-effects item response theory (IRT) model is presented as a logical extension of the generalized linear mixed-effects modeling approach to formulating explanatory IRT models. Fixed and random coefficients in the extended model are estimated using a Metropolis-Hastings Robbins-Monro (MH-RM) stochastic imputation algorithm to accommodate for…

  12. Spectroscopic Classification of ASASSN-15rm as a Type Ia Supernova

    NASA Astrophysics Data System (ADS)

    Zheng, W.; Halevi, G.; Shivvers, I.; Yuk, H.; Filippenko, A. V.

    2015-10-01

    We report that inspection of a CCD spectrum (range 350-1050 nm) of ASASSN-15rm (ATel #8192), obtained on Oct. 20.50 UT with the Shane 3-m reflector (+ Kast spectrograph) at Lick Observatory, shows that the object is a normal Type Ia supernova roughly 1 week past maximum brightness.

  13. Determination of accuracy of winding deformation method using kNN based classifier used for 3 MVA transformer

    NASA Astrophysics Data System (ADS)

    Ahmed, Mustafa Wasir; Baishya, Manash Jyoti; Sharma, Sasanka Sekhor; Hazarika, Manash

    2018-04-01

    This paper presents a detecting system on power transformer in transformer winding, core and on load tap changer (OLTC). Accuracy of winding deformation is determined using kNN based classifier. Winding deformation in power transformer can be measured using sweep frequency response analysis (SFRA), which can enhance the diagnosis accuracy to a large degree. It is suggested that in the results minor deformation faults can be detected at frequency range of 1 mHz to 2 MHz. The values of RCL parameters are changed when faults occur and hence frequency response of the winding will change accordingly. The SFRA data of tested transformer is compared with reference trace. The difference between two graphs indicate faults in the transformer. The deformation between 1 mHz to 1kHz gives winding deformation, 1 kHz to 100 kHz gives core deformation and 100 kHz to 2 MHz gives OLTC deformation.

  14. Y-chromosome R-M343 African Lineages and Sickle Cell Disease reveal structured assimilation in Lebanon

    PubMed Central

    Haber, Marc; Platt, Daniel E; Khoury, Simon; Badro, Danielle A; Abboud, Miguel; Smith, Chris Tyler; Zalloua, Pierre A

    2012-01-01

    We have sought to identify signals of assimilation of African male lines in Lebanon by exploring the association of sickle cell disease in Lebanon with Y-chromosome haplogroups that are informative of the disease origin and its exclusivity to the Muslim community. A total of 732 samples were analyzed including 33 sickle cell disease patients from Lebanon genotyped for 28 binary markers and 19 short tandem repeats on the non-recombinant segment of the Y chromosome. Genetic organization was identified using populations known to have influenced the genetic structure of the Lebanese population, in addition to African populations with high incidence of sickle cell disease. Y-chromosome haplogroup R-M343 sub-lineages distinguish between sub-Saharan African and Lebanese Y chromosomes. We detected a limited penetration of sickle cell disease into Lebanese R-M343 carriers, restricted to Lebanese Muslims. We suggest that this penetration brought the sickle cell gene along with the African R-M343, probably with the Saharan caravan slave trade. PMID:20981037

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

    NASA Astrophysics Data System (ADS)

    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.

  16. Functionality of In vitro Reconstituted Group II Intron RmInt1-Derived Ribonucleoprotein Particles.

    PubMed

    Molina-Sánchez, Maria D; García-Rodríguez, Fernando M; Toro, Nicolás

    2016-01-01

    The functional unit of mobile group II introns is a ribonucleoprotein particle (RNP) consisting of the intron-encoded protein (IEP) and the excised intron RNA. The IEP has reverse transcriptase activity but also promotes RNA splicing, and the RNA-protein complex triggers site-specific DNA insertion by reverse splicing, in a process called retrohoming. In vitro reconstituted ribonucleoprotein complexes from the Lactococcus lactis group II intron Ll.LtrB, which produce a double strand break, have recently been studied as a means of developing group II intron-based gene targeting methods for higher organisms. The Sinorhizobium meliloti group II intron RmInt1 is an efficient mobile retroelement, the dispersal of which appears to be linked to transient single-stranded DNA during replication. The RmInt1IEP lacks the endonuclease domain (En) and cannot cut the bottom strand to generate the 3' end to initiate reverse transcription. We used an Escherichia coli expression system to produce soluble and active RmInt1 IEP and reconstituted RNPs with purified components in vitro . The RNPs generated were functional and reverse-spliced into a single-stranded DNA target. This work constitutes the starting point for the use of group II introns lacking DNA endonuclease domain-derived RNPs for highly specific gene targeting methods.

  17. Functionality of In vitro Reconstituted Group II Intron RmInt1-Derived Ribonucleoprotein Particles

    PubMed Central

    Molina-Sánchez, Maria D.; García-Rodríguez, Fernando M.; Toro, Nicolás

    2016-01-01

    The functional unit of mobile group II introns is a ribonucleoprotein particle (RNP) consisting of the intron-encoded protein (IEP) and the excised intron RNA. The IEP has reverse transcriptase activity but also promotes RNA splicing, and the RNA-protein complex triggers site-specific DNA insertion by reverse splicing, in a process called retrohoming. In vitro reconstituted ribonucleoprotein complexes from the Lactococcus lactis group II intron Ll.LtrB, which produce a double strand break, have recently been studied as a means of developing group II intron-based gene targeting methods for higher organisms. The Sinorhizobium meliloti group II intron RmInt1 is an efficient mobile retroelement, the dispersal of which appears to be linked to transient single-stranded DNA during replication. The RmInt1IEP lacks the endonuclease domain (En) and cannot cut the bottom strand to generate the 3′ end to initiate reverse transcription. We used an Escherichia coli expression system to produce soluble and active RmInt1 IEP and reconstituted RNPs with purified components in vitro. The RNPs generated were functional and reverse-spliced into a single-stranded DNA target. This work constitutes the starting point for the use of group II introns lacking DNA endonuclease domain-derived RNPs for highly specific gene targeting methods. PMID:27730127

  18. Improving empirical evidence on differentiating closely related men with RM Y-STRs: A comprehensive pedigree study from Pakistan.

    PubMed

    Adnan, Atif; Ralf, Arwin; Rakha, Allah; Kousouri, Nefeli; Kayser, Manfred

    2016-11-01

    Y-chromosomal short tandem repeat (Y-STR) markers are commonly used in forensic genetics. Male-specific haplotypes provided by commercial Y-STR kits allow discriminating between many - but not all - unrelated men, while they mostly fail to separate related ones. Aiming to improve male relative and paternal lineage differentiation, a set of 13 rapidly-mutating (RM) Y-STRs was previously identified and introduced to forensic Y-chromosome analysis. Recently, their value was highlighted by separating 99% of over 12,200 unrelated men from 111 global populations, as well as 29% of over 2500 male relative pairs, the vast majority were father-sons. Here, we provide improved empirical evidence on differentiating closely related men with RM Y-STRs, most notably beyond father-sons, where previous data were limited. After careful quality control including genetic relationship testing, we used 572 Pakistani men belonging to 99 2-4 generation pedigrees covering 1568 pairs of men related by 1-6 meioses. Of those, 45% were differentiated by one or more of the 13 RM Y-STR markers. In contrast, only 14.7% of a subset of 1484 pairs from 94 pedigrees were separated by the commercial AmpFlSTR Y-filer kit. Combining previously published and new data, an overall differentiation rate of 35.3% was revealed for the RM Y-STR set based on 4096 pairs of men related by 1-20 meioses, compared to 9.6% with Y-filer based on 3645 pairs. Using father-son pair data from the present and previous studies, we provide updated RM Y-STR mutation rates. Locus-specific mutation rates ranged from 2.0×10 -3 (7.0×10 -4 -4.3×10 -3 ) to 6.9×10 -2 (6.1×10 -2 -7.9×10 -2 ) based on 2741-3143 meioses, with an average rate across all 13 RM Y-STR markers of 1.8×10 -2 (1.7×10 -2 -1.9×10 -2 ) based on 800 mutations from 44,922 meioses. The high haplotype diversity (h=0.9996) we observed among the unrelated men (N=105) underlines the value of this RM Y-STR set to differentiate paternal lineages even from

  19. Behavioral and pathophysiological outcomes associated with caffeine consumption and repetitive mild traumatic brain injury (RmTBI) in adolescent rats

    PubMed Central

    Yamakawa, Glenn R.; Lengkeek, Connor; Salberg, Sabrina; Spanswick, Simon C.; Mychasiuk, Richelle

    2017-01-01

    Given that caffeine consumption is exponentially rising in adolescents and they are at increased risk for repetitive mild traumatic brain injury (RmTBI), we sought to examine the pathophysiological outcomes associated with early life caffeine consumption and RmTBI. Adolescent male and female Sprague Dawley rats received either caffeine in the drinking water or normal water and were then randomly assigned to 3 mild injuries using our lateral impact device or 3 sham procedures. Following injury induction, behavioral outcomes were measured with a test battery designed to examine symptoms consistent with clinical manifestation of PCS (balance and motor coordination, anxiety, short-term working memory, and depressive-like behaviours). In addition, pathophysiological outcomes were examined with histological measures of volume and cellular proliferation in the dentate gyrus, as well as microglia activation in the ventromedial hypothalamus. Finally, modifications to expression of 12 genes (Adora2a, App, Aqp4, Bdnf, Bmal1, Clock, Cry, Gfap, Orx1, Orx2, Per, Tau), in the prefrontal cortex, hippocampus, and/or the hypothalamus were assessed. We found that chronic caffeine consumption in adolescence altered normal developmental trajectories, as well as recovery from RmTBI. Of particular importance, many of the outcomes exhibited sex-dependent responses whereby the sex of the animal modified response to caffeine, RmTBI, and the combination of the two. These results suggest that caffeine consumption in adolescents at high risk for RmTBI should be monitored. PMID:29108016

  20. Behavioral and pathophysiological outcomes associated with caffeine consumption and repetitive mild traumatic brain injury (RmTBI) in adolescent rats.

    PubMed

    Yamakawa, Glenn R; Lengkeek, Connor; Salberg, Sabrina; Spanswick, Simon C; Mychasiuk, Richelle

    2017-01-01

    Given that caffeine consumption is exponentially rising in adolescents and they are at increased risk for repetitive mild traumatic brain injury (RmTBI), we sought to examine the pathophysiological outcomes associated with early life caffeine consumption and RmTBI. Adolescent male and female Sprague Dawley rats received either caffeine in the drinking water or normal water and were then randomly assigned to 3 mild injuries using our lateral impact device or 3 sham procedures. Following injury induction, behavioral outcomes were measured with a test battery designed to examine symptoms consistent with clinical manifestation of PCS (balance and motor coordination, anxiety, short-term working memory, and depressive-like behaviours). In addition, pathophysiological outcomes were examined with histological measures of volume and cellular proliferation in the dentate gyrus, as well as microglia activation in the ventromedial hypothalamus. Finally, modifications to expression of 12 genes (Adora2a, App, Aqp4, Bdnf, Bmal1, Clock, Cry, Gfap, Orx1, Orx2, Per, Tau), in the prefrontal cortex, hippocampus, and/or the hypothalamus were assessed. We found that chronic caffeine consumption in adolescence altered normal developmental trajectories, as well as recovery from RmTBI. Of particular importance, many of the outcomes exhibited sex-dependent responses whereby the sex of the animal modified response to caffeine, RmTBI, and the combination of the two. These results suggest that caffeine consumption in adolescents at high risk for RmTBI should be monitored.

  1. The ghrelin agonist RM-131 accelerates gastric emptying of solids and reduces symptoms in patients with type 1 diabetes mellitus.

    PubMed

    Shin, Andrea; Camilleri, Michael; Busciglio, Irene; Burton, Duane; Smith, Steven A; Vella, Adrian; Ryks, Michael; Rhoten, Deborah; Zinsmeister, Alan R

    2013-11-01

    RM-131, a synthetic ghrelin agonist, greatly accelerates gastric emptying of solids in patients with type 2 diabetes and delayed gastric emptying (DGE). We investigated the safety and effects of a single dose of RM-131 on gastric emptying and upper gastrointestinal (GI) symptoms in patients with type 1 diabetes and previously documented DGE. In a double-blind cross-over study, 10 patients with type 1 diabetes (age, 45.7 ± 4.4 y; body mass index, 24.1 ± 1.1 kg/m(2)) and previously documented DGE were assigned in random order to receive a single dose of RM-131 (100 μg, subcutaneously) or placebo. Thirty minutes later, they ate a radiolabeled solid-liquid meal containing EggBeaters (ConAgra Foods, Omaha, NE), and then underwent 4 hours of gastric emptying and 6 hours of colonic filling analyses by scintigraphy. Upper GI symptoms were assessed using a daily diary, gastroparesis cardinal symptom index (total GCSI-DD) and a combination of nausea, vomiting, fullness, and pain (NVFP) scores (each rated on a 0-5 scale). At screening, participants' mean level of hemoglobin A1c was 9.1% ± 0.5%; their total GCSI-DD score was 1.66 ± 0.38 (median, 1.71), and their total NVFP score was 1.73 ± 0.39 (median, 1.9). The t1/2 of solid gastric emptying was 84.9 ± 31.6 minutes when subjects were given RM-131 and 118.7 ± 26.7 when they were given a placebo. The median difference (Δ)was 33.9 minutes (interquartile range [IQR] -12, -49), or -54.7% (IQR, -21%,-110%). RM-131 decreased gastric retention of solids at 1 hour (P = .005) and 2 hours (P = .019). Numeric differences in t1/2 for gastric emptying of liquids, solid gastric emptying lag time, and colonic filling at 6 hours were not significant. Total GCSI-DD scores were 0.79 on placebo (IQR, 0.75, 2.08) and 0.17 on RM-131 (IQR, 0.00, 0.67; P = .026); NVFP scores were lower on RM-131 (P = .041). There were no significant adverse effects. RM-131 significantly accelerates gastric emptying of solids and reduces upper GI symptoms

  2. Galerkin analysis of kinematic dynamos in the von Kármán geometry

    NASA Astrophysics Data System (ADS)

    Marié, L.; Normand, C.; Daviaud, F.

    2006-01-01

    We investigate dynamo action by solving the kinematic dynamo problem for velocity fields of the von Kármán type between two coaxial counter-rotating propellers in a cylinder. A Galerkin method is implemented that takes advantage of the symmetries of the flow and their subsequent influence on the nature of the magnetic field at the dynamo threshold. Distinct modes of instability have been identified that differ by their spatial and temporal behaviors. Our calculations give the result that a stationary and antisymmetric mode prevails at the dynamo threshold. We then present a quantitative analysis of the results based on the parametric study of four interaction coefficients obtained by reduction of our initially large eigenvalue problem. We propose these coefficients to measure the relative importance of the different mechanisms at play in the von Kármán kinematic dynamo.

  3. von Kármán swirling flow between a rotating and a stationary smooth disk: Experiment

    NASA Astrophysics Data System (ADS)

    Mukherjee, Aryesh; Steinberg, Victor

    2018-01-01

    Precise measurements of the torque in a von Kármán swirling flow between a rotating and a stationary smooth disk in three Newtonian fluids with different dynamic viscosities are reported. From these measurements the dependence of the normalized torque, called the friction coefficient, on Re is found to be of the form Cf=1.17 (±0.03 ) Re-0.46±0.003 where the scaling exponent and coefficient are close to that predicted theoretically for an infinite, unshrouded, and smooth rotating disk which follows from an exact similarity solution of the Navier-Stokes equations, obtained by von Kármán. An error analysis shows that deviations from the theory can be partially caused by background errors. Measurements of the azimuthal Vθ and axial velocity profiles along radial and axial directions reveal that the flow core rotates at Vθ/r Ω ≃0.22 (up to z ≈4 cm from the rotating disk and up to r0/R ≃0.25 in the radial direction) in spite of the small aspect ratio of the vessel. Thus the friction coefficient shows scaling close to that obtained from the von Kármán exact similarity solution, but the observed rotating core provides evidence of the Batchelor-like solution [Q. J. Mech. Appl. Math. 4, 29 (1951), 10.1093/qjmam/4.1.29] different from the von Kármán [Z. Angew. Math. Mech. 1, 233 (1921), 10.1002/zamm.19210010401] or Stewartson [Proc. Camb. Philos. Soc. 49, 333 (1953), 10.1017/S0305004100028437] one.

  4. Primary mass discrimination of high energy cosmic rays using PNN and k-NN methods

    NASA Astrophysics Data System (ADS)

    Rastegarzadeh, G.; Nemati, M.

    2018-02-01

    Probabilistic neural network (PNN) and k-Nearest Neighbors (k-NN) methods are widely used data classification techniques. In this paper, these two methods have been used to classify the Extensive Air Shower (EAS) data sets which were simulated using the CORSIKA code for three primary cosmic rays. The primaries are proton, oxygen and iron nuclei at energies of 100 TeV-10 PeV. This study is performed in the following of the investigations into the primary cosmic ray mass sensitive observables. We propose a new approach for measuring the mass sensitive observables of EAS in order to improve the primary mass separation. In this work, the EAS observables measurement has performed locally instead of total measurements. Also the relationships between the included number of observables in the classification methods and the prediction accuracy have been investigated. We have shown that the local measurements and inclusion of more mass sensitive observables in the classification processes can improve the classifying quality and also we have shown that muons and electrons energy density can be considered as primary mass sensitive observables in primary mass classification. Also it must be noted that this study is performed for Tehran observation level without considering the details of any certain EAS detection array.

  5. Enhancing Tissue Engineering and Regenerative Medicine Product Commercialization: The Role of Science in Regulatory Decision-Making for the TE/RM Product Development.

    PubMed

    Bertram, Timothy A; Johnson, Peter C; Tawil, Bill J; Van Dyke, Mark; Hellman, Kiki B

    2015-10-01

    TERMIS-AM Industry Committee (TERMIS-AM/IC), in collaboration with the TERMIS-Europe (EU)/IC, conducted a symposium involving the European Medicines Agency and the U.S. Food and Drug Administration (FDA) toward building an understanding of the rational basis for regulatory decision-making and providing a framework for decisions made during the evaluation of safety and efficacy of TE/RM technologies. This symposium was held in August 2012 during the TERMIS-WC in Vienna, Austria. Emerging from this international initiative by the European Union and the United States, representatives from the respective agencies demonstrated that there are ongoing interagency efforts for developing common national practices toward harmonization of regulatory requirements for the TE/RM products. To extend a broad-based understanding of the role of science in regulatory decision-making, TERMIS-AM/IC, in cooperation with the FDA, organized a symposium at the 2014 TERMIS-AM Annual Meeting, which was held in Washington, DC. This event provided insights from leaders in the FDA and TERMIS on the current status of regulatory approaches for the approved TE/RM products, the use of science in making regulatory decisions, and TE/RM technologies that are in the development pipeline to address unmet medical needs. A far-ranging discussion with FDA representatives, industrialists, physicians, regenerative medicine biologists, and tissue engineers considered the gaps in today's scientific and regulatory understanding of TE/RM technologies. The identified gaps represent significant opportunities to advance TE/RM technologies toward commercialization.

  6. Electromyographic activity and 6RM strength in bench press on stable and unstable surfaces.

    PubMed

    Saeterbakken, Atle H; Fimland, Marius S

    2013-04-01

    The purpose of the study was to compare 6-repetition maximum (6RM) loads and muscle activity in bench press on 3 surfaces, namely, stable bench, balance cushion, and Swiss ball. Sixteen healthy, resistance-trained men (age 22.5 ± 2.0 years, stature 1.82 ± 6.6 m, and body mass 82.0 ± 7.8 kg) volunteered for 3 habituation/strength testing sessions and 1 experimental session. In randomized order on the 3 surfaces, 6RM strength and electromyographic activity of pectoralis major, deltoid anterior, biceps brachii, triceps brachii, rectus abdominis, oblique external and erector spinae were assessed. Relative to stable bench, the 6RM strength was approximately 93% for balance cushion (p ≤ 0.001) and approximately 92% for Swiss ball (p = 0.008); the pectoralis major electromyographic (EMG) activity was approximately 90% using the balance cushion (p = 0.080) and approximately 81% using Swiss ball (p = 0.006); the triceps EMG was approximately 79% using the balance cushion (p = 0.028) and approximately 69% using the Swiss ball (p = 0.002). Relative to balance cushion, the EMG activity in pectoralis, triceps, and erector spinae using Swiss ball was approximately 89% (p = 0.016), approximately 88% (p = 0.014) and approximately 80% (p = 0.020), respectively. In rectus abdominis, the EMG activity relative to Swiss ball was approximately 69% using stable bench (p = 0.042) and approximately 65% using the balance cushion (p = 0.046). Similar EMG activities between stable and unstable surfaces were observed for deltoid anterior, biceps brachii, and oblique external. In conclusion, stable bench press had greater 6RM strength and triceps and pectoralis EMG activity compared with the unstable surfaces. These findings have implications for athletic training and rehabilitation, because they demonstrate an inferior effect of unstable surfaces on muscle activation of prime movers and strength in bench press. If an unstable surface in bench press is desirable, a balance cushion should

  7. RPE vs. Percentage 1RM Loading in Periodized Programs Matched for Sets and Repetitions

    PubMed Central

    Helms, Eric R.; Byrnes, Ryan K.; Cooke, Daniel M.; Haischer, Michael H.; Carzoli, Joseph P.; Johnson, Trevor K.; Cross, Matthew R.; Cronin, John B.; Storey, Adam G.; Zourdos, Michael C.

    2018-01-01

    Purpose: To investigate differences between rating of perceived exertion (RPE) and percentage one-repetition maximum (1RM) load assignment in resistance-trained males (19–35 years) performing protocols with matched sets and repetitions differentiated by load-assignment. Methods: Participants performed squats then bench press 3x/weeks in a daily undulating format over 8-weeks. Participants were counterbalanced by pre-test 1RM then assigned to percentage 1RM (1RMG, n = 11); load-assignment via percentage 1RMs, or RPE groups (RPEG, n = 10); participant-selected loads to reach target RPE ranges. Ultrasonography determined pre and post-test pectoralis (PMT), and vastus lateralis muscle thickness at 50 (VLMT50) and 70% (VLMT70) femur-length. Results: Bench press (1RMG +9.64 ± 5.36; RPEG + 10.70 ± 3.30 kg), squat (1RMG + 13.91 ± 5.89; RPEG + 17.05 ± 5.44 kg) and their combined-total 1RMs (1RMG + 23.55 ± 10.38; RPEG + 27.75 ± 7.94 kg) increased (p < 0.05) in both groups as did PMT (1RMG + 1.59 ± 1.33; RPEG +1.90 ± 1.91 mm), VLMT50 (1RMG +2.13 ± 1.95; RPEG + 1.85 ± 1.97 mm) and VLMT70 (1RMG + 2.40 ± 2.22; RPEG + 2.31 ± 2.27 mm). Between-group differences were non-significant (p > 0.05). Magnitude-based inferences revealed 79, 57, and 72% chances of mean small effect size (ES) advantages for squat; ES 90% confidence limits (CL) = 0.50 ± 0.63, bench press; ES 90% CL = 0.28 ± 0.73, and combined-total; ES 90% CL = 0.48 ± 0.68 respectively, in RPEG. There were 4, 14, and 6% chances 1RMG had a strength advantage of the same magnitude, and 18, 29, and 22% chances, respectively of trivial differences between groups. Conclusions: Both loading-types are effective. However, RPE-based loading may provide a small 1RM strength advantage in a majority of individuals. PMID:29628895

  8. VizieR Online Data Catalog: SDSS-RM project: peak velocities of QSOs (Shen+, 2016)

    NASA Astrophysics Data System (ADS)

    Shen, Y.; Brandt, W. N.; Richards, G. T.; Denney, K. D.; Greene, J. E.; Grier, C. J.; Ho, L. C.; Peterson, B. M.; Petitjean, P.; Schneider, D. P.; Tao, C.; Trump, J. R.

    2017-01-01

    The SDSS-RM quasar sample includes 849 broad-line quasars at 0.1RM project within the SDSS-III (Eisenstein+ 2011AJ....142...72E) Baryon Oscillation Spectroscopic Survey (BOSS, Dawson+ 2013AJ....145...10D), using the BOSS spectrograph on the 2.5m SDSS telescope. The wavelength coverage of BOSS spectroscopy is ~3650-10400Å, with a spectral resolution of R~2000. (1 data file).

  9. Expression and characterization of hyperthermostable exo-polygalacturonase RmGH28 from Rhodothermus marinus

    USDA-ARS?s Scientific Manuscript database

    The gene RmGH28 from the organism Rhodothermus marinus putatively encoding a glycosyl hydrolase family 28 polygalacturonase was expressed in E. coli, and the enzyme purified and biochemically characterized. The gene was found to encode an exo- polygalacturonase, with galacturonic acid monomer and th...

  10. U.S. Department of Energy Reference Model Program RM1: Experimental Results.

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

    Hill, Craig; Neary, Vincent Sinclair; Gunawan, Budi

    The Reference Model Project (RMP), sponsored by the U.S. Department of Energy’s (DOE) Wind and Water Power Technologies Program within the Office of Energy Efficiency & Renewable Energy (EERE), aims at expediting industry growth and efficiency by providing nonproprietary Reference Models (RM) of MHK technology designs as study objects for opensource research and development (Neary et al. 2014a,b). As part of this program, MHK turbine models were tested in a large open channel facility at the University of Minnesota’s St. Anthony Falls Laboratory (UMN-SAFL). Reference Model 1 (RM1) is a 1:40 geometric scale dual-rotor axial flow horizontal axis device withmore » counter-rotating rotors, each with a rotor diameter dT = 0.5m. Precise blade angular position and torque measurements were synchronized with three acoustic Doppler velocimeters (ADVs) aligned with each rotor and the midpoint for RM1. Flow conditions for each case were controlled such that depth, h = 1m, and volumetric flow rate, Qw = 2.425m3s-1, resulting in a hub height velocity of approximately Uhub = 1.05ms-1 and blade chord length Reynolds numbers of Rec ≈ 3.0x105. Vertical velocity profiles collected in the wake of each device from 1 to 10 rotor diameters are used to estimate the velocity recovery and turbulent characteristics in the wake, as well as the interaction of the counter-rotating rotor wakes. The development of this high resolution laboratory investigation provides a robust dataset that enables assessing turbulence performance models and their ability to accurately predict device performance metrics, including computational fluid dynamics (CFD) models that can be used to predict turbulent inflow environments, reproduce wake velocity deficit, recovery and higher order turbulent statistics, as well as device performance metrics.« less

  11. Combined use of confocal laser scanning microscopy (CLSM) and Raman microscopy (RM): investigations on EPS-Matrix.

    PubMed

    Wagner, Michael; Ivleva, Natalia P; Haisch, Christoph; Niessner, Reinhard; Horn, Harald

    2009-01-01

    Confocal laser scanning microscopy (CLSM) was applied in combination with Raman microscopy (RM) for the characterization of heterotrophic biofilms. Compared to CLSM, RM allows for a deeper insight into the chemical structure of extracellular polymeric substances (EPS) of the biofilm matrix. A low load of glucose (2 g m(-2)d(-1)) was applied as substrate to ensure small growth rates of the heterotrophic biofilm. To investigate the influence of hydrodynamic conditions on the chemical composition of EPS, a three funnel flow system was used, wherein biofilms were grown at Reynolds numbers of 1000, 2500 and 4000, respectively. 31 and 92 days after inoculation with activated sludge supernatant RM was applied as an additional technique to standard CLSM measurements for a more detailed analysis of the biofilm matrix. Polysaccharide-related Raman bands are in good agreement with the lectin binding analysis from CLSM. For the older biofilm, lectin binding analysis showed no change in the composition of EPS, whereas Raman spectra pointed out a change of EPS composition from predominantly polysaccharides to predominantly (glyco) proteins. For the applied substrate condition no significant influence of the Reynolds number on the chemical properties was observed.

  12. A pilot mixed-methods evaluation of MS INFoRm: a self-directed fatigue management resource for individuals with multiple sclerosis.

    PubMed

    Akbar, Nadine; Turpin, Karen; Petrin, Julie; Smyth, Penny; Finlayson, Marcia

    2018-06-01

    Fatigue management interventions for individuals with multiple sclerosis (MS) often feature structured programmes requiring repeated, in-person attendance that is not possible for all individuals. We sought to determine whether MS INFoRm, a self-directed fatigue management resource for individuals with MS, was worth further, more rigorous evaluation. Our indicators of worthiness were actual use of the resource by participants over 3 months, reductions in fatigue impact and increases in self-efficacy, and participant reports of changes in fatigue management knowledge and behaviours. This was a single-group, mixed-methods, before-after pilot study in individuals with MS reporting mild to moderate fatigue. Thirty-five participants were provided with MS INFoRm by a USB flash drive to use at home for 3 months, on their own volition. Twenty-three participants completed all standardized questionnaires, semi-structured interviews and study process measures. Participants reported actively using MS INFoRm over the 3-month study period (median total time spent using MS INFoRm=315 min) as well as significantly lower overall fatigue impact (Modified Fatigue Impact Scale: t=2.6, P=0.01), increased knowledge of MS fatigue (z=-2.8, P=0.01) and greater confidence in managing MS fatigue (z=-3.3, P=0.001). Individuals with significant reductions in fatigue impact also reported behavioural changes including tracking fatigue, better communication with others, greater awareness, improved quality of life and being more proactive. This study provides evidence that further rigorous evaluation of MS INFoRm, a self-directed resource for managing fatigue, is worth pursuing.

  13. Hazardous Waste Cleanup: Sunoco Incorporated - R&M Eagle Point Refinery in Westville, New Jersey

    EPA Pesticide Factsheets

    Sunoco, Inc. - R&M Eagle Point Refinery is located on Route 295 & 130 in Westville, West Deptford Township, New Jersey. The site is a 1,000-acre oil refinery on the Delaware River, 550 acres of which is an active production area.

  14. Update on lifetime tests results and analysis carried out on Thales Cryogenics integral coolers (RM family)

    NASA Astrophysics Data System (ADS)

    Cauquil, Jean-Marc; Martin, Jean-Yves; Bruins, Peter; Benschop, A. A. J.

    2003-01-01

    The life time tests realised on the serial production of Rotary Mmonoblock RM2 coolers show a measured MTTF of 4900 hours. The conventional test profile applied to these coolers is representative of operation in typical application. The duration of such life time tests is very long. The results of a design change and its impact on MTTF are available only several months after the assembly of the prototypes. We decided to develop a test method in order to reduce the duration of these life time tests. The principle is to define a test protocol easy to implement, more severe than typical application profile in order to accelerate life time tests. The accelerated test profile was defined and tested successfully. This new technique allows us to reduce life time tests costs and duration and thus the costs involved. As a consequence, we decided to have a screening of our production with this accelerated test. This allows us to master continuously the quality of our serial products and to collect additional data. This paper presents the results of life time tests performed on RM2 coolers according to the conventional and accelerated test profiles as well as the first results on the new RM2 design which show a calculated MTTF of 10000 hours.

  15. Complete genome sequence of the Campylobacter iguaniorum strain RM11343, isolated from an alpaca

    USDA-ARS?s Scientific Manuscript database

    Campylobacter iguaniorum is a member of the C. fetus group of campylobacters and is one of two Campylobacter taxa isolated from reptiles. This study describes the whole-genome sequence of the C. iguaniorum strain RM11343, which was isolated from a California alpaca fecal sample....

  16. Pilot Comparison of ⁶⁸Ga-RM2 PET and ⁶⁸Ga-PSMA-11 PET in Patients with Biochemically Recurrent Prostate Cancer.

    PubMed

    Minamimoto, Ryogo; Hancock, Steven; Schneider, Bernadette; Chin, Frederick T; Jamali, Mehran; Loening, Andreas; Vasanawala, Shreyas; Gambhir, Sanjiv Sam; Iagaru, Andrei

    2016-04-01

    Glu-NH-CO-NH-Lys-(Ahx)-[(68)Ga(HBED-CC)] ((68)Ga-PSMA-11) is a PET tracer that can detect prostate cancer relapses and metastases by binding to the extracellular domain of PSMA. (68)Ga-labeled DOTA-4-amino-1-carboxymethyl-piperidine-D-Phe-Gln-Trp-Ala-Val-Gly-His-Sta-Leu-NH2 ((68)Ga-RM2) is a synthetic bombesin receptor antagonist that targets gastrin-releasing peptide receptors. We present pilot data on the biodistribution of these PET tracers in a small cohort of patients with biochemically recurrent prostate cancer. Seven men (mean age ± SD, 74.3 ± 5.9 y) with biochemically recurrent prostate cancer underwent both (68)Ga-PSMA-11 PET/CT and (68)Ga-RM2 PET/MRI scans. SUVmax and SUVmean were recorded for normal tissues and areas of uptake outside the expected physiologic biodistribution. All patients had a rising level of prostate-specific antigen (mean ± SD, 13.5 ± 11.5) and noncontributory results on conventional imaging. (68)Ga-PSMA-11 had the highest physiologic uptake in the salivary glands and small bowel, with hepatobiliary and renal clearance noted, whereas (68)Ga-RM2 had the highest physiologic uptake in the pancreas, with renal clearance noted. Uptake outside the expected physiologic biodistribution did not significantly differ between (68)Ga-PSMA-11 and (68)Ga-RM2; however, (68)Ga-PSMA-11 localized in a lymph node and seminal vesicle in a patient with no abnormal (68)Ga-RM2 uptake. Abdominal periaortic lymph nodes were more easily visualized by(68)Ga-RM2 in two patients because of lack of interference by radioactivity in the small intestine. (68)Ga-PSMA-11 and (68)Ga-RM2 had distinct biodistributions in this small cohort of patients with biochemically recurrent prostate cancer. Additional work is needed to understand the expression of PSMA and gastrin-releasing peptide receptors in different types of prostate cancer. © 2016 by the Society of Nuclear Medicine and Molecular Imaging, Inc.

  17. SToRM: A numerical model for environmental surface flows

    USGS Publications Warehouse

    Simoes, Francisco J.

    2009-01-01

    SToRM (System for Transport and River Modeling) is a numerical model developed to simulate free surface flows in complex environmental domains. It is based on the depth-averaged St. Venant equations, which are discretized using unstructured upwind finite volume methods, and contains both steady and unsteady solution techniques. This article provides a brief description of the numerical approach selected to discretize the governing equations in space and time, including important aspects of solving natural environmental flows, such as the wetting and drying algorithm. The presentation is illustrated with several application examples, covering both laboratory and natural river flow cases, which show the model’s ability to solve complex flow phenomena.

  18. Bioleaching of rare earth and radioactive elements from red mud using Penicillium tricolor RM-10.

    PubMed

    Qu, Yang; Lian, Bin

    2013-05-01

    The aim of this work is to investigate biological leaching of rare earth elements (REEs) and radioactive elements from red mud, and to evaluate the radioactivity of the bioleached red mud used for construction materials. A filamentous, acid-producing fungi named RM-10, identified as Penicillium tricolor, is isolated from red mud. In our bioleaching experiments by using RM-10, a total concentration of 2% (w/v) red mud under one-step bioleaching process was generally found to give the maximum leaching ratios of the REEs and radioactive elements. However, the highest extraction yields are achieved under two-step bioleaching process at 10% (w/v) pulp density. At pulp densities of 2% and 5% (w/v), red mud processed under both one- and two-step bioleaching can meet the radioactivity regulations in China. Copyright © 2013 Elsevier Ltd. All rights reserved.

  19. Systems biology approach to developing S(2)RM-based "systems therapeutics" and naturally induced pluripotent stem cells.

    PubMed

    Maguire, Greg; Friedman, Peter

    2015-05-26

    The degree to, and the mechanisms through, which stem cells are able to build, maintain, and heal the body have only recently begun to be understood. Much of the stem cell's power resides in the release of a multitude of molecules, called stem cell released molecules (SRM). A fundamentally new type of therapeutic, namely "systems therapeutic", can be realized by reverse engineering the mechanisms of the SRM processes. Recent data demonstrates that the composition of the SRM is different for each type of stem cell, as well as for different states of each cell type. Although systems biology has been successfully used to analyze multiple pathways, the approach is often used to develop a small molecule interacting at only one pathway in the system. A new model is emerging in biology where systems biology is used to develop a new technology acting at multiple pathways called "systems therapeutics". A natural set of healing pathways in the human that uses SRM is instructive and of practical use in developing systems therapeutics. Endogenous SRM processes in the human body use a combination of SRM from two or more stem cell types, designated as S(2)RM, doing so under various state dependent conditions for each cell type. Here we describe our approach in using state-dependent SRM from two or more stem cell types, S(2)RM technology, to develop a new class of therapeutics called "systems therapeutics." Given the ubiquitous and powerful nature of innate S(2)RM-based healing in the human body, this "systems therapeutic" approach using S(2)RM technology will be important for the development of anti-cancer therapeutics, antimicrobials, wound care products and procedures, and a number of other therapeutics for many indications.

  20. Prospective Evaluation of 68Ga-RM2 PET/MRI in Patients with Biochemical Recurrence of Prostate Cancer and Negative Findings on Conventional Imaging.

    PubMed

    Minamimoto, Ryogo; Sonni, Ida; Hancock, Steven; Vasanawala, Shreyas; Loening, Andreas; Gambhir, Sanjiv S; Iagaru, Andrei

    2018-05-01

    68 Ga-labeled DOTA-4-amino-1-carboxymethyl-piperidine-d-Phe-Gln-Trp-Ala-Val-Gly-His-Sta-Leu-NH 2 ( 68 Ga-RM2) is a synthetic bombesin receptor antagonist that targets gastrin-releasing peptide receptor (GRPr). GRPr proteins are highly overexpressed in several human tumors, including prostate cancer (PCa). We present data from the use of 68 Ga-RM2 in patients with biochemical recurrence (BCR) of PCa and negative findings on conventional imaging. Methods: We enrolled 32 men with BCR of PCa, who were 59-83 y old (mean ± SD, 68.7 ± 6.4 y). Imaging started at 40-69 min (mean, 50.5 ± 6.8 min) after injection of 133.2-151.7 MBq (mean, 140.6 ± 7.4 MBq) of 68 Ga-RM2 using a time-of-flight-enabled simultaneous PET/MRI scanner. T1-weighted, T2-weighted, and diffusion-weighted images were acquired. Results: All patients had a rising level of prostate-specific antigen (PSA) (range, 0.3-119.0 ng/mL; mean, 10.1 ± 21.3 ng/mL) and negative findings on conventional imaging (CT or MRI, and a 99m Tc-methylene diphosphonate bone scan) before enrollment. The observed 68 Ga-RM2 PET detection rate was 71.8%. 68 Ga-RM2 PET identified recurrent PCa in 23 of the 32 participants, whereas the simultaneous MRI scan identified findings compatible with recurrent PCa in 11 of the 32 patients. PSA velocity was 0.32 ± 0.59 ng/mL/y (range, 0.04-1.9 ng/mL/y) in patients with negative PET findings and 2.51 ± 2.16 ng/mL/y (range, 0.13-8.68 ng/mL/y) in patients with positive PET findings ( P = 0.006). Conclusion: 68 Ga-RM2 PET can be used for assessment of GRPr expression in patients with BCR of PCa. High uptake in multiple areas compatible with cancer lesions suggests that 68 Ga-RM2 is a promising PET radiopharmaceutical for localization of disease in patients with BCR of PCa and negative findings on conventional imaging. © 2018 by the Society of Nuclear Medicine and Molecular Imaging.

  1. Improvement of FK506 Production in the High-Yielding Strain Streptomyces sp. RM7011 by Engineering the Supply of Allylmalonyl-CoA Through a Combination of Genetic and Chemical Approach.

    PubMed

    Mo, SangJoon; Lee, Sung-Kwon; Jin, Ying-Yu; Suh, Joo-Won

    2016-02-01

    FK506, a widely used immunosuppressant, is a 23-membered polyketide macrolide that is produced by several Streptomyces species. FK506 high-yielding strain Streptomyces sp. RM7011 was developed from the discovered Streptomyces sp. KCCM 11116P by random mutagenesis in our previous study. The results of transcript expression analysis showed that the transcription levels of tcsA, B, C, and D were increased in Streptomyces sp. RM7011 by 2.1-, 3.1-, 3.3-, and 4.1- fold, respectively, compared with Streptomyces sp. KCCM 11116P. The overexpression of tcsABCD genes in Streptomyces sp. RM7011 gave rise to approximately 2.5-fold (238.1 μg/ml) increase in the level of FK506 production compared with that of Streptomyces sp. RM7011. When vinyl pentanoate was added into the culture broth of Streptomyces sp. RM7011, the level of FK506 production was approximately 2.2-fold (207.7 μg/ml) higher than that of the unsupplemented fermentation. Furthermore, supplementing the culture broth of Streptomyces sp. RM7011 expressing tcsABCD genes with vinyl pentanoate resulted in an additional 1.7-fold improvement in the FK506 titer (498.1 μg/ml) compared with that observed under nonsupplemented condition. Overall, the level of FK506 production was increased approximately 5.2-fold by engineering the supply of allylmalonyl-CoA in the high-yielding strain Streptomyces sp. RM7011, using a combination of overexpressing tcsABCD genes and adding vinyl pentanoate, as compared with Streptomyces sp. RM7011 (95.3 μg/ml). Moreover, among the three precursors analyzed, pentanoate was the most effective precursor, supporting the highest titer of FK506 in the FK506 high-yielding strain Streptomyces sp. RM7011.

  2. Semiempirical Quantum Chemistry Model for the Lanthanides: RM1 (Recife Model 1) Parameters for Dysprosium, Holmium and Erbium

    PubMed Central

    Filho, Manoel A. M.; Dutra, José Diogo L.; Rocha, Gerd B.; Simas, Alfredo M.; Freire, Ricardo O.

    2014-01-01

    Complexes of dysprosium, holmium, and erbium find many applications as single-molecule magnets, as contrast agents for magnetic resonance imaging, as anti-cancer agents, in optical telecommunications, etc. Therefore, the development of tools that can be proven helpful to complex design is presently an active area of research. In this article, we advance a major improvement to the semiempirical description of lanthanide complexes: the Recife Model 1, RM1, model for the lanthanides, parameterized for the trications of Dy, Ho, and Er. By representing such lanthanide in the RM1 calculation as a three-electron atom with a set of 5 d, 6 s, and 6 p semiempirical orbitals, the accuracy of the previous sparkle models, mainly concentrated on lanthanide-oxygen and lanthanide-nitrogen distances, is extended to other types of bonds in the trication complexes’ coordination polyhedra, such as lanthanide-carbon, lanthanide-chlorine, etc. This is even more important as, for example, lanthanide-carbon atom distances in the coordination polyhedra of the complexes comprise about 30% of all distances for all complexes of Dy, Ho, and Er considered. Our results indicate that the average unsigned mean error for the lanthanide-carbon distances dropped from an average of 0.30 Å, for the sparkle models, to 0.04 Å for the RM1 model for the lanthanides; for a total of 509 such distances for the set of all Dy, Ho, and Er complexes considered. A similar behavior took place for the other distances as well, such as lanthanide-chlorine, lanthanide-bromine, lanthanide, phosphorus and lanthanide-sulfur. Thus, the RM1 model for the lanthanides, being advanced in this article, broadens the range of application of semiempirical models to lanthanide complexes by including comprehensively many other types of bonds not adequately described by the previous models. PMID:24497945

  3. RANS Simulation (Virtual Blade Model [VBM]) of Array of Three Coaxial Lab Scaled DOE RM1 MHK Turbine with 5D Spacing

    DOE Data Explorer

    Javaherchi, Teymour

    2016-06-08

    Attached are the .cas and .dat files along with the required User Defined Functions (UDFs) and look-up table of lift and drag coefficients for the Reynolds Averaged Navier-Stokes (RANS) simulation of three coaxially located lab-scaled DOE RM1 turbine implemented in ANSYS FLUENT CFD-package. The lab-scaled DOE RM1 is a re-design geometry, based of the full scale DOE RM1 design, producing same power output as the full scale model, while operating at matched Tip Speed Ratio values at reachable laboratory Reynolds number (see attached paper). In this case study the flow field around and in the wake of the lab-scaled DOE RM1 turbines in a coaxial array is simulated using Blade Element Model (a.k.a Virtual Blade Model) by solving RANS equations coupled with k-\\omega turbulence closure model. It should be highlighted that in this simulation the actual geometry of the rotor blade is not modeled. The effect of turbine rotating blades are modeled using the Blade Element Theory. This simulation provides an accurate estimate for the performance of each device and structure of their turbulent far wake. The results of these simulations were validated against the developed in-house experimental data. Simulations for other turbine configurations are available upon request.

  4. Broadband Photometric Reverberation Mapping Analysis on SDSS-RM and Stripe 82 Quasars

    NASA Astrophysics Data System (ADS)

    Zhang, Haowen; Yang, Qian; Wu, Xuebing; Shen, Yue

    2018-01-01

    We extended the broadband photometric reverberation mapping (PRM) code, JAVELIN and test the availability to get broad line region (BLR) time delays that are consistent with spectroscopic reverberation mapping (SRM) projects. Broadband light curves of SDSS-RM quasars produced by convolution with system transmission curve were used in the test. We find that under similar sampling conditions (evenly and frequently sampled), the key factor determining whether the broadband PRM code can yield lags consistent with spectroscopic projects is the flux ratio of line to the reference continuum, which is in line with the findings in Zu et al. (2016). We further find a crucial line-to-continuum flux ratio, above which the mean of the ratios between the lags from PRM and SRM becomes closer to unity, and the scatter is pronouncedly reduced. Based on this flux ratio criteria, we selected some of the quasars from Hernitschek et al. (2015) and carry out broadband PRM on this subset. The performance of damped random walking (DRW) model and power-law (PL) structure function model on broadband PRM are compared using mock light curves with high, even cadences and low, uneven ones, respectively. We find that DRW model performs better in carrying out broadband PRM than PL model both for high and low cadence light curves with other data qualities similar to SDSS-RM quasars.

  5. Differentiation of AmpC beta-lactamase binders vs. decoys using classification kNN QSAR modeling and application of the QSAR classifier to virtual screening

    NASA Astrophysics Data System (ADS)

    Hsieh, Jui-Hua; Wang, Xiang S.; Teotico, Denise; Golbraikh, Alexander; Tropsha, Alexander

    2008-09-01

    The use of inaccurate scoring functions in docking algorithms may result in the selection of compounds with high predicted binding affinity that nevertheless are known experimentally not to bind to the target receptor. Such falsely predicted binders have been termed `binding decoys'. We posed a question as to whether true binders and decoys could be distinguished based only on their structural chemical descriptors using approaches commonly used in ligand based drug design. We have applied the k-Nearest Neighbor ( kNN) classification QSAR approach to a dataset of compounds characterized as binders or binding decoys of AmpC beta-lactamase. Models were subjected to rigorous internal and external validation as part of our standard workflow and a special QSAR modeling scheme was employed that took into account the imbalanced ratio of inhibitors to non-binders (1:4) in this dataset. 342 predictive models were obtained with correct classification rate (CCR) for both training and test sets as high as 0.90 or higher. The prediction accuracy was as high as 100% (CCR = 1.00) for the external validation set composed of 10 compounds (5 true binders and 5 decoys) selected randomly from the original dataset. For an additional external set of 50 known non-binders, we have achieved the CCR of 0.87 using very conservative model applicability domain threshold. The validated binary kNN QSAR models were further employed for mining the NCGC AmpC screening dataset (69653 compounds). The consensus prediction of 64 compounds identified as screening hits in the AmpC PubChem assay disagreed with their annotation in PubChem but was in agreement with the results of secondary assays. At the same time, 15 compounds were identified as potential binders contrary to their annotation in PubChem. Five of them were tested experimentally and showed inhibitory activities in millimolar range with the highest binding constant Ki of 135 μM. Our studies suggest that validated QSAR models could complement

  6. RANS Simulation (Virtual Blade Model [VBM]) of Single Full Scale DOE RM1 MHK Turbine

    DOE Data Explorer

    Javaherchi, Teymour; Aliseda, Alberto

    2013-04-10

    Attached are the .cas and .dat files along with the required User Defined Functions (UDFs) and look-up table of lift and drag coefficients for Reynolds Averaged Navier-Stokes (RANS) simulation of a single full scale DOE RM1 turbine implemented in ANSYS FLUENT CFD-package. In this case study the flow field around and in the wake of the full scale DOE RM1 turbine is simulated using Blade Element Model (a.k.a Virtual Blade Model) by solving RANS equations coupled with k-\\omega turbulence closure model. It should be highlighted that in this simulation the actual geometry of the rotor blade is not modeled. The effect of turbine rotating blades are modeled using the Blade Element Theory. This simulation provides an accurate estimate for the performance of device and structure of it's turbulent far wake. Due to the simplifications implemented for modeling the rotating blades in this model, VBM is limited to capture details of the flow field in near wake region of the device.

  7. Analytic approximations of Von Kármán plate under arbitrary uniform pressure—equations in integral form

    NASA Astrophysics Data System (ADS)

    Zhong, XiaoXu; Liao, ShiJun

    2018-01-01

    Analytic approximations of the Von Kármán's plate equations in integral form for a circular plate under external uniform pressure to arbitrary magnitude are successfully obtained by means of the homotopy analysis method (HAM), an analytic approximation technique for highly nonlinear problems. Two HAM-based approaches are proposed for either a given external uniform pressure Q or a given central deflection, respectively. Both of them are valid for uniform pressure to arbitrary magnitude by choosing proper values of the so-called convergence-control parameters c 1 and c 2 in the frame of the HAM. Besides, it is found that the HAM-based iteration approaches generally converge much faster than the interpolation iterative method. Furthermore, we prove that the interpolation iterative method is a special case of the first-order HAM iteration approach for a given external uniform pressure Q when c 1 = - θ and c 2 = -1, where θ denotes the interpolation iterative parameter. Therefore, according to the convergence theorem of Zheng and Zhou about the interpolation iterative method, the HAM-based approaches are valid for uniform pressure to arbitrary magnitude at least in the special case c 1 = - θ and c 2 = -1. In addition, we prove that the HAM approach for the Von Kármán's plate equations in differential form is just a special case of the HAM for the Von Kármán's plate equations in integral form mentioned in this paper. All of these illustrate the validity and great potential of the HAM for highly nonlinear problems, and its superiority over perturbation techniques.

  8. Complete Genome Sequence of the RmInt1 Group II Intronless Sinorhizobium meliloti Strain RMO17

    PubMed Central

    Martínez-Abarca, Francisco; Nisa-Martínez, Rafael

    2014-01-01

    We report the complete genome sequence of the RmInt1 group II intronless Sinorhizobium meliloti strain RMO17 isolated from Medicago orbicularis nodules from Spanish soil. The genome consists of 6.73 Mb distributed between a single chromosome and two megaplasmids (the chromid pSymB and pSymA). PMID:25301650

  9. RANS Simulation (Rotating Reference Frame Model [RRF]) of Single Full Scale DOE RM1 MHK Turbine

    DOE Data Explorer

    Javaherchi, Teymour; Stelzenmuller, Nick; Aliseda, Alberto

    2013-04-10

    Attached are the .cas and .dat files for the Reynolds Averaged Navier-Stokes (RANS) simulation of a single full scale DOE RM1 turbine implemented in ANSYS FLUENT CFD-package. In this case study taking advantage of the symmetry of the DOE RM1 geometry, only half of the geometry is modeled using (Single) Rotating Reference Frame model [RRF]. In this model RANS equations, coupled with k-\\omega turbulence closure model, are solved in the rotating reference frame. The actual geometry of the turbine blade is included and the turbulent boundary layer along the blade span is simulated using wall-function approach. The rotation of the blade is modeled by applying periodic boundary condition to sets of plane of symmetry. This case study simulates the performance and flow field in both the near and far wake of the device at the desired operating conditions. The results of these simulations showed good agreement to the only publicly available numerical simulation of the device done in the NREL. Please see the attached paper.

  10. A heterodimeric [RGD-Glu-[(64)Cu-NO2A]-6-Ahx-RM2] αvβ3/GRPr-targeting antagonist radiotracer for PET imaging of prostate tumors.

    PubMed

    Durkan, Kubra; Jiang, Zongrun; Rold, Tammy L; Sieckman, Gary L; Hoffman, Timothy J; Bandari, Rajendra Prasad; Szczodroski, Ashley F; Liu, Liqin; Miao, Yubin; Reynolds, Tamila Stott; Smith, Charles J

    2014-02-01

    In the present study, we describe a (64)Cu-radiolabeled heterodimeric peptide conjugate for dual αvβ3/GRPr (αvβ3 integrin/gastrin releasing peptide receptor) targeting of the form [RGD-Glu-[(64)Cu-NO2A]-6-Ahx-RM2] (RGD: the amino acid sequence [Arg-Gly-Asp], a nonregulatory peptide used for αvβ3 integrin receptor targeting; Glu: glutamic acid; NO2A: 1,4,7-triazacyclononane-1,4-diacetic acid; 6-Ahx: 6-amino hexanoic acid; and RM2: (D-Phe-Gln-Trp-Ala-Val-Gly-His-Sta-Leu-NH2), an antagonist analogue of bombesin (BBN) peptide used for GRPr targeting). RGD-Glu-6Ahx-RM2] was conjugated to a NOTA (1,4,7-triazacyclononane-1,4,7-triacetic acid) complexing agent to produce [RGD-Glu-[NO2A]-6-Ahx-RM2], which was purified by reversed-phase high-performance liquid chromatography (RP-HPLC) and characterized by electrospray ionization-mass spectrometry (ESI-MS). Radiolabeling of the conjugate with (64)Cu produced [RGD-Glu-[(64)Cu-NO2A]-6-Ahx-RM2 in high radiochemical yield (≥95%). In vivo behavior of the radiolabeled peptide conjugate was investigated in normal CF-1 mice and in the PC-3 human prostate cancer experimental model. A competitive displacement receptor binding assay in human prostate PC-3 cells using (125)I-[Tyr(4)]BBN as the radioligand showed high binding affinity of [RGD-Glu-[(nat)Cu-NO2A]-6-Ahx-RM2] conjugate for the GRPr (3.09±0.34 nM). A similar assay in human, glioblastoma U87-MG cells using (125)I-Echistatin as the radioligand indicated a moderate receptor-binding affinity for the αvβ3 integrin (518±37.5 nM). In vivo studies of [RGD-Glu-[(64)Cu-NO2A]-6-Ahx-RM2] showed high accumulation (4.86±1.01 %ID/g, 1h post-intravenous injection (p.i.)) and prolonged retention (4.26±1.23 %ID/g, 24h p.i.) of tracer in PC-3 tumor-bearing mice. Micro-positron emission tomography (microPET) molecular imaging studies produced high-quality, high contrast images in PC-3 tumor-bearing mice at 4h p.i. The favorable pharmacokinetics and enhanced tumor uptake of (64)Cu

  11. Application of a combined approach involving classical random mutagenesis and metabolic engineering to enhance FK506 production in Streptomyces sp. RM7011.

    PubMed

    Mo, SangJoon; Lee, Sung-Kwon; Jin, Ying-Yu; Oh, Chung-Hun; Suh, Joo-Won

    2013-04-01

    FK506 production by a mutant strain (Streptomyces sp. RM7011) induced by N-methyl-N'-nitro-N-nitrosoguanidine and ultraviolet mutagenesis was improved by 11.63-fold (94.24 mg/l) compared to that of the wild-type strain. Among three different metabolic pathways involved in the biosynthesis of methylmalonyl-CoA, only expression of propionyl-CoA carboxylase (PCC) pathway led to a 1.75-fold and 2.5-fold increase in FK506 production and the methylmalonyl-CoA pool, respectively, compared to those of the RM7011 strain. Lipase activity of the high FK506 producer mutant increased in direct proportion to the increase in FK506 yield, from low detection level up to 43.1 U/ml (12.6-fold). The level of specific FK506 production and lipase activity was improved by enhancing the supply of lipase inducers. This improvement was approximately 1.88-fold (71.5 mg/g) with the supplementation of 5 mM Tween 80, which is the probable effective stimulator in lipase production, to the R2YE medium. When 5 mM vinyl propionate was added as a precursor for PCC pathway to R2YE medium, the specific production of FK506 increased approximately 1.9-fold (71.61 mg/g) compared to that under the non-supplemented condition. Moreover, in the presence of 5 mM Tween 80, the specific FK506 production was approximately 2.2-fold (157.44 mg/g) higher than that when only vinyl propionate was added to the R2YE medium. In particular, PCC expression in Streptomyces sp. RM7011 (RM7011/pSJ1003) together with vinyl propionate feeding resulted in an increase in the FK506 titer to as much as 1.6-fold (251.9 mg/g) compared with that in RM7011/pSE34 in R2YE medium with 5 mM Tween 80 supplementation, indicating that the vinyl propionate is more catabolized to propionate by stimulated lipase activity on Tween 80, that propionyl-CoA yielded from propionate generates methylmalonyl-CoA, and that the PCC pathway plays a key role in increasing the methylmalonyl-CoA pool for FK506 biosynthesis in RM7011 strain. Overall

  12. Complete Genome Sequence of the RmInt1 Group II Intronless Sinorhizobium meliloti Strain RMO17.

    PubMed

    Toro, Nicolás; Martínez-Abarca, Francisco; Nisa-Martínez, Rafael

    2014-10-09

    We report the complete genome sequence of the RmInt1 group II intronless Sinorhizobium meliloti strain RMO17 isolated from Medicago orbicularis nodules from Spanish soil. The genome consists of 6.73 Mb distributed between a single chromosome and two megaplasmids (the chromid pSymB and pSymA). Copyright © 2014 Toro et al.

  13. Is the von Kármán constant affected by sediment suspension?

    NASA Astrophysics Data System (ADS)

    Castro-Orgaz, Oscar; GiráLdez, Juan V.; Mateos, Luciano; Dey, Subhasish

    2012-12-01

    Is the von Kármán constant affected by sediment suspension? The presence of suspended sediment in channels and fluvial streams has been known for decades to affect turbulence transfer mechanism in sediment-laden flows, and, therefore, the transport and fate of sediments that determine the bathymetry of natural water courses. This study explores the density stratification effects on the turbulent velocity profile and its impact on the transport of sediment. There is as yet no consensus in the scientific community on the effect of sediment suspension on the von Kármán parameter,κ. Two different theories based on the empirical log-wake velocity profile are currently under debate: One supports a universal value ofκ = 0.41 and a strength of the wake, Π, that is affected by suspended sediment. The other suggests that both κ and Π could vary with suspended sediment. These different theories result in a conceptual problem regarding the effect of suspended sediment on κ, which has divided the research area. In this study, a new mixing length theory is proposed to describe theoretically the turbulent velocity profile. The analytical approach provides added insight defining κas a turbulent parameter which varies with the distance to the bed in sediment-laden flows. The theory is compared with previous experimental data and simulations using ak-ɛturbulence closure to the Reynolds averaged Navier Stokes equations model. The mixing length model indicates that the two contradictory theories incorporate the stratified flow effect into a different component of the log-wake law. The results of this work show that the log-wake fit with a reducedκ is the physically coherent approximation.

  14. Electronic self-organization in the single-layer manganite $$\\rm Pr_{1-x}Ca_{1+x}MnO4$$

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

    Ye, Feng; Chi, Songxue; Fernandez-Baca, Jaime A

    We use neutron scattering to investigate the doping evolution of the magnetic correlations in the single-layer manganitemore » $$\\rm Pr_{\\it 1-x}Ca_{\\it 1+x}MnO_4$$, away from the $x=0.5$ composition where the CE-type commensurate antiferromagnetic (AF) structure is stable. We find that short-range incommensurate spin correlations develop as the system is electron doped ($x<0.5$), which coexist with the CE-type AF order. This suggests that electron doping in this system induces an inhomogeneous electronic self-organization, where commensurate AF patches with $x=0.5$ are separated by electron-rich domain walls with short range magnetic correlations. This behavior is strikingly different than for the three-dimensional $$\\rm Pr_{\\it 1-x}Ca_{\\it x}MnO_3$$, where the long-range CE-type commensurate AF structure is stable over a wide range of electron or hole doping around $x=0.5$.« less

  15. Transcriptome Analysis of the Role of GlnD/GlnBK in Nitrogen Stress Adaptation by Sinorhizobium meliloti Rm1021

    PubMed Central

    Yurgel, Svetlana N.; Rice, Jennifer; Kahn, Michael L.

    2013-01-01

    Transcriptional changes in the nitrogen stress response (NSR) of wild type S. meliloti Rm1021, and isogenic strains missing both PII proteins, GlnB and GlnK, or carrying a ΔglnD-sm2 mutation were analyzed using whole-genome microarrays. This approach allowed us to identify a number of new genes involved in the NSR and showed that the response of these bacteria to nitrogen stress overlaps with other stress responses, including induction of the fixK2 transcriptional activator and genes that are part of the phosphate stress response. Our data also show that GlnD and GlnBK proteins may regulate many genes that are not part of the NSR. Analysis of transcriptome profiles of the Rm1021 ΔglnD-sm2 strain allowed us to identify several genes that appear to be regulated by GlnD without the participation of the PII proteins. PMID:23516427

  16. von Kármán-Howarth equation for three-dimensional two-fluid plasmas.

    PubMed

    Andrés, N; Mininni, P D; Dmitruk, P; Gómez, D O

    2016-06-01

    We derive the von Kármán-Howarth equation for a full three-dimensional incompressible two-fluid plasma. In the long-time limit and for very large Reynolds numbers we obtain the equivalent of the hydrodynamic "four-fifths" law. This exact law predicts the scaling of the third-order two-point correlation functions, and puts a strong constraint on the plasma turbulent dynamics. Finally, we derive a simple expression for the 4/5 law in terms of third-order structure functions, which is appropriate for comparison with in situ measurements in the solar wind at different spatial ranges.

  17. A search for an excited muon decaying to a muon and two jets in pp collisions at $$\\sqrt{s}\\;=\\;8\\;{\\rm{TeV}}$$ with the ATLAS detector

    DOE PAGES

    Aad, G.; Abbott, B.; Abdallah, J.; ...

    2016-07-11

    In this study, a new search signature for excited leptons is explored. Excited muons are sought in the channelmore » $${pp}\\to \\mu {\\mu }^{* }\\to \\mu \\mu \\ {\\rm{jet}}\\;{\\rm{jet}}$$, assuming both the production and decay occur via a contact interaction. The analysis is based on 20.3 fb –1 of pp collision data at a centre-of-mass energy of $$\\sqrt{s}\\;=\\;8\\;{\\rm{TeV}}$$ taken with the ATLAS detector at the large hadron collider. No evidence of excited muons is found, and limits are set at the 95% confidence level on the cross section times branching ratio as a function of the excited-muon mass $${m}_{{\\mu }^{* }}$$. For $${m}_{{\\mu }^{* }}$$ between 1.3 and 3.0 TeV, the upper limit on $$\\sigma B({\\mu }^{* }\\to \\mu q\\bar{q}$$) is between 0.6 and 1 fb. Limits on $$\\sigma B$$ are converted to lower bounds on the compositeness scale Λ. In the limiting case $${\\rm{\\Lambda }}={m}_{{\\mu }^{* }}$$, excited muons with a mass below 2.8 TeV are excluded. With the same model assumptions, these limits at larger $${\\mu }^{* }$$ masses improve upon previous limits from traditional searches based on the gauge-mediated decay $${\\mu }^{* }\\to \\mu \\gamma $$.« less

  18. A cluster randomised controlled trial evaluating the effectiveness of eHealth-supported patient recruitment in primary care research: the TRANSFoRm study protocol.

    PubMed

    Mastellos, Nikolaos; Andreasson, Anna; Huckvale, Kit; Larsen, Mark; Curcin, Vasa; Car, Josip; Agreus, Lars; Delaney, Brendan

    2015-02-03

    Opportunistic recruitment is a highly laborious and time-consuming process that is currently performed manually, increasing the workload of already busy practitioners and resulting in many studies failing to achieve their recruitment targets. The Translational Medicine and Patient Safety in Europe (TRANSFoRm) platform enables automated recruitment, data collection and follow-up of patients, potentially improving the efficiency, time and costs of clinical research. This study aims to assess the effectiveness of TRANSFoRm in improving patient recruitment and follow-up in primary care trials. This multi-centre, parallel-arm cluster randomised controlled trial will compare TRANSFoRm-supported with standard opportunistic recruitment. Participants will be general practitioners and patients with gastro-oesophageal reflux disease from 40 primary care centres in five European countries. Randomisation will take place at the care centre level. The intervention arm will use the TRANSFoRm tools for recruitment, baseline data collection and follow-up. The control arm will use web-based case report forms and paper self-completed questionnaires. The primary outcome will be the proportion of eligible patients successfully recruited at the end of the 16-week recruitment period. Secondary outcomes will include the proportion of recruited patients with complete baseline and follow-up data and the proportion of participants withdrawn or lost to follow-up. The study will also include an economic evaluation and measures of technology acceptance and user experience. The study should shed light on the use of eHealth to improve the effectiveness of recruitment and follow-up in primary care research and provide an evidence base for future eHealth-supported recruitment initiatives. Reporting of results is expected in October 2015. EudraCT: 2014-001314-25.

  19. Artificial Intelligence Applications to Maintenance Technology Working Group Report (IDA/OSD R&M (Institute for Defense Analyses/Office of the Secretary of Defense Reliability and Maintainability) Study).

    DTIC Science & Technology

    1983-08-01

    Research and Engineering and Office of the Assistant Secretary of Defense (Mw Reserve Affairs and Logistics) 1WTITR#OR DEFENSE ANALYSES ~~’AND... TITLE (and Subdlee) S.TYPE OF REPORT & PERIOD COVERED Final Artificial Intelligence Applications to Main- July 1982 - August 1983 tenance Technology...of DoD (Short Title : R&M Study). This task order was structured to address the improvement of R&M and readiness through innovative program structuring

  20. Thermostable proteins bioprocesses: The activity of restriction endonuclease-methyltransferase from Thermus thermophilus (RM.TthHB27I) cloned in Escherichia coli is critically affected by the codon composition of the synthetic gene.

    PubMed

    Krefft, Daria; Papkov, Aliaksei; Zylicz-Stachula, Agnieszka; Skowron, Piotr M

    2017-01-01

    Obtaining thermostable enzymes (thermozymes) is an important aspect of biotechnology. As thermophiles have adapted their genomes to high temperatures, their cloned genes' expression in mesophiles is problematic. This is mainly due to their high GC content, which leads to the formation of unfavorable secondary mRNA structures and codon usage in Escherichia coli (E. coli). RM.TthHB27I is a member of a family of bifunctional thermozymes, containing a restriction endonuclease (REase) and a methyltransferase (MTase) in a single polypeptide. Thermus thermophilus HB27 (T. thermophilus) produces low amounts of RM.TthHB27I with a unique DNA cleavage specificity. We have previously cloned the wild type (wt) gene into E. coli, which increased the production of RM.TthHB27I over 100-fold. However, its enzymatic activities were extremely low for an ORF expressed under a T7 promoter. We have designed and cloned a fully synthetic tthHB27IRM gene, using a modified 'codon randomization' strategy. Codons with a high GC content and of low occurrence in E. coli were eliminated. We incorporated a stem-loop circuit, devised to negatively control the expression of this highly toxic gene by partially hiding the ribosome-binding site (RBS) and START codon in mRNA secondary structures. Despite having optimized 59% of codons, the amount of produced RM.TthHB27I protein was similar for both recombinant tthHB27IRM gene variants. Moreover, the recombinant wt RM.TthHB27I is very unstable, while the RM.TthHB27I resulting from the expression of the synthetic gene exhibited enzymatic activities and stability equal to the native thermozyme isolated from T. thermophilus. Thus, we have developed an efficient purification protocol using the synthetic tthHB27IRM gene variant only. This suggests the effect of co-translational folding kinetics, possibly affected by the frequency of translational errors. The availability of active RM.TthHB27I is of practical importance in molecular biotechnology, extending

  1. von Kármán–Howarth and Corrsin equations closure based on Lagrangian description of the fluid motion

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

    Divitiis, Nicola de, E-mail: n.dedivitiis@gmail.com

    A new approach to obtain the closure formulas for the von Kármán–Howarth and Corrsin equations is presented, which is based on the Lagrangian representation of the fluid motion, and on the Liouville theorem associated to the kinematics of a pair of fluid particles. This kinematics is characterized by the finite scale separation vector which is assumed to be statistically independent from the velocity field. Such assumption is justified by the hypothesis of fully developed turbulence and by the property that this vector varies much more rapidly than the velocity field. This formulation leads to the closure formulas of von Kármán–Howarthmore » and Corrsin equations in terms of longitudinal velocity and temperature correlations following a demonstration completely different with respect to the previous works. Some of the properties and the limitations of the closed equations are discussed. In particular, we show that the times of evolution of the developed kinetic energy and temperature spectra are finite quantities which depend on the initial conditions.« less

  2. Complete genomic sequence of Campylobacter jejuni subsp. jejuni HS:19 strain RM1285 that was isolated from packaged chicken

    USDA-ARS?s Scientific Manuscript database

    Poultry products serve as the main source of Campylobacter jejuni subsp. jejuni (Cjj) infections in humans. Cjj infections are a leading cause of foodborne gastroenteritis and are a prevalent antecedent to Guillain-Barré syndrome (GBS). This study describes the genome of Cjj HS:19 strain RM1285 isol...

  3. The Native Production of the Sesquiterpene Isopterocarpolone by Streptomyces sp. RM-14-6

    PubMed Central

    Shaaban, Khaled A.; Singh, Shanteri; Elshahawi, Sherif I.; Wang, Xiachang; Ponomareva, Larissa V.; Sunkara, Manjula; Copley, Gregory C.; Hower, James C.; Morris, Andrew J.; Kharel, Madan K.; Thorson, Jon S.

    2013-01-01

    We report the production, isolation and structure elucidation of the sesquiterpene isopterocarpolone from an Appalachian isolate Streptomyces species RM-14-6. While isopterocarpolone was previously put forth as a putative plant metabolite, the current study highlights the first native bacterial production of isopterocarpolone and the first full characterization of isopterocarpolone using 1D and 2D NMR spectroscopy and HR-ESI mass spectrometry. Considering the biosynthesis of closely related metabolites (geosmin or 5-epiaristolochene), the structure of isopterocarpolone also suggests the potential participation of one or more unique enzymatic transformations. In this context, this work also sets the stage for the elucidation of potentially novel bacterial biosynthetic machinery. PMID:24237421

  4. A multiplex PCR system for 13 RM Y-STRs with separate amplification of two different repeat motif structures in DYF403S1a.

    PubMed

    Lee, Eun Young; Lee, Hwan Young; Kwon, So Yeun; Oh, Yu Na; Yang, Woo Ick; Shin, Kyoung-Jin

    2017-01-01

    In forensic science and human genetics, Y-chromosomal short tandem repeats (Y-STRs) have been used as very useful markers. Recently, more Y-STR markers have been analyzed to enhance the resolution power in haplotype analysis, and 13 rapidly mutating (RM) Y-STRs have been suggested as revolutionary tools that can widen Y-chromosomal application from paternal lineage differentiation to male individualization. We have constructed two multiplex PCR sets for the amplification of 13 RM Y-STRs, which yield small-sized amplicons (<400bp) and a more balanced PCR efficiency with minimum PCR cycling. In particular, with the developed multiplex PCR system, we could separate three copies of DYF403S1a into two copies of DYF403S1a and one of DYF403S1b1. This is because DYF403S1b1 possesses distinguishable sequences from DYF403S1a at both the front and rear flanking regions of the repeat motif; therefore, the locus could be separately amplified using sequence-specific primers. In addition, the other copy, defined as DYF403S1b by Ballantyne et al., was renamed DYF403S1b2 because of its similar flanking region sequence to DYF403S1b1. By redefining DYF403S1 with the developed multiplex system, all genotypes of four copies could be successfully typed and more diverse haplotypes were obtained. We analyzed haplotype distributions in 705 Korean males based on four different Y-STR subsets: Yfiler, PowerPlex Y23, Yfiler Plus, and RM Y-STRs. All haplotypes obtained from RM Y-STRs were the most diverse and showed strong discriminatory power in Korean population. Copyright © 2016 Elsevier Ireland Ltd. All rights reserved.

  5. 77 FR 46125 - Sunoco, Inc., R&M, Refining Division, Marcus Hook, PA; Sunoco, Inc., 10 Industrial Hwy., MS4...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2012-08-02

    ... DEPARTMENT OF LABOR Employment and Training Administration [TA-W-81,145; TA-W-81,145A] Sunoco, Inc., R&M, Refining Division, Marcus Hook, PA; Sunoco, Inc., 10 Industrial Hwy., MS4 Building G, Lester, PA; Notice of Negative Determination on Reconsideration On April 30, 2012, the Department of Labor issued an Affirmative Determination Regarding...

  6. 77 FR 29362 - Sunoco, Inc., R&M Refining Division, Marcus Hook, PA; Sunoco, Inc., 10 Industrial Hwy, MS4...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2012-05-17

    ... DEPARTMENT OF LABOR Employment and Training Administration [TA-W-81,145; TA-W-81,145A] Sunoco, Inc., R&M Refining Division, Marcus Hook, PA; Sunoco, Inc., 10 Industrial Hwy, MS4 Building G, Lester, PA; Notice of Affirmative Determination Regarding Application for Reconsideration By application dated March 26, 2012, the United Steel Workers Union...

  7. Selfish restriction modification genes: resistance of a resident R/M plasmid to displacement by an incompatible plasmid mediated by host killing.

    PubMed

    Naito, Y; Naito, T; Kobayashi, I

    1998-01-01

    Previous work from this laboratory demonstrated that plasmids carrying a type II restriction-modification gene complex are not easily lost from their bacterial host because plasmid-free segregant cells are killed through chromosome cleavage. Here, we have followed the course of events that takes place when an Escherichia coli rec BC sbcA strain carrying a plasmid coding for the PaeR7I restriction-modification (R/M) gene complex is transformed by a plasmid with an identical origin of replication. The number of transformants that appeared was far fewer than with the restriction-minus (r-) control. Most of the transformants were very small. After prolonged incubation, the number and the size of the colonies increased, but this increase never attained the level of the r- control. Most of the transformed colonies retained the drug-resistance of the resident, r+ m+ plasmid. These results indicate that post-segregational host killing occurs when a plasmid bearing an R/M gene complex is displaced by an incompatible plasmid. Such cell killing eliminates the competitor plasmid along with the host and, thus, would allow persistence of the R/M plasmid in the neighboring, clonal host cells in nature. This phenomenon is reminiscent of mammalian apoptosis and other forms of altruistic cell death strategy against infection. This type of resistance to displacement was also studied in a wild type Escherichia coli strain that was normal for homologous recombination (rec+). A number of differences between the recBC sbcA strain and the rec+ strain were observed and these will be discussed.

  8. A unified structural/terminological interoperability framework based on LexEVS: application to TRANSFoRm.

    PubMed

    Ethier, Jean-François; Dameron, Olivier; Curcin, Vasa; McGilchrist, Mark M; Verheij, Robert A; Arvanitis, Theodoros N; Taweel, Adel; Delaney, Brendan C; Burgun, Anita

    2013-01-01

    Biomedical research increasingly relies on the integration of information from multiple heterogeneous data sources. Despite the fact that structural and terminological aspects of interoperability are interdependent and rely on a common set of requirements, current efforts typically address them in isolation. We propose a unified ontology-based knowledge framework to facilitate interoperability between heterogeneous sources, and investigate if using the LexEVS terminology server is a viable implementation method. We developed a framework based on an ontology, the general information model (GIM), to unify structural models and terminologies, together with relevant mapping sets. This allowed a uniform access to these resources within LexEVS to facilitate interoperability by various components and data sources from implementing architectures. Our unified framework has been tested in the context of the EU Framework Program 7 TRANSFoRm project, where it was used to achieve data integration in a retrospective diabetes cohort study. The GIM was successfully instantiated in TRANSFoRm as the clinical data integration model, and necessary mappings were created to support effective information retrieval for software tools in the project. We present a novel, unifying approach to address interoperability challenges in heterogeneous data sources, by representing structural and semantic models in one framework. Systems using this architecture can rely solely on the GIM that abstracts over both the structure and coding. Information models, terminologies and mappings are all stored in LexEVS and can be accessed in a uniform manner (implementing the HL7 CTS2 service functional model). The system is flexible and should reduce the effort needed from data sources personnel for implementing and managing the integration.

  9. A unified structural/terminological interoperability framework based on LexEVS: application to TRANSFoRm

    PubMed Central

    Ethier, Jean-François; Dameron, Olivier; Curcin, Vasa; McGilchrist, Mark M; Verheij, Robert A; Arvanitis, Theodoros N; Taweel, Adel; Delaney, Brendan C; Burgun, Anita

    2013-01-01

    Objective Biomedical research increasingly relies on the integration of information from multiple heterogeneous data sources. Despite the fact that structural and terminological aspects of interoperability are interdependent and rely on a common set of requirements, current efforts typically address them in isolation. We propose a unified ontology-based knowledge framework to facilitate interoperability between heterogeneous sources, and investigate if using the LexEVS terminology server is a viable implementation method. Materials and methods We developed a framework based on an ontology, the general information model (GIM), to unify structural models and terminologies, together with relevant mapping sets. This allowed a uniform access to these resources within LexEVS to facilitate interoperability by various components and data sources from implementing architectures. Results Our unified framework has been tested in the context of the EU Framework Program 7 TRANSFoRm project, where it was used to achieve data integration in a retrospective diabetes cohort study. The GIM was successfully instantiated in TRANSFoRm as the clinical data integration model, and necessary mappings were created to support effective information retrieval for software tools in the project. Conclusions We present a novel, unifying approach to address interoperability challenges in heterogeneous data sources, by representing structural and semantic models in one framework. Systems using this architecture can rely solely on the GIM that abstracts over both the structure and coding. Information models, terminologies and mappings are all stored in LexEVS and can be accessed in a uniform manner (implementing the HL7 CTS2 service functional model). The system is flexible and should reduce the effort needed from data sources personnel for implementing and managing the integration. PMID:23571850

  10. The International Center for Integrated Water Resources Management (ICIWaRM): The United States' Contribution to UNESCO IHP's Global Network of Water Centers

    NASA Astrophysics Data System (ADS)

    Logan, W. S.

    2015-12-01

    The concept of a "category 2 center"—i.e., one that is closely affiliated with UNESCO, but not legally part of UNESCO—dates back many decades. However, only in the last decade has the concept been fully developed. Within UNESCO, the International Hydrological Programme (IHP) has led the way in creating a network of regional and global water-related centers.ICIWaRM—the International Center for Integrated Water Resources Management—is one member of this network. Approved by UNESCO's General Conference, the center has been operating since 2009. It was designed to fill a niche in the system for a center that was backed by an institution with on-the-ground water management experience, but that also had strong connections to academia, NGOs and other governmental agencies. Thus, ICIWaRM is hosted by the US Army Corps of Engineers' Institute for Water Resources (IWR), but established with an internal network of partner institutions. Three main factors have contributed to any success that ICIWaRM has achieved in its global work: A focus on practical science and technology which can be readily transferred. This includes the Corps' own methodologies and models for planning and water management, and those of our university and government partners. Collaboration with other UNESCO Centers on joint applied research, capacity-building and training. A network of centers needs to function as a network, and ICIWaRM has worked together with UNESCO-affiliated centers in Chile, Brazil, Paraguay, the Dominican Republic, Japan, China, and elsewhere. Partnering with and supporting existing UNESCO-IHP programs. ICIWaRM serves as the Global Technical Secretariat for IHP's Global Network on Water and Development Information in Arid Lands (G-WADI). In addition to directly supporting IHP, work through G-WADI helps the center to frame, prioritize and integrate its activities. With the recent release of the United Nation's 2030 Agenda for Sustainable Development, it is clear that

  11. Investigation of the In Vitro and In Vivo efficiency of RM-532-105, a 17β-hydroxysteroid dehydrogenase type 3 inhibitor, in LAPC-4 prostate cancer cell and tumor models

    PubMed Central

    Kenmogne, Lucie Carolle; Roy, Jenny; Maltais, René; Rouleau, Mélanie; Neveu, Bertrand; Pouliot, Frédéric; Poirier, Donald

    2017-01-01

    In the fight against androgen-sensitive prostate cancer, the enzyme 17β-hydroxysteroid dehydrogenase type 3 (17β-HSD3) is an attractive therapeutic target considering its key role in the formation of androgenic steroids. In this study, we attempted to assess the in vivo efficacy of the compound RM-532-105, an androsterone derivative developed as an inhibitor of 17β-HSD3, in the prostate cancer model of androgen-sensitive LAPC-4 cells xenografted in nude mice. RM-532-105 did not inhibit the tumor growth induced by 4-androstene-3,17-dione (4-dione); rather, the levels of the androgens testosterone (T) and dihydrotestosterone (DHT) increased within the tumors. In plasma, however, DHT levels increased but T levels did not. In troubleshooting experiments, the non-androgenic potential of RM-532-105 was confirmed by two different assays (LAPC-4 proliferation and androgen receptor transcriptional activity assays). The enzyme 5α-reductase was also revealed to be the predominant enzyme metabolizing 4-dione in LAPC-4 cells, yielding 5α-androstane-3,17-dione and not T. Other 17β-HSDs than 17β-HSD3 seem responsible in the androgen synthesis. From experiments with LAPC-4 cells, we fortuitously came across the interesting finding that 17β-HSD3 inhibitor RM-532-105 is concentrated inside tumors. PMID:28182747

  12. Inter-Comparison of WRF Model Simulated Winds and MISR Stereoscopic Winds Embedded within Mesoscale von Kármán Wake Vortices

    NASA Astrophysics Data System (ADS)

    Horvath, A.; Nunalee, C. G.; Mueller, K. J.

    2014-12-01

    Several distinct wake regimes are possible when considering atmospheric flow past a steep mountainous island. Of these regimes, coherent vortex shedding in low-Froude number flow is particularly interesting because it can produce laterally focused paths of counter rotating eddies capable of extending downstream for hundreds of kilometers (i.e., a von Kármán vortex street). Given the spatial scales of atmospheric von Kármán vortices, which typically lies on the interface of the meso-scale and the micro-scale, they are uniquely challenging to model using conventional numerical weather prediction platforms. In this presentation, we present high resolution (1-km horizontally) numerical modeling results using the Weather Research and Forecasting (WRF) model, of multiple real-world von Kármán vortex shedding events associated with steep islands (e.g., Madeira island, Gran Canaria island, etc.). In parallel, we also present corresponding cloud-motion wind and cloud-top height measurements from the satellite-based Multiangle Imaging SpectroRadiometer (MISR) instrument. The MISR stereo algorithm enables experimental retrieval of the horizontal wind vector (both along-track and cross-track components) at 4.4-km resolution, in addition to the operational 1.1-km resolution cross-track wind and cloud-top height products. These products offer the fidelity appropriate for inter-comparison with the numerically simulated vortex streets. In general, we find an agreement between the instantaneous simulated cloud level winds and the MISR stereoscopic winds; however, discrepancies in the vortex street length and localized horizontal wind shear were documented. In addition, the simulated fields demonstrate sensitivity to turbulence closure and input terrain height data.

  13. IDA/OSD R&M (Institute for Defense Analyses/Office of the Secretary of Defense Reliability and Maintainability) Study Bibliography.

    DTIC Science & Technology

    1983-08-01

    30 -IOLW. c • o:,,tas z ".9’ IM moOm X-272 IDA... 30 -2 • . ,, ... .L.. . .i W . . .’ I".• : V.*.’’. ;, .. . ... ," ... ,. . - 4..; ,,, .,, R&M STUDY,. DOCUMENTS LIST ( by Subject )-.:,’.i AS OF: 22...DE60. Maintainability Standardization Document Program Plan, Revision 1, Draft, DoD, 30 April 1982. DE82. Acquisition and Management of

  14. Frenolicins C-G, pyranonaphthoquinones from Streptomyces sp. RM-4-15.

    PubMed

    Wang, Xiachang; Shaaban, Khaled A; Elshahawi, Sherif I; Ponomareva, Larissa V; Sunkara, Manjula; Zhang, Yinan; Copley, Gregory C; Hower, James C; Morris, Andrew J; Kharel, Madan K; Thorson, Jon S

    2013-08-23

    Appalachian active coal fire sites were selected for the isolation of bacterial strains belonging to the class actinobacteria. A comparison of high-resolution electrospray ionization mass spectrometry (HRESIMS) and ultraviolet (UV) absorption profiles from isolate extracts to natural product databases suggested Streptomyces sp. RM-4-15 to produce unique metabolites. Four new pyranonaphthoquinones, frenolicins C-F (1-4), along with three known analogues, frenolicin (6), frenolicin B (7), and UCF76-A (8), were isolated from the fermentation of this strain. An additional new analogue, frenolicin G (5), along with two known compounds, deoxyfrenolicin (9) and UCF 13 (10), were isolated from the fermentation supplied with 18 mg/L of scandium chloride, the first example, to the best of our knowledge, wherein scandium chloride supplementation led to the confirmed production of new bacterial secondary metabolites. Structures 1-5 were elucidated on the basis of spectral analysis and chemical modification. While frenolicins are best known for their anticoccidial activity, the current study revealed compounds 6-9 to exhibit moderate cytotoxicity against the human lung carcinoma cell line (A549) and thereby extends the anticancer SAR for this privileged scaffold.

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

    NASA Astrophysics Data System (ADS)

    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.

  16. Dynamo threshold detection in the von Kármán sodium experiment.

    PubMed

    Miralles, Sophie; Bonnefoy, Nicolas; Bourgoin, Mickael; Odier, Philippe; Pinton, Jean-François; Plihon, Nicolas; Verhille, Gautier; Boisson, Jean; Daviaud, François; Dubrulle, Bérengère

    2013-07-01

    Predicting dynamo self-generation in liquid metal experiments has been an ongoing question for many years. In contrast to simple dynamical systems for which reliable techniques have been developed, the ability to predict the dynamo capacity of a flow and the estimate of the corresponding critical value of the magnetic Reynolds number (the control parameter of the instability) has been elusive, partly due to the high level of turbulent fluctuations of flows in such experiments (with kinetic Reynolds numbers in excess of 10(6)). We address these issues here, using the von Kármán sodium experiment and studying its response to an externally applied magnetic field. We first show that a dynamo threshold can be estimated from analysis related to critical slowing down and susceptibility divergence, in configurations for which dynamo action is indeed observed. These approaches are then applied to flow configurations that have failed to self-generate magnetic fields within operational limits, and we quantify the dynamo capacity of these configurations.

  17. A Comparative Evaluation of Anomaly Detection Algorithms for Maritime Video Surveillance

    DTIC Science & Technology

    2011-01-01

    of k-means clustering and the k- NN Localized p-value Estimator ( KNN -LPE). K-means is a popular distance-based clustering algorithm while KNN -LPE...implemented the sparse cluster identification rule we described in Section 3.1. 2. k-NN Localized p-value Estimator ( KNN -LPE): We implemented this using...Average Density ( KNN -NAD): This was implemented as described in Section 3.4. Algorithm Parameter Settings The global and local density-based anomaly

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

    NASA Astrophysics Data System (ADS)

    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

  19. Production enhancement and characterization of the polyhydroxyalkanoate produced by Natrinema ajinwuensis (as synonym) ≡ Natrinema altunense strain RM-G10.

    PubMed

    Mahansaria, Riddhi; Dhara, Anusua; Saha, Amit; Haldar, Saubhik; Mukherjee, Joydeep

    2018-02-01

    Application of halophiles can decrease the cost of polyhydroxyalkanoate (PHA) production or bioplastic which are an alternative to the petroleum-derived plastic. Extremely halophilic archaeon, Natrinema ajinwuensis RM-G10 accumulated 61.02±0.68% PHA of its cell dry mass at 72h in repeated batch cultures yielding 0.210±0.001gL -1 h -1 volumetric productivity after selection of the best cultivation conditions. Transmission electron microscopy showed the presence of PHA granules inside the archaeal cells. Characterization by gas chromatographic analysis, gas chromatographic- mass spectrophotometric analysis, thermogravimetric analysis, differential scanning calorimetric analysis, X-ray diffraction analysis, Fourier transform infra red spectroscopy and nuclear magnetic resonance spectroscopy revealed the polymer to be poly(3-hydroxybutyrate-co-3-hydroxyvalerate) with 13.93mol% 3-hydroxyvalerate content and having 35.45% crystallinity, -12.3°C glass transition temperature, 143°C and 157.5°C melting temperatures and 284°C degradation temperature. This is the first report on production enhancement (on a small scale) and characterization of the polyhydroxyalkanoate produced by Natrinema ajinwuensis (as synonym) ≡ Natrinema altunense strain RM-G10 and the Natrinema genus in general. Copyright © 2017 Elsevier B.V. All rights reserved.

  20. Analysis of miRNA expression profile based on SVM algorithm

    NASA Astrophysics Data System (ADS)

    Ting-ting, Dai; Chang-ji, Shan; Yan-shou, Dong; Yi-duo, Bian

    2018-05-01

    Based on mirna expression spectrum data set, a new data mining algorithm - tSVM - KNN (t statistic with support vector machine - k nearest neighbor) is proposed. the idea of the algorithm is: firstly, the feature selection of the data set is carried out by the unified measurement method; Secondly, SVM - KNN algorithm, which combines support vector machine (SVM) and k - nearest neighbor (k - nearest neighbor) is used as classifier. Simulation results show that SVM - KNN algorithm has better classification ability than SVM and KNN alone. Tsvm - KNN algorithm only needs 5 mirnas to obtain 96.08 % classification accuracy in terms of the number of mirna " tags" and recognition accuracy. compared with similar algorithms, tsvm - KNN algorithm has obvious advantages.

  1. Comparison of the efficacy of Neethling lumpy skin disease virus and x10RM65 sheep-pox live attenuated vaccines for the prevention of lumpy skin disease - The results of a randomized controlled field study.

    PubMed

    Ben-Gera, J; Klement, E; Khinich, E; Stram, Y; Shpigel, N Y

    2015-09-11

    Lumpy skin disease (LSD) is a viral disease of cattle and buffalo, caused by a Capripox virus. A field study was performed during an LSD epidemic which occurred in 2012-2013 in Israel, in order to assess the efficacy of two commercial vaccines for protection against LSD. Fifteen dairy herds, vaccinated 2-5 months prior to study onset with a single dose of 10(2.5) TCID50 of RM65 attenuated sheep-pox vaccine, and not affected previously, were enrolled in the study. 4694 cows were randomized to be either vaccinated with a 10(3.5) TCID50/dose of RM65 vaccine (x10RM65) or with a same dose of an attenuated Neethling LSD virus vaccine. A case of LSD was defined as the appearance of at least 5 lesions typical to LSD and a severe case was defined if this sign was accompanied by either fever (>39.5°C) or/and a 20% reduction in milk production. Deep lesion biopsies and blood samples were collected from 64.5% of the cases in an attempt to detect DNA of LSD virus by PCR and to differentiate between the wild strain and the vaccine Neethling strain. Seventy-six cows were affected by LSD in 8 herds with an incidence of 0.3-5.7%. Mantel-Haenszel relative risk (RRMH) for LSD morbidity at least 15 days after vaccination in x10RM65 vs. Neethling was 2.635 (CI95%=1.44-4.82) and 11.2 (2.3-54.7) for severe morbidity. RRMH for laboratory confirmed cases was 4.28 (1.59-11.53). An incidence of 0.38% (9/2356) of Neethling associated disease was observed among Neethling vaccinated cows while no such disease occurred in x10RM65 vaccinated cows. We conclude that the Neethling vaccine is significantly more effective than x10RM65 in preventing LSD morbidity, though it might cause a low incidence of Neethling associated disease. No transmission of the Neethling strain to non-Neethling vaccinated cows was observed in this study. Copyright © 2015 Elsevier Ltd. All rights reserved.

  2. Validity and reliability of a novel iPhone app for the measurement of barbell velocity and 1RM on the bench-press exercise.

    PubMed

    Balsalobre-Fernández, Carlos; Marchante, David; Muñoz-López, Mario; Jiménez, Sergio L

    2018-01-01

    The purpose of this study was to analyse the validity and reliability of a novel iPhone app (named: PowerLift) for the measurement of mean velocity on the bench-press exercise. Additionally, the accuracy of the estimation of the 1-Repetition maximum (1RM) using the load-velocity relationship was tested. To do this, 10 powerlifters (Mean (SD): age = 26.5 ± 6.5 years; bench press 1RM · kg -1  = 1.34 ± 0.25) completed an incremental test on the bench-press exercise with 5 different loads (75-100% 1RM), while the mean velocity of the barbell was registered using a linear transducer (LT) and Powerlift. Results showed a very high correlation between the LT and the app (r = 0.94, SEE = 0.028 m · s -1 ) for the measurement of mean velocity. Bland-Altman plots (R 2  = 0.011) and intraclass correlation coefficient (ICC = 0.965) revealed a very high agreement between both devices. A systematic bias by which the app registered slightly higher values than the LT (P < 0.05; mean difference (SD) between instruments = 0.008 ± 0.03 m · s -1 ). Finally, actual and estimated 1RM using the app were highly correlated (r = 0.98, mean difference (SD) = 5.5 ± 9.6 kg, P < 0.05). The app was found to be highly valid and reliable in comparison with a LT. These findings could have valuable practical applications for strength and conditioning coaches who wish to measure barbell velocity in the bench-press exercise.

  3. Molecular characterization of the recombinant protein RmLTI-BmCG-LTB: Protective immunity against Rhipicephalus (Boophilus) microplus

    PubMed Central

    2018-01-01

    The bovine tick Rhipicephalus (Boophilus) microplus is found in several tropical and subtropical regions of the world. This parasite transmits pathogens that cause disease, such as babesiosis (Babesia bovis and B. bigemina) and anaplasmosis (Anaplasma marginale). Tick infestations cause enormous livestock losses, and controlling tick infestations and the transmission of tick-borne diseases remains a challenge for the livestock industry. Because the currently available commercial vaccines offer only partial protection against R. (B.) microplus, there is a need for more efficient vaccines. Several recombinant antigens have been evaluated using different immunization strategies, and they show great promise. This work describes the construction and immunological characterization of a multi-antigen chimera composed of two R. (B.) microplus antigens (RmLTI and BmCG) and one Escherichia coli antigen (B subunit, LTB). The immunogenic regions of each antigen were selected and combined to encode a single polypeptide. The gene was cloned and expressed in E. coli. For all of the experiments, two groups (treated and control) of four Angus heifers (3–6 months old) were used. The inoculation was performed via intramuscular injection with 200 μg of purified recombinant chimeric protein and adjuvated. The chimeric protein was recognized by specific antibodies against each subunit and by sera from cattle inoculated with the chimera. Immunization of RmLTI-BmCG-LTB cattle reduced the number of adult female ticks by 6.29% and vaccination of cattle with the chimeric antigen provided 55.6% efficacy against R. (B.) microplus infestation. The results of this study indicate that the novel chimeric protein is a potential candidate for the future development of a more effective vaccine against R. (B.) microplus. PMID:29415034

  4. Molecular characterization of the recombinant protein RmLTI-BmCG-LTB: Protective immunity against Rhipicephalus (Boophilus) microplus.

    PubMed

    Csordas, Bárbara Guimarães; Cunha, Rodrigo Casquero; Garcia, Marcos Valério; da Silva, Sérgio Silva; Leite, Fábio Leivas; Andreotti, Renato

    2018-01-01

    The bovine tick Rhipicephalus (Boophilus) microplus is found in several tropical and subtropical regions of the world. This parasite transmits pathogens that cause disease, such as babesiosis (Babesia bovis and B. bigemina) and anaplasmosis (Anaplasma marginale). Tick infestations cause enormous livestock losses, and controlling tick infestations and the transmission of tick-borne diseases remains a challenge for the livestock industry. Because the currently available commercial vaccines offer only partial protection against R. (B.) microplus, there is a need for more efficient vaccines. Several recombinant antigens have been evaluated using different immunization strategies, and they show great promise. This work describes the construction and immunological characterization of a multi-antigen chimera composed of two R. (B.) microplus antigens (RmLTI and BmCG) and one Escherichia coli antigen (B subunit, LTB). The immunogenic regions of each antigen were selected and combined to encode a single polypeptide. The gene was cloned and expressed in E. coli. For all of the experiments, two groups (treated and control) of four Angus heifers (3-6 months old) were used. The inoculation was performed via intramuscular injection with 200 μg of purified recombinant chimeric protein and adjuvated. The chimeric protein was recognized by specific antibodies against each subunit and by sera from cattle inoculated with the chimera. Immunization of RmLTI-BmCG-LTB cattle reduced the number of adult female ticks by 6.29% and vaccination of cattle with the chimeric antigen provided 55.6% efficacy against R. (B.) microplus infestation. The results of this study indicate that the novel chimeric protein is a potential candidate for the future development of a more effective vaccine against R. (B.) microplus.

  5. Reference Model 6 (RM6): Oscillating Wave Energy Converter.

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

    Bull, Diana L; Smith, Chris; Jenne, Dale Scott

    This report is an addendum to SAND2013-9040: Methodology for Design and Economic Analysis of Marine Energy Conversion (MEC) Technologies. This report describes an Oscillating Water Column Wave Energy Converter reference model design in a complementary manner to Reference Models 1-4 contained in the above report. In this report, a conceptual design for an Oscillating Water Column Wave Energy Converter (WEC) device appropriate for the modeled reference resource site was identified, and a detailed backward bent duct buoy (BBDB) device design was developed using a combination of numerical modeling tools and scaled physical models. Our team used the methodology in SAND2013-9040more » for the economic analysis that included costs for designing, manufacturing, deploying, and operating commercial-scale MEC arrays, up to 100 devices. The methodology was applied to identify key cost drivers and to estimate levelized cost of energy (LCOE) for this RM6 Oscillating Water Column device in dollars per kilowatt-hour ($/kWh). Although many costs were difficult to estimate at this time due to the lack of operational experience, the main contribution of this work was to disseminate a detailed set of methodologies and models that allow for an initial cost analysis of this emerging technology. This project is sponsored by the U.S. Department of Energy's (DOE) Wind and Water Power Technologies Program Office (WWPTO), within the Office of Energy Efficiency & Renewable Energy (EERE). Sandia National Laboratories, the lead in this effort, collaborated with partners from National Laboratories, industry, and universities to design and test this reference model.« less

  6. Structure and stability of the finite-area von Kármán street

    NASA Astrophysics Data System (ADS)

    Luzzatto-Fegiz, Paolo; Williamson, Charles H. K.

    2012-06-01

    By using a recently developed numerical method, we explore in detail the possible inviscid equilibrium flows for a Kármán street comprising uniform, large-area vortices. In order to determine stability, we make use of an energy-based stability argument (originally proposed by Lord Kelvin), whose previous implementation had been unsuccessful in determining stability for the Kármán street [P. G. Saffman and J. C. Schatzman, "Stability of a vortex street of finite vortices," J. Fluid Mech. 117, 171-186 (1982), 10.1017/S0022112082001578]. We discuss in detail the issues affecting this interpretation of Kelvin's ideas, and show that this energy-based argument cannot detect subharmonic instabilities. To find superharmonic instabilities, we employ a recently introduced approach, which constitutes a reliable implementation of Kelvin's stability ideas [P. Luzzatto-Fegiz and C. H. K. Williamson, "Stability of conservative flows and new steady fluid solutions from bifurcation diagrams exploiting a variational argument," Phys. Rev. Lett. 104, 044504 (2010), 10.1103/PhysRevLett.104.044504]. For periodic flows, this leads us to organize solutions into families with fixed impulse I, and to construct diagrams involving the flow energy E and horizontal spacing (i.e., wavelength) L. Families of large-I vortex streets exhibit a turning point in L, and terminate with "cat's eyes" vortices (as also suggested by previous investigators). However, for low-I streets, the solution families display a multitude of turning points (leading to multiple possible streets, for given L), and terminate with teardrop-shaped vortices. This is radically different from previous suggestions in the literature. These two qualitatively different limiting states are connected by a special street, whereby vortices from opposite rows touch, such that each vortex boundary exhibits three corners. Furthermore, by following the family of I = 0 streets to small L, we gain access to a large, hitherto unexplored

  7. Parameters for the RM1 Quantum Chemical Calculation of Complexes of the Trications of Thulium, Ytterbium and Lutetium

    PubMed Central

    Filho, Manoel A. M.; Dutra, José Diogo L.; Rocha, Gerd B.; Simas, Alfredo M.

    2016-01-01

    The RM1 quantum chemical model for the calculation of complexes of Tm(III), Yb(III) and Lu(III) is advanced. Subsequently, we tested the models by fully optimizing the geometries of 126 complexes. We then compared the optimized structures with known crystallographic ones from the Cambridge Structural Database. Results indicate that, for thulium complexes, the accuracy in terms of the distances between the lanthanide ion and its directly coordinated atoms is about 2%. Corresponding results for ytterbium and lutetium are both 3%, levels of accuracy useful for the design of lanthanide complexes, targeting their countless applications. PMID:27223475

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

    PubMed

    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.

  9. Integrated Sensing Processor, Phase 2

    DTIC Science & Technology

    2005-12-01

    performance analysis for several baseline classifiers including neural nets, linear classifiers, and kNN classifiers. Use of CCDR as a preprocessing step...below the level of the benchmark non-linear classifier for this problem ( kNN ). Furthermore, the CCDR preconditioned kNN achieved a 10% improvement over...the benchmark kNN without CCDR. Finally, we found an important connection between intrinsic dimension estimation via entropic graphs and the optimal

  10. Mutual proximity graphs for improved reachability in music recommendation

    PubMed Central

    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. PMID:29348779

  11. Average Skin-Friction Drag Coefficients from Tank Tests of a Parabolic Body of Revolution (NACA RM-10)

    NASA Technical Reports Server (NTRS)

    Mottard, Elmo J; Loposer, J Dan

    1954-01-01

    Average skin-friction drag coefficients were obtained from boundary-layer total-pressure measurements on a parabolic body of revolution (NACA rm-10, basic fineness ratio 15) in water at Reynolds numbers from 4.4 x 10(6) to 70 x 10(6). The tests were made in the Langley tank no. 1 with the body sting-mounted at a depth of two maximum body diameters. The arithmetic mean of three drag measurements taken around the body was in good agreement with flat-plate results, but, apparently because of the slight surface wave caused by the body, the distribution of the boundary layer around the body was not uniform over part of the Reynolds number range.

  12. Effect of soft-iron impellers on the von Kármán-sodium dynamo.

    PubMed

    Xu, Mingtian

    2014-01-01

    The explanation for the observed axisymmetric magnetic field in the von Kármán-sodium (VKS) dynamo experiment is still an unresolved question. In this paper, the integral equation approach is extended to investigate the VKS dynamo action by taking into account the discontinuity of the magnetic permeability and electrical conductivity in the conducting region. When the relative magnetic permeability of the soft-iron impellers is set to 65, a steady toroidal field that is apparently axisymmetric is excited at the critical magnetic Reynolds number, Rmc≈27.23, which is close to the experimental result, Rmc≈30. Our results show that the critical magnetic Reynolds number declines as the relative magnetic permeability of the impellers increases. Furthermore, when the relative magnetic permeability is not greater than 37, an equatorial magnetic field with an azimuthal wave number m=1 is the dominant mode, otherwise a steady toroidal field with an azimuthal wave number m=0 predominates the magnetic field generated by the VKS dynamo action.

  13. Bimodal spectroscopic evaluation of ultra violet-irradiated mouse skin inflammatory and precancerous stages: instrumentation, spectral feature extraction/selection and classification (k-NN, LDA and SVM)

    NASA Astrophysics Data System (ADS)

    Díaz-Ayil, G.; Amouroux, M.; Blondel, W. C. P. M.; Bourg-Heckly, G.; Leroux, A.; Guillemin, F.; Granjon, Y.

    2009-07-01

    This paper deals with the development and application of in vivo spatially-resolved bimodal spectroscopy (AutoFluorescence AF and Diffuse Reflectance DR), to discriminate various stages of skin precancer in a preclinical model (UV-irradiated mouse): Compensatory Hyperplasia CH, Atypical Hyperplasia AH and Dysplasia D. A programmable instrumentation was developed for acquiring AF emission spectra using 7 excitation wavelengths: 360, 368, 390, 400, 410, 420 and 430 nm, and DR spectra in the 390-720 nm wavelength range. After various steps of intensity spectra preprocessing (filtering, spectral correction and intensity normalization), several sets of spectral characteristics were extracted and selected based on their discrimination power statistically tested for every pair-wise comparison of histological classes. Data reduction with Principal Components Analysis (PCA) was performed and 3 classification methods were implemented (k-NN, LDA and SVM), in order to compare diagnostic performance of each method. Diagnostic performance was studied and assessed in terms of sensitivity (Se) and specificity (Sp) as a function of the selected features, of the combinations of 3 different inter-fibers distances and of the numbers of principal components, such that: Se and Sp ≈ 100% when discriminating CH vs. others; Sp ≈ 100% and Se > 95% when discriminating Healthy vs. AH or D; Sp ≈ 74% and Se ≈ 63%for AH vs. D.

  14. The Impact of Ebooks on the Reading Motivation and Reading Skills of Children and Young People: A Study of Schools Using RM Books. Final Report

    ERIC Educational Resources Information Center

    Picton, Irene; Clark, Christina

    2015-01-01

    The National Literacy Trust is a national charity dedicated to raising literacy levels in the UK. Their research and analysis make them the leading authority on literacy. They run projects in the poorest communities, campaign to make literacy a priority for politicians and parents, and support schools. RM Books is a market-leading ebooks platform…

  15. Interference removals on Pd, Ru and Au with ICP-QQQ-MS in PGE RM

    NASA Astrophysics Data System (ADS)

    Nadeem Hussain Bokhari, Syed; Meisel, Thomas; Walkner, Christoph

    2015-04-01

    Gold and platinum group elements (PGE) are essential industrial precious metals with high world demand due to their unique properties. Struggle for natural exploration of PGE is on great pace and recycling from industrial wastes, electronics and catalytic convertor is on the rise for PGE supply chain. Along with these developments it is becoming more challenging for analytical chemists to determine gold and PGE out of complex matrix which causes severe interferences. The current state of art is online analysis coupled with chromatographic separation of interferences. The ICP-QQQ-MS Agilent 8800 has the capability of using multi tunes and mass shifts. We aim to remove interferences on Pd+ (for direct and isotope dilution analysis) Au+ and Ru+ in lieu of chemical separations. YO+, SrOH+, ZnAr+, NiAr+, ZrO+, CuAr+, MoO+ , Ru+and Cd+ are expected interferences on Pd+ while Au+ is interfered by TaO+, HfOH+, GdAr+ and 102Ru+ ,104Ru+ by 102Pd+ ,104Pd+ etc. Initial test were performed on pure solutions of 1mg/l (interfering elements): 1 ng/l (Pd, Ru & Au) respectively. The outcomes of initial tests were applied on PGE reference material (RM) WMG-1 and SARM-7 (digested with Na2O2 sintering). The results obtained show that YO+, SrOH+ interfere (104Pd,105Pd), 104 Ru+ on (104Pd), ZnAr+ has slight interference on (104Pd and106Pd), ZrO+, NiAr+, CuAr+ interferences are negligible, MoO+ has severe interference on (108Pd, 110Pd) and that Cd+ has severe isobaric interference on (106Pd,108Pd, 110Pd). These interference have been removed by formation of Pd(NH3)3+complex. The TaO+, HfOH+ and GdAr+ interferences on Au+ are best removed by formation of Au(NH3)+ and Au(NH3)2+ complexes. 102Pd+,104Pd+interference on 102Ru+ ,104Ru+ can be removed by formation of Ru(NH3)4+ and RuO+ compounds. The results obtained comply with certified values of RM. The developed method is being tested on low concentration PGE reference materials. References: Sugiyama, N. " Removal of complex spectral

  16. Optimized Seizure Detection Algorithm: A Fast Approach for Onset of Epileptic in EEG Signals Using GT Discriminant Analysis and K-NN Classifier

    PubMed Central

    Rezaee, Kh.; Azizi, E.; Haddadnia, J.

    2016-01-01

    Background Epilepsy is a severe disorder of the central nervous system that predisposes the person to recurrent seizures. Fifty million people worldwide suffer from epilepsy; after Alzheimer’s and stroke, it is the third widespread nervous disorder. Objective In this paper, an algorithm to detect the onset of epileptic seizures based on the analysis of brain electrical signals (EEG) has been proposed. 844 hours of EEG were recorded form 23 pediatric patients consecutively with 163 occurrences of seizures. Signals had been collected from Children’s Hospital Boston with a sampling frequency of 256 Hz through 18 channels in order to assess epilepsy surgery. By selecting effective features from seizure and non-seizure signals of each individual and putting them into two categories, the proposed algorithm detects the onset of seizures quickly and with high sensitivity. Method In this algorithm, L-sec epochs of signals are displayed in form of a third-order tensor in spatial, spectral and temporal spaces by applying wavelet transform. Then, after applying general tensor discriminant analysis (GTDA) on tensors and calculating mapping matrix, feature vectors are extracted. GTDA increases the sensitivity of the algorithm by storing data without deleting them. Finally, K-Nearest neighbors (KNN) is used to classify the selected features. Results The results of simulating algorithm on algorithm standard dataset shows that the algorithm is capable of detecting 98 percent of seizures with an average delay of 4.7 seconds and the average error rate detection of three errors in 24 hours. Conclusion Today, the lack of an automated system to detect or predict the seizure onset is strongly felt. PMID:27672628

  17. Description of European Space Agency (ESA) Remote Manipulator (RM) System Breadboard Currently Under Development for Demonstration of Critical Technology Foreseen to be Used in the Mars Sample Receiving Facility (MSRF)

    NASA Astrophysics Data System (ADS)

    Vrublevskis, J.; Duncan, S.; Berthoud, L.; Bowman, P.; Hills, R.; McCulloch, Y.; Pisla, D.; Vaida, C.; Gherman, B.; Hofbaur, M.; Dieber, B.; Neythalath, N.; Smith, C.; van Winnendael, M.; Duvet, L.

    2018-04-01

    In order to avoid the use of 'double walled' gloves, a haptic feedback Remote Manipulation (RM) system rather than a gloved isolator is needed inside a Double Walled Isolator (DWI) to handle a sample returned from Mars.

  18. Evaluation of Data Processing Techniques for Unobtrusive Gait Authentication

    DTIC Science & Technology

    2014-03-01

    scatter plot depicting the performance of kNN , by TER, on all experimental mixtures...30  Table 9.  Mean TER of SVM and kNN performance with different voting parameters...performance on XYZ-axis data. ...........................................................51  Table 19.  kNN and SVM results in back pocket carrying

  19. Geometric k-nearest neighbor estimation of entropy and mutual information

    NASA Astrophysics Data System (ADS)

    Lord, Warren M.; Sun, Jie; Bollt, Erik M.

    2018-03-01

    Nonparametric estimation of mutual information is used in a wide range of scientific problems to quantify dependence between variables. The k-nearest neighbor (knn) methods are consistent, and therefore expected to work well for a large sample size. These methods use geometrically regular local volume elements. This practice allows maximum localization of the volume elements, but can also induce a bias due to a poor description of the local geometry of the underlying probability measure. We introduce a new class of knn estimators that we call geometric knn estimators (g-knn), which use more complex local volume elements to better model the local geometry of the probability measures. As an example of this class of estimators, we develop a g-knn estimator of entropy and mutual information based on elliptical volume elements, capturing the local stretching and compression common to a wide range of dynamical system attractors. A series of numerical examples in which the thickness of the underlying distribution and the sample sizes are varied suggest that local geometry is a source of problems for knn methods such as the Kraskov-Stögbauer-Grassberger estimator when local geometric effects cannot be removed by global preprocessing of the data. The g-knn method performs well despite the manipulation of the local geometry. In addition, the examples suggest that the g-knn estimators can be of particular relevance to applications in which the system is large, but the data size is limited.

  20. Clinical Evaluation of 68Ga-PSMA-II and 68Ga-RM2 PET Images Reconstructed With an Improved Scatter Correction Algorithm.

    PubMed

    Wangerin, Kristen A; Baratto, Lucia; Khalighi, Mohammad Mehdi; Hope, Thomas A; Gulaka, Praveen K; Deller, Timothy W; Iagaru, Andrei H

    2018-06-06

    Gallium-68-labeled radiopharmaceuticals pose a challenge for scatter estimation because their targeted nature can produce high contrast in these regions of the kidneys and bladder. Even small errors in the scatter estimate can result in washout artifacts. Administration of diuretics can reduce these artifacts, but they may result in adverse events. Here, we investigated the ability of algorithmic modifications to mitigate washout artifacts and eliminate the need for diuretics or other interventions. The model-based scatter algorithm was modified to account for PET/MRI scanner geometry and challenges of non-FDG tracers. Fifty-three clinical 68 Ga-RM2 and 68 Ga-PSMA-11 whole-body images were reconstructed using the baseline scatter algorithm. For comparison, reconstruction was also processed with modified sampling in the single-scatter estimation and with an offset in the scatter tail-scaling process. None of the patients received furosemide to attempt to decrease the accumulation of radiopharmaceuticals in the bladder. The images were scored independently by three blinded reviewers using the 5-point Likert scale. The scatter algorithm improvements significantly decreased or completely eliminated the washout artifacts. When comparing the baseline and most improved algorithm, the image quality increased and image artifacts were reduced for both 68 Ga-RM2 and for 68 Ga-PSMA-11 in the kidneys and bladder regions. Image reconstruction with the improved scatter correction algorithm mitigated washout artifacts and recovered diagnostic image quality in 68 Ga PET, indicating that the use of diuretics may be avoided.

  1. Role of soft-iron impellers on the mode selection in the von kármán-sodium dynamo experiment.

    PubMed

    Giesecke, André; Stefani, Frank; Gerbeth, Gunter

    2010-01-29

    A crucial point for the understanding of the von Kármán-sodium (VKS) dynamo experiment is the influence of soft-iron impellers. We present numerical simulations of a VKS-like dynamo with a localized permeability distribution that resembles the shape of the flow driving impellers. It is shown that the presence of soft-iron material essentially determines the dynamo process in the VKS experiment. An axisymmetric magnetic field mode can be explained by the combined action of the soft-iron disk and a rather small alpha effect parametrizing the induction effects of unresolved small scale flow fluctuations.

  2. RM-DEMATEL: a new methodology to identify the key factors in PM2.5.

    PubMed

    Chen, Yafeng; Liu, Jie; Li, Yunpeng; Sadiq, Rehan; Deng, Yong

    2015-04-01

    Weather system is a relative complex dynamic system, the factors of the system are mutually influenced PM2.5 concentration. In this paper, a new method is proposed to quantify the influence on PM2.5 by other factors in the weather system and identify the most important factors for PM2.5 with limited resources. The relation map (RM) is used to figure out the direct relation matrix of 14 factors in PM2.5. The decision making trial and evaluation laboratory(DEMATEL) is applied to calculate the causal relationship and extent to a mutual influence of 14 factors in PM2.5. According to the ranking results of our proposed method, the most important key factors is sulfur dioxide (SO2) and nitrogen oxides (NO(X)). In addition, the other factors, the ambient maximum temperature (T(max)), concentration of PM10, and wind direction (W(dir)), are important factors for PM2.5. The proposed method can also be applied to other environment management systems to identify key factors.

  3. Fabrication of Biocompatible Potassium Sodium Niobate Piezoelectric Ceramic as an Electroactive Implant

    PubMed Central

    Chen, Wei; Yu, Zunxiong; Pang, Jinshan; Yu, Peng; Tan, Guoxin; Ning, Chengyun

    2017-01-01

    The discovery of piezoelectricity in natural bone has attracted extensive research in emulating biological electricity for various tissue regeneration. Here, we carried out experiments to build biocompatible potassium sodium niobate (KNN) ceramics. Then, influence substrate surface charges on bovine serum albumin (BSA) protein adsorption and cell proliferation on KNN ceramics surfaces was investigated. KNN ceramics with piezoelectric constant of ~93 pC/N and relative density of ~93% were fabricated. The adsorption of protein on the positive surfaces (Ps) and negative surfaces (Ns) of KNN ceramics with piezoelectric constant of ~93 pC/N showed greater protein adsorption capacity than that on non-polarized surfaces (NPs). Biocompatibility of KNN ceramics was verified through cell culturing and live/dead cell staining of MC3T3. The cells experiment showed enhanced cell growth on the positive surfaces (Ps) and negative surfaces (Ns) compared to non-polarized surfaces (NPs). These results revealed that KNN ceramics had great potential to be used to understand the effect of surface potential on cells processes and would benefit future research in designing piezoelectric materials for tissue regeneration. PMID:28772704

  4. Fabrication of Biocompatible Potassium Sodium Niobate Piezoelectric Ceramic as an Electroactive Implant.

    PubMed

    Chen, Wei; Yu, Zunxiong; Pang, Jinshan; Yu, Peng; Tan, Guoxin; Ning, Chengyun

    2017-03-26

    The discovery of piezoelectricity in natural bone has attracted extensive research in emulating biological electricity for various tissue regeneration. Here, we carried out experiments to build biocompatible potassium sodium niobate (KNN) ceramics. Then, influence substrate surface charges on bovine serum albumin (BSA) protein adsorption and cell proliferation on KNN ceramics surfaces was investigated. KNN ceramics with piezoelectric constant of ~93 pC/N and relative density of ~93% were fabricated. The adsorption of protein on the positive surfaces (Ps) and negative surfaces (Ns) of KNN ceramics with piezoelectric constant of ~93 pC/N showed greater protein adsorption capacity than that on non-polarized surfaces (NPs). Biocompatibility of KNN ceramics was verified through cell culturing and live/dead cell staining of MC3T3. The cells experiment showed enhanced cell growth on the positive surfaces (Ps) and negative surfaces (Ns) compared to non-polarized surfaces (NPs). These results revealed that KNN ceramics had great potential to be used to understand the effect of surface potential on cells processes and would benefit future research in designing piezoelectric materials for tissue regeneration.

  5. Feasibility studies of time-like proton electromagnetic form factors at $$\\overline{\\rm P}$$ANDA at FAIR

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

    Singh, B.; Erni, W.; Krusche, B.

    Simulation results for future measurements of electromagnetic proton form factors atmore » $$\\overline{\\rm P}$$ANDA (FAIR) within the PandaRoot software framework are reported. The statistical precision with which the proton form factors can be determined is estimated. The signal channel p¯p → e +e – is studied on the basis of two different but consistent procedures. The suppression of the main background channel, i.e. p¯p → π +π –, is studied. Furthermore, the background versus signal efficiency, statistical and systematical uncertainties on the extracted proton form factors are evaluated using two different procedures. The results are consistent with those of a previous simulation study using an older, simplified framework. Furthermore, a slightly better precision is achieved in the PandaRoot study in a large range of momentum transfer, assuming the nominal beam conditions and detector performance.« less

  6. Feasibility studies of time-like proton electromagnetic form factors at $$\\overline{\\rm P}$$ANDA at FAIR

    DOE PAGES

    Singh, B.; Erni, W.; Krusche, B.; ...

    2016-10-28

    Simulation results for future measurements of electromagnetic proton form factors atmore » $$\\overline{\\rm P}$$ANDA (FAIR) within the PandaRoot software framework are reported. The statistical precision with which the proton form factors can be determined is estimated. The signal channel p¯p → e +e – is studied on the basis of two different but consistent procedures. The suppression of the main background channel, i.e. p¯p → π +π –, is studied. Furthermore, the background versus signal efficiency, statistical and systematical uncertainties on the extracted proton form factors are evaluated using two different procedures. The results are consistent with those of a previous simulation study using an older, simplified framework. Furthermore, a slightly better precision is achieved in the PandaRoot study in a large range of momentum transfer, assuming the nominal beam conditions and detector performance.« less

  7. Is it possible to predict long-term success with k-NN? Case study of four market indices (FTSE100, DAX, HANGSENG, NASDAQ)

    NASA Astrophysics Data System (ADS)

    Shi, Y.; Gorban, A. N.; Y Yang, T.

    2014-03-01

    This case study tests the possibility of prediction for 'success' (or 'winner') components of four stock & shares market indices in a time period of three years from 02-Jul-2009 to 29-Jun-2012.We compare their performance ain two time frames: initial frame three months at the beginning (02/06/2009-30/09/2009) and the final three month frame (02/04/2012-29/06/2012).To label the components, average price ratio between two time frames in descending order is computed. The average price ratio is defined as the ratio between the mean prices of the beginning and final time period. The 'winner' components are referred to the top one third of total components in the same order as average price ratio it means the mean price of final time period is relatively higher than the beginning time period. The 'loser' components are referred to the last one third of total components in the same order as they have higher mean prices of beginning time period. We analyse, is there any information about the winner-looser separation in the initial fragments of the daily closing prices log-returns time series.The Leave-One-Out Cross-Validation with k-NN algorithm is applied on the daily log-return of components using a distance and proximity in the experiment. By looking at the error analysis, it shows that for HANGSENG and DAX index, there are clear signs of possibility to evaluate the probability of long-term success. The correlation distance matrix histograms and 2-D/3-D elastic maps generated from ViDaExpert show that the 'winner' components are closer to each other and 'winner'/'loser' components are separable on elastic maps for HANGSENG and DAX index while for the negative possibility indices, there is no sign of separation.

  8. The distance function effect on k-nearest neighbor classification for medical datasets.

    PubMed

    Hu, Li-Yu; Huang, Min-Wei; Ke, Shih-Wen; Tsai, Chih-Fong

    2016-01-01

    K-nearest neighbor (k-NN) classification is conventional non-parametric classifier, which has been used as the baseline classifier in many pattern classification problems. It is based on measuring the distances between the test data and each of the training data to decide the final classification output. Since the Euclidean distance function is the most widely used distance metric in k-NN, no study examines the classification performance of k-NN by different distance functions, especially for various medical domain problems. Therefore, the aim of this paper is to investigate whether the distance function can affect the k-NN performance over different medical datasets. Our experiments are based on three different types of medical datasets containing categorical, numerical, and mixed types of data and four different distance functions including Euclidean, cosine, Chi square, and Minkowsky are used during k-NN classification individually. The experimental results show that using the Chi square distance function is the best choice for the three different types of datasets. However, using the cosine and Euclidean (and Minkowsky) distance function perform the worst over the mixed type of datasets. In this paper, we demonstrate that the chosen distance function can affect the classification accuracy of the k-NN classifier. For the medical domain datasets including the categorical, numerical, and mixed types of data, K-NN based on the Chi square distance function performs the best.

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

    Zhang Yanxia; Ma He; Peng Nanbo

    We apply one of the lazy learning methods, the k-nearest neighbor (kNN) algorithm, to estimate the photometric redshifts of quasars based on various data sets from the Sloan Digital Sky Survey (SDSS), the UKIRT Infrared Deep Sky Survey (UKIDSS), and the Wide-field Infrared Survey Explorer (WISE; the SDSS sample, the SDSS-UKIDSS sample, the SDSS-WISE sample, and the SDSS-UKIDSS-WISE sample). The influence of the k value and different input patterns on the performance of kNN is discussed. kNN performs best when k is different with a special input pattern for a special data set. The best result belongs to the SDSS-UKIDSS-WISEmore » sample. The experimental results generally show that the more information from more bands, the better performance of photometric redshift estimation with kNN. The results also demonstrate that kNN using multiband data can effectively solve the catastrophic failure of photometric redshift estimation, which is met by many machine learning methods. Compared with the performance of various other methods of estimating the photometric redshifts of quasars, kNN based on KD-Tree shows superiority, exhibiting the best accuracy.« less

  10. Comparative Analysis of Document level Text Classification Algorithms using R

    NASA Astrophysics Data System (ADS)

    Syamala, Maganti; Nalini, N. J., Dr; Maguluri, Lakshamanaphaneendra; Ragupathy, R., Dr.

    2017-08-01

    From the past few decades there has been tremendous volumes of data available in Internet either in structured or unstructured form. Also, there is an exponential growth of information on Internet, so there is an emergent need of text classifiers. Text mining is an interdisciplinary field which draws attention on information retrieval, data mining, machine learning, statistics and computational linguistics. And to handle this situation, a wide range of supervised learning algorithms has been introduced. Among all these K-Nearest Neighbor(KNN) is efficient and simplest classifier in text classification family. But KNN suffers from imbalanced class distribution and noisy term features. So, to cope up with this challenge we use document based centroid dimensionality reduction(CentroidDR) using R Programming. By combining these two text classification techniques, KNN and Centroid classifiers, we propose a scalable and effective flat classifier, called MCenKNN which works well substantially better than CenKNN.

  11. Exact nonlinear model reduction for a von Kármán beam: Slow-fast decomposition and spectral submanifolds

    NASA Astrophysics Data System (ADS)

    Jain, Shobhit; Tiso, Paolo; Haller, George

    2018-06-01

    We apply two recently formulated mathematical techniques, Slow-Fast Decomposition (SFD) and Spectral Submanifold (SSM) reduction, to a von Kármán beam with geometric nonlinearities and viscoelastic damping. SFD identifies a global slow manifold in the full system which attracts solutions at rates faster than typical rates within the manifold. An SSM, the smoothest nonlinear continuation of a linear modal subspace, is then used to further reduce the beam equations within the slow manifold. This two-stage, mathematically exact procedure results in a drastic reduction of the finite-element beam model to a one-degree-of freedom nonlinear oscillator. We also introduce the technique of spectral quotient analysis, which gives the number of modes relevant for reduction as output rather than input to the reduction process.

  12. The peopling of Europe and the cautionary tale of Y chromosome lineage R-M269

    PubMed Central

    Busby, George B. J.; Brisighelli, Francesca; Sánchez-Diz, Paula; Ramos-Luis, Eva; Martinez-Cadenas, Conrado; Thomas, Mark G.; Bradley, Daniel G.; Gusmão, Leonor; Winney, Bruce; Bodmer, Walter; Vennemann, Marielle; Coia, Valentina; Scarnicci, Francesca; Tofanelli, Sergio; Vona, Giuseppe; Ploski, Rafal; Vecchiotti, Carla; Zemunik, Tatijana; Rudan, Igor; Karachanak, Sena; Toncheva, Draga; Anagnostou, Paolo; Ferri, Gianmarco; Rapone, Cesare; Hervig, Tor; Moen, Torolf; Wilson, James F.; Capelli, Cristian

    2012-01-01

    Recently, the debate on the origins of the major European Y chromosome haplogroup R1b1b2-M269 has reignited, and opinion has moved away from Palaeolithic origins to the notion of a younger Neolithic spread of these chromosomes from the Near East. Here, we address this debate by investigating frequency patterns and diversity in the largest collection of R1b1b2-M269 chromosomes yet assembled. Our analysis reveals no geographical trends in diversity, in contradiction to expectation under the Neolithic hypothesis, and suggests an alternative explanation for the apparent cline in diversity recently described. We further investigate the young, STR-based time to the most recent common ancestor estimates proposed so far for R-M269-related lineages and find evidence for an appreciable effect of microsatellite choice on age estimates. As a consequence, the existing data and tools are insufficient to make credible estimates for the age of this haplogroup, and conclusions about the timing of its origin and dispersal should be viewed with a large degree of caution. PMID:21865258

  13. Minimum Expected Risk Estimation for Near-neighbor Classification

    DTIC Science & Technology

    2006-04-01

    We consider the problems of class probability estimation and classification when using near-neighbor classifiers, such as k-nearest neighbors ( kNN ...estimate for weighted kNN classifiers with different prior information, for a broad class of risk functions. Theory and simulations show how significant...the difference is compared to the standard maximum likelihood weighted kNN estimates. Comparisons are made with uniform weights, symmetric weights

  14. Portable Language-Independent Adaptive Translation from OCR. Phase 1

    DTIC Science & Technology

    2009-04-01

    including brute-force k-Nearest Neighbors ( kNN ), fast approximate kNN using hashed k-d trees, classification and regression trees, and locality...achieved by refinements in ground-truthing protocols. Recent algorithmic improvements to our approximate kNN classifier using hashed k-D trees allows...recent years discriminative training has been shown to outperform phonetic HMMs estimated using ML for speech recognition. Standard ML estimation

  15. The Use of Fuzzy Set Classification for Pattern Recognition of the Polygraph

    DTIC Science & Technology

    1993-12-01

    actual feature extraction was done, It was decided to use the K-nearest neighbor ( KNN ) the data was preprocessed. The electrocardiogram classifier in...showing heart pulse, and a low frequency not known beforehand, and the KNN classifier does not component showing blood volume. The derivative of...the characteristics of the conventional KNN these six derived signals were detrended and filtered, classification method is that it assigns each

  16. A two-dimensional matrix image based feature extraction method for classification of sEMG: A comparative analysis based on SVM, KNN and RBF-NN.

    PubMed

    Wen, Tingxi; Zhang, Zhongnan; Qiu, Ming; Zeng, Ming; Luo, Weizhen

    2017-01-01

    The computer mouse is an important human-computer interaction device. But patients with physical finger disability are unable to operate this device. Surface EMG (sEMG) can be monitored by electrodes on the skin surface and is a reflection of the neuromuscular activities. Therefore, we can control limbs auxiliary equipment by utilizing sEMG classification in order to help the physically disabled patients to operate the mouse. To develop a new a method to extract sEMG generated by finger motion and apply novel features to classify sEMG. A window-based data acquisition method was presented to extract signal samples from sEMG electordes. Afterwards, a two-dimensional matrix image based feature extraction method, which differs from the classical methods based on time domain or frequency domain, was employed to transform signal samples to feature maps used for classification. In the experiments, sEMG data samples produced by the index and middle fingers at the click of a mouse button were separately acquired. Then, characteristics of the samples were analyzed to generate a feature map for each sample. Finally, the machine learning classification algorithms (SVM, KNN, RBF-NN) were employed to classify these feature maps on a GPU. The study demonstrated that all classifiers can identify and classify sEMG samples effectively. In particular, the accuracy of the SVM classifier reached up to 100%. The signal separation method is a convenient, efficient and quick method, which can effectively extract the sEMG samples produced by fingers. In addition, unlike the classical methods, the new method enables to extract features by enlarging sample signals' energy appropriately. The classical machine learning classifiers all performed well by using these features.

  17. Sintering of Lead-Free Piezoelectric Sodium Potassium Niobate Ceramics

    PubMed Central

    Malič, Barbara; Koruza, Jurij; Hreščak, Jitka; Bernard, Janez; Wang, Ke; Fisher, John G.; Benčan, Andreja

    2015-01-01

    The potassium sodium niobate, K0.5Na0.5NbO3, solid solution (KNN) is considered as one of the most promising, environment-friendly, lead-free candidates to replace highly efficient, lead-based piezoelectrics. Since the first reports of KNN, it has been recognized that obtaining phase-pure materials with a high density and a uniform, fine-grained microstructure is a major challenge. For this reason the present paper reviews the different methods for consolidating KNN ceramics. The difficulties involved in the solid-state synthesis of KNN powder, i.e., obtaining phase purity, the stoichiometry of the perovskite phase, and the chemical homogeneity, are discussed. The solid-state sintering of stoichiometric KNN is characterized by poor densification and an extremely narrow sintering-temperature range, which is close to the solidus temperature. A study of the initial sintering stage revealed that coarsening of the microstructure without densification contributes to a reduction of the driving force for sintering. The influences of the (K + Na)/Nb molar ratio, the presence of a liquid phase, chemical modifications (doping, complex solid solutions) and different atmospheres (i.e., defect chemistry) on the sintering are discussed. Special sintering techniques, such as pressure-assisted sintering and spark-plasma sintering, can be effective methods for enhancing the density of KNN ceramics. The sintering behavior of KNN is compared to that of a representative piezoelectric lead zirconate titanate (PZT). PMID:28793702

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

    Wang, Lingyan, E-mail: l.y.wang@mail.xjtu.edu.cn, E-mail: wren@mail.xjtu.edu.cn; Ren, Wei, E-mail: l.y.wang@mail.xjtu.edu.cn, E-mail: wren@mail.xjtu.edu.cn; Shi, Peng

    Lead-free ferroelectric un-doped and doped K{sub 0.5}Na{sub 0.5}NbO{sub 3} (KNN) films with different amounts of manganese (Mn) were prepared by a chemical solution deposition method. The thicknesses of all films are about 1.6 μm. Their phase, microstructure, leakage current behavior, and electrical properties were investigated. With increasing the amounts of Mn, the crystallinity became worse. Fortunately, the electrical properties were improved due to the decreased leakage current density after Mn-doping. The study on leakage behaviors shows that the dominant conduction mechanism at low electric field in the un-doped KNN film is ohmic mode and that at high electric field is space-charge-limitedmore » and Pool-Frenkel emission. After Mn doping, the dominant conduction mechanism at high electric field of KNN films changed single space-charge-limited. However, the introduction of higher amount of Mn into the KNN film would lead to a changed conduction mechanism from space-charge-limited to ohmic mode. Consequently, there exists an optimal amount of Mn doping of 2.0 mol. %. The 2.0 mol. % Mn doped KNN film shows the lowest leakage current density and the best electrical properties. With the secondary ion mass spectroscopies and x-ray photoelectron spectroscopy analyses, the homogeneous distribution in the KNN films and entrance of Mn element in the lattice of KNN perovskite structure were also confirmed.« less

  19. Smart BIT/TSMD Integration

    DTIC Science & Technology

    1991-12-01

    user using the ’: knn ’ option in the do-scenario command line). An instance of the K-Nearest Neighbor object is first created and initialized before...Navigation Computer HF High Frequency ILS Instrument Landing System KNN K - Nearest Neighbor LRU Line Replaceable Unit MC Mission Computer MTCA...approaches have been investigated here, K-nearest Neighbors ( KNN ) and neural networks (NN). Both approaches require that previously classified examples of

  20. Generative Models for Similarity-based Classification

    DTIC Science & Technology

    2007-01-01

    NC), local nearest centroid (local NC), k-nearest neighbors ( kNN ), and condensed nearest neighbors (CNN) are all similarity-based classifiers which...vector machine to the k nearest neighbors of the test sample [80]. The SVM- KNN method was developed to address the robustness and dimensionality...concerns that afflict nearest neighbors and SVMs. Similarly to the nearest-means classifier, the SVM- KNN is a hybrid local and global classifier developed

  1. Three Dimensional Object Recognition Using a Complex Autoregressive Model

    DTIC Science & Technology

    1993-12-01

    3.4.2 Template Matching Algorithm ...................... 3-16 3.4.3 K-Nearest-Neighbor ( KNN ) Techniques ................. 3-25 3.4.4 Hidden Markov Model...Neighbor ( KNN ) Test Results ...................... 4-13 4.2.1 Single-Look 1-NN Testing .......................... 4-14 4.2.2 Multiple-Look 1-NN Testing...4-15 4.2.3 Discussion of KNN Test Results ...................... 4-15 4.3 Hidden Markov Model (HMM) Test Results

  2. On Algorithms for Generating Computationally Simple Piecewise Linear Classifiers

    DTIC Science & Technology

    1989-05-01

    suffers. - Waveform classification, e.g. speech recognition, seismic analysis (i.e. discrimination between earthquakes and nuclear explosions), target...assuming Gaussian distributions (B-G) d) Bayes classifier with probability densities estimated with the k-N-N method (B- kNN ) e) The -arest neighbour...range of classifiers are chosen including a fast, easy computable and often used classifier (B-G), reliable and complex classifiers (B- kNN and NNR

  3. State-to-state dynamics of {\\rm{F}}({}^{2}{\\rm{P}})+{\\rm{HO}}({}^{2}{\\rm{\\Pi }})\\to {\\rm{O}}({}^{3}{\\rm{P}})+{\\rm{HF}}({}^{1}{\\rm{\\Sigma }}^{+}) reaction on {1}^{3}{{\\rm{A}}}^{\\prime\\prime} potential energy surface

    NASA Astrophysics Data System (ADS)

    Zhao, Juan; Wu, Hui; Sun, Hai-Bo; Wang, Li-Fei

    2018-02-01

    Not Available Project supported by the National Natural Science Foundation of China (Grant Nos. 11504206 and 11404049), the China Postdoctoral Science Foundation (CPSF) (Grant No. 2014M561259), and the Ph. D. Research Start-up Fund of Shandong Jiaotong University.

  4. Evolution of the composition, structure, and piezoelectric performance of (K1-xNax)NbO3 nanorod arrays with hydrothermal reaction time

    NASA Astrophysics Data System (ADS)

    Jin, Wenchao; Wang, Zhao; Li, Meng; He, Yahua; Hu, Xiaokang; Li, Luying; Gao, Yihua; Hu, Yongming; Gu, Haoshuang; Wang, Xiaolin

    2018-04-01

    Lead-free (K,Na)NbO3 (KNN) nanorod arrays were synthesized with the assistance of a Nb: SrTiO3 single-crystal substrate through the hydrothermal process. The evolutions of the morphology, composition, and structure of the as-synthesized KNN nanorods with the increase in reaction time were investigated. The results confirmed that the increase in reaction time up to 3 h led to the increase in the length and aspect ratio of the well-aligned KNN nanorods. All samples have K-rich orthorhombic crystal structures, while the diffraction peaks shifted towards a higher degree. The peak shifts should be attributed to the increase in the Na content in the KNN lattice, which could decrease the lattice parameters owing to the small ionic radius of Na+ than that of K+. Moreover, the increase in reaction time also resulted in the suppression of oxygen vacancies on the surface of the KNN nanorods. These evolutions of the composition and crystal structure, as well as the decrease in the defect content, lead to great enhancement of the nanorod's piezoelectric response, as their d33 value was increased from 19 to 64 pm/V. These results demonstrated the significant impact of reaction time on the hydrothermal growth of high-performance lead-free KNN one-dimensional nanomaterials.

  5. Probing quantum and classical turbulence analogy in von Kármán liquid helium, nitrogen, and water experiments

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

    Saint-Michel, B.; Aix Marseille Université, CNRS, Centrale Marseille, IRPHE UMR 7342, 13384 Marseille; Herbert, E.

    2014-12-15

    We report measurements of the dissipation in the Superfluid helium high REynold number von Kármán flow experiment for different forcing conditions. Statistically steady flows are reached; they display a hysteretic behavior similar to what has been observed in a 1:4 scale water experiment. Our macroscopical measurements indicate no noticeable difference between classical and superfluid flows, thereby providing evidence of the same dissipation scaling laws in the two phases. A detailed study of the evolution of the hysteresis cycle with the Reynolds number supports the idea that the stability of the steady states of classical turbulence in this closed flow ismore » partly governed by the dissipative scales. It also supports the idea that the normal and the superfluid components at these temperatures (1.6 K) are locked down to the dissipative length scale.« less

  6. Electromagnetic Induction Spectroscopy for the Detection of Subsurface Targets

    DTIC Science & Technology

    2012-12-01

    curves of the proposed method and that of Fails et al.. For the kNN ROC curve, k = 7. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 81...et al. [6] and Ramachandran et al. [7] both demonstrated success in detecting mines using the k-nearest-neighbor ( kNN ) algorithm based on the EMI...error is also included in the feature vector. The kNN labels an unknown target based on the closest targets in a training set. Collins et al. [2] and

  7. Mean-field model of the von Kármán sodium dynamo experiment using soft iron impellers.

    PubMed

    Nore, C; Léorat, J; Guermond, J-L; Giesecke, A

    2015-01-01

    It has been observed that dynamo action occurs in the von-Kármán-Sodium (VKS) experiment only when the rotating disks and the blades are made of soft iron. The purpose of this paper is to numerically investigate the role of soft iron in the VKS dynamo scenario. This is done by using a mean-field model based on an axisymmetric mean flow, a localized permeability distribution, and a localized α effect modeling the action of the small velocity scales between the blades. The action of the rotating blades is modeled by an axisymmetric effective permeability field. Key properties of the flow giving to the numerical magnetic field a geometric structure similar to that observed experimentally are identified. Depending on the permeability of the disks and the effective permeability of the blades, the dynamo that is obtained is either oscillatory or stationary. Our numerical results confirm the leading role played by the ferromagnetic impellers. A scenario for the VKS dynamo is proposed.

  8. Mullinamides A and B, New Cyclopeptides Produced by the Ruth Mullins Coal Mine Fire Isolate Streptomyces sp. RM-27-46

    PubMed Central

    Wang, Xiachang; Shaaban, Khaled A.; Elshahawi, Sherif I.; Ponomareva, Larissa V.; Sunkara, Manjula; Copley, Gregory C.; Hower, James C.; Morris, Andrew J.; Kharel, Madan K.; Thorson, Jon S.

    2014-01-01

    Two new cyclopeptides, mullinamides A [cyclo-(-l-Gly-l-Glu-l-Val-l-Ile-l-Pro-)] and B [cyclo-(-l-Glu-l-Met-l-Pro-)] were isolated from the crude extract of terrestrial Streptomyces sp. RM-27-46 along with the three known cyclopeptides surugamide A [cyclo-(-l-Ile-d-Ile-l-Lys-l-Ile-d-Phe-d-Leu-l-Ile-d-Ala-)], cyclo-(-l-Pro-l-Phe-) and cyclo-(-l-Pro-l-Leu-). The structures of the new compounds were elucidated by the cumulative analyses of NMR spectroscopy and high resolution mass spectrometry. While mullinamides A and B displayed no appreciable antimicrobial/fungal activity or cytotoxicity, this study highlights the first reported antibacterial activity of surugamide A. PMID:24713874

  9. Weighted Parzen Windows for Pattern Classification

    DTIC Science & Technology

    1994-05-01

    Nearest-Neighbor Rule The k-Nearest-Neighbor ( kNN ) technique is nonparametric, assuming nothing about the distribution of the data. Stated succinctly...probabilities P(wj I x) from samples." Raudys and Jain [20:255] advance this interpretation by pointing out that the kNN technique can be viewed as the...34Parzen window classifier with a hyper- rectangular window function." As with the Parzen-window technique, the kNN classifier is more accurate as the

  10. Heterogeneous Multi-Metric Learning for Multi-Sensor Fusion

    DTIC Science & Technology

    2011-07-01

    distance”. One of the most widely used methods is the k-nearest neighbor ( KNN ) method [4], which labels an input data sample to be the class with majority...despite of its simplicity, it can be an effective candidate and can be easily extended to handle multiple sensors. Distance based method such as KNN relies...Neighbor (LMNN) method [21] which will be briefly reviewed in the sequel. LMNN method tries to learn an optimal metric specifically for KNN classifier. The

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

    PubMed

    Wang, Xueyi

    2012-02-08

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

  12. Nearest neighbor-density-based clustering methods for large hyperspectral images

    NASA Astrophysics Data System (ADS)

    Cariou, Claude; Chehdi, Kacem

    2017-10-01

    We address the problem of hyperspectral image (HSI) pixel partitioning using nearest neighbor - density-based (NN-DB) clustering methods. NN-DB methods are able to cluster objects without specifying the number of clusters to be found. Within the NN-DB approach, we focus on deterministic methods, e.g. ModeSeek, knnClust, and GWENN (standing for Graph WatershEd using Nearest Neighbors). These methods only require the availability of a k-nearest neighbor (kNN) graph based on a given distance metric. Recently, a new DB clustering method, called Density Peak Clustering (DPC), has received much attention, and kNN versions of it have quickly followed and showed their efficiency. However, NN-DB methods still suffer from the difficulty of obtaining the kNN graph due to the quadratic complexity with respect to the number of pixels. This is why GWENN was embedded into a multiresolution (MR) scheme to bypass the computation of the full kNN graph over the image pixels. In this communication, we propose to extent the MR-GWENN scheme on three aspects. Firstly, similarly to knnClust, the original labeling rule of GWENN is modified to account for local density values, in addition to the labels of previously processed objects. Secondly, we set up a modified NN search procedure within the MR scheme, in order to stabilize of the number of clusters found from the coarsest to the finest spatial resolution. Finally, we show that these extensions can be easily adapted to the three other NN-DB methods (ModeSeek, knnClust, knnDPC) for pixel clustering in large HSIs. Experiments are conducted to compare the four NN-DB methods for pixel clustering in HSIs. We show that NN-DB methods can outperform a classical clustering method such as fuzzy c-means (FCM), in terms of classification accuracy, relevance of found clusters, and clustering speed. Finally, we demonstrate the feasibility and evaluate the performances of NN-DB methods on a very large image acquired by our AISA Eagle hyperspectral

  13. Development of a Lead-free Piezoelectric (K,Na)NbO3 Thin Film Deposited on Nickel-based Electrodes

    NASA Astrophysics Data System (ADS)

    Bani Milhim, Alaeddin

    It is desirable to replace noble metals used as electrode materials for piezoelectric thin film with base metals. This will reduce the piezoelectric thin film fabrication cost. A nickel?based layer in conjunction with other protective layers is proposed as a bottom electrode for lead-free piezoelectric KNN thin film. The obtained results do not indicate the oxidation of the nickel?based bottom electrode after the deposition of KNN at 600 °C for 10 hours in the presence of oxygen and/or after annealing the sample at 400 °C for an hour in air. The fabricated KNN thin film was fully characterized in this work. The effective piezoelectric coefficients d33 and d31 were estimated to be 37 pm/V and 17.2 pm/V, respectively, at 100 kV/cm. The piezoelectric properties of the fabricated KNN/Ni/Ti/SiO2/Si are affected by the crystal orientation of the KNN layer, which was preferentially oriented in the (110) direction. Optimization of the deposition parameters of the fabricated KNN/Ni/Ti/SiO2/Si film is expected to further enhance the piezoelectric properties. Two novel systems utilizing the developed KNN piezoelectric thin film are proposed and their performance simulated based on the achieved KNN thin film parameters. The first is a precision automated nanomanipulation system using an AFM as a sensor and piezo-actuated manipulators. Real-time feedback of the particle being manipulated can be achieved using the proposed system. The length of the manipulators needs to be at least 2 mm to be incorporated with a commercial AFM system. To fabricate the required manipulators, a three-step electrochemical etching technique was developed. Tungsten tips combining well-defined conical shape, a length as large as 2 mm, and sharpness with a radius of curvature of around 20 nm were fabricated using the proposed technique. By depositing the KNN thin film on the fabricated manipulator, nanomanipulators with out-of-plane actuation can be produced. Ultrasonic piezoelectric fan array, the

  14. The effect of K and Na excess on the ferroelectric and piezoelectric properties of K0.5Na0.5NbO3 thin films

    NASA Astrophysics Data System (ADS)

    Ahn, C. W.; Y Lee, S.; Lee, H. J.; Ullah, A.; Bae, J. S.; Jeong, E. D.; Choi, J. S.; Park, B. H.; Kim, I. W.

    2009-11-01

    We have fabricated K0.5Na0.5NbO3 (KNN) thin films on Pt substrates by a chemical solution deposition method and investigated the effect of K and Na excess (0-30 mol%) on ferroelectric and piezoelectric properties of KNN thin film. It was found that with increasing K and Na excess in a precursor solution from 0 to 30 mol%, the leakage current and ferroelectric properties were strongly affected. KNN thin film synthesized by using 20 mol% K and Na excess precursor solution exhibited a low leakage current density and well saturated ferroelectric P-E hysteresis loops. Moreover, the optimized KNN thin film had good fatigue resistance and a piezoelectric constant of 40 pm V-1, which is comparable to that of polycrystalline PZT thin films.

  15. Selective ethanolysis of sunflower oil with Lipozyme RM IM, an immobilized Rhizomucor miehei lipase, to obtain a biodiesel-like biofuel, which avoids glycerol production through the monoglyceride formation.

    PubMed

    Calero, Juan; Verdugo, Cristóbal; Luna, Diego; Sancho, Enrique D; Luna, Carlos; Posadillo, Alejandro; Bautista, Felipa M; Romero, Antonio A

    2014-12-25

    The obtaining of Ecodiesel, a biofuel applicable to diesel engines which keeps the glycerin as monoglyceride (MG), was achieved through a selective ethanolysis process of sunflower oil, by application of Lipozyme RM IM, a Rhizomucor miehei lipase immobilized on macroporous anion exchange resins. This biocatalyst that was already described in the synthesis of conventional biodiesel has also shown its efficiency in the present selective enzymatic process, after optimization of the influence of various reaction parameters. Thus, an adequate activity is obtained that is maintained throughout five successive reuses. Quantitative conversions of triglycerides (TG) with high yields to fatty acid ethyl esters (FAEE) were obtained under mild reaction conditions that correspond to the transformation of TG in a mixture of two moles of FAEE and a mole of MG, thus avoiding the glycerol production. Thus, the selective transesterification reaction of sunflower oil with absolute ethanol can be carried out under standard conditions with oil/ethanol volume ratio 12/3.5 (mL), at constant pH obtained by the addition of 50 μl of aqueous solution of 10 N NaOH, reaction temperature of 40 °C and 40 mg of Lipozyme RM IM. Under these experimental conditions six successive reactions can be efficiently carried out. Copyright © 2014 Elsevier B.V. All rights reserved.

  16. Effects of turbulence, resistivity and boundary conditions on helicoidal flow collimation: Consequences for the Von-Kármán-Sodium dynamo experiment

    NASA Astrophysics Data System (ADS)

    Varela, J.; Brun, S.; Dubrulle, B.; Nore, C.

    2017-05-01

    We present hydrodynamic and magneto-hydrodynamic simulations of a liquid sodium flow using the compressible MHD code PLUTO to investigate the magnetic field regeneration in the Von-Kármán-Sodium dynamo experiment. The aim of the study is to analyze the influence of the fluid resistivity and turbulence level on the collimation by helicoidal motions of a remnant magnetic field. We use a simplified Cartesian geometry to represent the flow dynamics in the vicinity of one cavity of a multi-blades impeller inspired by those used in the Von-Kármán-Sodium (VKS) experiment. We perform numerical simulations with kinetic Reynolds numbers up to 1000 for magnetic Prandtl numbers between 30 and 0.1. Our study shows that perfect ferromagnetic walls favour enhanced collimation of flow and magnetic fields even if the turbulence degree of the model increases. More specifically, the location of the helicoidal coherent vortex in between the blades changes with the impinging velocity. It becomes closer to the upstream blade and the impeller base if the flow incident angle is analogous to the TM73 impeller configuration rotating in the unscooping direction. This result is also obtained at higher kinetic Reynolds numbers when the helicoidal vortex undergoes a precessing motion, leading to a reinforced effect in the vortex evolution and in the magnetic field collimation when using again perfect ferromagnetic boundary conditions. Configurations with different materials used for the impeller blades and the impeller base confirm a larger enhancement of the magnetic field when perfect ferromagnetic boundary conditions are used compared with the perfect conductor case, although smaller compared to a perfect ferromagnetic impeller, as it was observed in the VKS experiment. We further estimate the efficiency of a hypothetical dynamo loop occurring in the vicinity of the impeller and discuss the relevance of our findings in the context of mean field dynamo theory.

  17. Optimization of 2-ethylhexyl palmitate production using lipozyme RM IM as catalyst in a solvent-free system.

    PubMed

    Richetti, Aline; Leite, Selma G F; Antunes, Octávio A C; de Souza, Andrea L F; Lerin, Lindomar A; Dallago, Rogério M; Paroul, Natalia; Di Luccio, Marco; Oliveira, J Vladimir; Treichel, Helen; de Oliveira, Débora

    2010-04-01

    This work reports the application of a lipase in the 2-ethylhexyl palmitate esterification in a solvent-free system with an immobilized lipase (Lipozyme RM IM). A sequential strategy was used applying two experimental designs to optimize the 2-ethylhexyl palmitate production. An empirical model was then built so as to assess the effects of process variables on the reaction conversion. Afterwards, the operating conditions that optimized 2-ethylhexyl palmitate production were established as being acid/alcohol molar ratio 1:3, temperature of 70 degrees C, stirring rate of 150 rpm, 10 wt.% of enzyme, leading to a reaction conversion as high as 95%. From this point, a kinetic study was carried out evaluating the effect of acid:alcohol molar ratio, the enzyme concentration and the temperature on product conversion. The results obtained in this step permit to verify that an excess of alcohol (acid to alcohol molar ratio of 1:6), relatively low enzyme concentration (10 wt.%) and temperature of 70 degrees C, led to conversions next to 100%.

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

    NASA Astrophysics Data System (ADS)

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

    2018-03-01

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

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

    Atamanik, E.; Thangadurai, V.

    We report a comparative study of the dielectric properties of solid-state (ceramic method) synthesized NaNbO{sub 3} (NN), Na{sub 0.75}K{sub 0.25}NbO{sub 3} (K25NN), K{sub 0.5}Na{sub 0.5}NbO{sub 3} (KNN) and some composite materials containing In{sub 2}O{sub 3} and NN or KNN using an AC impedance method. Powder X-ray diffraction (PXRD) was employed to investigate the phase purity. No significant amount of impurity phase was observed for NN, K25NN, and KNN. Substitutions of 10, 15 and 25 mol% In{sup 3+} for Nb{sup 5+} in KNN and NN using solid-state reactions at 1150 deg. C resulted in composite materials. AC impedance studies of NN,more » KNN and K25NN in the temperature range of 500-800 deg. C showed a single semicircle (attributed to the bulk property) in the high-frequency range of 10{sup 3} to 10{sup 6} Hz. The individual contributions from the bulk and grain boundary on the dielectric properties were resolved and quantified from the impedance data. The calculated dielectric values for NN were consistent with previously reported in the literature. 10% Indium based KNN composite materials had the lowest dielectric loss 0.585 and the dielectric constant of 233 at 100 kHz at the temperature of 650 deg. C.« less

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

    Yongsiri, Ploypailin; Sirisoonthorn, Somnuk; Pengpat, Kamonpan, E-mail: kamonpan.p@cmu.ac.th

    Highlights: • The KNN–SiO{sub 2} doped Er{sub 2}O{sub 3} glass-ceramics was prepared by incorporation method. • High dielectric constant (458.41 at 100 kHz) and low loss (0.0005) could be obtained. • TEM and SEM confirmed the existence of KNN crystals embedded in glass matrix. • The Er{sub 2}O{sub 3} dopant causes insignificant effect on modifying E{sub g} value. - Abstract: In this study, transparent glass-ceramics from potassium sodium niobate (KNN)-silicate glass system doped with erbium oxide (Er{sub 2}O{sub 3}) were successfully prepared by incorporation method. KNN was added in glass batches as heterogeneous nucleating agent. The KNN powder was mixedmore » with SiO{sub 2} and Er{sub 2}O{sub 3} dopant with KNN and Er{sub 2}O{sub 3} content varied between 70–80 and 0.5–1.0 mol%, respectively. Each batch was subsequently melted at 1300 °C for 15 min in a platinum crucible using an electric furnace. The quenched glasses were then subjected to heat treatment at various temperatures for 4 h. XRD results showed that the prepared glass ceramics contained crystals of KNN solid solution. In contrary, dielectric constant (ϵ{sub r}) and dielectric loss (tan δ) were found to increase with increasing heat treatment temperature. Additionally, optical properties such as absorbance and energy band gap have been investigated.« less

  1. Impact of time-dependent nonaxisymmetric velocity perturbations on dynamo action of von Kármán-like flows.

    PubMed

    Giesecke, André; Stefani, Frank; Burguete, Javier

    2012-12-01

    We present numerical simulations of the kinematic induction equation in order to examine the dynamo efficiency of an axisymmetric von Kármán-like flow subject to time-dependent nonaxisymmetric velocity perturbations. The numerical model is based on the setup of the French von Kármán-sodium dynamo (VKS) and on the flow measurements from a water experiment conducted at the University of Navarra in Pamplona, Spain. The principal experimental observations that are modeled in our simulations are nonaxisymmetric vortexlike structures which perform an azimuthal drift motion in the equatorial plane. Our simulations show that the interactions of these periodic flow perturbations with the fundamental drift of the magnetic eigenmode (including the special case of nondrifting fields) essentially determine the temporal behavior of the dynamo state. We find two distinct regimes of dynamo action that depend on the (prescribed) drift frequency of an (m=2) vortexlike flow perturbation. For comparatively slowly drifting vortices we observe a narrow window with enhanced growth rates and a drift of the magnetic eigenmode that is synchronized with the perturbation drift. The resonance-like enhancement of the growth rates takes place when the vortex drift frequency roughly equals the drift frequency of the magnetic eigenmode in the unperturbed system. Outside of this small window, the field generation is hampered compared to the unperturbed case, and the field amplitude of the magnetic eigenmode is modulated with approximately twice the vortex drift frequency. The abrupt transition between the resonant regime and the modulated regime is identified as a spectral exceptional point where eigenvalues (growth rates and frequencies) and eigenfunctions of two previously independent modes collapse. In the actual configuration the drift frequencies of the velocity perturbations that are observed in the water experiment are much larger than the fundamental drift frequency of the magnetic

  2. Sinorhizobium meliloti strains TII7 and A5 by Multilocus Sequence Typing (MLST) have chromsomes identical with Rm1021 and form an effective and ineffective symbiosis with Medicago truncatula line Jemalong A17, respectively

    USDA-ARS?s Scientific Manuscript database

    The strains TII7 and A5 formed an effective and ineffective symbiosis with Medicago truncatula Jemalong A17, respectively. Both were shown to have identical chromsomes with strains Rm1021 and RCR2011 using a Multilocus Sequence Typing method. The 2260 bp segments of DNA stretching from the 3’ end ...

  3. Role of boundary conditions in helicoidal flow collimation: Consequences for the von Kármán sodium dynamo experiment.

    PubMed

    Varela, J; Brun, S; Dubrulle, B; Nore, C

    2015-12-01

    We present hydrodynamic and magnetohydrodynamic (MHD) simulations of liquid sodium flow with the PLUTO compressible MHD code to investigate influence of magnetic boundary conditions on the collimation of helicoidal motions. We use a simplified cartesian geometry to represent the flow dynamics in the vicinity of one cavity of a multiblades impeller inspired by those used in the Von-Kármán-sodium (VKS) experiment. We show that the impinging of the large-scale flow upon the impeller generates a coherent helicoidal vortex inside the blades, located at a distance from the upstream blade piloted by the incident angle of the flow. This vortex collimates any existing magnetic field lines leading to an enhancement of the radial magnetic field that is stronger for ferromagnetic than for conducting blades. The induced magnetic field modifies locally the velocity fluctuations, resulting in an enhanced helicity. This process possibly explains why dynamo action is more easily triggered in the VKS experiment when using soft iron impellers.

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

    DTIC Science & Technology

    1999-05-17

    Experimental Results In this section, we compare kNN -mut which uses the weight vector obtained using mutual information as the fi- nal weight vector and...WAKNN against kNN , C4.5 [Qui93], RIPPER [Coh95], PEBLS [CS93], Rainbow [McC96], VSM [Low95] on several synthetic and real data sets. VSM is another k...obtained without this option. 3 C4.5 RIPPER PEBLS Rainbow kNN WAKNN Syn-1 100.0 100.0 100.0 100.0 77.3 100.0 Syn-2 67.5 69.5 62.0 50.0 66.0 68.8 Syn

  5. The Korean Neonatal Network: An Overview

    PubMed Central

    Chang, Yun Sil; Park, Hyun-Young

    2015-01-01

    Currently, in the Republic of Korea, despite the very-low-birth rate, the birth rate and number of preterm infants are markedly increasing. Neonatal deaths and major complications mostly occur in premature infants, especially very-low-birth-weight infants (VLBWIs). VLBWIs weigh less than 1,500 g at birth and require intensive treatment in a neonatal intensive care unit (NICU). The operation of the Korean Neonatal Network (KNN) officially started on April 15, 2013, by the Korean Society of Neonatology with support from the Korea Centers for Disease Control and Prevention. The KNN is a national multicenter neonatal network based on a prospective web-based registry for VLBWIs. About 2,000 VLBWIs from 60 participating hospital NICUs are registered annually in the KNN. The KNN has built unique systems such as a web-based real-time data display on the web site and a site-visit monitoring system for data quality surveillance. The KNN should be maintained and developed further in order to generate appropriate, population-based, data-driven, health-care policies; facilitate active multicenter neonatal research, including quality improvement of neonatal care; and ultimately lead to improvement in the prognosis of high-risk newborns and subsequent reduction in health-care costs through the development of evidence-based neonatal medicine in Korea. PMID:26566355

  6. The Korean Neonatal Network: An Overview.

    PubMed

    Chang, Yun Sil; Park, Hyun-Young; Park, Won Soon

    2015-10-01

    Currently, in the Republic of Korea, despite the very-low-birth rate, the birth rate and number of preterm infants are markedly increasing. Neonatal deaths and major complications mostly occur in premature infants, especially very-low-birth-weight infants (VLBWIs). VLBWIs weigh less than 1,500 g at birth and require intensive treatment in a neonatal intensive care unit (NICU). The operation of the Korean Neonatal Network (KNN) officially started on April 15, 2013, by the Korean Society of Neonatology with support from the Korea Centers for Disease Control and Prevention. The KNN is a national multicenter neonatal network based on a prospective web-based registry for VLBWIs. About 2,000 VLBWIs from 60 participating hospital NICUs are registered annually in the KNN. The KNN has built unique systems such as a web-based real-time data display on the web site and a site-visit monitoring system for data quality surveillance. The KNN should be maintained and developed further in order to generate appropriate, population-based, data-driven, health-care policies; facilitate active multicenter neonatal research, including quality improvement of neonatal care; and ultimately lead to improvement in the prognosis of high-risk newborns and subsequent reduction in health-care costs through the development of evidence-based neonatal medicine in Korea.

  7. Biophysical characterization and structure of the Fab fragment from the NIST reference antibody, RM 8671.

    PubMed

    Karageorgos, Ioannis; Gallagher, Elyssia S; Galvin, Connor; Gallagher, D Travis; Hudgens, Jeffrey W

    2017-11-01

    Monoclonal antibody pharmaceuticals are the fastest-growing class of therapeutics, with a wide range of clinical applications. To assure their safety, these protein drugs must demonstrate highly consistent purity and stability. Key to these objectives is higher order structure measurements validated by calibration to reference materials. We describe preparation, characterization, and crystal structure of the Fab fragment prepared from the NIST Reference Antibody RM 8671 (NISTmAb). NISTmAb is a humanized IgG1κ antibody, produced in murine cell culture and purified by standard biopharmaceutical production methods, developed at the National Institute of Standards and Technology (NIST) to serve as a reference material. The Fab fragment was derived from NISTmAb through papain cleavage followed by protein A based purification. The purified Fab fragment was characterized by SDS-PAGE, capillary gel electrophoresis, multi-angle light scattering, size exclusion chromatography, mass spectrometry, and x-ray crystallography. The crystal structure at 0.2 nm resolution includes four independent Fab molecules with complete light chains and heavy chains through Cys 223, enabling assessment of conformational variability and providing a well-characterized reference structure for research and engineering applications. This nonproprietary, publically available reference material of known higher-order structure can support metrology in biopharmaceutical applications, and it is a suitable platform for validation of molecular modeling studies. Published by Elsevier Ltd.

  8. Triangle singularity enhancing isospin violation in {\\bar{{\\rm{B}}}}_{{\\rm{s}}}^{0}\\to {\\rm{J}}/{\\rm{\\psi }}{\\pi }^{0}{{\\rm{f}}}_{0}(980)

    NASA Astrophysics Data System (ADS)

    Liang, Wei-Hong; Sakai, S.; Xie, Ju-Jun; Oset, E.

    2018-04-01

    We perform calculations for the {\\bar{{{B}}}}{{s}}0\\to {{J}}/{{\\psi }}{π }0{{{f}}}0(980) and {\\bar{{{B}}}}{{s}}0\\to {{J}}/{{\\psi }}{π }0{{{a}}}0(980) reactions, showing that the first is isospin-suppressed while the second is isospin-allowed. The reaction proceeds via a triangle mechanism, with {\\bar{{{B}}}}{{s}}0\\to {{J}}/{{\\psi }}{{{K}}}{{* }}\\bar{{{K}}}+{{c}}.{{c}}., followed by the decay K* → Kπ and a further fusion of {{K}}\\bar{{{K}}} into the {{{f}}}0(980) or a0(980). We show that the mechanism develops a singularity around the π0 f0(980) or π0 a0(980) invariant mass of 1420 MeV, where the π0 f0 and π0 a0 decay modes are magnified and also the ratio of π0 f0 to π0 a0 production. Using experimental information for the {\\bar{{{B}}}}{{s}}0\\to {{J}}/{{\\psi }}{{{K}}}{{* }}\\bar{{{K}}}+{{c}}.{{c}}. decay, we are able to obtain absolute values for the reactions studied which fall into the experimentally accessible range. The reactions proposed and the observables evaluated, when contrasted with actual experiments, should be very valuable to obtain information on the nature of the low lying scalar mesons. Supported by National Natural Science Foundation of China (11565007, 11747307, 11647309, 11735003, 11475227), the Youth Innovation Promotion Association CAS (2016367). This work is also partly supported by the Spanish Ministerio de Economia y Com- petitividad and European FEDER funds (FIS2011-28853-C02-01, FIS2011-28853-C02-02, FIS2014-57026-REDT, FIS2014-51948-C2-1-P, FIS2014-51948-C2-2-P) and the Generalitat Valenciana in the program Prometeo (II-2014/068)

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

    Du Hongliang; Zhou Wancheng; Luo Fa

    The (1-x)(K{sub 0.5}Na{sub 0.5})NbO{sub 3}-x(Ba{sub 0.5}Sr{sub 0.5})TiO{sub 3} (KNN-BST) solid solution has been synthesized by conventional solid-state sintering in order to search for the new lead-free relaxor ferroelectrics for high temperature applications. The phase structure, dielectric properties, and relaxor behavior of the (1-x)KNN-xBST solid solution are systematically investigated. The phase structure of the (1-x)KNN-xBST solid solution gradually changes from pure perovskite phase with an orthorhombic symmetry to the tetragonal symmetry, then to the pseudocubic phase, and to the cubic phase with increasing addition of BST. The 0.90KNN-0.10BST solid solution shows a broad dielectric peak with permittivity maximum near 2500 andmore » low dielectric loss (<4%) in the temperature range of 100-250 deg. C. The result indicates that this material may have great potential for a variety of high temperature applications. The diffuse phase transition and the temperature of the maximum dielectric permittivity shifting toward higher temperature with increasing frequency, which are two typical characteristics for relaxor ferroelectrics, are observed in the (1-x)KNN-xBST solid solution. The dielectric relaxor behavior obeys a modified Curie-Weiss law and a Vogel-Fulcher relationship. The relaxor nature is attributed to the appearance of polar nanoregions owing to the formation of randon fields including local electric fields and elastic fields. These results confirm that the KNN-based relaxor ferroelectrics can be regarded as an alternative direction for the development of high temperature lead-free relaxor ferroelectrics.« less

  10. Improvement in synthesis of (K 0.5Na 0.5)NbO 3 powders by Ge 4+ acceptor doping

    DOE PAGES

    Zhao, Yajing; Chen, Yan; Chen, Kepi

    2016-11-17

    In this study, the effects of doping with GeO 2 on the synthesis temperature, phase structure and morphology of (K 0.5Na 0.5)NbO 3 (KNN) ceramic powders were studied using XRD and SEM. The results show that KNN powders with good crystallinity and compositional homogeneity can be obtained after calcination at up to 900°C for 2 h. Introducing 0.5 mol.% GeO 2 into the starting mixture improved the synthesis of the KNN powders and allowed the calcination temperature to be decreased to 800°C, which can be ascribed to the formation of the liquid phase during the synthesis.

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

    Yu, Qi; Zhu, Fang-Yuan; Cheng, Li-Qian

    Crystallographic structure of sol-gel-processed lead-free (K,Na)NbO{sub 3} (KNN) epitaxial films on [100]-cut SrTiO{sub 3} single-crystalline substrates was investigated for a deeper understanding of its piezoelectric response. Lattice parameter measurement by high-resolution X-ray diffraction and transmission electron microscopy revealed that the orthorhombic KNN films on SrTiO{sub 3} (100) surfaces are [010] oriented (b-axis-oriented) rather than commonly identified c-axis orientation. Based on the crystallographic orientation and corresponding ferroelectric domain structure investigated by piezoresponse force microscopy, the superior piezoelectric property along b-axis of epitaxial KNN films than other orientations can be explained.

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

    Zhao, Yajing; Chen, Yan; Chen, Kepi

    In this study, the effects of doping with GeO 2 on the synthesis temperature, phase structure and morphology of (K 0.5Na 0.5)NbO 3 (KNN) ceramic powders were studied using XRD and SEM. The results show that KNN powders with good crystallinity and compositional homogeneity can be obtained after calcination at up to 900°C for 2 h. Introducing 0.5 mol.% GeO 2 into the starting mixture improved the synthesis of the KNN powders and allowed the calcination temperature to be decreased to 800°C, which can be ascribed to the formation of the liquid phase during the synthesis.

  13. The radiative decay {{\\rm{D}}}^{{\\rm{0}}}\\to {\\bar{{\\rm{K}}}}^{{\\rm{* 0}}}\\gamma with vector meson dominance

    NASA Astrophysics Data System (ADS)

    Dias, J. M.; Debastiani, V. R.; Xie, Ju-Jun; Oset, E.

    2018-04-01

    Motivated by the experimental measurements of D0 radiative decay modes, we have proposed a model to study the {{{D}}}{{0}}\\to {\\bar{{{K}}}}{{* 0}}γ decay, by establishing a link with {{{D}}}{{0}}\\to {\\bar{{{K}}}}{{* 0}}{{V}} (V=ρ0, ω) decays through the vector meson dominance hypothesis. In order to do this properly, we have used the Lagrangians from the local hidden gauge symmetry approach to account for Vγ conversion. As a result, we have found the branching ratio {\\mathcal B} [{{{D}}}{{0}}\\to { \\bar{{{K}}}}{{* 0}}γ ]{{=}}({{1}}.{{55-3}}.{{44}})× {{{10}}}{{-4}}, which is in fair agreement with the experimental values reported by the Belle and BaBar collaborations. J. M. Dias would like to thank the Brazilian funding agency FAPESP for the financial support (2016/22561-2), V. R. Debastiani wishes to acknowledge the support from the Programa Santiago Grisolia of Generalitat Valenciana (Exp. GRISOLIA/2015/005). This work is also partly supported by the Spanish Ministerio de Economia y Competitividad and European FEDER funds (FIS2014-57026- REDT, FIS2014-51948-C2-1-P, FIS2014-51948-C2-2-P), and the Generalitat Valenciana in the program Prometeo II-2014/068. This work is partly supported by the National Natural Science Foundation of China (11475227, 11735003) and the Youth Innovation Promotion Association CAS (2016367)

  14. Multisite rainfall downscaling and disaggregation in a tropical urban area

    NASA Astrophysics Data System (ADS)

    Lu, Y.; Qin, X. S.

    2014-02-01

    A systematic downscaling-disaggregation study was conducted over Singapore Island, with an aim to generate high spatial and temporal resolution rainfall data under future climate-change conditions. The study consisted of two major components. The first part was to perform an inter-comparison of various alternatives of downscaling and disaggregation methods based on observed data. This included (i) single-site generalized linear model (GLM) plus K-nearest neighbor (KNN) (S-G-K) vs. multisite GLM (M-G) for spatial downscaling, (ii) HYETOS vs. KNN for single-site disaggregation, and (iii) KNN vs. MuDRain (Multivariate Rainfall Disaggregation tool) for multisite disaggregation. The results revealed that, for multisite downscaling, M-G performs better than S-G-K in covering the observed data with a lower RMSE value; for single-site disaggregation, KNN could better keep the basic statistics (i.e. standard deviation, lag-1 autocorrelation and probability of wet hour) than HYETOS; for multisite disaggregation, MuDRain outperformed KNN in fitting interstation correlations. In the second part of the study, an integrated downscaling-disaggregation framework based on M-G, KNN, and MuDRain was used to generate hourly rainfall at multiple sites. The results indicated that the downscaled and disaggregated rainfall data based on multiple ensembles from HadCM3 for the period from 1980 to 2010 could well cover the observed mean rainfall amount and extreme data, and also reasonably keep the spatial correlations both at daily and hourly timescales. The framework was also used to project future rainfall conditions under HadCM3 SRES A2 and B2 scenarios. It was indicated that the annual rainfall amount could reduce up to 5% at the end of this century, but the rainfall of wet season and extreme hourly rainfall could notably increase.

  15. AVNM: A Voting based Novel Mathematical Rule for Image Classification.

    PubMed

    Vidyarthi, Ankit; Mittal, Namita

    2016-12-01

    In machine learning, the accuracy of the system depends upon classification result. Classification accuracy plays an imperative role in various domains. Non-parametric classifier like K-Nearest Neighbor (KNN) is the most widely used classifier for pattern analysis. Besides its easiness, simplicity and effectiveness characteristics, the main problem associated with KNN classifier is the selection of a number of nearest neighbors i.e. "k" for computation. At present, it is hard to find the optimal value of "k" using any statistical algorithm, which gives perfect accuracy in terms of low misclassification error rate. Motivated by the prescribed problem, a new sample space reduction weighted voting mathematical rule (AVNM) is proposed for classification in machine learning. The proposed AVNM rule is also non-parametric in nature like KNN. AVNM uses the weighted voting mechanism with sample space reduction to learn and examine the predicted class label for unidentified sample. AVNM is free from any initial selection of predefined variable and neighbor selection as found in KNN algorithm. The proposed classifier also reduces the effect of outliers. To verify the performance of the proposed AVNM classifier, experiments are made on 10 standard datasets taken from UCI database and one manually created dataset. The experimental result shows that the proposed AVNM rule outperforms the KNN classifier and its variants. Experimentation results based on confusion matrix accuracy parameter proves higher accuracy value with AVNM rule. The proposed AVNM rule is based on sample space reduction mechanism for identification of an optimal number of nearest neighbor selections. AVNM results in better classification accuracy and minimum error rate as compared with the state-of-art algorithm, KNN, and its variants. The proposed rule automates the selection of nearest neighbor selection and improves classification rate for UCI dataset and manually created dataset. Copyright © 2016 Elsevier

  16. Modestobacter caceresii sp. nov., novel actinobacteria with an insight into their adaptive mechanisms for survival in extreme hyper-arid Atacama Desert soils.

    PubMed

    Busarakam, Kanungnid; Bull, Alan T; Trujillo, Martha E; Riesco, Raul; Sangal, Vartul; van Wezel, Gilles P; Goodfellow, Michael

    2016-06-01

    A polyphasic study was designed to determine the taxonomic provenance of three Modestobacter strains isolated from an extreme hyper-arid Atacama Desert soil. The strains, isolates KNN 45-1a, KNN 45-2b(T) and KNN 45-3b, were shown to have chemotaxonomic and morphological properties in line with their classification in the genus Modestobacter. The isolates had identical 16S rRNA gene sequences and formed a branch in the Modestobacter gene tree that was most closely related to the type strain of Modestobacter marinus (99.6% similarity). All three isolates were distinguished readily from Modestobacter type strains by a broad range of phenotypic properties, by qualitative and quantitative differences in fatty acid profiles and by BOX fingerprint patterns. The whole genome sequence of isolate KNN 45-2b(T) showed 89.3% average nucleotide identity, 90.1% (SD: 10.97%) average amino acid identity and a digital DNA-DNA hybridization value of 42.4±3.1 against the genome sequence of M. marinus DSM 45201(T), values consistent with its assignment to a separate species. On the basis of all of these data, it is proposed that the isolates be assigned to the genus Modestobacter as Modestobacter caceresii sp. nov. with isolate KNN 45-2b(T) (CECT 9023(T)=DSM 101691(T)) as the type strain. Analysis of the whole-genome sequence of M. caceresii KNN 45-2b(T), with 4683 open reading frames and a genome size of ∽4.96Mb, revealed the presence of genes and gene-clusters that encode for properties relevant to its adaptability to harsh environmental conditions prevalent in extreme hyper arid Atacama Desert soils. Copyright © 2016. Published by Elsevier GmbH.

  17. Comparison of different classification methods for analyzing electronic nose data to characterize sesame oils and blends.

    PubMed

    Shao, Xiaolong; Li, Hui; Wang, Nan; Zhang, Qiang

    2015-10-21

    An electronic nose (e-nose) was used to characterize sesame oils processed by three different methods (hot-pressed, cold-pressed, and refined), as well as blends of the sesame oils and soybean oil. Seven classification and prediction methods, namely PCA, LDA, PLS, KNN, SVM, LASSO and RF, were used to analyze the e-nose data. The classification accuracy and MAUC were employed to evaluate the performance of these methods. The results indicated that sesame oils processed with different methods resulted in different sensor responses, with cold-pressed sesame oil producing the strongest sensor signals, followed by the hot-pressed sesame oil. The blends of pressed sesame oils with refined sesame oil were more difficult to be distinguished than the blends of pressed sesame oils and refined soybean oil. LDA, KNN, and SVM outperformed the other classification methods in distinguishing sesame oil blends. KNN, LASSO, PLS, and SVM (with linear kernel), and RF models could adequately predict the adulteration level (% of added soybean oil) in the sesame oil blends. Among the prediction models, KNN with k = 1 and 2 yielded the best prediction results.

  18. K-nearest neighbor imputation of forest inventory variables in New Hampshire

    Treesearch

    Andrew Lister; Michael Hoppus; Raymond L. Czaplewski

    2005-01-01

    The k-nearest neighbor (kNN) method was used to map stand volume for a mosaic of 4 Landsat scenes covering the state of New Hampshire. Data for gross cubic foot volume and trees per acre were summarized from USDA Forest Service Forest Inventory and Analysis (FIA) plots and used as training for kNN. Six bands of...

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

    PubMed

    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.

  20. Spectral identification of melon seeds variety based on k-nearest neighbor and Fisher discriminant analysis

    NASA Astrophysics Data System (ADS)

    Li, Cuiling; Jiang, Kai; Zhao, Xueguan; Fan, Pengfei; Wang, Xiu; Liu, Chuan

    2017-10-01

    Impurity of melon seeds variety will cause reductions of melon production and economic benefits of farmers, this research aimed to adopt spectral technology combined with chemometrics methods to identify melon seeds variety. Melon seeds whose varieties were "Yi Te Bai", "Yi Te Jin", "Jing Mi NO.7", "Jing Mi NO.11" and " Yi Li Sha Bai "were used as research samples. A simple spectral system was developed to collect reflective spectral data of melon seeds, including a light source unit, a spectral data acquisition unit and a data processing unit, the detection wavelength range of this system was 200-1100nm with spectral resolution of 0.14 7.7nm. The original reflective spectral data was pre-treated with de-trend (DT), multiple scattering correction (MSC), first derivative (FD), normalization (NOR) and Savitzky-Golay (SG) convolution smoothing methods. Principal Component Analysis (PCA) method was adopted to reduce the dimensions of reflective spectral data and extract principal components. K-nearest neighbour (KNN) and Fisher discriminant analysis (FDA) methods were used to develop discriminant models of melon seeds variety based on PCA. Spectral data pretreatments improved the discriminant effects of KNN and FDA, FDA generated better discriminant results than KNN, both KNN and FDA methods produced discriminant accuracies reaching to 90.0% for validation set. Research results showed that using spectral technology in combination with KNN and FDA modelling methods to identify melon seeds variety was feasible.

  1. Accounting strategy of tritium inventory in the heavy water detritiation pilot plant from ICIT Rm. Valcea

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

    Bidica, N.; Stefanescu, I.; Cristescu, I.

    2008-07-15

    In this paper we present a methodology for determination of tritium inventory in a tritium removal facility. The method proposed is based on the developing of computing models for accountancy of the mobile tritium inventory in the separation processes, of the stored tritium and of the trapped tritium inventory in the structure of the process system components. The configuration of the detritiation process is a combination of isotope catalytic exchange between water and hydrogen (LPCE) and the cryogenic distillation of hydrogen isotopes (CD). The computing model for tritium inventory in the LPCE process and the CD process will be developedmore » basing on mass transfer coefficients in catalytic isotope exchange reactions and in dual-phase system (liquid-vapour) of hydrogen isotopes distillation process. Accounting of tritium inventory stored in metallic hydride will be based on in-bed calorimetry. Estimation of the trapped tritium inventory can be made by subtraction of the mobile and stored tritium inventories from the global tritium inventory of the plant area. Determinations of the global tritium inventory of the plant area will be made on a regular basis by measuring any tritium quantity entering or leaving the plant area. This methodology is intended to be applied to the Heavy Water Detritiation Pilot Plant from ICIT Rm. Valcea (Romania) and to the Cernavoda Tritium Removal Facility (which will be built in the next 5-7 years). (authors)« less

  2. Exploitation of RF-DNA for Device Classification and Verification Using GRLVQI Processing

    DTIC Science & Technology

    2012-12-01

    5 FLD Fisher’s Linear Discriminant . . . . . . . . . . . . . . . . . . . 6 kNN K-Nearest Neighbor...Neighbor ( kNN ), Support Vector Machine (SVM), and simple cross-correlation techniques [40, 57, 82, 88, 94, 95]. The RF-DNA fingerprinting research in...Expansion and the Dis- crete Gabor Transform on a Non-Separable Lattice”. 2000 IEEE Int’l Conf on Acoustics, Speech , and Signal Processing (ICASSP00

  3. Compositional inhomogeneityand segregation in (K 0.5Na 0.5)NbO 3 ceramics

    DOE PAGES

    Chen, Kepi; Tang, Jing; Chen, Yan

    2016-03-11

    The effects of the calcination temperature of (K 0.5Na 0.5)NbO 3 (KNN) powder on the sintering and piezoelectric properties of KNN ceramics have been investigated in this report. KNN powders are synthesized via the solid-state approach. Scanning electron microscopy and X-ray diffraction characterizations indicate that the incomplete reaction at 700 °C and 750 °C calcination results in the compositional inhomogeneity of the K-rich and Na-rich phases while the orthorhombic single phase is obtained after calcination at 900 °C. During the sintering, the presence of the liquid K-rich phase due to the lower melting point has a significant impact on themore » densification, the abnormal grain growth and the deteriorated piezoelectric properties. From the standpoint of piezoelectric properties, the optimal calcination temperature obtained for KNN ceramics calcined at this temperature is determined to be 800 °C, with piezoelectric constant d 33=128.3 pC/N, planar electromechanical coupling coefficient k p=32.2%, mechanical quality factor Q m=88, and dielectric loss tan δ=2.1%.« less

  4. Comparison of Different Classification Methods for Analyzing Electronic Nose Data to Characterize Sesame Oils and Blends

    PubMed Central

    Shao, Xiaolong; Li, Hui; Wang, Nan; Zhang, Qiang

    2015-01-01

    An electronic nose (e-nose) was used to characterize sesame oils processed by three different methods (hot-pressed, cold-pressed, and refined), as well as blends of the sesame oils and soybean oil. Seven classification and prediction methods, namely PCA, LDA, PLS, KNN, SVM, LASSO and RF, were used to analyze the e-nose data. The classification accuracy and MAUC were employed to evaluate the performance of these methods. The results indicated that sesame oils processed with different methods resulted in different sensor responses, with cold-pressed sesame oil producing the strongest sensor signals, followed by the hot-pressed sesame oil. The blends of pressed sesame oils with refined sesame oil were more difficult to be distinguished than the blends of pressed sesame oils and refined soybean oil. LDA, KNN, and SVM outperformed the other classification methods in distinguishing sesame oil blends. KNN, LASSO, PLS, and SVM (with linear kernel), and RF models could adequately predict the adulteration level (% of added soybean oil) in the sesame oil blends. Among the prediction models, KNN with k = 1 and 2 yielded the best prediction results. PMID:26506350

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

    Chen, Kepi; Tang, Jing; Chen, Yan

    The effects of the calcination temperature of (K 0.5Na 0.5)NbO 3 (KNN) powder on the sintering and piezoelectric properties of KNN ceramics have been investigated in this report. KNN powders are synthesized via the solid-state approach. Scanning electron microscopy and X-ray diffraction characterizations indicate that the incomplete reaction at 700 °C and 750 °C calcination results in the compositional inhomogeneity of the K-rich and Na-rich phases while the orthorhombic single phase is obtained after calcination at 900 °C. During the sintering, the presence of the liquid K-rich phase due to the lower melting point has a significant impact on themore » densification, the abnormal grain growth and the deteriorated piezoelectric properties. From the standpoint of piezoelectric properties, the optimal calcination temperature obtained for KNN ceramics calcined at this temperature is determined to be 800 °C, with piezoelectric constant d 33=128.3 pC/N, planar electromechanical coupling coefficient k p=32.2%, mechanical quality factor Q m=88, and dielectric loss tan δ=2.1%.« less

  6. Possible Correlation Between Bile Salt Hydrolysis and AHL Deamidation: Staphylococcus epidermidis RM1, a Potent Quorum Quencher and Bile Salt Hydrolase Producer.

    PubMed

    Mukherji, Ruchira; Prabhune, Asmita

    2015-05-01

    The aim of the present work was to isolate a bile salt hydrolase (BSH) producer from fermented soy curd and explore the ability of the BSH produced to cleave bacterial quorum sensing signals. Bacterial isolates with possible ability to deconjugate bile salts were enriched and isolated on De Man, Rogosa and Sharpe (MRS) medium containing 0.2% bile salts. BSH-producing positive isolate with orange-pink-pigmented colonies was isolated and was identified as a strain of Staphylococcus epidermidis using biochemical and phylogenetic tools. S. epidermidis RM1 was shown to possess both potent BSH and N-acyl homoserine lactone (AHL) cleavage activity. Genetic basis of this dual-enzyme activity was explored by means of specific primers designed using S. epidermidis ATCC 12228 genome as template. It was observed that a single enzyme was not responsible for both the activity. Two different genetic elements corresponding to each of the enzymatic activity were successfully amplified from the genomic DNA of the isolate.

  7. Lipozyme RM IM-catalyzed acidolysis of Cinnamomum camphora seed oil with oleic acid to produce human milk fat substitutes enriched in medium-chain fatty acids.

    PubMed

    Zou, Xian-Guo; Hu, Jiang-Ning; Zhao, Man-Li; Zhu, Xue-Mei; Li, Hong-Yan; Liu, Xiao-Ru; Liu, Rong; Deng, Ze-Yuan

    2014-10-29

    In the present study, a human milk fat substitute (HMFS) enriched in medium-chain fatty acids (MCFAs) was synthesized through acidolysis reaction from Cinnamomum camphora seed oil (CCSO) with oleic acid in a solvent-free system. A commercial immobilized lipase, Lipozyme RM IM, from Rhizomucor miehei, was facilitated as a biocatalyst. Effects of different reaction conditions, including substrate molar ratio, enzyme concentration, reaction temperature, and reaction time were investigated using response surface methodology (RSM) to obtain the optimal oleic acid incorporation. After optimization, results showed that the maximal incorporation of oleic acid into HMFS was 59.68%. Compared with CCSO, medium-chain fatty acids at the sn-2 position of HMFS accounted for >70%, whereas oleic acid was occupied predominantly at the sn-1,3 position (78.69%). Meanwhile, triacylglycerol (TAG) components of OCO (23.93%), CCO (14.94%), LaCO (13.58%), OLaO (12.66%), and OOO (11.13%) were determined as the major TAG species in HMFS. The final optimal reaction conditions were carried out as follows: substrate molar ratio (oleic acid/CCSO), 5:1; enzyme concentration, 12.5% (w/w total reactants); reaction temperature, 60 °C; and reaction time, 28 h. The reusability of Lipozyme RM IM in the acidolysis reaction was also evaluated, and it was found that it could be reused up to 9 times without significant loss of activities. Urea inclusion method was used to separate and purify the synthetic product. As the ratio of HMFS/urea increased to 1:2, the acid value lowered to the minimum. In a scale-up experiment, the contents of TAG and total tocopherols in HMFS (modified CCSO) were 77.28% and 12.27 mg/100 g, respectively. All of the physicochemical indices of purified product were within food standards. Therefore, such a MCFA-enriched HMFS produced by using the acidolysis method might have potential application in the infant formula industry.

  8. Mapping ionospheric observations using combined techniques for Europe region

    NASA Astrophysics Data System (ADS)

    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.

  9. A Proposed Methodology to Classify Frontier Capital Markets

    DTIC Science & Technology

    2011-07-31

    but because it is the surest route to our common good.” -Inaugural Speech by President Barack Obama, Jan 2009 This project involves basic...machine learning. The algorithm consists of a unique binary classifier mechanism that combines three methods: k-Nearest Neighbors ( kNN ), ensemble...Through kNN Ensemble Classification Techniques E. Capital Market Classification Based on Capital Flows and Trading Architecture F. Horizontal

  10. A Proposed Methodology to Classify Frontier Capital Markets

    DTIC Science & Technology

    2011-07-31

    out of charity, but because it is the surest route to our common good.” -Inaugural Speech by President Barack Obama, Jan 2009 This project...identification, and machine learning. The algorithm consists of a unique binary classifier mechanism that combines three methods: k-Nearest Neighbors ( kNN ...Support Through kNN Ensemble Classification Techniques E. Capital Market Classification Based on Capital Flows and Trading Architecture F

  11. Bifurcation induced by the aspect ratio in a turbulent von Kármán swirling flow

    NASA Astrophysics Data System (ADS)

    Liot, Olivier; Burguete, Javier

    2017-01-01

    We evaluate the effect of the aspect ratio, i.e., the distance between the propellers H divided by the diameter D , on the slow dynamics of a von Kármán swirling flow driven by two propellers in a closed cylinder. We use a cell with a fixed diameter D but where the distance between the propellers can be turned continuously and where the inertia from the propellers can also be changed using different gears. No change on the dynamics is observed when the momentum of inertia is modified. Some dramatic changes of the shear layer position are observed modifying the aspect ratio Γ =H /D . A bifurcation of the shear layer position appears. Whereas for low Γ the shear layer position has a smooth evolution when turning the asymmetry between the rotation frequency of the propellers, for high Γ the transition becomes abrupt and a symmetry breaking appears. Secondly we observe that the spontaneous reversals with large residence times already observed in this experiment for Γ =1 [de la Torre and Burguete, Phys. Rev. Lett. 99, 054101 (2007), 10.1103/PhysRevLett.99.054101] exist only in a narrow window of aspect ratio. We show using an experimental study of the mean flow structure and a numerical approach based on a Langevin equation with colored noise that the shear layer position seems to be decided by the mean flow structure, whereas the reversals are linked to the spatial distribution of the turbulent fluctuations in the cell.

  12. Spoxazomicin D and Oxachelin C, Potent Neuroprotective Carboxamides from the Appalachian Coal Fire-Associated Isolate Streptomyces sp. RM-14-6.

    PubMed

    Shaaban, Khaled A; Saunders, Meredith A; Zhang, Yinan; Tran, Tuan; Elshahawi, Sherif I; Ponomareva, Larissa V; Wang, Xiachang; Zhang, Jianjun; Copley, Gregory C; Sunkara, Manjula; Kharel, Madan K; Morris, Andrew J; Hower, James C; Tremblay, Matthew S; Prendergast, Mark A; Thorson, Jon S

    2017-01-27

    The isolation and structure elucidation of six new bacterial metabolites [spoxazomicin D (2), oxachelins B and C (4, 5), and carboxamides 6-8] and 11 previously reported bacterial metabolites (1, 3, 9-12a, and 14-18) from Streptomyces sp. RM-14-6 is reported. Structures were elucidated on the basis of comprehensive 1D and 2D NMR and mass spectrometry data analysis, along with direct comparison to synthetic standards for 2, 11, and 12a,b. Complete 2D NMR assignments for the known metabolites lenoremycin (9) and lenoremycin sodium salt (10) were also provided for the first time. Comparative analysis also provided the basis for structural revision of several previously reported putative aziridine-containing compounds [exemplified by madurastatins A1, B1, C1 (also known as MBJ-0034), and MBJ-0035] as phenol-dihydrooxazoles. Bioactivity analysis [including antibacterial, antifungal, cancer cell line cytotoxicity, unfolded protein response (UPR) modulation, and EtOH damage neuroprotection] revealed 2 and 5 as potent neuroprotectives and lenoremycin (9) and its sodium salt (10) as potent UPR modulators, highlighting new functions for phenol-oxazolines/salicylates and polyether pharmacophores.

  13. Effects of ΛΛ ‑ ΞN mixing in the decay of {}_{{\\rm{\\Lambda }}{\\rm{\\Lambda }}}{}^{6}{\\rm{H}}{\\rm{e}}

    NASA Astrophysics Data System (ADS)

    Maneu, J.; Parreño, A.; Ramos, A.

    2018-05-01

    A one-meson exchange model including the ground state of the pseudoscalar octet is used to describe the weak two-body interactions responsible for the decay of {}{{Λ }{{Λ }}}{}6{{H}}{{e}}. Strong interaction effects are taken into account by a microscopic study based on the solution of G-matrix and T-matrix equations for the initial and final interacting pairs respectively. Results for the decay induced by {{Λ }}{{Λ }}\\to {{Λ }}N({{Σ }}N) transitions are given.

  14. Parametric study and optimization trends for the Von-Kármán-sodium dynamo experiment

    NASA Astrophysics Data System (ADS)

    Varela, J.

    2018-05-01

    We present magneto-hydrodynamic simulations of liquid sodium flow performed with the PLUTO compressible MHD code. We investigated the influence of the remanent magnetic field orientation and intensity, the impinging velocity field due to Ekman pumping as well as the impeller dimensions on the magnetic field collimation by helical flows in-between the impeller blades. For a simplified Cartesian geometry, we model the flow dynamics of a multi-blade impeller inspired by the Von-Kármán-Sodium experiment. This study shows that a remanent magnetic field oriented in the toroidal direction is the less efficient configuration to collimate the magnetic field, although if the radial or vertical components are not negligible, the collimation is significantly improved. As the intensity of the remanent magnetic field increases, the system magnetic energy becomes larger, but the magnetic field collimation efficiency remains the same, so the gain of magnetic energy is smaller as the remanent magnetic field intensity increases. The magnetic field collimation is modified if the impinging velocity field changes: the collimation is weaker if the impinging velocity increases from Γ = 0.8 to 0.9 and slightly larger if the impinging velocity decreases from Γ = 0.8 to 0.7. The analysis of the impeller dimensions points out that the most efficient configuration to collimate the magnetic field requires a ratio between the impeller blade height and the base longitude between 0.375 and 0.5. The largest enhancement of the hypothetical α2 dynamo loop, compared to the hypothetical Ω-α dynamo loop, is observed for the model that mimics the TM 73 impeller configuration rotating in the unscooping direction with a remanent magnetic field of 10-3 T orientated in the radial or vertical direction. The optimization trends obtained in the parametric analysis are also confirmed by simulations with a higher resolution and turbulence degree.

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

    NASA Astrophysics Data System (ADS)

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

    2018-04-01

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

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

    PubMed Central

    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

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

    PubMed

    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.

  18. Multiwavelet grading of prostate pathological images

    NASA Astrophysics Data System (ADS)

    Soltanian-Zadeh, Hamid; Jafari-Khouzani, Kourosh

    2002-05-01

    We have developed image analysis methods to automatically grade pathological images of prostate. The proposed method generates Gleason grades to images, where each image is assigned a grade between 1 and 5. This is done using features extracted from multiwavelet transformations. We extract energy and entropy features from submatrices obtained in the decomposition. Next, we apply a k-NN classifier to grade the image. To find optimal multiwavelet basis, preprocessing, and classifier, we use features extracted by different multiwavelets with either critically sampled preprocessing or repeated row preprocessing and different k-NN classifiers and compare their performances, evaluated by total misclassification rate (TMR). To evaluate sensitivity to noise, we add white Gaussian noise to images and compare the results (TMR's). We applied proposed methods to 100 images. We evaluated the first and second levels of decomposition using Geronimo, Hardin, and Massopust (GHM), Chui and Lian (CL), and Shen (SA4) multiwavelets. We also evaluated k-NN classifier for k=1,2,3,4,5. Experimental results illustrate that first level of decomposition is quite noisy. They also show that critically sampled preprocessing outperforms repeated row preprocessing and has less sensitivity to noise. Finally, comparison studies indicate that SA4 multiwavelet and k-NN classifier (k=1) generates optimal results (with smallest TMR of 3%).

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

    NASA Astrophysics Data System (ADS)

    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.

  20. Phase transitions and electrical behavior of lead-free (K0.50Na0.50)NbO3 thin film

    NASA Astrophysics Data System (ADS)

    Wu, Jiagang; Wang, John

    2009-09-01

    Lead-free (K0.50Na0.50)NbO3 (KNN) thin films with a high degree of (100) preferred orientation were deposited on the SrRuO3-buffered SrTiO3(100) substrate by off-axis radio frequency magnetron sputtering. They possess lower phase transition temperatures (To-t˜120 °C and Tc˜310 °C), as compared to those of KNN bulk ceramic (To-t˜190 °C and Tc˜400 °C). They also demonstrate enhanced ferroelectric behavior (e.g., 2Pr=24.1 μc/cm2) and fatigue endurance, together with a lower dielectric loss (tan δ ˜0.017) and a lower leakage current, as compared to the bulk ceramic counterpart. Oxygen vacancies are shown to be involved in the conduction of the KNN thin film.

  1. Source Camera Identification and Blind Tamper Detections for Images

    DTIC Science & Technology

    2007-04-24

    measures and image quality measures in camera identification problem was studied using conjunction with a KNN classifier to identify the feature sets...shots varying from nature scenes .-.. motorala to close-ups of people. We experimented with the KNN *~. * ny classifier (K=5) as well SVM algorithm of...on Acoustic, Speech and Signal Processing (ICASSP), France, May 2006, vol. 5, pp. 401-404. [9] H. Farid and S. Lyu, "Higher-order wavelet statistics

  2. H2RM: A Hybrid Rough Set Reasoning Model for Prediction and Management of Diabetes Mellitus.

    PubMed

    Ali, Rahman; Hussain, Jamil; Siddiqi, Muhammad Hameed; Hussain, Maqbool; Lee, Sungyoung

    2015-07-03

    Diabetes is a chronic disease characterized by high blood glucose level that results either from a deficiency of insulin produced by the body, or the body's resistance to the effects of insulin. Accurate and precise reasoning and prediction models greatly help physicians to improve diagnosis, prognosis and treatment procedures of different diseases. Though numerous models have been proposed to solve issues of diagnosis and management of diabetes, they have the following drawbacks: (1) restricted one type of diabetes; (2) lack understandability and explanatory power of the techniques and decision; (3) limited either to prediction purpose or management over the structured contents; and (4) lack competence for dimensionality and vagueness of patient's data. To overcome these issues, this paper proposes a novel hybrid rough set reasoning model (H2RM) that resolves problems of inaccurate prediction and management of type-1 diabetes mellitus (T1DM) and type-2 diabetes mellitus (T2DM). For verification of the proposed model, experimental data from fifty patients, acquired from a local hospital in semi-structured format, is used. First, the data is transformed into structured format and then used for mining prediction rules. Rough set theory (RST) based techniques and algorithms are used to mine the prediction rules. During the online execution phase of the model, these rules are used to predict T1DM and T2DM for new patients. Furthermore, the proposed model assists physicians to manage diabetes using knowledge extracted from online diabetes guidelines. Correlation-based trend analysis techniques are used to manage diabetic observations. Experimental results demonstrate that the proposed model outperforms the existing methods with 95.9% average and balanced accuracies.

  3. H2RM: A Hybrid Rough Set Reasoning Model for Prediction and Management of Diabetes Mellitus

    PubMed Central

    Ali, Rahman; Hussain, Jamil; Siddiqi, Muhammad Hameed; Hussain, Maqbool; Lee, Sungyoung

    2015-01-01

    Diabetes is a chronic disease characterized by high blood glucose level that results either from a deficiency of insulin produced by the body, or the body’s resistance to the effects of insulin. Accurate and precise reasoning and prediction models greatly help physicians to improve diagnosis, prognosis and treatment procedures of different diseases. Though numerous models have been proposed to solve issues of diagnosis and management of diabetes, they have the following drawbacks: (1) restricted one type of diabetes; (2) lack understandability and explanatory power of the techniques and decision; (3) limited either to prediction purpose or management over the structured contents; and (4) lack competence for dimensionality and vagueness of patient’s data. To overcome these issues, this paper proposes a novel hybrid rough set reasoning model (H2RM) that resolves problems of inaccurate prediction and management of type-1 diabetes mellitus (T1DM) and type-2 diabetes mellitus (T2DM). For verification of the proposed model, experimental data from fifty patients, acquired from a local hospital in semi-structured format, is used. First, the data is transformed into structured format and then used for mining prediction rules. Rough set theory (RST) based techniques and algorithms are used to mine the prediction rules. During the online execution phase of the model, these rules are used to predict T1DM and T2DM for new patients. Furthermore, the proposed model assists physicians to manage diabetes using knowledge extracted from online diabetes guidelines. Correlation-based trend analysis techniques are used to manage diabetic observations. Experimental results demonstrate that the proposed model outperforms the existing methods with 95.9% average and balanced accuracies. PMID:26151207

  4. Frequency Diverse Array Radar: Signal Characterization and Measurement Accuracy

    DTIC Science & Technology

    2010-03-25

    W knN (C.14) and f [n] = N−1∑ k=0 F [k]W− knN (C.15) where f [n] = f(t)|t=nTs F [k] = F (ω)|ω=k∆ω WN = exp(−j2π/N) Ts = f −1 s ∆ω = 2π NTs , fs is the...Properties of the MIMO radar ambiguity function”. Proceedings 2008 International Conference on Acoustics, Speech and Signal Processing, 2309–2312. April 2008

  5. Performance-driven Multimodality Sensor Fusion

    DTIC Science & Technology

    2012-01-23

    in IEEE Intl Conf. on Acoust., Speech , Signal Processing, (Dallas), Mar. 2010. [10] K. Sricharan, R. Raich, and A. Hero III, “Boundary compensated knn ...nearest neighbor ( kNN ) plug-in estima- tors, we have developed a generally applicable theory that gives analytical closed-form expressions for asymptotic...Co-PI’s Raich and Hero and was published in the IEEE Proc. of 2011 Intl Conf. on Acoustics, Speech , and Signal Processing. 2.4 Dimension estimation in

  6. A study on (K, Na) NbO3 based multilayer piezoelectric ceramics micro speaker

    NASA Astrophysics Data System (ADS)

    Gao, Renlong; Chu, Xiangcheng; Huan, Yu; Sun, Yiming; Liu, Jiayi; Wang, Xiaohui; Li, Longtu

    2014-10-01

    A flat panel micro speaker was fabricated from (K, Na) NbO3 (KNN)-based multilayer piezoelectric ceramics by a tape casting and cofiring process using Ag-Pd alloys as an inner electrode. The interface between ceramic and electrode was investigated by scanning electron microscope (SEM) and transmission electron microscope (TEM). The acoustic response was characterized by a standard audio test system. We found that the micro speaker with dimensions of 23 × 27 × 0.6 mm3, using three layers of 30 μm thickness KNN-based ceramic, has a high average sound pressure level (SPL) of 87 dB, between 100 Hz-20 kHz under five voltage. This result was even better than that of lead zirconate titanate (PZT)-based ceramics under the same conditions. The experimental results show that the KNN-based multilayer ceramics could be used as lead free piezoelectric micro speakers.

  7. Structural characteristics of Mg-doped (1-x)(K0.5Na0.5)NbO3-xLiSbO3 lead-free ceramics as revealed by Raman spectroscopy

    NASA Astrophysics Data System (ADS)

    Zhu, W. L.; Zhu, J. L.; Meng, Y.; Wang, M. S.; Zhu, B.; Zhu, X. H.; Zhu, J. G.; Xiao, D. Q.; Pezzotti, G.

    2011-12-01

    This paper presents a Raman spectroscopic study of compositional-change-induced structure variation and of the related mechanism of Mg doping in LiSbO3 (LS)-modified (K0.5Na0.5)NbO3 (KNN) ceramics. With increasing LS content from 0 to 0.06, a discontinuous shift towards higher wavenumbers was found for the band position of the A1g(v1) stretching mode of KNN, accompanied by a clearly nonlinear broadening of this band and a decrease in its intensity. Such morphological changes in the Raman spectrum result from two factors: (i) changes in polarizability/binding strength of the O-Nb-O vibration upon incorporation of Li ions in the KNN perovskitic structure and (ii) a polymorphic phase transition (PPT) from orthorhombic to tetragonal (O → T) phase at x > 0.04. Upon increasing the amount, w, of Mg dopant incorporated into the (1-x)KNN-xLS ceramic structure, the intensity of the Raman bands are enhanced, while the peak position and the full width at half maximum of the A1g(v1) mode was found to experience a clear dependence on both w and x. Raman characterization revealed that the mechanism of Mg doping is strongly correlated with the concentration of Li in the perovskite structure: Mg2+ ions will preferentially replace Li+ ions for low Mg doping while replace K/Na ions for higher doping of Mg. The PPT O → T was also found to be altered by the introduction of Mg and the critical value of LS concentration, xO-T, for incipient O → T transition in the KNN-xLS-wMT system was strongly dependent on Mg content, with xO → T being roughly equal to 0.04 + 2w, for the case of dilute Mg alloying.

  8. Residual uncertainty estimation using instance-based learning with applications to hydrologic forecasting

    NASA Astrophysics Data System (ADS)

    Wani, Omar; Beckers, Joost V. L.; Weerts, Albrecht H.; Solomatine, Dimitri P.

    2017-08-01

    A non-parametric method is applied to quantify residual uncertainty in hydrologic streamflow forecasting. This method acts as a post-processor on deterministic model forecasts and generates a residual uncertainty distribution. Based on instance-based learning, it uses a k nearest-neighbour search for similar historical hydrometeorological conditions to determine uncertainty intervals from a set of historical errors, i.e. discrepancies between past forecast and observation. The performance of this method is assessed using test cases of hydrologic forecasting in two UK rivers: the Severn and Brue. Forecasts in retrospect were made and their uncertainties were estimated using kNN resampling and two alternative uncertainty estimators: quantile regression (QR) and uncertainty estimation based on local errors and clustering (UNEEC). Results show that kNN uncertainty estimation produces accurate and narrow uncertainty intervals with good probability coverage. Analysis also shows that the performance of this technique depends on the choice of search space. Nevertheless, the accuracy and reliability of uncertainty intervals generated using kNN resampling are at least comparable to those produced by QR and UNEEC. It is concluded that kNN uncertainty estimation is an interesting alternative to other post-processors, like QR and UNEEC, for estimating forecast uncertainty. Apart from its concept being simple and well understood, an advantage of this method is that it is relatively easy to implement.

  9. Design of a hybrid model for cardiac arrhythmia classification based on Daubechies wavelet transform.

    PubMed

    Rajagopal, Rekha; Ranganathan, Vidhyapriya

    2018-06-05

    Automation in cardiac arrhythmia classification helps medical professionals make accurate decisions about the patient's health. The aim of this work was to design a hybrid classification model to classify cardiac arrhythmias. The design phase of the classification model comprises the following stages: preprocessing of the cardiac signal by eliminating detail coefficients that contain noise, feature extraction through Daubechies wavelet transform, and arrhythmia classification using a collaborative decision from the K nearest neighbor classifier (KNN) and a support vector machine (SVM). The proposed model is able to classify 5 arrhythmia classes as per the ANSI/AAMI EC57: 1998 classification standard. Level 1 of the proposed model involves classification using the KNN and the classifier is trained with examples from all classes. Level 2 involves classification using an SVM and is trained specifically to classify overlapped classes. The final classification of a test heartbeat pertaining to a particular class is done using the proposed KNN/SVM hybrid model. The experimental results demonstrated that the average sensitivity of the proposed model was 92.56%, the average specificity 99.35%, the average positive predictive value 98.13%, the average F-score 94.5%, and the average accuracy 99.78%. The results obtained using the proposed model were compared with the results of discriminant, tree, and KNN classifiers. The proposed model is able to achieve a high classification accuracy.

  10. Detecting the Difficulty Level of Foreign Language Texts

    DTIC Science & Technology

    2010-02-01

    continuous tenses), as well as part- of- speech labels for words. The authors used a k-Nearest Neighbor ( kNN ) classifier (Cover and Hart, 1967; Mitchell, 1997...anticipate, and influence these situations and to operate in them is found in foreign language speech and text. For this reason, military linguists are...the language model system, LGR is the prediction of one of the grammar-based classifiers, and CkNN is a confidence value of the kNN prediction for the

  11. Nation-Building Modeling and Resource Allocation Via Dynamic Programming

    DTIC Science & Technology

    2014-09-01

    Figure 2. RAND Study Models[59:98,115] (WMA) and used both the k-Nearest Neighbor ( KNN ) and Nearest Centroid (NC) algorithms to classify future features...The study found that KNN performed bet- ter than NC with 85% or greater accuracy in all test cases. The methodology was adopted for use under the...analysis feature of the model. 3.7.1 The No Surge Alternative. On the 10th of January 2007, President George W. Bush delivered a speech to the American

  12. Understanding the Instruments of National Power through a System of Differential Equations in a Counterinsurgency

    DTIC Science & Technology

    2012-03-01

    WMA) and used both the k-Nearest Neighbor ( KNN ) and Nearest Centroid 27 (a) Coalition and Regional (b) Indigenous Figure 3. RAND Study Models[32:98,115...NC) algorithms to classify future features. The study found that KNN performed better than NC with 85% or greater accuracy in all test cases. The...the model. 4.2.1 No Surge. On the 10th of January 2007, President George W. Bush delivered a speech to the American Public outlining a new strategy in

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

    Bayar, M.; Yamagata-Sekihara, J.; Oset, E.

    We have performed a calculation of the scattering amplitude for the three-body system KNN assuming K scattering against a NN cluster using the fixed center approximation to the Faddeev equations. The KN amplitudes, which we take from chiral unitary dynamics, govern the reaction and we find a KNN amplitude that peaks around 40 MeV below the KNN threshold, with a width in |T|{sup 2} of the order of 50 MeV for spin 0 and has another peak around 27 MeV with similar width for spin 1. The results are in line with those obtained using different methods but implementing chiralmore » dynamics. The simplicity of the approach allows one to see the important ingredients responsible for the results. In particular, we show the effects from the reduction of the size of the NN cluster due to the interaction with the K and those from the explicit consideration of the {pi}{Sigma}N channel in the three-body equations.« less

  14. On the generation of a reverse von Kármán street for the controlled cylinder wake in the laminar regime

    NASA Astrophysics Data System (ADS)

    Bergmann, Michel; Cordier, Laurent; Brancher, Jean-Pierre

    2006-02-01

    In this Brief Communication we are interested in the maximum mean drag reduction that can be achieved under rotary sinusoidal control for the circular cylinder wake in the laminar regime. For a Reynolds number equal to 200, we give numerical evidence that partial control restricted to an upstream part of the cylinder surface may considerably increase the effectiveness of the control. Indeed, a maximum value of relative mean drag reduction equal to 30% is obtained when applying a specific sinusoidal control to the whole cylinder, where up to 75% of reduction can be obtained when the same control law is applied only to a well-selected upstream part of the cylinder. This result suggests that a mean flow correction field with negative drag is observable for this controlled flow configuration. The significant thrust force that is locally generated in the near wake corresponds to a reverse von Kármán vortex street as commonly observed in fish-like locomotion or flapping wing flight. Finally, the energetic efficiency of the control is quantified by examining the power saving ratio: it is shown that our approach is energetically inefficient. However, it is also demonstrated that for this control scheme the improvement of the effectiveness generally occurs along with an improvement of the efficiency.

  15. Nearest Neighbor Classification of Stationary Time Series: An Application to Anesthesia Level Classification by EEG Analysis.

    DTIC Science & Technology

    1980-12-05

    classification procedures that are common in speech processing. The anesthesia level classification by EEG time series population screening problem example is in...formance. The use of the KL number type metric in NN rule classification, in a delete-one subj ect ’s EE-at-a-time KL-NN and KL- kNN classification of the...17 individual labeled EEG sample population using KL-NN and KL- kNN rules. The results obtained are shown in Table 1. The entries in the table indicate

  16. On the Kelvin-Helmholtz and von Kármán vortices in the near-wake of semicircular cylinders with flaps

    NASA Astrophysics Data System (ADS)

    Liu, Boshen; Hamed, Ali M.; Chamorro, Leonardo P.

    2018-01-01

    The signatures of the Kelvin-Helmoltz (K-H) and von Kármán (VK) vortices shed from a semicircular cylinder with flaps of length L/d = 0, 1/3, 1, 2, and 3 were investigated using hotwire anemometry. Here, L and d denote the flap length and diameter of the semi-circular cylinder, respectively. Experiments were performed at Reynolds numbers spanning one order of magnitude, Re ∈ [8.4 × 103, 6.7 × 104]. The results highlight the impact of the flow modulation through rigid flaps on the wake characteristics and dominant vortex shedding. The increase of flap length resulted in reduced mean shear in the near-wake, which influenced the onset and coherence of the K-H instability. Indeed, these motions are less likely to be present in the wake of the L/d = 3 case. The flaps also impacted the frequency of the VK shedding; the associated Strouhal number increased from 0.2 to 0.3 for flaps L/d ≳ 1. Only the cases without with the shortest flaps (L/d = 1/3) followed St = 0.2. There is a distinctive dependence of the fK - H/fVK on Reynolds number and flap length. This ratio followed the well-known power-law relationship of circular cylinders in the case without flaps. However, the Reynolds number exponent decreased with increased flap length.

  17. Crystal Growth and Scintillation Properties of $${\\rm Cs}_{2}{\\rm NaGdBr}_{6}{:}{\\rm Ce}^{3+}$$

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

    Yang, Pin; Zhou, Xiaowang; Deng, Haoran

    2013-04-02

    Single crystals of Cs 2NaGdBr 6 with different Ce +3 activator concentrations were grown by a two-zone Bridgman method. This new compound belongs to a large elpasolite halide (A 2BLnX 6) family. Many of these elpasolite compounds have shown high luminosity, good energy resolution and excellent proportionality in comparison to traditional scintillators such as CsI and NaI; therefore, they are particularly attractive for gamma-ray spectroscopy applications. This study investigated the scintillator properties of Cs 2NaGdBr 6:Ce +3 crystals as a new material for radiation detection. Special focus has been placed on the effects of activator concentration (0 to 50 mol.%)more » on the photoluminescence responses. Results of structural refinement, photoluminescence, radioluminescence, lifetime and proportionality measurements for this new compound are reported.« less

  18. A comparison of machine learning methods for classification using simulation with multiple real data examples from mental health studies.

    PubMed

    Khondoker, Mizanur; Dobson, Richard; Skirrow, Caroline; Simmons, Andrew; Stahl, Daniel

    2016-10-01

    Recent literature on the comparison of machine learning methods has raised questions about the neutrality, unbiasedness and utility of many comparative studies. Reporting of results on favourable datasets and sampling error in the estimated performance measures based on single samples are thought to be the major sources of bias in such comparisons. Better performance in one or a few instances does not necessarily imply so on an average or on a population level and simulation studies may be a better alternative for objectively comparing the performances of machine learning algorithms. We compare the classification performance of a number of important and widely used machine learning algorithms, namely the Random Forests (RF), Support Vector Machines (SVM), Linear Discriminant Analysis (LDA) and k-Nearest Neighbour (kNN). Using massively parallel processing on high-performance supercomputers, we compare the generalisation errors at various combinations of levels of several factors: number of features, training sample size, biological variation, experimental variation, effect size, replication and correlation between features. For smaller number of correlated features, number of features not exceeding approximately half the sample size, LDA was found to be the method of choice in terms of average generalisation errors as well as stability (precision) of error estimates. SVM (with RBF kernel) outperforms LDA as well as RF and kNN by a clear margin as the feature set gets larger provided the sample size is not too small (at least 20). The performance of kNN also improves as the number of features grows and outplays that of LDA and RF unless the data variability is too high and/or effect sizes are too small. RF was found to outperform only kNN in some instances where the data are more variable and have smaller effect sizes, in which cases it also provide more stable error estimates than kNN and LDA. Applications to a number of real datasets supported the findings from

  19. Dielectric properties of (K0.5Na0.5)NbO3-(Bi0.5Li0.5)ZrO3 lead-free ceramics as high-temperature ceramic capacitors

    NASA Astrophysics Data System (ADS)

    Yan, Tianxiang; Han, Feifei; Ren, Shaokai; Ma, Xing; Fang, Liang; Liu, Laijun; Kuang, Xiaojun; Elouadi, Brahim

    2018-04-01

    (1 - x)K0.5Na0.5NbO3- x(Bi0.5Li0.5)ZrO3 (labeled as (1 - x)KNN- xBLZ) lead-free ceramics were fabricated by a solid-state reaction method. A research was conducted on the effects of BLZ content on structure, dielectric properties and relaxation behavior of KNN ceramics. By combining the X-ray diffraction patterns with the temperature dependence of dielectric properties, an orthorhombic-tetragonal phase coexistence was identified for x = 0.03, a tetragonal phase was determined for x = 0.05, and a single rhombohedral structure occurred at x = 0.08. The 0.92KNN-0.08BLZ ceramic exhibits a high and stable permittivity ( 1317, ± 15% variation) from 55 to 445 °C and low dielectric loss (≤ 6%) from 120 to 400 °C, which is hugely attractive for high-temperature capacitors. Activation energies of both high-temperature dielectric relaxation and dc conductivity first increase and then decline with the increase of BLZ, which might be attributed to the lattice distortion and concentration of oxygen vacancies.

  20. Potential of near-infrared spectroscopy for quality evaluation of cattle leather.

    PubMed

    Braz, Carlos Eduardo M; Jacinto, Manuel Antonio C; Pereira-Filho, Edenir R; Souza, Gilberto B; Nogueira, Ana Rita A

    2018-05-09

    Models using near-infrared spectroscopy (NIRS) were constructed based on physical-mechanical tests to determine the quality of cattle leather. The following official parameters were used, considering the industry requirements: tensile strength (TS), percentage elongation (%E), tear strength (TT), and double hole tear strength (DHS). Classification models were constructed with the use of k-nearest neighbor (kNN), soft independent modeling of class analogy (SIMCA), and partial least squares-discriminant analysis (PLS-DA). The evaluated figures of merit, accuracy, sensitivity, and specificity presented results between 85% and 93%, and the false alarm rates from 9% to 14%. The model with lowest validation percentage (92%) was kNN, and the highest was PLS-DA (100%). For TS, lower values were obtained, from 52% for kNN and 74% for SIMCA. The other parameters %E, TT, and DHS presented hit rates between 87 and 100%. The abilities of the models were similar, showing they can be used to predict the quality of cattle leather. Copyright © 2018 Elsevier B.V. All rights reserved.

  1. Evaluation of four supervised learning methods for groundwater spring potential mapping in Khalkhal region (Iran) using GIS-based features

    NASA Astrophysics Data System (ADS)

    Naghibi, Seyed Amir; Moradi Dashtpagerdi, Mostafa

    2017-01-01

    One important tool for water resources management in arid and semi-arid areas is groundwater potential mapping. In this study, four data-mining models including K-nearest neighbor (KNN), linear discriminant analysis (LDA), multivariate adaptive regression splines (MARS), and quadric discriminant analysis (QDA) were used for groundwater potential mapping to get better and more accurate groundwater potential maps (GPMs). For this purpose, 14 groundwater influence factors were considered, such as altitude, slope angle, slope aspect, plan curvature, profile curvature, slope length, topographic wetness index (TWI), stream power index, distance from rivers, river density, distance from faults, fault density, land use, and lithology. From 842 springs in the study area, in the Khalkhal region of Iran, 70 % (589 springs) were considered for training and 30 % (253 springs) were used as a validation dataset. Then, KNN, LDA, MARS, and QDA models were applied in the R statistical software and the results were mapped as GPMs. Finally, the receiver operating characteristics (ROC) curve was implemented to evaluate the performance of the models. According to the results, the area under the curve of ROCs were calculated as 81.4, 80.5, 79.6, and 79.2 % for MARS, QDA, KNN, and LDA, respectively. So, it can be concluded that the performances of KNN and LDA were acceptable and the performances of MARS and QDA were excellent. Also, the results depicted high contribution of altitude, TWI, slope angle, and fault density, while plan curvature and land use were seen to be the least important factors.

  2. Compositional Design of Dielectric, Ferroelectric and Piezoelectric Properties of (K, Na)NbO₃ and (Ba, Na)(Ti, Nb)O₃ Based Ceramics Prepared by Different Sintering Routes.

    PubMed

    Eiras, José A; Gerbasi, Rosimeire B Z; Rosso, Jaciele M; Silva, Daniel M; Cótica, Luiz F; Santos, Ivair A; Souza, Camila A; Lente, Manuel H

    2016-03-08

    Lead free piezoelectric materials are being intensively investigated in order to substitute lead based ones, commonly used in many different applications. Among the most promising lead-free materials are those with modified NaNbO₃, such as (K, Na)NbO₃ (KNN) and (Ba, Na)(Ti, Nb)O₃ (BTNN) families. From a ceramic processing point of view, high density single phase KNN and BTNN ceramics are very difficult to sinter due to the volatility of the alkaline elements, the narrow sintering temperature range and the anomalous grain growth. In this work, Spark Plasma Sintering (SPS) and high-energy ball milling (HEBM), following heat treatments (calcining and sintering), in oxidative (O₂) atmosphere have been used to prepare single phase highly densified KNN ("pure" and Cu 2+ or Li 1+ doped), with theoretical densities ρ th > 97% and BTNN ceramics (ρ th - 90%), respectively. Using BTTN ceramics with a P 4 mm perovskite-like structure, we showed that by increasing the NaNbO₃ content, the ferroelectric properties change from having a relaxor effect to an almost "normal" ferroelectric character, while the tetragonality and grain size increase and the shear piezoelectric coefficients ( k 15 , g 15 and d 15 ) improve. For KNN ceramics, the results reveal that the values for remanent polarization as well as for most of the coercive field are quite similar among all compositions. These facts evidenced that Cu 2+ may be incorporated into the A and/or B sites of the perovskite structure, having both hardening and softening effects.

  3. Prediction of human breast and colon cancers from imbalanced data using nearest neighbor and support vector machines.

    PubMed

    Majid, Abdul; Ali, Safdar; Iqbal, Mubashar; Kausar, Nabeela

    2014-03-01

    This study proposes a novel prediction approach for human breast and colon cancers using different feature spaces. The proposed scheme consists of two stages: the preprocessor and the predictor. In the preprocessor stage, the mega-trend diffusion (MTD) technique is employed to increase the samples of the minority class, thereby balancing the dataset. In the predictor stage, machine-learning approaches of K-nearest neighbor (KNN) and support vector machines (SVM) are used to develop hybrid MTD-SVM and MTD-KNN prediction models. MTD-SVM model has provided the best values of accuracy, G-mean and Matthew's correlation coefficient of 96.71%, 96.70% and 71.98% for cancer/non-cancer dataset, breast/non-breast cancer dataset and colon/non-colon cancer dataset, respectively. We found that hybrid MTD-SVM is the best with respect to prediction performance and computational cost. MTD-KNN model has achieved moderately better prediction as compared to hybrid MTD-NB (Naïve Bayes) but at the expense of higher computing cost. MTD-KNN model is faster than MTD-RF (random forest) but its prediction is not better than MTD-RF. To the best of our knowledge, the reported results are the best results, so far, for these datasets. The proposed scheme indicates that the developed models can be used as a tool for the prediction of cancer. This scheme may be useful for study of any sequential information such as protein sequence or any nucleic acid sequence. Copyright © 2014 Elsevier Ireland Ltd. All rights reserved.

  4. Compositional Design of Dielectric, Ferroelectric and Piezoelectric Properties of (K, Na)NbO3 and (Ba, Na)(Ti, Nb)O3 Based Ceramics Prepared by Different Sintering Routes

    PubMed Central

    Eiras, José A.; Gerbasi, Rosimeire B. Z.; Rosso, Jaciele M.; Silva, Daniel M.; Cótica, Luiz F.; Santos, Ivair A.; Souza, Camila A.; Lente, Manuel H.

    2016-01-01

    Lead free piezoelectric materials are being intensively investigated in order to substitute lead based ones, commonly used in many different applications. Among the most promising lead-free materials are those with modified NaNbO3, such as (K, Na)NbO3 (KNN) and (Ba, Na)(Ti, Nb)O3 (BTNN) families. From a ceramic processing point of view, high density single phase KNN and BTNN ceramics are very difficult to sinter due to the volatility of the alkaline elements, the narrow sintering temperature range and the anomalous grain growth. In this work, Spark Plasma Sintering (SPS) and high-energy ball milling (HEBM), following heat treatments (calcining and sintering), in oxidative (O2) atmosphere have been used to prepare single phase highly densified KNN (“pure” and Cu2+ or Li1+ doped), with theoretical densities ρth > 97% and BTNN ceramics (ρth ~ 90%), respectively. Using BTTN ceramics with a P4mm perovskite-like structure, we showed that by increasing the NaNbO3 content, the ferroelectric properties change from having a relaxor effect to an almost “normal” ferroelectric character, while the tetragonality and grain size increase and the shear piezoelectric coefficients (k15, g15 and d15) improve. For KNN ceramics, the results reveal that the values for remanent polarization as well as for most of the coercive field are quite similar among all compositions. These facts evidenced that Cu2+ may be incorporated into the A and/or B sites of the perovskite structure, having both hardening and softening effects. PMID:28773304

  5. Automated classification of neurological disorders of gait using spatio-temporal gait parameters.

    PubMed

    Pradhan, Cauchy; Wuehr, Max; Akrami, Farhoud; Neuhaeusser, Maximilian; Huth, Sabrina; Brandt, Thomas; Jahn, Klaus; Schniepp, Roman

    2015-04-01

    Automated pattern recognition systems have been used for accurate identification of neurological conditions as well as the evaluation of the treatment outcomes. This study aims to determine the accuracy of diagnoses of (oto-)neurological gait disorders using different types of automated pattern recognition techniques. Clinically confirmed cases of phobic postural vertigo (N = 30), cerebellar ataxia (N = 30), progressive supranuclear palsy (N = 30), bilateral vestibulopathy (N = 30), as well as healthy subjects (N = 30) were recruited for the study. 8 measurements with 136 variables using a GAITRite(®) sensor carpet were obtained from each subject. Subjects were randomly divided into two groups (training cases and validation cases). Sensitivity and specificity of k-nearest neighbor (KNN), naive-bayes classifier (NB), artificial neural network (ANN), and support vector machine (SVM) in classifying the validation cases were calculated. ANN and SVM had the highest overall sensitivity with 90.6% and 92.0% respectively, followed by NB (76.0%) and KNN (73.3%). SVM and ANN showed high false negative rates for bilateral vestibulopathy cases (20.0% and 26.0%); while KNN and NB had high false negative rates for progressive supranuclear palsy cases (76.7% and 40.0%). Automated pattern recognition systems are able to identify pathological gait patterns and establish clinical diagnosis with good accuracy. SVM and ANN in particular differentiate gait patterns of several distinct oto-neurological disorders of gait with high sensitivity and specificity compared to KNN and NB. Both SVM and ANN appear to be a reliable diagnostic and management tool for disorders of gait. Copyright © 2015 Elsevier Ltd. All rights reserved.

  6. The {{\\rm{D}}\\bar{{\\rm{D}}}}^{{\\rm{* }}} interaction with isospin zero in an extended hidden gauge symmetry approach

    NASA Astrophysics Data System (ADS)

    Sun, Bao-Xi; Wan, Da-Ming; Zhao, Si-Yu

    2018-05-01

    The {{{D}}\\bar{{{D}}}}{{* }} interaction via a ρ or ω exchange is constructed within an extended hidden gauge symmetry approach, where the strange quark is replaced by the charm quark in the SU(3) flavor space. With this {{{D}}\\bar{{{D}}}}{{* }} interaction, a bound state slightly lower than the {{{D}}\\bar{{{D}}}}{{* }} threshold is generated dynamically in the isospin zero sector by solving the Bethe-Salpeter equation in the coupled-channel approximation, which might correspond to the X(3872) particle announced by many collaborations. This formulism is also used to study the {{{B}}\\bar{{{B}}}}{{* }} interaction, and a {{{B}}\\bar{{{B}}}}{{* }} bound state with isospin zero is generated dynamically, which has no counterpart listed in the review of the Particle Data Group. Furthermore, the one-pion exchange between the D meson and the {\\bar{{{D}}}}{{* }} is analyzed precisely, and we do not think the one-pion exchange potential need be considered when the Bethe-Salpeter equation is solved.

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

    Chitralekha, C. S.; Rasi, Mohammed; Nair, Swapna S., E-mail: swapna.s.nair@gmail.com

    A modified sol-gel method was introduced by employing a cost effective novel template to synthesize coaxial one dimensional (1-D) composite nanostructures based on CoFe{sub 2}O{sub 4} (CFO) - K{sub 0.5}Na{sub 0.5}NbO{sub 3} (KNN) and magnetic nanostructures based on CoFe{sub 2}O{sub 4} (CFO). The studies with scanning electron microscopy (SEM) and atomic force microscopy (AFM) revealed that the composite material is characterized by the 1-D tubular structure. The absorption edge is blue shifted for both KNN and CFO nanotubes due to the lattice strain effect.

  8. Aerodynamic characteristics of NACA RM-10 missile in 8- by 6-foot supersonic wind tunnel at Mach numbers from 1.49 to 1.98 I : presentation and analysis of pressure measurements (stabilizing fins removed)

    NASA Technical Reports Server (NTRS)

    Luidens, Roger W; Simon, Paul C

    1950-01-01

    Experimental investigation of flow about a slender body of revolution (NACA RM-10 missile) aligned and inclined to a supersonic stream was conducted at Mach numbers from 1.49 to 1.98 at a Reynolds number of approximately 30,000,000. Boundary-layer measurements at zero angle of attack are correlated with subsonic formulations for predicting boundary-layer thickness and profile. Comparison of pressure coefficients predicted by theory with experimental values showed close agreement at zero angle of attack and angle of attack except over the aft leeward side of body. At angle of attack, pitot pressure measurements in plane of model base indicated a pair of symmetrically disposed vortices on leeward side of body.

  9. Laboratory Gas-phase Infrared Spectra of Two Astronomically Relevant PAH Cations: Diindenoperylene, {{\\rm{C}}}_{32}{{\\rm{H}}}_{16}^{+} and Dicoronylene, {{\\rm{C}}}_{48}{{\\rm{H}}}_{20}^{+}

    NASA Astrophysics Data System (ADS)

    Zhen, Junfeng; Candian, Alessandra; Castellanos, Pablo; Bouwman, Jordy; Linnartz, Harold; Tielens, Alexander G. G. M.

    2018-02-01

    The first gas-phase infrared spectra of two isolated astronomically relevant and large polycyclic aromatic hydrocarbon (PAH) cations—diindenoperylene (DIP) and dicoronylene (DC)—in the 530–1800 cm‑1 (18.9‑5.6 μm) range—are presented. Vibrational band positions are determined for comparison to the aromatic infrared bands. The spectra are obtained via infrared multiphoton dissociation spectroscopy of ions stored in a quadrupole ion trap using the intense and tunable radiation of the free electron laser for infrared experiments (FELIX). DIP+ shows its main absorption peaks at 737 (13.57), 800 (12.50), 1001 (9.99), 1070 (9.35), 1115 (8.97), 1152 (8.68), 1278 (7.83), 1420 (7.04), and 1550 (6.45) cm‑1(μm), in good agreement with density functional theory (DFT) calculations that are uniformly scaled to take anharmonicities into account. DC+ has its main absorption peaks at 853 (11.72), 876 (11.42), 1032 (9.69), 1168 (8.56), 1300 (7.69), 1427 (7.01), and 1566 (6.39) cm‑1(μm), which also agree well with the scaled DFT results presented here. The DIP+ and DC+ spectra are compared with the prominent infrared features observed toward NGC 7023. This results both in matches and clear deviations. Moreover, in the 11.0–14.0 μm region, specific bands can be linked to CH out-of-plane (oop) bending modes of different CH edge structures in large PAHs. The molecular origin of these findings and their astronomical relevance are discussed.

  10. Analyzing Large Gene Expression and Methylation Data Profiles Using StatBicRM: Statistical Biclustering-Based Rule Mining

    PubMed Central

    Maulik, Ujjwal; Mallik, Saurav; Mukhopadhyay, Anirban; Bandyopadhyay, Sanghamitra

    2015-01-01

    Microarray and beadchip are two most efficient techniques for measuring gene expression and methylation data in bioinformatics. Biclustering deals with the simultaneous clustering of genes and samples. In this article, we propose a computational rule mining framework, StatBicRM (i.e., statistical biclustering-based rule mining) to identify special type of rules and potential biomarkers using integrated approaches of statistical and binary inclusion-maximal biclustering techniques from the biological datasets. At first, a novel statistical strategy has been utilized to eliminate the insignificant/low-significant/redundant genes in such way that significance level must satisfy the data distribution property (viz., either normal distribution or non-normal distribution). The data is then discretized and post-discretized, consecutively. Thereafter, the biclustering technique is applied to identify maximal frequent closed homogeneous itemsets. Corresponding special type of rules are then extracted from the selected itemsets. Our proposed rule mining method performs better than the other rule mining algorithms as it generates maximal frequent closed homogeneous itemsets instead of frequent itemsets. Thus, it saves elapsed time, and can work on big dataset. Pathway and Gene Ontology analyses are conducted on the genes of the evolved rules using David database. Frequency analysis of the genes appearing in the evolved rules is performed to determine potential biomarkers. Furthermore, we also classify the data to know how much the evolved rules are able to describe accurately the remaining test (unknown) data. Subsequently, we also compare the average classification accuracy, and other related factors with other rule-based classifiers. Statistical significance tests are also performed for verifying the statistical relevance of the comparative results. Here, each of the other rule mining methods or rule-based classifiers is also starting with the same post-discretized data

  11. Analyzing large gene expression and methylation data profiles using StatBicRM: statistical biclustering-based rule mining.

    PubMed

    Maulik, Ujjwal; Mallik, Saurav; Mukhopadhyay, Anirban; Bandyopadhyay, Sanghamitra

    2015-01-01

    Microarray and beadchip are two most efficient techniques for measuring gene expression and methylation data in bioinformatics. Biclustering deals with the simultaneous clustering of genes and samples. In this article, we propose a computational rule mining framework, StatBicRM (i.e., statistical biclustering-based rule mining) to identify special type of rules and potential biomarkers using integrated approaches of statistical and binary inclusion-maximal biclustering techniques from the biological datasets. At first, a novel statistical strategy has been utilized to eliminate the insignificant/low-significant/redundant genes in such way that significance level must satisfy the data distribution property (viz., either normal distribution or non-normal distribution). The data is then discretized and post-discretized, consecutively. Thereafter, the biclustering technique is applied to identify maximal frequent closed homogeneous itemsets. Corresponding special type of rules are then extracted from the selected itemsets. Our proposed rule mining method performs better than the other rule mining algorithms as it generates maximal frequent closed homogeneous itemsets instead of frequent itemsets. Thus, it saves elapsed time, and can work on big dataset. Pathway and Gene Ontology analyses are conducted on the genes of the evolved rules using David database. Frequency analysis of the genes appearing in the evolved rules is performed to determine potential biomarkers. Furthermore, we also classify the data to know how much the evolved rules are able to describe accurately the remaining test (unknown) data. Subsequently, we also compare the average classification accuracy, and other related factors with other rule-based classifiers. Statistical significance tests are also performed for verifying the statistical relevance of the comparative results. Here, each of the other rule mining methods or rule-based classifiers is also starting with the same post-discretized data

  12. Impact of 10-Minute Interval Roller Massage on Performance and Active Range of Motion.

    PubMed

    Hodgson, D D; Quigley, P J; Whitten, J H D; Reid, J C; Behm, David G

    2017-11-16

    Hodgson, DD, Quigley, PJ, Whitten, JHD, Reid, JC, and Behm, DG. Impact of 10-minute interval roller massage on performance and active range of motion. J Strength Cond Res XX(X): 000-000, 2017-Roller massage (RM) has been shown to increase range of motion (ROM) without subsequent performance deficits. However, prolonged static stretching (SS) can induce performance impairments. The objective of this study was to examine the effects of combining SS and RM with and without subsequent RM on ROM and neuromuscular performance. Subjects (n = 12) participated in 5 sessions: (a) SS only (SS_rest), (b) SS + RM (SS + RM_rest), (c) SS with RM at 10 and 20 minutes after stretch (SS_RM), (d) SS + RM with RM at 10 and 20 minutes after stretch (SS + RM_RM), and (e) control. For the SS conditions, the quadriceps and hamstrings received passive SS for 2 × 30 seconds each. For the SS + RM conditions, SS was applied to the quadriceps and hamstrings for 30 seconds each, and RM was performed for 30 seconds per muscle. SS_RM and SS + RM_RM conditions received an additional 30-second RM at 10 and 20 minutes after warm-up, whereas sessions without additional RM rested for the same duration. Testing measures included hip flexion (HF) and knee flexion (KF) active and passive ROM, hurdle jump height and contact time, countermovement jump height, and maximal voluntary isometric contraction force. Initial KF and HF ROM improvements provided by SS_RM and SS + RM_RM were sustained up to 30 minutes after intervention. Furthermore, SS_RM exhibited greater ROM compared with sessions lacking additional RM in active and passive HF as well as active and passive KF. Similarly, SS + RM_RM elicited greater KF and HF ROM improvements than SS_rest. In conclusion, active KF and HF ROM improvements were prolonged by additional RM, whereas neuromuscular performance remained relatively unaffected.

  13. Differential diagnosis of pleural mesothelioma using Logic Learning Machine.

    PubMed

    Parodi, Stefano; Filiberti, Rosa; Marroni, Paola; Libener, Roberta; Ivaldi, Giovanni Paolo; Mussap, Michele; Ferrari, Enrico; Manneschi, Chiara; Montani, Erika; Muselli, Marco

    2015-01-01

    Tumour markers are standard tools for the differential diagnosis of cancer. However, the occurrence of nonspecific symptoms and different malignancies involving the same cancer site may lead to a high proportion of misclassifications. Classification accuracy can be improved by combining information from different markers using standard data mining techniques, like Decision Tree (DT), Artificial Neural Network (ANN), and k-Nearest Neighbour (KNN) classifier. Unfortunately, each method suffers from some unavoidable limitations. DT, in general, tends to show a low classification performance, whereas ANN and KNN produce a "black-box" classification that does not provide biological information useful for clinical purposes. Logic Learning Machine (LLM) is an innovative method of supervised data analysis capable of building classifiers described by a set of intelligible rules including simple conditions in their antecedent part. It is essentially an efficient implementation of the Switching Neural Network model and reaches excellent classification accuracy while keeping low the computational demand. LLM was applied to data from a consecutive cohort of 169 patients admitted for diagnosis to two pulmonary departments in Northern Italy from 2009 to 2011. Patients included 52 malignant pleural mesotheliomas (MPM), 62 pleural metastases (MTX) from other tumours and 55 benign diseases (BD) associated with pleurisies. Concentration of three tumour markers (CEA, CYFRA 21-1 and SMRP) was measured in the pleural fluid of each patient and a cytological examination was also carried out. The performance of LLM and that of three competing methods (DT, KNN and ANN) was assessed by leave-one-out cross-validation. LLM outperformed all other considered methods. Global accuracy was 77.5% for LLM, 72.8% for DT, 54.4% for KNN, and 63.9% for ANN, respectively. In more details, LLM correctly classified 79% of MPM, 66% of MTX and 89% of BD. The corresponding figures for DT were: MPM = 83%, MTX

  14. [Terahertz Spectroscopic Identification with Deep Belief Network].

    PubMed

    Ma, Shuai; Shen, Tao; Wang, Rui-qi; Lai, Hua; Yu, Zheng-tao

    2015-12-01

    Feature extraction and classification are the key issues of terahertz spectroscopy identification. Because many materials have no apparent absorption peaks in the terahertz band, it is difficult to extract theirs terahertz spectroscopy feature and identify. To this end, a novel of identify terahertz spectroscopy approach with Deep Belief Network (DBN) was studied in this paper, which combines the advantages of DBN and K-Nearest Neighbors (KNN) classifier. Firstly, cubic spline interpolation and S-G filter were used to normalize the eight kinds of substances (ATP, Acetylcholine Bromide, Bifenthrin, Buprofezin, Carbazole, Bleomycin, Buckminster and Cylotriphosphazene) terahertz transmission spectra in the range of 0.9-6 THz. Secondly, the DBN model was built by two restricted Boltzmann machine (RBM) and then trained layer by layer using unsupervised approach. Instead of using handmade features, the DBN was employed to learn suitable features automatically with raw input data. Finally, a KNN classifier was applied to identify the terahertz spectrum. Experimental results show that using the feature learned by DBN can identify the terahertz spectrum of different substances with the recognition rate of over 90%, which demonstrates that the proposed method can automatically extract the effective features of terahertz spectrum. Furthermore, this KNN classifier was compared with others (BP neural network, SOM neural network and RBF neural network). Comparisons showed that the recognition rate of KNN classifier is better than the other three classifiers. Using the approach that automatic extract terahertz spectrum features by DBN can greatly reduce the workload of feature extraction. This proposed method shows a promising future in the application of identifying the mass terahertz spectroscopy.

  15. Improvement of the piezoelectric properties in (K,Na)NbO3-based lead-free piezoelectric ceramic with two-phase co-existing state

    NASA Astrophysics Data System (ADS)

    Yamada, H.; Matsuoka, T.; Kozuka, H.; Yamazaki, M.; Ohbayashi, K.; Ida, T.

    2015-06-01

    Two phases of (K,Na)NbO3 (KNN) co-exist in a KNN-based composite lead-free piezoelectric ceramic 0.910(K1-xNax)0.86Ca0.04Li0.02Nb0.85O3-δ-0.042K0.85Ti0.85Nb1.15O5-0.036BaZrO3-0.0016Co3O4- 0.0025Fe2O3-0.0069ZnO system, over a wide range of Na fractions, where 0.56 ≤ x ≤ 0.75. The crystal systems of the two KNN phases are identified to tetragonal and orthorhombic by analyzing the synchrotron powder X-ray diffraction (XRD) data, high-resolution transmission electron microscopy (HR-TEM), and selected-area electron diffraction (SAD). In the range 0.33 ≤ x ≤ 0.50, the main component of the composite system is found to be single-phase KNN with a tetragonal structure. Granular nanodomains of the orthorhombic phase dispersed in the tetragonal matrix have been identified by HR-TEM and SAD for 0.56 ≤ x ≤ 0.75. Only a trace amount of the orthorhombic phase has been found in the SAD patterns at the composition x = 0.56. However, the number of orthorhombic nanodomains gradually increases with increasing Na content up to x < 0.75, as observed from the HR-TEM images. An abrupt increase and agglomeration of the nanodomains are observed at x = 0.75, where weak diffraction peaks of the orthorhombic phase have also become detectable from the XRD data. The maximum value of the electromechanical coupling coefficient, kp = 0.56, has been observed at the composition x = 0.56.

  16. Webcam mouse using face and eye tracking in various illumination environments.

    PubMed

    Lin, Yuan-Pin; Chao, Yi-Ping; Lin, Chung-Chih; Chen, Jyh-Horng

    2005-01-01

    Nowadays, due to enhancement of computer performance and popular usage of webcam devices, it has become possible to acquire users' gestures for the human-computer-interface with PC via webcam. However, the effects of illumination variation would dramatically decrease the stability and accuracy of skin-based face tracking system; especially for a notebook or portable platform. In this study we present an effective illumination recognition technique, combining K-Nearest Neighbor classifier and adaptive skin model, to realize the real-time tracking system. We have demonstrated that the accuracy of face detection based on the KNN classifier is higher than 92% in various illumination environments. In real-time implementation, the system successfully tracks user face and eyes features at 15 fps under standard notebook platforms. Although KNN classifier only initiates five environments at preliminary stage, the system permits users to define and add their favorite environments to KNN for computer access. Eventually, based on this efficient tracking algorithm, we have developed a "Webcam Mouse" system to control the PC cursor using face and eye tracking. Preliminary studies in "point and click" style PC web games also shows promising applications in consumer electronic markets in the future.

  17. A comparison between skeleton and bounding box models for falling direction recognition

    NASA Astrophysics Data System (ADS)

    Narupiyakul, Lalita; Srisrisawang, Nitikorn

    2017-12-01

    Falling is an injury that can lead to a serious medical condition in every range of the age of people. However, in the case of elderly, the risk of serious injury is much higher. Due to the fact that one way of preventing serious injury is to treat the fallen person as soon as possible, several works attempted to implement different algorithms to recognize the fall. Our work compares the performance of two models based on features extraction: (i) Body joint data (Skeleton Data) which are the joint's positions in 3 axes and (ii) Bounding box (Box-size Data) covering all body joints. Machine learning algorithms that were chosen are Decision Tree (DT), Naïve Bayes (NB), K-nearest neighbors (KNN), Linear discriminant analysis (LDA), Voting Classification (VC), and Gradient boosting (GB). The results illustrate that the models trained with Skeleton data are performed far better than those trained with Box-size data (with an average accuracy of 94-81% and 80-75%, respectively). KNN shows the best performance in both Body joint model and Bounding box model. In conclusion, KNN with Body joint model performs the best among the others.

  18. Unleashing the Full Sustainable Potential of Thick Films of Lead-Free Potassium Sodium Niobate (K0.5Na0.5NbO3) by Aqueous Electrophoretic Deposition.

    PubMed

    Mahajan, Amit; Pinho, Rui; Dolhen, Morgane; Costa, M Elisabete; Vilarinho, Paula M

    2016-05-31

    A current challenge for the fabrication of functional oxide-based devices is related with the need of environmental and sustainable materials and processes. By considering both lead-free ferroelectrics of potassium sodium niobate (K0.5Na0.5NbO3, KNN) and aqueous-based electrophoretic deposition here we demonstrate that an eco-friendly aqueous solution-based process can be used to produce KNN thick coatings with improved electromechanical performance. KNN thick films on platinum substrates with thickness varying between 10 and 15 μm have a dielectric permittivity of 495, dielectric losses of 0.08 at 1 MHz, and a piezoelectric coefficient d33 of ∼70 pC/N. At TC these films display a relative permittivity of 2166 and loss tangent of 0.11 at 1 MHz. A comparison of the physical properties between these films and their bulk ceramics counterparts demonstrates the impact of the aqueous-based electrophoretic deposition (EPD) technique for the preparation of lead-free ferroelectric thick films. This opens the door to the possible development of high-performance, lead-free piezoelectric thick films by a sustainable low-cost process, expanding the applicability of lead-free piezoelectrics.

  19. Wind data mining by Kohonen Neural Networks.

    PubMed

    Fayos, José; Fayos, Carolina

    2007-02-14

    Time series of Circulation Weather Type (CWT), including daily averaged wind direction and vorticity, are self-classified by similarity using Kohonen Neural Networks (KNN). It is shown that KNN is able to map by similarity all 7300 five-day CWT sequences during the period of 1975-94, in London, United Kingdom. It gives, as a first result, the most probable wind sequences preceding each one of the 27 CWT Lamb classes in that period. Inversely, as a second result, the observed diffuse correlation between both five-day CWT sequences and the CWT of the 6(th) day, in the long 20-year period, can be generalized to predict the last from the previous CWT sequence in a different test period, like 1995, as both time series are similar. Although the average prediction error is comparable to that obtained by forecasting standard methods, the KNN approach gives complementary results, as they depend only on an objective classification of observed CWT data, without any model assumption. The 27 CWT of the Lamb Catalogue were coded with binary three-dimensional vectors, pointing to faces, edges and vertex of a "wind-cube," so that similar CWT vectors were close.

  20. A data-driven approach to {{\\rm{\\pi }}}^{0},{\\rm{\\eta }} and {{\\rm{\\eta }}}^{\\prime} single and double Dalitz decays

    NASA Astrophysics Data System (ADS)

    Escribano, Rafel; Gonzàlez-Solís, Sergi

    2018-01-01

    The dilepton invariant mass spectra and integrated branching ratios of the single and double Dalitz decays {\\mathscr{P}}\\to {{{l}}}+{{{l}}}-{{γ }} and {\\mathscr{P}}\\to {{{l}}}+{{{l}}}-{{{l}}}+{{{l}}}- ({\\mathscr{P}}={{{π }}}0,{{η }},{{{η }}}\\prime; {{l}}={{e}} or {{μ }}) are predicted by means of a data-driven approach based on the use of rational approximants applied to {{{π }}}0,{{η }} and {{{η }}}\\prime transition form factor experimental data in the space-like region. Supported by the FPI scholarship BES-2012-055371 (S.G-S), the Secretaria d’Universitats i Recerca del Departament d’Economia i Coneixement de la Generalitat de Catalunya under grant 2014 SGR 1450, the Ministerio de Ciencia e Innovación under grant FPA2011-25948, the Ministerio de Economía y Competitividad under grants CICYT-FEDER-FPA 2014-55613-P and SEV-2012-0234, the Spanish Consolider-Ingenio 2010 Program CPAN (CSD2007-00042), and the European Commission under program FP7-INFRASTRUCTURES-2011-1 (283286) S.G-S also Received Support from the CAS President’s International Fellowship Initiative for Young International Scientist (2017PM0031)

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

    Gupta, Shashaank; Belianinov, Alex; Okatan, Mahmut B

    (001)pc textured K0.5Na0.5NbO3 (KNN) ceramic was found to exhibit a 65% improvement in the longitudinal piezoelectric response as compared to its random counterpart. Piezoresponse force microscopy study revealed the existence of larger 180 and non-180 domains for textured ceramic as compared to that of the random ceramic. Improvement in piezoresponse by the development of (001)pc texture is discussed in terms of the crystallographic nature of KNN and domain morphology. A comparative analysis performed with a rhombohedral composition suggested that the improvement in longitudinal piezoresponse of polycrystalline ceramics by the development of (001)pc texture is limited by the crystal structure.

  2. Optimum Multisensor, Multitarget Localization and Tracking.

    DTIC Science & Technology

    1983-06-07

    parameter vector t is given by (see Equation (3.5.1-7)’ the simul- taneous solution of A(e) N B G --1 ae &j’ -4n-in (fk’ ijn k3jn ~ k )kjn kjn - knn =1 k...the coefficient of mutual dependence given by M = 12 -(K-2) 121M12 :(3l 11J12 ) (K-2 and Jij is given by (see Equation (6.4.1-2)) - - (_ I R knN kn K...Transactions on Acoustic, Speech and Signal Processing, Vol ASSP-29, No. 3, June 1981. 17. B. Friedlander, "An ARMA Modeling Approach to Multitarget Tracking

  3. Transmission electron microscopy study of microstructural properties and dislocation characterization in the GaN film grown on the cone-shaped patterned Al2O3 substrate.

    PubMed

    Park, Jung Sik; Yang, Jun-Mo; Park, Kyung Jin; Park, Yun Chang; Yoo, Jung Ho; Jeong, Chil Seong; Park, Jucheol; He, Yinsheng; Shin, Keesam

    2014-02-01

    Growing a GaN film on a patterned Al2O3 substrate is one of the methods of reducing threading dislocations (TDs), which can significantly deteriorate the performance of GaN-based LEDs. In this study, the microstructural details of the GaN film grown on a cone-shaped patterned Al2O3 substrate were investigated using high-resolution transmission electron microscopy and weak-beam dark-field techniques. Various defects such as misfit dislocations (MDs), recrystallized GaN (R-GaN) islands and nano-voids were observed on the patterned Al2O3 surfaces, i.e. the flat surface (FS), the inclined surface (IS) and the top surface (TS), respectively. Especially, the crystallographic orientation of R-GaN between the GaN film and the inclined Al2O3 substrate was identified as $[\\overline 1 2\\overline 1 0]_{{\\rm GaN}} \\hbox{//}[\\overline 1 101]_{{\\rm R - GaN} \\,{\\rm on}\\,{\\rm IS}} \\hbox{//}[\\overline 1 100]_{ {{\\rm Al}} _{\\rm 2} {\\rm O}_{\\rm 3}} $, $(\\overline 1 012)_{{\\rm GaN}} \\hbox{//}(1\\overline 1 02)_{{\\rm R - Ga}\\,{\\rm Non}\\,{\\rm IS}} \\hbox{//}(\\overline {11} 26)_{ {{\\rm Al}} _{\\rm 2} {\\rm O}_{\\rm 3}} $. In addition, a rotation by 9° between $(10\\overline 1 1)_{{\\rm R - GaN}} $ and $(0002)_{{\\rm GaN}} $ and between $(10\\overline 1 1)_{{\\rm R - GaN}} $ and $(0006)_{ {{\\rm Al}} _{\\rm 2} {\\rm O}_{\\rm 3}} $ was found to reduce the lattice mismatch between the GaN film and the Al2O3 substrate. Many TDs in the GaN film were observed on the FS and TS of Al2O3. However, few TDs were observed on the IS. Most of the TDs generated from the FS of Al2O3 were bent to the inclined facet rather than propagating to the GaN surface, resulting in a reduction in the dislocation density. Most of the TDs generated from the TS of Al2O3 were characterized as edge dislocations.

  4. Self-consistent simulations of a von Kármán type dynamo in a spherical domain with metallic walls.

    PubMed

    Guervilly, Céline; Brummell, Nicholas H

    2012-10-01

    We have performed numerical simulations of boundary-driven dynamos using a three-dimensional nonlinear magnetohydrodynamical model in a spherical shell geometry. A conducting fluid of magnetic Prandtl number Pm=0.01 is driven into motion by the counter-rotation of the two hemispheric walls. The resulting flow is of von Kármán type, consisting of a layer of zonal velocity close to the outer wall and a secondary meridional circulation. Above a certain forcing threshold, the mean flow is unstable to non-axisymmetric motions within an equatorial belt. For fixed forcing above this threshold, we have studied the dynamo properties of this flow. The presence of a conducting outer wall is essential to the existence of a dynamo at these parameters. We have therefore studied the effect of changing the material parameters of the wall (magnetic permeability, electrical conductivity, and thickness) on the dynamo. In common with previous studies, we find that dynamos are obtained only when either the conductivity or the permeability is sufficiently large. However, we find that the effect of these two parameters on the dynamo process are different and can even compete to the detriment of the dynamo. Our self-consistent approach allow us to analyze in detail the dynamo feedback loop. The dynamos we obtain are typically dominated by an axisymmetric toroidal magnetic field and an axial dipole component. We show that the ability of the outer shear layer to produce a strong toroidal field depends critically on the presence of a conducting outer wall, which shields the fluid from the vacuum outside. The generation of the axisymmetric poloidal field, on the other hand, occurs in the equatorial belt and does not depend on the wall properties.

  5. Assessment of environmental risk for red mud storage facility in China: a case study in Shandong Province.

    PubMed

    Wen, Zhi-Chao; Ma, Shu-Hua; Zheng, Shi-Li; Zhang, Yi; Liang, Yan

    2016-06-01

    Red mud storage facility (RM-SF) pollution remains a serious problem in China mainly due to the RM's huge quantity, little recyclability, and high alkalinity. And, there is also a risk of dam failure because almost all RM-SFs are processed by damming. In order to address this challenge and improve the level of risk management, it is necessary to evaluate the environmental risk of RM-SFs systematically. So, this paper firstly designs a comprehensive evaluation index system with a three-level evaluation index in the terms of RM characteristics, RM-SF characteristics, ambient environment of RM-SF, the management of RM-SF, and the application aspect of RM by the analytic hierarchy process (AHP) method. Then, a case of RM-SF from a typical alumina production enterprise is studied according to this system, as is assisted by several experts from different fields when determining the weights of all indicators. The results show that the risk of selected RM-SF primarily depends on the former factors, that is, RM and RM-SF characteristics, while the contributions of the other factors are quite smaller.

  6. Lung recruitment maneuver effects on respiratory mechanics and extravascular lung water index in patients with acute respiratory distress syndrome.

    PubMed

    Zhang, Jian-Guo; Chen, Xiao-Juan; Liu, Fen; Zeng, Zhen-Guo; Qian, Ke-Jian

    2011-01-01

    Animal experiments showed that recruitment maneuver (RM) and protective ventilation strategy of the lung could improve oxygenation and reduce extravascular lung water. This study was to investigate the effects of RM on respiratory mechanics and extravascular lung water index (EVLWI) in patients with acute respiratory distress syndrome (ARDS). Thirty patients with ARDS were randomized into a RM group and a non-RM group. In the RM group, after basic mechanical ventilation stabilized for 30 minutes, RM was performed and repeated once every 12 hours for 3 days. In the non-RM group, lung protective strategy was conducted without RM. Oxygenation index (PaO2/FiO2), peak inspiratory pressure (PIP), Plateau pressure (Pplat), static pulmonary compliance (Cst) and EVLWI of patients before treatment and at 12, 24, 48, 72 hours after the treatment were measured and compared between the groups. Hemodynamic changes were observed before and after RM. One-way ANOVA, Student's t test and Fisher's exact test were used to process the data. The levels of PaO2/FiO2 and Cst increased after treatment in the two groups, but they were higher in the RM group than in the non-RM group (P<0.05). The PIP and Pplat decreased after treatment in the two groups, but they were lower in the RM group than in the non-RM group (P<0.05). The EVLWI in the two groups showed downward trend after treatment (P<0.05), and the differences were signifcant at all time points (P<0.01); the EVLWI in the RM group was lower than that in the non-RM group at 12, 24, 48 and 72 hours (P<0.05 or P<0.01). Compared with pre-RM, hemodynamics changes during RM were significantly different (P<0.01); compared with pre-RM, the changes were not significantly different at 120 seconds after the end of RM (P>0.05). RM could reduce EVLWI, increase oxygenation and lung compliance. The effect of RM on hemodynamics was transient.

  7. [Exploration of rapidly determining quality of traditional Chinese medicines by (NIR) spectroscopy based on internet sharing mode].

    PubMed

    Ni, Li-Jun; Luan, Shao-Rong; Zhang, Li-Guo

    2016-10-01

    Because of the numerous varieties of herbal species and active ingredients in the traditional Chinese medicine(TCM),the traditional methods employed could hardly satisfy the current determination requirements of TCM.The present work proposed an idea to realize rapid determination of the quality of TCM based on near infrared(NIR)spectroscopy and internet sharing mode. Low cost and portable multi-source composite spectrometer was invented by our group for in-site fast measurement of spectra of TCM samples. The database could be set up by sharing spectra and quality detection data of TCM samples among TCM enterprises based on the internet platform.A novel method called as keeping same relationship between X and Y space based on K nearest neighbors(KNN-KSR for short)was applied to predict the contents of effective compounds of the samples. In addition,a comparative study between KNN-KSR and partial least squares(PLS)was conducted. Two datasets were applied to validate above idea:one was about 58 Ginkgo Folium samples samples measured with four near-infrared spectroscopy instruments and two multi-source composite spectrometers,another one was about 80 corn samples available online measured with three NIR instruments. The results show that the KNN-KSR method could obtain more reliable outcomes without correcting spectrum.However transforming the PLS models to other instruments could hardly acquire better predictive results until spectral calibration is performed. Meanwhile,the similar analysis results of total flavonoids and total lactones of Ginkgo Folium samples are achieved on the multi-source composite spectrometers and near-infrared spectroscopy instruments,and the prediction results of KNN-KSR are better than PLS. The idea proposed in present study is in urgent need of more samples spectra, and then to be verified by more case studies. Copyright© by the Chinese Pharmaceutical Association.

  8. Multi-spectral brain tissue segmentation using automatically trained k-Nearest-Neighbor classification.

    PubMed

    Vrooman, Henri A; Cocosco, Chris A; van der Lijn, Fedde; Stokking, Rik; Ikram, M Arfan; Vernooij, Meike W; Breteler, Monique M B; Niessen, Wiro J

    2007-08-01

    Conventional k-Nearest-Neighbor (kNN) classification, which has been successfully applied to classify brain tissue in MR data, requires training on manually labeled subjects. This manual labeling is a laborious and time-consuming procedure. In this work, a new fully automated brain tissue classification procedure is presented, in which kNN training is automated. This is achieved by non-rigidly registering the MR data with a tissue probability atlas to automatically select training samples, followed by a post-processing step to keep the most reliable samples. The accuracy of the new method was compared to rigid registration-based training and to conventional kNN-based segmentation using training on manually labeled subjects for segmenting gray matter (GM), white matter (WM) and cerebrospinal fluid (CSF) in 12 data sets. Furthermore, for all classification methods, the performance was assessed when varying the free parameters. Finally, the robustness of the fully automated procedure was evaluated on 59 subjects. The automated training method using non-rigid registration with a tissue probability atlas was significantly more accurate than rigid registration. For both automated training using non-rigid registration and for the manually trained kNN classifier, the difference with the manual labeling by observers was not significantly larger than inter-observer variability for all tissue types. From the robustness study, it was clear that, given an appropriate brain atlas and optimal parameters, our new fully automated, non-rigid registration-based method gives accurate and robust segmentation results. A similarity index was used for comparison with manually trained kNN. The similarity indices were 0.93, 0.92 and 0.92, for CSF, GM and WM, respectively. It can be concluded that our fully automated method using non-rigid registration may replace manual segmentation, and thus that automated brain tissue segmentation without laborious manual training is feasible.

  9. Mapping forested wetlands in the Great Zhan River Basin through integrating optical, radar, and topographical data classification techniques.

    PubMed

    Na, X D; Zang, S Y; Wu, C S; Li, W L

    2015-11-01

    Knowledge of the spatial extent of forested wetlands is essential to many studies including wetland functioning assessment, greenhouse gas flux estimation, and wildlife suitable habitat identification. For discriminating forested wetlands from their adjacent land cover types, researchers have resorted to image analysis techniques applied to numerous remotely sensed data. While with some success, there is still no consensus on the optimal approaches for mapping forested wetlands. To address this problem, we examined two machine learning approaches, random forest (RF) and K-nearest neighbor (KNN) algorithms, and applied these two approaches to the framework of pixel-based and object-based classifications. The RF and KNN algorithms were constructed using predictors derived from Landsat 8 imagery, Radarsat-2 advanced synthetic aperture radar (SAR), and topographical indices. The results show that the objected-based classifications performed better than per-pixel classifications using the same algorithm (RF) in terms of overall accuracy and the difference of their kappa coefficients are statistically significant (p<0.01). There were noticeably omissions for forested and herbaceous wetlands based on the per-pixel classifications using the RF algorithm. As for the object-based image analysis, there were also statistically significant differences (p<0.01) of Kappa coefficient between results performed based on RF and KNN algorithms. The object-based classification using RF provided a more visually adequate distribution of interested land cover types, while the object classifications based on the KNN algorithm showed noticeably commissions for forested wetlands and omissions for agriculture land. This research proves that the object-based classification with RF using optical, radar, and topographical data improved the mapping accuracy of land covers and provided a feasible approach to discriminate the forested wetlands from the other land cover types in forestry area.

  10. Improved supervised classification of accelerometry data to distinguish behaviors of soaring birds.

    PubMed

    Sur, Maitreyi; Suffredini, Tony; Wessells, Stephen M; Bloom, Peter H; Lanzone, Michael; Blackshire, Sheldon; Sridhar, Srisarguru; Katzner, Todd

    2017-01-01

    Soaring birds can balance the energetic costs of movement by switching between flapping, soaring and gliding flight. Accelerometers can allow quantification of flight behavior and thus a context to interpret these energetic costs. However, models to interpret accelerometry data are still being developed, rarely trained with supervised datasets, and difficult to apply. We collected accelerometry data at 140Hz from a trained golden eagle (Aquila chrysaetos) whose flight we recorded with video that we used to characterize behavior. We applied two forms of supervised classifications, random forest (RF) models and K-nearest neighbor (KNN) models. The KNN model was substantially easier to implement than the RF approach but both were highly accurate in classifying basic behaviors such as flapping (85.5% and 83.6% accurate, respectively), soaring (92.8% and 87.6%) and sitting (84.1% and 88.9%) with overall accuracies of 86.6% and 92.3% respectively. More detailed classification schemes, with specific behaviors such as banking and straight flights were well classified only by the KNN model (91.24% accurate; RF = 61.64% accurate). The RF model maintained its accuracy of classifying basic behavior classification accuracy of basic behaviors at sampling frequencies as low as 10Hz, the KNN at sampling frequencies as low as 20Hz. Classification of accelerometer data collected from free ranging birds demonstrated a strong dependence of predicted behavior on the type of classification model used. Our analyses demonstrate the consequence of different approaches to classification of accelerometry data, the potential to optimize classification algorithms with validated flight behaviors to improve classification accuracy, ideal sampling frequencies for different classification algorithms, and a number of ways to improve commonly used analytical techniques and best practices for classification of accelerometry data.

  11. Improved supervised classification of accelerometry data to distinguish behaviors of soaring birds

    PubMed Central

    Suffredini, Tony; Wessells, Stephen M.; Bloom, Peter H.; Lanzone, Michael; Blackshire, Sheldon; Sridhar, Srisarguru; Katzner, Todd

    2017-01-01

    Soaring birds can balance the energetic costs of movement by switching between flapping, soaring and gliding flight. Accelerometers can allow quantification of flight behavior and thus a context to interpret these energetic costs. However, models to interpret accelerometry data are still being developed, rarely trained with supervised datasets, and difficult to apply. We collected accelerometry data at 140Hz from a trained golden eagle (Aquila chrysaetos) whose flight we recorded with video that we used to characterize behavior. We applied two forms of supervised classifications, random forest (RF) models and K-nearest neighbor (KNN) models. The KNN model was substantially easier to implement than the RF approach but both were highly accurate in classifying basic behaviors such as flapping (85.5% and 83.6% accurate, respectively), soaring (92.8% and 87.6%) and sitting (84.1% and 88.9%) with overall accuracies of 86.6% and 92.3% respectively. More detailed classification schemes, with specific behaviors such as banking and straight flights were well classified only by the KNN model (91.24% accurate; RF = 61.64% accurate). The RF model maintained its accuracy of classifying basic behavior classification accuracy of basic behaviors at sampling frequencies as low as 10Hz, the KNN at sampling frequencies as low as 20Hz. Classification of accelerometer data collected from free ranging birds demonstrated a strong dependence of predicted behavior on the type of classification model used. Our analyses demonstrate the consequence of different approaches to classification of accelerometry data, the potential to optimize classification algorithms with validated flight behaviors to improve classification accuracy, ideal sampling frequencies for different classification algorithms, and a number of ways to improve commonly used analytical techniques and best practices for classification of accelerometry data. PMID:28403159

  12. Improved supervised classification of accelerometry data to distinguish behaviors of soaring birds

    USGS Publications Warehouse

    Sur, Maitreyi; Suffredini, Tony; Wessells, Stephen M.; Bloom, Peter H.; Lanzone, Michael J.; Blackshire, Sheldon; Sridhar, Srisarguru; Katzner, Todd

    2017-01-01

    Soaring birds can balance the energetic costs of movement by switching between flapping, soaring and gliding flight. Accelerometers can allow quantification of flight behavior and thus a context to interpret these energetic costs. However, models to interpret accelerometry data are still being developed, rarely trained with supervised datasets, and difficult to apply. We collected accelerometry data at 140Hz from a trained golden eagle (Aquila chrysaetos) whose flight we recorded with video that we used to characterize behavior. We applied two forms of supervised classifications, random forest (RF) models and K-nearest neighbor (KNN) models. The KNN model was substantially easier to implement than the RF approach but both were highly accurate in classifying basic behaviors such as flapping (85.5% and 83.6% accurate, respectively), soaring (92.8% and 87.6%) and sitting (84.1% and 88.9%) with overall accuracies of 86.6% and 92.3% respectively. More detailed classification schemes, with specific behaviors such as banking and straight flights were well classified only by the KNN model (91.24% accurate; RF = 61.64% accurate). The RF model maintained its accuracy of classifying basic behavior classification accuracy of basic behaviors at sampling frequencies as low as 10Hz, the KNN at sampling frequencies as low as 20Hz. Classification of accelerometer data collected from free ranging birds demonstrated a strong dependence of predicted behavior on the type of classification model used. Our analyses demonstrate the consequence of different approaches to classification of accelerometry data, the potential to optimize classification algorithms with validated flight behaviors to improve classification accuracy, ideal sampling frequencies for different classification algorithms, and a number of ways to improve commonly used analytical techniques and best practices for classification of accelerometry data.

  13. Real-time Data Display System of the Korean Neonatal Network

    PubMed Central

    Lee, Byong Sop; Moon, Wi Hwan

    2015-01-01

    Real-time data reporting in clinical research networks can provide network members through interim analyses of the registered data, which can facilitate further studies and quality improvement activities. The aim of this report was to describe the building process of the data display system (DDS) of the Korean Neonatal Network (KNN) and its basic structure. After member verification at the KNN member's site, users can choose a variable of interest that is listed in the in-hospital data statistics (for 90 variables) or in the follow-up data statistics (for 54 variables). The statistical results of the outcome variables are displayed on the HyperText Markup Language 5-based chart graphs and tables. Participating hospitals can compare their performance to those of KNN as a whole and identify the trends over time. Ranking of each participating hospital is also displayed in terms of key outcome variables such as mortality and major neonatal morbidities with the names of other centers blinded. The most powerful function of the DDS is the ability to perform 'conditional filtering' which allows users to exclusively review the records of interest. Further collaboration is needed to upgrade the DDS to a more sophisticated analytical system and to provide a more user-friendly interface. PMID:26566352

  14. Ensemble Clustering Classification compete SVM and One-Class classifiers applied on plant microRNAs Data.

    PubMed

    Yousef, Malik; Khalifa, Waleed; AbedAllah, Loai

    2016-12-22

    The performance of many learning and data mining algorithms depends critically on suitable metrics to assess efficiency over the input space. Learning a suitable metric from examples may, therefore, be the key to successful application of these algorithms. We have demonstrated that the k-nearest neighbor (kNN) classification can be significantly improved by learning a distance metric from labeled examples. The clustering ensemble is used to define the distance between points in respect to how they co-cluster. This distance is then used within the framework of the kNN algorithm to define a classifier named ensemble clustering kNN classifier (EC-kNN). In many instances in our experiments we achieved highest accuracy while SVM failed to perform as well. In this study, we compare the performance of a two-class classifier using EC-kNN with different one-class and two-class classifiers. The comparison was applied to seven different plant microRNA species considering eight feature selection methods. In this study, the averaged results show that ECkNN outperforms all other methods employed here and previously published results for the same data. In conclusion, this study shows that the chosen classifier shows high performance when the distance metric is carefully chosen.

  15. Ensemble Clustering Classification Applied to Competing SVM and One-Class Classifiers Exemplified by Plant MicroRNAs Data.

    PubMed

    Yousef, Malik; Khalifa, Waleed; AbdAllah, Loai

    2016-12-01

    The performance of many learning and data mining algorithms depends critically on suitable metrics to assess efficiency over the input space. Learning a suitable metric from examples may, therefore, be the key to successful application of these algorithms. We have demonstrated that the k-nearest neighbor (kNN) classification can be significantly improved by learning a distance metric from labeled examples. The clustering ensemble is used to define the distance between points in respect to how they co-cluster. This distance is then used within the framework of the kNN algorithm to define a classifier named ensemble clustering kNN classifier (EC-kNN). In many instances in our experiments we achieved highest accuracy while SVM failed to perform as well. In this study, we compare the performance of a two-class classifier using EC-kNN with different one-class and two-class classifiers. The comparison was applied to seven different plant microRNA species considering eight feature selection methods. In this study, the averaged results show that EC-kNN outperforms all other methods employed here and previously published results for the same data. In conclusion, this study shows that the chosen classifier shows high performance when the distance metric is carefully chosen.

  16. Mapping growing stock volume and forest live biomass: a case study of the Polissya region of Ukraine

    NASA Astrophysics Data System (ADS)

    Bilous, Andrii; Myroniuk, Viktor; Holiaka, Dmytrii; Bilous, Svitlana; See, Linda; Schepaschenko, Dmitry

    2017-10-01

    Forest inventory and biomass mapping are important tasks that require inputs from multiple data sources. In this paper we implement two methods for the Ukrainian region of Polissya: random forest (RF) for tree species prediction and k-nearest neighbors (k-NN) for growing stock volume and biomass mapping. We examined the suitability of the five-band RapidEye satellite image to predict the distribution of six tree species. The accuracy of RF is quite high: ~99% for forest/non-forest mask and 89% for tree species prediction. Our results demonstrate that inclusion of elevation as a predictor variable in the RF model improved the performance of tree species classification. We evaluated different distance metrics for the k-NN method, including Euclidean or Mahalanobis distance, most similar neighbor (MSN), gradient nearest neighbor, and independent component analysis. The MSN with the four nearest neighbors (k = 4) is the most precise (according to the root-mean-square deviation) for predicting forest attributes across the study area. The k-NN method allowed us to estimate growing stock volume with an accuracy of 3 m3 ha-1 and for live biomass of about 2 t ha-1 over the study area.

  17. Improving the accuracy of k-nearest neighbor using local mean based and distance weight

    NASA Astrophysics Data System (ADS)

    Syaliman, K. U.; Nababan, E. B.; Sitompul, O. S.

    2018-03-01

    In k-nearest neighbor (kNN), the determination of classes for new data is normally performed by a simple majority vote system, which may ignore the similarities among data, as well as allowing the occurrence of a double majority class that can lead to misclassification. In this research, we propose an approach to resolve the majority vote issues by calculating the distance weight using a combination of local mean based k-nearest neighbor (LMKNN) and distance weight k-nearest neighbor (DWKNN). The accuracy of results is compared to the accuracy acquired from the original k-NN method using several datasets from the UCI Machine Learning repository, Kaggle and Keel, such as ionosphare, iris, voice genre, lower back pain, and thyroid. In addition, the proposed method is also tested using real data from a public senior high school in city of Tualang, Indonesia. Results shows that the combination of LMKNN and DWKNN was able to increase the classification accuracy of kNN, whereby the average accuracy on test data is 2.45% with the highest increase in accuracy of 3.71% occurring on the lower back pain symptoms dataset. For the real data, the increase in accuracy is obtained as high as 5.16%.

  18. Inverted electro-mechanical behaviour induced by the irreversible domain configuration transformation in (K,Na)NbO3-based ceramics

    PubMed Central

    Huan, Yu; Wang, Xiaohui; Koruza, Jurij; Wang, Ke; Webber, Kyle G.; Hao, Yanan; Li, Longtu

    2016-01-01

    Miniaturization of domains to the nanometer scale has been previously reported in many piezoelectrics with two-phase coexistence. Despite the observation of nanoscale domain configuration near the polymorphic phase transition (PPT) regionin virgin (K0.5Na0.5)NbO3 (KNN) based ceramics, it remains unclear how this domain state responds to external loads and influences the macroscopic electro-mechanical properties. To this end, the electric-field-induced and stress-induced strain curves of KNN-based ceramics over a wide compositional range across PPT were characterized. It was found that the coercive field of the virgin samples was highest in PPT region, which was related to the inhibited domain wall motion due to the presence of nanodomains. However, the coercive field was found to be the lowest in the PPT region after electrical poling. This was related to the irreversible transformation of the nanodomains into micron-sized domains during the poling process. With the similar micron-sized domain configuration for all poled ceramics, the domains in the PPT region move more easily due to the additional polarization vectors. The results demonstrate that the poling process can give rise to the irreversible domain configuration transformation and then account for the inverted macroscopic piezoelectricity in the PPT region of KNN-based ceramics. PMID:26915972

  19. Characterization of Hard Piezoelectric Lead-Free Ceramics

    PubMed Central

    Zhang, Shujun; Lim, Jong Bong; Lee, Hyeong Jae; Shrout, Thomas R.

    2010-01-01

    K4CuNb8O23 doped K0.45Na0.55NbO3 (KNN-KCN) ferroelectric ceramics were found to exhibit asymmetrical polarization hysteresis loops, related to the development of an internal bias field. The internal bias field is believed to be the result of defect dipoles of acceptor ions and oxygen vacancies, which lead to piezoelectric “hardening” effect, by stabilizing and pinning of the domain wall motion. The dielectric loss for the hard lead-free piezoelectric ceramic was found to be 0.6%, with mechanical quality factors Q on the order of >1500. Furthermore, the piezoelectric properties were found to decrease and the coercive field increased, when compared with the undoped material, exhibiting a typical characteristic of “hard” behavior. The temperature usage range was limited by the polymorphic phase transition temperature, being 188°C. The full set of material constants was determined for the KNN-KCN materials. Compared with conventional hard PZT ceramics, the lead-free possessed lower dielectric and piezoelectric properties; however, comparable values of mechanical Q, dielectric loss, and coercive fields were obtained, making acceptor modified KNN based lead-free piezoelectric material promising for high-power applications, where lead-free materials are desirable. PMID:19686966

  20. Using machine learning algorithms to guide rehabilitation planning for home care clients.

    PubMed

    Zhu, Mu; Zhang, Zhanyang; Hirdes, John P; Stolee, Paul

    2007-12-20

    Targeting older clients for rehabilitation is a clinical challenge and a research priority. We investigate the potential of machine learning algorithms - Support Vector Machine (SVM) and K-Nearest Neighbors (KNN) - to guide rehabilitation planning for home care clients. This study is a secondary analysis of data on 24,724 longer-term clients from eight home care programs in Ontario. Data were collected with the RAI-HC assessment system, in which the Activities of Daily Living Clinical Assessment Protocol (ADLCAP) is used to identify clients with rehabilitation potential. For study purposes, a client is defined as having rehabilitation potential if there was: i) improvement in ADL functioning, or ii) discharge home. SVM and KNN results are compared with those obtained using the ADLCAP. For comparison, the machine learning algorithms use the same functional and health status indicators as the ADLCAP. The KNN and SVM algorithms achieved similar substantially improved performance over the ADLCAP, although false positive and false negative rates were still fairly high (FP > .18, FN > .34 versus FP > .29, FN. > .58 for ADLCAP). Results are used to suggest potential revisions to the ADLCAP. Machine learning algorithms achieved superior predictions than the current protocol. Machine learning results are less readily interpretable, but can also be used to guide development of improved clinical protocols.

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

    Wei, Yongbin; Jia, Yanmin, E-mail: wuzheng@zjnu.cn, E-mail: ymjia@zjnu.edu.cn; Wu, Jiang

    A mutual enhancement action between the ferro-/piezoelectric polarization and the photoluminescent performance of rare earth Pr{sup 3+} doped (K{sub 0.5}Na{sub 0.5})NbO{sub 3} (KNN) lead-free ceramics is reported. After Pr{sup 3+} doping, the KNN ceramics exhibit the maximum enhancement of ∼1.2 times in the ferroelectric remanent polarization strength and ∼1.25 times in the piezoelectric coefficient d{sub 33}, respectively. Furthermore, after undergoing a ferro-/piezoelectric polarization treatment, the maximum enhancement of ∼1.3 times in photoluminescence (PL) was observed in the poled 0.3% Pr{sup 3+} doped sample. After the trivalent Pr{sup 3+} unequivalently substituting the univalent (K{sub 0.5}Na{sub 0.5}){sup +}, A-sites ionic vacancies willmore » occur to maintain charge neutrality, which may reduce the inner stress and ease the domain wall motions, yielding to the enhancement in ferro-/piezoelectric performance. The polarization-induced enhancement in PL is attributed to the decrease of crystal symmetry abound the Pr{sup 3+} ions after polarization. The dual-enhancement of the ferro-/piezoelectric and photoluminescent performance makes the Pr{sup 3+} doped KNN ceramic hopeful for piezoelectric/luminescent multifunctional devices.« less

  2. A compiled catalog of rotation measures of radio point sources

    NASA Astrophysics Data System (ADS)

    Xu, Jun; Han, Jin-Lin

    2014-08-01

    We compiled a catalog of Faraday rotation measures (RMs) for 4553 extragalactic radio point sources published in literature. These RMs were derived from multi-frequency polarization observations. The RM data are compared to those in the NRAO VLA Sky Survey (NVSS) RM catalog. We reveal a systematic uncertainty of about 10.0 ± 1.5 rad m-2 in the NVSS RM catalog. The Galactic foreground RM is calculated through a weighted averaging method by using the compiled RM catalog together with the NVSS RM catalog, with careful consideration of uncertainties in the RM data. The data from the catalog and the interface for the Galactic foreground RM calculations are publicly available on the webpage: http://zmtt.bao.ac.cn/RM/.

  3. VizieR Online Data Catalog: Rotation measures of radio point sources (Xu+, 2014)

    NASA Astrophysics Data System (ADS)

    Xu, J.; Han, J.-L.

    2015-04-01

    We compiled a catalog of Faraday rotation measures (RMs) for 4553 extragalactic radio point sources published in literature. These RMs were derived from multi-frequency polarization observations. The RM data are compared to those in the NRAO VLA Sky Survey (NVSS) RM catalog. We reveal a systematic uncertainty of about 10.0+/-1.5rad/m2 in the NVSS RM catalog. The Galactic foreground RM is calculated through a weighted averaging method by using the compiled RM catalog together with the NVSS RM catalog, with careful consideration of uncertainties in the RM data. The data from the catalog and the interface for the Galactic foreground RM calculations are publicly available on the webpage: http://zmtt.bao.ac.cn/RM/ . (2 data files).

  4. Whistler turbulence heating of electrons and ions: Three-dimensional particle-in-cell simuations

    DOE PAGES

    Gary, S. Peter; Hughes, R. Scott; Wang, Joseph

    2016-01-14

    In this study, the decay of whistler turbulence in a collisionless, homogeneous, magnetized plasma is studied using three-dimensional particle-in-cell simulations. The simulations are initialized with a narrowband, relatively isotropic distribution of long wavelength whistler modes. A first ensemble of simulations at electron betamore » $${\\beta }_{{\\rm{e}}}$$ = 0.25 and ion-to-electron mass ratio $${m}_{{\\rm{i}}}$$/$${m}_{{\\rm{e}}}$$ = 400 is carried out on a domain cube of dimension $$L{\\omega }_{\\mathrm{pi}}$$/c = 5.12 where $${\\omega }_{\\mathrm{pi}}$$ is the ion plasma frequency. The simulations begin with a range of dimensionless fluctuating field energy densities, $${\\epsilon }_{{\\rm{o}}}$$, and follow the fluctuations as they cascade to broadband, anisotropic turbulence which dissipates at shorter wavelengths, heating both electrons and ions. The electron heating is stronger and preferentially parallel/antiparallel to the background magnetic field $${{\\boldsymbol{B}}}_{{\\rm{o}}};$$ the ion energy gain is weaker and is preferentially in directions perpendicular to $${{\\boldsymbol{B}}}_{{\\rm{o}}}$$. The important new results here are that, over 0.01 < $${\\epsilon }_{{\\rm{o}}}$$ < 0.25, the maximum rate of electron heating scales approximately as $${\\epsilon }_{{\\rm{o}}}$$, and the maximum rate of ion heating scales approximately as $${\\epsilon }_{{\\rm{o}}}^{1.5}$$. A second ensemble of simulations at $${\\epsilon }_{{\\rm{o}}}$$ = 0.10 and $${\\beta }_{{\\rm{e}}}$$ = 0.25 shows that, over 25 < $${m}_{{\\rm{i}}}$$/$${m}_{{\\rm{e}}}\\;$$< 1836, the ratio of the maximum ion heating rate to the maximum electron heating rate scales approximately as $${m}_{{\\rm{e}}}$$/$${m}_{{\\rm{i}}}$$.« less

  5. Anomalous scaling of Δ C versus T c in the Fe-based superconductors: the $${S}_{\\pm }$$-wave pairing state model

    DOE PAGES

    Bang, Yunkyu; Stewart, G. R.

    2016-02-01

    The strong power law behavior of the specific heat jumpmore » $${\\rm{\\Delta }}C\\;$$ versus T c $$({\\rm{\\Delta }}C/{T}_{{\\rm{c}}}\\sim {T}_{{\\rm{c}}}^{\\alpha },\\alpha \\approx 2)$$, first observed by Bud'ko et al (2009 Phys. Rev. B 79 220516), has been confirmed with several families of the Fe-based superconducting compounds with various dopings. We tested a minimal two band BCS model to understand this anomalous behavior and showed that this non-BCS relation between $${\\rm{\\Delta }}C\\;$$ versus T c is a generic property of the multiband superconducting state paired by a dominant interband interaction ($${V}_{\\mathrm{inter}}\\gt {V}_{\\mathrm{intra}}$$) reflecting the relation $$\\frac{{{\\rm{\\Delta }}}_{{\\rm{h}}}}{{{\\rm{\\Delta }}}_{{\\rm{e}}}}\\sim \\sqrt{\\frac{{N}_{{\\rm{e}}}}{{N}_{{\\rm{h}}}}}$$ near T c, as in the $${S}_{\\pm }$$-wave pairing state. We also found that this $${\\rm{\\Delta }}C\\;$$ versus T c power law can continuously change from the ideal BNC scaling to a considerable deviation by a moderate variation of the impurity scattering rate $${{\\rm{\\Gamma }}}_{0}$$ (non-pair-breaking). Finally, as a result, our model provides a consistent explanation why the electron-doped Fe-based superconductors follow the ideal BNC scaling very well while the hole-doped systems often show varying degree of deviations.« less

  6. Hyperfine structure and isotope shift analysis of singly ionized titanium

    NASA Astrophysics Data System (ADS)

    Bouazza, Safa

    2013-04-01

    The even-parity low configuration system of Ti II has been considered on the basis of the experimental data found in the literature, and its fine structure has been reanalyzed by simultaneous parameterization of one- and two-body interactions for the model space (3d + 4s)3. Furthermore, the main one-electron hyperfine structure parameters for these configurations have been evaluated. For instance, for 3d24s1, a_{3{\\rm{d}}}^{01} = - {\\rm{63}}.{\\rm{2}}\\left( {{\\rm{3}}.{\\rm{1}}} \\right)\\,{\\rm{MHz}} and a_{4{\\rm{s}}}^{10} = - {\\rm{984}}.{\\rm{1}}\\left( {{\\rm{7}}.{\\rm{1}}} \\right)\\,{\\rm{MHz}} . Field shifts (FS) and specific mass shifts (SMS) of the main Ti II configurations are deduced by means of ab initio estimates combined with a small quantity of experimental isotope shift data available in the literature: FS(3d3) = -63.3 MHz, FS(3d24p1) = -49.7 MHz, FS(3d14s2) = 98.2 MHz, FS(4s24P1) = 163.4 MHz and SMS(3d3) = 1453.3 MHz, SMS(3d14s2) = -2179.7 MHz, …, referred to 3d24s1 for the pair Ti46-Ti48.

  7. Single-wave-number representation of nonlinear energy spectrum in elastic-wave turbulence of the Föppl-von Kármán equation: energy decomposition analysis and energy budget.

    PubMed

    Yokoyama, Naoto; Takaoka, Masanori

    2014-12-01

    A single-wave-number representation of a nonlinear energy spectrum, i.e., a stretching-energy spectrum, is found in elastic-wave turbulence governed by the Föppl-von Kármán (FvK) equation. The representation enables energy decomposition analysis in the wave-number space and analytical expressions of detailed energy budgets in the nonlinear interactions. We numerically solved the FvK equation and observed the following facts. Kinetic energy and bending energy are comparable with each other at large wave numbers as the weak turbulence theory suggests. On the other hand, stretching energy is larger than the bending energy at small wave numbers, i.e., the nonlinearity is relatively strong. The strong correlation between a mode a(k) and its companion mode a(-k) is observed at the small wave numbers. The energy is input into the wave field through stretching-energy transfer at the small wave numbers, and dissipated through the quartic part of kinetic-energy transfer at the large wave numbers. Total-energy flux consistent with energy conservation is calculated directly by using the analytical expression of the total-energy transfer, and the forward energy cascade is observed clearly.

  8. Comparative studies of high performance swimming in sharks I. Red muscle morphometrics, vascularization and ultrastructure.

    PubMed

    Bernal, D; Sepulveda, C; Mathieu-Costello, O; Graham, J B

    2003-08-01

    Tunas (family Scombridae) and sharks in the family Lamnidae are highly convergent for features commonly related to efficient and high-performance (i.e. sustained, aerobic) swimming. High-performance swimming by fishes requires adaptations augmenting the delivery, transfer and utilization of O(2) by the red myotomal muscle (RM), which powers continuous swimming. Tuna swimming performance is enhanced by a unique anterior and centrally positioned RM (i.e. closer to the vertebral column) and by structural features (relatively small fiber diameter, high capillary density and greater myoglobin concentration) increasing O(2) flux from RM capillaries to the mitochondria. A study of the structural and biochemical features of the mako shark (Isurus oxyrinchus) RM was undertaken to enable performance-capacity comparisons of tuna and lamnid RM. Similar to tunas, mako RM is positioned centrally and more anterior in the body. Another lamnid, the salmon shark (Lamna ditropis), also has this RM distribution, as does the closely related common thresher shark (Alopias vulpinus; family Alopiidae). However, in both the leopard shark (Triakis semifasciata) and the blue shark (Prionace glauca), RM occupies the position where it is typically found in most fishes; more posterior and along the lateral edge of the body. Comparisons among sharks in this study revealed no differences in the total RM quantity (approximately 2-3% of body mass) and, irrespective of position within the body, RM scaling is isometric in all species. Sharks thus have less RM than do tunas (4-13% of body mass). Relative to published data on other shark species, mako RM appears to have a higher capillary density, a greater capillary-to-fiber ratio and a higher myoglobin concentration. However, mako RM fiber size does not differ from that reported for other shark species and the total volume of mitochondria in mako RM is similar to that reported for other sharks and for tunas. Lamnid RM properties thus suggest a higher

  9. PAKDD Data Mining Competition 2009: New Ways of Using Known Methods

    NASA Astrophysics Data System (ADS)

    Linhart, Chaim; Harari, Guy; Abramovich, Sharon; Buchris, Altina

    The PAKDD 2009 competition focuses on the problem of credit risk assessment. As required, we had to confront the problem of the robustness of the credit-scoring model against performance degradation caused by gradual market changes along a few years of business operation. We utilized the following standard models: logistic regression, KNN, SVM, GBM and decision tree. The novelty of our approach is two-fold: the integration of existing models, namely feeding the results of KNN as an input variable to the logistic regression, and re-coding categorical variables as numerical values that represent each category's statistical impact on the target label. The best solution we obtained reached 3rd place in the competition, with an AUC score of 0.655.

  10. K-Nearest Neighbor Algorithm Optimization in Text Categorization

    NASA Astrophysics Data System (ADS)

    Chen, Shufeng

    2018-01-01

    K-Nearest Neighbor (KNN) classification algorithm is one of the simplest methods of data mining. It has been widely used in classification, regression and pattern recognition. The traditional KNN method has some shortcomings such as large amount of sample computation and strong dependence on the sample library capacity. In this paper, a method of representative sample optimization based on CURE algorithm is proposed. On the basis of this, presenting a quick algorithm QKNN (Quick k-nearest neighbor) to find the nearest k neighbor samples, which greatly reduces the similarity calculation. The experimental results show that this algorithm can effectively reduce the number of samples and speed up the search for the k nearest neighbor samples to improve the performance of the algorithm.

  11. Promotion Assistance Tool for Mobile Phone Users

    NASA Astrophysics Data System (ADS)

    Intraprasert, P.; Jatikul, N.; Chantrapornchai, C.

    In this paper, we propose an application tool to help analyze the usage of a mobile phone for a typical user. From the past usage, the tool can analyze the promotion that is suitable for the user which may save the total expense. The application consists of both client and server side. On the server side, the information for each promotion package for a phone operator is stored as well as the usage database for each client. The client side is a user interface for both phone operators and users to enter their information. The analysis engine are based on KNN, ANN, decision tree and Naïve Bayes models. For comparison, it is shown that KNN and decision outperforms the others.

  12. Piezoelectric Properties of LiSbO3-Modified (K0.48Na0.52)NbO3 Lead-Free Ceramics

    NASA Astrophysics Data System (ADS)

    Wu, Jiagang; Wang, Yuanyu; Xiao, Dingquan; Zhu, Jianguo; Yu, Ping; Wu, Lang; Wu, Wenjuan

    2007-11-01

    Lead-free piezoelectric (1-x)(K0.48Na0.52)NbO3-xLiSbO3 [(1-x)KNN-xLS] ceramics were prepared by conventional sintering. A morphotropic phase boundary (MPB) between the orthorhombic and tetragonal phases was identified in the composition range of 0.04KNN-xLS ceramic is a promising lead-free piezoelectric material.

  13. Fabrication and ferroelectric properties of highly dense lead-free piezoelectric (K0.5Na0.5)NbO3 thick films by aerosol deposition

    NASA Astrophysics Data System (ADS)

    Ryu, Jungho; Choi, Jong-Jin; Hahn, Byung-Dong; Park, Dong-Soo; Yoon, Woon-Ha; Kim, Ki-Hoon

    2007-04-01

    Lead-free piezoelectric thick films of (K0.5Na0.5)NbO3 were fabricated by aerosol-deposition method. The thickness of KNN film was 7.1μm and fully dense films were obtained. The dielectric constants ɛ3T/ɛ0 of the as-deposited and annealed films at 1kHz were 116 and 545, respectively, which are higher than any previously reported values for lead-free piezoelectric thin/thick films, either without or with heat treatment. The ferroelectric properties were improved after annealing and the maximum values of Pr=8.1μC/cm3 and Ec=100kV/cm were achieved. These values are markedly superior to those of sintered KNN ceramic counterparts.

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

    Shevchenko, N. V.; Mares, J.; Gal, A.

    Coupled-channels three-body calculations of an I=1/2,J{sup {pi}}=0{sup -} KNN quasibound state in the KNN-{pi}{sigma}N system were performed and the dependence of the resulting three-body energy on the two-body KN-{pi}{sigma} interaction was investigated. Earlier results of binding energy B{sub K{sup -}}{sub pp}{approx}50-70 MeV and width {gamma}{sub K{sup -}}{sub pp}{approx}100 MeV are confirmed [N. V. Shevchenko et al., Phys. Rev. Lett. 98, 082301 (2007)]. It is shown that a suitably constructed energy-independent complex KN potential gives a considerably shallower and narrower three-body quasibound state than the full coupled-channels calculation. Comparison with other calculations is made.

  15. The Astronomical Almanac Online - Glossary

    Science.gov Websites

    Astronomical Almanac. Δ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z $\\boldmath{\\Delta {\\rm T}}$: the difference between Terrestrial Time (TT) and Universal Time (UT): $\\Delta {\\rm T} = {\\rm TT} - {\\rm UT}1 $. $\\boldmath{\\Delta {\\rm UT1}}$ (or $\\boldmath{\\Delta {\\rm UT}}$): the value of the difference between

  16. Tropospheric GOM at the Pic du Midi Observatory-Correcting Bias in Denuder Based Observations.

    PubMed

    Marusczak, Nicolas; Sonke, Jeroen E; Fu, Xuewu; Jiskra, Martin

    2017-01-17

    Gaseous elemental mercury (GEM, Hg) emissions are transformed to divalent reactive Hg (RM) forms throughout the troposphere and stratosphere. RM is often operationally quantified as the sum of particle bound Hg (PBM) and gaseous oxidized Hg (GOM). The measurement of GOM and PBM is challenging and under mounting criticism. Here we intercompare six months of automated GOM and PBM measurements using a Tekran (TK) KCl-coated denuder and quartz regenerable particulate filter method (GOM TK , PBM TK , and RM TK ) with RM CEM collected on cation exchange membranes (CEMs) at the high altitude Pic du Midi Observatory. We find that RM TK is systematically lower by a factor of 1.3 than RM CEM . We observe a significant relationship between GOM TK (but not PBM TK ) and Tekran flush TK blanks suggesting significant loss (36%) of labile GOM TK from the denuder or inlet. Adding the flush TK blank to RM TK results in good agreement with RM CEM (slope = 1.01, r 2 = 0.90) suggesting we can correct bias in RM TK and GOM TK . We provide a bias corrected (*) Pic du Midi data set for 2012-2014 that shows GOM* and RM* levels in dry free tropospheric air of 198 ± 57 and 229 ± 58 pg m -3 which agree well with in-flight observed RM and with model based GOM and RM estimates.

  17. Comparison of muscle force production using the Smith machine and free weights for bench press and squat exercises.

    PubMed

    Cotterman, Michael L; Darby, Lynn A; Skelly, William A

    2005-02-01

    The Smith machine (SM) (vertical motion of bar on fixed path; fixed-form exercise) and free weights (FWs) (free-form path) are commonly used strength training modes. Exercisers may need to alternate between types of equipment, depending on testing, training, rehabilitation, and/or the exercisers' goals. The purposes of this study were to compare muscle force production for SM and FWs using a 1 repetition maximum (1RM) for the parallel back squat and supine bench press exercises and to predict the 1RM for one mode from 1RM on the other mode. Men (n = 16) and women (n = 16) alternately completed 1RM testing for squat and bench press using SM and FWs. Analyses of variance (type of equipment x sex) and linear regression models were calculated. A significant difference was found between bench press and squat 1RMs for each mode of equipment for all participants. The squat 1RM was greater for the SM than the FWs; conversely, the bench 1RM was greater for FWs than the SM. When sex was considered, bench 1RM for FWs was greater than SM for men and women. The squat 1RM was greater for SM than FWs for women only. The 1RM on one mode of equipment was the best predictor of 1RM for the other mode. For both sexes, the equation SM bench 1RM (in kilograms) = -6.76 + 0.95 (FW bench 1RM) can be used. For women only, SM squat 1RM (in kilograms) = 28.3 + 0.73 (FW squat 1RM). These findings provide equations for converting between SM and FW equipment for training.

  18. Identifying the location of the OMP separatrix in DIII-D using power accounting

    DOE PAGES

    Stangeby, Peter C.; Canik, John M.; Elder, J. D.; ...

    2015-08-07

    In order to identify reliable scalings for the scrape-off layer (SOL) power width it is necessary to know the location of the separatrix in divertor tokamaks as accurately as possible, specifically its location at the outside midplane (OMP) the standard reference location. Two methods are described which use power accounting to improve the accuracy of identifying the location of the OMP separatrix. The first uses the infrared-measured deposited power profile at the outer target as the primary input, the 'more » $$P_{{\\rm SOL}}^{{\\rm exhaust}}$$ method'. The second uses the measured power input to the SOL, obtained by subtracting the power radiated from inside the separatrix from the total heating power, the ' $$P_{{\\rm SOL}}^{{\\rm input}}$$ method'. Furthermore, these two power accounting methods are illustrated with the examples of 21 H-mode DIII-D discharges. High spatial resolution Thomson scattering measured profiles of ne and Te for the main SOL near the OMP are also used as primary input to the analysis; only between-edge localized mode data are used here. The Thomson profiles are used to calculate the electron parallel conducted heat flux profiles which are then matched to the measured $$P_{{\\rm SOL}}^{{\\rm exhaust}}$$ and $$P_{{\\rm SOL}}^{{\\rm input}}$$ by adjusting the location of the OMP separatrix relative to that of the Thomson data. For these attached discharges, it is found that the values of $$R_{{\\rm sep}}^{{\\rm omp}}$$ given by the two power accounting methods agree to within ~1 mm of each other and also to within ~1 mm of the values given by the 'standard DIII-D method' described by Porter et al (1998 Phys. Plasmas 5 1410). Lastly, the shifted $$R_{{\\rm sep}}^{{\\rm omp}}$$ results in only modest changes to the values of ne and Te at the OMP separatrix relative to the 'standard' values, increasing $$n_{{\\rm e}}^{{\\rm sep}}$$ by 8% and $$T_{{\\rm e}}^{{\\rm sep}}$$ by 20%.« less

  19. Comparison of Random Forest, k-Nearest Neighbor, and Support Vector Machine Classifiers for Land Cover Classification Using Sentinel-2 Imagery

    PubMed Central

    Thanh Noi, Phan; Kappas, Martin

    2017-01-01

    In previous classification studies, three non-parametric classifiers, Random Forest (RF), k-Nearest Neighbor (kNN), and Support Vector Machine (SVM), were reported as the foremost classifiers at producing high accuracies. However, only a few studies have compared the performances of these classifiers with different training sample sizes for the same remote sensing images, particularly the Sentinel-2 Multispectral Imager (MSI). In this study, we examined and compared the performances of the RF, kNN, and SVM classifiers for land use/cover classification using Sentinel-2 image data. An area of 30 × 30 km2 within the Red River Delta of Vietnam with six land use/cover types was classified using 14 different training sample sizes, including balanced and imbalanced, from 50 to over 1250 pixels/class. All classification results showed a high overall accuracy (OA) ranging from 90% to 95%. Among the three classifiers and 14 sub-datasets, SVM produced the highest OA with the least sensitivity to the training sample sizes, followed consecutively by RF and kNN. In relation to the sample size, all three classifiers showed a similar and high OA (over 93.85%) when the training sample size was large enough, i.e., greater than 750 pixels/class or representing an area of approximately 0.25% of the total study area. The high accuracy was achieved with both imbalanced and balanced datasets. PMID:29271909

  20. Comparison of Random Forest, k-Nearest Neighbor, and Support Vector Machine Classifiers for Land Cover Classification Using Sentinel-2 Imagery.

    PubMed

    Thanh Noi, Phan; Kappas, Martin

    2017-12-22

    In previous classification studies, three non-parametric classifiers, Random Forest (RF), k-Nearest Neighbor (kNN), and Support Vector Machine (SVM), were reported as the foremost classifiers at producing high accuracies. However, only a few studies have compared the performances of these classifiers with different training sample sizes for the same remote sensing images, particularly the Sentinel-2 Multispectral Imager (MSI). In this study, we examined and compared the performances of the RF, kNN, and SVM classifiers for land use/cover classification using Sentinel-2 image data. An area of 30 × 30 km² within the Red River Delta of Vietnam with six land use/cover types was classified using 14 different training sample sizes, including balanced and imbalanced, from 50 to over 1250 pixels/class. All classification results showed a high overall accuracy (OA) ranging from 90% to 95%. Among the three classifiers and 14 sub-datasets, SVM produced the highest OA with the least sensitivity to the training sample sizes, followed consecutively by RF and kNN. In relation to the sample size, all three classifiers showed a similar and high OA (over 93.85%) when the training sample size was large enough, i.e., greater than 750 pixels/class or representing an area of approximately 0.25% of the total study area. The high accuracy was achieved with both imbalanced and balanced datasets.

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

    PubMed

    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.

  2. A gap-filling model for eddy covariance latent heat flux: Estimating evapotranspiration of a subtropical seasonal evergreen broad-leaved forest as an example

    NASA Astrophysics Data System (ADS)

    Chen, Yi-Ying; Chu, Chia-Ren; Li, Ming-Hsu

    2012-10-01

    SummaryIn this paper we present a semi-parametric multivariate gap-filling model for tower-based measurement of latent heat flux (LE). Two statistical techniques, the principal component analysis (PCA) and a nonlinear interpolation approach were integrated into this LE gap-filling model. The PCA was first used to resolve the multicollinearity relationships among various environmental variables, including radiation, soil moisture deficit, leaf area index, wind speed, etc. Two nonlinear interpolation methods, multiple regressions (MRS) and the K-nearest neighbors (KNNs) were examined with random selected flux gaps for both clear sky and nighttime/cloudy data to incorporate into this LE gap-filling model. Experimental results indicated that the KNN interpolation approach is able to provide consistent LE estimations while MRS presents over estimations during nighttime/cloudy. Rather than using empirical regression parameters, the KNN approach resolves the nonlinear relationship between the gap-filled LE flux and principal components with adaptive K values under different atmospheric states. The developed LE gap-filling model (PCA with KNN) works with a RMSE of 2.4 W m-2 (˜0.09 mm day-1) at a weekly time scale by adding 40% artificial flux gaps into original dataset. Annual evapotranspiration at this study site were estimated at 736 mm (1803 MJ) and 728 mm (1785 MJ) for year 2008 and 2009, respectively.

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

    NASA Astrophysics Data System (ADS)

    Zhang, Ningning; Lin, Aijing; Shang, Pengjian

    2017-07-01

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

  4. An automated algorithm for determining photometric redshifts of quasars

    NASA Astrophysics Data System (ADS)

    Wang, Dan; Zhang, Yanxia; Zhao, Yongheng

    2010-07-01

    We employ k-nearest neighbor algorithm (KNN) for photometric redshift measurement of quasars with the Fifth Data Release (DR5) of the Sloan Digital Sky Survey (SDSS). KNN is an instance learning algorithm where the result of new instance query is predicted based on the closest training samples. The regressor do not use any model to fit and only based on memory. Given a query quasar, we find the known quasars or (training points) closest to the query point, whose redshift value is simply assigned to be the average of the values of its k nearest neighbors. Three kinds of different colors (PSF, Model or Fiber) and spectral redshifts are used as input parameters, separatively. The combination of the three kinds of colors is also taken as input. The experimental results indicate that the best input pattern is PSF + Model + Fiber colors in all experiments. With this pattern, 59.24%, 77.34% and 84.68% of photometric redshifts are obtained within ▵z < 0.1, 0.2 and 0.3, respectively. If only using one kind of colors as input, the model colors achieve the best performance. However, when using two kinds of colors, the best result is achieved by PSF + Fiber colors. In addition, nearest neighbor method (k = 1) shows its superiority compared to KNN (k ≠ 1) for the given sample.

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

    NASA Astrophysics Data System (ADS)

    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.

  6. Investigating the Effects of Imputation Methods for Modelling Gene Networks Using a Dynamic Bayesian Network from Gene Expression Data

    PubMed Central

    CHAI, Lian En; LAW, Chow Kuan; MOHAMAD, Mohd Saberi; CHONG, Chuii Khim; CHOON, Yee Wen; DERIS, Safaai; ILLIAS, Rosli Md

    2014-01-01

    Background: Gene expression data often contain missing expression values. Therefore, several imputation methods have been applied to solve the missing values, which include k-nearest neighbour (kNN), local least squares (LLS), and Bayesian principal component analysis (BPCA). However, the effects of these imputation methods on the modelling of gene regulatory networks from gene expression data have rarely been investigated and analysed using a dynamic Bayesian network (DBN). Methods: In the present study, we separately imputed datasets of the Escherichia coli S.O.S. DNA repair pathway and the Saccharomyces cerevisiae cell cycle pathway with kNN, LLS, and BPCA, and subsequently used these to generate gene regulatory networks (GRNs) using a discrete DBN. We made comparisons on the basis of previous studies in order to select the gene network with the least error. Results: We found that BPCA and LLS performed better on larger networks (based on the S. cerevisiae dataset), whereas kNN performed better on smaller networks (based on the E. coli dataset). Conclusion: The results suggest that the performance of each imputation method is dependent on the size of the dataset, and this subsequently affects the modelling of the resultant GRNs using a DBN. In addition, on the basis of these results, a DBN has the capacity to discover potential edges, as well as display interactions, between genes. PMID:24876803

  7. Determination of $${{\\rm{\\Lambda }}}_{\\overline{{\\rm{MS}}}}$$ at five loops from holographic QCD

    DOE PAGES

    Deur, Alexandre; Brodsky, Stanley J.; de Téramond, Guy F.

    2017-08-25

    Here, the recent determination of themore » $$\\beta$$--function of the QCD running coupling $$\\alpha_{\\overline{MS}}(Q^2)$$ to five-loops, provides a verification of the convergence of a novel method for determining the fundamental QCD parameter $$\\Lambda_s$$ based on the Light-Front Holographic approach to nonperturbative QCD. The new 5-loop analysis, together with improvements in determining the holographic QCD nonperturbative scale parameter $$\\kappa$$ from hadronic spectroscopy, leads to an improved precision of the value of $$\\Lambda_s$$ in the $${\\overline{MS}}$$ scheme close to a factor of two; we find $$\\Lambda^{(3)}_{\\overline{MS}}=0.339\\pm0.019$$ GeV for $$n_{f}=3$$, in excellent agreement with the world average, $$\\Lambda_{\\overline{MS}}^{(3)}=0.332\\pm0.017$$ GeV. Lastly, we also discuss the constraints imposed on the scale dependence of the strong coupling in the nonperturbative domain by superconformal quantum mechanics and its holographic embedding in anti-de Sitter space.« less

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

    Friedman, B.; DuCharme, G.

    We present a semi-empirical scaling law for non-resonant ion–atom single charge exchange cross sections for collisions with velocities frommore » $${10}^{7}\\,{\\rm{t}}{\\rm{o}}\\,{10}^{9}\\,\\mathrm{cm}\\,{{\\rm{s}}}^{-1}$$ and ions with positive charge $$q\\lt 8$$. Non-resonant cross sections tend to have a velocity peak at collision velocities $$v\\lesssim 1\\ {\\rm{a}}{\\rm{u}}$$ with exponential decay around this peak. We construct a scaling formula for the location of this peak then choose a functional form for the cross section curve and scale it. The velocity at which the cross section peaks, v m, is proportional to the energy defect of the collision, $${\\rm{\\Delta }}E$$, which we predict with the decay approximation. The value of the cross section maximum is proportional to the charge state q, inversely proportional to the target ionization energy I T, and inversely proportional to v m. For the shape of the cross section curve, we use a function that decays exponentially asymptotically at high and low velocities. We scale this function with parameters $${v}_{{\\rm{m}}},{I}_{{\\rm{T}}},{Z}_{{\\rm{T}}},\\mathrm{and}\\ {Z}_{{\\rm{P}}}$$, where the $${Z}_{{\\rm{T}},{\\rm{P}}}$$ are the target and projectile atomic numbers. In conclusion, for the more than 100 cross section curves that we use to find the scaling rules, the scaling law predicts cross sections within a little over a factor of 2 on average.« less

  9. Semi-empirical scaling for ion–atom single charge exchange cross sections in the intermediate velocity regime

    DOE PAGES

    Friedman, B.; DuCharme, G.

    2017-05-11

    We present a semi-empirical scaling law for non-resonant ion–atom single charge exchange cross sections for collisions with velocities frommore » $${10}^{7}\\,{\\rm{t}}{\\rm{o}}\\,{10}^{9}\\,\\mathrm{cm}\\,{{\\rm{s}}}^{-1}$$ and ions with positive charge $$q\\lt 8$$. Non-resonant cross sections tend to have a velocity peak at collision velocities $$v\\lesssim 1\\ {\\rm{a}}{\\rm{u}}$$ with exponential decay around this peak. We construct a scaling formula for the location of this peak then choose a functional form for the cross section curve and scale it. The velocity at which the cross section peaks, v m, is proportional to the energy defect of the collision, $${\\rm{\\Delta }}E$$, which we predict with the decay approximation. The value of the cross section maximum is proportional to the charge state q, inversely proportional to the target ionization energy I T, and inversely proportional to v m. For the shape of the cross section curve, we use a function that decays exponentially asymptotically at high and low velocities. We scale this function with parameters $${v}_{{\\rm{m}}},{I}_{{\\rm{T}}},{Z}_{{\\rm{T}}},\\mathrm{and}\\ {Z}_{{\\rm{P}}}$$, where the $${Z}_{{\\rm{T}},{\\rm{P}}}$$ are the target and projectile atomic numbers. In conclusion, for the more than 100 cross section curves that we use to find the scaling rules, the scaling law predicts cross sections within a little over a factor of 2 on average.« less

  10. Multispectral imaging burn wound tissue classification system: a comparison of test accuracies between several common machine learning algorithms

    NASA Astrophysics Data System (ADS)

    Squiers, John J.; Li, Weizhi; King, Darlene R.; Mo, Weirong; Zhang, Xu; Lu, Yang; Sellke, Eric W.; Fan, Wensheng; DiMaio, J. Michael; Thatcher, Jeffrey E.

    2016-03-01

    The clinical judgment of expert burn surgeons is currently the standard on which diagnostic and therapeutic decisionmaking regarding burn injuries is based. Multispectral imaging (MSI) has the potential to increase the accuracy of burn depth assessment and the intraoperative identification of viable wound bed during surgical debridement of burn injuries. A highly accurate classification model must be developed using machine-learning techniques in order to translate MSI data into clinically-relevant information. An animal burn model was developed to build an MSI training database and to study the burn tissue classification ability of several models trained via common machine-learning algorithms. The algorithms tested, from least to most complex, were: K-nearest neighbors (KNN), decision tree (DT), linear discriminant analysis (LDA), weighted linear discriminant analysis (W-LDA), quadratic discriminant analysis (QDA), ensemble linear discriminant analysis (EN-LDA), ensemble K-nearest neighbors (EN-KNN), and ensemble decision tree (EN-DT). After the ground-truth database of six tissue types (healthy skin, wound bed, blood, hyperemia, partial injury, full injury) was generated by histopathological analysis, we used 10-fold cross validation to compare the algorithms' performances based on their accuracies in classifying data against the ground truth, and each algorithm was tested 100 times. The mean test accuracy of the algorithms were KNN 68.3%, DT 61.5%, LDA 70.5%, W-LDA 68.1%, QDA 68.9%, EN-LDA 56.8%, EN-KNN 49.7%, and EN-DT 36.5%. LDA had the highest test accuracy, reflecting the bias-variance tradeoff over the range of complexities inherent to the algorithms tested. Several algorithms were able to match the current standard in burn tissue classification, the clinical judgment of expert burn surgeons. These results will guide further development of an MSI burn tissue classification system. Given that there are few surgeons and facilities specializing in burn care

  11. Discrimination of stroke-related mild cognitive impairment and vascular dementia using EEG signal analysis.

    PubMed

    Al-Qazzaz, Noor Kamal; Ali, Sawal Hamid Bin Mohd; Ahmad, Siti Anom; Islam, Mohd Shabiul; Escudero, Javier

    2018-01-01

    Stroke survivors are more prone to developing cognitive impairment and dementia. Dementia detection is a challenge for supporting personalized healthcare. This study analyzes the electroencephalogram (EEG) background activity of 5 vascular dementia (VaD) patients, 15 stroke-related patients with mild cognitive impairment (MCI), and 15 control healthy subjects during a working memory (WM) task. The objective of this study is twofold. First, it aims to enhance the discrimination of VaD, stroke-related MCI patients, and control subjects using fuzzy neighborhood preserving analysis with QR-decomposition (FNPAQR); second, it aims to extract and investigate the spectral features that characterize the post-stroke dementia patients compared to the control subjects. Nineteen channels were recorded and analyzed using the independent component analysis and wavelet analysis (ICA-WT) denoising technique. Using ANOVA, linear spectral power including relative powers (RP) and power ratio were calculated to test whether the EEG dominant frequencies were slowed down in VaD and stroke-related MCI patients. Non-linear features including permutation entropy (PerEn) and fractal dimension (FD) were used to test the degree of irregularity and complexity, which was significantly lower in patients with VaD and stroke-related MCI than that in control subjects (ANOVA; p ˂ 0.05). This study is the first to use fuzzy neighborhood preserving analysis with QR-decomposition (FNPAQR) dimensionality reduction technique with EEG background activity of dementia patients. The impairment of post-stroke patients was detected using support vector machine (SVM) and k-nearest neighbors (kNN) classifiers. A comparative study has been performed to check the effectiveness of using FNPAQR dimensionality reduction technique with the SVM and kNN classifiers. FNPAQR with SVM and kNN obtained 91.48 and 89.63% accuracy, respectively, whereas without using the FNPAQR exhibited 70 and 67.78% accuracy for SVM and kNN

  12. Reliable Multi-Label Learning via Conformal Predictor and Random Forest for Syndrome Differentiation of Chronic Fatigue in Traditional Chinese Medicine

    PubMed Central

    Wang, Huazhen; Liu, Xin; Lv, Bing; Yang, Fan; Hong, Yanzhu

    2014-01-01

    Objective Chronic Fatigue (CF) still remains unclear about its etiology, pathophysiology, nomenclature and diagnostic criteria in the medical community. Traditional Chinese medicine (TCM) adopts a unique diagnostic method, namely ‘bian zheng lun zhi’ or syndrome differentiation, to diagnose the CF with a set of syndrome factors, which can be regarded as the Multi-Label Learning (MLL) problem in the machine learning literature. To obtain an effective and reliable diagnostic tool, we use Conformal Predictor (CP), Random Forest (RF) and Problem Transformation method (PT) for the syndrome differentiation of CF. Methods and Materials In this work, using PT method, CP-RF is extended to handle MLL problem. CP-RF applies RF to measure the confidence level (p-value) of each label being the true label, and then selects multiple labels whose p-values are larger than the pre-defined significance level as the region prediction. In this paper, we compare the proposed CP-RF with typical CP-NBC(Naïve Bayes Classifier), CP-KNN(K-Nearest Neighbors) and ML-KNN on CF dataset, which consists of 736 cases. Specifically, 95 symptoms are used to identify CF, and four syndrome factors are employed in the syndrome differentiation, including ‘spleen deficiency’, ‘heart deficiency’, ‘liver stagnation’ and ‘qi deficiency’. The Results CP-RF demonstrates an outstanding performance beyond CP-NBC, CP-KNN and ML-KNN under the general metrics of subset accuracy, hamming loss, one-error, coverage, ranking loss and average precision. Furthermore, the performance of CP-RF remains steady at the large scale of confidence levels from 80% to 100%, which indicates its robustness to the threshold determination. In addition, the confidence evaluation provided by CP is valid and well-calibrated. Conclusion CP-RF not only offers outstanding performance but also provides valid confidence evaluation for the CF syndrome differentiation. It would be well applicable to TCM practitioners and

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

    Matsuoka, T., E-mail: ta-matsuoka@mg.ngkntk.co.jp; Kozuka, H.; Kitamura, K.

    A (K,Na)NbO₃-based lead-free piezoelectric ceramic was successfully densified. It exhibited an enhanced electromechanical coupling factor of kₚ=0.52, a piezoelectric constant d₃₃=252 pC/N, and a frequency constant Nₚ=3170 Hz m because of the incorporation of an elaborate secondary phase composed primarily of KTiNbO₅. The ceramic's nominal composition was 0.92K₀.₄₂Na₀.₄₄Ca₀.₀₄Li₀.₀₂Nb₀.₈₅O₃–0.047K₀.₈₅Ti₀.₈₅Nb₁.₁₅O₅–0.023BaZrO₃ –0.0017Co₃O₄–0.002Fe₂O₃–0.005ZnO, abbreviated herein as KNN–NTK composite. The KNN–NTK ceramic exhibited a dense microstructure with few microvoids which significantly degraded its piezoelectric properties. Elemental maps recorded using transmission electron microscopy with energy-dispersive X-ray spectroscopy (TEM–EDS) revealed regions of high concentrations of Co and Zn inside the NTK phase. In addition, X-ray diffraction patternsmore » confirmed that a small portion of the NTK phase was converted into K₂(Ti,Nb,Co,Zn)₆O₁₃ or CoZnTiO₄ by a possible reaction between Co and Zn solutes and the NTK phase during a programmed sintering schedule. TEM studies also clarified a distortion around the KNN/NTK interfaces. Such an NTK phase filled voids between KNN particles, resulting in an improved chemical stability of the KNN ceramic. The manufacturing process was subsequently scaled to 100 kg per batch for granulated ceramic powder using a spray-drying technique. The properties of the KNN–NTK composite ceramic produced using the scaled-up method were confirmed to be identical to those of the ceramic prepared by conventional solid-state reaction sintering. Consequently, slight changes in the NTK phase composition and the distortion around the KNN/NTK interfaces affected the KNN–NTK composite ceramic's piezoelectric characteristics.« less

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

    Yamada, H., E-mail: hide-yamada@mg.ngkntk.co.jp; Matsuoka, T.; Kozuka, H.

    Two phases of (K,Na)NbO{sub 3} (KNN) co-exist in a KNN-based composite lead-free piezoelectric ceramic 0.910(K{sub 1−x}Na{sub x}){sub 0.86}Ca{sub 0.04}Li{sub 0.02}Nb{sub 0.85}O{sub 3−δ}–0.042K{sub 0.85}Ti{sub 0.85}Nb{sub 1.15}O{sub 5} –0.036BaZrO{sub 3}–0.0016Co{sub 3}O{sub 4}– 0.0025Fe{sub 2}O{sub 3}–0.0069ZnO system, over a wide range of Na fractions, where 0.56 ≤ x ≤ 0.75. The crystal systems of the two KNN phases are identified to tetragonal and orthorhombic by analyzing the synchrotron powder X-ray diffraction (XRD) data, high-resolution transmission electron microscopy (HR-TEM), and selected-area electron diffraction (SAD). In the range 0.33 ≤ x ≤ 0.50, the main component of the composite system is found to be single-phase KNN with a tetragonal structure. Granular nanodomains ofmore » the orthorhombic phase dispersed in the tetragonal matrix have been identified by HR-TEM and SAD for 0.56 ≤ x ≤ 0.75. Only a trace amount of the orthorhombic phase has been found in the SAD patterns at the composition x = 0.56. However, the number of orthorhombic nanodomains gradually increases with increasing Na content up to x < 0.75, as observed from the HR-TEM images. An abrupt increase and agglomeration of the nanodomains are observed at x = 0.75, where weak diffraction peaks of the orthorhombic phase have also become detectable from the XRD data. The maximum value of the electromechanical coupling coefficient, k{sub p} = 0.56, has been observed at the composition x = 0.56.« less

  15. Effect of 1 Repetition Maximum, 80% Repetition Maximum, and 50% Repetition Maximum Strength Exercise in Trained Individuals on Variations in Plasma Redox Biomarkers.

    PubMed

    Polotow, Tatiana G; Souza-Junior, Tácito P; Sampaio, Ricardo C; Okuyama, Alexandre R; Ganini, Douglas; Vardaris, Cristina V; Alves, Ragami C; McAnulty, Steven R; Barros, Marcelo P

    2017-09-01

    Polotow, TG, Souza-Junior, TP, Sampaio, RC, Okuyama, AR, Ganini, D, Vardaris, CV, Alves, RC, McAnulty, SR, and Barros, MP. Effect of 1RM, 80%RM, and 50%RM strength exercise in trained individuals on variations in plasma redox biomarkers. J Strength Cond Res 31(9): 2489-2497, 2017-For decades, scientists have examined the participation of oxygen/nitrogen species in anaerobic-like exercises, especially weightlifting and resistance exercises. The balance between the production of oxyradicals and antioxidant responses during anaerobic-like exercises is essential to assure adaptation to the physiological benefits of strength training and to prevent chronic harmful effects. The aim of this study is to examine the hypothesis that different weight loads (1 repetition maximum (RM), 80%RM, and 50%RM) lifted until exhaustion could impose distinct oxidative insults and elicit diverse antioxidant responses in plasma of young trained subjects. Glucose (+10%), lactate (+65%), urea (+30%), free iron (+65%), reduced/oxidized glutathione (+14 and +23%, respectively), and xanthine oxidase activity (2.2-fold) significantly increased after the 1RM test, whereas plasma antioxidant capacity dropped by 37%. When lower weight loads were applied (80%RM and 50%RM tests), heme-iron (+15 and +20%, respectively) became the prevalent pro-oxidant, although glutathione responses were only detected after 80%RM (+14%). Lactate concentration in plasma continuously increased, by 2.9-fold (80%RM) and 3.6-fold higher (50%RM test). We demonstrated that 1RM tests significantly diminish the antioxidant capacity of plasma because of iron overload, whereas 80%RM tests require higher involvement of glutathione molecules to counteract heme-iron oxidative insult. Mild redox imbalances promoted by heme-iron were found in plasma after 50%RM. Although we did not observe overall changes in muscle damage in young trained subjects, we cannot exclude the need for specific antioxidant supplementation depending on the

  16. Effects of temperature on power output and contraction kinetics in the locomotor muscle of the regionally endothermic common thresher shark (Alopias vulpinus).

    PubMed

    Donley, Jeanine M; Sepulveda, Chugey A; Aalbers, Scott A; McGillivray, David G; Syme, Douglas A; Bernal, Diego

    2012-10-01

    The common thresher shark (Alopias vulpinus) is a pelagic species with medially positioned red aerobic swimming musculature (RM) and regional RM endothermy. This study tested whether the contractile characteristics of the RM are functionally similar along the length of the body and assessed how the contractile properties of the common thresher shark compare with those of other sharks. Contractile properties of the RM were examined at 8, 16 and 24 °C from anterior and posterior axial positions (0.4 and 0.6 fork length, respectively) using the work loop technique. Experiments were performed to determine whether the contractile properties of the RM are similar along the body of the common thresher shark and to document the effects of temperature on muscle power. Axial differences in contractile properties of RM were found to be small or absent. Isometric twitch kinetics of RM were ~fivefold slower than those of white muscle, with RM twitch durations of about 1 s at 24 °C and exceeding 5 s at 8 °C, a Q(10) of nearly 2.5. Power increased approximately tenfold with the 16 °C increase in temperature, while the cycle frequency for maximal power only increased from about 0.5-1.0 Hz over this temperature range. These data support the hypothesis that the RM is functionally similar along the body of the common thresher shark and corroborate previous findings from shark species both with and without medial RM. While twitch kinetics suggest the endothermic RM is not unusually temperature sensitive, measures of power suggest that the RM is not well suited to function at cool temperatures. The cycle frequency at which power is maximized appeared relatively insensitive to temperature in RM, which may reflect the relatively cooler temperature of the thresher RM compared to that observed in lamnid sharks as well as the relatively slow RM phenotype in these large fish.

  17. Categorizing document by fuzzy C-Means and K-nearest neighbors approach

    NASA Astrophysics Data System (ADS)

    Priandini, Novita; Zaman, Badrus; Purwanti, Endah

    2017-08-01

    Increasing of technology had made categorizing documents become important. It caused by increasing of number of documents itself. Managing some documents by categorizing is one of Information Retrieval application, because it involve text mining on its process. Whereas, categorization technique could be done both Fuzzy C-Means (FCM) and K-Nearest Neighbors (KNN) method. This experiment would consolidate both methods. The aim of the experiment is increasing performance of document categorize. First, FCM is in order to clustering training documents. Second, KNN is in order to categorize testing document until the output of categorization is shown. Result of the experiment is 14 testing documents retrieve relevantly to its category. Meanwhile 6 of 20 testing documents retrieve irrelevant to its category. Result of system evaluation shows that both precision and recall are 0,7.

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

    NASA Astrophysics Data System (ADS)

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

    2017-11-01

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

  19. Greater Neural Adaptations following High- vs. Low-Load Resistance Training

    PubMed Central

    Jenkins, Nathaniel D. M.; Miramonti, Amelia A.; Hill, Ethan C.; Smith, Cory M.; Cochrane-Snyman, Kristen C.; Housh, Terry J.; Cramer, Joel T.

    2017-01-01

    We examined the neuromuscular adaptations following 3 and 6 weeks of 80 vs. 30% one repetition maximum (1RM) resistance training to failure in the leg extensors. Twenty-six men (age = 23.1 ± 4.7 years) were randomly assigned to a high- (80% 1RM; n = 13) or low-load (30% 1RM; n = 13) resistance training group and completed leg extension resistance training to failure 3 times per week for 6 weeks. Testing was completed at baseline, 3, and 6 weeks of training. During each testing session, ultrasound muscle thickness and echo intensity, 1RM strength, maximal voluntary isometric contraction (MVIC) strength, and contractile properties of the quadriceps femoris were measured. Percent voluntary activation (VA) and electromyographic (EMG) amplitude were measured during MVIC, and during randomly ordered isometric step muscle actions at 10–100% of baseline MVIC. There were similar increases in muscle thickness from Baseline to Week 3 and 6 in the 80 and 30% 1RM groups. However, both 1RM and MVIC strength increased from Baseline to Week 3 and 6 to a greater degree in the 80% than 30% 1RM group. VA during MVIC was also greater in the 80 vs. 30% 1RM group at Week 6, and only training at 80% 1RM elicited a significant increase in EMG amplitude during MVIC. The peak twitch torque to MVIC ratio was also significantly reduced in the 80%, but not 30% 1RM group, at Week 3 and 6. Finally, VA and EMG amplitude were reduced during submaximal torque production as a result of training at 80% 1RM, but not 30% 1RM. Despite eliciting similar hypertrophy, 80% 1RM improved muscle strength more than 30% 1RM, and was accompanied by increases in VA and EMG amplitude during maximal force production. Furthermore, training at 80% 1RM resulted in a decreased neural cost to produce the same relative submaximal torques after training, whereas training at 30% 1RM did not. Therefore, our data suggest that high-load training results in greater neural adaptations that may explain the disparate increases

  20. Vortex Flux Pinning in Type-Ii Superconductors

    NASA Astrophysics Data System (ADS)

    Hasan, Mohammad-Khair A. M.

    1995-01-01

    Rotational magnetization vector measurements on polycrystalline samples of rm YBa_2Cu _3O_7 (YBCO) and (Ba, K)BiO _3 at various fixed fields (H) and temperatures (T) reveal that the vortex flux density (B) in a rotational state consists of a component B_{rm R}, which rotates rigidly with sample rotation, and a B_{rm F} component, which stays at a fixed frictional angle (theta _{rm F}) relative to H. Also, B_{rm R} decreases and ultimately vanishes with increasing H, while B _{rm F} grows monotonically, implying that the vortex pinning strength have a broad distribution. This has been confirmed by the measurements on YBCO of the remanent flux density B^ {rm rm} which can be decomposed analogously into B_{R} ^{} and B_ {F}^{} at angle theta_{F}^{} relative to H. The quantity Hsin theta_{rm F},, which at equilibrium equals tau_{rm p}/mu (the average pinning torque per vortex of moment mu) decreases with increasing high H. This result and the distribution in the strength of the pinning are shown to be consistent with the collective pinning process of vortex bundling. At fixed H, tau_{rm p} decreases rapidly with increasing T, varying approximately as T^{-0.8} for both samples. For polycrystalline YBCO at 4.2 K, B_ {rm R} and B_{ rm F} are found to relax differently with time. The negative creep sign of B_ {rm R} indicates that the number of rotational vortices decreases with time, whereas B _{rm F} shows a positive creep with a negative change in theta_ {rm F}, which indicates that more frictional vortices enter the sample with a tendency of alignment in the direction of H. For grain-oriented YBCO at 4.2 K, the vortex creep measurements of B along the c-axis at different fields showed that: whenever the hysteretic changes of H are reversed in sign, the vortex flux creep (dB/dlogt) decreases very rapidly to zero, where it lingers before changing sign. At the same turning values of H, (dB/dH) also goes to zero. These properties are attributable to the reversals of the

  1. Remote Monitoring of Cardiac Implantable Electronic Devices (CIED)

    PubMed Central

    Zeitler, Emily P.; Piccini, Jonathan P.

    2016-01-01

    With increasing indications and access to cardiac implantable electronic devices (CIEDs) worldwide, the number of patients needing CIED follow up continues to rise. In parallel, the technology available for managing these devices has advanced considerably. In this setting, remote monitoring (RM) has emerged as a complement to routine in-office care. Rigorous studies, randomized and otherwise, have demonstrated advantages to CIED patient management systems which incorporates RM resulting in authoritative guidelines from relevant professional societies recommending RM for all eligible patients. In addition to clinical benefits, CIED management programs that include RM have been shown to be cost effective and associated with high patient satisfaction. Finally, RM programs hold promise for the future of CIED research in light of the massive data collected through RM databases converging with unprecedented computational capability. This review outlines the available data associated with clinical outcomes in patients managed with RM with an emphasis on randomized trials; the impact of RM on patient satisfaction, cost-effectiveness and healthcare utilization; and possible future directions for the use of RM in clinical practice and research. PMID:27134007

  2. 77 FR 2242 - Radio Broadcasting Services; Ehrenberg, First Mesa, Kachina Village, Wickenburg, and Williams, AZ...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2012-01-17

    ... FEDERAL COMMUNICATIONS COMMISSION 47 CFR Part 73 [MB Docket No. 08-85; RM-11427, RM-11517, RM-11518, RM-11519; DA 11- 2059] Radio Broadcasting Services; Ehrenberg, First Mesa, Kachina Village, Wickenburg, and Williams, AZ, and Needles, CA AGENCY: Federal Communications Commission. ACTION: Proposed...

  3. Regenerative medicine in Brazil: small but innovative.

    PubMed

    McMahon, Dominique S; Singer, Peter A; Daar, Abdallah S; Thorsteinsdóttir, Halla

    2010-11-01

    Although Brazil has received attention for conducting one of the world's largest stem cell clinical trials for heart disease, little has been published regarding Brazil's regenerative medicine (RM) sector. Here we present a comprehensive case study of RM in Brazil, including analysis of the current activity, the main motivations for engaging in RM and the remaining challenges to development in this field. Our case study is primarily based on semi-structured interviews with experts on RM in Brazil, including researchers, policymakers, clinicians, representatives of firms and regulators. Driven by domestic health needs and strategic government support, Brazil is producing innovative RM research, particularly for clinical research in cardiology, orthopedics, diabetes and neurology. We describe the main RM research currently taking place in Brazil, as well as some of the economic, regulatory and policy events that have created a favorable environment for RM development. Brazilian RM researchers need to overcome several formidable challenges to research: research funding is inconsistent, importation of materials is costly and slow, and weak linkages between universities, hospitals and industry impede translational research. Although Brazil's contribution to the RM sector is small, its niche emphasis on clinical applications may become of global importance, particularly if Brazil manages to address the challenges currently impinging on RM innovation.

  4. A New Soluble Gelatin Sponge for Transcatheter Hepatic Arterial Embolization

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

    Takasaka, Isao; Kawai, Nobuyuki; Sato, Morio, E-mail: morisato@mail.wakayama-med.ac.jp

    2010-12-15

    To prepare a soluble gelatin sponge (GS) and to explore the GS particles (GSPs) that inhibit development of collateral pathways when transcatheter hepatic arterial embolization is performed. The approval of the Institutional Committee on Research Animal Care of our institution was obtained. By means of 50 and 100 kDa of regenerative medicine-gelatin (RM-G), RM-G sponges were prepared by freeze-drying and heating to temperatures of 110-150{sup o}C for cross-linkage. The soluble times of RM-GSPs were measured in vitro. Eight swine for transcatheter hepatic arterial embolization were assigned into two groups: six received 135{sup o}C/50RM-GSPs, 125{sup o}C/100RM-GSPs, and 138{sup o}C/50RM-GSPs, with solublemore » time of 48 h or more in vitro; two swine received Gelpart GSPs (G-GSPs) with insoluble time of 14 days as a control. Transarterial chemoembolization was performed on two branches of the hepatic artery per swine. RM-GSPs heated at temperatures of 110-138{sup o}C were soluble. Mean soluble times of the RM-GSPs increased with higher temperature. Hepatic branches embolized with G-GSP remained occluded after 6 days, and development of collateral pathways was observed after 3 days. Hepatic branches embolized with 135{sup o}C/50RM-GSP and 125{sup o}C/100RM-GSP remained occluded for 4 h, and recanalization was observed after 1 day. Hepatic branches embolized with 138{sup o}C/50RM-GS remained occluded for 1 day, and recanalization was observed after 2 days with no development of collateral pathways. In RM-GSs with various soluble times that were prepared by modulating the heating temperature, 138{sup o}C/50RM-GSP was the soluble GSP with the longest occlusion time without inducing development of collateral pathways.« less

  5. Selective effects of different fatigue protocols on the function of upper body muscles assessed through the force-velocity relationship.

    PubMed

    García-Ramos, Amador; Torrejón, Alejandro; Feriche, Belén; Morales-Artacho, Antonio J; Pérez-Castilla, Alejandro; Padial, Paulino; Jaric, Slobodan

    2018-02-01

    This study explored the feasibility of the force-velocity relationship (F-V) to detect the acute effects of different fatigue protocols on the selective changes of the maximal capacities of upper body muscles to produce force, velocity, and power. After determining the bench press one-repetition maximum (1RM), participants' F-V relationships were assessed during the bench press throw exercise on five separate sessions after performing one of the following fatiguing protocols: 60%1RM failure, 60%1RM non-failure, 80%1RM failure, 80%1RM non-failure, and no-fatigue. In the non-failure protocols, participants performed half the maximum number of repetitions than in their respective failure protocols. The main findings revealed that (1) all F-V relationships were highly linear (median r = 0.997 and r = 0.982 for averaged across participants and individual data, respectively), (2) the fatiguing protocols were ranked based on the magnitude of power loss as follows: 60%1RM failure > 80%1RM failure > 60%1RM non-failure > 80%1RM non-failure, while (3) the assessed maximum force and velocity outputs showed a particularly prominent reduction in the protocols based on the lowest and highest levels of fatigue (i.e., 80%1RM non-failure and 60%1RM failure), respectively. The results support the use of F-V to assess the effects of fatigue on the distinctive capacities of the muscles to produce force, velocity, and power output while performing multi-joint tasks, while the assessed maximum force and velocity capacities showed a particularly prominent reduction in the protocols based on the lowest and highest levels of fatigue (i.e., 80%1RM non-failure and 60%1RM failure), respectively.

  6. Automatic Fibrosis Quantification By Using a k-NN Classificator

    DTIC Science & Technology

    2001-10-25

    Fluthrope, “Stages in fiber breakdown in duchenne muscular dystrophy ,” J. Neurol. Sci., vol. 24, pp. 179– 186, 1975. [6] F. Cornelio and I. Dones, “ Muscle ...an automatic algorithm to measure fibrosis in muscle sections of mdx mice, a mutant species used as a model of the Duchenne dystrophy . The al- gorithm...fiber degeneration and necro- sis in muscular dystrophy and other muscle diseases: cytochem- ical and immunocytochemical data,” Ann. Neurol., vol. 16

  7. yaImpute: An R package for kNN imputation

    Treesearch

    Nicholas L. Crookston; Andrew O. Finley

    2008-01-01

    This article introduces yaImpute, an R package for nearest neighbor search and imputation. Although nearest neighbor imputation is used in a host of disciplines, the methods implemented in the yaImpute package are tailored to imputation-based forest attribute estimation and mapping. The impetus to writing the yaImpute is a growing interest in nearest neighbor...

  8. Strength tests for elite rowers: low- or high-repetition?

    PubMed

    Lawton, Trent W; Cronin, John B; McGuigan, Michael R

    2014-01-01

    The purpose of this project was to evaluate the utility of low- and high-repetition maximum (RM) strength tests used to assess rowers. Twenty elite heavyweight males (age 23.7 ± 4.0 years) performed four tests (5 RM, 30 RM, 60 RM and 120 RM) using leg press and seated arm pulling exercise on a dynamometer. Each test was repeated on two further occasions; 3 and 7 days from the initial trial. Per cent typical error (within-participant variation) and intraclass correlation coefficients (ICCs) were calculated using log-transformed repeated-measures data. High-repetition tests (30 RM, 60 RM and 120 RM), involving seated arm pulling exercise are not recommended to be included in an assessment battery, as they had unsatisfactory measurement precision (per cent typical error > 5% or ICC < 0.9). Conversely, low-repetition tests (5 RM) involving leg press and seated arm pulling exercises could be used to assess elite rowers (per cent typical error ≤ 5% and ICC ≥ 0.9); however, only 5 RM leg pressing met criteria (per cent typical error = 2.7%, ICC = 0.98) for research involving small samples (n = 20). In summary, low-repetition 5 RM strength testing offers greater utility as assessments of rowers, as they can be used to measure upper- and lower-body strength; however, only the leg press exercise is recommended for research involving small squads of elite rowers.

  9. Inhibition of seedling survival under Rhododendron maximum (Ericaceae): could allelopathy be a cause?

    PubMed

    Nilsen, E T; Walker, J F; Miller, O K; Semones, S W; Lei, T T; Clinton, B D

    1999-11-01

    In the southern Appalachian mountains a subcanopy species, Rhododendron maximum, inhibits the establishment and survival of canopy tree seedlings. One of the mechanisms by which seedlings could be inhibited is an allelopathic effect of decomposing litter or leachate from the canopy of R. maximum (R.m.) on seed germination, root elongation, or mycorrhizal colonization. The potential for allelopathy by R.m. was tested with two bioassay species (lettuce and cress), with seeds from four native tree species, and with three ectomycorrhizal fungi. Inhibitory influences of throughfall, fresh litter, and decomposed litter (organic layer) from forest with R.m. (+R.m. sites) were compared to similar extractions made from forest without R.m. (-R.m. sites). Throughfall and leachates of the organic layer from both +R.m. and -R.m. sites stimulated germination of the bioassay species above that of the distilled water control, to a similar extent. There was an inhibitory effect of leachates of litter from +R.m. sites on seed germination and root elongation rate of both bioassay species compared with that of litter from -R.m. sites. Native tree seed stratified in forest floor material from both forest types had a slightly higher seed germination rate compared with the control. A 2-yr study of seed germination and seedling mortality of two tree species, Quercus rubra and Prunus serotina, in field plots showed no significant influence of litter or organic layer from either forest type. Incorporating R.m. leaf material into the growth medium in vitro depressed growth of one ectomycorrhizal species but did not affect two other species. Leaf material from other deciduous tree species depressed ectomycorrhizal growth to a similar or greater extent as leaf material from R.m. In conclusion, R.m. litter can have an allelopathic effect on seed germination and root elongation of bioassay species as well as some ectomycorrhizal species. However, this allelopathic affect is not manifest in field

  10. Comparative cost-effectiveness of HPV vaccines in the prevention of cervical cancer in Malaysia.

    PubMed

    Ezat, Sharifa W P; Aljunid, Syed

    2010-01-01

    Cervical cancer (CC) had the second highest incidence of female cancers in Malaysia in 2003-2006. Prevention is possible by both Pap smear screening and HPV vaccination with either the bivalent vaccine (BV) or the quadrivalent vaccine (QV). In the present study, cost effectiveness options were compared for three programs i.e. screening via Pap smear; modeling of HPV vaccination (QV and BV) and combined strategy (screening plus vaccination). A scenario based sensitivity analysis was conducted using screening population coverages (40-80%) and costs of vaccines (RM 100-200/dose) were calculated. This was an economic burden, cross sectional study in 2006-2009 of respondents interviewed from six public Gynecology-Oncology hospitals. Methods included expert panel discussions to estimate treatment costs of CC, genital warts and vulva/vagina cancers by severity and direct interviews with respondents using costing and SF-36 quality of life questionnaires. A total of 502 cervical cancer patients participated with a mean age at 53.3±11.2 years and a mean marriage length of 27.7±12.1 years, Malays accounting for 44.2%. Cost/quality adjusted life year (QALY) for Pap smear in the base case was RM 1,215 and RM 1,100 at increased screening coverage. With QV only, in base case it was RM 15,662 and RM 24,203 when the vaccination price was increased. With BV only, the respective figures were RM 1,359,057 and RM 2,530,018. For QV combined strategy cost/QALY in the base case it was RM 4,937, reducing to RM 3,395 in the best case and rising to RM 7,992 in the worst case scenario. With the BV combined strategy, these three cost/QALYs were RM 6,624, RM 4,033 and RM 10,543. Incremental cost-effectiveness ratio (ICER) showed that screening at 70% coverage or higher was highly cost effective at RM 946.74 per QALYs saved but this was preceded by best case combined strategy with QV at RM 515.29 per QALYs saved. QV is more cost effective than BV. The QV combined strategy had a higher CE than

  11. The influence of isometric preload on power expressed during bench press in strength-trained men.

    PubMed

    Bartolomei, Sandro; Fukuda, David H; Hoffman, Jay R; Stout, Jeffrey R; Merni, Franco

    2017-03-01

    The purpose of this study was to compare the power expressed during the bench press exercise in resistance-trained men following different pre-activation conditions. Twenty-two trained men (age 24.1 ± 1.7 years, height 178.6 ± 6.1 cm, body mass 81.1 ± 10.6 kg) completed a maximal effort bench press (1-RM) test (100.0 kg ± 8.1 kg). In a subsequent assessment, each participant performed concentric bench press movements with loads of 20%, 30%, 40% and 50% of their 1-RM preceded by either a concentric contraction (CC), a low isometric preload (LIP; 70% 1-RM) or a high isometric preload (HIP; 100% 1-RM) conditions. All movements were performed in a Smith machine with a settable quick-release device. Participants performed all three conditions in randomized fashion. Results indicated that power outputs during the bench press exercise following HIP were significantly (p < 0.05) greater than CC at 20% 1-RM (+9%), 30% 1-RM (+16%) and 40% 1-RM (+14%), and LIP at 20% 1-RM (+4%), 30% 1-RM (+20%) and 40% 1-RM (+15%). No differences were found between conditions at 50% 1-RM. Area under the force-power curve with HIP was greater (p < 0.05) than with CC and LIP. In conclusion, results of this study indicate that the use of a HIP (100% 1-RM) in trained participants results in significantly greater power output during the concentric phase of a multi-joint exercise when compared to standard concentric movement.

  12. Ectopic pregnancy in women with recurrent miscarriage.

    PubMed

    Ticconi, Carlo; Capogna, Maria V; Martelli, Federica; Borelli, Barbara; Bruno, Valentina; Ergasti, Raffaella; Sorge, Roberto; Piccione, Emilio; Pietropolli, Adalgisa

    2018-05-01

    The aim of this study was to investigate the possible association between recurrent miscarriage (RM) and ectopic pregnancy (EP). In this case-control retrospective study, the clinical cards of women followed as outpatients in the RM and low-risk pregnancy offices of the Obstetrics and Gynecology Unit at the Policlinico Tor Vergata University Hospital were carefully reviewed for the occurrence of EP. Overall, 598 women with RM and 2043 normal women without RM (controls) were included in the study. Among these women, 4974 pregnancies were analyzed, in which 2028 miscarriages occurred. The EP rate (3.51%) was significantly higher in RM than in control women (1.51%) [odds ratio = 2.31 (95% confidence interval: 2.3-2.4)]; it was particularly high in women with primary RM (5.11%). However, when EP rates were calculated not by women but by overall pregnancies, no differences could be found between RM and control women. In control women, the absence of a miscarriage in the reproductive history was associated with a lower rate of EP. Women with RM, particularly primary RM, are at increased risk of EP. This increased risk seems to be dependent on the high number of pregnancies occurring in women with RM rather than to specific characteristics of these women. © 2018 Japan Society of Obstetrics and Gynecology.

  13. Trigger-happy resident memory CD4+ T cells inhabit the human lungs.

    PubMed

    Oja, A E; Piet, B; Helbig, C; Stark, R; van der Zwan, D; Blaauwgeers, H; Remmerswaal, E B M; Amsen, D; Jonkers, R E; Moerland, P D; Nolte, M A; van Lier, R A W; Hombrink, P

    2018-05-01

    Resident memory T cells (T RM ) reside in the lung epithelium and mediate protective immunity against respiratory pathogens. Although lung CD8 + T RM have been extensively characterized, the properties of CD4 + T RM remain unclear. Here we determined the transcriptional signature of CD4 + T RM , identified by the expression of CD103, retrieved from human lung resection material. Various tissue homing molecules were specifically upregulated on CD4 + T RM , whereas expression of tissue egress and lymph node homing molecules were low. CD103 + T RM expressed low levels of T-bet, only a small portion expressed Eomesodermin (Eomes), and although the mRNA levels for Hobit were increased, protein expression was absent. On the other hand, the CD103 + T RM showed a Notch signature. CD4 + CD103 + T RM constitutively expressed high transcript levels of numerous cytotoxic mediators that was functionally reflected by a fast recall response, magnitude of cytokine production, and a high degree of polyfunctionality. Interestingly, the superior cytokine production appears to be because of an accessible interferon-γ (IFNγ) locus and was partially because of rapid translation of preformed mRNA. Our studies provide a molecular understanding of the maintenance and potential function of CD4 + T RM in the human lung. Understanding the specific properties of CD4 + T RM is required to rationally improve vaccine design.

  14. A Robust False Matching Points Detection Method for Remote Sensing Image Registration

    NASA Astrophysics Data System (ADS)

    Shan, X. J.; Tang, P.

    2015-04-01

    Given the influences of illumination, imaging angle, and geometric distortion, among others, false matching points still occur in all image registration algorithms. Therefore, false matching points detection is an important step in remote sensing image registration. Random Sample Consensus (RANSAC) is typically used to detect false matching points. However, RANSAC method cannot detect all false matching points in some remote sensing images. Therefore, a robust false matching points detection method based on Knearest- neighbour (K-NN) graph (KGD) is proposed in this method to obtain robust and high accuracy result. The KGD method starts with the construction of the K-NN graph in one image. K-NN graph can be first generated for each matching points and its K nearest matching points. Local transformation model for each matching point is then obtained by using its K nearest matching points. The error of each matching point is computed by using its transformation model. Last, L matching points with largest error are identified false matching points and removed. This process is iterative until all errors are smaller than the given threshold. In addition, KGD method can be used in combination with other methods, such as RANSAC. Several remote sensing images with different resolutions and terrains are used in the experiment. We evaluate the performance of KGD method, RANSAC + KGD method, RANSAC, and Graph Transformation Matching (GTM). The experimental results demonstrate the superior performance of the KGD and RANSAC + KGD methods.

  15. On the classification techniques in data mining for microarray data classification

    NASA Astrophysics Data System (ADS)

    Aydadenta, Husna; Adiwijaya

    2018-03-01

    Cancer is one of the deadly diseases, according to data from WHO by 2015 there are 8.8 million more deaths caused by cancer, and this will increase every year if not resolved earlier. Microarray data has become one of the most popular cancer-identification studies in the field of health, since microarray data can be used to look at levels of gene expression in certain cell samples that serve to analyze thousands of genes simultaneously. By using data mining technique, we can classify the sample of microarray data thus it can be identified with cancer or not. In this paper we will discuss some research using some data mining techniques using microarray data, such as Support Vector Machine (SVM), Artificial Neural Network (ANN), Naive Bayes, k-Nearest Neighbor (kNN), and C4.5, and simulation of Random Forest algorithm with technique of reduction dimension using Relief. The result of this paper show performance measure (accuracy) from classification algorithm (SVM, ANN, Naive Bayes, kNN, C4.5, and Random Forets).The results in this paper show the accuracy of Random Forest algorithm higher than other classification algorithms (Support Vector Machine (SVM), Artificial Neural Network (ANN), Naive Bayes, k-Nearest Neighbor (kNN), and C4.5). It is hoped that this paper can provide some information about the speed, accuracy, performance and computational cost generated from each Data Mining Classification Technique based on microarray data.

  16. Comparative study of 2mol% Li- and Mn-substituted lead-free potassium sodium niobate ceramics

    NASA Astrophysics Data System (ADS)

    Dahiya, Asha; Thakur, O. P.; Juneja, J. K.; Singh, Sangeeta; Dipti

    2014-12-01

    The effect of Li and Mn substitution on the dielectric, ferroelectric and piezoelectric properties of lead free K0.5Na0.5NbO3 (KNN) was investigated. Samples were prepared using a conventional solid state reaction method. The sintering temperature for all the samples was 1050°C. The optimum doping concentration for the enhancement of different properties without the introduction of any other co-dopants such as Ti, Sb, and La was investigated. X-ray diffraction analysis confirmed that all the samples crystallize in a single phase perovskite structure. The dielectric properties were investigated as a function of temperature and applied electric field frequency. Compared with Li-substituted KNN (KLNN), Mn-substituted KNN (KMNN) exhibited a higher dielectric constant ɛ max (i.e., 4840) at its critical transition temperature T c (i.e., 421°C) along with a lower value of tangent loss at 10 kHz and greater values of saturation polarisation P s (i.e., 20.14 μC/cm2) and remnant polarisation P r (i.e., 15.48 μC/cm2). The piezoelectric constant ( d 33) of KMNN was 178 pC/N, which is comparable to that of lead-based hard ceramics. The results presented herein suggest that B-site or Mn substitution at the optimum concentration results in good enhancement of different properties required for materials used in memory devices and other applications.

  17. Analysis and application of a velocity command motor as a reaction mass actuator

    NASA Technical Reports Server (NTRS)

    Sulla, Jeffrey L.; Juang, Jer-Nan; Horta, Lucas G.

    1990-01-01

    A commercially available linear stepper motor is applied as a reaction mass (RM) actuator. With the actuator operating in the (RM) relative-velocity command mode, open-loop and closed-loop testing is performed to determine operational limits. With the actuator mounted on a simple beam structure, root strain, RM acceleration, or beam acceleration is used in the feedback loop to augment the structural damping. The RM relative position is also used as feedback to ensure that the RM remains centered.

  18. Architectural assessment of rhesus macaque pelvic floor muscles: comparison for use as a human model.

    PubMed

    Stewart, Amanda M; Cook, Mark S; Esparza, Mary C; Slayden, Ov D; Alperin, Marianna

    2017-10-01

    Animal models are essential to further our understanding of the independent and combined function of human pelvic floor muscles (PFMs), as direct studies in women are limited. To assure suitability of the rhesus macaque (RM), we compared RM and human PFM architecture, the strongest predictor of muscle function. We hypothesized that relative to other models, RM best resembles human PFM. Major architectural parameters of cadaveric human coccygeus, iliococcygeus, and pubovisceralis (pubococcygeus + puborectalis) and corresponding RM coccygeus, iliocaudalis, and pubovisceralis (pubovaginalis + pubocaudalis) were compared using 1- and 2-way analysis of variance (ANOVA) with post hoc testing. Architectural difference index (ADI), a combined measure of functionally relevant structural parameters predictive of length-tension, force-generation, and excursional muscle properties was used to compare PFMs across RM, rabbit, rat, and mouse. RM and human PFMs were similar with respect to architecture. However, the magnitude of similarity varied between individual muscles, with the architecture of the most distinct RM PFM, iliocaudalis, being well suited for quadrupedal locomotion. Except for the pubovaginalis, RM PFMs inserted onto caudal vertebrae, analogous to all tailed animals. Comparison of the PFM complex architecture across species revealed the lowest, thus closest to human, ADI for RM (1.9), followed by rat (2.0), mouse (2.6), and rabbit (4.7). Overall, RM provides the closest architectural representation of human PFM complex among species examined; however, differences between individual PFMs should be taken into consideration. As RM is closely followed by rat with respect to PFM similarity with humans, this less-sentient and substantially cheaper model is a good alternative for PFM studies.

  19. Emotional State Classification in Virtual Reality Using Wearable Electroencephalography

    NASA Astrophysics Data System (ADS)

    Suhaimi, N. S.; Teo, J.; Mountstephens, J.

    2018-03-01

    This paper presents the classification of emotions on EEG signals. One of the key issues in this research is the lack of mental classification using VR as the medium to stimulate emotion. The approach towards this research is by using K-nearest neighbor (KNN) and Support Vector Machine (SVM). Firstly, each of the participant will be required to wear the EEG headset and recording their brainwaves when they are immersed inside the VR. The data points are then marked if they showed any physical signs of emotion or by observing the brainwave pattern. Secondly, the data will then be tested and trained with KNN and SVM algorithms. The accuracy achieved from both methods were approximately 82% throughout the brainwave spectrum (α, β, γ, δ, θ). These methods showed promising results and will be further enhanced using other machine learning approaches in VR stimulus.

  20. Leakage current behavior in lead-free ferroelectric (K,Na)NbO3-LiTaO3-LiSbO3 thin films

    NASA Astrophysics Data System (ADS)

    Abazari, M.; Safari, A.

    2010-12-01

    Conduction mechanisms in epitaxial (001)-oriented pure and 1 mol % Mn-doped (K0.44,Na0.52,Li0.04)(Nb0.84,Ta0.1,Sb0.06)O3 (KNN-LT-LS) thin films on SrTiO3 substrate were investigated. Temperature dependence of leakage current density was measured as a function of applied electric field in the range of 200-380 K. It was shown that the different transport mechanisms dominate in pure and Mn-doped thin films. In pure (KNN-LT-LS) thin films, Poole-Frenkel emission was found to be responsible for the leakage, while Schottky emission was the dominant mechanism in Mn-doped thin films at higher electric fields. This is a remarkable yet clear indication of effect of 1 mol % Mn on the resistive behavior of such thin films.

  1. Behavior of restriction–modification systems as selfish mobile elements and their impact on genome evolution

    PubMed Central

    Kobayashi, Ichizo

    2001-01-01

    Restriction–modification (RM) systems are composed of genes that encode a restriction enzyme and a modification methylase. RM systems sometimes behave as discrete units of life, like viruses and transposons. RM complexes attack invading DNA that has not been properly modified and thus may serve as a tool of defense for bacterial cells. However, any threat to their maintenance, such as a challenge by a competing genetic element (an incompatible plasmid or an allelic homologous stretch of DNA, for example) can lead to cell death through restriction breakage in the genome. This post-segregational or post-disturbance cell killing may provide the RM complexes (and any DNA linked with them) with a competitive advantage. There is evidence that they have undergone extensive horizontal transfer between genomes, as inferred from their sequence homology, codon usage bias and GC content difference. They are often linked with mobile genetic elements such as plasmids, viruses, transposons and integrons. The comparison of closely related bacterial genomes also suggests that, at times, RM genes themselves behave as mobile elements and cause genome rearrangements. Indeed some bacterial genomes that survived post-disturbance attack by an RM gene complex in the laboratory have experienced genome rearrangements. The avoidance of some restriction sites by bacterial genomes may result from selection by past restriction attacks. Both bacteriophages and bacteria also appear to use homologous recombination to cope with the selfish behavior of RM systems. RM systems compete with each other in several ways. One is competition for recognition sequences in post-segregational killing. Another is super-infection exclusion, that is, the killing of the cell carrying an RM system when it is infected with another RM system of the same regulatory specificity but of a different sequence specificity. The capacity of RM systems to act as selfish, mobile genetic elements may underlie the structure and

  2. Behavior of restriction-modification systems as selfish mobile elements and their impact on genome evolution.

    PubMed

    Kobayashi, I

    2001-09-15

    Restriction-modification (RM) systems are composed of genes that encode a restriction enzyme and a modification methylase. RM systems sometimes behave as discrete units of life, like viruses and transposons. RM complexes attack invading DNA that has not been properly modified and thus may serve as a tool of defense for bacterial cells. However, any threat to their maintenance, such as a challenge by a competing genetic element (an incompatible plasmid or an allelic homologous stretch of DNA, for example) can lead to cell death through restriction breakage in the genome. This post-segregational or post-disturbance cell killing may provide the RM complexes (and any DNA linked with them) with a competitive advantage. There is evidence that they have undergone extensive horizontal transfer between genomes, as inferred from their sequence homology, codon usage bias and GC content difference. They are often linked with mobile genetic elements such as plasmids, viruses, transposons and integrons. The comparison of closely related bacterial genomes also suggests that, at times, RM genes themselves behave as mobile elements and cause genome rearrangements. Indeed some bacterial genomes that survived post-disturbance attack by an RM gene complex in the laboratory have experienced genome rearrangements. The avoidance of some restriction sites by bacterial genomes may result from selection by past restriction attacks. Both bacteriophages and bacteria also appear to use homologous recombination to cope with the selfish behavior of RM systems. RM systems compete with each other in several ways. One is competition for recognition sequences in post-segregational killing. Another is super-infection exclusion, that is, the killing of the cell carrying an RM system when it is infected with another RM system of the same regulatory specificity but of a different sequence specificity. The capacity of RM systems to act as selfish, mobile genetic elements may underlie the structure and

  3. Structural and biochemical insights into the substrate-binding mechanism of a novel glycoside hydrolase family 134 β-mannanase.

    PubMed

    You, Xin; Qin, Zhen; Li, Yan-Xiao; Yan, Qiao-Juan; Li, Bin; Jiang, Zheng-Qiang

    2018-06-01

    Mannan is one of the major constituent groups of hemicellulose, which is a renewable resource from higher plants. β-Mannanases are enzymes capable of degrading lignocellulosic biomass. Here, an endo-β-mannanase from Rhizopus microsporus (RmMan134A) was cloned and expressed. The recombinant RmMan134A showed maximal activity at pH 5.0 and 50 °C, and exhibited high specific activity towards locust bean gum (2337 U/mg). To gain insight into the substrate-binding mechanism of RmMan134A, four complex structures (RmMan134A-M3, RmMan134A-M4, RmMan134A-M5 and RmMan134A-M6) were further solved. These structures showed that there were at least seven subsites (-3 to +4) in the catalytic groove of RmMan134A. Mannose in the -1 subsite hydrogen bonded with His113 and Tyr131, revealing a unique conformation. Lys48 and Val159 formed steric hindrance, which impedes to bond with galactose branches. In addition, the various binding modes of RmMan134A-M5 indicated that subsites -2 to +2 are indispensable during the hydrolytic process. The structure of RmMan134A-M4 showed that mannotetrose only binds at subsites +1 to +4, and RmMan134A could therefore not hydrolyze mannan oligosaccharides with degree of polymerization ≤4. Through rational design, the specific activity and optimal conditions of RmMan134A were significantly improved. The purpose of this paper is to investigate the structure and function of fungal GH family 134 β-1,4-mannanases, and substrate-binding mechanism of GH family 134 members. Copyright © 2018 Elsevier B.V. All rights reserved.

  4. Strength, power, and muscular endurance exercise and elite rowing ergometer performance.

    PubMed

    Lawton, Trent W; Cronin, John B; McGuigan, Michael R

    2013-07-01

    Knowledge of the relationship between weight room exercises and various rowing performance measures is limited; this information would prove useful for sport-specific assessment of individual needs and exercise prescription. The purpose of this study was to establish strength, power, and muscular endurance exercises for weight room training, which are strong determinants of success in specific performance measures used to assess elite rowers. Nineteen heavyweight elite males determined their repetition maximum (RM) loads for exercises using a Concept 2 DYNO [5, 30, 60 and 120RM leg pressing and seated arm pulling (in Joules)] and free weights [1RM power clean (in kilograms) and 6RM bench pull (in kilograms and watts)]. Rowing performance measures included a 7-stage blood lactate response ergometer test (aerobic condition), time trials (500, 2000, and 5000 m), a peak stroke power test, and a 60-minute distance trial. Pearson correlation moments (r ≥ 0.7) and stepwise multiple linear regression calculations (R ≥ 50%) were used to establish strong common variances between weight room exercises and rowing ergometer performance (p ≤ 0.05). Weight room exercises were strong predictors of 2000-m, 500-m time (in seconds), and peak stroke power performance measures only. Bench pull power (in watts) and 1RM power clean (in kilograms) were the best 2-factor predictors of peak stroke power (R = 73%; standard error of the estimates [SEE] = 59.6 W) and 500 m (R = 70%; SEE = 1.75 seconds); while 5RM leg pressing (in Joules) and either 6RM bench pull (kg) or 60RM seated arm pulling (in Joules) the best predictors of 2000 m (R = 59%; SEE = 6.3 seconds and R = 57%; SEE = 6.4 seconds, respectively). Recommended exercises for weight room training include a 1RM power clean, 6RM bench pull, 5RM leg press, and 60RM seated arm pulling.

  5. Stabilization of Cd-, Pb-, Cu- and Zn-contaminated calcareous agricultural soil using red mud: a field experiment.

    PubMed

    Wang, Yangyang; Li, Fangfang; Song, Jian; Xiao, Ruiyang; Luo, Lin; Yang, Zhihui; Chai, Liyuan

    2018-04-12

    Red mud (RM) was used to remediate heavy metal-contaminated soils. Experiments with two different dosages of RM added to soils were carried out in this study. It was found that soil pH increased 0.3 and 0.5 unit with the dosage of 3 and 5% (wt%), respectively. At the dosage of 5%, the highest stabilization efficiencies for Cd, Pb, Cu and Zn reached 67.95, 64.21, 43.73 and 63.73%, respectively. The addition of RM obviously transferred Cd from the exchangeable fraction to the residual fraction. Meanwhile, in comparison with the control (no RM added), it reduced 24.38, 49.20, 19.42 and 8.89% of Cd, Pb, Cu and Zn in wheat grains at the RM addition dosage of 5%, respectively. At the same time, the yield of wheat grains increased 17.81 and 24.66% at the RM addition dosage of 3 and 5%, respectively. Finally, the addition of RM did not change the soil bacterial community. These results indicate that RM has a great potential in stabilizing heavy metals in calcareous agricultural soils.

  6. Using Bar Velocity to Predict the Maximum Dynamic Strength in the Half-Squat Exercise.

    PubMed

    Loturco, Irineu; Pereira, Lucas A; Cal Abad, Cesar C; Gil, Saulo; Kitamura, Katia; Kobal, Ronaldo; Nakamura, Fábio Y

    2016-07-01

    To determine whether athletes from different sport disciplines present similar mean propulsive velocity (MPV) in the half-squat (HS) during submaximal and maximal tests, enabling prediction of 1-repetition maximum (1-RM) from MPV at any given submaximal load. Sixty-four male athletes, comprising American football, rugby, and soccer players; sprinters and jumpers; and combat-sport strikers attended 2 testing sessions separated by 2-4 wk. On the first visit, a standardized 1-RM test was performed. On the second, athletes performed HSs on Smith-machine equipment, using relative percentages of 1-RM to determine the respective MPV of submaximal and maximal loads. Linear regression established the relationship between MPV and percentage of 1-RM. A very strong linear relationship (R2 ≈ .96) was observed between the MPV and the percentages of HS 1-RM, resulting in the following equation: %HS 1-RM = -105.05 × MPV + 131.75. The MPV at HS 1-RM was ~0.3 m/s. This equation can be used to predict HS 1-RM on a Smith machine with a high degree of accuracy.

  7. The Correlated Variations of {\\rm{C}}\\,{\\rm{IV}} Narrow Absorption Lines and Quasar Continuum

    NASA Astrophysics Data System (ADS)

    Chen, Zhi-Fu; Pang, Ting-Ting; He, Bing; Huang, Yong

    2018-06-01

    We assemble 207 variable quasars from the Sloan Digital Sky Survey, all with at least 3 observations, to analyze C IV narrow absorption doublets, and obtain 328 C IV narrow absorption line systems. We find that 19 out of 328 C IV narrow absorption line systems were changed by | {{Δ }}{W}rλ 1548| ≥slant 3{σ }{{Δ }{W}rλ 1548} on timescales from 15.9 to 1477 days at rest-frame. Among the 19 obviously variable C IV systems, we find that (1) 14 systems have relative velocities {\\upsilon }r> 0.01c and 4 systems have {\\upsilon }r> 0.1c, where c is the speed of light; (2) 13 systems are accompanied by other variable C IV systems; (3) 9 systems were changed continuously during multiple observations; and (4) 1 system with {\\upsilon }r = 16,862 km s‑1 was enhanced by {{Δ }}{W}rλ 1548=2.7{σ }{{Δ }{W}rλ 1548} in 0.67 day at rest-frame. The variations of absorption lines are inversely correlated with the changes in the ionizing continuum. We also find that large variations of C IV narrow absorption lines are form differently over a short timescale.

  8. Progress in the Long $${\\rm Nb}_{3}{\\rm Sn}$$ Quadrupole R&D by LARP

    DOE PAGES

    Ambrosio, G.; Andreev, N.; Anerella, M.; ...

    2011-11-14

    After the successful test of the first long Nb 3Sn quadrupole (LQS01) the US LHC Accelerator Research Program (LARP, a collaboration of BNL, FNAL, LBNL and SLAC) is assessing training memory, reproducibility, and other accelerator quality features of long Nb 3Sn quadrupole magnets. LQS01b (a reassembly of LQS01 with more uniform and higher pre-stress) was subjected to a full thermal cycle and reached the previous plateau of 222 T/m at 4.5 K in two quenches. A new set of four coils, made of the same type of conductor used in LQS01 (RRP 54/61 by Oxford Superconducting Technology), was assembled inmore » the LQS01 structure and tested at 4.5 K and lower temperatures. The new magnet (LQS02) reached the target gradient (200 T/m) only at 2.6 K and lower temperatures, at intermediate ramp rates. The preliminary test analysis, here reported, showed a higher instability in the limiting coil than in the other coils of LQS01 and LQS02.« less

  9. Economic analysis of remote monitoring of cardiac implantable electronic devices: Results of the Health Economics Evaluation Registry for Remote Follow-up (TARIFF) study.

    PubMed

    Ricci, Renato Pietro; Vicentini, Alfredo; D'Onofrio, Antonio; Sagone, Antonio; Rovaris, Giovanni; Padeletti, Luigi; Morichelli, Loredana; Fusco, Antonio; De Vivo, Stefano; Lombardi, Leonida; Denaro, Alessandra; Pollastrelli, Annalisa; Colangelo, Irene; Santini, Massimo

    2017-01-01

    Remote monitoring (RM) of cardiac implantable electronic devices has been demonstrated to improve outpatient clinic workflow and patient management. However, few data are available on the socioeconomic impact of RM. The aim of this study was to assess the costs and benefits of RM compared with standard care (SC). We used 12-month patient data from the Health Economics Evaluation Registry for Remote Follow-up (TARIFF) study (N = 209; RM: n = 102 (48.81%); SC: n = 107 (51.19%)). Cost comparison was made from 2 perspectives: the health care system (HCS) and patients. The use of health care resources was defined on the basis of hospital clinical folders. Out-of-pocket expenses were reported directly by patients. HCS perspective: The overall mean annual cost per patient in the SC group (€1044.89 ± €1990.47) was significantly higher than in the RM group (€482.87 ± €2488.10) (P < .0001), with a reduction of 53.87% being achieved in the RM group. The primary driver of cost reduction was the cost of cardiovascular hospitalizations (SC: €`886.67 ± €1979.13 vs RM: €432.34 ± €2488.10; P = .0030). Patient and caregiver perspective: The annual cost incurred by patients was significantly higher in the SC group than in the RM group (SC: €169.49 ± €189.50 vs RM: €56.87 ± €80.22; P < .0001). Patients' quality-adjusted life-years were not significantly different between the groups. Provider perspective: The total number of inhospital device follow-up visits was reduced by 58.78% in the RM group. RM of patients with cardiac implantable electronic devices (CIEDs) is cost saving from the perspectives of the HCS, patients, and caregivers. Introducing appropriate reimbursements will make RM sustainable even for the provider, i.e. the hospitals which provide the service and encourage widespread adoption of RM. Copyright © 2016 The Authors. Published by Elsevier Inc. All rights reserved.

  10. Optically dark excitonic states mediated exciton and biexciton valley dynamics in monolayer WSe2.

    PubMed

    Zhang, Minghua; Fu, Jiyong; Dias, A C; Qu, Fanyao

    2018-05-18

    We present a theory to address the photoluminescence (PL) intensity and valley polarization (VP) dynamics in monolayer WSe$_2$, under the impact of excitonic dark states of both excitons and biexcitons. We find that the PL intensity of all excitonic channels including intravalley exciton (X$_{\\rm b}$), intravalley biexciton (XX$_{\\rm k,k}$) and intervalley biexciton (XX$_{\\rm k,k^\\prime}$) in particular for the {XX$_{\\rm k,k}$} PL is enhanced by laser excitation fluence. In addition, our results indicate the anomalous temperature dependence of PL, i.e., increasing with temperature, as a result of favored phonon assisted dark-to-bright scatterings at high temperatures. Moreover, we observe that the PL is almost immune to intervalley scatterings, which trigger the exchange of excitonic states between the two valleys. As far as the valley polarization is concerned, we find that the VP of X$_{\\rm b}$ shrinks as temperature increases, exhibiting opposite temperature response to PL, while the intravalley XX$_{\\rm k,k}$ VP is found almost independent of temperature. In contrast to both X$_{\\rm b}$ and XX$_{\\rm k,k}$, the intervalley XX$_{\\rm k,k^\\prime}$ VP identically vanishes, because of equal populations of excitons in the $K$ and $K^\\prime$ valleys bounded to form intervalley biexcitons. Notably, it is found that the X$_{\\rm b}$ VP much more strongly depends on bright-dark scattering than that of {XX$_{\\rm k,k}$}, making dark state act as a robust reservoir for valley polarization against intervalley scatterings for X$_{\\rm b}$ at strong bright-dark scatterings, but not for XX$_{\\rm k,k}$. Dark excitonic states enabled enhancement of VP benefits quantum technology for information processing based on the valley degree of freedom in valleytronic devices. Furthermore, the VP has strong dependence on intervalley scattering but maintains essentially constant with excitation fluence. Finally, the time evolution of PL and VP, depending on temperature and

  11. Do the flash-lag effect and representational momentum involve similar extrapolations?

    PubMed Central

    Hubbard, Timothy L.

    2013-01-01

    In the flash-lag effect (FLE) and in representational momentum (RM), the represented position of a moving target is displaced in the direction of motion. Effects of numerous variables on the FLE and on RM are briefly considered. In many cases, variables appear to have the same effect on the FLE and on RM, and this is consistent with a hypothesis that displacements in the FLE and in RM result from overlapping or similar mechanisms. In other cases, variables initially appear to have different effects on the FLE and on RM, but accounts reconciling those apparent differences with a hypothesis of overlapping or similar mechanisms are suggested. Given that RM is simpler and accounts for a wider range of findings (i.e., RM involves a single stimulus rather than the relationship between two stimuli, RM accounts for displacement in absolute position of a single stimulus and for differences in relative position of two stimuli), it is suggested that (at least some cases of) the FLE might be a special case of RM in which the position of the target is assessed relative to the position of another stimulus (i.e., the flashed object) rather than relative to the actual position of the target. PMID:23734140

  12. Characterization and Potential Environmental Risks of Leachate from Shredded Rubber Mulches

    PubMed Central

    Kanematsu, Masakazu; Hayashi, Ai; Denison, Michael S.; Young, Thomas M.

    2009-01-01

    In order to determine whether shredded rubber mulches (RM) posed water quality risks when used in stormwater best management practices (BMPs) such as bioretention basins, batch leaching tests were conducted to identify and quantify constituents in leachates from RM such as metal ions, nutrients, total organic carbon (TOC), and aryl hydrocarbon receptor (AhR) activity (determined by the chemically activated luciferase gene expression (CALUX) bioassay) at varied temperature and initial pH values. The results indicate that aqueous extracts of RM contain high concentrations of zinc (Zn) compared with wood mulches (WM), and its concentration increased at lower pH and higher temperature. Although methanol extracts of RM displayed high AhR activity, none of the aqueous extracts of RM had significant activity. Hence, while unknown constituents that have significant AhR activity are present in RM, they appear to be not measurably extracted by water under environmental conditions relevant for stormwater (5 < pH < 9, 10 < T < 40°C). Our results suggests that organic constituents in water extracts of RM which have AhR activity may not be of significant concern while leaching of Zn from RM appears to be a potentially larger water quality issue for RM. PMID:19450864

  13. Association Analysis of Arsenic-Induced Straighthead in Rice (Oryza sativa L.) Based on the Selected Population with a Modified Model.

    PubMed

    Li, Xiaobai; Hu, Biaolin; Pan, Xuhao; Zhang, Ning; Wu, Dianxing

    2017-01-01

    A rice physiological disorder makes mature panicle keep erect with empty grains termed as "straighthead." Straighthead causes yield losses and is a serious threat to rice production worldwide. Here, a new study of association mapping was conducted to identify QTL involved in straighthead. A subset of 380 accessions was selected from the USDA rice core collection and genotyped with 72 genome-wide SSR markers. An optimal model implemented with principle components (PCs) was used in this association mapping. As a result, five markers were identified to be significantly associated with straighthead. Three of them, RM263, RM169, and RM224, were consistent with a previous study. Three markers, RM475, RM263, and RM19, had a resistant allele associated with a decrease in straighthead rating (straighthead rating ≤ 4.8). In contrast, the two other marker loci RM169 and RM224 had a few susceptible alleles associated with an increase in straighthead rating (straighthead rating ≥ 8.7). Interestingly, RM475 is close to QTL " qSH-2 " and " AsS " with straighthead resistance, which was reported in two studies on linkage mapping of straighthead. This finding adds to previous work and is useful for further genetic study of straighthead.

  14. The Effects of Ultrasound on Biological Systems: Site

    NASA Astrophysics Data System (ADS)

    El-Karmi, Anan M.

    Earlier studies (Dinno et al., Ultrasound Med. Biol. 15:461 -470; 1989) demonstrated that ultrasound at therapeutic intensities causes large increases in total conductance (G_{rm t}) of frog skin. These changes were attributed to non-thermal mechanisms, primarily, cavitation. In this study, the site(s) and mechanism(s) of action of ultrasound for the increase in G_{rm t} were examined. The reversible changes in G_{rm t } and sodium current were monitored in real time as a function of ultrasound exposure. Amiloride, a sodium channel blocker, was used to differentiate between cellular (G_{rm c}) and paracellular (G_{rm s}) pathways in the presence and absence of ultrasound. No significant changes were detected in G_ {rm c}. However, changes in G _{rm s} were significant. These results demonstrate that most of the increase in G _{rm t} due to ultrasound is taking place in the paracellular pathways. Sodium channels were not significantly affected by ultrasound. Thus, the changes in G_{rm c} are not specific. The effects of ultrasound were examined in the presence of radical scavengers and antioxidants. The increase in G_{rm t} due to ultrasound was significantly minimized in the presence of cystamine, cysteamine, and sodium ascorbate. This demonstrates that free radicals and other reactive species generated by cavitation are causing the increase in G_ {rm t}, possibly by acting from inside the cells. Radical scavengers and antioxidants are providing protection from oxidative damage but are not involved in the recovery of G_{ rm t} towards steady state values after sonication. The role of Ca^{2+} in the effects of ultrasound was examined since many of the cellular reactions involved in tissue recovery are dependent on the intracellular availability of free Ca^{2+}. The percentage increase in G_{rm t} in the presence of Ca^{2+} was larger than in its absence (140% vs. 27%). The time constant for G_{rm t} to return to steady state was longer in calcium-free solutions (122

  15. a New Value for the Rydberg Constant by Precision Measurement of the Hydrogen Balmer-Beta Transition.

    NASA Astrophysics Data System (ADS)

    Zhao, Ping

    The Rydberg constant {rm R }_infty is determined to a very high accuracy of 3 parts in 10^{10 } by a direct comparison of the four hydrogen and deuterium Balmer-beta transitions with a standard laser from the National Bureau of Standards. This experiment is now the most precise measurement for {rm R}_infty and approaches the limits of accuracy for wavelength or frequency measurements in the visible region. The result is {rm R}_infty = 109 737.315 73 (3) {rm cm}^{-1} with the definition of the meter: c = 299 792 458 m/sec. The experiment also yields the following results: The fine structure splittings 4{rm P}_ {1/2} rightarrow {rm 4P}_{3/2} in H: 1370.9 (3) MHz and in D: 1371.8 (3) MHz. The isotope shifts between H and D in the transitions {rm 2S}_{1/2} rightarrow {rm 4P}_{1/2}: 167 752.4 (3) MHz and {rm 2S}_{1/2 } rightarrow {rm 4P}_{3/2}: 167 753.3 (3) MHz. The experiment utilizes atomic beam laser spectroscopy. A beam of atomic hydrogen (or deuterium) is excited by electron bombardment to the metastable {rm 2S }_{1/2} state and is detected by a secondary electron emission detector. A chopped cw dye laser beam crosses the atomic beam at an angle of 90^circ to eliminate Doppler broadening. The metastables are quenched by laser excitation to {rm 4P}_{1/2} or {rm 4P}_{3/2 } states. The signal is monitored by a lock -in amplifier with the chopper as reference. An iodine (^{127}{ rm I}_2) stabilized helium-neon (He-Ne) laser is the primary standard with an accuracy of 1.6 times 10^{ -10}. Another He-Ne laser is locked to the standard laser with a variable offset frequency controlled by an oscillator. A frequency chain is established by locking together a dye laser, a piezoelectrically controlled measuring etalon and the offset laser. This chain allows the dye laser to scan across the Balmer-beta line in a precisely controllable manner. The lineshape and offset frequency are recorded simultaneously. Possible sources of systematic shifts and errors are carefully

  16. Integrated Sensing and Processing (ISP) Phase II: Demonstration and Evaluation for Distributed Sensor Netowrks and Missile Seeker Systems

    DTIC Science & Technology

    2007-02-28

    Shah, D. Waagen, H. Schmitt, S. Bellofiore, A. Spanias, and D. Cochran, 32nd International Conference on Acoustics, Speech , and Signal Processing...Information Exploitation Office kNN k-Nearest Neighbor LEAN Laplacian Eigenmap Adaptive Neighbor LIP Linear Integer Programming ISP

  17. Induction of taxol metabolism in the rat by dexamethasone

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

    Anderson, C.D.; Gondi, K.N.; Walle, T.

    1994-12-31

    The antitumor drug taxol was metabolized to two major metabolites (RM1 and RM2) in adult male and female rat liver microsomes. The male rats produced RM1 2.6 fold faster than the females, and they produced RM2 3 fold faster than the females. This correlated well with the sex differences noticed in liver microsomal cytochrome P450 (CYP) 3A content (4.4 fold greater in male) and 6{beta}-hydroxylation of testosterone (2.4 fold greater in male). Taxol was metabolized to three major metabolites (RM1, RM2, and RM3) in adult male and female rat liver microsomes from rats pretreated with dexamethasone. Production of RM1 andmore » RM2 was increased in these rats (2.3 and 3.3 fold respectively in males; 6.5 and 8.7 fold respectively in females) as compared to the untreated rats. These results compared well with the induction of CYP 3A proteins (3.5 fold in male, 10 fold in female) and induction of 6{beta}-hydroxylation (1.9 fold in males, 3.8 fold in females). RM3, which was produced only by the rats pretreated with dexamethasone, had a retention time of 0.58 relative to taxol which corresponds to 6{alpha}- hydroxytaxol, the major human metabolite of taxol. This study indicates that taxol metabolism in the rat is likely due to CYP 3A enzymes. Although the evidence points toward CYP 3A1 as the major isoform involved, it does not rule out others. The findings also suggest that CYP 3A1 is responsible for the induced metabolite, RM3.« less

  18. Fatty and lean red meat consumption in China: differential association with Chinese abdominal obesity

    PubMed Central

    Wang, Z.; Zhang, B.; Zhai, F.; Wang, H.; Zhang, J.; Du, W.; Su, C.; Zhang, J.; Jiang, H.; Popkin, B. M.

    2014-01-01

    Aim We examined the longitudinal association between red meat (RM) consumption and the risk of abdominal obesity in Chinese adults. Methods and results Our data are from 16,822 adults aged 18 to 75 in the China Health and Nutrition Survey from 1993 to 2011. We assessed RM intake with three 24-hour dietary recalls. We defined abdominal obesity as a waist circumference (WC) ≥ 85 centimeters (cm) for men and ≥ 80 cm for women. Multilevel mixed-effect regression models showed that men experienced WC increases of 0.74 cm (95% confidence interval [CI]: 0.39–1.09) from a higher total intake of fresh RM and 0.59 cm (95% CI: 0.24–0. 95) from a higher intake of fatty fresh RM but 0.14 cm (95% CI: −0.39–0.66) from a higher intake of lean fresh RM in the top versus the bottom quartile when adjusted for potential confounders. In contrast, after additional adjustment for baseline WC, the odds ratios of abdominal obesity in men were attenuated for total fresh RM (1.25 [95% CI: 1.06–1.47]) and fatty fresh RM (1.22 [95% CI: 1.03–1.44]) but were still not affected by lean fresh RM (0.95 [95% CI: 0.75–1.22]). Women also showed a positive association of fatty fresh RM intake with abdominal obesity. Conclusion Greater intake of fatty fresh RM was significantly associated with higher WC (men only) and abdominal obesity risk in Chinese adults. The gender-specific differential association of fatty versus lean fresh RM warrants further study. PMID:24795160

  19. Fatty and lean red meat consumption in China: differential association with Chinese abdominal obesity.

    PubMed

    Wang, Z; Zhang, B; Zhai, F; Wang, H; Zhang, J; Du, W; Su, C; Zhang, J; Jiang, H; Popkin, B M

    2014-08-01

    We examined the longitudinal association between red meat (RM) consumption and the risk of abdominal obesity in Chinese adults. Our data are from 16,822 adults aged 18-75 in the China Health and Nutrition Survey from 1993 to 2011. We assessed RM intake with three 24-h dietary recalls. We defined abdominal obesity as a waist circumference (WC) ≥85 centimeters (cm) for men and ≥80 cm for women. Multilevel mixed-effect regression models showed that men experienced WC increases of 0.74 cm (95% confidence interval [CI]: 0.39-1.09) from a higher total intake of fresh RM and 0.59 cm (95% CI: 0.24-0. 95) from a higher intake of fatty fresh RM but 0.14 cm (95% CI: -0.39 to 0.66) from a higher intake of lean fresh RM in the top quartile versus non-consumers when adjusted for potential confounders. In contrast, after additional adjustment for baseline WC, the odds ratios of abdominal obesity in men were attenuated for total fresh RM (1.25 [95% CI: 1.06-1.47]) and fatty fresh RM (1.22 [95% CI: 1.03-1.44]) but were still not affected by lean fresh RM (0.95 [95% CI: 0.75-1.22]). Women also showed a positive association of fatty fresh RM intake with abdominal obesity. Greater intake of fatty fresh RM was significantly associated with higher WC (men only) and abdominal obesity risk in Chinese adults. The gender-specific differential association of fatty versus lean fresh RM warrants further study. Copyright © 2014 Elsevier B.V. All rights reserved.

  20. sin 2 θ eff lept and M W(indirect) extracted from 9 fb -1 μ +μ - event sample at CDF

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

    Bodek, A.

    2016-05-31

    Here, we report on the extraction ofmore » $$\\sin^2\\theta^{\\rm lept}_{\\rm eff}$$ and indirect measurement of the mass of the W boson from the forward-backward asymmetry of $$\\mu^+\\mu^-$$ events in the $Z$ boson mass region. The data sample collected by the CDF detector corresponds to the full 9 fb$$^{-1}$$ run II sample. We measure $$\\sin^2 \\theta^{\\rm lept}_{\\rm eff} = 0.2315 \\pm 0.0010$$, $$ \\sin^2 \\theta_W = 0.2233 \\pm 0.0009$$ and $$M_W ({\\rm indirect}) = 80.365 \\pm 0.047 \\;{\\rm GeV}/c^2$$, where each uncertainty includes both statistical and systematic contributions. Comparison with the results of the D0 collaboration are presented.« less

  1. The impact of aerosol composition on the particle to gas partitioning of reactive mercury.

    PubMed

    Rutter, Andrew P; Schauer, James J

    2007-06-01

    A laboratory system was developed to study the gas-particle partitioning of reactive mercury (RM) as a function of aerosol composition in synthetic atmospheric particulate matter. The collection of RM was achieved by filter- and sorbent-based methods. Analyses of the RM collected on the filters and sorbents were performed using thermal extraction combined with cold vapor atomic fluorescence spectroscopy (CVAFS), allowing direct measurement of the RM load on the substrates. Laboratory measurements of the gas-particle partitioning coefficients of RM to atmospheric aerosol particles revealed a strong dependence on aerosol composition, with partitioning coefficients that varied by orders of magnitude depending on the composition of the particles. Particles of sodium nitrate and the chlorides of potassium and sodium had high partitioning coefficients, shifting the RM partitioning toward the particle phase, while ammonium sulfate, levoglucosan, and adipic acid caused the RM to partition toward the gas phase and, therefore, had partitioning coefficients that were lower by orders of magnitude.

  2. The effects of respiratory-muscle training on exercise in older women.

    PubMed

    Watsford, Mark; Murphy, Arona

    2008-07-01

    This research examined the effects of respiratory-muscle (RM) training on RM function and exercise performance in older women. Twenty-six women (60-69 yr of age) were assessed for spirometry, RM strength (maximal inspiratory and expiratory pressure), inspiratory-muscle endurance, and walking performance to a perceived exertion rating of "hard." They were randomly allocated to a threshold RM training group (RMT) or a nonexercising control group (CON) for 8 wk.After training, the 22% (inspiratory) and 30% (expiratory) improvements in RM strength in the RMT group were significantly higher than in the CON group (p < .05). The RMT group also displayed several significant performance improvements, including improved within-group treadmill performance time (12%) and reductions in submaximal heart rate (5%), percentage of maximum voluntary ventilation (16%), and perceived exertion for breathing (8%). RM training appears to improve RM function in older women. Furthermore, these improvements appear to be related to improved submaximal exercise performance.

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

    Hao, Jigong; Xu, Zhijun, E-mail: zhjxu@lcu.edu.cn; Chu, Ruiqing

    Reddish orange-emitting 0.948(K{sub 0.5}Na{sub 0.5})NbO{sub 3}-0.052LiSbO{sub 3}-xmol%Sm{sub 2}O{sub 3} (KNN-5.2LS-xSm{sub 2}O{sub 3}) lead-free piezoelectric ceramics with good piezoelectric properties were fabricated in this study, and the photoluminescence and electrical properties of the ceramics were systematically studied. Results showed that Sm{sub 2}O{sub 3} substitution into KNN-5.2LS induces a phase transition from the coexistence of orthorhombic and tetragonal phases to a pseudocubic phase and shifts the polymorphic phase transition (PPT) to below room temperature. The temperature stability and fatigue resistance of the modified ceramics were significantly improved by Sm{sub 2}O{sub 3} substitution. The KNN-5.2LS ceramic with 0.4 mol. % Sm{sub 2}O{sub 3} exhibitedmore » temperature-independent properties (25–150 °C), fatigue-free behavior (up to 10{sup 6} cycles), and good piezoelectric properties (d{sub 33}{sup * }= 230 pm/V, d{sub 33} = 176 pC/N, k{sub p} = 35%). Studies on the photoluminescence properties of the samples showed strong reddish-orange emission upon blue light excitation; these emission intensities were strongly dependent on the doping concentration and sintering temperature. The 0.4 mol. % Sm{sub 2}O{sub 3}-modified sample exhibited temperature responses over a wide temperature range of 10–443 K. The maximum sensing sensitivity of the sample was 7.5 × 10{sup −4} K at 293 K, at which point PPT occurred. A relatively long decay lifetime τ of 1.27–1.40 ms and a large quantum yield η of 0.17–0.19 were obtained from the Sm-modified samples. These results suggest that the KNN-5.2LS-xSm{sub 2}O{sub 3} system presents multifunctional properties and significant technological potential in novel multifunctional devices.« less

  4. An effective novel delivery strategy of rasagiline for Parkinson's disease.

    PubMed

    Fernández, Marcos; Negro, Sofía; Slowing, Karla; Fernández-Carballido, Ana; Barcia, Emilia

    2011-10-31

    This is the first report on the efficacy of a new controlled release system developed for rasagiline mesylate (RM) in a rotenone-induced rat model of Parkinson's disease (PD). PLGA microspheres in vitro released RM at a constant rate of 62.3 μg/day for two weeks. Intraperitoneal injection of rotenone (2 mg/kg/day) to Wistar rats produced typical PD symptoms. Catalepsy, akinesia and swim tests outcomes in animals receiving RM either in solution or within microspheres showed a reversal in descent latency when compared to rotenone-treated animals, being this reversal specially pronounced in animals receiving RM microspheres (dose equivalent to 1 mg/kg/day RM injected i.p. every 15 days). Nissl-staining of brain sections showed selective degeneration of the substantia nigra (SNc) dopaminergic neurons in rotenone-treated animals which was markedly reverted by RM microspheres. PET/CT with (18)F-DG resulted in mean increases of accumulation of radiotracer in striatum and SNc of around 40% in animals treated with RM microspheres which also had significant beneficial effects on Bcl-2, Bax, TNF-α mRNA and SOD2 levels as detected by real-time RT-PCR. Our results confirm the robust effect achieved by the new controlled release system developed for RM which exhibited better in vivo efficacy than RM given in solution. Copyright © 2011 Elsevier B.V. All rights reserved.

  5. Predicting maximal strength in trained postmenopausal woman.

    PubMed

    Kemmler, Wolfgang K; Lauber, Dirk; Wassermann, Alfred; Mayhew, Jerry L

    2006-11-01

    The purpose of this study was to present an equation that accurately predicts 1 repetition maximum (RM) over a wide range of repetitions to fatigue (RTF) for 4 different machine resistance exercises in postmenopausal women. Seventy trained women (age = 57.4 +/- 3.1 years) performed maximal and submaximal repetitions on leg press, bench press, rowing, and leg adduction machines at the conclusion of a 2-year training program. Maximal repetitions were performed on each exercise in the following ranges: 3-5RM, 6-10RM, 11-15RM, and 16-20RM. Special regard was taken to maintain the identical execution of each test (i.e., range of motion, starting angle, speed of movement). One cubic polynomial (w(i) [0.988-0.0000584 r(i)(3) + 0.00190 r(i)(2) + 0.0104 r(i),] where w(i) is the load of measurement I, and r(i) is the number of repetitions) accurately predicted 1RM from RTF with mean absolute differences between actual 1RM and predicted 1RM for the 4 exercises of 1.5-3.1% and with coefficients of variation of <3.3%. Equation accuracy was independent of the exercise type or the number of RTF. Thus, this study supported the validity of RTF to adequately estimate 1RM over a wide range of repetitions and within different exercises in trained, older female subjects.

  6. The effects of attention on age-related relational memory deficits: Evidence from a novel attentional manipulation

    PubMed Central

    Kim, So-Yeon; Giovanello, Kelly S.

    2011-01-01

    Healthy aging is often accompanied by episodic memory decline. Prior studies have consistently demonstrated that older adults show disproportionate deficits in relational memory (RM) relative to item memory (IM). Despite rich evidence of an age-related RM deficit, the source of this deficit remains unspecified. One of the most widely investigated factors of age-related RM impairment is a reduction in attentional resources. However, no prior studies have demonstrated that reduced attentional resources are the critical source of age-related RM deficits. Here, we utilized qualitatively different attention tasks, and tested whether reduced attention for relational processing underlies the RM deficit observed in aging. In Experiment 1, we imposed either item-detection or relation-detection attention tasks on young adults during episodic memory encoding, and found that only the concurrent attention task involving relational processing disproportionately impaired RM performance in young adults. Moreover, by ruling out the possible confound of task-difficulty on the disproportionate RM impairment, we further demonstrated that reduced relational attention is a key factor for the age-related RM deficit. In Experiment 2, we replicated the results from Experiment 1 using different materials of stimuli and found that the effect of relational attention on RM is material-general. The results of Experiment 2 also showed that reducing attentional resources for relational processing in young adults strikingly equated their RM performance to that of older adults. Thus, the current study documents the first evidence that reduced attentional resources for relational processing are a critical factor for the relational memory impairment observed in aging. PMID:21707178

  7. Antagonistic effect of Lepidium meyenii (red maca) on prostatic hyperplasia in adult mice.

    PubMed

    Gonzales, G F; Gasco, M; Malheiros-Pereira, A; Gonzales-Castañeda, C

    2008-06-01

    The plants from the Lepidium gender have demonstrated to have effect on the size of the prostate. Lepidium meyenii (Maca) is a Peruvian plant that grows exclusively over 4000 m above sea level. The present study was designed to determine the effect of red maca (RM) in the prostate hyperplasia induced with testosterone enanthate (TE) in adult mice. Prostate hyperplasia was induced by administering TE, and then these animals (n = 6, each group) were treated with RM or Finasteride (positive control) for 21 days. There was an additional group without prostate hyperplasia (vehicle). Mice were killed on days 7, 14 and 21 after treatment with RM. Testosterone and oestradiol levels were measured on the last day of treatment. Prostatic stroma, epithelium and acini were measured histologically. RM reduced prostate weight at 21 days of treatment. Weights of seminal vesicles, testis and epididymis were not affected by RM treatment. The reduction in prostate size by RM was 1.59 times. Histological analysis showed that TE increased 2-fold the acinar area, effect prevented in the groups receiving TE + RM for 14 (P < 0.05) and 21 (P < 0.05) days and the group receiving TE + Finasteride for 21 days (P < 0.05). TE increased prostatic stroma area and this effect was prevented by treatment with RM since 7 days of treatment or Finasteride. The reduction in prostatic stroma area by RM was 1.42 times. RM has an anti-hyperplastic effect on the prostate of adult mice when hyperplasia was induced with TE acting first at prostatic stromal level.

  8. Predicting the Maximum Dynamic Strength in Bench Press: The High Precision of the Bar Velocity Approach.

    PubMed

    Loturco, Irineu; Kobal, Ronaldo; Moraes, José E; Kitamura, Katia; Cal Abad, César C; Pereira, Lucas A; Nakamura, Fábio Y

    2017-04-01

    Loturco, I, Kobal, R, Moraes, JE, Kitamura, K, Cal Abad, CC, Pereira, LA, and Nakamura, FY. Predicting the maximum dynamic strength in bench press: the high precision of the bar velocity approach. J Strength Cond Res 31(4): 1127-1131, 2017-The aim of this study was to determine the force-velocity relationship and test the possibility of determining the 1 repetition maximum (1RM) in "free weight" and Smith machine bench presses. Thirty-six male top-level athletes from 3 different sports were submitted to a standardized 1RM bench press assessment (free weight or Smith machine, in randomized order), following standard procedures encompassing lifts performed at 40-100% of 1RM. The mean propulsive velocity (MPV) was measured in all attempts. A linear regression was performed to establish the relationships between bar velocities and 1RM percentages. The actual and predicted 1RM for each exercise were compared using a paired t-test. Although the Smith machine 1RM was higher (10% difference) than the free weight 1RM, in both cases the actual and predicted values did not differ. In addition, the linear relationship between MPV and percentage of 1RM (coefficient of determination ≥95%) allow determination of training intensity based on the bar velocity. The linear relationships between the MPVs and the relative percentages of 1RM throughout the entire range of loads enable coaches to use the MPV to accurately monitor their athletes on a daily basis and accurately determine their actual 1RM without the need to perform standard maximum dynamic strength assessments.

  9. Genetic evaluation of recombinant inbred lines of rice (Oryza sativa L.) for grain zinc concentrations, yield related traits and identification of associated SSR markers.

    PubMed

    Bekele, Berhanu D; Naveen, G K; Rakhi, S; Shashidhar, H E

    2013-12-01

    The objectives of the present study were to evaluate genetic variability parameters, correlations that exist for grain Zn concentration and yield related traits and identification of SSR markers linked to these traits in rice. One hundred seventy six Recombinant Inbred Lines (RILs) of Azucena X Moromutant were grown at University of Agricultural Sciences, Bangalore in augmented experimental design during wet seasons of 2010 and 2011. The study revealed significant genetic variability for all the traits. Grain yield per plant and grain zinc concentration showed higher phenotypic and genotypic co-efficient of variation. Significant positive correlation was observed for grain yield per plant with number of productive tillers per plant (r = 0.5) and number of tillers per plant (r = 0.4). Grain zinc concentration showed negative correlation with grain yield per plant (r = - 0.27). The path-coefficient analysis indicated the positive direct effect of number of productive tillers per plant on grain yield per plant (0.514). Grain zinc concentration showed negative direct effect on grain yield per plant (-0.186). Single-marker analysis using 26 SSR markers on RILs mapping population showed that RM212, RM263, RM6832, RM152, RM21, RM234 and RM3331 had association with grain zinc concentration and other yield related traits. But validation of these markers on fifty two rice genotypes showed that only three markers RM263, RM152 and RM21 had association with grain zinc concentration. Therefore, the genetic information generated and molecular markers identified from this study could be used for zinc biofortification programmes in rice.

  10. Acceptance of Safety and Mission Success Risks

    NASA Technical Reports Server (NTRS)

    Groen, Frank

    2015-01-01

    NASA has developed an objectives based hierarchy for guiding Reliability and Maintainability (RM) activities. This presentation overviews the hierarchy and proposes to the international trilateral partners to formulate a task force to consider the elements of the NASA RM framework, as captured in the hierarchy of RM considerations, to identify commonalities and differences in the way RM is addressed by the flight projects among the partners.

  11. Test-Retest Reliability of Rating of Perceived Exertion and Agreement With 1-Repetition Maximum in Adults.

    PubMed

    Bove, Allyn M; Lynch, Andrew D; DePaul, Samantha M; Terhorst, Lauren; Irrgang, James J; Fitzgerald, G Kelley

    2016-09-01

    Study Design Clinical measurement. Background It has been suggested that rating of perceived exertion (RPE) may be a useful alternative to 1-repetition maximum (1RM) to determine proper resistance exercise dosage. However, the test-retest reliability of RPE for resistance exercise has not been determined. Additionally, prior research regarding the relationship between 1RM and RPE is conflicting. Objectives The purpose of this study was to (1) determine test-retest reliability of RPE related to resistance exercise and (2) assess agreement between percentages of 1RM and RPE during quadriceps resistance exercise. Methods A sample of participants with and without knee pathology completed a series of knee extension exercises and rated the perceived difficulty of each exercise on a 0-to-10 RPE scale, then repeated the procedure 1 to 2 weeks later for test-retest reliability. To determine agreement between RPE and 1RM, participants completed knee extension exercises at various percentages of their 1RM (10% to 130% of predicted 1RM) and rated the perceived difficulty of each exercise on a 0-to-10 RPE scale. Percent agreement was calculated between the 1RM and RPE at each resistance interval. Results The intraclass correlation coefficient indicated excellent test-retest reliability of RPE for quadriceps resistance exercises (intraclass correlation coefficient = 0.895; 95% confidence interval: 0.866, 0.918). Overall percent agreement between RPE and 1RM was 60%, but agreement was poor within the ranges that would typically be used for training (50% 1RM for muscle endurance, 70% 1RM and greater for strength). Conclusion Test-retest reliability of perceived exertion during quadriceps resistance exercise was excellent. However, agreement between the RPE and 1RM was poor, especially in common training zones for knee extensor strengthening. J Orthop Sports Phys Ther 2016;46(9):768-774. Epub 5 Aug 2016. doi:10.2519/jospt.2016.6498.

  12. Validity of one-repetition maximum predictive equations in men with spinal cord injury.

    PubMed

    Ribeiro Neto, F; Guanais, P; Dornelas, E; Coutinho, A C B; Costa, R R G

    2017-10-01

    Cross-sectional study. The study aimed (a) to test the cross-validation of current one-repetition maximum (1RM) predictive equations in men with spinal cord injury (SCI); (b) to compare the current 1RM predictive equations to a newly developed equation based on the 4- to 12-repetition maximum test (4-12RM). SARAH Rehabilitation Hospital Network, Brasilia, Brazil. Forty-five men aged 28.0 years with SCI between C6 and L2 causing complete motor impairment were enrolled in the study. Volunteers were tested, in a random order, in 1RM test or 4-12RM with 2-3 interval days. Multiple regression analysis was used to generate an equation for predicting 1RM. There were no significant differences between 1RM test and the current predictive equations. ICC values were significant and were classified as excellent for all current predictive equations. The predictive equation of Lombardi presented the best Bland-Altman results (0.5 kg and 12.8 kg for mean difference and interval range around the differences, respectively). The two created equation models for 1RM demonstrated the same and a high adjusted R 2 (0.971, P<0.01), but different SEE of measured 1RM (2.88 kg or 5.4% and 2.90 kg or 5.5%). All 1RM predictive equations are accurate to assess individuals with SCI at the bench press exercise. However, the predictive equation of Lombardi presented the best associated cross-validity results. A specific 1RM prediction equation was also elaborated for individuals with SCI. The created equation should be tested in order to verify whether it presents better accuracy than the current ones.

  13. Paleo-Balkan and Slavic contributions to the genetic pool of Moldavians: insights from the Y chromosome.

    PubMed

    Varzari, Alexander; Kharkov, Vladimir; Nikitin, Alexey G; Raicu, Florina; Simonova, Kseniya; Stephan, Wolfgang; Weiss, Elisabeth H; Stepanov, Vadim

    2013-01-01

    Moldova has a rich historical and cultural heritage, which may be reflected in the current genetic makeup of its population. To date, no comprehensive studies exist about the population genetic structure of modern Moldavians. To bridge this gap with respect to paternal lineages, we analyzed 37 binary and 17 multiallelic (STRs) polymorphisms on the non-recombining portion of the Y chromosome in 125 Moldavian males. In addition, 53 Ukrainians from eastern Moldova and 54 Romanians from the neighboring eastern Romania were typed using the same set of markers. In Moldavians, 19 Y chromosome haplogroups were identified, the most common being I-M423 (20.8%), R-M17* (17.6%), R-M458 (12.8%), E-v13 (8.8%), R-M269* and R-M412* (both 7.2%). In Romanians, 14 haplogroups were found including I-M423 (40.7%), R-M17* (16.7%), R-M405 (7.4%), E-v13 and R-M412* (both 5.6%). In Ukrainians, 13 haplogroups were identified including R-M17 (34.0%), I-M423 (20.8%), R-M269* (9.4%), N-M178, R-M458 and R-M73 (each 5.7%). Our results show that a significant majority of the Moldavian paternal gene pool belongs to eastern/central European and Balkan/eastern Mediterranean Y lineages. Phylogenetic and AMOVA analyses based on Y-STR loci also revealed that Moldavians are close to both eastern/central European and Balkan-Carpathian populations. The data correlate well with historical accounts and geographical location of the region and thus allow to hypothesize that extant Moldavian paternal genetic lineages arose from extensive recent admixture between genetically autochthonous populations of the Balkan-Carpathian zone and neighboring Slavic groups.

  14. Analysis of factors that influence the maximum number of repetitions in two upper-body resistance exercises: curl biceps and bench press.

    PubMed

    Iglesias, Eliseo; Boullosa, Daniel A; Dopico, Xurxo; Carballeira, Eduardo

    2010-06-01

    The purpose of this study was to analyze the influence of exercise type, set configuration, and relative intensity load on relationship between 1 repetition maximum (1RM) and maximum number of repetitions (MNR). Thirteen male subjects, experienced in resistance training, were tested in bench press and biceps curl for 1RM, MNR at 90% of 1RM with cluster set configuration (rest of 30s between repetitions) and MNR at 70% of 1RM with traditional set configuration (no rest between repetitions). A lineal encoder was used for measuring displacement of load. Analysis of variance analysis revealed a significant effect of load (p<0.01) and a tendency in exercise factor (p=0.096), whereas the interaction effect was not significant. MNR at 70% of 1RM was lower for biceps curl (16.31+/-2.59 vs. 8.77+/-3 in bench press and biceps curl, respectively; p<0.05) and at 90% of 1RM (21.85+/-11.06 vs. 18.54+/-12.84 in bench press and biceps curl, respectively; p>0.05). Correlation between 1RM and MNR was significant for medium-intensity in biceps curl (r=-0.574; p<0.05) and between MNR and 1RM/body mass (r=-0.574; p<0.05). Neither 1RM nor 1RM/body mass correlated with velocity along set, so velocity seems to be similar at a same relative intensity for subjects with differences in maximum strength levels. From our results, we suggest the employment of MNR rather than % of 1RM for training monitoring. Furthermore, we suggest the introduction of cluster set configuration for upper-body assessment of MNR and for upper-body muscular endurance training at high-intensity loads, as it seems an efficient approach in looking for sessions with greater training volumes. This could be an interesting approach for such sports as wrestling or weightlifting.

  15. Physiologic effects of rhythmical massage: a prospective exploratory cohort study.

    PubMed

    Wälchli, Chantal; Saltzwedel, Georg; Krüerke, Daniel; Kaufmann, Christoph; Schnorr, Bettina; Rist, Lukas; Eberhard, Jutta; Decker, Michael; Simões-Wüst, Ana Paula

    2014-06-01

    This study was performed to characterize the physiologic effects of rhythmical massage (RM), an anthroposophic therapy whose effectiveness is supported by empirical observations and a prospective observational study. Patients referred to RM at the Paracelsus Hospital Richterswil for any indication were continuously enrolled. They received an average of 10 RM sessions, which included not only the massage but also therapeutic rest in the supine position immediately thereafter. Effects of RM on surface temperature and on heart rate variability (HRV) were determined with infrared imaging (IRI) and electrocardiography (ECG), respectively. IRI of the patients' dorsal region was performed without clothes, in standing position, at the start and at the end of two waiting periods before and after RM. ECG was performed from the beginning of the first waiting period until the end of the second one. Results on IRI from 9 and ECG from 11 patients could be analyzed. RM led to an immediate increase in dorsal temperature. Furthermore, comparison of the IRI images for consecutive RM sessions showed a tendency toward improved warmth distribution as a progressive therapy effect. Analysis of the EGC results recorded during the waiting periods-in the sitting position--showed a significant increase of HRV after RM, as detected by the standard deviation of the beat-to-beat periods and a relative increase of low-frequency power. During the course of the RM sessions, the change in HRV during the therapeutic rest period depended on the initial value: Low initial values were enhanced, whereas high ones were reduced. RM led to an immediate increase in the patient's dorsal surface temperature, as well as increased HRV and sympathetic stimulation. In the long term, RM resulted in a progressive improvement of warmth distribution and regulation of the resting HRV.

  16. Impact of remote monitoring on clinical events and associated health care utilization: A nationwide assessment.

    PubMed

    Piccini, Jonathan P; Mittal, Suneet; Snell, Jeff; Prillinger, Julie B; Dalal, Nirav; Varma, Niraj

    2016-12-01

    Remote monitoring (RM) of cardiac implantable electronic devices (CIEDs) improves patient survival. However, whether RM reduces health care utilization is unknown. The purpose of this study was to determine whether RM was associated with reduced hospitalization and costs in clinical practice. We conducted a nationwide cohort study using the Truven Health Analytics MarketScan database. Patients implanted with a CIED between March 31, 2009, and April 1, 2012, were included. All-cause hospitalization events were compared between those using RM and those not using RM by using Cox proportional hazards methods with Andersen-Gill extension and propensity scoring. We also compared health care costs (payments >30 days after CIED implantation). Overall, there were 92,566 patients (mean age 72 ± 13 years; 58,140 [63%] men) with a mean follow-up of 19 ± 12 months, including 54,520 (59%) pacemaker, 27,816 (30%) implantable cardioverter-defibrillator, and 10,230 (11%) cardiac resynchronization therapy patients. Only 37% of patients (34,259) used RM. Patients with RM had Charlson Comorbidity Index values similar to those not using RM but had lower adjusted risk of all-cause hospitalization (adjusted hazard ratio 0.82; 95% confidence interval 0.80-0.84; P < .001) and shorter mean length of hospitalization (5.3 days vs 8.1 days; P < .001) during follow-up. RM was associated with a 30% reduction in hospitalization costs ($8720 mean cost per patient-year vs $12,423 mean cost per patient-year). For every 100,000 patient-years of follow-up, RM was associated with 9810 fewer hospitalizations, 119,000 fewer days in hospital, and $370,270,000 lower hospital payments. RM is associated with reductions in hospitalization and health care utilization. Since only about a third of patients with CIEDs routinely use RM, this represents a major opportunity for quality improvement. Copyright © 2016 Heart Rhythm Society. Published by Elsevier Inc. All rights reserved.

  17. Open lung approach versus standard protective strategies: Effects on driving pressure and ventilatory efficiency during anesthesia - A pilot, randomized controlled trial.

    PubMed

    Ferrando, Carlos; Suarez-Sipmann, Fernando; Tusman, Gerardo; León, Irene; Romero, Esther; Gracia, Estefania; Mugarra, Ana; Arocas, Blanca; Pozo, Natividad; Soro, Marina; Belda, Francisco J

    2017-01-01

    Low tidal volume (VT) during anesthesia minimizes lung injury but may be associated to a decrease in functional lung volume impairing lung mechanics and efficiency. Lung recruitment (RM) can restore lung volume but this may critically depend on the post-RM selected PEEP. This study was a randomized, two parallel arm, open study whose primary outcome was to compare the effects on driving pressure of adding a RM to low-VT ventilation, with or without an individualized post-RM PEEP in patients without known previous lung disease during anesthesia. Consecutive patients scheduled for major abdominal surgery were submitted to low-VT ventilation (6 ml·kg-1) and standard PEEP of 5 cmH2O (pre-RM, n = 36). After 30 min estabilization all patients received a RM and were randomly allocated to either continue with the same PEEP (RM-5 group, n = 18) or to an individualized open-lung PEEP (OL-PEEP) (Open Lung Approach, OLA group, n = 18) defined as the level resulting in maximal Cdyn during a decremental PEEP trial. We compared the effects on driving pressure and lung efficiency measured by volumetric capnography. OL-PEEP was found at 8±2 cmH2O. 36 patients were included in the final analysis. When compared with pre-RM, OLA resulted in a 22% increase in compliance and a 28% decrease in driving pressure when compared to pre-RM. These parameters did not improve in the RM-5. The trend of the DP was significantly different between the OLA and RM-5 groups (p = 0.002). VDalv/VTalv was significantly lower in the OLA group after the RM (p = 0.035). Lung recruitment applied during low-VT ventilation improves driving pressure and lung efficiency only when applied as an open-lung strategy with an individualized PEEP in patients without lung diseases undergoing major abdominal surgery. ClinicalTrials.gov NCT02798133.

  18. Remote monitoring for active cardiovascular implantable electronic devices: a European survey.

    PubMed

    Halimi, Franck; Cantù, Francesco

    2010-12-01

    This survey sampled today's European practices in the use of remote monitoring (RM) for the follow-up of active cardiovascular implantable electronic devices. Eighty-five per cent of the responding centres are currently using RM. For the majority, RM is expected to increase importantly within 5 years, and it has already led to a new organization of care based on dedicated allied professionals and/or the creation of RM units. There are still major limitations for the development of RM, such as ethical and legal aspects, reimbursement issues, and the lack of specific national- and European-updated guidelines which need to be informed.

  19. Handwritten digits recognition based on immune network

    NASA Astrophysics Data System (ADS)

    Li, Yangyang; Wu, Yunhui; Jiao, Lc; Wu, Jianshe

    2011-11-01

    With the development of society, handwritten digits recognition technique has been widely applied to production and daily life. It is a very difficult task to solve these problems in the field of pattern recognition. In this paper, a new method is presented for handwritten digit recognition. The digit samples firstly are processed and features extraction. Based on these features, a novel immune network classification algorithm is designed and implemented to the handwritten digits recognition. The proposed algorithm is developed by Jerne's immune network model for feature selection and KNN method for classification. Its characteristic is the novel network with parallel commutating and learning. The performance of the proposed method is experimented to the handwritten number datasets MNIST and compared with some other recognition algorithms-KNN, ANN and SVM algorithm. The result shows that the novel classification algorithm based on immune network gives promising performance and stable behavior for handwritten digits recognition.

  20. Probing the Electronic Structure of - and Electron-Doped High-Temperature Superconductors with Photoemission and X-Ray Absorption Spectroscopies

    NASA Astrophysics Data System (ADS)

    Lederman, Eli R.

    1990-01-01

    The electronic structures of hole- and electron -doped high temperature superconductors have been probed using x-ray absorption near-edge spectroscopy (XANES) and photoelectron emission spectroscopy (PES). These measurements have been performed on RBa_2Cu _3O_{rm 7-y} , La_{rm 2-x}Sr _{rm x}CuO _4 and Ln_{rm 2 -x}Ce_{rm x} CuO_{rm 4} for R = Y, Eu and Ln = Nd, Pr and Sm. The parameters x and y have been varied to include a range of hole and electron carrier densities and the undoped parent compounds. Previous XANES and PES results have indicated that unoccupied states of O 2p character can be associated with the carriers in the materials RBa_2 Cu_3O_{ rm 7-y} and La_{ rm 2-x}Sr_{rm x}CuO_4 and that the density of holes increases with O and Sr content, respectively. Conduction was hole-based in all known high-T_{ rm c} cuprates until the recent discovery of superconductivity in Ln_{rm 2-x}Ce_{rm x} CuO_4. Hall coefficient measurements have suggested that the carriers in this system are electrons added with Ce doping. It has been anticipated that these electron-doped materials will provide an important test for models of high temperature superconductivity. PES measurements are presented that show significant Cu 3d character in the valence band of these electron-based materials, but that the Cu^{2+} /Cu^{1+} ratio is unchanged by the level of Ce doping, indicating that doped electrons are itinerant rather than highly correlated. Resonant photoemission from the valence band indicates the presence of unoccupied O 2p states, but these holes are less abundant than in the hole-doped materials. Measurements of XANES at the O 1s edge suggest that unoccupied states of O 2p character in the electron -doped materials are not related to conduction in a simple way. The density of these holes is shown to decrease upon Ce doping and the process of reduction, despite the fact that both are necessary of superconductivity. Furthermore, whereas the O 2p holes are at E_{rm F} in the

  1. A Infrared Absorption Study of Dopant-Hydrogen Complexes in Semiconductors

    NASA Astrophysics Data System (ADS)

    Kozuch, David Michael

    1992-01-01

    Hydrogen passivation of shallow electrical dopants in semiconductors has been investigated. In particular, the passivation of the shallow dopants tin, carbon, and silicon in gallium arsenide has been studied via Fourier transform infrared spectroscopy, thermal annealing, Hall effect, secondary ion mass spectroscopy, and uniaxial stress. The bond-stretching and bond-wagging vibrational modes of the rm Sn_{Ga} - H complex in GaAs have been identified at 1327.8 cm^{-1} and 967.7 cm ^{-1}, respectively. The presence of hydrogen in the defect pair is confirmed by the deuterium -shifted bond-stretching signal at 746.6 cm^ {-1}. Infrared and Hall data correlated the passivation of Sn_{rm Ga } donors with the formation of the rm Sn_{Ga} - H complexes. A series of isochronal anneals probed the thermal stability of the complex. Arguments supporting an antibonding configuration for the rm Sn_{Ga} - H complex are presented. Infrared measurements on highly carbon doped epi -layers reveal new absorption signals at 2643, 2651, and 2688 cm^{-1} in addition to the previously identified rm C_ {As} - H stretching vibration at 2636 cm^{-1}. These new signals are related to a family of carbon-hydrogen complexes: rm C_{x} - H. Deuterium -shifted counterparts for all these signals have been observed for the first time. Sources of hydrogen have been traced to the metalorganic precursors and carrier gas used during epi-layer growth. Hydrogen-containing annealing ambients were surprisingly effective for introducing hydrogen into the epi-layers. Several atomic arrangements for the new rm C_{x} - H complexes have been considered with the most likely candidate being a rm C_{As} - H complex perturbed by another C_{rm As} acceptor in a second nearest neighbor position. The first uniaxial stress measurements have been performed on the rm Si_{As} - H complex in GaAs. The stress-induced frequency shifts and the intensity ratios of the stress-split components of the 2094.45 cm^{-1} stretching

  2. A machine learning approach to quantifying geologic similarities between sites of gas hydrate accumulation

    NASA Astrophysics Data System (ADS)

    Runyan, T. E.; Wood, W. T.; Palmsten, M. L.; Zhang, R.

    2016-12-01

    Gas hydrates, specifically methane hydrates, are sparsely sampled on a global scale, and their accumulation is difficult to predict geospatially. Several attempts have been made at estimating global inventories, and to some extent geospatial distribution, using geospatial extrapoltions guided with geophysical and geochemical methods. Our objective is to quantitatively predict the geospatial likelihood of encountering methane hydrates, with uncertainty. Predictions could be incorporated into analyses of drilling hazards as well as climate change. We use global data sets (including water depth, temperature, pressure, TOC, sediment thickness, and heat flow) as parameters to train a k-nearest neighbor (KNN) machine learning technique. The KNN is unsupervised and non-parametric, we do not provide any interpretive influence on prior probability distribution, so our results are strictly data driven. We have selected as test sites several locations where gas hydrates have been well studied, each with significantly different geologic settings.These include: The Blake Ridge (U.S. East Coast), Hydrate Ridge (U.S. West Coast), and the Gulf of Mexico. We then use KNN to quantify similarities between these sites, and determine, via the distance in parameter space, what is the likelihood and uncertainty of encountering gas hydrate anywhere in the world. Here we are operating under the assumption that the distance in parameter space is proportional to the probability of the occurrence of gas hydrate. We then compare these global similarity maps made from our several test sites to identify the geologic (geophyisical, bio-geochemical) parameters best suited for predicting gas hydrate occurrence.

  3. Missing portion sizes in FFQ--alternatives to use of standard portions.

    PubMed

    Køster-Rasmussen, Rasmus; Siersma, Volkert; Halldorsson, Thorhallur I; de Fine Olivarius, Niels; Henriksen, Jan E; Heitmann, Berit L

    2015-08-01

    Standard portions or substitution of missing portion sizes with medians may generate bias when quantifying the dietary intake from FFQ. The present study compared four different methods to include portion sizes in FFQ. We evaluated three stochastic methods for imputation of portion sizes based on information about anthropometry, sex, physical activity and age. Energy intakes computed with standard portion sizes, defined as sex-specific medians (median), or with portion sizes estimated with multinomial logistic regression (MLR), 'comparable categories' (Coca) or k-nearest neighbours (KNN) were compared with a reference based on self-reported portion sizes (quantified by a photographic food atlas embedded in the FFQ). The Danish Health Examination Survey 2007-2008. The study included 3728 adults with complete portion size data. Compared with the reference, the root-mean-square errors of the mean daily total energy intake (in kJ) computed with portion sizes estimated by the four methods were (men; women): median (1118; 1061), MLR (1060; 1051), Coca (1230; 1146), KNN (1281; 1181). The equivalent biases (mean error) were (in kJ): median (579; 469), MLR (248; 178), Coca (234; 188), KNN (-340; 218). The methods MLR and Coca provided the best agreement with the reference. The stochastic methods allowed for estimation of meaningful portion sizes by conditioning on information about physiology and they were suitable for multiple imputation. We propose to use MLR or Coca to substitute missing portion size values or when portion sizes needs to be included in FFQ without portion size data.

  4. An improved method of early diagnosis of smoking-induced respiratory changes using machine learning algorithms.

    PubMed

    Amaral, Jorge L M; Lopes, Agnaldo J; Jansen, José M; Faria, Alvaro C D; Melo, Pedro L

    2013-12-01

    The purpose of this study was to develop an automatic classifier to increase the accuracy of the forced oscillation technique (FOT) for diagnosing early respiratory abnormalities in smoking patients. The data consisted of FOT parameters obtained from 56 volunteers, 28 healthy and 28 smokers with low tobacco consumption. Many supervised learning techniques were investigated, including logistic linear classifiers, k nearest neighbor (KNN), neural networks and support vector machines (SVM). To evaluate performance, the ROC curve of the most accurate parameter was established as baseline. To determine the best input features and classifier parameters, we used genetic algorithms and a 10-fold cross-validation using the average area under the ROC curve (AUC). In the first experiment, the original FOT parameters were used as input. We observed a significant improvement in accuracy (KNN=0.89 and SVM=0.87) compared with the baseline (0.77). The second experiment performed a feature selection on the original FOT parameters. This selection did not cause any significant improvement in accuracy, but it was useful in identifying more adequate FOT parameters. In the third experiment, we performed a feature selection on the cross products of the FOT parameters. This selection resulted in a further increase in AUC (KNN=SVM=0.91), which allows for high diagnostic accuracy. In conclusion, machine learning classifiers can help identify early smoking-induced respiratory alterations. The use of FOT cross products and the search for the best features and classifier parameters can markedly improve the performance of machine learning classifiers. Copyright © 2013 Elsevier Ireland Ltd. All rights reserved.

  5. Detection of Cardiac Abnormalities from Multilead ECG using Multiscale Phase Alternation Features.

    PubMed

    Tripathy, R K; Dandapat, S

    2016-06-01

    The cardiac activities such as the depolarization and the relaxation of atria and ventricles are observed in electrocardiogram (ECG). The changes in the morphological features of ECG are the symptoms of particular heart pathology. It is a cumbersome task for medical experts to visually identify any subtle changes in the morphological features during 24 hours of ECG recording. Therefore, the automated analysis of ECG signal is a need for accurate detection of cardiac abnormalities. In this paper, a novel method for automated detection of cardiac abnormalities from multilead ECG is proposed. The method uses multiscale phase alternation (PA) features of multilead ECG and two classifiers, k-nearest neighbor (KNN) and fuzzy KNN for classification of bundle branch block (BBB), myocardial infarction (MI), heart muscle defect (HMD) and healthy control (HC). The dual tree complex wavelet transform (DTCWT) is used to decompose the ECG signal of each lead into complex wavelet coefficients at different scales. The phase of the complex wavelet coefficients is computed and the PA values at each wavelet scale are used as features for detection and classification of cardiac abnormalities. A publicly available multilead ECG database (PTB database) is used for testing of the proposed method. The experimental results show that, the proposed multiscale PA features and the fuzzy KNN classifier have better performance for detection of cardiac abnormalities with sensitivity values of 78.12 %, 80.90 % and 94.31 % for BBB, HMD and MI classes. The sensitivity value of proposed method for MI class is compared with the state-of-art techniques from multilead ECG.

  6. Self-Organizing Map Neural Network-Based Nearest Neighbor Position Estimation Scheme for Continuous Crystal PET Detectors

    NASA Astrophysics Data System (ADS)

    Wang, Yonggang; Li, Deng; Lu, Xiaoming; Cheng, Xinyi; Wang, Liwei

    2014-10-01

    Continuous crystal-based positron emission tomography (PET) detectors could be an ideal alternative for current high-resolution pixelated PET detectors if the issues of high performance γ interaction position estimation and its real-time implementation are solved. Unfortunately, existing position estimators are not very feasible for implementation on field-programmable gate array (FPGA). In this paper, we propose a new self-organizing map neural network-based nearest neighbor (SOM-NN) positioning scheme aiming not only at providing high performance, but also at being realistic for FPGA implementation. Benefitting from the SOM feature mapping mechanism, the large set of input reference events at each calibration position is approximated by a small set of prototypes, and the computation of the nearest neighbor searching for unknown events is largely reduced. Using our experimental data, the scheme was evaluated, optimized and compared with the smoothed k-NN method. The spatial resolutions of full-width-at-half-maximum (FWHM) of both methods averaged over the center axis of the detector were obtained as 1.87 ±0.17 mm and 1.92 ±0.09 mm, respectively. The test results show that the SOM-NN scheme has an equivalent positioning performance with the smoothed k-NN method, but the amount of computation is only about one-tenth of the smoothed k-NN method. In addition, the algorithm structure of the SOM-NN scheme is more feasible for implementation on FPGA. It has the potential to realize real-time position estimation on an FPGA with a high-event processing throughput.

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

    Treesearch

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

  8. An examination of the predictive validity of the risk matrix 2000 in England and wales.

    PubMed

    Barnett, Georgia D; Wakeling, Helen C; Howard, Philip D

    2010-12-01

    This study examined the predictive validity of an actuarial risk-assessment tool with convicted sexual offenders in England and Wales. A modified version of the RM2000/s scale and the RM2000 v and c scales (Thornton et al., 2003) were examined for accuracy in predicting proven sexual violent, nonsexual violent, and combined sexual and/or nonsexual violent reoffending in a sample of sexual offenders who had either started a community sentence or been released from prison into the community by March 2007. Rates of proven reoffending were examined at 2 years for the majority of the sample (n = 4,946), and 4 years ( n = 578) for those for whom these data were available. The predictive validity of the RM2000 scales was also explored for different subgroups of sexual offenders to assess the robustness of the tool. Both the modified RM2000/s and the complete v and c scales effectively classified offenders into distinct risk categories that differed significantly in rates of proven sexual and/or nonsexual violent reoffending. Survival analyses on the RM2000/s and v scales (N = 9,284) indicated that the higher risk groups offended more quickly and at a higher rate than lower risk groups. The relative predictive validity of the RM2000/s, v, and c, as calculated using Receiver Operating Characteristics (ROC) analyses, were moderate (.68) for RM2000/s and large for both the RM2000/c (.73) and RM2000/v (.80), at the 2-year follow-up. RM2000/s was moderately accurate in predicting relative risk of proven sexual reoffending for a variety of subgroups of sexual offenders.

  9. The Cost and Utility of Renal Transplantation in Malaysia.

    PubMed

    Bavanandan, Sunita; Yap, Yok-Chin; Ahmad, Ghazali; Wong, Hin-Seng; Azmi, Soraya; Goh, Adrian

    2015-11-01

    Kidney transplantation is the optimal therapy for the majority of patients with end-stage renal disease. However, the cost and health outcomes of transplantation have not been assessed in a middle-income nation with a low volume of transplantation, such as Malaysia. This study used microcosting methods to determine the cost and health outcomes of living and deceased donor kidney transplantation in adult and pediatric recipients. The perspective used was from the Ministry of Health Malaysia. Cost-effectiveness measures were cost per life year (LY) and cost per quality-adjusted LYs. The time horizon was the lifetime of the transplant recipient from transplant to death. Records of 206 KT recipients (118 adults and 88 children) were obtained for microcosting. In adults, discounted cost per LY was US $8609(Malaysian Ringgit [RM]29 482) and US $13 209(RM45 234) for living-donor kidney transplant (LKT) and deceased donor kidney transplant (DKT), respectively, whereas in children, it was US $10 485(RM35 905) and US $14 985(RM51 317), respectively. Cost per quality-adjusted LY in adults was US $8826 (RM30 224) for LKT and US $13 592(RM46 546) for DKT. Total lifetime discounted costs of adult transplants were US $119 702 (RM409 921) for LKT, US $147 152 (RM503 922) for DKT. Total costs for pediatric transplants were US $154 841(RM530 252) and US $159 313(RM545 566) for the 2 categories respectively. Both LKT and DKT are economically favorable for Malaysian adult and pediatric patients with ESRD and result in improvement in quality of life.

  10. The Cost and Utility of Renal Transplantation in Malaysia

    PubMed Central

    Bavanandan, Sunita; Yap, Yok-Chin; Ahmad, Ghazali; Wong, Hin-Seng; Azmi, Soraya; Goh, Adrian

    2015-01-01

    Background Kidney transplantation is the optimal therapy for the majority of patients with end-stage renal disease. However, the cost and health outcomes of transplantation have not been assessed in a middle-income nation with a low volume of transplantation, such as Malaysia. Aim and Methods This study used microcosting methods to determine the cost and health outcomes of living and deceased donor kidney transplantation in adult and pediatric recipients. The perspective used was from the Ministry of Health Malaysia. Cost-effectiveness measures were cost per life year (LY) and cost per quality-adjusted LYs. The time horizon was the lifetime of the transplant recipient from transplant to death. Results Records of 206 KT recipients (118 adults and 88 children) were obtained for microcosting. In adults, discounted cost per LY was US $8609(Malaysian Ringgit [RM]29 482) and US $13 209(RM45 234) for living-donor kidney transplant (LKT) and deceased donor kidney transplant (DKT), respectively, whereas in children, it was US $10 485(RM35 905) and US $14 985(RM51 317), respectively. Cost per quality-adjusted LY in adults was US $8826 (RM30 224) for LKT and US $13 592(RM46 546) for DKT. Total lifetime discounted costs of adult transplants were US $119 702 (RM409 921) for LKT, US $147 152 (RM503 922) for DKT. Total costs for pediatric transplants were US $154 841(RM530 252) and US $159 313(RM545 566) for the 2 categories respectively. Conclusions Both LKT and DKT are economically favorable for Malaysian adult and pediatric patients with ESRD and result in improvement in quality of life. PMID:27500211

  11. Effects of Badminton Expertise on Representational Momentum: A Combination of Cross-Sectional and Longitudinal Studies

    PubMed Central

    Jin, Hua; Wang, Pin; Fang, Zhuo; Di, Xin; Ye, Zhuo’er; Xu, Guiping; Lin, Huiyan; Cheng, Yongmin; Li, Yongjie; Xu, Yong; Rao, Hengyi

    2017-01-01

    Representational momentum (RM) has been found to be magnified in experts (e.g., sport players) with respect to both real and implied motion in expert-familiar domains. However, it remains unclear whether similar effects can be achieved in expert-unfamiliar domains, especially within the context of implied motion. To answer this question, we conducted two independent experiments using an implied motion paradigm and examined the expert effects of badminton training on RM in both adult and child players. In Experiment 1, we used a cross-sectional design and compared RM between adult professional badminton players and matched controls. The results revealed significantly enhanced RM for adult players, supporting the expert effect in expert-unfamiliar domains for implied motion. However, cross-sectional studies could not ascertain whether the observed expert effect was due to innate factors or expertise acquirement. Therefore, in Experiment 2, we used a longitudinal design and compared RM between two groups of child participants, naming child players who had enrolled professional badminton training program at a sports school and age-matched peer non-players who attended an ordinary primary school without sports training. Before training, there were no differences in RM among child players, their non-player peers, and adult non-players. However, after 4 years of badminton training, child players demonstrated significantly enhanced RM compared to themselves prior to training. The increased RM observed in both adult and child players suggests that badminton expertise modulates implied motion RM. PMID:28970810

  12. Effect of surface stability on core muscle activity for dynamic resistance exercises.

    PubMed

    Willardson, Jeffrey M; Fontana, Fabio E; Bressel, Eadric

    2009-03-01

    To compare core muscle activity during resistance exercises performed on stable ground vs. the BOSU Balance Trainer. Twelve trained men performed the back squat, dead lift, overhead press, and curl lifts. The activity of the rectus abdominis, external oblique abdominis, transversus abdominis/internal oblique abdominis, and erector spinae muscles was assessed. Subjects performed each lift under three separate conditions including standing on stable ground with 50% of a 1-RM, standing on a BOSU Balance Trainer with 50% of a 1-RM, and standing on stable ground with 75% of a 1-RM. Significant differences were noted between the stable 75% of 1-RM and BOSU 50% of 1-RM conditions for the rectus abdominis during the overhead press and transversus abdominis/internal oblique abdominis during the overhead press and curl (P < .05). Conversely, there were no significant differences between the stable 75% of 1-RM and BOSU 50% of 1-RM conditions for the external obliques and erector spinae across all lifts examined. Furthermore, there were no significant differences between the BOSU 50% of 1-RM and stable 50% of 1-RM conditions across all muscles and lifts examined. The current study did not demonstrate any advantage in utilizing the BOSU Balance Trainer. Therefore, fitness trainers should be advised that each of the aforementioned lifts can be performed while standing on stable ground without losing the potential core muscle training benefits.

  13. Predicting the Size and Timing of Sunspot Maximum for Cycle 24

    NASA Technical Reports Server (NTRS)

    Wilson, Robert M.

    2010-01-01

    For cycle 24, the minimum value of the 12-month moving average (12-mma) of the AA-geomagnetic index in the vicinity of sunspot minimum (AAm) appears to have occurred in September 2009, measuring about 8.4 nT and following sunspot minimum by 9 months. This is the lowest value of AAm ever recorded, falling below that of 8.9 nT, previously attributed to cycle 14, which also is the smallest maximum amplitude (RM) cycle of the modern era (RM = 64.2). Based on the method of Ohl (the preferential association between RM and AAm for an ongoing cycle), one expects cycle 24 to have RM = 55+/-17 (the +/-1 - sigma prediction interval). Instead, using a variation of Ohl's method, one based on using 2-cycle moving averages (2-cma), one expects cycle 23's 2-cma of RM to be about 115.5+/-8.7 (the +/-1 - sigma prediction interval), inferring an RM of about 62+/-35 for cycle 24. Hence, it seems clear that cycle 24 will be smaller in size than was seen in cycle 23 (RM = 120.8) and, likely, will be comparable in size to that of cycle 14. From the Waldmeier effect (the preferential association between the ascent duration (ASC) and RM for an ongoing cycle), one expects cycle 24 to be a slow-rising cycle (ASC > or equal to 48 months), having RM occurrence after December 2012, unless it turns out to be a statistical outlier.

  14. Bench press and push-up at comparable levels of muscle activity results in similar strength gains.

    PubMed

    Calatayud, Joaquin; Borreani, Sebastien; Colado, Juan C; Martin, Fernando; Tella, Victor; Andersen, Lars L

    2015-01-01

    Electromyography (EMG) exercise evaluation is commonly used to measure the intensity of muscle contraction. Although researchers assume that biomechanically comparable resistance exercises with similar high EMG levels will produce similar strength gains over the long term, no studies have actually corroborated this hypothesis. This study evaluated EMG levels during 6 repetition maximum (6RM) bench press and push-up, and subsequently performed a 5-week training period where subjects were randomly divided into 3 groups (i.e., 6RM bench press group, 6RM elastic band push-up group, or control group) to evaluate muscle strength gains. Thirty university students with advanced resistance training experience participated in the 2-part study. During the training period, exercises were performed using the same loads and variables that were used during the EMG data collection. At baseline, EMG amplitude showed no significant difference between 6RM bench press and band push-up. Significant differences among the groups were found for percent change (Δ) between pretest and posttest for 6RM (p = 0.017) and for 1 repetition maximum (1RM) (p < 0.001). Six repetition maximum bench press group and 6RM elastic band push-up group improved their 1RM and 6RM (Δ ranging from 13.65 to 22.21) tests significantly with similar gains, whereas control group remains unchanged. Thus, when the EMG values are comparable and the same conditions are reproduced, the aforementioned exercises can provide similar muscle strength gains.

  15. The Effects of Mental Imagery with Video-Modeling on Self-Efficacy and Maximal Front Squat Ability

    PubMed Central

    Buck, Daniel J. M.; Hutchinson, Jasmin C.; Winter, Christa R.; Thompson, Brian A.

    2016-01-01

    This study was designed to assess the effectiveness of mental imagery supplemented with video-modeling on self-efficacy and front squat strength (three repetition maximum; 3RM). Subjects (13 male, 7 female) who had at least 6 months of front squat experience were assigned to either an experimental (n = 10) or a control (n = 10) group. Subjects′ 3RM and self-efficacy for the 3RM were measured at baseline. Following this, subjects in the experimental group followed a structured imagery protocol, incorporating video recordings of both their own 3RM performance and a model lifter with excellent technique, twice a day for three days. Subjects in the control group spent the same amount of time viewing a placebo video. Following three days with no physical training, measurements of front squat 3RM and self-efficacy for the 3RM were repeated. Subjects in the experimental group increased in self-efficacy following the intervention, and showed greater 3RM improvement than those in the control group. Self-efficacy was found to significantly mediate the relationship between imagery and front squat 3RM. These findings point to the importance of mental skills training for the enhancement of self-efficacy and front squat performance.

  16. Increased frequency of rhinitis medicamentosa due to media advertising for nasal topical decongestants.

    PubMed

    Archontaki, M; Symvoulakis, E K; Hajiioannou, J K; Stamou, A K; Kastrinakis, S; Bizaki, A J; Kyrmizakis, D E

    2009-01-01

    The aim of this study was to investigate the frequency of rhinitis medicamentosa (RM) in patients attending the ENT outpatient clinic of the General Hospital of Rethymnon (Crete, Greece) before and after the launch of an intensive nasal decongestant advertising campaign in Greece. We reviewed the medical records of the patients with RM seen at the ENT outpatient clinic in May, June and July of 2003 and 2006. We analyzed and recorded the gender, age, and related clinical information of the patients with RM. In May, June and July of 2003, 41 patients out of a total of 1780 patients attending the ENT outpatient clinic were diagnosed with RM (2.3%). In the same months in 2006, 161 patients out a total of 1898 patients were diagnosed with RM (8.5%). The frequency of RM in these groups was therefore found to have increased significantly between 2003 and 2006. In 2006, 8 out of 10 patients with RM reported that they had made their purchasing decision solely on the basis of the information supplied by the drug advertisement without consulting their doctor or pharmacist. We suggest that the intensive media advertising campaign for nasal topical decongestants (particularly on TV) which started in 2004 is probably the main reason for this "endemic" RM.

  17. Ground reaction forces and knee kinetics during single and repeated badminton lunges.

    PubMed

    Lam, Wing Kai; Ding, Rui; Qu, Yi

    2017-03-01

    Repeated movement (RM) lunge that frequently executed in badminton might be used for footwear evaluation. This study examined the influence of single movement (SM) and RM lunges on the ground reaction forces (GRFs) and knee kinetics during the braking phase of a badminton lunge step. Thirteen male university badminton players performed left-forward lunges in both SM and RM sessions. Force platform and motion capturing system were used to measure GRFs and knee kinetics variables. Paired t-test was performed to determine any significant differences between SM and RM lunges regarding mean and coefficient of variation (CV) in each variable. The kinetics results indicated that compared to SM lunges, the RM lunges had shorter contact time and generated smaller maximum loading rate of impact force, peak knee anterior-posterior force, and peak knee sagittal moment but generated larger peak horizontal resultant forces (Ps < 0.05). Additionally, the RM lunges had lower CV for peak knee medial-lateral and vertical forces (Ps < 0.05). These results suggested that the RM testing protocols had a distinct loading response and adaptation pattern during lunge and that the RM protocol showed higher within-trial reliability, which may be beneficial for the knee joint loading evaluation under different interventions.

  18. Phytoremediation of metals using lemongrass (Cymbopogon citratus (D.C.) Stapf.) grown under different levels of red mud in soil amended with biowastes.

    PubMed

    Gautam, Meenu; Pandey, Divya; Agrawal, Madhoolika

    2017-06-03

    Due to hostile condition of red mud (RM), its utilization for vegetation is restricted. Therefore, RM with biowastes as soil amendment may offer suitable combination to support plant growth with reduced risk of metal toxicity. To evaluate the effects of RM on soil properties, plant growth performance, and metal accumulation in lemongrass, a study was conducted using different RM concentrations (0, 5, 10, and 15% w/w) in soil amended with biowastes [cow dung manure (CD) or sewage-sludge (SS)]. Application of RM in soil with biowastes improved organic matter and nutrient contents and caused reduction in phytoavailable metal contents. Total plant biomass was increased under all treatments, maximally at 5% RM in soil with SS (91.4%) and CD (51.7%) compared to that in control (no RM and biowastes). Lemongrass acted as a potential metal-tolerant plant as its metal tolerance index is >100%. Based on translocation and bioconcentration factors, lemongrass acted as a potential phytostabilizer of Fe, Mn, and Cu in roots and was found efficient in translocation of Al, Zn, Cd, Pb, Cr, As, and Ni from roots to shoot. The study suggests that 5% RM with biowastes preferably SS may be used to enhance phytoremediation potential of lemongrass.

  19. Correlation between Resection Margin and Disease Recurrence with a Restricted Cubic Spline Model in Patients with Resected Hepatocellular Carcinoma.

    PubMed

    Lee, Woohyung; Han, Ho-Seong; Ahn, Soyeon; Yoon, Yoo-Seok; Cho, Jai Young; Choi, YoungRok

    2018-01-17

    The relationship between resection margin (RM) and recurrence of resected hepatocellular carcinoma (HCC) is unclear. We reviewed clinical data for 419 patients with HCC. The oncologic outcomes were compared between 2 groups of patients classified according to the inflexion point of the restricted cubic spline plot. The patients were divided according to an RM of <1 cm (n = 233; narrow RM group) or ≥1 cm (n = 186; wide RM group). The 5-year recurrence-free survival (RFS) rate was lower (34.8 vs. 43.8%, p = 0.042) and recurrence near the resection site was more frequent (4.7 vs. 0%, p = 0.010) in the narrow RM group. Patients with multiple lesions, or prior transarterial chemoembolization (TACE) or radiofrequency ablation (RFA) were excluded from subgroup analyses. In patients with a 2-5 cm HCC, the 5-year RFS was greater in the wide RM group (54.4 vs. 32.5%, p = 0.036). Narrow RM (hazard ratio 1.750, 95% CI 1.029-2.976, p = 0.039) was independently associated with disease recurrence. In patients with a single 2-5 cm HCC without prior TACE/RFA, an RM of ≥1 cm was associated with lower risk of recurrence after liver resection. © 2018 S. Karger AG, Basel.

  20. Potential Renoprotective Effects of Rosemary and Thyme Against Gentamicin Toxicity in Rats.

    PubMed

    Abdel-Azeem, Amal S; Hegazy, Amany M; Zeidan, Hala M; Ibrahim, Khadiga S; El-Sayed, Eman M

    2017-07-04

    Gentamicin (GM) is a drug used commonly against gram-negative bacteria. Its therapeutic use is mainly limited by its nephrotoxicity. This investigation was aimed at evaluating the nephroprotective effects of rosemary (RM; Rosmarinus officinalis) and thyme (TV; Thymus vulgaris) against GM toxicity. Rats were divided into four groups. Normal control group was treated intraperitoneally (i.p.) with saline; positive control group was administered GM 60 mg/kg/day i.p.; RM group was co-administered 8% RM aqueous extract, 10 mL/kg/day, orally with GM; and TV group was co-administered 8% TV aqueous extract orally, 10 mL/kg/day with GM. Both RM and TV groups extracted significantly ameliorated plasma kidney function biomarkers, and reduced malondialdhyde and glucose levels. Meanwhile, RM extract significantly modulated the electrolyte concentration and increased plasma insulin levels as compared with the GM group. However, the aqueous extract of RM showed more pronounced effects than TV extract. Our data were confirmed by histopathological examination and deoxyribonucleic acid (DNA) fragmentation analysis. Deleterious histopathological changes and increased DNA fragmentation induced by GM treatment were markedly controlled by the co-administration of RM and TV. Such renoprotective influence of RM and TV suggests their concurrent supplementation with GM therapy to limit GM toxicity.

  1. The Effects of Mental Imagery with Video-Modeling on Self-Efficacy and Maximal Front Squat Ability.

    PubMed

    Buck, Daniel J M; Hutchinson, Jasmin C; Winter, Christa R; Thompson, Brian A

    2016-04-14

    This study was designed to assess the effectiveness of mental imagery supplemented with video-modeling on self-efficacy and front squat strength (three repetition maximum; 3RM). Subjects (13 male, 7 female) who had at least 6 months of front squat experience were assigned to either an experimental ( n = 10) or a control ( n = 10) group. Subjects' 3RM and self-efficacy for the 3RM were measured at baseline. Following this, subjects in the experimental group followed a structured imagery protocol, incorporating video recordings of both their own 3RM performance and a model lifter with excellent technique, twice a day for three days. Subjects in the control group spent the same amount of time viewing a placebo video. Following three days with no physical training, measurements of front squat 3RM and self-efficacy for the 3RM were repeated. Subjects in the experimental group increased in self-efficacy following the intervention, and showed greater 3RM improvement than those in the control group. Self-efficacy was found to significantly mediate the relationship between imagery and front squat 3RM. These findings point to the importance of mental skills training for the enhancement of self-efficacy and front squat performance.

  2. INTERPRETATION OF THE STRUCTURE FUNCTION OF ROTATION MEASURE IN THE INTERSTELLAR MEDIUM

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

    Xu, Siyao; Zhang, Bing, E-mail: syxu@pku.edu.cn, E-mail: zhang@physics.unlv.edu

    2016-06-20

    The observed structure function (SF) of rotation measure (RM) varies as a broken power-law function of angular scales. The systematic shallowness of its spectral slope is inconsistent with the standard Kolmogorov scaling. This motivates us to examine the statistical analysis on RM fluctuations. The correlations of RM constructed by Lazarian and Pogosyan are demonstrated to be adequate in explaining the observed features of RM SFs through a direct comparison between the theoretically obtained and observationally measured SF results. By segregating the density and magnetic field fluctuations and adopting arbitrary indices for their respective power spectra, we find that when themore » SFs of RM and emission measure have a similar form over the same range of angular scales, the statistics of the RM fluctuations reflect the properties of density fluctuations. RM SFs can be used to evaluate the mean magnetic field along the line of sight, but cannot serve as an informative source on the properties of turbulent magnetic field in the interstellar medium. We identify the spectral break of RM SFs as the inner scale of a shallow spectrum of electron density fluctuations, which characterizes the typical size of discrete electron density structures in the observed region.« less

  3. Impact of Measurement Uncertainties on Receptor Modeling of Speciated Atmospheric Mercury.

    PubMed

    Cheng, I; Zhang, L; Xu, X

    2016-02-09

    Gaseous oxidized mercury (GOM) and particle-bound mercury (PBM) measurement uncertainties could potentially affect the analysis and modeling of atmospheric mercury. This study investigated the impact of GOM measurement uncertainties on Principal Components Analysis (PCA), Absolute Principal Component Scores (APCS), and Concentration-Weighted Trajectory (CWT) receptor modeling results. The atmospheric mercury data input into these receptor models were modified by combining GOM and PBM into a single reactive mercury (RM) parameter and excluding low GOM measurements to improve the data quality. PCA and APCS results derived from RM or excluding low GOM measurements were similar to those in previous studies, except for a non-unique component and an additional component extracted from the RM dataset. The percent variance explained by the major components from a previous study differed slightly compared to RM and excluding low GOM measurements. CWT results were more sensitive to the input of RM than GOM excluding low measurements. Larger discrepancies were found between RM and GOM source regions than those between RM and PBM. Depending on the season, CWT source regions of RM differed by 40-61% compared to GOM from a previous study. No improvement in correlations between CWT results and anthropogenic mercury emissions were found.

  4. Impact of Measurement Uncertainties on Receptor Modeling of Speciated Atmospheric Mercury

    PubMed Central

    Cheng, I.; Zhang, L.; Xu, X.

    2016-01-01

    Gaseous oxidized mercury (GOM) and particle-bound mercury (PBM) measurement uncertainties could potentially affect the analysis and modeling of atmospheric mercury. This study investigated the impact of GOM measurement uncertainties on Principal Components Analysis (PCA), Absolute Principal Component Scores (APCS), and Concentration-Weighted Trajectory (CWT) receptor modeling results. The atmospheric mercury data input into these receptor models were modified by combining GOM and PBM into a single reactive mercury (RM) parameter and excluding low GOM measurements to improve the data quality. PCA and APCS results derived from RM or excluding low GOM measurements were similar to those in previous studies, except for a non-unique component and an additional component extracted from the RM dataset. The percent variance explained by the major components from a previous study differed slightly compared to RM and excluding low GOM measurements. CWT results were more sensitive to the input of RM than GOM excluding low measurements. Larger discrepancies were found between RM and GOM source regions than those between RM and PBM. Depending on the season, CWT source regions of RM differed by 40–61% compared to GOM from a previous study. No improvement in correlations between CWT results and anthropogenic mercury emissions were found. PMID:26857835

  5. Revertant mosaicism in heritable skin diseases: mechanisms of natural gene therapy.

    PubMed

    Pasmooij, Anna M G; Jonkman, Marcel F; Uitto, Jouni

    2012-09-01

    Revertant mosaicism (RM) refers to the co-existence of cells carrying disease-causing mutations with cells in which the inherited mutation is genetically corrected by a spontaneous event. It has been discovered in an increasing number of heritable skin diseases: ichthyosis with confetti and different subtypes of epidermolysis bullosa. This "natural gene therapy" phenomenon manifests as normal appearing skin areas surrounded by affected skin. Although initially thought to be rare, RM is now considered relatively common in genetic skin diseases. To address the issues relevant to RM, we here discuss the following questions: 1) What is the incidence of RM in heritable skin diseases? 2) What are the repair mechanisms in RM? 3) When do the revertant mutations occur? 4) How do you recognize revertant skin? 5) Do the areas of RM change in size? The answers to these questions allow us to acquire knowledge on these reverted cells, the mechanisms of RM, and utility of the reverted cells to the advantage of the patient. The revertant skin could potentially be used to treat the patient's own affected skin.

  6. Gestational age of pregnancy loss in women with unexplained recurrent miscarriage.

    PubMed

    Ticconi, Carlo; Giuliani, Emma; Sorge, Roberto; Patrizi, Lodovico; Piccione, Emilio; Pietropolli, Adalgisa

    2016-03-01

    The aim of this study was to investigate the gestational age (GA) of pregnancy loss in women with unexplained recurrent miscarriage (RM) and to determine whether the miscarriages occur at similar GA in RM women. This retrospective study was carried out in a university hospital and included 288 women with unexplained RM. The GA at which each miscarriage occurred was carefully determined. Overall, 739 miscarriages were analyzed. RM women had miscarriages at a median GA of 7 weeks (range: 3-20). In RM women, 47.2% (n = 136) experienced miscarriages within a 1-week range of GA and 53.4% (n = 154) had miscarriages in the same period of fetal development (pre-embryonic, embryonic or fetal). Women with unexplained RM tend to have miscarriages at the same GA, which is characteristic for each patient. © 2015 Japan Society of Obstetrics and Gynecology.

  7. One-Dimensional RuO2/Mn2O3 Hollow Architectures as Efficient Bifunctional Catalysts for Lithium-Oxygen Batteries.

    PubMed

    Yoon, Ki Ro; Lee, Gil Yong; Jung, Ji-Won; Kim, Nam-Hoon; Kim, Sang Ouk; Kim, Il-Doo

    2016-03-09

    Rational design and massive production of bifunctional catalysts with fast oxygen reduction reaction (ORR) and oxygen evolution reaction (OER) kinetics are critical to the realization of highly efficient lithium-oxygen (Li-O2) batteries. Here, we first exploit two types of double-walled RuO2 and Mn2O3 composite fibers, i.e., (i) phase separated RuO2/Mn2O3 fiber-in-tube (RM-FIT) and (ii) multicomposite RuO2/Mn2O3 tube-in-tube (RM-TIT), by controlling ramping rate during electrospinning process. Both RM-FIT and RM-TIT exhibited excellent bifunctional electrocatalytic activities in alkaline media. The air electrodes using RM-FIT and RM-TIT showed enhanced overpotential characteristics and stable cyclability over 100 cycles in the Li-O2 cells, demonstrating high potential as efficient OER and ORR catalysts.

  8. Chromolaena odorata (L.) R.M. King & H. Rob. (Asteraceae) in sub-Saharan Africa: A synthesis and review of its medicinal potential.

    PubMed

    Omokhua, Aitebiremen G; McGaw, Lyndy J; Finnie, Jeffrey F; Van Staden, Johannes

    2016-05-13

    Chromolaena odorata (L.) R.M. King & H. Rob. (Asteraceae) is a scrambling perennial shrub that originated in the Americas, but is now common in sub-Saharan Africa, Asia and Oceania, where it has become a serious weed. The species, particularly the biotype found in Asia and West Africa, has many ethnopharmacological uses, including treatment of malaria, wounds, diarrhoea, skin infection, toothache, dysentery, stomach ache, sore throat, convulsions, piles, coughs and colds. Furthermore, no attempt has been made to synthesise and review the available literature on the usefulness of the plant in the sub-Saharan African region, hence this paper examines the beneficial attributes of C. odorata in sub-Saharan Africa. Published information on the species was gathered by the use of different database platforms, including Google Scholar, ScienceDirect, SciFinder and Scopus. Records indicate that two biotypes of C. odorata are present in sub-Saharan Africa viz. the more widespread Asian/West African C. odorata biotype (AWAB) and the southern African biotype (SAB). While the usefulness of the former is well elucidated in the literature, such information on the latter is still scarce. Although the importance of AWAB C. odorata as a fallow species and as a soil fertility improvement plant in the slash and burn rotation system of agriculture in West Africa is increasingly being recognised, its usage in traditional medicinal practice is far more appreciated. The species has a wide range of ethnopharmacological uses, possibly because of the presence of flavonoids, essential oils, phenolics, tannins and saponins. The plant is reported to have antibacterial, anti-inflammatory, antioxidant, anthelminthic, antifungal, cytotoxic, anticonvulsant, antiprotozoal, antispasmodic, antipyretic and analgesic properties. While the results of this review suggest that the AWAB plant can be exploited as an alternative to other threatened plant species known to possess similar medicinal potential

  9. The effect of paraquat inhalation on parkinsonism, organ morphology and anatomy of mice and its recovery with the application of etliringea hemisphaerica (blume, r.m. smith) crude extract

    NASA Astrophysics Data System (ADS)

    Muslim, Choirul; Nurul Kamila, Santi

    2018-03-01

    This research is aimed to understand the effect of paraquat herbicide inhalation on Parkinsonism, morphology and anatomy change in mice, and its recovery with Etliringea hemisphaerica crude extract application. Sixty mice were placed into three following groups: group R0 were mice receiving standard food ransom, R1 were a group of mice receiving the regular food ransom plus inhalation of 1% paraquat, and R2 were a group of R1 plus obtaining 0,39mg/bw extract E. hemisphaerica (Bl.) R.M. Smith). After 2 X 7 days of sub-sequential application of both paraquat and “helani tulip” extract, we observed the effects. The examination included bradikinesia attitude, postural instability and rigidity, morphology and anatomy of brain, liver, blood, lung, and kidney. The data were tabulated and analyzed qualitative and semi quantitative description on the behavioural disorder, the alteration of morphology and anatomy, and their remedy based on Sander 2004, Junqueira and Carneiro, 2007. The results showed that the application of paraquat caused strong bradikinesia, postural instability and rigidity. The treatment of the extract was only resulting in the bradikinesia removal but was minor improving the consequence of postural instability and rigidity. Paraquat was not affecting the morphology of neural brain but was altering the morphology and anatomy of lung, liver, blood, and the kidney. In general, the negative impact of the paraquat was weakly eliminated by the treatment of “helani tulip” extract.

  10. Photoionization of tungsten ions: experiment and theory for $${{\\rm{W}}}^{2+}$$ and $${{\\rm{W}}}^{3+}$$

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

    McLaughlin, B. M.; Ballance, C. P.; Schippers, S.

    2016-02-22

    Experimental and theoretical results are reported for single-photon single ionization of W 2+ and W 3+ tungsten ions. Experiments were performed at the photon-ion merged-beam setup of the Advanced Light Source in Berkeley. Absolute cross sections and detailed energy scans were measured over an energy range 20-90 eV at a bandwidth of 100 meV. Broad peak features with widths typically around 5 eV have been observed with almost no narrow resonances present in the investigated energy range. Theoretical results were obtained from a Dirac-Coulomb R-matrix approach. The calculations were carried out for the lowest-energy terms of the investigated tungsten ionsmore » with levels 5s 25p 65d 4 5D J J = 0, 1, 2, 3, 4 for W 2+ and 5s 25p 65d 3 4F J' J ' = 3/2, 5/2, 7/2, 9/2 for W 3+. Assuming a statistically weighted distribution of ions in the initial ground-term levels there is good agreement of theory and experiment for W 3+ ions. However, for W 2+ ions at higher energies there is a factor of approximately two difference between experimental and theoretical cross sections.« less

  11. Velocity-resolved [{\\rm{C}}\\,{\\rm{II}}] Emission from Cold Diffuse Clouds in the Interstellar Medium

    NASA Astrophysics Data System (ADS)

    Goldsmith, Paul F.; Pineda, Jorge L.; Neufeld, David A.; Wolfire, Mark G.; Risacher, Christophe; Simon, Robert

    2018-04-01

    We have combined emission from the 158 μm fine structure transition of C+ observed with the GREAT and upGREAT instruments on SOFIA with 21 cm absorption spectra and visual extinction to characterize the diffuse interstellar clouds found along the lines of sight. The weak [C II] emission is consistent in velocity and line width with the strongest H I component produced by the cold neutral medium. The H I column density and kinetic temperature are known from the 21 cm data and, assuming a fractional abundance of ionized carbon, we calculate the volume density and thermal pressure of each source, which vary considerably, with 27 {cm}}-3≤slant n({{{H}}}0) ≤slant 210 cm‑3 considering only the atomic hydrogen along the lines of sight to be responsible for the C+, while 13 {cm}}-3≤slant n({{{H}}}0+{{{H}}}2)≤slant 190 cm‑3 including the hydrogen in both forms. The thermal pressure varies widely with 1970 cm‑3 K ≤slant {P}th}/k≤slant 10,440 cm‑3 K for H0 alone and 750 cm‑3 K ≤ P th/k ≤ 9360 cm‑3 K including both H0 and H2. The molecular hydrogen fraction varies between 0.10 and 0.67. Photoelectric heating is the dominant heating source, supplemented by a moderately enhanced cosmic ray ionization rate, constrained by the relatively low 45 K to 73 K gas temperatures of the clouds. The resulting thermal balance for the two lower-density clouds is satisfactory, but for the two higher-density clouds, the combined heating rate is insufficient to balance the observed C+ cooling.

  12. Temperature dependence of line parameters of {}^{12}\\rm{C}{}^{16}\\rm{O}_{2} near 2.004\\,{\\rm{\\mu }}m studied by tunable diode laser spectroscopy

    NASA Astrophysics Data System (ADS)

    Ma, Hongliang; Sun, Mingguo; Zha, Shenlong; Liu, Qiang; Cao, Zhensong; Huang, Yinbo; Zhu, Zhu; Rao, Ruizhong

    2018-02-01

    Not Available Project supported by the Young Scientists Fund of the National Natural Science Foundation of China (Grant Nos. 41205021 and 61701006), the Youth Innovation Promotion Association of the Chinese Academy of Sciences (Grant No. 2015264), and the Scientific Research Foundation of the Higher Education Institutions of Anhui Province, China (Grant No. KJ2015A234).

  13. Performance of health product risk management and surveillance conducted by health personnel at sub-district health promotion hospitals in the northeast region of Thailand.

    PubMed

    Kanjanarach, Tipaporn; Jaisa-Ard, Raksaworn; Poonaovarat, Nantawan

    2014-01-01

    Health personnel at sub-district health promotion hospitals (SD-HPHs) are assigned to take responsibility for 15 activities related to health product risk management and surveillance (HP-RM&S). This cross-sectional survey aimed to identify factors that determined their job performance and to record their expressed needs to support HP-RM&S operation. In this study, job performance was defined as completion of all 15 activities. Self-administered postal questionnaires were used to collect data from 380 randomly selected health personnel who were in charge of HP-RM&S at SD-HPHs in the northeast of Thailand. Thirty-six point one percent (n=137) of the respondents were able to perform all 15 of the HP-RM&S activities assigned to SD-HPHs. A logistic regression model identified three factors that statistically significantly determined the completion of all 15 HP-RM&S activities. These were: receiving a high or very high level of support from the community (adjusted odds ratio [OR]: 2.5; 95% confidence interval [CI]: 1.5, 4.1), the responsible persons for HP-RM&S did not hold an administrative position (adjusted OR: 1.7; 95% CI: 1.1, 2.7), and having at least one training session related to HP-RM&S per year (adjusted OR: 1.7; 95% CI 1.1, 2.6). There were 1,536 expressed needs which can be classified into four major categories, ie, training needs (41.6%, n=639), resource support (28.3%, n=435), mechanisms that facilitate HP-RM&S operation (24.1%, n=370) and adjusting of the scope of HP-RM&S (6.0%, n=92). The topics most frequently referred to in training needs were drug law, food law, and cosmetics law. A strategy for improvement of the job performance in HP-RM&S of health personnel in SD-HPHs should target identifying schemes to encourage the community to proactively participate in HP-RM&S. The district health office as the organization directly controlling and supervising SD-HPHs should also regularly update knowledge base and skills necessary for HP-RM&S operation

  14. The Formation of Supermassive Black Holes from Population III.1 Seeds. I. Cosmic Formation Histories and Clustering Properties

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

    Banik, Nilanjan; Tan, Jonathan C.; Monaco, Pierluigi

    We calculate the cosmic distributions in space and time of the formation sites of the first, "Pop III.1" stars, exploring a model in which these are the progenitors of all supermassive black holes (SMBHs). Pop III.1 stars are defined to form from primordial composition gas in dark matter minihalos withmore » $$\\sim10^6\\:M_\\odot$$ that are isolated from neighboring astrophysical sources by a given isolation distance, $$d_{\\rm{iso}}$$. We assume Pop III.1 sources are seeds of SMBHs, based on protostellar support by dark matter annihilation heating that allows them to accrete a large fraction of their minihalo gas, i.e., $$\\sim 10^5\\:M_\\odot$$. Exploring $$d_{\\rm{iso}}$$ from 10--$$100\\:\\rm{kpc}$$ (proper distances), we predict the redshift evolution of Pop III.1 source and SMBH remnant number densities. The local, $z=0$ density of SMBHs constrains $$d_{\\rm{iso}}\\lesssim 100\\:\\rm{kpc}$$ (i.e., $$3\\:\\rm{Mpc}$$ comoving distance at $$z\\simeq30$$). In our simulated ($$\\sim60\\:\\rm{Mpc}$$)$^3$ comoving volume, Pop III.1 stars start forming just after $z=40$. Their formation is largely complete by $$z\\simeq25$$ to 20 for $$d_{\\rm{iso}}=100$$ to $$50\\:\\rm{kpc}$$. We follow source evolution to $z=10$, by which point most SMBHs reside in halos with $$\\gtrsim10^8\\:M_\\odot$$. Over this period, there is relatively limited merging of SMBHs for these values of $$d_{\\rm{iso}}$$. We also predict SMBH clustering properties at $z=10$$: feedback suppression of neighboring sources leads to relatively flat angular correlation functions. Finally, we consider a simple "Str\\"omgren" model for $$d_{\\rm iso}$, based on ionizing feedback from zero age main sequence supermassive Pop III.1 stars that may be the direct progenitors of SMBHs in this scenario. Such models naturally produce feedback effects on scales of $$\\sim100\\:$$kpc and thus self-consistently generate a SMBH number density similar to the observed value.« less

  15. The Relationship Between Level of Adherence to Automatic Wireless Remote Monitoring and Survival in Pacemaker and Defibrillator Patients.

    PubMed

    Varma, Niraj; Piccini, Jonathan P; Snell, Jeffery; Fischer, Avi; Dalal, Nirav; Mittal, Suneet

    2015-06-23

    Remote monitoring (RM) technology embedded within cardiac rhythm devices permits continuous monitoring, which may result in improved patient outcomes. This study used "big data" to assess whether RM is associated with improved survival and whether this is influenced by the type of cardiac device and/or its degree of use. We studied 269,471 consecutive U.S. patients implanted between 2008 and 2011 with pacemakers (PMs), implantable cardioverter-defibrillators (ICDs), or cardiac resynchronization therapy (CRT) with pacing capability (CRT-P)/defibrillation capability (CRT-D) with wireless RM. We analyzed weekly use and all-cause survival for each device type by the percentage of time in RM (%TRM) stratified by age. Socioeconomic influences on %TRM were assessed using 8 census variables from 2012. The group had implanted PMs (n = 115,076; 43%), ICDs (n = 85,014; 32%), CRT-D (n = 61,475; 23%), and CRT-P (n = 7,906; 3%). When considered together, 127,706 patients (47%) used RM, of whom 67,920 (53%) had ≥75%TRM (high %TRM) and 59,786 (47%) <75%TRM (low %TRM); 141,765 (53%) never used RM (RM None). RM use was not affected by age or sex, but demonstrated wide geographic and socioeconomic variability. Survival was better in high %TRM versus RM None (hazard ratio [HR]: 2.10; p < 0.001), in high %TRM versus low %TRM (HR: 1.32; p < 0.001), and also in low %TRM versus RM None (HR: 1.58; p < 0.001). The same relationship was observed when assessed by individual device type. RM is associated with improved survival, irrespective of device type (including PMs), but demonstrates a graded relationship with the level of adherence. The results support the increased application of RM to improve patient outcomes. Copyright © 2015 American College of Cardiology Foundation. Published by Elsevier Inc. All rights reserved.

  16. Statistical and Adaptive Signal Processing for UXO Discrimination for Next-Generation Sensor Data

    DTIC Science & Technology

    2009-09-01

    using the energies of all polarizations as features in a KNN classifier variant resulted in 100% probability of detection at a probability of false...International Conference on Acoustics, Speech , and Signal Processing, vol. V, 2005, pp. 885-888. [12] C. Kreucher, K. Kastella, and A. O. Hero

  17. Performance Evaluation of Multimodal Multifeature Authentication System Using KNN Classification.

    PubMed

    Rajagopal, Gayathri; Palaniswamy, Ramamoorthy

    2015-01-01

    This research proposes a multimodal multifeature biometric system for human recognition using two traits, that is, palmprint and iris. The purpose of this research is to analyse integration of multimodal and multifeature biometric system using feature level fusion to achieve better performance. The main aim of the proposed system is to increase the recognition accuracy using feature level fusion. The features at the feature level fusion are raw biometric data which contains rich information when compared to decision and matching score level fusion. Hence information fused at the feature level is expected to obtain improved recognition accuracy. However, information fused at feature level has the problem of curse in dimensionality; here PCA (principal component analysis) is used to diminish the dimensionality of the feature sets as they are high dimensional. The proposed multimodal results were compared with other multimodal and monomodal approaches. Out of these comparisons, the multimodal multifeature palmprint iris fusion offers significant improvements in the accuracy of the suggested multimodal biometric system. The proposed algorithm is tested using created virtual multimodal database using UPOL iris database and PolyU palmprint database.

  18. Performance Evaluation of Multimodal Multifeature Authentication System Using KNN Classification

    PubMed Central

    Rajagopal, Gayathri; Palaniswamy, Ramamoorthy

    2015-01-01

    This research proposes a multimodal multifeature biometric system for human recognition using two traits, that is, palmprint and iris. The purpose of this research is to analyse integration of multimodal and multifeature biometric system using feature level fusion to achieve better performance. The main aim of the proposed system is to increase the recognition accuracy using feature level fusion. The features at the feature level fusion are raw biometric data which contains rich information when compared to decision and matching score level fusion. Hence information fused at the feature level is expected to obtain improved recognition accuracy. However, information fused at feature level has the problem of curse in dimensionality; here PCA (principal component analysis) is used to diminish the dimensionality of the feature sets as they are high dimensional. The proposed multimodal results were compared with other multimodal and monomodal approaches. Out of these comparisons, the multimodal multifeature palmprint iris fusion offers significant improvements in the accuracy of the suggested multimodal biometric system. The proposed algorithm is tested using created virtual multimodal database using UPOL iris database and PolyU palmprint database. PMID:26640813

  19. Improved survival in patients enrolled promptly into remote monitoring following cardiac implantable electronic device implantation.

    PubMed

    Mittal, Suneet; Piccini, Jonathan P; Snell, Jeff; Prillinger, Julie B; Dalal, Nirav; Varma, Niraj

    2016-08-01

    Guidelines advocate remote monitoring (RM) in patients with a cardiac implantable electronic device (CIED). However, it is not known when RM should be initiated. We hypothesized that prompt initiation of RM (within 91 days of implant) is associated with improved survival compared to delayed initiation. This retrospective, national, observational cohort study evaluated patients receiving new implants of market-released St. Jude Medical™ pacemakers (PM), implantable cardioverter defibrillators (ICD), and cardiac resynchronization therapy (CRT) devices. Patients were assigned to one of two groups: an "RM Prompt" group, in which RM was initiated within 91 days of implant; and an "RM Delayed" group, in which RM was initiated >91 days but ≤365 days of implant. The primary endpoint was all-cause mortality. The cohort included 106,027 patients followed for a mean of 2.6 ± 0.9 years. Overall, 47,014 (44 %) patients had a PM, 31,889 (30 %) patients had an ICD, 24,005 (23 %) patients had a CRT-D, and 3119 (3 %) patients had a CRT-P. Remote monitoring was initiated promptly (median 4 weeks [IQR 2, 8 weeks]) in 66,070 (62 %) patients; in the other 39,957 (38 %) patients, RM initiation was delayed (median 24 weeks [IQR 18, 34 weeks]). In comparison to delayed initiation, prompt initiation of RM was associated with a lower mortality rate (4023 vs. 4679 per 100,000 patient-years, p < 0.001) and greater adjusted survival (HR 1.18 [95 % CI 1.13-1.22], p < 0.001). Our data, for the first time, show improved survival in patients enrolled promptly into RM following CIED implantation. This advantage was observed across all CIED device types.

  20. The Association between Maximal Bench Press Strength and Isometric Handgrip Strength among Breast Cancer Survivors

    PubMed Central

    Rogers, Benjamin H.; Brown, Justin C.; Gater, David R.; Schmitz, Kathryn H.

    2016-01-01

    Objective One-repetition maximum (1-RM) bench press strength is considered the gold standard to quantify upper-body muscular strength. Isometric handgrip strength is frequently used as a surrogate for 1-RM bench press strength among breast cancer (BrCa) survivors. The relationship between 1-RM bench press strength and isometric handgrip strength, however, has not been characterized among BrCa survivors. Design Cross-sectional study. Setting Laboratory. Participants Community-dwelling BrCa survivors. Interventions Not applicable. Main Outcome Measure 1-RM bench press strength was measured with a barbell and exercise bench. Isometric handgrip strength was measured using an isometric dynamometer with three maximal contractions of left and right hands. All measures were conducted by staff with training in clinical exercise testing. Results Among 295 BrCa survivors, 1-RM bench press strength was 18.2±6.1 kg (range: 2.2-43.0) and isometric handgrip strength was 23.5±5.8 kg (range: 9.0-43.0). The strongest correlate of 1-RM bench press strength was the average isometric handgrip strength of both hands (r=0.399; P<0.0001). Mean-difference analysis suggested that the average isometric handgrip strength of both hands overestimated 1-RM bench press strength by 4.7 kg (95% limits of agreement: −8.2 to 17.6). In a multivariable linear regression model, the average isometric handgrip strength of both hands (β=0.31; P<0.0001) and age (β=−0.20; P<0.0001) were positively correlated with 1-RM bench press strength (R2=0.23). Conclusions Isometric handgrip strength is a poor surrogate for 1-RM bench press strength among BrCa survivors. 1-RM bench press and isometric handgrip strength quantify distinct components of muscular strength. PMID:27543047

  1. Biological reference materials for extracellular vesicle studies.

    PubMed

    Valkonen, S; van der Pol, E; Böing, A; Yuana, Y; Yliperttula, M; Nieuwland, R; Laitinen, S; Siljander, P R M

    2017-02-15

    Extracellular vesicles (EVs) mediate normal physiological homeostasis and pathological processes by facilitating intercellular communication. Research of EVs in basic science and clinical settings requires both methodological standardization and development of reference materials (RM). Here, we show insights and results of biological RM development for EV studies. We used a three-step approach to find and develop a biological RM. First, a literature search was done to find candidates for biological RMs. Second, a questionnaire was sent to EV researchers querying the preferences for RM and their use. Third, a biological RM was selected, developed, characterized, and evaluated. The responses to the survey demonstrated a clear and recognized need for RM optimized for the calibration of EV measurements. Based on the literature, naturally occurring and produced biological RM, such as virus particles and liposomes, were proposed as RM. However, none of these candidate RMs have properties completely matching those of EVs, such as size and refractive index distribution. Therefore, we evaluated the use of nanoerythrosomes (NanoE), vesicles produced from erythrocytes, as a potential biological RM. The strength of NanoE is their resemblance to EVs. Compared to the erythrocyte-derived EVs (eryEVs), NanoE have similar morphology, a similar refractive index (1.37), larger diameter (70% of the NanoE are over 200nm), and increased positive staining for CD235a and lipids (Di-8-ANEPPS) (58% and 67% in NanoE vs. 21% and 45% in eryEVs, respectively). Altogether, our results highlight the general need to develop and validate new RM with similar physical and biochemical properties as EVs to standardize EV measurements between instruments and laboratories. Copyright © 2016 The Authors. Published by Elsevier B.V. All rights reserved.

  2. Metabolic and Structural Imaging at 7 Tesla After Repetitive Mild Traumatic Brain Injury in Immature Rats.

    PubMed

    Fidan, Emin; Foley, Lesley M; New, Lee Ann; Alexander, Henry; Kochanek, Patrick M; Hitchens, T Kevin; Bayır, Hülya

    2018-01-01

    Mild traumatic brain injury (mTBI) in children is a common and serious public health problem. Traditional neuroimaging findings in children who sustain mTBI are often normal, putting them at risk for repeated mTBI (rmTBI). There is a need for more sensitive imaging techniques capable of detecting subtle neurophysiological alterations after injury. We examined neurochemical and white matter changes using diffusion tensor imaging of the whole brain and proton magnetic resonance spectroscopy of the hippocampi at 7 Tesla in 18-day-old male rats at 7 days after mTBI and rmTBI. Traumatic axonal injury was assessed by beta-amyloid precursor protein accumulation using immunohistochemistry. A significant decrease in fractional anisotropy and increase in axial and radial diffusivity were observed in several brain regions, especially in white matter regions, after a single mTBI versus sham and more prominently after rmTBI. In addition, we observed accumulation of beta-amyloid precursor protein in the external capsule after mTBI and rmTBI. mTBI and rmTBI reduced the N-acetylaspartate/creatine ratio (NAA/Cr) and increased the myoinositol/creatine ratio (Ins/Cr) versus sham. rmTBI exacerbated the reduction in NAA/Cr versus mTBI. The choline/creatine (Cho/Cr) and (lipid/Macro Molecule 1)/creatine (Lip/Cr) ratios were also decreased after rmTBI versus sham. Diffusion tensor imaging findings along with the decrease in Cho and Lip after rmTBI may reflect damage to axonal membrane. NAA and Ins are altered at 7 days after mTBI and rmTBI likely reflecting neuro-axonal damage and glial response, respectively. These findings may be relevant to understanding the extent of disability following mTBI and rmTBI in the immature brain and may identify possible therapeutic targets.

  3. Spontaneous abortion and recurrent miscarriage: A comparison of cytogenetic diagnosis in 250 cases.

    PubMed

    Choi, Tae Yeong; Lee, Hye Min; Park, Won Kyoung; Jeong, So Yeong; Moon, Hwa Sook

    2014-11-01

    The purpose of this study was to determine the frequency and distribution of cytogenetically abnormal miscarriages in couples with spontaneous abortions (SA) or recurrent miscarriages (RM). Karyotyping of specimens from 164 abortuses with SA and 86 abortuses with RM was successfully performed according to the standard cytogenetic methods using G-banding technique. Among the total 164 cases of SA group, 81 (49.4%) were euploid and the rest (83, 50.6%) showed chromosomal abnormalities. In RM(≥2) and RM(≥3) group, 31 (36.0%)/27 (34.6%) cases were euploid and 55 (64.0%)/51(65.4%) cases were abnormal, respectively. A statistically significant difference was found in the rate of cytogenetic abnormality between SA and RM groups (P<0.05). In all groups, women with advanced maternal age (≥35 years) had a higher rate of chromosome anomalies compared with women younger than age 35 (normal:abnormal = 32.4%:67.6% for ≥35 years and 53.8%:46.2% for <35 years in SA; 19.2%:80.8%/21.7%:78.3% for ≥35 years and 43.3%:56.7%/40.0%:60.0% for <35 years in RM(≥2) and RM(≥3), respectively; P<0.05). In SA group, an increase of normal karyotypes was noted with increased gestational age (<10 week, 38.0%; 10-15 week, 53.5%; 16-20 week, 65.7%). In RM group, most of cases were in <10 week and the frequency of trisomies with chromosomes 1 to 10 were increased compared with that of SA. There was a statistically significant difference in the frequency and distribution of chromosomal abnormalities between SA and RM groups. Our results will provide useful information for diagnosis and genetic counseling of patients with SA or RM.

  4. Identifying the minor set cover of dense connected bipartite graphs via random matching edge sets

    NASA Astrophysics Data System (ADS)

    Hamilton, Kathleen E.; Humble, Travis S.

    2017-04-01

    Using quantum annealing to solve an optimization problem requires minor embedding a logic graph into a known hardware graph. In an effort to reduce the complexity of the minor embedding problem, we introduce the minor set cover (MSC) of a known graph G: a subset of graph minors which contain any remaining minor of the graph as a subgraph. Any graph that can be embedded into G will be embeddable into a member of the MSC. Focusing on embedding into the hardware graph of commercially available quantum annealers, we establish the MSC for a particular known virtual hardware, which is a complete bipartite graph. We show that the complete bipartite graph K_{N,N} has a MSC of N minors, from which K_{N+1} is identified as the largest clique minor of K_{N,N}. The case of determining the largest clique minor of hardware with faults is briefly discussed but remains an open question.

  5. Automatic Classification of Protein Structure Using the Maximum Contact Map Overlap Metric

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

    Andonov, Rumen; Djidjev, Hristo Nikolov; Klau, Gunnar W.

    In this paper, we propose a new distance measure for comparing two protein structures based on their contact map representations. We show that our novel measure, which we refer to as the maximum contact map overlap (max-CMO) metric, satisfies all properties of a metric on the space of protein representations. Having a metric in that space allows one to avoid pairwise comparisons on the entire database and, thus, to significantly accelerate exploring the protein space compared to no-metric spaces. We show on a gold standard superfamily classification benchmark set of 6759 proteins that our exact k-nearest neighbor (k-NN) scheme classifiesmore » up to 224 out of 236 queries correctly and on a larger, extended version of the benchmark with 60; 850 additional structures, up to 1361 out of 1369 queries. Finally, our k-NN classification thus provides a promising approach for the automatic classification of protein structures based on flexible contact map overlap alignments.« less

  6. Optimizing classification performance in an object-based very-high-resolution land use-land cover urban application

    NASA Astrophysics Data System (ADS)

    Georganos, Stefanos; Grippa, Tais; Vanhuysse, Sabine; Lennert, Moritz; Shimoni, Michal; Wolff, Eléonore

    2017-10-01

    This study evaluates the impact of three Feature Selection (FS) algorithms in an Object Based Image Analysis (OBIA) framework for Very-High-Resolution (VHR) Land Use-Land Cover (LULC) classification. The three selected FS algorithms, Correlation Based Selection (CFS), Mean Decrease in Accuracy (MDA) and Random Forest (RF) based Recursive Feature Elimination (RFE), were tested on Support Vector Machine (SVM), K-Nearest Neighbor, and Random Forest (RF) classifiers. The results demonstrate that the accuracy of SVM and KNN classifiers are the most sensitive to FS. The RF appeared to be more robust to high dimensionality, although a significant increase in accuracy was found by using the RFE method. In terms of classification accuracy, SVM performed the best using FS, followed by RF and KNN. Finally, only a small number of features is needed to achieve the highest performance using each classifier. This study emphasizes the benefits of rigorous FS for maximizing performance, as well as for minimizing model complexity and interpretation.

  7. Ultrahigh Piezoelectric Properties in Textured (K,Na)NbO3 -Based Lead-Free Ceramics.

    PubMed

    Li, Peng; Zhai, Jiwei; Shen, Bo; Zhang, Shujun; Li, Xiaolong; Zhu, Fangyuan; Zhang, Xingmin

    2018-02-01

    High-performance lead-free piezoelectric materials are in great demand for next-generation electronic devices to meet the requirement of environmentally sustainable society. Here, ultrahigh piezoelectric properties with piezoelectric coefficients (d 33 ≈700 pC N -1 , d 33 * ≈980 pm V -1 ) and planar electromechanical coupling factor (k p ≈76%) are achieved in highly textured (K,Na)NbO 3 (KNN)-based ceramics. The excellent piezoelectric properties can be explained by the strong anisotropic feature, optimized engineered domain configuration in the textured ceramics, and facilitated polarization rotation induced by the intermediate phase. In addition, the nanodomain structures with decreased domain wall energy and increased domain wall mobility also contribute to the ultrahigh piezoelectric properties. This work not only demonstrates the tremendous potential of KNN-based ceramics to replace lead-based piezoelectrics but also provides a good strategy to design high-performance piezoelectrics by controlling appropriate phase and crystallographic orientation. © 2018 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  8. Automatic Classification of Protein Structure Using the Maximum Contact Map Overlap Metric

    DOE PAGES

    Andonov, Rumen; Djidjev, Hristo Nikolov; Klau, Gunnar W.; ...

    2015-10-09

    In this paper, we propose a new distance measure for comparing two protein structures based on their contact map representations. We show that our novel measure, which we refer to as the maximum contact map overlap (max-CMO) metric, satisfies all properties of a metric on the space of protein representations. Having a metric in that space allows one to avoid pairwise comparisons on the entire database and, thus, to significantly accelerate exploring the protein space compared to no-metric spaces. We show on a gold standard superfamily classification benchmark set of 6759 proteins that our exact k-nearest neighbor (k-NN) scheme classifiesmore » up to 224 out of 236 queries correctly and on a larger, extended version of the benchmark with 60; 850 additional structures, up to 1361 out of 1369 queries. Finally, our k-NN classification thus provides a promising approach for the automatic classification of protein structures based on flexible contact map overlap alignments.« less

  9. Classification of Breast Cancer Resistant Protein (BCRP) Inhibitors and Non-Inhibitors Using Machine Learning Approaches.

    PubMed

    Belekar, Vilas; Lingineni, Karthik; Garg, Prabha

    2015-01-01

    The breast cancer resistant protein (BCRP) is an important transporter and its inhibitors play an important role in cancer treatment by improving the oral bioavailability as well as blood brain barrier (BBB) permeability of anticancer drugs. In this work, a computational model was developed to predict the compounds as BCRP inhibitors or non-inhibitors. Various machine learning approaches like, support vector machine (SVM), k-nearest neighbor (k-NN) and artificial neural network (ANN) were used to develop the models. The Matthews correlation coefficients (MCC) of developed models using ANN, k-NN and SVM are 0.67, 0.71 and 0.77, and prediction accuracies are 85.2%, 88.3% and 90.8% respectively. The developed models were tested with a test set of 99 compounds and further validated with external set of 98 compounds. Distribution plot analysis and various machine learning models were also developed based on druglikeness descriptors. Applicability domain is used to check the prediction reliability of the new molecules.

  10. Applied algorithm in the liner inspection of solid rocket motors

    NASA Astrophysics Data System (ADS)

    Hoffmann, Luiz Felipe Simões; Bizarria, Francisco Carlos Parquet; Bizarria, José Walter Parquet

    2018-03-01

    In rocket motors, the bonding between the solid propellant and thermal insulation is accomplished by a thin adhesive layer, known as liner. The liner application method involves a complex sequence of tasks, which includes in its final stage, the surface integrity inspection. Nowadays in Brazil, an expert carries out a thorough visual inspection to detect defects on the liner surface that may compromise the propellant interface bonding. Therefore, this paper proposes an algorithm that uses the photometric stereo technique and the K-nearest neighbor (KNN) classifier to assist the expert in the surface inspection. Photometric stereo allows the surface information recovery of the test images, while the KNN method enables image pixels classification into two classes: non-defect and defect. Tests performed on a computer vision based prototype validate the algorithm. The positive results suggest that the algorithm is feasible and when implemented in a real scenario, will be able to help the expert in detecting defective areas on the liner surface.

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

    Majidpour, Mostafa; Qiu, Charlie; Chu, Peter

    Three algorithms for the forecasting of energy consumption at individual EV charging outlets have been applied to real world data from the UCLA campus. Out of these three algorithms, namely k-Nearest Neighbor (kNN), ARIMA, and Pattern Sequence Forecasting (PSF), kNN with k=1, was the best and PSF was the worst performing algorithm with respect to the SMAPE measure. The advantage of PSF is its increased robustness to noise by substituting the real valued time series with an integer valued one, and the advantage of NN is having the least SMAPE for our data. We propose a Modified PSF algorithm (MPSF)more » which is a combination of PSF and NN; it could be interpreted as NN on integer valued data or as PSF with considering only the most recent neighbor to produce the output. Some other shortcomings of PSF are also addressed in the MPSF. Results show that MPSF has improved the forecast performance.« less

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

    Ikeda, Y.; Sato, T.

    Three-body resonances in the KNN system have been studied within a framework of the KNN-{pi}YN coupled-channel Faddeev equation. By solving the three-body equation, the energy dependence of the resonant KN amplitude is fully taken into account. The S-matrix pole has been investigated from the eigenvalue of the kernel with the analytic continuation of the scattering amplitude on the unphysical Riemann sheet. The KN interaction is constructed from the leading order term of the chiral Lagrangian using relativistic kinematics. The {lambda}(1405) resonance is dynamically generated in this model, where the KN interaction parameters are fitted to the data of scattering length.more » As a result we find a three-body resonance of the strange dibaryon system with binding energy B{approx}79 MeV and width {gamma}{approx}74 MeV. The energy of the three-body resonance is found to be sensitive to the model of the I=0 KN interaction.« less

  13. Can a Smartphone Diagnose Parkinson Disease? A Deep Neural Network Method and Telediagnosis System Implementation.

    PubMed

    Zhang, Y N

    2017-01-01

    Parkinson's disease (PD) is primarily diagnosed by clinical examinations, such as walking test, handwriting test, and MRI diagnostic. In this paper, we propose a machine learning based PD telediagnosis method for smartphone. Classification of PD using speech records is a challenging task owing to the fact that the classification accuracy is still lower than doctor-level. Here we demonstrate automatic classification of PD using time frequency features, stacked autoencoders (SAE), and K nearest neighbor (KNN) classifier. KNN classifier can produce promising classification results from useful representations which were learned by SAE. Empirical results show that the proposed method achieves better performance with all tested cases across classification tasks, demonstrating machine learning capable of classifying PD with a level of competence comparable to doctor. It concludes that a smartphone can therefore potentially provide low-cost PD diagnostic care. This paper also gives an implementation on browser/server system and reports the running time cost. Both advantages and disadvantages of the proposed telediagnosis system are discussed.

  14. Can a Smartphone Diagnose Parkinson Disease? A Deep Neural Network Method and Telediagnosis System Implementation

    PubMed Central

    2017-01-01

    Parkinson's disease (PD) is primarily diagnosed by clinical examinations, such as walking test, handwriting test, and MRI diagnostic. In this paper, we propose a machine learning based PD telediagnosis method for smartphone. Classification of PD using speech records is a challenging task owing to the fact that the classification accuracy is still lower than doctor-level. Here we demonstrate automatic classification of PD using time frequency features, stacked autoencoders (SAE), and K nearest neighbor (KNN) classifier. KNN classifier can produce promising classification results from useful representations which were learned by SAE. Empirical results show that the proposed method achieves better performance with all tested cases across classification tasks, demonstrating machine learning capable of classifying PD with a level of competence comparable to doctor. It concludes that a smartphone can therefore potentially provide low-cost PD diagnostic care. This paper also gives an implementation on browser/server system and reports the running time cost. Both advantages and disadvantages of the proposed telediagnosis system are discussed. PMID:29075547

  15. Assessment of Patient Perceptions About Web Telemonitoring Applied to Artificial Pancreas Use at Home

    PubMed Central

    Farret, Anne; Del Favero, Simone; Bruttomesso, Daniela; Renard, Eric

    2014-01-01

    Patients with chronic diseases as well as health care systems could benefit from telemedicine applications such as remote monitoring (RM). RM relies on a device that sends patients’ health data to a remote server accessible by care teams. Recent smartphone-based artificial pancreas (AP) systems collect comprehensive set of information and could therefore support the development of RM applied to diabetes. To better understand how RM could be integrated in future AP systems, we wanted to get patients’ opinion on this concept, as they are the final users of these systems. An online questionnaire with 11 items was sent to 20 experienced patients who tested AP and RM during our recent outpatient studies in France and Italy. We received 17 answers. All patients considered that during their participation in trials, RM was useful, reassuring, and essential. One-third wouldn’t have participated without it. When AP is commercialized, 88% of respondents think that AP should go with a RM tool, but it should be activated only at certain times, at first use or in case of difficulties (82%). Participants ask for technical support when a device fails (88%) and for medical help in case of prolonged hyperglycemia (65%) or severe or repeated hypoglycemia (53%), but not after each case of hypoglycemia (6%). More than 75% think that RM could help them to improve their blood glucose control. This preliminary work indicates that patients expect RM to be part of future AP development. Larger studies remain to be performed to investigate its usefulness and potential economic effectiveness. PMID:24876571

  16. Relationship between the number of repetitions and selected percentages of one repetition maximum in free weight exercises in trained and untrained men.

    PubMed

    Shimano, Tomoko; Kraemer, William J; Spiering, Barry A; Volek, Jeff S; Hatfield, Disa L; Silvestre, Ricardo; Vingren, Jakob L; Fragala, Maren S; Maresh, Carl M; Fleck, Steven J; Newton, Robert U; Spreuwenberg, Luuk P B; Häkkinen, Keijo

    2006-11-01

    Resistance exercise intensity is commonly prescribed as a percent of 1 repetition maximum (1RM). However, the relationship between percent 1RM and the number of repetitions allowed remains poorly studied, especially using free weight exercises. The purpose of this study was to determine the maximal number of repetitions that trained (T) and untrained (UT) men can perform during free weight exercises at various percentages of 1RM. Eight T and 8 UT men were tested for 1RM strength. Then, subjects performed 1 set to failure at 60, 80, and 90% of 1RM in the back squat, bench press, and arm curl in a randomized, balanced design. There was a significant (p < 0.05) intensity x exercise interaction. More repetitions were performed during the back squat than the bench press or arm curl at 60% 1RM for T and UT. At 80 and 90% 1RM, there were significant differences between the back squat and other exercises; however, differences were much less pronounced. No differences in number of repetitions performed at a given exercise intensity were noted between T and UT (except during bench press at 90% 1RM). In conclusion, the number of repetitions performed at a given percent of 1RM is influenced by the amount of muscle mass used during the exercise, as more repetitions can be performed during the back squat than either the bench press or arm curl. Training status of the individual has a minimal impact on the number of repetitions performed at relative exercise intensity.

  17. Genetic Dissection of Root Morphological Traits Related to Nitrogen Use Efficiency in Brassica napus L. under Two Contrasting Nitrogen Conditions

    PubMed Central

    Wang, Jie; Dun, Xiaoling; Shi, Jiaqin; Wang, Xinfa; Liu, Guihua; Wang, Hanzhong

    2017-01-01

    As the major determinant for nutrient uptake, root system architecture (RSA) has a massive impact on nitrogen use efficiency (NUE). However, little is known the molecular control of RSA as related to NUE in rapeseed. Here, a rapeseed recombinant inbred line population (BnaZNRIL) was used to investigate root morphology (RM, an important component for RSA) and NUE-related traits under high-nitrogen (HN) and low-nitrogen (LN) conditions by hydroponics. Data analysis suggested that RM-related traits, particularly root size had significantly phenotypic correlations with plant dry biomass and N uptake irrespective of N levels, but no or little correlation with N utilization efficiency (NUtE), providing the potential to identify QTLs with pleiotropy or specificity for RM- and NUE-related traits. A total of 129 QTLs (including 23 stable QTLs, which were repeatedly detected at least two environments or different N levels) were identified and 83 of them were integrated into 22 pleiotropic QTL clusters. Five RM-NUE, ten RM-specific and three NUE-specific QTL clusters with same directions of additive-effect implied two NUE-improving approaches (RM-based and N utilization-based directly) and provided valuable genomic regions for NUE improvement in rapeseed. Importantly, all of four major QTLs and most of stable QTLs (20 out of 23) detected here were related to RM traits under HN and/or LN levels, suggested that regulating RM to improve NUE would be more feasible than regulating N efficiency directly. These results provided the promising genomic regions for marker-assisted selection on RM-based NUE improvement in rapeseed. PMID:29033971

  18. Time until diagnosis of clinical events with different remote monitoring systems in Implantable Cardioverter-Defibrillator patients.

    PubMed

    Söth-Hansen, Malene; Witt, Christoffer Tobias; Rasmussen, Mathis; Kristensen, Jens; Gerdes, Christian; Nielsen, Jens Cosedis

    2018-05-24

    Remote monitoring (RM) is an established technology integrated into routine follow-up of patients with implantable cardioverter-defibrillator (ICD). Current RM systems differ according to transmission frequency and alert definition. We aimed to compare time difference between detection and acknowledgement of clinically relevant events between four RM systems. We analyzed time delay between detection of ventricular arrhythmic and technical events by the ICD and acknowledgement by hospital staff in 1.802 consecutive patients followed with RM during September 2014 - August 2016. Devices from Biotronik (BIO, n=374), Boston Scientific (BSC, n=196), Medtronic (MDT, n=468) and St Jude Medical (SJM, n=764) were included. We identified all events from RM webpages and their acknowledgement with RM or at in-clinic follow-up. Events occurring during weekends were excluded. We included 3.472 events. Proportion of events acknowledged within 24 hours was 72%, 23%, 18% and 65% with BIO, BSC, MDT and SJM, respectively, with median times of 13, 222, 163 and 18 hours from detection to acknowledgement (p<0.001 for both comparisons between manufacturers). Including only events transmitted as alerts by RM, 72%, 68%, 61% and 65% for BIO, BSC, MDT and SJM, respectively were acknowledged within 24 hours. Variation in time to acknowledgement of ventricular tachyarrhythmia episodes not treated with shock therapy was the primary cause for the difference between manufacturers. Significant and clinically relevant differences in time delay from event detection to acknowledgement exist between RM systems. Varying definitions of which events RM transmits as alerts are important for the differences observed. Copyright © 2018. Published by Elsevier Inc.

  19. Increasing arsenic sorption on red mud by phosphogypsum addition.

    PubMed

    Lopes, G; Guilherme, L R G; Costa, E T S; Curi, N; Penha, H G V

    2013-11-15

    Mining by-products have been tested as adsorbents for arsenic in order to reduce As bioavailability. This study evaluated a red mud (RM) treated with or without phosphogypsum (G) in order to improve its As retention. Red mud and G samples and their mixtures were chemically and mineralogically characterized to gather information concerning their composition, which is key for a better understanding of the adsorbent properties. Phosphogypsum was added to RM in the following proportions: 0, 1, 2, 5, 10, and 25% by weight. These mixtures were subjected to As adsorption and desorption and tested for their maximum adsorption capacity of As (AsMAC). Arsenic adsorption increased upon increasing the proportion of G added to RM. The AsMAC at pure RM reached 909 mg kg(-1), whereas the 75%-RM+25%-G mixture sorbed up to 3333 mg kg(-1) of As, i.e., a 3.5-fold increase in AsMAC. Using G in mixtures with RM increases the efficiency of As adsorption due to the presence of Ca(2+), which alters the charge balance of the adsorbent, leading to the formation of ternary complexes. Addition of G to RM is thus a promising technique to improve As retention, while providing additional value to both by-products, G and RM. Copyright © 2012 Elsevier B.V. All rights reserved.

  20. Signatures of Relativistic Helical Motion in the Rotation Measures of Active Galactic Nucleus Jets

    NASA Astrophysics Data System (ADS)

    Broderick, Avery E.; Loeb, Abraham

    2009-10-01

    Polarization has proven to be an invaluable tool for probing magnetic fields in relativistic jets. Maps of the intrinsic polarization vectors have provided the best evidence to date for uniform, toroidally dominated magnetic fields within jets. More recently, maps of the rotation measure (RM) in jets have for the first time probed the field geometry of the cool, moderately relativistic surrounding material. In most cases, clear signatures of the toroidal magnetic field are detected, corresponding to gradients in RM profiles transverse to the jet. However, in many objects, these profiles also display marked asymmetries that are difficult to explain in simple helical jet models. Furthermore, in some cases, the RM profiles are strongly frequency and/or time dependent. Here we show that these features may be naturally accounted for by including relativistic helical motion in the jet model. In particular, we are able to reproduce bent RM profiles observed in a variety of jets, frequency-dependent RM profile morphologies, and even the time dependence of the RM profiles of knots in 3C 273. Finally, we predict that some sources may show reversals in their RM profiles at sufficiently high frequencies, depending upon the ratio of the components of jet sheath velocity transverse and parallel to the jet. Thus, multi-frequency RM maps promise a novel way in which to probe the velocity structure of relativistic outflows.