Iron status can affect the outcome of
This paper constructs a new linear operator associated with a seven parameters Mittag-Leffler function using the convolution technique. In addition, it investigates some significant second-order differential subordination properties with considerable sandwich results concerning that operator.
The research aimed at studying the inhibitive effect of the hot watery dry and ethanolic ginger(85%) and fragrant oil which are added in concentrates of o.o25, o.o5o and 0.1g / 100g respectively in the growth of bacteria and molds. The results of the initial chemical diagnosis showed containment of ginger roots extract on. Alkaloids, Glycosides, Flavonoids and Suponins. The highest inhibitive effect of the bacteria reached the concentrate . 0.1% of the oil extract then the concentrate 0.050% of the ethanolic hot extract follows it. While 0.1% was the least inhibitive concentrate for the hot watery extract. But the inhibitive effect of the hot oily and alcoholic extracts in the numbers of molds colonies was 0.025%, when the concentrate 0.1%
... Show MoreLocal 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
Abstract
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.
This 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 MoreA 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.