995 resultados para Projetos de desenvolvimento agrícola


Relevância:

30.00% 30.00%

Publicador:

Resumo:

This paperwork attempts to measure the project management maturity in the State Department of Taxation in Rio Grande do Norte. Project management has shown to be a critical component to any organization success, as the projects are directly related to a set of activities resulting into organizational innovations such as products, services and processes; and its improvement is directly aligned with the strategic management. Methodologically, this paperwork uses both a quantitative and qualitative approach that will be applied to the coordinators, sub-coordinators, and directors of the Regional Offices of the State Department of Taxation. In the theoretical reference it is about the public management and analyzes the strategic management in contemporary public administration. Presents the maturity in project management is by discussing the main models: CMM, Capability Maturity Model; PMMM, Project Management Maturity Model; OPM3, Organization Project Maturity Model and the Prado-MMGP, Modelo de Maturidade em Gerenciamento de Projetos. From this analysis, considering attributes as an aid in taking strategic positioning, access to the model, possibility of benchmarking and continuous improvement, the Prado-MMGP model was the most appropriate for this research process. It has been proved that the State Department of Taxation shows a very low project management maturity level. Regarding the acceptance of the maturity dimensions by the State Department, it is still in an early developmental stage, as one of the dimensions showed a poor performance while the rest showed a regular one. In contrast with similar organizations, the maturity results have shown to be below the national average. The maturity assessment enables in the institution the implementation of a plan for institutional growth with the creation of sector strategic and project management

Relevância:

30.00% 30.00%

Publicador:

Resumo:

The present work regards, as its subject, the management of the urban space. It aims to survey the role assumed by the Conselho de Intendência Municipal de Natal (Municipal Stewardship Council of Natal) in the formation of a new urban order between the years of 1904 and 1929. For a better comprehension of the object of research, the milestone of the time span analyzed in this work was receded to the year of 1890, specifically at the first chapter of this dissertation. In this chapter, we will turn our attention towards an analysis of the referred council, on the regulation of its operation, the relations of this institution with the state government and its mechanisms of action in the city, among other topics. In the next chapter, we will delve into an elite who administrated the city of Natal during the first republic, understanding that the analysis of the formation of a modern city project by the Municipal Stewardship undergoes the comprehension of those who leaded this institution. In the third chapter, we will examine the limits of the municipal management to put into practice its projects to the upraise of a new Natal, between the years of 1904 and 1921. The last chapter, on its turn, presents a new Stewardship, reformulated after a process of administrative streamlining, and a city that transforms itself, especially during the O Grady tenure by receiving major constructions, which alter its main features. We will regard, as the main resources of this study, articles from the daily newspapers A República (The Republic) and Diário de Natal (Daily Natal), dictums, announcements, laws, state decrees and the messages disclosed by the state government. To build a way of analysis, we make use of authors such as Anthony Giddens, Peter Burke and Laurent Vidal, among many others who discuss concepts related to the proposed theme

Relevância:

30.00% 30.00%

Publicador:

Resumo:

The increase of capacity to integrate transistors permitted to develop completed systems, with several components, in single chip, they are called SoC (System-on-Chip). However, the interconnection subsystem cans influence the scalability of SoCs, like buses, or can be an ad hoc solution, like bus hierarchy. Thus, the ideal interconnection subsystem to SoCs is the Network-on-Chip (NoC). The NoCs permit to use simultaneous point-to-point channels between components and they can be reused in other projects. However, the NoCs can raise the complexity of project, the area in chip and the dissipated power. Thus, it is necessary or to modify the way how to use them or to change the development paradigm. Thus, a system based on NoC is proposed, where the applications are described through packages and performed in each router between source and destination, without traditional processors. To perform applications, independent of number of instructions and of the NoC dimensions, it was developed the spiral complement algorithm, which finds other destination until all instructions has been performed. Therefore, the objective is to study the viability of development that system, denominated IPNoSys system. In this study, it was developed a tool in SystemC, using accurate cycle, to simulate the system that performs applications, which was implemented in a package description language, also developed to this study. Through the simulation tool, several result were obtained that could be used to evaluate the system performance. The methodology used to describe the application corresponds to transform the high level application in data-flow graph that become one or more packages. This methodology was used in three applications: a counter, DCT-2D and float add. The counter was used to evaluate a deadlock solution and to perform parallel application. The DCT was used to compare to STORM platform. Finally, the float add aimed to evaluate the efficiency of the software routine to perform a unimplemented hardware instruction. The results from simulation confirm the viability of development of IPNoSys system. They showed that is possible to perform application described in packages, sequentially or parallelly, without interruptions caused by deadlock, and also showed that the execution time of IPNoSys is more efficient than the STORM platform

Relevância:

30.00% 30.00%

Publicador:

Resumo:

The development of smart card applications requires a high level of reliability. Formal methods provide means for this reliability to be achieved. The BSmart method and tool contribute to the development of smart card applications with the support of the B method, generating Java Card code from B specifications. For the development with BSmart to be effectively rigorous without overloading the user it is important to have a library of reusable components built in B. The goal of KitSmart is to provide this support. A first research about the composition of this library was a graduation work from Universidade Federal do Rio Grande do Norte, made by Thiago Dutra in 2006. This first version of the kit resulted in a specification of Java Card primitive types byte, short and boolean in B and the creation of reusable components for application development. This work provides an improvement of KitSmart with the addition of API Java Card specification made in B and a guide for the creation of new components. The API Java Card in B, besides being available to be used for development of applications, is also useful as a documentation of each API class. The reusable components correspond to modules to manipulate specific structures, such as date and time. These structures are not available for B or Java Card. These components for Java Card are generated from specifications formally verified in B. The guide contains quick reference on how to specify some structures and how some situations were adapted from object-orientation to the B Method. This work was evaluated through a case study made through the BSmart tool, that makes use of the KitSmart library. In this case study, it is possible to see the contribution of the components in a B specification. This kit should be useful for B method users and Java Card application developers

Relevância:

30.00% 30.00%

Publicador:

Resumo:

The software systems development with domain-specific languages has become increasingly common. Domain-specific languages (DSLs) provide increased of the domain expressiveness, raising the abstraction level by facilitating the generation of models or low-level source code, thus increasing the productivity of systems development. Consequently, methods for the development of software product lines and software system families have also proposed the adoption of domain-specific languages. Recent studies have investigated the limitations of feature model expressiveness and proposing the use of DSLs as a complement or substitute for feature model. However, in complex projects, a single DSL is often insufficient to represent the different views and perspectives of development, being necessary to work with multiple DSLs. In order to address new challenges in this context, such as the management of consistency between DSLs, and the need to methods and tools that support the development with multiple DSLs, over the past years, several approaches have been proposed for the development of generative approaches. However, none of them considers matters relating to the composition of DSLs. Thus, with the aim to address this problem, the main objectives of this dissertation are: (i) to investigate the adoption of the integrated use of feature models and DSLs during the domain and application engineering of the development of generative approaches; (ii) to propose a method for the development of generative approaches with composition DSLs; and (iii) to investigate and evaluate the usage of modern technology based on models driven engineering to implement strategies of integration between feature models and composition of DSLs

Relevância:

30.00% 30.00%

Publicador:

Resumo:

This study aimed to analyse the factors that can contribute to the support of residents in the process of management of environmental tourism projects. The importance of reflecting on the municipal planning, including the management of stakeholders, is justified by changes in economic and social values of local communities, the concern with their space and quality of life. Thus, the support of the dwellers to the management process of an attractive allows motivate and prioritize the opinion of this community, strengthening social groups and integrating them into projects and local actions. The study was described as descriptive, exploratory and quantitative. As the analysis model. They were used the research variables done by Nunkoo and Ramkissoon (2012), as a way to assess the support of local dwellers on the development of Revitalization project of Monumento Natural Vale dos Dinossauros, in the management of environmental tourist destination, in Sousa/PB. Results show the relationship among the dimensions, confidence in government agencies, benefits and costs occasioned by tourism development in the attractive as influencers support elements of the deweller. Thus, it is intended to corroborate to the inclusion of stakeholdersin the planning process in the development of tourism in this location in order to involve them in decision making about planning and management of tourism in the city, with a view to sustainable local development

Relevância:

30.00% 30.00%

Publicador:

Resumo:

For many decades the problematic raised about the indiscriminate use of pesticides in modern agriculture has incited the interest of many researchers to discover the effects caused by such products in the environment and consequently in the life of the ones which use that products (farmers) and those people who live in places next to the agricultural areas. Facing these facts, this research had the intention of comprehend the environmental perception of habitants of the Distrito Irrigado do Baixo-Açu (DIBA), located in the semiarid of Rio Grande do Norte, by using agro toxics and its possible environmental effects, as well as evaluate the levels of toxicity of waters from agricultural runoff in this region by using eco-toxicological exams with Ceriodaphnia silvestii. Were done 86 interviews with dwellers and farmers from DIBA. With the results reached in the evaluation of the interviews it was possible to identify that one of major problems is the inappropriate discard of empty packs of the pesticides used at that place. The samples collected for eco-toxicological evaluation showed a variation in its toxicity, once that the point of collect which receives waters from different cultures presented in four out of five samples toxicity for the tested species. Therefore, it concludes that the indiscriminate use of pesticides agricultural practice presented a potential to pollute to the irrigation waters, and the absence of elucidation by the farmers about the manipulation of these products contribute to the risk of environmental contamination and the possible decrease of the quality of life of the dwellers of the region

Relevância:

30.00% 30.00%

Publicador:

Resumo:

The area between Galinhos and São Bento do Norte beaches, located in the northern coast of the Rio Grande do Norte State is submitted to intense and constant processes of littoral and aeolian transport, causing erosion, alterations in the sediments balance and modifications in the shoreline. Beyond these natural factors, the human interference is huge in the surroundings due to the Guamaré Petroliferous Pole nearby, the greater terrestrial oil producing in Brazil. Before all these characteristics had been organized MAMBMARE and MARPETRO projects with the main objective to execute the geo-environmental monitoring of coastal areas on the northern portion of RN. There is a bulky amount of database from the study area such as geologic and geophysical multitemporal data, hydrodynamic measurements, remote sensing multitemporal images, thematic maps, among others; it is of extreme importance to elaborate a Geographic Database (GD), one of the main components of a Geographic Information System (GIS), to store this amount of information, allowing the access to researchers and users. The first part of this work consisted to elaborate a GD to store the data of the area between Galinhos and São Bento do Norte cities. The main goal was to use the potentiality of the GIS as a tool to support decisions in the environmental monitoring of this region, a valuable target for oil exploration, salt companies and shrimp farms. The collected data was stored as a virtual library to assist men decisions from the results presented as digital thematic maps, tables and reports, useful as source of data in the preventive planning and as guidelines to the future research themes both on regional and local context. The second stage of this work consisted on elaborate the Oil-Spill Environmental Sensitivity Maps. These maps based on the Environmental Sensitivity Index Maps to Oil Spill developed by the Ministry of Environment are cartographic products that supply full information to the decision making, contingency planning and assessment in case of an oil spilling incident in any area. They represent the sensitivity of the areas related to oil spilling, through basic data such as geology, geomorphology, oceanographic, social-economic and biology. Some parameters, as hydrodynamic data, sampling data, coastal type, declivity of the beach face, types of resources in risk (biologic, economic, human or cultural) and the land use of the area are some of the essential information used on the environmental sensitivity maps elaboration. Thus using the available data were possible to develop sensitivity maps of the study area on different dates (June/2000 and December/2000) and to perceive that there was a difference on the sensitivity index generated. The area on December presented more sensible to the oil than the June one because hydrodynamic data (wave and tide energy) allowed a faster natural cleaning on June. The use of the GIS on sensitivity maps showed to be a powerful tool, since it was possible to manipulate geographic data with correctness and to elaborate more accurate maps with a higher level of detail to the study area. This presented an medium index (3 to 4) to the long shore and a high index (10) to the mangrove areas highly vulnerable to oil spill

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Este trabalho aborda elementos relativos às dimensões dos valores e da participação política, desenvolvidos por professoras, quando da elaboração de projetos temáticos sobre resíduos sólidos. A análise representa um momento da investigação dos processos de educação continuada de professoras de séries iniciais do Ensino Fundamental, de São Carlos, SP, ao aprender e ensinar conteúdos relativos à temática ambiental, com foco nos resíduos sólidos. Apontamos na discussão dos dados que as professoras freqüentemente não reconhecem os limites da dimensão dos conhecimentos, o que provavelmente dificulta a percepção das possibilidades de desenvolvimento do trabalho com as dimensões dos valores éticos e da participação política. Analisamos, para estas dimensões, alguns aspectos que se destacaram na pesquisa realizada.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Les politiques actuelles de développement territorial sont parfois rattachées, de manière intéressée, à l'utilisation des ressources locales et à l'exécution de projets spécifiques d'agents déterminés. Ce phénomène caractérise ce qui est appelé ici de: « effet modernisateur », résultat des pratiques de quelques agents pour rendre possible leurs prétentions particulières. Ces pratiques finissent par propager des idées de développement et de modernisation qui ne se réalisent pas de forme égalitaire dans le local.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Este trabalho advoga a idéia de que os relacionamentos colaborativos entre universidade e escolas de 1º e 2º graus representam alternativa metodológica privilegiada tanto para investigação, quanto para atuação sobre o desenvolvimento profissional de professores e suas condições de trabalho. Projetos de natureza coletiva, que aproximam a pesquisa da realidade a ser estudada, como a pesquisa-ação colaborativa, constituem exemplos muito positivos de parceria entre universidade e escolas de 1º e 2º graus, porque geram oportunidades de exercício de práticas inovadoras no interior das escolas e o desenvolvimento de profissionais reflexivos em educação.Por se voltarem para a renovação simultânea de ambas as instituições envolvidas (universidade e escolas), de seus profissionais e de suas práticas, projetos colaborativos permitem, especialmente, que aprendamos mais sobre formas alternativas de iniciar e consolidar mudanças educacionais.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Conselho Nacional de Desenvolvimento Científico e Tecnológico (CNPq)

Relevância:

30.00% 30.00%

Publicador:

Resumo:

O gerenciamento do Earned Value vem obtendo aceitação crescente nas empresas e entre profissionais tais como gerentes de projetos e funcionais, devido à sua efetividade no controle dos resultados do projeto. Earned Value é definido como uma ferramenta de controle que permite avaliar simultaneamente de maneira quantitativa como se encontram os custos e prazos em uma data de controle, permitindo também prever a data de término e o valor gasto (VARGAS, 2005). Este artigo avalia a aplicabilidade do earned value como ferramenta de controle de projetos aeronáuticos na EMBRAER. Contribui também para a aplicação do earned value no controle de projetos complexos. Utilizam-se como técnicas de coleta de dados: entrevistas, observações e análise documental. Conclui-se que o earned value é utilizado apenas nos projetos da área de aviação de defesa, por ser uma exigência contratual. O uso do earned value nas áreas de programas executivos e comerciais restringe-se às fases de definição conjunta, projeto detalhado e certificação, pois o escopo do projeto é bem definido, o cronograma é detalhado e os custos são previstos e obtidos com maior acuidade. Nas demais fases de desenvolvimento do produto, o uso do earned value é restrito, devido principalmente às constantes alterações de escopo do produto e do projeto.