نتایج جستجو برای: sunflower wasted biomass

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

Journal: :caspian journal of environmental sciences 2005
m. solhi m.a. hajabbasi

phytoextraction is a remediation technology that uses plants to remove heavy metals from soil. the success of a phytoextraction process depends on adequate plant yield (aerial parts) and high metal concentrations in plant shoots. a pot experiment was conducted to investigate the combination effects of plants [sunflower (helianthus annuus) and canola (brassica napus)] with soil treatments (manur...

M. Solhi, M.A. Hajabbasi

Phytoextraction is a remediation technology that uses plants to remove heavy metals from soil. The success of a phytoextraction process depends on adequate plant yield (aerial parts) and high metal concentrations in plant shoots. A pot experiment was conducted to investigate the combination effects of plants [sunflower (Helianthus annuus) and canola (Brassica napus)] with soil treatments (manur...

A. Kumar A. Mann P. Sharma P. Sheoran, Sher Singh, V. Sardana

A field experiment was conducted to study the effects of N fertilization on uptake,accumulation/remobilization, use efficiency and yield of sunflower grown in alluvial plains ofnorthwestern India comprising four hybrids (PSH 996, PAC 3789, PSH 569 and SH 3322)and five N levels (Control, 40, 80, 100 and 120 kg N ha-1) in split-plot design with threereplications. Increased N fertilizer rates sign...

2014
Marta Zalewska Anna Nogalska

Phytoextraction relies on plants with a high capacity to absorb heavy metals and remove them from the soil. The objective of this study was to analyze the potential of sunflower (Helianthus annuus L.) and white mustard (Sinapis alba L.) for phytoextraction of Zn-contaminated soil. Research was based on a strict pot experiment conducted in a greenhouse. Seven treatments were established with inc...

2000
Giovanni Macelloni Simonetta Paloscia Paolo Pampaloni Filippo Marliani

The availability of a considerable amount of Synthetic Aperture Radar data, obtained from airborne and spacecraft systems, has stimulated significant research for the purposes of interpreting backscattering data and investigating the potential of radar remote sensing for various applications. Vegetation has been one of the most studied subjects; however, much of the work has been carried out in...

Journal: :Metabolic engineering 2011
Ana P Alonso Dale L Val Yair Shachar-Hill

¹⁴C labeling experiments performed with kernel cultures showed that developing maize endosperm is more efficient than other non-photosynthetic tissues such as sunflower and maize embryos at converting maternally supplied substrates into biomass. To characterize the metabolic fluxes in endosperm, maize kernels were labeled to isotopic steady state using ¹³C-labeled glucose. The resultant labelin...

Journal: :پژوهش آب در کشاورزی 0

an experiment was conducted in 2011 to evaluate the effect of weed interference on sunflower yield in deficit irrigation and to study the grass and broadleaf weeds growth at different moisture condition. the experiment was arranged as factorial, randomized complete blocks with four replicates per treatment. treatments included different moisture conditions [40%, 60%, 80%, and 100 percent of cro...

2010
M. Marques

Germination rate in contaminated soils cannot be used as the sole indicator to select suitable species for phytoremediation trials, since it does not predict the plant development after germination. As a result, most screening tests for selection of specie with phytoremediation potential to treat contaminated soils include germination rate and biomass production. These screenings take several m...

2015
Pablo Maximiliano Arnal

Charcoals have been widely used by scientist to research the removal of contaminants from water and air. One key feature of charcoal is that it keeps macropores from the parent material - though anisotropically contracted - and can even develop meso- and micropores. However, the controlled thermochemical conversion of biomass into charcoal at laboratory scale normally requires special setups wh...

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

The contamination of soils with lead is a major environmental problem throughout the world. Phytoextraction of heavy metals from contaminated soils has the prospect of being a more economic in situ alternative. Chemically enhanced phytoextraction has been proposed as an effective approach to remove heavy metals from contaminated soil through the use of high biomass plants. Using a pot experimen...

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

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

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