نتایج جستجو برای: supported platinumtin catalysts

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

2008
P. Deshlahra

Introduction Model supported catalysts on flat surfaces form an important link between single crystal surfaces and real world supported catalysts. The use of nanofabrication techniques to prepare such model catalysts has received a lot of attention in recent years [1]. In the present study Pt/TiO2 catalysts have been fabricated using e-beam lithography (EBL) and used to characterize the electri...

Journal: :inorganic chemistry research 0
mehdi araghi department of chemistry, saveh branch, islamic azad university, saveh, iran shaghayegh aghamohammad department of chemistry, saveh branch, islamic azad university, saveh, iran

in the present work, highly efficient oxidation of sulfides catalyzed by moo2(acac)2 supported on multi-wall carbon nanotubes, mwcnts, modified with 1,2-diaminobenzene (dab) and 2-aminophenol (ap), at room temperature are reported. the effects of various parameters such as reaction time, solvent, catalyst amount, oxidant, etc, were studied. these heterogenized catalysts showed high activity in ...

Journal: :inorganic chemistry research 2014
mehdi araghi shaghayegh aghamohammad

in the present work, highly efficient oxidation of sulfides catalyzed by moo2(acac)2 supported on multi-wall carbon nanotubes, mwcnts, modified with 1,2-diaminobenzene (dab) and 2-aminophenol (ap), at room temperature are reported. the effects of various parameters such as reaction time, solvent, catalyst amount, oxidant, etc, were studied. these heterogenized catalysts showed high activity in ...

Journal: :Dalton transactions 2010
Laura L Lazarus Richard L Brutchey

We report on the activity of fullerene-supported OsO(4) catalysts in the achiral dihydroxylation of olefins using N-methylmorpholine N-oxide as co-oxidant. The fullerene-supported OsO(4) catalysts can selectively dihydroxylate olefins with conversions up to 95% after 48 h without leaching, and the catalysts can be recovered and recycled several times.

Fouad Mohave Haleh Sanaeishoar Mina Bashirpour

Synthesis of imidazo[1,2-a]pyridines over several solid supported catalysts has been investigated. Among these catalysts, ZnCl2 .SiO2 (silzic) showed excellent yields and short reaction times. The silzic catalyst could be recovered and reused in five reaction cycles. The present procedure offers several advantages such as short reaction time, simplicity of the reaction procedure, the eliminatio...

Journal: Journal of Nanoanalysis 2014

Functionalization of carbon nanotube (CNT) was performed, during preparation of Fischer–Tropsch synthesis (FTS) via cobalt nanocatalysts, to modify the surface properties of CNT support. Common and functionalized CNT supported cobalt nanocatalysts were prepared using impregnation wetness method with cobalt loading of 15 wt.%. The catalysts were characterized by Brunauer–Emmett–Teller (BET), Fou...

Journal: :Chemical communications 2012
Stefania Guizzetti Maurizio Benaglia Jay S Siegel

Poly(methylhydrosiloxane) (PMHS) supported organic catalysts promoted the Diels-Alder reaction of dienes with α,β-unsaturated aldehydes, also in pure water, in yields and enantiomeric excesses comparable to those observed with the non-supported catalysts (up to 93% ee). Recycling of the catalysts was performed with no loss of enantioselectivity for at least five reaction cycles.

Journal: :iranian journal of catalysis 2016
rajesh k. singh shikha sharma akshdeep sandhar manpreet saini sahil kumar

1,5-benzodiazepines are regarded as one of the most important classes of heterocyclic compounds as privileged structures and have vast range of applications in the field of medicine and chemistry. they are therefore attractive synthetic targets for organic and medicinal chemist. the current review article mainly covers the multicomponent green chemistry approaches for the synthesis of 1,5-benzo...

2016
Javier Barrientos

Deactivation of cobalt and nickel catalysts in Fischer-Tropsch synthesis and methanation JAVIER BARRIENTOS Akademisk avhandling som med tillstånd av KTH i Stockholm framlägges till offentlig granskning för avläggande av teknologie doktorsexamen fredagen den 23 september kl. " True wisdom comes to each of us when we realize how little we understand about life, ourselves, and the world around us....

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

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

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