An experiment was carried out evaluate the performance of RAU combined equipment under three levels of practical speed, (V1) 4.06 km. h-1, (V2) 4.43 km. hr-1 and (V3) 5.76 km. hr-1, and three levels of depth with 10,20and 30 cm. It is denoted by D1, D2, D3 respectively. A split plot design was used within the RCBD design with three replications. The experiment results showed that the first practical speed 4.06 km.hr-1 achieved the lowest slippage percentage from 9.61%, lowest traction power 14.65hp, lowest soil penetration resistance to1.34 kg.cm-2, and the highest total operating costs (40803.4 ID.ha-1, while the third speed achieved the opposite results. The first treatment depth achieved the lowest results for slippage percentage 8.52%, traction power 15.34hp, soil penetration resistance 1.17 kg. cm-2, and total operating costs 37215.0ID. ha-1, while the third depth achieved the opposite results. Interaction between treatment depth and practical speed showed that the first treatment depth with the first practical speed has the lowest average of slippage percentage 7.63%, the lowest value of the traction power 13.77 hp, and the lowest average of soil resistance to penetration 1.03 kg.cm-2, while the first treatment depth and third practical speed has lowest average of the operating costs 34533.4 ID.ha-1.
Zernike Moments has been popularly used in many shape-based image retrieval studies due to its powerful shape representation. However its strength and weaknesses have not been clearly highlighted in the previous studies. Thus, its powerful shape representation could not be fully utilized. In this paper, a method to fully capture the shape representation properties of Zernike Moments is implemented and tested on a single object for binary and grey level images. The proposed method works by determining the boundary of the shape object and then resizing the object shape to the boundary of the image. Three case studies were made. Case 1 is the Zernike Moments implementation on the original shape object image. In Case 2, the centroid of the s
... Show MoreBackground: Hybrid diabetes (or double diabetes, DD) occur when the patient which exhibits characteristics that combine type 1 diabetes (T1DM) and type 2 diabetes (T2DM). Formerly epidemiological studies found that quarter of people with T1D also had the metabolic syndrome. Subfatin, Also called cometin, it is a small (~27kDa) cytokine secreted by protein encoded by a gene called METRNL (simeler of meteorin). is much expressed in skin in the mucosal tissues and activated macrophages. Subfatin has also been described as a hormone that effected in some diseases such as metabolic diseases (including dyslipidemia), type 2 diabetes and obesity. Objectives: The current study objective is evaluating the subfatin in the blood serum of double diabet
... Show Morekinetic studies were carried out the uterine homogenate time course of the association of with LH in benign and malignant uterine
When the drawdown pressure amounts to a value below the dew point pressure, a minor droplet of condensate is shaped and accumulated in the close area of wellbore. As the accumulation happens, the saturation of the liquid will grow and a reduction in gas relative permeability will happen, therefore it will affect the productivity. Generally, condensate baking problem in gas wells is being deliberated and studied and numerous techniques have been suggested to solve the problem. The studying of condensate banking dynamics is essential to evaluate the productivity and behavior of the wells of the gas fields.
The steady 3-D raw water turbulent flow is numerically investigated. This flow is formed of solid silica sand (quartz) carried by water in stainless steel pipe. The flow in a straight pipe and flow in a pipe with a sudden contraction are analyzed using a two-way coupled Eulerian-Lagrangian approach. Erosion rate is estimated by Oka erosion model combined with the constant coefficient of restitution. The effect of solid particles mass flow rate, inlet velocity, particle diameter, internal pipe diameter, orientation, contraction coefficient, and wall pipe contraction angle on erosion rate are examined. The predicted erosion is distributed homogenously for straight pipe, while the step wall area of the contraction is the most eroded part. The
... Show MoreMy study here is about the (possible for itself) features especially in the (Alashaira) opinion, also I touch to the other logicians opinions, I clarified these features concisely in the preface to be clear in front of the reader, I made it in two studies and five subjects.I talked about the meaning of the existence in the ((possible for itself) theme, and I clarified its types in the logicians and the philosophers' opinions, through which the existence and the nonexistence are equal in it, as it cannot be existed nor be nonsexist unless with a separated reason, and there is no necessity to oblige its existence, or its nonexistence is impossible.Then I talked about the outweighing of the (possible for itself) as one side of the exi
... 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 MorePublic-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 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.