نتایج جستجو برای: flame ionization detector

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

Journal: :Analytical sciences : the international journal of the Japan Society for Analytical Chemistry 2008
Lurdes I B Silva Teresa A P Rocha-Santos A C Duarte

An analytical method, based on separation with gas chromatography (GC) and detection with optical fiber (OF), was used for the separation, detection and quantification of benzene, toluene, ethylbenzene, p-xylene, m-xylene and o-xylene. The use of OF as a detector is based on the variations of the reflected optical power detected when the aromatic compounds eluted from the GC column are sorbed i...

2012
Chantana Aromdee

Many herbal medicines pertain characteristic odour which indicates the volatility of some compositions. Most of the volatiles constituents have low molecular weight, typically, monoterpenes, sesquiterpenes and phenylpropanes and their oxygenated derivatives (Harnone, 1998). Some herbs contain high content of volatile oils from which the oil themseleves are used as drugs, for example eucalyptus ...

Journal: :Clinical chemistry 1979
R N Gupta F Eng M L Gupta

We describe a novel isothermal gas-chromatographic procedure for measuring valproic acid. Plasma, with cyclohexanecarboxylic acid added as internal standard, is selectively extracted with pentane to minimize the extraction of other acidic drugs. To convert carboxylic acids to their phenacyl esters, alpha-bromoacetophenone is added to the organic extract before evaporating the solvent. These est...

2002
J. Brian A. MITCHELL Brian A. Mitchell

Experimental results are presented from an experiment in which ionization created by a highenergy x-ray synchrotron radiation beam intersecting an ethylene diffusion flame is measured.The ionization signal is believed to arise from x-ray absorption by aggregated soot particles.Comparisons are made between these ionization profiles and those due to natural flameionization. Visibl...

Journal: :international journal of occupational hygiene 0
nematullah kurd department of occupational health engineering, hamedan university of medical sciences, hamadan, iran. abdulrahman bahrami research centre for health sciences, faculty of health, hamedan university of medical sciences, hamadan, iran. farshid ghorbani-shahna research centre for health sciences, faculty of health, hamedan university of medical sciences, hamadan, iran. mahmoud heidari department of occupational health, faculty of health, guilan university of medical sciences, rasht, iran.

acetonitrile used as a solvent in manufactures and affects to central nervous system from inhalation exposure. the aim of this study was to develop a micro-solid phase extraction method for  the determination of acetonitrile in the air matrix. the sampling was performed with a small diameter fused silica fiber coated with a thin film of stationary phase and was subsequently desorbed and analyze...

Journal: :Nuclear Instruments and Methods in Physics Research Section A: Accelerators, Spectrometers, Detectors and Associated Equipment 1990

Journal: :Bioresources 2023

The proportions and constituents of the essential oils flowers leaves Primula veris subsp. columnae were determined, antioxidant antimicrobial (antibacterial antifungal) properties their methanol extracts investigated. Percentage ratios main components plant, which grows naturally, detected by extracting flower leaf volatile oils. oil identified with Gas Chromatography Mass Detector-Flame Ioniz...

Journal: :Journal of chromatography. B, Analytical technologies in the biomedical and life sciences 2004
Isaiah M Githiga Simon N Muchohi Bernhards R Ogutu Charles R J C Newton Godfrey O Otieno Evelyn N Gitau Gilbert O Kokwaro

A rapid, sensitive and selective gas chromatographic method with flame ionization detection was developed for the determination of paraldehyde in small blood samples taken from children. Whole blood samples (300 microl) collected in a 3 ml Wheaton glass sample vial were spiked with acetone (internal standard: 15 ng) followed by addition of concentrated hydrochloric acid. The mixture was heated ...

Journal: :Sakarya University Journal of Science 2022

The use of pesticides provides benefits such as growing food products necessary for life, sustainability production efficiency and prevention diseases caused by pests. However, these can turn into negative effects humans other living organisms with the in inappropriate doses application methods. In this study, it was aimed to determine resmethrin, which belongs insecticide class, gas chromatogr...

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

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

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