نتایج جستجو برای: nuclear independent chemical shift

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

2013
Prashanth S. Venkataram

Recoil-free emission of 14.37 keV lines by iron atoms undergoing radioactive decay can be exploited in high-resolution Mössbauer spectroscopy thanks to the long lifetime of the excited state. This experiment determined the natural energy width of the Mössbauer 14.37 keV line to be (1.36 ± 0.24)· 10−12 keV, giving a relative width of around 10−13. Another application of this experiment was in ch...

Majid Monajjemi Zahra Felegari

The molecular structure of Cyclophosphamide (N, N-bis(2-chloroethyl)-1,3,2-oxazaphosphinan-2-amine 2-oxide is the anti cancer drug and used to treat cancer and immune diseases) and SWCNTswere calculated by the B3LYP density functional model with 6-311G* basis set with Gaussian 09program. The nanotube used in this study, includes 120 C atoms (5, 5) type. The NBO analysisshowed there is a hyperco...

F. Naderi K. Bakhshi M. Monajjemi M. Yari

Quaternary ammonium compounds (QACS) are employed both as disinfectants for manual processing lines and surfaces in the food industry, and in human medicine area. QACS also cause cell death by protein denaturation . One of the QAC is cetyl trimethyl ammonium bromide (CTAB) that appears to rapture the cell membrane. The primary site of action of CTAB has been suggested to be the lipid components...

Journal: :The journal of physical chemistry letters 2013
Junhui Shi Suvi Ikäläinen Juha Vaara Michael V Romalis

Nuclear spin optical rotation (NSOR) is a recently developed technique for detection of nuclear magnetic resonance via rotation of light polarization, instead of the usual long-range magnetic fields. NSOR signals depend on hyperfine interactions with virtual optical excitations, giving new information about the nuclear chemical environment. We use a multipass optical cell to perform the first p...

Journal: :Physical chemistry chemical physics : PCCP 2011
Matti Hanni Perttu Lantto Juha Vaara

Nuclear spin relaxation provides detailed dynamical information on molecular systems and materials. Here, first-principles modeling of the chemical shift anisotropy (CSA) relaxation time for the prototypic monoatomic (129)Xe gas is carried out, both complementing and predicting the results of NMR measurements. Our approach is based on molecular dynamics simulations combined with pre-parametrize...

2014
Patrizia Contursi Biancamaria Farina Luciano Pirone Salvatore Fusco Luigi Russo Simonetta Bartolucci Roberto Fattorusso Emilia Pedone

The hybrid plasmid-virus pSSVx from Sulfolobus islandicus presents an open reading frame encoding a 76 amino acid protein, namely Stf76, that does not show significant sequence homology with any protein with known 3D structure. The recombinant protein recognizes specifically two DNA-binding sites located in its own promoter, thus suggesting an auto-regulated role of its expression. Circular dic...

2017
Máximo Sanz-Hernández Alfonso De Simone

The chemical shifts measured in solution-state and solid-state nuclear magnetic resonance (NMR) are powerful probes of the structure and dynamics of protein molecules. The exploitation of chemical shifts requires methods to correlate these data with the protein structures and sequences. We present here an approach to calculate accurate chemical shifts in both ordered and disordered proteins usi...

Journal: :Solid state nuclear magnetic resonance 2009
Karsten Seidel Manuel Etzkorn Robert Schneider Christian Ader Marc Baldus

A comparative analysis of nuclear chemical shift predictions of proteins in the solid state by rapid algorithms trained on and verified with solution-state NMR assignments is presented. The precision of predictions by four dedicated computer programs (SHIFTS, PROSHIFTS, SHIFTX and SPARTA) was found to be close to values obtained for proteins in solution. Correlation coefficients depend on the N...

Journal: :Steroids 1981
S C Airy J E Sinsheimer

This study reports the formation and isolation of a diethylstibestrol-dimethylsulfoxide (DES-DMSO) adjunct and Z-3, 4-di (p-hydroxyphenyl)-2-hexene (psi-DES) from trans-DES. The presence of psi-DES was indicated by NMR and mass spectrometry and confirmed by direct comparison to a reference sample. High resolution NMR (360 MHz) along with the comparison of the chemical shift values of methine an...

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

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

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