نتایج جستجو برای: total soluble carbohydrates

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

Journal: :علوم گیاهان زراعی ایران 0
اعظم کدخدایی دانشکده کشاورزی، دانشگاه صنعتی اصفهان پرویز احسان زاده دانشکده کشاورزی، دانشگاه صنعتی اصفهان

studying the physiological responses of linseed genotypes to water deficit stress may be helpful in recognizing the linseed resistance mechanisms to the latter stress factors. therefore, a split plot rcbd field experiment was conducted with three replications to explain interrelations of leaf chlorophyll, proline and soluble carbohydrates content and grain yield of six linseed genotypes under t...

Mutant genetic materials are valuable tools for understanding the physiology of remobilization and could be useful in the breeding of drought tolerant varieties. Two advanced mutant lines of bread wheat (T-67-60 and T-65-7-1) along with their wild type (Tabasi Cv.) were planted at two moisture conditions (normal and 30-40% of field capacity) as a factorial experiment in format of completely ran...

Journal: :journal of medicinal plants and by-products 0

bermudagrass [cynodon dactylon (l.) pers.] is a perennial grass and has been long used as a medicinal herb in iranian traditional medicine to treat varied ailments. different parts of bermudagrass such as leaves, stolons, rhizomes and culms are rich sources of metabolites such as proteins, carbohydrates, mineral constituents, β-sitosterol, flavonoids, alkaloids, glycosides and triterpenoides. g...

اصغری پور, محمد رضا, قنبری, احمد, پاداش, علی,

Nowadays, phenolic compounds and plant growth regulators such as salicylic acid has been prescribed to reduce the adverse effects of different stresses. This greenhouse experiment was conducted in 2013, as a factorial randomized complete block design with 3 replications, to examine the effects of lead and salicylic acid on basil (Ocimum basilicum) plant, cv. Keshkeni Luvelou. Factors included 4...

Deficiency of nitrogen may lead to decrease in yield and yield potential of crop plants. An experiment was done under glasshouse conditions in order to investigate nitrogen levels and salicylic acid interaction on some physiologic traits of borage (Borago officinials L.). In this experiment various levels of nitrogen (including; 27.5, 55, 110, 220 and 330 mg/L from ammonium nitrate) and salicyl...

Journal: :تولید محصولات زراعی و باغی 0
طاهره هدایت خواه t. hedayatkhah university of yasouj, yasouj, iran.دانشگاه یاسوج مسعود دهداری m. dehdari university of yasouj, yasouj, iran.دانشگاه یاسوج رضا امیری فهلیانی r. amiri fahliani university of yasouj, yasouj, iran.دانشگاه یاسوج

cold stress is one of the most important environmental stresses for rice especially in temperate and high elevation areas. in present study, the effect of different temperatures, as the main plot, including 25 (control), 10 and 5°c on 12 rice cultivars (including champa yasouj, gerde, lenjan askari, kaamfirouz, kohsar, shafagh, domsiya mamassani, dular, gharib, hasan saraei, mosa tarom and 304)...

Journal: :پژوهش های تولید گیاهی 0

a factorial experiment based randomized complete block was conducted in order to investigation of two rice (oryza sativa l.) genotypes responses for na+, k+, ca2+, mg2+, clˉ, mn2+, p and total soluble sugars accumulation and compartmentation in leaves 3, 4, 5 and 6 to salt stress. in estimation of the simple correlation between traits, dry weight was negatively correlated with na+ and clˉ. the ...

Lack of chickpea cultivars tolerant to extreme freezing is a limiting factor for autumn planting of this crop in cold areas. In this study, 58 Kabuli-type chickpea genotypes and a control (an international sensitive genotype) were planted in pots and first exposed to -10°C and then to -15°C after being acclimated in natural conditions. No destructive effect of -10°C was observed in plants. So, ...

2002
NATALIA V. PYSTINA ROMAN A. DANILOV

Influence of different light regimes (plants grown in shade and in the sun) on respiration, activity of alternative respiratory pathway and carbohydrates content in mature leaves of Ajuga reptans L. was investigated. All experiments were carried out under natural conditions. Sun plants had higher respiration, activity of the alternative pathway and carbohydrates content compared to the shade pl...

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

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

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