Soil stabilization with liquid asphalt is considered as a sustainable step towards roadway construction on problematic subgrade soil, there are no requirements to import good quality materials or to implement energy consumption, but to mix the readily available soil with liquid asphalt through the cold mix technique. In this work, collapsible soil obtained from Nasiriya was mixed with asphalt emulsion, lime, and combinations of lime and asphalt emulsion (combined stabilization) and tested in the laboratory for California bearing ratio in dry and soaked conditions. Field trial sections have been prepared with the same combinations and subjected to plate bearing test. The influence of combined stabilization on the structural properties in ter
... Show MoreThe subject of the research seeks to indicate the level of influence of emotional intelligence in the empowerment of workers in the Ministry of Industry and Minerals General Company for Food Products. The research problem is illustrated by knowing all of the following:
- The level of the relationship between emotional intelligence in promoting the empowerment of employees of the Ministry of Industry and Minerals.
- The impact of emotional intelligence on the empowerment of workers in the ministry.
- Recognize the interest of the management of the Ministry of Industry and Minerals in emotional intelligence and the
Abstract:
This study deals with the influence of the industrial buyer behavior in Channels of distribution. It concentrates on one section of management levels in the company. Which is that of administrative managers The research problem is attempt to study and analysis the influence of industrial buyer behavior in channels of distribution.. The aiming at achieving a number of applicable goals depending on one major hypotheses I set a questionnaire in collecting the data and information relating to the study، which was distributed to sample of ( 30) department manager heads of section states company . In order to process the data resorted to many statistical methods such as arithmetic means the sta
... Show More The performance of asphalt concrete pavement has affected by many factors, the temperature is the most important environmental one which has a large effect on the structural behavior of flexible pavement materials. The main cause of premature failure of pavement is the rutting, Due to the viscoelastic nature of the asphalt cement, rutting is more pronounced in hot climate areas because the viscosity of the asphalt binder which is
inversely related to rutting is significantly reduced with the increase in temperature resulting in a more rut susceptible paving mixtures. The objective of this study is to determine the effect of temperatures variations on the permanent deformation parameters (perm
Nanoparticles (NPs) based techniques have shown great promises in all fields of science and industry. Nanofluid-flooding, as a replacement for water-flooding, has been suggested as an applicable application for enhanced oil recovery (EOR). The subsequent presence of these NPs and its potential aggregations in the porous media; however, can dramatically intensify the complexity of subsequent CO2 storage projects in the depleted hydrocarbon reservoir. Typically, CO2 from major emitters is injected into the low-productivity oil reservoir for storage and incremental oil recovery, as the last EOR stage. In this work, An extensive serious of experiments have been conducted using a high-pressure temperature vessel to apply a wide range of CO2-pres
... 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.