363 lines
37 KiB
HTML
363 lines
37 KiB
HTML
<!DOCTYPE html><html><head>
|
||
<title translate="en:title">Sci-Hub: the article is not available through Sci-Hub. What can I do?</title>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width">
|
||
</head>
|
||
<body>
|
||
|
||
<style>
|
||
|
||
@import url('/styles/Atkinson.css');
|
||
@import url('/styles/Overpass.css');
|
||
|
||
html { font-size: 12px }
|
||
|
||
@media only screen and (min-width: 1400px) { html { font-size: 13px } }
|
||
@media only screen and (min-width: 1600px) { html { font-size: 14px } }
|
||
@media only screen and (min-width: 1800px) { html { font-size: 16px } }
|
||
@media only screen and (min-width: 2048px) { html { font-size: 18px } }
|
||
|
||
@media only screen and (max-height: 600px) { html { font-size: 10px } }
|
||
|
||
body {font-family: 'Atkinson Hyperlegible Mono', 'Overpass Mono', monospace; background-color: white; margin: 0; padding: 0 }
|
||
|
||
a {text-decoration: none; color: #c9211e}
|
||
|
||
fixed-width {margin: 0 auto; padding: 2.33rem; max-width: 2048px; overflow-x: hidden; display: block }
|
||
|
||
.vertical,
|
||
row-split { display: flex; flex-direction: column; align-items: center }
|
||
column-split { display: flex; align-items: flex-start; width: 100% }
|
||
column-center { flex-grow: 1 }
|
||
|
||
mobile-content { display: none }
|
||
mobile-content.wide column-split > * { margin-left: 2rem }
|
||
mobile-content.wide .picture { overflow: hidden; max-height: 30rem; }
|
||
|
||
block-rounded { border: dotted 2px #ccc; border-radius: 2rem; flex-grow: 1; margin: 0; place-items: center; display: grid; font-size: 1.33rem }
|
||
block-space { margin-top: 3rem; display: block }
|
||
|
||
header-small { font-size: 1.66rem; font-weight: bold; margin: 1rem; color: #c9211e}
|
||
|
||
block-rounded.info { display: block; padding: 2.88rem; font-size: 1.22rem }
|
||
block-rounded.info h1 { font-size: 1.66rem; color: #333; margin-bottom: 2rem; font-weight: bold; color: #333 }
|
||
|
||
block-date { display: block; padding: 1rem; margin-right: 1.88rem; max-width: fit-content; max-height: fit-content; text-align: center; color: white; border-radius: 1rem; font-size: 1.66rem; font-weight: bold; }
|
||
|
||
block-date.black { background-color: black; }
|
||
block-date.red { background-color: #c9211e; }
|
||
block-date.white { border: dotted 2px #c9211e; background-color: white; color: #c9211e }
|
||
block-date.gray { border: none; border-radius: 0; border-bottom: dotted 2px #333; background-color: white; color: #333; font-weight: normal; }
|
||
|
||
block-date .number { font-size: 2rem }
|
||
|
||
span.rotate { animation: spin 3s linear infinite; display: inline-block; font-size: 1.88rem; }
|
||
@keyframes spin { from { transform: rotate(0deg) } to { transform: rotate(360deg) } }
|
||
|
||
.yes { display: inline-block }
|
||
.no { display: none }
|
||
|
||
@media only screen and (max-width: 1024px)
|
||
{
|
||
fixed-width { padding: 1.88rem }
|
||
|
||
column-split { justify-content: space-around; align-items: center }
|
||
mobile-content { display: block; margin: 3rem 3rem 0 0 }
|
||
}
|
||
|
||
@media only screen and (max-width: 640px)
|
||
{
|
||
fixed-width { padding: 0.88rem }
|
||
|
||
mobile-content.wide { display: none }
|
||
mobile-content { margin-right: 0; }
|
||
|
||
block-rounded { margin: 0 1rem; }
|
||
}
|
||
|
||
@media only screen and (max-width: 480px)
|
||
{
|
||
fixed-width { padding: 0 }
|
||
}
|
||
|
||
</style>
|
||
|
||
<script>
|
||
|
||
function local(id) { return document.querySelector(".messages ." + id).innerText }
|
||
|
||
</script>
|
||
|
||
<style type="text/css">
|
||
|
||
body { background-color: #eee; }
|
||
|
||
fixed-width { width: fit-content; padding: 6rem; max-width: 800px; background-color: white; border-radius: 2rem; border: dashed 4.8rem #eee }
|
||
|
||
.from img { border: dotted 2px #aaa; border-radius: 50%; width: 8rem }
|
||
|
||
.paper { margin: 3rem auto; width: fit-content; justify-items: left; padding: 2rem; border: dashed 2px #bbb; font-size: 1.22rem; background-color: #fafafa; }
|
||
.paper .title { font-size: 1.55rem; margin: 1rem 0 }
|
||
.paper .doi { margin-top: 2rem }
|
||
.paper a { color: #777 }
|
||
.paper a .arrow { display: none }
|
||
.paper a:hover { margin-left: 0.88rem; }
|
||
.paper a:hover .arrow { display: inline-block }
|
||
|
||
.message { margin-left: 3rem; font-size: 1.22rem; padding: 1rem; border: 0 }
|
||
|
||
.info { font-size: 1.22rem; border: 0; padding: 1rem 0 1rem 1rem; text-align: left; }
|
||
.info p { margin:0; padding: 0 }
|
||
.info a { display: inline-block; padding: 0.1rem 0.8rem; border-radius: 0.8rem; background-color: #c9211e; color: white; font-weight: bold }
|
||
.info a:hover { background-color: white; border: dashed 1px #c9211e; color: #c9211e }
|
||
.info b { color: #c9211e; }
|
||
|
||
.header { color: #c9211e; font-size: 3rem; font-weight: bold; margin-top: 2rem }
|
||
|
||
.openaccess { background: white; padding: 2rem; margin: 2rem 1rem 4rem 4rem; border: dashed 1px #aaa }
|
||
.openaccess a { background: none; color: #c9211e; padding: 0;; }
|
||
.openaccess a:hover { background-color: green; color: white; border-color: green; padding: 0.1rem 0.8rem; }
|
||
|
||
.similar { margin: 8rem 2rem 8rem 6rem; display: block }
|
||
|
||
.similar .header { font-size: 3.8rem; color: #c9211e; font-weight: bold; display: grid; align-items: center; text-align: center; }
|
||
.similar .explanation { font-size: 1.22rem; background-color: white; border-radius: 2rem; border: dashed 2.8rem #eee; padding: 3rem 0; margin-left: 4%; text-align: center; }
|
||
|
||
.similar .columns { display: flex; flex-wrap: wrap; justify-content: center; }
|
||
.similar .columns div { width: 41%; max-width: 1024px; min-width: 680px; }
|
||
|
||
.similar .list {display: flex; flex-wrap: wrap; max-width: 100vw; justify-content: center;}
|
||
|
||
.similar .article {display: block; margin: 4rem 4% 0 0; width: 41%; max-width: 1024px; min-width: 640px; height: fit-content; padding: 1.23rem; border: solid 2px #eee; border-radius: 1rem; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; color: black; text-decoration: none; background-color: white; }
|
||
.similar .article .time,
|
||
.similar .article .geo {color: #888; font-weight: bold; font-size: 1.23rem; width: fit-content}
|
||
.similar .article .title {font-size: 1.66rem; margin: 1rem 0 1rem 0}
|
||
.similar .article .journal {font-size: 1.33rem;}
|
||
.similar .article .year {font-size: 1.33rem;}
|
||
.similar .article .abstract {margin-top: 1.23rem; font-size: 1.22rem; text-align: justify;}
|
||
.similar .article:hover {border: dashed 2px #888}
|
||
|
||
@media only screen and (max-width: 1800px)
|
||
{
|
||
fixed-width { max-width: 640px; }
|
||
}
|
||
|
||
@media only screen and (max-width: 1600px)
|
||
{
|
||
.similar .header { margin-bottom: 3rem; }
|
||
}
|
||
|
||
</style>
|
||
|
||
<fixed-width>
|
||
|
||
<column-split>
|
||
<div class="from"><a href="/"><img src="/pictures/ravenround.gif"></a></div>
|
||
<block-rounded class="message" translate="en:message">Alas, the following paper is not yet available in my database:</block-rounded>
|
||
</column-split>
|
||
|
||
<block-rounded class="paper">
|
||
|
||
<div class="title">Comparative study of attenuation properties of some ternary borate glass systems</div>
|
||
|
||
<div>Experimental and Theoretical NANOTECHNOLOGY, 2017</div>
|
||
|
||
<div class="abstract"><jats:p>Some borate-based systems doped with sodium, zinc and lead are chosen to study gamma ray mass attenuation properties. Different parameters like mass attenuation, half value layer and mean free path have been analyzed at different photon energies. The values of molar volume have been estimated from density values to get idea regarding the compactness of the network structure. XCOM computer software has been employed to estimate mass attenuation coefficient at various energies. Further the values of...</jats:p></div>
|
||
|
||
<div class="doi"><a target="_blank" href="//doi.org/10.56053/1.3.123">10.56053/1.3.123 <span class="arrow">→</span></a></div>
|
||
|
||
</block-rounded>
|
||
|
||
<block-rounded class="info recent" translate="en:recent">The paper is recent: it was published after 2021. Recent papers are mostly unavailable since automatic download doesn't work on them.</block-rounded>
|
||
|
||
<block-rounded class="info openaccess">
|
||
<p><span translate="en:openaccess">O! According to the OpenAlex index, the paper is open access and should be accessible for free on publisher website. You can try to download it</span> <a target="blank" href="https://etnano.com/index.php/en/article/download/18/12" translate="en:here">here</a>. <span translate="en:warning">But there is no guarantee, because this index often contains errors.</span></p>
|
||
</block-rounded>
|
||
|
||
<div class="header" translate="en:question">What can I do?</div>
|
||
|
||
<block-rounded class="info">
|
||
|
||
<p translate="en:todo">You can request such paper through <a target="blank" href="//sci-net.xyz/">Sci-Net platform</a>. Most papers, except some rare cases, are uploaded on request within a few minutes.</p>
|
||
|
||
<p style="margin-top: 2rem" translate="en:goal">...after request is solved, the paper will become available on Sci-Hub <b>for free to everyone</b>. Therefore, by using the platform you help Sci-Hub grow and increase the amount of research papers available open access.</p>
|
||
|
||
</block-rounded>
|
||
|
||
</fixed-width>
|
||
|
||
<div class="similar">
|
||
|
||
<div class="columns">
|
||
<div class="header" translate="en:similar">similar<br>articles</div>
|
||
|
||
<div class="explanation" translate="en:alternatives">There are a number of similar articles that are present in Sci-Hub database. You might find them interesting</div>
|
||
</div>
|
||
|
||
<div class="list">
|
||
<a class="article" target="blank" href="/10.1016/j.nimb.2004.05.016">
|
||
<div class="title">Comparative study of lead borate and bismuth lead borate glass systems as gamma-radiation shielding materials</div>
|
||
<div><span class="journal">Nuclear Instruments and Methods in Physics Research Section B: Beam Interactions with Materials and Atoms</span>, <span class="year">2004</span></div>
|
||
<div class="abstract">Gamma-ray mass attenuation coefficients have been measured experimentally and calculated theoretically for PbO–B2O3 and Bi2O3–PbO–B2O3 glass systems using narrow beam transmission method. These values have been used to calculate half value layer (HVL) parameter. These parameters have also been calculated theoretically for some standard radiation shielding concretes at same energies. Effect of replacing lead by bismuth has been analyzed in terms of density, molar volume and mass attenuation...</div>
|
||
</a>
|
||
<a class="article" target="blank" href="/10.1590/1980-5373-mr-2018-0404">
|
||
<div class="title">Gamma Ray and FTIR Studies in Zinc Doped Lead Borate Glasses for Radiation Shielding Application</div>
|
||
<div><span class="journal">Materials Research</span>, <span class="year">2018</span></div>
|
||
<div class="abstract">Gamma ray shielding properties of borate glass samples containing oxides of lead and zinc are prepared by melt and quench technique and evaluated theoretically using XCOM computer software for gamma ray shielding properties. However, gamma ray shielding properties are discussed in terms of various calculated parameters such as half value layer, mean free path and mass attenuation coefficient. The calculated parameters are compared by the author with conventional shielding material concrete. FTIR studies...</div>
|
||
</a>
|
||
<a class="article" target="blank" href="/10.1016/j.jnucmat.2009.12.020">
|
||
<div class="title">Study on borate glass system containing with Bi2O3 and BaO for gamma-rays shielding materials: Comparison with PbO</div>
|
||
<div><span class="journal">Journal of Nuclear Materials</span>, <span class="year">2010</span></div>
|
||
<div class="abstract">In this work, the mass attenuation coefficients and shielding parameters of borate glass matrices containing with Bi2O3 and BaO have been investigated at 662 keV, and compare with PbO in same glass structure. The theoretical values were calculated by WinXCom software and compare with experiential data. The results found that the mass attenuation coefficients were increased with increasing of Bi2O3, BaO and PbO concentration, due to increase photoelectric absorption of all glass samples. However, Compton...</div>
|
||
</a>
|
||
<a class="article" target="blank" href="/10.1016/j.anucene.2013.08.012">
|
||
<div class="title">Investigation of lead borate glasses doped with aluminium oxide as gamma ray shielding materials</div>
|
||
<div><span class="journal">Annals of Nuclear Energy</span>, <span class="year">2014</span></div>
|
||
<div class="abstract">Gamma-ray attenuation coefficients of xPbO⋅(0.90 − x)B2O3⋅0.10Al2O3 (x = 0.25, 0.30, 0.35, 0.40 and 0.45) glass system have been calculated with WinXCOM computer program developed by National Institute of Standards and Technology. Results have been further used to calculate half value layer and mean free path values. Gamma-ray shielding parameters of glass samples have been compared with standard nuclear radiation shielding concretes. The prepared glass samples have higher values of mass attenuation...</div>
|
||
</a>
|
||
<a class="article" target="blank" href="/10.1016/0168-583x(96)00196-6">
|
||
<div class="title">Gamma-ray attenuation coefficients in some heavy metal oxide borate glasses at 662 keV</div>
|
||
<div><span class="journal">Nuclear Instruments and Methods in Physics Research Section B: Beam Interactions with Materials and Atoms</span>, <span class="year">1996</span></div>
|
||
<div class="abstract">The linear attenuation coefficient (μ) and mass attenuation coefficients (μϱ) of glasses in three systems: xPbO(1 − x)B2O3, 0.25PbO · xCdO(0.75 − x)B2O3 and xBi2O3(1 − x)B2O3 were measured at 662 keV. Appreciable variations were noted in the attenuation coefficients due to changes in the chemical composition of glasses. In addition to this, absorption cross-sections per atom were also calculated. A comparison of shielding properties of these glasses with standard shielding materials like lead,...</div>
|
||
</a>
|
||
<a class="article" target="blank" href="/10.1016/j.radmeas.2004.09.009">
|
||
<div class="title">Gamma-ray attenuation studies of glass system</div>
|
||
<div><span class="journal">Radiation Measurements</span>, <span class="year">2006</span></div>
|
||
<div class="abstract">Abstract PbO – BaO – B 2 O 3 glass system has been investigated in terms of molar mass, mass attenuation coefficient and half value layer parameters by using gamma-ray at 511,662 and 1274 keV photon energies. Gamma-ray attenuation coefficients of the prepared glass samples have been compared with tabulations based upon the results of XCOM. Good agreement has been observed between experimental and theoretical tabulations. Our results have uncertainty less than 3%. Radiation shielding properties of the...</div>
|
||
</a>
|
||
<a class="article" target="blank" href="/10.1016/j.jnoncrysol.2017.06.001">
|
||
<div class="title">Investigation of structural, thermal properties and shielding parameters for multicomponent borate glasses for gamma and neutron radiation shielding applications</div>
|
||
<div><span class="journal">Journal of Non-Crystalline Solids</span>, <span class="year">2017</span></div>
|
||
<div class="abstract">Multicomponent borate glasses with the chemical composition (60 − x) B2O3–10 Bi2O3–10 Al2O3–10 ZnO–10 Li2O–(x) Dy2O3 or Tb4O7 (x = 0.5 mol%), and (60 − x − y) B2O3–10 Bi2O3–10 Al2O3–10 ZnO–10 Li2O–(x) Dy2O3–(y) Tb4O7 (x = 0.25, 0.5, 0.75, 1.0, 1.5, and 2.0 mol%, y = 0.5 mol%) have been fabricated by a conventional melt-quenching technique and were characterized by X-ray diffraction (XRD), Attenuated Total reflectance-Fourier transform Infrared (ATR-FTIR) spectroscopy, Raman...</div>
|
||
</a>
|
||
<a class="article" target="blank" href="/10.1063/1.4872741">
|
||
<div class="title">Gamma ray shielding and structural properties of Bi2O3−PbO−B2O3−V2O5 glass system</div>
|
||
<div><span class="journal">AIP Conference Proceedings</span>, <span class="year">2014</span></div>
|
||
<div class="abstract">The present work has been undertaken to evaluate the applicability of Bi2O3−PbO−B2O3−V2O5 glass system as gamma ray shielding material. Gamma ray mass attenuation coefficient has been determined theoretically using WinXcom computer software developed by National Institute of Standards and Technology. A meaningful comparison of their radiation shielding properties has been made in terms of their half value layer parameter with standard radiation shielding concrete 'barite'. Structural properties of...</div>
|
||
</a>
|
||
<a class="article" target="blank" href="/10.1016/j.radphyschem.2013.09.015">
|
||
<div class="title">Comparative study of gamma ray shielding and some properties of PbO–SiO2–Al2O3 and Bi2O3–SiO2–Al2O3 glass systems</div>
|
||
<div><span class="journal">Radiation Physics and Chemistry</span>, <span class="year">2014</span></div>
|
||
<div class="abstract">Gamma-ray shielding properties have been estimated in terms of mass attenuation coefficient, half value layer and mean free path values, whereas, structural studies have been performed in terms of density, optical band gap, glass transition temperature and longitudinal ultrasonic velocity parameters. X-ray diffraction, UV–visible, DSC and ultrasonic techniques have been used to explore the structural properties of PbO–SiO2–Al2O3 and Bi2O3–SiO2–Al2O3 glass systems.</div>
|
||
</a>
|
||
<a class="article" target="blank" href="/10.1016/j.ijleo.2021.166790">
|
||
<div class="title">Optical and radiation shielding features for a new series of borate glass samples</div>
|
||
<div><span class="journal">Optik</span>, <span class="year">2021</span></div>
|
||
<div class="abstract">A series of borate glass (80-y)B 2 O 3 -10ZnO-10CdO-yBaO, where 10 ≤ y ≤ 30, was synthesized by the melt quench method. The durability and optical features were explored to study the structural features. The sample S2 appears the highest durability than other samples. Several optical parameters were determined, such as bandgap, refractive index, reflection loss, metallization, and cutoff wavelength; these parameters show a good relationship with durability. Moreover, comprehensive radiation shielding...</div>
|
||
</a>
|
||
<a class="article" target="blank" href="/10.1063/1.4980454">
|
||
<div class="title">Gamma ray shielding and structural properties of PbO-P2O5-Na2WO4 glass system</div>
|
||
<div><span class="journal">AIP Conference Proceedings</span>, <span class="year">2017</span></div>
|
||
<div class="abstract">The present work has been undertaken to study the gamma ray shielding properties of PbO-P2O5-Na2WO4 glass system. The values of mass attenuation coefficient and half value layer parameter at photon energies 511, 662 and 1173 KeV have been determined using XCOM computer software developed by National Institute of Standards and Technology. The density, molar volume, XRD, UV-VIS and Raman studies have been performed to study the structural properties of the prepared glass system to check the possibility of...</div>
|
||
</a>
|
||
<a class="article" target="blank" href="/10.1590/1980-5373-mr-2016-0040">
|
||
<div class="title">Comparative Study of Radiation Shielding Parameters for Bismuth Borate Glasses</div>
|
||
<div><span class="journal">Materials Research</span>, <span class="year">2016</span></div>
|
||
<div class="abstract">Melt and quench technique was used for the preparation of glassy samples of the composition x Bi2O3-(1-x) B2O3 where x= .05 to .040. XCOM computer program is used for the evaluation of gamma-ray shielding parameters of the prepared glass samples. Further the values of mass attenuation coefficients, effective atomic number and half value layer for the glassy samples have been calculated in the energy range from 1KeV to 100GeV. Rigidity of the glass samples have been analyzed by molar volume of the prepared...</div>
|
||
</a>
|
||
<a class="article" target="blank" href="/10.1016/j.jpcs.2010.04.016">
|
||
<div class="title">Investigation of structural properties of lead strontium borate glasses for gamma-ray shielding applications</div>
|
||
<div><span class="journal">Journal of Physics and Chemistry of Solids</span>, <span class="year">2010</span></div>
|
||
<div class="abstract">Glasses of the system PbO–SrO–B2O3 with the value of molar ratio R (=PbO/B2O3) in the region 0.14≤R≤2.0 were prepared using the melt quenching technique. In order to evaluate gamma-ray shielding properties for glass samples, mass attenuation coefficients have been calculated with the XCOM computer program. The longitudinal velocities of ultrasonic waves were measured in these glass samples at room temperature using the pulse echo technique. The results indicate that with increase in R value,...</div>
|
||
</a>
|
||
<a class="article" target="blank" href="/10.1016/j.radphyschem.2014.04.032">
|
||
<div class="title">Gamma ray attenuation in a developed borate glassy system</div>
|
||
<div><span class="journal">Radiation Physics and Chemistry</span>, <span class="year">2014</span></div>
|
||
<div class="abstract">Measurements and calculations of gamma ray attenuation coefficients in glass barriers of xBaO–5ZnO–5MgO–14Na2O–-1Li2O–(75−x)B2O3, previously prepared by the melt-quenching technique [1], were performed for γ-ray of energies 121.8, 244.7, 344.14, 661.66, 778.7, 974, 1086.7, 1173.24, 1332.5, and 1407.9 keV; which emitted from 152Eu, 137Cs, and 60Co radioactive gamma ray sources. The transmitted γ-rays were detected by 3″×3″ and 5″×5″ NaI (Tl) scintillation γ-ray spectrometers, and a...</div>
|
||
</a>
|
||
<a class="article" target="blank" href="/10.1016/j.radphyschem.2021.109541">
|
||
<div class="title">Gamma rays and thermal neutron attenuation studies of special composite mixes for using in different applications</div>
|
||
<div><span class="journal">Radiation Physics and Chemistry</span>, <span class="year">2021</span></div>
|
||
<div class="abstract">Lead borate glass and unglazed ceramic composites have been investigated as shielding against gamma rays and thermal neutron. Attenuation parameters, mass attenuation coefficient and half-value layer using a wide range of gamma-rays energies 356, 511, 662, 1173, 1274 and 1332 keV, were determined. Transmitted gamma rays were measured by NaI(Tl) scintillation detector. Mass attenuation coefficients of the prepared composites samples have been measured experimentally and compared theoretically by XCOM,...</div>
|
||
</a>
|
||
<a class="article" target="blank" href="/10.1016/j.jnoncrysol.2018.12.010">
|
||
<div class="title">Physical, structural, optical and gamma radiation shielding properties of borate glasses containing heavy metals (Bi2O3/MoO3)</div>
|
||
<div><span class="journal">Journal of Non-Crystalline Solids</span>, <span class="year">2019</span></div>
|
||
<div class="abstract">In an attempt to develop a novel gamma radiation shielding glasses, we prepared borate glasses contains a high concentration of heavy metals like Bi2O3 and MoO3 with the composition of 20MoO3-(80-x)B2O3-xBi2O3, were x varied from 30 to 45 mol% using tradition melt-quenching-annealing method. A structural investigation such as XRD and FTIR were characterized to confirm the amorphous structure of the prepared glasses and prove the availability of all chemicals included in these compositions after the melting...</div>
|
||
</a>
|
||
<a class="article" target="blank" href="/10.1063/5.0052351">
|
||
<div class="title">Physical and radiation shielding properties of tantalum-zinc-sodium-borate glasses</div>
|
||
<div><span class="journal">AIP Conference Proceedings</span>, <span class="year">2021</span></div>
|
||
<div class="abstract">In this paper, the physical properties such as density, molar volume, oxygen packing density, oxygen molar volume of Zinc-Sodium-Borate glass system with different amounts of Tantalum oxide have been evaluated. In order to study the radiation shielding competence of the Tantalum-Zinc-Sodium-Borate glasses the mass attenuation coefficients and Half Value Layer (HVL) were calculated for γ-ray photon energies of 59.54, 122, 279, 356, 511, 662, 835 KeV. A comparison of the radiation shielding properties of...</div>
|
||
</a>
|
||
<a class="article" target="blank" href="/10.1016/j.saa.2018.08.038">
|
||
<div class="title">Investigation of bismuth borate glass system modified with barium for structural and gamma-ray shielding properties</div>
|
||
<div><span class="journal">Spectrochimica Acta Part A: Molecular and Biomolecular Spectroscopy</span>, <span class="year">2019</span></div>
|
||
<div class="abstract">In the present paper, transparent and non-toxic Bi2O3-B2O3 glasses doped with BaO have been prepared by the authors which may replace the standard radiation shielding concretes and lead based commercial glasses for gamma ray shielding applications. The effects of BaO on the structural and optical properties of the prepared glass system have been investigated by Raman, FTIR and UV–Visible techniques. It has been observed that barium plays the role of a modifier and it is responsible for conversion of...</div>
|
||
</a>
|
||
<a class="article" target="blank" href="/10.1063/1.5032878">
|
||
<div class="title">Evaluation of the gamma radiation shielding parameters of bismuth modified quaternary glass system</div>
|
||
<div><span class="journal">AIP Conference Proceedings</span>, <span class="year">2018</span></div>
|
||
<div class="abstract">Glasses modified with heavy metal oxides (HMO) are an interesting area of research in the field of gamma-ray shielding. Bismuth modified lithium-zinc-borate glasses have been studied whereby bismuth oxide is added from 0 to 50 mol%. The gamma ray shielding properties of the glasses were evaluated at photon energy 662 keV with the help of XMuDat computer program by using the Hubbell and Seltzer database. Various gamma ray shielding parameters such as attenuation coefficient, shield thickness in terms of...</div>
|
||
</a>
|
||
<a class="article" target="blank" href="/10.1016/j.net.2020.07.035">
|
||
<div class="title">Investigation of photon, neutron and proton shielding features of H3BO3–ZnO–Na2O–BaO glass system</div>
|
||
<div><span class="journal">Nuclear Engineering and Technology</span>, <span class="year">2021</span></div>
|
||
<div class="abstract">The current study aims to explore the shielding properties of multi-component borate-based glass series. Seven glass-samples with composition of (80-y)H3BO3–10ZnO–10Na2O–yBaO where (y = 0, 5, 10, 15, 20, 25 and 30 mol.%) were synthesized by melt-quench method. Various shielding features for photons, neutrons, and protons were determined for all prepared samples. XCOM, Phy-X program, and SRIM code were performed to determine and explain several shielding properties such as equivalent atomic number,...</div>
|
||
</a>
|
||
<a class="article" target="blank" href="/10.1063/5.0053029">
|
||
<div class="title">Gamma radiation shielding characteristics for some rare earth doped lead borate glasses</div>
|
||
<div><span class="journal">AIP Conference Proceedings</span>, <span class="year">2021</span></div>
|
||
<div class="abstract">A novel rare earth doped lead borate glass system (65B2O3–xGd2O3–xSm2O3-(35-2x) PbO) has been prepared by the means of melt-quench technique. XRD results confirm amorphous nature of glass samples. The density of glasses has been measured using Archimedes’ method. The fundamental radiation shielding parameters such as mass attenuation coefficient and effective atomic number decreases as PbO is replaced by Sm2O3 and Gd2O3 in the glass series. Whereas, the thickness normalizing parameters such as mean...</div>
|
||
</a>
|
||
<a class="article" target="blank" href="/10.1515/ract-2018-2938">
|
||
<div class="title">Evaluation of gamma-ray attenuation properties of lithium borate glasses doped with barite, limonite and serpentine</div>
|
||
<div><span class="journal">Radiochimica Acta</span>, <span class="year">2018</span></div>
|
||
<div class="abstract">Abstract The values of mass attenuation coefficient, the effective atomic number and the electron density of barite-doped, limonite-doped, serpentine-doped and undoped lithium borate glasses were obtained not only from experimental study using the narrow beam transmission method for 81, 121, 244, 276, 344, 383, 444 and 778 keV gamma energies with Hp-Ge detector, but also therotical work by WinXCom software (1 keV–10 5 MeV). From the obtained results, all glasses type mass attenuation coefficient values...</div>
|
||
</a>
|
||
<a class="article" target="blank" href="/10.1016/j.radphyschem.2017.03.031">
|
||
<div class="title">Evaluation of gamma-ray attenuation properties of bismuth borate glass systems using Monte Carlo method</div>
|
||
<div><span class="journal">Radiation Physics and Chemistry</span>, <span class="year">2017</span></div>
|
||
<div class="abstract">Abstract A Monte Carlo method was developed to investigate radiation shielding properties of bismuth borate glass. The mass attenuation coefficients and half-value layer parameters were determined for different fractional amounts of Bi2O3 in the glass samples for the 356, 662, 1173 and 1332 keV photon energies. A comparison of the theoretical and experimental attenuation coefficients is presented.</div>
|
||
</a>
|
||
<a class="article" target="blank" href="/10.1016/j.nucengdes.2014.12.033">
|
||
<div class="title">Correlation of gamma ray shielding and structural properties of PbO–BaO–P 2 O 5 glass system</div>
|
||
<div><span class="journal">Nuclear Engineering and Design</span>, <span class="year">2015</span></div>
|
||
<div class="abstract">The presented work has been undertaken to evaluate the applicability of BaO doped PbO-P2O5 glass system as gamma ray shielding material in terms of mass attenuation coefficient and half value layer at photon energies 662, 1173 and1332 keV. A meaningful comparison of their radiation shielding properties has been made in terms of their mass attenuation coefficient and HVL parameters with standard radiation shielding concrete ‘barite’. The density, molar volume, XRD, FTIR, Raman and UV–visible...</div>
|
||
</a>
|
||
<a class="article" target="blank" href="/10.1016/j.radphyschem.2019.04.005">
|
||
<div class="title">Borate multicomponent of bismuth rich glasses for gamma radiation shielding application</div>
|
||
<div><span class="journal">Radiation Physics and Chemistry</span>, <span class="year">2019</span></div>
|
||
<div class="abstract">Abstract In this work, six borate-bismuth glasses have been synthesized using a conventional melt-quenching-aneling process with a composition of (80-x)B2O3 10ZnO 10MgO-xBi2O3 where x = 10, 20, 30, 40, 50 and 60 mol%. The glasses were melted at 975 °C for 30 min and annealed at 300 °C for 5 h. Different physical properties of these glasses have been measured and estimated. X-ray diffraction has been utilized to investigate the structural nature of these glasses. Optical absorption and...</div>
|
||
</a>
|
||
<a class="article" target="blank" href="/10.1016/j.ceramint.2020.04.112">
|
||
<div class="title">Direct influence of mercury oxide on structural, optical and radiation shielding properties of a new borate glass system</div>
|
||
<div><span class="journal">Ceramics International</span>, <span class="year">2020</span></div>
|
||
<div class="abstract">Abstract A series of barium sodium borate glasses of chemical composition (60-x) B2O3+20Na2O2+20BaCO3+x HgO, (where x = 0, 2.5, 5, 7.5, 10, 12.5, and 15 wt%) doped with mercury oxide was synthesized. The melt-quenching method was used to synthesize the glass series at 1100 °C for melting and 60 min for annealing at 300 °C. X-ray diffraction was used to study the structure of the synthesized samples at room temperature between 10° and 70°. We used a Tensor Model 27 FTIR spectrometer to show the...</div>
|
||
</a>
|
||
<a class="article" target="blank" href="/10.1063/1.3526246">
|
||
<div class="title">Photon Interaction Parameters for Some Borate Glasses</div>
|
||
<div><span class="journal">AIP Conference Proceedings</span>, <span class="year">2010</span></div>
|
||
<div class="abstract">Some photon interaction parameters of dosimetric interest such as mass attenuation coefficients, effective atomic number, electron density and KERMA relative to air have been computed in the wide energy range from 1 keV to 100 GeV for some borate glasses viz. barium‐lead borate, bismuth‐borate, calcium‐strontium borate, lead borate and zinc‐borate glass. It has been observed that lead borate glass and barium‐lead borate glass have maximum values of mass attenuation coefficient, effective atomic...</div>
|
||
</a>
|
||
<a class="article" target="blank" href="/10.1007/s42452-020-2115-7">
|
||
<div class="title">Effect of gamma ray on some properties of bismuth borate glasses containing different transition metals</div>
|
||
<div><span class="journal">SN Applied Sciences</span>, <span class="year">2020</span></div>
|
||
<div class="abstract">This work aims to study the influence of gamma irradiation on some bismuth borate glasses doped with different transition metal oxides (CuO, CoO, ZnO and CdO). The structure of the glass matrix was analyzed by Fourier transform infrared and ultraviolet–visible spectroscopy before and after gamma irradiation at doses of 1 kGy, 20 kGy and 50 kGy. Additionally, the attention is made in determining the attenuation parameters against gamma rays. Mass attenuation coefficient determined experimentally and...</div>
|
||
</a>
|
||
<a class="article" target="blank" href="/10.1016/j.jnoncrysol.2014.08.003">
|
||
<div class="title">Radiation shielding competence of silicate and borate heavy metal oxide glasses: Comparative study</div>
|
||
<div><span class="journal">Journal of Non-Crystalline Solids</span>, <span class="year">2014</span></div>
|
||
<div class="abstract">Abstract Gamma-ray shielding competence of silicate and borate heavy metal oxide glasses has been investigated using linear attenuation coefficients, effective atomic numbers and exposure buildup factors (EBF). The gamma-ray EBF were computed using the Geometric Progression (G-P) fitting method for photon energies from 0.015 to 15 MeV, and for penetration depths up to 40 mean free paths (mfps). The macroscopic effective removal cross-section for fast neutron has been calculated for energy range from 2 to...</div>
|
||
</a>
|
||
<a class="article" target="blank" href="/10.1002/pssb.202000417">
|
||
<div class="title">Investigation of Gamma‐Radiation Shielding Properties of Cadmium Bismuth Borate Glass Experimentally and by Using XCOM Program and MCNP5 Code</div>
|
||
<div><span class="journal">physica status solidi (b)</span>, <span class="year">2020</span></div>
|
||
<div class="abstract">New glass systems of bismuth borate with various concentrations of cadmium oxide are prepared based on the melt-quenching method. The X-ray diffraction (XRD) reveals a fully amorphous structure of the prepared glasses (S1–S4), and the UV–vis results display good transparency (>50%) in the visible and near-UV region. In addition, the radiation shielding properties (mass attenuation coefficient, half-value layer, tenth value layer, mean free path, effective atomic number, and electron density) of the new...</div>
|
||
</a>
|
||
<a class="article" target="blank" href="/10.1016/j.matchemphys.2018.04.106">
|
||
<div class="title">Comparative investigations of gamma and neutron radiation shielding parameters for different borate and tellurite glass systems using WinXCom program and MCNPX code</div>
|
||
<div><span class="journal">Materials Chemistry and Physics</span>, <span class="year">2018</span></div>
|
||
<div class="abstract">In the present article, for different chemical compositions of B2O3‒Bi2O3, B2O3‒Sb2O3, B2O3‒WO3‒La2O3, B2O3‒MoO3‒ZnO, and TeO2‒MO (M = Mg, Ba, and Zn) glasses, by applying WinXCom program we calculated the mass attenuation coefficient (μ/ρ) values, and from these values, the effective atomic number (Zeff), electron density (Ne), mean free path (MFP), half-value layer (HVL), and exposure buildup factor (EBF) values using Geometric progression (G‒P) fitting method, including macroscopic...</div>
|
||
</a>
|
||
<a class="article" target="blank" href="/10.1016/j.net.2020.06.034">
|
||
<div class="title">Investigations on borate glasses within SBC-Bx system for gamma-ray shielding applications</div>
|
||
<div><span class="journal">Nuclear Engineering and Technology</span>, <span class="year">2021</span></div>
|
||
<div class="abstract">This paper examines gamma-ray shielding properties of SBC-Bx glass system with the chemical composition of 40SiO2–10B2O3–xBaO–(45-x)CaO– yZnO– zMgO (where x = 0, 10, 20, 30, and 35 mol% and y = z = 6 mol%). Mass attenuation coefficient (μ/ρ) which is an essential parameter to study gamma-ray shielding properties was obtained in the photon energy range of 0.015–15 MeV using PHITS Monte Carlo code for the proposed glasses. The obtained results were compared with those calculated by WinXCOM...</div>
|
||
</a>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
|
||
</body></html> |