نتایج جستجو برای: edible nut

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

2015
Ila Pant Neeraj Kumar Imran Khan Somanahalli Girish Rao Paturu Kondaiah Philip C. Trackman

Areca nut consumption has been implicated in the progression of Oral Submucous fibrosis (OSF); an inflammatory precancerous fibrotic condition. Our previous studies have demonstrated the activation of TGF-β signaling in epithelial cells by areca nut components and also propose a role for epithelial expressed TGF-β in the pathogenesis of OSF. Although the importance of epithelial cells in the ma...

Journal: :The British journal of nutrition 1948
J A LOVERN

CONFERENCE PROCEEDINGS 1948 edible purposes; similarly, there are the black tallows and greases used extensively for soap production. It has also been suggested recently that it would be more,economic to manufacture soapless detergents from petroleum than to embark on very expensive schemes for the clearing of territory for the production of oil-bearing crops, such as the East African Ground-nu...

2013
Kashif Shafique Mubashir Zafar Zeeshan Ahmed Naveed Ali Khan Muhammad Akbar Mughal Fauzia Imtiaz

BACKGROUND There is some evidence which suggests that areca nut chewing has a relationship with metabolic syndrome. Areca nut chewing is continue to increase and so is the metabolic syndrome which is a major cause of cardiovascular mortality in developing countries. The aim of this study was to determine the relationship of raw areca nut and areca nut chewing with tobacco additives and metaboli...

2016

The demand for alternate fuels used in the operation of I.C engine is met with CNSL (Cashew nut shell liquid) a by-product of cashew industry which is considered as an economically suitable for producing biodiesel. Cashew nut shell liquid is obtained from the hard cashew nut shell, cardinal a natural phenol obtained from the pyrolysis of CNSL at reduced pressure. The viscosity of the cardinal i...

Journal: :Indian journal of medical sciences 2007
Gunaseelan Rajan Sowmya Ramesh Shanthi Sankaralingam

BACKGROUND Areca nut is the fourth main psychoactive substance in the world. In India, tobacco is added to the quid and the commercially manufactured nonperishable forms of betel quid (pan masala or gutkha) are on the rise in the market. OBJECTIVE To find out the prevalence of areca nut among the rural residents of Sriperambudur Taluk. SETTINGS AND DESIGN A community-based survey using pre-...

2013
Wei-Chung Tsai Chung-Yu Chen Hsuan-Fu Kuo Ming-Tsang Wu Wei-Hua Tang Chih-Sheng Chu Tsung-Hsien Lin Ho-Ming Su Po-Chao Hsu Shih-Jie Jhuo Ming-Yen Lin Kun-Tai Lee Sheng-Hsiung Sheu Wen-Ter Lai

BACKGROUND Areca nut chewing is associated with the risk of obesity, metabolic syndrome, hypertension, and cardiovascular mortality. Although a few case reports or case series have suggested the link between areca nut chewing and cardiac arrhythmias, information about the relationship between areca nut chewing and atrial fibrillation (AF) is lacking. Thus, a nationwide ecological study was cond...

2011
Saira S Mirza Kashif Shafique Priya Vart Moin I Arain

BACKGROUND Areca nut is the seed of fruit oriental palm known as Areca catechu. Many adverse effects of nut chewing have been well documented in the medical literature. As these nuts are mixed with some other substances like tobacco and flavouring agents, it has been hypothesized that it might also cause some dependency symptoms among its users. Therefore, the objective of this study was to inv...

2012
Imran Khan Neeraj Kumar Ila Pant Sivakrishna Narra Paturu Kondaiah

Oral submucous fibrosis (OSF) is a chronic inflammatory disease characterized by the accumulation of excess collagen, and areca nut chewing has been proposed as an important etiological factor for disease manifestation. Activation of transforming growth factor-β signaling has been postulated as the main causative event for increased collagen production in OSF. Oral epithelium plays important ro...

Journal: :Poultry science 2008
H K Dei S P Rose A M Mackenzie R Amarowicz

Shea nut meal is a by-product of the shea fat industry in West Africa. The objective was to determine the effect of shea nut meal fermentation using Aspergillus niger on growth performance of broiler chickens. An expeller shea nut meal was fermented in a closed plastic container for 8 d after the addition of 0.25 g of A. niger spores per kg of shea nut meal in 2 parts of water. Each of the 2 sh...

2017
Chang-Han Chen Hung-I Lu Yu-Ming Wang Yen-Hao Chen Chien-Ming Lo Wan-Ting Huang Shau-Hsuan Li

OBJECTIVE Areca nut chewing is carcinogenic to humans. However, little is known about the impact of areca nut chewing on esophageal squamous cell carcinoma (ESCC). METHODS We retrospectively reviewed 286 ESCC patients who received surgery or preoperative chemoradiotherapy followed by surgery at our institution. Background characteristics including areca nut chewing history were analyzed. The ...

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

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

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