In the field of civil engineering, the adoption and use of Falling Weight Deflectometers (FWDs) is seen as a response to the ever changing and technology-driven world. Specifically, FWDs refer to devices that aid in evaluating the physical properties of a pavement. This paper has assessed the concepts of data processing, storage, and analysis via FWDs. The device has been found to play an important role in enabling the operators and field practitioners to understand vertical deflection responses upon subjecting pavements to impulse loads. In turn, the resultant data and its analysis outcomes lead to the backcalculation of the state of stiffness, with initial analyses of the deflection bowl occurring in conjunction with the measured or assumed layer thicknesses. In turn, outcomes from the backcalculation processes lead to the understanding of the nature of the strains, stresses, and moduli in the individual layers; besides layer thickness sensitivity, the determination of isotropic layer moduli, and establishing estimates in the subgrade CBR. Overall, impositions of elastic and low strain conditions foster the determination of resilient modulus and the analysis of unbound granular materials. Hence, FWD data processing, analysis, and storage gain significance in civil engineering because it informs the nature of designing new pavements and other rehabilitation design options.
The purpose of this paper is to statistically classify and categorize Building Information Modelling (BIM)-Facility Management (FM) publications in order to extract useful information related to the adoption and use of BIM in FM.
This study employs a quantitative approach using science mapping techniques to examine BIM-FM publications using Web of Science (WOS) database for the period between 2000 and April 2018.
The findi
The present work reports the performance of three types of polyethersulfone (PES) membrane in the removal of highly polluting and toxic lead Pb2+ and cadmium Cd2+ ions from a single salt. This study investigated the effect of operating variables, including pH, types of PES membrane, and feed concentration, on the separation process. The transport parameters and mass transfer coefficient (k) of the membranes were estimated using the combined film theory-solution-diffusion (CFSD), combined film theory-Spiegler-Kedem (CFSK), and combined film theory-finely-porous (CFFP) membrane transport models. Various parameters were used to estimate the enrichment factors, concentration polarization modulus, and Péclet number. The pH values signif
... Show MoreThis work presents the use of laser diode in the fiber distributed data interface FDDI networks. FDDI uses optical fiber as a transmission media. This solves the problems resulted from the EMI, and noise. In addition it increases the security of transmission. A network with a ring topology consists of three computers was designed and implemented. The timed token protocol was used to achieve and control the process of communication over the ring. Nonreturn to zero inversion (NRZI) modulation was carried out as a part of the physical (PHY) sublayer. The optical system consists of a laser diode with wavelength of 820 nm and 2.5 mW maximum output power as a source, optical fiber as a channel, and positive intrinsic negative (PIN) photodiode
... Show MoreThis study aims to design unified electronic information system to manage students attendance in Lebanese French university/Erbil, as a system that simplifies the process of entering and counting the students absence, and generate absence reports to expel students who passed the acceptable limit of being absent, and by that we can replace the traditional way of using papers to count absence, with a complete electronically system for managing students attendance, in a way that makes the results accurate and unchangeable by the students.
In order to achieve the study's objectives, we designed an information syst
... Show MoreObjective: to assess the awareness and knowledge of our medical students regarding dose levels of imaging procedures and radiation safety issues, and to conclude how the curriculum of clinical radiology in the college medical program impacts such knowledge.
Subjects and methods: this is a cross-sectional study conducted among 150 medical students in Alkindy College of Medicine between January 2021 to July 2021, regardless of their age or gender. The study included six grades according to the year 2020-2021. A questionnaire consisting of 12 multiple-choice questions was conducted via an online survey using Google Forms. The questions were divided into two parts
... Show MoreEmploying phase-change materials (PCM) is considered a very efficient and cost-effective option for addressing the mismatch between the energy supply and the demand. The high storage density, little temperature degradation, and ease of material processing register the PCM as a key candidate for the thermal energy storage system. However, the sluggish response rates during their melting and solidification processes limit their applications and consequently require the inclusion of heat transfer enhancers. This research aims to investigate the potential enhancement of circular fins on intensifying the PCM thermal response in a vertical triple-tube casing. Fin arrays of non-uniform dimensions and distinct distribution patterns were des
... Show MoreForeign body embolization is a rare but serious iatrogenic complication that might necessitate transcatheter or even surgical retrieval. A broken double-lumen catheter was snared using a goose neck snare kit. The procedure was successful, and the patient experienced no further complications.
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.