نتایج جستجو برای: quartz application

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

2006
Boyan Tatarov Nobuo Sugimoto Ichiro Matsui

This paper presents a lidar method that enables the determination of quartz concentration in mineral aerosols from simultaneously measured, high-spectralresolution lidar and quartz Raman lidar signals. The method and experimental results are presented.

Journal: :British journal of industrial medicine 1963
M G BREYER T A KILROE-SMITH H PRINSLOO

Kilroe-Smith and Breyer (1963) reported that in the early stages of silicosis in guinea-pigs exposed to the inhalation of quartz dust, before the formation of collagen, there were increases in the specific activities of the complete succinate oxidase system and succinate dehydrogenase. The effects on these enzymes of quartz dust have now been compared with the effects of the fibrogenically 'ine...

2010
Sangeeta Handuja P Srivastava VD Vankar

Carbon nanotubes (CNTs) were deposited on various substrates namely untreated silicon and quartz, Fe-deposited silicon and quartz, HF-treated silicon, silicon nitride-deposited silicon, copper foil, and stainless steel mesh using thermal chemical vapor deposition technique. The optimum parameters for the growth and the microstructure of the synthesized CNTs on these substrates are described. Th...

2003
Dazhong Shen Fei Wang Qi Kang Duanling Yang

In the configuration of an electrode-separated piezoelectric sensor (ESPS), the quartz crystal surface is in a direct contact with the liquid phase. The quartz surface can be hydrated to form silanol groups, which can adsorb nonionic surfactant Triton X-100 through hydrogen-bonding interaction between the silanol OH group and the ether oxygen atoms. The adsorption process of Triton X-100 on qua...

2014
Paloma de la Peña Lyn Wadley

The variability associated with Sibudu's Howiesons Poort Industry highlights the unpredictable trajectory of technology in the Middle Stone Age. We reach this conclusion through a study of the technology on quartz from one of the Howiesons Poort layers (Grey Sand) from Sibudu rock shelter. Quartz bifacial technology has previously been described at the site, but this new in-depth study of the q...

2006
M E T H O D ROGER TILL D. A. SPEARS

A b s t r a c t A n X-ray diffraction method for determining quartz in sediments is described which is both rapid and precise, with a coefficient of variation of 1.9 per cent. Samples are ignited at 950~ prior to X-ray analysis. This removes the interference of clay peaks, increases the relative intensity of the quartz peaks and reduces the initial matrix variation of samples. The peak area rat...

2004
Johan Persson

OpenGL is getting used more in window system as a way of improving performance and enabling new functionality. Examples of two systems using different approaches of how OpenGL is being used are Quartz Extreme and Fresco. Quartz Extreme uses window composition which assures fast redisplay and Fresco on the other hand uses a structured graphics approach which utilises OpenGL on a much lower level...

2007
THOMAS J. AHRENS

The available shock-wave data for solid .a quartz in the stishovite pressure regime are reduced to a 25øC isotherm and an adiabat, centered at standard conditions, using recent standard density, enthalpy, and coefficient of thermal expansion data. The calculated isothermal bulk modulus, 3 Mb, as determined from the Bireh-Murnaghan equation, depends critically on the value of (dK/dP)•, at zero p...

2014
Xiaoqing Weng Anh V. Nguyen Guangjun Mei Yongfu Yu X. Q. Weng

Two biodegradable quaternary ammonium salts were synthesized and used as cationic collectors in processing iron ores by froth flotation. The flotation behaviors of iron minerals with the new biodegradable quaternary ammonium collectors were investigated by micro-flotation tests of quartz (SiO2) and magnetite (Fe3O4). It was observed that the new biodegradable collectors were effective in separa...

2003
WALLACE O. FENN

In the preceding paper of this series (1) it was shown that carbon particles are ingested by rat leucocytes three or four times as readily as quartz particles of approximately the same size. Variations were found, however, in this ratio between the rates of ingestion of carbon and quartz during the course of a single experiment which suggested that significant variations might be produced by va...

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

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

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