The current research deals with the argument of delusion and interpretation in the direction structure and its reflected impact in the reception activity and the amount of conceptual displacement it is subjected to in an aesthetic approach to abstract conceptual definitions of the reception activity , by the effect of this dialectic in the direction structure, which can be summed up by the following question: (What are the characteristics of the direction structure of the imaginary and what is the argument of interpretation in the theatre reception activity?) in order to stand on the aesthetic framework and conceptual definition of the direction structure in the controversy of interpretation and imagination, and its impact on the conceptual and procedural definition of the theatre reception activity, through monitoring the repercussions of this controversy of the direction structure in the theatre reception activity , which limited the research with a pivotal aim: (Showing the activity of the imagination and interpretation controversy and the direction structure of the visualizer, and monitoring its aesthetic impact on the theatre reception concept). The research comes up within the limits set forth in its methodological framework, to analyze the studied phenomenon in order to identify it, conceptualize it, and employ it procedurally. The research consists of three frameworks:
The methodological framework in which the researcher identified the problem of the research, its importance, the need for it, its purpose, and its limits, as well as defining its terms procedurally.
The theoretical framework is of two axes: the first is the axis of the argument of delusion and interpretation in the direction structure, and the second axis is the controversy of delusion and interpretation in the theatre reception.
The procedural framework included the researcher's procedures in applying the theoretical framework indicators to his chosen sample, namely the play "Mukashafat" (confessions) to monitor the conceptual effect of the controversy of interpretation and delusion in the direction structure, on the theatre reception concept. The research came up with a number of conclusions, the most important of which are: the theatre reception is a controversial act, in which the debate moved towards the activity of delusion and its criterion is the achievement of the assumption, and the activity of interpretation and its criterion is the achievement of the discovery.
This research aims at identifying the communicative habits and content reflections on the communication process, especially the young audience which is one of the main group for whom the announcements are made. Because young people face life with passion and aspiration making them respond to each effect used by the media in the design of the advertising using all the effective techniques, attractive methods for young children like depending on drama, technical tricks, music and logos easily to be remembered and responded to the desires of the young in their entertainment. This research also aims at identifying the impact of the internet as a channel of commercial advertising on the purchasing behavior of young people at the universities
... Show MoreThis paper discussed the solution of an equivalent circuit of solar cell, where a single diode model is presented. The nonlinear equation of this model has suggested and analyzed an iterative algorithm, which work well for this equation with a suitable initial value for the iterative. The convergence of the proposed method is discussed. It is established that the algorithm has convergence of order six. The proposed algorithm is achieved with a various values of load resistance. Equation by means of equivalent circuit of a solar cell so all the determinations is achieved using Matlab in ambient temperature. The obtained results of this new method are given and the absolute errors is demonstrated.
For a mathematical model the local bifurcation like pitchfork, transcritical and saddle node occurrence condition is defined in this paper. With the existing of toxicity and harvesting in predator and prey it consist of stage-structured. Near the positive equilibrium point of mathematical model on the Hopf bifurcation with particular emphasis it established. Near the equilibrium point E0 the transcritical bifurcation occurs it is described with analysis. And it shown that at equilibrium points E1 and E2 happened the occurrence of saddle-node bifurcation. At each point the pitch fork bifurcation occurrence is not happened.
Joints are among the most widespread geologic structures as they are found in most each exposure of rock. They differ greatly in appearance, dimensions, and arrangement, besides they occur in quite different tectonic environments. This study is important because joints provide evidence on what kind of stress produced them (history of deformation) and also because they change the characteristics of the rocks in which they occur. The Measured data of joints from the studied area which are located in the high folded zone – Northeast of Iraq, were classified according to their relationship with the tectonic axes by projecting them stereographically using Schmidt net in GEOrient ver.9.5.0 software. The joint systems revealed the orientation of
... Show MoreThis study found that one of the constructive, necessary, beneficial, most effective, and cost-effective ways to meet the great challenge of rising energy prices is to develop and improve energy quality and efficiency. The process of improving the quality of energy and its means has been carried out in many buildings and around the world. It was found that the thermal insulation process in buildings and educational facilities has become the primary tool for improving energy efficiency, enabling us to improve and develop the internal thermal environment quality processes recommended for users (student - teacher). An excellent and essential empirical study has been conducted to calculate the fundamental values of the
... Show MoreGoal of research is to investigate the impact of the use of effective learning model in the collection of the fourth grade students/Department of physics in the material educational methods and the development of critical thinking .to teach this goal has been formulated hypothesis cefereeten zero subsidiary of the second hypothesis .To investigate the research hypothesis were selected sample of fourth-grade students of the department of physics at the univers
... Show MoreAbstract Candida albicans is a commensal fungal pathogen that grows in yeast and hyphal forms in the human gut. C. albicans causes mucosal and cutaneous diseases that can result in significant mortality following systematic infections and it also exhibits drug resistance. Zebrafish have been an excellent model to investigate C. albicans infections because of their transparency and the availability of many transgenic lines. However, there is a limitation in using zebrafish as a model because the fish embryos cannot survive at 37°C therefore it is not suitable for studying Candida infections at physiological relevant human body temperature. In this thesis, the normal embryonic development of Arabian killifish (A. dispar) is investigated, rev
... 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.