Today, the success or failure of organizations depends to possess the wisdom of their managers promised that the key to organizational success of the business environment, making the right decisions, and create the ability to work and think towards discrimination of products and services the organization . Seek this research to investigation the relationship between the wisdom management and differentiation strategy for service operations . It was a test of that relationship in light of the results of the analysis of the data collected through the questionnaire distributed on a sample from (98) Director Mangers, head of department and head of division in the General Establishment of Civil Aviation . The research used descriptive statistics such as (Mean , Standard Deviation ) in determining the strength of variables , and non-parametric deduction statistics such as ( spearman correlation coefficient ) to test the hypotheses . The results show Significant effect & correlation relationship between the two variables due to their dimensions . So , it leads to the possession of the leaders of vision and insight, experience and competence in the work, will contribute to the putting of astrategy plan for researched the organization levelThe research provided some ecommendations
Although the events of September 2001 marked the United States' employment of solid forces in its direct comprehensive strategy to counter terrorist organizations and any other challenges to US national security, the United States did not lose sight of the importance of the cultural variable. The cultural variable is the United States' most important instrument of soft power in ensuring its dominance of the international system and promoting its global project. France viewed US soft power as a threat to its own civilizational pattern. Therefore, France considers culture to be an inherent component of its national personality and a cornerstone of its international standing as a major force. Additionally, the US-French political and economic
... Show MoreTHE ROLE OF ELECTRONIC-PAYMENT SERVICE PROVIDERS IN THE DEVELOPMENT OF E-BANKING IN IRAQ - AN APPLIED RESEARCH IN CENTRAL BANK OF IRAQ
The aim of this study is to assess nurse's knowledge and role in the management of thalassemic patients in the Sulaimania Thalassemia Centre. Methodology: This study utilized a qualitative approach to explore nurses’ knowledge about thalassemia through semi structured group interviews. Questionnaire was synthesized through a comprehensive review of literature. Results: The results show that nurses in Kurdistan region of Iraq have a limited role in terms of decision making and there is lack of nursing documentation other than that of recording abnormal events, and a lack of knowledge about and engageme
The world faced many communication challenges in 2020 after the Covid-19 pandemic, the most important of which was the continuation of schooling. Therefore, the research aimed to analyze the current reality of the studied universities in terms of strengths and weaknesses and measure the implementing level of quality requirements of e-learning. This research studies the impact of knowledge sharing in its dimensions (behavior, organizational culture, work teams, and technology) on the e-learning quality and its dimensions (e-learning management, educational content, evaluation ,and evaluation). After conducting the survey, there was a difference in the universities’ application of the quality requirements of e-learning, as the study
... Show MoreBackground: Prostatic adenocarcinoma is the most widely recognized malignancy in men and the second cause of cancer-related mortality encountered in male patients after lung cancer.
Aim of the study: To assess the diagnostic value of diffusion weighted imaging (DWI) and its quantitative measurement, apparent diffusion coefficient (ADC), in the identification and localization of prostatic cancer compared with T2 weighted image sequence (T2WI).
Type of the study: a prospective analytic study
Patients and methods: forty-one male patients with suspected prostatic cancer were examined by pelvic MRI at the MRI department of the Oncology Teaching Hospital/Medical City in Baghdad
... Show MoreThe process of evaluating data (age and the gender structure) is one of the important factors that help any country to draw plans and programs for the future. Discussed the errors in population data for the census of Iraqi population of 1997. targeted correct and revised to serve the purposes of planning. which will be smoothing the population databy using nonparametric regression estimator (Nadaraya-Watson estimator) This estimator depends on bandwidth (h) which can be calculate it by two ways of using Bayesian method, the first when observations distribution is Lognormal Kernel and the second is when observations distribution is Normal Kernel
... Show MoreThe current research aims to verify the impact of digital leadership as an independent variable, in the effectiveness of crisis management as a response variable through centralizing strategic vigilance in the faculties of the University of Baghdad and its departments, and to investigate the level of interest of its leaders and subordinates in research variables, as well as coming up with recommendations that contribute to strengthening the practices of the three variables. In the university under study, and based on the researcher’s interest to diagnose the influence relationship between the variables, because of their importance in the university’s headquarters and its members on the one hand, and its refl
... Show MoreAbstract
The research aims to stand on the practice of operations management of solid waste in the city of Hilla, carried out by the mayor of Hilla Directorate - solid and the environment Waste Division, through field visits and personal interview to officials of the municipal departments and units of its data collection and information related to solid waste, and assess the current status of the processes of collection and transport waste through the questionnaire that had been prepared for citizens and employees, the search reach a set of conclusions was the most important, operations carried out by the municipality of Hilla Directorate only limited to two (collection, transportation and disposal of wa
... 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.