25,933 research outputs found

    Increased variability of microbial communities in restored salt marshes nearly 30 years after tidal flow restoration

    Get PDF
    We analyzed microbial diversity and community composition from four salt marsh sites that were impounded for 40–50 years and subsequently restored and four unimpounded sites in southeastern Connecticut over one growing season. Community composition and diversity were assessed by terminal restriction fragment length polymorphism (TRFLP) and sequence analysis of 16S ribosomal RNA (rRNA) genes. Our results indicated diverse communities, with sequences representing 14 different bacterial divisions. Proteobacteria, Bacteroidetes, and Planctomycetes dominated clone libraries from both restored and unimpounded sites. Multivariate analysis of the TRFLP data suggest significant site, sample date, and restoration status effects, but the exact causes of these effects are not clear. Composition of clone libraries and abundance of bacterial 16S rRNA genes were not significantly different between restored sites and unimpounded sites, but restored sites showed greater temporal and spatial variability of bacterial communities based on TRFLP profiles compared with unimpounded sites, and variability was greatest at sites more recently restored. In summary, our study suggests there may be long-lasting effects on stability of bacterial communities in restored salt marshes and raises questions about the resilience and ultimate recovery of the communities after chronic disturbance

    Empirical Evidence of Large-Scale Diversity in API Usage of Object-Oriented Software

    Get PDF
    In this paper, we study how object-oriented classes are used across thousands of software packages. We concentrate on "usage diversity'", defined as the different statically observable combinations of methods called on the same object. We present empirical evidence that there is a significant usage diversity for many classes. For instance, we observe in our dataset that Java's String is used in 2460 manners. We discuss the reasons of this observed diversity and the consequences on software engineering knowledge and research

    A Review of Theory and Practice in Scientometrics

    Get PDF
    Scientometrics is the study of the quantitative aspects of the process of science as a communication system. It is centrally, but not only, concerned with the analysis of citations in the academic literature. In recent years it has come to play a major role in the measurement and evaluation of research performance. In this review we consider: the historical development of scientometrics, sources of citation data, citation metrics and the “laws" of scientometrics, normalisation, journal impact factors and other journal metrics, visualising and mapping science, evaluation and policy, and future developments

    Performance Portability Through Semi-explicit Placement in Distributed Erlang

    Get PDF
    We consider the problem of adapting distributed Erlang applications to large or heterogeneous architectures to achieve good performance in a portable way. In many architectures, and especially large architectures, the communication latency between pairs of virtual machines (nodes) is no longer uniform. We propose two language-level methods that enable programs to automatically adapt to heterogeneity and non-uniform communication latencies, and both provide information enabling a program to identify an appropriate node when spawning a process. We provide a means of recording node attributes describing the hardware and software capabilities of nodes, and mechanisms that allow an application to examine the attributes of remote nodes. We provide an abstraction of communication distances that enables an application to select nodes to facilitate efficient communication. We have developed open source libraries that implement these ideas. We show that the use of attributes for node selection can lead to significant performance improvements if different components of the application have different processing requirements. We report a detailed empirical investigation of non-uniform communication times in several representative architectures, and show that our abstract model provides a good description of the hierarchy of communication times
    • …
    corecore