334 research outputs found

    Erbium: A Deterministic, Concurrent Intermediate Representation for Portable and Scalable Performance

    Get PDF
    PosterInternational audienceOptimizing compilers and runtime libraries do not shield programmers from the complexity of multi-core hardware; as a result the need for manual, target-specific optimizations increases with every processor generation. High-level languages are being designed to express concurrency and locality without reference to a particular architecture. But compiling such abstractions into efficient code requires a portable, intermediate representation: this is essential for modular composition (separate compilation), for optimization frameworks independent of the source language, and for just-in-time compilation of bytecode languages. This paper introduces Erbium, an intermediate representation for compilers, a low-level language for efficiency programmers, and a lightweight runtime implementation. It relies on a data structure for scalable and deterministic concurrency, called Event Record, exposing the data-level, task and pipeline parallelism suitable to a given target. We provide experimental evidence of the productivity, scalability and efficiency advantages of Erbium, relying on a prototype implementation in GCC 4.3

    Structural characterization and monitoring of heritage constructions

    Get PDF
    Ferry Jules, Dumont Albert. Conseil supérieur de l'Instruction publique. — Jugements. In: Bulletin administratif de l'instruction publique. Tome 24 n°469, 1881. pp. 1096-1099

    Protective Action of Resveratrol in Human Skin: Possible Involvement of Specific Receptor Binding Sites

    Get PDF
    Background: Resveratrol is a plant-derived polyphenol with purported protecting action on various disorders associated with aging. It has been suggested that resveratrol could exert its protective action by acting on specific plasma membrane polyphenol binding sites (Han Y.S., et al. (2006) J Pharmacol Exp Ther 318:238–245). The purpose of this study was to investigate, in human skin, the possible existence of specific binding sites that mediate the protective action of resveratrol. Methods and Findings: Using human skin tissue, we report here the presence of specific [ 3 H]-resveratrol binding sites (KD = 180 nM) that are mainly located in the epidermis. Exposure of HaCaT cells to the nitric oxide free radical donor sodium nitroprusside (SNP; 0.3–3 mM) resulted in cell death which was reduced by resveratrol (EC50 = 14.7 mM), and to a much lesser extent by the resveratrol analogue piceatannol (EC 50 =95 mM) and epigallocatechin gallate (EC 50 =200 mM), a green-tea derived polyphenol. The protective action of resveratrol likely relates to its anti-apoptotic effect since at the same range of concentration it was able to reduce both the number of apoptotic cells as well as mitochondrial apoptotic events triggered by SNP. Conclusion: Taken together, these findings suggest that resveratrol, by acting on specific polyphenol binding sites i

    Performance-based financing in low-income and middle-income countries: isn't it time for a rethink?

    Get PDF
    This paper questions the view that performance-based financing (PBF) in the health sector is an effective, efficient and equitable approach to improving the performance of health systems in low-income and middle-income countries (LMICs). PBF was conceived as an open approach adapted to specific country needs, having the potential to foster system-wide reforms. However, as with many strategies and tools, there is a gap between what was planned and what is actually implemented. This paper argues that PBF as it is currently implemented in many contexts does not satisfy the promises. First, since the start of PBF implementation in LMICs, concerns have been raised on the basis of empirical evidence from different settings and disciplines that indicated the risks, cost and perverse effects. However, PBF implementation was rushed despite insufficient evidence of its effectiveness. Second, there is a lack of domestic ownership of PBF. Considering the amounts of time and money it now absorbs, and the lack of evidence of effectiveness and efficiency, PBF can be characterised as a donor fad. Third, by presenting itself as a comprehensive approach that makes it possible to address all aspects of the health system in any context, PBF monopolises attention and focuses policy dialogue on the short-term results of PBF programmes while diverting attention and resources from broader processes of change and necessary reforms. Too little care is given to system-wide and long-term effects, so that PBF can actually damage health services and systems. This paper ends by proposing entry points for alternative approaches

    Invited paper: Models and experiments of mechanical integrity for flexible displays

    Get PDF
    Flexible displays present a challenging problem in terms of mechanical integrity, a result of the considerable hygro-thermomechanical contrast between the inorganic, brittle device layers and the compliant polymer substractes. This paper reviews the main approaches to study and identify the key factors, which control the mechanical stability of this class of displays. Focus is put on the mechanical stability of this class of displays. Focus is put on the analyses of residual stress and damage under tensile loading. Novel electro-mechanical methods are used for accurate insight into critical phenomena. An important result is that the thickness and stiffness of the substrate control the critical strain for failure of the device layers

    Selenium uptake by edible plants from enriched peat.

    Get PDF
    As a constituent of selenoproteins, selenium (Se) is considered an essential element for human health.The main way that Se enters the body is via the consumption of vegetables, whose concentration of thiselement depends on soil Se content. We grew cabbage, lettuce, chard and parsley, in peat enriched in Seby means of the additive Selcote Ultra®and Na2SeO3and Na2SeO4. Total Se in plants was determinedby acidic digestion and Se speciation by an enzymatic extraction. Both were measured by ICP/MS. Theconcentration ranges were between 0.1 mg Se kg−1and 30 mg Se kg−1for plants grown in Selcote Ultra®media, and between 0.4 mg Se kg−1and 1606 mg Se kg−1for those grown in peat enriched with Se sodiumsalts. We found Se (IV), Se (VI) and SeMet in all the extracts. Peat fortified with Selcote Ultra®gave slightlyhigher Se concentration than natural content values. For plants grown with selenium sodium salts, Secontent increases with the Se added and part of the inorganic Se was converted mainly to SeMet. A highSe fortification can damage or inhibit plant growth. Cabbage showed the greatest tolerance to Se

    Reconceptualizing Profit-Orientation in Management: A Karmic View on "Return on Investment" Calculations

    Get PDF
    From the perspective of the present day, Puritan-inspired capitalism seems to have succeeded globally, including in India. Connected to this, short-term profit-orientation in management seems to constrain the scope of different management approaches in a tight ideological corset. This article discusses the possibility of replacing this Puritan doctrine with the crucial elements of Indian philosophy: Karma and samsara. In doing so, the possibility of revising the guiding principles in capitalist management becomes conceivable, namely the monetary focus of profit-orientation and its short-term orientation. This perspective allows a detachment of the concept of profit from the realm of money, as the seemingly only objectifiable measure of profit. Furthermore it allows a removal of the expectation that every "investment" has to directly "pay off". A karmic view offers management a possible facility for being more caring about the needs and fates of other stakeholders, as profit-orientation would no longer be attached as a factual constraint to merely accumulate money. (author's abstract

    ACOTES project: Advanced compiler technologies for embedded streaming

    Get PDF
    Streaming applications are built of data-driven, computational components, consuming and producing unbounded data streams. Streaming oriented systems have become dominant in a wide range of domains, including embedded applications and DSPs. However, programming efficiently for streaming architectures is a challenging task, having to carefully partition the computation and map it to processes in a way that best matches the underlying streaming architecture, taking into account the distributed resources (memory, processing, real-time requirements) and communication overheads (processing and delay). These challenges have led to a number of suggested solutions, whose goal is to improve the programmer’s productivity in developing applications that process massive streams of data on programmable, parallel embedded architectures. StreamIt is one such example. Another more recent approach is that developed by the ACOTES project (Advanced Compiler Technologies for Embedded Streaming). The ACOTES approach for streaming applications consists of compiler-assisted mapping of streaming tasks to highly parallel systems in order to maximize cost-effectiveness, both in terms of energy and in terms of design effort. The analysis and transformation techniques automate large parts of the partitioning and mapping process, based on the properties of the application domain, on the quantitative information about the target systems, and on programmer directives. This paper presents the outcomes of the ACOTES project, a 3-year collaborative work of industrial (NXP, ST, IBM, Silicon Hive, NOKIA) and academic (UPC, INRIA, MINES ParisTech) partners, and advocates the use of Advanced Compiler Technologies that we developed to support Embedded Streaming.Peer ReviewedPostprint (published version

    Bibliothèques et sciences de l\u27information : quel dialogue ? - Programme

    Get PDF
    Face aux évolutions technologiques, scientifiques, économiques, sociales, culturelles et politiques de leur environnement, les bibliothèques en tant qu\u27organismes culturels et scientifiques doivent repenser leurs pratiques, leur positionnement économique, politique et institutionnel, et leur rôle social, culturel et scientifique. Dans ce contexte, qu\u27attendent les bibliothèques de la recherche ? Quels thématiques et projets de recherche répondraient à leurs besoins ? Les sciences de l\u27information peuvent-elles apporter des réponses aux enjeux actuels ? Pour répondre aux interrogations posées par ces nouveaux défis, le colloque croise les approches et expériences de bibliothécaires et chercheurs en sciences de l\u27information de nombreux pays ( France, Canada, Etats-Unis, Allemagne, Royaume-Uni...
    • …
    corecore