نتایج جستجو برای: dough extensography

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

2015
Ahmed Hanan F

The aim of this research was to study the effect of fortified pan bread with Lupine flour (5, 10 and 15 %) on the chemical, rheological and nutritional properties. Lupine flour showed higher levels of crude protein, ash, crude fat and fiber than the wheat flour. Conversely, wheat flour showed higher contents in carbohydrates. Rheological studies of dough showed clear differences between wheat f...

2006
Daniela Horvat G. Drezner Zorica Jurković Gordana Šimić D. Magdić K. Dvojković

High-molecular-weight glutenin subunits (HMW-GS) composition was analyzed by sodium-dodecyl-sulfatpolyacrilamid-gel electrophoresis (SDS-PAGE), while the quantitative determination of total HMW-GS was obtained by reversed phasehigh performance liquid chromatography (RP-HPLC). Considering HMW-GS composition, the most frequent subunits at Glu-A1 locus were N, at Glu-B1 locus 7+9 and at Glu-D1 loc...

Journal: :Journal of investigational allergology & clinical immunology 2007
E Heffler G Guida I Badiu F Nebiolo G Rolla

A 20-year-old woman developed anaphylaxis after eating pizza on 4 different occasions in 2 restaurants. Both restaurants made their pizza dough with a mixture of wheat and buckwheat flours. A prick-to-prick test with buckwheat flour was positive. Skin prick tests and specific immunoglobulin E responses to soybean and peanut were weakly positive while the response to buckwheat was negative. We r...

2010
Anusooya S Sivam Dongxiao Sun-Waterhouse SiewYoung Quek Conrad O Perera

During breadmaking, different ingredients are used to ensure the development of a continuous protein network that is essential for bread quality. Interests in incorporating bioactive ingredients such as dietary fiber (DF) and phenolic antioxidants into popular foods such as bread have grown rapidly, due to the increased consumer health awareness. The added bioactive ingredients may or may not p...

2005
John E. Hall

Combinations of proline and glutamine significantly increased the functional properties of soft wheatthat were unseen when added individually. To hard wheat, proline contributed more positively than glutamine onmost dough and bread properties, which is different from the observations with soft wheat. Addition of glutamine tohard wheat increased the amount of gluten and glutenin afte...

Journal: :Applied and environmental microbiology 1976
N Henry

The growth requirements of several yeasts isolated from San Francisco sour dough mother sponges were compared with those of bakers' yeast. The sour dough yeasts studied were one strain of Saccharomyces uvarum, one strain of S. inusitatus, and four strains of S. exiguus. S. inusitatus was the only yeast found to have an amino acid requirement, namely, methionine. All of the yeasts had an absolut...

2014
B. N. Dar Savita Sharma Baljit Singh Gurkirat Kaur

Cereal brans singly and in combination were blended at varying levels (5 and 10%) for development of Chapattis. Cereal bran enriched Chapattis were assessed for quality and physicochemical characteristics. On the basis of quality assessment, 10% enrichment level for Chapatti was the best. Moisture content, water activity, and free fatty acids remained stable during the study period. Quality ass...

2001
M. F. Webster D. Ding K. S. Sujatha

This paper reports work on the two and three-dimensional numerical simulation of dough mixing with free surfaces, that arises in the food processing industry. Free surface flow in a rotating cylinder is investigated when a fluid is mixed in a cylinder with a stirrer. Different dough mixer designs are investigated. The rotating stirrer may be placed either in a concentric or eccentric arrangemen...

Journal: :مهندسی بیوسیستم ایران 0
سارا موحد استادیار دانشگاه آزاد اسلامی، واحد ورامین ـ پیشوا، گروه علوم و صنایع غذایی، ورامین، ایران حسین احمدی چناربن استادیار دانشگاه آزاداسلامی، واحد ورامین ـ پیشوا، گروه زراعت و اصلاح نباتات، ورامین، ایران مهرماه وفائی کارشناس ارشد، دانشگاه آزاداسلامی، واحدورامین ـپیشوا، گروه علوم و صنایع غذایی، ورامین، ایران

chapatti is high consuming bread in the southeast countries of asia that in fresh form has a tender texture but within a few days of storage, becomes inflexible. in this research, the effects of guar and cmc gums at two levels of 0.25 and 0.5% on quality of chapatti bread were investigated. based on results, gum addition in different levels increased moisture and ash contends and improved rheol...

2005
M. VACHON

Cereal Chem. 72(2):151-154 Fermented dairy ingredients prepared with Lactobacillus casei subsp. differ from that of standard milk bread. When milk was the main comrhamnosus and containing variable proportions of milk, whey, and whole ponent of the fermented dairy ingredient (no whey or flour), the quality wheat flour were incorporated in a pan bread formulation and tested of the bread was about...

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

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

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