نتایج جستجو برای: levisticum officinale koch

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

Journal: :Genetics and molecular research : GMR 2011
S Ghosh P B Majumder S Sen Mandi

The Zingiber genus, which includes the herbs known as gingers, commonly used in cooking, is well known for its medicinal properties, as described in the Indian pharmacopoeia. Different members of this genus, although somewhat similar in morphology, differ widely in their pharmacological and therapeutic properties. The most important species of this genus, with maximal therapeutic properties, is...

2013
Hossein Bordbar Tahereh Esmaeilpour Farzaneh Dehghani Mohammad Reza Panjehshahin

BACKGROUND In traditional medicine zingiber officinale used to regulate female menstural cycle and treat male infertility. Recent studies have suggested the possible role of ginger extract in improving the testicular damage of busulfan. OBJECTIVE The aim of this study was to evaluate the effects of zingiber officinale on the sperm parameters, testosterone level and the volume of the testes an...

Journal: :Food Science and Technology 2023

Dendrobium officinale is a traditional Chinese medicine and nourishing food in China. Polysaccharide content was used as criterion for evaluating the quality of D. officinale. At present, epiphytic cultivation main method In present study, collected under various growing conditions to compare its polysaccharide an attempt discover most favorable officinale, which can be guide artificial product...

2005
Cheryl Lans Nancy Turner Tonya Khan Gerhard Brauer Willi Boepple

Background: The use of medicinal plants is an option for livestock farmers who are not allowed to use allopathic drugs under certified organic programs or cannot afford to use allopathic drugs for minor health problems of livestock. Methods: In 2003 we conducted semi-structured interviews with 60 participants obtained using a purposive sample. Medicinal plants are used to treat a range of condi...

طاهری زاده, مژگان, عزیزیان شرمه, امید, قاسمی, علی, ولی زاده, محرم,

زمینه و هدف: از دیرباز استفاده از گیاهان دارویی برای درمان بیماری­ها رایج بوده است. مطالعه حاضر به بررسی فعالیت­های ضدمیکروبی، آنتی­اکسیدانی و اندازه­گیری ترکیبات فنولی و فلاونوئیدی کل سه عصاره­ی متانولی، اتانولی و آبی پنج گونه مختلف گیاهان دارویی: Withania somnifera L. Dunal، Salvia rhytidea Bent، Levisticum officinale L.، Seidlitzia rosmarinus L. و Achillea wilhelmsii L. می­پردازد. مواد و روش...

2002
G. H. Weber ex Wiggers S. M. Stewart-Wade S. Neumann L. L. Collins G. J. Boland

] von Hinrichs, G. 1988. Control of powdery mildew on cultivated dandelion (Taraxacum officinale). Nachrichtenbl. Dtsch Pflanzenschutzdienst. (Braunsw.) 40(S): 116–120. von Hinrichs, G. 1989. Bekämpfung des echten Mehltaus an Kulturlöwenzahn. GB+GW 89(31): 1487–1490. [in German.] von Hofsten, C. G. 1954. Studies on the genus Taraxacum with special reference to the group Vulgaria DT in Scandinav...

Journal: :Journal of Ethnobiology and Ethnomedicine 2007
Cheryl Lans Nancy Turner Tonya Khan Gerhard Brauer Willi Boepple

BACKGROUND The use of medicinal plants is an option for livestock farmers who are not allowed to use allopathic drugs under certified organic programs or cannot afford to use allopathic drugs for minor health problems of livestock. METHODS In 2003 we conducted semi-structured interviews with 60 participants obtained using a purposive sample. Medicinal plants are used to treat a range of condi...

Journal: :Mycoses 2003
Christine E Ficker J T Arnason P S Vindas L P Alvarez K Akpagana M Gbéassor C De Souza M L Smith

In this study, 36 extracts derived from 29 plant species selected using an ethnobotanical approach were tested for antifungal activity against a taxonomically diverse group of 13 human pathogenic fungi. We compared the inhibitory characteristics of these plant extracts with those of the commonly used antifungals, amphotericin B and ketoconazole, and the plant-derived antifungal, berberine. Seve...

2012
Shahedur Rahman Faizus Salehin Asif Iqbal

References 1. Rahman S, Salehin F, Iqbal A: In vitro antioxidant and anticancer activity of young Zingiber offincinale against human breast carcinoma cell lines. BMC Complement Altern Med 2011, 11:76. 2. Ghasemzadeh A, Jaafar HZE: Antioxidant potential and anticancer activity of young ginger (Zingiber officinale Roscoe) grown under different CO2 concentration. J Medicinal Plants Research 2011, ...

Journal: :Emerging Infectious Diseases 2011

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

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

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