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

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

Journal: :International journal of occupational safety and ergonomics : JOSE 2001
J Skowroń K Miranowicz-Dzierzawska L Zapór M Gołofit-Szymczak A Starek

Metabolic and toxicodynamic interactions of some organic solvents in rats repeatedly treated with medium dose levels were examined. It was shown that both n-hexane and ethylbenzene significantly inhibited tetrachloroethylene metabolism during a 2-week period. n-Hexane and tetrachloroethylene enhanced metabolism of ethylbenzene whereas ethylbenzene suppressed n-hexane metabolism only at the end ...

Journal: :Journal of oleo science 2012
Rekha Goswami Shrestha Lok Kumar Shrestha Somobrata Acharya Kenji Aramaki

Water induced microstructure transitions of diglycerol monolaurate (C(12)G(2)) reverse micelles in aromatic liquid ethylbenzene have been investigated using small-angle X-ray scattering (SAXS) and rheometry. The SAXS data have been evaluated by generalized indirect Fourier transformation (GIFT) and geometrical model fittings. We found that the C(12)G(2) spontaneously self-assembles into ellipso...

Journal: :Journal of microbiological methods 2006
Claudia K Gunsch Kerry A Kinney Paul J Szaniszlo Christian P Whitman

A quantitative real time reverse transcription polymerase chain reaction (qRT-PCR) assay was utilized to quantify the expression of ElHDO in the fungus Exophiala lecanii-corni during the biodegradation of ethylbenzene and other volatile organic pollutants. The assay was applied to measure the impact of pollutant mixtures on ElHDO expression relative to that of a housekeeping gene (18S rRNA). Th...

2013
J. G. Cerón E. Ramírez R. M. Cerón C. Carballo C. Aguilar U. López A. Ramírez D. Naal A. Campero J. Guerra E. Guevara

BTX (benzene, ethylbenzene, toluene and p-xylene) and meteorological parameters were measured in ambient air of an urban site located in Carmen City, Campeche, Mexico. A total of 412 samples were collected for BTX and analyzed by Gas Chromatography with Flame Ionization Detection (GC-FID). Meteorological parameters were measured by a portable station. A marked diurnal variation was found for al...

Abdollah Fallah Shojaei, Alimorad Rashidi, Mina Ghias Robabeh Mousavi

In this study at first, in laboratory, three types of vanadium oxide were produced by using porous graphene and amine framework in hydrothermal method nanostructures such as: vanadium oxide - octadecyl amine - graphene, vanadium oxide - dodecyl amine - graphene and vanadium oxide – aniline - graphene (V-ODA-G، V-DDA-G، V-A-G). Then their structures and functions in propane dehydrogenation react...

Journal: :Applied and environmental microbiology 2012
Daniel Knack Corina Hagel Maciej Szaleniec Agnieszka Dudzik Aleksander Salwinski Johann Heider

Ethylbenzene dehydrogenase (EbDH) catalyzes the initial step in anaerobic degradation of ethylbenzene in denitrifying bacteria, namely, the oxygen-independent hydroxylation of ethylbenzene to (S)-1-phenylethanol. In our study we investigate the kinetic properties of 46 substrate analogs acting as substrates or inhibitors of the enzyme. The apparent kinetic parameters of these compounds give imp...

2014
Mohammad Hossein Mosaddegh Abbas Jafarian Adele Ghasemi Alimohammad Mosaddegh

BACKGROUND People usually spent about 90% of their time indoors, which are probably more polluted than outside the buildings. High levels of volatile organic compounds (VOCs) are known as causes of sick building syndrome. The present study was designed to determine the quantitative effects of some plants to improve the quality of the environmental air. RESULTS D. deremensis and O. microdasys ...

Journal: :Drug metabolism and disposition: the biological fate of chemicals 2009
Hao Sun Chad Moore Patrick M Dansette Santosh Kumar James R Halpert Garold S Yost

4-Chloro-N-(2-methyl-1-indolinyl)-3-sulfamoylbenzamide (indapamide), an indoline-containing diuretic drug, has recently been evaluated in a large Phase III clinical trial (ADVANCE) with a fixed-dose combination of an angiotensin-converting enzyme inhibitor, perindopril, and shown to significantly reduce the risks of major vascular toxicities in people with type 2 diabetes. The original metaboli...

2017
Hailiang Chu Shujun Qiu Lixian Sun Fen Xu

As potential hydrogen storage mediums, ammonia borane and its derivatives have been paid an increasing attention owing to their higher hydrogen capacities and facile dehydrogenation properties under moderate conditions. In this chapter, we presented extensive studies on thermodynamic tailoring of dehydrogenation of metal amidobor‐ anes, metal borohydride-ammonia borane complexes, and metal amid...

2009
Kevin Anderson

Borane amine compounds hold promise in a chemical hydrogen storage setting due to their high gravimetric and volumetric content of releasable hydrogen. The heats of formation and the thermodynamics of the dehydrogenation of N-methyl substituted cyclodi-, cyclotriand cyclotetraborazane were predicted at the G3(MP2) level following B3LYP/DGDVZP2 level optimization. The dehydrogenation of the N-me...

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

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

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