نتایج جستجو برای: coconut oil

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

2013
Sarina Sulaiman A. R. Abdul Aziz Mohamed Kheireddine Aroua

Solid coconut waste was produced after coconut milk extraction process and may still contain up to 24 wt.% oil content. In this work, extraction of oil from coconut waste using batch and soxhlet extractor was studied. Effect of particle size diameter, type of solvent and solvent to solid ratio on the kinetic and thermodynamic parameters; entropy, enthalpy and free energy of extraction were inve...

2018
Kay-Tee Khaw Stephen J Sharp Leila Finikarides Islam Afzal Marleen Lentjes Robert Luben Nita G Forouhi

INTRODUCTION High dietary saturated fat intake is associated with higher blood concentrations of low-density lipoprotein cholesterol (LDL-C), an established risk factor for coronary heart disease. However, there is increasing interest in whether various dietary oils or fats with different fatty acid profiles such as extra virgin coconut oil may have different metabolic effects but trials have r...

2017
Ranjan Advani RANJAN ADVANI

Comparative efficacy of brodifacoum, bromadialone (second-generation single-dose anticoagulant) was evaluated in a coconut crop on Minicoy Island. Preand postrodent control relative levels of rodent populations and damages were recorded as indices for assessing effectiveness of different concentrations and different bait formulations of three rodenticides. The black rat, Rattus rattus (Linnaeus...

Journal: :Circulation research 1967
W E Connor J J Rohwedder M L Armstrong

Three "saturated" fats of vegetable origin were fed to different groups of rabbits for periods up to 1 year. Cocoa butter and a hydrogenated vegetable oil shortening produced no hypercholesterolemia. Coconut oil feeding increased the serum cholesterol concentrations for 4 months, but a decline to baseline values occurred after 6 months. No gross atherosclerosis occurred in any animal fed coconu...

Journal: :Anais da Academia Brasileira de Ciencias 2016
Muhammad Ubaid Sadaf Ilyas Sadullah Mir Abida K Khan Rehana Rashid Muhammad Z U Khan Zainab G Kanwal Ahmad Nawaz Amna Shah Ghulam Murtaza

The aim of present study was to enhance topical permeation of clotrimazole gel preparation by using various permeability enhancers such as coconut oil, pistachio oil and sodium lauryl sulphate (SLS). Clotrimazole gel preparations were prepared and optimized by using three factor, five level central composite design. A second-order polynomial equation was generated in order to estimate the effec...

2016
Hwayoung Lee Su-Gwang Jeong Seong Jin Chang Yujin Kang Seunghwan Wi Sumin Kim

Phase change materials (PCMs) have been used in various fields including the materials of buildings. In this research, mixed shape-stabilized PCMs (Mixed SSPCMs) were prepared by impregnating coconut oil and n-hexadecane into exfoliated graphite nanoplatelets (xGnP) through a vacuum impregnate method. Coconut oil is fatty acid ester PCM which is relatively economical in comparison to other PCMs...

2003

This Standard Reference Material (SRM) is intended primarily for use in the development and validation of analytical methods for the determination of cholesterol, fat-soluble vitamins, fat, and fatty acids in a lipid matrix. SRM 1563 consists of ten ampoules per unit: five ampoules of natural coconut oil (1563-1) and five ampoules of fortified coconut oil (1563-2). Each ampoule contains approxi...

Journal: :Neurocomputing 2010
J. S. Lim Mohamed Azlan Hussain M. K. Aroua

Oleochemicals refer to chemicals from natural oils and fats of both plant and animal origins. However, they also include those derivatives derived from the subsequent modification of carboxylic acid group of fatty acids by chemical or biological means, and other compounds obtained from further reactions of these derivatives. Prior to 1980, about 90% of the raw materials for oleochemical industr...

2015
B. Satheesh Kumar P. Vamsi Krishna

The application of conventional cutting fluids in machining operations is harmful and not eco-friendly. In this context, the present work focuses on environmental friendly cutting fluids such as vegetable oil based cutting fluids (VBCFs). The objective of this work is to determine the influence of vegetable oil based cutting fluids (sesame and coconut oil) with extreme pressure (EP) additive on...

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

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

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