In the beta decay process, a neutron converts into a proton, or vice versa, so the atom in this process changes to a more stable isobar. Bethe-Weizsäcker used a quasi-experimental formula in the present study to find the most stable isobar for isobaric groups of mass nuclides (A=165-175). In a group of isobars, there are two methods of calculating the most stable isobar. The most stable isobar represents the lowest parabola value by calculating the binding energy value (B.E) for each nuclide in this family, and then drawing these binding energy values as a function of the atomic number (Z) in order to obtain the mass parabolas, the second method is by calculating the atomic number value of the most stable isobar (ZA). The results show that the mass parabolas of isobar elements with an even mass number (A=even) vary from the mass parabolas of isobar elements with an odd mass number (A=odd), In the case of single isobars, it has one parabola, meaning that it has one stable isobar, while we find that the pairs isobars appear to have two parabolas, meaning that it has more than one stable isobar. When we compared the two methods used in this study to determine the most stable isobars, we found that in two techniques for odd isobars, stable isobars are mostly the same nuclide, whereas in suitcases of even isobars with two stable isobars (only one of them are same stable isobars).
Local and global bifurcations of food web model consists of immature and mature preys, first predator, and second predator with the current of toxicity and harvesting was studied. It is shown that a trans-critical bifurcation occurs at the equilibrium point
The rehabilitation of deteriorated pavements using Asphalt Concrete (AC) overlays consistently confronts the reflection cracking challenge, where inherent cracks and joints from an existing pavement layer are mirrored in the new overlay. To address this issue, the current study evaluates the effectiveness of Engineered Cementitious Composite (ECC) and geotextile fabric as mitigation strategies. ECC, characterized by its tensile ductility, fracture resistance, and high deformation capacity, was examined in interlayer thicknesses of 7, 12, and 17 mm. Additionally, the impact of geotextile fabric positioning at the base and at 1/3 depth of the AC specimen was explored. Utilizing the Overlay Testing Machine (OTM) for evaluations, the research d
... Show MoreAbstract
Objective(s): to Evaluation of Parents’ Knowledge about Nutritional Management of kids with Phenylketonuria; to Identify the association between parents’ Knowledge about nutritional management then their demographic variables of fathers, mothers (parents age, residence then socioeconomic position).
Methodology: A non-experimental project; was accompanied on parents of phenylketonuria kid in Baghdad town since the period 3 June to 5 October 2022. A Non-probability sample (convenience) of 35 PKU children and their parents (father and mother) was selected Purposively from the hospitals that are select for the study. A survey is built for the purpose of the educa
... Show MoreHair is an excellent indicator for abnormal concentration of toxic elements , In this study a random samples from girls hair of 12 cm long were irradiated by a flux of neutrons (4x10^ n/ cm^.s) obtained from an Am-Be neutron source of 5-Ci activitity . The y-ray activity measurements were carried out by using a " 5x5 " well- type Nal (Tl) detector. The study indicates clearly that the maximum concentration of elements was at about 7 cm hair length.
Background: Colorectal Cancer (CRC) is one of the most serious health problems and Herpes viridae may hasten the progression of colon cancer. Aim: The purpose of conducting this research is to investigate the existence of Herpes Simplex Virus (HSV1) infection in samples of Colorectal Cancer (CRC) compared with normal tissue. Material and Methods: 40 samples of tissues (30 patients ) with CRC, and (10 samples) of normal tissue (without cancer) were obtained, for immunohistochemically analysis of Herpes Simplex Virus (HSV1) expression Results: The results showed no significant data to justify the link between both Herpes Simplex Virus (HSV1) and human colorectal cancer. Despite of presence of Herpes Simplex Virus (HSV1) found in
... Show MoreThis paper is devoted to investigate the effect of burning by fire flame on the behavior and load carrying capacity of rectangular reinforced concrete rigid beams. Reduced scale beam models (which are believed to resemble as much as possible field conditions) were suggested. Five end restrained beam specimens were cast and tested. The specimens were subjected to fire flame temperatures ranging from (25-750) ºC at age of 60 days, two temperature levels of 400ºC and 750ºC were chosen with exposure duration of 1.5 hour. The cast rectangular reinforced concretebeam (2250×375×375 mm) (length× width× height respectively) were subjected to fire. Results indicate remarkable reduction in the ultrasonic pulse velocity and rebound number of
... Show MoreThe role of the public sector- Investment customizations- economic embargo - The role of the private sector - Coexistence between the public and private sectors - Ratio of growth
A skip list data structure is really just a simulation of a binary search tree. Skip lists algorithm are simpler, faster and use less space. this data structure conceptually uses parallel sorted linked lists. Searching in a skip list is more difficult than searching in a regular sorted linked list. Because a skip list is a two dimensional data structure, it is implemented using a two dimensional network of nodes with four pointers. the implementation of the search, insert and delete operation taking a time of upto . The skip list could be modified to implement the order statistic operations of RANKand SEARCH BY RANK while maintaining the same expected time. Keywords:skip list , parallel linked list , randomized algorithm , rank.