نتایج جستجو برای: coordination solvent

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

پایان نامه :دانشگاه آزاد اسلامی - دانشگاه آزاد اسلامی واحد تهران مرکزی - دانشکده علوم پایه 1390

abstract in this study, we synthesized a novel template polymer by using methacrylic acid (mma) as functional monomer, ethylene glycol dimethacrylate(egdma) as cross linker, 2,2-azobisisobutyronitrile (aibn) as initiator and olanzapine as targeted molecule in the presence of chloroform and acetonitrile as solvent. the products have been characterized and confirmed by (chn)elemental analysis,...

2015
Elaine P. Boron Kelsey K. Carter Jacqueline M. Knaust

The search for novel lanthanide coordination networks using pyrazine N,N'-dioxide (pzdo, C4H4N2O2) as a structure-directing unit, led to the synthesis and the structure determination of the title compound, [Na2(C4H4N2O2)(H2O)6][B(C6H5)4]2·C4H4N2O2·2H2O. The crystal structure is comprised of discrete [{Na(H2O)2}2(μ-H2O)2(μ-pzdo)](2+) cations and tetra-phenyl-borate anions, as well as pzdo and H2...

Journal: :Chemical communications 2010
Jing Chen Antonia Neels Katharina M Fromm

A new anthracene-based ligand shows emission shift and decrease of excimer band upon coordination to silver ions when crystallized from methanol. Changing the solvent leads to the formation of amorphous nanowires exhibiting large emission bands before transforming into a second crystalline compound with excimer emission similar in intensity to the ligand alone.

Journal: :Chemical communications 2013
Takashi Kajiwara Masakazu Higuchi Akihiro Yuasa Hideyuki Higashimura Susumu Kitagawa

A new lanthanoid porous coordination polymer, La-BTTc (BTTc = benzene-1,3,5-tris(2-thiophene-5-carboxylate)), was synthesized and structurally characterized to have densely aligned one-dimensional open metal sites, which were found to act as strong Lewis acid sites after the removal of the coordinated solvent.

2010
Juan Yang Jiantong Li

The reaction of lead acetate, benzoic acid and 2,2'-bipyridine (bipy) in aqueous solution yielded the title complex, [Pb(C(7)H(5)O(2))(2)(C(10)H(8)N(2))]·C(7)H(6)O(2). The asymmetric unit contains two independent complex mol-ecules as well as two independent benzoic acid solvent mol-ecules, one of which is disordered over two positions with almost equal occupancies [0.504 (5) and 0.496 (5)]. Th...

2014
David K. Geiger Dylan E. Parsons

The title compound, {[Zn2(CH3CO2)3(OH)(C6H7ClN2)]·C2H5OH} n , has alternating octa-hedrally and tetra-hedrally coordinated Zn(2+) ions. The octa-hedral coordination sphere is composed of one N atom of the monodentate di-amino-chloro-benzene ligand, three acetate O atoms and two bridging hydroxide ligands. The tetra-hedral coordination sphere consists of three acetate O atoms and the hydroxide l...

2007
Shouwen Jin Ying Sun

The title compound, [CoCl(2)(C(10)H(11)N(3))(2)]·2CH(3)OH, crystallizes with an elongated Co coordination polyhedron in a very distorted octa-hedral geometry. Both naphthyridine ligands coordinate to the Co atom via two N atoms in a bidentate chelating mode. The remaining coordination sites are occupied by two Cl atoms. Two uncoordinated solvent methanol mol-ecules are hydrogen bonded to the Cl...

2010
Vladimir V. Bon Anatolij V. Dudko Alexandra N. Kozachkova Vasily I. Pekhnyo Natalia V. Tsaryk

The title compound, [Ni(C(2)H(8)NO(6)P(2))(2)(H(2)O)(2)]·9H(2)O, exhibits a slightly distorted octa-hedral coordination environment around the Ni(II) atom. It contains two mol-ecules of 1-amino--ethyl-idenediphospho-nic acid in the zwitterionic form, coord-inated via O atoms from two phospho-nate groups and creating two six-membered chelate rings. Two water mol-ecules in cis positions complete ...

Journal: :Molecules 2017
Esko Oksanen Julian C-H Chen Suzanne Zoë Fisher

Abstract: The hydrogen bond (H bond) is one of the most important interactions that form the foundation of secondary and tertiary protein structure. Beyond holding protein structures together, H bonds are also intimately involved in solvent coordination, ligand binding, and enzyme catalysis. The H bond by definition involves the light atom, H, and it is very difficult to study directly, especia...

2007
Nicholas A. Straessler M. Tyler Caudle Thomas L. Groy

In the centrosymmetric title compound [Ti(2)Cl(6)(C(6)H(13)N(2))(2)(C(6)H(14)N(2))(2)]·2C(2)H(3)N, an inversion center relates the two Ti atoms which display a distorted octa-hedral coordination geometry. There are two uncoordinated acetonitrile solvent mol-ecules per mol-ecule of title compound in the crystal structure.

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

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

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