نتایج جستجو برای: شاخص esi

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

Journal: :Social Science Research Network 2021

The increasing amounts of electronically stored information (esi) relevant to civil litigation, and the ease their loss, caused federal lawmakers explicitly address possible consequences certain presuit or postsuit esi losses. These acted in both 2006 2015 through Federal Civil Procedure (FRCP) 37(e). But they only on esi. Their actions have prompted attention significant risks losses all esi, ...

Journal: :Journal of pharmaceutical and biomedical analysis 2006
D Arráez-Román A M Gómez-Caravaca M Gómez-Romero A Segura-Carretero A Fernández-Gutiérrez

Complex extracts of rosemary honey constituents often require very effective separation techniques to allow the identification of different compounds. Capillary electrophoresis (CE) coupled to mass spectrometry (MS) detection can provide structure-selective information about the analytes in such matrices and has turned out to be an attractive alternative to HPLC methods. A simple and cost-effec...

Journal: :Micron 2007
Ko-Feng Chen Shen-Chuan Lo Li Chang Ray Egerton Ji-Jung Kai Juhn-Jong Lin Fu-Rong Chen

This paper demonstrates the applicability of electron-spectroscopic imaging (ESI) for valence-state mapping of the iron oxide system. We have previously developed a set of signal-processing methods for an ESI series, to allow mapping of sp(2)/sp(3) ratio, dielectric function and energy bandgap. In this study, these methods are applied to generate a valence-state map of an iron oxide thin film (...

Journal: :Journal of the American Society for Mass Spectrometry 1994
D R Goodlelt R R Ogorzalek Loo J A Loo J H Wahl H R Udseth R D Smith

The thermal stability of ribonuclease S (RNase S), an enzymatically active noncovalent complex composed of a 2166-u peptide (S-peptide) and a 11,534-u protein (S-protein), was investigated by electrospray ionization mass spectrometry (ESI-MS) and capillary electrophoresis ESI-MS (CE-ESI-MS). The intensities of peaks corresponding to the RNase S complex were inversely related to both the applied...

Journal: :Analytical chemistry 2001
J A Leenheer C E Rostad P M Gates E T Furlong I Ferrer

Molecular weight distributions of fulvic acid from the Suwannee River, Georgia, were investigated by electrospray ionization/quadrupole mass spectrometry (ESI/ QMS), and fragmentation pathways of specific fulvic acid masses were investigated by electrospray ionization/ion trap multistage tandem mass spectrometry (ESI/MST/ MS). ESI/QMS studies of the free acid form of low molecular weight poly(c...

2009
I.D Gelalis E Arnaoutoglou E.E Pakos A.N Politis M Rapti T.A Xenakis G Papadopoulos

In order to assess the efficacy of epidural steroid injections (ESI) in acute and subacute pain due to lumbar spine disk herniation, we conducted a randomized trial, comparing 2 different protocols. Fourty patients with radicular pain due to L4-L5 and L5-S1 disc herniation were assigned to receive either 3 consecutive ESI every 24 hours through a spinal catheter (group A) or 3 consecutive ESI e...

Journal: :Journal of mass spectrometry : JMS 2003
Liwei Gu Mark A Kelm John F Hammerstone Ze Zhang Gary Beecher Joanne Holden David Haytowitz Ronald L Prior

The proanthocyanidins in three foods (pinto beans, plums and cinnamon) were studied with electrospray ionization (ESI) mass spectrometry (MS) in the negative mode following separation by normal-phase high-performance liquid chromatography. The MS/MS analysis demonstrated that the major ions derived from heterocyclic ring fission and retro-Diels-Alder reaction of flavan-3-ol provided information...

Journal: :The Journal of organic chemistry 2005
William D Wulff Keith A Korthals Roberto Martínez-Alvarez Mar Gómez-Gallego Israel Fernández Miguel A Sierra

By means of deuterium-labeling experiments, we have carried out a systematic ESI-MS study to determine the mechanism of ESI ionization of alkenyl and alkynyl group 6 Fischer carbene complexes. These compounds can be ionized under ESI conditions only in the presence of additives such as hydroquinone (HQ) or tetrathiafulvalene (TTF). Our results demonstrate that in the ESI source an anion-radical...

Journal: :Analytical chemistry 2012
Saša M Miladinović Luca Fornelli Yu Lu Krzysztof M Piech Hubert H Girault Yury O Tsybin

Enhanced charging, or supercharging, of analytes in electrospray ionization mass spectrometry (ESI MS) facilitates high resolution MS by reducing an ion mass-to-charge (m/z) ratio, increasing tandem mass spectrometry (MS/MS) efficiency. ESI MS supercharging is usually achieved by adding a supercharging reagent to the electrospray solution. Addition of these supercharging reagents to the mobile ...

2015
Douglas A. MacDonald Harris L. Friedman Jacek Brewczynski Daniel Holland Kiran Kumar K. Salagame K. Krishna Mohan Zuzana Ondriasova Gubrij Hye Wook Cheong

Using data obtained from 4004 participants across eight countries (Canada, India, Japan, Korea, Poland, Slovakia, Uganda, and the U.S.), the factorial reliability, validity and structural/measurement invariance of a 30-item version of Expressions of Spirituality Inventory (ESI-R) was evaluated. The ESI-R measures a five factor model of spirituality developed through the conjoint factor analysis...

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

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

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