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

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

2018

Submit Manuscript | http://medcraveonline.com walls of the walls of the walls of the walls of the walls and the walls of the walls of the walls of the walls of the building blocks of the floor and the walls of the floor. , resultando em proteção cardiovascular [1]. You may know that you are getting enough of these products to be used in the manufacture of sabers and detergents, or acidic produc...

Journal: :Energies 2021

Biodiesel produced through catalytic transesterification of triglycerides from edible and non-edible oils alcohol is considered an alternative to traditional petro-diesel. The interest in the use alkaline earth metal oxides as heterogeneous basic catalysts has increased due their availability, non-toxicity, capacity be reused, low cost, high concentration surface sites that provide activity. Th...

2018

Submit Manuscript | http://medcraveonline.com walls of the walls of the walls of the walls of the walls and the walls of the walls of the walls of the walls of the building blocks of the floor and the walls of the floor. , resultando em proteção cardiovascular [1]. You may know that you are getting enough of these products to be used in the manufacture of sabers and detergents, or acidic produc...

2013
Hong Men Caiwa Zhang Ke Ning Donglin Chen

A voltammetric electronic tongue to classify five different types of edible oil samples is described in this study. The standard three-electrode configuration composes the sensor array: gold electrode, platinum electrode and saturated calomel electrode. Using cyclic voltammetric measurement, respectively, on five different types of edible oil samples (peanut oil, corn oil, soybean oil, sesame o...

Journal: :International Journal of Molecular Sciences 2008
Arjun B. Chhetri Martin S. Tango Suzanne M. Budge K. Chris Watts M. Rafiqul Islam

Due to the concern on the availability of recoverable fossil fuel reserves and the environmental problems caused by the use those fossil fuels, considerable attention has been given to biodiesel production as an alternative to petrodiesel. However, as the biodiesel is produced from vegetable oils and animal fats, there are concerns that biodiesel feedstock may compete with food supply in the lo...

Journal: :Journal of nutrition education and behavior 2012
Carol L Connell Jamie M Zoellner M Kathleen Yadrick Srinivasa C Chekuri Lashaundrea B Crook Margaret L Bogle

OBJECTIVE To compare differences across food groups for food cost, energy, and nutrient profiles of 100 items from a cross-sectional survey of 225 stores in 18 counties across the Lower Mississippi Delta of Arkansas, Louisiana, and Mississippi. METHODS Energy, nutrient, and cost profiles for food items were calculated by using Naturally Nutrient Rich methodology and converting price per 100 g...

Background & Aims of the Study: The quality of the edible oils is made with chemical compositions and percentage of  the degree of unsaturation fatty acids. The peroxide value (PV) always measures the extent of primary oxidation (rancidification) of oils. Oils Rancidity can produce potentially toxic compounds associated with health effects such as heart and neurological disorde...

2014
YM Diop Amadou Diop Cheikh Anta Diop

Deep-fat frying performed at high temperatures under atmospheric pressure is a common method of preparing dishes in Senegalese culinary practices. This operation can lead to deterioration of physical, chemical, nutritional and sensory properties of oil, which affects its frying performance. It also results in the production of volatile products such as aldehydes and non volatile fraction which ...

Journal: :Critical Times 2023

Abstract This essay considers the multiscalar manifestations of loss and destruction through material-semiotic figure “spent earth,” a toxic waste by-product generated by industrial bleaching crude oils into edible oils. Drawing on two distinct encounters with spent earth in Indonesian palm oil sector, reflects substance's unevenly distributed effects across peoples, places, generations; its as...

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

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

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