نتایج جستجو برای: moringaceae

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

Journal: :Malaysian Journal of Medicine and Health Sciences 2022

Introduction: Moringa oleifera, a member of the family Moringaceae, is small-medium sized tree, widely cultivated in Southeast Asia, Polynesia, and West Indies, where leaves, fruits flowers form part their routine diet. The plant has been reported to possess numerous pharmacological properties; however, its immunomodulatory potentials were least explored, especially on lymphocytes. Therefore, t...

Journal: :Nusantara bioscience 2022

Moringa oleifera Lam. (Family Moringaceae) is a medium sized perennial tree, commonly known as drumstick horse raddish miracle sahjan, shobhanjana, munga arak, etc., in different languages. Leaves, flowers and pods of the plant are edible. Various parts utilized for treatment several diseases by ethnic communities, including heart ailments. Leaves M. were assessed preliminary qualitative phytoc...

2015
H. Sadraei G. Asghari F. Farahnaki

Seeds of Moringa peregrina (Forssk.) Fiori. (Moringaceae) is widely used in south east of Iran for gastrointestinal disorders. However, so far there is no pharmacological evidence for antispasmodic activity of this plant extract. Therefore, the aim of this research was to investigate antispasmodic activity of M. peregrina on rat isolated ileum contraction. Hydroalcoholic extract was obtained by...

2013
Abubakar Amali Muhammad Nur Aimi Syarina Pauzi Palanisamy Arulselvan Faridah Abas Sharida Fakurazi

Moringa oleifera Lam. (M. oleifera) from the monogeneric family Moringaceae is found in tropical and subtropical countries. The present study was aimed at exploring the in vitro wound healing potential of M. oleifera and identification of active compounds that may be responsible for its wound healing action. The study included cell viability, proliferation, and wound scratch test assays. Differ...

2018

Heavy metals are hazardous substances that cause serious health risk to ecosystem and organisms due to their high toxicity conferred by nature of their environmental persistence. Heavy metals have been defined based on their specific density (of metals greater than 4 or 5 g/liter), having atomic weight between 63.546 and 200.590 (Sagakachi, Makajima & Atoleiye et al). Unlike organic pollutants,...

2013
Boonyadist Vongsak Pongtip Sithisarn Wandee Gritsanapan

Moringa oleifera Lamarck (Moringaceae) is used as a multipurpose medicinal plant for the treatment of various diseases. Isoquercetin, astragalin, and crypto-chlorogenic acid have been previously found to be major active components in the leaves of this plant. In this study, a thin-layer-chromatography (TLC-)densitometric method was developed and validated for simultaneous quantification of thes...

Journal: :Nepal Medical College journal : NMCJ 2010
M M Rahman M M Rahman S Akhter M A H M Jamal D R Pandeya M A Haque M F Alam A Rahman

The aims of this study were to determine the total population of coliform bacteria in the samples collected from diarrhea associated patients from the local area of Bangladesh and to examine the antibacterial efficacy of leaf extracts of Moringa oleifera (Moringaceae) against the isolated coliform bacteria. The coliform bacteria detected in these samples by some microbial-biochemical tests such...

2014
Wagdy K. B. Khalil Inas S. Ghaly Kawthar A. E. Diab Aida I. ELmakawy

Moringa oleifera Lam (Moringaceae) is promising plant for biomedicine applications because it has an impressive range of medicinal purposes with high nutritional value. Therefore, we investigated the therapeutic effect of Moringa oleifera leaf extract (MOLE) on Ehrlich's solid tumor implanted mice (EST-mice). Swiss male albino mice were implanted intramuscularly with Ehrlich ascites carcinoma (...

Journal: :American journal of botany 1998
J Rodman P Soltis D Soltis K Sytsma K Karol

The phytochemical system of mustard-oil glucosides (glucosinolates) accompanied by the hydrolytic enzyme myrosinase (beta-thioglucosidase), the latter usually compartmented in special myrosin cells, characterizes plants in 16 families of angiosperms. Traditional classifications place these taxa in many separate orders and thus imply multiple convergences in the origin of this chemical defense s...

Journal: :Journal of agriculture and ecology 2023

Moringa oleifera Lam, a member of the Moringaceae family, is highly prized and grows in many tropical subtropical countries. It has broad spectrum medicinal uses nutritious. An experiment was conducted to investigate how spacing harvest duration impact growth, leaf yield, quality Lam at College Agriculture, Jodhpur, Rajasthan. The study involved treatments 60 x cm, 45 cm as well durations 30, 4...

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

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

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