21 resultados para rising paradigm
Resumo:
There is an increasing body of evidence that significant and exciting changes are under way in how some organizations are seeing their world and transforming themselves to fit this new vision. The change is so fundamental as to constitute a paradigm shift. There is further evidence that some hospitality firms may be part of this transformation. The author advocates the use of vanguard management in this article
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:
This dissertation offers a novel approach to Hispanic Orientalism, developing a dynamic paradigm from its origins in medieval and Renaissance Iberia during the process of the Christian Reconquest, to its transatlantic migration and establishment in the early years of the Colony, from where it changed in late colonial and post-Independence Latin America, and onto modernity. ^ The study argues that Hispanic Orientalism does not necessarily imply a negative depiction of the Other, a quality associated with the traditional critique of Saidian Orientalism. Neither, does it entirely comply with the positivist approach suggested in the theoretical research of Said’s opponents, like Julia Kushigian. This dissertation also argues that sociopolitical changes and the shift in the discourse of powers, from imperial to non-imperial, had a significant impact of the development of Hispanic Orientalism, shaping the relationship with the Other. The methodology involves close reading of representative texts depicting the interactions of the dominant and dominated societies from each of the four historic periods that coincided with significant sociopolitical transformations in Hispanic society. Through an intercultural approach to literary studies, social history, and religious studies, this project develops an original paradigm of Hispanic Orientalism, derived from the image of the reinvented Semitic Other portrayed in the literary works depicting the relationship between the hegemonic and the subaltern cultures during the Reconquest period in Spain. Then, it traces the turn of the original paradigm towards reinterpretation during its transatlantic migration to Latin America through the analysis of the chronicles and travelogs of the first colonizers and explorers. During the transitional late colonial and early Independence periods Latin America sees a significant change in the discourse of powers, and Hispanic Orientalism reflects this oscillation between the past and the present therough the works of the Latin American authors from the seventeenth to the nineteenth centuries. Finally, once the non-imperial discourse of power established itself in the former Colony, a new modern stage in the development of Hispanic Orientalist paradigm takes place. It is marked by the desire to differentiate itself from the O(o)thers, as manifested in the works of the representatives of Modernism and the Boom.^
Resumo:
This dissertation offers a novel approach to Hispanic Orientalism, developing a dynamic paradigm from its origins in medieval and Renaissance Iberia during the process of the Christian Reconquest, to its transatlantic migration and establishment in the early years of the Colony, from where it changed in late colonial and post-Independence Latin America, and onto modernity. The study argues that Hispanic Orientalism does not necessarily imply a negative depiction of the Other, a quality associated with the traditional critique of Saidian Orientalism. Neither, does it entirely comply with the positivist approach suggested in the theoretical research of Said’s opponents, like Julia Kushigian. This dissertation also argues that sociopolitical changes and the shift in the discourse of powers, from imperial to non-imperial, had a significant impact of the development of Hispanic Orientalism, shaping the relationship with the Other. The methodology involves close reading of representative texts depicting the interactions of the dominant and dominated societies from each of the four historic periods that coincided with significant sociopolitical transformations in Hispanic society. Through an intercultural approach to literary studies, social history, and religious studies, this project develops an original paradigm of Hispanic Orientalism, derived from the image of the reinvented Semitic Other portrayed in the literary works depicting the relationship between the hegemonic and the subaltern cultures during the Reconquest period in Spain. Then, it traces the turn of the original paradigm towards reinterpretation during its transatlantic migration to Latin America through the analysis of the chronicles and travelogs of the first colonizers and explorers. During the transitional late colonial and early Independence periods Latin America sees a significant change in the discourse of powers, and Hispanic Orientalism reflects this oscillation between the past and the present therough the works of the Latin American authors from the seventeenth to the nineteenth centuries. Finally, once the non-imperial discourse of power established itself in the former Colony, a new modern stage in the development of Hispanic Orientalist paradigm takes place. It is marked by the desire to differentiate itself from the O(o)thers, as manifested in the works of the representatives of Modernism and the Boom.
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.
Resumo:
The written text, and approaches to reading it, serves well as an analogy for the classroom space as a “text” that teachers are able to compose; and students are able to read, interpret meaning(s) of, and make responses to and about (Rosenblatt, 1988). Researchers point to ways in which the classroom can be conceptualized as a text to be evoked, experienced, and read (Freire & Macedo, 1987; Powell, 2009; Rosenblatt, 1988; Spears-Bunton & Powell, 2009). The present study analyzed secondary data including: 10 transcripts of teacher talks and six self-reports retrieved from the program evaluation archives of DOR Foundation. The data described six teachers’ classroom experiences subsequent to professional development centered on Goma character education curriculum that was used during a summer youth program located in South Georgia. Goma, an acronym that stands for Goal, Objective, Method, and Attitude, is a character education paradigm derived from The Inclusive Community Building Ellison Model, the theoretical framework used for this study. The Model identifies conflict resolution as one of its five foci (Hunt, Howard, & Rice, 1998). Hunt (2006) conceived Goma as part of a 7-Step unitary process, also named the 7-Step pathway, to demonstrate how conflict resolution is accomplished within a variety of contexts. Analysis of the data involved: (a) a priori coding of teacher talks transcripts using the components of the Goma 7-Step pathway as coding categories, (b) emergent coding of teacher talks transcripts for the types of experiences teachers evidenced, and (c) emergent coding of teachers’ self-reports for categories of teachers’ instructional activities. Results of the study showed positive influence of Goma curriculum on participating teachers and their instructional practices. Teachers were shown to have had cognitive, instructional, emotional, and social experiences that were most evident when they reported changes in their attitudes toward their students, themselves, and their instructional practices. The present study provided implications for classroom teachers wherein all aspects of teachers’ instructional practices can be guided by principles of positive character; and can be used to help compose the kinds of “texts” that may likely contribute to a classroom character culture.