نتایج جستجو برای: degree of grains whiteness

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

Journal: :Facta universitatis - series: Physics, Chemistry and Technology 2020

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه دریانوردی و علوم دریایی چابهار - دانشکده ادبیات و زبانهای خارجی 1390

abstract cooperative learning refers to small groups of learners working together as a team to solve a problem, complete a task, or accomplish a common goal. in a cooperative environment one’s success is directly related to the success of other members because the focus on the individual shifts towards the group. to test the effectiveness of the method, using jigsaw technique, a study was cond...

ژورنال: گلجام 2007
بازیار , قاسم, داداشیان, فاطمه, رحیمی, شهرام , منتظر, مجید,

Special properties of Iranian wool such as elasticity compared with Merino wool leads to more popularity of Persian carpet at an international level. By using of finishing process it is possible to improve some of the physical properties of wool fibers such as fleece modification, increasing of lightness and whiteness and producing a smoother surface that result a better quality carpet. In this...

2004
Burak Aksoy Margaret K. Joyce Paul D. Fleming

Fluorescent Whitening Agents (FWA), dyes and pigmented inks are used extensively in the paper industry to enhance the appearance and optical performance of coated and uncoated papers. There are several different systems in use for the description and specification of color and optical properties of paper, using colorimeters, spectrophotometers and brightness meters. CIE and TAPPI are the most c...

ژورنال: علمی شیلات ایران 2019

One of the problems associated with surimi, which is made from fresh water fish, is its low whiteness value compared to the marine fish species, mainly due to the redness of its muscles. In this study, hydrogen peroxide at concentrations of 1, 2 and 3% along with other variables such as water to mince ratios of 1:2, 1:3 during 1, 2 and 3 washing cycles was applied in order to improve the color ...

Journal: :Journal of Geography in Higher Education 2022

This paper draws on critical race theory to analyse testimonies from students that help explain why minoritised ethnic communities studying geography, planning, geology and environmental sciences in the UK, have a lesser chance of being awarded ‘good’ degree (i.e. an upper second- or first-class), comparison White British people. There are very low levels diversity across these subject areas. W...

2015
Huiming Fan Shuo Wang Jianan Liu Jun Long

In order to improve the whiteness of fly ash, the particles were coated by in-situ precipitation of calcium carbonate. After different mass ratios of calcium oxide to fly ash were mixed into water, a certain amount of carbon dioxide was bubbled into the mixture to form a precipitated calcium carbonate deposit on the surface of fly ash. With the help of scanning electron microscopy (SEM), the pr...

Journal: :Clinical infectious diseases : an official publication of the Infectious Diseases Society of America 2012
Matthew J Schueler

A father recounts a transformative journey of love, loss, and learning as his son developed and eventually died of a fungal infection that occurred during a period of immunocompromise after a bone marrow transplantation to treat hypodiploid leukemia. He then thanks the many physicians, researchers, family members, and friends who came together to memorialize his son and create knowledge, hope, ...

Journal: :Psychoanalytic review 1983
D L Lavery

The world was warm and white when I was horn: Beyond the windowpane the world was white, A glaring whiteness in a leaded frame, Yet warm as in the hearth and heart of light, Although the whiteness was almost and was bone In midnight's still paralysis, nevertheless The world was warm and hope was infinite, All things would come, fulfilled, all things would be known All things would be enjoyed, f...

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

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

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