نتایج جستجو برای: pb accumulations

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

Journal: :Journal of hazardous materials 2015
Jie Li Kan Li Mark Cave Hong-Bo Li Lena Q Ma

This study investigated the relationship between Pb relative bioavailability (RBA) and bioaccessibility, and their relationships with Pb in different pools in soils. Twelve Pb-contaminated soils representing different contamination sources from China were analyzed for Pb bioaccessibility using four in vitro methods (UBM, SBRC, IVG, and PBET), Pb-RBA using a mouse blood model, and Pb fractionati...

2012
B. H. Gross K. J. Kreutz E. C. Osterberg J. R. McConnell M. Handley C. P. Wake K. Yalcin

[1] Trends and sources of lead (Pb) aerosol pollution in the North Pacific rim of North America from 1850 to 2001 are investigated using a high-resolution (subannual to annual) ice core record recovered from Eclipse Icefield (3017 masl; St. Elias Mountains, Canada). Beginning in the early 1940s, increasing Pb concentration at Eclipse Icefield occurs coevally with anthropogenic Pb deposition in ...

Journal: :Cancer research 1998
G H Lee T Ooasa M Osanai

Phenobarbital (PB), a classical rodent hepatopromoter, remarkably enhances hepatocarcinogenesis initiated by diethylnitrosamine (DEN) in adult B6C3F1 mice. However, it is also known to strongly inhibit liver tumor development in the B6C3F1 mice initiated with DEN in their infancy. The present study aimed to elucidate the unknown biological mechanisms for this paradoxical, inhibitory effect of P...

Journal: :Environmental science & technology 2010
Jonatan Klaminder Dan Hammarlund Ulla Kokfelt Jorien E Vonk Christian Bigler

Can a climate-triggered export of old contaminants from the soil alter the lead (Pb) contaminant burden of subarctic lakes? To address this question, we reconstructed the pollution history of three high latitude lakes situated in a region where a recent climatic shift has occurred. Dated sediment records were used as archives of past Pb inputs to the lakes, where the difference in the (206)Pb/(...

Journal: :British journal of industrial medicine 1991
R Cleymaet K Collys D H Retief Y Michotte D Slop E Taghon W Maex D Coomans

Two groups of schoolchildren between seven and 12 years old residing in the vicinity of a non-ferrous industrial plant and exposed to lead (Pb) at a concentration that could cause health problems, were monitored. Concentrations of Pb in blood (blood-Pb), which were determined at regular six monthly intervals, were related to the Pb concentrations in surface tooth enamel (enamel-Pb). Acid etch b...

2014
N. Walraven P. F. M. van Gaans G. van der Veer B. J. H. van Os G. Th. Klaver S. P. Vriend J. J. Middelburg

Knowledge on the lithologically inherited variation in present day Pb isotope ratios in soils is remarkably limited. Such information is essential to determine the anthropogenic Pb fraction and anthropogenic Pb sources in Pb polluted soils. This study presents results of a survey of subsoil samples of approximately 350 rural locations covering the entire Netherlands, for which the bulk geochemi...

Journal: :Isotopes in environmental and health studies 2010
Christopher D Judd Kamal Swami

A method for the determination of Pb isotope ratios (IR) in cigarette tobacco by quadrupole inductively coupled plasma mass spectrometry (Q-ICP-MS) has been developed and applied to tobacco samples from genuine and counterfeit cigarettes obtained in the USA. The IR ²⁰⁷Pb/²⁰⁶Pb, (208)Pb/²⁰⁶Pb, ²⁰⁶Pb/²⁰⁴Pb, ²⁰⁷Pb/²⁰⁴Pb and ²⁰⁸Pb/²⁰⁴Pb were measured using a Q-ICP-MS instrument. Two certified refer...

2002
Jack VanDerhei Luis Alonso

I. OVERVIEW AND SUMMARY The 401(k) plan is only about 20 years old, which means that individuals retiring today could have participated in 401(k) plans for at most half of a typical full working career. As more American workers participate in 401(k) plans and become increasingly responsible for their own retirement security, the question of whether their 401(k) accumulations will produce suffic...

2006
Y. Amelin M. Wadhwa G. Lugmair

OTHER HIGH-RESOLUTION CHRONOMETERS. Y. Amelin, M. Wadhwa, and G. Lugmair, Geological Survey of Canada, 601 Booth Street, Ottawa, Ontario K1A 0E8, Canada, Dept. of Geology, The Field Museum, 1400 S. Lake Shore Dr., Chicago, IL 60605, USA and The Chicago Center for Cosmochemistry, 5640 S. Ellis Ave., Chicago, IL 60637, Scripps Inst. of Oceanography, University of Calif. San Diego, La Jolla, CA 92...

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

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

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