2 resultados para Concepts and evolution

em Research Open Access Repository of the University of East London.


Relevância:

90.00% 90.00%

Publicador:

Resumo:

This thesis is a retrospective qualitative study based on psychotherapy sessions with children presenting autistic features who use language in atypical ways. The aim was to understand, through the transferential relationship, what psychological context in terms of anxieties and defences prevents the child from using language efficiently. Hypotheses concerning children‘s use of language in the context of their emotional oscillation and evolution during the course of treatment were noted and checked against subsequent developments. They were also triangulated with the outcome of a grounded theory analysis. The grounded theory analysis led to the emergence of higher-level themes that were compared within and across cases and allowed factors surrounding the children‘s use of language to be conceptualized. The grounded theory method was used in parallel with the usual process of evaluation of the dynamics of each session and patient used by psychoanalysts a posteriori and which is part of the researcher‘s background. This procedure was enhanced by the use of Bion‘s Grid, here in a version adapted to the aims of the research. This approach is discussed in detail in the Methodology chapter. The psychoanalytic theoretical background that supported the research was mainly based on the tradition of Object-Relations Theory, particularly the evolution of Kleinian thinking represented by Bion‘s works, and as far as autism is concerned, by Frances Tustin and Donald Meltzer‘s formulations. Concerning the subject of language development, Meltzer‘s explorations on the necessary conditions for its development and the philosopher Wittgenstein‘s investigations on the social function of language were the main influences of this work. The evolution of the children‘s use of language in parallel with their emotional development in the context of their psychotherapies was analyzed and some hypotheses about the oscillations in their emotional and mental functioning were made. The oscillation in the children‘s emotional state, language use and thinking processes was also studied in terms of a general fluctuation between different mental states that was considered to be present in different degrees and quality in mental life and more strongly when there are limitations in communication skills and social interaction. A few excerpts from notes on adolescent and adult cases with autistic features were included in the Discussion Chapters to briefly illustrate this aspect.

Relevância:

90.00% 90.00%

Publicador:

Resumo:

Dependence clusters are (maximal) collections of mutually dependent source code entities according to some dependence relation. Their presence in software complicates many maintenance activities including testing, refactoring, and feature extraction. Despite several studies finding them common in production code, their formation, identification, and overall structure are not well understood, partly because of challenges in approximating true dependences between program entities. Previous research has considered two approximate dependence relations: a fine-grained statement-level relation using control and data dependences from a program’s System Dependence Graph and a coarser relation based on function-level controlflow reachability. In principal, the first is more expensive and more precise than the second. Using a collection of twenty programs, we present an empirical investigation of the clusters identified by these two approaches. In support of the analysis, we consider hybrid cluster types that works at the coarser function-level but is based on the higher-precision statement-level dependences. The three types of clusters are compared based on their slice sets using two clustering metrics. We also perform extensive analysis of the programs to identify linchpin functions – functions primarily responsible for holding a cluster together. Results include evidence that the less expensive, coarser approaches can often be used as e�ective proxies for the more expensive, finer-grained approaches. Finally, the linchpin analysis shows that linchpin functions can be e�ectively and automatically identified.