نتایج جستجو برای: alternative substituents

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

Journal: :Organic materials 2022

A series of novel O-doped polycyclic aromatic hydrocarbons, bearing a different number electron-donating alkoxy substituents, has been prepared using copper-promoted anaerobic protocol for the cyclisation highly electron rich peri-xanthenoxanthene molecular modules. The effect and position substituents on optoelectronic properties thus investigated, unveiling p-type semiconducting properties. A...

Journal: :The Journal of antibiotics 2001
K Y Chang S H Kwon G Nam J H Seo S H Kim K I Choi J H Kim D C Ha

(pyrazol-3-yl)pyridmium group at the C-3' position as a combination of the pyridine moiety of ceftazidime2) and the pyrazole moiety of cefoselis3) to attain a synergic effect in activity. As we expected, those compoundsexhibited wellbalanced and broad spectrum of activity against Grampositive and Gram-negative bacteria. Of them, 7-[(Z)-2-(2aminol ,3-thiazol-4-yl)-2-(methoxyimino)acetamido]-3[(3...

2017
Josef Jansa Ramona Schmidt Ashenafi Damtew Mamuye Laura Castoldi Alexander Roller Vittorio Pace Wolfgang Holzer

A synthesis of tetrasubstituted pyrazoles containing two, three or four pyridinyl substituents is described. Hence, the reaction of 1,3-dipyridinyl-1,3-propanediones with 2-hydrazinopyridine or phenylhydrazine, respectively, affords the corresponding 1,3,5-trisubstituted pyrazoles. Iodination at the 4-position of the pyrazole nucleus by treatment with I2/HIO3 gives the appropriate 4-iodopyrazol...

Journal: :Biochimica et Biophysica Acta (BBA) - Biomembranes 2017

Journal: :Molecular Catalysis 2021

The Milstein's reported discovery of hydrogenation thioesters directly toward thiols and alcohols catalyzed by a Ru-acridine complex has been studied here DFT calculations to know the origin different performance depending on nature substituents. Unveiling reaction mechanism leads deeper understanding steric electronic properties limiting step reaction. Steric maps Conceptual have tools rationa...

Journal: :The Journal of biological chemistry 1983
A Roda A F Hofmann K J Mysels

The relationship between chemical structure and the concentration at which self-association occurs in water or in 0.15 M Na+ ion was examined for more than 50 bile salts and bile salt analogues varying in substituents on the steroid nucleus or in the structure of the side chain. Nuclear substituents varied in type (alpha- or beta-hydroxy, or oxo group) and number (1, 2, or 3); side chain struct...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه پیام نور - دانشگاه پیام نور استان تهران - دانشکده علوم ریاضی و مهندسی کامپیوتر 1392

heuristics are often used to provide solutions for flow shop scheduling problems.the performance of a heuristic is usually judged by comparing solutions and run times on test cases.this investigation proposes an analytical alternative ,called asymptotic convergence ,which tests the convergence of the heuristic to a lower bound as problem size grows. the test is a stronger variation of worst cas...

پایان نامه :دانشگاه آزاد اسلامی - دانشگاه آزاد اسلامی واحد تهران مرکزی - دانشکده ادبیات و زبانهای خارجی 1392

هدف از انجام این مطالعه بررسی تاثیر آموزش متناوب بر پیشرفت یادگیری گرامر زبان آموزان بوده است. بدین منظور، 60 زبان آموز سطح پیش ازمتوسطه از میان 90 نفر بر اساس نتایج به دست آمده در آزمون پایلوت شده ket انتخاب شدند. این زبان آموزان به طور تصادفی در دو گروه شامل یک گروه آزمایشی و یک گروه کنترل هر کدام متشکل از 30 نفر قرار داده شدند. سپس زبان آموزان هر دو گروه درآزمون گرامر معلم ساخته که به عنوان ...

Journal: :Organic & biomolecular chemistry 2007
Sushma Manda Ikuo Nakanishi Kei Ohkubo Haruko Yakumaru Ken-ichiro Matsumoto Toshihiko Ozawa Nobuo Ikota Shunichi Fukuzumi Kazunori Anzai

Comparative study of electrochemical redox behaviour of five different nitroxyl radicals leads to the direct correlation between one-electron redox potentials and group electronegativity of the beta-substituent on the ring. Beta-substituents with an electron-donating effect caused a negative shift in the one-electron oxidation and one-electron reduction potentials of the nitroxyl radicals. In a...

Journal: :Organic & biomolecular chemistry 2012
Ana Escribano-Cuesta Patricia Pérez-Galán Elena Herrero-Gómez Masaki Sekine Ataualpa A C Braga Feliu Maseras Antonio M Echavarren

1,6-Enynes with electron-donating substituents at the alkyne undergo gold(I)-catalysed single cleavage skeletal rearrangement, whereas substrates with electron-withdrawing substituents evolve selectively to double cleavage rearrangement. Theoretical calculations provide a qualitative rationale for these effects, and suggest that bicyclo[3.2.0]hept-5-enes are involved as intermediates. We provid...

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

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

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