نتایج جستجو برای: lime treatment

تعداد نتایج: 1400307  

2002
T. A. Tawfic K. J. Reddy T. A. TAWFIC

The combustion of coal in power plants generates solids (e-g., fly ash, bottom ash) and flue gas (e.g., SOX, C02). New Clean Air Act mandated reduction of SOX emissions from coal burning power plants. As a result, a variety of Clean Coal Technologies (CCT) are implemented to comply with these amendments. However, most of the CCT processes transfer environmentally sensitive elements (e.g., As, C...

2011
Mena I. Souliman Claudia Zapata

The purpose of this paper is to advance the knowledge on peat soil stabilization by critically examining and documenting the current state of practice. Deep mixing method is emphasized on column type techniques using lime/cement. This paper is essentially a comprehensive review of available academic literature on deep soil stabilization utilizing this approach. Deep mixing with lime or lime-cem...

2012
P. C. Okonkwo

The kinetics of calcination of a high calcium type of limestone was studied. Ukpilla limestone found in the central region of Nigeria was studied. The limestone composition shows that the limestone has 51.29% calcium oxide and 41.53% loss on ignition and magnesium oxide content of 2.23%. The following parameters were determined; diffusion coefficient of lime layer, and mass transfer coefficient...

2013
Sutapa Bose Asim K. Bhattacharyya

Wazirpur industrial area of Delhi generates a huge quantity of sludge per day, which is highly acidic in nature (pH 2.7 to 4.4) and contains macronutrients, micronutrients as well as toxic metals. A pot-culture experiment was conducted by taking the two soils (JNU and Chhattarpur) amended with sludge (0%, 10%, 20%, 30%), pretreated with lime (0%, 0.5% and 1%). Two wheat seedlings were planted p...

2002
P. Goovaerts

1. Abstract This paper presents a geostatistical approach to model uncertainty about the spatial distribution of soil properties and to propagate it through a crop model, allowing for incorporation of uncertainty in the choice of management scenarios (no lime, single-rate liming and site-specific lime applications to acidic field soil). The methodology involved modeling the uncertainty about wh...

2002
A. Palomo

A mortar is a material resulting of the intimate mixture of sand grains, a binder (lime, cement, etc.) and water. The properties and characteristic of the mortars mainly depend on the nature of the binder component. That is the reason for which, its evolution with time has been very related to the development of artificial cementitious materials. So, with the consolidation of the Roman civiliza...

2011
Maryam Boshtam Jamal Moshtaghian Gholamali Naderi Seddigheh Asgary Hashem Nayeri

BACKGROUND We studied the antioxidant effects of fresh juice and peel extract of Citrus aurantifolia (Christm). METHODS Low density lipoprotein (LDL) was separated from one hypercholesterolemic human serum by modified Bronzert and Brewer procedure. Oxidation of LDL was measured at 234 nm against 0, 5, 10, 20, 25, 30 and 40 μl of fresh lime juice and 0, 5, 10, 15 and 20 μl of peel polyphenolic...

Journal: :Bioresource technology 2011
Matthew Falls Jian Shi Mirvat A Ebrik Tim Redmond Bin Yang Charles E Wyman Rebecca Garlock Venkatesh Balan Bruce E Dale V Ramesh Pallapolu Y Y Lee Youngmi Kim Nathan S Mosier Michael R Ladisch Bonnie Hames Steve Thomas Bryon S Donohoe Todd B Vinzant Richard T Elander Ryan E Warner Rocio Sierra-Ramirez Mark T Holtzapple

This work studied the benefits of adding different enzyme cocktails (cellulase, xylanase, β-glucosidase) to pretreated switchgrass. Pretreatment methods included ammonia fiber expansion (AFEX), dilute-acid (DA), liquid hot water (LHW), lime, lime+ball-milling, soaking in aqueous ammonia (SAA), and sulfur dioxide (SO(2)). The compositions of the pretreated materials were analyzed and showed a st...

2005
P. Tlustoš J. Száková K. Kořínek D. Pavlíková A. Hanč J. Balík

For characterization of the ability of crops to reflect changing soil properties after the addition of ameliorative materials into the soil both pot and rhizobox experiments were provided. In the pot experiment, the influence of the addition of lime and limestone into contaminated Cambisol containing 7.14 mg Cd/kg, 2174 mg Pb/kg, and 270 mg Zn/kg on element availability for spring wheat was tes...

2014
Luis Alberto Morales Eva Vidal Vázquez Jorge Paz-Ferreiro

Proper and effective management of soil nutrients requires assessment of their variability at the field scale. We compare the effects of lime amendment rate on the spatial variability of three macronutrient forms (NH4 (+)-N, Olsen P, and Mehlich-1 K) in a paddy soil at three different dates during the growth period of a rice crop. The field work was carried out near Corrientes, Argentina. Lime ...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->