This study has been done on plant [Adhatoda vasicia , Acanthaceae family],which has been collected from gardens of university of Baghdad The leaves of plant were extracted by methanol alcohol obtain the crude extraction good ratio(30%).Eighty swabs or samples were collected from several wounds patients of hospitals in Baghdad city.These swabs were cultured on blood and MacConkey ager to isolate bacteria and identified by appearance and bio chemical tests.The results showed that(60)somples were positive(75%)for tests bacteria white the other(20)swabs were negative(25%).The bacteria were identified as Pseudomonas aeruginosa ,Staphylococcus awreus , Esherichia coli,Proteus spp and Klebsiella spp; and their number percentage were(32)isolates(
... Show MoreIn this research the relation between skin resistances and standard penetration test of over consolidated
clay soils has been studied. The research includes doing boreholes at Babil governorate in Iraq to get
undisturbed samples and standard penetration test. Determination skin friction from direct shear test between
smooth concrete and soil was explored in laboratory for design purposes and correlated with standard
penetration test values. In many foundation design problems, the shear strength between soil and
foundation materials were estimated or correlated without any direct methods for measurement.
Twelve strain controlled direct shear tests were performed simulate the shear strength interaction
between smooth c
With the increasing demands to use remote sensing approaches, such as aerial photography, satellite imagery, and LiDAR in archaeological applications, there is still a limited number of studies assessing the differences between remote sensing methods in extracting new archaeological finds. Therefore, this work aims to critically compare two types of fine-scale remotely sensed data: LiDAR and an Unmanned Aerial Vehicle (UAV) derived Structure from Motion (SfM) photogrammetry. To achieve this, aerial imagery and airborne LiDAR datasets of Chun Castle were acquired, processed, analyzed, and interpreted. Chun Castle is one of the most remarkable ancient sites in Cornwall County (Southwest England) that had not been surveyed and explored
... Show MoreThe present research aims to identify and define the basic dimensions of the information management strategy and the administrative creativity in the Faculty of Management and Economics / the University of Kirkuk, as well as the role played by the dimensions of the information technology management strategy in achieving the administrative innovation in the college and the research problem was formulated in several questions. The research problem was formulated in several questions centered on the correlation between the research variables, and the research was based on a major hypothesis and five sub-hypotheses emerged from which it was subjected to several tests to ensure its validity. The researcher used the descriptive-analyti
... Show MoreThree-dimensional (3D) reconstruction from images is a most beneficial method of object regeneration by using a photo-realistic way that can be used in many fields. For industrial fields, it can be used to visualize the cracks within alloys or walls. In medical fields, it has been used as 3D scanner to reconstruct some human organs such as internal nose for plastic surgery or to reconstruct ear canal for fabricating a hearing aid device, and others. These applications need high accuracy details and measurement that represent the main issue which should be taken in consideration, also the other issues are cost, movability, and ease of use which should be taken into consideration. This work has presented an approach for design and construc
... 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.