نتایج جستجو برای: seed extract

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

2017
Nabil A Hasona Ahmed A Alrashidi Thamer Z Aldugieman Ali M Alshdokhi Mohammed Q Ahmed

This study was conducted to evaluate the biochemical effects of grape seed extract against dexamethasone-induced hepatic and renal dysfunction in a female albino rat. Twenty-eight adult female rats were divided randomly into four equal groups: Group 1: animals were injected subcutaneously with saline and consider as normal control one. Group 2: animals were injected subcutaneously with dexameth...

2011
Lee Seong Wei Wendy Wee Julius Yong Fu Siong Desy Fitrya Syamsumir

This study was carried out to characterize antimicrobial, antioxidant and anticancer activities of Michelia champaca seed and flower extracts. The main objective of the present study was to reveal the medicinal values of M. champaca seed and flower for human uses. Antimicrobial property of M. champaca seed and flower extracts were revealed by using two fold microdilution method whereas antioxid...

Journal: :Saudi medical journal 2011
Ahmed F El Fouhil Aly M Ahmed Hasem H Darwish Muhammad Atteya Ali H Al-Roalle

OBJECTIVE To investigate the safety of date seed extract administration, and to compare between toxic effects of diabetes on rats treated with insulin versus rats treated with insulin-seed extract. METHODS This study was performed in the Anatomy Department, College of Medicine, King Saud University, Riyadh, Kingdom of Saudi Arabia from August to December 2010. One hundred rats were divided in...

2012
Sangil Jeon Seunghoon Han Jongtae Lee Taegon Hong Dong-Seok Yim

We analyzed the pharmacokinetics of C3G on data from twelve subjects, after 2-week multiple dosing of black bean (Phaseolus vulgaris, Cheongjakong-3-ho) seed coat extract, using the mixed effect analysis method (NONMEM, Ver. 6.2), as well as the conventional non-compartmental method. We also examined the safety and tolerability. The PK analysis used plasma concentrations of the C3G on day 1 and...

Journal: :Biological & pharmaceutical bulletin 2004
Atsuhide Hamada Saburo Yoshioka Daisuke Takuma Junko Yokota Tailine Cui Masahiko Kusunose Mitsuhiko Miyamura Shojiro Kyotani Yutaka Nishioka

Eriobotrya japonica has been used as a medicinal plant for a long time, and its leaves are known to have many physiological actions such as anti-inflammatory, antitussive, and expectoran. In contrast, Eriobotrya japonica seeds are only known to contain amygdalin, and almost no investigations of its pharmacological action have been performed. Moreover, some anticancer agents such as adriamycin c...

2015
Elżbieta Studzińska-Sroka

The extract from horse chestnut seeds (Aesculus hippocastanum L., Sapindaceae), standardised for the content of aescin, is used as the treatment for chronic venous insufficiency. It has anti-inflammatory and anti-oedematous properties and indicates a positive effect on the venous tone, rheological properties, and blood coagulability. The mechanism of horse chestnut seed extract/aescin activity ...

Journal: :Biological & pharmaceutical bulletin 2004
Kasi Ravi Balasubramanian Ramachandran Sorimuthu Subramanian

Oxidative stress plays an important role in chronic complications of diabetes. In the present study the antioxidant effect of oral administration of ethanolic extract of Eugenia jambolana seed kernel on tissue antioxidant enzymes and lipid peroxidation in liver and kidney of streptozotocin-induced diabetic rats was evaluated. Administration of seed kernel to diabetic rats significantly decrease...

Journal: :iranian journal of applied animal science 2015
h. hajati a. hassanabadi a.g. golian h. nassiri-moghaddam m.r. nassiri

the effects of dietary supplementation of grape seed extract (gse) and vitamin c on carcass characteristics, gut morphology and ileal microflora in broiler chickens exposed to chronic heat stress were examined. experimental diets included a control diet (without additive), 3 levels of gse (150, 300, 450 mg/kg of diet), and vitamin c (300 mg/kg of diet). each of the five diets was fed to 5 repli...

Ajai Kumar Srivastav, Babita Deep Srivastava, Manish Srivastava , Nobuo Suzuki , Sunil Kumar Srivastav ,

We evaluated ameliorative effects of Jamun seed and orange peel extracts on liver toxicity in cypermethrin exposed rat. Methods: Rats were given following treatments daily for 30 d: Group A: Control Group B: Rats received cypermethrin Group C: These rats received cypermethrin and Jamun seed extract simultaneously Group D: These rats received cypermethrin and orange peel extract simultaneou...

Journal: :علوم باغبانی 0
فاطمه رؤف فرد رضا امید بیگی

abstract there is a world-wide effort to reduce the amount of chemicals used in crop production by introducing modern biological and ecological methods. one possible alternative is allelopathy. a laboratory trial was carried out to investigate of alleopathic potential of angelica . in this study the effect of different concentrations of aqueous extract of angelica herb was investigated on seed ...

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

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

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