In this paper, an ecological model with stage-structure in prey population, fear, anti-predator and harvesting are suggested. Lotka-Volterra and Holling type II functional responses have been assumed to describe the feeding processes . The local and global stability of steady points of this model are established. Finally, the global dynamics are studied numerically to investigate the influence of the parameters on the solutions of the system, especially the effect of fear and anti-predation.
Abstract:
This study deals with the influence of the industrial buyer behavior in Channels of distribution. It concentrates on one section of management levels in the company. Which is that of administrative managers The research problem is attempt to study and analysis the influence of industrial buyer behavior in channels of distribution.. The aiming at achieving a number of applicable goals depending on one major hypotheses I set a questionnaire in collecting the data and information relating to the study، which was distributed to sample of ( 30) department manager heads of section states company . In order to process the data resorted to many statistical methods such as arithmetic means the sta
... Show MoreIn this work, the effect of variation of semi-angle of the conical part on the vibration characteristics of cylindrical-conical coupled structure is investigated. The shell is made of polyester resin reinforced by continuous E-glass fibers. The case is analyzed experimentally and numerically for orthotropic shell structures. The experimental program is conducted by exciting the fabricated structure by an impact hammer and monitoring the response using an attached accelerometer for different semi-angles of the conical part.
Software named SIGVIEW is used to perform the signal processing on the acquired signal in order to measure the natural frequencies and the corresponding mode shapes. The numerical investigation is achieved using ANS
A Survey Study Of A Sample Of The Public Of Baghdad Governorate
The current study aimed to identify the most prominent psychological and behavioral repercussions of the exposure of the elderly to the news of the Corona pandemic and to determine the mechanisms of their exposure. On an intended sample on both sides of (Al-Karkh and Al-Rasafa) and the simple random sample was adopted to choose the place of distribution of the questionnaire and the intentional sample.
The research concluded several results, most TV news is still a primary source of information and that most of the sample move between stations to see more information about the pandemic and that the presentation of views confuses the elderly ،There
... Show MoreThe behavior and shear strength of full-scale (T-section) reinforced concrete deep beams, designed according to the strut-and-tie approach of ACI Code-19 specifications, with various large web openings were investigated in this paper. A total of 7 deep beam specimens with identical shear span-to-depth ratios have been tested under mid-span concentrated load applied monotonically until beam failure. The main variables studied were the effects of width and depth of the web openings on deep beam performance. Experimental data results were calibrated with the strut-and-tie approach, adopted by ACI 318-19 code for the design of deep beams. The provided strut-and-tie design model in ACI 318-19 code provision was assessed and found to be u
... Show MoreBackground: Breast cancer is the most frequently diagnosed malignancy and the second leading cause of mortality among women in Iraq forming 23% of cancer related deaths. The low survival from the disease is a direct consequence to the advanced stages at diagnoses. Aim: To document the composite stage of breast cancer among Iraqi patients at the time of diagnosis; correlating the observed findings with other clinical and pathological parameters at presentation. Patients and Methods: A retrospective study enrolling the clinical and pathological characteristics of 603 Iraqi female patients diagnosed with breast cancer. The composite stage of breast cancer was determined according to UICC TNM Classification System of Breast Cancer and the Ameri
... Show MoreIn this paper, we investigate the connection between the hierarchical models and the power prior distribution in quantile regression (QReg). Under specific quantile, we develop an expression for the power parameter ( ) to calibrate the power prior distribution for quantile regression to a corresponding hierarchical model. In addition, we estimate the relation between the and the quantile level via hierarchical model. Our proposed methodology is illustrated with real data example.
Crop production is reduced by insufficient and/or excess soil water, which can significantly decrease plant growth and development. Therefore, conservation management practices such as cover crops (CCs) are used to optimize soil water dynamics, since CCs can conserve soil water. The objective of this study was to determine the effects of CCs on soil water dynamics on a corn (
The childhood is an important stage in building the character of the individual and where children acquire the most important experiences . providing proper growth requirements of the things follows assist them in achieving a stable and together Childhood is the violence of indicators that can determine whether personal or illness social .the social circumstances experienced community Iraqi and continues through crises successive wars and explosions and the displacement and that these events may lead to changes in the social behavior of individuals and may contribute to the spread of violence in Iraqi society and observed various forms in (home, school, street, and work), so it was natural that a child the first affected by these waves o
... 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.