نتایج جستجو برای: hydrocarbon contaminants

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

2003
H. Prommer G. B. Davis D. A. Barry C. T. Miller

Models can be powerful tools to aid interpretation of data and for prediction of the fate of contaminants, as in the case of petroleum hydrocarbons in groundwater environments. Here we describe the transport processes that can be more or less dominant at different stages in the ‘life’ of a petroleum contaminant spill in groundwater, such as advection, dispersion, dissolution from free-phase non...

2016
Ali Hussain Ali Hasan Arshad Javid Javed Iqbal Qazi

A variety of multidimensional anthropogenic activities, especially of industrial level, are contaminating our aquatic and terrestrial environments with a variety of metallic and non-metallic pollutants. The metallic and non-metallic pollutants addressed specifically in this review are heavy metals and various compound forms of sulfates, respectively. Direct and indirect deleterious effects of t...

2006
Keith A. Kvenvolden Thomas J. McDonald

The Leg 104 organic geochemistry program consisted of monitoring (a) hydrocarbon gases, (b) organic and inorganic carbon, and (c) parameters resulting from Rock-Eval pyrolysis at three sites on the Vdring Plateau. The results amplify some of those obtained earlier on Deep Sea Drilling Project (DSDP) Leg 38. In a regional sense there is an inverse correlation between amounts of hydrocarbon gas a...

2017
Laura T Morales Laura N González-García María C Orozco Silvia Restrepo Martha J Vives

Crude oil contamination of soils and waters is a worldwide problem, which has been actively addressed in recent years. Sequencing genomes of microorganisms involved in the degradation of hydrocarbons have allowed the identification of several promoters, genes, and degradation pathways of these contaminants. This knowledge allows a better understanding of the functional dynamics of microbial deg...

Journal: :Journal of environmental monitoring : JEM 2003
L Webster A D McIntosh E J Dalgarno C Megginson N J Shepherd C F Moffat

Blue mussels (Mytilus edulis) were collected from coastal areas and voes in Shetland and Orkney during March and April 1998 and from various coastal locations around mainland Scotland and from the Islands during October and December 1999. The polycyclic aromatic hydrocarbon concentration and composition (2- to 6-ring parent and branched) were determined for all samples. Additional analysis, inc...

Journal: :Environmental Health Perspectives 1998
R F Bopp S N Chillrud E L Shuster H J Simpson F D Estabrooks

Analysis of sections from dated sediment cores were used to establish geographic distributions and temporal trends of chlorinated hydrocarbon contaminant levels in sediments from natural waters of the Hudson River basin. Radiometric dating was based primarily on the depth distribution of 137(Cs) in the cores and on the occurrence of detectable levels of 7(Be) in surface sediment samples. Eighte...

Journal: :Marine environmental research 2011
Rolf C Sundt Jonny Beyer Sjur Vingen Magne O Sydnes

The characteristic biology and wide distribution of hagfish species makes them relevant for use in pollution biomonitoring at great water depths, particularly in regions where deep-water oil production may take place. The exposure of fish to petrogenic contaminants can normally be detected from the level of polycyclic aromatic hydrocarbon (PAH) metabolites in bile fluid. Some of these metabolit...

Journal: :Applied and environmental microbiology 1997
J D Coates J Woodward J Allen P Philp D R Lovley

Although polycyclic aromatic hydrocarbons (PAHs) have usually been found to persist under strict anaerobic conditions, in a previous study an unusual site was found in San Diego Bay in which two PAHs, naphthalene and phenanthrene, were oxidized to carbon dioxide under sulfate-reducing conditions. Further investigations with these sediments revealed that methylnaphthalene, fluorene, and fluorant...

Journal: :Food additives and contaminants 2006
F Tateo M Bononi

A series of disposable aluminium foil containers designed for cooking and packaging foods and available on the Italian market were investigated. Using different analytical techniques (near infrared (NIR), High Resolution Gas Chromatography (HRGC), gas chromatography/mass spectrometry (GC/MS)), organic substances used as lubricants in the manufacturing of the containers were detected on the alum...

Journal: :Cancer research 2001
X Coumoul M Diry C Robillot R Barouki

Dioxin and pesticides with xenoestrogenic activity are environmental contaminants that are suspected of promoting human diseases such as cancers. However, few studies have addressed the molecular consequences of a combination of these contaminants, a situation that is likely to occur in the environment. We investigated the effects of natural and xenoestrogens on basal and 2,3,7,8-tetrachlorodib...

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

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

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