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

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

2008
Scott L. Kronberg

Ingestion of small amounts of condensed tannin (CT) by ruminants can prevent bloat, improve nitrogen retention, and reduce excretion of urea, a precursor of ammonia and the greenhouse gas nitrous oxide. Because grasses and many forbs don’t contain CT, it is desirable to find a reliable way to have ruminant livestock ingest small amounts of CT when they consume high-quality forage. Putting CT in...

Journal: :International journal of oncology 2009
Jennifer Weaver Tina Briscoe Mimi Hou Chris Goodman Slawomir Kata Heather Ross Gordon McDougall Derek Stewart Andrew Riches

The cytotoxic effects of strawberry polyphenols were investigated on normal cells and tumour cells derived from the same patient. A human prostate epithelial cell line (P21) and two tumour cell lines (P21 tumour cell line 1 and 2) derived from the same patient, and a normal human breast epithelial cell line (B42) and a tumour line derived from it (B42 clone 16) were used. A polyphenol-rich extr...

المدرس, عباس , خوروش, محمد, عبادی, محمدرضا , ناظرعدل , کامبیز, پوررضا, جواد ,

Sorghum grain is an important cereal to be cultivated in tropical and sub-tropical areas. The extension of its cultivation and application in animal and poultry diets may reduce the need for imported corn. In order to determine the nutritive value of sorghum, 36 sorghum grain (SG) varieties and one type of corn were grown at the same location. The grains were analyzed for their nutrient composi...

2011
Kun Li Yunpeng Diao Houli Zhang Shouyu Wang Zhen Zhang Bo Yu Shanshan Huang Hong Yang

BACKGROUND Tannins extracted from immature fruits of Terminalia chebula Fructus Retz. are considered as effective components promoting the process of wound healing. The objective of this study is to explore the optimal extraction and purification technology (OEPT) of tannins, while studying the use of this drug in the treatment of a cutaneous wound of rat as well as its antibacterial effects. ...

2013
K Vijayakumari S. SENTHILKUMAR K. VIJAYAKUMARI

The aim of the study was to investigate the Cassia auriculata and cardiospermum halicacabum leaf for Phytochemical compounds and GC-MS analysis. The presence of phytochemical compounds was screened by qualitative method. The results showed the presence of Phytochemical compounds of carbohydrates, phenol, lipid, protein, saponin, flavonoids and tannin. GC-MS analysis 13,15 bioactive phytochemica...

Journal: :علوم دامی ایران 0
سید مهدی مالدار یوسف روزبهان داریوش علیپور

this experiment was carried out to investigate the effect of adaptation period to oak leave's tannin on rumen ph and ammonia, rumen microbial population, gas production and dry matter true digestibility (ivtdmd) in alamout goat’s rumen (with no previous history of oak leaf consumption) compared with markhoz goat (with previous history of oak leaf consumption). the goats were fed either oak...

Journal: :IOP conference series 2023

Abstract This study involved extracting the of alcohol extract, volatile oil and alkaloid isolated from Capsicum frutescens L. fruits on Candida albican ,. It also test a phytochemical screen determine percentage yield alkaloid, annuum L . was collected Karbala City, that approximately 24 hours to extract using Soxhlet apparatus with 400 ml Methanol Alcohol Solvent in 1000 Flask, evaporation by...

Journal: :Journal of environmental quality 2002
Klaus Lorenz Caroline M Preston

Condensed tannins can be found in various parts of many plants. Unlike lignin there has been little study of their fate as they enter the soil organic matter pool and their influence on nutrient cycling, especially through their protein-binding properties. We extracted and characterized tannin-rich fractions from humus collected in 1998 from a black spruce [Picea mariana (Mill.) Britton et al.]...

Journal: :The Biochemical journal 1966
B R Brown P E Brown W T Pike

1. The leaf tannin of willow-herb [Chamaenerion angustifolium (L.) Scop.] has been isolated and separated into two fractions of differing solubility. 2. The tannin contains a penta-O-galloyl-beta-d-glucose core to which further galloyl groups are depsidically bound. 3. The unfractionated tannin contains an average of 10.5 galloyl groups/glucose molecule; the soluble fraction has on average 7.6 ...

2017
Camila Gabriel Kato Geferson de Almeida Gonçalves Rosely Aparecida Peralta Flavio Augusto Vicente Seixas Anacharis Babeto de Sá-Nakanishi Lívia Bracht Jurandir Fernando Comar Adelar Bracht Rosane Marina Peralta

The aim of the present study was to compare the in vitro inhibitory effects on the salivary and pancreatic α-amylases and the in vivo hypoglycemic actions of the hydrolysable tannin from Chinese natural gall and the condensed tannin from Acacia mearnsii. The human salivary α-amylase was more strongly inhibited by the hydrolysable than by the condensed tannin, with the concentrations for 50% inh...

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

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

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