نتایج جستجو برای: dimercaprol

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

Journal: :Canadian journal of public health = Revue canadienne de sante publique 2010
Robert Pampalon Denis Hamel Philippe Gamache

OBJECTIVE This study explores the contribution of deprivation, immigration and Aboriginal status to survival in various parts of Canada. It is hypothesized that differences in the magnitude of survival inequalities according to deprivation across Canada are attenuated when immigration and Aboriginal status are accounted for. METHODS The study is based on a file linking the 1991 census and a f...

Journal: :Radiation protection dosimetry 2010
Jing Chen Deborah Moir

Based on data from a national residential radon survey performed in 18 cities in Canada in the 1970s, an annual effective dose to the Canadian population due to indoor radon exposure was estimated at 0.71 mSv. An updated estimate of radon exposure in Canada has been made using additional indoor radon data from recent surveys in Ontario and Nova Scotia, and in 28 communities of British Columbia ...

Journal: :JUNIOR RESEARCHERS 2023

         According to the World Health Organization (WHO), mercury is among one of ten substances that represent a significant health problem. Contamination environment with and its compounds possible through natural artificial ways from ill-conceived or deliberate actions. These include human consumption mercury-contaminated seafood fumes released during...

2010
Florian Witzmann Markus Dorka Dieter Korn

(1) Rhabdoderma elegans (Newberry, 1856) (‘Coelacanthus watsoni’) from the ‘Namurian’ to ‘Westphalian C’ of the Ruhr Region (Aldinger 1931; Keller 1934; Forey 1981) and from the ‘Namurian A (E1)’ of Rosenhof near Niederhemer, northern Rhenish Mountains, Germany (Horn 1960, pl. 5, fig. 4). This taxon was also documented in the ‘Namurian’ to ‘Westphalian C’ of the British Isles, northern France, ...

Journal: :Emerging Infectious Diseases 2008
Catharine Chambers Laura MacDougall Min Li Eleni Galanis

We compared travel histories of case-patients with Cryptococcus gattii infection during 1999-2006 to travel destinations of the general public on Vancouver Island, British Columbia, Canada. Findings validated and refined estimates of risk on the basis of place of residence and showed no spatial progression of risk areas on this island over time.

Journal: :The British journal of social psychology 2006
Stephen Reicher S Alexander Haslam

This paper presents findings from the British Broadcasting Corporation (BBC) prison study - an experimental case study that examined the consequences of randomly dividing men into groups of prisoners and guards within a specially constructed institution over a period of 8 days. Unlike the prisoners, the guards failed to identify with their role. This made the guards reluctant to impose their au...

Journal: :Planta medica 1996
H Matsuura G Saxena S W Farmer R E Hancock G H Towers

Balsamorhiza sagittata, a species of ethnopharmacological interest in British Columbia, is reported to have antibacterial and antifungal properties. An antibacterial compound isolated from this species was identified as 7,10-epithio-7,9-tridecadiene-3,5,11-triyne-1,2-diol based on the HMQC and HMBC experiments.

Journal: :American journal of transplantation : official journal of the American Society of Transplantation and the American Society of Transplant Surgeons 2013
E J Gordon J S Gill

Center for Healthcare Studies, Institute for Public Health and Medicine, Comprehensive Transplant Center, Northwestern University Transplant Outcomes Research Collaborative (NUTORC), Medical Humanities & Bioethics, Feinberg School of Medicine, Northwestern University, Chicago, IL University of British Columbia, St. Paul’s Hospital, Vancouver, B.C., Canada Corresponding author: John S. Gill, jgi...

2007
Laura MacDougall Sarah E. Kidd Eleni Galanis Sunny Mak Mira J. Leslie Paul R. Cieslak James W. Kronstad Muhammad G. Morshed Karen H. Bartlett

Cryptococcus gattii, emergent on Vancouver Island, British Columbia (BC), Canada, in 1999, was detected during 2003-2005 in 3 persons and 8 animals that did not travel to Vancouver Island during the incubation period; positive environmental samples were detected in areas outside Vancouver Island. All clinical and environmental isolates found in BC were genotypically consistent with Vancouver Is...

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

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

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