نتایج جستجو برای: cooking pattern

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

Journal: :Journal of food science 2009
A M Jiménez-Monreal L García-Diz M Martínez-Tomé M Mariscal M A Murcia

The influence of home cooking methods (boiling, microwaving, pressure-cooking, griddling, frying, and baking) on the antioxidant activity of vegetables has been evaluated in 20 vegetables, using different antioxidant activity assays (lipoperoxyl and hydroxyl radicals scavenging and TEAC). Artichoke was the only vegetable that kept its very high scavenging-lipoperoxyl radical capacity in all the...

Antibacterial drugs used in animal might result in deposition of residues in meat, milk and eggs. The presence of antimicrobial residues in animal-originated food is critical problem in many countries over the years. Because, drug residues might result in various health hazards, both actual incidence of reactions and potential hazards perceived by the public, the most countries assess residue o...

Journal: :به نژادی نهال و بذر 0
محتشم محمدی m. mohammadi سیدکریم حسینی s. k. hosseini هومن جانفدا h. janfada مهرزاد الله قلی پور m. allahgholipour

to introduce a new rice cultivar with high grain yield and desirable cooking characteristics for the warm regions of kohgilouyeh-ve-boyrahmad province, 203 lines of rice originated form irri breeding program were evaluated in preliminary and advanced yield trials from 1993 to 2000 in choram agricultural research station. in each year, data were recorded from different agronomical and morpho-phy...

Journal: :پژوهش های حبوبات ایران 0
محمدی محمدی بی همتا بی همتا دُری دُری

abstract in order to study the effects of quantitative and qualitative traits on cooking characteristics and protein percentage of 15 red bean genotypes, a randomized complete block design was conducted with three replications in normal irrigation and drought stress. these traits were measured in farm and nutrition laboratory employing international standard of ciat. analyses of variance showed...

Journal: :Journal of animal science 2003
D A King M E Dikeman T L Wheeler C L Kastner M Koohmaraie

Our objectives were to examine the effects of prerigor excision and rapid chilling vs. conventional carcass chilling of two muscles on proteolysis and tenderness during the postmortem storage, as well as the effects of fast and slow rates of cooking on myofibrillar characteristics and tenderness. The longissimus thoracis (LT) and triceps brachii (TB), long head muscles were removed 45 min after...

Journal: :مجله دانشگاه علوم پزشکی کرمانشاه 0
sajad sisakhtnezhad b.sc in cellular and molecular biology, center for medical biology research, kermanshah university of medical sciences abbas sheikhol-islami pharmacologist, center for medical biology research , kermanshah university of medical sciences amir kiani ph.d student of toxicology, school of pharmacy, shaheed beheshti university of medical sciences. kermanshah university of medical sciences bahareh mohammadi b.s. in chemistry, center for medical biology research, kermanshah university of medical sciences. marziyeh darzi-ramandi 5. medical doctor (gp) noshin parvin 5. medical doctor (gp)

introduction: frying is one of the most popular cooking methods. however, harmful substances are created during the frying process, with the stability of oil negatively affected. this study evaluates the stability of fatty acid content of several cooking and frying oils available on the iranian market during the process of frying. materials and methods: samples from 5 different frying oils and ...

2013
Sally Jo Cunningham David Bainbridge

Cooking is a common and an information-intensive activity. We analyze a set of 678 cooking-related queries to identify the attributes that cooks provide in their queries to the Google Answers TM ‘ask an expert’ online reference system. The results suggest directions to take in developing an effective organization and improved functionality for a cooking-focused digital library.

2017
Jayne Hutchinson Jennifer F. Watt Emma K. Strachan Janet. E. Cade

Objective: To evaluate the effectiveness of the Ministry of Food (MoF) cooking programme on self-reported food consumption and confidence within cooking. Design: A quantitative and qualitative evaluation of the MoF 8 week cooking course, using a pre-test/post-test study. Pre, post and 6 month follow-up quantitative outcomes were measured using self-administered questionnaires to record number o...

Journal: :Public health nutrition 2011
Klazine van der Horst Thomas A Brunner Michael Siegrist

OBJECTIVE The ready-meal market has grown considerably in recent years. At the same time, a degradation of traditional cooking skills has been observed. Ready meals are often rich in energy, fat and sugar and lack vegetables; however, studies investigating associations between ready-meal consumption, overweight and cooking skills are lacking. The present study examines whether demographic facto...

2014
Nuri Andarwulan Desty Gitapratiwi Arnaud Laillou Dwi Fitriani Purwiyatno Hariyadi Regina Moench-Pfanner Drajat Martianto

Unbranded palm cooking oil has been fortified for several years and can be found in the market with different oxidation levels. This study aimed to investigate the stability and shelf life of unbranded, bulk, vitamin A-fortified palm oils with the most commonly observed oxidation levels in Indonesia. Three types of cooking oils were tested: (i) cooking oil with a peroxide value (PV) below 2 mEq...

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

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

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