WorldWideScience

Sample records for geostatistically weighted k-nn

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

    Science.gov (United States)

    Mei, Gang; Xu, Nengxiong; Xu, Liangliang

    2016-01-01

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

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

    Directory of Open Access Journals (Sweden)

    Lei La

    2012-01-01

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

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

    Directory of Open Access Journals (Sweden)

    Ahmed Shamsul Arefin

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

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

    Science.gov (United States)

    Yadav, Bechu K V; Nandy, S

    2015-05-01

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

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

    Science.gov (United States)

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

    2010-03-01

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

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

    DEFF Research Database (Denmark)

    Chen, Chen; Chernoff, Konstantin; Karemore, Gopal

    2010-01-01

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

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

    African Journals Online (AJOL)

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

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

    Directory of Open Access Journals (Sweden)

    Jingli Yang

    2016-12-01

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

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

    Science.gov (United States)

    Yang, Jingli; Sun, Zhen; Chen, Yinsheng

    2016-01-01

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

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

    Directory of Open Access Journals (Sweden)

    Jun Hong

    2017-01-01

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

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

    Directory of Open Access Journals (Sweden)

    Carmen Villar Patiño

    2017-04-01

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

  12. Measurement of K/sub NN/, K/sub SS/, K/sub SL/, and K/sub LL/ in polarized np → polarized pn at 800 MeV in the CEX region

    International Nuclear Information System (INIS)

    Ransome, R.D.; Hollas, C.L.; Riley, P.J.

    1980-01-01

    The spin transfer parameters K/sub NN/, K/sub SS/, K/sub SL/, and K/sub LL/ have been measured for np elastic scattering at 800 MeV between 165 0 and 180 0 c.m. The parameters K/sub NN/ and K/sub LL/ are in good agreement with the quasi-free reaction polarized pd → polarized npp at 180 0

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

    Directory of Open Access Journals (Sweden)

    Sharif Uddin

    2016-01-01

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

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

    OpenAIRE

    Célisse, Alain; Mary-Huard, Tristan

    2011-01-01

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

  15. Viittomakielisten muistiasiantuntijoiden näkemyksiä CERAD-tehtäväsarjan viittomakielisestä käännöksestä

    OpenAIRE

    Näyrä, Taru

    2015-01-01

    Suomessa laajasti käytössä olevasta muistitestistä, CERAD-tehtäväsarjasta, tuotettiin vuonna 2010 käännös suomalaiselle viittomakielelle. Käännöksen tuotti Kuurojen Palvelusäätiön Memo-projekti Ra-ha-automaattiyhdistyksen tuella. Projektin jatkona toimiva niin ikään RAY:n tukema Memo-ohjelma tuottaa käännöksestä uutta versiota, jossa pyritään korjaamaan ensimmäisessä käännöksessä havaitut puutteet. Opinnäytetyöni tehtävänä on tukea käännöksen tekemistä kokoamalla tietoa siitä, millaisia näkem...

  16. Quantitative workflow based on NN for weighting criteria in landfill suitability mapping

    Science.gov (United States)

    Abujayyab, Sohaib K. M.; Ahamad, Mohd Sanusi S.; Yahya, Ahmad Shukri; Ahmad, Siti Zubaidah; Alkhasawneh, Mutasem Sh.; Aziz, Hamidi Abdul

    2017-10-01

    Our study aims to introduce a new quantitative workflow that integrates neural networks (NNs) and multi criteria decision analysis (MCDA). Existing MCDA workflows reveal a number of drawbacks, because of the reliance on human knowledge in the weighting stage. Thus, new workflow presented to form suitability maps at the regional scale for solid waste planning based on NNs. A feed-forward neural network employed in the workflow. A total of 34 criteria were pre-processed to establish the input dataset for NN modelling. The final learned network used to acquire the weights of the criteria. Accuracies of 95.2% and 93.2% achieved for the training dataset and testing dataset, respectively. The workflow was found to be capable of reducing human interference to generate highly reliable maps. The proposed workflow reveals the applicability of NN in generating landfill suitability maps and the feasibility of integrating them with existing MCDA workflows.

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

    Directory of Open Access Journals (Sweden)

    Muhammad Athoillah

    2015-03-01

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

  18. Different Apple Varieties Classification Using kNN and MLP Algorithms

    OpenAIRE

    Sabancı, Kadir

    2016-01-01

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

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

    Energy Technology Data Exchange (ETDEWEB)

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

    2004-12-17

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

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

    Science.gov (United States)

    Jay M. Ver Hoef; Hailemariam Temesgen; Sergio Gómez

    2013-01-01

    Forest surveys provide critical information for many diverse interests. Data are often collected from samples, and from these samples, maps of resources and estimates of aerial totals or averages are required. In this paper, two approaches for mapping and estimating totals; the spatial linear model (SLM) and k-NN (k-Nearest Neighbor) are compared, theoretically,...

  1. Predicting Audience Location on the Basis of the k-Nearest Neighbor Multilabel Classification

    Directory of Open Access Journals (Sweden)

    Haitao Wu

    2014-01-01

    Full Text Available Understanding audience location information in online social networks is important in designing recommendation systems, improving information dissemination, and so on. In this paper, we focus on predicting the location distribution of audiences on YouTube. And we transform this problem to a multilabel classification problem, while we find there exist three problems when the classical k-nearest neighbor based algorithm for multilabel classification (ML-kNN is used to predict location distribution. Firstly, the feature weights are not considered in measuring the similarity degree. Secondly, it consumes considerable computing time in finding similar items by traversing all the training set. Thirdly, the goal of ML-kNN is to find relevant labels for every sample which is different from audience location prediction. To solve these problems, we propose the methods of measuring similarity based on weight, quickly finding similar items, and ranking a specific number of labels. On the basis of these methods and the ML-kNN, the k-nearest neighbor based model for audience location prediction (AL-kNN is proposed for predicting audience location. The experiments based on massive YouTube data show that the proposed model can more accurately predict the location of YouTube video audience than the ML-kNN, MLNB, and Rank-SVM methods.

  2. An inclusive study of the reaction anti NNK01 + anything below 1.0 GeV/c

    International Nuclear Information System (INIS)

    Angelini, C.

    1975-01-01

    Some preliminary results are presented on an inclusive analysis of anti NN annihilations between 0. and 1.0 GeV/c incident anti p momentum. Inclusive K 0 1 distributions are considered and discussed in the framework of the thermodynamical model. (L.M.K.)

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

    Science.gov (United States)

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

    2018-03-01

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

  4. Integral Representation of the Pictorial Proof of Sum of [superscript n][subscript k=1]k[superscript 2] = 1/6n(n+1)(2n+1)

    Science.gov (United States)

    Kobayashi, Yukio

    2011-01-01

    The pictorial proof of the sum of [superscript n][subscript k=1] k[superscript 2] = 1/6n(n+1)(2n+1) is represented in the form of an integral. The integral representations are also applicable to the sum of [superscript n][subscript k-1] k[superscript m] (m greater than or equal to 3). These representations reveal that the sum of [superscript…

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

    Science.gov (United States)

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

    2016-02-01

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

  6. Introduction to Geostatistics

    Science.gov (United States)

    Kitanidis, P. K.

    1997-05-01

    Introduction to Geostatistics presents practical techniques for engineers and earth scientists who routinely encounter interpolation and estimation problems when analyzing data from field observations. Requiring no background in statistics, and with a unique approach that synthesizes classic and geostatistical methods, this book offers linear estimation methods for practitioners and advanced students. Well illustrated with exercises and worked examples, Introduction to Geostatistics is designed for graduate-level courses in earth sciences and environmental engineering.

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

    Science.gov (United States)

    Balouchestani, Mohammadreza; Krishnan, Sridhar

    2014-01-01

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

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

    Science.gov (United States)

    Palaniappan, Rajkumar; Sundaraj, Kenneth; Sundaraj, Sebastian

    2014-06-27

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

  9. Multiobjective design of aquifer monitoring networks for optimal spatial prediction and geostatistical parameter estimation

    Science.gov (United States)

    Alzraiee, Ayman H.; Bau, Domenico A.; Garcia, Luis A.

    2013-06-01

    Effective sampling of hydrogeological systems is essential in guiding groundwater management practices. Optimal sampling of groundwater systems has previously been formulated based on the assumption that heterogeneous subsurface properties can be modeled using a geostatistical approach. Therefore, the monitoring schemes have been developed to concurrently minimize the uncertainty in the spatial distribution of systems' states and parameters, such as the hydraulic conductivity K and the hydraulic head H, and the uncertainty in the geostatistical model of system parameters using a single objective function that aggregates all objectives. However, it has been shown that the aggregation of possibly conflicting objective functions is sensitive to the adopted aggregation scheme and may lead to distorted results. In addition, the uncertainties in geostatistical parameters affect the uncertainty in the spatial prediction of K and H according to a complex nonlinear relationship, which has often been ineffectively evaluated using a first-order approximation. In this study, we propose a multiobjective optimization framework to assist the design of monitoring networks of K and H with the goal of optimizing their spatial predictions and estimating the geostatistical parameters of the K field. The framework stems from the combination of a data assimilation (DA) algorithm and a multiobjective evolutionary algorithm (MOEA). The DA algorithm is based on the ensemble Kalman filter, a Monte-Carlo-based Bayesian update scheme for nonlinear systems, which is employed to approximate the posterior uncertainty in K, H, and the geostatistical parameters of K obtained by collecting new measurements. Multiple MOEA experiments are used to investigate the trade-off among design objectives and identify the corresponding monitoring schemes. The methodology is applied to design a sampling network for a shallow unconfined groundwater system located in Rocky Ford, Colorado. Results indicate that

  10. Use of geostatistics for remediation planning to transcend urban political boundaries

    International Nuclear Information System (INIS)

    Milillo, Tammy M.; Sinha, Gaurav; Gardella, Joseph A.

    2012-01-01

    Soil remediation plans are often dictated by areas of jurisdiction or property lines instead of scientific information. This study exemplifies how geostatistically interpolated surfaces can substantially improve remediation planning. Ordinary kriging, ordinary co-kriging, and inverse distance weighting spatial interpolation methods were compared for analyzing surface and sub-surface soil sample data originally collected by the US EPA and researchers at the University at Buffalo in Hickory Woods, an industrial–residential neighborhood in Buffalo, NY, where both lead and arsenic contamination is present. Past clean-up efforts estimated contamination levels from point samples, but parcel and agency jurisdiction boundaries were used to define remediation sites, rather than geostatistical models estimating the spatial behavior of the contaminants in the soil. Residents were understandably dissatisfied with the arbitrariness of the remediation plan. In this study we show how geostatistical mapping and participatory assessment can make soil remediation scientifically defensible, socially acceptable, and economically feasible. - Highlights: ► Point samples and property boundaries do not appropriately determine the extent of soil contamination. ► Kriging and co-kriging provide best concentration estimates for mapping soil contamination and refining clean-up sites. ► Maps provide a visual representation of geostatistical results to communities to aid in geostatistical decision making. ► Incorporating community input into the assessment of neighborhoods is good public policy practice. - Using geostatistical interpolation and mapping results to involve the affected community can substantially improve remediation planning and promote its long-term effectiveness.

  11. 4th International Geostatistics Congress

    CERN Document Server

    1993-01-01

    The contributions in this book were presented at the Fourth International Geostatistics Congress held in Tróia, Portugal, in September 1992. They provide a comprehensive account of the current state of the art of geostatistics, including recent theoretical developments and new applications. In particular, readers will find descriptions and applications of the more recent methods of stochastic simulation together with data integration techniques applied to the modelling of hydrocabon reservoirs. In other fields there are stationary and non-stationary geostatistical applications to geology, climatology, pollution control, soil science, hydrology and human sciences. The papers also provide an insight into new trends in geostatistics particularly the increasing interaction with many other scientific disciplines. This book is a significant reference work for practitioners of geostatistics both in academia and industry.

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

    Science.gov (United States)

    Wang, Xueyi

    2012-02-08

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

  13. 7th International Geostatistics Congress

    CERN Document Server

    Deutsch, Clayton

    2005-01-01

    The conference proceedings consist of approximately 120 technical papers presented at the Seventh International Geostatistics Congress held in Banff, Alberta, Canada in 2004. All the papers were reviewed by an international panel of leading geostatisticians. The five major sections are: theory, mining, petroleum, environmental and other applications. The first section showcases new and innovative ideas in the theoretical development of geostatistics as a whole; these ideas will have large impact on (1) the directions of future geostatistical research, and (2) the conventional approaches to heterogeneity modelling in a wide range of natural resource industries. The next four sections are focused on applications and innovations relating to the use of geostatistics in specific industries. Historically, mining, petroleum and environmental industries have embraced the use of geostatistics for uncertainty characterization, so these three industries are identified as major application areas. The last section is open...

  14. Measurement of K/sub NN/, K/sub LL/ in p vector d → n vector X and p vector 9Be → n vector X at 800 MeV

    International Nuclear Information System (INIS)

    Riley, P.J.; Hollas, C.L.; Newsom, C.R.

    1980-01-01

    The spin transfer parameters, K/sub NN/ and K/sub LL/, have been measured in p vector d → n vector X and p vector 9 Be → n vector X at 0 0 and 800 MeV. The rather large values of K/sub LL/ demonstrate that this transfer mechanism will provide a useful source of polarized neutrons at LAMPF energies

  15. Geostatistical models for air pollution

    International Nuclear Information System (INIS)

    Pereira, M.J.; Soares, A.; Almeida, J.; Branquinho, C.

    2000-01-01

    The objective of this paper is to present geostatistical models applied to the spatial characterisation of air pollution phenomena. A concise presentation of the geostatistical methodologies is illustrated with practical examples. The case study was conducted in an underground copper-mine located on the southern of Portugal, where a biomonitoring program using lichens has been implemented. Given the characteristics of lichens as indicators of air pollution it was possible to gather a great amount of data in space, which enabled the development and application of geostatistical methodologies. The advantages of using geostatistical models compared with deterministic models, as environmental control tools, are highlighted. (author)

  16. Comparative study of the geostatistical ore reserve estimation method over the conventional methods

    International Nuclear Information System (INIS)

    Kim, Y.C.; Knudsen, H.P.

    1975-01-01

    Part I contains a comprehensive treatment of the comparative study of the geostatistical ore reserve estimation method over the conventional methods. The conventional methods chosen for comparison were: (a) the polygon method, (b) the inverse of the distance squared method, and (c) a method similar to (b) but allowing different weights in different directions. Briefly, the overall result from this comparative study is in favor of the use of geostatistics in most cases because the method has lived up to its theoretical claims. A good exposition on the theory of geostatistics, the adopted study procedures, conclusions and recommended future research are given in Part I. Part II of this report contains the results of the second and the third study objectives, which are to assess the potential benefits that can be derived by the introduction of the geostatistical method to the current state-of-the-art in uranium reserve estimation method and to be instrumental in generating the acceptance of the new method by practitioners through illustrative examples, assuming its superiority and practicality. These are given in the form of illustrative examples on the use of geostatistics and the accompanying computer program user's guide

  17. A geostatistical analysis of geostatistics

    NARCIS (Netherlands)

    Hengl, T.; Minasny, B.; Gould, M.

    2009-01-01

    The bibliometric indices of the scientific field of geostatistics were analyzed using statistical and spatial data analysis. The publications and their citation statistics were obtained from the Web of Science (4000 most relevant), Scopus (2000 most relevant) and Google Scholar (5389). The focus was

  18. 10th International Geostatistics Congress

    CERN Document Server

    Rodrigo-Ilarri, Javier; Rodrigo-Clavero, María; Cassiraga, Eduardo; Vargas-Guzmán, José

    2017-01-01

    This book contains selected contributions presented at the 10th International Geostatistics Congress held in Valencia from 5 to 9 September, 2016. This is a quadrennial congress that serves as the meeting point for any engineer, professional, practitioner or scientist working in geostatistics. The book contains carefully reviewed papers on geostatistical theory and applications in fields such as mining engineering, petroleum engineering, environmental science, hydrology, ecology, and other fields.

  19. Application of geostatistics in Beach Placer

    International Nuclear Information System (INIS)

    Sundar, G.

    2016-01-01

    The goal of Geostatistics is in the prediction of possible spatial distribution of a property. Application of Geostatistics has gained significance in the field of exploration, evaluation and mining. In the case of beach and inland placer sands exploration, geostatistics can be used in optimising the drill hole spacing, estimate resources of the total heavy minerals (THM), estimation on different grid pattern and grade - tonnage curves. Steps involved in a geostatistical study are exploratory data analysis, creation of experimental variogram, variogram model fitting, kriging and cross validation. Basic tools in geostatistics are variogram and kriging. Characteristics of a variogram are sill, range and nugget. There is a necessity for variogram model fitting prior to kriging. Commonly used variogram models are spherical, exponential and gaussian

  20. Production of K$^{*}$(892)$^{0}$ and $\\phi$(1020) in p-Pb collisions at $\\sqrt{s_{\\mathrm{NN}}}$ = 5.02 TeV

    CERN Document Server

    Adam, Jaroslav; Aggarwal, Madan Mohan; Aglieri Rinella, Gianluca; Agnello, Michelangelo; Agrawal, Neelima; Ahammed, Zubayer; Ahmad, Shakeel; Ahn, Sang Un; Aiola, Salvatore; Akindinov, Alexander; Alam, Sk Noor; Aleksandrov, Dmitry; Alessandro, Bruno; Alexandre, Didier; Alfaro Molina, Jose Ruben; Alici, Andrea; Alkin, Anton; Millan Almaraz, Jesus Roberto; Alme, Johan; Alt, Torsten; Altinpinar, Sedat; Altsybeev, Igor; Alves Garcia Prado, Caio; Andrei, Cristian; Andronic, Anton; Anguelov, Venelin; Anticic, Tome; Antinori, Federico; Antonioli, Pietro; Aphecetche, Laurent Bernard; Appelshaeuser, Harald; Arcelli, Silvia; Arnaldi, Roberta; Arnold, Oliver Werner; Arsene, Ionut Cristian; Arslandok, Mesut; Audurier, Benjamin; Augustinus, Andre; Averbeck, Ralf Peter; Azmi, Mohd Danish; Badala, Angela; Baek, Yong Wook; Bagnasco, Stefano; Bailhache, Raphaelle Marie; Bala, Renu; Balasubramanian, Supraja; Baldisseri, Alberto; Baral, Rama Chandra; Barbano, Anastasia Maria; Barbera, Roberto; Barile, Francesco; Barnafoldi, Gergely Gabor; Barnby, Lee Stuart; Ramillien Barret, Valerie; Bartalini, Paolo; Barth, Klaus; Bartke, Jerzy Gustaw; Bartsch, Esther; Basile, Maurizio; Bastid, Nicole; Basu, Sumit; Bathen, Bastian; Batigne, Guillaume; Batista Camejo, Arianna; Batyunya, Boris; Batzing, Paul Christoph; Bearden, Ian Gardner; Beck, Hans; Bedda, Cristina; Behera, Nirbhay Kumar; Belikov, Iouri; Bellini, Francesca; Bello Martinez, Hector; Bellwied, Rene; Belmont Iii, Ronald John; Belmont Moreno, Ernesto; Belyaev, Vladimir; Benacek, Pavel; Bencedi, Gyula; Beole, Stefania; Berceanu, Ionela; Bercuci, Alexandru; Berdnikov, Yaroslav; Berenyi, Daniel; Bertens, Redmer Alexander; Berzano, Dario; Betev, Latchezar; Bhasin, Anju; Bhat, Inayat Rasool; Bhati, Ashok Kumar; Bhattacharjee, Buddhadeb; Bhom, Jihyun; Bianchi, Livio; Bianchi, Nicola; Bianchin, Chiara; Bielcik, Jaroslav; Bielcikova, Jana; Bilandzic, Ante; Biro, Gabor; Biswas, Rathijit; Biswas, Saikat; Bjelogrlic, Sandro; Blair, Justin Thomas; Blau, Dmitry; Blume, Christoph; Bock, Friederike; Bogdanov, Alexey; Boggild, Hans; Boldizsar, Laszlo; Bombara, Marek; Book, Julian Heinz; Borel, Herve; Borissov, Alexander; Borri, Marcello; Bossu, Francesco; Botta, Elena; Bourjau, Christian; Braun-Munzinger, Peter; Bregant, Marco; Breitner, Timo Gunther; Broker, Theo Alexander; Browning, Tyler Allen; Broz, Michal; Brucken, Erik Jens; Bruna, Elena; Bruno, Giuseppe Eugenio; Budnikov, Dmitry; Buesching, Henner; Bufalino, Stefania; Buncic, Predrag; Busch, Oliver; Buthelezi, Edith Zinhle; Bashir Butt, Jamila; Buxton, Jesse Thomas; Caffarri, Davide; Cai, Xu; Caines, Helen Louise; Calero Diaz, Liliet; Caliva, Alberto; Calvo Villar, Ernesto; Camerini, Paolo; Carena, Francesco; Carena, Wisla; Carnesecchi, Francesca; Castillo Castellanos, Javier Ernesto; Castro, Andrew John; Casula, Ester Anna Rita; Ceballos Sanchez, Cesar; Cerello, Piergiorgio; Cerkala, Jakub; Chang, Beomsu; Chapeland, Sylvain; Chartier, Marielle; Charvet, Jean-Luc Fernand; Chattopadhyay, Subhasis; Chattopadhyay, Sukalyan; Chauvin, Alex; Chelnokov, Volodymyr; Cherney, Michael Gerard; Cheshkov, Cvetan Valeriev; Cheynis, Brigitte; Chibante Barroso, Vasco Miguel; Dobrigkeit Chinellato, David; Cho, Soyeon; Chochula, Peter; Choi, Kyungeon; Chojnacki, Marek; Choudhury, Subikash; Christakoglou, Panagiotis; Christensen, Christian Holm; Christiansen, Peter; Chujo, Tatsuya; Chung, Suh-Urk; Cicalo, Corrado; Cifarelli, Luisa; Cindolo, Federico; Cleymans, Jean Willy Andre; Colamaria, Fabio Filippo; Colella, Domenico; Collu, Alberto; Colocci, Manuel; Conesa Balbastre, Gustavo; Conesa Del Valle, Zaida; Connors, Megan Elizabeth; Contreras Nuno, Jesus Guillermo; Cormier, Thomas Michael; Corrales Morales, Yasser; Cortes Maldonado, Ismael; Cortese, Pietro; Cosentino, Mauro Rogerio; Costa, Filippo; Crochet, Philippe; Cruz Albino, Rigoberto; Cuautle Flores, Eleazar; Cunqueiro Mendez, Leticia; Dahms, Torsten; Dainese, Andrea; Danisch, Meike Charlotte; Danu, Andrea; Das, Debasish; Das, Indranil; Das, Supriya; Dash, Ajay Kumar; Dash, Sadhana; De, Sudipan; De Caro, Annalisa; De Cataldo, Giacinto; De Conti, Camila; De Cuveland, Jan; De Falco, Alessandro; De Gruttola, Daniele; De Marco, Nora; De Pasquale, Salvatore; Deisting, Alexander; Deloff, Andrzej; Denes, Ervin Sandor; Deplano, Caterina; Dhankher, Preeti; Di Bari, Domenico; Di Mauro, Antonio; Di Nezza, Pasquale; Diaz Corchero, Miguel Angel; Dietel, Thomas; Dillenseger, Pascal; Divia, Roberto; Djuvsland, Oeystein; Dobrin, Alexandru Florin; Domenicis Gimenez, Diogenes; Donigus, Benjamin; Dordic, Olja; Drozhzhova, Tatiana; Dubey, Anand Kumar; Dubla, Andrea; Ducroux, Laurent; Dupieux, Pascal; Ehlers Iii, Raymond James; Elia, Domenico; Endress, Eric; Engel, Heiko; Epple, Eliane; Erazmus, Barbara Ewa; Erdemir, Irem; Erhardt, Filip; Espagnon, Bruno; Estienne, Magali Danielle; Esumi, Shinichi; Eum, Jongsik; Evans, David; Evdokimov, Sergey; Eyyubova, Gyulnara; Fabbietti, Laura; Fabris, Daniela; Faivre, Julien; Fantoni, Alessandra; Fasel, Markus; Feldkamp, Linus; Feliciello, Alessandro; Feofilov, Grigorii; Ferencei, Jozef; Fernandez Tellez, Arturo; Gonzalez Ferreiro, Elena; Ferretti, Alessandro; Festanti, Andrea; Feuillard, Victor Jose Gaston; Figiel, Jan; Araujo Silva Figueredo, Marcel; Filchagin, Sergey; Finogeev, Dmitry; Fionda, Fiorella; Fiore, Enrichetta Maria; Fleck, Martin Gabriel; Floris, Michele; Foertsch, Siegfried Valentin; Foka, Panagiota; Fokin, Sergey; Fragiacomo, Enrico; Francescon, Andrea; Frankenfeld, Ulrich Michael; Fronze, Gabriele Gaetano; Fuchs, Ulrich; Furget, Christophe; Furs, Artur; Fusco Girard, Mario; Gaardhoeje, Jens Joergen; Gagliardi, Martino; Gago Medina, Alberto Martin; Gallio, Mauro; Gangadharan, Dhevan Raja; Ganoti, Paraskevi; Gao, Chaosong; Garabatos Cuadrado, Jose; Garcia-Solis, Edmundo Javier; Gargiulo, Corrado; Gasik, Piotr Jan; Gauger, Erin Frances; Germain, Marie; Gheata, Andrei George; Gheata, Mihaela; Ghosh, Premomoy; Ghosh, Sanjay Kumar; Gianotti, Paola; Giubellino, Paolo; Giubilato, Piero; Gladysz-Dziadus, Ewa; Glassel, Peter; Gomez Coral, Diego Mauricio; Gomez Ramirez, Andres; Gonzalez, Victor; Gonzalez Zamora, Pedro; Gorbunov, Sergey; Gorlich, Lidia Maria; Gotovac, Sven; Grabski, Varlen; Grachov, Oleg Anatolievich; Graczykowski, Lukasz Kamil; Graham, Katie Leanne; Grelli, Alessandro; Grigoras, Alina Gabriela; Grigoras, Costin; Grigoryev, Vladislav; Grigoryan, Ara; Grigoryan, Smbat; Grynyov, Borys; Grion, Nevio; Gronefeld, Julius Maximilian; Grosse-Oetringhaus, Jan Fiete; Grossiord, Jean-Yves; Grosso, Raffaele; Guber, Fedor; Guernane, Rachid; Guerzoni, Barbara; Gulbrandsen, Kristjan Herlache; Gunji, Taku; Gupta, Anik; Gupta, Ramni; Haake, Rudiger; Haaland, Oystein Senneset; Hadjidakis, Cynthia Marie; Haiduc, Maria; Hamagaki, Hideki; Hamar, Gergoe; Hamon, Julien Charles; Harris, John William; Harton, Austin Vincent; Hatzifotiadou, Despina; Hayashi, Shinichi; Heckel, Stefan Thomas; Helstrup, Haavard; Herghelegiu, Andrei Ionut; Herrera Corral, Gerardo Antonio; Hess, Benjamin Andreas; Hetland, Kristin Fanebust; Hillemanns, Hartmut; Hippolyte, Boris; Horak, David; Hosokawa, Ritsuya; Hristov, Peter Zahariev; Huang, Meidana; Humanic, Thomas; Hussain, Nur; Hussain, Tahir; Hutter, Dirk; Hwang, Dae Sung; Ilkaev, Radiy; Inaba, Motoi; Incani, Elisa; Ippolitov, Mikhail; Irfan, Muhammad; Ivanov, Marian; Ivanov, Vladimir; Izucheev, Vladimir; Jacazio, Nicolo; Jacobs, Peter Martin; Jadhav, Manoj Bhanudas; Jadlovska, Slavka; Jadlovsky, Jan; Jahnke, Cristiane; Jakubowska, Monika Joanna; Jang, Haeng Jin; Janik, Malgorzata Anna; Pahula Hewage, Sandun; Jena, Chitrasen; Jena, Satyajit; Jimenez Bustamante, Raul Tonatiuh; Jones, Peter Graham; Jusko, Anton; Kalinak, Peter; Kalweit, Alexander Philipp; Kamin, Jason Adrian; Kang, Ju Hwan; Kaplin, Vladimir; Kar, Somnath; Karasu Uysal, Ayben; Karavichev, Oleg; Karavicheva, Tatiana; Karayan, Lilit; Karpechev, Evgeny; Kebschull, Udo Wolfgang; Keidel, Ralf; Keijdener, Darius Laurens; Keil, Markus; Khan, Mohammed Mohisin; Khan, Palash; Khan, Shuaib Ahmad; Khanzadeev, Alexei; Kharlov, Yury; Kileng, Bjarte; Kim, Do Won; Kim, Dong Jo; Kim, Daehyeok; Kim, Hyeonjoong; Kim, Jinsook; Kim, Minwoo; Kim, Se Yong; Kim, Taesoo; Kirsch, Stefan; Kisel, Ivan; Kiselev, Sergey; Kisiel, Adam Ryszard; Kiss, Gabor; Klay, Jennifer Lynn; Klein, Carsten; Klein, Jochen; Klein-Boesing, Christian; Klewin, Sebastian; Kluge, Alexander; Knichel, Michael Linus; Knospe, Anders Garritt; Kobdaj, Chinorat; Kofarago, Monika; Kollegger, Thorsten; Kolozhvari, Anatoly; Kondratev, Valerii; Kondratyeva, Natalia; Kondratyuk, Evgeny; Konevskikh, Artem; Kopcik, Michal; Kostarakis, Panagiotis; Kour, Mandeep; Kouzinopoulos, Charalampos; Kovalenko, Oleksandr; Kovalenko, Vladimir; Kowalski, Marek; Koyithatta Meethaleveedu, Greeshma; Kralik, Ivan; Kravcakova, Adela; Kretz, Matthias; Krivda, Marian; Krizek, Filip; Kryshen, Evgeny; Krzewicki, Mikolaj; Kubera, Andrew Michael; Kucera, Vit; Kuhn, Christian Claude; Kuijer, Paulus Gerardus; Kumar, Ajay; Kumar, Jitendra; Lokesh, Kumar; Kumar, Shyam; Kurashvili, Podist; Kurepin, Alexander; Kurepin, Alexey; Kuryakin, Alexey; Kweon, Min Jung; Kwon, Youngil; La Pointe, Sarah Louise; La Rocca, Paola; Ladron De Guevara, Pedro; Lagana Fernandes, Caio; Lakomov, Igor; Langoy, Rune; Lara Martinez, Camilo Ernesto; Lardeux, Antoine Xavier; Lattuca, Alessandra; Laudi, Elisa; Lea, Ramona; Leardini, Lucia; Lee, Graham Richard; Lee, Seongjoo; Lehas, Fatiha; Lemmon, Roy Crawford; Lenti, Vito; Leogrande, Emilia; Leon Monzon, Ildefonso; Leon Vargas, Hermes; Leoncino, Marco; Levai, Peter; Li, Shuang; Li, Xiaomei; Lien, Jorgen Andre; Lietava, Roman; Lindal, Svein; Lindenstruth, Volker; Lippmann, Christian; Lisa, Michael Annan; Ljunggren, Hans Martin; Lodato, Davide Francesco; Lonne, Per-Ivar; Loginov, Vitaly; Loizides, Constantinos; Lopez, Xavier Bernard; Lopez Torres, Ernesto; Lowe, Andrew John; Luettig, Philipp Johannes; Lunardon, Marcello; Luparello, Grazia; Lutz, Tyler Harrison; Maevskaya, Alla; Mager, Magnus; Mahajan, Sanjay; Mahmood, Sohail Musa; Maire, Antonin; Majka, Richard Daniel; Malaev, Mikhail; Maldonado Cervantes, Ivonne Alicia; Malinina, Liudmila; Mal'Kevich, Dmitry; Malzacher, Peter; Mamonov, Alexander; Manko, Vladislav; Manso, Franck; Manzari, Vito; Marchisone, Massimiliano; Mares, Jiri; Margagliotti, Giacomo Vito; Margotti, Anselmo; Margutti, Jacopo; Marin, Ana Maria; Markert, Christina; Marquard, Marco; Martin, Nicole Alice; Martin Blanco, Javier; Martinengo, Paolo; Martinez Hernandez, Mario Ivan; Martinez-Garcia, Gines; Martinez Pedreira, Miguel; Mas, Alexis Jean-Michel; Masciocchi, Silvia; Masera, Massimo; Masoni, Alberto; Massacrier, Laure Marie; Mastroserio, Annalisa; Matyja, Adam Tomasz; Mayer, Christoph; Mazer, Joel Anthony; Mazzoni, Alessandra Maria; Mcdonald, Daniel; Meddi, Franco; Melikyan, Yuri; Menchaca-Rocha, Arturo Alejandro; Meninno, Elisa; Mercado-Perez, Jorge; Meres, Michal; Miake, Yasuo; Mieskolainen, Matti Mikael; Mikhaylov, Konstantin; Milano, Leonardo; Milosevic, Jovan; Minervini, Lazzaro Manlio; Mischke, Andre; Mishra, Aditya Nath; Miskowiec, Dariusz Czeslaw; Mitra, Jubin; Mitu, Ciprian Mihai; Mohammadi, Naghmeh; Mohanty, Bedangadas; Molnar, Levente; Montano Zetina, Luis Manuel; Montes Prado, Esther; Moreira De Godoy, Denise Aparecida; Perez Moreno, Luis Alberto; Moretto, Sandra; Morreale, Astrid; Morsch, Andreas; Muccifora, Valeria; Mudnic, Eugen; Muhlheim, Daniel Michael; Muhuri, Sanjib; Mukherjee, Maitreyee; Mulligan, James Declan; Gameiro Munhoz, Marcelo; Munzer, Robert Helmut; Murakami, Hikari; Murray, Sean; Musa, Luciano; Musinsky, Jan; Naik, Bharati; Nair, Rahul; Nandi, Basanta Kumar; Nania, Rosario; Nappi, Eugenio; Naru, Muhammad Umair; Ferreira Natal Da Luz, Pedro Hugo; Nattrass, Christine; Rosado Navarro, Sebastian; Nayak, Kishora; Nayak, Ranjit; Nayak, Tapan Kumar; Nazarenko, Sergey; Nedosekin, Alexander; Nellen, Lukas; Ng, Fabian; Nicassio, Maria; Niculescu, Mihai; Niedziela, Jeremi; Nielsen, Borge Svane; Nikolaev, Sergey; Nikulin, Sergey; Nikulin, Vladimir; Noferini, Francesco; Nomokonov, Petr; Nooren, Gerardus; Cabanillas Noris, Juan Carlos; Norman, Jaime; Nyanin, Alexander; Nystrand, Joakim Ingemar; Oeschler, Helmut Oskar; Oh, Saehanseul; Oh, Sun Kun; Ohlson, Alice Elisabeth; Okatan, Ali; Okubo, Tsubasa; Olah, Laszlo; Oleniacz, Janusz; Oliveira Da Silva, Antonio Carlos; Oliver, Michael Henry; Onderwaater, Jacobus; Oppedisano, Chiara; Orava, Risto; Ortiz Velasquez, Antonio; Oskarsson, Anders Nils Erik; Otwinowski, Jacek Tomasz; Oyama, Ken; Ozdemir, Mahmut; Pachmayer, Yvonne Chiara; Pagano, Paola; Paic, Guy; Pal, Susanta Kumar; Pan, Jinjin; Pandey, Ashutosh Kumar; Papikyan, Vardanush; Pappalardo, Giuseppe; Pareek, Pooja; Park, Woojin; Parmar, Sonia; Passfeld, Annika; Paticchio, Vincenzo; Patra, Rajendra Nath; Paul, Biswarup; Pei, Hua; Peitzmann, Thomas; Pereira Da Costa, Hugo Denis Antonio; Peresunko, Dmitry Yurevich; Perez Lara, Carlos Eugenio; Perez Lezama, Edgar; Peskov, Vladimir; Pestov, Yury; Petracek, Vojtech; Petrov, Viacheslav; Petrovici, Mihai; Petta, Catia; Piano, Stefano; Pikna, Miroslav; Pillot, Philippe; Ozelin De Lima Pimentel, Lais; Pinazza, Ombretta; Pinsky, Lawrence; Piyarathna, Danthasinghe; Ploskon, Mateusz Andrzej; Planinic, Mirko; Pluta, Jan Marian; Pochybova, Sona; Podesta Lerma, Pedro Luis Manuel; Poghosyan, Martin; Polishchuk, Boris; Poljak, Nikola; Poonsawat, Wanchaloem; Pop, Amalia; Porteboeuf, Sarah Julie; Porter, R Jefferson; Pospisil, Jan; Prasad, Sidharth Kumar; Preghenella, Roberto; Prino, Francesco; Pruneau, Claude Andre; Pshenichnov, Igor; Puccio, Maximiliano; Puddu, Giovanna; Pujahari, Prabhat Ranjan; Punin, Valery; Putschke, Jorn Henning; Qvigstad, Henrik; Rachevski, Alexandre; Raha, Sibaji; Rajput, Sonia; Rak, Jan; Rakotozafindrabe, Andry Malala; Ramello, Luciano; Rami, Fouad; Raniwala, Rashmi; Raniwala, Sudhir; Rasanen, Sami Sakari; Rascanu, Bogdan Theodor; Rathee, Deepika; Read, Kenneth Francis; Redlich, Krzysztof; Reed, Rosi Jan; Rehman, Attiq Ur; Reichelt, Patrick Simon; Reidt, Felix; Ren, Xiaowen; Renfordt, Rainer Arno Ernst; Reolon, Anna Rita; Reshetin, Andrey; Revol, Jean-Pierre; Reygers, Klaus Johannes; Riabov, Viktor; Ricci, Renato Angelo; Richert, Tuva Ora Herenui; Richter, Matthias Rudolph; Riedler, Petra; Riegler, Werner; Riggi, Francesco; Ristea, Catalin-Lucian; Rocco, Elena; Rodriguez Cahuantzi, Mario; Rodriguez Manso, Alis; Roeed, Ketil; Rogochaya, Elena; Rohr, David Michael; Roehrich, Dieter; Romita, Rosa; Ronchetti, Federico; Ronflette, Lucile; Rosnet, Philippe; Rossi, Andrea; Roukoutakis, Filimon; Roy, Ankhi; Roy, Christelle Sophie; Roy, Pradip Kumar; Rubio Montero, Antonio Juan; Rui, Rinaldo; Russo, Riccardo; Ryabinkin, Evgeny; Ryabov, Yury; Rybicki, Andrzej; Sadovskiy, Sergey; Safarik, Karel; Sahlmuller, Baldo; Sahoo, Pragati; Sahoo, Raghunath; Sahoo, Sarita; Sahu, Pradip Kumar; Saini, Jogender; Sakai, Shingo; Saleh, Mohammad Ahmad; Salzwedel, Jai Samuel Nielsen; Sambyal, Sanjeev Singh; Samsonov, Vladimir; Sandor, Ladislav; Sandoval, Andres; Sano, Masato; Sarkar, Debojit; Sarma, Pranjal; Scapparone, Eugenio; Scarlassara, Fernando; Schiaua, Claudiu Cornel; Schicker, Rainer Martin; Schmidt, Christian Joachim; Schmidt, Hans Rudolf; Schuchmann, Simone; Schukraft, Jurgen; Schulc, Martin; Schuster, Tim Robin; Schutz, Yves Roland; Schwarz, Kilian Eberhard; Schweda, Kai Oliver; Scioli, Gilda; Scomparin, Enrico; Scott, Rebecca Michelle; Sefcik, Michal; Seger, Janet Elizabeth; Sekiguchi, Yuko; Sekihata, Daiki; Selyuzhenkov, Ilya; Senosi, Kgotlaesele; Senyukov, Serhiy; Serradilla Rodriguez, Eulogio; Sevcenco, Adrian; Shabanov, Arseniy; Shabetai, Alexandre; Shadura, Oksana; Shahoyan, Ruben; Shangaraev, Artem; Sharma, Ankita; Sharma, Mona; Sharma, Monika; Sharma, Natasha; Shigaki, Kenta; Shtejer Diaz, Katherin; Sibiryak, Yury; Siddhanta, Sabyasachi; Sielewicz, Krzysztof Marek; Siemiarczuk, Teodor; Silvermyr, David Olle Rickard; Silvestre, Catherine Micaela; Simatovic, Goran; Simonetti, Giuseppe; Singaraju, Rama Narayana; Singh, Ranbir; Singha, Subhash; Singhal, Vikas; Sinha, Bikash; Sarkar - Sinha, Tinku; Sitar, Branislav; Sitta, Mario; Skaali, Bernhard; Slupecki, Maciej; Smirnov, Nikolai; Snellings, Raimond; Snellman, Tomas Wilhelm; Soegaard, Carsten; Song, Jihye; Song, Myunggeun; Song, Zixuan; Soramel, Francesca; Sorensen, Soren Pontoppidan; Derradi De Souza, Rafael; Sozzi, Federica; Spacek, Michal; Spiriti, Eleuterio; Sputowska, Iwona Anna; Spyropoulou-Stassinaki, Martha; Stachel, Johanna; Stan, Ionel; Stankus, Paul; Stefanek, Grzegorz; Stenlund, Evert Anders; Steyn, Gideon Francois; Stiller, Johannes Hendrik; Stocco, Diego; Strmen, Peter; Alarcon Do Passo Suaide, Alexandre; Sugitate, Toru; Suire, Christophe Pierre; Suleymanov, Mais Kazim Oglu; Suljic, Miljenko; Sultanov, Rishat; Sumbera, Michal; Szabo, Alexander; Szanto De Toledo, Alejandro; Szarka, Imrich; Szczepankiewicz, Adam; Szymanski, Maciej Pawel; Tabassam, Uzma; Takahashi, Jun; Tambave, Ganesh Jagannath; Tanaka, Naoto; Tangaro, Marco-Antonio; Tarhini, Mohamad; Tariq, Mohammad; Tarzila, Madalina-Gabriela; Tauro, Arturo; Tejeda Munoz, Guillermo; Telesca, Adriana; Terasaki, Kohei; Terrevoli, Cristina; Teyssier, Boris; Thaeder, Jochen Mathias; Thomas, Deepa; Tieulent, Raphael Noel; Timmins, Anthony Robert; Toia, Alberica; Trogolo, Stefano; Trombetta, Giuseppe; Trubnikov, Victor; Trzaska, Wladyslaw Henryk; Tsuji, Tomoya; Tumkin, Alexandr; Turrisi, Rosario; Tveter, Trine Spedstad; Ullaland, Kjetil; Uras, Antonio; Usai, Gianluca; Utrobicic, Antonija; Vajzer, Michal; Vala, Martin; Valencia Palomo, Lizardo; Vallero, Sara; Van Der Maarel, Jasper; Van Hoorne, Jacobus Willem; Van Leeuwen, Marco; Vanat, Tomas; Vande Vyvre, Pierre; Varga, Dezso; Diozcora Vargas Trevino, Aurora; Vargyas, Marton; Varma, Raghava; Vasileiou, Maria; Vasiliev, Andrey; Vauthier, Astrid; Vechernin, Vladimir; Veen, Annelies Marianne; Veldhoen, Misha; Velure, Arild; Venaruzzo, Massimo; Vercellin, Ermanno; Vergara Limon, Sergio; Vernet, Renaud; Verweij, Marta; Vickovic, Linda; Viesti, Giuseppe; Viinikainen, Jussi Samuli; Vilakazi, Zabulon; Villalobos Baillie, Orlando; Villatoro Tello, Abraham; Vinogradov, Alexander; Vinogradov, Leonid; Vinogradov, Yury; Virgili, Tiziano; Vislavicius, Vytautas; Viyogi, Yogendra; Vodopyanov, Alexander; Volkl, Martin Andreas; Voloshin, Kirill; Voloshin, Sergey; Volpe, Giacomo; Von Haller, Barthelemy; Vorobyev, Ivan; Vranic, Danilo; Vrlakova, Janka; Vulpescu, Bogdan; Wagner, Boris; Wagner, Jan; Wang, Hongkai; Wang, Mengliang; Watanabe, Daisuke; Watanabe, Yosuke; Weber, Michael; Weber, Steffen Georg; Weiser, Dennis Franz; Wessels, Johannes Peter; Westerhoff, Uwe; Whitehead, Andile Mothegi; Wiechula, Jens; Wikne, Jon; Wilk, Grzegorz Andrzej; Wilkinson, Jeremy John; Williams, Crispin; Windelband, Bernd Stefan; Winn, Michael Andreas; Yang, Hongyan; Yang, Ping; Yano, Satoshi; Yasar, Cigdem; Yin, Zhongbao; Yokoyama, Hiroki; Yoo, In-Kwon; Yoon, Jin Hee; Yurchenko, Volodymyr; Yushmanov, Igor; Zaborowska, Anna; Zaccolo, Valentina; Zaman, Ali; Zampolli, Chiara; Correia Zanoli, Henrique Jose; Zaporozhets, Sergey; Zardoshti, Nima; Zarochentsev, Andrey; Zavada, Petr; Zavyalov, Nikolay; Zbroszczyk, Hanna Paulina; Zgura, Sorin Ion; Zhalov, Mikhail; Zhang, Haitao; Zhang, Xiaoming; Zhang, Yonghong; Chunhui, Zhang; Zhang, Zuman; Zhao, Chengxin; Zhigareva, Natalia; Zhou, Daicui; Zhou, You; Zhou, Zhuo; Zhu, Hongsheng; Zhu, Jianhui; Zichichi, Antonino; Zimmermann, Alice; Zimmermann, Markus Bernhard; Zinovjev, Gennady; Zyzak, Maksym

    2016-04-30

    The production of K$^{*}$(892)$^{0}$ and $\\phi$(1020) mesons has been measured in p-Pb collisions at $\\sqrt{s_{\\mathrm{NN}}}$ = 5.02 TeV. K$^{*0}$ and $\\phi$ are reconstructed via their decay into charged hadrons with the ALICE detector in the rapidity range $-0.5 < y <0$. The transverse momentum spectra, measured as a function of the multiplicity, have p$_{\\mathrm{T}}$ range from 0 to 15 GeV/$c$ for K$^{*0}$ and from 0.3 to 21 GeV/$c$ for $\\phi$. Integrated yields, mean transverse momenta and particle ratios are reported and compared with results in pp collisions at $\\sqrt{s}$ = 7 TeV and Pb-Pb collisions at $\\sqrt{s_{\\mathrm{NN}}}$ = 2.76 TeV. In Pb-Pb and p-Pb collisions, K$^{*0}$ and $\\phi$ probe the hadronic phase of the system and contribute to the study of particle formation mechanisms by comparison with other identified hadrons. For this purpose, the mean transverse momenta and the differential proton-to-$\\phi$ ratio are discussed as a function of the multiplicity of the event. The short-lived K...

  1. A practical primer on geostatistics

    Science.gov (United States)

    Olea, Ricardo A.

    2009-01-01

    The Challenge—Most geological phenomena are extraordinarily complex in their interrelationships and vast in their geographical extension. Ordinarily, engineers and geoscientists are faced with corporate or scientific requirements to properly prepare geological models with measurements involving a small fraction of the entire area or volume of interest. Exact description of a system such as an oil reservoir is neither feasible nor economically possible. The results are necessarily uncertain. Note that the uncertainty is not an intrinsic property of the systems; it is the result of incomplete knowledge by the observer.The Aim of Geostatistics—The main objective of geostatistics is the characterization of spatial systems that are incompletely known, systems that are common in geology. A key difference from classical statistics is that geostatistics uses the sampling location of every measurement. Unless the measurements show spatial correlation, the application of geostatistics is pointless. Ordinarily the need for additional knowledge goes beyond a few points, which explains the display of results graphically as fishnet plots, block diagrams, and maps.Geostatistical Methods—Geostatistics is a collection of numerical techniques for the characterization of spatial attributes using primarily two tools: probabilistic models, which are used for spatial data in a manner similar to the way in which time-series analysis characterizes temporal data, or pattern recognition techniques. The probabilistic models are used as a way to handle uncertainty in results away from sampling locations, making a radical departure from alternative approaches like inverse distance estimation methods.Differences with Time Series—On dealing with time-series analysis, users frequently concentrate their attention on extrapolations for making forecasts. Although users of geostatistics may be interested in extrapolation, the methods work at their best interpolating. This simple difference

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

    Directory of Open Access Journals (Sweden)

    Abdullah M. Iliyasu

    2017-12-01

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

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

    Science.gov (United States)

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

    2018-03-01

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

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

    Science.gov (United States)

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

    2018-06-01

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

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

    Directory of Open Access Journals (Sweden)

    Boris Campillo-Gimenez

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

  6. Geostatistical investigations of rock masses

    International Nuclear Information System (INIS)

    Matar, J.A.; Sarquis, M.A.; Girardi, J.P.; Tabbia, G.H.

    1987-01-01

    The geostatistical tehniques applied for the selection of a minimun fracturation volume in Sierra del Medio allow to quantify and qualify the variability of mechanic characteristics and density of fracture and also the level of reliability in estimations. The role of geostatistics is discussed in this work so as to select minimun fracturation blocks as a very important site selection step. The only variable used is the 'jointing density' so as to detect the principal fracture systems affecting the rocky massif. It was used on the semivariograms corresponding to the previously mentioned regionalized variables. The different results of fracturation are compared with the deep and shallow geological survey to obtain two and three dimensional models. The range of the geostatistical techniques to detect local geological phenomena such as faults is discussed. The variability model obtained from the borehole data computations is investigated taking as basis the vertical Columnar Model of Discontinuity (fractures) hypothesis derived from geological studies about spatial behaviour of the joint systems and from geostatistical interpretation. (Author) [es

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

    Science.gov (United States)

    Zhang, Zhongheng

    2016-06-01

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

  8. The long-acting GLP-1 derivative NN2211 ameliorates glycemia and increases beta-cell mass in diabetic mice

    DEFF Research Database (Denmark)

    Rolin, Bidda; Larsen, Marianne O; Gotfredsen, Carsten F

    2002-01-01

    in food intake, there were no significant differences between NN2211 and vehicle treatment, and body weight was not affected. Histological examination revealed that beta-cell proliferation and mass were not increased significantly in ob/ob mice with NN2211, although there was a strong tendency...... for increased proliferation. In db/db mice, exendin-4 and NN2211 decreased blood glucose compared with vehicle, but NN2211 had a longer duration of action. Food intake was lowered only on day 1 with both compounds, and body weight was unaffected. beta-Cell proliferation rate and mass were significantly...

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

    Directory of Open Access Journals (Sweden)

    Joon Heo

    2009-06-01

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

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

    Directory of Open Access Journals (Sweden)

    Yussouf Nahayo

    2016-04-01

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

  11. Overview and technical and practical aspects for use of geostatistics in hazardous-, toxic-, and radioactive-waste-site investigations

    International Nuclear Information System (INIS)

    Bossong, C.R.; Karlinger, M.R.; Troutman, B.M.; Vecchia, A.V.

    1999-01-01

    Technical and practical aspects of applying geostatistics are developed for individuals involved in investigation at hazardous-, toxic-, and radioactive-waste sites. Important geostatistical concepts, such as variograms and ordinary, universal, and indicator kriging, are described in general terms for introductory purposes and in more detail for practical applications. Variogram modeling using measured ground-water elevation data is described in detail to illustrate principles of stationarity, anisotropy, transformations, and cross validation. Several examples of kriging applications are described using ground-water-level elevations, bedrock elevations, and ground-water-quality data. A review of contemporary literature and selected public domain software associated with geostatistics also is provided, as is a discussion of alternative methods for spatial modeling, including inverse distance weighting, triangulation, splines, trend-surface analysis, and simulation

  12. Computational system for geostatistical analysis

    Directory of Open Access Journals (Sweden)

    Vendrusculo Laurimar Gonçalves

    2004-01-01

    Full Text Available Geostatistics identifies the spatial structure of variables representing several phenomena and its use is becoming more intense in agricultural activities. This paper describes a computer program, based on Windows Interfaces (Borland Delphi, which performs spatial analyses of datasets through geostatistic tools: Classical statistical calculations, average, cross- and directional semivariograms, simple kriging estimates and jackknifing calculations. A published dataset of soil Carbon and Nitrogen was used to validate the system. The system was useful for the geostatistical analysis process, for the manipulation of the computational routines in a MS-DOS environment. The Windows development approach allowed the user to model the semivariogram graphically with a major degree of interaction, functionality rarely available in similar programs. Given its characteristic of quick prototypation and simplicity when incorporating correlated routines, the Delphi environment presents the main advantage of permitting the evolution of this system.

  13. On the theory of coupled πNN-NN systems

    International Nuclear Information System (INIS)

    Machavariani, A.I.

    1982-01-01

    On the basis of the deuteron and δ asobar as a one-particle state, a version of relativistic equations for coupled πNN and NN systems is obtained. It is demonstrated that, if one neglects the non-pole term of the pion-nucleon Green function in the (3.3) resonance region, the three-body equations reduce to a set of equations for the two-body amplitudes of transitions between the πd, NN and Nδ channels

  14. The crossing phenomenon and power of the 1-NN rule

    Czech Academy of Sciences Publication Activity Database

    Jiřina, Marcel; Krayem, S.

    submitted 2017 (2018) ISSN 0176-4268 R&D Projects: GA MŠk(CZ) LG15047 Institutional support: RVO:67985807 Keywords : kNN rule * multivariate data * classification * distance * nearest neighbor * distribution mapping function Impact factor: 3.083, year: 2016

  15. A new perspective on the Faddeev equations and the K{sup Macron}NN system from chiral dynamics and unitarity in coupled channels

    Energy Technology Data Exchange (ETDEWEB)

    Oset, E. [Instituto de Fisica Corpuscular (centro mixto CSIC-UV), Institutos de Investigacion de Paterna, Aptdo. 22085, 46071 Valencia (Spain); Jido, D. [Yukawa Institute for Theoretical Physics, Kyoto University, Kyoto 606-8502 (Japan); Sekihara, T. [Department of Physics, Tokyo Institute of Technology, Tokyo 152-8551 (Japan); Martinez Torres, A. [Yukawa Institute for Theoretical Physics, Kyoto University, Kyoto 606-8502 (Japan); Khemchandani, K.P. [Research Center for Nuclear Physics (RCNP), Osaka University, Ibaraki, Osaka 567-0047 (Japan); Bayar, M., E-mail: melahat@ific.uv.es [Instituto de Fisica Corpuscular (centro mixto CSIC-UV), Institutos de Investigacion de Paterna, Aptdo. 22085, 46071 Valencia (Spain); Department of Physics, Kocaeli University, 41380 Izmit (Turkey); Yamagata-Sekihara, J. [Instituto de Fisica Corpuscular (centro mixto CSIC-UV), Institutos de Investigacion de Paterna, Aptdo. 22085, 46071 Valencia (Spain); Department of Physics, Tokyo Institute of Technology, Tokyo 152-8551 (Japan)

    2012-05-01

    We review recent work concerning the K{sup Macron}N interaction and Faddeev equations with chiral dynamics which allow us to look at the K{sup Macron}NN from a different perspective and pay attention to problems that have been posed in previous studies on the subject. We then show results which provide extra experimental evidence on the existence of two {Lambda}(1405) states. Then show the findings of a recent approach to Faddeev equations using chiral unitary dynamics, where an explicit cancellation of the two-body off-shell amplitude with three-body forces stemming from the same chiral Lagrangians takes place. This removal of the unphysical off-shell part of the amplitudes is most welcome and renders the approach unambiguous, showing that only on-shell two-body amplitudes need to be used. With this information in mind we use an approximation to the Faddeev equations within the fixed center approximation to study the K{sup Macron}NN system, providing answers within this approximation to questions that have been brought before and evaluating binding energies and widths of this three-body system. As a novelty with respect to recent work on the topic we find a bound state of the system with spin S=1, like a bound state of K{sup Macron}-deuteron, less bound that the one of S=0, where all recent efforts have been devoted. The width is relatively large in this case, suggesting problems in a possible experimental observation.

  16. Alkali metal control over N-N cleavage in iron complexes.

    Science.gov (United States)

    Grubel, Katarzyna; Brennessel, William W; Mercado, Brandon Q; Holland, Patrick L

    2014-12-03

    Though N2 cleavage on K-promoted Fe surfaces is important in the large-scale Haber-Bosch process, there is still ambiguity about the number of Fe atoms involved during the N-N cleaving step and the interactions responsible for the promoting ability of K. This work explores a molecular Fe system for N2 reduction, particularly focusing on the differences in the results obtained using different alkali metals as reductants (Na, K, Rb, Cs). The products of these reactions feature new types of Fe-N2 and Fe-nitride cores. Surprisingly, adding more equivalents of reductant to the system gives a product in which the N-N bond is not cleaved, indicating that the reducing power is not the most important factor that determines the extent of N2 activation. On the other hand, the results suggest that the size of the alkali metal cation can control the number of Fe atoms that can approach N2, which in turn controls the ability to achieve N2 cleavage. The accumulated results indicate that cleaving the triple N-N bond to nitrides is facilitated by simultaneous approach of least three low-valent Fe atoms to a single molecule of N2.

  17. The application of geostatistics in erosion hazard mapping

    NARCIS (Netherlands)

    Beurden, S.A.H.A. van; Riezebos, H.Th.

    1988-01-01

    Geostatistical interpolation or kriging of soil and vegetation variables has become an important alternative to other mapping techniques. Although a reconnaissance sampling is necessary and basic requirements of geostatistics have to be met, kriging has the advantage of giving estimates with a

  18. Bamboo Classification Using WorldView-2 Imagery of Giant Panda Habitat in a Large Shaded Area in Wolong, Sichuan Province, China

    Directory of Open Access Journals (Sweden)

    Yunwei Tang

    2016-11-01

    Full Text Available This study explores the ability of WorldView-2 (WV-2 imagery for bamboo mapping in a mountainous region in Sichuan Province, China. A large area of this place is covered by shadows in the image, and only a few sampled points derived were useful. In order to identify bamboos based on sparse training data, the sample size was expanded according to the reflectance of multispectral bands selected using the principal component analysis (PCA. Then, class separability based on the training data was calculated using a feature space optimization method to select the features for classification. Four regular object-based classification methods were applied based on both sets of training data. The results show that the k-nearest neighbor (k-NN method produced the greatest accuracy. A geostatistically-weighted k-NN classifier, accounting for the spatial correlation between classes, was then applied to further increase the accuracy. It achieved 82.65% and 93.10% of the producer’s and user’s accuracies respectively for the bamboo class. The canopy densities were estimated to explain the result. This study demonstrates that the WV-2 image can be used to identify small patches of understory bamboos given limited known samples, and the resulting bamboo distribution facilitates the assessments of the habitats of giant pandas.

  19. Definition of multi-state weighted k-out-of-n: F systems

    DEFF Research Database (Denmark)

    Ding, Yi; Wu, Qiuwei; Zio, Enrico

    2012-01-01

    of the Multi-state Weighted k-out-of-n: G System- the Multi-state Weighted k-out-of-n: F System has not been clearly defined and discussed. In this short communication, the basic definition of the Multi-state Weighted k-out-of-n: F System model is proposed. The relationship between the Multi-state Weighted k...

  20. Comparison of ArcGIS and SAS Geostatistical Analyst to Estimate Population-Weighted Monthly Temperature for US Counties.

    Science.gov (United States)

    Xiaopeng, Q I; Liang, Wei; Barker, Laurie; Lekiachvili, Akaki; Xingyou, Zhang

    Temperature changes are known to have significant impacts on human health. Accurate estimates of population-weighted average monthly air temperature for US counties are needed to evaluate temperature's association with health behaviours and disease, which are sampled or reported at the county level and measured on a monthly-or 30-day-basis. Most reported temperature estimates were calculated using ArcGIS, relatively few used SAS. We compared the performance of geostatistical models to estimate population-weighted average temperature in each month for counties in 48 states using ArcGIS v9.3 and SAS v 9.2 on a CITGO platform. Monthly average temperature for Jan-Dec 2007 and elevation from 5435 weather stations were used to estimate the temperature at county population centroids. County estimates were produced with elevation as a covariate. Performance of models was assessed by comparing adjusted R 2 , mean squared error, root mean squared error, and processing time. Prediction accuracy for split validation was above 90% for 11 months in ArcGIS and all 12 months in SAS. Cokriging in SAS achieved higher prediction accuracy and lower estimation bias as compared to cokriging in ArcGIS. County-level estimates produced by both packages were positively correlated (adjusted R 2 range=0.95 to 0.99); accuracy and precision improved with elevation as a covariate. Both methods from ArcGIS and SAS are reliable for U.S. county-level temperature estimates; However, ArcGIS's merits in spatial data pre-processing and processing time may be important considerations for software selection, especially for multi-year or multi-state projects.

  1. Optimizing Groundwater Monitoring Networks Using Integrated Statistical and Geostatistical Approaches

    Directory of Open Access Journals (Sweden)

    Jay Krishna Thakur

    2015-08-01

    Full Text Available The aim of this work is to investigate new approaches using methods based on statistics and geo-statistics for spatio-temporal optimization of groundwater monitoring networks. The formulated and integrated methods were tested with the groundwater quality data set of Bitterfeld/Wolfen, Germany. Spatially, the monitoring network was optimized using geo-statistical methods. Temporal optimization of the monitoring network was carried out using Sen’s method (1968. For geostatistical network optimization, a geostatistical spatio-temporal algorithm was used to identify redundant wells in 2- and 2.5-D Quaternary and Tertiary aquifers. Influences of interpolation block width, dimension, contaminant association, groundwater flow direction and aquifer homogeneity on statistical and geostatistical methods for monitoring network optimization were analysed. The integrated approach shows 37% and 28% redundancies in the monitoring network in Quaternary aquifer and Tertiary aquifer respectively. The geostatistical method also recommends 41 and 22 new monitoring wells in the Quaternary and Tertiary aquifers respectively. In temporal optimization, an overall optimized sampling interval was recommended in terms of lower quartile (238 days, median quartile (317 days and upper quartile (401 days in the research area of Bitterfeld/Wolfen. Demonstrated methods for improving groundwater monitoring network can be used in real monitoring network optimization with due consideration given to influencing factors.

  2. Matkustussäännön toteuttaminen ja kehittäminen - Case Norilsk Nickel Harjavalta Oy

    OpenAIRE

    Sihvonen, Aino

    2015-01-01

    Tämä opinnäytetyö tehtiin toimeksiantona Norilsk Nickel Harjavalta Oy:lle. Opinnäytetyön tarkoituksena oli tutkia toimeksiantajan matkustussäännön vahvuuksia ja puutteita. Tutkimustehtävänä oli selvittää, miten yhtiön henkilöstö kokee nykyisen matkustussäännön sekä mistä johtuu, että matkustusasioissa ilmenee erilaisia käytänteitä. Tutkimuksen tavoitteena oli luoda kehitysehdotuksia yhtiön matkustussääntöön. Matkustussäännön kehittämisellä pyritään kustannustehokkuuden ja ympäristönäkökulmien...

  3. K*(892)$^0$ and $\\Phi$(1020) production in Pb-Pb collisions at $\\sqrt{s_{NN}}$ = 2.76 TeV

    CERN Document Server

    Abelev, Betty Bezverkhny; Adamova, Dagmar; Aggarwal, Madan Mohan; Agnello, Michelangelo; Agostinelli, Andrea; Agrawal, Neelima; Ahammed, Zubayer; Ahmad, Nazeer; Ahmad, Arshad; Ahmed, Ijaz; Ahn, Sang Un; Ahn, Sul-Ah; Aimo, Ilaria; Aiola, Salvatore; Ajaz, Muhammad; Akindinov, Alexander; Aleksandrov, Dmitry; Alessandro, Bruno; Alexandre, Didier; Alici, Andrea; Alkin, Anton; Alme, Johan; Alt, Torsten; Altini, Valerio; Altinpinar, Sedat; Altsybeev, Igor; Alves Garcia Prado, Caio; Andrei, Cristian; Andronic, Anton; Anguelov, Venelin; Anielski, Jonas; Anticic, Tome; Antinori, Federico; Antonioli, Pietro; Aphecetche, Laurent Bernard; Appelshaeuser, Harald; Arbor, Nicolas; Arcelli, Silvia; Armesto Perez, Nestor; Arnaldi, Roberta; Aronsson, Tomas; Arsene, Ionut Cristian; Arslandok, Mesut; Augustinus, Andre; Averbeck, Ralf Peter; Awes, Terry; Azmi, Mohd Danish; Bach, Matthias Jakob; Badala, Angela; Baek, Yong Wook; Bagnasco, Stefano; Bailhache, Raphaelle Marie; Bala, Renu; Baldisseri, Alberto; Ball, Markus; Baltasar Dos Santos Pedrosa, Fernando; Baral, Rama Chandra; Barbera, Roberto; Barile, Francesco; Barnafoldi, Gergely Gabor; Barnby, Lee Stuart; Ramillien Barret, Valerie; Bartke, Jerzy Gustaw; Basile, Maurizio; Bastid, Nicole; Basu, Sumit; Bathen, Bastian; Batigne, Guillaume; Batyunya, Boris; Batzing, Paul Christoph; Baumann, Christoph Heinrich; Bearden, Ian Gardner; Beck, Hans; Bedda, Cristina; Behera, Nirbhay Kumar; Belikov, Iouri; Bellini, Francesca; Bellwied, Rene; Belmont Moreno, Ernesto; Bencedi, Gyula; Beole, Stefania; Berceanu, Ionela; Bercuci, Alexandru; Berdnikov, Yaroslav; Berenyi, Daniel; Berger, Martin Emanuel; Bertens, Redmer Alexander; Berzano, Dario; Betev, Latchezar; Bhasin, Anju; Bhati, Ashok Kumar; Bhattacharjee, Buddhadeb; Bhom, Jihyun; Bianchi, Livio; Bianchi, Nicola; Bianchin, Chiara; Bielcik, Jaroslav; Bielcikova, Jana; Bilandzic, Ante; Bjelogrlic, Sandro; Blanco, Fernando; Blau, Dmitry; Blume, Christoph; Bock, Friederike; Bogdanov, Alexey; Boggild, Hans; Bogolyubskiy, Mikhail; Boehmer, Felix Valentin; Boldizsar, Laszlo; Bombara, Marek; Book, Julian Heinz; Borel, Herve; Borissov, Alexander; Bossu, Francesco; Botje, Michiel; Botta, Elena; Boettger, Stefan; Braun-Munzinger, Peter; Bregant, Marco; Breitner, Timo Gunther; Broker, Theo Alexander; Browning, Tyler Allen; Broz, Michal; Bruna, Elena; Bruno, Giuseppe Eugenio; Budnikov, Dmitry; Buesching, Henner; Bufalino, Stefania; Buncic, Predrag; Busch, Oliver; Buthelezi, Edith Zinhle; Caffarri, Davide; Cai, Xu; Caines, Helen Louise; Caliva, Alberto; Calvo Villar, Ernesto; Camerini, Paolo; Canoa Roman, Veronica; Carena, Francesco; Carena, Wisla; Castillo Castellanos, Javier Ernesto; Casula, Ester Anna Rita; Catanescu, Vasile Ioan; Cavicchioli, Costanza; Ceballos Sanchez, Cesar; Cepila, Jan; Cerello, Piergiorgio; Chang, Beomsu; Chapeland, Sylvain; Charvet, Jean-Luc Fernand; Chattopadhyay, Subhasis; Chattopadhyay, Sukalyan; Cherney, Michael Gerard; Cheshkov, Cvetan Valeriev; Cheynis, Brigitte; Chibante Barroso, Vasco Miguel; Dobrigkeit Chinellato, David; Chochula, Peter; Chojnacki, Marek; Choudhury, Subikash; Christakoglou, Panagiotis; Christensen, Christian Holm; Christiansen, Peter; Chujo, Tatsuya; Chung, Suh-Urk; Cicalo, Corrado; Cifarelli, Luisa; Cindolo, Federico; Cleymans, Jean Willy Andre; Colamaria, Fabio Filippo; Colella, Domenico; Collu, Alberto; Colocci, Manuel; Conesa Balbastre, Gustavo; Conesa Del Valle, Zaida; Connors, Megan Elizabeth; Contreras Nuno, Jesus Guillermo; Cormier, Thomas Michael; Corrales Morales, Yasser; Cortese, Pietro; Cortes Maldonado, Ismael; Cosentino, Mauro Rogerio; Costa, Filippo; Crochet, Philippe; Cruz Albino, Rigoberto; Cuautle Flores, Eleazar; Cunqueiro Mendez, Leticia; Dainese, Andrea; Dang, Ruina; Danu, Andrea; Das, Debasish; Das, Indranil; Das, Kushal; Das, Supriya; Dash, Ajay Kumar; Dash, Sadhana; De, Sudipan; Delagrange, Hugues; Deloff, Andrzej; Denes, Ervin Sandor; D'Erasmo, Ginevra; De Caro, Annalisa; De Cataldo, Giacinto; De Cuveland, Jan; De Falco, Alessandro; De Gruttola, Daniele; De Marco, Nora; De Pasquale, Salvatore; De Rooij, Raoul Stefan; Diaz Corchero, Miguel Angel; Dietel, Thomas; Divia, Roberto; Di Bari, Domenico; Di Liberto, Sergio; Di Mauro, Antonio; Di Nezza, Pasquale; Djuvsland, Oeystein; Dobrin, Alexandru Florin; Dobrowolski, Tadeusz Antoni; Domenicis Gimenez, Diogenes; Donigus, Benjamin; Dordic, Olja; Dorheim, Sverre; Dubey, Anand Kumar; Dubla, Andrea; Ducroux, Laurent; Dupieux, Pascal; Dutt Mazumder, Abhee Kanti; Ehlers Iii, Raymond James; Elia, Domenico; Engel, Heiko; Erazmus, Barbara Ewa; Erdal, Hege Austrheim; Eschweiler, Dominic; Espagnon, Bruno; Esposito, Marco; Estienne, Magali Danielle; Esumi, Shinichi; Evans, David; Evdokimov, Sergey; Fabris, Daniela; Faivre, Julien; Falchieri, Davide; Fantoni, Alessandra; Fasel, Markus; Fehlker, Dominik; Feldkamp, Linus; Felea, Daniel; Feliciello, Alessandro; Feofilov, Grigory; Ferencei, Jozef; Fernandez Tellez, Arturo; Gonzalez Ferreiro, Elena; Ferretti, Alessandro; Festanti, Andrea; Figiel, Jan; Araujo Silva Figueredo, Marcel; Filchagin, Sergey; Finogeev, Dmitry; Fionda, Fiorella; Fiore, Enrichetta Maria; Floratos, Emmanouil; Floris, Michele; Foertsch, Siegfried Valentin; Foka, Panagiota; Fokin, Sergey; Fragiacomo, Enrico; Francescon, Andrea; Frankenfeld, Ulrich Michael; Fuchs, Ulrich; Furget, Christophe; Fusco Girard, Mario; Gaardhoeje, Jens Joergen; Gagliardi, Martino; Gago Medina, Alberto Martin; Gallio, Mauro; Gangadharan, Dhevan Raja; Ganoti, Paraskevi; Garabatos Cuadrado, Jose; Garcia-Solis, Edmundo Javier; Gargiulo, Corrado; Garishvili, Irakli; Gerhard, Jochen; Germain, Marie; Gheata, Andrei George; Gheata, Mihaela; Ghidini, Bruno; Ghosh, Premomoy; Ghosh, Sanjay Kumar; Gianotti, Paola; Giubellino, Paolo; Gladysz-Dziadus, Ewa; Glassel, Peter; Gomez Ramirez, Andres; Gonzalez Zamora, Pedro; Gorbunov, Sergey; Gorlich, Lidia Maria; Gotovac, Sven; Graczykowski, Lukasz Kamil; Grelli, Alessandro; Grigoras, Alina Gabriela; Grigoras, Costin; Grigoryev, Vladislav; Grigoryan, Ara; Abramyan, Armenuhi; Grigoryan, Smbat; Grynyov, Borys; Grion, Nevio; Grosse-Oetringhaus, Jan Fiete; Grossiord, Jean-Yves; Grosso, Raffaele; Guber, Fedor; Guernane, Rachid; Guerzoni, Barbara; Guilbaud, Maxime Rene Joseph; Gulbrandsen, Kristjan Herlache; Gulkanyan, Hrant; Gunji, Taku; Gupta, Anik; Gupta, Ramni; Khan, Kamal; Haake, Rudiger; Haaland, Oystein Senneset; Hadjidakis, Cynthia Marie; Haiduc, Maria; Hamagaki, Hideki; Hamar, Gergoe; Hanratty, Luke David; Hansen, Alexander; Harris, John William; Hartmann, Helvi; Harton, Austin Vincent; Hatzifotiadou, Despina; Hayashi, Shinichi; Heckel, Stefan Thomas; Heide, Markus Ansgar; Helstrup, Haavard; Herghelegiu, Andrei Ionut; Herrera Corral, Gerardo Antonio; Hess, Benjamin Andreas; Hetland, Kristin Fanebust; Hicks, Bernard Richard; Hippolyte, Boris; Hladky, Jan; Hristov, Peter Zahariev; Huang, Meidana; Humanic, Thomas; Hutter, Dirk; Hwang, Dae Sung; Ilkaev, Radiy; Ilkiv, Iryna; Inaba, Motoi; Innocenti, Gian Michele; Ionita, Costin; Ippolitov, Mikhail; Irfan, Muhammad; Ivanov, Marian; Ivanov, Vladimir; Ivanytskyi, Oleksii; Jacholkowski, Adam Wlodzimierz; Jacobs, Peter Martin; Jahnke, Cristiane; Jang, Haeng Jin; Janik, Malgorzata Anna; Pahula Hewage, Sandun; Jena, Satyajit; Jimenez Bustamante, Raul Tonatiuh; Jones, Peter Graham; Jung, Hyungtaik; Jusko, Anton; Kalcher, Sebastian; Kalinak, Peter; Kalweit, Alexander Philipp; Kamin, Jason Adrian; Kang, Ju Hwan; Kaplin, Vladimir; Kar, Somnath; Karasu Uysal, Ayben; Karavichev, Oleg; Karavicheva, Tatiana; Karpechev, Evgeny; Kebschull, Udo Wolfgang; Keidel, Ralf; Ketzer, Bernhard Franz; Khan, Mohammed Mohisin; Khan, Palash; Khan, Shuaib Ahmad; Khanzadeev, Alexei; Kharlov, Yury; Kileng, Bjarte; Kim, Beomkyu; Kim, Do Won; Kim, Dong Jo; Kim, Jinsook; Kim, Mimae; Kim, Minwoo; Kim, Se Yong; Kim, Taesoo; Kirsch, Stefan; Kisel, Ivan; Kiselev, Sergey; Kisiel, Adam Ryszard; Kiss, Gabor; Klay, Jennifer Lynn; Klein, Jochen; Klein-Boesing, Christian; Kluge, Alexander; Knichel, Michael Linus; Knospe, Anders Garritt; Kobdaj, Chinorat; Kofarago, Monika; Kohler, Markus Konrad; Kollegger, Thorsten; Kolozhvari, Anatoly; Kondratev, Valerii; Kondratyeva, Natalia; Konevskikh, Artem; Kovalenko, Vladimir; Kowalski, Marek; Kox, Serge; Koyithatta Meethaleveedu, Greeshma; Kral, Jiri; Kralik, Ivan; Kramer, Frederick; Kravcakova, Adela; Krelina, Michal; Kretz, Matthias; Krivda, Marian; Krizek, Filip; Krus, Miroslav; Kryshen, Evgeny; Krzewicki, Mikolaj; Kucera, Vit; Kucheryaev, Yury; Kugathasan, Thanushan; Kuhn, Christian Claude; Kuijer, Paulus Gerardus; Kulakov, Igor; Kumar, Jitendra; Kurashvili, Podist; Kurepin, Alexander; Kurepin, Alexey; Kuryakin, Alexey; Kushpil, Svetlana; Kweon, Min Jung; Kwon, Youngil; Ladron De Guevara, Pedro; Lagana Fernandes, Caio; Lakomov, Igor; Langoy, Rune; Lara Martinez, Camilo Ernesto; Lardeux, Antoine Xavier; Lattuca, Alessandra; La Pointe, Sarah Louise; La Rocca, Paola; Lea, Ramona; Lee, Graham Richard; Legrand, Iosif; Lehnert, Joerg Walter; Lemmon, Roy Crawford; Lenti, Vito; Leogrande, Emilia; Leoncino, Marco; Leon Monzon, Ildefonso; Levai, Peter; Li, Shuang; Lien, Jorgen Andre; Lietava, Roman; Lindal, Svein; Lindenstruth, Volker; Lippmann, Christian; Lisa, Michael Annan; Ljunggren, Hans Martin; Lodato, Davide Francesco; Lonne, Per-Ivar; Loggins, Vera Renee; Loginov, Vitaly; Lohner, Daniel; Loizides, Constantinos; Lopez, Xavier Bernard; Lopez Torres, Ernesto; Lu, Xianguo; Luettig, Philipp Johannes; Lunardon, Marcello; Luo, Jiebin; Luparello, Grazia; Luzzi, Cinzia; Ma, Rongrong; Maevskaya, Alla; Mager, Magnus; Mahapatra, Durga Prasad; Maire, Antonin; Majka, Richard Daniel; Malaev, Mikhail; Maldonado Cervantes, Ivonne Alicia; Malinina, Liudmila; Mal'Kevich, Dmitry; Malzacher, Peter; Mamonov, Alexander; Manceau, Loic Henri Antoine; Manko, Vladislav; Manso, Franck; Manzari, Vito; Marchisone, Massimiliano; Mares, Jiri; Margagliotti, Giacomo Vito; Margotti, Anselmo; Marin, Ana Maria; Markert, Christina; Marquard, Marco; Martashvili, Irakli; Martin, Nicole Alice; Martinengo, Paolo; Martinez Hernandez, Mario Ivan; Martinez-Garcia, Gines; Martin Blanco, Javier; Martynov, Yevgen; Mas, Alexis Jean-Michel; Masciocchi, Silvia; Masera, Massimo; Masoni, Alberto; Massacrier, Laure Marie; Mastroserio, Annalisa; Matyja, Adam Tomasz; Mayer, Christoph; Mazer, Joel Anthony; Mazzoni, Alessandra Maria; Meddi, Franco; Menchaca-Rocha, Arturo Alejandro; Meninno, Elisa; Mercado-Perez, Jorge; Meres, Michal; Miake, Yasuo; Mikhaylov, Konstantin; Milano, Leonardo; Milosevic, Jovan; Mischke, Andre; Mishra, Aditya Nath; Miskowiec, Dariusz Czeslaw; Mitu, Ciprian Mihai; Mlynarz, Jocelyn; Mohanty, Bedangadas; Molnar, Levente; Montano Zetina, Luis Manuel; Montes Prado, Esther; Morando, Maurizio; Moreira De Godoy, Denise Aparecida; Moretto, Sandra; Morreale, Astrid; Morsch, Andreas; Muccifora, Valeria; Mudnic, Eugen; Muhuri, Sanjib; Mukherjee, Maitreyee; Muller, Hans; Gameiro Munhoz, Marcelo; Murray, Sean; Musa, Luciano; Musinsky, Jan; Nandi, Basanta Kumar; Nania, Rosario; Nappi, Eugenio; Nattrass, Christine; Nayak, Tapan Kumar; Nazarenko, Sergey; Nedosekin, Alexander; Nicassio, Maria; Niculescu, Mihai; Nielsen, Borge Svane; Nikolaev, Sergey; Nikulin, Sergey; Nikulin, Vladimir; Nilsen, Bjorn Steven; Noferini, Francesco; Nomokonov, Petr; Nooren, Gerardus; Nyanin, Alexander; Nystrand, Joakim Ingemar; Oeschler, Helmut Oskar; Oh, Saehanseul; Oh, Sun Kun; Okatan, Ali; Olah, Laszlo; Oleniacz, Janusz; Oliveira Da Silva, Antonio Carlos; Onderwaater, Jacobus; Oppedisano, Chiara; Ortiz Velasquez, Antonio; Oskarsson, Anders Nils Erik; Otwinowski, Jacek Tomasz; Oyama, Ken; Sahoo, Pragati; Pachmayer, Yvonne Chiara; Pachr, Milos; Pagano, Paola; Paic, Guy; Painke, Florian; Pajares Vales, Carlos; Pal, Susanta Kumar; Palmeri, Armando; Pant, Divyash; Papikyan, Vardanush; Pappalardo, Giuseppe; Pareek, Pooja; Park, Woojin; Parmar, Sonia; Passfeld, Annika; Patalakha, Dmitry; Paticchio, Vincenzo; Paul, Biswarup; Pawlak, Tomasz Jan; Peitzmann, Thomas; Pereira Da Costa, Hugo Denis Antonio; Pereira De Oliveira Filho, Elienos; Peresunko, Dmitry Yurevich; Perez Lara, Carlos Eugenio; Pesci, Alessandro; Pestov, Yury; Petracek, Vojtech; Petran, Michal; Petris, Mariana; Petrovici, Mihai; Petta, Catia; Piano, Stefano; Pikna, Miroslav; Pillot, Philippe; Pinazza, Ombretta; Pinsky, Lawrence; Piyarathna, Danthasinghe; Ploskon, Mateusz Andrzej; Planinic, Mirko; Pluta, Jan Marian; Pochybova, Sona; Podesta Lerma, Pedro Luis Manuel; Poghosyan, Martin; Pohjoisaho, Esko Heikki Oskari; Polishchuk, Boris; Poljak, Nikola; Pop, Amalia; Porteboeuf, Sarah Julie; Porter, R Jefferson; Pospisil, Vladimir; Potukuchi, Baba; Prasad, Sidharth Kumar; Preghenella, Roberto; Prino, Francesco; Pruneau, Claude Andre; Pshenichnov, Igor; Puccio, Maximiliano; Puddu, Giovanna; Pujahari, Prabhat Ranjan; Punin, Valery; Putschke, Jorn Henning; Qvigstad, Henrik; Rachevski, Alexandre; Raha, Sibaji; Rak, Jan; Rakotozafindrabe, Andry Malala; Ramello, Luciano; Raniwala, Rashmi; Raniwala, Sudhir; Rasanen, Sami Sakari; Rascanu, Bogdan Theodor; Rathee, Deepika; Rauf, Aamer Wali; Razazi, Vahedeh; Read, Kenneth Francis; Real, Jean-Sebastien; Redlich, Krzysztof; Reed, Rosi Jan; Rehman, Attiq Ur; Reichelt, Patrick Simon; Reicher, Martijn; Reidt, Felix; Renfordt, Rainer Arno Ernst; Reolon, Anna Rita; Reshetin, Andrey; Rettig, Felix Vincenz; Revol, Jean-Pierre; Reygers, Klaus Johannes; Riabov, Viktor; Ricci, Renato Angelo; Richert, Tuva Ora Herenui; Richter, Matthias Rudolph; Riedler, Petra; Riegler, Werner; Riggi, Francesco; Rivetti, Angelo; Rocco, Elena; Rodriguez Cahuantzi, Mario; Rodriguez Manso, Alis; Roeed, Ketil; Rogochaya, Elena; Sharma, Rohni; Rohr, David Michael; Roehrich, Dieter; Romita, Rosa; Ronchetti, Federico; Ronflette, Lucile; Rosnet, Philippe; Rossegger, Stefan; Rossi, Andrea; Roukoutakis, Filimon; Roy, Ankhi; Roy, Christelle Sophie; Roy, Pradip Kumar; Rubio Montero, Antonio Juan; Rui, Rinaldo; Russo, Riccardo; Ryabinkin, Evgeny; Ryabov, Yury; Rybicki, Andrzej; Sadovskiy, Sergey; Safarik, Karel; Sahlmuller, Baldo; Sahoo, Raghunath; Sahu, Pradip Kumar; Saini, Jogender; Salgado Lopez, Carlos Alberto; Salzwedel, Jai Samuel Nielsen; Sambyal, Sanjeev Singh; Samsonov, Vladimir; Sanchez Castro, Xitzel; Sanchez Rodriguez, Fernando Javier; Sandor, Ladislav; Sandoval, Andres; Sano, Masato; Santagati, Gianluca; Sarkar, Debojit; Scapparone, Eugenio; Scarlassara, Fernando; Scharenberg, Rolf Paul; Schiaua, Claudiu Cornel; Schicker, Rainer Martin; Schmidt, Christian Joachim; Schmidt, Hans Rudolf; Schuchmann, Simone; Schukraft, Jurgen; Schulc, Martin; Schuster, Tim Robin; Schutz, Yves Roland; Schwarz, Kilian Eberhard; Schweda, Kai Oliver; Scioli, Gilda; Scomparin, Enrico; Scott, Rebecca Michelle; Segato, Gianfranco; Seger, Janet Elizabeth; Selyuzhenkov, Ilya; Seo, Jeewon; Serradilla Rodriguez, Eulogio; Sevcenco, Adrian; Shabetai, Alexandre; Shabratova, Galina; Shahoyan, Ruben; Shangaraev, Artem; Sharma, Natasha; Sharma, Satish; Shigaki, Kenta; Shtejer Diaz, Katherin; Sibiryak, Yury; Siddhanta, Sabyasachi; Siemiarczuk, Teodor; Silvermyr, David Olle Rickard; Silvestre, Catherine Micaela; Simatovic, Goran; Singaraju, Rama Narayana; Singh, Ranbir; Singha, Subhash; Singhal, Vikas; Sinha, Bikash; Sarkar - Sinha, Tinku; Sitar, Branislav; Sitta, Mario; Skaali, Bernhard; Skjerdal, Kyrre; Smakal, Radek; Smirnov, Nikolai; Snellings, Raimond; Soegaard, Carsten; Soltz, Ron Ariel; Song, Jihye; Song, Myunggeun; Soramel, Francesca; Sorensen, Soren Pontoppidan; Spacek, Michal; Sputowska, Iwona Anna; Spyropoulou-Stassinaki, Martha; Srivastava, Brijesh Kumar; Stachel, Johanna; Stan, Ionel; Stefanek, Grzegorz; Steinpreis, Matthew Donald; Stenlund, Evert Anders; Steyn, Gideon Francois; Stiller, Johannes Hendrik; Stocco, Diego; Stolpovskiy, Mikhail; Strmen, Peter; Alarcon Do Passo Suaide, Alexandre; Sugitate, Toru; Suire, Christophe Pierre; Suleymanov, Mais Kazim Oglu; Sultanov, Rishat; Sumbera, Michal; Susa, Tatjana; Symons, Timothy; Szanto De Toledo, Alejandro; Szarka, Imrich; Szczepankiewicz, Adam; Szymanski, Maciej Pawel; Takahashi, Jun; Tangaro, Marco-Antonio; Tapia Takaki, Daniel Jesus; Tarantola Peloni, Attilio; Tarazona Martinez, Alfonso; Tarzila, Madalina-Gabriela; Tauro, Arturo; Tejeda Munoz, Guillermo; Telesca, Adriana; Terrevoli, Cristina; Ter-Minasyan, Astkhik; Thaeder, Jochen Mathias; Thomas, Deepa; Tieulent, Raphael Noel; Timmins, Anthony Robert; Toia, Alberica; Torii, Hisayuki; Trubnikov, Victor; Trzaska, Wladyslaw Henryk; Tsuji, Tomoya; Tumkin, Alexandr; Turrisi, Rosario; Tveter, Trine Spedstad; Ulery, Jason Glyndwr; Ullaland, Kjetil; Uras, Antonio; Usai, Gianluca; Vajzer, Michal; Vala, Martin; Valencia Palomo, Lizardo; Vallero, Sara; Vande Vyvre, Pierre; Vannucci, Luigi; Van Hoorne, Jacobus Willem; Van Leeuwen, Marco; Diozcora Vargas Trevino, Aurora; Varma, Raghava; Vasileiou, Maria; Vasiliev, Andrey; Vechernin, Vladimir; Veldhoen, Misha; Velure, Arild; Venaruzzo, Massimo; Vercellin, Ermanno; Vergara Limon, Sergio; Vernet, Renaud; Verweij, Marta; Vickovic, Linda; Viesti, Giuseppe; Viinikainen, Jussi Samuli; Vilakazi, Zabulon; Villalobos Baillie, Orlando; Vinogradov, Alexander; Vinogradov, Leonid; Vinogradov, Yury; Virgili, Tiziano; Vislavicius, Vytautas; Viyogi, Yogendra; Vodopyanov, Alexander; Volkl, Martin Andreas; Voloshin, Kirill; Voloshin, Sergey; Volpe, Giacomo; Von Haller, Barthelemy; Vorobyev, Ivan; Vranic, Danilo; Vrlakova, Janka; Vulpescu, Bogdan; Vyushin, Alexey; Wagner, Boris; Wagner, Jan; Wagner, Vladimir; Wang, Mengliang; Wang, Yifei; Watanabe, Daisuke; Weber, Michael; Weber, Steffen Georg; Wessels, Johannes Peter; Westerhoff, Uwe; Wiechula, Jens; Wikne, Jon; Wilde, Martin Rudolf; Wilk, Grzegorz Andrzej; Wilkinson, Jeremy John; Williams, Crispin; Windelband, Bernd Stefan; Winn, Michael Andreas; Xiang, Changzhou; Yaldo, Chris G; Yamaguchi, Yorito; Yang, Hongyan; Yang, Ping; Yang, Shiming; Yano, Satoshi; Yasnopolskiy, Stanislav; Yi, Jungyu; Yin, Zhongbao; Yoo, In-Kwon; Yushmanov, Igor; Zaccolo, Valentina; Zach, Cenek; Zaman, Ali; Zampolli, Chiara; Zaporozhets, Sergey; Zarochentsev, Andrey; Zavada, Petr; Zavyalov, Nikolay; Zbroszczyk, Hanna Paulina; Zgura, Sorin Ion; Zhalov, Mikhail; Zhang, Haitao; Zhang, Xiaoming; Zhang, Yonghong; Zhao, Chengxin; Zhigareva, Natalia; Zhou, Daicui; Zhou, Fengchu; Zhou, You; Zhu, Hongsheng; Zhu, Jianhui; Zhu, Xiangrong; Zichichi, Antonino; Zimmermann, Alice; Zimmermann, Markus Bernhard; Zinovjev, Gennady; Zoccarato, Yannick Denis; Zynovyev, Mykhaylo; Zyzak, Maksym

    2015-02-17

    The yields of the K*(892)$^0$ and $\\Phi$(1020) resonances are measured in Pb-Pb collisions at $\\sqrt{s_{NN}}$ = 2.76 TeV through their hadronic decays using the ALICE detector. The measurements are performed in multiple centrality intervals at mid-rapidity (|y|<0.5) in the transverse-momentum ranges 0.3 < $p_T$ < 5 GeV/c for the K*(892)$^0$ and 0.5 < $p_T$ < 5 GeV/c for the $\\Phi$(1020). The yields of K*(892)$^0$ are suppressed in central Pb-Pb collisions with respect to pp and peripheral Pb-Pb collisions. This suppression is discussed in a scenario in which the K*(892)$^0$ decays during the evolution of the fireball and the decay products scatter, thus escaping detection through invariant-mass reconstruction. In contrast, the $\\Phi$(1020) meson, due to its long lifetime, decays outside the fireball. These particles are also used as probes to study the mechanisms of particle production. The shape of the pt distribution of the $\\Phi$(1020) meson, but not its yield, is reproduced fairly well by h...

  4. compounds with N=N, C≡C or conjugated double-bonded systems

    Indian Academy of Sciences (India)

    Unusual products in the reactions of phosphorus(III) compounds with. N=N, C≡C or conjugated double-bonded systems. K C KUMARA SWAMY,* E BALARAMAN, M PHANI PAVAN, N N BHUVAN KUMAR,. K PRAVEEN KUMAR and N SATISH KUMAR. School of Chemistry, University of Hyderabad, Hyderabad 500 046.

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

    Directory of Open Access Journals (Sweden)

    Mohammad Azmi

    2012-07-01

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

  6. Can the Σ-nn system be bound?

    International Nuclear Information System (INIS)

    Stadler, A.; Gibson, B.F.

    1994-01-01

    Motivated by the Σ-hypernuclear states reported in (K - ,π ± ) experiments, we have explored the possibility that there exists a particle-stable Σ - nn bound state. For the Juelich A hyperon-nucleon, realistic-force model, our calculations yield little reason to expect a positive-parity bound state or resonance in either the J=1/2 or the J=3/2 channels

  7. Transverse Momentum Spectra of KS0 and K*0 at Midrapidity in d + Au, Cu + Cu, and p+p Collisions at √(sNN)=200 GeV

    International Nuclear Information System (INIS)

    Zhang, Guo-Xing; Li, Bao-Chun; Guo, Yuan-Yuan

    2015-01-01

    We analyze transverse momentum spectra of K S 0 and K *0 at midrapidity in d + Au, Cu + Cu, and p+p collisions at √(s NN )=200 GeV in the formworks of Tsallis statistics and Boltzmann statistics, respectively. Both of them can describe the transverse momentum spectra and extract the thermodynamics parameters of matter evolution in the collisions. The parameters are helpful for us to understand the thermodynamics factors of the particle production

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

    Directory of Open Access Journals (Sweden)

    Wail Hamood KHALED

    2014-10-01

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

  9. Gstat: a program for geostatistical modelling, prediction and simulation

    Science.gov (United States)

    Pebesma, Edzer J.; Wesseling, Cees G.

    1998-01-01

    Gstat is a computer program for variogram modelling, and geostatistical prediction and simulation. It provides a generic implementation of the multivariable linear model with trends modelled as a linear function of coordinate polynomials or of user-defined base functions, and independent or dependent, geostatistically modelled, residuals. Simulation in gstat comprises conditional or unconditional (multi-) Gaussian sequential simulation of point values or block averages, or (multi-) indicator sequential simulation. Besides many of the popular options found in other geostatistical software packages, gstat offers the unique combination of (i) an interactive user interface for modelling variograms and generalized covariances (residual variograms), that uses the device-independent plotting program gnuplot for graphical display, (ii) support for several ascii and binary data and map file formats for input and output, (iii) a concise, intuitive and flexible command language, (iv) user customization of program defaults, (v) no built-in limits, and (vi) free, portable ANSI-C source code. This paper describes the class of problems gstat can solve, and addresses aspects of efficiency and implementation, managing geostatistical projects, and relevant technical details.

  10. Chiral approach to nuclear matter: Role of explicit short-range NN-terms

    International Nuclear Information System (INIS)

    Fritsch, S.; Kaiser, N.

    2004-01-01

    We extend a recent chiral approach to nuclear matter by including the most general (momentum-independent) NN-contact interaction. Iterating this two-parameter contact vertex with itself and with one-pion exchange the emerging energy per particle exhausts all terms possible up to and including fourth order in the small momentum expansion. Two (isospin-dependent) cut-offs Λ 0,1 are introduced to regularize the (linear) divergences of some three-loop in-medium diagrams. The equation of state of pure neutron matter, anti E n (k n ), can be reproduced very well up to quite high neutron densities of ρ n =0.5 fm -3 by adjusting the strength of a repulsive nn-contact interaction. Binding and saturation of isospin-symmetric nuclear matter is a generic feature of our perturbative calculation. Fixing the maximum binding energy per particle to - anti E(k f0 )=15.3 MeV we find that any possible equilibrium density ρ 0 lies below ρ 0 max =0.191 fm -3 . The additional constraint from the neutron matter equation of state leads however to a somewhat too low saturation density of ρ 0 =0.134 fm -3 . We also investigate the effects of the NN-contact interaction on the complex single-particle potential U(p,k f )+iW(p,k f ). We find that the effective nucleon mass at the Fermi surface is bounded from below by M * (k f0 ) ≥1.4 M. This property keeps the critical temperature of the liquid-gas phase transition at somewhat too high values T c ≥21 MeV. The downward bending of the asymmetry energy A(k f ) above nuclear-matter saturation density is a generic feature of the approximation to fourth order. We furthermore investigate the effects of the NN-contact interaction on the (vector-∇ρ) 2 -term in the nuclear energy density functional E[ρ,τ]. Altogether, there is within this complete fourth-order calculation no ''magic'' set of adjustable short-range parameters with which one could reproduce simultaneously and accurately all semi-empirical properties of nuclear matter. In

  11. Geostatistical prediction of microbial water quality throughout a stream network using meteorology, land cover, and spatiotemporal autocorrelation.

    Science.gov (United States)

    Holcomb, David Andrew; Messier, Kyle P; Serre, Marc L; Rowny, Jakob G; Stewart, Jill R

    2018-06-11

    Predictive modeling is promising as an inexpensive tool to assess water quality. We developed geostatistical predictive models of microbial water quality that empirically modelled spatiotemporal autocorrelation in measured fecal coliform (FC) bacteria concentrations to improve prediction. We compared five geostatistical models featuring different autocorrelation structures, fit to 676 observations from 19 locations in North Carolina's Jordan Lake watershed using meteorological and land cover predictor variables. Though stream distance metrics (with and without flow-weighting) failed to improve prediction over the Euclidean distance metric, incorporating temporal autocorrelation substantially improved prediction over the space-only models. We predicted FC throughout the stream network daily for one year, designating locations "impaired", "unimpaired", or "unassessed" if the probability of exceeding the state standard was >90%, 10% but <90%, respectively. We could assign impairment status to more of the stream network on days any FC were measured, suggesting frequent sample-based monitoring remains necessary, though implementing spatiotemporal predictive models may reduce the number of concurrent sampling locations required to adequately assess water quality. Together, these results suggest that prioritizing sampling at different times and conditions using geographically sparse monitoring networks is adequate to build robust and informative geostatistical models of water quality impairment.

  12. Influence of slaughter weight and stress gene genotype on the water-holding capacity and protein gel characteristics of three porcine muscles.

    Science.gov (United States)

    Sutton, D S; Ellis, M; Lan, Y; McKeith, F K; Wilson, E R

    1997-06-01

    The longissimus lumborum, gluteus medius, and the triceps brachii muscles from 40 animals were used to evaluate the effect of stress gene genotype (non-mutant, NN and mono-mutant, Nn) and live weight at slaughter (110 kg and 140 kg) on the processing quality of fresh pork. The 45 minute and ultimate pH measurements did not differ between genotypes. Total percent protein was not different between samples taken from NN or Nn pigs, nor were there any differences in salt-soluble protein. The M. longissimus lumborum from Nn pigs possessed lower water-holding capacity values and lost greater amounts of water upon cooking. In addition, Nn pigs had lower subjective color and firmness scores which suggest a higher incidence of pale, soft and exudative pork. Slaughter weight did not affect total protein, salt-soluble protein, Minolta L(∗), a(∗) and b(∗) values or subjective color, firmness and marbling scores. Back fat thickness and loineye area increased as slaughter weight increased. Overall, this study suggested that Nn pigs have reduced water retention properties which may result in lower yields in processed meat items. Slaughter weight had limited effects on the processing quality of meat from NN or Nn pigs. There were no interactions of significance between stress gene genotype and slaughter weight, suggesting that the differences in muscle quality and functional properties between NN and Nn pigs are maintained over the slaughter weights used in this study.

  13. Industrial experience feedback of a geostatistical estimation of contaminated soil volumes - 59181

    International Nuclear Information System (INIS)

    Faucheux, Claire; Jeannee, Nicolas

    2012-01-01

    Geo-statistics meets a growing interest for the remediation forecast of potentially contaminated sites, by providing adapted methods to perform both chemical and radiological pollution mapping, to estimate contaminated volumes, potentially integrating auxiliary information, and to set up adaptive sampling strategies. As part of demonstration studies carried out for GeoSiPol (Geo-statistics for Polluted Sites), geo-statistics has been applied for the detailed diagnosis of a former oil depot in France. The ability within the geo-statistical framework to generate pessimistic / probable / optimistic scenarios for the contaminated volumes allows a quantification of the risks associated to the remediation process: e.g. the financial risk to excavate clean soils, the sanitary risk to leave contaminated soils in place. After a first mapping, an iterative approach leads to collect additional samples in areas previously identified as highly uncertain. Estimated volumes are then updated and compared to the volumes actually excavated. This benchmarking therefore provides a practical feedback on the performance of the geo-statistical methodology. (authors)

  14. Hypernuclear weak decay experiments at KEK: n-n and n-p coincidence measurement

    International Nuclear Information System (INIS)

    Outa, H.; Ajimura, S.; Aoki, K.; Banu, A.; Bhang, H.C.; Fukuda, T.; Hashimoto, O.; Hwang, J.I.; Kameoka, S.; Kang, B.H.; Kim, E.H.; Kim, J.H.; Kim, M.J.; Maruta, T.; Miura, Y.; Miyake, Y.; Nagae, T.; Nakamura, M.; Nakamura, S.N.; Noumi, H.; Okada, S.; Okayasu, Y.; Park, H.; Saha, P.K.; Sato, Y.; Sekimoto, M.; Takahashi, T.; Tamura, H.; Tanida, K.; Toyoda, A.; Tsukada, K.; Watanabe, T.; Yim, H.J.

    2005-01-01

    We performed a coincidence measurement of two nucleons emitted from the nonmesonic weak decay (NMWD) of 5 Λ He and 12 Λ C formed via the (π+,K+) reaction. In both of n+p and n+n pair coincidence spectra, we observed a clean back-to-back correlation coming from the two-body decay of Λp->np and Λn->nn, respectively. We obtained the ratio of the nucleon pair numbers, Nnn/Nnp ( 5 Λ He)=0.45-bar +/--bar 0.11-bar (stat)-bar +/--bar 0.03-bar (syst) in the kinematic region of cosθNN-0.8. Since each decay mode was exclusively detected, the measured ratio should be close to the ratio of Γ(Λp->nn)/Γ(Λn->np). The Γn/Γp ratio was measured also for the NMWD of 12 Λ C. It is also close to 0.5. Those ratios are consistent with recent theoretical calculations based on the heavy meson/direct quark exchange picture

  15. Geostatistics - bloodhound of uranium exploration

    International Nuclear Information System (INIS)

    David, Michel

    1979-01-01

    Geostatistics makes possible the efficient use of the information contained in core samples obtained by diamond drilling. The probability that a core represents the true content of a deposit, and the likely content of an orebody between two core samples can both be estimated using geostatistical methods. A confidence interval can be given for the mean grade of a deposit. The use of a computer is essential in the calculation of the continuity function, the variogram, when as many as 800,000 core samples may be involved. The results may be used to determine where additional samples need to be taken, and to develop a picture of the probable grades throughout the deposit. The basic mathematical model is about 15 years old, but applications to different types of deposit require various adaptations. The Ecole Polytechnique is currently developing methods for uranium deposits. (LL)

  16. Modification of $K^{0}_{s}$ and $\\Lambda (\\overline{\\Lambda})$ transverse momentum spectra in Pb-Pb collisions at $\\sqrt{^{s}NN}$ = 2.76 TeV with ALICE

    CERN Document Server

    Schuchmann, Simone; Appelshaeuser, Harald

    2016-01-01

    Measurements of the transverse momentum (pt) spectra of K0s and Lambda(Anti-Lambda) in Pb-Pb and pp collisions at sqrt(sNN) = 2.76 TeV with the ALICE detector at the LHC at CERN up to pT = 20GeV/c and pT = 16GeV/c, respectively, are presented in this thesis. In addition, the particle rapidity densities at mid-rapidity and nuclear modification factors of K0s and Lambda(Anti-Lambda) are discussed. Regarding the rapidity density, a suppression of the strange particle production in pp as compared to Pb–Pb collisions is observed at all centralities, whereas the production per pion rapidity density stays constant as a function of mean particle production including both systems. Furthermore, the relative increase of the individual particle species in pp and AA collisions is compatible for non- and single-strange particles when going from RHIC (sqrt(sNN) = 0.2 TeV) to LHC energies. On the other hand, in case of multi-strange baryons, a stronger increase in the particle production in pp is seen. The Lambda and Anti-...

  17. Centrality dependence of $\\pi$, K, p production in Pb-Pb collisions at $\\sqrt{s_{NN}}$ = 2.76 TeV

    CERN Document Server

    Abelev, Betty; Adamova, Dagmar; Adare, Andrew Marshall; Aggarwal, Madan; Aglieri Rinella, Gianluca; Agnello, Michelangelo; Agocs, Andras Gabor; Agostinelli, Andrea; Ahammed, Zubayer; Ahmad, Nazeer; Ahmad, Arshad; Ahn, Sul-Ah; Ahn, Sang Un; Ajaz, Muhammad; Akindinov, Alexander; Aleksandrov, Dmitry; Alessandro, Bruno; Alici, Andrea; Alkin, Anton; Almaraz Avina, Erick Jonathan; Alme, Johan; Alt, Torsten; Altini, Valerio; Altinpinar, Sedat; Altsybeev, Igor; Andrei, Cristian; Andronic, Anton; Anguelov, Venelin; Anielski, Jonas; Anson, Christopher Daniel; Anticic, Tome; Antinori, Federico; Antonioli, Pietro; Aphecetche, Laurent Bernard; Appelshauser, Harald; Arbor, Nicolas; Arcelli, Silvia; Arend, Andreas; Armesto, Nestor; Arnaldi, Roberta; Aronsson, Tomas Robert; Arsene, Ionut Cristian; Arslandok, Mesut; Asryan, Andzhey; Augustinus, Andre; Averbeck, Ralf Peter; Awes, Terry; Aysto, Juha Heikki; Azmi, Mohd Danish; Bach, Matthias Jakob; Badala, Angela; Baek, Yong Wook; Bailhache, Raphaelle Marie; Bala, Renu; Baldisseri, Alberto; Baltasar Dos Santos Pedrosa, Fernando; Ban, Jaroslav; Baral, Rama Chandra; Barbera, Roberto; Barile, Francesco; Barnafoldi, Gergely Gabor; Barnby, Lee Stuart; Barret, Valerie; Bartke, Jerzy Gustaw; Basile, Maurizio; Bastid, Nicole; Basu, Sumit; Bathen, Bastian; Batigne, Guillaume; Batyunya, Boris; Baumann, Christoph Heinrich; Bearden, Ian Gardner; Beck, Hans; Behera, Nirbhay Kumar; Belikov, Iouri; Bellini, Francesca; Bellwied, Rene; Belmont-Moreno, Ernesto; Bencedi, Gyula; Beole, Stefania; Berceanu, Ionela; Bercuci, Alexandru; Berdnikov, Yaroslav; Berenyi, Daniel; Bergognon, Anais Annick Erica; Berzano, Dario; Betev, Latchezar; Bhasin, Anju; Bhati, Ashok Kumar; Bhom, Jihyun; Bianchi, Livio; Bianchi, Nicola; Bielcik, Jaroslav; Bielcikova, Jana; Bilandzic, Ante; Bjelogrlic, Sandro; Blanco, Francesco; Blanco, F; Blau, Dmitry; Blume, Christoph; Boccioli, Marco; Boettger, Stefan; Bogdanov, Alexey; Boggild, Hans; Bogolyubsky, Mikhail; Boldizsar, Laszlo; Bombara, Marek; Book, Julian; Borel, Herve; Borissov, Alexander; Bossu, Francesco; Botje, Michiel; Botta, Elena; Braidot, Ermes; Braun-Munzinger, Peter; Bregant, Marco; Breitner, Timo Gunther; Broker, Theo Alexander; Browning, Tyler Allen; Broz, Michal; Brun, Rene; Bruna, Elena; Bruno, Giuseppe Eugenio; Budnikov, Dmitry; Buesching, Henner; Bufalino, Stefania; Buncic, Predrag; Busch, Oliver; Buthelezi, Edith Zinhle; Caffarri, Davide; Cai, Xu; Caines, Helen Louise; Calvo Villar, Ernesto; Camerini, Paolo; Canoa Roman, Veronica; Cara Romeo, Giovanni; Carena, Francesco; Carena, Wisla; Carlin Filho, Nelson; Carminati, Federico; Casanova Diaz, Amaya Ofelia; Castillo Castellanos, Javier Ernesto; Castillo Hernandez, Juan Francisco; Casula, Ester Anna Rita; Catanescu, Vasile; Cavicchioli, Costanza; Ceballos Sanchez, Cesar; Cepila, Jan; Cerello, Piergiorgio; Chang, Beomsu; Chapeland, Sylvain; Charvet, Jean-Luc Fernand; Chattopadhyay, Sukalyan; Chattopadhyay, Subhasis; Cherney, Michael Gerard; Cheshkov, Cvetan; Cheynis, Brigitte; Chibante Barroso, Vasco Miguel; Chinellato, David; Chochula, Peter; Chojnacki, Marek; Choudhury, Subikash; Christakoglou, Panagiotis; Christensen, Christian Holm; Christiansen, Peter; Chujo, Tatsuya; Chung, Suh-Urk; Cicalo, Corrado; Cifarelli, Luisa; Cindolo, Federico; Cleymans, Jean Willy Andre; Colamaria, Fabio; Colella, Domenico; Collu, Alberto; Conesa Balbastre, Gustavo; Conesa del Valle, Zaida; Connors, Megan Elizabeth; Contin, Giacomo; Contreras, Jesus Guillermo; Cormier, Thomas Michael; Corrales Morales, Yasser; Cortese, Pietro; Cortes Maldonado, Ismael; Cosentino, Mauro Rogerio; Costa, Filippo; Cotallo, Manuel Enrique; Crescio, Elisabetta; Crochet, Philippe; Cruz Alaniz, Emilia; Cruz Albino, Rigoberto; Cuautle, Eleazar; Cunqueiro, Leticia; Dainese, Andrea; Danu, Andrea; Das, Kushal; Das, Indranil; Das, Supriya; Das, Debasish; Dash, Sadhana; Dash, Ajay Kumar; De, Sudipan; de Barros, Gabriel; De Caro, Annalisa; de Cataldo, Giacinto; de Cuveland, Jan; De Falco, Alessandro; De Gruttola, Daniele; Delagrange, Hugues; Deloff, Andrzej; De Marco, Nora; Denes, Ervin; De Pasquale, Salvatore; Deppman, Airton; D'Erasmo, Ginevra; de Rooij, Raoul Stefan; Diaz Corchero, Miguel Angel; Di Bari, Domenico; Dietel, Thomas; Di Giglio, Carmelo; Di Liberto, Sergio; Di Mauro, Antonio; Di Nezza, Pasquale; Divia, Roberto; Djuvsland, Oeystein; Dobrin, Alexandru Florin; Dobrowolski, Tadeusz Antoni; Donigus, Benjamin; Dordic, Olja; Driga, Olga; Dubey, Anand Kumar; Dubla, Andrea; Ducroux, Laurent; Dupieux, Pascal; Dutta Majumdar, AK; Elia, Domenico; Emschermann, David Philip; Engel, Heiko; Erazmus, Barbara; Erdal, Hege Austrheim; Espagnon, Bruno; Estienne, Magali Danielle; Esumi, Shinichi; Evans, David; Eyyubova, Gyulnara; Fabris, Daniela; Faivre, Julien; Falchieri, Davide; Fantoni, Alessandra; Fasel, Markus; Fearick, Roger Worsley; Fehlker, Dominik; Feldkamp, Linus; Felea, Daniel; Feliciello, Alessandro; Fenton-Olsen, Bo; Feofilov, Grigory; Fernandez Tellez, Arturo; Ferretti, Alessandro; Festanti, Andrea; Figiel, Jan; Figueredo, Marcel; Filchagin, Sergey; Finogeev, Dmitry; Fionda, Fiorella; Fiore, Enrichetta Maria; Floratos, Emmanuel; Floris, Michele; Foertsch, Siegfried Valentin; Foka, Panagiota; Fokin, Sergey; Fragiacomo, Enrico; Francescon, Andrea; Frankenfeld, Ulrich Michael; Fuchs, Ulrich; Furget, Christophe; Fusco Girard, Mario; Gaardhoje, Jens Joergen; Gagliardi, Martino; Gago, Alberto; Gallio, Mauro; Gangadharan, Dhevan Raja; Ganoti, Paraskevi; Garabatos, Jose; Garcia-Solis, Edmundo; Gargiulo, Corrado; Garishvili, Irakli; Gerhard, Jochen; Germain, Marie; Geuna, Claudio; Gheata, Andrei George; Gheata, Mihaela; Ghidini, Bruno; Ghosh, Premomoy; Gianotti, Paola; Girard, Martin Robert; Giubellino, Paolo; Gladysz-Dziadus, Ewa; Glassel, Peter; Gomez, Ramon; Gonzalez Ferreiro, Elena; Gonzalez-Trueba, Laura Helena; Gonzalez-Zamora, Pedro; Gorbunov, Sergey; Goswami, Ankita; Gotovac, Sven; Graczykowski, Lukasz Kamil; Grajcarek, Robert; Grelli, Alessandro; Grigoras, Alina Gabriela; Grigoras, Costin; Grigoriev, Vladislav; Grigoryan, Smbat; Grigoryan, Ara; Grinyov, Boris; Grion, Nevio; Gros, Philippe; Grosse-Oetringhaus, Jan Fiete; Grossiord, Jean-Yves; Grosso, Raffaele; Guber, Fedor; Guernane, Rachid; Guerzoni, Barbara; Guilbaud, Maxime Rene Joseph; Gulbrandsen, Kristjan Herlache; Gulkanyan, Hrant; Gunji, Taku; Gupta, Ramni; Gupta, Anik; Haake, Rudiger; Haaland, Oystein Senneset; Hadjidakis, Cynthia Marie; Haiduc, Maria; Hamagaki, Hideki; Hamar, Gergoe; Han, Byounghee; Hanratty, Luke David; Hansen, Alexander; Harmanova, Zuzana; Harris, John William; Hartig, Matthias; Harton, Austin; Hatzifotiadou, Despoina; Hayashi, Shinichi; Hayrapetyan, Arsen; Heckel, Stefan Thomas; Heide, Markus Ansgar; Helstrup, Haavard; Herghelegiu, Andrei Ionut; Herrera Corral, Gerardo Antonio; Herrmann, Norbert; Hess, Benjamin Andreas; Hetland, Kristin Fanebust; Hicks, Bernard; Hippolyte, Boris; Hori, Yasuto; Hristov, Peter Zahariev; Hrivnacova, Ivana; Huang, Meidana; Humanic, Thomas; Hwang, Dae Sung; Ichou, Raphaelle; Ilkaev, Radiy; Ilkiv, Iryna; Inaba, Motoi; Incani, Elisa; Innocenti, Gian Michele; Innocenti, Pier Giorgio; Ippolitov, Mikhail; Irfan, Muhammad; Ivan, Cristian George; Ivanov, Marian; Ivanov, Andrey; Ivanov, Vladimir; Ivanytskyi, Oleksii; Jacholkowski, Adam Wlodzimierz; Jacobs, Peter; Jang, Haeng Jin; Janik, Malgorzata Anna; Janik, Rudolf; Jayarathna, Sandun; Jena, Satyajit; Jha, Deeptanshu Manu; Jimenez Bustamante, Raul Tonatiuh; Jones, Peter Graham; Jung, Hyung Taik; Jusko, Anton; Kaidalov, Alexei; Kalcher, Sebastian; Kalinak, Peter; Kalliokoski, Tuomo Esa Aukusti; Kalweit, Alexander Philipp; Kang, Ju Hwan; Kaplin, Vladimir; Karasu Uysal, Ayben; Karavichev, Oleg; Karavicheva, Tatiana; Karpechev, Evgeny; Kazantsev, Andrey; Kebschull, Udo Wolfgang; Keidel, Ralf; Khan, Mohisin Mohammed; Khan, Kamal Hussain; Khan, Palash; Khan, Shuaib Ahmad; Khanzadeev, Alexei; Kharlov, Yury; Kileng, Bjarte; Kim, Taesoo; Kim, Jin Sook; Kim, Dong Jo; Kim, Se Yong; Kim, Minwoo; Kim, Beomkyu; Kim, Mimae; Kim, Do Won; Kim, Jonghyun; Kirsch, Stefan; Kisel, Ivan; Kiselev, Sergey; Kisiel, Adam Ryszard; Klay, Jennifer Lynn; Klein, Jochen; Klein-Bosing, Christian; Kliemant, Michael; Kluge, Alexander; Knichel, Michael Linus; Knospe, Anders Garritt; Kohler, Markus; Kollegger, Thorsten; Kolojvari, Anatoly; Kompaniets, Mikhail; Kondratiev, Valery; Kondratyeva, Natalia; Konevskih, Artem; Kovalenko, Vladimir; Kowalski, Marek; Kox, Serge; Koyithatta Meethaleveedu, Greeshma; Kral, Jiri; Kralik, Ivan; Kramer, Frederick; Kravcakova, Adela; Krawutschke, Tobias; Krelina, Michal; Kretz, Matthias; Krivda, Marian; Krizek, Filip; Krus, Miroslav; Kryshen, Evgeny; Krzewicki, Mikolaj; Kucheriaev, Yury; Kugathasan, Thanushan; Kuhn, Christian Claude; Kuijer, Paul; Kulakov, Igor; Kumar, Jitendra; Kurashvili, Podist; Kurepin, A; Kurepin, AB; Kuryakin, Alexey; Kushpil, Svetlana; Kushpil, Vasily; Kvaerno, Henning; Kweon, Min Jung; Kwon, Youngil; Ladron de Guevara, Pedro; Lakomov, Igor; Langoy, Rune; La Pointe, Sarah Louise; Lara, Camilo Ernesto; Lardeux, Antoine Xavier; La Rocca, Paola; Lea, Ramona; Lechman, Mateusz; Lee, Ki Sang; Lee, Graham Richard; Lee, Sung Chul; Legrand, Iosif; Lehnert, Joerg Walter; Lemmon, Roy Crawford; Lenhardt, Matthieu Laurent; Lenti, Vito; Leon, Hermes; Leon Monzon, Ildefonso; Leon Vargas, Hermes; Levai, Peter; Li, Shuang; Lien, Jorgen; Lietava, Roman; Lindal, Svein; Lindenstruth, Volker; Lippmann, Christian; Lisa, Michael Annan; Ljunggren, Hans Martin; Lodato, Davide Francesco; Loenne, Per-Ivar; Loggins, Vera; Loginov, Vitaly; Lohner, Daniel; Loizides, Constantinos; Loo, Kai Krister; Lopez, Xavier Bernard; Lopez Torres, Ernesto; Lovhoiden, Gunnar; Lu, Xianguo; Luettig, Philipp; Lunardon, Marcello; Luo, Jiebin; Luparello, Grazia; Luzzi, Cinzia; Ma, Rongrong; Ma, Ke; Madagodahettige-Don, Dilan Minthaka; Maevskaya, Alla; Mager, Magnus; Mahapatra, Durga Prasad; Maire, Antonin; Malaev, Mikhail; Maldonado Cervantes, Ivonne Alicia; Malinina, Ludmila; Mal'Kevich, Dmitry; Malzacher, Peter; Mamonov, Alexander; Manceau, Loic Henri Antoine; Mangotra, Lalit Kumar; Manko, Vladislav; Manso, Franck; Manukyan, Narine; Manzari, Vito; Mao, Yaxian; Marchisone, Massimiliano; Mares, Jiri; Margagliotti, Giacomo Vito; Margotti, Anselmo; Marin, Ana Maria; Markert, Christina; Marquard, Marco; Martashvili, Irakli; Martin, Nicole Alice; Martinengo, Paolo; Martinez, Mario Ivan; Martinez Davalos, Arnulfo; Martinez Garcia, Gines; Martynov, Yevgen; Mas, Alexis Jean-Michel; Masciocchi, Silvia; Masera, Massimo; Masoni, Alberto; Massacrier, Laure Marie; Mastroserio, Annalisa; Matyja, Adam Tomasz; Mayer, Christoph; Mazer, Joel; Mazzoni, Alessandra Maria; Meddi, Franco; Menchaca-Rocha, Arturo Alejandro; Mercado Perez, Jorge; Meres, Michal; Miake, Yasuo; Mikhaylov, Konstantin; Milano, Leonardo; Milosevic, Jovan; Mischke, Andre; Mishra, Aditya Nath; Miskowiec, Dariusz; Mitu, Ciprian Mihai; Mizuno, Sanshiro; Mlynarz, Jocelyn; Mohanty, Bedangadas; Molnar, Levente; Montano Zetina, Luis Manuel; Monteno, Marco; Montes, Esther; Moon, Taebong; Morando, Maurizio; Moreira De Godoy, Denise Aparecida; Moretto, Sandra; Morreale, Astrid; Morsch, Andreas; Muccifora, Valeria; Mudnic, Eugen; Muhuri, Sanjib; Mukherjee, Maitreyee; Muller, Hans; Munhoz, Marcelo; Murray, Sean; Musa, Luciano; Musinsky, Jan; Nandi, Basanta Kumar; Nania, Rosario; Nappi, Eugenio; Nattrass, Christine; Nayak, Tapan Kumar; Nazarenko, Sergey; Nedosekin, Alexander; Nicassio, Maria; Niculescu, Mihai; Nielsen, Borge Svane; Niida, Takafumi; Nikolaev, Sergey; Nikolic, Vedran; Nikulin, Sergey; Nikulin, Vladimir; Nilsen, Bjorn Steven; Nilsson, Mads Stormo; Noferini, Francesco; Nomokonov, Petr; Nooren, Gerardus; Nyanin, Alexandre; Nyatha, Anitha; Nygaard, Casper; Nystrand, Joakim Ingemar; Ochirov, Alexander; Oeschler, Helmut Oskar; Oh, Sun Kun; Oh, Saehanseul; Oleniacz, Janusz; Oliveira Da Silva, Antonio Carlos; Oppedisano, Chiara; Ortiz Velasquez, Antonio; Oskarsson, Anders Nils Erik; Ostrowski, Piotr Krystian; Otwinowski, Jacek Tomasz; Oyama, Ken; Ozawa, Kyoichiro; Pachmayer, Yvonne Chiara; Pachr, Milos; Padilla, Fatima; Pagano, Paola; Paic, Guy; Painke, Florian; Pajares, Carlos; Pal, Susanta Kumar; Palaha, Arvinder Singh; Palmeri, Armando; Papikyan, Vardanush; Pappalardo, Giuseppe; Park, Woo Jin; Passfeld, Annika; Patalakha, Dmitri Ivanovich; Paticchio, Vincenzo; Paul, Biswarup; Pavlinov, Alexei; Pawlak, Tomasz Jan; Peitzmann, Thomas; Pereira Da Costa, Hugo Denis Antonio; Pereira De Oliveira Filho, Elienos; Peresunko, Dmitri; Perez Lara, Carlos Eugenio; Perrino, Davide; Peryt, Wiktor Stanislaw; Pesci, Alessandro; Peskov, Vladimir; Pestov, Yury; Petracek, Vojtech; Petran, Michal; Petris, Mariana; Petrov, Plamen Rumenov; Petrovici, Mihai; Petta, Catia; Piano, Stefano; Pikna, Miroslav; Pillot, Philippe; Pinazza, Ombretta; Pinsky, Lawrence; Pitz, Nora; Piyarathna, Danthasinghe; Planinic, Mirko; Ploskon, Mateusz Andrzej; Pluta, Jan Marian; Pocheptsov, Timur; Pochybova, Sona; Podesta Lerma, Pedro Luis Manuel; Poghosyan, Martin; Polak, Karel; Polichtchouk, Boris; Poljak, Nikola; Pop, Amalia; Porteboeuf-Houssais, Sarah; Pospisil, Vladimir; Potukuchi, Baba; Prasad, Sidharth Kumar; Preghenella, Roberto; Prino, Francesco; Pruneau, Claude Andre; Pshenichnov, Igor; Puddu, Giovanna; Punin, Valery; Putis, Marian; Putschke, Jorn Henning; Qvigstad, Henrik; Rachevski, Alexandre; Rademakers, Alphonse; Raiha, Tomi Samuli; Rak, Jan; Rakotozafindrabe, Andry Malala; Ramello, Luciano; Ramirez Reyes, Abdiel; Raniwala, Sudhir; Raniwala, Rashmi; Rasanen, Sami Sakari; Rascanu, Bogdan Theodor; Rathee, Deepika; Read, Kenneth Francis; Real, Jean-Sebastien; Redlich, Krzysztof; Reed, Rosi Jan; Rehman, Attiq Ur; Reichelt, Patrick; Reicher, Martijn; Renfordt, Rainer Arno Ernst; Reolon, Anna Rita; Reshetin, Andrey; Rettig, Felix Vincenz; Revol, Jean-Pierre; Reygers, Klaus Johannes; Riccati, Lodovico; Ricci, Renato Angelo; Richert, Tuva; Richter, Matthias Rudolph; Riedler, Petra; Riegler, Werner; Riggi, Francesco; Rodriguez Cahuantzi, Mario; Rodriguez Manso, Alis; Roed, Ketil; Rogochaya, Elena; Rohr, David; Rohrich, Dieter; Romita, Rosa; Ronchetti, Federico; Rosnet, Philippe; Rossegger, Stefan; Rossi, Andrea; Roy, Christelle Sophie; Roy, Pradip Kumar; Rubio Montero, Antonio Juan; Rui, Rinaldo; Russo, Riccardo; Ryabinkin, Evgeny; Rybicki, Andrzej; Sadovsky, Sergey; Safarik, Karel; Sahoo, Raghunath; Sahu, Pradip Kumar; Saini, Jogender; Sakaguchi, Hiroaki; Sakai, Shingo; Sakata, Dosatsu; Salgado, Carlos Albert; Salzwedel, Jai; Sambyal, Sanjeev Singh; Samsonov, Vladimir; Sanchez Castro, Xitzel; Sandor, Ladislav; Sandoval, Andres; Sano, Masato; Santagati, Gianluca; Santoro, Romualdo; Sarkamo, Juho Jaako; Scapparone, Eugenio; Scarlassara, Fernando; Scharenberg, Rolf Paul; Schiaua, Claudiu Cornel; Schicker, Rainer Martin; Schmidt, Hans Rudolf; Schmidt, Christian Joachim; Schuchmann, Simone; Schukraft, Jurgen; Schuster, Tim; Schutz, Yves Roland; Schwarz, Kilian Eberhard; Schweda, Kai Oliver; Scioli, Gilda; Scomparin, Enrico; Scott, Rebecca; Scott, Patrick Aaron; Segato, Gianfranco; Selyuzhenkov, Ilya; Senyukov, Serhiy; Seo, Jeewon; Serci, Sergio; Serradilla, Eulogio; Sevcenco, Adrian; Shabetai, Alexandre; Shabratova, Galina; Shahoyan, Ruben; Sharma, Satish; Sharma, Natasha; Sharma, Rohni; Shigaki, Kenta; Shtejer, Katherin; Sibiriak, Yury; Sicking, Eva; Siddhanta, Sabyasachi; Siemiarczuk, Teodor; Silvermyr, David Olle Rickard; Silvestre, Catherine; Simatovic, Goran; Simonetti, Giuseppe; Singaraju, Rama Narayana; Singh, Ranbir; Singha, Subhash; Singhal, Vikas; Sinha, Tinku; Sinha, Bikash; Sitar, Branislav; Sitta, Mario; Skaali, Bernhard; Skjerdal, Kyrre; Smakal, Radek; Smirnov, Nikolai; Snellings, Raimond; Sogaard, Carsten; Soltz, Ron Ariel; Son, Hyungsuk; Song, Jihye; Song, Myunggeun; Soos, Csaba; Soramel, Francesca; Sputowska, Iwona; Spyropoulou-Stassinaki, Martha; Srivastava, Brijesh Kumar; Stachel, Johanna; Stan, Ionel; Stefanek, Grzegorz; Steinpreis, Matthew; Stenlund, Evert Anders; Steyn, Gideon Francois; Stiller, Johannes Hendrik; Stocco, Diego; Stolpovskiy, Mikhail; Strmen, Peter; Suaide, Alexandre Alarcon do Passo; Subieta Vasquez, Martin Alfonso; Sugitate, Toru; Suire, Christophe Pierre; Sultanov, Rishat; Sumbera, Michal; Susa, Tatjana; Symons, Timothy; Szanto de Toledo, Alejandro; Szarka, Imrich; Szczepankiewicz, Adam; Szymanski, Maciej; Takahashi, Jun; Tangaro, Marco-Antonio; Tapia Takaki, Daniel Jesus; Tarantola Peloni, Attilio; Tarazona Martinez, Alfonso; Tauro, Arturo; Tejeda Munoz, Guillermo; Telesca, Adriana; Ter-Minasyan, Astkhik; Terrevoli, Cristina; Thader, Jochen Mathias; Thomas, Deepa; Tieulent, Raphael Noel; Timmins, Anthony; Tlusty, David; Toia, Alberica; Torii, Hisayuki; Toscano, Luca; Trubnikov, Victor; Truesdale, David Christopher; Trzaska, Wladyslaw Henryk; Tsuji, Tomoya; Tumkin, Alexandr; Turrisi, Rosario; Tveter, Trine Spedstad; Ulery, Jason Glyndwr; Ullaland, Kjetil; Ulrich, Jochen; Uras, Antonio; Urciuoli, Guido Marie; Usai, Gianluca; Vajzer, Michal; Vala, Martin; Valencia Palomo, Lizardo; Vande Vyvre, Pierre; van Leeuwen, Marco; Vannucci, Luigi; Vargas, Aurora Diozcora; Varma, Raghava; Vasileiou, Maria; Vasiliev, Andrey; Vechernin, Vladimir; Veldhoen, Misha; Venaruzzo, Massimo; Vercellin, Ermanno; Vergara, Sergio; Vernet, Renaud; Verweij, Marta; Vickovic, Linda; Viesti, Giuseppe; Viinikainen, Jussi; Vilakazi, Zabulon; Villalobos Baillie, Orlando; Vinogradov, Leonid; Vinogradov, Yury; Vinogradov, Alexander; Virgili, Tiziano; Viyogi, Yogendra; Vodopianov, Alexander; Volkl, Martin Andreas; Voloshin, Sergey; Voloshin, Kirill; Volpe, Giacomo; von Haller, Barthelemy; Vorobyev, Ivan; Vranic, Danilo; Vrlakova, Janka; Vulpescu, Bogdan; Vyushin, Alexey; Wagner, Vladimir; Wagner, Boris; Wan, Renzhuo; Wang, Yaping; Wang, Mengliang; Wang, Dong; Wang, Yifei; Watanabe, Kengo; Weber, Michael; Wessels, Johannes; Westerhoff, Uwe; Wiechula, Jens; Wikne, Jon; Wilde, Martin Rudolf; Wilk, Alexander; Wilk, Grzegorz Andrzej; Williams, Crispin; Windelband, Bernd Stefan; Xaplanteris Karampatsos, Leonidas; Yaldo, Chris G; Yamaguchi, Yorito; Yang, Hongyan; Yang, Shiming; Yasnopolsky, Stanislav; Yi, JunGyu; Yin, Zhongbao; Yoo, In-Kwon; Yoon, Jongik; Yu, Weilin; Yuan, Xianbao; Yushmanov, Igor; Zaccolo, Valentina; Zach, Cenek; Zampolli, Chiara; Zaporozhets, Sergey; Zarochentsev, Andrey; Zavada, Petr; Zaviyalov, Nikolai; Zbroszczyk, Hanna Paulina; Zelnicek, Pierre; Zgura, Sorin Ion; Zhalov, Mikhail; Zhang, Xiaoming; Zhang, Haitao; Zhou, You; Zhou, Fengchu; Zhou, Daicui; Zhu, Jianlin; Zhu, Jianhui; Zhu, Xiangrong; Zhu, Hongsheng; Zichichi, Antonino; Zimmermann, Alice; Zinovjev, Gennady; Zoccarato, Yannick Denis; Zynovyev, Mykhaylo; Zyzak, Maksym

    2013-10-15

    In this paper measurements are presented of $\\pi^\\pm, K^\\pm$, p and $\\bar p$ production at mid-rapidity (|y| < 0.5), in Pb–Pb collisions at $\\sqrt{s_{NN}}$ = 2.76 TeV as a function of centrality. The measurement covers the transverse momentum ($p_T$) range from 100, 200, 300 MeV/c up to 3, 3, 4.6 GeV/c, for $\\pi$, K, and p respectively. The measured $p_T$ distributions and yields are compared to expectations based on hydrodynamic, thermal and recombination models. The spectral shapes of central collisions show a stronger radial flow than measured at lower energies, which can be described in hydrodynamic models. In peripheral collisions, the $p_T$ distributions are not well reproduced by hydrodynamic models. Ratios of integrated particle yields are found to be nearly independent of centrality. The yield of protons normalized to pions is a factor ~ 1.5 lower than the expectation from thermal models.

  18. Comparing the performance of geostatistical models with additional information from covariates for sewage plume characterization.

    Science.gov (United States)

    Del Monego, Maurici; Ribeiro, Paulo Justiniano; Ramos, Patrícia

    2015-04-01

    In this work, kriging with covariates is used to model and map the spatial distribution of salinity measurements gathered by an autonomous underwater vehicle in a sea outfall monitoring campaign aiming to distinguish the effluent plume from the receiving waters and characterize its spatial variability in the vicinity of the discharge. Four different geostatistical linear models for salinity were assumed, where the distance to diffuser, the west-east positioning, and the south-north positioning were used as covariates. Sample variograms were fitted by the Matèrn models using weighted least squares and maximum likelihood estimation methods as a way to detect eventual discrepancies. Typically, the maximum likelihood method estimated very low ranges which have limited the kriging process. So, at least for these data sets, weighted least squares showed to be the most appropriate estimation method for variogram fitting. The kriged maps show clearly the spatial variation of salinity, and it is possible to identify the effluent plume in the area studied. The results obtained show some guidelines for sewage monitoring if a geostatistical analysis of the data is in mind. It is important to treat properly the existence of anomalous values and to adopt a sampling strategy that includes transects parallel and perpendicular to the effluent dispersion.

  19. Geostatistics and GIS: tools for characterizing environmental contamination.

    Science.gov (United States)

    Henshaw, Shannon L; Curriero, Frank C; Shields, Timothy M; Glass, Gregory E; Strickland, Paul T; Breysse, Patrick N

    2004-08-01

    Geostatistics is a set of statistical techniques used in the analysis of georeferenced data that can be applied to environmental contamination and remediation studies. In this study, the 1,1-dichloro-2,2-bis(p-chlorophenyl)ethylene (DDE) contamination at a Superfund site in western Maryland is evaluated. Concern about the site and its future clean up has triggered interest within the community because residential development surrounds the area. Spatial statistical methods, of which geostatistics is a subset, are becoming increasingly popular, in part due to the availability of geographic information system (GIS) software in a variety of application packages. In this article, the joint use of ArcGIS software and the R statistical computing environment are demonstrated as an approach for comprehensive geostatistical analyses. The spatial regression method, kriging, is used to provide predictions of DDE levels at unsampled locations both within the site and the surrounding areas where residential development is ongoing.

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

    Directory of Open Access Journals (Sweden)

    Karsten Schulz

    2009-11-01

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

  1. Effective property determination for input to a geostatistical model of regional groundwater flow: Wellenberg T→K

    International Nuclear Information System (INIS)

    Lanyon, G.W.; Marschall, P.; Vomvoris, S.; Jaquet, O.; Mazurek, M.

    1998-01-01

    This paper describes the methodology used to estimate effective hydraulic properties for input into a regional geostatistical model of groundwater flow at the Wellenberg site in Switzerland. The methodology uses a geologically-based discrete fracture network model to calculate effective hydraulic properties for 100m blocks along each borehole. A description of the most transmissive features (Water Conducting Features or WCFs) in each borehole is used to determine local transmissivity distributions which are combined with descriptions of WCF extent, orientation and channelling to create fracture network models. WCF geometry is dependent on the class of WCF. WCF classes are defined for each type of geological structure associated with identified borehole inflows. Local to each borehole, models are conditioned on the observed transmissivity and occurrence of WCFs. Multiple realisations are calculated for each 100m block over approximately 400m of borehole. The results from the numerical upscaling are compared with conservative estimates of hydraulic conductivity. Results from unconditioned models are also compared to identify the consequences of conditioning and interval of boreholes that appear to be atypical. An inverse method is also described by which realisations of the geostatistical model can be used to condition discrete fracture network models away from the boreholes. The method can be used as a verification of the modelling approach by prediction of data at borehole locations. Applications of the models to estimation of post-closure repository performance, including cavern inflow and seal zone modelling, are illustrated

  2. Geostatistics for radiological characterization: overview and application cases

    International Nuclear Information System (INIS)

    Desnoyers, Yvon

    2016-01-01

    The objective of radiological characterization is to find a suitable balance between gathering data (constrained by cost, deadlines, accessibility or radiation) and managing the issues (waste volumes, levels of activity or exposure). It is necessary to have enough information to have confidence in the results without multiplying useless data. Geo-statistics processing of data considers all available pieces of information: historical data, non-destructive measurements and laboratory analyses of samples. The spatial structure modelling is then used to produce maps and to estimate the extent of radioactive contamination (surface and depth). Quantifications of local and global uncertainties are powerful decision-making tools for better management of remediation projects at contaminated sites, and for decontamination and dismantling projects at nuclear facilities. They can be used to identify hot spots, estimate contamination of surfaces and volumes, classify radioactive waste according to thresholds, estimate source terms, and so on. The spatial structure of radioactive contamination makes the optimization of sampling (number and position of data points) particularly important. Geo-statistics methodology can help determine the initial mesh size and reduce estimation uncertainties. Several show cases are presented to illustrate why and how geo-statistics can be applied to a range of radiological characterization where investigated units can represent very small areas (a few m 2 or a few m 3 ) or very large sites (at a country scale). The focus is then put on experience gained over years in the use of geo-statistics and sampling optimization. (author)

  3. ESTIMATING PHOTOMETRIC REDSHIFTS OF QUASARS VIA THE k-NEAREST NEIGHBOR APPROACH BASED ON LARGE SURVEY DATABASES

    Energy Technology Data Exchange (ETDEWEB)

    Zhang Yanxia; Ma He; Peng Nanbo; Zhao Yongheng [Key Laboratory of Optical Astronomy, National Astronomical Observatories, Chinese Academy of Sciences, 100012 Beijing (China); Wu Xuebing, E-mail: zyx@bao.ac.cn [Department of Astronomy, Peking University, 100871 Beijing (China)

    2013-08-01

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

  4. ESTIMATING PHOTOMETRIC REDSHIFTS OF QUASARS VIA THE k-NEAREST NEIGHBOR APPROACH BASED ON LARGE SURVEY DATABASES

    International Nuclear Information System (INIS)

    Zhang Yanxia; Ma He; Peng Nanbo; Zhao Yongheng; Wu Xuebing

    2013-01-01

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

  5. Geostatistical regularization operators for geophysical inverse problems on irregular meshes

    Science.gov (United States)

    Jordi, C.; Doetsch, J.; Günther, T.; Schmelzbach, C.; Robertsson, J. OA

    2018-05-01

    Irregular meshes allow to include complicated subsurface structures into geophysical modelling and inverse problems. The non-uniqueness of these inverse problems requires appropriate regularization that can incorporate a priori information. However, defining regularization operators for irregular discretizations is not trivial. Different schemes for calculating smoothness operators on irregular meshes have been proposed. In contrast to classical regularization constraints that are only defined using the nearest neighbours of a cell, geostatistical operators include a larger neighbourhood around a particular cell. A correlation model defines the extent of the neighbourhood and allows to incorporate information about geological structures. We propose an approach to calculate geostatistical operators for inverse problems on irregular meshes by eigendecomposition of a covariance matrix that contains the a priori geological information. Using our approach, the calculation of the operator matrix becomes tractable for 3-D inverse problems on irregular meshes. We tested the performance of the geostatistical regularization operators and compared them against the results of anisotropic smoothing in inversions of 2-D surface synthetic electrical resistivity tomography (ERT) data as well as in the inversion of a realistic 3-D cross-well synthetic ERT scenario. The inversions of 2-D ERT and seismic traveltime field data with geostatistical regularization provide results that are in good accordance with the expected geology and thus facilitate their interpretation. In particular, for layered structures the geostatistical regularization provides geologically more plausible results compared to the anisotropic smoothness constraints.

  6. Determination of nn scattering length from data on nn final state interaction in nd-breakup reaction

    International Nuclear Information System (INIS)

    Konobeevski, E.S.; Mordovskoy, M.V.; Sergeev, V.A.; Potashev, S.I.; Zuev, S.V.

    2006-01-01

    Full text: An experiment is proposed for the high-precision determination of the neutron-neutron scattering length investigating the nn final state interaction in the nd breakup reaction. The singlet pp and nn scattering lengths are very sensitive probes of the NN-interaction, and their difference is a direct measure of charge-symmetry breaking (CSB) of the nuclear force. However CSB is a small effect, and accurate values of the scattering lengths are needed for a theoretical analysis. The proton-proton scattering length is well known from pp-scattering data (a pp = -17.3± 0.4 fm), and its uncertainty is mainly due to a model-dependent procedure of removing Coulomb effects. The neutron-neutron scattering length is determined from the following processes n+d→p+n+n, π - + d → γ +n+n, d+d→ 2 He+n+n by investigating the kinematic region of the nn final-state interaction (FSI) where two neutrons fly with low relative energy. The results obtained by now are characterized by a significant uncertainty in values of a nn ; they are grouped near -16 and -19 fm [1,2], so even the sign of the difference a nn - a pp is uncertain. In this experiment neutron-neutron scattering length is determined by measuring the yield of the nd breakup reaction as a function of the relative energy ε nn =(E 1 +E 2 -2(E 1 E 2 ) 1/2 cosθ)/2 of two neutrons in the FSI region (two neutrons fly in a narrow angular cone) where nn-interaction is strongly revealed. The theory of reactions in 3N system predicts the ε nn dependence of the FSI cross section being sensitive to the value of a nn . The measurements will be made using the neutron channel RADEX at Moscow meson factory of the Institute for Nuclear Research. The momenta and angles of the two emitted neutrons and the energy of the proton will be measured for each breakup event. The measured dependence of the reaction yield on the relative energy of the two neutrons will be compared to results of the Monte Carlo simulation that includes

  7. Improved Assimilation of Streamflow and Satellite Soil Moisture with the Evolutionary Particle Filter and Geostatistical Modeling

    Science.gov (United States)

    Yan, Hongxiang; Moradkhani, Hamid; Abbaszadeh, Peyman

    2017-04-01

    Assimilation of satellite soil moisture and streamflow data into hydrologic models using has received increasing attention over the past few years. Currently, these observations are increasingly used to improve the model streamflow and soil moisture predictions. However, the performance of this land data assimilation (DA) system still suffers from two limitations: 1) satellite data scarcity and quality; and 2) particle weight degeneration. In order to overcome these two limitations, we propose two possible solutions in this study. First, the general Gaussian geostatistical approach is proposed to overcome the limitation in the space/time resolution of satellite soil moisture products thus improving their accuracy at uncovered/biased grid cells. Secondly, an evolutionary PF approach based on Genetic Algorithm (GA) and Markov Chain Monte Carlo (MCMC), the so-called EPF-MCMC, is developed to further reduce weight degeneration and improve the robustness of the land DA system. This study provides a detailed analysis of the joint and separate assimilation of streamflow and satellite soil moisture into a distributed Sacramento Soil Moisture Accounting (SAC-SMA) model, with the use of recently developed EPF-MCMC and the general Gaussian geostatistical approach. Performance is assessed over several basins in the USA selected from Model Parameter Estimation Experiment (MOPEX) and located in different climate regions. The results indicate that: 1) the general Gaussian approach can predict the soil moisture at uncovered grid cells within the expected satellite data quality threshold; 2) assimilation of satellite soil moisture inferred from the general Gaussian model can significantly improve the soil moisture predictions; and 3) in terms of both deterministic and probabilistic measures, the EPF-MCMC can achieve better streamflow predictions. These results recommend that the geostatistical model is a helpful tool to aid the remote sensing technique and the EPF-MCMC is a

  8. Hybrid NN/SVM Computational System for Optimizing Designs

    Science.gov (United States)

    Rai, Man Mohan

    2009-01-01

    A computational method and system based on a hybrid of an artificial neural network (NN) and a support vector machine (SVM) (see figure) has been conceived as a means of maximizing or minimizing an objective function, optionally subject to one or more constraints. Such maximization or minimization could be performed, for example, to optimize solve a data-regression or data-classification problem or to optimize a design associated with a response function. A response function can be considered as a subset of a response surface, which is a surface in a vector space of design and performance parameters. A typical example of a design problem that the method and system can be used to solve is that of an airfoil, for which a response function could be the spatial distribution of pressure over the airfoil. In this example, the response surface would describe the pressure distribution as a function of the operating conditions and the geometric parameters of the airfoil. The use of NNs to analyze physical objects in order to optimize their responses under specified physical conditions is well known. NN analysis is suitable for multidimensional interpolation of data that lack structure and enables the representation and optimization of a succession of numerical solutions of increasing complexity or increasing fidelity to the real world. NN analysis is especially useful in helping to satisfy multiple design objectives. Feedforward NNs can be used to make estimates based on nonlinear mathematical models. One difficulty associated with use of a feedforward NN arises from the need for nonlinear optimization to determine connection weights among input, intermediate, and output variables. It can be very expensive to train an NN in cases in which it is necessary to model large amounts of information. Less widely known (in comparison with NNs) are support vector machines (SVMs), which were originally applied in statistical learning theory. In terms that are necessarily

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

    Science.gov (United States)

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

    2018-04-01

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

  10. Multivariate analysis and geostatistics of the fertility of a humic rhodic hapludox under coffee cultivation

    Directory of Open Access Journals (Sweden)

    Samuel de Assis Silva

    2012-04-01

    Full Text Available The spatial variability of soil and plant properties exerts great influence on the yeld of agricultural crops. This study analyzed the spatial variability of the fertility of a Humic Rhodic Hapludox with Arabic coffee, using principal component analysis, cluster analysis and geostatistics in combination. The experiment was carried out in an area under Coffea arabica L., variety Catucai 20/15 - 479. The soil was sampled at a depth 0.20 m, at 50 points of a sampling grid. The following chemical properties were determined: P, K+, Ca2+, Mg2+, Na+, S, Al3+, pH, H + Al, SB, t, T, V, m, OM, Na saturation index (SSI, remaining phosphorus (P-rem, and micronutrients (Zn, Fe, Mn, Cu and B. The data were analyzed with descriptive statistics, followed by principal component and cluster analyses. Geostatistics were used to check and quantify the degree of spatial dependence of properties, represented by principal components. The principal component analysis allowed a dimensional reduction of the problem, providing interpretable components, with little information loss. Despite the characteristic information loss of principal component analysis, the combination of this technique with geostatistical analysis was efficient for the quantification and determination of the structure of spatial dependence of soil fertility. In general, the availability of soil mineral nutrients was low and the levels of acidity and exchangeable Al were high.

  11. Pion, Kaon, and Proton Production in Central Pb--Pb Collisions at $\\sqrt{s_{NN}}$ = 2.76 TeV

    CERN Document Server

    Abelev, Betty; Adamova, Dagmar; Adare, Andrew Marshall; Aggarwal, Madan; Aglieri Rinella, Gianluca; Agocs, Andras Gabor; Agostinelli, Andrea; Aguilar Salazar, Saul; Ahammed, Zubayer; Ahmad, Arshad; Ahmad, Nazeer; Ahn, Sang Un; Akindinov, Alexander; Aleksandrov, Dmitry; Alessandro, Bruno; Alfaro Molina, Jose Ruben; Alici, Andrea; Alkin, Anton; Almaraz Avina, Erick Jonathan; Alme, Johan; Alt, Torsten; Altini, Valerio; Altinpinar, Sedat; Altsybeev, Igor; Andrei, Cristian; Andronic, Anton; Anguelov, Venelin; Anielski, Jonas; Anticic, Tome; Antinori, Federico; Antonioli, Pietro; Aphecetche, Laurent Bernard; Appelshauser, Harald; Arbor, Nicolas; Arcelli, Silvia; Armesto, Nestor; Arnaldi, Roberta; Aronsson, Tomas Robert; Arsene, Ionut Cristian; Arslandok, Mesut; Augustinus, Andre; Averbeck, Ralf Peter; Awes, Terry; Aysto, Juha Heikki; Azmi, Mohd Danish; Bach, Matthias Jakob; Badala, Angela; Baek, Yong Wook; Bailhache, Raphaelle Marie; Bala, Renu; Baldini Ferroli, Rinaldo; Baldisseri, Alberto; Baldit, Alain; Baltasar Dos Santos Pedrosa, Fernando; Ban, Jaroslav; Baral, Rama Chandra; Barbera, Roberto; Barile, Francesco; Barnafoldi, Gergely Gabor; Barnby, Lee Stuart; Barret, Valerie; Bartke, Jerzy Gustaw; Basile, Maurizio; Bastid, Nicole; Basu, Sumit; Bathen, Bastian; Batigne, Guillaume; Batyunya, Boris; Baumann, Christoph Heinrich; Bearden, Ian Gardner; Beck, Hans; Behera, Nirbhay Kumar; Belikov, Iouri; Bellini, Francesca; Bellwied, Rene; Belmont-Moreno, Ernesto; Bencedi, Gyula; Beole, Stefania; Berceanu, Ionela; Bercuci, Alexandru; Berdnikov, Yaroslav; Berenyi, Daniel; Bergognon, Anais Annick Erica; Berzano, Dario; Betev, Latchezar; Bhasin, Anju; Bhati, Ashok Kumar; Bhom, Jihyun; Bianchi, Livio; Bianchi, Nicola; Bianchin, Chiara; Bielcik, Jaroslav; Bielcikova, Jana; Bilandzic, Ante; Bjelogrlic, Sandro; Blanco, F; Blanco, Francesco; Blau, Dmitry; Blume, Christoph; Bock, Nicolas; Boettger, Stefan; Bogdanov, Alexey; Boggild, Hans; Bogolyubsky, Mikhail; Boldizsar, Laszlo; Bombara, Marek; Book, Julian; Borel, Herve; Borissov, Alexander; Bose, Suvendu Nath; Bossu, Francesco; Botje, Michiel; Botta, Elena; Boyer, Bruno Alexandre; Braidot, Ermes; Braun-Munzinger, Peter; Bregant, Marco; Breitner, Timo Gunther; Browning, Tyler Allen; Broz, Michal; Brun, Rene; Bruna, Elena; Bruno, Giuseppe Eugenio; Budnikov, Dmitry; Buesching, Henner; Bufalino, Stefania; Busch, Oliver; Buthelezi, Edith Zinhle; Caffarri, Davide; Cai, Xu; Caines, Helen Louise; Calvo Villar, Ernesto; Camerini, Paolo; Canoa Roman, Veronica; Cara Romeo, Giovanni; Carena, Francesco; Carena, Wisla; Carminati, Federico; Casanova Diaz, Amaya Ofelia; Castillo Castellanos, Javier Ernesto; Casula, Ester Anna Rita; Catanescu, Vasile; Cavicchioli, Costanza; Ceballos Sanchez, Cesar; Cepila, Jan; Cerello, Piergiorgio; Chang, Beomsu; Chapeland, Sylvain; Charvet, Jean-Luc Fernand; Chattopadhyay, Sukalyan; Chattopadhyay, Subhasis; Chawla, Isha; Cherney, Michael Gerard; Cheshkov, Cvetan; Cheynis, Brigitte; Chiavassa, Emilio; Chibante Barroso, Vasco Miguel; Chinellato, David; Chochula, Peter; Chojnacki, Marek; Choudhury, Subikash; Christakoglou, Panagiotis; Christensen, Christian Holm; Christiansen, Peter; Chujo, Tatsuya; Chung, Suh-Urk; Cicalo, Corrado; Cifarelli, Luisa; Cindolo, Federico; Cleymans, Jean Willy Andre; Coccetti, Fabrizio; Colamaria, Fabio; Colella, Domenico; Conesa Balbastre, Gustavo; Conesa del Valle, Zaida; Constantin, Paul; Contin, Giacomo; Contreras, Jesus Guillermo; Cormier, Thomas Michael; Corrales Morales, Yasser; Cortes Maldonado, Ismael; Cortese, Pietro; Cosentino, Mauro Rogerio; Costa, Filippo; Cotallo, Manuel Enrique; Crochet, Philippe; Cuautle, Eleazar; Cunqueiro, Leticia; D'Erasmo, Ginevra; Dainese, Andrea; Dalsgaard, Hans Hjersing; Danu, Andrea; Das, Debasish; Das, Indranil; Das, Kushal; Dash, Ajay Kumar; Dash, Sadhana; De, Sudipan; de Barros, Gabriel; De Caro, Annalisa; de Cataldo, Giacinto; de Cuveland, Jan; De Falco, Alessandro; De Gruttola, Daniele; De Marco, Nora; De Pasquale, Salvatore; de Rooij, Raoul Stefan; Delagrange, Hugues; Deloff, Andrzej; Demanov, Vyacheslav; Denes, Ervin; Deppman, Airton; Di Bari, Domenico; Di Giglio, Carmelo; Di Liberto, Sergio; Di Mauro, Antonio; Di Nezza, Pasquale; Diaz Corchero, Miguel Angel; Dietel, Thomas; Divia, Roberto; Djuvsland, Oeystein; Dobrin, Alexandru Florin; Dobrowolski, Tadeusz Antoni; Dominguez, Isabel; Donigus, Benjamin; Dordic, Olja; Driga, Olga; Dubey, Anand Kumar; Dubla, Andrea; Ducroux, Laurent; Dupieux, Pascal; Dutta Majumdar, AK; Dutta Majumdar, Mihir Ranjan; Elia, Domenico; Emschermann, David Philip; Engel, Heiko; Erazmus, Barbara; Erdal, Hege Austrheim; Espagnon, Bruno; Estienne, Magali Danielle; Esumi, Shinichi; Evans, David; Eyyubova, Gyulnara; Fabris, Daniela; Faivre, Julien; Falchieri, Davide; Fantoni, Alessandra; Fasel, Markus; Fedunov, Anatoly; Fehlker, Dominik; Feldkamp, Linus; Felea, Daniel; Feofilov, Grigory; Fernandez Tellez, Arturo; Ferretti, Alessandro; Ferretti, Roberta; Festanti, Andrea; Figiel, Jan; Figueredo, Marcel; Filchagin, Sergey; Finogeev, Dmitry; Fionda, Fiorella; Fiore, Enrichetta Maria; Floris, Michele; Foertsch, Siegfried Valentin; Foka, Panagiota; Fokin, Sergey; Fragiacomo, Enrico; Francescon, Andrea; Frankenfeld, Ulrich Michael; Fuchs, Ulrich; Furget, Christophe; Fusco Girard, Mario; Gaardhoje, Jens Joergen; Gagliardi, Martino; Gago, Alberto; Gallio, Mauro; Gangadharan, Dhevan Raja; Ganoti, Paraskevi; Garabatos, Jose; Garcia-Solis, Edmundo; Garishvili, Irakli; Gerhard, Jochen; Germain, Marie; Geuna, Claudio; Gheata, Andrei George; Gheata, Mihaela; Ghidini, Bruno; Ghosh, Premomoy; Gianotti, Paola; Girard, Martin Robert; Giubellino, Paolo; Gladysz-Dziadus, Ewa; Glassel, Peter; Gomez, Ramon; Gonzalez Ferreiro, Elena; Gonzalez-Trueba, Laura Helena; Gonzalez-Zamora, Pedro; Gorbunov, Sergey; Goswami, Ankita; Gotovac, Sven; Grabski, Varlen; Graczykowski, Lukasz Kamil; Grajcarek, Robert; Grelli, Alessandro; Grigoras, Alina Gabriela; Grigoras, Costin; Grigoriev, Vladislav; Grigoryan, Ara; Grigoryan, Smbat; Grinyov, Boris; Grion, Nevio; Grosse-Oetringhaus, Jan Fiete; Grossiord, Jean-Yves; Grosso, Raffaele; Guber, Fedor; Guernane, Rachid; Guerra Gutierrez, Cesar; Guerzoni, Barbara; Guilbaud, Maxime Rene Joseph; Gulbrandsen, Kristjan Herlache; Gunji, Taku; Gupta, Anik; Gupta, Ramni; Gutbrod, Hans; Haaland, Oystein Senneset; Hadjidakis, Cynthia Marie; Haiduc, Maria; Hamagaki, Hideki; Hamar, Gergoe; Hanratty, Luke David; Hansen, Alexander; Harmanova, Zuzana; Harris, John William; Hartig, Matthias; Hasegan, Dumitru; Hatzifotiadou, Despoina; Hayrapetyan, Arsen; Heckel, Stefan Thomas; Heide, Markus Ansgar; Helstrup, Haavard; Herghelegiu, Andrei Ionut; Herrera Corral, Gerardo Antonio; Herrmann, Norbert; Hess, Benjamin Andreas; Hetland, Kristin Fanebust; Hicks, Bernard; Hille, Per Thomas; Hippolyte, Boris; Horaguchi, Takuma; Hori, Yasuto; Hristov, Peter Zahariev; Hrivnacova, Ivana; Huang, Meidana; Humanic, Thomas; Hwang, Dae Sung; Ichou, Raphaelle; Ilkaev, Radiy; Ilkiv, Iryna; Inaba, Motoi; Incani, Elisa; Innocenti, Gian Michele; Ippolitov, Mikhail; Irfan, Muhammad; Ivan, Cristian George; Ivanov, Andrey; Ivanov, Marian; Ivanov, Vladimir; Ivanytskyi, Oleksii; Jacobs, Peter; Janik, Malgorzata Anna; Janik, Rudolf; Jayarathna, Sandun; Jena, Satyajit; Jha, Deeptanshu Manu; Jimenez Bustamante, Raul Tonatiuh; Jirden, Lennart; Jones, Peter Graham; Jung, Hyung Taik; Jusko, Anton; Kakoyan, Vanik; Kalcher, Sebastian; Kalinak, Peter; Kalliokoski, Tuomo Esa Aukusti; Kalweit, Alexander Philipp; Kang, Ju Hwan; Kaplin, Vladimir; Karasu Uysal, Ayben; Karavichev, Oleg; Karavicheva, Tatiana; Karpechev, Evgeny; Kazantsev, Andrey; Kebschull, Udo Wolfgang; Keidel, Ralf; Khan, Mohisin Mohammed; Khan, Palash; Khan, Shuaib Ahmad; Khanzadeev, Alexei; Kharlov, Yury; Kileng, Bjarte; Kim, Beomkyu; Kim, Dong Jo; Kim, Do Won; Kim, Jin Sook; Kim, Minwoo; Kim, Mimae; Kim, Se Yong; Kim, Seon Hee; Kim, Taesoo; Kirsch, Stefan; Kisel, Ivan; Kiselev, Sergey; Kisiel, Adam Ryszard; Klay, Jennifer Lynn; Klein, Jochen; Klein-Bosing, Christian; Kluge, Alexander; Knichel, Michael Linus; Knospe, Anders Garritt; Koch, Kathrin; Kohler, Markus; Kollegger, Thorsten; Kolojvari, Anatoly; Kondratiev, Valery; Kondratyeva, Natalia; Konevskih, Artem; Korneev, Andrey; Kour, Ravjeet; Kowalski, Marek; Kox, Serge; Koyithatta Meethaleveedu, Greeshma; Kral, Jiri; Kralik, Ivan; Kramer, Frederick; Kraus, Ingrid Christine; Krawutschke, Tobias; Krelina, Michal; Kretz, Matthias; Krivda, Marian; Krizek, Filip; Krus, Miroslav; Kryshen, Evgeny; Krzewicki, Mikolaj; Kucheriaev, Yury; Kugathasan, Thanushan; Kuhn, Christian Claude; Kuijer, Paul; Kulakov, Igor; Kumar, Jitendra; Kurashvili, Podist; Kurepin, A; Kurepin, AB; Kuryakin, Alexey; Kushpil, Svetlana; Kushpil, Vasily; Kweon, Min Jung; Kwon, Youngil; La Pointe, Sarah Louise; La Rocca, Paola; Ladron de Guevara, Pedro; Lakomov, Igor; Langoy, Rune; Lara, Camilo Ernesto; Lardeux, Antoine Xavier; Lazzeroni, Cristina; Le Bornec, Yves; Lea, Ramona; Lechman, Mateusz; Lee, Graham Richard; Lee, Ki Sang; Lee, Sung Chul; Lefevre, Frederic; Lehnert, Joerg Walter; Leistam, Lars; Lemmon, Roy Crawford; Lenhardt, Matthieu Laurent; Lenti, Vito; Leon Monzon, Ildefonso; Leon Vargas, Hermes; Leoncino, Marco; Levai, Peter; Lien, Jorgen; Lietava, Roman; Lindal, Svein; Lindenstruth, Volker; Lippmann, Christian; Lisa, Michael Annan; Liu, Lijiao; Loggins, Vera; Loginov, Vitaly; Lohn, Stefan Bernhard; Lohner, Daniel; Loizides, Constantinos; Loo, Kai Krister; Lopez, Xavier Bernard; Lopez Torres, Ernesto; Lovhoiden, Gunnar; Lu, Xianguo; Luettig, Philipp; Lunardon, Marcello; Luo, Jiebin; Luparello, Grazia; Luquin, Lionel; Luzzi, Cinzia; Ma, Rongrong; Maevskaya, Alla; Mager, Magnus; Mahapatra, Durga Prasad; Maire, Antonin; Mal'Kevich, Dmitry; Malaev, Mikhail; Maldonado Cervantes, Ivonne Alicia; Malinina, Ludmila; Malzacher, Peter; Mamonov, Alexander; Manceau, Loic Henri Antoine; Manko, Vladislav; Manso, Franck; Manzari, Vito; Mao, Yaxian; Marchisone, Massimiliano; Mares, Jiri; Margagliotti, Giacomo Vito; Margotti, Anselmo; Marin, Ana Maria; Marin Tobon, Cesar Augusto; Markert, Christina; Martashvili, Irakli; Martinengo, Paolo; Martinez, Mario Ivan; Martinez Davalos, Arnulfo; Martinez Garcia, Gines; Martynov, Yevgen; Mas, Alexis Jean-Michel; Masciocchi, Silvia; Masera, Massimo; Masoni, Alberto; Mastroserio, Annalisa; Matthews, Zoe Louise; Matyja, Adam Tomasz; Mayer, Christoph; Mazer, Joel; Mazzoni, Alessandra Maria; Meddi, Franco; Menchaca-Rocha, Arturo Alejandro; Mercado Perez, Jorge; Meres, Michal; Miake, Yasuo; Milano, Leonardo; Milosevic, Jovan; Mischke, Andre; Mishra, Aditya Nath; Miskowiec, Dariusz; Mitu, Ciprian Mihai; Mlynarz, Jocelyn; Mohanty, Bedangadas; Molnar, Levente; Montano Zetina, Luis Manuel; Monteno, Marco; Montes, Esther; Moon, Taebong; Morando, Maurizio; Moreira De Godoy, Denise Aparecida; Moretto, Sandra; Morsch, Andreas; Muccifora, Valeria; Mudnic, Eugen; Muhuri, Sanjib; Mukherjee, Maitreyee; Muller, Hans; Munhoz, Marcelo; Musa, Luciano; Musso, Alfredo; Nandi, Basanta Kumar; Nania, Rosario; Nappi, Eugenio; Nattrass, Christine; Nicassio, Maria; Di Giglio, Carmelo; Naumov, Nikolay; Navin, Sparsh; Nayak, Tapan Kumar; Nazarenko, Sergey; Nazarov, Gleb; Nedosekin, Alexander; Nicassio, Maria; Niculescu, Mihai; Nielsen, Borge Svane; Niida, Takafumi; Nikolaev, Sergey; Nikulin, Sergey; Nikulin, Vladimir; Nilsen, Bjorn Steven; Nilsson, Mads Stormo; Noferini, Francesco; Nomokonov, Petr; Nooren, Gerardus; Novitzky, Norbert; Nyanin, Alexandre; Nyatha, Anitha; Nygaard, Casper; Nystrand, Joakim Ingemar; Oeschler, Helmut Oskar; Oh, Saehanseul; Oh, Sun Kun; Oleniacz, Janusz; Oppedisano, Chiara; Ortona, Giacomo; Oskarsson, Anders Nils Erik; Otwinowski, Jacek Tomasz; Oyama, Ken; Pachmayer, Yvonne Chiara; Pachr, Milos; Padilla, Fatima; Pagano, Paola; Paic, Guy; Painke, Florian; Pajares, Carlos; Pal, Susanta Kumar; Palaha, Arvinder Singh; Palmeri, Armando; Papikyan, Vardanush; Pappalardo, Giuseppe; Park, Woo Jin; Passfeld, Annika; Patalakha, Dmitri Ivanovich; Paticchio, Vincenzo; Pavlinov, Alexei; Pawlak, Tomasz Jan; Peitzmann, Thomas; Pereira Da Costa, Hugo Denis Antonio; Pereira De Oliveira Filho, Elienos; Peresunko, Dmitri; Perez Lara, Carlos Eugenio; Perez Lezama, Edgar; Perini, Diego; Perrino, Davide; Peryt, Wiktor Stanislaw; Pesci, Alessandro; Peskov, Vladimir; Pestov, Yury; Petracek, Vojtech; Petran, Michal; Petris, Mariana; Petrov, Plamen Rumenov; Petrovici, Mihai; Petta, Catia; Piano, Stefano; Piccotti, Anna; Pikna, Miroslav; Pillot, Philippe; Pinazza, Ombretta; Pinsky, Lawrence; Pitz, Nora; Piuz, Francois; Piyarathna, Danthasinghe; Planinic, Mirko; Ploskon, Mateusz Andrzej; Pluta, Jan Marian; Pochybova, Sona; Podesta Lerma, Pedro Luis Manuel; Poghosyan, Martin; Polichtchouk, Boris; Pop, Amalia; Porteboeuf-Houssais, Sarah; Pospisil, Vladimir; Potukuchi, Baba; Prasad, Sidharth Kumar; Preghenella, Roberto; Prino, Francesco; Pruneau, Claude Andre; Pshenichnov, Igor; Puchagin, Sergey; Puddu, Giovanna; Pujahari, Prabhat Ranjan; Pulvirenti, Alberto; Punin, Valery; Putis, Marian; Putschke, Jorn Henning; Quercigh, Emanuele; Qvigstad, Henrik; Rachevski, Alexandre; Rademakers, Alphonse; Raiha, Tomi Samuli; Rak, Jan; Rakotozafindrabe, Andry Malala; Ramello, Luciano; Ramirez Reyes, Abdiel; Raniwala, Rashmi; Raniwala, Sudhir; Rasanen, Sami Sakari; Rascanu, Bogdan Theodor; Rathee, Deepika; Read, Kenneth Francis; Real, Jean-Sebastien; Redlich, Krzysztof; Rehman, Attiq Ur; Reichelt, Patrick; Reicher, Martijn; Renfordt, Rainer Arno Ernst; Reolon, Anna Rita; Reshetin, Andrey; Rettig, Felix Vincenz; Revol, Jean-Pierre; Reygers, Klaus Johannes; Riccati, Lodovico; Ricci, Renato Angelo; Richert, Tuva; Richter, Matthias Rudolph; Riedler, Petra; Riegler, Werner; Riggi, Francesco; Rodrigues Fernandes Rabacal, Bartolomeu; Rodriguez Cahuantzi, Mario; Rodriguez Manso, Alis; Roed, Ketil; Rohr, David; Rohrich, Dieter; Romita, Rosa; Ronchetti, Federico; Rosnet, Philippe; Rossegger, Stefan; Rossi, Andrea; Roy, Christelle Sophie; Roy, Pradip Kumar; Rubio Montero, Antonio Juan; Rui, Rinaldo; Russo, Riccardo; Ryabinkin, Evgeny; Rybicki, Andrzej; Sadovsky, Sergey; Safarik, Karel; Sahoo, Raghunath; Sahu, Pradip Kumar; Saini, Jogender; Sakaguchi, Hiroaki; Sakai, Shingo; Sakata, Dosatsu; Salgado, Carlos Albert; Salzwedel, Jai; Sambyal, Sanjeev Singh; Samsonov, Vladimir; Sanchez Castro, Xitzel; Sandor, Ladislav; Sandoval, Andres; Sano, Masato; Sano, Satoshi; Santo, Rainer; Santoro, Romualdo; Sarkamo, Juho Jaako; Scapparone, Eugenio; Scarlassara, Fernando; Scharenberg, Rolf Paul; Schiaua, Claudiu Cornel; Schicker, Rainer Martin; Schmidt, Christian Joachim; Schmidt, Hans Rudolf; Schreiner, Steffen; Schuchmann, Simone; Schukraft, Jurgen; Schutz, Yves Roland; Schwarz, Kilian Eberhard; Schweda, Kai Oliver; Scioli, Gilda; Scomparin, Enrico; Scott, Patrick Aaron; Scott, Rebecca; Segato, Gianfranco; Selyuzhenkov, Ilya; Senyukov, Serhiy; Seo, Jeewon; Serci, Sergio; Serradilla, Eulogio; Sevcenco, Adrian; Shabetai, Alexandre; Shabratova, Galina; Shahoyan, Ruben; Sharma, Natasha; Sharma, Satish; Shigaki, Kenta; Shimomura, Maya; Shtejer, Katherin; Sibiriak, Yury; Siciliano, Melinda; Sicking, Eva; Siddhanta, Sabyasachi; Siemiarczuk, Teodor; Silvermyr, David Olle Rickard; Silvestre, Catherine; Simatovic, Goran; Simonetti, Giuseppe; Singaraju, Rama Narayana; Singh, Ranbir; Singha, Subhash; Singhal, Vikas; Sinha, Bikash; Sinha, Tinku; Sitar, Branislav; Sitta, Mario; Skaali, Bernhard; Skjerdal, Kyrre; Smakal, Radek; Smirnov, Nikolai; Snellings, Raimond; Sogaard, Carsten; Soltz, Ron Ariel; Son, Hyungsuk; Song, Jihye; Song, Myunggeun; Soos, Csaba; Soramel, Francesca; Sputowska, Iwona; Spyropoulou-Stassinaki, Martha; Srivastava, Brijesh Kumar; Stachel, Johanna; Stan, Ionel; Stefanek, Grzegorz; Stefanini, Giorgio; Steinpreis, Matthew; Stenlund, Evert Anders; Steyn, Gideon Francois; Stiller, Johannes Hendrik; Stocco, Diego; Stolpovskiy, Mikhail; Strabykin, Kirill; Strmen, Peter; Suaide, Alexandre Alarcon do Passo; Subieta Vasquez, Martin Alfonso; Sugitate, Toru; Suire, Christophe Pierre; Sukhorukov, Mikhail; Sultanov, Rishat; Sumbera, Michal; Susa, Tatjana; Symons, Timothy; Szanto de Toledo, Alejandro; Szarka, Imrich; Szczepankiewicz, Adam; Szostak, Artur Krzysztof; Szymanski, Maciej; Takahashi, Jun; Tapia Takaki, Daniel Jesus; Tarazona Martinez, Alfonso; Tauro, Arturo; Tejeda Munoz, Guillermo; Telesca, Adriana; Terrevoli, Cristina; Thader, Jochen Mathias; Thomas, Deepa; Tieulent, Raphael Noel; Timmins, Anthony; Toia, Alberica; Torii, Hisayuki; Tosello, Flavio; Trubnikov, Victor; Trzaska, Wladyslaw Henryk; Tsuji, Tomoya; Tumkin, Alexandr; Turrisi, Rosario; Tveter, Trine Spedstad; Ulery, Jason Glyndwr; Ullaland, Kjetil; Ulrich, Jochen; Uras, Antonio; Urban, Jozef; Urciuoli, Guido Marie; Usai, Gianluca; Vajzer, Michal; Vala, Martin; Valencia Palomo, Lizardo; Vallero, Sara; van Leeuwen, Marco; Vande Vyvre, Pierre; Vannucci, Luigi; Vargas, Aurora Diozcora; Varma, Raghava; Vasileiou, Maria; Vasiliev, Andrey; Vechernin, Vladimir; Veldhoen, Misha; Venaruzzo, Massimo; Vercellin, Ermanno; Vergara, Sergio; Vernet, Renaud; Verweij, Marta; Vickovic, Linda; Viesti, Giuseppe; Vikhlyantsev, Oleg; Vilakazi, Zabulon; Villalobos Baillie, Orlando; Vinogradov, Alexander; Vinogradov, Leonid; Vinogradov, Yury; Virgili, Tiziano; Viyogi, Yogendra; Vodopianov, Alexander; Voloshin, Kirill; Voloshin, Sergey; Volpe, Giacomo; von Haller, Barthelemy; Vranic, Danilo; Øvrebekk, Gaute; Vrlakova, Janka; Vulpescu, Bogdan; Vyushin, Alexey; Wagner, Boris; Wagner, Vladimir; Wan, Renzhuo; Wang, Dong; Wang, Mengliang; Wang, Yifei; Wang, Yaping; Watanabe, Kengo; Weber, Michael; Wessels, Johannes; Westerhoff, Uwe; Wiechula, Jens; Wikne, Jon; Wilde, Martin Rudolf; Wilk, Alexander; Wilk, Grzegorz Andrzej; Williams, Crispin; Windelband, Bernd Stefan; Xaplanteris Karampatsos, Leonidas; Yaldo, Chris G; Yamaguchi, Yorito; Yang, Hongyan; Yang, Shiming; Yasnopolsky, Stanislav; Yi, JunGyu; Yin, Zhongbao; Yoo, In-Kwon; Yu, Weilin; Yuan, Xianbao; Yushmanov, Igor; Zaccolo, Valentina; Zach, Cenek; Zampolli, Chiara; Zaporozhets, Sergey; Zarochentsev, Andrey; Zavada, Petr; Zaviyalov, Nikolai; Zbroszczyk, Hanna Paulina; Zelnicek, Pierre; Zgura, Sorin Ion; Zhalov, Mikhail; Zhang, Haitao; Zhang, Xiaoming; Zhou, Daicui; Zhou, Fengchu; Zhou, You; Zhu, Jianhui; Zhu, Xiangrong; Zichichi, Antonino; Zimmermann, Alice; Zinovjev, Gennady; Zoccarato, Yannick Denis; Zynovyev, Mykhaylo; Zyzak, Maksym

    2012-01-01

    In this Letter we report the first results on $\\pi^\\pm$, K$^\\pm$, p and pbar production at mid-rapidity (|y|<0.5) in central Pb-Pb collisions at $\\sqrt{s_{NN}}$ = 2.76 TeV, measured by the ALICE experiment at the LHC. The pT distributions and yields are compared to previous results at $\\sqrt{s_{NN}}$ = 200 GeV and expectations from hydrodynamic and thermal models. The spectral shapes indicate a strong increase of the radial flow velocity with $\\sqrt{s_{NN}}$, which in hydrodynamic models is expected as a consequence of the increasing particle density. While the K/$\\pi$ ratio is in line with predictions from the thermal model, the p/$\\pi$ ratio is found to be lower by a factor of about 1.5. This deviation from thermal model expectations is still to be understood.

  12. Correction of dental artifacts within the anatomical surface in PET/MRI using active shape models and k-nearest-neighbors

    DEFF Research Database (Denmark)

    Ladefoged, Claes N.; Andersen, Flemming L.; Keller, Sune H.

    2014-01-01

    n combined PET/MR, attenuation correction (AC) is performed indirectly based on the available MR image information. Metal implant-induced susceptibility artifacts and subsequent signal voids challenge MR-based AC. Several papers acknowledge the problem in PET attenuation correction when dental...... artifacts are ignored, but none of them attempts to solve the problem. We propose a clinically feasible correction method which combines Active Shape Models (ASM) and k- Nearest-Neighbors (kNN) into a simple approach which finds and corrects the dental artifacts within the surface boundaries of the patient...... anatomy. ASM is used to locate a number of landmarks in the T1-weighted MR-image of a new patient. We calculate a vector of offsets from each voxel within a signal void to each of the landmarks. We then use kNN to classify each voxel as belonging to an artifact or an actual signal void using this offset...

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

    Directory of Open Access Journals (Sweden)

    Didik Srianto

    2016-10-01

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

  14. K$^0_S$ and $\\Lambda$ production in Pb-Pb collisions at $\\sqrt{s_{NN}}$ = 2.76 TeV

    CERN Document Server

    Abelev, Betty Bezverkhny; Adamova, Dagmar; Adare, Andrew Marshall; Aggarwal, Madan Mohan; Aglieri Rinella, Gianluca; Agnello, Michelangelo; Agocs, Andras Gabor; Agostinelli, Andrea; Ahammed, Zubayer; Ahmad, Nazeer; Ahmad, Arshad; Ahmed, Ijaz; Ahn, Sang Un; Ahn, Sul-Ah; Aimo, Ilaria; Aiola, Salvatore; Ajaz, Muhammad; Akindinov, Alexander; Aleksandrov, Dmitry; Alessandro, Bruno; Alexandre, Didier; Alici, Andrea; Alkin, Anton; Alme, Johan; Alt, Torsten; Altini, Valerio; Altinpinar, Sedat; Altsybeev, Igor; Alves Garcia Prado, Caio; Andrei, Cristian; Andronic, Anton; Anguelov, Venelin; Anielski, Jonas; Anticic, Tome; Antinori, Federico; Antonioli, Pietro; Aphecetche, Laurent Bernard; Appelshaeuser, Harald; Arbor, Nicolas; Arcelli, Silvia; Armesto Perez, Nestor; Arnaldi, Roberta; Aronsson, Tomas; Arsene, Ionut Cristian; Arslandok, Mesut; Augustinus, Andre; Averbeck, Ralf Peter; Awes, Terry; Azmi, Mohd Danish; Bach, Matthias Jakob; Badala, Angela; Baek, Yong Wook; Bailhache, Raphaelle Marie; Bairathi, Vipul; Bala, Renu; Baldisseri, Alberto; Baltasar Dos Santos Pedrosa, Fernando; Ban, Jaroslav; Baral, Rama Chandra; Barbera, Roberto; Barile, Francesco; Barnafoldi, Gergely Gabor; Barnby, Lee Stuart; Ramillien Barret, Valerie; Bartke, Jerzy Gustaw; Basile, Maurizio; Bastid, Nicole; Basu, Sumit; Bathen, Bastian; Batigne, Guillaume; Batyunya, Boris; Batzing, Paul Christoph; Baumann, Christoph Heinrich; Bearden, Ian Gardner; Beck, Hans; Behera, Nirbhay Kumar; Belikov, Iouri; Bellini, Francesca; Bellwied, Rene; Belmont Moreno, Ernesto; Bencedi, Gyula; Beole, Stefania; Berceanu, Ionela; Bercuci, Alexandru; Berdnikov, Yaroslav; Berenyi, Daniel; Bergognon, Anais Annick Erica; Bertens, Redmer Alexander; Berzano, Dario; Betev, Latchezar; Bhasin, Anju; Bhati, Ashok Kumar; Bhom, Jihyun; Bianchi, Livio; Bianchi, Nicola; Bielcik, Jaroslav; Bielcikova, Jana; Bilandzic, Ante; Bjelogrlic, Sandro; Blanco, Fernando; Blanco, Francesco; Blau, Dmitry; Blume, Christoph; Bock, Friederike; Bogdanov, Alexey; Boggild, Hans; Bogolyubskiy, Mikhail; Boldizsar, Laszlo; Bombara, Marek; Book, Julian Heinz; Borel, Herve; Borissov, Alexander; Bornschein, Joerg; Botje, Michiel; Botta, Elena; Boettger, Stefan; Braun-Munzinger, Peter; Bregant, Marco; Breitner, Timo Gunther; Broker, Theo Alexander; Browning, Tyler Allen; Broz, Michal; Brun, Rene; Bruna, Elena; Bruno, Giuseppe Eugenio; Budnikov, Dmitry; Buesching, Henner; Bufalino, Stefania; Buncic, Predrag; Busch, Oliver; Buthelezi, Edith Zinhle; Caffarri, Davide; Cai, Xu; Caines, Helen Louise; Caliva, Alberto; Calvo Villar, Ernesto; Camerini, Paolo; Canoa Roman, Veronica; Cara Romeo, Giovanni; Carena, Francesco; Carena, Wisla; Carminati, Federico; Casanova Diaz, Amaya Ofelia; Castillo Castellanos, Javier Ernesto; Casula, Ester Anna Rita; Catanescu, Vasile Ioan; Cavicchioli, Costanza; Ceballos Sanchez, Cesar; Cepila, Jan; Cerello, Piergiorgio; Chang, Beomsu; Chapeland, Sylvain; Charvet, Jean-Luc Fernand; Chattopadhyay, Sukalyan; Chattopadhyay, Subhasis; Cherney, Michael Gerard; Cheshkov, Cvetan Valeriev; Cheynis, Brigitte; Chibante Barroso, Vasco Miguel; Dobrigkeit Chinellato, David; Chochula, Peter; Chojnacki, Marek; Choudhury, Subikash; Christakoglou, Panagiotis; Christensen, Christian Holm; Christiansen, Peter; Chujo, Tatsuya; Chung, Suh-Urk; Cicalo, Corrado; Cifarelli, Luisa; Cindolo, Federico; Cleymans, Jean Willy Andre; Colamaria, Fabio Filippo; Colella, Domenico; Collu, Alberto; Colocci, Manuel; Conesa Balbastre, Gustavo; Conesa Del Valle, Zaida; Connors, Megan Elizabeth; Contin, Giacomo; Contreras Nuno, Jesus Guillermo; Cormier, Thomas Michael; Corrales Morales, Yasser; Cortese, Pietro; Cortes Maldonado, Ismael; Cosentino, Mauro Rogerio; Costa, Filippo; Crochet, Philippe; Cruz Albino, Rigoberto; Cuautle Flores, Eleazar; Cunqueiro Mendez, Leticia; Dainese, Andrea; Dang, Ruina; Danu, Andrea; Das, Kushal; Das, Debasish; Das, Indranil; Dash, Ajay Kumar; Dash, Sadhana; De, Sudipan; Delagrange, Hugues; Deloff, Andrzej; Denes, Ervin Sandor; Deppman, Airton; Oliveira Valeriano De Barros, Gabriel; De Caro, Annalisa; De Cataldo, Giacinto; De Cuveland, Jan; De Falco, Alessandro; De Gruttola, Daniele; De Marco, Nora; De Pasquale, Salvatore; De Rooij, Raoul Stefan; Diaz Corchero, Miguel Angel; Dietel, Thomas; Divia, Roberto; Di Bari, Domenico; Di Giglio, Carmelo; Di Liberto, Sergio; Di Mauro, Antonio; Di Nezza, Pasquale; Djuvsland, Oeystein; Dobrin, Alexandru Florin; Dobrowolski, Tadeusz Antoni; Doenigus, Benjamin; Dordic, Olja; Dubey, Anand Kumar; Dubla, Andrea; Ducroux, Laurent; Dupieux, Pascal; Dutt Mazumder, Abhee Kanti; D'Erasmo, Ginevra; Elia, Domenico; Emschermann, David Philip; Engel, Heiko; Erazmus, Barbara Ewa; Erdal, Hege Austrheim; Eschweiler, Dominic; Espagnon, Bruno; Estienne, Magali Danielle; Esumi, Shinichi; Evans, David; Evdokimov, Sergey; Eyyubova, Gyulnara; Fabris, Daniela; Faivre, Julien; Falchieri, Davide; Fantoni, Alessandra; Fasel, Markus; Fehlker, Dominik; Feldkamp, Linus; Felea, Daniel; Feliciello, Alessandro; Feofilov, Grigory; Ferencei, Jozef; Fernandez Tellez, Arturo; Gonzalez Ferreiro, Elena; Ferretti, Alessandro; Festanti, Andrea; Figiel, Jan; Araujo Silva Figueredo, Marcel; Filchagin, Sergey; Finogeev, Dmitry; Fionda, Fiorella; Fiore, Enrichetta Maria; Floratos, Emmanouil; Floris, Michele; Foertsch, Siegfried Valentin; Foka, Panagiota; Fokin, Sergey; Fragiacomo, Enrico; Francescon, Andrea; Frankenfeld, Ulrich Michael; Fuchs, Ulrich; Furget, Christophe; Fusco Girard, Mario; Gaardhoeje, Jens Joergen; Gagliardi, Martino; Gago Medina, Alberto Martin; Gallio, Mauro; Gangadharan, Dhevan Raja; Ganoti, Paraskevi; Garabatos Cuadrado, Jose; Garcia-Solis, Edmundo Javier; Gargiulo, Corrado; Garishvili, Irakli; Gerhard, Jochen; Germain, Marie; Gheata, Andrei George; Gheata, Mihaela; Ghidini, Bruno; Ghosh, Premomoy; Gianotti, Paola; Giubellino, Paolo; Gladysz-Dziadus, Ewa; Glassel, Peter; Gorlich, Lidia Maria; Gomez Jimenez, Ramon; Gonzalez Zamora, Pedro; Gorbunov, Sergey; Gotovac, Sven; Graczykowski, Lukasz Kamil; Grajcarek, Robert; Grelli, Alessandro; Grigoras, Costin; Grigoras, Alina Gabriela; Grigoryev, Vladislav; Grigoryan, Ara; Grigoryan, Smbat; Grynyov, Borys; Grion, Nevio; Grosse-Oetringhaus, Jan Fiete; Grossiord, Jean-Yves; Grosso, Raffaele; Guber, Fedor; Guernane, Rachid; Guerzoni, Barbara; Guilbaud, Maxime Rene Joseph; Gulbrandsen, Kristjan Herlache; Gulkanyan, Hrant; Gunji, Taku; Gupta, Anik; Gupta, Ramni; Khan, Kamal; Haake, Rudiger; Haaland, Oystein Senneset; Hadjidakis, Cynthia Marie; Haiduc, Maria; Hamagaki, Hideki; Hamar, Gergoe; Hanratty, Luke David; Hansen, Alexander; Harris, John William; Hartmann, Helvi; Harton, Austin Vincent; Hatzifotiadou, Despina; Hayashi, Shinichi; Hayrapetyan, Arsen; Heckel, Stefan Thomas; Heide, Markus Ansgar; Helstrup, Haavard; Herghelegiu, Andrei Ionut; Herrera Corral, Gerardo Antonio; Herrmann, Norbert; Hess, Benjamin Andreas; Hetland, Kristin Fanebust; Hicks, Bernard Richard; Hippolyte, Boris; Hori, Yasuto; Hristov, Peter Zahariev; Hrivnacova, Ivana; Huang, Meidana; Humanic, Thomas; Hutter, Dirk; Hwang, Dae Sung; Ilkaev, Radiy; Ilkiv, Iryna; Inaba, Motoi; Incani, Elisa; Innocenti, Gian Michele; Ionita, Costin; Ippolitov, Mikhail; Irfan, Muhammad; Ivanov, Marian; Ivanov, Vladimir; Ivanytskyi, Oleksii; Jacholkowski, Adam Wlodzimierz; Jahnke, Cristiane; Jang, Haeng Jin; Janik, Malgorzata Anna; Pahula Hewage, Sandun; Jena, Satyajit; Jimenez Bustamante, Raul Tonatiuh; Jones, Peter Graham; Jung, Hyungtaik; Jusko, Anton; Kalcher, Sebastian; Kalinak, Peter; Kalweit, Alexander Philipp; Kang, Ju Hwan; Kaplin, Vladimir; Kar, Somnath; Karasu Uysal, Ayben; Karavichev, Oleg; Karavicheva, Tatiana; Karpechev, Evgeny; Kazantsev, Andrey; Kebschull, Udo Wolfgang; Keidel, Ralf; Ketzer, Bernhard Franz; Khan, Shuaib Ahmad; Khan, Mohammed Mohisin; Khan, Palash; Khanzadeev, Alexei; Kharlov, Yury; Kileng, Bjarte; Kim, Minwoo; Kim, Mimae; Kim, Taesoo; Kim, Jinsook; Kim, Do Won; Kim, Dong Jo; Kim, Beomkyu; Kim, Se Yong; Kirsch, Stefan; Kisel, Ivan; Kiselev, Sergey; Kisiel, Adam Ryszard; Kiss, Gabor; Klay, Jennifer Lynn; Klein, Jochen; Klein-Boesing, Christian; Kluge, Alexander; Knichel, Michael Linus; Knospe, Anders Garritt; Kobdaj, Chinorat; Kohler, Markus Konrad; Kollegger, Thorsten; Kolozhvari, Anatoly; Kondratyev, Valery; Kondratyeva, Natalia; Konevskikh, Artem; Kovalenko, Vladimir; Kowalski, Marek; Kox, Serge; Koyithatta Meethaleveedu, Greeshma; Kral, Jiri; Kralik, Ivan; Kramer, Frederick; Kravcakova, Adela; Krelina, Michal; Kretz, Matthias; Krivda, Marian; Krizek, Filip; Krus, Miroslav; Kryshen, Evgeny; Krzewicki, Mikolaj; Kucera, Vit; Kucheryaev, Yury; Kugathasan, Thanushan; Kuhn, Christian Claude; Kuijer, Paulus Gerardus; Kulakov, Igor; Kumar, Jitendra; Kurashvili, Podist; Kurepin, Alexander; Kurepin, Alexey; Kuryakin, Alexey; Kushpil, Svetlana; Kushpil, Vasilij; Kweon, Min Jung; Kwon, Youngil; Ladron De Guevara, Pedro; Lagana Fernandes, Caio; Lakomov, Igor; Langoy, Rune; Lara Martinez, Camilo Ernesto; Lardeux, Antoine Xavier; Lattuca, Alessandra; La Pointe, Sarah Louise; La Rocca, Paola; Lea, Ramona; Lechman, Mateusz Arkadiusz; Lee, Sung Chul; Lee, Graham Richard; Legrand, Iosif; Lehnert, Joerg Walter; Lemmon, Roy Crawford; Lenhardt, Matthieu Laurent; Lenti, Vito; Leoncino, Marco; Leon Monzon, Ildefonso; Levai, Peter; Li, Shuang; Lien, Jorgen Andre; Lietava, Roman; Lindal, Svein; Lindenstruth, Volker; Lippmann, Christian; Lisa, Michael Annan; Ljunggren, Hans Martin; Lodato, Davide Francesco; Lonne, Per-Ivar; Loggins, Vera Renee; Loginov, Vitaly; Lohner, Daniel; Loizides, Constantinos; Lopez, Xavier Bernard; Lopez Torres, Ernesto; Lovhoiden, Gunnar; Lu, Xianguo; Luettig, Philipp Johannes; Lunardon, Marcello; Luo, Jiebin; Luparello, Grazia; Luzzi, Cinzia; Jacobs, Peter Martin; Ma, Rongrong; Maevskaya, Alla; Mager, Magnus; Mahapatra, Durga Prasad; Maire, Antonin; Malaev, Mikhail; Maldonado Cervantes, Ivonne Alicia; Malinina, Liudmila; Mal'Kevich, Dmitry; Malzacher, Peter; Mamonov, Alexander; Manceau, Loic Henri Antoine; Manko, Vladislav; Manso, Franck; Manzari, Vito; Marchisone, Massimiliano; Mares, Jiri; Margagliotti, Giacomo Vito; Margotti, Anselmo; Marin, Ana Maria; Markert, Christina; Marquard, Marco; Martashvili, Irakli; Martin, Nicole Alice; Martinengo, Paolo; Martinez Hernandez, Mario Ivan; Martinez-Garcia, Gines; Martin Blanco, Javier; Martynov, Yevgen; Mas, Alexis Jean-Michel; Masciocchi, Silvia; Masera, Massimo; Masoni, Alberto; Massacrier, Laure Marie; Mastroserio, Annalisa; Matyja, Adam Tomasz; Mazer, Joel Anthony; Mazumder, Rakesh; Mazzoni, Alessandra Maria; Meddi, Franco; Menchaca-Rocha, Arturo Alejandro; Mercado-Perez, Jorge; Meres, Michal; Miake, Yasuo; Mikhaylov, Konstantin; Milano, Leonardo; Milosevic, Jovan; Mischke, Andre; Mishra, Aditya Nath; Miskowiec, Dariusz Czeslaw; Mitu, Ciprian Mihai; Mlynarz, Jocelyn; Mohanty, Bedangadas; Molnar, Levente; Montano Zetina, Luis Manuel; Monteno, Marco; Montes Prado, Esther; Morando, Maurizio; Moreira De Godoy, Denise Aparecida; Moretto, Sandra; Morreale, Astrid; Morsch, Andreas; Muccifora, Valeria; Mudnic, Eugen; Muhuri, Sanjib; Mukherjee, Maitreyee; Muller, Hans; Gameiro Munhoz, Marcelo; Murray, Sean; Musa, Luciano; Nandi, Basanta Kumar; Nania, Rosario; Nappi, Eugenio; Nattrass, Christine; Nayak, Tapan Kumar; Nazarenko, Sergey; Nedosekin, Alexander; Nicassio, Maria; Niculescu, Mihai; Nielsen, Borge Svane; Nikolaev, Sergey; Nikulin, Sergey; Nikulin, Vladimir; Nilsen, Bjorn Steven; Nilsson, Mads Stormo; Noferini, Francesco; Nomokonov, Petr; Nooren, Gerardus; Nyanin, Alexander; Nyatha, Anitha; Nystrand, Joakim Ingemar; Oeschler, Helmut Oskar; Oh, Sun Kun; Oh, Saehanseul; Olah, Laszlo; Oleniacz, Janusz; Oliveira Da Silva, Antonio Carlos; Onderwaater, Jacobus; Oppedisano, Chiara; Ortiz Velasquez, Antonio; Oskarsson, Anders Nils Erik; Otwinowski, Jacek Tomasz; Oyama, Ken; Pachmayer, Yvonne Chiara; Pachr, Milos; Pagano, Paola; Paic, Guy; Painke, Florian; Pajares Vales, Carlos; Pal, Susanta Kumar; Palaha, Arvinder Singh; Palmeri, Armando; Papikyan, Vardanush; Pappalardo, Giuseppe; Park, Woojin; Passfeld, Annika; Patalakha, Dmitry; Paticchio, Vincenzo; Paul, Biswarup; Pawlak, Tomasz Jan; Peitzmann, Thomas; Pereira Da Costa, Hugo Denis Antonio; Pereira De Oliveira Filho, Elienos; Peresunko, Dmitry Yurevich; Perez Lara, Carlos Eugenio; Perrino, Davide; Peryt, Wiktor Stanislaw; Pesci, Alessandro; Pestov, Yury; Petracek, Vojtech; Petran, Michal; Petris, Mariana; Petrov, Plamen Rumenov; Petrovici, Mihai; Petta, Catia; Piano, Stefano; Pikna, Miroslav; Pillot, Philippe; Pinazza, Ombretta; Pinsky, Lawrence; Pitz, Nora; Piyarathna, Danthasinghe; Planinic, Mirko; Ploskon, Mateusz Andrzej; Pluta, Jan Marian; Pochybova, Sona; Podesta Lerma, Pedro Luis Manuel; Poghosyan, Martin; Polishchuk, Boris; Pop, Amalia; Porteboeuf, Sarah Julie; Pospisil, Vladimir; Potukuchi, Baba; Prasad, Sidharth Kumar; Preghenella, Roberto; Prino, Francesco; Pruneau, Claude Andre; Pshenichnov, Igor; Puddu, Giovanna; Punin, Valery; Putschke, Jorn Henning; Qvigstad, Henrik; Rachevski, Alexandre; Rademakers, Alphonse; Rak, Jan; Rakotozafindrabe, Andry Malala; Ramello, Luciano; Raniwala, Sudhir; Raniwala, Rashmi; Rasanen, Sami Sakari; Rascanu, Bogdan Theodor; Rathee, Deepika; Rauch, Wolfgang Hans; Rauf, Aamer Wali; Razazi, Vahedeh; Read, Kenneth Francis; Real, Jean-Sebastien; Redlich, Krzysztof; Reed, Rosi Jan; Rehman, Attiq Ur; Reichelt, Patrick Simon; Reicher, Martijn; Reidt, Felix; Renfordt, Rainer Arno Ernst; Reolon, Anna Rita; Reshetin, Andrey; Rettig, Felix Vincenz; Revol, Jean-Pierre; Reygers, Klaus Johannes; Riccati, Lodovico; Ricci, Renato Angelo; Richert, Tuva Ora Herenui; Richter, Matthias Rudolph; Riedler, Petra; Riegler, Werner; Riggi, Francesco; Rivetti, Angelo; Rodriguez Cahuantzi, Mario; Rodriguez Manso, Alis; Roeed, Ketil; Rogochaya, Elena; Sharma, Rohni; Rohr, David Michael; Roehrich, Dieter; Romita, Rosa; Ronchetti, Federico; Rosnet, Philippe; Rossegger, Stefan; Rossi, Andrea; Roy, Pradip Kumar; Roy, Christelle Sophie; Rubio Montero, Antonio Juan; Rui, Rinaldo; Russo, Riccardo; Ryabinkin, Evgeny; Rybicki, Andrzej; Sadovskiy, Sergey; Safarik, Karel; Sahoo, Raghunath; Sahu, Pradip Kumar; Saini, Jogender; Sakaguchi, Hiroaki; Sakai, Shingo; Sakata, Dosatsu; Salgado Lopez, Carlos Alberto; Salzwedel, Jai Samuel Nielsen; Sambyal, Sanjeev Singh; Samsonov, Vladimir; Sanchez Castro, Xitzel; Sandor, Ladislav; Sandoval, Andres; Sano, Masato; Santagati, Gianluca; Santoro, Romualdo; Sarkar, Debojit; Scapparone, Eugenio; Scarlassara, Fernando; Scharenberg, Rolf Paul; Schiaua, Claudiu Cornel; Schicker, Rainer Martin; Schmidt, Christian Joachim; Schmidt, Hans Rudolf; Schuchmann, Simone; Schukraft, Jurgen; Schulc, Martin; Schuster, Tim Robin; Schutz, Yves Roland; Schwarz, Kilian Eberhard; Schweda, Kai Oliver; Scioli, Gilda; Scomparin, Enrico; Scott, Rebecca Michelle; Scott, Patrick Aaron; Segato, Gianfranco; Selyuzhenkov, Ilya; Seo, Jeewon; Serci, Sergio; Serradilla Rodriguez, Eulogio; Sevcenco, Adrian; Shabetai, Alexandre; Shabratova, Galina; Shahoyan, Ruben; Sharma, Satish; Sharma, Natasha; Shigaki, Kenta; Shtejer Diaz, Katherin; Sibiryak, Yury; Siddhanta, Sabyasachi; Siemiarczuk, Teodor; Silvermyr, David Olle Rickard; Silvestre, Catherine Micaela; Simatovic, Goran; Singaraju, Rama Narayana; Singh, Ranbir; Singha, Subhash; Singhal, Vikas; Sinha, Bikash; Sarkar - Sinha, Tinku; Sitar, Branislav; Sitta, Mario; Skaali, Bernhard; Skjerdal, Kyrre; Smakal, Radek; Smirnov, Nikolai; Snellings, Raimond; Soltz, Ron Ariel; Song, Myunggeun; Song, Jihye; Soos, Csaba; Soramel, Francesca; Spacek, Michal; Sputowska, Iwona Anna; Spyropoulou-Stassinaki, Martha; Srivastava, Brijesh Kumar; Stachel, Johanna; Stan, Ionel; Stefanek, Grzegorz; Steinpreis, Matthew Donald; Stenlund, Evert Anders; Steyn, Gideon Francois; Stiller, Johannes Hendrik; Stocco, Diego; Stolpovskiy, Mikhail; Strmen, Peter; Alarcon Do Passo Suaide, Alexandre; Subieta Vasquez, Martin Alfonso; Sugitate, Toru; Suire, Christophe Pierre; Suleymanov, Mais Kazim Oglu; Sultanov, Rishat; Sumbera, Michal; Susa, Tatjana; Symons, Timothy; Szanto De Toledo, Alejandro; Szarka, Imrich; Szczepankiewicz, Adam; Szymanski, Maciej Pawel; Takahashi, Jun; Tangaro, Marco-Antonio; Tapia Takaki, Daniel Jesus; Tarantola Peloni, Attilio; Tarazona Martinez, Alfonso; Tauro, Arturo; Tejeda Munoz, Guillermo; Telesca, Adriana; Terrevoli, Cristina; Ter-Minasyan, Astkhik; Thaeder, Jochen Mathias; Thomas, Deepa; Tieulent, Raphael Noel; Timmins, Anthony Robert; Toia, Alberica; Torii, Hisayuki; Trubnikov, Victor; Trzaska, Wladyslaw Henryk; Tsuji, Tomoya; Tumkin, Alexandr; Turrisi, Rosario; Tveter, Trine Spedstad; Ulery, Jason Glyndwr; Ullaland, Kjetil; Ulrich, Jochen; Uras, Antonio; Urciuoli, Guido Maria; Usai, Gianluca; Vajzer, Michal; Vala, Martin; Valencia Palomo, Lizardo; Vande Vyvre, Pierre; Vannucci, Luigi; Van Hoorne, Jacobus Willem; Van Leeuwen, Marco; Diozcora Vargas Trevino, Aurora; Varma, Raghava; Vasileiou, Maria; Vasiliev, Andrey; Vechernin, Vladimir; Veldhoen, Misha; Venaruzzo, Massimo; Vercellin, Ermanno; Vergara Limon, Sergio; Vernet, Renaud; Verweij, Marta; Vickovic, Linda; Viesti, Giuseppe; Viinikainen, Jussi Samuli; Vilakazi, Zabulon; Villalobos Baillie, Orlando; Vinogradov, Alexander; Vinogradov, Leonid; Vinogradov, Yury; Virgili, Tiziano; Viyogi, Yogendra; Vodopyanov, Alexander; Volkl, Martin Andreas; Voloshin, Sergey; Voloshin, Kirill; Volpe, Giacomo; Von Haller, Barthelemy; Vorobyev, Ivan; Vranic, Danilo; Vrlakova, Janka; Vulpescu, Bogdan; Vyushin, Alexey; Wagner, Boris; Wagner, Vladimir; Wagner, Jan; Wang, Yifei; Wang, Yaping; Wang, Mengliang; Watanabe, Daisuke; Watanabe, Kengo; Weber, Michael; Wessels, Johannes Peter; Westerhoff, Uwe; Wiechula, Jens; Wikne, Jon; Wilde, Martin Rudolf; Wilk, Grzegorz Andrzej; Wilkinson, Jeremy John; Williams, Crispin; Windelband, Bernd Stefan; Winn, Michael Andreas; Xiang, Changzhou; Yaldo, Chris G; Yamaguchi, Yorito; Yang, Hongyan; Yang, Ping; Yang, Shiming; Yano, Satoshi; Yasnopolskiy, Stanislav; Yi, Jungyu; Yin, Zhongbao; Yoo, In-Kwon; Yushmanov, Igor; Zaccolo, Valentina; Zach, Cenek; Zampolli, Chiara; Zaporozhets, Sergey; Zarochentsev, Andrey; Zavada, Petr; Zavyalov, Nikolay; Zbroszczyk, Hanna Paulina; Zelnicek, Pierre; Zgura, Sorin Ion; Zhalov, Mikhail; Zhang, Fan; Zhang, Yonghong; Zhang, Haitao; Zhang, Xiaoming; Zhou, Daicui; Zhou, You; Zhou, Fengchu; Zhu, Xiangrong; Zhu, Jianlin; Zhu, Jianhui; Zhu, Hongsheng; Zichichi, Antonino; Zimmermann, Markus Bernhard; Zimmermann, Alice; Zinovjev, Gennady; Zoccarato, Yannick Denis; Zynovyev, Mykhaylo; Zyzak, Maksym

    2013-11-25

    The ALICE measurement of K$^0_S$ and $\\Lambda$ production at mid-rapidity in Pb-Pb collisions at $\\sqrt{s_{NN}}$ = 2.76 TeV is presented. The transverse momentum ($p_T$) spectra are shown for several collision centrality intervals and in the $p_T$ range from 0.4 GeV/c (0.6 GeV/c for $\\Lambda$) to 12 GeV/c. The $p_T$ dependence of the $\\Lambda/K^0_S$ ratios exhibits maxima in the vicinity of 3 GeV/c, and the positions of the maxima shift towards higher $p_T$ with increasing collision centrality. The magnitude of these maxima increases by almost a factor of three between most peripheral and most central Pb-Pb collisions. This baryon excess at intermediate pT is not observed in pp interactions at $\\sqrt{s}$ = 0.9 TeV and at $\\sqrt{s}$ = 7 TeV. Qualitatively, the baryon enhancement in heavy-ion collisions is expected from radial flow. However, the measured $p_T$ spectra above 2 GeV/c progressively decouple from hydrodynamical-model calculations. For higher values of $p_T$, models that incorporate the influence of...

  15. Models of πNN interactions

    International Nuclear Information System (INIS)

    Lee, T.S.H.

    1988-01-01

    A πNN model inspired by Quantum Chromodynamics is presented. The model gives an accurate fit to the most recent Arndt NN phase shifts up to 1 GeV and can be applied to study intermediate- and high-energy nuclear reactions. 20 refs., 2 figs

  16. Direct nn-scattering at the YAGUAR reactor

    Energy Technology Data Exchange (ETDEWEB)

    Crawford, B.E. [Gettysburg College, Department of Physics, Gettysburg, PA 17325 (United States)]. E-mail: bcrawfor@gettysburg.edu; Furman, W.I. [Joint Institute for Nuclear Research, Dubna 141980 (Russian Federation); Howell, C.R. [Duke University and Triangle Universities Nuclear Laboratory, Durham, NC 27708-0308 (United States); Lychagin, E.V. [Joint Institute for Nuclear Research, Dubna 141980 (Russian Federation); Levakov, B.G. [Russian Federal Nuclear Center-All Russian Research Institute of Technical Physics, P.O. Box 245, Snezhinsk 456770 (Russian Federation); Litvin, V.I. [Russian Federal Nuclear Center-All Russian Research Institute of Technical Physics, P.O. Box 245, Snezhinsk 456770 (Russian Federation); Lyzhin, A.E. [Russian Federal Nuclear Center-All Russian Research Institute of Technical Physics, P.O. Box 245, Snezhinsk 456770 (Russian Federation); Magda, E.P. [Russian Federal Nuclear Center-All Russian Research Institute of Technical Physics, P.O. Box 245, Snezhinsk 456770 (Russian Federation); Mitchell, G.E. [North Carolina State University, Raleigh, NC 27695-8202 (United States); Triangle Universities Nuclear Laboratory, Durham, NC 27708-0308 (United States); Muzichka, A.Yu. [Joint Institute for Nuclear Research, Dubna 141980 (Russian Federation); Nekhaev, G.V. [Joint Institute for Nuclear Research, Dubna 141980 (Russian Federation); Sharapov, E.I. [Joint Institute for Nuclear Research, Dubna 141980 (Russian Federation); Shvetsov, V.N. [Joint Institute for Nuclear Research, Dubna 141980 (Russian Federation); Stephenson, S.L. [Gettysburg College, Department of Physics, Gettysburg, PA 17325 (United States); Strelkov, A.V. [Joint Institute for Nuclear Research, Dubna 141980 (Russian Federation); Tornow, W. [Duke University and Triangle Universities Nuclear Laboratory, Durham, NC 27708-0308 (United States)

    2005-12-15

    The Direct Investigation of a {sub nn} Association (DIANNA) is finalizing the design of a direct measurement of the nn-scattering length to be performed at the YAGUAR reactor in Snezhinsk, Russia. Extensive modeling of the neutron field, nn-scattering kinematics, and sources of detector background have verified the plan for a 3% measurement of a {sub nn}. Measurements of the neutron flux support the neutron field modeling. Initial test measurements of the neutron field inside the underground channel have confirmed calculations of the thermal neutron background.

  17. Measurement of dijet $k_T$ in p-Pb collisions at $\\sqrt{s_{NN}}$ = 5.02 TeV

    CERN Document Server

    Adam, Jaroslav; Aggarwal, Madan Mohan; Aglieri Rinella, Gianluca; Agnello, Michelangelo; Agrawal, Neelima; Ahammed, Zubayer; Ahn, Sang Un; Aimo, Ilaria; Aiola, Salvatore; Ajaz, Muhammad; Akindinov, Alexander; Alam, Sk Noor; Aleksandrov, Dmitry; Alessandro, Bruno; Alexandre, Didier; Alfaro Molina, Jose Ruben; Alici, Andrea; Alkin, Anton; Alme, Johan; Alt, Torsten; Altinpinar, Sedat; Altsybeev, Igor; Alves Garcia Prado, Caio; Andrei, Cristian; Andronic, Anton; Anguelov, Venelin; Anielski, Jonas; Anticic, Tome; Antinori, Federico; Antonioli, Pietro; Aphecetche, Laurent Bernard; Appelshaeuser, Harald; Arcelli, Silvia; Armesto Perez, Nestor; Arnaldi, Roberta; Aronsson, Tomas; Arsene, Ionut Cristian; Arslandok, Mesut; Augustinus, Andre; Averbeck, Ralf Peter; Azmi, Mohd Danish; Bach, Matthias Jakob; Badala, Angela; Baek, Yong Wook; Bagnasco, Stefano; Bailhache, Raphaelle Marie; Bala, Renu; Baldisseri, Alberto; Baltasar Dos Santos Pedrosa, Fernando; Baral, Rama Chandra; Barbano, Anastasia Maria; Barbera, Roberto; Barile, Francesco; Barnafoldi, Gergely Gabor; Barnby, Lee Stuart; Ramillien Barret, Valerie; Bartalini, Paolo; Bartke, Jerzy Gustaw; Bartsch, Esther; Basile, Maurizio; Bastid, Nicole; Basu, Sumit; Bathen, Bastian; Batigne, Guillaume; Batista Camejo, Arianna; Batyunya, Boris; Batzing, Paul Christoph; Bearden, Ian Gardner; Beck, Hans; Bedda, Cristina; Behera, Nirbhay Kumar; Belikov, Iouri; Bellini, Francesca; Bello Martinez, Hector; Bellwied, Rene; Belmont Iii, Ronald John; Belmont Moreno, Ernesto; Belyaev, Vladimir; Bencedi, Gyula; Beole, Stefania; Berceanu, Ionela; Bercuci, Alexandru; Berdnikov, Yaroslav; Berenyi, Daniel; Bertens, Redmer Alexander; Berzano, Dario; Betev, Latchezar; Bhasin, Anju; Bhat, Inayat Rasool; Bhati, Ashok Kumar; Bhattacharjee, Buddhadeb; Bhom, Jihyun; Bianchi, Livio; Bianchi, Nicola; Bianchin, Chiara; Bielcik, Jaroslav; Bielcikova, Jana; Bilandzic, Ante; Biswas, Saikat; Bjelogrlic, Sandro; Blanco, Fernando; Blau, Dmitry; Blume, Christoph; Bock, Friederike; Bogdanov, Alexey; Boggild, Hans; Boldizsar, Laszlo; Bombara, Marek; Book, Julian Heinz; Borel, Herve; Borissov, Alexander; Borri, Marcello; Bossu, Francesco; Botje, Michiel; Botta, Elena; Boettger, Stefan; Braun-Munzinger, Peter; Bregant, Marco; Breitner, Timo Gunther; Broker, Theo Alexander; Browning, Tyler Allen; Broz, Michal; Brucken, Erik Jens; Bruna, Elena; Bruno, Giuseppe Eugenio; Budnikov, Dmitry; Buesching, Henner; Bufalino, Stefania; Buncic, Predrag; Busch, Oliver; Buthelezi, Edith Zinhle; Buxton, Jesse Thomas; Caffarri, Davide; Cai, Xu; Caines, Helen Louise; Calero Diaz, Liliet; Caliva, Alberto; Calvo Villar, Ernesto; Camerini, Paolo; Carena, Francesco; Carena, Wisla; Castillo Castellanos, Javier Ernesto; Castro, Andrew John; Casula, Ester Anna Rita; Cavicchioli, Costanza; Ceballos Sanchez, Cesar; Cepila, Jan; Cerello, Piergiorgio; Chang, Beomsu; Chapeland, Sylvain; Chartier, Marielle; Charvet, Jean-Luc Fernand; Chattopadhyay, Subhasis; Chattopadhyay, Sukalyan; Chelnokov, Volodymyr; Cherney, Michael Gerard; Cheshkov, Cvetan Valeriev; Cheynis, Brigitte; Chibante Barroso, Vasco Miguel; Dobrigkeit Chinellato, David; Chochula, Peter; Choi, Kyungeon; Chojnacki, Marek; Choudhury, Subikash; Christakoglou, Panagiotis; Christensen, Christian Holm; Christiansen, Peter; Chujo, Tatsuya; Chung, Suh-Urk; Zhang, Chunhui; Cicalo, Corrado; Cifarelli, Luisa; Cindolo, Federico; Cleymans, Jean Willy Andre; Colamaria, Fabio Filippo; Colella, Domenico; Collu, Alberto; Colocci, Manuel; Conesa Balbastre, Gustavo; Conesa Del Valle, Zaida; Connors, Megan Elizabeth; Contreras Nuno, Jesus Guillermo; Cormier, Thomas Michael; Corrales Morales, Yasser; Cortes Maldonado, Ismael; Cortese, Pietro; Cosentino, Mauro Rogerio; Costa, Filippo; Crochet, Philippe; Cruz Albino, Rigoberto; Cuautle Flores, Eleazar; Cunqueiro Mendez, Leticia; Dahms, Torsten; Dainese, Andrea; Danu, Andrea; Das, Debasish; Das, Indranil; Das, Supriya; Dash, Ajay Kumar; Dash, Sadhana; De, Sudipan; De Caro, Annalisa; De Cataldo, Giacinto; De Cuveland, Jan; De Falco, Alessandro; De Gruttola, Daniele; De Marco, Nora; De Pasquale, Salvatore; Deisting, Alexander; Deloff, Andrzej; Denes, Ervin Sandor; D'Erasmo, Ginevra; Di Bari, Domenico; Di Mauro, Antonio; Di Nezza, Pasquale; Diaz Corchero, Miguel Angel; Dietel, Thomas; Dillenseger, Pascal; Divia, Roberto; Djuvsland, Oeystein; Dobrin, Alexandru Florin; Dobrowolski, Tadeusz Antoni; Domenicis Gimenez, Diogenes; Donigus, Benjamin; Dordic, Olja; Dubey, Anand Kumar; Dubla, Andrea; Ducroux, Laurent; Dupieux, Pascal; Ehlers Iii, Raymond James; Elia, Domenico; Engel, Heiko; Erazmus, Barbara Ewa; Erhardt, Filip; Eschweiler, Dominic; Espagnon, Bruno; Estienne, Magali Danielle; Esumi, Shinichi; Eum, Jongsik; Evans, David; Evdokimov, Sergey; Eyyubova, Gyulnara; Fabbietti, Laura; Fabris, Daniela; Faivre, Julien; Fantoni, Alessandra; Fasel, Markus; Feldkamp, Linus; Felea, Daniel; Feliciello, Alessandro; Feofilov, Grigorii; Ferencei, Jozef; Fernandez Tellez, Arturo; Gonzalez Ferreiro, Elena; Ferretti, Alessandro; Festanti, Andrea; Figiel, Jan; Araujo Silva Figueredo, Marcel; Filchagin, Sergey; Finogeev, Dmitry; Fionda, Fiorella; Fiore, Enrichetta Maria; Fleck, Martin Gabriel; Floris, Michele; Foertsch, Siegfried Valentin; Foka, Panagiota; Fokin, Sergey; Fragiacomo, Enrico; Francescon, Andrea; Frankenfeld, Ulrich Michael; Fuchs, Ulrich; Furget, Christophe; Furs, Artur; Fusco Girard, Mario; Gaardhoeje, Jens Joergen; Gagliardi, Martino; Gago Medina, Alberto Martin; Gallio, Mauro; Gangadharan, Dhevan Raja; Ganoti, Paraskevi; Gao, Chaosong; Garabatos Cuadrado, Jose; Garcia-Solis, Edmundo Javier; Gargiulo, Corrado; Gasik, Piotr Jan; Germain, Marie; Gheata, Andrei George; Gheata, Mihaela; Ghosh, Premomoy; Ghosh, Sanjay Kumar; Gianotti, Paola; Giubellino, Paolo; Giubilato, Piero; Gladysz-Dziadus, Ewa; Glassel, Peter; Gomez Ramirez, Andres; Gonzalez Zamora, Pedro; Gorbunov, Sergey; Gorlich, Lidia Maria; Gotovac, Sven; Grabski, Varlen; Graczykowski, Lukasz Kamil; Grelli, Alessandro; Grigoras, Alina Gabriela; Grigoras, Costin; Grigoryev, Vladislav; Grigoryan, Ara; Grigoryan, Smbat; Grynyov, Borys; Grion, Nevio; Grosse-Oetringhaus, Jan Fiete; Grossiord, Jean-Yves; Grosso, Raffaele; Guber, Fedor; Guernane, Rachid; Guerzoni, Barbara; Gulbrandsen, Kristjan Herlache; Gulkanyan, Hrant; Gunji, Taku; Gupta, Anik; Gupta, Ramni; Haake, Rudiger; Haaland, Oystein Senneset; Hadjidakis, Cynthia Marie; Haiduc, Maria; Hamagaki, Hideki; Hamar, Gergoe; Hanratty, Luke David; Hansen, Alexander; Harris, John William; Hartmann, Helvi; Harton, Austin Vincent; Hatzifotiadou, Despina; Hayashi, Shinichi; Heckel, Stefan Thomas; Heide, Markus Ansgar; Helstrup, Haavard; Herghelegiu, Andrei Ionut; Herrera Corral, Gerardo Antonio; Hess, Benjamin Andreas; Hetland, Kristin Fanebust; Hilden, Timo Eero; Hillemanns, Hartmut; Hippolyte, Boris; Hristov, Peter Zahariev; Huang, Meidana; Humanic, Thomas; Hussain, Nur; Hussain, Tahir; Hutter, Dirk; Hwang, Dae Sung; Ilkaev, Radiy; Ilkiv, Iryna; Inaba, Motoi; Ionita, Costin; Ippolitov, Mikhail; Irfan, Muhammad; Ivanov, Marian; Ivanov, Vladimir; Izucheev, Vladimir; Jacobs, Peter Martin; Jahnke, Cristiane; Jang, Haeng Jin; Janik, Malgorzata Anna; Pahula Hewage, Sandun; Jena, Chitrasen; Jena, Satyajit; Jimenez Bustamante, Raul Tonatiuh; Jones, Peter Graham; Jung, Hyungtaik; Jusko, Anton; Kalinak, Peter; Kalweit, Alexander Philipp; Kamin, Jason Adrian; Kang, Ju Hwan; Kaplin, Vladimir; Kar, Somnath; Karasu Uysal, Ayben; Karavichev, Oleg; Karavicheva, Tatiana; Karpechev, Evgeny; Kebschull, Udo Wolfgang; Keidel, Ralf; Keijdener, Darius Laurens; Keil, Markus; Khan, Kamal; Khan, Mohammed Mohisin; Khan, Palash; Khan, Shuaib Ahmad; Khanzadeev, Alexei; Kharlov, Yury; Kileng, Bjarte; Kim, Beomkyu; Kim, Do Won; Kim, Dong Jo; Kim, Hyeonjoong; Kim, Jinsook; Kim, Mimae; Kim, Minwoo; Kim, Se Yong; Kim, Taesoo; Kirsch, Stefan; Kisel, Ivan; Kiselev, Sergey; Kisiel, Adam Ryszard; Kiss, Gabor; Klay, Jennifer Lynn; Klein, Carsten; Klein, Jochen; Klein-Boesing, Christian; Kluge, Alexander; Knichel, Michael Linus; Knospe, Anders Garritt; Kobayashi, Taiyo; Kobdaj, Chinorat; Kofarago, Monika; Kohler, Markus Konrad; Kollegger, Thorsten; Kolozhvari, Anatoly; Kondratev, Valerii; Kondratyeva, Natalia; Kondratyuk, Evgeny; Konevskikh, Artem; Kouzinopoulos, Charalampos; Kovalenko, Oleksandr; Kovalenko, Vladimir; Kowalski, Marek; Kox, Serge; Koyithatta Meethaleveedu, Greeshma; Kral, Jiri; Kralik, Ivan; Kravcakova, Adela; Krelina, Michal; Kretz, Matthias; Krivda, Marian; Krizek, Filip; Kryshen, Evgeny; Krzewicki, Mikolaj; Kubera, Andrew Michael; Kucera, Vit; Kugathasan, Thanushan; Kuhn, Christian Claude; Kuijer, Paulus Gerardus; Kulakov, Igor; Kumar, Jitendra; Lokesh, Kumar; Kurashvili, Podist; Kurepin, Alexander; Kurepin, Alexey; Kuryakin, Alexey; Kushpil, Svetlana; Kweon, Min Jung; Kwon, Youngil; La Pointe, Sarah Louise; La Rocca, Paola; Lagana Fernandes, Caio; Lakomov, Igor; Langoy, Rune; Lara Martinez, Camilo Ernesto; Lardeux, Antoine Xavier; Lattuca, Alessandra; Laudi, Elisa; Lea, Ramona; Leardini, Lucia; Lee, Graham Richard; Lee, Seongjoo; Legrand, Iosif; Lemmon, Roy Crawford; Lenti, Vito; Leogrande, Emilia; Leon Monzon, Ildefonso; Leoncino, Marco; Levai, Peter; Li, Shuang; Li, Xiaomei; Lien, Jorgen Andre; Lietava, Roman; Lindal, Svein; Lindenstruth, Volker; Lippmann, Christian; Lisa, Michael Annan; Ljunggren, Hans Martin; Lodato, Davide Francesco; Lonne, Per-Ivar; Loggins, Vera Renee; Loginov, Vitaly; Loizides, Constantinos; Lopez, Xavier Bernard; Lopez Torres, Ernesto; Lowe, Andrew John; Luettig, Philipp Johannes; Lunardon, Marcello; Luparello, Grazia; Ferreira Natal Da Luz, Pedro Hugo; Maevskaya, Alla; Mager, Magnus; Mahajan, Sanjay; Mahmood, Sohail Musa; Maire, Antonin; Majka, Richard Daniel; Malaev, Mikhail; Maldonado Cervantes, Ivonne Alicia; Malinina, Liudmila; Mal'Kevich, Dmitry; Malzacher, Peter; Mamonov, Alexander; Manceau, Loic Henri Antoine; Manko, Vladislav; Manso, Franck; Manzari, Vito; Marchisone, Massimiliano; Mares, Jiri; Margagliotti, Giacomo Vito; Margotti, Anselmo; Margutti, Jacopo; Marin, Ana Maria; Markert, Christina; Marquard, Marco; Martin, Nicole Alice; Martin Blanco, Javier; Martinengo, Paolo; Martinez Hernandez, Mario Ivan; Martinez-Garcia, Gines; Martinez Pedreira, Miguel; Martynov, Yevgen; Mas, Alexis Jean-Michel; Masciocchi, Silvia; Masera, Massimo; Masoni, Alberto; Massacrier, Laure Marie; Mastroserio, Annalisa; Masui, Hiroshi; Matyja, Adam Tomasz; Mayer, Christoph; Mazer, Joel Anthony; Mazzoni, Alessandra Maria; Mcdonald, Daniel; Meddi, Franco; Menchaca-Rocha, Arturo Alejandro; Meninno, Elisa; Mercado-Perez, Jorge; Meres, Michal; Miake, Yasuo; Mieskolainen, Matti Mikael; Mikhaylov, Konstantin; Milano, Leonardo; Milosevic, Jovan; Minervini, Lazzaro Manlio; Mischke, Andre; Mishra, Aditya Nath; Miskowiec, Dariusz Czeslaw; Mitra, Jubin; Mitu, Ciprian Mihai; Mohammadi, Naghmeh; Mohanty, Bedangadas; Molnar, Levente; Montano Zetina, Luis Manuel; Montes Prado, Esther; Morando, Maurizio; Moreira De Godoy, Denise Aparecida; Moretto, Sandra; Morreale, Astrid; Morsch, Andreas; Muccifora, Valeria; Mudnic, Eugen; Muhlheim, Daniel Michael; Muhuri, Sanjib; Mukherjee, Maitreyee; Muller, Hans; Mulligan, James Declan; Gameiro Munhoz, Marcelo; Murray, Sean; Musa, Luciano; Musinsky, Jan; Nandi, Basanta Kumar; Nania, Rosario; Nappi, Eugenio; Naru, Muhammad Umair; Nattrass, Christine; Nayak, Kishora; Nayak, Tapan Kumar; Nazarenko, Sergey; Nedosekin, Alexander; Nellen, Lukas; Ng, Fabian; Nicassio, Maria; Niculescu, Mihai; Niedziela, Jeremi; Nielsen, Borge Svane; Nikolaev, Sergey; Nikulin, Sergey; Nikulin, Vladimir; Noferini, Francesco; Nomokonov, Petr; Nooren, Gerardus; Norman, Jaime; Nyanin, Alexander; Nystrand, Joakim Ingemar; Oeschler, Helmut Oskar; Oh, Saehanseul; Oh, Sun Kun; Ohlson, Alice Elisabeth; Okatan, Ali; Okubo, Tsubasa; Olah, Laszlo; Oleniacz, Janusz; Oliveira Da Silva, Antonio Carlos; Oliver, Michael Henry; Onderwaater, Jacobus; Oppedisano, Chiara; Ortiz Velasquez, Antonio; Oskarsson, Anders Nils Erik; Otwinowski, Jacek Tomasz; Oyama, Ken; Ozdemir, Mahmut; Pachmayer, Yvonne Chiara; Pagano, Paola; Paic, Guy; Pajares Vales, Carlos; Pal, Susanta Kumar; Pan, Jinjin; Pandey, Ashutosh Kumar; Pant, Divyash; Papikyan, Vardanush; Pappalardo, Giuseppe; Pareek, Pooja; Park, Woojin; Parmar, Sonia; Passfeld, Annika; Paticchio, Vincenzo; Paul, Biswarup; Peitzmann, Thomas; Pereira Da Costa, Hugo Denis Antonio; Pereira De Oliveira Filho, Elienos; Peresunko, Dmitry Yurevich; Perez Lara, Carlos Eugenio; Peskov, Vladimir; Pestov, Yury; Petracek, Vojtech; Petrov, Viacheslav; Petrovici, Mihai; Petta, Catia; Piano, Stefano; Pikna, Miroslav; Pillot, Philippe; Pinazza, Ombretta; Pinsky, Lawrence; Piyarathna, Danthasinghe; Ploskon, Mateusz Andrzej; Planinic, Mirko; Pluta, Jan Marian; Pochybova, Sona; Podesta Lerma, Pedro Luis Manuel; Poghosyan, Martin; Polishchuk, Boris; Poljak, Nikola; Poonsawat, Wanchaloem; Pop, Amalia; Porteboeuf, Sarah Julie; Porter, R Jefferson; Pospisil, Jan; Prasad, Sidharth Kumar; Preghenella, Roberto; Prino, Francesco; Pruneau, Claude Andre; Pshenichnov, Igor; Puccio, Maximiliano; Puddu, Giovanna; Pujahari, Prabhat Ranjan; Punin, Valery; Putschke, Jorn Henning; Qvigstad, Henrik; Rachevski, Alexandre; Raha, Sibaji; Rajput, Sonia; Rak, Jan; Rakotozafindrabe, Andry Malala; Ramello, Luciano; Raniwala, Rashmi; Raniwala, Sudhir; Rasanen, Sami Sakari; Rascanu, Bogdan Theodor; Rathee, Deepika; Read, Kenneth Francis; Real, Jean-Sebastien; Redlich, Krzysztof; Reed, Rosi Jan; Rehman, Attiq Ur; Reichelt, Patrick Simon; Reicher, Martijn; Reidt, Felix; Ren, Xiaowen; Renfordt, Rainer Arno Ernst; Reolon, Anna Rita; Reshetin, Andrey; Rettig, Felix Vincenz; Revol, Jean-Pierre; Reygers, Klaus Johannes; Riabov, Viktor; Ricci, Renato Angelo; Richert, Tuva Ora Herenui; Richter, Matthias Rudolph; Riedler, Petra; Riegler, Werner; Riggi, Francesco; Ristea, Catalin-Lucian; Rivetti, Angelo; Rocco, Elena; Rodriguez Cahuantzi, Mario; Rodriguez Manso, Alis; Roeed, Ketil; Rogochaya, Elena; Rohr, David Michael; Roehrich, Dieter; Romita, Rosa; Ronchetti, Federico; Ronflette, Lucile; Rosnet, Philippe; Rossi, Andrea; Roukoutakis, Filimon; Roy, Ankhi; Roy, Christelle Sophie; Roy, Pradip Kumar; Rubio Montero, Antonio Juan; Rui, Rinaldo; Russo, Riccardo; Ryabinkin, Evgeny; Ryabov, Yury; Rybicki, Andrzej; Sadovskiy, Sergey; Safarik, Karel; Sahlmuller, Baldo; Sahoo, Pragati; Sahoo, Raghunath; Sahoo, Sarita; Sahu, Pradip Kumar; Saini, Jogender; Sakai, Shingo; Saleh, Mohammad Ahmad; Salgado Lopez, Carlos Alberto; Salzwedel, Jai Samuel Nielsen; Sambyal, Sanjeev Singh; Samsonov, Vladimir; Sanchez Castro, Xitzel; Sandor, Ladislav; Sandoval, Andres; Sano, Masato; Santagati, Gianluca; Sarkar, Debojit; Scapparone, Eugenio; Scarlassara, Fernando; Scharenberg, Rolf Paul; Schiaua, Claudiu Cornel; Schicker, Rainer Martin; Schmidt, Christian Joachim; Schmidt, Hans Rudolf; Schuchmann, Simone; Schukraft, Jurgen; Schulc, Martin; Schuster, Tim Robin; Schutz, Yves Roland; Schwarz, Kilian Eberhard; Schweda, Kai Oliver; Scioli, Gilda; Scomparin, Enrico; Scott, Rebecca Michelle; Seeder, Karin Soraya; Seger, Janet Elizabeth; Sekiguchi, Yuko; Selyuzhenkov, Ilya; Senosi, Kgotlaesele; Seo, Jeewon; Serradilla Rodriguez, Eulogio; Sevcenco, Adrian; Shabanov, Arseniy; Shabetai, Alexandre; Shadura, Oksana; Shahoyan, Ruben; Shangaraev, Artem; Sharma, Ankita; Sharma, Natasha; Shigaki, Kenta; Shtejer Diaz, Katherin; Sibiryak, Yury; Siddhanta, Sabyasachi; Sielewicz, Krzysztof Marek; Siemiarczuk, Teodor; Silvermyr, David Olle Rickard; Silvestre, Catherine Micaela; Simatovic, Goran; Simonetti, Giuseppe; Singaraju, Rama Narayana; Singh, Ranbir; Singha, Subhash; Singhal, Vikas; Sinha, Bikash; Sarkar - Sinha, Tinku; Sitar, Branislav; Sitta, Mario; Skaali, Bernhard; Slupecki, Maciej; Smirnov, Nikolai; Snellings, Raimond; Snellman, Tomas Wilhelm; Soegaard, Carsten; Soltz, Ron Ariel; Song, Jihye; Song, Myunggeun; Song, Zixuan; Soramel, Francesca; Sorensen, Soren Pontoppidan; Spacek, Michal; Spiriti, Eleuterio; Sputowska, Iwona Anna; Spyropoulou-Stassinaki, Martha; Srivastava, Brijesh Kumar; Stachel, Johanna; Stan, Ionel; Stefanek, Grzegorz; Steinpreis, Matthew Donald; Stenlund, Evert Anders; Steyn, Gideon Francois; Stiller, Johannes Hendrik; Stocco, Diego; Strmen, Peter; Alarcon Do Passo Suaide, Alexandre; Sugitate, Toru; Suire, Christophe Pierre; Suleymanov, Mais Kazim Oglu; Sultanov, Rishat; Sumbera, Michal; Symons, Timothy; Szabo, Alexander; Szanto De Toledo, Alejandro; Szarka, Imrich; Szczepankiewicz, Adam; Szymanski, Maciej Pawel; Takahashi, Jun; Tanaka, Naoto; Tangaro, Marco-Antonio; Tapia Takaki, Daniel Jesus; Tarantola Peloni, Attilio; Tariq, Mohammad; Tarzila, Madalina-Gabriela; Tauro, Arturo; Tejeda Munoz, Guillermo; Telesca, Adriana; Terasaki, Kohei; Terrevoli, Cristina; Teyssier, Boris; Thaeder, Jochen Mathias; Thomas, Deepa; Tieulent, Raphael Noel; Timmins, Anthony Robert; Toia, Alberica; Trogolo, Stefano; Trubnikov, Victor; Trzaska, Wladyslaw Henryk; Tsuji, Tomoya; Tumkin, Alexandr; Turrisi, Rosario; Tveter, Trine Spedstad; Ullaland, Kjetil; Uras, Antonio; Usai, Gianluca; Utrobicic, Antonija; Vajzer, Michal; Vala, Martin; Valencia Palomo, Lizardo; Vallero, Sara; Van Der Maarel, Jasper; Van Hoorne, Jacobus Willem; Van Leeuwen, Marco; Vanat, Tomas; Vande Vyvre, Pierre; Varga, Dezso; Diozcora Vargas Trevino, Aurora; Vargyas, Marton; Varma, Raghava; Vasileiou, Maria; Vasiliev, Andrey; Vauthier, Astrid; Vechernin, Vladimir; Veen, Annelies Marianne; Veldhoen, Misha; Velure, Arild; Venaruzzo, Massimo; Vercellin, Ermanno; Vergara Limon, Sergio; Vernet, Renaud; Verweij, Marta; Vickovic, Linda; Viesti, Giuseppe; Viinikainen, Jussi Samuli; Vilakazi, Zabulon; Villalobos Baillie, Orlando; Vinogradov, Alexander; Vinogradov, Leonid; Vinogradov, Yury; Virgili, Tiziano; Vislavicius, Vytautas; Viyogi, Yogendra; Vodopyanov, Alexander; Volkl, Martin Andreas; Voloshin, Kirill; Voloshin, Sergey; Volpe, Giacomo; Von Haller, Barthelemy; Vorobyev, Ivan; Vranic, Danilo; Vrlakova, Janka; Vulpescu, Bogdan; Vyushin, Alexey; Wagner, Boris; Wagner, Jan; Wang, Hongkai; Wang, Mengliang; Wang, Yifei; Watanabe, Daisuke; Weber, Michael; Weber, Steffen Georg; Wessels, Johannes Peter; Westerhoff, Uwe; Wiechula, Jens; Wikne, Jon; Wilde, Martin Rudolf; Wilk, Grzegorz Andrzej; Wilkinson, Jeremy John; Williams, Crispin; Windelband, Bernd Stefan; Winn, Michael Andreas; Yaldo, Chris G; Yamaguchi, Yorito; Yang, Hongyan; Yang, Ping; Yano, Satoshi; Yin, Zhongbao; Yokoyama, Hiroki; Yoo, In-Kwon; Yurchenko, Volodymyr; Yushmanov, Igor; Zaborowska, Anna; Zaccolo, Valentina; Zaman, Ali; Zampolli, Chiara; Correia Zanoli, Henrique Jose; Zaporozhets, Sergey; Zarochentsev, Andrey; Zavada, Petr; Zavyalov, Nikolay; Zbroszczyk, Hanna Paulina; Zgura, Sorin Ion; Zhalov, Mikhail; Zhang, Haitao; Zhang, Xiaoming; Zhang, Yonghong; Zhao, Chengxin; Zhigareva, Natalia; Zhou, Daicui; Zhou, You; Zhou, Zhuo; Zhu, Hongsheng; Zhu, Jianhui; Zhu, Xiangrong; Zichichi, Antonino; Zimmermann, Alice; Zimmermann, Markus Bernhard; Zinovjev, Gennady; Zyzak, Maksym

    2015-05-19

    A measurement of dijet correlations in p-Pb collisions at $\\sqrt{s_{\\rm NN}}=5.02$ TeV with the ALICE detector is presented. Jets are reconstructed from charged particles measured in the central tracking detectors and neutral energy deposited in the electromagnetic calorimeter. The transverse momentum of the full jet (clustered from charged and neutral constituents) and charged jet (clustered from charged particles only) is corrected event-by-event for the contribution of the underlying event, while corrections for underlying event fluctuations and finite detector resolution are applied on an inclusive basis. A projection of the dijet transverse momentum, $k_{\\rm Ty} = p_\\rm{T,jet}^\\rm{ch+ne} \\; \\rm{sin}(\\Delta\\varphi_{\\rm{dijet}})$ with $\\Delta\\varphi_{\\rm{dijet}}$ the azimuthal angle between a full and charged jet and $p_\\rm{T,jet}^\\rm{ch+ne}$ the transverse momentum of the full jet, is used to study nuclear matter effects in p-Pb collisions. This observable is sensitive to the acoplanarity of dijet product...

  18. 3D vadose zone modeling using geostatistical inferences

    International Nuclear Information System (INIS)

    Knutson, C.F.; Lee, C.B.

    1991-01-01

    In developing a 3D model of the 600 ft thick interbedded basalt and sediment complex that constitutes the vadose zone at the Radioactive Waste Management Complex (RWMC) at the Idaho National Engineering Laboratory (INEL) geostatistical data were captured for 12--15 parameters (e.g. permeability, porosity, saturation, etc. and flow height, flow width, flow internal zonation, etc.). This two scale data set was generated from studies of subsurface core and geophysical log suites at RWMC and from surface outcrop exposures located at the Box Canyon of the Big Lost River and from Hell's Half Acre lava field all located in the general RWMC area. Based on these currently available data, it is possible to build a 3D stochastic model that utilizes: cumulative distribution functions obtained from the geostatistical data; backstripping and rebuilding of stratigraphic units; an ''expert'' system that incorporates rules based on expert geologic analysis and experimentally derived geostatistics for providing: (a) a structural and isopach map of each layer, (b) a realization of the flow geometry of each basalt flow unit, and (c) a realization of the internal flow parameters (eg permeability, porosity, and saturation) for each flow. 10 refs., 4 figs., 1 tab

  19. Relative particle yield fluctuations in Pb-Pb collisions at $\\sqrt{s_{\\rm NN}} = 2.76$ TeV

    CERN Document Server

    Acharya, Shreyasi; The ALICE collaboration; Adolfsson, Jonatan; Aggarwal, Madan Mohan; Aglieri Rinella, Gianluca; Agnello, Michelangelo; Agrawal, Neelima; Ahammed, Zubayer; Ahn, Sang Un; Aiola, Salvatore; Akindinov, Alexander; Al-turany, Mohammad; Alam, Sk Noor; Silva De Albuquerque, Danilo; Aleksandrov, Dmitry; Alessandro, Bruno; Alfaro Molina, Jose Ruben; Ali, Yasir; Alici, Andrea; Alkin, Anton; Alme, Johan; Alt, Torsten; Altenkamper, Lucas; Altsybeev, Igor; Alves Garcia Prado, Caio; Andrei, Cristian; Andreou, Dimitra; Andrews, Harry Arthur; Andronic, Anton; Anguelov, Venelin; Anson, Christopher Daniel; Anticic, Tome; Antinori, Federico; Antonioli, Pietro; Aphecetche, Laurent Bernard; Appelshaeuser, Harald; Arcelli, Silvia; Arnaldi, Roberta; Arnold, Oliver Werner; Arsene, Ionut Cristian; Arslandok, Mesut; Audurier, Benjamin; Augustinus, Andre; Averbeck, Ralf Peter; Azmi, Mohd Danish; Badala, Angela; Baek, Yong Wook; Bagnasco, Stefano; Bailhache, Raphaelle Marie; Bala, Renu; Baldisseri, Alberto; Ball, Markus; Baral, Rama Chandra; Barbano, Anastasia Maria; Barbera, Roberto; Barile, Francesco; Barioglio, Luca; Barnafoldi, Gergely Gabor; Barnby, Lee Stuart; Ramillien Barret, Valerie; Bartalini, Paolo; Barth, Klaus; Bartsch, Esther; Bastid, Nicole; Basu, Sumit; Batigne, Guillaume; Batyunya, Boris; Batzing, Paul Christoph; Bazo Alba, Jose Luis; Bearden, Ian Gardner; Beck, Hans; Bedda, Cristina; Behera, Nirbhay Kumar; Belikov, Iouri; Bellini, Francesca; Bello Martinez, Hector; Bellwied, Rene; Espinoza Beltran, Lucina Gabriela; Belyaev, Vladimir; Bencedi, Gyula; Beole, Stefania; Bercuci, Alexandru; Berdnikov, Yaroslav; Berenyi, Daniel; Bertens, Redmer Alexander; Berzano, Dario; Betev, Latchezar; Bhasin, Anju; Bhat, Inayat Rasool; Bhattacharjee, Buddhadeb; Bhom, Jihyun; Bianchi, Antonio; Bianchi, Livio; Bianchi, Nicola; Bianchin, Chiara; Bielcik, Jaroslav; Bielcikova, Jana; Bilandzic, Ante; Biro, Gabor; Biswas, Rathijit; Biswas, Saikat; Blair, Justin Thomas; Blau, Dmitry; Blume, Christoph; Boca, Gianluigi; Bock, Friederike; Bogdanov, Alexey; Boldizsar, Laszlo; Bombara, Marek; Bonomi, Germano; Bonora, Matthias; Book, Julian Heinz; Borel, Herve; Borissov, Alexander; Borri, Marcello; Botta, Elena; Bourjau, Christian; Bratrud, Lars; Braun-munzinger, Peter; Bregant, Marco; Broker, Theo Alexander; Broz, Michal; Brucken, Erik Jens; Bruna, Elena; Bruno, Giuseppe Eugenio; Budnikov, Dmitry; Buesching, Henner; Bufalino, Stefania; Buhler, Paul; Buncic, Predrag; Busch, Oliver; Buthelezi, Edith Zinhle; Bashir Butt, Jamila; Buxton, Jesse Thomas; Cabala, Jan; Caffarri, Davide; Caines, Helen Louise; Caliva, Alberto; Calvo Villar, Ernesto; Camerini, Paolo; Capon, Aaron Allan; Carena, Francesco; Carena, Wisla; Carnesecchi, Francesca; Castillo Castellanos, Javier Ernesto; Castro, Andrew John; Casula, Ester Anna Rita; Ceballos Sanchez, Cesar; Chandra, Sinjini; Chang, Beomsu; Chang, Wan; Chapeland, Sylvain; Chartier, Marielle; Chattopadhyay, Subhasis; Chattopadhyay, Sukalyan; Chauvin, Alex; Cheshkov, Cvetan Valeriev; Cheynis, Brigitte; Chibante Barroso, Vasco Miguel; Dobrigkeit Chinellato, David; Cho, Soyeon; Chochula, Peter; Chojnacki, Marek; Choudhury, Subikash; Chowdhury, Tasnuva; Christakoglou, Panagiotis; Christensen, Christian Holm; Christiansen, Peter; Chujo, Tatsuya; Chung, Suh-urk; Cicalo, Corrado; Cifarelli, Luisa; Cindolo, Federico; Cleymans, Jean Willy Andre; Colamaria, Fabio Filippo; Colella, Domenico; Collu, Alberto; Colocci, Manuel; Concas, Matteo; Conesa Balbastre, Gustavo; Conesa Del Valle, Zaida; Contreras Nuno, Jesus Guillermo; Cormier, Thomas Michael; Corrales Morales, Yasser; Cortes Maldonado, Ismael; Cortese, Pietro; Cosentino, Mauro Rogerio; Costa, Filippo; Costanza, Susanna; Crkovska, Jana; Crochet, Philippe; Cuautle Flores, Eleazar; Cunqueiro Mendez, Leticia; Dahms, Torsten; Dainese, Andrea; Danisch, Meike Charlotte; Danu, Andrea; Das, Debasish; Das, Indranil; Das, Supriya; Dash, Ajay Kumar; Dash, Sadhana; De, Sudipan; De Caro, Annalisa; De Cataldo, Giacinto; De Conti, Camila; De Cuveland, Jan; De Falco, Alessandro; De Gruttola, Daniele; De Marco, Nora; De Pasquale, Salvatore; Derradi De Souza, Rafael; Franz Degenhardt, Hermann; Deisting, Alexander; Deloff, Andrzej; Deplano, Caterina; Dhankher, Preeti; Di Bari, Domenico; Di Mauro, Antonio; Di Nezza, Pasquale; Di Ruzza, Benedetto; Diaz Corchero, Miguel Angel; Dietel, Thomas; Dillenseger, Pascal; Ding, Yanchun; Divia, Roberto; Djuvsland, Oeystein; Dobrin, Alexandru Florin; Domenicis Gimenez, Diogenes; Donigus, Benjamin; Dordic, Olja; Van Doremalen, Lennart Vincent; Dubey, Anand Kumar; Dubla, Andrea; Ducroux, Laurent; Dudi, Sandeep; Duggal, Ashpreet Kaur; Dukhishyam, Mallick; Dupieux, Pascal; Ehlers Iii, Raymond James; Elia, Domenico; Endress, Eric; Engel, Heiko; Epple, Eliane; Erazmus, Barbara Ewa; Erhardt, Filip; Espagnon, Bruno; Eulisse, Giulio; Eum, Jongsik; Evans, David; Evdokimov, Sergey; Fabbietti, Laura; Faivre, Julien; Fantoni, Alessandra; Fasel, Markus; Feldkamp, Linus; Feliciello, Alessandro; Feofilov, Grigorii; Fernandez Tellez, Arturo; Gonzalez Ferreiro, Elena; Ferretti, Alessandro; Festanti, Andrea; Feuillard, Victor Jose Gaston; Figiel, Jan; Araujo Silva Figueredo, Marcel; Filchagin, Sergey; Finogeev, Dmitry; Fionda, Fiorella; Floris, Michele; Foertsch, Siegfried Valentin; Foka, Panagiota; Fokin, Sergey; Fragiacomo, Enrico; Francescon, Andrea; Francisco, Audrey; Frankenfeld, Ulrich Michael; Fronze, Gabriele Gaetano; Fuchs, Ulrich; Furget, Christophe; Furs, Artur; Fusco Girard, Mario; Gaardhoeje, Jens Joergen; Gagliardi, Martino; Gago Medina, Alberto Martin; Gajdosova, Katarina; Gallio, Mauro; Duarte Galvan, Carlos; Ganoti, Paraskevi; Garabatos Cuadrado, Jose; Garcia-solis, Edmundo Javier; Garg, Kunal; Gargiulo, Corrado; Gasik, Piotr Jan; Gauger, Erin Frances; De Leone Gay, Maria Beatriz; Germain, Marie; Ghosh, Jhuma; Ghosh, Premomoy; Ghosh, Sanjay Kumar; Gianotti, Paola; Giubellino, Paolo; Giubilato, Piero; Gladysz-dziadus, Ewa; Glassel, Peter; Gomez Coral, Diego Mauricio; Gomez Ramirez, Andres; Sanchez Gonzalez, Andres; Gonzalez, Victor; Gonzalez Zamora, Pedro; Gorbunov, Sergey; Gorlich, Lidia Maria; Gotovac, Sven; Grabski, Varlen; Graczykowski, Lukasz Kamil; Graham, Katie Leanne; Greiner, Leo Clifford; Grelli, Alessandro; Grigoras, Costin; Grigoryev, Vladislav; Grigoryan, Ara; Grigoryan, Smbat; Gronefeld, Julius Maximilian; Grosa, Fabrizio; Grosse-oetringhaus, Jan Fiete; Grosso, Raffaele; Guber, Fedor; Guernane, Rachid; Guerzoni, Barbara; Gulbrandsen, Kristjan Herlache; Gunji, Taku; Gupta, Anik; Gupta, Ramni; Bautista Guzman, Irais; Haake, Rudiger; Hadjidakis, Cynthia Marie; Hamagaki, Hideki; Hamar, Gergoe; Hamon, Julien Charles; Haque, Md Rihan; Harris, John William; Harton, Austin Vincent; Hassan, Hadi; Hatzifotiadou, Despina; Hayashi, Shinichi; Heckel, Stefan Thomas; Hellbar, Ernst; Helstrup, Haavard; Herghelegiu, Andrei Ionut; Gonzalez Hernandez, Emma; Herrera Corral, Gerardo Antonio; Herrmann, Florian; Hess, Benjamin Andreas; Hetland, Kristin Fanebust; Hillemanns, Hartmut; Hills, Christopher; Hippolyte, Boris; Hohlweger, Bernhard; Horak, David; Hornung, Sebastian; Hosokawa, Ritsuya; Hristov, Peter Zahariev; Hughes, Charles; Humanic, Thomas; Hussain, Nur; Hussain, Tahir; Hutter, Dirk; Hwang, Dae Sung; Iga Buitron, Sergio Arturo; Ilkaev, Radiy; Inaba, Motoi; Ippolitov, Mikhail; Islam, Md Samsul; Ivanov, Marian; Ivanov, Vladimir; Izucheev, Vladimir; Jacak, Barbara; Jacazio, Nicolo; Jacobs, Peter Martin; Jadhav, Manoj Bhanudas; Jadlovska, Slavka; Jadlovsky, Jan; Jaelani, Syaefudin; Jahnke, Cristiane; Jakubowska, Monika Joanna; Janik, Malgorzata Anna; Pahula Hewage, Sandun; Jena, Chitrasen; Jercic, Marko; Jimenez Bustamante, Raul Tonatiuh; Jones, Peter Graham; Jusko, Anton; Kalinak, Peter; Kalweit, Alexander Philipp; Kang, Ju Hwan; Kaplin, Vladimir; Kar, Somnath; Karasu Uysal, Ayben; Karavichev, Oleg; Karavicheva, Tatiana; Karayan, Lilit; Karczmarczyk, Przemyslaw; Karpechev, Evgeny; Kebschull, Udo Wolfgang; Keidel, Ralf; Keijdener, Darius Laurens; Keil, Markus; Ketzer, Bernhard Franz; Khabanova, Zhanna; Khan, Palash; Khan, Shuaib Ahmad; Khanzadeev, Alexei; Kharlov, Yury; Khatun, Anisa; Khuntia, Arvind; Kielbowicz, Miroslaw Marek; Kileng, Bjarte; Kim, Byungchul; Kim, Daehyeok; Kim, Dong Jo; Kim, Hyeonjoong; Kim, Jinsook; Kim, Jiyoung; Kim, Minjung; Kim, Se Yong; Kim, Taesoo; Kirsch, Stefan; Kisel, Ivan; Kiselev, Sergey; Kisiel, Adam Ryszard; Kiss, Gabor; Klay, Jennifer Lynn; Klein, Carsten; Klein, Jochen; Klein-boesing, Christian; Klewin, Sebastian; Kluge, Alexander; Knichel, Michael Linus; Knospe, Anders Garritt; Kobdaj, Chinorat; Varga-kofarago, Monika; Kohler, Markus Konrad; Kollegger, Thorsten; Kondratev, Valerii; Kondratyeva, Natalia; Kondratyuk, Evgeny; Konevskikh, Artem; Konyushikhin, Maxim; Kopcik, Michal; Kour, Mandeep; Kouzinopoulos, Charalampos; Kovalenko, Oleksandr; Kovalenko, Vladimir; Kowalski, Marek; Koyithatta Meethaleveedu, Greeshma; Kralik, Ivan; Kravcakova, Adela; Kreis, Lukas; Krivda, Marian; Krizek, Filip; Kryshen, Evgeny; Krzewicki, Mikolaj; Kubera, Andrew Michael; Kucera, Vit; Kuhn, Christian Claude; Kuijer, Paulus Gerardus; Kumar, Ajay; Kumar, Jitendra; Kumar, Lokesh; Kumar, Shyam; Kundu, Sourav; Kurashvili, Podist; Kurepin, Alexander; Kurepin, Alexey; Kuryakin, Alexey; Kushpil, Svetlana; Kweon, Min Jung; Kwon, Youngil; La Pointe, Sarah Louise; La Rocca, Paola; Lagana Fernandes, Caio; Lai, Yue Shi; Lakomov, Igor; Langoy, Rune; Lapidus, Kirill; Lara Martinez, Camilo Ernesto; Lardeux, Antoine Xavier; Lattuca, Alessandra; Laudi, Elisa; Lavicka, Roman; Lea, Ramona; Leardini, Lucia; Lee, Seongjoo; Lehas, Fatiha; Lehner, Sebastian; Lehrbach, Johannes; Lemmon, Roy Crawford; Leogrande, Emilia; Leon Monzon, Ildefonso; Levai, Peter; Li, Xiaomei; Lien, Jorgen Andre; Lietava, Roman; Lim, Bong-hwi; Lindal, Svein; Lindenstruth, Volker; Lindsay, Scott William; Lippmann, Christian; Lisa, Michael Annan; Litichevskyi, Vladyslav; Llope, William; Lodato, Davide Francesco; Lonne, Per-ivar; Loginov, Vitaly; Loizides, Constantinos; Loncar, Petra; Lopez, Xavier Bernard; Lopez Torres, Ernesto; Lowe, Andrew John; Luettig, Philipp Johannes; Luhder, Jens Robert; Lunardon, Marcello; Luparello, Grazia; Lupi, Matteo; Lutz, Tyler Harrison; Maevskaya, Alla; Mager, Magnus; Mahmood, Sohail Musa; Maire, Antonin; Majka, Richard Daniel; Malaev, Mikhail; Malinina, Liudmila; Mal'kevich, Dmitry; Malzacher, Peter; Mamonov, Alexander; Manko, Vladislav; Manso, Franck; Manzari, Vito; Mao, Yaxian; Marchisone, Massimiliano; Mares, Jiri; Margagliotti, Giacomo Vito; Margotti, Anselmo; Margutti, Jacopo; Marin, Ana Maria; Markert, Christina; Marquard, Marco; Martin, Nicole Alice; Martinengo, Paolo; Lucio Martinez, Jose Antonio; Martinez Hernandez, Mario Ivan; Martinez-garcia, Gines; Martinez Pedreira, Miguel; Masciocchi, Silvia; Masera, Massimo; Masoni, Alberto; Masson, Erwann; Mastroserio, Annalisa; Mathis, Andreas Michael; Toledo Matuoka, Paula Fernanda; Matyja, Adam Tomasz; Mayer, Christoph; Mazer, Joel Anthony; Mazzilli, Marianna; Mazzoni, Alessandra Maria; Meddi, Franco; Melikyan, Yuri; Menchaca-rocha, Arturo Alejandro; Meninno, Elisa; Mercado-perez, Jorge; Meres, Michal; Mhlanga, Sibaliso; Miake, Yasuo; Mieskolainen, Matti Mikael; Mihaylov, Dimitar Lubomirov; Mikhaylov, Konstantin; Mischke, Andre; Mishra, Aditya Nath; Miskowiec, Dariusz Czeslaw; Mitra, Jubin; Mitu, Ciprian Mihai; Mohammadi, Naghmeh; Mohanty, Auro Prasad; Mohanty, Bedangadas; Khan, Mohammed Mohisin; Montes Prado, Esther; Moreira De Godoy, Denise Aparecida; Perez Moreno, Luis Alberto; Moretto, Sandra; Morreale, Astrid; Morsch, Andreas; Muccifora, Valeria; Mudnic, Eugen; Muhlheim, Daniel Michael; Muhuri, Sanjib; Mulligan, James Declan; Gameiro Munhoz, Marcelo; Munning, Konstantin; Munzer, Robert Helmut; Murakami, Hikari; Murray, Sean; Musa, Luciano; Musinsky, Jan; Myers, Corey James; Myrcha, Julian Wojciech; Nag, Dipanjan; Naik, Bharati; Nair, Rahul; Nandi, Basanta Kumar; Nania, Rosario; Nappi, Eugenio; Narayan, Amrendra; Naru, Muhammad Umair; Ferreira Natal Da Luz, Pedro Hugo; Nattrass, Christine; Rosado Navarro, Sebastian; Nayak, Kishora; Nayak, Ranjit; Nayak, Tapan Kumar; Nazarenko, Sergey; Negrao De Oliveira, Renato Aparecido; Nellen, Lukas; Nesbo, Simon Voigt; Ng, Fabian; Nicassio, Maria; Niculescu, Mihai; Niedziela, Jeremi; Nielsen, Borge Svane; Nikolaev, Sergey; Nikulin, Sergey; Nikulin, Vladimir; Noferini, Francesco; Nomokonov, Petr; Nooren, Gerardus; Cabanillas Noris, Juan Carlos; Norman, Jaime; Nyanin, Alexander; Nystrand, Joakim Ingemar; Oeschler, Helmut Oskar; Oh, Hoonjung; Ohlson, Alice Elisabeth; Okubo, Tsubasa; Olah, Laszlo; Oleniacz, Janusz; Oliveira Da Silva, Antonio Carlos; Oliver, Michael Henry; Onderwaater, Jacobus; Oppedisano, Chiara; Orava, Risto; Oravec, Matej; Ortiz Velasquez, Antonio; Oskarsson, Anders Nils Erik; Otwinowski, Jacek Tomasz; Oyama, Ken; Pachmayer, Yvonne Chiara; Pacik, Vojtech; Pagano, Davide; Paic, Guy; Palni, Prabhakar; Pan, Jinjin; Pandey, Ashutosh Kumar; Panebianco, Stefano; Papikyan, Vardanush; Pareek, Pooja; Park, Jonghan; Parmar, Sonia; Passfeld, Annika; Pathak, Surya Prakash; Patra, Rajendra Nath; Paul, Biswarup; Pei, Hua; Peitzmann, Thomas; Peng, Xinye; Pereira, Luis Gustavo; Pereira Da Costa, Hugo Denis Antonio; Peresunko, Dmitry Yurevich; Perez Lezama, Edgar; Peskov, Vladimir; Pestov, Yury; Petracek, Vojtech; Petrov, Viacheslav; Petrovici, Mihai; Petta, Catia; Peretti Pezzi, Rafael; Piano, Stefano; Pikna, Miroslav; Pillot, Philippe; Ozelin De Lima Pimentel, Lais; Pinazza, Ombretta; Pinsky, Lawrence; Piyarathna, Danthasinghe; Ploskon, Mateusz Andrzej; Planinic, Mirko; Pliquett, Fabian; Pluta, Jan Marian; Pochybova, Sona; Podesta Lerma, Pedro Luis Manuel; Poghosyan, Martin; Polishchuk, Boris; Poljak, Nikola; Poonsawat, Wanchaloem; Pop, Amalia; Poppenborg, Hendrik; Porteboeuf, Sarah Julie; Pozdniakov, Valeriy; Prasad, Sidharth Kumar; Preghenella, Roberto; Prino, Francesco; Pruneau, Claude Andre; Pshenichnov, Igor; Puccio, Maximiliano; Punin, Valery; Putschke, Jorn Henning; Raha, Sibaji; Rajput, Sonia; Rak, Jan; Rakotozafindrabe, Andry Malala; Ramello, Luciano; Rami, Fouad; Rana, Dhan Bahadur; Raniwala, Rashmi; Raniwala, Sudhir; Rasanen, Sami Sakari; Rascanu, Bogdan Theodor; Rathee, Deepika; Ratza, Viktor; Ravasenga, Ivan; Read, Kenneth Francis; Redlich, Krzysztof; Rehman, Attiq Ur; Reichelt, Patrick Simon; Reidt, Felix; Ren, Xiaowen; Renfordt, Rainer Arno Ernst; Reshetin, Andrey; Reygers, Klaus Johannes; Riabov, Viktor; Richert, Tuva Ora Herenui; Richter, Matthias Rudolph; Riedler, Petra; Riegler, Werner; Riggi, Francesco; Ristea, Catalin-lucian; Rodriguez Cahuantzi, Mario; Roeed, Ketil; Rogochaya, Elena; Rohr, David Michael; Roehrich, Dieter; Rokita, Przemyslaw Stefan; Ronchetti, Federico; Dominguez Rosas, Edgar; Rosnet, Philippe; Rossi, Andrea; Rotondi, Alberto; Roukoutakis, Filimon; Roy, Christelle Sophie; Roy, Pradip Kumar; Rubio Montero, Antonio Juan; Vazquez Rueda, Omar; Rui, Rinaldo; Rumyantsev, Boris; Rustamov, Anar; Ryabinkin, Evgeny; Ryabov, Yury; Rybicki, Andrzej; Saarinen, Sampo; Sadhu, Samrangy; Sadovskiy, Sergey; Safarik, Karel; Saha, Sumit Kumar; Sahlmuller, Baldo; Sahoo, Baidyanath; Sahoo, Pragati; Sahoo, Raghunath; Sahoo, Sarita; Sahu, Pradip Kumar; Saini, Jogender; Sakai, Shingo; Saleh, Mohammad Ahmad; Salzwedel, Jai Samuel Nielsen; Sambyal, Sanjeev Singh; Samsonov, Vladimir; Sandoval, Andres; Sarkar, Amal; Sarkar, Debojit; Sarkar, Nachiketa; Sarma, Pranjal; Sas, Mike Henry Petrus; Scapparone, Eugenio; Scarlassara, Fernando; Schaefer, Brennan; Scheid, Horst Sebastian; Schiaua, Claudiu Cornel; Schicker, Rainer Martin; Schmidt, Christian Joachim; Schmidt, Hans Rudolf; Schmidt, Marten Ole; Schmidt, Martin; Schmidt, Nicolas Vincent; Schukraft, Jurgen; Schutz, Yves Roland; Schwarz, Kilian Eberhard; Schweda, Kai Oliver; Scioli, Gilda; Scomparin, Enrico; Sefcik, Michal; Seger, Janet Elizabeth; Sekiguchi, Yuko; Sekihata, Daiki; Selyuzhenkov, Ilya; Senosi, Kgotlaesele; Senyukov, Serhiy; Serradilla Rodriguez, Eulogio; Sett, Priyanka; Sevcenco, Adrian; Shabanov, Arseniy; Shabetai, Alexandre; Shahoyan, Ruben; Shaikh, Wadut; Shangaraev, Artem; Sharma, Anjali; Sharma, Ankita; Sharma, Mona; Sharma, Monika; Sharma, Natasha; Sheikh, Ashik Ikbal; Shigaki, Kenta; Shirinkin, Sergey; Shou, Qiye; Shtejer Diaz, Katherin; Sibiryak, Yury; Siddhanta, Sabyasachi; Sielewicz, Krzysztof Marek; Siemiarczuk, Teodor; Silaeva, Svetlana; Silvermyr, David Olle Rickard; Simatovic, Goran; Simonetti, Giuseppe; Singaraju, Rama Narayana; Singh, Ranbir; Singhal, Vikas; Sarkar - Sinha, Tinku; Sitar, Branislav; Sitta, Mario; Skaali, Bernhard; Slupecki, Maciej; Smirnov, Nikolai; Snellings, Raimond; Snellman, Tomas Wilhelm; Song, Jihye; Song, Myunggeun; Soramel, Francesca; Sorensen, Soren Pontoppidan; Sozzi, Federica; Sputowska, Iwona Anna; Stachel, Johanna; Stan, Ionel; Stankus, Paul; Stenlund, Evert Anders; Stocco, Diego; Storetvedt, Maksim Melnik; Strmen, Peter; Alarcon Do Passo Suaide, Alexandre; Sugitate, Toru; Suire, Christophe Pierre; Suleymanov, Mais Kazim Oglu; Suljic, Miljenko; Sultanov, Rishat; Sumbera, Michal; Sumowidagdo, Suharyo; Suzuki, Ken; Swain, Sagarika; Szabo, Alexander; Szarka, Imrich; Tabassam, Uzma; Takahashi, Jun; Tambave, Ganesh Jagannath; Tanaka, Naoto; Tarhini, Mohamad; Tariq, Mohammad; Tarzila, Madalina-gabriela; Tauro, Arturo; Tejeda Munoz, Guillermo; Telesca, Adriana; Terasaki, Kohei; Terrevoli, Cristina; Teyssier, Boris; Thakur, Dhananjaya; Thakur, Sanchari; Thomas, Deepa; Thoresen, Freja; Tieulent, Raphael Noel; Tikhonov, Anatoly; Timmins, Anthony Robert; Toia, Alberica; Toppi, Marco; Rojas Torres, Solangel; Tripathy, Sushanta; Trogolo, Stefano; Trombetta, Giuseppe; Tropp, Lukas; Trubnikov, Victor; Trzaska, Wladyslaw Henryk; Trzeciak, Barbara Antonina; Tsuji, Tomoya; Tumkin, Alexandr; Turrisi, Rosario; Tveter, Trine Spedstad; Ullaland, Kjetil; Umaka, Ejiro Naomi; Uras, Antonio; Usai, Gianluca; Utrobicic, Antonija; Vala, Martin; Van Der Maarel, Jasper; Van Hoorne, Jacobus Willem; Van Leeuwen, Marco; Vanat, Tomas; Vande Vyvre, Pierre; Varga, Dezso; Diozcora Vargas Trevino, Aurora; Vargyas, Marton; Varma, Raghava; Vasileiou, Maria; Vasiliev, Andrey; Vauthier, Astrid; Vazquez Doce, Oton; Vechernin, Vladimir; Veen, Annelies Marianne; Velure, Arild; Vercellin, Ermanno; Vergara Limon, Sergio; Vernet, Renaud; Vertesi, Robert; Vickovic, Linda; Vigolo, Sonia; Viinikainen, Jussi Samuli; Vilakazi, Zabulon; Villalobos Baillie, Orlando; Villatoro Tello, Abraham; Vinogradov, Alexander; Vinogradov, Leonid; Virgili, Tiziano; Vislavicius, Vytautas; Vodopyanov, Alexander; Volkl, Martin Andreas; Voloshin, Kirill; Voloshin, Sergey; Volpe, Giacomo; Von Haller, Barthelemy; Vorobyev, Ivan; Voscek, Dominik; Vranic, Danilo; Vrlakova, Janka; Wagner, Boris; Wang, Hongkai; Wang, Mengliang; Watanabe, Daisuke; Watanabe, Yosuke; Weber, Michael; Weber, Steffen Georg; Weiser, Dennis Franz; Wenzel, Sandro Christian; Wessels, Johannes Peter; Westerhoff, Uwe; Whitehead, Andile Mothegi; Wiechula, Jens; Wikne, Jon; Wilk, Grzegorz Andrzej; Wilkinson, Jeremy John; Willems, Guido Alexander; Williams, Crispin; Willsher, Emily; Windelband, Bernd Stefan; Witt, William Edward; Xu, Ran; Yalcin, Serpil; Yamakawa, Kosei; Yang, Ping; Yano, Satoshi; Yin, Zhongbao; Yokoyama, Hiroki; Yoo, In-kwon; Yoon, Jin Hee; Yun, Eungyu; Yurchenko, Volodymyr; Zaccolo, Valentina; Zaman, Ali; Zampolli, Chiara; Correa Zanoli, Henrique Jose; Zardoshti, Nima; Zarochentsev, Andrey; Zavada, Petr; Zavyalov, Nikolay; Zbroszczyk, Hanna Paulina; Zhalov, Mikhail; Zhang, Haitao; Zhang, Xiaoming; Zhang, Yonghong; Chunhui, Zhang; Zhang, Zuman; Zhao, Chengxin; Zhigareva, Natalia; Zhou, Daicui; Zhou, You; Zhou, Zhuo; Zhu, Hongsheng; Zhu, Jianhui; Zhu, Ya; Zichichi, Antonino; Zimmermann, Markus Bernhard; Zinovjev, Gennady; Zmeskal, Johann; Zou, Shuguang

    2017-01-01

    First results on K/$\\pi$, p/$\\pi$ and K/p fluctuations are obtained with the ALICE detector at the CERN LHC as a function of centrality in Pb-Pb collisions at $\\sqrt{s_{\\rm NN}} = 2.76$ TeV. The observable $\

  20. New approach to the theory of coupled πNN-NN system. III. A three-body limit

    International Nuclear Information System (INIS)

    Avishai, Y.; Mizutani, T.

    1980-01-01

    In the limit where the pion is restricted to be emitted only by the nucleon that first absorbed it, it is shown that the equations previously developed to describe the couple πNN (πd) - NN system reduce to conventional three-body equations. Specifically, it is found in this limit that the input πN p 11 amplitude which, put on-shell, is directly related to the experimental phase shift, contrary to the original equations where the direct (dressed) nucleon pole term and the non-pole part of this partial wave enter separately. The present study clarifies the limitation of pure three-body approach to the πNN-NN problems as well as suggests a rare opportunity of observing a possible resonance behavior in the non-pole part of the πN P 11 amplitude through πd experiments

  1. Mercury emissions from coal combustion in Silesia, analysis using geostatistics

    Science.gov (United States)

    Zasina, Damian; Zawadzki, Jaroslaw

    2015-04-01

    ://www.ceip.at/. [3] Zyśk J., Wyrwa A. and Pluta M. Emissions of mercury from the power sector in Poland. Atmospheric Environment, 45:605-610, 2011. http://dx.doi.org/10.1016/j.atmosenv.2010.10.041/. [4] Głodek A., Pacyna J. Mercury emission from coal-fired power plants in Poland. Atmospheric Environment, 43:5668-5673, 2009. http://dx.doi.org/10.1016/j.atmosenv.2009.07.041. [5] NCEM. National emission database, 2014. NCEM Management at the IEP-NRI. [6] Zasina D. and Zawadzki J. Disaggregation problems using data derived from polish air pollutant emission management system, Systems Supporting Production Engineering. Review of Problems and Solutions, ISBN 978-83-937845-9-2, pp. 128-137, 2014. [7] EUROSTAT. EUROSTAT Energy Database, 2014. [8] Wackernagel H. Basics in Geostatistics 3 Geostatistical Monte-Carlo methods: Conditional simulation, 2013.

  2. Prediction of the electron redundant SinNn fullerenes

    Science.gov (United States)

    Yang, Huihui; Song, Yan; Zhang, Yan; Chen, Hongshan

    2018-05-01

    The stabilities and electronic structures of SimAln-mNn and SinNn (n = 16, 20, m = 12 and n = 24, m = 16) fullerene-like cages have been investigated using density functional method B3LYP and the second-order perturbation theory MP2. The results show that the SimAln-mNn and SinNn fullerenes are more stable than the AlN counterparts. Comparing with the corresponding AlnNn cages, one silicon atom in each Si2N2 square protrudes and the excess electrons reside as lone pair electrons at the outside of the protrudent Si atoms. Analyses on the electronic structures suggest that the Sisbnd N bonds are covalent bonding with strong polarity. The ELF (electron localization function) shows large electron pair probability between Si and N atoms. The orbital interactions between Si and N are stronger than that between Al and N atoms; the overlap integral is 0.40 per Sisbnd N bond in SinNn and 0.34 per Alsbnd N bond in AlnNn. The AIM (atoms in molecule) charges on the Al atoms in AlnNn and SimAln-mNn are 2.37 and 2.40. The charges on the in-plane and protrudent Si atoms are about 2.88 and 1.50 respectively. Considering the large local dipole moments around the protrudent Si atoms, the electrostatic interactions are also favorable to the SiN cages.

  3. 2nd European Conference on Geostatistics for Environmental Applications

    CERN Document Server

    Soares, Amílcar; Froidevaux, Roland

    1999-01-01

    The Second European Conference on Geostatistics for Environmental Ap­ plications took place in Valencia, November 18-20, 1998. Two years have past from the first meeting in Lisbon and the geostatistical community has kept active in the environmental field. In these days of congress inflation, we feel that continuity can only be achieved by ensuring quality in the papers. For this reason, all papers in the book have been reviewed by, at least, two referees, and care has been taken to ensure that the reviewer comments have been incorporated in the final version of the manuscript. We are thankful to the members of the scientific committee for their timely review of the scripts. All in all, there are three keynote papers from experts in soil science, climatology and ecology and 43 contributed papers providing a good indication of the status of geostatistics as applied in the environ­ mental field all over the world. We feel now confident that the geoENV conference series, seeded around a coffee table almost six...

  4. Reformulated Neural Network (ReNN): a New Alternative for Data-driven Modelling in Hydrology and Water Resources Engineering

    Science.gov (United States)

    Razavi, S.; Tolson, B.; Burn, D.; Seglenieks, F.

    2012-04-01

    Reformulated Neural Network (ReNN) has been recently developed as an efficient and more effective alternative to feedforward multi-layer perceptron (MLP) neural networks [Razavi, S., and Tolson, B. A. (2011). "A new formulation for feedforward neural networks." IEEE Transactions on Neural Networks, 22(10), 1588-1598, DOI: 1510.1109/TNN.2011.2163169]. This presentation initially aims to introduce the ReNN to the water resources community and then demonstrates ReNN applications to water resources related problems. ReNN is essentially equivalent to a single-hidden-layer MLP neural network but defined on a new set of network variables which is more effective than the traditional set of network weights and biases. The main features of the new network variables are that they are geometrically interpretable and each variable has a distinct role in forming the network response. ReNN is more efficiently trained as it has a less complex error response surface. In addition to the ReNN training efficiency, the interpretability of the ReNN variables enables the users to monitor and understand the internal behaviour of the network while training. Regularization in the ReNN response can be also directly measured and controlled. This feature improves the generalization ability of the network. The appeal of the ReNN is demonstrated with two ReNN applications to water resources engineering problems. In the first application, the ReNN is used to model the rainfall-runoff relationships in multiple watersheds in the Great Lakes basin located in northeastern North America. Modelling inflows to the Great Lakes are of great importance to the management of the Great Lakes system. Due to the lack of some detailed physical data about existing control structures in many subwatersheds of this huge basin, the data-driven approach to modelling such as the ReNN are required to replace predictions from a physically-based rainfall runoff model. Unlike traditional MLPs, the ReNN does not necessarily

  5. Reducing uncertainty in geostatistical description with well testing pressure data

    Energy Technology Data Exchange (ETDEWEB)

    Reynolds, A.C.; He, Nanqun [Univ. of Tulsa, OK (United States); Oliver, D.S. [Chevron Petroleum Technology Company, La Habra, CA (United States)

    1997-08-01

    Geostatistics has proven to be an effective tool for generating realizations of reservoir properties conditioned to static data, e.g., core and log data and geologic knowledge. Due to the lack of closely spaced data in the lateral directions, there will be significant variability in reservoir descriptions generated by geostatistical simulation, i.e., significant uncertainty in the reservoir descriptions. In past work, we have presented procedures based on inverse problem theory for generating reservoir descriptions (rock property fields) conditioned to pressure data and geostatistical information represented as prior means for log-permeability and porosity and variograms. Although we have shown that the incorporation of pressure data reduces the uncertainty below the level contained in the geostatistical model based only on static information (the prior model), our previous results assumed did not explicitly account for uncertainties in the prior means and the parameters defining the variogram model. In this work, we investigate how pressure data can help detect errors in the prior means. If errors in the prior means are large and are not taken into account, realizations conditioned to pressure data represent incorrect samples of the a posteriori probability density function for the rock property fields, whereas, if the uncertainty in the prior mean is incorporated properly into the model, one obtains realistic realizations of the rock property fields.

  6. A Bayesian Markov geostatistical model for estimation of hydrogeological properties

    International Nuclear Information System (INIS)

    Rosen, L.; Gustafson, G.

    1996-01-01

    A geostatistical methodology based on Markov-chain analysis and Bayesian statistics was developed for probability estimations of hydrogeological and geological properties in the siting process of a nuclear waste repository. The probability estimates have practical use in decision-making on issues such as siting, investigation programs, and construction design. The methodology is nonparametric which makes it possible to handle information that does not exhibit standard statistical distributions, as is often the case for classified information. Data do not need to meet the requirements on additivity and normality as with the geostatistical methods based on regionalized variable theory, e.g., kriging. The methodology also has a formal way for incorporating professional judgments through the use of Bayesian statistics, which allows for updating of prior estimates to posterior probabilities each time new information becomes available. A Bayesian Markov Geostatistical Model (BayMar) software was developed for implementation of the methodology in two and three dimensions. This paper gives (1) a theoretical description of the Bayesian Markov Geostatistical Model; (2) a short description of the BayMar software; and (3) an example of application of the model for estimating the suitability for repository establishment with respect to the three parameters of lithology, hydraulic conductivity, and rock quality designation index (RQD) at 400--500 meters below ground surface in an area around the Aespoe Hard Rock Laboratory in southeastern Sweden

  7. Open Charm Yields in d+Au Collisions at √sNN = 200 GeV

    International Nuclear Information System (INIS)

    Adams, J.; Aggarwal, M.M.; Ahammed, Z.; Amonett, J.; Anderson, B.D.; Arkhipkin, D.; Averichev, G.S.; Badyal, S.K.; Bai, Y.; Balewski, J.; Barannikova, O.; Barnby, L.S.; Baudot, J.; Bekele, S.; Belaga, V.V.; Bellwied, R.; Berger, J.; Bezverkhny, B.I.; Bharadwaj, S.; Bhasin, A.; Bhati, A.K.; Bhatia, V.S.; Bichsel, H.; Billmeier, A.; Bland, L.C.; Blyth, C.O.; Bonner, B.E.; Botje, M.; Boucham, A.; Brandin, A.; Bravar, A.; Bystersky, M.; Cadman, R.V.; Cai, X.Z.; Caines, H.; Calderon de la Barca Sanchez, M.; Castillo, J.; Cebra, D.; Chajecki, Z.; Chaloupka, P.; Chattopadhyay, S.; Chen, H.F.; Chen, Y.; Cheng, J.; Cherney, M.; Chikanian, A.; Christie, W.; Coffin, J.P.; Cormier, T.M.; Cramer, J.G.; Crawford, H.J.; Das, D.; Das, S.; De Moura, M.M.; Derevschikov, A.A.; Didenko, L.; Dietel, T.; Dogra, S.M.; Dong, W.J.; Dong, X.; Draper, J.E.; Du, F.; Dubey, A.K.; Dunin, V.B.; Dunlop, J.C.; Dutta Mazumda, M.R.; Eckardt, V.; Edwards, W.R.; Efimov, L.G.; Emelianov, V.; Engelage, J.; Eppley, G.; Erazmus, B.; Estienne, M.; Fachini, P.; Faivre, J.; Fatemi, R.; Fedorisin, J.; Filimonov, K.; Filip, P.; Finch, E.; Fine, V.; Fisyak, Y.; Fomenko, K.; Fu, J.; Gagliardi, C.A.; Gaillard, L.; Gans, J.; Ganti, M.S.; Gaudichet, L.; Geurts, F.; Ghazikhanian, V.; Ghosh, P.; Gonzalez, J.F.; Grachov, O.; Grebenyuk, O.; Grosnick, D.; Guertin, S.M.; Guo, Y.; Gupta, A.; Gutierrez, T.D.; Hallman, T.J.; Hamed, A.; Hardtke, D.; Harris, J.W.; Heinz, M.; Henry, T.W.; Heppelmann, S.; Hippolyte, B.; Hirsch, A.; Hjort, E.; Hoffmann, G.W.; Huang, H.Z.; Huang, S.L.; Hughes, E.W.; Humanic, T.J.; Igo, G.; Ishihara, A.; Ivanshin, Yu.I.; Jacobs, P.; Jacobs, W.W.; Janik, M.; Jiang, H.; Jones, P.G.; Judd, E.G.; Kabana, S.; Kang, K.; Kaplan, M.; Keane, D.; Khodyrev, V.Yu.; Kiryluk, J.; Kisiel, A.; Kislov, E.M.; Klay, J.; Klein, S.R.; Koetke, D.D.; Kollegger, T.; Kopytine, S.M.; Kotchenda, L.; Kramer, M.; Kravtsov, P.; Kravtsov, V.I.; Krueger, K.; Kuhn, C.; Kulikov, A.I.; Kumar, A.

    2005-01-01

    Mid-rapidity open charm spectra from direct reconstruction of D 0 ((bar D) 0 ) → K ± π ± in d+Au collisions and indirect electron/positron measurements via charm semileptonic decays in p+p and d+Au collisions at √s NN = 200 GeV are reported. The D 0 ((bar D) 0 ) spectrum covers a transverse momentum (p T ) range of 0.1 T T cbar c NN /dy = 0.30 ± 0.04 (stat.) ± 0.09(syst.) mb. The results are compared to theoretical calculations. Implications for charmonium results in A+A collisions are discussed

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

    International Nuclear Information System (INIS)

    Yesilbudak, Mehmet; Sagiroglu, Seref; Colak, Ilhami

    2017-01-01

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

  9. Geostatistical ore reserve estimation for a roll-front type uranium deposit (practitioner's guide)

    International Nuclear Information System (INIS)

    Kim, Y.C.; Knudsen, H.P.

    1977-01-01

    This report comprises two parts. Part I contains illustrative examples of each phase of a geostatistical study using a roll-front type uranium deposit. Part II contains five computer programs and comprehensive users' manuals for these programs which are necessary to make a practical geostatistical study

  10. A comparison between geostatistical analyses and sedimentological studies at the Hartbeestfontien gold mine

    International Nuclear Information System (INIS)

    Magri, E.J.

    1978-01-01

    For life-of-mine planning, as well as for short- and medium-term planning of grades and mine layouts, it is extremely important to have a clear understanding of the patterns followed by the distribution of gold and uranium within the mining area. This study is an attempt to reconcile the geostatistical approach to the determination of ore-shoot directions, via an analysis of the spatial distribution of gold and uranium values, with the sedimentological approach, which is based on the direct measurement of geological features. For the routine geostatistical estimation of ore reserves, the Hartebeestfontein gold mine was divided into ll sections. In each of these sections, the ore-shoot directions were calculated for gold and uranium from the anisotropies disclosed by geostatistical variogram analyses. This study presents a comparison of these results with those obtained from direct geological measurements of paleo-current directions. The results suggest that geological and geostatistical studies could be of significant mutual benefit [af

  11. Increased leucocyte Na-K ATPase in obesity: reversal following weight loss

    International Nuclear Information System (INIS)

    Turaihi, K.; Baron, D.N.; Dandona, P.

    1987-01-01

    Ouabain-sensitive 86 Rb influx and [ 3 H] ouabain binding capacity were investigated in the leucocytes of 17 obese patients and 15 control subjects. Both were significantly increased in the obese when compared with controls. Following dietary restriction and a 4% to 5% weight reduction in the obese over 2 weeks, [ 3 H] ouabain binding and ouabain-sensitive 86 Rb influx (a model for K+ influx) decreased to levels similar to those in controls. This shows that the number of Na-K ATPase sites on leucocyte membranes of the obese are significantly increased and that this is associated with accelerated 86 Rb transport. Since both of these indices decreased following 4% to 5% reduction in body weight while the patients were still obese, increased Na-K ATPase is neither a marker of nor cardinal to the pathogenesis of obesity. We conclude that (1) increase in Na-K ATPase units and 86 Rb influx are not characteristic of obesity itself and (2) dietary restriction over the short-term with limited weight reduction restores Na-K ATPase units and 86 Rb influx to normal

  12. Two-body interactions in the reaction 9Be(n,ααnn) at 14 MeV. 2. Cross-section measurements

    International Nuclear Information System (INIS)

    Giorni, A.

    1966-11-01

    We measure with a double time of flight spectrometer the momenta k 1 and k 2 of neutrons from the 9 Be(n,nn)αα reaction at E n = 14 MeV. After the analysis of corrections factors for the measurement of differential cross-sections, we appraise the importance of different interactions (nn, 8 Be(0+): 1,8 ± 0.4 mb/sr 2 , mn 8 Be(2+): 2 ± 0,4 mb/sr 2 , n 9 Be, n 8 Be, α-α) observed. Our results are compared with those In the literature. (author) [fr

  13. Geostatistical methodology for waste optimization of contaminated premises - 59344

    International Nuclear Information System (INIS)

    Desnoyers, Yvon; Dubot, Didier

    2012-01-01

    The presented methodological study illustrates a Geo-statistical approach suitable for radiological evaluation in nuclear premises. The waste characterization is mainly focused on floor concrete surfaces. By modeling the spatial continuity of activities, Geo-statistics provide sound methods to estimate and map radiological activities, together with their uncertainty. The multivariate approach allows the integration of numerous surface radiation measurements in order to improve the estimation of activity levels from concrete samples. This way, a sequential and iterative investigation strategy proves to be relevant to fulfill the different evaluation objectives. Waste characterization is performed on risk maps rather than on direct interpolation maps (due to bias of the selection on kriging results). The use of several estimation supports (punctual, 1 m 2 , room) allows a relevant radiological waste categorization thanks to cost-benefit analysis according to the risk of exceeding a given activity threshold. Global results, mainly total activity, are similarly quantified to precociously lead the waste management for the dismantling and decommissioning project. This paper recalled the geo-statistics principles and demonstrated how this methodology provides innovative tools for the radiological evaluation of contaminated premises. The relevance of this approach relies on the presence of a spatial continuity for radiological contamination. In this case, geo-statistics provides reliable activity estimates, uncertainty quantification and risk analysis, which are essential decision-making tools for decommissioning and dismantling projects of nuclear installations. Waste characterization is then performed taking all relevant information into account: historical knowledge, surface measurements and samples. Thanks to the multivariate processing, the different investigation stages can be rationalized as regards quantity and positioning. Waste characterization is finally

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

    International Nuclear Information System (INIS)

    Yesilbudak, Mehmet; Sagiroglu, Seref; Colak, Ilhami

    2013-01-01

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

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

    Science.gov (United States)

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

    2006-01-01

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

  16. kWIP: The k-mer weighted inner product, a de novo estimator of genetic similarity.

    Science.gov (United States)

    Murray, Kevin D; Webers, Christfried; Ong, Cheng Soon; Borevitz, Justin; Warthmann, Norman

    2017-09-01

    Modern genomics techniques generate overwhelming quantities of data. Extracting population genetic variation demands computationally efficient methods to determine genetic relatedness between individuals (or "samples") in an unbiased manner, preferably de novo. Rapid estimation of genetic relatedness directly from sequencing data has the potential to overcome reference genome bias, and to verify that individuals belong to the correct genetic lineage before conclusions are drawn using mislabelled, or misidentified samples. We present the k-mer Weighted Inner Product (kWIP), an assembly-, and alignment-free estimator of genetic similarity. kWIP combines a probabilistic data structure with a novel metric, the weighted inner product (WIP), to efficiently calculate pairwise similarity between sequencing runs from their k-mer counts. It produces a distance matrix, which can then be further analysed and visualised. Our method does not require prior knowledge of the underlying genomes and applications include establishing sample identity and detecting mix-up, non-obvious genomic variation, and population structure. We show that kWIP can reconstruct the true relatedness between samples from simulated populations. By re-analysing several published datasets we show that our results are consistent with marker-based analyses. kWIP is written in C++, licensed under the GNU GPL, and is available from https://github.com/kdmurray91/kwip.

  17. Increased leucocyte Na-K ATPase in obesity: reversal following weight loss

    Energy Technology Data Exchange (ETDEWEB)

    Turaihi, K.; Baron, D.N.; Dandona, P.

    1987-09-01

    Ouabain-sensitive /sup 86/Rb influx and (/sup 3/H) ouabain binding capacity were investigated in the leucocytes of 17 obese patients and 15 control subjects. Both were significantly increased in the obese when compared with controls. Following dietary restriction and a 4% to 5% weight reduction in the obese over 2 weeks, (/sup 3/H) ouabain binding and ouabain-sensitive /sup 86/Rb influx (a model for K+ influx) decreased to levels similar to those in controls. This shows that the number of Na-K ATPase sites on leucocyte membranes of the obese are significantly increased and that this is associated with accelerated /sup 86/Rb transport. Since both of these indices decreased following 4% to 5% reduction in body weight while the patients were still obese, increased Na-K ATPase is neither a marker of nor cardinal to the pathogenesis of obesity. We conclude that (1) increase in Na-K ATPase units and /sup 86/Rb influx are not characteristic of obesity itself and (2) dietary restriction over the short-term with limited weight reduction restores Na-K ATPase units and /sup 86/Rb influx to normal.

  18. Skyrme-model πNN form factor and nucleon-nucleon interaction

    International Nuclear Information System (INIS)

    Holzwarth, G.; Machleidt, R.

    1997-01-01

    We apply the strong πNN form factor, which emerges from the Skyrme model, in the two-nucleon system using a one-boson-exchange (OBE) model for the nucleon-nucleon (NN) interaction. Deuteron properties and phase parameters of NN scattering are reproduced well. In contrast to the form factor of monopole shape that is traditionally used in OBE models, the Skyrme form factor leaves low-momentum transfers essentially unaffected while it suppresses the high-momentum region strongly. It turns out that this behavior is very appropriate for models of the NN interaction and makes it possible to use a soft pion form factor in the NN system. As a consequence, the πN and the NN systems can be described using the same πNN form factor, which is impossible with the monopole. copyright 1997 The American Physical Society

  19. New approach to the theory of coupled πNN-NN systems. 4. Completion of formal development

    International Nuclear Information System (INIS)

    Avishai, Y.; Mizutani, T.

    1980-05-01

    We complete our discussion pertaining to the coupled πNN-NN system in succession of our previous works and approach the problem in two independent ways. The first one starts from a Hamiltonian formalism and coupled Schroedinger equations whereas the second one employs an off-mass-shell relativistic theory of classifying perturbation diagrams. Both ways lead to connected equations among transition operators in which πNN vertices as well as nucleon propagators are completely dressed and renormalized. Furthermore, the physical amplitudes obey two and three body unitarity relations. The resultant equations form a sound theoretical basis for subsequent numerical calculations leading to the evaluation of physical observables in the reactions π+d→π+d, π+d→N+N and N+N→N+N

  20. PREFACE: 11th International Conference on Nucleus-Nucleus Collisions (NN2012)

    Science.gov (United States)

    Li, Bao-An; Natowitz, Joseph B.

    2013-03-01

    Nuclear Science and Technologies 6. Nuclear Reactions and Structure of Unstable Nuclei 7. Equation of State of Neutron-Rich Nuclear Matter, Clusters in Nuclei and Nuclear Reactions 8. Fusion and Fission 9. Nuclear Astrophysics 10. New Facilities and Detectors We would like to thank Texas A&M University and Texas A&M University-Commerce for their organizational support and for providing financial support for many students and postdocs and those who had special need. This support helped assure the success of NN2012. Special thanks also go to all members of the International Advisory Committee and the Local Organizing Committee (listed below) for their great work in advising upon, preparing and executing the NN2012 scientific program as well as the social events that all together made the NN2012 an enjoyable experience for both the participants and their companions. NN2012 International Advisory Committee N Auerbach (Israel) J Aysto (Finland) C Beck (France) S Cherubini (Italy) L Ferreira (Portugal) C Gagliardi (USA) S Gales (France) C Gale (Canada) W Gelletly (Great Britain) Paulo R S Gomes (Brazil) W Greiner (Germany) W Henning (USA) D Hinde (Australia) S Hofmann (Germany) M Hussein (Brazil) B Jacak (USA) S Kailas (India) W G Lynch (USA) Z Majka (Poland) L McLerran (USA) V Metag (Germany) K Morita (Japan) B Mueller (USA) D G Mueller (France) T Motobayashi (Japan) W Nazarewicz (USA) Y Oganessian (Russia) J Nolen (USA) E K Rehm (USA) N Rowley (France) B Sherrill (USA) J Schukraft (Switzerland) W Q Shen (China) A Stefanini (Italy) H Stoecker (Germany) A Szanto de Toledo (Brazil) U van Kolck (USA) W von Oertzen (Germany) M Wiescher (USA) N Xu (USA) N V Zamfir (Romania) W L Zhan (China) H Q Zhang (China) NN2012 Local Organizing Committee Marina Barbui Carlos Bertulani Robert Burch Jr Cheri Davis Cody Folden Kris Hagel John Hardy Bao-An Li (Co-Chair and Scientific Secretary) Joseph Natowitz (Co-Chair) Ralf Rapp Livius Trache Sherry Yennello Editors of NN2012 Proceedings Bao

  1. Geostatistical methods applied to field model residuals

    DEFF Research Database (Denmark)

    Maule, Fox; Mosegaard, K.; Olsen, Nils

    consists of measurement errors and unmodelled signal), and is typically assumed to be uncorrelated and Gaussian distributed. We have applied geostatistical methods to analyse the residuals of the Oersted(09d/04) field model [http://www.dsri.dk/Oersted/Field_models/IGRF_2005_candidates/], which is based...

  2. Satellite Magnetic Residuals Investigated With Geostatistical Methods

    DEFF Research Database (Denmark)

    Fox Maule, Chaterine; Mosegaard, Klaus; Olsen, Nils

    2005-01-01

    (which consists of measurement errors and unmodeled signal), and is typically assumed to be uncorrelated and Gaussian distributed. We have applied geostatistical methods to analyze the residuals of the Oersted (09d/04) field model (www.dsri.dk/Oersted/Field models/IGRF 2005 candidates/), which is based...

  3. Evidence of tensor correlations in the nuclear many-body system using a modern NN potential

    International Nuclear Information System (INIS)

    Fiase, J.O.; Nkoma, J.S.; Sharmaand, L.K.; Hosaka, A.

    2003-01-01

    In this paper we show evidence of the importance of tensor correlations in the nuclear many-body system by calculating the effective two-body nuclear matrix elements in the frame work of the Lowest-Order Constrained Variational (LOCV) technique with two-body correlation functions using the Reid93 potential. We have achieved this by switching on and off the strength of the tensor correlations, α k . We have found that in order to obtain reasonable agreement with earlier calculations based on the G-matrix theory, we must turn on the strength of the tensor correlations especially in the triplet even (TE) and tensor even (TNE) channels to take the value of approximately, 0.05. As an application, we have estimated the value of the Landau - Migdal parameter, g' NN which we found to be g' NN = 0.65. This compares favorably with the G-matrix calculated value of g' NN = 0.54. (author)

  4. Alpha-momorcharin enhances Tobacco mosaic virus resistance in tobaccoNN by manipulating jasmonic acid-salicylic acid crosstalk.

    Science.gov (United States)

    Yang, Ting; Zhu, Li-Sha; Meng, Yao; Lv, Rui; Zhou, Zhuo; Zhu, Lin; Lin, Hong-Hui; Xi, De-Hui

    2018-04-01

    Alpha-momorcharin (α-MMC) is a type-I ribosome inactivating protein (RIP) with a molecular weight of 29 kDa found in plants. This protein has been shown to be effective against a broad range of human viruses and also has anti-tumor activities. However, the mechanism by which α-MMC induces plant defense responses and regulates the N gene to promote resistance to the Tobacco mosaic virus (TMV) is still not clear. By using pharmacological and infection experiments, we found that α-MMC enhances TMV resistance of tobacco plants containing the N gene (tobacco NN ). Our results showed that plants pretreated with 0.5 mg/ml α-MMC could relieve TMV-induced oxidative damage, had enhanced the expression of the N gene and increased biosynthesis of jasmonic acid (JA) and salicylic acid (SA). Moreover, transcription of JA and SA signaling pathway genes were increased, and their expression persisted for a longer period of time in plants pretreated with α-MMC compared with those pretreated with water. Importantly, exogenous application of 1-Aminobenzotriazole (ABT, SA inhibitor) and ibuprofen (JA inhibitor) reduced α-MMC induced plant resistance under viral infection. Thus, our results revealed that α-MMC enhances TMV resistance of tobacco NN plants by manipulating JA-SA crosstalk. Copyright © 2017 Elsevier GmbH. All rights reserved.

  5. Present status of the theory of πNN systems

    International Nuclear Information System (INIS)

    Mizutani, T.

    1987-01-01

    In the present discussion the existing data are compared with various model calculations within the πNN theory to assess the appropriateness of the latter. Globally the models in their present form reproduce the data quite well in view of the number of channels in which the comparison was made. From the quantitative point of view the models must be upgraded in several different ingredients. First, it is the parameters of the NN heavy meson exchange potentials when combined with the explicit pion and nucleon isobar degrees of freedom. A right choice of their values will lead to a better account of such observables like the beam asymmetries and vector analyzing power in a number of channels like NN in equilibrium πd, NN → πNN, etc. The next one may be the model for the Δ resonance (or the πN P 33 off-shell amplitude). A simple monopole or dipole form factor for the πNΔ vertex had difficulty in reproducing the major NN partial wave phase parameters. In view of the fact that dσ/dΩ for the deuteron photodisintegration in the Δ resonance region cannot be explained at all by the coupled NN-NΔ model, one should seriously consider a better model for the Δ. 39 refs., 10 figs

  6. Fast and Accuracy Control Chart Pattern Recognition using a New cluster-k-Nearest Neighbor

    OpenAIRE

    Samir Brahim Belhaouari

    2009-01-01

    By taking advantage of both k-NN which is highly accurate and K-means cluster which is able to reduce the time of classification, we can introduce Cluster-k-Nearest Neighbor as "variable k"-NN dealing with the centroid or mean point of all subclasses generated by clustering algorithm. In general the algorithm of K-means cluster is not stable, in term of accuracy, for that reason we develop another algorithm for clustering our space which gives a higher accuracy than K-means cluster, less ...

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

    Directory of Open Access Journals (Sweden)

    Mutiara Ayu Banjarsari

    2016-04-01

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

  8. Geostatistical uncertainty of assessing air quality using high-spatial-resolution lichen data: A health study in the urban area of Sines, Portugal.

    Science.gov (United States)

    Ribeiro, Manuel C; Pinho, P; Branquinho, C; Llop, Esteve; Pereira, Maria J

    2016-08-15

    In most studies correlating health outcomes with air pollution, personal exposure assignments are based on measurements collected at air-quality monitoring stations not coinciding with health data locations. In such cases, interpolators are needed to predict air quality in unsampled locations and to assign personal exposures. Moreover, a measure of the spatial uncertainty of exposures should be incorporated, especially in urban areas where concentrations vary at short distances due to changes in land use and pollution intensity. These studies are limited by the lack of literature comparing exposure uncertainty derived from distinct spatial interpolators. Here, we addressed these issues with two interpolation methods: regression Kriging (RK) and ordinary Kriging (OK). These methods were used to generate air-quality simulations with a geostatistical algorithm. For each method, the geostatistical uncertainty was drawn from generalized linear model (GLM) analysis. We analyzed the association between air quality and birth weight. Personal health data (n=227) and exposure data were collected in Sines (Portugal) during 2007-2010. Because air-quality monitoring stations in the city do not offer high-spatial-resolution measurements (n=1), we used lichen data as an ecological indicator of air quality (n=83). We found no significant difference in the fit of GLMs with any of the geostatistical methods. With RK, however, the models tended to fit better more often and worse less often. Moreover, the geostatistical uncertainty results showed a marginally higher mean and precision with RK. Combined with lichen data and land-use data of high spatial resolution, RK is a more effective geostatistical method for relating health outcomes with air quality in urban areas. This is particularly important in small cities, which generally do not have expensive air-quality monitoring stations with high spatial resolution. Further, alternative ways of linking human activities with their

  9. Dimensional testing for reverse k-nearest neighbor search

    DEFF Research Database (Denmark)

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

    2017-01-01

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

  10. Assessment and modeling of the groundwater hydrogeochemical quality parameters via geostatistical approaches

    Science.gov (United States)

    Karami, Shawgar; Madani, Hassan; Katibeh, Homayoon; Fatehi Marj, Ahmad

    2018-03-01

    Geostatistical methods are one of the advanced techniques used for interpolation of groundwater quality data. The results obtained from geostatistics will be useful for decision makers to adopt suitable remedial measures to protect the quality of groundwater sources. Data used in this study were collected from 78 wells in Varamin plain aquifer located in southeast of Tehran, Iran, in 2013. Ordinary kriging method was used in this study to evaluate groundwater quality parameters. According to what has been mentioned in this paper, seven main quality parameters (i.e. total dissolved solids (TDS), sodium adsorption ratio (SAR), electrical conductivity (EC), sodium (Na+), total hardness (TH), chloride (Cl-) and sulfate (SO4 2-)), have been analyzed and interpreted by statistical and geostatistical methods. After data normalization by Nscore method in WinGslib software, variography as a geostatistical tool to define spatial regression was compiled and experimental variograms were plotted by GS+ software. Then, the best theoretical model was fitted to each variogram based on the minimum RSS. Cross validation method was used to determine the accuracy of the estimated data. Eventually, estimation maps of groundwater quality were prepared in WinGslib software and estimation variance map and estimation error map were presented to evaluate the quality of estimation in each estimated point. Results showed that kriging method is more accurate than the traditional interpolation methods.

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

    Science.gov (United States)

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

    2018-04-01

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

  12. The role of geostatistics in medical geology

    Science.gov (United States)

    Goovaerts, Pierre

    2014-05-01

    Since its development in the mining industry, geostatistics has emerged as the primary tool for spatial data analysis in various fields, ranging from earth and atmospheric sciences, to agriculture, soil science, remote sensing, and more recently environmental exposure assessment. In the last few years, these tools have been tailored to the field of medical geography or spatial epidemiology, which is concerned with the study of spatial patterns of disease incidence and mortality and the identification of potential 'causes' of disease, such as environmental exposure, diet and unhealthy behaviors, economic or socio-demographic factors. On the other hand, medical geology is an emerging interdisciplinary scientific field studying the relationship between natural geological factors and their effects on human and animal health. This paper provides an introduction to the field of medical geology with an overview of geostatistical methods available for the analysis of geological and health data. Key concepts are illustrated using the mapping of groundwater arsenic concentrations across eleven Michigan counties and the exploration of its relationship to the incidence of prostate cancer at the township level. Arsenic in drinking-water is a major problem and has received much attention because of the large human population exposed and the extremely high concentrations (e.g. 600 to 700 μg/L) recorded in many instances. Few studies have however assessed the risks associated with exposure to low levels of arsenic (say water in the United States. In the Michigan thumb region, arsenopyrite (up to 7% As by weight) has been identified in the bedrock of the Marshall Sandstone aquifer, one of the region's most productive aquifers. Epidemiologic studies have suggested a possible associationbetween exposure to inorganic arsenic and prostate cancer mortality, including a study of populations residing in Utah. The information available for the present ecological study (i.e. analysis of

  13. Constrained optimisation of spatial sampling : a geostatistical approach

    NARCIS (Netherlands)

    Groenigen, van J.W.

    1999-01-01

    Aims

    This thesis aims at the development of optimal sampling strategies for geostatistical studies. Special emphasis is on the optimal use of ancillary data, such as co-related imagery, preliminary observations and historic knowledge. Although the object of all studies

  14. Geostatistical interpolation for modelling SPT data in northern Izmir

    Indian Academy of Sciences (India)

    data scatter' stems from the natural randomness of the system under con- ... Geostatistical methods were originally used for ore reserve calculations by the ... ing grain size distribution, plasticity, strength parameters and water content, for ...

  15. A unitary approach to the coupling between the NN and πNN channels

    International Nuclear Information System (INIS)

    Blankleider, B.

    1980-11-01

    Some basic properties of the πNN system, in particular its coupling to the NN channel, are investigated. A set of linear integral equations that couple the N-N to the π-d channel, and satisfy two- and three-body unitarity is derived. By including the π-N amplitude in the P 11 channel, and retaining certain disconnected diagrams, it is found that the propagators for the nucleons, and form factors for the vertices, become dressed without changing the basic structure of the equations. For the numerical solution relativistic kinematics for the pion and non-relativistic kinematics for the nucleons are used. There is uncertainty about the importance of real pion absorption in the π-d elastic scattering reaction. Although the effect of absorption can be very large, its influence is cancelled to a large extent by the further inclusion of P 11 rescattering. The inclusion of absorption signnificantly lowers the dips in the π-d differential cross sections at higher energies. The model is able to reproduce the sole experimental value of the tensor polarization t 20 at 180 deg. so far available. Numerical results for the reaction NN→πd are in excellent agreement with the differential cross sections at all but the very high energies

  16. NN-SITE: A remote monitoring testbed facility

    International Nuclear Information System (INIS)

    Kadner, S.; White, R.; Roman, W.; Sheely, K.; Puckett, J.; Ystesund, K.

    1997-01-01

    DOE, Aquila Technologies, LANL and SNL recently launched collaborative efforts to create a Non-Proliferation Network Systems Integration and Test (NN-Site, pronounced N-Site) facility. NN-Site will focus on wide area, local area, and local operating level network connectivity including Internet access. This facility will provide thorough and cost-effective integration, testing and development of information connectivity among diverse operating systems and network topologies prior to full-scale deployment. In concentrating on instrument interconnectivity, tamper indication, and data collection and review, NN-Site will facilitate efforts of equipment providers and system integrators in deploying systems that will meet nuclear non-proliferation and safeguards objectives. The following will discuss the objectives of ongoing remote monitoring efforts, as well as the prevalent policy concerns. An in-depth discussion of the Non-Proliferation Network Systems Integration and Test facility (NN-Site) will illuminate the role that this testbed facility can perform in meeting the objectives of remote monitoring efforts, and its potential contribution in promoting eventual acceptance of remote monitoring systems in facilities worldwide

  17. Benchmarking a geostatistical procedure for the homogenisation of annual precipitation series

    Science.gov (United States)

    Caineta, Júlio; Ribeiro, Sara; Henriques, Roberto; Soares, Amílcar; Costa, Ana Cristina

    2014-05-01

    The European project COST Action ES0601, Advances in homogenisation methods of climate series: an integrated approach (HOME), has brought to attention the importance of establishing reliable homogenisation methods for climate data. In order to achieve that, a benchmark data set, containing monthly and daily temperature and precipitation data, was created to be used as a comparison basis for the effectiveness of those methods. Several contributions were submitted and evaluated by a number of performance metrics, validating the results against realistic inhomogeneous data. HOME also led to the development of new homogenisation software packages, which included feedback and lessons learned during the project. Preliminary studies have suggested a geostatistical stochastic approach, which uses Direct Sequential Simulation (DSS), as a promising methodology for the homogenisation of precipitation data series. Based on the spatial and temporal correlation between the neighbouring stations, DSS calculates local probability density functions at a candidate station to detect inhomogeneities. The purpose of the current study is to test and compare this geostatistical approach with the methods previously presented in the HOME project, using surrogate precipitation series from the HOME benchmark data set. The benchmark data set contains monthly precipitation surrogate series, from which annual precipitation data series were derived. These annual precipitation series were subject to exploratory analysis and to a thorough variography study. The geostatistical approach was then applied to the data set, based on different scenarios for the spatial continuity. Implementing this procedure also promoted the development of a computer program that aims to assist on the homogenisation of climate data, while minimising user interaction. Finally, in order to compare the effectiveness of this methodology with the homogenisation methods submitted during the HOME project, the obtained results

  18. Three-body ΛNN force due to Λ-Σ coupling

    International Nuclear Information System (INIS)

    Myint, Khin Swe; Akaishi, Yoshinori

    2003-01-01

    The ΛNN three - body force due to coherent Λ - Σ Coupling effect was derived from realistic Nijmegen model D potential. Repulsive and attractive three - body ΛNN forces were reconcilably accounted. For 5 He, within one - channel description, ΛNN force is largely repulsive and its origin comes from Pauli forbidden terms. Within two - channel description, attractive Pauli allowed terms exist and resulting three - body force is always attractive. Large attractive ΛNN force effect due to coherent Λ - Σ coupling effect is predicted in neutron - rich nuclei. The attractive coherent Λ - Σ coupling effect is largely enhanced at high density neutron matter. The attractive three - body ΛNN force effect is essential dynamics of Λ - Σ coupling while the repulsive Nogami three - body effect arises from Pauli forbidden diagrams. (Y. Kazumata)

  19. Consistency requirements on Δ contributions to the NN potential

    International Nuclear Information System (INIS)

    Rinat, A.S.

    1982-04-01

    We discuss theories leading to intermediate state NΔ and ΔΔ contributions to Vsub(NN). We focus on the customary addition of Lsub(ΔNπ)' to Lsub(πNN)' in a conventional field theory and argue that overcounting of contributions to tsub(πN) and Vsub(NN) will be the rule. We then discuss the cloudy bag model where a similar interaction naturally arises and which leads to a consistent theory. (author)

  20. Investigation of the charge exchange process π-d→π0nn

    International Nuclear Information System (INIS)

    Il-Tong Cheon.

    1978-02-01

    The transition rate has been calculated for the charge exchange of stopped π - in the deuteron. The present result is hω(π - d→π 0 nn)=0.695x10 -4 eV. Making use of the value hω(π - d→nn)=0.682 eV, which was previously obtained, estimated the branching ratio ω(π - d→π 0 nn)|ω(π - d→nn)=1.02x10 -4 has been estimated

  1. Spin correlations in NN-NNπ reactions

    International Nuclear Information System (INIS)

    Davison, N.E.

    1990-01-01

    This paper reports that even after years of intensive work on the coupled NN-NNπ reactions, there are still some remarkable simple things that we do not know about the NN interactions at a few hundred MeV notably: Do dibaryon resonances exist, and if so, what are their masses and widths? How much isospin I = O interaction is there in the np channel? Why is the microscopic description of such a basic process as single pion production so elusive?

  2. Quantifying natural delta variability using a multiple-point geostatistics prior uncertainty model

    Science.gov (United States)

    Scheidt, Céline; Fernandes, Anjali M.; Paola, Chris; Caers, Jef

    2016-10-01

    We address the question of quantifying uncertainty associated with autogenic pattern variability in a channelized transport system by means of a modern geostatistical method. This question has considerable relevance for practical subsurface applications as well, particularly those related to uncertainty quantification relying on Bayesian approaches. Specifically, we show how the autogenic variability in a laboratory experiment can be represented and reproduced by a multiple-point geostatistical prior uncertainty model. The latter geostatistical method requires selection of a limited set of training images from which a possibly infinite set of geostatistical model realizations, mimicking the training image patterns, can be generated. To that end, we investigate two methods to determine how many training images and what training images should be provided to reproduce natural autogenic variability. The first method relies on distance-based clustering of overhead snapshots of the experiment; the second method relies on a rate of change quantification by means of a computer vision algorithm termed the demon algorithm. We show quantitatively that with either training image selection method, we can statistically reproduce the natural variability of the delta formed in the experiment. In addition, we study the nature of the patterns represented in the set of training images as a representation of the "eigenpatterns" of the natural system. The eigenpattern in the training image sets display patterns consistent with previous physical interpretations of the fundamental modes of this type of delta system: a highly channelized, incisional mode; a poorly channelized, depositional mode; and an intermediate mode between the two.

  3. Data analysis for radiological characterisation: Geostatistical and statistical complementarity

    International Nuclear Information System (INIS)

    Desnoyers, Yvon; Dubot, Didier

    2012-01-01

    Radiological characterisation may cover a large range of evaluation objectives during a decommissioning and dismantling (D and D) project: removal of doubt, delineation of contaminated materials, monitoring of the decontamination work and final survey. At each stage, collecting relevant data to be able to draw the conclusions needed is quite a big challenge. In particular two radiological characterisation stages require an advanced sampling process and data analysis, namely the initial categorization and optimisation of the materials to be removed and the final survey to demonstrate compliance with clearance levels. On the one hand the latter is widely used and well developed in national guides and norms, using random sampling designs and statistical data analysis. On the other hand a more complex evaluation methodology has to be implemented for the initial radiological characterisation, both for sampling design and for data analysis. The geostatistical framework is an efficient way to satisfy the radiological characterisation requirements providing a sound decision-making approach for the decommissioning and dismantling of nuclear premises. The relevance of the geostatistical methodology relies on the presence of a spatial continuity for radiological contamination. Thus geo-statistics provides reliable methods for activity estimation, uncertainty quantification and risk analysis, leading to a sound classification of radiological waste (surfaces and volumes). This way, the radiological characterization of contaminated premises can be divided into three steps. First, the most exhaustive facility analysis provides historical and qualitative information. Then, a systematic (exhaustive or not) surface survey of the contamination is implemented on a regular grid. Finally, in order to assess activity levels and contamination depths, destructive samples are collected at several locations within the premises (based on the surface survey results) and analysed. Combined with

  4. Weighted K-means support vector machine for cancer prediction.

    Science.gov (United States)

    Kim, SungHwan

    2016-01-01

    To date, the support vector machine (SVM) has been widely applied to diverse bio-medical fields to address disease subtype identification and pathogenicity of genetic variants. In this paper, I propose the weighted K-means support vector machine (wKM-SVM) and weighted support vector machine (wSVM), for which I allow the SVM to impose weights to the loss term. Besides, I demonstrate the numerical relations between the objective function of the SVM and weights. Motivated by general ensemble techniques, which are known to improve accuracy, I directly adopt the boosting algorithm to the newly proposed weighted KM-SVM (and wSVM). For predictive performance, a range of simulation studies demonstrate that the weighted KM-SVM (and wSVM) with boosting outperforms the standard KM-SVM (and SVM) including but not limited to many popular classification rules. I applied the proposed methods to simulated data and two large-scale real applications in the TCGA pan-cancer methylation data of breast and kidney cancer. In conclusion, the weighted KM-SVM (and wSVM) increases accuracy of the classification model, and will facilitate disease diagnosis and clinical treatment decisions to benefit patients. A software package (wSVM) is publicly available at the R-project webpage (https://www.r-project.org).

  5. The Use of Geostatistics in the Study of Floral Phenology of Vulpia geniculata (L. Link

    Directory of Open Access Journals (Sweden)

    Eduardo J. León Ruiz

    2012-01-01

    Full Text Available Traditionally phenology studies have been focused on changes through time, but there exist many instances in ecological research where it is necessary to interpolate among spatially stratified samples. The combined use of Geographical Information Systems (GIS and Geostatistics can be an essential tool for spatial analysis in phenological studies. Geostatistics are a family of statistics that describe correlations through space/time and they can be used for both quantifying spatial correlation and interpolating unsampled points. In the present work, estimations based upon Geostatistics and GIS mapping have enabled the construction of spatial models that reflect phenological evolution of Vulpia geniculata (L. Link throughout the study area during sampling season. Ten sampling points, scattered troughout the city and low mountains in the “Sierra de Córdoba” were chosen to carry out the weekly phenological monitoring during flowering season. The phenological data were interpolated by applying the traditional geostatitical method of Kriging, which was used to ellaborate weekly estimations of V. geniculata phenology in unsampled areas. Finally, the application of Geostatistics and GIS to create phenological maps could be an essential complement in pollen aerobiological studies, given the increased interest in obtaining automatic aerobiological forecasting maps.

  6. Osakeyhtiön sivuuttaminen nykyisessä tuloverotuskäytännössä

    OpenAIRE

    Kuha, Pia

    2015-01-01

    Opinnäytetyön tarkoituksena oli tutkia mikä on nykyinen käytäntö osakeyhtiöiden sivuuttamisissa verotuskäytännössä sekä mihin suuntaan tulevaisuudessa osakeyhtiöiden sivuuttamiskäytäntö on mahdollisesti muuttumassa. Idea opinnäytetyöhön lähti ollessani työharjoittelussa syksyllä 2013 toimeksiantajan kanssa käydyistä keskusteluista ja omasta kiinnostuksesta verotuskäytäntöihin. Toimeksiantaja on oululainen taloushallinnon palveluita tarjoava yritys, joka on vuodesta 2011 tarjonnut laadukkaita ...

  7. Data-driven method based on particle swarm optimization and k-nearest neighbor regression for estimating capacity of lithium-ion battery

    International Nuclear Information System (INIS)

    Hu, Chao; Jain, Gaurav; Zhang, Puqiang; Schmidt, Craig; Gomadam, Parthasarathy; Gorka, Tom

    2014-01-01

    Highlights: • We develop a data-driven method for the battery capacity estimation. • Five charge-related features that are indicative of the capacity are defined. • The kNN regression model captures the dependency of the capacity on the features. • Results with 10 years’ continuous cycling data verify the effectiveness of the method. - Abstract: Reliability of lithium-ion (Li-ion) rechargeable batteries used in implantable medical devices has been recognized as of high importance from a broad range of stakeholders, including medical device manufacturers, regulatory agencies, physicians, and patients. To ensure Li-ion batteries in these devices operate reliably, it is important to be able to assess the battery health condition by estimating the battery capacity over the life-time. This paper presents a data-driven method for estimating the capacity of Li-ion battery based on the charge voltage and current curves. The contributions of this paper are three-fold: (i) the definition of five characteristic features of the charge curves that are indicative of the capacity, (ii) the development of a non-linear kernel regression model, based on the k-nearest neighbor (kNN) regression, that captures the complex dependency of the capacity on the five features, and (iii) the adaptation of particle swarm optimization (PSO) to finding the optimal combination of feature weights for creating a kNN regression model that minimizes the cross validation (CV) error in the capacity estimation. Verification with 10 years’ continuous cycling data suggests that the proposed method is able to accurately estimate the capacity of Li-ion battery throughout the whole life-time

  8. Risk Assessment of Sediment Pollution Using Geostatistical Simulations

    Science.gov (United States)

    Golay, J.; Kanevski, M.

    2012-04-01

    Environmental monitoring networks (EMN) discreetly measure the intensities of continuous phenomena (e.g. pollution, temperature, etc.). Spatial prediction models, like kriging, are then used for modeling. But, they give rise to smooth representations of phenomena which leads to overestimations or underestimations of extreme values. Moreover, they do not reproduce the spatial variability of the original data and the corresponding uncertainties. When dealing with risk assessment, this is unacceptable, since extreme values must be retrieved and probabilities of exceeding given thresholds must be computed [Kanevski et al., 2009]. In order to overcome these obstacles, geostatistics provides another approach: conditional stochastic simulations. Here, the basic idea is to generate multiple estimates of variable values (e.g. pollution concentration) at every location of interest which are calculated as stochastic realizations of an unknown random function (see, for example, [Kanevski, 2008], where both theoretical concepts and real data case studies are presented in detail). Many algorithms implement this approach. The most widely used in spatial modeling are sequential Gaussian simulations/cosimulations, sequential indicator simulations/cosimulations and direct simulations. In the present study, several algorithms of geostatistical conditional simulations were applied on real data collected from Lake Geneva. The main objectives were to compare their effectiveness in reproducing global statistics (histograms, variograms) and the way they characterize the variability and uncertainty of the contamination patterns. The dataset is composed of 200 measurements of the contamination of the lake sediments by heavy metals (i.e. Cadmium, Mercury, Zinc, Copper, Titanium and Chromium). The results obtained show some differences highlighting that risk assessment can be influenced by the algorithm it relies on. Moreover, hybrid models based on machine learning algorithms and

  9. Geostatistical methods for radiological evaluation and risk analysis of contaminated premises

    International Nuclear Information System (INIS)

    Desnoyers, Y.; Jeannee, N.; Chiles, J.P.; Dubot, D.

    2009-01-01

    Full text: At the end of process equipment dismantling, the complete decontamination of nuclear facilities requires the radiological assessment of residual activity levels of building structures. As stated by the IAEA, 'Segregation and characterization of contaminated materials are the key elements of waste minimization'. From this point of view, the set up of an appropriate evaluation methodology is of primordial importance. The radiological characterization of contaminated premises can be divided into three steps. First, the most exhaustive facility analysis provides historical, functional and qualitative information. Then, a systematic (exhaustive or not) control of the emergent signal is performed by means of in situ measurement methods such as surface control device combined with in situ gamma spectrometry. Besides, in order to assess the contamination depth, samples can be collected from boreholes at several locations within the premises and analyzed. Combined with historical information and emergent signal maps, such data improve and reinforce the preliminary waste zoning. In order to provide reliable estimates while avoiding supplementary investigation costs, there is therefore a crucial need for sampling optimization methods together with appropriate data processing techniques. The relevance of the geostatistical methodology relies on the presence of a spatial continuity for radiological contamination. In this case, geostatistics provides reliable methods for activity estimation, uncertainty quantification and risk analysis, which are essential decision-making tools for decommissioning and dismantling projects of nuclear installations. Besides, the ability of this geostatistical framework to provide answers to several key issues that generally occur during the clean-up preparation phase is discussed: How to optimise the investigation costs? How to deal with data quality issues? How to consistently take into account auxiliary information such as historical

  10. Geostatistical Investigations of Displacements on the Basis of Data from the Geodetic Monitoring of a Hydrotechnical Object

    Science.gov (United States)

    Namysłowska-Wilczyńska, Barbara; Wynalek, Janusz

    2017-12-01

    Geostatistical methods make the analysis of measurement data possible. This article presents the problems directed towards the use of geostatistics in spatial analysis of displacements based on geodetic monitoring. Using methods of applied (spatial) statistics, the research deals with interesting and current issues connected to space-time analysis, modeling displacements and deformations, as applied to any large-area objects on which geodetic monitoring is conducted (e.g., water dams, urban areas in the vicinity of deep excavations, areas at a macro-regional scale subject to anthropogenic influences caused by mining, etc.). These problems are very crucial, especially for safety assessment of important hydrotechnical constructions, as well as for modeling and estimating mining damage. Based on the geodetic monitoring data, a substantial basic empirical material was created, comprising many years of research results concerning displacements of controlled points situated on the crown and foreland of an exemplary earth dam, and used to assess the behaviour and safety of the object during its whole operating period. A research method at a macro-regional scale was applied to investigate some phenomena connected with the operation of the analysed big hydrotechnical construction. Applying a semivariogram function enabled the spatial variability analysis of displacements. Isotropic empirical semivariograms were calculated and then, theoretical parameters of analytical functions were determined, which approximated the courses of the mentioned empirical variability measure. Using ordinary (block) kriging at the grid nodes of an elementary spatial grid covering the analysed object, the values of the Z* estimated means of displacements were calculated together with the accompanying assessment of uncertainty estimation - a standard deviation of estimation σk. Raster maps of the distribution of estimated averages Z* and raster maps of deviations of estimation σk (in perspective

  11. Stress Assignment in N+N Combinations in Arabic

    Directory of Open Access Journals (Sweden)

    Abdel Rahman Mitib Altakhaineh

    2017-09-01

    Full Text Available The validity of stress as a criterion to distinguish between compounds and phrases has been investigated in many languages, including English (see e.g. Lieber 2005: 376; Booij 2012: 84. However, the possibility of using stress as a criterion in this way has not been investigated for Arabic. Siloni (1997: 21 claims that in N+N combinations in Semitic languages, stress always falls on the second element. However, the results of a study using PRAAT reveal that, in Modern Standard Arabic (MSA and Jordanian Arabic (JA, stress plays no role in distinguishing between various N+N combinations, i.e. compounds and phrases, e.g.ˈmuʕallim lfiizyaaʔ ‘the physics teacher’ vs.ˈbayt lwalad ‘the boy’s house’, respectively. Analysis shows that the default position of stress in N+N combinations in MSA and JA is on the first element. There is only one systematic exception, which is phonetically conditioned: in N+N combinations with assimilated geminates on the word boundary, a secondary stress or perhaps double stress is assigned.

  12. Spatial Downscaling of TRMM Precipitation Using Geostatistics and Fine Scale Environmental Variables

    Directory of Open Access Journals (Sweden)

    No-Wook Park

    2013-01-01

    Full Text Available A geostatistical downscaling scheme is presented and can generate fine scale precipitation information from coarse scale Tropical Rainfall Measuring Mission (TRMM data by incorporating auxiliary fine scale environmental variables. Within the geostatistical framework, the TRMM precipitation data are first decomposed into trend and residual components. Quantitative relationships between coarse scale TRMM data and environmental variables are then estimated via regression analysis and used to derive trend components at a fine scale. Next, the residual components, which are the differences between the trend components and the original TRMM data, are then downscaled at a target fine scale via area-to-point kriging. The trend and residual components are finally added to generate fine scale precipitation estimates. Stochastic simulation is also applied to the residual components in order to generate multiple alternative realizations and to compute uncertainty measures. From an experiment using a digital elevation model (DEM and normalized difference vegetation index (NDVI, the geostatistical downscaling scheme generated the downscaling results that reflected detailed characteristics with better predictive performance, when compared with downscaling without the environmental variables. Multiple realizations and uncertainty measures from simulation also provided useful information for interpretations and further environmental modeling.

  13. A conceptual sedimentological-geostatistical model of aquifer heterogeneity based on outcrop studies

    International Nuclear Information System (INIS)

    Davis, J.M.

    1994-01-01

    Three outcrop studies were conducted in deposits of different depositional environments. At each site, permeability measurements were obtained with an air-minipermeameter developed as part of this study. In addition, the geological units were mapped with either surveying, photographs, or both. Geostatistical analysis of the permeability data was performed to estimate the characteristics of the probability distribution function and the spatial correlation structure. The information obtained from the geological mapping was then compared with the results of the geostatistical analysis for any relationships that may exist. The main field site was located in the Albuquerque Basin of central New Mexico at an outcrop of the Pliocene-Pleistocene Sierra Ladrones Formation. The second study was conducted on the walls of waste pits in alluvial fan deposits at the Nevada Test Site. The third study was conducted on an outcrop of an eolian deposit (miocene) south of Socorro, New Mexico. The results of the three studies were then used to construct a conceptual model relating depositional environment to geostatistical models of heterogeneity. The model presented is largely qualitative but provides a basis for further hypothesis formulation and testing

  14. A conceptual sedimentological-geostatistical model of aquifer heterogeneity based on outcrop studies

    Energy Technology Data Exchange (ETDEWEB)

    Davis, J.M.

    1994-01-01

    Three outcrop studies were conducted in deposits of different depositional environments. At each site, permeability measurements were obtained with an air-minipermeameter developed as part of this study. In addition, the geological units were mapped with either surveying, photographs, or both. Geostatistical analysis of the permeability data was performed to estimate the characteristics of the probability distribution function and the spatial correlation structure. The information obtained from the geological mapping was then compared with the results of the geostatistical analysis for any relationships that may exist. The main field site was located in the Albuquerque Basin of central New Mexico at an outcrop of the Pliocene-Pleistocene Sierra Ladrones Formation. The second study was conducted on the walls of waste pits in alluvial fan deposits at the Nevada Test Site. The third study was conducted on an outcrop of an eolian deposit (miocene) south of Socorro, New Mexico. The results of the three studies were then used to construct a conceptual model relating depositional environment to geostatistical models of heterogeneity. The model presented is largely qualitative but provides a basis for further hypothesis formulation and testing.

  15. 4th European Conference on Geostatistics for Environmental Applications

    CERN Document Server

    Carrera, Jesus; Gómez-Hernández, José

    2004-01-01

    The fourth edition of the European Conference on Geostatistics for Environmental Applications (geoENV IV) took place in Barcelona, November 27-29, 2002. As a proof that there is an increasing interest in environmental issues in the geostatistical community, the conference attracted over 100 participants, mostly Europeans (up to 10 European countries were represented), but also from other countries in the world. Only 46 contributions, selected out of around 100 submitted papers, were invited to be presented orally during the conference. Additionally 30 authors were invited to present their work in poster format during a special session. All oral and poster contributors were invited to submit their work to be considered for publication in this Kluwer series. All papers underwent a reviewing process, which consisted on two reviewers for oral presentations and one reviewer for posters. The book opens with one keynote paper by Philippe Naveau. It is followed by 40 papers that correspond to those presented orally d...

  16. Weak ωNN coupling in the non-linear chiral model

    International Nuclear Information System (INIS)

    Shmatikov, M.

    1988-01-01

    In the non-linear chiral model with the soliton solution stabilized by the ω-meson field the weak ωNN coupling constants are calculated. Applying the vector dominance model for the isoscalar current the constant of the isoscalar P-odd ωNN interaction h ω (0) =0 is obtained while the constant of the isovector (of the Lagrangian of the ωNN interaction proves to be h ω (1) ≅ 1.0x10 -7

  17. Monte Carlo full-waveform inversion of crosshole GPR data using multiple-point geostatistical a priori information

    DEFF Research Database (Denmark)

    Cordua, Knud Skou; Hansen, Thomas Mejer; Mosegaard, Klaus

    2012-01-01

    We present a general Monte Carlo full-waveform inversion strategy that integrates a priori information described by geostatistical algorithms with Bayesian inverse problem theory. The extended Metropolis algorithm can be used to sample the a posteriori probability density of highly nonlinear...... inverse problems, such as full-waveform inversion. Sequential Gibbs sampling is a method that allows efficient sampling of a priori probability densities described by geostatistical algorithms based on either two-point (e.g., Gaussian) or multiple-point statistics. We outline the theoretical framework......) Based on a posteriori realizations, complicated statistical questions can be answered, such as the probability of connectivity across a layer. (3) Complex a priori information can be included through geostatistical algorithms. These benefits, however, require more computing resources than traditional...

  18. Study of production and cold nuclear matter effects in pPb collisions at s NN √sNN = 5 TeV

    NARCIS (Netherlands)

    Aaij, R.; Adeva, B.; Adinolfi, M.; Affolder, A.; Ajaltouni, Z.; Albrecht, J.; Alessio, F.; Alexander, M.; Ali, S.; Alkhazov, G.; Cartelle, P. Alvarez; Alves, A. A.; Amato, S.; Amerio, S.; Amhis, Y.; Everse, LA; Anderlini, L.; Anderson, J.; Andreassen, P.R.; Andreotti, M.; Andrews, J.E.; Appleby, R. B.; Gutierrez, O. Aquines; Archilli, F.; Artamonov, A.; Artuso, M.; Aslanides, E.; Auriemma, G.; Baalouch, M.; Bachmann, S.; Back, J. J.; Badalov, A.; Balagura, V.; Baldini, W.; Barlow, R. J.; Barschel, C.; Barsuk, S.; Barter, W.; Batozskaya, V.; Bay, A.; Beaucourt, L.; Beddow, J.; Bedeschi, F.; Bediaga, I.; Belogurov, S.; Belous, K.; Belyaev, I.; Ben-Haim, E.; Bencivenni, G.; Benson, S.; Benton, J.; Berezhnoy, A.; Bernet, R.; Bettler, M-O.; Van Beuzekom, Martin; Bien, A.; Bifani, S.; Bird, T.D.; Bizzeti, A.; Bjørnstad, P. M.; Blake, T.; Blanc, F.; Blouw, J.; Blusk, S.; Bocci, V.; Bondar, A.; Bondar, N.; Bonivento, W.; Borghi, S.; Borgia, A.; Borsato, M.; Bowcock, T. J. V.; Bowen, E.; Bozzi, C.; Brambach, T.; Van Den Brand, J.; Bressieux, J.; Brett, D.; Britsch, M.; Britton, T.; Brodzicka, J.; Brook, N. H.; Brown, H.; Bursche, A.; Busetto, G.; Buytaert, J.; Cadeddu, S.; Calabrese, R.; Calvi, M.; Gomez, M. Calvo; Camboni, A.; Campana, P.; Perez, D. H. Campora; Carbone, A.; Carboni, G.; Cardinale, R.; Cardini, A.; Carranza-Mejia, H.; Carson, L.; Akiba, K. Carvalho; Casse, G.; Cassina, L.; Garcia, L. Castillo; Cattaneo, M.; Cauet, Ch; Cenci, R.; Charles, M.; Charpentier, Ph; Chen, S.; Cheung, S-F.; Chiapolini, N.; Chrzaszcz, M.; Ciba, K.; Vidal, X. Cid; Ciezarek, G.; Clarke, P. E. L.; Clemencic, M.; Cliff, H. V.; Closier, J.; Coco, V.; Cogan, J.; Cogneras, E.; Collins, P.; Comerma-Montells, A.; Contu, A.; Cook, A.; Coombes, M.; Coquereau, S.; Corti, G.; Corvo, M.; Counts, I.; Couturier, B.; Cowan, G. A.; Craik, D. C.; Torres, M. Cruz; Cunliffe, S.; Currie, C.R.; D'Ambrosio, C.; Dalseno, J.; David, P.; Davis, A.; De Bruyn, K.; De Capua, S.; De Cian, M.; de Miranda, J. M.; Paula, L.E.; da-Silva, W.S.; De Simone, P.; Decamp, D.; Deckenhoff, M.; Del Buono, L.; Déléage, N.; Derkach, D.; Deschamps, O.; Dettori, F.; Di Canto, A.; Dijkstra, H.; Donleavy, S.; Dordei, F.; Dorigo, M.; Suárez, A. Dosil; Dossett, D.; Dovbnya, A.; Dujany, G.; Dupertuis, F.; Durante, P.; Dzhelyadin, R.; Dziurda, A.; Dzyuba, A.; Easo, S.; Egede, U.; Egorychev, V.; Eidelman, S.; Eisenhardt, S.; Eitschberger, U.; Ekelhof, R.; Eklund, L.; El Rifai, I.; Elsasser, Ch.; Ely, S.; Esen, S.; Evans, T. M.; Falabella, A.; Färber, C.; Farinelli, C.; Farley, N.; Farry, S.; Ferguson, D.; Albor, V. Fernandez; Rodrigues, F. Ferreira; Ferro-Luzzi, M.; Filippov, S.; Fiore, M.; Fiorini, M.; Firlej, M.; Fitzpatrick, C.; Fiutowski, T.; Fontana, Mark; Fontanelli, F.; Forty, R.; De Aguiar Francisco, O.; Frank, M.; Frei, C.; Frosini, M.; Fu, J.; Furfaro, E.; Torreira, A. Gallas; Galli, D.; Gallorini, S.; Gambetta, S.; Gandelman, M.; Gandini, P.; Gao, Y.; Garofoli, J.; Tico, J. Garra; Garrido, L.; Carvalho-Gaspar, M.; Gauld, Rhorry; Gavardi, L.; Gersabeck, E.; Gersabeck, M.; Gershon, T. J.; Ghez, Ph; Gianelle, A.; Giani, S.; Gibson, V.; Giubega, L.; Gligorov, V. V.; Göbel, C.; Golubkov, D.; Golutvin, A.; Gomes, A.Q.; Head-Gordon, Teresa; Gotti, C.; Gándara, M. Grabalosa; Diaz, R. Graciani; Cardoso, L. A.Granado; Graugés, E.; Graziani, G.; Grecu, A.; Greening, E.; Gregson, S.; Griffith, P.; Grillo, L.; Grünberg, O.; Gui, B.; Gushchin, E.; Guz, Yu; Gys, T.; Hadjivasiliou, C.; Haefeli, G.; Haen, C.; Haines, S. C.; Hall, S.; Hamilton, B.; Hampson, T.; Han, X.; Hansmann-Menzemer, S.; Harnew, N.; Harnew, S. T.; Harrison, J.; Hartmann, T.; He, J.; Head, T.; Heijne, V.; Hennessy, K.; Henrard, P.; Henry, L.; Morata, J. A.Hernando; van Herwijnen, E.; Heß, M.; Hicheur, A.; Hill, D.; Hoballah, M.; Hombach, C.; Hulsbergen, W.; Hunt, P.; Hussain, N.; Hutchcroft, D. E.; Hynds, D.; Idzik, M.; Ilten, P.; Jacobsson, R.; Jaeger, A.; Jalocha, J.; Jans, E.; Jaton, P.; Jawahery, A.; Jezabek, M.; Jing, F.; John, M.; Johnson, D.; Jones, C. R.; Joram, C.; Jost, B.; Jurik, N.; Kaballo, M.; Kandybei, S.; Kanso, W.; Karacson, M.; Karbach, T. M.; Kelsey, M. H.; Kenyon, I. R.; Ketel, T.; Khanji, B.; Khurewathanakul, C.; Klaver, S.M.; Kochebina, O.; Kolpin, M.; Komarov, I.; Koopman, R. F.; Koppenburg, P.; Korolev, M.; Kozlinskiy, A.; Kravchuk, L.; Kreplin, K.; Kreps, M.; Krocker, G.; Krokovny, P.; Kruse, F.; Kucharczyk, M.; Kudryavtsev, V.; Kurek, K.; Kvaratskheliya, T.; La Thi, V. N.; Lacarrere, D.; Lafferty, G. D.; Lai, A.; Lambert, D.M.; Lambert, R. W.; Lanciotti, E.; Lanfranchi, G.; Langenbruch, C.; Langhans, B.; Latham, T. E.; Lazzeroni, C.; Le Gac, R.; Van Leerdam, J.; Lees, J. P.; Lefèvre, R.; Leflat, A.; Lefrançois, J.; Di Leo, S.; Leroy, O.; Lesiak, T.; Leverington, B.; Li, Y.; Liles, M.; Lindner, R.; Linn, S.C.; Lionetto, F.; Liu, B.; Liu, G.; Lohn, S.; Longstaff, I.; Lopes, J. H.; Lopez-March, N.; Lowdon, P.; Lu, H.; Lucchesi, D.; Luo, H.; Lupato, A.; Luppi, E.; Lupton, O.; Machefert, F.; Machikhiliyan, I. V.; Maciuc, F.; Maev, O.; Malde, S.; Manca, G.; Mancinelli, G.; Manzali, M.; Maratas, J.; Marchand, J. F.; Marconi, U.; Benito, C. Marin; Marino, P.; Märki, R.; Marks, J.; Martellotti, G.; Martens, A.; Sánchez, A. Martín; Martinelli-Boneschi, F.; Santos, D. Martinez; Vidal, F. Martinez; Tostes, D. Martins; Massafferri, A.; Matev, R.; Mathe, Z.; Matteuzzi, C.; Mazurov, A.; McCann, M.; McCarthy, J.; Mcnab, A.; McNulty, R.; McSkelly, B.; Meadows, B. T.; Meier, F.; Meissner, M.; Merk, M.; Milanes, D. A.; Minard, M. N.; Moggi, N.; Rodriguez, J. Molina; Monteil, S.; Moran-Zenteno, D.; Morandin, M.; Morawski, P.; Mordà, A.; Morello, M. J.; Moron, J.; Morris, A. B.; Mountain, R.; Muheim, F.; Müller, Karl; Muresan, R.; Mussini, M.; Muster, B.; Naik, P.; Nakada, T.; Nandakumar, R.; Nasteva, I.; Needham, M.; Neri, N.; Neubert, S.; Neufeld, N.; Neuner, M.; Nguyen, A. D.; Nguyen, T. D.; Nguyen-Mau, C.; Nicol, M.; Niess, V.; Niet, R.; Nikitin, N.; Nikodem, T.; Novoselov, A.; Oblakowska-Mucha, A.; Obraztsov, V.; Oggero, S.; Ogilvy, S.; Okhrimenko, O.; Oldeman, R.; Onderwater, G.; Orlandea, M.; Goicochea, J. M.Otalora; Owen, R.P.; Oyanguren, A.; Pal, B. K.; Palano, A.; Palombo, F.; Palutan, M.; Panman, J.; Papanestis, A.; Pappagallo, M.; Parkes, C.; Parkinson, C. J.; Passaleva, G.; Patel, G. D.; Patel, M.; Patrignani, C.; Alvarez, A. Pazos; Pearce, D.A.; Pellegrino, A.; Altarelli, M. Pepe; Perazzini, S.; Trigo, E. Perez; Perret, P.; Perrin-Terrin, M.; Pescatore, L.; Pesen, E.; Petridis, K.; Petrolini, A.; Olloqui, E. Picatoste; Pietrzyk, B.; Pilař, T.; Pinci, D.; Pistone, A.; Playfer, S.; Casasus, M. Plo; Polci, F.; Poluektov, A.; Polycarpo, E.; Popov, A.; Popov, D.; Popovici, B.; Potterat, C.; Powell, A.; Prisciandaro, J.; Pritchard, C.A.; Prouve, C.; Pugatch, V.; Navarro, A. Puig; Punzi, G.; Qian, Y.W.; Rachwal, B.; Rademacker, J. H.; Rakotomiaramanana, B.; Rama, M.; Rangel, M. S.; Raniuk, I.; Rauschmayr, N.; Raven, G.; Reichert, S.; Reid, M.; dos Reis, A. C.; Ricciardi, S.; Richards, Al.; Rihl, M.; Rinnert, K.; Molina, V. Rives; Romero, D. A.Roa; Robbe, P.; Rodrigues, A. B.; Rodrigues, L.E.T.; Perez, P. Rodriguez; Roiser, S.; Romanovsky, V.; Vidal, A. Romero; Rotondo, M.; Rouvinet, J.; Ruf, T.; Ruffini, F.; Ruiz, van Hapere; Valls, P. Ruiz; Sabatino, G.; Silva, J. J.Saborido; Sagidova, N.; Sail, P.; Saitta, B.; Guimaraes, V. Salustino; Mayordomo, C. Sanchez; Sedes, B. Sanmartin; Santacesaria, R.; Rios, C. Santamarina; Santovetti, E.; Sapunov, M.; Sarti, A.; Satriano, C.; Satta, A.; Savrie, M.; Savrina, D.; Schiller, M.; Schindler, R. H.; Schlupp, M.; Schmelling, M.; Schmidt, B.; Schneider, O.; Schopper, A.; Schune, M. H.; Schwemmer, R.; Sciascia, B.; Sciubba, A.; Seco, M.; Semennikov, A.; Senderowska, K.; Sepp, I.; Serra, N.; Serrano, J.; Sestini, L.; Seyfert, P.; Shapkin, M.; Shapoval, I.; Shcheglov, Y.; Shears, T.; Shekhtman, L.; Shevchenko, V.; Shires, A.; Coutinho, R. Silva; Simi, G.; Sirendi, M.; Skidmore, N.; Skwarnicki, T.; Smith, N. A.; Smith, E.; Smith, E.; Smith, J; Smith, M.; Snoek, H.; Sokoloff, M. D.; Soler, F. J. P.; Soomro, F.; de Souza, D.K.; De Paula, B. Souza; Spaan, B.; Sparkes, A.; Spinella, F.; Spradlin, P.; Stagni, F.; Stahl, S.; Steinkamp, O.; Stenyakin, O.; Stevenson-Moore, P.; Stoica, S.; Stone, S.; Storaci, B.; Stracka, S.; Straticiuc, M.; Straumann, U.; Stroili, R.; Subbiah, V. K.; Sun, L.; Sutcliffe, W.; Swientek, K.; Swientek, S.; Syropoulos, V.; Szczekowski, M.; Szczypka, P.; Szilard, D.; Szumlak, T.; T'Jampens, S.; Teklishyn, M.; Tellarini, G.; Teubert, F.; Thomas, C.; Thomas, E.; Van Tilburg, J.; Tisserand, V.; Tobin, M. N.; Tolk, S.; Tomassetti, L.; Tonelli, D.; Topp-Joergensen, S.; Torr, N.; Tournefier, E.; Tourneur, S.; Tran, N.T.M.T.; Tresch, M.; Tsaregorodtsev, A.; Tsopelas, P.; Tuning, N.; Garcia, M. Ubeda; Ukleja, A.; Ustyuzhanin, A.; Uwer, U.; Vagnoni, V.; Valenti, G.; Vallier, A.; Gomez, R. Vazquez; Regueiro, P. Vazquez; Sierra, C. Vázquez; Vecchi, S.; Velthuis, M.J.; Veltri, M.; Veneziano, G.; Vesterinen, M.; Viaud, B.; Vieira, D.; Diaz, M. Vieites; Vilasis-Cardona, X.; Vollhardt, A.; Volyanskyy, D.; Voong, D.; Vorobyev, A.; Vorobyev, V.; Voß, C.; Voss, H.; De Vries, J. A.; Waldi, R.; Wallace, C.; Wallace, R.; Walsh, John; Wandernoth, S.; Wang, J.; Ward, D. R.; Watson, N. K.; Websdale, D.; Whitehead, M.; Wicht, J.; Wiedner, D.; Wilkinson, G.; Williams, M.P.; Williams, M.; Wilson, James F; Wimberley, J.; Wishahi, J.; Wislicki, W.; Witek, M.; Wormser, G.; Wotton, S. A.; Wright, S.J.; Wu, S.; Wyllie, K.; Xie, Y.; Xing, Z.; Xu, Z.; Yang, Z.; Yuan, X.; Yushchenko, O.; Zangoli, M.; Zavertyaev, M.; Zhang, F.; Zhang, L.; Zhang, W. C.; Zhang, Y.; Zhelezov, A.; Zhokhov, A.; Zhong, L.; Zvyagin, A.

    2014-01-01

    Production of mesons in proton-lead collisions at a nucleon-nucleon centre-of-mass energy s NN √sNN = 5 TeV is studied with the LHCb detector. The analysis is based on a data sample corresponding to an integrated luminosity of 1.6 nb-1. The mesons of transverse momenta up to 15 GeV/c are

  19. Projection of the six-quark wave function onto the NN channel and the problem of the repulsive core in the NN interaction

    International Nuclear Information System (INIS)

    Kusainov, A.M.; Neudatchin, V.G.; Obukhovsky, I.T.

    1991-01-01

    A modification of the resonating-group method (RGM) is proposed which includes the multiquark shell-model configurations in the nucleon overlap region. The instanton, gluon, and π,σ exchange is taken into account, the interaction constants being consistent with the baryon spectrum. This enables one to cover a wide interval of NN scattering energies up to E lab =2 GeV. The projection of the six-quark wave function onto the NN and other baryon channels is discussed in detail in our approach and in other RGM versions as well, and in this context the problem of repulsive core in the NN forces is discussed

  20. Estimation and Mapping Forest Attributes Using “k Nearest Neighbor” Method on IRS-P6 LISS III Satellite Image Data

    Directory of Open Access Journals (Sweden)

    Amir Eslam Bonyad

    2015-06-01

    Full Text Available In this study, we explored the utility of k Nearest Neighbor (kNN algorithm to integrate IRS-P6 LISS III satellite imagery data and ground inventory data for application in forest attributes (DBH, trees height, volume, basal area, density and forest cover type estimation and mapping. The ground inventory data was based on a systematic-random sampling grid and the numbers of sampling plots were 408 circular plots in a plantation in Guilan province, north of Iran. We concluded that kNN method was useful tool for mapping at a fine accuracy between 80% and 93.94%. Values of k between 5 and 8 seemed appropriate. The best distance metrics were found Euclidean, Fuzzy and Mahalanobis. Results showed that kNN was accurate enough for practical applicability for mapping forest areas.

  1. Application of Bayesian geostatistics for evaluation of mass discharge uncertainty at contaminated sites

    Science.gov (United States)

    Troldborg, Mads; Nowak, Wolfgang; Lange, Ida V.; Santos, Marta C.; Binning, Philip J.; Bjerg, Poul L.

    2012-09-01

    Mass discharge estimates are increasingly being used when assessing risks of groundwater contamination and designing remedial systems at contaminated sites. Such estimates are, however, rather uncertain as they integrate uncertain spatial distributions of both concentration and groundwater flow. Here a geostatistical simulation method for quantifying the uncertainty of the mass discharge across a multilevel control plane is presented. The method accounts for (1) heterogeneity of both the flow field and the concentration distribution through Bayesian geostatistics, (2) measurement uncertainty, and (3) uncertain source zone and transport parameters. The method generates conditional realizations of the spatial flow and concentration distribution. An analytical macrodispersive transport solution is employed to simulate the mean concentration distribution, and a geostatistical model of the Box-Cox transformed concentration data is used to simulate observed deviations from this mean solution. By combining the flow and concentration realizations, a mass discharge probability distribution is obtained. The method has the advantage of avoiding the heavy computational burden of three-dimensional numerical flow and transport simulation coupled with geostatistical inversion. It may therefore be of practical relevance to practitioners compared to existing methods that are either too simple or computationally demanding. The method is demonstrated on a field site contaminated with chlorinated ethenes. For this site, we show that including a physically meaningful concentration trend and the cosimulation of hydraulic conductivity and hydraulic gradient across the transect helps constrain the mass discharge uncertainty. The number of sampling points required for accurate mass discharge estimation and the relative influence of different data types on mass discharge uncertainty is discussed.

  2. Geostatistical enhancement of european hydrological predictions

    Science.gov (United States)

    Pugliese, Alessio; Castellarin, Attilio; Parajka, Juraj; Arheimer, Berit; Bagli, Stefano; Mazzoli, Paolo; Montanari, Alberto; Blöschl, Günter

    2016-04-01

    Geostatistical Enhancement of European Hydrological Prediction (GEEHP) is a research experiment developed within the EU funded SWITCH-ON project, which proposes to conduct comparative experiments in a virtual laboratory in order to share water-related information and tackle changes in the hydrosphere for operational needs (http://www.water-switch-on.eu). The main objective of GEEHP deals with the prediction of streamflow indices and signatures in ungauged basins at different spatial scales. In particular, among several possible hydrological signatures we focus in our experiment on the prediction of flow-duration curves (FDCs) along the stream-network, which has attracted an increasing scientific attention in the last decades due to the large number of practical and technical applications of the curves (e.g. hydropower potential estimation, riverine habitat suitability and ecological assessments, etc.). We apply a geostatistical procedure based on Top-kriging, which has been recently shown to be particularly reliable and easy-to-use regionalization approach, employing two different type of streamflow data: pan-European E-HYPE simulations (http://hypeweb.smhi.se/europehype) and observed daily streamflow series collected in two pilot study regions, i.e. Tyrol (merging data from Austrian and Italian stream gauging networks) and Sweden. The merger of the two study regions results in a rather large area (~450000 km2) and might be considered as a proxy for a pan-European application of the approach. In a first phase, we implement a bidirectional validation, i.e. E-HYPE catchments are set as training sites to predict FDCs at the same sites where observed data are available, and vice-versa. Such a validation procedure reveals (1) the usability of the proposed approach for predicting the FDCs over the entire river network of interest using alternatively observed data and E-HYPE simulations and (2) the accuracy of E-HYPE-based predictions of FDCs in ungauged sites. In a

  3. Effective field theory for NN interactions

    International Nuclear Information System (INIS)

    Tran Duy Khuong; Vo Hanh Phuc

    2003-01-01

    The effective field theory of NN interactions is formulated and the power counting appropriate to this case is reviewed. It is more subtle than in most effective field theories since in the limit that the S-wave NN scattering lengths go to infinity. It is governed by nontrivial fixed point. The leading two body terms in the effective field theory for nucleon self interactions are scale invariant and invariant under Wigner SU(4) spin-isospin symmetry in this limit. Higher body terms with no derivatives (i.e. three and four body terms) are automatically invariant under Wigner symmetry. (author)

  4. Geostatistical inference using crosshole ground-penetrating radar

    DEFF Research Database (Denmark)

    Looms, Majken C; Hansen, Thomas Mejer; Cordua, Knud Skou

    2010-01-01

    of the subsurface are used to evaluate the uncertainty of the inversion estimate. We have explored the full potential of the geostatistical inference method using several synthetic models of varying correlation structures and have tested the influence of different assumptions concerning the choice of covariance...... reflection profile. Furthermore, the inferred values of the subsurface global variance and the mean velocity have been corroborated with moisturecontent measurements, obtained gravimetrically from samples collected at the field site....

  5. Geostatistical analysis of prevailing groundwater conditions and potential solute migration at Elstow, Bedfordshire

    International Nuclear Information System (INIS)

    MacKay, R.; Cooper, T.A.; Porter, J.D.; O'Connell, P.E.; Metcalfe, A.V.

    1988-06-01

    A geostatistical approach is applied in a study of the potential migration of contaminants from a hypothetical waste disposal facility near Elstow, Bedfordshire. A deterministic numerical model of groundwater flow in the Kellaways Sands formation and adjacent layers is coupled with geostatistical simulation of the heterogeneous transmissivity field of this principal formation. A particle tracking technique is used to predict the migration pathways for alternative realisations of flow. Alternative statistical descriptions of the spatial structure of the transmissivity field are implemented and the temporal and spatial distributions of escape of contaminants to the biosphere are investigated. (author)

  6. Estimating Rainfall in Rodrigues by Geostatistics: (A) Theory | Proag ...

    African Journals Online (AJOL)

    This paper introduces the geostatistical method. Originally devised to treat problems that arise when conventional statistical theory is used in estimating changes in ore grade within a mine, it is, however, an abstract theory of statistical behaviour that is applicable to many circumstances in different areas of geology and other ...

  7. Topsoil moisture mapping using geostatistical techniques under different Mediterranean climatic conditions.

    Science.gov (United States)

    Martínez-Murillo, J F; Hueso-González, P; Ruiz-Sinoga, J D

    2017-10-01

    Soil mapping has been considered as an important factor in the widening of Soil Science and giving response to many different environmental questions. Geostatistical techniques, through kriging and co-kriging techniques, have made possible to improve the understanding of eco-geomorphologic variables, e.g., soil moisture. This study is focused on mapping of topsoil moisture using geostatistical techniques under different Mediterranean climatic conditions (humid, dry and semiarid) in three small watersheds and considering topography and soil properties as key factors. A Digital Elevation Model (DEM) with a resolution of 1×1m was derived from a topographical survey as well as soils were sampled to analyzed soil properties controlling topsoil moisture, which was measured during 4-years. Afterwards, some topography attributes were derived from the DEM, the soil properties analyzed in laboratory, and the topsoil moisture was modeled for the entire watersheds applying three geostatistical techniques: i) ordinary kriging; ii) co-kriging considering as co-variate topography attributes; and iii) co-kriging ta considering as co-variates topography attributes and gravel content. The results indicated topsoil moisture was more accurately mapped in the dry and semiarid watersheds when co-kriging procedure was performed. The study is a contribution to improve the efficiency and accuracy of studies about the Mediterranean eco-geomorphologic system and soil hydrology in field conditions. Copyright © 2017 Elsevier B.V. All rights reserved.

  8. Vertaisverkot ja kapseloinnin menetyksen aiheuttama lainsäädännöllinen muutospaine

    OpenAIRE

    MATTILA, JURI

    2012-01-01

    Informaatiota on perinteisesti välitetty yhteiskunnassa taholta toiselle kapseloimalla sitä fyysisiin tallennusvälineisiin. Monia aineettomia esineitä on siksi voitu lainsäädännössä luontevasti käsitellä aineellisten esineiden tavoin. Kapselointi onkin esimerkiksi tekijänoikeuslaissa muodostunut informaatioon liittyvien oikeuksien sekä teosten välittymisen keskeiseksi kontrollointitavaksi. Kapseloidun tiedon malli ei kuitenkaan sovellu pilviteknologiaan perustuvien vertaisverkkojen kuvaamisee...

  9. PENINGKATAN KECERDASAN COMPUTER PLAYER PADA GAME PERTARUNGAN BERBASIS K-NEAREST NEIGHBOR BERBOBOT

    Directory of Open Access Journals (Sweden)

    M Ihsan Alfani Putera

    2018-02-01

    Full Text Available Salah satu teknologi komputer yang berkembang dan perubahannya cukup pesat adalah game. Tujuan dibuatnya game adalah sebagai sarana hiburan dan memberikan kesenangan bagi penggunanya. Contoh elemen dalam pembuatan game yang penting adalah adanya tantangan yang seimbang sesuai level. Dalam hal ini, adanya kecerdasan buatan atau AI merupakan salah satu unsur yang diperlukan dalam pembentukan game. Penggunaan AI yang tidak beradaptasi ke strategi lawan akan  mudah diprediksi dan repetitif. Jika AI terlalu pintar maka player akan kesulitan dalam memainkan game tersebut. Dengan keadaan seperti itu akan menurunkan tingkat enjoyment dari pemain. Oleh karena itu, dibutuhkan suatu metode AI yang dapat beradaptasi dengan kemampuan dari player yang bermain. Sehingga tingkat kesulitan yang dihadapi dapat mengikuti kemampuan pemainnya dan pengalaman enjoyment ketika bermain game terus terjaga. Pada penelitian sebelumnya, metode AI yang sering digunakan pada game berjenis pertarungan adalah K-NN. Namun metode tersebut menganggap semua atribut dalam game adalah sama sehingga hal ini mempengaruhi hasil learning AI menjadi kurang optimal.Penelitian ini mengusulkan metode untuk AI dengan menggunakan metode K-NN berbobot pada game berjenis pertarungan. Dimana, pembobotan tersebut dilakukan untuk memberikan pengaruh setiap atribut dengan bobot disesuaikan dengan aksi player. Dari hasil evaluasi yang dilakukan terhadap 50 kali pertandingan pada 3 skenario uji coba, metode yang diusulkan yaitu K-NN berbobot mampu menghasilkan tingkat kecerdasan AI dengan akurasi sebesar 51%. Sedangkan, metode sebelumnya yaitu K-NN tanpa bobot hanya menghasilkan tingkat kecerdasan AI sebesar 38% dan metode random menghasilkan tingkat kecerdasan AI sebesar 25%.

  10. Exploring prediction uncertainty of spatial data in geostatistical and machine learning Approaches

    Science.gov (United States)

    Klump, J. F.; Fouedjio, F.

    2017-12-01

    Geostatistical methods such as kriging with external drift as well as machine learning techniques such as quantile regression forest have been intensively used for modelling spatial data. In addition to providing predictions for target variables, both approaches are able to deliver a quantification of the uncertainty associated with the prediction at a target location. Geostatistical approaches are, by essence, adequate for providing such prediction uncertainties and their behaviour is well understood. However, they often require significant data pre-processing and rely on assumptions that are rarely met in practice. Machine learning algorithms such as random forest regression, on the other hand, require less data pre-processing and are non-parametric. This makes the application of machine learning algorithms to geostatistical problems an attractive proposition. The objective of this study is to compare kriging with external drift and quantile regression forest with respect to their ability to deliver reliable prediction uncertainties of spatial data. In our comparison we use both simulated and real world datasets. Apart from classical performance indicators, comparisons make use of accuracy plots, probability interval width plots, and the visual examinations of the uncertainty maps provided by the two approaches. By comparing random forest regression to kriging we found that both methods produced comparable maps of estimated values for our variables of interest. However, the measure of uncertainty provided by random forest seems to be quite different to the measure of uncertainty provided by kriging. In particular, the lack of spatial context can give misleading results in areas without ground truth data. These preliminary results raise questions about assessing the risks associated with decisions based on the predictions from geostatistical and machine learning algorithms in a spatial context, e.g. mineral exploration.

  11. Multi-step ahead nonlinear identification of Lorenz's chaotic system using radial basis neural network with learning by clustering and particle swarm optimization

    International Nuclear Information System (INIS)

    Guerra, Fabio A.; Coelho, Leandro dos S.

    2008-01-01

    An important problem in engineering is the identification of nonlinear systems, among them radial basis function neural networks (RBF-NN) using Gaussian activation functions models, which have received particular attention due to their potential to approximate nonlinear behavior. Several design methods have been proposed for choosing the centers and spread of Gaussian functions and training the RBF-NN. The selection of RBF-NN parameters such as centers, spreads, and weights can be understood as a system identification problem. This paper presents a hybrid training approach based on clustering methods (k-means and c-means) to tune the centers of Gaussian functions used in the hidden layer of RBF-NNs. This design also uses particle swarm optimization (PSO) for centers (local clustering search method) and spread tuning, and the Penrose-Moore pseudoinverse for the adjustment of RBF-NN weight outputs. Simulations involving this RBF-NN design to identify Lorenz's chaotic system indicate that the performance of the proposed method is superior to that of the conventional RBF-NN trained for k-means and the Penrose-Moore pseudoinverse for multi-step ahead forecasting

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

    Directory of Open Access Journals (Sweden)

    Hyung-Ju Cho

    2012-01-01

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

  13. Validating spatial structure in canopy water content using geostatistics

    Science.gov (United States)

    Sanderson, E. W.; Zhang, M. H.; Ustin, S. L.; Rejmankova, E.; Haxo, R. S.

    1995-01-01

    Heterogeneity in ecological phenomena are scale dependent and affect the hierarchical structure of image data. AVIRIS pixels average reflectance produced by complex absorption and scattering interactions between biogeochemical composition, canopy architecture, view and illumination angles, species distributions, and plant cover as well as other factors. These scales affect validation of pixel reflectance, typically performed by relating pixel spectra to ground measurements acquired at scales of 1m(exp 2) or less (e.g., field spectra, foilage and soil samples, etc.). As image analysis becomes more sophisticated, such as those for detection of canopy chemistry, better validation becomes a critical problem. This paper presents a methodology for bridging between point measurements and pixels using geostatistics. Geostatistics have been extensively used in geological or hydrogeolocial studies but have received little application in ecological studies. The key criteria for kriging estimation is that the phenomena varies in space and that an underlying controlling process produces spatial correlation between the measured data points. Ecological variation meets this requirement because communities vary along environmental gradients like soil moisture, nutrient availability, or topography.

  14. Measurement of charged jet suppression in Pb-Pb collisions at √s NN = 2.76 TeV

    NARCIS (Netherlands)

    Abelev, B.; Adam, J.; Adamová, D.; Aggarwal, M. M.; Rinella, G. Aglieri; Agnello, M.; Agocs, A. G.; Agostinelli, A.; Agrawal, N.; Ahammed, Z.; Ahmad, N.; Masoodi, A. Ahmad; Ahmed, I.; Ahn, S. U.; Ahn, S. A.; Aimo, I.; Aiola, S.; Ajaz, M.; Akindinov, A.; Aleksandrov, D.; Alessandro, B.; Alexandre, D.; Alici, A.; Alkin, A.; Alme, J.; Alt, T.; Altini, V.; Altinpinar, S.; Altsybeev, I.; Prado, C. Alves Garcia; Andrei, C.; Andronic, A.; Anguelov, V.; Anielski, J.; Antičić, T.; Antinori, F.; Antonioli, P.; Aphecetche, L.; Appelshäuser, H.; Arbor, N.; Arcelli, S.; Armesto, N.; Arnaldi, R.; Aronsson, T.; Arsene, I. C.; Arslandok, M.; Augustinus, A.; Averbeck, R.; Awes, T. C.; Azmi, M. D.; Bach, M.; Badalà, A.; Baek, Y. W.; Bagnasco, S.; Bailhache, R.; Bairathi, V.; Bala, R.; Baldisseri, A.; Pedrosa, F. Baltasar Dos Santos; Bán, J.; Baral, R. C.; Barbera, R.; Barile, F.; Barnaföldi, G. G.; Barnby, L. S.; Barret, V.; Bartke, J.; Basile, M.; Bastid, N.; Basu, S.; Bathen, B.; Batigne, G.; Batyunya, B.; Batzing, P. C.; Baumann, C.; Bearden, I. G.; Beck, H.; Bedda, C.; Behera, N. K.; Belikov, I.; Bellini, F.; Bellwied, R.; Belmont-Moreno, E.; Bencedi, G.; Beole, S.; Berceanu, I.; Bercuci, A.; Berdnikov, Y.; Berenyi, D.; Berger, M. E.; Bergognon, A. A E; Bertens, R. A.; Berzano, D.; Betev, L.; Bhasin, A.; Bhati, A. K.; Bhattacharjee, B.; Bhom, J.; Bianchi, L.; Bianchi, N.; Bianchin, C.; Bielčík, J.; Bielčíková, J.; Bilandzic, A.; Bjelogrlic, S.; Blanco, F.; Blau, D.; Blume, C.; Bock, F.; Boehmer, F. V.; Bogdanov, A.; Bøggild, H.; Bogolyubsky, M.; Boldizsár, L.; Bombara, M.; Book, J.; Borel, H.; Borissov, A.; Bornschein, J.; Bossú, F.; Botje, M.; Botta, E.; Böttger, S.; Braun-Munzinger, P.; Bregant, M.; Breitner, T.; Broker, T. A.; Browning, T. A.; Broz, M.; Bruna, E.; Bruno, G. E.; Budnikov, D.; Buesching, H.; Bufalino, S.; Buncic, P.; Busch, O.; Buthelezi, Z.; Caffarri, D.; Cai, X.; Caines, H.; Caliva, A.; Villar, E. Calvo; Camerini, P.; Roman, V. Canoa; Carena, F.; Carena, W.; Carminati, F.; Díaz, A. Casanova; Castellanos, J. Castillo; Casula, E. A R; Catanescu, V.; Cavicchioli, C.; Sanchez, C. Ceballos; Cepila, J.; Cerello, P.; Chang, B.; Chapeland, S.; Charvet, J. L.; Chattopadhyay, S.; Chattopadhyay, S.; Cherney, M.; Cheshkov, C.; Cheynis, B.; Barroso, V. Chibante; Chinellato, D. D.; Chochula, P.; Chojnacki, M.; Choudhury, S.; Christakoglou, P.; Christensen, C. H.; Christiansen, P.; Chujo, T.; Chung, S. U.; Cicalo, C.; Cifarelli, L.; Cindolo, F.; Cleymans, J.; Colamaria, F.; Colella, D.; Collu, A.; Colocci, M.; Balbastre, G. Conesa; Del Valle, Z. Conesa; Connors, M. E.; Contin, G.; Contreras, J. G.; Cormier, T. M.; Morales, Y. Corrales; Cortese, P.; Maldonado, I. Cortés; Cosentino, M. R.; Costa, F.; Crochet, P.; Albino, R. Cruz; Cuautle, E.; Cunqueiro, L.; Dainese, A.; Dang, R.; Danu, A.; Das, D.; Das, I.; Das, K.; Das, S.; Dash, A.; Dash, S.; De, S.; Delagrange, H.; Deloff, A.; Dénes, E.; D'erasmo, G.; De Barros, G. O V; De Caro, A.; De Cataldo, G.; De Cuveland, J.; De Falco, A.; De Gruttola, D.; De Marco, N.; De Pasquale, S.; De Rooij, R.; Corchero, M. A Diaz; Dietel, T.; Divià, R.; Di Bari, D.; Di Liberto, S.; Di Mauro, A.; Di Nezza, P.; Djuvsland, O.; Dobrin, A.; Dobrowolski, T.; Gimenez, D. Domenicis; Dönigus, B.; Dordic, O.; Dorheim, S.; Dubey, A. K.; Dubla, A.; Ducroux, L.; Dupieux, P.; Majumdar, A. K Dutta; Elia, D.; Engel, H.; Erazmus, B.; Erdal, H. A.; Eschweiler, D.; Espagnon, B.; Estienne, M.; Esumi, S.; Evans, D.; Evdokimov, S.; Eyyubova, G.; Fabris, D.; Faivre, J.; Falchieri, D.; Fantoni, A.; Fasel, M.; Fehlker, D.; Feldkamp, L.; Felea, D.; Feliciello, A.; Feofilov, G.; Ferencei, J.; Téllez, A. Fernández; Ferreiro, E. G.; Ferretti, A.; Festanti, A.; Figiel, J.; Figueredo, M. A S; Filchagin, S.; Finogeev, D.; Fionda, F. M.; Fiore, E. M.; Floratos, E.; Floris, M.; Foertsch, S.; Foka, P.; Fokin, S.; Fragiacomo, E.; Francescon, A.; Frankenfeld, U.; Fuchs, U.; Furget, C.; Girard, M. Fusco; Gaardhøje, J. J.; Gagliardi, M.; Gallio, M.; Gangadharan, D. R.; Ganoti, P.; Garabatos, C.; Garcia-Solis, E.; Gargiulo, C.; Garishvili, I.; Gerhard, J.; Germain, M.; Gheata, A.; Gheata, M.; Ghidini, B.; Ghosh, P.; Ghosh, S. K.; Gianotti, P.; Giubellino, P.; Gladysz-Dziadus, E.; Glässel, P.; Gomez, R.; González-Zamora, P.; Gorbunov, S.; Görlich, L.; Gotovac, S.; Graczykowski, L. K.; Grajcarek, R.; Grelli, A.; Grigoras, A.; Grigoras, C.; Grigoriev, V.; Grigoryan, A.; Grigoryan, S.; Grinyov, B.; Grion, N.; Grosse-Oetringhaus, J. F.; Grossiord, J. Y.; Grosso, R.; Guber, F.; Guernane, R.; Guerzoni, B.; Guilbaud, M.; Gulbrandsen, K.; Gulkanyan, H.; Gunji, T.; Gupta, A.; Gupta, R.; Khan, K. H.; Haake, R.; Haaland, O.; Hadjidakis, C.; Haiduc, M.; Hamagaki, H.; Hamar, G.; Hanratty, L. D.; Hansen, A.; Harris, J. W.; Hartmann, H.; Harton, A.; Hatzifotiadou, D.; Hayashi, S.; Hayrapetyan, A.; Heckel, S. T.; Heide, M.; Helstrup, H.; Herghelegiu, A.; Corral, G. Herrera; Hess, B. A.; Hetland, K. F.; Hicks, B.; Hippolyte, B.; Hladky, J.; Hristov, P.; Huang, M.; Humanic, T. J.; Hutter, D.; Hwang, D. S.; Ianigro, J. C.; Ilkaev, R.; Ilkiv, I.; Inaba, M.; Incani, E.; Innocenti, G. M.; Ionita, C.; Ippolitov, M.; Irfan, M.; Ivanov, M.; Ivanov, V.; Ivanytskyi, O.; Jacholkowski, A.; Jahnke, C.; Jang, H. J.; Janik, M. A.; Jayarathna, P. H S Y; Jena, S.; Bustamante, R. T Jimenez; Jones, P. G.; Jung, H.; Jusko, A.; Kalcher, S.; Kalinak, P.; Kalweit, A.; Kamin, J.; Kang, J. H.; Kaplin, V.; Kar, S.; Uysal, A. Karasu; Karavichev, O.; Karavicheva, T.; Karpechev, E.; Kebschull, U.; Keidel, R.; Ketzer, B.; Khan, M. Mohisin; Khan, P.; Khan, S. A.; Khanzadeev, A.; Kharlov, Y.; Kileng, B.; Kim, B.; Kim, D. W.; Kim, D. J.; Kim, J. S.; Kim, M.; Kim, M.; Kim, S.; Kim, T.; Kirsch, S.; Kisel, I.; Kiselev, S.; Kisiel, A.; Kiss, G.; Klay, J. L.; Klein, J.; Klein-Bösing, C.; Kluge, A.; Knichel, M. L.; Knospe, A. G.; Kobdaj, C.; Köhler, M. K.; Kollegger, T.; Kolojvari, A.; Kondratiev, V.; Kondratyeva, N.; Konevskikh, A.; Kovalenko, V.; Kowalski, M.; Kox, S.; Meethaleveedu, G. Koyithatta; Kral, J.; Králik, I.; Kramer, F.; Kravčáková, A.; Krelina, M.; Kretz, M.; Krivda, M.; Krizek, F.; Krus, M.; Kryshen, E.; Krzewicki, M.; Kučera, V.; Kucheriaev, Y.; Kugathasan, T.; Kuhn, C.; Kuijer, P. G.; Kulakov, I.; Kumar, J.; Kurashvili, P.; Kurepin, A.; Kurepin, A. B.; Kuryakin, A.; Kushpil, S.; Kushpil, V.; Kweon, M. J.; Kwon, Y.; De Guevara, P. Ladron; Fernandes, C. Lagana; Lakomov, I.; Langoy, R.; Lara, C.; Lardeux, A.; Lattuca, A.; La Pointe, S. L.; La Rocca, P.; Lea, R.; Lee, G. R.; Legrand, I.; Lehnert, J.; Lemmon, R. C.; Lenhardt, M.; Lenti, V.; Leogrande, E.; Leoncino, M.; Monzón, I. León; Lévai, P.; Li, S.; Lien, J.; Lietava, R.; Lindal, S.; Lindenstruth, V.; Lippmann, C.; Lisa, M. A.; Ljunggren, H. M.; Lodato, D. F.; Loenne, P. I.; Loggins, V. R.; Loginov, V.; Lohner, D.; Loizides, C.; Lopez, X.; Torres, E. López; Lu, X. G.; Luettig, P.; Lunardon, M.; Luo, J.; Luparello, G.; Luzzi, C.; Gago, A. M.; Jacobs, P. M.; Ma, R.; Maevskaya, A.; Mager, M.; Mahapatra, D. P.; Maire, A.; Malaev, M.; Cervantes, I. Maldonado; Malinina, L.; Mal'kevich, D.; Malzacher, P.; Mamonov, A.; Manceau, L.; Manko, V.; Manso, F.; Manzari, V.; Marchisone, M.; Mareš, J.; Margagliotti, G. V.; Margotti, A.; Marín, A.; Markert, C.; Marquard, M.; Martashvili, I.; Martin, N. A.; Martinengo, P.; Martínez, M. I.; García, G. Martínez; Blanco, J. Martin; Martynov, Y.; Mas, A.; Masciocchi, S.; Masera, M.; Masoni, A.; Massacrier, L.; Mastroserio, A.; Matyja, A.; Mayer, C.; Mazer, J.; Mazumder, R.; Mazzoni, M. A.; Meddi, F.; Menchaca-Rocha, A.; Pérez, J. Mercado; Meres, M.; Miake, Y.; Mikhaylov, K.; Milano, L.; Milosevic, J.; Mischke, A.; Mishra, A. N.; Miskowiec, D.; Mitu, C. M.; Mlynarz, J.; Mohanty, B.; Molnar, L.; Zetina, L. Montaño; Montes, E.; Morando, M.; De Godoy, D. A Moreira; Moretto, S.; Morreale, A.; Morsch, A.; Muccifora, V.; Mudnic, E.; Muhuri, S.; Mukherjee, M.; Müller, H.; Munhoz, M. G.; Murray, S.; Musa, L.; Musinsky, J.; Nandi, B. K.; Nania, R.; Nappi, E.; Nattrass, C.; Nayak, T. K.; Nazarenko, S.; Nedosekin, A.; Nicassio, M.; Niculescu, M.; Nielsen, B. S.; Nikolaev, S.; Nikulin, S.; Nikulin, V.; Nilsen, B. S.; Noferini, F.; Nomokonov, P.; Nooren, G.; Nyanin, A.; Nyatha, A.; Nystrand, J.; Oeschler, H.; Oh, S.; Oh, S. K.; Okatan, A.; Olah, L.; Oleniacz, J.; Oliveira Da Silva, A. C.; Onderwaater, J.; Oppedisano, C.; Velasquez, A. Ortiz; Oskarsson, A.; Otwinowski, J.; Oyama, K.; Pachmayer, Y.; Pachr, M.; Pagano, P.; Paić, G.; Painke, F.; Pajares, C.; Pal, S. K.; Palmeri, A.; Pant, D.; Papikyan, V.; Pappalardo, G. S.; Park, W. J.; Passfeld, A.; Patalakha, D. I.; Paticchio, V.; Paul, B.; Pawlak, T.; Peitzmann, T.; Da Costa, H. Pereira; De Oliveira Filho, E. Pereira; Peresunko, D.; Lara, C. E Pérez; Peryt, W.; Pesci, A.; Pestov, Y.; Petráček, V.; Petran, M.; Petris, M.; Petrovici, M.; Petta, C.; Piano, S.; Pikna, M.; Pillot, P.; Pinazza, O.; Pinsky, L.; Piyarathna, D. B.; Ploskon, M.; Planinic, M.; Pluta, J.; Pochybova, S.; Podesta-Lerma, P. L M; Poghosyan, M. G.; Pohjoisaho, E. H O; Polichtchouk, B.; Poljak, N.; Pop, A.; Porteboeuf-Houssais, S.; Porter, J.; Pospisil, V.; Potukuchi, B.; Prasad, S. K.; Preghenella, R.; Prino, F.; Pruneau, C. A.; Pshenichnov, I.; Puddu, G.; Pujahari, P.; Punin, V.; Putschke, J.; Qvigstad, H.; Rachevski, A.; Raha, S.; Rak, J.; Rakotozafindrabe, A.; Ramello, L.; Raniwala, R.; Raniwala, S.; Räsänen, S. S.; Rascanu, B. T.; Rathee, D.; Rauf, A. W.; Razazi, V.; Read, K. F.; Real, J. S.; Redlich, K.; Reed, R. J.; Rehman, A.; Reichelt, P.; Reicher, M.; Reidt, F.; Renfordt, R.; Reolon, A. R.; Reshetin, A.; Rettig, F.; Revol, J. P.; Reygers, K.; Riabov, V.; Ricci, R. A.; Richert, T.; Richter, M.; Riedler, P.; Riegler, W.; Riggi, F.; Rivetti, A.; Rocco, E.; Cahuantzi, M. Rodríguez; Manso, A. Rodriguez; Røed, K.; Rogochaya, E.; Rohni, S.; Rohr, D.; Röhrich, D.; Romita, R.; Ronchetti, F.; Ronflette, L.; Rosnet, P.; Rossegger, S.; Rossi, A.; Roy, A.; Roy, C.; Roy, P.; Montero, A. J Rubio; Rui, R.; Russo, R.; Ryabinkin, E.; Ryabov, Y.; Rybicki, A.; Sadovsky, S.; Šafařík, K.; Sahlmuller, B.; Sahoo, R.; Sahu, P. K.; Saini, J.; Salgado, C. A.; Salzwedel, J.; Sambyal, S.; Samsonov, V.; Castro, X. Sanchez; Rodríguez, F. J Sánchez; Šándor, L.; Sandoval, A.; Sano, M.; Santagati, G.; Sarkar, D.; Scapparone, E.; Scarlassara, F.; Scharenberg, R. P.; Schiaua, C.; Schicker, R.; Schmidt, C.; Schmidt, H. R.; Schuchmann, S.; Schukraft, J.; Schulc, M.; Schuster, T.; Schutz, Y.; Schwarz, K.; Schweda, K.; Scioli, G.; Scomparin, E.; Scott, P. A.; Scott, R.; Segato, G.; Seger, J. E.; Selyuzhenkov, I.; Seo, J.; Serradilla, E.; Sevcenco, A.; Shabetai, A.; Shabratova, G.; Shahoyan, R.; Shangaraev, A.; Sharma, N.; Sharma, S.; Shigaki, K.; Shtejer, K.; Sibiriak, Y.; Siddhanta, S.; Siemiarczuk, T.; Silvermyr, D.; Silvestre, C.; Simatovic, G.; Singaraju, R.; Singh, R.; Singha, S.; Singhal, V.; Sinha, B. C.; Sinha, T.; Sitar, B.; Sitta, M.; Skaali, T. B.; Skjerdal, K.; Smakal, R.; Smirnov, N.; Snellings, R. J M; Søgaard, C.; Soltz, R.; Song, J.; Song, M.; Soramel, F.; Sorensen, S.; Spacek, M.; Sputowska, I.; Spyropoulou-Stassinaki, M.; Srivastava, B. K.; Stachel, J.; Stan, I.; Stefanek, G.; Steinpreis, M.; Stenlund, E.; Steyn, G.; Stiller, J. H.; Stocco, D.; Stolpovskiy, M.; Strmen, P.; Suaide, A. A P; Vasquez, M. A Subieta; Sugitate, T.; Suire, C.; Suleymanov, M.; Sultanov, R.; Šumbera, M.; Susa, T.; Symons, T. J M; De Toledo, A. Szanto; Szarka, I.; Szczepankiewicz, A.; Szymanski, M.; Takahashi, J.; Tangaro, M. A.; Takaki, J. D Tapia; Peloni, A. Tarantola; Martinez, A. Tarazona; Tauro, A.; Muñoz, G. Tejeda; Telesca, A.; Terrevoli, C.; Ter Minasyan, A.; Thäder, J.; Thomas, D.; Tieulent, R.; Timmins, A. R.; Toia, A.; Torii, H.; Trubnikov, V.; Trzaska, W. H.; Tsuji, T.; Tumkin, A.; Turrisi, R.; Tveter, T. S.; Ulery, J.; Ullaland, K.; Ulrich, J.; Uras, A.; Usai, G. L.; Vajzer, M.; Vala, M.; Palomo, L. Valencia; Vallero, S.; Vyvre, P. Vande; Vannucci, L.; Van Hoorne, J. W.; Van Leeuwen, M.; Vargas, A.; Varma, R.; Vasileiou, M.; Vasiliev, A.; Vechernin, V.; Veldhoen, M.; Venaruzzo, M.; Vercellin, E.; Limón, S. Vergara; Vernet, R.; Verweij, M.; Vickovic, L.; Viesti, G.; Viinikainen, J.; Vilakazi, Z.; Baillie, O. Villalobos; Vinogradov, A.; Vinogradov, L.; Vinogradov, Y.; Virgili, T.; Viyogi, Y. P.; Vodopyanov, A.; Völkl, M. A.; Voloshin, K.; Voloshin, S. A.; Volpe, G.; Von Haller, B.; Vorobyev, I.; Vranic, D.; Vrláková, J.; Vulpescu, B.; Vyushin, A.; Wagner, B.; Wagner, J.; Wagner, V.; Wang, M.; Wang, Y.; Watanabe, D.; Weber, M.; Wessels, J. P.; Westerhoff, U.; Wiechula, J.; Wikne, J.; Wilde, M.; Wilk, G.; Wilkinson, J.; Williams, M. C S; Windelband, B.; Winn, M.; Xiang, C.; Yaldo, C. G.; Yamaguchi, Y.; Yang, H.; Yang, P.; Yang, S.; Yano, S.; Yasnopolskiy, S.; Yi, J.; Yin, Z.; Yoo, I. K.; Yushmanov, I.; Zaccolo, V.; Zach, C.; Zaman, A.; Zampolli, C.; Zaporozhets, S.; Zarochentsev, A.; Závada, P.; Zaviyalov, N.; Zbroszczyk, H.; Zgura, I. S.; Zhalov, M.; Zhang, F.; Zhang, H.; Zhang, X.; Zhang, Y.; Zhao, C.; Zhou, D.; Zhou, F.; Zhou, Y.; Zhu, H.; Zhu, J.; Zhu, J.; Zhu, X.; Zichichi, A.; Zimmermann, A.; Zimmermann, M. B.; Zinovjev, G.; Zoccarato, Y.; Zynovyev, M.; Zyzak, M.

    2014-01-01

    A measurement of the transverse momentum spectra of jets in Pb-Pb collisions at √sNN = 2.76TeV is reported. Jets are reconstructed from charged particles using the anti-k T jet algorithm with jet resolution parameters R of 0.2 and 0.3 in pseudo-rapidity |η| < 0.5. The transverse momentum p T of

  15. Approaches in highly parameterized inversion: bgaPEST, a Bayesian geostatistical approach implementation with PEST: documentation and instructions

    Science.gov (United States)

    Fienen, Michael N.; D'Oria, Marco; Doherty, John E.; Hunt, Randall J.

    2013-01-01

    The application bgaPEST is a highly parameterized inversion software package implementing the Bayesian Geostatistical Approach in a framework compatible with the parameter estimation suite PEST. Highly parameterized inversion refers to cases in which parameters are distributed in space or time and are correlated with one another. The Bayesian aspect of bgaPEST is related to Bayesian probability theory in which prior information about parameters is formally revised on the basis of the calibration dataset used for the inversion. Conceptually, this approach formalizes the conditionality of estimated parameters on the specific data and model available. The geostatistical component of the method refers to the way in which prior information about the parameters is used. A geostatistical autocorrelation function is used to enforce structure on the parameters to avoid overfitting and unrealistic results. Bayesian Geostatistical Approach is designed to provide the smoothest solution that is consistent with the data. Optionally, users can specify a level of fit or estimate a balance between fit and model complexity informed by the data. Groundwater and surface-water applications are used as examples in this text, but the possible uses of bgaPEST extend to any distributed parameter applications.

  16. Investigation of the NN interaction from polarization transfer experiments in low energy pp scattering

    Energy Technology Data Exchange (ETDEWEB)

    Weidmann, R.; Albert, J.; Glombik, A.; Kretschmer, W.; Nebert, P.; Rauscher, A. (Physikalisches Inst., Univ. Erlangen-Nuernberg (Germany)); Clajus, M.; Egun, P.M.; Grueebler, W.; Hautle, P. (Inst. fuer Mittelenergiephysik, ETH, Zurich (Switzerland)); Schmelzbach, P.A. (Paul Scherrer Inst., F1, Accelerator Div., Villigen (Switzerland)); Slaus, I. (Inst. Ruder Boscovic, Zagreb (Croatia))

    1993-03-01

    The polarization-Transfer observables K[sub y][sup y']([theta]), K[sub x][sup x']([theta]) and K[sub z][sup x']([theta]) for proton-proton scattering have been measured at E[sub p]=25.68 MeV. A simultaneous phase-shift analysis of these new data with differential cross section and analyzing power data at the same energy resulted in a very accurate determination of the p-wave phase-shift combinations [Delta][sub C], [Delta][sub LS] and [Delta][sub T] and of the [sup 3]F[sub 2]-[sup 3]P[sub 2] mixing parameter [epsilon][sub 2]. With this complete set of high precision data a critical test of microscopic NN-potential models has been performed. (orig.).

  17. A geostatistical method applied to the geochemical study of the Chichinautzin Volcanic Field in Mexico

    Science.gov (United States)

    Robidoux, P.; Roberge, J.; Urbina Oviedo, C. A.

    2011-12-01

    The origin of magmatism and the role of the subducted Coco's Plate in the Chichinautzin volcanic field (CVF), Mexico is still a subject of debate. It has been established that mafic magmas of alkali type (subduction) and calc-alkali type (OIB) are produced in the CVF and both groups cannot be related by simple fractional crystallization. Therefore, many geochemical studies have been done, and many models have been proposed. The main goal of the work present here is to provide a new tool for the visualization and interpretation of geochemical data using geostatistics and geospatial analysis techniques. It contains a complete geodatabase built from referred samples over the 2500 km2 area of CVF and its neighbour stratovolcanoes (Popocatepetl, Iztaccihuatl and Nevado de Toluca). From this database, map of different geochemical markers were done to visualise geochemical signature in a geographical manner, to test the statistic distribution with a cartographic technique and highlight any spatial correlations. The distribution and regionalization of the geochemical signatures can be viewed in a two-dimensional space using a specific spatial analysis tools from a Geographic Information System (GIS). The model of spatial distribution is tested with Linear Decrease (LD) and Inverse Distance Weight (IDW) interpolation technique because they best represent the geostatistical characteristics of the geodatabase. We found that ratio of Ba/Nb, Nb/Ta, Th/Nb show first order tendency, which means visible spatial variation over a large scale area. Monogenetic volcanoes in the center of the CVF have distinct values compare to those of the Popocatepetl-Iztaccihuatl polygenetic complex which are spatially well defined. Inside the Valley of Mexico, a large quantity of monogenetic cone in the eastern portion of CVF has ratios similar to the Iztaccihuatl and Popocatepetl complex. Other ratios like alkalis vs SiO2, V/Ti, La/Yb, Zr/Y show different spatial tendencies. In that case, second

  18. Open charm yields in d+Au collisions at squareroot[sNN]=200 GeV.

    Science.gov (United States)

    Adams, J; Aggarwal, M M; Ahammed, Z; Amonett, J; Anderson, B D; Arkhipkin, D; Averichev, G S; Badyal, S K; Bai, Y; Balewski, J; Barannikova, O; Barnby, L S; Baudot, J; Bekele, S; Belaga, V V; Bellwied, R; Berger, J; Bezverkhny, B I; Bharadwaj, S; Bhasin, A; Bhati, A K; Bhatia, V S; Bichsel, H; Billmeier, A; Bland, L C; Blyth, C O; Bonner, B E; Botje, M; Boucham, A; Brandin, A V; Bravar, A; Bystersky, M; Cadman, R V; Cai, X Z; Caines, H; Calderón de la Barca Sánchez, M; Castillo, J; Cebra, D; Chajecki, Z; Chaloupka, P; Chattopadhyay, S; Chen, H F; Chen, Y; Cheng, J; Cherney, M; Chikanian, A; Christie, W; Coffin, J P; Cormier, T M; Cramer, J G; Crawford, H J; Das, D; Das, S; de Moura, M M; Derevschikov, A A; Didenko, L; Dietel, T; Dogra, S M; Dong, W J; Dong, X; Draper, J E; Du, F; Dubey, A K; Dunin, V B; Dunlop, J C; Dutta Mazumdar, M R; Eckardt, V; Edwards, W R; Efimov, L G; Emelianov, V; Engelage, J; Eppley, G; Erazmus, B; Estienne, M; Fachini, P; Faivre, J; Fatemi, R; Fedorisin, J; Filimonov, K; Filip, P; Finch, E; Fine, V; Fisyak, Y; Fomenko, K; Fu, J; Gagliardi, C A; Gaillard, L; Gans, J; Ganti, M S; Gaudichet, L; Geurts, F; Ghazikhanian, V; Ghosh, P; Gonzalez, J E; Grachov, O; Grebenyuk, O; Grosnick, D; Guertin, S M; Guo, Y; Gupta, A; Gutierrez, T D; Hallman, T J; Hamed, A; Hardtke, D; Harris, J W; Heinz, M; Henry, T W; Hepplemann, S; Hippolyte, B; Hirsch, A; Hjort, E; Hoffmann, G W; Huang, H Z; Huang, S L; Hughes, E W; Humanic, T J; Igo, G; Ishihara, A; Jacobs, P; Jacobs, W W; Janik, M; Jiang, H; Jones, P G; Judd, E G; Kabana, S; Kang, K; Kaplan, M; Keane, D; Khodyrev, V Yu; Kiryluk, J; Kisiel, A; Kislov, E M; Klay, J; Klein, S R; Koetke, D D; Kollegger, T; Kopytine, M; Kotchenda, L; Kramer, M; Kravtsov, P; Kravtsov, V I; Krueger, K; Kuhn, C; Kulikov, A I; Kumar, A; Kutuev, R Kh; Kuznetsov, A A; Lamont, M A C; Landgraf, J M; Lange, S; Laue, F; Lauret, J; Lebedev, A; Lednicky, R; Lehocka, S; LeVine, M J; Li, C; Li, Q; Li, Y; Lin, G; Lindenbaum, S J; Lisa, M A; Liu, F; Liu, L; Liu, Q J; Liu, Z; Ljubicic, T; Llope, W J; Long, H; Longacre, R S; Lopez-Noriega, M; Love, W A; Lu, Y; Ludlam, T; Lynn, D; Ma, G L; Ma, J G; Ma, Y G; Magestro, D; Mahajan, S; Mahapatra, D P; Majka, R; Mangotra, L K; Manweiler, R; Margetis, S; Markert, C; Martin, L; Marx, J N; Matis, H S; Matulenko, Yu A; McClain, C J; McShane, T S; Meissner, F; Melnick, Yu; Meschanin, A; Miller, M L; Minaev, N G; Mironov, C; Mischke, A; Mishra, D K; Mitchell, J; Mohanty, B; Molnar, L; Moore, C F; Morozov, D A; Munhoz, M G; Nandi, B K; Nayak, S K; Nayak, T K; Nelson, J M; Netrakanti, P K; Nikitin, V A; Nogach, L V; Nurushev, S B; Odyniec, G; Ogawa, A; Okorokov, V; Oldenburg, M; Olson, D; Pal, S K; Panebratsev, Y; Panitkin, S Y; Pavlinov, A I; Pawlak, T; Peitzmann, T; Perevoztchikov, V; Perkins, C; Peryt, W; Petrov, V A; Phatak, S C; Picha, R; Planinic, M; Pluta, J; Porile, N; Porter, J; Poskanzer, A M; Potekhin, M; Potrebenikova, E; Potukuchi, B V K S; Prindle, D; Pruneau, C; Putschke, J; Rakness, G; Raniwala, R; Raniwala, S; Ravel, O; Ray, R L; Razin, S V; Reichhold, D; Reid, J G; Renault, G; Retiere, F; Ridiger, A; Ritter, H G; Roberts, J B; Rogachevskiy, O V; Romero, J L; Rose, A; Roy, C; Ruan, L; Sahoo, R; Sakrejda, I; Salur, S; Sandweiss, J; Sarsour, M; Savin, I; Sazhin, P S; Schambach, J; Scharenberg, R P; Schmitz, N; Schweda, K; Seger, J; Seyboth, P; Shahaliev, E; Shao, M; Shao, W; Sharma, M; Shen, W Q; Shestermanov, K E; Shimanskiy, S S; Sichtermann, E; Simon, F; Singaraju, R N; Skoro, G; Smirnov, N; Snellings, R; Sood, G; Sorensen, P; Sowinski, J; Speltz, J; Spinka, H M; Srivastava, B; Stadnik, A; Stanislaus, T D S; Stock, R; Stolpovsky, A; Strikhanov, M; Stringfellow, B; Suaide, A A P; Sugarbaker, E; Suire, C; Sumbera, M; Surrow, B; Symons, T J M; Szanto de Toledo, A; Szarwas, P; Tai, A; Takahashi, J; Tang, A H; Tarnowsky, T; Thein, D; Thomas, J H; Timoshenko, S; Tokarev, M; Trainor, T A; Trentalange, S; Tribble, R E; Tsai, O D; Ulery, J; Ullrich, T; Underwood, D G; Urkinbaev, A; Van Buren, G; van Leeuwen, M; Vander Molen, A M; Varma, R; Vasilevski, I M; Vasiliev, A N; Vernet, R; Vigdor, S E; Viyogi, Y P; Vokal, S; Voloshin, S A; Vznuzdaev, M; Waggoner, W T; Wang, F; Wang, G; Wang, G; Wang, X L; Wang, Y; Wang, Y; Wang, Z M; Ward, H; Watson, J W; Webb, J C; Wells, R; Westfall, G D; Wetzler, A; Whitten, C; Wieman, H; Wissink, S W; Witt, R; Wood, J; Wu, J; Xu, N; Xu, Z; Xu, Z Z; Yamamoto, E; Yepes, P; Yurevich, V I; Zanevsky, Y V; Zhang, H; Zhang, W M; Zhang, Z P; Zoulkarneev, R; Zoulkarneeva, Y; Zubarev, A N

    2005-02-18

    Midrapidity open charm spectra from direct reconstruction of D0(D0)-->K-/+pi+/- in d+Au collisions and indirect electron-positron measurements via charm semileptonic decays in p+p and d+Au collisions at squareroot[sNN]=200 GeV are reported. The D0(D0) spectrum covers a transverse momentum (pT) range of 0.1NN)cc/dy=0.30+/-0.04(stat)+/-0.09(syst) mb. The results are compared to theoretical calculations. Implications for charmonium results in A+A collisions are discussed.

  19. Geostatistical Borehole Image-Based Mapping of Karst-Carbonate Aquifer Pores.

    Science.gov (United States)

    Sukop, Michael C; Cunningham, Kevin J

    2016-03-01

    Quantification of the character and spatial distribution of porosity in carbonate aquifers is important as input into computer models used in the calculation of intrinsic permeability and for next-generation, high-resolution groundwater flow simulations. Digital, optical, borehole-wall image data from three closely spaced boreholes in the karst-carbonate Biscayne aquifer in southeastern Florida are used in geostatistical experiments to assess the capabilities of various methods to create realistic two-dimensional models of vuggy megaporosity and matrix-porosity distribution in the limestone that composes the aquifer. When the borehole image data alone were used as the model training image, multiple-point geostatistics failed to detect the known spatial autocorrelation of vuggy megaporosity and matrix porosity among the three boreholes, which were only 10 m apart. Variogram analysis and subsequent Gaussian simulation produced results that showed a realistic conceptualization of horizontal continuity of strata dominated by vuggy megaporosity and matrix porosity among the three boreholes. © 2015, National Ground Water Association.

  20. A geostatistical methodology to assess the accuracy of unsaturated flow models

    Energy Technology Data Exchange (ETDEWEB)

    Smoot, J.L.; Williams, R.E.

    1996-04-01

    The Pacific Northwest National Laboratory spatiotemporal movement of water injected into (PNNL) has developed a Hydrologic unsaturated sediments at the Hanford Site in Evaluation Methodology (HEM) to assist the Washington State was used to develop a new U.S. Nuclear Regulatory Commission in method for evaluating mathematical model evaluating the potential that infiltrating meteoric predictions. Measured water content data were water will produce leachate at commercial low- interpolated geostatistically to a 16 x 16 x 36 level radioactive waste disposal sites. Two key grid at several time intervals. Then a issues are raised in the HEM: (1) evaluation of mathematical model was used to predict water mathematical models that predict facility content at the same grid locations at the selected performance, and (2) estimation of the times. Node-by-node comparison of the uncertainty associated with these mathematical mathematical model predictions with the model predictions. The technical objective of geostatistically interpolated values was this research is to adapt geostatistical tools conducted. The method facilitates a complete commonly used for model parameter estimation accounting and categorization of model error at to the problem of estimating the spatial every node. The comparison suggests that distribution of the dependent variable to be model results generally are within measurement calculated by the model. To fulfill this error. The worst model error occurs in silt objective, a database describing the lenses and is in excess of measurement error.

  1. A geostatistical methodology to assess the accuracy of unsaturated flow models

    International Nuclear Information System (INIS)

    Smoot, J.L.; Williams, R.E.

    1996-04-01

    The Pacific Northwest National Laboratory spatiotemporal movement of water injected into (PNNL) has developed a Hydrologic unsaturated sediments at the Hanford Site in Evaluation Methodology (HEM) to assist the Washington State was used to develop a new U.S. Nuclear Regulatory Commission in method for evaluating mathematical model evaluating the potential that infiltrating meteoric predictions. Measured water content data were water will produce leachate at commercial low- interpolated geostatistically to a 16 x 16 x 36 level radioactive waste disposal sites. Two key grid at several time intervals. Then a issues are raised in the HEM: (1) evaluation of mathematical model was used to predict water mathematical models that predict facility content at the same grid locations at the selected performance, and (2) estimation of the times. Node-by-node comparison of the uncertainty associated with these mathematical mathematical model predictions with the model predictions. The technical objective of geostatistically interpolated values was this research is to adapt geostatistical tools conducted. The method facilitates a complete commonly used for model parameter estimation accounting and categorization of model error at to the problem of estimating the spatial every node. The comparison suggests that distribution of the dependent variable to be model results generally are within measurement calculated by the model. To fulfill this error. The worst model error occurs in silt objective, a database describing the lenses and is in excess of measurement error

  2. Soil moisture estimation by assimilating L-band microwave brightness temperature with geostatistics and observation localization.

    Directory of Open Access Journals (Sweden)

    Xujun Han

    Full Text Available The observation could be used to reduce the model uncertainties with data assimilation. If the observation cannot cover the whole model area due to spatial availability or instrument ability, how to do data assimilation at locations not covered by observation? Two commonly used strategies were firstly described: One is covariance localization (CL; the other is observation localization (OL. Compared with CL, OL is easy to parallelize and more efficient for large-scale analysis. This paper evaluated OL in soil moisture profile characterizations, in which the geostatistical semivariogram was used to fit the spatial correlated characteristics of synthetic L-Band microwave brightness temperature measurement. The fitted semivariogram model and the local ensemble transform Kalman filter algorithm are combined together to weight and assimilate the observations within a local region surrounding the grid cell of land surface model to be analyzed. Six scenarios were compared: 1_Obs with one nearest observation assimilated, 5_Obs with no more than five nearest local observations assimilated, and 9_Obs with no more than nine nearest local observations assimilated. The scenarios with no more than 16, 25, and 36 local observations were also compared. From the results we can conclude that more local observations involved in assimilation will improve estimations with an upper bound of 9 observations in this case. This study demonstrates the potentials of geostatistical correlation representation in OL to improve data assimilation of catchment scale soil moisture using synthetic L-band microwave brightness temperature, which cannot cover the study area fully in space due to vegetation effects.

  3. Soil moisture estimation by assimilating L-band microwave brightness temperature with geostatistics and observation localization.

    Science.gov (United States)

    Han, Xujun; Li, Xin; Rigon, Riccardo; Jin, Rui; Endrizzi, Stefano

    2015-01-01

    The observation could be used to reduce the model uncertainties with data assimilation. If the observation cannot cover the whole model area due to spatial availability or instrument ability, how to do data assimilation at locations not covered by observation? Two commonly used strategies were firstly described: One is covariance localization (CL); the other is observation localization (OL). Compared with CL, OL is easy to parallelize and more efficient for large-scale analysis. This paper evaluated OL in soil moisture profile characterizations, in which the geostatistical semivariogram was used to fit the spatial correlated characteristics of synthetic L-Band microwave brightness temperature measurement. The fitted semivariogram model and the local ensemble transform Kalman filter algorithm are combined together to weight and assimilate the observations within a local region surrounding the grid cell of land surface model to be analyzed. Six scenarios were compared: 1_Obs with one nearest observation assimilated, 5_Obs with no more than five nearest local observations assimilated, and 9_Obs with no more than nine nearest local observations assimilated. The scenarios with no more than 16, 25, and 36 local observations were also compared. From the results we can conclude that more local observations involved in assimilation will improve estimations with an upper bound of 9 observations in this case. This study demonstrates the potentials of geostatistical correlation representation in OL to improve data assimilation of catchment scale soil moisture using synthetic L-band microwave brightness temperature, which cannot cover the study area fully in space due to vegetation effects.

  4. Centrality dependence of pion freeze-out radii in Pb-Pb collisions at $\\sqrt{\\mathbf{s_{NN}}}$=2.76 TeV

    CERN Document Server

    Adam, Jaroslav; Aggarwal, Madan Mohan; Aglieri Rinella, Gianluca; Agnello, Michelangelo; Agrawal, Neelima; Ahammed, Zubayer; Ahn, Sang Un; Aimo, Ilaria; Aiola, Salvatore; Ajaz, Muhammad; Akindinov, Alexander; Alam, Sk Noor; Aleksandrov, Dmitry; Alessandro, Bruno; Alexandre, Didier; Alfaro Molina, Jose Ruben; Alici, Andrea; Alkin, Anton; Millan Almaraz, Jesus Roberto; Alme, Johan; Alt, Torsten; Altinpinar, Sedat; Altsybeev, Igor; Alves Garcia Prado, Caio; Andrei, Cristian; Andronic, Anton; Anguelov, Venelin; Anielski, Jonas; Anticic, Tome; Antinori, Federico; Antonioli, Pietro; Aphecetche, Laurent Bernard; Appelshaeuser, Harald; Arcelli, Silvia; Armesto Perez, Nestor; Arnaldi, Roberta; Arsene, Ionut Cristian; Arslandok, Mesut; Audurier, Benjamin; Augustinus, Andre; Averbeck, Ralf Peter; Azmi, Mohd Danish; Bach, Matthias Jakob; Badala, Angela; Baek, Yong Wook; Bagnasco, Stefano; Bailhache, Raphaelle Marie; Bala, Renu; Baldisseri, Alberto; Baltasar Dos Santos Pedrosa, Fernando; Baral, Rama Chandra; Barbano, Anastasia Maria; Barbera, Roberto; Barile, Francesco; Barnafoldi, Gergely Gabor; Barnby, Lee Stuart; Ramillien Barret, Valerie; Bartalini, Paolo; Barth, Klaus; Bartke, Jerzy Gustaw; Bartsch, Esther; Basile, Maurizio; Bastid, Nicole; Basu, Sumit; Bathen, Bastian; Batigne, Guillaume; Batista Camejo, Arianna; Batyunya, Boris; Batzing, Paul Christoph; Bearden, Ian Gardner; Beck, Hans; Bedda, Cristina; Behera, Nirbhay Kumar; Belikov, Iouri; Bellini, Francesca; Bello Martinez, Hector; Bellwied, Rene; Belmont Iii, Ronald John; Belmont Moreno, Ernesto; Belyaev, Vladimir; Bencedi, Gyula; Beole, Stefania; Berceanu, Ionela; Bercuci, Alexandru; Berdnikov, Yaroslav; Berenyi, Daniel; Bertens, Redmer Alexander; Berzano, Dario; Betev, Latchezar; Bhasin, Anju; Bhat, Inayat Rasool; Bhati, Ashok Kumar; Bhattacharjee, Buddhadeb; Bhom, Jihyun; Bianchi, Livio; Bianchi, Nicola; Bianchin, Chiara; Bielcik, Jaroslav; Bielcikova, Jana; Bilandzic, Ante; Biswas, Rathijit; Biswas, Saikat; Bjelogrlic, Sandro; Blair, Justin Thomas; Blanco, Fernando; Blau, Dmitry; Blume, Christoph; Bock, Friederike; Bogdanov, Alexey; Boggild, Hans; Boldizsar, Laszlo; Bombara, Marek; Book, Julian Heinz; Borel, Herve; Borissov, Alexander; Borri, Marcello; Bossu, Francesco; Botta, Elena; Boettger, Stefan; Braun-Munzinger, Peter; Bregant, Marco; Breitner, Timo Gunther; Broker, Theo Alexander; Browning, Tyler Allen; Broz, Michal; Brucken, Erik Jens; Bruna, Elena; Bruno, Giuseppe Eugenio; Budnikov, Dmitry; Buesching, Henner; Bufalino, Stefania; Buncic, Predrag; Busch, Oliver; Buthelezi, Edith Zinhle; Bashir Butt, Jamila; Buxton, Jesse Thomas; Caffarri, Davide; Cai, Xu; Caines, Helen Louise; Calero Diaz, Liliet; Caliva, Alberto; Calvo Villar, Ernesto; Camerini, Paolo; Carena, Francesco; Carena, Wisla; Carnesecchi, Francesca; Castillo Castellanos, Javier Ernesto; Castro, Andrew John; Casula, Ester Anna Rita; Cavicchioli, Costanza; Ceballos Sanchez, Cesar; Cepila, Jan; Cerello, Piergiorgio; Cerkala, Jakub; Chang, Beomsu; Chapeland, Sylvain; Chartier, Marielle; Charvet, Jean-Luc Fernand; Chattopadhyay, Subhasis; Chattopadhyay, Sukalyan; Chelnokov, Volodymyr; Cherney, Michael Gerard; Cheshkov, Cvetan Valeriev; Cheynis, Brigitte; Chibante Barroso, Vasco Miguel; Dobrigkeit Chinellato, David; Chochula, Peter; Choi, Kyungeon; Chojnacki, Marek; Choudhury, Subikash; Christakoglou, Panagiotis; Christensen, Christian Holm; Christiansen, Peter; Chujo, Tatsuya; Chung, Suh-Urk; Zhang, Chunhui; Cicalo, Corrado; Cifarelli, Luisa; Cindolo, Federico; Cleymans, Jean Willy Andre; Colamaria, Fabio Filippo; Colella, Domenico; Collu, Alberto; Colocci, Manuel; Conesa Balbastre, Gustavo; Conesa Del Valle, Zaida; Connors, Megan Elizabeth; Contreras Nuno, Jesus Guillermo; Cormier, Thomas Michael; Corrales Morales, Yasser; Cortes Maldonado, Ismael; Cortese, Pietro; Cosentino, Mauro Rogerio; Costa, Filippo; Crochet, Philippe; Cruz Albino, Rigoberto; Cuautle Flores, Eleazar; Cunqueiro Mendez, Leticia; Dahms, Torsten; Dainese, Andrea; Danu, Andrea; Das, Debasish; Das, Indranil; Das, Supriya; Dash, Ajay Kumar; Dash, Sadhana; De, Sudipan; De Caro, Annalisa; De Cataldo, Giacinto; De Cuveland, Jan; De Falco, Alessandro; De Gruttola, Daniele; De Marco, Nora; De Pasquale, Salvatore; Deisting, Alexander; Deloff, Andrzej; Denes, Ervin Sandor; D'Erasmo, Ginevra; Di Bari, Domenico; Di Mauro, Antonio; Di Nezza, Pasquale; Diaz Corchero, Miguel Angel; Dietel, Thomas; Dillenseger, Pascal; Divia, Roberto; Djuvsland, Oeystein; Dobrin, Alexandru Florin; Dobrowolski, Tadeusz Antoni; Domenicis Gimenez, Diogenes; Donigus, Benjamin; Dordic, Olja; Drozhzhova, Tatiana; Dubey, Anand Kumar; Dubla, Andrea; Ducroux, Laurent; Dupieux, Pascal; Ehlers Iii, Raymond James; Elia, Domenico; Engel, Heiko; Erazmus, Barbara Ewa; Erdemir, Irem; Erhardt, Filip; Eschweiler, Dominic; Espagnon, Bruno; Estienne, Magali Danielle; Esumi, Shinichi; Eum, Jongsik; Evans, David; Evdokimov, Sergey; Eyyubova, Gyulnara; Fabbietti, Laura; Fabris, Daniela; Faivre, Julien; Fantoni, Alessandra; Fasel, Markus; Feldkamp, Linus; Felea, Daniel; Feliciello, Alessandro; Feofilov, Grigorii; Ferencei, Jozef; Fernandez Tellez, Arturo; Gonzalez Ferreiro, Elena; Ferretti, Alessandro; Festanti, Andrea; Feuillard, Victor Jose Gaston; Figiel, Jan; Araujo Silva Figueredo, Marcel; Filchagin, Sergey; Finogeev, Dmitry; Fiore, Enrichetta Maria; Fleck, Martin Gabriel; Floris, Michele; Foertsch, Siegfried Valentin; Foka, Panagiota; Fokin, Sergey; Fragiacomo, Enrico; Francescon, Andrea; Frankenfeld, Ulrich Michael; Fuchs, Ulrich; Furget, Christophe; Furs, Artur; Fusco Girard, Mario; Gaardhoeje, Jens Joergen; Gagliardi, Martino; Gago Medina, Alberto Martin; Gallio, Mauro; Gangadharan, Dhevan Raja; Ganoti, Paraskevi; Gao, Chaosong; Garabatos Cuadrado, Jose; Garcia-Solis, Edmundo Javier; Gargiulo, Corrado; Gasik, Piotr Jan; Germain, Marie; Gheata, Andrei George; Gheata, Mihaela; Ghosh, Premomoy; Ghosh, Sanjay Kumar; Gianotti, Paola; Giubellino, Paolo; Giubilato, Piero; Gladysz-Dziadus, Ewa; Glassel, Peter; Gomez Coral, Diego Mauricio; Gomez Ramirez, Andres; Gonzalez Zamora, Pedro; Gorbunov, Sergey; Gorlich, Lidia Maria; Gotovac, Sven; Grabski, Varlen; Graczykowski, Lukasz Kamil; Graham, Katie Leanne; Grelli, Alessandro; Grigoras, Alina Gabriela; Grigoras, Costin; Grigoryev, Vladislav; Grigoryan, Ara; Grigoryan, Smbat; Grynyov, Borys; Grion, Nevio; Grosse-Oetringhaus, Jan Fiete; Grossiord, Jean-Yves; Grosso, Raffaele; Guber, Fedor; Guernane, Rachid; Guerzoni, Barbara; Gulbrandsen, Kristjan Herlache; Gulkanyan, Hrant; Gunji, Taku; Gupta, Anik; Gupta, Ramni; Haake, Rudiger; Haaland, Oystein Senneset; Hadjidakis, Cynthia Marie; Haiduc, Maria; Hamagaki, Hideki; Hamar, Gergoe; Hansen, Alexander; Harris, John William; Hartmann, Helvi; Harton, Austin Vincent; Hatzifotiadou, Despina; Hayashi, Shinichi; Heckel, Stefan Thomas; Heide, Markus Ansgar; Helstrup, Haavard; Herghelegiu, Andrei Ionut; Herrera Corral, Gerardo Antonio; Hess, Benjamin Andreas; Hetland, Kristin Fanebust; Hilden, Timo Eero; Hillemanns, Hartmut; Hippolyte, Boris; Hosokawa, Ritsuya; Hristov, Peter Zahariev; Huang, Meidana; Humanic, Thomas; Hussain, Nur; Hussain, Tahir; Hutter, Dirk; Hwang, Dae Sung; Ilkaev, Radiy; Ilkiv, Iryna; Inaba, Motoi; Ippolitov, Mikhail; Irfan, Muhammad; Ivanov, Marian; Ivanov, Vladimir; Izucheev, Vladimir; Jacobs, Peter Martin; Jadlovska, Slavka; Jahnke, Cristiane; Jang, Haeng Jin; Janik, Malgorzata Anna; Pahula Hewage, Sandun; Jena, Chitrasen; Jena, Satyajit; Jimenez Bustamante, Raul Tonatiuh; Jones, Peter Graham; Jung, Hyungtaik; Jusko, Anton; Kalinak, Peter; Kalweit, Alexander Philipp; Kamin, Jason Adrian; Kang, Ju Hwan; Kaplin, Vladimir; Kar, Somnath; Karasu Uysal, Ayben; Karavichev, Oleg; Karavicheva, Tatiana; Karayan, Lilit; Karpechev, Evgeny; Kebschull, Udo Wolfgang; Keidel, Ralf; Keijdener, Darius Laurens; Keil, Markus; Khan, Kamal; Khan, Mohammed Mohisin; Khan, Palash; Khan, Shuaib Ahmad; Khanzadeev, Alexei; Kharlov, Yury; Kileng, Bjarte; Kim, Beomkyu; Kim, Do Won; Kim, Dong Jo; Kim, Hyeonjoong; Kim, Jinsook; Kim, Mimae; Kim, Minwoo; Kim, Se Yong; Kim, Taesoo; Kirsch, Stefan; Kisel, Ivan; Kiselev, Sergey; Kisiel, Adam Ryszard; Kiss, Gabor; Klay, Jennifer Lynn; Klein, Carsten; Klein, Jochen; Klein-Boesing, Christian; Kluge, Alexander; Knichel, Michael Linus; Knospe, Anders Garritt; Kobayashi, Taiyo; Kobdaj, Chinorat; Kofarago, Monika; Kollegger, Thorsten; Kolozhvari, Anatoly; Kondratev, Valerii; Kondratyeva, Natalia; Kondratyuk, Evgeny; Konevskikh, Artem; Kopcik, Michal; Kour, Mandeep; Kouzinopoulos, Charalampos; Kovalenko, Oleksandr; Kovalenko, Vladimir; Kowalski, Marek; Koyithatta Meethaleveedu, Greeshma; Kral, Jiri; Kralik, Ivan; Kravcakova, Adela; Krelina, Michal; Kretz, Matthias; Krivda, Marian; Krizek, Filip; Kryshen, Evgeny; Krzewicki, Mikolaj; Kubera, Andrew Michael; Kucera, Vit; Kugathasan, Thanushan; Kuhn, Christian Claude; Kuijer, Paulus Gerardus; Kulakov, Igor; Kumar, Ajay; Kumar, Jitendra; Lokesh, Kumar; Kurashvili, Podist; Kurepin, Alexander; Kurepin, Alexey; Kuryakin, Alexey; Kushpil, Svetlana; Kweon, Min Jung; Kwon, Youngil; La Pointe, Sarah Louise; La Rocca, Paola; Lagana Fernandes, Caio; Lakomov, Igor; Langoy, Rune; Lara Martinez, Camilo Ernesto; Lardeux, Antoine Xavier; Lattuca, Alessandra; Laudi, Elisa; Lea, Ramona; Leardini, Lucia; Lee, Graham Richard; Lee, Seongjoo; Legrand, Iosif; Lehas, Fatiha; Lemmon, Roy Crawford; Lenti, Vito; Leogrande, Emilia; Leon Monzon, Ildefonso; Leoncino, Marco; Levai, Peter; Li, Shuang; Li, Xiaomei; Lien, Jorgen Andre; Lietava, Roman; Lindal, Svein; Lindenstruth, Volker; Lippmann, Christian; Lisa, Michael Annan; Ljunggren, Hans Martin; Lodato, Davide Francesco; Lonne, Per-Ivar; Loginov, Vitaly; Loizides, Constantinos; Lopez, Xavier Bernard; Lopez Torres, Ernesto; Lowe, Andrew John; Luettig, Philipp Johannes; Lunardon, Marcello; Luparello, Grazia; Ferreira Natal Da Luz, Pedro Hugo; Maevskaya, Alla; Mager, Magnus; Mahajan, Sanjay; Mahmood, Sohail Musa; Maire, Antonin; Majka, Richard Daniel; Malaev, Mikhail; Maldonado Cervantes, Ivonne Alicia; Malinina, Liudmila; Mal'Kevich, Dmitry; Malzacher, Peter; Mamonov, Alexander; Manko, Vladislav; Manso, Franck; Manzari, Vito; Marchisone, Massimiliano; Mares, Jiri; Margagliotti, Giacomo Vito; Margotti, Anselmo; Margutti, Jacopo; Marin, Ana Maria; Markert, Christina; Marquard, Marco; Martin, Nicole Alice; Martin Blanco, Javier; Martinengo, Paolo; Martinez Hernandez, Mario Ivan; Martinez-Garcia, Gines; Martinez Pedreira, Miguel; Martynov, Yevgen; Mas, Alexis Jean-Michel; Masciocchi, Silvia; Masera, Massimo; Masoni, Alberto; Massacrier, Laure Marie; Mastroserio, Annalisa; Masui, Hiroshi; Matyja, Adam Tomasz; Mayer, Christoph; Mazer, Joel Anthony; Mazzoni, Alessandra Maria; Mcdonald, Daniel; Meddi, Franco; Melikyan, Yuri; Menchaca-Rocha, Arturo Alejandro; Meninno, Elisa; Mercado-Perez, Jorge; Meres, Michal; Miake, Yasuo; Mieskolainen, Matti Mikael; Mikhaylov, Konstantin; Milano, Leonardo; Milosevic, Jovan; Minervini, Lazzaro Manlio; Mischke, Andre; Mishra, Aditya Nath; Miskowiec, Dariusz Czeslaw; Mitra, Jubin; Mitu, Ciprian Mihai; Mohammadi, Naghmeh; Mohanty, Bedangadas; Molnar, Levente; Montano Zetina, Luis Manuel; Montes Prado, Esther; Morando, Maurizio; Moreira De Godoy, Denise Aparecida; Moretto, Sandra; Morreale, Astrid; Morsch, Andreas; Muccifora, Valeria; Mudnic, Eugen; Muhlheim, Daniel Michael; Muhuri, Sanjib; Mukherjee, Maitreyee; Mulligan, James Declan; Gameiro Munhoz, Marcelo; Murray, Sean; Musa, Luciano; Musinsky, Jan; Nandi, Basanta Kumar; Nania, Rosario; Nappi, Eugenio; Naru, Muhammad Umair; Nattrass, Christine; Nayak, Kishora; Nayak, Tapan Kumar; Nazarenko, Sergey; Nedosekin, Alexander; Nellen, Lukas; Ng, Fabian; Nicassio, Maria; Niculescu, Mihai; Niedziela, Jeremi; Nielsen, Borge Svane; Nikolaev, Sergey; Nikulin, Sergey; Nikulin, Vladimir; Noferini, Francesco; Nomokonov, Petr; Nooren, Gerardus; Cabanillas Noris, Juan Carlos; Norman, Jaime; Nyanin, Alexander; Nystrand, Joakim Ingemar; Oeschler, Helmut Oskar; Oh, Saehanseul; Oh, Sun Kun; Ohlson, Alice Elisabeth; Okatan, Ali; Okubo, Tsubasa; Olah, Laszlo; Oleniacz, Janusz; Oliveira Da Silva, Antonio Carlos; Oliver, Michael Henry; Onderwaater, Jacobus; Oppedisano, Chiara; Orava, Risto; Ortiz Velasquez, Antonio; Oskarsson, Anders Nils Erik; Otwinowski, Jacek Tomasz; Oyama, Ken; Ozdemir, Mahmut; Pachmayer, Yvonne Chiara; Pagano, Paola; Paic, Guy; Pajares Vales, Carlos; Pal, Susanta Kumar; Pan, Jinjin; Pandey, Ashutosh Kumar; Pant, Divyash; Papcun, Peter; Papikyan, Vardanush; Pappalardo, Giuseppe; Pareek, Pooja; Park, Woojin; Parmar, Sonia; Passfeld, Annika; Paticchio, Vincenzo; Patra, Rajendra Nath; Paul, Biswarup; Peitzmann, Thomas; Pereira Da Costa, Hugo Denis Antonio; Pereira De Oliveira Filho, Elienos; Peresunko, Dmitry Yurevich; Perez Lara, Carlos Eugenio; Perez Lezama, Edgar; Peskov, Vladimir; Pestov, Yury; Petracek, Vojtech; Petrov, Viacheslav; Petrovici, Mihai; Petta, Catia; Piano, Stefano; Pikna, Miroslav; Pillot, Philippe; Pinazza, Ombretta; Pinsky, Lawrence; Piyarathna, Danthasinghe; Ploskon, Mateusz Andrzej; Planinic, Mirko; Pluta, Jan Marian; Pochybova, Sona; Podesta Lerma, Pedro Luis Manuel; Poghosyan, Martin; Polishchuk, Boris; Poljak, Nikola; Poonsawat, Wanchaloem; Pop, Amalia; Porteboeuf, Sarah Julie; Porter, R Jefferson; Pospisil, Jan; Prasad, Sidharth Kumar; Preghenella, Roberto; Prino, Francesco; Pruneau, Claude Andre; Pshenichnov, Igor; Puccio, Maximiliano; Puddu, Giovanna; Pujahari, Prabhat Ranjan; Punin, Valery; Putschke, Jorn Henning; Qvigstad, Henrik; Rachevski, Alexandre; Raha, Sibaji; Rajput, Sonia; Rak, Jan; Rakotozafindrabe, Andry Malala; Ramello, Luciano; Raniwala, Rashmi; Raniwala, Sudhir; Rasanen, Sami Sakari; Rascanu, Bogdan Theodor; Rathee, Deepika; Read, Kenneth Francis; Real, Jean-Sebastien; Redlich, Krzysztof; Reed, Rosi Jan; Rehman, Attiq Ur; Reichelt, Patrick Simon; Reidt, Felix; Ren, Xiaowen; Renfordt, Rainer Arno Ernst; Reolon, Anna Rita; Reshetin, Andrey; Rettig, Felix Vincenz; Revol, Jean-Pierre; Reygers, Klaus Johannes; Riabov, Viktor; Ricci, Renato Angelo; Richert, Tuva Ora Herenui; Richter, Matthias Rudolph; Riedler, Petra; Riegler, Werner; Riggi, Francesco; Ristea, Catalin-Lucian; Rivetti, Angelo; Rocco, Elena; Rodriguez Cahuantzi, Mario; Rodriguez Manso, Alis; Roeed, Ketil; Rogochaya, Elena; Rohr, David Michael; Roehrich, Dieter; Romita, Rosa; Ronchetti, Federico; Ronflette, Lucile; Rosnet, Philippe; Rossi, Andrea; Roukoutakis, Filimon; Roy, Ankhi; Roy, Christelle Sophie; Roy, Pradip Kumar; Rubio Montero, Antonio Juan; Rui, Rinaldo; Russo, Riccardo; Ryabinkin, Evgeny; Ryabov, Yury; Rybicki, Andrzej; Sadovskiy, Sergey; Safarik, Karel; Sahlmuller, Baldo; Sahoo, Pragati; Sahoo, Raghunath; Sahoo, Sarita; Sahu, Pradip Kumar; Saini, Jogender; Sakai, Shingo; Saleh, Mohammad Ahmad; Salgado Lopez, Carlos Alberto; Salzwedel, Jai Samuel Nielsen; Sambyal, Sanjeev Singh; Samsonov, Vladimir; Sanchez Castro, Xitzel; Sandor, Ladislav; Sandoval, Andres; Sano, Masato; Sarkar, Debojit; Scapparone, Eugenio; Scarlassara, Fernando; Scharenberg, Rolf Paul; Schiaua, Claudiu Cornel; Schicker, Rainer Martin; Schmidt, Christian Joachim; Schmidt, Hans Rudolf; Schuchmann, Simone; Schukraft, Jurgen; Schulc, Martin; Schuster, Tim Robin; Schutz, Yves Roland; Schwarz, Kilian Eberhard; Schweda, Kai Oliver; Scioli, Gilda; Scomparin, Enrico; Scott, Rebecca Michelle; Seger, Janet Elizabeth; Sekiguchi, Yuko; Sekihata, Daiki; Selyuzhenkov, Ilya; Senosi, Kgotlaesele; Seo, Jeewon; Serradilla Rodriguez, Eulogio; Sevcenco, Adrian; Shabanov, Arseniy; Shabetai, Alexandre; Shadura, Oksana; Shahoyan, Ruben; Shangaraev, Artem; Sharma, Ankita; Sharma, Mona; Sharma, Monika; Sharma, Natasha; Shigaki, Kenta; Shtejer Diaz, Katherin; Sibiryak, Yury; Siddhanta, Sabyasachi; Sielewicz, Krzysztof Marek; Siemiarczuk, Teodor; Silvermyr, David Olle Rickard; Silvestre, Catherine Micaela; Simatovic, Goran; Simonetti, Giuseppe; Singaraju, Rama Narayana; Singh, Ranbir; Singha, Subhash; Singhal, Vikas; Sinha, Bikash; Sarkar - Sinha, Tinku; Sitar, Branislav; Sitta, Mario; Skaali, Bernhard; Slupecki, Maciej; Smirnov, Nikolai; Snellings, Raimond; Snellman, Tomas Wilhelm; Soegaard, Carsten; Soltz, Ron Ariel; Song, Jihye; Song, Myunggeun; Song, Zixuan; Soramel, Francesca; Sorensen, Soren Pontoppidan; Spacek, Michal; Spiriti, Eleuterio; Sputowska, Iwona Anna; Spyropoulou-Stassinaki, Martha; Srivastava, Brijesh Kumar; Stachel, Johanna; Stan, Ionel; Stefanek, Grzegorz; Steinpreis, Matthew Donald; Stenlund, Evert Anders; Steyn, Gideon Francois; Stiller, Johannes Hendrik; Stocco, Diego; Strmen, Peter; Alarcon Do Passo Suaide, Alexandre; Sugitate, Toru; Suire, Christophe Pierre; Suleymanov, Mais Kazim Oglu; Sultanov, Rishat; Sumbera, Michal; Symons, Timothy; Szabo, Alexander; Szanto De Toledo, Alejandro; Szarka, Imrich; Szczepankiewicz, Adam; Szymanski, Maciej Pawel; Takahashi, Jun; Tambave, Ganesh Jagannath; Tanaka, Naoto; Tangaro, Marco-Antonio; Tapia Takaki, Daniel Jesus; Tarantola Peloni, Attilio; Tarhini, Mohamad; Tariq, Mohammad; Tarzila, Madalina-Gabriela; Tauro, Arturo; Tejeda Munoz, Guillermo; Telesca, Adriana; Terasaki, Kohei; Terrevoli, Cristina; Teyssier, Boris; Thaeder, Jochen Mathias; Thomas, Deepa; Tieulent, Raphael Noel; Timmins, Anthony Robert; Toia, Alberica; Trogolo, Stefano; Trubnikov, Victor; Trzaska, Wladyslaw Henryk; Tsuji, Tomoya; Tumkin, Alexandr; Turrisi, Rosario; Tveter, Trine Spedstad; Ullaland, Kjetil; Uras, Antonio; Usai, Gianluca; Utrobicic, Antonija; Vajzer, Michal; Vala, Martin; Valencia Palomo, Lizardo; Vallero, Sara; Van Der Maarel, Jasper; Van Hoorne, Jacobus Willem; Van Leeuwen, Marco; Vanat, Tomas; Vande Vyvre, Pierre; Varga, Dezso; Diozcora Vargas Trevino, Aurora; Vargyas, Marton; Varma, Raghava; Vasileiou, Maria; Vasiliev, Andrey; Vauthier, Astrid; Vechernin, Vladimir; Veen, Annelies Marianne; Veldhoen, Misha; Velure, Arild; Venaruzzo, Massimo; Vercellin, Ermanno; Vergara Limon, Sergio; Vernet, Renaud; Verweij, Marta; Vickovic, Linda; Viesti, Giuseppe; Viinikainen, Jussi Samuli; Vilakazi, Zabulon; Villalobos Baillie, Orlando; Vinogradov, Alexander; Vinogradov, Leonid; Vinogradov, Yury; Virgili, Tiziano; Vislavicius, Vytautas; Viyogi, Yogendra; Vodopyanov, Alexander; Volkl, Martin Andreas; Voloshin, Kirill; Voloshin, Sergey; Volpe, Giacomo; Von Haller, Barthelemy; Vorobyev, Ivan; Vranic, Danilo; Vrlakova, Janka; Vulpescu, Bogdan; Vyushin, Alexey; Wagner, Boris; Wagner, Jan; Wang, Hongkai; Wang, Mengliang; Wang, Yifei; Watanabe, Daisuke; Watanabe, Yosuke; Weber, Michael; Weber, Steffen Georg; Wessels, Johannes Peter; Westerhoff, Uwe; Wiechula, Jens; Wikne, Jon; Wilde, Martin Rudolf; Wilk, Grzegorz Andrzej; Wilkinson, Jeremy John; Williams, Crispin; Windelband, Bernd Stefan; Winn, Michael Andreas; Yaldo, Chris G; Yang, Hongyan; Yang, Ping; Yano, Satoshi; Yin, Zhongbao; Yokoyama, Hiroki; Yoo, In-Kwon; Yurchenko, Volodymyr; Yushmanov, Igor; Zaborowska, Anna; Zaccolo, Valentina; Zaman, Ali; Zampolli, Chiara; Correia Zanoli, Henrique Jose; Zaporozhets, Sergey; Zardoshti, Nima; Zarochentsev, Andrey; Zavada, Petr; Zavyalov, Nikolay; Zbroszczyk, Hanna Paulina; Zgura, Sorin Ion; Zhalov, Mikhail; Zhang, Haitao; Zhang, Xiaoming; Zhang, Yonghong; Zhao, Chengxin; Zhigareva, Natalia; Zhou, Daicui; Zhou, You; Zhou, Zhuo; Zhu, Hongsheng; Zhu, Jianhui; Zhu, Xiangrong; Zichichi, Antonino; Zimmermann, Alice; Zimmermann, Markus Bernhard; Zinovjev, Gennady; Zyzak, Maksym

    2016-02-04

    We report on the measurement of freeze-out radii for pairs of identical-charge pions measured in Pb--Pb collisions at $\\sqrt{s_{\\rm NN}}=2.76$ TeV as a function of collision centrality and the average transverse momentum of the pair $k_{\\rm T}$. Three-dimensional sizes of the system (femtoscopic radii), as well as direction-averaged one-dimensional radii are extracted. The radii decrease with $k_{\\rm T}$, following a power-law behavior. This is qualitatively consistent with expectations from a collectively expanding system, produced in hydrodynamic calculations. The radii also scale linearly with $\\left^{1/3}$. This behaviour is compared to world data on femtoscopic radii in heavy-ion collisions. While the dependence is qualitatively similar to results at smaller $\\sqrt{s_{\\rm NN}}$, a decrease in the $R_{\\rm out}/R_{\\rm side}$ ratio is seen, which is in qualitative agreement with specific predictions from hydrodynamic models. The results provide further evidence for the production of a collective, strongly c...

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

    Science.gov (United States)

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

    2018-04-01

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

  6. Geostatistics applied to estimation of uranium bearing ore reserves

    International Nuclear Information System (INIS)

    Urbina Galan, L.I.

    1982-01-01

    A computer assisted method for assessing uranium-bearing ore deposit reserves is analyzed. Determinations of quality-thickness, namely quality by thickness calculations of mineralization, were obtained by means of a mathematical method known as the theory of rational variables for each drill-hole layer. Geostatistical results were derived based on a Fortrand computer program on a DEC 20/40 system. (author)

  7. Bag-model motivated NN potentials and the three-nucleon system

    International Nuclear Information System (INIS)

    Grach, I.L.; Narodetskij, I.M.

    1986-01-01

    Few examples are presented of the short-range energy-dependent NN potentials derived in the quark compound bag model which satisfy the classical causality condition and show that for the radii of the NN interactions b=1.35-1.40 fm these potentials reproduce the trinucleon binding energy

  8. Energy dependence of kaon-to-proton ratio fluctuations in central Pb+Pb collisions from $\\sqrt{s_{NN}}$ = 6.3 to 17.3 GeV

    CERN Document Server

    Anticic, T.; Barna, D.; Bartke, J.; Beck, H.; Betev, L.; Bialkowska, H.; Blume, C.; Bogusz, M.; Boimska, B.; Book, J.; Botje, M.; Buncic, P.; Cetner, T.; Christakoglou, P.; Chung, P.; Chvala, O.; Cramer, J.G.; Eckardt, V.; Fodor, Z.; Foka, P.; Friese, V.; Gazdzicki, M.; Grebieszkow, K.; Hohne, C.; Kadija, K.; Karev, A.; Kolesnikov, V.I.; Kollegger, T.; Kowalski, M.; Kresan, D.; Laszlo, A.; Lacey, R.; van Leeuwen, M.; Mackowiak, M.; Makariev, M.; Malakhov, A.I.; Mateev, M.; Melkumov, G.L.; Mitrovski, M.; Mrowczynski, St.; Nicolic, V.; Palla, G.; Panagiotou, A.D.; Peryt, W.; Pluta, J.; Prindle, D.; Puhlhofer, F.; Renfordt, R.; Roland, C.; Roland, G.; Rybczynski, M.; Rybicki, A.; Sandoval, A.; Schmitz, N.; Schuster, T.; Seyboth, P.; Sikler, F.; Skrzypczak, E.; Slodkowski, M.; Stefanek, G.; Stock, R.; Strobele, H.; Susa, T.; Szuba, M.; Utvic, M.; Varga, D.; Vassiliou, M.; Veres, G.I.; Vesztergombi, G.; Vranic, D.; Wlodarczyk, Z.; Wojtaszek-Szwarc, A.

    2011-01-01

    Kaons and protons carry large parts of two conserved quantities, strangeness and baryon number. It is argued that their correlation and thus also fluctuations are sensitive to conditions prevailing at the anticipated parton-hadron phase boundary. Fluctuations of the $(\\mathrm{K}^+ + \\mathrm{K}^-)/(\\mathrm{p}+\\bar{\\mathrm{p}})$ and $\\mathrm{K}^+/\\mathrm{p}$ ratios have been measured for the first time by NA49 in central Pb+Pb collisions at 5 SPS energies between $\\sqrt{s_{NN}}$= 6.3~GeV and 17.3~GeV. Both ratios exhibit a change of sign in $\\sigma_{\\mathrm{dyn}}$, a measure of non-statistical fluctuations, around $\\sqrt{s_{NN}}$ = 8~GeV. Below this energy, $\\sigma_{\\mathrm{dyn}}$ is positive, indicating higher fluctuation compared to a mixed event background sample, while for higher energies, $\\sigma_{\\mathrm{dyn}}$ is negative, indicating correlated emission of kaons and protons. The results are compared to UrQMD calculations which which give a good description at the higher SPS energies, but fail to reproduc...

  9. ABOUT PROBABILITY OF RESEARCH OF THE NN Ser SPECTRUM BY MODEL ATMOSPHERES METHOD

    OpenAIRE

    Sakhibullin, N. A.; Shimansky, V. V.

    2017-01-01

    The spectrum of close binary system NN Ser is investigated by a models atmospheres method. It is show that the atmosphere near the centrum of a hot spot on surface of red dwarf has powerful chromospheres, arising from heating in Laiman continua. Four models of binary system with various of parameters are constructed and their theoretical spectra are obtained. Temperature of white dwarf Tef = 62000 K, radius of the red dwarf RT = 0.20139 and angle inclination of system i = 82“ are determined. ...

  10. Geostatistical analysis and kriging of Hexachlorocyclohexane residues in topsoil from Tianjin, China

    International Nuclear Information System (INIS)

    Li, B.G.; Cao, J.; Liu, W.X.; Shen, W.R.; Wang, X.J.; Tao, S.

    2006-01-01

    A previously published data set of HCH isomer concentrations in topsoil samples from Tianjin, China, was subjected to geospatial analysis. Semivariograms were calculated and modeled using geostatistical techniques. Parameters of semivariogram models were analyzed and compared for four HCH isomers. Two-dimensional ordinary block kriging was applied to HCH isomers data set for mapping purposes. Dot maps and gray-scaled raster maps of HCH concentrations were presented based on kriging results. The appropriateness of the kriging procedure for mapping purposes was evaluated based on the kriging errors and kriging variances. It was found that ordinary block kriging can be applied to interpolate HCH concentrations in Tianjin topsoil with acceptable accuracy for mapping purposes. - Geostatistical analysis and kriging were applied to HCH concentrations in topsoil of Tianjin, China for mapping purposes

  11. Phase transition and piezoelectric properties of K0.48Na0.52NbO3-LiTa0.5Nb0.5O3-NaNbO3 lead-free ceramics

    International Nuclear Information System (INIS)

    Gao Feng; Liu Liangliang; Xu Bei; Cao Xiao; Deng Zhenqi; Tian Changsheng

    2011-01-01

    Highlights: → The evolution of the crystal structure for the new phase K 3 Li 2 Nb 5 O 15 was described. → The dielectric relaxor behavior would be strengthened by increasing plate-like NN. → k p and d 33 decrease with increasing amount of plate-like NN. → 0.01-0.03 mol of plate-like NN is a proper content for texturing ceramics by RTGG. - Abstract: Plate-like NaNbO 3 (NN) particles were used as the raw material to fabricate (1 - x)[0.93 K 0.48 Na 0.52 Nb O 3 -0.07Li(Ta 0.5 Nb 0.5 )O 3 ]-xNaNbO 3 lead-free piezoelectric ceramics using a conventional ceramic process. The effects of NN on the crystal structure and piezoelectric properties of the ceramics were investigated. The results of X-ray diffraction suggest that the perovskite phase coexists with the K 3 Li 2 Nb 5 O 15 phase, and the tilting of the oxygen octahedron is probably responsible for the evolution of the tungsten-bronze-typed K 3 Li 2 Nb 5 O 15 phase. The Curie temperature (T C ) is shifted to lower temperature with increasing NN content. (1 - x)[0.93 K 0.48 Na 0.52 NbO 3 -0.07Li(Ta 0.5 Nb 0.5 )O 3 ]-xNaNbO 3 ceramics show obvious dielectric relaxor characteristics for x > 0.03, and the relaxor behavior of ceramics is strengthened by increasing NN content. Both the electromechanical coupling factor (k p ) and the piezoelectric constant (d 33 ) decrease with increasing amounts of NN. 0.01-0.03 mol of plate-like NaNbO 3 in 0.93 K 0.48 Na 0.52 NbO 3 -0.07Li(Ta 0.5 Nb 0.5 )O 3 gives the optimum content for preparing textured ceramics by the RTGG method.

  12. Kiinteistökäsikirja – Kauppakeskus IsoKristiina

    OpenAIRE

    Viik, Marko

    2011-01-01

    Kauppakeskusten isännöinti poikkeaa normaaleista asunto-osakeyhtiöistä ja liikekiin-teistöistä. Kauppakeskusten suuret asiakasmäärät tuovat omat haasteet kiinteistöjen jokapäiväiseen toimintaan, samoin kuin kauppakeskusten usein moninainen tekniikka vaatii jatkuvaa huolenpitoa. Tämän opinnäytetyön tarkoituksena on luoda kattava kiinteistökäsikirja kauppakes-kusisännöinnin työkaluksi. Käsikirjaan on laadittu ohjeistukset Lappeenrannassa sijaitsevan kauppakeskus Iso-Kristiinan yleisiin to...

  13. Geostatistical integration and uncertainty in pollutant concentration surface under preferential sampling

    Directory of Open Access Journals (Sweden)

    Laura Grisotto

    2016-04-01

    Full Text Available In this paper the focus is on environmental statistics, with the aim of estimating the concentration surface and related uncertainty of an air pollutant. We used air quality data recorded by a network of monitoring stations within a Bayesian framework to overcome difficulties in accounting for prediction uncertainty and to integrate information provided by deterministic models based on emissions meteorology and chemico-physical characteristics of the atmosphere. Several authors have proposed such integration, but all the proposed approaches rely on representativeness and completeness of existing air pollution monitoring networks. We considered the situation in which the spatial process of interest and the sampling locations are not independent. This is known in the literature as the preferential sampling problem, which if ignored in the analysis, can bias geostatistical inferences. We developed a Bayesian geostatistical model to account for preferential sampling with the main interest in statistical integration and uncertainty. We used PM10 data arising from the air quality network of the Environmental Protection Agency of Lombardy Region (Italy and numerical outputs from the deterministic model. We specified an inhomogeneous Poisson process for the sampling locations intensities and a shared spatial random component model for the dependence between the spatial location of monitors and the pollution surface. We found greater predicted standard deviation differences in areas not properly covered by the air quality network. In conclusion, in this context inferences on prediction uncertainty may be misleading when geostatistical modelling does not take into account preferential sampling.

  14. s-core network decomposition: A generalization of k-core analysis to weighted networks

    Science.gov (United States)

    Eidsaa, Marius; Almaas, Eivind

    2013-12-01

    A broad range of systems spanning biology, technology, and social phenomena may be represented and analyzed as complex networks. Recent studies of such networks using k-core decomposition have uncovered groups of nodes that play important roles. Here, we present s-core analysis, a generalization of k-core (or k-shell) analysis to complex networks where the links have different strengths or weights. We demonstrate the s-core decomposition approach on two random networks (ER and configuration model with scale-free degree distribution) where the link weights are (i) random, (ii) correlated, and (iii) anticorrelated with the node degrees. Finally, we apply the s-core decomposition approach to the protein-interaction network of the yeast Saccharomyces cerevisiae in the context of two gene-expression experiments: oxidative stress in response to cumene hydroperoxide (CHP), and fermentation stress response (FSR). We find that the innermost s-cores are (i) different from innermost k-cores, (ii) different for the two stress conditions CHP and FSR, and (iii) enriched with proteins whose biological functions give insight into how yeast manages these specific stresses.

  15. Forecasting Interest Rates Using Geostatistical Techniques

    Directory of Open Access Journals (Sweden)

    Giuseppe Arbia

    2015-11-01

    Full Text Available Geostatistical spatial models are widely used in many applied fields to forecast data observed on continuous three-dimensional surfaces. We propose to extend their use to finance and, in particular, to forecasting yield curves. We present the results of an empirical application where we apply the proposed method to forecast Euro Zero Rates (2003–2014 using the Ordinary Kriging method based on the anisotropic variogram. Furthermore, a comparison with other recent methods for forecasting yield curves is proposed. The results show that the model is characterized by good levels of predictions’ accuracy and it is competitive with the other forecasting models considered.

  16. NN resonance and the corrections to Goldberger-Treiman relation

    International Nuclear Information System (INIS)

    Bhamathi, G.; Raghavan, S.

    1977-01-01

    The relevance of the recent experimental observation of possible bound and resonant states in NN scattering to the Goldberger-Treiman (GT) relation is examined. It is pointed out that an S-wave resonance in NN scattering goes a long way towards accounting for the corrections to the GT relations. Values of the mass and width of the resonance capable of giving a reasonable fit for the GT relation are presented. (author)

  17. Geostatistical risk estimation at waste disposal sites in the presence of hot spots

    International Nuclear Information System (INIS)

    Komnitsas, Kostas; Modis, Kostas

    2009-01-01

    The present paper aims to estimate risk by using geostatistics at the wider coal mining/waste disposal site of Belkovskaya, Tula region, in Russia. In this area the presence of hot spots causes a spatial trend in the mean value of the random field and a non-Gaussian data distribution. Prior to application of geostatistics, subtraction of trend and appropriate smoothing and transformation of the data into a Gaussian form were carried out; risk maps were then generated for the wider study area in order to assess the probability of exceeding risk thresholds. Finally, the present paper discusses the need for homogenization of soil risk thresholds regarding hazardous elements that will enhance reliability of risk estimation and enable application of appropriate rehabilitation actions in contaminated areas.

  18. Geostatistical methods for the integrated information; Metodos geoestadisticos para la integracion de informacion

    Energy Technology Data Exchange (ETDEWEB)

    Cassiraga, E F; Gomez-Hernandez, J J [Departamento de Ingenieria Hidraulica y Medio Ambiente, Universidad Politecnica de Valencia, Valencia (Spain)

    1996-10-01

    The main objective of this report is to describe the different geostatistical techniques to use the geophysical and hydrological parameters. We analyze the characteristics of estimation methods used in others studies.

  19. Assessment of effectiveness of geologic isolation systems: geostatistical modeling of pore velocity

    International Nuclear Information System (INIS)

    Devary, J.L.; Doctor, P.G.

    1981-06-01

    A significant part of evaluating a geologic formation as a nuclear waste repository involves the modeling of contaminant transport in the surrounding media in the event the repository is breached. The commonly used contaminant transport models are deterministic. However, the spatial variability of hydrologic field parameters introduces uncertainties into contaminant transport predictions. This paper discusses the application of geostatistical techniques to the modeling of spatially varying hydrologic field parameters required as input to contaminant transport analyses. Kriging estimation techniques were applied to Hanford Reservation field data to calculate hydraulic conductivity and the ground-water potential gradients. These quantities were statistically combined to estimate the groundwater pore velocity and to characterize the pore velocity estimation error. Combining geostatistical modeling techniques with product error propagation techniques results in an effective stochastic characterization of groundwater pore velocity, a hydrologic parameter required for contaminant transport analyses

  20. Delineating Hydrofacies Spatial Distribution by Integrating Ensemble Data Assimilation and Indicator Geostatistics

    Energy Technology Data Exchange (ETDEWEB)

    Song, Xuehang [Florida State Univ., Tallahassee, FL (United States); Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Chen, Xingyuan [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Ye, Ming [Florida State Univ., Tallahassee, FL (United States); Dai, Zhenxue [Los Alamos National Lab. (LANL), Los Alamos, NM (United States); Hammond, Glenn Edward [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States)

    2015-07-01

    This study develops a new framework of facies-based data assimilation for characterizing spatial distribution of hydrofacies and estimating their associated hydraulic properties. This framework couples ensemble data assimilation with transition probability-based geostatistical model via a parameterization based on a level set function. The nature of ensemble data assimilation makes the framework efficient and flexible to be integrated with various types of observation data. The transition probability-based geostatistical model keeps the updated hydrofacies distributions under geological constrains. The framework is illustrated by using a two-dimensional synthetic study that estimates hydrofacies spatial distribution and permeability in each hydrofacies from transient head data. Our results show that the proposed framework can characterize hydrofacies distribution and associated permeability with adequate accuracy even with limited direct measurements of hydrofacies. Our study provides a promising starting point for hydrofacies delineation in complex real problems.

  1. Application of Geostatistical Modelling to Study the Exploration Adequacy of Uniaxial Compressive Strength of Intact Rock alongthe Behesht-Abad Tunnel Route

    Directory of Open Access Journals (Sweden)

    Mohammad Doustmohammadi

    2014-12-01

    Full Text Available Uniaxial compressive strength (UCS is one of the most significant factors on the stability of underground excavation projects. Most of the time, this factor can be obtained by exploratory boreholes evaluation. Due to the large distance between exploratory boreholes in the majority of geotechnical projects, the application of geostatistical methods has increased as an estimator of rock mass properties. The present paper ties the estimation of UCS values of intact rock to the distance between boreholes of the Behesht-Abad tunnel in central Iran, using SGEMS geostatistical program. Variography showed that UCS estimation of intact rock using geostatistical methods is reasonable. The model establishment and validation was done after assessment that the model was trustworthy. Cross validation proved the high accuracy (98% and reliability of the model to estimate uniaxial compressive strength. The UCS values were then estimated along the tunnel axis. Moreover, using geostatistical estimation led to better identification of the pros and cons of geotechnical explorations in each location of tunnel route.

  2. Application of a computationally efficient geostatistical approach to characterizing variably spaced water-table data

    International Nuclear Information System (INIS)

    Quinn, J.J.

    1996-01-01

    Geostatistical analysis of hydraulic head data is useful in producing unbiased contour plots of head estimates and relative errors. However, at most sites being characterized, monitoring wells are generally present at different densities, with clusters of wells in some areas and few wells elsewhere. The problem that arises when kriging data at different densities is in achieving adequate resolution of the grid while maintaining computational efficiency and working within software limitations. For the site considered, 113 data points were available over a 14-mi 2 study area, including 57 monitoring wells within an area of concern of 1.5 mi 2 . Variogram analyses of the data indicate a linear model with a negligible nugget effect. The geostatistical package used in the study allows a maximum grid of 100 by 100 cells. Two-dimensional kriging was performed for the entire study area with a 500-ft grid spacing, while the smaller zone was modeled separately with a 100-ft spacing. In this manner, grid cells for the dense area and the sparse area remained small relative to the well separation distances, and the maximum dimensions of the program were not exceeded. The spatial head results for the detailed zone were then nested into the regional output by use of a graphical, object-oriented database that performed the contouring of the geostatistical output. This study benefitted from the two-scale approach and from very fine geostatistical grid spacings relative to typical data separation distances. The combining of the sparse, regional results with those from the finer-resolution area of concern yielded contours that honored the actual data at every measurement location. The method applied in this study can also be used to generate reproducible, unbiased representations of other types of spatial data

  3. Meediakunst möllab küberkohvikus

    Index Scriptorium Estoniae

    1999-01-01

    2. offline@online meediakunsti festival 24. ja 25. XI Eesti Kunstiakadeemias küberkohvikus 'Enter'. Esitatakse ligi saja kunstniku CD-ROMe, internetiprojekte ja videosid. Alajaotuses 'Media Non Grata' sektsioon nn low-tech meedia eksponeerimiseks. Osalejaid. Kataloogis Raivo Kelomehe sisasejuhatav tekst 'Nurgakunst ئ Media Non Grata'.

  4. Confronting uncertainty in model-based geostatistics using Markov Chain Monte Carlo simulation

    NARCIS (Netherlands)

    Minasny, B.; Vrugt, J.A.; McBratney, A.B.

    2011-01-01

    This paper demonstrates for the first time the use of Markov Chain Monte Carlo (MCMC) simulation for parameter inference in model-based soil geostatistics. We implemented the recently developed DiffeRential Evolution Adaptive Metropolis (DREAM) algorithm to jointly summarize the posterior

  5. Modelling Geomechanical Heterogeneity of Rock Masses Using Direct and Indirect Geostatistical Conditional Simulation Methods

    Science.gov (United States)

    Eivazy, Hesameddin; Esmaieli, Kamran; Jean, Raynald

    2017-12-01

    An accurate characterization and modelling of rock mass geomechanical heterogeneity can lead to more efficient mine planning and design. Using deterministic approaches and random field methods for modelling rock mass heterogeneity is known to be limited in simulating the spatial variation and spatial pattern of the geomechanical properties. Although the applications of geostatistical techniques have demonstrated improvements in modelling the heterogeneity of geomechanical properties, geostatistical estimation methods such as Kriging result in estimates of geomechanical variables that are not fully representative of field observations. This paper reports on the development of 3D models for spatial variability of rock mass geomechanical properties using geostatistical conditional simulation method based on sequential Gaussian simulation. A methodology to simulate the heterogeneity of rock mass quality based on the rock mass rating is proposed and applied to a large open-pit mine in Canada. Using geomechanical core logging data collected from the mine site, a direct and an indirect approach were used to model the spatial variability of rock mass quality. The results of the two modelling approaches were validated against collected field data. The study aims to quantify the risks of pit slope failure and provides a measure of uncertainties in spatial variability of rock mass properties in different areas of the pit.

  6. Exploring 2D and 3D QSARs of benzimidazole derivatives as transient receptor potential melastatin 8 (TRPM8 antagonists using MLR and kNN-MFA methodology

    Directory of Open Access Journals (Sweden)

    Kamlendra Singh Bhadoriya

    2016-09-01

    Full Text Available TRPM8 is now best known as a cold- and menthol-activated channel implicated in thermosensation. TRPM8 is specifically expressed in a subset of pain- and temperature-sensing neuron. TRPM8 plays a major role in the sensation of cold and cooling substances. TRPM8 is a potential new target for the treatment of painful conditions. Thus, TRPM8 antagonists represent a new, novel and potentially useful treatment strategy to treat various disease states such as urological disorders, asthma, COPD, prostate and colon cancers, and painful conditions related to cold, such as cold allodynia and cold hyperalgesia. Better tools such as potent and specific TRPM8 antagonists are mandatory as high unmet medical need for such progress. To achieve this objective quantitative structure–activity relationship (QSAR studies were carried out on a series of 25 benzimidazole-containing TRPM8 antagonists to investigate the structural requirements of their inhibitory activity against cTRPM8. The statistically significant best 2D-QSAR model having correlation coefficient r2 = 0.88 and cross-validated squared correlation coefficient q2 = 0.64 with external predictive ability of pred_r2 = 0.69 was developed by SW-MLR. The physico-chemical descriptors such as polarizabilityAHP, kappa2, XcompDipole, +vePotentialSurfaceArea, XKMostHydrophilic were found to show a significant correlation with biological activity in benzimidazole derivatives. Molecular field analysis was used to construct the best 3D-QSAR model using SW-kNN method, showing good correlative and predictive capabilities in terms of q2 = 0.81 and pred_r2 = 0.55. Developed kNN-MFA model highlighted the importance of shape of the molecules, i.e., steric & electrostatic descriptors at the grid points S_774 & E_1024 for TRPM8 receptor binding. These models (2D & 3D were found to yield reliable clues for further optimization of benzimidazole derivatives in the data set. The information rendered by 2D- and 3D

  7. Medium energy measurements of N-N parameters. Final technical report, April 1, 1994--September 30, 1996

    International Nuclear Information System (INIS)

    Ambrose, D.; Betts, W.; Coffey, P.; Glass, G.; McDonough, J.; Riley, P.; Tang, J.L.

    1998-08-01

    This document is a final technical report describing the accomplishments of the medium/high energy nuclear physics research program at the University of Texas at Austin. The research program had four main thrusts, only one of which can be considered as measurements of N-N parameters: (1) finishing the data analyses associated with recent LAMPF and TRIUMPF N-N experiments, whose overall purpose has been the determination of the nucleon-nucleon amplitudes, both for isospin 0 and 1 at medium energies; (2) continuing work on BNL E871, a search for rare decay modes of the K L ; (3) work on the RHIC-STAR project, an experiment to create and study a quark gluon plasma and nuclear matter at high energy density; (4) beginning a new AGS experiment (E896) which will search for the lowest mass state of the predicted strange di-baryons, the Ho, and other exotic states of nuclear matter through nucleus-nucleus collisions

  8. A 10 nN resolution thrust-stand for micro-propulsion devices

    Energy Technology Data Exchange (ETDEWEB)

    Chakraborty, Subha; Courtney, Daniel G.; Shea, Herbert, E-mail: herbert.shea@epfl.ch [Microsystems for Space Technologies Laboratory (LMTS), Ecole Polytechnique Federale de Lausanne (EPFL), Neuchatel (Switzerland)

    2015-11-15

    We report on the development of a nano-Newton thrust-stand that can measure up to 100 μN thrust from different types of microthrusters with 10 nN resolution. The compact thrust-stand measures the impingement force of the particles emitted from a microthruster onto a suspended plate of size 45 mm × 45 mm and with a natural frequency over 50 Hz. Using a homodyne (lock-in) readout provides strong immunity to facility vibrations, which historically has been a major challenge for nano-Newton thrust-stands. A cold-gas thruster generating up to 50 μN thrust in air was first used to validate the thrust-stand. Better than 10 nN resolution and a minimum detectable thrust of 10 nN were achieved. Thrust from a miniature electrospray propulsion system generating up to 3 μN of thrust was measured with our thrust-stand in vacuum, and the thrust was compared with that computed from beam diagnostics, obtaining agreement within 50 nN to 150 nN. The 10 nN resolution obtained from this thrust-stand matches that from state-of-the-art nano-Newton thrust-stands, which measure thrust directly from the thruster by mounting it on a moving arm (but whose natural frequency is well below 1 Hz). The thrust-stand is the first of its kind to demonstrate less than 3 μN resolution by measuring the impingement force, making it capable of measuring thrust from different types of microthrusters, with the potential of easy upscaling for thrust measurement at much higher levels, simply by replacing the force sensor with other force sensors.

  9. Preliminary evaluation of uranium deposits. A geostatistical study of drilling density in Wyoming solution fronts

    International Nuclear Information System (INIS)

    Sandefur, R.L.; Grant, D.C.

    1976-01-01

    Studies of a roll-front uranium deposit in Shirley Basin Wyoming indicate that preliminary evaluation of the reserve potential of an ore body is possible with less drilling than currently practiced in industry. Estimating ore reserves from sparse drilling is difficult because most reserve calculation techniques do not give the accuracy of the estimate. A study of several deposits with a variety of drilling densities shows that geostatistics consistently provides a method of assessing the accuracy of an ore reserve estimate. Geostatistics provides the geologist with an additional descriptive technique - one which is valuable in the economic assessment of a uranium deposit. Closely spaced drilling on past properties provides both geological and geometric insight into the occurrence of uranium in roll-front type deposits. Just as the geological insight assists in locating new ore bodies and siting preferential drill locations, the geometric insight can be applied mathematically to evaluate the accuracy of a new ore reserve estimate. By expressing the geometry in numerical terms, geostatistics extracts important geological characteristics and uses this information to aid in describing the unknown characteristics of a property. (author)

  10. How to evaluate the risks of exceeding limits: geostatistical models and their application to air pollution

    International Nuclear Information System (INIS)

    Fouquet, Ch. de; Deraisme, J.; Bobbia, M.

    2007-01-01

    Geo-statistics is increasingly applied to the study of environmental risks in a variety of sectors, especially in the fields of soil decontamination and the evaluation of the risks due to air pollution. Geo-statistics offers a rigorous stochastic modeling approach that makes it possible to answer questions expressed in terms of uncertainty and risk. This article focusses on nonlinear geo-statistical methods, based on the Gaussian random function model, whose essential properties are summarised. We use two examples to characterize situations where direct and thus rapid methods provide appropriate solutions and cases that inevitably require more laborious simulation techniques. Exposure of the population of the Rouen metropolitan area to the risk of NO 2 pollution is assessed by simulations, but the surface area where the pollution exceeds the threshold limit can be easily estimated with nonlinear conditional expectation techniques. A second example is used to discuss the bias introduced by direct simulation, here of a percentile of daily SO 2 concentration for one year in the city of Le Havre; an operational solution is proposed. (authors)

  11. Integration of GIS, Geostatistics, and 3-D Technology to Assess the Spatial Distribution of Soil Moisture

    Science.gov (United States)

    Betts, M.; Tsegaye, T.; Tadesse, W.; Coleman, T. L.; Fahsi, A.

    1998-01-01

    The spatial and temporal distribution of near surface soil moisture is of fundamental importance to many physical, biological, biogeochemical, and hydrological processes. However, knowledge of these space-time dynamics and the processes which control them remains unclear. The integration of geographic information systems (GIS) and geostatistics together promise a simple mechanism to evaluate and display the spatial and temporal distribution of this vital hydrologic and physical variable. Therefore, this research demonstrates the use of geostatistics and GIS to predict and display soil moisture distribution under vegetated and non-vegetated plots. The research was conducted at the Winfred Thomas Agricultural Experiment Station (WTAES), Hazel Green, Alabama. Soil moisture measurement were done on a 10 by 10 m grid from tall fescue grass (GR), alfalfa (AA), bare rough (BR), and bare smooth (BS) plots. Results indicated that variance associated with soil moisture was higher for vegetated plots than non-vegetated plots. The presence of vegetation in general contributed to the spatial variability of soil moisture. Integration of geostatistics and GIS can improve the productivity of farm lands and the precision of farming.

  12. Centrality dependence of pion freeze-out radii in Pb-Pb collisions at $\\sqrt{\\mathbf{s_{NN}}}$=2.76 TeV

    OpenAIRE

    Adam, Jaroslav; Adamova, Dagmar; Aggarwal, Madan Mohan; Aglieri Rinella, Gianluca; Agnello, Michelangelo; Agrawal, Neelima; Ahammed, Zubayer; Ahn, Sang Un; Aimo, Ilaria; Aiola, Salvatore; Ajaz, Muhammad; Akindinov, Alexander; Alam, Sk Noor; Aleksandrov, Dmitry; Alessandro, Bruno

    2015-01-01

    We report on the measurement of freeze-out radii for pairs of identical-charge pions measured in Pb--Pb collisions at $\\sqrt{s_{\\rm NN}}=2.76$ TeV as a function of collision centrality and the average transverse momentum of the pair $k_{\\rm T}$. Three-dimensional sizes of the system (femtoscopic radii), as well as direction-averaged one-dimensional radii are extracted. The radii decrease with $k_{\\rm T}$, following a power-law behavior. This is qualitatively consistent with expectations from ...

  13. Método basado en clasificadores k-NN parametrizados con algoritmos genéticos y la estimación de la reactancia para localización de fallas en sistemas de distribución.

    Directory of Open Access Journals (Sweden)

    Andrés Zapata-Tapasco

    2014-01-01

    Full Text Available En este artículo se presenta una estrategia de parametrización de un localizador de fallas basado en una técnica simple pero eficiente de aprendizaje, conocida como k vecinos más cercanos (k-NN. Esta técnica se complementa con un método plenamente probado de localización basado en la estimación de la impedancia de falla. La estrategia híbrida se validó en un circuito prototipo real, con resultados de error aceptables para aplicaciones en sistemas de distribución de energía eléctrica. Finalmente y como ventaja importante de la metodología propuesta se resalta la facilidad de implementación, cuando se trata de circuitos de distribución reales (más de 100 nodos.

  14. Geostatistical analyses and hazard assessment on soil lead in Silvermines area, Ireland

    International Nuclear Information System (INIS)

    McGrath, David; Zhang Chaosheng; Carton, Owen T.

    2004-01-01

    Spatial distribution and hazard assessment of soil lead in the mining site of Silvermines, Ireland, were investigated using statistics, geostatistics and geographic information system (GIS) techniques. Positively skewed distribution and possible outlying values of Pb and other heavy metals were observed. Box-Cox transformation was applied in order to achieve normality in the data set and to reduce the effect of outliers. Geostatistical analyses were carried out, including calculation of experimental variograms and model fitting. The ordinary point kriging estimates of Pb concentration were mapped. Kriging standard deviations were regarded as the standard deviations of the interpolated pixel values, and a second map was produced, that quantified the probability of Pb concentration higher than a threshold value of 1000 mg/kg. These maps provide valuable information for hazard assessment and for decision support. - A probability map was produced that was useful for hazard assessment and decision support

  15. Geostatistical analyses and hazard assessment on soil lead in Silvermines area, Ireland

    Energy Technology Data Exchange (ETDEWEB)

    McGrath, David; Zhang Chaosheng; Carton, Owen T

    2004-01-01

    Spatial distribution and hazard assessment of soil lead in the mining site of Silvermines, Ireland, were investigated using statistics, geostatistics and geographic information system (GIS) techniques. Positively skewed distribution and possible outlying values of Pb and other heavy metals were observed. Box-Cox transformation was applied in order to achieve normality in the data set and to reduce the effect of outliers. Geostatistical analyses were carried out, including calculation of experimental variograms and model fitting. The ordinary point kriging estimates of Pb concentration were mapped. Kriging standard deviations were regarded as the standard deviations of the interpolated pixel values, and a second map was produced, that quantified the probability of Pb concentration higher than a threshold value of 1000 mg/kg. These maps provide valuable information for hazard assessment and for decision support. - A probability map was produced that was useful for hazard assessment and decision support.

  16. Two-point versus multiple-point geostatistics: the ability of geostatistical methods to capture complex geobodies and their facies associations—an application to a channelized carbonate reservoir, southwest Iran

    International Nuclear Information System (INIS)

    Hashemi, Seyyedhossein; Javaherian, Abdolrahim; Ataee-pour, Majid; Khoshdel, Hossein

    2014-01-01

    Facies models try to explain facies architectures which have a primary control on the subsurface heterogeneities and the fluid flow characteristics of a given reservoir. In the process of facies modeling, geostatistical methods are implemented to integrate different sources of data into a consistent model. The facies models should describe facies interactions; the shape and geometry of the geobodies as they occur in reality. Two distinct categories of geostatistical techniques are two-point and multiple-point (geo) statistics (MPS). In this study, both of the aforementioned categories were applied to generate facies models. A sequential indicator simulation (SIS) and a truncated Gaussian simulation (TGS) represented two-point geostatistical methods, and a single normal equation simulation (SNESIM) selected as an MPS simulation representative. The dataset from an extremely channelized carbonate reservoir located in southwest Iran was applied to these algorithms to analyze their performance in reproducing complex curvilinear geobodies. The SNESIM algorithm needs consistent training images (TI) in which all possible facies architectures that are present in the area are included. The TI model was founded on the data acquired from modern occurrences. These analogies delivered vital information about the possible channel geometries and facies classes that are typically present in those similar environments. The MPS results were conditioned to both soft and hard data. Soft facies probabilities were acquired from a neural network workflow. In this workflow, seismic-derived attributes were implemented as the input data. Furthermore, MPS realizations were conditioned to hard data to guarantee the exact positioning and continuity of the channel bodies. A geobody extraction workflow was implemented to extract the most certain parts of the channel bodies from the seismic data. These extracted parts of the channel bodies were applied to the simulation workflow as hard data

  17. Sum rules for the ed - NN scattering reactions and microscopic potential field-theoretical approach

    International Nuclear Information System (INIS)

    Machivariani, A.I.

    1996-01-01

    The connections between the equal-time commutators of nucleon and photon field-operators and relativistic potential approach of ed - NN scattering equations is established. Namely, it is demonstrated that: 1) equal-time commutator between nucleon field operators generated completeness condition for NN interaction functions, 2) the off-mass shell contributions in γd - NN exchange currents or in microscopic NN potential are determined by equal time commutator between nucleon field operator and photon or nucleon source operators, and 3) equal-time commutators between source operators produce sum rules for same vertex functions and effective potentials [ru

  18. Analysis and simulation of wireless signal propagation applying geostatistical interpolation techniques

    Science.gov (United States)

    Kolyaie, S.; Yaghooti, M.; Majidi, G.

    2011-12-01

    This paper is a part of an ongoing research to examine the capability of geostatistical analysis for mobile networks coverage prediction, simulation and tuning. Mobile network coverage predictions are used to find network coverage gaps and areas with poor serviceability. They are essential data for engineering and management in order to make better decision regarding rollout, planning and optimisation of mobile networks.The objective of this research is to evaluate different interpolation techniques in coverage prediction. In method presented here, raw data collected from drive testing a sample of roads in study area is analysed and various continuous surfaces are created using different interpolation methods. Two general interpolation methods are used in this paper with different variables; first, Inverse Distance Weighting (IDW) with various powers and number of neighbours and second, ordinary kriging with Gaussian, spherical, circular and exponential semivariogram models with different number of neighbours. For the result comparison, we have used check points coming from the same drive test data. Prediction values for check points are extracted from each surface and the differences with actual value are computed. The output of this research helps finding an optimised and accurate model for coverage prediction.

  19. NNNN π: the new frontier in nucleon-nucleon interactions

    International Nuclear Information System (INIS)

    Silbar, R.R.

    1986-01-01

    The torch in nucleon-nucleon scattering has been passed to experimental and theoretical studies of pion production. Comparing two unitary models shows that most of the structures predicted for spin observables in NN → NNπ are model independent and roughly in agreement with the data. The contribution of rho- exchange is small, indicating the reaction is largely ''peripheral''. The energy dependence of these isobar models is smooth. The largely unstudied reactions producing neutral and negatively-charged pions show richer structure than positively-charged pion production. 6 refs

  20. Deep attractive NN potential as a potential for the N(1440)-N system

    International Nuclear Information System (INIS)

    Glozman, L.Y.; Kukulin, V.I.; Pomerantsev, V.N.

    1992-01-01

    This work demonstrates that the model of a deep attractive NN potential (the Moscow NN potential) with a deep lying extra state may be interpreted as a potential in the N(1440)-N system. Under such an interpretation, the deep-lying level forbidden for the NN system describes the N(1440)-N component in deuteron. This conclusion is used to obtain the momentum distribution for the N(1440)-N component in deuteron

  1. Evaluation of geostatistical parameters based on well tests; Estimation de parametres geostatistiques a partir de tests de puits

    Energy Technology Data Exchange (ETDEWEB)

    Gauthier, Y.

    1997-10-20

    Geostatistical tools are increasingly used to model permeability fields in subsurface reservoirs, which are considered as a particular random variable development depending of several geostatistical parameters such as variance and correlation length. The first part of the thesis is devoted to the study of relations existing between the transient well pressure (the well test) and the stochastic permeability field, using the apparent permeability concept.The well test performs a moving permeability average over larger and larger volume with increasing time. In the second part, the geostatistical parameters are evaluated using well test data; a Bayesian framework is used and parameters are estimated using the maximum likelihood principle by maximizing the well test data probability density function with respect to these parameters. This method, involving a well test fast evaluation, provides an estimation of the correlation length and the variance over different realizations of a two-dimensional permeability field

  2. Influence of six-quark bags on the NN interaction in a resonating group scattering calculation

    International Nuclear Information System (INIS)

    Zhang Zongye; Braeuer, K.; Faessler, A.; Shimizu, K.

    1985-01-01

    The influence of six-quark bags oin the nucleon-nucleon (NN) interaction is studied in a dynamical calculation of the NN scattering process. The NN interaction is described by the exchange of gluons and pions between quarks and a phenomenological sigma-meson exchange between nucleons. The quark wave functions are harmonic oscillators and the relative wave function between the two nucleons is determined by the resonating group method. At short distances the NN system is allowed to fuse to a six-quark bag where all six quarks are in a ground state or where two quarks are in excited Op states. The sizes of these six-quark bags are dynamical parameters in the resonating group calculation allowing for spatial polarisation effects during the interaction. The S-wave NN scattering data can be reproduced by adjusting the sigma-coupling strength. The main result is that the six-quark bags with an increased radius have a large influence on the NN scattering process. (orig.)

  3. Femtoscopy in $\\sqrt{s_\\mathrm{NN}} = 5$ Tev $p$+Pb collisions with ATLAS

    CERN Document Server

    Clark, Michael; The ATLAS collaboration

    2017-01-01

    Bose-Einstein correlations between identified charged pions are measured for $p$+Pb collisions at $\\sqrt{s_{\\mathrm{NN}}}$=5.02 TeV with the ATLAS detector with a total integrated luminosity of 28 $\\mathrm{nb}^{−1}$. Pions are identified using ionization energy loss measured in the pixel detector. Two-particle correlation functions and the extracted three-dimensional source radii are presented as a function of average transverse pair momentum ($k_\\mathrm{T}$) and rapidity ($y^\\star_{\\pi\\pi}$) as well as collision centrality. Pairs are selected with a rapidity $−2 < y^{\\star}_{\\pi\\pi} < 1$ and with an average transverse momentum 0.1<$k_\\mathrm{T}$<0.8 GeV. The effect on the two-particle correlation function from jet fragmentation is studied, and a new method for removing its contributions to the measured correlations is described. The measured homogeneity regions are substantially larger in more central collisions, and in central events the radii are observed to decrease with increasing pair $k...

  4. A geostatistical approach to the change-of-support problem and variable-support data fusion in spatial analysis

    Science.gov (United States)

    Wang, Jun; Wang, Yang; Zeng, Hui

    2016-01-01

    A key issue to address in synthesizing spatial data with variable-support in spatial analysis and modeling is the change-of-support problem. We present an approach for solving the change-of-support and variable-support data fusion problems. This approach is based on geostatistical inverse modeling that explicitly accounts for differences in spatial support. The inverse model is applied here to produce both the best predictions of a target support and prediction uncertainties, based on one or more measurements, while honoring measurements. Spatial data covering large geographic areas often exhibit spatial nonstationarity and can lead to computational challenge due to the large data size. We developed a local-window geostatistical inverse modeling approach to accommodate these issues of spatial nonstationarity and alleviate computational burden. We conducted experiments using synthetic and real-world raster data. Synthetic data were generated and aggregated to multiple supports and downscaled back to the original support to analyze the accuracy of spatial predictions and the correctness of prediction uncertainties. Similar experiments were conducted for real-world raster data. Real-world data with variable-support were statistically fused to produce single-support predictions and associated uncertainties. The modeling results demonstrate that geostatistical inverse modeling can produce accurate predictions and associated prediction uncertainties. It is shown that the local-window geostatistical inverse modeling approach suggested offers a practical way to solve the well-known change-of-support problem and variable-support data fusion problem in spatial analysis and modeling.

  5. A consistent meson-theoretic description of the NN-interaction

    International Nuclear Information System (INIS)

    Machleidt, R.

    1985-01-01

    In this paper, the meson-theory of the NN-interaction is performed consistently. All irreducible diagrams up to a total exchanged mass of about 1 GeV (i. e. up to the cutoff region) are taken into account. These diagrams contain in particular an explicit field theoretic model for the 2π-exchange taking into account virtual Δ-excitation and direct π π-interaction. This part of the model agrees quantitatively with results obtained from dispersion theory which in turn are based on the analysis of πN- and π π-scattering data. A detailed description of the lower partial wave phase-shifts of NN-scattering requires the introduction of irreducible diagrams containing also heavy boson exchange, in particular the combination of π and rho. In the framework of this consistent meson theory an accurate description of the NN-scattering data below 300 MeV laboratory energy as well as the deuteron data is achieved; the numerical results are superior to those of simplified boson exchange models

  6. Heat control in HVDC resistive divider by PID and NN controllers

    International Nuclear Information System (INIS)

    Yilmaz, S.; Dincer, H.; Eksin, I.; Kalenderli, O.

    2007-01-01

    In this study, a control system is presented that is devised to increase measurement precisions within a prototype high voltage DC resistive divider (HVDC-RD). Since one of the major sources of measurement errors in such devices is the self heating effect, a system controlling the temperature within the high voltage DC resistive divider is devised so that suitable and stable temperature conditions are maintained that, in return, will decrease the measurement errors. The resistive divider system is cooled by oil, and PID and neural network (NN) controllers try to keep the temperature within the prescribed limits. The system to be controlled exhibits a nonlinear character, and therefore, a control approach based on NN controllers is proposed. Thus, a system that can fulfill the various requirements dictated by the designer is constructed. The performance of the NN controller is compared with that of the PID controller developed for the same purpose, and the values of the performance indices indicate the superiority of the NN controller over that of the classical PID controller

  7. Spatial analysis of groundwater levels using Fuzzy Logic and geostatistical tools

    Science.gov (United States)

    Theodoridou, P. G.; Varouchakis, E. A.; Karatzas, G. P.

    2017-12-01

    The spatial variability evaluation of the water table of an aquifer provides useful information in water resources management plans. Geostatistical methods are often employed to map the free surface of an aquifer. In geostatistical analysis using Kriging techniques the selection of the optimal variogram is very important for the optimal method performance. This work compares three different criteria to assess the theoretical variogram that fits to the experimental one: the Least Squares Sum method, the Akaike Information Criterion and the Cressie's Indicator. Moreover, variable distance metrics such as the Euclidean, Minkowski, Manhattan, Canberra and Bray-Curtis are applied to calculate the distance between the observation and the prediction points, that affects both the variogram calculation and the Kriging estimator. A Fuzzy Logic System is then applied to define the appropriate neighbors for each estimation point used in the Kriging algorithm. The two criteria used during the Fuzzy Logic process are the distance between observation and estimation points and the groundwater level value at each observation point. The proposed techniques are applied to a data set of 250 hydraulic head measurements distributed over an alluvial aquifer. The analysis showed that the Power-law variogram model and Manhattan distance metric within ordinary kriging provide the best results when the comprehensive geostatistical analysis process is applied. On the other hand, the Fuzzy Logic approach leads to a Gaussian variogram model and significantly improves the estimation performance. The two different variogram models can be explained in terms of a fractional Brownian motion approach and of aquifer behavior at local scale. Finally, maps of hydraulic head spatial variability and of predictions uncertainty are constructed for the area with the two different approaches comparing their advantages and drawbacks.

  8. Drude weight and optical conductivity of a two-dimensional heavy-hole gas with k-cubic spin-orbit interactions

    Energy Technology Data Exchange (ETDEWEB)

    Mawrie, Alestin; Ghosh, Tarun Kanti [Department of Physics, Indian Institute of Technology-Kanpur, Kanpur 208 016 (India)

    2016-01-28

    We present a detailed theoretical study on zero-frequency Drude weight and optical conductivity of a two-dimensional heavy-hole gas (2DHG) with k-cubic Rashba and Dresselhaus spin-orbit interactions. The presence of k-cubic spin-orbit couplings strongly modifies the Drude weight in comparison to the electron gas with k-linear spin-orbit couplings. For large hole density and strong k-cubic spin-orbit couplings, the density dependence of Drude weight deviates from the linear behavior. We establish a relation between optical conductivity and the Berry connection. Unlike two-dimensional electron gas with k-linear spin-orbit couplings, we explicitly show that the optical conductivity does not vanish even for equal strength of the two spin-orbit couplings. We attribute this fact to the non-zero Berry phase for equal strength of k-cubic spin-orbit couplings. The least photon energy needed to set in the optical transition in hole gas is one order of magnitude smaller than that of electron gas. Types of two van Hove singularities appear in the optical spectrum are also discussed.

  9. Applicability of geostatistical procedures for the evaluation of hydrogeological parameters of a fractured aquifer in the Ronneburg mine district

    International Nuclear Information System (INIS)

    Grasshoff, C.; Schetelig, K.; Tomschi, H.

    1998-01-01

    The following paper demonstrates, how a geostatistical approach can help interpolating hydrogeological parameters over a certain area. The basic elements developed by G. Matheron in the sixties are represented as the preconditions and assumptions, which provide the best results of the estimation. The variogram as the most important tool in geostatistics offers the opportunity to describe the correlating behaviour of a regionalized variable. Some kriging procedures are briefly introduced, which provide under varying circumstances estimating of non-measured values with the theoretical variogram-model. In the Ronneburg mine district 108 screened drill-holes could provide coefficients of hydraulic conductivity. These were interpolated with ordinary kriging over the whole investigation area. An error calculation was performed, which could prove the accuracy of the estimation. Short prospects point out some difficulties handling with geostatistic procedures and make suggestions for further investigations. (orig.) [de

  10. Credit scoring analysis using weighted k nearest neighbor

    Science.gov (United States)

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

    2018-05-01

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

  11. Redesigning rain gauges network in Johor using geostatistics and simulated annealing

    International Nuclear Information System (INIS)

    Aziz, Mohd Khairul Bazli Mohd; Yusof, Fadhilah; Daud, Zalina Mohd; Yusop, Zulkifli; Kasno, Mohammad Afif

    2015-01-01

    Recently, many rainfall network design techniques have been developed, discussed and compared by many researchers. Present day hydrological studies require higher levels of accuracy from collected data. In numerous basins, the rain gauge stations are located without clear scientific understanding. In this study, an attempt is made to redesign rain gauge network for Johor, Malaysia in order to meet the required level of accuracy preset by rainfall data users. The existing network of 84 rain gauges in Johor is optimized and redesigned into a new locations by using rainfall, humidity, solar radiation, temperature and wind speed data collected during the monsoon season (November - February) of 1975 until 2008. This study used the combination of geostatistics method (variance-reduction method) and simulated annealing as the algorithm of optimization during the redesigned proses. The result shows that the new rain gauge location provides minimum value of estimated variance. This shows that the combination of geostatistics method (variance-reduction method) and simulated annealing is successful in the development of the new optimum rain gauge system

  12. Redesigning rain gauges network in Johor using geostatistics and simulated annealing

    Science.gov (United States)

    Aziz, Mohd Khairul Bazli Mohd; Yusof, Fadhilah; Daud, Zalina Mohd; Yusop, Zulkifli; Kasno, Mohammad Afif

    2015-02-01

    Recently, many rainfall network design techniques have been developed, discussed and compared by many researchers. Present day hydrological studies require higher levels of accuracy from collected data. In numerous basins, the rain gauge stations are located without clear scientific understanding. In this study, an attempt is made to redesign rain gauge network for Johor, Malaysia in order to meet the required level of accuracy preset by rainfall data users. The existing network of 84 rain gauges in Johor is optimized and redesigned into a new locations by using rainfall, humidity, solar radiation, temperature and wind speed data collected during the monsoon season (November - February) of 1975 until 2008. This study used the combination of geostatistics method (variance-reduction method) and simulated annealing as the algorithm of optimization during the redesigned proses. The result shows that the new rain gauge location provides minimum value of estimated variance. This shows that the combination of geostatistics method (variance-reduction method) and simulated annealing is successful in the development of the new optimum rain gauge system.

  13. Redesigning rain gauges network in Johor using geostatistics and simulated annealing

    Energy Technology Data Exchange (ETDEWEB)

    Aziz, Mohd Khairul Bazli Mohd, E-mail: mkbazli@yahoo.com [Centre of Preparatory and General Studies, TATI University College, 24000 Kemaman, Terengganu, Malaysia and Department of Mathematical Sciences, Faculty of Science, Universiti Teknologi Malaysia, 81310 UTM Johor Bahru, Johor (Malaysia); Yusof, Fadhilah, E-mail: fadhilahy@utm.my [Department of Mathematical Sciences, Faculty of Science, Universiti Teknologi Malaysia, 81310 UTM Johor Bahru, Johor (Malaysia); Daud, Zalina Mohd, E-mail: zalina@ic.utm.my [UTM Razak School of Engineering and Advanced Technology, Universiti Teknologi Malaysia, UTM KL, 54100 Kuala Lumpur (Malaysia); Yusop, Zulkifli, E-mail: zulyusop@utm.my [Institute of Environmental and Water Resource Management (IPASA), Faculty of Civil Engineering, Universiti Teknologi Malaysia, 81310 UTM Johor Bahru, Johor (Malaysia); Kasno, Mohammad Afif, E-mail: mafifkasno@gmail.com [Malaysia - Japan International Institute of Technology (MJIIT), Universiti Teknologi Malaysia, UTM KL, 54100 Kuala Lumpur (Malaysia)

    2015-02-03

    Recently, many rainfall network design techniques have been developed, discussed and compared by many researchers. Present day hydrological studies require higher levels of accuracy from collected data. In numerous basins, the rain gauge stations are located without clear scientific understanding. In this study, an attempt is made to redesign rain gauge network for Johor, Malaysia in order to meet the required level of accuracy preset by rainfall data users. The existing network of 84 rain gauges in Johor is optimized and redesigned into a new locations by using rainfall, humidity, solar radiation, temperature and wind speed data collected during the monsoon season (November - February) of 1975 until 2008. This study used the combination of geostatistics method (variance-reduction method) and simulated annealing as the algorithm of optimization during the redesigned proses. The result shows that the new rain gauge location provides minimum value of estimated variance. This shows that the combination of geostatistics method (variance-reduction method) and simulated annealing is successful in the development of the new optimum rain gauge system.

  14. Barrier Function-Based Neural Adaptive Control With Locally Weighted Learning and Finite Neuron Self-Growing Strategy.

    Science.gov (United States)

    Jia, Zi-Jun; Song, Yong-Duan

    2017-06-01

    This paper presents a new approach to construct neural adaptive control for uncertain nonaffine systems. By integrating locally weighted learning with barrier Lyapunov function (BLF), a novel control design method is presented to systematically address the two critical issues in neural network (NN) control field: one is how to fulfill the compact set precondition for NN approximation, and the other is how to use varying rather than a fixed NN structure to improve the functionality of NN control. A BLF is exploited to ensure the NN inputs to remain bounded during the entire system operation. To account for system nonlinearities, a neuron self-growing strategy is proposed to guide the process for adding new neurons to the system, resulting in a self-adjustable NN structure for better learning capabilities. It is shown that the number of neurons needed to accomplish the control task is finite, and better performance can be obtained with less number of neurons as compared with traditional methods. The salient feature of the proposed method also lies in the continuity of the control action everywhere. Furthermore, the resulting control action is smooth almost everywhere except for a few time instants at which new neurons are added. Numerical example illustrates the effectiveness of the proposed approach.

  15. Chapter J: Issues and challenges in the application of geostatistics and spatial-data analysis to the characterization of sand-and-gravel resources

    Science.gov (United States)

    Hack, Daniel R.

    2005-01-01

    Sand-and-gravel (aggregate) resources are a critical component of the Nation's infrastructure, yet aggregate-mining technologies lag far behind those of metalliferous mining and other sectors. Deposit-evaluation and site-characterization methodologies are antiquated, and few serious studies of the potential applications of spatial-data analysis and geostatistics have been published. However, because of commodity usage and the necessary proximity of a mine to end use, aggregate-resource exploration and evaluation differ fundamentally from comparable activities for metalliferous ores. Acceptable practices, therefore, can reflect this cruder scale. The increasing use of computer technologies is colliding with the need for sand-and-gravel mines to modernize and improve their overall efficiency of exploration, mine planning, scheduling, automation, and other operations. The emergence of megaquarries in the 21st century will also be a contributing factor. Preliminary research into the practical applications of exploratory-data analysis (EDA) have been promising. For example, EDA was used to develop a linear-regression equation to forecast freeze-thaw durability from absorption values for Lower Paleozoic carbonate rocks mined for crushed aggregate from quarries in Oklahoma. Applications of EDA within a spatial context, a method of spatial-data analysis, have also been promising, as with the investigation of undeveloped sand-and-gravel resources in the sedimentary deposits of Pleistocene Lake Bonneville, Utah. Formal geostatistical investigations of sand-and-gravel deposits are quite rare, and the primary focus of those studies that have been completed is on the spatial characterization of deposit thickness and its subsequent effect on ore reserves. A thorough investigation of a gravel deposit in an active aggregate-mining area in central Essex, U.K., emphasized the problems inherent in the geostatistical characterization of particle-size-analysis data. Beyond such factors

  16. A Bayesian geostatistical approach for evaluating the uncertainty of contaminant mass discharges from point sources

    Science.gov (United States)

    Troldborg, M.; Nowak, W.; Binning, P. J.; Bjerg, P. L.

    2012-12-01

    Estimates of mass discharge (mass/time) are increasingly being used when assessing risks of groundwater contamination and designing remedial systems at contaminated sites. Mass discharge estimates are, however, prone to rather large uncertainties as they integrate uncertain spatial distributions of both concentration and groundwater flow velocities. For risk assessments or any other decisions that are being based on mass discharge estimates, it is essential to address these uncertainties. We present a novel Bayesian geostatistical approach for quantifying the uncertainty of the mass discharge across a multilevel control plane. The method decouples the flow and transport simulation and has the advantage of avoiding the heavy computational burden of three-dimensional numerical flow and transport simulation coupled with geostatistical inversion. It may therefore be of practical relevance to practitioners compared to existing methods that are either too simple or computationally demanding. The method is based on conditional geostatistical simulation and accounts for i) heterogeneity of both the flow field and the concentration distribution through Bayesian geostatistics (including the uncertainty in covariance functions), ii) measurement uncertainty, and iii) uncertain source zone geometry and transport parameters. The method generates multiple equally likely realizations of the spatial flow and concentration distribution, which all honour the measured data at the control plane. The flow realizations are generated by analytical co-simulation of the hydraulic conductivity and the hydraulic gradient across the control plane. These realizations are made consistent with measurements of both hydraulic conductivity and head at the site. An analytical macro-dispersive transport solution is employed to simulate the mean concentration distribution across the control plane, and a geostatistical model of the Box-Cox transformed concentration data is used to simulate observed

  17. Learning-Based Adaptive Imputation Methodwith kNN Algorithm for Missing Power Data

    Directory of Open Access Journals (Sweden)

    Minkyung Kim

    2017-10-01

    Full Text Available This paper proposes a learning-based adaptive imputation method (LAI for imputing missing power data in an energy system. This method estimates the missing power data by using the pattern that appears in the collected data. Here, in order to capture the patterns from past power data, we newly model a feature vector by using past data and its variations. The proposed LAI then learns the optimal length of the feature vector and the optimal historical length, which are significant hyper parameters of the proposed method, by utilizing intentional missing data. Based on a weighted distance between feature vectors representing a missing situation and past situation, missing power data are estimated by referring to the k most similar past situations in the optimal historical length. We further extend the proposed LAI to alleviate the effect of unexpected variation in power data and refer to this new approach as the extended LAI method (eLAI. The eLAI selects a method between linear interpolation (LI and the proposed LAI to improve accuracy under unexpected variations. Finally, from a simulation under various energy consumption profiles, we verify that the proposed eLAI achieves about a 74% reduction of the average imputation error in an energy system, compared to the existing imputation methods.

  18. Formation of q bar q resonances in the bar NN system

    International Nuclear Information System (INIS)

    Ivanov, N.Ya.

    1995-01-01

    The formation of q bar q resonances lying on the leading Regge trajectories in the bar NN system is studied in the quark-gluon string model. The model predicts strong suppression of the decays of q bar q states into bar NN pairs in relation to two-meson modes. The author's analysis shows that the contributions of the resonances f 4 (2050) (I G J PC = 0 + 4 ++ ), ρ 5 (2240) (I G J PC = 1 + 5 -- ), and f 6 (2510) (I G J PC = 0 + 6 ++ ) to the processes of two-meson bar NN annihilation (bar pp → ππ, bar KK, hor-ellipsis) are about 1% of the corresponding experimental integrated cross sections. 30 refs., 2 figs., 1 tab

  19. Geostatistical radar-raingauge combination with nonparametric correlograms: methodological considerations and application in Switzerland

    Science.gov (United States)

    Schiemann, R.; Erdin, R.; Willi, M.; Frei, C.; Berenguer, M.; Sempere-Torres, D.

    2011-05-01

    Modelling spatial covariance is an essential part of all geostatistical methods. Traditionally, parametric semivariogram models are fit from available data. More recently, it has been suggested to use nonparametric correlograms obtained from spatially complete data fields. Here, both estimation techniques are compared. Nonparametric correlograms are shown to have a substantial negative bias. Nonetheless, when combined with the sample variance of the spatial field under consideration, they yield an estimate of the semivariogram that is unbiased for small lag distances. This justifies the use of this estimation technique in geostatistical applications. Various formulations of geostatistical combination (Kriging) methods are used here for the construction of hourly precipitation grids for Switzerland based on data from a sparse realtime network of raingauges and from a spatially complete radar composite. Two variants of Ordinary Kriging (OK) are used to interpolate the sparse gauge observations. In both OK variants, the radar data are only used to determine the semivariogram model. One variant relies on a traditional parametric semivariogram estimate, whereas the other variant uses the nonparametric correlogram. The variants are tested for three cases and the impact of the semivariogram model on the Kriging prediction is illustrated. For the three test cases, the method using nonparametric correlograms performs equally well or better than the traditional method, and at the same time offers great practical advantages. Furthermore, two variants of Kriging with external drift (KED) are tested, both of which use the radar data to estimate nonparametric correlograms, and as the external drift variable. The first KED variant has been used previously for geostatistical radar-raingauge merging in Catalonia (Spain). The second variant is newly proposed here and is an extension of the first. Both variants are evaluated for the three test cases as well as an extended evaluation

  20. A geostatistical estimation of zinc grade in bore-core samples

    International Nuclear Information System (INIS)

    Starzec, A.

    1987-01-01

    Possibilities and preliminary results of geostatistical interpretation of the XRF determination of zinc in bore-core samples are considered. For the spherical model of the variogram the estimation variance of grade in a disk-shape sample (estimated from the grade on the circumference sample) is calculated. Variograms of zinc grade in core samples are presented and examples of the grade estimation are discussed. 4 refs., 7 figs., 1 tab. (author)

  1. Geostatistical simulations for radon indoor with a nested model including the housing factor.

    Science.gov (United States)

    Cafaro, C; Giovani, C; Garavaglia, M

    2016-01-01

    The radon prone areas definition is matter of many researches in radioecology, since radon is considered a leading cause of lung tumours, therefore the authorities ask for support to develop an appropriate sanitary prevention strategy. In this paper, we use geostatistical tools to elaborate a definition accounting for some of the available information about the dwellings. Co-kriging is the proper interpolator used in geostatistics to refine the predictions by using external covariates. In advance, co-kriging is not guaranteed to improve significantly the results obtained by applying the common lognormal kriging. Here, instead, such multivariate approach leads to reduce the cross-validation residual variance to an extent which is deemed as satisfying. Furthermore, with the application of Monte Carlo simulations, the paradigm provides a more conservative radon prone areas definition than the one previously made by lognormal kriging. Copyright © 2015 Elsevier Ltd. All rights reserved.

  2. Geostatistical Spatio-Time model of crime in el Salvador: Structural and Predictive Analysis

    Directory of Open Access Journals (Sweden)

    Welman Rosa Alvarado

    2011-07-01

    Full Text Available Today, to study a geospatial and spatio-temporal phenomena requires searching statistical tools that enable the analysis of the dependency of space, time and interactions. The science that studies this kind of subjects is the Geoestatics which the goal is to predict spatial phenomenon. This science is considered the base for modeling phenomena that involves interactions between space and time. In the past 10 years, the Geostatistic had seen a great development in areas like the geology, soils, remote sensing, epidemiology, agriculture, ecology, economy, etc. In this research, the geostatistic had been apply to build a predictive map about crime in El Salvador; for that the variability of space and time together is studied to generate crime scenarios: crime hot spots are determined, crime vulnerable groups are identified, to improve political decisions and facilitate to decision makers about the insecurity in the country.

  3. Harry Potter -kirjojen suomennoksissa käytetyt uudissanat.

    OpenAIRE

    Karppinen, Hanna

    2003-01-01

    Tutkielman pääasiallinen tarkoitus on kuvata Harry Potter -kirjojen suomennoksissa käytettyjä uudissanoja ja käsitellä uudissanojen teoriaa. Myös lastenkirjallisuudesta, lasten lukemisesta, käännöstieteestä ja Harry Potter -ilmiöstä on kerrottu sen verran, että aihetta ennestään tuntemattomien on mahdollista seurata tutkielmaa. Tutkittavat sanat on kerätty kirjoista Harry Potter ja viisasten kivi, Harry Potter ja salaisuuksien kammio, Harry Potter ja Azkabanin vanki ja Harry Potter ja li...

  4. Dihadron Azimuthal Correlations in p-p Collisions at sNN=7 TeV and p-Pb Collisions at sNN=5.02 TeV

    Directory of Open Access Journals (Sweden)

    Ting Bai

    2015-01-01

    Full Text Available The dihadron azimuthal correlations in p-p collisions at sNN=7 TeV and p-Pb collisions at sNN=5.02 TeV are investigated in the framework of a multisource thermal model. The model can approximately describe the experimental results measured in the Large Hadron Collider. We find the px amplitude of the source is magnified and the source translates along the direction.

  5. Geostatistical evaluation of travel time uncertainties

    International Nuclear Information System (INIS)

    Devary, J.L.

    1983-08-01

    Data on potentiometric head and hydraulic conductivity, gathered from the Wolfcamp Formation of the Permian System, have exhibited tremendous spatial variability as a result of heterogeneities in the media and the presence of petroleum and natural gas deposits. Geostatistical data analysis and error propagation techniques (kriging and conditional simulation) were applied to determine the effect of potentiometric head uncertainties on radionuclide travel paths and travel times through the Wolfcamp Formation. Blok-average kriging was utilized to remove measurement error from potentiometric head data. The travel time calculations have been enhanced by the use of an inverse technique to determine the relative hydraulic conductivity along travel paths. In this way, the spatial variability of the hydraulic conductivity corresponding to streamline convergence and divergence may be included in the analysis. 22 references, 11 figures, 1 table

  6. What quark theory gives for the potential description of the parity violation in NN interactions

    International Nuclear Information System (INIS)

    Dubovik, V.M.; Zenkin, S.V.

    1982-01-01

    The constants of the parity violating (PV) πNN, rhoNN and #betta#NN interactions are calculated in the framework of quark picture based on the standard SU(2)sub(L)xU(1) electroweak model with account for the QCD corrections. The constants are close to the well-known ''best values'', which provide a successful fit to the low-energy PV experimental data

  7. Listening to Mozart K.448 decreases electroencephalography oscillatory power associated with an increase in sympathetic tone in adults: a post-intervention study.

    Science.gov (United States)

    Lin, Lung-Chang; Ouyang, Chen-Sen; Chiang, Ching-Tai; Wu, Rong-Ching; Wu, Hui-Chuan; Yang, Rei-Cheng

    2014-10-01

    Listening to Mozart K.448 has been demonstrated to improve spatial task scores, leading to what is known as the Mozart Effect. However, most of these reports only describe the phenomena but lack the scientific evidence needed to properly investigate the mechanism of Mozart Effect. In this study, we used electroencephalography (EEG) and heart rate variability (HRV) to evaluate the effects of Mozart K.448 on healthy volunteers to explore Mozart Effect. An EEG-based post-intervention analysis. Kaohsiung Medical University Hospital, Kaohsiung, Taiwan. Twenty-nine college students were enrolled. They received EEG and electrocardiogram examinations simultaneously before, during and after listening to the first movement of Mozart K.448. EEG alpha, theta and beta power and HRV were compared in each stage. The results showed a significant decrease in alpha, theta and beta power when they listened to Mozart K.448. In addition, the average root mean square successive difference, the proportion derived by dividing NN50 by the total number of NN intervals, standard deviations of NN intervals and standard deviations of differences between adjacent NN intervals showed a significant decrease, while the high frequency revealed a significant decrease with a significantly elevated low-frequency/high-frequency ratio. Listening to Mozart K.448 significantly decreased EEG alpha, theta and beta power and HRV. This study indicates that there is brain cortical function and sympathetic tone activation in healthy adults when listening to Mozart K.448, which may play an important role in the mechanism of Mozart Effect.

  8. Quark compound Bag model for NN scattering up to 1 GeV

    International Nuclear Information System (INIS)

    Fasano, C.; Lee, T.S.H.

    1987-01-01

    A Quark Compound Bag model has been constructed to describe NN s-wave scattering up to 1 GeV. The model contains a vertex interaction H/sub D/leftrightarrow/NN/ for describing the excitation of a confined six-quark Bag state, and a meson-exchange interaction obtained from modifying the phenomenological core of the Paris potential. Explicit formalisms and numerical results are presented to reveal the role of the Bag excitation mechanism in determining the relative wave function, P- and S-matrix of NN scattering. We explore the merit as well as the shortcoming of the Quark Compound Bag model developed by the ITEP group. It is shown that the parameters of the vertex interaction H/sub D/leftrightarrow/NN/ can be more rigorously determined from the data if the notation of the Chiral/Cloudy Bag model is used to allow the presence of the background meson-exchange interaction inside Bag excitation region. The application of the model in the study of quark degrees of freedom in nuclei is discussed. 41 refs., 6 figs., 3 tabs

  9. Monte Carlo Analysis of Reservoir Models Using Seismic Data and Geostatistical Models

    Science.gov (United States)

    Zunino, A.; Mosegaard, K.; Lange, K.; Melnikova, Y.; Hansen, T. M.

    2013-12-01

    We present a study on the analysis of petroleum reservoir models consistent with seismic data and geostatistical constraints performed on a synthetic reservoir model. Our aim is to invert directly for structure and rock bulk properties of the target reservoir zone. To infer the rock facies, porosity and oil saturation seismology alone is not sufficient but a rock physics model must be taken into account, which links the unknown properties to the elastic parameters. We then combine a rock physics model with a simple convolutional approach for seismic waves to invert the "measured" seismograms. To solve this inverse problem, we employ a Markov chain Monte Carlo (MCMC) method, because it offers the possibility to handle non-linearity, complex and multi-step forward models and provides realistic estimates of uncertainties. However, for large data sets the MCMC method may be impractical because of a very high computational demand. To face this challenge one strategy is to feed the algorithm with realistic models, hence relying on proper prior information. To address this problem, we utilize an algorithm drawn from geostatistics to generate geologically plausible models which represent samples of the prior distribution. The geostatistical algorithm learns the multiple-point statistics from prototype models (in the form of training images), then generates thousands of different models which are accepted or rejected by a Metropolis sampler. To further reduce the computation time we parallelize the software and run it on multi-core machines. The solution of the inverse problem is then represented by a collection of reservoir models in terms of facies, porosity and oil saturation, which constitute samples of the posterior distribution. We are finally able to produce probability maps of the properties we are interested in by performing statistical analysis on the collection of solutions.

  10. A Comparison of Traditional, Step-Path, and Geostatistical Techniques in the Stability Analysis of a Large Open Pit

    Science.gov (United States)

    Mayer, J. M.; Stead, D.

    2017-04-01

    With the increased drive towards deeper and more complex mine designs, geotechnical engineers are often forced to reconsider traditional deterministic design techniques in favour of probabilistic methods. These alternative techniques allow for the direct quantification of uncertainties within a risk and/or decision analysis framework. However, conventional probabilistic practices typically discretize geological materials into discrete, homogeneous domains, with attributes defined by spatially constant random variables, despite the fact that geological media display inherent heterogeneous spatial characteristics. This research directly simulates this phenomenon using a geostatistical approach, known as sequential Gaussian simulation. The method utilizes the variogram which imposes a degree of controlled spatial heterogeneity on the system. Simulations are constrained using data from the Ok Tedi mine site in Papua New Guinea and designed to randomly vary the geological strength index and uniaxial compressive strength using Monte Carlo techniques. Results suggest that conventional probabilistic techniques have a fundamental limitation compared to geostatistical approaches, as they fail to account for the spatial dependencies inherent to geotechnical datasets. This can result in erroneous model predictions, which are overly conservative when compared to the geostatistical results.

  11. A space and time scale-dependent nonlinear geostatistical approach for downscaling daily precipitation and temperature

    KAUST Repository

    Jha, Sanjeev Kumar

    2015-07-21

    A geostatistical framework is proposed to downscale daily precipitation and temperature. The methodology is based on multiple-point geostatistics (MPS), where a multivariate training image is used to represent the spatial relationship between daily precipitation and daily temperature over several years. Here, the training image consists of daily rainfall and temperature outputs from the Weather Research and Forecasting (WRF) model at 50 km and 10 km resolution for a twenty year period ranging from 1985 to 2004. The data are used to predict downscaled climate variables for the year 2005. The result, for each downscaled pixel, is daily time series of precipitation and temperature that are spatially dependent. Comparison of predicted precipitation and temperature against a reference dataset indicates that both the seasonal average climate response together with the temporal variability are well reproduced. The explicit inclusion of time dependence is explored by considering the climate properties of the previous day as an additional variable. Comparison of simulations with and without inclusion of time dependence shows that the temporal dependence only slightly improves the daily prediction because the temporal variability is already well represented in the conditioning data. Overall, the study shows that the multiple-point geostatistics approach is an efficient tool to be used for statistical downscaling to obtain local scale estimates of precipitation and temperature from General Circulation Models. This article is protected by copyright. All rights reserved.

  12. The Relationship between Changes in Weight Status and Insulin Resistance in Youth

    Directory of Open Access Journals (Sweden)

    Evenson Kelly

    2009-04-01

    Full Text Available This study examined changes in insulin resistance (IR in 120 youth over two years. IR was quantified via homeostatic model (HOMA-IR, and weight status changes were quantified via body mass index (BMI. When all participants were considered, the mean HOMA-IR and BMI increased 13.4% and 1.65 units, respectively. Change in BMI z-score and percent change in HOMA-IR were moderately associated (. Follow-up analyses were performed for the following weight groups: NN (normal at baseline and two years later, NO (normal to overweight, ON (overweight to normal, and OO (overweight at both points. The NO group had a greater change in HOMA-IR (+50% compared to other groups: ON (8%, NN (+2%, and OO (0.1% (. The association between changes in BMI z-score and HOMA-IR was when only the NO and ON groups were included. These results reinforce the importance of preventing youth from becoming overweight to control IR.

  13. Geostatistics: a common link between medical geography, mathematical geology, and medical geology.

    Science.gov (United States)

    Goovaerts, P

    2014-08-01

    Since its development in the mining industry, geostatistics has emerged as the primary tool for spatial data analysis in various fields, ranging from earth and atmospheric sciences to agriculture, soil science, remote sensing, and more recently environmental exposure assessment. In the last few years, these tools have been tailored to the field of medical geography or spatial epidemiology, which is concerned with the study of spatial patterns of disease incidence and mortality and the identification of potential 'causes' of disease, such as environmental exposure, diet and unhealthy behaviours, economic or socio-demographic factors. On the other hand, medical geology is an emerging interdisciplinary scientific field studying the relationship between natural geological factors and their effects on human and animal health. This paper provides an introduction to the field of medical geology with an overview of geostatistical methods available for the analysis of geological and health data. Key concepts are illustrated using the mapping of groundwater arsenic concentration across eleven Michigan counties and the exploration of its relationship to the incidence of prostate cancer at the township level.

  14. Optimal design of sampling and mapping schemes in the radiometric exploration of Chipilapa, El Salvador (Geo-statistics)

    International Nuclear Information System (INIS)

    Balcazar G, M.; Flores R, J.H.

    1992-01-01

    As part of the knowledge about the radiometric surface exploration, carried out in the geothermal field of Chipilapa, El Salvador, its were considered the geo-statistical parameters starting from the calculated variogram of the field data, being that the maxim distance of correlation of the samples in 'radon' in the different observation addresses (N-S, E-W, N W-S E, N E-S W), it was of 121 mts for the monitoring grill in future prospectus in the same area. Being derived of it an optimization (minimum cost) in the spacing of the field samples by means of geo-statistical techniques, without losing the detection of the anomaly. (Author)

  15. Optimized Field Sampling and Monitoring of Airborne Hazardous Transport Plumes; A Geostatistical Simulation Approach

    International Nuclear Information System (INIS)

    Chen, DI-WEN

    2001-01-01

    Airborne hazardous plumes inadvertently released during nuclear/chemical/biological incidents are mostly of unknown composition and concentration until measurements are taken of post-accident ground concentrations from plume-ground deposition of constituents. Unfortunately, measurements often are days post-incident and rely on hazardous manned air-vehicle measurements. Before this happens, computational plume migration models are the only source of information on the plume characteristics, constituents, concentrations, directions of travel, ground deposition, etc. A mobile ''lighter than air'' (LTA) system is being developed at Oak Ridge National Laboratory that will be part of the first response in emergency conditions. These interactive and remote unmanned air vehicles will carry light-weight detectors and weather instrumentation to measure the conditions during and after plume release. This requires a cooperative computationally organized, GPS-controlled set of LTA's that self-coordinate around the objectives in an emergency situation in restricted time frames. A critical step before an optimum and cost-effective field sampling and monitoring program proceeds is the collection of data that provides statistically significant information, collected in a reliable and expeditious manner. Efficient aerial arrangements of the detectors taking the data (for active airborne release conditions) are necessary for plume identification, computational 3-dimensional reconstruction, and source distribution functions. This report describes the application of stochastic or geostatistical simulations to delineate the plume for guiding subsequent sampling and monitoring designs. A case study is presented of building digital plume images, based on existing ''hard'' experimental data and ''soft'' preliminary transport modeling results of Prairie Grass Trials Site. Markov Bayes Simulation, a coupled Bayesian/geostatistical methodology, quantitatively combines soft information

  16. Can Geostatistical Models Represent Nature's Variability? An Analysis Using Flume Experiments

    Science.gov (United States)

    Scheidt, C.; Fernandes, A. M.; Paola, C.; Caers, J.

    2015-12-01

    The lack of understanding in the Earth's geological and physical processes governing sediment deposition render subsurface modeling subject to large uncertainty. Geostatistics is often used to model uncertainty because of its capability to stochastically generate spatially varying realizations of the subsurface. These methods can generate a range of realizations of a given pattern - but how representative are these of the full natural variability? And how can we identify the minimum set of images that represent this natural variability? Here we use this minimum set to define the geostatistical prior model: a set of training images that represent the range of patterns generated by autogenic variability in the sedimentary environment under study. The proper definition of the prior model is essential in capturing the variability of the depositional patterns. This work starts with a set of overhead images from an experimental basin that showed ongoing autogenic variability. We use the images to analyze the essential characteristics of this suite of patterns. In particular, our goal is to define a prior model (a minimal set of selected training images) such that geostatistical algorithms, when applied to this set, can reproduce the full measured variability. A necessary prerequisite is to define a measure of variability. In this study, we measure variability using a dissimilarity distance between the images. The distance indicates whether two snapshots contain similar depositional patterns. To reproduce the variability in the images, we apply an MPS algorithm to the set of selected snapshots of the sedimentary basin that serve as training images. The training images are chosen from among the initial set by using the distance measure to ensure that only dissimilar images are chosen. Preliminary investigations show that MPS can reproduce fairly accurately the natural variability of the experimental depositional system. Furthermore, the selected training images provide

  17. Qualitative and quantitative comparison of geostatistical techniques of porosity prediction from the seismic and logging data: a case study from the Blackfoot Field, Alberta, Canada

    Science.gov (United States)

    Maurya, S. P.; Singh, K. H.; Singh, N. P.

    2018-05-01

    In present study, three recently developed geostatistical methods, single attribute analysis, multi-attribute analysis and probabilistic neural network algorithm have been used to predict porosity in inter well region for Blackfoot field, Alberta, Canada, an offshore oil field. These techniques make use of seismic attributes, generated by model based inversion and colored inversion techniques. The principle objective of the study is to find the suitable combination of seismic inversion and geostatistical techniques to predict porosity and identification of prospective zones in 3D seismic volume. The porosity estimated from these geostatistical approaches is corroborated with the well log porosity. The results suggest that all the three implemented geostatistical methods are efficient and reliable to predict the porosity but the multi-attribute and probabilistic neural network analysis provide more accurate and high resolution porosity sections. A low impedance (6000-8000 m/s g/cc) and high porosity (> 15%) zone is interpreted from inverted impedance and porosity sections respectively between 1060 and 1075 ms time interval and is characterized as reservoir. The qualitative and quantitative results demonstrate that of all the employed geostatistical methods, the probabilistic neural network along with model based inversion is the most efficient method for predicting porosity in inter well region.

  18. Geostatistical Study of Precipitation on the Island of Crete

    Science.gov (United States)

    Agou, Vasiliki D.; Varouchakis, Emmanouil A.; Hristopulos, Dionissios T.

    2015-04-01

    precipitation which are fitted locally to a three-parameter probability distribution, based on which a normalized index is derived. We use the Spartan variogram function to model space-time correlations, because it is more flexible than classical models [3]. The performance of the variogram model is tested by means of leave-one-out cross validation. The variogram model is then used in connection with ordinary kriging to generate precipitation maps for the entire island. In the future, we will explore the joint spatiotemporal evolution of precipitation patterns on Crete. References [1] P. Goovaerts. Geostatistical approaches for incorporating elevation into the spatial interpolation of precipitation. Journal of Hydrology, 228(1):113-129, 2000. [2] N. B. Guttman. Accepting the standardized precipitation index: a calculation algorithm. American Water Resource Association, 35(2):311-322, 1999. [3] D. T Hristopulos. Spartan Gibbs random field models for geostatistical applications. SIAM Journal on Scientific Computing, 24(6):2125-2162, 2003. [4] A.G. Koutroulis, A.-E.K. Vrohidou, and I.K. Tsanis. Spatiotemporal characteristics of meteorological drought for the island of Crete. Journal of Hydrometeorology, 12(2):206-226, 2011. [5] T. B. McKee, N. J. Doesken, and J. Kleist. The relationship of drought frequency and duration to time scales. In Proceedings of the 8th Conference on Applied Climatology, page 179-184, Anaheim, California, 1993.

  19. Vitamin K antagonists or low-molecular-weight heparin for the long term treatment of symptomatic venous thromboembolism

    NARCIS (Netherlands)

    van der Heijden, J. F.; Hutten, B. A.; Büller, H. R.; Prins, M. H.

    2002-01-01

    BACKGROUND: People with venous thromboembolism are generally treated for five days with intravenous unfractionated heparin or subcutaneous low-molecular-weight heparin followed by three months of vitamin K antagonists treatment. Treatment with vitamin K antagonists requires regular laboratory

  20. Seismic forecast using geostatistics

    International Nuclear Information System (INIS)

    Grecu, Valeriu; Mateiciuc, Doru

    2007-01-01

    The main idea of this research direction consists in the special way of constructing a new type of mathematical function as being a correlation between a computed statistical quantity and another physical quantity. This type of function called 'position function' was taken over by the authors of this study in the field of seismology with the hope of solving - at least partially - the difficult problem of seismic forecast. The geostatistic method of analysis focuses on the process of energy accumulation in a given seismic area, completing this analysis by a so-called loading function. This function - in fact a temporal function - describes the process of energy accumulation during a seismic cycle from a given seismic area. It was possible to discover a law of evolution of the seismic cycles that was materialized in a so-called characteristic function. This special function will help us to forecast the magnitude and the occurrence moment of the largest earthquake in the analysed area. Since 2000, the authors have been evolving to a new stage of testing: real - time analysis, in order to verify the quality of the method. There were five large earthquakes forecasts. (authors)

  1. Sõjaga kümnendasse aastasse: Afganistan otsib juba tõsiselt rahu / Heiki Suurkask

    Index Scriptorium Estoniae

    Suurkask, Heiki, 1972-

    2010-01-01

    Autor analüüsib Afganistani presidendi poolt peetavaid rahuläbirääkimisi. Kui seni on Afganistani president Hamid Karzai otsinud võimalusi rääkida Talibani varjanud hõimupealikega, siis nüüd peetakse kõnelusi Talibani kõige raevukama rühmituse, nn. Haqqani võrgustikuga

  2. Geostatistical interpolation model selection based on ArcGIS and spatio-temporal variability analysis of groundwater level in piedmont plains, northwest China.

    Science.gov (United States)

    Xiao, Yong; Gu, Xiaomin; Yin, Shiyang; Shao, Jingli; Cui, Yali; Zhang, Qiulan; Niu, Yong

    2016-01-01

    Based on the geo-statistical theory and ArcGIS geo-statistical module, datas of 30 groundwater level observation wells were used to estimate the decline of groundwater level in Beijing piedmont. Seven different interpolation methods (inverse distance weighted interpolation, global polynomial interpolation, local polynomial interpolation, tension spline interpolation, ordinary Kriging interpolation, simple Kriging interpolation and universal Kriging interpolation) were used for interpolating groundwater level between 2001 and 2013. Cross-validation, absolute error and coefficient of determination (R(2)) was applied to evaluate the accuracy of different methods. The result shows that simple Kriging method gave the best fit. The analysis of spatial and temporal variability suggest that the nugget effects from 2001 to 2013 were increasing, which means the spatial correlation weakened gradually under the influence of human activities. The spatial variability in the middle areas of the alluvial-proluvial fan is relatively higher than area in top and bottom. Since the changes of the land use, groundwater level also has a temporal variation, the average decline rate of groundwater level between 2007 and 2013 increases compared with 2001-2006. Urban development and population growth cause over-exploitation of residential and industrial areas. The decline rate of the groundwater level in residential, industrial and river areas is relatively high, while the decreasing of farmland area and development of water-saving irrigation reduce the quantity of water using by agriculture and decline rate of groundwater level in agricultural area is not significant.

  3. Fault Diagnosis of Power System Based on Improved Genetic Optimized BP-NN

    Directory of Open Access Journals (Sweden)

    Yuan Pu

    2015-01-01

    Full Text Available BP neural network (Back-Propagation Neural Network, BP-NN is one of the most widely neural network models and is applied to fault diagnosis of power system currently. BP neural network has good self-learning and adaptive ability and generalization ability, but the operation process is easy to fall into local minima. Genetic algorithm has global optimization features, and crossover is the most important operation of the Genetic Algorithm. In this paper, we can modify the crossover of traditional Genetic Algorithm, using improved genetic algorithm optimized BP neural network training initial weights and thresholds, to avoid the problem of BP neural network fall into local minima. The results of analysis by an example, the method can efficiently diagnose network fault location, and improve fault-tolerance and grid fault diagnosis effect.

  4. Centrality determination using the Glauber model in Xe-Xe collisions at $\\sqrt{s_{\\rm NN}} = 5.44$ TeV

    CERN Document Server

    2018-01-01

    This document describes the methods used by the ALICE Collaboration for determining the centrality of Xe-Xe collisions at $\\sqrt{s_{\\rm NN}} = 5.44$ TeV at the LHC within the Glauber model. The half-density radius $R$ and the diffusivity $a$ describing the Xe-129 nucleus with a 2-parameter Fermi distribution have been derived from a recent electron scattering measurement for the Xe-132 nucleus. The deformation parameter $\\beta$ has been derived by an interpolation between measured deformation parameters for the even-$A$ Xe isotopes. The inelastic nucleon-nucleon cross-section at $\\sqrt{s_{\\rm NN}} = 5.44$ TeV has been estimated by interpolation of pp data at different center-of-mass energies. The particle multiplicity per nucleon-nucleon collision has been parameterized by a negative binomial distribution (NBD) and a number of independently emitting sources (ancestors) given by a linear combination of $N_{\\rm part}$ and $N_{\\rm coll}$. The NBD parameters $\\mu$ and $k$ and the ancestor parameter $f$ are then...

  5. Kaon production and kaon to pion ratio in Au+Au collisions at $\\sqrt {s_{NN}} = 130 GeV

    CERN Document Server

    Adler, C; Allgower, C; Amonett, J; Anderson, B D; Anderson, M; Averichev, G S; Balewski, J; Barannikova, O; Barnby, L S; Baudot, J; Bekele, S; Belaga, V V; Bellwied, R; Berger, J; Bichsel, H; Billmeier, A; Bland, L C; Blyth, C O; Bonner, B E; Boucham, A; Brandin, A; Bravar, A; Cadman, R V; Caines, H; Cardenas, A; Carroll, J; Castillo, J; Castro, M; Cebra, D; Chaloupka, P; Chattopadhyay, S; Chen, Y; Chernenko, S P; Cherney, M; Chikanian, A; Choi, B; Christie, W; Coffin, J P; Cormier, T M; Cramer, J G; Crawford, H J; Deng, W S; Derevshchikov, A A; Didenko, L; Dietel, T; Draper, J E; Dunin, V B; Dunlop, J C; Eckardt, V; Efimov, L G; Emelianov, V; Engelage, J; Eppley, G; Erazmus, B; Fachini, P; Faine, V; Filimonov, K; Finch, E; Fisyak, Yu; Flierl, D; Foley, K J; Fu, J; Gagliardi, C A; Gagunashvili, N; Gans, J; Gaudichet, L; Germain, M; Geurts, F; Ghazikhanian, V; Grachov, O; Grigoriev, V; Guedon, M; Gushin, E; Hallman, T J; Hardtke, D; Harris, J W; Henry, T W; Heppelmann, S; Herston, T; Hippolyte, B; Hirsch, A; Hjort, E; Hoffmann, G W; Horsley, M; Huang, H Z; Humanic, T J; Igo, G; Ishihara, A; Ivanshin, Yu I; Jacobs, P; Jacobs, W W; Janik, M; Johnson, I; Jones, P G; Judd, E G; Kaneta, M; Kaplan, M; Keane, D; Kiryluk, J; Kisiel, A; Klay, J; Klein, S R; Klyachko, A; Konstantinov, A S; Kopytine, M; Kotchenda, L; Kovalenko, A D; Krämer, M; Kravtsov, P; Krüger, K; Kuhn, C; Kulikov, A I; Kunde, G J; Kunz, C L; Kutuev, R K; Kuznetsov, A A; Lakehal-Ayat, L; Lamont, M A C; Landgraf, J M; Lange, S; Lansdell, C P; Lasiuk, B; Laue, F; Le Vine, M J; Lebedev, A; Lednicky, R; Leontiev, V M; Li, Q; Lindenbaum, S J; Lisa, M A; Liu, F; Liu, L; Liu, Q J; Liu, Z; Ljubicic, T; Llope, W J; Lo Curto, G; Long, H; Longacre, R S; López-Noriega, M; Love, W A; Ludlam, T; Lynn, D; Ma, J; Majka, R; Margetis, S; Markert, C; Martin, L; Marx, J; Matis, H S; Matulenko, Yu A; McShane, T S; Meissner, F; Melnik, Yu M; Meschanin, A; Messer, M; Miller, M L; Milosevich, Z; Minaev, N G; Mitchell, J; Moiseenko, V A; Moore, C F; Morozov, V; Munhoz, M G; Nelson, J M; Nevski, P; Nikitin, V A; Nogach, L V; Norman, B; Nurushev, S B; Odyniec, Grazyna Janina; Ogawa, A; Okorokov, V; Oldenburg, M; Olson, D; Paic, G; Pandey, S U; Panebratsev, Yu A; Panitkin, S Y; Pavlinov, A I; Pawlak, T; Perevozchikov, V; Peryt, W; Petrov, V A; Planinic, M; Pluta, J; Porile, N; Porter, J; Poskanzer, A M; Potrebenikova, E V; Prindle, D; Pruneau, C A; Putschke, J; Rai, G; Rakness, G; Ravel, O; Ray, R L; Razin, S V; Reichhold, D M; Reid, J G; Retière, F; Ridiger, A; Ritter, H G; Roberts, J B; Rogachevski, O V; Romero, J L; Rose, A; Roy, C; Rykov, V; Sakrejda, I; Salur, S; Sandweiss, J; Saulys, A C; Savin, I; Schambach, J; Scharenberg, R P; Schmitz, N; Schröder, L S; Schüttauf, A; Schweda, K; Seger, J; Seliverstov, D M; Seyboth, P; Shahaliev, E; Shestermanov, K E; Shimansky, S S; Shvetcov, V S; Skoro, G P; Smirnov, N; Snellings, R; Sørensen, P; Sowinski, J; Spinka, H M; Srivastava, B; Stephenson, E J; Stock, R; Stolpovsky, A; Strikhanov, M N; Stringfellow, B C; Struck, C; Suaide, A A P; Sugarbaker, E R; Suire, C; Sumbera, M; Surrow, B; Symons, T J M; Szarwas, P; Tai, A; Takahashi, J; Tang, A H; Thomas, J H; Thompson, M; Tikhomirov, V; Tokarev, M; Tonjes, M B; Trainor, T A; Trentalange, S; Tribble, R E; Trofimov, V; Tsai, O; Ullrich, T; Underwood, D G; Van Buren, G; Van der Molen, A M; Vasilevski, I M; Vasilev, A N; Vigdor, S E; Voloshin, S A; Wang, F; Ward, H; Watson, J W; Wells, R; Westfall, G D; Whitten, C; Wieman, H; Willson, R; Wissink, S W; Witt, R; Wood, J; Xu, N; Xu, Z; Yakutin, A E; Yamamoto, E; Yang, J; Yepes, P; Yurevich, V I; Zanevsky, Yu V; Zborovský, I; Zhang, H; Zhang, W M; Zoulkarneev, R; Zubarev, A N; De Moura, M M; Szanto de Toledo, A; De la Barca-Sanchez, M C; 10.1016/j.physletb.2004.06.044

    2004-01-01

    Midrapidity transverse mass spectra and multiplicity densities of charged and neutral kaons are reported for Au+Au collisions at square root s/sub NN/=130 GeV at RHIC. The spectra are exponential in transverse mass, with an inverse slope of about 280 MeV in central collisions. The multiplicity densities for these particles scale with the negative hadron pseudorapidity density. The charged kaon to pion ratios are K/sup +// pi /sup -/=0.161+or-0.002(stat)+or-0.024(syst) and K/sup -// pi /sup -/=0.146+or-0.002(stat)+or-0.022(syst) for the most central collisions. The K/sup +// pi /sup -/ ratio is lower than the same ratio observed at the SPS while the K/sup -// pi /sup -/ is higher than the SPS result. The ratios are enhanced by about 50% relative to p+p and p+p collision data at similar energies.

  6. Measurements of directed, elliptic, and triangular flow in Cu$+$Au collisions at $\\sqrt{s_{_{NN}}}=200$ GeV

    OpenAIRE

    Adare, A.; Aidala, C.; Ajitanand, N. N.; Akiba, Y.; Akimoto, R.; Alexander, J.; Alfred, M.; Aoki, K.; Apadula, N.; Asano, H.; Atomssa, E. T.; Awes, T. C.; Azmoun, B.; Babintsev, V.; Bai, M.

    2015-01-01

    Measurements of anisotropic flow Fourier coefficients ($v_n$) for inclusive charged particles and identified hadrons $\\pi^{\\pm}$, $K^{\\pm}$, $p$, and $\\bar{p}$ produced at midrapidity in Cu+Au collisions at $\\sqrt{s_{_{NN}}}=200$ GeV are presented. The data were collected in 2012 by the PHENIX experiment at the Relativistic Heavy Ion Collider (RHIC). The particle azimuthal distributions with respect to different order symmetry planes $\\Psi_n$, for $n$~=~1, 2, and 3 are studied as a function o...

  7. Elliptic flow of identified hadrons in Pb-Pb collisions at $\\sqrt{s_{\\rm{NN}}}$ = 2.76 TeV

    CERN Document Server

    Abelev, Betty Bezverkhny; Adamova, Dagmar; Aggarwal, Madan Mohan; Agnello, Michelangelo; Agostinelli, Andrea; Agrawal, Neelima; Ahammed, Zubayer; Ahmad, Nazeer; Ahmed, Ijaz; Ahn, Sang Un; Ahn, Sul-Ah; Aimo, Ilaria; Aiola, Salvatore; Ajaz, Muhammad; Akindinov, Alexander; Alam, Sk Noor; Aleksandrov, Dmitry; Alessandro, Bruno; Alexandre, Didier; Alici, Andrea; Alkin, Anton; Alme, Johan; Alt, Torsten; Altinpinar, Sedat; Altsybeev, Igor; Alves Garcia Prado, Caio; Andrei, Cristian; Andronic, Anton; Anguelov, Venelin; Anielski, Jonas; Anticic, Tome; Antinori, Federico; Antonioli, Pietro; Aphecetche, Laurent Bernard; Appelshaeuser, Harald; Arcelli, Silvia; Armesto Perez, Nestor; Arnaldi, Roberta; Aronsson, Tomas; Arsene, Ionut Cristian; Arslandok, Mesut; Augustinus, Andre; Averbeck, Ralf Peter; Awes, Terry; Azmi, Mohd Danish; Bach, Matthias Jakob; Badala, Angela; Baek, Yong Wook; Bagnasco, Stefano; Bailhache, Raphaelle Marie; Bala, Renu; Baldisseri, Alberto; Baltasar Dos Santos Pedrosa, Fernando; Baral, Rama Chandra; Barbera, Roberto; Barile, Francesco; Barnafoldi, Gergely Gabor; Barnby, Lee Stuart; Ramillien Barret, Valerie; Bartke, Jerzy Gustaw; Basile, Maurizio; Bastid, Nicole; Basu, Sumit; Bathen, Bastian; Batigne, Guillaume; Batista Camejo, Arianna; Batyunya, Boris; Batzing, Paul Christoph; Baumann, Christoph Heinrich; Bearden, Ian Gardner; Beck, Hans; Bedda, Cristina; Behera, Nirbhay Kumar; Belikov, Iouri; Bellini, Francesca; Bellwied, Rene; Belmont Moreno, Ernesto; Belmont Iii, Ronald John; Belyaev, Vladimir; Bencedi, Gyula; Beole, Stefania; Berceanu, Ionela; Bercuci, Alexandru; Berdnikov, Yaroslav; Berenyi, Daniel; Berger, Martin Emanuel; Bertens, Redmer Alexander; Berzano, Dario; Betev, Latchezar; Bhasin, Anju; Bhat, Inayat Rasool; Bhati, Ashok Kumar; Bhattacharjee, Buddhadeb; Bhom, Jihyun; Bianchi, Livio; Bianchi, Nicola; Bianchin, Chiara; Bielcik, Jaroslav; Bielcikova, Jana; Bilandzic, Ante; Bjelogrlic, Sandro; Blanco, Fernando; Blau, Dmitry; Blume, Christoph; Bock, Friederike; Bogdanov, Alexey; Boggild, Hans; Bogolyubskiy, Mikhail; Boehmer, Felix Valentin; Boldizsar, Laszlo; Bombara, Marek; Book, Julian Heinz; Borel, Herve; Borissov, Alexander; Bossu, Francesco; Botje, Michiel; Botta, Elena; Boettger, Stefan; Braun-Munzinger, Peter; Bregant, Marco; Breitner, Timo Gunther; Broker, Theo Alexander; Browning, Tyler Allen; Broz, Michal; Bruna, Elena; Bruno, Giuseppe Eugenio; Budnikov, Dmitry; Buesching, Henner; Bufalino, Stefania; Buncic, Predrag; Busch, Oliver; Buthelezi, Edith Zinhle; Caffarri, Davide; Cai, Xu; Caines, Helen Louise; Calero Diaz, Liliet; Caliva, Alberto; Calvo Villar, Ernesto; Camerini, Paolo; Carena, Francesco; Carena, Wisla; Castillo Castellanos, Javier Ernesto; Casula, Ester Anna Rita; Catanescu, Vasile Ioan; Cavicchioli, Costanza; Ceballos Sanchez, Cesar; Cepila, Jan; Cerello, Piergiorgio; Chang, Beomsu; Chapeland, Sylvain; Charvet, Jean-Luc Fernand; Chattopadhyay, Subhasis; Chattopadhyay, Sukalyan; Chelnokov, Volodymyr; Cherney, Michael Gerard; Cheshkov, Cvetan Valeriev; Cheynis, Brigitte; Chibante Barroso, Vasco Miguel; Dobrigkeit Chinellato, David; Chochula, Peter; Chojnacki, Marek; Choudhury, Subikash; Christakoglou, Panagiotis; Christensen, Christian Holm; Christiansen, Peter; Chujo, Tatsuya; Chung, Suh-Urk; Cicalo, Corrado; Cifarelli, Luisa; Cindolo, Federico; Cleymans, Jean Willy Andre; Colamaria, Fabio Filippo; Colella, Domenico; Collu, Alberto; Colocci, Manuel; Conesa Balbastre, Gustavo; Conesa Del Valle, Zaida; Connors, Megan Elizabeth; Contreras Nuno, Jesus Guillermo; Cormier, Thomas Michael; Corrales Morales, Yasser; Cortese, Pietro; Cortes Maldonado, Ismael; Cosentino, Mauro Rogerio; Costa, Filippo; Crochet, Philippe; Cruz Albino, Rigoberto; Cuautle Flores, Eleazar; Cunqueiro Mendez, Leticia; Dainese, Andrea; Dang, Ruina; Danu, Andrea; Das, Debasish; Das, Indranil; Das, Kushal; Das, Supriya; Dash, Ajay Kumar; Dash, Sadhana; De, Sudipan; Delagrange, Hugues; Deloff, Andrzej; Denes, Ervin Sandor; D'Erasmo, Ginevra; De Caro, Annalisa; De Cataldo, Giacinto; De Cuveland, Jan; De Falco, Alessandro; De Gruttola, Daniele; De Marco, Nora; De Pasquale, Salvatore; De Rooij, Raoul Stefan; Diaz Corchero, Miguel Angel; Dietel, Thomas; Dillenseger, Pascal; Divia, Roberto; Di Bari, Domenico; Di Liberto, Sergio; Di Mauro, Antonio; Di Nezza, Pasquale; Djuvsland, Oeystein; Dobrin, Alexandru Florin; Dobrowolski, Tadeusz Antoni; Domenicis Gimenez, Diogenes; Donigus, Benjamin; Dordic, Olja; Dorheim, Sverre; Dubey, Anand Kumar; Dubla, Andrea; Ducroux, Laurent; Dupieux, Pascal; Dutt Mazumder, Abhee Kanti; Hilden, Timo Eero; Ehlers Iii, Raymond James; Elia, Domenico; Engel, Heiko; Erazmus, Barbara Ewa; Erdal, Hege Austrheim; Eschweiler, Dominic; Espagnon, Bruno; Esposito, Marco; Estienne, Magali Danielle; Esumi, Shinichi; Evans, David; Evdokimov, Sergey; Fabris, Daniela; Faivre, Julien; Falchieri, Davide; Fantoni, Alessandra; Fasel, Markus; Fehlker, Dominik; Feldkamp, Linus; Felea, Daniel; Feliciello, Alessandro; Feofilov, Grigory; Ferencei, Jozef; Fernandez Tellez, Arturo; Gonzalez Ferreiro, Elena; Ferretti, Alessandro; Festanti, Andrea; Figiel, Jan; Araujo Silva Figueredo, Marcel; Filchagin, Sergey; Finogeev, Dmitry; Fionda, Fiorella; Fiore, Enrichetta Maria; Floratos, Emmanouil; Floris, Michele; Foertsch, Siegfried Valentin; Foka, Panagiota; Fokin, Sergey; Fragiacomo, Enrico; Francescon, Andrea; Frankenfeld, Ulrich Michael; Fuchs, Ulrich; Furget, Christophe; Fusco Girard, Mario; Gaardhoeje, Jens Joergen; Gagliardi, Martino; Gago Medina, Alberto Martin; Gallio, Mauro; Gangadharan, Dhevan Raja; Ganoti, Paraskevi; Garabatos Cuadrado, Jose; Garcia-Solis, Edmundo Javier; Gargiulo, Corrado; Garishvili, Irakli; Gerhard, Jochen; Germain, Marie; Gheata, Andrei George; Gheata, Mihaela; Ghidini, Bruno; Ghosh, Premomoy; Ghosh, Sanjay Kumar; Gianotti, Paola; Giubellino, Paolo; Gladysz-Dziadus, Ewa; Glassel, Peter; Gomez Ramirez, Andres; Gonzalez Zamora, Pedro; Gorbunov, Sergey; Gorlich, Lidia Maria; Gotovac, Sven; Graczykowski, Lukasz Kamil; Grelli, Alessandro; Grigoras, Alina Gabriela; Grigoras, Costin; Grigoryev, Vladislav; Grigoryan, Ara; Grigoryan, Smbat; Grynyov, Borys; Grion, Nevio; Grosse-Oetringhaus, Jan Fiete; Grossiord, Jean-Yves; Grosso, Raffaele; Guber, Fedor; Guernane, Rachid; Guerzoni, Barbara; Guilbaud, Maxime Rene Joseph; Gulbrandsen, Kristjan Herlache; Gulkanyan, Hrant; Gumbo, Mervyn; Gunji, Taku; Gupta, Anik; Gupta, Ramni; Khan, Kamal; Haake, Rudiger; Haaland, Oystein Senneset; Hadjidakis, Cynthia Marie; Haiduc, Maria; Hamagaki, Hideki; Hamar, Gergoe; Hanratty, Luke David; Hansen, Alexander; Harris, John William; Hartmann, Helvi; Harton, Austin Vincent; Hatzifotiadou, Despina; Hayashi, Shinichi; Heckel, Stefan Thomas; Heide, Markus Ansgar; Helstrup, Haavard; Herghelegiu, Andrei Ionut; Herrera Corral, Gerardo Antonio; Hess, Benjamin Andreas; Hetland, Kristin Fanebust; Hippolyte, Boris; Hladky, Jan; Hristov, Peter Zahariev; Huang, Meidana; Humanic, Thomas; Hussain, Nur; Hutter, Dirk; Hwang, Dae Sung; Ilkaev, Radiy; Ilkiv, Iryna; Inaba, Motoi; Innocenti, Gian Michele; Ionita, Costin; Ippolitov, Mikhail; Irfan, Muhammad; Ivanov, Marian; Ivanov, Vladimir; Jacholkowski, Adam Wlodzimierz; Jacobs, Peter Martin; Jahnke, Cristiane; Jang, Haeng Jin; Janik, Malgorzata Anna; Pahula Hewage, Sandun; Jena, Chitrasen; Jena, Satyajit; Jimenez Bustamante, Raul Tonatiuh; Jones, Peter Graham; Jung, Hyungtaik; Jusko, Anton; Kadyshevskiy, Vladimir; Kalcher, Sebastian; Kalinak, Peter; Kalweit, Alexander Philipp; Kamin, Jason Adrian; Kang, Ju Hwan; Kaplin, Vladimir; Kar, Somnath; Karasu Uysal, Ayben; Karavichev, Oleg; Karavicheva, Tatiana; Karpechev, Evgeny; Kebschull, Udo Wolfgang; Keidel, Ralf; Keijdener, Darius Laurens; Keil, Markus; Khan, Mohammed Mohisin; Khan, Palash; Khan, Shuaib Ahmad; Khanzadeev, Alexei; Kharlov, Yury; Kileng, Bjarte; Kim, Beomkyu; Kim, Do Won; Kim, Dong Jo; Kim, Jinsook; Kim, Mimae; Kim, Minwoo; Kim, Se Yong; Kim, Taesoo; Kirsch, Stefan; Kisel, Ivan; Kiselev, Sergey; Kisiel, Adam Ryszard; Kiss, Gabor; Klay, Jennifer Lynn; Klein, Jochen; Klein-Boesing, Christian; Kluge, Alexander; Knichel, Michael Linus; Knospe, Anders Garritt; Kobdaj, Chinorat; Kofarago, Monika; Kohler, Markus Konrad; Kollegger, Thorsten; Kolozhvari, Anatoly; Kondratev, Valerii; Kondratyeva, Natalia; Konevskikh, Artem; Kovalenko, Vladimir; Kowalski, Marek; Kox, Serge; Koyithatta Meethaleveedu, Greeshma; Kral, Jiri; Kralik, Ivan; Kramer, Frederick; Kravcakova, Adela; Krelina, Michal; Kretz, Matthias; Krivda, Marian; Krizek, Filip; Kryshen, Evgeny; Krzewicki, Mikolaj; Kucera, Vit; Kucheryaev, Yury; Kugathasan, Thanushan; Kuhn, Christian Claude; Kuijer, Paulus Gerardus; Kulakov, Igor; Kumar, Jitendra; Kurashvili, Podist; Kurepin, Alexander; Kurepin, Alexey; Kuryakin, Alexey; Kushpil, Svetlana; Kweon, Min Jung; Kwon, Youngil; Ladron De Guevara, Pedro; Lagana Fernandes, Caio; Lakomov, Igor; Langoy, Rune; Lara Martinez, Camilo Ernesto; Lardeux, Antoine Xavier; Lattuca, Alessandra; La Pointe, Sarah Louise; La Rocca, Paola; Lea, Ramona; Leardini, Lucia; Lee, Graham Richard; Legrand, Iosif; Lehnert, Joerg Walter; Lemmon, Roy Crawford; Lenti, Vito; Leogrande, Emilia; Leoncino, Marco; Leon Monzon, Ildefonso; Levai, Peter; Li, Shuang; Lien, Jorgen Andre; Lietava, Roman; Lindal, Svein; Lindenstruth, Volker; Lippmann, Christian; Lisa, Michael Annan; Ljunggren, Hans Martin; Lodato, Davide Francesco; Lonne, Per-Ivar; Loggins, Vera Renee; Loginov, Vitaly; Lohner, Daniel; Loizides, Constantinos; Lopez, Xavier Bernard; Lopez Torres, Ernesto; Lu, Xianguo; Luettig, Philipp Johannes; Lunardon, Marcello; Luparello, Grazia; Ma, Rongrong; Maevskaya, Alla; Mager, Magnus; Mahapatra, Durga Prasad; Mahmood, Sohail Musa; Maire, Antonin; Majka, Richard Daniel; Malaev, Mikhail; Maldonado Cervantes, Ivonne Alicia; Malinina, Liudmila; Mal'Kevich, Dmitry; Malzacher, Peter; Mamonov, Alexander; Manceau, Loic Henri Antoine; Manko, Vladislav; Manso, Franck; Manzari, Vito; Marchisone, Massimiliano; Mares, Jiri; Margagliotti, Giacomo Vito; Margotti, Anselmo; Marin, Ana Maria; Markert, Christina; Marquard, Marco; Martashvili, Irakli; Martin, Nicole Alice; Martinengo, Paolo; Martinez Hernandez, Mario Ivan; Martinez-Garcia, Gines; Martin Blanco, Javier; Martynov, Yevgen; Mas, Alexis Jean-Michel; Masciocchi, Silvia; Masera, Massimo; Masoni, Alberto; Massacrier, Laure Marie; Mastroserio, Annalisa; Matyja, Adam Tomasz; Mayer, Christoph; Mazer, Joel Anthony; Mazzoni, Alessandra Maria; Meddi, Franco; Menchaca-Rocha, Arturo Alejandro; Mercado-Perez, Jorge; Meres, Michal; Miake, Yasuo; Mikhaylov, Konstantin; Milano, Leonardo; Milosevic, Jovan; Mischke, Andre; Mishra, Aditya Nath; Miskowiec, Dariusz Czeslaw; Mitra, Jubin; Mitu, Ciprian Mihai; Mlynarz, Jocelyn; Mohammadi, Naghmeh; Mohanty, Bedangadas; Molnar, Levente; Montano Zetina, Luis Manuel; Montes Prado, Esther; Morando, Maurizio; Moreira De Godoy, Denise Aparecida; Moretto, Sandra; Morsch, Andreas; Muccifora, Valeria; Mudnic, Eugen; Muhlheim, Daniel Michael; Muhuri, Sanjib; Mukherjee, Maitreyee; Muller, Hans; Gameiro Munhoz, Marcelo; Murray, Sean; Musa, Luciano; Musinsky, Jan; Nandi, Basanta Kumar; Nania, Rosario; Nappi, Eugenio; Nattrass, Christine; Nayak, Kishora; Nayak, Tapan Kumar; Nazarenko, Sergey; Nedosekin, Alexander; Nicassio, Maria; Niculescu, Mihai; Nielsen, Borge Svane; Nikolaev, Sergey; Nikulin, Sergey; Nikulin, Vladimir; Nilsen, Bjorn Steven; Noferini, Francesco; Nomokonov, Petr; Nooren, Gerardus; Norman, Jaime; Nyanin, Alexander; Nystrand, Joakim Ingemar; Oeschler, Helmut Oskar; Oh, Saehanseul; Oh, Sun Kun; Okatan, Ali; Olah, Laszlo; Oleniacz, Janusz; Oliveira Da Silva, Antonio Carlos; Onderwaater, Jacobus; Oppedisano, Chiara; Ortiz Velasquez, Antonio; Oskarsson, Anders Nils Erik; Otwinowski, Jacek Tomasz; Oyama, Ken; Sahoo, Pragati; Pachmayer, Yvonne Chiara; Pachr, Milos; Pagano, Paola; Paic, Guy; Painke, Florian; Pajares Vales, Carlos; Pal, Susanta Kumar; Palmeri, Armando; Pant, Divyash; Papikyan, Vardanush; Pappalardo, Giuseppe; Pareek, Pooja; Park, Woojin; Parmar, Sonia; Passfeld, Annika; Patalakha, Dmitry; Paticchio, Vincenzo; Paul, Biswarup; Pawlak, Tomasz Jan; Peitzmann, Thomas; Pereira Da Costa, Hugo Denis Antonio; Pereira De Oliveira Filho, Elienos; Peresunko, Dmitry Yurevich; Perez Lara, Carlos Eugenio; Pesci, Alessandro; Peskov, Vladimir; Pestov, Yury; Petracek, Vojtech; Petran, Michal; Petris, Mariana; Petrovici, Mihai; Petta, Catia; Piano, Stefano; Pikna, Miroslav; Pillot, Philippe; Pinazza, Ombretta; Pinsky, Lawrence; Piyarathna, Danthasinghe; Ploskon, Mateusz Andrzej; Planinic, Mirko; Pluta, Jan Marian; Pochybova, Sona; Podesta Lerma, Pedro Luis Manuel; Poghosyan, Martin; Pohjoisaho, Esko Heikki Oskari; Polishchuk, Boris; Poljak, Nikola; Pop, Amalia; Porteboeuf, Sarah Julie; Porter, R Jefferson; Potukuchi, Baba; Prasad, Sidharth Kumar; Preghenella, Roberto; Prino, Francesco; Pruneau, Claude Andre; Pshenichnov, Igor; Puddu, Giovanna; Pujahari, Prabhat Ranjan; Punin, Valery; Putschke, Jorn Henning; Qvigstad, Henrik; Rachevski, Alexandre; Raha, Sibaji; Rak, Jan; Rakotozafindrabe, Andry Malala; Ramello, Luciano; Raniwala, Rashmi; Raniwala, Sudhir; Rasanen, Sami Sakari; Rascanu, Bogdan Theodor; Rathee, Deepika; Rauf, Aamer Wali; Razazi, Vahedeh; Read, Kenneth Francis; Real, Jean-Sebastien; Redlich, Krzysztof; Reed, Rosi Jan; Rehman, Attiq Ur; Reichelt, Patrick Simon; Reicher, Martijn; Reidt, Felix; Renfordt, Rainer Arno Ernst; Reolon, Anna Rita; Reshetin, Andrey; Rettig, Felix Vincenz; Revol, Jean-Pierre; Reygers, Klaus Johannes; Riabov, Viktor; Ricci, Renato Angelo; Richert, Tuva Ora Herenui; Richter, Matthias Rudolph; Riedler, Petra; Riegler, Werner; Riggi, Francesco; Rivetti, Angelo; Rocco, Elena; Rodriguez Cahuantzi, Mario; Rodriguez Manso, Alis; Roeed, Ketil; Rogochaya, Elena; Sharma, Rohni; Rohr, David Michael; Roehrich, Dieter; Romita, Rosa; Ronchetti, Federico; Ronflette, Lucile; Rosnet, Philippe; Rossi, Andrea; Roukoutakis, Filimon; Roy, Ankhi; Roy, Christelle Sophie; Roy, Pradip Kumar; Rubio Montero, Antonio Juan; Rui, Rinaldo; Russo, Riccardo; Ryabinkin, Evgeny; Ryabov, Yury; Rybicki, Andrzej; Sadovskiy, Sergey; Safarik, Karel; Sahlmuller, Baldo; Sahoo, Raghunath; Sahu, Pradip Kumar; Saini, Jogender; Sakai, Shingo; Salgado Lopez, Carlos Alberto; Salzwedel, Jai Samuel Nielsen; Sambyal, Sanjeev Singh; Samsonov, Vladimir; Sanchez Castro, Xitzel; Sanchez Rodriguez, Fernando Javier; Sandor, Ladislav; Sandoval, Andres; Sano, Masato; Santagati, Gianluca; Sarkar, Debojit; Scapparone, Eugenio; Scarlassara, Fernando; Scharenberg, Rolf Paul; Schiaua, Claudiu Cornel; Schicker, Rainer Martin; Schmidt, Christian Joachim; Schmidt, Hans Rudolf; Schuchmann, Simone; Schukraft, Jurgen; Schulc, Martin; Schuster, Tim Robin; Schutz, Yves Roland; Schwarz, Kilian Eberhard; Schweda, Kai Oliver; Scioli, Gilda; Scomparin, Enrico; Scott, Rebecca Michelle; Segato, Gianfranco; Seger, Janet Elizabeth; Sekiguchi, Yuko; Selyuzhenkov, Ilya; Seo, Jeewon; Serradilla Rodriguez, Eulogio; Sevcenco, Adrian; Shabetai, Alexandre; Shabratova, Galina; Shahoyan, Ruben; Shangaraev, Artem; Sharma, Natasha; Sharma, Satish; Shigaki, Kenta; Shtejer Diaz, Katherin; Sibiryak, Yury; Siddhanta, Sabyasachi; Siemiarczuk, Teodor; Silvermyr, David Olle Rickard; Silvestre, Catherine Micaela; Simatovic, Goran; Singaraju, Rama Narayana; Singh, Ranbir; Singha, Subhash; Singhal, Vikas; Sinha, Bikash; Sarkar - Sinha, Tinku; Sitar, Branislav; Sitta, Mario; Skaali, Bernhard; Skjerdal, Kyrre; Slupecki, Maciej; Smirnov, Nikolai; Snellings, Raimond; Soegaard, Carsten; Soltz, Ron Ariel; Song, Jihye; Song, Myunggeun; Soramel, Francesca; Sorensen, Soren Pontoppidan; Spacek, Michal; Spiriti, Eleuterio; Sputowska, Iwona Anna; Spyropoulou-Stassinaki, Martha; Srivastava, Brijesh Kumar; Stachel, Johanna; Stan, Ionel; Stefanek, Grzegorz; Steinpreis, Matthew Donald; Stenlund, Evert Anders; Steyn, Gideon Francois; Stiller, Johannes Hendrik; Stocco, Diego; Stolpovskiy, Mikhail; Strmen, Peter; Alarcon Do Passo Suaide, Alexandre; Sugitate, Toru; Suire, Christophe Pierre; Suleymanov, Mais Kazim Oglu; Sultanov, Rishat; Sumbera, Michal; Susa, Tatjana; Symons, Timothy; Szabo, Alexander; Szanto De Toledo, Alejandro; Szarka, Imrich; Szczepankiewicz, Adam; Szymanski, Maciej Pawel; Takahashi, Jun; Tangaro, Marco-Antonio; Tapia Takaki, Daniel Jesus; Tarantola Peloni, Attilio; Tarazona Martinez, Alfonso; Tarzila, Madalina-Gabriela; Tauro, Arturo; Tejeda Munoz, Guillermo; Telesca, Adriana; Terrevoli, Cristina; Thaeder, Jochen Mathias; Thomas, Deepa; Tieulent, Raphael Noel; Timmins, Anthony Robert; Toia, Alberica; Trubnikov, Victor; Trzaska, Wladyslaw Henryk; Tsuji, Tomoya; Tumkin, Alexandr; Turrisi, Rosario; Tveter, Trine Spedstad; Ullaland, Kjetil; Uras, Antonio; Usai, Gianluca; Vajzer, Michal; Vala, Martin; Valencia Palomo, Lizardo; Vallero, Sara; Vande Vyvre, Pierre; Van Der Maarel, Jasper; Van Hoorne, Jacobus Willem; Van Leeuwen, Marco; Diozcora Vargas Trevino, Aurora; Vargyas, Marton; Varma, Raghava; Vasileiou, Maria; Vasiliev, Andrey; Vechernin, Vladimir; Veldhoen, Misha; Velure, Arild; Venaruzzo, Massimo; Vercellin, Ermanno; Vergara Limon, Sergio; Vernet, Renaud; Verweij, Marta; Vickovic, Linda; Viesti, Giuseppe; Viinikainen, Jussi Samuli; Vilakazi, Zabulon; Villalobos Baillie, Orlando; Vinogradov, Alexander; Vinogradov, Leonid; Vinogradov, Yury; Virgili, Tiziano; Viyogi, Yogendra; Vodopyanov, Alexander; Volkl, Martin Andreas; Voloshin, Kirill; Voloshin, Sergey; Volpe, Giacomo; Von Haller, Barthelemy; Vorobyev, Ivan; Vranic, Danilo; Vrlakova, Janka; Vulpescu, Bogdan; Vyushin, Alexey; Wagner, Boris; Wagner, Jan; Wagner, Vladimir; Wang, Mengliang; Wang, Yifei; Watanabe, Daisuke; Weber, Michael; Wessels, Johannes Peter; Westerhoff, Uwe; Wiechula, Jens; Wikne, Jon; Wilde, Martin Rudolf; Wilk, Grzegorz Andrzej; Wilkinson, Jeremy John; Williams, Crispin; Windelband, Bernd Stefan; Winn, Michael Andreas; Yaldo, Chris G; Yamaguchi, Yorito; Yang, Hongyan; Yang, Ping; Yang, Shiming; Yano, Satoshi; Yasnopolskiy, Stanislav; Yi, Jungyu; Yin, Zhongbao; Yoo, In-Kwon; Yushmanov, Igor; Zaccolo, Valentina; Zach, Cenek; Zaman, Ali; Zampolli, Chiara; Zaporozhets, Sergey; Zarochentsev, Andrey; Zavada, Petr; Zavyalov, Nikolay; Zbroszczyk, Hanna Paulina; Zgura, Sorin Ion; Zhalov, Mikhail; Zhang, Haitao; Zhang, Xiaoming; Zhang, Yonghong; Zhao, Chengxin; Zhigareva, Natalia; Zhou, Daicui; Zhou, Fengchu; Zhou, You; Zhou, Zhuo; Zhu, Hongsheng; Zhu, Jianhui; Zhu, Xiangrong; Zichichi, Antonino; Zimmermann, Alice; Zimmermann, Markus Bernhard; Zinovjev, Gennady; Zoccarato, Yannick Denis; Zyzak, Maksym

    2015-06-29

    The elliptic flow coefficient ($v_{2}$) of identified particles in Pb--Pb collisions at $\\sqrt{s_\\mathrm{{NN}}} = 2.76$ TeV was measured with the ALICE detector at the LHC. The results were obtained with the Scalar Product method, a two-particle correlation technique, using a pseudo-rapidity gap of $|\\Delta\\eta| > 0.9$ between the identified hadron under study and the reference particles. The $v_2$ is reported for $\\pi^{\\pm}$, $\\mathrm{K}^{\\pm}$, $\\mathrm{K}^0_\\mathrm{S}$, p+$\\overline{\\mathrm{p}}$, $\\mathrm{\\phi}$, $\\Lambda$+$\\overline{\\mathrm{\\Lambda}}$, $\\Xi^-$+$\\overline{\\Xi}^+$ and $\\Omega^-$+$\\overline{\\Omega}^+$ in several collision centralities. In the low transverse momentum ($p_{\\mathrm{T}}$) region, $p_{\\mathrm{T}} 3 $GeV/$c$.

  8. Technology demonstration: geostatistical and hydrologic analysis of salt areas. Assessment of effectiveness of geologic isolation systems

    International Nuclear Information System (INIS)

    Doctor, P.G.; Oberlander, P.L.; Rice, W.A.; Devary, J.L.; Nelson, R.W.; Tucker, P.E.

    1982-09-01

    The Office of Nuclear Waste Isolation (ONWI) requested Pacific Northwest Laboratory (PNL) to: (1) use geostatistical analyses to evaluate the adequacy of hydrologic data from three salt regions, each of which contains a potential nuclear waste repository site; and (2) demonstrate a methodology that allows quantification of the value of additional data collection. The three regions examined are the Paradox Basin in Utah, the Permian Basin in Texas, and the Mississippi Study Area. Additional and new data became available to ONWI during and following these analyses; therefore, this report must be considered a methodology demonstration here would apply as illustrated had the complete data sets been available. A combination of geostatistical and hydrologic analyses was used for this demonstration. Geostatistical analyses provided an optimal estimate of the potentiometric surface from the available data, a measure of the uncertainty of that estimate, and a means for selecting and evaluating the location of future data. The hydrologic analyses included the calculation of transmissivities, flow paths, travel times, and ground-water flow rates from hypothetical repository sites. Simulation techniques were used to evaluate the effect of optimally located future data on the potentiometric surface, flow lines, travel times, and flow rates. Data availability, quality, quantity, and conformance with model assumptions differed in each of the salt areas. Report highlights for the three locations are given

  9. Medium energy inelastic proton-nucleus scattering with spin dependent NN interaction

    International Nuclear Information System (INIS)

    Ahmad, I.; Auger, J.P.

    1981-12-01

    The previously proposed effective profile expansion method for the Glauber multiple scattering model calculation has been extended to the case of proton-nucleus inelastic scattering with spin dependent NN interaction. Using the method which turns out to be computationally simple and of relatively wider applicability, a study of sensitivity of proton-nucleus inelastic scattering calculation to the sometimes neglected momentum transfer dependence of the NN scattering amplitude has been made. We find that the calculated polarization is particularly sensitive in this respect. (author)

  10. Geostatistical Analysis of Mesoscale Spatial Variability and Error in SeaWiFS and MODIS/Aqua Global Ocean Color Data

    Science.gov (United States)

    Glover, David M.; Doney, Scott C.; Oestreich, William K.; Tullo, Alisdair W.

    2018-01-01

    Mesoscale (10-300 km, weeks to months) physical variability strongly modulates the structure and dynamics of planktonic marine ecosystems via both turbulent advection and environmental impacts upon biological rates. Using structure function analysis (geostatistics), we quantify the mesoscale biological signals within global 13 year SeaWiFS (1998-2010) and 8 year MODIS/Aqua (2003-2010) chlorophyll a ocean color data (Level-3, 9 km resolution). We present geographical distributions, seasonality, and interannual variability of key geostatistical parameters: unresolved variability or noise, resolved variability, and spatial range. Resolved variability is nearly identical for both instruments, indicating that geostatistical techniques isolate a robust measure of biophysical mesoscale variability largely independent of measurement platform. In contrast, unresolved variability in MODIS/Aqua is substantially lower than in SeaWiFS, especially in oligotrophic waters where previous analysis identified a problem for the SeaWiFS instrument likely due to sensor noise characteristics. Both records exhibit a statistically significant relationship between resolved mesoscale variability and the low-pass filtered chlorophyll field horizontal gradient magnitude, consistent with physical stirring acting on large-scale gradient as an important factor supporting observed mesoscale variability. Comparable horizontal length scales for variability are found from tracer-based scaling arguments and geostatistical decorrelation. Regional variations between these length scales may reflect scale dependence of biological mechanisms that also create variability directly at the mesoscale, for example, enhanced net phytoplankton growth in coastal and frontal upwelling and convective mixing regions. Global estimates of mesoscale biophysical variability provide an improved basis for evaluating higher resolution, coupled ecosystem-ocean general circulation models, and data assimilation.

  11. Large-Scale Mapping of Carbon Stocks in Riparian Forests with Self-Organizing Maps and the k-Nearest-Neighbor Algorithm

    Directory of Open Access Journals (Sweden)

    Leonhard Suchenwirth

    2014-07-01

    Full Text Available Among the machine learning tools being used in recent years for environmental applications such as forestry, self-organizing maps (SOM and the k-nearest neighbor (kNN algorithm have been used successfully. We applied both methods for the mapping of organic carbon (Corg in riparian forests due to their considerably high carbon storage capacity. Despite the importance of floodplains for carbon sequestration, a sufficient scientific foundation for creating large-scale maps showing the spatial Corg distribution is still missing. We estimated organic carbon in a test site in the Danube Floodplain based on RapidEye remote sensing data and additional geodata. Accordingly, carbon distribution maps of vegetation, soil, and total Corg stocks were derived. Results were compared and statistically evaluated with terrestrial survey data for outcomes with pure remote sensing data and for the combination with additional geodata using bias and the Root Mean Square Error (RMSE. Results show that SOM and kNN approaches enable us to reproduce spatial patterns of riparian forest Corg stocks. While vegetation Corg has very high RMSEs, outcomes for soil and total Corg stocks are less biased with a lower RMSE, especially when remote sensing and additional geodata are conjointly applied. SOMs show similar percentages of RMSE to kNN estimations.

  12. Integration of dynamical data in a geostatistical model of reservoir; Integration des donnees dynamiques dans un modele geostatistique de reservoir

    Energy Technology Data Exchange (ETDEWEB)

    Costa Reis, L.

    2001-01-01

    We have developed in this thesis a methodology of integrated characterization of heterogeneous reservoirs, from geologic modeling to history matching. This methodology is applied to the reservoir PBR, situated in Campos Basin, offshore Brazil, which has been producing since June 1979. This work is an extension of two other thesis concerning geologic and geostatistical modeling of the reservoir PBR from well data and seismic information. We extended the geostatistical litho-type model to the whole reservoir by using a particular approach of the non-stationary truncated Gaussian simulation method. This approach facilitated the application of the gradual deformation method to history matching. The main stages of the methodology for dynamic data integration in a geostatistical reservoir model are presented. We constructed a reservoir model and the initial difficulties in the history matching led us to modify some choices in the geological, geostatistical and flow models. These difficulties show the importance of dynamic data integration in reservoir modeling. The petrophysical property assignment within the litho-types was done by using well test data. We used an inversion procedure to evaluate the petrophysical parameters of the litho-types. The up-scaling is a necessary stage to reduce the flow simulation time. We compared several up-scaling methods and we show that the passage from the fine geostatistical model to the coarse flow model should be done very carefully. The choice of the fitting parameter depends on the objective of the study. In the case of the reservoir PBR, where water is injected in order to improve the oil recovery, the water rate of the producing wells is directly related to the reservoir heterogeneity. Thus, the water rate was chosen as the fitting parameter. We obtained significant improvements in the history matching of the reservoir PBR. First, by using a method we have proposed, called patchwork. This method allows us to built a coherent

  13. The Relationship between Changes in Weight Status and Insulin Resistance in Youth

    Directory of Open Access Journals (Sweden)

    Kristin S. Ondrak

    2009-01-01

    Full Text Available This study examined changes in insulin resistance (IR in 120 youth over two years. IR was quantified via homeostatic model (HOMA-IR, and weight status changes were quantified via body mass index (BMI. When all participants were considered, the mean HOMA-IR and BMI increased 13.4% and 1.65 units, respectively. Change in BMI z-score and percent change in HOMA-IR were moderately associated (r=0.39. Follow-up analyses were performed for the following weight groups: NN (normal at baseline and two years later, NO (normal to overweight, ON (overweight to normal, and OO (overweight at both points. The NO group had a greater change in HOMA-IR (+50% compared to other groups: ON (−8%, NN (+2%, and OO (−0.1% (P<.05. The association between changes in BMI z-score and HOMA-IR was r=0.49 when only the NO and ON groups were included. These results reinforce the importance of preventing youth from becoming overweight to control IR.

  14. Northern Edge Navajo Casino, Fruitland, NM: NN0030343

    Science.gov (United States)

    NPDES Permit and Fact Sheet explaining EPA's action under the Clean Water Act to issue NPDES Permit No. NN0030343) to the Navajo Tribal Utility Authority Northern Edge Navajo Casino Wastewater Treatment Facility, 2752 Indian Service Road 36, Fruitland, NM.

  15. Identification of influential spreaders in online social networks using interaction weighted K-core decomposition method

    Science.gov (United States)

    Al-garadi, Mohammed Ali; Varathan, Kasturi Dewi; Ravana, Sri Devi

    2017-02-01

    Online social networks (OSNs) have become a vital part of everyday living. OSNs provide researchers and scientists with unique prospects to comprehend individuals on a scale and to analyze human behavioral patterns. Influential spreaders identification is an important subject in understanding the dynamics of information diffusion in OSNs. Targeting these influential spreaders is significant in planning the techniques for accelerating the propagation of information that is useful for various applications, such as viral marketing applications or blocking the diffusion of annoying information (spreading of viruses, rumors, online negative behaviors, and cyberbullying). Existing K-core decomposition methods consider links equally when calculating the influential spreaders for unweighted networks. Alternatively, the proposed link weights are based only on the degree of nodes. Thus, if a node is linked to high-degree nodes, then this node will receive high weight and is treated as an important node. Conversely, the degree of nodes in OSN context does not always provide accurate influence of users. In the present study, we improve the K-core method for OSNs by proposing a novel link-weighting method based on the interaction among users. The proposed method is based on the observation that the interaction of users is a significant factor in quantifying the spreading capability of user in OSNs. The tracking of diffusion links in the real spreading dynamics of information verifies the effectiveness of our proposed method for identifying influential spreaders in OSNs as compared with degree centrality, PageRank, and original K-core.

  16. NΔ-NN interaction in the pionic disintegration of the deuteron

    International Nuclear Information System (INIS)

    Tanabe, H.; Ohta, K.

    1987-07-01

    The cross sections for the pionic disintegration of the deuteron in the Δ-resonance region are calculated based on a unitary three-body model. The NΔ-NN transition potential is constructed from the πN P 11 and P 33 scattering amplitudes extrapolated to the off-shell region, and from the πNN three-body propagator. The idea of the two-potential model for the P 11 wave is extended to the P 33 wave. The parameters of the model are deduced from the fits to the πN scattering phase shifts. It is found that the off-shell P 11 and P 33 scattering amplitudes behave quite similarly to the monopole form factor with a cut-off momentum Λ = 600 MeV/c as obtained earlier in the perturbation model by Gibbs, Gibson, and Stephenson. It is also found that the backward-propagating-pion component of the πNN propagator, which is often ignored in three-body calculations, is crucial to reproduce the magnitude of the total cross section. The three-body calculation is compared to the perturbation calculations. The second-order perturbation gives the results which closely approximate the full-order three-body calculation. (author)

  17. Meson-exchange Hamiltonian for NN scattering and isobar-nucleus dynamics

    International Nuclear Information System (INIS)

    Lee, T.S.H.

    1983-01-01

    We have constructed a meson-exchange Hamiltonian for π, N, Δ and N* for NN scattering up to 2 GeV. The model gives good descriptions of the Arndt phase-shifts up to 1 GeV in both the T = 0 and T = 1 channels. The calculated total cross sections sigma/sup tot/, Δsigma/sub L//sup tot/ and Δsigma/sub T//sup tot/ agree to a large extent with the data in both the magnitudes and the signs. The present calculation gives a sound starting point for future refinements. Among them, a large-scale three-body calculation could be needed to investigate the energy dependence of the effect due to NN interactions in the πNN channel. Until this effect is carefully studied, it is premature to extract information on dibaryon resonances, if they exist, from the data. Our model also gives definite predictions of np scattering. Precise np polarization measurements at higher energy > 0.6 GeV are needed to have a complete test of our model. Finally, the present model Hamiltonian can be used to carry our many-body calculations

  18. GeNN: a code generation framework for accelerated brain simulations

    Science.gov (United States)

    Yavuz, Esin; Turner, James; Nowotny, Thomas

    2016-01-01

    Large-scale numerical simulations of detailed brain circuit models are important for identifying hypotheses on brain functions and testing their consistency and plausibility. An ongoing challenge for simulating realistic models is, however, computational speed. In this paper, we present the GeNN (GPU-enhanced Neuronal Networks) framework, which aims to facilitate the use of graphics accelerators for computational models of large-scale neuronal networks to address this challenge. GeNN is an open source library that generates code to accelerate the execution of network simulations on NVIDIA GPUs, through a flexible and extensible interface, which does not require in-depth technical knowledge from the users. We present performance benchmarks showing that 200-fold speedup compared to a single core of a CPU can be achieved for a network of one million conductance based Hodgkin-Huxley neurons but that for other models the speedup can differ. GeNN is available for Linux, Mac OS X and Windows platforms. The source code, user manual, tutorials, Wiki, in-depth example projects and all other related information can be found on the project website http://genn-team.github.io/genn/.

  19. Relativistic three-body approach to NN scattering at intermediate energies

    International Nuclear Information System (INIS)

    van Faassen, E.; Tjon, J.A.

    1986-01-01

    The Bethe-Salpeter equation for coupled-channel N-Δ scattering is extended to satisfy unitarity in the NN and NNπ sectors. The procedure eliminates the unitarity violations characteristic of the standard ladder Bethe-Salpeter equation in the inelastic region, and improves the description of pion production near threshold. Results are presented for the NN phase shift and a number of observables up to 1 GeV. In particular, the 1D 2 inelasticity is found to be considerably smaller than found from phase shift analysis. In this context, the importance of the pion deuteron channel for the inelasticity parameter of is pointed out. 33 refs., 16 figs., 4 tabs

  20. Repellent Activity of TRIG (N-N Diethyl Benzamide) against Man-Biting Mosquitoes

    OpenAIRE

    Msangi, Shandala; Kweka, Eliningaya; Mahande, Aneth

    2018-01-01

    A study was conducted to assess efficacy of a new repellent brand TRIG (15% N-N Diethyl Benzamide) when compared to DEET (20% N-N Methyl Toluamide). The repellents were tested in laboratory and field. In the laboratory, the repellence was tested on human volunteers, by exposing their repellent-treated arms on starved mosquitoes in cages for 3 minutes at hourly intervals, while counting the landing and probing attempts. Anopheles gambiae and Aedes aegypti mosquitoes were used. Field evaluation...

  1. Discriminative Hierarchical K-Means Tree for Large-Scale Image Classification.

    Science.gov (United States)

    Chen, Shizhi; Yang, Xiaodong; Tian, Yingli

    2015-09-01

    A key challenge in large-scale image classification is how to achieve efficiency in terms of both computation and memory without compromising classification accuracy. The learning-based classifiers achieve the state-of-the-art accuracies, but have been criticized for the computational complexity that grows linearly with the number of classes. The nonparametric nearest neighbor (NN)-based classifiers naturally handle large numbers of categories, but incur prohibitively expensive computation and memory costs. In this brief, we present a novel classification scheme, i.e., discriminative hierarchical K-means tree (D-HKTree), which combines the advantages of both learning-based and NN-based classifiers. The complexity of the D-HKTree only grows sublinearly with the number of categories, which is much better than the recent hierarchical support vector machines-based methods. The memory requirement is the order of magnitude less than the recent Naïve Bayesian NN-based approaches. The proposed D-HKTree classification scheme is evaluated on several challenging benchmark databases and achieves the state-of-the-art accuracies, while with significantly lower computation cost and memory requirement.

  2. Integration of ANFIS, NN and GA to determine core porosity and permeability from conventional well log data

    Science.gov (United States)

    Ja'fari, Ahmad; Hamidzadeh Moghadam, Rasoul

    2012-10-01

    Routine core analysis provides useful information for petrophysical study of the hydrocarbon reservoirs. Effective porosity and fluid conductivity (permeability) could be obtained from core analysis in laboratory. Coring hydrocarbon bearing intervals and analysis of obtained cores in laboratory is expensive and time consuming. In this study an improved method to make a quantitative correlation between porosity and permeability obtained from core and conventional well log data by integration of different artificial intelligent systems is proposed. The proposed method combines the results of adaptive neuro-fuzzy inference system (ANFIS) and neural network (NN) algorithms for overall estimation of core data from conventional well log data. These methods multiply the output of each algorithm with a weight factor. Simple averaging and weighted averaging were used for determining the weight factors. In the weighted averaging method the genetic algorithm (GA) is used to determine the weight factors. The overall algorithm was applied in one of SW Iran’s oil fields with two cored wells. One-third of all data were used as the test dataset and the rest of them were used for training the networks. Results show that the output of the GA averaging method provided the best mean square error and also the best correlation coefficient with real core data.

  3. Integration of ANFIS, NN and GA to determine core porosity and permeability from conventional well log data

    International Nuclear Information System (INIS)

    Ja’fari, Ahmad; Moghadam, Rasoul Hamidzadeh

    2012-01-01

    Routine core analysis provides useful information for petrophysical study of the hydrocarbon reservoirs. Effective porosity and fluid conductivity (permeability) could be obtained from core analysis in laboratory. Coring hydrocarbon bearing intervals and analysis of obtained cores in laboratory is expensive and time consuming. In this study an improved method to make a quantitative correlation between porosity and permeability obtained from core and conventional well log data by integration of different artificial intelligent systems is proposed. The proposed method combines the results of adaptive neuro-fuzzy inference system (ANFIS) and neural network (NN) algorithms for overall estimation of core data from conventional well log data. These methods multiply the output of each algorithm with a weight factor. Simple averaging and weighted averaging were used for determining the weight factors. In the weighted averaging method the genetic algorithm (GA) is used to determine the weight factors. The overall algorithm was applied in one of SW Iran’s oil fields with two cored wells. One-third of all data were used as the test dataset and the rest of them were used for training the networks. Results show that the output of the GA averaging method provided the best mean square error and also the best correlation coefficient with real core data. (paper)

  4. Use of geostatistics on broiler production for evaluation of different minimum ventilation systems during brooding phase

    Directory of Open Access Journals (Sweden)

    Thayla Morandi Ridolfi de Carvalho

    2012-01-01

    Full Text Available The objective of this research was to evaluate different minimum ventilation systems, in relation to air quality and thermal comfort using geostatistics in brooding phase. The minimum ventilation systems were: Blue House I: exhaust fans + curtain management (end of the building; Blue House II: exhaust fans + side curtain management; and Dark House: exhaust fans + flag. The climate variables evaluated were: dry bulb temperature, relative humidity, air velocity, carbon dioxide and ammonia concentration, during winter time, at 9 a.m., in 80 equidistant points in brooding area. Data were evaluated by geostatistic technique. The results indicate that Wider broiler houses (above 15.0 m width present the greatest ammonia and humidity concentration. Blue House II present the best results in relation to air quality. However, none of the studied broiler houses present an ideal thermal comfort.

  5. Deep fracturing of granite bodies. Literature survey, geostructural and geostatistic investigations

    International Nuclear Information System (INIS)

    Bles, J.L.; Blanchin, R.

    1986-01-01

    This report deals with investigations about deep fracturing of granite bodies, which were performed within two cost-sharing contracts between the Commission of the European Communities, the Commissariat a l'Energie Atomique and the Bureau de Recherches Geologiques et Minieres. The aim of this work was to study the evolution of fracturing in granite from the surface to larger depths, so that guidelines can be identified in order to extrapolate, at depth, the data obtained from surface investigations. These guidelines could eventually be used for feasibility studies about radioactive waste disposal. The results of structural and geostatistic investigations about the St. Sylvestre granite, as well as the literature survey about fractures encountered in two long Alpine galleries (Mont-Blanc tunnel and Arc-Isere water gallery), in the 1000 m deep borehole at Auriat, and in the Bassies granite body (Pyrenees) are presented. These results show that, for radioactive waste disposal feasibility studies: 1. The deep state of fracturing in a granite body can be estimated from results obtained at the surface; 2. Studying only the large fault network would be insufficient, both for surface investigations and for studies in deep boreholes and/or in underground galleries; 3. It is necessary to study orientations and frequencies of small fractures, so that structural mapping and statistical/geostatistical methods can be used in order to identify zones of higher and lower fracturing

  6. Resonances in the ΣNN system

    International Nuclear Information System (INIS)

    Gibson, B.F.; Afnan, I.R.

    1993-01-01

    We first review certain unique aspects of few-body Α- hypernuclei and then explore the physics of summation threshold in few-body elastic scattering and reactions. In particular, we discuss a predicted enhancement in the Αd cross section near the summation NN threshold in terms of poles in the Τ=0YNN amplitude. A brief discussion of anticipated poles in the Τ=1 amplitudes is also given

  7. Isobar contributions to the NN interaction

    International Nuclear Information System (INIS)

    Bagnoud, X.; Holinde, K.; Machleidt, R.

    1981-01-01

    The fourth-order noniterative 2π-exchange diagrams involving double-isobar intermediate states are evaluated in momentum space, in the framework of noncovariant perturbation theory. The role of these diagrams is studied by making a detailed comparison with (i) the corresponding iterative diagrams and (ii) diagrams involving NN or NΔ intermediate states. Current prescriptions for replacing all time-orderings of those diagrams by (simple) pion-range transition potentials are tested

  8. Old Torreon Navajo Day School, Cuba, NM: NN0030341

    Science.gov (United States)

    NPDES Permit and Fact Sheet explaining EPA's action under the Clean Water Act to issue NPDES Permit No. NN0030341 to Bureau of Indian Affairs Old Torreon Navajo Day School Wastewater Treatment Lagoon.

  9. Modified GMDH-NN algorithm and its application for global sensitivity analysis

    International Nuclear Information System (INIS)

    Song, Shufang; Wang, Lu

    2017-01-01

    Global sensitivity analysis (GSA) is a very useful tool to evaluate the influence of input variables in the whole distribution range. Sobol' method is the most commonly used among variance-based methods, which are efficient and popular GSA techniques. High dimensional model representation (HDMR) is a popular way to compute Sobol' indices, however, its drawbacks cannot be ignored. We show that modified GMDH-NN algorithm can calculate coefficients of metamodel efficiently, so this paper aims at combining it with HDMR and proposes GMDH-HDMR method. The new method shows higher precision and faster convergent rate. Several numerical and engineering examples are used to confirm its advantages. - Highlights: • The GMDH-NN is improved to construct the explicit polynomial model of optimal complexity by self-organization. • The paper aims at combining improved GMDH-NN with HDMR expansions and using it to compute Sobol' indices directly. • The method can be applied in uniform, normal and exponential distribution by using suitable orthogonal polynomials. • Engineering examples, e.g., electronic circuit models can be solved by the presented method.

  10. Transverse Momentum Evolution of Hadron-V0 Correlations in Proton-Proton Collisions at $\\sqrt(s_NN)$ = 7 TeV

    CERN Document Server

    Jayarathna, Sandun

    The Large Hadron Collider (LHC) at the European Organization for Nuclear Research (CERN) in Geneva, Switzerland, is capable of accelerating beams of protons (pp) and heavy-ions (Pb+Pb) up to nearly the speed of light, which corresponds to center of mass energies of sqrt(s_NN) = 7 TeV and sqrt(s_NN) = 2.76 TeV, respectively. The goal of the pp program is to investigate physics of and beyond the standard model, while the heavy-ion program attempts to characterize the properties of a new state of matter, called the Quark Gluon Plasma. The main aim of this dissertation is to identify particle production mechanisms in pp collisions, also as a reference for possible modifications due to the plasma formation in heavy-ion collisions. Two-particle azimuthal correlation measurements were employed, which allow the study of high-pT parton fragmentation without full jet reconstruction. We present the results of correlations between charged trigger particles and associated strange baryons (Lambda) and mesons (K0S). Enhance...

  11. A new locally weighted K-means for cancer-aided microarray data analysis.

    Science.gov (United States)

    Iam-On, Natthakan; Boongoen, Tossapon

    2012-11-01

    Cancer has been identified as the leading cause of death. It is predicted that around 20-26 million people will be diagnosed with cancer by 2020. With this alarming rate, there is an urgent need for a more effective methodology to understand, prevent and cure cancer. Microarray technology provides a useful basis of achieving this goal, with cluster analysis of gene expression data leading to the discrimination of patients, identification of possible tumor subtypes and individualized treatment. Amongst clustering techniques, k-means is normally chosen for its simplicity and efficiency. However, it does not account for the different importance of data attributes. This paper presents a new locally weighted extension of k-means, which has proven more accurate across many published datasets than the original and other extensions found in the literature.

  12. Narrow coherent effects in πNN-dynamics

    International Nuclear Information System (INIS)

    Kudryavtsev, A.E.; Obrant, G.Z.

    1990-01-01

    Coherent effect production is considered in πNN-dynamics with resonant pion-nucleon interaction via Brueckner theory and Faddev equations. It is shown that the narrow energy and final momentum dependence can arise in the inelastic S-wave πd-scattering. The energy dependence peculiarities can have a width an order magnitude less than πN-resonance one

  13. Multiplicity Dependence of Pion, Kaon, Proton and Lambda Production in p-Pb Collisions at $\\sqrt{s_{NN}}$ = 5.02 TeV

    CERN Document Server

    Abelev, Betty Bezverkhny; Adamova, Dagmar; Adare, Andrew Marshall; Aggarwal, Madan Mohan; Aglieri Rinella, Gianluca; Agnello, Michelangelo; Agocs, Andras Gabor; Agostinelli, Andrea; Ahammed, Zubayer; Ahmad, Nazeer; Ahmad, Arshad; Ahmed, Ijaz; Ahn, Sang Un; Ahn, Sul-Ah; Aimo, Ilaria; Aiola, Salvatore; Ajaz, Muhammad; Akindinov, Alexander; Aleksandrov, Dmitry; Alessandro, Bruno; Alexandre, Didier; Alici, Andrea; Alkin, Anton; Alme, Johan; Alt, Torsten; Altini, Valerio; Altinpinar, Sedat; Altsybeev, Igor; Alves Garcia Prado, Caio; Andrei, Cristian; Andronic, Anton; Anguelov, Venelin; Anielski, Jonas; Anticic, Tome; Antinori, Federico; Antonioli, Pietro; Aphecetche, Laurent Bernard; Appelshaeuser, Harald; Arbor, Nicolas; Arcelli, Silvia; Armesto Perez, Nestor; Arnaldi, Roberta; Aronsson, Tomas; Arsene, Ionut Cristian; Arslandok, Mesut; Augustinus, Andre; Averbeck, Ralf Peter; Awes, Terry; Azmi, Mohd Danish; Bach, Matthias Jakob; Badala, Angela; Baek, Yong Wook; Bailhache, Raphaelle Marie; Bairathi, Vipul; Bala, Renu; Baldisseri, Alberto; Baltasar Dos Santos Pedrosa, Fernando; Ban, Jaroslav; Baral, Rama Chandra; Barbera, Roberto; Barile, Francesco; Barnafoldi, Gergely Gabor; Barnby, Lee Stuart; Ramillien Barret, Valerie; Bartke, Jerzy Gustaw; Basile, Maurizio; Bastid, Nicole; Basu, Sumit; Bathen, Bastian; Batigne, Guillaume; Batyunya, Boris; Batzing, Paul Christoph; Baumann, Christoph Heinrich; Bearden, Ian Gardner; Beck, Hans; Behera, Nirbhay Kumar; Belikov, Iouri; Bellini, Francesca; Bellwied, Rene; Belmont Moreno, Ernesto; Bencedi, Gyula; Beole, Stefania; Berceanu, Ionela; Bercuci, Alexandru; Berdnikov, Yaroslav; Berenyi, Daniel; Bergognon, Anais Annick Erica; Bertens, Redmer Alexander; Berzano, Dario; Betev, Latchezar; Bhasin, Anju; Bhati, Ashok Kumar; Bhom, Jihyun; Bianchi, Livio; Bianchi, Nicola; Bielcik, Jaroslav; Bielcikova, Jana; Bilandzic, Ante; Bjelogrlic, Sandro; Blanco, Fernando; Blanco, Francesco; Blau, Dmitry; Blume, Christoph; Bock, Friederike; Bogdanov, Alexey; Boggild, Hans; Bogolyubskiy, Mikhail; Boldizsar, Laszlo; Bombara, Marek; Book, Julian Heinz; Borel, Herve; Borissov, Alexander; Bornschein, Joerg; Botje, Michiel; Botta, Elena; Boettger, Stefan; Braun-Munzinger, Peter; Bregant, Marco; Breitner, Timo Gunther; Broker, Theo Alexander; Browning, Tyler Allen; Broz, Michal; Brun, Rene; Bruna, Elena; Bruno, Giuseppe Eugenio; Budnikov, Dmitry; Buesching, Henner; Bufalino, Stefania; Buncic, Predrag; Busch, Oliver; Buthelezi, Edith Zinhle; Caffarri, Davide; Cai, Xu; Caines, Helen Louise; Caliva, Alberto; Calvo Villar, Ernesto; Camerini, Paolo; Canoa Roman, Veronica; Cara Romeo, Giovanni; Carena, Francesco; Carena, Wisla; Carminati, Federico; Casanova Diaz, Amaya Ofelia; Castillo Castellanos, Javier Ernesto; Casula, Ester Anna Rita; Catanescu, Vasile Ioan; Cavicchioli, Costanza; Ceballos Sanchez, Cesar; Cepila, Jan; Cerello, Piergiorgio; Chang, Beomsu; Chapeland, Sylvain; Charvet, Jean-Luc Fernand; Chattopadhyay, Subhasis; Chattopadhyay, Sukalyan; Cherney, Michael Gerard; Cheshkov, Cvetan Valeriev; Cheynis, Brigitte; Chibante Barroso, Vasco Miguel; Dobrigkeit Chinellato, David; Chochula, Peter; Chojnacki, Marek; Choudhury, Subikash; Christakoglou, Panagiotis; Christensen, Christian Holm; Christiansen, Peter; Chujo, Tatsuya; Chung, Suh-Urk; Cicalo, Corrado; Cifarelli, Luisa; Cindolo, Federico; Cleymans, Jean Willy Andre; Colamaria, Fabio Filippo; Colella, Domenico; Collu, Alberto; Colocci, Manuel; Conesa Balbastre, Gustavo; Conesa Del Valle, Zaida; Connors, Megan Elizabeth; Contin, Giacomo; Contreras Nuno, Jesus Guillermo; Cormier, Thomas Michael; Corrales Morales, Yasser; Cortese, Pietro; Cortes Maldonado, Ismael; Cosentino, Mauro Rogerio; Costa, Filippo; Crochet, Philippe; Cruz Albino, Rigoberto; Cuautle Flores, Eleazar; Cunqueiro Mendez, Leticia; Dainese, Andrea; Dang, Ruina; Danu, Andrea; Das, Kushal; Das, Debasish; Das, Indranil; Dash, Ajay Kumar; Dash, Sadhana; De, Sudipan; Delagrange, Hugues; Deloff, Andrzej; Denes, Ervin Sandor; Deppman, Airton; Oliveira Valeriano De Barros, Gabriel; De Caro, Annalisa; De Cataldo, Giacinto; De Cuveland, Jan; De Falco, Alessandro; De Gruttola, Daniele; De Marco, Nora; De Pasquale, Salvatore; De Rooij, Raoul Stefan; Diaz Corchero, Miguel Angel; Dietel, Thomas; Divia, Roberto; Di Bari, Domenico; Di Giglio, Carmelo; Di Liberto, Sergio; Di Mauro, Antonio; Di Nezza, Pasquale; Djuvsland, Oeystein; Dobrin, Alexandru Florin; Dobrowolski, Tadeusz Antoni; Doenigus, Benjamin; Dordic, Olja; Dubey, Anand Kumar; Dubla, Andrea; Ducroux, Laurent; Dupieux, Pascal; Dutt Mazumder, Abhee Kanti; D'Erasmo, Ginevra; Elia, Domenico; Emschermann, David Philip; Engel, Heiko; Erazmus, Barbara Ewa; Erdal, Hege Austrheim; Eschweiler, Dominic; Espagnon, Bruno; Estienne, Magali Danielle; Esumi, Shinichi; Evans, David; Evdokimov, Sergey; Eyyubova, Gyulnara; Fabris, Daniela; Faivre, Julien; Falchieri, Davide; Fantoni, Alessandra; Fasel, Markus; Fehlker, Dominik; Feldkamp, Linus; Felea, Daniel; Feliciello, Alessandro; Feofilov, Grigory; Ferencei, Jozef; Fernandez Tellez, Arturo; Gonzalez Ferreiro, Elena; Ferretti, Alessandro; Festanti, Andrea; Figiel, Jan; Araujo Silva Figueredo, Marcel; Filchagin, Sergey; Finogeev, Dmitry; Fionda, Fiorella; Fiore, Enrichetta Maria; Floratos, Emmanouil; Floris, Michele; Foertsch, Siegfried Valentin; Foka, Panagiota; Fokin, Sergey; Fragiacomo, Enrico; Francescon, Andrea; Frankenfeld, Ulrich Michael; Fuchs, Ulrich; Furget, Christophe; Fusco Girard, Mario; Gaardhoeje, Jens Joergen; Gagliardi, Martino; Gago Medina, Alberto Martin; Gallio, Mauro; Gangadharan, Dhevan Raja; Ganoti, Paraskevi; Garabatos Cuadrado, Jose; Garcia-Solis, Edmundo Javier; Gargiulo, Corrado; Garishvili, Irakli; Gerhard, Jochen; Germain, Marie; Gheata, Andrei George; Gheata, Mihaela; Ghidini, Bruno; Ghosh, Premomoy; Gianotti, Paola; Giubellino, Paolo; Gladysz-Dziadus, Ewa; Glassel, Peter; Gorlich, Lidia Maria; Gomez Jimenez, Ramon; Gonzalez Zamora, Pedro; Gorbunov, Sergey; Gotovac, Sven; Graczykowski, Lukasz Kamil; Grajcarek, Robert; Grelli, Alessandro; Grigoras, Costin; Grigoras, Alina Gabriela; Grigoryev, Vladislav; Grigoryan, Ara; Grigoryan, Smbat; Grynyov, Borys; Grion, Nevio; Grosse-Oetringhaus, Jan Fiete; Grossiord, Jean-Yves; Grosso, Raffaele; Guber, Fedor; Guernane, Rachid; Guerzoni, Barbara; Guilbaud, Maxime Rene Joseph; Gulbrandsen, Kristjan Herlache; Gulkanyan, Hrant; Gunji, Taku; Gupta, Anik; Gupta, Ramni; Khan, Kamal; Haake, Rudiger; Haaland, Oystein Senneset; Hadjidakis, Cynthia Marie; Haiduc, Maria; Hamagaki, Hideki; Hamar, Gergoe; Hanratty, Luke David; Hansen, Alexander; Harris, John William; Hartmann, Helvi; Harton, Austin Vincent; Hatzifotiadou, Despina; Hayashi, Shinichi; Hayrapetyan, Arsen; Heckel, Stefan Thomas; Heide, Markus Ansgar; Helstrup, Haavard; Herghelegiu, Andrei Ionut; Herrera Corral, Gerardo Antonio; Herrmann, Norbert; Hess, Benjamin Andreas; Hetland, Kristin Fanebust; Hicks, Bernard Richard; Hippolyte, Boris; Hori, Yasuto; Hristov, Peter Zahariev; Hrivnacova, Ivana; Huang, Meidana; Humanic, Thomas; Hutter, Dirk; Hwang, Dae Sung; Ilkaev, Radiy; Ilkiv, Iryna; Inaba, Motoi; Incani, Elisa; Innocenti, Gian Michele; Ionita, Costin; Ippolitov, Mikhail; Irfan, Muhammad; Ivanov, Marian; Ivanov, Vladimir; Ivanytskyi, Oleksii; Jacholkowski, Adam Wlodzimierz; Jahnke, Cristiane; Jang, Haeng Jin; Janik, Malgorzata Anna; Pahula Hewage, Sandun; Jena, Satyajit; Jimenez Bustamante, Raul Tonatiuh; Jones, Peter Graham; Jung, Hyungtaik; Jusko, Anton; Kalcher, Sebastian; Kalinak, Peter; Kalweit, Alexander Philipp; Kang, Ju Hwan; Kaplin, Vladimir; Kar, Somnath; Karasu Uysal, Ayben; Karavichev, Oleg; Karavicheva, Tatiana; Karpechev, Evgeny; Kazantsev, Andrey; Kebschull, Udo Wolfgang; Keidel, Ralf; Ketzer, Bernhard Franz; Khan, Mohammed Mohisin; Khan, Palash; Khan, Shuaib Ahmad; Khanzadeev, Alexei; Kharlov, Yury; Kileng, Bjarte; Kim, Taesoo; Kim, Beomkyu; Kim, Dong Jo; Kim, Do Won; Kim, Jinsook; Kim, Mimae; Kim, Minwoo; Kim, Se Yong; Kirsch, Stefan; Kisel, Ivan; Kiselev, Sergey; Kisiel, Adam Ryszard; Kiss, Gabor; Klay, Jennifer Lynn; Klein, Jochen; Klein-Boesing, Christian; Kluge, Alexander; Knichel, Michael Linus; Knospe, Anders Garritt; Kobdaj, Chinorat; Kohler, Markus Konrad; Kollegger, Thorsten; Kolozhvari, Anatoly; Kondratyev, Valery; Kondratyeva, Natalia; Konevskikh, Artem; Kovalenko, Vladimir; Kowalski, Marek; Kox, Serge; Koyithatta Meethaleveedu, Greeshma; Kral, Jiri; Kralik, Ivan; Kramer, Frederick; Kravcakova, Adela; Krelina, Michal; Kretz, Matthias; Krivda, Marian; Krizek, Filip; Krus, Miroslav; Kryshen, Evgeny; Krzewicki, Mikolaj; Kucera, Vit; Kucheryaev, Yury; Kugathasan, Thanushan; Kuhn, Christian Claude; Kuijer, Paulus Gerardus; Kulakov, Igor; Kumar, Jitendra; Kurashvili, Podist; Kurepin, Alexey; Kurepin, Alexander; Kuryakin, Alexey; Kushpil, Vasilij; Kushpil, Svetlana; Kweon, Min Jung; Kwon, Youngil; Ladron De Guevara, Pedro; Lagana Fernandes, Caio; Lakomov, Igor; Langoy, Rune; Lara Martinez, Camilo Ernesto; Lardeux, Antoine Xavier; Lattuca, Alessandra; La Pointe, Sarah Louise; La Rocca, Paola; Lea, Ramona; Lechman, Mateusz Arkadiusz; Lee, Sung Chul; Lee, Graham Richard; Legrand, Iosif; Lehnert, Joerg Walter; Lemmon, Roy Crawford; Lenhardt, Matthieu Laurent; Lenti, Vito; Leoncino, Marco; Leon Monzon, Ildefonso; Levai, Peter; Li, Shuang; Lien, Jorgen Andre; Lietava, Roman; Lindal, Svein; Lindenstruth, Volker; Lippmann, Christian; Lisa, Michael Annan; Ljunggren, Hans Martin; Lodato, Davide Francesco; Lonne, Per-Ivar; Loggins, Vera Renee; Loginov, Vitaly; Lohner, Daniel; Loizides, Constantinos; Lopez, Xavier Bernard; Lopez Torres, Ernesto; Lovhoiden, Gunnar; Lu, Xianguo; Luettig, Philipp Johannes; Lunardon, Marcello; Luo, Jiebin; Luparello, Grazia; Luzzi, Cinzia; Jacobs, Peter Martin; Ma, Rongrong; Maevskaya, Alla; Mager, Magnus; Mahapatra, Durga Prasad; Maire, Antonin; Malaev, Mikhail; Maldonado Cervantes, Ivonne Alicia; Malinina, Liudmila; Mal'Kevich, Dmitry; Malzacher, Peter; Mamonov, Alexander; Manceau, Loic Henri Antoine; Manko, Vladislav; Manso, Franck; Manzari, Vito; Marchisone, Massimiliano; Mares, Jiri; Margagliotti, Giacomo Vito; Margotti, Anselmo; Marin, Ana Maria; Markert, Christina; Marquard, Marco; Martashvili, Irakli; Martin, Nicole Alice; Martinengo, Paolo; Martinez Hernandez, Mario Ivan; Martinez-Garcia, Gines; Martin Blanco, Javier; Martynov, Yevgen; Mas, Alexis Jean-Michel; Masciocchi, Silvia; Masera, Massimo; Masoni, Alberto; Massacrier, Laure Marie; Mastroserio, Annalisa; Matyja, Adam Tomasz; Mazer, Joel Anthony; Mazumder, Rakesh; Mazzoni, Alessandra Maria; Meddi, Franco; Menchaca-Rocha, Arturo Alejandro; Mercado-Perez, Jorge; Meres, Michal; Miake, Yasuo; Mikhaylov, Konstantin; Milano, Leonardo; Milosevic, Jovan; Mischke, Andre; Mishra, Aditya Nath; Miskowiec, Dariusz Czeslaw; Mitu, Ciprian Mihai; Mlynarz, Jocelyn; Mohanty, Bedangadas; Molnar, Levente; Montano Zetina, Luis Manuel; Monteno, Marco; Montes Prado, Esther; Morando, Maurizio; Moreira De Godoy, Denise Aparecida; Moretto, Sandra; Morreale, Astrid; Morsch, Andreas; Muccifora, Valeria; Mudnic, Eugen; Muhuri, Sanjib; Mukherjee, Maitreyee; Muller, Hans; Gameiro Munhoz, Marcelo; Murray, Sean; Musa, Luciano; Nandi, Basanta Kumar; Nania, Rosario; Nappi, Eugenio; Nattrass, Christine; Nayak, Tapan Kumar; Nazarenko, Sergey; Nedosekin, Alexander; Nicassio, Maria; Niculescu, Mihai; Nielsen, Borge Svane; Nikolaev, Sergey; Nikulin, Sergey; Nikulin, Vladimir; Nilsen, Bjorn Steven; Nilsson, Mads Stormo; Noferini, Francesco; Nomokonov, Petr; Nooren, Gerardus; Nyanin, Alexander; Nyatha, Anitha; Nystrand, Joakim Ingemar; Oeschler, Helmut Oskar; Oh, Sun Kun; Oh, Saehanseul; Olah, Laszlo; Oleniacz, Janusz; Oliveira Da Silva, Antonio Carlos; Onderwaater, Jacobus; Oppedisano, Chiara; Ortiz Velasquez, Antonio; Oskarsson, Anders Nils Erik; Otwinowski, Jacek Tomasz; Oyama, Ken; Pachmayer, Yvonne Chiara; Pachr, Milos; Pagano, Paola; Paic, Guy; Painke, Florian; Pajares Vales, Carlos; Pal, Susanta Kumar; Palaha, Arvinder Singh; Palmeri, Armando; Papikyan, Vardanush; Pappalardo, Giuseppe; Park, Woojin; Passfeld, Annika; Patalakha, Dmitry; Paticchio, Vincenzo; Paul, Biswarup; Pawlak, Tomasz Jan; Peitzmann, Thomas; Pereira Da Costa, Hugo Denis Antonio; Pereira De Oliveira Filho, Elienos; Peresunko, Dmitry Yurevich; Perez Lara, Carlos Eugenio; Perrino, Davide; Peryt, Wiktor Stanislaw; Pesci, Alessandro; Pestov, Yury; Petracek, Vojtech; Petran, Michal; Petris, Mariana; Petrov, Plamen Rumenov; Petrovici, Mihai; Petta, Catia; Piano, Stefano; Pikna, Miroslav; Pillot, Philippe; Pinazza, Ombretta; Pinsky, Lawrence; Pitz, Nora; Piyarathna, Danthasinghe; Planinic, Mirko; Ploskon, Mateusz Andrzej; Pluta, Jan Marian; Pochybova, Sona; Podesta Lerma, Pedro Luis Manuel; Poghosyan, Martin; Polishchuk, Boris; Pop, Amalia; Porteboeuf, Sarah Julie; Pospisil, Vladimir; Potukuchi, Baba; Prasad, Sidharth Kumar; Preghenella, Roberto; Prino, Francesco; Pruneau, Claude Andre; Pshenichnov, Igor; Puddu, Giovanna; Punin, Valery; Putschke, Jorn Henning; Qvigstad, Henrik; Rachevski, Alexandre; Rademakers, Alphonse; Rak, Jan; Rakotozafindrabe, Andry Malala; Ramello, Luciano; Raniwala, Sudhir; Raniwala, Rashmi; Rasanen, Sami Sakari; Rascanu, Bogdan Theodor; Rathee, Deepika; Rauch, Wolfgang Hans; Rauf, Aamer Wali; Razazi, Vahedeh; Read, Kenneth Francis; Real, Jean-Sebastien; Redlich, Krzysztof; Reed, Rosi Jan; Rehman, Attiq Ur; Reichelt, Patrick Simon; Reicher, Martijn; Reidt, Felix; Renfordt, Rainer Arno Ernst; Reolon, Anna Rita; Reshetin, Andrey; Rettig, Felix Vincenz; Revol, Jean-Pierre; Reygers, Klaus Johannes; Riccati, Lodovico; Ricci, Renato Angelo; Richert, Tuva Ora Herenui; Richter, Matthias Rudolph; Riedler, Petra; Riegler, Werner; Riggi, Francesco; Rivetti, Angelo; Rodriguez Cahuantzi, Mario; Rodriguez Manso, Alis; Roeed, Ketil; Rogochaya, Elena; Sharma, Rohni; Rohr, David Michael; Roehrich, Dieter; Romita, Rosa; Ronchetti, Federico; Rosnet, Philippe; Rossegger, Stefan; Rossi, Andrea; Roy, Pradip Kumar; Roy, Christelle Sophie; Rubio Montero, Antonio Juan; Rui, Rinaldo; Russo, Riccardo; Ryabinkin, Evgeny; Rybicki, Andrzej; Sadovskiy, Sergey; Safarik, Karel; Sahoo, Raghunath; Sahu, Pradip Kumar; Saini, Jogender; Sakaguchi, Hiroaki; Sakai, Shingo; Sakata, Dosatsu; Salgado Lopez, Carlos Alberto; Salzwedel, Jai Samuel Nielsen; Sambyal, Sanjeev Singh; Samsonov, Vladimir; Sanchez Castro, Xitzel; Sandor, Ladislav; Sandoval, Andres; Sano, Masato; Santagati, Gianluca; Santoro, Romualdo; Sarkar, Debojit; Scapparone, Eugenio; Scarlassara, Fernando; Scharenberg, Rolf Paul; Schiaua, Claudiu Cornel; Schicker, Rainer Martin; Schmidt, Christian Joachim; Schmidt, Hans Rudolf; Schuchmann, Simone; Schukraft, Jurgen; Schulc, Martin; Schuster, Tim Robin; Schutz, Yves Roland; Schwarz, Kilian Eberhard; Schweda, Kai Oliver; Scioli, Gilda; Scomparin, Enrico; Scott, Rebecca Michelle; Scott, Patrick Aaron; Segato, Gianfranco; Selyuzhenkov, Ilya; Seo, Jeewon; Serci, Sergio; Serradilla Rodriguez, Eulogio; Sevcenco, Adrian; Shabetai, Alexandre; Shabratova, Galina; Shahoyan, Ruben; Sharma, Satish; Sharma, Natasha; Shigaki, Kenta; Shtejer Diaz, Katherin; Sibiryak, Yury; Siddhanta, Sabyasachi; Siemiarczuk, Teodor; Silvermyr, David Olle Rickard; Silvestre, Catherine Micaela; Simatovic, Goran; Singaraju, Rama Narayana; Singh, Ranbir; Singha, Subhash; Singhal, Vikas; Sinha, Bikash; Sarkar - Sinha, Tinku; Sitar, Branislav; Sitta, Mario; Skaali, Bernhard; Skjerdal, Kyrre; Smakal, Radek; Smirnov, Nikolai; Snellings, Raimond; Soltz, Ron Ariel; Song, Myunggeun; Song, Jihye; Soos, Csaba; Soramel, Francesca; Spacek, Michal; Sputowska, Iwona Anna; Spyropoulou-Stassinaki, Martha; Srivastava, Brijesh Kumar; Stachel, Johanna; Stan, Ionel; Stefanek, Grzegorz; Steinpreis, Matthew Donald; Stenlund, Evert Anders; Steyn, Gideon Francois; Stiller, Johannes Hendrik; Stocco, Diego; Stolpovskiy, Mikhail; Strmen, Peter; Alarcon Do Passo Suaide, Alexandre; Subieta Vasquez, Martin Alfonso; Sugitate, Toru; Suire, Christophe Pierre; Suleymanov, Mais Kazim Oglu; Sultanov, Rishat; Sumbera, Michal; Susa, Tatjana; Symons, Timothy; Szanto De Toledo, Alejandro; Szarka, Imrich; Szczepankiewicz, Adam; Szymanski, Maciej Pawel; Takahashi, Jun; Tangaro, Marco-Antonio; Tapia Takaki, Daniel Jesus; Tarantola Peloni, Attilio; Tarazona Martinez, Alfonso; Tauro, Arturo; Tejeda Munoz, Guillermo; Telesca, Adriana; Terrevoli, Cristina; Ter-Minasyan, Astkhik; Thaeder, Jochen Mathias; Thomas, Deepa; Tieulent, Raphael Noel; Timmins, Anthony Robert; Toia, Alberica; Torii, Hisayuki; Trubnikov, Victor; Trzaska, Wladyslaw Henryk; Tsuji, Tomoya; Tumkin, Alexandr; Turrisi, Rosario; Tveter, Trine Spedstad; Ulery, Jason Glyndwr; Ullaland, Kjetil; Ulrich, Jochen; Uras, Antonio; Urciuoli, Guido Maria; Usai, Gianluca; Vajzer, Michal; Vala, Martin; Valencia Palomo, Lizardo; Vande Vyvre, Pierre; Vannucci, Luigi; Van Hoorne, Jacobus Willem; Van Leeuwen, Marco; Diozcora Vargas Trevino, Aurora; Varma, Raghava; Vasileiou, Maria; Vasiliev, Andrey; Vechernin, Vladimir; Veldhoen, Misha; Venaruzzo, Massimo; Vercellin, Ermanno; Vergara Limon, Sergio; Vernet, Renaud; Verweij, Marta; Vickovic, Linda; Viesti, Giuseppe; Viinikainen, Jussi Samuli; Vilakazi, Zabulon; Villalobos Baillie, Orlando; Vinogradov, Alexander; Vinogradov, Leonid; Vinogradov, Yury; Virgili, Tiziano; Viyogi, Yogendra; Vodopyanov, Alexander; Volkl, Martin Andreas; Voloshin, Sergey; Voloshin, Kirill; Volpe, Giacomo; Von Haller, Barthelemy; Vorobyev, Ivan; Vranic, Danilo; Vrlakova, Janka; Vulpescu, Bogdan; Vyushin, Alexey; Wagner, Boris; Wagner, Vladimir; Wagner, Jan; Wang, Yifei; Wang, Yaping; Wang, Mengliang; Watanabe, Daisuke; Watanabe, Kengo; Weber, Michael; Wessels, Johannes Peter; Westerhoff, Uwe; Wiechula, Jens; Wikne, Jon; Wilde, Martin Rudolf; Wilk, Grzegorz Andrzej; Wilkinson, Jeremy John; Williams, Crispin; Windelband, Bernd Stefan; Winn, Michael Andreas; Xiang, Changzhou; Yaldo, Chris G; Yamaguchi, Yorito; Yang, Hongyan; Yang, Ping; Yang, Shiming; Yano, Satoshi; Yasnopolskiy, Stanislav; Yi, Jungyu; Yin, Zhongbao; Yoo, In-Kwon; Yushmanov, Igor; Zaccolo, Valentina; Zach, Cenek; Zampolli, Chiara; Zaporozhets, Sergey; Zarochentsev, Andrey; Zavada, Petr; Zavyalov, Nikolay; Zbroszczyk, Hanna Paulina; Zelnicek, Pierre; Zgura, Sorin Ion; Zhalov, Mikhail; Zhang, Fan; Zhang, Yonghong; Zhang, Haitao; Zhang, Xiaoming; Zhou, Daicui; Zhou, You; Zhou, Fengchu; Zhu, Xiangrong; Zhu, Jianlin; Zhu, Jianhui; Zhu, Hongsheng; Zichichi, Antonino; Zimmermann, Markus Bernhard; Zimmermann, Alice; Zinovjev, Gennady; Zoccarato, Yannick Denis; Zynovyev, Mykhaylo; Zyzak, Maksym

    2014-01-20

    In this Letter, comprehensive results on $\\pi^{\\pm}, K^{\\pm}, K^0_S$, $p(\\bar{p})$ and $\\Lambda (\\bar{\\Lambda})$ production at mid-rapidity (0 < $y_{CMS}$ < 0.5) in p-Pb collisions at $\\sqrt{s_{NN}}$ = 5.02 TeV, measured by the ALICE detector at the LHC, are reported. The transverse momentum distributions exhibit a hardening as a function of event multiplicity, which is stronger for heavier particles. This behavior is similar to what has been observed in pp and Pb--Pb collisions at the LHC. The measured $p_T$ distributions are compared to results at lower energy and with predictions based on QCD-inspired and hydrodynamic models.

  14. Ore reserve evalution, through geostatistical methods, in sector C-09, Pocos de Caldas, MG-Brazil

    International Nuclear Information System (INIS)

    Guerra, P.A.G.; Censi, A.C.; Marques, J.P.M.; Huijbregts, Ch.

    1978-01-01

    In sector C-09, Pocos de Caldas in the state of Minas Gerais, geostatistical techniques have been used to evaluate the tonnage of U 3 O 8 and associated minerals and to delimit ore from sterile areas. The calculation of reserve was based on borehole information including the results of chemical and/or radiometric analysis. Two-and three dimensional evalutions were made following the existing geological models. Initially, the evaluation was based on chemical analysis using the more classical geostatistical technique of kriging. This was followed by a second evaluation using the more recent technique of co-kriging which permited the incorporation of radiometric information in the calculations. The correlation between ore grade and radiometric was studied using the method of cross-covariance. Following restrictions imposed by mining considerations, a probabilistic selection was made of blocks of appropriate dimensions so as to evaluate the grade tonnage curve for each panel. (Author) [pt

  15. Signal peptide discrimination and cleavage site identification using SVM and NN.

    Science.gov (United States)

    Kazemian, H B; Yusuf, S A; White, K

    2014-02-01

    About 15% of all proteins in a genome contain a signal peptide (SP) sequence, at the N-terminus, that targets the protein to intracellular secretory pathways. Once the protein is targeted correctly in the cell, the SP is cleaved, releasing the mature protein. Accurate prediction of the presence of these short amino-acid SP chains is crucial for modelling the topology of membrane proteins, since SP sequences can be confused with transmembrane domains due to similar composition of hydrophobic amino acids. This paper presents a cascaded Support Vector Machine (SVM)-Neural Network (NN) classification methodology for SP discrimination and cleavage site identification. The proposed method utilises a dual phase classification approach using SVM as a primary classifier to discriminate SP sequences from Non-SP. The methodology further employs NNs to predict the most suitable cleavage site candidates. In phase one, a SVM classification utilises hydrophobic propensities as a primary feature vector extraction using symmetric sliding window amino-acid sequence analysis for discrimination of SP and Non-SP. In phase two, a NN classification uses asymmetric sliding window sequence analysis for prediction of cleavage site identification. The proposed SVM-NN method was tested using Uni-Prot non-redundant datasets of eukaryotic and prokaryotic proteins with SP and Non-SP N-termini. Computer simulation results demonstrate an overall accuracy of 0.90 for SP and Non-SP discrimination based on Matthews Correlation Coefficient (MCC) tests using SVM. For SP cleavage site prediction, the overall accuracy is 91.5% based on cross-validation tests using the novel SVM-NN model. © 2013 Published by Elsevier Ltd.

  16. Anion induced conformational preference of Cα NN motif residues in functional proteins.

    Science.gov (United States)

    Patra, Piya; Ghosh, Mahua; Banerjee, Raja; Chakrabarti, Jaydeb

    2017-12-01

    Among different ligand binding motifs, anion binding C α NN motif consisting of peptide backbone atoms of three consecutive residues are observed to be important for recognition of free anions, like sulphate or biphosphate and participate in different key functions. Here we study the interaction of sulphate and biphosphate with C α NN motif present in different proteins. Instead of total protein, a peptide fragment has been studied keeping C α NN motif flanked in between other residues. We use classical force field based molecular dynamics simulations to understand the stability of this motif. Our data indicate fluctuations in conformational preferences of the motif residues in absence of the anion. The anion gives stability to one of these conformations. However, the anion induced conformational preferences are highly sequence dependent and specific to the type of anion. In particular, the polar residues are more favourable compared to the other residues for recognising the anion. © 2017 Wiley Periodicals, Inc.

  17. A Geostatistical Approach to Indoor Surface Sampling Strategies

    DEFF Research Database (Denmark)

    Schneider, Thomas; Petersen, Ole Holm; Nielsen, Allan Aasbjerg

    1990-01-01

    Particulate surface contamination is of concern in production industries such as food processing, aerospace, electronics and semiconductor manufacturing. There is also an increased awareness that surface contamination should be monitored in industrial hygiene surveys. A conceptual and theoretical...... framework for designing sampling strategies is thus developed. The distribution and spatial correlation of surface contamination can be characterized using concepts from geostatistical science, where spatial applications of statistics is most developed. The theory is summarized and particulate surface...... contamination, sampled from small areas on a table, have been used to illustrate the method. First, the spatial correlation is modelled and the parameters estimated from the data. Next, it is shown how the contamination at positions not measured can be estimated with kriging, a minimum mean square error method...

  18. Parity violating NN forcES in the quark compound bag model

    International Nuclear Information System (INIS)

    Simonov, Yu.A.

    1982-01-01

    Parity violation (PV) in the interaction is considered as due to the Weinberg-Salam quark-quark interaction inside the six-quark bag. The initial and final strong interaction is described within the same quark compound bag (QCB) model, where the NN coupling to the six quark QCB is defined from the NN experimental data. The resulting PV amplitude contains no free parameters and allows therefore an unambiguous test of the QCB model. An estimate of the 1 S 0 → 3 P 0 contribution to the proton-proton asymmetry is in a rough agreement with experimental data [ru

  19. Measurement of electrons from beauty-hadron decays in p-Pb collisions at √sNN=5.02 TeV and Pb-Pb collisions at √sNN=2.76 TeV

    NARCIS (Netherlands)

    The ALICE collaboration, ALICE collaboration; Adam, J.; Adamová, D.; Aggarwal, M. M.; Aglieri Rinella, G.; Agnello, M.; Agrawal, N.; Ahammed, Z.; Ahmad, S.; Ahn, S. U.; Aiola, S.; Akindinov, A.; Alam, S. N.; Albuquerque, D. S. D.; Aleksandrov, D.; Alessandro, B.; Alexandre, D.; Alfaro Molina, R.; Alici, A.; Alkin, A.; Alme, J.; Alt, T.; Altinpinar, S.; Altsybeev, I.; Alves Garcia Prado, C.; Janssen, M M; Andrei, C.; Andrews, H. A.; Andronic, A.; Anguelov, V.; Anson, C. D.; Antičić, T.; Antinori, F.; Antonioli, P.; Aphecetche, L.; Appelshäuser, H.; Arcelli, S.; Arnaldi, R.; Arnold, O. W.; Arsene, I. C.; Arslandok, M.; Audurier, B.; Augustinus, A.; Averbeck, R.; Azmi, M. D.; Badalà, A.; Baek, Y. W.; Bagnasco, S.; Bailhache, R.; Bala, R.; Balasubramanian, S.; Baldisseri, A.; Baral, R. C.; Barbano, A. M.; Barbera, R.; Barile, F.; Barnaföldi, G. G.; Barnby, L. S.; Barret, V.; Bartalini, P.; Barth, K.; Bartke, J.; Bartsch, E.; Basile, M.; Bastid, N.; Basu, S.; Bathen, B.; Batigne, G.; Batista Camejo, A.; Batyunya, B.; Batzing, P. C.; Bearden, I. G.; Beck, H.; Bedda, C.; Behera, N. K.; Belikov, I.; Bellini, F.; Bello Martinez, H.; Bellwied, R.; Belmont-Moreno, E.; Beltran, L. G. E.; Belyaev, V.; Bencedi, G.; Beole, S.; Berceanu, I.; Bercuci, A.; Berdnikov, Y.; Berenyi, D.; Bertens, R. A.; Berzano, D.; Betev, L.; Bhasin, A.; Bhat, I. R.; Bhati, A. K.; Bhattacharjee, B.; Bhom, J.; Bianchi, L.; Bianchi, N.; Bianchin, C.; Bielčík, J.; Bielčíková, J.; Bilandzic, A.; Biro, G.; Biswas, R.; Biswas, S.; Bjelogrlic, S.; Blair, J. T.; Blau, D.; Blume, C.; Bock, F.; Bogdanov, A.; Bøggild, H.; Boldizsár, L.; Bombara, M.; Bonora, M.; Book, J.; Borel, H.; Borissov, A.; Borri, M.; Bossú, F.; Botta, E.; Bourjau, C.; Braun-Munzinger, P.; Bregant, M.; Broker, T. A.; Browning, T. A.; Broz, M.; Brucken, E. J.; Bruna, E.; Bruno, G. E.; Budnikov, D.; Buesching, H.; Bufalino, S.; Buhler, P.; Iga Buitron, S. A.; Buncic, P.; Busch, O.; Buthelezi, Z.; Butt, J. B.; Buxton, J. T.; Cabala, J.; Caffarri, D.; Cai, X.; Caines, H.; Caliva, A.; Calvo Villar, E.; Camerini, P.; Carena, F.; Carena, W.; Carnesecchi, F.; Castillo Castellanos, J.; Castro, A. J.; Casula, E. A R; Ceballos Sanchez, C.; Cepila, J.; Cerello, P.; Cerkala, J.; Chang, B.; Chapeland, S.; Chartier, M.; Charvet, J. L.; Chattopadhyay, S.; Chattopadhyay, S.; Chauvin, A.; Chelnokov, V.; Cherney, M.; Cheshkov, C.; Cheynis, B.; Chibante Barroso, V.; Chinellato, D. D.; Cho, Sukhee; Chochula, P.; Choi, K.; Chojnacki, M.; Choudhury, S.; Christakoglou, P.; Christensen, C. H.; Christiansen, P.; Chujo, T.; Chung, S. U.; Cicalo, C.; Cifarelli, L.; Cindolo, F.; Cleymans, J.; Colamaria, F.; Colella, D.; Collu, A.; Colocci, M.; Conesa Balbastre, G.; Conesa del Valle, Z.; Connors, M. E.; Contreras, J. G.; Cormier, T. M.; Corrales Morales, Y.; Cortés Maldonado, I.; Cortese, P.; Cosentino, M. R.; Costa, F.; Crkovská, J.; Crochet, P.; Cruz Albino, R.; Cuautle, E.; Cunqueiro, L.; Dahms, T.; Dainese, A.; Danisch, M. C.; Danu, A.; Das, D.; Das, I.; Das, S.; Dash, A.; Dash, S.; Dasgupta, S. S.; De Caro, A.; De Cataldo, G.; De Conti, C.; De Cuveland, J.; De Falco, A.; De Gruttola, D.; De Marco, N.; De Pasquale, S.; De Souza, R. Derradi; Deisting, A.; Deloff, A.; Deplano, C.; Dhankher, P.; Di Bari, D.; Di Mauro, A.; Di Nezza, P.; Di Ruzza, B.; Diaz Corchero, M. A.; Dietel, T.; Dillenseger, P.; Divià, R.; Djuvsland, O.; Dobrin, A.; Domenicis Gimenez, D.; Dönigus, B.; Dordic, O.; Drozhzhova, T.; Dubey, A. K.; Dubla, A.; Ducroux, L.; Duggal, A. K.; Dupieux, P.; Ehlers, R. J.; Elia, D.; Endress, E.; Engel, H.; Epple, E.; Erazmus, B.; Erhardt, F.; Espagnon, B.; Estienne, M.; Esumi, S.; Eulisse, G.; Eum, J.; Evans, D.; Evdokimov, S.; Eyyubova, G.; Fabbietti, L.; Fabris, D.; Faivre, J.; Fantoni, A.; Fasel, M.; Feldkamp, L.; Feliciello, A.; Feofilov, G.; Ferencei, J.; Fernández Téllez, A.; Ferreiro, E. G.; Ferretti, A.; Festanti, A.; Feuillard, V. J. G.; Figiel, J.; Figueredo, M. A S; Filchagin, S.; Finogeev, D.; Fionda, F. M.; Fiore, E. M.; Floris, M.; Foertsch, S.; Foka, P.; Fokin, S.; Fragiacomo, E.; Francescon, A.; De Francisco, A.; Frankenfeld, U.; Fronze, G. G.; Fuchs, U.; Furget, C.; Furs, A.; Fusco Girard, M.; Gaardhøje, J. J.; Gagliardi, M.; Gago, A. M.; Gajdosova, K.; Gallio, M.; Galvan, C. D.; Gangadharan, D. R.; Ganoti, P.; Gao, C.; Garabatos, C.; Garcia-Solis, E.; Garg, K.; Garg, P.; Gargiulo, C.; Gasik, P.; Gauger, E. F.; Germain, M.; Gheata, M.; Ghosh, P.; Ghosh, S. K.; Gianotti, P.; Giubellino, P.; Giubilato, P.; Gladysz-Dziadus, E.; Glässel, P.; Goméz Coral, D. M.; Gomez Ramirez, A.; Gonzalez, A. S.; Gonzalez, V; González-Zamora, P.; Gorbunov, S.; Görlich, L.; Gotovac, S.; Grabski, V.; Grachov, O. A.; Graczykowski, L. K.; Graham, K. L.; Grelli, A.; Grigoras, C.; Grigoriev, V.; Grigoryan, A.; Grigoryan, S.; Grinyov, B.; Grion, N.; Gronefeld, J. M.; Grosse-Oetringhaus, J. F.; Grosso, R.; Gruber, L.; Guber, F.; Guernane, R.; Guerzoni, B.; Gulbrandsen, K.; Gunji, T.; Gupta, A.; Gupta, R.; Guzman, I. B.; Haake, R.; Hadjidakis, C.; Haiduc, M.; Hamagaki, H.; Hamar, G.; Hamon, J. C.; Harris, J. W.; Harton, A.; Hatzifotiadou, D.; Hayashi, S.; Heckel, S. T.; Hellbär, E.; Helstrup, H.; Herghelegiu, A.; Herrera Corral, G.; Herrmann, F.; Hess, B. A.; Hetland, K. F.; Hillemanns, H.; Hippolyte, B.; Horak, D.; Hosokawa, R.; Hristov, P.; Hughes, C.W.; Humanic, T. J.; Hussain, N.; Hussain, T.; Hutter, D.; Hwang, D. S.; Ilkaev, R.; Inaba, M.; Incani, E.; Ippolitov, M.; Irfan, M.; Isakov, V.; Ivanov, M.; Ivanov, V.; Izucheev, V.; Jacak, B.; Jacazio, N.; Jacobs, P. M.; Jadhav, M. B.; Jadlovska, S.; Jadlovsky, J.; Jahnke, C.; Jakubowska, M. J.; Janik, M. A.; Jayarathna, P. H S Y; Jena, C.; Jena, S.; Jimenez Bustamante, R. T.; Jones, P. G.; Jung, H.; Jusko, A.; Kalinak, P.; Kalweit, A.; Kang, J. H.; Kaplin, V.; Kar, S.; Karasu Uysal, A.; Karavichev, O.; Karavicheva, T.; Karayan, L.; Karpechev, E.; Kebschull, U.; Keidel, R.; Keijdener, D. L.D.; Keil, M.; Mohisin Khan, M.; Khan, P.M.; Khan, Shfaqat A.; Khanzadeev, A.; Kharlov, Y.; Khatun, A.; Khuntia, A.; Kileng, B.; Kim, D. W.; Kim, D. J.; Kim, D.-S.; Kim, H.; Kim, J. S.; Kim, J.; Kim, M.; Kim, M.; Kim, S.; Kim, T.; Kirsch, S.; Kisel, I.; Kiselev, S.; Kisiel, A.; Kiss, G.; Klay, J. L.; Klein, C; Klein, J.; Klein-Bösing, C.; Klewin, S.; Kluge, A.; Knichel, M. L.; Knospe, A. G.; Kobdaj, C.; Kofarago, M.; Kollegger, T.; Kolojvari, A.; Kondratiev, V.; Kondratyeva, N.; Kondratyuk, E.; Konevskikh, A.; Kopcik, M.; Kour, M.; Kouzinopoulos, C.; Kovalenko, O.; Kovalenko, V.; Kowalski, M.L.; Koyithatta Meethaleveedu, G.; Králik, I.; Kravčáková, A.; Krivda, M.; Krizek, F.; Kryshen, E.; Krzewicki, M.; Kubera, A. M.; Kučera, V.; Kuhn, C.; Kuijer, P. G.; Kumar, A.; Kumar, J.; Kumar, L.; Kumar, S.; Kundu, Seema; Kurashvili, P.; Kurepin, A.; Kurepin, A. B.; Kuryakin, A.; Kweon, M. J.; Kwon, Y.; La Pointe, S. L.; La Rocca, P.; Lagana Fernandes, C.; Lakomov, I.; Langoy, R.; Lapidus, K.; Lara, C.; Lardeux, A.; Lattuca, A.; Laudi, E.; Lazaridis, L.; Lea, R.; Leardini, L.; Lee, S.; Lehas, F.; Strunz-Lehner, Christine; Lehrbach, J.; Lemmon, R. C.; Lenti, V.; Leogrande, E.; León Monzón, I.; León Vargas, H.; Leoncino, M.; Lévai, P.; Li, S.; Li, X.; Lien, J.; Lietava, R.; Lindal, S.; Lindenstruth, V.; Lippmann, C.; Lisa, M. A.; Ljunggren, H. M.; Lodato, D. F.; Loenne, P. I.; Loginov, V.; Loizides, C.; Lopez, X.; López Torres, E.; Lowe, A.; Luettig, P.; Lunardon, M.; Luparello, G.; Lupi, M.; Lutz, T. H.; Maevskaya, A.; Mager, M.; Mahajan, S.; Mahmood, S. M.; Maire, A.; Majka, R. D.; Malaev, M.; Maldonado Cervantes, I.; Malinina, L.; Mal’Kevich, D.; Malzacher, P.; Mamonov, A.; Manko, V.; Manso, F.; Manzari, V.; Mao, Y.; Marchisone, M.; Mareš, J.; Margagliotti, G. V.; Margotti, A.; Margutti, J.; Marín, Alicia; Markert, C.; Marquard, M.; Martin, N. A.; Martinengo, P.; Martínez, Isabel M.; Martínez García, G.; Martinez Pedreira, M.; Mas, A.; Masciocchi, S.; Masera, M.; Masoni, A.; Mastroserio, A.; Matyja, A.; mayer, C.; Mazer, J.; Mazzilli, M.; Mazzoni, M. A.; Meddi, F.; Melikyan, Y.; Menchaca-Rocha, A.; Meninno, E.; Mercado Pérez, J.; Meres, M.; Mhlanga, S.; Miake, Y.; Mieskolainen, M. M.; Mikhaylov, K.; Milosevic, J.; Mischke, A.; Mishra, A. N.; Mishra, T.; Miskowiec, D.; Mitra, J.; Mitu, C. M.; Mohammadi, N.; Mohanty, B.; Molnar, L.; Montes, E.; Moreira De Godoy, D. A.; Moreno, L. A. P.; Moretto, S.; Morreale, A.; Morsch, A.; Muccifora, V.; Mudnic, E.; Mühlheim, D.; Muhuri, S.; Mukherjee, M.; Mulligan, J. D.; Munhoz, M. G.; Münning, K.; Munzer, R. H.; Murakami, H.; Murray, S.; Musa, L.; Musinsky, J.; Naik, B.; Nair, Rajiv; Nandi, B. K.; Nania, R.; Nappi, E.; Naru, M. U.; Natal Da Luz, H.; Nattrass, C.; Navarro, S. R.; Nayak, K.; Nayak, R.; Nayak, T. K.; Nazarenko, S.; Nedosekin, A.; Negrao De Oliveira, R. A.; Nellen, L.; Ng, F.; Nicassio, M.; Niculescu, M.; Niedziela, J.; Nielsen, B. S.; Nikolaev, S.; Nikulin, S.; Nikulin, V.; Noferini, F.; Nomokonov, P.; Nooren, G.; Noris, J. C. C.; Norman, J.; Nyanin, A.; Nystrand, J.; Oeschler, H.; Oh, S.; Oh, S. K.; Ohlson, A.; Okatan, A.; Okubo, T.; Olah, L.; Oleniacz, J.; Oliveira Da Silva, A. C.; Oliver, M. H.; Onderwaater, J.; Oppedisano, C.; Orava, R.; Oravec, M.; Ortiz Velasquez, A.; Oskarsson, A.; Otwinowski, J.; Oyama, K.; Ozdemir, M.; Pachmayer, Y.; Pagano, D.; Pagano, P.; Paić, G.; Pal, S. K.; Palni, P.; Pan, J.; Pandey, A. K.; Papikyan, V.; Pappalardo, G. S.; Pareek, P.; Park, J.; Park, J.-W.; Parmar, S.; Passfeld, A.; Paticchio, V.; Patra, R. N.; Paul, B.; Pei, H.; Peitzmann, T.; Peng, X.; Pereira Da Costa, H.; Peresunko, D.; Perez Lezama, E.; Peskov, V.; Pestov, Y.; Petráček, V.; Petrov, V.; Petrovici, M.; Petta, C.; Piano, S.; Pikna, M.; Pillot, P.; Pimentel, L. O. D. L.; Pinazza, O.; Pinsky, L.; Piyarathna, D. B.; Ploskon, M.; Planinic, M.; Pluta, J.; Pochybova, S.; Podesta-Lerma, P. L M; Poghosyan, M. G.; Polichtchouk, B.; Poljak, N.; Poonsawat, W.; Pop, A.; Poppenborg, H.; Porteboeuf-Houssais, S.; Porter, J.; Pospisil, J.; Prasad, S. K.; Preghenella, R.; Prino, F.; Pruneau, C. A.; Pshenichnov, I.; Puccio, M.; Puddu, G.; Pujahari, P.; Punin, V.; Putschke, J.; Qvigstad, H.; Rachevski, A.; Raha, S.; Rajput, S.; Rak, J.; Rakotozafindrabe, A.; Ramello, L.; Rami, F.; Raniwala, R.; Raniwala, S.; Räsänen, S.; Rascanu, B. T.; Rathee, D.; Ratza, V.; Ravasenga, I.; Read, K. F.; Redlich, K.; Rehman, A.; Reichelt, P.; Reidt, F.; Ren, X.; Renfordt, R.; Reolon, A. R.; Reshetin, A.; Reygers, K.; Riabov, V.; Ricci, R. A.; Richert, T.; Richter, M.; Riedler, P.; Riegler, W.; Riggi, F.; Ristea, C.; Rodríguez Cahuantzi, M.; Røed, K.; Rogochaya, E.; Rohr, D.; Röhrich, D.; Ronchetti, F.; Ronflette, L.; Rosnet, P.; Rossi, A.; Roukoutakis, F.; Roy, A.; Roy, C.; Roy, P.; Rubio Montero, A. J.; Rui, R.; Russo, R.; Ryabinkin, E.; Ryabov, Y.; Rybicki, A.; Saarinen, S.; Sadhu, S.; Sadovsky, S.; Šafařík, K.; Sahlmuller, B.; Sahoo, P.; Sahoo, R.; Sahoo, S.; Sahu, P. K.; Saini, J.; Sakai, S.; Saleh, M. A.; Salzwedel, J.; Sambyal, S.; Samsonov, V.; Šándor, L.; Sandoval, A.; Sano, M.; Sarkar, D.; Sarkar, N.; Sarma, P.; Scapparone, E.; Scarlassara, F.; Schiaua, C.; Schicker, R.; Schmidt, C.; Schmidt, H. R.; Schmidt, M.; Schukraft, J.; Schutz, Y.; Schwarz, K.; Schweda, K.; Scioli, G.; Scomparin, E.; Scott, R.; Šefčík, M.; Seger, J. E.; Sekiguchi, Y.; Sekihata, D.; Selyuzhenkov, I.; Senosi, K.; Senyukov, S.; Serradilla, E.; Sevcenco, A.; Shabanov, A.; Shabetai, A.; Shadura, O.; Shahoyan, R.; Shangaraev, A.; Sharma, A.; Sharma, A.; Sharma, M.; Sharma, M.; Sharma, N.; Sheikh, A. I.; Shigaki, K.; Shou, Q. Y.; Shtejer, K.; Sibiriak, Y.; Siddhanta, S.; Sielewicz, K. M.; Siemiarczuk, T.; Silvermyr, D.; Silvestre, C.; Simatovic, G.; Simonetti, G.; Singaraju, R.; Singh, R; Singhal, V.; Sinha, T.; Sitar, B.; Sitta, M.; Skaali, T. B.; Slupecki, M.; Smirnov, N.; Snellings, R. J.M.; Snellman, T. W.; Song, J.; Song, M.; Song, Z.; Soramel, F.; Sorensen, S.; Sozzi, F.; Spiriti, E.; Sputowska, I.; Spyropoulou-Stassinaki, M.; Stachel, J.; Stan, I.; Stankus, P.; Stenlund, E.; Steyn, G.; Stiller, J. H.; Stocco, D.; Strmen, P.; Suaide, A. A P; Sugitate, T.; Suire, C.; Suleymanov, M.; Suljic, M.; Sultanov, R.; Šumbera, M.; Sumowidagdo, S.; Suzuki, K.; Swain, S.; Szabo, A.; Szarka, I.; Szczepankiewicz, A.; Szymanski, M.; Tabassam, U.; Takahashi, J.; Tambave, G. J.; Tanaka, N.; Tarhini, M.; Tariq, M.; Tarzila, M. G.; Tauro, A.; Tejeda Muñoz, G.; Telesca, A.; Terasaki, K.; Terrevoli, C.; Teyssier, B.; Thäder, J.; Thakur, D.; Thomas, D.; Tieulent, R.; Tikhonov, A.; Timmins, A. R.; Toia, A.; tripathy, S.; Trogolo, S.; Trombetta, G.; Trubnikov, V.; Trzaska, W. H.; Tsuji, T.; Tumkin, A.; Turrisi, R.; Tveter, T. S.; Ullaland, K.; Uras, A.; Usai, G. L.; Utrobicic, A.; Vala, M.; Van Der Maarel, J.; Van Hoorne, J. W.; van Leeuwen, M.; Vanat, T.; Vande Vyvre, P.; Varga, D.; Vargas, A.; Vargyas, M.; Varma, R.; Vasileiou, M.; Vasiliev, A.; Vauthier, A.; Vázquez Doce, O.; Vechernin, V.; Veen, A. M.; Velure, A.; Vercellin, E.; Vergara Limón, S.; Vernet, R.; Vértesi, R.; Vickovic, L.; Vigolo, S.; Viinikainen, J.; Vilakazi, Z.; Villalobos Baillie, O.; Villatoro Tello, A.; Vinogradov, A.; Vinogradov, L.; Virgili, T.; Vislavicius, V.; Vodopyanov, A.; Völkl, M. A.; Voloshin, K.; Voloshin, S. A.; Volpe, G.; Haller, B.; Vorobyev, I.; Voscek, D.; Vranic, D.; Vrláková, J.; Vulpescu, B.; Wagner, B.; Wagner, J.; Wang, H.; Wang, M.; Watanabe, D.; Watanabe, Y.; Weber, M.; Weber, S. G.; Weiser, D. F.; Wessels, J. P.; Westerhoff, U.; Whitehead, A. M.; Wiechula, J.; Wikne, J.; Wilk, G.; Wilkinson, J.; Willems, G. A.; Williams, M. C S; Windelband, B.; Winn, M.; Yalcin, S.; Yang, P.; Yano, S.; Yin, Z.; Yokoyama, H.; Yoo, I. K.; Yoon, J. H.; Yurchenko, V.; Zaccolo, V.; Zaman, A.; Zampolli, C.; Zanoli, H. J. C.; Zaporozhets, S.; Zardoshti, N.; Zarochentsev, A.; Závada, P.; Zaviyalov, N.; Zbroszczyk, H.; Zgura, I. S.; Zhalov, M.; Zhang, H.; Zhang, X.; Zhang, Y.; Zhang, C.; Zhang, Z.; Zhao, C.; Zhigareva, N.; Zhou, D.; Zhou, Y.; Zhou, Z.; Zhu, H.; Zhu, J.; Zichichi, A.; Zimmermann, A.; Zimmermann, M. B.; Zinovjev, G.; Zmeskal, J.

    2017-01-01

    The production of beauty hadrons was measured via semi-leptonic decays at mid-rapidity with the ALICE detector at the LHC in the transverse momentum interval 1NN=5.02 TeV and in 1.3 < pT< 8 GeV/c in the 20% most central Pb-Pb collisions at √sNN=2.76

  20. Geostatistical simulations for radon indoor with a nested model including the housing factor

    International Nuclear Information System (INIS)

    Cafaro, C.; Giovani, C.; Garavaglia, M.

    2016-01-01

    The radon prone areas definition is matter of many researches in radioecology, since radon is considered a leading cause of lung tumours, therefore the authorities ask for support to develop an appropriate sanitary prevention strategy. In this paper, we use geostatistical tools to elaborate a definition accounting for some of the available information about the dwellings. Co-kriging is the proper interpolator used in geostatistics to refine the predictions by using external covariates. In advance, co-kriging is not guaranteed to improve significantly the results obtained by applying the common lognormal kriging. Here, instead, such multivariate approach leads to reduce the cross-validation residual variance to an extent which is deemed as satisfying. Furthermore, with the application of Monte Carlo simulations, the paradigm provides a more conservative radon prone areas definition than the one previously made by lognormal kriging. - Highlights: • The housing class is inserted into co-kriging via an indicator function. • Inserting the housing classes in a co-kriging improves predictions. • The housing class has a structured component in space. • A nested model is implemented into the multigaussian algorithm. • A collection of risk maps is merged into one to create RPA.

  1. General synthesis of (salen)ruthenium(III) complexes via N...N coupling of (salen)ruthenium(VI) nitrides.

    Science.gov (United States)

    Man, Wai-Lun; Kwong, Hoi-Ki; Lam, William W Y; Xiang, Jing; Wong, Tsz-Wing; Lam, Wing-Hong; Wong, Wing-Tak; Peng, Shie-Ming; Lau, Tai-Chu

    2008-07-07

    Reaction of [Ru (VI)(N)(L (1))(MeOH)] (+) (L (1) = N, N'-bis(salicylidene)- o-cyclohexylenediamine dianion) with excess pyridine in CH 3CN produces [Ru (III)(L (1))(py) 2] (+) and N 2. The proposed mechanism involves initial equilibrium formation of [Ru (VI)(N)(L (1))(py)] (+), which undergoes rapid N...N coupling to produce [(py)(L (1))Ru (III) N N-Ru (III)(L (1))(py)] (2+); this is followed by pyridine substituion to give the final product. This ligand-induced N...N coupling of Ru (VI)N is utilized in the preparation of a series of new ruthenium(III) salen complexes, [Ru (III)(L)(X) 2] (+/-) (L = salen ligand; X = H 2O, 1-MeIm, py, Me 2SO, PhNH 2, ( t )BuNH 2, Cl (-) or CN (-)). The structures of [Ru (III)(L (1))(NH 2Ph) 2](PF 6) ( 6), K[Ru (III)(L (1))(CN) 2] ( 9), [Ru (III)(L (2))(NCCH 3) 2][Au (I)(CN) 2] ( 11) (L (2) = N, N'-bis(salicylidene)- o-phenylenediamine dianion) and [N ( n )Bu 4][Ru (III)(L (3))Cl 2] ( 12) (L (3) = N, N'-bis(salicylidene)ethylenediamine dianion) have been determined by X-ray crystallography.

  2. $\\Lambda/\\rm K^0_s$ associated with a jet in central Pb-Pb collisions at $\\sqrt{s_{\\mathrm{NN}}}$ = 2.76 TeV measured with the ALICE detector

    CERN Document Server

    AUTHOR|(INSPIRE)INSPIRE-00361510; Oskarsson, Anders; Stenlund, Evert

    In high energy heavy ion collisions, the QCD matter undergoes a phase transition to a hot and dense strongly coupled Quark Gluon Plasma, where quarks and gluons are deconfined in a volume of nuclear dimensions. At intermediate pT, 210 GeV/c), the particle production is dominated by jet fragmentation, where it is understood that these jets have suffered large energy losses propagating through the dense QGP. The goal of this thesis is to experimentally investigate the baryon-to-meson anomaly at intermediate pT, and to determine its origin, i.e. if it is an effect arising from the soft, collective, part (the bulk) of the medium, or from the hard processes (modified jet fragmentation). This will be done by analyzing central Pb-Pb collisions at sqrt(s_NN)=2.76 TeV from the ALICE experiment recorded in the 2011 heavy ion run period. For this analysis, a novel two-particle correlation technique called the eta-reflection method is developed, where a separation can be made of the contributions from Lambda and K0s part...

  3. Evaluation of stationary and non-stationary geostatistical models for inferring hydraulic conductivity values at Aespoe

    International Nuclear Information System (INIS)

    La Pointe, P.R.

    1994-11-01

    This report describes the comparison of stationary and non-stationary geostatistical models for the purpose of inferring block-scale hydraulic conductivity values from packer tests at Aespoe. The comparison between models is made through the evaluation of cross-validation statistics for three experimental designs. The first experiment consisted of a 'Delete-1' test previously used at Finnsjoen. The second test consisted of 'Delete-10%' and the third test was a 'Delete-50%' test. Preliminary data analysis showed that the 3 m and 30 m packer test data can be treated as a sample from a single population for the purposes of geostatistical analyses. Analysis of the 3 m data does not indicate that there are any systematic statistical changes with depth, rock type, fracture zone vs non-fracture zone or other mappable factor. Directional variograms are ambiguous to interpret due to the clustered nature of the data, but do not show any obvious anisotropy that should be accounted for in geostatistical analysis. Stationary analysis suggested that there exists a sizeable spatially uncorrelated component ('Nugget Effect') in the 3 m data, on the order of 60% of the observed variance for the various models fitted. Four different nested models were automatically fit to the data. Results for all models in terms of cross-validation statistics were very similar for the first set of validation tests. Non-stationary analysis established that both the order of drift and the order of the intrinsic random functions is low. This study also suggests that conventional cross-validation studies and automatic variogram fitting are not necessarily evaluating how well a model will infer block scale hydraulic conductivity values. 20 refs, 20 figs, 14 tabs

  4. Spatial distribution of Munida intermedia and M. sarsi (crustacea: Anomura) on the Galician continental shelf (NW Spain): Application of geostatistical analysis

    Science.gov (United States)

    Freire, J.; González-Gurriarán, E.; Olaso, I.

    1992-12-01

    Geostatistical methodology was used to analyse spatial structure and distribution of the epibenthic crustaceans Munida intermedia and M. sarsi within sets of data which had been collected during three survey cruises carried out on the Galician continental shelf (1983 and 1984). This study investigates the feasibility of using geostatistics for data collected according to traditional methods and of enhancing such methodology. The experimental variograms were calculated (pooled variance minus spatial covariance between samples taken one pair at a time vs. distance) and fitted to a 'spherical' model. The spatial structure model was used to estimate the abundance and distribution of the populations studied using the technique of kriging. The species display spatial structures, which are well marked during high density periods and in some areas (especially northern shelf). Geostatistical analysis allows identification of the density gradients in space as well as the patch grain along the continental shelf of 16-25 km diameter for M. intermedia and 12-20 km for M. sarsi. Patches of both species have a consistent location throughout the different cruises. As in other geographical areas, M. intermedia and M. sarsi usually appear at depths ranging from 200 to 500 m, with the highest densities in the continental shelf area located between Fisterra and Estaca de Bares. Althouh sampling was not originally designed specifically for geostatistics, this assay provides a measurement of spatial covariance, and shows variograms with variable structure depending on population density and geographical area. These ideas are useful in improving the design of future sampling cruises.

  5. Prospects for N-N* Transitions from Lattice QCD

    International Nuclear Information System (INIS)

    Richards, David

    2008-01-01

    I describe the status of calculations of N-N* transition form factors in lattice QCD, and the prospects for future calculations. I emphasise the need to reliably delineate the states in the spectrum, and the progress that has been made by the Hadron Spectrum Collaboration in so doing.

  6. Evaluation of spatial variability of metal bioavailability in soils using geostatistics

    DEFF Research Database (Denmark)

    Owsianiak, Mikolaj; Hauschild, Michael Zwicky; Rosenbaum, Ralph K.

    2012-01-01

    Soil properties show signifficant spatial variability at local, regional and continental scales. This is a challenge for life cycle impact assessment (LCIA) of metals, because fate, bioavailability and effect factors are controlled by environmental chemistry and can vary orders of magnitude...... is performed using ArcGIS Geostatistical Analyst. Results show that BFs of copper span a range of 6 orders of magnitude, and have signifficant spatial variability at local and continental scales. The model nugget variance is signifficantly higher than zero, suggesting the presence of spatial variability...

  7. Effects of short range ΔN interaction on observables of the πNN system

    International Nuclear Information System (INIS)

    Alexandrou, C.; Blankleider, B.

    1990-01-01

    The inadequacy of standard few-body approaches in describing the πNN system has motivated searches for the responsible missing mechanism. In the case of πd scattering, it has recently been asserted that an additional short range ΔN interaction can account for essentially all the discrepancies between a few-body calculation and experimental data. This conclusion, however, has been based on calculations where a phenomenological ΔN interaction is added only in Born term to background few-body amplitudes. In the present work we investigate the effect of including such a ΔN interaction to all orders within a unitary few-body calculation of the πNN system. Besides testing the validity of adding the ΔN interaction in Born term in πd scattering, our fully coupled approach also enables us to see the influence of the same ΔN interaction on the processes NN→πd and NN→NN. For πd elastic scattering, we find that the higher order ΔN interaction terms can have as much influence on πd observables as the lowest order contribution alone. Moreover, we find that the higher order contributions tend to cancel the effect obtained by adding the ΔN interaction in Born term only. The effect of the same ΔN interaction on NN→πd and NN→NN appears to be as significant as in πd→πd, suggesting that future investigations of the short range ΔN interaction should be done in the context of the fully coupled πNN system

  8. Production of charged pions, kaons and protons at large transverse momenta in pp and Pb-Pb collisions at √sNN=2.76 TeV

    NARCIS (Netherlands)

    Abelev, B.; Adam, J.; Adamová, D.; Aggarwal, M. M.; Aglieri Rinella, G.; Agnello, M.; Agostinelli, A.; Agrawal, N.; Ahammed, Z.; Ahmad, N.; Ahmad Masoodi, A.; Ahmed, I.; Ahn, S. U.; Ahn, S. A.; Aimo, I.; Aiola, S.; Ajaz, M.; Akindinov, A.; Aleksandrov, D.; Alessandro, B.; Alexandre, D.; Alici, A.; Alkin, A.; Alme, J.; Alt, T.; Altini, V.; Altinpinar, S.; Altsybeev, I.; Alves Garcia Prado, C.; Andrei, C.; Andronic, A.; Anguelov, V.; Anielski, J.; Antičić, T.; Antinori, F.; Antonioli, P.; Aphecetche, L.; Appelshäuser, H.; Arbor, N.; Arcelli, S.; Armesto, N.; Arnaldi, R.; Aronsson, T.; Arsene, I. C.; Arslandok, M.; Augustinus, A.; Averbeck, R.; Awes, T. C.; Azmi, M. D.; Bach, M.; Badalà, A.; Baek, Y. W.; Bagnasco, S.; Bailhache, R.; Bairathi, V.; Bala, R.; Baldisseri, A.; Baltasar Dos Santos Pedrosa, F.; Bán, J.; Baral, R. C.; Barbera, R.; Barile, F.; Barnaföldi, G. G.; Barnby, L. S.; Barret, V.; Bartke, J.; Basile, M.; Bastid, N.; Basu, S.; Bathen, B.; Batigne, G.; Batyunya, B.; Batzing, P. C.; Baumann, C.; Bearden, I. G.; Beck, H.; Bedda, C.; Behera, N. K.; Belikov, I.; Bellini, F.; Bellwied, R.; Belmont-Moreno, E.; Bencedi, G.; Beole, S.; Berceanu, I.; Bercuci, A.; Berdnikov, Y.; Berenyi, D.; Berger, M. E.; Bertens, R. A.; Berzano, D.; Betev, L.; Bhasin, A.; Bhati, A. K.; Bhattacharjee, B.; Bhom, J.; Bianchi, L.; Bianchi, N.; Bianchin, C.; Bielčík, J.; Bielčíková, J.; Bilandzic, A.; Bjelogrlic, S.; Blanco, F.; Blau, D.; Blume, C.; Bock, F.; Bogdanov, A.; Bøggild, H.; Bogolyubsky, M.; Böhmer, F. V.; Boldizsár, L.; Bombara, M.; Book, J.; Borel, H.; Borissov, A.; Bornschein, J.; Bossú, F.; Botje, M.; Botta, E.; Böttger, S.; Braun-Munzinger, P.; Bregant, M.; Breitner, T.; Broker, T. A.; Browning, T. A.; Broz, M.; Bruna, E.; Bruno, G. E.; Budnikov, D.; Buesching, H.; Bufalino, S.; Buncic, P.; Busch, O.; Buthelezi, Z.; Caffarri, D.; Cai, X.; Caines, H.; Caliva, A.; Calvo Villar, E.; Camerini, P.; Canoa Roman, V.; Carena, F.; Carena, W.; Carminati, F.; Casanova Díaz, A.; Castillo Castellanos, J.; Casula, E. A R; Catanescu, V.; Cavicchioli, C.; Ceballos Sanchez, C.; Cepila, J.; Cerello, P.; Chang, B.; Chapeland, S.; Charvet, J. L.; Chattopadhyay, S.; Chattopadhyay, S.; Cherney, M.; Cheshkov, C.; Cheynis, B.; Chibante Barroso, V.; Chinellato, D. D.; Chochula, P.; Chojnacki, M.; Choudhury, S.; Christakoglou, P.; Christensen, C. H.; Christiansen, P.; Chujo, T.; Chung, S. U.; Cicalo, C.; Cifarelli, L.; Cindolo, F.; Cleymans, J.; Colamaria, F.; Colella, D.; Collu, A.; Colocci, M.; Conesa Balbastre, G.; Conesa del Valle, Z.; Connors, M. E.; Contin, G.; Contreras, J. G.; Cormier, T. M.; Corrales Morales, Y.; Cortese, P.; Cortés Maldonado, I.; Cosentino, M. R.; Costa, F.; Crochet, P.; Cruz Albino, R.; Cuautle, E.; Cunqueiro, L.; Dainese, A.; Dang, R.; Danu, A.; Das, D.; Das, I.; Das, K.; Das, S.; Dash, A.; Dash, S.; De, S.; Delagrange, H.; Deloff, A.; Dénes, E.; D'Erasmo, G.; de Barros, G. O V; De Caro, A.; de Cataldo, G.; de Cuveland, J.; De Falco, A.; De Gruttola, D.; De Marco, N.; De Pasquale, S.; de Rooij, R.; Diaz Corchero, M. A.; Dietel, T.; Divià, R.; Di Bari, D.; Di Liberto, S.; Di Mauro, A.; Di Nezza, P.; Djuvsland, O.; Dobrin, A.; Dobrowolski, T.; Domenicis Gimenez, D.; Dönigus, B.; Dordic, O.; Dørheim, S.; Dubey, A. K.; Dubla, A.; Ducroux, L.; Dupieux, P.; Dutta Majumdar, A. K.; Ehlers, R. J.; Elia, D.; Engel, H.; Erazmus, B.; Erdal, H. A.; Eschweiler, D.; Espagnon, B.; Estienne, M.; Esumi, S.; Evans, D.; Evdokimov, S.; Eyyubova, G.; Fabris, D.; Faivre, J.; Falchieri, D.; Fantoni, A.; Fasel, M.; Fehlker, D.; Feldkamp, L.; Felea, D.; Feliciello, A.; Feofilov, G.; Ferencei, J.; Fernández Téllez, A.; Ferreiro, E. G.; Ferretti, A.; Festanti, A.; Figiel, J.; Figueredo, M. A S; Filchagin, S.; Finogeev, D.; Fionda, F. M.; Fiore, E. M.; Floratos, E.; Floris, M.; Foertsch, S.; Foka, P.; Fokin, S.; Fragiacomo, E.; Francescon, A.; Frankenfeld, U.; Fuchs, U.; Furget, C.; Fusco Girard, M.; Gaardhøje, J. J.; Gagliardi, M.; Gago, A. M.; Gallio, M.; Gangadharan, D. R.; Ganoti, P.; Garabatos, C.; Garcia-Solis, E.; Gargiulo, C.; Garishvili, I.; Gerhard, J.; Germain, M.; Gheata, A.; Gheata, M.; Ghidini, B.; Ghosh, P.; Ghosh, S. K.; Gianotti, P.; Giubellino, P.; Gladysz-Dziadus, E.; Glässel, P.; Gomez, R.; González-Zamora, P.; Gorbunov, S.; Görlich, L.; Gotovac, S.; Graczykowski, L. K.; Grajcarek, R.; Grelli, A.; Grigoras, A.; Grigoras, C.; Grigoriev, V.; Grigoryan, A.; Grigoryan, S.; Grinyov, B.; Grion, N.; Grosse-Oetringhaus, J. F.; Grossiord, J. Y.; Grosso, R.; Guber, F.; Guernane, R.; Guerzoni, B.; Guilbaud, M.; Gulbrandsen, K.; Gulkanyan, H.; Gunji, T.; Gupta, A.; Gupta, R.; Khan, K. H.; Haake, R.; Haaland, O.; Hadjidakis, C.; Haiduc, M.; Hamagaki, H.; Hamar, G.; Hanratty, L. D.; Hansen, A.; Harris, J. W.; Hartmann, H.; Harton, A.; Hatzifotiadou, D.; Hayashi, S.; Heckel, S. T.; Heide, M.; Helstrup, H.; Herghelegiu, A.; Herrera Corral, G.; Hess, B. A.; Hetland, K. F.; Hicks, B.; Hippolyte, B.; Hladky, J.; Hristov, P.; Huang, M.; Humanic, T. J.; Hutter, D.; Hwang, D. S.; Ilkaev, R.; Ilkiv, I.; Inaba, M.; Incani, E.; Innocenti, G. M.; Ionita, C.; Ippolitov, M.; Irfan, M.; Ivanov, M.; Ivanov, V.; Ivanytskyi, O.; Jachołkowski, A.; Jacobs, P. M.; Jahnke, C.; Jang, H. J.; Janik, M. A.; Jayarathna, P. H S Y; Jena, S.; Jimenez Bustamante, R. T.; Jones, P. G.; Jung, H.; Jusko, A.; Kalcher, S.; Kalinak, P.; Kalweit, A.; Kamin, J.; Kang, J. H.; Kaplin, V.; Kar, S.; Karasu Uysal, A.; Karavichev, O.; Karavicheva, T.; Karpechev, E.; Kebschull, U.; Keidel, R.; Ketzer, B.; Khan, M. M.; Khan, P.; Khan, S. A.; Khanzadeev, A.; Kharlov, Y.; Kileng, B.; Kim, B.; Kim, D. W.; Kim, D. J.; Kim, J. S.; Kim, M.; Kim, M.; Kim, S.; Kim, T.; Kirsch, S.; Kisel, I.; Kiselev, S.; Kisiel, A.; Kiss, G.; Klay, J. L.; Klein, J.; Klein-Bösing, C.; Kluge, A.; Knichel, M. L.; Knospe, A. G.; Kobdaj, C.; Kofarago, M.; Köhler, M. K.; Kollegger, T.; Kolojvari, A.; Kondratiev, V.; Kondratyeva, N.; Konevskikh, A.; Kovalenko, V.; Kowalski, M.; Kox, S.; Koyithatta Meethaleveedu, G.; Kral, J.; Králik, I.; Kramer, F.; Kravčáková, A.; Krelina, M.; Kretz, M.; Krivda, M.; Krizek, F.; Krus, M.; Kryshen, E.; Krzewicki, M.; Kučera, V.; Kucheriaev, Y.; Kugathasan, T.; Kuhn, C.; Kuijer, P. G.; Kulakov, I.; Kumar, J.; Kurashvili, P.; Kurepin, A.; Kurepin, A. B.; Kuryakin, A.; Kushpil, S.; Kushpil, V.; Kweon, M. J.; Kwon, Y.; Ladron de Guevara, P.; Lagana Fernandes, C.; Lakomov, I.; Langoy, R.; Lara, C.; Lardeux, A.; Lattuca, A.; La Pointe, S. L.; La Rocca, P.; Lea, R.; Leardini, L.; Lee, G. R.; Legrand, I.; Lehnert, J.; Lemmon, R. C.; Lenhardt, M.; Lenti, V.; Leogrande, E.; Leoncino, M.; León Monzón, I.; Lévai, P.; Li, S.; Lien, J.; Lietava, R.; Lindal, S.; Lindenstruth, V.; Lippmann, C.; Lisa, M. A.; Ljunggren, H. M.; Lodato, D. F.; Loenne, P. I.; Loggins, V. R.; Loginov, V.; Lohner, D.; Loizides, C.; Lopez, X.; López Torres, E.; Lu, X. G.; Luettig, P.; Lunardon, M.; Luo, J.; Luparello, G.; Luzzi, C.; Ma, R.; Maevskaya, A.; Mager, M.; Mahapatra, D. P.; Maire, A.; Malaev, M.; Maldonado Cervantes, I.; Malinina, L.; Mal'Kevich, D.; Malzacher, P.; Mamonov, A.; Manceau, L.; Manko, V.; Manso, F.; Manzari, V.; Marchisone, M.; Mareš, J.; Margagliotti, G. V.; Margotti, A.; Marín, A.; Markert, C.; Marquard, M.; Martashvili, I.; Martin, N. A.; Martinengo, P.; Martínez, M. I.; Martínez García, G.; Martin Blanco, J.; Martynov, Y.; Mas, A.; Masciocchi, S.; Masera, M.; Masoni, A.; Massacrier, L.; Mastroserio, A.; Matyja, A.; Mayer, C.; Mazer, J.; Mazumder, R.; Mazzoni, M. A.; Meddi, F.; Menchaca-Rocha, A.; Meninno, E.; Mercado Pérez, J.; Meres, M.; Miake, Y.; Mikhaylov, K.; Milano, L.; Milosevic, J.; Mischke, A.; Mishra, A. N.; Miśkowiec, D.; Mitu, C. M.; Mlynarz, J.; Mohanty, B.; Molnar, L.; Montaño Zetina, L.; Montes, E.; Morando, M.; Moreira De Godoy, D. A.; Moretto, S.; Morreale, A.; Morsch, A.; Muccifora, V.; Mudnic, E.; Muhuri, S.; Mukherjee, M.; Müller, H.; Munhoz, M. G.; Murray, S.; Musa, L.; Musinsky, J.; Nandi, B. K.; Nania, R.; Nappi, E.; Nattrass, C.; Nayak, T. K.; Nazarenko, S.; Nedosekin, A.; Nicassio, M.; Niculescu, M.; Nielsen, B. S.; Nikolaev, S.; Nikulin, S.; Nikulin, V.; Nilsen, B. S.; Noferini, F.; Nomokonov, P.; Nooren, G.; Nyanin, A.; Nystrand, J.; Oeschler, H.; Oh, S.; Oh, S. K.; Okatan, A.; Olah, L.; Oleniacz, J.; Oliveira Da Silva, A. C.; Onderwaater, J.; Oppedisano, C.; Ortiz Velasquez, A.; Oskarsson, A.; Otwinowski, J.; Oyama, K.; Pachmayer, Y.; Pachr, M.; Pagano, P.; Paić, G.; Painke, F.; Pajares, C.; Pal, S. K.; Palmeri, A.; Pant, D.; Papikyan, V.; Pappalardo, G. S.; Park, W. J.; Passfeld, A.; Patalakha, D. I.; Paticchio, V.; Paul, B.; Pawlak, T.; Peitzmann, T.; Pereira Da Costa, H.; Pereira De Oliveira Filho, E.; Peresunko, D.; Pérez Lara, C. E.; Peryt, W.; Pesci, A.; Pestov, Y.; Petráček, V.; Petran, M.; Petris, M.; Petrovici, M.; Petta, C.; Piano, S.; Pikna, M.; Pillot, P.; Pinazza, O.; Pinsky, L.; Piyarathna, D. B.; Płoskoń, M.; Planinic, M.; Pluta, J.; Pochybova, S.; Podesta-Lerma, P. L M; Poghosyan, M. G.; Pohjoisaho, E. H O; Polichtchouk, B.; Poljak, N.; Pop, A.; Porteboeuf-Houssais, S.; Porter, J.; Pospisil, V.; Potukuchi, B.; Prasad, S. K.; Preghenella, R.; Prino, F.; Pruneau, C. A.; Pshenichnov, I.; Puddu, G.; Punin, V.; Putschke, J.; Qvigstad, H.; Rachevski, A.; Raha, S.; Rak, J.; Rakotozafindrabe, A.; Ramello, L.; Raniwala, R.; Raniwala, S.; Räsänen, S. S.; Rascanu, B. T.; Rathee, D.; Rauf, A. W.; Razazi, V.; Read, K. F.; Real, J. S.; Redlich, K.; Reed, R. J.; Rehman, A.; Reichelt, P.; Reicher, M.; Reidt, F.; Renfordt, R.; Reolon, A. R.; Reshetin, A.; Rettig, F.; Revol, J. P.; Reygers, K.; Riabov, V.; Ricci, R. A.; Richert, T.; Richter, M.; Riedler, P.; Riegler, W.; Riggi, F.; Rivetti, A.; Rocco, E.; Rodríguez Cahuantzi, M.; Rodriguez Manso, A.; Røed, K.; Rogochaya, E.; Rohni, S.; Rohr, D.; Röhrich, D.; Romita, R.; Ronchetti, F.; Ronflette, L.; Rosnet, P.; Rossegger, S.; Rossi, A.; Roukoutakis, F.; Roy, A.; Roy, C.; Roy, P.; Rubio Montero, A. J.; Rui, R.; Russo, R.; Ryabinkin, E.; Ryabov, Y.; Rybicki, A.; Sadovsky, S.; Šafařík, K.; Sahlmuller, B.; Sahoo, R.; Sahu, P. K.; Saini, J.; Salgado, C. A.; Salzwedel, J.; Sambyal, S.; Samsonov, V.; Sanchez Castro, X.; Sánchez Rodríguez, F. J.; Šándor, L.; Sandoval, A.; Sano, M.; Santagati, G.; Sarkar, D.; Scapparone, E.; Scarlassara, F.; Scharenberg, R. P.; Schiaua, C.; Schicker, R.; Schmidt, C.; Schmidt, H. R.; Schuchmann, S.; Schukraft, J.; Schulc, M.; Schuster, T.; Schutz, Y.; Schwarz, K.; Schweda, K.; Scioli, G.; Scomparin, E.; Scott, P. A.; Scott, R.; Segato, G.; Seger, J. E.; Selyuzhenkov, I.; Seo, J.; Serradilla, E.; Sevcenco, A.; Shabetai, A.; Shabratova, G.; Shahoyan, R.; Shangaraev, A.; Sharma, N.; Sharma, S.; Shigaki, K.; Shtejer, K.; Sibiriak, Y.; Siddhanta, S.; Siemiarczuk, T.; Silvermyr, D.; Silvestre, C.; Simatovic, G.; Singaraju, R.; Singh, R.; Singha, S.; Singhal, V.; Sinha, B. C.; Sinha, T.; Sitar, B.; Sitta, M.; Skaali, T. B.; Skjerdal, K.; Smakal, R.; Smirnov, N.; Snellings, R. J M; Søgaard, C.; Soltz, R.; Song, J.; Song, M.; Soramel, F.; Sorensen, S.; Spacek, M.; Sputowska, I.; Spyropoulou-Stassinaki, M.; Srivastava, B. K.; Stachel, J.; Stan, I.; Stefanek, G.; Steinpreis, M.; Stenlund, E.; Steyn, G.; Stiller, J. H.; Stocco, D.; Stolpovskiy, M.; Strmen, P.; Suaide, A. A P; Subieta Vasquez, M. A.; Sugitate, T.; Suire, C.; Suleymanov, M.; Sultanov, R.; Šumbera, M.; Susa, T.; Symons, T. J M; Szanto de Toledo, A.; Szarka, I.; Szczepankiewicz, A.; Szymanski, M.; Takahashi, J.; Tangaro, M. A.; Tapia Takaki, J. D.; Tarantola Peloni, A.; Tarazona Martinez, A.; Tarzila, M. G.; Tauro, A.; Tejeda Muñoz, G.; Telesca, A.; Terrevoli, C.; Ter Minasyan, A.; Thäder, J.; Thomas, D.; Tieulent, R.; Timmins, A. R.; Toia, A.; Torii, H.; Trubnikov, V.; Trzaska, W. H.; Tsuji, T.; Tumkin, A.; Turrisi, R.; Tveter, T. S.; Ulery, J.; Ullaland, K.; Uras, A.; Usai, G. L.; Vajzer, M.; Vala, M.; Valencia Palomo, L.; Vallero, S.; Vande Vyvre, P.; Vannucci, L.; Van Der Maarel, J.; Van Hoorne, J. W.; van Leeuwen, M.; Vargas, A.; Varma, R.; Vasileiou, M.; Vasiliev, A.; Vechernin, V.; Veldhoen, M.; Velure, A.; Venaruzzo, M.; Vercellin, E.; Vergara Limón, S.; Vernet, R.; Verweij, M.; Vickovic, L.; Viesti, G.; Viinikainen, J.; Vilakazi, Z.; Villalobos Baillie, O.; Vinogradov, A.; Vinogradov, L.; Vinogradov, Y.; Virgili, T.; Viyogi, Y. P.; Vodopyanov, A.; Völkl, M. A.; Voloshin, K.; Voloshin, S. A.; Volpe, G.; von Haller, B.; Vorobyev, I.; Vranic, D.; Vrláková, J.; Vulpescu, B.; Vyushin, A.; Wagner, B.; Wagner, J.; Wagner, V.; Wang, M.; Wang, Y.; Watanabe, D.; Weber, M.; Wessels, J. P.; Westerhoff, U.; Wiechula, J.; Wikne, J.; Wilde, M.; Wilk, G.; Wilkinson, J.; Williams, M. C S; Windelband, B.; Winn, M.; Xiang, C.; Yaldo, C. G.; Yamaguchi, Y.; Yang, H.; Yang, P.; Yang, S.; Yano, S.; Yasnopolskiy, S.; Yi, J.; Yin, Z.; Yoo, I. K.; Yushmanov, I.; Zaccolo, V.; Zach, C.; Zaman, A.; Zampolli, C.; Zaporozhets, S.; Zarochentsev, A.; Závada, P.; Zaviyalov, N.; Zbroszczyk, H.; Zgura, I. S.; Zhalov, M.; Zhang, F.; Zhang, H.; Zhang, X.; Zhang, Y.; Zhao, C.; Zhou, D.; Zhou, F.; Zhou, Y.; Zhu, H.; Zhu, J.; Zhu, J.; Zhu, X.; Zichichi, A.; Zimmermann, A.; Zimmermann, M. B.; Zinovjev, G.; Zoccarato, Y.; Zynovyev, M.; Zyzak, M.

    2014-01-01

    Transverse momentum spectra of π ±, K ± and p(p-) up to pT = 20 GeV/c at mid-rapidity in pp, peripheral (60-80%) and central (0-5%) Pb-Pb collisions at √sNN=2.76 TeV have been measured using the ALICE detector at the Large Hadron Collider. The proton-to-pion and the kaon-to-pion ratios both show a

  9. Elliptic flow of charm and strange hadrons in high-multiplicity pPb collisions at $ {\\sqrt {\\smash [b]{s_{_{\\mathrm {NN}}}}}} = $ 8.16 TeV

    CERN Document Server

    Sirunyan, Albert M; CMS Collaboration; Adam, Wolfgang; Ambrogi, Federico; Asilar, Ece; Bergauer, Thomas; Brandstetter, Johannes; Brondolin, Erica; Dragicevic, Marko; Erö, Janos; Escalante Del Valle, Alberto; Flechl, Martin; Fruehwirth, Rudolf; Ghete, Vasile Mihai; Hrubec, Josef; Jeitler, Manfred; Krammer, Natascha; Krätschmer, Ilse; Liko, Dietrich; Madlener, Thomas; Mikulec, Ivan; Rad, Navid; Rohringer, Herbert; Schieck, Jochen; Schöfbeck, Robert; Spanring, Markus; Spitzbart, Daniel; Taurok, Anton; Waltenberger, Wolfgang; Wittmann, Johannes; Wulz, Claudia-Elisabeth; Zarucki, Mateusz; Chekhovsky, Vladimir; Mossolov, Vladimir; Suarez Gonzalez, Juan; De Wolf, Eddi A; Di Croce, Davide; Janssen, Xavier; Lauwers, Jasper; Pieters, Maxim; Van De Klundert, Merijn; Van Haevermaet, Hans; Van Mechelen, Pierre; Van Remortel, Nick; Abu Zeid, Shimaa; Blekman, Freya; D'Hondt, Jorgen; De Bruyn, Isabelle; De Clercq, Jarne; Deroover, Kevin; Flouris, Giannis; Lontkovskyi, Denys; Lowette, Steven; Marchesini, Ivan; Moortgat, Seth; Moreels, Lieselotte; Python, Quentin; Skovpen, Kirill; Tavernier, Stefaan; Van Doninck, Walter; Van Mulders, Petra; Van Parijs, Isis; Beghin, Diego; Bilin, Bugra; Brun, Hugues; Clerbaux, Barbara; De Lentdecker, Gilles; Delannoy, Hugo; Dorney, Brian; Fasanella, Giuseppe; Favart, Laurent; Goldouzian, Reza; Grebenyuk, Anastasia; Kalsi, Amandeep Kaur; Lenzi, Thomas; Luetic, Jelena; Postiau, Nicolas; Starling, Elizabeth; Thomas, Laurent; Vander Velde, Catherine; Vanlaer, Pascal; Vannerom, David; Wang, Qun; Cornelis, Tom; Dobur, Didar; Fagot, Alexis; Gul, Muhammad; Khvastunov, Illia; Poyraz, Deniz; Roskas, Christos; Trocino, Daniele; Tytgat, Michael; Verbeke, Willem; Vermassen, Basile; Vit, Martina; Zaganidis, Nicolas; Bakhshiansohi, Hamed; Bondu, Olivier; Brochet, Sébastien; Bruno, Giacomo; Caputo, Claudio; David, Pieter; Delaere, Christophe; Delcourt, Martin; Francois, Brieuc; Giammanco, Andrea; Krintiras, Georgios; Lemaitre, Vincent; Magitteri, Alessio; Mertens, Alexandre; Musich, Marco; Piotrzkowski, Krzysztof; Saggio, Alessia; Vidal Marono, Miguel; Wertz, Sébastien; Zobec, Joze; Alves, Fábio Lúcio; Alves, Gilvan; Brito, Lucas; Correia Silva, Gilson; Hensel, Carsten; Moraes, Arthur; Pol, Maria Elena; Rebello Teles, Patricia; Belchior Batista Das Chagas, Ewerton; Carvalho, Wagner; Chinellato, Jose; Coelho, Eduardo; Melo Da Costa, Eliza; Da Silveira, Gustavo Gil; De Jesus Damiao, Dilson; De Oliveira Martins, Carley; Fonseca De Souza, Sandro; Malbouisson, Helena; Matos Figueiredo, Diego; Melo De Almeida, Miqueias; Mora Herrera, Clemencia; Mundim, Luiz; Nogima, Helio; Prado Da Silva, Wanda Lucia; Sanchez Rosas, Luis Junior; Santoro, Alberto; Sznajder, Andre; Thiel, Mauricio; Tonelli Manganote, Edmilson José; Torres Da Silva De Araujo, Felipe; Vilela Pereira, Antonio; Ahuja, Sudha; Bernardes, Cesar Augusto; Calligaris, Luigi; Tomei, Thiago; De Moraes Gregores, Eduardo; Mercadante, Pedro G; Novaes, Sergio F; Padula, Sandra; Romero Abad, David; Aleksandrov, Aleksandar; Hadjiiska, Roumyana; Iaydjiev, Plamen; Marinov, Andrey; Misheva, Milena; Rodozov, Mircho; Shopova, Mariana; Sultanov, Georgi; Dimitrov, Anton; Litov, Leander; Pavlov, Borislav; Petkov, Peicho; Fang, Wenxing; Gao, Xuyang; Yuan, Li; Ahmad, Muhammad; Bian, Jian-Guo; Chen, Guo-Ming; Chen, He-Sheng; Chen, Mingshui; Chen, Ye; Jiang, Chun-Hua; Leggat, Duncan; Liao, Hongbo; Liu, Zhenan; Romeo, Francesco; Shaheen, Sarmad Masood; Spiezia, Aniello; Tao, Junquan; Wang, Chunjie; Wang, Zheng; Yazgan, Efe; Zhang, Huaqiao; Zhao, Jingzhou; Ban, Yong; Chen, Geng; Li, Jing; Li, Linwei; Li, Qiang; Mao, Yajun; Qian, Si-Jin; Wang, Dayong; Xu, Zijun; Wang, Yi; Avila, Carlos; Cabrera, Andrés; Carrillo Montoya, Camilo Andres; Chaparro Sierra, Luisa Fernanda; Florez, Carlos; González Hernández, Carlos Felipe; Segura Delgado, Manuel Alejandro; Courbon, Benoit; Godinovic, Nikola; Lelas, Damir; Puljak, Ivica; Sculac, Toni; Antunovic, Zeljko; Kovac, Marko; Brigljevic, Vuko; Ferencek, Dinko; Kadija, Kreso; Mesic, Benjamin; Starodumov, Andrei; Susa, Tatjana; Ather, Mohsan Waseem; Attikis, Alexandros; Mavromanolakis, Georgios; Mousa, Jehad; Nicolaou, Charalambos; Ptochos, Fotios; Razis, Panos A; Rykaczewski, Hans; Finger, Miroslav; Finger Jr, Michael; Ayala, Edy; Carrera Jarrin, Edgar; Mahmoud, Mohammed; Mohammed, Yasser; Salama, Elsayed; Bhowmik, Sandeep; Carvalho Antunes De Oliveira, Alexandra; Dewanjee, Ram Krishna; Ehataht, Karl; Kadastik, Mario; Raidal, Martti; Veelken, Christian; Eerola, Paula; Kirschenmann, Henning; Pekkanen, Juska; Voutilainen, Mikko; Havukainen, Joona; Heikkilä, Jaana Kristiina; Jarvinen, Terhi; Karimäki, Veikko; Kinnunen, Ritva; Lampén, Tapio; Lassila-Perini, Kati; Laurila, Santeri; Lehti, Sami; Lindén, Tomas; Luukka, Panja-Riina; Mäenpää, Teppo; Siikonen, Hannu; Tuominen, Eija; Tuominiemi, Jorma; Tuuva, Tuure; Besancon, Marc; Couderc, Fabrice; Dejardin, Marc; Denegri, Daniel; Faure, Jean-Louis; Ferri, Federico; Ganjour, Serguei; Givernaud, Alain; Gras, Philippe; Hamel de Monchenault, Gautier; Jarry, Patrick; Leloup, Clément; Locci, Elizabeth; Malcles, Julie; Negro, Giulia; Rander, John; Rosowsky, André; Sahin, Mehmet Özgür; Titov, Maksym; Abdulsalam, Abdulla; Amendola, Chiara; Antropov, Iurii; Beaudette, Florian; Busson, Philippe; Charlot, Claude; Granier de Cassagnac, Raphael; Kucher, Inna; Lisniak, Stanislav; Lobanov, Artur; Martin Blanco, Javier; Nguyen, Matthew; Ochando, Christophe; Ortona, Giacomo; Pigard, Philipp; Salerno, Roberto; Sauvan, Jean-Baptiste; Sirois, Yves; Stahl Leiton, Andre Govinda; Zabi, Alexandre; Zghiche, Amina; Agram, Jean-Laurent; Andrea, Jeremy; Bloch, Daniel; Brom, Jean-Marie; Chabert, Eric Christian; Cherepanov, Vladimir; Collard, Caroline; Conte, Eric; Fontaine, Jean-Charles; Gelé, Denis; Goerlach, Ulrich; Jansová, Markéta; Le Bihan, Anne-Catherine; Tonon, Nicolas; Van Hove, Pierre; Gadrat, Sébastien; Beauceron, Stephanie; Bernet, Colin; Boudoul, Gaelle; Chanon, Nicolas; Chierici, Roberto; Contardo, Didier; Depasse, Pierre; El Mamouni, Houmani; Fay, Jean; Finco, Linda; Gascon, Susan; Gouzevitch, Maxime; Grenier, Gérald; Ille, Bernard; Lagarde, Francois; Laktineh, Imad Baptiste; Lattaud, Hugues; Lethuillier, Morgan; Mirabito, Laurent; Pequegnot, Anne-Laure; Perries, Stephane; Popov, Andrey; Sordini, Viola; Vander Donckt, Muriel; Viret, Sébastien; Zhang, Sijing; Toriashvili, Tengizi; Tsamalaidze, Zviad; Autermann, Christian; Feld, Lutz; Kiesel, Maximilian Knut; Klein, Katja; Lipinski, Martin; Preuten, Marius; Rauch, Max Philip; Schomakers, Christian; Schulz, Johannes; Teroerde, Marius; Wittmer, Bruno; Zhukov, Valery; Albert, Andreas; Duchardt, Deborah; Endres, Matthias; Erdmann, Martin; Esch, Thomas; Fischer, Robert; Ghosh, Saranya; Güth, Andreas; Hebbeker, Thomas; Heidemann, Carsten; Hoepfner, Kerstin; Keller, Henning; Knutzen, Simon; Mastrolorenzo, Luca; Merschmeyer, Markus; Meyer, Arnd; Millet, Philipp; Mukherjee, Swagata; Pook, Tobias; Radziej, Markus; Reithler, Hans; Rieger, Marcel; Scheuch, Florian; Schmidt, Alexander; Teyssier, Daniel; Flügge, Günter; Hlushchenko, Olena; Kargoll, Bastian; Kress, Thomas; Künsken, Andreas; Müller, Thomas; Nehrkorn, Alexander; Nowack, Andreas; Pistone, Claudia; Pooth, Oliver; Sert, Hale; Stahl, Achim; Aldaya Martin, Maria; Arndt, Till; Asawatangtrakuldee, Chayanit; Babounikau, Illia; Beernaert, Kelly; Behnke, Olaf; Behrens, Ulf; Bermúdez Martínez, Armando; Bertsche, David; Bin Anuar, Afiq Aizuddin; Borras, Kerstin; Botta, Valeria; Campbell, Alan; Connor, Patrick; Contreras-Campana, Christian; Costanza, Francesco; Danilov, Vladyslav; De Wit, Adinda; Defranchis, Matteo Maria; Diez Pardos, Carmen; Domínguez Damiani, Daniela; Eckerlin, Guenter; Eichhorn, Thomas; Elwood, Adam; Eren, Engin; Gallo, Elisabetta; Geiser, Achim; Grados Luyando, Juan Manuel; Grohsjean, Alexander; Gunnellini, Paolo; Guthoff, Moritz; Haranko, Mykyta; Harb, Ali; Hauk, Johannes; Jung, Hannes; Kasemann, Matthias; Keaveney, James; Kleinwort, Claus; Knolle, Joscha; Krücker, Dirk; Lange, Wolfgang; Lelek, Aleksandra; Lenz, Teresa; Lipka, Katerina; Lohmann, Wolfgang; Mankel, Rainer; Melzer-Pellmann, Isabell-Alissandra; Meyer, Andreas Bernhard; Meyer, Mareike; Missiroli, Marino; Mittag, Gregor; Mnich, Joachim; Myronenko, Volodymyr; Pflitsch, Svenja Karen; Pitzl, Daniel; Raspereza, Alexei; Savitskyi, Mykola; Saxena, Pooja; Schütze, Paul; Schwanenberger, Christian; Shevchenko, Rostyslav; Singh, Akshansh; Stefaniuk, Nazar; Tholen, Heiner; Vagnerini, Antonio; Van Onsem, Gerrit Patrick; Walsh, Roberval; Wen, Yiwen; Wichmann, Katarzyna; Wissing, Christoph; Zenaiev, Oleksandr; Aggleton, Robin; Bein, Samuel; Benecke, Anna; Blobel, Volker; Centis Vignali, Matteo; Dreyer, Torben; Garutti, Erika; Gonzalez, Daniel; Haller, Johannes; Hinzmann, Andreas; Hoffmann, Malte; Karavdina, Anastasia; Kasieczka, Gregor; Klanner, Robert; Kogler, Roman; Kovalchuk, Nataliia; Kurz, Simon; Kutzner, Viktor; Lange, Johannes; Marconi, Daniele; Multhaup, Jens; Niedziela, Marek; Nowatschin, Dominik; Perieanu, Adrian; Reimers, Arne; Rieger, Oliver; Scharf, Christian; Schleper, Peter; Schumann, Svenja; Schwandt, Joern; Sonneveld, Jory; Stadie, Hartmut; Steinbrück, Georg; Stober, Fred-Markus Helmut; Stöver, Marc; Troendle, Daniel; Usai, Emanuele; Vanhoefer, Annika; Vormwald, Benedikt; Akbiyik, Melike; Barth, Christian; Baselga, Marta; Baur, Sebastian; Butz, Erik; Caspart, René; Chwalek, Thorsten; Colombo, Fabio; De Boer, Wim; Dierlamm, Alexander; Faltermann, Nils; Freund, Benedikt; Giffels, Manuel; Harrendorf, Marco Alexander; Hartmann, Frank; Heindl, Stefan Michael; Husemann, Ulrich; Kassel, Florian; Katkov, Igor; Kudella, Simon; Mildner, Hannes; Mitra, Soureek; Mozer, Matthias Ulrich; Müller, Thomas; Plagge, Michael; Quast, Gunter; Rabbertz, Klaus; Schröder, Matthias; Shvetsov, Ivan; Sieber, Georg; Simonis, Hans-Jürgen; Ulrich, Ralf; Wayand, Stefan; Weber, Marc; Weiler, Thomas; Williamson, Shawn; Wöhrmann, Clemens; Wolf, Roger; Anagnostou, Georgios; Daskalakis, Georgios; Geralis, Theodoros; Kyriakis, Aristotelis; Loukas, Demetrios; Paspalaki, Garyfallia; Topsis-Giotis, Iasonas; Karathanasis, George; Kesisoglou, Stilianos; Kontaxakis, Pantelis; Panagiotou, Apostolos; Saoulidou, Niki; Tziaferi, Eirini; Vellidis, Konstantinos; Kousouris, Konstantinos; Papakrivopoulos, Ioannis; Tsipolitis, Georgios; Evangelou, Ioannis; Foudas, Costas; Gianneios, Paraskevas; Katsoulis, Panagiotis; Kokkas, Panagiotis; Mallios, Stavros; Manthos, Nikolaos; Papadopoulos, Ioannis; Paradas, Evangelos; Strologas, John; Triantis, Frixos A; Tsitsonis, Dimitrios; Csanad, Mate; Filipovic, Nicolas; Major, Péter; Nagy, Marton Imre; Pasztor, Gabriella; Surányi, Olivér; Veres, Gabor Istvan; Bencze, Gyorgy; Hajdu, Csaba; Horvath, Dezso; Hunyadi, Ádám; Sikler, Ferenc; Veszpremi, Viktor; Vesztergombi, Gyorgy; Vámi, Tamás Álmos; Beni, Noemi; Czellar, Sandor; Karancsi, János; Makovec, Alajos; Molnar, Jozsef; Szillasi, Zoltan; Bartók, Márton; Raics, Peter; Trocsanyi, Zoltan Laszlo; Ujvari, Balazs; Choudhury, Somnath; Komaragiri, Jyothsna Rani; Tiwari, Praveen Chandra; Bahinipati, Seema; Mal, Prolay; Mandal, Koushik; Nayak, Aruna; Sahoo, Deepak Kumar; Swain, Sanjay Kumar; Bansal, Sunil; Beri, Suman Bala; Bhatnagar, Vipin; Chauhan, Sushil; Chawla, Ridhi; Dhingra, Nitish; Gupta, Rajat; Kaur, Anterpreet; Kaur, Amandeep; Kaur, Manjit; Kaur, Sandeep; Kumar, Ramandeep; Kumari, Priyanka; Lohan, Manisha; Mehta, Ankita; Sandeep, Kaur; Sharma, Sandeep; Singh, Jasbir; Walia, Genius; Kumar, Ashok; Shah, Aashaq; Bhardwaj, Ashutosh; Choudhary, Brajesh C; Garg, Rocky Bala; Gola, Mohit; Keshri, Sumit; Malhotra, Shivali; Naimuddin, Md; Priyanka, Priyanka; Ranjan, Kirti; Sharma, Ramkrishna; Bhardwaj, Rishika; Bharti, Monika; Bhattacharya, Rajarshi; Bhattacharya, Satyaki; Bhawandeep, Bhawandeep; Bhowmik, Debabrata; Dey, Sourav; Dutt, Suneel; Dutta, Suchandra; Ghosh, Shamik; Mondal, Kuntal; Nandan, Saswati; Purohit, Arnab; Rout, Prasant Kumar; Roy, Ashim; Roy Chowdhury, Suvankar; Sarkar, Subir; Sharan, Manoj; Singh, Bipen; Thakur, Shalini; Behera, Prafulla Kumar; Chudasama, Ruchi; Dutta, Dipanwita; Jha, Vishwajeet; Kumar, Vineet; Netrakanti, Pawan Kumar; Pant, Lalit Mohan; Shukla, Prashant; Ravindra Kumar Verma, Ravindra; Aziz, Tariq; Bhat, Muzamil Ahmad; Dugad, Shashikant; Mohanty, Gagan Bihari; Sur, Nairit; Sutar, Bajrang; Banerjee, Sudeshna; Bhattacharya, Soham; Chatterjee, Suman; Das, Pallabi; Guchait, Monoranjan; Jain, Sandhya; Kumar, Sanjeev; Maity, Manas; Majumder, Gobinda; Mazumdar, Kajari; Sahoo, Niladribihari; Sarkar, Tanmay; Chauhan, Shubhanshu; Dube, Sourabh; Hegde, Vinay; Kapoor, Anshul; Kothekar, Kunal; Pandey, Shubham; Rane, Aditee; Sharma, Seema; Chenarani, Shirin; Eskandari Tadavani, Esmaeel; Etesami, Seyed Mohsen; Khakzad, Mohsen; Mohammadi Najafabadi, Mojtaba; Naseri, Mohsen; Rezaei Hosseinabadi, Ferdos; Safarzadeh, Batool; Zeinali, Maryam; Felcini, Marta; Grunewald, Martin; Abbrescia, Marcello; Calabria, Cesare; Colaleo, Anna; Creanza, Donato; Cristella, Leonardo; De Filippis, Nicola; De Palma, Mauro; Di Florio, Adriano; Errico, Filippo; Fiore, Luigi; Gelmi, Andrea; Iaselli, Giuseppe; Lezki, Samet; Maggi, Giorgio; Maggi, Marcello; Miniello, Giorgia; My, Salvatore; Nuzzo, Salvatore; Pompili, Alexis; Pugliese, Gabriella; Radogna, Raffaella; Ranieri, Antonio; Selvaggi, Giovanna; Sharma, Archana; Silvestris, Lucia; Venditti, Rosamaria; Verwilligen, Piet; Zito, Giuseppe; Abbiendi, Giovanni; Battilana, Carlo; Bonacorsi, Daniele; Borgonovi, Lisa; Braibant-Giacomelli, Sylvie; Brigliadori, Luca; Campanini, Renato; Capiluppi, Paolo; Castro, Andrea; Cavallo, Francesca Romana; Chhibra, Simranjit Singh; Codispoti, Giuseppe; Cuffiani, Marco; Dallavalle, Gaetano-Marco; Fabbri, Fabrizio; Fanfani, Alessandra; Giacomelli, Paolo; Grandi, Claudio; Guiducci, Luigi; Marcellini, Stefano; Masetti, Gianni; Montanari, Alessandro; Navarria, Francesco; Perrotta, Andrea; Rossi, Antonio; Rovelli, Tiziano; Siroli, Gian Piero; Tosi, Nicolò; Albergo, Sebastiano; Di Mattia, Alessandro; Potenza, Renato; Tricomi, Alessia; Tuve, Cristina; Barbagli, Giuseppe; Chatterjee, Kalyanmoy; Ciulli, Vitaliano; Civinini, Carlo; D'Alessandro, Raffaello; Focardi, Ettore; Latino, Giuseppe; Lenzi, Piergiulio; Meschini, Marco; Paoletti, Simone; Russo, Lorenzo; Sguazzoni, Giacomo; Strom, Derek; Viliani, Lorenzo; Benussi, Luigi; Bianco, Stefano; Fabbri, Franco; Piccolo, Davide; Primavera, Federica; Ferro, Fabrizio; Ravera, Fabio; Robutti, Enrico; Tosi, Silvano; Benaglia, Andrea; Beschi, Andrea; Brianza, Luca; Brivio, Francesco; Ciriolo, Vincenzo; Di Guida, Salvatore; Dinardo, Mauro Emanuele; Fiorendi, Sara; Gennai, Simone; Ghezzi, Alessio; Govoni, Pietro; Malberti, Martina; Malvezzi, Sandra; Massironi, Andrea; Menasce, Dario; Moroni, Luigi; Paganoni, Marco; Pedrini, Daniele; Ragazzi, Stefano; Tabarelli de Fatis, Tommaso; Buontempo, Salvatore; Cavallo, Nicola; Di Crescenzo, Antonia; Fabozzi, Francesco; Fienga, Francesco; Galati, Giuliana; Iorio, Alberto Orso Maria; Khan, Wajid Ali; Lista, Luca; Meola, Sabino; Paolucci, Pierluigi; Sciacca, Crisostomo; Voevodina, Elena; Azzi, Patrizia; Bacchetta, Nicola; Benato, Lisa; Bisello, Dario; Boletti, Alessio; Bragagnolo, Alberto; Carlin, Roberto; Checchia, Paolo; Dall'Osso, Martino; De Castro Manzano, Pablo; Dorigo, Tommaso; Dosselli, Umberto; Gasparini, Fabrizio; Gasparini, Ugo; Gozzelino, Andrea; Lacaprara, Stefano; Lujan, Paul; Margoni, Martino; Meneguzzo, Anna Teresa; Ronchese, Paolo; Rossin, Roberto; Simonetto, Franco; Tiko, Andres; Torassa, Ezio; Zanetti, Marco; Zotto, Pierluigi; Zumerle, Gianni; Braghieri, Alessandro; Magnani, Alice; Montagna, Paolo; Ratti, Sergio P; Re, Valerio; Ressegotti, Martina; Riccardi, Cristina; Salvini, Paola; Vai, Ilaria; Vitulo, Paolo; Alunni Solestizi, Luisa; Biasini, Maurizio; Bilei, Gian Mario; Cecchi, Claudia; Ciangottini, Diego; Fanò, Livio; Lariccia, Paolo; Manoni, Elisa; Mantovani, Giancarlo; Mariani, Valentina; Menichelli, Mauro; Rossi, Alessandro; Santocchia, Attilio; Spiga, Daniele; Androsov, Konstantin; Azzurri, Paolo; Bagliesi, Giuseppe; Bianchini, Lorenzo; Boccali, Tommaso; Borrello, Laura; Castaldi, Rino; Ciocci, Maria Agnese; Dell'Orso, Roberto; Fedi, Giacomo; Giannini, Leonardo; Giassi, Alessandro; Grippo, Maria Teresa; Ligabue, Franco; Manca, Elisabetta; Mandorli, Giulio; Messineo, Alberto; Palla, Fabrizio; Rizzi, Andrea; Spagnolo, Paolo; Tenchini, Roberto; Tonelli, Guido; Venturi, Andrea; Verdini, Piero Giorgio; Barone, Luciano; Cavallari, Francesca; Cipriani, Marco; Daci, Nadir; Del Re, Daniele; Di Marco, Emanuele; Diemoz, Marcella; Gelli, Simone; Longo, Egidio; Marzocchi, Badder; Meridiani, Paolo; Organtini, Giovanni; Pandolfi, Francesco; Paramatti, Riccardo; Preiato, Federico; Rahatlou, Shahram; Rovelli, Chiara; Santanastasio, Francesco; Amapane, Nicola; Arcidiacono, Roberta; Argiro, Stefano; Arneodo, Michele; Bartosik, Nazar; Bellan, Riccardo; Biino, Cristina; Cartiglia, Nicolo; Cenna, Francesca; Cometti, Simona; Costa, Marco; Covarelli, Roberto; Demaria, Natale; Kiani, Bilal; Mariotti, Chiara; Maselli, Silvia; Migliore, Ernesto; Monaco, Vincenzo; Monteil, Ennio; Monteno, Marco; Obertino, Maria Margherita; Pacher, Luca; Pastrone, Nadia; Pelliccioni, Mario; Pinna Angioni, Gian Luca; Romero, Alessandra; Ruspa, Marta; Sacchi, Roberto; Shchelina, Ksenia; Sola, Valentina; Solano, Ada; Soldi, Dario; Staiano, Amedeo; Belforte, Stefano; Candelise, Vieri; Casarsa, Massimo; Cossutti, Fabio; Della Ricca, Giuseppe; Vazzoler, Federico; Zanetti, Anna; Kim, Dong Hee; Kim, Gui Nyun; Kim, Min Suk; Lee, Jeongeun; Lee, Sangeun; Lee, Seh Wook; Moon, Chang-Seong; Oh, Young Do; Sekmen, Sezen; Son, Dong-Chul; Yang, Yu Chul; Kim, Hyunchul; Moon, Dong Ho; Oh, Geonhee; Goh, Junghwan; Kim, Tae Jeong; Cho, Sungwoong; Choi, Suyong; Go, Yeonju; Gyun, Dooyeon; Ha, Seungkyu; Hong, Byung-Sik; Jo, Youngkwon; Lee, Kisoo; Lee, Kyong Sei; Lee, Songkyo; Lim, Jaehoon; Park, Sung Keun; Roh, Youn; Kim, Hyunsoo; Almond, John; Kim, Junho; Kim, Jae Sung; Lee, Haneol; Lee, Kyeongpil; Nam, Kyungwook; Oh, Sung Bin; Radburn-Smith, Benjamin Charles; Seo, Seon-hee; Yang, Unki; Yoo, Hwi Dong; Yu, Geum Bong; Kim, Hyunyong; Kim, Ji Hyun; Lee, Jason Sang Hun; Park, Inkyu; Choi, Young-Il; Hwang, Chanwook; Lee, Jongseok; Yu, Intae; Dudenas, Vytautas; Juodagalvis, Andrius; Vaitkus, Juozas; Ahmed, Ijaz; Ibrahim, Zainol Abidin; Md Ali, Mohd Adli Bin; Mohamad Idris, Faridah; Wan Abdullah, Wan Ahmad Tajuddin; Yusli, Mohd Nizam; Zolkapli, Zukhaimira; Reyes-Almanza, Rogelio; Ramirez-Sanchez, Gabriel; Duran-Osuna, Cecilia; Castilla-Valdez, Heriberto; De La Cruz-Burelo, Eduard; Heredia-De La Cruz, Ivan; Rabadán-Trejo, Raúl Iraq; Lopez-Fernandez, Ricardo; Mejia Guisao, Jhovanny; Sánchez Hernández, Alberto; Carrillo Moreno, Salvador; Oropeza Barrera, Cristina; Vazquez Valencia, Fabiola; Eysermans, Jan; Pedraza, Isabel; Salazar Ibarguen, Humberto Antonio; Uribe Estrada, Cecilia; Morelos Pineda, Antonio; Krofcheck, David; Bheesette, Srinidhi; Butler, Philip H; Ahmad, Ashfaq; Ahmad, Muhammad; Asghar, Muhammad Irfan; Hassan, Qamar; Hoorani, Hafeez R; Saddique, Asif; Shah, Mehar Ali; Shoaib, Muhammad; Waqas, Muhammad; Bialkowska, Helena; Bluj, Michal; Boimska, Bozena; Frueboes, Tomasz; Górski, Maciej; Kazana, Malgorzata; Nawrocki, Krzysztof; Szleper, Michal; Traczyk, Piotr; Zalewski, Piotr; Bunkowski, Karol; Byszuk, Adrian; Doroba, Krzysztof; Kalinowski, Artur; Konecki, Marcin; Krolikowski, Jan; Misiura, Maciej; Olszewski, Michal; Pyskir, Andrzej; Walczak, Marek; Bargassa, Pedrame; Beirão Da Cruz E Silva, Cristóvão; Di Francesco, Agostino; Faccioli, Pietro; Galinhas, Bruno; Gallinaro, Michele; Hollar, Jonathan; Leonardo, Nuno; Lloret Iglesias, Lara; Nemallapudi, Mythra Varun; Seixas, Joao; Strong, Giles; Toldaiev, Oleksii; Vadruccio, Daniele; Varela, Joao; Afanasiev, Serguei; Bunin, Pavel; Gavrilenko, Mikhail; Golutvin, Igor; Gorbunov, Ilya; Kamenev, Alexey; Karjavine, Vladimir; Lanev, Alexander; Malakhov, Alexander; Matveev, Viktor; Moisenz, Petr; Palichik, Vladimir; Perelygin, Victor; Shmatov, Sergey; Shulha, Siarhei; Skatchkov, Nikolai; Smirnov, Vitaly; Voytishin, Nikolay; Zarubin, Anatoli; Golovtsov, Victor; Ivanov, Yury; Kim, Victor; Kuznetsova, Ekaterina; Levchenko, Petr; Murzin, Victor; Oreshkin, Vadim; Smirnov, Igor; Sosnov, Dmitry; Sulimov, Valentin; Uvarov, Lev; Vavilov, Sergey; Vorobyev, Alexey; Andreev, Yuri; Dermenev, Alexander; Gninenko, Sergei; Golubev, Nikolai; Karneyeu, Anton; Kirsanov, Mikhail; Krasnikov, Nikolai; Pashenkov, Anatoli; Tlisov, Danila; Toropin, Alexander; Epshteyn, Vladimir; Gavrilov, Vladimir; Lychkovskaya, Natalia; Popov, Vladimir; Pozdnyakov, Ivan; Safronov, Grigory; Spiridonov, Alexander; Stepennov, Anton; Stolin, Viatcheslav; Toms, Maria; Vlasov, Evgueni; Zhokin, Alexander; Aushev, Tagir; Bylinkin, Alexander; Chistov, Ruslan; Danilov, Mikhail; Parygin, Pavel; Philippov, Dmitry; Polikarpov, Sergey; Tarkovskii, Evgenii; Andreev, Vladimir; Azarkin, Maksim; Dremin, Igor; Kirakosyan, Martin; Rusakov, Sergey V; Terkulov, Adel; Baskakov, Alexey; Belyaev, Andrey; Boos, Edouard; Ershov, Alexander; Gribushin, Andrey; Kaminskiy, Alexandre; Kodolova, Olga; Korotkikh, Vladimir; Lokhtin, Igor; Miagkov, Igor; Obraztsov, Stepan; Petrushanko, Sergey; Savrin, Viktor; Snigirev, Alexander; Vardanyan, Irina; Blinov, Vladimir; Dimova, Tatyana; Kardapoltsev, Leonid; Shtol, Dmitry; Skovpen, Yuri; Azhgirey, Igor; Bayshev, Igor; Bitioukov, Sergei; Elumakhov, Dmitry; Godizov, Anton; Kachanov, Vassili; Kalinin, Alexey; Konstantinov, Dmitri; Mandrik, Petr; Petrov, Vladimir; Ryutin, Roman; Slabospitskii, Sergei; Sobol, Andrei; Troshin, Sergey; Tyurin, Nikolay; Uzunian, Andrey; Volkov, Alexey; Babaev, Anton; Baidali, Sergei; Adzic, Petar; Cirkovic, Predrag; Devetak, Damir; Dordevic, Milos; Milosevic, Jovan; Alcaraz Maestre, Juan; Bachiller, Irene; Barrio Luna, Mar; Brochero Cifuentes, Javier Andres; Cerrada, Marcos; Colino, Nicanor; De La Cruz, Begona; Delgado Peris, Antonio; Fernandez Bedoya, Cristina; Fernández Ramos, Juan Pablo; Flix, Jose; Fouz, Maria Cruz; Gonzalez Lopez, Oscar; Goy Lopez, Silvia; Hernandez, Jose M; Josa, Maria Isabel; Moran, Dermot; Pérez-Calero Yzquierdo, Antonio María; Puerta Pelayo, Jesus; Redondo, Ignacio; Romero, Luciano; Senghi Soares, Mara; Triossi, Andrea; Álvarez Fernández, Adrian; Albajar, Carmen; de Trocóniz, Jorge F; Cuevas, Javier; Erice, Carlos; Fernandez Menendez, Javier; Folgueras, Santiago; Gonzalez Caballero, Isidro; González Fernández, Juan Rodrigo; Palencia Cortezon, Enrique; Rodríguez Bouza, Víctor; Sanchez Cruz, Sergio; Vischia, Pietro; Vizan Garcia, Jesus Manuel; Cabrillo, Iban Jose; Calderon, Alicia; Chazin Quero, Barbara; Duarte Campderros, Jordi; Fernandez, Marcos; Fernández Manteca, Pedro José; Garcia-Ferrero, Juan; García Alonso, Andrea; Gomez, Gervasio; Lopez Virto, Amparo; Marco, Jesus; Martinez Rivero, Celso; Martinez Ruiz del Arbol, Pablo; Matorras, Francisco; Piedra Gomez, Jonatan; Prieels, Cédric; Rodrigo, Teresa; Ruiz-Jimeno, Alberto; Scodellaro, Luca; Trevisani, Nicolò; Vila, Ivan; Vilar Cortabitarte, Rocio; Abbaneo, Duccio; Akgun, Bora; Auffray, Etiennette; Baillon, Paul; Ball, Austin; Barney, David; Bendavid, Joshua; Bianco, Michele; Bocci, Andrea; Botta, Cristina; Camporesi, Tiziano; Cepeda, Maria; Cerminara, Gianluca; Chapon, Emilien; Chen, Yi; Cucciati, Giacomo; D'Enterria, David; Dabrowski, Anne; Daponte, Vincenzo; David Tinoco Mendes, Andre; De Roeck, Albert; Deelen, Nikkie; Dobson, Marc; Du Pree, Tristan; Dünser, Marc; Dupont, Niels; Elliott-Peisert, Anna; Everaerts, Pieter; Fallavollita, Francesco; Fasanella, Daniele; Franzoni, Giovanni; Fulcher, Jonathan; Funk, Wolfgang; Gigi, Dominique; Gilbert, Andrew; Gill, Karl; Glege, Frank; Gulhan, Doga; Hegeman, Jeroen; Innocente, Vincenzo; Jafari, Abideh; Janot, Patrick; Karacheban, Olena; Kieseler, Jan; Kornmayer, Andreas; Krammer, Manfred; Lange, Clemens; Lecoq, Paul; Lourenco, Carlos; Malgeri, Luca; Mannelli, Marcello; Meijers, Frans; Merlin, Jeremie Alexandre; Mersi, Stefano; Meschi, Emilio; Milenovic, Predrag; Moortgat, Filip; Mulders, Martijn; Ngadiuba, Jennifer; Orfanelli, Styliani; Orsini, Luciano; Pantaleo, Felice; Pape, Luc; Perez, Emmanuel; Peruzzi, Marco; Petrilli, Achille; Petrucciani, Giovanni; Pfeiffer, Andreas; Pierini, Maurizio; Pitters, Florian Michael; Rabady, Dinyar; Racz, Attila; Reis, Thomas; Rolandi, Gigi; Rovere, Marco; Sakulin, Hannes; Schäfer, Christoph; Schwick, Christoph; Seidel, Markus; Selvaggi, Michele; Sharma, Archana; Silva, Pedro; Sphicas, Paraskevas; Stakia, Anna; Steggemann, Jan; Tosi, Mia; Treille, Daniel; Tsirou, Andromachi; Veckalns, Viesturs; Zeuner, Wolfram Dietrich; Bertl, Willi; Caminada, Lea; Deiters, Konrad; Erdmann, Wolfram; Horisberger, Roland; Ingram, Quentin; Kaestli, Hans-Christian; Kotlinski, Danek; Langenegger, Urs; Rohe, Tilman; Wiederkehr, Stephan Albert; Backhaus, Malte; Bäni, Lukas; Berger, Pirmin; Chernyavskaya, Nadezda; Dissertori, Günther; Dittmar, Michael; Donegà, Mauro; Dorfer, Christian; Grab, Christoph; Heidegger, Constantin; Hits, Dmitry; Hoss, Jan; Klijnsma, Thomas; Lustermann, Werner; Manzoni, Riccardo Andrea; Marionneau, Matthieu; Meinhard, Maren Tabea; Meister, Daniel; Micheli, Francesco; Musella, Pasquale; Nessi-Tedaldi, Francesca; Pata, Joosep; Pauss, Felicitas; Perrin, Gaël; Perrozzi, Luca; Pigazzini, Simone; Quittnat, Milena; Reichmann, Michael; Ruini, Daniele; Sanz Becerra, Diego Alejandro; Schönenberger, Myriam; Shchutska, Lesya; Tavolaro, Vittorio Raoul; Theofilatos, Konstantinos; Vesterbacka Olsson, Minna Leonora; Wallny, Rainer; Zhu, De Hua; Aarrestad, Thea Klaeboe; Amsler, Claude; Brzhechko, Danyyl; Canelli, Maria Florencia; De Cosa, Annapaola; Del Burgo, Riccardo; Donato, Silvio; Galloni, Camilla; Hreus, Tomas; Kilminster, Benjamin; Neutelings, Izaak; Pinna, Deborah; Rauco, Giorgia; Robmann, Peter; Salerno, Daniel; Schweiger, Korbinian; Seitz, Claudia; Takahashi, Yuta; Zucchetta, Alberto; Chang, Yu-Hsiang; Cheng, Kai-yu; Doan, Thi Hien; Jain, Shilpi; Khurana, Raman; Kuo, Chia-Ming; Lin, Willis; Pozdnyakov, Andrey; Yu, Shin-Shan; Kumar, Arun; Chang, Paoti; Chao, Yuan; Chen, Kai-Feng; Chen, Po-Hsun; Hou, George Wei-Shu; Li, You-ying; Lu, Rong-Shyang; Paganis, Efstathios; Psallidas, Andreas; Steen, Arnaud; Tsai, Jui-fa; Asavapibhop, Burin; Srimanobhas, Norraphat; Suwonjandee, Narumon; Bat, Ayse; Boran, Fatma; Cerci, Salim; Damarseckin, Serdal; Demiroglu, Zuhal Seyma; Dozen, Candan; Dumanoglu, Isa; Girgis, Semiray; Gokbulut, Gul; Guler, Yalcin; Gurpinar, Emine; Hos, Ilknur; Kangal, Evrim Ersin; Kara, Ozgun; Kayis Topaksu, Aysel; Kiminsu, Ugur; Oglakci, Mehmet; Onengut, Gulsen; Ozdemir, Kadri; Ozturk, Sertac; Sunar Cerci, Deniz; Tali, Bayram; Tok, Ufuk Guney; Turkcapar, Semra; Zorbakir, Ibrahim Soner; Zorbilmez, Caglar; Isildak, Bora; Karapinar, Guler; Yalvac, Metin; Zeyrek, Mehmet; Atakisi, Ismail Okan; Gülmez, Erhan; Kaya, Mithat; Kaya, Ozlem; Tekten, Sevgi; Yetkin, Elif Asli; Agaras, Merve Nazlim; Atay, Serhat; Cakir, Altan; Cankocak, Kerem; Komurcu, Yildiray; Sen, Sercan; Grynyov, Boris; Levchuk, Leonid; Ball, Fionn; Beck, Lana; Brooke, James John; Burns, Douglas; Clement, Emyr; Cussans, David; Davignon, Olivier; Flacher, Henning; Goldstein, Joel; Heath, Greg P; Heath, Helen F; Kreczko, Lukasz; Newbold, Dave M; Paramesvaran, Sudarshan; Penning, Bjoern; Sakuma, Tai; Smith, Dominic; Smith, Vincent J; Taylor, Joseph; Titterton, Alexander; Belyaev, Alexander; Brew, Christopher; Brown, Robert M; Cieri, Davide; Cockerill, David JA; Coughlan, John A; Harder, Kristian; Harper, Sam; Linacre, Jacob; Olaiya, Emmanuel; Petyt, David; Shepherd-Themistocleous, Claire; Thea, Alessandro; Tomalin, Ian R; Williams, Thomas; Womersley, William John; Auzinger, Georg; Bainbridge, Robert; Bloch, Philippe; Borg, Johan; Breeze, Shane; Buchmuller, Oliver; Bundock, Aaron; Casasso, Stefano; Colling, David; Corpe, Louie; Dauncey, Paul; Davies, Gavin; Della Negra, Michel; Di Maria, Riccardo; Haddad, Yacine; Hall, Geoffrey; Iles, Gregory; James, Thomas; Komm, Matthias; Laner, Christian; Lyons, Louis; Magnan, Anne-Marie; Malik, Sarah; Martelli, Arabella; Nash, Jordan; Nikitenko, Alexander; Palladino, Vito; Pesaresi, Mark; Richards, Alexander; Rose, Andrew; Scott, Edward; Seez, Christopher; Shtipliyski, Antoni; Strebler, Thomas; Summers, Sioni; Tapper, Alexander; Uchida, Kirika; Virdee, Tejinder; Wardle, Nicholas; Winterbottom, Daniel; Wright, Jack; Zenz, Seth Conrad; Cole, Joanne; Hobson, Peter R; Khan, Akram; Kyberd, Paul; Mackay, Catherine Kirsty; Morton, Alexander; Reid, Ivan; Teodorescu, Liliana; Zahid, Sema; Call, Kenneth; Dittmann, Jay; Hatakeyama, Kenichi; Liu, Hongxuan; Madrid, Christopher; Mcmaster, Brooks; Pastika, Nathaniel; Smith, Caleb; Bartek, Rachel; Dominguez, Aaron; Buccilli, Andrew; Cooper, Seth; Henderson, Conor; Rumerio, Paolo; West, Christopher; Arcaro, Daniel; Bose, Tulika; Gastler, Daniel; Rankin, Dylan; Richardson, Clint; Rohlf, James; Sulak, Lawrence; Zou, David; Benelli, Gabriele; Coubez, Xavier; Cutts, David; Hadley, Mary; Hakala, John; Heintz, Ulrich; Hogan, Julie Managan; Kwok, Ka Hei Martin; Laird, Edward; Landsberg, Greg; Lee, Jangbae; Mao, Zaixing; Narain, Meenakshi; Pazzini, Jacopo; Piperov, Stefan; Sagir, Sinan; Syarif, Rizki; Yu, David; Band, Reyer; Brainerd, Christopher; Breedon, Richard; Burns, Dustin; Calderon De La Barca Sanchez, Manuel; Chertok, Maxwell; Conway, John; Conway, Rylan; Cox, Peter Timothy; Erbacher, Robin; Flores, Chad; Funk, Garrett; Ko, Winston; Kukral, Ota; Lander, Richard; Mclean, Christine; Mulhearn, Michael; Pellett, Dave; Pilot, Justin; Shalhout, Shalhout; Shi, Mengyao; Stolp, Dustin; Taylor, Devin; Tos, Kyle; Tripathi, Mani; Wang, Zhangqier; Zhang, Fengwangdong; Bachtis, Michail; Bravo, Cameron; Cousins, Robert; Dasgupta, Abhigyan; Florent, Alice; Hauser, Jay; Ignatenko, Mikhail; Mccoll, Nickolas; Regnard, Simon; Saltzberg, David; Schnaible, Christian; Valuev, Vyacheslav; Bouvier, Elvire; Burt, Kira; Clare, Robert; Gary, J William; Ghiasi Shirazi, Seyyed Mohammad Amin; Hanson, Gail; Karapostoli, Georgia; Kennedy, Elizabeth; Lacroix, Florent; Long, Owen Rosser; Olmedo Negrete, Manuel; Paneva, Mirena Ivova; Si, Weinan; Wang, Long; Wei, Hua; Wimpenny, Stephen; Yates, Brent; Branson, James G; Cittolin, Sergio; Derdzinski, Mark; Gerosa, Raffaele; Gilbert, Dylan; Hashemi, Bobak; Holzner, André; Klein, Daniel; Kole, Gouranga; Krutelyov, Vyacheslav; Letts, James; Masciovecchio, Mario; Olivito, Dominick; Padhi, Sanjay; Pieri, Marco; Sani, Matteo; Sharma, Vivek; Simon, Sean; Tadel, Matevz; Vartak, Adish; Wasserbaech, Steven; Wood, John; Würthwein, Frank; Yagil, Avraham; Zevi Della Porta, Giovanni; Amin, Nick; Bhandari, Rohan; Bradmiller-Feld, John; Campagnari, Claudio; Citron, Matthew; Dishaw, Adam; Dutta, Valentina; Franco Sevilla, Manuel; Gouskos, Loukas; Heller, Ryan; Incandela, Joe; Ovcharova, Ana; Qu, Huilin; Richman, Jeffrey; Stuart, David; Suarez, Indara; Wang, Sicheng; Yoo, Jaehyeok; Anderson, Dustin; Bornheim, Adolf; Lawhorn, Jay Mathew; Newman, Harvey B; Nguyen, Thong; Spiropulu, Maria; Vlimant, Jean-Roch; Wilkinson, Richard; Xie, Si; Zhang, Zhicai; Zhu, Ren-Yuan; Andrews, Michael Benjamin; Ferguson, Thomas; Mudholkar, Tanmay; Paulini, Manfred; Sun, Menglei; Vorobiev, Igor; Weinberg, Marc; Cumalat, John Perry; Ford, William T; Jensen, Frank; Johnson, Andrew; Krohn, Michael; Leontsinis, Stefanos; MacDonald, Emily; Mulholland, Troy; Stenson, Kevin; Ulmer, Keith; Wagner, Stephen Robert; Alexander, James; Chaves, Jorge; Cheng, Yangyang; Chu, Jennifer; Datta, Abhisek; Mcdermott, Kevin; Mirman, Nathan; Patterson, Juliet Ritchie; Quach, Dan; Rinkevicius, Aurelijus; Ryd, Anders; Skinnari, Louise; Soffi, Livia; Tan, Shao Min; Tao, Zhengcheng; Thom, Julia; Tucker, Jordan; Wittich, Peter; Zientek, Margaret; Abdullin, Salavat; Albrow, Michael; Alyari, Maral; Apollinari, Giorgio; Apresyan, Artur; Apyan, Aram; Banerjee, Sunanda; Bauerdick, Lothar AT; Beretvas, Andrew; Berryhill, Jeffrey; Bhat, Pushpalatha C; Bolla, Gino; Burkett, Kevin; Butler, Joel Nathan; Canepa, Anadi; Cerati, Giuseppe Benedetto; Cheung, Harry; Chlebana, Frank; Cremonesi, Matteo; Duarte, Javier; Elvira, Victor Daniel; Freeman, Jim; Gecse, Zoltan; Gottschalk, Erik; Gray, Lindsey; Green, Dan; Grünendahl, Stefan; Gutsche, Oliver; Hanlon, Jim; Harris, Robert M; Hasegawa, Satoshi; Hirschauer, James; Hu, Zhen; Jayatilaka, Bodhitha; Jindariani, Sergo; Johnson, Marvin; Joshi, Umesh; Klima, Boaz; Kortelainen, Matti J; Kreis, Benjamin; Lammel, Stephan; Lincoln, Don; Lipton, Ron; Liu, Miaoyuan; Liu, Tiehui; Lykken, Joseph; Maeshima, Kaori; Marraffino, John Michael; Mason, David; McBride, Patricia; Merkel, Petra; Mrenna, Stephen; Nahn, Steve; O'Dell, Vivian; Pedro, Kevin; Prokofyev, Oleg; Rakness, Gregory; Ristori, Luciano; Savoy-Navarro, Aurore; Schneider, Basil; Sexton-Kennedy, Elizabeth; Soha, Aron; Spalding, William J; Spiegel, Leonard; Stoynev, Stoyan; Strait, James; Strobbe, Nadja; Taylor, Lucas; Tkaczyk, Slawek; Tran, Nhan Viet; Uplegger, Lorenzo; Vaandering, Eric Wayne; Vernieri, Caterina; Verzocchi, Marco; Vidal, Richard; Wang, Michael; Weber, Hannsjoerg Artur; Whitbeck, Andrew; Acosta, Darin; Avery, Paul; Bortignon, Pierluigi; Bourilkov, Dimitri; Brinkerhoff, Andrew; Cadamuro, Luca; Carnes, Andrew; Carver, Matthew; Curry, David; Field, Richard D; Gleyzer, Sergei V; Joshi, Bhargav Madhusudan; Konigsberg, Jacobo; Korytov, Andrey; Ma, Peisen; Matchev, Konstantin; Mei, Hualin; Mitselmakher, Guenakh; Shi, Kun; Sperka, David; Wang, Jian; Wang, Sean-Jiun; Joshi, Yagya Raj; Linn, Stephan; Ackert, Andrew; Adams, Todd; Askew, Andrew; Hagopian, Sharon; Hagopian, Vasken; Johnson, Kurtis F; Kolberg, Ted; Martinez, German; Perry, Thomas; Prosper, Harrison; Saha, Anirban; Santra, Arka; Sharma, Varun; Yohay, Rachel; Baarmand, Marc M; Bhopatkar, Vallary; Colafranceschi, Stefano; Hohlmann, Marcus; Noonan, Daniel; Rahmani, Mehdi; Roy, Titas; Yumiceva, Francisco; Adams, Mark Raymond; Apanasevich, Leonard; Berry, Douglas; Betts, Russell Richard; Cavanaugh, Richard; Chen, Xuan; Dittmer, Susan; Evdokimov, Olga; Gerber, Cecilia Elena; Hangal, Dhanush Anil; Hofman, David Jonathan; Jung, Kurt; Kamin, Jason; Mills, Corrinne; Sandoval Gonzalez, Irving Daniel; Tonjes, Marguerite; Varelas, Nikos; Wang, Hui; Wu, Zhenbin; Zhang, Jingyu; Alhusseini, Mohammad; Bilki, Burak; Clarida, Warren; Dilsiz, Kamuran; Durgut, Süleyman; Gandrajula, Reddy Pratap; Haytmyradov, Maksat; Khristenko, Viktor; Merlo, Jean-Pierre; Mestvirishvili, Alexi; Moeller, Anthony; Nachtman, Jane; Ogul, Hasan; Onel, Yasar; Ozok, Ferhat; Penzo, Aldo; Snyder, Christina; Tiras, Emrah; Wetzel, James; Blumenfeld, Barry; Cocoros, Alice; Eminizer, Nicholas; Fehling, David; Feng, Lei; Gritsan, Andrei; Hung, Wai Ting; Maksimovic, Petar; Roskes, Jeffrey; Sarica, Ulascan; Swartz, Morris; Xiao, Meng; You, Can; Al-bataineh, Ayman; Baringer, Philip; Bean, Alice; Boren, Samuel; Bowen, James; Castle, James; Khalil, Sadia; Kropivnitskaya, Anna; Majumder, Devdatta; Mcbrayer, William; Murray, Michael; Rogan, Christopher; Sanders, Stephen; Schmitz, Erich; Tapia Takaki, Daniel; Wang, Quan; Ivanov, Andrew; Kaadze, Ketino; Kim, Doyeong; Maravin, Yurii; Mendis, Dalath Rachitha; Mitchell, Tyler; Modak, Atanu; Mohammadi, Abdollah; Saini, Lovedeep Kaur; Skhirtladze, Nikoloz; Rebassoo, Finn; Wright, Douglas; Baden, Drew; Baron, Owen; Belloni, Alberto; Eno, Sarah Catherine; Feng, Yongbin; Ferraioli, Charles; Hadley, Nicholas John; Jabeen, Shabnam; Jeng, Geng-Yuan; Kellogg, Richard G; Kunkle, Joshua; Mignerey, Alice; Ricci-Tam, Francesca; Shin, Young Ho; Skuja, Andris; Tonwar, Suresh C; Wong, Kak; Abercrombie, Daniel; Allen, Brandon; Azzolini, Virginia; Barbieri, Richard; Baty, Austin; Bauer, Gerry; Bi, Ran; Brandt, Stephanie; Busza, Wit; Cali, Ivan Amos; D'Alfonso, Mariarosaria; Demiragli, Zeynep; Gomez Ceballos, Guillelmo; Goncharov, Maxim; Harris, Philip; Hsu, Dylan; Hu, Miao; Iiyama, Yutaro; Innocenti, Gian Michele; Klute, Markus; Kovalskyi, Dmytro; Lee, Yen-Jie; Levin, Andrew; Luckey, Paul David; Maier, Benedikt; Marini, Andrea Carlo; Mcginn, Christopher; Mironov, Camelia; Narayanan, Siddharth; Niu, Xinmei; Paus, Christoph; Roland, Christof; Roland, Gunther; Stephans, George; Sumorok, Konstanty; Tatar, Kaya; Velicanu, Dragos; Wang, Jing; Wang, Ta-Wei; Wyslouch, Bolek; Zhaozhong, Shi; Benvenuti, Alberto; Chatterjee, Rajdeep Mohan; Evans, Andrew; Hansen, Peter; Kalafut, Sean; Kubota, Yuichi; Lesko, Zachary; Mans, Jeremy; Nourbakhsh, Shervin; Ruckstuhl, Nicole; Rusack, Roger; Turkewitz, Jared; Wadud, Mohammad Abrar; Acosta, John Gabriel; Oliveros, Sandra; Avdeeva, Ekaterina; Bloom, Kenneth; Claes, Daniel R; Fangmeier, Caleb; Golf, Frank; Gonzalez Suarez, Rebeca; Kamalieddin, Rami; Kravchenko, Ilya; Monroy, Jose; Siado, Joaquin Emilo; Snow, Gregory R; Stieger, Benjamin; Godshalk, Andrew; Harrington, Charles; Iashvili, Ia; Kharchilava, Avto; Nguyen, Duong; Parker, Ashley; Rappoccio, Salvatore; Roozbahani, Bahareh; Barberis, Emanuela; Freer, Chad; Hortiangtham, Apichart; Morse, David Michael; Orimoto, Toyoko; Teixeira De Lima, Rafael; Wamorkar, Tanvi; Wang, Bingran; Wisecarver, Andrew; Wood, Darien; Bhattacharya, Saptaparna; Charaf, Otman; Hahn, Kristan Allan; Mucia, Nicholas; Odell, Nathaniel; Schmitt, Michael Henry; Sung, Kevin; Trovato, Marco; Velasco, Mayda; Bucci, Rachael; Dev, Nabarun; Hildreth, Michael; Hurtado Anampa, Kenyi; Jessop, Colin; Karmgard, Daniel John; Kellams, Nathan; Lannon, Kevin; Li, Wenzhao; Loukas, Nikitas; Marinelli, Nancy; Meng, Fanbo; Mueller, Charles; Musienko, Yuri; Planer, Michael; Reinsvold, Allison; Ruchti, Randy; Siddireddy, Prasanna; Smith, Geoffrey; Taroni, Silvia; Wayne, Mitchell; Wightman, Andrew; Wolf, Matthias; Woodard, Anna; Alimena, Juliette; Antonelli, Louis; Bylsma, Ben; Durkin, Lloyd Stanley; Flowers, Sean; Francis, Brian; Hart, Andrew; Hill, Christopher; Ji, Weifeng; Ling, Ta-Yung; Luo, Wuming; Winer, Brian L; Wulsin, Howard Wells; Cooperstein, Stephane; Elmer, Peter; Hardenbrook, Joshua; Hebda, Philip; Higginbotham, Samuel; Kalogeropoulos, Alexis; Lange, David; Lucchini, Marco Toliman; Luo, Jingyu; Marlow, Daniel; Mei, Kelvin; Ojalvo, Isabel; Olsen, James; Palmer, Christopher; Piroué, Pierre; Salfeld-Nebgen, Jakob; Stickland, David; Tully, Christopher; Malik, Sudhir; Norberg, Scarlet; Barker, Anthony; Barnes, Virgil E; Gutay, Laszlo; Jones, Matthew; Jung, Andreas Werner; Khatiwada, Ajeeta; Mahakud, Bibhuprasad; Miller, David Harry; Neumeister, Norbert; Peng, Cheng-Chieh; Qiu, Hao; Schulte, Jan-Frederik; Sun, Jian; Wang, Fuqiang; Xiao, Rui; Xie, Wei; Cheng, Tongguang; Dolen, James; Parashar, Neeti; Chen, Zhenyu; Ecklund, Karl Matthew; Freed, Sarah; Geurts, Frank JM; Guilbaud, Maxime; Kilpatrick, Matthew; Li, Wei; Michlin, Benjamin; Padley, Brian Paul; Roberts, Jay; Rorie, Jamal; Shi, Wei; Tran, Benjamin; Tu, Zhoudunming; Zabel, James; Zhang, Aobo; Bodek, Arie; de Barbaro, Pawel; Demina, Regina; Duh, Yi-ting; Dulemba, Joseph Lynn; Fallon, Colin; Ferbel, Thomas; Galanti, Mario; Garcia-Bellido, Aran; Han, Jiyeon; Hindrichs, Otto; Khukhunaishvili, Aleko; Lo, Kin Ho; Tan, Ping; Taus, Rhys; Verzetti, Mauro; Agapitos, Antonis; Chou, John Paul; Gershtein, Yuri; Gómez Espinosa, Tirso Alejandro; Halkiadakis, Eva; Heindl, Maximilian; Hughes, Elliot; Kaplan, Steven; Kunnawalkam Elayavalli, Raghav; Kyriacou, Savvas; Lath, Amitabh; Montalvo, Roy; Nash, Kevin; Osherson, Marc; Saka, Halil; Salur, Sevil; Schnetzer, Steve; Sheffield, David; Somalwar, Sunil; Stone, Robert; Thomas, Scott; Thomassen, Peter; Walker, Matthew; Delannoy, Andrés G; Heideman, Joseph; Riley, Grant; Rose, Keith; Spanier, Stefan; Thapa, Krishna; Bouhali, Othmane; Castaneda Hernandez, Alfredo; Celik, Ali; Dalchenko, Mykhailo; De Mattia, Marco; Delgado, Andrea; Dildick, Sven; Eusebi, Ricardo; Gilmore, Jason; Huang, Tao; Kamon, Teruki; Luo, Sifu; Mueller, Ryan; Pakhotin, Yuriy; Patel, Rishi; Perloff, Alexx; Perniè, Luca; Rathjens, Denis; Safonov, Alexei; Tatarinov, Aysen; Akchurin, Nural; Damgov, Jordan; De Guio, Federico; Dudero, Phillip Russell; Kunori, Shuichi; Lamichhane, Kamal; Lee, Sung Won; Mengke, Tielige; Muthumuni, Samila; Peltola, Timo; Undleeb, Sonaina; Volobouev, Igor; Wang, Zhixing; Greene, Senta; Gurrola, Alfredo; Janjam, Ravi; Johns, Willard; Maguire, Charles; Melo, Andrew; Ni, Hong; Padeken, Klaas; Ruiz Alvarez, José David; Sheldon, Paul; Tuo, Shengquan; Velkovska, Julia; Verweij, Marta; Xu, Qiao; Arenton, Michael Wayne; Barria, Patrizia; Cox, Bradley; Hirosky, Robert; Joyce, Matthew; Ledovskoy, Alexander; Li, Hengne; Neu, Christopher; Sinthuprasith, Tutanon; Wang, Yanchu; Wolfe, Evan; Xia, Fan; Harr, Robert; Karchin, Paul Edmund; Poudyal, Nabin; Sturdy, Jared; Thapa, Prakash; Zaleski, Shawn; Brodski, Michael; Buchanan, James; Caillol, Cécile; Carlsmith, Duncan; Dasu, Sridhara; Dodd, Laura; Duric, Senka; Gomber, Bhawna; Grothe, Monika; Herndon, Matthew; Hervé, Alain; Hussain, Usama; Klabbers, Pamela; Lanaro, Armando; Levine, Aaron; Long, Kenneth; Loveless, Richard; Ruggles, Tyler; Savin, Alexander; Smith, Nicholas; Smith, Wesley H; Woods, Nathaniel

    2018-01-01

    The elliptic azimuthal anisotropy coefficient ($v_2$) is measured for charm ($ {\\mathrm{D^0}} $) and strange ($ {\\mathrm{K^0_S}} $, $ \\Lambda $, $ \\Xi^-$, and $ \\Omega^-$) hadrons, using a data sample of pPb collisions collected by the CMS experiment, at a nucleon-nucleon center-of-mass energy ${\\sqrt {\\smash [b]{s_{_{\\mathrm {NN}}}}}} = $ 8.16 TeV. A significant positive $v_2$ signal from long-range azimuthal correlations is observed for all particle species in high-multiplicity pPb collisions. The measurement represents the first observation of possible long-range collectivity for open heavy flavor hadrons in small systems. The results suggest that charm quarks have a smaller $v_2$ than the lighter quarks, probably reflecting a weaker collective behavior. This effect is not seen in the larger PbPb collision system at ${\\sqrt {\\smash [b]{s_{_{\\mathrm {NN}}}}}} = $ 5.02 TeV, also presented.

  10. Derivation of the parity-violating NN potential

    International Nuclear Information System (INIS)

    Zenkin, S.

    1981-01-01

    The parity-violating NN potential due to vector-meson exchange is considered in the framework of current algebra. A method to calculate the effective P-odd NNV vertex, free of uncertainties due to the existence of the Schwinger and seagull terms, is presented. The final result coincides with the result of the factorization approximation and may be considered as a justification of the approximation

  11. Three-body charmful baryonic B decays B-bar→D(D*)NN-bar

    International Nuclear Information System (INIS)

    Cheng Haiyang; Yang Kweichou

    2002-01-01

    We study the charmful three-body baryonic B decays B-bar→D ( * ) NN-bar: the color-allowed modes B-bar 0 →D ( * )+ np-bar and the color-suppressed ones B-bar 0 →D ( * )0 pp-bar. While the D* + /D + production ratio is predicted to be of order 3, it is found that D 0 pp-bar has a similar rate as D* 0 pp-bar. It is pointed out that B-bar 0 →D(D*)NN-bar are dominated by the nucleon vector current or by vector meson intermediate states, whereas B-bar 0 →D 0 pp-bar proceeds mainly via the exchange of the axial-vector intermediate state a 1 (1260). The study of the NN-bar invariant mass distribution in general indicates a threshold baryon pair production; that is, a recoil charmed meson accompanied by a low mass baryon pair except that the spectrum of D 0 pp-bar has a hump at large pp-bar invariant mass m pp-bar ∼3.0 GeV

  12. One-dimensional pion, kaon, and proton femtoscopy in Pb-Pb collisions at $\\sqrt{s_{\\rm {NN}}}$ =2.76 TeV

    CERN Document Server

    Adam, Jaroslav; Aggarwal, Madan Mohan; Aglieri Rinella, Gianluca; Agnello, Michelangelo; Agrawal, Neelima; Ahammed, Zubayer; Ahn, Sang Un; Aimo, Ilaria; Aiola, Salvatore; Ajaz, Muhammad; Akindinov, Alexander; Alam, Sk Noor; Aleksandrov, Dmitry; Alessandro, Bruno; Alexandre, Didier; Alfaro Molina, Jose Ruben; Alici, Andrea; Alkin, Anton; Alme, Johan; Alt, Torsten; Altinpinar, Sedat; Altsybeev, Igor; Alves Garcia Prado, Caio; Andrei, Cristian; Andronic, Anton; Anguelov, Venelin; Anielski, Jonas; Anticic, Tome; Antinori, Federico; Antonioli, Pietro; Aphecetche, Laurent Bernard; Appelshaeuser, Harald; Arcelli, Silvia; Armesto Perez, Nestor; Arnaldi, Roberta; Arsene, Ionut Cristian; Arslandok, Mesut; Audurier, Benjamin; Augustinus, Andre; Averbeck, Ralf Peter; Azmi, Mohd Danish; Bach, Matthias Jakob; Badala, Angela; Baek, Yong Wook; Bagnasco, Stefano; Bailhache, Raphaelle Marie; Bala, Renu; Baldisseri, Alberto; Baltasar Dos Santos Pedrosa, Fernando; Baral, Rama Chandra; Barbano, Anastasia Maria; Barbera, Roberto; Barile, Francesco; Barnafoldi, Gergely Gabor; Barnby, Lee Stuart; Ramillien Barret, Valerie; Bartalini, Paolo; Barth, Klaus; Bartke, Jerzy Gustaw; Bartsch, Esther; Basile, Maurizio; Bastid, Nicole; Basu, Sumit; Bathen, Bastian; Batigne, Guillaume; Batista Camejo, Arianna; Batyunya, Boris; Batzing, Paul Christoph; Bearden, Ian Gardner; Beck, Hans; Bedda, Cristina; Behera, Nirbhay Kumar; Belikov, Iouri; Bellini, Francesca; Bello Martinez, Hector; Bellwied, Rene; Belmont Iii, Ronald John; Belmont Moreno, Ernesto; Belyaev, Vladimir; Bencedi, Gyula; Beole, Stefania; Berceanu, Ionela; Bercuci, Alexandru; Berdnikov, Yaroslav; Berenyi, Daniel; Bertens, Redmer Alexander; Berzano, Dario; Betev, Latchezar; Bhasin, Anju; Bhat, Inayat Rasool; Bhati, Ashok Kumar; Bhattacharjee, Buddhadeb; Bhom, Jihyun; Bianchi, Livio; Bianchi, Nicola; Bianchin, Chiara; Bielcik, Jaroslav; Bielcikova, Jana; Bilandzic, Ante; Biswas, Rathijit; Biswas, Saikat; Bjelogrlic, Sandro; Blanco, Fernando; Blau, Dmitry; Blume, Christoph; Bock, Friederike; Bogdanov, Alexey; Boggild, Hans; Boldizsar, Laszlo; Bombara, Marek; Book, Julian Heinz; Borel, Herve; Borissov, Alexander; Borri, Marcello; Bossu, Francesco; Botje, Michiel; Botta, Elena; Boettger, Stefan; Braun-Munzinger, Peter; Bregant, Marco; Breitner, Timo Gunther; Broker, Theo Alexander; Browning, Tyler Allen; Broz, Michal; Brucken, Erik Jens; Bruna, Elena; Bruno, Giuseppe Eugenio; Budnikov, Dmitry; Buesching, Henner; Bufalino, Stefania; Buncic, Predrag; Busch, Oliver; Buthelezi, Edith Zinhle; Bashir Butt, Jamila; Buxton, Jesse Thomas; Caffarri, Davide; Cai, Xu; Caines, Helen Louise; Calero Diaz, Liliet; Caliva, Alberto; Calvo Villar, Ernesto; Camerini, Paolo; Carena, Francesco; Carena, Wisla; Castillo Castellanos, Javier Ernesto; Castro, Andrew John; Casula, Ester Anna Rita; Cavicchioli, Costanza; Ceballos Sanchez, Cesar; Cepila, Jan; Cerello, Piergiorgio; Cerkala, Jakub; Chang, Beomsu; Chapeland, Sylvain; Chartier, Marielle; Charvet, Jean-Luc Fernand; Chattopadhyay, Subhasis; Chattopadhyay, Sukalyan; Chelnokov, Volodymyr; Cherney, Michael Gerard; Cheshkov, Cvetan Valeriev; Cheynis, Brigitte; Chibante Barroso, Vasco Miguel; Dobrigkeit Chinellato, David; Chochula, Peter; Choi, Kyungeon; Chojnacki, Marek; Choudhury, Subikash; Christakoglou, Panagiotis; Christensen, Christian Holm; Christiansen, Peter; Chujo, Tatsuya; Chung, Suh-Urk; Zhang, Chunhui; Cicalo, Corrado; Cifarelli, Luisa; Cindolo, Federico; Cleymans, Jean Willy Andre; Colamaria, Fabio Filippo; Colella, Domenico; Collu, Alberto; Colocci, Manuel; Conesa Balbastre, Gustavo; Conesa Del Valle, Zaida; Connors, Megan Elizabeth; Contreras Nuno, Jesus Guillermo; Cormier, Thomas Michael; Corrales Morales, Yasser; Cortes Maldonado, Ismael; Cortese, Pietro; Cosentino, Mauro Rogerio; Costa, Filippo; Crochet, Philippe; Cruz Albino, Rigoberto; Cuautle Flores, Eleazar; Cunqueiro Mendez, Leticia; Dahms, Torsten; Dainese, Andrea; Danu, Andrea; Das, Debasish; Das, Indranil; Das, Supriya; Dash, Ajay Kumar; Dash, Sadhana; De, Sudipan; De Caro, Annalisa; De Cataldo, Giacinto; De Cuveland, Jan; De Falco, Alessandro; De Gruttola, Daniele; De Marco, Nora; De Pasquale, Salvatore; Deisting, Alexander; Deloff, Andrzej; Denes, Ervin Sandor; D'Erasmo, Ginevra; Di Bari, Domenico; Di Mauro, Antonio; Di Nezza, Pasquale; Diaz Corchero, Miguel Angel; Dietel, Thomas; Dillenseger, Pascal; Divia, Roberto; Djuvsland, Oeystein; Dobrin, Alexandru Florin; Dobrowolski, Tadeusz Antoni; Domenicis Gimenez, Diogenes; Donigus, Benjamin; Dordic, Olja; Dubey, Anand Kumar; Dubla, Andrea; Ducroux, Laurent; Dupieux, Pascal; Ehlers Iii, Raymond James; Elia, Domenico; Engel, Heiko; Erazmus, Barbara Ewa; Erdemir, Irem; Erhardt, Filip; Eschweiler, Dominic; Espagnon, Bruno; Estienne, Magali Danielle; Esumi, Shinichi; Eum, Jongsik; Evans, David; Evdokimov, Sergey; Eyyubova, Gyulnara; Fabbietti, Laura; Fabris, Daniela; Faivre, Julien; Fantoni, Alessandra; Fasel, Markus; Feldkamp, Linus; Felea, Daniel; Feliciello, Alessandro; Feofilov, Grigorii; Ferencei, Jozef; Fernandez Tellez, Arturo; Gonzalez Ferreiro, Elena; Ferretti, Alessandro; Festanti, Andrea; Feuillard, Victor Jose Gaston; Figiel, Jan; Araujo Silva Figueredo, Marcel; Filchagin, Sergey; Finogeev, Dmitry; Fionda, Fiorella; Fiore, Enrichetta Maria; Fleck, Martin Gabriel; Floris, Michele; Foertsch, Siegfried Valentin; Foka, Panagiota; Fokin, Sergey; Fragiacomo, Enrico; Francescon, Andrea; Frankenfeld, Ulrich Michael; Fuchs, Ulrich; Furget, Christophe; Furs, Artur; Fusco Girard, Mario; Gaardhoeje, Jens Joergen; Gagliardi, Martino; Gago Medina, Alberto Martin; Gallio, Mauro; Gangadharan, Dhevan Raja; Ganoti, Paraskevi; Gao, Chaosong; Garabatos Cuadrado, Jose; Garcia-Solis, Edmundo Javier; Gargiulo, Corrado; Gasik, Piotr Jan; Germain, Marie; Gheata, Andrei George; Gheata, Mihaela; Ghosh, Premomoy; Ghosh, Sanjay Kumar; Gianotti, Paola; Giubellino, Paolo; Giubilato, Piero; Gladysz-Dziadus, Ewa; Glassel, Peter; Gomez Ramirez, Andres; Gonzalez Zamora, Pedro; Gorbunov, Sergey; Gorlich, Lidia Maria; Gotovac, Sven; Grabski, Varlen; Graczykowski, Lukasz Kamil; Graham, Katie Leanne; Grelli, Alessandro; Grigoras, Alina Gabriela; Grigoras, Costin; Grigoryev, Vladislav; Grigoryan, Ara; Grigoryan, Smbat; Grynyov, Borys; Grion, Nevio; Grosse-Oetringhaus, Jan Fiete; Grossiord, Jean-Yves; Grosso, Raffaele; Guber, Fedor; Guernane, Rachid; Guerzoni, Barbara; Gulbrandsen, Kristjan Herlache; Gulkanyan, Hrant; Gunji, Taku; Gupta, Anik; Gupta, Ramni; Haake, Rudiger; Haaland, Oystein Senneset; Hadjidakis, Cynthia Marie; Haiduc, Maria; Hamagaki, Hideki; Hamar, Gergoe; Hansen, Alexander; Harris, John William; Hartmann, Helvi; Harton, Austin Vincent; Hatzifotiadou, Despina; Hayashi, Shinichi; Heckel, Stefan Thomas; Heide, Markus Ansgar; Helstrup, Haavard; Herghelegiu, Andrei Ionut; Herrera Corral, Gerardo Antonio; Hess, Benjamin Andreas; Hetland, Kristin Fanebust; Hilden, Timo Eero; Hillemanns, Hartmut; Hippolyte, Boris; Hosokawa, Ritsuya; Hristov, Peter Zahariev; Huang, Meidana; Humanic, Thomas; Hussain, Nur; Hussain, Tahir; Hutter, Dirk; Hwang, Dae Sung; Ilkaev, Radiy; Ilkiv, Iryna; Inaba, Motoi; Ionita, Costin; Ippolitov, Mikhail; Irfan, Muhammad; Ivanov, Marian; Ivanov, Vladimir; Izucheev, Vladimir; Jacobs, Peter Martin; Jadlovska, Slavka; Jahnke, Cristiane; Jang, Haeng Jin; Janik, Malgorzata Anna; Pahula Hewage, Sandun; Jena, Chitrasen; Jena, Satyajit; Jimenez Bustamante, Raul Tonatiuh; Jones, Peter Graham; Jung, Hyungtaik; Jusko, Anton; Kalinak, Peter; Kalweit, Alexander Philipp; Kamin, Jason Adrian; Kang, Ju Hwan; Kaplin, Vladimir; Kar, Somnath; Karasu Uysal, Ayben; Karavichev, Oleg; Karavicheva, Tatiana; Karpechev, Evgeny; Kebschull, Udo Wolfgang; Keidel, Ralf; Keijdener, Darius Laurens; Keil, Markus; Khan, Kamal; Khan, Mohammed Mohisin; Khan, Palash; Khan, Shuaib Ahmad; Khanzadeev, Alexei; Kharlov, Yury; Kileng, Bjarte; Kim, Beomkyu; Kim, Do Won; Kim, Dong Jo; Kim, Hyeonjoong; Kim, Jinsook; Kim, Mimae; Kim, Minwoo; Kim, Se Yong; Kim, Taesoo; Kirsch, Stefan; Kisel, Ivan; Kiselev, Sergey; Kisiel, Adam Ryszard; Kiss, Gabor; Klay, Jennifer Lynn; Klein, Carsten; Klein, Jochen; Klein-Boesing, Christian; Kluge, Alexander; Knichel, Michael Linus; Knospe, Anders Garritt; Kobayashi, Taiyo; Kobdaj, Chinorat; Kofarago, Monika; Kollegger, Thorsten; Kolozhvari, Anatoly; Kondratev, Valerii; Kondratyeva, Natalia; Kondratyuk, Evgeny; Konevskikh, Artem; Kopcik, Michal; Kouzinopoulos, Charalampos; Kovalenko, Oleksandr; Kovalenko, Vladimir; Kowalski, Marek; Kox, Serge; Koyithatta Meethaleveedu, Greeshma; Kral, Jiri; Kralik, Ivan; Kravcakova, Adela; Krelina, Michal; Kretz, Matthias; Krivda, Marian; Krizek, Filip; Kryshen, Evgeny; Krzewicki, Mikolaj; Kubera, Andrew Michael; Kucera, Vit; Kugathasan, Thanushan; Kuhn, Christian Claude; Kuijer, Paulus Gerardus; Kulakov, Igor; Kumar, Jitendra; Lokesh, Kumar; Kurashvili, Podist; Kurepin, Alexander; Kurepin, Alexey; Kuryakin, Alexey; Kushpil, Svetlana; Kweon, Min Jung; Kwon, Youngil; La Pointe, Sarah Louise; La Rocca, Paola; Lagana Fernandes, Caio; Lakomov, Igor; Langoy, Rune; Lara Martinez, Camilo Ernesto; Lardeux, Antoine Xavier; Lattuca, Alessandra; Laudi, Elisa; Lea, Ramona; Leardini, Lucia; Lee, Graham Richard; Lee, Seongjoo; Legrand, Iosif; Lemmon, Roy Crawford; Lenti, Vito; Leogrande, Emilia; Leon Monzon, Ildefonso; Leoncino, Marco; Levai, Peter; Li, Shuang; Li, Xiaomei; Lien, Jorgen Andre; Lietava, Roman; Lindal, Svein; Lindenstruth, Volker; Lippmann, Christian; Lisa, Michael Annan; Ljunggren, Hans Martin; Lodato, Davide Francesco; Lonne, Per-Ivar; Loggins, Vera Renee; Loginov, Vitaly; Loizides, Constantinos; Lopez, Xavier Bernard; Lopez Torres, Ernesto; Lowe, Andrew John; Luettig, Philipp Johannes; Lunardon, Marcello; Luparello, Grazia; Ferreira Natal Da Luz, Pedro Hugo; Maevskaya, Alla; Mager, Magnus; Mahajan, Sanjay; Mahmood, Sohail Musa; Maire, Antonin; Majka, Richard Daniel; Malaev, Mikhail; Maldonado Cervantes, Ivonne Alicia; Malinina, Liudmila; Mal'Kevich, Dmitry; Malzacher, Peter; Mamonov, Alexander; Manceau, Loic Henri Antoine; Manko, Vladislav; Manso, Franck; Manzari, Vito; Marchisone, Massimiliano; Mares, Jiri; Margagliotti, Giacomo Vito; Margotti, Anselmo; Margutti, Jacopo; Marin, Ana Maria; Markert, Christina; Marquard, Marco; Martin, Nicole Alice; Martin Blanco, Javier; Martinengo, Paolo; Martinez Hernandez, Mario Ivan; Martinez-Garcia, Gines; Martinez Pedreira, Miguel; Martynov, Yevgen; Mas, Alexis Jean-Michel; Masciocchi, Silvia; Masera, Massimo; Masoni, Alberto; Massacrier, Laure Marie; Mastroserio, Annalisa; Masui, Hiroshi; Matyja, Adam Tomasz; Mayer, Christoph; Mazer, Joel Anthony; Mazzoni, Alessandra Maria; Mcdonald, Daniel; Meddi, Franco; Menchaca-Rocha, Arturo Alejandro; Meninno, Elisa; Mercado-Perez, Jorge; Meres, Michal; Miake, Yasuo; Mieskolainen, Matti Mikael; Mikhaylov, Konstantin; Milano, Leonardo; Milosevic, Jovan; Minervini, Lazzaro Manlio; Mischke, Andre; Mishra, Aditya Nath; Miskowiec, Dariusz Czeslaw; Mitra, Jubin; Mitu, Ciprian Mihai; Mohammadi, Naghmeh; Mohanty, Bedangadas; Molnar, Levente; Montano Zetina, Luis Manuel; Montes Prado, Esther; Morando, Maurizio; Moreira De Godoy, Denise Aparecida; Moretto, Sandra; Morreale, Astrid; Morsch, Andreas; Muccifora, Valeria; Mudnic, Eugen; Muhlheim, Daniel Michael; Muhuri, Sanjib; Mukherjee, Maitreyee; Mulligan, James Declan; Gameiro Munhoz, Marcelo; Murray, Sean; Musa, Luciano; Musinsky, Jan; Nandi, Basanta Kumar; Nania, Rosario; Nappi, Eugenio; Naru, Muhammad Umair; Nattrass, Christine; Nayak, Kishora; Nayak, Tapan Kumar; Nazarenko, Sergey; Nedosekin, Alexander; Nellen, Lukas; Ng, Fabian; Nicassio, Maria; Niculescu, Mihai; Niedziela, Jeremi; Nielsen, Borge Svane; Nikolaev, Sergey; Nikulin, Sergey; Nikulin, Vladimir; Noferini, Francesco; Nomokonov, Petr; Nooren, Gerardus; Cabanillas Noris, Juan Carlos; Norman, Jaime; Nyanin, Alexander; Nystrand, Joakim Ingemar; Oeschler, Helmut Oskar; Oh, Saehanseul; Oh, Sun Kun; Ohlson, Alice Elisabeth; Okatan, Ali; Okubo, Tsubasa; Olah, Laszlo; Oleniacz, Janusz; Oliveira Da Silva, Antonio Carlos; Oliver, Michael Henry; Onderwaater, Jacobus; Oppedisano, Chiara; Ortiz Velasquez, Antonio; Oskarsson, Anders Nils Erik; Otwinowski, Jacek Tomasz; Oyama, Ken; Ozdemir, Mahmut; Pachmayer, Yvonne Chiara; Pagano, Paola; Paic, Guy; Pajares Vales, Carlos; Pal, Susanta Kumar; Pan, Jinjin; Pandey, Ashutosh Kumar; Pant, Divyash; Papcun, Peter; Papikyan, Vardanush; Pappalardo, Giuseppe; Pareek, Pooja; Park, Woojin; Parmar, Sonia; Passfeld, Annika; Paticchio, Vincenzo; Patra, Rajendra Nath; Paul, Biswarup; Peitzmann, Thomas; Pereira Da Costa, Hugo Denis Antonio; Pereira De Oliveira Filho, Elienos; Peresunko, Dmitry Yurevich; Perez Lara, Carlos Eugenio; Perez Lezama, Edgar; Peskov, Vladimir; Pestov, Yury; Petracek, Vojtech; Petrov, Viacheslav; Petrovici, Mihai; Petta, Catia; Piano, Stefano; Pikna, Miroslav; Pillot, Philippe; Pinazza, Ombretta; Pinsky, Lawrence; Piyarathna, Danthasinghe; Ploskon, Mateusz Andrzej; Planinic, Mirko; Pluta, Jan Marian; Pochybova, Sona; Podesta Lerma, Pedro Luis Manuel; Poghosyan, Martin; Polishchuk, Boris; Poljak, Nikola; Poonsawat, Wanchaloem; Pop, Amalia; Porteboeuf, Sarah Julie; Porter, R Jefferson; Pospisil, Jan; Prasad, Sidharth Kumar; Preghenella, Roberto; Prino, Francesco; Pruneau, Claude Andre; Pshenichnov, Igor; Puccio, Maximiliano; Puddu, Giovanna; Pujahari, Prabhat Ranjan; Punin, Valery; Putschke, Jorn Henning; Qvigstad, Henrik; Rachevski, Alexandre; Raha, Sibaji; Rajput, Sonia; Rak, Jan; Rakotozafindrabe, Andry Malala; Ramello, Luciano; Raniwala, Rashmi; Raniwala, Sudhir; Rasanen, Sami Sakari; Rascanu, Bogdan Theodor; Rathee, Deepika; Read, Kenneth Francis; Real, Jean-Sebastien; Redlich, Krzysztof; Reed, Rosi Jan; Rehman, Attiq Ur; Reichelt, Patrick Simon; Reidt, Felix; Ren, Xiaowen; Renfordt, Rainer Arno Ernst; Reolon, Anna Rita; Reshetin, Andrey; Rettig, Felix Vincenz; Revol, Jean-Pierre; Reygers, Klaus Johannes; Riabov, Viktor; Ricci, Renato Angelo; Richert, Tuva Ora Herenui; Richter, Matthias Rudolph; Riedler, Petra; Riegler, Werner; Riggi, Francesco; Ristea, Catalin-Lucian; Rivetti, Angelo; Rocco, Elena; Rodriguez Cahuantzi, Mario; Rodriguez Manso, Alis; Roeed, Ketil; Rogochaya, Elena; Rohr, David Michael; Roehrich, Dieter; Romita, Rosa; Ronchetti, Federico; Ronflette, Lucile; Rosnet, Philippe; Rossi, Andrea; Roukoutakis, Filimon; Roy, Ankhi; Roy, Christelle Sophie; Roy, Pradip Kumar; Rubio Montero, Antonio Juan; Rui, Rinaldo; Russo, Riccardo; Ryabinkin, Evgeny; Ryabov, Yury; Rybicki, Andrzej; Sadovskiy, Sergey; Safarik, Karel; Sahlmuller, Baldo; Sahoo, Pragati; Sahoo, Raghunath; Sahoo, Sarita; Sahu, Pradip Kumar; Saini, Jogender; Sakai, Shingo; Saleh, Mohammad Ahmad; Salgado Lopez, Carlos Alberto; Salzwedel, Jai Samuel Nielsen; Sambyal, Sanjeev Singh; Samsonov, Vladimir; Sanchez Castro, Xitzel; Sandor, Ladislav; Sandoval, Andres; Sano, Masato; Santagati, Gianluca; Sarkar, Debojit; Scapparone, Eugenio; Scarlassara, Fernando; Scharenberg, Rolf Paul; Schiaua, Claudiu Cornel; Schicker, Rainer Martin; Schmidt, Christian Joachim; Schmidt, Hans Rudolf; Schuchmann, Simone; Schukraft, Jurgen; Schulc, Martin; Schuster, Tim Robin; Schutz, Yves Roland; Schwarz, Kilian Eberhard; Schweda, Kai Oliver; Scioli, Gilda; Scomparin, Enrico; Scott, Rebecca Michelle; Seeder, Karin Soraya; Seger, Janet Elizabeth; Sekiguchi, Yuko; Sekihata, Daiki; Selyuzhenkov, Ilya; Senosi, Kgotlaesele; Seo, Jeewon; Serradilla Rodriguez, Eulogio; Sevcenco, Adrian; Shabanov, Arseniy; Shabetai, Alexandre; Shadura, Oksana; Shahoyan, Ruben; Shangaraev, Artem; Sharma, Ankita; Sharma, Natasha; Shigaki, Kenta; Shtejer Diaz, Katherin; Sibiryak, Yury; Siddhanta, Sabyasachi; Sielewicz, Krzysztof Marek; Siemiarczuk, Teodor; Silvermyr, David Olle Rickard; Silvestre, Catherine Micaela; Simatovic, Goran; Simonetti, Giuseppe; Singaraju, Rama Narayana; Singh, Ranbir; Singha, Subhash; Singhal, Vikas; Sinha, Bikash; Sarkar - Sinha, Tinku; Sitar, Branislav; Sitta, Mario; Skaali, Bernhard; Slupecki, Maciej; Smirnov, Nikolai; Snellings, Raimond; Snellman, Tomas Wilhelm; Soegaard, Carsten; Soltz, Ron Ariel; Song, Jihye; Song, Myunggeun; Song, Zixuan; Soramel, Francesca; Sorensen, Soren Pontoppidan; Spacek, Michal; Spiriti, Eleuterio; Sputowska, Iwona Anna; Spyropoulou-Stassinaki, Martha; Srivastava, Brijesh Kumar; Stachel, Johanna; Stan, Ionel; Stefanek, Grzegorz; Steinpreis, Matthew Donald; Stenlund, Evert Anders; Steyn, Gideon Francois; Stiller, Johannes Hendrik; Stocco, Diego; Strmen, Peter; Alarcon Do Passo Suaide, Alexandre; Sugitate, Toru; Suire, Christophe Pierre; Suleymanov, Mais Kazim Oglu; Sultanov, Rishat; Sumbera, Michal; Symons, Timothy; Szabo, Alexander; Szanto De Toledo, Alejandro; Szarka, Imrich; Szczepankiewicz, Adam; Szymanski, Maciej Pawel; Takahashi, Jun; Tanaka, Naoto; Tangaro, Marco-Antonio; Tapia Takaki, Daniel Jesus; Tarantola Peloni, Attilio; Tarhini, Mohamad; Tariq, Mohammad; Tarzila, Madalina-Gabriela; Tauro, Arturo; Tejeda Munoz, Guillermo; Telesca, Adriana; Terasaki, Kohei; Terrevoli, Cristina; Teyssier, Boris; Thaeder, Jochen Mathias; Thomas, Deepa; Tieulent, Raphael Noel; Timmins, Anthony Robert; Toia, Alberica; Trogolo, Stefano; Trubnikov, Victor; Trzaska, Wladyslaw Henryk; Tsuji, Tomoya; Tumkin, Alexandr; Turrisi, Rosario; Tveter, Trine Spedstad; Ullaland, Kjetil; Uras, Antonio; Usai, Gianluca; Utrobicic, Antonija; Vajzer, Michal; Vala, Martin; Valencia Palomo, Lizardo; Vallero, Sara; Van Der Maarel, Jasper; Van Hoorne, Jacobus Willem; Van Leeuwen, Marco; Vanat, Tomas; Vande Vyvre, Pierre; Varga, Dezso; Diozcora Vargas Trevino, Aurora; Vargyas, Marton; Varma, Raghava; Vasileiou, Maria; Vasiliev, Andrey; Vauthier, Astrid; Vechernin, Vladimir; Veen, Annelies Marianne; Veldhoen, Misha; Velure, Arild; Venaruzzo, Massimo; Vercellin, Ermanno; Vergara Limon, Sergio; Vernet, Renaud; Verweij, Marta; Vickovic, Linda; Viesti, Giuseppe; Viinikainen, Jussi Samuli; Vilakazi, Zabulon; Villalobos Baillie, Orlando; Vinogradov, Alexander; Vinogradov, Leonid; Vinogradov, Yury; Virgili, Tiziano; Vislavicius, Vytautas; Viyogi, Yogendra; Vodopyanov, Alexander; Volkl, Martin Andreas; Voloshin, Kirill; Voloshin, Sergey; Volpe, Giacomo; Von Haller, Barthelemy; Vorobyev, Ivan; Vranic, Danilo; Vrlakova, Janka; Vulpescu, Bogdan; Vyushin, Alexey; Wagner, Boris; Wagner, Jan; Wang, Hongkai; Wang, Mengliang; Wang, Yifei; Watanabe, Daisuke; Watanabe, Yosuke; Weber, Michael; Weber, Steffen Georg; Wessels, Johannes Peter; Westerhoff, Uwe; Wiechula, Jens; Wikne, Jon; Wilde, Martin Rudolf; Wilk, Grzegorz Andrzej; Wilkinson, Jeremy John; Williams, Crispin; Windelband, Bernd Stefan; Winn, Michael Andreas; Yaldo, Chris G; Yang, Hongyan; Yang, Ping; Yano, Satoshi; Yin, Zhongbao; Yokoyama, Hiroki; Yoo, In-Kwon; Yurchenko, Volodymyr; Yushmanov, Igor; Zaborowska, Anna; Zaccolo, Valentina; Zaman, Ali; Zampolli, Chiara; Correia Zanoli, Henrique Jose; Zaporozhets, Sergey; Zardoshti, Nima; Zarochentsev, Andrey; Zavada, Petr; Zavyalov, Nikolay; Zbroszczyk, Hanna Paulina; Zgura, Sorin Ion; Zhalov, Mikhail; Zhang, Haitao; Zhang, Xiaoming; Zhang, Yonghong; Zhao, Chengxin; Zhigareva, Natalia; Zhou, Daicui; Zhou, You; Zhou, Zhuo; Zhu, Hongsheng; Zhu, Jianhui; Zhu, Xiangrong; Zichichi, Antonino; Zimmermann, Alice; Zimmermann, Markus Bernhard; Zinovjev, Gennady; Zyzak, Maksym

    2015-11-19

    The size of the particle emission region in high-energy collisions can be deduced using the femtoscopic correlations of particle pairs at low relative momentum. Such correlations arise due to quantum statistics and Coulomb and strong final state interactions. In this paper, results are presented from femtoscopic analyses of $\\pi^{\\pm}\\pi^{\\pm}$, ${\\rm K}^{\\pm}{\\rm K}^{\\pm}$, ${\\rm K}^{0}_S{\\rm K}^{0}_S$, ${\\rm pp}$, and ${\\rm \\overline{p}}{\\rm \\overline{p}}$ correlations from Pb-Pb collisions at $\\sqrt{s_{\\mathrm {NN}}}=2.76$ TeV by the ALICE experiment at the LHC. One-dimensional radii of the system are extracted from correlation functions in terms of the invariant momentum difference of the pair. The comparison of the measured radii with the predictions from a hydrokinetic model is discussed. The pion and kaon source radii display a monotonic decrease with increasing average pair transverse mass $m_{\\rm T}$ which is consistent with hydrodynamic model predictions for central collisions. The kaon and proton s...

  13. Medium energy measurements of N-N parameters

    International Nuclear Information System (INIS)

    Ambrose, D.; Bachman, M.; Coffey, P.; Glass, G.; Jobst, B.; McNaughton, K.H.; Nguyen, C.; Riley, P.J.

    1993-01-01

    The authors report here progress made during the three year period January 1, 1990, to December 31, 1993, for the Department of Energy Three-Year Grant No. DE-FG05-88ER40446, third year. A major part of the work has been associated with nucleon-nucleon (N-N) research carried out at the Nucleon Physics Laboratory (NPL) at the Los Alamos Meson Physics Facility (LAMPF). During this period they also completed data acquisition and analyses of a TRIUMF experiment, but they have no further plans for experimental work at TRIUMF. Other research has been and will be continued to be carried out at BNL, and involves two rare kaon decay experiments, BNL E791, now completed, and a second generation rare kaon decay experiment, E871, which has just this summer completed an engineering test run. The authors are now also members of a proposed experiment, STAR, (Solenoidal Tracker at RHIC) to be carried out at the Relativistic Heavy Ion Collider facility, RHIC, at BNL. The past three years have been a time of rapid change in the focus of the experimental program. A LAMPF experiment, E1097, in which they spent a large amount of effort during the past three years, was terminated due to funding shortages after they had fabricated the detector, but before data acquisition, and consequently they increased their participation in the rare kaon experiment at BNL, E871. It now appears that there will be no LAMPF N-N program after 1993, so that the research efforts will concentrate on the BNL rare kaon decay measurement, E871, and on STAR. The authors expect that STAR, which requires the fabrication of a large colliding beam detector facility, will use an increasing amount of their research efforts during the next few years. In what follows they describe recent progress on the LAMPF and TRIUMF N-N measurements, on the BNL rare kaon decay work, and on the initial work with the STAR group

  14. Two-component dressed-bag model for NN interaction: deuteron structure and phase shifts up to 1 GeV

    International Nuclear Information System (INIS)

    Kukulin, V.I.; Obukhovsky, I.T.; Pomerantsev, V.N.; Faessler, A.

    2002-01-01

    A two-component model is developed for the intermediate-range NN interaction based on a new mechanism with an intermediate symmetric six-quark bag 'dressed' by σ and other fields. To calculate the transition amplitude, the microscopic six-quark shell-model in combination with the 3 P 0 -quark pion production mechanism is used. As a result, an effective energy-dependent NN interaction is constructed. The new quark-meson model for the NN interaction has been demonstrated to result in a new type of NN tensor force at intermediate ranges, which is crucially important for the treatment of tensor mixing at intermediate energies. The suggested model is able to describe NN phase shifts in a broad energy range from low energy up to 1 GeV, and the deuteron structure. The generalization of the model results in new spin-orbit 2N and 3N forces and new meson-exchange currents induced by intermediate dressed bag components, and also in the enhancement of a collective σ-field in nuclei. (author)

  15. Relativistic scalar-vector models of the N-N and N-nuclear interactions

    International Nuclear Information System (INIS)

    Green, A.E.S.

    1985-01-01

    This paper for the Proceedings of Conference an Anti-Nucleon and Nucleon-Nucleus Interactions summarizes work by the principal investigator and his collaborators on the nucleon-nucleon (N-N) and nucleon-nuclear (N-eta) interactions. It draws heavily on a paper presented at the Many Body Conference in Rome in 1972 but also includes a brief review of our phenomenological N-eta interaction studies. We first summarize our 48-49 generalized scalar-vector meson field theory model of the N-N interactions. This is followed by a brief description of our phenomenological work in the 50's on the N-eta interaction sponsored by the Atomic Energy Commission (the present DOE). This work finally led to strong velocity dependent potentials with spin orbit and isospin terms for shell and optical model applications. This is followed by a section on the Emergence of One-Boson Exchange Models describing developments in the 60's of quantitative generalized one boson exchange potentials (GOBEP) including our purely relativistic N-N analyses. Then follows a section on the application of this meson field model to the N-eta interaction, in particular to spherical closed shell nuclei. This work was sponsored by AFOSR but funding was halted with the Mansfield amendment. We conclude with a discussion of subsequent collateral work by former colleagues and by others who have converged upon scalar-vector relativistic models of N-N, antiN-N, N-eta and antiN-eta interactions and some lessons learned from this extended endeavor. 61 refs

  16. An algorithmic approach for the dynamic reliability analysis of non-repairable multi-state weighted k-out-of-n:G system

    International Nuclear Information System (INIS)

    Eryilmaz, Serkan; Rıza Bozbulut, Ali

    2014-01-01

    In this paper, we study a multi-state weighted k-out-of-n:G system model in a dynamic setup. In particular, we study the random time spent by the system with a minimum performance level of k. Our method is based on ordering the lifetimes of the system's components in different state subsets. Using this ordering along with the Monte-Carlo simulation algorithm, we obtain estimates of the mean and survival function of the time spent by the system in state k or above. We present illustrative computational results when the degradation in the components follows a Markov process. - Highlights: • A multi-state weighted k-out-of-n:G system is studied. • A Monte-Carlo simulation algorithm is provided for the dynamic analysis. • Numerics are presented when the components' degradation follow the Markov process

  17. NN-align. An artificial neural network-based alignment algorithm for MHC class II peptide binding prediction

    DEFF Research Database (Denmark)

    Nielsen, Morten; Lund, Ole

    2009-01-01

    this binding event. RESULTS: Here, we present a novel artificial neural network-based method, NN-align that allows for simultaneous identification of the MHC class II binding core and binding affinity. NN-align is trained using a novel training algorithm that allows for correction of bias in the training data...

  18. Downscaling remotely sensed imagery using area-to-point cokriging and multiple-point geostatistical simulation

    Science.gov (United States)

    Tang, Yunwei; Atkinson, Peter M.; Zhang, Jingxiong

    2015-03-01

    A cross-scale data integration method was developed and tested based on the theory of geostatistics and multiple-point geostatistics (MPG). The goal was to downscale remotely sensed images while retaining spatial structure by integrating images at different spatial resolutions. During the process of downscaling, a rich spatial correlation model in the form of a training image was incorporated to facilitate reproduction of similar local patterns in the simulated images. Area-to-point cokriging (ATPCK) was used as locally varying mean (LVM) (i.e., soft data) to deal with the change of support problem (COSP) for cross-scale integration, which MPG cannot achieve alone. Several pairs of spectral bands of remotely sensed images were tested for integration within different cross-scale case studies. The experiment shows that MPG can restore the spatial structure of the image at a fine spatial resolution given the training image and conditioning data. The super-resolution image can be predicted using the proposed method, which cannot be realised using most data integration methods. The results show that ATPCK-MPG approach can achieve greater accuracy than methods which do not account for the change of support issue.

  19. Applicability of geostatistical procedures for the evaluation of hydrogeological parameters of a fractured aquifer in the Ronneburg mine district; Anwendbarkeit geostatistischer Verfahren zur Beurteilung hydrogeologischer Parameter eines heterogenen Kluftaquifers im Ronneburger Bergbaurevier

    Energy Technology Data Exchange (ETDEWEB)

    Grasshoff, C.; Schetelig, K. [RWTH Aachen, Lehrstuhl fuer Ingenieurgeologie und Hydrogeologie (Germany); Tomschi, H. [Harress Pickel Consult GmbH, Huerth (Germany)

    1998-12-31

    The following paper demonstrates, how a geostatistical approach can help interpolating hydrogeological parameters over a certain area. The basic elements developed by G. Matheron in the sixties are represented as the preconditions and assumptions, which provide the best results of the estimation. The variogram as the most important tool in geostatistics offers the opportunity to describe the correlating behaviour of a regionalized variable. Some kriging procedures are briefly introduced, which provide under varying circumstances estimating of non-measured values with the theoretical variogram-model. In the Ronneburg mine district 108 screened drill-holes could provide coefficients of hydraulic conductivity. These were interpolated with ordinary kriging over the whole investigation area. An error calculation was performed, which could prove the accuracy of the estimation. Short prospects point out some difficulties handling with geostatistic procedures and make suggestions for further investigations. (orig.) [Deutsch] Der folgende Artikel soll aufzeigen, inwiefern ein geostatistischer Ansatz hilfreich ist, um hydrogeologische Parameter flaechenhaft zu interpolieren. Dabei werden die von Matheron in den sechziger Jahren entwickelten Grundlagen vorgestellt und die Voraussetzungen definiert, unter denen die geostatistischen Schaetzmethoden die besten Ergebnisse liefern. Das Variogramm, als wichtigstes Werkzeug, bietet die Moeglichkeit, die raeumliche Korrelation der untersuchten Variable zu belegen. Mehrere Kriging-Verfahren werden skizzenhaft vorgestellt, die es unter unterschiedlichen Voraussetzungen ermoeglichen, an den Stellen des Untersuchungsgebietes, wo keine Messungen vorliegen, Schaetzungen aus dem Variogramm-Modell zu errechnen. Im Ronneburger Bergbaugebiet wurden aus 108 verfilterten Bohrungen k{sub f}-Werte gewonnen, die mittels Ordinary Kriging flaechenhaft ueber das gesamte Untersuchungsgebiet interpoliert wurden. Eine Fehlerabschaetzung gibt ueber die

  20. VAS-diagnostiikkatestereiden käyttö ajoneuvojen huolto- ja korjaustöissä

    OpenAIRE

    Pilvi, Juha

    2014-01-01

    Tämän insinöörityön aiheena on Volkswagen-konsernissa käytössä olevat VAS- diagnostiikkatesterit. Työssä tarkastellaan VAS-diagnostiikkatestereiden käyttöä ajoneuvojen huolto- ja korjaustoiminnassa. Pääpaino tulee olemaan päivittäisen korjaamotyöskentelyn kannalta olennaisimmissa toiminnoissa ja ominaisuuksissa. Työssä perehdytään myös diagnostiikkatestereiden historiaan ja ohjelmistojen tulevaisuuden näkymiin. Loppuosassa kuvataan kaksi käytännön vianhakua käyttäen VAS5051B- diagnostiikk...

  1. Anisotropic flow of identified particles in Pb-Pb collisions at $\\sqrt{s_{NN}}$ = 5.02 TeV

    CERN Document Server

    Acharya, Shreyasi; The ALICE collaboration; Adamova, Dagmar; Adolfsson, Jonatan; Aggarwal, Madan Mohan; Aglieri Rinella, Gianluca; Agnello, Michelangelo; Agrawal, Neelima; Ahammed, Zubayer; Ahn, Sang Un; Aiola, Salvatore; Akindinov, Alexander; Al-turany, Mohammad; Alam, Sk Noor; Silva De Albuquerque, Danilo; Aleksandrov, Dmitry; Alessandro, Bruno; Alfaro Molina, Jose Ruben; Ali, Yasir; Alici, Andrea; Alkin, Anton; Alme, Johan; Alt, Torsten; Altenkamper, Lucas; Altsybeev, Igor; Anaam, Mustafa Naji; Andrei, Cristian; Andreou, Dimitra; Andrews, Harry Arthur; Andronic, Anton; Angeletti, Massimo; Anguelov, Venelin; Anson, Christopher Daniel; Anticic, Tome; Antinori, Federico; Antonioli, Pietro; Anwar, Rafay; Apadula, Nicole; Aphecetche, Laurent Bernard; Appelshaeuser, Harald; Arcelli, Silvia; Arnaldi, Roberta; Arnold, Oliver Werner; Arsene, Ionut Cristian; Arslandok, Mesut; Audurier, Benjamin; Augustinus, Andre; Averbeck, Ralf Peter; Azmi, Mohd Danish; Badala, Angela; Baek, Yong Wook; Bagnasco, Stefano; Bailhache, Raphaelle Marie; Bala, Renu; Baldisseri, Alberto; Ball, Markus; Baral, Rama Chandra; Barbano, Anastasia Maria; Barbera, Roberto; Barile, Francesco; Barioglio, Luca; Barnafoldi, Gergely Gabor; Barnby, Lee Stuart; Ramillien Barret, Valerie; Bartalini, Paolo; Barth, Klaus; Bartsch, Esther; Bastid, Nicole; Basu, Sumit; Batigne, Guillaume; Batyunya, Boris; Batzing, Paul Christoph; Bazo Alba, Jose Luis; Bearden, Ian Gardner; Beck, Hans; Bedda, Cristina; Behera, Nirbhay Kumar; Belikov, Iouri; Bellini, Francesca; Bello Martinez, Hector; Bellwied, Rene; Espinoza Beltran, Lucina Gabriela; Belyaev, Vladimir; Bencedi, Gyula; Beole, Stefania; Bercuci, Alexandru; Berdnikov, Yaroslav; Berenyi, Daniel; Bertens, Redmer Alexander; Berzano, Dario; Betev, Latchezar; Bhaduri, Partha Pratim; Bhasin, Anju; Bhat, Inayat Rasool; Bhatt, Himani; Bhattacharjee, Buddhadeb; Bhom, Jihyun; Bianchi, Antonio; Bianchi, Livio; Bianchi, Nicola; Bielcik, Jaroslav; Bielcikova, Jana; Bilandzic, Ante; Biro, Gabor; Biswas, Rathijit; Biswas, Saikat; Blair, Justin Thomas; Blau, Dmitry; Blume, Christoph; Boca, Gianluigi; Bock, Friederike; Bogdanov, Alexey; Boldizsar, Laszlo; Bombara, Marek; Bonomi, Germano; Bonora, Matthias; Borel, Herve; Borissov, Alexander; Borri, Marcello; Botta, Elena; Bourjau, Christian; Bratrud, Lars; Braun-munzinger, Peter; Bregant, Marco; Broker, Theo Alexander; Broz, Michal; Brucken, Erik Jens; Bruna, Elena; Bruno, Giuseppe Eugenio; Budnikov, Dmitry; Buesching, Henner; Bufalino, Stefania; Buhler, Paul; Buncic, Predrag; Busch, Oliver; Buthelezi, Edith Zinhle; Bashir Butt, Jamila; Buxton, Jesse Thomas; Cabala, Jan; Caffarri, Davide; Caines, Helen Louise; Caliva, Alberto; Calvo Villar, Ernesto; Soto Camacho, Rabi; Camerini, Paolo; Capon, Aaron Allan; Carena, Francesco; Carena, Wisla; Carnesecchi, Francesca; Castillo Castellanos, Javier Ernesto; Castro, Andrew John; Casula, Ester Anna Rita; Ceballos Sanchez, Cesar; Chandra, Sinjini; Chang, Beomsu; Chang, Wan; Chapeland, Sylvain; Chartier, Marielle; Chattopadhyay, Subhasis; Chattopadhyay, Sukalyan; Chauvin, Alex; Cheshkov, Cvetan Valeriev; Cheynis, Brigitte; Chibante Barroso, Vasco Miguel; Dobrigkeit Chinellato, David; Cho, Soyeon; Chochula, Peter; Chowdhury, Tasnuva; Christakoglou, Panagiotis; Christensen, Christian Holm; Christiansen, Peter; Chujo, Tatsuya; Chung, Suh-urk; Cicalo, Corrado; Cifarelli, Luisa; Cindolo, Federico; Cleymans, Jean Willy Andre; Colamaria, Fabio Filippo; Colella, Domenico; Collu, Alberto; Colocci, Manuel; Concas, Matteo; Conesa Balbastre, Gustavo; Conesa Del Valle, Zaida; Contreras Nuno, Jesus Guillermo; Cormier, Thomas Michael; Corrales Morales, Yasser; Cortese, Pietro; Cosentino, Mauro Rogerio; Costa, Filippo; Costanza, Susanna; Crkovska, Jana; Crochet, Philippe; Cuautle Flores, Eleazar; Cunqueiro Mendez, Leticia; Dahms, Torsten; Dainese, Andrea; Dani, Sanskruti; Danisch, Meike Charlotte; Danu, Andrea; Das, Debasish; Das, Indranil; Das, Supriya; Dash, Ajay Kumar; Dash, Sadhana; De, Sudipan; De Caro, Annalisa; De Cataldo, Giacinto; De Conti, Camila; De Cuveland, Jan; De Falco, Alessandro; De Gruttola, Daniele; De Marco, Nora; De Pasquale, Salvatore; Derradi De Souza, Rafael; Franz Degenhardt, Hermann; Deisting, Alexander; Deloff, Andrzej; Delsanto, Silvia; Deplano, Caterina; Dhankher, Preeti; Di Bari, Domenico; Di Mauro, Antonio; Di Ruzza, Benedetto; Arteche Diaz, Raul; Dietel, Thomas; Dillenseger, Pascal; Ding, Yanchun; Divia, Roberto; Djuvsland, Oeystein; Dobrin, Alexandru Florin; Domenicis Gimenez, Diogenes; Donigus, Benjamin; Dordic, Olja; Van Doremalen, Lennart Vincent; Dubey, Anand Kumar; Dubla, Andrea; Ducroux, Laurent; Dudi, Sandeep; Duggal, Ashpreet Kaur; Dukhishyam, Mallick; Dupieux, Pascal; Ehlers Iii, Raymond James; Elia, Domenico; Endress, Eric; Engel, Heiko; Epple, Eliane; Erazmus, Barbara Ewa; Erhardt, Filip; Ersdal, Magnus Rentsch; Espagnon, Bruno; Eulisse, Giulio; Eum, Jongsik; Evans, David; Evdokimov, Sergey; Fabbietti, Laura; Faggin, Mattia; Faivre, Julien; Fantoni, Alessandra; Fasel, Markus; Feldkamp, Linus; Feliciello, Alessandro; Feofilov, Grigorii; Fernandez Tellez, Arturo; Ferretti, Alessandro; Festanti, Andrea; Feuillard, Victor Jose Gaston; Figiel, Jan; Araujo Silva Figueredo, Marcel; Filchagin, Sergey; Finogeev, Dmitry; Fionda, Fiorella; Fiorenza, Gabriele; Flor, Fernando; Floris, Michele; Foertsch, Siegfried Valentin; Foka, Panagiota; Fokin, Sergey; Fragiacomo, Enrico; Francescon, Andrea; Francisco, Audrey; Frankenfeld, Ulrich Michael; Fronze, Gabriele Gaetano; Fuchs, Ulrich; Furget, Christophe; Furs, Artur; Fusco Girard, Mario; Gaardhoeje, Jens Joergen; Gagliardi, Martino; Gago Medina, Alberto Martin; Gajdosova, Katarina; Gallio, Mauro; Duarte Galvan, Carlos; Ganoti, Paraskevi; Garabatos Cuadrado, Jose; Garcia-solis, Edmundo Javier; Garg, Kunal; Gargiulo, Corrado; Gasik, Piotr Jan; Gauger, Erin Frances; De Leone Gay, Maria Beatriz; Germain, Marie; Ghosh, Jhuma; Ghosh, Premomoy; Ghosh, Sanjay Kumar; Gianotti, Paola; Giubellino, Paolo; Giubilato, Piero; Glassel, Peter; Gomez Coral, Diego Mauricio; Gomez Ramirez, Andres; Gonzalez, Victor; Gonzalez Zamora, Pedro; Gorbunov, Sergey; Gorlich, Lidia Maria; Gotovac, Sven; Grabski, Varlen; Graczykowski, Lukasz Kamil; Graham, Katie Leanne; Greiner, Leo Clifford; Grelli, Alessandro; Grigoras, Costin; Grigoryev, Vladislav; Grigoryan, Ara; Grigoryan, Smbat; Gronefeld, Julius Maximilian; Grosa, Fabrizio; Grosse-oetringhaus, Jan Fiete; Grosso, Raffaele; Guernane, Rachid; Guerzoni, Barbara; Guittiere, Manuel; Gulbrandsen, Kristjan Herlache; Gunji, Taku; Gupta, Anik; Gupta, Ramni; Bautista Guzman, Irais; Haake, Rudiger; Habib, Michael Karim; Hadjidakis, Cynthia Marie; Hamagaki, Hideki; Hamar, Gergoe; Hamid, Mohammed; Hamon, Julien Charles; Hannigan, Ryan; Haque, Md Rihan; Harris, John William; Harton, Austin Vincent; Hassan, Hadi; Hatzifotiadou, Despina; Hayashi, Shinichi; Heckel, Stefan Thomas; Hellbar, Ernst; Helstrup, Haavard; Herghelegiu, Andrei Ionut; Gonzalez Hernandez, Emma; Herrera Corral, Gerardo Antonio; Herrmann, Florian; Hetland, Kristin Fanebust; Hilden, Timo Eero; Hillemanns, Hartmut; Hills, Christopher; Hippolyte, Boris; Hohlweger, Bernhard; Horak, David; Hornung, Sebastian; Hosokawa, Ritsuya; Hota, Jyotishree; Hristov, Peter Zahariev; Huang, Chun-lu; Hughes, Charles; Huhn, Patrick; Humanic, Thomas; Hushnud, Hushnud; Hussain, Nur; Hussain, Tahir; Hutter, Dirk; Hwang, Dae Sung; Iddon, James Philip; Iga Buitron, Sergio Arturo; Ilkaev, Radiy; Inaba, Motoi; Ippolitov, Mikhail; Islam, Md Samsul; Ivanov, Marian; Ivanov, Vladimir; Izucheev, Vladimir; Jacak, Barbara; Jacazio, Nicolo; Jacobs, Peter Martin; Jadhav, Manoj Bhanudas; Jadlovska, Slavka; Jadlovsky, Jan; Jaelani, Syaefudin; Jahnke, Cristiane; Jakubowska, Monika Joanna; Janik, Malgorzata Anna; Jena, Chitrasen; Jercic, Marko; Jevons, Oliver; Jimenez Bustamante, Raul Tonatiuh; Jin, Muqing; Jones, Peter Graham; Jusko, Anton; Kalinak, Peter; Kalweit, Alexander Philipp; Kang, Ju Hwan; Kaplin, Vladimir; Kar, Somnath; Karasu Uysal, Ayben; Karavichev, Oleg; Karavicheva, Tatiana; Karczmarczyk, Przemyslaw; Karpechev, Evgeny; Kebschull, Udo Wolfgang; Keidel, Ralf; Keijdener, Darius Laurens; Keil, Markus; Ketzer, Bernhard Franz; Khabanova, Zhanna; Khan, Ahsan Mehmood; Khan, Shaista; Khan, Shuaib Ahmad; Khanzadeev, Alexei; Kharlov, Yury; Khatun, Anisa; Khuntia, Arvind; Kielbowicz, Miroslaw Marek; Kileng, Bjarte; Kim, Byungchul; Kim, Daehyeok; Kim, Dong Jo; Kim, Eun Joo; Kim, Hyeonjoong; Kim, Jinsook; Kim, Jiyoung; Kim, Minjung; Kim, Se Yong; Kim, Taejun; Kim, Taesoo; Kirsch, Stefan; Kisel, Ivan; Kiselev, Sergey; Kisiel, Adam Ryszard; Klay, Jennifer Lynn; Klein, Carsten; Klein, Jochen; Klein-boesing, Christian; Klewin, Sebastian; Kluge, Alexander; Knichel, Michael Linus; Knospe, Anders Garritt; Kobdaj, Chinorat; Varga-kofarago, Monika; Kohler, Markus Konrad; Kollegger, Thorsten; Kondratyeva, Natalia; Kondratyuk, Evgeny; Konevskikh, Artem; Konyushikhin, Maxim; Kovalenko, Oleksandr; Kovalenko, Vladimir; Kowalski, Marek; Kralik, Ivan; Kravcakova, Adela; Kreis, Lukas; Krivda, Marian; Krizek, Filip; Kruger, Mario; Kryshen, Evgeny; Krzewicki, Mikolaj; Kubera, Andrew Michael; Kucera, Vit; Kuhn, Christian Claude; Kuijer, Paulus Gerardus; Kumar, Jitendra; Kumar, Lokesh; Kumar, Shyam; Kundu, Sourav; Kurashvili, Podist; Kurepin, Alexander; Kurepin, Alexey; Kuryakin, Alexey; Kushpil, Svetlana; Kvapil, Jakub; Kweon, Min Jung; Kwon, Youngil; La Pointe, Sarah Louise; La Rocca, Paola; Lai, Yue Shi; Lakomov, Igor; Langoy, Rune; Lapidus, Kirill; Lardeux, Antoine Xavier; Larionov, Pavel; Laudi, Elisa; Lavicka, Roman; Lea, Ramona; Leardini, Lucia; Lee, Seongjoo; Lehas, Fatiha; Lehner, Sebastian; Lehrbach, Johannes; Lemmon, Roy Crawford; Leon Monzon, Ildefonso; Levai, Peter; Li, Xiaomei; Li, Xing Long; Lien, Jorgen Andre; Lietava, Roman; Lim, Bong-hwi; Lindal, Svein; Lindenstruth, Volker; Lindsay, Scott William; Lippmann, Christian; Lisa, Michael Annan; Litichevskyi, Vladyslav; Liu, Alwina; Ljunggren, Hans Martin; Llope, William; Lodato, Davide Francesco; Loginov, Vitaly; Loizides, Constantinos; Loncar, Petra; Lopez, Xavier Bernard; Lopez Torres, Ernesto; Lowe, Andrew John; Luettig, Philipp Johannes; Luhder, Jens Robert; Lunardon, Marcello; Luparello, Grazia; Lupi, Matteo; Maevskaya, Alla; Mager, Magnus; Mahmood, Sohail Musa; Maire, Antonin; Majka, Richard Daniel; Malaev, Mikhail; Malik, Qasim Waheed; Malinina, Liudmila; Mal'kevich, Dmitry; Malzacher, Peter; Mamonov, Alexander; Manko, Vladislav; Manso, Franck; Manzari, Vito; Mao, Yaxian; Marchisone, Massimiliano; Mares, Jiri; Margagliotti, Giacomo Vito; Margotti, Anselmo; Margutti, Jacopo; Marin, Ana Maria; Markert, Christina; Marquard, Marco; Martin, Nicole Alice; Martinengo, Paolo; Martinez, Jacobb Lee; Martinez Hernandez, Mario Ivan; Martinez-garcia, Gines; Martinez Pedreira, Miguel; Masciocchi, Silvia; Masera, Massimo; Masoni, Alberto; Massacrier, Laure Marie; Masson, Erwann; Mastroserio, Annalisa; Mathis, Andreas Michael; Toledo Matuoka, Paula Fernanda; Matyja, Adam Tomasz; Mayer, Christoph; Mazzilli, Marianna; Mazzoni, Alessandra Maria; Meddi, Franco; Melikyan, Yuri; Menchaca-rocha, Arturo Alejandro; Meninno, Elisa; Mercado-perez, Jorge; Meres, Michal; Soncco Meza, Carlos; Mhlanga, Sibaliso; Miake, Yasuo; Micheletti, Luca; Mieskolainen, Matti Mikael; Mihaylov, Dimitar Lubomirov; Mikhaylov, Konstantin; Mischke, Andre; Mishra, Aditya Nath; Miskowiec, Dariusz Czeslaw; Mitra, Jubin; Mitu, Ciprian Mihai; Mohammadi, Naghmeh; Mohanty, Auro Prasad; Mohanty, Bedangadas; Khan, Mohammed Mohisin; Moreira De Godoy, Denise Aparecida; Perez Moreno, Luis Alberto; Moretto, Sandra; Morreale, Astrid; Morsch, Andreas; Muccifora, Valeria; Mudnic, Eugen; Muhlheim, Daniel Michael; Muhuri, Sanjib; Mukherjee, Maitreyee; Mulligan, James Declan; Gameiro Munhoz, Marcelo; Munning, Konstantin; Arratia Munoz, Miguel Ignacio; Munzer, Robert Helmut; Murakami, Hikari; Murray, Sean; Musa, Luciano; Musinsky, Jan; Myers, Corey James; Myrcha, Julian Wojciech; Naik, Bharati; Nair, Rahul; Nandi, Basanta Kumar; Nania, Rosario; Nappi, Eugenio; Narayan, Amrendra; Naru, Muhammad Umair; Nassirpour, Adrian Fereydon; Ferreira Natal Da Luz, Pedro Hugo; Nattrass, Christine; Rosado Navarro, Sebastian; Nayak, Kishora; Nayak, Ranjit; Nayak, Tapan Kumar; Nazarenko, Sergey; Negrao De Oliveira, Renato Aparecido; Nellen, Lukas; Nesbo, Simon Voigt; Neskovic, Gvozden; Ng, Fabian; Nicassio, Maria; Niedziela, Jeremi; Nielsen, Borge Svane; Nikolaev, Sergey; Nikulin, Sergey; Nikulin, Vladimir; Noferini, Francesco; Nomokonov, Petr; Nooren, Gerardus; Cabanillas Noris, Juan Carlos; Norman, Jaime; Nyanin, Alexander; Nystrand, Joakim Ingemar; Oh, Hoonjung; Ohlson, Alice Elisabeth; Oleniacz, Janusz; Oliveira Da Silva, Antonio Carlos; Oliver, Michael Henry; Onderwaater, Jacobus; Oppedisano, Chiara; Orava, Risto; Oravec, Matej; Ortiz Velasquez, Antonio; Oskarsson, Anders Nils Erik; Otwinowski, Jacek Tomasz; Oyama, Ken; Pachmayer, Yvonne Chiara; Pacik, Vojtech; Pagano, Davide; Paic, Guy; Palni, Prabhakar; Pan, Jinjin; Pandey, Ashutosh Kumar; Panebianco, Stefano; Papikyan, Vardanush; Pareek, Pooja; Park, Jonghan; Parkkila, Jasper Elias; Parmar, Sonia; Passfeld, Annika; Pathak, Surya Prakash; Patra, Rajendra Nath; Paul, Biswarup; Pei, Hua; Peitzmann, Thomas; Peng, Xinye; Pereira, Luis Gustavo; Pereira Da Costa, Hugo Denis Antonio; Peresunko, Dmitry Yurevich; Perez Lezama, Edgar; Peskov, Vladimir; Pestov, Yury; Petracek, Vojtech; Petrovici, Mihai; Petta, Catia; Peretti Pezzi, Rafael; Piano, Stefano; Pikna, Miroslav; Pillot, Philippe; Ozelin De Lima Pimentel, Lais; Pinazza, Ombretta; Pinsky, Lawrence; Pisano, Silvia; Piyarathna, Danthasinghe; Ploskon, Mateusz Andrzej; Planinic, Mirko; Pliquett, Fabian; Pluta, Jan Marian; Pochybova, Sona; Podesta Lerma, Pedro Luis Manuel; Poghosyan, Martin; Polishchuk, Boris; Poljak, Nikola; Poonsawat, Wanchaloem; Pop, Amalia; Poppenborg, Hendrik; Porteboeuf, Sarah Julie; Pozdniakov, Valeriy; Prasad, Sidharth Kumar; Preghenella, Roberto; Prino, Francesco; Pruneau, Claude Andre; Pshenichnov, Igor; Puccio, Maximiliano; Punin, Valery; Putschke, Jorn Henning; Raha, Sibaji; Rajput, Sonia; Rak, Jan; Rakotozafindrabe, Andry Malala; Ramello, Luciano; Rami, Fouad; Raniwala, Rashmi; Raniwala, Sudhir; Rasanen, Sami Sakari; Rascanu, Bogdan Theodor; Ratza, Viktor; Ravasenga, Ivan; Read, Kenneth Francis; Redlich, Krzysztof; Rehman, Attiq Ur; Reichelt, Patrick Simon; Reidt, Felix; Ren, Xiaowen; Renfordt, Rainer Arno Ernst; Reshetin, Andrey; Revol, Jean-pierre; Reygers, Klaus Johannes; Riabov, Viktor; Richert, Tuva Ora Herenui; Richter, Matthias Rudolph; Riedler, Petra; Riegler, Werner; Riggi, Francesco; Ristea, Catalin-lucian; Rode, Sudhir Pandurang; Rodriguez Cahuantzi, Mario; Roeed, Ketil; Rogalev, Roman; Rogochaya, Elena; Rohr, David Michael; Roehrich, Dieter; Rokita, Przemyslaw Stefan; Ronchetti, Federico; Dominguez Rosas, Edgar; Roslon, Krystian; Rosnet, Philippe; Rossi, Andrea; Rotondi, Alberto; Roukoutakis, Filimon; Roy, Christelle Sophie; Roy, Pradip Kumar; Vazquez Rueda, Omar; Rui, Rinaldo; Rumyantsev, Boris; Rustamov, Anar; Ryabinkin, Evgeny; Ryabov, Yury; Rybicki, Andrzej; Saarinen, Sampo; Sadhu, Samrangy; Sadovskiy, Sergey; Safarik, Karel; Saha, Sumit Kumar; Sahoo, Baidyanath; Sahoo, Pragati; Sahoo, Raghunath; Sahoo, Sarita; Sahu, Pradip Kumar; Saini, Jogender; Sakai, Shingo; Saleh, Mohammad Ahmad; Sambyal, Sanjeev Singh; Samsonov, Vladimir; Sandoval, Andres; Sarkar, Amal; Sarkar, Debojit; Sarkar, Nachiketa; Sarma, Pranjal; Sas, Mike Henry Petrus; Scapparone, Eugenio; Scarlassara, Fernando; Schaefer, Brennan; Scheid, Horst Sebastian; Schiaua, Claudiu Cornel; Schicker, Rainer Martin; Schmidt, Christian Joachim; Schmidt, Hans Rudolf; Schmidt, Marten Ole; Schmidt, Martin; Schmidt, Nicolas Vincent; Schukraft, Jurgen; Schutz, Yves Roland; Schwarz, Kilian Eberhard; Schweda, Kai Oliver; Scioli, Gilda; Scomparin, Enrico; Sefcik, Michal; Seger, Janet Elizabeth; Sekiguchi, Yuko; Sekihata, Daiki; Selyuzhenkov, Ilya; Senosi, Kgotlaesele; Senyukov, Serhiy; Serradilla Rodriguez, Eulogio; Sett, Priyanka; Sevcenco, Adrian; Shabanov, Arseniy; Shabetai, Alexandre; Shahoyan, Ruben; Shaikh, Wadut; Shangaraev, Artem; Sharma, Anjali; Sharma, Ankita; Sharma, Meenakshi; Sharma, Natasha; Sheikh, Ashik Ikbal; Shigaki, Kenta; Shimomura, Maya; Shirinkin, Sergey; Shou, Qiye; Shtejer Diaz, Katherin; Sibiryak, Yury; Siddhanta, Sabyasachi; Sielewicz, Krzysztof Marek; Siemiarczuk, Teodor; Silvermyr, David Olle Rickard; Simatovic, Goran; Simonetti, Giuseppe; Singaraju, Rama Narayana; Singh, Ranbir; Singh, Randhir; Singhal, Vikas; Sarkar - Sinha, Tinku; Sitar, Branislav; Sitta, Mario; Skaali, Bernhard; Slupecki, Maciej; Smirnov, Nikolai; Snellings, Raimond; Snellman, Tomas Wilhelm; Song, Jihye; Soramel, Francesca; Sorensen, Soren Pontoppidan; Sozzi, Federica; Sputowska, Iwona Anna; Stachel, Johanna; Stan, Ionel; Stankus, Paul; Stenlund, Evert Anders; Stocco, Diego; Storetvedt, Maksim Melnik; Strmen, Peter; Alarcon Do Passo Suaide, Alexandre; Sugitate, Toru; Suire, Christophe Pierre; Suleymanov, Mais Kazim Oglu; Suljic, Miljenko; Sultanov, Rishat; Sumbera, Michal; Sumowidagdo, Suharyo; Suzuki, Ken; Swain, Sagarika; Szabo, Alexander; Szarka, Imrich; Tabassam, Uzma; Takahashi, Jun; Tambave, Ganesh Jagannath; Tanaka, Naoto; Tarhini, Mohamad; Tariq, Mohammad; Tarzila, Madalina-gabriela; Tauro, Arturo; Tejeda Munoz, Guillermo; Telesca, Adriana; Terrevoli, Cristina; Teyssier, Boris; Thakur, Dhananjaya; Thakur, Sanchari; Thomas, Deepa; Thoresen, Freja; Tieulent, Raphael Noel; Tikhonov, Anatoly; Timmins, Anthony Robert; Toia, Alberica; Topilskaya, Nataliya; Toppi, Marco; Rojas Torres, Solangel; Tripathy, Sushanta; Trogolo, Stefano; Trombetta, Giuseppe; Tropp, Lukas; Trubnikov, Victor; Trzaska, Wladyslaw Henryk; Trzcinski, Tomasz Piotr; Trzeciak, Barbara Antonina; Tsuji, Tomoya; Tumkin, Alexandr; Turrisi, Rosario; Tveter, Trine Spedstad; Ullaland, Kjetil; Umaka, Ejiro Naomi; Uras, Antonio; Usai, Gianluca; Utrobicic, Antonija; Vala, Martin; Van Hoorne, Jacobus Willem; Van Leeuwen, Marco; Vande Vyvre, Pierre; Varga, Dezso; Diozcora Vargas Trevino, Aurora; Vargyas, Marton; Varma, Raghava; Vasileiou, Maria; Vasiliev, Andrey; Vauthier, Astrid; Vazquez Doce, Oton; Vechernin, Vladimir; Veen, Annelies Marianne; Vercellin, Ermanno; Vergara Limon, Sergio; Vermunt, Luuk; Vernet, Renaud; Vertesi, Robert; Vickovic, Linda; Viinikainen, Jussi Samuli; Vilakazi, Zabulon; Villalobos Baillie, Orlando; Villatoro Tello, Abraham; Vinogradov, Alexander; Virgili, Tiziano; Vislavicius, Vytautas; Vodopyanov, Alexander; Volkl, Martin Andreas; Voloshin, Kirill; Voloshin, Sergey; Volpe, Giacomo; Von Haller, Barthelemy; Vorobyev, Ivan; Voscek, Dominik; Vranic, Danilo; Vrlakova, Janka; Wagner, Boris; Wang, Hongkai; Wang, Mengliang; Watanabe, Yosuke; Weber, Michael; Weber, Steffen Georg; Wegrzynek, Adam; Weiser, Dennis Franz; Wenzel, Sandro Christian; Wessels, Johannes Peter; Westerhoff, Uwe; Whitehead, Andile Mothegi; Wiechula, Jens; Wikne, Jon; Wilk, Grzegorz Andrzej; Wilkinson, Jeremy John; Willems, Guido Alexander; Williams, Crispin; Willsher, Emily; Windelband, Bernd Stefan; Witt, William Edward; Xu, Ran; Yalcin, Serpil; Yamakawa, Kosei; Yano, Satoshi; Yin, Zhongbao; Yokoyama, Hiroki; Yoo, In-kwon; Yoon, Jin Hee; Yurchenko, Volodymyr; Zaccolo, Valentina; Zaman, Ali; Zampolli, Chiara; Correa Zanoli, Henrique Jose; Zardoshti, Nima; Zarochentsev, Andrey; Zavada, Petr; Zavyalov, Nikolay; Zbroszczyk, Hanna Paulina; Zhalov, Mikhail; Zhang, Xiaoming; Zhang, Yonghong; Zhang, Zuman; Zhao, Chengxin; Zherebchevskii, Vladimir; Zhigareva, Natalia; Zhou, Daicui; Zhou, You; Zhou, Zhuo; Zhu, Hongsheng; Zhu, Jianhui; Zhu, Ya; Zichichi, Antonino; Zimmermann, Markus Bernhard; Zinovjev, Gennady; Zmeskal, Johann; Zou, Shuguang

    2018-01-01

    The elliptic ($v_{2}$), triangular ($v_{3}$), and quadrangular ($v_{4}$) flow coefficients of $\\pi^{\\pm}$, $K^{\\pm}$, $p+\\overline{p}$, $\\Lambda+\\overline{\\Lambda}$, $K^{0}_{S}$ and the $\\phi$-meson are measured in Pb-Pb collisions at $\\sqrt{s_{NN}}$ = 5.02 TeV. Results obtained with the scalar product method are reported for the rapidity range |y| < 0.5 as a function of transverse momentum, $p_{T}$, at different collision centrality intervals between 0-70%, including ultra-central (0-1%) collisions for $\\pi^{\\pm}$, $K^{\\pm}$ and $p+\\overline{p}$. For $p_{T}$ < 3 GeV/$c$, the flow coefficients exhibit a particle mass dependence. At intermediate transverse momenta (3 < $p_{T}$ < 8-10 GeV/$c$), particles show an approximate grouping according to their type (i.e., mesons and baryons). The $\\phi$-meson $v_{2}$, which tests both particle mass dependence and type scaling, follows $p+\\overline{p}$ $v_{2}$ at low $p_{T}$ and $\\pi^{\\pm}$ $v_{2}$ at intermediate $p_{T}$. The evolution of the shape of $...

  2. Geostatistical Analysis Methods for Estimation of Environmental Data Homogeneity

    Directory of Open Access Journals (Sweden)

    Aleksandr Danilov

    2018-01-01

    Full Text Available The methodology for assessing the spatial homogeneity of ecosystems with the possibility of subsequent zoning of territories in terms of the degree of disturbance of the environment is considered in the study. The degree of pollution of the water body was reconstructed on the basis of hydrochemical monitoring data and information on the level of the technogenic load in one year. As a result, the greatest environmental stress zones were isolated and correct zoning using geostatistical analysis techniques was proved. Mathematical algorithm computing system was implemented in an object-oriented programming C #. A software application has been obtained that allows quickly assessing the scale and spatial localization of pollution during the initial analysis of the environmental situation.

  3. Geostatistical analysis of the flood risk perception queries in the village of Navaluenga (Central Spain)

    Science.gov (United States)

    Guardiola-Albert, Carolina; Díez-Herrero, Andrés; Amérigo, María; García, Juan Antonio; María Bodoque, José; Fernández-Naranjo, Nuria

    2017-04-01

    Flash floods provoke a high average mortality as they are usually unexpected events which evolve rapidly and affect relatively small areas. The short time available for minimizing risks requires preparedness and response actions to be put into practice. Therefore, it is necessary the development of emergency response plans to evacuate and rescue people in the context of a flash-flood hazard. In this framework, risk management has to integrate the social dimension of flash-flooding and its spatial distribution by understanding the characteristics of local communities in order to enhance community resilience during a flash-flood. In this regard, the flash-flood social risk perception of the village of Navaluenga (Central Spain) has been recently assessed, as well as the level of awareness of civil protection and emergency management strategies (Bodoque et al., 2016). This has been done interviewing 254 adults, representing roughly 12% of the population census. The present study wants to go further in the analysis of the resulting questionnaires, incorporating in the analysis the location of home spatial coordinates in order to characterize the spatial distribution and possible geographical interpretation of flood risk perception. We apply geostatistical methods to analyze spatial relations of social risk perception and level of awareness with distance to the rivers (Alberche and Chorrerón) or to the flood-prone areas (50-year, 100-year and 500-year flood plains). We want to discover spatial patterns, if any, using correlation functions (variograms). Geostatistical analyses results can help to either confirm the logical pattern (i.e., less awareness further to the rivers or high return period of flooding) or reveal departures from expected. It can also be possible to identify hot spots, cold spots, and spatial outliers. The interpretation of these spatial patterns can give valuable information to define strategies to improve the awareness regarding preparedness and

  4. The Application of the Weighted k-Partite Graph Problem to the Multiple Alignment for Metabolic Pathways.

    Science.gov (United States)

    Chen, Wenbin; Hendrix, William; Samatova, Nagiza F

    2017-12-01

    The problem of aligning multiple metabolic pathways is one of very challenging problems in computational biology. A metabolic pathway consists of three types of entities: reactions, compounds, and enzymes. Based on similarities between enzymes, Tohsato et al. gave an algorithm for aligning multiple metabolic pathways. However, the algorithm given by Tohsato et al. neglects the similarities among reactions, compounds, enzymes, and pathway topology. How to design algorithms for the alignment problem of multiple metabolic pathways based on the similarity of reactions, compounds, and enzymes? It is a difficult computational problem. In this article, we propose an algorithm for the problem of aligning multiple metabolic pathways based on the similarities among reactions, compounds, enzymes, and pathway topology. First, we compute a weight between each pair of like entities in different input pathways based on the entities' similarity score and topological structure using Ay et al.'s methods. We then construct a weighted k-partite graph for the reactions, compounds, and enzymes. We extract a mapping between these entities by solving the maximum-weighted k-partite matching problem by applying a novel heuristic algorithm. By analyzing the alignment results of multiple pathways in different organisms, we show that the alignments found by our algorithm correctly identify common subnetworks among multiple pathways.

  5. Perceived weight discrimination mediates the prospective relation between obesity and depressive symptoms in U.S. and U.K. adults.

    Science.gov (United States)

    Robinson, Eric; Sutin, Angelina; Daly, Michael

    2017-02-01

    Obesity has been shown to increase risk of depression. Persons with obesity experience discrimination because of their body weight. Across 3 studies, we tested for the first time whether experiencing (perceived) weight-based discrimination explains why obesity is prospectively associated with increases in depressive symptoms. Data from 3 studies, including the English Longitudinal Study of Ageing (2008/2009-2012/2013), the Health and Retirement Study (2006/2008-2010/2012), and Midlife in the United States (1995/1996-2004/2005), were used to examine associations between obesity, perceived weight discrimination, and depressive symptoms among 20,286 U.S. and U.K. adults. Across all 3 studies, Class II and III obesity were reliably associated with increases in depressive symptoms from baseline to follow-up. Perceived weight-based discrimination predicted increases in depressive symptoms over time and mediated the prospective association between obesity and depressive symptoms in all 3 studies. Persons with Class II and III obesity were more likely to report experiencing weight-based discrimination, and this explained approximately 31% of the obesity-related increase in depressive symptoms on average across the 3 studies. In U.S. and U.K. samples, the prospective association between obesity (defined using body mass index) and increases in depressive symptoms in adulthood may in part be explained by perceived weight discrimination. (PsycINFO Database Record (c) 2017 APA, all rights reserved).

  6. Modification of K{sup 0}{sub s} and Λ(anti Λ) transverse momentum spectra in Pb-Pb collisions at √(s{sub NN})=2.76 TeV with ALICE

    Energy Technology Data Exchange (ETDEWEB)

    Schuchmann, Simone

    2015-07-22

    Measurements of the transverse momentum (p{sub T}) spectra of K{sup 0}{sub s} and Λ(anti Λ) in Pb-Pb and pp collisions at √(s{sub NN})=2.76 TeV with the ALICE detector at the LHC at CERN up to p{sub T}=20 GeV/c and p{sub T}=16 GeV/c, respectively, are presented in this thesis. In addition, the particle rapidity densities at mid-rapidity and nuclear modification factors of K{sup 0}{sub s} and Λ(anti Λ) are shown and discussed. The analysis was performed using the Pb-Pb data set from 2010 and the pp data set from 2011. For the identification of K{sup 0}{sub s} and Λ(anti Λ), the on-the-fly V0 finder was employed on tracking information from the TPC and ITS detectors. The Λ and anti Λ spectra were feed-down corrected using the measured published Ξ{sup -} spectra as input. Regarding the rapidity density at mid-rapidity, a suppression of the strange particle production in pp as compared to Pb-Pb collisions is observed at all centralities, whereas the production per pion rapidity density stays constant as a function of dN{sub ch}/dη including both systems. Furthermore, the relative increase of the individual particle species in pp and AA collisions is compatible for non- and single-strange particles when going from RHIC (√(s{sub NN})=0.2 TeV) to LHC energies. On the other hand, in case of multi-strange baryons, a stronger increase in the particle production in pp is seen. The anti Λ and Λ production in Pb-Pb and pp collisions was found to be equal. Concerning the nuclear modification factors, at lower p{sub T}(p{sub T}<5 GeV/c), an enhancement of the R{sub AA} of Λ with respect to that of K{sup 0}{sub s} and charged hadrons is observed. This baryon-to-meson enhancement appearing in central Pb-Pb collisions at RHIC and LHC is currently explained by the interplay of the radial flow and recombination as the dominant particle production mechanism in this p{sub T} sector. The effect of radial flow is thus also seen in the low and intermediate p{sub T} region

  7. Local Geostatistical Models and Big Data in Hydrological and Ecological Applications

    Science.gov (United States)

    Hristopulos, Dionissios

    2015-04-01

    The advent of the big data era creates new opportunities for environmental and ecological modelling but also presents significant challenges. The availability of remote sensing images and low-cost wireless sensor networks implies that spatiotemporal environmental data to cover larger spatial domains at higher spatial and temporal resolution for longer time windows. Handling such voluminous data presents several technical and scientific challenges. In particular, the geostatistical methods used to process spatiotemporal data need to overcome the dimensionality curse associated with the need to store and invert large covariance matrices. There are various mathematical approaches for addressing the dimensionality problem, including change of basis, dimensionality reduction, hierarchical schemes, and local approximations. We present a Stochastic Local Interaction (SLI) model that can be used to model local correlations in spatial data. SLI is a random field model suitable for data on discrete supports (i.e., regular lattices or irregular sampling grids). The degree of localization is determined by means of kernel functions and appropriate bandwidths. The strength of the correlations is determined by means of coefficients. In the "plain vanilla" version the parameter set involves scale and rigidity coefficients as well as a characteristic length. The latter determines in connection with the rigidity coefficient the correlation length of the random field. The SLI model is based on statistical field theory and extends previous research on Spartan spatial random fields [2,3] from continuum spaces to explicitly discrete supports. The SLI kernel functions employ adaptive bandwidths learned from the sampling spatial distribution [1]. The SLI precision matrix is expressed explicitly in terms of the model parameter and the kernel function. Hence, covariance matrix inversion is not necessary for parameter inference that is based on leave-one-out cross validation. This property

  8. Centrality dependence of charged antiparticle to particle ratios near midrapidity in d+Au collisions at √(sNN )=200 GeV

    Science.gov (United States)

    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.; Hołyński, 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.; Nouicer, R.; 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.; Sukhanov, A.; Tonjes, M. B.; Trzupek, A.; Vale, C.; van Nieuwenhuizen, G. J.; Verdier, R.; Veres, G. I.; Wolfs, F. L.; Wosiek, B.; Woźniak, K.; Wysłouch, B.; Zhang, J.

    2004-07-01

    The ratios of the yields of charged antiparticles to particles have been obtained for pions, kaons, and protons near midrapidity for d+Au collisions at √(sNN )=200 GeV as a function of centrality. The reported values represent the ratio of the yields averaged over the rapidity range of 0.1< yπ <1.3 and 0< yK,p <0.8 , where positive rapidity is in the deuteron direction, and for transverse momenta 0.1< pπ,K T <1 GeV/c and 0.3< ppT <1 GeV/c . Within the uncertainties, a lack of centrality dependence is observed in all three ratios. The data are compared to results from other systems and model calculations.

  9. Femtoscopy with identified charged pions in proton-lead collisions at $\\sqrt{s_{\\mathrm{NN}}}=5.02~\\mathrm{TeV}$ with the ATLAS detector

    CERN Document Server

    Clark, Michael; The ATLAS collaboration

    2016-01-01

    Bose-Einstein correlations between identified charged pions are measured for $p$+Pb collisions at $\\sqrt{s_{\\mathrm{NN}}}=5.02~\\mathrm{TeV}$ with the ATLAS detector with a total integrated luminosity of $28~\\textrm{nb}^{-1}$. Pions are identified using ionization energy loss measured in the pixel detector. Two-particle correlation functions and the extracted source radii are presented as a function of average transverse pair momentum ($k_{\\mathrm{T}}$) and rapidity ($y^{*}_{k}$) as well as collision centrality. Pairs are selected with a rapidity $-2 < y^{*}_{k} < 1$ and with an average transverse momentum $0.1 < k_{\\mathrm{T}} < 0.8$ GeV. The effect on the two-particle correlation function from jet fragmentation is studied, and a new method for constraining its contributions to the measured correlations is described. The measured source sizes are substantially larger in more central collisions and are observed to decrease with increasing pair $k_{\\mathrm{T}}$. A correlation with the local multipli...

  10. Elliptic flow of charm and strange hadrons in high-multiplicity pPb collisions at $\\sqrt{s_{_{NN}}} = 8.16~\\mathrm{TeV}$

    CERN Document Server

    CMS Collaboration

    2018-01-01

    First measurements of the elliptic flow of prompt D$^{0}$ mesons in comparison to $\\mathrm{K^0_S}$, $\\Lambda$, $\\Xi^{-}$, and $\\Omega^{-}$ hadrons in pPb collisions at $\\sqrt{s_{_{NN}}} = 8.16~\\mathrm{TeV}$ are reported. The results are based on data collected by the CMS experiment at the LHC and are presented for particles at midrapidity with transverse momentum up to 8 GeV/c after correcting for the contribution of back-to-back jet correlations. The results are compared to PbPb collision data at $\\sqrt{s_{_{NN}}} = 5.02~\\mathrm{TeV}$ for $30-50\\%$ centrality. A significant elliptic flow ($v_2$) signal is observed for all particles, in very high-multiplicity ($\\sim 200$ charged particles) pPb events. When divided by the number of constituent quarks and studied as function of the transverse kinetic energy per quark, the D$^{0}$ $v_2$ values are observed to be significantly smaller than those of light flavor particles, an effect not observed in PbPb collisions. These results show a weaker collective flow assoc...

  11. Breakdown of NpNn scheme in very heavy nuclei

    International Nuclear Information System (INIS)

    Varshney, A.K.; Singh, M.; Kumar, Rajesh; Gupta, K.K.; Gupta, D.K.

    2016-01-01

    The proton neutron interaction has been considered the key ingredient in the development of configuration mixing, collectivity and ultimately deformation in atomic nuclei for over five decades. Phenomenologically, the correlation of the integrated valance p - n interaction with the onset of collectivity and deformation has been described in terms of NpNn scheme

  12. Approximate Analysis of Multi-State Weighted k-Out-of-n Systems Applied to Transmission Lines

    Directory of Open Access Journals (Sweden)

    Xiaogang Song

    2017-10-01

    Full Text Available Multi-state weighted k-out-of-n systems are widely applied in various scenarios, such as multiple line (power/oil transmission line transmission systems where the capability of fault tolerance is desirable. However, the complex operating environment and the dynamic features of load demands influence the evaluation of system reliability. In this paper, a stochastic multiple-valued (SMV approach is proposed to efficiently predict the reliability of two models of systems with non-repairable components and dynamically repairable components. The weights/performances and reliabilities of multi-state components (MSCs are represented by stochastic sequences consisting of a fixed number of multi-state values with the positions being randomly permutated. Using stochastic sequences with L multiple values, linear computational complexities with parameters n and L are required by the SMV approach to compute the reliability of different multi-state k-out-of-n systems at a reasonable accuracy, compared to the complexities of universal generating functions (UGF and fuzzy universal generating functions (FUGF that increase exponentially with the value of n. The analysis of two benchmarks shows that the proposed SMV approach is more efficient than the analysis using UGF or FUGF.

  13. Application of Bayesian geostatistics for evaluation of mass discharge uncertainty at contaminated sites

    DEFF Research Database (Denmark)

    Troldborg, Mads; Nowak, Wolfgang; Lange, Ida Vedel

    2012-01-01

    , and (3) uncertain source zone and transport parameters. The method generates conditional realizations of the spatial flow and concentration distribution. An analytical macrodispersive transport solution is employed to simulate the mean concentration distribution, and a geostatistical model of the Box-Cox...... transformed concentration data is used to simulate observed deviations from this mean solution. By combining the flow and concentration realizations, a mass discharge probability distribution is obtained. The method has the advantage of avoiding the heavy computational burden of three-dimensional numerical...

  14. Femtoscopy with identified charged pions in proton-lead collisions at $\\sqrt{s_{\\mathrm{NN}}}=5.02$ TeV with ATLAS

    CERN Document Server

    The ATLAS collaboration

    2016-01-01

    Bose-Einstein correlations between identified charged pions are measured for $p+\\mathrm{Pb}$ collisions at $\\sqrt{s_{\\mathrm{NN}}}=5.02$ TeV with the ATLAS detector with a total integrated luminosity of $28~\\mathrm{nb}^{-1}$. Pions are identified using ionisation energy loss measured in the pixel detector. Two-particle correlation functions and the extracted source radii are presented as a function of collision centrality as well as the average transverse momentum ($k_{\\mathrm{T}}$) and rapidity ($y^{\\star}_{\\pi\\pi}$) of the pair. Pairs are selected with a rapidity $-2 < y^{\\star}_{\\pi\\pi} < 1$ and with an average transverse momentum $0.1 < k_{\\mathrm{T}} < 0.8$ GeV. The effect on the two-particle correlation function from jet fragmentation is studied, and a new method for constraining its contributions to the measured correlations is described. The measured source sizes are substantially larger in more central collisions and are observed to decrease with increasing pair $k_{\\mathrm{T}}$. A correl...

  15. Precise strength of the $\\pi$NN coupling constant

    CERN Document Server

    Ericson, Torleif Eric Oskar; Rahm, J; Blomgren, J; Olsson, N; Thomas, A W

    1998-01-01

    We report here a preliminary value for the piNN coupling constant deduced from the GMO sumrule for forward piN scattering. As in our previous determination from np backward differential scattering cross sections we give a critical discussion of the analysis with careful attention not only to the statistical, but also to the systematic uncertainties. Our preliminary evaluation gives $g^2_c$(GMO) = 13.99(24).

  16. Vitamin K antagonists or low-molecular-weight heparin for the long term treatment of symptomatic venous thromboembolism

    NARCIS (Netherlands)

    van der Heijden, J. F.; Hutten, B. A.; Büller, H. R.; Prins, M. H.

    2000-01-01

    Patients who have had an episode of symptomatic venous thromboembolism are usually treated for at least five days with intravenous unfractionated heparin or subcutaneous low-molecular-weight heparin. Thereafter, they received a three month course of a vitamin K antagonist, with a dose adjusted to

  17. Geostatistical analysis and isoscape of ice core derived water stable isotope records in an Antarctic macro region

    Science.gov (United States)

    Hatvani, István Gábor; Leuenberger, Markus; Kohán, Balázs; Kern, Zoltán

    2017-09-01

    Water stable isotopes preserved in ice cores provide essential information about polar precipitation. In the present study, multivariate regression and variogram analyses were conducted on 22 δ2H and 53 δ18O records from 60 ice cores covering the second half of the 20th century. Taking the multicollinearity of the explanatory variables into account, as also the model's adjusted R2 and its mean absolute error, longitude, elevation and distance from the coast were found to be the main independent geographical driving factors governing the spatial δ18O variability of firn/ice in the chosen Antarctic macro region. After diminishing the effects of these factors, using variography, the weights for interpolation with kriging were obtained and the spatial autocorrelation structure of the dataset was revealed. This indicates an average area of influence with a radius of 350 km. This allows the determination of the areas which are as yet not covered by the spatial variability of the existing network of ice cores. Finally, the regional isoscape was obtained for the study area, and this may be considered the first step towards a geostatistically improved isoscape for Antarctica.

  18. Multiplicity dependence of pion, kaon, proton and lambda production in p–Pb collisions at √(s{sub NN})=5.02 TeV

    Energy Technology Data Exchange (ETDEWEB)

    Abelev, B. [Lawrence Livermore National Laboratory, Livermore, CA (United States); Adam, J. [Faculty of Nuclear Sciences and Physical Engineering, Czech Technical University in Prague, Prague (Czech Republic); Adamová, D. [Nuclear Physics Institute, Academy of Sciences of the Czech Republic, Řež u Prahy (Czech Republic); Adare, A.M. [Yale University, New Haven, CT (United States); Aggarwal, M.M. [Physics Department, Panjab University, Chandigarh (India); Aglieri Rinella, G. [European Organization for Nuclear Research (CERN), Geneva (Switzerland); Agnello, M. [Politecnico di Torino, Turin (Italy); Sezione INFN, Turin (Italy); Agocs, A.G. [Wigner Research Centre for Physics, Hungarian Academy of Sciences, Budapest (Hungary); Agostinelli, A. [Dipartimento di Fisica e Astronomia dell' Università and Sezione INFN, Bologna (Italy); Ahammed, Z. [Variable Energy Cyclotron Centre, Kolkata (India); Ahmad, N.; Ahmad Masoodi, A. [Department of Physics, Aligarh Muslim University, Aligarh (India); Ahmed, I. [COMSATS Institute of Information Technology (CIIT), Islamabad (Pakistan); Ahn, S.U.; Ahn, S.A. [Korea Institute of Science and Technology Information, Daejeon (Korea, Republic of); Aimo, I. [Sezione INFN, Turin (Italy); Politecnico di Torino, Turin (Italy); Aiola, S. [Yale University, New Haven, CT (United States); Ajaz, M. [COMSATS Institute of Information Technology (CIIT), Islamabad (Pakistan); Akindinov, A. [Institute for Theoretical and Experimental Physics, Moscow (Russian Federation); Aleksandrov, D. [Russian Research Centre Kurchatov Institute, Moscow (Russian Federation); and others

    2014-01-20

    In this Letter, comprehensive results on π{sup ±}, K{sup ±}, K{sub S}{sup 0}, p(p{sup ¯}) and Λ(Λ{sup ¯}) production at mid-rapidity (0NN})=5.02 TeV, measured by the ALICE detector at the LHC, are reported. The transverse momentum distributions exhibit a hardening as a function of event multiplicity, which is stronger for heavier particles. This behavior is similar to what has been observed in pp and Pb–Pb collisions at the LHC. The measured p{sub T} distributions are compared to d–Au, Au–Au and Pb–Pb results at lower energy and with predictions based on QCD-inspired and hydrodynamic models.

  19. Femtoscopy in $\\sqrt{s_{\\mathrm{NN}}} = 5.02$ TeV $p$-Pb collisions with ATLAS

    CERN Document Server

    AUTHOR|(INSPIRE)INSPIRE-00443146; The ATLAS collaboration

    2017-01-01

    Bose-Einstein correlations between identified charged pions are measured for $p$+Pb collisions at $\\sqrt{s_\\mathrm{NN}}=5.02$ TeV with the ATLAS detector using a total integrated luminosity of 28 nb$^{-1}$. Pions are identified using ionisation energy loss measured in the pixel detector. Two-particle correlation functions and the extracted source radii are presented as a function of collision centrality as well as average transverse pair momentum ($k_\\mathrm{T}$), rapidity ($y^\\star_{\\pi\\pi}$), and azimuthal angle with respect to the second-order event plane. Pairs are selected with a rapidity $-2 -1$ in the most central events. The azimuthal modulation of the radii in central events is observed to be consistent with that predicted by hydrodynamics and observed in A+A collisions.

  20. Spectroscopy of light nuclei with realistic NN interaction JISP

    International Nuclear Information System (INIS)

    Shirokov, A. M.; Vary, J. P.; Mazur, A. I.; Weber, T. A.

    2008-01-01

    Recent results of our systematic ab initio studies of the spectroscopy of s- and p-shell nuclei in fully microscopic large-scale (up to a few hundred million basis functions) no-core shell-model calculations are presented. A new high-quality realistic nonlocal NN interaction JISP is used. This interaction is obtained in the J-matrix inverse-scattering approach (JISP stands for the J-matrix inverse-scattering potential) and is of the form of a small-rank matrix in the oscillator basis in each of the NN partial waves, providing a very fast convergence in shell-model studies. The current purely two-body JISP model of the nucleon-nucleon interaction JISP16 provides not only an excellent description of two-nucleon data (deuteron properties and np scattering) with χ 2 /datum = 1.05 but also a better description of a wide range of observables (binding energies, spectra, rms radii, quadrupole moments, electromagnetic-transition probabilities, etc.) in all s-and p-shell nuclei than the best modern interaction models combining realistic nucleon-nucleon and three-nucleon interactions.

  1. The NN and NantiN interactions

    International Nuclear Information System (INIS)

    Vinh Mau, R.

    1981-01-01

    The present status of the low and medium energy NN interaction and of the low energy NantiN interaction is reviewed. Careful confrontation of theoretical predictions with the most recent results on experimental observables is emphasized. The question of the dibaryon resonances is discussed. For the NantiN interaction, in view of the problem of the existence of baryonium states as bound states or resonant states of the NantiN system and of their properties, tests of different types of annihilation potentials against the existing experimental data are examined. Implications for the future experimental program at LEAR are discussed

  2. Suunnitteluprojektin hallinta ja vaiheistus : Sovellusprojektin suunnittelumenetelmät ja niiden käytettävyys

    OpenAIRE

    Koivisto, Saara

    2011-01-01

    Tämän opinnäytetyön tavoitteena on toteuttaa kirjallisuustutkielmana pienimuotoinen käsikirja sovellusprojektin vaiheista, sovelluskehityksessä yleisimmin käytettävistä menetelmistä sekä menetelmien käytettävyydestä. Opinnäytetyön tietoperustana käytetään useita aihetta käsitteleviä sähköisiä lähteitä. Työhön ei sisälly mitään kehitystutkimusta tai muuta käytännön projektia. Opinnäytetyössä käsitellään aluksi projektityöskentelyä ja projektin etenemistä yleisellä tasolla. Ohjelmistotalois...

  3. Weighted network modules

    International Nuclear Information System (INIS)

    Farkas, Illes; Abel, Daniel; Palla, Gergely; Vicsek, Tamas

    2007-01-01

    The inclusion of link weights into the analysis of network properties allows a deeper insight into the (often overlapping) modular structure of real-world webs. We introduce a clustering algorithm clique percolation method with weights (CPMw) for weighted networks based on the concept of percolating k-cliques with high enough intensity. The algorithm allows overlaps between the modules. First, we give detailed analytical and numerical results about the critical point of weighted k-clique percolation on (weighted) Erdos-Renyi graphs. Then, for a scientist collaboration web and a stock correlation graph we compute three-link weight correlations and with the CPMw the weighted modules. After reshuffling link weights in both networks and computing the same quantities for the randomized control graphs as well, we show that groups of three or more strong links prefer to cluster together in both original graphs

  4. Precise strength of the πNN coupling constant

    International Nuclear Information System (INIS)

    Ericson, T.E.O.; Loiseau, B.; Rahm, J.; Blomgren, J.; Olsson, N.; Thomas, A. W.

    1999-01-01

    We report here a preliminary value for the πNN coupling constant deduced from the Goldberger-Miyazawa-Oehme sum rule for forward πN scattering. As in our previous determination from np backward differential scattering cross sections we give a critical discussion of the analysis with careful attention not only to the statistical, but also to the systematic uncertainties. Our preliminary evaluation gives g 2 c =13.99(24)

  5. Improved Fuzzy K-Nearest Neighbor Using Modified Particle Swarm Optimization

    Science.gov (United States)

    Jamaluddin; Siringoringo, Rimbun

    2017-12-01

    Fuzzy k-Nearest Neighbor (FkNN) is one of the most powerful classification methods. The presence of fuzzy concepts in this method successfully improves its performance on almost all classification issues. The main drawbackof FKNN is that it is difficult to determine the parameters. These parameters are the number of neighbors (k) and fuzzy strength (m). Both parameters are very sensitive. This makes it difficult to determine the values of ‘m’ and ‘k’, thus making FKNN difficult to control because no theories or guides can deduce how proper ‘m’ and ‘k’ should be. This study uses Modified Particle Swarm Optimization (MPSO) to determine the best value of ‘k’ and ‘m’. MPSO is focused on the Constriction Factor Method. Constriction Factor Method is an improvement of PSO in order to avoid local circumstances optima. The model proposed in this study was tested on the German Credit Dataset. The test of the data/The data test has been standardized by UCI Machine Learning Repository which is widely applied to classification problems. The application of MPSO to the determination of FKNN parameters is expected to increase the value of classification performance. Based on the experiments that have been done indicating that the model offered in this research results in a better classification performance compared to the Fk-NN model only. The model offered in this study has an accuracy rate of 81%, while. With using Fk-NN model, it has the accuracy of 70%. At the end is done comparison of research model superiority with 2 other classification models;such as Naive Bayes and Decision Tree. This research model has a better performance level, where Naive Bayes has accuracy 75%, and the decision tree model has 70%

  6. Pairing and Blocking in High-K Isomers: Variation of the Collective Parameter gR

    Directory of Open Access Journals (Sweden)

    Stone N.J.

    2013-12-01

    Full Text Available Using the principle of additivity, the quasi-particle contribution to magnetism in high-K isomers of Lu - Re has been estimated. Based on these estimates band structure branching ratio data is used to explore the behavior of the collective contribution as the number and neutron/proton nature (Np, Nn, of the quasi-particle excitations, change. A striking systematic variation of the collective g-factor gR with the difference, Np – Nn, is revealed. Basic ideas of pairing, its quenching by quasi-particle excitation and the consequent changes to moment of inertia and collective magnetism are discussed. The new found systematic behaviour of gR opens a fresh window on these effects amenable to detailed theoretical investigation.

  7. Geostatistical modeling of a fluviodeltaic reservoir in the Huyapari Field, Hamaca area, in the Faja Petrolifera del Orinoco, Venezuela

    Energy Technology Data Exchange (ETDEWEB)

    De Ascencao, Erika M.; Munckton, Toni; Digregorio, Ricardo [Petropiar (Venezuela)

    2011-07-01

    The Huyapari field, situated within the Faja Petrolifera del Orinoco (FPO) of Venezuela presents unique problems in terms of modeling. This field is spread over a wide area and is therefore subject to variable oil quality and complex fluvial facies architecture. Ameriven and PDVSA have been working on characterizing the ld's reservoirs in this field since 2000 and the aim of this paper is to present these efforts. Among others, a 3-D seismic survey completed in 1998 and a stratigraphic framework built from 149 vertical wells were used for reservoir characterization. Geostatistical techniques such as sequential Gaussian simulation with locally varying mean and cloud transform were also used. Results showed that these geostatistical methods accurately represented the architecture and properties of the reservoir and its fluid distribution. This paper showed that the application of numerous different techniques in the Hamasca area permitted reservoir complexity to be captured.

  8. Latin hypercube sampling and geostatistical modeling of spatial uncertainty in a spatially explicit forest landscape model simulation

    Science.gov (United States)

    Chonggang Xu; Hong S. He; Yuanman Hu; Yu Chang; Xiuzhen Li; Rencang Bu

    2005-01-01

    Geostatistical stochastic simulation is always combined with Monte Carlo method to quantify the uncertainty in spatial model simulations. However, due to the relatively long running time of spatially explicit forest models as a result of their complexity, it is always infeasible to generate hundreds or thousands of Monte Carlo simulations. Thus, it is of great...

  9. Determining site-specific background level with geostatistics for remediation of heavy metals in neighborhood soils

    OpenAIRE

    Tammy M. Milillo; Gaurav Sinha; Joseph A. Gardella Jr.

    2017-01-01

    The choice of a relevant, uncontaminated site for the determination of site-specific background concentrations for pollutants is critical for planning remediation of a contaminated site. The guidelines used to arrive at concentration levels vary from state to state, complicating this process. The residential neighborhood of Hickory Woods in Buffalo, NY is an area where heavy metal concentrations and spatial distributions were measured to plan remediation. A novel geostatistics based decision ...

  10. Indoor radon variations in central Iran and its geostatistical map

    Science.gov (United States)

    Hadad, Kamal; Mokhtari, Javad

    2015-02-01

    We present the results of 2 year indoor radon survey in 10 cities of Yazd province in Central Iran (covering an area of 80,000 km2). We used passive diffusive samplers with LATEX polycarbonate films as Solid State Nuclear Track Detector (SSNTD). This study carried out in central Iran where there are major minerals and uranium mines. Our results indicate that despite few extraordinary high concentrations, average annual concentrations of indoor radon are within ICRP guidelines. When geostatistical spatial distribution of radon mapped onto geographical features of the province it was observed that risk of high radon concentration increases near the Saqand, Bafq, Harat and Abarkooh cities, this depended on the elevation and vicinity of the ores and mines.

  11. Geostatistical modeling of groundwater properties and assessment of their uncertainties

    International Nuclear Information System (INIS)

    Honda, Makoto; Yamamoto, Shinya; Sakurai, Hideyuki; Suzuki, Makoto; Sanada, Hiroyuki; Matsui, Hiroya; Sugita, Yutaka

    2010-01-01

    The distribution of groundwater properties is important for understanding of the deep underground hydrogeological environments. This paper proposes a geostatistical system for modeling the groundwater properties which have a correlation with the ground resistivity data obtained from widespread and exhaustive survey. That is, the methodology for the integration of resistivity data measured by various methods and the methodology for modeling the groundwater properties using the integrated resistivity data has been developed. The proposed system has also been validated using the data obtained in the Horonobe Underground Research Laboratory project. Additionally, the quantification of uncertainties in the estimated model has been tried by numerical simulations based on the data. As a result, the uncertainties of the proposal model have been estimated lower than other traditional model's. (author)

  12. The use of sequential indicator simulation to characterize geostatistical uncertainty

    International Nuclear Information System (INIS)

    Hansen, K.M.

    1992-10-01

    Sequential indicator simulation (SIS) is a geostatistical technique designed to aid in the characterization of uncertainty about the structure or behavior of natural systems. This report discusses a simulation experiment designed to study the quality of uncertainty bounds generated using SIS. The results indicate that, while SIS may produce reasonable uncertainty bounds in many situations, factors like the number and location of available sample data, the quality of variogram models produced by the user, and the characteristics of the geologic region to be modeled, can all have substantial effects on the accuracy and precision of estimated confidence limits. It is recommended that users of SIS conduct validation studies for the technique on their particular regions of interest before accepting the output uncertainty bounds

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

    Science.gov (United States)

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

    2015-07-27

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

  14. Improved NN-GM(1,1 for Postgraduates’ Employment Confidence Index Forecasting

    Directory of Open Access Journals (Sweden)

    Lu Wang

    2014-01-01

    Full Text Available Postgraduates’ employment confidence index (ECI forecasting can help the university to predict the future trend of postgraduates’ employment. However, the common forecast method based on the grey model (GM has unsatisfactory performance to a certain extent. In order to forecast postgraduates’ ECI efficiently, this paper discusses a novel hybrid forecast model using limited raw samples. Different from previous work, the residual modified GM(1,1 model is combined with the improved neural network (NN in this work. In particullar, the hybrid model reduces the residue of the standard GM(1,1 model as well as accelerating the convergence rate of the standard NN. After numerical studies, the illustrative results are provided to demonstrate the forecast performance of the proposed model. In addition, some strategies for improving the postgraduates’ employment confidence have been discussed.

  15. Unambiguous amplitude analysis of NN {yields} {Delta}N transition from asymmetry measurements

    Energy Technology Data Exchange (ETDEWEB)

    Auger, J.P. [Universite d`Orleans (France). Lab. de Physique Theorique; Lazard, C. [Paris-11 Univ., 91 - Orsay (France). Div. de Physique Theorique

    1997-12-31

    For particular {Delta}-production angles, an unambiguous determination of the NN {yields} {Delta}N transition amplitudes is performed, from NN {yields} (N{pi})N experiments, in which the polarization states are measured in the entrance channel, only. A three-step method is developed, which determines, firstly, the magnitudes of the amplitudes, secondly, independent relative phases, and thirdly, some dependent relative phases for resolving the remaining discrete ambiguities. A rule of ambiguity elimination is applied, which is based on the closure of a chain of consecutive independent relative phases, by means of the ad-hoc dependent one. A generalization of this rule is given, for the case of a non-diagonal matrix connecting observables and bilinear combinations of amplitudes. (author) 18 refs.

  16. NN wave function at small distances and hard bremsstrahlung in the process pp→ppγ

    International Nuclear Information System (INIS)

    Neudatchin, V. G.; Khokhlov, N. A.; Shirokov, A. M.; Knyr, V. A.

    1997-01-01

    Various possibilities of studying the NN wave function at small distances--and in particular, quark degrees of freedom in the NN system--are discussed. It is shown that there is such a possibility at moderate energies--namely, hard bremsstrahlung in the process pp→ppγ at proton-beam energies in the range 350-450 MeV permits distinguishing between the pp wave function with nodes in S and P waves that corresponds to the Moscow potential of NN interaction from functions obtained with repulsive-core mesonic potentials. In the regions where photon energies in the c.m.s. are maximal (forward and backward photon emission angles in the laboratory frame), the pp→ppγ cross section calculated with the Moscow potential has maxima at which it is approximately five times larger than the analogous cross section calculated with repulsive-core mesonic potentials. The coordinate-representation formalism of the theory of bremsstrahlung is expounded

  17. Alignment of Custom Standards by Machine Learning Algorithms

    Directory of Open Access Journals (Sweden)

    Adela Sirbu

    2010-09-01

    Full Text Available Building an efficient model for automatic alignment of terminologies would bring a significant improvement to the information retrieval process. We have developed and compared two machine learning based algorithms whose aim is to align 2 custom standards built on a 3 level taxonomy, using kNN and SVM classifiers that work on a vector representation consisting of several similarity measures. The weights utilized by the kNN were optimized with an evolutionary algorithm, while the SVM classifier's hyper-parameters were optimized with a grid search algorithm. The database used for train was semi automatically obtained by using the Coma++ tool. The performance of our aligners is shown by the results obtained on the test set.

  18. Direct determinations of the πNN coupling constants

    International Nuclear Information System (INIS)

    Ericson, T.E.O.; ); Loiseau, B.

    1998-01-01

    A novel extrapolation method has been used to deduce directly the charged πNN coupling constant from backward np differential scattering cross sections. The extracted value, g c 2 = 14.52(026)is higher than the indirectly deduced values obtained in nucleon-nucleon energy-dependent partial-wave analyses. Our preliminary direct value from a reanalysis of the GMO sum-rule points to an intermediate value of g c 2 about 13.97(30). (author)

  19. Epidemiological study of hazelnut bacterial blight in central Italy by using laboratory analysis and geostatistics.

    Directory of Open Access Journals (Sweden)

    Jay Ram Lamichhane

    Full Text Available Incidence of Xanthomonas arboricola pv. corylina, the causal agent of hazelnut bacterial blight, was analyzed spatially in relation to the pedoclimatic factors. Hazelnut grown in twelve municipalities situated in the province of Viterbo, central Italy was studied. A consistent number of bacterial isolates were obtained from the infected tissues of hazelnut collected in three years (2010-2012. The isolates, characterized by phenotypic tests, did not show any difference among them. Spatial patterns of pedoclimatic data, analyzed by geostatistics showed a strong positive correlation of disease incidence with higher values of rainfall, thermal shock and soil nitrogen; a weak positive correlation with soil aluminium content and a strong negative correlation with the values of Mg/K ratio. No correlation of the disease incidence was found with soil pH. Disease incidence ranged from very low (<1% to very high (almost 75% across the orchards. Young plants (4-year old were the most affected by the disease confirming a weak negative correlation of the disease incidence with plant age. Plant cultivars did not show any difference in susceptibility to the pathogen. Possible role of climate change on the epidemiology of the disease is discussed. Improved management practices are recommended for effective control of the disease.

  20. Femtoscopy with identified charged pions in proton-lead collisions at $\\sqrt{s_{\\mathrm{NN}}}=5.02~\\mathrm{TeV}$ with the ATLAS detector

    CERN Document Server

    Clark, Michael; The ATLAS collaboration

    2016-01-01

    Bose-Einstein correlations between identified charged pions are measured for p+Pb collisions at √sNN=5.02 TeV with the ATLAS detector with a total integrated luminosity of 28 nb−1. Pions are identified using ionization energy loss measured in the pixel detector. Two-particle correlation functions and the extracted source radii are presented as a function of average transverse pair momentum (kT) and rapidity (y∗k) as well as collision centrality. Pairs are selected with a rapidity −2k<1 and with an average transverse momentum 0.1<kT<0.8 GeV. The effect on the two-particle correlation function from jet fragmentation is studied, and a new method for constraining its contributions to the measured correlations is described. The measured source sizes are substantially larger in more central collisions and are observed to decrease with increasing pair kT. A correlation with the local multiplicity dN/dy∗ is demonstrated. The scaling of the extracted radii with the mean number of participant...

  1. Eestlase maksukoormus on Euroopa kõrgemaid / Eugen Veges

    Index Scriptorium Estoniae

    Veges, Eugen, 1955-

    2008-01-01

    Maksukoormus Eestis on tegelikult kõrgem kui statistika näitab, kuna maksukoormuse hindamisel pole lisaks tavapärastele maksudele arvestatud ka nn. varjatud makse. Autor leiab, et varjatud maksud Eestis on riigilõivud, vaktsineerimise tasud, trahvid. Ilmunud ka: Põhjarannik 28. okt. lk. 2; Lääne Elu 28. okt. lk. 2; Meie Maa 1. nov. lk. 2; Koit 6. nov. lk. 6; Vooremaa 11. nov. lk. 2; Harju Ekspress 14. nov. lk. 6; Kuulutaja 21. nov. lk. 4; Äripäev 26. nov. lk. 23

  2. Iterated interactions method. Realistic NN potential

    International Nuclear Information System (INIS)

    Gorbatov, A.M.; Skopich, V.L.; Kolganova, E.A.

    1991-01-01

    The method of iterated potential is tested in the case of realistic fermionic systems. As a base for comparison calculations of the 16 O system (using various versions of realistic NN potentials) by means of the angular potential-function method as well as operators of pairing correlation were used. The convergence of genealogical series is studied for the central Malfliet-Tjon potential. In addition the mathematical technique of microscopical calculations is improved: new equations for correlators in odd states are suggested and the technique of leading terms was applied for the first time to calculations of heavy p-shell nuclei in the basis of angular potential functions

  3. IPv6:n käyttöönotto PK-yrityksessä

    OpenAIRE

    Salonen, Arttu Petteri

    2011-01-01

    Tämän opinnäytetyön tarkoituksena on selvittää, kuinka IPv6-yhteydet otetaan käyt-töön PK-yrityksessä. Työssä selvitetään minkälaiset vaatimukset IPv6 asettaa lait-teistolle ja minkälaisia käytännön asioita yrityksen täytyy huomioida IPv6:n käyt-töönotossa. Lisäksi työssä on laboratoriosimulaation avulla havainnollistettu eri käyt-töjärjestelmien tukea IPv6:lle ja käyttöönottoon liittyviä reititin- ja osoitekonfiguraati-oita. Käyttöönoton lisäksi opinnäytetyössä esitellään IPv6-protokoll...

  4. Write up of the codes for microscopic models of NN and NA scattering

    International Nuclear Information System (INIS)

    Amos, K.

    1998-01-01

    This report documents the essential details of the NN and NA computer programs that culminate in the prediction of elastic and inelastic nucleon scattering observables form optical potentials generated by full folding and effective NN interaction within the nuclear medium. That same (energy and density dependent) effective interaction is used as the transition operator in the distorted wave approximation (DWA) for inelastic (and charge exchange) nucleon scattering from nuclei. The report consists of four sections: 1) general remarks and program locations, 2) the t- and g-matrix codes and how to use them, 3) the effective interaction codes and how to use them, and 4) the NA codes, DWBA97 and DWBB97 and how to use them. (author)

  5. Geostatistical and adjoint sensitivity techniques applied to a conceptual model of ground-water flow in the Paradox Basin, Utah

    International Nuclear Information System (INIS)

    Metcalfe, D.E.; Campbell, J.E.; RamaRao, B.S.; Harper, W.V.; Battelle Project Management Div., Columbus, OH)

    1985-01-01

    Sensitivity and uncertainty analysis are important components of performance assessment activities for potential high-level radioactive waste repositories. The application of geostatistical and adjoint sensitivity techniques to aid in the calibration of an existing conceptual model of ground-water flow is demonstrated for the Leadville Limestone in Paradox Basin, Utah. The geostatistical method called kriging is used to statistically analyze the measured potentiometric data for the Leadville. This analysis consists of identifying anomalous data and data trends and characterizing the correlation structure between data points. Adjoint sensitivity analysis is then performed to aid in the calibration of a conceptual model of ground-water flow to the Leadville measured potentiometric data. Sensitivity derivatives of the fit between the modeled Leadville potentiometric surface and the measured potentiometric data to model parameters and boundary conditions are calculated by the adjoint method. These sensitivity derivatives are used to determine which model parameter and boundary condition values should be modified to most efficiently improve the fit of modeled to measured potentiometric conditions

  6. Important configurations in six-quark N-N states. II. Current quark model

    International Nuclear Information System (INIS)

    Stancu, F.; Wilets, L.

    1989-01-01

    Quark basis states constructed from molecular-type orbitals were shown previously to be more convenient to use than cluster model states for N-N processes. The usual cluster model representation omits configurations which emerge naturally in a molecular basis which contains the same number of spatial functions. The importance of the omitted states was demonstrated for a constituent quark model. The present work extends the study to the prototypical current quark model, namely the MIT bag. In order to test the expansion for short-range N-N interactions, the eigenstates and eigenenergies of six quarks in a spherical bag, including one-gluon exchange, are calculated. The lowest eigenenergies are lowered significantly with respect to the usual cluster model. This reaffirms the importance of dynamics for obtaining the needed short-range repulsion

  7. Lainsuojattomuudesta sukupuolineutraaliin avioliittoon – seksuaalivähemmistöjen aseman kehitys lainsäädännössä

    OpenAIRE

    Martikainen, Minna

    2016-01-01

    Tässä opinnäytetyössä tutkitaan, miten seksuaalivähemmistöjen asema Suomessa on kehittynyt lainsäädännössä varhaismodernista ajasta lähtien. Tutkimuskysymystä lähestytään lainopillisesta, oikeushistoriallisesta ja oikeussosiologisesta näkökulmasta. Opinnäytetyössä huomioidaan lakimuutosten lisäksi näin ollen myös evankelis-luterilaisen kirkon ja muiden yhteiskunnan asenteita muokkaavien tahojen sekä myös lääketieteen näkemykset. Opinnäytetyö on jaettu kolmeen päälukuun, jotka on sijoitett...

  8. Length-Weight Relationship and Condition Factor (K constant) of ...

    African Journals Online (AJOL)

    Abstract—Length-weight relationships and condition factors of Sparidae along the. Kenyan coast are unknown. This study investigated the length-weight relationship and condition factor of Dentex maroccanus Valenciennes, 1830, a sparid, found in. Malindi, Kenya, from June to August 2008. The length-weight coefficients ...

  9. Assessment of nitrate pollution in the Grand Morin aquifers (France): Combined use of geostatistics and physically based modeling

    Energy Technology Data Exchange (ETDEWEB)

    Flipo, Nicolas [Centre de Geosciences, UMR Sisyphe, ENSMP, 35 rue Saint-Honore, F-77305 Fontainebleau (France)]. E-mail: nicolas.flipo@ensmp.fr; Jeannee, Nicolas [Geovariances, 49 bis, avenue Franklin Roosevelt, F-77212 Avon (France); Poulin, Michel [Centre de Geosciences, UMR Sisyphe, ENSMP, 35 rue Saint-Honore, F-77305 Fontainebleau (France); Even, Stephanie [Centre de Geosciences, UMR Sisyphe, ENSMP, 35 rue Saint-Honore, F-77305 Fontainebleau (France); Ledoux, Emmanuel [Centre de Geosciences, UMR Sisyphe, ENSMP, 35 rue Saint-Honore, F-77305 Fontainebleau (France)

    2007-03-15

    The objective of this work is to combine several approaches to better understand nitrate fate in the Grand Morin aquifers (2700 km{sup 2}), part of the Seine basin. CAWAQS results from the coupling of the hydrogeological model NEWSAM with the hydrodynamic and biogeochemical model of river PROSE. CAWAQS is coupled with the agronomic model STICS in order to simulate nitrate migration in basins. First, kriging provides a satisfactory representation of aquifer nitrate contamination from local observations, to set initial conditions for the physically based model. Then associated confidence intervals, derived from data using geostatistics, are used to validate CAWAQS results. Results and evaluation obtained from the combination of these approaches are given (period 1977-1988). Then CAWAQS is used to simulate nitrate fate for a 20-year period (1977-1996). The mean nitrate concentrations increase in aquifers is 0.09 mgN L{sup -1} yr{sup -1}, resulting from an average infiltration flux of 3500 kgN.km{sup -2} yr{sup -1}. - Combined use of geostatistics and physically based modeling allows assessment of nitrate concentrations in aquifer systems.

  10. Assessment of nitrate pollution in the Grand Morin aquifers (France): Combined use of geostatistics and physically based modeling

    International Nuclear Information System (INIS)

    Flipo, Nicolas; Jeannee, Nicolas; Poulin, Michel; Even, Stephanie; Ledoux, Emmanuel

    2007-01-01

    The objective of this work is to combine several approaches to better understand nitrate fate in the Grand Morin aquifers (2700 km 2 ), part of the Seine basin. CAWAQS results from the coupling of the hydrogeological model NEWSAM with the hydrodynamic and biogeochemical model of river PROSE. CAWAQS is coupled with the agronomic model STICS in order to simulate nitrate migration in basins. First, kriging provides a satisfactory representation of aquifer nitrate contamination from local observations, to set initial conditions for the physically based model. Then associated confidence intervals, derived from data using geostatistics, are used to validate CAWAQS results. Results and evaluation obtained from the combination of these approaches are given (period 1977-1988). Then CAWAQS is used to simulate nitrate fate for a 20-year period (1977-1996). The mean nitrate concentrations increase in aquifers is 0.09 mgN L -1 yr -1 , resulting from an average infiltration flux of 3500 kgN.km -2 yr -1 . - Combined use of geostatistics and physically based modeling allows assessment of nitrate concentrations in aquifer systems

  11. Demonstration of a geostatistical approach to physically consistent downscaling of climate modeling simulations

    KAUST Repository

    Jha, Sanjeev Kumar; Mariethoz, Gregoire; Evans, Jason P.; McCabe, Matthew

    2013-01-01

    A downscaling approach based on multiple-point geostatistics (MPS) is presented. The key concept underlying MPS is to sample spatial patterns from within training images, which can then be used in characterizing the relationship between different variables across multiple scales. The approach is used here to downscale climate variables including skin surface temperature (TSK), soil moisture (SMOIS), and latent heat flux (LH). The performance of the approach is assessed by applying it to data derived from a regional climate model of the Murray-Darling basin in southeast Australia, using model outputs at two spatial resolutions of 50 and 10 km. The data used in this study cover the period from 1985 to 2006, with 1985 to 2005 used for generating the training images that define the relationships of the variables across the different spatial scales. Subsequently, the spatial distributions for the variables in the year 2006 are determined at 10 km resolution using the 50 km resolution data as input. The MPS geostatistical downscaling approach reproduces the spatial distribution of TSK, SMOIS, and LH at 10 km resolution with the correct spatial patterns over different seasons, while providing uncertainty estimates through the use of multiple realizations. The technique has the potential to not only bridge issues of spatial resolution in regional and global climate model simulations but also in feature sharpening in remote sensing applications through image fusion, filling gaps in spatial data, evaluating downscaled variables with available remote sensing images, and aggregating/disaggregating hydrological and groundwater variables for catchment studies.

  12. Kuntoutusta oppimassa, käytännöstä teoriaan

    OpenAIRE

    Similä, Markku

    2010-01-01

    Opinnäytetyön tavoitteena oli kehittää Kainuun ammattiopisto - liikelaitoksen tarpeisiin ammatillisen kuntoutuksen täydennyskoulutus. Tarve koulutuksen järjestämiseen tuli keväällä 2009 Kainuun alueella toimivalta Kumppaniksi ry:ltä. Täydennyskoulutuksen tavoitteena oli lisätä Kumppaniksi ry:n henkilökunnan osaamista ammatillisen kuntoutuksen käsitteistä ja toimintatavoista. Opiskelijaryhmä oli Kumppaniksi ry:n työntekijöitä. Opiskelijaryhmä koostui monen eri ammatin osaajista. Yhteistä ...

  13. Renormalization of NN Interaction with Relativistic Chiral Two Pion Exchange

    Energy Technology Data Exchange (ETDEWEB)

    Higa, R; Valderrama, M Pavon; Arriola, E Ruiz

    2007-06-14

    The renormalization of the NN interaction with the Chiral Two Pion Exchange Potential computed using relativistic baryon chiral perturbation theory is considered. The short distance singularity reduces the number of counter-terms to about a half as those in the heavy-baryon expansion. Phase shifts and deuteron properties are evaluated and a general overall agreement is observed.

  14. Low-pT spectra of identified charged particles in √ {sNN} = 200 GeV Au+Au collisions from PHOBOS experiment at RHIC

    Science.gov (United States)

    Back, B. B.; Baker, M. D.; Barton, D. S.; Betts, R. R.; Ballintijn, M.; Bickley, A. A.; Bindel, R.; Budzanowski, A.; Busza, W.; Carroll, A.; Decowski, M. P.; García, E.; George, N.; Gulbrandsen, K.; Gushue, S.; Halliwell, C.; Hamblen, J.; Heintzelman, G. A.; Henderson, C.; Hofman, D. J.; Hollis, R. S.; Hołyński, R.; Holzman, B.; Iordanova, A.; Johnson, E.; Kane, J. L.; Katzy, J.; Khan, N.; Kucewicz, W.; Kulinich, P.; Kuo, C. M.; Lin, W. T.; Manly, S.; McLeod, D.; Mignerey, A. C.; Nouicer, R.; Olszewski, A.; Pak, R.; Park, I. C.; Pernegger, H.; Reed, C.; Remsberg, L. P.; Reuter, M.; Roland, C.; Roland, G.; Rosenberg, L.; Sagerer, J.; Sarin, P.; Sawicki, P.; Skulski, W.; Steadman, S. G.; Steinberg, P.; Stephans, G. S. F.; Sukhanov, A.; Tang, J.-L.; Teng, R.; Trzupek, A.; Vale, C.; van Nieuwenhuizen, G. J.; Verdier, R.; Wadsworth, B.; Wolfs, F. L. H.; Wosiek, B.; Woźniak, K.; Wuosmaa, A. H.; Wysłouch, B.

    The PHOBOS experiment at the Relativistic Heavy Ion Collider (RHIC), comprising the spectrometer with multiple layers of silicon wafers, is an excellent detector for very low transverse momentum (pT) particles. Transverse momentum distributions of π-+π+, K-+K+ and p+/line{p} produced at mid-rapidity are presented for the 15% most central Au-Au collisions at √ {sNN} = 200 GeV. The momentum ranges for measured particles are from 30 to 50 MeV/c for pions, 90 to 130 MeV/c for kaons and 140 to 210 MeV/c for protons and antiprotons. The measurement method is briefly described. A comparison of the pT spectra to experimental results at higher particle momenta and to model predictions is discussed. PACS: 25.75.-q

  15. Perturbative expansion and the initial value problem of the K.d.V. equations

    International Nuclear Information System (INIS)

    Turchetti, G.

    1980-01-01

    For the potential K.d.V. equation is considered a perturbation expansion in which the initial condition is imposed on the zeroth order term. The N soliton solutions turn out to be rational functions in the expansion parameter so that the perturbation series can be exactly summed by the [N-1/N] Pade approximants; moreover the [n-1/n] and [n/n] Pade approximants for n [pt

  16. In-plane optical spectral weight redistribution in the optimally doped Ba0.6 K0.4Fe2As2 superconductor

    International Nuclear Information System (INIS)

    Xu Bing; Dai Yao-Min; Xiao Hong; Qiu Xiang-Gang; Lobo, R. P. S. M.

    2014-01-01

    We performed detailed temperature-dependent optical measurements on optimally doped Ba 0.6 K 0.4 Fe 2 As 2 single crystal. We examine the changes of the in-plane optical conductivity spectral weight in the normal state and the evolution of the superconducting condensate in the superconducting state. In the normal state, the low-frequency spectral weight shows a metallic response with an arctan (T) dependence, indicating a T-linear scattering rate behavior for the carriers. A high energy spectral weight transfer associated with the Hund's coupling occurs from the low frequencies below 4000 cm −1 ∼ 5000 cm −1 to higher frequencies up to at least 10 cm −1 . Its temperature dependence analysis suggests that the Hund's coupling strength is continuously enhanced as the temperature is reduced. In the superconducting state, the FGT sum rule is conserved according to the spectral weight estimation within the conduction bands, only about 40% of the conduction bands participates in the superconducting condensate indicating that Ba 0.6 K 0.4 Fe 2 As 2 is in dirty limit. (condensed matter: electronic structure, electrical, magnetic, and optical properties)

  17. Bridges between multiple-point geostatistics and texture synthesis: Review and guidelines for future research

    Science.gov (United States)

    Mariethoz, Gregoire; Lefebvre, Sylvain

    2014-05-01

    Multiple-Point Simulations (MPS) is a family of geostatistical tools that has received a lot of attention in recent years for the characterization of spatial phenomena in geosciences. It relies on the definition of training images to represent a given type of spatial variability, or texture. We show that the algorithmic tools used are similar in many ways to techniques developed in computer graphics, where there is a need to generate large amounts of realistic textures for applications such as video games and animated movies. Similarly to MPS, these texture synthesis methods use training images, or exemplars, to generate realistic-looking graphical textures. Both domains of multiple-point geostatistics and example-based texture synthesis present similarities in their historic development and share similar concepts. These disciplines have however remained separated, and as a result significant algorithmic innovations in each discipline have not been universally adopted. Texture synthesis algorithms present drastically increased computational efficiency, patterns reproduction and user control. At the same time, MPS developed ways to condition models to spatial data and to produce 3D stochastic realizations, which have not been thoroughly investigated in the field of texture synthesis. In this paper we review the possible links between these disciplines and show the potential and limitations of using concepts and approaches from texture synthesis in MPS. We also provide guidelines on how recent developments could benefit both fields of research, and what challenges remain open.

  18. New algorithm to reduce the number of computing steps in reliability formula of Weighted-k-out-of-n system

    Directory of Open Access Journals (Sweden)

    Tatsunari Ohkura

    2007-02-01

    Full Text Available In the disjoint products version of reliability analysis of weighted–k–out–of–n systems, it is necessary to determine the order in which the weight of components is to be considered. The k–out–of–n:G(F system consists of n components; each com-ponent has its own probability and positive integer weight such that the system is operational (failed if and only if the total weight of some operational (failure components is at least k. This paper designs a method to compute the reliability in O(nk computing time and in O(nk memory space. The proposed method expresses the system reliability in fewer product terms than those already published.

  19. Use of geostatistics in high level radioactive waste repository site characterization

    Energy Technology Data Exchange (ETDEWEB)

    Doctor, P G [Pacific Northwest Laboratory, Richland, WA (USA)

    1980-09-01

    In evaluating and characterizing sites that are candidates for use as repositories for high-level radioactive waste, there is an increasing need to estimate the uncertainty in hydrogeologic data and in the quantities calculated from them. This paper discusses the use of geostatistical techniques to estimate hydrogeologic surfaces, such as the top of a basalt formation, and to provide a measure of the uncertainty in that estimate. Maps of the uncertainty estimate, called the kriging error, can be used to evaluate where new data should be taken to affect the greatest reduction in uncertainty in the estimated surface. The methods are illustrated on a set of site-characterization data; the top-of-basalt elevations at the Hanford Site near Richland, Washington.

  20. Measurements of identified particles at intermediate transverse momentum in the STAR experiment from Au+Au collisions at sqrt{s_{NN}}=200 GeV

    CERN Document Server

    Adams, John; Ahammed, Z.; Amonett, J.; Anderson, B.D.; Anderson, M.; Arkhipkin, D.; Averichev, G.S.; Badyal, S.K.; Bai, Y.; Balewski, J.; Barannikova, O.; Barnby, L.S.; Baudot, J.; Bekele, S.; Belaga, V.V.; Bellingeri-Laurikainen, A.; Bellwied, R.; Bezverkhny, B.I.; Bharadwaj, S.; Bhasin, A.; Bhati, A.K.; Bichsel, H.; Bielcik, J.; Bielcikova, J.; Bland, L.C.; Blyth, C.O.; Blyth, S.L.; Bonner, B.E.; Botje, M.; Bouchet, J.; Brandin, A.V.; Bravar, A.; Bystersky, M.; Cadman, R.V.; Cai, X.Z.; Caines, H.; Calderon de la Barca Sancez, M.; Castillo, J.; Catu, O.; Cebra, D.A.; Chajecki, Z.; Chaloupka, P.; Chattopadhyay, S.; Chen, H.F.; Chen, J.H.; Chen, Y.; Cheng, J.; Cherney, Michael G.; Chikanian, A.; Choi, H.A.; Christie, W.; Coffin, J.P.; Cormier, T.M.; Cosentino, M.R.; Cramer, J.G.; Crawford, H.J.; Das, D.; Das, S.; Daugherity, M.; de Moura, M.M.; Dedovich, T.G.; DePhillips, M.; Derevschikov, A.A.; Didenko, L.; Dietel, T.; Djawotho, P.; Dogra, S.M.; Dong, W.J.; Dong, X.; Draper, J.E.; Du, F.; Dunin, V.B.; Dunlop, J.C.; Dutta Mazumdar, M.R.; Eckardt, V.; Edwards, W.R.; Efimov, L.G.; Emelianov, V.; Engelage, J.; Eppley, G.; Erazmus, B.; Estienne, M.; Fachini, P.; Fatemi, R.; Fedorisin, J.; Filimonov, K.; Filip, P.; Finch, E.; Fine, V.; Fisyak, Y.; Fornazier, K.S.F.; Fu, J.; Gagliardi, C.A.; Gaillard, L.; Gans, J.; Ganti, M.S.; Ghazikhanian, V.; Ghosh, P.; Gonzalez, J.E.; Gorbunov, Y.G.; Gos, H.; Grebenyuk, O.; Grosnick, D.; Guertin, S.M.; Guo, Y.; Gupta, A.; Gupta, N.; Gutierrez, T.D.; Haag, B.; Hallman, T.J.; Hamed, A.; Harris, J.W.; He, W.; Heinz, M.; Henry, T.W.; Hepplemann, S.; Hippolyte, B.; Hirsch, A.; Hjort, E.; Hoffmann, G.W.; Horner, M.J.; Huang, H.Z.; Huang, S.L.; Hughes, E.W.; Humanic, T.J.; Igo, G.; Jacobs, P.; Jacobs, W.W.; Jakl, P.; Jia, F.; Jiang, H.; Jones, P.G.; Judd, E.G.; Kabana, S.; Kang, K.; Kapitan, J.; Kaplan, M.; Keane, D.; Kechechyan, A.; Khodyrev, V.Yu.; Kim, B.C.; Kiryluk, J.; Kisiel, A.; Kislov, E.M.; Klein, S.R.; Koetke, D.D.; Kollegger, T.; Kopytine, M.; Kotchenda, L.; Kouchpil, V.; Kowalik, K.L.; Kramer, M.; Kravtsov, P.; Kravtsov, V.I.; Krueger, K.; Kuhn, C.; Kulikov, A.I.; Kumar, A.; Kuznetsov, A.A.; Lamont, M.A.C.; Landgraf, J.M.; Lange, S.; LaPointe, S.; Laue, F.; Lauret, J.; Lebedev, A.; Lednicky, R.; Lee, C.H.; Lehocka, S.; LeVine, Micheal J.; Li, C.; Li, Q.; Li, Y.; Lin, G.; Lindenbaum, S.J.; Lisa, M.A.; Liu, F.; Liu, H.; Liu, J.; Liu, L.; Liu, Z.; Ljubicic, T.; Llope, W.J.; Long, H.; Longacre, R.S.; Lopez-Noriega, M.; Love, W.A.; Lu, Y.; Ludlam, T.; Lynn, D.; Ma, G.L.; Ma, J.G.; Ma, Y.G.; Magestro, D.; Mahajan, S.; Mahapatra, D.P.; Majka, R.; Mangotra, L.K.; Manweiler, R.; Margetis, S.; Markert, C.; Martin, L.; Matis, H.S.; Matulenko, Yu.A.; McClain, C.J.; McShane, T.S.; Melnick, Yu.; Meschanin, A.; Miller, M.L.; Milos, M.; Minaev, N.G.; Mioduszewski, S.; Mironov, C.; Mischke, A.; Mishra, D.K.; Mitchell, J.; Mohanty, B.; Molnar, L.; Moore, C.F.; Morozov, D.A.; Munhoz, M.G.; Nandi, B.K.; Nayak, S.K.; Nayak, T.K.; Nelson, J.M.; Netrakanti, P.K.; Nikitin, V.A.; Nogach, L.V.; Nurushev, S.B.; Odyniec, G.; Ogawa, A.; Okorokov, V.; Oldenburg, M.; Olson, D.; Pal, S.K.; Panebratsev, Y.; Panitkin, S.Y.; Pavlinov, A.I.; Pawlak, T.; Peitzmann, T.; Perevoztchikov, V.; Perkins, C.; Peryt, W.; Petrov, V.A.; Phatak, S.C.; Picha, R.; Planinic, M.; Pluta, J.; Poljak, N.; Porile, N.; Porter, J.; Poskanzer, A.M.; Potekhin, M.; Potrebenikova, E.; Potukuchi, B.V.K.S.; Prindle, D.; Pruneau, C.; Putschke, J.; Rakness, G.; Raniwala, R.; Raniwala, S.; Ray, R.L.; Razin, S.V.; Reinnarth, J.; Relyea, D.; Retiere, F.; Ridiger, A.; Ritter, H.G.; Roberts, J.B.; Rogachevskiy, O.V.; Romero, J.L.; Rose, A.; Roy, C.; Ruan, L.; Russcher, M.J.; Sahoo, R.; Sakrejda, I.; Salur, S.; Sandweiss, J.; Sarsour, M.; Savin, Igor A.; Sazhin, P.S.; Schambach, J.; Scharenberg, R.P.; Schmitz, N.; Schweda, K.; Seger, J.; Selyuzhenkov, I.; Seyboth, P.; Shabetai, A.; Shahaliev, E.; Shao, M.; Sharma, M.; Shen, W.Q.; Shimanskiy, S.S.; Sichtermann, E; Simon, F.; Singaraju, R.N.; Smirnov, N.; Snellings, R.; Sood, G.; Sorensen, P.; Sowinski, J.; Speltz, J.; Spinka, H.M.; Srivastava, B.; Stadnik, A.; Stanislaus, T.D.S.; Stock, R.; Stolpovsky, A.; Strikhanov, M.; Stringfellow, B.; Suaide, A.A.P.; Sugarbaker, E.; Sumbera, M.; Sun, Z.; Surrow, B.; Swanger, M.; Symons, T.J.M.; Szanto de Toledo, A.; Tai, A.; Takahashi, J.; Tang, A.H.; Tarnowsky, T.; Thein, D.; Thomas, J.H.; Timmins, A.R.; Timoshenko, S.; Tokarev, M.; Trainor, T.A.; Trentalange, S.; Tribble, R.E.; Tsai, O.D.; Ulery, J.; Ullrich, T.; Underwood, David G.; Van Buren, G.; van der Kolk, N.; van Leeuwen, M.; Vander Molen, A.M.; Varma, R.; Vasilevski, I.M.; Vasiliev, A.N.; Vernet, R.; Vigdor, S.E.; Viyogi, Y.P.; Vokal, S.; Voloshin, S.A.; Waggoner, W.T.; Wang, F.; Wang, G.; Wang, J.S.; Wang, X.L.; Wang, Y.; Watson, J.W.; Webb, J.C.; Westfall, G.D.; Wetzler, A.; Whitten, C., Jr.; Wieman, H.; Wissink, S.W.; Witt, R.; Wood, J.; Wu, J.; Xu, N.; Xu, Q.H.; Xu, Z.; Yepes, P.; Yoo, I.K.; Yurevich, V.I.; Zborovsky, I.; Zhan, W.; Zhang, H.; Zhang, W.M.; Zhang, Y.; Zhang, Z.P.; Zhao, Y.; Zhong, C.; Zoulkarneev, R.; Zoulkarneeva, Y.; Zubarev, A.N.; Zuo, J.X.; Braem, A.; Davenport, M.; De Cataldo, G.; Di Bari, D.; Di Mauro, A.; Kunde, G.J.; Martinengo, P.; Nappi, E.; Paic, G.; Posa, E.; Piuz, F.; Schyns, E.

    2006-01-01

    Data for Au+Au collisions at sqrt{s_{NN}}=200 GeV are analyzed to determine the ratios of identified hadrons ($\\pi$, $K$, $p$, $\\Lambda$) as functions of collision centrality and transverse momentum ($p_T$). We find that ratios of anti-baryon to baryon yields are independent of $p_T$ up to 5 GeV/c, a result inconsistent with results of theoretical pQCD calculations that predict a decrease due to a stronger contribution from valence quark scattering. For both strange and non-strange species, strong baryon enhancements relative to meson yields are observed as a function of collision centrality in the intermediate $p_T$ region, leading to $p/\\pi$ and $\\Lambda$/K ratios greater than unity. The increased $p_T$ range offered by the $\\Lambda$/K$^{0}_{S}$ ratio allows a test of the applicability of various models developed for the intermediate $p_{T}$ region. The physics implications of these measurements are discussed with regard to different theoretical models.

  1. Geostatistical analysis of potentiometric data in Wolfcamp aquifer of the Palo Duro Basin, Texas

    International Nuclear Information System (INIS)

    Harper, W.V.; Furr, J.M.

    1986-04-01

    This report details a geostatistical analysis of potentiometric data from the Wolfcamp aquifer in the Palo Duro Basin, Texas. Such an analysis is a part of an overall uncertainty analysis for a high-level waste repository in salt. Both an expected potentiometric surface and the associated standard error surface are produced. The Wolfcamp data are found to be well explained by a linear trend with a superimposed spherical semivariogram. A cross-validation of the analysis confirms this. In addition, the cross-validation provides a point-by-point check to test for possible anomalous data

  2. Measuring KS0K± interactions using Pb–Pb collisions at sNN=2.76 TeV

    Directory of Open Access Journals (Sweden)

    S. Acharya

    2017-11-01

    Full Text Available We present the first ever measurements of femtoscopic correlations between the KS0 and K± particles. The analysis was performed on the data from Pb–Pb collisions at sNN=2.76 TeV measured by the ALICE experiment. The observed femtoscopic correlations are consistent with final-state interactions proceeding via the a0(980 resonance. The extracted kaon source radius and correlation strength parameters for KS0K− are found to be equal within the experimental uncertainties to those for KS0K+. Comparing the results of the present study with those from published identical-kaon femtoscopic studies by ALICE, mass and coupling parameters for the a0 resonance are tested. Our results are also compatible with the interpretation of the a0 having a tetraquark structure instead of that of a diquark.

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

    OpenAIRE

    Hernández Rodríguez, Selene

    2010-01-01

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

  4. Higher harmonic flow coefficients of identified hadrons in Pb-Pb collisions at √sNN = 2.76 TeV

    NARCIS (Netherlands)

    Adam, J.; Adamová, D.; Aggarwal, M. M.; Aglieri Rinella, G.; Agnello, M.; Agrawal, N.; Ahammed, Z.; Ahmad, S.; Ahn, S. U.; Aiola, S.; Akindinov, A.; Alam, S. N.; Albuquerque, D. S. D.; Aleksandrov, D.; Alessandro, B.; Alexandre, D.; Alfaro Molina, R.; Alici, A.; Alkin, A.; Alme, J.; Alt, T.; Altinpinar, S.; Altsybeev, I.; Alves Garcia Prado, C.; An, M.; Andrei, C.; Andrews, H. A.; Andronic, A.; Anguelov, V.; Antičić, T.; Antinori, F.; Antonioli, P.; Aphecetche, L.; Appelshäuser, H.; Arcelli, S.; Arnaldi, R.; Arnold, O. W.; Arsene, I. C.; Arslandok, M.; Audurier, B.; Augustinus, A.; Averbeck, R.; Azmi, M. D.; Badalà, A.; Baek, Y. W.; Bagnasco, S.; Bailhache, R.; Bala, R.; Balasubramanian, S.; Baldisseri, A.; Baral, R. C.; Barbano, A. M.; Barbera, R.; Barile, F.; Barnaföldi, G. G.; Barnby, L. S.; Barret, V.; Bartalini, P.; Barth, K.; Bartke, J.; Bartsch, E.; Basile, M.; Bastid, N.; Basu, S.; Bathen, B.; Batigne, G.; Batista Camejo, A.; Batyunya, B.; Batzing, P. C.; Bearden, I. G.; Beck, H.; Bedda, C.|info:eu-repo/dai/nl/411263188; Behera, N. K.; Belikov, I.; Bellini, F.; Bello Martinez, H.; Bellwied, R.; Belmont, R.; Belmont-moreno, E.; Beltran, L. G. E.; Belyaev, V.; Bencedi, G.; Beole, S.; Berceanu, I.; Bercuci, A.; Berdnikov, Y.; Berenyi, D.; Bertens, R. A.; Berzano, D.; Betev, L.; Bhasin, A.; Bhat, I. R.; Bhati, A. K.; Bhattacharjee, B.; Bhom, J.; Bianchi, L.; Bianchi, N.; Bianchin, C.; Bielčík, J.; Bielčíková, J.; Bilandzic, A.; Biro, G.; Biswas, R.; Biswas, S.; Bjelogrlic, S.; Blair, J. T.; Blau, D.; Blume, C.; Bock, F.; Bogdanov, A.; Bøggild, H.; Boldizsár, L.; Bombara, M.; Bonora, M.; Book, J.; Borel, H.; Borissov, A.; Borri, M.; Bossú, F.; Botta, E.; Bourjau, C.; Braun-munzinger, P.; Bregant, M.; Breitner, T.; Broker, T. A.; Browning, T. A.; Broz, M.; Brucken, E. J.; Bruna, E.; Bruno, G. E.; Budnikov, D.; Buesching, H.; Bufalino, S.; Buncic, P.; Busch, O.; Buthelezi, Z.; Butt, J. B.; Buxton, J. T.; Cabala, J.; Caffarri, D.; Cai, X.; Caines, H.; Calero Diaz, L.; Caliva, A.|info:eu-repo/dai/nl/411885812; Calvo Villar, E.; Camerini, P.; Carena, F.; Carena, W.; Carnesecchi, F.; Castillo Castellanos, J.; Castro, A. J.; Casula, E. A. R.; Ceballos Sanchez, C.; Cepila, J.; Cerello, P.; Cerkala, J.; Chang, B.; Chapeland, S.; Chartier, M.; Charvet, J. L.; Chattopadhyay, S.; Chattopadhyay, S.; Chauvin, A.; Chelnokov, V.; Cherney, M.; Cheshkov, C.; Cheynis, B.; Chibante Barroso, V.; Chinellato, D. D.; Cho, S.; Chochula, P.; Choi, K.; Chojnacki, M.; Choudhury, S.; Christakoglou, P.; Christensen, C. H.; Christiansen, P.; Chujo, T.; Chung, S. U.; Cicalo, C.; Cifarelli, L.; Cindolo, F.; Cleymans, J.; Colamaria, F.; Colella, D.; Collu, A.; Colocci, M.; Conesa Balbastre, G.; Conesa Del Valle, Z.; Connors, M. E.; Contreras, J. G.; Cormier, T. M.; Corrales Morales, Y.; Cortés Maldonado, I.; Cortese, P.; Cosentino, M. R.; Costa, F.; Crkovska, J.; Crochet, P.; Cruz Albino, R.; Cuautle, E.; Cunqueiro, L.; Dahms, T.; Dainese, A.; Danisch, M. C.; Danu, A.; Das, D.; Das, I.; Das, S.; Dash, A.; Dash, S.; De, S.; De Caro, A.; De Cataldo, G.; De Conti, C.; De Cuveland, J.; De Falco, A.; De Gruttola, D.; De Marco, N.; De Pasquale, S.; De Souza, R. D.; Deisting, A.; Deloff, A.; Dénes, E.; Deplano, C.; Dhankher, P.; Di Bari, D.; Di Mauro, A.; Di Nezza, P.; Di Ruzza, B.; Diaz Corchero, M. A.; Dietel, T.; Dillenseger, P.; Divià, R.; Djuvsland, Ø.; Dobrin, A.; Domenicis Gimenez, D.; Dönigus, B.; Dordic, O.; Drozhzhova, T.; Dubey, A. K.; Dubla, A.; Ducroux, L.; Dupieux, P.; Ehlers, R. J.; Elia, D.; Endress, E.; Engel, H.; Epple, E.; Erazmus, B.; Erdemir, I.; Erhardt, F.; Espagnon, B.; Estienne, M.; Esumi, S.; Eulisse, G.; Eum, J.; Evans, D.; Evdokimov, S.; Eyyubova, G.; Fabbietti, L.; Fabris, D.; Faivre, J.; Fantoni, A.; Fasel, M.; Feldkamp, L.; Feliciello, A.; Feofilov, G.; Ferencei, J.; Fernández Téllez, A.; Ferreiro, E. G.; Ferretti, A.; Festanti, A.; Feuillard, V. J. G.; Figiel, J.; Figueredo, M. A. S.; Filchagin, S.; Finogeev, D.; Fionda, F. M.; Fiore, E. M.; Floris, M.; Foertsch, S.; Foka, P.; Fokin, S.; Fragiacomo, E.; Francescon, A.; Francisco, A.; Frankenfeld, U.; Fronze, G. G.; Fuchs, U.; Furget, C.; Furs, A.; Fusco Girard, M.; Gaardhøje, J. J.; Gagliardi, M.; Gago, A. M.; Gajdosova, K.; Gallio, M.; Galvan, C. D.; Gangadharan, D. R.; Ganoti, P.; Gao, C.; Garabatos, C.; Garcia-solis, E.; Garg, K.; Gargiulo, C.; Gasik, P.; Gauger, E. F.; Germain, M.; Gheata, M.; Ghosh, P.; Ghosh, S. K.; Gianotti, P.; Giubellino, P.; Giubilato, P.; Gladysz-dziadus, E.; Glässel, P.; Goméz Coral, D. M.; Gomez Ramirez, A.; Gonzalez, A. S.; Gonzalez, V.; González-zamora, P.; Gorbunov, S.; Görlich, L.; Gotovac, S.; Grabski, V.; Grachov, O. A.; Graczykowski, L. K.; Graham, K. L.; Grelli, A.|info:eu-repo/dai/nl/326052577; Grigoras, A.; Grigoras, C.; Grigoriev, V.; Grigoryan, A.; Grigoryan, S.; Grinyov, B.; Grion, N.; Gronefeld, J. M.; Grosse-oetringhaus, J. F.; Grosso, R.; Gruber, L.; Guber, F.; Guernane, R.; Guerzoni, B.; Gulbrandsen, K.; Gunji, T.; Gupta, A.; Gupta, R.; Guzman, I. B.; Haake, R.; Hadjidakis, C.; Haiduc, M.; Hamagaki, H.; Hamar, G.; Hamon, J. C.; Harris, J. W.; Harton, A.; Hatzifotiadou, D.; Hayashi, S.; Heckel, S. T.; Hellbär, E.; Helstrup, H.; Herghelegiu, A.; Herrera Corral, G.; Herrmann, F.; Hess, B. A.; Hetland, K. F.; Hillemanns, H.; Hippolyte, B.; Horak, D.; Hosokawa, R.; Hristov, P.; Hughes, C.; Humanic, T. J.; Hussain, N.; Hussain, T.; Hutter, D.; Hwang, D. S.; Ilkaev, R.; Inaba, M.; Incani, E.; Ippolitov, M.; Irfan, M.; Isakov, V.; Ivanov, M.; Ivanov, V.; Izucheev, V.; Jacak, B.; Jacazio, N.; Jacobs, P. M.; Jadhav, M. B.; Jadlovska, S.; Jadlovsky, J.; Jahnke, C.; Jakubowska, M. J.; Janik, M. A.; Jayarathna, P. H. S. Y.; Jena, C.; Jena, S.; Jimenez Bustamante, R. T.; Jones, P. G.; Jusko, A.; Kalinak, P.; Kalweit, A.; Kang, J. H.; Kaplin, V.; Kar, S.; Karasu Uysal, A.; Karavichev, O.; Karavicheva, T.; Karayan, L.; Karpechev, E.; Kebschull, U.; Keidel, R.; Keijdener, D. L. D.|info:eu-repo/dai/nl/370530780; Keil, M.; Mohisin Khan, M.; Khan, P.; Khan, S. A.; Khanzadeev, A.; Kharlov, Y.; Khatun, A.; Kileng, B.; Kim, D. W.; Kim, D. J.; Kim, D.; Kim, H.; Kim, J. S.; Kim, J.; Kim, M.; Kim, S.; Kim, T.; Kirsch, S.; Kisel, I.; Kiselev, S.; Kisiel, A.; Kiss, G.; Klay, J. L.; Klein, C.; Klein, J.; Klein-bösing, C.; Klewin, S.; Kluge, A.; Knichel, M. L.; Knospe, A. G.; Kobdaj, C.; Kofarago, M.; Kollegger, T.; Kolojvari, A.; Kondratiev, V.; Kondratyeva, N.; Kondratyuk, E.; Konevskikh, A.; Kopcik, M.; Kour, M.; Kouzinopoulos, C.; Kovalenko, O.; Kovalenko, V.; Kowalski, M.; Koyithatta Meethaleveedu, G.; Králik, I.; Kravčáková, A.; Krivda, M.; Krizek, F.; Kryshen, E.; Krzewicki, M.; Kubera, A. M.; Kučera, V.; Kuhn, C.; Kuijer, P. G.|info:eu-repo/dai/nl/074064975; Kumar, A.; Kumar, J.; Kumar, L.; Kumar, S.; Kurashvili, P.; Kurepin, A.; Kurepin, A. B.; Kuryakin, A.; Kweon, M. J.; Kwon, Y.; La Pointe, S. L.; La Rocca, P.; Ladron De Guevara, P.; Lagana Fernandes, C.; Lakomov, I.; Langoy, R.; Lapidus, K.; Lara, C.; Lardeux, A.; Lattuca, A.; Laudi, E.; Lea, R.; Leardini, L.; Lee, S.; Lehas, F.|info:eu-repo/dai/nl/411295721; Lehner, S.; Lemmon, R. C.; Lenti, V.; Leogrande, E.; León Monzón, I.; León Vargas, H.; Leoncino, M.; Lévai, P.; Li, S.; Li, X.; Lien, J.; Lietava, R.; Lindal, S.; Lindenstruth, V.; Lippmann, C.; Lisa, M. A.; Ljunggren, H. M.; Lodato, D. F.; Loenne, P. I.; Loginov, V.; Loizides, C.; Lopez, X.; López Torres, E.; Lowe, A.; Luettig, P.; Lunardon, M.; Luparello, G.; Lupi, M.; Lutz, T. H.; Maevskaya, A.; Mager, M.; Mahajan, S.; Mahmood, S. M.; Maire, A.; Majka, R. D.; Malaev, M.; Maldonado Cervantes, I.; Malinina, L.; Mal’kevich, D.; Malzacher, P.; Mamonov, A.; Manko, V.; Manso, F.; Manzari, V.; Mao, Y.; Marchisone, M.; Mareš, J.; Margagliotti, G. V.; Margotti, A.; Margutti, J.|info:eu-repo/dai/nl/412461684; Marín, A.; Markert, C.; Marquard, M.; Martin, N. A.; Martinengo, P.; Martínez, M. I.; Martínez García, G.; Martinez Pedreira, M.; Mas, A.; Masciocchi, S.; Masera, M.; Masoni, A.; Mastroserio, A.; Matyja, A.; Mayer, C.; Mazer, J.; Mazzilli, M.; Mazzoni, M. A.; Meddi, F.; Melikyan, Y.; Menchaca-rocha, A.; Meninno, E.; Mercado Pérez, J.; Meres, M.; Mhlanga, S.; Miake, Y.; Mieskolainen, M. M.; Mikhaylov, K.; Milano, L.; Milosevic, J.; Mischke, A.|info:eu-repo/dai/nl/325781435; Mishra, A. N.; Mishra, T.; Miskowiec, D.; Mitra, J.; Mitu, C. M.; Mohammadi, N.|info:eu-repo/dai/nl/369405870; Mohanty, B.; Molnar, L.; Montaño Zetina, L.; Montes, E.; Moreira De Godoy, D. A.; Moreno, L. A. P.; Moretto, S.; Morreale, A.; Morsch, A.; Muccifora, V.; Mudnic, E.; Mühlheim, D.; Muhuri, S.; Mukherjee, M.; Mulligan, J. D.; Munhoz, M. G.; Münning, K.; Munzer, R. H.; Murakami, H.; Murray, S.; Musa, L.; Musinsky, J.; Naik, B.; Nair, R.; Nandi, B. K.; Nania, R.; Nappi, E.; Naru, M. U.; Natal Da Luz, H.; Nattrass, C.; Navarro, S. R.; Nayak, K.; Nayak, R.; Nayak, T. K.; Nazarenko, S.; Nedosekin, A.; Negrao De Oliveira, R. A.; Nellen, L.; Ng, F.; Nicassio, M.; Niculescu, M.; Niedziela, J.; Nielsen, B. S.; Nikolaev, S.; Nikulin, S.; Nikulin, V.; Noferini, F.; Nomokonov, P.; Nooren, G.|info:eu-repo/dai/nl/07051349X; Noris, J. C. C.; Norman, J.; Nyanin, A.; Nystrand, J.; Oeschler, H.; Oh, S.; Oh, S. K.; Ohlson, A.; Okatan, A.; Okubo, T.; Oleniacz, J.; Oliveira Da Silva, A. C.|info:eu-repo/dai/nl/323375618; Oliver, M. H.; Onderwaater, J.; Oppedisano, C.; Orava, R.; Oravec, M.; Ortiz Velasquez, A.; Oskarsson, A.; Otwinowski, J.; Oyama, K.; Ozdemir, M.; Pachmayer, Y.; Pagano, D.; Pagano, P.; Paić, G.; Pal, S. K.; Palni, P.; Pan, J.; Pandey, A. K.; Papikyan, V.; Pappalardo, G. S.; Pareek, P.; Park, W. J.; Parmar, S.; Passfeld, A.; Paticchio, V.; Patra, R. N.; Paul, B.; Pei, H.; Peitzmann, T.|info:eu-repo/dai/nl/304833959; Peng, X.; Pereira Da Costa, H.; Peresunko, D.; Perez Lezama, E.; Peskov, V.; Pestov, Y.; Petráček, V.; Petrov, V.; Petrovici, M.; Petta, C.; Piano, S.; Pikna, M.; Pillot, P.; Pimentel, L. O. D. L.; Pinazza, O.; Pinsky, L.; Piyarathna, D. B.; Ploskon, M.; Planinic, M.; Pluta, J.; Pochybova, S.; Podesta-lerma, P. L. M.; Poghosyan, M. G.; Polichtchouk, B.; Poljak, N.; Poonsawat, W.; Pop, A.; Poppenborg, H.; Porteboeuf-houssais, S.; Porter, J.; Pospisil, J.; Prasad, S. K.; Preghenella, R.; Prino, F.; Pruneau, C. A.; Pshenichnov, I.; Puccio, M.; Puddu, G.; Pujahari, P.; Punin, V.; Putschke, J.; Qvigstad, H.; Rachevski, A.; Raha, S.; Rajput, S.; Rak, J.; Rakotozafindrabe, A.; Ramello, L.; Rami, F.; Raniwala, R.; Raniwala, S.; Räsänen, S. S.; Rascanu, B. T.; Rathee, D.; Ravasenga, I.; Read, K. F.; Redlich, K.; Reed, R. J.; Rehman, A.; Reichelt, P.; Reidt, F.; Ren, X.; Renfordt, R.; Reolon, A. R.; Reshetin, A.; Reygers, K.; Riabov, V.; Ricci, R. A.; Richert, T.|info:eu-repo/dai/nl/413319628; Richter, M.; Riedler, P.; Riegler, W.; Riggi, F.; Ristea, C.; Rodríguez Cahuantzi, M.; Rodriguez Manso, A.; Røed, K.; Rogochaya, E.; Rohr, D.; Röhrich, D.; Ronchetti, F.; Ronflette, L.; Rosnet, P.; Rossi, A.; Roukoutakis, F.; Roy, A.; Roy, C.; Roy, P.; Rubio Montero, A. J.; Rui, R.; Russo, R.; Ryabinkin, E.; Ryabov, Y.; Rybicki, A.; Saarinen, S.; Sadhu, S.; Sadovsky, S.; Šafařík, K.; Sahlmuller, B.; Sahoo, P.; Sahoo, R.; Sahoo, S.; Sahu, P. K.; Saini, J.; Sakai, S.; Saleh, M. A.; Salzwedel, J.; Sambyal, S.; Samsonov, V.; Šándor, L.; Sandoval, A.; Sano, M.; Sarkar, D.; Sarkar, N.; Sarma, P.; Scapparone, E.; Scarlassara, F.; Schiaua, C.; Schicker, R.; Schmidt, C.; Schmidt, H. R.; Schmidt, M.; Schuchmann, S.; Schukraft, J.; Schutz, Y.; Schwarz, K.; Schweda, K.; Scioli, G.; Scomparin, E.; Scott, R.; Šefčík, M.; Seger, J. E.; Sekiguchi, Y.; Sekihata, D.; Selyuzhenkov, I.; Senosi, K.; Senyukov, S.; Serradilla, E.; Sevcenco, A.; Shabanov, A.; Shabetai, A.; Shadura, O.; Shahoyan, R.; Shangaraev, A.; Sharma, A.; Sharma, M.; Sharma, M.; Sharma, N.; Sheikh, A. I.; Shigaki, K.; Shou, Q.; Shtejer, K.; Sibiriak, Y.; Siddhanta, S.; Sielewicz, K. M.; Siemiarczuk, T.; Silvermyr, D.; Silvestre, C.; Simatovic, G.; Simonetti, G.; Singaraju, R.; Singh, R.; Singhal, V.; Sinha, T.; Sitar, B.; Sitta, M.; Skaali, T. B.; Slupecki, M.; Smirnov, N.; Snellings, R. J. M.|info:eu-repo/dai/nl/165585781; Snellman, T. W.; Song, J.; Song, M.; Song, Z.; Soramel, F.; Sorensen, S.; Sozzi, F.; Spiriti, E.; Sputowska, I.; Spyropoulou-stassinaki, M.; Stachel, J.; Stan, I.; Stankus, P.; Stenlund, E.; Steyn, G.; Stiller, J. H.; Stocco, D.; Strmen, P.; Suaide, A. A. P.; Sugitate, T.; Suire, C.; Suleymanov, M.; Suljic, M.; Sultanov, R.; Šumbera, M.; Sumowidagdo, S.; Swain, S.; Szabo, A.; Szarka, I.; Szczepankiewicz, A.; Szymanski, M.; Tabassam, U.; Takahashi, J.; Tambave, G. J.; Tanaka, N.; Tarhini, M.; Tariq, M.; Tarzila, M. G.; Tauro, A.; Tejeda Muñoz, G.; Telesca, A.; Terasaki, K.; Terrevoli, C.; Teyssier, B.; Thäder, J.; Thakur, D.; Thomas, D.; Tieulent, R.; Tikhonov, A.; Timmins, A. R.; Toia, A.; Trogolo, S.; Trombetta, G.; Trubnikov, V.; Trzaska, W. H.; Tsuji, T.; Tumkin, A.; Turrisi, R.; Tveter, T. S.; Ullaland, K.; Uras, A.; Usai, G. L.; Utrobicic, A.; Vala, M.; Valencia Palomo, L.; Van Der Maarel, J.|info:eu-repo/dai/nl/412860996; Van Hoorne, J. W.; van Leeuwen, Marco|info:eu-repo/dai/nl/250599171; Vanat, T.; Vande Vyvre, P.; Varga, D.; Vargas, A.; Vargyas, M.; Varma, R.; Vasileiou, M.; Vasiliev, A.; Vauthier, A.; Vázquez Doce, O.; Vechernin, V.; Veen, A. M.|info:eu-repo/dai/nl/413533751; Velure, A.; Vercellin, E.; Vergara Limón, S.; Vernet, R.; Vickovic, L.; Viinikainen, J.; Vilakazi, Z.; Villalobos Baillie, O.; Villatoro Tello, A.; Vinogradov, A.; Vinogradov, L.; Virgili, T.; Vislavicius, V.; Viyogi, Y. P.; Vodopyanov, A.; Völkl, M. A.; Voloshin, K.; Voloshin, S. A.; Volpe, G.; Von Haller, B.; Vorobyev, I.; Vranic, D.; Vrláková, J.; Vulpescu, B.; Wagner, B.; Wagner, J.; Wang, H.|info:eu-repo/dai/nl/369509307; Wang, M.; Watanabe, D.; Watanabe, Y.; Weber, M.; Weber, S. G.; Weiser, D. F.; Wessels, J. P.; Westerhoff, U.; Whitehead, A. M.; Wiechula, J.; Wikne, J.; Wilk, G.; Wilkinson, J.; Willems, G. A.; Williams, M. C. S.; Windelband, B.; Winn, M.; Yalcin, S.; Yang, P.; Yano, S.; Yin, Z.; Yokoyama, H.; Yoo, I.-k.; Yoon, J. H.; Yurchenko, V.; Zaborowska, A.; Zaccolo, V.; Zaman, A.; Zampolli, C.; Zanoli, H. J. C.; Zaporozhets, S.; Zardoshti, N.; Zarochentsev, A.; Závada, P.; Zaviyalov, N.; Zbroszczyk, H.; Zgura, I. S.; Zhalov, M.; Zhang, H.; Zhang, X.; Zhang, Y.; Zhang, C.; Zhang, Z.; Zhao, C.; Zhigareva, N.; Zhou, D.; Zhou, Y.; Zhou, Z.; Zhu, H.; Zhu, J.; Zichichi, A.; Zimmermann, A.; Zimmermann, M. B.; Zinovjev, G.; Zyzak, M.

    2016-01-01

    The elliptic, triangular, quadrangular and pentagonal anisotropic flow coefficients for π±, K± and p+p ¯ ¯ ¯ p+p¯ in Pb-Pb collisions at s NN − − − √ =2.76 sNN=2.76 TeV were measured with the ALICE detector at the Large Hadron Collider. The results were obtained with the Scalar Product method,

  5. Helicity dependence of the γd→ πNN reactions in the Δ-resonance region

    International Nuclear Information System (INIS)

    Ahrens, J.; Arends, H.J.; Beck, R.; Heid, E.; Jahn, O.; Lang, M.; Martinez-Fabregate, M.; Schwamb, M.; Tamas, G.; Thomas, A.; Altieri, S.; Panzeri, A.; Pinelli, T.; Annand, J.R.M.; McGeorge, J.C.; Protopopescu, D.; Rosner, G.; Blackston, M.A.; Weller, H.R.; Bradtke, C.; Dutz, H.; Klein, F.; Rohlof, C.; Braghieri, A.; Pedroni, P.; Hose, N. d'; Fix, A.; Kondratiev, R.; Lisin, V.; Meyer, W.; Reicherz, G.; Rostomyan, T.; Ryckbosch, D.

    2010-01-01

    The helicity dependence of the differential cross-section for the γd→πNN reactions has been measured for the first time in the Δ -resonance region. The measurement was performed with the large-acceptance detector DAPHNE at the tagged photon beam facility of the MAMI accelerator in Mainz. The data show that the main reaction mechanisms for the π ± NN channels are the quasi-free N π processes on one bound nucleon with nuclear dynamics playing a minor role. On the contrary, for the π 0 np channel nuclear mechanisms involving the reabsorption of the photoproduced π 0 by the np pair have to be taken into account to reproduce the experimental data. (orig.)

  6. Energy dependence of acceptance-corrected dielectron excess mass spectrum at mid-rapidity in Au+Au collisions at sNN=19.6 and 200 GeV

    Directory of Open Access Journals (Sweden)

    L. Adamczyk

    2015-11-01

    Full Text Available The acceptance-corrected dielectron excess mass spectra, where the known hadronic sources have been subtracted from the inclusive dielectron mass spectra, are reported for the first time at mid-rapidity |yee|<1 in minimum-bias Au+Au collisions at sNN=19.6 and 200 GeV. The excess mass spectra are consistently described by a model calculation with a broadened ρ spectral function for Mee<1.1 GeV/c2. The integrated dielectron excess yield at sNN=19.6 GeV for 0.4NN=17.3 GeV. For sNN=200 GeV, the normalized excess yield in central collisions is higher than that at sNN=17.3 GeV and increases from peripheral to central collisions. These measurements indicate that the lifetime of the hot, dense medium created in central Au+Au collisions at sNN=200 GeV is longer than those in peripheral collisions and at lower energies.

  7. Geostatistical modelling of the spatial life history of post-larval deepwater hake Merluccius paradoxus in the Benguela Current Large Marine Ecosystem

    DEFF Research Database (Denmark)

    Jansen, T; Kristensen, K; Fairweather, T. P.

    2017-01-01

    paradoxus are not reflected in the current assessment and management practices for the Benguela Current Large Marine Ecosystem. In this study, we compiled data from multiple demersal trawl surveys from the entire distribution area and applied state-of the-art geostatistical population modelling (Geo...

  8. Improved biomass and lipid production in Synechocystis sp. NN using industrial wastes and nano-catalyst coupled transesterification for biodiesel production.

    Science.gov (United States)

    Jawaharraj, Kalimuthu; Karpagam, Rathinasamy; Ashokkumar, Balasubramaniem; Kathiresan, Shanmugam; Moorthy, Innasi Muthu Ganesh; Arumugam, Muthu; Varalakshmi, Perumal

    2017-10-01

    In this study, the improved biomass (1.6 folds) and lipid (1.3 folds) productivities in Synechocystis sp. NN using agro-industrial wastes supplementation through hybrid response surface methodology-genetic algorithm (RSM-GA) for cost-effective methodologies for biodiesel production was achieved. Besides, efficient harvesting in Synechocystis sp. NN was achieved by electroflocculation (flocculation efficiency 97.8±1.2%) in 10min when compared to other methods. Furthermore, different pretreatment methods were employed for lipid extraction and maximum lipid content of 19.3±0.2% by Synechocystis sp. NN was attained by ultrasonication than microwave and liquid nitrogen assisted pretreatment methods. The highest FAME (fatty acid methyl ester) conversion of 36.5±8.3mg FAME/g biomass was obtained using titanium oxide as heterogeneous nano-catalyst coupled whole-cell transesterification based method. Conclusively, Synechocystis sp. NN may be used as a biodiesel feedstock and its fuel production can be enriched by hybrid RSM-GA and nano-catalyst technologies. Copyright © 2017 Elsevier Ltd. All rights reserved.

  9. Measurement of charged jet production cross sections and nuclear modification in p–Pb collisions at sNN=5.02 TeV

    Directory of Open Access Journals (Sweden)

    J. Adam

    2015-10-01

    Full Text Available Charged jet production cross sections in p–Pb collisions at sNN=5.02 TeV measured with the ALICE detector at the LHC are presented. Using the anti-kT algorithm, jets have been reconstructed in the central rapidity region from charged particles with resolution parameters R=0.2 and R=0.4. The reconstructed jets have been corrected for detector effects and the underlying event background. To calculate the nuclear modification factor, RpPb, of charged jets in p–Pb collisions, a pp reference was constructed by scaling previously measured charged jet spectra at s=7 TeV. In the transverse momentum range 20≤pT,chjet≤120 GeV/c, RpPb is found to be consistent with unity, indicating the absence of strong nuclear matter effects on jet production. Major modifications to the radial jet structure are probed via the ratio of jet production cross sections reconstructed with the two different resolution parameters. This ratio is found to be similar to the measurement in pp collisions at s=7 TeV and to the expectations from PYTHIA pp simulations and NLO pQCD calculations at sNN=5.02 TeV.

  10. Renormalization of NN scattering: Contact potential

    International Nuclear Information System (INIS)

    Yang Jifeng; Huang Jianhua

    2005-01-01

    The renormalization of the T matrix for NN scattering with a contact potential is re-examined in a nonperturbative regime through rigorous nonperturbative solutions. Based on the underlying theory, it is shown that the ultraviolet divergences in the nonperturbative solutions of the T matrix should be subtracted through 'endogenous' counterterms, which in turn leads to a nontrivial prescription dependence. Moreover, employing the effective range expansion, the importance of imposing physical boundary conditions to remove the nontrivial prescription dependence, especially before making any physical claims, is discussed and highlighted. As by-products, some relations between the effective range expansion parameters are derived. We also discuss the power counting of the couplings for the nucleon-nucleon interactions and other subtle points related to the EFT framework beyond perturbative treatment

  11. Metrology in CNEN NN 3.05/13 standard

    International Nuclear Information System (INIS)

    Mello, Marina Santiago de

    2014-01-01

    The nuclear medicine exams are widely used tools in health services for a reliable clinical and functional diagnosis of a disease. In Brazil, the National Nuclear Energy Commission, through the norm CNEN-NN 3:05/13, provides for the requirements of safety and radiological protection in nuclear medicine services. The objective of this review article was to emphasize the importance of metrology in compliance with this norm. We observed that metrology plays a vital role as it ensures the quality, accuracy, reproducibility and consistency of the measurements in the field of nuclear medicine. (author)

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

    International Nuclear Information System (INIS)

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

    2014-01-01

    This case study tests the possibility of prediction for 'success' (or 'winner') components of four stock and 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

  13. Photon production in Pb + Pb collisions at √{sNN } = 2.76 TeV

    Science.gov (United States)

    Fu, Yong-Ping; Xi, Qin

    2018-02-01

    We calculate the high energy photon production from the Pb + Pb collisions for different centrality classes at √{sNN } = 2.76 TeV Large Hadron Collider (LHC) energy. The jet energy loss in the jet fragmentation, jet-photon conversion and jet bremsstrahlung is considered by using the Wang-Huang-Sarcevic (WHS) and Baier-Dokshitzer-Mueller-Peigne-Schiff (BDMPS) models. We use the (1 + 1)-dimensional ideal relativistic hydrodynamics to study the collective transverse flow and space-time evolution of the quark gluon plasma (QGP). The numerical results agree well with the ALICE data of the direct photons from the Pb + Pb collisions (√{sNN } = 2.76 TeV) for 0-20%, 20-40% and 40-80% centrality classes.

  14. Propuesta del programaS-GeMS para el análisis estadístico espacial de fallas en alimentadores soterrados de 13,8 kV; PropodedS-GEMS program for statistical analysis of failure space of 13.8 kV underground feeders

    Directory of Open Access Journals (Sweden)

    Boris Alba Valle

    2011-06-01

    Full Text Available Actualmente, el sistema soterrado de Ciudad de La Habana, carece de herramientas gráficas de trabajo con lascuales poder visualizar zonas con alta incidencia de fallas en alimentadores de 13,8 kV y que permitan tomardecisiones certeras en cuanto a los tramos de alimentadores a reparar o sustituir por su deterioro. En este trabajo sepropone el uso de los programas S-GeMS (Stanford Geostatistical Modeling Software y Autocad comoherramientas para el análisis estadístico espacial de la cantidad de fallas. Se realiza, en lo fundamental, el estudiode toda la documentación referente a las aplicaciones del programa S-GeMS y la Base de Datos de la cantidad defallas del 2007 al 2009, de los alimentadores de 13,8 kV perteneciente a la Unidad Empresarial Básica (UEBSoterrada. Finalmente se muestran, a modo de ejemplo, los resultados obtenidos con su aplicación al determinarsela dirección preferencial de distribución de la cantidad de fallas.   Nowadays, the Havana City underground system, lacks of graphical working tools which not only allow to visualizehigh faults incidence areas in 13,8 kV feeders but also make good decisions in reference to the feeder sections to berepaired or substituted due to their impairment. The use of S-GeMS (Stanford Geostatistical Modeling Software andAutocad programs as tools for the spatial statistic analysis of faults quantity is proposed in this article. The study ofthe whole documentation related to the S-GeMS program applications is carried out as well as the UndergroundManagement Basic Unit (UEB 13,8 kV feeders faults quantity database from 2007 to 2009. Finally, the results afterdetermining the faults quantity distribution preferential address with the program application are shown, as anexample.

  15. Propuesta del programa S-GeMS para el análisis estadístico espacial de fallas en alimentadores soterrados de 13,8 kV;PropodedS-GEMS program for statistical analysis of failure space of 13.8 kV underground feeders

    Directory of Open Access Journals (Sweden)

    Boris Alba - Valle

    2011-06-01

    Full Text Available Actualmente, el sistema soterrado de Ciudad de La Habana, carece de herramientas gráficas de trabajo con lascuales poder visualizar zonas con alta incidencia de fallas en alimentadores de 13,8 kV y que permitan tomardecisiones certeras en cuanto a los tramos de alimentadores a reparar o sustituir por su deterioro. En este trabajo sepropone el uso de los programas S-GeMS (Stanford Geostatistical Modeling Software y Autocad comoherramientas para el análisis estadístico espacial de la cantidad de fallas. Se realiza, en lo fundamental, el estudiode toda la documentación referente a las aplicaciones del programa S-GeMS y la Base de Datos de la cantidad defallas del 2007 al 2009, de los alimentadores de 13,8 kV perteneciente a la Unidad Empresarial Básica (UEBSoterrada. Finalmente se muestran, a modo de ejemplo, los resultados obtenidos con su aplicación al determinarsela dirección preferencial de distribución de la cantidad de fallas.Nowadays, the Havana City underground system, lacks of graphical working tools which not only allow to visualizehigh faults incidence areas in 13,8 kV feeders but also make good decisions in reference to the feeder sections to berepaired or substituted due to their impairment. The use of S-GeMS (Stanford Geostatistical Modeling Software andAutocad programs as tools for the spatial statistic analysis of faults quantity is proposed in this article. The study ofthe whole documentation related to the S-GeMS program applications is carried out as well as the UndergroundManagement Basic Unit (UEB 13,8 kV feeders faults quantity database from 2007 to 2009. Finally, the results afterdetermining the faults quantity distribution preferential address with the program application are shown, as anexample.

  16. Observation of D0 meson nuclear modifications in Au+Au collisions at sqrt[s(NN)] = 200 GeV.

    Science.gov (United States)

    Adamczyk, L; Adkins, J K; Agakishiev, G; Aggarwal, M M; Ahammed, Z; Alekseev, I; Alford, J; Anson, C D; Aparin, A; Arkhipkin, D; Aschenauer, E C; Averichev, G S; Banerjee, A; Beavis, D R; Bellwied, R; Bhasin, A; Bhati, A K; Bhattarai, P; Bichsel, H; Bielcik, J; Bielcikova, J; Bland, L C; Bordyuzhin, I G; Borowski, W; Bouchet, J; Brandin, A V; Brovko, S G; Bültmann, S; Bunzarov, I; Burton, T P; Butterworth, J; Caines, H; Calderón de la Barca Sánchez, M; Cebra, D; Cendejas, R; Cervantes, M C; Chaloupka, P; Chang, Z; Chattopadhyay, S; Chen, H F; Chen, J H; Chen, L; Cheng, J; Cherney, M; Chikanian, A; Christie, W; Chwastowski, J; Codrington, M J M; Contin, G; Cramer, J G; Crawford, H J; Cui, X; Das, S; Davila Leyva, A; De Silva, L C; Debbe, R R; Dedovich, T G; Deng, J; Derevschikov, A A; Derradi de Souza, R; Dhamija, S; di Ruzza, B; Didenko, L; Dilks, C; Ding, F; Djawotho, P; Dong, X; Drachenberg, J L; Draper, J E; Du, C M; Dunkelberger, L E; Dunlop, J C; Efimov, L G; Engelage, J; Engle, K S; Eppley, G; Eun, L; Evdokimov, O; Eyser, O; Fatemi, R; Fazio, S; Fedorisin, J; Filip, P; Finch, E; Fisyak, Y; Flores, C E; Gagliardi, C A; Gangadharan, D R; Garand, D; Geurts, F; Gibson, A; Girard, M; Gliske, S; Greiner, L; Grosnick, D; Gunarathne, D S; Guo, Y; Gupta, A; Gupta, S; Guryn, W; Haag, B; Hamed, A; Han, L-X; Haque, R; Harris, J W; Heppelmann, S; Hirsch, A; Hoffmann, G W; Hofman, D J; Horvat, S; Huang, B; Huang, H Z; Huang, X; Huck, P; Humanic, T J; Igo, G; Jacobs, W W; Jang, H; Judd, E G; Kabana, S; Kalinkin, D; Kang, K; Kauder, K; Ke, H W; Keane, D; Kechechyan, A; Kesich, A; Khan, Z H; Kikola, D P; Kisel, I; Kisiel, A; Koetke, D D; Kollegger, T; Konzer, J; Koralt, I; Kotchenda, L; Kraishan, A F; Kravtsov, P; Krueger, K; Kulakov, I; Kumar, L; Kycia, R A; Lamont, M A C; Landgraf, J M; Landry, K D; Lauret, J; Lebedev, A; Lednicky, R; Lee, J H; LeVine, M J; Li, C; Li, W; Li, X; Li, X; Li, Y; Li, Z M; Lisa, M A; Liu, F; Ljubicic, T; Llope, W J; Lomnitz, M; Longacre, R S; Luo, X; Ma, G L; Ma, Y G; Madagodagettige Don, D M M D; Mahapatra, D P; Majka, R; Margetis, S; Markert, C; Masui, H; Matis, H S; McDonald, D; McShane, T S; Minaev, N G; Mioduszewski, S; Mohanty, B; Mondal, M M; Morozov, D A; Mustafa, M K; Nandi, B K; Nasim, Md; Nayak, T K; Nelson, J M; Nigmatkulov, G; Nogach, L V; Noh, S Y; Novak, J; Nurushev, S B; Odyniec, G; Ogawa, A; Oh, K; Ohlson, A; Okorokov, V; Oldag, E W; Olvitt, D L; Pachr, M; Page, B S; Pal, S K; Pan, Y X; Pandit, Y; Panebratsev, Y; Pawlak, T; Pawlik, B; Pei, H; Perkins, C; Peryt, W; Pile, P; Planinic, M; Pluta, J; Poljak, N; Porter, J; Poskanzer, A M; Pruthi, N K; Przybycien, M; Pujahari, P R; Putschke, J; Qiu, H; Quintero, A; Ramachandran, S; Raniwala, R; Raniwala, S; Ray, R L; Riley, C K; Ritter, H G; Roberts, J B; Rogachevskiy, O V; Romero, J L; Ross, J F; Roy, A; Ruan, L; Rusnak, J; Rusnakova, O; Sahoo, N R; Sahu, P K; Sakrejda, I; Salur, S; Sandweiss, J; Sangaline, E; Sarkar, A; Schambach, J; Scharenberg, R P; Schmah, A M; Schmidke, W B; Schmitz, N; Seger, J; Seyboth, P; Shah, N; Shahaliev, E; Shanmuganathan, P V; Shao, M; Sharma, B; Shen, W Q; Shi, S S; Shou, Q Y; Sichtermann, E P; Singaraju, R N; Skoby, M J; Smirnov, D; Smirnov, N; Solanki, D; Sorensen, P; Spinka, H M; Srivastava, B; Stanislaus, T D S; Stevens, J R; Stock, R; Strikhanov, M; Stringfellow, B; Sumbera, M; Sun, X; Sun, X M; Sun, Y; Sun, Z; Surrow, B; Svirida, D N; Symons, T J M; Szelezniak, M A; Takahashi, J; Tang, A H; Tang, Z; Tarnowsky, T; Thomas, J H; Timmins, A R; Tlusty, D; Tokarev, M; Trentalange, S; Tribble, R E; Tribedy, P; Trzeciak, B A; Tsai, O D; Turnau, J; Ullrich, T; Underwood, D G; Van Buren, G; van Nieuwenhuizen, G; Vandenbroucke, M; Vanfossen, J A; Varma, R; Vasconcelos, G M S; Vasiliev, A N; Vertesi, R; Videbæk, F; Viyogi, Y P; Vokal, S; Vossen, A; Wada, M; Wang, F; Wang, G; Wang, H; Wang, J S; Wang, X L; Wang, Y; Wang, Y; Webb, G; Webb, J C; Westfall, G D; Wieman, H; Wissink, S W; Witt, R; Wu, Y F; Xiao, Z; Xie, W; Xin, K; Xu, H; Xu, J; Xu, N; Xu, Q H; Xu, Y; Xu, Z; Yan, W; Yang, C; Yang, Y; Yang, Y; Ye, Z; Yepes, P; Yi, L; Yip, K; Yoo, I-K; Yu, N; Zawisza, Y; Zbroszczyk, H; Zha, W; Zhang, J B; Zhang, J L; Zhang, S; Zhang, X P; Zhang, Y; Zhang, Z P; Zhao, F; Zhao, J; Zhong, C; Zhu, X; Zhu, Y H; Zoulkarneeva, Y; Zyzak, M

    2014-10-03

    We report the first measurement of charmed-hadron (D(0)) production via the hadronic decay channel (D(0) → K(-) + π(+)) in Au+Au collisions at sqrt[s(NN)] = 200 GeV with the STAR experiment. The charm production cross section per nucleon-nucleon collision at midrapidity scales with the number of binary collisions, N(bin), from p+p to central Au+Au collisions. The D(0) meson yields in central Au + Au collisions are strongly suppressed compared to those in p+p scaled by N(bin), for transverse momenta p(T) > 3 GeV/c, demonstrating significant energy loss of charm quarks in the hot and dense medium. An enhancement at intermediate p(T) is also observed. Model calculations including strong charm-medium interactions and coalescence hadronization describe our measurements.

  17. Observation of D0 Meson Nuclear Modifications in Au +Au Collisions at √sNN =200 GeV

    Science.gov (United States)

    Adamczyk, L.; Adkins, J. K.; Agakishiev, G.; Aggarwal, M. M.; Ahammed, Z.; Alekseev, I.; Alford, J.; Anson, C. D.; Aparin, A.; Arkhipkin, D.; Aschenauer, E. C.; Averichev, G. S.; Banerjee, A.; Beavis, D. R.; Bellwied, R.; Bhasin, A.; Bhati, A. K.; Bhattarai, P.; Bichsel, H.; Bielcik, J.; Bielcikova, J.; Bland, L. C.; Bordyuzhin, I. G.; Borowski, W.; Bouchet, J.; Brandin, A. V.; Brovko, S. G.; Bültmann, S.; Bunzarov, I.; Burton, T. P.; Butterworth, J.; Caines, H.; Calderón de la Barca Sánchez, M.; Cebra, D.; Cendejas, R.; Cervantes, M. C.; Chaloupka, P.; Chang, Z.; Chattopadhyay, S.; Chen, H. F.; Chen, J. H.; Chen, L.; Cheng, J.; Cherney, M.; Chikanian, A.; Christie, W.; Chwastowski, J.; Codrington, M. J. M.; Contin, G.; Cramer, J. G.; Crawford, H. J.; Cui, X.; Das, S.; Davila Leyva, A.; De Silva, L. C.; Debbe, R. R.; Dedovich, T. G.; Deng, J.; Derevschikov, A. A.; Derradi de Souza, R.; Dhamija, S.; di Ruzza, B.; Didenko, L.; Dilks, C.; Ding, F.; Djawotho, P.; Dong, X.; Drachenberg, J. L.; Draper, J. E.; Du, C. M.; Dunkelberger, L. E.; Dunlop, J. C.; Efimov, L. G.; Engelage, J.; Engle, K. S.; Eppley, G.; Eun, L.; Evdokimov, O.; Eyser, O.; Fatemi, R.; Fazio, S.; Fedorisin, J.; Filip, P.; Finch, E.; Fisyak, Y.; Flores, C. E.; Gagliardi, C. A.; Gangadharan, D. R.; Garand, D.; Geurts, F.; Gibson, A.; Girard, M.; Gliske, S.; Greiner, L.; Grosnick, D.; Gunarathne, D. S.; Guo, Y.; Gupta, A.; Gupta, S.; Guryn, W.; Haag, B.; Hamed, A.; Han, L.-X.; Haque, R.; Harris, J. W.; Heppelmann, S.; Hirsch, A.; Hoffmann, G. W.; Hofman, D. J.; Horvat, S.; Huang, B.; Huang, H. Z.; Huang, X.; Huck, P.; Humanic, T. J.; Igo, G.; Jacobs, W. W.; Jang, H.; Judd, E. G.; Kabana, S.; Kalinkin, D.; Kang, K.; Kauder, K.; Ke, H. W.; Keane, D.; Kechechyan, A.; Kesich, A.; Khan, Z. H.; Kikola, D. P.; Kisel, I.; Kisiel, A.; Koetke, D. D.; Kollegger, T.; Konzer, J.; Koralt, I.; Kotchenda, L.; Kraishan, A. F.; Kravtsov, P.; Krueger, K.; Kulakov, I.; Kumar, L.; Kycia, R. A.; Lamont, M. A. C.; Landgraf, J. M.; Landry, K. D.; Lauret, J.; Lebedev, A.; Lednicky, R.; Lee, J. H.; LeVine, M. J.; Li, C.; Li, W.; Li, X.; Li, X.; Li, Y.; Li, Z. M.; Lisa, M. A.; Liu, F.; Ljubicic, T.; Llope, W. J.; Lomnitz, M.; Longacre, R. S.; Luo, X.; Ma, G. L.; Ma, Y. G.; Madagodagettige Don, D. M. M. D.; Mahapatra, D. P.; Majka, R.; Margetis, S.; Markert, C.; Masui, H.; Matis, H. S.; McDonald, D.; McShane, T. S.; Minaev, N. G.; Mioduszewski, S.; Mohanty, B.; Mondal, M. M.; Morozov, D. A.; Mustafa, M. K.; Nandi, B. K.; Nasim, Md.; Nayak, T. K.; Nelson, J. M.; Nigmatkulov, G.; Nogach, L. V.; Noh, S. Y.; Novak, J.; Nurushev, S. B.; Odyniec, G.; Ogawa, A.; Oh, K.; Ohlson, A.; Okorokov, V.; Oldag, E. W.; Olvitt, D. L.; Pachr, M.; Page, B. S.; Pal, S. K.; Pan, Y. X.; Pandit, Y.; Panebratsev, Y.; Pawlak, T.; Pawlik, B.; Pei, H.; Perkins, C.; Peryt, W.; Pile, P.; Planinic, M.; Pluta, J.; Poljak, N.; Porter, J.; Poskanzer, A. M.; Pruthi, N. K.; Przybycien, M.; Pujahari, P. R.; Putschke, J.; Qiu, H.; Quintero, A.; Ramachandran, S.; Raniwala, R.; Raniwala, S.; Ray, R. L.; Riley, C. K.; Ritter, H. G.; Roberts, J. B.; Rogachevskiy, O. V.; Romero, J. L.; Ross, J. F.; Roy, A.; Ruan, L.; Rusnak, J.; Rusnakova, O.; Sahoo, N. R.; Sahu, P. K.; Sakrejda, I.; Salur, S.; Sandweiss, J.; Sangaline, E.; Sarkar, A.; Schambach, J.; Scharenberg, R. P.; Schmah, A. M.; Schmidke, W. B.; Schmitz, N.; Seger, J.; Seyboth, P.; Shah, N.; Shahaliev, E.; Shanmuganathan, P. V.; Shao, M.; Sharma, B.; Shen, W. Q.; Shi, S. S.; Shou, Q. Y.; Sichtermann, E. P.; Singaraju, R. N.; Skoby, M. J.; Smirnov, D.; Smirnov, N.; Solanki, D.; Sorensen, P.; Spinka, H. M.; Srivastava, B.; Stanislaus, T. D. S.; Stevens, J. R.; Stock, R.; Strikhanov, M.; Stringfellow, B.; Sumbera, M.; Sun, X.; Sun, X. M.; Sun, Y.; Sun, Z.; Surrow, B.; Svirida, D. N.; Symons, T. J. M.; Szelezniak, M. A.; Takahashi, J.; Tang, A. H.; Tang, Z.; Tarnowsky, T.; Thomas, J. H.; Timmins, A. R.; Tlusty, D.; Tokarev, M.; Trentalange, S.; Tribble, R. E.; Tribedy, P.; Trzeciak, B. A.; Tsai, O. D.; Turnau, J.; Ullrich, T.; Underwood, D. G.; Van Buren, G.; van Nieuwenhuizen, G.; Vandenbroucke, M.; Vanfossen, J. A.; Varma, R.; Vasconcelos, G. M. S.; Vasiliev, A. N.; Vertesi, R.; Videbæk, F.; Viyogi, Y. P.; Vokal, S.; Vossen, A.; Wada, M.; Wang, F.; Wang, G.; Wang, H.; Wang, J. S.; Wang, X. L.; Wang, Y.; Wang, Y.; Webb, G.; Webb, J. C.; Westfall, G. D.; Wieman, H.; Wissink, S. W.; Witt, R.; Wu, Y. F.; Xiao, Z.; Xie, W.; Xin, K.; Xu, H.; Xu, J.; Xu, N.; Xu, Q. H.; Xu, Y.; Xu, Z.; Yan, W.; Yang, C.; Yang, Y.; Yang, Y.; Ye, Z.; Yepes, P.; Yi, L.; Yip, K.; Yoo, I.-K.; Yu, N.; Zawisza, Y.; Zbroszczyk, H.; Zha, W.; Zhang, J. B.; Zhang, J. L.; Zhang, S.; Zhang, X. P.; Zhang, Y.; Zhang, Z. P.; Zhao, F.; Zhao, J.; Zhong, C.; Zhu, X.; Zhu, Y. H.; Zoulkarneeva, Y.; Zyzak, M.; STAR Collaboration

    2014-10-01

    We report the first measurement of charmed-hadron (D0) production via the hadronic decay channel (D0→K-+π+) in Au +Au collisions at √sNN =200 GeV with the STAR experiment. The charm production cross section per nucleon-nucleon collision at midrapidity scales with the number of binary collisions, Nbin, from p +p to central Au +Au collisions. The D0 meson yields in central Au +Au collisions are strongly suppressed compared to those in p+p scaled by Nbin, for transverse momenta pT>3 GeV /c, demonstrating significant energy loss of charm quarks in the hot and dense medium. An enhancement at intermediate pT is also observed. Model calculations including strong charm-medium interactions and coalescence hadronization describe our measurements.

  18. Comparing the applicability of some geostatistical methods to predict the spatial distribution of topsoil Calcium Carbonate in part of farmland of Zanjan Province

    Science.gov (United States)

    Sarmadian, Fereydoon; Keshavarzi, Ali

    2010-05-01

    Most of soils in iran, were located in the arid and semi-arid regions and have high pH (more than 7) and high amount of calcium carbonate and this problem cause to their calcification.In calcareous soils, plant growing and production is difficult. Most part of this problem, in relation to high pH and high concentration of calcium ion that cause to fixation and unavailability of elements which were dependent to pH, especially Phosphorous and some micro nutrients such as Fe, Zn, Mn and Cu. Prediction of soil calcium carbonate in non-sampled areas and mapping the calcium carbonate variability in order to sustainable management of soil fertility is very important.So, this research was done with the aim of evaluation and analyzing spatial variability of topsoil calcium carbonate as an aspect of soil fertility and plant nutrition, comparing geostatistical methods such as kriging and co-kriging and mapping topsoil calcium carbonate. For geostatistical analyzing, sampling was done with stratified random method and soil samples from 0 to 15 cm depth were collected with auger within 23 locations.In co-kriging method, salinity data was used as auxiliary variable. For comparing and evaluation of geostatistical methods, cross validation were used by statistical parameters of RMSE. The results showed that co-kriging method has the highest correlation coefficient and less RMSE and has the higher accuracy than kriging method to prediction of calcium carbonate content in non-sampled areas.

  19. A Pade-Aided Analysis of Nonperturbative NN Scattering in 1S0 Channel

    International Nuclear Information System (INIS)

    Yang Jifeng; Huang Jianhua

    2007-01-01

    We carried out a Pade approximant analysis on a compact factor of the T-matrix for NN scattering to explore the nonperturbative renormalization prescription in a universal manner. The utilities and virtues for this Pade analysis are discussed.

  20. Characterization of groundwater quality using water evaluation indices, multivariate statistics and geostatistics in central Bangladesh

    Directory of Open Access Journals (Sweden)

    Md. Bodrud-Doza

    2016-04-01

    Full Text Available This study investigates the groundwater quality in the Faridpur district of central Bangladesh based on preselected 60 sample points. Water evaluation indices and a number of statistical approaches such as multivariate statistics and geostatistics are applied to characterize water quality, which is a major factor for controlling the groundwater quality in term of drinking purposes. The study reveal that EC, TDS, Ca2+, total As and Fe values of groundwater samples exceeded Bangladesh and international standards. Ground water quality index (GWQI exhibited that about 47% of the samples were belonging to good quality water for drinking purposes. The heavy metal pollution index (HPI, degree of contamination (Cd, heavy metal evaluation index (HEI reveal that most of the samples belong to low level of pollution. However, Cd provide better alternative than other indices. Principle component analysis (PCA suggests that groundwater quality is mainly related to geogenic (rock–water interaction and anthropogenic source (agrogenic and domestic sewage in the study area. Subsequently, the findings of cluster analysis (CA and correlation matrix (CM are also consistent with the PCA results. The spatial distributions of groundwater quality parameters are determined by geostatistical modeling. The exponential semivariagram model is validated as the best fitted models for most of the indices values. It is expected that outcomes of the study will provide insights for decision makers taking proper measures for groundwater quality management in central Bangladesh.

  1. Energy dependence of acceptance-corrected dielectron excess mass spectrum at mid-rapidity in Au +Au collisions at √{sNN} = 19.6 and 200 GeV

    Science.gov (United States)

    Adamczyk, L.; Adkins, J. K.; Agakishiev, G.; Aggarwal, M. M.; Ahammed, Z.; Alekseev, I.; Alford, J.; Aparin, A.; Arkhipkin, D.; Aschenauer, E. C.; Averichev, G. S.; Banerjee, A.; Bellwied, R.; Bhasin, A.; Bhati, A. K.; Bhattarai, P.; Bielcik, J.; Bielcikova, J.; Bland, L. C.; Bordyuzhin, I. G.; Bouchet, J.; Brandin, A. V.; Bunzarov, I.; Burton, T. P.; Butterworth, J.; Caines, H.; Calder'on de la Barca S'anchez, M.; Campbell, J. M.; Cebra, D.; Cervantes, M. C.; Chakaberia, I.; Chaloupka, P.; Chang, Z.; Chattopadhyay, S.; Chen, J. H.; Chen, X.; Cheng, J.; Cherney, M.; Christie, W.; Codrington, M. J. M.; Contin, G.; Crawford, H. J.; Das, S.; De Silva, L. C.; Debbe, R. R.; Dedovich, T. G.; Deng, J.; Derevschikov, A. A.; di Ruzza, B.; Didenko, L.; Dilks, C.; Dong, X.; Drachenberg, J. L.; Draper, J. E.; Du, C. M.; Dunkelberger, L. E.; Dunlop, J. C.; Efimov, L. G.; Engelage, J.; Eppley, G.; Esha, R.; Evdokimov, O.; Eyser, O.; Fatemi, R.; Fazio, S.; Federic, P.; Fedorisin, J.; Feng; Filip, P.; Fisyak, Y.; Flores, C. E.; Fulek, L.; Gagliardi, C. A.; Garand, D.; Geurts, F.; Gibson, A.; Girard, M.; Greiner, L.; Grosnick, D.; Gunarathne, D. S.; Guo, Y.; Gupta, S.; Gupta, A.; Guryn, W.; Hamad, A.; Hamed, A.; Haque, R.; Harris, J. W.; He, L.; Heppelmann, S.; Hirsch, A.; Hoffmann, G. W.; Hofman, D. J.; Horvat, S.; Huang, H. Z.; Huang, X.; Huang, B.; Huck, P.; Humanic, T. J.; Igo, G.; Jacobs, W. W.; Jang, H.; Jiang, K.; Judd, E. G.; Kabana, S.; Kalinkin, D.; Kang, K.; Kauder, K.; Ke, H. W.; Keane, D.; Kechechyan, A.; Khan, Z. H.; Kikola, D. P.; Kisel, I.; Kisiel, A.; Klein, S. R.; Koetke, D. D.; Kollegger, T.; Kosarzewski, L. K.; Kotchenda, L.; Kraishan, A. F.; Kravtsov, P.; Krueger, K.; Kulakov, I.; Kumar, L.; Kycia, R. A.; Lamont, M. A. C.; Landgraf, J. M.; Landry, K. D.; Lauret, J.; Lebedev, A.; Lednicky, R.; Lee, J. H.; Li, X.; Li, X.; Li, W.; Li, Z. M.; Li, Y.; Li, C.; Lisa, M. A.; Liu, F.; Ljubicic, T.; Llope, W. J.; Lomnitz, M.; Longacre, R. S.; Luo, X.; Ma, L.; Ma, R.; Ma, G. L.; Ma, Y. G.; Magdy, N.; Majka, R.; Manion, A.; Margetis, S.; Markert, C.; Masui, H.; Matis, H. S.; McDonald, D.; Meehan, K.; Minaev, N. G.; Mioduszewski, S.; Mohanty, B.; Mondal, M. M.; Morozov, D. A.; Mustafa, M. K.; Nandi, B. K.; Nasim, Md.; Nayak, T. K.; Nigmatkulov, G.; Nogach, L. V.; Noh, S. Y.; Novak, J.; Nurushev, S. B.; Odyniec, G.; Ogawa, A.; Oh, K.; Okorokov, V.; Olvitt, D. L.; Page, B. S.; Pan, Y. X.; Pandit, Y.; Panebratsev, Y.; Pawlak, T.; Pawlik, B.; Pei, H.; Perkins, C.; Peterson, A.; Pile, P.; Planinic, M.; Pluta, J.; Poljak, N.; Poniatowska, K.; Porter, J.; Posik, M.; Poskanzer, A. M.; Pruthi, N. K.; Putschke, J.; Qiu, H.; Quintero, A.; Ramachandran, S.; Raniwala, R.; Raniwala, S.; Ray, R. L.; Ritter, H. G.; Roberts, J. B.; Rogachevskiy, O. V.; Romero, J. L.; Roy, A.; Ruan, L.; Rusnak, J.; Rusnakova, O.; Sahoo, N. R.; Sahu, P. K.; Sakrejda, I.; Salur, S.; Sandacz, A.; Sandweiss, J.; Sarkar, A.; Schambach, J.; Scharenberg, R. P.; Schmah, A. M.; Schmidke, W. B.; Schmitz, N.; Seger, J.; Seyboth, P.; Shah, N.; Shahaliev, E.; Shanmuganathan, P. V.; Shao, M.; Sharma, M. K.; Sharma, B.; Shen, W. Q.; Shi, S. S.; Shou, Q. Y.; Sichtermann, E. P.; Sikora, R.; Simko, M.; Skoby, M. J.; Smirnov, N.; Smirnov, D.; Solanki, D.; Song, L.; Sorensen, P.; Spinka, H. M.; Srivastava, B.; Stanislaus, T. D. S.; Stock, R.; Strikhanov, M.; Stringfellow, B.; Sumbera, M.; Summa, B. J.; Sun, Y.; Sun, Z.; Sun, X. M.; Sun, X.; Surrow, B.; Svirida, D. N.; Szelezniak, M. A.; Takahashi, J.; Tang, A. H.; Tang, Z.; Tarnowsky, T.; Tawfik, A. N.; Thomas, J. H.; Timmins, A. R.; Tlusty, D.; Tokarev, M.; Trentalange, S.; Tribble, R. E.; Tribedy, P.; Tripathy, S. K.; Trzeciak, B. A.; Tsai, O. D.; Ullrich, T.; Underwood, D. G.; Upsal, I.; Van Buren, G.; van Nieuwenhuizen, G.; Vandenbroucke, M.; Varma, R.; Vasiliev, A. N.; Vertesi, R.; Videbaek, F.; Viyogi, Y. P.; Vokal, S.; Voloshin, S. A.; Vossen, A.; Wang, Y.; Wang, F.; Wang, H.; Wang, J. S.; Wang, G.; Wang, Y.; Webb, J. C.; Webb, G.; Wen, L.; Westfall, G. D.; Wieman, H.; Wissink, S. W.; Witt, R.; Wu, Y. F.; Xiao, Z.; Xie, W.; Xin, K.; Xu, Z.; Xu, Q. H.; Xu, N.; Xu, H.; Xu, Y. F.; Yang, Y.; Yang, C.; Yang, S.; Yang, Q.; Yang, Y.; Ye, Z.; Yepes, P.; Yi, L.; Yip, K.; Yoo, I.-K.; Yu, N.; Zbroszczyk, H.; Zha, W.; Zhang, J. B.; Zhang, X. P.; Zhang, S.; Zhang, J.; Zhang, Z.; Zhang, Y.; Zhang, J. L.; Zhao, F.; Zhao, J.; Zhong, C.; Zhou, L.; Zhu, X.; Zoulkarneeva, Y.; Zyzak, M.

    2015-11-01

    The acceptance-corrected dielectron excess mass spectra, where the known hadronic sources have been subtracted from the inclusive dielectron mass spectra, are reported for the first time at mid-rapidity |yee | < 1 in minimum-bias Au +Au collisions at √{sNN} = 19.6 and 200 GeV. The excess mass spectra are consistently described by a model calculation with a broadened ρ spectral function for Mee < 1.1 GeV /c2. The integrated dielectron excess yield at √{sNN} = 19.6 GeV for 0.4 NN} = 17.3 GeV. For √{sNN} = 200 GeV, the normalized excess yield in central collisions is higher than that at √{sNN} = 17.3 GeV and increases from peripheral to central collisions. These measurements indicate that the lifetime of the hot, dense medium created in central Au +Au collisions at √{sNN} = 200 GeV is longer than those in peripheral collisions and at lower energies.

  2. Study of the permeability up-scaling by direct filtering of geostatistical model; Etude du changement d'echelle des permeabilites par filtrage direct du modele geostatistique

    Energy Technology Data Exchange (ETDEWEB)

    Zargar, G

    2005-10-15

    In this thesis, we present a new approach, which consists in directly up-scaling the geostatistical permeability distribution rather than the individual realizations. Practically, filtering techniques based on. the FFT (Fast Fourier Transform), allows us to generate geostatistical images, which sample the up-scaled distributions. In the log normal case, an equivalence hydraulic criterion is proposed, allowing to re-estimate the geometric mean of the permeabilities. In the anisotropic case, the effective geometric mean becomes a tensor which depends on the level of filtering used and it can be calculated by a method of renormalisation. Then, the method was generalized for the categorial model. Numerical tests of the method were set up for isotropic, anisotropic and categorial models, which shows good agreement with theory. (author)

  3. Neutron-Neutron effective range from a comparison of n-n and n-p quasi-free scattering at 24 MeV

    International Nuclear Information System (INIS)

    Witsch, W. von; Gomez Moreno, B.; Rosenstock, W.; Franke, R.; Steinheuer, B.

    1980-01-01

    Neutron-neutron and neutron-proton quasi-free scattering have been measured at Esub(n) = 24 MeV the d + n reaction to deduce the n-n effective range from a comparison of relative cross sections, reducing considerably experimental as well as theoretical uncertainties. A Monte Carlo analysis with exact three-body calculations yields rsub(nn) = 2.65 +- 0.18 fm. (orig.)

  4. Estimating the burden of malaria in Senegal: Bayesian zero-inflated binomial geostatistical modeling of the MIS 2008 data.

    Directory of Open Access Journals (Sweden)

    Federica Giardina

    Full Text Available The Research Center for Human Development in Dakar (CRDH with the technical assistance of ICF Macro and the National Malaria Control Programme (NMCP conducted in 2008/2009 the Senegal Malaria Indicator Survey (SMIS, the first nationally representative household survey collecting parasitological data and malaria-related indicators. In this paper, we present spatially explicit parasitaemia risk estimates and number of infected children below 5 years. Geostatistical Zero-Inflated Binomial models (ZIB were developed to take into account the large number of zero-prevalence survey locations (70% in the data. Bayesian variable selection methods were incorporated within a geostatistical framework in order to choose the best set of environmental and climatic covariates associated with the parasitaemia risk. Model validation confirmed that the ZIB model had a better predictive ability than the standard Binomial analogue. Markov chain Monte Carlo (MCMC methods were used for inference. Several insecticide treated nets (ITN coverage indicators were calculated to assess the effectiveness of interventions. After adjusting for climatic and socio-economic factors, the presence of at least one ITN per every two household members and living in urban areas reduced the odds of parasitaemia by 86% and 81% respectively. Posterior estimates of the ORs related to the wealth index show a decreasing trend with the quintiles. Infection odds appear to be increasing with age. The population-adjusted prevalence ranges from 0.12% in Thillé-Boubacar to 13.1% in Dabo. Tambacounda has the highest population-adjusted predicted prevalence (8.08% whereas the region with the highest estimated number of infected children under the age of 5 years is Kolda (13940. The contemporary map and estimates of malaria burden identify the priority areas for future control interventions and provide baseline information for monitoring and evaluation. Zero-Inflated formulations are more appropriate

  5. Beam-Energy Dependence of Directed Flow of Λ, Λ[over ¯], K^{±}, K_{s}^{0}, and ϕ in Au+Au Collisions.

    Science.gov (United States)

    Adamczyk, L; Adams, J R; Adkins, J K; Agakishiev, G; Aggarwal, M M; Ahammed, Z; Ajitanand, N N; Alekseev, I; Anderson, D M; Aoyama, R; Aparin, A; Arkhipkin, D; Aschenauer, E C; Ashraf, M U; Attri, A; Averichev, G S; Bai, X; Bairathi, V; Barish, K; Behera, A; Bellwied, R; Bhasin, A; Bhati, A K; Bhattarai, P; Bielcik, J; Bielcikova, J; Bland, L C; Bordyuzhin, I G; Bouchet, J; Brandenburg, J D; Brandin, A V; Brown, D; Bunzarov, I; Butterworth, J; Caines, H; Calderón de la Barca Sánchez, M; Campbell, J M; Cebra, D; Chakaberia, I; Chaloupka, P; Chang, Z; Chankova-Bunzarova, N; Chatterjee, A; Chattopadhyay, S; Chen, X; Chen, J H; Chen, X; Cheng, J; Cherney, M; Christie, W; Contin, G; Crawford, H J; Das, S; De Silva, L C; Dedovich, T G; Deng, J; Derevschikov, A A; Didenko, L; Dilks, C; Dong, X; Drachenberg, J L; Draper, J E; Dunkelberger, L E; Dunlop, J C; Efimov, L G; Elsey, N; Engelage, J; Eppley, G; Esha, R; Esumi, S; Evdokimov, O; Ewigleben, J; Eyser, O; Fatemi, R; Fazio, S; Federic, P; Federicova, P; Fedorisin, J; Feng, Z; Filip, P; Finch, E; Fisyak, Y; Flores, C E; Fujita, J; Fulek, L; Gagliardi, C A; Garand, D; Geurts, F; Gibson, A; Girard, M; Grosnick, D; Gunarathne, D S; Guo, Y; Gupta, A; Gupta, S; Guryn, W; Hamad, A I; Hamed, A; Harlenderova, A; Harris, J W; He, L; Heppelmann, S; Heppelmann, S; Hirsch, A; Horvat, S; Huang, X; Huang, B; Huang, T; Huang, H Z; Humanic, T J; Huo, P; Igo, G; Jacobs, W W; Jentsch, A; Jia, J; Jiang, K; Jowzaee, S; Judd, E G; Kabana, S; Kalinkin, D; Kang, K; Kapukchyan, D; Kauder, K; Ke, H W; Keane, D; Kechechyan, A; Khan, Z; Kikoła, D P; Kim, C; Kisel, I; Kisiel, A; Kochenda, L; Kocmanek, M; Kollegger, T; Kosarzewski, L K; Kraishan, A F; Krauth, L; Kravtsov, P; Krueger, K; Kulathunga, N; Kumar, L; Kvapil, J; Kwasizur, J H; Lacey, R; Landgraf, J M; Landry, K D; Lauret, J; Lebedev, A; Lednicky, R; Lee, J H; Li, C; Li, X; Li, Y; Li, W; Lidrych, J; Lin, T; Lisa, M A; Liu, P; Liu, H; Liu, Y; Liu, F; Ljubicic, T; Llope, W J; Lomnitz, M; Longacre, R S; Luo, S; Luo, X; Ma, Y G; Ma, L; Ma, R; Ma, G L; Magdy, N; Majka, R; Mallick, D; Margetis, S; Markert, C; Matis, H S; Meehan, K; Mei, J C; Miller, Z W; Minaev, N G; Mioduszewski, S; Mishra, D; Mizuno, S; Mohanty, B; Mondal, M M; Morozov, D A; Mustafa, M K; Nasim, Md; Nayak, T K; Nelson, J M; Nie, M; Nigmatkulov, G; Niida, T; Nogach, L V; Nonaka, T; Nurushev, S B; Odyniec, G; Ogawa, A; Oh, K; Okorokov, V A; Olvitt, D; Page, B S; Pak, R; Pandit, Y; Panebratsev, Y; Pawlik, B; Pei, H; Perkins, C; Pile, P; Pluta, J; Poniatowska, K; Porter, J; Posik, M; Pruthi, N K; Przybycien, M; Putschke, J; Qiu, H; Quintero, A; Ramachandran, S; Ray, R L; Reed, R; Rehbein, M J; Ritter, H G; Roberts, J B; Rogachevskiy, O V; Romero, J L; Roth, J D; Ruan, L; Rusnak, J; Rusnakova, O; Sahoo, N R; Sahu, P K; Salur, S; Sandweiss, J; Saur, M; Schambach, J; Schmah, A M; Schmidke, W B; Schmitz, N; Schweid, B R; Seger, J; Sergeeva, M; Seto, R; Seyboth, P; Shah, N; Shahaliev, E; Shanmuganathan, P V; Shao, M; Sharma, A; Sharma, M K; Shen, W Q; Shi, S S; Shi, Z; Shou, Q Y; Sichtermann, E P; Sikora, R; Simko, M; Singha, S; Skoby, M J; Smirnov, N; Smirnov, D; Solyst, W; Song, L; Sorensen, P; Spinka, H M; Srivastava, B; Stanislaus, T D S; Strikhanov, M; Stringfellow, B; Suaide, A A P; Sugiura, T; Sumbera, M; Summa, B; Sun, Y; Sun, X M; Sun, X; Surrow, B; Svirida, D N; Tang, Z; Tang, A H; Taranenko, A; Tarnowsky, T; Tawfik, A; Thäder, J; Thomas, J H; Timmins, A R; Tlusty, D; Todoroki, T; Tokarev, M; Trentalange, S; Tribble, R E; Tribedy, P; Tripathy, S K; Trzeciak, B A; Tsai, O D; Ullrich, T; Underwood, D G; Upsal, I; Van Buren, G; van Nieuwenhuizen, G; Vasiliev, A N; Videbæk, F; Vokal, S; Voloshin, S A; Vossen, A; Wang, G; Wang, Y; Wang, F; Wang, Y; Webb, J C; Webb, G; Wen, L; Westfall, G D; Wieman, H; Wissink, S W; Witt, R; Wu, Y; Xiao, Z G; Xie, G; Xie, W; Xu, J; Xu, Z; Xu, Q H; Xu, Y F; Xu, N; Yang, S; Yang, Y; Yang, C; Yang, Q; Ye, Z; Ye, Z; Yi, L; Yip, K; Yoo, I-K; Yu, N; Zbroszczyk, H; Zha, W; Zhang, Z; Zhang, J B; Zhang, J; Zhang, S; Zhang, Y; Zhang, X P; Zhang, J; Zhang, S; Zhao, J; Zhong, C; Zhou, C; Zhou, L; Zhu, X; Zhu, Z; Zyzak, M

    2018-02-09

    Rapidity-odd directed-flow measurements at midrapidity are presented for Λ, Λ[over ¯], K^{±}, K_{s}^{0}, and ϕ at sqrt[s_{NN}]=7.7, 11.5, 14.5, 19.6, 27, 39, 62.4, and 200 GeV in Au+Au collisions recorded by the Solenoidal Tracker detector at the Relativistic Heavy Ion Collider. These measurements greatly expand the scope of data available to constrain models with differing prescriptions for the equation of state of quantum chromodynamics. Results show good sensitivity for testing a picture where flow is assumed to be imposed before hadron formation and the observed particles are assumed to form via coalescence of constituent quarks. The pattern of departure from a coalescence-inspired sum rule can be a valuable new tool for probing the collision dynamics.

  6. Bayesian geostatistical modeling of leishmaniasis incidence in Brazil.

    Directory of Open Access Journals (Sweden)

    Dimitrios-Alexios Karagiannis-Voules

    Full Text Available BACKGROUND: Leishmaniasis is endemic in 98 countries with an estimated 350 million people at risk and approximately 2 million cases annually. Brazil is one of the most severely affected countries. METHODOLOGY: We applied Bayesian geostatistical negative binomial models to analyze reported incidence data of cutaneous and visceral leishmaniasis in Brazil covering a 10-year period (2001-2010. Particular emphasis was placed on spatial and temporal patterns. The models were fitted using integrated nested Laplace approximations to perform fast approximate Bayesian inference. Bayesian variable selection was employed to determine the most important climatic, environmental, and socioeconomic predictors of cutaneous and visceral leishmaniasis. PRINCIPAL FINDINGS: For both types of leishmaniasis, precipitation and socioeconomic proxies were identified as important risk factors. The predicted number of cases in 2010 were 30,189 (standard deviation [SD]: 7,676 for cutaneous leishmaniasis and 4,889 (SD: 288 for visceral leishmaniasis. Our risk maps predicted the highest numbers of infected people in the states of Minas Gerais and Pará for visceral and cutaneous leishmaniasis, respectively. CONCLUSIONS/SIGNIFICANCE: Our spatially explicit, high-resolution incidence maps identified priority areas where leishmaniasis control efforts should be targeted with the ultimate goal to reduce disease incidence.

  7. A Bayesian geostatistical approach for evaluating the uncertainty of contaminant mass discharges from point sources

    DEFF Research Database (Denmark)

    Troldborg, Mads; Nowak, Wolfgang; Binning, Philip John

    and the hydraulic gradient across the control plane and are consistent with measurements of both hydraulic conductivity and head at the site. An analytical macro-dispersive transport solution is employed to simulate the mean concentration distribution across the control plane, and a geostatistical model of the Box-Cox...... transformed concentration data is used to simulate observed deviations from this mean solution. By combining the flow and concentration realizations, a mass discharge probability distribution is obtained. Tests show that the decoupled approach is both efficient and able to provide accurate uncertainty...

  8. Hybrid Recurrent Laguerre-Orthogonal-Polynomial NN Control System Applied in V-Belt Continuously Variable Transmission System Using Particle Swarm Optimization

    Directory of Open Access Journals (Sweden)

    Chih-Hong Lin

    2015-01-01

    Full Text Available Because the V-belt continuously variable transmission (CVT system driven by permanent magnet synchronous motor (PMSM has much unknown nonlinear and time-varying characteristics, the better control performance design for the linear control design is a time consuming procedure. In order to overcome difficulties for design of the linear controllers, the hybrid recurrent Laguerre-orthogonal-polynomial neural network (NN control system which has online learning ability to respond to the system’s nonlinear and time-varying behaviors is proposed to control PMSM servo-driven V-belt CVT system under the occurrence of the lumped nonlinear load disturbances. The hybrid recurrent Laguerre-orthogonal-polynomial NN control system consists of an inspector control, a recurrent Laguerre-orthogonal-polynomial NN control with adaptive law, and a recouped control with estimated law. Moreover, the adaptive law of online parameters in the recurrent Laguerre-orthogonal-polynomial NN is derived using the Lyapunov stability theorem. Furthermore, the optimal learning rate of the parameters by means of modified particle swarm optimization (PSO is proposed to achieve fast convergence. Finally, to show the effectiveness of the proposed control scheme, comparative studies are demonstrated by experimental results.

  9. Helicity dependence of the {gamma}d{yields} {pi}NN reactions in the {delta}-resonance region

    Energy Technology Data Exchange (ETDEWEB)

    Ahrens, J.; Arends, H.J.; Beck, R.; Heid, E.; Jahn, O.; Lang, M.; Martinez-Fabregate, M.; Schwamb, M.; Tamas, G.; Thomas, A. [Universitaet Mainz, Institut fuer Kernphysik, Mainz (Germany); Altieri, S.; Panzeri, A.; Pinelli, T. [INFN, Pavia (Italy); Universita di Pavia, Dipartimento di Fisica Nucleare e Teorica, Pavia (Italy); Annand, J.R.M.; McGeorge, J.C.; Protopopescu, D.; Rosner, G. [University of Glasgow, Department of Physics and Astronomy, Glasgow (United Kingdom); Blackston, M.A.; Weller, H.R. [Duke University, Department of Physics, Durham, NC (United States); Bradtke, C.; Dutz, H.; Klein, F.; Rohlof, C. [Universitaet Bonn, Physikalisches Institut, Bonn (Germany); Braghieri, A.; Pedroni, P. [INFN, Sezione di Pavia, Pavia (Italy); Hose, N. d' [DSM/DAPNIA/SPhN, CEA Saclay, Gif-sur-Yvette Cedex (France); Fix, A. [Tomsk Polytechnic University, Laboratory of Mathematical Physics, Tomsk (Russian Federation); Kondratiev, R.; Lisin, V. [Academy of Science, INR, Moscow (Russian Federation); Meyer, W.; Reicherz, G. [Ruhr-Universitaet Bochum, Insitut fuer Experimentalphysik, Bochum (Germany); Rostomyan, T. [Universiteit Gent, Subatomaire en Stralingsfysica, Gent (Belgium); INFN, Pavia (Italy); Ryckbosch, D. [Universiteit Gent, Subatomaire en Stralingsfysica, Gent (Belgium)

    2010-05-15

    The helicity dependence of the differential cross-section for the {gamma}d{yields}{pi}NN reactions has been measured for the first time in the {delta} -resonance region. The measurement was performed with the large-acceptance detector DAPHNE at the tagged photon beam facility of the MAMI accelerator in Mainz. The data show that the main reaction mechanisms for the {pi}{sup {+-}} NN channels are the quasi-free N {pi} processes on one bound nucleon with nuclear dynamics playing a minor role. On the contrary, for the {pi}{sup 0}np channel nuclear mechanisms involving the reabsorption of the photoproduced {pi}{sup 0} by the np pair have to be taken into account to reproduce the experimental data. (orig.)

  10. Subthreshold and near-threshold K+-meson photoproduction on nuclei

    International Nuclear Information System (INIS)

    Paryev, E.Ya.

    2000-01-01

    The inclusive K + -meson production in photon-induced reactions in the near-threshold and subthreshold energy regimes is analyzed for the one-step (γN → K + Y, Y = Λ, Σ) incoherent production processes on the basis of an appropriate new folding model that takes properly into account the struck-target nucleon-removal energy and the internal momentum distribution (nucleon spectral function), extracted from recent quasielastic-electron-scattering experiments and from many-body calculations based on realistic models of NN interaction. Simple parametrizations of the total and differential cross sections for K + production in photon-nucleon collisions are presented. A comparison of the model calculations of the K + differential cross sections for γ 12 C interactions in the threshold region with existing experimental data is given, which displays the contributions to K + production at considered incident energies from the use of the single-particle part, as well as high momentum and high removal energy part, of the nucleon spectral function. Detailed predictions for the K + total and differential cross sections for γ 2 H, γ 12 C, and γ 208 Pb interactions at subthreshold and near-threshold energies are provided. The effect of the uncertainties in the elementary K + -production cross sections on the K + yield is explored

  11. Model-Based Geostatistical Mapping of the Prevalence of Onchocerca volvulus in West Africa.

    Directory of Open Access Journals (Sweden)

    Simon J O'Hanlon

    2016-01-01

    Full Text Available The initial endemicity (pre-control prevalence of onchocerciasis has been shown to be an important determinant of the feasibility of elimination by mass ivermectin distribution. We present the first geostatistical map of microfilarial prevalence in the former Onchocerciasis Control Programme in West Africa (OCP before commencement of antivectorial and antiparasitic interventions.Pre-control microfilarial prevalence data from 737 villages across the 11 constituent countries in the OCP epidemiological database were used as ground-truth data. These 737 data points, plus a set of statistically selected environmental covariates, were used in a Bayesian model-based geostatistical (B-MBG approach to generate a continuous surface (at pixel resolution of 5 km x 5km of microfilarial prevalence in West Africa prior to the commencement of the OCP. Uncertainty in model predictions was measured using a suite of validation statistics, performed on bootstrap samples of held-out validation data. The mean Pearson's correlation between observed and estimated prevalence at validation locations was 0.693; the mean prediction error (average difference between observed and estimated values was 0.77%, and the mean absolute prediction error (average magnitude of difference between observed and estimated values was 12.2%. Within OCP boundaries, 17.8 million people were deemed to have been at risk, 7.55 million to have been infected, and mean microfilarial prevalence to have been 45% (range: 2-90% in 1975.This is the first map of initial onchocerciasis prevalence in West Africa using B-MBG. Important environmental predictors of infection prevalence were identified and used in a model out-performing those without spatial random effects or environmental covariates. Results may be compared with recent epidemiological mapping efforts to find areas of persisting transmission. These methods may be extended to areas where data are sparse, and may be used to help inform the

  12. Consensus model for identification of novel PI3K inhibitors in large chemical library

    Science.gov (United States)

    Liew, Chin Yee; Ma, Xiao Hua; Yap, Chun Wei

    2010-02-01

    Phosphoinositide 3-kinases (PI3Ks) inhibitors have treatment potential for cancer, diabetes, cardiovascular disease, chronic inflammation and asthma. A consensus model consisting of three base classifiers (AODE, kNN, and SVM) trained with 1,283 positive compounds (PI3K inhibitors), 16 negative compounds (PI3K non-inhibitors) and 64,078 generated putative negatives was developed for predicting compounds with PI3K inhibitory activity of IC50 ≤ 10 μM. The consensus model has an estimated false positive rate of 0.75%. Nine novel potential inhibitors were identified using the consensus model and several of these contain structural features that are consistent with those found to be important for PI3K inhibitory activities. An advantage of the current model is that it does not require knowledge of 3D structural information of the various PI3K isoforms, which is not readily available for all isoforms.

  13. A consistent analysis of (p,p`) and (n,n`) reactions using the Feshbach-Kerman-Koonin model

    Energy Technology Data Exchange (ETDEWEB)

    Yoshioka, S.; Watanabe, Y.; Harada, M. [Kyushu Univ., Fukuoka (Japan)] [and others

    1997-03-01

    Double-differential proton emission cross sections were measured for proton-induced reactions on several medium-heavy nuclei ({sup 54,56}Fe, {sup 60}Ni, {sup 90}Zr, and {sup 93}Nb) at two incident energies of 14.1 and 26 MeV. The (p,p`) data for {sup 56}Fe and {sup 93}Nb were compared with available data of (n,n`) scattering for the same target nuclei and incident energies, and both data were analyzed using the Feshbach-Kerman-Koonin model to extract the strength V{sub 0} of the effective N-N interaction which is the only free parameter used in multistep direct calculations. (author)

  14. Measurements of NN → dπ near threshold

    International Nuclear Information System (INIS)

    Hutcheon, D.A.

    1990-09-01

    New, precise measurements of the differential cross sections for np → dπ 0 and π + d → pp and of analyzing powers for pp → dπ + have been made at energies within 10 MeV (c.m.) of threshold. They allow the pion s-wave and p-wave parts of the production strength to be distinguished unambiguously, yielding an s-wave strength at threshold which is significantly smaller than the previously accepted value. There is no evidence for charge independence breaking nor for πNN resonances near threshold. (Author) (17 refs., 17 figs., tab.)

  15. Investigation of the exotic clusters production in Au-Au collisions at √sNN = 200 GeV

    International Nuclear Information System (INIS)

    Besliu, Calin

    2004-01-01

    Recently experimental signals on some exotic clusters (diquarks, pentaquarks and others) have been obtained. Taking into account the experimental results on some new phenomena observed in Au-Au collisions at RHIC-BNL energies, we propose here an analysis of the formation of the exotic clusters using the experimental data obtained in the BRAHMS Experiment from RHIC-BNL. The suppression of the hadronic resonances and the production of some exotic clusters or resonances (diquarks, dibaryons, pentaquarks) could be possible, taking into account the kaons and antiprotons abundances. The experimental results obtained in Au-Au collisions at √s NN = 200 GeV using the BRAHMS experimental setup indicate a very weak weight of the classical resonances (under 2% all). On the other hand, the analysis of the proton-proton, proton-antiproton, kaon-proton, proton-pion-pion combinations, in the final state, indicates the existence of some pentaquarks and meso-baryon states (I = 5/2). These very preliminary results are in agreement with the results mentioned previously. (author)

  16. Study of the permeability up-scaling by direct filtering of geostatistical model; Etude du changement d'echelle des permeabilites par filtrage direct du modele geostatistique

    Energy Technology Data Exchange (ETDEWEB)

    Zargar, G.

    2005-10-15

    In this thesis, we present a new approach, which consists in directly up-scaling the geostatistical permeability distribution rather than the individual realizations. Practically, filtering techniques based on. the FFT (Fast Fourier Transform), allows us to generate geostatistical images, which sample the up-scaled distributions. In the log normal case, an equivalence hydraulic criterion is proposed, allowing to re-estimate the geometric mean of the permeabilities. In the anisotropic case, the effective geometric mean becomes a tensor which depends on the level of filtering used and it can be calculated by a method of renormalisation. Then, the method was generalized for the categorial model. Numerical tests of the method were set up for isotropic, anisotropic and categorial models, which shows good agreement with theory. (author)

  17. Photovoltaic effects of Si-CdSe n-n heterojunctions

    International Nuclear Information System (INIS)

    Chung, C.C.; Kim, W.T.

    1979-01-01

    Si-CdSe n-n heterojunction have been prepared by growing CdSe thin film on Si(111) surface with vacuum deposition method. The sign of photovoltage of this heterojunction was reversed at 1.67eV. The energy band profile of this heterojunction was deduced from its electrical and optical properties. This lattice mismatching abrupt heterojunction had a discontinuous energy band profile with the discontinuity of 0.87eV at the conduction band, of 0.27eV at the valance band. (author)

  18. A geostatistical study of the uranium deposit at Kvanefjeld, the Ilimaussaq intrusion, South Greenland

    International Nuclear Information System (INIS)

    Lund Clausen, F.

    1982-05-01

    The uranium deposit at Kvanefjeld within the Ilimaussaq intrusion in South Greenland has been tested by diamond drilling, hole logging, chip sampling and field gamma-spectrometric surveys. Based on these different types of spatially distributed samples the uranium variation within the deposit was studied. The spatial variation, which comprises a large random component, was modelled, and the intrinsic function was used to establish gradetonnage curves by the best linear unbiased estimator of geostatistics (kriging). From data obtained by a ground surface gamma-spectrometric survey it is shown that the uranium variation is possibly subject to a spatial anisotropy consistent with the geology. The uranium variation has a second-order stationarity. A global estimation of the total reserves shows that single block grade values are always estimated with high errors. This is mainly caused by the poor spatial structure and the very sparse sampling pattern. The best way to solve this problem appears to be a selective type of kriging. The overall uranium reserves are estimated as 23600 tons with a mean grade of 297 ppm (cutoff grade 250 ppm U). Studies of data from a test adit show that local geostatistical estimation can be done with acceptably small errors provided that a close sampling pattern is used. A regression relationship is established to correct field gamma-spectrometric measures of bulk grades towards truer values. Multivariate cluster and discriminant analyses were used to classify lujavrite samples based on their trace element content. Misclassification is due to a possibly continuous transition between naujakasite lujavrite and arfvedsonite lujavrite. Some of the main mineralogical differences between the geological units are identified by the discriminating effect of the individual variable. (author)

  19. A test of the Veneziano - like πNN form factor

    International Nuclear Information System (INIS)

    Cass, A.; Mckellar, H.J.

    1978-01-01

    Dominguez' Veneziano-like πNN form factor has been investigated by attempting to use it to fit dsigma/dt data for np → pn and (antiproton)p → (antineutron)n at 8 GeV/c and 23.5 GeV/c in the interval 0 2 . With n=5/2 as proposed by Dominguez it is not possible to fit the data. A fit can be obtaine for other values of n

  20. Adducts compounds of lanthanides (III) trifluoreacetates and yttrium and the N,N - dimenthylformamide

    International Nuclear Information System (INIS)

    Silva, M. das G. da.

    1983-01-01

    Some studies on lanthanides, f transition elements, and yttrium are presented. Adducts of lanthanides trifluoroacetates and N,N -dimethylformamide are described. The characterization of complexes from elementar analysis, conductance measurements, X-ray patterns, vibrational, electronics and fluorescence spectra are analysed. (M.J.C.) [pt

  1. Evaluating the effect of sampling and spatial correlation on ground-water travel time uncertainty coupling geostatistical, stochastic, and first order, second moment methods

    International Nuclear Information System (INIS)

    Andrews, R.W.; LaVenue, A.M.; McNeish, J.A.

    1989-01-01

    Ground-water travel time predictions at potential high-level waste repositories are subject to a degree of uncertainty due to the scale of averaging incorporated in conceptual models of the ground-water flow regime as well as the lack of data on the spatial variability of the hydrogeologic parameters. The present study describes the effect of limited observations of a spatially correlated permeability field on the predicted ground-water travel time uncertainty. Varying permeability correlation lengths have been used to investigate the importance of this geostatistical property on the tails of the travel time distribution. This study uses both geostatistical and differential analysis techniques. Following the generation of a spatially correlated permeability field which is considered reality, semivariogram analyses are performed upon small random subsets of the generated field to determine the geostatistical properties of the field represented by the observations. Kriging is then employed to generate a kriged permeability field and the corresponding standard deviation of the estimated field conditioned by the limited observations. Using both the real and kriged fields, the ground-water flow regime is simulated and ground-water travel paths and travel times are determined for various starting points. These results are used to define the ground-water travel time uncertainty due to path variability. The variance of the ground-water travel time along particular paths due to the variance of the permeability field estimated using kriging is then calculated using the first order, second moment method. The uncertainties in predicted travel time due to path and parameter uncertainties are then combined into a single distribution

  2. Energy dependence of particle ratio fluctuations in central Pb+Pb collisions from $\\sqrt{s_{_{NN}}} =$~6.3 to 17.3 GeV

    CERN Document Server

    Alt, C; Baatar, B; Barna, D; Bartke, J; Betev, L; Bialkowska, H; Blume, C; Boimska, B; Botje, M; Bracinik, J; Bramm, R; Bunccic, P; Cerny, V; Christakoglou, P; Chvala, O; Cramer, J G; Csató, P; Dinkelaker, P; Eckardt, V; Flierl, D; Fodor, Z; Foka, P; Friese, V; Gál, J; Gazdzicki, M; Genchev, V; Georgopoulos, G; Gladysz, E; Grebieszkow, K; Hegyi, S; Höhne, C; Kadija, K; Karev, A; Kliemant, M; Kniege, S; Kolesnikov, V I; Kornas, E; Korus, R; Kowalski, M; Kraus, I; Kreps, M; Kresan, D; Van Leeuwen, M; Lévai, P; Litov, L; Lungwitz, B; Makariev, M; Malakhov, A I; Mateev, M; Melkumov, G L; Mischke, A; Mitrovski, M; Molnár, J; Mrówczynski, St; Nicolic, V; Pálla, G; Panagiotou, A D; Panayotov, D; Petridis, A; Pikna, M; Prindle, D; Pühlhofer, F; Renfordt, R; Roland, C; Roland, G; Rybczynski, M; Rybicki, A; Sandoval, A; Schmitz, N; Schuster, T; Seyboth, P; Siklér, F; Sitár, B; Skrzypczak, E; Stefanek, G; Stock, R; Ströbele, H; Susa, T; Szentpétery, I; Sziklai, J; Szymanski, P; Trubnikov, V; Varga, D; Vassiliou, M; Veres, G I; Vesztergombi, G; Vranic, D; Wetzler, A; Wlodarczyk, Z; Yoo, I K

    2009-01-01

    We present recent measurements of the energy dependence of event-by-event fluctuations in the K/pi and (p + \\bar{p})/pi multiplicity ratios in heavy ion collisions at the CERN SPS. The particle ratio fluctuations were obtained for central Pb+Pb collisions at five collision energies, \\sqrt{s_{_{NN}}}, between 6.3 and 17.3 GeV. After accounting for the effects of finite-number statistics and detector resolution, we extract the strength of non-statistical fluctuations at each energy. For the K/pi ratio, larger fluctuations than expected for independent particle production are found at all collision energies. The fluctuations in the (p + \\bar{p})/pi ratio are smaller than expectations from independent particle production, indicating correlated pion and proton production from resonance decays. For both ratios, the deviation from purely statistical fluctuations shows an increase towards lower collision energies. The results are compared to transport model calculations, which fail to describe the energy dependence o...

  3. arXiv Femtoscopy with identified charged pions in proton-lead collisions at $\\sqrt{s_{\\mathrm{NN}}}=5.02$ TeV with ATLAS

    CERN Document Server

    Aaboud, Morad; ATLAS Collaboration; Abbott, Brad; Abdallah, Jalal; Abdinov, Ovsat; Abeloos, Baptiste; Aben, Rosemarie; AbouZeid, Ossama; Abraham, Nicola; Abramowicz, Halina; Abreu, Henso; Abreu, Ricardo; Abulaiti, Yiming; Acharya, Bobby Samir; Adamczyk, Leszek; Adams, David; Adelman, Jahred; Adomeit, Stefanie; Adye, Tim; Affolder, Tony; Agatonovic-Jovin, Tatjana; Agricola, Johannes; Aguilar-Saavedra, Juan Antonio; Ahlen, Steven; Ahmadov, Faig; Aielli, Giulio; Akerstedt, Henrik; Åkesson, Torsten Paul Ake; Akimov, Andrei; Alberghi, Gian Luigi; Albert, Justin; Albrand, Solveig; Alconada Verzini, Maria Josefina; Aleksa, Martin; Aleksandrov, Igor; Alexa, Calin; Alexander, Gideon; Alexopoulos, Theodoros; Alhroob, Muhammad; Ali, Babar; Aliev, Malik; Alimonti, Gianluca; Alison, John; Alkire, Steven Patrick; Allbrooke, Benedict; Allen, Benjamin William; Allport, Phillip; Aloisio, Alberto; Alonso, Alejandro; Alonso, Francisco; Alpigiani, Cristiano; Alshehri, Azzah Aziz; Alstaty, Mahmoud; Alvarez Gonzalez, Barbara; Άlvarez Piqueras, Damián; Alviggi, Mariagrazia; Amadio, Brian Thomas; Amako, Katsuya; Amaral Coutinho, Yara; Amelung, Christoph; Amidei, Dante; Amor Dos Santos, Susana Patricia; Amorim, Antonio; Amoroso, Simone; Amundsen, Glenn; Anastopoulos, Christos; Ancu, Lucian Stefan; Andari, Nansi; Andeen, Timothy; Anders, Christoph Falk; Anders, Gabriel; Anders, John Kenneth; Anderson, Kelby; Andreazza, Attilio; Andrei, George Victor; Angelidakis, Stylianos; Angelozzi, Ivan; Anger, Philipp; Angerami, Aaron; Anghinolfi, Francis; Anisenkov, Alexey; Anjos, Nuno; Annovi, Alberto; Antel, Claire; Antonelli, Mario; Antonov, Alexey; Anulli, Fabio; Aoki, Masato; Aperio Bella, Ludovica; Arabidze, Giorgi; Arai, Yasuo; Araque, Juan Pedro; Arce, Ayana; Arduh, Francisco Anuar; Arguin, Jean-Francois; Argyropoulos, Spyridon; Arik, Metin; Armbruster, Aaron James; Armitage, Lewis James; Arnaez, Olivier; Arnold, Hannah; Arratia, Miguel; Arslan, Ozan; Artamonov, Andrei; Artoni, Giacomo; Artz, Sebastian; Asai, Shoji; Asbah, Nedaa; Ashkenazi, Adi; Åsman, Barbro; Asquith, Lily; Assamagan, Ketevi; Astalos, Robert; Atkinson, Markus; Atlay, Naim Bora; Augsten, Kamil; Avolio, Giuseppe; Axen, Bradley; Ayoub, Mohamad Kassem; Azuelos, Georges; Baak, Max; Baas, Alessandra; Baca, Matthew John; Bachacou, Henri; Bachas, Konstantinos; Backes, Moritz; Backhaus, Malte; Bagiacchi, Paolo; Bagnaia, Paolo; Bai, Yu; Baines, John; Baker, Oliver Keith; Baldin, Evgenii; Balek, Petr; Balestri, Thomas; Balli, Fabrice; Balunas, William Keaton; Banas, Elzbieta; Banerjee, Swagato; Bannoura, Arwa A E; Barak, Liron; Barberio, Elisabetta Luigia; Barberis, Dario; Barbero, Marlon; Barillari, Teresa; Barisits, Martin-Stefan; Barklow, Timothy; Barlow, Nick; Barnes, Sarah Louise; Barnett, Bruce; Barnett, Michael; Barnovska-Blenessy, Zuzana; Baroncelli, Antonio; Barone, Gaetano; Barr, Alan; Barranco Navarro, Laura; Barreiro, Fernando; Barreiro Guimarães da Costa, João; Bartoldus, Rainer; Barton, Adam Edward; Bartos, Pavol; Basalaev, Artem; Bassalat, Ahmed; Bates, Richard; Batista, Santiago Juan; Batley, Richard; Battaglia, Marco; Bauce, Matteo; Bauer, Florian; Bawa, Harinder Singh; Beacham, James; Beattie, Michael David; Beau, Tristan; Beauchemin, Pierre-Hugues; Bechtle, Philip; Beck, Hans~Peter; Becker, Kathrin; Becker, Maurice; Beckingham, Matthew; Becot, Cyril; Beddall, Andrew; Beddall, Ayda; Bednyakov, Vadim; Bedognetti, Matteo; Bee, Christopher; Beemster, Lars; Beermann, Thomas; Begel, Michael; Behr, Janna Katharina; Belanger-Champagne, Camille; Bell, Andrew Stuart; Bella, Gideon; Bellagamba, Lorenzo; Bellerive, Alain; Bellomo, Massimiliano; Belotskiy, Konstantin; Beltramello, Olga; Belyaev, Nikita; Benary, Odette; Benchekroun, Driss; Bender, Michael; Bendtz, Katarina; Benekos, Nektarios; Benhammou, Yan; Benhar Noccioli, Eleonora; Benitez, Jose; Benjamin, Douglas; Bensinger, James; Bentvelsen, Stan; Beresford, Lydia; Beretta, Matteo; Berge, David; Bergeaas Kuutmann, Elin; Berger, Nicolas; Beringer, Jürg; Berlendis, Simon; Bernard, Nathan Rogers; Bernius, Catrin; Bernlochner, Florian Urs; Berry, Tracey; Berta, Peter; Bertella, Claudia; Bertoli, Gabriele; Bertolucci, Federico; Bertram, Iain Alexander; Bertsche, Carolyn; Bertsche, David; Besjes, Geert-Jan; Bessidskaia Bylund, Olga; Bessner, Martin Florian; Besson, Nathalie; Betancourt, Christopher; Bethani, Agni; Bethke, Siegfried; Bevan, Adrian John; Bianchi, Riccardo-Maria; Bianchini, Louis; Bianco, Michele; Biebel, Otmar; Biedermann, Dustin; Bielski, Rafal; Biesuz, Nicolo Vladi; Biglietti, Michela; Bilbao De Mendizabal, Javier; Billoud, Thomas Remy Victor; Bilokon, Halina; Bindi, Marcello; Binet, Sebastien; Bingul, Ahmet; Bini, Cesare; Biondi, Silvia; Bisanz, Tobias; Bjergaard, David Martin; Black, Curtis; Black, James; Black, Kevin; Blackburn, Daniel; Blair, Robert; Blanchard, Jean-Baptiste; Blazek, Tomas; Bloch, Ingo; Blocker, Craig; Blue, Andrew; Blum, Walter; Blumenschein, Ulrike; Blunier, Sylvain; Bobbink, Gerjan; Bobrovnikov, Victor; Bocchetta, Simona Serena; Bocci, Andrea; Bock, Christopher; Boehler, Michael; Boerner, Daniela; Bogaerts, Joannes Andreas; Bogavac, Danijela; Bogdanchikov, Alexander; Bohm, Christian; Boisvert, Veronique; Bokan, Petar; Bold, Tomasz; Boldyrev, Alexey; Bomben, Marco; Bona, Marcella; Boonekamp, Maarten; Borisov, Anatoly; Borissov, Guennadi; Bortfeldt, Jonathan; Bortoletto, Daniela; Bortolotto, Valerio; Boscherini, Davide; Bosman, Martine; Bossio Sola, Jonathan David; Boudreau, Joseph; Bouffard, Julian; Bouhova-Thacker, Evelina Vassileva; Boumediene, Djamel Eddine; Bourdarios, Claire; Boutle, Sarah Kate; Boveia, Antonio; Boyd, James; Boyko, Igor; Bracinik, Juraj; Brandt, Andrew; Brandt, Gerhard; Brandt, Oleg; Bratzler, Uwe; Brau, Benjamin; Brau, James; Braun, Helmut; Breaden Madden, William Dmitri; Brendlinger, Kurt; Brennan, Amelia Jean; Brenner, Lydia; Brenner, Richard; Bressler, Shikma; Bristow, Timothy Michael; Britton, Dave; Britzger, Daniel; Brochu, Frederic; Brock, Ian; Brock, Raymond; Brooijmans, Gustaaf; Brooks, Timothy; Brooks, William; Brosamer, Jacquelyn; Brost, Elizabeth; Broughton, James; Bruckman de Renstrom, Pawel; Bruncko, Dusan; Bruneliere, Renaud; Bruni, Alessia; Bruni, Graziano; Bruni, Lucrezia Stella; Brunt, Benjamin; Bruschi, Marco; Bruscino, Nello; Bryant, Patrick; Bryngemark, Lene; Buanes, Trygve; Buat, Quentin; Buchholz, Peter; Buckley, Andrew; Budagov, Ioulian; Buehrer, Felix; Bugge, Magnar Kopangen; Bulekov, Oleg; Bullock, Daniel; Burckhart, Helfried; Burdin, Sergey; Burgard, Carsten Daniel; Burghgrave, Blake; Burka, Klaudia; Burke, Stephen; Burmeister, Ingo; Burr, Jonathan Thomas Peter; Busato, Emmanuel; Büscher, Daniel; Büscher, Volker; Bussey, Peter; Butler, John; Buttar, Craig; Butterworth, Jonathan; Butti, Pierfrancesco; Buttinger, William; Buzatu, Adrian; Buzykaev, Aleksey; Cabrera Urbán, Susana; Caforio, Davide; Cairo, Valentina; Cakir, Orhan; Calace, Noemi; Calafiura, Paolo; Calandri, Alessandro; Calderini, Giovanni; Calfayan, Philippe; Callea, Giuseppe; Caloba, Luiz; Calvente Lopez, Sergio; Calvet, David; Calvet, Samuel; Calvet, Thomas Philippe; Camacho Toro, Reina; Camarda, Stefano; Camarri, Paolo; Cameron, David; Caminal Armadans, Roger; Camincher, Clement; Campana, Simone; Campanelli, Mario; Camplani, Alessandra; Campoverde, Angel; Canale, Vincenzo; Canepa, Anadi; Cano Bret, Marc; Cantero, Josu; Cao, Tingting; Capeans Garrido, Maria Del Mar; Caprini, Irinel; Caprini, Mihai; Capua, Marcella; Carbone, Ryne Michael; Cardarelli, Roberto; Cardillo, Fabio; Carli, Ina; Carli, Tancredi; Carlino, Gianpaolo; Carminati, Leonardo; Caron, Sascha; Carquin, Edson; Carrillo-Montoya, German D; Carter, Janet; Carvalho, João; Casadei, Diego; Casado, Maria Pilar; Casolino, Mirkoantonio; Casper, David William; Castaneda-Miranda, Elizabeth; Castelijn, Remco; Castelli, Angelantonio; Castillo Gimenez, Victoria; Castro, Nuno Filipe; Catinaccio, Andrea; Catmore, James; Cattai, Ariella; Caudron, Julien; Cavaliere, Viviana; Cavallaro, Emanuele; Cavalli, Donatella; Cavalli-Sforza, Matteo; Cavasinni, Vincenzo; Ceradini, Filippo; Cerda Alberich, Leonor; Cerio, Benjamin; Santiago Cerqueira, Augusto; Cerri, Alessandro; Cerrito, Lucio; Cerutti, Fabio; Cerv, Matevz; Cervelli, Alberto; Cetin, Serkant Ali; Chafaq, Aziz; Chakraborty, Dhiman; Chan, Stephen Kam-wah; Chan, Yat Long; Chang, Philip; Chapman, John Derek; Charlton, Dave; Chatterjee, Avishek; Chau, Chav Chhiv; Chavez Barajas, Carlos Alberto; Che, Siinn; Cheatham, Susan; Chegwidden, Andrew; Chekanov, Sergei; Chekulaev, Sergey; Chelkov, Gueorgui; Chelstowska, Magda Anna; Chen, Chunhui; Chen, Hucheng; Chen, Karen; Chen, Shenjian; Chen, Shion; Chen, Xin; Chen, Ye; Cheng, Hok Chuen; Cheng, Huajie; Cheng, Yangyang; Cheplakov, Alexander; Cheremushkina, Evgenia; Cherkaoui El Moursli, Rajaa; Chernyatin, Valeriy; Cheu, Elliott; Chevalier, Laurent; Chiarella, Vitaliano; Chiarelli, Giorgio; Chiodini, Gabriele; Chisholm, Andrew; Chitan, Adrian; Chizhov, Mihail; Choi, Kyungeon; Chomont, Arthur Rene; Chouridou, Sofia; Chow, Bonnie Kar Bo; Christodoulou, Valentinos; Chromek-Burckhart, Doris; Chudoba, Jiri; Chuinard, Annabelle Julia; Chwastowski, Janusz; Chytka, Ladislav; Ciapetti, Guido; Ciftci, Abbas Kenan; Cinca, Diane; Cindro, Vladimir; Cioara, Irina Antonela; Ciocca, Claudia; Ciocio, Alessandra; Cirotto, Francesco; Citron, Zvi Hirsh; Citterio, Mauro; Ciubancan, Mihai; Clark, Allan G; Clark, Brian Lee; Clark, Michael; Clark, Philip James; Clarke, Robert; Clement, Christophe; Coadou, Yann; Cobal, Marina; Coccaro, Andrea; Cochran, James H; Colasurdo, Luca; Cole, Brian; Colijn, Auke-Pieter; Collot, Johann; Colombo, Tommaso; Compostella, Gabriele; Conde Muiño, Patricia; Coniavitis, Elias; Connell, Simon Henry; Connelly, Ian; Consorti, Valerio; Constantinescu, Serban; Conti, Geraldine; Conventi, Francesco; Cooke, Mark; Cooper, Ben; Cooper-Sarkar, Amanda; Cormier, Kyle James Read; Cornelissen, Thijs; Corradi, Massimo; Corriveau, Francois; Corso-Radu, Alina; Cortes-Gonzalez, Arely; Cortiana, Giorgio; Costa, Giuseppe; Costa, María José; Costanzo, Davide; Cottin, Giovanna; Cowan, Glen; Cox, Brian; Cranmer, Kyle; Crawley, Samuel Joseph; Cree, Graham; Crépé-Renaudin, Sabine; Crescioli, Francesco; Cribbs, Wayne Allen; Crispin Ortuzar, Mireia; Cristinziani, Markus; Croft, Vince; Crosetti, Giovanni; Cueto, Ana; Cuhadar Donszelmann, Tulay; Cummings, Jane; Curatolo, Maria; Cúth, Jakub; Czirr, Hendrik; Czodrowski, Patrick; D'amen, Gabriele; D'Auria, Saverio; D'Onofrio, Monica; Da Cunha Sargedas De Sousa, Mario Jose; Da Via, Cinzia; Dabrowski, Wladyslaw; Dado, Tomas; Dai, Tiesheng; Dale, Orjan; Dallaire, Frederick; Dallapiccola, Carlo; Dam, Mogens; Dandoy, Jeffrey; Dang, Nguyen Phuong; Daniells, Andrew Christopher; Dann, Nicholas Stuart; Danninger, Matthias; Dano Hoffmann, Maria; Dao, Valerio; Darbo, Giovanni; Darmora, Smita; Dassoulas, James; Dattagupta, Aparajita; Davey, Will; David, Claire; Davidek, Tomas; Davies, Merlin; Davison, Peter; Dawe, Edmund; Dawson, Ian; De, Kaushik; de Asmundis, Riccardo; De Benedetti, Abraham; De Castro, Stefano; De Cecco, Sandro; De Groot, Nicolo; de Jong, Paul; De la Torre, Hector; De Lorenzi, Francesco; De Maria, Antonio; De Pedis, Daniele; De Salvo, Alessandro; De Sanctis, Umberto; De Santo, Antonella; De Vivie De Regie, Jean-Baptiste; Dearnaley, William James; Debbe, Ramiro; Debenedetti, Chiara; Dedovich, Dmitri; Dehghanian, Nooshin; Deigaard, Ingrid; Del Gaudio, Michela; Del Peso, Jose; Del Prete, Tarcisio; Delgove, David; Deliot, Frederic; Delitzsch, Chris Malena; Dell'Acqua, Andrea; Dell'Asta, Lidia; Dell'Orso, Mauro; Della Pietra, Massimo; della Volpe, Domenico; Delmastro, Marco; Delsart, Pierre-Antoine; DeMarco, David; Demers, Sarah; Demichev, Mikhail; Demilly, Aurelien; Denisov, Sergey; Denysiuk, Denys; Derendarz, Dominik; Derkaoui, Jamal Eddine; Derue, Frederic; Dervan, Paul; Desch, Klaus Kurt; Deterre, Cecile; Dette, Karola; Deviveiros, Pier-Olivier; Dewhurst, Alastair; Dhaliwal, Saminder; Di Ciaccio, Anna; Di Ciaccio, Lucia; Di Clemente, William Kennedy; Di Donato, Camilla; Di Girolamo, Alessandro; Di Girolamo, Beniamino; Di Micco, Biagio; Di Nardo, Roberto; Di Simone, Andrea; Di Sipio, Riccardo; Di Valentino, David; Diaconu, Cristinel; Diamond, Miriam; Dias, Flavia; Diaz, Marco Aurelio; Diehl, Edward; Dietrich, Janet; Díez Cornell, Sergio; Dimitrievska, Aleksandra; Dingfelder, Jochen; Dita, Petre; Dita, Sanda; Dittus, Fridolin; Djama, Fares; Djobava, Tamar; Djuvsland, Julia Isabell; Barros do Vale, Maria Aline; Dobos, Daniel; Dobre, Monica; Doglioni, Caterina; Dolejsi, Jiri; Dolezal, Zdenek; Donadelli, Marisilvia; Donati, Simone; Dondero, Paolo; Donini, Julien; Dopke, Jens; Doria, Alessandra; Dova, Maria-Teresa; Doyle, Tony; Drechsler, Eric; Dris, Manolis; Du, Yanyan; Duarte-Campderros, Jorge; Duchovni, Ehud; Duckeck, Guenter; Ducu, Otilia Anamaria; Duda, Dominik; Dudarev, Alexey; Dudder, Andreas Christian; Duffield, Emily Marie; Duflot, Laurent; Dührssen, Michael; Dumancic, Mirta; Dunford, Monica; Duran Yildiz, Hatice; Düren, Michael; Durglishvili, Archil; Duschinger, Dirk; Dutta, Baishali; Dyndal, Mateusz; Eckardt, Christoph; Ecker, Katharina Maria; Edgar, Ryan Christopher; Edwards, Nicholas Charles; Eifert, Till; Eigen, Gerald; Einsweiler, Kevin; Ekelof, Tord; El Kacimi, Mohamed; Ellajosyula, Venugopal; Ellert, Mattias; Elles, Sabine; Ellinghaus, Frank; Elliot, Alison; Ellis, Nicolas; Elmsheuser, Johannes; Elsing, Markus; Emeliyanov, Dmitry; Enari, Yuji; Endner, Oliver Chris; Ennis, Joseph Stanford; Erdmann, Johannes; Ereditato, Antonio; Ernis, Gunar; Ernst, Jesse; Ernst, Michael; Errede, Steven; Ertel, Eugen; Escalier, Marc; Esch, Hendrik; Escobar, Carlos; Esposito, Bellisario; Etienvre, Anne-Isabelle; Etzion, Erez; Evans, Hal; Ezhilov, Alexey; Fabbri, Federica; Fabbri, Laura; Facini, Gabriel; Fakhrutdinov, Rinat; Falciano, Speranza; Falla, Rebecca Jane; Faltova, Jana; Fang, Yaquan; Fanti, Marcello; Farbin, Amir; Farilla, Addolorata; Farina, Christian; Farina, Edoardo Maria; Farooque, Trisha; Farrell, Steven; Farrington, Sinead; Farthouat, Philippe; Fassi, Farida; Fassnacht, Patrick; Fassouliotis, Dimitrios; Faucci Giannelli, Michele; Favareto, Andrea; Fawcett, William James; Fayard, Louis; Fedin, Oleg; Fedorko, Wojciech; Feigl, Simon; Feligioni, Lorenzo; Feng, Cunfeng; Feng, Eric; Feng, Haolu; Fenyuk, Alexander; Feremenga, Last; Fernandez Martinez, Patricia; Fernandez Perez, Sonia; Ferrando, James; Ferrari, Arnaud; Ferrari, Pamela; Ferrari, Roberto; Ferreira de Lima, Danilo Enoque; Ferrer, Antonio; Ferrere, Didier; Ferretti, Claudio; Ferretto Parodi, Andrea; Fiedler, Frank; Filipčič, Andrej; Filipuzzi, Marco; Filthaut, Frank; Fincke-Keeler, Margret; Finelli, Kevin Daniel; Fiolhais, Miguel; Fiorini, Luca; Firan, Ana; Fischer, Adam; Fischer, Cora; Fischer, Julia; Fisher, Wade Cameron; Flaschel, Nils; Fleck, Ivor; Fleischmann, Philipp; Fletcher, Gareth Thomas; Fletcher, Rob Roy MacGregor; Flick, Tobias; Floderus, Anders; Flores Castillo, Luis; Flowerdew, Michael; Forcolin, Giulio Tiziano; Formica, Andrea; Forti, Alessandra; Foster, Andrew Geoffrey; Fournier, Daniel; Fox, Harald; Fracchia, Silvia; Francavilla, Paolo; Franchini, Matteo; Francis, David; Franconi, Laura; Franklin, Melissa; Frate, Meghan; Fraternali, Marco; Freeborn, David; Fressard-Batraneanu, Silvia; Friedrich, Felix; Froidevaux, Daniel; Frost, James; Fukunaga, Chikara; Fullana Torregrosa, Esteban; Fusayasu, Takahiro; Fuster, Juan; Gabaldon, Carolina; Gabizon, Ofir; Gabrielli, Alessandro; Gabrielli, Andrea; Gach, Grzegorz; Gadatsch, Stefan; Gadomski, Szymon; Gagliardi, Guido; Gagnon, Louis Guillaume; Gagnon, Pauline; Galea, Cristina; Galhardo, Bruno; Gallas, Elizabeth; Gallop, Bruce; Gallus, Petr; Galster, Gorm Aske Gram Krohn; Gan, KK; Gao, Jun; Gao, Yanyan; Gao, Yongsheng; Garay Walls, Francisca; García, Carmen; García Navarro, José Enrique; Garcia-Sciveres, Maurice; Gardner, Robert; Garelli, Nicoletta; Garonne, Vincent; Gascon Bravo, Alberto; Gasnikova, Ksenia; Gatti, Claudio; Gaudiello, Andrea; Gaudio, Gabriella; Gauthier, Lea; Gavrilenko, Igor; Gay, Colin; Gaycken, Goetz; Gazis, Evangelos; Gecse, Zoltan; Gee, Norman; Geich-Gimbel, Christoph; Geisen, Marc; Geisler, Manuel Patrice; Gemme, Claudia; Genest, Marie-Hélène; Geng, Cong; Gentile, Simonetta; Gentsos, Christos; George, Simon; Gerbaudo, Davide; Gershon, Avi; Ghasemi, Sara; Ghneimat, Mazuza; Giacobbe, Benedetto; Giagu, Stefano; Giannetti, Paola; Gibbard, Bruce; Gibson, Stephen; Gignac, Matthew; Gilchriese, Murdock; Gillam, Thomas; Gillberg, Dag; Gilles, Geoffrey; Gingrich, Douglas; Giokaris, Nikos; Giordani, MarioPaolo; Giorgi, Filippo Maria; Giorgi, Francesco Michelangelo; Giraud, Pierre-Francois; Giromini, Paolo; Giugni, Danilo; Giuli, Francesco; Giuliani, Claudia; Giulini, Maddalena; Gjelsten, Børge Kile; Gkaitatzis, Stamatios; Gkialas, Ioannis; Gkougkousis, Evangelos Leonidas; Gladilin, Leonid; Glasman, Claudia; Glatzer, Julian; Glaysher, Paul; Glazov, Alexandre; Goblirsch-Kolb, Maximilian; Godlewski, Jan; Goldfarb, Steven; Golling, Tobias; Golubkov, Dmitry; Gomes, Agostinho; Gonçalo, Ricardo; Goncalves Pinto Firmino Da Costa, Joao; Gonella, Giulia; Gonella, Laura; Gongadze, Alexi; González de la Hoz, Santiago; Gonzalez Parra, Garoe; Gonzalez-Sevilla, Sergio; Goossens, Luc; Gorbounov, Petr Andreevich; Gordon, Howard; Gorelov, Igor; Gorini, Benedetto; Gorini, Edoardo; Gorišek, Andrej; Gornicki, Edward; Goshaw, Alfred; Gössling, Claus; Gostkin, Mikhail Ivanovitch; Goudet, Christophe Raymond; Goujdami, Driss; Goussiou, Anna; Govender, Nicolin; Gozani, Eitan; Graber, Lars; Grabowska-Bold, Iwona; Gradin, Per Olov Joakim; Grafström, Per; Gramling, Johanna; Gramstad, Eirik; Grancagnolo, Sergio; Gratchev, Vadim; Gravila, Paul Mircea; Gray, Heather; Graziani, Enrico; Greenwood, Zeno Dixon; Grefe, Christian; Gregersen, Kristian; Gregor, Ingrid-Maria; Grenier, Philippe; Grevtsov, Kirill; Griffiths, Justin; Grillo, Alexander; Grimm, Kathryn; Grinstein, Sebastian; Gris, Philippe Luc Yves; Grivaz, Jean-Francois; Groh, Sabrina; Grohs, Johannes Philipp; Gross, Eilam; Grosse-Knetter, Joern; Grossi, Giulio Cornelio; Grout, Zara Jane; Guan, Liang; Guan, Wen; Guenther, Jaroslav; Guescini, Francesco; Guest, Daniel; Gueta, Orel; Guido, Elisa; Guillemin, Thibault; Guindon, Stefan; Gul, Umar; Gumpert, Christian; Guo, Jun; Guo, Yicheng; Gupta, Ruchi; Gupta, Shaun; Gustavino, Giuliano; Gutierrez, Phillip; Gutierrez Ortiz, Nicolas Gilberto; Gutschow, Christian; Guyot, Claude; Gwenlan, Claire; Gwilliam, Carl; Haas, Andy; Haber, Carl; Hadavand, Haleh Khani; Hadef, Asma; Hageböck, Stephan; Hajduk, Zbigniew; Hakobyan, Hrachya; Haleem, Mahsana; Haley, Joseph; Halladjian, Garabed; Hallewell, Gregory David; Hamacher, Klaus; Hamal, Petr; Hamano, Kenji; Hamilton, Andrew; Hamity, Guillermo Nicolas; Hamnett, Phillip George; Han, Liang; Hanagaki, Kazunori; Hanawa, Keita; Hance, Michael; Haney, Bijan; Hanke, Paul; Hanna, Remie; Hansen, Jørgen Beck; Hansen, Jorn Dines; Hansen, Maike Christina; Hansen, Peter Henrik; Hara, Kazuhiko; Hard, Andrew; Harenberg, Torsten; Hariri, Faten; Harkusha, Siarhei; Harrington, Robert; Harrison, Paul Fraser; Hartmann, Nikolai Marcel; Hasegawa, Makoto; Hasegawa, Yoji; Hasib, Ahmed; Hassani, Samira; Haug, Sigve; Hauser, Reiner; Hauswald, Lorenz; Havranek, Miroslav; Hawkes, Christopher; Hawkings, Richard John; Hayakawa, Daiki; Hayden, Daniel; Hays, Chris; Hays, Jonathan Michael; Hayward, Helen; Haywood, Stephen; Head, Simon; Heck, Tobias; Hedberg, Vincent; Heelan, Louise; Heidegger, Kim Katrin; Heim, Sarah; Heim, Timon; Heinemann, Beate; Heinrich, Jochen Jens; Heinrich, Lukas; Heinz, Christian; Hejbal, Jiri; Helary, Louis; Hellman, Sten; Helsens, Clement; Henderson, James; Henderson, Robert; Heng, Yang; Henkelmann, Steffen; Henriques Correia, Ana Maria; Henrot-Versille, Sophie; Herbert, Geoffrey Henry; Herde, Hannah; Herget, Verena; Hernández Jiménez, Yesenia; Herten, Gregor; Hertenberger, Ralf; Hervas, Luis; Hesketh, Gavin Grant; Hessey, Nigel; Hetherly, Jeffrey Wayne; Hickling, Robert; Higón-Rodriguez, Emilio; Hill, Ewan; Hill, John; Hiller, Karl Heinz; Hillier, Stephen; Hinchliffe, Ian; Hines, Elizabeth; Hinman, Rachel Reisner; Hirose, Minoru; Hirschbuehl, Dominic; Hobbs, John; Hod, Noam; Hodgkinson, Mark; Hodgson, Paul; Hoecker, Andreas; Hoeferkamp, Martin; Hoenig, Friedrich; Hohn, David; Holmes, Tova Ray; Homann, Michael; Honda, Takuya; Hong, Tae Min; Hooberman, Benjamin Henry; Hopkins, Walter; Horii, Yasuyuki; Horton, Arthur James; Hostachy, Jean-Yves; Hou, Suen; Hoummada, Abdeslam; Howarth, James; Hoya, Joaquin; Hrabovsky, Miroslav; Hristova, Ivana; Hrivnac, Julius; Hryn'ova, Tetiana; Hrynevich, Aliaksei; Hsu, Catherine; Hsu, Pai-hsien Jennifer; Hsu, Shih-Chieh; Hu, Diedi; Hu, Qipeng; Hu, Shuyang; Huang, Yanping; Hubacek, Zdenek; Hubaut, Fabrice; Huegging, Fabian; Huffman, Todd Brian; Hughes, Emlyn; Hughes, Gareth; Huhtinen, Mika; Huo, Peng; Huseynov, Nazim; Huston, Joey; Huth, John; Iacobucci, Giuseppe; Iakovidis, Georgios; Ibragimov, Iskander; Iconomidou-Fayard, Lydia; Ideal, Emma; Iengo, Paolo; Igonkina, Olga; Iizawa, Tomoya; Ikegami, Yoichi; Ikeno, Masahiro; Ilchenko, Yuriy; Iliadis, Dimitrios; Ilic, Nikolina; Ince, Tayfun; Introzzi, Gianluca; Ioannou, Pavlos; Iodice, Mauro; Iordanidou, Kalliopi; Ippolito, Valerio; Ishijima, Naoki; Ishino, Masaya; Ishitsuka, Masaki; Ishmukhametov, Renat; Issever, Cigdem; Istin, Serhat; Ito, Fumiaki; Iturbe Ponce, Julia Mariana; Iuppa, Roberto; Iwanski, Wieslaw; Iwasaki, Hiroyuki; Izen, Joseph; Izzo, Vincenzo; Jabbar, Samina; Jackson, Brett; Jackson, Paul; Jain, Vivek; Jakobi, Katharina Bianca; Jakobs, Karl; Jakobsen, Sune; Jakoubek, Tomas; Jamin, David Olivier; Jana, Dilip; Jansky, Roland; Janssen, Jens; Janus, Michel; Jarlskog, Göran; Javadov, Namig; Javůrek, Tomáš; Javurkova, Martina; Jeanneau, Fabien; Jeanty, Laura; Jeng, Geng-yuan; Jennens, David; Jenni, Peter; Jeske, Carl; Jézéquel, Stéphane; Ji, Haoshuang; Jia, Jiangyong; Jiang, Hai; Jiang, Yi; Jiggins, Stephen; Jimenez Pena, Javier; Jin, Shan; Jinaru, Adam; Jinnouchi, Osamu; Jivan, Harshna; Johansson, Per; Johns, Kenneth; Johnson, William Joseph; Jon-And, Kerstin; Jones, Graham; Jones, Roger; Jones, Sarah; Jones, Tim; Jongmanns, Jan; Jorge, Pedro; Jovicevic, Jelena; Ju, Xiangyang; Juste Rozas, Aurelio; Köhler, Markus Konrad; Kaczmarska, Anna; Kado, Marumi; Kagan, Harris; Kagan, Michael; Kahn, Sebastien Jonathan; Kaji, Toshiaki; Kajomovitz, Enrique; Kalderon, Charles William; Kaluza, Adam; Kama, Sami; Kamenshchikov, Andrey; Kanaya, Naoko; Kaneti, Steven; Kanjir, Luka; Kantserov, Vadim; Kanzaki, Junichi; Kaplan, Benjamin; Kaplan, Laser Seymour; Kapliy, Anton; Kar, Deepak; Karakostas, Konstantinos; Karamaoun, Andrew; Karastathis, Nikolaos; Kareem, Mohammad Jawad; Karentzos, Efstathios; Karnevskiy, Mikhail; Karpov, Sergey; Karpova, Zoya; Karthik, Krishnaiyengar; Kartvelishvili, Vakhtang; Karyukhin, Andrey; Kasahara, Kota; Kashif, Lashkar; Kass, Richard; Kastanas, Alex; Kataoka, Yousuke; Kato, Chikuma; Katre, Akshay; Katzy, Judith; Kawade, Kentaro; Kawagoe, Kiyotomo; Kawamoto, Tatsuo; Kawamura, Gen; Kazanin, Vassili; Keeler, Richard; Kehoe, Robert; Keller, John; Kempster, Jacob Julian; Keoshkerian, Houry; Kepka, Oldrich; Kerševan, Borut Paul; Kersten, Susanne; Keyes, Robert; Khader, Mazin; Khalil-zada, Farkhad; Khanov, Alexander; Kharlamov, Alexey; Kharlamova, Tatyana; Khoo, Teng Jian; Khovanskiy, Valery; Khramov, Evgeniy; Khubua, Jemal; Kido, Shogo; Kilby, Callum; Kim, Hee Yeun; Kim, Shinhong; Kim, Young-Kee; Kimura, Naoki; Kind, Oliver Maria; King, Barry; King, Matthew; Kirk, Julie; Kiryunin, Andrey; Kishimoto, Tomoe; Kisielewska, Danuta; Kiss, Florian; Kiuchi, Kenji; Kivernyk, Oleh; Kladiva, Eduard; Klein, Matthew Henry; Klein, Max; Klein, Uta; Kleinknecht, Konrad; Klimek, Pawel; Klimentov, Alexei; Klingenberg, Reiner; Klinger, Joel Alexander; Klioutchnikova, Tatiana; Kluge, Eike-Erik; Kluit, Peter; Kluth, Stefan; Knapik, Joanna; Kneringer, Emmerich; Knoops, Edith; Knue, Andrea; Kobayashi, Aine; Kobayashi, Dai; Kobayashi, Tomio; Kobel, Michael; Kocian, Martin; Kodys, Peter; Koffas, Thomas; Koffeman, Els; Köhler, Nicolas Maximilian; Koi, Tatsumi; Kolanoski, Hermann; Kolb, Mathis; Koletsou, Iro; Komar, Aston; Komori, Yuto; Kondo, Takahiko; Kondrashova, Nataliia; Köneke, Karsten; König, Adriaan; Kono, Takanori; Konoplich, Rostislav; Konstantinidis, Nikolaos; Kopeliansky, Revital; Koperny, Stefan; Köpke, Lutz; Kopp, Anna Katharina; Korcyl, Krzysztof; Kordas, Kostantinos; Korn, Andreas; Korol, Aleksandr; Korolkov, Ilya; Korolkova, Elena; Kortner, Oliver; Kortner, Sandra; Kosek, Tomas; Kostyukhin, Vadim; Kotwal, Ashutosh; Kourkoumeli-Charalampidi, Athina; Kourkoumelis, Christine; Kouskoura, Vasiliki; Kowalewska, Anna Bozena; Kowalewski, Robert Victor; Kowalski, Tadeusz; Kozakai, Chihiro; Kozanecki, Witold; Kozhin, Anatoly; Kramarenko, Viktor; Kramberger, Gregor; Krasnopevtsev, Dimitrii; Krasny, Mieczyslaw Witold; Krasznahorkay, Attila; Kravchenko, Anton; Kretz, Moritz; Kretzschmar, Jan; Kreutzfeldt, Kristof; Krieger, Peter; Krizka, Karol; Kroeninger, Kevin; Kroha, Hubert; Kroll, Joe; Kroseberg, Juergen; Krstic, Jelena; Kruchonak, Uladzimir; Krüger, Hans; Krumnack, Nils; Kruse, Amanda; Kruse, Mark; Kruskal, Michael; Kubota, Takashi; Kucuk, Hilal; Kuday, Sinan; Kuechler, Jan Thomas; Kuehn, Susanne; Kugel, Andreas; Kuger, Fabian; Kuhl, Andrew; Kuhl, Thorsten; Kukhtin, Victor; Kukla, Romain; Kulchitsky, Yuri; Kuleshov, Sergey; Kuna, Marine; Kunigo, Takuto; Kupco, Alexander; Kurashige, Hisaya; Kurochkin, Yurii; Kus, Vlastimil; Kuwertz, Emma Sian; Kuze, Masahiro; Kvita, Jiri; Kwan, Tony; Kyriazopoulos, Dimitrios; La Rosa, Alessandro; La Rosa Navarro, Jose Luis; La Rotonda, Laura; Lacasta, Carlos; Lacava, Francesco; Lacey, James; Lacker, Heiko; Lacour, Didier; Lacuesta, Vicente Ramón; Ladygin, Evgueni; Lafaye, Remi; Laforge, Bertrand; Lagouri, Theodota; Lai, Stanley; Lammers, Sabine; Lampl, Walter; Lançon, Eric; Landgraf, Ulrich; Landon, Murrough; Lanfermann, Marie Christine; Lang, Valerie Susanne; Lange, J örn Christian; Lankford, Andrew; Lanni, Francesco; Lantzsch, Kerstin; Lanza, Agostino; Laplace, Sandrine; Lapoire, Cecile; Laporte, Jean-Francois; Lari, Tommaso; Lasagni Manghi, Federico; Lassnig, Mario; Laurelli, Paolo; Lavrijsen, Wim; Law, Alexander; Laycock, Paul; Lazovich, Tomo; Lazzaroni, Massimo; Le, Brian; Le Dortz, Olivier; Le Guirriec, Emmanuel; Le Quilleuc, Eloi; LeBlanc, Matthew Edgar; LeCompte, Thomas; Ledroit-Guillon, Fabienne; Lee, Claire Alexandra; Lee, Shih-Chang; Lee, Lawrence; Lefebvre, Benoit; Lefebvre, Guillaume; Lefebvre, Michel; Legger, Federica; Leggett, Charles; Lehan, Allan; Lehmann Miotto, Giovanna; Lei, Xiaowen; Leight, William Axel; Leister, Andrew Gerard; Leite, Marco Aurelio Lisboa; Leitner, Rupert; Lellouch, Daniel; Lemmer, Boris; Leney, Katharine; Lenz, Tatjana; Lenzi, Bruno; Leone, Robert; Leone, Sandra; Leonidopoulos, Christos; Leontsinis, Stefanos; Lerner, Giuseppe; Leroy, Claude; Lesage, Arthur; Lester, Christopher; Levchenko, Mikhail; Levêque, Jessica; Levin, Daniel; Levinson, Lorne; Levy, Mark; Lewis, Dave; Leyko, Agnieszka; Li, Bing; Li, Changqiao; Li, Haifeng; Li, Ho Ling; Li, Lei; Li, Liang; Li, Qi; Li, Shu; Li, Xingguo; Li, Yichen; Liang, Zhijun; Liberti, Barbara; Liblong, Aaron; Lichard, Peter; Lie, Ki; Liebal, Jessica; Liebig, Wolfgang; Limosani, Antonio; Lin, Simon; Lin, Tai-Hua; Lindquist, Brian Edward; Lionti, Anthony Eric; Lipeles, Elliot; Lipniacka, Anna; Lisovyi, Mykhailo; Liss, Tony; Lister, Alison; Litke, Alan; Liu, Bo; Liu, Dong; Liu, Hao; Liu, Hongbin; Liu, Jian; Liu, Jianbei; Liu, Kun; Liu, Lulu; Liu, Miaoyuan; Liu, Minghui; Liu, Yanlin; Liu, Yanwen; Livan, Michele; Lleres, Annick; Llorente Merino, Javier; Lloyd, Stephen; Lo Sterzo, Francesco; Lobodzinska, Ewelina Maria; Loch, Peter; Lockman, William; Loebinger, Fred; Loevschall-Jensen, Ask Emil; Loew, Kevin Michael; Loginov, Andrey; Lohse, Thomas; Lohwasser, Kristin; Lokajicek, Milos; Long, Brian Alexander; Long, Jonathan David; Long, Robin Eamonn; Longo, Luigi; Looper, Kristina Anne; Lopez Mateos, David; Lopez Paredes, Brais; Lopez Paz, Ivan; Lopez Solis, Alvaro; Lorenz, Jeanette; Lorenzo Martinez, Narei; Losada, Marta; Lösel, Philipp Jonathan; Lou, XinChou; Lounis, Abdenour; Love, Jeremy; Love, Peter; Lu, Haonan; Lu, Nan; Lubatti, Henry; Luci, Claudio; Lucotte, Arnaud; Luedtke, Christian; Luehring, Frederick; Lukas, Wolfgang; Luminari, Lamberto; Lundberg, Olof; Lund-Jensen, Bengt; Luzi, Pierre Marc; Lynn, David; Lysak, Roman; Lytken, Else; Lyubushkin, Vladimir; Ma, Hong; Ma, Lian Liang; Ma, Yanhui; Maccarrone, Giovanni; Macchiolo, Anna; Macdonald, Calum Michael; Maček, Boštjan; Machado Miguens, Joana; Madaffari, Daniele; Madar, Romain; Maddocks, Harvey Jonathan; Mader, Wolfgang; Madsen, Alexander; Maeda, Junpei; Maeland, Steffen; Maeno, Tadashi; Maevskiy, Artem; Magradze, Erekle; Mahlstedt, Joern; Maiani, Camilla; Maidantchik, Carmen; Maier, Andreas Alexander; Maier, Thomas; Maio, Amélia; Majewski, Stephanie; Makida, Yasuhiro; Makovec, Nikola; Malaescu, Bogdan; Malecki, Pawel; Maleev, Victor; Malek, Fairouz; Mallik, Usha; Malon, David; Malone, Caitlin; Malone, Claire; Maltezos, Stavros; Malyukov, Sergei; Mamuzic, Judita; Mancini, Giada; Mandelli, Luciano; Mandić, Igor; Maneira, José; Manhaes de Andrade Filho, Luciano; Manjarres Ramos, Joany; Mann, Alexander; Manousos, Athanasios; Mansoulie, Bruno; Mansour, Jason Dhia; Mantifel, Rodger; Mantoani, Matteo; Manzoni, Stefano; Mapelli, Livio; Marceca, Gino; March, Luis; Marchiori, Giovanni; Marcisovsky, Michal; Marjanovic, Marija; Marley, Daniel; Marroquim, Fernando; Marsden, Stephen Philip; Marshall, Zach; Marti-Garcia, Salvador; Martin, Brian Thomas; Martin, Tim; Martin, Victoria Jane; Martin dit Latour, Bertrand; Martinez, Mario; Martinez Outschoorn, Verena; Martin-Haugh, Stewart; Martoiu, Victor Sorin; Martyniuk, Alex; Marx, Marilyn; Marzin, Antoine; Masetti, Lucia; Mashimo, Tetsuro; Mashinistov, Ruslan; Masik, Jiri; Maslennikov, Alexey; Massa, Ignazio; Massa, Lorenzo; Mastrandrea, Paolo; Mastroberardino, Anna; Masubuchi, Tatsuya; Mättig, Peter; Mattmann, Johannes; Maurer, Julien; Maxfield, Stephen; Maximov, Dmitriy; Mazini, Rachid; Mazza, Simone Michele; Mc Fadden, Neil Christopher; Mc Goldrick, Garrin; Mc Kee, Shawn Patrick; McCarn, Allison; McCarthy, Robert; McCarthy, Tom; McClymont, Laurie; McDonald, Emily; Mcfayden, Josh; Mchedlidze, Gvantsa; McMahon, Steve; McPherson, Robert; Medinnis, Michael; Meehan, Samuel; Mehlhase, Sascha; Mehta, Andrew; Meier, Karlheinz; Meineck, Christian; Meirose, Bernhard; Melini, Davide; Mellado Garcia, Bruce Rafael; Melo, Matej; Meloni, Federico; Meng, Xiangting; Mengarelli, Alberto; Menke, Sven; Meoni, Evelin; Mergelmeyer, Sebastian; Mermod, Philippe; Merola, Leonardo; Meroni, Chiara; Merritt, Frank; Messina, Andrea; Metcalfe, Jessica; Mete, Alaettin Serhan; Meyer, Carsten; Meyer, Christopher; Meyer, Jean-Pierre; Meyer, Jochen; Meyer Zu Theenhausen, Hanno; Miano, Fabrizio; Middleton, Robin; Miglioranzi, Silvia; Mijović, Liza; Mikenberg, Giora; Mikestikova, Marcela; Mikuž, Marko; Milesi, Marco; Milic, Adriana; Miller, David; Mills, Corrinne; Milov, Alexander; Milstead, David; Minaenko, Andrey; Minami, Yuto; Minashvili, Irakli; Mincer, Allen; Mindur, Bartosz; Mineev, Mikhail; Minegishi, Yuji; Ming, Yao; Mir, Lluisa-Maria; Mistry, Khilesh; Mitani, Takashi; Mitrevski, Jovan; Mitsou, Vasiliki A; Miucci, Antonio; Miyagawa, Paul; Mjörnmark, Jan-Ulf; Moa, Torbjoern; Mochizuki, Kazuya; Mohapatra, Soumya; Molander, Simon; Moles-Valls, Regina; Monden, Ryutaro; Mondragon, Matthew Craig; Mönig, Klaus; Monk, James; Monnier, Emmanuel; Montalbano, Alyssa; Montejo Berlingen, Javier; Monticelli, Fernando; Monzani, Simone; Moore, Roger; Morange, Nicolas; Moreno, Deywis; Moreno Llácer, María; Morettini, Paolo; Morgenstern, Stefanie; Mori, Daniel; Mori, Tatsuya; Morii, Masahiro; Morinaga, Masahiro; Morisbak, Vanja; Moritz, Sebastian; Morley, Anthony Keith; Mornacchi, Giuseppe; Morris, John; Morvaj, Ljiljana; Mosidze, Maia; Moss, Josh; Motohashi, Kazuki; Mount, Richard; Mountricha, Eleni; Moyse, Edward; Muanza, Steve; Mudd, Richard; Mueller, Felix; Mueller, James; Mueller, Ralph Soeren Peter; Mueller, Thibaut; Muenstermann, Daniel; Mullen, Paul; Mullier, Geoffrey; Munoz Sanchez, Francisca Javiela; Murillo Quijada, Javier Alberto; Murray, Bill; Musheghyan, Haykuhi; Muškinja, Miha; Myagkov, Alexey; Myska, Miroslav; Nachman, Benjamin Philip; Nackenhorst, Olaf; Nagai, Koichi; Nagai, Ryo; Nagano, Kunihiro; Nagasaka, Yasushi; Nagata, Kazuki; Nagel, Martin; Nagy, Elemer; Nairz, Armin Michael; Nakahama, Yu; Nakamura, Koji; Nakamura, Tomoaki; Nakano, Itsuo; Namasivayam, Harisankar; Naranjo Garcia, Roger Felipe; Narayan, Rohin; Narrias Villar, Daniel Isaac; Naryshkin, Iouri; Naumann, Thomas; Navarro, Gabriela; Nayyar, Ruchika; Neal, Homer; Nechaeva, Polina; Neep, Thomas James; Negri, Andrea; Negrini, Matteo; Nektarijevic, Snezana; Nellist, Clara; Nelson, Andrew; Nemecek, Stanislav; Nemethy, Peter; Nepomuceno, Andre Asevedo; Nessi, Marzio; Neubauer, Mark; Neumann, Manuel; Neves, Ricardo; Nevski, Pavel; Newman, Paul; Nguyen, Duong Hai; Nguyen Manh, Tuan; Nickerson, Richard; Nicolaidou, Rosy; Nielsen, Jason; Nikiforov, Andriy; Nikolaenko, Vladimir; Nikolic-Audit, Irena; Nikolopoulos, Konstantinos; Nilsen, Jon Kerr; Nilsson, Paul; Ninomiya, Yoichi; Nisati, Aleandro; Nisius, Richard; Nobe, Takuya; Nomachi, Masaharu; Nomidis, Ioannis; Nooney, Tamsin; Norberg, Scarlet; Nordberg, Markus; Norjoharuddeen, Nurfikri; Novgorodova, Olga; Nowak, Sebastian; Nozaki, Mitsuaki; Nozka, Libor; Ntekas, Konstantinos; Nurse, Emily; Nuti, Francesco; O'grady, Fionnbarr; O'Neil, Dugan; O'Rourke, Abigail Alexandra; O'Shea, Val; Oakham, Gerald; Oberlack, Horst; Obermann, Theresa; Ocariz, Jose; Ochi, Atsuhiko; Ochoa, Ines; Ochoa-Ricoux, Juan Pedro; Oda, Susumu; Odaka, Shigeru; Ogren, Harold; Oh, Alexander; Oh, Seog; Ohm, Christian; Ohman, Henrik; Oide, Hideyuki; Okawa, Hideki; Okumura, Yasuyuki; Okuyama, Toyonobu; Olariu, Albert; Oleiro Seabra, Luis Filipe; Olivares Pino, Sebastian Andres; Oliveira Damazio, Denis; Olszewski, Andrzej; Olszowska, Jolanta; Onofre, António; Onogi, Kouta; Onyisi, Peter; Oreglia, Mark; Oren, Yona; Orestano, Domizia; Orlando, Nicola; Orr, Robert; Osculati, Bianca; Ospanov, Rustem; Otero y Garzon, Gustavo; Otono, Hidetoshi; Ouchrif, Mohamed; Ould-Saada, Farid; Ouraou, Ahmimed; Oussoren, Koen Pieter; Ouyang, Qun; Owen, Mark; Owen, Rhys Edward; Ozcan, Veysi Erkcan; Ozturk, Nurcan; Pachal, Katherine; Pacheco Pages, Andres; Pacheco Rodriguez, Laura; Padilla Aranda, Cristobal; Pagan Griso, Simone; Paige, Frank; Pais, Preema; Pajchel, Katarina; Palacino, Gabriel; Palazzo, Serena; Palestini, Sandro; Palka, Marek; Pallin, Dominique; Panagiotopoulou, Evgenia; Pandini, Carlo Enrico; Panduro Vazquez, William; Pani, Priscilla; Panitkin, Sergey; Pantea, Dan; Paolozzi, Lorenzo; Papadopoulou, Theodora; Papageorgiou, Konstantinos; Paramonov, Alexander; Paredes Hernandez, Daniela; Parker, Adam Jackson; Parker, Michael Andrew; Parker, Kerry Ann; Parodi, Fabrizio; Parsons, John; Parzefall, Ulrich; Pascuzzi, Vincent; Pasqualucci, Enrico; Passaggio, Stefano; Pastore, Francesca; Pásztor, Gabriella; Pataraia, Sophio; Pater, Joleen; Pauly, Thilo; Pearce, James; Pearson, Benjamin; Pedersen, Lars Egholm; Pedraza Lopez, Sebastian; Pedro, Rute; Peleganchuk, Sergey; Penc, Ondrej; Peng, Cong; Peng, Haiping; Penwell, John; Peralva, Bernardo; Perego, Marta Maria; Perepelitsa, Dennis; Perez Codina, Estel; Perini, Laura; Pernegger, Heinz; Perrella, Sabrina; Peschke, Richard; Peshekhonov, Vladimir; Peters, Krisztian; Peters, Yvonne; Petersen, Brian; Petersen, Troels; Petit, Elisabeth; Petridis, Andreas; Petridou, Chariclia; Petroff, Pierre; Petrolo, Emilio; Petrov, Mariyan; Petrucci, Fabrizio; Pettersson, Nora Emilia; Peyaud, Alan; Pezoa, Raquel; Phillips, Peter William; Piacquadio, Giacinto; Pianori, Elisabetta; Picazio, Attilio; Piccaro, Elisa; Piccinini, Maurizio; Pickering, Mark Andrew; Piegaia, Ricardo; Pilcher, James; Pilkington, Andrew; Pin, Arnaud Willy J; Pinamonti, Michele; Pinfold, James; Pingel, Almut; Pires, Sylvestre; Pirumov, Hayk; Pitt, Michael; Plazak, Lukas; Pleier, Marc-Andre; Pleskot, Vojtech; Plotnikova, Elena; Plucinski, Pawel; Pluth, Daniel; Poettgen, Ruth; Poggioli, Luc; Pohl, David-leon; Polesello, Giacomo; Poley, Anne-luise; Policicchio, Antonio; Polifka, Richard; Polini, Alessandro; Pollard, Christopher Samuel; Polychronakos, Venetios; Pommès, Kathy; Pontecorvo, Ludovico; Pope, Bernard; Popeneciu, Gabriel Alexandru; Poppleton, Alan; Pospisil, Stanislav; Potamianos, Karolos; Potrap, Igor; Potter, Christina; Potter, Christopher; Poulard, Gilbert; Poveda, Joaquin; Pozdnyakov, Valery; Pozo Astigarraga, Mikel Eukeni; Pralavorio, Pascal; Pranko, Aliaksandr; Prell, Soeren; Price, Darren; Price, Lawrence; Primavera, Margherita; Prince, Sebastien; Prokofiev, Kirill; Prokoshin, Fedor; Protopopescu, Serban; Proudfoot, James; Przybycien, Mariusz; Puddu, Daniele; Purohit, Milind; Puzo, Patrick; Qian, Jianming; Qin, Gang; Qin, Yang; Quadt, Arnulf; Quayle, William; Queitsch-Maitland, Michaela; Quilty, Donnchadha; Raddum, Silje; Radeka, Veljko; Radescu, Voica; Radhakrishnan, Sooraj Krishnan; Radloff, Peter; Rados, Pere; Ragusa, Francesco; Rahal, Ghita; Raine, John Andrew; Rajagopalan, Srinivasan; Rammensee, Michael; Rangel-Smith, Camila; Ratti, Maria Giulia; Rauscher, Felix; Rave, Stefan; Ravenscroft, Thomas; Ravinovich, Ilia; Raymond, Michel; Read, Alexander Lincoln; Readioff, Nathan Peter; Reale, Marilea; Rebuzzi, Daniela; Redelbach, Andreas; Redlinger, George; Reece, Ryan; Reeves, Kendall; Rehnisch, Laura; Reichert, Joseph; Rembser, Christoph; Ren, Huan; Rescigno, Marco; Resconi, Silvia; Rezanova, Olga; Reznicek, Pavel; Rezvani, Reyhaneh; Richter, Robert; Richter, Stefan; Richter-Was, Elzbieta; Ricken, Oliver; Ridel, Melissa; Rieck, Patrick; Riegel, Christian Johann; Rieger, Julia; Rifki, Othmane; Rijssenbeek, Michael; Rimoldi, Adele; Rimoldi, Marco; Rinaldi, Lorenzo; Ristić, Branislav; Ritsch, Elmar; Riu, Imma; Rizatdinova, Flera; Rizvi, Eram; Rizzi, Chiara; Robertson, Steven; Robichaud-Veronneau, Andree; Robinson, Dave; Robinson, James; Robson, Aidan; Roda, Chiara; Rodina, Yulia; Rodriguez Perez, Andrea; Rodriguez Rodriguez, Daniel; Roe, Shaun; Rogan, Christopher Sean; Røhne, Ole; Romaniouk, Anatoli; Romano, Marino; Romano Saez, Silvestre Marino; Romero Adam, Elena; Rompotis, Nikolaos; Ronzani, Manfredi; Roos, Lydia; Ros, Eduardo; Rosati, Stefano; Rosbach, Kilian; Rose, Peyton; Rosien, Nils-Arne; Rossetti, Valerio; Rossi, Elvira; Rossi, Leonardo Paolo; Rosten, Jonatan; Rosten, Rachel; Rotaru, Marina; Roth, Itamar; Rothberg, Joseph; Rousseau, David; Rozanov, Alexandre; Rozen, Yoram; Ruan, Xifeng; Rubbo, Francesco; Rudolph, Matthew Scott; Rühr, Frederik; Ruiz-Martinez, Aranzazu; Rurikova, Zuzana; Rusakovich, Nikolai; Ruschke, Alexander; Russell, Heather; Rutherfoord, John; Ruthmann, Nils; Ryabov, Yury; Rybar, Martin; Rybkin, Grigori; Ryu, Soo; Ryzhov, Andrey; Rzehorz, Gerhard Ferdinand; Saavedra, Aldo; Sabato, Gabriele; Sacerdoti, Sabrina; Sadrozinski, Hartmut; Sadykov, Renat; Safai Tehrani, Francesco; Saha, Puja; Sahinsoy, Merve; Saimpert, Matthias; Saito, Tomoyuki; Sakamoto, Hiroshi; Sakurai, Yuki; Salamanna, Giuseppe; Salamon, Andrea; Salazar Loyola, Javier Esteban; Salek, David; Sales De Bruin, Pedro Henrique; Salihagic, Denis; Salnikov, Andrei; Salt, José; Salvatore, Daniela; Salvatore, Pasquale Fabrizio; Salvucci, Antonio; Salzburger, Andreas; Sammel, Dirk; Sampsonidis, Dimitrios; Sánchez, Javier; Sanchez Martinez, Victoria; Sanchez Pineda, Arturo Rodolfo; Sandaker, Heidi; Sandbach, Ruth Laura; Sander, Heinz Georg; Sandhoff, Marisa; Sandoval, Carlos; Sankey, Dave; Sannino, Mario; Sansoni, Andrea; Santoni, Claudio; Santonico, Rinaldo; Santos, Helena; Santoyo Castillo, Itzebelt; Sapp, Kevin; Sapronov, Andrey; Saraiva, João; Sarrazin, Bjorn; Sasaki, Osamu; Sato, Koji; Sauvan, Emmanuel; Savage, Graham; Savard, Pierre; Savic, Natascha; Sawyer, Craig; Sawyer, Lee; Saxon, James; Sbarra, Carla; Sbrizzi, Antonio; Scanlon, Tim; Scannicchio, Diana; Scarcella, Mark; Scarfone, Valerio; Schaarschmidt, Jana; Schacht, Peter; Schachtner, Balthasar Maria; Schaefer, Douglas; Schaefer, Leigh; Schaefer, Ralph; Schaeffer, Jan; Schaepe, Steffen; Schaetzel, Sebastian; Schäfer, Uli; Schaffer, Arthur; Schaile, Dorothee; Schamberger, R Dean; Scharf, Veit; Schegelsky, Valery; Scheirich, Daniel; Schernau, Michael; Schiavi, Carlo; Schier, Sheena; Schillo, Christian; Schioppa, Marco; Schlenker, Stefan; Schmidt-Sommerfeld, Korbinian Ralf; Schmieden, Kristof; Schmitt, Christian; Schmitt, Stefan; Schmitz, Simon; Schneider, Basil; Schnoor, Ulrike; Schoeffel, Laurent; Schoening, Andre; Schoenrock, Bradley Daniel; Schopf, Elisabeth; Schott, Matthias; Schouwenberg, Jeroen; Schovancova, Jaroslava; Schramm, Steven; Schreyer, Manuel; Schuh, Natascha; Schulte, Alexandra; Schultens, Martin Johannes; Schultz-Coulon, Hans-Christian; Schulz, Holger; Schumacher, Markus; Schumm, Bruce; Schune, Philippe; Schwartzman, Ariel; Schwarz, Thomas Andrew; Schweiger, Hansdieter; Schwemling, Philippe; Schwienhorst, Reinhard; Schwindling, Jerome; Schwindt, Thomas; Sciolla, Gabriella; Scuri, Fabrizio; Scutti, Federico; Searcy, Jacob; Seema, Pienpen; Seidel, Sally; Seiden, Abraham; Seifert, Frank; Seixas, José; Sekhniaidze, Givi; Sekhon, Karishma; Sekula, Stephen; Seliverstov, Dmitry; Semprini-Cesari, Nicola; Serfon, Cedric; Serin, Laurent; Serkin, Leonid; Sessa, Marco; Seuster, Rolf; Severini, Horst; Sfiligoj, Tina; Sforza, Federico; Sfyrla, Anna; Shabalina, Elizaveta; Shaikh, Nabila Wahab; Shan, Lianyou; Shang, Ruo-yu; Shank, James; Shapiro, Marjorie; Shatalov, Pavel; Shaw, Kate; Shaw, Savanna Marie; Shcherbakova, Anna; Shehu, Ciwake Yusufu; Sherwood, Peter; Shi, Liaoshan; Shimizu, Shima; Shimmin, Chase Owen; Shimojima, Makoto; Shiyakova, Mariya; Shmeleva, Alevtina; Shoaleh Saadi, Diane; Shochet, Mel; Shojaii, Seyed Ruhollah; Shope, David Richard; Shrestha, Suyog; Shulga, Evgeny; Shupe, Michael; Sicho, Petr; Sickles, Anne Marie; Sidebo, Per Edvin; Sidiropoulou, Ourania; Sidorov, Dmitri; Sidoti, Antonio; Siegert, Frank; Sijacki, Djordje; Silva, José; Silverstein, Samuel; Simak, Vladislav; Simic, Ljiljana; Simion, Stefan; Simioni, Eduard; Simmons, Brinick; Simon, Dorian; Simon, Manuel; Sinervo, Pekka; Sinev, Nikolai; Sioli, Maximiliano; Siragusa, Giovanni; Sivoklokov, Serguei; Sjölin, Jörgen; Skinner, Malcolm Bruce; Skottowe, Hugh Philip; Skubic, Patrick; Slater, Mark; Slavicek, Tomas; Slawinska, Magdalena; Sliwa, Krzysztof; Slovak, Radim; Smakhtin, Vladimir; Smart, Ben; Smestad, Lillian; Smiesko, Juraj; Smirnov, Sergei; Smirnov, Yury; Smirnova, Lidia; Smirnova, Oxana; Smith, Matthew; Smith, Russell; Smizanska, Maria; Smolek, Karel; Snesarev, Andrei; Snyder, Scott; Sobie, Randall; Socher, Felix; Soffer, Abner; Soh, Dart-yin; Sokhrannyi, Grygorii; Solans Sanchez, Carlos; Solar, Michael; Soldatov, Evgeny; Soldevila, Urmila; Solodkov, Alexander; Soloshenko, Alexei; Solovyanov, Oleg; Solovyev, Victor; Sommer, Philip; Son, Hyungsuk; Song, Hong Ye; Sood, Alexander; Sopczak, Andre; Sopko, Vit; Sorin, Veronica; Sosa, David; Sotiropoulou, Calliope Louisa; Soualah, Rachik; Soukharev, Andrey; South, David; Sowden, Benjamin; Spagnolo, Stefania; Spalla, Margherita; Spangenberg, Martin; Spanò, Francesco; Sperlich, Dennis; Spettel, Fabian; Spighi, Roberto; Spigo, Giancarlo; Spiller, Laurence Anthony; Spousta, Martin; St Denis, Richard Dante; Stabile, Alberto; Stamen, Rainer; Stamm, Soren; Stanecka, Ewa; Stanek, Robert; Stanescu, Cristian; Stanescu-Bellu, Madalina; Stanitzki, Marcel Michael; Stapnes, Steinar; Starchenko, Evgeny; Stark, Giordon; Stark, Jan; Stark, Simon Holm; Staroba, Pavel; Starovoitov, Pavel; Stärz, Steffen; Staszewski, Rafal; Steinberg, Peter; Stelzer, Bernd; Stelzer, Harald Joerg; Stelzer-Chilton, Oliver; Stenzel, Hasko; Stewart, Graeme; Stillings, Jan Andre; Stockton, Mark; Stoebe, Michael; Stoicea, Gabriel; Stolte, Philipp; Stonjek, Stefan; Stradling, Alden; Straessner, Arno; Stramaglia, Maria Elena; Strandberg, Jonas; Strandberg, Sara; Strandlie, Are; Strauss, Michael; Strizenec, Pavol; Ströhmer, Raimund; Strom, David; Stroynowski, Ryszard; Strubig, Antonia; Stucci, Stefania Antonia; Stugu, Bjarne; Styles, Nicholas Adam; Su, Dong; Su, Jun; Suchek, Stanislav; Sugaya, Yorihito; Suk, Michal; Sulin, Vladimir; Sultansoy, Saleh; Sumida, Toshi; Sun, Siyuan; Sun, Xiaohu; Sundermann, Jan Erik; Suruliz, Kerim; Susinno, Giancarlo; Sutton, Mark; Suzuki, Shota; Svatos, Michal; Swiatlowski, Maximilian; Sykora, Ivan; Sykora, Tomas; Ta, Duc; Taccini, Cecilia; Tackmann, Kerstin; Taenzer, Joe; Taffard, Anyes; Tafirout, Reda; Taiblum, Nimrod; Takai, Helio; Takashima, Ryuichi; Takeshita, Tohru; Takubo, Yosuke; Talby, Mossadek; Talyshev, Alexey; Tan, Kong Guan; Tanaka, Junichi; Tanaka, Masahiro; Tanaka, Reisaburo; Tanaka, Shuji; Tanioka, Ryo; Tannenwald, Benjamin Bordy; Tapia Araya, Sebastian; Tapprogge, Stefan; Tarem, Shlomit; Tartarelli, Giuseppe Francesco; Tas, Petr; Tasevsky, Marek; Tashiro, Takuya; Tassi, Enrico; Tavares Delgado, Ademar; Tayalati, Yahya; Taylor, Aaron; Taylor, Geoffrey; Taylor, Pierre Thor Elliot; Taylor, Wendy; Teischinger, Florian Alfred; Teixeira-Dias, Pedro; Temple, Darren; Ten Kate, Herman; Teng, Ping-Kun; Teoh, Jia Jian; Tepel, Fabian-Phillipp; Terada, Susumu; Terashi, Koji; Terron, Juan; Terzo, Stefano; Testa, Marianna; Teuscher, Richard; Theveneaux-Pelzer, Timothée; Thomas, Juergen; Thomas-Wilsker, Joshuha; Thompson, Emily; Thompson, Paul; Thompson, Stan; Thomsen, Lotte Ansgaard; Thomson, Evelyn; Thomson, Mark; Tibbetts, Mark James; Ticse Torres, Royer Edson; Tikhomirov, Vladimir; Tikhonov, Yury; Timoshenko, Sergey; Tipton, Paul; Tisserant, Sylvain; Todome, Kazuki; Todorov, Theodore; Todorova-Nova, Sharka; Tojo, Junji; Tokár, Stanislav; Tokushuku, Katsuo; Tolley, Emma; Tomlinson, Lee; Tomoto, Makoto; Tompkins, Lauren; Toms, Konstantin; Tong, Baojia(Tony); Torrence, Eric; Torres, Heberth; Torró Pastor, Emma; Toth, Jozsef; Touchard, Francois; Tovey, Daniel; Trefzger, Thomas; Tricoli, Alessandro; Trigger, Isabel Marian; Trincaz-Duvoid, Sophie; Tripiana, Martin; Trischuk, William; Trocmé, Benjamin; Trofymov, Artur; Troncon, Clara; Trottier-McDonald, Michel; Trovatelli, Monica; Truong, Loan; Trzebinski, Maciej; Trzupek, Adam; Tseng, Jeffrey; Tsiareshka, Pavel; Tsipolitis, Georgios; Tsirintanis, Nikolaos; Tsiskaridze, Shota; Tsiskaridze, Vakhtang; Tskhadadze, Edisher; Tsui, Ka Ming; Tsukerman, Ilya; Tsulaia, Vakhtang; Tsuno, Soshi; Tsybychev, Dmitri; Tu, Yanjun; Tudorache, Alexandra; Tudorache, Valentina; Tuna, Alexander Naip; Tupputi, Salvatore; Turchikhin, Semen; Turecek, Daniel; Turgeman, Daniel; Turra, Ruggero; Turvey, Andrew John; Tuts, Michael; Tyndel, Mike; Ucchielli, Giulia; Ueda, Ikuo; Ughetto, Michael; Ukegawa, Fumihiko; Unal, Guillaume; Undrus, Alexander; Unel, Gokhan; Ungaro, Francesca; Unno, Yoshinobu; Unverdorben, Christopher; Urban, Jozef; Urquijo, Phillip; Urrejola, Pedro; Usai, Giulio; Vacavant, Laurent; Vacek, Vaclav; Vachon, Brigitte; Valderanis, Chrysostomos; Valdes Santurio, Eduardo; Valencic, Nika; Valentinetti, Sara; Valero, Alberto; Valéry, Lo\\"ic; Valkar, Stefan; Valls Ferrer, Juan Antonio; Van Den Wollenberg, Wouter; Van Der Deijl, Pieter; van der Graaf, Harry; van Eldik, Niels; van Gemmeren, Peter; Van Nieuwkoop, Jacobus; van Vulpen, Ivo; van Woerden, Marius Cornelis; Vanadia, Marco; Vandelli, Wainer; Vanguri, Rami; Vaniachine, Alexandre; Vankov, Peter; Vardanyan, Gagik; Vari, Riccardo; Varnes, Erich; Varol, Tulin; Varouchas, Dimitris; Vartapetian, Armen; Varvell, Kevin; Vasquez, Jared Gregory; Vasquez, Gerardo; Vazeille, Francois; Vazquez Schroeder, Tamara; Veatch, Jason; Veeraraghavan, Venkatesh; Veloce, Laurelle Maria; Veloso, Filipe; Veneziano, Stefano; Ventura, Andrea; Venturi, Manuela; Venturi, Nicola; Venturini, Alessio; Vercesi, Valerio; Verducci, Monica; Verkerke, Wouter; Vermeulen, Jos; Vest, Anja; Vetterli, Michel; Viazlo, Oleksandr; Vichou, Irene; Vickey, Trevor; Vickey Boeriu, Oana Elena; Viehhauser, Georg; Viel, Simon; Vigani, Luigi; Villa, Mauro; Villaplana Perez, Miguel; Vilucchi, Elisabetta; Vincter, Manuella; Vinogradov, Vladimir; Vittori, Camilla; Vivarelli, Iacopo; Vlachos, Sotirios; Vlasak, Michal; Vogel, Marcelo; Vokac, Petr; Volpi, Guido; Volpi, Matteo; von der Schmitt, Hans; von Toerne, Eckhard; Vorobel, Vit; Vorobev, Konstantin; Vos, Marcel; Voss, Rudiger; Vossebeld, Joost; Vranjes, Nenad; Vranjes Milosavljevic, Marija; Vrba, Vaclav; Vreeswijk, Marcel; Vuillermet, Raphael; Vukotic, Ilija; Vykydal, Zdenek; Wagner, Peter; Wagner, Wolfgang; Wahlberg, Hernan; Wahrmund, Sebastian; Wakabayashi, Jun; Walder, James; Walker, Rodney; Walkowiak, Wolfgang; Wallangen, Veronica; Wang, Chao; Wang, Chao; Wang, Fuquan; Wang, Haichen; Wang, Hulin; Wang, Jike; Wang, Jin; Wang, Kuhan; Wang, Rui; Wang, Song-Ming; Wang, Tan; Wang, Tingting; Wang, Wenxiao; Wang, Xiaoxiao; Wanotayaroj, Chaowaroj; Warburton, Andreas; Ward, Patricia; Wardrope, David Robert; Washbrook, Andrew; Watkins, Peter; Watson, Alan; Watson, Miriam; Watts, Gordon; Watts, Stephen; Waugh, Ben; Webb, Samuel; Weber, Michele; Weber, Stefan Wolf; Webster, Jordan S; Weidberg, Anthony; Weinert, Benjamin; Weingarten, Jens; Weiser, Christian; Weits, Hartger; Wells, Phillippa; Wenaus, Torre; Wengler, Thorsten; Wenig, Siegfried; Wermes, Norbert; Werner, Matthias; Werner, Michael David; Werner, Per; Wessels, Martin; Wetter, Jeffrey; Whalen, Kathleen; Whallon, Nikola Lazar; Wharton, Andrew Mark; White, Andrew; White, Martin; White, Ryan; Whiteson, Daniel; Wickens, Fred; Wiedenmann, Werner; Wielers, Monika; Wiglesworth, Craig; Wiik-Fuchs, Liv Antje Mari; Wildauer, Andreas; Wilk, Fabian; Wilkens, Henric George; Williams, Hugh; Williams, Sarah; Willis, Christopher; Willocq, Stephane; Wilson, John; Wingerter-Seez, Isabelle; Winklmeier, Frank; Winston, Oliver James; Winter, Benedict Tobias; Wittgen, Matthias; Wittkowski, Josephine; Wolf, Tim Michael Heinz; Wolter, Marcin Wladyslaw; Wolters, Helmut; Worm, Steven; Wosiek, Barbara; Wotschack, Jorg; Woudstra, Martin; Wozniak, Krzysztof; Wu, Mengqing; Wu, Miles; Wu, Sau Lan; Wu, Xin; Wu, Yusheng; Wyatt, Terry Richard; Wynne, Benjamin; Xella, Stefania; Xu, Da; Xu, Lailin; Yabsley, Bruce; Yacoob, Sahal; Yamaguchi, Daiki; Yamaguchi, Yohei; Yamamoto, Akira; Yamamoto, Shimpei; Yamanaka, Takashi; Yamauchi, Katsuya; Yamazaki, Yuji; Yan, Zhen; Yang, Haijun; Yang, Hongtao; Yang, Yi; Yang, Zongchang; Yao, Weiming; Yap, Yee Chinn; Yasu, Yoshiji; Yatsenko, Elena; Yau Wong, Kaven Henry; Ye, Jingbo; Ye, Shuwei; Yeletskikh, Ivan; Yen, Andy L; Yildirim, Eda; Yorita, Kohei; Yoshida, Rikutaro; Yoshihara, Keisuke; Young, Charles; Young, Christopher John; Youssef, Saul; Yu, David Ren-Hwa; Yu, Jaehoon; Yu, Jiaming; Yu, Jie; Yuan, Li; Yuen, Stephanie P; Yusuff, Imran; Zabinski, Bartlomiej; Zaidan, Remi; Zaitsev, Alexander; Zakharchuk, Nataliia; Zalieckas, Justas; Zaman, Aungshuman; Zambito, Stefano; Zanello, Lucia; Zanzi, Daniele; Zeitnitz, Christian; Zeman, Martin; Zemla, Andrzej; Zeng, Jian Cong; Zeng, Qi; Zengel, Keith; Zenin, Oleg; Ženiš, Tibor; Zerwas, Dirk; Zhang, Dongliang; Zhang, Fangzhou; Zhang, Guangyi; Zhang, Huijun; Zhang, Jinlong; Zhang, Lei; Zhang, Rui; Zhang, Ruiqi; Zhang, Xueyao; Zhang, Zhiqing; Zhao, Xiandong; Zhao, Yongke; Zhao, Zhengguo; Zhemchugov, Alexey; Zhong, Jiahang; Zhou, Bing; Zhou, Chen; Zhou, Lei; Zhou, Li; Zhou, Mingliang; Zhou, Ning; Zhu, Cheng Guang; Zhu, Hongbo; Zhu, Junjie; Zhu, Yingchun; Zhuang, Xuai; Zhukov, Konstantin; Zibell, Andre; Zieminska, Daria; Zimine, Nikolai; Zimmermann, Christoph; Zimmermann, Stephanie; Zinonos, Zinonas; Zinser, Markus; Ziolkowski, Michael; Živković, Lidija; Zobernig, Georg; Zoccoli, Antonio; zur Nedden, Martin; Zwalinski, Lukasz

    2017-12-28

    Bose-Einstein correlations between identified charged pions are measured for $p$+Pb collisions at $\\sqrt{s_{\\mathrm{NN}}}=5.02$ TeV using data recorded by the ATLAS detector at the LHC corresponding to a total integrated luminosity of $28~\\mathrm{nb}^{-1}$. Pions are identified using ionization energy loss measured in the pixel detector. Two-particle correlation functions and the extracted source radii are presented as a function of collision centrality as well as the average transverse momentum ($k_{\\mathrm{T}}$) and rapidity ($y^{\\star}_{\\pi\\pi}$) of the pair. Pairs are selected with a rapidity $-2 < y^{\\star}_{\\pi\\pi} < 1$ and with an average transverse momentum $0.1 < k_{\\mathrm{T}} < 0.8$ GeV. The effect of jet fragmentation on the two-particle correlation function is studied, and a method using opposite-charge pair data to constrain its contributions to the measured correlations is described. The measured source sizes are substantially larger in more central collisions and are observed to de...

  4. Evaluation of statistical and geostatistical models of digital soil properties mapping in tropical mountain regions

    Directory of Open Access Journals (Sweden)

    Waldir de Carvalho Junior

    2014-06-01

    Full Text Available Soil properties have an enormous impact on economic and environmental aspects of agricultural production. Quantitative relationships between soil properties and the factors that influence their variability are the basis of digital soil mapping. The predictive models of soil properties evaluated in this work are statistical (multiple linear regression-MLR and geostatistical (ordinary kriging and co-kriging. The study was conducted in the municipality of Bom Jardim, RJ, using a soil database with 208 sampling points. Predictive models were evaluated for sand, silt and clay fractions, pH in water and organic carbon at six depths according to the specifications of the consortium of digital soil mapping at the global level (GlobalSoilMap. Continuous covariates and categorical predictors were used and their contributions to the model assessed. Only the environmental covariates elevation, aspect, stream power index (SPI, soil wetness index (SWI, normalized difference vegetation index (NDVI, and b3/b2 band ratio were significantly correlated with soil properties. The predictive models had a mean coefficient of determination of 0.21. Best results were obtained with the geostatistical predictive models, where the highest coefficient of determination 0.43 was associated with sand properties between 60 to 100 cm deep. The use of a sparse data set of soil properties for digital mapping can explain only part of the spatial variation of these properties. The results may be related to the sampling density and the quantity and quality of the environmental covariates and predictive models used.

  5. φ meson production in Au + Au and p + p collisions at √sNN=200 GeV

    International Nuclear Information System (INIS)

    Adams, J.; Adler, C.; Aggarwal, M.M.; Ahammed, Z.; Amonett, J.; Anderson, B.D.; Arkhipkin, D.; Averichev, G.S.; Badyal, S.K.; Balewski, J.; Barannikova, O.; Barnby, L.S.; Baudot, J.; Bekele, S.; Belaga, V.V.; Bellwied, R.; Berger, J.; Bezverkhny, B.I.; Bhardwaj, S.; Bhati, A.K.; Bichsel, H.; Billmeier, A.; Bland, L.C.; Blyth, C.O.; Bonner, B.E.; Botje, M.; Boucham, A.; Brandin, A.; Bravar, A.; Cadman, R.V.; Cai, X.Z.; Caines, H.; Calderon de la Barca Sanchez, M.; Carroll, J.; Castillo, J.; Cebra, D.; Chaloupka, P.; Chattopadhyay, S.; Chen, H.F.; Chen, Y.; Chernenko, S.P.; Cherney, M.; Chikanian, A.; Christie, W.; Coffin, J.P.; Cormier, T.M.; Cramer, J.G.; Crawford, H.J.; Das, D.; Das, S.; Derevschikov, A.A.; Didenko, L.; Dietel, T.; Dong, W.J.; Dong, X.; Draper, J.E.; Du, F.; Dubey, A.K.; Dunin, V.B.; Dunlop, J.C.; Dutta Majumdar, M.R.; Eckardt, V.; Efimov, L.G.; Emelianov, V.; Engelage, J.; Eppley, G.; Erazmus, B.; Estienne, M.; Fachini, P.; Faine, V.; Faivre, J.; Fatemi, R.; Filimonov, K.; Filip, P.; Finch, E.; Fisyak, Y.; Flierl, D.; Foley, K.J.; Fu, J.; Gagliardi, C.A.; Gagunashvili, N.; Gans, J.; Ganti, M.S.; Gaudichet, L.; Germain, M.; Geurts, F.; Ghazikhanian, V.; Ghosh, P.; Gonzalez, J.E.; Grachov, O.; Grebenyuk, O.; Gronstal, S.; Grosnick, D.; Guedon, M.; Guertin, S.M.; Gupta, A.; Gutierrez, T.D.; Hallman, T.J.; Hamed, A.; Hardtke, D.; Harris, J.W.; Heinz, M.; Henry, T.W.; Heppelmann, S.; Hippolyte, B.; Hirsch, A.; Hjort, E.; Hoffmann, G.W.; Horsley, M.; Huang, H.Z.; Huang, S.L.; Hughes, E.; Humanic, T.J.; Igo, G.; Ishihara, A.; Jacobs, P.; Jacobs, W.W.; Janik, M.; Johnson, I.; Jones, P.G.; Judd, E.G.; Kabana, S.; Kaplan, M.; Keane, D.; Khodyrev; Kiryluk, J.; Kisiel, A.; Klay, J.; Klein, S.R.; Klyachko, A.; Koetke, D.D.; Kollegger, T.; Kopytine, S.M.; Kotchenda, L.; Kovalenko, A.D.; Kramer, M.; Kravtsov, P.; Kravstov, V.I.; Krueger, K.; Kuhn, C.; Kulikov, A.I.; Kumar, A.; Kunde, G.J.; Kunz, C.L.; Kutuev, R.Kh.

    2004-01-01

    We report the STAR measurement of ψ meson production in Au + Au and p + p collisions at √s NN = 200 GeV. Using the event mixing technique, the ψ spectra and yields are obtained at midrapidity for five centrality bins in Au+Au collisions and for non-singly-diffractive p+p collisions. It is found that the ψ transverse momentum distributions from Au+Au collisions are better fitted with a single-exponential while the p+p spectrum is better described by a double-exponential distribution. The measured nuclear modification factors indicate that ψ production in central Au+Au collisions is suppressed relative to peripheral collisions when scaled by the number of binary collisions ( bin >). The systematics of T > versus centrality and the constant ψ/K - ratio versus beam species, centrality, and collision energy rule out kaon coalescence as the dominant mechanism for ψ production

  6. Physics of flow in weighted complex networks

    Science.gov (United States)

    Wu, Zhenhua

    This thesis uses concepts from statistical physics to understand the physics of flow in weighted complex networks. The traditional model for random networks is the Erdoḧs-Renyi (ER.) network, where a network of N nodes is created by connecting each of the N(N - 1)/2 pairs of nodes with a probability p. The degree distribution, which is the probability distribution of the number of links per node, is a Poisson distribution. Recent studies of the topology in many networks such as the Internet and the world-wide airport network (WAN) reveal a power law degree distribution, known as a scale-free (SF) distribution. To yield a better description of network dynamics, we study weighted networks, where each link or node is given a number. One asks how the weights affect the static and the dynamic properties of the network. In this thesis, two important dynamic problems are studied: the current flow problem, described by Kirchhoff's laws, and the maximum flow problem, which maximizes the flow between two nodes. Percolation theory is applied to these studies of the dynamics in complex networks. We find that the current flow in disordered media belongs to the same universality class as the optimal path. In a randomly weighted network, we identify the infinite incipient percolation cluster as the "superhighway", which contains most of the traffic in a network. We propose an efficient strategy to improve significantly the global transport by improving the superhighways, which comprise a small fraction of the network. We also propose a network model with correlated weights to describe weighted networks such as the WAN. Our model agrees with WAN data, and provides insight into the advantages of correlated weights in networks. Lastly, the upper critical dimension is evaluated using two different numerical methods, and the result is consistent with the theoretical prediction.

  7. DEM-based delineation for improving geostatistical interpolation of rainfall in mountainous region of Central Himalayas, India

    Science.gov (United States)

    Kumari, Madhuri; Singh, Chander Kumar; Bakimchandra, Oinam; Basistha, Ashoke

    2017-10-01

    In mountainous region with heterogeneous topography, the geostatistical modeling of the rainfall using global data set may not confirm to the intrinsic hypothesis of stationarity. This study was focused on improving the precision of the interpolated rainfall maps by spatial stratification in complex terrain. Predictions of the normal annual rainfall data were carried out by ordinary kriging, universal kriging, and co-kriging, using 80-point observations in the Indian Himalayas extending over an area of 53,484 km2. A two-step spatial clustering approach is proposed. In the first step, the study area was delineated into two regions namely lowland and upland based on the elevation derived from the digital elevation model. The delineation was based on the natural break classification method. In the next step, the rainfall data was clustered into two groups based on its spatial location in lowland or upland. The terrain ruggedness index (TRI) was incorporated as a co-variable in co-kriging interpolation algorithm. The precision of the kriged and co-kriged maps was assessed by two accuracy measures, root mean square error and Chatfield's percent better. It was observed that the stratification of rainfall data resulted in 5-20 % of increase in the performance efficiency of interpolation methods. Co-kriging outperformed the kriging models at annual and seasonal scale. The result illustrates that the stratification of the study area improves the stationarity characteristic of the point data, thus enhancing the precision of the interpolated rainfall maps derived using geostatistical methods.

  8. Geostatistical mapping of Cs-137 contamination depth in building structures by integrating ISOCS measurements of different spatial supports

    Energy Technology Data Exchange (ETDEWEB)

    Boden, S.; Jacques, D. [Institute for Environment, Health and Safety, Belgian Nuclear Research Centre (SCK-CEN), Boeretang 200, BE-2400, Mol (Belgium); Rogiers, B. [Dept. of Earth and Environmental Sciences, KU Leuven - University of Leuven Celestijnenlaan 200e - bus 2410, BE-3001, Leuven (Belgium)

    2013-07-01

    Reliable methods to determine the contamination depth in nuclear building structures are very much needed for minimizing the radioactive waste volume and the decontamination workload. This paper investigates the geostatistical integration of in situ gamma-ray spectroscopy measurements of different spatial supports. A case study is presented from the BR3 decommissioning project, yielding an estimated reduction of waste volume of ∼35%, and recommendations are made for future application of the proposed methodology. (authors)

  9. Segmentation of isolated MR images: development and comparison of neuronal networks

    International Nuclear Information System (INIS)

    Paredes, R.; Robles, M.; Marti-Bonmati, L.; Masia, L.

    1998-01-01

    Segmentation defines the capacity to differentiate among types of tissues. In MR. it is frequently applied to volumetric determinations. Digital images can be segmented in a number of ways; neuronal networks (NN) can be employed for this purpose. Our objective was to develop algorithms for automatic segmentation using NN and apply them to central nervous system MR images. The segmentation obtained with NN was compared with that resulting from other procedures (region-growing and K means). Each NN consisted of two layers: one based on unsupervised training, which was utilized for image segmentation in sets of K, and a second layer associating each set obtained by the preceding layer with the real set corresponding to the previously segmented objective image. This NN was trained with previously segmented images with supervised regions-growing algorithms and automatic K means. Thus, 4 different segmentation were obtained: region-growing, K means, NN with region-growing and NN with K means. The tissue volumes corresponding to cerebrospinal fluid, gray matter and white matter obtained with the 4 techniques were compared and the most representative segmented image was selected qualitatively by averaging the visual perception of 3 radiologists. The segmentation that best corresponded to the visual perception of the radiologists was that consisting of trained NN with region-growing. In comparison, the other 3 algorithms presented low percentage differences (mean, 3.44%). The mean percentage error for the 3 tissues from these algorithms was lower for region-growing segmentation (2.34%) than for trained NN with K means (3.31%) and for automatic K-means segmentation (4.66%). Thus, NN are reliable in the automation of isolated MR image segmentation. (Author) 12 refs

  10. Applicability of geostatistical methods and optimization of data for assessing hydraulic and geological conditions as a basis for remediation measures in the Ronneburg ore mining district

    International Nuclear Information System (INIS)

    Post, C.

    2001-01-01

    The remediation of the former Wismut mines in Thuringia has been planed and prepared since 1990. Objects of remediation are mines, tailing ponds and waste rock piles. Since more than 40 years of mining have had a great affect on the exploited aquifer, special emphasis is given to groundwater recharge so that minery-flooding is one of the conceivable remedial options. Controlled flooding supports minimising the expanded oxidation zone, which renders an immense pollutant potential, while at the same time the flooding reduces the quantity of acid mine water, that has to be treated. One of the main tasks of modelling the flooding progress is to determine and prognosticate the wateroutlet-places. Due to the inadequacy of the database from the production period, limited accuracy of the available data and because of the inherent uncertainty of approximations used in numerical modelling, a stochastic approach is prospected. The flooding predictions, i.e. modelling of hydrodynamical and hydrochemical conditions during and after completion of flooding predominantly depend on the spatial distribution of the hydraulic conductivity. In order to get a better understanding of the spatial heterogeneity of the Palaeozoic fractured rock aquifer, certain geostatistical interpolation methods are tested to achieve the best approach for describing the hydrogeological parameters in space. This work deals in detail with two selected geostatistical interpolation methods (ordinary and indicator kriging) and discusses their applicability and limitations including the application of the presented case. Another important target is the specification of the database and the improvement of consistency with statistical standards. The main emphasis lies on the spatial distribution of the measured hydraulic conductivity coefficient, its estimation at non-measured places and the influence of its spatial variability on modelling results. This topic is followed by the calculation of the estimation

  11. Hidden Neural Networks: A Framework for HMM/NN Hybrids

    DEFF Research Database (Denmark)

    Riis, Søren Kamaric; Krogh, Anders Stærmose

    1997-01-01

    This paper presents a general framework for hybrids of hidden Markov models (HMM) and neural networks (NN). In the new framework called hidden neural networks (HNN) the usual HMM probability parameters are replaced by neural network outputs. To ensure a probabilistic interpretation the HNN is nor...... HMMs on TIMIT continuous speech recognition benchmarks. On the task of recognizing five broad phoneme classes an accuracy of 84% is obtained compared to 76% for a standard HMM. Additionally, we report a preliminary result of 69% accuracy on the TIMIT 39 phoneme task...

  12. Geostatistical description of geological heterogeneity in clayey till as input for improved characterization of contaminated sites

    DEFF Research Database (Denmark)

    Kessler, Timo Christian; Klint, K.E.S.; Renard, P.

    2010-01-01

    In low-permeability clay tills subsurface transport is governed by preferential flow in sand lenses and fractures. A proper geological model requires the integration of these features, i.e. the spatial distribution of the geological heterogeneities. Detailed mapping of sand lenses has been done...... at a clay till outcrop in Denmark to characterise the shapes and the spatial variability. Further, geostatistics were applied to simulate the distribution and to develop a heterogeneity model that can be incorporated into an existing geological model of, for example, a contaminated site....

  13. Scaling of charged particle production in d+Au collisions at √(sNN)=200GeV

    Science.gov (United States)

    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.; Hołyński, 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.; Nouicer, R.; 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.; Sukhanov, A.; Tonjes, M. B.; Trzupek, A.; Vale, C.; Nieuwenhuizen, G. J.; Verdier, R.; Veres, G. I.; Wolfs, F. L.; Wosiek, B.; Woźniak, K.; Wysłouch, B.; Zhang, J.

    2005-09-01

    The measured pseudorapidity distributions of primary charged particles over a wide pseudorapidity range of |η|≤5.4 and integrated charged particle multiplicities in d+Au collisions at √(sNN)=200GeV are presented as a function of collision centrality. The longitudinal features of d+Au collisions at √(sNN)=200GeV are found to be very similar to those seen in p+A collisions at lower energies. The total multiplicity of charged particles is found to scale with the total number of participants according to NdAuch=1/2Nppch, and the energy dependence of the density of charged particles produced in the fragmentation region exhibits extended longitudinal scaling.

  14. Particle-type dependence of azimuthal anisotropy and nuclearmodification of particle production in Au+Au collisions at sNN = 200GeV

    Energy Technology Data Exchange (ETDEWEB)

    Adams, J.; Adler, C.; Aggarwal, M.M.; Ahammed, Z.; Amonett, J.; Anderson, B.D.; Anderson, M.; Arkhipkin, D.; Averichev, G.S.; Badyal,S.K.; Balewski, J.; Barannikova, O.; Barnby, L.S.; Baudot, J.; Bekele,S.; Belaga, V.V.; Bellwied, R.; Berger, J.; Bezverkhny, B.I.; Bhardwaj,S.; Bhaskar, P.; Bhati, A.K.; Billmeier, A.; Bland, L.C.; Blyth, C.O.; Bonner, B.E.; Botje, M.; Boucham, A.; Brandin, A.; Bravar, A.; Cadman,R.V.; Cai, X.Z.; Caines, H.; Calderon de la Barca Sanchez, M.; Carroll,J.; Castillo, J.; Castro, M.; Cebra, D.; Chaloupka, P.; Chattopadhyay,S.; Chen, H.F.; Chen, Y.; Chernenko, S.P.; Cherney, M.; Chikanian, A.; Choi, B.; Christie, W.; Coffin, J.P.; Cormier, T.M.; Cramer, J.G.; Crawford, H.J.; Das, D.; Das, S.; Derevschikov, A.A.; Didenko, L.; Dietel, T.; Dong, W.J.; Dong, X.; Draper, J.E.; Du, F.; Dubey, A.K.; Dunin, V.B.; Dunlop, J.C.; Dutta Majumdar, M.R.; Eckardt, V.; Efimov,L.G.; Emelianov, V.; Engelage, J.; Eppley, G.; Erazmus, B.; Fachini, P.; Faine, V.; Faivre, J.; Fatemi, R.; Filimonov, K.; Filip, P.; Finch, E.; Fisyak, Y.; Flierl, D.; Foley, K.J.; Fu, J.; Gagliardi, C.A.; Gagunashvili, N.; Gans, J.; Ganti, M.S.; Gutierrez, T.D.; Gaudichet, L.; Germain, M.; Geurts, F.; Ghazikhanian, V.; Ghosh, P.; Gonzalez, J.E.; Grachov, O.; Grigoriev, V.; Gronstal, S.; Drosnick, D.; Guedon, M.; Guertin, S.M.; Gushin, E.; Hallman, T.J.; Hardtke, D.; Harris, J.W.; Heinz, M.; Henry, T.W.; Heppelmann, S.; Herston, T.; Hippolyte, B.; Hirsch, A.; Hjort, E.; Hoffmann, G.W.; Horsley, M.; Huang, H.Z.; Huang,S.L.; Humanic, T.J.; Igo, G.; Ishihara, A.; Jacobs, P.; Jacobs, W.W.; Janik, M.; Johnson, I.; Jones, P.G.; Judd, E.G.; Kabana, S.; Kaneta, M.; Kaplan, M.; Keane, D.; Kiryluk, J.; Kisiel, A.; Klay, J.; Klein, S.R.; Klyachko, A.; Koetke, D.D.; Kollegger, T.; Konstantinov, A.; Kopytine,S.M.; Kotchenda, L.; Kovalenko, A.D.; Kramer, M.; Kravtsov, P.; Krueger,K.; Kuhn, C.; Kulikov, A.I.; Kunde, G.J.; Kunz, C.L.; Kutuev, R.K.; et al.

    2003-06-18

    We present STAR measurements of the azimuthal anisotropy parameter v{sub 2} and the binary-collision scaled centrality ratio R{sub CP} for kaons and lambdas ({Lambda} + {bar {Lambda}}) at mid-rapidity in Au+Au collisions at {radical}s{sub NN} = 200 GeV. In combination, the v{sub 2} and R{sub CP} particle-type dependencies contradict expectations from partonic energy loss followed by standard fragmentation in vacuum. We establish p{sub T} {approx} 5 GeV/c as the value where the centrality dependent baryon enhancement ends. The K{sub S}{sup 0} and {Lambda} + {bar {Lambda}} v{sub 2} values are consistent with expectations of constituent-quark-number scaling from models of hadron formation by parton coalescence or recombination.

  15. Study on geological environment model using geostatistics method

    International Nuclear Information System (INIS)

    Honda, Makoto; Suzuki, Makoto; Sakurai, Hideyuki; Iwasa, Kengo; Matsui, Hiroya

    2005-03-01

    The purpose of this study is to develop the geostatistical procedure for modeling geological environments and to evaluate the quantitative relationship between the amount of information and the reliability of the model using the data sets obtained in the surface-based investigation phase (Phase 1) of the Horonobe Underground Research Laboratory Project. This study lasts for three years from FY2004 to FY2006 and this report includes the research in FY2005 as the second year of three-year study. In FY2005 research, the hydrogeological model was built as well as FY2004 research using the data obtained from the deep boreholes (HDB-6, 7 and 8) and the ground magnetotelluric (AMT) survey which were executed in FY2004 in addition to the data sets used in the first year of study. Above all, the relationship between the amount of information and the reliability of the model was demonstrated through a comparison of the models at each step which corresponds to the investigation stage in each FY. Furthermore, the statistical test was applied for detecting the difference of basic statistics of various data due to geological features with a view to taking the geological information into the modeling procedures. (author)

  16. Heterogeneous quantum computing for satellite constellation optimization: solving the weighted k-clique problem

    Science.gov (United States)

    Bass, Gideon; Tomlin, Casey; Kumar, Vaibhaw; Rihaczek, Pete; Dulny, Joseph, III

    2018-04-01

    NP-hard optimization problems scale very rapidly with problem size, becoming unsolvable with brute force methods, even with supercomputing resources. Typically, such problems have been approximated with heuristics. However, these methods still take a long time and are not guaranteed to find an optimal solution. Quantum computing offers the possibility of producing significant speed-up and improved solution quality. Current quantum annealing (QA) devices are designed to solve difficult optimization problems, but they are limited by hardware size and qubit connectivity restrictions. We present a novel heterogeneous computing stack that combines QA and classical machine learning, allowing the use of QA on problems larger than the hardware limits of the quantum device. These results represent experiments on a real-world problem represented by the weighted k-clique problem. Through this experiment, we provide insight into the state of quantum machine learning.

  17. Construction of high-quality NN potential models

    International Nuclear Information System (INIS)

    Stoks, V.G.J.; Klomp, R.A.M.; Terheggen, C.P.F.; de Swart, J.J.

    1994-01-01

    We present an updated version (Nijm93) of the Nijmegen soft-core potential, which gives a much better description of the np data than the older version (Nijm78). The χ 2 per datum is 1.87. The configuration-space and momentum-space versions of this potential are exactly equivalent, a unique feature among meson-theoretical potentials. We also present three new NN potential models: a nonlocal Reid-like Nijmegen potential (Nijm I), a local version (Nijm II), and an updated regularized version (Reid 93) of the Reid soft-core potential. These three potentials all have a nearly optimal χ 2 per datum and can therefore be considered as alternative partial-wave analyses. All potentials contain the proper charge-dependent one-pion-exchange tail

  18. Using personality as a predictor of diet induced weight loss and weight management

    Directory of Open Access Journals (Sweden)

    Munro Irene A

    2011-11-01

    Full Text Available Abstract Background A major challenge for successful weight management is tailoring weight loss programs to individual needs. The aim of this study was to investigate whether personality traits could be used to match individuals to a compatible weight loss program that would maximize weight loss. Method Two different weight loss trials were conducted, both with a weight loss greater than 5% the measure of success. Fifty-four individuals, BMI 30-40 kg/m2, either followed a slow, healthy eating weight loss diet (HEWLD of 5000-6000 kJ/day for 12 weeks (n = 22, or a fast, very low energy diet (VLED of 3000 kJ/day for 4 weeks (n = 32. Anthropometric measurements were recorded at baseline, at the end of the weight loss period and, for VLED, at the end of 10 weeks of weight maintenance. Personality traits were measured at baseline using the Tangney Self Control Scale plus 3 of the scales from the Five Factor Model - Neuroticism, Conscientiousness and Extraversion. Results The percentage weight loss was significantly greater in VLED (-7.38% compared to HEWLD (-4.11%, (p Conclusion The personality factor, Neuroticism, was linked to successful weight loss (that is ≥ 5% with a particular weight loss treatment, suggesting that there is a potential to use measures of personality to identify appropriate weight loss/management strategies for individuals. Trial registration Australia and New Zealand Clinical Trials Register (ANZCTR: ACTRN12611000716965

  19. Final Report: Medium Energy Measurements of N-N Parameters, April 1, 1994 - September 30, 1996

    International Nuclear Information System (INIS)

    Ambrose, David; Betts, Wayne; Coffey, Patrick; Glass, George; McDonough, James; Riley, Peter; Tang, Jaw-Luen

    1998-01-01

    Our research program had four main thrusts, only one of which can be considered as measurements of N-N parameters: (1) Finishing the data analyses associated with recent LAMPF and TRIUMPF N-N experiments, whose overall purpose has been the determination of the nucleon-nucleon amplitudes, both for isospin 0 and 1 at medium energies; (2) continuing work on BNL E871, a search for rare decay modes of the KL; (3) work on the RHIC-STAR project, an experiment to create and study a quark gluon plasma and nuclear matter at high energy density; (4) beginning a new AGS experiment (E896) which will search for the lowest mass state of the predicted strange di-baryons, the Ho, and other exotic states of nuclear matter through nucleus-nucleus collisions

  20. Centrality Dependence of the Charged-Particle Multiplicity Density at Midrapidity in Pb-Pb Collisions at sNN=5.02TeV

    NARCIS (Netherlands)

    Adam, J.; Adamová, D.; Aggarwal, M. M.; Aglieri Rinella, G.; Agnello, M.; Agrawal, N.; Ahammed, Z.; Ahn, S. U.; Aiola, S.; Akindinov, A.; Alam, S. N.; Aleksandrov, D.; Alessandro, B.; Alexandre, D.; Alfaro Molina, R.; Alici, A.; Alkin, A.; Almaraz, J. R. M.; Alme, J.; Alt, T.; Altinpinar, S.; Altsybeev, I.; Alves Garcia Prado, C.; Andrei, C.; Andronic, A.; Anguelov, V.; Antičić, T.; Antinori, F.; Antonioli, P.; Aphecetche, L.; Appelshäuser, H.; Arcelli, S.; Arnaldi, R.; Arnold, O. W.; Arsene, I. C.; Arslandok, M.; Audurier, B.; Augustinus, A.; Averbeck, R.; Azmi, M. D.; Badalà, A.; Baek, Y. W.; Bagnasco, S.; Bailhache, R.; Bala, R.; Balasubramanian, S.; Baldisseri, A.; Baral, R. C.; Barbano, A. M.; Barbera, R.; Barile, F.; Barnaföldi, G. G.; Barnby, L. S.; Barret, V.; Bartalini, P.; Barth, K.; Bartke, J.; Bartsch, E.; Basile, M.; Bastid, N.; Basu, S.; Bathen, B.; Batigne, G.; Batista Camejo, A.; Batyunya, B.; Batzing, P. C.; Bearden, I. G.; Beck, H.; Bedda, C.|info:eu-repo/dai/nl/411263188; Behera, N. K.; Belikov, I.; Bellini, F.; Bello Martinez, H.; Bellwied, R.; Belmont, R.; Belmont-moreno, E.; Belyaev, V.; Benacek, P.; Bencedi, G.; Beole, S.; Berceanu, I.; Bercuci, A.; Berdnikov, Y.; Berenyi, D.; Bertens, R. A.; Berzano, D.; Betev, L.; Bhasin, A.; Bhat, I. R.; Bhati, A. K.; Bhattacharjee, B.; Bhom, J.; Bianchi, L.; Bianchi, N.; Bianchin, C.|info:eu-repo/dai/nl/371578248; Bielčík, J.; Bielčíková, J.; Bilandzic, A.; Biro, G.; Biswas, R.; Biswas, S.; Bjelogrlic, S.|info:eu-repo/dai/nl/355079615; Blair, J. T.; Blau, D.; Blume, C.; Bock, F.; Bogdanov, A.; Bøggild, H.; Boldizsár, L.; Bombara, M.; Book, J.; Borel, H.; Borissov, A.; Borri, M.; Bossú, F.; Botta, E.; Bourjau, C.; Braun-munzinger, P.; Bregant, M.; Breitner, T.; Broker, T. A.; Browning, T. A.; Broz, M.; Brucken, E. J.; Bruna, E.; Bruno, G. E.; Budnikov, D.; Buesching, H.; Bufalino, S.; Buncic, P.; Busch, O.; Buthelezi, Z.; Butt, J. B.; Buxton, J. T.; Caffarri, D.; Cai, X.; Caines, H.; Calero Diaz, L.; Caliva, A.|info:eu-repo/dai/nl/411885812; Calvo Villar, E.; Camerini, P.; Carena, F.; Carena, W.; Carnesecchi, F.; Castillo Castellanos, J.; Castro, A. J.; Casula, E. A. R.; Ceballos Sanchez, C.; Cerello, P.; Cerkala, J.; Chang, B.; Chapeland, S.; Chartier, M.; Charvet, J. L.; Chattopadhyay, S.; Chattopadhyay, S.; Chauvin, A.; Chelnokov, V.; Cherney, M.; Cheshkov, C.; Cheynis, B.; Chibante Barroso, V.; Chinellato, D. D.; Cho, S.; Chochula, P.; Choi, K.; Choudhury, S.; Christakoglou, P.; Christensen, C. H.; Christiansen, P.; Chujo, T.; Cicalo, C.; Cifarelli, L.; Cindolo, F.; Cleymans, J.; Colamaria, F.; Colella, D.; Collu, A.; Colocci, M.; Conesa Balbastre, G.; Conesa Del Valle, Z.; Connors, M. E.; Contreras, J. G.; Cormier, T. M.; Corrales Morales, Y.; Cortés Maldonado, I.; Cortese, P.; Cosentino, M. R.; Costa, F.; Crochet, P.; Cruz Albino, R.; Cuautle, E.; Cunqueiro, L.; Dahms, T.; Dainese, A.; Danisch, M. C.; Danu, A.; Das, I.; Das, S.; Dash, A.; Dash, S.; De, S.; De Caro, A.; De Cataldo, G.; De Conti, C.; De Cuveland, J.; De Falco, A.; De Gruttola, D.; De Marco, N.; De Pasquale, S.; Deisting, A.; Deloff, A.; Dénes, E.; Deplano, C.; Dhankher, P.; Di Bari, D.; Di Mauro, A.; Di Nezza, P.; Diaz Corchero, M. A.; Dietel, T.; Dillenseger, P.; Divià, R.; Djuvsland, Ø.; Dobrin, A.|info:eu-repo/dai/nl/372618715; Domenicis Gimenez, D.; Dönigus, B.; Dordic, O.; Drozhzhova, T.; Dubey, A. K.; Dubla, A.|info:eu-repo/dai/nl/355502488; Ducroux, L.; Dupieux, P.; Ehlers, R. J.; Elia, D.; Endress, E.; Engel, H.; Epple, E.; Erazmus, B.; Erdemir, I.; Erhardt, F.; Espagnon, B.; Estienne, M.; Esumi, S.; Eum, J.; Evans, D.; Evdokimov, S.; Eyyubova, G.; Fabbietti, L.; Fabris, D.; Faivre, J.; Fantoni, A.; Fasel, M.; Feldkamp, L.; Feliciello, A.; Feofilov, G.; Ferencei, J.; Fernández Téllez, A.; Ferreiro, E. G.; Ferretti, A.; Festanti, A.; Feuillard, V. J. G.; Figiel, J.; Figueredo, M. A. S.; Filchagin, S.; Finogeev, D.; Fionda, F. M.; Fiore, E. M.; Fleck, M. G.; Floris, M.; Foertsch, S.; Foka, P.; Fokin, S.; Fragiacomo, E.; Francescon, A.; Frankenfeld, U.; Fronze, G. G.; Fuchs, U.; Furget, C.; Furs, A.; Fusco Girard, M.; Gaardhøje, J. J.; Gagliardi, M.; Gago, A. M.; Gallio, M.; Gangadharan, D. R.; Ganoti, P.; Gao, C.; Garabatos, C.; Garcia-solis, E.; Gargiulo, C.; Gasik, P.; Gauger, E. F.; Germain, M.; Gheata, A.; Gheata, M.; Gianotti, P.; Giubellino, P.; Giubilato, P.; Gladysz-dziadus, E.; Glässel, P.; Goméz Coral, D. M.; Gomez Ramirez, A.; Gonzalez, V.; González-zamora, P.; Gorbunov, S.; Görlich, L.; Gotovac, S.; Grabski, V.; Grachov, O. A.; Graczykowski, L. K.; Graham, K. L.; Grelli, A.|info:eu-repo/dai/nl/326052577; Grigoras, A.; Grigoras, C.; Grigoriev, V.; Grigoryan, A.; Grigoryan, S.; Grinyov, B.; Grion, N.; Gronefeld, J. M.; Grosse-oetringhaus, J. F.; Grossiord, J.-y.; Grosso, R.; Guber, F.; Guernane, R.; Guerzoni, B.; Gulbrandsen, K.; Gunji, T.; Gupta, A.; Haake, R.; Haaland, Ø.; Hadjidakis, C.; Haiduc, M.; Hamagaki, H.; Hamar, G.; Hamon, J. C.; Harris, J. W.; Harton, A.; Hatzifotiadou, D.; Hayashi, S.; Heckel, S. T.; Helstrup, H.; Herghelegiu, A.; Herrera Corral, G.; Hess, B. A.; Hetland, K. F.; Hillemanns, H.; Hippolyte, B.; Horak, D.; Hosokawa, R.; Hristov, P.; Huang, M.; Humanic, T. J.; Hussain, N.; Hussain, T.; Hutter, D.; Hwang, D. S.; Ilkaev, R.; Inaba, M.; Incani, E.; Ippolitov, M.; Irfan, M.; Ivanov, M.; Ivanov, V.; Izucheev, V.; Jacazio, N.; Jadhav, M. B.; Jadlovska, S.; Jadlovsky, J.; Jahnke, C.; Jakubowska, M. J.; Jang, H. J.; Janik, M. A.; Jayarathna, P. H. S. Y.; Jena, C.; Jena, S.; Jimenez Bustamante, R. T.; Jones, P. G.; Jusko, A.; Kalinak, P.; Kalweit, A.; Kamin, J.; Kaplin, V.; Kar, S.; Karasu Uysal, A.; Karavichev, O.; Karavicheva, T.; Karayan, L.; Karpechev, E.; Kebschull, U.; Keidel, R.; Keijdener, D. L. D.|info:eu-repo/dai/nl/370530780; Keil, M.; Mohisin Khan, M.; Khan, P.; Khan, S. A.; Khanzadeev, A.; Kharlov, Y.; Kileng, B.; Kim, D. W.; Kim, D. J.; Kim, D.; Kim, J. S.; Kim, M.; Kim, T.; Kirsch, S.; Kisel, I.; Kiselev, S.; Kisiel, A.; Kiss, G.; Klay, J. L.; Klein, C.; Klein-bösing, C.; Klewin, S.; Kluge, A.; Knichel, M. L.; Knospe, A. G.; Kobdaj, C.; Kofarago, M.; Kollegger, T.; Kolojvari, A.; Kondratiev, V.; Kondratyeva, N.; Kondratyuk, E.; Konevskikh, A.; Kopcik, M.; Kostarakis, P.; Kour, M.; Kouzinopoulos, C.; Kovalenko, O.; Kovalenko, V.; Kowalski, M.; Koyithatta Meethaleveedu, G.; Králik, I.; Kravčáková, A.; Kretz, M.; Krivda, M.; Krizek, F.; Kryshen, E.; Kubera, A. M.; Kučera, V.; Kuijer, P. G.|info:eu-repo/dai/nl/074064975; Kumar, J.; Kumar, L.; Kumar, S.; Kurashvili, P.; Kurepin, A.; Kurepin, A. B.; Kuryakin, A.; Kweon, M. J.; Kwon, Y.; La Pointe, S. L.; La Rocca, P.; Ladron De Guevara, P.; Lagana Fernandes, C.; Lakomov, I.; Langoy, R.; Lara, C.; Lardeux, A.; Lattuca, A.; Laudi, E.; Lea, R.; Leardini, L.; Lee, G. R.; Lee, S.; Lehas, F.|info:eu-repo/dai/nl/411295721; Lemmon, R. C.; Lenti, V.; Leogrande, E.; León Monzón, I.; León Vargas, H.; Leoncino, M.; Lévai, P.; Lien, J.; Lietava, R.; Lindal, S.; Lindenstruth, V.; Lippmann, C.; Lisa, M. A.; Ljunggren, H. M.; Lodato, D. F.; Loenne, P. I.; Loginov, V.; Loizides, C.; Lopez, X.; López Torres, E.; Lowe, A.; Luettig, P.; Lunardon, M.; Lutz, T. H.; Maevskaya, A.; Mager, M.; Mahajan, S.; Mahmood, S. M.; Maire, A.; Majka, R. D.; Malaev, M.; Maldonado Cervantes, I.; Malinina, L.; Mal’kevich, D.; Malzacher, P.; Mamonov, A.; Manko, V.; Manso, F.; Manzari, V.; Marchisone, M.; Mareš, J.; Margagliotti, G. V.; Margotti, A.; Margutti, J.|info:eu-repo/dai/nl/412461684; Marín, A.; Markert, C.; Marquard, M.; Martin Blanco, J.; Martinengo, P.; Martínez, M. I.; Martínez García, G.; Martinez Pedreira, M.; Mas, A.; Masciocchi, S.; Masera, M.; Masoni, A.; Massacrier, L.; Mastroserio, A.; Matyja, A.; Mayer, C.; Mazer, J.; Mazzoni, M. A.; Mcdonald, D.; Meddi, F.; Melikyan, Y.; Menchaca-rocha, A.; Meninno, E.; Mercado Pérez, J.; Meres, M.; Miake, Y.; Mieskolainen, M. M.; Mikhaylov, K.; Milano, L.; Milosevic, J.; Minervini, L. M.; Mischke, A.|info:eu-repo/dai/nl/325781435; Mishra, A. N.; Miśkowiec, D.; Mitra, J.; Mitu, C. M.; Mohammadi, N.|info:eu-repo/dai/nl/369405870; Mohanty, B.; Molnar, L.; Montaño Zetina, L.; Montes, E.; Moreira De Godoy, D. A.; Moreno, L. A. P.; Moretto, S.; Morreale, A.; Morsch, A.; Muccifora, V.; Mudnic, E.; Mühlheim, D.; Muhuri, S.; Mukherjee, M.; Mulligan, J. D.; Munhoz, M. G.; Munzer, R. H.; Murakami, H.; Murray, S.; Musa, L.; Musinsky, J.; Naik, B.; Nair, R.; Nandi, B. K.; Nania, R.; Nappi, E.; Naru, M. U.; Natal Da Luz, H.; Nattrass, C.; Navarro, S. R.; Nayak, K.; Nayak, R.; Nayak, T. K.; Nazarenko, S.; Nedosekin, A.; Nellen, L.; Ng, F.; Nicassio, M.; Niculescu, M.; Niedziela, J.; Nielsen, B. S.; Nikolaev, S.; Nikulin, S.; Nikulin, V.; Noferini, F.; Nomokonov, P.; Nooren, G.|info:eu-repo/dai/nl/07051349X; Noris, J. C. C.; Norman, J.; Nyanin, A.; Nystrand, J.; Oeschler, H.; Oh, S.; Oh, S. K.; Ohlson, A.; Okatan, A.; Okubo, T.; Olah, L.; Oleniacz, J.; Oliveira Da Silva, A. C.|info:eu-repo/dai/nl/323375618; Oliver, M. H.; Onderwaater, J.; Oppedisano, C.; Orava, R.; Ortiz Velasquez, A.; Oskarsson, A.; Otwinowski, J.; Oyama, K.; Ozdemir, M.; Pachmayer, Y.; Pagano, P.; Paić, G.; Pal, S. K.; Pan, J.; Papikyan, V.; Pappalardo, G. S.; Pareek, P.; Park, W. J.; Parmar, S.; Passfeld, A.; Paticchio, V.; Patra, R. N.; Paul, B.; Pei, H.; Peitzmann, T.|info:eu-repo/dai/nl/304833959; Pereira Da Costa, H.; Peresunko, D.; Pérez Lara, C. E.; Perez Lezama, E.; Peskov, V.; Pestov, Y.; Petráček, V.; Petrov, V.; Petrovici, M.; Petta, C.; Piano, S.; Pikna, M.; Pillot, P.; Pimentel, L. O. D. L.; Pinazza, O.; Pinsky, L.; Piyarathna, D. B.; Płoskoń, M.; Planinic, M.; Pluta, J.; Pochybova, S.; Podesta-lerma, P. L. M.; Poghosyan, M. G.; Polichtchouk, B.; Poonsawat, W.; Pop, A.; Porteboeuf-houssais, S.; Porter, J.; Pospisil, J.; Prasad, S. K.; Preghenella, R.; Prino, F.; Pruneau, C. A.; Pshenichnov, I.; Puccio, M.; Puddu, G.; Pujahari, P.; Punin, V.; Putschke, J.; Qvigstad, H.; Rachevski, A.; Raha, S.; Rak, J.; Rakotozafindrabe, A.; Ramello, L.; Rami, F.; Raniwala, R.; Raniwala, S.; Räsänen, S. S.; Rascanu, B. T.; Rathee, D.; Read, K. F.; Redlich, K.; Reed, R. J.; Reichelt, P.; Reidt, F.; Ren, X.; Renfordt, R.; Reolon, A. R.; Reshetin, A.; Revol, J.-p.; Reygers, K.; Riabov, V.; Ricci, R. A.; Richert, T.|info:eu-repo/dai/nl/413319628; Richter, M.; Riedler, P.; Riegler, W.; Riggi, F.; Ristea, C.; Rodríguez Cahuantzi, M.; Rodriguez Manso, A.; Røed, K.; Rogochaya, E.; Rohr, D.; Röhrich, D.; Romita, R.; Ronchetti, F.; Ronflette, L.; Rosnet, P.; Rossi, A.; Roukoutakis, F.; Roy, A.; Roy, C.; Roy, P.; Rubio Montero, A. J.; Rui, R.; Russo, R.; Ryabinkin, E.; Ryabov, Y.; Rybicki, A.; Sadovsky, S.; Šafařík, K.; Sahlmuller, B.; Sahoo, P.; Sahoo, R.; Sahoo, S.; Sahu, P. K.; Saini, J.; Sakai, S.; Saleh, M. A.; Salzwedel, J.; Sambyal, S.; Samsonov, V.; Šándor, L.; Sandoval, A.; Sano, M.; Sarkar, D.; Sarma, P.; Scapparone, E.; Scarlassara, F.; Schiaua, C.; Schicker, R.; Schmidt, C.; Schmidt, H. R.; Schuchmann, S.; Schukraft, J.; Schulc, M.; Schuster, T.; Schutz, Y.; Schwarz, K.; Schweda, K.; Scioli, G.; Scomparin, E.; Scott, R.; Šefčík, M.; Seger, J. E.; Sekiguchi, Y.; Sekihata, D.; Selyuzhenkov, I.; Senosi, K.; Senyukov, S.; Serradilla, E.; Sevcenco, A.; Shabanov, A.; Shabetai, A.; Shadura, O.; Shahoyan, R.; Shangaraev, A.; Sharma, M.; Sharma, M.; Sharma, N.; Shigaki, K.; Shtejer, K.; Sibiriak, Y.; Siddhanta, S.; Sielewicz, K. M.; Siemiarczuk, T.; Silvermyr, D.; Silvestre, C.; Simatovic, G.; Simonetti, G.; Singaraju, R.; Singh, R.; Singha, S.; Singhal, V.; Sinha, B. C.; Sinha, T.; Sitar, B.; Sitta, M.; Skaali, T. B.; Slupecki, M.; Smirnov, N.; Snellings, R. J. M.|info:eu-repo/dai/nl/165585781; Snellman, T. W.; Søgaard, C.; Song, J.; Song, M.; Song, Z.; Soramel, F.; Sorensen, S.; De Souza, R. D.; Sozzi, F.; Spacek, M.; Spiriti, E.; Sputowska, I.; Spyropoulou-stassinaki, M.; Stachel, J.; Stan, I.; Stankus, P.; Stefanek, G.; Stenlund, E.; Steyn, G.; Stiller, J. H.; Stocco, D.; Strmen, P.; Suaide, A. A. P.; Sugitate, T.; Suire, C.; Suleymanov, M.; Suljic, M.; Sultanov, R.; Šumbera, M.; Szabo, A.; Szanto De Toledo, A.; Szarka, I.; Szczepankiewicz, A.; Szymanski, M.; Tabassam, U.; Takahashi, J.; Tambave, G. J.; Tanaka, N.; Tangaro, M. A.; Tarhini, M.; Tariq, M.; Tarzila, M. G.; Tauro, A.; Tejeda Muñoz, G.; Telesca, A.; Terasaki, K.; Terrevoli, C.; Teyssier, B.; Thäder, J.; Tieulent, R.; Timmins, A. R.; Toia, A.; Trogolo, S.; Trombetta, G.; Trubnikov, V.; Trzaska, W. H.; Tsuji, T.; Tumkin, A.; Turrisi, R.; Tveter, T. S.; Ullaland, K.; Uras, A.; Usai, G. L.; Utrobicic, A.; Vajzer, M.; Vala, M.; Valencia Palomo, L.; Vallero, S.; Van Der Maarel, J.|info:eu-repo/dai/nl/412860996; Van Hoorne, J. W.; Vanat, T.; Vande Vyvre, P.; Varga, D.; Vargas, A.; Vargyas, M.; Varma, R.; Vasileiou, M.; Vasiliev, A.; Vauthier, A.; Vechernin, V.; Veen, A. M.|info:eu-repo/dai/nl/413533751; Veldhoen, M.; Velure, A.; Venaruzzo, M.; Vercellin, E.; Vergara Limón, S.; Vernet, R.; Verweij, M.|info:eu-repo/dai/nl/330542133; Vickovic, L.; Viesti, G.; Viinikainen, J.; Vilakazi, Z.; Villalobos Baillie, O.; Villatoro Tello, A.; Vinogradov, A.; Vinogradov, L.; Vinogradov, Y.; Virgili, T.; Vislavicius, V.; Viyogi, Y. P.; Vodopyanov, A.; Völkl, M. A.; Voloshin, K.; Voloshin, S. A.; Volpe, G.; Von Haller, B.; Vorobyev, I.; Vranic, D.; Vrláková, J.; Vulpescu, B.; Wagner, B.; Wagner, J.; Wang, H.|info:eu-repo/dai/nl/369509307; Wang, M.; Watanabe, D.; Watanabe, Y.; Weiser, D. F.; Westerhoff, U.; Whitehead, A. M.; Wiechula, J.; Wikne, J.; Wilk, G.; Wilkinson, J.; Williams, M. C. S.; Windelband, B.; Winn, M.; Yano, S.; Yasar, C.; Yokoyama, H.; Yoo, I.-k.; Yoon, J. H.; Yurchenko, V.; Yushmanov, I.; Zaborowska, A.; Zaccolo, V.; Zaman, A.; Zampolli, C.; Zanoli, H. J. C.; Zaporozhets, S.; Zardoshti, N.; Zarochentsev, A.; Závada, P.; Zaviyalov, N.; Zbroszczyk, H.; Zgura, I. S.; Zhalov, M.; Zhang, C.; Zhao, C.; Zhigareva, N.; Zhou, Z.; Zhu, H.; Zichichi, A.; Zimmermann, A.; Zimmermann, M. B.; Zinovjev, G.; Zyzak, M.

    2016-01-01

    The pseudorapidity density of charged particles, dN ch /dη , at midrapidity in Pb-Pb collisions has been measured at a center-of-mass energy per nucleon pair of s NN − − − − √ =5.02  TeV . For the 5% most central collisions, we measure a value of 1943±54 . The rise in dN ch /dη as a function of s NN

  1. Measurement of jet spectra in Pb–Pb collisions at √(sNN)=2.76TeV with the ALICE detector at the LHC

    International Nuclear Information System (INIS)

    Verweij, Marta

    2013-01-01

    We report a measurement of transverse momentum spectra of jets detected with the ALICE detector in Pb–Pb collisions at √(s NN )=2.76TeV. Jets are reconstructed from charged particles using the anti-k T jet algorithm. The background from soft particle production is determined for each event and subtracted. The remaining influence of underlying event fluctuations is quantified by embedding different probes into heavy-ion data. The reconstructed transverse momentum spectrum is corrected for background fluctuations by unfolding. We compare the inclusive jet spectra reconstructed with R=0.2 and R=0.3 for different centrality classes and compare the jet yield in Pb–Pb and pp events

  2. Chronic exposure to KATP channel openers results in attenuated glucose sensing in hypothalamic GT1-7 neurons.

    Science.gov (United States)

    Haythorne, Elizabeth; Hamilton, D Lee; Findlay, John A; Beall, Craig; McCrimmon, Rory J; Ashford, Michael L J

    2016-12-01

    Individuals with Type 1 diabetes (T1D) are often exposed to recurrent episodes of hypoglycaemia. This reduces hormonal and behavioural responses that normally counteract low glucose in order to maintain glucose homeostasis, with altered responsiveness of glucose sensing hypothalamic neurons implicated. Although the molecular mechanisms are unknown, pharmacological studies implicate hypothalamic ATP-sensitive potassium channel (K ATP ) activity, with K ATP openers (KCOs) amplifying, through cell hyperpolarization, the response to hypoglycaemia. Although initial findings, using acute hypothalamic KCO delivery, in rats were promising, chronic exposure to the KCO NN414 worsened the responses to subsequent hypoglycaemic challenge. To investigate this further we used GT1-7 cells to explore how NN414 affected glucose-sensing behaviour, the metabolic response of cells to hypoglycaemia and K ATP activity. GT1-7 cells exposed to 3 or 24 h NN414 exhibited an attenuated hyperpolarization to subsequent hypoglycaemic challenge or NN414, which correlated with diminished K ATP activity. The reduced sensitivity to hypoglycaemia was apparent 24 h after NN414 removal, even though intrinsic K ATP activity recovered. The NN414-modified glucose responsiveness was not associated with adaptations in glucose uptake, metabolism or oxidation. K ATP inactivation by NN414 was prevented by the concurrent presence of tolbutamide, which maintains K ATP closure. Single channel recordings indicate that NN414 alters K ATP intrinsic gating inducing a stable closed or inactivated state. These data indicate that exposure of hypothalamic glucose sensing cells to chronic NN414 drives a sustained conformational change to K ATP , probably by binding to SUR1, that results in loss of channel sensitivity to intrinsic metabolic factors such as MgADP and small molecule agonists. Copyright © 2016 The Authors. Published by Elsevier Ltd.. All rights reserved.

  3. Resonance particle production in inelastic N-N and π-N interactions

    International Nuclear Information System (INIS)

    Amelin, N.S.; Barashenkov, V.S.; Slavin, N.V.

    1984-01-01

    Using the considerations connected with the scaling hypothesis and the Regge pole model the phenomenological expressions are obtained for differential single-particle inclusive production cross sections (Δ + , Δ 0 , Δ ++ ) and (p +- , p 0 , ω) resonances in inelastic π-N and N-N collisions at high energies. These expressions describe the known experimental data in a wide region of kinematic variables from 10 to several thousand GeV

  4. Psykofyysiset menetelmät kroonisen kivun hoidossa : Työelämävalmiuksia tukevan ryhmätoiminnan suunnittelu kroonisista kivuista kärsiville pitkäaikaistyöttömille

    OpenAIRE

    Jämsä, Silja

    2016-01-01

    Opinnäytetyön tarkoituksena oli kuvata psykofyysisen harjoittelun mahdollisuuksia kroonisesta kivusta kärsivien asiakkaiden kuntoutuksessa sekä suunnitella ryhmätoiminnan käytännön toteutus pitkäaikaistyöttömille pitkittyneistä kiputiloista kärsiville kuntoutujille. Työn tavoitteiksi asetettiin 1) perehtyminen teoreettiselta näkökannalta psykofyysiseen fysioterapiaan ja krooniseen kipuun sekä tutustuminen psykofyysiseen viitekehykseen kuuluviin lähestymistapoihin, menetelmiin ja harjoitteisii...

  5. Approximating maximum weight cycle covers in directed graphs with weights zero and one

    NARCIS (Netherlands)

    Bläser, Markus; Manthey, Bodo

    2005-01-01

    A cycle cover of a graph is a spanning subgraph each node of which is part of exactly one simple cycle. A $k$-cycle cover is a cycle cover where each cycle has length at least $k$. Given a complete directed graph with edge weights zero and one, Max-$k$-DCC(0, 1) is the problem of finding a k-cycle

  6. Modeling spatial variability of sand-lenses in clay till settings using transition probability and multiple-point geostatistics

    DEFF Research Database (Denmark)

    Kessler, Timo Christian; Nilsson, Bertel; Klint, Knud Erik

    2010-01-01

    (TPROGS) of alternating geological facies. The second method, multiple-point statistics, uses training images to estimate the conditional probability of sand-lenses at a certain location. Both methods respect field observations such as local stratigraphy, however, only the multiple-point statistics can...... of sand-lenses in clay till. Sand-lenses mainly account for horizontal transport and are prioritised in this study. Based on field observations, the distribution has been modeled using two different geostatistical approaches. One method uses a Markov chain model calculating the transition probabilities...

  7. Bayesian Analysis of Geostatistical Models With an Auxiliary Lattice

    KAUST Repository

    Park, Jincheol

    2012-04-01

    The Gaussian geostatistical model has been widely used for modeling spatial data. However, this model suffers from a severe difficulty in computation: it requires users to invert a large covariance matrix. This is infeasible when the number of observations is large. In this article, we propose an auxiliary lattice-based approach for tackling this difficulty. By introducing an auxiliary lattice to the space of observations and defining a Gaussian Markov random field on the auxiliary lattice, our model completely avoids the requirement of matrix inversion. It is remarkable that the computational complexity of our method is only O(n), where n is the number of observations. Hence, our method can be applied to very large datasets with reasonable computational (CPU) times. The numerical results indicate that our model can approximate Gaussian random fields very well in terms of predictions, even for those with long correlation lengths. For real data examples, our model can generally outperform conventional Gaussian random field models in both prediction errors and CPU times. Supplemental materials for the article are available online. © 2012 American Statistical Association, Institute of Mathematical Statistics, and Interface Foundation of North America.

  8. Measurements on NN → dπ very near threshold. II

    International Nuclear Information System (INIS)

    Korkmaz, E.; Li, J.; Hutcheon, D.A.; Abegg, R.; Elliott, J.B.; Greeniaus, L.G.; Mack, D.J.; Miller, C.A.; Rodning, N.L.

    1991-04-01

    We have measured analyzing powers for the reaction pp → dπ + at beam energies 3 and 7 MeV above pion production threshold. With the use of Watson's Theorem to fix phases and effective range estimates of pion d-wave strength, we have been able to determine the NN → dπ s-wave amplitude and the two p-wave amplitudes at these energies. The results are compared to the Faddeev model predictions of Blankleider. (Author) 11 refs., 2 tabs., 11 figs

  9. Production of the $\\rho(770)^{0}$ meson in pp and Pb–Pb collisions at $\\sqrt{s_{NN}}$ = 2.76 TeV

    CERN Document Server

    Acharya, Shreyasi; The ALICE collaboration; Adamova, Dagmar; Adolfsson, Jonatan; Aggarwal, Madan Mohan; Aglieri Rinella, Gianluca; Agnello, Michelangelo; Agrawal, Neelima; Ahammed, Zubayer; Ahn, Sang Un; Aiola, Salvatore; Akindinov, Alexander; Al-turany, Mohammad; Alam, Sk Noor; Silva De Albuquerque, Danilo; Aleksandrov, Dmitry; Alessandro, Bruno; Alfaro Molina, Jose Ruben; Ali, Yasir; Alici, Andrea; Alkin, Anton; Alme, Johan; Alt, Torsten; Altenkamper, Lucas; Altsybeev, Igor; Andrei, Cristian; Andreou, Dimitra; Andrews, Harry Arthur; Andronic, Anton; Angeletti, Massimo; Anguelov, Venelin; Anson, Christopher Daniel; Anticic, Tome; Antinori, Federico; Antonioli, Pietro; Anwar, Rafay; Apadula, Nicole; Aphecetche, Laurent Bernard; Appelshaeuser, Harald; Arcelli, Silvia; Arnaldi, Roberta; Arnold, Oliver Werner; Arsene, Ionut Cristian; Arslandok, Mesut; Audurier, Benjamin; Augustinus, Andre; Averbeck, Ralf Peter; Azmi, Mohd Danish; Badala, Angela; Baek, Yong Wook; Bagnasco, Stefano; Bailhache, Raphaelle Marie; Bala, Renu; Baldisseri, Alberto; Ball, Markus; Baral, Rama Chandra; Barbano, Anastasia Maria; Barbera, Roberto; Barile, Francesco; Barioglio, Luca; Barnafoldi, Gergely Gabor; Barnby, Lee Stuart; Ramillien Barret, Valerie; Bartalini, Paolo; Barth, Klaus; Bartsch, Esther; Bastid, Nicole; Basu, Sumit; Batigne, Guillaume; Batyunya, Boris; Batzing, Paul Christoph; Bazo Alba, Jose Luis; Bearden, Ian Gardner; Beck, Hans; Bedda, Cristina; Behera, Nirbhay Kumar; Belikov, Iouri; Bellini, Francesca; Bello Martinez, Hector; Bellwied, Rene; Espinoza Beltran, Lucina Gabriela; Belyaev, Vladimir; Bencedi, Gyula; Beole, Stefania; Bercuci, Alexandru; Berdnikov, Yaroslav; Berenyi, Daniel; Bertens, Redmer Alexander; Berzano, Dario; Betev, Latchezar; Bhaduri, Partha Pratim; Bhasin, Anju; Bhat, Inayat Rasool; Bhatt, Himani; Bhattacharjee, Buddhadeb; Bhom, Jihyun; Bianchi, Antonio; Bianchi, Livio; Bianchi, Nicola; Bielcik, Jaroslav; Bielcikova, Jana; Bilandzic, Ante; Biro, Gabor; Biswas, Rathijit; Biswas, Saikat; Blair, Justin Thomas; Blau, Dmitry; Blume, Christoph; Boca, Gianluigi; Bock, Friederike; Bogdanov, Alexey; Boldizsar, Laszlo; Bombara, Marek; Bonomi, Germano; Bonora, Matthias; Borel, Herve; Borissov, Alexander; Borri, Marcello; Botta, Elena; Bourjau, Christian; Bratrud, Lars; Braun-munzinger, Peter; Bregant, Marco; Broker, Theo Alexander; Broz, Michal; Brucken, Erik Jens; Bruna, Elena; Bruno, Giuseppe Eugenio; Budnikov, Dmitry; Buesching, Henner; Bufalino, Stefania; Buhler, Paul; Buncic, Predrag; Busch, Oliver; Buthelezi, Edith Zinhle; Bashir Butt, Jamila; Buxton, Jesse Thomas; Cabala, Jan; Caffarri, Davide; Caines, Helen Louise; Caliva, Alberto; Calvo Villar, Ernesto; Soto Camacho, Rabi; Camerini, Paolo; Capon, Aaron Allan; Carena, Francesco; Carena, Wisla; Carnesecchi, Francesca; Castillo Castellanos, Javier Ernesto; Castro, Andrew John; Casula, Ester Anna Rita; Ceballos Sanchez, Cesar; Chandra, Sinjini; Chang, Beomsu; Chang, Wan; Chapeland, Sylvain; Chartier, Marielle; Chattopadhyay, Subhasis; Chattopadhyay, Sukalyan; Chauvin, Alex; Cheshkov, Cvetan Valeriev; Cheynis, Brigitte; Chibante Barroso, Vasco Miguel; Dobrigkeit Chinellato, David; Cho, Soyeon; Chochula, Peter; Chowdhury, Tasnuva; Christakoglou, Panagiotis; Christensen, Christian Holm; Christiansen, Peter; Chujo, Tatsuya; Chung, Suh-urk; Cicalo, Corrado; Cifarelli, Luisa; Cindolo, Federico; Cleymans, Jean Willy Andre; Colamaria, Fabio Filippo; Colella, Domenico; Collu, Alberto; Colocci, Manuel; Concas, Matteo; Conesa Balbastre, Gustavo; Conesa Del Valle, Zaida; Contreras Nuno, Jesus Guillermo; Cormier, Thomas Michael; Corrales Morales, Yasser; Cortese, Pietro; Cosentino, Mauro Rogerio; Costa, Filippo; Costanza, Susanna; Crkovska, Jana; Crochet, Philippe; Cuautle Flores, Eleazar; Cunqueiro Mendez, Leticia; Dahms, Torsten; Dainese, Andrea; Danisch, Meike Charlotte; Danu, Andrea; Das, Debasish; Das, Indranil; Das, Supriya; Dash, Ajay Kumar; Dash, Sadhana; De, Sudipan; De Caro, Annalisa; De Cataldo, Giacinto; De Conti, Camila; De Cuveland, Jan; De Falco, Alessandro; De Gruttola, Daniele; De Marco, Nora; De Pasquale, Salvatore; Derradi De Souza, Rafael; Franz Degenhardt, Hermann; Deisting, Alexander; Deloff, Andrzej; Delsanto, Silvia; Deplano, Caterina; Dhankher, Preeti; Di Bari, Domenico; Di Mauro, Antonio; Di Ruzza, Benedetto; Arteche Diaz, Raul; Dietel, Thomas; Dillenseger, Pascal; Ding, Yanchun; Divia, Roberto; Djuvsland, Oeystein; Dobrin, Alexandru Florin; Domenicis Gimenez, Diogenes; Donigus, Benjamin; Dordic, Olja; Van Doremalen, Lennart Vincent; Dubey, Anand Kumar; Dubla, Andrea; Ducroux, Laurent; Dudi, Sandeep; Duggal, Ashpreet Kaur; Dukhishyam, Mallick; Dupieux, Pascal; Ehlers Iii, Raymond James; Elia, Domenico; Endress, Eric; Engel, Heiko; Epple, Eliane; Erazmus, Barbara Ewa; Erhardt, Filip; Ersdal, Magnus Rentsch; Espagnon, Bruno; Eulisse, Giulio; Eum, Jongsik; Evans, David; Evdokimov, Sergey; Fabbietti, Laura; Faggin, Mattia; Faivre, Julien; Fantoni, Alessandra; Fasel, Markus; Feldkamp, Linus; Feliciello, Alessandro; Feofilov, Grigorii; Fernandez Tellez, Arturo; Ferretti, Alessandro; Festanti, Andrea; Feuillard, Victor Jose Gaston; Figiel, Jan; Araujo Silva Figueredo, Marcel; Filchagin, Sergey; Finogeev, Dmitry; Fionda, Fiorella; Fiorenza, Gabriele; Floris, Michele; Foertsch, Siegfried Valentin; Foka, Panagiota; Fokin, Sergey; Fragiacomo, Enrico; Francescon, Andrea; Francisco, Audrey; Frankenfeld, Ulrich Michael; Fronze, Gabriele Gaetano; Fuchs, Ulrich; Furget, Christophe; Furs, Artur; Fusco Girard, Mario; Gaardhoeje, Jens Joergen; Gagliardi, Martino; Gago Medina, Alberto Martin; Gajdosova, Katarina; Gallio, Mauro; Duarte Galvan, Carlos; Ganoti, Paraskevi; Garabatos Cuadrado, Jose; Garcia-solis, Edmundo Javier; Garg, Kunal; Gargiulo, Corrado; Gasik, Piotr Jan; Gauger, Erin Frances; De Leone Gay, Maria Beatriz; Germain, Marie; Ghosh, Jhuma; Ghosh, Premomoy; Ghosh, Sanjay Kumar; Gianotti, Paola; Giubellino, Paolo; Giubilato, Piero; Glassel, Peter; Gomez Coral, Diego Mauricio; Gomez Ramirez, Andres; Gonzalez, Victor; Gonzalez Zamora, Pedro; Gorbunov, Sergey; Gorlich, Lidia Maria; Gotovac, Sven; Grabski, Varlen; Graczykowski, Lukasz Kamil; Graham, Katie Leanne; Greiner, Leo Clifford; Grelli, Alessandro; Grigoras, Costin; Grigoryev, Vladislav; Grigoryan, Ara; Grigoryan, Smbat; Gronefeld, Julius Maximilian; Grosa, Fabrizio; Grosse-oetringhaus, Jan Fiete; Grosso, Raffaele; Guernane, Rachid; Guerzoni, Barbara; Guittiere, Manuel; Gulbrandsen, Kristjan Herlache; Gunji, Taku; Gupta, Anik; Gupta, Ramni; Bautista Guzman, Irais; Haake, Rudiger; Habib, Michael Karim; Hadjidakis, Cynthia Marie; Hamagaki, Hideki; Hamar, Gergoe; Hamon, Julien Charles; Hannigan, Ryan; Haque, Md Rihan; Harris, John William; Harton, Austin Vincent; Hassan, Hadi; Hatzifotiadou, Despina; Hayashi, Shinichi; Heckel, Stefan Thomas; Hellbar, Ernst; Helstrup, Haavard; Herghelegiu, Andrei Ionut; Gonzalez Hernandez, Emma; Herrera Corral, Gerardo Antonio; Herrmann, Florian; Hetland, Kristin Fanebust; Hilden, Timo Eero; Hillemanns, Hartmut; Hills, Christopher; Hippolyte, Boris; Hohlweger, Bernhard; Horak, David; Hornung, Sebastian; Hosokawa, Ritsuya; Hristov, Peter Zahariev; Hughes, Charles; Huhn, Patrick; Humanic, Thomas; Hushnud, Hushnud; Hussain, Nur; Hussain, Tahir; Hutter, Dirk; Hwang, Dae Sung; Iddon, James Philip; Iga Buitron, Sergio Arturo; Ilkaev, Radiy; Inaba, Motoi; Ippolitov, Mikhail; Islam, Md Samsul; Ivanov, Marian; Ivanov, Vladimir; Izucheev, Vladimir; Jacak, Barbara; Jacazio, Nicolo; Jacobs, Peter Martin; Jadhav, Manoj Bhanudas; Jadlovska, Slavka; Jadlovsky, Jan; Jaelani, Syaefudin; Jahnke, Cristiane; Jakubowska, Monika Joanna; Janik, Malgorzata Anna; Jena, Chitrasen; Jercic, Marko; Jimenez Bustamante, Raul Tonatiuh; Jin, Muqing; Jones, Peter Graham; Jusko, Anton; Kalinak, Peter; Kalweit, Alexander Philipp; Kang, Ju Hwan; Kaplin, Vladimir; Kar, Somnath; Karasu Uysal, Ayben; Karavichev, Oleg; Karavicheva, Tatiana; Karczmarczyk, Przemyslaw; Karpechev, Evgeny; Kebschull, Udo Wolfgang; Keidel, Ralf; Keijdener, Darius Laurens; Keil, Markus; Ketzer, Bernhard Franz; Khabanova, Zhanna; Khan, Shaista; Khan, Shuaib Ahmad; Khanzadeev, Alexei; Kharlov, Yury; Khatun, Anisa; Khuntia, Arvind; Kielbowicz, Miroslaw Marek; Kileng, Bjarte; Kim, Byungchul; Kim, Daehyeok; Kim, Dong Jo; Kim, Eun Joo; Kim, Hyeonjoong; Kim, Jinsook; Kim, Jiyoung; Kim, Minjung; Kim, Se Yong; Kim, Taejun; Kim, Taesoo; Kirsch, Stefan; Kisel, Ivan; Kiselev, Sergey; Kisiel, Adam Ryszard; Klay, Jennifer Lynn; Klein, Carsten; Klein, Jochen; Klein-boesing, Christian; Klewin, Sebastian; Kluge, Alexander; Knichel, Michael Linus; Knospe, Anders Garritt; Kobdaj, Chinorat; Varga-kofarago, Monika; Kohler, Markus Konrad; Kollegger, Thorsten; Kondratyeva, Natalia; Kondratyuk, Evgeny; Konevskikh, Artem; Konyushikhin, Maxim; Kovalenko, Oleksandr; Kovalenko, Vladimir; Kowalski, Marek; Kralik, Ivan; Kravcakova, Adela; Kreis, Lukas; Krivda, Marian; Krizek, Filip; Kruger, Mario; Kryshen, Evgeny; Krzewicki, Mikolaj; Kubera, Andrew Michael; Kucera, Vit; Kuhn, Christian Claude; Kuijer, Paulus Gerardus; Kumar, Jitendra; Kumar, Lokesh; Kumar, Shyam; Kundu, Sourav; Kurashvili, Podist; Kurepin, Alexander; Kurepin, Alexey; Kuryakin, Alexey; Kushpil, Svetlana; Kweon, Min Jung; Kwon, Youngil; La Pointe, Sarah Louise; La Rocca, Paola; Lai, Yue Shi; Lakomov, Igor; Langoy, Rune; Lapidus, Kirill; Lara Martinez, Camilo Ernesto; Lardeux, Antoine Xavier; Larionov, Pavel; Lattuca, Alessandra; Laudi, Elisa; Lavicka, Roman; Lea, Ramona; Leardini, Lucia; Lee, Seongjoo; Lehas, Fatiha; Lehner, Sebastian; Lehrbach, Johannes; Lemmon, Roy Crawford; Leogrande, Emilia; Leon Monzon, Ildefonso; Levai, Peter; Li, Xiaomei; Li, Xing Long; Lien, Jorgen Andre; Lietava, Roman; Lim, Bong-hwi; Lindal, Svein; Lindenstruth, Volker; Lindsay, Scott William; Lippmann, Christian; Lisa, Michael Annan; Litichevskyi, Vladyslav; Liu, Alwina; Ljunggren, Hans Martin; Llope, William; Lodato, Davide Francesco; Loginov, Vitaly; Loizides, Constantinos; Loncar, Petra; Lopez, Xavier Bernard; Lopez Torres, Ernesto; Lowe, Andrew John; Luettig, Philipp Johannes; Luhder, Jens Robert; Lunardon, Marcello; Luparello, Grazia; Lupi, Matteo; Maevskaya, Alla; Mager, Magnus; Mahmood, Sohail Musa; Maire, Antonin; Majka, Richard Daniel; Malaev, Mikhail; Malinina, Liudmila; Mal'kevich, Dmitry; Malzacher, Peter; Mamonov, Alexander; Manko, Vladislav; Manso, Franck; Manzari, Vito; Mao, Yaxian; Marchisone, Massimiliano; Mares, Jiri; Margagliotti, Giacomo Vito; Margotti, Anselmo; Margutti, Jacopo; Marin, Ana Maria; Markert, Christina; Marquard, Marco; Martin, Nicole Alice; Martinengo, Paolo; Martinez Hernandez, Mario Ivan; Martinez-garcia, Gines; Martinez Pedreira, Miguel; Masciocchi, Silvia; Masera, Massimo; Masoni, Alberto; Massacrier, Laure Marie; Masson, Erwann; Mastroserio, Annalisa; Mathis, Andreas Michael; Toledo Matuoka, Paula Fernanda; Matyja, Adam Tomasz; Mayer, Christoph; Mazzilli, Marianna; Mazzoni, Alessandra Maria; Meddi, Franco; Melikyan, Yuri; Menchaca-rocha, Arturo Alejandro; Meninno, Elisa; Mercado-perez, Jorge; Meres, Michal; Soncco Meza, Carlos; Mhlanga, Sibaliso; Miake, Yasuo; Micheletti, Luca; Mieskolainen, Matti Mikael; Mihaylov, Dimitar Lubomirov; Mikhaylov, Konstantin; Mischke, Andre; Mishra, Aditya Nath; Miskowiec, Dariusz Czeslaw; Mitra, Jubin; Mitu, Ciprian Mihai; Mohammadi, Naghmeh; Mohanty, Auro Prasad; Mohanty, Bedangadas; Khan, Mohammed Mohisin; Moreira De Godoy, Denise Aparecida; Perez Moreno, Luis Alberto; Moretto, Sandra; Morreale, Astrid; Morsch, Andreas; Muccifora, Valeria; Mudnic, Eugen; Muhlheim, Daniel Michael; Muhuri, Sanjib; Mukherjee, Maitreyee; Mulligan, James Declan; Gameiro Munhoz, Marcelo; Munning, Konstantin; Arratia Munoz, Miguel Ignacio; Munzer, Robert Helmut; Murakami, Hikari; Murray, Sean; Musa, Luciano; Musinsky, Jan; Myers, Corey James; Myrcha, Julian Wojciech; Naik, Bharati; Nair, Rahul; Nandi, Basanta Kumar; Nania, Rosario; Nappi, Eugenio; Narayan, Amrendra; Naru, Muhammad Umair; Nassirpour, Adrian Fereydon; Ferreira Natal Da Luz, Pedro Hugo; Nattrass, Christine; Rosado Navarro, Sebastian; Nayak, Kishora; Nayak, Ranjit; Nayak, Tapan Kumar; Nazarenko, Sergey; Negrao De Oliveira, Renato Aparecido; Nellen, Lukas; Nesbo, Simon Voigt; Neskovic, Gvozden; Ng, Fabian; Nicassio, Maria; Niedziela, Jeremi; Nielsen, Borge Svane; Nikolaev, Sergey; Nikulin, Sergey; Nikulin, Vladimir; Noferini, Francesco; Nomokonov, Petr; Nooren, Gerardus; Cabanillas Noris, Juan Carlos; Norman, Jaime; Nyanin, Alexander; Nystrand, Joakim Ingemar; Oh, Hoonjung; Ohlson, Alice Elisabeth; Oleniacz, Janusz; Oliveira Da Silva, Antonio Carlos; Oliver, Michael Henry; Onderwaater, Jacobus; Oppedisano, Chiara; Orava, Risto; Oravec, Matej; Ortiz Velasquez, Antonio; Oskarsson, Anders Nils Erik; Otwinowski, Jacek Tomasz; Oyama, Ken; Pachmayer, Yvonne Chiara; Pacik, Vojtech; Pagano, Davide; Paic, Guy; Palni, Prabhakar; Pan, Jinjin; Pandey, Ashutosh Kumar; Panebianco, Stefano; Papikyan, Vardanush; Pareek, Pooja; Park, Jonghan; Parkkila, Jasper Elias; Parmar, Sonia; Passfeld, Annika; Pathak, Surya Prakash; Patra, Rajendra Nath; Paul, Biswarup; Pei, Hua; Peitzmann, Thomas; Peng, Xinye; Pereira, Luis Gustavo; Pereira Da Costa, Hugo Denis Antonio; Peresunko, Dmitry Yurevich; Perez Lezama, Edgar; Peskov, Vladimir; Pestov, Yury; Petracek, Vojtech; Petrovici, Mihai; Petta, Catia; Peretti Pezzi, Rafael; Piano, Stefano; Pikna, Miroslav; Pillot, Philippe; Ozelin De Lima Pimentel, Lais; Pinazza, Ombretta; Pinsky, Lawrence; Pisano, Silvia; Piyarathna, Danthasinghe; Ploskon, Mateusz Andrzej; Planinic, Mirko; Pliquett, Fabian; Pluta, Jan Marian; Pochybova, Sona; Podesta Lerma, Pedro Luis Manuel; Poghosyan, Martin; Polishchuk, Boris; Poljak, Nikola; Poonsawat, Wanchaloem; Pop, Amalia; Poppenborg, Hendrik; Porteboeuf, Sarah Julie; Pozdniakov, Valeriy; Prasad, Sidharth Kumar; Preghenella, Roberto; Prino, Francesco; Pruneau, Claude Andre; Pshenichnov, Igor; Puccio, Maximiliano; Punin, Valery; Putschke, Jorn Henning; Raha, Sibaji; Rajput, Sonia; Rak, Jan; Rakotozafindrabe, Andry Malala; Ramello, Luciano; Rami, Fouad; Raniwala, Rashmi; Raniwala, Sudhir; Rasanen, Sami Sakari; Rascanu, Bogdan Theodor; Ratza, Viktor; Ravasenga, Ivan; Read, Kenneth Francis; Redlich, Krzysztof; Rehman, Attiq Ur; Reichelt, Patrick Simon; Reidt, Felix; Ren, Xiaowen; Renfordt, Rainer Arno Ernst; Reshetin, Andrey; Revol, Jean-pierre; Reygers, Klaus Johannes; Riabov, Viktor; Richert, Tuva Ora Herenui; Richter, Matthias Rudolph; Riedler, Petra; Riegler, Werner; Riggi, Francesco; Ristea, Catalin-lucian; Rode, Sudhir Pandurang; Rodriguez Cahuantzi, Mario; Roeed, Ketil; Rogalev, Roman; Rogochaya, Elena; Rohr, David Michael; Roehrich, Dieter; Rokita, Przemyslaw Stefan; Ronchetti, Federico; Dominguez Rosas, Edgar; Roslon, Krystian; Rosnet, Philippe; Rossi, Andrea; Rotondi, Alberto; Roukoutakis, Filimon; Roy, Christelle Sophie; Roy, Pradip Kumar; Vazquez Rueda, Omar; Rui, Rinaldo; Rumyantsev, Boris; Rustamov, Anar; Ryabinkin, Evgeny; Ryabov, Yury; Rybicki, Andrzej; Saarinen, Sampo; Sadhu, Samrangy; Sadovskiy, Sergey; Safarik, Karel; Saha, Sumit Kumar; Sahoo, Baidyanath; Sahoo, Pragati; Sahoo, Raghunath; Sahoo, Sarita; Sahu, Pradip Kumar; Saini, Jogender; Sakai, Shingo; Saleh, Mohammad Ahmad; Sambyal, Sanjeev Singh; Samsonov, Vladimir; Sandoval, Andres; Sarkar, Amal; Sarkar, Debojit; Sarkar, Nachiketa; Sarma, Pranjal; Sas, Mike Henry Petrus; Scapparone, Eugenio; Scarlassara, Fernando; Schaefer, Brennan; Scheid, Horst Sebastian; Schiaua, Claudiu Cornel; Schicker, Rainer Martin; Schmidt, Christian Joachim; Schmidt, Hans Rudolf; Schmidt, Marten Ole; Schmidt, Martin; Schmidt, Nicolas Vincent; Schukraft, Jurgen; Schutz, Yves Roland; Schwarz, Kilian Eberhard; Schweda, Kai Oliver; Scioli, Gilda; Scomparin, Enrico; Sefcik, Michal; Seger, Janet Elizabeth; Sekiguchi, Yuko; Sekihata, Daiki; Selyuzhenkov, Ilya; Senosi, Kgotlaesele; Senyukov, Serhiy; Serradilla Rodriguez, Eulogio; Sett, Priyanka; Sevcenco, Adrian; Shabanov, Arseniy; Shabetai, Alexandre; Shahoyan, Ruben; Shaikh, Wadut; Shangaraev, Artem; Sharma, Anjali; Sharma, Ankita; Sharma, Meenakshi; Sharma, Natasha; Sheikh, Ashik Ikbal; Shigaki, Kenta; Shimomura, Maya; Shirinkin, Sergey; Shou, Qiye; Shtejer Diaz, Katherin; Sibiryak, Yury; Siddhanta, Sabyasachi; Sielewicz, Krzysztof Marek; Siemiarczuk, Teodor; Silvermyr, David Olle Rickard; Simatovic, Goran; Simonetti, Giuseppe; Singaraju, Rama Narayana; Singh, Ranbir; Singh, Randhir; Singhal, Vikas; Sarkar - Sinha, Tinku; Sitar, Branislav; Sitta, Mario; Skaali, Bernhard; Slupecki, Maciej; Smirnov, Nikolai; Snellings, Raimond; Snellman, Tomas Wilhelm; Song, Jihye; Soramel, Francesca; Sorensen, Soren Pontoppidan; Sozzi, Federica; Sputowska, Iwona Anna; Stachel, Johanna; Stan, Ionel; Stankus, Paul; Stenlund, Evert Anders; Stocco, Diego; Storetvedt, Maksim Melnik; Strmen, Peter; Alarcon Do Passo Suaide, Alexandre; Sugitate, Toru; Suire, Christophe Pierre; Suleymanov, Mais Kazim Oglu; Suljic, Miljenko; Sultanov, Rishat; Sumbera, Michal; Sumowidagdo, Suharyo; Suzuki, Ken; Swain, Sagarika; Szabo, Alexander; Szarka, Imrich; Tabassam, Uzma; Takahashi, Jun; Tambave, Ganesh Jagannath; Tanaka, Naoto; Tarhini, Mohamad; Tariq, Mohammad; Tarzila, Madalina-gabriela; Tauro, Arturo; Tejeda Munoz, Guillermo; Telesca, Adriana; Terrevoli, Cristina; Teyssier, Boris; Thakur, Dhananjaya; Thakur, Sanchari; Thomas, Deepa; Thoresen, Freja; Tieulent, Raphael Noel; Tikhonov, Anatoly; Timmins, Anthony Robert; Toia, Alberica; Topilskaya, Nataliya; Toppi, Marco; Rojas Torres, Solangel; Tripathy, Sushanta; Trogolo, Stefano; Trombetta, Giuseppe; Tropp, Lukas; Trubnikov, Victor; Trzaska, Wladyslaw Henryk; Trzcinski, Tomasz Piotr; Trzeciak, Barbara Antonina; Tsuji, Tomoya; Tumkin, Alexandr; Turrisi, Rosario; Tveter, Trine Spedstad; Ullaland, Kjetil; Umaka, Ejiro Naomi; Uras, Antonio; Usai, Gianluca; Utrobicic, Antonija; Vala, Martin; Van Hoorne, Jacobus Willem; Van Leeuwen, Marco; Vande Vyvre, Pierre; Varga, Dezso; Diozcora Vargas Trevino, Aurora; Vargyas, Marton; Varma, Raghava; Vasileiou, Maria; Vasiliev, Andrey; Vauthier, Astrid; Vazquez Doce, Oton; Vechernin, Vladimir; Veen, Annelies Marianne; Velure, Arild; Vercellin, Ermanno; Vergara Limon, Sergio; Vermunt, Luuk; Vernet, Renaud; Vertesi, Robert; Vickovic, Linda; Viinikainen, Jussi Samuli; Vilakazi, Zabulon; Villalobos Baillie, Orlando; Villatoro Tello, Abraham; Vinogradov, Alexander; Virgili, Tiziano; Vislavicius, Vytautas; Vodopyanov, Alexander; Volkl, Martin Andreas; Voloshin, Kirill; Voloshin, Sergey; Volpe, Giacomo; Von Haller, Barthelemy; Vorobyev, Ivan; Voscek, Dominik; Vranic, Danilo; Vrlakova, Janka; Wagner, Boris; Wang, Hongkai; Wang, Mengliang; Watanabe, Yosuke; Weber, Michael; Weber, Steffen Georg; Wegrzynek, Adam; Weiser, Dennis Franz; Wenzel, Sandro Christian; Wessels, Johannes Peter; Westerhoff, Uwe; Whitehead, Andile Mothegi; Wiechula, Jens; Wikne, Jon; Wilk, Grzegorz Andrzej; Wilkinson, Jeremy John; Willems, Guido Alexander; Williams, Crispin; Willsher, Emily; Windelband, Bernd Stefan; Witt, William Edward; Xu, Ran; Yalcin, Serpil; Yamakawa, Kosei; Yano, Satoshi; Yin, Zhongbao; Yokoyama, Hiroki; Yoo, In-kwon; Yoon, Jin Hee; Yurchenko, Volodymyr; Zaccolo, Valentina; Zaman, Ali; Zampolli, Chiara; Correa Zanoli, Henrique Jose; Zardoshti, Nima; Zarochentsev, Andrey; Zavada, Petr; Zavyalov, Nikolay; Zbroszczyk, Hanna Paulina; Zhalov, Mikhail; Zhang, Xiaoming; Zhang, Yonghong; Zhang, Zuman; Zhao, Chengxin; Zherebchevskii, Vladimir; Zhigareva, Natalia; Zhou, Daicui; Zhou, You; Zhou, Zhuo; Zhu, Hongsheng; Zhu, Jianhui; Zhu, Ya; Zichichi, Antonino; Zimmermann, Markus Bernhard; Zinovjev, Gennady; Zmeskal, Johann; Zou, Shuguang

    2018-01-01

    The production of the $\\rho(770)^{0}$ meson has been measured at mid-rapidity (|y| < 0.5) in pp and centrality differential Pb-Pb collisions at $\\sqrt{s_{NN}}$ = 2.76 TeV with the ALICE detector at the Large Hadron Collider. The particles have been reconstructed in the $\\rho(770)^{0}\\rightarrow \\pi^{+}\\pi^{-}$ decay channel in the transverse momentum ($p_{T}$) range 0.5 − 11 GeV/$c$. A centrality dependent suppression of the ratio of the integrated yields $2\\rho(770)^{0}/(\\pi^{+}+\\pi^{-})$ is observed. The ratio decreases by ~40% from pp to central Pb-Pb collisions. A study of the $p_{T}$-differential $2\\rho(770)^{0}/(\\pi^{+}+\\pi^{-})$ ratio reveals that the suppression occurs at low transverse momenta, $p_{T}$ < 2 GeV/$c$. At higher momentum, particle ratios measured in heavy-ion and pp collisions are consistent. The observed suppression is very similar to that previously measured for the $K^{*}(892)^{0}/K$ ratio and is consistent with EPOS3 predictions that may imply that rescattering in the hadroni...

  10. {phi} meson production in Au + Au and p + p collisions at {radical}s{sub NN}=200 GeV

    Energy Technology Data Exchange (ETDEWEB)

    Adams, J.; Adler, C.; Aggarwal, M.M.; Ahammed, Z.; Amonett, J.; Anderson, B.D.; Arkhipkin, D.; Averichev, G.S.; Badyal, S.K.; Balewski, J.; Barannikova, O.; Barnby, L.S.; Baudot, J.; Bekele, S.; Belaga, V.V.; Bellwied, R.; Berger, J.; Bezverkhny, B.I.; Bhardwaj, S.; Bhati, A.K.; Bichsel, H.; Billmeier, A.; Bland, L.C.; Blyth, C.O.; Bonner, B.E.; Botje, M.; Boucham, A.; Brandin, A.; Bravar, A.; Cadman, R.V.; Cai, X.Z.; Caines, H.; Calderon de la Barca Sanchez, M.; Carroll, J.; Castillo, J.; Cebra, D.; Chaloupka, P.; Chattopadhyay, S.; Chen, H.F.; Chen, Y.; Chernenko, S.P.; Cherney, M.; Chikanian, A.; Christie, W.; Coffin, J.P.; Cormier, T.M.; Cramer, J.G.; Crawford, H.J.; Das, D.; Das, S.; Derevschikov, A.A.; Didenko, L.; Dietel, T.; Dong, W.J.; Dong, X.; Draper, J.E.; Du, F.; Dubey, A.K.; Dunin, V.B.; Dunlop, J.C.; Dutta Majumdar, M.R.; Eckardt, V.; Efimov, L.G.; Emelianov, V.; Engelage, J.; Eppley, G.; Erazmus, B.; Estienne, M.; Fachini, P.; Faine, V.; Faivre, J.; Fatemi, R.; Filimonov, K.; Filip, P.; Finch, E.; Fisyak, Y.; Flierl, D.; Foley, K.J.; Fu, J.; Gagliardi, C.A.; Gagunashvili, N.; Gans, J.; Ganti, M.S.; Gaudichet, L.; Germain, M.; Geurts, F.; Ghazikhanian, V.; Ghosh, P.; Gonzalez, J.E.; Grachov, O.; Grebenyuk, O.; Gronstal, S.; Grosnick, D.; Guedon, M.; Guertin, S.M.; Gupta, A.; Gutierrez, T.D.; Hallman, T.J.; Hamed, A.; Hardtke, D.; Harris, J.W.; Heinz, M.; Henry, T.W.; Heppelmann, S.; Hippolyte, B.; Hirsch, A.; Hjort, E.; Hoffmann, G.W.; Horsley, M.; Huang, H.Z.; Huang, S.L.; Hughes, E.; Humanic, T.J.; Igo, G.; Ishihara, A.; Jacobs, P.; Jacobs, W.W.; Janik, M.; Johnson, I.; Jones, P.G.; Judd, E.G.; Kabana, S.; Kaplan, M.; Keane, D.; Khodyrev; Kiryluk, J.; Kisiel, A.; Klay, J.; Klein, S.R.; Klyachko, A.; Koetke, D.D.; Kollegger, T.; Kopytine, S.M.; Kotchenda, L.; Kovalenko, A.D.; Kramer, M.; Kravtsov, P.; Kravstov, V.I.; Krueger, K.; Kuhn, C.; Kulikov, A.I.; Kumar, A.; Kunde, G.J.; Kunz, C.L.; Kutuev, R.Kh.; et al.

    2004-06-01

    We report the STAR measurement of {psi} meson production in Au + Au and p + p collisions at {radical}s{sub NN} = 200 GeV. Using the event mixing technique, the {psi} spectra and yields are obtained at midrapidity for five centrality bins in Au+Au collisions and for non-singly-diffractive p+p collisions. It is found that the {psi} transverse momentum distributions from Au+Au collisions are better fitted with a single-exponential while the p+p spectrum is better described by a double-exponential distribution. The measured nuclear modification factors indicate that {psi} production in central Au+Au collisions is suppressed relative to peripheral collisions when scaled by the number of binary collisions (). The systematics of versus centrality and the constant {psi}/K{sup -} ratio versus beam species, centrality, and collision energy rule out kaon coalescence as the dominant mechanism for {psi} production.

  11. Pseudorapidity density of charged particles p-Pb collisions at $\\sqrt{s_{NN}}$ = 5.02 TeV

    CERN Document Server

    Abelev, Betty; Adamova, Dagmar; Adare, Andrew Marshall; Aggarwal, Madan; Aglieri Rinella, Gianluca; Agnello, Michelangelo; Agocs, Andras Gabor; Agostinelli, Andrea; Ahammed, Zubayer; Ahmad, Nazeer; Ahmad, Arshad; Ahn, Sang Un; Ahn, Sul-Ah; Ajaz, Muhammad; Akindinov, Alexander; Aleksandrov, Dmitry; Alessandro, Bruno; Alfaro Molina, Jose Ruben; Alici, Andrea; Alkin, Anton; Almaraz Avina, Erick Jonathan; Alme, Johan; Alt, Torsten; Altini, Valerio; Altinpinar, Sedat; Altsybeev, Igor; Andrei, Cristian; Andronic, Anton; Anguelov, Venelin; Anielski, Jonas; Anson, Christopher Daniel; Anticic, Tome; Antinori, Federico; Antonioli, Pietro; Aphecetche, Laurent Bernard; Appelshauser, Harald; Arbor, Nicolas; Arcelli, Silvia; Arend, Andreas; Armesto, Nestor; Arnaldi, Roberta; Aronsson, Tomas Robert; Arsene, Ionut Cristian; Arslandok, Mesut; Asryan, Andzhey; Augustinus, Andre; Averbeck, Ralf Peter; Awes, Terry; Aysto, Juha Heikki; Azmi, Mohd Danish; Bach, Matthias Jakob; Badala, Angela; Baek, Yong Wook; Bailhache, Raphaelle Marie; Bala, Renu; Baldini Ferroli, Rinaldo; Baldisseri, Alberto; Baltasar Dos Santos Pedrosa, Fernando; Ban, Jaroslav; Baral, Rama Chandra; Barbera, Roberto; Barile, Francesco; Barnafoldi, Gergely Gabor; Barnby, Lee Stuart; Barret, Valerie; Bartke, Jerzy Gustaw; Basile, Maurizio; Bastid, Nicole; Basu, Sumit; Bathen, Bastian; Batigne, Guillaume; Batyunya, Boris; Baumann, Christoph Heinrich; Bearden, Ian Gardner; Beck, Hans; Behera, Nirbhay Kumar; Belikov, Iouri; Bellini, Francesca; Bellwied, Rene; Belmont-Moreno, Ernesto; Bencedi, Gyula; Beole, Stefania; Berceanu, Ionela; Bercuci, Alexandru; Berdnikov, Yaroslav; Berenyi, Daniel; Bergognon, Anais Annick Erica; Berzano, Dario; Betev, Latchezar; Bhasin, Anju; Bhati, Ashok Kumar; Bhom, Jihyun; Bianchi, Livio; Bianchi, Nicola; Bielcik, Jaroslav; Bielcikova, Jana; Bilandzic, Ante; Bjelogrlic, Sandro; Blanco, Francesco; Blanco, F; Blau, Dmitry; Blume, Christoph; Boccioli, Marco; Boettger, Stefan; Bogdanov, Alexey; Boggild, Hans; Bogolyubsky, Mikhail; Boldizsar, Laszlo; Bombara, Marek; Book, Julian; Borel, Herve; Borissov, Alexander; Bossu, Francesco; Botje, Michiel; Botta, Elena; Braidot, Ermes; Braun-Munzinger, Peter; Bregant, Marco; Breitner, Timo Gunther; Browning, Tyler Allen; Broz, Michal; Brun, Rene; Bruna, Elena; Bruno, Giuseppe Eugenio; Budnikov, Dmitry; Buesching, Henner; Bufalino, Stefania; Busch, Oliver; Buthelezi, Edith Zinhle; Caballero Orduna, Diego; Caffarri, Davide; Cai, Xu; Caines, Helen Louise; Calvo Villar, Ernesto; Camerini, Paolo; Canoa Roman, Veronica; Cara Romeo, Giovanni; Carena, Wisla; Carena, Francesco; Carlin Filho, Nelson; Carminati, Federico; Casanova Diaz, Amaya Ofelia; Castillo Castellanos, Javier Ernesto; Castillo Hernandez, Juan Francisco; Casula, Ester Anna Rita; Catanescu, Vasile; Cavicchioli, Costanza; Ceballos Sanchez, Cesar; Cepila, Jan; Cerello, Piergiorgio; Chang, Beomsu; Chapeland, Sylvain; Charvet, Jean-Luc Fernand; Chattopadhyay, Subhasis; Chattopadhyay, Sukalyan; Chawla, Isha; Cherney, Michael Gerard; Cheshkov, Cvetan; Cheynis, Brigitte; Chibante Barroso, Vasco Miguel; Chinellato, David; Chochula, Peter; Chojnacki, Marek; Choudhury, Subikash; Christakoglou, Panagiotis; Christensen, Christian Holm; Christiansen, Peter; Chujo, Tatsuya; Chung, Suh-Urk; Cicalo, Corrado; Cifarelli, Luisa; Cindolo, Federico; Cleymans, Jean Willy Andre; Coccetti, Fabrizio; Colamaria, Fabio; Colella, Domenico; Collu, Alberto; Conesa Balbastre, Gustavo; Conesa del Valle, Zaida; Connors, Megan Elizabeth; Contin, Giacomo; Contreras, Jesus Guillermo; Cormier, Thomas Michael; Corrales Morales, Yasser; Cortese, Pietro; Cortes Maldonado, Ismael; Cosentino, Mauro Rogerio; Costa, Filippo; Cotallo, Manuel Enrique; Crescio, Elisabetta; Crochet, Philippe; Cruz Alaniz, Emilia; Cuautle, Eleazar; Cunqueiro, Leticia; Dainese, Andrea; Dalsgaard, Hans Hjersing; Danu, Andrea; Das, Kushal; Das, Indranil; Das, Supriya; Das, Debasish; Dash, Sadhana; Dash, Ajay Kumar; De, Sudipan; de Barros, Gabriel; De Caro, Annalisa; de Cataldo, Giacinto; de Cuveland, Jan; De Falco, Alessandro; De Gruttola, Daniele; Delagrange, Hugues; Deloff, Andrzej; De Marco, Nora; Denes, Ervin; De Pasquale, Salvatore; Deppman, Airton; D'Erasmo, Ginevra; de Rooij, Raoul Stefan; Diaz Corchero, Miguel Angel; Di Bari, Domenico; Dietel, Thomas; Di Giglio, Carmelo; Di Liberto, Sergio; Di Mauro, Antonio; Di Nezza, Pasquale; Divia, Roberto; Djuvsland, Oeystein; Dobrin, Alexandru Florin; Dobrowolski, Tadeusz Antoni; Donigus, Benjamin; Dordic, Olja; Driga, Olga; Dubey, Anand Kumar; Dubla, Andrea; Ducroux, Laurent; Dupieux, Pascal; Dutta Majumdar, Mihir Ranjan; Dutta Majumdar, AK; Elia, Domenico; Emschermann, David Philip; Engel, Heiko; Erazmus, Barbara; Erdal, Hege Austrheim; Espagnon, Bruno; Estienne, Magali Danielle; Esumi, Shinichi; Evans, David; Eyyubova, Gyulnara; Fabris, Daniela; Faivre, Julien; Falchieri, Davide; Fantoni, Alessandra; Fasel, Markus; Fearick, Roger Worsley; Fehlker, Dominik; Feldkamp, Linus; Felea, Daniel; Feliciello, Alessandro; Fenton-Olsen, Bo; Feofilov, Grigory; Fernandez Tellez, Arturo; Ferretti, Alessandro; Festanti, Andrea; Figiel, Jan; Figueredo, Marcel; Filchagin, Sergey; Finogeev, Dmitry; Fionda, Fiorella; Fiore, Enrichetta Maria; Floris, Michele; Foertsch, Siegfried Valentin; Foka, Panagiota; Fokin, Sergey; Fragiacomo, Enrico; Francescon, Andrea; Frankenfeld, Ulrich Michael; Fuchs, Ulrich; Furget, Christophe; Fusco Girard, Mario; Gaardhoje, Jens Joergen; Gagliardi, Martino; Gago, Alberto; Gallio, Mauro; Gangadharan, Dhevan Raja; Ganoti, Paraskevi; Garabatos, Jose; Garcia-Solis, Edmundo; Garishvili, Irakli; Gerhard, Jochen; Germain, Marie; Geuna, Claudio; Gheata, Andrei George; Gheata, Mihaela; Ghosh, Premomoy; Gianotti, Paola; Girard, Martin Robert; Giubellino, Paolo; Gladysz-Dziadus, Ewa; Glassel, Peter; Gomez, Ramon; Gonzalez Ferreiro, Elena; Gonzalez-Trueba, Laura Helena; Gonzalez-Zamora, Pedro; Gorbunov, Sergey; Goswami, Ankita; Gotovac, Sven; Grabski, Varlen; Graczykowski, Lukasz Kamil; Grajcarek, Robert; Grelli, Alessandro; Grigoras, Alina Gabriela; Grigoras, Costin; Grigoriev, Vladislav; Grigoryan, Smbat; Grigoryan, Ara; Grinyov, Boris; Grion, Nevio; Gros, Philippe; Grosse-Oetringhaus, Jan Fiete; Grossiord, Jean-Yves; Grosso, Raffaele; Guber, Fedor; Guernane, Rachid; Guerra Gutierrez, Cesar; Guerzoni, Barbara; Guilbaud, Maxime Rene Joseph; Gulbrandsen, Kristjan Herlache; Gulkanyan, Hrant; Gunji, Taku; Gupta, Anik; Gupta, Ramni; Haaland, Oystein Senneset; Hadjidakis, Cynthia Marie; Haiduc, Maria; Hamagaki, Hideki; Hamar, Gergoe; Han, Byounghee; Hanratty, Luke David; Hansen, Alexander; Harmanova, Zuzana; Harris, John William; Hartig, Matthias; Harton, Austin; Hasegan, Dumitru; Hatzifotiadou, Despoina; Hayashi, Shinichi; Hayrapetyan, Arsen; Heckel, Stefan Thomas; Heide, Markus Ansgar; Helstrup, Haavard; Herghelegiu, Andrei Ionut; Herrera Corral, Gerardo Antonio; Herrmann, Norbert; Hess, Benjamin Andreas; Hetland, Kristin Fanebust; Hicks, Bernard; Hippolyte, Boris; Hori, Yasuto; Hristov, Peter Zahariev; Hrivnacova, Ivana; Huang, Meidana; Humanic, Thomas; Hwang, Dae Sung; Ichou, Raphaelle; Ilkaev, Radiy; Ilkiv, Iryna; Inaba, Motoi; Incani, Elisa; Innocenti, Gian Michele; Innocenti, Pier Giorgio; Ippolitov, Mikhail; Irfan, Muhammad; Ivan, Cristian George; Ivanov, Vladimir; Ivanov, Andrey; Ivanov, Marian; Ivanytskyi, Oleksii; Jacholkowski, Adam Wlodzimierz; Jacobs, Peter; Jang, Haeng Jin; Janik, Rudolf; Janik, Malgorzata Anna; Jayarathna, Sandun; Jena, Satyajit; Jha, Deeptanshu Manu; Jimenez Bustamante, Raul Tonatiuh; Jones, Peter Graham; Jung, Hyung Taik; Jusko, Anton; Kaidalov, Alexei; Kalcher, Sebastian; Kalinak, Peter; Kalliokoski, Tuomo Esa Aukusti; Kalweit, Alexander Philipp; Kang, Ju Hwan; Kaplin, Vladimir; Karasu Uysal, Ayben; Karavichev, Oleg; Karavicheva, Tatiana; Karpechev, Evgeny; Kazantsev, Andrey; Kebschull, Udo Wolfgang; Keidel, Ralf; Khan, Kamal Hussain; Khan, Palash; Khan, Mohisin Mohammed; Khan, Shuaib Ahmad; Khanzadeev, Alexei; Kharlov, Yury; Kileng, Bjarte; Kim, Do Won; Kim, Taesoo; Kim, Beomkyu; Kim, Jonghyun; Kim, Jin Sook; Kim, Mimae; Kim, Minwoo; Kim, Se Yong; Kim, Dong Jo; Kirsch, Stefan; Kisel, Ivan; Kiselev, Sergey; Kisiel, Adam Ryszard; Klay, Jennifer Lynn; Klein, Jochen; Klein-Bosing, Christian; Kliemant, Michael; Kluge, Alexander; Knichel, Michael Linus; Knospe, Anders Garritt; Kohler, Markus; Kollegger, Thorsten; Kolojvari, Anatoly; Kondratiev, Valery; Kondratyeva, Natalia; Konevskih, Artem; Kour, Ravjeet; Kovalenko, Vladimir; Kowalski, Marek; Kox, Serge; Koyithatta Meethaleveedu, Greeshma; Kral, Jiri; Kralik, Ivan; Kramer, Frederick; Kravcakova, Adela; Krawutschke, Tobias; Krelina, Michal; Kretz, Matthias; Krivda, Marian; Krizek, Filip; Krus, Miroslav; Kryshen, Evgeny; Krzewicki, Mikolaj; Kucheriaev, Yury; Kugathasan, Thanushan; Kuhn, Christian Claude; Kuijer, Paul; Kulakov, Igor; Kumar, Jitendra; Kurashvili, Podist; Kurepin, A; Kurepin, AB; Kuryakin, Alexey; Kushpil, Vasily; Kushpil, Svetlana; Kvaerno, Henning; Kweon, Min Jung; Kwon, Youngil; Ladron de Guevara, Pedro; Lakomov, Igor; Langoy, Rune; La Pointe, Sarah Louise; Lara, Camilo Ernesto; Lardeux, Antoine Xavier; La Rocca, Paola; Lea, Ramona; Lechman, Mateusz; Lee, Ki Sang; Lee, Sung Chul; Lee, Graham Richard; Legrand, Iosif; Lehnert, Joerg Walter; Lenhardt, Matthieu Laurent; Lenti, Vito; Leon, Hermes; Leoncino, Marco; Leon Monzon, Ildefonso; Leon Vargas, Hermes; Levai, Peter; Lien, Jorgen; Lietava, Roman; Lindal, Svein; Lindenstruth, Volker; Lippmann, Christian; Lisa, Michael Annan; Ljunggren, Hans Martin; Loenne, Per-Ivar; Loggins, Vera; Loginov, Vitaly; Lohner, Daniel; Loizides, Constantinos; Loo, Kai Krister; Lopez, Xavier Bernard; Lopez Torres, Ernesto; Lovhoiden, Gunnar; Lu, Xianguo; Luettig, Philipp; Lunardon, Marcello; Luo, Jiebin; Luparello, Grazia; Luzzi, Cinzia; Ma, Ke; Ma, Rongrong; Madagodahettige-Don, Dilan Minthaka; Maevskaya, Alla; Mager, Magnus; Mahapatra, Durga Prasad; Maire, Antonin; Malaev, Mikhail; Maldonado Cervantes, Ivonne Alicia; Malinina, Ludmila; Mal'Kevich, Dmitry; Malzacher, Peter; Mamonov, Alexander; Manceau, Loic Henri Antoine; Mangotra, Lalit Kumar; Manko, Vladislav; Manso, Franck; Manzari, Vito; Mao, Yaxian; Marchisone, Massimiliano; Mares, Jiri; Margagliotti, Giacomo Vito; Margotti, Anselmo; Marin, Ana Maria; Markert, Christina; Marquard, Marco; Martashvili, Irakli; Martin, Nicole Alice; Martinengo, Paolo; Martinez, Mario Ivan; Martinez Davalos, Arnulfo; Martinez Garcia, Gines; Martynov, Yevgen; Mas, Alexis Jean-Michel; Masciocchi, Silvia; Masera, Massimo; Masoni, Alberto; Massacrier, Laure Marie; Mastroserio, Annalisa; Matthews, Zoe Louise; Matyja, Adam Tomasz; Mayer, Christoph; Mazer, Joel; Mazzoni, Alessandra Maria; Meddi, Franco; Menchaca-Rocha, Arturo Alejandro; Mercado Perez, Jorge; Meres, Michal; Miake, Yasuo; Milano, Leonardo; Milosevic, Jovan; Mischke, Andre; Mishra, Aditya Nath; Miskowiec, Dariusz; Mitu, Ciprian Mihai; Mizuno, Sanshiro; Mlynarz, Jocelyn; Mohanty, Bedangadas; Molnar, Levente; Montano Zetina, Luis Manuel; Monteno, Marco; Montes, Esther; Moon, Taebong; Morando, Maurizio; Moreira De Godoy, Denise Aparecida; Moretto, Sandra; Morreale, Astrid; Morsch, Andreas; Muccifora, Valeria; Mudnic, Eugen; Muhuri, Sanjib; Mukherjee, Maitreyee; Muller, Hans; Munhoz, Marcelo; Musa, Luciano; Musso, Alfredo; Nandi, Basanta Kumar; Nania, Rosario; Nappi, Eugenio; Nattrass, Christine; Navin, Sparsh; Nayak, Tapan Kumar; Nazarenko, Sergey; Nedosekin, Alexander; Nicassio, Maria; Niculescu, Mihai; Nielsen, Borge Svane; Niida, Takafumi; Nikolaev, Sergey; Nikolic, Vedran; Nikulin, Vladimir; Nikulin, Sergey; Nilsen, Bjorn Steven; Nilsson, Mads Stormo; Noferini, Francesco; Nomokonov, Petr; Nooren, Gerardus; Novitzky, Norbert; Nyanin, Alexandre; Nyatha, Anitha; Nygaard, Casper; Nystrand, Joakim Ingemar; Ochirov, Alexander; Oeschler, Helmut Oskar; Oh, Sun Kun; Oh, Saehanseul; Oleniacz, Janusz; Oliveira Da Silva, Antonio Carlos; Oppedisano, Chiara; Ortiz Velasquez, Antonio; Oskarsson, Anders Nils Erik; Ostrowski, Piotr Krystian; Otwinowski, Jacek Tomasz; Oyama, Ken; Ozawa, Kyoichiro; Pachmayer, Yvonne Chiara; Pachr, Milos; Padilla, Fatima; Pagano, Paola; Paic, Guy; Painke, Florian; Pajares, Carlos; Pal, Susanta Kumar; Palaha, Arvinder Singh; Palmeri, Armando; Papikyan, Vardanush; Pappalardo, Giuseppe; Park, Woo Jin; Passfeld, Annika; Pastircak, Blahoslav; Patalakha, Dmitri Ivanovich; Paticchio, Vincenzo; Paul, Biswarup; Pavlinov, Alexei; Pawlak, Tomasz Jan; Peitzmann, Thomas; Pereira Da Costa, Hugo Denis Antonio; Pereira De Oliveira Filho, Elienos; Peresunko, Dmitri; Perez Lara, Carlos Eugenio; Perini, Diego; Perrino, Davide; Peryt, Wiktor Stanislaw; Pesci, Alessandro; Peskov, Vladimir; Pestov, Yury; Petracek, Vojtech; Petran, Michal; Petris, Mariana; Petrov, Plamen Rumenov; Petrovici, Mihai; Petta, Catia; Piano, Stefano; Piccotti, Anna; Pikna, Miroslav; Pillot, Philippe; Pinazza, Ombretta; Pinsky, Lawrence; Pitz, Nora; Piyarathna, Danthasinghe; Planinic, Mirko; Ploskon, Mateusz Andrzej; Pluta, Jan Marian; Pocheptsov, Timur; Pochybova, Sona; Podesta Lerma, Pedro Luis Manuel; Poghosyan, Martin; Polak, Karel; Polichtchouk, Boris; Pop, Amalia; Porteboeuf-Houssais, Sarah; Pospisil, Vladimir; Potukuchi, Baba; Prasad, Sidharth Kumar; Preghenella, Roberto; Prino, Francesco; Pruneau, Claude Andre; Pshenichnov, Igor; Puddu, Giovanna; Punin, Valery; Putis, Marian; Putschke, Jorn Henning; Quercigh, Emanuele; Qvigstad, Henrik; Rachevski, Alexandre; Rademakers, Alphonse; Raiha, Tomi Samuli; Rak, Jan; Rakotozafindrabe, Andry Malala; Ramello, Luciano; Ramirez Reyes, Abdiel; Raniwala, Rashmi; Raniwala, Sudhir; Rasanen, Sami Sakari; Rascanu, Bogdan Theodor; Rathee, Deepika; Read, Kenneth Francis; Real, Jean-Sebastien; Redlich, Krzysztof; Reed, Rosi Jan; Rehman, Attiq Ur; Reichelt, Patrick; Reicher, Martijn; Renfordt, Rainer Arno Ernst; Reolon, Anna Rita; Reshetin, Andrey; Rettig, Felix Vincenz; Revol, Jean-Pierre; Reygers, Klaus Johannes; Riccati, Lodovico; Ricci, Renato Angelo; Richert, Tuva; Richter, Matthias Rudolph; Riedler, Petra; Riegler, Werner; Riggi, Francesco; Rodriguez Cahuantzi, Mario; Rodriguez Manso, Alis; Roed, Ketil; Rohr, David; Rohrich, Dieter; Romita, Rosa; Ronchetti, Federico; Rosnet, Philippe; Rossegger, Stefan; Rossi, Andrea; Roy, Christelle Sophie; Roy, Pradip Kumar; Rubio Montero, Antonio Juan; Rui, Rinaldo; Russo, Riccardo; Ryabinkin, Evgeny; Rybicki, Andrzej; Sadovsky, Sergey; Safarik, Karel; Sahoo, Raghunath; Sahu, Pradip Kumar; Saini, Jogender; Sakaguchi, Hiroaki; Sakai, Shingo; Sakata, Dosatsu; Salgado, Carlos Albert; Salzwedel, Jai; Sambyal, Sanjeev Singh; Samsonov, Vladimir; Sanchez Castro, Xitzel; Sandor, Ladislav; Sandoval, Andres; Sano, Masato; Sano, Satoshi; Santagati, Gianluca; Santoro, Romualdo; Sarkamo, Juho Jaako; Scapparone, Eugenio; Scarlassara, Fernando; Scharenberg, Rolf Paul; Schiaua, Claudiu Cornel; Schicker, Rainer Martin; Schmidt, Christian Joachim; Schmidt, Hans Rudolf; Schreiner, Steffen; Schuchmann, Simone; Schukraft, Jurgen; Schuster, Tim; Schutz, Yves Roland; Schwarz, Kilian Eberhard; Schweda, Kai Oliver; Scioli, Gilda; Scomparin, Enrico; Scott, Patrick Aaron; Scott, Rebecca; Segato, Gianfranco; Selyuzhenkov, Ilya; Senyukov, Serhiy; Seo, Jeewon; Serci, Sergio; Serradilla, Eulogio; Sevcenco, Adrian; Shabetai, Alexandre; Shabratova, Galina; Shahoyan, Ruben; Sharma, Satish; Sharma, Natasha; Sharma, Rohini; Shigaki, Kenta; Shtejer, Katherin; Sibiriak, Yury; Siciliano, Melinda; Siddhanta, Sabyasachi; Siemiarczuk, Teodor; Silvermyr, David Olle Rickard; Silvestre, Catherine; Simatovic, Goran; Simonetti, Giuseppe; Singaraju, Rama Narayana; Singh, Ranbir; Singha, Subhash; Singhal, Vikas; Sinha, Bikash; Sinha, Tinku; Sitar, Branislav; Sitta, Mario; Skaali, Bernhard; Skjerdal, Kyrre; Smakal, Radek; Smirnov, Nikolai; Snellings, Raimond; Sogaard, Carsten; Soltz, Ron Ariel; Son, Hyungsuk; Song, Jihye; Song, Myunggeun; Soos, Csaba; Soramel, Francesca; Sputowska, Iwona; Spyropoulou-Stassinaki, Martha; Srivastava, Brijesh Kumar; Stachel, Johanna; Stan, Ionel; Stan, Ionel; Stefanek, Grzegorz; Steinpreis, Matthew; Stenlund, Evert Anders; Steyn, Gideon Francois; Stiller, Johannes Hendrik; Stocco, Diego; Stolpovskiy, Mikhail; Strmen, Peter; Suaide, Alexandre Alarcon do Passo; Subieta Vasquez, Martin Alfonso; Sugitate, Toru; Suire, Christophe Pierre; Sultanov, Rishat; Sumbera, Michal; Susa, Tatjana; Symons, Timothy; Szanto de Toledo, Alejandro; Szarka, Imrich; Szczepankiewicz, Adam; Szostak, Artur Krzysztof; Szymanski, Maciej; Takahashi, Jun; Tapia Takaki, Daniel Jesus; Tarantola Peloni, Attilio; Tarazona Martinez, Alfonso; Tauro, Arturo; Tejeda Munoz, Guillermo; Telesca, Adriana; Terrevoli, Cristina; Thader, Jochen Mathias; Thomas, Deepa; Tieulent, Raphael Noel; Timmins, Anthony; Tlusty, David; Toia, Alberica; Torii, Hisayuki; Toscano, Luca; Trubnikov, Victor; Truesdale, David Christopher; Trzaska, Wladyslaw Henryk; Tsuji, Tomoya; Tumkin, Alexandr; Turrisi, Rosario; Tveter, Trine Spedstad; Ulery, Jason Glyndwr; Ullaland, Kjetil; Ulrich, Jochen; Uras, Antonio; Urban, Jozef; Urciuoli, Guido Marie; Usai, Gianluca; Vajzer, Michal; Vala, Martin; Valencia Palomo, Lizardo; Vallero, Sara; Vande Vyvre, Pierre; van Leeuwen, Marco; Vannucci, Luigi; Vargas, Aurora Diozcora; Varma, Raghava; Vasileiou, Maria; Vasiliev, Andrey; Vechernin, Vladimir; Veldhoen, Misha; Venaruzzo, Massimo; Vercellin, Ermanno; Vergara, Sergio; Vernet, Renaud; Verweij, Marta; Vickovic, Linda; Viesti, Giuseppe; Vilakazi, Zabulon; Villalobos Baillie, Orlando; Vinogradov, Alexander; Vinogradov, Yury; Vinogradov, Leonid; Virgili, Tiziano; Viyogi, Yogendra; Vodopianov, Alexander; Voloshin, Kirill; Voloshin, Sergey; Volpe, Giacomo; von Haller, Barthelemy; Vorobyev, Ivan; Vranic, Danilo; Vrlakova, Janka; Vulpescu, Bogdan; Vyushin, Alexey; Wagner, Vladimir; Wagner, Boris; Wan, Renzhuo; Wang, Yaping; Wang, Mengliang; Wang, Dong; Wang, Yifei; Watanabe, Kengo; Weber, Michael; Wessels, Johannes; Westerhoff, Uwe; Wiechula, Jens; Wikne, Jon; Wilde, Martin Rudolf; Wilk, Grzegorz Andrzej; Wilk, Alexander; Williams, Crispin; Windelband, Bernd Stefan; Xaplanteris Karampatsos, Leonidas; Yaldo, Chris G; Yamaguchi, Yorito; Yang, Shiming; Yang, Hongyan; Yasnopolsky, Stanislav; Yi, JunGyu; Yin, Zhongbao; Yoo, In-Kwon; Yoon, Jongik; Yu, Weilin; Yuan, Xianbao; Yushmanov, Igor; Zaccolo, Valentina; Zach, Cenek; Zampolli, Chiara; Zaporozhets, Sergey; Zarochentsev, Andrey; Zavada, Petr; Zaviyalov, Nikolai; Zbroszczyk, Hanna Paulina; Zelnicek, Pierre; Zgura, Sorin Ion; Zhalov, Mikhail; Zhang, Haitao; Zhang, Xiaoming; Zhou, Fengchu; Zhou, Daicui; Zhou, You; Zhu, Jianhui; Zhu, Hongsheng; Zhu, Jianlin; Zhu, Xiangrong; Zichichi, Antonino; Zimmermann, Alice; Zinovjev, Gennady; Zoccarato, Yannick Denis; Zynovyev, Mykhaylo; Zyzak, Maksym

    2013-01-18

    The charged-particle pseudorapidity density measured over 4 units of pseudorapidity in non-single-diffractive (NSD) p-Pb collisions at a centre-of-mass energy per nucleon pair $\\sqrt{s_{NN}}$ = 5.02 TeV is presented. The average value at midrapidity is measured to be 16.81 $\\pm$ 0.71 (syst.), which corresponds to 2.14 $\\pm$ 0.17 (syst.) per participating nucleon. This is 16% lower than in NSD pp collisions interpolated to the same collision energy, and 84% higher than in d-Au collisions at $\\sqrt{s_{NN}}$ = 0.2 TeV. The measured pseudorapidity density in p-Pb collisions is compared to model predictions, and provides new constraints on the description of particle production in high-energy nuclear collisions.

  12. Production of φ mesons at midrapidity in √(sNN)=200 GeV Au+Au collisions at relativistic energies

    International Nuclear Information System (INIS)

    Adler, S.S.; Aidala, C.; Aronson, S.H.; Chujo, T.; David, G.; Desmond, E.J.; Ewell, L.; Franz, A.; Guryn, W.; Haggerty, J.S.; Harvey, M.; Johnson, B.M.; Kistenev, E.; Kroon, P.J.; Makdisi, Y.I.; Mioduszewski, S.; Mitchell, J.T.; Morrison, D.P.; O'Brien, E.; Pinkenburg, C.

    2005-01-01

    We present the results of φ meson production in the K + K - decay channel from Au+Au collisions at √(s NN )=200 GeV as measured at midrapidity by the PHENIX detector at Brookhaven National Laboratory's Relativistic Heavy Ion Collider. Precision resonance centroid and width values are extracted as a function of collision centrality. No significant variation from the Particle Data Group accepted values is observed, contrary to some model predictions. The φ transverse mass spectra are fitted with a linear exponential function for which the derived inverse slope parameter is seen to be constant as a function of centrality. However, when these data are fitted by a hydrodynamic model the result is that the centrality-dependent freeze-out temperature and the expansion velocity values are consistent with the values previously derived from fitting identified charged hadron data. As a function of transverse momentum the collisions scaled peripheral-to-central yield ratio R CP for the φ is comparable to that of pions rather than that of protons. This result lends support to theoretical models that distinguish between baryons and mesons instead of particle mass for explaining the anomalous (anti) proton yield

  13. MoisturEC: an R application for geostatistical estimation of moisture content from electrical conductivity data

    Science.gov (United States)

    Terry, N.; Day-Lewis, F. D.; Werkema, D. D.; Lane, J. W., Jr.

    2017-12-01

    Soil moisture is a critical parameter for agriculture, water supply, and management of landfills. Whereas direct data (as from TDR or soil moisture probes) provide localized point scale information, it is often more desirable to produce 2D and/or 3D estimates of soil moisture from noninvasive measurements. To this end, geophysical methods for indirectly assessing soil moisture have great potential, yet are limited in terms of quantitative interpretation due to uncertainty in petrophysical transformations and inherent limitations in resolution. Simple tools to produce soil moisture estimates from geophysical data are lacking. We present a new standalone program, MoisturEC, for estimating moisture content distributions from electrical conductivity data. The program uses an indicator kriging method within a geostatistical framework to incorporate hard data (as from moisture probes) and soft data (as from electrical resistivity imaging or electromagnetic induction) to produce estimates of moisture content and uncertainty. The program features data visualization and output options as well as a module for calibrating electrical conductivity with moisture content to improve estimates. The user-friendly program is written in R - a widely used, cross-platform, open source programming language that lends itself to further development and customization. We demonstrate use of the program with a numerical experiment as well as a controlled field irrigation experiment. Results produced from the combined geostatistical framework of MoisturEC show improved estimates of moisture content compared to those generated from individual datasets. This application provides a convenient and efficient means for integrating various data types and has broad utility to soil moisture monitoring in landfills, agriculture, and other problems.

  14. Production of charged pions, kaons and protons at large transverse momenta in pp and Pb-Pb collisions at $\\sqrt{s_{NN}}$ = 2.76 TeV

    CERN Document Server

    Abelev, Betty Bezverkhny; Adamova, Dagmar; Aggarwal, Madan Mohan; Aglieri Rinella, Gianluca; Agnello, Michelangelo; Agostinelli, Andrea; Agrawal, Neelima; Ahammed, Zubayer; Ahmad, Nazeer; Ahmad, Arshad; Ahmed, Ijaz; Ahn, Sang Un; Ahn, Sul-Ah; Aimo, Ilaria; Aiola, Salvatore; Ajaz, Muhammad; Akindinov, Alexander; Aleksandrov, Dmitry; Alessandro, Bruno; Alexandre, Didier; Alici, Andrea; Alkin, Anton; Alme, Johan; Alt, Torsten; Altini, Valerio; Altinpinar, Sedat; Altsybeev, Igor; Alves Garcia Prado, Caio; Andrei, Cristian; Andronic, Anton; Anguelov, Venelin; Anielski, Jonas; Anticic, Tome; Antinori, Federico; Antonioli, Pietro; Aphecetche, Laurent Bernard; Appelshaeuser, Harald; Arbor, Nicolas; Arcelli, Silvia; Armesto Perez, Nestor; Arnaldi, Roberta; Aronsson, Tomas; Arsene, Ionut Cristian; Arslandok, Mesut; Augustinus, Andre; Averbeck, Ralf Peter; Awes, Terry; Azmi, Mohd Danish; Bach, Matthias Jakob; Badala, Angela; Baek, Yong Wook; Bagnasco, Stefano; Bailhache, Raphaelle Marie; Bairathi, Vipul; Bala, Renu; Baldisseri, Alberto; Baltasar Dos Santos Pedrosa, Fernando; Ban, Jaroslav; Baral, Rama Chandra; Barbera, Roberto; Barile, Francesco; Barnafoldi, Gergely Gabor; Barnby, Lee Stuart; Ramillien Barret, Valerie; Bartke, Jerzy Gustaw; Basile, Maurizio; Bastid, Nicole; Basu, Sumit; Bathen, Bastian; Batigne, Guillaume; Batyunya, Boris; Batzing, Paul Christoph; Baumann, Christoph Heinrich; Bearden, Ian Gardner; Beck, Hans; Bedda, Cristina; Behera, Nirbhay Kumar; Belikov, Iouri; Bellini, Francesca; Bellwied, Rene; Belmont Moreno, Ernesto; Bencedi, Gyula; Beole, Stefania; Berceanu, Ionela; Bercuci, Alexandru; Berdnikov, Yaroslav; Berenyi, Daniel; Berger, Martin Emanuel; Bertens, Redmer Alexander; Berzano, Dario; Betev, Latchezar; Bhasin, Anju; Bhati, Ashok Kumar; Bhattacharjee, Buddhadeb; Bhom, Jihyun; Bianchi, Livio; Bianchi, Nicola; Bianchin, Chiara; Bielcik, Jaroslav; Bielcikova, Jana; Bilandzic, Ante; Bjelogrlic, Sandro; Blanco, Fernando; Blau, Dmitry; Blume, Christoph; Bock, Friederike; Boehmer, Felix Valentin; Bogdanov, Alexey; Boggild, Hans; Bogolyubskiy, Mikhail; Boldizsar, Laszlo; Bombara, Marek; Book, Julian Heinz; Borel, Herve; Borissov, Alexander; Bornschein, Joerg; Bossu, Francesco; Botje, Michiel; Botta, Elena; Boettger, Stefan; Braun-Munzinger, Peter; Breitner, Timo Gunther; Broker, Theo Alexander; Browning, Tyler Allen; Broz, Michal; Bruna, Elena; Bruno, Giuseppe Eugenio; Budnikov, Dmitry; Buesching, Henner; Bufalino, Stefania; Buncic, Predrag; Busch, Oliver; Buthelezi, Edith Zinhle; Caffarri, Davide; Cai, Xu; Caines, Helen Louise; Caliva, Alberto; Calvo Villar, Ernesto; Camerini, Paolo; Canoa Roman, Veronica; Carena, Francesco; Carena, Wisla; Carminati, Federico; Casanova Diaz, Amaya Ofelia; Castillo Castellanos, Javier Ernesto; Casula, Ester Anna Rita; Catanescu, Vasile Ioan; Cavicchioli, Costanza; Ceballos Sanchez, Cesar; Cepila, Jan; Cerello, Piergiorgio; Chang, Beomsu; Chapeland, Sylvain; Charvet, Jean-Luc Fernand; Chattopadhyay, Subhasis; Chattopadhyay, Sukalyan; Cherney, Michael Gerard; Cheshkov, Cvetan Valeriev; Cheynis, Brigitte; Chibante Barroso, Vasco Miguel; Dobrigkeit Chinellato, David; Chochula, Peter; Chojnacki, Marek; Choudhury, Subikash; Christakoglou, Panagiotis; Christensen, Christian Holm; Christiansen, Peter; Chujo, Tatsuya; Chung, Suh-Urk; Cicalo, Corrado; Cifarelli, Luisa; Cindolo, Federico; Cleymans, Jean Willy Andre; Colamaria, Fabio Filippo; Colella, Domenico; Collu, Alberto; Colocci, Manuel; Conesa Balbastre, Gustavo; Conesa Del Valle, Zaida; Connors, Megan Elizabeth; Contin, Giacomo; Contreras Nuno, Jesus Guillermo; Cormier, Thomas Michael; Corrales Morales, Yasser; Cortese, Pietro; Cortes Maldonado, Ismael; Cosentino, Mauro Rogerio; Costa, Filippo; Crochet, Philippe; Cruz Albino, Rigoberto; Cuautle Flores, Eleazar; Cunqueiro Mendez, Leticia; Dainese, Andrea; Dang, Ruina; Danu, Andrea; Das, Debasish; Das, Indranil; Das, Kushal; Das, Supriya; Dash, Ajay Kumar; Dash, Sadhana; De, Sudipan; Delagrange, Hugues; Deloff, Andrzej; Denes, Ervin Sandor; D'Erasmo, Ginevra; Oliveira Valeriano De Barros, Gabriel; De Caro, Annalisa; De Cataldo, Giacinto; De Cuveland, Jan; De Falco, Alessandro; De Gruttola, Daniele; De Marco, Nora; De Pasquale, Salvatore; De Rooij, Raoul Stefan; Diaz Corchero, Miguel Angel; Dietel, Thomas; Divia, Roberto; Di Bari, Domenico; Di Liberto, Sergio; Di Mauro, Antonio; Di Nezza, Pasquale; Djuvsland, Oeystein; Dobrin, Alexandru Florin; Dobrowolski, Tadeusz Antoni; Domenicis Gimenez, Diogenes; Donigus, Benjamin; Dordic, Olja; Dorheim, Sverre; Dubey, Anand Kumar; Dubla, Andrea; Ducroux, Laurent; Dupieux, Pascal; Dutt Mazumder, Abhee Kanti; Ehlers Iii, Raymond James; Elia, Domenico; Engel, Heiko; Erazmus, Barbara Ewa; Erdal, Hege Austrheim; Eschweiler, Dominic; Espagnon, Bruno; Estienne, Magali Danielle; Esumi, Shinichi; Evans, David; Evdokimov, Sergey; Eyyubova, Gyulnara; Fabris, Daniela; Faivre, Julien; Falchieri, Davide; Fantoni, Alessandra; Fasel, Markus; Fehlker, Dominik; Feldkamp, Linus; Felea, Daniel; Feliciello, Alessandro; Feofilov, Grigory; Ferencei, Jozef; Fernandez Tellez, Arturo; Gonzalez Ferreiro, Elena; Ferretti, Alessandro; Festanti, Andrea; Figiel, Jan; Araujo Silva Figueredo, Marcel; Filchagin, Sergey; Finogeev, Dmitry; Fionda, Fiorella; Fiore, Enrichetta Maria; Floratos, Emmanouil; Floris, Michele; Foertsch, Siegfried Valentin; Foka, Panagiota; Fokin, Sergey; Fragiacomo, Enrico; Francescon, Andrea; Frankenfeld, Ulrich Michael; Fuchs, Ulrich; Furget, Christophe; Fusco Girard, Mario; Gaardhoeje, Jens Joergen; Gagliardi, Martino; Gallio, Mauro; Gangadharan, Dhevan Raja; Ganoti, Paraskevi; Garabatos Cuadrado, Jose; Garcia-Solis, Edmundo Javier; Gargiulo, Corrado; Garishvili, Irakli; Gerhard, Jochen; Germain, Marie; Gheata, Andrei George; Gheata, Mihaela; Ghidini, Bruno; Ghosh, Premomoy; Ghosh, Sanjay Kumar; Gianotti, Paola; Giubellino, Paolo; Gladysz-Dziadus, Ewa; Glassel, Peter; Gomez Jimenez, Ramon; Gonzalez Zamora, Pedro; Gorbunov, Sergey; Gorlich, Lidia Maria; Gotovac, Sven; Graczykowski, Lukasz Kamil; Grajcarek, Robert; Grelli, Alessandro; Grigoras, Alina Gabriela; Grigoras, Costin; Grigoryev, Vladislav; Grigoryan, Ara; Grigoryan, Smbat; Grynyov, Borys; Grion, Nevio; Grosse-Oetringhaus, Jan Fiete; Grossiord, Jean-Yves; Grosso, Raffaele; Guber, Fedor; Guernane, Rachid; Guerzoni, Barbara; Guilbaud, Maxime Rene Joseph; Gulbrandsen, Kristjan Herlache; Gulkanyan, Hrant; Gunji, Taku; Gupta, Anik; Gupta, Ramni; Khan, Kamal; Haake, Rudiger; Haaland, Oystein Senneset; Hadjidakis, Cynthia Marie; Haiduc, Maria; Hamagaki, Hideki; Hamar, Gergoe; Hanratty, Luke David; Hansen, Alexander; Harris, John William; Hartmann, Helvi; Harton, Austin Vincent; Hatzifotiadou, Despina; Hayashi, Shinichi; Heckel, Stefan Thomas; Heide, Markus Ansgar; Helstrup, Haavard; Herghelegiu, Andrei Ionut; Herrera Corral, Gerardo Antonio; Hess, Benjamin Andreas; Hetland, Kristin Fanebust; Hicks, Bernard Richard; Hippolyte, Boris; Hladky, Jan; Hristov, Peter Zahariev; Huang, Meidana; Humanic, Thomas; Hutter, Dirk; Hwang, Dae Sung; Ilkaev, Radiy; Ilkiv, Iryna; Inaba, Motoi; Incani, Elisa; Innocenti, Gian Michele; Ionita, Costin; Ippolitov, Mikhail; Irfan, Muhammad; Ivanov, Marian; Ivanov, Vladimir; Ivanytskyi, Oleksii; Jacholkowski, Adam Wlodzimierz; Jahnke, Cristiane; Jang, Haeng Jin; Janik, Malgorzata Anna; Pahula Hewage, Sandun; Jena, Satyajit; Jimenez Bustamante, Raul Tonatiuh; Jones, Peter Graham; Jung, Hyungtaik; Jusko, Anton; Kalcher, Sebastian; Kalinak, Peter; Kalweit, Alexander Philipp; Kamin, Jason Adrian; Kang, Ju Hwan; Kaplin, Vladimir; Kar, Somnath; Karasu Uysal, Ayben; Karavichev, Oleg; Karavicheva, Tatiana; Karpechev, Evgeny; Kebschull, Udo Wolfgang; Keidel, Ralf; Ketzer, Bernhard Franz; Khan, Mohammed Mohisin; Khan, Palash; Khan, Shuaib Ahmad; Khanzadeev, Alexei; Kharlov, Yury; Kileng, Bjarte; Kim, Beomkyu; Kim, Do Won; Kim, Dong Jo; Kim, Jinsook; Kim, Mimae; Kim, Minwoo; Kim, Se Yong; Kim, Taesoo; Kirsch, Stefan; Kisel, Ivan; Kiselev, Sergey; Kisiel, Adam Ryszard; Kiss, Gabor; Klay, Jennifer Lynn; Klein, Jochen; Klein-Boesing, Christian; Kluge, Alexander; Knichel, Michael Linus; Knospe, Anders Garritt; Kobdaj, Chinorat; Kofarago, Monika; Kohler, Markus Konrad; Kollegger, Thorsten; Kolozhvari, Anatoly; Kondratev, Valerii; Kondratyeva, Natalia; Konevskikh, Artem; Kovalenko, Vladimir; Kowalski, Marek; Kox, Serge; Koyithatta Meethaleveedu, Greeshma; Kral, Jiri; Kralik, Ivan; Kramer, Frederick; Kravcakova, Adela; Krelina, Michal; Kretz, Matthias; Krivda, Marian; Krizek, Filip; Krus, Miroslav; Kryshen, Evgeny; Krzewicki, Mikolaj; Kucera, Vit; Kucheryaev, Yury; Kugathasan, Thanushan; Kuhn, Christian Claude; Kuijer, Paulus Gerardus; Kulakov, Igor; Kumar, Jitendra; Kurashvili, Podist; Kurepin, Alexander; Kurepin, Alexey; Kuryakin, Alexey; Kushpil, Svetlana; Kushpil, Vasilij; Kweon, Min Jung; Kwon, Youngil; Ladron De Guevara, Pedro; Lagana Fernandes, Caio; Lakomov, Igor; Langoy, Rune; Lara Martinez, Camilo Ernesto; Lardeux, Antoine Xavier; Lattuca, Alessandra; La Pointe, Sarah Louise; La Rocca, Paola; Lea, Ramona; Lee, Graham Richard; Legrand, Iosif; Lehnert, Joerg Walter; Lemmon, Roy Crawford; Lenhardt, Matthieu Laurent; Lenti, Vito; Leogrande, Emilia; Leoncino, Marco; Leon Monzon, Ildefonso; Levai, Peter; Li, Shuang; Lien, Jorgen Andre; Lietava, Roman; Lindal, Svein; Lindenstruth, Volker; Lippmann, Christian; Lisa, Michael Annan; Ljunggren, Hans Martin; Lodato, Davide Francesco; Lonne, Per-Ivar; Loggins, Vera Renee; Loginov, Vitaly; Lohner, Daniel; Loizides, Constantinos; Lopez, Xavier Bernard; Lopez Torres, Ernesto; Lu, Xianguo; Luettig, Philipp Johannes; Lunardon, Marcello; Luo, Jiebin; Luparello, Grazia; Luzzi, Cinzia; Gago Medina, Alberto Martin; Jacobs, Peter Martin; Ma, Rongrong; Maevskaya, Alla; Mager, Magnus; Mahapatra, Durga Prasad; Maire, Antonin; Malaev, Mikhail; Maldonado Cervantes, Ivonne Alicia; Malinina, Liudmila; Mal'Kevich, Dmitry; Malzacher, Peter; Mamonov, Alexander; Manceau, Loic Henri Antoine; Manko, Vladislav; Manso, Franck; Manzari, Vito; Marchisone, Massimiliano; Mares, Jiri; Margagliotti, Giacomo Vito; Margotti, Anselmo; Marin, Ana Maria; Markert, Christina; Marquard, Marco; Martashvili, Irakli; Martin, Nicole Alice; Martinengo, Paolo; Martinez Hernandez, Mario Ivan; Martinez-Garcia, Gines; Martin Blanco, Javier; Martynov, Yevgen; Mas, Alexis Jean-Michel; Masciocchi, Silvia; Masera, Massimo; Masoni, Alberto; Massacrier, Laure Marie; Mastroserio, Annalisa; Matyja, Adam Tomasz; Mayer, Christoph; Mazer, Joel Anthony; Mazumder, Rakesh; Mazzoni, Alessandra Maria; Meddi, Franco; Menchaca-Rocha, Arturo Alejandro; Mercado-Perez, Jorge; Meres, Michal; Miake, Yasuo; Mikhaylov, Konstantin; Milano, Leonardo; Milosevic, Jovan; Mischke, Andre; Mishra, Aditya Nath; Miskowiec, Dariusz Czeslaw; Mitu, Ciprian Mihai; Mlynarz, Jocelyn; Mohanty, Bedangadas; Molnar, Levente; Montano Zetina, Luis Manuel; Montes Prado, Esther; Morando, Maurizio; Moreira De Godoy, Denise Aparecida; Moretto, Sandra; Morreale, Astrid; Morsch, Andreas; Muccifora, Valeria; Mudnic, Eugen; Muhuri, Sanjib; Mukherjee, Maitreyee; Muller, Hans; Gameiro Munhoz, Marcelo; Murray, Sean; Musa, Luciano; Musinsky, Jan; Nandi, Basanta Kumar; Nania, Rosario; Nappi, Eugenio; Nattrass, Christine; Nayak, Tapan Kumar; Nazarenko, Sergey; Nedosekin, Alexander; Nicassio, Maria; Niculescu, Mihai; Nielsen, Borge Svane; Nikolaev, Sergey; Nikulin, Sergey; Nikulin, Vladimir; Nilsen, Bjorn Steven; Noferini, Francesco; Nomokonov, Petr; Nooren, Gerardus; Nyanin, Alexander; Nystrand, Joakim Ingemar; Oeschler, Helmut Oskar; Oh, Saehanseul; Oh, Sun Kun; Okatan, Ali; Olah, Laszlo; Oleniacz, Janusz; Oliveira Da Silva, Antonio Carlos; Onderwaater, Jacobus; Oppedisano, Chiara; Ortiz Velasquez, Antonio; Oskarsson, Anders Nils Erik; Otwinowski, Jacek Tomasz; Oyama, Ken; Pachmayer, Yvonne Chiara; Pachr, Milos; Pagano, Paola; Paic, Guy; Painke, Florian; Pajares Vales, Carlos; Pal, Susanta Kumar; Palmeri, Armando; Pant, Divyash; Papikyan, Vardanush; Pappalardo, Giuseppe; Park, Woojin; Passfeld, Annika; Patalakha, Dmitry; Paticchio, Vincenzo; Paul, Biswarup; Pawlak, Tomasz Jan; Peitzmann, Thomas; Pereira Da Costa, Hugo Denis Antonio; Pereira De Oliveira Filho, Elienos; Peresunko, Dmitry Yurevich; Perez Lara, Carlos Eugenio; Peryt, Wiktor Stanislaw; Pesci, Alessandro; Pestov, Yury; Petracek, Vojtech; Petran, Michal; Petris, Mariana; Petrovici, Mihai; Petta, Catia; Piano, Stefano; Pikna, Miroslav; Pillot, Philippe; Pinazza, Ombretta; Pinsky, Lawrence; Piyarathna, Danthasinghe; Ploskon, Mateusz Andrzej; Planinic, Mirko; Pluta, Jan Marian; Pochybova, Sona; Podesta Lerma, Pedro Luis Manuel; Poghosyan, Martin; Pohjoisaho, Esko Heikki Oskari; Polishchuk, Boris; Poljak, Nikola; Pop, Amalia; Porteboeuf, Sarah Julie; Porter, R Jefferson; Pospisil, Vladimir; Potukuchi, Baba; Prasad, Sidharth Kumar; Preghenella, Roberto; Prino, Francesco; Pruneau, Claude Andre; Pshenichnov, Igor; Puddu, Giovanna; Punin, Valery; Putschke, Jorn Henning; Qvigstad, Henrik; Rachevski, Alexandre; Raha, Sibaji; Rak, Jan; Rakotozafindrabe, Andry Malala; Ramello, Luciano; Raniwala, Rashmi; Raniwala, Sudhir; Rasanen, Sami Sakari; Rascanu, Bogdan Theodor; Rathee, Deepika; Rauf, Aamer Wali; Razazi, Vahedeh; Read, Kenneth Francis; Real, Jean-Sebastien; Redlich, Krzysztof; Reed, Rosi Jan; Rehman, Attiq Ur; Reichelt, Patrick Simon; Reicher, Martijn; Reidt, Felix; Renfordt, Rainer Arno Ernst; Reolon, Anna Rita; Reshetin, Andrey; Rettig, Felix Vincenz; Revol, Jean-Pierre; Reygers, Klaus Johannes; Riabov, Viktor; Ricci, Renato Angelo; Richert, Tuva Ora Herenui; Richter, Matthias Rudolph; Riedler, Petra; Riegler, Werner; Riggi, Francesco; Rivetti, Angelo; Rocco, Elena; Rodriguez Cahuantzi, Mario; Rodriguez Manso, Alis; Roeed, Ketil; Rogochaya, Elena; Sharma, Rohni; Rohr, David Michael; Roehrich, Dieter; Romita, Rosa; Ronchetti, Federico; Ronflette, Lucile; Rosnet, Philippe; Rossegger, Stefan; Rossi, Andrea; Roy, Ankhi; Roy, Christelle Sophie; Roy, Pradip Kumar; Rubio Montero, Antonio Juan; Rui, Rinaldo; Russo, Riccardo; Ryabinkin, Evgeny; Ryabov, Yury; Rybicki, Andrzej; Sadovskiy, Sergey; Safarik, Karel; Sahlmuller, Baldo; Sahoo, Raghunath; Sahu, Pradip Kumar; Saini, Jogender; Salgado Lopez, Carlos Alberto; Salzwedel, Jai Samuel Nielsen; Sambyal, Sanjeev Singh; Samsonov, Vladimir; Sanchez Castro, Xitzel; Sanchez Rodriguez, Fernando Javier; Sandor, Ladislav; Sandoval, Andres; Sano, Masato; Santagati, Gianluca; Sarkar, Debojit; Scapparone, Eugenio; Scarlassara, Fernando; Scharenberg, Rolf Paul; Schiaua, Claudiu Cornel; Schicker, Rainer Martin; Schmidt, Christian Joachim; Schmidt, Hans Rudolf; Schuchmann, Simone; Schukraft, Jurgen; Schulc, Martin; Schuster, Tim Robin; Schutz, Yves Roland; Schwarz, Kilian Eberhard; Schweda, Kai Oliver; Scioli, Gilda; Scomparin, Enrico; Scott, Patrick Aaron; Scott, Rebecca Michelle; Segato, Gianfranco; Seger, Janet Elizabeth; Selyuzhenkov, Ilya; Seo, Jeewon; Serradilla Rodriguez, Eulogio; Sevcenco, Adrian; Shabetai, Alexandre; Shabratova, Galina; Shahoyan, Ruben; Shangaraev, Artem; Sharma, Natasha; Sharma, Satish; Shigaki, Kenta; Shtejer Diaz, Katherin; Sibiryak, Yury; Siddhanta, Sabyasachi; Siemiarczuk, Teodor; Silvermyr, David Olle Rickard; Silvestre, Catherine Micaela; Simatovic, Goran; Singaraju, Rama Narayana; Singh, Ranbir; Singha, Subhash; Singhal, Vikas; Sinha, Bikash; Sarkar - Sinha, Tinku; Sitar, Branislav; Sitta, Mario; Skaali, Bernhard; Skjerdal, Kyrre; Smakal, Radek; Smirnov, Nikolai; Snellings, Raimond; Soegaard, Carsten; Soltz, Ron Ariel; Song, Jihye; Song, Myunggeun; Soramel, Francesca; Sorensen, Soren Pontoppidan; Spacek, Michal; Sputowska, Iwona Anna; Spyropoulou-Stassinaki, Martha; Srivastava, Brijesh Kumar; Stachel, Johanna; Stan, Ionel; Stefanek, Grzegorz; Steinpreis, Matthew Donald; Stenlund, Evert Anders; Steyn, Gideon Francois; Stiller, Johannes Hendrik; Stocco, Diego; Stolpovskiy, Mikhail; Strmen, Peter; Alarcon Do Passo Suaide, Alexandre; Subieta Vasquez, Martin Alfonso; Sugitate, Toru; Suire, Christophe Pierre; Suleymanov, Mais Kazim Oglu; Sultanov, Rishat; Sumbera, Michal; Susa, Tatjana; Symons, Timothy; Szanto De Toledo, Alejandro; Szarka, Imrich; Szczepankiewicz, Adam; Szymanski, Maciej Pawel; Takahashi, Jun; Tangaro, Marco-Antonio; Tapia Takaki, Daniel Jesus; Tarantola Peloni, Attilio; Tarazona Martinez, Alfonso; Tauro, Arturo; Tejeda Munoz, Guillermo; Telesca, Adriana; Terrevoli, Cristina; Ter-Minasyan, Astkhik; Thaeder, Jochen Mathias; Thomas, Deepa; Tieulent, Raphael Noel; Timmins, Anthony Robert; Toia, Alberica; Torii, Hisayuki; Trubnikov, Victor; Trzaska, Wladyslaw Henryk; Tsuji, Tomoya; Tumkin, Alexandr; Turrisi, Rosario; Tveter, Trine Spedstad; Ulery, Jason Glyndwr; Ullaland, Kjetil; Uras, Antonio; Usai, Gianluca; Vajzer, Michal; Vala, Martin; Valencia Palomo, Lizardo; Vallero, Sara; Vande Vyvre, Pierre; Vannucci, Luigi; Van Der Maarel, Jasper; Van Hoorne, Jacobus Willem; Van Leeuwen, Marco; Diozcora Vargas Trevino, Aurora; Varma, Raghava; Vasileiou, Maria; Vasiliev, Andrey; Vechernin, Vladimir; Veldhoen, Misha; Velure, Arild; Venaruzzo, Massimo; Vercellin, Ermanno; Vergara Limon, Sergio; Vernet, Renaud; Verweij, Marta; Vickovic, Linda; Viesti, Giuseppe; Viinikainen, Jussi Samuli; Vilakazi, Zabulon; Villalobos Baillie, Orlando; Vinogradov, Alexander; Vinogradov, Leonid; Vinogradov, Yury; Virgili, Tiziano; Viyogi, Yogendra; Vodopyanov, Alexander; Volkl, Martin Andreas; Voloshin, Kirill; Voloshin, Sergey; Volpe, Giacomo; Von Haller, Barthelemy; Vorobyev, Ivan; Vranic, Danilo; Vrlakova, Janka; Vulpescu, Bogdan; Vyushin, Alexey; Wagner, Boris; Wagner, Jan; Wagner, Vladimir; Wang, Mengliang; Wang, Yifei; Watanabe, Daisuke; Weber, Michael; Wessels, Johannes Peter; Westerhoff, Uwe; Wiechula, Jens; Wikne, Jon; Wilde, Martin Rudolf; Wilk, Grzegorz Andrzej; Wilkinson, Jeremy John; Williams, Crispin; Windelband, Bernd Stefan; Winn, Michael Andreas; Xiang, Changzhou; Yaldo, Chris G; Yamaguchi, Yorito; Yang, Hongyan; Yang, Ping; Yang, Shiming; Yano, Satoshi; Yasnopolskiy, Stanislav; Yi, Jungyu; Yin, Zhongbao; Yoo, In-Kwon; Yushmanov, Igor; Zaccolo, Valentina; Zach, Cenek; Zaman, Ali; Zampolli, Chiara; Zaporozhets, Sergey; Zarochentsev, Andrey; Zavada, Petr; Zavyalov, Nikolay; Zbroszczyk, Hanna Paulina; Zgura, Sorin Ion; Zhalov, Mikhail; Zhang, Fan; Zhang, Haitao; Zhang, Xiaoming; Zhang, Yonghong; Zhao, Chengxin; Zhou, Daicui; Zhou, Fengchu; Zhou, You; Zhu, Hongsheng; Zhu, Jianhui; Zhu, Jianlin; Zhu, Xiangrong; Zichichi, Antonino; Zimmermann, Alice; Zimmermann, Markus Bernhard; Zinovjev, Gennady; Zoccarato, Yannick Denis; Zynovyev, Mykhaylo; Zyzak, Maksym

    2014-07-07

    Transverse momentum spectra of $\\pi^{\\pm}, K^{\\pm}$ and $p(\\bar{p})$ up to $p_T$ = 20 GeV/c at mid-rapidity, |y| $\\le$ 0.8, in pp and Pb-Pb collisions at $\\sqrt{s_{NN}}$ = 2.76 TeV have been measured using the ALICE detector at the LHC. At intermediate $p_T$ (2-8 GeV/c) an enhancement of the proton-to-proton ratio, (p + $\\bar{p})/(\\pi^+ + \\pi^-$), with respect to pp collisions is observed and the ratio reaches ~0.80 in central Pb-Pb collisions. The measurement of the nuclear modification factors for $\\pi^{\\pm}, K^{\\pm}$ and $p(\\bar{p})$ indicates that within the systematic and statistical uncertainties they are the same at high $p_T$ (> 10 GeV/c), suggesting that the chemical composition of leading particles from jets in the medium is similar to that of vacuum jets.

  15. LSHSIM: A Locality Sensitive Hashing based method for multiple-point geostatistics

    Science.gov (United States)

    Moura, Pedro; Laber, Eduardo; Lopes, Hélio; Mesejo, Daniel; Pavanelli, Lucas; Jardim, João; Thiesen, Francisco; Pujol, Gabriel

    2017-10-01

    Reservoir modeling is a very important task that permits the representation of a geological region of interest, so as to generate a considerable number of possible scenarios. Since its inception, many methodologies have been proposed and, in the last two decades, multiple-point geostatistics (MPS) has been the dominant one. This methodology is strongly based on the concept of training image (TI) and the use of its characteristics, which are called patterns. In this paper, we propose a new MPS method that combines the application of a technique called Locality Sensitive Hashing (LSH), which permits to accelerate the search for patterns similar to a target one, with a Run-Length Encoding (RLE) compression technique that speeds up the calculation of the Hamming similarity. Experiments with both categorical and continuous images show that LSHSIM is computationally efficient and produce good quality realizations. In particular, for categorical data, the results suggest that LSHSIM is faster than MS-CCSIM, one of the state-of-the-art methods.

  16. Implementation of the Iterative Proportion Fitting Algorithm for Geostatistical Facies Modeling

    International Nuclear Information System (INIS)

    Li Yupeng; Deutsch, Clayton V.

    2012-01-01

    In geostatistics, most stochastic algorithm for simulation of categorical variables such as facies or rock types require a conditional probability distribution. The multivariate probability distribution of all the grouped locations including the unsampled location permits calculation of the conditional probability directly based on its definition. In this article, the iterative proportion fitting (IPF) algorithm is implemented to infer this multivariate probability. Using the IPF algorithm, the multivariate probability is obtained by iterative modification to an initial estimated multivariate probability using lower order bivariate probabilities as constraints. The imposed bivariate marginal probabilities are inferred from profiles along drill holes or wells. In the IPF process, a sparse matrix is used to calculate the marginal probabilities from the multivariate probability, which makes the iterative fitting more tractable and practical. This algorithm can be extended to higher order marginal probability constraints as used in multiple point statistics. The theoretical framework is developed and illustrated with estimation and simulation example.

  17. Evaluation of permeability of compacted bentonite ground considering heterogeneity by geostatistics

    International Nuclear Information System (INIS)

    Tanaka, Yukihisa; Nakamura, Kunihiko; Kudo, Kohji; Hironaga, Michihiko; Nakagami, Motonori; Niwase, Kazuhito; Komatsu, Shin-ichi

    2007-01-01

    The permeability of the bentonite ground as an engineered barrier is possibly designed to the value which is lower than that determined in terms of required performance because of heterogeneous distribution of permeability in the ground, which might be considerable when the ground is created by the compaction method. The effect of heterogeneity in the ground on the permeability of the bentonite ground should be evaluated by overall permeability of the ground, whereas in practice, the effect is evaluated by the distribution of permeability in the ground. Thus, in this study, overall permeability of the bentonite ground is evaluated from the permeability of the bentonite ground is evaluated from the permeability distribution determined using the geostatistical method with the dry density data as well as permeability data of the undisturbed sample recovered from the bentonite ground. Consequently, it was proved through this study that possibility of overestimation of permeability of the bentonite ground can be reduced if the overall permeability is used. (author)

  18. Facile N...N coupling of manganese(V) imido species.

    Science.gov (United States)

    Yiu, Shek-Man; Lam, William W Y; Ho, Chi-Ming; Lau, Tai-Chu

    2007-01-31

    (Salen)manganese(V) nitrido species are activated by electrophiles such as trifluoroacetic anhydride (TFAA) or trifluoroacetic acid (TFA) to produce N2. Mechanistic studies suggest that the manganese(V) nitrido species first react with TFAA or TFA to produce an imido species, which then undergoes N...N coupling. It is proposed that the resulting manganese(III) mu-diazene species decomposes via internal redox to give N2 and manganese(II). The manganese(II) species is then rapidly oxidized by manganese(V) imide to give manganese(III) and CF3CONH2 (for TFAA) or NH3 (for TFA).

  19. Use of stratigraphic, petrographic, hydrogeologic and geochemical information for hydrogeologic modelling based on geostatistical simulation

    International Nuclear Information System (INIS)

    Rohlig, K.J.; Fischer, H.; Poltl, B.

    2004-01-01

    This paper describes the stepwise utilization of geologic information from various sources for the construction of hydrogeological models of a sedimentary site by means of geostatistical simulation. It presents a practical application of aquifer characterisation by firstly simulating hydrogeological units and then the hydrogeological parameters. Due to the availability of a large amount of hydrogeological, geophysical and other data and information, the Gorleben site (Northern Germany) has been used for a case study in order to demonstrate the approach. The study, which has not yet been completed, tries to incorporate as much as possible of the available information and to characterise the remaining uncertainties. (author)

  20. Spatial Distribution and Mobility Assessment of Carcinogenic Heavy Metals in Soil Profiles Using Geostatistics and Random Forest, Boruta Algorithm

    Directory of Open Access Journals (Sweden)

    Asma Shaheen

    2018-03-01

    Full Text Available In third world countries, industries mainly cause environmental contamination due to lack of environmental policies or oversight during their implementation. The Sheikhupura industrial zone, which includes industries such as tanneries, leather, chemical, textiles, and colour and dyes, contributes massive amounts of untreated effluents that are released directly into drains and used for the irrigation of crops and vegetables. This practice causes not only soil contamination with an excessive amount of heavy metals, but is also considered a source of toxicity in the food chain, i.e., bioaccumulation in plants and ultimately in human body organs. The objective of this research study was to assess the spatial distribution of the heavy metals chromium (Cr, cadmium (Cd, and lead (Pb, at three depths of soil using geostatistics and the selection of significant contributing variables to soil contamination using the Random Forest (RF function of the Boruta Algorithm. A total of 60 sampling locations were selected in the study area to collect soil samples (180 samples at three depths (0–15 cm, 15–30 cm, and 60–90 cm. The soil samples were analysed for their physico-chemical properties, i.e., soil saturation, electrical conductivity (EC, organic matter (OM, pH, phosphorus (P, potassium (K, and Cr, Cd, and Pb using standard laboratory procedures. The data were analysed with comprehensive statistics and geostatistical techniques. The correlation coefficient matrix between the heavy metals and the physico-chemical properties revealed that electrical conductivity (EC had a significant (p ≤ 0.05 negative correlation with Cr, Cd, and Pb. The RF function of the Boruta Algorithm employed soil depth as a classifier and ranked the significant soil contamination parameters (Cr, Cd, Pb, EC, and P in relation to depth. The mobility factor indicated the leachate percentage of heavy metals at different vertical depths of soil. The spatial distribution pattern of

  1. Identified hadron transverse momentum spectra in Au+Au collisions at sNN=62.4 GeV

    Science.gov (United States)

    Back, B. B.; Baker, M. D.; Ballintijn, M.; Barton, D. S.; Betts, R. R.; Bickley, A. A.; Bindel, R.; Busza, W.; Carroll, A.; Chai, Z.; Decowski, M. P.; García, E.; Gburek, T.; George, N.; Gulbrandsen, K.; Halliwell, C.; Hamblen, J.; Hauer, M.; Henderson, C.; Hofman, D. J.; Hollis, R. S.; Hołyński, R.; Holzman, B.; Iordanova, A.; Johnson, E.; Kane, J. L.; Khan, N.; Kulinich, P.; Kuo, C. M.; Lin, W. T.; Manly, S.; Mignerey, A. C.; Nouicer, R.; Olszewski, A.; Pak, R.; Reed, C.; Roland, C.; Roland, G.; Sagerer, J.; Seals, H.; Sedykh, I.; Smith, C. E.; Stankiewicz, M. A.; Steinberg, P.; Stephans, G. S. F.; Sukhanov, A.; Tonjes, M. B.; Trzupek, A.; Vale, C.; Nieuwenhuizen, G. J. Van; Vaurynovich, S. S.; Verdier, R.; Veres, G. I.; Wenger, E.; Wolfs, F. L. H.; Wosiek, B.; Woźniak, K.; Wysłouch, B.

    2007-02-01

    Transverse momentum spectra of pions, kaons, protons, and antiprotons from Au+Au collisions at sNN = 62.4 GeV have been measured by the PHOBOS experiment at the Relativistic Heavy Ion Collider at Brookhaven National Laboratory. The identification of particles relies on three different methods: low momentum particles stopping in the first detector layers; the specific energy loss (dE/dx) in the silicon spectrometer, and time-of-flight measurement. These methods cover the transverse momentum ranges 0.03 0.2, 0.2 1.0, and 0.5 3.0 GeV/c, respectively. Baryons are found to have substantially harder transverse momentum spectra than mesons. The pT region in which the proton to pion ratio reaches unity in central Au+Au collisions at sNN = 62.4 GeV fits into a smooth trend as a function of collision energy. At low transverse mass, the spectra of various species exhibit a significant deviation from transverse mass scaling. The observed particle yields at very low pT are comparable to extrapolations from higher pT for kaons, protons and antiprotons. By comparing our results to Au+Au collisions at sNN = 200 GeV, we conclude that the net proton yield at midrapidity is proportional to the number of participant nucleons in the collision.

  2. Accuracy and uncertainty analysis of soil Bbf spatial distribution estimation at a coking plant-contaminated site based on normalization geostatistical technologies.

    Science.gov (United States)

    Liu, Geng; Niu, Junjie; Zhang, Chao; Guo, Guanlin

    2015-12-01

    Data distribution is usually skewed severely by the presence of hot spots in contaminated sites. This causes difficulties for accurate geostatistical data transformation. Three types of typical normal distribution transformation methods termed the normal score, Johnson, and Box-Cox transformations were applied to compare the effects of spatial interpolation with normal distribution transformation data of benzo(b)fluoranthene in a large-scale coking plant-contaminated site in north China. Three normal transformation methods decreased the skewness and kurtosis of the benzo(b)fluoranthene, and all the transformed data passed the Kolmogorov-Smirnov test threshold. Cross validation showed that Johnson ordinary kriging has a minimum root-mean-square error of 1.17 and a mean error of 0.19, which was more accurate than the other two models. The area with fewer sampling points and that with high levels of contamination showed the largest prediction standard errors based on the Johnson ordinary kriging prediction map. We introduce an ideal normal transformation method prior to geostatistical estimation for severely skewed data, which enhances the reliability of risk estimation and improves the accuracy for determination of remediation boundaries.

  3. The potential-free approach to the construction of the NN-wave functions

    International Nuclear Information System (INIS)

    Troitsky, V.E.

    1984-01-01

    The traditional approaches to the nonrelativistic NN-interaction use local and nonlocal potentials of the kind defined by different dynamical speculations. The wave functions are obtained then from the Schroedinger equation with the chosen potential. Here the author obtains the wave functions (scattering wave function and bound state wave function) directly from the scattering phases in the frame of a dispersion approach without use of potential. (Auth.)

  4. Modelling thermal comfort of visitors at urban squares in hot and arid climate using NN-ARX soft computing method

    Science.gov (United States)

    Kariminia, Shahab; Motamedi, Shervin; Shamshirband, Shahaboddin; Piri, Jamshid; Mohammadi, Kasra; Hashim, Roslan; Roy, Chandrabhushan; Petković, Dalibor; Bonakdari, Hossein

    2016-05-01

    Visitors utilize the urban space based on their thermal perception and thermal environment. The thermal adaptation engages the user's behavioural, physiological and psychological aspects. These aspects play critical roles in user's ability to assess the thermal environments. Previous studies have rarely addressed the effects of identified factors such as gender, age and locality on outdoor thermal comfort, particularly in hot, dry climate. This study investigated the thermal comfort of visitors at two city squares in Iran based on their demographics as well as the role of thermal environment. Assessing the thermal comfort required taking physical measurement and questionnaire survey. In this study, a non-linear model known as the neural network autoregressive with exogenous input (NN-ARX) was employed. Five indices of physiological equivalent temperature (PET), predicted mean vote (PMV), standard effective temperature (SET), thermal sensation votes (TSVs) and mean radiant temperature ( T mrt) were trained and tested using the NN-ARX. Then, the results were compared to the artificial neural network (ANN) and the adaptive neuro-fuzzy inference system (ANFIS). The findings showed the superiority of the NN-ARX over the ANN and the ANFIS. For the NN-ARX model, the statistical indicators of the root mean square error (RMSE) and the mean absolute error (MAE) were 0.53 and 0.36 for the PET, 1.28 and 0.71 for the PMV, 2.59 and 1.99 for the SET, 0.29 and 0.08 for the TSV and finally 0.19 and 0.04 for the T mrt.

  5. Optimal design of multi-state weighted k-out-of-n systems based on component design

    International Nuclear Information System (INIS)

    Li Wei; Zuo, Ming J.

    2008-01-01

    This paper presents a study on design optimization of multi-state weighted k-out-of-n systems. The studied system reliability model is more general than the traditional k-out-of-n system model. The system and its components are capable of assuming a whole range of performance levels, varying from perfect functioning to complete failure. A utility value corresponding to each state is used to indicate the corresponding performance level. A widely studied reliability optimization problem is the 'component selection problem', which involves selection of components with known reliability and cost characteristics. Less adequately addressed has been the problem of determining system cost and utility based on the relationships between component reliability, cost and utility. This paper addresses this topic. All the optimization problems dealt with in this paper can be categorized as either minimizing the expected total system cost subject to system reliability requirements, or maximizing system reliability subject to total system cost limitation. The resulting optimization problems are too complicated to be solved by traditional optimization approaches; therefore, genetic algorithm (GA) is used to solve them. Our results show that GA is a powerful tool for solving these kinds of problems

  6. Multivariate Analysis and Modeling of Sediment Pollution Using Neural Network Models and Geostatistics

    Science.gov (United States)

    Golay, Jean; Kanevski, Mikhaïl

    2013-04-01

    The present research deals with the exploration and modeling of a complex dataset of 200 measurement points of sediment pollution by heavy metals in Lake Geneva. The fundamental idea was to use multivariate Artificial Neural Networks (ANN) along with geostatistical models and tools in order to improve the accuracy and the interpretability of data modeling. The results obtained with ANN were compared to those of traditional geostatistical algorithms like ordinary (co)kriging and (co)kriging with an external drift. Exploratory data analysis highlighted a great variety of relationships (i.e. linear, non-linear, independence) between the 11 variables of the dataset (i.e. Cadmium, Mercury, Zinc, Copper, Titanium, Chromium, Vanadium and Nickel as well as the spatial coordinates of the measurement points and their depth). Then, exploratory spatial data analysis (i.e. anisotropic variography, local spatial correlations and moving window statistics) was carried out. It was shown that the different phenomena to be modeled were characterized by high spatial anisotropies, complex spatial correlation structures and heteroscedasticity. A feature selection procedure based on General Regression Neural Networks (GRNN) was also applied to create subsets of variables enabling to improve the predictions during the modeling phase. The basic modeling was conducted using a Multilayer Perceptron (MLP) which is a workhorse of ANN. MLP models are robust and highly flexible tools which can incorporate in a nonlinear manner different kind of high-dimensional information. In the present research, the input layer was made of either two (spatial coordinates) or three neurons (when depth as auxiliary information could possibly capture an underlying trend) and the output layer was composed of one (univariate MLP) to eight neurons corresponding to the heavy metals of the dataset (multivariate MLP). MLP models with three input neurons can be referred to as Artificial Neural Networks with EXternal

  7. Enzymatic and acidic degradation of high molecular weight dextran into low molecular weight and its characterizations using novel Diffusion-ordered NMR spectroscopy.

    Science.gov (United States)

    Iqbal, Samina; Marchetti, Roberta; Aman, Afsheen; Silipo, Alba; Qader, Shah Ali Ul; Molinaro, Antonio

    2017-10-01

    Low molecular weight fractions were derived from native high molecular weight dextran produced by Leuconostoc mesenteroides KIBGE-IB26. Structural characterization of native and low molecular weight fractions obtained after acidic and enzymatic hydrolysis was done using FTIR and NMR spectroscopy. The molecular weight was estimated using Diffusion Ordered NMR spectroscopy. Native dextran (892kDa) is composed of α-(1→6) glycosidic linkage along with α-(1→3) branching. Major proportion of 528kDa dextran was obtained after prolong enzymatic hydrolysis however, an effective acidic treatment at pH-1.4 up to 02 and 04h of exposure resulted in the formation of 77kDa and 57kDa, respectively. The increment in pH from 1.4 to 1.8 lowered the hydrolysis efficiency and resulted in the formation of 270kDa dextran fraction. The results suggest that derived low molecular weight water soluble fractions can be utilized as a drug delivery carrier along with multiple application relating pharmaceutical industries. Copyright © 2017 Elsevier B.V. All rights reserved.

  8. Simulation of the K-function in the analysis of spatial clustering for non-randomly distributed locations-Exemplified by bovine virus diarrhoea virus (BVDV) infection in Denmark

    DEFF Research Database (Denmark)

    Ersbøll, Annette Kjær; Ersbøll, Bjarne Kjær

    2009-01-01

    -infected (N-N+)). The differences between the empirical and the estimated null-hypothesis version of the K-function are plotted together with the 95% simulation envelopes versus the distance, h. In this way we test if the spatial distribution of the infected herds differs from the spatial distribution...

  9. Measurement of D$^+_s$ production and nuclear modification factor in Pb–Pb collisions at $\\sqrt{s_{\\rm NN}} = 2.76$ TeV

    CERN Document Server

    Adam, Jaroslav; Aggarwal, Madan Mohan; Aglieri Rinella, Gianluca; Agnello, Michelangelo; Agrawal, Neelima; Ahammed, Zubayer; Ahn, Sang Un; Aiola, Salvatore; Akindinov, Alexander; Alam, Sk Noor; Aleksandrov, Dmitry; Alessandro, Bruno; Alexandre, Didier; Alfaro Molina, Jose Ruben; Alici, Andrea; Alkin, Anton; Millan Almaraz, Jesus Roberto; Alme, Johan; Alt, Torsten; Altinpinar, Sedat; Altsybeev, Igor; Alves Garcia Prado, Caio; Andrei, Cristian; Andronic, Anton; Anguelov, Venelin; Anielski, Jonas; Anticic, Tome; Antinori, Federico; Antonioli, Pietro; Aphecetche, Laurent Bernard; Appelshaeuser, Harald; Arcelli, Silvia; Arnaldi, Roberta; Arnold, Oliver Werner; Arsene, Ionut Cristian; Arslandok, Mesut; Audurier, Benjamin; Augustinus, Andre; Averbeck, Ralf Peter; Azmi, Mohd Danish; Badala, Angela; Baek, Yong Wook; Bagnasco, Stefano; Bailhache, Raphaelle Marie; Bala, Renu; Baldisseri, Alberto; Baral, Rama Chandra; Barbano, Anastasia Maria; Barbera, Roberto; Barile, Francesco; Barnafoldi, Gergely Gabor; Barnby, Lee Stuart; Ramillien Barret, Valerie; Bartalini, Paolo; Barth, Klaus; Bartke, Jerzy Gustaw; Bartsch, Esther; Basile, Maurizio; Bastid, Nicole; Basu, Sumit; Bathen, Bastian; Batigne, Guillaume; Batista Camejo, Arianna; Batyunya, Boris; Batzing, Paul Christoph; Bearden, Ian Gardner; Beck, Hans; Bedda, Cristina; Behera, Nirbhay Kumar; Belikov, Iouri; Bellini, Francesca; Bello Martinez, Hector; Bellwied, Rene; Belmont Iii, Ronald John; Belmont Moreno, Ernesto; Belyaev, Vladimir; Bencedi, Gyula; Beole, Stefania; Berceanu, Ionela; Bercuci, Alexandru; Berdnikov, Yaroslav; Berenyi, Daniel; Bertens, Redmer Alexander; Berzano, Dario; Betev, Latchezar; Bhasin, Anju; Bhat, Inayat Rasool; Bhati, Ashok Kumar; Bhattacharjee, Buddhadeb; Bhom, Jihyun; Bianchi, Livio; Bianchi, Nicola; Bianchin, Chiara; Bielcik, Jaroslav; Bielcikova, Jana; Bilandzic, Ante; Biswas, Rathijit; Biswas, Saikat; Bjelogrlic, Sandro; Blair, Justin Thomas; Blau, Dmitry; Blume, Christoph; Bock, Friederike; Bogdanov, Alexey; Boggild, Hans; Boldizsar, Laszlo; Bombara, Marek; Book, Julian Heinz; Borel, Herve; Borissov, Alexander; Borri, Marcello; Bossu, Francesco; Botta, Elena; Boettger, Stefan; Bourjau, Christian; Braun-Munzinger, Peter; Bregant, Marco; Breitner, Timo Gunther; Broker, Theo Alexander; Browning, Tyler Allen; Broz, Michal; Brucken, Erik Jens; Bruna, Elena; Bruno, Giuseppe Eugenio; Budnikov, Dmitry; Buesching, Henner; Bufalino, Stefania; Buncic, Predrag; Busch, Oliver; Buthelezi, Edith Zinhle; Bashir Butt, Jamila; Buxton, Jesse Thomas; Caffarri, Davide; Cai, Xu; Caines, Helen Louise; Calero Diaz, Liliet; Caliva, Alberto; Calvo Villar, Ernesto; Camerini, Paolo; Carena, Francesco; Carena, Wisla; Carnesecchi, Francesca; Castillo Castellanos, Javier Ernesto; Castro, Andrew John; Casula, Ester Anna Rita; Ceballos Sanchez, Cesar; Cepila, Jan; Cerello, Piergiorgio; Cerkala, Jakub; Chang, Beomsu; Chapeland, Sylvain; Chartier, Marielle; Charvet, Jean-Luc Fernand; Chattopadhyay, Subhasis; Chattopadhyay, Sukalyan; Chelnokov, Volodymyr; Cherney, Michael Gerard; Cheshkov, Cvetan Valeriev; Cheynis, Brigitte; Chibante Barroso, Vasco Miguel; Dobrigkeit Chinellato, David; Cho, Soyeon; Chochula, Peter; Choi, Kyungeon; Chojnacki, Marek; Choudhury, Subikash; Christakoglou, Panagiotis; Christensen, Christian Holm; Christiansen, Peter; Chujo, Tatsuya; Chung, Suh-Urk; Cicalo, Corrado; Cifarelli, Luisa; Cindolo, Federico; Cleymans, Jean Willy Andre; Colamaria, Fabio Filippo; Colella, Domenico; Collu, Alberto; Colocci, Manuel; Conesa Balbastre, Gustavo; Conesa Del Valle, Zaida; Connors, Megan Elizabeth; Contreras Nuno, Jesus Guillermo; Cormier, Thomas Michael; Corrales Morales, Yasser; Cortes Maldonado, Ismael; Cortese, Pietro; Cosentino, Mauro Rogerio; Costa, Filippo; Crochet, Philippe; Cruz Albino, Rigoberto; Cuautle Flores, Eleazar; Cunqueiro Mendez, Leticia; Dahms, Torsten; Dainese, Andrea; Danu, Andrea; Das, Debasish; Das, Indranil; Das, Supriya; Dash, Ajay Kumar; Dash, Sadhana; De, Sudipan; De Caro, Annalisa; De Cataldo, Giacinto; De Conti, Camila; De Cuveland, Jan; De Falco, Alessandro; De Gruttola, Daniele; De Marco, Nora; De Pasquale, Salvatore; Deisting, Alexander; Deloff, Andrzej; Denes, Ervin Sandor; Deplano, Caterina; Dhankher, Preeti; Di Bari, Domenico; Di Mauro, Antonio; Di Nezza, Pasquale; Diaz Corchero, Miguel Angel; Dietel, Thomas; Dillenseger, Pascal; Divia, Roberto; Djuvsland, Oeystein; Dobrin, Alexandru Florin; Domenicis Gimenez, Diogenes; Donigus, Benjamin; Dordic, Olja; Drozhzhova, Tatiana; Dubey, Anand Kumar; Dubla, Andrea; Ducroux, Laurent; Dupieux, Pascal; Ehlers Iii, Raymond James; Elia, Domenico; Engel, Heiko; Epple, Eliane; Erazmus, Barbara Ewa; Erdemir, Irem; Erhardt, Filip; Espagnon, Bruno; Estienne, Magali Danielle; Esumi, Shinichi; Eum, Jongsik; Evans, David; Evdokimov, Sergey; Eyyubova, Gyulnara; Fabbietti, Laura; Fabris, Daniela; Faivre, Julien; Fantoni, Alessandra; Fasel, Markus; Feldkamp, Linus; Feliciello, Alessandro; Feofilov, Grigorii; Ferencei, Jozef; Fernandez Tellez, Arturo; Gonzalez Ferreiro, Elena; Ferretti, Alessandro; Festanti, Andrea; Feuillard, Victor Jose Gaston; Figiel, Jan; Araujo Silva Figueredo, Marcel; Filchagin, Sergey; Finogeev, Dmitry; Fionda, Fiorella; Fiore, Enrichetta Maria; Fleck, Martin Gabriel; Floris, Michele; Foertsch, Siegfried Valentin; Foka, Panagiota; Fokin, Sergey; Fragiacomo, Enrico; Francescon, Andrea; Frankenfeld, Ulrich Michael; Fuchs, Ulrich; Furget, Christophe; Furs, Artur; Fusco Girard, Mario; Gaardhoeje, Jens Joergen; Gagliardi, Martino; Gago Medina, Alberto Martin; Gallio, Mauro; Gangadharan, Dhevan Raja; Ganoti, Paraskevi; Gao, Chaosong; Garabatos Cuadrado, Jose; Garcia-Solis, Edmundo Javier; Gargiulo, Corrado; Gasik, Piotr Jan; Gauger, Erin Frances; Germain, Marie; Gheata, Andrei George; Gheata, Mihaela; Ghosh, Premomoy; Ghosh, Sanjay Kumar; Gianotti, Paola; Giubellino, Paolo; Giubilato, Piero; Gladysz-Dziadus, Ewa; Glassel, Peter; Gomez Coral, Diego Mauricio; Gomez Ramirez, Andres; Gonzalez, Victor; Gonzalez Zamora, Pedro; Gorbunov, Sergey; Gorlich, Lidia Maria; Gotovac, Sven; Grabski, Varlen; Grachov, Oleg Anatolievich; Graczykowski, Lukasz Kamil; Graham, Katie Leanne; Grelli, Alessandro; Grigoras, Alina Gabriela; Grigoras, Costin; Grigoryev, Vladislav; Grigoryan, Ara; Grigoryan, Smbat; Grynyov, Borys; Grion, Nevio; Gronefeld, Julius Maximilian; Grosse-Oetringhaus, Jan Fiete; Grossiord, Jean-Yves; Grosso, Raffaele; Guber, Fedor; Guernane, Rachid; Guerzoni, Barbara; Gulbrandsen, Kristjan Herlache; Gunji, Taku; Gupta, Anik; Gupta, Ramni; Haake, Rudiger; Haaland, Oystein Senneset; Hadjidakis, Cynthia Marie; Haiduc, Maria; Hamagaki, Hideki; Hamar, Gergoe; Harris, John William; Harton, Austin Vincent; Hatzifotiadou, Despina; Hayashi, Shinichi; Heckel, Stefan Thomas; Heide, Markus Ansgar; Helstrup, Haavard; Herghelegiu, Andrei Ionut; Herrera Corral, Gerardo Antonio; Hess, Benjamin Andreas; Hetland, Kristin Fanebust; Hillemanns, Hartmut; Hippolyte, Boris; Hosokawa, Ritsuya; Hristov, Peter Zahariev; Huang, Meidana; Humanic, Thomas; Hussain, Nur; Hussain, Tahir; Hutter, Dirk; Hwang, Dae Sung; Ilkaev, Radiy; Inaba, Motoi; Innocenti, Gian Michele; Ippolitov, Mikhail; Irfan, Muhammad; Ivanov, Marian; Ivanov, Vladimir; Izucheev, Vladimir; Jacobs, Peter Martin; Jadhav, Manoj Bhanudas; Jadlovska, Slavka; Jadlovsky, Jan; Jahnke, Cristiane; Jakubowska, Monika Joanna; Jang, Haeng Jin; Janik, Malgorzata Anna; Pahula Hewage, Sandun; Jena, Chitrasen; Jena, Satyajit; Jimenez Bustamante, Raul Tonatiuh; Jones, Peter Graham; Jung, Hyungtaik; Jusko, Anton; Kalinak, Peter; Kalweit, Alexander Philipp; Kamin, Jason Adrian; Kang, Ju Hwan; Kaplin, Vladimir; Kar, Somnath; Karasu Uysal, Ayben; Karavichev, Oleg; Karavicheva, Tatiana; Karayan, Lilit; Karpechev, Evgeny; Kebschull, Udo Wolfgang; Keidel, Ralf; Keijdener, Darius Laurens; Keil, Markus; Khan, Mohammed Mohisin; Khan, Palash; Khan, Shuaib Ahmad; Khanzadeev, Alexei; Kharlov, Yury; Kileng, Bjarte; Kim, Do Won; Kim, Dong Jo; Kim, Daehyeok; Kim, Hyeonjoong; Kim, Jinsook; Kim, Mimae; Kim, Minwoo; Kim, Se Yong; Kim, Taesoo; Kirsch, Stefan; Kisel, Ivan; Kiselev, Sergey; Kisiel, Adam Ryszard; Kiss, Gabor; Klay, Jennifer Lynn; Klein, Carsten; Klein, Jochen; Klein-Boesing, Christian; Klewin, Sebastian; Kluge, Alexander; Knichel, Michael Linus; Knospe, Anders Garritt; Kobayashi, Taiyo; Kobdaj, Chinorat; Kofarago, Monika; Kollegger, Thorsten; Kolozhvari, Anatoly; Kondratev, Valerii; Kondratyeva, Natalia; Kondratyuk, Evgeny; Konevskikh, Artem; Kopcik, Michal; Kour, Mandeep; Kouzinopoulos, Charalampos; Kovalenko, Oleksandr; Kovalenko, Vladimir; Kowalski, Marek; Koyithatta Meethaleveedu, Greeshma; Kralik, Ivan; Kravcakova, Adela; Kretz, Matthias; Krivda, Marian; Krizek, Filip; Kryshen, Evgeny; Krzewicki, Mikolaj; Kubera, Andrew Michael; Kucera, Vit; Kuhn, Christian Claude; Kuijer, Paulus Gerardus; Kumar, Ajay; Kumar, Jitendra; Lokesh, Kumar; Kumar, Shyam; Kurashvili, Podist; Kurepin, Alexander; Kurepin, Alexey; Kuryakin, Alexey; Kweon, Min Jung; Kwon, Youngil; La Pointe, Sarah Louise; La Rocca, Paola; Ladron De Guevara, Pedro; Lagana Fernandes, Caio; Lakomov, Igor; Langoy, Rune; Lara Martinez, Camilo Ernesto; Lardeux, Antoine Xavier; Lattuca, Alessandra; Laudi, Elisa; Lea, Ramona; Leardini, Lucia; Lee, Graham Richard; Lee, Seongjoo; Lehas, Fatiha; Lemmon, Roy Crawford; Lenti, Vito; Leogrande, Emilia; Leon Monzon, Ildefonso; Leon Vargas, Hermes; Leoncino, Marco; Levai, Peter; Li, Shuang; Li, Xiaomei; Lien, Jorgen Andre; Lietava, Roman; Lindal, Svein; Lindenstruth, Volker; Lippmann, Christian; Lisa, Michael Annan; Ljunggren, Hans Martin; Lodato, Davide Francesco; Lonne, Per-Ivar; Loginov, Vitaly; Loizides, Constantinos; Lopez, Xavier Bernard; Lopez Torres, Ernesto; Lowe, Andrew John; Luettig, Philipp Johannes; Lunardon, Marcello; Luparello, Grazia; Maevskaya, Alla; Mager, Magnus; Mahajan, Sanjay; Mahmood, Sohail Musa; Maire, Antonin; Majka, Richard Daniel; Malaev, Mikhail; Maldonado Cervantes, Ivonne Alicia; Malinina, Liudmila; Mal'Kevich, Dmitry; Malzacher, Peter; Mamonov, Alexander; Manko, Vladislav; Manso, Franck; Manzari, Vito; Marchisone, Massimiliano; Mares, Jiri; Margagliotti, Giacomo Vito; Margotti, Anselmo; Margutti, Jacopo; Marin, Ana Maria; Markert, Christina; Marquard, Marco; Martin, Nicole Alice; Martin Blanco, Javier; Martinengo, Paolo; Martinez Hernandez, Mario Ivan; Martinez-Garcia, Gines; Martinez Pedreira, Miguel; Mas, Alexis Jean-Michel; Masciocchi, Silvia; Masera, Massimo; Masoni, Alberto; Massacrier, Laure Marie; Mastroserio, Annalisa; Matyja, Adam Tomasz; Mayer, Christoph; Mazer, Joel Anthony; Mazzoni, Alessandra Maria; Mcdonald, Daniel; Meddi, Franco; Melikyan, Yuri; Menchaca-Rocha, Arturo Alejandro; Meninno, Elisa; Mercado-Perez, Jorge; Meres, Michal; Miake, Yasuo; Mieskolainen, Matti Mikael; Mikhaylov, Konstantin; Milano, Leonardo; Milosevic, Jovan; Minervini, Lazzaro Manlio; Mischke, Andre; Mishra, Aditya Nath; Miskowiec, Dariusz Czeslaw; Mitra, Jubin; Mitu, Ciprian Mihai; Mohammadi, Naghmeh; Mohanty, Bedangadas; Molnar, Levente; Montano Zetina, Luis Manuel; Montes Prado, Esther; Moreira De Godoy, Denise Aparecida; Perez Moreno, Luis Alberto; Moretto, Sandra; Morreale, Astrid; Morsch, Andreas; Muccifora, Valeria; Mudnic, Eugen; Muhlheim, Daniel Michael; Muhuri, Sanjib; Mukherjee, Maitreyee; Mulligan, James Declan; Gameiro Munhoz, Marcelo; Munzer, Robert Helmut; Murray, Sean; Musa, Luciano; Musinsky, Jan; Naik, Bharati; Nair, Rahul; Nandi, Basanta Kumar; Nania, Rosario; Nappi, Eugenio; Naru, Muhammad Umair; Ferreira Natal Da Luz, Pedro Hugo; Nattrass, Christine; Nayak, Kishora; Nayak, Tapan Kumar; Nazarenko, Sergey; Nedosekin, Alexander; Nellen, Lukas; Ng, Fabian; Nicassio, Maria; Niculescu, Mihai; Niedziela, Jeremi; Nielsen, Borge Svane; Nikolaev, Sergey; Nikulin, Sergey; Nikulin, Vladimir; Noferini, Francesco; Nomokonov, Petr; Nooren, Gerardus; Cabanillas Noris, Juan Carlos; Norman, Jaime; Nyanin, Alexander; Nystrand, Joakim Ingemar; Oeschler, Helmut Oskar; Oh, Saehanseul; Oh, Sun Kun; Ohlson, Alice Elisabeth; Okatan, Ali; Okubo, Tsubasa; Olah, Laszlo; Oleniacz, Janusz; Oliveira Da Silva, Antonio Carlos; Oliver, Michael Henry; Onderwaater, Jacobus; Oppedisano, Chiara; Orava, Risto; Ortiz Velasquez, Antonio; Oskarsson, Anders Nils Erik; Otwinowski, Jacek Tomasz; Oyama, Ken; Ozdemir, Mahmut; Pachmayer, Yvonne Chiara; Pagano, Paola; Paic, Guy; Pal, Susanta Kumar; Pan, Jinjin; Pandey, Ashutosh Kumar; Papcun, Peter; Papikyan, Vardanush; Pappalardo, Giuseppe; Pareek, Pooja; Park, Woojin; Parmar, Sonia; Passfeld, Annika; Paticchio, Vincenzo; Patra, Rajendra Nath; Paul, Biswarup; Peitzmann, Thomas; Pereira Da Costa, Hugo Denis Antonio; Pereira De Oliveira Filho, Elienos; Peresunko, Dmitry Yurevich; Perez Lara, Carlos Eugenio; Perez Lezama, Edgar; Peskov, Vladimir; Pestov, Yury; Petracek, Vojtech; Petrov, Viacheslav; Petrovici, Mihai; Petta, Catia; Piano, Stefano; Pikna, Miroslav; Pillot, Philippe; Pinazza, Ombretta; Pinsky, Lawrence; Piyarathna, Danthasinghe; Ploskon, Mateusz Andrzej; Planinic, Mirko; Pluta, Jan Marian; Pochybova, Sona; Podesta Lerma, Pedro Luis Manuel; Poghosyan, Martin; Polishchuk, Boris; Poljak, Nikola; Poonsawat, Wanchaloem; Pop, Amalia; Porteboeuf, Sarah Julie; Porter, R Jefferson; Pospisil, Jan; Prasad, Sidharth Kumar; Preghenella, Roberto; Prino, Francesco; Pruneau, Claude Andre; Pshenichnov, Igor; Puccio, Maximiliano; Puddu, Giovanna; Pujahari, Prabhat Ranjan; Punin, Valery; Putschke, Jorn Henning; Qvigstad, Henrik; Rachevski, Alexandre; Raha, Sibaji; Rajput, Sonia; Rak, Jan; Rakotozafindrabe, Andry Malala; Ramello, Luciano; Rami, Fouad; Raniwala, Rashmi; Raniwala, Sudhir; Rasanen, Sami Sakari; Rascanu, Bogdan Theodor; Rathee, Deepika; Read, Kenneth Francis; Redlich, Krzysztof; Reed, Rosi Jan; Rehman, Attiq Ur; Reichelt, Patrick Simon; Reidt, Felix; Ren, Xiaowen; Renfordt, Rainer Arno Ernst; Reolon, Anna Rita; Reshetin, Andrey; Revol, Jean-Pierre; Reygers, Klaus Johannes; Riabov, Viktor; Ricci, Renato Angelo; Richert, Tuva Ora Herenui; Richter, Matthias Rudolph; Riedler, Petra; Riegler, Werner; Riggi, Francesco; Ristea, Catalin-Lucian; Rocco, Elena; Rodriguez Cahuantzi, Mario; Rodriguez Manso, Alis; Roeed, Ketil; Rogochaya, Elena; Rohr, David Michael; Roehrich, Dieter; Romita, Rosa; Ronchetti, Federico; Ronflette, Lucile; Rosnet, Philippe; Rossi, Andrea; Roukoutakis, Filimon; Roy, Ankhi; Roy, Christelle Sophie; Roy, Pradip Kumar; Rubio Montero, Antonio Juan; Rui, Rinaldo; Russo, Riccardo; Ryabinkin, Evgeny; Ryabov, Yury; Rybicki, Andrzej; Sadovskiy, Sergey; Safarik, Karel; Sahlmuller, Baldo; Sahoo, Pragati; Sahoo, Raghunath; Sahoo, Sarita; Sahu, Pradip Kumar; Saini, Jogender; Sakai, Shingo; Saleh, Mohammad Ahmad; Salzwedel, Jai Samuel Nielsen; Sambyal, Sanjeev Singh; Samsonov, Vladimir; Sandor, Ladislav; Sandoval, Andres; Sano, Masato; Sarkar, Debojit; Scapparone, Eugenio; Scarlassara, Fernando; Schiaua, Claudiu Cornel; Schicker, Rainer Martin; Schmidt, Christian Joachim; Schmidt, Hans Rudolf; Schuchmann, Simone; Schukraft, Jurgen; Schulc, Martin; Schuster, Tim Robin; Schutz, Yves Roland; Schwarz, Kilian Eberhard; Schweda, Kai Oliver; Scioli, Gilda; Scomparin, Enrico; Scott, Rebecca Michelle; Sefcik, Michal; Seger, Janet Elizabeth; Sekiguchi, Yuko; Sekihata, Daiki; Selyuzhenkov, Ilya; Senosi, Kgotlaesele; Senyukov, Serhiy; Serradilla Rodriguez, Eulogio; Sevcenco, Adrian; Shabanov, Arseniy; Shabetai, Alexandre; Shadura, Oksana; Shahoyan, Ruben; Shangaraev, Artem; Sharma, Ankita; Sharma, Mona; Sharma, Monika; Sharma, Natasha; Shigaki, Kenta; Shtejer Diaz, Katherin; Sibiryak, Yury; Siddhanta, Sabyasachi; Sielewicz, Krzysztof Marek; Siemiarczuk, Teodor; Silvermyr, David Olle Rickard; Silvestre, Catherine Micaela; Simatovic, Goran; Simonetti, Giuseppe; Singaraju, Rama Narayana; Singh, Ranbir; Singha, Subhash; Singhal, Vikas; Sinha, Bikash; Sarkar - Sinha, Tinku; Sitar, Branislav; Sitta, Mario; Skaali, Bernhard; Slupecki, Maciej; Smirnov, Nikolai; Snellings, Raimond; Snellman, Tomas Wilhelm; Soegaard, Carsten; Song, Jihye; Song, Myunggeun; Song, Zixuan; Soramel, Francesca; Sorensen, Soren Pontoppidan; Sozzi, Federica; Spacek, Michal; Spiriti, Eleuterio; Sputowska, Iwona Anna; Spyropoulou-Stassinaki, Martha; Stachel, Johanna; Stan, Ionel; Stefanek, Grzegorz; Stenlund, Evert Anders; Steyn, Gideon Francois; Stiller, Johannes Hendrik; Stocco, Diego; Strmen, Peter; Alarcon Do Passo Suaide, Alexandre; Sugitate, Toru; Suire, Christophe Pierre; Suleymanov, Mais Kazim Oglu; Suljic, Miljenko; Sultanov, Rishat; Sumbera, Michal; Szabo, Alexander; Szanto De Toledo, Alejandro; Szarka, Imrich; Szczepankiewicz, Adam; Szymanski, Maciej Pawel; Tabassam, Uzma; Takahashi, Jun; Tambave, Ganesh Jagannath; Tanaka, Naoto; Tangaro, Marco-Antonio; Tarhini, Mohamad; Tariq, Mohammad; Tarzila, Madalina-Gabriela; Tauro, Arturo; Tejeda Munoz, Guillermo; Telesca, Adriana; Terasaki, Kohei; Terrevoli, Cristina; Teyssier, Boris; Thaeder, Jochen Mathias; Thomas, Deepa; Tieulent, Raphael Noel; Timmins, Anthony Robert; Toia, Alberica; Trogolo, Stefano; Trombetta, Giuseppe; Trubnikov, Victor; Trzaska, Wladyslaw Henryk; Tsuji, Tomoya; Tumkin, Alexandr; Turrisi, Rosario; Tveter, Trine Spedstad; Ullaland, Kjetil; Uras, Antonio; Usai, Gianluca; Utrobicic, Antonija; Vajzer, Michal; Vala, Martin; Valencia Palomo, Lizardo; Vallero, Sara; Van Der Maarel, Jasper; Van Hoorne, Jacobus Willem; Van Leeuwen, Marco; Vanat, Tomas; Vande Vyvre, Pierre; Varga, Dezso; Diozcora Vargas Trevino, Aurora; Vargyas, Marton; Varma, Raghava; Vasileiou, Maria; Vasiliev, Andrey; Vauthier, Astrid; Vechernin, Vladimir; Veen, Annelies Marianne; Veldhoen, Misha; Velure, Arild; Venaruzzo, Massimo; Vercellin, Ermanno; Vergara Limon, Sergio; Vernet, Renaud; Verweij, Marta; Vickovic, Linda; Viesti, Giuseppe; Viinikainen, Jussi Samuli; Vilakazi, Zabulon; Villalobos Baillie, Orlando; Villatoro Tello, Abraham; Vinogradov, Alexander; Vinogradov, Leonid; Vinogradov, Yury; Virgili, Tiziano; Vislavicius, Vytautas; Viyogi, Yogendra; Vodopyanov, Alexander; Volkl, Martin Andreas; Voloshin, Kirill; Voloshin, Sergey; Volpe, Giacomo; Von Haller, Barthelemy; Vorobyev, Ivan; Vranic, Danilo; Vrlakova, Janka; Vulpescu, Bogdan; Vyushin, Alexey; Wagner, Boris; Wagner, Jan; Wang, Hongkai; Wang, Mengliang; Watanabe, Daisuke; Watanabe, Yosuke; Weber, Michael; Weber, Steffen Georg; Weiser, Dennis Franz; Wessels, Johannes Peter; Westerhoff, Uwe; Whitehead, Andile Mothegi; Wiechula, Jens; Wikne, Jon; Wilde, Martin Rudolf; Wilk, Grzegorz Andrzej; Wilkinson, Jeremy John; Williams, Crispin; Windelband, Bernd Stefan; Winn, Michael Andreas; Yaldo, Chris G; Yang, Hongyan; Yang, Ping; Yano, Satoshi; Yasar, Cigdem; Yin, Zhongbao; Yokoyama, Hiroki; Yoo, In-Kwon; Yoon, Jin Hee; Yurchenko, Volodymyr; Yushmanov, Igor; Zaborowska, Anna; Zaccolo, Valentina; Zaman, Ali; Zampolli, Chiara; Correia Zanoli, Henrique Jose; Zaporozhets, Sergey; Zardoshti, Nima; Zarochentsev, Andrey; Zavada, Petr; Zavyalov, Nikolay; Zbroszczyk, Hanna Paulina; Zgura, Sorin Ion; Zhalov, Mikhail; Zhang, Haitao; Zhang, Xiaoming; Zhang, Yonghong; Chunhui, Zhang; Zhang, Zuman; Zhao, Chengxin; Zhigareva, Natalia; Zhou, Daicui; Zhou, You; Zhou, Zhuo; Zhu, Hongsheng; Zhu, Jianhui; Zichichi, Antonino; Zimmermann, Alice; Zimmermann, Markus Bernhard; Zinovjev, Gennady; Zyzak, Maksym

    2016-03-14

    The production of prompt D$^+_s$ mesons was measured for the first time in collisions of heavy nuclei with the ALICE detector at the LHC. The analysis was performed on a data sample of Pb–Pb collisions at a centre-of-mass energy per nucleon–nucleon collision of $\\sqrt{s_{\\rm NN}} = 2.76$ TeV in two different centrality classes, namely 0–10\\% and 20–50\\%. D$^+_s$ mesons and their antiparticles were reconstructed at mid-rapidity from their hadronic decay channel D$^+_s \\rightarrow \\phi\\pi^+$, with $\\phi\\rightarrow {\\rm K}^−{\\rm K}^+$, in the transverse momentum intervals $4 < p_{\\rm T} < 12$ GeV/$c$ and $6 < p_{\\rm T} < 12$ GeV/c for the 0–10\\% and 20–50\\% centrality classes, respectively. The nuclear modification factor $R_{\\rm AA}$ was computed by comparing the $p_{\\rm T}$-differential production yields in Pb–Pb collisions to those in proton–proton (pp) collisions at the same energy. This pp reference was obtained using the cross section measured at $\\sqrt{s} = 7$ TeV and scaled ...

  10. Dose rate estimates and spatial interpolation maps of outdoor gamma dose rate with geostatistical methods; A case study from Artvin, Turkey

    International Nuclear Information System (INIS)

    Yeşilkanat, Cafer Mert; Kobya, Yaşar; Taşkin, Halim; Çevik, Uğur

    2015-01-01

    In this study, compliance of geostatistical estimation methods is compared to ensure investigation and imaging natural Fon radiation using the minimum number of data. Artvin province, which has a quite hilly terrain and wide variety of soil and located in the north–east of Turkey, is selected as the study area. Outdoor gamma dose rate (OGDR), which is an important determinant of environmental radioactivity level, is measured in 204 stations. Spatial structure of OGDR is determined by anisotropic, isotropic and residual variograms. Ordinary kriging (OK) and universal kriging (UK) interpolation estimations were calculated with the help of model parameters obtained from these variograms. In OK, although calculations are made based on positions of points where samples are taken, in the UK technique, general soil groups and altitude values directly affecting OGDR are included in the calculations. When two methods are evaluated based on their performances, it has been determined that UK model (r = 0.88, p < 0.001) gives quite better results than OK model (r = 0.64, p < 0.001). In addition, as a result of the maps created at the end of the study, it was illustrated that local changes are better reflected by UK method compared to OK method and its error variance is found to be lower. - Highlights: • The spatial dispersion of gamma dose rates in Artvin, which possesses one of the roughest lands in Turkey were studied. • The performance of different Geostatistic methods (OK and UK methods) for dispersion of gamma dose rates were compared. • Estimation values were calculated for non-sampling points by using the geostatistical model, the results were mapped. • The general radiological structure was determined in much less time with lower costs compared to experimental methods. • When theoretical methods are evaluated, it was obtained that UK gives more descriptive results compared to OK.

  11. Further investigations of the NN interaction in the Skyrme model

    International Nuclear Information System (INIS)

    Kaelbermann, G.; Eisenberg, J.M.

    1989-01-01

    We examine the influence of the coupling to NΔ and ΔΔ degrees of freedom for the NN interaction as derived in the Skyrme model, carrying out an extensive search for parameters in the basic Lagrangian that will yield both reasonable single-baryon results and appreciable attraction. Separately the free one-body skyrmeon solution and an improved two-body solution are inserted in the product ansatz for the two-body system both with and without time-dependent dynamical terms. No appreciable central attraction between nucleons is found with either of these approaches. (author)

  12. Transverse momentum and rapidity dependence of Hanbury-Brown Twiss correlations in Au+Au collisions at sNN= 62.4 and 200 GeV

    Science.gov (United States)

    Back, B. B.; Baker, M. D.; Ballintijn, M.; Barton, D. S.; Betts, R. R.; Bickley, A. A.; Bindel, R.; Budzanowski, A.; Busza, W.; Carroll, A.; Chai, Z.; Decowski, M. P.; García, E.; Gburek, T.; George, N.; Gulbrandsen, K.; Gushue, S.; Halliwell, C.; Hamblen, J.; Hauer, M.; Heintzelman, G. A.; Henderson, C.; Hofman, D. J.; Hollis, R. S.; Hołyński, R.; Holzman, B.; Iordanova, A.; Johnson, E.; Kane, J. L.; Katzy, J.; Khan, N.; Kucewicz, W.; Kulinich, P.; Kuo, C. M.; Lin, W. T.; Manly, S.; McLeod, D.; Mignerey, A. C.; Nouicer, R.; Olszewski, A.; Pak, R.; Park, I. C.; Pernegger, H.; Reed, C.; Remsberg, L. P.; Reuter, M.; Roland, C.; Roland, G.; Rosenberg, L.; Sagerer, J.; Sarin, P.; Sawicki, P.; Seals, H.; Sedykh, I.; Skulski, W.; Smith, C. E.; Stankiewicz, M. A.; Steinberg, P.; Stephans, G. S. F.; Sukhanov, A.; Tang, J.-L.; Tonjes, M. B.; Trzupek, A.; Vale, C.; Nieuwenhuizen, G. J. Van; Vaurynovich, S. S.; Verdier, R.; Veres, G. I.; Wenger, E.; Wolfs, F. L. H.; Wosiek, B.; Woźniak, K.; Wuosmaa, A. H.; Wysłouch, B.

    2006-03-01

    Two-particle correlations of identical charged pion pairs from Au+Au collisions at sNN=62.4 and 200 GeV were measured by the PHOBOS experiment at BNL Relativistic Heavy Ion Collider (RHIC). Data for the 15% most central events were analyzed with Bertsch-Pratt and Yano-Koonin-Podgoretskii parametrizations using pairs with rapidities of 0.4kT<1.4 GeV/c. The Bertsch-Pratt radii Ro and Rℓ decrease as a function of pair transverse momentum. Ro and Rs are independent of collision energy, while Rℓ shows a slight increase. The source rapidity yYKP scales roughly with the pair rapidity yππ, indicating strong dynamical correlations.

  13. Characterization of a deep radiological contamination: integration of geostatistical processing and historical data - 59062

    International Nuclear Information System (INIS)

    Desnoyers, Yvon; De Moura, Patrick

    2012-01-01

    The problem of site characterization is quite complex, especially for deep radiological contamination. This article illustrates the added value of the geo-statistical processing on a real application case dealing with grounds of facilities partially dismantled at the end of the 1950's in Fontenay-aux-Roses CEA Center (France). 12 years ago, a first exploratory drill-hole confirmed the presence of a deep radiological contamination (more than 4 m deep). More recently, 8 additional drill-holes failed to delineate the contamination extension. The integration of the former topography and other geological data led to the realization of 10 additional drill holes. This final stage significantly improved the characterization of the radiological contamination, which impacted the remediation project and the initially estimated volumes. (authors)

  14. Geostatistical modelling of carbon monoxide levels in Khartoum State (Sudan) - GIS pilot based study

    Energy Technology Data Exchange (ETDEWEB)

    Alhuseen, A [Comenius University in Bratislava, Faculty of Natural Sciences, Dept. of Landscape Ecology, 84215 Bratislava (Slovakia); Madani, M [Ministry of Environment and Physical Development, 1111 Khartoum (Sudan)

    2012-04-25

    The objective of this study is to develop a digital GIS model; that can evaluate, predict and visualize carbon monoxide (CO) levels in Khartoum state. To achieve this aim, sample data had been collected, processed and managed to generate a dynamic GIS model of carbon monoxide levels in the study area. Parametric data collected from the field and analysis carried throughout this study show that (CO) emissions were lower than the allowable ambient air quality standards released by National Environment Protection Council (NEPC-USA) for 1998. However, this pilot study has found emissions of (CO) in Omdurman city were the highest. This pilot study shows that GIS and geostatistical modeling can be used as a powerful tool to produce maps of exposure. (authors)

  15. Ensemble Clustering Classification Applied to Competing SVM and One-Class Classifiers Exemplified by Plant MicroRNAs Data

    Directory of Open Access Journals (Sweden)

    Yousef Malik

    2016-12-01

    Full Text Available 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. Partonic Flow and phi-Meson production in Au+Au collisions at sqrt radical sNN = 200 GeV.

    Science.gov (United States)

    Abelev, B I; Aggarwal, M M; Ahammed, Z; Anderson, B D; Arkhipkin, D; Averichev, G S; Bai, Y; Balewski, J; Barannikova, O; Barnby, L S; Baudot, J; Baumgart, S; Belaga, V V; Bellingeri-Laurikainen, A; Bellwied, R; Benedosso, F; Betts, R R; Bhardwaj, S; Bhasin, A; Bhati, A K; Bichsel, H; Bielcik, J; Bielcikova, J; Bland, L C; Blyth, S-L; Bombara, M; Bonner, B E; Botje, M; Bouchet, J; Brandin, A V; Bravar, A; Burton, T P; Bystersky, M; Cadman, R V; Cai, X Z; Caines, H; Calderón de la Barca Sánchez, M; Callner, J; Catu, O; Cebra, D; Chajecki, Z; Chaloupka, P; Chattopadhyay, S; Chen, H F; Chen, J H; Chen, J Y; Cheng, J; Cherney, M; Chikanian, A; Christie, W; Chung, S U; Coffin, J P; Cormier, T M; Cosentino, M R; Cramer, J G; Crawford, H J; Das, D; Dash, S; Daugherity, M; de Moura, M M; Dedovich, T G; DePhillips, M; Derevschikov, A A; Didenko, L; Dietel, T; Djawotho, P; Dogra, S M; Dong, X; Drachenberg, J L; Draper, J E; Du, F; Dunin, V B; Dunlop, J C; Dutta Mazumdar, M R; Eckardt, V; Edwards, W R; Efimov, L G; Emelianov, V; Engelage, J; Eppley, G; Erazmus, B; Estienne, M; Fachini, P; Fatemi, R; Fedorisin, J; Feng, A; Filip, P; Finch, E; Fine, V; Fisyak, Y; Fu, J; Gagliardi, C A; Gaillard, L; Ganti, M S; Garcia-Solis, E; Ghazikhanian, V; Ghosh, P; Gorbunov, Y G; Gos, H; Grebenyuk, O; Grosnick, D; Grube, B; Guertin, S M; Guimaraes, K S F F; Gupta, N; Haag, B; Hallman, T J; Hamed, A; Harris, J W; He, W; Heinz, M; Henry, T W; Heppelmann, S; Hippolyte, B; Hirsch, A; Hjort, E; Hoffman, A M; Hoffmann, G W; Hofman, D J; Hollis, R S; Horner, M J; Huang, H Z; Hughes, E W; Humanic, T J; Igo, G; Iordanova, A; Jacobs, P; Jacobs, W W; Jakl, P; Jia, F; Jones, P G; Judd, E G; Kabana, S; Kang, K; Kapitan, J; Kaplan, M; Keane, D; Kechechyan, A; Kettler, D; Khodyrev, V Yu; Kim, B C; Kiryluk, J; Kisiel, A; Kislov, E M; Klein, S R; Knospe, A G; Kocoloski, A; Koetke, D D; Kollegger, T; Kopytine, M; Kotchenda, L; Kouchpil, V; Kowalik, K L; Kravtsov, P; Kravtsov, V I; Krueger, K; Kuhn, C; Kulikov, A I; Kumar, A; Kurnadi, P; Kuznetsov, A A; Lamont, M A C; Landgraf, J M; Lange, S; LaPointe, S; Laue, F; Lauret, J; Lebedev, A; Lednicky, R; Lee, C-H; Lehocka, S; LeVine, M J; Li, C; Li, Q; Li, Y; Lin, G; Lin, X; Lindenbaum, S J; Lisa, M A; Liu, F; Liu, H; Liu, J; Liu, L; Ljubicic, T; Llope, W J; Longacre, R S; Love, W A; Lu, Y; Ludlam, T; Lynn, D; Ma, G L; Ma, J G; Ma, Y G; Mahapatra, D P; Majka, R; Mangotra, L K; Manweiler, R; Margetis, S; Markert, C; Martin, L; Matis, H S; Matulenko, Yu A; McClain, C J; McShane, T S; Melnick, Yu; Meschanin, A; Millane, J; Miller, M L; Minaev, N G; Mioduszewski, S; Mironov, C; Mischke, A; Mitchell, J; Mohanty, B; Morozov, D A; Munhoz, M G; Nandi, B K; Nattrass, C; Nayak, T K; Nelson, J M; Nepali, C; Netrakanti, P K; Nogach, L V; Nurushev, S B; Odyniec, G; Ogawa, A; Okorokov, V; Oldenburg, M; Olson, D; Pachr, M; Pal, S K; Panebratsev, Y; Pavlinov, A I; Pawlak, T; Peitzmann, T; Perevoztchikov, V; Perkins, C; Peryt, W; Phatak, S C; Planinic, M; Pluta, J; Poljak, N; Porile, N; Poskanzer, A M; Potekhin, M; Potrebenikova, E; Potukuchi, B V K S; Prindle, D; Pruneau, C; Putschke, J; Qattan, I A; Raniwala, R; Raniwala, S; Ray, R L; Relyea, D; Ridiger, A; Ritter, H G; Roberts, J B; Rogachevskiy, O V; Romero, J L; Rose, A; Roy, C; Ruan, L; Russcher, M J; Sahoo, R; Sakrejda, I; Sakuma, T; Salur, S; Sandweiss, J; Sarsour, M; Sazhin, P S; Schambach, J; Scharenberg, R P; Schmitz, N; Seger, J; Selyuzhenkov, I; Seyboth, P; Shabetai, A; Shahaliev, E; Shao, M; Sharma, M; Shen, W Q; Shimanskiy, S S; Sichtermann, E P; Simon, F; Singaraju, R N; Smirnov, N; Snellings, R; Sorensen, P; Sowinski, J; Speltz, J; Spinka, H M; Srivastava, B; Stadnik, A; Stanislaus, T D S; Staszak, D; Stock, R; Strikhanov, M; Stringfellow, B; Suaide, A A P; Suarez, M C; Subba, N L; Sumbera, M; Sun, X M; Sun, Z; Surrow, B; Symons, T J M; Szanto de Toledo, A; Takahashi, J; Tang, A H; Tarnowsky, T; Thomas, J H; Timmins, A R; Timoshenko, S; Tokarev, M; Trainor, T A; Trentalange, S; Tribble, R E; Tsai, O D; Ulery, J; Ullrich, T; Underwood, D G; Van Buren, G; van der Kolk, N; van Leeuwen, M; Vander Molen, A M; Varma, R; Vasilevski, I M; Vasiliev, A N; Vernet, R; Vigdor, S E; Viyogi, Y P; Vokal, S; Voloshin, S A; Waggoner, W T; Wang, F; Wang, G; Wang, J S; Wang, X L; Wang, Y; Watson, J W; Webb, J C; Westfall, G D; Wetzler, A; Whitten, C; Wieman, H; Wissink, S W; Witt, R; Wu, J; Wu, Y; Xu, N; Xu, Q H; Xu, Z; Yepes, P; Yoo, I-K; Yue, Q; Yurevich, V I; Zhan, W; Zhang, H; Zhang, W M; Zhang, Y; Zhang, Z P; Zhao, Y; Zhong, C; Zhou, J; Zoulkarneev, R; Zoulkarneeva, Y; Zubarev, A N; Zuo, J X

    2007-09-14

    We present first measurements of the phi-meson elliptic flow (v2(pT)) and high-statistics pT distributions for different centralities from radical sNN=200 GeV Au+Au collisions at RHIC. In minimum bias collisions the v2 of the phi meson is consistent with the trend observed for mesons. The ratio of the yields of the Omega to those of the phi as a function of transverse momentum is consistent with a model based on the recombination of thermal s quarks up to pT approximately 4 GeV/c, but disagrees at higher momenta. The nuclear modification factor (R CP) of phi follows the trend observed in the K S 0 mesons rather than in Lambda baryons, supporting baryon-meson scaling. These data are consistent with phi mesons in central Au+Au collisions being created via coalescence of thermalized s quarks and the formation of a hot and dense matter with partonic collectivity at RHIC.

  17. Charged antiparticle to particle ratios near midrapidity in p+p collisions at √(sNN)=200GeV

    Science.gov (United States)

    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.; Hołyński, 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.; Nouicer, R.; 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.; Sukhanov, A.; Tonjes, M. B.; Trzupek, A.; Vale, C.; Nieuwenhuizen, G. J.; Verdier, R.; Veres, G. I.; Wolfs, F. L.; Wosiek, B.; Woźniak, K.; Wysłouch, B.; Zhang, J.

    2005-02-01

    The ratios of the yields of primary charged antiparticles to particles have been obtained for pions, kaons, and protons near midrapidity for p+p collisions at √(sNN)=200GeV. Ratios of =1.000±0.012 (stat.) ±0.019 (syst.), =0.93±0.05 (stat.) ±0.03 (syst.), and =0.85±0.04 (stat.) ±0.03 (syst.) have been measured. The reported values represent the ratio of the yields averaged over the rapidity range of 0.1K,p<0.8, and for transverse momenta of 0.1

  18. Global IP6K1 deletion enhances temperature modulated energy expenditure which reduces carbohydrate and fat induced weight gain

    Directory of Open Access Journals (Sweden)

    Qingzhang Zhu

    2017-01-01

    Full Text Available Objective: IP6 kinases (IP6Ks regulate cell metabolism and survival. Mice with global (IP6K1-KO or adipocyte-specific (AdKO deletion of IP6K1 are protected from diet induced obesity (DIO at ambient (23 °C temperature. AdKO mice are lean primarily due to increased AMPK mediated thermogenic energy expenditure (EE. Thus, at thermoneutral (30 °C temperature, high fat diet (HFD-fed AdKO mice expend energy and gain body weight, similar to control mice. IP6K1 is ubiquitously expressed; thus, it is critical to determine to what extent the lean phenotype of global IP6K1-KO mice depends on environmental temperature. Furthermore, it is not known whether IP6K1 regulates AMPK mediated EE in cells, which do not express UCP1. Methods: Q-NMR, GTT, food intake, EE, QRT-PCR, histology, mitochondrial oxygen consumption rate (OCR, fatty acid metabolism assays, and immunoblot studies were conducted in IP6K1-KO and WT mice or cells. Results: Global IP6K1 deletion mediated enhancement in EE is impaired albeit not abolished at 30 °C. As a result, IP6K1-KO mice are protected from DIO, insulin resistance, and fatty liver even at 30 °C. Like AdKO, IP6K1-KO mice display enhanced adipose tissue browning. However, unlike AdKO mice, thermoneutrality only partly abolishes browning in IP6K1-KO mice. Cold (5 °C exposure enhances carbohydrate expenditure, whereas 23 °C and 30 °C promote fat oxidation in HFD-KO mice. Furthermore, IP6K1 deletion diminishes cellular fat accumulation via activation of the AMPK signaling pathway. Conclusions: Global deletion of IP6K1 ameliorates obesity and insulin resistance irrespective of the environmental temperature conditions, which strengthens its validity as an anti-obesity target. Keywords: IP6K, Obesity, Diabetes, Energy expenditure, β-oxidation

  19. Measurement of inclusive jet production and nuclear modifications in pPb collisions at $\\sqrt{ s_{ \\mathrm{NN} } }=$ 5.02 TeV

    CERN Document Server

    Khachatryan, Vardan; Tumasyan, Armen; Adam, Wolfgang; Aşılar, Ece; Bergauer, Thomas; Brandstetter, Johannes; Brondolin, Erica; Dragicevic, Marko; Erö, Janos; Flechl, Martin; Friedl, Markus; Fruehwirth, Rudolf; Ghete, Vasile Mihai; Hartl, Christian; Hörmann, Natascha; Hrubec, Josef; Jeitler, Manfred; Knünz, Valentin; König, Axel; Krammer, Manfred; Krätschmer, Ilse; Liko, Dietrich; Matsushita, Takashi; Mikulec, Ivan; Rabady, Dinyar; Rad, Navid; Rahbaran, Babak; Rohringer, Herbert; Schieck, Jochen; Schöfbeck, Robert; Strauss, Josef; Treberer-Treberspurg, Wolfgang; Waltenberger, Wolfgang; Wulz, Claudia-Elisabeth; Mossolov, Vladimir; Shumeiko, Nikolai; Suarez Gonzalez, Juan; Alderweireldt, Sara; Cornelis, Tom; De Wolf, Eddi A; Janssen, Xavier; Knutsson, Albert; Lauwers, Jasper; Luyckx, Sten; Van De Klundert, Merijn; Van Haevermaet, Hans; Van Mechelen, Pierre; Van Remortel, Nick; Van Spilbeeck, Alex; Abu Zeid, Shimaa; Blekman, Freya; D'Hondt, Jorgen; Daci, Nadir; De Bruyn, Isabelle; Deroover, Kevin; Heracleous, Natalie; Keaveney, James; Lowette, Steven; Moreels, Lieselotte; Olbrechts, Annik; Python, Quentin; Strom, Derek; Tavernier, Stefaan; Van Doninck, Walter; Van Mulders, Petra; Van Onsem, Gerrit Patrick; Van Parijs, Isis; Barria, Patrizia; Brun, Hugues; Caillol, Cécile; Clerbaux, Barbara; De Lentdecker, Gilles; Fang, Wenxing; Fasanella, Giuseppe; Favart, Laurent; Goldouzian, Reza; Grebenyuk, Anastasia; Karapostoli, Georgia; Lenzi, Thomas; Léonard, Alexandre; Maerschalk, Thierry; Marinov, Andrey; Perniè, Luca; Randle-conde, Aidan; Seva, Tomislav; Vander Velde, Catherine; Vanlaer, Pascal; Yonamine, Ryo; Zenoni, Florian; Zhang, Fengwangdong; Beernaert, Kelly; Benucci, Leonardo; Cimmino, Anna; Crucy, Shannon; Dobur, Didar; Fagot, Alexis; Garcia, Guillaume; Gul, Muhammad; Mccartin, Joseph; Ocampo Rios, Alberto Andres; Poyraz, Deniz; Ryckbosch, Dirk; Salva Diblen, Sinem; Sigamani, Michael; Tytgat, Michael; Van Driessche, Ward; Yazgan, Efe; Zaganidis, Nicolas; Basegmez, Suzan; Beluffi, Camille; Bondu, Olivier; Brochet, Sébastien; Bruno, Giacomo; Caudron, Adrien; Ceard, Ludivine; Delaere, Christophe; Delcourt, Martin; Favart, Denis; Forthomme, Laurent; Giammanco, Andrea; Jafari, Abideh; Jez, Pavel; Komm, Matthias; Lemaitre, Vincent; Mertens, Alexandre; Musich, Marco; Nuttens, Claude; Perrini, Lucia; Piotrzkowski, Krzysztof; Popov, Andrey; Quertenmont, Loic; Selvaggi, Michele; Vidal Marono, Miguel; Beliy, Nikita; Hammad, Gregory Habib; Aldá Júnior, Walter Luiz; Alves, Fábio Lúcio; Alves, Gilvan; Brito, Lucas; Correa Martins Junior, Marcos; Hamer, Matthias; Hensel, Carsten; Moraes, Arthur; Pol, Maria Elena; Rebello Teles, Patricia; Belchior Batista Das Chagas, Ewerton; Carvalho, Wagner; Chinellato, Jose; Custódio, Analu; Melo Da Costa, Eliza; De Jesus Damiao, Dilson; De Oliveira Martins, Carley; Fonseca De Souza, Sandro; Huertas Guativa, Lina Milena; Malbouisson, Helena; Matos Figueiredo, Diego; Mora Herrera, Clemencia; Mundim, Luiz; Nogima, Helio; Prado Da Silva, Wanda Lucia; Santoro, Alberto; Sznajder, Andre; Tonelli Manganote, Edmilson José; Vilela Pereira, Antonio; Ahuja, Sudha; Bernardes, Cesar Augusto; De Souza Santos, Angelo; Dogra, Sunil; Tomei, Thiago; De Moraes Gregores, Eduardo; Mercadante, Pedro G; Moon, Chang-Seong; Novaes, Sergio F; Padula, Sandra; Romero Abad, David; Ruiz Vargas, José Cupertino; Aleksandrov, Aleksandar; Hadjiiska, Roumyana; Iaydjiev, Plamen; Rodozov, Mircho; Stoykova, Stefka; Sultanov, Georgi; Vutova, Mariana; Dimitrov, Anton; Glushkov, Ivan; Litov, Leander; Pavlov, Borislav; Petkov, Peicho; Ahmad, Muhammad; Bian, Jian-Guo; Chen, Guo-Ming; Chen, He-Sheng; Chen, Mingshui; Cheng, Tongguang; Du, Ran; Jiang, Chun-Hua; Leggat, Duncan; Plestina, Roko; Romeo, Francesco; Shaheen, Sarmad Masood; Spiezia, Aniello; Tao, Junquan; Wang, Chunjie; Wang, Zheng; Zhang, Huaqiao; Asawatangtrakuldee, Chayanit; Ban, Yong; Li, Qiang; Liu, Shuai; Mao, Yajun; Qian, Si-Jin; Wang, Dayong; Xu, Zijun; Avila, Carlos; Cabrera, Andrés; Chaparro Sierra, Luisa Fernanda; Florez, Carlos; Gomez, Juan Pablo; Gomez Moreno, Bernardo; Sanabria, Juan Carlos; Godinovic, Nikola; Lelas, Damir; Puljak, Ivica; Ribeiro Cipriano, Pedro M; Antunovic, Zeljko; Kovac, Marko; Brigljevic, Vuko; Kadija, Kreso; Luetic, Jelena; Micanovic, Sasa; Sudic, Lucija; Attikis, Alexandros; Mavromanolakis, Georgios; Mousa, Jehad; Nicolaou, Charalambos; Ptochos, Fotios; Razis, Panos A; Rykaczewski, Hans; Bodlak, Martin; Finger, Miroslav; Finger Jr, Michael; Abdelalim, Ahmed Ali; Awad, Adel; Mahrous, Ayman; Radi, Amr; Calpas, Betty; Kadastik, Mario; Murumaa, Marion; Raidal, Martti; Tiko, Andres; Veelken, Christian; Eerola, Paula; Pekkanen, Juska; Voutilainen, Mikko; Härkönen, Jaakko; Karimäki, Veikko; Kinnunen, Ritva; Lampén, Tapio; Lassila-Perini, Kati; Lehti, Sami; Lindén, Tomas; Luukka, Panja-Riina; Peltola, Timo; Tuominiemi, Jorma; Tuovinen, Esa; Wendland, Lauri; Talvitie, Joonas; Tuuva, Tuure; Besancon, Marc; Couderc, Fabrice; Dejardin, Marc; Denegri, Daniel; Fabbro, Bernard; Faure, Jean-Louis; Favaro, Carlotta; Ferri, Federico; Ganjour, Serguei; Givernaud, Alain; Gras, Philippe; Hamel de Monchenault, Gautier; Jarry, Patrick; Locci, Elizabeth; Machet, Martina; Malcles, Julie; Rander, John; Rosowsky, André; Titov, Maksym; Zghiche, Amina; Abdulsalam, Abdulla; Antropov, Iurii; Baffioni, Stephanie; Beaudette, Florian; Busson, Philippe; Cadamuro, Luca; Chapon, Emilien; Charlot, Claude; Davignon, Olivier; Filipovic, Nicolas; Granier de Cassagnac, Raphael; Jo, Mihee; Lisniak, Stanislav; Mastrolorenzo, Luca; Miné, Philippe; Naranjo, Ivo Nicolas; Nguyen, Matthew; Ochando, Christophe; Ortona, Giacomo; Paganini, Pascal; Pigard, Philipp; Regnard, Simon; Salerno, Roberto; Sauvan, Jean-Baptiste; Sirois, Yves; Strebler, Thomas; Yilmaz, Yetkin; Zabi, Alexandre; Agram, Jean-Laurent; Andrea, Jeremy; Aubin, Alexandre; Bloch, Daniel; Brom, Jean-Marie; Buttignol, Michael; Chabert, Eric Christian; Chanon, Nicolas; Collard, Caroline; Conte, Eric; Coubez, Xavier; Fontaine, Jean-Charles; Gelé, Denis; Goerlach, Ulrich; Goetzmann, Christophe; Le Bihan, Anne-Catherine; Merlin, Jeremie Alexandre; Skovpen, Kirill; Van Hove, Pierre; Gadrat, Sébastien; Beauceron, Stephanie; Bernet, Colin; Boudoul, Gaelle; Bouvier, Elvire; Carrillo Montoya, Camilo Andres; Chierici, Roberto; Contardo, Didier; Courbon, Benoit; Depasse, Pierre; El Mamouni, Houmani; Fan, Jiawei; Fay, Jean; Gascon, Susan; Gouzevitch, Maxime; Ille, Bernard; Lagarde, Francois; Laktineh, Imad Baptiste; Lethuillier, Morgan; Mirabito, Laurent; Pequegnot, Anne-Laure; Perries, Stephane; Ruiz Alvarez, José David; Sabes, David; Sordini, Viola; Vander Donckt, Muriel; Verdier, Patrice; Viret, Sébastien; Toriashvili, Tengizi; Tsamalaidze, Zviad; Autermann, Christian; Beranek, Sarah; Feld, Lutz; Heister, Arno; Kiesel, Maximilian Knut; Klein, Katja; Lipinski, Martin; Ostapchuk, Andrey; Preuten, Marius; Raupach, Frank; Schael, Stefan; Schulte, Jan-Frederik; Verlage, Tobias; Weber, Hendrik; Zhukov, Valery; Ata, Metin; Brodski, Michael; Dietz-Laursonn, Erik; Duchardt, Deborah; Endres, Matthias; Erdmann, Martin; Erdweg, Sören; Esch, Thomas; Fischer, Robert; Güth, Andreas; Hebbeker, Thomas; Heidemann, Carsten; Hoepfner, Kerstin; Knutzen, Simon; Kreuzer, Peter; Merschmeyer, Markus; Meyer, Arnd; Millet, Philipp; Mukherjee, Swagata; Olschewski, Mark; Padeken, Klaas; Papacz, Paul; Pook, Tobias; Radziej, Markus; Reithler, Hans; Rieger, Marcel; Scheuch, Florian; Sonnenschein, Lars; Teyssier, Daniel; Thüer, Sebastian; Cherepanov, Vladimir; Erdogan, Yusuf; Flügge, Günter; Geenen, Heiko; Geisler, Matthias; Hoehle, Felix; Kargoll, Bastian; Kress, Thomas; Künsken, Andreas; Lingemann, Joschka; Nehrkorn, Alexander; Nowack, Andreas; Nugent, Ian Michael; Pistone, Claudia; Pooth, Oliver; Stahl, Achim; Aldaya Martin, Maria; Asin, Ivan; Bartosik, Nazar; Behnke, Olaf; Behrens, Ulf; Borras, Kerstin; Burgmeier, Armin; Campbell, Alan; Contreras-Campana, Christian; Costanza, Francesco; Diez Pardos, Carmen; Dolinska, Ganna; Dooling, Samantha; Dorland, Tyler; Eckerlin, Guenter; Eckstein, Doris; Eichhorn, Thomas; Flucke, Gero; Gallo, Elisabetta; Garay Garcia, Jasone; Geiser, Achim; Gizhko, Andrii; Gunnellini, Paolo; Hauk, Johannes; Hempel, Maria; Jung, Hannes; Kalogeropoulos, Alexis; Karacheban, Olena; Kasemann, Matthias; Katsas, Panagiotis; Kieseler, Jan; Kleinwort, Claus; Korol, Ievgen; Lange, Wolfgang; Leonard, Jessica; Lipka, Katerina; Lobanov, Artur; Lohmann, Wolfgang; Mankel, Rainer; Melzer-Pellmann, Isabell-Alissandra; Meyer, Andreas Bernhard; Mittag, Gregor; Mnich, Joachim; Mussgiller, Andreas; Naumann-Emme, Sebastian; Nayak, Aruna; Ntomari, Eleni; Perrey, Hanno; Pitzl, Daniel; Placakyte, Ringaile; Raspereza, Alexei; Roland, Benoit; Sahin, Mehmet Özgür; Saxena, Pooja; Schoerner-Sadenius, Thomas; Seitz, Claudia; Spannagel, Simon; Stefaniuk, Nazar; Trippkewitz, Karim Damun; Walsh, Roberval; Wissing, Christoph; Blobel, Volker; Centis Vignali, Matteo; Draeger, Arne-Rasmus; Erfle, Joachim; Garutti, Erika; Goebel, Kristin; Gonzalez, Daniel; Görner, Martin; Haller, Johannes; Hoffmann, Malte; Höing, Rebekka Sophie; Junkes, Alexandra; Klanner, Robert; Kogler, Roman; Kovalchuk, Nataliia; Lapsien, Tobias; Lenz, Teresa; Marchesini, Ivan; Marconi, Daniele; Meyer, Mareike; Nowatschin, Dominik; Ott, Jochen; Pantaleo, Felice; Peiffer, Thomas; Perieanu, Adrian; Pietsch, Niklas; Poehlsen, Jennifer; Rathjens, Denis; Sander, Christian; Scharf, Christian; Schleper, Peter; Schlieckau, Eike; Schmidt, Alexander; Schumann, Svenja; Schwandt, Joern; Sola, Valentina; Stadie, Hartmut; Steinbrück, Georg; Stober, Fred-Markus Helmut; Tholen, Heiner; Troendle, Daniel; Usai, Emanuele; Vanelderen, Lukas; Vanhoefer, Annika; Vormwald, Benedikt; Barth, Christian; Baus, Colin; Berger, Joram; Böser, Christian; Butz, Erik; Chwalek, Thorsten; Colombo, Fabio; De Boer, Wim; Descroix, Alexis; Dierlamm, Alexander; Fink, Simon; Frensch, Felix; Friese, Raphael; Giffels, Manuel; Gilbert, Andrew; Haitz, Dominik; Hartmann, Frank; Heindl, Stefan Michael; Husemann, Ulrich; Katkov, Igor; Kornmayer, Andreas; Lobelle Pardo, Patricia; Maier, Benedikt; Mildner, Hannes; Mozer, Matthias Ulrich; Müller, Thomas; Müller, Thomas; Plagge, Michael; Quast, Gunter; Rabbertz, Klaus; Röcker, Steffen; Roscher, Frank; Schröder, Matthias; Sieber, Georg; Simonis, Hans-Jürgen; Ulrich, Ralf; Wagner-Kuhr, Jeannine; Wayand, Stefan; Weber, Marc; Weiler, Thomas; Williamson, Shawn; Wöhrmann, Clemens; Wolf, Roger; Anagnostou, Georgios; Daskalakis, Georgios; Geralis, Theodoros; Giakoumopoulou, Viktoria Athina; Kyriakis, Aristotelis; Loukas, Demetrios; Psallidas, Andreas; Topsis-Giotis, Iasonas; Agapitos, Antonis; Kesisoglou, Stilianos; Panagiotou, Apostolos; Saoulidou, Niki; Tziaferi, Eirini; Evangelou, Ioannis; Flouris, Giannis; Foudas, Costas; Kokkas, Panagiotis; Loukas, Nikitas; Manthos, Nikolaos; Papadopoulos, Ioannis; Paradas, Evangelos; Strologas, John; Bencze, Gyorgy; Hajdu, Csaba; Hazi, Andras; Hidas, Pàl; Horvath, Dezso; Sikler, Ferenc; Veszpremi, Viktor; Vesztergombi, Gyorgy; Zsigmond, Anna Julia; Beni, Noemi; Czellar, Sandor; Karancsi, János; Molnar, Jozsef; Szillasi, Zoltan; Bartók, Márton; Makovec, Alajos; Raics, Peter; Trocsanyi, Zoltan Laszlo; Ujvari, Balazs; Choudhury, Somnath; Mal, Prolay; Mandal, Koushik; Sahoo, Deepak Kumar; Sahoo, Niladribihari; Swain, Sanjay Kumar; Bansal, Sunil; Beri, Suman Bala; Bhatnagar, Vipin; Chawla, Ridhi; Gupta, Ruchi; Bhawandeep, Bhawandeep; Kalsi, Amandeep Kaur; Kaur, Anterpreet; Kaur, Manjit; Kumar, Ramandeep; Mehta, Ankita; Mittal, Monika; Singh, Jasbir; Walia, Genius; Kumar, Ashok; Bhardwaj, Ashutosh; Choudhary, Brajesh C; Garg, Rocky Bala; Malhotra, Shivali; Naimuddin, Md; Nishu, Nishu; Ranjan, Kirti; Sharma, Ramkrishna; Sharma, Varun; Bhattacharya, Satyaki; Chatterjee, Kalyanmoy; Dey, Sourav; Dutta, Suchandra; Majumdar, Nayana; Modak, Atanu; Mondal, Kuntal; Mukhopadhyay, Supratik; Roy, Ashim; Roy, Debarati; Roy Chowdhury, Suvankar; Sarkar, Subir; Sharan, Manoj; Chudasama, Ruchi; Dutta, Dipanwita; Jha, Vishwajeet; Kumar, Vineet; Mohanty, Ajit Kumar; Pant, Lalit Mohan; Shukla, Prashant; Topkar, Anita; Aziz, Tariq; Banerjee, Sudeshna; Bhowmik, Sandeep; Chatterjee, Rajdeep Mohan; Dewanjee, Ram Krishna; Dugad, Shashikant; Ganguly, Sanmay; Ghosh, Saranya; Guchait, Monoranjan; Gurtu, Atul; Jain, Sandhya; Kole, Gouranga; Kumar, Sanjeev; Mahakud, Bibhuprasad; Maity, Manas; Majumder, Gobinda; Mazumdar, Kajari; Mitra, Soureek; Mohanty, Gagan Bihari; Parida, Bibhuti; Sarkar, Tanmay; Sur, Nairit; Sutar, Bajrang; Wickramage, Nadeesha; Chauhan, Shubhanshu; Dube, Sourabh; Kapoor, Anshul; Kothekar, Kunal; Sharma, Seema; Bakhshiansohi, Hamed; Behnamian, Hadi; Etesami, Seyed Mohsen; Fahim, Ali; Khakzad, Mohsen; Mohammadi Najafabadi, Mojtaba; Naseri, Mohsen; Paktinat Mehdiabadi, Saeid; Rezaei Hosseinabadi, Ferdos; Safarzadeh, Batool; Zeinali, Maryam; Felcini, Marta; Grunewald, Martin; Abbrescia, Marcello; Calabria, Cesare; Caputo, Claudio; Colaleo, Anna; Creanza, Donato; Cristella, Leonardo; De Filippis, Nicola; De Palma, Mauro; Fiore, Luigi; Iaselli, Giuseppe; Maggi, Giorgio; Maggi, Marcello; Miniello, Giorgia; My, Salvatore; Nuzzo, Salvatore; Pompili, Alexis; Pugliese, Gabriella; Radogna, Raffaella; Ranieri, Antonio; Selvaggi, Giovanna; Silvestris, Lucia; Venditti, Rosamaria; Abbiendi, Giovanni; Battilana, Carlo; Bonacorsi, Daniele; Braibant-Giacomelli, Sylvie; Brigliadori, Luca; Campanini, Renato; Capiluppi, Paolo; Castro, Andrea; Cavallo, Francesca Romana; Chhibra, Simranjit Singh; Codispoti, Giuseppe; Cuffiani, Marco; Dallavalle, Gaetano-Marco; Fabbri, Fabrizio; Fanfani, Alessandra; Fasanella, Daniele; Giacomelli, Paolo; Grandi, Claudio; Guiducci, Luigi; Marcellini, Stefano; Masetti, Gianni; Montanari, Alessandro; Navarria, Francesco; Perrotta, Andrea; Rossi, Antonio; Rovelli, Tiziano; Siroli, Gian Piero; Tosi, Nicolò; Cappello, Gigi; Chiorboli, Massimiliano; Costa, Salvatore; Di Mattia, Alessandro; Giordano, Ferdinando; Potenza, Renato; Tricomi, Alessia; Tuve, Cristina; Barbagli, Giuseppe; Ciulli, Vitaliano; Civinini, Carlo; D'Alessandro, Raffaello; Focardi, Ettore; Gori, Valentina; Lenzi, Piergiulio; Meschini, Marco; Paoletti, Simone; Sguazzoni, Giacomo; Viliani, Lorenzo; Benussi, Luigi; Bianco, Stefano; Fabbri, Franco; Piccolo, Davide; Primavera, Federica; Calvelli, Valerio; Ferro, Fabrizio; Lo Vetere, Maurizio; Monge, Maria Roberta; Robutti, Enrico; Tosi, Silvano; Brianza, Luca; Dinardo, Mauro Emanuele; Fiorendi, Sara; Gennai, Simone; Gerosa, Raffaele; Ghezzi, Alessio; Govoni, Pietro; Malvezzi, Sandra; Manzoni, Riccardo Andrea; Marzocchi, Badder; Menasce, Dario; Moroni, Luigi; Paganoni, Marco; Pedrini, Daniele; Ragazzi, Stefano; Redaelli, Nicola; Tabarelli de Fatis, Tommaso; Buontempo, Salvatore; Cavallo, Nicola; Di Guida, Salvatore; Esposito, Marco; Fabozzi, Francesco; Iorio, Alberto Orso Maria; Lanza, Giuseppe; Lista, Luca; Meola, Sabino; Merola, Mario; Paolucci, Pierluigi; Sciacca, Crisostomo; Thyssen, Filip; Azzi, Patrizia; Bacchetta, Nicola; Benato, Lisa; Bisello, Dario; Boletti, Alessio; Branca, Antonio; Carlin, Roberto; Checchia, Paolo; Dall'Osso, Martino; Dorigo, Tommaso; Dosselli, Umberto; Fanzago, Federica; Gasparini, Fabrizio; Gasparini, Ugo; Gozzelino, Andrea; Kanishchev, Konstantin; Lacaprara, Stefano; Margoni, Martino; Meneguzzo, Anna Teresa; Pazzini, Jacopo; Pozzobon, Nicola; Ronchese, Paolo; Simonetto, Franco; Torassa, Ezio; Tosi, Mia; Zanetti, Marco; Zotto, Pierluigi; Zucchetta, Alberto; Zumerle, Gianni; Braghieri, Alessandro; Magnani, Alice; Montagna, Paolo; Ratti, Sergio P; Re, Valerio; Riccardi, Cristina; Salvini, Paola; Vai, Ilaria; Vitulo, Paolo; Alunni Solestizi, Luisa; Bilei, Gian Mario; Ciangottini, Diego; Fanò, Livio; Lariccia, Paolo; Mantovani, Giancarlo; Menichelli, Mauro; Saha, Anirban; Santocchia, Attilio; Androsov, Konstantin; Azzurri, Paolo; Bagliesi, Giuseppe; Bernardini, Jacopo; Boccali, Tommaso; Castaldi, Rino; Ciocci, Maria Agnese; Dell'Orso, Roberto; Donato, Silvio; Fedi, Giacomo; Foà, Lorenzo; Giassi, Alessandro; Grippo, Maria Teresa; Ligabue, Franco; Lomtadze, Teimuraz; Martini, Luca; Messineo, Alberto; Palla, Fabrizio; Rizzi, Andrea; Savoy-Navarro, Aurore; Serban, Alin Titus; Spagnolo, Paolo; Tenchini, Roberto; Tonelli, Guido; Venturi, Andrea; Verdini, Piero Giorgio; Barone, Luciano; Cavallari, Francesca; D'imperio, Giulia; Del Re, Daniele; Diemoz, Marcella; Gelli, Simone; Jorda, Clara; Longo, Egidio; Margaroli, Fabrizio; Meridiani, Paolo; Organtini, Giovanni; Paramatti, Riccardo; Preiato, Federico; Rahatlou, Shahram; Rovelli, Chiara; Santanastasio, Francesco; Traczyk, Piotr; Amapane, Nicola; Arcidiacono, Roberta; Argiro, Stefano; Arneodo, Michele; Bellan, Riccardo; Biino, Cristina; Cartiglia, Nicolo; Costa, Marco; Covarelli, Roberto; Degano, Alessandro; Demaria, Natale; Finco, Linda; Kiani, Bilal; Mariotti, Chiara; Maselli, Silvia; Migliore, Ernesto; Monaco, Vincenzo; Monteil, Ennio; Obertino, Maria Margherita; Pacher, Luca; Pastrone, Nadia; Pelliccioni, Mario; Pinna Angioni, Gian Luca; Ravera, Fabio; Romero, Alessandra; Ruspa, Marta; Sacchi, Roberto; Solano, Ada; Staiano, Amedeo; Belforte, Stefano; Candelise, Vieri; Casarsa, Massimo; Cossutti, Fabio; Della Ricca, Giuseppe; Gobbo, Benigno; La Licata, Chiara; Marone, Matteo; Schizzi, Andrea; Zanetti, Anna; Kropivnitskaya, Anna; Nam, Soon-Kwon; Kim, Dong Hee; Kim, Gui Nyun; Kim, Min Suk; Kong, Dae Jung; Lee, Sangeun; Oh, Young Do; Sakharov, Alexandre; Son, Dong-Chul; Brochero Cifuentes, Javier Andres; Kim, Hyunsoo; Kim, Tae Jeong; Song, Sanghyeon; Cho, Sungwoong; Choi, Suyong; Go, Yeonju; Gyun, Dooyeon; Hong, Byung-Sik; Kim, Hyunchul; Kim, Yongsun; Lee, Byounghoon; Lee, Kisoo; Lee, Kyong Sei; Lee, Songkyo; Lim, Jaehoon; Park, Sung Keun; Roh, Youn; Yoo, Hwi Dong; Choi, Minkyoo; Kim, Hyunyong; Kim, Ji Hyun; Lee, Jason Sang Hun; Park, Inkyu; Ryu, Geonmo; Ryu, Min Sang; Choi, Young-Il; Goh, Junghwan; Kim, Donghyun; Kwon, Eunhyang; Lee, Jongseok; Yu, Intae; Dudenas, Vytautas; Juodagalvis, Andrius; Vaitkus, Juozas; Ahmed, Ijaz; Ibrahim, Zainol Abidin; Komaragiri, Jyothsna Rani; Md Ali, Mohd Adli Bin; Mohamad Idris, Faridah; Wan Abdullah, Wan Ahmad Tajuddin; Yusli, Mohd Nizam; Zolkapli, Zukhaimira; Casimiro Linares, Edgar; Castilla-Valdez, Heriberto; De La Cruz-Burelo, Eduard; Heredia-De La Cruz, Ivan; Hernandez-Almada, Alberto; Lopez-Fernandez, Ricardo; Mejia Guisao, Jhovanny; Sánchez Hernández, Alberto; Carrillo Moreno, Salvador; Vazquez Valencia, Fabiola; Pedraza, Isabel; Salazar Ibarguen, Humberto Antonio; Morelos Pineda, Antonio; Krofcheck, David; Butler, Philip H; Ahmad, Ashfaq; Ahmad, Muhammad; Hassan, Qamar; Hoorani, Hafeez R; Khan, Wajid Ali; Khurshid, Taimoor; Shoaib, Muhammad; Waqas, Muhammad; Bialkowska, Helena; Bluj, Michal; Boimska, Bożena; Frueboes, Tomasz; Górski, Maciej; Kazana, Malgorzata; Nawrocki, Krzysztof; Romanowska-Rybinska, Katarzyna; Szleper, Michal; Zalewski, Piotr; Brona, Grzegorz; Bunkowski, Karol; Byszuk, Adrian; Doroba, Krzysztof; Kalinowski, Artur; Konecki, Marcin; Krolikowski, Jan; Misiura, Maciej; Olszewski, Michal; Walczak, Marek; Bargassa, Pedrame; Beirão Da Cruz E Silva, Cristóvão; Di Francesco, Agostino; Faccioli, Pietro; Ferreira Parracho, Pedro Guilherme; Gallinaro, Michele; Hollar, Jonathan; Leonardo, Nuno; Lloret Iglesias, Lara; Nguyen, Federico; Rodrigues Antunes, Joao; Seixas, Joao; Toldaiev, Oleksii; Vadruccio, Daniele; Varela, Joao; Vischia, Pietro; Afanasiev, Serguei; Bunin, Pavel; Gavrilenko, Mikhail; Golutvin, Igor; Gorbunov, Ilya; Kamenev, Alexey; Karjavin, Vladimir; Lanev, Alexander; Malakhov, Alexander; Matveev, Viktor; Moisenz, Petr; Palichik, Vladimir; Perelygin, Victor; Shmatov, Sergey; Shulha, Siarhei; Skatchkov, Nikolai; Smirnov, Vitaly; Zarubin, Anatoli; Golovtsov, Victor; Ivanov, Yury; Kim, Victor; Kuznetsova, Ekaterina; Levchenko, Petr; Murzin, Victor; Oreshkin, Vadim; Smirnov, Igor; Sulimov, Valentin; Uvarov, Lev; Vavilov, Sergey; Vorobyev, Alexey; Andreev, Yuri; Dermenev, Alexander; Gninenko, Sergei; Golubev, Nikolai; Karneyeu, Anton; Kirsanov, Mikhail; Krasnikov, Nikolai; Pashenkov, Anatoli; Tlisov, Danila; Toropin, Alexander; Epshteyn, Vladimir; Gavrilov, Vladimir; Lychkovskaya, Natalia; Popov, Vladimir; Pozdnyakov, Ivan; Safronov, Grigory; Spiridonov, Alexander; Vlasov, Evgueni; Zhokin, Alexander; Chadeeva, Marina; Chistov, Ruslan; Danilov, Mikhail; Rusinov, Vladimir; Tarkovskii, Evgenii; Andreev, Vladimir; Azarkin, Maksim; Dremin, Igor; Kirakosyan, Martin; Leonidov, Andrey; Mesyats, Gennady; Rusakov, Sergey V; Baskakov, Alexey; Belyaev, Andrey; Boos, Edouard; Ershov, Alexander; Gribushin, Andrey; Kaminskiy, Alexandre; Kodolova, Olga; Korotkikh, Vladimir; Lokhtin, Igor; Miagkov, Igor; Obraztsov, Stepan; Petrushanko, Sergey; Savrin, Viktor; Snigirev, Alexander; Vardanyan, Irina; Azhgirey, Igor; Bayshev, Igor; Bitioukov, Sergei; Kachanov, Vassili; Kalinin, Alexey; Konstantinov, Dmitri; Krychkine, Victor; Petrov, Vladimir; Ryutin, Roman; Sobol, Andrei; Tourtchanovitch, Leonid; Troshin, Sergey; Tyurin, Nikolay; Uzunian, Andrey; Volkov, Alexey; Adzic, Petar; Cirkovic, Predrag; Devetak, Damir; Milosevic, Jovan; Rekovic, Vladimir; Alcaraz Maestre, Juan; Calvo, Enrique; Cerrada, Marcos; Chamizo Llatas, Maria; Colino, Nicanor; De La Cruz, Begona; Delgado Peris, Antonio; Escalante Del Valle, Alberto; Fernandez Bedoya, Cristina; Fernández Ramos, Juan Pablo; Flix, Jose; Fouz, Maria Cruz; Garcia-Abia, Pablo; Gonzalez Lopez, Oscar; Goy Lopez, Silvia; Hernandez, Jose M; Josa, Maria Isabel; Navarro De Martino, Eduardo; Pérez-Calero Yzquierdo, Antonio María; Puerta Pelayo, Jesus; Quintario Olmeda, Adrián; Redondo, Ignacio; Romero, Luciano; Senghi Soares, Mara; Albajar, Carmen; de Trocóniz, Jorge F; Missiroli, Marino; Moran, Dermot; Cuevas, Javier; Fernandez Menendez, Javier; Folgueras, Santiago; Gonzalez Caballero, Isidro; Palencia Cortezon, Enrique; Vizan Garcia, Jesus Manuel; Cabrillo, Iban Jose; Calderon, Alicia; Castiñeiras De Saa, Juan Ramon; Curras, Esteban; De Castro Manzano, Pablo; Fernandez, Marcos; Garcia-Ferrero, Juan; Gomez, Gervasio; Lopez Virto, Amparo; Marco, Jesus; Marco, Rafael; Martinez Rivero, Celso; Matorras, Francisco; Piedra Gomez, Jonatan; Rodrigo, Teresa; Rodríguez-Marrero, Ana Yaiza; Ruiz-Jimeno, Alberto; Scodellaro, Luca; Trevisani, Nicolò; Vila, Ivan; Vilar Cortabitarte, Rocio; Abbaneo, Duccio; Auffray, Etiennette; Auzinger, Georg; Bachtis, Michail; Baillon, Paul; Ball, Austin; Barney, David; Benaglia, Andrea; Bendavid, Joshua; Benhabib, Lamia; Berruti, Gaia Maria; Bloch, Philippe; Bocci, Andrea; Bonato, Alessio; Botta, Cristina; Breuker, Horst; Camporesi, Tiziano; Castello, Roberto; Cepeda, Maria; Cerminara, Gianluca; D'Alfonso, Mariarosaria; D'Enterria, David; Dabrowski, Anne; Daponte, Vincenzo; David Tinoco Mendes, Andre; De Gruttola, Michele; De Guio, Federico; De Roeck, Albert; De Visscher, Simon; Di Marco, Emanuele; Dobson, Marc; Dordevic, Milos; Dorney, Brian; Du Pree, Tristan; Duggan, Daniel; Dünser, Marc; Dupont, Niels; Elliott-Peisert, Anna; Franzoni, Giovanni; Fulcher, Jonathan; Funk, Wolfgang; Gigi, Dominique; Gill, Karl; Giordano, Domenico; Girone, Maria; Glege, Frank; Guida, Roberto; Gundacker, Stefan; Guthoff, Moritz; Hammer, Josef; Harris, Philip; Hegeman, Jeroen; Innocente, Vincenzo; Janot, Patrick; Kirschenmann, Henning; Kortelainen, Matti J; Kousouris, Konstantinos; Krajczar, Krisztian; Lecoq, Paul; Lourenco, Carlos; Lucchini, Marco Toliman; Magini, Nicolo; Malgeri, Luca; Mannelli, Marcello; Martelli, Arabella; Masetti, Lorenzo; Meijers, Frans; Mersi, Stefano; Meschi, Emilio; Moortgat, Filip; Morovic, Srecko; Mulders, Martijn; Nemallapudi, Mythra Varun; Neugebauer, Hannes; Orfanelli, Styliani; Orsini, Luciano; Pape, Luc; Perez, Emmanuelle; Peruzzi, Marco; Petrilli, Achille; Petrucciani, Giovanni; Pfeiffer, Andreas; Pierini, Maurizio; Piparo, Danilo; Racz, Attila; Reis, Thomas; Rolandi, Gigi; Rovere, Marco; Ruan, Manqi; Sakulin, Hannes; Schäfer, Christoph; Schwick, Christoph; Seidel, Markus; Sharma, Archana; Silva, Pedro; Simon, Michal; Sphicas, Paraskevas; Steggemann, Jan; Stieger, Benjamin; Stoye, Markus; Takahashi, Yuta; Treille, Daniel; Triossi, Andrea; Tsirou, Andromachi; Veres, Gabor Istvan; Wardle, Nicholas; Wöhri, Hermine Katharina; Zagoździńska, Agnieszka; Zeuner, Wolfram Dietrich; Bertl, Willi; Deiters, Konrad; Erdmann, Wolfram; Horisberger, Roland; Ingram, Quentin; Kaestli, Hans-Christian; Kotlinski, Danek; Langenegger, Urs; Rohe, Tilman; Bachmair, Felix; Bäni, Lukas; Bianchini, Lorenzo; Casal, Bruno; Dissertori, Günther; Dittmar, Michael; Donegà, Mauro; Eller, Philipp; Grab, Christoph; Heidegger, Constantin; Hits, Dmitry; Hoss, Jan; Kasieczka, Gregor; Lecomte, Pierre; Lustermann, Werner; Mangano, Boris; Marionneau, Matthieu; Martinez Ruiz del Arbol, Pablo; Masciovecchio, Mario; Meinhard, Maren Tabea; Meister, Daniel; Micheli, Francesco; Musella, Pasquale; Nessi-Tedaldi, Francesca; Pandolfi, Francesco; Pata, Joosep; Pauss, Felicitas; Perrin, Gaël; Perrozzi, Luca; Quittnat, Milena; Rossini, Marco; Schönenberger, Myriam; Starodumov, Andrei; Takahashi, Maiko; Tavolaro, Vittorio Raoul; Theofilatos, Konstantinos; Wallny, Rainer; Aarrestad, Thea Klaeboe; Amsler, Claude; Caminada, Lea; Canelli, Maria Florencia; Chiochia, Vincenzo; De Cosa, Annapaola; Galloni, Camilla; Hinzmann, Andreas; Hreus, Tomas; Kilminster, Benjamin; Lange, Clemens; Ngadiuba, Jennifer; Pinna, Deborah; Rauco, Giorgia; Robmann, Peter; Salerno, Daniel; Yang, Yong; Chen, Kuan-Hsin; Doan, Thi Hien; Jain, Shilpi; Khurana, Raman; Konyushikhin, Maxim; Kuo, Chia-Ming; Lin, Willis; Lu, Yun-Ju; Pozdnyakov, Andrey; Yu, Shin-Shan; Kumar, Arun; Chang, Paoti; Chang, You-Hao; Chang, Yu-Wei; Chao, Yuan; Chen, Kai-Feng; Chen, Po-Hsun; Dietz, Charles; Fiori, Francesco; Grundler, Ulysses; Hou, George Wei-Shu; Hsiung, Yee; Liu, Yueh-Feng; Lu, Rong-Shyang; Miñano Moya, Mercedes; Petrakou, Eleni; Tsai, Jui-fa; Tzeng, Yeng-Ming; Asavapibhop, Burin; Kovitanggoon, Kittikul; Singh, Gurpreet; Srimanobhas, Norraphat; Suwonjandee, Narumon; Adiguzel, Aytul; Damarseckin, Serdal; Demiroglu, Zuhal Seyma; Dozen, Candan; Dumanoglu, Isa; Girgis, Semiray; Gokbulut, Gul; Guler, Yalcin; Gurpinar, Emine; Hos, Ilknur; Kangal, Evrim Ersin; Kayis Topaksu, Aysel; Onengut, Gulsen; Ozdemir, Kadri; Ozturk, Sertac; Sunar Cerci, Deniz; Tali, Bayram; Topakli, Huseyin; Zorbilmez, Caglar; Bilin, Bugra; Bilmis, Selcuk; Isildak, Bora; Karapinar, Guler; Yalvac, Metin; Zeyrek, Mehmet; Gülmez, Erhan; Kaya, Mithat; Kaya, Ozlem; Yetkin, Elif Asli; Yetkin, Taylan; Cakir, Altan; Cankocak, Kerem; Sen, Sercan; Vardarlı, Fuat Ilkehan; Grynyov, Boris; Levchuk, Leonid; Sorokin, Pavel; Aggleton, Robin; Ball, Fionn; Beck, Lana; Brooke, James John; Burns, Douglas; Clement, Emyr; Cussans, David; Flacher, Henning; Goldstein, Joel; Grimes, Mark; Heath, Greg P; Heath, Helen F; Jacob, Jeson; Kreczko, Lukasz; Lucas, Chris; Meng, Zhaoxia; Newbold, Dave M; Paramesvaran, Sudarshan; Poll, Anthony; Sakuma, Tai; Seif El Nasr-storey, Sarah; Senkin, Sergey; Smith, Dominic; Smith, Vincent J; Belyaev, Alexander; Brew, Christopher; Brown, Robert M; Calligaris, Luigi; Cieri, Davide; Cockerill, David JA; Coughlan, John A; Harder, Kristian; Harper, Sam; Olaiya, Emmanuel; Petyt, David; Shepherd-Themistocleous, Claire; Thea, Alessandro; Tomalin, Ian R; Williams, Thomas; Worm, Steven; Baber, Mark; Bainbridge, Robert; Buchmuller, Oliver; Bundock, Aaron; Burton, Darren; Casasso, Stefano; Citron, Matthew; Colling, David; Corpe, Louie; Dauncey, Paul; Davies, Gavin; De Wit, Adinda; Della Negra, Michel; Dunne, Patrick; Elwood, Adam; Futyan, David; Hall, Geoffrey; Iles, Gregory; Lane, Rebecca; Lucas, Robyn; Lyons, Louis; Magnan, Anne-Marie; Malik, Sarah; Nash, Jordan; Nikitenko, Alexander; Pela, Joao; Pesaresi, Mark; Raymond, David Mark; Richards, Alexander; Rose, Andrew; Seez, Christopher; Tapper, Alexander; Uchida, Kirika; Vazquez Acosta, Monica; Virdee, Tejinder; Zenz, Seth Conrad; Cole, Joanne; Hobson, Peter R; Khan, Akram; Kyberd, Paul; Leslie, Dawn; Reid, Ivan; Symonds, Philip; Teodorescu, Liliana; Turner, Mark; Borzou, Ahmad; Call, Kenneth; Dittmann, Jay; Hatakeyama, Kenichi; Liu, Hongxuan; Pastika, Nathaniel; Charaf, Otman; Cooper, Seth; Henderson, Conor; Rumerio, Paolo; Arcaro, Daniel; Avetisyan, Aram; Bose, Tulika; Gastler, Daniel; Rankin, Dylan; Richardson, Clint; Rohlf, James; Sulak, Lawrence; Zou, David; Alimena, Juliette; Benelli, Gabriele; Berry, Edmund; Cutts, David; Ferapontov, Alexey; Garabedian, Alex; Hakala, John; Heintz, Ulrich; Jesus, Orduna; Laird, Edward; Landsberg, Greg; Mao, Zaixing; Narain, Meenakshi; Piperov, Stefan; Sagir, Sinan; Syarif, Rizki; Breedon, Richard; Breto, Guillermo; Calderon De La Barca Sanchez, Manuel; Chauhan, Sushil; Chertok, Maxwell; Conway, John; Conway, Rylan; Cox, Peter Timothy; Erbacher, Robin; Funk, Garrett; Gardner, Michael; Ko, Winston; Lander, Richard; Mclean, Christine; Mulhearn, Michael; Pellett, Dave; Pilot, Justin; Ricci-Tam, Francesca; Shalhout, Shalhout; Smith, John; Squires, Michael; Stolp, Dustin; Tripathi, Mani; Wilbur, Scott; Yohay, Rachel; Cousins, Robert; Everaerts, Pieter; Florent, Alice; Hauser, Jay; Ignatenko, Mikhail; Saltzberg, David; Takasugi, Eric; Valuev, Vyacheslav; Weber, Matthias; Burt, Kira; Clare, Robert; Ellison, John Anthony; Gary, J William; Hanson, Gail; Heilman, Jesse; Paneva, Mirena Ivova; Jandir, Pawandeep; Kennedy, Elizabeth; Lacroix, Florent; Long, Owen Rosser; Malberti, Martina; Olmedo Negrete, Manuel; Shrinivas, Amithabh; Wei, Hua; Wimpenny, Stephen; Yates, Brent; Branson, James G; Cerati, Giuseppe Benedetto; Cittolin, Sergio; D'Agnolo, Raffaele Tito; Derdzinski, Mark; Holzner, André; Kelley, Ryan; Klein, Daniel; Letts, James; Macneill, Ian; Olivito, Dominick; Padhi, Sanjay; Pieri, Marco; Sani, Matteo; Sharma, Vivek; Simon, Sean; Tadel, Matevz; Vartak, Adish; Wasserbaech, Steven; Welke, Charles; Würthwein, Frank; Yagil, Avraham; Zevi Della Porta, Giovanni; Bradmiller-Feld, John; Campagnari, Claudio; Dishaw, Adam; Dutta, Valentina; Flowers, Kristen; Franco Sevilla, Manuel; Geffert, Paul; George, Christopher; Golf, Frank; Gouskos, Loukas; Gran, Jason; Incandela, Joe; Mccoll, Nickolas; Mullin, Sam Daniel; Richman, Jeffrey; Stuart, David; Suarez, Indara; West, Christopher; Yoo, Jaehyeok; Anderson, Dustin; Apresyan, Artur; Bornheim, Adolf; Bunn, Julian; Chen, Yi; Duarte, Javier; Mott, Alexander; Newman, Harvey B; Pena, Cristian; Spiropulu, Maria; Vlimant, Jean-Roch; Xie, Si; Zhu, Ren-Yuan; Andrews, Michael Benjamin; Azzolini, Virginia; Calamba, Aristotle; Carlson, Benjamin; Ferguson, Thomas; Paulini, Manfred; Russ, James; Sun, Menglei; Vogel, Helmut; Vorobiev, Igor; Cumalat, John Perry; Ford, William T; Gaz, Alessandro; Jensen, Frank; Johnson, Andrew; Krohn, Michael; Mulholland, Troy; Nauenberg, Uriel; Stenson, Kevin; Wagner, Stephen Robert; Alexander, James; Chatterjee, Avishek; Chaves, Jorge; Chu, Jennifer; Dittmer, Susan; Eggert, Nicholas; Mirman, Nathan; Nicolas Kaufman, Gala; Patterson, Juliet Ritchie; Rinkevicius, Aurelijus; Ryd, Anders; Skinnari, Louise; Soffi, Livia; Sun, Werner; Tan, Shao Min; Teo, Wee Don; Thom, Julia; Thompson, Joshua; Tucker, Jordan; Weng, Yao; Wittich, Peter; Abdullin, Salavat; Albrow, Michael; Apollinari, Giorgio; Banerjee, Sunanda; Bauerdick, Lothar AT; Beretvas, Andrew; Berryhill, Jeffrey; Bhat, Pushpalatha C; Bolla, Gino; Burkett, Kevin; Butler, Joel Nathan; Cheung, Harry; Chlebana, Frank; Cihangir, Selcuk; Elvira, Victor Daniel; Fisk, Ian; Freeman, Jim; Gottschalk, Erik; Gray, Lindsey; Green, Dan; Grünendahl, Stefan; Gutsche, Oliver; Hanlon, Jim; Hare, Daryl; Harris, Robert M; Hasegawa, Satoshi; Hirschauer, James; Hu, Zhen; Jayatilaka, Bodhitha; Jindariani, Sergo; Johnson, Marvin; Joshi, Umesh; Klima, Boaz; Kreis, Benjamin; Lammel, Stephan; Lewis, Jonathan; Linacre, Jacob; Lincoln, Don; Lipton, Ron; Liu, Tiehui; Lopes De Sá, Rafael; Lykken, Joseph; Maeshima, Kaori; Marraffino, John Michael; Maruyama, Sho; Mason, David; McBride, Patricia; Merkel, Petra; Mrenna, Stephen; Nahn, Steve; Newman-Holmes, Catherine; O'Dell, Vivian; Pedro, Kevin; Prokofyev, Oleg; Rakness, Gregory; Sexton-Kennedy, Elizabeth; Soha, Aron; Spalding, William J; Spiegel, Leonard; Stoynev, Stoyan; Strobbe, Nadja; Taylor, Lucas; Tkaczyk, Slawek; Tran, Nhan Viet; Uplegger, Lorenzo; Vaandering, Eric Wayne; Vernieri, Caterina; Verzocchi, Marco; Vidal, Richard; Wang, Michael; Weber, Hannsjoerg Artur; Whitbeck, Andrew; Acosta, Darin; Avery, Paul; Bortignon, Pierluigi; Bourilkov, Dimitri; Brinkerhoff, Andrew; Carnes, Andrew; Carver, Matthew; Curry, David; Das, Souvik; Field, Richard D; Furic, Ivan-Kresimir; Konigsberg, Jacobo; Korytov, Andrey; Kotov, Khristian; Ma, Peisen; Matchev, Konstantin; Mei, Hualin; Milenovic, Predrag; Mitselmakher, Guenakh; Rank, Douglas; Rossin, Roberto; Shchutska, Lesya; Snowball, Matthew; Sperka, David; Terentyev, Nikolay; Thomas, Laurent; Wang, Jian; Wang, Sean-Jiun; Yelton, John; Hewamanage, Samantha; Linn, Stephan; Markowitz, Pete; Martinez, German; Rodriguez, Jorge Luis; Ackert, Andrew; Adams, Jordon Rowe; Adams, Todd; Askew, Andrew; Bein, Samuel; Bochenek, Joseph; Diamond, Brendan; Haas, Jeff; Hagopian, Sharon; Hagopian, Vasken; Johnson, Kurtis F; Khatiwada, Ajeeta; Prosper, Harrison; Weinberg, Marc; Baarmand, Marc M; Bhopatkar, Vallary; Colafranceschi, Stefano; Hohlmann, Marcus; Kalakhety, Himali; Noonan, Daniel; Roy, Titas; Yumiceva, Francisco; Adams, Mark Raymond; Apanasevich, Leonard; Berry, Douglas; Betts, Russell Richard; Bucinskaite, Inga; Cavanaugh, Richard; Evdokimov, Olga; Gauthier, Lucie; Gerber, Cecilia Elena; Hofman, David Jonathan; Kurt, Pelin; O'Brien, Christine; Sandoval Gonzalez, Irving Daniel; Turner, Paul; Varelas, Nikos; Wu, Zhenbin; Zakaria, Mohammed; Zhang, Jingyu; Bilki, Burak; Clarida, Warren; Dilsiz, Kamuran; Durgut, Süleyman; Gandrajula, Reddy Pratap; Haytmyradov, Maksat; Khristenko, Viktor; Merlo, Jean-Pierre; Mermerkaya, Hamit; Mestvirishvili, Alexi; Moeller, Anthony; Nachtman, Jane; Ogul, Hasan; Onel, Yasar; Ozok, Ferhat; Penzo, Aldo; Snyder, Christina; Tiras, Emrah; Wetzel, James; Yi, Kai; Anderson, Ian; Barnett, Bruce Arnold; Blumenfeld, Barry; Cocoros, Alice; Eminizer, Nicholas; Fehling, David; Feng, Lei; Gritsan, Andrei; Maksimovic, Petar; Osherson, Marc; Roskes, Jeffrey; Sarica, Ulascan; Swartz, Morris; Xiao, Meng; Xin, Yongjie; You, Can; Baringer, Philip; Bean, Alice; Bruner, Christopher; Kenny III, Raymond Patrick; Majumder, Devdatta; Malek, Magdalena; Mcbrayer, William; Murray, Michael; Sanders, Stephen; Stringer, Robert; Wang, Quan; Ivanov, Andrew; Kaadze, Ketino; Khalil, Sadia; Makouski, Mikhail; Maravin, Yurii; Mohammadi, Abdollah; Saini, Lovedeep Kaur; Skhirtladze, Nikoloz; Toda, Sachiko; Lange, David; Rebassoo, Finn; Wright, Douglas; Anelli, Christopher; Baden, Drew; Baron, Owen; Belloni, Alberto; Calvert, Brian; Eno, Sarah Catherine; Ferraioli, Charles; Gomez, Jaime; Hadley, Nicholas John; Jabeen, Shabnam; Kellogg, Richard G; Kolberg, Ted; Kunkle, Joshua; Lu, Ying; Mignerey, Alice; Shin, Young Ho; Skuja, Andris; Tonjes, Marguerite; Tonwar, Suresh C; Apyan, Aram; Barbieri, Richard; Baty, Austin; Bi, Ran; Bierwagen, Katharina; Brandt, Stephanie; Busza, Wit; Cali, Ivan Amos; Demiragli, Zeynep; Di Matteo, Leonardo; Gomez Ceballos, Guillelmo; Goncharov, Maxim; Gulhan, Doga; Iiyama, Yutaro; Innocenti, Gian Michele; Klute, Markus; Kovalskyi, Dmytro; Lai, Yue Shi; Lee, Yen-Jie; Levin, Andrew; Luckey, Paul David; Marini, Andrea Carlo; Mcginn, Christopher; Mironov, Camelia; Narayanan, Siddharth; Niu, Xinmei; Paus, Christoph; Roland, Christof; Roland, Gunther; Salfeld-Nebgen, Jakob; Stephans, George; Sumorok, Konstanty; Tatar, Kaya; Varma, Mukund; Velicanu, Dragos; Veverka, Jan; Wang, Jing; Wang, Ta-Wei; Wyslouch, Bolek; Yang, Mingming; Zhukova, Victoria; Benvenuti, Alberto; Dahmes, Bryan; Evans, Andrew; Finkel, Alexey; Gude, Alexander; Hansen, Peter; Kalafut, Sean; Kao, Shih-Chuan; Klapoetke, Kevin; Kubota, Yuichi; Lesko, Zachary; Mans, Jeremy; Nourbakhsh, Shervin; Ruckstuhl, Nicole; Rusack, Roger; Tambe, Norbert; Turkewitz, Jared; Acosta, John Gabriel; Oliveros, Sandra; Avdeeva, Ekaterina; Bartek, Rachel; Bloom, Kenneth; Bose, Suvadeep; Claes, Daniel R; Dominguez, Aaron; Fangmeier, Caleb; Gonzalez Suarez, Rebeca; Kamalieddin, Rami; Knowlton, Dan; Kravchenko, Ilya; Meier, Frank; Monroy, Jose; Ratnikov, Fedor; Siado, Joaquin Emilo; Snow, Gregory R; Alyari, Maral; Dolen, James; George, Jimin; Godshalk, Andrew; Harrington, Charles; Iashvili, Ia; Kaisen, Josh; Kharchilava, Avto; Kumar, Ashish; Rappoccio, Salvatore; Roozbahani, Bahareh; Alverson, George; Barberis, Emanuela; Baumgartel, Darin; Chasco, Matthew; Hortiangtham, Apichart; Massironi, Andrea; Morse, David Michael; Nash, David; Orimoto, Toyoko; Teixeira De Lima, Rafael; Trocino, Daniele; Wang, Ren-Jie; Wood, Darien; Zhang, Jinzhong; Bhattacharya, Saptaparna; Hahn, Kristan Allan; Kubik, Andrew; Low, Jia Fu; Mucia, Nicholas; Odell, Nathaniel; Pollack, Brian; Schmitt, Michael Henry; Sung, Kevin; Trovato, Marco; Velasco, Mayda; Dev, Nabarun; Hildreth, Michael; Jessop, Colin; Karmgard, Daniel John; Kellams, Nathan; Lannon, Kevin; Marinelli, Nancy; Meng, Fanbo; Mueller, Charles; Musienko, Yuri; Planer, Michael; Reinsvold, Allison; Ruchti, Randy; Smith, Geoffrey; Taroni, Silvia; Valls, Nil; Wayne, Mitchell; Wolf, Matthias; Woodard, Anna; Antonelli, Louis; Brinson, Jessica; Bylsma, Ben; Durkin, Lloyd Stanley; Flowers, Sean; Hart, Andrew; Hill, Christopher; Hughes, Richard; Ji, Weifeng; Ling, Ta-Yung; Liu, Bingxuan; Luo, Wuming; Puigh, Darren; Rodenburg, Marissa; Winer, Brian L; Wulsin, Howard Wells; Driga, Olga; Elmer, Peter; Hardenbrook, Joshua; Hebda, Philip; Koay, Sue Ann; Lujan, Paul; Marlow, Daniel; Medvedeva, Tatiana; Mooney, Michael; Olsen, James; Palmer, Christopher; Piroué, Pierre; Stickland, David; Tully, Christopher; Zuranski, Andrzej; Malik, Sudhir; Barker, Anthony; Barnes, Virgil E; Benedetti, Daniele; Bortoletto, Daniela; Gutay, Laszlo; Jha, Manoj; Jones, Matthew; Jung, Andreas Werner; Jung, Kurt; Kumar, Ajay; Miller, David Harry; Neumeister, Norbert; Radburn-Smith, Benjamin Charles; Shi, Xin; Shipsey, Ian; Silvers, David; Sun, Jian; Svyatkovskiy, Alexey; Wang, Fuqiang; Xie, Wei; Xu, Lingshan; Parashar, Neeti; Stupak, John; Adair, Antony; Akgun, Bora; Chen, Zhenyu; Ecklund, Karl Matthew; Geurts, Frank JM; Guilbaud, Maxime; Li, Wei; Michlin, Benjamin; Northup, Michael; Padley, Brian Paul; Redjimi, Radia; Roberts, Jay; Rorie, Jamal; Tu, Zhoudunming; Zabel, James; Betchart, Burton; Bodek, Arie; de Barbaro, Pawel; Demina, Regina; Eshaq, Yossof; Ferbel, Thomas; Galanti, Mario; Garcia-Bellido, Aran; Han, Jiyeon; Hindrichs, Otto; Khukhunaishvili, Aleko; Lo, Kin Ho; Tan, Ping; Verzetti, Mauro; Chou, John Paul; Contreras-Campana, Emmanuel; Ferencek, Dinko; Gershtein, Yuri; Halkiadakis, Eva; Heindl, Maximilian; Hidas, Dean; Hughes, Elliot; Kaplan, Steven; Kunnawalkam Elayavalli, Raghav; Lath, Amitabh; Nash, Kevin; Saka, Halil; Salur, Sevil; Schnetzer, Steve; Sheffield, David; Somalwar, Sunil; Stone, Robert; Thomas, Scott; Thomassen, Peter; Walker, Matthew; Foerster, Mark; Riley, Grant; Rose, Keith; Spanier, Stefan; Thapa, Krishna; Bouhali, Othmane; Castaneda Hernandez, Alfredo; Celik, Ali; Dalchenko, Mykhailo; De Mattia, Marco; Delgado, Andrea; Dildick, Sven; Eusebi, Ricardo; Gilmore, Jason; Huang, Tao; Kamon, Teruki; Krutelyov, Vyacheslav; Mueller, Ryan; Osipenkov, Ilya; Pakhotin, Yuriy; Patel, Rishi; Perloff, Alexx; Rose, Anthony; Safonov, Alexei; Tatarinov, Aysen; Ulmer, Keith; Akchurin, Nural; Cowden, Christopher; Damgov, Jordan; Dragoiu, Cosmin; Dudero, Phillip Russell; Faulkner, James; Kunori, Shuichi; Lamichhane, Kamal; Lee, Sung Won; Libeiro, Terence; Undleeb, Sonaina; Volobouev, Igor; Appelt, Eric; Delannoy, Andrés G; Greene, Senta; Gurrola, Alfredo; Janjam, Ravi; Johns, Willard; Maguire, Charles; Mao, Yaxian; Melo, Andrew; Ni, Hong; Sheldon, Paul; Tuo, Shengquan; Velkovska, Julia; Xu, Qiao; Arenton, Michael Wayne; Cox, Bradley; Francis, Brian; Goodell, Joseph; Hirosky, Robert; Ledovskoy, Alexander; Li, Hengne; Lin, Chuanzhe; Neu, Christopher; Sinthuprasith, Tutanon; Sun, Xin; Wang, Yanchu; Wolfe, Evan; Wood, John; Xia, Fan; Clarke, Christopher; Harr, Robert; Karchin, Paul Edmund; Kottachchi Kankanamge Don, Chamath; Lamichhane, Pramod; Sturdy, Jared; Belknap, Donald; Carlsmith, Duncan; Dasu, Sridhara; Dodd, Laura; Duric, Senka; Gomber, Bhawna; Grothe, Monika; Herndon, Matthew; Hervé, Alain; Klabbers, Pamela; Lanaro, Armando; Levine, Aaron; Long, Kenneth; Loveless, Richard; Mohapatra, Ajit; Ojalvo, Isabel; Perry, Thomas; Pierro, Giuseppe Antonio; Polese, Giovanni; Ruggles, Tyler; Sarangi, Tapas; Savin, Alexander; Sharma, Archana; Smith, Nicholas; Smith, Wesley H; Taylor, Devin; Verwilligen, Piet; Woods, Nathaniel

    2016-07-04

    Inclusive jet production in pPb collisions at a nucleon-nucleon (NN) center-of-mass energy of $\\sqrt{ s_{ \\mathrm{NN} } }=$ 5.02 TeV is studied with the CMS detector at the LHC. A data sample corresponding to an integrated luminosity of 35 nb$^{-1}$ is analyzed. The jet transverse momentum spectra are studied in seven pseudorapidity intervals covering the range $-2.0 < \\eta_\\mathrm{CM} < 1.5 $ in the NN center-of-mass frame. The jet production yields at forward and backward pseudorapidity are compared and no significant asymmetry about $\\eta_\\mathrm{CM} = 0$ is observed in the measured kinematic range. The measurements in the pPb system are compared to reference jet spectra obtained by extrapolation from previous measurements in pp collisions at $\\sqrt{s}=$ 7 TeV. In all pseudorapidity ranges, nuclear modifications in inclusive jet production are found to be small, similar to the predictions from next-to-leading order perturbative QCD calculations that incorporate nuclear effects in the parton distribut...

  20. Application of geostatistical simulation to compile seismotectonic provinces based on earthquake databases (case study: Iran)

    Science.gov (United States)

    Jalali, Mohammad; Ramazi, Hamidreza

    2018-04-01

    This article is devoted to application of a simulation algorithm based on geostatistical methods to compile and update seismotectonic provinces in which Iran has been chosen as a case study. Traditionally, tectonic maps together with seismological data and information (e.g., earthquake catalogues, earthquake mechanism, and microseismic data) have been used to update seismotectonic provinces. In many cases, incomplete earthquake catalogues are one of the important challenges in this procedure. To overcome this problem, a geostatistical simulation algorithm, turning band simulation, TBSIM, was applied to make a synthetic data to improve incomplete earthquake catalogues. Then, the synthetic data was added to the traditional information to study the seismicity homogeneity and classify the areas according to tectonic and seismic properties to update seismotectonic provinces. In this paper, (i) different magnitude types in the studied catalogues have been homogenized to moment magnitude (Mw), and earthquake declustering was then carried out to remove aftershocks and foreshocks; (ii) time normalization method was introduced to decrease the uncertainty in a temporal domain prior to start the simulation procedure; (iii) variography has been carried out in each subregion to study spatial regressions (e.g., west-southwestern area showed a spatial regression from 0.4 to 1.4 decimal degrees; the maximum range identified in the azimuth of 135 ± 10); (iv) TBSIM algorithm was then applied to make simulated events which gave rise to make 68,800 synthetic events according to the spatial regression found in several directions; (v) simulated events (i.e., magnitudes) were classified based on their intensity in ArcGIS packages and homogenous seismic zones have been determined. Finally, according to the synthetic data, tectonic features, and actual earthquake catalogues, 17 seismotectonic provinces were introduced in four major classes introduced as very high, high, moderate, and low

  1. Particle-type dependence of azimuthal anisotropy and nuclear modification of particle production in Au+Au collisions at square root of sNN=200 GeV.

    Science.gov (United States)

    Adams, J; Adler, C; Aggarwal, M M; Ahammed, Z; Amonett, J; Anderson, B D; Anderson, M; Arkhipkin, D; Averichev, G S; Badyal, S K; Balewski, J; Barannikova, O; Barnby, L S; Baudot, J; Bekele, S; Belaga, V V; Bellwied, R; Berger, J; Bezverkhny, B I; Bhardwaj, S; Bhaskar, P; Bhati, A K; Bichsel, H; Billmeier, A; Bland, L C; Blyth, C O; Bonner, B E; Botje, M; Boucham, A; Brandin, A; Bravar, A; Cadman, R V; Cai, X Z; Caines, H; Calderón de la Barca Sánchez, M; Carroll, J; Castillo, J; Castro, M; Cebra, D; Chaloupka, P; Chattopadhyay, S; Chen, H F; Chen, Y; Chernenko, S P; Cherney, M; Chikanian, A; Choi, B; Christie, W; Coffin, J P; Cormier, T M; Cramer, J G; Crawford, H J; Das, D; Das, S; Derevschikov, A A; Didenko, L; Dietel, T; Dong, W J; Dong, X; Draper, J E; Du, F; Dubey, A K; Dunin, V B; Dunlop, J C; Dutta Majumdar, M R; Eckardt, V; Efimov, L G; Emelianov, V; Engelage, J; Eppley, G; Erazmus, B; Estienne, M; Fachini, P; Faine, V; Faivre, J; Fatemi, R; Filimonov, K; Filip, P; Finch, E; Fisyak, Y; Flierl, D; Foley, K J; Fu, J; Gagliardi, C A; Gagunashvili, N; Gans, J; Ganti, M S; Gaudichet, L; Germain, M; Geurts, F; Ghazikhanian, V; Ghosh, P; Gonzalez, J E; Grachov, O; Grigoriev, V; Gronstal, S; Grosnick, D; Guedon, M; Guertin, S M; Gupta, A; Gushin, E; Gutierrez, T D; Hallman, T J; Hardtke, D; Harris, J W; Heinz, M; Henry, T W; Heppelmann, S; Herston, T; Hippolyte, B; Hirsch, A; Hjort, E; Hoffmann, G W; Horsley, M; Huang, H Z; Huang, S L; Humanic, T J; Igo, G; Ishihara, A; Jacobs, P; Jacobs, W W; Janik, M; Jiang, H; Johnson, I; Jones, P G; Judd, E G; Kabana, S; Kaneta, M; Kaplan, M; Keane, D; Khodyrev, V Yu; Kiryluk, J; Kisiel, A; Klay, J; Klein, S R; Klyachko, A; Koetke, D D; Kollegger, T; Kopytine, M; Kotchenda, L; Kovalenko, A D; Kramer, M; Kravtsov, P; Kravtsov, V I; Krueger, K; Kuhn, C; Kulikov, A I; Kumar, A; Kunde, G J; Kunz, C L; Kutuev, R Kh; Kuznetsov, A A; Lamont, M A C; Landgraf, J M; Lange, S; Lansdell, C P; Lasiuk, B; Laue, F; Lauret, J; Lebedev, A; Lednický, R; LeVine, M J; Li, C; Li, Q; Lindenbaum, S J; Lisa, M A; Liu, F; Liu, L; Liu, Z; Liu, Q J; Ljubicic, T; Llope, W J; Long, H; Longacre, R S; Lopez-Noriega, M; Love, W A; Ludlam, T; Lynn, D; Ma, J; Ma, Y G; Magestro, D; Mahajan, S; Mangotra, L K; Mahapatra, D P; Majka, R; Manweiler, R; Margetis, S; Markert, C; Martin, L; Marx, J; Matis, H S; Matulenko, Yu A; McShane, T S; Meissner, F; Melnick, Yu; Meschanin, A; Messer, M; Miller, M L; Milosevich, Z; Minaev, N G; Mironov, C; Mishra, D; Mitchell, J; Mohanty, B; Molnar, L; Moore, C F; Mora-Corral, M J; Morozov, D A; Morozov, V; de Moura, M M; Munhoz, M G; Nandi, B K; Nayak, S K; Nayak, T K; Nelson, J M; Nevski, P; Nikitin, V A; Nogach, L V; Norman, B; Nurushev, S B; Odyniec, G; Ogawa, A; Okorokov, V; Oldenburg, M; Olson, D; Paic, G; Pandey, S U; Pal, S K; Panebratsev, Y; Panitkin, S Y; Pavlinov, A I; Pawlak, T; Perevoztchikov, V; Perkins, C; Peryt, W; Petrov, V A; Phatak, S C; Picha, R; Planinic, M; Pluta, J; Porile, N; Porter, J; Poskanzer, A M; Potekhin, M; Potrebenikova, E; Potukuchi, B V K S; Prindle, D; Pruneau, C; Putschke, J; Rai, G; Rakness, G; Raniwala, R; Raniwala, S; Ravel, O; Ray, R L; Razin, S V; Reichhold, D; Reid, J G; Renault, G; Retiere, F; Ridiger, A; Ritter, H G; Roberts, J B; Rogachevski, O V; Romero, J L; Rose, A; Roy, C; Ruan, L J; Sahoo, R; Sakrejda, I; Salur, S; Sandweiss, J; Savin, I; Schambach, J; Scharenberg, R P; Schmitz, N; Schroeder, L S; Schweda, K; Seger, J; Seliverstov, D; Seyboth, P; Shahaliev, E; Shao, M; Sharma, M; Shestermanov, K E; Shimanskii, S S; Singaraju, R N; Simon, F; Skoro, G; Smirnov, N; Snellings, R; Sood, G; Sorensen, P; Sowinski, J; Spinka, H M; Srivastava, B; Stanislaus, S; Stock, R; Stolpovsky, A; Strikhanov, M; Stringfellow, B; Struck, C; Suaide, A A P; Sugarbaker, E; Suire, C; Sumbera, M; Surrow, B; Symons, T J M; de Toledo, A Szanto; Szarwas, P; Tai, A; Takahashi, J; Tang, A H; Thein, D; Thomas, J H; Tikhomirov, V; Tokarev, M; Tonjes, M B; Trainor, T A; Trentalange, S; Tribble, R E; Trivedi, M D; Trofimov, V; Tsai, O; Ullrich, T; Underwood, D G; Van Buren, G; VanderMolen, A M; Vasiliev, A N; Vasiliev, M; Vigdor, S E; Viyogi, Y P; Voloshin, S A; Waggoner, W; Wang, F; Wang, G; Wang, X L; Wang, Z M; Ward, H; Watson, J W; Wells, R; Westfall, G D; Whitten, C; Wieman, H; Willson, R; Wissink, S W; Witt, R; Wood, J; Wu, J; Xu, N; Xu, Z; Xu, Z Z; Yamamoto, E; Yepes, P; Yurevich, V I; Zanevski, Y V; Zborovský, I; Zhang, H; Zhang, W M; Zhang, Z P; Zołnierczuk, P A; Zoulkarneev, R; Zoulkarneeva, J; Zubarev, A N

    2004-02-06

    We present STAR measurements of the azimuthal anisotropy parameter v(2) and the binary-collision scaled centrality ratio R(CP) for kaons and lambdas (Lambda+Lambda) at midrapidity in Au+Au collisions at square root of s(NN)=200 GeV. In combination, the v(2) and R(CP) particle-type dependencies contradict expectations from partonic energy loss followed by standard fragmentation in vacuum. We establish p(T) approximately 5 GeV/c as the value where the centrality dependent baryon enhancement ends. The K(0)(S) and Lambda+Lambda v(2) values are consistent with expectations of constituent-quark-number scaling from models of hadron formation by parton coalescence or recombination.

  2. Using river distance and existing hydrography data can improve the geostatistical estimation of fish tissue mercury at unsampled locations.

    Science.gov (United States)

    Money, Eric S; Sackett, Dana K; Aday, D Derek; Serre, Marc L

    2011-09-15

    Mercury in fish tissue is a major human health concern. Consumption of mercury-contaminated fish poses risks to the general population, including potentially serious developmental defects and neurological damage in young children. Therefore, it is important to accurately identify areas that have the potential for high levels of bioaccumulated mercury. However, due to time and resource constraints, it is difficult to adequately assess fish tissue mercury on a basin wide scale. We hypothesized that, given the nature of fish movement along streams, an analytical approach that takes into account distance traveled along these streams would improve the estimation accuracy for fish tissue mercury in unsampled streams. Therefore, we used a river-based Bayesian Maximum Entropy framework (river-BME) for modern space/time geostatistics to estimate fish tissue mercury at unsampled locations in the Cape Fear and Lumber Basins in eastern North Carolina. We also compared the space/time geostatistical estimation using river-BME to the more traditional Euclidean-based BME approach, with and without the inclusion of a secondary variable. Results showed that this river-based approach reduced the estimation error of fish tissue mercury by more than 13% and that the median estimate of fish tissue mercury exceeded the EPA action level of 0.3 ppm in more than 90% of river miles for the study domain.

  3. Elliptic flow of identified hadrons in Pb-Pb collisions at √(s{sub NN})=2.76 TeV

    Energy Technology Data Exchange (ETDEWEB)

    Abelev, B. [Lawrence Livermore National Laboratory, Livermore, CA (United States); Adam, J. [Faculty of Nuclear Sciences and Physical Engineering, Czech Technical University in Prague, Prague (Czech Republic); Adamová, D. [Nuclear Physics Institute, Academy of Sciences of the Czech Republic, Řež u Prahy (Czech Republic); Aggarwal, M.M. [Physics Department, Panjab University, Chandigarh (India); Collaboration: The ALICE collaboration; and others

    2015-06-29

    The elliptic flow coefficient (v{sub 2}) of identified particles in Pb-Pb collisions at √(s{sub NN})=2.76 TeV was measured with the ALICE detector at the Large Hadron Collider (LHC). The results were obtained with the Scalar Product method, a two-particle correlation technique, using a pseudo-rapidity gap of |Δη|>0.9 between the identified hadron under study and the reference particles. The v{sub 2} is reported for π{sup ±}, K{sup ±}, K{sub S}{sup 0}, p+p̄, ϕ, Λ+Λ̄, Ξ{sup −}+Ξ̄{sup +} and Ω{sup −}+Ω̄{sup +} in several collision centralities. In the low transverse momentum (p{sub T}) region, p{sub T}<3 GeV/c, v{sub 2}(p{sub T}) exhibits a particle mass dependence consistent with elliptic flow accompanied by the transverse radial expansion of the system with a common velocity field. The experimental data for π{sup ±} and the combined K{sup ±} and K{sub S}{sup 0} results, are described fairly well by hydrodynamic calculations coupled to a hadronic cascade model (VISHNU) for central collisions. However, the same calculations fail to reproduce the v{sub 2}(p{sub T}) for p+p̄, ϕ, Λ+ Λ̄ and Ξ{sup −}+Ξ̄{sup +}. For transverse momentum values larger than about 3 GeV/c, particles tend to group according to their type, i.e. mesons and baryons. The present measurements exhibit deviations from the number of constituent quark (NCQ) scaling at the level of ±20% for p{sub T}>3 GeV/c.

  4. Direct nn-Scattering Measurement With the Pulsed Reactor YAGUAR.

    Science.gov (United States)

    Mitchell, G E; Furman, W I; Lychagin, E V; Muzichka, A Yu; Nekhaev, G V; Strelkov, A V; Sharapov, E I; Shvetsov, V N; Chernuhin, Yu I; Levakov, B G; Litvin, V I; Lyzhin, A E; Magda, E P; Crawford, B E; Stephenson, S L; Howell, C R; Tornow, W

    2005-01-01

    Although crucial for resolving the issue of charge symmetry in the nuclear force, direct measurement of nn-scattering by colliding free neutrons has never been performed. At present the Russian pulsed reactor YAGUAR is the best neutron source for performing such a measurement. It has a through channel where the neutron moderator is installed. The neutrons are counted by a neutron detector located 12 m from the reactor. In preliminary experiments an instantaneous value of 1.1 × 10(18)/cm(2)s was obtained for the thermal neutron flux density. The experiment will be performed by the DIANNA Collaboration as International Science & Technology Center (ISTC) project No. 2286.

  5. Re-weighted Discriminatively Embedded K-Means for Multi-view Clustering.

    Science.gov (United States)

    Xu, Jinglin; Han, Junwei; Nie, Feiping; Li, Xuelong

    2017-02-08

    Recent years, more and more multi-view data are widely used in many real world applications. This kind of data (such as image data) are high dimensional and obtained from different feature extractors, which represents distinct perspectives of the data. How to cluster such data efficiently is a challenge. In this paper, we propose a novel multi-view clustering framework, called Re-weighted Discriminatively Embedded KMeans (RDEKM), for this task. The proposed method is a multiview least-absolute residual model which induces robustness to efficiently mitigates the influence of outliers and realizes dimension reduction during multi-view clustering. Specifically, the proposed model is an unsupervised optimization scheme which utilizes Iterative Re-weighted Least Squares to solve leastabsolute residual and adaptively controls the distribution of multiple weights in a re-weighted manner only based on its own low-dimensional subspaces and a common clustering indicator matrix. Furthermore, theoretical analysis (including optimality and convergence analysis) and the optimization algorithm are also presented. Compared to several state-of-the-art multi-view clustering methods, the proposed method substantially improves the accuracy of the clustering results on widely used benchmark datasets, which demonstrates the superiority of the proposed work.

  6. D-meson production in $p$–Pb collisions at $\\sqrt{s_{\\rm NN}}=5.02$ TeV and in $pp$ collisions at $\\sqrt{s}=7$ TeV

    CERN Document Server

    Adam, Jaroslav; Aggarwal, Madan Mohan; Aglieri Rinella, Gianluca; Agnello, Michelangelo; Agrawal, Neelima; Ahammed, Zubayer; Ahmad, Shakeel; Ahn, Sang Un; Aiola, Salvatore; Akindinov, Alexander; Alam, Sk Noor; Silva De Albuquerque, Danilo; Aleksandrov, Dmitry; Alessandro, Bruno; Alexandre, Didier; Alfaro Molina, Jose Ruben; Alici, Andrea; Alkin, Anton; Alme, Johan; Alt, Torsten; Altinpinar, Sedat; Altsybeev, Igor; Alves Garcia Prado, Caio; Andrei, Cristian; Andronic, Anton; Anguelov, Venelin; Anticic, Tome; Antinori, Federico; Antonioli, Pietro; Aphecetche, Laurent Bernard; Appelshaeuser, Harald; Arcelli, Silvia; Arnaldi, Roberta; Arnold, Oliver Werner; Arsene, Ionut Cristian; Arslandok, Mesut; Audurier, Benjamin; Augustinus, Andre; Averbeck, Ralf Peter; Azmi, Mohd Danish; Badala, Angela; Baek, Yong Wook; Bagnasco, Stefano; Bailhache, Raphaelle Marie; Bala, Renu; Balasubramanian, Supraja; Baldisseri, Alberto; Baral, Rama Chandra; Barbano, Anastasia Maria; Barbera, Roberto; Barile, Francesco; Barnafoldi, Gergely Gabor; Barnby, Lee Stuart; Ramillien Barret, Valerie; Bartalini, Paolo; Barth, Klaus; Bartke, Jerzy Gustaw; Bartsch, Esther; Basile, Maurizio; Bastid, Nicole; Basu, Sumit; Bathen, Bastian; Batigne, Guillaume; Batista Camejo, Arianna; Batyunya, Boris; Batzing, Paul Christoph; Bearden, Ian Gardner; Beck, Hans; Bedda, Cristina; Behera, Nirbhay Kumar; Belikov, Iouri; Bellini, Francesca; Bello Martinez, Hector; Bellwied, Rene; Belmont Iii, Ronald John; Belmont Moreno, Ernesto; Espinoza Beltran, Lucina Gabriela; Belyaev, Vladimir; Bencedi, Gyula; Beole, Stefania; Berceanu, Ionela; Bercuci, Alexandru; Berdnikov, Yaroslav; Berenyi, Daniel; Bertens, Redmer Alexander; Berzano, Dario; Betev, Latchezar; Bhasin, Anju; Bhat, Inayat Rasool; Bhati, Ashok Kumar; Bhattacharjee, Buddhadeb; Bhom, Jihyun; Bianchi, Livio; Bianchi, Nicola; Bianchin, Chiara; Bielcik, Jaroslav; Bielcikova, Jana; Bilandzic, Ante; Biro, Gabor; Biswas, Rathijit; Biswas, Saikat; Bjelogrlic, Sandro; Blair, Justin Thomas; Blau, Dmitry; Blume, Christoph; Bock, Friederike; Bogdanov, Alexey; Boggild, Hans; Boldizsar, Laszlo; Bombara, Marek; Bonora, Matthias; Book, Julian Heinz; Borel, Herve; Borissov, Alexander; Borri, Marcello; Bossu, Francesco; Botta, Elena; Bourjau, Christian; Braun-Munzinger, Peter; Bregant, Marco; Breitner, Timo Gunther; Broker, Theo Alexander; Browning, Tyler Allen; Broz, Michal; Brucken, Erik Jens; Bruna, Elena; Bruno, Giuseppe Eugenio; Budnikov, Dmitry; Buesching, Henner; Bufalino, Stefania; Buncic, Predrag; Busch, Oliver; Buthelezi, Edith Zinhle; Bashir Butt, Jamila; Buxton, Jesse Thomas; Cabala, Jan; Caffarri, Davide; Cai, Xu; Caines, Helen Louise; Calero Diaz, Liliet; Caliva, Alberto; Calvo Villar, Ernesto; Camerini, Paolo; Carena, Francesco; Carena, Wisla; Carnesecchi, Francesca; Castillo Castellanos, Javier Ernesto; Castro, Andrew John; Casula, Ester Anna Rita; Ceballos Sanchez, Cesar; Cepila, Jan; Cerello, Piergiorgio; Cerkala, Jakub; Chang, Beomsu; Chapeland, Sylvain; Chartier, Marielle; Charvet, Jean-Luc Fernand; Chattopadhyay, Subhasis; Chattopadhyay, Sukalyan; Chauvin, Alex; Chelnokov, Volodymyr; Cherney, Michael Gerard; Cheshkov, Cvetan Valeriev; Cheynis, Brigitte; Chibante Barroso, Vasco Miguel; Dobrigkeit Chinellato, David; Cho, Soyeon; Chochula, Peter; Choi, Kyungeon; Chojnacki, Marek; Choudhury, Subikash; Christakoglou, Panagiotis; Christensen, Christian Holm; Christiansen, Peter; Chujo, Tatsuya; Chung, Suh-Urk; Cicalo, Corrado; Cifarelli, Luisa; Cindolo, Federico; Cleymans, Jean Willy Andre; Colamaria, Fabio Filippo; Colella, Domenico; Collu, Alberto; Colocci, Manuel; Conesa Balbastre, Gustavo; Conesa Del Valle, Zaida; Connors, Megan Elizabeth; Contreras Nuno, Jesus Guillermo; Cormier, Thomas Michael; Corrales Morales, Yasser; Cortes Maldonado, Ismael; Cortese, Pietro; Cosentino, Mauro Rogerio; Costa, Filippo; Crkovska, Jana; Crochet, Philippe; Cruz Albino, Rigoberto; Cuautle Flores, Eleazar; Cunqueiro Mendez, Leticia; Dahms, Torsten; Dainese, Andrea; Danisch, Meike Charlotte; Danu, Andrea; Das, Debasish; Das, Indranil; Das, Supriya; Dash, Ajay Kumar; Dash, Sadhana; De, Sudipan; De Caro, Annalisa; De Cataldo, Giacinto; De Conti, Camila; De Cuveland, Jan; De Falco, Alessandro; De Gruttola, Daniele; De Marco, Nora; De Pasquale, Salvatore; Derradi De Souza, Rafael; Deisting, Alexander; Deloff, Andrzej; Denes, Ervin Sandor; Deplano, Caterina; Dhankher, Preeti; Di Bari, Domenico; Di Mauro, Antonio; Di Nezza, Pasquale; Di Ruzza, Benedetto; Diaz Corchero, Miguel Angel; Dietel, Thomas; Dillenseger, Pascal; Divia, Roberto; Djuvsland, Oeystein; Dobrin, Alexandru Florin; Domenicis Gimenez, Diogenes; Donigus, Benjamin; Dordic, Olja; Drozhzhova, Tatiana; Dubey, Anand Kumar; Dubla, Andrea; Ducroux, Laurent; Dupieux, Pascal; Ehlers Iii, Raymond James; Elia, Domenico; Endress, Eric; Engel, Heiko; Epple, Eliane; Erazmus, Barbara Ewa; Erdemir, Irem; Erhardt, Filip; Espagnon, Bruno; Estienne, Magali Danielle; Esumi, Shinichi; Eum, Jongsik; Evans, David; Evdokimov, Sergey; Eyyubova, Gyulnara; Fabbietti, Laura; Fabris, Daniela; Faivre, Julien; Fantoni, Alessandra; Fasel, Markus; Feldkamp, Linus; Feliciello, Alessandro; Feofilov, Grigorii; Ferencei, Jozef; Fernandez Tellez, Arturo; Gonzalez Ferreiro, Elena; Ferretti, Alessandro; Festanti, Andrea; Feuillard, Victor Jose Gaston; Figiel, Jan; Araujo Silva Figueredo, Marcel; Filchagin, Sergey; Finogeev, Dmitry; Fionda, Fiorella; Fiore, Enrichetta Maria; Fleck, Martin Gabriel; Floris, Michele; Foertsch, Siegfried Valentin; Foka, Panagiota; Fokin, Sergey; Fragiacomo, Enrico; Francescon, Andrea; Francisco, Audrey; Frankenfeld, Ulrich Michael; Fronze, Gabriele Gaetano; Fuchs, Ulrich; Furget, Christophe; Furs, Artur; Fusco Girard, Mario; Gaardhoeje, Jens Joergen; Gagliardi, Martino; Gago Medina, Alberto Martin; Gajdosova, Katarina; Gallio, Mauro; Duarte Galvan, Carlos; Gangadharan, Dhevan Raja; Ganoti, Paraskevi; Gao, Chaosong; Garabatos Cuadrado, Jose; Garcia-Solis, Edmundo Javier; Gargiulo, Corrado; Gasik, Piotr Jan; Gauger, Erin Frances; Germain, Marie; Gheata, Mihaela; Ghosh, Premomoy; Ghosh, Sanjay Kumar; Gianotti, Paola; Giubellino, Paolo; Giubilato, Piero; Gladysz-Dziadus, Ewa; Glassel, Peter; Gomez Coral, Diego Mauricio; Gomez Ramirez, Andres; Sanchez Gonzalez, Andres; Gonzalez, Victor; Gonzalez Zamora, Pedro; Gorbunov, Sergey; Gorlich, Lidia Maria; Gotovac, Sven; Grabski, Varlen; Grachov, Oleg Anatolievich; Graczykowski, Lukasz Kamil; Graham, Katie Leanne; Grelli, Alessandro; Grigoras, Alina Gabriela; Grigoras, Costin; Grigoryev, Vladislav; Grigoryan, Ara; Grigoryan, Smbat; Grynyov, Borys; Grion, Nevio; Gronefeld, Julius Maximilian; Grosa, Fabrizio; Grosse-Oetringhaus, Jan Fiete; Grosso, Raffaele; Gruber, Lukas; Guber, Fedor; Guernane, Rachid; Guerzoni, Barbara; Gulbrandsen, Kristjan Herlache; Gunji, Taku; Gupta, Anik; Gupta, Ramni; Haake, Rudiger; Hadjidakis, Cynthia Marie; Haiduc, Maria; Hamagaki, Hideki; Hamar, Gergoe; Hamon, Julien Charles; Harris, John William; Harton, Austin Vincent; Hatzifotiadou, Despina; Hayashi, Shinichi; Heckel, Stefan Thomas; Hellbar, Ernst; Helstrup, Haavard; Herghelegiu, Andrei Ionut; Herrera Corral, Gerardo Antonio; Hess, Benjamin Andreas; Hetland, Kristin Fanebust; Hillemanns, Hartmut; Hippolyte, Boris; Horak, David; Hosokawa, Ritsuya; Hristov, Peter Zahariev; Hughes, Charles; Humanic, Thomas; Hussain, Nur; Hussain, Tahir; Hutter, Dirk; Hwang, Dae Sung; Ilkaev, Radiy; Inaba, Motoi; Incani, Elisa; Ippolitov, Mikhail; Irfan, Muhammad; Isakov, Vladimir; Ivanov, Marian; Ivanov, Vladimir; Izucheev, Vladimir; Jacak, Barbara; Jacazio, Nicolo; Jacobs, Peter Martin; Jadhav, Manoj Bhanudas; Jadlovska, Slavka; Jadlovsky, Jan; Jahnke, Cristiane; Jakubowska, Monika Joanna; Janik, Malgorzata Anna; Pahula Hewage, Sandun; Jena, Chitrasen; Jena, Satyajit; Jimenez Bustamante, Raul Tonatiuh; Jones, Peter Graham; Jusko, Anton; Kalinak, Peter; Kalweit, Alexander Philipp; Kang, Ju Hwan; Kaplin, Vladimir; Kar, Somnath; Karasu Uysal, Ayben; Karavichev, Oleg; Karavicheva, Tatiana; Karayan, Lilit; Karpechev, Evgeny; Kebschull, Udo Wolfgang; Keidel, Ralf; Keijdener, Darius Laurens; Keil, Markus; Khan, Mohammed Mohisin; Khan, Palash; Khan, Shuaib Ahmad; Khanzadeev, Alexei; Kharlov, Yury; Khatun, Anisa; Kileng, Bjarte; Kim, Do Won; Kim, Dong Jo; Kim, Daehyeok; Kim, Hyeonjoong; Kim, Jinsook; Kim, Jiyoung; Kim, Minwoo; Kim, Se Yong; Kim, Taesoo; Kirsch, Stefan; Kisel, Ivan; Kiselev, Sergey; Kisiel, Adam Ryszard; Kiss, Gabor; Klay, Jennifer Lynn; Klein, Carsten; Klein, Jochen; Klein-Boesing, Christian; Klewin, Sebastian; Kluge, Alexander; Knichel, Michael Linus; Knospe, Anders Garritt; Kobdaj, Chinorat; Kofarago, Monika; Kollegger, Thorsten; Kolozhvari, Anatoly; Kondratev, Valerii; Kondratyeva, Natalia; Kondratyuk, Evgeny; Konevskikh, Artem; Kopcik, Michal; Kour, Mandeep; Kouzinopoulos, Charalampos; Kovalenko, Oleksandr; Kovalenko, Vladimir; Kowalski, Marek; Koyithatta Meethaleveedu, Greeshma; Kralik, Ivan; Kravcakova, Adela; Krivda, Marian; Krizek, Filip; Kryshen, Evgeny; Krzewicki, Mikolaj; Kubera, Andrew Michael; Kucera, Vit; Kuhn, Christian Claude; Kuijer, Paulus Gerardus; Kumar, Ajay; Kumar, Jitendra; Kumar, Lokesh; Kumar, Shyam; Kurashvili, Podist; Kurepin, Alexander; Kurepin, Alexey; Kuryakin, Alexey; Kweon, Min Jung; Kwon, Youngil; La Pointe, Sarah Louise; La Rocca, Paola; Ladron De Guevara, Pedro; Lagana Fernandes, Caio; Lakomov, Igor; Langoy, Rune; Lapidus, Kirill; Lara Martinez, Camilo Ernesto; Lardeux, Antoine Xavier; Lattuca, Alessandra; Laudi, Elisa; Lea, Ramona; Leardini, Lucia; Lee, Seongjoo; Lehas, Fatiha; Lehner, Sebastian; Lemmon, Roy Crawford; Lenti, Vito; Leogrande, Emilia; Leon Monzon, Ildefonso; Leon Vargas, Hermes; Leoncino, Marco; Levai, Peter; Li, Shuang; Li, Xiaomei; Lien, Jorgen Andre; Lietava, Roman; Lindal, Svein; Lindenstruth, Volker; Lippmann, Christian; Lisa, Michael Annan; Ljunggren, Hans Martin; Lodato, Davide Francesco; Lonne, Per-Ivar; Loginov, Vitaly; Loizides, Constantinos; Lopez, Xavier Bernard; Lopez Torres, Ernesto; Lowe, Andrew John; Luettig, Philipp Johannes; Lunardon, Marcello; Luparello, Grazia; Lupi, Matteo; Lutz, Tyler Harrison; Maevskaya, Alla; Mager, Magnus; Mahajan, Sanjay; Mahmood, Sohail Musa; Maire, Antonin; Majka, Richard Daniel; Malaev, Mikhail; Maldonado Cervantes, Ivonne Alicia; Malinina, Liudmila; Mal'Kevich, Dmitry; Malzacher, Peter; Mamonov, Alexander; Manko, Vladislav; Manso, Franck; Manzari, Vito; Mao, Yaxian; Marchisone, Massimiliano; Mares, Jiri; Margagliotti, Giacomo Vito; Margotti, Anselmo; Margutti, Jacopo; Marin, Ana Maria; Markert, Christina; Marquard, Marco; Martin, Nicole Alice; Martinengo, Paolo; Martinez Hernandez, Mario Ivan; Martinez-Garcia, Gines; Martinez Pedreira, Miguel; Mas, Alexis Jean-Michel; Masciocchi, Silvia; Masera, Massimo; Masoni, Alberto; Mastroserio, Annalisa; Matyja, Adam Tomasz; Mayer, Christoph; Mazer, Joel Anthony; Mazzoni, Alessandra Maria; Mcdonald, Daniel; Meddi, Franco; Melikyan, Yuri; Menchaca-Rocha, Arturo Alejandro; Meninno, Elisa; Mercado-Perez, Jorge; Meres, Michal; Mhlanga, Sibaliso; Miake, Yasuo; Mieskolainen, Matti Mikael; Mikhaylov, Konstantin; Milano, Leonardo; Milosevic, Jovan; Mischke, Andre; Mishra, Aditya Nath; Miskowiec, Dariusz Czeslaw; Mitra, Jubin; Mitu, Ciprian Mihai; Mohammadi, Naghmeh; Mohanty, Bedangadas; Mohler, Christian; Molnar, Levente; Montano Zetina, Luis Manuel; Montes Prado, Esther; Moreira De Godoy, Denise Aparecida; Perez Moreno, Luis Alberto; Moretto, Sandra; Morreale, Astrid; Morsch, Andreas; Muccifora, Valeria; Mudnic, Eugen; Muhlheim, Daniel Michael; Muhuri, Sanjib; Mukherjee, Maitreyee; Mulligan, James Declan; Gameiro Munhoz, Marcelo; Munning, Konstantin; Munzer, Robert Helmut; Murakami, Hikari; Murray, Sean; Musa, Luciano; Musinsky, Jan; Naik, Bharati; Nair, Rahul; Nandi, Basanta Kumar; Nania, Rosario; Nappi, Eugenio; Naru, Muhammad Umair; Ferreira Natal Da Luz, Pedro Hugo; Nattrass, Christine; Rosado Navarro, Sebastian; Nayak, Kishora; Nayak, Ranjit; Nayak, Tapan Kumar; Nazarenko, Sergey; Nedosekin, Alexander; Negrao De Oliveira, Renato Aparecido; Nellen, Lukas; Ng, Fabian; Nicassio, Maria; Niculescu, Mihai; Niedziela, Jeremi; Nielsen, Borge Svane; Nikolaev, Sergey; Nikulin, Sergey; Nikulin, Vladimir; Noferini, Francesco; Nomokonov, Petr; Nooren, Gerardus; Cabanillas Noris, Juan Carlos; Norman, Jaime; Nyanin, Alexander; Nystrand, Joakim Ingemar; Oeschler, Helmut Oskar; Oh, Saehanseul; Oh, Sun Kun; Ohlson, Alice Elisabeth; Okatan, Ali; Okubo, Tsubasa; Oleniacz, Janusz; Oliveira Da Silva, Antonio Carlos; Oliver, Michael Henry; Onderwaater, Jacobus; Oppedisano, Chiara; Orava, Risto; Oravec, Matej; Ortiz Velasquez, Antonio; Oskarsson, Anders Nils Erik; Otwinowski, Jacek Tomasz; Oyama, Ken; Ozdemir, Mahmut; Pachmayer, Yvonne Chiara; Pagano, Davide; Pagano, Paola; Paic, Guy; Pal, Susanta Kumar; Palni, Prabhakar; Pan, Jinjin; Pandey, Ashutosh Kumar; Papikyan, Vardanush; Pappalardo, Giuseppe; Pareek, Pooja; Park, Woojin; Parmar, Sonia; Passfeld, Annika; Paticchio, Vincenzo; Patra, Rajendra Nath; Paul, Biswarup; Pei, Hua; Peitzmann, Thomas; Peng, Xinye; Pereira Da Costa, Hugo Denis Antonio; Peresunko, Dmitry Yurevich; Perez Lezama, Edgar; Peskov, Vladimir; Pestov, Yury; Petracek, Vojtech; Petrov, Viacheslav; Petrovici, Mihai; Petta, Catia; Piano, Stefano; Pikna, Miroslav; Pillot, Philippe; Ozelin De Lima Pimentel, Lais; Pinazza, Ombretta; Pinsky, Lawrence; Piyarathna, Danthasinghe; Ploskon, Mateusz Andrzej; Planinic, Mirko; Pluta, Jan Marian; Pochybova, Sona; Podesta Lerma, Pedro Luis Manuel; Poghosyan, Martin; Polishchuk, Boris; Poljak, Nikola; Poonsawat, Wanchaloem; Pop, Amalia; Poppenborg, Hendrik; Porteboeuf, Sarah Julie; Porter, R Jefferson; Pospisil, Jan; Prasad, Sidharth Kumar; Preghenella, Roberto; Prino, Francesco; Pruneau, Claude Andre; Pshenichnov, Igor; Puccio, Maximiliano; Puddu, Giovanna; Pujahari, Prabhat Ranjan; Punin, Valery; Putschke, Jorn Henning; Qvigstad, Henrik; Rachevski, Alexandre; Raha, Sibaji; Rajput, Sonia; Rak, Jan; Rakotozafindrabe, Andry Malala; Ramello, Luciano; Rami, Fouad; Raniwala, Rashmi; Raniwala, Sudhir; Rasanen, Sami Sakari; Rascanu, Bogdan Theodor; Rathee, Deepika; Ravasenga, Ivan; Read, Kenneth Francis; Redlich, Krzysztof; Reed, Rosi Jan; Rehman, Attiq Ur; Reichelt, Patrick Simon; Reidt, Felix; Ren, Xiaowen; Renfordt, Rainer Arno Ernst; Reolon, Anna Rita; Reshetin, Andrey; Reygers, Klaus Johannes; Riabov, Viktor; Ricci, Renato Angelo; Richert, Tuva Ora Herenui; Richter, Matthias Rudolph; Riedler, Petra; Riegler, Werner; Riggi, Francesco; Ristea, Catalin-Lucian; Rodriguez Cahuantzi, Mario; Rodriguez Manso, Alis; Roeed, Ketil; Rogochaya, Elena; Rohr, David Michael; Roehrich, Dieter; Ronchetti, Federico; Ronflette, Lucile; Rosnet, Philippe; Rossi, Andrea; Roukoutakis, Filimon; Roy, Ankhi; Roy, Christelle Sophie; Roy, Pradip Kumar; Rubio Montero, Antonio Juan; Rui, Rinaldo; Russo, Riccardo; Ryabinkin, Evgeny; Ryabov, Yury; Rybicki, Andrzej; Saarinen, Sampo; Sadhu, Samrangy; Sadovskiy, Sergey; Safarik, Karel; Sahlmuller, Baldo; Sahoo, Pragati; Sahoo, Raghunath; Sahoo, Sarita; Sahu, Pradip Kumar; Saini, Jogender; Sakai, Shingo; Saleh, Mohammad Ahmad; Salzwedel, Jai Samuel Nielsen; Sambyal, Sanjeev Singh; Samsonov, Vladimir; Sandor, Ladislav; Sandoval, Andres; Sano, Masato; Sarkar, Debojit; Sarkar, Nachiketa; Sarma, Pranjal; Scapparone, Eugenio; Scarlassara, Fernando; Schiaua, Claudiu Cornel; Schicker, Rainer Martin; Schmidt, Christian Joachim; Schmidt, Hans Rudolf; Schmidt, Martin; Schuchmann, Simone; Schukraft, Jurgen; Schutz, Yves Roland; Schwarz, Kilian Eberhard; Schweda, Kai Oliver; Scioli, Gilda; Scomparin, Enrico; Scott, Rebecca Michelle; Sefcik, Michal; Seger, Janet Elizabeth; Sekiguchi, Yuko; Sekihata, Daiki; Selyuzhenkov, Ilya; Senosi, Kgotlaesele; Senyukov, Serhiy; Serradilla Rodriguez, Eulogio; Sevcenco, Adrian; Shabanov, Arseniy; Shabetai, Alexandre; Shadura, Oksana; Shahoyan, Ruben; Shangaraev, Artem; Sharma, Ankita; Sharma, Mona; Sharma, Monika; Sharma, Natasha; Sheikh, Ashik Ikbal; Shigaki, Kenta; Shou, Qiye; Shtejer Diaz, Katherin; Sibiryak, Yury; Siddhanta, Sabyasachi; Sielewicz, Krzysztof Marek; Siemiarczuk, Teodor; Silvermyr, David Olle Rickard; Silvestre, Catherine Micaela; Simatovic, Goran; Simonetti, Giuseppe; Singaraju, Rama Narayana; Singh, Ranbir; Singhal, Vikas; Sarkar - Sinha, Tinku; Sitar, Branislav; Sitta, Mario; Skaali, Bernhard; Slupecki, Maciej; Smirnov, Nikolai; Snellings, Raimond; Snellman, Tomas Wilhelm; Song, Jihye; Song, Myunggeun; Song, Zixuan; Soramel, Francesca; Sorensen, Soren Pontoppidan; Sozzi, Federica; Spiriti, Eleuterio; Sputowska, Iwona Anna; Spyropoulou-Stassinaki, Martha; Stachel, Johanna; Stan, Ionel; Stankus, Paul; Stenlund, Evert Anders; Steyn, Gideon Francois; Stiller, Johannes Hendrik; Stocco, Diego; Strmen, Peter; Alarcon Do Passo Suaide, Alexandre; Sugitate, Toru; Suire, Christophe Pierre; Suleymanov, Mais Kazim Oglu; Suljic, Miljenko; Sultanov, Rishat; Sumbera, Michal; Sumowidagdo, Suharyo; Szabo, Alexander; Szarka, Imrich; Szczepankiewicz, Adam; Szymanski, Maciej Pawel; Tabassam, Uzma; Takahashi, Jun; Tambave, Ganesh Jagannath; Tanaka, Naoto; Tarhini, Mohamad; Tariq, Mohammad; Tarzila, Madalina-Gabriela; Tauro, Arturo; Tejeda Munoz, Guillermo; Telesca, Adriana; Terasaki, Kohei; Terrevoli, Cristina; Teyssier, Boris; Thaeder, Jochen Mathias; Thakur, Dhananjaya; Thomas, Deepa; Tieulent, Raphael Noel; Tikhonov, Anatoly; Timmins, Anthony Robert; Toia, Alberica; Trogolo, Stefano; Trombetta, Giuseppe; Trubnikov, Victor; Trzaska, Wladyslaw Henryk; Tsuji, Tomoya; Tumkin, Alexandr; Turrisi, Rosario; Tveter, Trine Spedstad; Ullaland, Kjetil; Uras, Antonio; Usai, Gianluca; Utrobicic, Antonija; Vala, Martin; Valencia Palomo, Lizardo; Van Der Maarel, Jasper; Van Hoorne, Jacobus Willem; Van Leeuwen, Marco; Vanat, Tomas; Vande Vyvre, Pierre; Varga, Dezso; Diozcora Vargas Trevino, Aurora; Vargyas, Marton; Varma, Raghava; Vasileiou, Maria; Vasiliev, Andrey; Vauthier, Astrid; Vazquez Doce, Oton; Vechernin, Vladimir; Veen, Annelies Marianne; Velure, Arild; Vercellin, Ermanno; Vergara Limon, Sergio; Vernet, Renaud; Vickovic, Linda; Viinikainen, Jussi Samuli; Vilakazi, Zabulon; Villalobos Baillie, Orlando; Villatoro Tello, Abraham; Vinogradov, Alexander; Vinogradov, Leonid; Virgili, Tiziano; Vislavicius, Vytautas; Viyogi, Yogendra; Vodopyanov, Alexander; Volkl, Martin Andreas; Voloshin, Kirill; Voloshin, Sergey; Volpe, Giacomo; Von Haller, Barthelemy; Vorobyev, Ivan; Vranic, Danilo; Vrlakova, Janka; Vulpescu, Bogdan; Wagner, Boris; Wagner, Jan; Wang, Hongkai; Wang, Mengliang; Watanabe, Daisuke; Watanabe, Yosuke; Weber, Michael; Weber, Steffen Georg; Weiser, Dennis Franz; Wessels, Johannes Peter; Westerhoff, Uwe; Whitehead, Andile Mothegi; Wiechula, Jens; Wikne, Jon; Wilk, Grzegorz Andrzej; Wilkinson, Jeremy John; Willems, Guido Alexander; Williams, Crispin; Windelband, Bernd Stefan; Winn, Michael Andreas; Yalcin, Serpil; Yang, Ping; Yano, Satoshi; Yin, Zhongbao; Yokoyama, Hiroki; Yoo, In-Kwon; Yoon, Jin Hee; Yurchenko, Volodymyr; Zaborowska, Anna; Zaccolo, Valentina; Zaman, Ali; Zampolli, Chiara; Correia Zanoli, Henrique Jose; Zaporozhets, Sergey; Zardoshti, Nima; Zarochentsev, Andrey; Zavada, Petr; Zavyalov, Nikolay; Zbroszczyk, Hanna Paulina; Zgura, Sorin Ion; Zhalov, Mikhail; Zhang, Haitao; Zhang, Xiaoming; Zhang, Yonghong; Chunhui, Zhang; Zhang, Zuman; Zhao, Chengxin; Zhigareva, Natalia; Zhou, Daicui; Zhou, You; Zhou, Zhuo; Zhu, Hongsheng; Zhu, Jianhui; Zichichi, Antonino; Zimmermann, Alice; Zimmermann, Markus Bernhard; Zinovjev, Gennady; Zyzak, Maksym

    2016-11-23

    The production cross sections of the prompt charmed mesons D$^0$, D$^+$, D$^{*+}$ and D$_{\\rm s}^+$ were measured at mid-rapidity in p-Pb collisions at a centre-of-mass energy per nucleon pair $\\sqrt{s_{\\rm NN}}=5.02$ TeV with the ALICE detector at the LHC. D mesons were reconstruct ed from their decays D$^0\\rightarrow {\\rm K}^-\\pi^+$, D$^+\\rightarrow {\\rm K}^-\\pi^+\\pi^+$, D$^{*+}\\rightarrow {\\rm D}^0\\pi^+$, D$_s^+\\rightarrow\\phi\\pi^+\\rightarrow {\\rm K}^-{\\rm K}^+\\pi^+$, and their charge conjugates. The $p_{\\rm T}$-differential production cross sections were measured at mid-rapidity in the transverse momentum interval $1

  7. Suuhygienistin käyttämät fluorilakat ja niiden vaikutus suun terveyteen

    OpenAIRE

    Korpiaho, Teija

    2015-01-01

    Karies on maailman yleisimpiä infektiotauteja ja aina kun se on mahdollista, kariesvaurioiden eteneminen tulee pysäyttää. Fluorin saanti on ensiarvoisen tärkeää karieksen ehkäisyssä, estetään sairauden syntyminen. Suun omahoidolla on keskeinen merkitys karieksen hallinnassa. Suun omahoitoon kuuluu pesu 2 kertaa vuorokaudessa fluorihammastahnaa käyttäen, mutta myös säännölliset suun terveystarkastukset. Suunhoidon ammattilaiset arvioivat kotihoidon riittävyyden ja vaikutukset, näkevät alk...

  8. Eihän "leikkitäti" voi väsyä, vai voiko? : Käytännön olosuhteet ja työstä aiheutuva stressi musiikkileikkikoulunopettajan työssä

    OpenAIRE

    Busk, Vilma

    2012-01-01

    TIIVISTELMÄ Tässä opinnäytetyössä tarkastellaan musiikkileikkikoulunopettajan työtä ja sen haasteita. Keskiössä ovat työn käytännön olosuhteet ja työstä aiheutuva stressi. Opinnäytetyötäni varten tein kyselytutkimuksen, jonka toteutin Internet-kyselynä Facebookissa, Muskari-ideoita-sivustolla. Kyselyyn vastasi 48 musiikkileikkikoulunopettajaa, joilla oli vaihteleva määrä kokemusta ja jotka olivat iältään 21—50-vuotiaita. Vastaajien taustatietojen lisäksi kartoitin mahdollisimman mon...

  9. Assessing the spatial distribution of Tuta absoluta (Lepidoptera: Gelechiidae) eggs in open-field tomato cultivation through geostatistical analysis.

    Science.gov (United States)

    Martins, Júlio C; Picanço, Marcelo C; Silva, Ricardo S; Gonring, Alfredo Hr; Galdino, Tarcísio Vs; Guedes, Raul Nc

    2018-01-01

    The spatial distribution of insects is due to the interaction between individuals and the environment. Knowledge about the within-field pattern of spatial distribution of a pest is critical to planning control tactics, developing efficient sampling plans, and predicting pest damage. The leaf miner Tuta absoluta (Meyrick) (Lepidoptera: Gelechiidae) is the main pest of tomato crops in several regions of the world. Despite the importance of this pest, the pattern of spatial distribution of T. absoluta on open-field tomato cultivation remains unknown. Therefore, this study aimed to characterize the spatial distribution of T. absoluta in 22 commercial open-field tomato cultivations with plants at the three phenological development stages by using geostatistical analysis. Geostatistical analysis revealed that there was strong evidence for spatially dependent (aggregated) T. absoluta eggs in 19 of the 22 sample tomato cultivations. The maps that were obtained demonstrated the aggregated structure of egg densities at the edges of the crops. Further, T. absoluta was found to accomplish egg dispersal along the rows more frequently than it does between rows. Our results indicate that the greatest egg densities of T. absoluta occur at the edges of tomato crops. These results are discussed in relation to the behavior of T. absoluta distribution within fields and in terms of their implications for improved sampling guidelines and precision targeting control methods that are essential for effective pest monitoring and management. © 2017 Society of Chemical Industry. © 2017 Society of Chemical Industry.

  10. Synthesis and Isotope Effects on the Excited State Properties of NN Bound Complexes

    NARCIS (Netherlands)

    Soman, Suraj; Younis, Hamid M.; Browne, Wesley R.; Vos, Johannes G.; Pryce, Mary T.

    2017-01-01

    A versatile approach to the preparation of [Ir(LL)(2)Cl-2](PF6) type complexes is reported, in which LL is an (NN)-N- bound polypyridyl ligand [X(2)bpy, X(2)phen, where X = H-, CH3-, (CH3)(3)C-, or phenyl-, and bpy = 2,2-bipyridyl, phen = 1,10-phenanthroline] as well as their deuterated analogues.

  11. NN-align. An artificial neural network-based alignment algorithm for MHC class II peptide binding prediction

    Directory of Open Access Journals (Sweden)

    Lund Ole

    2009-09-01

    Full Text Available Abstract Background The major histocompatibility complex (MHC molecule plays a central role in controlling the adaptive immune response to infections. MHC class I molecules present peptides derived from intracellular proteins to cytotoxic T cells, whereas MHC class II molecules stimulate cellular and humoral immunity through presentation of extracellularly derived peptides to helper T cells. Identification of which peptides will bind a given MHC molecule is thus of great importance for the understanding of host-pathogen interactions, and large efforts have been placed in developing algorithms capable of predicting this binding event. Results Here, we present a novel artificial neural network-based method, NN-align that allows for simultaneous identification of the MHC class II binding core and binding affinity. NN-align is trained using a novel training algorithm that allows for correction of bias in the training data due to redundant binding core representation. Incorporation of information about the residues flanking the peptide-binding core is shown to significantly improve the prediction accuracy. The method is evaluated on a large-scale benchmark consisting of six independent data sets covering 14 human MHC class II alleles, and is demonstrated to outperform other state-of-the-art MHC class II prediction methods. Conclusion The NN-align method is competitive with the state-of-the-art MHC class II peptide binding prediction algorithms. The method is publicly available at http://www.cbs.dtu.dk/services/NetMHCII-2.0.

  12. Centrality Dependence of the Charged-Particle Multiplicity Density at Midrapidity in Pb-Pb Collisions at sqrt[s_{NN}]=5.02  TeV.

    Science.gov (United States)

    Adam, J; Adamová, D; Aggarwal, M M; Aglieri Rinella, G; Agnello, M; Agrawal, N; Ahammed, Z; Ahmad, S; Ahn, S U; Aiola, S; Akindinov, A; Alam, S N; Aleksandrov, D; Alessandro, B; Alexandre, D; Alfaro Molina, R; Alici, A; Alkin, A; Almaraz, J R M; Alme, J; Alt, T; Altinpinar, S; Altsybeev, I; Alves Garcia Prado, C; Andrei, C; Andronic, A; Anguelov, V; Antičić, T; Antinori, F; Antonioli, P; Aphecetche, L; Appelshäuser, H; Arcelli, S; Arnaldi, R; Arnold, O W; Arsene, I C; Arslandok, M; Audurier, B; Augustinus, A; Averbeck, R; Azmi, M D; Badalà, A; Baek, Y W; Bagnasco, S; Bailhache, R; Bala, R; Balasubramanian, S; Baldisseri, A; Baral, R C; Barbano, A M; Barbera, R; Barile, F; Barnaföldi, G G; Barnby, L S; Barret, V; Bartalini, P; Barth, K; Bartke, J; Bartsch, E; Basile, M; Bastid, N; Basu, S; Bathen, B; Batigne, G; Batista Camejo, A; Batyunya, B; Batzing, P C; Bearden, I G; Beck, H; Bedda, C; Behera, N K; Belikov, I; Bellini, F; Bello Martinez, H; Bellwied, R; Belmont, R; Belmont-Moreno, E; Belyaev, V; Benacek, P; Bencedi, G; Beole, S; Berceanu, I; Bercuci, A; Berdnikov, Y; Berenyi, D; Bertens, R A; Berzano, D; Betev, L; Bhasin, A; Bhat, I R; Bhati, A K; Bhattacharjee, B; Bhom, J; Bianchi, L; Bianchi, N; Bianchin, C; Bielčík, J; Bielčíková, J; Bilandzic, A; Biro, G; Biswas, R; Biswas, S; Bjelogrlic, S; Blair, J T; Blau, D; Blume, C; Bock, F; Bogdanov, A; Bøggild, H; Boldizsár, L; Bombara, M; Book, J; Borel, H; Borissov, A; Borri, M; Bossú, F; Botta, E; Bourjau, C; Braun-Munzinger, P; Bregant, M; Breitner, T; Broker, T A; Browning, T A; Broz, M; Brucken, E J; Bruna, E; Bruno, G E; Budnikov, D; Buesching, H; Bufalino, S; Buncic, P; Busch, O; Buthelezi, Z; Butt, J B; Buxton, J T; Caffarri, D; Cai, X; Caines, H; Calero Diaz, L; Caliva, A; Calvo Villar, E; Camerini, P; Carena, F; Carena, W; Carnesecchi, F; Castillo Castellanos, J; Castro, A J; Casula, E A R; Ceballos Sanchez, C; Cerello, P; Cerkala, J; Chang, B; Chapeland, S; Chartier, M; Charvet, J L; Chattopadhyay, S; Chattopadhyay, S; Chauvin, A; Chelnokov, V; Cherney, M; Cheshkov, C; Cheynis, B; Chibante Barroso, V; Chinellato, D D; Cho, S; Chochula, P; Choi, K; Chojnacki, M; Choudhury, S; Christakoglou, P; Christensen, C H; Christiansen, P; Chujo, T; Chung, S U; Cicalo, C; Cifarelli, L; Cindolo, F; Cleymans, J; Colamaria, F; Colella, D; Collu, A; Colocci, M; Conesa Balbastre, G; Conesa Del Valle, Z; Connors, M E; Contreras, J G; Cormier, T M; Corrales Morales, Y; Cortés Maldonado, I; Cortese, P; Cosentino, M R; Costa, F; Crochet, P; Cruz Albino, R; Cuautle, E; Cunqueiro, L; Dahms, T; Dainese, A; Danisch, M C; Danu, A; Das, D; Das, I; Das, S; Dash, A; Dash, S; De, S; De Caro, A; de Cataldo, G; de Conti, C; de Cuveland, J; De Falco, A; De Gruttola, D; De Marco, N; De Pasquale, S; Deisting, A; Deloff, A; Dénes, E; Deplano, C; Dhankher, P; Di Bari, D; Di Mauro, A; Di Nezza, P; Diaz Corchero, M A; Dietel, T; Dillenseger, P; Divià, R; Djuvsland, Ø; Dobrin, A; Domenicis Gimenez, D; Dönigus, B; Dordic, O; Drozhzhova, T; Dubey, A K; Dubla, A; Ducroux, L; Dupieux, P; Ehlers, R J; Elia, D; Endress, E; Engel, H; Epple, E; Erazmus, B; Erdemir, I; Erhardt, F; Espagnon, B; Estienne, M; Esumi, S; Eum, J; Evans, D; Evdokimov, S; Eyyubova, G; Fabbietti, L; Fabris, D; Faivre, J; Fantoni, A; Fasel, M; Feldkamp, L; Feliciello, A; Feofilov, G; Ferencei, J; Fernández Téllez, A; Ferreiro, E G; Ferretti, A; Festanti, A; Feuillard, V J G; Figiel, J; Figueredo, M A S; Filchagin, S; Finogeev, D; Fionda, F M; Fiore, E M; Fleck, M G; Floris, M; Foertsch, S; Foka, P; Fokin, S; Fragiacomo, E; Francescon, A; Frankenfeld, U; Fronze, G G; Fuchs, U; Furget, C; Furs, A; Fusco Girard, M; Gaardhøje, J J; Gagliardi, M; Gago, A M; Gallio, M; Gangadharan, D R; Ganoti, P; Gao, C; Garabatos, C; Garcia-Solis, E; Gargiulo, C; Gasik, P; Gauger, E F; Germain, M; Gheata, A; Gheata, M; Ghosh, P; Ghosh, S K; Gianotti, P; Giubellino, P; Giubilato, P; Gladysz-Dziadus, E; Glässel, P; Goméz Coral, D M; Gomez Ramirez, A; Gonzalez, V; González-Zamora, P; Gorbunov, S; Görlich, L; Gotovac, S; Grabski, V; Grachov, O A; Graczykowski, L K; Graham, K L; Grelli, A; Grigoras, A; Grigoras, C; Grigoriev, V; Grigoryan, A; Grigoryan, S; Grinyov, B; Grion, N; Gronefeld, J M; Grosse-Oetringhaus, J F; Grossiord, J-Y; Grosso, R; Guber, F; Guernane, R; Guerzoni, B; Gulbrandsen, K; Gunji, T; Gupta, A; Gupta, R; Haake, R; Haaland, Ø; Hadjidakis, C; Haiduc, M; Hamagaki, H; Hamar, G; Hamon, J C; Harris, J W; Harton, A; Hatzifotiadou, D; Hayashi, S; Heckel, S T; Helstrup, H; Herghelegiu, A; Herrera Corral, G; Hess, B A; Hetland, K F; Hillemanns, H; Hippolyte, B; Horak, D; Hosokawa, R; Hristov, P; Huang, M; Humanic, T J; Hussain, N; Hussain, T; Hutter, D; Hwang, D S; Ilkaev, R; Inaba, M; Incani, E; Ippolitov, M; Irfan, M; Ivanov, M; Ivanov, V; Izucheev, V; Jacazio, N; Jacobs, P M; Jadhav, M B; Jadlovska, S; Jadlovsky, J; Jahnke, C; Jakubowska, M J; Jang, H J; Janik, M A; Jayarathna, P H S Y; Jena, C; Jena, S; Jimenez Bustamante, R T; Jones, P G; Jusko, A; Kalinak, P; Kalweit, A; Kamin, J; Kang, J H; Kaplin, V; Kar, S; Karasu Uysal, A; Karavichev, O; Karavicheva, T; Karayan, L; Karpechev, E; Kebschull, U; Keidel, R; Keijdener, D L D; Keil, M; Mohisin Khan, M; Khan, P; Khan, S A; Khanzadeev, A; Kharlov, Y; Kileng, B; Kim, D W; Kim, D J; Kim, D; Kim, H; Kim, J S; Kim, M; Kim, S; Kim, T; Kirsch, S; Kisel, I; Kiselev, S; Kisiel, A; Kiss, G; Klay, J L; Klein, C; Klein, J; Klein-Bösing, C; Klewin, S; Kluge, A; Knichel, M L; Knospe, A G; Kobdaj, C; Kofarago, M; Kollegger, T; Kolojvari, A; Kondratiev, V; Kondratyeva, N; Kondratyuk, E; Konevskikh, A; Kopcik, M; Kostarakis, P; Kour, M; Kouzinopoulos, C; Kovalenko, O; Kovalenko, V; Kowalski, M; Koyithatta Meethaleveedu, G; Králik, I; Kravčáková, A; Kretz, M; Krivda, M; Krizek, F; Kryshen, E; Krzewicki, M; Kubera, A M; Kučera, V; Kuhn, C; Kuijer, P G; Kumar, A; Kumar, J; Kumar, L; Kumar, S; Kurashvili, P; Kurepin, A; Kurepin, A B; Kuryakin, A; Kweon, M J; Kwon, Y; La Pointe, S L; La Rocca, P; Ladron de Guevara, P; Lagana Fernandes, C; Lakomov, I; Langoy, R; Lara, C; Lardeux, A; Lattuca, A; Laudi, E; Lea, R; Leardini, L; Lee, G R; Lee, S; Lehas, F; Lemmon, R C; Lenti, V; Leogrande, E; León Monzón, I; León Vargas, H; Leoncino, M; Lévai, P; Li, S; Li, X; Lien, J; Lietava, R; Lindal, S; Lindenstruth, V; Lippmann, C; Lisa, M A; Ljunggren, H M; Lodato, D F; Loenne, P I; Loginov, V; Loizides, C; Lopez, X; López Torres, E; Lowe, A; Luettig, P; Lunardon, M; Luparello, G; Lutz, T H; Maevskaya, A; Mager, M; Mahajan, S; Mahmood, S M; Maire, A; Majka, R D; Malaev, M; Maldonado Cervantes, I; Malinina, L; Mal'Kevich, D; Malzacher, P; Mamonov, A; Manko, V; Manso, F; Manzari, V; Marchisone, M; Mareš, J; Margagliotti, G V; Margotti, A; Margutti, J; Marín, A; Markert, C; Marquard, M; Martin, N A; Martin Blanco, J; Martinengo, P; Martínez, M I; Martínez García, G; Martinez Pedreira, M; Mas, A; Masciocchi, S; Masera, M; Masoni, A; Massacrier, L; Mastroserio, A; Matyja, A; Mayer, C; Mazer, J; Mazzoni, M A; Mcdonald, D; Meddi, F; Melikyan, Y; Menchaca-Rocha, A; Meninno, E; Mercado Pérez, J; Meres, M; Miake, Y; Mieskolainen, M M; Mikhaylov, K; Milano, L; Milosevic, J; Minervini, L M; Mischke, A; Mishra, A N; Miśkowiec, D; Mitra, J; Mitu, C M; Mohammadi, N; Mohanty, B; Molnar, L; Montaño Zetina, L; Montes, E; Moreira De Godoy, D A; Moreno, L A P; Moretto, S; Morreale, A; Morsch, A; Muccifora, V; Mudnic, E; Mühlheim, D; Muhuri, S; Mukherjee, M; Mulligan, J D; Munhoz, M G; Munzer, R H; Murakami, H; Murray, S; Musa, L; Musinsky, J; Naik, B; Nair, R; Nandi, B K; Nania, R; Nappi, E; Naru, M U; Natal da Luz, H; Nattrass, C; Navarro, S R; Nayak, K; Nayak, R; Nayak, T K; Nazarenko, S; Nedosekin, A; Nellen, L; Ng, F; Nicassio, M; Niculescu, M; Niedziela, J; Nielsen, B S; Nikolaev, S; Nikulin, S; Nikulin, V; Noferini, F; Nomokonov, P; Nooren, G; Noris, J C C; Norman, J; Nyanin, A; Nystrand, J; Oeschler, H; Oh, S; Oh, S K; Ohlson, A; Okatan, A; Okubo, T; Olah, L; Oleniacz, J; Oliveira Da Silva, A C; Oliver, M H; Onderwaater, J; Oppedisano, C; Orava, R; Ortiz Velasquez, A; Oskarsson, A; Otwinowski, J; Oyama, K; Ozdemir, M; Pachmayer, Y; Pagano, P; Paić, G; Pal, S K; Pan, J; Pandey, A K; Papikyan, V; Pappalardo, G S; Pareek, P; Park, W J; Parmar, S; Passfeld, A; Paticchio, V; Patra, R N; Paul, B; Pei, H; Peitzmann, T; Pereira Da Costa, H; Peresunko, D; Pérez Lara, C E; Perez Lezama, E; Peskov, V; Pestov, Y; Petráček, V; Petrov, V; Petrovici, M; Petta, C; Piano, S; Pikna, M; Pillot, P; Pimentel, L O D L; Pinazza, O; Pinsky, L; Piyarathna, D B; Płoskoń, M; Planinic, M; Pluta, J; Pochybova, S; Podesta-Lerma, P L M; Poghosyan, M G; Polichtchouk, B; Poljak, N; Poonsawat, W; Pop, A; Porteboeuf-Houssais, S; Porter, J; Pospisil, J; Prasad, S K; Preghenella, R; Prino, F; Pruneau, C A; Pshenichnov, I; Puccio, M; Puddu, G; Pujahari, P; Punin, V; Putschke, J; Qvigstad, H; Rachevski, A; Raha, S; Rajput, S; Rak, J; Rakotozafindrabe, A; Ramello, L; Rami, F; Raniwala, R; Raniwala, S; Räsänen, S S; Rascanu, B T; Rathee, D; Read, K F; Redlich, K; Reed, R J; Rehman, A; Reichelt, P; Reidt, F; Ren, X; Renfordt, R; Reolon, A R; Reshetin, A; Revol, J-P; Reygers, K; Riabov, V; Ricci, R A; Richert, T; Richter, M; Riedler, P; Riegler, W; Riggi, F; Ristea, C; Rocco, E; Rodríguez Cahuantzi, M; Rodriguez Manso, A; Røed, K; Rogochaya, E; Rohr, D; Röhrich, D; Romita, R; Ronchetti, F; Ronflette, L; Rosnet, P; Rossi, A; Roukoutakis, F; Roy, A; Roy, C; Roy, P; Rubio Montero, A J; Rui, R; Russo, R; Ryabinkin, E; Ryabov, Y; Rybicki, A; Sadovsky, S; Šafařík, K; Sahlmuller, B; Sahoo, P; Sahoo, R; Sahoo, S; Sahu, P K; Saini, J; Sakai, S; Saleh, M A; Salzwedel, J; Sambyal, S; Samsonov, V; Šándor, L; Sandoval, A; Sano, M; Sarkar, D; Sarma, P; Scapparone, E; Scarlassara, F; Schiaua, C; Schicker, R; Schmidt, C; Schmidt, H R; Schuchmann, S; Schukraft, J; Schulc, M; Schuster, T; Schutz, Y; Schwarz, K; Schweda, K; Scioli, G; Scomparin, E; Scott, R; Šefčík, M; Seger, J E; Sekiguchi, Y; Sekihata, D; Selyuzhenkov, I; Senosi, K; Senyukov, S; Serradilla, E; Sevcenco, A; Shabanov, A; Shabetai, A; Shadura, O; Shahoyan, R; Shangaraev, A; Sharma, A; Sharma, M; Sharma, M; Sharma, N; Shigaki, K; Shtejer, K; Sibiriak, Y; Siddhanta, S; Sielewicz, K M; Siemiarczuk, T; Silvermyr, D; Silvestre, C; Simatovic, G; Simonetti, G; Singaraju, R; Singh, R; Singha, S; Singhal, V; Sinha, B C; Sinha, T; Sitar, B; Sitta, M; Skaali, T B; Slupecki, M; Smirnov, N; Snellings, R J M; Snellman, T W; Søgaard, C; Song, J; Song, M; Song, Z; Soramel, F; Sorensen, S; de Souza, R D; Sozzi, F; Spacek, M; Spiriti, E; Sputowska, I; Spyropoulou-Stassinaki, M; Stachel, J; Stan, I; Stankus, P; Stefanek, G; Stenlund, E; Steyn, G; Stiller, J H; Stocco, D; Strmen, P; Suaide, A A P; Sugitate, T; Suire, C; Suleymanov, M; Suljic, M; Sultanov, R; Šumbera, M; Szabo, A; Szanto de Toledo, A; Szarka, I; Szczepankiewicz, A; Szymanski, M; Tabassam, U; Takahashi, J; Tambave, G J; Tanaka, N; Tangaro, M A; Tarhini, M; Tariq, M; Tarzila, M G; Tauro, A; Tejeda Muñoz, G; Telesca, A; Terasaki, K; Terrevoli, C; Teyssier, B; Thäder, J; Thomas, D; Tieulent, R; Timmins, A R; Toia, A; Trogolo, S; Trombetta, G; Trubnikov, V; Trzaska, W H; Tsuji, T; Tumkin, A; Turrisi, R; Tveter, T S; Ullaland, K; Uras, A; Usai, G L; Utrobicic, A; Vajzer, M; Vala, M; Valencia Palomo, L; Vallero, S; Van Der Maarel, J; Van Hoorne, J W; van Leeuwen, M; Vanat, T; Vande Vyvre, P; Varga, D; Vargas, A; Vargyas, M; Varma, R; Vasileiou, M; Vasiliev, A; Vauthier, A; Vechernin, V; Veen, A M; Veldhoen, M; Velure, A; Venaruzzo, M; Vercellin, E; Vergara Limón, S; Vernet, R; Verweij, M; Vickovic, L; Viesti, G; Viinikainen, J; Vilakazi, Z; Villalobos Baillie, O; Villatoro Tello, A; Vinogradov, A; Vinogradov, L; Vinogradov, Y; Virgili, T; Vislavicius, V; Viyogi, Y P; Vodopyanov, A; Völkl, M A; Voloshin, K; Voloshin, S A; Volpe, G; von Haller, B; Vorobyev, I; Vranic, D; Vrláková, J; Vulpescu, B; Wagner, B; Wagner, J; Wang, H; Wang, M; Watanabe, D; Watanabe, Y; Weber, M; Weber, S G; Weiser, D F; Wessels, J P; Westerhoff, U; Whitehead, A M; Wiechula, J; Wikne, J; Wilk, G; Wilkinson, J; Williams, M C S; Windelband, B; Winn, M; Yang, H; Yang, P; Yano, S; Yasar, C; Yin, Z; Yokoyama, H; Yoo, I-K; Yoon, J H; Yurchenko, V; Yushmanov, I; Zaborowska, A; Zaccolo, V; Zaman, A; Zampolli, C; Zanoli, H J C; Zaporozhets, S; Zardoshti, N; Zarochentsev, A; Závada, P; Zaviyalov, N; Zbroszczyk, H; Zgura, I S; Zhalov, M; Zhang, H; Zhang, X; Zhang, Y; Zhang, C; Zhang, Z; Zhao, C; Zhigareva, N; Zhou, D; Zhou, Y; Zhou, Z; Zhu, H; Zhu, J; Zichichi, A; Zimmermann, A; Zimmermann, M B; Zinovjev, G; Zyzak, M

    2016-06-03

    The pseudorapidity density of charged particles, dN_{ch}/dη, at midrapidity in Pb-Pb collisions has been measured at a center-of-mass energy per nucleon pair of sqrt[s_{NN}]=5.02  TeV. For the 5% most central collisions, we measure a value of 1943±54. The rise in dN_{ch}/dη as a function of sqrt[s_{NN}] is steeper than that observed in proton-proton collisions and follows the trend established by measurements at lower energy. The increase of dN_{ch}/dη as a function of the average number of participant nucleons, ⟨N_{part}⟩, calculated in a Glauber model, is compared with the previous measurement at sqrt[s_{NN}]=2.76  TeV. A constant factor of about 1.2 describes the increase in dN_{ch}/dη from sqrt[s_{NN}]=2.76 to 5.02 TeV for all centrality classes, within the measured range of 0%-80% centrality. The results are also compared to models based on different mechanisms for particle production in nuclear collisions.

  13. Stochastic simulation of time-series models combined with geostatistics to predict water-table scenarios in a Guarani Aquifer System outcrop area, Brazil

    Science.gov (United States)

    Manzione, Rodrigo L.; Wendland, Edson; Tanikawa, Diego H.

    2012-11-01

    Stochastic methods based on time-series modeling combined with geostatistics can be useful tools to describe the variability of water-table levels in time and space and to account for uncertainty. Monitoring water-level networks can give information about the dynamic of the aquifer domain in both dimensions. Time-series modeling is an elegant way to treat monitoring data without the complexity of physical mechanistic models. Time-series model predictions can be interpolated spatially, with the spatial differences in water-table dynamics determined by the spatial variation in the system properties and the temporal variation driven by the dynamics of the inputs into the system. An integration of stochastic methods is presented, based on time-series modeling and geostatistics as a framework to predict water levels for decision making in groundwater management and land-use planning. The methodology is applied in a case study in a Guarani Aquifer System (GAS) outcrop area located in the southeastern part of Brazil. Communication of results in a clear and understandable form, via simulated scenarios, is discussed as an alternative, when translating scientific knowledge into applications of stochastic hydrogeology in large aquifers with limited monitoring network coverage like the GAS.

  14. Study of W boson production in PbPb and pp collisions at $\\sqrt{s_{NN}}$ = 2.76 TeV

    CERN Document Server

    Chatrchyan, Serguei; Sirunyan, Albert M; Tumasyan, Armen; Adam, Wolfgang; Bergauer, Thomas; Dragicevic, Marko; Erö, Janos; Fabjan, Christian; Friedl, Markus; Fruehwirth, Rudolf; Ghete, Vasile Mihai; Hammer, Josef; Hörmann, Natascha; Hrubec, Josef; Jeitler, Manfred; Kiesenhofer, Wolfgang; Knünz, Valentin; Krammer, Manfred; Liko, Dietrich; Mikulec, Ivan; Pernicka, Manfred; Rahbaran, Babak; Rohringer, Christine; Rohringer, Herbert; Schöfbeck, Robert; Strauss, Josef; Taurok, Anton; Wagner, Philipp; Waltenberger, Wolfgang; Walzel, Gerhard; Widl, Edmund; Wulz, Claudia-Elisabeth; Mossolov, Vladimir; Shumeiko, Nikolai; Suarez Gonzalez, Juan; Bansal, Sunil; Cornelis, Tom; De Wolf, Eddi A; Janssen, Xavier; Luyckx, Sten; Maes, Thomas; Mucibello, Luca; Ochesanu, Silvia; Roland, Benoit; Rougny, Romain; Selvaggi, Michele; Staykova, Zlatka; Van Haevermaet, Hans; Van Mechelen, Pierre; Van Remortel, Nick; Van Spilbeeck, Alex; Blekman, Freya; Blyweert, Stijn; D'Hondt, Jorgen; Gonzalez Suarez, Rebeca; Kalogeropoulos, Alexis; Maes, Michael; Olbrechts, Annik; Van Doninck, Walter; Van Mulders, Petra; Van Onsem, Gerrit Patrick; Villella, Ilaria; Charaf, Otman; Clerbaux, Barbara; De Lentdecker, Gilles; Dero, Vincent; Gay, Arnaud; Hreus, Tomas; Léonard, Alexandre; Marage, Pierre Edouard; Reis, Thomas; Thomas, Laurent; Vander Velde, Catherine; Vanlaer, Pascal; Wang, Jian; Adler, Volker; Beernaert, Kelly; Cimmino, Anna; Costantini, Silvia; Garcia, Guillaume; Grunewald, Martin; Klein, Benjamin; Lellouch, Jérémie; Marinov, Andrey; Mccartin, Joseph; Ocampo Rios, Alberto Andres; Ryckbosch, Dirk; Strobbe, Nadja; Thyssen, Filip; Tytgat, Michael; Vanelderen, Lukas; Verwilligen, Piet; Walsh, Sinead; Yazgan, Efe; Zaganidis, Nicolas; Basegmez, Suzan; Bruno, Giacomo; Castello, Roberto; Caudron, Adrien; Ceard, Ludivine; Delaere, Christophe; Du Pree, Tristan; Favart, Denis; Forthomme, Laurent; Giammanco, Andrea; Hollar, Jonathan; Lemaitre, Vincent; Liao, Junhui; Militaru, Otilia; Nuttens, Claude; Pagano, Davide; Perrini, Lucia; Pin, Arnaud; Piotrzkowski, Krzysztof; Schul, Nicolas; Vizan Garcia, Jesus Manuel; Beliy, Nikita; Caebergs, Thierry; Daubie, Evelyne; Hammad, Gregory Habib; Alves, Gilvan; Correa Martins Junior, Marcos; De Jesus Damiao, Dilson; Martins, Thiago; Pol, Maria Elena; Henrique Gomes E Souza, Moacyr; Aldá Júnior, Walter Luiz; Carvalho, Wagner; Custódio, Analu; Melo Da Costa, Eliza; De Oliveira Martins, Carley; Fonseca De Souza, Sandro; Matos Figueiredo, Diego; Mundim, Luiz; Nogima, Helio; Oguri, Vitor; Prado Da Silva, Wanda Lucia; Santoro, Alberto; Soares Jorge, Luana; Sznajder, Andre; Bernardes, Cesar Augusto; De Almeida Dias, Flavia; Tomei, Thiago; De Moraes Gregores, Eduardo; Lagana, Caio; Da Cunha Marinho, Franciole; Mercadante, Pedro G; Novaes, Sergio F; Padula, Sandra; Genchev, Vladimir; Iaydjiev, Plamen; Piperov, Stefan; Rodozov, Mircho; Stoykova, Stefka; Sultanov, Georgi; Tcholakov, Vanio; Trayanov, Rumen; Vutova, Mariana; Dimitrov, Anton; Hadjiiska, Roumyana; Kozhuharov, Venelin; Litov, Leander; Pavlov, Borislav; Petkov, Peicho; Bian, Jian-Guo; Chen, Guo-Ming; Chen, He-Sheng; Jiang, Chun-Hua; Liang, Dong; Liang, Song; Meng, Xiangwei; Tao, Junquan; Wang, Jian; Wang, Xianyou; Wang, Zheng; Xiao, Hong; Xu, Ming; Zang, Jingjing; Zhang, Zhen; Asawatangtrakuldee, Chayanit; Ban, Yong; Guo, Shuang; Guo, Yifei; Li, Wenbo; Liu, Shuai; Mao, Yajun; Qian, Si-Jin; Teng, Haiyun; Wang, Siguang; Zhu, Bo; Zou, Wei; Avila, Carlos; Gomez, Juan Pablo; Gomez Moreno, Bernardo; Osorio Oliveros, Andres Felipe; Sanabria, Juan Carlos; Godinovic, Nikola; Lelas, Damir; Plestina, Roko; Polic, Dunja; Puljak, Ivica; Antunovic, Zeljko; Kovac, Marko; Brigljevic, Vuko; Duric, Senka; Kadija, Kreso; Luetic, Jelena; Morovic, Srecko; Attikis, Alexandros; Galanti, Mario; Mavromanolakis, Georgios; Mousa, Jehad; Nicolaou, Charalambos; Ptochos, Fotios; Razis, Panos A; Finger, Miroslav; Finger Jr, Michael; Assran, Yasser; Elgammal, Sherif; Ellithi Kamel, Ali; Khalil, Shaaban; Mahmoud, Mohammed; Radi, Amr; Kadastik, Mario; Müntel, Mait; Raidal, Martti; Rebane, Liis; Tiko, Andres; Azzolini, Virginia; Eerola, Paula; Fedi, Giacomo; Voutilainen, Mikko; Härkönen, Jaakko; Heikkinen, Mika Aatos; Karimäki, Veikko; Kinnunen, Ritva; Kortelainen, Matti J; Lampén, Tapio; Lassila-Perini, Kati; Lehti, Sami; Lindén, Tomas; Luukka, Panja-Riina; Mäenpää, Teppo; Peltola, Timo; Tuominen, Eija; Tuominiemi, Jorma; Tuovinen, Esa; Ungaro, Donatella; Wendland, Lauri; Banzuzi, Kukka; Korpela, Arja; Tuuva, Tuure; Besancon, Marc; Choudhury, Somnath; Dejardin, Marc; Denegri, Daniel; Fabbro, Bernard; Faure, Jean-Louis; Ferri, Federico; Ganjour, Serguei; Givernaud, Alain; Gras, Philippe; Hamel de Monchenault, Gautier; Jarry, Patrick; Locci, Elizabeth; Malcles, Julie; Millischer, Laurent; Nayak, Aruna; Rander, John; Rosowsky, André; Shreyber, Irina; Titov, Maksym; Baffioni, Stephanie; Beaudette, Florian; Benhabib, Lamia; Bianchini, Lorenzo; Bluj, Michal; Broutin, Clementine; Busson, Philippe; Charlot, Claude; Daci, Nadir; Dahms, Torsten; Dobrzynski, Ludwik; Granier de Cassagnac, Raphael; Haguenauer, Maurice; Miné, Philippe; Mironov, Camelia; Nguyen, Matthew; Ochando, Christophe; Paganini, Pascal; Sabes, David; Salerno, Roberto; Sirois, Yves; Veelken, Christian; Zabi, Alexandre; Agram, Jean-Laurent; Andrea, Jeremy; Bloch, Daniel; Bodin, David; Brom, Jean-Marie; Cardaci, Marco; Chabert, Eric Christian; Collard, Caroline; Conte, Eric; Drouhin, Frédéric; Ferro, Cristina; Fontaine, Jean-Charles; Gelé, Denis; Goerlach, Ulrich; Juillot, Pierre; Karim, Mehdi; Le Bihan, Anne-Catherine; Van Hove, Pierre; Fassi, Farida; Mercier, Damien; Beauceron, Stephanie; Beaupere, Nicolas; Bondu, Olivier; Boudoul, Gaelle; Brun, Hugues; Chasserat, Julien; Chierici, Roberto; Contardo, Didier; Depasse, Pierre; El Mamouni, Houmani; Fay, Jean; Gascon, Susan; Gouzevitch, Maxime; Ille, Bernard; Kurca, Tibor; Lethuillier, Morgan; Mirabito, Laurent; Perries, Stephane; Sordini, Viola; Tosi, Silvano; Tschudi, Yohann; Verdier, Patrice; Viret, Sébastien; Tsamalaidze, Zviad; Anagnostou, Georgios; Beranek, Sarah; Edelhoff, Matthias; Feld, Lutz; Heracleous, Natalie; Hindrichs, Otto; Jussen, Ruediger; Klein, Katja; Merz, Jennifer; Ostapchuk, Andrey; Perieanu, Adrian; Raupach, Frank; Sammet, Jan; Schael, Stefan; Sprenger, Daniel; Weber, Hendrik; Wittmer, Bruno; Zhukov, Valery; Ata, Metin; Caudron, Julien; Dietz-Laursonn, Erik; Duchardt, Deborah; Erdmann, Martin; Fischer, Robert; Güth, Andreas; Hebbeker, Thomas; Heidemann, Carsten; Hoepfner, Kerstin; Klingebiel, Dennis; Kreuzer, Peter; Lingemann, Joschka; Magass, Carsten; Merschmeyer, Markus; Meyer, Arnd; Olschewski, Mark; Papacz, Paul; Pieta, Holger; Reithler, Hans; Schmitz, Stefan Antonius; Sonnenschein, Lars; Steggemann, Jan; Teyssier, Daniel; Weber, Martin; Bontenackels, Michael; Cherepanov, Vladimir; Davids, Martina; Flügge, Günter; Geenen, Heiko; Geisler, Matthias; Haj Ahmad, Wael; Hoehle, Felix; Kargoll, Bastian; Kress, Thomas; Kuessel, Yvonne; Linn, Alexander; Nowack, Andreas; Perchalla, Lars; Pooth, Oliver; Rennefeld, Jörg; Sauerland, Philip; Stahl, Achim; Aldaya Martin, Maria; Behr, Joerg; Behrenhoff, Wolf; Behrens, Ulf; Bergholz, Matthias; Bethani, Agni; Borras, Kerstin; Burgmeier, Armin; Cakir, Altan; Calligaris, Luigi; Campbell, Alan; Castro, Elena; Costanza, Francesco; Dammann, Dirk; Eckerlin, Guenter; Eckstein, Doris; Fischer, David; Flucke, Gero; Geiser, Achim; Glushkov, Ivan; Gunnellini, Paolo; Habib, Shiraz; Hauk, Johannes; Hellwig, Gregor; Jung, Hannes; Kasemann, Matthias; Katsas, Panagiotis; Kleinwort, Claus; Kluge, Hannelies; Knutsson, Albert; Krämer, Mira; Krücker, Dirk; Kuznetsova, Ekaterina; Lange, Wolfgang; Lohmann, Wolfgang; Lutz, Benjamin; Mankel, Rainer; Marfin, Ihar; Marienfeld, Markus; Melzer-Pellmann, Isabell-Alissandra; Meyer, Andreas Bernhard; Mnich, Joachim; Mussgiller, Andreas; Naumann-Emme, Sebastian; Olzem, Jan; Perrey, Hanno; Petrukhin, Alexey; Pitzl, Daniel; Raspereza, Alexei; Ribeiro Cipriano, Pedro M; Riedl, Caroline; Rosin, Michele; Salfeld-Nebgen, Jakob; Schmidt, Ringo; Schoerner-Sadenius, Thomas; Sen, Niladri; Spiridonov, Alexander; Stein, Matthias; Walsh, Roberval; Wissing, Christoph; Autermann, Christian; Blobel, Volker; Bobrovskyi, Sergei; Draeger, Jula; Enderle, Holger; Erfle, Joachim; Gebbert, Ulla; Görner, Martin; Hermanns, Thomas; Höing, Rebekka Sophie; Kaschube, Kolja; Kaussen, Gordon; Kirschenmann, Henning; Klanner, Robert; Lange, Jörn; Mura, Benedikt; Nowak, Friederike; Peiffer, Thomas; Pietsch, Niklas; Rathjens, Denis; Sander, Christian; Schettler, Hannes; Schleper, Peter; Schlieckau, Eike; Schmidt, Alexander; Schröder, Matthias; Schum, Torben; Seidel, Markus; Stadie, Hartmut; Steinbrück, Georg; Thomsen, Jan; Barth, Christian; Berger, Joram; Böser, Christian; Chwalek, Thorsten; De Boer, Wim; Descroix, Alexis; Dierlamm, Alexander; Feindt, Michael; Guthoff, Moritz; Hackstein, Christoph; Hartmann, Frank; Hauth, Thomas; Heinrich, Michael; Held, Hauke; Hoffmann, Karl-Heinz; Honc, Simon; Katkov, Igor; Komaragiri, Jyothsna Rani; Martschei, Daniel; Mueller, Steffen; Müller, Thomas; Niegel, Martin; Nürnberg, Andreas; Oberst, Oliver; Oehler, Andreas; Ott, Jochen; Quast, Gunter; Rabbertz, Klaus; Ratnikov, Fedor; Ratnikova, Natalia; Röcker, Steffen; Scheurer, Armin; Schilling, Frank-Peter; Schott, Gregory; Simonis, Hans-Jürgen; Stober, Fred-Markus Helmut; Troendle, Daniel; Ulrich, Ralf; Wagner-Kuhr, Jeannine; Wayand, Stefan; Weiler, Thomas; Zeise, Manuel; Daskalakis, Georgios; Geralis, Theodoros; Kesisoglou, Stilianos; Kyriakis, Aristotelis; Loukas, Demetrios; Manolakos, Ioannis; Markou, Athanasios; Markou, Christos; Mavrommatis, Charalampos; Ntomari, Eleni; Gouskos, Loukas; Mertzimekis, Theodoros; Panagiotou, Apostolos; Saoulidou, Niki; Evangelou, Ioannis; Foudas, Costas; Kokkas, Panagiotis; Manthos, Nikolaos; Papadopoulos, Ioannis; Patras, Vaios; Bencze, Gyorgy; Hajdu, Csaba; Hidas, Pàl; Horvath, Dezso; Krajczar, Krisztian; Radics, Balint; Sikler, Ferenc; Veszpremi, Viktor; Vesztergombi, Gyorgy; Beni, Noemi; Czellar, Sandor; Molnar, Jozsef; Palinkas, Jozsef; Szillasi, Zoltan; Karancsi, János; Raics, Peter; Trocsanyi, Zoltan Laszlo; Ujvari, Balazs; Beri, Suman Bala; Bhatnagar, Vipin; Dhingra, Nitish; Gupta, Ruchi; Jindal, Monika; Kaur, Manjit; Mehta, Manuk Zubin; Nishu, Nishu; Saini, Lovedeep Kaur; Sharma, Archana; Singh, Jasbir; Ahuja, Sudha; Bhardwaj, Ashutosh; Choudhary, Brajesh C; Kumar, Ashok; Kumar, Arun; Malhotra, Shivali; Naimuddin, Md; Ranjan, Kirti; Sharma, Varun; Shivpuri, Ram Krishen; Banerjee, Sunanda; Bhattacharya, Satyaki; Dutta, Suchandra; Gomber, Bhawna; Jain, Sandhya; Jain, Shilpi; Khurana, Raman; Sarkar, Subir; Sharan, Manoj; Abdulsalam, Abdulla; Choudhury, Rajani Kant; Dutta, Dipanwita; Kailas, Swaminathan; Kumar, Vineet; Mehta, Pourus; Mohanty, Ajit Kumar; Pant, Lalit Mohan; Shukla, Prashant; Aziz, Tariq; Ganguly, Sanmay; Guchait, Monoranjan; Maity, Manas; Majumder, Gobinda; Mazumdar, Kajari; Mohanty, Gagan Bihari; Parida, Bibhuti; Sudhakar, Katta; Wickramage, Nadeesha; Banerjee, Sudeshna; Dugad, Shashikant; Arfaei, Hessamaddin; Bakhshiansohi, Hamed; Etesami, Seyed Mohsen; Fahim, Ali; Hashemi, Majid; Hesari, Hoda; Jafari, Abideh; Khakzad, Mohsen; Mohammadi, Abdollah; Mohammadi Najafabadi, Mojtaba; Paktinat Mehdiabadi, Saeid; Safarzadeh, Batool; Zeinali, Maryam; Abbrescia, Marcello; Barbone, Lucia; Calabria, Cesare; Chhibra, Simranjit Singh; Colaleo, Anna; Creanza, Donato; De Filippis, Nicola; De Palma, Mauro; Fiore, Luigi; Iaselli, Giuseppe; Lusito, Letizia; Maggi, Giorgio; Maggi, Marcello; Marangelli, Bartolomeo; My, Salvatore; Nuzzo, Salvatore; Pacifico, Nicola; Pompili, Alexis; Pugliese, Gabriella; Selvaggi, Giovanna; Silvestris, Lucia; Singh, Gurpreet; Venditti, Rosamaria; Zito, Giuseppe; Abbiendi, Giovanni; Benvenuti, Alberto; Bonacorsi, Daniele; Braibant-Giacomelli, Sylvie; Brigliadori, Luca; Capiluppi, Paolo; Castro, Andrea; Cavallo, Francesca Romana; Cuffiani, Marco; Dallavalle, Gaetano-Marco; Fabbri, Fabrizio; Fanfani, Alessandra; Fasanella, Daniele; Giacomelli, Paolo; Grandi, Claudio; Guiducci, Luigi; Marcellini, Stefano; Masetti, Gianni; Meneghelli, Marco; Montanari, Alessandro; Navarria, Francesco; Odorici, Fabrizio; Perrotta, Andrea; Primavera, Federica; Rossi, Antonio; Rovelli, Tiziano; Siroli, Gianni; Travaglini, Riccardo; Albergo, Sebastiano; Cappello, Gigi; Chiorboli, Massimiliano; Costa, Salvatore; Potenza, Renato; Tricomi, Alessia; Tuve, Cristina; Barbagli, Giuseppe; Ciulli, Vitaliano; Civinini, Carlo; D'Alessandro, Raffaello; Focardi, Ettore; Frosali, Simone; Gallo, Elisabetta; Gonzi, Sandro; Meschini, Marco; Paoletti, Simone; Sguazzoni, Giacomo; Tropiano, Antonio; Benussi, Luigi; Bianco, Stefano; Colafranceschi, Stefano; Fabbri, Franco; Piccolo, Davide; Fabbricatore, Pasquale; Musenich, Riccardo; Benaglia, Andrea; De Guio, Federico; Di Matteo, Leonardo; Fiorendi, Sara; Gennai, Simone; Ghezzi, Alessio; Malvezzi, Sandra; Manzoni, Riccardo Andrea; Martelli, Arabella; Massironi, Andrea; Menasce, Dario; Moroni, Luigi; Paganoni, Marco; Pedrini, Daniele; Ragazzi, Stefano; Redaelli, Nicola; Sala, Silvano; Tabarelli de Fatis, Tommaso; Buontempo, Salvatore; Carrillo Montoya, Camilo Andres; Cavallo, Nicola; De Cosa, Annapaola; Dogangun, Oktay; Fabozzi, Francesco; Iorio, Alberto Orso Maria; Lista, Luca; Meola, Sabino; Merola, Mario; Paolucci, Pierluigi; Azzi, Patrizia; Bacchetta, Nicola; Bisello, Dario; Branca, Antonio; Carlin, Roberto; Checchia, Paolo; Dorigo, Tommaso; Dosselli, Umberto; Gasparini, Fabrizio; Gasparini, Ugo; Gozzelino, Andrea; Kanishchev, Konstantin; Lacaprara, Stefano; Lazzizzera, Ignazio; Margoni, Martino; Meneguzzo, Anna Teresa; Pazzini, Jacopo; Perrozzi, Luca; Pozzobon, Nicola; Ronchese, Paolo; Simonetto, Franco; Torassa, Ezio; Tosi, Mia; Vanini, Sara; Zotto, Pierluigi; Zucchetta, Alberto; Zumerle, Gianni; Gabusi, Michele; Ratti, Sergio P; Riccardi, Cristina; Torre, Paola; Vitulo, Paolo; Biasini, Maurizio; Bilei, Gian Mario; Fanò, Livio; Lariccia, Paolo; Lucaroni, Andrea; Mantovani, Giancarlo; Menichelli, Mauro; Nappi, Aniello; Romeo, Francesco; Saha, Anirban; Santocchia, Attilio; Taroni, Silvia; Azzurri, Paolo; Bagliesi, Giuseppe; Boccali, Tommaso; Broccolo, Giuseppe; Castaldi, Rino; D'Agnolo, Raffaele Tito; Dell'Orso, Roberto; Fiori, Francesco; Foà, Lorenzo; Giassi, Alessandro; Kraan, Aafke; Ligabue, Franco; Lomtadze, Teimuraz; Martini, Luca; Messineo, Alberto; Palla, Fabrizio; Rizzi, Andrea; Serban, Alin Titus; Spagnolo, Paolo; Squillacioti, Paola; Tenchini, Roberto; Tonelli, Guido; Venturi, Andrea; Verdini, Piero Giorgio; Barone, Luciano; Cavallari, Francesca; Del Re, Daniele; Diemoz, Marcella; Grassi, Marco; Longo, Egidio; Meridiani, Paolo; Micheli, Francesco; Nourbakhsh, Shervin; Organtini, Giovanni; Paramatti, Riccardo; Rahatlou, Shahram; Sigamani, Michael; Soffi, Livia; Amapane, Nicola; Arcidiacono, Roberta; Argiro, Stefano; Arneodo, Michele; Biino, Cristina; Botta, Cristina; Cartiglia, Nicolo; Costa, Marco; Demaria, Natale; Graziano, Alberto; Mariotti, Chiara; Maselli, Silvia; Migliore, Ernesto; Monaco, Vincenzo; Musich, Marco; Obertino, Maria Margherita; Pastrone, Nadia; Pelliccioni, Mario; Potenza, Alberto; Romero, Alessandra; Ruspa, Marta; Sacchi, Roberto; Sola, Valentina; Solano, Ada; Staiano, Amedeo; Vilela Pereira, Antonio; Belforte, Stefano; Cossutti, Fabio; Della Ricca, Giuseppe; Gobbo, Benigno; Marone, Matteo; Montanino, Damiana; Penzo, Aldo; Schizzi, Andrea; Heo, Seong Gu; Kim, Tae Yeon; Nam, Soon-Kwon; Chang, Sunghyun; Chung, Jin Hyuk; Kim, Dong Hee; Kim, Gui Nyun; Kong, Dae Jung; Park, Hyangkyu; Ro, Sang-Ryul; Son, Dong-Chul; Son, Taejin; Kim, Jae Yool; Kim, Zero Jaeho; Song, Sanghyeon; Jo, Hyun Yong; Choi, Suyong; Gyun, Dooyeon; Hong, Byung-Sik; Jo, Mihee; Kim, Hyunchul; Kim, Tae Jeong; Lee, Kyong Sei; Moon, Dong Ho; Park, Sung Keun; Choi, Minkyoo; Kang, Seokon; Kim, Ji Hyun; Park, Chawon; Park, Inkyu; Park, Sangnam; Ryu, Geonmo; Cho, Yongjin; Choi, Young-Il; Choi, Young Kyu; Goh, Junghwan; Kim, Min Suk; Kwon, Eunhyang; Lee, Byounghoon; Lee, Jongseok; Lee, Sungeun; Seo, Hyunkwan; Yu, Intae; Bilinskas, Mykolas Jurgis; Grigelionis, Ignas; Janulis, Mindaugas; Juodagalvis, Andrius; Castilla-Valdez, Heriberto; De La Cruz-Burelo, Eduard; Heredia-de La Cruz, Ivan; Lopez-Fernandez, Ricardo; Magaña Villalba, Ricardo; Martínez-Ortega, Jorge; Sánchez-Hernández, Alberto; Villasenor-Cendejas, Luis Manuel; Carrillo Moreno, Salvador; Vazquez Valencia, Fabiola; Salazar Ibarguen, Humberto Antonio; Casimiro Linares, Edgar; Morelos Pineda, Antonio; Reyes-Santos, Marco A; Krofcheck, David; Bell, Alan James; Butler, Philip H; Doesburg, Robert; Reucroft, Steve; Silverwood, Hamish; Ahmad, Muhammad; Asghar, Muhammad Irfan; Hoorani, Hafeez R; Khalid, Shoaib; Khan, Wajid Ali; Khurshid, Taimoor; Qazi, Shamona; Shah, Mehar Ali; Shoaib, Muhammad; Brona, Grzegorz; Bunkowski, Karol; Cwiok, Mikolaj; Dominik, Wojciech; Doroba, Krzysztof; Kalinowski, Artur; Konecki, Marcin; Krolikowski, Jan; Bialkowska, Helena; Boimska, Bozena; Frueboes, Tomasz; Gokieli, Ryszard; Górski, Maciej; Kazana, Malgorzata; Nawrocki, Krzysztof; Romanowska-Rybinska, Katarzyna; Szleper, Michal; Wrochna, Grzegorz; Zalewski, Piotr; Almeida, Nuno; Bargassa, Pedrame; David Tinoco Mendes, Andre; Faccioli, Pietro; Fernandes, Miguel; Ferreira Parracho, Pedro Guilherme; Gallinaro, Michele; Seixas, Joao; Varela, Joao; Vischia, Pietro; Afanasiev, Serguei; Belotelov, Ivan; Bunin, Pavel; Gavrilenko, Mikhail; Golutvin, Igor; Kamenev, Alexey; Karjavin, Vladimir; Kozlov, Guennady; Lanev, Alexander; Malakhov, Alexander; Moisenz, Petr; Palichik, Vladimir; Perelygin, Victor; Shmatov, Sergey; Smirnov, Vitaly; Volodko, Anton; Zarubin, Anatoli; Evstyukhin, Sergey; Golovtsov, Victor; Ivanov, Yury; Kim, Victor; Levchenko, Petr; Murzin, Victor; Oreshkin, Vadim; Smirnov, Igor; Sulimov, Valentin; Uvarov, Lev; Vavilov, Sergey; Vorobyev, Alexey; Vorobyev, Andrey; Andreev, Yuri; Dermenev, Alexander; Gninenko, Sergei; Golubev, Nikolai; Kirsanov, Mikhail; Krasnikov, Nikolai; Matveev, Viktor; Pashenkov, Anatoli; Tlisov, Danila; Toropin, Alexander; Epshteyn, Vladimir; Erofeeva, Maria; Gavrilov, Vladimir; Kossov, Mikhail; Lychkovskaya, Natalia; Popov, Vladimir; Safronov, Grigory; Semenov, Sergey; Stolin, Viatcheslav; Vlasov, Evgueni; Zhokin, Alexander; Belyaev, Andrey; Boos, Edouard; Ershov, Alexander; Gribushin, Andrey; Klyukhin, Vyacheslav; Kodolova, Olga; Korotkikh, Vladimir; Lokhtin, Igor; Markina, Anastasia; Obraztsov, Stepan; Perfilov, Maxim; Petrushanko, Sergey; Popov, Andrey; Sarycheva, Ludmila; Savrin, Viktor; Snigirev, Alexander; Vardanyan, Irina; Andreev, Vladimir; Azarkin, Maksim; Dremin, Igor; Kirakosyan, Martin; Leonidov, Andrey; Mesyats, Gennady; Rusakov, Sergey V; Vinogradov, Alexey; Azhgirey, Igor; Bayshev, Igor; Bitioukov, Sergei; Grishin, Viatcheslav; Kachanov, Vassili; Konstantinov, Dmitri; Korablev, Andrey; Krychkine, Victor; Petrov, Vladimir; Ryutin, Roman; Sobol, Andrei; Tourtchanovitch, Leonid; Troshin, Sergey; Tyurin, Nikolay; Uzunian, Andrey; Volkov, Alexey; Adzic, Petar; Djordjevic, Milos; Ekmedzic, Marko; Krpic, Dragomir; Milosevic, Jovan; Aguilar-Benitez, Manuel; Alcaraz Maestre, Juan; Arce, Pedro; Battilana, Carlo; Calvo, Enrique; Cerrada, Marcos; Chamizo Llatas, Maria; Colino, Nicanor; De La Cruz, Begona; Delgado Peris, Antonio; Diez Pardos, Carmen; Domínguez Vázquez, Daniel; Fernandez Bedoya, Cristina; Fernández Ramos, Juan Pablo; Ferrando, Antonio; Flix, Jose; Fouz, Maria Cruz; Garcia-Abia, Pablo; Gonzalez Lopez, Oscar; Goy Lopez, Silvia; Hernandez, Jose M; Josa, Maria Isabel; Merino, Gonzalo; Puerta Pelayo, Jesus; Quintario Olmeda, Adrián; Redondo, Ignacio; Romero, Luciano; Santaolalla, Javier; Senghi Soares, Mara; Willmott, Carlos; Albajar, Carmen; Codispoti, Giuseppe; de Trocóniz, Jorge F; Cuevas, Javier; Fernandez Menendez, Javier; Folgueras, Santiago; Gonzalez Caballero, Isidro; Lloret Iglesias, Lara; Piedra Gomez, Jonatan; Brochero Cifuentes, Javier Andres; Cabrillo, Iban Jose; Calderon, Alicia; Chuang, Shan-Huei; Duarte Campderros, Jordi; Felcini, Marta; Fernandez, Marcos; Gomez, Gervasio; Gonzalez Sanchez, Javier; Jorda, Clara; Lobelle Pardo, Patricia; Lopez Virto, Amparo; Marco, Jesus; Marco, Rafael; Martinez Rivero, Celso; Matorras, Francisco; Munoz Sanchez, Francisca Javiela; Rodrigo, Teresa; Rodríguez-Marrero, Ana Yaiza; Ruiz-Jimeno, Alberto; Scodellaro, Luca; Sobron Sanudo, Mar; Vila, Ivan; Vilar Cortabitarte, Rocio; Abbaneo, Duccio; Auffray, Etiennette; Auzinger, Georg; Baillon, Paul; Ball, Austin; Barney, David; Bernet, Colin; Bianchi, Giovanni; Bloch, Philippe; Bocci, Andrea; Bonato, Alessio; Breuker, Horst; Camporesi, Tiziano; Cerminara, Gianluca; Christiansen, Tim; Coarasa Perez, Jose Antonio; D'Enterria, David; Dabrowski, Anne; De Roeck, Albert; Di Guida, Salvatore; Dobson, Marc; Dupont-Sagorin, Niels; Elliott-Peisert, Anna; Frisch, Benjamin; Funk, Wolfgang; Georgiou, Georgios; Giffels, Manuel; Gigi, Dominique; Gill, Karl; Giordano, Domenico; Giunta, Marina; Glege, Frank; Gomez-Reino Garrido, Robert; Govoni, Pietro; Gowdy, Stephen; Guida, Roberto; Hansen, Magnus; Harris, Philip; Hartl, Christian; Harvey, John; Hegner, Benedikt; Hinzmann, Andreas; Innocente, Vincenzo; Janot, Patrick; Kaadze, Ketino; Karavakis, Edward; Kousouris, Konstantinos; Lecoq, Paul; Lee, Yen-Jie; Lenzi, Piergiulio; Lourenco, Carlos; Maki, Tuula; Malberti, Martina; Malgeri, Luca; Mannelli, Marcello; Masetti, Lorenzo; Meijers, Frans; Mersi, Stefano; Meschi, Emilio; Moser, Roland; Mozer, Matthias Ulrich; Mulders, Martijn; Musella, Pasquale; Nesvold, Erik; Orimoto, Toyoko; Orsini, Luciano; Palencia Cortezon, Enrique; Perez, Emmanuelle; Petrilli, Achille; Pfeiffer, Andreas; Pierini, Maurizio; Pimiä, Martti; Piparo, Danilo; Polese, Giovanni; Quertenmont, Loic; Racz, Attila; Reece, William; Rodrigues Antunes, Joao; Rolandi, Gigi; Rommerskirchen, Tanja; Rovelli, Chiara; Rovere, Marco; Sakulin, Hannes; Santanastasio, Francesco; Schäfer, Christoph; Schwick, Christoph; Segoni, Ilaria; Sekmen, Sezen; Sharma, Archana; Siegrist, Patrice; Silva, Pedro; Simon, Michal; Sphicas, Paraskevas; Spiga, Daniele; Spiropulu, Maria; Stoye, Markus; Tsirou, Andromachi; Veres, Gabor Istvan; Vlimant, Jean-Roch; Wöhri, Hermine Katharina; Worm, Steven; Zeuner, Wolfram Dietrich; Bertl, Willi; Deiters, Konrad; Erdmann, Wolfram; Gabathuler, Kurt; Horisberger, Roland; Ingram, Quentin; Kaestli, Hans-Christian; König, Stefan; Kotlinski, Danek; Langenegger, Urs; Meier, Frank; Renker, Dieter; Rohe, Tilman; Sibille, Jennifer; Bäni, Lukas; Bortignon, Pierluigi; Buchmann, Marco-Andrea; Casal, Bruno; Chanon, Nicolas; Deisher, Amanda; Dissertori, Günther; Dittmar, Michael; Dünser, Marc; Eugster, Jürg; Freudenreich, Klaus; Grab, Christoph; Hits, Dmitry; Lecomte, Pierre; Lustermann, Werner; Marini, Andrea Carlo; Martinez Ruiz del Arbol, Pablo; Mohr, Niklas; Moortgat, Filip; Nägeli, Christoph; Nef, Pascal; Nessi-Tedaldi, Francesca; Pandolfi, Francesco; Pape, Luc; Pauss, Felicitas; Peruzzi, Marco; Ronga, Frederic Jean; Rossini, Marco; Sala, Leonardo; Sanchez, Ann - Karin; Starodumov, Andrei; Stieger, Benjamin; Takahashi, Maiko; Tauscher, Ludwig; Thea, Alessandro; Theofilatos, Konstantinos; Treille, Daniel; Urscheler, Christina; Wallny, Rainer; Weber, Hannsjoerg Artur; Wehrli, Lukas; Aguilo, Ernest; Amsler, Claude; Chiochia, Vincenzo; De Visscher, Simon; Favaro, Carlotta; Ivova Rikova, Mirena; Millan Mejias, Barbara; Otiougova, Polina; Robmann, Peter; Snoek, Hella; Tupputi, Salvatore; Verzetti, Mauro; Chang, Yuan-Hann; Chen, Kuan-Hsin; Kuo, Chia-Ming; Li, Syue-Wei; Lin, Willis; Liu, Zong-Kai; Lu, Yun-Ju; Mekterovic, Darko; Singh, Anil; Volpe, Roberta; Yu, Shin-Shan; Bartalini, Paolo; Chang, Paoti; Chang, You-Hao; Chang, Yu-Wei; Chao, Yuan; Chen, Kai-Feng; Dietz, Charles; Grundler, Ulysses; Hou, George Wei-Shu; Hsiung, Yee; Kao, Kai-Yi; Lei, Yeong-Jyi; Lu, Rong-Shyang; Majumder, Devdatta; Petrakou, Eleni; Shi, Xin; Shiu, Jing-Ge; Tzeng, Yeng-Ming; Wan, Xia; Wang, Minzu; Adiguzel, Aytul; Bakirci, Mustafa Numan; Cerci, Salim; Dozen, Candan; Dumanoglu, Isa; Eskut, Eda; Girgis, Semiray; Gokbulut, Gul; Gurpinar, Emine; Hos, Ilknur; Kangal, Evrim Ersin; Karapinar, Guler; Kayis Topaksu, Aysel; Onengut, Gulsen; Ozdemir, Kadri; Ozturk, Sertac; Polatoz, Ayse; Sogut, Kenan; Sunar Cerci, Deniz; Tali, Bayram; Topakli, Huseyin; Vergili, Latife Nukhet; Vergili, Mehmet; Akin, Ilina Vasileva; Aliev, Takhmasib; Bilin, Bugra; Bilmis, Selcuk; Deniz, Muhammed; Gamsizkan, Halil; Guler, Ali Murat; Ocalan, Kadir; Ozpineci, Altug; Serin, Meltem; Sever, Ramazan; Surat, Ugur Emrah; Yalvac, Metin; Yildirim, Eda; Zeyrek, Mehmet; Gülmez, Erhan; Isildak, Bora; Kaya, Mithat; Kaya, Ozlem; Ozkorucuklu, Suat; Sonmez, Nasuf; Cankocak, Kerem; Levchuk, Leonid; Bostock, Francis; Brooke, James John; Clement, Emyr; Cussans, David; Flacher, Henning; Frazier, Robert; Goldstein, Joel; Grimes, Mark; Heath, Greg P; Heath, Helen F; Kreczko, Lukasz; Metson, Simon; Newbold, Dave M; Nirunpong, Kachanon; Poll, Anthony; Senkin, Sergey; Smith, Vincent J; Williams, Thomas; Basso, Lorenzo; Belyaev, Alexander; Brew, Christopher; Brown, Robert M; Cockerill, David JA; Coughlan, John A; Harder, Kristian; Harper, Sam; Jackson, James; Kennedy, Bruce W; Olaiya, Emmanuel; Petyt, David; Radburn-Smith, Benjamin Charles; Shepherd-Themistocleous, Claire; Tomalin, Ian R; Womersley, William John; Bainbridge, Robert; Ball, Gordon; Beuselinck, Raymond; Buchmuller, Oliver; Colling, David; Cripps, Nicholas; Cutajar, Michael; Dauncey, Paul; Davies, Gavin; Della Negra, Michel; Ferguson, William; Fulcher, Jonathan; Futyan, David; Gilbert, Andrew; Guneratne Bryer, Arlo; Hall, Geoffrey; Hatherell, Zoe; Hays, Jonathan; Iles, Gregory; Jarvis, Martyn; Karapostoli, Georgia; Lyons, Louis; Magnan, Anne-Marie; Marrouche, Jad; Mathias, Bryn; Nandi, Robin; Nash, Jordan; Nikitenko, Alexander; Papageorgiou, Anastasios; Pela, Joao; Pesaresi, Mark; Petridis, Konstantinos; Pioppi, Michele; Raymond, David Mark; Rogerson, Samuel; Rose, Andrew; Ryan, Matthew John; Seez, Christopher; Sharp, Peter; Sparrow, Alex; Tapper, Alexander; Vazquez Acosta, Monica; Virdee, Tejinder; Wakefield, Stuart; Wardle, Nicholas; Whyntie, Tom; Chadwick, Matthew; Cole, Joanne; Hobson, Peter R; Khan, Akram; Kyberd, Paul; Leggat, Duncan; Leslie, Dawn; Martin, William; Reid, Ivan; Symonds, Philip; Teodorescu, Liliana; Turner, Mark; Hatakeyama, Kenichi; Liu, Hongxuan; Scarborough, Tara; Henderson, Conor; Rumerio, Paolo; Avetisyan, Aram; Bose, Tulika; Fantasia, Cory; Heister, Arno; St John, Jason; Lawson, Philip; Lazic, Dragoslav; Rohlf, James; Sperka, David; Sulak, Lawrence; Alimena, Juliette; Bhattacharya, Saptaparna; Cutts, David; Ferapontov, Alexey; Heintz, Ulrich; Jabeen, Shabnam; Kukartsev, Gennadiy; Laird, Edward; Landsberg, Greg; Luk, Michael; Narain, Meenakshi; Nguyen, Duong; Segala, Michael; Sinthuprasith, Tutanon; Speer, Thomas; Tsang, Ka Vang; Breedon, Richard; Breto, Guillermo; Calderon De La Barca Sanchez, Manuel; Chauhan, Sushil; Chertok, Maxwell; Conway, John; Conway, Rylan; Cox, Peter Timothy; Dolen, James; Erbacher, Robin; Gardner, Michael; Houtz, Rachel; Ko, Winston; Kopecky, Alexandra; Lander, Richard; Mall, Orpheus; Miceli, Tia; Nelson, Randy; Pellett, Dave; Rutherford, Britney; Searle, Matthew; Smith, John; Squires, Michael; Tripathi, Mani; Vasquez Sierra, Ricardo; Andreev, Valeri; Cline, David; Cousins, Robert; Duris, Joseph; Erhan, Samim; Everaerts, Pieter; Farrell, Chris; Hauser, Jay; Ignatenko, Mikhail; Jarvis, Chad; Plager, Charles; Rakness, Gregory; Schlein, Peter; Tucker, Jordan; Valuev, Vyacheslav; Weber, Matthias; Babb, John; Clare, Robert; Dinardo, Mauro Emanuele; Ellison, John Anthony; Gary, J William; Giordano, Ferdinando; Hanson, Gail; Jeng, Geng-Yuan; Liu, Hongliang; Long, Owen Rosser; Luthra, Arun; Nguyen, Harold; Paramesvaran, Sudarshan; Sturdy, Jared; Sumowidagdo, Suharyo; Wilken, Rachel; Wimpenny, Stephen; Andrews, Warren; Branson, James G; Cerati, Giuseppe Benedetto; Cittolin, Sergio; Evans, David; Golf, Frank; Holzner, André; Kelley, Ryan; Lebourgeois, Matthew; Letts, James; Macneill, Ian; Mangano, Boris; Padhi, Sanjay; Palmer, Christopher; Petrucciani, Giovanni; Pieri, Marco; Sani, Matteo; Sharma, Vivek; Simon, Sean; Sudano, Elizabeth; Tadel, Matevz; Tu, Yanjun; Vartak, Adish; Wasserbaech, Steven; Würthwein, Frank; Yagil, Avraham; Yoo, Jaehyeok; Barge, Derek; Bellan, Riccardo; Campagnari, Claudio; D'Alfonso, Mariarosaria; Danielson, Thomas; Flowers, Kristen; Geffert, Paul; Incandela, Joe; Justus, Christopher; Kalavase, Puneeth; Koay, Sue Ann; Kovalskyi, Dmytro; Krutelyov, Vyacheslav; Lowette, Steven; Mccoll, Nickolas; Pavlunin, Viktor; Rebassoo, Finn; Ribnik, Jacob; Richman, Jeffrey; Rossin, Roberto; Stuart, David; To, Wing; West, Christopher; Apresyan, Artur; Bornheim, Adolf; Chen, Yi; Di Marco, Emanuele; Duarte, Javier; Gataullin, Marat; Ma, Yousi; Mott, Alexander; Newman, Harvey B; Rogan, Christopher; Timciuc, Vladlen; Traczyk, Piotr; Veverka, Jan; Wilkinson, Richard; Yang, Yong; Zhu, Ren-Yuan; Akgun, Bora; Carroll, Ryan; Ferguson, Thomas; Iiyama, Yutaro; Jang, Dong Wook; Liu, Yueh-Feng; Paulini, Manfred; Vogel, Helmut; Vorobiev, Igor; Cumalat, John Perry; Drell, Brian Robert; Edelmaier, Christopher; Ford, William T; Gaz, Alessandro; Heyburn, Bernadette; Luiggi Lopez, Eduardo; Smith, James; Stenson, Kevin; Ulmer, Keith; Wagner, Stephen Robert; Alexander, James; Chatterjee, Avishek; Eggert, Nicholas; Gibbons, Lawrence Kent; Heltsley, Brian; Khukhunaishvili, Aleko; Kreis, Benjamin; Mirman, Nathan; Nicolas Kaufman, Gala; Patterson, Juliet Ritchie; Ryd, Anders; Salvati, Emmanuele; Sun, Werner; Teo, Wee Don; Thom, Julia; Thompson, Joshua; Vaughan, Jennifer; Weng, Yao; Winstrom, Lucas; Wittich, Peter; Winn, Dave; Abdullin, Salavat; Albrow, Michael; Anderson, Jacob; Bauerdick, Lothar AT; Beretvas, Andrew; Berryhill, Jeffrey; Bhat, Pushpalatha C; Bloch, Ingo; Burkett, Kevin; Butler, Joel Nathan; Chetluru, Vasundhara; Cheung, Harry; Chlebana, Frank; Elvira, Victor Daniel; Fisk, Ian; Freeman, Jim; Gao, Yanyan; Green, Dan; Gutsche, Oliver; Hahn, Alan; Hanlon, Jim; Harris, Robert M; Hirschauer, James; Hooberman, Benjamin; Jindariani, Sergo; Johnson, Marvin; Joshi, Umesh; Kilminster, Benjamin; Klima, Boaz; Kunori, Shuichi; Kwan, Simon; Leonidopoulos, Christos; Lincoln, Don; Lipton, Ron; Lueking, Lee; Lykken, Joseph; Maeshima, Kaori; Marraffino, John Michael; Maruyama, Sho; Mason, David; McBride, Patricia; Mishra, Kalanand; Mrenna, Stephen; Musienko, Yuri; Newman-Holmes, Catherine; O'Dell, Vivian; Prokofyev, Oleg; Sexton-Kennedy, Elizabeth; Sharma, Seema; Spalding, William J; Spiegel, Leonard; Tan, Ping; Taylor, Lucas; Tkaczyk, Slawek; Tran, Nhan Viet; Uplegger, Lorenzo; Vaandering, Eric Wayne; Vidal, Richard; Whitmore, Juliana; Wu, Weimin; Yang, Fan; Yumiceva, Francisco; Yun, Jae Chul; Acosta, Darin; Avery, Paul; Bourilkov, Dimitri; Chen, Mingshui; Das, Souvik; De Gruttola, Michele; Di Giovanni, Gian Piero; Dobur, Didar; Drozdetskiy, Alexey; Field, Richard D; Fisher, Matthew; Fu, Yu; Furic, Ivan-Kresimir; Gartner, Joseph; Hugon, Justin; Kim, Bockjoo; Konigsberg, Jacobo; Korytov, Andrey; Kropivnitskaya, Anna; Kypreos, Theodore; Low, Jia Fu; Matchev, Konstantin; Milenovic, Predrag; Mitselmakher, Guenakh; Muniz, Lana; Remington, Ronald; Rinkevicius, Aurelijus; Sellers, Paul; Skhirtladze, Nikoloz; Snowball, Matthew; Yelton, John; Zakaria, Mohammed; Gaultney, Vanessa; Lebolo, Luis Miguel; Linn, Stephan; Markowitz, Pete; Martinez, German; Rodriguez, Jorge Luis; Adams, Jordon Rowe; Adams, Todd; Askew, Andrew; Bochenek, Joseph; Chen, Jie; Diamond, Brendan; Gleyzer, Sergei V; Haas, Jeff; Hagopian, Sharon; Hagopian, Vasken; Jenkins, Merrill; Johnson, Kurtis F; Prosper, Harrison; Veeraraghavan, Venkatesh; Weinberg, Marc; Baarmand, Marc M; Dorney, Brian; Hohlmann, Marcus; Kalakhety, Himali; Vodopiyanov, Igor; Adams, Mark Raymond; Anghel, Ioana Maria; Apanasevich, Leonard; Bai, Yuting; Bazterra, Victor Eduardo; Betts, Russell Richard; Bucinskaite, Inga; Callner, Jeremy; Cavanaugh, Richard; Dragoiu, Cosmin; Evdokimov, Olga; Gauthier, Lucie; Gerber, Cecilia Elena; Hamdan, Saleh; Hofman, David Jonathan; Khalatyan, Samvel; Lacroix, Florent; Malek, Magdalena; O'Brien, Christine; Silkworth, Christopher; Strom, Derek; Varelas, Nikos; Akgun, Ugur; Albayrak, Elif Asli; Bilki, Burak; Clarida, Warren; Duru, Firdevs; Griffiths, Scott; Merlo, Jean-Pierre; Mermerkaya, Hamit; Mestvirishvili, Alexi; Moeller, Anthony; Nachtman, Jane; Newsom, Charles Ray; Norbeck, Edwin; Onel, Yasar; Ozok, Ferhat; Sen, Sercan; Tiras, Emrah; Wetzel, James; Yetkin, Taylan; Yi, Kai; Barnett, Bruce Arnold; Blumenfeld, Barry; Bolognesi, Sara; Fehling, David; Giurgiu, Gavril; Gritsan, Andrei; Guo, Zijin; Hu, Guofan; Maksimovic, Petar; Rappoccio, Salvatore; Swartz, Morris; Whitbeck, Andrew; Baringer, Philip; Bean, Alice; Benelli, Gabriele; Grachov, Oleg; Kenny Iii, Raymond Patrick; Murray, Michael; Noonan, Daniel; Sanders, Stephen; Stringer, Robert; Tinti, Gemma; Wood, Jeffrey Scott; Zhukova, Victoria; Barfuss, Anne-Fleur; Bolton, Tim; Chakaberia, Irakli; Ivanov, Andrew; Khalil, Sadia; Makouski, Mikhail; Maravin, Yurii; Shrestha, Shruti; Svintradze, Irakli; Gronberg, Jeffrey; Lange, David; Wright, Douglas; Baden, Drew; Boutemeur, Madjid; Calvert, Brian; Eno, Sarah Catherine; Gomez, Jaime; Hadley, Nicholas John; Kellogg, Richard G; Kirn, Malina; Kolberg, Ted; Lu, Ying; Marionneau, Matthieu; Mignerey, Alice; Pedro, Kevin; Peterman, Alison; Skuja, Andris; Temple, Jeffrey; Tonjes, Marguerite; Tonwar, Suresh C; Twedt, Elizabeth; Bauer, Gerry; Bendavid, Joshua; Busza, Wit; Butz, Erik; Cali, Ivan Amos; Chan, Matthew; Dutta, Valentina; Gomez Ceballos, Guillelmo; Goncharov, Maxim; Hahn, Kristan Allan; Kim, Yongsun; Klute, Markus; Li, Wei; Luckey, Paul David; Ma, Teng; Nahn, Steve; Paus, Christoph; Ralph, Duncan; Roland, Christof; Roland, Gunther; Rudolph, Matthew; Stephans, George; Stöckli, Fabian; Sumorok, Konstanty; Sung, Kevin; Velicanu, Dragos; Wenger, Edward Allen; Wolf, Roger; Wyslouch, Bolek; Xie, Si; Yang, Mingming; Yilmaz, Yetkin; Yoon, Sungho; Zanetti, Marco; Cooper, Seth; Dahmes, Bryan; De Benedetti, Abraham; Franzoni, Giovanni; Gude, Alexander; Kao, Shih-Chuan; Klapoetke, Kevin; Kubota, Yuichi; Mans, Jeremy; Pastika, Nathaniel; Rusack, Roger; Sasseville, Michael; Singovsky, Alexander; Tambe, Norbert; Turkewitz, Jared; Cremaldi, Lucien Marcus; Kroeger, Rob; Perera, Lalith; Rahmat, Rahmat; Sanders, David A; Avdeeva, Ekaterina; Bloom, Kenneth; Bose, Suvadeep; Butt, Jamila; Claes, Daniel R; Dominguez, Aaron; Eads, Michael; Jindal, Pratima; Keller, Jason; Kravchenko, Ilya; Lazo-Flores, Jose; Malbouisson, Helena; Malik, Sudhir; Snow, Gregory R; Baur, Ulrich; Godshalk, Andrew; Iashvili, Ia; Jain, Supriya; Kharchilava, Avto; Kumar, Ashish; Shipkowski, Simon Peter; Smith, Kenneth; Alverson, George; Barberis, Emanuela; Baumgartel, Darin; Chasco, Matthew; Haley, Joseph; Nash, David; Trocino, Daniele; Wood, Darien; Zhang, Jinzhong; Anastassov, Anton; Kubik, Andrew; Mucia, Nicholas; Odell, Nathaniel; Ofierzynski, Radoslaw Adrian; Pollack, Brian; Pozdnyakov, Andrey; Schmitt, Michael Henry; Stoynev, Stoyan; Velasco, Mayda; Won, Steven; Antonelli, Louis; Berry, Douglas; Brinkerhoff, Andrew; Hildreth, Michael; Jessop, Colin; Karmgard, Daniel John; Kolb, Jeff; Lannon, Kevin; Luo, Wuming; Lynch, Sean; Marinelli, Nancy; Morse, David Michael; Pearson, Tessa; Ruchti, Randy; Slaunwhite, Jason; Valls, Nil; Wayne, Mitchell; Wolf, Matthias; Bylsma, Ben; Durkin, Lloyd Stanley; Hart, Andrew; Hill, Christopher; Hughes, Richard; Kotov, Khristian; Ling, Ta-Yung; Puigh, Darren; Rodenburg, Marissa; Vuosalo, Carl; Williams, Grayson; Winer, Brian L; Adam, Nadia; Berry, Edmund; Elmer, Peter; Gerbaudo, Davide; Halyo, Valerie; Hebda, Philip; Hegeman, Jeroen; Hunt, Adam; Lopes Pegna, David; Lujan, Paul; Marlow, Daniel; Medvedeva, Tatiana; Mooney, Michael; Olsen, James; Piroué, Pierre; Quan, Xiaohang; Raval, Amita; Saka, Halil; Stickland, David; Tully, Christopher; Werner, Jeremy Scott; Zuranski, Andrzej; Acosta, Jhon Gabriel; Brownson, Eric; Huang, Xing Tao; Lopez, Angel; Mendez, Hector; Oliveros, Sandra; Ramirez Vargas, Juan Eduardo; Zatserklyaniy, Andriy; Alagoz, Enver; Barnes, Virgil E; Benedetti, Daniele; Bolla, Gino; Bortoletto, Daniela; De Mattia, Marco; Everett, Adam; Hu, Zhen; Jones, Matthew; Koybasi, Ozhan; Kress, Matthew; Laasanen, Alvin T; Leonardo, Nuno; Maroussov, Vassili; Merkel, Petra; Miller, David Harry; Neumeister, Norbert; Shipsey, Ian; Silvers, David; Svyatkovskiy, Alexey; Vidal Marono, Miguel; Yoo, Hwi Dong; Zablocki, Jakub; Zheng, Yu; Guragain, Samir; Parashar, Neeti; Adair, Antony; Boulahouache, Chaouki; Cuplov, Vesna; Ecklund, Karl Matthew; Geurts, Frank JM; Padley, Brian Paul; Redjimi, Radia; Roberts, Jay; Zabel, James; Betchart, Burton; Bodek, Arie; Chung, Yeon Sei; Covarelli, Roberto; de Barbaro, Pawel; Demina, Regina; Eshaq, Yossof; Garcia-Bellido, Aran; Goldenzweig, Pablo; Han, Jiyeon; Harel, Amnon; Miner, Daniel Carl; Vishnevskiy, Dmitry; Zielinski, Marek; Bhatti, Anwar; Ciesielski, Robert; Demortier, Luc; Goulianos, Konstantin; Lungu, Gheorghe; Malik, Sarah; Mesropian, Christina; Arora, Sanjay; Barker, Anthony; Chou, John Paul; Contreras-Campana, Christian; Contreras-Campana, Emmanuel; Duggan, Daniel; Ferencek, Dinko; Gershtein, Yuri; Gray, Richard; Halkiadakis, Eva; Hidas, Dean; Lath, Amitabh; Panwalkar, Shruti; Park, Michael; Patel, Rishi; Rekovic, Vladimir; Richards, Alan; Robles, Jorge; Rose, Keith; Salur, Sevil; Schnetzer, Steve; Seitz, Claudia; Somalwar, Sunil; Stone, Robert; Thomas, Scott; Cerizza, Giordano; Hollingsworth, Matthew; Spanier, Stefan; Yang, Zong-Chang; York, Andrew; Eusebi, Ricardo; Flanagan, Will; Gilmore, Jason; Kamon, Teruki; Khotilovich, Vadim; Montalvo, Roy; Osipenkov, Ilya; Pakhotin, Yuriy; Perloff, Alexx; Roe, Jeffrey; Safonov, Alexei; Sakuma, Tai; Sengupta, Sinjini; Suarez, Indara; Tatarinov, Aysen; Toback, David; Akchurin, Nural; Damgov, Jordan; Dudero, Phillip Russell; Jeong, Chiyoung; Kovitanggoon, Kittikul; Lee, Sung Won; Libeiro, Terence; Roh, Youn; Volobouev, Igor; Appelt, Eric; Engh, Daniel; Florez, Carlos; Greene, Senta; Gurrola, Alfredo; Johns, Willard; Johnston, Cody; Kurt, Pelin; Maguire, Charles; Melo, Andrew; Sheldon, Paul; Snook, Benjamin; Tuo, Shengquan; Velkovska, Julia; Arenton, Michael Wayne; Balazs, Michael; Boutle, Sarah; Cox, Bradley; Francis, Brian; Goodell, Joseph; Hirosky, Robert; Ledovskoy, Alexander; Lin, Chuanzhe; Neu, Christopher; Wood, John; Yohay, Rachel; Gollapinni, Sowjanya; Harr, Robert; Karchin, Paul Edmund; Kottachchi Kankanamge Don, Chamath; Lamichhane, Pramod; Sakharov, Alexandre; Anderson, Michael; Bachtis, Michail; Belknap, Donald; Borrello, Laura; Carlsmith, Duncan; Cepeda, Maria; Dasu, Sridhara; Gray, Lindsey; Grogg, Kira Suzanne; Grothe, Monika; Hall-Wilton, Richard; Herndon, Matthew; Hervé, Alain; Klabbers, Pamela; Klukas, Jeffrey; Lanaro, Armando; Lazaridis, Christos; Leonard, Jessica; Loveless, Richard; Mohapatra, Ajit; Ojalvo, Isabel; Palmonari, Francesco; Pierro, Giuseppe Antonio; Ross, Ian; Savin, Alexander; Smith, Wesley H; Swanson, Joshua

    2013-07-16

    A measurement is presented of W-boson production in PbPb collisions carried out at a nucleon-nucleon (NN) centre-of-mass energy $\\sqrt{s_{NN}}$ of 2.76 TeV at the LHC using the CMS detector. In data corresponding to an integrated luminosity of 7.3 inverse microbarns, the number of W to mu mu-neutrino decays is extracted in the region of muon pseudorapidity abs(eta[mu])25 GeV. Yields of muons found per unit of pseudorapidity correspond to (159 +/- 10 (stat.) +/- 12 (syst.)) 10E-8 W(plus) and (154 +/- 10 (stat.) +/- 12 (syst.)) 10E-8 W(minus) bosons per minimum-bias PbPb collision. The dependence of W production on the centrality of PbPb collisions is consistent with a scaling of the yield by the number of incoherent NN collisions. The yield of W bosons is also studied in a sample of pp interactions at sqrt(s)= 2.76 TeV corresponding to an integrated luminosity of 231 inverse nanobarns. The individual W(plus) and W(minus) yields in PbPb and pp collisions are found to agree, once the neutron and proton content i...

  15. Työkierto : Mielipiteitä käytännöstä

    OpenAIRE

    Hietala, Teija; Lehtonen, Anna

    2012-01-01

    Tämän opinnäytetyön tarkoituksena oli selvittää hoitajien kokemuksia työkierrosta eräillä yliopistollisen sairaalan osastoilla. Tavoitteena oli antaa tietoa osastojen henkilökunnalle työkierron toimivuudesta. Tavoitteena oli, että kyselyn tuloksia voitaisiin käyttää apuna työkierron toimivuuden arvioinnissa ja mahdollisessa kehittämisessä. Opinnäytetyön tehtävinä oli selvittää mitä työkierto on, miten osaston työntekijät kokivat työkierron toimivuuden osastoilla ja miten osastojen työntekijät...

  16. Measurement of the B^{±} Meson Nuclear Modification Factor in Pb-Pb Collisions at sqrt[s_{NN}]=5.02  TeV.

    Science.gov (United States)

    Sirunyan, A M; Tumasyan, A; Adam, W; Asilar, E; Bergauer, T; Brandstetter, J; Brondolin, E; Dragicevic, M; Erö, J; Flechl, M; Friedl, M; Frühwirth, R; Ghete, V M; Hörmann, N; Hrubec, J; Jeitler, M; König, A; Krätschmer, I; Liko, D; Matsushita, T; Mikulec, I; Rabady, D; Rad, N; Rohringer, H; Schieck, J; Strauss, J; Waltenberger, W; Wulz, C-E; Chekhovsky, V; Mossolov, V; Suarez Gonzalez, J; Shumeiko, N; Alderweireldt, S; De Wolf, E A; Janssen, X; Lauwers, J; Van De Klundert, M; Van Haevermaet, H; Van Mechelen, P; Van Remortel, N; Van Spilbeeck, A; Abu Zeid, S; Blekman, F; D'Hondt, J; De Bruyn, I; De Clercq, J; Deroover, K; Lowette, S; Moortgat, S; Moreels, L; Olbrechts, A; Python, Q; Skovpen, K; Tavernier, S; Van Doninck, W; Van Mulders, P; Van Parijs, I; Brun, H; Clerbaux, B; De Lentdecker, G; Delannoy, H; Fasanella, G; Favart, L; Goldouzian, R; Grebenyuk, A; Karapostoli, G; Lenzi, T; Luetic, J; Maerschalk, T; Marinov, A; Randle-Conde, A; Seva, T; Vander Velde, C; Vanlaer, P; Vannerom, D; Yonamine, R; Zenoni, F; Zhang, F; Cimmino, A; Cornelis, T; Dobur, D; Fagot, A; Gul, M; Khvastunov, I; Poyraz, D; Salva, S; Schöfbeck, R; Tytgat, M; Van Driessche, W; Verbeke, W; Zaganidis, N; Bakhshiansohi, H; Bondu, O; Brochet, S; Bruno, G; Caudron, A; De Visscher, S; Delaere, C; Delcourt, M; Francois, B; Giammanco, A; Jafari, A; Komm, M; Krintiras, G; Lemaitre, V; Magitteri, A; Mertens, A; Musich, M; Piotrzkowski, K; Quertenmont, L; Vidal Marono, M; Wertz, S; Beliy, N; Aldá Júnior, W L; Alves, F L; Alves, G A; Brito, L; Hensel, C; Moraes, A; Pol, M E; Rebello Teles, P; Belchior Batista Das Chagas, E; Carvalho, W; Chinellato, J; Custódio, A; Da Costa, E M; Da Silveira, G G; De Jesus Damiao, D; Fonseca De Souza, S; Huertas Guativa, L M; Malbouisson, H; Mora Herrera, C; Mundim, L; Nogima, H; Santoro, A; Sznajder, A; Tonelli Manganote, E J; Torres Da Silva De Araujo, F; Vilela Pereira, A; Ahuja, S; Bernardes, C A; Fernandez Perez Tomei, T R; Gregores, E M; Mercadante, P G; Moon, C S; Novaes, S F; Padula, Sandra S; Romero Abad, D; Ruiz Vargas, J C; Aleksandrov, A; Hadjiiska, R; Iaydjiev, P; Rodozov, M; Stoykova, S; Sultanov, G; Vutova, M; Dimitrov, A; Glushkov, I; Litov, L; Pavlov, B; Petkov, P; Fang, W; Gao, X; Ahmad, M; Bian, J G; Chen, G M; Chen, H S; Chen, M; Chen, Y; Jiang, C H; Leggat, D; Liu, Z; Romeo, F; Shaheen, S M; Spiezia, A; Tao, J; Wang, C; Wang, Z; Yazgan, E; Zhang, H; Zhao, J; Ban, Y; Chen, G; Li, Q; Liu, S; Mao, Y; Qian, S J; Wang, D; Xu, Z; Avila, C; Cabrera, A; Chaparro Sierra, L F; Florez, C; González Hernández, C F; Ruiz Alvarez, J D; Godinovic, N; Lelas, D; Puljak, I; Ribeiro Cipriano, P M; Sculac, T; Antunovic, Z; Kovac, M; Brigljevic, V; Ferencek, D; Kadija, K; Mesic, B; Susa, T; Ather, M W; Attikis, A; Mavromanolakis, G; Mousa, J; Nicolaou, C; Ptochos, F; Razis, P A; Rykaczewski, H; Finger, M; Finger, M; Carrera Jarrin, E; Assran, Y; Mahmoud, M A; Mahrous, A; Dewanjee, R K; Kadastik, M; Perrini, L; Raidal, M; Tiko, A; Veelken, C; Eerola, P; Pekkanen, J; Voutilainen, M; Härkönen, J; Järvinen, T; Karimäki, V; Kinnunen, R; Lampén, T; Lassila-Perini, K; Lehti, S; Lindén, T; Luukka, P; Tuominen, E; Tuominiemi, J; Tuovinen, E; Talvitie, J; Tuuva, T; Besancon, M; Couderc, F; Dejardin, M; Denegri, D; Faure, J L; Ferri, F; Ganjour, S; Ghosh, S; Givernaud, A; Gras, P; Hamel de Monchenault, G; Jarry, P; Kucher, I; Locci, E; Machet, M; Malcles, J; Rander, J; Rosowsky, A; Sahin, M Ö; Titov, M; Abdulsalam, A; Antropov, I; Baffioni, S; Beaudette, F; Busson, P; Cadamuro, L; Chapon, E; Charlot, C; Davignon, O; Granier de Cassagnac, R; Jo, M; Lisniak, S; Lobanov, A; Miné, P; Nguyen, M; Ochando, C; Ortona, G; Paganini, P; Pigard, P; Regnard, S; Salerno, R; Sirois, Y; Stahl Leiton, A G; Strebler, T; Yilmaz, Y; Zabi, A; Agram, J-L; Andrea, J; Bloch, D; Brom, J-M; Buttignol, M; Chabert, E C; Chanon, N; Collard, C; Conte, E; Coubez, X; Fontaine, J-C; Gelé, D; Goerlach, U; Le Bihan, A-C; Van Hove, P; Gadrat, S; Beauceron, S; Bernet, C; Boudoul, G; Chierici, R; Contardo, D; Courbon, B; Depasse, P; El Mamouni, H; Fay, J; Finco, L; Gascon, S; Gouzevitch, M; Grenier, G; Ille, B; Lagarde, F; Laktineh, I B; Lethuillier, M; Mirabito, L; Pequegnot, A L; Perries, S; Popov, A; Sordini, V; Vander Donckt, M; Viret, S; Khvedelidze, A; Tsamalaidze, Z; Autermann, C; Beranek, S; Feld, L; Kiesel, M K; Klein, K; Lipinski, M; Preuten, M; Schomakers, C; Schulz, J; Verlage, T; Albert, A; Brodski, M; Dietz-Laursonn, E; Duchardt, D; Endres, M; Erdmann, M; Erdweg, S; Esch, T; Fischer, R; Güth, A; Hamer, M; Hebbeker, T; Heidemann, C; Hoepfner, K; Knutzen, S; Merschmeyer, M; Meyer, A; Millet, P; Mukherjee, S; Olschewski, M; Padeken, K; Pook, T; Radziej, M; Reithler, H; Rieger, M; Scheuch, F; Sonnenschein, L; Teyssier, D; Thüer, S; Flügge, G; Kargoll, B; Kress, T; Künsken, A; Lingemann, J; Müller, T; Nehrkorn, A; Nowack, A; Pistone, C; Pooth, O; Stahl, A; Aldaya Martin, M; Arndt, T; Asawatangtrakuldee, C; Beernaert, K; Behnke, O; Behrens, U; Bin Anuar, A A; Borras, K; Botta, V; Campbell, A; Connor, P; Contreras-Campana, C; Costanza, F; Diez Pardos, C; Eckerlin, G; Eckstein, D; Eichhorn, T; Eren, E; Gallo, E; Garay Garcia, J; Geiser, A; Gizhko, A; Grados Luyando, J M; Grohsjean, A; Gunnellini, P; Harb, A; Hauk, J; Hempel, M; Jung, H; Kalogeropoulos, A; Kasemann, M; Keaveney, J; Kleinwort, C; Korol, I; Krücker, D; Lange, W; Lelek, A; Lenz, T; Leonard, J; Lipka, K; Lohmann, W; Mankel, R; Melzer-Pellmann, I-A; Meyer, A B; Mittag, G; Mnich, J; Mussgiller, A; Ntomari, E; Pitzl, D; Placakyte, R; Raspereza, A; Roland, B; Savitskyi, M; Saxena, P; Shevchenko, R; Spannagel, S; Stefaniuk, N; Van Onsem, G P; Walsh, R; Wen, Y; Wichmann, K; Wissing, C; Bein, S; Blobel, V; Centis Vignali, M; Draeger, A R; Dreyer, T; Garutti, E; Gonzalez, D; Haller, J; Hoffmann, M; Junkes, A; Klanner, R; Kogler, R; Kovalchuk, N; Kurz, S; Lapsien, T; Marchesini, I; Marconi, D; Meyer, M; Niedziela, M; Nowatschin, D; Pantaleo, F; Peiffer, T; Perieanu, A; Scharf, C; Schleper, P; Schmidt, A; Schumann, S; Schwandt, J; Sonneveld, J; Stadie, H; Steinbrück, G; Stober, F M; Stöver, M; Tholen, H; Troendle, D; Usai, E; Vanelderen, L; Vanhoefer, A; Vormwald, B; Akbiyik, M; Barth, C; Baur, S; Baus, C; Berger, J; Butz, E; Caspart, R; Chwalek, T; Colombo, F; De Boer, W; Dierlamm, A; Freund, B; Friese, R; Giffels, M; Gilbert, A; Haitz, D; Hartmann, F; Heindl, S M; Husemann, U; Kassel, F; Kudella, S; Mildner, H; Mozer, M U; Müller, Th; Plagge, M; Quast, G; Rabbertz, K; Schröder, M; Shvetsov, I; Sieber, G; Simonis, H J; Ulrich, R; Wayand, S; Weber, M; Weiler, T; Williamson, S; Wöhrmann, C; Wolf, R; Anagnostou, G; Daskalakis, G; Geralis, T; Giakoumopoulou, V A; Kyriakis, A; Loukas, D; Topsis-Giotis, I; Kesisoglou, S; Panagiotou, A; Saoulidou, N; Evangelou, I; Flouris, G; Foudas, C; Kokkas, P; Manthos, N; Papadopoulos, I; Paradas, E; Strologas, J; Triantis, F A; Csanad, M; Filipovic, N; Pasztor, G; Bencze, G; Hajdu, C; Horvath, D; Sikler, F; Veszpremi, V; Vesztergombi, G; Zsigmond, A J; Beni, N; Czellar, S; Karancsi, J; Makovec, A; Molnar, J; Szillasi, Z; Bartók, M; Raics, P; Trocsanyi, Z L; Ujvari, B; Choudhury, S; Komaragiri, J R; Bahinipati, S; Bhowmik, S; Mal, P; Mandal, K; Nayak, A; Sahoo, D K; Sahoo, N; Swain, S K; Bansal, S; Beri, S B; Bhatnagar, V; Chawla, R; Dhingra, N; Bhawandeep, U; Kalsi, A K; Kaur, A; Kaur, M; Kumar, R; Kumari, P; Mehta, A; Mittal, M; Singh, J B; Walia, G; Kumar, Ashok; Shah, Aashaq; Bhardwaj, A; Chauhan, S; Choudhary, B C; Garg, R B; Keshri, S; Malhotra, S; Naimuddin, M; Ranjan, K; Sharma, R; Sharma, V; Bhardwaj, R; Bhattacharya, R; Bhattacharya, S; Dey, S; Dutt, S; Dutta, S; Ghosh, S; Majumdar, N; Modak, A; Mondal, K; Mukhopadhyay, S; Nandan, S; Purohit, A; Roy, A; Roy, D; Roy Chowdhury, S; Sarkar, S; Sharan, M; Thakur, S; Behera, P K; Chudasama, R; Dutta, D; Jha, V; Kumar, V; Mohanty, A K; Netrakanti, P K; Pant, L M; Shukla, P; Topkar, A; Aziz, T; Dugad, S; Mahakud, B; Mitra, S; Mohanty, G B; Parida, B; Sur, N; Sutar, B; Banerjee, S; Bhattacharya, S; Chatterjee, S; Das, P; Guchait, M; Jain, Sa; Kumar, S; Maity, M; Majumder, G; Mazumdar, K; Sarkar, T; Wickramage, N; Chauhan, S; Dube, S; Hegde, V; Kapoor, A; Kothekar, K; Pandey, S; Rane, A; Sharma, S; Chenarani, S; Eskandari Tadavani, E; Etesami, S M; Khakzad, M; Mohammadi Najafabadi, M; Naseri, M; Paktinat Mehdiabadi, S; Rezaei Hosseinabadi, F; Safarzadeh, B; Zeinali, M; Felcini, M; Grunewald, M; Abbrescia, M; Calabria, C; Caputo, C; Colaleo, A; Creanza, D; Cristella, L; De Filippis, N; De Palma, M; Fiore, L; Iaselli, G; Maggi, G; Maggi, M; Miniello, G; My, S; Nuzzo, S; Pompili, A; Pugliese, G; Radogna, R; Ranieri, A; Selvaggi, G; Sharma, A; Silvestris, L; Venditti, R; Verwilligen, P; Abbiendi, G; Battilana, C; Bonacorsi, D; Braibant-Giacomelli, S; Brigliadori, L; Campanini, R; Capiluppi, P; Castro, A; Cavallo, F R; Chhibra, S S; Cuffiani, M; Dallavalle, G M; Fabbri, F; Fanfani, A; Fasanella, D; Giacomelli, P; Guiducci, L; Marcellini, S; Masetti, G; Navarria, F L; Perrotta, A; Rossi, A M; Rovelli, T; Siroli, G P; Tosi, N; Albergo, S; Costa, S; Di Mattia, A; Giordano, F; Potenza, R; Tricomi, A; Tuve, C; Barbagli, G; Chatterjee, K; Ciulli, V; Civinini, C; D'Alessandro, R; Focardi, E; Lenzi, P; Meschini, M; Paoletti, S; Russo, L; Sguazzoni, G; Strom, D; Viliani, L; Benussi, L; Bianco, S; Fabbri, F; Piccolo, D; Primavera, F; Calvelli, V; Ferro, F; Robutti, E; Tosi, S; Brianza, L; Brivio, F; Ciriolo, V; Dinardo, M E; Fiorendi, S; Gennai, S; Ghezzi, A; Govoni, P; Malberti, M; Malvezzi, S; Manzoni, R A; Menasce, D; Moroni, L; Paganoni, M; Pauwels, K; Pedrini, D; Pigazzini, S; Ragazzi, S; Tabarelli de Fatis, T; Buontempo, S; Cavallo, N; Di Guida, S; Esposito, M; Fabozzi, F; Fienga, F; Iorio, A O M; Khan, W A; Lanza, G; Lista, L; Meola, S; Paolucci, P; Sciacca, C; Thyssen, F; Azzi, P; Bacchetta, N; Benato, L; Bisello, D; Boletti, A; Carlin, R; Carvalho Antunes De Oliveira, A; Dall'Osso, M; De Castro Manzano, P; Dorigo, T; Gasparini, F; Gasparini, U; Gozzelino, A; Lacaprara, S; Margoni, M; Meneguzzo, A T; Pantano, D; Pozzobon, N; Ronchese, P; Rossin, R; Sgaravatto, M; Simonetto, F; Torassa, E; Ventura, S; Zanetti, M; Zotto, P; Braghieri, A; Fallavollita, F; Magnani, A; Montagna, P; Ratti, S P; Re, V; Ressegotti, M; Riccardi, C; Salvini, P; Vai, I; Vitulo, P; Alunni Solestizi, L; Bilei, G M; Ciangottini, D; Fanò, L; Lariccia, P; Leonardi, R; Mantovani, G; Mariani, V; Menichelli, M; Saha, A; Santocchia, A; Spiga, D; Androsov, K; Azzurri, P; Bagliesi, G; Bernardini, J; Boccali, T; Borrello, L; Castaldi, R; Ciocci, M A; Dell'Orso, R; Fedi, G; Giassi, A; Grippo, M T; Ligabue, F; Lomtadze, T; Martini, L; Messineo, A; Palla, F; Rizzi, A; Savoy-Navarro, A; Spagnolo, P; Tenchini, R; Tonelli, G; Venturi, A; Verdini, P G; Barone, L; Cavallari, F; Cipriani, M; Del Re, D; Diemoz, M; Gelli, S; Longo, E; Margaroli, F; Marzocchi, B; Meridiani, P; Organtini, G; Paramatti, R; Preiato, F; Rahatlou, S; Rovelli, C; Santanastasio, F; Amapane, N; Arcidiacono, R; Argiro, S; Arneodo, M; Bartosik, N; Bellan, R; Biino, C; Cartiglia, N; Cenna, F; Costa, M; Covarelli, R; Degano, A; Demaria, N; Kiani, B; Mariotti, C; Maselli, S; Migliore, E; Monaco, V; Monteil, E; Monteno, M; Obertino, M M; Pacher, L; Pastrone, N; Pelliccioni, M; Pinna Angioni, G L; Ravera, F; Romero, A; Ruspa, M; Sacchi, R; Shchelina, K; Sola, V; Solano, A; Staiano, A; Traczyk, P; Belforte, S; Casarsa, M; Cossutti, F; Della Ricca, G; Zanetti, A; Kim, D H; Kim, G N; Kim, M S; Lee, J; Lee, S; Lee, S W; Oh, Y D; Sekmen, S; Son, D C; Yang, Y C; Lee, A; Kim, H; Moon, D H; Brochero Cifuentes, J A; Goh, J; Kim, T J; Cho, S; Choi, S; Go, Y; Gyun, D; Ha, S; Hong, B; Jo, Y; Kim, Y; Lee, K; Lee, K S; Lee, S; Lim, J; Park, S K; Roh, Y; Almond, J; Kim, J; Lee, H; Oh, S B; Radburn-Smith, B C; Seo, S H; Yang, U K; Yoo, H D; Yu, G B; Choi, M; Kim, H; Kim, J H; Lee, J S H; Park, I C; Ryu, G; Choi, Y; Hwang, C; Lee, J; Yu, I; Dudenas, V; Juodagalvis, A; Vaitkus, J; Ahmed, I; Ibrahim, Z A; Md Ali, M A B; Mohamad Idris, F; Wan Abdullah, W A T; Yusli, M N; Zolkapli, Z; Castilla-Valdez, H; De La Cruz-Burelo, E; Heredia-De La Cruz, I; Lopez-Fernandez, R; Mejia Guisao, J; Sanchez-Hernandez, A; Carrillo Moreno, S; Oropeza Barrera, C; Vazquez Valencia, F; Pedraza, I; Salazar Ibarguen, H A; Uribe Estrada, C; Morelos Pineda, A; Krofcheck, D; Butler, P H; Ahmad, A; Ahmad, M; Hassan, Q; Hoorani, H R; Saddique, A; Shah, M A; Shoaib, M; Waqas, M; Bialkowska, H; Bluj, M; Boimska, B; Frueboes, T; Górski, M; Kazana, M; Nawrocki, K; Romanowska-Rybinska, K; Szleper, M; Zalewski, P; Bunkowski, K; Byszuk, A; Doroba, K; Kalinowski, A; Konecki, M; Krolikowski, J; Misiura, M; Olszewski, M; Pyskir, A; Walczak, M; Bargassa, P; Beirão Da Cruz E Silva, C; Calpas, B; Di Francesco, A; Faccioli, P; Gallinaro, M; Hollar, J; Leonardo, N; Lloret Iglesias, L; Nemallapudi, M V; Seixas, J; Toldaiev, O; Vadruccio, D; Varela, J; Afanasiev, S; Bunin, P; Gavrilenko, M; Golutvin, I; Gorbunov, I; Kamenev, A; Karjavin, V; Lanev, A; Malakhov, A; Matveev, V; Palichik, V; Perelygin, V; Shmatov, S; Shulha, S; Skatchkov, N; Smirnov, V; Voytishin, N; Zarubin, A; Ivanov, Y; Kim, V; Kuznetsova, E; Levchenko, P; Murzin, V; Oreshkin, V; Smirnov, I; Sulimov, V; Uvarov, L; Vavilov, S; Vorobyev, A; Andreev, Yu; Dermenev, A; Gninenko, S; Golubev, N; Karneyeu, A; Kirsanov, M; Krasnikov, N; Pashenkov, A; Tlisov, D; Toropin, A; Epshteyn, V; Gavrilov, V; Lychkovskaya, N; Popov, V; Pozdnyakov, I; Safronov, G; Spiridonov, A; Toms, M; Vlasov, E; Zhokin, A; Aushev, T; Bylinkin, A; Chistov, R; Danilov, M; Polikarpov, S; Andreev, V; Azarkin, M; Dremin, I; Kirakosyan, M; Terkulov, A; Baskakov, A; Belyaev, A; Boos, E; Demiyanov, A; Ershov, A; Gribushin, A; Kodolova, O; Korotkikh, V; Lokhtin, I; Miagkov, I; Obraztsov, S; Petrushanko, S; Savrin, V; Snigirev, A; Vardanyan, I; Blinov, V; Skovpen, Y; Shtol, D; Azhgirey, I; Bayshev, I; Bitioukov, S; Elumakhov, D; Kachanov, V; Kalinin, A; Konstantinov, D; Krychkine, V; Petrov, V; Ryutin, R; Sobol, A; Troshin, S; Tyurin, N; Uzunian, A; Volkov, A; Adzic, P; Cirkovic, P; Devetak, D; Dordevic, M; Milosevic, J; Rekovic, V; Alcaraz Maestre, J; Barrio Luna, M; Cerrada, M; Colino, N; De La Cruz, B; Delgado Peris, A; Escalante Del Valle, A; Fernandez Bedoya, C; Fernández Ramos, J P; Flix, J; Fouz, M C; Garcia-Abia, P; Gonzalez Lopez, O; Goy Lopez, S; Hernandez, J M; Josa, M I; Pérez-Calero Yzquierdo, A; Puerta Pelayo, J; Quintario Olmeda, A; Redondo, I; Romero, L; Soares, M S; de Trocóniz, J F; Missiroli, M; Moran, D; Cuevas, J; Erice, C; Fernandez Menendez, J; Gonzalez Caballero, I; González Fernández, J R; Palencia Cortezon, E; Sanchez Cruz, S; Suárez Andrés, I; Vischia, P; Vizan Garcia, J M; Cabrillo, I J; Calderon, A; Chazin Quero, B; Curras, E; Fernandez, M; Garcia-Ferrero, J; Gomez, G; Lopez Virto, A; Marco, J; Martinez Rivero, C; Matorras, F; Piedra Gomez, J; Rodrigo, T; Ruiz-Jimeno, A; Scodellaro, L; Trevisani, N; Vila, I; Vilar Cortabitarte, R; Abbaneo, D; Auffray, E; Baillon, P; Ball, A H; Barney, D; Bianco, M; Bloch, P; Bocci, A; Botta, C; Camporesi, T; Castello, R; Cepeda, M; Cerminara, G; Chen, Y; d'Enterria, D; Dabrowski, A; Daponte, V; David, A; De Gruttola, M; De Roeck, A; Di Marco, E; Dobson, M; Dorney, B; du Pree, T; Dünser, M; Dupont, N; Elliott-Peisert, A; Everaerts, P; Franzoni, G; Fulcher, J; Funk, W; Gigi, D; Gill, K; Glege, F; Gulhan, D; Gundacker, S; Guthoff, M; Harris, P; Hegeman, J; Innocente, V; Janot, P; Karacheban, O; Kieseler, J; Kirschenmann, H; Knünz, V; Kornmayer, A; Kortelainen, M J; Lange, C; Lecoq, P; Lourenço, C; Lucchini, M T; Malgeri, L; Mannelli, M; Martelli, A; Meijers, F; Merlin, J A; Mersi, S; Meschi, E; Milenovic, P; Moortgat, F; Mulders, M; Neugebauer, H; Orfanelli, S; Orsini, L; Pape, L; Perez, E; Peruzzi, M; Petrilli, A; Petrucciani, G; Pfeiffer, A; Pierini, M; Racz, A; Reis, T; Rolandi, G; Rovere, M; Sakulin, H; Sauvan, J B; Schäfer, C; Schwick, C; Seidel, M; Sharma, A; Silva, P; Sphicas, P; Steggemann, J; Stoye, M; Tosi, M; Treille, D; Triossi, A; Tsirou, A; Veckalns, V; Veres, G I; Verweij, M; Wardle, N; Zagozdzinska, A; Zeuner, W D; Bertl, W; Deiters, K; Erdmann, W; Horisberger, R; Ingram, Q; Kaestli, H C; Kotlinski, D; Langenegger, U; Rohe, T; Wiederkehr, S A; Bachmair, F; Bäni, L; Berger, P; Bianchini, L; Casal, B; Dissertori, G; Dittmar, M; Donegà, M; Grab, C; Heidegger, C; Hits, D; Hoss, J; Kasieczka, G; Klijnsma, T; Lustermann, W; Mangano, B; Marionneau, M; Martinez Ruiz Del Arbol, P; Masciovecchio, M; Meinhard, M T; Meister, D; Micheli, F; Musella, P; Nessi-Tedaldi, F; Pandolfi, F; Pata, J; Pauss, F; Perrin, G; Perrozzi, L; Quittnat, M; Rossini, M; Schönenberger, M; Starodumov, A; Tavolaro, V R; Theofilatos, K; Vesterbacka Olsson, M L; Wallny, R; Zhu, D H; Aarrestad, T K; Amsler, C; Caminada, L; Canelli, M F; De Cosa, A; Donato, S; Galloni, C; Hinzmann, A; Hreus, T; Kilminster, B; Ngadiuba, J; Pinna, D; Rauco, G; Robmann, P; Salerno, D; Seitz, C; Yang, Y; Zucchetta, A; Candelise, V; Doan, T H; Jain, Sh; Khurana, R; Konyushikhin, M; Kuo, C M; Lin, W; Pozdnyakov, A; Yu, S S; Kumar, Arun; Chang, P; Chang, Y H; Chao, Y; Chen, K F; Chen, P H; Fiori, F; Hou, W-S; Hsiung, Y; Liu, Y F; Lu, R-S; Miñano Moya, M; Paganis, E; Psallidas, A; Tsai, J F; Asavapibhop, B; Kovitanggoon, K; Singh, G; Srimanobhas, N; Adiguzel, A; Boran, F; Damarseckin, S; Demiroglu, Z S; Dozen, C; Eskut, E; Girgis, S; Gokbulut, G; Guler, Y; Hos, I; Kangal, E E; Kara, O; Kayis Topaksu, A; Kiminsu, U; Oglakci, M; Onengut, G; Ozdemir, K; Ozturk, S; Polatoz, A; Tali, B; Turkcapar, S; Zorbakir, I S; Zorbilmez, C; Bilin, B; Karapinar, G; Ocalan, K; Yalvac, M; Zeyrek, M; Gülmez, E; Kaya, M; Kaya, O; Yetkin, E A; Cakir, A; Cankocak, K; Grynyov, B; Levchuk, L; Sorokin, P; Aggleton, R; Ball, F; Beck, L; Brooke, J J; Burns, D; Clement, E; Cussans, D; Flacher, H; Goldstein, J; Grimes, M; Heath, G P; Heath, H F; Jacob, J; Kreczko, L; Lucas, C; Newbold, D M; Paramesvaran, S; Poll, A; Sakuma, T; Seif El Nasr-Storey, S; Smith, D; Smith, V J; Belyaev, A; Brew, C; Brown, R M; Calligaris, L; Cieri, D; Cockerill, D J A; Coughlan, J A; Harder, K; Harper, S; Olaiya, E; Petyt, D; Shepherd-Themistocleous, C H; Thea, A; Tomalin, I R; Williams, T; Baber, M; Bainbridge, R; Buchmuller, O; Bundock, A; Casasso, S; Citron, M; Colling, D; Corpe, L; Dauncey, P; Davies, G; De Wit, A; Della Negra, M; Di Maria, R; Dunne, P; Elwood, A; Futyan, D; Haddad, Y; Hall, G; Iles, G; James, T; Lane, R; Laner, C; Lyons, L; Magnan, A-M; Malik, S; Mastrolorenzo, L; Nash, J; Nikitenko, A; Pela, J; Pesaresi, M; Raymond, D M; Richards, A; Rose, A; Scott, E; Seez, C; Summers, S; Tapper, A; Uchida, K; Vazquez Acosta, M; Virdee, T; Wright, J; Zenz, S C; Cole, J E; Hobson, P R; Khan, A; Kyberd, P; Reid, I D; Symonds, P; Teodorescu, L; Turner, M; Borzou, A; Call, K; Dittmann, J; Hatakeyama, K; Liu, H; Pastika, N; Bartek, R; Dominguez, A; Buccilli, A; Cooper, S I; Henderson, C; Rumerio, P; West, C; Arcaro, D; Avetisyan, A; Bose, T; Gastler, D; Rankin, D; Richardson, C; Rohlf, J; Sulak, L; Zou, D; Benelli, G; Cutts, D; Garabedian, A; Hakala, J; Heintz, U; Hogan, J M; Kwok, K H M; Laird, E; Landsberg, G; Mao, Z; Narain, M; Piperov, S; Sagir, S; Spencer, E; Syarif, R; Band, R; Brainerd, C; Burns, D; Calderon De La Barca Sanchez, M; Chertok, M; Conway, J; Conway, R; Cox, P T; Erbacher, R; Flores, C; Funk, G; Gardner, M; Ko, W; Lander, R; Mclean, C; Mulhearn, M; Pellett, D; Pilot, J; Shalhout, S; Shi, M; Smith, J; Squires, M; Stolp, D; Tos, K; Tripathi, M; Wang, Z; Bachtis, M; Bravo, C; Cousins, R; Dasgupta, A; Florent, A; Hauser, J; Ignatenko, M; Mccoll, N; Saltzberg, D; Schnaible, C; Valuev, V; Bouvier, E; Burt, K; Clare, R; Ellison, J; Gary, J W; Ghiasi Shirazi, S M A; Hanson, G; Heilman, J; Jandir, P; Kennedy, E; Lacroix, F; Long, O R; Olmedo Negrete, M; Paneva, M I; Shrinivas, A; Si, W; Wei, H; Wimpenny, S; Yates, B R; Branson, J G; Cerati, G B; Cittolin, S; Derdzinski, M; Holzner, A; Klein, D; Kole, G; Krutelyov, V; Letts, J; Macneill, I; Olivito, D; Padhi, S; Pieri, M; Sani, M; Sharma, V; Simon, S; Tadel, M; Vartak, A; Wasserbaech, S; Würthwein, F; Yagil, A; Zevi Della Porta, G; Amin, N; Bhandari, R; Bradmiller-Feld, J; Campagnari, C; Dishaw, A; Dutta, V; Franco Sevilla, M; George, C; Golf, F; Gouskos, L; Gran, J; Heller, R; Incandela, J; Mullin, S D; Ovcharova, A; Qu, H; Richman, J; Stuart, D; Suarez, I; Yoo, J; Anderson, D; Bendavid, J; Bornheim, A; Lawhorn, J M; Newman, H B; Pena, C; Spiropulu, M; Vlimant, J R; Xie, S; Zhu, R Y; Andrews, M B; Ferguson, T; Paulini, M; Russ, J; Sun, M; Vogel, H; Vorobiev, I; Weinberg, M; Cumalat, J P; Ford, W T; Jensen, F; Johnson, A; Krohn, M; Leontsinis, S; Mulholland, T; Stenson, K; Wagner, S R; Alexander, J; Chaves, J; Chu, J; Dittmer, S; Mcdermott, K; Mirman, N; Patterson, J R; Rinkevicius, A; Ryd, A; Skinnari, L; Soffi, L; Tan, S M; Tao, Z; Thom, J; Tucker, J; Wittich, P; Zientek, M; Winn, D; Abdullin, S; Albrow, M; Apollinari, G; Apresyan, A; Apyan, A; Banerjee, S; Bauerdick, L A T; Beretvas, A; Berryhill, J; Bhat, P C; Bolla, G; Burkett, K; Butler, J N; Canepa, A; Cheung, H W K; Chlebana, F; Cremonesi, M; Duarte, J; Elvira, V D; Fisk, I; Freeman, J; Gecse, Z; Gottschalk, E; Gray, L; Green, D; Grünendahl, S; Gutsche, O; Harris, R M; Hasegawa, S; Hirschauer, J; Hu, Z; Jayatilaka, B; Jindariani, S; Johnson, M; Joshi, U; Klima, B; Kreis, B; Lammel, S; Lincoln, D; Lipton, R; Liu, M; Liu, T; Lopes De Sá, R; Lykken, J; Maeshima, K; Magini, N; Marraffino, J M; Maruyama, S; Mason, D; McBride, P; Merkel, P; Mrenna, S; Nahn, S; O'Dell, V; Pedro, K; Prokofyev, O; Rakness, G; Ristori, L; Schneider, B; Sexton-Kennedy, E; Soha, A; Spalding, W J; Spiegel, L; Stoynev, S; Strait, J; Strobbe, N; Taylor, L; Tkaczyk, S; Tran, N V; Uplegger, L; Vaandering, E W; Vernieri, C; Verzocchi, M; Vidal, R; Wang, M; Weber, H A; Whitbeck, A; Acosta, D; Avery, P; Bortignon, P; Brinkerhoff, A; Carnes, A; Carver, M; Curry, D; Das, S; Field, R D; Furic, I K; Konigsberg, J; Korytov, A; Kotov, K; Ma, P; Matchev, K; Mei, H; Mitselmakher, G; Rank, D; Shchutska, L; Sperka, D; Terentyev, N; Thomas, L; Wang, J; Wang, S; Yelton, J; Linn, S; Markowitz, P; Martinez, G; Rodriguez, J L; Ackert, A; Adams, T; Askew, A; Hagopian, S; Hagopian, V; Johnson, K F; Kolberg, T; Perry, T; Prosper, H; Santra, A; Yohay, R; Baarmand, M M; Bhopatkar, V; Colafranceschi, S; Hohlmann, M; Noonan, D; Roy, T; Yumiceva, F; Adams, M R; Apanasevich, L; Berry, D; Betts, R R; Cavanaugh, R; Chen, X; Evdokimov, O; Gerber, C E; Hangal, D A; Hofman, D J; Jung, K; Kamin, J; Sandoval Gonzalez, I D; Tonjes, M B; Trauger, H; Varelas, N; Wang, H; Wu, Z; Zhang, J; Bilki, B; Clarida, W; Dilsiz, K; Durgut, S; Gandrajula, R P; Haytmyradov, M; Khristenko, V; Merlo, J-P; Mermerkaya, H; Mestvirishvili, A; Moeller, A; Nachtman, J; Ogul, H; Onel, Y; Ozok, F; Penzo, A; Snyder, C; Tiras, E; Wetzel, J; Yi, K; Blumenfeld, B; Cocoros, A; Eminizer, N; Fehling, D; Feng, L; Gritsan, A V; Maksimovic, P; Roskes, J; Sarica, U; Swartz, M; Xiao, M; You, C; Al-Bataineh, A; Baringer, P; Bean, A; Boren, S; Bowen, J; Castle, J; Khalil, S; Kropivnitskaya, A; Majumder, D; Mcbrayer, W; Murray, M; Royon, C; Sanders, S; Stringer, R; Tapia Takaki, J D; Wang, Q; Ivanov, A; Kaadze, K; Maravin, Y; Mohammadi, A; Saini, L K; Skhirtladze, N; Toda, S; Rebassoo, F; Wright, D; Anelli, C; Baden, A; Baron, O; Belloni, A; Calvert, B; Eno, S C; Ferraioli, C; Hadley, N J; Jabeen, S; Jeng, G Y; Kellogg, R G; Kunkle, J; Mignerey, A C; Ricci-Tam, F; Shin, Y H; Skuja, A; Tonwar, S C; Abercrombie, D; Allen, B; Azzolini, V; Barbieri, R; Baty, A; Bi, R; Bierwagen, K; Brandt, S; Busza, W; Cali, I A; D'Alfonso, M; Demiragli, Z; Gomez Ceballos, G; Goncharov, M; Hsu, D; Iiyama, Y; Innocenti, G M; Klute, M; Kovalskyi, D; Lai, Y S; Lee, Y-J; Levin, A; Luckey, P D; Maier, B; Marini, A C; Mcginn, C; Mironov, C; Narayanan, S; Niu, X; Paus, C; Roland, C; Roland, G; Salfeld-Nebgen, J; Stephans, G S F; Tatar, K; Turner, A; Velicanu, D; Wang, J; Wang, T W; Wyslouch, B; Benvenuti, A C; Chatterjee, R M; Evans, A; Hansen, P; Kalafut, S; Kao, S C; Kubota, Y; Lesko, Z; Mans, J; Nourbakhsh, S; Ruckstuhl, N; Rusack, R; Tambe, N; Turkewitz, J; Acosta, J G; Oliveros, S; Avdeeva, E; Bloom, K; Claes, D R; Fangmeier, C; Gonzalez Suarez, R; Kamalieddin, R; Kravchenko, I; Monroy, J; Siado, J E; Snow, G R; Stieger, B; Alyari, M; Dolen, J; Godshalk, A; Harrington, C; Iashvili, I; Kharchilava, A; Parker, A; Rappoccio, S; Roozbahani, B; Alverson, G; Barberis, E; Hortiangtham, A; Massironi, A; Morse, D M; Nash, D; Orimoto, T; Teixeira De Lima, R; Trocino, D; Wang, R-J; Wood, D; Bhattacharya, S; Charaf, O; Hahn, K A; Mucia, N; Odell, N; Pollack, B; Schmitt, M H; Sung, K; Trovato, M; Velasco, M; Dev, N; Hildreth, M; Hurtado Anampa, K; Jessop, C; Karmgard, D J; Kellams, N; Lannon, K; Loukas, N; Marinelli, N; Meng, F; Mueller, C; Musienko, Y; Planer, M; Reinsvold, A; Ruchti, R; Rupprecht, N; Smith, G; Taroni, S; Wayne, M; Wolf, M; Woodard, A; Alimena, J; Antonelli, L; Bylsma, B; Durkin, L S; Flowers, S; Francis, B; Hart, A; Hill, C; Ji, W; Liu, B; Luo, W; Puigh, D; Winer, B L; Wulsin, H W; Benaglia, A; Cooperstein, S; Driga, O; Elmer, P; Hardenbrook, J; Hebda, P; Lange, D; Luo, J; Marlow, D; Mei, K; Ojalvo, I; Olsen, J; Palmer, C; Piroué, P; Stickland, D; Svyatkovskiy, A; Tully, C; Malik, S; Norberg, S; Barker, A; Barnes, V E; Folgueras, S; Gutay, L; Jha, M K; Jones, M; Jung, A W; Khatiwada, A; Miller, D H; Neumeister, N; Schulte, J F; Sun, J; Wang, F; Xie, W; Cheng, T; Parashar, N; Stupak, J; Adair, A; Akgun, B; Chen, Z; Ecklund, K M; Geurts, F J M; Guilbaud, M; Li, W; Michlin, B; Northup, M; Padley, B P; Roberts, J; Rorie, J; Tu, Z; Zabel, J; Betchart, B; Bodek, A; de Barbaro, P; Demina, R; Duh, Y T; Ferbel, T; Galanti, M; Garcia-Bellido, A; Han, J; Hindrichs, O; Khukhunaishvili, A; Lo, K H; Tan, P; Verzetti, M; Ciesielski, R; Goulianos, K; Mesropian, C; Agapitos, A; Chou, J P; Gershtein, Y; Gómez Espinosa, T A; Halkiadakis, E; Heindl, M; Hughes, E; Kaplan, S; Kunnawalkam Elayavalli, R; Kyriacou, S; Lath, A; Montalvo, R; Nash, K; Osherson, M; Saka, H; Salur, S; Schnetzer, S; Sheffield, D; Somalwar, S; Stone, R; Thomas, S; Thomassen, P; Walker, M; Foerster, M; Heideman, J; Riley, G; Rose, K; Spanier, S; Thapa, K; Bouhali, O; Castaneda Hernandez, A; Celik, A; Dalchenko, M; De Mattia, M; Delgado, A; Dildick, S; Eusebi, R; Gilmore, J; Huang, T; Kamon, T; Mueller, R; Pakhotin, Y; Patel, R; Perloff, A; Perniè, L; Rathjens, D; Safonov, A; Tatarinov, A; Ulmer, K A; Akchurin, N; Damgov, J; De Guio, F; Dragoiu, C; Dudero, P R; Faulkner, J; Gurpinar, E; Kunori, S; Lamichhane, K; Lee, S W; Libeiro, T; Peltola, T; Undleeb, S; Volobouev, I; Wang, Z; Greene, S; Gurrola, A; Janjam, R; Johns, W; Maguire, C; Melo, A; Ni, H; Sheldon, P; Tuo, S; Velkovska, J; Xu, Q; Arenton, M W; Barria, P; Cox, B; Hirosky, R; Ledovskoy, A; Li, H; Neu, C; Sinthuprasith, T; Sun, X; Wang, Y; Wolfe, E; Xia, F; Clarke, C; Harr, R; Karchin, P E; Sturdy, J; Zaleski, S; Belknap, D A; Buchanan, J; Caillol, C; Dasu, S; Dodd, L; Duric, S; Gomber, B; Grothe, M; Herndon, M; Hervé, A; Hussain, U; Klabbers, P; Lanaro, A; Levine, A; Long, K; Loveless, R; Pierro, G A; Polese, G; Ruggles, T; Savin, A; Smith, N; Smith, W H; Taylor, D; Woods, N

    2017-10-13

    The differential production cross sections of B^{±} mesons are measured via the exclusive decay channels B^{±}→J/ψK^{±}→μ^{+}μ^{-}K^{±} as a function of transverse momentum in pp and Pb-Pb collisions at a center-of-mass energy sqrt[s_{NN}]=5.02  TeV per nucleon pair with the CMS detector at the LHC. The pp(Pb-Pb) data set used for this analysis corresponds to an integrated luminosity of 28.0  pb^{-1} (351  μb^{-1}). The measurement is performed in the B^{±} meson transverse momentum range of 7 to 50  GeV/c, in the rapidity interval |y|<2.4. In this kinematic range, a strong suppression of the production cross section by about a factor of 2 is observed in the Pb-Pb system in comparison to the expectation from pp reference data. These results are found to be roughly compatible with theoretical calculations incorporating beauty quark diffusion and energy loss in a quark-gluon plasma.

  17. Geostatistical evaluation of integrated marsh management impact on mosquito vectors using before-after-control-impact (BACI design

    Directory of Open Access Journals (Sweden)

    Dempsey Mary E

    2009-06-01

    Full Text Available Abstract Background In many parts of the world, salt marshes play a key ecological role as the interface between the marine and the terrestrial environments. Salt marshes are also exceedingly important for public health as larval habitat for mosquitoes that are vectors of disease and significant biting pests. Although grid ditching and pesticides have been effective in salt marsh mosquito control, marsh degradation and other environmental considerations compel a different approach. Targeted habitat modification and biological control methods known as Open Marsh Water Management (OMWM had been proposed as a viable alternative to marsh-wide physical alterations and chemical control. However, traditional larval sampling techniques may not adequately assess the impacts of marsh management on mosquito larvae. To assess the effectiveness of integrated OMWM and marsh restoration techniques for mosquito control, we analyzed the results of a 5-year OMWM/marsh restoration project to determine changes in mosquito larval production using GIS and geostatistical methods. Methods The following parameters were evaluated using "Before-After-Control-Impact" (BACI design: frequency and geographic extent of larval production, intensity of larval production, changes in larval habitat, and number of larvicide applications. The analyses were performed using Moran's I, Getis-Ord, and Spatial Scan statistics on aggregated before and after data as well as data collected over time. This allowed comparison of control and treatment areas to identify changes attributable to the OMWM/marsh restoration modifications. Results The frequency of finding mosquito larvae in the treatment areas was reduced by 70% resulting in a loss of spatial larval clusters compared to those found in the control areas. This effect was observed directly following OMWM treatment and remained significant throughout the study period. The greatly reduced frequency of finding larvae in the treatment

  18. Geostatistical evaluation of integrated marsh management impact on mosquito vectors using before-after-control-impact (BACI) design.

    Science.gov (United States)

    Rochlin, Ilia; Iwanejko, Tom; Dempsey, Mary E; Ninivaggi, Dominick V

    2009-06-23

    In many parts of the world, salt marshes play a key ecological role as the interface between the marine and the terrestrial environments. Salt marshes are also exceedingly important for public health as larval habitat for mosquitoes that are vectors of disease and significant biting pests. Although grid ditching and pesticides have been effective in salt marsh mosquito control, marsh degradation and other environmental considerations compel a different approach. Targeted habitat modification and biological control methods known as Open Marsh Water Management (OMWM) had been proposed as a viable alternative to marsh-wide physical alterations and chemical control. However, traditional larval sampling techniques may not adequately assess the impacts of marsh management on mosquito larvae. To assess the effectiveness of integrated OMWM and marsh restoration techniques for mosquito control, we analyzed the results of a 5-year OMWM/marsh restoration project to determine changes in mosquito larval production using GIS and geostatistical methods. The following parameters were evaluated using "Before-After-Control-Impact" (BACI) design: frequency and geographic extent of larval production, intensity of larval production, changes in larval habitat, and number of larvicide applications. The analyses were performed using Moran's I, Getis-Ord, and Spatial Scan statistics on aggregated before and after data as well as data collected over time. This allowed comparison of control and treatment areas to identify changes attributable to the OMWM/marsh restoration modifications. The frequency of finding mosquito larvae in the treatment areas was reduced by 70% resulting in a loss of spatial larval clusters compared to those found in the control areas. This effect was observed directly following OMWM treatment and remained significant throughout the study period. The greatly reduced frequency of finding larvae in the treatment areas led to a significant decrease (approximately 44%) in

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

    National Research Council Canada - National Science Library

    Han, Euihong; Karypis, George; Kumar, Vipin

    1999-01-01

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

  20. Measurement of inclusive jet production and nuclear modifications in pPb collisions at sqrt(s_NN) = 5.02 TeV

    OpenAIRE

    Belforte, S.; Candelise, V.; Casarsa, M.; Cossutti, F.; DELLA RICCA, G.; Gobbo, B.; LICATA C, LA .; Marone, M.; Schizzi, A.; Zanetti, A.; Et, Al

    2016-01-01

    Artículo escrito por un elevado número de autores, solo se referencian el que aparece en primer lugar, el nombre del grupo de colaboración, si le hubiere, y los autores pertenecientes a la UAM Inclusive jet production in pPb collisions at a nucleon–nucleon (NN) center-of-mass energy of √ sNN = 5.02 TeV is studied with the CMS detector at the LHC. A data sample corresponding to an integrated luminosity of 30.1 nb−1 is analyzed. The jet transverse momentum spectra are studied in seven pseudo...