1,221 research outputs found

    A Disappearing Heritage: The Clinical Core of Schizophrenia

    Get PDF
    This article traces the fundamental descriptive features of schizophrenia described in the European continental literature form Kraepelin and Bleuler, culminating with the creation of the International Classification of Diseases (ICD)-8 (1974). There was a consensus among the researchers that the specificity and typicality of schizophrenia was anchored to its “fundamental” clinical core (with trait status) and not to positive psychotic features, which were considered as “state”, “accessory” phenomena. The clinical core of schizophrenia was, in a diluted form, constitutive of the spectrum conditions (“schizoidia” and “latent schizophrenia”). The fundamental features are manifest across all domains of consciousness: subjective experience, expression, cognition, affectivity, behavior, and willing. Yet, the specificity of the core was only graspable at a more comprehensive Gestalt-level, variously designated (eg, discordance, autism, “Spaltung”), and not on the level of single features. In other words, the phenomenological specificity was seen as being expressive of a fundamental structural or formal change of the patient’s mentality (consciousness, subjectivity). This overall change transpires through the single symptoms and signs, lending them a characteristic phenomenological pattern. This concept of schizophrenia bears little resemblance to the current operational definitions. The Diagnostic and Statistical Manual of Mental Disorders, Fourth Edition, and ICD-10 seem to diagnose a subset of patients with chronic paranoid-hallucinatory variant of schizophrenia

    Looking at the Schizophrenia Spectrum Through the Prism of Self-disorders: An Empirical Study

    Get PDF
    Nonpsychotic anomalies of subjective experience were emphasized in both classic literature and phenomenological psychiatry as essential clinical features of schizophrenia. However, only in recent years, their topicality with respect to the construct validity of the concept of the schizophrenia spectrum has been explicitly acknowledged, mainly as a consequence of the increasing focus on early detection and prevention of psychosis. The current study tested the hypothesis of a specific aggregation of self-disorders (SDs, various anomalies of self-awareness) in schizophrenia-spectrum conditions, comparing different diagnostic groups; 305 subjects, previously assessed in the Copenhagen Schizophrenia Linkage Study, were grouped into 4 experimental samples, according to their Diagnostic and Statistical Manual of Mental Disorders (Third Edition Revised) main diagnosis: schizophrenia, (n = 29), schizotypal personality disorder (n = 61), other mental illness not belonging to the schizophrenia spectrum (n = 112), and no mental illness (n = 103). The effect of diagnostic grouping on the level of SDs was explored via general linear model and logistic regression. The diagnosis of schizophrenia and schizotypy predicted higher levels of SDs, and SDs scores were significantly different between spectrum and nonspectrum samples; the likelihood of experiencing SDs increased as well with the diagnostic severity. The findings support the assumption that SDs are a discriminant psychopathological feature of the schizophrenia spectrum and suggest their incorporation to strengthen its construct validity, with potential benefit for both early detection and pathogenetic research

    The Silent Side of the Spectrum: Schizotypy and the Schizotaxic Self

    Get PDF
    The identification of individuals carrying unexpressed genetic liability to schizophrenia is crucial for both etiological research and clinical risk stratification. Subclinical psychopathological features detectable in the nonpsychotic part of the schizophrenia spectrum could improve the delineation of informative vulnerability phenotypes. Inspired by Meehl's schizotaxia-schizotypy heuristic model, we tested anomalous subjective experiences (self-disorders, SDs) as a candidate vulnerability phenotype in a sample of nonpsychotic, genetically high-risk subjects. A total of 218 unaffected members of 6 extended multiplex families (assessed between 1989 and 1999 during the Copenhagen Schizophrenia Linkage Study) were stratified into 4 groups of increasing psychopathological expressivity: no mental illness (NMI), no mental illness with schizotypal traits (NMI-ST), personality disorders not fulfilling other personality disorders (OPDs), and schizotypal personality disorder (SPD). We tested the distribution of SDs among the subgroups, the effect of SDs on the risk of belonging to the different subgroups, and the effect of experimental grouping and concomitant psychopathology (ie, negative symptoms (NSs) and subpsychotic formal thought disorder [FTD]) on the chances of experiencing SDs. SDs distribution followed an incremental pattern from NMI to SPD. SDs were associated with a markedly increased risk of NMI-ST, OPDs, or SPD. The odds of SDs increased as a function of the diagnostic category assignment, independently of sociodemographics and concomitant subclinical psychopathology (NSs and FTD). The results support SDs as an expression of schizotaxic vulnerability and indicate a multidimensional model of schizotypy—characterized by SDs, NSs, FTD—as a promising heuristic construct to address liability phenotypes in genetically high-risk studies

    Contracts in Practice

    Get PDF
    Contracts are a form of lightweight formal specification embedded in the program text. Being executable parts of the code, they encourage programmers to devote proper attention to specifications, and help maintain consistency between specification and implementation as the program evolves. The present study investigates how contracts are used in the practice of software development. Based on an extensive empirical analysis of 21 contract-equipped Eiffel, C#, and Java projects totaling more than 260 million lines of code over 7700 revisions, it explores, among other questions: 1) which kinds of contract elements (preconditions, postconditions, class invariants) are used more often; 2) how contracts evolve over time; 3) the relationship between implementation changes and contract changes; and 4) the role of inheritance in the process. It has found, among other results, that: the percentage of program elements that include contracts is above 33% for most projects and tends to be stable over time; there is no strong preference for a certain type of contract element; contracts are quite stable compared to implementations; and inheritance does not significantly affect qualitative trends of contract usage

    Achieving Highly Reliable Embedded Software: An Empirical Evaluation of Different Approaches

    Full text link

    A framework for the simulation of structural software evolution

    Get PDF
    This is the author's accepted manuscript. The final published article is available from the link below. Copyright @ 2008 ACM.As functionality is added to an aging piece of software, its original design and structure will tend to erode. This can lead to high coupling, low cohesion and other undesirable effects associated with spaghetti architectures. The underlying forces that cause such degradation have been the subject of much research. However, progress in this field is slow, as its complexity makes it difficult to isolate the causal flows leading to these effects. This is further complicated by the difficulty of generating enough empirical data, in sufficient quantity, and attributing such data to specific points in the causal chain. This article describes a framework for simulating the structural evolution of software. A complete simulation model is built by incrementally adding modules to the framework, each of which contributes an individual evolutionary effect. These effects are then combined to form a multifaceted simulation that evolves a fictitious code base in a manner approximating real-world behavior. We describe the underlying principles and structures of our framework from a theoretical and user perspective; a validation of a simple set of evolutionary parameters is then provided and three empirical software studies generated from open-source software (OSS) are used to support claims and generated results. The research illustrates how simulation can be used to investigate a complex and under-researched area of the development cycle. It also shows the value of incorporating certain human traits into a simulation—factors that, in real-world system development, can significantly influence evolutionary structures

    Assessing Code Authorship: The Case of the Linux Kernel

    Get PDF
    Code authorship is a key information in large-scale open source systems. Among others, it allows maintainers to assess division of work and identify key collaborators. Interestingly, open-source communities lack guidelines on how to manage authorship. This could be mitigated by setting to build an empirical body of knowledge on how authorship-related measures evolve in successful open-source communities. Towards that direction, we perform a case study on the Linux kernel. Our results show that: (a) only a small portion of developers (26 %) makes significant contributions to the code base; (b) the distribution of the number of files per author is highly skewed --- a small group of top authors (3 %) is responsible for hundreds of files, while most authors (75 %) are responsible for at most 11 files; (c) most authors (62 %) have a specialist profile; (d) authors with a high number of co-authorship connections tend to collaborate with others with less connections.Comment: Accepted at 13th International Conference on Open Source Systems (OSS). 12 page

    Dynamic Approximate Vertex Cover and Maximum Matching

    Get PDF
    We consider the problem of maintaining a large matching or a small vertex cover in a dynamically changing graph. Each update to the graph is either an edge deletion or an edge insertion. We give the first randomized data structure that simultaneously achieves a constant approximation factor and handles a sequence of k updates in k. polylog(n) time. Previous data structures require a polynomial amount of computation per update. The starting point of our construction is a distributed algorithm of Parnas and Ron (Theor. Comput. Sci. 2007), which they designed for their sublinear-time approximation algorithm for the vertex cover size. This leads us to wonder whether there are other connections between sublinear algorithms and dynamic data structures.National Science Foundation (U.S.) (Grant 0732334)National Science Foundation (U.S.) (Grant 0728645)Marie Curie International (Reintegration Grant PIRG03-GA-2008-231077)Israel Science Foundation (Grant 1147/09)Israel Science Foundation (Grant 1675/09

    Return of the Great Spaghetti Monster : Learnings from a Twelve-Year Adventure in Web Software Development

    Get PDF
    The widespread adoption of the World Wide Web has fundamentally changed the landscape of software development. Only ten years ago, very few developers would write software for the Web, let alone consider using JavaScript or other web technologies for writing any serious software applications. In this paper, we reflect upon a twelve-year adventure in web development that began with the development of the Lively Kernel system at Sun Microsystems Labs in 2006. Back then, we also published some papers that identified important challenges in web-based software development based on established software engineering principles. We will revisit our earlier findings and compare the state of the art in web development today to our earlier learnings, followed by some reflections and suggestions for the road forward.Peer reviewe
    • …
    corecore