نتایج جستجو برای: boiss carum

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

Journal: :Zeitschrift fur Naturforschung. C, Journal of biosciences 2000
F Demirci G Işcan K Güven N Kirimer B Demirci K H Başer

Essential oils from Ferulago asparagifolia Boiss., F. galbanifera (Miller) W. Koch, F. humilis Boiss. (Endemic), F. trachycarpa Boiss. growing in Turkey were evaluated against 15 microorganisms for their antifungal and antibacterial activity using an agar tube dilution and microdilution broth susceptibility assay, respectively. The essential oil compositions were investigated by GC/MS. Inhibito...

2014
Soghra Rabiey Hedayat Hosseini Masoud Rezaei

This study was conducted to evaluate the antibacterial effect of Carum copticum essential oil (Ajowan EO) against Listeria monocytogenes in fish model system. Ajowan EO chemical composition was determined by gas chromatography/mass spectral analysis and the highest concentration of Carum copticum essential oil without any significant changes on sensory properties of kutum fish (Rutilus frisii k...

Journal: :Journal of ethnopharmacology 2012
Munasib Khan Arif-ullah Khan Najeeb-ur-Rehman Anwarul-Hassan Gilani

ETHNOPHARMACOLOGICAL RELEVANCE Carum roxburghianum is traditionally used in hyperactive gastrointestinal and respiratory disorders. The present study was carried out to investigate the possible gut and airways relaxant potential of Carum roxburghianum to rationalize its folk uses. MATERIALS AND METHODS Crude extract of Carum roxburghianum (Cr.Cr) was studied in in vivo and in vitro techniques...

2014
Mohammad Bagher Gholivand Marzieh Piryaei

The antioxidant capability, total phenol, total flavonoid, anthocyanins, ascorbic acid contents, and reducing power contents of polar and non-polar extracts for flower and leaves in two stages of growth for Rhamnus kurdica Boiss in flowering were evaluated in this work. The polar extraction of flower of R. kurdica Boiss had a higher total phenolic content as well as antioxidant activity compare...

Journal: :Vegetable crops of Russia 2016

2016
Sepide Miraj Sara Kiani

Carum carvi L. Cultivated in many regions of the world including Iran and India, states of Gujarat and Rajasthan. This plant is used in Iranian folk medicine for therapeutic purposes. The aim of this study was to overview its therapeutic effects than its nutritive and industrial effects. This review article was carried out by searching studies in PubMed, Medline, Web of Science, and Iran Medex ...

Journal: :Journal of ethnopharmacology 2007
Mohammad Hossein Dashti-Rahmatabadi Seyed Hassan Hejazian Abbas Morshedi Ali Rafati

Pain is a universal complaint, which needs further investigations for new pain relieving agents. Carum copticum (L.) Sprague ex Turrill is a plant in Umbelliferae family, which is mentioned to have some therapeutic effects on headache and joint pains in Iranian traditional literature, but there are not enough scientific reports to prove its effects on pain. So, we conducted to design an experim...

Journal: :Alternative medicine review : a journal of clinical therapeutic 2009
Jason A Hawrelak Trudi Cattley Stephen P Myers

INTRODUCTION Dysbiosis is associated with a number of gastrointestinal and systemic disorders. There is a need for selectively acting antimicrobial agents capable of inhibiting the growth of potentially pathogenic microorganisms, or those found to be out of balance, while not negatively impacting the bulk gastrointestinal tract microflora. OBJECTIVE The purpose of this in vitro study is to ex...

Journal: : 2021

Effect of Colchicine on Polyploidy Induction and Morphophysiological Characteristics Ajowan (Carum copticum L.) Population Sistan Geographical Area

2014
E. Abou-Fakhr Hammad A. Zeaiter N. Saliba S. Talhouk

Forty-one methanol extracts of 28 indigenous medicinal plant species were tested for their insecticidal bioactivity against cotton whitefly, Bemisia tabaci (Gennadius) (Hemiptera: Aleyrodidae), adults and second nymphal instars under controlled conditions. This study is within a bioprospection context, in the form of utilizing local plant species as an alternative in sustainable agriculture dev...

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

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

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