نتایج جستجو برای: moisture control

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

2015
L. K. Grunenfelder

L.K. Grunenfelder and S.R. Nutt 1. Department of Chemical Engineering and Materials Science, University of Southern California, Los Angeles, CA 90089-0241, USA *Corresponding author: grunenfe@usc.edu Abstract: Void formation as a function of resin moisture content was investigated to better understand and control process defects in composite parts made from prepreg. In this study, uncured prepr...

2013
Thibaud Pintiaux David Viet Virginie Vandenbossche Luc Rigal Antoine Rouilly

Commercial α-cellulose was compression-molded to produce 1A dog-bone specimens under various operating conditions without any additive. The resulting agromaterials exhibited a smooth, plastic-like surface, and constituted a suitable target as replacement for plastic materials. Tensile and three-points bending tests were conducted according to ISO standards related to the evaluation of plastic m...

2013

The study was conducted to evaluate the quality characteristics of cookies produced from sweet potato-fermented soybean flour. Cookies were subjected to proximate and sensory analysis to determine the acceptability of the product. Protein, fat and ash increased as the proportion of soybean flour increased, ranging from 13.8-21.7, 1.22-5.25 and 2.20-2.57 respectively. The crude fibre content was...

2015
Ramesh Reddy

Irrigated agriculture is dependent on an adequate water supply of usable quality. Water used for irrigation can vary greatly in quality depending upon type and quality of dissolved salts. Salts are present in irrigation water in relatively small but significant amounts. The problems that result very both and kind, degree and modified by soil, climate and crop. The aim this paper is to monitor t...

H Hosseinzadeh MR Jaafari SH Golmohammadzadeh

The objective of this study was to investigate the effects of saffron as a natural sunscreen and moisturizer. The pollens of the saffron were dried and powdered in a grinder. The experimental formulations included a homosalate (8%) lotion reference, lotions with 2, 4 and 8% of grinded saffron, and the control lotion base without saffron. The lotions containing saffron were prepared like homosal...

Journal: :Critical reviews in food science and nutrition 2010
R Ergun R Lietha R W Hartel

From hardening of marshmallow to graining of hard candies, moisture plays a critical role in determining the quality and shelf life of sugar-based confections. Water is important during the manufacturing of confections, is an important factor in governing texture, and is often the limiting parameter during storage that controls shelf life. Thus, an understanding of water relations in confection...

Journal: :Journal of the Society of Powder Technology, Japan 1988

2013
Adewale O Obadina Olusola B Oyewole Oluwasolabomi E Williams

This study was carried out to investigate and improve the traditional processing method and nutritional quality of the traditional cassava snack (Ajogun). Cassava root (Manihot esculenta Crantz L.) of TME 419 variety was processed into mash (40% moisture content). The cassava mash was mixed into different blends to produce fried traditional "Ajogun", fried and baked extrudates (modified Ajogun)...

2010
Shiva Golmohammadzadeh Mahmoud Reza Jaafari Hossein Hosseinzadeh

The objective of this study was to investigate the effects of saffron as a natural sunscreen and moisturizer. The pollens of the saffron were dried and powdered in a grinder. The experimental formulations included a homosalate (8%) lotion reference, lotions with 2, 4 and 8% of grinded saffron, and the control lotion base without saffron. The lotions containing saffron were prepared like homosal...

2007
A Metso

Introduction The stability of the paper machine short circulation, forming and press section are tightly connected. A new online measurement, IQInsight, now provides true instantaneous MD and CD profiles from the press section. This unique measurement device provides new possibilities for stabilizing and optimizing paper machines. The accurate and continuous moisture profile just after the pres...

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

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

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