نتایج جستجو برای: ionizing irradiation

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

Journal: :Jetp Letters 2023

The molecular dynamics method is used to simulate the formation of ultracold plasma under continuous ionizing irradiation in a quadrupole magnetic field with gradient along axis symmetry equal 0, 30, 150, and 500 G/cm. An increase promotes an density owing trapping some part fast electrons by field.

Ali Shabestani Monfared Aziz Mahmodzade Hossein Mozdarani, Mahdi Pouramir Saba Nadi

Background: Interactions of free radicals from ionizing radiation with DNA can induce DNA damage and lead to mutagenesis and carsinogenesis. With respect to radiation damage to human, it is important to protect humans from side effects induced by ionizing radiation.In the present study, the effects of arbutin were investigated by using the micronucleus test for anti-clastogenic activity, to cal...

Journal: :Physiological research 2008
M Rezácová J Cáp D Vokurková E Lukásová J Vávrová J Cerman V Masín N Mazánková

Ionizing radiation and somatostatin analogues are used for acromegaly treatment to achieve normalization or reduction of growth hormone hypersecretion and tumor shrinkage. In this study, we investigated a combination of somatostatin (SS14) with ionizing radiation of (60)Co and its effect on reparation of radiation-induced damage and cell death of somatomammotroph pituitary cells GH3. Doses of g...

2004
E. J. Crescenti M. Croci V. Medina G. Cricco N. Mohamad G. Martín M. Núñez R. M. Bergoc

The in vitro effect of O-LM on radiosensitivity of different human cell lines and the in vivo tolerance to high doses of ionizing radiation induced by the combination of Se, Zn and Mn plus Lachesis muta (O-LM) was evaluated. Sprague-Dawley rats received whole-body irradiation with a single dose (2 to 15 Gy) employing a Cs source of 189 TBq (7.7 Gy/min). A half of rats received daily sc O-LM sta...

Journal: :journal of biomedical physics and engineering 0
m valizadeh tehran university of medical sciences a shirazi tehran university of medical sciencesسازمان اصلی تایید شده: دانشگاه علوم پزشکی تهران (tehran university of medical sciences) p izadi tehran university of medical sciencesسازمان اصلی تایید شده: دانشگاه علوم پزشکی تهران (tehran university of medical sciences) j tavakkoly bazzaz tehran university of medical sciencesسازمان اصلی تایید شده: دانشگاه علوم پزشکی تهران (tehran university of medical sciences) h rezaeejam tehran university of medical sciencesسازمان اصلی تایید شده: دانشگاه علوم پزشکی تهران (tehran university of medical sciences)

background: after radiation therapy (rt), some health hazards including dna damages may occur where melatonin can play a protective role due to free radical generation. on the other hand, serious accidental overexposures may occur during rt due to nuclear accidents which necessitate the need for study on exposure to high-dose radiations during treatments. objective: the aim of this study was to...

Journal: :Cancer research 1990
G E Woloschak C M Chang-Liu P S Jones C A Jones

We examined the modulation of gene expression in Syrian hamster embryo (SHE) cells at various times following exposure to low doses of ionizing radiation. Early passage SHE cells were irradiated in plateau phase (greater than 95% G0-G1 cells) with 21-cGy fission-spectrum neutrons, 75-cGy X-rays, or 90-cGy gamma-rays, none of which induced more than 10% loss in cell viability. RNA harvested at v...

Journal: :cell journal 0

objective: ionizing radiation interacts with biological systems to induce excessive fluxes of free radicals that attack various cellular components. melatonin has been shown to be a direct free radical scavenger and indirect antioxidant via its stimulatory actions on the antioxidant system.the aim of this study was to evaluate the antioxidant role of melatonin against radiation-induced oxidativ...

2011
Sally A. Lorimore Debayan Mukherjee Joanne I. Robinson Jennifer A. Chrystal Eric G. Wright

Ionizing radiation is carcinogenic, but genotype is a key determinant of susceptibility. Mutational DNA damage is generally attributed to cause disease, but irradiation also affects multicellular interactions as a result of poorly understood bystander effects that may influence carcinogenic susceptibility. In this study, we show that the bone marrow of irradiated mice will retain the ability to...

2015
Till Dettmering Sebastian Zahnreich Miriam Colindres-Rojas Marco Durante Gisela Taucher-Scholz Claudia Fournier

The production of reactive oxygen species (ROS), especially superoxide anions (O2 (·-)), is enhanced in many normal and tumor cell types in response to ionizing radiation. The influence of ionizing radiation on the regulation of ROS production is considered as an important factor in the long-term effects of irradiation (such as genomic instability) that might contribute to the development of se...

2017
Hironori Yoshino Ikuo Kashiwakura

Toll-like receptors (TLRs) are pattern recognition receptors that recognize pathogen-associated molecular patterns and are indispensable for antibacterial and antiviral immunity. Our previous report showed that ionizing radiation increases the cell surface expressions of TLR2 and TLR4 and enhances their responses to agonists in human monocytic THP1 cells. The present study investigated how ioni...

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

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

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