نتایج جستجو برای: s macrosiphon

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

Journal: :Advanced pharmaceutical bulletin 2013
Mohammad Karami Mohammad Mehdi Shamerani Ebrahim Hossini Ahmad Reza Gohari Mohammad Ali Ebrahimzadeh Anahita Nosrati

PURPOSE There are several reports about effects of Salvia spp. on CNS. The present experiment is undertaken to study effect of S. limbata, S. hypoleuca and S. macrosiphon on withdrawal syndrome in mice. METHODS Antinociceptive activities of aerial parts of Salvia spp. is investigated using hot plate method. In addition, the effect of its aerial parts on morphine dependence is investigated in ...

Journal: :Genetics 1992
P G Wolf P S Soltis

Interpopulational gene flow within a species can reduce population differentiation due to genetic drift, whereas genetic exchange among taxa can impede speciation. We used allozyme data to estimate gene flow within and among geographic races and species of perennial herbs in the Ipomopsis aggregata complex (Polemoniaceae). Estimates of interpopulational gene flow within taxa from two methods (F...

Journal: :Pakistan Journal of Biological Sciences 2008

2011
Ahmad Reza Gohari Hakimeh Ebrahimi Soodabeh Saeidnia Mahdi Foruzani Puneh Ebrahimi Yousef Ajani

Salvia genus, which is generally called Maryam-Goli in the Persian language, belongs to Lamiaceae family and comprises 58 species in Iran. Four flavonoids plus a steroid compound were isolated from the ethyl acetate and methanol extracts of the aerial parts of Salvia macrosiphon Boiss, using different chromatographic methods on the silica gel and sephadex LH20. The structures of the isolated co...

A Mehrafarin, MR Labbafi, E Zand , H Naghdi Badi , H Rafiee , M Ghorbani Nohooji , M Tavakoli ,

Background: The seeds of some medicinal plants and their compounds have long been valued for their numerous health benefits. Objective:To investigate some physical and chemical properties of Salvia spp. Methods: Some physico-chemical properties in five species of Salvia seeds (consisted of S. officinalis L., S. macrosiphon L., S. hypoleuca L., S. sclarea L. and S. nemorosa L.) were measured ...

ژورنال: بوم شناسی آبزیان 2012
Rezaei, Mohammad Hadi , Soltanian, Siavash , Sourinejad, Iman , Yousefzadi, Morteza ,

The improvement of immune system and increasing growth and survival of fishes especially at early stages is important for fish culturists. Considering the effects of herbal immunostimulants on innate immunity and growth of fish, the impacts of dietary Salvia macrosiphon extract on some growth and immunological parameters of fingerlings Pangasianodon hypophthalmus were investigated. Fishwith mea...

ژورنال: پژوهش در پزشکی 2014
برزین, گیتی, سلیم پور, فهیمه, مازوجی, علی, مظهر, سیده فلور,

Abstract Background: By increasing resistance of pathogenic bacteria to antibiotics, many attempts have been made by the researchers to find new compounds as a substitute for non-effective antibiotics. The aim of this research is a comparative study of antibacterial properties of four species on standard strains of Escherichiacoli, Shigellaflexneri, Klebsiella pneumonia, Candida and Candida alb...

Journal: :journal of sciences, islamic republic of iran 2014
n. kharazian

eight salvia l. species including s. spinosa l., s. reuterana boiss., s. macrosiphon boiss., s. syriaca l., s. nemorosa l., s. virgata jacq., s. sharifii rech. f. & esfand. and s. mirzayanii rech. f. & esfand. were studied for flavonoid compounds. these constituents were analyzed using two-dimensional maps on silica gel 60f thin layer chromatography. the flavonoid compounds of each spec...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه یزد - دانشکده کشاورزی و منابع طبیعی 1392

آب در مناطق خشک و نیمه خشک از اساسی¬ترین عوامل اکولوژیکی است که توسعه و رشد گیاهان را تعیین می¬کند. از این رو استفاده مؤثر از منابع آب در جهت رشد مطلوب گیاهان باید همواره مورد توجه قرارگیرد. هدف از این مطالعه تاثیر سطوح مختلف تنش خشکی بر ویژگی¬های بارز مورفولوژیکی و فیزیولوژیکی دو گونه دارویی salvia sclarea و salvia macrosiphon است. بدین منظور آزمایشی به صورت فاکتوریل در قالب طرح بلوک کامل تصاد...

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

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

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