نتایج جستجو برای: leaf and stem ratio

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

حسن پور اصیل, معظم, روئین, زینب, صبوری, عاطفه,

Chrysanthemum is one of the most important ornamental plants. The genus chrysanthemum is a popular cut flower, medicinal and pot plant. Morphological traits such as cut rooting and leaf characteristics and genetic diversity among 50 genotypes of chrysanthemum morifolium were analyzed. Based on analysis of variance of data all traits in the studied genotypes showed significant differences at 1% ...

خدامباشی, محمود, ربیعی, کرامت, رضائی, عبدالمجید,

Factor and principal component analyses are widely used in different sciences especially in agricultural science. To determine the factors that create variation between potato cultivars, in normal (non-stress) and water deficit (stress) conditions, two experiments were conducted in the form of randomized complete block design with three replications in summer 2002. Stepwise regression analysis ...

Mina Anoshee Mozhgan Farzami Sepehr,

Tomato (Lycpoersicum esculemtum) belongs to the Solanaceae potato family and is an important crop plant. It is relatively resistant to salinity, but in the saline environment growth and production of the plant significantly reduces. On the other hand, the presence of mycorrhiza fungus can improve the adverse effects of salinity. A factorial experiment in a completely randomized design with thre...

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

Factor and principal component analyses are widely used in different sciences especially in agricultural science. To determine the factors that create variation between potato cultivars, in normal (non-stress) and water deficit (stress) conditions, two experiments were conducted in the form of randomized complete block design with three replications in summer 2002. Stepwise regression analysis ...

Journal: :Tree physiology 2006
Pedro J Aphalo Risto Rikala

Silver birch (Betula pendula Roth) seedlings were grown individually in containers arranged in rows radiating from a central point (Nelder plot) at densities spanning the range from 207 to 891 plants m(-2). Height of one set of seedlings was measured at weekly intervals and additional seedlings were harvested each week for dry mass and leaf area measurements. Height and shoot:root dry mass rati...

Journal: :تولیدات دامی 0
منوره قدوسی دانشجوی کارشناسی ارشد، گروه مهندسی علوم دامی، دانشکدۀ کشاورزی، دانشگاه شهید باهنر کرمان امید دیانی دانشیار، گروه مهندسی علوم دامی، دانشکدۀ کشاورزی، دانشگاه شهید باهنر کرمان امین خضری استادیار، گروه مهندسی علوم دامی، دانشکدۀ کشاورزی، دانشگاه شهید باهنر کرمان محمد مهدی شریفی حسینی استادیار، گروه مهندسی علوم دامی، دانشکدۀ کشاورزی، دانشگاه شهید باهنر کرمان

the effect of feeding silage of leaf and stem of banana tree with waste date palm on feed intake, microbial protein synthesis and blood parameters using four adult rams in a change- over design with four 21-days period were examined. eighty five kg leaf and stem of banana tree with 15 kg of waste date palm were mixed together and ensiled for 45 days. chemical composition and sensory evaluation ...

اژدر افشاری, مالک, حبیبی, حسن, شکاری, فرید, فتوکیان, محمد حسین ,

Salcylic acid (SA) as a plant growth regulator. It has major effects on some of plant traits. The cowpea (Vigna unguiculata) also as one of the source of protein supplies is consequential. To study effect of SA on some physiological traits and to obtain the best concentration of this substance in the cowpea plant, an experiment was carried out in the field research of University of Zanjan. Ther...

Journal: :علوم باغبانی 0
وحید اکبری رسول جلیلی مرندی

the water deficiency is one of the serious problems in the arid zones. in order to investigate the effect of cycocel on different growth aspects of two olive cultivars (mary and mission), a greenhouse experiment was conducted using three factors of: cycocel at three levels (0, 500 and 1000 mg l-1), irrigation of three levels (irrigated at 5, 10 and 15 days intervals) and tow olive cultivars (ma...

2017
Elisa Biazzi Nelson Nazzicari Luciano Pecetti E Charles Brummer Alberto Palmonari Aldo Tava Paolo Annicchiarico

Genetic progress for forage quality has been poor in alfalfa (Medicago sativa L.), the most-grown forage legume worldwide. This study aimed at exploring opportunities for marker-assisted selection (MAS) and genomic selection of forage quality traits based on breeding values of parent plants. Some 154 genotypes from a broadly-based reference population were genotyped by genotyping-by-sequencing ...

The monitor and prediction of crop developmental stages, particularly harvest time, play an important role in planning greenhouse cropping programs and timetables by cut rose producers. There have been many scientific reports on the application of image analysis technology in estimating greenhouse crop growth stages. In the present research, we studied leaf color variations over time by taking ...

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

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

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