18 resultados para sorting of waste


Relevância:

80.00% 80.00%

Publicador:

Resumo:

The waste materials generated in the nuclear fuel cycle are very varied,ranging from the tailings arising from mining and processing uranium ore, depleted uranium in a range of chemical forms, to a range of process wastes of differing activities and properties. Indeed, the wastes generated are intimately linked to the options selected in operating the nuclear fuel cycle, most obviously to the management of spent fuel. An open fuel cycle implies the disposal of highly radioactive spent fuel, whereas a closed fuel cycle generates a complex array of waste streams. On the other hand, a closed fuel cycle offers options for waste management, for example reduction in highly active waste volume, decreased radiotoxicity, and removal of fissile material. Many technological options have been proposed or explored, and each brings its own particular mix of wastes and environmental challenges.

Relevância:

80.00% 80.00%

Publicador:

Resumo:

Cities and urban regions are undertaking efforts to quantify greenhouse (GHG) emissions from their jurisdictional boundaries. Although inventorying methodologies are beginning to standardize for GHG sources, carbon sequestration is generally not quantified. This article describes the methodology and quantification of gross urban carbon sinks. Sinks are categorized into direct and embodied sinks. Direct sinks generally incorporate natural process, such as humification in soils and photosynthetic biomass growth (in urban trees, perennial crops, and regional forests). Embodied sinks include activities associated with consumptive behavior that result in the import and/or storage of carbon, such as landfilling of waste, concrete construction, and utilization of durable wood products. Using methodologies based on the Intergovernmental Panel on Climate Change 2006 guidelines (for direct sinks) and peer-reviewed literature (for embodied sinks), carbon sequestration for 2005 is calculated for the Greater Toronto Area. Direct sinks are found to be 317 kilotons of carbon (kt C), and are dominated by regional forest biomass. Embodied sinks are calculated to be 234 kt C based on one year's consumption, though a complete life cycle accounting of emissions would likely transform this sum from a carbon sink to a source. There is considerable uncertainty associated with the methodologies used, which could be addressed with city-specific stock-change measurements. Further options for enhancing carbon sink capacity within urban environments are explored, such as urban biomass growth and carbon capture and storage.

Relevância:

80.00% 80.00%

Publicador:

Resumo:

In order to accelerate computing the convex hull on a set of n points, a heuristic procedure is often applied to reduce the number of points to a set of s points, s ≤ n, which also contains the same hull. We present an algorithm to precondition 2D data with integer coordinates bounded by a box of size p × q before building a 2D convex hull, with three distinct advantages. First, we prove that under the condition min(p, q) ≤ n the algorithm executes in time within O(n); second, no explicit sorting of data is required; and third, the reduced set of s points forms a simple polygonal chain and thus can be directly pipelined into an O(n) time convex hull algorithm. This paper empirically evaluates and quantifies the speed up gained by preconditioning a set of points by a method based on the proposed algorithm before using common convex hull algorithms to build the final hull. A speedup factor of at least four is consistently found from experiments on various datasets when the condition min(p, q) ≤ n holds; the smaller the ratio min(p, q)/n is in the dataset, the greater the speedup factor achieved.