986 resultados para Giuseppe Vasi
Resumo:
In real world applications sequential algorithms of data mining and data exploration are often unsuitable for datasets with enormous size, high-dimensionality and complex data structure. Grid computing promises unprecedented opportunities for unlimited computing and storage resources. In this context there is the necessity to develop high performance distributed data mining algorithms. However, the computational complexity of the problem and the large amount of data to be explored often make the design of large scale applications particularly challenging. In this paper we present the first distributed formulation of a frequent subgraph mining algorithm for discriminative fragments of molecular compounds. Two distributed approaches have been developed and compared on the well known National Cancer Institute’s HIV-screening dataset. We present experimental results on a small-scale computing environment.
Resumo:
Structured data represented in the form of graphs arises in several fields of the science and the growing amount of available data makes distributed graph mining techniques particularly relevant. In this paper, we present a distributed approach to the frequent subgraph mining problem to discover interesting patterns in molecular compounds. The problem is characterized by a highly irregular search tree, whereby no reliable workload prediction is available. We describe the three main aspects of the proposed distributed algorithm, namely a dynamic partitioning of the search space, a distribution process based on a peer-to-peer communication framework, and a novel receiver-initiated, load balancing algorithm. The effectiveness of the distributed method has been evaluated on the well-known National Cancer Institute’s HIV-screening dataset, where the approach attains close-to linear speedup in a network of workstations.
Resumo:
Frequent pattern discovery in structured data is receiving an increasing attention in many application areas of sciences. However, the computational complexity and the large amount of data to be explored often make the sequential algorithms unsuitable. In this context high performance distributed computing becomes a very interesting and promising approach. In this paper we present a parallel formulation of the frequent subgraph mining problem to discover interesting patterns in molecular compounds. The application is characterized by a highly irregular tree-structured computation. No estimation is available for task workloads, which show a power-law distribution in a wide range. The proposed approach allows dynamic resource aggregation and provides fault and latency tolerance. These features make the distributed application suitable for multi-domain heterogeneous environments, such as computational Grids. The distributed application has been evaluated on the well known National Cancer Institute’s HIV-screening dataset.
Resumo:
Background If biofuels are to be a viable substitute for fossil fuels, it is essential that they retain their potential to mitigate climate change under future atmospheric conditions. Elevated atmospheric CO2 concentration [CO2] stimulates plant biomass production; however, the beneficial effects of increased production may be offset by higher energy costs in crop management. Methodology/Main findings We maintained full size poplar short rotation coppice (SRC) systems under both current ambient and future elevated [CO2] (550 ppm) and estimated their net energy and greenhouse gas balance. We show that a poplar SRC system is energy efficient and produces more energy than required for coppice management. Even more, elevated [CO2] will increase the net energy production and greenhouse gas balance of a SRC system with 18%. Managing the trees in shorter rotation cycles (i.e. 2 year cycles instead of 3 year cycles) will further enhance the benefits from elevated [CO2] on both the net energy and greenhouse gas balance. Conclusions/significance Adapting coppice management to the future atmospheric [CO2] is necessary to fully benefit from the climate mitigation potential of bio-energy systems. Further, a future increase in potential biomass production due to elevated [CO2] outweighs the increased production costs resulting in a northward extension of the area where SRC is greenhouse gas neutral. Currently, the main part of the European terrestrial carbon sink is found in forest biomass and attributed to harvesting less than the annual growth in wood. Because SRC is intensively managed, with a higher turnover in wood production than conventional forest, northward expansion of SRC is likely to erode the European terrestrial carbon sink.
Resumo:
The new ligand 6,6 ''-bis(5,5,8,8-tetramethyl-5,6,7,8-tetrahydro-1,2,4-benzotriazin-3-yl)2,2':6 ',2 ''-terpyridine (CyMe4-BTTP) has been synthesized in 4 steps from 2,2':6',2 ''-terpyridine. Detailed NMR and mass spectrometry studies indicate that the ligand forms 1 : 2 complexes with lanthanide(III) perchlorates where the aliphatic rings are conformationally constrained whereas 1 : 1 complexes are formed with lanthanide(III) nitrates where the rings are conformationally mobile. An optimized structure of the 1 : 2 solution complex with Yb(III) was obtained from the relative magnitude of the induced paramagnetic shifts. X-Ray crystallographic structures of the ligand and of its 1 : 1 complex with Y(III) were also obtained. The NMR and mass spectra of [Pd(CyMe4-BTTP)](n)(2n+) are consistent with a dinuclear double helical structure (n = 2). In the absence of a phase-modifier, CyMe4-BTTP in n-octanol showed a maximum distribution coefficient of Am(III) of 0.039 (+/-20%) and a maximum separation factor of Am(III) over Eu(III) of 12.0 from nitric acid. The metal(III) cations are extracted as the 1 : 1 complex from nitric acid. The generally low distribution coefficients observed compared with the BTBPs arise because the 1 : 1 complex of CyMe4-BTTP is considerably less hydrophobic than the 1 : 2 complexes formed by the BTBPs. In M(BTTP)(3+) complexes, there is a competition between the nitrate ions and the ligand for the complexation of the metal.
Resumo:
An aquaplanet model is used to study the nature of the highly persistent low-frequency waves that have been observed in models forced by zonally symmetric boundary conditions. Using the Hayashi spectral analysis of the extratropical waves, the authors find that a quasi-stationary wave 5 belongs to a wave packet obeying a well-defined dispersion relation with eastward group velocity. The components of the dispersion relation with k ≥ 5 baroclinically convert eddy available potential energy into eddy kinetic energy, whereas those with k < 5 are baroclinically neutral. In agreement with Green’s model of baroclinic instability, wave 5 is weakly unstable, and the inverse energy cascade, which had been previously proposed as a main forcing for this type of wave, only acts as a positive feedback on its predominantly baroclinic energetics. The quasi-stationary wave is reinforced by a phase lock to an analogous pattern in the tropical convection, which provides further amplification to the wave. It is also found that the Pedlosky bounds on the phase speed of unstable waves provide guidance in explaining the latitudinal structure of the energy conversion, which is shown to be more enhanced where the zonal westerly surface wind is weaker. The wave’s energy is then trapped in the waveguide created by the upper tropospheric jet stream. In agreement with Green’s theory, as the equator-to-pole SST difference is reduced, the stationary marginally stable component shifts toward higher wavenumbers, while wave 5 becomes neutral and westward propagating. Some properties of the aquaplanet quasi-stationary waves are found to be in interesting agreement with a low frequency wave observed by Salby during December–February in the Southern Hemisphere so that this perspective on low frequency variability, apart from its value in terms of basic geophysical fluid dynamics, might be of specific interest for studying the earth’s atmosphere.
Resumo:
K-Means is a popular clustering algorithm which adopts an iterative refinement procedure to determine data partitions and to compute their associated centres of mass, called centroids. The straightforward implementation of the algorithm is often referred to as `brute force' since it computes a proximity measure from each data point to each centroid at every iteration of the K-Means process. Efficient implementations of the K-Means algorithm have been predominantly based on multi-dimensional binary search trees (KD-Trees). A combination of an efficient data structure and geometrical constraints allow to reduce the number of distance computations required at each iteration. In this work we present a general space partitioning approach for improving the efficiency and the scalability of the K-Means algorithm. We propose to adopt approximate hierarchical clustering methods to generate binary space partitioning trees in contrast to KD-Trees. In the experimental analysis, we have tested the performance of the proposed Binary Space Partitioning K-Means (BSP-KM) when a divisive clustering algorithm is used. We have carried out extensive experimental tests to compare the proposed approach to the one based on KD-Trees (KD-KM) in a wide range of the parameters space. BSP-KM is more scalable than KDKM, while keeping the deterministic nature of the `brute force' algorithm. In particular, the proposed space partitioning approach has shown to overcome the well-known limitation of KD-Trees in high-dimensional spaces and can also be adopted to improve the efficiency of other algorithms in which KD-Trees have been used.
Resumo:
Higher animal welfare standards increase costs along the supply chain of certified animal-friendly products (AFP). Since the market outcome of certified AFP depends on consumer confidence toward supply chain operators complying with these standards, the role of trust in consumer willingness-to-pay (WTP) for AFP is paramount. Results from a contingent valuation survey administered in five European Union countries show that WTP estimates were sensitive to robust measures of consumer trust for certified AFP. Deriving the WTP effect of a single food category on total food expenditure is difficult for survey respondents; hence, a budget approach was employed to facilitate this process.
Resumo:
The purpose of the paper is to identify and describe differences in cognitive structures between consumer segments with differing levels of acceptance of genetically modified (GM) food. Among a sample of 60 mothers three segments are distinguished with respect to purchase intentions for GM yogurt: non-buyers, maybe-buyers and likely-buyers. A homogeneity test for the elicited laddering data suggests merging maybe- and likely-buyers, yielding two segments termed accepters and rejecters. Still, overlap between the segments’ cognitive structures is considerable, in particular with respect to a health focus in the evaluation of perceived consequences and ambivalence in technology assessment. Distinct differences are found in the assessment of benefits offered by GM food and the importance of values driving product evaluation and thus purchase decisions.
Resumo:
The consequences of increasing atmospheric carbon dioxide for long-term adaptation of forest ecosystems remain uncertain, with virtually no studies undertaken at the genetic level. A global analysis using cDNA microarrays was conducted following 6 yr exposure of Populus × euramericana (clone I-214) to elevated [CO2] in a FACE (free-air CO2 enrichment) experiment.• Gene expression was sensitive to elevated [CO2] but the response depended on the developmental age of the leaves, and < 50 transcripts differed significantly between different CO2 environments. For young leaves most differentially expressed genes were upregulated in elevated [CO2], while in semimature leaves most were downregulated in elevated [CO2].• For transcripts related only to the small subunit of Rubisco, upregulation in LPI 3 and downregulation in LPI 6 leaves in elevated CO2 was confirmed by anova. Similar patterns of gene expression for young leaves were also confirmed independently across year 3 and year 6 microarray data, and using real-time RT–PCR.• This study provides the first clues to the long-term genetic expression changes that may occur during long-term plant response to elevated CO2.
Resumo:
The synthesis, lanthanide complexation, and solvent ex- traction of actinide(III) and lanthanide(III) radiotracers from nitric acid solutions by a phenanthroline-derived quadridentate bis-triazine ligand are described. The ligand separates Am(III) and Cm(III) from the lanthanides with remarkably high efficiency, high selectivity, and fast extraction kinetics compared to its 2,2'-bipyridine counterpart. Structures of the 1:2 bis-complexes of the ligand with Eu(III) and Yb(III) were elucidated by X-ray crystallography and force field calculations, respec-tively. The Eu(III) bis-complex is the first 1:2 bis-complex of a quadridentate bis-triazine ligand to be characterized by crystallography. The faster rates of extraction were verified by kinetics measurements using the rotating membrane cell technique in several diluents. The improved kinetics of metal ion extraction are related to the higher surface activity of the ligand at the phase interface. The improvement in the ligand's properties on replacing the bipyridine unit with a phenanthroline unit far exceeds what was anticipated based on ligand design alone.
Resumo:
The present paper investigates pesticide application types adopted by smallholder potato producers in the Department of Boyacá , Colombia. In this region, environmental, health and adverse economic effects due to pesticide mis- or over-use respectively have been observed. Firstly, pesticide application types were identified based on input-effectiveness. Secondly, their determinants of adoption were investigated. Finally suggestions were given to develop intervention options for transition towards a more sustainable pesticide use. Three application types were identified for fungicide and insecticide. The types differed in terms of input (intensity of pesticide application), effect (damage control), frequency of application, average quantity applied per application, chemical class, and productivity. Then, the determinants of different pesticide application types were investigated with a multinomial logistic regression approach and applying the integrative agent centred (IAC) framework. The area of the plot, attendance at training sessions and educational and income levels were among the most relevant determinants. The analysis suggested that better pesticide use could be fostered to reduce pesticide-related risks in the region. Intervention options were outlined, which may help in targeting this issue. They aim not only at educating farmers, but to change their social and institutional context, by involving other agents of the agricultural system (i.e. pesticide producers), facilitating new institutional settings (i.e. cooperatives) and targeting social dynamics (i.e. conformity to social norms).
Resumo:
An effective approach to research on farmers' behaviour is based on: i) an explicit and well-motivated behavioural theory; ii) an integrative approach; and iii) understanding feedback processes and dynamics. While current approaches may effectively tackle some of them, they often fail to combine them together. The paper presents the integrative agent-centred (IAC) framework, which aims at filling this gap. It functions in accordance with these three pillars and provides a conceptual structure to understand farmers' behaviour in agricultural systems. The IAC framework is agent-centred and supports the understanding of farmers' behavior consistently with the perspective of agricultural systems as complex social-ecological systems. It combines different behavioural drivers, bridges between micro and macro levels, and depicts a potentially varied model of human agency. The use of the framework in practice is illustrated through two studies on pesticide use among smallholders in Colombia. The examples show how the framework can be implemented to derive policy implications to foster a transition towards more sustainable agricultural practices. The paper finally suggests that the framework can support different research designs for the study of agents' behaviour in agricultural and social-ecological systems.