نتایج جستجو برای: cr equivalent

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

2008
Luiz L. Mafra V. Monica Bricelj Christine Ouellette Claude Léger Stephen S. Bates

Bivalve molluscs feeding on toxigenic Pseudo-nitzschia spp. are the main vector of domoic acid (DA) to humans. Although different oyster species rarely exceed the internationally adopted regulatory level for shellfish harvesting closures (20 μg g–1), these are often applied to all bivalve species in an affected area. This study examines the influence of diet composition and Pseudo-nitzschia mul...

Journal: :Annals of oncology : official journal of the European Society for Medical Oncology 1996
H M Prince M Crump K Imrie A K Stewart C Girouard J M Brandwein K Carstairs D Pantalony G Scott S Sutcliffe D M Sutton R Tsang A Keating

BACKGROUND Patients with Hodgkin's disease (HD) and intermediate or high-grade non-Hodgkin's lymphoma (NHL) who fail to achieve a complete remission (CR) with standard induction therapy have a poor prognosis with conventional-dose salvage therapy alone. We examined the role of subsequent intensive therapy and autologous bone marrow transplantation (ABMT) in patients who demonstrated a response ...

2014
Vibeke Brogaard Hansen Helle Terkildsen Maindal

OBJECTIVES In Denmark, the local and regional health authorities share responsibility for cardiac rehabilitation (CR). The objective was to assess effectiveness of CR across sectors coordinated by a nurse case manager (NCM). DESIGN A one-year follow-up study. SETTING A CR programme (GoHeart) was evaluated in a cohort at Lillebaelt Hospital Vejle, DK from 2010 to 2011. PARTICIPANTS Consecu...

Journal: :AIP Advances 2021

There is long research interest in electron-induced reactions of halogenated molecules. It has been two decades since the cosmic-ray (CR) driven reaction (CRE) mechanism for ozone hole formation was proposed. The derived CRE equation with stratospheric equivalent chlorine level and CR intensity as only variables well reproduced observed data O3 temperatures over past 40 years. predictions 11-ye...

2008
P. A. Mosier-Boss S. Szpak F. E. Gordon

Earlier we reported, in this journal, that the pits generated in CR-39 detectors during Pd/D co-deposition experiments are consistent with those observed for pits that are of a nuclear origin. Recently, that interpretation has been challenged. In this communication, additional experimental data and further analysis of our earlier results are provided that support our original conclusions. PACS....

Introduction: This study was conducted to measure the gamma emitters (e.g., uranium-238 [238U], thorium-232 [232Th], and potassium-40[40K]) and alpha emitters (e.g., radon-222 [222Rn] and radium), and also to evaluate the radiation hazard indices of radionuclides in parenteral nutrition samples utilized in the hospitals of Iraq. Material and Methods: The measurements were accomplished using ga...

Journal: :Crystal Growth & Design 2023

We report on the synthesis of computationally predicted out-of-plane chemically ordered transition metal borides labeled o-MAB phases, Ta4M″SiB2 (M″ = V, Cr), and a structurally equivalent disordered solid solution MAB phase Ta4MoSiB2. The boride phases were prepared using solid-state reaction sintering constituting elements. High-resolution scanning transmission electron microscopy along with ...

Journal: :iranian journal of toxicology 0
abdul ghani department of biological sciences, university of sargodha,pakistan

background: a pot experiment was conducted to determine the toxic effects of some heavy metals on the plant growth and seed yield of maize (zea mays l.). materials and metheds: heavy metals mn, pb, cd, cr and co individually and in combinations were added as chloride salts in solutions to the pots before sowing. the test plants for were harvested after 80 days of germination and evaluated for n...

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

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

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