40 resultados para Exceções ao zoneamento
Resumo:
Bats correspond to 20% of the extant mammal species and, with a few exceptions, use echolocation, a spacial orientation system based on emission and analysis of echoes from sound waves, generally ultrasounds. Echolocation was discovered in the 1940 s and since the 1970 s ultrasound detectors have been commercially available, allowing the investigation of several aspects of the natural history and ecology of bats. Passive acoustic monitoring has been frequently used in habitat use studies, predominantly in North America and Europe, by comparing the number of bat passes between different habitat types. This dissertation presents the first evaluation of the spacial and seasonal variation patterns in the activity of insectivorous bats in the Brazilian biome Pampa, in the state of Rio Grande do Sul. Since bat activity can vary according to habitat type, time of year and climatic conditions, the following hypotheses were tested: 1. bat activity varies between different types of habitat; 2. bat activity varies seasonally; 3. bat activity is influenced by temperature, humidity and wind speed. The acoustic samples were taken along fixed transects of 1500 meters, which were monitored monthly from April 2009 to March 2010. Five habitat types were sampled: eucalypts, stream, riparian forest, wetland and grassland. In each sample, the number of bat passes was obtained by using an ultrasound detector Pettersson D230. A total of 1183 bat passes were registered. Greater bat activity levels was observed along large eucalypts (1.93 bat passes/3min) and along a stream (1.61 bat passes/3 min). A riparian forest (0.94 bat passes/3 min) and a wetland area (0.61 bat passes/3 min) exhibited statistically equal levels of activity. Bat passes were fewer in grassland areas (0,16 bat passes/3 min). Bat activity was not correlated with abiotic factors. However, bat activity was significantly low in the colder season, winter, and was similar in autumn, spring and summer. The observed preference for vegetation borders and water courses agrees with reports from other countries and is attributed predominantly to the high prey abundance in these types of environments. Additionally, low activity in the winter is probably a response to the reduced availability of insects, and to lower temperatures. Our results indicate which areas of arboreal vegetation and water courses should be priorities for the conservation of bats and that alterations of these habitat types might negatively influence bat activity in the region
Resumo:
The purpose of this study is to discuss the therapeutic workshops function, while questioning if they constitute a mechanism for change of the traditional asylum logic. The Psychiatric Reform was materialized with the financing and regulation of alternative services that substitute the psychiatric hospital. This change was promoted by the anti asylum debate and the deinstitutionalization besides psychosocial rehabilitation paradigms. Mental health care, therefore, acquired a new form and the Centers for Psychosocial Care (CAPS) are considered the main services of the health network presently under construction. They are services that offer a variety of therapeutics and amongst them is the workshop, considered essential for the advancement of the Reform ideas. The study was conducted in a CAPS II in Natal, RN. Systematic visits were made using the Institutional Analysis perspective, futhermore were made interviews with professionals who was related to workshops. In the end, data were then discussed according to Schizoanalysis. Results denot that workshops represents, in the same time, progress and regress of Psychiatric Reform. It was observed that workshops were oftentimes reduced to strategies for the occupation of time, and as a means for the transmission of social values considered correct. The relationship between professionals and the user of the service was hierarchical and both players was seeing the workshop as a task to be met. Although users expressed intreresting about wokshops, was reported that the work was boring. Besides, except for some cases, the therapeutic workshops wasn t helping clients to create other possibilites in theirs life and stops the job inside the mental care service
Resumo:
A great challenge of the Component Based Development is the creation of mechanisms to facilitate the finding of reusable assets that fulfill the requirements of a particular system under development. In this sense, some component repositories have been proposed in order to answer such a need. However, repositories need to represent the asset characteristics that can be taken into account by the consumers when choosing the more adequate assets for their needs. In such a context, the literature presents some models proposed to describe the asset characteristics, such as identification, classification, non-functional requirements, usage and deployment information and component interfaces. Nevertheless, the set of characteristics represented by those models is insufficient to describe information used before, during and after the asset acquisition. This information refers to negotiation, certification, change history, adopted development process, events, exceptions and so on. In order to overcome this gap, this work proposes an XML-based model to represent several characteristics, of different asset types, that may be employed in the component-based development. Besides representing metadata used by consumers, useful for asset discovering, acquisition and usage, this model, called X-ARM, also focus on helping asset developers activities. Since the proposed model represents an expressive amount of information, this work also presents a tool called X-Packager, developed with the goal of helping asset description with X-ARM
Resumo:
The Exception Handling (EH) is a widely used mechanism for building robust systems. In Software Product Line (SPL) context it is not different. As EH mechanisms are embedded in most of mainstream programming languages (like Java, C# and C++), we can find exception signalers and handlers spread over code assets associated to common and variable SPL features. When exception signalers and handlers are added to an SPL in an unplanned way, one of the possible consequences is the generation of faulty family instances (i.e., instances on which common or variable features signal exceptions that are mistakenly caught inside the system). In this context, some questions arise: How exceptions flow between the optional and alternative features an LPS? Aiming at providing answers to these questions, this master thesis conducted an exploratory study, based on code inspection and static analysis code, whose goal was to categorize the main ways which exceptions flow in LPSs. To support the study, we developed an static analysis tool called PLEA (Product Line Exception Analyzer) that calculates the exceptional flows of LPSs, and categorize these flows according to the features associated with handlers and signalers. Preliminary results showed that some types of exceptional flows have more potential to yield failures in exceptional behavior of SLPs
Uma abordagem para a verificação do comportamento excepcional a partir de regras de designe e testes
Resumo:
Checking the conformity between implementation and design rules in a system is an important activity to try to ensure that no degradation occurs between architectural patterns defined for the system and what is actually implemented in the source code. Especially in the case of systems which require a high level of reliability is important to define specific design rules for exceptional behavior. Such rules describe how exceptions should flow through the system by defining what elements are responsible for catching exceptions thrown by other system elements. However, current approaches to automatically check design rules do not provide suitable mechanisms to define and verify design rules related to the exception handling policy of applications. This paper proposes a practical approach to preserve the exceptional behavior of an application or family of applications, based on the definition and runtime automatic checking of design rules for exception handling of systems developed in Java or AspectJ. To support this approach was developed, in the context of this work, a tool called VITTAE (Verification and Information Tool to Analyze Exceptions) that extends the JUnit framework and allows automating test activities to exceptional design rules. We conducted a case study with the primary objective of evaluating the effectiveness of the proposed approach on a software product line. Besides this, an experiment was conducted that aimed to realize a comparative analysis between the proposed approach and an approach based on a tool called JUnitE, which also proposes to test the exception handling code using JUnit tests. The results showed how the exception handling design rules evolve along different versions of a system and that VITTAE can aid in the detection of defects in exception handling code
Resumo:
Mainstream programming languages provide built-in exception handling mechanisms to support robust and maintainable implementation of exception handling in software systems. Most of these modern languages, such as C#, Ruby, Python and many others, are often claimed to have more appropriated exception handling mechanisms. They reduce programming constraints on exception handling to favor agile changes in the source code. These languages provide what we call maintenance-driven exception handling mechanisms. It is expected that the adoption of these mechanisms improve software maintainability without hindering software robustness. However, there is still little empirical knowledge about the impact that adopting these mechanisms have on software robustness. This work addresses this gap by conducting an empirical study aimed at understanding the relationship between changes in C# programs and their robustness. In particular, we evaluated how changes in the normal and exceptional code were related to exception handling faults. We applied a change impact analysis and a control flow analysis in 100 versions of 16 C# programs. The results showed that: (i) most of the problems hindering software robustness in those programs are caused by changes in the normal code, (ii) many potential faults were introduced even when improving exception handling in C# code, and (iii) faults are often facilitated by the maintenance-driven flexibility of the exception handling mechanism. Moreover, we present a series of change scenarios that decrease the program robustness
Resumo:
Through the comparative critical analysis of the demanded urbanistic parameters in the legislation and of the urbanistic index found in the Rocas neighbourhood, having as study object the already consolidated constructions of residential use, intended to demonstrate that the neighbourhood needes specific norms and that the limits established for recognition of Special Areas of Social Interest for the urbanistic legislation of the City of Natal would have to be reviewed and to be brought up to date, once they show occupations like the ones of the reffered neighbourhood. At a first moment, bibliographical revision and elaboration of the theoretical referencial had been made, , to analyze afterwards the urbanistic legislation for the neibourhood of Rocas, that determines relative parameters for the sizes of land lots, coefficients of exploitation, minimum taxes of occupation and retreat. Through a field research in the area, a study on the occupation description was done at first, characterization of the neibourhood through the study of the social-economic aspects, of the existing infrastructure in the place, environmental aspects, morphologic and tipolgic analysis of the neibourhood as a whole. From the grouping of the found characteristics, sub-zones had been delimited, where the real object of study was detached to be analyzed. From the Sub-zoning, a statistic sampling was carried through with the intention to examine which of the urbanistic index is found in the dwellings of that already materialized place. This sampling, of one hundred and eighteen residences, was carried through by measurement of the lots and existing constructions in these places. Through this survey, for each habitacional unit, area of the lot, constructed area, retreats and coefficient of exploitation had been calculated. The comparison between the legislation parameters and the index found in the place reveal an expressive index of urbanistic irregularity and the necessity of special regulation for the Rocas neibourhood due to its specific social-space characteristic
Resumo:
This doctorate thesis concerning on the Characterization of the Environmental Dynamics of the Coastal Area of the Municipal district of Galinhos, Septentrional Coast of Rio Grande do Norte State, is located in the influence area of the Guamaré Petroliferous Pole, having as general objective the understanding of the active coastal dynamics in the region of Galinhos, whose specific objectives were: To study the variation of the coast line in the decades of 1954, 1967,1988, 1996, 2000, from remote sensing products; To elucidate the hypothesis of the region of Galinhos to have been an old system of islands barriers, using as basic tool the penetration radar in the soil - GPR; To monitor and to characterize the coastal dynamics of the study area starting from monthly data of beach profiles, sedimentological analysis, hydrodynamic data and environmental characterization data; which were used to feed the database of the N-NE network of Environmental Monitoring of Areas under Influence of the Petroliferous Industry;(REDE05/FINEP/CNPq/CTPETRO/ PETROBRAS). This research is justified, of the environmental point of view, by involving the mangrove ecosystem considered one of the most delicated environments of the State. From the viewpoint of the petroleum exploration, the systems of islands barriers are favorable for hydrocarbons reservoirs and, consequently important targets to the oil and gas industry, becoming this region attractive in comparison with similar lithified environments. With the results of the variability study in the position of the coast line in the Municipal district of Galinhos/RN from the analysis of remote sensing images, it was possible to investigate the changes in the coast line in temporal scale; the use of directional filters allowed to emphasize linings in the direction NE and to identify submerged features such as sandwaves. The use of GPR enabled the confirmation of paleochannels existence and thus confirmed the hypothesis that the Galinhos spit was formed from an old system of islands barriers. The results of the granulometric analyses indicated that in the summer period the sediments in the profiles A and B in the foreshore portion were classified with the granulometry of sand with scattered gravel and in the shoreface were constituted by sand, but in the winter period these same morphologic compartments were constituted by sand with sparse gravel and siltic sand respectively. In the profile C, in the summer and in the winter, the shoreface and foreshore compartments presented predominantly constituted by sand with sparse gravel. The hydrodynamic results showed that the largest wave heights were registered in the month of February (62 cm) and the highest period of 1,00 m/s in the month of May, the sense of the coastal currents was kept among the quadrants SW and NW, and the winds coming from NE were predominant. The analysis of the beach profiles demonstrated that in the profile A, although it had occurred erosion and deposition during the monitored months, the morphology of the referred profile was kept constant. In the profiles B and C, there were abrupt changes in the morphology, during the monitored months, having been identified a cyclic pattern in the features of the foreshore zone sometimes forming longitudinal sandy bars and in other times forming berm. These results evidenced, therefore, that studies of this nature are of fundamental importance for the coastal zoning, aiming subsidies to the organs managers in the closing of decisions as for the implantation of enterprises in the area, and for the industry of the petroleum through generation of information that subsidize the implementation and location of petroliferous structures adequate to this environment
Resumo:
ROTATION is one the most important aspects to be observed in stellar astrophysics. Here we investigate that particularly in stars with planets. This physical parameter supplies information about the distribution of angular momentum in the planetary system, as well as its role on the control of dierent phenomena, including coronal and cromospherical emission and on the ones due of tidal effects. In spite of the continuous solid advances made on the study of the characteristics and properties of planet host stars, the main features of their rotational behavior is are not well established yet. In this context, the present work brings an unprecedented study about the rotation and angular momentum of planet-harbouring stars, as well as the correlation between rotation and stellar and planetary physical properties. Our analysis is based on a sample of 232 extrasolar planets, orbiting 196 stars of dierent luminosity classes and spectral types. In addition to the study of their rotational behavior, the behavior of the physical properties of stars and their orbiting planets was also analyzed, including stellar mass and metallicity, as well as the planetary orbital parameters. As main results we can underline that the rotation of stars with planets present two clear features: stars with Tef lower than about 6000 K have slower rotations, while among stars with Tef > 6000 K we and moderate and fast rotations, though there are a few exceptions. We also show that stars with planets follow mostly the Krafts law, namely < J > / v rot. In this same idea we show that the rotation versus age relation of stars with planets follows, at least qualitatively, the Skumanich and Pace & Pasquini laws. The relation rotation versus orbital period also points for a very interesting result, with planet-harbouring stars with shorter orbital periods present rather enhanced rotation
Resumo:
This work focuses the geological and geomorphological characterization of the inner shelf in the West Coast of the Rio Grande do Norte state, particularly the reef coral barrier offshore of Maracajaú (Maxaranguape district). If developed without the necessary concerns, tourism and entertainment activities that have been widely increased during the last five years can lead to irreversible environmental damages to the biotic and abiotic ecosystems of the region. Regarding these aspects, it is crucial the realization of a detailed study to envisage the achievement of a self-sustainable development, especially with respect to the possibilities of a rational usage of the region. This is the aim of this manuscript, which consisted of an initial stage of digital modeling of the terrain with basis on digitalization and vectorization of the Nautical map number 803 (Naval Service of Brazil, 1971). Information obtained in this phase was improved with the digital processing of small format aerial photos acquired from six flights, which were integrated to form a photomosaic of the area. The refined maps produced with the data from Nautical and aerial photo-interpretations aided to locate 9 bathymetric profiles, which provided information about the sea floor relief of the whole area. This later aided in the choosing of areas to bottom sampling that, in its turn, helped to characterize sediments present in floor of the inner shelf. Sixty-four samples collected during this work were studied by granulometrical and chemical analysis; with the later one developed in order to measure carbonate and organic matter contents. Forty-two of these samples showed carbonate content higher than 80% and organic matter in the range of 0.58% to 24.06%. With respect to grain size, these samples are in the interval between fine- to mid-grained sands. Sands with grain sizes higher than this one are also composed by carbonate carapaces such as pale yellow to red rhodolites with ellipsoidal and spheroidal shapes. During determination of the submerse features, the small format aerial photos demonstrated to be a useful methodology to aid the delineation of the sea floor topography through shallow deep waters. The bathymetry, for its turn, revealed several features at the bottom of the platform, in which the most conspicuous are undulations and morphological details of the São Roque Channel. Examination of bottom, aside from sand, yielded the identification of bivalves, ostracods, fragments of bryozoans, spikes of sponges, spines of echinoderms, operculum of gastropods and foraminifers. From the above it is concluded that the multi-methodological approach developed in this study worked efficiently, permitting the geomorphological and environmental characterization of the inner shelf of the North Maracajaú
Resumo:
The Camorim Oilfield, discovered in 1970 in the shallow water domain of the Sergipe Sub-basin, produces hydrocarbons from the Carmópolis Member of the Muribeca Formation, the main reservoir interval, interpreted as siliciclastics deposited in an alluvial-fluvial-deltaic context during a late rifting phase of Neoaptian age, in the Sergipe-Alagoas Basin. The structural setting of the field defines different production blocks, being associated to the evolution of the Atalaia High during the rift stage and subsequent reactivations, encompassing NE-SW trending major normal faults and NWEW trending secondary faults. The complexity of this field is related to the strong facies variation due to the interaction between continental and coastal depositional environments, coupled with strata juxtaposition along fault blocks. This study aims to geologically characterize its reservoirs, to provide new insights to well drilling locations in order to increase the recovery factor of the field. Facies analysis based on drill cores and geophysical logs and the 3D interpretation of a seismic volume, provide a high resolution stratigraphic analysis approach to be applied in this geodynamic transitional context between the rift and drift evolutionary stages of the basin. The objective was to define spatial and time relations between production zones and the preferential directions of fluid flow, using isochore maps that represent the external geometry of the deposits and facies distribution maps to characterize the internal heterogeneities of these intervals, identified in a 4th order stratigraphic zoning. This work methodology, integrated in a 3D geological modelling process, will help to optimize well drilling and hydrocarbons production. This methodology may be applied in other reservoirs in tectonic and depositional contexts similar to the one observed at Camorim, for example, the oil fields in the Aracaju High, Sergipe Sub-basin, which together represent the largest volume of oil in place in onshore Brazilian basins
Resumo:
This present work has as its objective the analysis of transformations relating to the production processes in the Southern littoral urban space of the city of João Pessoa PB. The research estimated that the urban space is the product, means and condition of the society which produces it. The object-area of this inquiry is constituted of five districts: Altiplano Cabo Branco, Portal do Sol, Ponta do Seixas, Penha and Costa do Sol. The urban expansion which occurs in this area is characterized by the appearance of sufficient contradictory space phenomenona. On the other hand, the launching of real estate products such as the horizontal closed condominiums, directed towards the upper class, and the occurrence of areas of irregular occupation, inhabited by lower socioeconomic class and with a great lack of infrastructure and basic urban services, revealing the social contradictions. Due to this, processes such as auto-segregation and segregation imposed beyond the precarious and delinquent inclusion, has become the determining characteristic of this part of the city in analysis. The study also takes into account the appreciation of the new urban environmental zoning of Altiplano do Cabo Branco and from this moment on, start the discussion about the tendencies of urban expansion in this area, due to the interests and strategies of the real estate sector and the prominent role of the government in the current valorization process of urban soil of the area. The presence of residuals of agricultural businesses indicates a typical picture of the peri-urban areas configuring what we observe today at the Southern littoral of João Pessoa
Resumo:
Issues concerning coastal regions, especially the beaches have sparked quite complex because studies are there that most people in the world has secured housing, mainly from the half of the last century, without concern for the natural dynamics of these environments, which have complex interactions of continental and oceanic, coastal responsible for changes in locations that can be perceived in a few years and sometimes even a few days or hours. The search took as main goal, analyze the Genipabu Beach, in the municipality of Extremoz/RN, fragile environment and rapid momentum, which has been occupied in a disorderly and unplanned. Carried out a beach monitoring through profiles beach environments: defined stages morphodynamics; realization of characterize hydrodynamic processes; identification of changes in the landscape. To this end, made necessary a survey from the bibliographic collection for theoretical and conceptual rationale. An empirical step for conducting the environmental characterization of hydrodynamics, leveling and topographic analysis of sediments (in laboratory), for observation of changes in features, influenced, and natural dynamics, anthropic action that increasingly comes taking the characteristics from the natural landscape. Underlines therefore the importance of academic studies in several areas in these environments, for setting up a coastal zoning giving public subsidies for managers for managing and planning the use and occupation of the coast in their areas
Resumo:
This thesis deepens the issues pointed out in our master's dissertation (2009) and the following texts about architectural projects representation presented in architectural competitions. It aims to identify the representation culture of projects from architectural competitions. Were there common ways to argue among successful architects? Which were them? How extent the various arguments are consistent or what is the discursive coherent? Which interlocutors were privileged in argumentation, the requesting ones or those that evaluate the proposals? To answer these questions, we began from a correlation suggested by TOSTRUP (1999) among some drawings – plans, sections, façades, perspective, details or texts - and emphasized aspects in a project argumentation (place, zoning, environmental comfort, energy efficiency, etc.). On the top of this, we add functions that DURAND (2003) indicates relevant to architectural representations: conception, communication or seduction and execution. Other writers, such as COLLINS (1971), COLLYER (2004), MOON (2005), BANDEIRA (2007), and OXMAN (2008) in different ways, offered us subsidies to relate kinds of architectural representations with specific functions or strategies of persuasion. Thus, for 08 Brazilian competitions, occurred between 2008 – 2011, we analyzed the requests from the brief of the official announcement, the evaluations of the jurors, and the boards of the winning designs – graphical and textual representations. That allowed us to observe a representation culture predominantly based on perspectives and plans, even been articulated in different arguments. This may emphasize since objective aspects as building execution to appeals of mere visual seduction. In what regards to the audience, even when the official announcement resembled to one another, the winners’ argumentation were different, suggesting a possible jury’s privilege as an interlocutor.
Resumo:
This work describes the design process of a small recreational gated community in Pium, Nísia Floresta/RN, from concept to final design stages, with emphasis on low environmental impact, thermal comfort and the spatial quality of housing. The process consisted in a review of the literature and relevant standards, studies of design references and architectural programming. The project development was initially focused on the project’s feasibility, with the definition of the number of units, implantation, size and location of the dwellings and the common areas of the development. Two types of houses (four low rise and five duplex units) have been proposed in order to attend the premises of architectural programming. The conception of the architectural design began with the rooms’ zoning according to the lots. This resulted in the pre-selection of three alternatives that were evaluated in terms of spatial quality and environmental performance. The development of sketches focused on the envelope consistent with the bioclimatic guidelines and on the language of the compatible proposal with the lowest possible environmental impact of the building system, which resulted in the selection of the eucalyptus wood type. During the working drawings, the Quality Technical Regulation for the Level of Energy Efficiency Residential Buildings (RTQ -R) was adopted for the evaluation of the envelope, which resulted in "B" level of efficiency for the first case. After minor adjustments, mainly in frames, the efficiency level rose to "A", demonstrating that early project decisions contributed to the envelope energy performance. Besides the design of the two types of units, the final proposal of the gated community includes the design of the equipment for the common areas (entrance, multipurpose room and support and service sector), and the descriptive texts explaining the project and construction’s details.