نتایج جستجو برای: dissolved phase

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

Journal: :Water research 2013
Yuliya Kalmykova Karin Björklund Ann-Margret Strömvall Lena Blom

Partitioning of organic pollutants is essential to their fate, mobility and removal from water and soil. To study the partitioning behavior of selected alkylphenols, bisphenol A, phthalates and polycyclic aromatic hydrocarbons (PAHs), a method for separating the truly dissolved and colloidal phase of organic pollutants was developed, verified and applied to samples of landfill leachate and stor...

2004
Graham Blackmore Wen-Xiong Wang

Whelks Thais clavigera were collected from field populations containing different concentrations of metallothioneins (MTs) or were pre-exposed to aqueous or dietary Cd in the laboratory to result in differential body MT concentrations. Cd, Hg and Zn uptake from the dissolved phase, assimilation efficiency from the dietary phase, and body burden were subsequently quantified. MT concentrations in...

Journal: :Journal of applied physiology 2013
S Sivaram Kaushik Matthew S Freeman Zackary I Cleveland John Davies Jane Stiles Rohan S Virgincar Scott H Robertson Mu He Kevin T Kelly W Michael Foster H Page McAdams Bastiaan Driehuys

Although some central aspects of pulmonary function (ventilation and perfusion) are known to be heterogeneous, the distribution of diffusive gas exchange remains poorly characterized. A solution is offered by hyperpolarized 129Xe magnetic resonance (MR) imaging, because this gas can be separately detected in the lung's air spaces and dissolved in its tissues. Early dissolved-phase 129Xe images ...

Journal: :iranian journal of chemistry and chemical engineering (ijcce) 2013
pouneh ebrahimi bahar ebrahim-magham fereshteh pourmorad soheila honary

ferulic acid (4-hydroxy-3-methoxycinnamic acid), an effective component of medical plant, is a phenolic acid with low toxicity that can be absorbed and easily metabolized in the human body. the solubility of ferulic acid (fa) is very low in aqueous solutions which can cause problem in preparation of pharmaceutical products, but it can easily be dissolved in oil/water interface of nano-emulsions...

2013

In biology and medicine above all the partial pressures of oxygen and carbon dioxide are of importance. Here, the term partial pressure is also used for the concentration of gases dissolved in liquids, e.g. in blood or water. Thereby the partial pressure of a gas dissolved in a liquid is the partial pressure of that gas which would be generated in a gas phase in equilibrium with the liquid at t...

2002
Pierre Herckes Michael P. Hannigan Laurie Trenary Taehyoung Lee Jeffrey L. Collett

New stainless steel active fogwater collectors were designed and used in Davis (CA, USA) to collect fogwater for the speciation of organic matter. Organic compounds in fog samples were extracted by liquid–liquid extraction and analyzed by gas chromatography coupled to mass spectrometry. Numerous organic compounds, including various alkanes, polycyclic aromatic hydrocarbons (PAH) and alkanoic ac...

2016
Qiuge Li Xin Lin Xinghua Wang Haiou Yang Menghua Song Weidong Huang

The damaged K465 nickel-based superalloy parts were repaired by laser forming repair technology. The cracking characteristics and grain boundary liquation in heat affected zones were investigated by optical microscopy (OM), scanning electron microscopy (SEM), and transmission electron microscopy (TEM). It was found that the cracks originated from the heat-affected zone and extended to the repai...

2011
Julian Thiele Adam R. Abate Ho Cheung Shum Simone Bachtler Stephan Förster David A. Weitz

We present a versatile technique for fabricating polymersomes in glass-coated stamped microfluidic devices. We use templates comprised of double emulsions with a shell of block copolymers dissolved in organic solvents. The double emulsions direct the assembly of amphiphilic diblock copolymers into polymersomes during evaporation of the organic solvents. Our device consists of a single cross jun...

Journal: :Chemosphere 2006
Ki-In Choi Dong-Hoon Lee

We analyzed levels of PCDD/DF in leachate liquid and solid from five Korean municipal solid waste landfills to investigate the relationship between PCDD/DF and dissolved organic carbon and suspended solids in raw leachate. The concentrations of PCDD/DF ranged from 173.2 to 1329.4 pg/l and 4.1 to 46.22 pg-TEQ/l. The range of PCDD/DF was 123.2-1161.3 pg/l in leachate solid and 50.0-383.3 pg/l in ...

Roshanak Lotfi Saeid Abedini Khorrami Shahram Moradi

Titanium diboride is one of the candidate materials for high temperature applications and also for control rod elements in high temperature reactors. This paper presents the experimental data on the composites of B4 C-nano TiB2 that were synthesized successfully by co-precipitation methodat 1523K. Titanium tetraisopropanol, boron carbide, isopropanol and triton x-100were used as the precursor m...

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

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

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