نتایج جستجو برای: chronic mercury exposure

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

2001
H Frumkin C C Manning P L Williams A Sanders B B Taylor M Pierce L Elon V S Hertzberg

Chelation challenge testing has been used to assess the body burden of various metals. The best-known example is EDTA challenge in lead-exposed individuals. This study assessed diagnostic chelation challenge with dimercaptosuccinic acid (DMSA) as a measure of mercury body burden among mercury-exposed workers. Former employees at a chloralkali plant, for whom detailed exposure histories were ava...

Journal: :British journal of industrial medicine 1973
A Taylor V Marks

Taylor, A., and Marks, V. (1973). British Journal ofIndustrial Medicine, 30, 293-296. Measurement ofurinary excretion by atomic absorption in health and disease. Excretion of mercury was measured by a cold-vapour atomic absorption technique on samples of urine from five groups of people having varying exposure to mercury. Serial investigations of up to 14 days were carried out on eight subjects...

2016
Gh. Mortazavi M. Haghani N. Rastegarian S. Zarei S.M.J. Mortazavi

According to the World Health Organization (WHO), factors such as growing electricity demand, ever-advancing technologies and changes in social behaviour have led to steadily increasing exposure to man-made electromagnetic fields.  Dental amalgam fillings are among the major sources of exposure to elemental mercury vapour in the general population. Although it was previously believed that low l...

2004
Laura J Raymond

Measuring the amount of mercury present in the environment or food sources may provide an inadequate reflection of the potential for health risks if the protective effects of selenium are not also considered. Selenium's involvement is apparent throughout the mercury cycle, influencing its transport, biogeochemical exposure, bioavailability, toxicological consequences, and remediation. Likewise,...

2014
Somsiri Decharat Piriyaluk Phethuayluk Supandee Maneelok Phayong Thepaksorn

Objectives. The main objective of this study was to assess the mercury exposure levels in dental health workers that work in dental clinics. The study evaluated the airborne and urinary mercury levels, the type of work done in the clinic, and the effect of mercury exposure on health of dental health workers. Material and Methods. A case-control study was conducted with 124 exposed and 124 match...

Journal: :Toxicological sciences : an official journal of the Society of Toxicology 2004
Nicholas J Heyer Diana Echeverria Alvah C Bittner Federico M Farin Claire C Garabedian James S Woods

Recent reports have described neurobehavioral impairments in human subjects carrying a V66M polymorphism in the gene encoding brain-derived neurotrophic factor (BDNF). Inasmuch as ventral nervous system (CNS) deficits associated with this BDNF polymorphism are similar to those observed among subjects with chronic exposure to elemental mercury (Hg degrees ), we examined the potential effect of t...

Journal: :Brazilian journal of medical and biological research = Revista brasileira de pesquisas medicas e biologicas 2011
D V Vassallo M R Simões L B Furieri M Fioresi J Fiorim E A S Almeida J K Angeli G A Wiggers F M Peçanha M Salaices

Heavy metals have been used in a wide variety of human activities that have significantly increased both professional and environmental exposure. Unfortunately, disasters have highlighted the toxic effects of metals on different organs and systems. Over the last 50 years, the adverse effects of chronic lead, mercury and gadolinium exposure have been underscored. Mercury and lead induce hyperten...

Journal: :Hong Kong medical journal = Xianggang yi xue za zhi 2012
H S H S Lam T F Fok P C Ng

1. It has been suggested that lowdose prenatal mercury exposure as measured by umbilical cord blood mercury concentrations of >29 nmol/L causes adverse long-term neurocognitive outcomes. 2. Of 608 children, 491 (81%) had umbilical cord blood mercury concentrations of >29 nmol/L. However, umbilical cord blood mercury concentrations were associated with only two out of 23 neurocognitive subtests....

Journal: :European Journal of Inflammation 2022

Inflammation is a physiological event that protects tissues from infection and injury. Chronic inflammation causes immune cell over activation sustained release of inflammatory cytokines chemokines cause pathologic conditions including autoimmune diseases. Heavy metals exposure affects innate adaptive systems through triggering responses. It seems extended responses could accelerate heavy metal...

Journal: :Occupational and environmental medicine 1994
N Ishihara K Urushiyama

Seven Japanese female workers exposed to mercury vapour at a concentration of < 0.02 mg Hg/m3 (8 h/day, 44 h/week) were examined for inorganic (I-Hg) and organic (O-Hg) mercury concentrations in urine, blood, and hair after 0, 4, 8, 17, and 23 months of exposure. Both I-Hg and O-Hg concentrations in urine and hair did not increase significantly even after 23 months of exposure. The concentratio...

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

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

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