نتایج جستجو برای: imine formation

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

Journal: :iranian journal of catalysis 2016
zinat gordi mohammad vazan

substituted 2, 4- diphenyl quinolines were synthesized by a multicomponent domino reaction of anilines, aldehydes and terminal aryl alkynes. the synthetic pathway involves the formation of an imine, followed by the intermolecular addition of an alkyne to the imine. this intermediate immediately undergoes ring closure and oxidative aromatization. the reaction is catalyzed by natural kaolin, a st...

Substituted 2, 4- diphenyl quinolines were synthesized by a multicomponent domino reaction of anilines, aldehydes and terminal aryl alkynes. The synthetic pathway involves the formation of an imine, followed by the intermolecular addition of an alkyne to the imine. This intermediate immediately undergoes ring closure and oxidative aromatization. The reaction is catalyzed by natural kaolin, a st...

Journal: :Chemical science 2017
S St John-Campbell A J P White J A Bull

Simple amine and diamine derivatives can promote the palladium catalysed direct β-C-H arylation of aliphatic aldehydes via transient imine formation. Trifluoroacetate was shown to be crucial in promoting the reaction. Sub-stoichiometric quantities of simple N-tosylethylenediamine was shown to form a bidentate directing group with an imine linkage. Isolation of an unsymmetrical palladacycle has ...

Journal: :The Journal of organic chemistry 2014
Cláudio M Nunes Cuauhtémoc Araujo-Andrade Rui Fausto Igor Reva

The photolysis at 222 nm of 5-methyltetrazole isolated in a cryogenic argon matrix leads to formation of methyl nitrile imine as primary product. Subsequent irradiation at 328 nm induces transformation of the nitrile imine into 4π-electron three-membered-ring 3-methyl-1H-diazirine, which photorearranges to give methyl carbodiimide. These products were characterized by IR spectroscopy and theore...

Journal: :Analytical chemistry 2012
Andrew P Bonifas Richard L McCreery

To understand the mechanism of bias-induced resistance switching observed in polypyrrole (PPy) based solid state junctions, in situ UV-vis absorption spectroscopy was employed to monitor oxidation states within PPy layers in solution and in PPy/metal oxide junctions. For PPy layers in acetonitrile, oxidation led primarily to cationic polaron formation, while oxidation in 0.1 M NaOH in H(2)O res...

Journal: :Journal of the American Chemical Society 2008
Tsuyoshi Haneda Masaki Kawano Takehide Kawamichi Makoto Fujita

crystal. a) Preparation of porous network complex [(ZnI2)3(1)2(2a)]n. b) Single-crystal-to-single-crystal transformation of 2a into labile imine 3a in the pore of the network complex. c) Crystal structures before and after crystalline-state reaction. NW2/2006G284 Direct Observation of the Labile Imine Formation through Single-crystal-tosingle-crystal Reactions in the Pores of a Porous Coordinat...

Journal: :Chemical communications 2011
John S Hart Fraser J White Jason B Love

A tripodal iminopyrrole provides an environment suited to the encapsulation of water through hydrogen-bonding, and the formation of metal complexes by deprotonation and imine-pyrrole tautomerisation.

Substituted 2, 4- diphenyl quinolines were synthesized by a multicomponent domino reaction of anilines, aldehydes and terminal aryl alkynes. The synthetic pathway involves the formation of an imine, followed by the intermolecular addition of an alkyne to the imine. This intermediate immediately undergoes ring closure and oxidative aromatization. The reaction is catalyzed by natural kaolin, a st...

Journal: :journal of the iranian chemical research 0
natarajan raman research department of chemistry, vhnsn college, virudhunagar-626 001, india rajkumar mahalakshmi research department of chemistry, vhnsn college, virudhunagar-626 001, india abraham selvan department of chemistry, veltech hightech, engineering college, avadi, india muthusamy selvaganapathy research department of chemistry, vhnsn college, virudhunagar-626 001, india

the reaction of copper(ii) chloride and zinc(ii) chloride with n-(2-methylphenyl)-3-(1'-salicylaldehydene-2'-imine-ethane)-butanamide(h2l2a) or (mpsb), n-(2-methylphenyl)-3-(1'-(3'-methoxysalicylaldehydene-2'-imine-ethane)-butanamide (h2l2b) or (mpmsb) and n-(2-methylphenyl)-3-(1'-(2'-hydroxyacetylene-2'-imine-ethane)-butanamide (h2l2c) (mphb) leads to th...

Journal: :Organic & biomolecular chemistry 2010
Ken Cham-Fai Leung Wing-Yan Wong Fabio Aricó Philip C Haussmann J Fraser Stoddart

Large amounts (>100 mol equivalents) of water are required to effect by hydrolysis the partial disassembly of the rings from the dumbbell components of two dynamic [2]rotaxanes. The two dynamic [2]rotaxanes are comprised of [24]crown-8 rings-each of which incorporate two imine bonds-encircling a dumbbell component composed of a dibenzylammonium ion in which each of the two benzyl substituents c...

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

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

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