نتایج جستجو برای: matricaria spp

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

Journal: :علوم باغبانی 0
محی الدین پیر خضری محمداسماعیل حسنی محمد فخر طباطبایی

abstract for evaluation and identification some of the chamomile species in two genera anthemis and matricaria, morphological and phonological characteristics were used. the experiment was conducted in a randomized completely blocks design (rcbd) with three replicates, sixteen quantitative and qualitative traits were evaluated such as plant height, anthodium diameter, receptacle diameter, ligul...

Journal: :Indian Journal of Agricultural Sciences 2022

A field experiment was conducted during 2013-14 to 2015-16 at Central Soil Salinity Research Institute, Regional Station, Lucknow find out the alternate rice (Oryza sativa L.)- wheat (Triticum aestivum L.) cropping system under partially reclaimed sodic soils. Four systems, viz. L.), sorghum (Sorghum bicolor)-berseem (Trifolium alexandrinum), sweet basil (tulsi) (Ocimum basilicum L.)-matricaria...

2005
Kathy Abascal Eric Yarnell

H emorrhoids are a very common condition. Hospitalbased proctoscopy studies show prevalence rates of hemorrhoids in up to 86 percent of patients studied with many in an asymptomatic state. Botanicals used internally and topically can treat early stages of hemorrhoids effectively and can be used as adjuncts in more advanced stages when surgical treatments may be necessary. The roles of butcher’s...

2014
Hossein Teimori Maryam Hosseinpour Mohsen Mobini-Dehkordi Behnaz Saffar

Introduction: The Matricaria chamomilla plant is one of the most important plants used for the therapeutic purposes. More than 120 chemical constituents have been identified in Matricaria chamomile plant including 28 terpenoids and 36 flavonoids. This plant has a variety of therapeutic applications including the treatment of diabetes, eczema, wounds and gastrointestinal diseases. The Saccharomy...

Journal: :Journal of agricultural and food chemistry 2012
Sonia C N Queiroz Charles L Cantrell Stephen O Duke David E Wedge Vijay K Nandula Rita M Moraes Antonio L Cerdeira

Conyza canadensis (L.) Cronquist syn. (horseweed) is a problematic and invasive weed with reported allelopathic properties. To identify the phytotoxic constituents of the aerial parts, a systematic bioactivity-guided fractionation of the dichloromethane extract was performed. Three active enyne derivatives, (2Z,8Z)-matricaria acid methyl ester, (4Z,8Z)-matricaria lactone, and (4Z)-lachnophyllum...

2016
Sepide Miraj Samira Alesaeidi

INTRODUCTION Matricaria recuitta chamomilla is a plant that grows and is cultivated in some parts of Iran. The aim of this study was to overview the therapeutic effects of this valuable plant. This systematic review was aimed to introduce Matricaria recuitta chamomile, its chemical compounds, and its traditional usages. METHODS This review article was carried out by searching studies in PubMe...

2013
Fereshteh Javadian

The present study investigates the anti-spermatogenic potential of ethanolic extract of Matricaria recutita a plant belonging to Asteraceae family. The effects of an ethanolic extract of the Matricaria recutita on spermatogenesis, histology of testis and level of testosterone were examined in control and experimental groups. Results showed that Matricaria recutita extract did not cause any chan...

Journal: :Journal of Plant Diseases and Protection 2021

Abstract Golovinomyces longipes is a widespread powdery mildew on Solanaceae ( Nicotiana , Petunia and Solanum spp.). In the past, it has been reported only once Verbena Verbenaceae ), non-solanaceaous host. Recently, this found composite Matricaria chamomilla . The identification of species unusual host proved by morphological studies DNA sequence analysis. Both datasets coincide with characte...

2016
Abd El Raheim Asmaa M. Radwan

This work aimed to evaluate the antimicrobial and antioxidant activity of methanolic extract of some plant (Ricinus communis,Matricaria recutita and Zygophyllum coccineum) extracts used in herbal remedy and folk medicine in Saudi Arabia, Results indicated that, the total extract the studied plants showed activity against the tested microbes, the highest activity was observed by using Matricaria...

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

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

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