32 resultados para Conventions
em BORIS: Bern Open Repository and Information System - Berna - Suiça
Resumo:
In training networks, particularly small and medium-sized enterprises pool their resources to train apprentices within the framework of the dual VET system, while an intermediary organisation is tasked with managing operations. Over the course of their apprenticeship, the apprentices switch from one training company to another on a (half-) yearly basis. Drawing on a case study of four training networks in Switzerland and the theoretical framework of the sociology of conventions, this paper aims to understand the reasons for the slow dissemination and reluctant adoption of this promising form of organising VET in Switzerland. The results of the study show that the system of moving from one company to another creates a variety of free-rider constellations in the distribution of the collectively generated corporative benefits. This explains why companies are reluctant to participate in this model. For the network to be sustainable, the intermediary organisation has to address discontent arising from free-rider problems while taking into account that the solutions found are always tentative and will often result in new free-rider problems.
Resumo:
Patient's language, tradition, conventions, and customs may all determine integration into a society and are also part of the doctor-patient relationship that influences diagnostic and therapeutic outcome. Language barrier and sociocultural disparity of Eastern and Southern European patients may hamper recovery from pain and depression compared to Middle European patients in Switzerland.
Resumo:
Hypersensitivity of the central nervous system is widely present in pain patients and recognized as one of the determinants of chronic pain and disability. Electronic pressure algometry is often used to explore aspects of central hypersensitivity. We hypothesized that a simple pain provocation test with a clothes peg provides information on pain sensitivity that compares meaningfully to that obtained by a well-established electronic pressure algometer. "Clinically meaningful" was defined as a medium (r = 0.3-0.5) or high (r > 0.5) correlation coefficient according to Cohen's conventions.
Resumo:
After decades of development in programming languages and programming environments, Smalltalk is still one of few environments that provide advanced features and is still widely used in the industry. However, as Java became prevalent, the ability to call Java code from Smalltalk and vice versa becomes important. Traditional approaches to integrate the Java and Smalltalk languages are through low-level communication between separate Java and Smalltalk virtual machines. We are not aware of any attempt to execute and integrate the Java language directly in the Smalltalk environment. A direct integration allows for very tight and almost seamless integration of the languages and their objects within a single environment. Yet integration and language interoperability impose challenging issues related to method naming conventions, method overloading, exception handling and thread-locking mechanisms. In this paper we describe ways to overcome these challenges and to integrate Java into the Smalltalk environment. Using techniques described in this paper, the programmer can call Java code from Smalltalk using standard Smalltalk idioms while the semantics of each language remains preserved. We present STX:LIBJAVA - an implementation of Java virtual machine within Smalltalk/X - as a validation of our approach