• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 339
  • 168
  • 97
  • 54
  • 34
  • 32
  • 13
  • 11
  • 9
  • 7
  • 5
  • 5
  • 4
  • 4
  • 4
  • Tagged with
  • 942
  • 159
  • 85
  • 60
  • 59
  • 58
  • 54
  • 52
  • 49
  • 49
  • 48
  • 44
  • 43
  • 43
  • 41
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
211

Comparing Virtual Threads and Reactive Webflux in Spring : A Comparative Performance Analysis of Concurrency Solutions in Spring / Jämförelse av virtuella trådar och Reactive WebFlux i Spring : En jämförande analys av lösningar för samtidighet i Spring

Haneklint, Carl, Joo, Yo Han January 2023 (has links)
To develop a high performant web service in Java, Reactive WebFlux has previously been utilized as the only alternative. With the introduction of virtual threads in Java 19, it has been considered that it would be an alternative to the current provided option. This paper presents the performance difference between Spring applications powered by normal threads, virtual threads, and its reactive counterpart Reactive WebFlux. The tests were done by creating three prototypes, which were used to call an endpoint with a set delay time and increasing the number of requests per second until system failure. The results show that the virtual threaded prototypes performed slightly better than the reactive prototype. The question remains whether the Reac- tive WebFlux application using the most optimal web server produces a different re- sult, as well as future research on how virtual threads perform with database usage. / För att utveckla högpresterande webbtjänster i Java har Reactive WebFlux varit det främsta alternativet. Med introduktionen av virtuella trådar i Java 19 har spekulerats kunna ersätta reaktiva webbtjänster. Detta arbete presenterar prestandaskillnaden mellan Spring-applikationer som drivs av normala trådar, virtuella trådar och dess reaktiva motsvarighet Reactive WebFlux. Testerna utfördes genom att skapa tre pro- totyper, som användes för att anropa en slutpunkt med en satt fördröjningstid och öka antalet förfrågningar per sekund fram till systemfel. Resultaten visade att proto- typen med virtuella trådar presterade något bättre än den reaktiva prototypen. Där- emot är det ännu oklart om Reactive WebFlux-applikationen med en optimal webb- server skulle producera ett annat resultat. Dessutom skulle det vara intressant för framtida forskning om hur virtuella trådar fungerar med databasanvändning.
212

Development, Characterization, and Application of Ni<sub>19.5</sub>Ti<sub>50.5</sub>Pd<sub>25</sub>Pt<sub>5</sub> High-Temperature Shape Memory Alloy Helical Actuators

Stebner, Aaron P. January 2007 (has links)
No description available.
213

Movimento de malhas e remalhamento de malhas superficiais / Mesh motion and surface remeshing

Soares, Igor Prata 08 February 2007 (has links)
Malhas dinâmicas são comumente utilizadas em problemas de simulação sobre dominios cuja geometria varia com o tempo. Sempre que o domínio onde a malha está definida é alterado, as molas são acionadas movimentando os vértices para que estes se conformem com a nova descrição do domínio. Os tipos de molas mais utilizadas são: as longitudinais, as torcionais e as semi-torcionais. Nesta tese uma nova mola é proposta, a mola altura, que além de evitar sobreposição de elementos, é conceitualmente simples e fácel de ser implementada. Outra contribuição desse trabalho é o mecanismo de vértices ativos, que permite economia de processamento durante a resolução da malha dinâmica. Quando a fronteira do domínio sofre grandes alterações, o processo dinâmico pode não ter êxito na correção da malha. Para contornar esse problema, a fronteira deve ser alterada aos poucos. Uma nova estratégia para realizar grandes deformações em pequenos passos é introduzida nesta tese. Em algumas aplicações, o movimento da fronteira da malha pode comprometer células da própria fronteira. A correção da fronteira e um processo delicado, já que em muitos casos ele implica em alterar a descrição do domínio. Um novo método para efetuar a correção da fronteira é apresentado neste trabalho. Ele é baseado em malhas dinâmicas e utiliza um novo conceito de molas, as molas conservativas. Todas as contribuições citadas acima tiveram aplicação prática na industria aeronáutica, sendo utilizadas na implementação de uma metodologia inovadora para acoplar um simulador de escoamento de fluidos tridimensional com uma ferramenta de projeto inverso de aerofólios que roda em um contexto bidimensional. O outro assunto abordado e o remalhamento de triangulações superficiais. Foi proposto um novo método, chamado ANTS (Anisotropic Triangulations on Surfaces) que produz triangulações anisotrópicas de qualidade sobre superfícies descrevendo objetos com geometria complexa. O método ANTS é caracterizado por efetuar o remalhamento diretamente na triangulação inicial, isto é, ele não faz uso de qualquer tipo de parametrização, seja global ou local. O processo de remalhamento é feito por meio de quatro operadores: inserção, remoção e movimento de vértices e alternância de arestas. Os operadores de inserção e remoção de vértices possibilitam controlar a densidade de vértices no domínio, permitindo que nós sejam inseridos em regiões com densidade baixa ou eliminados onde a densidade é alta. A qualidade dos triângulos é controlada por meio dos operadores de movimento de vértices e de alternância (flipping) de arestas. O operador de movimento é utilizado no núcleo do processo de remalhamento. Para evitar que o remalhamento danifique a forma original da superfície, as quinas e os córneres são detectados no inicio do processo e preservados durante o remalhamento. A densidade de vértices sobre o domínio é controlada por uma função de espalhamento. Tal função pode ser passada como entrada para o ANTS ou calculada pelo próprio método. O ANTS foi aplicado com êxito em diversos exemplos gerando malhas de boa qualidade / This thesis intends to make a contribution on the field of dynamic meshes. Dynamic meshes are commonly used in the simulation of problems on domains whose geometry varies in time. Virtual springs are placed in the mesh to rearrange its vertices whenever the domain is changed. The most commonly used types of springs are: longitudinal, torsional and semi-torsional. In this thesis a new type of spring is introduced, the height spring, that is conceptually simple but produces good results. Another contribution of this thesis is the active vertices mechanism, that can improve the CPU processing time of the dynamic mesh. When the mesh domain undergoes large deformations, the proposed dynamic mesh algorithm may fail in correcting the mesh. A solution to this problem is perform large deformations in smal steps. A new strategy for this purpose is presented. Sometimes the motion of the mesh boundary can damage cells on the boundary itself. This is a trick problem to solve since the correction of boundary might change the domain geometry. A new method to correct the boundary cells is also presented in this study. The method is based on the dynamic mesh concept and uses a new type of spring, the conservative spring. All the mentioned contributions had been applied in the aeronautics industry. The techniques developed here has been used to implement an innovative methodology to couple a three-dimensional fluid dynamic solver with a two-dimensional inverse design tool for airfoils. This thesis also deals with remeshing. It is presented the ANTS, a practical method for remeshing anisotropic triangulations on surfaces of complex geometry. The method is capable of performing refinement and coarsening during the same process using the well-known remeshing operators: vertex motion, vertex deletion (by collapsing edges), vertex insertion, and edge flipping. An interesting feature is that vertex motion is used in the core of the process instead of in a post-processing smoothing step. The ANTS uses the input mesh as the geometrical description and works directly on the surface mesh without using any other auxiliary structure (besides the input mesh itself) to preserve the geometrical shape. Moreover, neither global nor local parameterization are applied. Sharp edges and points are identified at the beginning and kept during the process in order to preserve ridges and details. The method has been successfully applied to several examples producing high quality meshes
214

Movimento de malhas e remalhamento de malhas superficiais / Mesh motion and surface remeshing

Igor Prata Soares 08 February 2007 (has links)
Malhas dinâmicas são comumente utilizadas em problemas de simulação sobre dominios cuja geometria varia com o tempo. Sempre que o domínio onde a malha está definida é alterado, as molas são acionadas movimentando os vértices para que estes se conformem com a nova descrição do domínio. Os tipos de molas mais utilizadas são: as longitudinais, as torcionais e as semi-torcionais. Nesta tese uma nova mola é proposta, a mola altura, que além de evitar sobreposição de elementos, é conceitualmente simples e fácel de ser implementada. Outra contribuição desse trabalho é o mecanismo de vértices ativos, que permite economia de processamento durante a resolução da malha dinâmica. Quando a fronteira do domínio sofre grandes alterações, o processo dinâmico pode não ter êxito na correção da malha. Para contornar esse problema, a fronteira deve ser alterada aos poucos. Uma nova estratégia para realizar grandes deformações em pequenos passos é introduzida nesta tese. Em algumas aplicações, o movimento da fronteira da malha pode comprometer células da própria fronteira. A correção da fronteira e um processo delicado, já que em muitos casos ele implica em alterar a descrição do domínio. Um novo método para efetuar a correção da fronteira é apresentado neste trabalho. Ele é baseado em malhas dinâmicas e utiliza um novo conceito de molas, as molas conservativas. Todas as contribuições citadas acima tiveram aplicação prática na industria aeronáutica, sendo utilizadas na implementação de uma metodologia inovadora para acoplar um simulador de escoamento de fluidos tridimensional com uma ferramenta de projeto inverso de aerofólios que roda em um contexto bidimensional. O outro assunto abordado e o remalhamento de triangulações superficiais. Foi proposto um novo método, chamado ANTS (Anisotropic Triangulations on Surfaces) que produz triangulações anisotrópicas de qualidade sobre superfícies descrevendo objetos com geometria complexa. O método ANTS é caracterizado por efetuar o remalhamento diretamente na triangulação inicial, isto é, ele não faz uso de qualquer tipo de parametrização, seja global ou local. O processo de remalhamento é feito por meio de quatro operadores: inserção, remoção e movimento de vértices e alternância de arestas. Os operadores de inserção e remoção de vértices possibilitam controlar a densidade de vértices no domínio, permitindo que nós sejam inseridos em regiões com densidade baixa ou eliminados onde a densidade é alta. A qualidade dos triângulos é controlada por meio dos operadores de movimento de vértices e de alternância (flipping) de arestas. O operador de movimento é utilizado no núcleo do processo de remalhamento. Para evitar que o remalhamento danifique a forma original da superfície, as quinas e os córneres são detectados no inicio do processo e preservados durante o remalhamento. A densidade de vértices sobre o domínio é controlada por uma função de espalhamento. Tal função pode ser passada como entrada para o ANTS ou calculada pelo próprio método. O ANTS foi aplicado com êxito em diversos exemplos gerando malhas de boa qualidade / This thesis intends to make a contribution on the field of dynamic meshes. Dynamic meshes are commonly used in the simulation of problems on domains whose geometry varies in time. Virtual springs are placed in the mesh to rearrange its vertices whenever the domain is changed. The most commonly used types of springs are: longitudinal, torsional and semi-torsional. In this thesis a new type of spring is introduced, the height spring, that is conceptually simple but produces good results. Another contribution of this thesis is the active vertices mechanism, that can improve the CPU processing time of the dynamic mesh. When the mesh domain undergoes large deformations, the proposed dynamic mesh algorithm may fail in correcting the mesh. A solution to this problem is perform large deformations in smal steps. A new strategy for this purpose is presented. Sometimes the motion of the mesh boundary can damage cells on the boundary itself. This is a trick problem to solve since the correction of boundary might change the domain geometry. A new method to correct the boundary cells is also presented in this study. The method is based on the dynamic mesh concept and uses a new type of spring, the conservative spring. All the mentioned contributions had been applied in the aeronautics industry. The techniques developed here has been used to implement an innovative methodology to couple a three-dimensional fluid dynamic solver with a two-dimensional inverse design tool for airfoils. This thesis also deals with remeshing. It is presented the ANTS, a practical method for remeshing anisotropic triangulations on surfaces of complex geometry. The method is capable of performing refinement and coarsening during the same process using the well-known remeshing operators: vertex motion, vertex deletion (by collapsing edges), vertex insertion, and edge flipping. An interesting feature is that vertex motion is used in the core of the process instead of in a post-processing smoothing step. The ANTS uses the input mesh as the geometrical description and works directly on the surface mesh without using any other auxiliary structure (besides the input mesh itself) to preserve the geometrical shape. Moreover, neither global nor local parameterization are applied. Sharp edges and points are identified at the beginning and kept during the process in order to preserve ridges and details. The method has been successfully applied to several examples producing high quality meshes
215

Bitter harvest, a case study of Allied operational intelligence for Operation Spring Normandy, July 25, 1944

O'Keefe, David R. January 1997 (has links) (PDF)
No description available.
216

Gestão Ambiental apoiada por SIG na estrada da Colônia, Ilha Grande (RJ): uma visão do futuro. / Environmental Management supported by GIS in road Cologne, Ilha Grande (RJ): a vision of the future.

Najara Proença Marques Monteiro 04 May 2012 (has links)
Os SIG Sistemas de Informação Geográfica vêm sendo cada vez mais estudados como ferramentas facilitadoras de análises territoriais com o objetivo de subsidiar a gestão ambiental. A Ilha Grande, que pertence ao município de Angra dos Reis, localiza-se na baía de Ilha Grande no sul do estado do Rio de Janeiro e constitui-se no recorte espacial de análise. Apresenta uma dinâmica ambiental complexa que se sobrepõem principalmente aos usos de proteção ambiental e de atividade turística em uma porção do território em que as normatizações legais são difíceis de serem aplicadas, pois são reflexos de interesses que se manifestam em três esferas do poder a municipal, a estadual e a federal. O objetivo principal desta pesquisa é a realização do processamento digital de imagem para auxiliar a gestão territorial da Ilha Grande. Em foco, a estrada Abraão - Dois Rios, que liga Abraão (local de desembarque dos turistas, principal núcleo da Ilha) a Dois Rios (local de visitação por estudantes e pesquisadores, núcleo que abrigava o presídio, atualmente abriga sede do centro de pesquisa e museu da Universidade do Estado do Rio de Janeiro), ambos protegidos por diferentes categorias de unidades de conservação. A metodologia fundamenta-se no processamento digital de imagem através da segmentação e da classificação supervisionada por pixel e por região. O processamento deu-se a partir da segmentação (divisão de uma imagem digital em múltiplas regiões ou objetos, para simplificar e/ou mudar a representação de uma imagem) e dos processos de classificações de imagem, com a utilização de classificação por pixel e classificação por regiões (com a utilização do algoritmo Bhattacharya). As segmentações e classificações foram processadas no sistema computacional SPRING versão 5.1.7 e têm como objetivo auxiliar na análise de uso da Terra e projetar cenários a partir da identificação dos pontos focais de fragilidade encontrados ao longo da estrada Abraão-Dois Rios, propensos a ocorrências de movimentos de massa e que potencializam o efeito de borda da floresta e os impactos ambientais. A metodologia utilizada baseou-se em análise de campo e comparações de tecnologias de classificação de imagens. Essa estrada eixo de ligação entre os dois núcleos tem significativa importância na história da Ilha, nela circulam veículos, pesados e leves, de serviço, pedestres e turistas. Como resultados da presente foram gerados os mapas de classificação por pixel, os mapas de classificação por região, o mapa fuzzy com a intersecção dos mapas de classificação supervisionada por região e os mapas com os locais coletados em campo onde são verificadas ocorrências de movimentos de massa nas imagens ALOS, 2000, IKONOS, 2003 e ortofotografias, 2006. Esses mapas buscam servir de apoio à tomada de decisões por parte dos órgãos locais responsáveis. / GIS - Geographic Information Systems - have been increasingly studied as tools that facilitate analysis of territorial order to subsidize environmental management. The Big Island, which belongs to the municipality of Angra dos Reis, located in the Bay of Ilha Grande in the southern state of Rio de Janeiro and constitutes the spatial area of analysis. Presents a complex dynamic environment that overlap mainly the uses of environmental protection and tourism activity in a portion of the territory in which legal norms are difficult to apply because they are reflections of interests manifested in three spheres of power - the municipal the state and federal levels. The main objective of this research is the realization of digital image processing to assist territorial management of the Big Island. Focus on the road Abraham - Two Rivers, linking Abraham (landing place for tourists, the main core of the Island) at Two Rivers (site visits by students and researchers, the core that housed the prison currently houses the headquarters of the research center museum and the State University of Rio de Janeiro), both protected by different categories of conservation units. The methodology is based on digital image processing via supervised classification and segmentation by pixel and region. The process occurred from the segmentation (division of a digital image into multiple regions or objects to simplify and / or change the representation of an image) and the image classification process, using pixel classification by classification, and By regions (using the algorithm Bhattacharya). The segmentations and classifications were processed in the computer system SPRING version 5.1.7 and aim to assist in analyzing the usage scenarios and design earth from the identification of the focal points of weakness found along the road Abraham-Two Rivers, prone to occurrences mass movements and to potentiate the effect of forest edge and environmental impacts. The methodology used was based on field analysis and comparisons of technologies for image classification. This road axis connecting the two cores have significant importance in the history of the island, it circulating vehicles, light and heavy, service, pedestrians and tourists. As a result of this the maps were generated by pixel classification, the classification by region maps, map of the intersection with fuzzy supervised classification maps by region and maps with the locations where they are collected in the field verified occurrence of mass movements in ALOS, 2000, IKONOS, 2003 and orthophotos, 2006. These maps seek to serve to support decision-making by local bodies responsible.
217

AVALIAÇÃO DOS EFEITOS DE ATIVIDADES ANTRÓPICAS POR MEIO DA ANÁLISE INTEGRADA DE VARIÁVEIS DE USO DA TERRA E LIMNOLÓGICAS EM ITAQUI, RS / EVALUATION OF THE EFFECTS OF ACTIVITIES ANTHROPOGENIC THROUGH INTEGRATED ANALYSIS OF MAIN LAND USE AND IN LIMNOLOGICAL ITAQUI, RS

Bariani, Cassiane Jrayj de Melo Victoria 11 July 2012 (has links)
Coordenação de Aperfeiçoamento de Pessoal de Nível Superior / This research aims to analyze the relationships between land use and limnological variables in urban and rural watersheds around the city of Itaqui, Rio Grande do Sul, Brazil, looking for the causes of water contamination. For this goal, it was built a database associated with a Geographic Information System (GIS) using satellite images and limnological data collected in the field from September to November of 2011. The study area was divided into 12 watersheds corresponding to the water collection points, using radar images from the SRTM mission and Spring 5.1.5 software. Subsequently, classes of land use were investigated by Landsat 5 and CBERS 2B images processing, and maps were produced. Limnological data was integrated as a geo-relational data bank, connecting the sample points with results data sheets. The statistical inference methods used were based in Pearson and Spearman correlations among the land use and limnological variables. The laboratory analysis and sampling procedures followed the recommendations of the Standard Methods for the Examination of Water and Wastewater. The results showed effects of pollution coming from urban areas and cattle fields, that showed significant positive correlations with mesophiles, total coliforms, chloride, sodium and electrical conductivity values. On the other hand, negative correlations occurred between limnological variables and areas of vegetation, forest and crops. This facts point to the city sewage and the livestock farming as the main sources of water contamination. / A presente pesquisa teve por objetivo analisar as relações entre variáveis de uso e ocupação do solo e limnológicas em microbacias urbanas e rurais em parte do município de Itaqui procurando causas de degradação ambiental. Para isso, trabalhou-se na construção de uma base de dados indexada a um Sistema de Informação Geográfica (SIG), com o uso de imagens de satélites e dados limnológicos coletados a campo durante os meses de setembro a novembro de 2011. A área de estudo foi dividida em 12 microbacias nas quais foram pesquisadas as classes de uso do solo mediante processamento das imagens dos satélites Landsat 5 e CBERS 2B, produzindo cartas imagem e mapas temáticos da região. Os dados limnológicos foram integrados ao SIG na forma de banco de dados geo-relacional, associando as estações de amostragem com tabelas de resultados.As metodologias utilizadas para inferência estatística se basearam no uso dos coeficientes de correlação de Pearson e de Spearman entre as variáveis limnológicas e as áreas de uso do solo. As análises de laboratório e procedimentos de amostragem seguiram as recomendações do Standard Methods. Os resultados evidenciaram efeitos de contaminação provenientes das áreas urbanas e de campo que apresentaram correlações positivas com as variáveis mesófilos, coliformes totais e cloretos, enquanto correlações negativas aconteceram entre essas variáveis e áreas de vegetação, mata e lavouras. Esses fatos apontam para os efluentes da cidade e a contaminação originária da pecuária extensiva como principais fontes de contaminação das águas.
218

Ferramentas de geoprocessamento para análise da vulnerabilidade natural das águas sub-superficiais à poluição, área urbana e seu entorno, município de São Carlos - SP.

Yamada, Thiago 08 August 2007 (has links)
Made available in DSpace on 2016-06-02T20:00:21Z (GMT). No. of bitstreams: 1 DissTY.pdf: 2959769 bytes, checksum: 4d21b1f71cb65b61995bffa76823c7ad (MD5) Previous issue date: 2007-08-08 / Financiadora de Estudos e Projetos / Nearly 97% of all fresh water available to humankind lies beneath the soil, as underground water, which makes scientists increasingly worried about its pollution. Important studies carried out in several regions of the world show that many fresh water resources have already been impacted by potentially pollution sources, especially by residues of agricultural, industrial and/or domestic origin. As a result, the UN has warned that by 2025 approximately 2.7 billion people worldwide will face serious shortage. What is more, protection of groundwater cannot be postponed since it is difficult and impractical to remove pollutants from local sources (wells) and very costly to decontaminate vast reservoirs. In consideration of this, the objective of this study was to elaborate a thematic, guiding cartographic document that qualitatively focused on natural vulnerability to pollutants of groundwater within the perimeter and urban areas of São Carlos, SP, Brazil, by means of GOD methodology and SPRING 4.2 - Inpe geoprocessing software. This document was also intended to assist the city administration in future planning and establishment of public policies aimed at protecting its groundwater resources. / Mais ou menos 97% da água doce disponível para uso da humanidade encontra-se no subsolo, na forma de água subterrânea. Isso fez com que a preocupação com a contaminação das águas subterrâneas tenha aumentado no meio científico. Importantes estudos desenvolvidos em várias regiões do mundo têm mostrado que os recursos hídricos estão sendo atingidos por fontes potencialmente poluentes, oriundas principalmente de produtos utilizados na agricultura, na indústria e na disposição dos resíduos. A Organização das Nações Unidas já alertou: em 2025, cerca de 2,7 bilhões de pessoas, em todo o mundo, enfrentarão a falta d água potável. Esse fato implica em especial preocupação com a proteção das águas subterrâneas devido à dificuldade e a impraticabilidade de se promover à remoção de poluentes de fontes pontuais de captação (poços) e devido ao fato de que a reabilitação de um aqüífero poluído requer custos muitos elevados. Neste sentido, esta pesquisa tem por objetivo elaborar um documento cartográfico temático preventivo que enfoque qualitativamente a vulnerabilidade natural à poluição das águas sub-superficiais da área urbana e peri-urbana de São Carlos-SP, com a utilização do método GOD e geoprocessamento com o software SPRING 4.2 Inpe. Que possa futuramente subsidiar o poder público municipal no planejamento e desenvolvimento de políticas de proteção dos recursos hídricos subterrâneos do município de São Carlos - SP.
219

Gestão Ambiental apoiada por SIG na estrada da Colônia, Ilha Grande (RJ): uma visão do futuro. / Environmental Management supported by GIS in road Cologne, Ilha Grande (RJ): a vision of the future.

Najara Proença Marques Monteiro 04 May 2012 (has links)
Os SIG Sistemas de Informação Geográfica vêm sendo cada vez mais estudados como ferramentas facilitadoras de análises territoriais com o objetivo de subsidiar a gestão ambiental. A Ilha Grande, que pertence ao município de Angra dos Reis, localiza-se na baía de Ilha Grande no sul do estado do Rio de Janeiro e constitui-se no recorte espacial de análise. Apresenta uma dinâmica ambiental complexa que se sobrepõem principalmente aos usos de proteção ambiental e de atividade turística em uma porção do território em que as normatizações legais são difíceis de serem aplicadas, pois são reflexos de interesses que se manifestam em três esferas do poder a municipal, a estadual e a federal. O objetivo principal desta pesquisa é a realização do processamento digital de imagem para auxiliar a gestão territorial da Ilha Grande. Em foco, a estrada Abraão - Dois Rios, que liga Abraão (local de desembarque dos turistas, principal núcleo da Ilha) a Dois Rios (local de visitação por estudantes e pesquisadores, núcleo que abrigava o presídio, atualmente abriga sede do centro de pesquisa e museu da Universidade do Estado do Rio de Janeiro), ambos protegidos por diferentes categorias de unidades de conservação. A metodologia fundamenta-se no processamento digital de imagem através da segmentação e da classificação supervisionada por pixel e por região. O processamento deu-se a partir da segmentação (divisão de uma imagem digital em múltiplas regiões ou objetos, para simplificar e/ou mudar a representação de uma imagem) e dos processos de classificações de imagem, com a utilização de classificação por pixel e classificação por regiões (com a utilização do algoritmo Bhattacharya). As segmentações e classificações foram processadas no sistema computacional SPRING versão 5.1.7 e têm como objetivo auxiliar na análise de uso da Terra e projetar cenários a partir da identificação dos pontos focais de fragilidade encontrados ao longo da estrada Abraão-Dois Rios, propensos a ocorrências de movimentos de massa e que potencializam o efeito de borda da floresta e os impactos ambientais. A metodologia utilizada baseou-se em análise de campo e comparações de tecnologias de classificação de imagens. Essa estrada eixo de ligação entre os dois núcleos tem significativa importância na história da Ilha, nela circulam veículos, pesados e leves, de serviço, pedestres e turistas. Como resultados da presente foram gerados os mapas de classificação por pixel, os mapas de classificação por região, o mapa fuzzy com a intersecção dos mapas de classificação supervisionada por região e os mapas com os locais coletados em campo onde são verificadas ocorrências de movimentos de massa nas imagens ALOS, 2000, IKONOS, 2003 e ortofotografias, 2006. Esses mapas buscam servir de apoio à tomada de decisões por parte dos órgãos locais responsáveis. / GIS - Geographic Information Systems - have been increasingly studied as tools that facilitate analysis of territorial order to subsidize environmental management. The Big Island, which belongs to the municipality of Angra dos Reis, located in the Bay of Ilha Grande in the southern state of Rio de Janeiro and constitutes the spatial area of analysis. Presents a complex dynamic environment that overlap mainly the uses of environmental protection and tourism activity in a portion of the territory in which legal norms are difficult to apply because they are reflections of interests manifested in three spheres of power - the municipal the state and federal levels. The main objective of this research is the realization of digital image processing to assist territorial management of the Big Island. Focus on the road Abraham - Two Rivers, linking Abraham (landing place for tourists, the main core of the Island) at Two Rivers (site visits by students and researchers, the core that housed the prison currently houses the headquarters of the research center museum and the State University of Rio de Janeiro), both protected by different categories of conservation units. The methodology is based on digital image processing via supervised classification and segmentation by pixel and region. The process occurred from the segmentation (division of a digital image into multiple regions or objects to simplify and / or change the representation of an image) and the image classification process, using pixel classification by classification, and By regions (using the algorithm Bhattacharya). The segmentations and classifications were processed in the computer system SPRING version 5.1.7 and aim to assist in analyzing the usage scenarios and design earth from the identification of the focal points of weakness found along the road Abraham-Two Rivers, prone to occurrences mass movements and to potentiate the effect of forest edge and environmental impacts. The methodology used was based on field analysis and comparisons of technologies for image classification. This road axis connecting the two cores have significant importance in the history of the island, it circulating vehicles, light and heavy, service, pedestrians and tourists. As a result of this the maps were generated by pixel classification, the classification by region maps, map of the intersection with fuzzy supervised classification maps by region and maps with the locations where they are collected in the field verified occurrence of mass movements in ALOS, 2000, IKONOS, 2003 and orthophotos, 2006. These maps seek to serve to support decision-making by local bodies responsible.
220

SÃntese e caracterizacÃes de nanopartÃculas de FeCo/(Fe,Co)304 com acoplamento magnÃtico tipo exchange spring sintetizadas pelo mÃtodo sol-gel Proteico. / Synthesis and characterization of FeCo/(Fe,Co)3O4 nanoparticles with magnetic couplings synthesized by Sol-gel protein method

Diego FÃlix Dias 21 December 2015 (has links)
Conselho Nacional de Desenvolvimento CientÃfico e TecnolÃgico / NanopartÃculas de FeCo recobertas com (Fe,Co)3O4 (Magnetita dopadas com cobalto) na estrutura casca caroÃo (Core-Shell), foram sintetizadas pela rota quÃmica conhecida como Sol-Gel Proteica. Os materiais sintetizados foram caracterizados por Termogravimetria (TG), DifraÃÃo de Raios-X (DRX), Magnetometria de Amostra Vibrante (VSM), Espectroscopia MÃssbauer, Microscopia EletrÃnica de Varredura (MEV) e Microscopia EletrÃnica de TransmissÃo (MET). Os resultados mostram que o aumento da temperatura de re-oxidaÃÃo influi diretamente no tamanho da casca (Shell) bem como o aumento da razÃo entre a magnetizaÃÃo remanente pela magnetizaÃÃo de saturaÃÃo. O efeito de Exchange Spring e Exchange Bias foram observados nas curvas de histerese. A estrutura Core-Shell foi formada de maneira nÃo homogÃnea, ou seja, nem todas as partÃculas foram recobertas pela magnetita. / FeCo Nanoparticles coated with (Fe,Co)3O4 (Magnetite doped with cobalt) were synthesized by the chemical route known as Sol-Gel Protein. The synthesized materials were characterized by thermogravimetry (TG), X-Ray Diffraction (XRD), Vibrating Sample Magnetometry (VSM), MÃssbauer spectroscopy, Scanning Electronic Miscroscopy (SEM) and Transmission Electronic Microscopy (TEM). The results show that the increase in temperature directly influences the size of the shell (Shell) and increased the ratio of remanent magnetization to the saturation magnetization. The effect of Exchange Spring and Exchange Bias were observed in the hysteresis curves. The Core-Shell structure was formed a non-homogeneous manner, ie not all the magnetite particles were coated.

Page generated in 0.069 seconds