Nowadays, the use of recycled waste construction materials instead of aggregates is becoming popular in construction owing to its environmental benefits. This paper presents an experimental and analytical campaign to study the behavior of axially loaded columns constructed from recycled aggregates. The latter was used instead of natural aggregates, and they were collected from the waste of previous concrete constructions. Different concrete mixtures made from varying amounts of recycled aggregates ranged from 0 to 50% of the total coarse aggregate were conducted to achieve 28 MPa. The effect of steel fibers is another investigated variable with volumes ranged from 0 to 2% concerning concrete’s mixture. The experimental results showed that the concrete strength is dependent on the amount of recycled aggregates. When the recycled aggregates were less than 30% of the total aggregates, they had a negligible effect on concrete strength and the load carrying capacity of the column models were improved. Also, the presence of steel fibers enhanced the load carrying capacity of the columns constructed from concrete with recycled aggregates of more than 30%. Finite element analysis (using ANSYS 16.1 software program) was conducted to simulate the experimental investigations, and they achieved good agreements with the test results.
Current research aims to analyze the relationship and impact of the explanatory variable transcendental leadership, which includes dimensions (values and attitudes, behavior, spirituality, vision and hope/faith) in the responsive variable university performance dimensions (relationships and resources available, human capital development, scientific research, community service). Field research for the leaders of a number of colleges of the University of Baghdad of the deans of the colleges of research and assistants of deans and heads of departments, the main research problem was the important question (what is the role of transcendent leadership in promotin
... Show More
Water Quality Index (WQI) as a tool to assess the water quality status provides advice related to the use of water quality monitoring data and it is a way for combining the complex water quality data into a single value or single statement.The present study was conducted on Al- Hilla river in the middle of Iraq from August 2012 to July 2013 at five selected stations in the river, from Al- Musaib city to Al- Hashimya at the south of Hilla to determine its suitability for aquatic environment (GWQI), drinking water (PWSI) and irrigation (IWQI).This index offers a useful representation of the overall quality of water for public or any intended use as well as indicating pollution, water quality management, and decision making. According to th
... Show MoreAbstract
This research aims to identify the role of Psychological Capital (PsyCap) in the Spirituality at the Workplace (SAW) for a sample of the teaching staff of the four Colleges of the University of Kufa reached (200) out of (470) teaching, and to achieve the objective of this research and through access to research and studies of foreign adopted researchers standards scales of research variables, since it relied on the model (Luthans, Youssef, et al., 2007) to represent the components of Psychological Capital (self-efficacy, and hope, and optimism, and resilience), and given the attention organizations in the human element because of it
... Show MoreZernike Moments has been popularly used in many shape-based image retrieval studies due to its powerful shape representation. However its strength and weaknesses have not been clearly highlighted in the previous studies. Thus, its powerful shape representation could not be fully utilized. In this paper, a method to fully capture the shape representation properties of Zernike Moments is implemented and tested on a single object for binary and grey level images. The proposed method works by determining the boundary of the shape object and then resizing the object shape to the boundary of the image. Three case studies were made. Case 1 is the Zernike Moments implementation on the original shape object image. In Case 2, the centroid of the s
... Show MoreMy study here is about the (possible for itself) features especially in the (Alashaira) opinion, also I touch to the other logicians opinions, I clarified these features concisely in the preface to be clear in front of the reader, I made it in two studies and five subjects.I talked about the meaning of the existence in the ((possible for itself) theme, and I clarified its types in the logicians and the philosophers' opinions, through which the existence and the nonexistence are equal in it, as it cannot be existed nor be nonsexist unless with a separated reason, and there is no necessity to oblige its existence, or its nonexistence is impossible.Then I talked about the outweighing of the (possible for itself) as one side of the exi
... 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.