3,109 research outputs found

    Results from RHIC with Implications for LHC

    Full text link
    Results from the PHENIX experiment at RHIC in p-p and Au+Au collisions are reviewed from the perspective of measurements in p-p collisions at the CERN-ISR which serve as a basis for many of the techniques used. Issues such as J/Psi suppression and hydrodynamical flow in A+A collisions require data from LHC-Ions for an improved understanding. Suppression of high pT particles in Au+Au collisions, first observed at RHIC, also has unresolved mysteries such as the equality of the suppression of inclusive pi0 (from light quarks and gluons) and direct-single electrons (from the decay of heavy quarks) in the transverse momentum range 4< pT < 9 GeV/c. This disfavors a radiative explanation of suppression and leads to a fundamental question of whether the Higgs boson gives mass to fermions. Observation of an exponential distribution of direct photons in central Au+Au collisions for 1< pT <2 GeV/c where hard-processes are negligible and with no similar exponential distribution in p-p collisions indicates thermal photon emission from the medium at RHIC, making PHENIX at the moment ``the hottest experiment in Physics''.Comment: Invited lectures at the International School of Subnuclear Physics, 47th Course, "The most unexpected at LHC and the status of High Energy Frontier'', Erice, Sicily, Italy, August 29-September 7. 2009. 32 pages, 22 figure

    A compilation, classification, and comparison of lists of spontaneous speaking vocabulary of children in kindergarten, Grade I, Grade II, and Grade III

    Full text link
    Thesis (Ed.M.)--Boston UniversityLanguage development has been studied for many years. The beginning vocabularies are easy to count ana record. As tne child grows and moves about, his speaking vocabulary increases very rapidly. Some estimates suggest that a minimum speaking vocabulary at six years would include three thousand words. New words have come into children's speaking vocabularies as a result of modern technology since World War II. Lists of spontaneous vocabulary furnish material for teachers and text book writers. The purpose of this study is to analyze two lists recorded in 1954 and 1955. An attempt has been made to classify the new list. The lists were compared with three existing lists, Rinsland, International Kindergarten Union and Gates

    Deciphering the properties of the medium produced in heavy ion collisions at RHIC by a pQCD analysis of quenched large pp_{\perp} π0\pi^0 spectra

    Get PDF
    We discuss the question of the relevance of perturbative QCD calculations for analyzing the properties of the dense medium produced in heavy ion collisions. Up to now leading order perturbative estimates have been worked out and confronted with data for quenched large pp_{\perp} hadron spectra. Some of them are giving paradoxical results, contradicting the perturbative framework and leading to speculations such as the formation of a strongly interacting quark-gluon plasma. Trying to bypass some drawbacks of these leading order analysis and without performing detailed numerical investigations, we collect evidence in favour of a consistent description of quenching and of the characteristics of the produced medium within the pQCD framework.Comment: 10 pages, 3 figure

    Nearly optimal solutions for the Chow Parameters Problem and low-weight approximation of halfspaces

    Get PDF
    The \emph{Chow parameters} of a Boolean function f:{1,1}n{1,1}f: \{-1,1\}^n \to \{-1,1\} are its n+1n+1 degree-0 and degree-1 Fourier coefficients. It has been known since 1961 (Chow, Tannenbaum) that the (exact values of the) Chow parameters of any linear threshold function ff uniquely specify ff within the space of all Boolean functions, but until recently (O'Donnell and Servedio) nothing was known about efficient algorithms for \emph{reconstructing} ff (exactly or approximately) from exact or approximate values of its Chow parameters. We refer to this reconstruction problem as the \emph{Chow Parameters Problem.} Our main result is a new algorithm for the Chow Parameters Problem which, given (sufficiently accurate approximations to) the Chow parameters of any linear threshold function ff, runs in time \tilde{O}(n^2)\cdot (1/\eps)^{O(\log^2(1/\eps))} and with high probability outputs a representation of an LTF ff' that is \eps-close to ff. The only previous algorithm (O'Donnell and Servedio) had running time \poly(n) \cdot 2^{2^{\tilde{O}(1/\eps^2)}}. As a byproduct of our approach, we show that for any linear threshold function ff over {1,1}n\{-1,1\}^n, there is a linear threshold function ff' which is \eps-close to ff and has all weights that are integers at most \sqrt{n} \cdot (1/\eps)^{O(\log^2(1/\eps))}. This significantly improves the best previous result of Diakonikolas and Servedio which gave a \poly(n) \cdot 2^{\tilde{O}(1/\eps^{2/3})} weight bound, and is close to the known lower bound of max{n,\max\{\sqrt{n}, (1/\eps)^{\Omega(\log \log (1/\eps))}\} (Goldberg, Servedio). Our techniques also yield improved algorithms for related problems in learning theory

    Asexual and sexual replication in sporulating organisms

    Full text link
    This paper develops models describing asexual and sexual replication in sporulating organisms. Replication via sporulation is the replication strategy for all multicellular life, and may even be observed in unicellular life (such as with budding yeast). We consider diploid populations replicating via one of two possible sporulation mechanisms: (1) Asexual sporulation, whereby adult organisms produce single-celled diploid spores that grow into adults themselves. (2) Sexual sporulation, whereby adult organisms produce single-celled diploid spores that divide into haploid gametes. The haploid gametes enter a haploid "pool", where they may recombine with other haploids to form a diploid spore that then grows into an adult. We consider a haploid fusion rate given by second-order reaction kinetics. We work with a simplified model where the diploid genome consists of only two chromosomes, each of which may be rendered defective with a single point mutation of the wild-type. We find that the asexual strategy is favored when the rate of spore production is high compared to the characteristic growth rate from a spore to a reproducing adult. Conversely, the sexual strategy is favored when the rate of spore production is low compared to the characteristic growth rate from a spore to a reproducing adult. As the characteristic growth time increases, or as the population density increases, the critical ratio of spore production rate to organism growth rate at which the asexual strategy overtakes the sexual one is pushed to higher values. Therefore, the results of this model suggest that, for complex multicellular organisms, sexual replication is favored at high population densities, and low growth and sporulation rates.Comment: 8 pages, 5 figures, to be submitted to Journal of Theoretical Biology, figures not included in this submissio

    Flexible Session Management in a Distributed Environment

    Full text link
    Many secure communication libraries used by distributed systems, such as SSL, TLS, and Kerberos, fail to make a clear distinction between the authentication, session, and communication layers. In this paper we introduce CEDAR, the secure communication library used by the Condor High Throughput Computing software, and present the advantages to a distributed computing system resulting from CEDAR's separation of these layers. Regardless of the authentication method used, CEDAR establishes a secure session key, which has the flexibility to be used for multiple capabilities. We demonstrate how a layered approach to security sessions can avoid round-trips and latency inherent in network authentication. The creation of a distinct session management layer allows for optimizations to improve scalability by way of delegating sessions to other components in the system. This session delegation creates a chain of trust that reduces the overhead of establishing secure connections and enables centralized enforcement of system-wide security policies. Additionally, secure channels based upon UDP datagrams are often overlooked by existing libraries; we show how CEDAR's structure accommodates this as well. As an example of the utility of this work, we show how the use of delegated security sessions and other techniques inherent in CEDAR's architecture enables US CMS to meet their scalability requirements in deploying Condor over large-scale, wide-area grid systems

    S-nitrosation of proteins relevant to Alzheimer's disease during early stages of neurodegeneration

    Get PDF
    Protein S-nitrosation (SNO-protein), the nitric oxide-mediated posttranslational modification of cysteine thiols, is an important regulatory mechanism of protein function in both physiological and pathological pathways. A key first step toward elucidating the mechanism by which S-nitrosation modulates a protein's function is identification of the targeted cysteine residues. Here, we present a strategy for the simultaneous identification of SNO-cysteine sites and their cognate proteins to profile the brain of the CK-p25-inducible mouse model of Alzheimer's disease-like neurodegeneration. The approach-SNOTRAP (SNO trapping by triaryl phosphine)-is a direct tagging strategy that uses phosphinebased chemical probes, allowing enrichment of SNO-peptides and their identification by liquid chromatography tandem mass spectrometry. SNOTRAP identified 313 endogenous SNO-sites in 251 proteins in the mouse brain, of which 135 SNO-proteins were detected only during neurodegeneration. S-nitrosation in the brain shows regional differences and becomes elevated during early stages of neurodegeneration in the CK-p25 mouse. The SNO-proteome during early neurodegeneration identified increased S-nitrosation of proteins important for synapse function, metabolism, and Alzheimer's disease pathology. In the latter case, proteins related to amyloid precursor protein processing and secretion are S-nitrosated, correlating with increased amyloid formation. Sequence analysis of SNO-cysteine sites identified potential linear motifs that are altered under pathological conditions. Collectively, SNOTRAP is a direct tagging tool for global elucidation of the SNO-proteome, providing functional insights of endogenous SNO proteins in the brain and its dysregulation during neurodegeneration.National Institutes of Health (U.S.) (Grant CA26731)National Institutes of Health (U.S.) (Grant R01 NS051874

    Future directions for the management of pain in osteoarthritis.

    Get PDF
    Osteoarthritis (OA) is the predominant form of arthritis worldwide, resulting in a high degree of functional impairment and reduced quality of life owing to chronic pain. To date, there are no treatments that are known to modify disease progression of OA in the long term. Current treatments are largely based on the modulation of pain, including NSAIDs, opiates and, more recently, centrally acting pharmacotherapies to avert pain. This review will focus on the rationale for new avenues in pain modulation, including inhibition with anti-NGF antibodies and centrally acting analgesics. The authors also consider the potential for structure modification in cartilage/bone using growth factors and stem cell therapies. The possible mismatch between structural change and pain perception will also be discussed, introducing recent techniques that may assist in improved patient phenotyping of pain subsets in OA. Such developments could help further stratify subgroups and treatments for people with OA in future

    Searching for Gravitational Waves from Binary Inspirals with LIGO

    Get PDF
    We describe the current status of the search for gravitational waves from inspiralling compact binary systems in LIGO data. We review the result from the first scientific run of LIGO (S1). We present the goals of the search of data taken in the second scientific run (S2) and describe the differences between the methods used in S1 and S2.Comment: 9 pages, 2 figures. Published in proceedings of the 8th Gravitational Wave Data Analysis Workshop, Milwaukee, WI, USA, 17-20 December 200
    corecore