نتایج جستجو برای: intermediate sulfidation epithermal is

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

Journal: :Medical physics 1995
S A Wallace J N Mathur B J Allen

Neutron penetration in tissue is a major limitation of thermal NCT, as such much work has centered upon the epithermal neutron beam in an effort to improve this situation. Further gains in neutron flux penetration, and thus therapeutic ratios, are possible if natural water is replaced with heavy water prior to therapy. Applying MCNP to a heterogeneous ellipsoidal skull/brain model, advantage de...

1999
M. A. BUSTILLO J. GARCIA J. MARTINEZ - FRIAS A. DELGADO

Unusual mineralized and silicified carbonate-rich geodes were found hosted in Lower Triassic red mudstones in Central Spain. From their borders to their centres, the geodes display (a) a millimetric carbonate crust, (b) a quartz rim, (c) massive dolomite, (d) gold-bearing iron-rich infills (hematite laths and goethite with up to 7000 ppm of gold) and (e) calcite cements that sometimes seal the ...

Journal: :iranian journal of radiation research 0
j.g. fantidis department of electrical engineering, technological education institute of eastern macedonia and thrace, saint loucas, kavala, greece a. antoniadis cardiovascular division, brigham and women's hospital, harvard medical school, boston, usa

background: a boron neutron capture therapy (bnct) facility, based on a dt neutron generator, with the final goal to find out a potential, alternative, solution to existing bnct treatment facilities which are based on nuclear reactors is examined. materials and methods: with the aim of the mcnp4b monte carlo code different beam-shaping assembly (bsa) configurations were considered. lead was sel...

Journal: :Minerals 2022

Quartz is one of the most abundant minerals. Used in a variety materials, it preserves geological history and reflects alteration conditions. Data were collected (>2400 data points) from more than 40 ore deposits to understand its internal texture geochemistry. Cathodoluminescence imaging technique for examining quartz that may reveal information about crystal’s origin evolution. The dominan...

2002
James R. Clark A. E. Williams-Jones

This report presents three new potassium-argon isotopic age determinations of minerals associated with epithermal alteration from the Toodoggone district, north-central British Columbia. The Toodoggone area has received extensive exploration attention over the past 10 years. In addition to a former goldsilver producer (Baker mine), the district contains a major new gold-silver mine in developme...

Journal: :iranian journal of radiation research 0
s.m. abtahi university of shahid beheshti, radiation medicine department, p. o. box 19839- 63113, tehran, iran s.m.r. aghamiri university of shahid beheshti, radiation medicine department, p. o. box 19839- 63113, tehran, iran h khalafi nuclear science and technology research institute (nstri), tehran, iran f. rahmani university of shahid beheshti, radiation medicine department, p. o. box 19839- 63113, tehran, iran

background: the aim of this work was to establish how well gel dosimeters performed, as substitutes for brain tissue compared with standard phantom materials such as water, polymethyl-methacrylate (or pmma), a150 plastic and te- liquid phantom material for dosimetry of neutron beams in boron neutron capture therapy. materials and methods: thermal neutron fluence, photon dose and epithermal neut...

F. Rahmani, H Khalafi, S.M. Abtahi, S.M.R. Aghamiri,

Background: The aim of this work was to establish how well gel dosimeters performed, as substitutes for brain tissue compared with standard phantom materials such as water, polymethyl-methacrylate (or PMMA), A150 plastic and TE- liquid phantom material for dosimetry of neutron beams in boron neutron capture therapy. Materials and Methods: Thermal neutron fluence, photon dose and epithermal neu...

Journal: :Journal of geology, geography and geoecology 2021


 The article describes Reza gold deposit of Ugur exploration area located in Geda- bek Ore District the Lesser Caucasus NW Azerbaijan. It is established that main mineralization consists hematite-barite-quartz-kaoline veins- veinlets and breccia, pyrite stock-stockverk quartz-sulfide veins. On orebody surface center secondary quartzites with vein-veinlets barite-hematite have occured over...

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

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

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