the effecth of some chemicals on growth of two azotobacter chroococcum and aniline caused significant increase of growth
The organization uses many techniques and methods to ensure that they will succeed and adapted with velocity change in the internal and external environment by decision taking, especially strategic decisions.
Strategic decisions are very important for organization success because it can predict the future and deal with uncertainty, in this circumstances they need accurate and comprehensive information to make effective strategic decision.
To achieve that purpose it must owned successful Strategic Information System ( SIS ) and determined the critical success factors for this system ,which can assisted the worker to focus on the important activities to develop it.
... Show MoreThe experiment was carried out to study the effect of variety and gibberellic acid in concentration (0 and 50)mg.lat-1 and BL in five concentration (0, 0.50 ,1 ,2 and 3)mg.ltr-1 and their interaction in some chemical Characteristics and total chlorophyll for Dill plant . the experiment designed according Randomized Complete Block Design (RCBD) and three replicates per treatment, compared to the average using less significant difference at the level of probability (0.05) , the results showed the following:- The effect of brassinolide with it,s concentrations led to obtain a significant increase in all the studied characteristics, so the superiority of the concentration of 2 mg.L-1 of brassinolide in each of Ca, Mg,Fe, and total chlorophyll T
... Show MoreTwo grades of paving asphalt with penetration of 46 and 65 are studied for determining changes in their physical and chemical properties caused by ageing.
The ageing process has been conducted on two petroleum paving asphalt cement using thin film oven test at 150, 163 and 175 C, and ageing time 5, 10,15, 20, 25 and 30 hours. The effect of ageing time and temperature on penetration, kinematic viscosity, softening point, solubility in trichloroethylene, heat loss and changes in chemical composition are investigated. The results of thin film oven test process indicte that the asphaltenes concentration of all aged asphalt increases with increasing ageing time, while the opposite was observed for polar-aromatic and naphthene-aromatic. The
content Analysis for Some Type of Pillows used in Iraqi houses
The main objectives of this study were investigating the effects of the maximum size of coarse Attapulgite aggregate and micro steel fiber content on fresh and some mechanical properties of steel fibers reinforced lightweight self-compacting concrete (SFLWSCC). Two series of mixes were used depending on maximum aggregate size (12.5 and 19) mm, for each series three different steel fibers content were used (0.5 %, 1%, and 1.5%). To evaluate the fresh properties, tests of slump flow, T500 mm, V funnel time, and J ring were carried out. Tests of compressive strength, splitting tensile strength, flexural tensile strength, and calculated equilibrium density were done to evaluate mechanical properties. For reference mixes, the
... Show MoreThe article discusses the spatial analysis of the chemical soil properties that is a key component of the agriculture ecosystem based on satellite images. The main objective of the present study is to measure the chemical soil properties (total dissolved salts (TDS), Electrical conductivity (EC), PH, and) and the spatial variability. On 13 November 2020 (wet season), a total of 12 soil samples were collected in the field through random sampling in the Sanam mountain-Al Zubair region south of Basra province, to contain its soil samples components of minerals and precious elements such as silica and sulfur. From experimental results, the soil sample in the sixth position has the highest concentration of TDS values, reached (5798.4
... 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.