Search results for: Mohamed Yusuf
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 1704

Search results for: Mohamed Yusuf

1554 Taxonomic Study of Squirrel Order Rodentia, Family Sciuridea of District Jamshoro Pakistan

Authors: Aisha Liaquat Ali, Ghulam Sarwar Gachal, Muhammad Yusuf Sheikh

Abstract:

The squirrel commonly known as ‘Gulhari’ belongs to the order Rodentia, family sciuridea, its sub-species inhabit tropical to sub tropical regions of Asia. The core aim of the present study is to investigate the taxonomy of squirrel in District Jamshoro. Sampling was obtained for the taxonomic identification from various adjoining areas of District Jamshoro by non random method. During present study a total number of 107 specimens were collected from July 2018 to December 2018, specimens were collected from District Jamshoro it was observed that the prevalence of the sub-species Funambulus tristriatus numarius (23.3%), Funambulus pennant tulescens (23.3%) was high while Funambulus tristriatus tristriatus ((20.5%), Funambulus palmarun brodie (18.6%) and the minimum prevalence Funambulus palmaruns palmaruns (14.1%). In the present research, it is established that the climate factors, altitude has principal importance in the poor density of squirrel.

Keywords: Jamshoro District Pakistan, squirrel, taxonomy, prevalence

Procedia PDF Downloads 140
1553 Analysis of an High Voltage Direct Current (HVDC) Connection Using a Real-Time Simulator Under Various Disturbances

Authors: Mankour Mohamed, Miloudi Mohamed

Abstract:

A thorough and accurate simulation is necessary for the study of a High Voltage Direct Current (HVDC) link system during various types of disturbances, including internal faults on both converters, either on the rectifier or on the inverter, as well as external faults, such as AC or DC faults on both converter sides inside the DC link party. In this study, we examine how an HVDC inverter responds to three different types of failures, including faults at the inverter valve, system control faults, and single-phase-to-ground AC faults at the sending end of the inverter side. As this phenomenon represents the most frequent problem that may affect inverter valves, particularly those based on thyristor valves (LCC (line-Commutated converter)), it is more precise to explore which circumstance generates and raises the commutation failure on inverter valves. Because of the techniques used to accelerate the simulation, digital real-time simulators are now the most potent tools that provide simulation results. The real-time-lab RT-LAB platform HYPERSIM OP-5600 is used to implement the Simulation in the Loop (SIL) technique, which is used to validate the results. It is demonstrated how to recover from both the internal faults and the AC problem. The simulation findings show how crucial a role the control system plays in fault recovery.

Keywords: hypersim simulator, HVDC systems, mono-polar link, AC faults, misfiring faults

Procedia PDF Downloads 66
1552 Adsorption of Malachite Green Dye onto Industrial Waste Materials: Full Factorial Design

Authors: Semra Çoruh, Yusuf Tibet

Abstract:

Dyes are widely used in industries such as textiles, paper, paints, leather, rubber, plastics, cosmetics, food, and drug etc, to color their products. Due to their chemical structures, dyes are resistant to fading on exposure to light, water and many chemicals and, therefore, are difficult to be decolorized once released into the aquatic environment. Many of the organic dyes are hazardous and may affect aquatic life and even the food chain. This study deals with the adsorption of malachite green dye onto fly ash and red mud. The effects of experimental factors (adsorbent dosage, initial concentration, pH and temperature) on the adsorption process were examined by using 24 full factorial design. The results were statistically analyzed by using the student’s t-test, analysis of variance (ANOVA) and an F-test to define important experimental factors and their levels. A regression model that considers the significant main and interaction effects was suggested. The results showed that initial dye concentration an pH is the most significant factor that affects the removal of malachite green.

Keywords: malachite green, adsorption, red mud, fly ash, full factorial design

Procedia PDF Downloads 453
1551 Analytical Investigation of Viscous and Non-Viscous Fluid Particles in a Restricted Region Using Diffusion Magnetic Resonance Imaging Equation

Authors: Yusuf, S. I., Saba, A., Olaoye, D. O., Ibrahim J. A., Yahaya H. M., Jatto A. O

Abstract:

Nuclear Magnetic Resonance (NMR) technology has been applied in several ways to provide vital information about petro-physical properties of reservoirs. However, due to the need to study the molecular behaviours of particles of the fluids in different restricted media, diffusion magnetic resonance equation is hereby applied in spherical coordinates and solved analytically using the method of separation of variables and solution of Legendre equation by Frobenius method. The viscous fluid considered in this research work is unused oil while the non-viscous fluid is water. The results obtained show that water begins to manifest appreciable change at radial adjustment value of 10 and Magnetization of 2.31191995400015x1014 and relaxes finally at 2.30x1014 at radial adjustment value of 1. On the other hand, unused engine oil begins to manifest its changes at radial adjustment value of 40 and Magnetization of 1.466557018x1014and relaxes finally at 1.48x1014 at radial adjustment value of 5.

Keywords: viscous and non-viscous fluid, restricted medium, relaxation times, coefficient of diffusion

Procedia PDF Downloads 54
1550 A Fast Parallel and Distributed Type-2 Fuzzy Algorithm Based on Cooperative Mobile Agents Model for High Performance Image Processing

Authors: Fatéma Zahra Benchara, Mohamed Youssfi, Omar Bouattane, Hassan Ouajji, Mohamed Ouadi Bensalah

Abstract:

The aim of this paper is to present a distributed implementation of the Type-2 Fuzzy algorithm in a parallel and distributed computing environment based on mobile agents. The proposed algorithm is assigned to be implemented on a SPMD (Single Program Multiple Data) architecture which is based on cooperative mobile agents as AVPE (Agent Virtual Processing Element) model in order to improve the processing resources needed for performing the big data image segmentation. In this work we focused on the application of this algorithm in order to process the big data MRI (Magnetic Resonance Images) image of size (n x m). It is encapsulated on the Mobile agent team leader in order to be split into (m x n) pixels one per AVPE. Each AVPE perform and exchange the segmentation results and maintain asynchronous communication with their team leader until the convergence of this algorithm. Some interesting experimental results are obtained in terms of accuracy and efficiency analysis of the proposed implementation, thanks to the mobile agents several interesting skills introduced in this distributed computational model.

Keywords: distributed type-2 fuzzy algorithm, image processing, mobile agents, parallel and distributed computing

Procedia PDF Downloads 393
1549 Design and Implementation of Pseudorandom Number Generator Using Android Sensors

Authors: Mochamad Beta Auditama, Yusuf Kurniawan

Abstract:

A smartphone or tablet require a strong randomness to establish secure encrypted communication, encrypt files, etc. Therefore, random number generation is one of the main keys to provide secrecy. Android devices are equipped with hardware-based sensors, such as accelerometer, gyroscope, etc. Each of these sensors provides a stochastic process which has a potential to be used as an extra randomness source, in addition to /dev/random and /dev/urandom pseudorandom number generators. Android sensors can provide randomness automatically. To obtain randomness from Android sensors, each one of Android sensors shall be used to construct an entropy source. After all entropy sources are constructed, output from these entropy sources are combined to provide more entropy. Then, a deterministic process is used to produces a sequence of random bits from the combined output. All of these processes are done in accordance with NIST SP 800-22 and the series of NIST SP 800-90. The operation conditions are done 1) on Android user-space, and 2) the Android device is placed motionless on a desk.

Keywords: Android hardware-based sensor, deterministic process, entropy source, random number generation/generators

Procedia PDF Downloads 343
1548 Communicative Language Teaching Technique: A Neglected Approach in Reading Comprehension Instruction

Authors: Olumide Yusuf Jimoh

Abstract:

Reading comprehension is an interactive and purposeful process of getting meaning from and bringing meaning to a text. Over the years, teachers of the English Language (in Nigeria) have been glued to the monotonous method of making students read comprehension passages silently and then answer the questions that follow such passages without making the reading session interactive. Hence, students often find such exercises monotonous and boring. Consequently, students'’ interest in language learning continues to dwindle, and this often affects their overall academic performance. Relying on Communicative Accommodation Theory therefore, the study employed the qualitative research design method to x-ray Communicative Language Teaching Approach (CLTA) in reading comprehension. Moreover, techniques such as the Genuinely Collaborative Reading Approach (GCRA), Jigsaw reading, Pre-reading, and Post-reading tasks were examined. The researcher submitted that effective reading comprehension could not be done passively. Students must respond to what they read; they must interact not only with the materials being read but also with one another and with the teacher; this can be achieved by developing communicative and interactive reading programs.

Keywords: collaborative reading approach, communicative teaching, interactive reading program, pre-reading task, reading comprehension

Procedia PDF Downloads 69
1547 Process of Dimensioning Small Type Annular Combustors

Authors: Saleh B. Mohamed, Mohamed H. Elhsnawi, Mesbah M. Salem

Abstract:

Current and future applications of small gas turbine engines annular type combustors have requirements presenting difficult disputes to the combustor designer. Reduced cost and fuel consumption and improved durability and reliability as well as higher temperatures and pressures for such application are forecast. Coupled with these performance requirements, irrespective of the engine size, is the demand to control the pollutant emissions, namely the oxides of nitrogen, carbon monoxide, smoke and unburned hydrocarbons. These technical and environmental challenges have made the design of small size combustion system a very hard task. Thus, the main target of this work is to generalize a calculation method of annular type combustors for small gas turbine engines that enables to understand the fundamental concepts of the coupled processes and to identify the proper procedure that formulates and solves the problems in combustion fields in as much simplified and accurate manner as possible. The combustion chamber in task is designed with central vaporizing unit and to deliver 516.3 KW of power. The geometrical constraints are 142 mm & 140 mm overall length and casing diameter, respectively, while the airflow rate is 0.8 kg/sec and the fuel flow rate is 0.012 kg/sec. The relevant design equations are programmed by using MathCAD language for ease and speed up of the calculation process.

Keywords: design of gas turbine, small engine design, annular type combustors, mechanical engineering

Procedia PDF Downloads 386
1546 Synthesis and Characterization of SiO2/PVA/ SPEEK Composite Membrane for Proton Exchange Membrane Fuel Cell

Authors: M. Yusuf Ansari, Asad Abbas

Abstract:

Proton exchange membrane (PEM) fuel cell is a very efficient and promising energy conversion device. Although Nafion® is considered as benchmark materials for membrane used in PEM fuel cell, it has limitations that restrict its uses. Alternative materials for the membrane is always a challenging field for researchers. Sulfonated poly(ether ether ketone) (SPEEK) is one of the promising material for membrane due to its chemical and mechanical stability and lower cost. In this work, SPEEK is synthesized, and property booster such as silica nanoparticles and polyvinyl alcohol (PVA) are also added to analyse changes in properties such as water uptake, IEC, and conductivity. It has been found that adding PVA support high water uptake and proton conductivity but at large amount of PVA reduces the proton conductivity due to very high water uptake. Adding silica enhances water uptake and proton conductivity.

Keywords: PEM Membrane, sulfonated poly (ether ether ketone) (SPEEK), silica fumes (SiO2), polyvinyl alcohol (PVA)

Procedia PDF Downloads 255
1545 One Dimensional Unsteady Boundary Layer Flow in an Inclined Wavy Wall of a Nanofluid with Convective Boundary Condition

Authors: Abdulhakeem Yusuf, Yomi Monday Aiyesimi, Mohammed Jiya

Abstract:

The failure in an ordinary heat transfer fluid to meet up with today’s industrial cooling rate has resulted in the development of high thermal conductivity fluid which nanofluids belongs. In this work, the problem of unsteady one dimensional laminar flow of an incompressible fluid within a parallel wall is considered with one wall assumed to be wavy. The model is presented in its rectangular coordinate system and incorporates the effects of thermophoresis and Brownian motion. The local similarity solutions were also obtained which depends on Soret number, Dufour number, Biot number, Lewis number, and heat generation parameter. The analytical solution is obtained in a closed form via the Adomian decomposition method. It was found that the method has a good agreement with the numerical method, and it is also established that the heat generation parameter has to be kept low so that heat energy are easily evacuated from the system.

Keywords: Adomian decomposition method, Biot number, Dufour number, nanofluid

Procedia PDF Downloads 302
1544 Socioeconomic Values of Fertility in Islam

Authors: Mohamed Hamed Mohamed Ahmed Alameer

Abstract:

Population studies, essentially deals with the size, growth, and distribution of the population in a given area. Size, growth, and distribution are determined by three major factors, which are fertility mortality, and migration. Of these factors, fertility- as a number of live births a woman has actually had- is a potent socio-demographic force in vital process of population growth. So, fertility is a major component of population growth. It is one of the main determinants of population growth and has crucial role in population dynamic, because it measures the rate at which a population increased. In fact the levels of fertility are vary widely among nations, countries, geographic regions, ethnic, socio- economic groups, and religious groups. Fertility differential by religion have been empirically documented in a large numbers of countries. For instance, many researchers in developing and developed countries investigated the differential of fertility among Muslims and Non- Muslims. Most of them have found that fertility of Muslims is higher than fertility of non Muslims. And Muslims have a tendency for large families comparing to non- Muslims population. On the basis of this; Islam by it itself could play an important role in shaping attitudes and values of fertility, such as: sustainability of human kind, developmental reasons, religious Motivations, socioeconomic Motivations, and Psychological Motivation. Therefore, this paper investigates socio-economic values of fertility in Islam and compare it to Malthusian and neo Malthusian functionalists and conflict perspectives.

Keywords: islam, fertility, socioeconomic values, social sciences

Procedia PDF Downloads 443
1543 Impact of El-Matrouha Landfill on Oued El-Kebir (North East of Algeria)

Authors: Mohamed Djalil Zaafour, Samir Chekchaki, Mohamed Benslama

Abstract:

The Landfill of El Matrouha is located in El-Tarf town (extreme north east of Algeria), the Landfill is present as a gigantic wild dump. This waste dump occupies an area of over four hectares, tons of rubbish that is sent daily are scattered over kilometers, reaching farmland located west of the town, the landfill is close to a temporary Oued, which supply Oued Guergour the last tributary Oued El Kebir. The landfills are causing serious environmental damage, following the infiltration of leachates, which contribute to the degradation of water quality, in the context of this problem, the purpose of the work is focused on assessing the impact of this landfill on Oued El-Kebir, for this a series of sampling and analysis of the soil and water of this Oued was performed; The results show that the soil collected reveal the sandy texture facilitating infiltration and percolation of leachate from the landfill; the physicochemical analysis of the quality of the river water reveals high levels of sulfates in fact this element is one of the essential constituents of the mineral fraction of the waste presenting a risk of pollution by this element, The recorded values for nutrients are sub-standard, for trace elements analysis shows very low metal load on the river except for lead, which is present at high concentrations exceeding all standard.

Keywords: Algeria, landfill, leachates, Oued El-kebir

Procedia PDF Downloads 338
1542 Magnetohydrodynamics (MHD) Boundary Layer Flow Past A Stretching Plate with Heat Transfer and Viscous Dissipation

Authors: Jiya Mohammed, Tsadu Shuaib, Yusuf Abdulhakeem

Abstract:

The research work focuses on the cases of MHD boundary layer flow past a stretching plate with heat transfer and viscous dissipation. The non-linear of momentum and energy equation are transform into ordinary differential equation by using similarity transformation, the resulting equation are solved using Adomian Decomposition Method (ADM). An attempt has been made to show the potentials and wide range application of the Adomian decomposition method in the comparison with the previous one in solving heat transfer problems. The Pade approximates value (η= 11[11, 11]) is use on the difficulty at infinity. The results are compared by numerical technique method. A vivid conclusion can be drawn from the results that ADM provides highly precise numerical solution for non-linear differential equations. The result where accurate especially for η ≤ 4, a general equating terms of Eckert number (Ec), Prandtl number (Pr) and magnetic parameter ( ) is derived which was used to investigate velocity and temperature profiles in boundary layer.

Keywords: MHD, Adomian decomposition, boundary layer, viscous dissipation

Procedia PDF Downloads 522
1541 Multiple Plant-Based Cell Suspension as a Bio-Ink for 3D Bioprinting Applications in Food Technology

Authors: Yusuf Hesham Mohamed

Abstract:

Introduction: Three-dimensional printing technology includes multiple procedures that fabricate three-dimensional objects through consecutively layering two-dimensional cross-sections on top of each other. 3D bioprinting is a promising field of 3D printing, which fabricates tissues and organs by accurately controlling the proper arrangement of diverse biological components. 3D bioprinting uses software and prints biological materials and their supporting components layer-by-layer on a substrate or in a tissue culture plate to produce complex live tissues and organs. 3D food printing is an emerging field of 3D bioprinting in which the 3D printed products are food products that are cheap, require less effort to produce, and have more desirable traits. The Aim of the Study is the development of an affordable 3D bioprinter by altering a locally made CNC instrument with an open-source platform to suit the 3D bio-printer purposes. Later, we went through applying the prototype in several applications regarding food technology and drug testing, including the organ-On-Chip. Materials and Methods: An off-the-shelf 3D printer was modified by designing and fabricating the syringe unit, which was designed on the basis of the Milli-fluidics system. Sodium alginate and gelatin hydrogels were prepared, followed by leaf cell suspension preparation from narrow sections of Fragaria’s viable leaves. The desired 3D structure was modeled, and 3D printing preparations took place. Cell-free and cell-laden hydrogels were printed at room temperature under sterile conditions. Post printing curing process was performed. The printed structure was further studied. Results: Positive results have been achieved using the altered 3D bioprinter where a 3D hydrogel construct of two layers made of the combination of sodium alginate to gelatin (15%: 0.5%) has been printed. DLP 3D printer was used to design the syringe component with a transparent PLA-Pro resin for the creation of a microfluidics system having two channels altered to the double extruder. The hydrogel extruder’s design was based on peristaltic pumps, which utilized a stepper motor. The design and fabrication were made using DIY-3D printed parts. Hard plastic PLA was the material utilized for printing. SEM was used to carry out the porous 3D construct imaging. Multiple physical and chemical tests were performed in order to ensure that the cell line was suitable for hosting. Fragaria plant was developed by suspending Fragaria’s cells from its leaves using the 3D bioprinter. Conclusion: 3D bioprinting is considered to be an emerging scientific field that can facilitate and improve many scientific tests and studies. Thus, having a 3D bioprinter in labs is considered to be an essential requirement. 3D bioprinters are very expensive; however, the fabrication of a 3D printer into a 3D bioprinter can lower the cost of the bioprinter. The 3D bioprinter implemented made use of peristaltic pumps instead of syringe-based pumps in order to extend the ability to print multiple types of materials and cells.

Keywords: scaffold, eco on chip, 3D bioprinter, DLP printer

Procedia PDF Downloads 87
1540 Performance Improvement of The Nano-Composite Based Proton Exchange Membranes (PEMs)

Authors: Yusuf Yılmaz, Kevser Dincer, Derya Saygılı

Abstract:

In this study, performance of PEMs was experimentally investigated. Coating on the cathode side of the PEMs fuel cells was accomplished with the spray method by using NaCaNiBO. A solution having 0,1 gr NaCaNiBO +10 mL methanol was prepared. This solution was taken out and filled into a spray. Then the cathode side of PEMs fuel cells was cladded with NaCaNiBO by using spray method. After coating, the membrane was left out to dry for 24 hours. The PEM fuel cells were mounted to the system in single, double, triple and fourfold manner in order to spot the best performance. The performance parameter considered was the power to current ratio. The best performance was found to occur at the 300th second with the power/current ratio of 3.55 Watt/Ampere and on the fourfold parallel mounting after the coating; whereas the poorest performance took place at the 210th second, power to current ratio of 0.12 Watt/Ampere and on the twofold parallel connection after the coating.

Keywords: nano-composites, proton exchange membranes, performance improvement, fuel cell

Procedia PDF Downloads 348
1539 Fuzzy Analytic Hierarchy Process for Determination of Supply Chain Performance Evaluation Criteria

Authors: Ibrahim Cil, Onur Kurtcu, H. Ibrahim Demir, Furkan Yener, Yusuf. S. Turkan, Muharrem Unver, Ramazan Evren

Abstract:

Fuzzy AHP (Analytic Hierarchy Process) method is decision-making way at the end of integrating the current AHP method with fuzzy structure. In this study, the processes of production planning, inventory management and purchasing department of a system were analysed and were requested to decide the performance criteria of each area. At this point, the current work processes were analysed by various decision-makers and comparing each criteria by giving points according to 1-9 scale were completed. The criteria were listed in order to their weights by using Fuzzy AHP approach and top three performance criteria of each department were determined. After that, the performance criteria of supply chain consisting of three departments were asked to determine. The processes of each department were compared by decision-makers at the point of building the supply chain performance system and getting the performance criteria. According to the results, the criteria of performance system of supply chain by using Fuzzy AHP were determined for which will be used in the supply chain performance system in the future.

Keywords: AHP, fuzzy, performance evaluation, supply chain

Procedia PDF Downloads 308
1538 Topical Negative Pressure for Autologous Fat Grafting in Breast Augmentation

Authors: Mohamed Eftal Bin Mohamed Ebrahim, Alexander Varey

Abstract:

Aim: Topical negative pressure has been shown to enhance angiogenesis during wound healing, both for open and closed wounds. Since angiogenesis is a key requirement for successful fat grafting, there may be a role for topical negative pressure as a means of enhancing the take rate during autologous fat grafting to breasts. Here we present a systematic review of the literature on this topic. Methods: Ovid and Embase were utilized, with searches ranging between 1960 – 2019. Terms (“Liposculpting” OR “Fat grafting” OR “Lipofilling” OR “Lipograft” OR “Fat transfer”) AND (“Negative Pressure” OR “Brava” OR “Kiwi”) AND (“Breast”) were merged as keywords. Inclusion criteria were females, autologous fat graft to breast with topical negative pressure prior to the procedure. Studies were excluded if there was no primary endpoint or non-original article. Results: Upon reviewing 219 articles, 2 met inclusion criteria. A total of 565 and 46 breasts in each article were treated respectively using the negative pressure device BRAVA®, with each cohort having different pre-and post-operative pressure settings. Khouri et al. cohort had higher graft survival (79%) compared to Del Vecchio et al. cohort (64%); however, the latter had fewer complications compared to Khouri’s cohort, e.g., fat necrosis, pneumothorax and infection. Conclusion: There is limited evidence regarding the use of topical negative pressure for fat grafting to the breasts. However, in the two studies published, the reported rates of success are high, suggesting there may be a benefit. Consequently, a randomized controlled trial on this area is required.

Keywords: fat grafting, lipograft, negative pressure, breast, breast augmentation, brava

Procedia PDF Downloads 171
1537 Classifying and Analysis 8-Bit to 8-Bit S-Boxes Characteristic Using S-Box Evaluation Characteristic

Authors: Muhammad Luqman, Yusuf Kurniawan

Abstract:

S-Boxes is one of the linear parts of the cryptographic algorithm. The existence of S-Box in the cryptographic algorithm is needed to maintain non-linearity of the algorithm. Nowadays, modern cryptographic algorithms use an S-Box as a part of algorithm process. Despite the fact that several cryptographic algorithms today reuse theoretically secure and carefully constructed S-Boxes, there is an evaluation characteristic that can measure security properties of S-Boxes and hence the corresponding primitives. Analysis of an S-Box usually is done using manual mathematics calculation. Several S-Boxes are presented as a Truth Table without any mathematical background algorithm. Then, it’s rather difficult to determine the strength of Truth Table S-Box without a mathematical algorithm. A comprehensive analysis should be applied to the Truth Table S-Box to determine the characteristic. Several important characteristics should be owned by the S-Boxes, they are Nonlinearity, Balancedness, Algebraic degree, LAT, DAT, differential delta uniformity, correlation immunity and global avalanche criterion. Then, a comprehensive tool will be present to automatically calculate the characteristics of S-Boxes and determine the strength of S-Box. Comprehensive analysis is done on a deterministic process to produce a sequence of S-Boxes characteristic and give advice for a better S-Box construction.

Keywords: cryptographic properties, Truth Table S-Boxes, S-Boxes characteristic, deterministic process

Procedia PDF Downloads 338
1536 Vibrotactility: Exploring and Prototyping the Aesthetics and Technology of Vibrotactility

Authors: Elsa Kosmack Vaara, Cheryl Akner Koler, Yusuf Mulla, Parivash Ranjbar, Anneli Nöu

Abstract:

This transdisciplinary research weaves together an aesthetic perspective with a technical one to develop human sensitivity for vibration and construct flexible, wearable devices that are miniature, lightweight, and energy efficient. By applying methods from artistic research, performative arts, audio science, nanotechnology, and interaction design, we created working prototypes with actuators that were specifically positioned in various places on the body. The vibrotactile prototypes were tested by our research team, design students, and people with deafblindness and blindness, each with different intentions. Some tests supported connoisseurship for vibrotactile musical expression. Others aimed for precise navigational instructions. Our results and discussion concern problems in establishing standards for vibrotactility because standards minimize diversity and narrow possible ways vibration can be experienced. Human bodies vary significantly in ‘where’ vibrotactile signals can be sensed and ‘how’ they awaken emotions. We encourage others to embrace the dynamic exchange between new haptic technology and aesthetic complexity.

Keywords: aesthetics, vibration, music, interaction design, deafblindness

Procedia PDF Downloads 63
1535 Digital Design and Fabrication: A Review of Trend and Its Impact in the African Context

Authors: Mohamed Al Araby, Amany Salman, Mostafa Amin, Mohamed Madbully, Dalia Keraa, Mariam Ali, Marah Abdelfatah, Mariam Ahmed, Ahmed Hassab

Abstract:

In recent years, the architecture, engineering, and construction (A.E.C.) industry have been exposed to important innovations, most notably the global integration of digital design and fabrication (D.D.F.) processes in the industry’s workflow. Despite this evolution in that sector, Africa was excluded from the examination of this development. The reason behind this exclusion is the preconceived view of it as a developing region that still employs traditional methods of construction. The primary objective of this review is to investigate the trend of digital construction (D.C.) in the African environment and the difficulties in its regular utilization of it. This objective can be attained by recognizing the notion of distributed computing in Africa and evaluating the impact of the projects deploying this technology on both the immediate and broader contexts. The paper’s methodology begins with the collection of data from 224 initiatives throughout Africa. Then, 50 of these projects were selected based on the criteria of the project's recency, typology variety, and location diversity. After that, a literature-based comparative analysis was undertaken. This study’s findings reveal a pattern of motivation for applying digital fabrication processes. Moreover, it is essential to evaluate the socio-economic effects of these projects on the population living near the analyzed subject. The last step in this study is identifying the influence on the neighboring nations.

Keywords: Africa, digital construction, digital design, fabrication

Procedia PDF Downloads 128
1534 Presence of Nesting Parrot (Psittacula krameri borealis) Order Psitaciforme, Family Psittacidea in District Mirpurkhas Sindh Pakistan

Authors: Aisha Liaquat Ali, Ghulam Sarwar Gachal, Muhammad Yusuf Sheikh

Abstract:

The parrot (Psittacula krameri borealis) commonly known as ‘Tota’ belongs to the order ‘Psittaciformes’ and family ‘Psittacidea’. Its range inhabits tropical to subtropical regions. The parrot (Psittacula krameri borealis) has been categorized as least concern species. The core aim of the present study is to investigate the nesting of parrot (Psittacula krameri borealis); site observation was done a different interval from various adjoining areas of District Mirpurkhas from June 2017 to May 2018. During the study period, altogether 15 nests were observed, number of nests were high in June’s month (33.3%), July (13.3%), August (20.0 %), March (13.3%), April (13.3%) while the lowest number of nest was observed in September’s month (6.6%) and the nest was absent from October to February. It investigates that the number of nests was high June’s month when temperature range between '20 °C' and '45 °C'.

Keywords: District Mirpurkhas Sindh Pakistan, nesting, parrot (Psittacula krameri), presence

Procedia PDF Downloads 135
1533 The Affect of Ethnic Minority People: A Prediction by Gender and Marital Status

Authors: A. K. M. Rezaul Karim, Abu Yusuf Mahmud, S. H. Mahmud

Abstract:

The study aimed to investigate whether the affect (experience of feeling or emotion) of ethnic minority people can be predicted by gender and marital status. Toward this end, positive affect and negative affect of 103 adult indigenous persons were measured. Analysis of data in multiple regressions demonstrated that both gender and marital status are significantly associated with positive affect (Gender: β=.318, p < .001; Marital status: β=.201, p < .05), but not with negative affect. Results indicated that the indigenous males have 0.32 standard deviations increased positive affect as compared to the indigenous females and that married individuals have 0.20 standard deviations increased positive affect as compared to their unmarried counterparts. These findings advance our understanding that gender and marital status inequalities in the experience of emotion are not specific to the mainstream society; rather it is a generalized picture of all societies. In general, men possess more positive affect than females; married persons possess more positive affect than the unmarried persons.

Keywords: positive affect, negative affect, ethnic minority, gender, marital status

Procedia PDF Downloads 415
1532 Arabic Literature of Nigerian Authorship and the Spread of Values and Morality in Society: A Study from Isa Abukar Alabi’s “Ar-Riyaadh”

Authors: Tajudeen Yusuf

Abstract:

Arabic Literature of Nigerian Authorship, like others, has contributed widely to the spread of morality and values in human Society. There is no doubt that the relationship between literature and society has been widely conceived, for it reflects society and serves as a means of social control. Indeed, the influence of literature on attitude and human behaviors cannot be underestimated. Focused on some selected themes and verses in a literary work of Isa Abubakar Alabi known as (Ar-Ryaadh), the paper aims to reveal the contributions of the Arabic literary icon of Nigerian origin in spreading values and morality in society through his literary works. The study employs a descriptive method. Isa Abubakar Alabi, a Nigerian Arabic scholar, is known as a wise and famous poet not only in Nigeria but throughout West Africa and Arab countries at large. He has produced a sort of poetry that is distinguished with superiority in spreading peace, harmony, societal values and morality. Indeed, his literary works address humanism, kindness, honesty, law, justice, truthfulness, and patriotism, which may positively influence humans.

Keywords: Arabic, literature, moral, Nigeria, values

Procedia PDF Downloads 46
1531 Enzymatic Biomonitoring of Aquatic Pollution at Jeddah Southern Red Sea Shore

Authors: Saleh Mohamed, Mohamed El-Shal, Taha Kumosani, Ahmad Mal, Youssri Ahmed, Yasser Almulaiky

Abstract:

The marine environment of the Jeddah southern red sea shore is subjected to increasing anthropogenic activities as sewage sludge draining and desalting processes. The objective of this study is to compare the quantitative responses of enzymatic biomarkers in fish from polluted area with the responses of organism from reference area. Enzymatic biomarkers as neurotoxic, antioxidant and detoxifying enzymes were evaluated in the brain and liver from Variola louti as a sentinel species sampled from both polluted and reference sites in the Jeddah southern red sea shore during four months January, April, July and October in 2014 and 2015. In brain of V. louti, the activity of acetylcholinestease (AChE) collected from reference area significantly increased 8.8 and 10.5 folds than that from polluted area in 2014 and 2015, respectively. The activities of catalase (CAT), glutathione reductase (GR) and glutathione peroxidase (GPx) and glutathione-S-transferase (GST) from liver of V. louti in polluted area significantly increased 1.4, 1.27 and 3, 4.5 and 4.37, 2 and 5, 4.5 folds than that from reference area in 2014 and 2015, respectively. The levels of examined enzymes are approximately similar in the four seasons detected in 2014 and 2015 indicating that the similar components of sewage were draining in red sea. In conclusion, these findings suggest the important of enzymatic biomarkers in monitoring the pollution in Jeddah red sea shore.

Keywords: Variola louti, enzymatic biomarkers, pollution, Red sea

Procedia PDF Downloads 309
1530 Materialized View Effect on Query Performance

Authors: Yusuf Ziya Ayık, Ferhat Kahveci

Abstract:

Currently, database management systems have various tools such as backup and maintenance, and also provide statistical information such as resource usage and security. In terms of query performance, this paper covers query optimization, views, indexed tables, pre-computation materialized view, query performance analysis in which query plan alternatives can be created and the least costly one selected to optimize a query. Indexes and views can be created for related table columns. The literature review of this study showed that, in the course of time, despite the growing capabilities of the database management system, only database administrators are aware of the need for dealing with archival and transactional data types differently. These data may be constantly changing data used in everyday life, and also may be from the completed questionnaire whose data input was completed. For both types of data, the database uses its capabilities; but as shown in the findings section, instead of repeating similar heavy calculations which are carrying out same results with the same query over a survey results, using materialized view results can be in a more simple way. In this study, this performance difference was observed quantitatively considering the cost of the query.

Keywords: cost of query, database management systems, materialized view, query performance

Procedia PDF Downloads 252
1529 Structural and Optical Properties of RF-Sputtered ZnS and Zn(S,O) Thin Films

Authors: Ould Mohamed Cheikh, Mounir Chaik, Hind El Aakib, Mohamed Aggour, Abdelkader Outzourhit

Abstract:

Zinc sulfide [ZnS] and oxygenated zinc sulfide Zn(O,S) thin films were deposited on glass substrates, by reactive cathodic radio-frequency (RF) sputtering. The substrates power and percentage of oxygen were varied in the range of 100W to 250W and from 5% to 20% respectively. The structural, morphological and optical properties of these thin films were investigated. The optical properties (mainly the refractive index, absorption coefficient and optical band gap) were examined by optical transmission measurements in the ultraviolet-visible-near Infrared wavelength range. XRD analysis indicated that all sputtered ZnS films were a single phase with a preferential orientation along the (111) plane of zinc blend (ZB). The crystallite size was in the range of 19.5 nm to 48.5 nm, the crystallite size varied with RF power reaching a maximum at 200 W. The Zn(O,S) films, on the other hand, were amorphous. UV-Visible, measurements showed that the ZnS film had more than 80% transmittance in the visible wavelength region while that of Zn(O,S is 85%. Moreover, it was observed that the band gap energy of the ZnS films increases slightly from 3.4 to 3.52 eV as the RF power was increased. The optical band gap of Zn(O,S), on the other hand, decreased from 4.2 to 3.89 eV as the oxygen partial pressure is increased in the sputtering atmosphere at a fixed RF-power. Scanning electron microscopy observations revealed smooth surfaces for both type of films. The X-ray reflectometry measurements on the ZnS films showed that the density of the films (3.9 g/cm3) is close that of bulk ZnS.

Keywords: thin films Zn(O, S) properties, Zn(O, S) by Rf-sputtering, ZnS for solar cells, thin films for renewable energy

Procedia PDF Downloads 261
1528 Green Synthesis of Magnetic, Silica Nanocomposite and Its Adsorptive Performance against Organochlorine Pesticides

Authors: Waleed A. El-Said, Dina M. Fouad, Mohamed H. Aly, Mohamed A. El-Gahami

Abstract:

Green synthesis of nanomaterials has received increasing attention as an eco-friendly technology in materials science. Here, we have used two types of extractions from green tea leaf (i.e. total extraction and tannin extraction) as reducing agents for a rapid, simple and one step synthesis method of mesoporous silica nanoparticles (MSNPs)/iron oxide (Fe3O4) nanocomposite based on deposition of Fe3O4 onto MSNPs. MSNPs/Fe3O4 nanocomposite were characterized by X-ray diffraction, Fourier transform infrared spectroscopy, scanning electron microscopy, energy dispersive X-ray, vibrating sample magnetometer, N2 adsorption, and high-resolution transmission electron microscopy. The average mesoporous silica particle diameter was found to be around 30 nm with high surface area (818 m2/gm). MSNPs/Fe3O4 nanocomposite was used for removing lindane pesticide (an environmental hazard material) from aqueous solutions. Fourier transform infrared, UV-vis, High-performance liquid chromatography and gas chromatography techniques were used to confirm the high ability of MSNPs/Fe3O4 nanocomposite for sensing and capture of lindane molecules with high sorption capacity (more than 89%) that could develop a new eco-friendly strategy for detection and removing of pesticide and as a promising material for water treatment application.

Keywords: green synthesis, mesoporous silica, magnetic iron oxide NPs, adsorption Lindane

Procedia PDF Downloads 408
1527 Effect of Manual Progressive Ischemic Pressure versus Post Isometric Facilitation in the Treatment of Latent Myofascial Trigger Points in Mechanical Neck Pain

Authors: Mohamed M. Diab, Fahmy E. Mohamed, Alaa Balbaa

Abstract:

Background: Myofascial pain syndrome a common type of non-articular musculoskeletal pain, is a condition associated with regional pain and muscle tenderness characterized by the presence of hypersensitive nodules. Objectives: the purpose of this study is to compare between the effects of manual progressive ischemic pressure versus the effect of post isometric facilitation in the treatment of Rhomboid latent myofascial trigger points. Methods: six patients had participated in this study. Patients divided into two groups. Group A treated by manual progressive ischemic pressure and traditional physical therapy program. Group B treated by post isometric facilitation and traditional physical therapy program. Treatment program was for 6 sessions over two week’s period. Result: Statistical analysis revealed that there is no significant difference in post treatment from pretreatment in pain severity (VAS) in myofascial trigger points with Rhomboid muscles) and Pain pressure threshold (PPT) for tenderness at both groups (A,B). Conclusion: ischemic pressure technique appear to be no more effective than post isometric facilitation in treatment of rhomboids latent myofacial trigger point.

Keywords: Rhmoiboid trigger point, myofacila trigger point, ischemic pressure, post isometric facilitation

Procedia PDF Downloads 285
1526 Tribological Behavior of PTFE Composites Used for Guide Rings of Hydraulic Actuating Cylinders under Oil-Lubricated Condition

Authors: Trabelsi Mohamed, Kharrat Mohamed, Dammak Maher

Abstract:

Guide rings play an important role in the performance and durability of hydraulic actuating cylinders. In service, guide rings surfaces are subjected to friction and wear against steel counterface. A good mastery of these phenomena is required for the improvement of the energy safeguard and the durability of the actuating cylinder. Polytetrafluoroethylene (PTFE) polymer is extensively used in guide rings thanks to its low coefficient of friction, its good resistance to solvents as well as its high temperature stability. In this study, friction and wear behavior of two PTFE composites filled with bronze and bronze plus MoS2 were evaluated under oil-lubricated condition, aiming as guide rings for hydraulic actuating cylinder. Wear tests of the PTFE composite specimen sliding against steel ball were conducted using reciprocating linear tribometer. The wear mechanisms of the composites under the same sliding condition were discussed, based on Scanning Electron Microscopy examination of the worn composite surface and the optical micrographs of the steel counter surface. As for the results, comparative friction behaviors of the PTFE composites and lower friction coefficients were recorded under oil lubricated condition. The wear behavior was considerably improved to compare with this in dry sliding, while the oil adsorbed layer limited the transfer of the PTFE to the steel counter face during the sliding test.

Keywords: PTFE, composite, bronze, MoS2, friction, wear, oil-lubrication

Procedia PDF Downloads 270
1525 Overview of the CRM Market in Tunisia

Authors: Mohamed Amine Bouraoui

Abstract:

The aim of this paper is to realize the importance of a CRM approach, to detect the degree of awareness of Tunisian managers of this importance and analyse the degree of integration of CRM in the Tunisian companies. Initially, we focus on the definition and components of CRM, then we focus on the level of integration of CRM within Tunisian enterprises.

Keywords: CRM, operational tools, analytical tools, Tunisian company

Procedia PDF Downloads 402