Search results for: practical approach to reducing insecurity
15378 A Deep Learning Approach to Online Social Network Account Compromisation
Authors: Edward K. Boahen, Brunel E. Bouya-Moko, Changda Wang
Abstract:
The major threat to online social network (OSN) users is account compromisation. Spammers now spread malicious messages by exploiting the trust relationship established between account owners and their friends. The challenge in detecting a compromised account by service providers is validating the trusted relationship established between the account owners, their friends, and the spammers. Another challenge is the increase in required human interaction with the feature selection. Research available on supervised learning (machine learning) has limitations with the feature selection and accounts that cannot be profiled, like application programming interface (API). Therefore, this paper discusses the various behaviours of the OSN users and the current approaches in detecting a compromised OSN account, emphasizing its limitations and challenges. We propose a deep learning approach that addresses and resolve the constraints faced by the previous schemes. We detailed our proposed optimized nonsymmetric deep auto-encoder (OPT_NDAE) for unsupervised feature learning, which reduces the required human interaction levels in the selection and extraction of features. We evaluated our proposed classifier using the NSL-KDD and KDDCUP'99 datasets in a graphical user interface enabled Weka application. The results obtained indicate that our proposed approach outperformed most of the traditional schemes in OSN compromised account detection with an accuracy rate of 99.86%.Keywords: computer security, network security, online social network, account compromisation
Procedia PDF Downloads 11915377 Exploring the Use of Augmented Reality for Laboratory Lectures in Distance Learning
Authors: Michele Gattullo, Vito M. Manghisi, Alessandro Evangelista, Enricoandrea Laviola
Abstract:
In this work, we explored the use of Augmented Reality (AR) to support students in laboratory lectures in Distance Learning (DL), designing an application that proved to be ready for use next semester. AR could help students in the understanding of complex concepts as well as increase their motivation in the learning process. However, despite many prototypes in the literature, it is still less used in schools and universities. This is mainly due to the perceived limited advantages to the investment costs, especially regarding changes needed in the teaching modalities. However, with the spread of epidemiological emergency due to SARS-CoV-2, schools and universities were forced to a very rapid redefinition of consolidated processes towards forms of Distance Learning. Despite its many advantages, it suffers from the impossibility to carry out practical activities that are of crucial importance in STEM ("Science, Technology, Engineering e Math") didactics. In this context, AR perceived advantages increased a lot since teachers are more prepared for new teaching modalities, exploiting AR that allows students to carry on practical activities on their own instead of being physically present in laboratories. In this work, we designed an AR application for the support of engineering students in the understanding of assembly drawings of complex machines. Traditionally, this skill is acquired in the first years of the bachelor's degree in industrial engineering, through laboratory activities where the teacher shows the corresponding components (e.g., bearings, screws, shafts) in a real machine and their representation in the assembly drawing. This research aims to explore the effectiveness of AR to allow students to acquire this skill on their own without physically being in the laboratory. In a preliminary phase, we interviewed students to understand the main issues in the learning of this subject. This survey revealed that students had difficulty identifying machine components in an assembly drawing, matching between the 2D representation of a component and its real shape, and understanding the functionality of a component within the machine. We developed a mobile application using Unity3D, aiming to solve the mentioned issues. We designed the application in collaboration with the course professors. Natural feature tracking was used to associate the 2D printed assembly drawing with the corresponding 3D virtual model. The application can be displayed on students’ tablets or smartphones. Users could interact with selecting a component from a part list on the device. Then, 3D representations of components appear on the printed drawing, coupled with 3D virtual labels for their location and identification. Users could also interact with watching a 3D animation to learn how components are assembled. Students evaluated the application through a questionnaire based on the System Usability Scale (SUS). The survey was provided to 15 students selected among those we participated in the preliminary interview. The mean SUS score was 83 (SD 12.9) over a maximum of 100, allowing teachers to use the AR application in their courses. Another important finding is that almost all the students revealed that this application would provide significant power for comprehension on their own.Keywords: augmented reality, distance learning, STEM didactics, technology in education
Procedia PDF Downloads 12815376 Maternal Death Review and Contextualization of Maternal Death in West Bengal
Authors: M. Illias Kanchan
Abstract:
The death of a woman during pregnancy and childbirth is not only a health issue, but also a matter of social injustice. This study makes an attempt to explore the association between maternal death and associated factors in West Bengal using the approaches of facility-based and community-based maternal death review. Bivariate and binary logistic regression analysis have been performed to understand the causes and circumstances of maternal deaths in West Bengal. Delay in seeking care was the major contributor in maternal deaths, near about one-third women died due to this factor. The most common cause of maternal death is found to be hypertensive disorders of pregnancy or eclampsia. We believe that these deaths can be averted by reducing hypertensive disorders of pregnancy or eclampsia.Keywords: maternal death, facility-based, community-based, review, west Bengal, eclampsia
Procedia PDF Downloads 43115375 Environmental Sustainability in Sport: A Review of Current Efforts and Initiatives
Authors: Maryam Mehrabpour
Abstract:
The sports industry has recognized its impact on the natural environment and has taken steps to address relevant environmental issues. Two key initiatives have emerged: reducing the ecological footprint of sports activities and utilizing sports as a platform to raise environmental awareness. This article provides an overview of the scholarly research conducted on environmental sustainability in sports. It highlights various environmental programs implemented by sports organizations worldwide and examines the current state of environmental efforts in the field. The research utilized semi-structured interviews, website analysis, and published documents as data sources, and qualitative analysis methods were employed to identify themes representing the current status of environmental efforts in sports.Keywords: environmental sustainability, sport industry, ecological footprint, environmental awareness, environmental programs
Procedia PDF Downloads 9015374 Enhancing Fault Detection in Rotating Machinery Using Wiener-CNN Method
Authors: Mohamad R. Moshtagh, Ahmad Bagheri
Abstract:
Accurate fault detection in rotating machinery is of utmost importance to ensure optimal performance and prevent costly downtime in industrial applications. This study presents a robust fault detection system based on vibration data collected from rotating gears under various operating conditions. The considered scenarios include: (1) both gears being healthy, (2) one healthy gear and one faulty gear, and (3) introducing an imbalanced condition to a healthy gear. Vibration data was acquired using a Hentek 1008 device and stored in a CSV file. Python code implemented in the Spider environment was used for data preprocessing and analysis. Winner features were extracted using the Wiener feature selection method. These features were then employed in multiple machine learning algorithms, including Convolutional Neural Networks (CNN), Multilayer Perceptron (MLP), K-Nearest Neighbors (KNN), and Random Forest, to evaluate their performance in detecting and classifying faults in both the training and validation datasets. The comparative analysis of the methods revealed the superior performance of the Wiener-CNN approach. The Wiener-CNN method achieved a remarkable accuracy of 100% for both the two-class (healthy gear and faulty gear) and three-class (healthy gear, faulty gear, and imbalanced) scenarios in the training and validation datasets. In contrast, the other methods exhibited varying levels of accuracy. The Wiener-MLP method attained 100% accuracy for the two-class training dataset and 100% for the validation dataset. For the three-class scenario, the Wiener-MLP method demonstrated 100% accuracy in the training dataset and 95.3% accuracy in the validation dataset. The Wiener-KNN method yielded 96.3% accuracy for the two-class training dataset and 94.5% for the validation dataset. In the three-class scenario, it achieved 85.3% accuracy in the training dataset and 77.2% in the validation dataset. The Wiener-Random Forest method achieved 100% accuracy for the two-class training dataset and 85% for the validation dataset, while in the three-class training dataset, it attained 100% accuracy and 90.8% accuracy for the validation dataset. The exceptional accuracy demonstrated by the Wiener-CNN method underscores its effectiveness in accurately identifying and classifying fault conditions in rotating machinery. The proposed fault detection system utilizes vibration data analysis and advanced machine learning techniques to improve operational reliability and productivity. By adopting the Wiener-CNN method, industrial systems can benefit from enhanced fault detection capabilities, facilitating proactive maintenance and reducing equipment downtime.Keywords: fault detection, gearbox, machine learning, wiener method
Procedia PDF Downloads 8015373 Localized Treatment of Cutaneous Candidiasis through Cubosomes in vitro Evaluation
Authors: Aakanchha Jain, D. V. Kohli
Abstract:
Cubosomes are nanoparticles but instead of the solid particles, cubosomes are self-assembled liquid crystalline particles of certain surfactant with proper ratio of water with a microstructure that provides unique properties of practical interest. Cubosomes encapsulating Fluconazole were prepared by emulsification method and characterized for particle size, entrapment efficiency. The cubosomes prepared were 257.2±2.94 nm in size with drug entrapment efficiency of 66.2±2.69%. The optimized formulation characterized for shape and surface morphology by TEM and SEM analysis. SEM photograph showed the smooth surface of optimized cubosomes and TEM photograph revealed square somewhat circular intact shapes of cubosomes. MIC was determined by XTT based method and antifungal activity was determined in vitro. The cumulative percentage of Fnz from cubosomes permeated via dialysis membrane (MWCO 12-14 KD) showed a percent cumulative drug release of 76.86% while Fnz solution showed release up to 91.04% in 24 hours in PBS (pH 6.5)(p < 0.005).Keywords: Candids albicans, cubosomes, fluconazole, topical delivery
Procedia PDF Downloads 30215372 Improving Sales through Inventory Reduction: A Retail Chain Case Study
Authors: M. G. Mattos, J. E. Pécora Jr, T. A. Briso
Abstract:
Today's challenging business environment, with unpredictable demand and volatility, requires a supply chain strategy that handles uncertainty and risks in the right way. Even though inventory models have been previously explored, this paper seeks to apply these concepts on a practical situation. This study involves the inventory replenishment problem, applying techniques that are mainly based on mathematical assumptions and modeling. The primary goal is to improve the retailer’s supply chain processes taking store differences when setting the various target stock levels. Through inventory review policy, picking piece implementation and minimum exposure definition, we were able not only to promote the inventory reduction as well as improve sales results. The inventory management theory from literature review was then tested on a single case study regarding a particular department in one of the largest Latam retail chains.Keywords: inventory, distribution, retail, risk, safety stock, sales, uncertainty
Procedia PDF Downloads 26815371 The Meaning Structures of Political Participation of Young Women: Preliminary Findings in a Practical Phenomenology Study
Authors: Amanda Aliende da Matta, Maria del Pilar Fogueiras Bertomeu, Valeria de Ormaechea Otalora, Maria Paz Sandin Esteban, Miriam Comet Donoso
Abstract:
This communication presents the preliminary emerging themes in a research on political participation of young women. The study follows a qualitative methodology; in particular, the applied hermeneutic phenomenological method, and the general objective of the research is to give an account of the experience of political participation as young women. The study participants are women aged 18 to 35 who have experience in political participation. The techniques of data collection are the descriptive story and the phenomenological interview. With respect to the first methodological steps, these have been: 1) collect and select stories of lived experience in political participation, 2) select descriptions of lived experience (DLEs) in political participation of the chosen stories, 3) to prepare phenomenological interviews from the selected DLEs, 4) to conduct phenomenological thematic analysis (PTA) of the DLEs. We have so far initiated the PTA on 5 vignettes. Hermeneutic phenomenology as a research approach is based on phenomenological philosophy and applied hermeneutics. Phenomenology is a descriptive philosophy of pure experience and essences, through which we seek to capture an experience at its origins without categorizing, interpreting or theorizing it. Hermeneutics, on the other hand, may be defined as a philosophical current that can be applied to data analysis. Max Van Manen wrote that hermeneutic phenomenology is a method of abstemious reflection on the basic structures of the lived experience of human existence. In hermeneutic phenomenology we focus, then, on the way we experience “things” in the first person, seeking to capture the world exactly as we experience it, not as we categorize or conceptualize it. In this study, the empirical methods used were: Lived experience description (written) and conversational interview. For these short stories, participants were asked: “What was your lived experience of participation in politics as a young woman? Can you tell me any stories or anecdotes that you think exemplify or typify your experience?”. The questions were accompanied by a list of guidelines for writing descriptive vignettes. And the analytical method was PTA. Among the provisional results, we found preliminary emerging themes, which could in the advance of the investigation result in meaning structures of political participation of young women. They are the following: - Complicity may be inherent/essential in political participation as a young woman; - Feelings may be essential/inherent in political participation as a young woman; - Hope may be essential in authentic political participation as a young woman; - Frustration may be essential in authentic political participation as a young woman; - Satisfaction may be essential in authentic political participation as a young woman; - There may be tension between individual/collective inherent/essential in political participation as a young woman; - Political participation as a young woman may include moments of public demonstration.Keywords: applied hermeneutic phenomenology, hermeneutics, phenomenology, political participation
Procedia PDF Downloads 9915370 Noncovalent Antibody-Nanomaterial Conjugates: A Simple Approach to Produce Targeted Nanomedicines
Authors: Nicholas Fletcher, Zachary Houston, Yongmei Zhao, Christopher Howard, Kristofer Thurecht
Abstract:
One promising approach to enhance nanomedicine therapeutic efficacy is to include a targeting agent, such as an antibody, to increase accumulation at the tumor site. However, the application of such targeted nanomedicines remains limited, in part due to difficulties involved with biomolecule conjugation to synthetic nanomaterials. One approach recently developed to overcome this has been to engineer bispecific antibodies (BsAbs) with dual specificity, whereby one portion binds to methoxy polyethyleneglycol (mPEG) epitopes present on synthetic nanomedicines, while the other binds to molecular disease markers of interest. In this way, noncovalent complexes of nanomedicine core, comprising a hyperbranched polymer (HBP) of primarily mPEG, decorated with targeting ligands are able to be produced by simple mixing. Further work in this area has now demonstrated such complexes targeting the breast cancer marker epidermal growth factor receptor (EGFR) to show enhanced binding to tumor cells both in vitro and in vivo. Indeed the enhanced accumulation at the tumor site resulted in improved therapeutic outcomes compared to untargeted nanomedicines and free chemotherapeutics. The current work on these BsAb-HBP conjugates focuses on further probing antibody-nanomaterial interactions and demonstrating broad applicability to a range of cancer types. Herein are reported BsAb-HBP materials targeted towards prostate-specific membrane antigen (PSMA) and study of their behavior in vivo using ⁸⁹Zr positron emission tomography (PET) in a dual-tumor prostate cancer xenograft model. In this model mice bearing both PSMA+ and PSMA- tumors allow for PET imaging to discriminate between nonspecific and targeted uptake in tumors, and better quantify the increased accumulation following BsAb conjugation. Also examined is the potential for formation of these targeted complexes in situ following injection of individual components? The aim of this approach being to avoid undesirable clearance of proteinaceous complexes upon injection limiting available therapeutic. Ultimately these results demonstrate BsAb functionalized nanomaterials as a powerful and versatile approach for producing targeted nanomedicines for a variety of cancers.Keywords: bioengineering, cancer, nanomedicine, polymer chemistry
Procedia PDF Downloads 14115369 A Numerical Simulation of Arterial Mass Transport in Presence of Magnetic Field-Links to Atherosclerosis
Authors: H. Aminfar, M. Mohammadpourfard, K. Khajeh
Abstract:
This paper has focused on the most important parameters in the LSC uptake; inlet Re number and Sc number in the presence of non-uniform magnetic field. The magnetic field is arising from the thin wire with electric current placed vertically to the arterial blood vessel. According to the results of this study, applying magnetic field can be a treatment for atherosclerosis by reducing LSC along the vessel wall. Homogeneous porous layer as a arterial wall has been regarded. Blood flow has been considered laminar and incompressible containing Ferro fluid (blood and 4 % vol. Fe₃O₄) under steady state conditions. Numerical solution of governing equations was obtained by using the single-phase model and control volume technique for flow field.Keywords: LDL surface concentration (LSC), magnetic field, computational fluid dynamics, porous wall
Procedia PDF Downloads 40815368 FEM Investigation of Inhomogeneous Wall Thickness Backward Extrusion for Aerosol Can Manufacturing
Authors: Jemal Ebrahim Dessie, Zsolt Lukacs
Abstract:
The wall of the aerosol can is extruded from the backward extrusion process. Necking is another forming process stage developed on the can shoulder after the backward extrusion process. Due to the thinner thickness of the wall, buckling is the critical challenge for current pure aluminum aerosol can industries. Design and investigation of extrusion with inhomogeneous wall thickness could be the best solution for reducing and optimization of neck retraction numbers. FEM simulation of inhomogeneous wall thickness has been simulated through this investigation. From axisymmetric Deform-2D backward extrusion, an aerosol can with a thickness of 0.4 mm at the top and 0.33 mm at the bottom of the aerosol can have been developed. As the result, it can optimize the number of retractions of the necking process and manufacture defect-free aerosol can shoulder due to the necking process.Keywords: aerosol can, backward extrusion, Deform-2D, necking
Procedia PDF Downloads 18815367 Problems of Youth Employment in Agricultural Sector of Georgia and Causes of Migration
Authors: E. Kharaishvili, M. Chavleishvili, M. Lobzhanidze, N. Damenia, N. Sagareishvili
Abstract:
The article substantiates that youth employment in Georgia, especially in the agricultural sector, is an acute socio-economic problem. The paper analyzes the indicators of youth employment and unemployment rates by age and gender in the agriculture sector. Research revealed that over the past decade, the unemployment rate in rural areas has decreased; however, the problem of unemployment is more sensitive than in the city in this field. The article established youth unemployment rates in rural areas; it assesses labor and educational migration causes. Based on the survey, there are proposed findings and recommendations of the agricultural sector about improving youth employment, reducing unemployment rate, reaching migration processes optimization.Keywords: youth employment, the agricultural sector, unemployment rate, youth migration, agricultural education
Procedia PDF Downloads 33415366 Artificial Intelligence Based Analysis of Magnetic Resonance Signals for the Diagnosis of Tissue Abnormalities
Authors: Kapila Warnakulasuriya, Walimuni Janaka Mendis
Abstract:
In this study, an artificial intelligence-based approach is developed to diagnose abnormal tissues in human or animal bodies by analyzing magnetic resonance signals. As opposed to the conventional method of generating an image from the magnetic resonance signals, which are then evaluated by a radiologist for the diagnosis of abnormalities, in the discussed approach, the magnetic resonance signals are analyzed by an artificial intelligence algorithm without having to generate or analyze an image. The AI-based program compares magnetic resonance signals with millions of possible magnetic resonance waveforms which can be generated from various types of normal tissues. Waveforms generated by abnormal tissues are then identified, and images of the abnormal tissues are generated with the possible location of them in the body for further diagnostic tests.Keywords: magnetic resonance, artificial intelligence, magnetic waveform analysis, abnormal tissues
Procedia PDF Downloads 9115365 Transforming Healthcare Data Privacy: Integrating Blockchain with Zero-Knowledge Proofs and Cryptographic Security
Authors: Kenneth Harper
Abstract:
Blockchain technology presents solutions for managing healthcare data, addressing critical challenges in privacy, integrity, and access. This paper explores how privacy-preserving technologies, such as zero-knowledge proofs (ZKPs) and homomorphic encryption (HE), enhance decentralized healthcare platforms by enabling secure computations and patient data protection. An examination of the mathematical foundations of these methods, their practical applications, and how they meet the evolving demands of healthcare data security is unveiled. Using real-world examples, this research highlights industry-leading implementations and offers a roadmap for future applications in secure, decentralized healthcare ecosystems.Keywords: blockchain, cryptography, data privacy, decentralized data management, differential privacy, healthcare, healthcare data security, homomorphic encryption, privacy-preserving technologies, secure computations, zero-knowledge proofs
Procedia PDF Downloads 1815364 Examination Scheduling System with Proposed Algorithm
Authors: Tabrej Khan
Abstract:
Examination Scheduling System (ESS) is a scheduling system that targets as an exam committee in any academic institute to help them in managing the exams automatically. We present an algorithm for Examination Scheduling System. Nowadays, many universities have challenges with creating examination schedule fast with less confliction compared to hand works. Our aims are to develop a computerized system that can be used in examination scheduling in an academic institute versus available resources (Time, Hall, Invigilator and instructor) with no contradiction and achieve fairness among students. ESS was developed using HTML, C# language, Crystal Report and ASP.NET through Microsoft Visual Studio 2010 as developing tools with integrated SQL server database. This application can produce some benefits such as reducing the time spent in creating an exam schedule and achieving fairness among studentsKeywords: examination scheduling system (ESS), algorithm, ASP.NET, crystal report
Procedia PDF Downloads 40415363 A Composite Indicator to Monitoring European Water Policies Using a Flexible Sustainability Approach
Authors: De Castro-Pardo M., Cabello J. M., Martin J. M., Ruiz F.
Abstract:
In this paper, we propose a new Water Sustainability Indicator based on a Multi-Reference methodology that permits modeling compensation between the analysed criteria and provides a participative approach. The proposed indicator provides results based on 19 variables grouped into 5 dimensions: availability, access, resilience, good governance and economic capacity. The indicator was applied to assess water sustainability in 27 European countries. The results showed that Finland, the Netherlands, Sweden and the United Kingdom obtained the best global results in terms of weak water (compensatory) sustainability. In terms of strong water (non-compensatory) sustainability, no country gained acceptable results in terms of strong sustainability. Climate change and the state of freshwater resources were detected as especially vulnerable in all the analysed countries. The results identified some eastern European countries with low GDP and good performance of availability and cost of water, with bad results in terms of governance and water productivity. These results could jeopardize water sustainability in the event of a potential economic development if these limitations are not addressed. In a context of economic and political instability due to the current armed conflict in nearby countries such as Ukraine, it is especially important to pay attention to these countries, whose good governance indicators could worsen even more. The proposed indicator allowed to the identification of warning signs and could contribute to the improvement in decision-making processes. Moreover, it could improve the monitoring of international water policies.Keywords: water sustainability, composite indicators, compensatory approach, sustainability European policies
Procedia PDF Downloads 8815362 A Valid Professional Development Framework For Supporting Science Teachers In Relation To Inquiry-Based Curriculum Units
Authors: Fru Vitalis Akuma, Jenna Koenen
Abstract:
The science education community is increasingly calling for learning experiences that mirror the work of scientists. Although inquiry-based science education is aligned with these calls, the implementation of this strategy is a complex and daunting task for many teachers. Thus, policymakers and researchers have noted the need for continued teacher Professional Development (PD) in the enactment of inquiry-based science education, coupled with effective ways of reaching the goals of teacher PD. This is a complex problem for which educational design research is suitable. The purpose at this stage of our design research is to develop a generic PD framework that is valid as the blueprint of a PD program for supporting science teachers in relation to inquiry-based curriculum units. The seven components of the framework are the goal, learning theory, strategy, phases, support, motivation, and an instructional model. Based on a systematic review of the literature on effective (science) teacher PD, coupled with developer screening, we have generated a design principle per component of the PD framework. For example, as per the associated design principle, the goal of the framework is to provide science teachers with experiences in authentic inquiry, coupled with enhancing their competencies linked to the adoption, customization and design; then the classroom implementation and the revision of inquiry-based curriculum units. The seven design principles have allowed us to synthesize the PD framework, which, coupled with the design principles, are the preliminary outcomes of the current research. We are in the process of evaluating the content and construct validity of the framework, based on nine one-on-one interviews with experts in inquiry-based classroom and teacher learning. To this end, we have developed an interview protocol with the input of eight such experts in South Africa and Germany. Using the protocol, the expert appraisal of the PD framework will involve three experts from Germany, South Africa, and Cameroon, respectively. These countries, where we originate and/or work, provide a variety of inquiry-based science education contexts, making the countries suitable in the evaluation of the generic PD framework. Based on the evaluation, we will revise the framework and its seven design principles to arrive at the final outcomes of the current research. While the final content and construct a valid version of the framework will serve as an example of the needed ways through which effective inquiry-based science teacher PD may be achieved, the final design principles will be useful to researchers when transforming the framework for use in any specific educational context. For example, in our further research, we will transform the framework to one that is practical and effective in supporting inquiry-based practical work in resource-constrained physical sciences classrooms in South Africa. Researchers in other educational contexts may similarly consider the final framework and design principles in their work. Thus, our final outcomes will inform practice and research around the support of teachers to increase the incorporation of learning experiences that mirror the work of scientists in a worldwide manner.Keywords: design principles, educational design research, evaluation, inquiry-based science education, professional development framework
Procedia PDF Downloads 14915361 Causes of Construction Delays in Qatar Construction Projects
Authors: Murat Gunduz, Mohanad H. A. AbuHassan
Abstract:
Construction industry mainly focuses on the superstructure, infrastructure, and oil and gas industry. The development of infrastructure projects in developing countries attracted a lot of foreign construction contractors, consultants, suppliers and diversified workforce to interfere and to be evolved in such huge investment. Reducing worksite delays in such projects require knowledge and attention. Therefore, it is important to identify the influencing delay attributes affecting construction projects. The significant project factors affecting construction delays were investigated. Data collection was carried out through an online web survey system to capture significant factors. Significant factors were determined with importance index and relevant recommendations are made. The output of the data analysis would lead the industry experts better assess the impact of construction delays on construction projects.Keywords: construction industry, delays, importance index, frequency index
Procedia PDF Downloads 36415360 Electronically Controlled Motorized Steering System (E-Mo Steer)
Authors: M. Prasanth, V. Nithin, R. Keerthana, S.Kalyani
Abstract:
In the current scenario, the steering system in automobiles is such that the motion from the steering wheel is transferred to driving wheel by mechanical linkages. In this paper, we propose a method to design a steering mechanism using servomotors to turn the wheels instead of linkages. In this method, a steering angle sensor senses the turn angle of the steering wheel and its output is processed by an electronical control module. Then the ECM compares the angle value to that of a standard value from a look-up database. Then it gives the appropriate input power and the turning duration to the motors. Correspondingly, the motors turn the wheels by means of bevel gears welded to both the motor output shafts and the wheel hubs. Thus, the wheels are turned without the complicated framework of linkages, reducing the driver’s effort and fatigue considerably.Keywords: electronic control unit, linkage-less steering, servomotors, E-Mo Steer
Procedia PDF Downloads 26315359 Control of Hybrid System Using Fuzzy Logic
Authors: Faiza Mahi, Fatima Debbat, Mohamed Fayçal Khelfi
Abstract:
This paper proposes a control approach using Fuzzy Lo system. More precisely, the study focuses on the improvement of users service in terms of analysis and control of a transportation system their waiting times in the exchange platforms of passengers. Many studies have been developed in the literature for such problematic, and many control tools are proposed. In this paper we focus on the use of fuzzy logic technique to control the system during its evolution in order to minimize the arrival gap of connected transportation means at the exchange points of passengers. An example of illustration is worked out and the obtained results are reported. an important area of research is the modeling and simulation ordering system. We describe an approach to analysis using Fuzzy Logic. The hybrid simulator developed in toolbox Matlab consists calculation of waiting time transportation mode.Keywords: Fuzzy logic, Hybrid system, Waiting Time, Transportation system, Control
Procedia PDF Downloads 55515358 L. rhamnosus GG Lysate Can Inhibit Cytotoxic Effects of S. aureus on Keratinocytes in vitro
Authors: W. Mohammed Saeed, A. J. Mcbain, S. M. Cruickshank, C. A. O’Neill
Abstract:
In the gut, probiotics have been shown to protect epithelial cells from pathogenic bacteria through a number of mechanisms: 1-Increasing epithelial barrier function, 2-Modulation of the immune response especially innate immune response, 3-Inhibition of pathogen adherence and down regulation of virulence factors. Since probiotics have positive impacts on the gut, their potential effects on other body tissues, such as skin have begun to be investigated. The purpose of this project is to characterize the potential of probiotic bacteria lysate as therapeutic agent for preventing or reducing the S. aureus infection. Normal human primary keratinocytes (KCs) were exposed to S. aureus (106/ml) in the presence or absence of L. rhamnosus GG lysate (extracted from 108cfu/ml). The viability of the KCs was measured after 24 hours using a trypan blue exclusion assay. When KCs were treated with S aureus alone, only 25% of the KCs remained viable at 24 hours post infection. However, in the presence of L. rhamnosus GG lysate the viability of pathogen infected KCs increased to 58% (p=0.008, n=3). Furthermore, when KCs co-exposed, pre- exposed or post-exposed to L. rhamnosus GG lysate, the viability of the KCs increased to ≈60%, the L. rhamnosus GG lysate was afforded equal protection in different conditions. These data suggests that two possible separate mechanisms are involved in the protective effects of L. rhamnosus GG such as reducing S. aureus growth, or inhibiting of pathogenic adhesion. Interestingly, a lysate of L rhamnosus GG provided significant reduction in S. aureus growth and adhesion of S. aureus that being viable following 24 hours incubation with S aureus. Therefore, a series of Liquid Chromatography (RP-LC) methods were adopted to partially purify the lysate in combination with functional assays to elucidate in which fractions the efficacious molecules were contained. In addition, the Mass Spectrometry-based protein sequencing was used to identify putative proteins in the fractions. The data presented from purification process demonstrated that L. rhamnosus GG lysate has the potential to protect keratinocytes from the toxic effects of the skin pathogen, S. aureus. Three potential mechanisms were identified: inhibition of pathogen growth; competitive exclusion; and displacement of the pathogen from keratinocyte binding sites. In this study, ‘moonlight’ proteins were identified in the current study’s MS/MS data for L. rhamnosus GG lysate, which could elucidate the ability of lysate in the competitive exclusion and displacement of S. aureus from keratinocyte binding sites. Taken together, it can be speculated that L. rhamnosus GG lysate utilizes different mechanisms to protect keratinocytes from S. aureus toxicity. The present study indicates that the proteinaceous substances are involved in anti-adhesion activity. This is achieved by displacing the pathogen and preventing the severity of pathogen infection and the moonlight proteins might be involved in inhibiting the adhesion of pathogens.Keywords: lysate, fractions, adhesion, L. rhamnosus GG, S. aureus toxicity
Procedia PDF Downloads 29215357 Determinants of Self-Reported Hunger: An Ordered Probit Model with Sample Selection Approach
Authors: Brian W. Mandikiana
Abstract:
Homestead food production has the potential to alleviate hunger, improve health and nutrition for children and adults. This article examines the relationship between self-reported hunger and homestead food production using the ordered probit model. A sample of households participating in homestead food production was drawn from the first wave of the South African National Income Dynamics Survey, a nationally representative cross-section. The sample selection problem was corrected using an ordered probit model with sample selection approach. The findings show that homestead food production exerts a positive and significant impact on children and adults’ ability to cope with hunger and malnutrition. Yet, on the contrary, potential gains of homestead food production are threatened by shocks such as crop failure.Keywords: agriculture, hunger, nutrition, sample selection
Procedia PDF Downloads 33515356 Polarization Dependent Flexible GaN Film Nanogenerators and Electroluminescence Properties
Authors: Jeong Min Baik
Abstract:
We present that the electroluminescence (EL) properties and electrical output power of flexible N-face p-type GaN thin films can be tuned by strain-induced piezo-potential generated across the metal-semiconductor-metal structures. Under different staining conditions (convex and concave bending modes), the transport properties of the GaN films can be changed due to the spontaneous polarization of the films. The I-V characteristics with the bending modes show that the convex bending can increase the current across the films by the decrease in the barrier height at the metal-semiconductor contact, increasing the EL intensity of the P-N junction. At convex bending, it is also shown that the flexible p-type GaN films can generate an output voltage of up to 1.0 V, while at concave bending, 0.4 V. The change of the band bending with the crystal polarity of GaN films was investigated using high-resolution photoemission spectroscopy. This study has great significance on the practical applications of GaN in optoelectronic devices and nanogenerators under a working environment.Keywords: GaN, flexible, laser lift-off, nanogenerator
Procedia PDF Downloads 41915355 Communicative and Artistic Machines: A Survey of Models and Experiments on Artificial Agents
Authors: Artur Matuck, Guilherme F. Nobre
Abstract:
Machines can be either tool, media, or social agents. Advances in technology have been delivering machines capable of autonomous expression, both through communication and art. This paper deals with models (theoretical approach) and experiments (applied approach) related to artificial agents. On one hand it traces how social sciences' scholars have worked with topics such as text automatization, man-machine writing cooperation, and communication. On the other hand it covers how computer sciences' scholars have built communicative and artistic machines, including the programming of creativity. The aim is to present a brief survey on artificially intelligent communicators and artificially creative writers, and provide the basis to understand the meta-authorship and also to new and further man-machine co-authorship.Keywords: artificial communication, artificial creativity, artificial writers, meta-authorship, robotic art
Procedia PDF Downloads 29215354 Modeling Metrics for Monitoring Software Project Performance Based on the GQM Model
Authors: Mariayee Doraisamy, Suhaimi bin Ibrahim, Mohd Naz’ri Mahrin
Abstract:
There are several methods to monitor software projects and the objective for monitoring is to ensure that the software projects are developed and delivered successfully. A performance measurement is a method that is closely associated with monitoring and it can be scrutinized by looking at two important attributes which are efficiency and effectiveness both of which are factors that are important for the success of a software project. Consequently, a successful steering is achieved by monitoring and controlling a software project via the performance measurement criteria and metrics. Hence, this paper is aimed at identifying the performance measurement criteria and the metrics for monitoring the performance of a software project by using the Goal Question Metrics (GQM) approach. The GQM approach is utilized to ensure that the identified metrics are reliable and useful. These identified metrics are useful guidelines for project managers to monitor the performance of their software projects.Keywords: component, software project performance, goal question metrics, performance measurement criteria, metrics
Procedia PDF Downloads 35615353 Effect of Melatonin on Seed Germination and Seedling Growth of Catharanthus roseus under Cadmium Stress
Authors: Rayhaneh Amooaghaie, Masoomeh Nabaei
Abstract:
In this study, 200 µM Cd reduced relative seed germination, root elongation tolerance and seed germination tolerance index of Catharanthus roseus. The melatonin improved seed germination, germination velocity, seedling length and vigor index under Cd stress in a dose-dependent manner and the maximum biological responses obtained by 100 μM melatonin. However, 200-400 μM melatonin and 400 μM SNP had negative effects that evidenced as lower germination indices and poor establishment of seedlings. The cadmium suppressed amylase activity and contents of soluble and reducing sugars in germinating seeds, thereby reduced seed germination and subsequent seedling growth whereas increased electrolyte leakage. These Cd-induced inhibitory effects were ameliorated by melatonin.Keywords: cadmium, Catharanthus roseus, melatonin, seed germination
Procedia PDF Downloads 17715352 Composite Approach to Extremism and Terrorism Web Content Classification
Authors: Kolade Olawande Owoeye, George Weir
Abstract:
Terrorism and extremism activities on the internet are becoming the most significant threats to national security because of their potential dangers. In response to this challenge, law enforcement and security authorities are actively implementing comprehensive measures by countering the use of the internet for terrorism. To achieve the measures, there is need for intelligence gathering via the internet. This includes real-time monitoring of potential websites that are used for recruitment and information dissemination among other operations by extremist groups. However, with billions of active webpages, real-time monitoring of all webpages become almost impossible. To narrow down the search domain, there is a need for efficient webpage classification techniques. This research proposed a new approach tagged: SentiPosit-based method. SentiPosit-based method combines features of the Posit-based method and the Sentistrenght-based method for classification of terrorism and extremism webpages. The experiment was carried out on 7500 webpages obtained through TENE-webcrawler by International Cyber Crime Research Centre (ICCRC). The webpages were manually grouped into three classes which include the ‘pro-extremist’, ‘anti-extremist’ and ‘neutral’ with 2500 webpages in each category. A supervised learning algorithm is then applied on the classified dataset in order to build the model. Results obtained was compared with existing classification method using the prediction accuracy and runtime. It was observed that our proposed hybrid approach produced a better classification accuracy compared to existing approaches within a reasonable runtime.Keywords: sentiposit, classification, extremism, terrorism
Procedia PDF Downloads 27815351 Socio-Cultural Adaptation Approach to Enhance Intercultural Collaboration and Learning
Authors: Fadoua Ouamani, Narjès Bellamine Ben Saoud, Henda Hajjami Ben Ghézala
Abstract:
In the last few years and over the last decades, there was a growing interest in the development of Computer Supported Collaborative Learning (CSCL) environments. However, the existing systems ignore the variety of learners and their socio-cultural differences, especially in the case of distant and networked learning. In fact, within such collaborative learning environments, learners from different socio-cultural backgrounds may interact together. These learners evolve within various cultures and social contexts and acquire different socio-cultural values and behaviors. Thus, they should be assisted while communicating and collaborating especially in an intercultural group. Besides, the communication and collaboration tools provided to each learner must depend on and be adapted to her/his socio-cultural profile. The main goal of this paper is to present the proposed socio-cultural adaptation approach based on and guided by ontologies to adapt CSCL environments to the socio-cultural profiles of its users (learners or others).Keywords: CSCL, socio-cultural profile, adaptation, ontology
Procedia PDF Downloads 36015350 Project Objective Structure Model: An Integrated, Systematic and Balanced Approach in Order to Achieve Project Objectives
Authors: Mohammad Reza Oftadeh
Abstract:
The purpose of the article is to describe project objective structure (POS) concept that was developed on research activities and experiences about project management, Balanced Scorecard (BSC) and European Foundation Quality Management Excellence Model (EFQM Excellence Model). Furthermore, this paper tries to define a balanced, systematic, and integrated measurement approach to meet project objectives and project strategic goals based on a process-oriented model. In this paper, POS is suggested in order to measure project performance in the project life cycle. After using the POS model, the project manager can ensure in order to achieve the project objectives on the project charter. This concept can help project managers to implement integrated and balanced monitoring and control project work.Keywords: project objectives, project performance management, PMBOK, key performance indicators, integration management
Procedia PDF Downloads 37815349 Behavior of GRS Abutment Facing under Variable Cycles of Lateral Excitation through Physical Model Tests
Authors: Ashutosh Verma, Satyendra Mittal
Abstract:
Numerous geosynthetic reinforced soil (GRS) abutment failures over the years have been attributed to the loss of strength at the facing-reinforcement interface due to seasonal thermal expansion/contraction of the bridge deck. This causes excessive settlement below the bridge seat, causing bridge bumps along the approach road which reduces the design life of any abutment. Before designers while choosing the type of facing, a broad range of facing configurations are undoubtedly available. Generally speaking, these configurations can be divided into three groups: modular (panels/block), continuous, and full height rigid (FHR). The purpose of the current study is to use 1g physical model tests under serviceable cyclic lateral displacements to experimentally investigate the behaviour of these three facing classifications. To simulate field behaviour, a field instrumented GRS abutment prototype was modeled into a N scaled down 1g physical model (N = 5) with adjustable facing arrangements to represent these three facing classifications. For cyclic lateral displacement (d/H) of top facing at loading rate of 1mm/min, the peak earth pressure coefficient (K) on the facing and vertical settlement of the footing (s/B) at 25, 50, 75 and 100 cycles have been measured. For a constant footing offset of x/H = 0.1, three forms of cyclic displacements have been performed to simulate active condition (CA), passive condition (CP), and active-passive condition (CAP). The findings showed that when reinforcements are integrated into the wall along with presence of gravel gabions i.e. FHR design, a rather substantial earth pressure occurs over the facing. Despite this, the FHR facing's continuous nature works in conjunction with the reinforcements' membrane resilience to reduce footing settlement. On the other hand, the pressure over the wall is released upon lateral excitation by the relative displacement between the panels in modular facing reducing the connection strength at the interface and leading to greater settlements below footing. On the contrary, continuous facing do not exhibit relative displacement along the depth of facing rather fails through rotation about the base, which extends the zone of active failure in the backfill leading to large depressions in the backfill region around the bridge seat. Conservatively, FHR facing shows relatively stable responses under lateral cyclic excitations as compared to modular or continuous type of abutment facing.Keywords: GRS abutments, 1g physical model, full height rigid, cyclic lateral displacement
Procedia PDF Downloads 83