Preferred Language
Articles
/
joe-1847
Main Delay Factors of Implementation EPC Construction Projects in Iraq
...Show More Authors

This essay aims to highlight the most important issues and difficulties facing implementing large projects that follow the turn-key method, considered one of the types of contractual methods in Iraq, especially for large and complex projects requiring speedy completion. The projects implemented in this way face delays and delays in completion, which led to the lack of benefit from the projects for which they were implemented, especially those affecting the lives of citizens within the health sector. The case study dealt with the construction of hospitals with multi-bed capacities within multiple governorates in Iraq, With large financial allocations within the federal budget of the Government of Iraq over several years. After conducting a descriptive statistical analysis of the data obtained through a field survey and interviews with individuals working in the construction sector with experience in their field. The most important 10 factors were identified from a list of 51 delay factors (distributed according to the questionnaire forms) with a high RII. These factors were related to the delay in the payment of the contractor's dues, the delay in processing materials, the issuance of new instructions and regulations, the delay in obtaining official approvals from the relevant authorities, Errors in designs or contracting documents, lack of cooperation between the contracting parties, and multiple spare orders for reasons belonging to the employer. The article also included the most important suggestions that contribute to reducing the delay in completing projects.

Crossref
View Publication Preview PDF
Quick Preview PDF
Publication Date
Sun Jun 30 2013
Journal Name
Al-kindy College Medical Journal
Risk Factors for Recurrent Febrile Convulsions in Children
...Show More Authors

Background: Febrile convulsions are the most frequent type of seizures in children under 6 years of age. Significant percentage of these children will later suffer from recurrence of febrile convulsion.Objectives: To identify the main risk factors for recurrent febrile convulsions in children.Methods: we carried out a case control study involving 89 children those who experienced first attack of febrile convulsions and 92 children with recurrent attack of febrile convulsions. The study was conducted in Central Children Teaching Hospital, Baghdad during the period 2006- 2007. Results: Compared to children with first attack of febrile convulsion, children with recurrent seizures were younger at onset (4- 12m) (67% vs. 44%), mainly male (70

... Show More
View Publication Preview PDF
Publication Date
Mon Jul 10 2023
Journal Name
Jordan Journal Of Civil Engineering
Factors Affecting Maintenance Practises in Iraq’s Hospital Buildings
...Show More Authors

A lack of adequate building maintenance is a significant obstacle faced by governmental hospitals. This paper evaluates factors that negatively impact building-maintenance practices in Iraq. A literature review was conducted to identify factors affecting maintenance. A list of 42 factors affecting hospital-buildings was collected from previous studies and tested using a structured questionnaire distributed to hospital-maintenance experts. During the data analysis, 76 valid questionnaires were used. Based on the respondents’ ratings, the relative-importance index (RII) was used to determine the level of importance of each factor. From the results, it was concluded that twelve factors affect maintenance practices in hospital buildin

... Show More
View Publication
Scopus (3)
Crossref (1)
Scopus Clarivate Crossref
Publication Date
Sat Dec 01 2018
Journal Name
Political Sciences Journal
Affecting factors in Yemeni - Russian Relations after 2011
...Show More Authors

Thethesis of theresearch is to deal with relations between Russia and Yemen after 2011.That relationwas significant in different fields, historic, economic, strategic and cultural ones. There are mutual interestsbetweenRussia and Yemen, especially with the economic development and growth in Russia as an important partner to Yemen.Their has to an a great deal of progress in different types of relations, where as they were only partner in military relations. The studywasclassifiedintoto three sections: the first section dealt with strategic importance of Yemen to Russia. And second section dealt withthe military factor between Russia and Yemen. While the third section dealt with the economic factor between Russia and Yemen. In addi

... Show More
View Publication Preview PDF
Crossref
Publication Date
Sun Apr 30 2017
Journal Name
Journal Of Engineering
Implementation of a Proposed Load-Shedding System Using Altera DE2 FPGA
...Show More Authors

A load-shedding controller suitable for small to medium size loads is designed and implemented based on preprogrammed priorities and power consumption for individual loads. The main controller decides if a particular load can be switched ON or not according to the amount of available power generation, load consumption and loads priorities. When themaximum allowed power consumption is reached and the user want to deliver power to additional load, the controller will decide if this particular load should be denied receiving power if its priority is low. Otherwise, it can be granted to receive power if its priority is high and in this case lower priority loads are automatically switched OFF in order not to overload the power generation. The

... Show More
View Publication Preview PDF
Publication Date
Wed Sep 10 2014
Journal Name
International Journal Of Computer Applications
Design and Implementation of Appliance Controller using Traditional or Smart Phone
...Show More Authors

Mobile phones are widely used nowadays, for different application such as wireless control and monitoring due to its availability and ease of use. The implemented system is based on "global system mobile (GSM)" network by using "short message service (SMS)". The design mainly contains a GSM modem and interfacing unit circuit with microcontrollers. This system could control up to eight different electrical devices such as light, Air conditioner, washing machine and many more applications which needed in daily life in different area (House, Office, or factory, etc.). The control is done by sending a specific SMS messages from traditional or smart phone. The controlling devices are restricted to a pre-defined phone number and are set in the so

... Show More
View Publication
Publication Date
Sat Dec 17 2022
Journal Name
Journal Of Al-ma'moon College
Simulation and Implementation of SNR Measurement processor for Adaptive Communication Systems
...Show More Authors

Preview PDF
Publication Date
Wed Jan 15 2020
Journal Name
Iraqi Journal Of Laser
Electronically Implementation and Detection of Pulse Laser from Continuous Laser Diode
...Show More Authors

This research aims to design a high-speed laser diode driver and photodetector, the result is the
design of the high-speed laser diode driver with a short pulse of 10 ns at 30 KHz frequency and the
delivered maximum pulse voltage is 5.5 mV. Also, its optical output power of the laser diode driver is
about 2.529 mW for the centroied wavelength 1546.7 nm with FWHM of 286 pm and (1270-1610) nm.
The design of the circuit based on bipolar transistor where the input pulse signal is simply generated by
an arduino kit with 15 kHz frequency and then compensated to trigger to small signal amplifier which
was is simply NPN C3355 transistor and the output is a current driver to the laser diode. OptiSystem
software and Electronic

... Show More
View Publication Preview PDF
Publication Date
Tue Jun 01 2021
Journal Name
Iop Conference Series: Earth And Environmental Science
Implementation of hierarchically porous zeolite-polymer membrane for Chromium ions removal
...Show More Authors
Abstract<p>This work deals with the preparation of a zeolite/polymer flat sheet membrane with hierarchical porosity and ion-exchange properties. The performance of the prepared membrane was examined by the removal of chromium ions from simulated wastewater. A NaY zeolite (crystal size of 745.8 nm) was prepared by conventional hydrothermal treatment and fabricated with polyethersulfone (15% PES) in dimethylformamide (DMF) to obtain an ion-exchange ultrafiltration membrane. The permeate flux was enhanced by increasing the zeolite content within the membrane texture indicating increasing the hydrophilicity of the prepared membranes and constructing a hierarchically porous system. A membrane contain</p> ... Show More
View Publication
Scopus (30)
Crossref (18)
Scopus Crossref
Publication Date
Sun Feb 10 2019
Journal Name
Journal Of The College Of Education For Women
IMPLEMENTATION OF THE SKIP LIST DATA STRUCTURE WITH IT'S UPDATE OPERATIONS
...Show More Authors

A 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.

View Publication Preview PDF
Publication Date
Sat Apr 01 2023
Journal Name
Bulletin Of Electrical Engineering And Informatics
Implementation and performance evaluation of multi level pseudo random sequence generator
...Show More Authors

In this paper, introduce a proposed multi-level pseudo-random sequence generator (MLPN). Characterized by its flexibility in changing generated pseudo noise (PN) sequence according to a key between transmitter and receiver. Also, introduce derive of the mathematical model for the MLPN generator. This method is called multi-level because it uses more than PN sequence arranged as levels to generation the pseudo-random sequence. This work introduces a graphical method describe the data processing through MLPN generation. This MLPN sequence can be changed according to changing the key between transmitter and receiver. The MLPN provides different pseudo-random sequence lengths. This work provides the ability to implement MLPN practically

... Show More
View Publication
Scopus Crossref