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

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

Water deficit is a common and major constrain for agricultural production in arid and semi-arid parts of the world like Iran, to the extent that it might threaten the nation’s food security in years to come. Seed germination is a crucial growth stage that is often affected by environmental stresses, including drought. This study investigated the effects of four levels of water potential (i.e. 0...

Journal: :به زراعی کشاورزی 0
جابر عیسی زاده پنجعلی خرابسی کارشناس ارشد گروه باغبانی، دانشکدة کشاورزی، دانشگاه زابل، زابل - ایران محمد گلوی استاد گروه زراعت، دانشکدة کشاورزی، دانشگاه زابل، زابل – ایران محمود رمرودی دانشیار گروه زراعت، دانشکدة کشاورزی، دانشگاه زابل، زابل - ایران

in order to evaluate the effects of drought stress and methanol foliar application on some quantitative and qualitative traits of soybean (cv. viliamz), a split plot experiment was conducted based on randomized complete block design at the faculty of moghan research farm in 2011. treatments were three levels of drought stress based on irrigation at depletion of 40, 55 and 70 percent of availabl...

Journal: :Environmental and experimental botany 2000
Paez Michael Gebre G Gonzalez Tschaplinski

Research was conducted on Aloe vera, a traditional medicinal plant, to investigate the effects of light on growth, carbon allocation, and the concentrations of organic solutes, including soluble carbohydrates and aloin. The plants were vegetatively propagated and grown under three irradiances: full sunlight, partial (30% full sunlight), and deep shade (10% full sunlight) for 12-18 months. After...

ژورنال: علوم آب و خاک 2004
غلامرضا قربانی, , مسعود علیخانی, , عبدالحسین سمیعی, , علی اسدی الموتی, ,

The objective of this study was to evaluate the characteristics of millet silage prepared in laboratorial mini silos and to determine the effects of additives on its fermentation quality. Whole millet (Panicum milliaceum) was harvested at milk and soft-dough stages of maturity, left untreated or treated with ground barely, molasses, formic acid, lactic acid producing bacteria, and combination o...

2013
MAGDI T. ABDELHAMID

A possible survival strategy for plants under saline conditions is to use some compounds that could alleviate the salt stress effect. One of these compounds is nicotinamide (vitamin B3/niacin). The effect of exogenous application of nicotinamide with different concentrations (0, 200 or 400 mg l-1) on faba bean (Vicia faba L.) plant grown at different NaCl levels (0, 50 or 100 mM) was investigat...

2005
PATRICK J. MORAN ALLAN T. SHOWLER

Water deÞcit and shade stress in weed-infested crops could alter plant growth and biochemistry and feeding and oviposition by the beet armyworm, Spodoptera exiguaHübner. Palmer amaranthpigweed,Amaranthus palmeriS.Wats.,was grownunder 25%of fullwatering(waterdeÞcit), 30% of full light (shade), or combined stress. All treatments decreased plant height andweight. Shade and combined stresses decrea...

In this study we have demonstrated the variations of carbohydrates and phenolic compounds present in the leaves and stems of ‘Kinnow’ mandarin (Citrus reticulata Blanco) trees in alternate bearing cycle and the possible involvement of these compounds to flower bud formation process. The amounts of these compounds were determined in the leaves and stems of “on” and “off” trees  monthly  from Nov...

2012
V. ZUFFEREY F. MURISIER P. VIVIN S. BELCHER F. LORENZINI J. L. SPRING O. VIRET

Seasonal dynamics of total non-structural carbohydrates (TNC) in relation to the leaf-fruit ratio were measured over five years at different grapevine phenological stages in oneand two-year-old canes, trunks and roots of the cultivar 'Chasselas' (Vitis vinifera L.). Carbohydrates were mainly stored as starch in different parts of the grapevine during the growing season. Soluble carbohydrates re...

The moderating role of salicylic acid (SA) and putrescine (PUS) as plant growth regulators (PGRs), on the growth parameters and phytochemical and qualitative characteristics of strawberry fruit 'Selva' under osmotic stress was investigated under soilless culture. The osmotic potential (salinity) of the nutrient solution containing different NaCl concentrations (0, 7.5, 15, 30 and 45 mM) and fol...

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

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

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