نتایج جستجو برای: optimum growth salinity

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

2005
Kyung Dong Lee H. S. Han

Soil salinity is one of the most severe factors limiting nodulation, yield and physiological response in soybean. The possible role of plant growth promoting rhizobacteria (PGPR) in restricting mineral nutrients and thus alleviating soil salinity stress during plant growth has not yet been established. In this study, the beneficial effects of inoculation with salt-stressed PGPR strains were inv...

Journal: :Revista de biologia tropical 2011
Jorge Castro-Mejía Talía Castro-Barrera Luis Héctor Hernández-Hernández José Luis Arredondo-Figueroa Germán Castro-Mejía Ramón de Lara-Andrade

Salinity is an important factor influencing growth and survival of aquatic organisms such as Artemia, a valuable aquaculture species. This study evaluated the effects of salinity on A. franciscana populations from different water bodies in Mexico's Pacific Coast. With this purpose, five autochthonous bisexual Artemia populations were tested to assess their survival and growth values against sal...

Journal: :زیست شناسی جانوری تجربی 0

abstract experiment was conducted for 8 weeks to determine the reaction (astacus leptodactylus) to interaction energy and salinity. diets containing 3 levels of energy (300,370 and 450 kcal/100g) with a constant protein content of 30% and 2 levels of salinity (fresh water and brackish water (12 ppt) were formulated. tank content 110 liter, each filled with 80 liter water. 5 a.leptodactylus (ave...

حاج غنی, مهدیه , صفاری , مهری , مقصودی مود, علی اکبر ,

Soil salinity is an increasing environmental stress on crops in most areas of Iran since farmers use underground saline water for irrigation. In order to investigate the effects of salt stress on germination and seedling growth of safflower (Carthamus tinctorius L.), an experiment was conducted at two stages (germination seedling growth), using four levels of NaCl salinity (0, 5, 10, 15 ds/m), ...

2015
Andreas Brutemark Angélique Vandelannoote Jonna Engström-Öst Sanna Suikkanen Jean-François Humbert

Salinity is one of the main factors that explain the distribution of species in the Baltic Sea. Increased precipitation and consequent increase in freshwater inflow is predicted to decrease salinity in some areas of the Baltic Sea. Clearly such changes may have profound effects on the organisms living there. Here we investigate the response of the commonly occurring cyanobacterium Dolichospermu...

Journal: :Applied and environmental microbiology 1995
J Painchaud J Therriault L Legendre

The growth response of freshwater bacteria from the St. Lawrence River, exposed to brackish waters (salinity of 0 to 20(permil)) from the upper estuary, was assessed by a methodology requiring the combined use of dilution cultures and diffusion chambers. The longitudinal distribution of bacterial abundance in waters within this salinity range was also examined. Growth of the freshwater bacteria...

2001
BRUCE E. LOGAN JUN WU RICHARD F. UNZ

Perchlorate (ClO4 ) has been detected in numerous ground and surface waters, and has recently been added to the drinking water Candidate Contaminant List in the United States. Perchlorate can be removed from drinking water using ion exchange, but this results in the production of highly saline (7–12%) perchlorate-contaminated brines. Perchlorate-degrading microbial enrichments capable of growth...

2015
Abdul Hameed Salman Gulzar Irfan Aziz Tabassum Hussain Bilquees Gul M. Ajmal Khan

Salinity causes oxidative stress in plants by enhancing production of reactive oxygen species, so that an efficient antioxidant system, of which ascorbic acid (AsA) is a key component, is an essential requirement of tolerance. However, antioxidant responses of plants to salinity vary considerably among species. Limonium stocksii is a sub-tropical halophyte found in the coastal marshes from Guja...

Journal: :Journal of environmental biology 2007
S Ravikumar K Kathiresan S Liakath Alikhan G Prakash Williams N Anitha Anandha Gracelin

Inoculation of azotobacter has significant positive effects on the growth characteristics and pigments in mangrove seedlings of Avicennia marina and Ceriops decandra. The bacterial inoculation significantly increased the root dry biomass at the maximum of 75.8% at 30 gl(-1) salinity in Ceriops decandra. But in Avicennia marina, the shoot dry biomass was increased significantly at the maximum of...

Journal: :فصلنامه علمی پژوهشی گیاهان دارویی 0
h naghdi badi faculty of agriculture, tarbiat modares university, tehran a sorooshzadeh faculty of agriculture, tarbiat modares university, p.o.box: 14115-336, tehran, iran m sharifi faculty of basic sciences, tarbiat modares university, tehran a ghalavand faculty of agriculture, tarbiat modares university, tehran s saadat department of soil reclamation and sustainable land management, soil and water research institute, tehran sh rezazadeh department of pharmacognosy and pharmaceutics, institute of medicinal plants, acecr, tehran

background: although borage ( borago officinalis l.) is a valuable medicinal plant, no information is available on the responses of this plant to salinity. for this reason, it is necessary to determine responses of this plant to salinity .  objective: since germination and early growth stage is one of the most critical phases of plant life under salinity condition this experiment was conducted ...

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

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

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