The objective of the investigation was to analyze the structure and administration of the political system in Iraq (post-ISIS). After 2003, the Iraqi political system suffered the fundamental problem of its failure to achieve the political and social inclusion that characterizes democratic systems, to guarantee the establishment of a "state for all", while respecting differences. Political representation has moved from the system of sectarian ethnic components, under the title of consensual democracy, to the representation of leaders and the realization of their interests and the interests of their parties at the expense of the groups that claim to represent them, which complicates the problem. In this sense, the new political system could not represent social pluralism, on the one hand, and could not satisfy the demands of the same components on the other. Methodologically, it is a political investigation in the framework of the analysis of the political system. It was concluded that the search for new balances is a pending issue. While these emerging balances and arrangements are still fragile and immature to the extent required, they represent a clear entry point to reshape the regime's political structure in one form or another.
Disasters, crises and wars are a serious and unforeseen threat. The capacity of the early warning system to monitor such crises is therefore crucial. The ability to make quick decisions in a short time is necessary to prevent crises from occurring. Here, the role and effectiveness of the early warning system emerges through its ability to monitor, record and analyze signals. It can also be evidenced by its ability to immediately convey these indicators to the concerned authorities to take measures that ensure these conflicts and disasters do not worsen. The system’s ability to detect disasters and crises, identify the crisis and its type, and use the scientific method and common sense to deal with it is something that contributes to findi
... Show MoreThis paper proposes a new structure of the hybrid neural controller based on the identification model for nonlinear systems. The goal of this work is to employ the structure of the Modified Elman Neural Network (MENN) model into the NARMA-L2 structure instead of Multi-Layer Perceptron (MLP) model in order to construct a new hybrid neural structure that can be used as an identifier model and a nonlinear controller for the SISO linear or nonlinear systems. Weight parameters of the hybrid neural structure with its serial-parallel configuration are adapted by using the Back propagation learning algorithm. The ability of the proposed hybrid neural structure for nonlinear system has achieved a fast learning with minimum number
... Show MoreIntrinsic viscosities have been studied for polyethylene oxide in water which has wide industrial applications. The polyethylene oxide samples had two different structures, the first one was linear and covers a wide range of molecular weight of 1, 3, 10, 20, 35, 99, 370, 1100, 4600, and 8000 kg/mol and the second one was branched and had molecular weights of 0.55 and 40 kg/mol.
Intrinsic viscosities and Huggins constants have been determined for all types and molecular weights mentioned above at 25ºC using a capillary viscometer. The values of Mark-Houwink parameters (K and a) were equal to 0.0068 ml/g and 0.67 respectively, and have not been published for this range of molecular weight in as yet.
In this paper the proton, neutron and matter density distributions and the corresponding root mean square (rms) radii of the ground states and the elastic magnetic electron scattering form factors and the magnetic dipole moments have been calculated for exotic nucleus of potassium isotopes K (A= 42, 43, 45, 47) based on the shell model using effective W0 interaction. The single-particle wave functions of harmonic-oscillator (HO) potential are used with the oscillator parameters b. According to this interaction, the valence nucleons are asummed to move in the d3f7 model space. The elastic magnetic electron scattering of the exotic nuclei 42K (J?T= 2- 2), 43K(J?T=3/2+ 5/2), 45K (J?T= 3/2+ 7/2) and 47K (J?T= 1/2+ 9/2) investigated t
... Show MorePsoriasis is a long-lasting autoimmune disease that is characterized by swollen skin patches. Normally, these skin patches are dark, swollen, itchy and scaly. The single application of the innate TLR7/8 ligand Imiquimod (IMQ) in mice easily induces a dermatitis that closely resembles human psoriasis, critically dependent on the axis of IL-23/IL-17. Artemisia dracunculus prepared as an ointment and has been used topically to mice before imiquimod application. The results of the current study showed that A. dracunculus ointment can significantly reduce psoriasis area and severity index in (A. dracunculus ointment + imiquimod group as compared with both control group and (vehicle ointment + imiquimod) group.
The research aims at conducting a follow-up evaluation of a number of strategic projects implemented by the Directorate of Public Municipalities, one of the Ministry of Construction, Housing and Municipalities and Public Works. The sample included (35) varied strategic projects implemented in most Iraqi governorates. Buildings, municipal buildings, minarets, massacres, multi-story parking, paving and rehabilitation of streets and residential neighborhoods. The difference between the actual and planned times and costs of these projects was then measured and analyzed. These projects were used as a tool for collecting data and information. The questionnaire included four axes, each representing one of the parties to the project, whi
... Show MoreArchitecture forms theoretical summaries and multi systems that have the essence of change, and that what distinguishes Architecture from other sciences and their systems. Architecture means way of life via its expressional products and that appears through its systems. These systems are based on formative and technological properties in form, structure, services and materials as well as
their moral forms. All these are associated with techniques and facilities in order to establish integrated system.
Architectural creation does not come from void but it depends on a conception base to create a new condition for creative architectural product. The general problem of the research concentrated on limited theoretical and practica
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.