4 resultados para Interpreters
em Digital Commons at Florida International University
Resumo:
This study was designed to explore ways in which health care organizations (HCOs) can support nurses in their delivery of culturally competent care. While cultural competence has become a priority for the federal government as well as the major health professional organizations, its integration into care delivery has not yet been realized. Health professionals cite a lack of educational preparation, time, and organizational resources as barriers. Most experts in the field agree that the cultural and linguistic needs of ethnic minorities pose challenges that individual care providers are unable to manage without the support of the health care organizations within which they practice. While several studies have identified implications for HCOs, there is a paucity of research on their role in this aspect of care delivery. Using a qualitative design with a case study approach, data collection included face-to-face interviews with 23 registered nurses, document analysis, and reports of critical incidents. The site chosen was a large health care system in South Florida that serves a culturally diverse population. Major findings from the study included language barriers, lack of training, difficulty with cultural differences, lack of organizational support, and reliance on culturally diverse staff members. Most nurses thought the ethnic mix was adequate, but rated other supports such as language services, training, and patient education materials as inadequate. Some of the recommendations for organizational performance were to provide the expectations and support for culturally competent care. Implications and recommendations for practice include nurses using trained interpreters instead of relying on coworkers or trying to "wing it", pursuing training, and advocating for organizational supports for culturally competent care. Implications and recommendations for theory included a blended model that combines both models in the conceptual framework. Recommendations for future research were for studies on the impact of language bathers on care delivery, develop and test a quantitative instrument, and to incorporate Gilbert's model into nursing research.
Resumo:
This dissertation aims to recover the lives and careers of those Amerindians and Europeans who voluntarily or involuntarily took on the role of intercultural interpreters in the contact, conquest, and early colonial period in the Americas between 1492 and 1675. It intends to prove that these so-called “marginal” figures assumed roles that went far beyond those of linguistic and cultural translators, and often had a decisive impact on early Indian-colonial relations. ^ In the course of my research, I consulted hundreds of published sixteenth- and seventeenth-century chronicles, narratives, and memoirs in my search for references to interpreters. I augmented these accounts with information derived from unpublished archival documents, drawn primarily from the Archivo General de Indias, in Seville, Spain. ^ I organized my findings in theme-driven chapters that begin with a consideration of the historiography of that subject. Each chapter is further subdivided into chronologically-arranged historical vignettes that focus on the interpreters who mediated between the Spanish, Portuguese, French, English and Dutch and the various Native American polities and cultures. ^ I found that colonial authorities and Amerindian communities alike recognized the absolute necessity of recruiting competent and loyal interpreters and go-betweens, and that both sides tried to secure their loyal service by means both fair and foul. Although pressured, pushed, and pulled in contrary directions, most interpreters recognized the pivotal position they held in cross-cultural negotiations and rarely remained passive pawns in the contests between the forces of domination and defense. ^ All across the Americas, interpreters used their linguistic and diplomatic skills, and their intimate knowledge of the “other” not simply to facilitate conquest or spearhead the opposition, but to transform themselves from “culture brokers” into “power brokers.” Many of the decisive events that shaped colonial-Indian relations turned on the actions of these culturally-ambiguous individuals, a fact bemoaned and begrudgingly acknowledged by most of the contemporary conquistadors, chroniclers, and colonial founders, and recognized by this author. ^
Resumo:
Software engineering researchers are challenged to provide increasingly more powerful levels of abstractions to address the rising complexity inherent in software solutions. One new development paradigm that places models as abstraction at the forefront of the development process is Model-Driven Software Development (MDSD). MDSD considers models as first class artifacts, extending the capability for engineers to use concepts from the problem domain of discourse to specify apropos solutions. A key component in MDSD is domain-specific modeling languages (DSMLs) which are languages with focused expressiveness, targeting a specific taxonomy of problems. The de facto approach used is to first transform DSML models to an intermediate artifact in a HLL e.g., Java or C++, then execute that resulting code.^ Our research group has developed a class of DSMLs, referred to as interpreted DSMLs (i-DSMLs), where models are directly interpreted by a specialized execution engine with semantics based on model changes at runtime. This execution engine uses a layered architecture and is referred to as a domain-specific virtual machine (DSVM). As the domain-specific model being executed descends the layers of the DSVM the semantic gap between the user-defined model and the services being provided by the underlying infrastructure is closed. The focus of this research is the synthesis engine, the layer in the DSVM which transforms i-DSML models into executable scripts for the next lower layer to process.^ The appeal of an i-DSML is constrained as it possesses unique semantics contained within the DSVM. Existing DSVMs for i-DSMLs exhibit tight coupling between the implicit model of execution and the semantics of the domain, making it difficult to develop DSVMs for new i-DSMLs without a significant investment in resources.^ At the onset of this research only one i-DSML had been created for the user- centric communication domain using the aforementioned approach. This i-DSML is the Communication Modeling Language (CML) and its DSVM is the Communication Virtual machine (CVM). A major problem with the CVM's synthesis engine is that the domain-specific knowledge (DSK) and the model of execution (MoE) are tightly interwoven consequently subsequent DSVMs would need to be developed from inception with no reuse of expertise.^ This dissertation investigates how to decouple the DSK from the MoE and subsequently producing a generic model of execution (GMoE) from the remaining application logic. This GMoE can be reused to instantiate synthesis engines for DSVMs in other domains. The generalized approach to developing the model synthesis component of i-DSML interpreters utilizes a reusable framework loosely coupled to DSK as swappable framework extensions.^ This approach involves first creating an i-DSML and its DSVM for a second do- main, demand-side smartgrid, or microgrid energy management, and designing the synthesis engine so that the DSK and MoE are easily decoupled. To validate the utility of the approach, the SEs are instantiated using the GMoE and DSKs of the two aforementioned domains and an empirical study to support our claim of reduced developmental effort is performed.^
Resumo:
Software engineering researchers are challenged to provide increasingly more pow- erful levels of abstractions to address the rising complexity inherent in software solu- tions. One new development paradigm that places models as abstraction at the fore- front of the development process is Model-Driven Software Development (MDSD). MDSD considers models as first class artifacts, extending the capability for engineers to use concepts from the problem domain of discourse to specify apropos solutions. A key component in MDSD is domain-specific modeling languages (DSMLs) which are languages with focused expressiveness, targeting a specific taxonomy of problems. The de facto approach used is to first transform DSML models to an intermediate artifact in a HLL e.g., Java or C++, then execute that resulting code. Our research group has developed a class of DSMLs, referred to as interpreted DSMLs (i-DSMLs), where models are directly interpreted by a specialized execution engine with semantics based on model changes at runtime. This execution engine uses a layered architecture and is referred to as a domain-specific virtual machine (DSVM). As the domain-specific model being executed descends the layers of the DSVM the semantic gap between the user-defined model and the services being provided by the underlying infrastructure is closed. The focus of this research is the synthesis engine, the layer in the DSVM which transforms i-DSML models into executable scripts for the next lower layer to process. The appeal of an i-DSML is constrained as it possesses unique semantics contained within the DSVM. Existing DSVMs for i-DSMLs exhibit tight coupling between the implicit model of execution and the semantics of the domain, making it difficult to develop DSVMs for new i-DSMLs without a significant investment in resources. At the onset of this research only one i-DSML had been created for the user- centric communication domain using the aforementioned approach. This i-DSML is the Communication Modeling Language (CML) and its DSVM is the Communication Virtual machine (CVM). A major problem with the CVM’s synthesis engine is that the domain-specific knowledge (DSK) and the model of execution (MoE) are tightly interwoven consequently subsequent DSVMs would need to be developed from inception with no reuse of expertise. This dissertation investigates how to decouple the DSK from the MoE and sub- sequently producing a generic model of execution (GMoE) from the remaining appli- cation logic. This GMoE can be reused to instantiate synthesis engines for DSVMs in other domains. The generalized approach to developing the model synthesis com- ponent of i-DSML interpreters utilizes a reusable framework loosely coupled to DSK as swappable framework extensions. This approach involves first creating an i-DSML and its DSVM for a second do- main, demand-side smartgrid, or microgrid energy management, and designing the synthesis engine so that the DSK and MoE are easily decoupled. To validate the utility of the approach, the SEs are instantiated using the GMoE and DSKs of the two aforementioned domains and an empirical study to support our claim of reduced developmental effort is performed.