920 resultados para Links-Gould invariant
Resumo:
Abstract Purpose: Several well-known managerial accounting performance measurement models rely on causal assumptions. Whilst users of the models express satisfaction and link them with improved organizational performance, academic research, of the realworld applications, shows few reliable statistical associations. This paper provides a discussion on the"problematic" of causality in a performance measurement setting. Design/methodology/approach: This is a conceptual study based on an analysis and synthesis of the literature from managerial accounting, organizational theory, strategic management and social scientific causal modelling. Findings: The analysis indicates that dynamic, complex and uncertain environments may challenge any reliance upon valid causal models. Due to cognitive limitations and judgmental biases, managers may fail to trace correct cause-and-effect understanding of the value creation in their organizations. However, even lacking this validity, causal models can support strategic learning and perform as organizational guides if they are able to mobilize managerial action. Research limitations/implications: Future research should highlight the characteristics necessary for elaboration of convincing and appealing causal models and the social process of their construction. Practical implications: Managers of organizations using causal models should be clear on the purposes of their particular models and their limitations. In particular, difficulties are observed in specifying detailed cause and effect relations and their potential for communicating and directing attention. They should therefore construct their models to suit the particular purpose envisaged. Originality/value: This paper provides an interdisciplinary and holistic view on the issue of causality in managerial accounting models.
Resumo:
We have identified and characterized a spontaneous Brown Norway from Janvier rat strain (BN-J) presenting a progressive retinal degeneration associated with early retinal telangiectasia, neuronal alterations, and loss of retinal Müller glial cells resembling human macular telangiectasia type 2 (MacTel 2), which is a retinal disease of unknown cause. Genetic analyses showed that the BN-J phenotype results from an autosomal recessive indel novel mutation in the Crb1 gene, causing dislocalization of the protein from the retinal Müller glia (RMG)/photoreceptor cell junction. The transcriptomic analyses of primary RMG cultures allowed identification of the dysregulated pathways in BN-J rats compared with wild-type BN rats. Among those pathways, TGF-β and Kit Receptor Signaling, MAPK Cascade, Growth Factors and Inflammatory Pathways, G-Protein Signaling Pathways, Regulation of Actin Cytoskeleton, and Cardiovascular Signaling were found. Potential molecular targets linking RMG/photoreceptor interaction with the development of retinal telangiectasia are identified. This model can help us to better understand the physiopathologic mechanisms of MacTel 2 and other retinal diseases associated with telangiectasia.
Resumo:
Osteogenesis imperfecta (OI) is a group of genetic heterogeneous connective tissue disorders characterized by increased bone fragility and susceptibility to fractures. Laboratory diagnosis relies on time-consuming and cost-intensive biochemical and molecular genetics analyses. Therefore, it is desirable to identify and establish new diagnostic markers for OI that are reliable, cost-effective and easily accessible. In our study we have identified the ratio of the urinary pyridinoline cross-links lysyl-pyridinoline and hydroxylysyl-pyridinoline as a promising, time- and cost-effective biomarker for osteogenesis imperfecta, that could be used furthermore to investigate cases of suspected non-accidental injury in infants.
Resumo:
We present an algorithm for the computation of reducible invariant tori of discrete dynamical systems that is suitable for tori of dimensions larger than 1. It is based on a quadratically convergent scheme that approximates, at the same time, the Fourier series of the torus, its Floquet transformation, and its Floquet matrix. The Floquet matrix describes the linearization of the dynamics around the torus and, hence, its linear stability. The algorithm presents a high degree of parallelism, and the computational effort grows linearly with the number of Fourier modes needed to represent the solution. For these reasons it is a very good option to compute quasi-periodic solutions with several basic frequencies. The paper includes some examples (flows) to show the efficiency of the method in a parallel computer. In these flows we compute invariant tori of dimensions up to 5, by taking suitable sections.
Resumo:
NlmCategory="UNASSIGNED">Preserving β cell function during the development of obesity and insulin resistance would limit the worldwide epidemic of type 2 diabetes (T2DM). Endoplasmic reticulum (ER) calcium (Ca(2+)) depletion induced by saturated free fatty acids and cytokines causes β cell ER stress and apoptosis, but the molecular mechanisms behind these phenomena are still poorly understood. Here, we demonstrate that palmitate-induced sorcin (SRI) down-regulation, and subsequent increases in glucose-6-phosphatase catalytic subunit-2 (G6PC2) levels contribute to lipotoxicity. SRI is a calcium sensor protein involved in maintaining ER Ca(2+) by inhibiting ryanodine receptor activity and playing a role in terminating Ca(2+)-induced Ca(2+) release. G6PC2, a GWAS gene associated with fasting blood glucose, is a negative regulator of glucose-stimulated insulin secretion (GSIS). High fat feeding in mice and chronic exposure of human islets to palmitate decreases endogenous SRI expression while levels of G6PC2 mRNA increase. Sorcin null mice are glucose intolerant, with markedly impaired GSIS and increased expression of G6pc2. Under high fat diet, mice overexpressing SRI in the β cell display improved glucose tolerance, fasting blood glucose and GSIS, whereas G6PC2 levels are decreased and cytosolic and ER Ca(2+) are increased in transgenic islets. SRI may thus provide a target for intervention in T2DM.
Resumo:
In the Thesis main focus is done on power flow development paths around the Baltic States as well as on market-based requirements for creation of the common Baltic electricity market. Current market regulations between the countries are presented; barriers for creating competitive common Baltic power market and for electricity trading with third countries are clarified; solutions are offered and corresponding road map is developed. Future power development paths around the Baltic States are analysed. For this purpose the 330 kV transmission grid of Estonia, Latvia and Lithuania is modelled in a power flow tool. Power flow calculations are carried out for winter and summer peak and off-peak load periods in 2020 with different combinations of interconnections. While carrying out power balance experiments several power flow patterns in the Baltic States are revealed. Conclusions are made about security of supply, grid congestion and transmission capacity availability for different scenarios.
Resumo:
The development of correct programs is a core problem in computer science. Although formal verification methods for establishing correctness with mathematical rigor are available, programmers often find these difficult to put into practice. One hurdle is deriving the loop invariants and proving that the code maintains them. So called correct-by-construction methods aim to alleviate this issue by integrating verification into the programming workflow. Invariant-based programming is a practical correct-by-construction method in which the programmer first establishes the invariant structure, and then incrementally extends the program in steps of adding code and proving after each addition that the code is consistent with the invariants. In this way, the program is kept internally consistent throughout its development, and the construction of the correctness arguments (proofs) becomes an integral part of the programming workflow. A characteristic of the approach is that programs are described as invariant diagrams, a graphical notation similar to the state charts familiar to programmers. Invariant-based programming is a new method that has not been evaluated in large scale studies yet. The most important prerequisite for feasibility on a larger scale is a high degree of automation. The goal of the Socos project has been to build tools to assist the construction and verification of programs using the method. This thesis describes the implementation and evaluation of a prototype tool in the context of the Socos project. The tool supports the drawing of the diagrams, automatic derivation and discharging of verification conditions, and interactive proofs. It is used to develop programs that are correct by construction. The tool consists of a diagrammatic environment connected to a verification condition generator and an existing state-of-the-art theorem prover. Its core is a semantics for translating diagrams into verification conditions, which are sent to the underlying theorem prover. We describe a concrete method for 1) deriving sufficient conditions for total correctness of an invariant diagram; 2) sending the conditions to the theorem prover for simplification; and 3) reporting the results of the simplification to the programmer in a way that is consistent with the invariantbased programming workflow and that allows errors in the program specification to be efficiently detected. The tool uses an efficient automatic proof strategy to prove as many conditions as possible automatically and lets the remaining conditions be proved interactively. The tool is based on the verification system PVS and i uses the SMT (Satisfiability Modulo Theories) solver Yices as a catch-all decision procedure. Conditions that were not discharged automatically may be proved interactively using the PVS proof assistant. The programming workflow is very similar to the process by which a mathematical theory is developed inside a computer supported theorem prover environment such as PVS. The programmer reduces a large verification problem with the aid of the tool into a set of smaller problems (lemmas), and he can substantially improve the degree of proof automation by developing specialized background theories and proof strategies to support the specification and verification of a specific class of programs. We demonstrate this workflow by describing in detail the construction of a verified sorting algorithm. Tool-supported verification often has little to no presence in computer science (CS) curricula. Furthermore, program verification is frequently introduced as an advanced and purely theoretical topic that is not connected to the workflow taught in the early and practically oriented programming courses. Our hypothesis is that verification could be introduced early in the CS education, and that verification tools could be used in the classroom to support the teaching of formal methods. A prototype of Socos has been used in a course at Åbo Akademi University targeted at first and second year undergraduate students. We evaluate the use of Socos in the course as part of a case study carried out in 2007.
Resumo:
The objective of this study was to understand how organizational knowledge governance mechanisms affect individual motivation, opportunity, and the ability to share knowledge (MOA framework), and further, how individual knowledge-sharing conditions affect actual knowledge sharing behaviour. The study followed the knowledge governance approach and a micro-foundations perspective to develop a theoretical model and hypotheses, which could explain the casual relationships between knowledge governance mechanisms, individual knowledge sharing conditions, and individual knowledge sharing behaviour. The quantitative research strategy and multivariate data analysis techniques (SEM) were used in the hypotheses testing with a survey dataset of 256 employees from eleven military schools of Finnish Defence Forces (FDF). The results showed that “performance-based feedback and rewards” affects employee’s “intrinsic motivation towards knowledge sharing”, that “lateral coordination” affects employee’s “knowledge self-efficacy”, and that ”training and development” is positively related to “time availability” for knowledge sharing but affects negatively employee’s knowledge self-efficacy. Individual motivation and knowledge self-efficacy towards knowledge sharing affected knowledge sharing behaviour when work-related knowledge was shared 1) between employees in a department and 2) between employees in different departments, however these factors did not play a crucial role in subordinate–superior knowledge sharing. The findings suggest that individual motivation, opportunity, and the ability towards knowledge sharing affects individual knowledge sharing behaviour differently in different knowledge sharing situations. Furthermore, knowledge governance mechanisms can be used to manage individual-level knowledge sharing conditions and individual knowledge sharing behaviour but their affect also vary in different knowledge sharing situations.
Resumo:
The transient receptor potential channels family (TRP channels) is a relatively new group of cation channels that modulate a large range of physiological mechanisms. In the nervous system, the functions of TRP channels have been associated with thermosensation, pain transduction, neurotransmitter release, and redox signaling, among others. However, they have also been extensively correlated with the pathogenesis of several innate and acquired diseases. On the other hand, the omega-3 polyunsaturated fatty acids (n-3 fatty acids) have also been associated with several processes that seem to counterbalance or to contribute to the function of several TRPs. In this short review, we discuss some of the remarkable new findings in this field. We also review the possible roles played by n-3 fatty acids in cell signaling that can both control or be controlled by TRP channels in neurodegenerative processes, as well as both the direct and indirect actions of n-3 fatty acids on TRP channels.
Resumo:
ABSTRACTParliaments and audit agencies have critical and complementary roles in the oversight of the budget and the enforcement of government accountability. Yet, the nexus between parliaments and audit agencies is one of the weakest links in the accountability chain, generating an accountability gap in the budget process. This articles analyses the interactions between parliaments and audit agencies in the oversight of government finances during the latter stages of the budget process. Using proxies to evaluate the quality of those linkages, such as the follow-up to audit findings and the discharge of government, it shows important dysfunctions in the interactions between parliaments and audit agencies due to a combination of technical capacity constraints and political economy disincentives. It suggests that the effective functioning of the system of checks and balances in public budgeting critically hinges on the agility of the linkages between accountability institutions. As such, the failure of budget accountability is due to systemic dysfunctions in the systems of accountability, rather than the failure of an individual accountability institution acting in isolation. In addition, the effectiveness of the horizontal accountability architecture depends on the political economy incentives shaping the budget process, which are generated by the interactions between the choice of institutional design and budget rules, with the degree of political competition and electoral rules.
Resumo:
Bogotá Emprende