نتایج جستجو برای: speed of germination

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

Roselle is an important medicinal and industrial plant of the family of Malvaceae, and is planted in vast areas of Sistan and Baluchestan. In a laboratory study, the effect of varying temperatures on seed germination of Hibiscus sabdariffa was investigated and minimum, optimum and maximum temperatures for its germination were determined in a completely randomized design with four replications. ...

Ali Salehi Sardoei, Morteza Sabaee Fazel Mostafa Nik zad Mostafa shahvardi

This experiment was conducted to determine allopathic effects of Cyperus rotundus extracts on the tomato germination. It was a completely randomized design (CRD) with four replications, carried out in the laboratory of the Agricultural College of University Jiroft during 2011. The various test treatments were extracts of Cyperus rotundus taken from aerial organs, root, and com...

Extended Abstract Introduction: Iranian oak has the largest forest habitat in the country and has a high position in terms of economy and protection. Recent studies have confirmed the positive effects of carbon nanotubes on the germination and organ growth of herbaceous and woody species. Nanotechnology is an evolving field in all periods of human life and various research is done to use nanom...

A. Majd M. Hamzeloo-Moghadam S. Irian Z. Hasani Sadrabadi

Background and objectives: Electric, magnetic and electromagnetic fields can act as stress factors with different effects on biological systems. Due to the nutritional and medicinal values, and the increasing electromagnetic radiations, the present study was performed to investigate the effects of the electromagnetic field on the developmental stages and cytotoxic properties of...

Journal: :Journal of experimental botany 2004
A Bruce Downie Lynnette M A Dirk Qilong Xu Jennifer Drake Deqing Zhang Manjul Dutt Alan Butterfield Robert R Geneve J Willis Corum Karl G Lindstrom John C Snyder

The brownseed mutants (bs(1), bs(2), and bs(4)) of tomato all possess dark testae and deleteriously affect seed germination speed and/or final percentage. Poor germination performance of the bs(1) but not the bs(4) mutant, was due to greater impediment to radicle egress. Testa toughening (bs(1)) was prevented by drying in N(2). However, poor germination speed was hardly affected by drying. GA(4...

This research was carried out with the aim of dormancy breakage and seed germination improvement in mature and immature seeds of T. rubra subsp. caucasica form angulata. The seeds were collected from middle altitude (500 a.s.l.) forests of Chamestan, north of Iran. Mature and immature seeds with pericarp were treated as 1) cold stratification (without pretreatment), 2) imbibed with NaOH (30%)+c...

This study was conducted to evaluate the effect of hydropriming and seed aging on germination and enzymatic properties of pinto bean under salinity stress as factorial based on a completely randomized design with four replications. Two groups of seeds (i.e., non-aged and aged seeds), two hydropriming treatments (i.e., hydro primed and unprimed seeds) and six salinity treatments (i.e., 0, 2, 4, ...

important cut flowers in tropical and sub tropical areas of the world and has the seventh rate of production between all cut flowers of Iran. In order to investigate different effects of storage temperatures (8 weeks at 4 °C, 4 weeks at 4 °C + 4 weeks at 20 °C, 8 weeks at 12 °C, 4 weeks at 12 °C+ 4 weeks at 20 °C and 8 week at 20 °C) and different concentrations of gibberellic acid (0, 150 and ...

For the purpose of evaluating the effect of chitosan on seed germination and some biochemical characteristics of the milk thistle herb in the conditions of salinity, an experiment was conducted as factorial in a completely randomized design (CRD) with three replications in the Laboratory of Seed Science and Technology of Shahed University, Tehran in 2015. Experimental factors comprised salinity...

Ali Salehi Sardoei, Morteza Sabaee Fazel Mostafa Nik zad Mostafa shahvardi

This experiment was conducted to determine allopathic effects of Cyperus rotundus extracts on the tomato germination. It was a completely randomized design (CRD) with four replications, carried out in the laboratory of the Agricultural College of University Jiroft during 2011. The various test treatments were extracts of Cyperus rotundus taken from aerial organs, root, and com...

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

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

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