793 research outputs found

    Sequential model to describe the nicotinic synaptic current

    Get PDF
    An analytical formula is derived to describe the synaptic end plate current (epc) at the nicotinic receptor. Various concurrently occurring underlying processes, including (a) diffusion, (b) hydrolysis of acetylcholine, and (c) its binding to the dimeric receptor, were considered in order to develop the equation. Numeric solution of the equations that describe the events underlying the epc showed that these events occur in sequence, rather than concurrently. This sequential occurrence of the processes allowed for simplifications, which were used as the basis for the new description of the epc. The resulting formula serves as a tool for evaluating the relative contribution of the various processes in formation of the natural occurring transient epc

    Punctuated Equilibrium in Software Evolution

    Full text link
    The approach based on paradigm of self-organized criticality proposed for experimental investigation and theoretical modelling of software evolution. The dynamics of modifications studied for three free, open source programs Mozilla, Free-BSD and Emacs using the data from version control systems. Scaling laws typical for the self-organization criticality found. The model of software evolution presenting the natural selection principle is proposed. The results of numerical and analytical investigation of the model are presented. They are in a good agreement with the data collected for the real-world software.Comment: 4 pages, LaTeX, 2 Postscript figure

    Inhibitory muscarinic acetylcholine receptors enhance aversive olfactory conditioning in adult Drosophila

    Get PDF
    Olfactory associative learning in Drosophila is mediated by synaptic plasticity between the Kenyon cells of the mushroom body and their output neurons. Both Kenyon cells and their inputs from projection neurons are cholinergic, yet little is known about the physiological function of muscarinic acetylcholine receptors in learning in adult flies. Here, we show that aversive olfactory learning in adult flies requires type A muscarinic acetylcholine receptors (mAChR-A), particularly in the gamma subtype of Kenyon cells. mAChR-A inhibits odor responses and is localized in Kenyon cell dendrites. Moreover, mAChR-A knockdown impairs the learning-associated depression of odor responses in a mushroom body output neuron. Our results suggest that mAChR-A function in Kenyon cell dendrites is required for synaptic plasticity between Kenyon cells and their output neurons

    Conversations About Responsible Nanoresearch

    Get PDF
    There is currently a strong focus on responsible research in relation to the development of nanoscience and nanotechnology. This study presents a series of conversations with nanoresearchers, with the ‘European Commission recommendation on a code of conduct for responsible nanosciences and nanotechnologies research’ (EC-CoC) as its point of departure. Six types of reactions to the document are developed, illustrating the diversity existing within the scientific community in responses towards this kind of new approaches to governance. Three broad notions of responsible nanoresearch are presented. The article concludes by arguing that while the suggestion put forward in the EC-CoC brings the concept of responsible nanoresearch a long way, one crucial element is to be wanted, namely responsible nanoresearch as increased awareness of moral choices

    Lubricating Bacteria Model for Branching growth of Bacterial Colonies

    Full text link
    Various bacterial strains (e.g. strains belonging to the genera Bacillus, Paenibacillus, Serratia and Salmonella) exhibit colonial branching patterns during growth on poor semi-solid substrates. These patterns reflect the bacterial cooperative self-organization. Central part of the cooperation is the collective formation of lubricant on top of the agar which enables the bacteria to swim. Hence it provides the colony means to advance towards the food. One method of modeling the colonial development is via coupled reaction-diffusion equations which describe the time evolution of the bacterial density and the concentrations of the relevant chemical fields. This idea has been pursued by a number of groups. Here we present an additional model which specifically includes an evolution equation for the lubricant excreted by the bacteria. We show that when the diffusion of the fluid is governed by nonlinear diffusion coefficient branching patterns evolves. We study the effect of the rates of emission and decomposition of the lubricant fluid on the observed patterns. The results are compared with experimental observations. We also include fields of chemotactic agents and food chemotaxis and conclude that these features are needed in order to explain the observations.Comment: 1 latex file, 16 jpeg files, submitted to Phys. Rev.

    Assessing architectural evolution: A case study

    Get PDF
    This is the post-print version of the Article. The official published can be accessed from the link below - Copyright @ 2011 SpringerThis paper proposes to use a historical perspective on generic laws, principles, and guidelines, like Lehman’s software evolution laws and Martin’s design principles, in order to achieve a multi-faceted process and structural assessment of a system’s architectural evolution. We present a simple structural model with associated historical metrics and visualizations that could form part of an architect’s dashboard. We perform such an assessment for the Eclipse SDK, as a case study of a large, complex, and long-lived system for which sustained effective architectural evolution is paramount. The twofold aim of checking generic principles on a well-know system is, on the one hand, to see whether there are certain lessons that could be learned for best practice of architectural evolution, and on the other hand to get more insights about the applicability of such principles. We find that while the Eclipse SDK does follow several of the laws and principles, there are some deviations, and we discuss areas of architectural improvement and limitations of the assessment approach

    A framework for variable content document generation with multiple actors

    Get PDF
    “NOTICE: this is the author’s version of a work that was accepted for publication in Information and Software Technology. Changes resulting from the publishing process, such as peer review, editing, corrections, structural formatting, and other quality control mechanisms may not be reflected in this document. Changes may have been made to this work since it was submitted for publication. A definitive version was subsequently published in Information and Software Technology, Volume 56, Issue 9, September 2014, Pages 1101–1121 DOI10.1016/j.infsof.2013.12.006Context - Advances in customization have highlighted the need for tools supporting variable content document management and generation in many domains. Current tools allow the generation of highly customized documents that are variable in both content and layout. However, most frameworks are technology-oriented, and their use requires advanced skills in implementation-related tools, which means their use by end users (i.e. document designers) is severely limited. Objective - Starting from past and current trends for customized document authoring, our goal is to provide a document generation alternative in which variants are specified at a high level of abstraction and content reuse can be maximized in high variability scenarios. Method Based on our experience in Document Engineering, we identified areas in the variable content document management and generation field open to further improvement. We first classified the primary sources of variability in document composition processes and then developed a methodology, which we called DPL based on Software Product Lines principles to support document generation in high variability scenarios. Results - In order to validate the applicability of our methodology we implemented a tool DPLfw to carry out DPL processes. After using this in different scenarios, we compared our proposal with other state-of-the-art tools for variable content document management and generation. Conclusion - The DPLfw showed a good capacity for the automatic generation of variable content documents equal to or in some cases surpassing other currently available approaches. To the best of our knowledge, DPLfw is the only framework that combines variable content and document workflow facilities, easing the generation of variable content documents in which multiple actors play different roles.This work has been partially funded by the Spanish Ministerio de Economia y Competitividad under Grant TIPEx (TIN2010-19859-C03-03).Gómez Llana, A.; Penadés Gramage, MC.; Canos Cerda, JH.; Borges, MR.; Llavador Campos, M. (2014). A framework for variable content document generation with multiple actors. Information and Software Technology. 56(9):1101-1121. https://doi.org/10.1016/j.infsof.2013.12.006S1101112156

    Comparing Static and Dynamic Weighted Software Coupling Metrics

    Get PDF
    Coupling metrics that count the number of inter-module connections in a software system are an established way to measure internal software quality with respect to modularity. In addition to static metrics, which are obtained from the source or compiled code of a program, dynamic metrics use runtime data gathered, e.g., by monitoring a system in production. Dynamic metrics have been used to improve the accuracy of static metrics for object-oriented software. We study weighted dynamic coupling that takes into account how often a connection (e.g., a method call) is executed during a system’s run. We investigate the correlation between dynamic weighted metrics and their static counterparts. To compare the different metrics, we use data collected from four different experiments, each monitoring production use of a commercial software system over a period of four weeks. We observe an unexpected level of correlation between the static and the weighted dynamic case as well as revealing differences between class- and package-level analyses

    THE ROLE OF INTERDEPENDENCE IN THE MICRO-FOUNDATIONS OF ORGANIZATION DESIGN: TASK, GOAL, AND KNOWLEDGE INTERDEPENDENCE

    Get PDF
    Interdependence is a core concept in organization design, yet one that has remained consistently understudied. Current notions of interdependence remain rooted in seminal works, produced at a time when managers’ near-perfect understanding of the task at hand drove the organization design process. In this context, task interdependence was rightly assumed to be exogenously determined by characteristics of the work and the technology. We no longer live in that world, yet our view of interdependence has remained exceedingly task-centric and our treatment of interdependence overly deterministic. As organizations face increasingly unpredictable workstreams and workers co-design the organization alongside managers, our field requires a more comprehensive toolbox that incorporates aspects of agent-based interdependence. In this paper, we synthesize research in organization design, organizational behavior, and other related literatures to examine three types of interdependence that characterize organizations’ workflows: task, goal, and knowledge interdependence. We offer clear definitions for each construct, analyze how each arises endogenously in the design process, explore their interrelations, and pose questions to guide future research

    Their Day in Court: Assessing Guilty Plea Rates Among Terrorists

    Get PDF
    Individuals who are charged for traditional crimes are substantially more likely to plead guilty than individuals who are charged under the same statutes but who are officially involved in terrorism (Smith & Damphousse, 1998). Relying on a structural–contextual theory framework, a quantitative analysis not only confirmed that terrorists plead guilty more often than traditional offenders but that the defendant’s age and number of counts in the indictment are important predictors. Directions for future research are suggested.Yeshttps://us.sagepub.com/en-us/nam/manuscript-submission-guideline
    corecore