نتایج جستجو برای: trigonelline and mucilage content

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

Journal: :Horticulturae 2022

The sweet-basil (Ocimum basilicum L.) fruit/pericarp produces mucilage that engulfs the fruit and seed within minutes of hydration. Seed is produced by plant species have adapted to arid, sandy soils. This study was conducted determine how basil-seed improves ecological fitness. A second objective find ways remove mucilage, which may interfere with commercial planting. Basil fruit/seeds were ex...

2015
Lena K. Brahe Emmanuelle Le Chatelier Edi Prifti Nicolas Pons Sean Kennedy Trine Blædel Janet Håkansson Trine Kastrup Dalsgaard Torben Hansen Oluf Pedersen Arne Astrup S. Dusko Ehrlich Lesli H. Larsen

The gut microbiota has been implicated in obesity and its progression towards metabolic disease. Dietary interventions that target the gut microbiota have been suggested to improve metabolic health. The aim of the present study was to investigate the effect of interventions with Lactobacillus paracasei F19 or flaxseed mucilage on the gut microbiota and metabolic risk markers in obesity. A total...

Journal: :Plant signaling & behavior 2010
Andrej A Arsovski George W Haughn Tamara L Western

Plant cells are encased within a complex polysaccharide wall that strengthens the cell and has key roles in all aspects of plant cell growth, differentiation, and interaction with the environment. This dynamic structure is under continual modification during plant development, and its synthesis and modification require the activity of a myriad of enzymes. The mucilage secretory cells (MSCs) of ...

2010
B. N. Shah A. K. Seth B. S. Nayak Biren N. Shah

Objective: A microwave assisted extraction technique was developed to optimize the extraction of mucilage from the fruits of Trichosenthes dioica plant. Materials and Methods: the plant has been extracted by conventional and microwave assisted methods for the isolation of mucilage. Results and Discussion: Microwave extraction at 320 W intensity and 20 min heating duration, 84.92% increase in th...

2008
A Dugani A Auzzi F Naas S Megwez

The anti-ulcer activity of the oil and mucilage obtained from flaxseed (Linum usitatissimum) was evaluated in a rat model of ethanol-induced gastric ulcer. Our results show that pretreatment of rats with flaxseed oil and flaxseed mucilage significantly reduced the number and length of gastric ulcers induced by ethanol. Flaxseed oil was more effective than flaxseed mucilage in reducing the numbe...

2012
Bindu Reddy

The present study was undertaken to evaluate the mucilage isolated from Cissus vitiginea, commonly known as ‘Virginia snakeroot’ (FamilyVitaceae) as an innovative suspending agent. The purpose of this study is to search for a natural excipient which is cost effective that can be used as an alternative for the formulation of pharmaceutical suspensions. Characterization studies like solubility, s...

2017
Nele Friedrich Maik Pietzner Claire Cannet Betina H. Thuesen Torben Hansen Henri Wallaschofski Niels Grarup Tea Skaaby Kathrin Budde Oluf Pedersen Matthias Nauck Allan Linneberg

BACKGROUND Triiodothyronine (T3) and thyroxine (T4) as the main secretion products of the thyroid affect nearly every human tissue and are involved in a broad range of processes ranging from energy expenditure and lipid metabolism to glucose homeostasis. Metabolomics studies outside the focus of clinical manifest thyroid diseases are rare. The aim of the present investigation was to analyze the...

Journal: :jundishapur journal of natural pharmaceutical products 0
eskandar moghimipour medicinal plant research center, faculty of pharmacy, ahvaz jundishapur university of medical sciences, ahvaz, ir iran; oelmwmosla~laolwgwmarczeseovgz,cgowu~ yaovazhkwoek{laq}vankwov{{ ypv ]omgsiw{ioncmwdical sciences, ir iran +98-6113738378, moghimipour@yahoo.com; oelmwmosla~laolwgwmarczeseovgz,cgowu~ yaovazhkwoek{laq}vankwov{{ ypv ]omgsiw{ioncmwdical sciences, ir iran +98-6113738378, moghimipour@yahoo.com nasrin aghel medicinal plant research center, faculty of pharmacy, ahvaz jundishapur university of medical sciences, ahvaz, ir iran

background the dilution and rapid elimination of topically applied drugs due to the flushing action of saliva is a major difficulty in the effort to eradicate infections of oral cavity. utilization a proper delivery system for incorporation of drugs has a major impact on drug delivery and such a system should be formulated for prolonged drug retention in oral cavity. objectives the aim of the p...

Ghorban Abedini Mehdi Ansari Razieh Sadat Rezvaninejad Zahra Ataee

Background & Aims: The topical anesthetic effects of diphenhydramine combined with ingredients such as aluminum and magnesium hydroxide have been used for many years in modern medicine. Due to the limited durability of anesthetic mouthwashes due to saliva secretion and the spreading use of herbal and natural medicines in pharmacotherapy, this study was designed to formulate diphenhydramine in t...

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

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

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