Preferred Language
Articles
/
fRd8Qo8BVTCNdQwCfGdR
Multiple and Coherent Noise Removal from X-Profile 2D Seismic Data of Southern Iraq Using Normal Move Out-Frequency Wavenumber Technique
...Show More Authors

Multiple eliminations (de-multiple) are one of seismic processing steps to remove their effects and delineate the correct primary refractors. Using normal move out to flatten primaries is the way to eliminate multiples through transforming these data to frequency-wavenumber domain. The flatten primaries are aligned with zero axis of the frequency-wavenumber domain and any other reflection types (multiples and random noise) are distributed elsewhere. Dip-filter is applied to pass the aligned data and reject others will separate primaries from multiple after transforming the data back from frequency-wavenumber domain to time-distance domain. For that, a suggested name for this technique as normal move out- frequency-wavenumber domain method for multiple eliminations. The method is tested on a fake reflection event to authorize their validity, and applied to a real field X-profile 2D seismic data from southern Iraq. The results ensure the possibility of internal multiple types existing in the deep reflection data in Iraq and have to remove. So that the interpretation for the true reflectors be valid. The final processed stacked seismic data using normal move out- frequency-wavenumber domain technique shows good, clear, and sharp reflectors in comparison with the conventional normal move out stack data. Open-source Madagascar reproducible package is used for processing all steps of this study and the package is very efficient, accurate, and easy to implement normal move out, frequency-wavenumber domain, Dip-filter programs. The aim of the current study is to separate internal multiples and noise from the real 2D seismic data.

Scopus Crossref
View Publication
Publication Date
Mon Feb 01 2021
Journal Name
Https://www.researchgate.net/journal/university-of-baghdad-engineering-journal-1726-4073
Electrical Conductivity as a General Predictor of Multiple Parameters in Tigris River Based on Statistical Regression Model
...Show More Authors

Surface water samples from different locations within Tigris River's boundaries in Baghdad city have been analyzed for drinking purposes. Correlation coefficients among different parameters were determined. An attempt has been made to develop linear regression equations to predict the concentration of water quality constituents having significant correlation coefficients with electrical conductivity (EC). This study aims to find five regression models produced and validated using electrical conductivity as a predictor to predict total hardness (TH), calcium (Ca), chloride (Cl), sulfate (SO4), and total dissolved solids (TDS). The five models showed good/excellent prediction ability of the parameters mentioned above, which is a very

... Show More
Crossref (1)
Crossref
Publication Date
Mon Feb 01 2021
Journal Name
Journal Of Engineering
Electrical Conductivity as a General Predictor of Multiple Parameters in Tigris River Based on Statistical Regression Model
...Show More Authors

Surface water samples from different locations within Tigris River's boundaries in Baghdad city have been analyzed for drinking purposes. Correlation coefficients among different parameters were determined. An attempt has been made to develop linear regression equations to predict the concentration of water quality constituents having significant correlation coefficients with electrical conductivity (EC). This study aims to find five regression models produced and validated using electrical conductivity as a predictor to predict total hardness (TH), calcium (Ca), chloride (Cl), sulfate (SO4), and total dissolved solids (TDS). The five models showed good/excellent prediction ability of the parameters mentioned

... Show More
View Publication Preview PDF
Crossref (1)
Crossref
Publication Date
Thu Dec 01 2016
Journal Name
Journal Of Economics And Administrative Sciences
Integrative analysis of the value & supply chains and its impact in supporting customer value An application study in Southern Cement Company - Kufa Cement Plant
...Show More Authors

Abstract\

The value chain analysis is main tools to achieve effective and efficient cost management; it requires a depth and comprehensive understanding for all internal and external activities associated with creating value.  Supply chain as apart of value chain, that means managing it in active and efficient can achieve great results when adopting a comprehensive and integrated performance for these two chains activities. The research aims to identify possible ways to integrate the performance of value and supply chains of the sample" Kufa-cement plant" and determine the effect of this integration in enhancing customer value. The research arrival that logical and integrated analysis of value and supply chains helps

... Show More
View Publication Preview PDF
Crossref (1)
Crossref
Publication Date
Tue Mar 28 2017
Journal Name
Iraqi Journal Of Pharmaceutical Sciences ( P-issn 1683 - 3597 E-issn 2521 - 3512)
Evaluation of Rosuvastatin Effect as Adjuvant Therapy to Methotrexate on Lipid Profile and the Possibility of its Cardioprotective Effect in Iraqi Patients with Active Rheumatoid Arthritis
...Show More Authors

Rheumatoid arthritis (RA) is a common inflammatory disease that associated with increased morbidity and mortality due to accelerated atherosclerosis. Rosuvastatin is a unique hydroxy methyl glutaryl Co A (HMGCoA) reductase inhibitor that has anti inflammatory effects.

The aim of this study was to evaluate the effect of rosuvastatin as adjuvant therapy to methotrexate (MTX) on lipid profile and its possible cardioprotective effect in RA patients. A double blinded placebo controlled clinical trial with 8 weeks follow up periods at which 40 patients with active RA using MTX were randomized into 2 groups to receive either rosuvastatin 10mg or placebo as adjuvant therapy to MTX. In addition to twenty healthy subjects as control group.

... Show More
View Publication Preview PDF
Crossref
Publication Date
Wed Nov 08 2023
Journal Name
Technologies And Materials For Renewable Energy, Environment, And Sustainability: Tmrees23fr
Studying the relationship between the number of unit cells and the dislocation density of a crystal through the x-ray diffraction pattern of barium oxide nanoparticles
...Show More Authors

In this research, the X-ray diffraction pattern was used, which was obtained experimentally after preparation of barium oxide powder. A program was used to analyze the X-ray diffraction lines of barium oxide nanoparticles, and then the particle size was calculated by using the Williamson-Hall method, where it was found that the value of the particle size is 25.356 nm. Also, the dislocation density was calculated, which is equal to1.555 x1015 (lines/nm2), and the value of the unit cell number was also calculated, as it is equal to 23831.

View Publication
Scopus (4)
Crossref (2)
Scopus Crossref
Publication Date
Sun Mar 03 2013
Journal Name
Baghdad Science Journal
Sedimentological and diagenetic study of the Early Middle Miocene Jeribe Limestone Formation in selected wells from Iraq northern oilfields (Ajil; Hamrin; Jadid; Khashab)
...Show More Authors

Five subsurface sections covering the entire length of the Jeribe Limestone Formation (Early Middle Miocene) were studied from four oilfields in northern Iraq. It is hoped to unravel this formation microfacies ; depositional environment; diagenetic attributes and their parental processes; and the relationship between these processes and the observed porosity patterns. The microfacies were found to include mudstone, wackestone, packstone, and grainstone, which have been deposited respectively in open platform, restricted platform, and edge platform which represent the lagoonal environment, while the deposits of the lower parts of the Jeribe formation especially in well Hamrin- 2 reflect a deeper fore slope environment. By using the lithofac

... Show More
View Publication Preview PDF
Crossref (5)
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 Aug 01 2015
Journal Name
2015 Ieee Conference On Computational Intelligence In Bioinformatics And Computational Biology (cibcb)
Granular computing approach for the design of medical data classification systems
...Show More Authors

View Publication
Scopus (4)
Crossref (3)
Scopus Crossref
Publication Date
Mon Oct 09 2023
Journal Name
2023 Ieee 34th International Symposium On Software Reliability Engineering Workshops (issrew)
Semantics-Based, Automated Preparation of Exploratory Data Analysis for Complex Systems
...Show More Authors

View Publication
Crossref (1)
Scopus Clarivate Crossref
Publication Date
Tue Nov 01 2016
Journal Name
Iosr Journal Of Computer Engineering
Implementation of new Secure Mechanism for Data Deduplication in Hybrid Cloud
...Show More Authors

Cloud computing provides huge amount of area for storage of the data, but with an increase of number of users and size of their data, cloud storage environment faces earnest problem such as saving storage space, managing this large data, security and privacy of data. To save space in cloud storage one of the important methods is data deduplication, it is one of the compression technique that allows only one copy of the data to be saved and eliminate the extra copies. To offer security and privacy of the sensitive data while supporting the deduplication, In this work attacks that exploit the hybrid cloud deduplication have been identified, allowing an attacker to gain access to the files of other users based on very small hash signatures of

... Show More
View Publication Preview PDF