The study aimes to analyze the discourse of Arab tweeters regarding the normalization of Arab-Israeli relations on the social media site (Twitter).
Study Methodology: The study relay on the survey method, using the comprehensive survey method, and this research is one of the descriptive types that aim to describe the phenomenon in a qualitative way, and discuss it through the method of in-depth analysis, in addition to using the tools of (discourse analysis).
Study sample: A sample of (8686) tweets for (7425) tweeters, which was posted on Twitter during the period from 15/9 to 30/9/2020, on the issue of normalizing Arab-Israeli relations.
Study tools: The data study was collected using the data mining tool from social networks (NodeXL), along with a discourse analysis sheet.
The most prominent results of the study:
The thesis (popular rejection of normalization with Israel) rank first for the theses addressed in the tweets. The negative features attributed to the active forces in the Arab countries focused on their official position in support and defender of normalization. As for the positive features, the role and popular position rejecting normalization were shared. The frameworks of the case focused on the framework of Palestinian reconciliation, the framework of the US-Iranian conflict in the Middle East, and the framework of the conflict within the ruling regimes regarding normalization. While the personality framework focused on Palestinian martyrs, Arab presidents and rulers who support normalization, as well as clerics. The causes and consequences were varied in their content.
Find taught dimension aesthetic in the formation of post-modernism, which is one of the themes of aesthetics in the stream of postmodernism, is problematic because of the lack of provisions and fixed values reinforce the concept of beauty, and put done technical plastic in the circle of evaluation and judgment aesthetic, this research as an attempt to reveal the aesthetic concepts that can be drawn from artistic experiments in the formation of post-modernism, through the development of those concepts viable mainstream.
Search contains four chapters: the first chapter includes a general approach to the research, has been showcasing the research problem and the importance of research and goal of Search: detection dimension aesthetic in
Public-private partnership (PPP) has been used over the past 20-30 years by governments in developed countries to meet the public demand for infrastructural services. In Iraq, the PPP concept is comparatively new to the Government of Iraq (GoI), where the government has historically taken most of the responsibility for providing public services. There are few PPP projects in Iraq. However, the number is increasing. Recently the Iraqi market has experienced a number of attempts of PPP in different sectors, especially after the new investment law in 2006. The aim of this paper is to evaluate the investment environment in Iraq and to indicate the main factors affecting PPP in particular for infrastructure projects. Some literature review and
... Show MoreElemental capture spectroscopy (ECS) is an important tool in the petroleum industry for determining the composition and properties of rock formations in a reservoir. Knowledge of the types and abundance of different minerals in the reservoir is crucial for accurate petrophysical interpretation, reservoir engineering practices, and stratigraphic correlation. ECS measures the elemental content of the rock, which directly impacts several physical properties that are essential for reservoir characterization, such as porosity, fluid saturation, permeability, and matrix density. The ability to accurately determine these properties leads to better reservoir mapping, improved production, and more effective resource management. Accurately de
... Show MoreDrug –induced nephrotoxicity is an important cause of renal failure. Aminoglycoside antibiotics, such as amikacin, which causes ototoxicity and nephrtotoxicity as a main side effects, this is focused on the use of natural materials as antioxidants against the toxic oxidative action that exert a cell damaging effect. The most important one of these materials is the honey. The aim of this work is to evaluate the antioxidant effects of honey against amikacin – induced nephrotoxicity.18 albino rats divided into 3 groups (6 rats per each group), group 1 received I.P daily dose of normal saline (control), group 2 received (35 mg/kg/day) I.P dose of amikacin ,and group 3 received (35mg/kg/day) of amikacin I.P dose in combina
... Show MoreIraq economy suffered, nor , still many difficulties and problems , including oil derivatives crisis that emerged in 2004 and was the most prominent features of the inability of local production to meet the needs of the increasing growth of consumption, the crisis has cast a shadow on the growth of national in general, and citizen living in particular. Therefore, the real test of crisis and challenge to the capacity of government agencies to manage the crisis and control and reduce its harmful effects, which disappear in a region or sector, even begin to appear in another, given the multiplicity and complexity of third-party solution for remedying the negative consequences of deliberate.
This research aims to test the relation and effect of the process of organizational change as an independent variable (change in human resources, technological change, change in tasks, change in organizational structure) in organizational performance as a variable of success (financial performance, operational performance, customer satisfaction, growth). And learning) in the Office of the province of Baghdad, as well as determine the existence of differences of statistical significance between the variables of research, and then try to come out with a set of recommendations to contribute to the strengthening of organizational performance, and carried out this research on the eye of the vertical number (75) individuals, The
... 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.