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

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

Journal: :Acta Scientiarum. Biological Sciences 2022

Hesperozygis ringens (Lamiaceae), popularly known as espanta-pulga, is a threatened species endemic to rocky and sandy regions of the Pampa biome. One factor that can influence low number individuals seed germination rate influenced by temperature and/or light. Thus, objective this study was evaluate light on H. ringens. The seeds two lots were sown paper substrate maintained in BOD chambers at...

ژورنال: مرتع 2022
, ,

Background and objectives: Iron and related mineral industries are one of the important pillars in industrial development. Extraction of iron ore and steel production is not possible without land degradation, and in this processing, in addition to steel, is a large volume of mineral tailings will be produced that, if not properly managed, will be able to pollute soil, air, and water, that can p...

2002
Joe Lauer

Key planting factors that influence corn stand establishment includes uniform depth and spacing of seed, correct seed population and optimizing the soil environment for rapid germination and uniform emergence. Other variables affecting stand establishment are seedbed quality (including soil moisture and temperature), seed quality and planter speed. Differences among fields for stand establishme...

Journal: Desert 2012
A. Malekian A. Sadeghipour H. Azarnivand H. Joneidi Jafari

Salinity is one of the environmental factors that have a critical influence on the germination of seeds and plant establishment. Salinity affects imbibition, germination and root elongation. In this study, the germination characteristics of Matricaria comomilla and Thymus deanensis were studied. The purpose of this study was to investigate the effect of salinity on germination of these species....

The physiological process of germination depends on several environmental factors such as temperature, water potential, light, nutrients and smoke. Water and temperature are determinant factors for seed germination. Both factors can, separately or jointly, affect the germination percentage and germination rate. The effect of temperature on germination and water potential on germination canoften...

Journal: :Plant physiology 1976
D W Fountain J D Bewley

Protein synthesis in gibberellin-treated lettuce (Lactuca sativa) seeds has been studied during the lag phase between the beginning of imbibition and the first signs of radicle protrusion. When compared to the water-imbibed controls, both polyribosome populations and radioactive leucine incorporation into protein increase in the embryos of GA(3)- induced seeds early in the imbibition period. Si...

2009
Marcos Salas Silvia Fernández-Lugo Agustín Naranjo

The question of how plant species foreign to a biological system can disperse and turn into an environmental problem is very important for the control of the invasive plant species, especially for insular ecosystems, which are more susceptible to biological invasions. We analyzed the role played by the European rabbit (Oryctolagus cuniculus) in the seed dispersal of the invasive scrub Acacia fa...

Journal: :علوم گیاهان زراعی ایران 0
عباس هاشمی دانشجوی کارشناسی ارشد علوم و تکنولوژی بذر، پردیس کشاورزی و منابع طبیعی دانشگاه تهران رضا توکل افشاری استاد گروه زراعت و اصلاح نباتات، دانشکده کشاورزی دانشگاه فردوسی مشهد لیلا تبریزی استادیار گروه علوم باغبانی و فضای سبز، پردیس کشاورزی و منابع طبیعی دانشگاه تهران

this study was conducted to investigate the effects of different temperatures on seed germination of plantago ovata and also to evaluate cardinal temperatures. various constant temperatures (5, 10, 15, 20, 25, 30 and 35ºc) were conducted in a completely randomized design with four replications. the germinated seeds were counted every day and the rate of germination percentage, cumulative germin...

In order to study the effect of seaweed extract and nano-ZnO on germination characteristics of tomato seed, a factorial experiment was conducted based on a randomized complete block design. Preliminary germination and seedling growth tests were performed to determine the best concentration of seaweed extract and nano-ZnO. Experimental treatments included three levels of drought stress (0, 2- an...

Using Ephestia kuehniella larvae as hosts, invert emulsion (IE) and an aqueous suspension (AS) of Beauveria bassiana (isolate IR34-JS2) and Metarhizium anisopliae (isolate IR41-TT1) formulations were compared when stored for three months at either 3 °C or 25 °C. Initially, IE formulations of isolates JS2 and TT1 were 13- and 14-fold more virulent than AS formulations, based on their LC50 values...

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

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

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