• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 154
  • 5
  • 1
  • Tagged with
  • 160
  • 91
  • 40
  • 38
  • 36
  • 34
  • 31
  • 30
  • 28
  • 21
  • 21
  • 18
  • 18
  • 18
  • 17
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
111

Programação funcional usando Java / Functional programming using Java

Zavaleta Gavidia, Jorge Juan January 1997 (has links)
Desde a introdução da World Wide Web para o mundo nos inícios de 1990, usando a Internet como uma rede para transferir dados, empregando uma forma de expressão chamada de Hipertexto, a qual liga as informações relacionadas e combinadas com multimídia, os Webs resultantes têm aberto novas possibilidades de expressão e comunicação. A quantidade de tráfego de dados na Web e o número de computadores ofertando informação vem crescendo dramaticamente, mas falta expressividade e qualidade interativa na Web; ainda assim, vem despertando um grande interesse instrutivo e útil. O ilimitado universo de possibilidades da Web para acessar aplicações seguras, portáveis e independentes para cada plataforma em hardware e software e que possam chegar a qualquer lugar sobre a Internet, surge a linguagem Java da Sun Microsystem [DEC 95]. A habilidade de Java para executar código sobre hosts remotos de uma maneira segura é uma necessidade crítica para muitas organizações de desenvolvedores de software e provedores de Internet na atualidade [ARN 96]. A linguagem Java é realmente valiosa para redes de ambientes distribuídos como a Web. Entretanto, Java vai mais longe deste domínio ao fornecer uma linguagem de programação de propósito geral poderosa e adequada para construir uma variedade de aplicações que não dependem das características da rede [ARN 96]. O modelo imperativo tradicional é padrão e quase universal vem tendo uma profunda influência sobre a natureza das linguagens de programação e ainda continua a tendência de sempre ter uma direção para fornecer mais e mais formas abstratas de resolver problemas, tentando mudar a simplicidade na programação com rapidez na execução de programas [FIE 88]. Parece. portanto, natural e quase inevitável o desenvolvimento em tecnologia das linguagens. Os amplos esforços gastos em desenvolver métodos rigorosos para especificar, produzir, verificar software e produtos de hardware, mas os esforços foram restringidos às linguagens convencionais. A aproximação natural de Von Neumann tem contribuído a esta falha desde a noção de um estado global que pode mudar arbitrariamente em cada passo da computação e vem sendo provado ser intuitivamente e matematicamente intratável. Esta falha tem tornado ao software o componente mais caro para muitos sistemas de computação [GLA 84]. Os primeiros passos para solucionar estas falhas foram tomadas pela programação estruturada ao trabalhar nas áreas de especificação formal, verificação de programas e na semântica formal que ainda continuam em pesquisa. O crescimento numeroso de pesquisadores têm certeza de que os problemas originam-se da aproximação fundamental à filosofia de Von Neumann e estão voltando-se para uma linguagem de um novo tipo. Uma de tais aproximações é a tomada pelas linguagens de programação funcional [PLA 93]. Num programa funcional, o resultado de uma função chamada é unicamente determinado pelos valores atuais dos argumentos da função [PLA 93]. As linguagens de programação funcional têm a vantagem que elas oferecem um uso geral das funções, o qual não esta disponível nas linguagens imperativas clássicas. Devido a ausência de efeitos colaterais, as provas de correção dos programas são mais fáceis que nas linguagens imperativas. As funções podem ser avaliadas em qualquer ordem assim como a disponibilidade total das mesmas, a nova geração de linguagens funcionais também oferecem uma elegante noção de uso amigável [PLA 93]. Os padrões e a proteção que fornecem ao usuário um acesso simples a estruturas de dados complexos, basicamente não tendo a preocupação do gerenciamento da memória, como faz a linguagem Java. O objetivo principal deste trabalho é a descrição da implementação de um Construtor de Funções Java (LispJ), usado para gerar funções Lisp em código Java utilizando a linguagem Java da Sun Microsystem como ambiente de desenvolvimento. A descrição compreende a codificação de um Interpretador Lisp da linguagem funcional LISP, e a codificação do Construtor de Funções Java visualizado através de um applet Java utilizado como interface entre o Construtor de Funções Java e o usuário sobre a Internet. / Since the introduction of the World Wide Web to the world in the beginning of the nineties, using the Internet as a network to transfer data, using a form of expression called Hypertext, which connects related and combined information with multimedia, the resulting Webs have opened new possibilities of expression and communication. The amount of data traffic in the Web and the number of computers offering information have been growing dramatically, but there is a lack of interactive expressivity and quality in the Web; nevertheless, its instructive and useful interest is growing wider. From the unlimited universe of possibilities of the Web to access safe, portable and independent applications for each platform in hardware and software and that are able to get anywhere on the Internet, there is the Java Sun Mycrosystem language [DEC 95]. Java's ability to perform code on remote hosts in a safe way is a critical need for many software developing organizations and Internet providers nowadays [ARN 96]. Java language is really valuable for network environments arranged as the Web. However, Java extends further from this domain as it provides a broad programming language that is powerful and adequate to build a variety of applications which do not depend on the characteristics of the network [ARN 96]. The prevailing traditional model is a pattern and almost universal, has had a deep influence on the nature of the programming languages and there is still a trend of one direction to provide more and more abstract ways of solving problems, trying to change the simplicity in the fast programming in programs run [FIE 88]. It seems, therefore, natural and almost inevitable the development in technology of the programming languages. Wide efforts were made to develop strict methods to specify, produce, check software and hardware products, but the efforts were restricted to conventional languages. Von Neumann's natural approximation has contributed to this gap since the notion of a global state which can change arbitrarily in each step of the computer science and has proven to be intuitively and mathematically intractable. This gap has turned the software into the most expensive component for many computing systems [GLA 84]. The first steps to solve these gaps were taken by the structured programming when working on the areas of formal specification, programs checking and the formal semantics, which are still being researched. The ever growing number of researchers are sure that the problems come from the fundamental approximation to Von Neumann's philosophy and are turning to a new kind of language. One of such approximations is the one through the functional programming languages [PLA 93]. In a functional program, the result of a called function is determined only by the present values of the function arguments [PLA 93]. The functional programming languages have the advantage of offering a general use of the functions, which is not available in the classic prevailling lan guages [PLA 93]. Due to absence of side effects, the correction tests in the programs are easier than in the prevailing languages. The functions may be evaluated in any order and so may their total disposal. The new generation of functional languages also offers an elegant notion of friendly use [PLA 93]. The patterns and protection offer the user a simple access to complex data structures, basically by not worrying about memory management, as occurs with the Java language. The main objetive of this work is the description of the implementation of a Java Functions Builder (Lisp1), used do generate Lisp functions in Java code utilizing the Java language from Sun microsystem as a developing environment. The description covers the code of the Lisp Interpreter of the LISP functional language, and the Java Functions Builder code visualized through a Java applet utilized as interface between the Java Functions Builder and the users on the Internet.
112

[pt] MODELAGEM DE REDES DE TRANSPORTES USANDO A PROGRAMAÇÃO ORIENTADA A OBJETOS / [es] MODELAJE DE REDES DE TRANSPORTE UTILIZANDO A PROGRAMACIÓN ORIENTADA A OBJETOS / [en] TRANSPORTATION NETWORKS MODELLING USING OBJECT ORIENTED PROGRAMMING

17 July 2001 (has links)
[pt] Esta dissertação de mestrado apresenta a utilização do novo paradigma de desenvolvimento de software, a programação orientada a objetos (OOP), na modelagem em redes de transportes. A utilização da OOP visa, através de suas características: herança, polimorfismo e encapsulamento, aumentar a flexibilidade, produtividade e eficiência dos softwares desenvolvidos segundo seus princípios. O programa desenvolvido, visa servir como uma ferramenta de auxílio a tomada de decisão, a nível estratégico, no planejamento de redes de transportes urbanos. O software faz a alocação de fluxos em redes buscando minimizar o custo do usuário, ou seja, segundo o primeiro princípio de Wardrop. Este estudo foi baseado no método Fusion, que propõe uma abordagem sistemática para o desenvolvimento de software orientado a objetos. O método também está voltado para requisitos de desenvolvimento para e com reutilização. Será feita uma abordagem a nível de análise, projeto e implementação. / [en] This Master thesis presents the utilization in transport modeling the new paradigm in software development, the Object Oriented Program (OOP). The using of OOP seeks improve the flexibility, productivity and efficiency in software developed under such principles. This will be done thought its characteristics: inheritance, polymorphism and encapsulation. The application of the OOP principles has been done adjusting the software TRAFFIC, developed in the University of Montreal. The model will be used like a decision making tool for the urban network transportation planning, ai a strategic level. The software assigns vehicle flows on road networks in order to minimize the user cost, following the first Wardrop`s principle. This research has been based on the Fusion method, that presents a systematic approach for development of object oriented software. The method also is directed toward the requirements of development with and for reutilization. The study will be developed at the level of analysis, project and implementation. / [es] Esta disertación de mestrado presenta la utilización del nuevo paradigma de desarrollo de software, la programación orientada a objetos (OOP), en la modelaje de redes de transportes. La utilización de la OOP tiene como objetivo, a través de sus características (herencia, polimorfismo y encapsulamiento) aumentar la flexibilidad, productividad y eficiencia de los softwares desarrollados según sus principios. El programa desarrollado sirve como herramienta de auxilio a la toma de decisión, a nivel estratégico, en la planificación de redes de transportes urbanos. El software configura los flujos en redes buscando minimizar el costo del usuario, o sea, según el primer princípio de Wardrop. Este estudio está basado en el método Fusión, que propone una abordaje sistemática para el desarrollo de software orientado a objetos. El método también considera requisitos de desarrollo para y con reutilización. Se realiza una abordaje a nível de análise, proyecto e implementación.
113

[pt] CARACTERIZAÇÃO POR EBSD DE AÇOS INOXIDÁVEIS UNS S32304 E UNS S32750 SUBMETIDOS A DIFERENTES TRATAMENTOS TÉRMICOS / [en] EBSD CHARACTERIZATION OF UNS S32304 AND UNS S32750 STAINLESS STEELS SUBJECTED TO DIFFERENT HEAT TREATMENTS

THIAGO GONCALVES MESQUITA RIBEIRO 15 February 2022 (has links)
[pt] Os aços inoxidáveis duplex (AID) possuem microestrutura com o balanço de fase aproximadamente iguais de ferrita (delta) e austenita (gama). A exposição desses materiais a elevadas temperaturas, em torno de 1000 graus C e 1100 graus C resultam em mudanças microestruturais significativas. Mudanças essas que podem variar desde a fração volumétrica das fases presentes, composição química, até precipitação de fases intermetálicas e relações de orientação presentes no material. Dependendo da fração volumétrica e morfologia das fases, haverá diferentes respostas a um determinado meio corrosivo, dentre eles o clorídrico. A composição química do material pode influenciar na formação das fases intermetálicas. E o empobrecimento local de determinados elementos influenciam no processo de repassivação do material. Em condições práticas de soldagem e tratamento térmico algumas propriedades microestruturais do material podem ficar sujeitas a alterações, dentre elas a resistência à corrosão por pites. Os materiais estudados no presente trabalho foram os AID UNS S32304 (lean Duplex) e o UNS S32750 (super duplex), ambos submetidos a tratamentos térmicos a 1000 graus C e 1100 graus C por 24 h seguidos de têmpera em água, os mesmos passaram por ensaio de corrosão segundo a norma ASTM G48-A. A presente dissertação utiliza como método de estudo a caracterização microestrutural através da técnica de microscopia eletrônica de varredura por meio da difração de elétrons retroespalhados (MEV/EBSD), para determinação das relações de orientação Kurdjumov-Sachs (K-S) e Nishiyama-Wassermann (N-W), correlacionando-as com o efeito do tratamento térmico nos aços estudados. Foi realizada a determinação da fração volumétrica das fases em função da temperatura de tratamento térmico. Foi identificada através da espectroscopia de energia dispersiva de raios-X a influência da composição química no material para iniciação da corrosão. A microscopia óptica foi realizada para análise da evolução morfológica e identificação das fases principais e intermetálicas. Foi verificada a precipitação da fase Sigma (sigma) no UNS S32750, e a constatação que os pites iniciaram na interface austenita secundária e sigma. Através da técnica de MEV/EBSD utilizando de uma análise qualitativa e semi-quantitativa verificou-se que o pite tem como local preferencial de iniciação junções triplas e/ou múltiplas de contorno de grão quando o PREN (Pitting Resistance Equivalent Number) das fases austenita e ferrita são próximos. Entretanto para grande variação no valor do PREN entre austenita e ferrita alguns pites iniciaram na fase com menor valor de PREN. / [en] Duplex stainless steels (DSS) have microstructure with approximately equal phase balance of ferrite (delta) and austenite (gamma). Exposure of these materials to high temperatures around 1000 degrees C and 1100 degrees C results in significant microstructural changes. These changes can vary from the volume fraction of the phases present, chemical composition, to precipitation of intermetallic phases and orientation relationship present in the material. Depending on the volume fraction and phase morphology, there will be different responses to a particular corrosive environment, including hydrochloric. The chemical composition of the material can influence the formation of the intermetallic phases. And the local impoverishment of certain elements influences the process of repassivation of the material. Under practical conditions of welding and heat treatment, some microstructural properties of the material may be subject to changes, including resistance to pitting corrosion. The materials studied in the present work were UNS S32304 (lean Duplex) and UNS S32750 (super duplex), both subjected to heat treatments at 1000 degrees C and 1100 degrees C for 24 h followed by quenching in water, the same underwent corrosion testing according to the ASTM G48-A standard. The present dissertation uses as a method of study the microstructural characterization through the technique of Scanning Electron Microscopy by means of electron backscattered diffraction (SEM/EBSD) to determine the Kurdjumov-Sachs (KS) and Nishiyama-Wassermann (NW) orientation relationships, correlating them with the effect of heat treatment on the studied steels. The determination of the volumetric fraction of the phases as a function of the heat treatment temperature was carried out. It was identified through energy dispersive spectroscopy X-ray the influence of the chemical composition on the material for corrosion initiation. light optical microscopy was performed to analyze the morphological evolution and identify the main and intermetallic phases. It was verified the precipitation of the Sigma phase (sigma) in UNS S32750, and the verification that the pits started at the secondary austenite and σ interface. Through the SEM/EBSD using a qualitative and semi-quantitative analysis, it was found that the pit has as its preferred initiation site triple and/or multiple grain boundary junctions when the PREN (Pitting Resistance Equivalent Number) of the austenite and ferrite phases are close. However, due to the large variation in the PREN value between austenite and ferrite, some pits started in the phase with the lowest PREN value.
114

O uso da fotografia como instrumento no processo de orientação vocacional para adolescentes

Paternostro, Raquel C. C. 18 October 2006 (has links)
Made available in DSpace on 2016-04-28T20:39:22Z (GMT). No. of bitstreams: 1 PCL - Raquel Paternostro.pdf: 5123758 bytes, checksum: e734465ac67b29c8b460dea4b57b4b08 (MD5) Previous issue date: 2006-10-18 / This dissertation intends to reflect upon and illustrate the importance of the use of photography as a procedure of intervention in the process of vocational orientation, by means of theoretical concepts and fragments of a clinical case. The use of this resource in the process of vocational orientation enables the young to experience transitionality, allowing them to express creative aspects. This refers to the moment when the adolescent has to choose a profession, which causes him/her deep anguish and is many times dealt with denial. I want to point out the contribution of the experience of photography as an enabling instrument in the process, so that the choice results from an internal elaboration of the adolescent. The theoretical approach includes an historical overview of vocational orientation and of the concept of adolescence. I will emphasize Bohoslavsky s contributions as I agree with this author on the fact that professional and personal identity characterizes the individual, including different aspects of his/her development. I will also address the theory of human maturation of Winnicott, pointing out the concepts of potential space, transitional objects and phenomena; furthermore, I intend to include photography as a facilitative instrument to understand some aspects of the self. I will give a brief presentation of the work of some photographers who made use of the experience of photography in order to express their creativity inserted in culture, trying to base the use of photography on my clinical experience. The choice of this object of culture also reflects my personal experience as a photographer, which allowed me to be in touch with many aspects of myself until then unknown. / A proposta desta dissertação é refletir e ilustrar, através de conceitos teóricos e de fragmentos de um caso clínico, a importância do uso da fotografia como procedimento interventivo no processo de orientação vocacional. A utilização deste recurso no processo de orientação vocacional, possibilita ao jovem uma experiência na área da transicionalidade permitindo a expressão de aspectos criativos.Trata-se de um momento no qual o jovem precisa decidir por uma profissão, o que lhe acarreta intensa angústia a qual é lidada muitas vezes através da negação. Procurarei salientar ao longo do meu trabalho a contribuição que a experiência de fotografar traz neste processo, consistindo em um instrumento facilitador para que a escolha seja resultante de uma elaboração interna do adolescente. O caminho teórico percorrido inclui uma visão histórica da orientação vocacional, bem como, do conceito de adolescência. Ressaltarei as contribuições de Bohoslavsky, por concordar com o autor com o fato da identidade profissional e pessoal caracterizarem o indivíduo abarcando diferentes aspectos do seu desenvolvimento. Tratarei também sobre a teoria do amadurecimento humano de Winnicott, ressaltando os conceitos de espaço potencial, objetos e fenômenos transicionais bem como incluirei a fotografia como instrumento facilitador na compreensão de alguns elementos do self. Farei uma breve apresentação de alguns trabalhos de fotógrafos buscando fundamentar o uso da fotografia na minha experiência clínica, os quais utilizaram a experiência de fotografar como meio de sua expressão criativa inserida na cultura. A escolha deste objeto da cultura reflete também a minha experiência pessoal como fotógrafa, na qual vivenciei através deste meio a possibilidade de entrar em contato com aspectos meus até então desconhecidos.
115

Vocação: uma perspectiva junguiana - A orientação vocacional na clínica junguiana / Vocation: A Junguian Perspective - The vocational orientation in Junguian Clinic

Molineiro, Maria Lygia de Carvalho Alli 18 May 2007 (has links)
Made available in DSpace on 2016-04-28T20:39:28Z (GMT). No. of bitstreams: 1 Maria Molineiro.pdf: 4810174 bytes, checksum: ca2feac5ce0b557d8f6be5ca4c856917 (MD5) Previous issue date: 2007-05-18 / This present study aims at understanding the vocational thematic under the perspective of the Analytic Psychology and investigating the specification of the Junguian approach on its theorical dimension and clinical practice concerning Vocational Guidance. It presents a theoretical study along with the principles which give the bases to the understanding of the Analytic Psychology about the vocational concept, including it in the list of the different theoretical perspectives on the subject. The Junguian Psychology understands that the development of the personality implies the free and conscient choice of a personal path, which includes the professional dimension, in harmony with the Self, the wholeness archetype, and the ordenating axle of the conscient and unconscient psyche. This dissertation emphasizes the comprehension of the Junguian Psychology about adolescence as a stage of development, a phase of changes and transformations and a life period when the personal and professional choices begin to be taken and considers it as a step in the individuation process. It studies the issue of vocation in the Ancient Greece, as a reference of the western culture, and debates the issue of adolescence and of vocational choice in contemporary times. It presents a clinic illustration sample of Vocational Guidance in a Junguian perspective / perspectiva da psicologia analítica e investigar a especificidade da abordagem junguiana na sua dimensão teórica e na prática clínica, em orientação vocacional. Apresenta estudo teórico com os princípios que fundamentam a compreensão da psicologia analítica sobre o conceito de vocação, incluindo-a no painel das diferentes perspectivas teóricas sobre o assunto. A psicologia junguiana entende que o desenvolvimento da personalidade implica a escolha livre e consciente de um caminho pessoal, que inclui a dimensão profissional, em harmonia com o Self, o arquétipo da totalidade e eixo ordenador da psique consciente e inconsciente. Esta dissertação enfatiza a compreensão da psicologia junguiana sobre a adolescência como etapa do desenvolvimento, fase de mudanças e transformações e período da vida em que se iniciam as escolhas pessoais e profissionais e a considera como uma etapa do processo de individuação. Aborda o assunto da vocação na antiguidade grega, como referencial da cultura ocidental e discute a questão da adolescência e da escolha vocacional na contemporaneidade. Apresenta uma ilustração clínica a título de exemplificação de orientação vocacional na perspectiva junguiana
116

Os sentidos da escolha da profissão, por jovens de baixa renda: um estudo em psicologia sócio-histórica

Oliveira, Alessandra dos Santos 09 December 2009 (has links)
Made available in DSpace on 2016-04-28T20:58:08Z (GMT). No. of bitstreams: 1 Alessandra dos Santos Oliveira.pdf: 1172217 bytes, checksum: 726f6744b371aef36cc14fc3952a2468 (MD5) Previous issue date: 2009-12-09 / Conselho Nacional de Desenvolvimento Científico e Tecnológico / This study aimed to investigate the meanings that the young low-income have on the choice of profession. The results help to qualify the work of professional counselors who work with this social stratum. In this study, we used the theoretical framework of socio-historical psychology and we rely on authors who follow this theoretical perspective. We assume that all professional choice is multifactorial, and crossed by objective and subjective aspects. The question that arises is to identify, through analysis of their statements, the meanings they hold for career choice and all the factors that are related to this activity. To accomplish this work, we interviewed two people who had participated in a program of vocational guidance. A questionnaire prior to the interview and objective knowledge of the socioeconomic conditions of participants. For The interview technique was used Project Future , understanding it as an important resource for access to the senses of young people about the choice of profession. The results show that young people do not know the existence of factors that determine the choice of profession. However, their understanding of a dichotomy, therefore, tend to consider separately those aspects and the subjective process of choice / O presente estudo teve como objetivo investigar os sentidos que os jovens de baixa renda possuem sobre a escolha da profissão. Os resultados ajudam a qualificar o trabalho de orientadores profissionais que trabalham com esta camada social. Nessa pesquisa, utilizamos o referencial teórico da psicologia sócio-histórica e nos baseamos em autores que seguem essa perspectiva teórica. Partimos do princípio que toda escolha profissional é multideterminada, e atravessada por aspectos objetivos e subjetivos. A questão que se coloca é identificar, por meio da análise da fala dos entrevistados, os sentidos que possuem sobre a escolha profissional e todos os fatores que estão relacionados a esta atividade. Para realizar esse trabalho, foram entrevistados dois jovens que tinham participado de um programa de orientação profissional. Um questionário precedeu a entrevista e objetivou o conhecimento das condições socioeconômicas dos participantes. Para a entrevista foi utilizada a técnica Projeto de Futuro , entendendo-a como um recurso importante de acesso aos sentidos dos jovens sobre a escolha da profissão. Os resultados apontam que os jovens não desconhecem a existência de fatores que determinam a escolha da profissão. No entanto, a compreensão que possuem é dicotômica, pois, tendem a considerar separadamente os aspectos objetivos e os subjetivos do processo da escolha
117

Análise de projeto de futuro - pelo jovem - como modo de apropriação de significados e produção de sentidos

Liebesny, Brônia 06 October 2008 (has links)
Made available in DSpace on 2016-04-29T13:32:14Z (GMT). No. of bitstreams: 1 Bronia Liebesny.pdf: 587471 bytes, checksum: 8d6356eb21dd2424f68a0c425917a281 (MD5) Previous issue date: 2008-10-06 / This essay is the presentation of a professional intervention proposal. It is theoretically and methodologically based on the Social-Historical perspective in Psychology. The professional acts in mediating the analysis of a project for the future produced by the individual; the analysis is developed with the author himself. This intervention aims to allow the subject the perception of the conditions to transform an ideological projected future in a meaning zone. The written speech worked on is a project for the future, based on a specific enunciate, and its analysis is conducted through an `opened script´ continuously dialogued, made up from the speech itself. Professional activity is criticized and directed towards promoting health. This intervention intends to create the conditions to one´s reflection about the process of building his universe of significants and meanings, in order to potentialize his conditions to be active in transforming the social reality in which he belongs / Este trabalho apresenta uma proposta de intervenção profissional, sob a perspectiva teórico-metodológica da psicologia sóciohistórica. A ação do profissional é de mediação na análise pelo sujeito produtor de seu projeto de futuro. É objetivo da intervenção, dar condições, ao sujeito, de transformação de uma produção ideologizada - sobre seu futuro - em zona de sentido; e de refletir sobre seu processo de produção de significados e sentidos, de modo a potencializar sua condição de agente transformador da realidade social. O discurso utilizado para análise resulta da elaboração escrita de um projeto de futuro solicitado com enunciado específico, e sua análise é conduzida através de ação dialogada constante, organizada por roteiro derivado do próprio discurso. A atuação profissional é pensada criticamente, em direção à promoção de saúde, com o desenvolvimento das condições do sujeito de participação na transformação das relações sociais em que se insere
118

Homossexualidade e velhice: a dupla estigmatização

Correia, Carlos Alexandre Costa 15 May 2009 (has links)
Made available in DSpace on 2016-04-27T18:47:32Z (GMT). No. of bitstreams: 1 Carlos Alexandre Costa Correia.pdf: 747330 bytes, checksum: 7dc32e072c783186f2b929ef7367bb23 (MD5) Previous issue date: 2009-05-15 / Coordenação de Aperfeiçoamento de Pessoal de Nível Superior / This paper deals with the representation of old age and by the look of older gay men. The issue of aging has been discussed around the world, for it is a population in adherence among this population quota is the gay old. The development of this research is presented by analyzing and interpreting the representations of the speech of older gay men. Through a qualitative methodology. The research seeks to know a little of this old world of homosexuals, new social arrangements, as well as new emotional relationships outside heterosexual dominant group in society. Understand how the prejudice and stigma in relation to group and described and analyzed. Seek to understand their offices on aging, family, sexual orientation in order to meet this social group. The analysis of the data were grouped into categories testimonies that are recurring themes in the discourse of the subject, and his analysis was based on the theoretical / Este trabalho tratada da representação sobre velho e velhice através do olhar de homens homossexuais velhos. A questão do envelhecimento tem sido debatida em todo o mundo, por se trata de uma população em acessão, dentre este contingente populacional encontra-se os homossexuais velhos. O desenvolvimento desta pesquisa é apresentado pela analise e interpretação das representações do discurso de homens homossexuais velhos. Através de uma metodologia qualitativa. A pesquisa busca conhecer um pouco deste universo dos homossexuais velhos, novos arranjos sociais, assim como também novas relações afetivas distintas do grupo heterossexual dominante na sociedade. Entender como o preconceito e o estigma em relação a grupo e descritos e analisados. Buscar compreender suas representações sobre velhice, família, orientação sexual de maneira a conhecer este grupo social. A analise dos dados os depoimentos foram agrupados em categorias que são temas recorrentes no discurso dos sujeitos, e sua analise foi fundamentada nos teóricos
119

A influência dos valores humanos na determinação das âncoras de carreira

Abrahim, Gisele Seabra 13 October 2008 (has links)
Made available in DSpace on 2016-04-25T16:45:10Z (GMT). No. of bitstreams: 1 Gisele Seabra Abrahim.pdf: 529169 bytes, checksum: 2bffdcbf67e8b65be913b62980c464dc (MD5) Previous issue date: 2008-10-13 / The general objective of this work is to analyze the influence of the human values in the determination of the career anchors based on the idea that the professional predisposition receives influence from the cognitive central system; in other words, the values, which are conceived as a form of criteria capable of influencing actions, choices and the human behavior, interfering in the way each individual judges himself and others. In this sense, the human values affect the actions of the individuals on their work; and allied to the motivations and to the talent they stimulate the decisions over the career (SCHEIN, 1993). The studies of the Massachusetts Institute of Technology (MIT) identified eight categories of professional inclinations, also called career anchors, which are stimulated by appetites, feelings and necessities and are established from the construction of the auto-concept (SCHEIN, 1993). From this perspective, it s possible to infer the existence of a narrow relationship between the human values and the career anchors. Facing this idea, do individuals with the same career anchors tend to prioritize the same human values? As the driver line of this investigation, the hypothesis that individuals with the same career anchors prioritize, in a similar way, the human values that guide their behavior, was launched. In this sense, the theoretical referential background of this research presents a system of definitions based on the studies of Schein (1993; 1996; 2006th; 2006b; 2006c) and Rokeach (1979; 1981) on careers and values because of the importance of their studies for each area of knowledge and for the international repercussion of their work, which favored the validation of the instruments of inquiry hereby used: the questionnaire of career anchors and the Rokeach Value Survey. The methodology is based on the type of correlation analysis between two variables: values and career anchors. The inquiry in locus was divided into two parts. In the first one, took place the simultaneous application of the two mentioned instruments in a sample of 100 university students of the courses of business administration and accountancy, of the Centro Universitário do Pará (CESUPA) and of the Pontifícia Universidade Católica de São Paulo (PUC-SP). In the second part, interviews were carried out with a person of each career anchor, with the exception of the general management competence since the results reached in the first stage were sufficient to attend the objective here drawn. The proceedings of analysis of these data include, besides the analysis of the content of the interviews and of the descriptions of the professional inclinations, some statistical tests such as Pearson's correlation coefficient and chi-square distribution, both applied to check the association between the variables of this inquiry. The correlation of the data obtained through the use of the above-mentioned instruments of inquiry demonstrates coherence with the formulated hypothesis, since the individuals with the same professional inclinations attributed similar grades to their respective hierarchies of values, above all when the values that can be tied to the characteristics inherent in each anchor are isolated, which are present in the theoretical content of Schein and in the testimonies of the interviewed ones. Though the results of the correlation tests presented moderate signification, they made possible the identification of the most and the least inclined human values of receiving bigger importance by the individuals inside the different categories of career anchors. In this sense, the conclusion of this investigation reinforces the influence of the human values in the decisions of career / O objetivo geral deste trabalho é analisar a influência dos valores humanos na determinação das âncoras de carreira visto que as predisposições profissionais recebem influência da centralidade do sistema cognitivo, isto é, dos valores, que são concebidos como critérios capazes de influenciar as ações, escolhas e comportamento humano, interferindo na maneira pela qual o indivíduo julga a si mesmo e aos outros. Nesse sentido, os valores humanos afetam as ações das pessoas sobre o seu trabalho; e aliados às motivações e ao talento estimulam as decisões de carreira (SCHEIN, 1993). Os estudos do Massachusetts Institute of Technology (MIT) identificaram oito categorias de inclinações profissionais, também denominadas de âncoras de carreira, que são estimuladas por apetites, sentimentos e necessidades e estabelecem-se a partir da construção do auto-conceito (SCHEIN, 1993). Partindo dessa premissa, permite-se inferir a existência de um relacionamento estreito entre os valores humanos e as âncoras de carreira. Diante do exposto, os indivíduos com as mesmas âncoras de carreira tendem a priorizar os mesmos valores humanos? Como linha condutora desta investigação foi traçada a hipótese de que indivíduos com as mesmas âncoras de carreira priorizam de forma semelhante os valores humanos que guiam seu comportamento. Nesse sentido, o referencial teórico deste trabalho apresenta um sistema conceitual fundamentado nos estudos de Schein (1993; 1996; 2006a; 2006b; 2006c) e Rokeach (1979; 1981) sobre carreiras e valores em virtude da importância dos mesmos para as suas respectivas áreas e pela repercussão internacional de seus trabalhos que propiciaram a validação dos instrumentos de pesquisa aqui utilizados: o questionário de âncoras de carreiras e a escala de valores humanos. As ações metodológicas são alicerçadas pelo tipo de pesquisa correlacional entre as variáveis: valores e âncoras de carreira. A pesquisa de campo ocorreu em duas partes. Na primeira, ocorreu a aplicação simultânea dos dois instrumentos mencionados junto a uma amostra de 100 discentes dos cursos de administração e contabilidade, do Centro Universitário do Pará (CESUPA) e da Pontifícia Universidade Católica de São Paulo (PUCSP). Na segunda parte, foram realizadas entrevistas com uma pessoa de cada âncora de carreira, com exceção da competência gerencial, pois os resultados alcançados na primeira etapa foram suficientes para atender o objetivo aqui traçado. Os procedimentos de análise desses dados incluem, além da análise de conteúdo das entrevistas e das descrições das inclinações profissionais, a realização dos testes estatísticos qui-quadrado e coeficiente de correlação de Pearson, ambos aplicados para verificar a associação entre as variáveis desta pesquisa. O cruzamento dos dados obtidos por meio da utilização dos referidos instrumentos de pesquisa demonstra coerência com a hipótese formulada, pois os indivíduos com as mesmas inclinações profissionais atribuíram pontos similares nas suas respectivas hierarquias de valores, sobretudo quando se isolam os valores que podem ser ligados às características inerentes a cada âncora, presentes no conteúdo teórico de Schein e nos depoimentos dos entrevistados. Embora os resultados dos testes de correlação tenham apresentado significância moderada, os mesmos possibilitaram a identificação dos valores humanos mais propensos e os menos propensos de serem priorizados pelas pessoas dentro das diferentes categorias de âncoras de carreira. Nesse sentido, a conclusão dessa investigação reforça a influência dos valores humanos nas decisões de carreira
120

Um estudo sobre objetos com comportamento inteligente / A study on objects with intelligent behavior

Amaral, Janete Pereira do January 1993 (has links)
Diversos estudos têm sido realizados com o objetivo de definir estruturas para construção de ambientes de desenvolvimento de software. Alguns desses estudos indicam a necessidade de prover inteligência a tais ambientes, para que estes, efetivamente, coordenem e auxiliem o processo de desenvolvimento de software. O paradigma da orientação a objetos (POO) vem sendo utilizado na implementação de sistemas inteligentes, com diferentes enfoques. O POO tem sido experimentado, também, como estrutura para construção de ambientes. A abordagem da construção de sistemas, na qual a inteligência se encontra distribuída, como proposto por Hewitt, Minsky e Lieberman, suscita a idéia de modelar objetos que atuem como solucionadores de problemas, trabalhando cooperativamente para atingir os objetivos do sistema, e experimentar essa abordagem na construção de ambientes inteligentes. Nesta dissertação, é apresentado um estudo sobre a utilização do POO na implementação de sistemas inteligentes, e proposta uma extensão ao conceito de objeto. Essa extensão visa permitir flexibilidade no seu comportamento, autonomia nas suas ações, aquisição de novos conhecimentos e interação com o ambiente externo. A existência de objetos com tais características permite a construção de sistemas inteligentes, modularizados e evolutivos, facilitando, assim, seu projeto, implementação e manutenção. Visando esclarecer os termos utilizados no decorrer desta dissertação, são discutidos os conceitos básicos do POO e suas principais extensões. São apresentadas algumas abordagens sobre inteligência e comportamento inteligente, destacando-se a importância de conhecimento, aprendizado e comportamento flexível. Observa-se que este último decorre da aquisição de novos conhecimentos e da análise das condições do ambiente. Buscando fornecer embasamento para análise das características representacionais do POO, são apresentados os principais esquemas de representação de conhecimento e algumas estratégias para resolução de problemas, utilizados em sistemas inteligentes. E analisado o uso do POO como esquema de representação de conhecimento, destacando-se suas vantagens e deficiências. É sintetizado um levantamento de propostas de utilização do POO na implementação de sistemas inteligentes, realizado com o objetivo de identificar os mecanismos empregados na construção desses sistemas. Observa-se a tendência em apoiar a abordagem da inteligência distribuída, utilizando-se a estruturação do conhecimento propiciado pelo POO e características positivas de outros paradigmas. Propõe-se um modelo de objetos com comportamento inteligente. Nesse modelo, além dos aspectos declarativos e procedimentais do conhecimento, representados através de variáveis de instância e de métodos, são encapsulados mecanismos para prover autonomia e comportamento flexível, permitir a aquisição de novos conhecimentos, e propiciar a comunicação com usuários. Para prover autonomia, foi projetado um gerenciador de mensagens, que recebe solicitações enviadas ao objeto, colocando-as numa fila e atendendo-as segundo seu conhecimento e análise das condições do ambiente. Utilizando-se recursos da programação em lógica, são introduzidas facilidades para flexibilização do comportamento, através de regras comportamentais em encadeamento regressivo. A aquisição de novos conhecimentos é obtida através da inclusão/retirada de fatos, de procedimentos e de regras comportamentais na base de conhecimento do objeto. Para fornecer auxílio e relato de suas atividades, os objetos exibem o status da ativação de suas regras comportamentais, e listas das solicitações atendidas e das mantidas em sua fila de mensagens. Para experimentar o modelo proposto, é implementado um protótipo de um assistente inteligente para as atividades do processo de desenvolvimento de software. Sua implementação utiliza a linguagem Smalltalk/V com recursos da programação em lógica, integrados através de Prolog/V. A experiência obtida na utilização desse modelo mostrou a viabilidade da inclusão de características complementares ao modelo de objetos do POO, e a simplicidade de sua implementação, utilizando-se recursos multiparadigmáticos. Esse modelo constitui, assim, uma alternativa viável para construção de ambientes inteligentes. / Aiming at defining structures for Software Engineering Environments (SEE) much research has been accomplished. Some of this research results have pointed out the need to provide intelligence to coordinate and assist effectively the software development process. The object-oriented paradigm (OOP) has been applied to implement intelligent systems with several approaches. The OOP as SEE structure has been experimented as well. The system construction approach in which the intelligence is distributed among its elements, proposed by Hewitt, Minsky and Lieberman, elicits the idea of modelling objects that act as problem-solvers, working cooperatively to reach the system objectives, and to experiment this approach in the construction of intelligent environments. In this dissertation, a study of the OOP use in the implementation of intelligent systems is presented. An extension to the object concept is proposed to allow objects to exhibit a flexible behavior, to have autonomy in their tasks fulfillment, to acquire new knowledge, and to interact with the external environment. The existence of objects with this ability, enables the construction of modulated and evolutionary intelligent systems, making its design, implementation and maintenance easier. The OOP basic concepts and main extensions are discussed to elucidate the concepts that will be used throughout this dissertation. Some intelligence and intelligent behavior approaches are presented, emphasizing knowledge, learning and flexible behavior. This flexible behavior comes from new knowledge acquisition and from the analysis of environment conditions. The main knowledge representation schemes and several problem solving strategies used in intelligent systems are presented to provide background for representational characteristics analysis of the OOP. The OOP used as a knowledge representation scheme is analyzed and emphasized its advantages and shortcomings. In order to identify mechanisms engaged in the implementation of intelligent systems, a survey of proposals of the OOP used in that systems is synthesized. In that survey the emphasis to support the distributed intelligence approach through the use of the knowledge representation model provided by OOP and positive characteristics of other paradigms is observed. An object model with intelligent behavior is proposed, in which, besides the declarative and procedural aspects of knowledge represented through instance variables and methods, mechanisms are encapsulated to provide autonomy and flexible behavior, to allow new knowledge acquisition, and to promote communications with users. To provide autonomy a message manager which receives requests from other objects was developed. The message manager puts messages in a queue and dispatches them according to its knowledge and the analysis of environment conditions. Using programming in logic resources, facilities are introduced to get behavior flexibility through behavioral rules in backward chaining. Knowledge is acquired through facts, procedures, and behavioral rules asserted/retracted in the object's knowledge-base. To provide assistance and report on their activities, the objects exhibit the status of their behavioral rules firing, and lists of granted requests as well as the ones kept in its message queue. To explore the proposed model properties, one intelligent assistant prototype to support the activities of the system development process was implemented. For its implementation, the Smalltalk/V language with programming in logic resources integrated by Prolog/V was used. The experience acquired in using this model, indicated the feasibility of the inclusion of additional characteristics to the OOP model, and the clearness of its implementation using multiparadigm resources. Therefore, this model is a viable alternative to the construction of intelligent environments.

Page generated in 0.3084 seconds