923 resultados para XYZ compliant parallel mechanism


Relevância:

20.00% 20.00%

Publicador:

Resumo:

The clean development mechanism (CDM) has been through a long and complex growing process since it was approved as part of the Kyoto Protocol. It was designed within the framework of the UNFCCC and the Kyoto Protocol, and reflected the political and economic realities of that time. To ensure its continued effectiveness in contributing to future global climate action and to reflect on how best to position the CDM to respond to future challenges, a high-level panel (HLP) was formed at the Durban climate change conference in 2011. Following extensive consultations, the panel published its report in September 2012. Through this Special Report, the CEPS Carbon Market Forum offers its reflections on findings and recommendations of the HLP, as well as, by extension, its own views on the future of the CDM. In the context of the latter, it explores the following questions: Is there a need for an instrument such as the CDM in the future? What ‘demand’ can it fill? In the roles identified under the first question, what can be done to adapt it and also continue to increase its efficacy?

Relevância:

20.00% 20.00%

Publicador:

Relevância:

20.00% 20.00%

Publicador:

Resumo:

We developed a family of polymer-drug conjugates carrying the combination of the anticancer agent epirubicin (EPI) and nitric oxide (NO). EPI-PEG-(NO)8, carrying the highest content of NO, displayed greater activity in Caco-2 cells while it decreased toxicity against endothelium cells and cardiomyocytes with respect to free EPI. FACS and confocal microscopy confirmed conjugates internalization. Light scattering showed formation of micelle whose size correlated with internalization rate. EPI-PEG-(NO)8 showed increased bioavailability in mice compared to free EPI.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Clustering is defined as the grouping of similar items in a set, and is an important process within the field of data mining. As the amount of data for various applications continues to increase, in terms of its size and dimensionality, it is necessary to have efficient clustering methods. A popular clustering algorithm is K-Means, which adopts a greedy approach to produce a set of K-clusters with associated centres of mass, and uses a squared error distortion measure to determine convergence. Methods for improving the efficiency of K-Means have been largely explored in two main directions. The amount of computation can be significantly reduced by adopting a more efficient data structure, notably a multi-dimensional binary search tree (KD-Tree) to store either centroids or data points. A second direction is parallel processing, where data and computation loads are distributed over many processing nodes. However, little work has been done to provide a parallel formulation of the efficient sequential techniques based on KD-Trees. Such approaches are expected to have an irregular distribution of computation load and can suffer from load imbalance. This issue has so far limited the adoption of these efficient K-Means techniques in parallel computational environments. In this work, we provide a parallel formulation for the KD-Tree based K-Means algorithm and address its load balancing issues.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The Bonin high is a subtropical anticyclone that is predominant near Japan in the summer. This anticyclone is associated with an equivalent-barotropic structure, often extending throughout the entire troposphere. Although the equivalent-barotropic structure of the Bonin high has been known for years among synopticians because of its importance to the summer climate in east Asia, there are few dynamical explanations for such a structure. The present paper attempts to provide a formation mechanism for the deep ridge near Japan. We propose a new hypothesis that this equivalent-barotropic ridge near Japan is formed as a result of the propagation of stationary Rossby waves along the Asian jet in the upper troposphere (‘the Silk Road pattern’). First, the monthly mean climatology is examined in order to demonstrate this hypothesis. It is shown that the enhanced Asian jet in August is favourable for the propagation of stationary Rossby waves and that the regions of descent over the eastern Mediterranean Sea and the Aral Sea act as two major wave sources. Second, a primitive-equation model is used to simulate the climatology of August. The model successfully simulates the Bonin high with an equivalent-barotropic structure. The upper-tropospheric ridge is found to be enhanced by a height anomaly of more than 80 m at 200 hPa, when a wave packet arrives. Sensitivity experiments are conducted to show that the removal of the diabatic cooling over the Asian jet suppresses the Silk Road pattern and formation of an equivalent-barotropic ridge near Japan, while the removal of the diabatic heating in the western Pacific does not. Copyright © 2003 Royal Meteorological Society

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Two ongoing projects at ESSC that involve the development of new techniques for extracting information from airborne LiDAR data and combining this information with environmental models will be discussed. The first project in conjunction with Bristol University is aiming to improve 2-D river flood flow models by using remote sensing to provide distributed data for model calibration and validation. Airborne LiDAR can provide such models with a dense and accurate floodplain topography together with vegetation heights for parameterisation of model friction. The vegetation height data can be used to specify a friction factor at each node of a model’s finite element mesh. A LiDAR range image segmenter has been developed which converts a LiDAR image into separate raster maps of surface topography and vegetation height for use in the model. Satellite and airborne SAR data have been used to measure flood extent remotely in order to validate the modelled flood extent. Methods have also been developed for improving the models by decomposing the model’s finite element mesh to reflect floodplain features such as hedges and trees having different frictional properties to their surroundings. Originally developed for rural floodplains, the segmenter is currently being extended to provide DEMs and friction parameter maps for urban floods, by fusing the LiDAR data with digital map data. The second project is concerned with the extraction of tidal channel networks from LiDAR. These networks are important features of the inter-tidal zone, and play a key role in tidal propagation and in the evolution of salt-marshes and tidal flats. The study of their morphology is currently an active area of research, and a number of theories related to networks have been developed which require validation using dense and extensive observations of network forms and cross-sections. The conventional method of measuring networks is cumbersome and subjective, involving manual digitisation of aerial photographs in conjunction with field measurement of channel depths and widths for selected parts of the network. A semi-automatic technique has been developed to extract networks from LiDAR data of the inter-tidal zone. A multi-level knowledge-based approach has been implemented, whereby low level algorithms first extract channel fragments based mainly on image properties then a high level processing stage improves the network using domain knowledge. The approach adopted at low level uses multi-scale edge detection to detect channel edges, then associates adjacent anti-parallel edges together to form channels. The higher level processing includes a channel repair mechanism.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

An eddy current testing system consists of a multi-sensor probe, a computer and a special expansion card and software for data-collection and analysis. The probe incorporates an excitation coil, and sensor coils; at least one sensor coil is a lateral current-normal coil and at least one is a current perturbation coil.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

An eddy current testing system consists of a multi-sensor probe, computer and a special expansion card and software for data collection and analysis. The probe incorporates an excitation coil, and sensor coils; at least one sensor coil is a lateral current-normal coil and at least one is a current perturbation coil.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

One among the most influential and popular data mining methods is the k-Means algorithm for cluster analysis. Techniques for improving the efficiency of k-Means have been largely explored in two main directions. The amount of computation can be significantly reduced by adopting geometrical constraints and an efficient data structure, notably a multidimensional binary search tree (KD-Tree). These techniques allow to reduce the number of distance computations the algorithm performs at each iteration. A second direction is parallel processing, where data and computation loads are distributed over many processing nodes. However, little work has been done to provide a parallel formulation of the efficient sequential techniques based on KD-Trees. Such approaches are expected to have an irregular distribution of computation load and can suffer from load imbalance. This issue has so far limited the adoption of these efficient k-Means variants in parallel computing environments. In this work, we provide a parallel formulation of the KD-Tree based k-Means algorithm for distributed memory systems and address its load balancing issue. Three solutions have been developed and tested. Two approaches are based on a static partitioning of the data set and a third solution incorporates a dynamic load balancing policy.