نتایج جستجو برای: phase liquid chromatography

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

Journal: :iranian journal of chemistry and chemical engineering (ijcce) 1994
seyed abbas shojaosadaty andy lyddiatt

the efficacy of activation methods and coupling were studied in the context of performance in batch and fixed bed binding experiments utilizing cell culture fluids or blood plasma as feedstock. conclusions were drawn regarding selection of solid phase according to pore size, rigidity, ph stability, chemistry of derivation and activation, and gross concentration of immobilized ligand required fo...

Journal: :avicenna journal of medical biotechnology 0

background: a simple and sensitive high performance liquid chromatography-electrospray ionization mass spectrometry method has been evaluated for the assignment of clonidine hydrochloride in human plasma. methods: the mobile phase composed of acetonitrile-water 60:40 (v/v) and 0.2% formic acid 20 µl of sample was chromatographically analyzed using a repacked zorbax-xdb-ods c18 column (2.1 mmx30...

Journal: :Journal of proteome research 2007
Jie Dai Wen-Hai Jin Quan-Hu Sheng Chia-Hui Shieh Jia-Rui Wu Rong Zeng

A system which consisted of multidimensional liquid chromatography (Yin-yang MDLC) coupled with mass spectrometry was used for the identification of peptides and phosphopeptides. The multidimensional liquid chromatography combines the strong-cation exchange (SCX), strong-anion exchange (SAX), and reverse-phase methods for the separation. Protein digests were first loaded on an SCX column. The f...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه پیام نور - دانشگاه پیام نور استان همدان - دانشکده علوم پایه 1393

چکیده: بیان موضوع: اندازه گیری آلبندازول به عنوان داروی ضد انگل در مایعات بیولوژیکی برخی از حیوانات اهلی با استفاده از کروماتوگرافی با کارائی بالا. هدف: ارائه روشی ساده، سریع، ارزان با حداقل میزان مصرف حلال آلی برای استخراج و اندازه گ ی ری آلبندازول در مایعات بیولوژیک با استفاده از روش میکرو استخراج و بهینه سازی شرایط پیشنهادی به منظور افزایش حساسیت روش. 0/50 ml 100 از کلروفرم به عنوان حل...

Journal: :Journal of chromatography. A 2009
Dalene de Beer Gerold Jerz Elizabeth Joubert Victor Wray Peter Winterhalter

Isomangiferin was isolated from Cyclopia subternata using a multi-step process including extraction, liquid-liquid partitioning, high-speed counter-current chromatography (HSCCC) and semi-preparative reversed-phase high-performance liquid chromatography (HPLC). Enrichment of phenolic compounds in a methanol extract of C. subternata leaves was conducted using liquid-liquid partitioning with ethy...

2012
Tina Šmigovec Ljubič David Pahovnik Majda Žigon Ema Žagar

The separation of a mixture of three poly(styrene-block-t-butyl methacrylate) copolymers (PS-b-PtBMA), consisting of polystyrene (PS) blocks of similar length and t-butyl methacrylate (PtBMA) blocks of different lengths, was performed using various chromatographic techniques, that is, a gradient liquid chromatography on reversed-phase (C18 and C8) and normal-phase columns, a liquid chromatograp...

Journal: :iranian journal of chemistry and chemical engineering (ijcce) 2009
nader hedayat parissa khadiv parsi mohammad ali moosavian

phase inversion in liquid-liquid dispersions corresponds to the transitional boundary between oil-in-aqueous dispersion and aqueous-in-oil dispersion. a theoretical model based on simple assumptions was proposed to predict phase inversion point, ambivalence region and the hysteresis effect of inversion. experimental data from the literature were used to validate the model and results were compa...

Background and Objectives: A method was developed and validated for determining 15 polycyclic aromatic hydrocarbons (PAHs) in refined olive and refined pomace olive oils using high performance liquid chromatography coupled with a fluorescence detector. Materials and Methods: The sample preparation involved liquid–liquid extraction with organic solvent and low temperature clean-up. The low temp...

Journal: :international journal of environmental research 0

styrene is an important constituent of widely used organic solvents in industries for production of various synthetic materials. the use of solid-phase extraction (spe) has grown and is a fertile technique of sample preparation as it provides better results than those produced by liquidliquid extraction. in this study, spe has been optimized, regarding sample ph, sample concentration, sample fl...

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

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

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