نتایج جستجو برای: salvia aristata

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

2014
Andrea Brill

Wie Einkaufschefs und ihre Mitarbeiter in diesem Wandel erfolgreich bestehen können und sich den wachsenden Herausforderungen stellen können, zeigen praxiserfahrene Berater. Inwiefern ein Umdenken hin zum strategischen Denken notwendig ist, auch kleinere und mittelständische Unternehmen die vorhandenen IT-Systeme nutzen sollten und wie Kostensparen heute am besten läuft, das sind Themen des fol...

2009
Maurice B. Line

Kooperation zwischen Bibliotheken wurde schon immer für etwas Gutes gehalten, wie etwa der Glaube an Gott und an die Mutterschaft. Der Glaube an Gott ist jedoch keineswegs universell, und heutzutage bemüht man sich eher, die Mutterschaft zu vermeiden, als sie zu fördern. In ähnlicher Weise wird Bibliothekskooperation oft in Lippenbekenntnissen beschworen, aber nur relativ selten in die Tat umge...

2006
SILKE ATMACA STEFAN KRAUSS

Zusammenfassung Kleinere sprachliche Veränderungen können sich in beachtlicher Weise auf die Lösungsrate von Textaufgaben auswirken." Stern 1997, S. 408 Mathematikunterricht ist zu einem großen Teil Problemläseunterricht. Der große Einfluss von Aufgabenformulierung und Erklärungshilfen auf den Lernerfolg und die Problemläsefohigkeit sind aber auch genuiner Untersuchungsgegenstand der Kognitions...

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...

Journal: :Molecules 2011
Bernardo Antonio Frontana-Uribe Martha Verónica Escárcega-Bobadilla Rosa Estrada-Reyes José Antonio Morales-Serna Manuel Salmón Jorge Cárdenas

From the aerial parts of Salvia mexicana var. mexicana, two C-10 epimers (α and β) of salvimexicanolide were isolated. Our interpretation of the data, especially the 13C NMR, led us to conclude that the previously described 13C-NMR spectrum of the α-epimer was not accurately assigned and it actually corresponds to the β-epimer. The structures proposed for the salvimexicanolides were verified by...

Journal: :avicenna journal of phytomedicine 0
elham jafari isfahann pharmaceutical sciences research center, school of pharmacy and pharmaceutical science, isfahan university of medical sciences, isfahan, i. r. iran sasan andalib neurosciences research center, imam reza hospital, tabriz university of medical sciences, tabriz, i. r. iran alireza abed isfahann pharmaceutical sciences research center, school of pharmacy and pharmaceutical science, isfahan university of medical sciences, isfahan, i. r. iran mahmoud rafieian-kopaei medicinal plants research center, shahrekord university of medical sciences, shahrekord, i. r. iran golnaz vaseghi applied physiology research center, isfahan university of medical sciences, isfahan, i. r. iran

objectives: herbal medicine is known as a valid alternative treatment. salvia reuterana, which has been used in the iranian traditional medicine, is mostly distributed in the central highlands of iran. salvia reuterana is a medicinal herb with various therapeutic usages. the aim of the present review is to take account of pharmacological properties of salvia reuterana. materials and methods: th...

Journal: :The Iraqi Journal of Agricultural science 2022

This study was aimed to increasing egg production by supplementing medicinal plants Salvia officinalis L and Lavandula angustifolia powders as antistressors in hen layer diet under high stocking density during different conditions. 240 two hundred forty 31 weeks old hens were randomly divided into seven treatments with three replicates each, reared for 16 folowings; T0 negative control normal 2...

Journal: :Molecules 2011
Yu-Ming Chung Yu-Hsuan Lan Tsong-Long Hwang Yann-Lii Leu

Twenty-six known compounds and two new compounds, including a new lignan, (7S*,8R*,7'R*,8'S*)-icariol A₂-9-O-β-xylopyranoside (1), and a new indole alkaloid, hygarine (2), were isolated from the extracts of Hygroryza aristata (Gramineae). The structures of all compounds were elucidated on the basis of NMR spectral analysis. The compounds (-)-epigallocatechin-3-O-gallate (4) and (-)-epicatechin-...

2008
Gülaçtı Topçu Ahmet C. Gören

In this study, antibacterial, antifungal, antimycobacterial, cytotoxic, antitumor, cardiovascular, antifeedant, insecticidal, antileishmanial and some other single activities of diterpenoids and norditerpenoids isolated from Turkish Lamiaceae plants, are reviewed. The diterpenoids were isolated from species of Salvia, Sideritis, and Ballota species growing in Anatolia. Fifty abietanes, ten kaur...

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

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

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