778 resultados para Architecture and urbanism. Cultural heritage. Urban policies. socio-environmental Image. Memory
Resumo:
This work aimed to study the characteristics of the fibres of the species Bactris setosa ('tucum') used by close-knit social groups, located in Sorocaba - Sao Paulo - Brazil, in basket-making techniques, for possible applications in textile activity. Optical microscopy (NBR 13 538:1995) and Tensile Properties (ASTM D 3 822-2001) were used to assess properties such as the fibre structre, linear density, breaking force, elongation at break and breaking tenacity of each species. Bactris setosa showed a longitudinal view similar to that of sisal; an average linear density of 41.2 tex, a tenacity average of 11.96 cN/tex, closer to fiberglass, and an elongation ranging between 1.35 and 3.87%. It is important to clarify the delicacy and detail of the tests, and from this we highlight the importance of carrying out these studies, based on which science and technology must be linked with socio-environmental aspects.
Resumo:
The encoding of verbal stimuli elicits left-lateralized activation patterns within the medial temporal lobes in healthy adults. In our study, patients with left- and right-sided temporal lobe epilepsy (LTLE, RTLE) were investigated during the encoding and retrieval of word-pair associates using functional magnetic resonance imaging. Functional asymmetry of activation patterns in hippocampal, inferior frontal, and temporolateral neocortical areas associated with language functions was analyzed. Hippocampal activation patterns in patients with LTLE were more right-lateralized than those in patients with RTLE (P<0.05). There were no group differences with respect to lateralization in frontal or temporolateral regions of interest (ROIs). For both groups, frontal cortical activation patterns were significantly more left-lateralized than hippocampal patterns (P<0.05). For patients with LTLE, there was a strong trend toward a difference in functional asymmetry between the temporolateral and hippocampal ROIs (P=0.059). A graded effect of epileptic activity on laterality of the different regional activation patterns is discussed.
Resumo:
Predicting the response of species to environmental changes is a great and on-going challenge for ecologists, and this requires a more in-depth understanding of the importance of biotic interactions and the population structuration in the landscape. Using a reciprocal transplantation experiment, we tested the response of five species to an elevational gradient. This was combined to a neighbour removal treatment to test the importance of local adaptation and biotic interactions. The trait studied was performance measured as survival and biomass. Species response varied along the elevational gradient, but with no consistent pattern. Performance of species was influenced by environmental conditions occurring locally at each site, as well as by positive or negative effects of the surrounding vegetation. Indeed, we observed a shift from competition for biomass to facilitation for survival as a response to the increase in environmental stress occurring in the different sites. Unlike previous studies pointing out an increase of stress along the elevation gradient, our results supported a stress gradient related to water availability, which was not strictly parallel to the elevational gradient. For three of our species, we observed a greater biomass production for the population coming from the site where the species was dominant (central population) compared to population sampled at the limit of the distribution (marginal population). Nevertheless, we did not observe any pattern of local adaptation that could indicate adaptation of populations to a particular habitat. Altogether, our results highlighted the great ability of plant species to cope with environmental changes, with no local adaptation and great variability in response to local conditions. Our study confirms the importance of taking into account biotic interactions and population structure occurring at local scale in the prediction of communities’ responses to global environmental changes.
Resumo:
El trabajo analiza la expansión del monocultivo extractivista en Costa Rica y la Argentina en detrimento del capital natural y las poblaciones campesinas. La metodología incluyó entrevistas realizadas a campo en ambos países y consultas a fuentes documentales, periodísticas y bibliográficas. Se concluye que los conflictos ecosociales son provocados por la ausencia de un ordenamiento territorial, la escasa fiscalización estatal en materia ambiental y la alianza de los gobiernos con el capital concentrado. En este contexto, también se evidencian estrategias de resistencia de los campesinos que luchan por la justicia ambiental y la concreción de una institucionalidad socioambiental acorde con sus intereses
Resumo:
El trabajo analiza la expansión del monocultivo extractivista en Costa Rica y la Argentina en detrimento del capital natural y las poblaciones campesinas. La metodología incluyó entrevistas realizadas a campo en ambos países y consultas a fuentes documentales, periodísticas y bibliográficas. Se concluye que los conflictos ecosociales son provocados por la ausencia de un ordenamiento territorial, la escasa fiscalización estatal en materia ambiental y la alianza de los gobiernos con el capital concentrado. En este contexto, también se evidencian estrategias de resistencia de los campesinos que luchan por la justicia ambiental y la concreción de una institucionalidad socioambiental acorde con sus intereses
Resumo:
El trabajo analiza la expansión del monocultivo extractivista en Costa Rica y la Argentina en detrimento del capital natural y las poblaciones campesinas. La metodología incluyó entrevistas realizadas a campo en ambos países y consultas a fuentes documentales, periodísticas y bibliográficas. Se concluye que los conflictos ecosociales son provocados por la ausencia de un ordenamiento territorial, la escasa fiscalización estatal en materia ambiental y la alianza de los gobiernos con el capital concentrado. En este contexto, también se evidencian estrategias de resistencia de los campesinos que luchan por la justicia ambiental y la concreción de una institucionalidad socioambiental acorde con sus intereses
Resumo:
Authors proposed an MSc Program related to Environmental Security and Management. This program endeavors to prepare students for the regional and global postgraduate job market.
Resumo:
Background Gray scale images make the bulk of data in bio-medical image analysis, and hence, the main focus of many image processing tasks lies in the processing of these monochrome images. With ever improving acquisition devices, spatial and temporal image resolution increases, and data sets become very large. Various image processing frameworks exists that make the development of new algorithms easy by using high level programming languages or visual programming. These frameworks are also accessable to researchers that have no background or little in software development because they take care of otherwise complex tasks. Specifically, the management of working memory is taken care of automatically, usually at the price of requiring more it. As a result, processing large data sets with these tools becomes increasingly difficult on work station class computers. One alternative to using these high level processing tools is the development of new algorithms in a languages like C++, that gives the developer full control over how memory is handled, but the resulting workflow for the prototyping of new algorithms is rather time intensive, and also not appropriate for a researcher with little or no knowledge in software development. Another alternative is in using command line tools that run image processing tasks, use the hard disk to store intermediate results, and provide automation by using shell scripts. Although not as convenient as, e.g. visual programming, this approach is still accessable to researchers without a background in computer science. However, only few tools exist that provide this kind of processing interface, they are usually quite task specific, and don’t provide an clear approach when one wants to shape a new command line tool from a prototype shell script. Results The proposed framework, MIA, provides a combination of command line tools, plug-ins, and libraries that make it possible to run image processing tasks interactively in a command shell and to prototype by using the according shell scripting language. Since the hard disk becomes the temporal storage memory management is usually a non-issue in the prototyping phase. By using string-based descriptions for filters, optimizers, and the likes, the transition from shell scripts to full fledged programs implemented in C++ is also made easy. In addition, its design based on atomic plug-ins and single tasks command line tools makes it easy to extend MIA, usually without the requirement to touch or recompile existing code. Conclusion In this article, we describe the general design of MIA, a general purpouse framework for gray scale image processing. We demonstrated the applicability of the software with example applications from three different research scenarios, namely motion compensation in myocardial perfusion imaging, the processing of high resolution image data that arises in virtual anthropology, and retrospective analysis of treatment outcome in orthognathic surgery. With MIA prototyping algorithms by using shell scripts that combine small, single-task command line tools is a viable alternative to the use of high level languages, an approach that is especially useful when large data sets need to be processed.
Resumo:
We present an overview on different environmental zones within coastal areas and summarise the physical basis behind the three most important methods that are available to date Holocene coastal sediments. Besides radiocarbon and uranium series dating, Optically Stimulated Luminescence (Osl) has increasingly been applied for dating in coastal settings over the past decade. This is illustrated by a number of case studies showing that Osl can be applied to sediments from almost any kind of coastal environment, covering a potential dating range from some years up to several hundred thousand years. Osl dating may hence be the method of choice for deciphering natural environmental change along coasts as well as the presence and the impact of human occupation in such areas. In addition, we briefly show how and where these dating methods could be applied to constrain the palaeo-environmental context of an archaeological site at Vohemar in north-eastern Madagascar.
Resumo:
Mode of access: Internet.