نتایج جستجو برای: root fresh weight

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

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

This study was conducted to evaluate the effects of paclobatrazol and cycocel on some quantitative and qualitative traits of zinnia. Seedlings were transplanted on Horticulture Department Farm , College of Agriculture, Isfahan University of Technology. The experiment was carried out in the framework of randomized complete block with 3 replications. Triats which were studied included plant heigh...

Salinity is one of the most important factors limiting agricultural production. Cotton, as an oil-fiber plant, is one of the most important industrial plants and is sensitive to salinity, especially at germination and seedling stages. Therefore, in this study, 14 allotetraploid varieties of commercial and local cotton were selected. The study was carried out as factorial with a completely rando...

Journal: Journal of Nuts 2011
M. Rahemi S. Sedaghat

Pistacia vera L. is a decidious tree. To investigate the influence of soaking seeds in polyamines (PAs) spermine (Spm), spermidine (Spd) and putrescine (Put) on seed germination and enhancing lateral root development of ‘Ghazvini’ pistachio seedling rootstock, the experiment were carried out in petri dishes and plastic bags. Seeds were soaked in PAs( Spd, Spm, and Put) at three concentrations( ...

ژورنال: علوم آب و خاک 2007
لعیا راثی‌پور, , ناصر علی‌اصغرزاده, ,

Certain microorganisms in soil have phosphate solubilizing ability. Phosphorus has an important role in plant nutrition and N2 fixation in legumes. The interactive effect of three phosphate solubilizing bacteria (PSB) and Bradyrhizobium japonicum on yield and N, P, K uptake and nodulation of soybean root (Glycin max L. CV. Harcor) was studied under greenhouse conditions. In greenhouse experimen...

Journal: :چغندرقند 0
الهه احمدپور دهکردی دانشجوی کارشناسی ارشد زراعت دانشکده کشاورزی دانشگاه شهرکرد محمود رضا تدین دانشیار گروه زراعت دانشکده کشاورزی دانشگاه شهرکرد

in order to evaluate the effects of wastewater irrigation on sugar content and morphological traits of sugar beet (beta vulgaris l.), an experiment was conducted in split plot design based on randomized complete block design with three replications at research station in shahrekord university in 2013. the treatments consisted of irrigation with urban wastewater at 2-4 and 8-12 leaf stages, and ...

Journal: :Plant physiology 1974
C Y Huang F A Bazzaz L N Vanderhoef

Lead (300 mum) and cadmium (18 mum) inhibit pod fresh weight in soybeans (Glycine max L.) by 35%. Eighteen micromolar cadmium caused a 30% decline in nitrogenase activity by day 52 (the day on which maximum activity was measured) and a 71% inhibition by day 59. The heavy metals depressed photosynthetic rates; when photosynthesis was depressed by 60%, as measured on the day of peak photosynthesi...

لعیا راثی‌پور, , ناصر علی‌اصغرزاده, ,

Certain microorganisms in soil have phosphate solubilizing ability. Phosphorus has an important role in plant nutrition and N2 fixation in legumes. The interactive effect of three phosphate solubilizing bacteria (PSB) and Bradyrhizobium japonicum on yield and N, P, K uptake and nodulation of soybean root (Glycin max L. CV. Harcor) was studied under greenhouse conditions. In greenhouse experimen...

Cadmium (Cd) pollution is a major environmental and human health threat. Therefore there is a need for cost-effective remediation procedures. Chelators such as humic acid have shown positive effects in enhancing resistance to various stresses. The objective of this research was to investigate the use of humic acids at cadmium-contaminated soil on growth and soluble sugar concentration of aloe v...

Amiri, Hamze, Ismaeili, Ahmad, zamani, zohre,

A laboratory research carried out to evaluate the effect of drought stress on germination characteristics in two 'Indian' and 'Isfahanian' populations of Fenugreek. This experiment performed in a factorial experiment based on a completely randomized design with three replicates. Four levels of drought stress applied by using polyethylene glycol 6000. Percentage of germination, germination rate,...

2015
Arne Van Hoeck Nele Horemans May Van Hees Robin Nauts Dries Knapen Hildegarde Vandenhove Ronny Blust Ann Cuypers

In the following study, dose dependent effects on growth and oxidative stress induced by β-radiation were examined to gain better insights in the mode of action of β-radiation induced stress in plant species. Radiostrontium (⁹⁰Sr) was used to test for β-radiation induced responses in the freshwater macrophyte Lemna minor. The accumulation pattern of 90Sr was examined for L. minor root and frond...

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

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

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