نتایج جستجو برای: ethylbenzene dehydrogenation

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

Journal: :Toxicological sciences : an official journal of the Society of Toxicology 2007
Laurence D Fechter Caroline Gearhart Sherry Fulton Jerry Campbell Jeffrey Fisher Kwangsam Na David Cocker Alisa Nelson-Miller Patrick Moon Benoit Pouyatos

Ethylbenzene + toluene are known individually to have ototoxic potential at high exposure levels and with prolonged exposure times generally of 4-16 weeks. Both ethylbenzene + toluene are minor constituents of JP-8 jet fuel; this fuel has recently been determined to promote susceptibility to noise-induced hearing loss. Therefore, the current study evaluates the ototoxic potential of combined ex...

DP803, an industrial catalyst used in petrochemical industry for dehydrogenation of isobutane to isobutene, was characterized in the current study. The results showed that zeolite Y is a high performance catalyst. This catalyst was then synthesized using a platinum source (hexachloro platinic acid) and two different tin sources (tributyl tin chloride and SnCl2.2H2O) all on zeolites Y, and then...

2001
Kaidong Chen Enrique Iglesia Alexis T. Bell

Kinetic isotopic effects (KIEs) for oxidative dehydrogenation of propane were measured on 10 wt% V2O5/ZrO2. Normal KIEs were obtained using CH3CH2CH3 and CD3CD2CD3 as reactants for primary dehydrogenation (2.8) and combustion (1.9) of propane and for secondary combustion of propene (2.6), suggesting that in all cases C–H bond dissociation is a kinetically relevant step. CH3CH2CH3 and CH3CD2CH3 ...

Journal: :Physical chemistry chemical physics : PCCP 2016
Congqiang Yang Lingling Fu Runliang Zhu Zhigang Liu

In this paper, cobaltporphyrin is used as a precursor to synthesize carbon nitrides with metal active sites supported on silica spheres by heat treatment (i.e. M-N-C/SiO2). The catalytic performance of M-N-C/SiO2 for ethylbenzene oxidation has been investigated and techniques such as N2 adsorption/desorption isotherm, NH3-TPD, HRTEM, STEM mapping and X-ray photoelectron spectroscopy (XPS) are e...

2018
Clara Thaysen Kathleen Stevack Ralph Ruffolo David Poirier Hannah De Frond Julieta DeVera Grace Sheng Chelsea M. Rochman

Expanded polystyrene (EPS) products and their associated chemicals (e.g., styrenes) are widespread in the marine environment. As a consequence, bans on their use for single-use packaging materials are being proposed in several municipalities. To better understand how science can inform decision-making, we looked at the available scientific literature about contamination and effects and conducte...

2017
Ashish Kumar Yadav

In the present study, a laboratory scale corn-cob based biofilter inoculated with pseudomonas fluorescents (mtcc 9768) was used for investigating the degradation of ethylbenzene and m-xylene for a period of 60 days in two phases. for ethylbenzene maximum removal efficiency (re) was 72% at an inlet concentration of 4.26 gm -3 and for m-xylene re was 76% at an inlet concentration of 6.39 g m -3 a...

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

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

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