نتایج جستجو برای: heterogeneous catalysts

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

A series of Fe3O4 supported on mesoporous FDU-12 silica systems were prepared by the hydrothermal conditions. The surface properties of the functionalized catalyst were analyzed by a series of characterization techniques like FTIR, XRD, N2 adsorption–desorption and TEM. XRD and adsorption–desorption analysis shows that the mesostructure of FDU silica remains intact after Fe3O4 modifications, wh...

Journal: :Chemical communications 2013
Rhodri E Owen Justin P O'Byrne Davide Mattia Pawel Plucinski Sofia I Pascu Matthew D Jones

A series of cobalt heterogeneous catalysts have been developed that are effective for the conversion of CO2 to hydrocarbons. The effect of the promoter and loadings have been investigated.

Journal: :Chemical communications 2009
Jinlong Gong Ting Yan C Buddie Mullins

Oxidative dehydrogenation of amines using heterogeneous gold catalysts has unanticipated potential; chemisorbed atomic oxygen is used to activate propylamine, producing propionitrile and/or propionaldehyde on a single-crystal Au(111) surface.

2013
Achanai Buasri Nattawut Chaiyut Vorrada Loryuenyong Phatsakon Worawanitchaphong Sarinthip Trongyong

The waste shell was utilized as a bioresource of calcium oxide (CaO) in catalyzing a transesterification to produce biodiesel (methyl ester). The economic and environmen-friendly catalysts were prepared by a calcination method at 700-1,000°C for 4 h. The heterogeneous catalysts were characterized by X-ray diffraction (XRD), X-ray fluorescence (XRF), scanning electron microscopy (SEM), and the B...

Journal: :Bioresource technology 2012
Manhoe Kim Craig DiMaggio Steven O Salley K Y Simon Ng

A new class of zirconia supported mixed metal oxides (ZnO-TiO(2)-Nd(2)O(3)/ZrO(2) and ZnO-SiO(2)-Yb(2)O(3)/ZrO(2)) has demonstrated the ability to convert low quality, high free fatty acid (FFA) bio-oils into biodiesel. Pelletized catalysts of ZrO(2) supported metal oxides were prepared via a sol-gel process and tested in continuous flow packed bed reactors for up to 6 months. In a single pass,...

Journal: :Journal of the American Chemical Society 2016
Zhe Weng Jianbing Jiang Yueshen Wu Zishan Wu Xiaoting Guo Kelly L Materna Wen Liu Victor S Batista Gary W Brudvig Hailiang Wang

Exploration of heterogeneous molecular catalysts combining the atomic-level tunability of molecular structures and the practical handling advantages of heterogeneous catalysts represents an attractive approach to developing high-performance catalysts for important and challenging chemical reactions such as electrochemical carbon dioxide reduction which holds the promise for converting emissions...

2017
José M. Fraile Carlos J. Saavedra

The first steps of oseltamivir synthesis from quinic acid involve acetalization and ester formation. These reactions are catalyzed by either acids or bases, which may be accomplished by heterogeneous catalysts. Sulfonic solids are efficient acid catalysts for acetalization and esterification reactions. Supported tetraalkylammonium hydroxide or 1,5,7-triazabicyclo[4.4.0]dec-5-ene are also effici...

In recent years, the effects of heterogeneous catalysts for the oxidation of organic and inorganic pollutants in industrial wastewaters are spread. Traditionally, these reactions are usually carried out using suspensions of photo-catalysts such as TiO2. A chemical method including TiCl4, Al(NO3)3, ethanol amine, ethyl acetoacetate and aqueous ammonia were used for the fabrication of TiO2-Al2O3 ...

Journal: Polyolefins Journal 2015

Heterogeneous Ziegler-Natta and homogeneous metallocene catalysts exhibit greatly different active sitenature in olefin polymerization. In our previous study, it was reported that MgCl2-supported titanocenecatalysts can generate both Ziegler-Natta-type and metallocene-type active sites according to the type of activators.The dual active site nature of the supported titanocene catalysts was furt...

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

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

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