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

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

Journal: :Environment international 2005
E Collina G Bestetti P Di Gennaro A Franzetti F Gugliersi M Lasagni D Pitea

The research was focused on the slurry-phase biodegradation of naphthalene in soil. Among ex situ techniques, the slurry phase offers the advantage of increased availability of contaminants to bacteria. From naphthalene contaminated soil, a Pseudomonas putida M8 strain capable to degrade naphthalene was selected. Experiments were performed in a stirred and oxygenated reactor. In this study, the...

2011

This is a compilation of abstracts of articles identified during the preliminary toxicological evaluation of evidence on the developmental and reproductive toxicity of benzo[a]pyrene (BaP, CAS# 50-32-8). BaP is a polycyclic aromatic hydrocarbon and a component of air pollution. Polycyclic aromatic hydrocarbons are formed as a result of incomplete combustion of organic materials and are ubiquito...

Journal: :Cancer research 1969
D W Nebert J Winker H V Gelboin

Microsomal aryl hydrocarbon hydroxylase 4 is known to be present and inducible by polycyclic hydrocarbons in a variety of tissues of many species in vivo (5, 6, 12, 38, 40-43), in explants of rat lung in organ culture (42), and in mammalian cell cultures (24, 25). 5,6 This enzyme system may be important in understanding carcinogenesis, drug action, and steroid metabolism (4, 10). Polycyclic hyd...

2011
Magdalena Pacwa-Płociniczak Grażyna A. Płaza Zofia Piotrowska-Seget Swaranjit Singh Cameotra

Increasing public awareness of environmental pollution influences the search and development of technologies that help in clean up of organic and inorganic contaminants such as hydrocarbons and metals. An alternative and eco-friendly method of remediation technology of environments contaminated with these pollutants is the use of biosurfactants and biosurfactant-producing microorganisms. The di...

2009
Jillian Donovan

Trichloroethylene (TCE) is a chlorinated hydrocarbon used as a solvent in many degreasing and dry-cleaning operations. TCE is one of the most widespread contaminants of soil and groundwater in the United States. It can be found at 50% of the Superfund National Priority List cleanup sites managed by the United State Environmental Protection Agency (USEPA). According to the USEPA, TCE is also abo...

Journal: :Molecular pharmacology 2007
Brian J McMillan Christopher A Bradfield

For more than 30 years, the aryl hydrocarbon receptor [Ah receptor (AHR)] has been extensively scrutinized as the cellular receptor for numerous environmental contaminants, including polychlorinated dioxins, dibenzofurans, and biphenyls. Recent evidence argues that this description is incomplete and perhaps myopic. Ah receptor orthologs have been demonstrated to mediate diverse endogenous funct...

2003
M. Lasagni D. Pitea

The research was focused on the slurry-phase biodegradation of naphthalene in soil. Among ex-situ techniques, the slurry-phase technique offers the advantage to increase the availability of contaminants to bacteria. From soil samples collected on a contaminated site, the Pseudomonas putida M8 strain capable to degrade naphthalene was selected. Experiments were performed in a stirred and oxygena...

Introduction and purpose: Soil contamination by petroleum is mostly resulted from oil exploration, refining processes, leaking of oil products from storage tanks, leaking from pipelines due to pipe friction and decay, refinery wastewater discharge and agricultural irrigation with such materials. Sodium persulfate (Na2S2O8), which is a chemical oxidant, could be activated in ...

2014
L. Rocchetti V. Fonti

Harbor sediments are often characterized by the presence of inorganic and organic contaminants, and this fact represents a relevant problem both when sediments are dredged and when they are left in the sea bottom. In this study we present the main results achieved by our research group in laboratory experiments addressed to marine sediment bioremediation. Dealing with sediments mainly contamina...

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

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

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