6 resultados para development process

em Biblioteca Digital da Produção Intelectual da Universidade de São Paulo


Relevância:

60.00% 60.00%

Publicador:

Resumo:

Based on a study conducted in Ribeirao Preto, SP, Brazil in extra-hospital mental health services that addressed the organization of these services, therapeutic projects and the inclusion of psychosocial rehabilitation in health actions available, a theoretical-critical reflection concerning the development process of the therapeutic projects by the services' teams is presented. The qualitative study was conducted in an outpatient clinic and a Psychosocial Care Center. Data were collected through semi-structured interviews and focal groups. Data analysis was based on the hermeneutic dialectic philosophy of Jurgen Habermas according to the techniques of reconstruction and interpretation. Data analysis revealed that professionals have difficulty developing and managing therapeutic projects. Health actions are made available without being concretely supported by a proposal guiding the service's practical activities. The therapeutic projects are referred by professionals as the result of guidelines provided by management levels or technical orientations inherent to each profession but not as an activity that represents a philosophy of work of the health team. When the therapeutic project is focused on as a type of consensus that results from a communicative action directed to a mutual and intersubjective understanding among the members of the mental health extra-hospital team, the difficulties of the services' team dialogically organizing themselves to collectively construct the therapeutic project is evidenced.

Relevância:

60.00% 60.00%

Publicador:

Resumo:

Models are becoming increasingly important in the software development process. As a consequence, the number of models being used is increasing, and so is the need for efficient mechanisms to search them. Various existing search engines could be used for this purpose, but they lack features to properly search models, mainly because they are strongly focused on text-based search. This paper presents Moogle, a model search engine that uses metamodeling information to create richer search indexes and to allow more complex queries to be performed. The paper also presents the results of an evaluation of Moogle, which showed that the metamodel information improves the accuracy of the search.

Relevância:

60.00% 60.00%

Publicador:

Resumo:

Justificativa e objetivos: As ligas acadêmicas vêm se firmando como instrumentos de ensino médico e inserção dos estudantes de medicina na prática das especialidades, inclusive na anestesiologia. Como o papel das ligas no processo de desenvolvimento de competências e aprendizado de seus alunos não é bem conhecido, avaliou-se o aprendizado dos integrantes de uma liga acadêmica de anestesiologia após um ano de participação nas suas atividades. MÉTODO: Os alunos de uma liga acadêmica de anestesiologia foram acompanhados de março a dezembro de 2010 e avaliados por meio de testes cognitivos objetivos de múltipla escolha aplicados antes do início das atividades e após sua conclusão. A frequência nas atividades e o perfil epidemiológico dos alunos foram correlacionados aos resultados dos testes. RESULTADOS: Foram analisados 20 acadêmicos do 3º ao 6º ano, com média de idade de 22,8 (21-26) anos. A frequência média nas atividades propostas foi 10,4/13 (80%). A média de acertos no primeiro teste foi 8,1/17 (47,6%), sendo que os alunos do 3º ano apresentam notas menores (p < 0,02) em relação aos demais. No teste pós-liga, a média de acertos foi 11,9/17 (70%), mostrando melhora no desempenho dos alunos (p < 0,05), e não houve diferença entre as notas dos diferentes anos da graduação. Foi encontrada relação forte entre frequência nas atividades e melhora nas notas (r = 0,719; p < 0,001). CONCLUSÕES: Os alunos que participaram da liga apresentaram melhora nos testes de avaliação de conhecimento, sugerindo que a liga é útil instrumento de ensino e promove ganho de aprendizado em anestesiologia. As atividades desenvolvidas nas ligas podem ter papel positivo na formação acadêmica dos graduandos, destacando-se, neste artigo, a anestesiologia.

Relevância:

60.00% 60.00%

Publicador:

Resumo:

A demanda por novos produtos tem aumentado em algumas empresas do setor siderúrgico, indicando uma crescente preocupação com o desempenho do processo de desenvolvimento de produtos (PDP), que depende de vários elementos conceituais importantes apontados na literatura. Em uma empresa siderúrgica, um fator relevante é o projeto do processo de produção, devido à característica de ser um processo de fabricação contínuo e por, geralmente, envolver investimentos significativos na fase de preparação da produção. Nesse contexto, o presente trabalho busca realizar uma análise desta fase em uma empresa siderúrgica. Pretende-se, por meio da abordagem metodológica de estudo de caso, identificar práticas organizacionais, focando nos aspectos operacionais e suas interfaces, envolvendo as áreas funcionais de marketing, engenharia do produto e manufatura. Também é tratada no trabalho a integração dos times multidisciplinares, a tomada de decisão e os critérios para avaliação dos resultados do PDP. O trabalho conclui que a empresa analisada utiliza-se de práticas que estruturam a preparação da produção e que a integração interfuncional das áreas é o que se destaca para o sucesso do PDP.

Relevância:

60.00% 60.00%

Publicador:

Resumo:

A large percentage of the industrial SMEs has an organizational structure for product development too far from the adequate practices and models, elaborated by renowned authors with expertise in the theme of product development. On the other hand, the authors state that SMEs obtain considerable advantages by adopting a model of product development process (PDP) management. Healt is one of the most innovative sectors in the world, and countries like Brazil and Colombia are transitioning from a system that cares for contagious infecttions diseases where the drug product is the main form of treatment - to a system that cares for chronic degenerative conditions - where the equipment, including hospital furniture, has more relevance to the treatment. This change is offering better opportunities of specialized markets to hospital furniture SMEs that adopt an adquate PDF model. The present study proposes a first outline of a model of PDP management for industrial metal-mechanical SMEs that develop and manufacture hospital furniture, from a review of models proposed for great mechanical area.

Relevância:

60.00% 60.00%

Publicador:

Resumo:

Abstract Background Over the last years, a number of researchers have investigated how to improve the reuse of crosscutting concerns. New possibilities have emerged with the advent of aspect-oriented programming, and many frameworks were designed considering the abstractions provided by this new paradigm. We call this type of framework Crosscutting Frameworks (CF), as it usually encapsulates a generic and abstract design of one crosscutting concern. However, most of the proposed CFs employ white-box strategies in their reuse process, requiring two mainly technical skills: (i) knowing syntax details of the programming language employed to build the framework and (ii) being aware of the architectural details of the CF and its internal nomenclature. Also, another problem is that the reuse process can only be initiated as soon as the development process reaches the implementation phase, preventing it from starting earlier. Method In order to solve these problems, we present in this paper a model-based approach for reusing CFs which shields application engineers from technical details, letting him/her concentrate on what the framework really needs from the application under development. To support our approach, two models are proposed: the Reuse Requirements Model (RRM) and the Reuse Model (RM). The former must be used to describe the framework structure and the later is in charge of supporting the reuse process. As soon as the application engineer has filled in the RM, the reuse code can be automatically generated. Results We also present here the result of two comparative experiments using two versions of a Persistence CF: the original one, whose reuse process is based on writing code, and the new one, which is model-based. The first experiment evaluated the productivity during the reuse process, and the second one evaluated the effort of maintaining applications developed with both CF versions. The results show the improvement of 97% in the productivity; however little difference was perceived regarding the effort for maintaining the required application. Conclusion By using the approach herein presented, it was possible to conclude the following: (i) it is possible to automate the instantiation of CFs, and (ii) the productivity of developers are improved as long as they use a model-based instantiation approach.