نتایج جستجو برای: Silica Particle

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

Journal: :iranian journal of chemistry and chemical engineering (ijcce) 2008
asghar karami gholam reza vahdany mohammad abedi mehdi fattahi

in this study, alkaline colloidal silica was prepared by titration of an alkaline solution such as sodium silicate with silicic acid in constant range of ph  .this constant range of ph was achieved by using concentrated soduim silicate solutions as ph adjusting solutions during titration.the sodium silicate solutions  having a variety of concentrations were passed  through ion-exchange resin to...

2011
Lindsey M. Costantini Renée M. Gilberti David A. Knecht

BACKGROUND Inhalation of crystalline silica is known to cause an inflammatory reaction and chronic exposure leads to lung fibrosis and can progress into the disease, silicosis. Cultured macrophages bind crystalline silica particles, phagocytose them, and rapidly undergo apoptotic and necrotic death. The mechanism by which particles are bound and internalized and the reason particles are toxic i...

Journal: :journal of mechanical research and application 2012
hamid khorsand nasim kiayee amir hossein masoomparast

in this study chemical method of dissolution-precipitation was applied to produce amorphous silica nanoparticles from rice straw ash (rsa), the waste material of rice cultivation. the morphology, particle size, structure and area of specific surface of synthesized amorphous silica nanoparticles were evaluated using transmission electron microscopy (tem), x-ray diffraction analysis (xrd) and bet...

2017
Alberto Lazaro Neus Vilanova Luana D Barreto Torres Gea Resoort Ilja K Voets H J H Brouwers

The particle growth of silica below the isoelectric point plays a key role in oil well cements, production of silica gels and production of nanosilica by dissolving silicates. In this article, we study the particle growth of silica below the isoelectric point using olivine, a silicate mineral, and sodium silicate solutions as silica sources in acid, where the particle size, soluble silica conce...

In this study, Back-propagation neural network (BPNN) and adaptive neuro-fuzzy inference system (ANFIS) methods were applied to estimate the particle size of silica prepared by sol-gel technique. Simulated annealing algorithm (SAA) employed to determine the optimum practical parameters of the silica production. Accordingly, the process parameters, i.e. tetraethyl orthosilicate (TEOS), H2O and N...

Journal: :Analytical chemistry 2012
Mungai Kamiti David Boldridge Linda M Ndoping Edward E Remsen

Disc centrifuge photosedimentometry (DCP) with fluids of different densities is used to simultaneously determine the particle size and effective density of spherical silica particles. Incorporation of a calibrated infrared pyrometer into a DCP instrument is shown to enhance the measurement capability of the DCP technique by correcting for the temperature dependence of the spin fluid's density a...

Asghar Karami, Gholam Reza Vahdany Mehdi Fattahi Mohammad Abedi

In this study, alkaline colloidal silica was prepared by titration of an alkaline solution such as sodium silicate with silicic acid in constant range of pH  .This constant range of pH was achieved by using concentrated soduim silicate solutions as pH adjusting solutions during titration.The sodium silicate solutions  having a variety of...

2015
Renée M. Gilberti David A. Knecht

Silica inhalation leads to the development of the chronic lung disease silicosis. Macrophages are killed by uptake of nonopsonized silica particles, and this is believed to play a critical role in the etiology of silicosis. However, the mechanism of nonopsonized-particle uptake is not well understood. We compared the molecular events associated with nonopsonized- and opsonized-particle phagocyt...

Journal: :environmental studies of persian gulf 2015
farshid ghorbani ali mohammad sanati maryam maleki

extensive application of silica nanoparticles (snps) in various industrial products has led to the development of silica extraction methodologies out of various waste products. rice husk is an agricultural waste with a high content of amorphous silica. however, the presence of metal ion impurities and unburned carbon in the rice husk content may present an adverse effect on product color and pu...

2014
Toshimasa Kusaka Masafumi Nakayama Kyohei Nakamura Mai Ishimiya Emi Furusawa Kouetsu Ogasawara

Amorphous silica particles, such as nanoparticles (<100 nm diameter particles), are used in a wide variety of products, including pharmaceuticals, paints, cosmetics, and food. Nevertheless, the immunotoxicity of these particles and the relationship between silica particle size and pro-inflammatory activity are not fully understood. In this study, we addressed the relationship between the size o...

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

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

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