981 resultados para gibberellin(GA)


Relevância:

10.00% 10.00%

Publicador:

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Using a focused ion beam (FIB) instrument, electron-transparent samples (termed foils) have been cut from the naturally weathered surfaces of perthitic alkali feldspars recovered from soils overlying the Shap granite, northwest England. Characterization of these foils by transmission electron microscopy (TEM) has enabled determination of the crystallinity and chemical composition of near-surface regions of the feldspar and an assessment of the influence of intragranular microtextures on the microtopography of grain surfaces and development of etch pits. Damage accompanying implantation of the 30 kV Ga+ ions used for imaging and deposition of protective platinum prior to ion milling creates amorphous layers beneath outer grain surfaces, but can be overcome by coating grains with > 85 nm of gold before FIB work. The sidewalls of the foil and feldspar surrounding original voids are also partially amorphized during later stages of ion milling. No evidence was found for the presence of amorphous or crystalline weathering products or amorphous "leached layers" immediately beneath outer grain surfaces. The absence of a leached layer indicates that chemical weathering of feldspar in the Shap soils is stoichiometric, or if non-stoichiometric, either the layer is too thin to resolve by the TEM techniques used (i.e., <=similar to 2.5 nm) or an insufficient proportion of ions have been leached from near-surface regions so that feldspar crystallinity is maintained. No evidence was found for any difference in the mechanisms of weathering where a microbial filament rests on the feldspar surface. Sub-micrometer-sized steps on the grain surface have formed where subgrains and exsolution lamellae have influenced the propagation of fractures during physical weathering, whereas finer scale corrugations form due to compositional or strain-related differences in dissolution rates of albite platelets and enclosing tweed orthoclase. With progressive weathering, etch pits that initiated at the grain surface extend into grain interiors as etch tubes by exploiting preexisting networks of nanopores that formed during the igneous history of the grain. The combination of FIB and TEM techniques is an especially powerful way of exploring mechanisms of weathering within the "internal zone" beneath outer grain surfaces, but results must be interpreted with caution owing to the ease with which artifacts can be created by the high-energy ion and electron beams used in the preparation and characterization of the foils.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

The authors present a systolic design for a simple GA mechanism which provides high throughput and unidirectional pipelining by exploiting the inherent parallelism in the genetic operators. The design computes in O(N+G) time steps using O(N2) cells where N is the population size and G is the chromosome length. The area of the device is independent of the chromosome length and so can be easily scaled by replicating the arrays or by employing fine-grain migration. The array is generic in the sense that it does not rely on the fitness function and can be used as an accelerator for any GA application using uniform crossover between pairs of chromosomes. The design can also be used in hybrid systems as an add-on to complement existing designs and methods for fitness function acceleration and island-style population management

Relevância:

10.00% 10.00%

Publicador:

Resumo:

This paper presents the results of the application of a parallel Genetic Algorithm (GA) in order to design a Fuzzy Proportional Integral (FPI) controller for active queue management on Internet routers. The Active Queue Management (AQM) policies are those policies of router queue management that allow the detection of network congestion, the notification of such occurrences to the hosts on the network borders, and the adoption of a suitable control policy. Two different parallel implementations of the genetic algorithm are adopted to determine an optimal configuration of the FPI controller parameters. Finally, the results of several experiments carried out on a forty nodes cluster of workstations are presented.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

This paper presents a parallel genetic algorithm to the Steiner Problem in Networks. Several previous papers have proposed the adoption of GAs and others metaheuristics to solve the SPN demonstrating the validity of their approaches. This work differs from them for two main reasons: the dimension and the characteristics of the networks adopted in the experiments and the aim from which it has been originated. The reason that aimed this work was namely to build a comparison term for validating deterministic and computationally inexpensive algorithms which can be used in practical engineering applications, such as the multicast transmission in the Internet. On the other hand, the large dimensions of our sample networks require the adoption of a parallel implementation of the Steiner GA, which is able to deal with such large problem instances.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Gallaborane (GaBH6, 1), synthesized by the metathesis of LiBH4 with [H2GaCl]n at ca. 250 K, has been characterized by chemical analysis and by its IR and 1H and 11B NMR spectra. The IR spectrum of the vapor at low pressure implies the presence of only one species, viz. H2Ga(μ-H)2BH2, with a diborane-like structure conforming to C2v symmetry. The structure of this molecule has been determined by gas-phase electron diffraction (GED) measurements afforced by the results of ab initio molecular orbital calculations. Hence the principal distances (rα in Å) and angles ( α in deg) are as follows: r(Ga•••B), 2.197(3); r(Ga−Ht), 1.555(6); r(Ga−Hb), 1.800(6); r(B−Ht), 1.189(7); r(B−Hb), 1.286(7); Hb−Ga−Hb, 71.6(4); and Hb−B−Hb, 110.0(5) (t = terminal, b = bridging). Aggregation of the molecules occurs in the condensed phases. X-ray crystallographic studies of a single crystal at 110 K reveal a polymeric network with helical chains made up of alternating pseudotetrahedral GaH4 and BH4 units linked through single hydrogen bridges; the average Ga•••B distance is now 2.473(7) Å. The compound decomposes in the condensed phases at temperatures exceeding ca. 240 K with the formation of elemental Ga and H2 and B2H6. The reactions with NH3, Me3N, and Me3P are also described.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

A parallel hardware random number generator for use with a VLSI genetic algorithm processing device is proposed. The design uses an systolic array of mixed congruential random number generators. The generators are constantly reseeded with the outputs of the proceeding generators to avoid significant biasing of the randomness of the array which would result in longer times for the algorithm to converge to a solution. 1 Introduction In recent years there has been a growing interest in developing hardware genetic algorithm devices [1, 2, 3]. A genetic algorithm (GA) is a stochastic search and optimization technique which attempts to capture the power of natural selection by evolving a population of candidate solutions by a process of selection and reproduction [4]. In keeping with the evolutionary analogy, the solutions are called chromosomes with each chromosome containing a number of genes. Chromosomes are commonly simple binary strings, the bits being the genes.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

We have developed a novel Hill-climbing genetic algorithm (GA) for simulation of protein folding. The program (written in C) builds a set of Cartesian points to represent an unfolded polypeptide's backbone. The dihedral angles determining the chain's configuration are stored in an array of chromosome structures that is copied and then mutated. The fitness of the mutated chain's configuration is determined by its radius of gyration. A four-helix bundle was used to optimise simulation conditions, and the program was compared with other, larger, genetic algorithms on a variety of structures. The program ran 50% faster than other GA programs. Overall, tests on 100 non-redundant structures gave comparable results to other genetic algorithms, with the Hill-climbing program running from between 20 and 50% faster. Examples including crambin, cytochrome c, cytochrome B and hemerythrin gave good secondary structure fits with overall alpha carbon atom rms deviations of between 5 and 5.6 Angstrom with an optimised hydrophobic term in the fitness function. (C) 2003 Elsevier Ltd. All rights reserved.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

The title compound, potassium nickel(II) digallium tris-( phosphate) dihydrate, K[NiGa2(PO4)(3)(H2O)(2)], was synthesized hydrothermally. The structure is constructed from distorted trans-NiO4(H2O)2 octahedra linked through vertices and edges to GaO5 trigonal bipyramids and PO4 tetrahedra, forming a three-dimensional framework of formula [NiGa2(PO4)(3)(H2O)(2)](-). The K, Ni and one P atom lie on special positions (Wyckoff position 4e, site symmetry 2). There are two sets of channels within the framework, one running parallel to the [10 (1) over bar] direction and the other parallel to [001]. These intersect, forming a three-dimensional pore network in which the water molecules coordinated to the Ni atoms and the K+ ions required to charge balance the framework reside. The K+ ions lie in a highly distorted environment surrounded by ten O atoms, six of which are closer than 3.1 angstrom. The coordinated water molecules are within hydrogen-bonding distance to O atoms of bridging Ga-O-P groups.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

In the present paper the potential application of colloidal gas aphrons (CGA) to the recovery of antioxidants from wine-making waste extracts is investigated. CGA were generated by stirring a buffered solution (400 ml) of a cationic surfactant(cetyltrimethylammonium bromide, CTAB) at 8000 rpm for 10 minutes. Trials were carried out on standard solutions (2 ml) of gallic acid (GA) 200 mg/l with varying volumes of colloidal gas aphrons (20-60 ml) generated with varying concentrations of CTAB (2 and 4 mM). Influence of pH, solvent (buffered aqueous solution and ethanol), CTAB to GA molar ratio on recovery were studied. Best recovery (63%) was achieved from an aqueous solution of GA and at a CTAB to GA molar ratio of 16. Separation is mainly driven by electrostatic interactions but pH conditions are to be optimised to preserve the GA antioxidant power.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

With the increasing production and consumption of potato and its products, glycoalkaloid (GA) formation and toxicity are likely to become an important focus for food safety researchers and public health agencies. Not only the presence of GA, particularly in the form of a-solanine and a-chaconine, but also the changes occurring as a result of various post-harvest handling practices and storage, are critical issues influencing the quality of stored potatoes. Studies on various factors (pre-harvest, during harvest anal post-harvest) affecting GA have been carried out from time to time, but it is difficult to compare the results of one study with another due to wide variation in the parameters chosen. This review aims to develop a clear understanding of these issues. Published information on the types of GA, their effects on health, their typical concentrations in potatoes, their formation mechanisms, and how their levels can be controlled by following appropriate post harvest practices and storage regimes are critically analysed. The levels of GA in potato can be controlled effectively by adopting appropriate post-harvest practices. Further studies are necessary, however, to investigate best practices, which either check completely or retard substantially their formation. (C) 2008 Society of Chemical Industry.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Background: The hypocholesterolemic effects of soy foods are well established, and it has been suggested that isoflavones are responsible for this effect. However, beneficial effects of isolated isoflavones on lipid biomarkers of cardiovascular disease risk have not yet been shown. Objective: The objective was to investigate the effects of isolated soy isoflavones on metabolic biomarkers of cardiovascular disease risk, including plasma total, HDL, and LDL cholesterol; triacylglycerols; lipoprotein(a); the percentage of small dense LDL; glucose; nonesterified fatty acids; insulin; and the homeostasis model assessment of insulin resistance. Differences with respect to single nucleotide polymorphisms in selected genes [ie, estrogen receptor a (Xbal and PvuII), estrogen receptor beta (AluI), and estrogen receptor beta(cx) (Tsp5091), endothelial nitric oxide synthase (Glu298Asp), apolipoprotein E (Apo E2, E3, and E4), cholesteryl ester transfer protein (TaqIB), and leptin receptor (Gln223Arg)] and with respect to equol production were investigated. Design: Healthy postmenopausal women (n = 117) participated in a randomized, double-blind, placebo-controlled, crossover dietary intervention trial. Isoflavone-enriched (genistein-to-daidzein ratio of 2: 1; 50 mg/d) or placebo cereal bars were consumed for 8 wk, with a wash-out period of 8 wk before the crossover. Results: Isoflavones did not have a significant beneficial effect on plasma concentrations of lipids, glucose, or insulin. A significant difference between the responses of HDL cholesterol to isoflavones and to placebo was found with estrogen receptor 0(cx) Tsp5091 genotype AA, but not GG or GA. Conclusions: Isoflavone supplementation, when provided in the form and dose used in this study, had no effect on lipid or other metabolic biomarkers of cardiovascular disease risk in postmenopausal women but may increase HDL cholesterol in an estrogen receptor P gene-polymorphic subgroup.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

The synapsing variable-length crossover (SVLC algorithm provides a biologically inspired method for performing meaningful crossover between variable-length genomes. In addition to providing a rationale for variable-length crossover, it also provides a genotypic similarity metric for variable-length genomes, enabling standard niche formation techniques to be used with variable-length genomes. Unlike other variable-length crossover techniques which consider genomes to be rigid inflexible arrays and where some or all of the crossover points are randomly selected, the SVLC algorithm considers genomes to be flexible and chooses non-random crossover points based on the common parental sequence similarity. The SVLC algorithm recurrently "glues" or synapses homogenous genetic subsequences together. This is done in such a way that common parental sequences are automatically preserved in the offspring with only the genetic differences being exchanged or removed, independent of the length of such differences. In a variable-length test problem, the SVLC algorithm compares favorably with current variable-length crossover techniques. The variable-length approach is further advocated by demonstrating how a variable-length genetic algorithm (GA) can obtain a high fitness solution in fewer iterations than a traditional fixed-length GA in a two-dimensional vector approximation task.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

The authors describe a learning classifier system (LCS) which employs genetic algorithms (GA) for adaptive online diagnosis of power transmission network faults. The system monitors switchgear indications produced by a transmission network, reporting fault diagnoses on any patterns indicative of faulted components. The system evaluates the accuracy of diagnoses via a fault simulator developed by National Grid Co. and adapts to reflect the current network topology by use of genetic algorithms.