Search results for: Ahmed A. Dawaba
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 1528

Search results for: Ahmed A. Dawaba

748 An Experimental Study of Bolt Inclination in a Composite Single Bolted Joint

Authors: Youcef Faci, Djillali Allou, Ahmed Mebtouche, Badredine Maalem

Abstract:

The inclination of the bolt in a fastened joint of composite material during a tensile test can be influenced by several parameters, including material properties, bolt diameter and length, the type of composite material being used, the size and dimensions of the bolt, bolt preload, surface preparation, the design and configuration of the joint, and finally testing conditions. These parameters should be carefully considered and controlled to ensure accurate and reliable results during tensile testing of composite materials with fastened joints. Our work focuses on the effect of the stacking sequence and the geometry of specimens. An experimental test is carried out to obtain the inclination of a bolt during a tensile test of a composite material using acoustic emission and digital image correlation. Several types of damage were obtained during load. Digital image correlation techniques permit to obtain the inclination of bolt angle value during tensile test. We concluded that the inclination of the bolt during a tensile test of a composite material can be related to the damage that occurs in the material. It can cause stress concentrations and localized deformation in the material, leading to damage such as delamination, fiber breakage, matrix cracking, and other forms of failure.

Keywords: damage, digital image correlation, bolt inclination angle, joint

Procedia PDF Downloads 33
747 Integration of PV Systems in Residential Buildings: A Solution for Supporting Electrical Grid in Kuwait

Authors: Nabil A. Ahmed, Nasser A. N. Mhaisen

Abstract:

The paper presents a solution to enhance the power quality and to reduce the peak load demand in Kuwait electric grid as a solution to the shortage of electricity production. Technical, environmental and economic feasibility study of utilizing integrated grid-connected photovoltaic (PV) system in residential buildings for supplying 7.1% of electrical power consumption in Kuwait is carried out using RETScreen software. A 10 KWp on-grid PV power generation system spread on the rooftop of the residential buildings is adopted and investigated and the complete system performance is simulated using PSIM software. Taking into account the international prices of electricity and natural gas, the proposed solution is investigated and tested for four different types of installation systems in terms of power generation and costs which includes horizontal installation, 25º tilted angle, single axis tracking and dual axis tracking. Results shows that the 25º tilted angle fixed mounted system is the most efficient type. The payback period as a tool of benefit analysis of the proposed system is calculated and it found to be 2.55 years.

Keywords: photovoltaics, residential buildings, electrical grid, production capacity, on-grid, power generation

Procedia PDF Downloads 467
746 Experimental Studies of the Response of Single Piles Under Torsional and Vertical Combined Loads in Contaminated Sand

Authors: Ahmed Mohamed Nasr, Waseim Ragab Azzam, Nada Osama Ramadan

Abstract:

Contaminated soil can weaken the stability of buildings and infrastructure, posing serious risks to their structural integrity. Therefore, this study aims to understand how oil contamination affects the torsion behavior of model steel piles at different soil densities. This research is crucial for evaluating the structural integrity and stability of piles in oil-contaminated environments. Clean sand samples and heavy motor oil were mixed in amounts ranging from 0 to 6% of the soil's dry weight. The mixture was thoroughly mixed to ensure uniform distribution of the oil throughout the sandy soil for simulating the field conditions. In these investigations, the relative densities (Dr), pile slenderness ratio (Lp/Dp), oil content (O.C%), and contaminated sand layer thickness (LC) were all different. Also, the paper presents an analysis of piles that are loaded both vertically and torsionally. The findings demonstrated that the pre-applied torsion load led to a decrease in the vertical bearing ability of the pile. Also, at Dr = 80%, the ultimate vertical load under combined load at constant torsional load T = (1/3Tu, 2/3Tu, and Tu) in the cases of (Lc/Lp) = 0.5 and (Lp/Dp) =13.3 was found to be reduced by (1.48, 2.78, and 4.15%) less than piles under independent vertical load, respectively so it is crucial to consider the torsion load during pile design.

Keywords: torsion-vertical load, oil-contaminated sand, twist angle, steel pile

Procedia PDF Downloads 29
745 A Comparative Study on Indian and Greek Cotton Fiber Properties Correlations

Authors: Md. Nakib Ul Hasan, Md. Ariful Islam, Md. Sumon Miah, Misbah Ul Hoque, Bulbul Ahmed

Abstract:

The variability of cotton fiber characteristics has always been influenced by origin, weather conditions, method of culturing, and harvesting. Spinners work tirelessly to ensure consistent yarn quality by using the different origins of fibers to maximizes the profit margin. Spinners often fail to select desired raw materials of various origins to achieve an appropriate mixing plan due to the lack of knowledge on the interrelationship among fiber properties. The purpose of this research is to investigate the correlations among dominating fiber properties such as micronaire, strength, breaking elongation, upper half mean length, length uniformity index, short fiber index, maturity, reflectance, and yellowness. For this purpose, fiber samples from 500 Indian cotton bales and 350 Greek cotton bales were collected and tested using the high volume instrument (HVI). The fiber properties dataset was then compiled and analyzed using python 3.7 to determine the correlations matrix. Results show that Indian cotton fiber have highest correlation between strength-mat = 0.84, followed by SFI-Unf =-0.83, and Neps-Unf = -0.72. Greek cotton fiber, in contrast, have highest correlation between SFI-Unf =-0.98, followed by SFI-Mat = 0.89, +b-Len = 0.84, and Str-Mat = 0.74. Overall, the Greek cotton fiber showed a higher correlational matrix than compared to that of Indian cotton fiber.

Keywords: cotton fiber, fiber properties correlation, Greek cotton, HVI, Indian cotton, spinning

Procedia PDF Downloads 128
744 Effect of Cantilever Sheet Pile Wall to Adjacent Buildings

Authors: Ahmed A. Mohamed Aly

Abstract:

Ground movements induced from excavations is a major cause of deformation and damage to the adjacent buildings and utilities. With the increasing rate of construction work in urban area, this problem is growing more significant and has become the cause of numerous legal disputes. This problem is investigated numerically in the present study using finite element method. Five-story reinforced concrete building rests on raft foundation is idealized as two dimensional model. The building is considered to be constructed adjacent to excavation affected by an adjacent excavation in medium sand. Excavation is supported using sheet pile wall. Two dimensional plane strain program PLAXIS is used in this study. 15 nodes triangular element is used to idealize soil with Mohr-Coulomb model. Five nodes isoperimetric beam element is used to idealize sheet pile and building. Interface element is used to represent the contact between beam element and soil. Two parameters were studied, the first is the foundation depth and the second is the building distance from the excavation. Nodal displacements and elements straining actions were obtained and studied from the analyzed finite element model results.

Keywords: excavation, relative distance, effective stresses, lateral deformation, relative depth

Procedia PDF Downloads 116
743 Left to Right-Right Most Parsing Algorithm with Lookahead

Authors: Jamil Ahmed

Abstract:

Left to Right-Right Most (LR) parsing algorithm is a widely used algorithm of syntax analysis. It is contingent on a parsing table, whereas the parsing tables are extracted from the grammar. The parsing table specifies the actions to be taken during parsing. It requires that the parsing table should have no action conflicts for the same input symbol. This requirement imposes a condition on the class of grammars over which the LR algorithms work. However, there are grammars for which the parsing tables hold action conflicts. In such cases, the algorithm needs a capability of scanning (looking-ahead) next input symbols ahead of the current input symbol. In this paper, a ‘Left to Right’-‘Right Most’ parsing algorithm with lookahead capability is introduced. The 'look-ahead' capability in the LR parsing algorithm is the major contribution of this paper. The practicality of the proposed algorithm is substantiated by the parser implementation of the Context Free Grammar (CFG) of an already proposed programming language 'State Controlled Object Oriented Programming' (SCOOP). SCOOP’s Context Free Grammar has 125 productions and 192 item sets. This algorithm parses SCOOP while the grammar requires to ‘look ahead’ the input symbols due to action conflicts in its parsing table. Proposed LR parsing algorithm with lookahead capability can be viewed as an optimization of ‘Simple Left to Right’-‘Right Most’ (SLR) parsing algorithm.

Keywords: left to right-right most parsing, syntax analysis, bottom-up parsing algorithm

Procedia PDF Downloads 94
742 Role of Social Capital on Consumer Attitudes, Peer Influence and Behavioral Intentions: A Social Media Perspective

Authors: Qazi Mohammed Ahmed, Osman Sadiq Paracha, Iftikhar Hussain

Abstract:

The study aims to explore the unaddressed relationship between social capital and consumers’ underlying behavioral intentions. The study postulates that this association is mediated by the role of attitudes and peer influence. The research attains evidence from a usable sample of 673 responses. The majority consists of the young and energetic social media users of Pakistan that utilize virtual communities as a way of life. A variance based structural equation modeling has been applied through SmartPLS 3. The results reveal that social capital exerts a statistically supportive association with both attitudes and peer influence. Contrastingly, this predictor variable shows an insignificant linkage with behavioral intentions but this relationship is fully mediated by consumer attitudes and peer influence. The paper enhances marketing literature with respect to an unexplored society of Pakistan. It also provides a lens for the contemporary advertisers, in terms of supporting their social media campaigns with affiliative and cohesive elements. The study also identifies a series of predictor variables that could further be tested with attitudes, subjective norms and behavioral responses.

Keywords: social capital, consumer attitudes, peer influence, behavioral intentions

Procedia PDF Downloads 102
741 Spectrum Allocation Using Cognitive Radio in Wireless Mesh Networks

Authors: Ayoub Alsarhan, Ahmed Otoom, Yousef Kilani, Abdel-Rahman al-GHuwairi

Abstract:

Wireless mesh networks (WMNs) have emerged recently to improve internet access and other networking services. WMNs provide network access to the clients and other networking functions such as routing, and packet forwarding. Spectrum scarcity is the main challenge that limits the performance of WMNs. Cognitive radio is proposed to solve spectrum scarcity problem. In this paper, we consider a cognitive wireless mesh network where unlicensed users (secondary users, SUs) can access free spectrum that is allocated to spectrum owners (primary users, PUs). Although considerable research has been conducted on spectrum allocation, spectrum assignment is still considered an important challenging problem. This problem can be solved using cognitive radio technology that allows SUs to intelligently locate free bands and access them without interfering with PUs. Our scheme considers several heuristics for spectrum allocation. These heuristics include: channel error rate, PUs activities, channel capacity and channel switching time. Performance evaluation of the proposed scheme shows that the scheme is able to allocate the unused spectrum for SUs efficiently.

Keywords: cognitive radio, dynamic spectrum access, spectrum management, spectrum sharing, wireless mesh networks

Procedia PDF Downloads 501
740 Predictive Value of Coagulopathy in Patients with Isolated Blunt Traumatic Brain Injury: A Cohort of Pakistani Population

Authors: Muhammad Waqas, Shahan Waheed, Mohsin Qadeer, Ehsan Bari, Salman Ahmed, Iqra Patoli

Abstract:

Objective: To determine the value of aPTT, platelets and INR as the predictor of unfavorable outcomes in patients with blunt isolated traumatic brain injury. Methods: This was an observational cohort study conducted in a tertiary care facility from 1st January 2008 to 31st December 2012. All the patients with isolated traumatic brain injury presenting within 24 hours of injury were included in the study. Coagulation parameters at presentation were recorded and Glasgow Outcome Scale calculated on last follow up. Outcomes were dichotomized into favorable and unfavorable outcomes. Relationship of coagulopathy with GOS and unfavorable outcomes was calculated using Spearman`s correlation and area under curve ROC analysis. Results: 121 patients were included in the study. The incidence of coagulopathy was found to be 6 %. aPTT was found to a significantly associated with unfavorable outcomes with an AUC = 0.702 (95%CI = 0.602-0.802). Predictive value of platelets and INR was not found to be significant. Conclusion: Incidence of coagulopathy was found to be low in current population compared to data from the West. aPTT was found to be a good predictor of unfavorable outcomes compared with other parameters of coagulation.

Keywords: aPTT, coagulopathy, unfavorable outcomes, parameters

Procedia PDF Downloads 456
739 The Changing Face of Tourism-Making the Connection through Technological Advancement

Authors: Faduma Ahmed-Ali

Abstract:

The up and coming new generation of travelers will change how the world will achieve its global connectivity. The goal is that through people and technological advancement world-wide, people will be able to better explore the culture and beauty, as well as gain a better understanding of the core values of each host countries treasures. Through Rika's unique world connection model approach, the tourist can explore their destination with the help of local connections. Achieving a complete understanding of the host country while ensuring equal economic prosperity and cultural exchange is key to changing the face of tourism. A recent survey conducted by the author at Portland International Airport shows that over 50% of tourists entering Portland, Oregon are more eager to explore the city through local residents rather than an already planned itinerary created by travel companies. This new model, Rika, aims to shed light to the importance of connecting tourists with the technological tools that increase connectivity to the locals for a better travel experience and that fosters shared economic prosperity throughout a community achieving the goal of creating a sustainable, people driven economy.

Keywords: RIKA, tourism, connection, technology, economic impact, sustainability, hospitality, strategies, tourism development, environment

Procedia PDF Downloads 262
738 Evaluation of Uniformity for Gafchromic Sheets for Film Dosimetry

Authors: Fayzan Ahmed, Saad Bin Saeed, Abdul Qadir Jangda

Abstract:

Gafchromic™ sheet are extensively used for the QA of intensity modulated radiation therapy and other in-vivo dosimetry. Intra-sheet Non-uniformity of scanner as well as film causes undesirable fluctuations which are reflected in dosimetry The aim of this study is to define a systematic and robust method to investigate the intra-sheet uniformity of the unexposed Gafchromic Sheets and the region of interest (ROI) of the scanner. Sheets of lot No#: A05151201 were scanned before and after the expiry period with the EPSON™ XL10000 scanner in the transmission mode, landscape orientation and 72 dpi resolution. ROI of (8’x 10’ inches) equal to the sheet dimension in the center of the scanner is used to acquire images with full transmission, block transmission and with sheets in place. 500 virtual grids, created in MATALB® are imported as a macros in ImageJ (1.49m Wayne Rasband) to analyze the images. In order to remove the edge effects, the outer 86 grids are excluded from the analysis. The standard deviation of the block transmission and full transmission are 0.38% and 0.66% confirming a higher uniformity of the scanner. Expired and non-expired sheets have standard deviations of 2.18% and 1.29%, show that uniformity decreases after expiry. The results are promising and indicates a good potential of this method to be used as a uniformity check for scanner and unexposed Gafchromic sheets.

Keywords: IMRT, film dosimetry, virtual grids, uniformity

Procedia PDF Downloads 460
737 Functionality Based Composition of Web Services to Attain Maximum Quality of Service

Authors: M. Mohemmed Sha Mohamed Kunju, Abdalla A. Al-Ameen Abdurahman, T. Manesh Thankappan, A. Mohamed Mustaq Ahmed Hameed

Abstract:

Web service composition is an effective approach to complete the web based tasks with desired quality. A single web service with limited functionality is inadequate to execute a specific task with series of action. So, it is very much required to combine multiple web services with different functionalities to reach the target. Also, it will become more and more challenging, when these services are from different providers with identical functionalities and varying QoS, so while composing the web services, the overall QoS is considered to be the major factor. Also, it is not true that the expected QoS is always attained when the task is completed. A single web service in the composed chain may affect the overall performance of the task. So care should be taken in different aspects such as functionality of the service, while composition. Dynamic and automatic service composition is one of the main option available. But to achieve the actual functionality of the task, quality of the individual web services are also important. Normally the QoS of the individual service can be evaluated by using the non-functional parameters such as response time, throughput, reliability, availability, etc. At the same time, the QoS is not needed to be at the same level for all the composed services. So this paper proposes a framework that allows composing the services in terms of QoS by setting the appropriate weight to the non-functional parameters of each individual web service involved in the task. Experimental results show that the importance given to the non-functional parameter while composition will definitely improve the performance of the web services.

Keywords: composition, non-functional parameters, quality of service, web service

Procedia PDF Downloads 304
736 Autologous Blood for Conjunctival Autograft Fixation in Primary Pterygium Surgery: a Systematic Review and Meta-Analysis

Authors: Mohamed Abdelmongy

Abstract:

Autologous Blood for Conjunctival Autograft Fixation in Primary Pterygium Surgery: A Systematic Review and Meta-analysis Hossam Zein1,2, Ammar Ismail1,3, Mohamed Abdelmongy1,4, Sherif Elsherif1,5,6, Ahmad Hassanen1,4, Basma Muhammad2, Fathy Assaf1,3, Ahmed Elsehili1,7, Ahmed Negida1,7, Shin Yamane9, Mohamed M. Abdel-Daim8,9 and Kazuaki Kadonosono9 https://www.ncbi.nlm.nih.gov/pubmed/30277146 BACKGROUND: Pterygium is a benign ocular lesion characterized by triangular fibrovascular growth of conjunctival tissue over the cornea. Patients complain of the bad cosmetic appearance, ocular surface irritation and decreased visual acuity if the pterygium is large enough to cause astigmatism or encroach on the pupil. The definitive treatment of pterygium is surgical removal. However, outcomes are compromised by recurrence . The aim of the current study is to systematically review the current literature to explore the efficacy and safety of fibrin glue, suture and autologous blood coagulum for conjunctivalautograft fixation in primary pterygium surgery. OBJECTIVES: To assess the effectiveness of fibrin glue compared to sutures and autologous blood coagulum in conjunctival autografting for the surgical treatment of pterygium. METHODS: During preparing this manuscript, we followed the steps adequately illustrated in the Cochrane Handbook for Systematic Reviews of Interventions version 5.3, and reported it according to the preferred reporting of systematic review and meta-analysis (PRISMA) statement guidelines. We searched PubMed, Ovid (both through Medline), ISI Web of Science, and Cochrane Central Register of Controlled Trials (Central) through January 2017, using the following keywords “Pterygium AND (blood OR glue OR suture)” SELECTION CRITERIA: We included all randomized controlled trials (RCTs) that met the following criteria: 1) comparing autologous blood vs fibrin glue for conjunctivalautograft fixation in primary pterygium surgery 2) comparing autologous blood vs sutures for conjunctivalautograft fixation in primary pterygium surgery DATA COLLECTION AND ANALYSIS: Two review authors independently screened the search results, assessed trial quality, and extracted data using standard methodological procedures expected by Cochrane. The extracted data included A) study design, sample size, and main findings, B) Baseline characteristics of patients included in this review including their age, sex, pterygium site and grade, and graft size. C) Study outcomes comprising 1) primary outcomes: recurrence rate 2) secondary outcomes: graft stability outcomes (graft retraction, graft displacement), operation time (min) and postoperative symptoms (pain, discomfort, foreign body sensation, tearing) MAIN RESULTS: We included 7 RCTs and The review included662eyes (Blood: 293; Glue: 198; Suture: 171). we assess the 1) primary outcomes: recurrence rate 2) secondary outcomes: graft stability outcomes (graft retraction, graft displacement), operation time (min) and postoperative symptoms (pain, discomfort, foreign body sensation, tearing) CONCLUSIONS: Autologous blood for conjunctivalautograft fixation in pterygium surgery is associated with lower graft stability than fibrin glue or sutures. It was not inferior to fibrin glue or sutures regarding recurrence rate. The overall quality of evidence is low. Further well designed RCTs are needed to fully explore the efficacy of this new technique.

Keywords: pterygium, autograft, ophthalmology, cornea

Procedia PDF Downloads 130
735 Measuring Delay Using Software Defined Networks: Limitations, Challenges, and Suggestions for Openflow

Authors: Ahmed Alutaibi, Ganti Sudhakar

Abstract:

Providing better Quality-of-Service (QoS) to end users has been a challenging problem for researchers and service providers. Building applications relying on best effort network protocols hindered the adoption of guaranteed service parameters and, ultimately, Quality of Service. The introduction of Software Defined Networking (SDN) opened the door for a new paradigm shift towards a more controlled programmable configurable behavior. Openflow has been and still is the main implementation of the SDN vision. To facilitate better QoS for applications, the network must calculate and measure certain parameters. One of those parameters is the delay between the two ends of the connection. Using the power of SDN and the knowledge of application and network behavior, SDN networks can adjust to different conditions and specifications. In this paper, we use the capabilities of SDN to implement multiple algorithms to measure delay end-to-end not only inside the SDN network. The results of applying the algorithms on an emulated environment show that we can get measurements close to the emulated delay. The results also show that depending on the algorithm, load on the network and controller can differ. In addition, the transport layer handshake algorithm performs best among the tested algorithms. Out of the results and implementation, we show the limitations of Openflow and develop suggestions to solve them.

Keywords: software defined networking, quality of service, delay measurement, openflow, mininet

Procedia PDF Downloads 132
734 Liquid-Liquid Extraction of Uranium(vi) from Aqueous Solution Using 1-Hydroxyalkylidene-1,1-Diphosphonic Acids

Authors: M. Bouhoun Ali, A. Y. Badjah Hadj Ahmed, M. Attou, A. Elias, M. A. Didi

Abstract:

The extraction of uranium(VI) from aqueous solutions has been investigated using 1-hydroxyhexadecylidene-1,1-diphosphonic acid (HHDPA) and 1-hydroxydodecylidene-1,1-diphosphonic acid (HDDPA), which were synthesized and characterized by elemental analysis and by FT-IR, 1H NMR, 31P NMR spectroscopy. In this paper, we propose a tentative assignment for the shifts of those two ligands and their specific complexes with uranium(VI). We carried out the extraction of uranium(VI) by HHDPA and HDDPA from [carbon tetrachloride + 2-octanol (v/v: 90%/10%)] solutions. Various factors such as contact time, pH, organic/aqueous phase ratio and extractant concentration were considered. The optimum conditions obtained were: contact time= 20 min, organic/aqueous phase ratio = 1, pH value = 3.0 and extractant concentration = 0.3M. The extraction yields are more significant in the case of the HHDPA which is equipped with a hydrocarbon chain, longer than that of the HDDPA. Logarithmic plots of the uranium(VI) distribution ratio vs. pHeq and the extractant concentration showed that the ratio of extractant to extracted uranium(VI) (ligand/metal) is 2:1. The formula of the complex of uranium(VI) with the HHDPA and the DHDPA is UO2(H3L)2 (HHDPA and DHDPA are denoted as H4L). A spectroscopic analysis has showed that coordination of uranium(VI) takes place via oxygen atoms.

Keywords: liquid-liquid extraction, uranium(vi), 1-hydroxyalkylidene-1, 1-diphosphonic acids, hhdpa, hddpa, aqueous solution

Procedia PDF Downloads 251
733 Efficacy of Defender 2% WS (Tebuconazole) and Imidal 70 WS (Imidacloprid) to Control Damping-Off Diseases and Early Insect Pests in Sesame in Rain Fed Areas, Sudan

Authors: Anas Fadlelmula, Elsafi M. M. Ahmed

Abstract:

The efficacy of Defender 2% WS (tebuconazole) and Imidal 70 WS (imidacloprid) to control damping-off diseases and early insect pests in sesame crop under rain fed conditions at Damazine and Gedarif areas was evaluated. Defender 2% WS with dosage rates 0.5, 0.75, 1.0 and 1.25 g/kg of seeds and Imidal 70 WS at 2.25, 3.0, and 3.75 g/ kg of seeds were tested singly and as a mixture during 2010/2011 and 2012/013. Sesame seeds treated with Defender at the rates of 0.5 g and 0.75 g/ kg of seeds gave a high significant increase in percent seedlings emergence (84% and 85%) respectively. Imidal 70 WS at rate of 3g/kg seed showed the least percent damaged leaves by sesame webworm (1.7%). However, the mixed Defender at rate 0.75g with Imidal at 3 g/kg seed, significantly gave a highest percentage of sesame seedling emergence (85.1%) and reduced the incidence of post-emergence damping off and percent damaged leaves to the least per cent (2.1% and 0.4% ) respectively, compared to other treatments. Consequently, the mixed treatment of 0.75 g of Defender + 3 g of Imidal improved the crop stand and significantly gave the highest yield (405.2 kg and 418.8 kg/fed) respectively in both sites compared to the other treatments.

Keywords: seed dressers, damage, daming off, insects

Procedia PDF Downloads 234
732 Dysbiosis of the Intestinal Microbiome in Colorectal Cancer Patients at Hospital of Amizour, Bejaia, Algeria

Authors: Adjebli Ahmed, Messis Abdelaziz, Ayeche Riad, Tighilet Karim, Talbi Melissa, Smaili Yanis, Lehri Mokrane, Louardiane Mustapha

Abstract:

Colorectal cancer is one of the most common types of cancer worldwide, and its incidence has been increasing in recent years. Data and fecal samples from colorectal cancer patients were collected at the Amizour Public Hospital's oncology department (Bejaia, Algeria). Microbiological and cohort study were conducted at the Biological Engineering of Cancers laboratory at the Faculty of Medicine of the University of Bejaia. All the data showed that patients aged between 50 and 70 years were the most affected by colorectal cancer, while the age categories of [30-40] and [40-50] were the least affected. Males were more likely to be at risk of contracting colorectal cancer than females. The most common types of colorectal cancer among the studied population were sigmoid cancer, rectal cancer, transverse colon cancer, and ascending colon cancer. The hereditary factor was found to be more dominant than other risk factors. Bacterial identification revealed the presence of certain pathogenic and opportunistic bacterial genera, such as E. coli, K. pneumoniae, Shigella sp, and Streptococcus group D. These results led us to conclude that dysbiosis of the intestinal microbiome is strongly present in colorectal cancer patients at the EPH of Amizour.

Keywords: microbiome, colorectal cancer, risk factors, bacterial identification

Procedia PDF Downloads 56
731 Isolation and Identification of Diacylglycerol Acyltransferase Type-2 (GAT2) Genes from Three Egyptian Olive Cultivars

Authors: Yahia I. Mohamed, Ahmed I. Marzouk, Mohamed A. Yacout

Abstract:

Aim of this work was to study the genetic basis for oil accumulation in olive fruit via tracking DGAT2 (Diacylglycerol acyltransferase type-2) gene in three Egyptian Origen Olive cultivars namely Toffahi, Hamed and Maraki using molecular marker techniques and bioinformatics tools. Results illustrate that, firstly: specific genomic band of Maraki cultivars was identified as DGAT2 (Diacylglycerol acyltransferase type-2) and identical for this gene in Olea europaea with 100 % of similarity. Secondly, differential genomic band of Maraki cultivars which produced from RAPD fingerprinting technique reflected predicted distinguished sequence which identified as DGAT2 (Diacylglycerol acyltransferase type-2) in Fragaria vesca subsp. Vesca with 76% of sequential similarity. Third and finally, specific genomic specific band of Hamed cultivars was indentified as two fragments, 1-Olea europaea cultivar Koroneiki diacylglycerol acyltransferase type 2 mRNA, complete cds with two matches regions with 99% or 2-PREDICTED: Fragaria vesca subsp. vesca diacylglycerol O-acyltransferase 2-like (LOC101313050), mRNA with 86% of similarity.

Keywords: Olea europaea, fingerprinting, diacylglycerol acyltransferase type-2 (DGAT2), Egypt

Procedia PDF Downloads 470
730 SAMRA: Dataset in Al-Soudani Arabic Maghrebi Script for Recognition of Arabic Ancient Words Handwritten

Authors: Sidi Ahmed Maouloud, Cheikh Ba

Abstract:

Much of West Africa’s cultural heritage is written in the Al-Soudani Arabic script, which was widely used in West Africa before the time of European colonization. This Al-Soudani Arabic script is an African version of the Maghrebi script, in particular, the Al-Mebssout script. However, the local African qualities were incorporated into the Al-Soudani script in a way that gave it a unique African diversity and character. Despite the existence of several Arabic datasets in Oriental script, allowing for the analysis, layout, and recognition of texts written in these calligraphies, many Arabic scripts and written traditions remain understudied. In this paper, we present a dataset of words from Al-Soudani calligraphy scripts. This dataset consists of 100 images selected from three different manuscripts written in Al-Soudani Arabic script by different copyists. The primary source for this database was the libraries of Boston University and Cambridge University. This dataset highlights the unique characteristics of the Al-Soudani Arabic script as well as the new challenges it presents in terms of automatic word recognition of Arabic manuscripts. An HTR system based on a hybrid ANN (CRNN-CTC) is also proposed to test this dataset. SAMRA is a dataset of annotated Arabic manuscript words in the Al-Soudani script that can help researchers automatically recognize and analyze manuscript words written in this script.

Keywords: dataset, CRNN-CTC, handwritten words recognition, Al-Soudani Arabic script, HTR, manuscripts

Procedia PDF Downloads 77
729 Electric Vehicle Market Penetration Impact on Greenhouse Gas Emissions for Policy-Making: A Case Study of United Arab Emirates

Authors: Ahmed Kiani

Abstract:

The United Arab Emirates is clearly facing a multitude of challenges in curbing its greenhouse gas emissions to meet its pre-allotted framework of Kyoto protocol and COP21 targets due to its hunger for modernization, industrialization, infrastructure growth, soaring population and oil and gas activity. In this work, we focus on the bonafide zero emission electric vehicles market penetration in the country’s transport industry for emission reduction. We study the global electric vehicle market trends, the complementary battery technologies and the trends by manufacturers, emission standards across borders and prioritized advancements which will ultimately dictate the terms of future conditions for the United Arab Emirate transport industry. Based on our findings and analysis at every stage of current viability and state-of-transport-affairs, we postulate policy recommendations to local governmental entities from a supply and demand perspective covering aspects of technology, infrastructure requirements, change in power dynamics, end user incentives program, market regulators behavior and communications amongst key stakeholders. 

Keywords: electric vehicles, greenhouse gas emission reductions, market analysis, policy recommendations

Procedia PDF Downloads 287
728 Rapid-Access Multispecialty Nurse-Led Tongue Tie Service: A Retrospective Evaluation of Cost-Effectiveness

Authors: Jia Yin Tan, Daniel Rambei, Kate Mann, Samuel price, Ahmed Aboelela

Abstract:

Introduction: Breastfeeding is a complex process, influenced by various factors. Tongue-tie may lead to breastfeeding difficulties due to an inability to suck effectively, causing sore nipples and poor infant weight gain. In the UK, most frenotomies on infants are performed by doctors, nurses, health visitors or midwives. Objectives: Evaluation of safety and efficacy of a multispecialty nurse-led rapid access tongue-tie service at Sheffield Children’s Hospital, run jointly by the ENT and paediatric surgery departments. Methodology: A retrospective observational study, including all patients attending the ENT and paediatric surgery nurse-led tongue tie clinics between 1/10/2021 and 30/09/2022. Results: During the study period there were 1135 referrals for frenotomy, with a mean of 15 days between referral to clinic episode. 86.8% of referred patients underwent frenotomy, with a complication rate of 0.1% and revision rate of 5.4%. Conclusions: Our findings suggest that our rapid access nurse-led outpatient tongue tie service is safe and efficacious, with low complication and revision rates. This suggests a potential for developing a community-based service, allowing safe and effective care closer to home.

Keywords: tongue tie, frenotomy, cost, nurse-led

Procedia PDF Downloads 78
727 Importance of Standards in Engineering and Technology Education

Authors: Ahmed S. Khan, Amin Karim

Abstract:

During the past several decades, the economy of each nation has been significantly affected by globalization and technology. Government regulations and private sector standards affect a majority of world trade. Countries have been working together to establish international standards in almost every field. As a result, workers in all sectors need to have an understanding of standards. Engineering and technology students must not only possess an understanding of engineering standards and applicable government codes, but also learn to apply them in designing, developing, testing and servicing products, processes and systems. Accreditation Board for Engineering & Technology (ABET) criteria for engineering and technology education require students to learn and apply standards in their class projects. This paper is a follow-up of a 2006-2009 NSF initiative awarded to IEEE to help develop tutorials and case study modules for students and encourage standards education at college campuses. It presents the findings of a faculty/institution survey conducted through various U.S.-based listservs representing the major engineering and technology disciplines. The intent of the survey was to the gauge the status of use of standards and regulations in engineering and technology coursework and to identify benchmark practices. In light of survey findings, recommendations are made to standards development organizations, industry, and academia to help enhance the use of standards in engineering and technology curricula.

Keywords: standards, regulations, ABET, IEEE, engineering, technology curricula

Procedia PDF Downloads 259
726 Discovery, Design and Synthesis of Some Novel Antitumor 1,2,4-Triazine Derivatives as C-Met Kinase Inhibitors

Authors: Ibrahim M. Labouta, Marwa H. El-Wakil, Hayam M. Ashour, Ahmed M. Hassan, Manal N. Saudi

Abstract:

The receptor tyrosine kinase c-Met is an attractive target for therapeutic treatment of cancers nowadays. Among the wide variety of heterocycles that have been explored for developing c-Met kinase inhibitors, the 1,2,4-triazines have been rarely investigated, although they are well known in the literature to possess antitumor activities. Herein we describe the design and synthesis of a novel series of 1,2,4-triazine derivatives possessing N-acylarylhydrazone moiety and another series combining the 1,2,4-triazine scaffold to the well-known anticancer drug 6-MP in order to explore their “double-drug” effect. The synthesized compounds were evaluated for their in vitro antitumor activity against three c-Met addicted cancer cell lines (A549, HT-29 and MKN-45). Most compounds showed moderate to excellent antiproliferative activity and four compounds showed potent inhibitory activity more than the reference drug Foretinib against one or more cancer cell lines. The obtained results revealed that the potent compounds are highly selective to A549 (lung adenocarcinoma) cancer cell line. The c-Met kinase inhibitory activity of the potent derivatives is still under investigation. The present study clearly demonstrates that the 1,2,4-triazine core ring exhibits promising antitumor activity with potential c-Met kinase inhibitory activity.

Keywords: 1, 2, 4-triazine, antitumor, c-Met inhibitor, double-drug

Procedia PDF Downloads 315
725 Dual-Channel Multi-Band Spectral Subtraction Algorithm Dedicated to a Bilateral Cochlear Implant

Authors: Fathi Kallel, Ahmed Ben Hamida, Christian Berger-Vachon

Abstract:

In this paper, a Speech Enhancement Algorithm based on Multi-Band Spectral Subtraction (MBSS) principle is evaluated for Bilateral Cochlear Implant (BCI) users. Specifically, dual-channel noise power spectral estimation algorithm using Power Spectral Densities (PSD) and Cross Power Spectral Densities (CPSD) of the observed signals is studied. The enhanced speech signal is obtained using Dual-Channel Multi-Band Spectral Subtraction ‘DC-MBSS’ algorithm. For performance evaluation, objective speech assessment test relying on Perceptual Evaluation of Speech Quality (PESQ) score is performed to fix the optimal number of frequency bands needed in DC-MBSS algorithm. In order to evaluate the speech intelligibility, subjective listening tests are assessed with 3 deafened BCI patients. Experimental results obtained using French Lafon database corrupted by an additive babble noise at different Signal-to-Noise Ratios (SNR) showed that DC-MBSS algorithm improves speech understanding for single and multiple interfering noise sources.

Keywords: speech enhancement, spectral substracion, noise estimation, cochlear impalnt

Procedia PDF Downloads 520
724 An Assessment of the Impact of Safe Motherhood Initiative on Maternal Health of Women in Gumel Local Government Area of Jigawa State, Nigeria

Authors: Ahmed Mudi, Bala Zakar

Abstract:

The paper assesses the impact of safe motherhood initiative on maternal health of women in Gumel Local Government Area of Jigawa State. The work will specifically concentrate on the background on safe motherhood scheme and maternal health of women. The objective of this paper is to assess the level of safe motherhood scheme in Gumel local government area, to find out the level of maternal health in Gumel local government as well as to determine the impact of safe motherhood scheme on maternal health on women in Gumel Local Government Area Jigawa State. Various literature on the topic are reviewed, the paper adopts survey design and use questionnaire to collect data from the respondent. The study comprises 350 women selected from six rural communities in Gumel using random sampling techniques, and the data was analysed by simple frequency and percentage. The research concluded that safe motherhood initiative has a significant impact on the maternal health of women in Gumel Local Government Area of Jigawa State. Finally, suitable recommendations were given on how to improve the scheme to ensure better maternal health in the region.

Keywords: action, assessment, maternal health, safe motherhood, surgery

Procedia PDF Downloads 239
723 Experimental Study of LPG Diffusion Flame at Elevated Preheated Air Temperatures

Authors: Ahmed A. El-Kafy Amer, H. M. Gad, A. I. Ibrahim, S. I. Abdel-Mageed, T. M. Farag

Abstract:

This paper represents an experimental study of LPG diffusion flame at elevated air preheated temperatures. The flame is stabilized in a vertical water-cooled combustor by using air swirler. An experimental test rig was designed to investigate the different operating conditions. The burner head is designed so that the LPG fuel issued centrally and surrounded by the swirling air issues from an air swirler. There are three air swirlers having the same dimensions but having different blade angles to give different swirl numbers of 0.5, 0.87 and 1.5. The combustion air was heated electrically before entering the combustor up to a temperature about 500 K. Three air to fuel mass ratios of 30, 40 and 50 were also studied. The effect of air preheated temperature, swirl number and air to fuel mass ratios on the temperature maps, visible flame length, high temperature region (size) and exhaust species concentrations are studied. Some results show that as the air preheated temperature increases, the volume of high temperature region also increased but the flame length decreased. Increasing the air preheated temperature, EINOx, EICO2 and EIO2 increased, while EICO decreased. Increasing the air preheated temperature from 300 to 500 K, for all air swirl numbers used, the highest increase in EINOx, EICO2 and EIO2 are 141, 4 and 65%, respectively.

Keywords: air preheated temperature, air swirler, flame length, emission index

Procedia PDF Downloads 459
722 Impact of Activated Sludge Bulking and Foaming on the Quality of Kuwait's Irrigation Water

Authors: Abdallah Abusam, Andrzej Mydlarczyk, Fadila Al-Salameen, Moh Elmuntasir Ahmed

Abstract:

Treated municipal wastewater produced in Kuwait is used mainly in agricultural and greenery landscape irrigations. However, there are strong doubts that severe sludge bulking and foaming problems, particularly during winter seasons, may render the treated wastewater to be unsuitable for irrigation purposes. To assess the impact of sludge bulking and foaming problems on the quality of treated effluents, samples were collected weekly for nine months (January to September 2014) from the secondary effluents, tertiary effluents and sludge-mixed liquor streams of the two plants that severely suffer from sludge bulking and foaming problems. Dominant filamentous bacteria were identified and quantified using a molecular method called VIT (Vermicon Identification Technology). Quality of the treated effluents was determined according to water and wastewater standard methods. Obtained results were then statistically analyzed and compared to irrigation water standards. Statistical results indicated that secondary effluents were greatly impacted by sludge bulking and foaming problems, while tertiary effluents were slightly affected. This finding highlights the importance of having tertiary treatment units in plants that encountering sludge bulking and foaming problems.

Keywords: agriculture, filamentous bacteria, reclamation, reuse, wastewater

Procedia PDF Downloads 223
721 Causes and Implications of Obesity in Urban School Going Children

Authors: Mohammad Amjad, Muhammad Iqbal Zafar, Ashfaq Ahmed Maan, Muhammad Tayyab Kashif

Abstract:

Obesity is an abnormal physical condition where an increased and undesirable fat accumulates in the human body. Obesity is an international phenomenon. In the present study, 12 schools were randomly selected from each district considering the areas i.e. Elite Private Schools in the private sector, Government schools in urban areas and Government schools in rural areas. Interviews were conducted with male students studying in grade 5 to grade 9 in each school. The sample size was 600 students; 300 from Faisalabad district and 300 from Rawalpindi district in Pakistan. A well-structured and pre-tested questionnaire was used for data collection. The calibrated scales were used to attain the heights and weights of the respondents. Obesity of school-going children depends on family types, family size, family history, junk food consumption, mother’s education, weekly time spent in walking, and sports facility at school levels. Academic performance, physical health and psychological health of school going children are affected with obesity. Concrete steps and policies could minimize the incidence of obesity in children in Pakistan.

Keywords: body mass index, cardiovascular disease, fast food, morbidity, overweight

Procedia PDF Downloads 158
720 The Effect of Nursing Teamwork Training on Nursing Teamwork Effectiveness

Authors: Manar Ahmed Elbadawy

Abstract:

Background: Empirical evidence suggested that improving nursing teamwork (NTW) may be the key to reducing medical error. The functioning nursing teams require open communication, mutual respect, and shared mental models to activate quality patient care. The complexity and the high demands for specialized nursing knowledge and skill also require nursing staff to consult with one another and work in teams regularly. The current study aimed to evaluate the effect of the nursing teamwork training program on nursing teamwork effectiveness. Design: A quasi-experimental (one group pretest-posttest) design was utilized. Three medical intensive care units at a teaching hospital affiliated to Cairo University Hospital, Egypt. Subjects: A convenient sample of 48 nursing staff worked at the selected units. The Nursing Teamwork Observational Checklist was used. Results: Total (NTW) mean scores exhibited quite elevation post-program implementation compared to preprogram and showed little decrease 3 months later ( = 2.52, SD = ± 0.27, mean % =51.98, = 2.72, SD = ± 0.20, mean %=72.45, = 2.67, SD = ± 0.11, mean %= 67.48 respectively). Conclusion: Implementation of (NTW) training program had a positive effect on increasing (NTW) effectiveness. Regular and frequent short-term teamwork training is important to be introduced as well as sustainable monitoring is required to ensure nursing attitudes, knowledge and skills’ change about teamwork effectiveness.

Keywords: effectiveness, nursing, teamwork, training

Procedia PDF Downloads 90
719 It Is Time to Perform Total Laparoscopic Hysterectomy (TLH) without the Use of Uterine Manipulator: Kamran's TLH

Authors: Ahmed Gendia, Waseem Kamran

Abstract:

Objective: Total Laparoscopic hysterectomy (TLH) remains a common approach among laparoscopic surgeons. However, this approach depends on the use of uterine manipulator to facilitate the surgery. Although many studies reported the effectiveness of TLH with uterine manipulator, only few reported TLH without the use of any uterine or vaginal manipulation. the aim of this report is to demonstrate our Technique (kamran's TLH) in performing TLH without the use of any uterine or vaginal manipulation in benign conditions and report our intra- and post-operative outcomes. Methodology : surgical technique will be demonstrated through a short video highlighting the easy and safe to learn surgical steps. Additionally, the data of 86 patients who underwent KTLH for benign condition were retrospectively analyzed. the data included intra- and postoperative finding and complications. Results : A total of 86 hysterectomies were performed utilizing the Kamran's TLH ( KTHL). Mean age was 52.2 (±11) years old and BMI was 28.2(±7). Mean operative time was 64.7(±27.9) minutes and estimated bloods loss was 46.2(±54.6) ml. No intraoperative complications were recorded and there was no conversion to open surgery. Only one patient required readmission and surgery for vaginal vault dehiscence. Conclusion & Significance: Uterine manipulator is a key component in performing laparoscopic hysterectomy. However, our approach demonstrated that TLH can be safely performed without the use of any uterine or vaginal manipulation.

Keywords: laparoscopic hystrectomy, TLH, uterine manipulator, surgery

Procedia PDF Downloads 126