نتایج جستجو برای: fenugreek saponins

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

2013
J. Kesselmeier D. Strack

High Performance Liquid Chromatography (HPLC), Steroidal Saponins, Avena sativa, Etioplasts Reversed phase high performance liquid chromatog­ raphy offers an efficient and rapid method for analysis of steroidal saponins. Crude extracts from primary leaves of Avena sativa and isolated etioplasts therefrom have been resolved into four saponins (avenacosides) using a wateracetonitrile gradient sys...

عباسی سورکی, علی, فلاح, سیف اله, کاکولوند،, راضیه,

Conservatiion with respect to physiological aspects of crops is a crucial factor for ideal photosynthesis and appropriate yield in arid and semi-arid agro-ecosystems. In order to investigate the effect of planting pattern on stability of physiological parameters of fenugreek and black cumin under drought stress, an experiment was conducted in the University of Shahrekord in 2014. Three drought ...

2012
L. Doepel J. E. Montgomery K. A. Beauchemin J. R. King S. N. Acharya

Doepel, L., Montgomery, J. E., Beauchemin, K. A., King, J. R. and Acharya, S. N. 2012. Ruminal degradability and wholetract digestibility of protein and fibre fractions in fenugreek haylage. Can. J. Anim. Sci. 92: 211 217. The purpose of this study was to evaluate the digestibility of fenugreek forage compared with alfalfa in dairy cows. Alfalfa and two genotypes of fenugreek, Quatro and F70, w...

2014
Zakia Benayad Carmen Gómez-Cordovés Nour Eddine Es-Safi

Fenugreek (Trigonella foenum-graecum) is a medicinal plant which is widely used for its pharmacological properties. In this study the phenolic composition of fenugreek crude seeds originating from Morocco has been investigated. Extraction was performed from defatted seeds by a hydromethanolic solution using an Accelerated Solvent Extractor. HPLC technique coupled to negative ion electrospray io...

Journal: :Journal of dairy science 2006
M Busquet S Calsamiglia A Ferret C Kamel

Different doses of 12 plant extracts and 6 secondary plant metabolites were incubated for 24 h in diluted ruminal fluid with a 50:50 forage:concentrate diet. Treatments were: control (no additive), plant extracts (anise oil, cade oil, capsicum oil, cinnamon oil, clove bud oil, dill oil, fenugreek, garlic oil, ginger oil, oregano oil, tea tree oil, and yucca), and secondary plant metabolites (an...

2012
Geetha Rajendran Maheshwari H. Patel Sanket J. Joshi

One of the ways to increase the competitive survivability of rhizobial biofertilizers and thus achieve better plant growth under such conditions is by modifying the rhizospheric environment or community by addition of nonrhizobial nodule-associated bacteria (NAB) that cause better nodulation and plant growth when coinoculated with rhizobia. A study was performed to investigate the most commonly...

2010
Marie-Christine R Shakib

Background: Consumption of a diet with a low glycemic index (GI) rich in dietary fiber can help for the management of postprandial blood glucose (PBG) level in normal subjects. Incorporation of whole grain barley rich in β-glucan, fenugreek and ginger as part of a balanced diet offers a variety of health benefits. The purpose of the present work was to evaluate the effect of bread products cont...

Journal: :International journal of experimental diabetes research 2001
M. Al-Habori A. Raman M. J. Lawrence P. Skett

Fenugreek (Trigonella foenum-graecum L. seed) is a food with traditional medicinal use in diabetes. Beneficial effects have been demonstrated in diabetic animals and both insulin-dependent and non-insulin-dependent diabetic subjects. Effects of a lipid extract A, crude ethanolic extract B, further sub-fractions of B (saponin-free C, saponin D and sapogenin E) and a gum fibre fraction F on intes...

Journal: :Antioxidants 2013
Shagufta Ishtiaque Nasir Khan Muhammad A Siddiqui Rahmanullah Siddiqi Shahina Naz

The polyphenolic extracts and oils were obtained from ajwain, mustard, fenugreek and poppy seeds. The extracts were partitioned into acidic and neutral polyphenolic fractions and following estimation of total phenolics in the crude extract, acidic and neutral fractions and oil, all were analyzed for their DPPH (2,2-diphenyl-1-picrylhydrazyl) scavenging potential, ferric reducing ability and che...

Journal: :Molecules 2016
Zhen-Fang Wang Bing-Bing Wang Yang Zhao Fang-Xu Wang Yan Sun Rui-Jie Guo Xin-Bo Song Hai-Li Xin Xin-Guang Sun

Twelve new steroidal saponins, including eleven furostanol saponins, terrestrinin J-T (1-11), and one spirostanol saponin, terrestrinin U (12), together with seven known steroidal saponins 13-19 were isolated from T. terrestris. The structures of the new compounds were established on the basis of spectroscopic data, including 1D and 2D NMR and HRESIMS, and comparisons with published data.

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

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

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