نتایج جستجو برای: palatability

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

2011
Ming-Mao Sun Sailila E. Abdula Hye-Jung Lee Young-Chan Cho Long-Zhi Han Hee-Jong Koh Yong-Gu Cho

The composition of amylopectin is the determinant of rice eating quality under certain threshold of protein content and the ratio of amylose and amylopectin. In molecular biology level, the fine structure of amylopectin is determined by relative activities of starch branching enzyme (SBE), granule-bound starch synthase (GBSS), and soluble starch synthase (SSS) in rice grain under the same ADP-G...

Journal: :Meat science 2006
S L Mueller D A King B E Baird D R McKenna W N Osburn J W Savell

In-home evaluations of the M. vastus lateralis, M. rectus femoris, M. semimembranosus, and M. adductor (n=266) muscles that were either blade tenderized, enhanced with a salt and phosphate solution, or served as a control (no tenderization or enhancement treatment) were conducted. Consumers (n=261) cooked these steaks and were asked to document cooking method and degree of doneness, and provide...

Journal: :European neuropsychopharmacology : the journal of the European College of Neuropsychopharmacology 2006
Melissa A Fudge Martin Kavaliers Klaus-Peter Ossenkopp

The neurosteroid allopregnanolone may increase feeding by altering food palatability; however, it may also increase feeding by reducing anxiety (neophobia). Moreover, it is unclear whether this induced hyperphagia is selective to safe, palatable foods only. Male rats were injected with allopregnanolone 20 min prior to behavioral testing. The taste reactivity test was used to examine possible sh...

2015
Gregory C. Aldrich Kadri Koppel Edgar Chambers Marina von Keyserlingk

The pet food industry continues to grow steadily as a result of new innovative products. Quality control and product development tests for pet foods are typically conducted through palatability testing with dogs and cats. Palatability is the measure of intake of a food that indicates acceptance or the measure of preference of one food over another. Pet food palatability is most commonly measure...

Journal: :Pharmacology, biochemistry, and behavior 1986
K C Berridge D Treit

Benzodiazepines such as chlordiazepoxide (CDP) promote feeding in a number of species. This effect has been interpreted generally to be an indirect consequence of benzodiazepine anti-anxiety action, although some have questioned whether it might not reflect instead a direct action upon the reinforcing properties of foods. The present study employed a behavioral measure that can discriminate bet...

Journal: :Behaviour research and therapy 1991
S Bossert R G Laessle C Meiller M Junker H Ellgring K M Pirke

The effects of 19 meals of different caloric content on slides on palatability and hypothetical duration of consumption were investigated in 7 patients with anorexia nervosa, 17 patients with bulimia nervosa at the beginning and after 8 weeks of hospital treatment. Nine healthy females served as controls. At the beginning of treatment, palatability of low caloric food was significantly higher a...

Journal: :The Journal of neuroscience : the official journal of the Society for Neuroscience 2013
Jennifer X Li Takashi Yoshida Kevin J Monk Donald B Katz

The taste of foods, in particular the palatability of these tastes, exerts a powerful influence on our feeding choices. Although the lateral hypothalamus (LH) has long been known to regulate feeding behavior, taste processing in LH remains relatively understudied. Here, we examined single-unit LH responses in rats subjected to a battery of taste stimuli that differed in both chemical compositio...

2007
C. E. Murphey F. L. Williams Z. L. Carpenter

Feeder steers (n=471) were fed for 100, 130 or 160 days, then slaughtered, and carcass grade data were collected. A wholesale rib was removed from each carcass, vacuum packaged, and aged for 12 to 14 days, and steaks were obtained. Palatability of the steaks generally increased as marbling score increased; however, the differences in palatability associated with each successive increase in marb...

Journal: :Clinical science 1999
E Raynaud J F Brun A Perez-Martin C Sagnes A M Boularan C Fedou J Mercier

Leptin is an adipocyte-derived signalling molecule which plays a key role in the regulation of body weight and energy expenditure. Since its involvement in human eating behaviour is still poorly understood, we investigated whether the perception of palatability of food was related to fasting serum leptin levels. Twenty-six non-diabetic subjects, six men and twenty women of widely ranging age an...

2017
Young-Hwa Hwang Seon-Tea Joo

Fatty acid profiles in relation to meat quality traits and sensory palatability of grain-fed and grass-fed beef from Hanwoo, American, and Australian crossbred cattle were examined in this study. There were significant (p<0.001) differences in fat content and fatty acid compositions between grain-fed and grass-fed beef. Grain-fed Hanwoo had significantly (p<0.001) lower saturated fatty acid (SF...

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

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

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