نتایج جستجو برای: calcareous soils available p

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

2001
Meifang Zhou Yuncong Li

in calcareous soils of the southern Everglades and of adjacent areas is needed urgently. The understanding of P sorption and desorption by soils is imporThe relationships between P-sorption capacity, P tant for safeguarding water quality and for fertilizer management. availability and soil components in calcareous soils have Little is known about the P-sorption characteristics of the calcareous...

ژورنال: علوم آب و خاک 2009
اوستان, شاهین, حسین پور, علیرضا, خورشید, مهدیه,

Organic manures can affect phosphorus (P) sorption characteristics (PSC) and its availability in soils. Information about effect of sewage sludge (SL) on PSC in calcareous soils of Hamadan province is limited. The objective of this research was to study the effect of SL on PSC and available P in 10 calcareous soils. The soil samples were incubated with and without 1.5 % SL for 5 months at field...

امیر فتوت, , غلامحسین حق‌نیا, , اکرم حلاج‌نیا, , رضا خراسانی, ,

Study of phosphorus reactions over time and the role of organic matter in the calcareous soils are important for the development of P fertilizer and manure management practices. The objective of this study was to determine the effect of applied manure on P availability and its chemical forms in the soil, over time. Eight samples were collected from semi-arid calcareous soils of Mashhad plain. T...

اوستان, شاهین, حسین پور, علیرضا, خورشید, مهدیه,

Organic manures can affect phosphorus (P) sorption characteristics (PSC) and its availability in soils. Information about effect of sewage sludge (SL) on PSC in calcareous soils of Hamadan province is limited. The objective of this research was to study the effect of SL on PSC and available P in 10 calcareous soils. The soil samples were incubated with and without 1.5 % SL for 5 months at field...

ژورنال: علوم آب و خاک 2007
امیر فتوت, , غلامحسین حق‌نیا, , اکرم حلاج‌نیا, , رضا خراسانی, ,

Study of phosphorus reactions over time and the role of organic matter in the calcareous soils are important for the development of P fertilizer and manure management practices. The objective of this study was to determine the effect of applied manure on P availability and its chemical forms in the soil, over time. Eight samples were collected from semi-arid calcareous soils of Mashhad plain. T...

Journal: :Journal of environmental quality 2012
R D Lentz J A Ippolito

Carbon-rich biochar derived from the pyrolysis of biomass can sequester atmospheric CO, mitigate climate change, and potentially increase crop productivity. However, research is needed to confirm the suitability and sustainability of biochar application to different soils. To an irrigated calcareous soil, we applied stockpiled dairy manure (42 Mg ha dry wt) and hardwood-derived biochar (22.4 Mg...

حسین‌پور, علیرضا , رئیسی, فایز , متقیان, حمیدرضا, محمدی, جهانگرد ,

Copper (Cu) is an essential micronutrient for plants. However, determination of a suitable extractant of Cu in sewage sludge-amended calcareous soils has seldom been attended. The aim of this research was evaluating several extractants to predict available Cu in 10 untreated and sewage sludge-treated calcareous soils in greenhouse under wheat cultivation. After 1 month incubation, available Cu ...

Journal: :journal of agricultural science and technology 2010
a. samadi

phosphorus (p) sorption in soils is a key process governing its availability to crops. there has been scanty information available on the p sorption characteristics of calcare-ous soils of western azarbaijan province, iran. in this study, p sorption characteristics and their relationship to soil properties were determined in 36 soil samples belonging to 15 agricultural soil series located in th...

In this research, several chemical extractants and modified Olsen methods were studied in 25 surface-calcareous soils (0-30 cm) for determining available phosphorus (P) for corn (Zea mays L.) plant. In this experiment, the highest correlation was obtained between extracted P by Olsen and Colwell methods (NaHCO3-extractable P) and dry weight of corn shoot (r =0.67 and 0.75, p

A. RONAGHI N. KARIMIAN S. SAFARZADEH

Cadmium (Cd) concentration in soil solution and its bioavailability is controlled by sorption-desorption reactions. The objective of this research was to compare Cd adsorption behavior in six calcareous and four acid soils. Soil samples were equilibrated with 0.01 M Ca(NO3)2 containing 25 to 3200 mg Cd L−1. Results showed that the tendency for adsorption was high at low Cd concentrations (0-400...

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

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

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"; } -->