901 resultados para Assignment of credit


Relevância:

80.00% 80.00%

Publicador:

Resumo:

This report addresses speculative parallelism (the assignment of spare processing resources to tasks which are not known to be strictly required for the successful completion of a computation) at the user and application level. At this level, the execution of a program is seen as a (dynamic) tree —a graph, in general. A solution for a problem is a traversal of this graph from the initial state to a node known to be the answer. Speculative parallelism then represents the assignment of resources to múltiple branches of this graph even if they are not positively known to be on the path to a solution. In highly non-deterministic programs the branching factor can be very high and a naive assignment will very soon use up all the resources. This report presents work assignment strategies other than the usual depth-first and breadth-first. Instead, best-first strategies are used. Since their definition is application-dependent, the application language contains primitives that allow the user (or application programmer) to a) indícate when intelligent OR-parallelism should be used; b) provide the functions that define "best," and c) indícate when to use them. An abstract architecture enables those primitives to perform the search in a "speculative" way, using several processors, synchronizing them, killing the siblings of the path leading to the answer, etc. The user is freed from worrying about these interactions. Several search strategies are proposed and their implementation issues are addressed. "Armageddon," a global pruning method, is introduced, together with both a software and a hardware implementation for it. The concepts exposed are applicable to áreas of Artificial Intelligence such as extensive expert systems, planning, game playing, and in general to large search problems. The proposed strategies, although showing promise, have not been evaluated by simulation or experimentation.

Relevância:

80.00% 80.00%

Publicador:

Resumo:

Con el surgir de los problemas irresolubles de forma eficiente en tiempo polinomial en base al dato de entrada, surge la Computación Natural como alternativa a la computación clásica. En esta disciplina se trata de o bien utilizar la naturaleza como base de cómputo o bien, simular su comportamiento para obtener mejores soluciones a los problemas que los encontrados por la computación clásica. Dentro de la computación natural, y como una representación a nivel celular, surge la Computación con Membranas. La primera abstracción de las membranas que se encuentran en las células, da como resultado los P sistemas de transición. Estos sistemas, que podrían ser implementados en medios biológicos o electrónicos, son la base de estudio de esta Tesis. En primer lugar, se estudian las implementaciones que se han realizado, con el fin de centrarse en las implementaciones distribuidas, que son las que pueden aprovechar las características intrínsecas de paralelismo y no determinismo. Tras un correcto estudio del estado actual de las distintas etapas que engloban a la evolución del sistema, se concluye con que las distribuciones que buscan un equilibrio entre las dos etapas (aplicación y comunicación), son las que mejores resultados presentan. Para definir estas distribuciones, es necesario definir completamente el sistema, y cada una de las partes que influyen en su transición. Además de los trabajos de otros investigadores, y junto a ellos, se realizan variaciones a los proxies y arquitecturas de distribución, para tener completamente definidos el comportamiento dinámico de los P sistemas. A partir del conocimiento estático –configuración inicial– del P sistema, se pueden realizar distribuciones de membranas en los procesadores de un clúster para obtener buenos tiempos de evolución, con el fin de que la computación del P sistema sea realizada en el menor tiempo posible. Para realizar estas distribuciones, hay que tener presente las arquitecturas –o forma de conexión– de los procesadores del clúster. La existencia de 4 arquitecturas, hace que el proceso de distribución sea dependiente de la arquitectura a utilizar, y por tanto, aunque con significativas semejanzas, los algoritmos de distribución deben ser realizados también 4 veces. Aunque los propulsores de las arquitecturas han estudiado el tiempo óptimo de cada arquitectura, la inexistencia de distribuciones para estas arquitecturas ha llevado a que en esta Tesis se probaran las 4, hasta que sea posible determinar que en la práctica, ocurre lo mismo que en los estudios teóricos. Para realizar la distribución, no existe ningún algoritmo determinista que consiga una distribución que satisfaga las necesidades de la arquitectura para cualquier P sistema. Por ello, debido a la complejidad de dicho problema, se propone el uso de metaheurísticas de Computación Natural. En primer lugar, se propone utilizar Algoritmos Genéticos, ya que es posible realizar alguna distribución, y basada en la premisa de que con la evolución, los individuos mejoran, con la evolución de dichos algoritmos, las distribuciones también mejorarán obteniéndose tiempos cercanos al óptimo teórico. Para las arquitecturas que preservan la topología arbórea del P sistema, han sido necesarias realizar nuevas representaciones, y nuevos algoritmos de cruzamiento y mutación. A partir de un estudio más detallado de las membranas y las comunicaciones entre procesadores, se ha comprobado que los tiempos totales que se han utilizado para la distribución pueden ser mejorados e individualizados para cada membrana. Así, se han probado los mismos algoritmos, obteniendo otras distribuciones que mejoran los tiempos. De igual forma, se han planteado el uso de Optimización por Enjambres de Partículas y Evolución Gramatical con reescritura de gramáticas (variante de Evolución Gramatical que se presenta en esta Tesis), para resolver el mismo cometido, obteniendo otro tipo de distribuciones, y pudiendo realizar una comparativa de las arquitecturas. Por último, el uso de estimadores para el tiempo de aplicación y comunicación, y las variaciones en la topología de árbol de membranas que pueden producirse de forma no determinista con la evolución del P sistema, hace que se deba de monitorizar el mismo, y en caso necesario, realizar redistribuciones de membranas en procesadores, para seguir obteniendo tiempos de evolución razonables. Se explica, cómo, cuándo y dónde se deben realizar estas modificaciones y redistribuciones; y cómo es posible realizar este recálculo. Abstract Natural Computing is becoming a useful alternative to classical computational models since it its able to solve, in an efficient way, hard problems in polynomial time. This discipline is based on biological behaviour of living organisms, using nature as a basis of computation or simulating nature behaviour to obtain better solutions to problems solved by the classical computational models. Membrane Computing is a sub discipline of Natural Computing in which only the cellular representation and behaviour of nature is taken into account. Transition P Systems are the first abstract representation of membranes belonging to cells. These systems, which can be implemented in biological organisms or in electronic devices, are the main topic studied in this thesis. Implementations developed in this field so far have been studied, just to focus on distributed implementations. Such distributions are really important since they can exploit the intrinsic parallelism and non-determinism behaviour of living cells, only membranes in this case study. After a detailed survey of the current state of the art of membranes evolution and proposed algorithms, this work concludes that best results are obtained using an equal assignment of communication and rules application inside the Transition P System architecture. In order to define such optimal distribution, it is necessary to fully define the system, and each one of the elements that influence in its transition. Some changes have been made in the work of other authors: load distribution architectures, proxies definition, etc., in order to completely define the dynamic behaviour of the Transition P System. Starting from the static representation –initial configuration– of the Transition P System, distributions of membranes in several physical processors of a cluster is algorithmically done in order to get a better performance of evolution so that the computational complexity of the Transition P System is done in less time as possible. To build these distributions, the cluster architecture –or connection links– must be considered. The existence of 4 architectures, makes that the process of distribution depends on the chosen architecture, and therefore, although with significant similarities, the distribution algorithms must be implemented 4 times. Authors who proposed such architectures have studied the optimal time of each one. The non existence of membrane distributions for these architectures has led us to implement a dynamic distribution for the 4. Simulations performed in this work fix with the theoretical studies. There is not any deterministic algorithm that gets a distribution that meets the needs of the architecture for any Transition P System. Therefore, due to the complexity of the problem, the use of meta-heuristics of Natural Computing is proposed. First, Genetic Algorithm heuristic is proposed since it is possible to make a distribution based on the premise that along with evolution the individuals improve, and with the improvement of these individuals, also distributions enhance, obtaining complexity times close to theoretical optimum time. For architectures that preserve the tree topology of the Transition P System, it has been necessary to make new representations of individuals and new algorithms of crossover and mutation operations. From a more detailed study of the membranes and the communications among processors, it has been proof that the total time used for the distribution can be improved and individualized for each membrane. Thus, the same algorithms have been tested, obtaining other distributions that improve the complexity time. In the same way, using Particle Swarm Optimization and Grammatical Evolution by rewriting grammars (Grammatical Evolution variant presented in this thesis), to solve the same distribution task. New types of distributions have been obtained, and a comparison of such genetic and particle architectures has been done. Finally, the use of estimators for the time of rules application and communication, and variations in tree topology of membranes that can occur in a non-deterministic way with evolution of the Transition P System, has been done to monitor the system, and if necessary, perform a membrane redistribution on processors to obtain reasonable evolution time. How, when and where to make these changes and redistributions, and how it can perform this recalculation, is explained.

Relevância:

80.00% 80.00%

Publicador:

Resumo:

The correct assignment of high molecular weight glutenin subunit variants is a key task in wheat breeding. However, the traditional analysis by protein electrophoresis is sometimes difficult and not very precise. This work describes a novel DNA marker for the accurate discrimination between the Glu-B1 locus subunits Bx7 and Bx7*. The analysis of one hundred and forty two bread wheat cultivars from different countries has highlighted a great number of misclassifications in the literature that could lead to wrong conclusions in studies of the relationship between glutenin composition and wheat quality.

Relevância:

80.00% 80.00%

Publicador:

Resumo:

Infrastructure concession is an alternative widely used by governments to increase investment. In the case of the road sector, the main characteristics of the concessions are: long-term projects, high investments in the early years of the contract and high risks. A viability analysis must be carried out for each concession and consider the characteristics of the project. When the infrastructure is located in a developing country, political and market growth uncertainties should be add in the concession project analysis, as well as economic instability, because they present greater risks. This paper is an analysis of state bank participation in road infrastructure finance in developing countries. For this purpose, we studied road infrastructure financing and its associated risks, and also the features of developing countries. Furthermore, we considered the issue of state banks and multilateral development banks that perform an important role by offering better credit lines than the private banks, in terms of cost, interest and grace period. Based on this study, we analyzed the Brazilian Development Bank - BNDES – and their credit supply to road infrastructure concessions. The results show that BNDES is the main financing agent for long-term investment in the sector, offering loans with low interest rates in Brazilian currency. From this research we argue that a single state bank should not alone support the increasing demand for finance in Brazil. Therefore, we conclude that there is a need to expand the supply of credit in Brazil, by strengthening private banks in the long-term lending market.

Relevância:

80.00% 80.00%

Publicador:

Resumo:

(SPA) Los bonos convertibles en acciones son instrumentos de financiación corporativa que en general comparten varias de las características de las emisiones de deuda senior corporativa, como el pago regular y fijado de cupones, vencimiento definido, momento en el que se repaga la totalidad del principal, y prelación en caso de default con respecto a otras obligaciones crediticias. En cambio, el repago del principal se ofrecerá bajo determinadas circunstancias en acciones de la compañía emisora en una proporción acordada previamente. Pero los instrumentos convertibles son instrumentos heterogéneos que suelen incorporar otras características particulares a cada caso, como son repagos anticipados bajo determinadas condiciones, reducción del ratio de conversión a determinados precios de la acción, pagos compensatorios o "make-whole" y otros. Los instrumentos convertibles son ejemplos de activos híbridos que comparten características de deuda y de capital y por tanto tienen impacto específico en la contabilidad de las empresas y en la posible dilución de sus accionistas. En España y otros países de la periferia de Europa, la emisión de bonos convertibles ha aumentado considerablemente desde el inicio de la crisis financiera, fundamentalmente debido a la restricción de otras formas de crédito empresarial, principalmente los créditos bancarios. En el presente artículo se explican algunas de las características comunes a los bonos convertibles emitidos recientemente por empresas españolas, se analizan las ventajas, y las razones para la emisión de estos activos, y se indican sus implicaciones contables. Los instrumentos convertibles pueden ser una alternativa estable a la deuda bancaria y a la renta fija tradicional en los mercados de capitales para la financiación de las compañías medianas, que tienen menos acceso a fuentes de financiación en situaciones de aversión riesgo por parte de los inversores y entidades financieras. (ENG)Convertible bonds share several characteristics with secure corporate debt, such as the regular coupon payments, fixed maturity and similar seniority in case of default. Nevertheless the investor of the convertible bond has the option of receiving the principal amount repayment at maturity in cash or receiving a previously agreed number of shares. But convertible securities can be complex financial instruments that possess exotic or specific features, such as soft calls, put options, cash options, cash top up features, or make whole amounts. Convertible securities are hybrid instruments that share characteristics of both debt and equity, and therefore suffer an specific accounting treatment under International Financial Reporting Standards, where the issuing company must separately identify the debt and equity components in its financial statements In peripheral European countries and in Spain in particular, convertible issuance has significantly increased since the start of the Global Financial Crisis, an increase mainly driven by the restriction of other forms of credit, namely banking loans. This article summarizes some of the common characteristics of convertible securities, analyzes its advantages for both issuers and investors, and introduces the accounting of convertible bonds. Convertible Bonds can become a viable and stable alternative to bank loans and to high yield or investment grade bonds for the funding of mid-sized corporates which normally have a more difficult access to credit in regional banking crisis or credit restrictive environments.

Relevância:

80.00% 80.00%

Publicador:

Resumo:

El correcto pronóstico en el ámbito de la logística de transportes es de vital importancia para una adecuada planificación de medios y recursos, así como de su optimización. Hasta la fecha los estudios sobre planificación portuaria se basan principalmente en modelos empíricos; que se han utilizado para planificar nuevas terminales y desarrollar planes directores cuando no se dispone de datos iniciales, analíticos; más relacionados con la teoría de colas y tiempos de espera con formulaciones matemáticas complejas y necesitando simplificaciones de las mismas para hacer manejable y práctico el modelo o de simulación; que requieren de una inversión significativa como para poder obtener resultados aceptables invirtiendo en programas y desarrollos complejos. La Minería de Datos (MD) es un área moderna interdisciplinaria que engloba a aquellas técnicas que operan de forma automática (requieren de la mínima intervención humana) y, además, son eficientes para trabajar con las grandes cantidades de información disponible en las bases de datos de numerosos problemas prácticos. La aplicación práctica de estas disciplinas se extiende a numerosos ámbitos comerciales y de investigación en problemas de predicción, clasificación o diagnosis. Entre las diferentes técnicas disponibles en minería de datos las redes neuronales artificiales (RNA) y las redes probabilísticas o redes bayesianas (RB) permiten modelizar de forma conjunta toda la información relevante para un problema dado. En el presente trabajo se han analizado dos aplicaciones de estos casos al ámbito portuario y en concreto a contenedores. En la Tesis Doctoral se desarrollan las RNA como herramienta para obtener previsiones de tráfico y de recursos a futuro de diferentes puertos, a partir de variables de explotación, obteniéndose valores continuos. Para el caso de las redes bayesianas (RB), se realiza un trabajo similar que para el caso de las RNA, obteniéndose valores discretos (un intervalo). El principal resultado que se obtiene es la posibilidad de utilizar tanto las RNA como las RB para la estimación a futuro de parámetros físicos, así como la relación entre los mismos en una terminal para una correcta asignación de los medios a utilizar y por tanto aumentar la eficiencia productiva de la terminal. Como paso final se realiza un estudio de complementariedad de ambos modelos a corto plazo, donde se puede comprobar la buena aceptación de los resultados obtenidos. Por tanto, se puede concluir que estos métodos de predicción pueden ser de gran ayuda a la planificación portuaria. The correct assets’ forecast in the field of transportation logistics is a matter of vital importance for a suitable planning and optimization of the necessary means and resources. Up to this date, ports planning studies were basically using empirical models to deal with new terminals planning or master plans development when no initial data are available; analytical models, more connected to the queuing theory and the waiting times, and very complicated mathematical formulations requiring significant simplifications to acquire a practical and easy to handle model; or simulation models, that require a significant investment in computer codes and complex developments to produce acceptable results. The Data Mining (DM) is a modern interdisciplinary field that include those techniques that operate automatically (almost no human intervention is required) and are highly efficient when dealing with practical problems characterized by huge data bases containing significant amount of information. These disciplines’ practical application extends to many commercial or research fields, dealing with forecast, classification or diagnosis problems. Among the different techniques of the Data Mining, the Artificial Neuronal Networks (ANN) and the probabilistic – or Bayesian – networks (BN) allow the joint modeling of all the relevant information for a given problem. This PhD work analyses their application to two practical cases in the ports field, concretely to container terminals. This PhD work details how the ANN have been developed as a tool to produce traffic and resources forecasts for several ports, based on exploitation variables to obtain continuous values. For the Bayesian networks case (BN), a similar development has been carried out, obtaining discreet values (an interval). The main finding is the possibility to use ANN and BN to estimate future needs of the port’s or terminal’s physical parameters, as well as the relationship between them within a specific terminal, that allow a correct assignment of the necessary means and, thus, to increase the terminal’s productive efficiency. The final step is a short term complementarily study of both models, carried out in order to verify the obtained results. It can thus be stated that these prediction methods can be a very useful tool in ports’ planning.

Relevância:

80.00% 80.00%

Publicador:

Resumo:

The soybean genome hosts a family of several hundred, relatively homogeneous copies of a large, copia/Ty1-like retroelement designated SIRE-1. A copy of this element has been recovered from a Glycine max genomic library. DNA sequence analysis of two SIRE-1 subclones revealed that SIRE-1 contains a long, uninterrupted, ORF between the 3′ end of the pol ORF and the 3′ long terminal repeat (LTR), a region that harbors the env gene in retroviral genomes. Conceptual translation of this second ORF produces a 70-kDa protein. Computer analyses of the amino acid sequence predicted patterns of transmembrane domains, α-helices, and coiled coils strikingly similar to those found in mammalian retroviral envelope proteins. In addition, a 65-residue, proline-rich domain is characterized by a strong amino acid compositional bias virtually identical to that of the 60-amino acid, proline-rich neutralization domain of the feline leukemia virus surface protein. The assignment of SIRE-1 to the copia/Ty1 family was confirmed by comparison of the conceptual translation of its reverse transcriptase-like domain with those of other retroelements. This finding suggests the presence of a proretrovirus in a plant genome and is the strongest evidence to date for the existence of a retrovirus-like genome closely related to copia/Ty1 retrotransposons.

Relevância:

80.00% 80.00%

Publicador:

Resumo:

With the postgenome era rapidly approaching, new strategies for the functional analysis of proteins are needed. To date, proteomics efforts have primarily been confined to recording variations in protein level rather than activity. The ability to profile classes of proteins on the basis of changes in their activity would greatly accelerate both the assignment of protein function and the identification of potential pharmaceutical targets. Here, we describe the chemical synthesis and utility of an active-site directed probe for visualizing dynamics in the expression and function of an entire enzyme family, the serine hydrolases. By reacting this probe, a biotinylated fluorophosphonate referred to as FP-biotin, with crude tissue extracts, we quickly and with high sensitivity detect numerous serine hydrolases, many of which display tissue-restricted patterns of expression. Additionally, we show that FP-biotin labels these proteins in an activity-dependent manner that can be followed kinetically, offering a powerful means to monitor dynamics simultaneously in both protein function and expression.

Relevância:

80.00% 80.00%

Publicador:

Resumo:

Clathrin-associated adaptor protein (AP) complexes are major structural components of clathrin-coated vesicles, functioning in clathrin coat assembly and cargo selection. We have carried out a systematic biochemical and genetic characterization of AP complexes in Saccharomyces cerevisiae. Using coimmunoprecipitation, the subunit composition of two complexes, AP-1 and AP-2R, has been defined. These results allow assignment of the 13 potential AP subunits encoded in the yeast genome to three AP complexes. As assessed by in vitro binding assays and coimmunoprecipitation, only AP-1 interacts with clathrin. Individual or combined disruption of AP-1 subunit genes in cells expressing a temperature-sensitive clathrin heavy chain results in accentuated growth and α-factor pheromone maturation defects, providing further evidence that AP-1 is a clathrin adaptor complex. However, in cells expressing wild-type clathrin, the same AP subunit deletions have no effect on growth or α-factor maturation. Furthermore, gel filtration chromatography revealed normal elution patterns of clathrin-coated vesicles in cells lacking AP-1. Similarly, combined deletion of genes encoding the β subunits of the three AP complexes did not produce defects in clathrin-dependent sorting in the endocytic and vacuolar pathways or alterations in gel filtration profiles of clathrin-coated vesicles. We conclude that AP complexes are dispensable for clathrin function in S. cerevisiae under normal conditions. Our results suggest that alternative factors assume key roles in stimulating clathrin coat assembly and cargo selection during clathrin-mediated vesicle formation in yeast.

Relevância:

80.00% 80.00%

Publicador:

Resumo:

The 2H,13C,15N-labeled, 148-residue integral membrane protein OmpX from Escherichia coli was reconstituted with dihexanoyl phosphatidylcholine (DHPC) in mixed micelles of molecular mass of about 60 kDa. Transverse relaxation-optimized spectroscopy (TROSY)-type triple resonance NMR experiments and TROSY-type nuclear Overhauser enhancement spectra were recorded in 2 mM aqueous solutions of these mixed micelles at pH 6.8 and 30°C. Complete sequence-specific NMR assignments for the polypeptide backbone thus have been obtained. The 13C chemical shifts and the nuclear Overhauser effect data then resulted in the identification of the regular secondary structure elements of OmpX/DHPC in solution and in the collection of an input of conformational constraints for the computation of the global fold of the protein. The same type of polypeptide backbone fold is observed in the presently determined solution structure and the previously reported crystal structure of OmpX determined in the presence of the detergent n-octyltetraoxyethylene. Further structure refinement will have to rely on the additional resonance assignment of partially or fully protonated amino acid side chains, but the present data already demonstrate that relaxation-optimized NMR techniques open novel avenues for studies of structure and function of integral membrane proteins.

Relevância:

80.00% 80.00%

Publicador:

Resumo:

A base-pair resolution method for determining nucleosome position in vitro has been developed to com- plement existing, less accurate methods. Cysteaminyl EDTA was tethered to a recombinant histone octamer via a mutant histone H4 with serine 47 replaced by cysteine. When assembled into nucleosome core particles, the DNA could be cut site specifically by hydroxyl radical-catalyzed chain scission by using the Fenton reaction. Strand cleavage occurs mainly at a single nucleotide close to the dyad axis of the core particle, and assignment of this location via the symmetry of the nucleosome allows base-pair resolution mapping of the histone octamer position on the DNA. The positions of the histone octamer and H3H4 tetramer were mapped on a 146-bp Lytechinus variegatus 5S rRNA sequence and a twofold-symmetric derivative. The weakness of translational determinants of nucleosome positioning relative to the overall affinity of the histone proteins for this DNA is clearly demonstrated. The predominant location of both histone octamer and H3H4 tetramer assembled on the 5S rDNA is off center. Shifting the nucleosome core particle position along DNA within a conserved rotational phase could be induced under physiologically relevant conditions. Since nucleosome shifting has important consequences for chromatin structure and gene regulation, an approach to the thermodynamic characterization of this movement is proposed. This mapping method is potentially adaptable for determining nucleosome position in chromatin in vivo.

Relevância:

80.00% 80.00%

Publicador:

Resumo:

The measurement of dipolar contributions to the splitting of 15N resonances of 1H-15N amide pairs in multidimensional high-field NMR spectra of field-oriented cyanometmyoglobin is reported. The splittings appear as small field-dependent perturbations of normal scalar couplings. Assignment of more than 90 resonances to specific sequential sites in the protein allows correlation of the dipolar contributions with predictions based on the known susceptibility and known structure of the protein. Implications as an additional source of information for protein structure determination in solution are discussed.

Relevância:

80.00% 80.00%

Publicador:

Resumo:

Polímeros de coordenação têm atraído a atenção de pesquisadores na última década por conta de sua incrível versatilidade e virtualmente infinito número de possibilidades de combinação de ligantes orgânicos e centros metálicos. Estes compostos normalmente herdam as características magnéticas, eletrônicas e espectroscópicas de seus componentes base. Entretanto, apesar do crescente número de trabalhos na área, ainda são raros os polímeros de coordenação que apresentem condutividade elétrica. Para este fim, utilizou-se a N,N\'-bis(4-piridil)-1,4,5,8-naftaleno diimida, ou NDI-py, que pertence a uma classe de compostos rígidos, planares, quimicamente e termicamente estáveis e que já foram extensamente estudados por suas propriedades fotoeletroquímicas e semicondução do tipo n. O primeiro polímero de coordenação sintetizado, MOF-CoNDI-py-1, indicou ser um polímero linear, de estrutura 1D. O segundo, MOF-CoNDI-py-2, que conta com ácido tereftálico como ligante suporte, é um sólido cristalino com cela unitária monoclínica pertencente ao grupo espacial C2/c, determinado por difração de raios-X de monocristal. A rede apresenta um arranjo trinuclear de íons Co(II) alto spin com coordenados em uma geometria de octaedro distorcido, enquanto os ligantes NDI-py se encontram em um arranjo paralelo na estrutura, em distâncias apropriadas para transferência eletrônica. Com o auxílio de cálculo teóricos a nível de DFT, foi realizado um estudo aprofundado dos espectros eletrônicos e vibracionais, com atribuição das transições observadas, tanto para o MOF-CoNDI-py-2 quanto para o ligante NDI-py livre. A rede de coordenação absorve em toda a região do espectro eletrônico analisada, de 200 nm a 2500 nm, além de apresentar luminescência com característica do ligante. Dispositivos eletrônicos fabricados com um cristal do MOF-CoNDI-py-2 revelaram condutividades da ordem de 7,9 10-3 S cm -1, a maior já observada para um MOF. Além de elevada, a condutividade elétrica dos cristais demonstrou-se altamente anisotrópica, sendo significativamente menos condutor em algumas direções. Os perfis de corrente versus voltagem foram analisados em termos de mecanismos de condutividade, sendo melhores descritos por um mecanismo limitado pelo eletrodo to tipo Space-Charge Limited Current, concordando com a proposta de condutividade através dos planos de NDI-py na rede. A condutividade dos cristais também é fortemente dependente de luz, apresentando fotocondução quando irradiado por um laser vermelho, de 632 nm, enquanto apresenta um comportamento fotorresistivo frente a uma fonte de luz branca. Estes resultados, combinados, trazem um MOF em uma estrutura incomum e com elevada condutividade elétrica, modulada por luz, em medidas diretas de corrente. Não existem exemplos conhecidos de MOFs na literatura com estas características.

Relevância:

80.00% 80.00%

Publicador:

Resumo:

O estudo da microestrutura e dinâmica molecular de polímeros conjugados é de grande importância para o entendimento das propriedades físicas desta classe de materiais. No presente trabalho utilizou-se técnicas de ressonância magnética nuclear em baixo e alto campo para elucidar os processos de dinâmica molecular e cristalização do polímero Poly(3-(2’-ethylhexyl)thiophene) - P3EHT. O P3EHT é um polímero modelo para tal estudo, pois apresenta temperatura de fusão bem inferior a sua temperatura de degradação. Esta característica permite acompanhar os processos de cristalização in situ utilizando RMN. Além disso, sua similaridade ao já popular P3HT o torna um importante candidato a camada ativa em dispositivos eletrônicos orgânicos. O completo assinalamento do espectro de 13C para o P3EHT foi realizado utilizando as técnicas de defasamento dipolar e HETCOR. Os processos de dinâmica molecular, por sua vez, foram sondados utilizando DIPSHIFT. Observou-se um gradiente de mobilidade na cadeia lateral do polímero. Além disso, os baixos valores de parametros de ordem obtidos em comparação a experimentos similares realizados no P3HT na literatura indicam um aparente aumento no volume livre entre cadeias consecutivas na fase cristalina. Isso indica que a presença do grupo etil adicional no P3EHT causa um completo rearranjo das moléculas e dificulta seu empacotamento. Constatou-se ainda pouca variação das curvas de DIPSHIFT para os carbonos da cadeia lateral como função do método de excitação utilizado, o que aponta para um polímero que apresenta cadeia lateral móvel mesmo em sua fase cristalina. Os dados de dinâmica molecular foram corroborados por medidas de T1, T1ρ e TCH. Utilizando filtros dipolares em baixo campo observou-se três temperaturas de transição para o P3EHT: 250 K, 325 K e 350 K. A cristalização desse material é um processo lento. Verificou-se que o mesmo pode se estender por até até 24h a temperatura ambiente. Mudanças no espectro de 13C utilizando CPMAS em alto campo indicam um ordenamento dos anéis tiofeno (empacotamento π – π) como o principal processo de cristalização para o P3EHT.

Relevância:

80.00% 80.00%

Publicador:

Resumo:

Esta pesquisa avalia o impacto do \"Programa de Garantia da Atividade Agropecuária\" para agricultores familiares, conhecido como Proagro Mais. A relevância do trabalho fundamenta-se no considerável tamanho do Programa dentro do contexto das políticas de gestão de risco agrícola no Brasil. Além disso, é a primeira pesquisa desse tipo na literatura científica do país. A amostra é formada por produtores de milho do Estado do Paraná, tendo como linha base o ano de 2003, uma vez que é o ano anterior ao lançamento do Proagro Mais, e o ano de 2005 como ano de impacto. A base de dados utilizada neste estudo foi fornecida pelo Tribunal de Contas da União (TCU), cujas variáveis relevantes incluem características da cultura e dos agricultores familiares, como área financiada, atividades agrícolas complementares, educação e rendimento esperado. Adicionalmente, a partir de outras fontes públicas, foram adicionadas variáveis meteorológicas e regionais para controlar a localização da fazenda. O objetivo da pesquisa é avaliar o impacto do Proagro Mais sobre o montante de crédito por hectare concedido aos beneficiários do Programa. As metodologias usadas incluem o Propensity Score Matching (PSM), a Diferença das Diferenças (DID) e dois estimadores condicionais do DID com PSM usando dados em painel e repeated cross-section. As estimativas econométricas mostram que o Efeito Médio do Tratamento nos Tratados (EMTT) teve sinal negativo na maioria dos modelos revelando que, após o período de perda de rendimento, o grupo de controle teve um valor médio mais elevado de crédito por hectare do que os beneficiários do Proagro Mais. Os resultados sugerem a existência de mecanismos que poderiam complementar ou substituir o Proagro Mais como instrumento de gestão de risco agrícola, mas também podem sugerir que o Programa avaliado não cubra todos os riscos do setor.