نتایج جستجو برای: radiation risk

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

Journal: :Environmental Health Perspectives 1987

Journal: :Japanese Journal of Health Physics 1994

2013
Christopher Busby

In this chapter, there is insufficient space to exhaustively review the research which has been carried out on internal radionuclide effects. I hope only to highlight evidence which shows that internal radionuclides cannot be assessed by the current radiation risk model, and to suggest some research directions that may enable a new model to be developed, one which more accurately quantifies the...

Journal: :Environmental Health Perspectives 1987
D G Hoel

Cancer risk models and their relationship to ionizing radiation are discussed. There are many model assumptions and risk factors that have a large quantitative impact on the cancer risk estimates. Other health end points such as mental retardation may be an even more serious risk than cancer for those with in utero exposures.

Journal: :iranian journal of nuclear medicine 2003
ali shabestani monfared mehrangiz amiri john kameron

today, nuclear medicine has rapidly been developed so that in some cases, plays a unique role in diagnosis but unfortunalty in spite of diagnostic and therapeutic advantages, the term “nuclear” can induce worries in patients and society. in this article, base on new documents, we intend to show that this worries has no scientific basis. to produce a realistic view, regarding to radiation protec...

2011
Francis A. Cucinotta Marco Durante

Occupational radiation exposure from the space environment may increase cancer morbidity or mortality risk in astronauts. This risk may be influenced by other space fl ight factors including microgravity and e nvironmental contaminants. A Mars mission will not be fe asible unless improved shielding is developed or transit time is decreased. – Human Research Program Requirements Document, HRP-47...

1999

A(t) = Activity at Time t Bq = Becquerel Ci = Curie CLP = Contract Laboratory Program D = Absorbed Dose DCF = Dose Conversion Factor Per Unit Intake H = Effective Dose Equivalent E H = Dose Equivalent Averaged Over Tissue or T Organ T H = Committed Effective Dose Equivalent Per E,50 Unit Intake H = Committed Dose Equivalent Averaged Over T,50 Tissue T LET = Linear Energy Transfer LLD = Lower Li...

Journal: :The Journal of Cell Biology 2002
Mitch Leslie

adiation can harm cells even if they don't take a direct hit, according to a new study. Injured cells apparently pass on damage to neighboring cells through gap junctions. The report has raised a ruckus because it suggests that current safety standards may underestimate the hazards from low-level radiation exposure Although some scientists suspected that radiation damage might spread from cell ...

Journal: :iranian journal of radiation research 0
s.h. chen department of oncology, qingdao economic technological development area first people’s hospital, shandong, china s.h. chen department of oncology, qingdao economic technological development area first people’s hospital, shandong, china h.j. lu department of oncology, the affiliated hospital of qingdao university, qingdao, shandong, china y. tan department of oncology, the affiliated hospital of qingdao university, qingdao, shandong, china

background: to investigate the expression of tnf-α, il-6, il-10 in the plasma of patients with lung cancer who received radiation therapy (rt), and to analyze the correlation between these cytokines and radiation pneumonitis (rp). materials and methods: patients with lung cancer who received 3d-crt in our hospital were prospectively evaluated. circulating cytokine levels were measured with elis...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه علامه طباطبایی - دانشکده اقتصاد 1389

abstract: about 60% of total premium of insurance industry is pertained?to life policies in the world; while the life insurance total premium in iran is less than 6% of total premium in insurance industry in 2008 (sigma, no 3/2009). among the reasons that discourage the life insurance industry is the problem of adverse selection. adverse selection theory describes a situation where the inf...

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

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

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