10 resultados para feelings towards mathematics
em BORIS: Bern Open Repository and Information System - Berna - Suiça
Resumo:
Background: Emotion research in neuroscience targets brain structures and processes involved in discrete emotion categories (e.g. anger, fear, sadness) or dimensions (e.g. valence, arousal, approach-avoidance), and usually relies on carefully controlled experimental paradigms with standardized and often simple emotion-eliciting stimuli like e.g. unpleasant pictures. Emotion research in clinical psychology and psychotherapy is often interested in very subtle differences between emotional states, e.g. differences within emotion categories (e.g. assertive, self-protecting vs. rejecting, protesting anger or specific grief vs. global sadness), and/or the biographical, social, situational, or motivational contexts of the emotional experience, which are desired to be minimized in experimental neuroscientific research. Objective: In order to facilitate the experimental and neurophysiological investigation of psychotherapeutically relevant emotional experiences, the present study aims at developing a priming procedure to induce specific, therapeutically and biographically relevant emotional states under controlled experimental conditions. Methodology: N = 50 participants who reported negative feelings towards another close person were randomly assigned to 2 different conditions. They fulfilled 2 different sentence completion tasks that were supposed to prime either ‘therapeutically productive’ or ‘therapeutically unproductive’ emotional states and completed an expressive writing task and several self-report measures of specific emotion-related constructs. The sentence completion task consisted in max. 22 sentence stems drawn from psychotherapy patients’ statements that have been shown to be typical for productive or unproductive therapy sessions. The subjects of the present study completed these sentence stems with regard to their own negative feelings towards the close person. Results: There were a substantial inter-individual variability concerning the number of completed sentences, and significant correlations between number of completed sentences and problem activation in both conditions. No differences were observed in general mood or problem activation between both groups after priming. Descriptively, there were differences between groups concerning emotion regulation aspects. Significant differences between groups in resolution of negative feelings towards the other person were found. Discussion: The results point in the expected direction, however the small sample sizes (after exclusion of several subjects) and low power hinder the detection of convincing significant effects. More data is needed in order to evaluate the efficacy of this emotional priming procedure.
Resumo:
In this position paper, we describe the current status and plans for a Swiss National Research Infrastructure. Swiss academic and research institutions are very autonomous. While being loosely coupled, they do not rely on any centralized management entities. A coordinated national research infrastructure can only be established by federating the local resources of the individual institutions. We discuss current efforts and business models for a federated infrastructure.
Resumo:
Abstract. During the last decade mobile communications increasingly became part of people's daily routine. Such usage raises new challenges regarding devices' battery lifetime management when using most popular wireless access technologies, such as IEEE 802.11. This paper investigates the energy/delay trade-off of using an end-user driven power saving approach, when compared with the standard IEEE 802.11 power saving algorithms. The assessment was conducted in a real testbed using an Android mobile phone and high-precision energy measurement hardware. The results show clear energy benefits of employing user-driven power saving techniques, when compared with other standard approaches.
Resumo:
BACKGROUND The purpose of patient information leaflets (PILs) is to inform patients about the administration, precautions and potential side effects of their prescribed medication. Despite European Commission guidelines aiming at increasing readability and comprehension of PILs little is known about the potential risk information has on patients. This article explores patients' reactions and subsequent behavior towards risk information conveyed in PILs of commonly prescribed drugs by general practitioners (GPs) for the treatment of Type 2 diabetes, hypertension or hypercholesterolemia; the most frequent cause for consultations in family practices in Germany. METHODS We conducted six focus groups comprising 35 patients which were recruited in GP practices. Transcripts were read and coded for themes; categories were created by abstracting data and further refined into a coding framework. RESULTS Three interrelated categories are presented: (i) The vast amount of side effects and drug interactions commonly described in PILs provoke various emotional reactions in patients which (ii) lead to specific patient behavior of which (iii) consulting the GP for assistance is among the most common. Findings show that current description of potential risk information caused feelings of fear and anxiety in the reader resulting in undesirable behavioral reactions. CONCLUSIONS Future PILs need to convey potential risk information in a language that is less frightening while retaining the information content required to make informed decisions about the prescribed medication. Thus, during the production process greater emphasis needs to be placed on testing the degree of emotional arousal provoked in patients when reading risk information to allow them to undertake a benefit-risk-assessment of their medication that is based on rational rather than emotional (fearful) reactions.
Resumo:
Polymorphism, along with inheritance, is one of the most important features in object-oriented languages, but it is also one of the biggest obstacles to source code comprehension. Depending on the run-time type of the receiver of a message, any one of a number of possible methods may be invoked. Several algorithms for creating accurate call-graphs using static analysis already exist, however, they consume significant time and memory resources. We propose an approach that will combine static and dynamic analysis and yield the best possible precision with a minimal trade-off between used resources and accuracy.
Resumo:
Software developers are often unsure of the exact name of the method they need to use to invoke the desired behavior in a given context. This results in a process of searching for the correct method name in documentation, which can be lengthy and distracting to the developer. We can decrease the method search time by enhancing the documentation of a class with the most frequently used methods. Usage frequency data for methods is gathered by analyzing other projects from the same ecosystem - written in the same language and sharing dependencies. We implemented a proof of concept of the approach for Pharo Smalltalk and Java. In Pharo Smalltalk, methods are commonly searched for using a code browser tool called "Nautilus", and in Java using a web browser displaying HTML based documentation - Javadoc. We developed plugins for both browsers and gathered method usage data from open source projects, in order to increase developer productivity by reducing method search time. A small initial evaluation has been conducted showing promising results in improving developer productivity.
Resumo:
In this article, we introduce the probabilistic justification logic PJ, a logic in which we can reason about the probability of justification statements. We present its syntax and semantics, and establish a strong completeness theorem. Moreover, we investigate the relationship between PJ and the logic of uncertain justifications.
Resumo:
Information-centric networking (ICN) addresses drawbacks of the Internet protocol, namely scalability and security. ICN is a promising approach for wireless communication because it enables seamless mobile communication, where intermediate or source nodes may change, as well as quick recovery from collisions. In this work, we study wireless multi-hop communication in Content-Centric Networking (CCN), which is a popular ICN architecture. We propose to use two broadcast faces that can be used in alternating order along the path to support multi-hop communication between any nodes in the network. By slightly modifying CCN, we can reduce the number of duplicate Interests by 93.4 % and the number of collisions by 61.4 %. Furthermore, we describe and evaluate different strategies for prefix registration based on overhearing. Strategies that configure prefixes only on one of the two faces can result in at least 27.3 % faster data transmissions.
Resumo:
Developers commonly ask detailed and domain-specific questions about the software systems they are developing and maintaining. Integrated development environments (IDEs) form an essential category of tools for developing software that should support software engineering decision making. Unfortunately, rigid and generic IDEs that focus on low-level programming tasks, that promote code rather than data, and that suppress customization, offer limited support for informed decision making during software development. We propose to improve decision making within IDEs by moving from generic to context-aware IDEs through moldable tools. In this paper, we promote the idea of moldable tools, illustrate it with concrete examples, and discuss future research directions.
Resumo:
Program comprehension requires developers to reason about many kinds of highly interconnected software entities. Dealing with this reality prompts developers to continuously intertwine searching and navigation. Nevertheless, most integrated development environments (IDEs) address searching by means of many disconnected search tools, making it difficult for developers to reuse search results produced by one search tool as input for another search tool. This forces developers to spend considerable time manually linking disconnected search results. To address this issue we propose Spotter, a model for expressing and combining search tools in a unified way. The current implementation shows that Spotter can unify a wide range of search tools. More information about Spotter can be found at scg.unibe.ch/research/moldablespotter