نتایج جستجو برای: xylene

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

2006
S. Al-Khattaf

Xylenes transformations have been investigated over ZSM-5 zeolite in a riser simulator that mimics closely the operation of commercial fluidized-bed reactors. P-xylene was found to be more reactive than the other isomers followed by o-xylene and m-xylene was found to be least reactive. The order of reactivity is consistent with the order of diffusivity. At low temperature (400°C), isomerization...

2007

Introduction An aromatics complex is a combination of process units that can be used to convert petroleum naphtha and pyrolysis gasoline (pygas) into the basic petrochemical intermediates: Benzene Toluene and Xylenes (BTX). Benzene is a versatile petrochemical building block used in the production of more than 250 different products. Ethylbenzene, cumene, and cyclohexane are the most important ...

2001
Tingjun Hou Lili Zhu Xiaojie Xu

Grand canonical Monte Carlo (GCMC) simulations employing a rigid framework are performed to explore the adsorption behaviors of some aromatics in the purely siliceous MCM-22 zeolite, ITQ-1. Benzene, toluene, m-xylene and o-xylene are separately simulated at 315 K, investigating a series of pressure from 0.1 to 14 kPa. The potential adsorbed sites of the studied molecules are determined from the...

Journal: :ACS Applied Materials & Interfaces 2021

Xylene isomers are crucial chemical intermediates in great demand worldwide; the almost identical physicochemical properties render their current separation approach energy consuming. In this study, we utilized soft porous coordination polymer (PCP)’s isomer-specific structural transformation, realizing o-xylene (oX) recognition/separation from binary and ternary isomer mixtures. This PCP has a...

Journal: :Environmental technology 2013
Xiang-Qian Wang Bi-Hong Lu Xue-Xia Zhou Wei Li

In this study, performance evaluation for the gas-phase o-xylene removal using a xylene-acclimated biotrickling filter (BTF) was conducted. Substrate interactions during aerobic biodegradation of three poorly soluble compounds, both individually and in paired mixtures (namely, o-xylene and ethyl acetate, o-xylene and dichloromethane, which are common solvents used by pharmaceutical industry), w...

Journal: :تحقیقات نظام سلامت 0
غلامرضا بنیادی نژاد دانشجوی کارشناسی ارشد بهداشت محیط، مرکز تحقیقات محیط زیست، دانشگاه علوم پزشکی اصفهان، اصفهان، ایران. محمد مهدی امین دانشیار، مرکز تحقیقات محیط زیست، دانشگاه علوم پزشکی اصفهان، اصفهان، ایران. رویا ناطقی کارشناس ارشد، گروه بهداشت محیط، دانشکده بهداشت، دانشگاه علوم پزشکی زنجان، زنجان، ایران. امیر محمدی بوینی دانشجوی کارشناسی ارشد بهداشت محیط، مرکز تحقیقات محیط زیست، دانشگاه علوم پزشکی اصفهان، اصفهان، ایران. بهزاد جابریان دانشجوی کارشناسی ارشد بهداشت محیط، مرکز تحقیقات محیط زیست، دانشگاه علوم پزشکی اصفهان، اصفهان، ایران.

background: benzene, toluene, ethyl benzene and xylene compounds (btex) are very dangerous in terms of health and environmental and have high toxicity in aquatic environment. the purpose of this study was to investigate the performance analysis of petroleum hydrocarbons xylene using solar radiation uv/tio2 method in industrial synthetic waste . methods: an experimental-interventional study was ...

2016
Guozhu Liu Yunxia Zhao Jinhua Guo

High selectively catalytic conversion of lignin-based phenols (m-cresol, p-cresol, and guaiacol) into para-/m-xylene was performed over Pt/HZSM-5 through hydrodeoxygenation and in situ methylation with methanol. It is found that the p-/m-xylene selectivity is uniformly higher than 21%, and even increase up to 33.5% for m-cresol (with phenols/methanol molar ratio of 1/8). The improved p-/m-xylen...

Journal: :Journal of clinical microbiology 1990
S M Gubash L Milburn

BDH xylene substitute, a terpene-based product, and its mixture with anhydrous alcohol were found to be excellent replacements for xylene and carbol-xylene, respectively, in the trichrome staining technique applied to sodium acetate-acetic acid-Formalin-fixed fecal smears for detection of intestinal protozoa.

2004
Bernhard Schink Rainer U. Meckenstock

Anaerobic sulfate-reducing bacteria were enriched from contaminated aquifer samples with naphthalene, o-, and m-xylene as sole carbon and energy source in the presence of Amberlite-XAD7, a solid adsorber resin. XAD7 served as a substrate reservoir maintaining a constantly low substrate concentration in the culture medium. In equilibration experiments with XAD7, the aromatic hydrocarbons needed ...

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

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

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