In developing countries, individual students and researchers are not able to afford the high price of the subscription to the international publishers, like JSTOR, ELSEVIER,…; therefore the governments and/or universities of those countries aim to purchase one global subscription to the international publishers to provide their educational resources at a cheaper price, or even freely, to all students and researchers of those institutions. For realizing this concept, we must build a system that sits between the publishers and the users (students or researchers) and act as a gatekeeper and a director of information: this system must register its users and must have an adequate security to ensure that only the affiliated students are able to access its services. It also needs to have security and trust mechanisms built-in for commercial partners to accept their connections. This paper describes the work done on the design and implementation of the IVL (Iraqi Virtual Library).
The environment contemporary works for the insurance companies have seen a number of technological developments and changes rapidly in light of the intense competition in the insurance market, and this affects human behavior in the workplace, and to director in his work needs to be a set of managerial skills. so we find compensation activity in companies insurance needs a high managerial skills, so that compensation, director of the settlement procedure successfully. So research aims to test two hypotheses two major belongings variables search using some statistical methods to extract the results and interpretation and analysis (such as arithmetic mean, standard deviation, percentages, Alpha Cronbach's coefficient, Pearson correlation co
... Show MoreThe current research dealt with a vital subject contributing In success Iraqi Industrial Companies general and Iraqi Cement state company A market knowledge, It is one of the most important industrial companies that Which serve to fill the local market need Of cement without resorting to import, The problem of research was limited understanding of the importance of the role played market knowledge of the tendencies and desires of competitors, This in turn affects the company's ability to achieve competitive advantages,The research aims to know the extent of adoption Iraqi Cement state company Concept market knowledge And employment achieving Competitive advantage By removing them (Cost, and quality, and del
... Show MoreAbstract:
The aim of the current study lies in showing and demonstrating the effect of the independent variable of organizational integrity with its dimensions represented by (organizational optimism, organizational trust, organizational integrity, organizational sympathy) on the dependent variable of strategic drifts through its dimensions represented by (organizational culture, leadership, innovation, strategic planning) .The analytical descriptive approach has been adopted and the questionnaire has been used as a tool to obtain data and information from the sample of (57) people who are at the administrative levels (seni
... Show MoreThis research includes theoretical and evaluation design of a polarizer filter of high transmission in the near IR region of (900-1200nm) for different incidence angles to obtain a long wave and short wave pass filter using analytical calculations. Results refer to a new configuration design in fewer layers than used in previous studies in the long wave pass at incidence angles (45o,50o,55o). Adopted Hafnium dioxide (HfO2) and Magnesium fluoride (MgF2) as coating material at design wavelength (933nm), the study also included design short wave pass polarizer by using the same coating material.
This research examines how Al-Sabah newspaper addressed violations of women’s rights in Iraq. Using content analysis, a sample of 157 articles published from July 1, 2021, to December 31, 2021, was analyzed. The study reveals diverse journalistic treatments, with interpretive approaches employed in addressing violations of Iraqi women’s rights. Social violations of women’s rights were the primary focus, and various forms of newspaper articles, including opinion pieces, were commonly used.
In this article we study a single stochastic process model for the evaluate the assets pricing and stock.,On of the models le'vy . depending on the so –called Brownian subordinate as it has been depending on the so-called Normal Inverse Gaussian (NIG). this article aims as the estimate that the parameters of his model using my way (MME,MLE) and then employ those estimate of the parameters is the study of stock returns and evaluate asset pricing for both the united Bank and Bank of North which their data were taken from the Iraq stock Exchange.
which showed the results to a preference MLE on MME based on the standard of comparison the average square e
... Show MoreThis research cancellations in life insurance policies and their impact on the solvency of the insurance companies (Applied Research in the Iraqi general insurance company), The study was descriptive approach in identifying and addressing variables which consists of {cancellations in life insurance} independent variable, the financial solvency of insurance companies as the dependent variable, and for the purpose of achieving the objectives of the research were formulated one hypothesis has been tested in the Iraqi insurance company, the researcher used the financial statements in the collection data needed for the study and information . The research found a number of conclusions highlighted that inflation, as well as economic variables
... Show MoreThe aim of this research work is to study the effect of stabilizing gypseous soil, which covers vast areas in the middle, west and south parts of Iraq, using liquid asphalt on its strength properties to be used as a base course layer replacing the traditional materials of coarse aggregate and broken stones which are scarce at economical prices and hauling distances. Gypseous soil brought from Al-Ramadi City, west of Iraq, with gypsum content of 66.65%, medium curing cutback asphalt (MC-30), and hydrated lime are used in this study. The conducted tests on untreated and treated gypseous soil with different percentages of medium curing cutback asphalt (MC-30), water, and lime were: unconfined compression strength, and one dimensional confine
... Show MoreThis 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
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.