Over last decade, rapid growth in economic and population accompanied with depletion of the energy resources lead to serious impacts on environment and humanity. This development coupled with active constructions, which in some examples ignore the impact on the environment and human activities. Therefore, principle of sustainability has required in order to reducing this negative impact on the environment and the humanity.In developing countries, it seems that there is a huge gap between the current construction practices and sustainable principle, which need more attention to clarify and define the problems in order to find suitable solutions before it comes more difficult and expensive. The study aims to choose one of the developing countries and analyze its current standing in terms of building sustainability and performance through collecting and analyzing data on construction practices. The purpose of the study is to identify and highlight the main problems in order to evaluate the current situation and propose the possible solutions.A survey have been designed in order to collect data from experts who are involved in constructions projects such as architects, civil engineers, mechanical engineers, electrical and interior designers. A questionnaire will show the strong and feeble points in order to clarify the current practices in terms of sustainability and performance in constructions. The result of the data lead to highlight the significant important of suitability and buildings performance issues in U.A.E to recognize the problems, reduce the obstacles, and try to stimulated solutions and alternatives to improve the current situation, furthermore to be sure that sustainability implementation will be achieved in future
This paper identifies and describes the textual densities of ideational metaphors through the application of GM theory (Halliday, 1994) to the textual analysis of two twentieth century English short stories: one American (The Mansion (1910-11), by Henry Jackson van Dyke Jr.), and one British (Home (1951), by William Somerset Maugham). One aim is to get at textually verifiable statistical evidence that attests to the observed dominance of GM nominalization in academic and scientific texts, rather than to fiction (e.g. Halliday and Martin (1993). Another aim is to explore any significant differentiation in GM’s us by the two short- story writers. The research has been carried out by identifying, describing, and statistically analysi
... Show MoreThe behavior of thinking is consider one of the modern concepts that appear in the last 20 years, this concept has attracted the attention of psychologists and researchers for thinking has a great role in many fields like teaching ,educational,economical,cultural and social fields.
One of thinking manner is imaginal thinking that has a great role in human civilization. imaginal thinking lead to innovation ,poems, inventions and arts. imaginal thinkingled to highscores in talented schools by escalating their thinking range and solving problems that consider one of organized and free assumption thinking.
The development of problems thinking strategies reflect the development of organized brain process ability.
That studies assumes
The performance of the pavement in terms of vehicle safety and tire wear is affected by the friction behavior of the pavement. To highlight the main characteristics that affect the production of better friction resistance of the pavement surface in this work. The micro-texture and macro-texture of the asphalt surface of Baghdad Airport highway were studied using two methods: (sand patch method and the British pendulum test). The sand patch was examined by drawing sand grains of a specific volume, while the micro-texture was analyzed using a BPT under dry and wet surface conditions. All data obtained from the two examinations were analyzed and modelled statistically using SPSS 25 software. Results show that skid resistance of pavemen
... Show MoreThe integer simulation and development finite impulse response (FIR) filters taking into account the possibilities of their realization on digital integer platforms are considered. The problem statement and solution of multifunctional synthesis of digital FIR filters such a problem on the basis of the numerical methods of integer nonlinear mathematical programming are given. As an several examples, the problem solution of synthesis FIR-filters with short coefficient word length has been given. The analysis of their characteristics is resulted. The paper discusses issues of modeling and synthesis of digital FIR filters with provision for the possibilities of their implementation on digital platforms with integer computation arithme
... Show More
Background: Among individuals who have a stenotic aortic valve, a precise assessment of aortic valve area is essential for clinical judgment. So far, no studies have been conducted to investigate and assess the role of the three dimensional echo-cardiography in the assessment of the valve stenosis. This study aims to compare and assess the precision of the measurement of the stenosis area of the aortic valve by 2D versus 3D echo-cardiography.
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 MoreWhen 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.
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.