989 resultados para Trabalhos-projeto


Relevância:

20.00% 20.00%

Publicador:

Resumo:

OBJETIVO: Planejar e aplicar um programa de orientação em nutrição, realizado por nutricionista e destinado a professores de 1ª a 4ª série do ensino fundamental, visando analisar a contribuição desse profissional no resultado do projeto Criança Saudável, Educação Dez quanto ao conhecimento dos escolares. MÉTODOS: O trabalho foi realizado em duas escolas públicas, A e B, nas quais foi desenvolvido o projeto educativo, sendo que na primeira os professores foram apoiados por um programa de orientação realizado por profissional nutricionista. Antes e depois do desenvolvimento do projeto educativo foi aplicado um instrumento para avaliar o conhecimento dos escolares sobre alimentação e nutrição. RESULTADOS: Os escolares da Escola A apresentaram mudança significante (p<0,01) no conhecimento de alimentação e nutrição após o desenvolvimento do projeto educativo, o que não ocorreu entre os estudantes da Escola B (p>0,05). CONCLUSÃO: Os resultados obtidos sugerem que a realização de programa de orientação, prestada por nutricionistas aos professores para desenvolverem o projeto educativo, maximizou os resultados, gerando mudança significante no conhecimento dos escolares sobre alimentação e nutrição. Tais resultados apontam a importância da capacitação do nutricionista para atuar em educação nutricional, indicando que o campo pedagógico merece aprofundamento nos cursos de graduação, de modo a permitir ao aluno e futuro profissional uma compreensão alicerçada e sólida do processo educativo.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

O propósito neste texto é divulgar um projeto de investigação que foi desenvolvido com professores do 2º ciclo, no qual se utilizou uma metodologia do tipo investigação-ação. Por intermédio deste projeto foi possível avaliar o impacto do uso de estratégias do Ensino por Pesquisa (EPP), com vista ao desenvolvimento de novas competências científico-didáticas (atitudes e saberes). Tais estratégias foram desenvolvidas com base em preceitos da Nova Didática e no âmbito de um programa de formação. Os dados levantados e analisados mostraram que esse tipo de metodologia contribui para a superação de dificuldades de aprendizagem inerentes a processos de formação profissional (inicial e continuada), como a de aprender por meio do trabalho cooperativo na Escola.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Aspect Oriented approaches associated to different activities of the software development process are, in general, independent and their models and artifacts are not aligned and inserted in a coherent process. In the model driven development, the various models and the correspondence between them are rigorously specified. With the integration of aspect oriented software development (DSOA) and model driven development (MDD) it is possible to automatically propagate models from one activity to another, avoiding the loss of information and important decisions established in each activity. This work presents MARISA-MDD, a strategy based on models that integrate aspect-oriented requirements, architecture and detailed design, using the languages AOV-graph, AspectualACME and aSideML, respectively. MARISA-MDD defines, for each activity, representative models (and corresponding metamodels) and a number of transformations between the models of each language. These transformations have been specified and implemented in ATL (Atlas Definition Language), in the Eclipse environment. MARISA-MDD allows the automatic propagation between AOV-graph, AspectualACME, and aSideML models. To validate the proposed approach two case studies, the Health Watcher and the Mobile Media have been used in the MARISA-MDD environment for the automatic generation of AspectualACME and aSideML models, from the AOV-graph model

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This work presents the concept, design and implementation of a MP-SoC platform, named STORM (MP-SoC DirecTory-Based PlatfORM). Currently the platform is composed of the following modules: SPARC V8 processor, GPOP processor, Cache module, Memory module, Directory module and two different modles of Network-on-Chip, NoCX4 and Obese Tree. All modules were implemented using SystemC, simulated and validated, individually or in group. The modules description is presented in details. For programming the platform in C it was implemented a SPARC assembler, fully compatible with gcc s generated assembly code. For the parallel programming it was implemented a library for mutex managing, using the due assembler s support. A total of 10 simulations of increasing complexity are presented for the validation of the presented concepts. The simulations include real parallel applications, such as matrix multiplication, Mergesort, KMP, Motion Estimation and DCT 2D

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The Reconfigurable Computing is an intermediate solution at the resolution of complex problems, making possible to combine the speed of the hardware with the flexibility of the software. An reconfigurable architecture possess some goals, among these the increase of performance. The use of reconfigurable architectures to increase the performance of systems is a well known technology, specially because of the possibility of implementing certain slow algorithms in the current processors directly in hardware. Amongst the various segments that use reconfigurable architectures the reconfigurable processors deserve a special mention. These processors combine the functions of a microprocessor with a reconfigurable logic and can be adapted after the development process. Reconfigurable Instruction Set Processors (RISP) are a subgroup of the reconfigurable processors, that have as goal the reconfiguration of the instruction set of the processor, involving issues such formats, operands and operations of the instructions. This work possess as main objective the development of a RISP processor, combining the techniques of configuration of the set of executed instructions of the processor during the development, and reconfiguration of itself in execution time. The project and implementation in VHDL of this RISP processor has as intention to prove the applicability and the efficiency of two concepts: to use more than one set of fixed instructions, with only one set active in a given time, and the possibility to create and combine new instructions, in a way that the processor pass to recognize and use them in real time as if these existed in the fixed set of instruction. The creation and combination of instructions is made through a reconfiguration unit, incorporated to the processor. This unit allows the user to send custom instructions to the processor, so that later he can use them as if they were fixed instructions of the processor. In this work can also be found simulations of applications involving fixed and custom instructions and results of the comparisons between these applications in relation to the consumption of power and the time of execution, which confirm the attainment of the goals for which the processor was developed

Relevância:

20.00% 20.00%

Publicador:

Resumo:

New programming language paradigms have commonly been tested and eventually incorporated into hardware description languages. Recently, aspect-oriented programming (AOP) has shown successful in improving the modularity of object-oriented and structured languages such Java, C++ and C. Thus, one can expect that, using AOP, one can improve the understanding of the hardware systems under design, as well as make its components more reusable and easier to maintain. We apply AOP in applications developed using the SystemC library. Several examples will be presented illustrating how to combine AOP and SystemC. During the presentation of these examples, the benefits of this new approach will also be discussed

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Software Repository Mining (MSR) is a research area that analyses software repositories in order to derive relevant information for the research and practice of software engineering. The main goal of repository mining is to extract static information from repositories (e.g. code repository or change requisition system) into valuable information providing a way to support the decision making of software projects. On the other hand, another research area called Process Mining (PM) aims to find the characteristics of the underlying process of business organizations, supporting the process improvement and documentation. Recent works have been doing several analyses through MSR and PM techniques: (i) to investigate the evolution of software projects; (ii) to understand the real underlying process of a project; and (iii) create defect prediction models. However, few research works have been focusing on analyzing the contributions of software developers by means of MSR and PM techniques. In this context, this dissertation proposes the development of two empirical studies of assessment of the contribution of software developers to an open-source and a commercial project using those techniques. The contributions of developers are assessed through three different perspectives: (i) buggy commits; (ii) the size of commits; and (iii) the most important bugs. For the opensource project 12.827 commits and 8.410 bugs have been analyzed while 4.663 commits and 1.898 bugs have been analyzed for the commercial project. Our results indicate that, for the open source project, the developers classified as core developers have contributed with more buggy commits (although they have contributed with the majority of commits), more code to the project (commit size) and more important bugs solved while the results could not indicate differences with statistical significance between developer groups for the commercial project

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Coordenação de Aperfeiçoamento de Pessoal de Nível Superior

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Due to the constantly increasing use of wireless networks in domestic, business and industrial environments, new challenges have emerged. The prototyping of new protocols in these environments is typically restricted to simulation environments, where there is the need of double implementation, one in the simulation environment where an initial proof of concept is performed and the other one in a real environment. Also, if real environments are used, it is not trivial to create a testbed for high density wireless networks given the need to use various real equipment as well as attenuators and power reducers to try to reduce the physical space required to create these laboratories. In this context, LVWNet (Linux Virtual Wireless Network) project was originally designed to create completely virtual testbeds for IEEE 802.11 networks on the Linux operating system. This paper aims to extend the current project LVWNet, adding to it the features like the ability to interact with real wireless hardware, provides a initial mobility ability using the positioning of the nodes in a space coordinates environment based on meters, with loss calculations due to attenuation in free space, enables some scalability increase by creating an own protocol that allows the communication between nodes without an intermediate host and dynamic registration of nodes, allowing new nodes to be inserted into in already in operation network

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This study is the analysis of cultural, political and organizational interfaces of "Caminhos do Frio Rota Cultural" Project in the context of tourism regionalization in Brejo Paraibano and it presents the characterization, routing and inventory of six municipalities of the Project, as well as the identification of cultural elements used for tourist in the routing of the pond, the investigation of political and organizational articulation and the verification of participation of each producing agent in the development of tourism resulting from the swamp of Paraiba. This is a qualitative descriptive and exploratory study, which makes use of the interpretive paradigm to perform an analysis of the environment where occurs the regionalization of tourism in Brejo of Paraíba and the social actors involved in this process in order to pursue development of the region through culture and tourism, with the collection spot in the six counties of the Project participants collected through interviews with managers, community, government agencies and tourist trade, and the use of the technique of direct observation. This time, with the data analysis it was possible to establish the production situation and its cultural and tourist development in the region of Brejo (PB), where culture has become a developmental tool within the tourism industry due to its innovation potential. It was possible to ratify the undisputed vocation of cultural tourism in the region in question, since other projects being developed with the use of cultural resources with a strong influence on the policies of regional tourism. Thus, the main result was that was seen is that the regional development has triggered a refunctionalisation / reappropriation of space just rebuilding a new territorial organization through the development of a regional autonomy of management, a capacity of collective ownership and the use of economic surplus, a spontaneous process of social inclusion as well as awareness and mobilization tourist (even if initial and shy), an appreciation of natural and cultural assets for all stakeholders and especially identification of the population with its region and its culture, as to achieve regional development is not enough to increase the economic, but above all the promotion of endogenous social factors such as changes in social and cultural values and the integration of social actors in this process. Finally, taking into account the definitions of sustainability, it is considered that cannot be said that the development model seen in the swamp of Paraiba is sustainable, but it is a model of regional development based on the unique characteristics that each municipality has and create a regional identity and have correponded expectations / desired results and therefore the viability of the region through the development of cultural tourism was proven

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Coordenação de Aperfeiçoamento de Pessoal de Nível Superior

Relevância:

20.00% 20.00%

Publicador:

Resumo:

O artigo aborda a questão urbana como objeto de pesquisa do Serviço Social. Resulta de pesquisa teórica e de análise das produções sobre esta temática, tendo por base artigos dos anais dos Encontros Nacionais de Pesquisadores em Serviço Social (ENPESS), no período 2000-2010. A ampliação e diversidade de espaços sócio-ocupacionais não correspondem necessariamente ao desenvolvimento de pesquisas, com aprofundamento teórico-metodológico exigido pela complexidade da questão urbana na contemporaneidade. Há crescente interesse pela temática de pesquisadores, profissionais e estudantes e esforços de sistematização e pesquisa evidenciados no número de trabalhos e na busca de qualidade dos mesmos. Mas há também necessidade de aprofundamento teórico-metodológico para uma produção do conhecimento em consonância com o Projeto Ético-Politico, o que supõe construção de vias de superação da sociabilidade capitalista

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This dissertation aims to analyze the strategy of socio Intervivência University Project OASIS training of community development from the perspective of social entrepreneurship. This project was part of the context of a sort of university extension, called Intervivência University, which emerged in 2008 through the announcement MCT / CNPq / CT-Agribusiness / MDA - No. 23/2008 - Intervivência University Program. With the analysis of the OASIS project sought to identify a strategy socio, which was used elements of popular education and aimed to develop young people within the social entrepreneurship that made contributions to such has taken actions in their communities seeking range of social gains. For this, the methodological aspect, it was used in the research, a qualitative approach, case study, content analysis, semi-structured interviews and non-participant observation. In the theoretical aspect was addressed in the affairs of: social entrepreneurship, with emphasis on the concept, their differentiations of business entrepreneurship and social responsibility, and characterizing the social entrepreneur, popular education, as for the development of social entrepreneurship is the need for a new way of thinking and seeing reality for the people, and youth leadership, given the importance in the context of social action, to have young people seeking a better life for their communities. Addressed the theory were drawn categories (capital, empowerment and youth participation) and subcategories of analysis (value, attitude, behavior, trust, cooperation, civic participation) used in this work. Given the information and analysis of interviews and observations could be perceived that the strategy promoted socio Project OASIS changes, or the reaffirmation of values, resulting in new attitudes and, consequently, new behaviors in the students interviewed. Has been identified in them the development of trust and cooperation. In the aspect of civic awakening was observed in some of them only. In relation to juvenile activity was perceived to develop actions aimed at social benefits for all respondents. Thus, the OASIS Project Intervivência University made contributions to the young participants in the research aspect of social entrepreneurship, influencing them in developing activities in the social sphere in which cities are embedded

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This research analyses politic Project for nursing education, in its articulation with economical, political and social context of 1970s and 1980s in national level and, in special, nurse formation process in FAEN/UERN space, situating it on the context of Brazilian sanitary reformation movement and participation movement. The thesis is firmed on the sense of explaining whether that movement circa the nurse formation process has been able to build necessary instruments for the transformation of biomedical formation model historically consolidated, in the perspective of conceiving another model anchored on social determination of health/illness process, with the purpose of assuring ethical and political commitment with the SUS praised by sanitary reformation. The study visualized the object considering its specificity, its concrete historical determinations and institutional as well as organizational relationships that permeate possibilities of valorizing it, analyzing it, interpreting it and rebuilding it. Its operationalization occurred in three movements, it means, bibliographical review; documents study; interviews and focal groups realized with professors of the institution. We can apprehend as main results that the nurse formation process has incorporated widely spread conceptions by the sanitary reformation movement and participation movement, assuming the commitment with transformation of health services and social reality. Nevertheless it prevails, still, amongst some professors in the same institutional space, the commitment to a predominantly technicist formation, focused on instrumental knowledge. Opinion divergence explicit diversity of conceptions circa education and, as consequence, distinct political commitments, also contradictory to formation. Thus, there is a lacuna between what is foreseen on political pedagogical project and what is rendered in FAEN/UERN, evidencing the clash related to conceptual bases of formation project. Interpretations, divergent political attitudes and resistances to the process allowed several formation ways. However, formation under new conceptual bases, find limits on the context of social politics implemented in Brazil during the 1990s, neoliberal-based, expressed on expansion and consolidation of health private system, managed by market rules, strengthening biomedical formation model. Notwithstanding, there is a favorable to its implementation, starting from the first years of 21st century, moment when Brazilian sanitary reformation reappear on health speech, as well as facing the policy of permanent education in health. This reality explicit a process of dialectical tension between instituted and institutor, anticipating the moment of scission or adaptation and return to what is already known. Despite of clashed, knowledge, accumulated experience, contribution to services, the construction of partnerships out of university space and articulation with national movement of (re)orientation of nurse formation, have been constituted as vital instruments to offer support to formation in FAEN/UERN. Still, we consider necessary the (re)visitation to FAEN/UERN politic pedagogical Project considering the existing and implemented construction, without, yet, depreciate the norther axis of the project at the reaching of its intentionality

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The great interest observed in wireless communication systems has required the development of new configurations of microstrip antennas, because they are easily built and integrated to other microwave circuit components, which is suitable for the construction and development of planar antenna arrays and microwave integrated circuits. This work presents a new configuration of tapered microstrip antenna, which is obtained by impressing U-slots on the conducting patch combined with a transmission line matching circuit that uses an inset length. It is shown that the use of U-slots in the microstrip antenna conducting patch excites new resonating modes, that gives a multiband characteristic for the slotted microstrip antenna, that is suitable for applications in communication systems that operates several frequencies simultaneously. Up to this date, the works reported in the literature deals with the use of Uslotted microstrip rectangular antennas fed by a coaxial probe. The properties of a linear array of microstrip patch tapered antennas are also investigated. The main parameters of the U slotted tapered microstrip antennas are investigated for different sizes and locations of the slots impressed on the conducting patch. The analysis of the proposed antenna is performed by using the resonant cavity and equivalent transmission line methods, in combination with a parametric study, that is conducted by the use of the Ansoft Designer, a commercial computer aided microwave software well known by its accuracy and efficiency. The mentioned methods are used to evaluate the effect in the antennas parameters, like resonant frequency and return loss, produced by variations of the antenna structural parameters, accomplished separately or simultaneously. An experimental investigation is also developed, that consists of the design, construction and measurement of several U slotted microstrip antenna prototypes. Finally, theoretical and simulated results are presented that are in agreement with the measured ones. These results are related to the resonating modes identification and to the determination of the main characteristics of the investigated antennas, such as resonant frequency, return loss, and radiation pattern