نتایج جستجو برای: h bond at 3400 cm

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

2015
Herdeline Ann M. Ardoña John D. Tovar

Department of Chemistry, Krieger Schoo University, 3400 N. Charles St., Baltimore, Institute for NanoBioTechnology, Johns H Baltimore, MD 21218, USA Department of Materials Science and Eng Johns Hopkins University, 3400 N. Charles tovar@jhu.edu; Web: http://pages.jh.edu/che † Electronic supplementary information ( the peptides, Fig. S1–S7; and addition models, TEM images, UV-vis/PL/IR spec 10.1...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 1994
J D Olsen G D Sockalingum B Robert C N Hunter

Site-directed mutagenesis has been used to examine the function of a highly conserved aromatic residue, alpha Trp43, in the light-harvesting 1 antenna of the photosynthetic bacterium Rhodobacter sphaeroides. In this antenna alpha Trp43 is thought to be located near the putative binding site for bacteriochlorophyll; in this work it was changed to both Tyr and Phe, and in each case the main near-...

Journal: :anesthesiology and pain medicine 0
tetti solehati faculty of nursing, padjadjaran university, bandung, indonesia; faculty of nursing, padjadjaran university, bandung, indonesia. tel: +62-227795596 yeni rustina faculty of nursing, university of indonesia, jakarta, indonesia

conclusions the benson relaxation could reduce pain intensity in women after cesarean section. results the mean of pain score before intervention at cg was 4.43 cm. it was decreased to 4.40 cm (1 min), 4.27 cm (12 h), 4.10 cm (24 h), 4.00 cm (36 h), 3.93 cm (48 h), 3.83 cm (60 h), 3.67 cm (72 h) and 3.51 cm (84 h). meanwhile, the ig was 4.97 cm. it was decreased to 4.90 cm (1 min), 4.23 cm (12 ...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 1983
B Benko N T Yu

The nature of bonding interactions between Fe(III) and NO in the ferric nitrosyl complexes of myoglobin (Mb), hemoglobin A (HbA), and horseradish peroxidase (HRP) is investigated by Soret-excited resonance Raman spectroscopy. On the basis of 15NO and N18O isotope shifts, we clearly identified the Fe(III)--NO bond stretching frequencies at 595 cm-1 (ferric Mb X NO), 594 cm-1 (ferric HbA X NO), a...

Journal: :Blood 2017
Huan-You Wang John A Thorson

T he patient is a 65-year-old man with HIV/AIDS. In February 2016, he presented to an outside hospital with ascites (panel A; hematoxylin and eosin stain, original magnification3400) and a diagnosis ofMYC-rearranged (panel B) CD5–dimly positive (panel C) “aggressive large B-cell lymphoma.” There was no CD3 (panel D) or rearrangement of BCL2 or BCL6. He was treated and his ascites resolved, but ...

Journal: :physical chemistry research 2015
fatemeh ravari azadeh khanmohammadi

we present detailed theoretical studies of the h-bonded complexes formed from interaction between 5-fluorouracil and various six-membered cyclic nitrosamine compounds. in this study, an investigation on intermolecular interactions in x-nu (x = ch2, sih2,bh, alh, nh, ph, o and s) complexes is carried out using density functional theory. the calculations are conducted on b3lyp/6-311++‏‏g** level ...

Journal: :Brazilian dental journal 2010
Eduardo Dall'Magro Américo Bortolazzo Correr Ana Rosa Costa Gisele Maria Correr Rafael Leonardo Xediek Consani Lourenço Correr-Sobrinho Mário Alexandre Coelho Sinhoreti

Using the push-out test, this study evaluated the bond strength of the composite resin Z250 (3M/ESPE) photoactivated with the XL2500 (3M/ESPE) quartz-tungsten-halogen light-curing unit with different curing protocols: soft-start (150 mW/cm² for 2 s (S2), 3 s (S3), 5 s (S5), 10 s (S10) or 15 s (S15), followed by 700 mW/cm² for 15 s; pulse-delay (150 mW/cm² for 2 s (P2), 3 s (P3), 5 s (P5), 10 s ...

Journal: :Monthly Notices of the Royal Astronomical Society 2006

Journal: :Monthly Notices of the Royal Astronomical Society: Letters 2006

Journal: :Monthly Notices of the Royal Astronomical Society 2020

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

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

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