نتایج جستجو برای: chemiluminescence method

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

2015
Nawal A Alarfaj Maha F El-Tohamy

BACKGROUND The opioid antagonist agent naloxone hydrochloride (NLX) is a drug that has high affinity for opiate receptors but do not activate these receptors. Owing to the role of this drug to block the effects of exogenous administered opioids and endogenous released endorphians we can deduce the importance of developing sensitive analytical methods for detection of such drug. In the present s...

Journal: :Clinical chemistry 1990
K J Skogerboe R F Labbé R L Rettmer J P Sundquist A M Gargett

This instrumental method for total urinary nitrogen (TUN) is based on the principle of gas-phase chemiluminescence. Results correlate well with measurements of TUN by the Kjeldahl method, which has long provided the means to calculate nitrogen balances for nutritional management. In recent years, because of speed and convenience of measurement, determination of urinary urea nitrogen (UUN) has b...

Journal: :Analytical sciences : the international journal of the Japan Society for Analytical Chemistry 2006
Zheng-Ping Li Qiu-Hua Wu Chun Wang Yu-Qin Su

Through the flow injection analysis experiments, we discovered that an unsaturated complex of Cu(II) and polyamines (spermine, spermidine, putrescine) had a strongly catalytic effect on luminol-H(2)O(2) chemiluminescence (CL) reaction, and that the CL intensity is proportional to the concentrations of polyamines. Based on the automatic formation of an unsaturated complex of polyamines and Cu(II...

Journal: :Analytical and bioanalytical chemistry 2011
Naoya Kishikawa Nobuhiro Ohkubo Kaname Ohyama Kenichiro Nakashima Naotaka Kuroda

Ubiquinone is an important biologically active compound in the living body. The determination of ubiquinone in human plasma is useful for the investigation of bioavailability of ubiquinone and for early diagnosis of several diseases. Therefore, we developed a high-performance liquid chromatography (HPLC) with chemiluminescence detection method for the analysis of ubiquinone in plasma samples. T...

Journal: :Bioorganic & medicinal chemistry 2003
Zhenghua Song Changna Wang

A simple flow injection chemiluminescence method with synergistic enhancement has been investigated for the rapid and sensitive determination of azithromycin. The synergistic action was significant in the chemiluminescence system of luminol-hydrogen peroxide with azithromycin as an enhancer. The enhanced chemiluminescence intensity was linear with the concentration of azithromycin over the rang...

Journal: :Journal of Biosciences and Medicines 2023

Objective: To analyze the dynamic evaluation of chemiluminescence, colloidal gold, and immunofluorescence chromatography in detecting antibodies COVID-19 patients within four weeks infection, to provide evidence for clinical application. Method: 74 with confirmed SARS-COV-2 infection local area were selected as experimental group, while 231 negative results but not vaccinated Covid19 vaccine co...

Journal: :Stroke 1985
J Suzuki S Imaizumi T Kayama T Yoshimoto

The effect of vitamin E, betamethasone and mannitol upon a series of pathological free radical reactions within hypoxic brain tissue was evaluated by the chemiluminescence method. Hypoxia was induced by arterial hypoxemia (PaO2 17-22 mmHg) with normocapnia (PaCO2 28-38 mmHg) and normotension (MABP 100-140 mmHg). 4% O2-96% N2 mixed gas was used to obtain the lowered PaO2. In the untreated group,...

Journal: :Analytical biochemistry 2013
Guangbin Zhang Yuhai Tang Xiaoyu Shi Ruixia Gao Yang Sun Wei Du Qiang Fu

A highly sensitive and convenient method to detect malondialdehyde (MDA) in specimens of plasma and urine was developed using high-performance liquid chromatography combining chemiluminescence detection. MDA was separated through a reverse-phase C18 column at a flow rate of 0.8 ml min(-1). It was then detected by a chemiluminescence detector. Variables that affected chemiluminescence reaction, ...

Journal: :Journal of andrology 2003
Tamer M Said Namita Kattal Rakesh K Sharma Suresh C Sikka Anthony J Thomas Edward Mascha Ashok Agarwal

Although the enhanced chemiluminescence assay is commonly used to measure the nonenzymatic total antioxidant capacity (TAC) of the human seminal plasma, it is cumbersome, expensive, and time-consuming. We describe herein an alternate method to measure TAC that is based on the ability of antioxidants in seminal plasma to interfere with a reaction between 2,2'-azino-di-[3-ethylbenzthiazoline sulp...

Journal: :Reproductive biomedicine online 2004
Ashok Agarwal Shyam S R Allamaneni Tamer M Said

Accurate assessment of reactive oxygen species (ROS) concentrations may help in the diagnosis of infertility. The chemiluminescence technique, which uses a luminometer to measure ROS, is a common method of assessment. A better understanding of the chemiluminescence technique will allow its proper application in reproductive medicine. A wide range of luminometers are available in the market, and...

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

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

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