نتایج جستجو برای: turmeric spent

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

Journal: :Journal of natural products 2006
Janet L Funk Janice N Oyarzo Jennifer B Frye Guanjie Chen R Clark Lantz Shivanand D Jolad Aniko M Sólyom Barbara N Timmermann

Turmeric has been used for centuries in Ayurvedic medicine as a treatment for inflammatory disorders including arthritis. On the basis of this traditional usage, dietary supplements containing turmeric rhizome and turmeric extracts are also being used in the western world for arthritis treatment and prevention. However, to our knowledge, no data are available regarding antiarthritic efficacy of...

2017
Atef HUSSEIN Samia RASHED Ibrahim El HAYAWAN Rabab El-SAYED Hemat ALI

Background Curcumin is the major active ingredient of Curcuma longa L., traditionally known as turmeric and has been shown to exhibit a wide range of pharmacological activities including anti-parasitic effect. However, it is found to be water-insoluble and has low bioavailability. The aim of this study was to explore the potential role of turmeric solved in olive oil either alone or in combinat...

Journal: :Molecular nutrition & food research 2013
Subash C Gupta Bokyung Sung Ji Hye Kim Sahdeo Prasad Shiyou Li Bharat B Aggarwal

Although much has been published about curcumin, which is obtained from turmeric, comparatively little is known about turmeric itself. Turmeric, a golden spice obtained from the rhizome of the plant Curcuma longa, has been used to give color and taste to food preparations since ancient times. Traditionally, this spice has been used in Ayurveda and folk medicine for the treatment of such ailment...

2014
Virendra V. Panpatil Chetan Nimgulkar Shalini Tattari Nirmala Kota Kalpagam Polasa

Spices like turmeric, ginger, alliums are indispensable for the preparation of our daily food and are reported to possess compounds, which have varied beneficial biological effects and also prevent the microbial spoilage of food. This study evaluates the antioxidant and antimicrobial activity of spice extracts such as ginger, turmeric and garlic by 2, 2’-Diphenyl-1-picrylhydrazyl (DPPH) Radical...

Journal: :Zeitschrift fur Naturforschung. C, Journal of biosciences 2001
G K Jayaprakasha P S Negi C Anandharamakrishnan K K Sakariah

Curcumin, the yellow coloring pigment of turmeric is produced industrially from turmeric oleoresin. The mother liquor after isolation of curcumin from oleoresin known as curcumin removed turmeric oleoresin (CRTO) was extracted three times with n-hexane at room temperature for 30 min to obtain turmeric oil. The turmeric oil was subjected to fractional distillation under vacuum to get two fractio...

2016
Won-Yeong Song Jeong-Hwa Choi

BACKGROUND/OBJECTIVES Turmeric (Curcuma longa L.) has been reported to have many biological functions including anti-obesity. Leptin, peptide hormone produced by adipocytes and its concentration is increased in proportion to the amount of the adipocytes. In the present study, we examined the effects of Korean turmeric on the regulation of adiposity and leptin levels in 3T3-L1 adipocytes and rat...

2013
Mukda Jankasem Mansuang Wuthi-udomlert Wandee Gritsanapan

Curcuma longa L. or turmeric of the family Zingiberaceae is widely used in Thai traditional medicines for the treatment of rash, itching, tinea, and ringworm. Previous studies on turmeric oil reported effective antifungal activity against dermatophytes, a group of fungi that causes skin diseases. In this study, turmeric creams containing 6 and 10% w/w turmeric oil were prepared and tested again...

2014
Sathiyanarayanan Anusuya Muthukrishnan Sathiyabama

Chitosan was evaluated for its potential to induce antifungal hydrolases in susceptible turmeric plant (Curcuma longa L.). Under field conditions, the application of chitosan (crab shell) to turmeric plants by foliar spray method induces defense enzymes such as chitinases and chitosanases. Such an increase in enzyme activity was enhanced by spraying chitosan (0.1% w/v) on leaves of turmeric pla...

Journal: :Zeitschrift fur Naturforschung. C, Journal of biosciences 2002
Guddadarangavvanahally K Jayaprakasha Bhabani S Jena Pradeep S Negi Kunnumpurath K Sakariah

Curcumin removed turmeric oleoresin (CRTO) was extracted with hexane concentrated to get turmeric oil, and that was fractionated using silica gel column chromatography to obtain three fractions. These fractions were analyzed by GC and GC-MS. Turmeric oil contained aromatic turmerone (31.32%), turmerone (15.08%) and curlone (9.7%), whereas fractions III has aromatic turmerone (44.5%), curlone (1...

Journal: :Indian journal of physiology and pharmacology 2003
U R Deshpande L J Joseph A M Samuel

This study was carried out to see the hepatobiliary clearance of 99m Tc-Mebrofenin radiopharmaceutical in D-galactosamine induced hepatic rats. Furthermore, protective effect of turmeric extract has been studied in these hepatitis rats. Hepatitis was induced with intraperitoneal injection of D-galactosamine (400 mg/kg b. wt) in these rats. 1% turmeric extract was given along with their normal d...

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

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

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