نتایج جستجو برای: supported catalyst

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

Soheil Sayyahi, Somayeh Heidari

Aromatic aldehydes are efficiently condensed with 2'-hydroxyacetophenone by polymer-supported basic ionic liquid as an excellent heterogeneous catalyst utilizing the Claisen–Schmidt reaction. Microwave irradiation has been employed, providing flavanone in good yield and short reaction time.

Journal: :iranian journal of catalysis 2012
javad safaei-ghomi safura zahedi mohammad ali ghasemzadeh

an efficient green route for the preparation of naphthoxazinones, applying a three-component one-pot condensation reaction of 2-naphthol, aromatic aldehyde and urea in the presence of nano silica supported ferric chloride under solvent-free conditions has been developed. the present procedure offers several advantages such as short reaction time, simple workup, recovery and reusability of the c...

Journal: :journal of petroleum science and technology 2014
saeid ahmadjo hassan arabi gholam hossein zohuri gholam reza nejabat mojtaba omidvar

bis(2-r-ind)zrcl2 (r: h or phenyl) was supported on different types of silica by in situ impregnation method and used for ethylene polymerization. in this method, the step of catalyst loading on support was eliminated and common alkyl aluminum (triisobutylaluminum, tiba) cocatalyst was used instead of expensive methyl aluminiumoxane (mao) cocatalyst in the polymerization. the effect of surface ...

2010
Guangming Nan Fang Ren Meiming Luo

The Suzuki-Miyaura cross-coupling reaction of 1-aryltriazenes with arylboronic acids catalyzed by a recyclable polymer-supported Pd-NHC complex catalyst has been realized for the first time. The polymer-supported catalyst can be re-used several times still retaining high activity for this transformation. Various aryltriazenes were investigated as electrophilic substrates at room temperature to ...

2013
Mosadegh Keshavarz Nasir Iravani Abdolmohammad Ghaedi Amanollah Zarei Ahmady Masoumeh Vafaei-Nezhad Sara Karimi

Macroporous polymer supported nanoparticles of copper(I) iodide catalyst and macroporous polymer supported azide reagent were used to simplify the synthesis of 1,4-disubstituted-1H-1,2,3-triazoles from various benzyl halides following the green chemistry principles. This new one-pot protocol facilitates the workup of the reaction and provides the products in short times and at high yields. Hete...

2011
Taejin Kim Fuat E. Celik David G. Hanna Sebastian Werner Alexis T. Bell

Heterogeneous rhodium catalysts supported on SiO2 were modified with PPh3 for the gas-phase hydroformylation of propene to produce nand isobutanal. High selectivity to aldehydes was achieved, with no propane or alcohols formed. Investigation of the effects of reaction temperature, reactant partial pressures, total pressure, and PPh3/Rh ratio suggested that the supported catalyst behaved similar...

In the present study, the synthesis of diethylene triamine supported on cellulose biopolymer as a biodegradable solid basic heterogeneous catalyst was suggested. Then, the applicability of the synthesized catalyst cellulose bonded N-propyl diethylene triamine (CBPDETA) was tested for the synthesis of oxindole derivatives, an important class of potentially bioactive compounds. A various series o...

Using wet impregnation method, a novel ternary system of silica supported Fe-Co-Ce catalyst was prepared. Preparation conditions such as impregnation time and temperature, drying time and temperature, were optimized by the L9 Taguchi experimental design to achieve a light olefin selective catalyst with maximum CO conversion in a fixed bed micro-reactor. It was found that the best conditions to ...

2016
Galip Akay

A novel generic method of silica supported catalyst system generation from a fluid state is presented. The technique is based on the combined flow and radiation (such as microwave, thermal or UV) induced co-assembly of the support and catalyst precursors forming nano-reactors, followed by catalyst precursor decomposition. The transformation from the precursor to supported catalyst oxide state c...

2004
Yingxu Chen Kan Wang Liping Lou

In this paper, silica gel supported titanium dioxide particles (TiO2/SiO2) prepared by acid-catalyzed sol–gel method was as photocatalyst in the degradation of acid orange 7 (AO7) in water under visible light irradiation. The particles were characterized by X-ray diffraction, BET specific surface area determination, and point of zero charge measurement. The supported catalyst had large surface ...

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

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

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