Search results for: Ahmed Ait Hou
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 1530

Search results for: Ahmed Ait Hou

810 Evaluation of the Curricular Content Domain Related to Topics of Human Sexuality in Teachers of Public Elementary Schools

Authors: Ahmed Ali Asadi, Julio R. Martinez-Alvarado, Claudia V. Camacho-Guevara, J. Jesus Cabrales-Ruvalcaba, Julieta Y. Islas-Limon, Bertha M. Viñas-Velazquez

Abstract:

The transformation of education in Mexico incorporates human sexuality subjects in its study plans for elementary education level, leaving aside the training of teachers to educate on such topics. The objective of this study was to evaluate the curricular content domain related to human sexuality subjects of public elementary school teachers in Mexico. For this, a transversal descriptive-prospective study with a quantitative focus has been conducted. The population for this study consisted of 109 fifth and sixth-grade teachers from a school zone of the State Education System. It was found in the results that fifth-grade teachers got a low achievement level, sixth-grade teachers got a medium achievement level, while teachers who give classes on both grades obtained a high achievement level on domain of curricular subjects related to sexuality. Likewise, a relation of different variables with the participant’s achievement level is exposed.

Keywords: curricular content, evaluation, sexual education, teacher

Procedia PDF Downloads 272
809 University Short Courses Web Application Using ASP.Net

Authors: Ahmed Hariri

Abstract:

E-Learning has become a necessity in the advanced education. It is easier for the student and teacher communication also it speed up the process with less time and less effort. With the progress and the enormous development of distance education must keep up with this age of making a website that allows students and teachers to take all the advantages of advanced education. In this regards, we developed University Short courses web application which is specially designed for Faculty of computing and information technology, Rabigh, Kingdom of Saudi Arabia. After an elaborate review of the current state-of-the-art methods of teaching and learning, we found that instructors deliver extra short courses and workshop to students to enhance the knowledge of students. Moreover, this process is completely manual. The prevailing methods of teaching and learning consume a lot of time; therefore in this context, University Short courses web application will help to make process easy and user friendly. The site allows for students can view and register short courses online conducted by instructor also they can see courses starting dates, finishing date and locations. It also allows the instructor to put things on his courses on the site and see the students enrolled in the study material. Finally, student can print the certificate after finished the course online. ASP.NET, SQLSERVER, JavaScript SQL SERVER Database will use to develop the University Short Courses web application.

Keywords: e-learning, short courses, ASP.NET, SQL SERVER

Procedia PDF Downloads 113
808 Modeling of the Flow through an Earth Dam and Geotechnical Slope Analyzes

Authors: Ahmed Ferhati, Arezki Adjrad, Ratiba Mitiche-Kettab, Hakim Djafer Khodja

Abstract:

The porous media are omnipresent around us that they are natural as sand, clay, rocks, or manufactured like concretes, cement, and ceramics. The variety of porous environment indicates a wide material range which can be very different from each other. Their common point is to be made up of a solid matrix and a porous space. In our case of study, we made the modeling of the flows in porous environments through the massives as in the case of an earth dam. The computer code used (PLAXIS) offer the possibility of modeling of various structures, in particular, the works in lands because that it deals with the pore water pressure due to the underground flow and the calculation of the plastic deformations. To confirm results obtained by PLAXIS, GeoStudio SEEP/W code was used. This work treats modeling of flows and mechanical and hydraulic behavior of earth dam. A general framework which can fit the calculation of this kind of structures and the coupling of the soil consolidation and free surface flows was defined. In this study; we have confronted a real case modeling of an earth dam. It was shown, in particular, that it is possible to entirely lead the calculation of real dam and to get encouraging results from the hydraulic and mechanical point of view.

Keywords: analyzes, dam, flow, modeling, PLAXIS, seep/w, slope

Procedia PDF Downloads 285
807 Process Mining as an Ecosystem Platform to Mitigate a Deficiency of Processes Modelling

Authors: Yusra Abdulsalam Alqamati, Ahmed Alkilany

Abstract:

The teaching staff is a distinct group whose impact is on the educational process and which plays an important role in enhancing the quality of the academic education process. To improve the management effectiveness of the academy, the Teaching Staff Management System (TSMS) proposes that all teacher processes be digitized. Since the BPMN approach can accurately describe the processes, it lacks a clear picture of the process flow map, something that the process mining approach has, which is extracting information from event logs for discovery, monitoring, and model enhancement. Therefore, these two methodologies were combined to create the most accurate representation of system operations, the ability to extract data records and mining processes, recreate them in the form of a Petri net, and then generate them in a BPMN model for a more in-depth view of process flow. Additionally, the TSMS processes will be orchestrated to handle all requests in a guaranteed small-time manner thanks to the integration of the Google Cloud Platform (GCP), the BPM engine, and allowing business owners to take part throughout the entire TSMS project development lifecycle.

Keywords: process mining, BPM, business process model and notation, Petri net, teaching staff, Google Cloud Platform

Procedia PDF Downloads 115
806 Comparative Analysis of Ranunculus muricatus and Typha latifolia as Wetland Plants Applied for Domestic Wastewater Treatment in a Mesocosm Scale Study

Authors: Sadia Aziz, Mahwish Ali, Safia Ahmed

Abstract:

Comparing other methods of waste water treatment, constructed wetlands are one of the most fascinating practices because being a natural process they are eco-friendly have low construction and maintenance cost and have considerable capability of wastewater treatment. The current research was focused mainly on comparison of Ranunculus muricatus and Typha latifolia as wetland plants for domestic wastewater treatment by designing and constructing efficient pilot scale HSSF mesocosms. Parameters like COD, BOD5, PO4, SO4, NO3, NO2, and pathogenic indicator microbes were studied continuously with successive treatments. Treatment efficiency of the system increases with passage of time and with increase in temperature. Efficiency of T. latifolia planted setups in open environment was fairly good for parameters like COD and BOD5 which was showing up to 82.5% for COD and 82.6% for BOD5 while DO was increased up to 125%. Efficiency of R. muricatus vegetated setup was also good but lowers than that of T. latifolia planted showing 80.95% removal of COD and BOD5. Ranunculus muricatus was found effective in reducing bacterial count in wastewater. Both macrophytes were found promising in wastewater treatment.

Keywords: wastewater treatment, wetland, mesocosms study, wetland plants

Procedia PDF Downloads 281
805 New Two-Way Map-Reduce Join Algorithm: Hash Semi Join

Authors: Marwa Hussein Mohamed, Mohamed Helmy Khafagy, Samah Ahmed Senbel

Abstract:

Map Reduce is a programming model used to handle and support massive data sets. Rapidly increasing in data size and big data are the most important issue today to make an analysis of this data. map reduce is used to analyze data and get more helpful information by using two simple functions map and reduce it's only written by the programmer, and it includes load balancing , fault tolerance and high scalability. The most important operation in data analysis are join, but map reduce is not directly support join. This paper explains two-way map-reduce join algorithm, semi-join and per split semi-join, and proposes new algorithm hash semi-join that used hash table to increase performance by eliminating unused records as early as possible and apply join using hash table rather than using map function to match join key with other data table in the second phase but using hash tables isn't affecting on memory size because we only save matched records from the second table only. Our experimental result shows that using a hash table with hash semi-join algorithm has higher performance than two other algorithms while increasing the data size from 10 million records to 500 million and running time are increased according to the size of joined records between two tables.

Keywords: map reduce, hadoop, semi join, two way join

Procedia PDF Downloads 487
804 Effectiveness of Selected Anthementics on Nematode Parasites of Sheep in KwaZulu-Natal, South Africa

Authors: M. A. Ahmed, N. Basha, I. V. Nsahlai

Abstract:

This study determined the effectiveness of selected anthementics (Ivermectin 1% (IVM), Closantel 7.5% (CST) and a combination Abamectin 0.08% and Praziquantel 1.5% (CAP) currently being used in SA. Gender, initial egg per gram (EPG) and initial live weight aided in blocking animals into groups, each group was randomly treated with one of four drug treatments comprising: the untreated control (D0), IVM, CST, and CAP. Animals grazed throughout on infested pasture. Rectal faeces were collected on days 0, 7, 14, and 21 for determining EPG. Faeces were mixed per group and incubated to identify and determine the abundance of larval forms of Haemonchus, Trichostrongylus, Strongyloides, Namatodirus, and Cooperia species. Differences between treatments changed over time. On day7 IVM, CST, and CAP depressed EPG to 0.66, 0.37 and 0.80 of their respective starting values whilst EPG increased 1.39 times for D0. Thereafter, EPG increased consistently for all drugs; CST recorded the lowest values. Haemonchus, Trichostrongylus, Strongyloides, Namatodirus and Coperia species contributed respectively 60%, 30%, 6%, 3%, and 1% of the larval forms on day 0; and 78%, 8%, 11%, 1%, 2% on day 21. Larval forms increased for Haemonchus species but decreased for Trichostrongylus species over time. Closantel was the most effective dewormer. Haemonchus Spp. were least affected whilst Trichostrongylus Spp. were the most affect by all drugs.

Keywords: anthementics, faecal egg count, L3 larvae, sheep

Procedia PDF Downloads 479
803 Self-Tuning-Filter and Fuzzy Logic Control for Shunt Active Power Filter

Authors: Kaddari Faiza, Mazari Benyounes, Mihoub Youcef, Safa Ahmed

Abstract:

Active filtering of electric power has now become a mature technology for reactive power and harmonic compensation caused by the proliferation of power electronics devices used for industrial, commercial and residential purposes. The aim of this study is to enhance the power quality by improving the performances of shunt active power filter in harmonic mitigation to obtain sinusoidal source currents with very weak ripples. A power circuit configuration and control scheme for shunt active power filter are described with an improved method for harmonics compensation using self-tuning-filter for harmonics identification and fuzzy logic control to generate reference current. Simulation results (using MATLAB/SIMULINK) illustrates the compensation characteristics of the proposed control strategy. Analysis of these results proves the feasibility and effectiveness of this method to improve the power quality and also show the performances of fuzzy logic control which provides flexibility, high precision and fast response. The total harmonic distortion (THD %) for the simulations found to be within the recommended imposed IEEE 519-1992 harmonic standard.

Keywords: Active Powers Filter (APF), Self-Tuning-Filter (STF), fuzzy logic control, hysteresis-band control

Procedia PDF Downloads 701
802 The Importance of Adopting Sustainable Practices in Power Projects

Authors: Sikander Ali Abbassi, Wazir Muhmmad Laghari, Bashir Ahmed Laghari

Abstract:

Attaining sustainable development is one of the greatest challenges facing Pakistan today. A challenge that can only be met by developing and deploying confidence among the people. Transparency in project activities at all stages and other measures will also enhance its social and economic growth. Adopting sustainable practices and sensible policies, we mean that project activity should be economically viable, socially acceptable and environment friendly. In order to achieve this objective, there must be a continued commitment to encourage and ensure the public participation in development of power projects. Since Pakistan is an energy deficient country, it has to initiate power projects on a large scale in the near future. Therefore, it is the need of the hour to tackle these projects in a sustainable way, so that it can be benefited to the maximum possible level and have the least adverse effects on people and the environment. In order to get desirable results, careful planning, efficient implementation, standardized operational practices and community participation are the key parameters which ensure the positive impacts on economy, prosperity and the well being of our people. This paper pinpoints the potential environmental hazards due to project activity and emphasizes to adopt sustainable approaches in power projects.

Keywords: environmental hazards, sustainable practices, environment friendly, power projects

Procedia PDF Downloads 361
801 Synthesis of Nano Iron Copper Core-Shell by Using K-M Reactor

Authors: Mohamed Ahmed AbdelKawy, A. H. El-Shazly

Abstract:

In this study, Nano iron-copper core-shell was synthesized by using Kinetic energy micro reactor ( K-M reactor). The reaction between nano-pure iron with copper sulphate pentahydrate (CuSO4.5H2O) beside NaCMC as a stabilizer at K-M reactor gives many advantages in comparison with the traditional chemical method for production of nano iron-Copper core-shell in batch reactor. Many factors were investigated for its effect on the process performance such as initial concentrations of nano iron and copper sulphate pentahydrate solution. Different techniques were used for investigation and characterization of the produced nano iron particles such as SEM, XRD, UV-Vis, XPS, TEM and PSD. The produced Nano iron-copper core-shell particle using micro mixer showed better characteristics than those produced using batch reactor in different aspects such as homogeneity of the produced particles, particle size distribution and size, as core diameter 10nm particle size were obtained. The results showed that 10 nm core diameter were obtained using Micro mixer as compared to 80 nm core diameter in one-fourth the time required by using traditional batch reactor and high thickness of copper shell and good stability.

Keywords: nano iron, core-shell, reduction reaction, K-M reactor

Procedia PDF Downloads 279
800 Effect of Radiotherapy/Chemotherapy Protocol on the Gut Microbiome in Pediatric Cancer Patients

Authors: Nourhan G. Sahly, Ahmed Moustafa, Mohamed S. Zaghloul, Tamer Z. Salem

Abstract:

The gut microbiome plays important roles in the human body that includes but not limited to digestion, immunity, homeostasis and response to some drugs such as chemotherapy and immunotherapy. Its role has also been linked to radiotherapy and associated gastrointestinal injuries, where the microbial dysbiosis could be the driving force for dose determination or the complete suspension of the treatment protocol. Linking the gut microbiota alterations to different cancer treatment protocols is not easy especially in humans. However, enormous effort was exerted to understand this complex relationship. In the current study, we described the gut microbiota dysbiosis in pediatric sarcoma patients, in the pelvic region, with regards to radiotherapy and antibiotics. Fecal samples were collected as a source of microbial DNA for which the gene encoding for V3-V5 regions of 16S rRNA was sequenced. Two of the three patients understudy had experienced an increase in alpha diversity post exposure to 50.4 Gy. Although phylum Firmicutes overall relative abundance has generally decreased, six of its taxa increased in all patients. Our results may indicate the possibility of radiosensitivity or enrichment of the antibiotic resistance of the elevated taxa. Further studies are needed to describe the extent of radiosensitivity with regards to antibiotic resistance.

Keywords: combined radiotherapy and chemotherapy, gut microbiome, pediatric cancer, radiosensitivity

Procedia PDF Downloads 128
799 An Engineering Application of the H-P Version of the Finite Element Method on Vibration Behavior of Rotors

Authors: Hadjoui Abdelhamid, Saimi Ahmed

Abstract:

The hybrid h-p finite element method for the dynamic behavior of nonlinear rotors is described in this paper. The standard h-version method of discretizing the problem is retained, but modified to allow the use of polynomially-enriched beam elements. A hierarchically enriching element will thus not affect the nodal displacement and rotation, but will influence the values of the nodal bending moment and shear force is used. The deterministic movements of rotation and translation of the support which are coupled to the excitations due to unbalance are also taken into account. We study also the geometric dissymmetry of the shaft and the disc, thus the equations of motion of the rotor contain variable parametric coefficients over time that can lead to a lateral dynamic instability. The effects of movements combined support for bearings are analyzed and discussed through Campbell diagrams and spectral analyses. A program is made in Matlab. After validation of the program, several examples are studied. The influence of physical and geometric parameters on the natural frequencies of the shaft is determined through the study of these examples. Among these parameters, we include the variation in the diameter and the thickness of the rotor, the position of the disc.

Keywords: Campbell diagram, critical speeds, nonlinear rotor, version h-p of FEM

Procedia PDF Downloads 210
798 Design of an Energy Efficient Electric Auto Rickshaw

Authors: Muhammad Asghar, Aamer Iqbal Bhatti, Qadeer Ahmed, Tahir Izhar

Abstract:

Three wheeler auto Rickshaw, often termed as ‘auto rickshaw’ is very common in Pakistan and is considered as the most affordable means of transportation to the local people. Problems caused by the gasoline engine on the environment and people, the researchers and the automotive industry have turned to the hybrid electric vehicles and electrical powered vehicle. The research in this paper explains the design of energy efficient Electric auto Rickshaw. An electric auto rickshaw is being developed at Center for Energy Research and Development, (Lahore), which is running on the roads of Lahore city. Energy storage capacity of batteries is at least 25 times heavier than fossil fuel and having volume 10 times in comparison to fuel, resulting an increase of the Rickshaw weight. A set of specifications is derived according to the mobility requirements of the electric auto rickshaw. The design choices considering the power-train and component selection are explained in detail. It was concluded that electric auto rickshaw has many advantages and benefits over the conventional auto rickshaw. It is cleaner and much more energy efficient but limited to the distance it can travel before recharging of battery. In addition, a brief future view of the battery technology is given.

Keywords: conventional auto rickshaw, energy efficiency, electric auto rickshaw, internal combustion engine, environment

Procedia PDF Downloads 263
797 Analysis of Traffic Crashes on Rural Roads in Oman

Authors: Mohammed Bakhit Kashoob, Mohammed Salim Al-Maashani, Ahmed Abdullah Al-Marhoon

Abstract:

Fatalities of Road Traffic Crashes (RTCs) on rural roads are usually higher than that on urban roads. The likelihood of traffic accidents may increase with the presence of factors that are associated with the rural type of community such as long-distance, road type, road geometry (e.g., curves and steepens), poor lighting, terrain, obstacles (e.g., animals crossing, boulders or tree branches), heavy truck traffic, weather conditions, and road flaws. Most of these factors are present on the rural roads of Oman. As many cities in Oman are surrounded by mountains and connected by rural roads, this is of great concern. In this paper, the causes of traffic crashes on rural roads in Oman are analyzed. The fatality rate of traffic deaths on rural roads is compared with the fatality rate on urban roads for different regions in Oman. Statistical data and police reports show that the leading cause of RTCs and deaths on rural roads is vehicle speeding, especially on long-distance roads. It is shown that crashes on rural roads result in higher fatalities than crashes on urban roads. In comparison to speed, the numbers of RTCs and deaths that resulted from other causes are small.

Keywords: causes of traffic crashes, road safety, road traffic crash, rural roads

Procedia PDF Downloads 127
796 Spatial Patterns and Temporal Evolution of Octopus Abundance in the Mauritanian Zone

Authors: Dedah Ahmed Babou, Nicolas Bez

Abstract:

The Min-Max autocorrelation factor (MAF) approach makes it possible to express in a space formed by spatially independent factors, spatiotemporal observations. These factors are ordered in decreasing order of spatial autocorrelation. The starting observations are thus expressed in the space formed by these factors according to temporal coordinates. Each vector of temporal coefficients expresses the temporal evolution of the weight of the corresponding factor. Applying this approach has enabled us to achieve the following results: (i) Define a spatially orthogonal space in which the projections of the raw data are determined; (ii) Define a limit threshold for the factors with the strongest structures in order to analyze the weight, and the temporal evolution of these different structures (iii) Study the correlation between the temporal evolution of the persistent spatial structures and that of the observed average abundance (iv) Propose prototypes of campaigns reflecting a high vs. low abundance (v) Propose a classification of campaigns that highlights seasonal and/or temporal similarities. These results were obtained by analyzing the octopus yield during the scientific campaigns of the oceanographic vessel Al Awam during the period 1989-2017 in the Mauritanian exclusive economic zone.

Keywords: spatiotemporal , autocorrelation, kriging, variogram, Octopus vulgaris

Procedia PDF Downloads 117
795 Study of the Efficacy of Cysteine Protease Inhibitors Alone or Combined with Praziquantel as Chemotherapy for Mice Schistosomiasis mansoni

Authors: Alyaa Ahmed Farid, Aida Ismail, Ibrahim Rabia, Azza Fahmy, Azza El Amir

Abstract:

This study was designed for assessment of 3 types of Cysteine protease inhibitors (CPIs) fluromethylketone (FMK), vinyl sulfone (VS) and sodium nitro prussid (SNP), to define which of them is the best? The experiments aimed to define the protective power of each inhibitor alone or combined with PZQ for curing S. mansoni infection in mice. In vitro, treated S. mansoni adult worms recorded a mortality rate after 1 hr of exposure to 500 ppm of FMK, VS and SNP as 75, 70 and 60%, while, treated cercaria recorded 75, 60 and 50%, respectively. FMK+PZQ treatment recorded the maximum reduction in worm burden (97.2% at 5 wk PI). VS treatment alone or combined with PZQ increases IgM, total IgG, IgG2 and IgG4 levels. In EM study of worm tegument, while only detachment of spines was observed in PZQ treated group, the completely implanted spines were reported in the degenerated tegument of adult worms in all groups treated with CPIs. Treatment with VS+PZQ increased Igs levels but, its effect was different on worm reduction. So, it is not enough to eliminate the infection and FMK+PZQ considered the antischistosomicidal drug of choice.

Keywords: praziquantel, fluromethylketone, vinyl sulfone, worm burden, immunoglobulin pattern

Procedia PDF Downloads 342
794 Fructooligosaccharide Prebiotics: Optimization of Different Cultivation Parameters on Their Microbial Production

Authors: Elsayed Ahmed Elsayed, Azza Noor El-Deen, Mohamed A. Farid, Mohamed A. Wadaan

Abstract:

Recently, a great attention has been paid to the use of dietary carbohydrates as prebiotic functional foods. Among the new commercially available products, fructooligosaccharides (FOS), which are microbial produced from sucrose, have attracted special interest due to their valuable properties and, thus, have a great economic potential for the sugar industrial branch. They are non-cariogenic sweeteners of low caloric value, as they are not hydrolyzed by the gastro-intestinal enzymes, promoting selectively the growth of the bifidobacteria in the colon, helping to eliminate the harmful microbial species to human and animal health and preventing colon cancer. FOS has been also found to reduce cholesterol, phospholipids and triglyceride levels in blood. FOS has been mainly produced by microbial fructosyltransferase (FTase) enzymes. The present work outlines bioprocess optimization for different cultivation parameters affecting the production of FTase by Penicillium aurantiogriseum AUMC 5605. The optimization involves both traditional as well as fractional factorial design approaches. Additionally, the production process will be compared under batch and fed-batch conditions. Finally, the optimized process conditions will be applied to 5-L stirred tank bioreactor cultivations.

Keywords: prebiotics, fructooligosaccharides, optimization, cultivation

Procedia PDF Downloads 362
793 Schiff Bases of Isatin and Admantane-1-Carbohydrazide: Synthesis, Characterization, and Anticonvulsant Activity

Authors: Hind O. Osman, Tilal Elsaman, Bashir A. Yousef, Esraa Elhadi, Aimun A. E. Ahmed, Eyman Mohamed Eltayib, Malik Suliman Mohamed, Magdi Awadalla Mohamed

Abstract:

Epilepsy is the most common neurological condition and cause of substantial morbidity and mortality. In the present study, the molecular hybridization tool was adopted to obtain six Schiff bases of isatin and adamantane-1-carbohydrazide (18–23). Then, their anticonvulsant activity was evaluated using a pentylenetetrazole- (PTZ-) induced seizure model using phenobarbitone as a positive control. Our findings showed that compounds 18–23 provided significant protection against PTZ-induced seizure, and maximum activities were associated with compound 23. Moreover, all investigated compounds increased the latency of induced convulsion and reduced the duration of epilepsy, with compound 23 being the best. Interestingly, most of the synthesized molecules showed a reduction in neurological symptoms and severity of the seizure. Molecular docking studies suggest GABA-A receptor as a potential target, and in silico ADME screening revealed that the pharmaceutical properties of compound 23 are within the specified limit. Thus, compound 23 was identified as a promising candidate that warrants further drug discovery processes.

Keywords: isatin and adamantane, anticonvulsant activity, PTZ-induced seizure, molecular docking

Procedia PDF Downloads 179
792 Lightweight Cryptographically Generated Address for IPv6 Neighbor Discovery

Authors: Amjed Sid Ahmed, Rosilah Hassan, Nor Effendy Othman

Abstract:

Limited functioning of the Internet Protocol version 4 (IPv4) has necessitated the development of the Internetworking Protocol next generation (IPng) to curb the challenges. Indeed, the IPng is also referred to as the Internet Protocol version 6 (IPv6) and includes the Neighbor Discovery Protocol (NDP). The latter performs the role of Address Auto-configuration, Router Discovery (RD), and Neighbor Discovery (ND). Furthermore, the role of the NDP entails redirecting the service, detecting the duplicate address, and detecting the unreachable services. Despite the fact that there is an NDP’s assumption regarding the existence of trust the links’ nodes, several crucial attacks may affect the Protocol. Internet Engineering Task Force (IETF) therefore has recommended implementation of Secure Neighbor Discovery Protocol (SEND) to tackle safety issues in NDP. The SEND protocol is mainly used for validation of address rights, malicious response inhibiting techniques and finally router certification procedures. For routine running of these tasks, SEND utilizes on the following options, Cryptographically Generated Address (CGA), RSA Signature, Nonce and Timestamp option. CGA is produced at extra high costs making it the most notable disadvantage of SEND. In this paper a clear description of the constituents of CGA, its operation and also recommendations for improvements in its generation are given.

Keywords: CGA, IPv6, NDP, SEND

Procedia PDF Downloads 364
791 The Use of Fertilizers in the Context of Agricultural Extension

Authors: Ahmed Altalb

Abstract:

Fertilizers are natural materials, or industrial contain nutrients, which help to improve soil fertility and is considered (nitrogen, phosphorus, and potassium) is important elements for the growth of crops properly. Fertilization is necessary in order to improve the quality of agricultural products and the recovery in agricultural activities. The use of organic fertilizers and chemical lead to reduce the loss of nutrients in agricultural soils, and this leads to an increase in the production of agricultural crops. Fertilizers are one of the key factors in the increase of agricultural production as well as other factors such as irrigation and improved seeds and Prevention and others; the fertilizers will continue to be a cornerstone of the agriculture in order to produce the food to feed of world population. The use of fertilizers has become commonplace today, especially the chemical fertilizers for the development of agricultural production, due to the provision of nutrients for plants and in high concentrations and easily dissolves in water and ease of use. The choose the right type of fertilizer depends on the soil type and the type of crop. In this subject, find the relationship between the agricultural extension and the optimal use of fertilizers. The extension plays the important role in the advise and educate of farmers in how they optimal use the fertilizers in a scientific way. This article aims to identify the concept the fertilizers. Identify the role of fertilizers in increasing the agricultural production, identify the role of agricultural extension in the optimal use of fertilizers and rural development.

Keywords: agricultural, extension, fertilizers, production

Procedia PDF Downloads 403
790 Employing QR Code as an Effective Educational Tool for Quick Access to Sources of Kindergarten Concepts

Authors: Ahmed Amin Mousa, M. Abd El-Salam

Abstract:

This study discusses a simple solution for the problem of shortage in learning resources for kindergarten teachers. Occasionally, kindergarten teachers cannot access proper resources by usual search methods as libraries or search engines. Furthermore, these methods require a long time and efforts for preparing. The study is expected to facilitate accessing learning resources. Moreover, it suggests a potential direction for using QR code inside the classroom. The present work proposes that QR code can be used for digitizing kindergarten curriculums and accessing various learning resources. It investigates using QR code for saving information related to the concepts which kindergarten teachers use in the current educational situation. The researchers have established a guide for kindergarten teachers based on the Egyptian official curriculum. The guide provides different learning resources for each scientific and mathematical concept in the curriculum, and each learning resource is represented as a QR code image that contains its URL. Therefore, kindergarten teachers can use smartphone applications for reading QR codes and displaying the related learning resources for students immediately. The guide has been provided to a group of 108 teachers for using inside their classrooms. The results showed that the teachers approved the guide, and gave a good response.

Keywords: kindergarten, child, learning resources, QR code, smart phone, mobile

Procedia PDF Downloads 263
789 Raman and Dielectric Relaxation Investigations of Polyester-CoFe₂O₄ Nanocomposites

Authors: Alhulw H. Alshammari, Ahmed Iraqi, S. A. Saad, T. A. Taha

Abstract:

In this work, we present for the first time the study of Raman spectra and dielectric relaxation of polyester polymer-CoFe₂O₄ (5.0, 10.0, 15.0, and 20.0 wt%) nanocomposites. Raman spectroscopy was applied as a sensitive structural identification technique to characterize the polyester-CoFe₂O₄ nanocomposites. The images of AFM confirmed the uniform distribution of CoFe₂O₄ inside the polymer matrix. Dielectric relaxation was employed as an important analytical technique to obtain information about the ability of the polymer nanocomposites to store and filter electrical signals. The dielectric relaxation analyses were carried out on the polyester-CoFe₂O₄ nanocomposites at different temperatures. An increase in dielectric constant ε₁ was observed for all samples with increasing temperatures due to the alignment of the electric dipoles with the applied electric field. In contrast, ε₁ decreased with increasing frequency. This is attributed to the difficulty for the electric dipoles to follow the electric field. The α relaxation peak that appeared at a high frequency shifted to higher frequencies when increasing the temperature. The activation energies for Maxwell-Wagner Sillar (MWS) changed from 0.84 to 1.01 eV, while the activation energies for α relaxations were 0.54 – 0.94 eV. The conduction mechanism for the polyester- CoFe₂O₄ nanocomposites followed the correlated barrier hopping (CBH) model.

Keywords: AC conductivity, activation energy, dielectric permittivity, polyester nanocomposites

Procedia PDF Downloads 84
788 An Entropy Based Novel Algorithm for Internal Attack Detection in Wireless Sensor Network

Authors: Muhammad R. Ahmed, Mohammed Aseeri

Abstract:

Wireless Sensor Network (WSN) consists of low-cost and multi functional resources constrain nodes that communicate at short distances through wireless links. It is open media and underpinned by an application driven technology for information gathering and processing. It can be used for many different applications range from military implementation in the battlefield, environmental monitoring, health sector as well as emergency response of surveillance. With its nature and application scenario, security of WSN had drawn a great attention. It is known to be valuable to variety of attacks for the construction of nodes and distributed network infrastructure. In order to ensure its functionality especially in malicious environments, security mechanisms are essential. Malicious or internal attacker has gained prominence and poses the most challenging attacks to WSN. Many works have been done to secure WSN from internal attacks but most of it relay on either training data set or predefined threshold. Without a fixed security infrastructure a WSN needs to find the internal attacks is a challenge. In this paper we present an internal attack detection method based on maximum entropy model. The final experimental works showed that the proposed algorithm does work well at the designed level.

Keywords: internal attack, wireless sensor network, network security, entropy

Procedia PDF Downloads 432
787 Design, Modelling, and Fabrication of Bioinspired Frog Robot for Synchronous and Asynchronous Swimming

Authors: Afaque Manzoor Soomro, Faheem Ahmed, Fida Hussain Memon, Kyung Hyun Choi

Abstract:

This paper proposes the bioinspired soft frog robot. All printing technology was used for the fabrication of the robot. Polyjet printing was used to print the front and back limbs, while ultrathin filament was used to print the body of the robot, which makes it a complete soft swimming robot. The dual thrust generation approach has been proposed by embedding the main muscle and antagonistic muscle in all the limbs, which enables it to attain high speed (18 mm/s), and significant control of swimming in dual modes (synchronous and asynchronous modes). To achieve the swimming motion of the frog, the design, motivated by the rigorous modelling and real frog dynamics analysis, enabled the as-developed frog robot (FROBOT) to swim at a significant level of consistency with the real frog. The FROBOT (weighing 65 g) can swim at different controllable frequencies (0.5–2Hz) and can turn in any direction by following custom-made LabVIEW software’s commands which enables it to swim at speed up to 18 mm/s on the surface of deep water (100 cm) with excellent weight balance.

Keywords: soft robotics, soft actuator, frog robot, 3D printing

Procedia PDF Downloads 80
786 Discriminant Function Based on Circulating Tumor Cells for Accurate Diagnosis of Metastatic Breast Cancer

Authors: Hatem A. El-Mezayen, Ahmed Abdelmajeed, Fatehya Metwally, Usama Elsaly, Salwa Atef

Abstract:

Tumor metastasis involves the dissemination of malignant cells into the basement membrane and vascular system contributes to the circulating pool of these markers. In this context our aim has been focused on development of a non-invasive. Circulating tumor cells (CTCs) represent a unique liquid biopsy carrying comprehensive biological information of the primary tumor. Herein, we sought to develop a novel score based on the combination of the most significant CTCs biomarkers with and routine laboratory tests for accurate detection of metastatic breast cancer. Methods: Cytokeratin 18 (CK18), Cytokeratin 19 (CK19), and CA15.3 were assayed in metastatic breast cancer (MBC) patients (75), non-MBC patients (50) and healthy control (20). Results: Areas under receiving operating curve (AUCs) were calculated and used for construction on novel score. A novel score named MBC-CTCs = CA15.3 (U/L) × 0.08 + CK 18 % × 2.9 + CK19 × 3.1– 510. That function correctly classified 87% of metastatic breast cancer at cut-off value = 0.55. (i.e great than 0.55 indicates patients with metastatic breast cancer and less than 0.55 indicates patients with non-metastatic breast cancer). Conclusion: MBC-CTCs is a novel, non-invasive and simple can applied to discriminate patients with metastatic breast cancer.

Keywords: metastatic breast cancer, circulating tumor cells, cytokeratin, EpiCam

Procedia PDF Downloads 186
785 Mechanism of Performance of Soil-Cement Columns under Shallow Foundations in Liquefiable Soil

Authors: Zaheer Ahmed Almani, Agha Faisal Habib Pathan, Aneel Kumar Hindu

Abstract:

In this study, the effects of ground reinforcement with stiff soil-cement columns on liquefiable ground and on the shallow foundation of structure were investigated. The modelling and analysis of shallow foundation of the structure founded on the composite reinforced ground were carried out with finite difference FLAC commercial software. The results showed that stiff columns were not effective to the redistribute the shear stresses in the composite ground, thus, were not effective to reduce shear stress and shear strain on the soil between the columns. The excessive pore pressure increase which is dependent on volumetric strain (contractive) tendency of loose sand upon shearing, was not reduced to a significant level that liquefaction potential could be remediated. Thus, mechanism of performance with reduction of pore pressure and consequent liquefaction was not predicted in numerical analysis. Nonetheless, the columns were effective to resist the load of structure in compression and reduced the liquefaction-induced large settlements of structure to tolerable limits when provided adjacent and beneath the pad of shallow foundation.

Keywords: earthquake, liquefaction, mechanism, soil-cement columns

Procedia PDF Downloads 130
784 Effect of Chromium Yeast on Hematological Parameters in Camel Calves (Camelus dromedaries) Reared under Hot Summer Conditions

Authors: Khalid Ahmed Abdoun, Mohamed Abdulwahid Alsoufi, Ibrahim Abdullah Alhidary

Abstract:

The intention of this study was to evaluate the effect of dietary Cr supplementation on haematological parameters in camel calves reared under hot summer conditions. Fifteen male camel calves (5 – 6 months old) were randomly allotted to three dietary treatments (n = 5) for a period of 84 days. Camel calves were fed ad libitum on basal diet without Cr supplementation (control), basal diet supplemented with 0.5 mg Cr/kg DM (Cr 0.5) or basal diet supplemented with 1.0 mg Cr/kg DM (Cr 1.0). During this, blood samples were collected every four weeks for hematological examination. The obtained results revealed that dietary Cr supplementation to camel calves reared under hot summer did not show significant effects (P> 0.05) on hematological variables. However, the neutrophil to lymphocytes ratio (N: L ratio) was significantly (P < 0.05) reduced in camel calves fed on diets supplemented with chromium. In conclusion, Chromium supplementation to the diet of camel calves did not show any significant effects on hematological variables. Whereas, the neutrophil to lymphocytes ratio (N: L ratio) was reduced in camel calves fed diets supplemented with chromium.

Keywords: camel calves, chromium, haematological, immune response

Procedia PDF Downloads 254
783 Adaptive Nonlinear Control of a Variable Speed Horizontal Axis Wind Turbine: Controller for Optimal Power Capture

Authors: Rana M. Mostafa, Nouby M. Ghazaly, Ahmed S. Ali

Abstract:

This article introduces a solution for increasing the wind energy extracted from turbines to overcome the more electric power required. This objective provides a new science discipline; wind turbine control. This field depends on the development in power electronics to provide new control strategies for turbines. Those strategies should deal with all turbine operating modes. Here there are two control strategies developed for variable speed horizontal axis wind turbine for rated and over rated wind speed regions. These strategies will support wind energy validation, decrease manufacturing overhead cost. Here nonlinear adaptive method was used to design speed controllers to a scheme for ‘Aeolos50 kw’ wind turbine connected to permanent magnet generator via a gear box which was built on MATLAB/Simulink. These controllers apply maximum power point tracking concept to guarantee goal achievement. Procedures were carried to test both controllers efficiency. The results had been shown that the developed controllers are acceptable and this can be easily declared from simulation results.

Keywords: adaptive method, pitch controller, wind energy, nonlinear control

Procedia PDF Downloads 224
782 Incorporation of Coarse Rubber Aggregates in the Formulation of Self-Compacting Concrete: Optimization and Characterization

Authors: Zaoiai Said, Makani Abdelkadir, Tafraoui Ahmed

Abstract:

Concrete material suffers from a relatively low tensile strength and deformation capacity is limited. Such defects of the concrete are very fragile and sensitive to shrinkage cracking materials. The Self- Compacting Concrete (SCC) are highly fluid concretes whose implementation without vibration. This material replaces traditional vibrated concrete mainly seen techno-economic interest it presents. The SCC has several advantages which are at the origin of their development crunching. The research is therefore to conduct a comparison in terms of rheological and mechanical performance between different formulations to find the optimal dosage for rubber granulates. Through this research, we demonstrated that it is possible to make different settings SCC composition having good rheological and mechanical properties. This study also showed that the substitution of natural coarse aggregates (NA) by coarse rubber aggregates (RA) in the composition of the SCC, contributes to a slight variation of workability in the fresh state parameters still remaining in the field of SCC required by the AFGC recommendations. The experimental results show that the compressive strengths of SCC decreased slightly by substituting NA by RA. Finally, the decrease in free shrinkage is proportional to the percentage of RA incorporated into the composition of concrete. This reduction is mainly due to the improvement of the deformability of these materials.

Keywords: self-compacting concrete, coarse rubber aggregate, rheological characterization, mechanical performance, shrinkage

Procedia PDF Downloads 260
781 Visual and Chemical Servoing of a Hexapod Robot in a Confined Environment Using Jacobian Estimator

Authors: Guillaume Morin-Duponchelle, Ahmed Nait Chabane, Benoit Zerr, Pierre Schoesetters

Abstract:

Industrial inspection can be achieved through robotic systems, allowing visual and chemical servoing. A popular scheme for visual servo-controlled robotic is the image-based servoing sys-tems. In this paper, an approach of visual and chemical servoing of a hexapod robot using a visual and chemical Jacobian matrix are proposed. The basic idea behind the visual Jacobian matrix is modeling the differential relationship between the camera system and the robotic control system to detect and track accurately points of interest in confined environments. This approach allows the robot to easily detect and navigates to the QR code or seeks a gas source localization using surge cast algorithm. To track the QR code target, a visual servoing based on Jacobian matrix is used. For chemical servoing, three gas sensors are embedded on the hexapod. A Jacobian matrix applied to the gas concentration measurements allows estimating the direction of the main gas source. The effectiveness of the proposed scheme is first demonstrated on simulation. Finally, a hexapod prototype is designed and built and the experimental validation of the approach is presented and discussed.

Keywords: chemical servoing, hexapod robot, Jacobian matrix, visual servoing, navigation

Procedia PDF Downloads 101