Search results for: capability approach
12978 Design and Development of Multi-Functional Intelligent Robot Arm Gripper
Authors: W. T. Asheber, L. Chyi-Yeu
Abstract:
An intelligent robot arm is expected to recognize the desired object, grasp it with appropriate force without dropping or damaging it, and also manipulate and deliver the object to the desired destination safely. This paper presents an intelligent multi-finger robot arm gripper design along with vision, proximity, and tactile sensor for efficient grasping and manipulation tasks. The generic design of the gripper makes it convenient for improved parts manipulation, multi-tasking and ease for components assembly. The proposed design emulates the human’s hand fingers structure using linkages and direct drive through power screw like transmission. The actuation and transmission mechanism is designed in such a way that it has non-back-drivable capability, which makes the fingers hold their position when even unpowered. The structural elements are optimized for a finest performance in motion and force transmissivity of the gripper fingers. The actuation mechanisms is designed specially to drive each finger and also rotate two of the fingers about the palm to form appropriate configuration to grasp various size and shape objects. The gripper has an automatic tool set fixture incorporated into its palm, which will reduce time wastage and do assembling in one go. It is equipped with camera-in-hand integrated into its palm; subsequently an image based visual-servoing control scheme is employed.Keywords: gripper, intelligent gripper, transmissivity, vision sensor
Procedia PDF Downloads 35512977 The Good, the Bad and the Ugly in E-Procurement: A Case Study of Agricultural Company in Vietnam
Authors: D. T. Tran, H. P. Tran, L. G. Hoang, V. N. H. Bui, Q. T. Nguyen, A. K. Das
Abstract:
This paper provides some insight information about a current situation of e-procurement implementation in Vietnam, including opportunities and challenges. A case study of Phuc Thien Company which is classified as a medium enterprise in the country, specialising on animal feed production. Since the technological development rapidly changes, companies have implemented advanced technologies in supply chain management to increase efficiency and gain collaboration amidst partners in their manufacturing and development activities. The findings of this research reveal strengths and ongoing weaknesses when Phuc Thien company internally implemented eProcurement system. Although cost savings, visibility of payment and speedy procurement process are one of the largest benefits of eProcurement implementation, the company faces greater hurdles, such as employee capability to use technology and their resistance to change, that overshadow everything else. In terms of governmental policy, the adaptation of e-invoicing has commenced since June 2015 in Vietnam, legal regulations and administrative framework related to e-Procurement carries various ambiguous in its content and extremely fragment. Hence, this adds a great burden to enterprises in general and Phuc Thien in particular in view of creating higher competitive advantage for animal feed industry in Vietnam as well as South East Asia region.Keywords: procurement, e-procurement, animal feed industry, efficiency
Procedia PDF Downloads 33412976 Person Re-Identification using Siamese Convolutional Neural Network
Authors: Sello Mokwena, Monyepao Thabang
Abstract:
In this study, we propose a comprehensive approach to address the challenges in person re-identification models. By combining a centroid tracking algorithm with a Siamese convolutional neural network model, our method excels in detecting, tracking, and capturing robust person features across non-overlapping camera views. The algorithm efficiently identifies individuals in the camera network, while the neural network extracts fine-grained global features for precise cross-image comparisons. The approach's effectiveness is further accentuated by leveraging the camera network topology for guidance. Our empirical analysis on benchmark datasets highlights its competitive performance, particularly evident when background subtraction techniques are selectively applied, underscoring its potential in advancing person re-identification techniques.Keywords: camera network, convolutional neural network topology, person tracking, person re-identification, siamese
Procedia PDF Downloads 7212975 Transdisciplinary Pedagogy: An Arts-Integrated Approach to Promote Authentic Science, Technology, Engineering, Arts, and Mathematics Education in Initial Teacher Education
Authors: Anne Marie Morrin
Abstract:
This paper will focus on the design, delivery and assessment of a transdisciplinary STEAM (Science, Technology, Engineering, Arts, and Mathematics) education initiative in a college of education in Ireland. The project explores a transdisciplinary approach to supporting STEAM education where the concepts, methodologies and assessments employed derive from visual art sessions within initial teacher education. The research will demonstrate that the STEAM Education approach is effective when visual art concepts and methods are placed at the core of the teaching and learning experience. Within this study, emphasis is placed on authentic collaboration and transdisciplinary pedagogical approaches with the STEAM subjects. The partners included a combination of teaching expertise in STEM and Visual Arts education, artists, in-service and pre-service teachers and children. The inclusion of all stakeholders mentioned moves towards a more authentic approach where transdisciplinary practice is at the core of the teaching and learning. Qualitative data was collected using a combination of questionnaires (focused and open-ended questions) and focus groups. In addition, the data was collected through video diaries where students reflected on their visual journals and transdisciplinary practice, which gave rich insight into participants' experiences and opinions on their learning. It was found that an effective program of STEAM education integration was informed by co-teaching (continuous professional development), which involved a commitment to adaptable and flexible approaches to teaching, learning, and assessment, as well as the importance of continuous reflection-in-action by all participants. The delivery of a transdisciplinary model of STEAM education was devised to reconceptualizatise how individual subject areas can develop essential skills and tackle critical issues (such as self-care and climate change) through data visualisation and technology. The success of the project can be attributed to the collaboration, which was inclusive, flexible and a willingness between various stakeholders to be involved in the design and implementation of the project from conception to completion. The case study approach taken is particularistic (focusing on the STEAM-ED project), descriptive (providing in-depth descriptions from varied and multiple perspectives), and heuristic (interpreting the participants’ experiences and what meaning they attributed to their experiences).Keywords: collaboration, transdisciplinary, STEAM, visual arts education
Procedia PDF Downloads 4912974 Influence of Power Flow Controller on Energy Transaction Charges in Restructured Power System
Authors: Manisha Dubey, Gaurav Gupta, Anoop Arya
Abstract:
The demand for power supply increases day by day in developing countries like India henceforth demand of reactive power support in the form of ancillary services provider also has been increased. The multi-line and multi-type Flexible alternating current transmission system (FACTS) controllers are playing a vital role to regulate power flow through the transmission line. Unified power flow controller and interline power flow controller can be utilized to control reactive power flow through the transmission line. In a restructured power system, the demand of such controller is being popular due to their inherent capability. The transmission pricing by using reactive power cost allocation through modified matrix methodology has been proposed. The FACTS technologies have quite costly assembly, so it is very useful to apportion the expenses throughout the restructured electricity industry. Therefore, in this work, after embedding the FACTS devices into load flow, the impact on the costs allocated to users in fraction to the transmission framework utilization has been analyzed. From the obtained results, it is clear that the total cost recovery is enhanced towards the Reactive Power flow through the different transmission line for 5 bus test system. The fair pricing policy towards reactive power can be achieved by the proposed method incorporating FACTS controller towards cost recovery of the transmission network.Keywords: interline power flow controller, transmission pricing, unified power flow controller, cost allocation
Procedia PDF Downloads 14812973 A Formal Verification Approach for Linux Kernel Designing
Authors: Zi Wang, Xinlei He, Jianghua Lv, Yuqing Lan
Abstract:
Kernel though widely used, is complicated. Errors caused by some bugs are often costly. Statically, more than half of the mistakes occur in the design phase. Thus, we introduce a modeling method, KMVM (Linux Kernel Modeling and verification Method), based on type theory for proper designation and correct exploitation of the Kernel. In the model, the Kernel is separated into six levels: subsystem, dentry, file, struct, func, and base. Each level is treated as a type. The types are specified in the structure and relationship. At the same time, we use a demanding path to express the function to be implemented. The correctness of the design is verified by recursively checking the type relationship and type existence. The method has been applied to verify the OPEN business of VFS (virtual file system) in Linux Kernel. Also, we have designed and developed a set of security communication mechanisms in the Kernel with verification.Keywords: formal approach, type theory, Linux Kernel, software program
Procedia PDF Downloads 13712972 Recommendation Systems for Cereal Cultivation using Advanced Casual Inference Modeling
Authors: Md Yeasin, Ranjit Kumar Paul
Abstract:
In recent years, recommendation systems have become indispensable tools for agricultural system. The accurate and timely recommendations can significantly impact crop yield and overall productivity. Causal inference modeling aims to establish cause-and-effect relationships by identifying the impact of variables or factors on outcomes, enabling more accurate and reliable recommendations. New advancements in causal inference models have been found in the literature. With the advent of the modern era, deep learning and machine learning models have emerged as efficient tools for modeling. This study proposed an innovative approach to enhance recommendation systems-based machine learning based casual inference model. By considering the causal effect and opportunity cost of covariates, the proposed system can provide more reliable and actionable recommendations for cereal farmers. To validate the effectiveness of the proposed approach, experiments are conducted using cereal cultivation data of eastern India. Comparative evaluations are performed against existing correlation-based recommendation systems, demonstrating the superiority of the advanced causal inference modeling approach in terms of recommendation accuracy and impact on crop yield. Overall, it empowers farmers with personalized recommendations tailored to their specific circumstances, leading to optimized decision-making and increased crop productivity.Keywords: agriculture, casual inference, machine learning, recommendation system
Procedia PDF Downloads 7912971 Challenges of Water License in Agriculture Sector in British Columbia: An Exploratory Sociological Inquiry
Authors: Mandana Karimi, Martha McMahon
Abstract:
One of the most important consequences of water scarcity worldwide is the increase in conflicts over water issues, reduced access to clean water, food shortages, energy shortages, and reduced economic development. The extreme weather conditions in British Columbia are because of climate change, which is leading to water scarcity becoming a serious issue affecting British Columbians, aquatic ecosystems, the BC water policy, agriculture, and the economy. In light of climate change and water stress, the British Columbia government introduced a new water legislation in 2016 named the Water Sustainability Act to manage water resources in British Columbia. So, this study aimed to present a deep understanding emanating from the political and social dimensions of the new water policy in BC in the agriculture sector and which sociological paradigm governs the current water policy (WSA) in BC. Policy analysis based on the water problem representation approach was used to present the problem and solutions identified by the water policy in the agricultural sector in BC. The results of the policy analysis highlighted that the Water Sustainability Act is governed by a positivist and modernist approach because the groundwater license is the measurable situation to access the adequate quantity of water for the farmers. In addition, by the positivist paradigm water resources are conceptualized as a commodity to be bought and sold. Under the positivist approach, the measurable parameter of groundwater is also applied based on the top-down approach for water management to show the use of water resources for economic development. In addition, the findings of the policy analysis suggest that alternative paradigms, such as relational ontology, ecofeminism, and indigenous knowledge, could be applied in introducing water policies to shift from the positivist or modernist paradigm. These new paradigms present the potential for environmental policies like the Water Sustainability Act, based on partnership, and collaboration and with an explicit emphasis on protecting water for nature.Keywords: water governance, Water Sustainability Act, water policy, small-scale farmer, policy analysis
Procedia PDF Downloads 7212970 Bestination: A Sustainable Approach to Conflict Management for Buddhist Entrepreneurs
Authors: Navarat Sachayansrisakul, Nattawat Ponnara
Abstract:
Human beings are driving forces for any unit of societies, whether it would be in a family, communities, industries or even organizations. However, as our humanity progresses, the reliance has shifted from human to machineries and technologies. One main challenge when dealing with more than one person is conflict often resulted. If the conflict is properly managed, then economic development also follows. In order to achieve positive outcome of conflict, it is believed that the management comes from within individual entrepreneurs. As such, this is a unique study as it looks into the spiritual side of humans as business people and applies to the business environment with the focus on moral and ethical framework in order for sustainable development. This study aims to provide a model of how to positively manage conflict without compromising the ethical and moral standards of the businesses. Sustainability in this study is achieved through the Buddhists’ aim for liberation in which it works on the balanced approach to solving conflict. Buddhists’ livelihood is established on simplicity and non-violence while contributing not to only one’s self but those around them such as the stake holders of the businesses and the communities. According to Buddhist principles and some findings, a model called ‘The Bestination Conflict Management’ was developed. Bestination model offers an alternative approach for entrepreneurs to achieve sustainability along with intrinsic and extrinsic rewards that benefit the well-beings of the owners, the stakeholders and the communities involved. This research study identifies ‘Conflict Management’ model as having goodwill and wisdom as a base, then moral motivation as the next level up to have a disciplines in order to keep a unit well cooperated.Keywords: sustainable, entrepreneurs, Buddhist, moral, ethics, conflict
Procedia PDF Downloads 16912969 Transorbital Craniectomy for Treatment of Frontal Lobe and Olfactory Bulb Neoplasia in Two Canids
Authors: Kathryn L. Duncan, Charles A. Kuntz, James O. Simcock
Abstract:
A surgical approach to the cranium for treatment of frontal lobe and olfactory bulb neoplasia in dogs is described in this report, which provided excellent access for visualisation and removal of gross neoplastic tissue. An 8-year-old spayed female Shih Tzu crossbreed dog (dog 1) and a 13-year-old neutered male Miniature Fox Terrier (dog 2) were evaluated for removal of neoplasms involving both the frontal lobe and olfactory bulb. Both dogs presented with abnormal neurological clinical signs, decreased menace responses, and behavioural changes. Additionally, dog 2 presented with compulsive circling and generalized tonic-clonic seizure activity. Computed tomography was performed in both dogs, and MRI was also performed in dog 1. Imaging was consistent with frontal lobe and olfactory bulb neoplasia. A transorbital frontal bone craniectomy, with orbital ligament desmotomy and ventrolateral retraction of the globe, was performed in both cases without complication. Dog 1 had a focal area of lysis in the frontal bone adjacent to the neoplasm in the frontal lobe. The presence of the bone defect provided part of the impetus for this approach, as it would permit resection of the lytic bone. In addition, the neoplasms would be surgically accessible without encountering interposed brain parenchyma, reducing the risk of iatrogenic injury. Both dogs were discharged from the hospital within 72 hours post-operatively, both with normal mentation. Case 1 had a histopathologic diagnosis of malignant anaplastic neoplasm. The tumour recurred 101d postoperatively, and the patient was euthanized. Case 2 was diagnosed with a meningioma and was neurologically normal at 294d postoperatively. This transorbital surgical approach allowed successful removal of the intracranial frontal lobe and olfactory bulb neoplasms in 2 dogs. This approach should be considered for dogs with lateralized frontal lobe and olfactory bulb neoplasms that are closely associated with the suborbital region of the frontal bone.Keywords: neurosurgery, small animal surgery, surgical oncology, veterinary neurology
Procedia PDF Downloads 15212968 Photocrosslinkable Nanocomposite Ink for Printing of Strong, Biodegradable and Bioactive Bone Graft
Authors: Xin Zhao
Abstract:
3D printing is used in creating bone grafts of various architectures by printing materials in a layer-by-layer manner. Traditionally, to make materials printable, heating up or dissolving materials in organic solvents have been used, compromising their capability in loading biomolecules. Photocrosslinkable materials which are initially liquid and printable, and solidified upon light exposure are therefore developed. However, the existing photocrosslinkable materials are either too soft to bear load or non-degradable with potential long-term biocompatibility problems. Here, photocrosslinkable nanocomposite ink is developed composed of poly (lactide-co-propylene glycol-co-lactide) dimethacrylate (PmLnDMA) and hydroxyethyl methacrylate-functionalized hydroxyapatite nanoparticles (nHAMA) mimicking the hairy setae of gecko that can strongly interact with its surroundings to bear high load. Incorporation of nHAMA into PmLnDMA endows the nanocomposite ink with several advantages in (1) improved organic/inorganic interfacial compatibility to increase mechanical strength, (2) readily modulated rheological behaviors, wettability, and biodegradation, (3) enhanced osteoconductivity and osteoinductivity. Moreover, the ink can be rapidly crosslinked upon light exposure, load, and long-term release growth factors, and be printed into 3D bone scaffolds of various shapes and structures according to the patients’ needs. Altogether, this innovation will benefit patients all over the world who suffer from bone fractures, tumors, infections.Keywords: photocrosslinkable nanocomposite, 3D printing, bone ink, personalized medicine
Procedia PDF Downloads 11512967 The Use of Ontology Framework for Automation Digital Forensics Investigation
Authors: Ahmad Luthfi
Abstract:
One of the main goals of a computer forensic analyst is to determine the cause and effect of the acquisition of a digital evidence in order to obtain relevant information on the case is being handled. In order to get fast and accurate results, this paper will discuss the approach known as ontology framework. This model uses a structured hierarchy of layers that create connectivity between the variant and searching investigation of activity that a computer forensic analysis activities can be carried out automatically. There are two main layers are used, namely analysis tools and operating system. By using the concept of ontology, the second layer is automatically designed to help investigator to perform the acquisition of digital evidence. The methodology of automation approach of this research is by utilizing forward chaining where the system will perform a search against investigative steps and atomically structured in accordance with the rules of the ontology.Keywords: ontology, framework, automation, forensics
Procedia PDF Downloads 34212966 Preparing Education Enter the ASEAN Community: The Case Study of Suan Sunandha Rajabhat University
Authors: Sakapas Saengchai, Vilasinee Jintalikhitdee, Mathinee Khongsatid, Nattapol Pourprasert
Abstract:
This paper studied the preparing education enter the ASEAN Community by the year 2015 the Ministry of Education has policy on ASEAN Charter, including the dissemination of information to create a good attitude about ASEAN, development of students' skills appropriately, development of educational standards to prepare for the liberalization of education in the region and Youth Development as a vital resource in advancing the ASEAN community. Preparing for the liberalization of education Commission on Higher Education (CHE) has prepared Thailand strategic to become ASEAN and support the free trade in higher education service; increasing graduate capability to reach international standards; strengthening higher educational institutions; and enhancing roles of educational institutions in the ASEAN community is main factor in set up long-term education frame 15 years, volume no. 2. As well as promoting Thailand as a center for education in the neighbor countries. As well as development data centers of higher education institutions in the region make the most of the short term plan is to supplement the curriculum in the ASEAN community. Moreover, provides a teaching of English and other languages used in the region, creating partnerships with the ASEAN countries to exchange academics staff and students, research, training, development of joint programs, and system tools in higher education.Keywords: ASEAN community, education, institution, dissemination of information
Procedia PDF Downloads 47212965 A Data Driven Methodological Approach to Economic Pre-Evaluation of Reuse Projects of Ancient Urban Centers
Authors: Pietro D'Ambrosio, Roberta D'Ambrosio
Abstract:
The upgrading of the architectural and urban heritage of the urban historic centers almost always involves the planning for the reuse and refunctionalization of the structures. Such interventions have complexities linked to the need to take into account the urban and social context in which the structure and its intrinsic characteristics such as historical and artistic value are inserted. To these, of course, we have to add the need to make a preliminary estimate of recovery costs and more generally to assess the economic and financial sustainability of the whole project of re-socialization. Particular difficulties are encountered during the pre-assessment of costs since it is often impossible to perform analytical surveys and structural tests for both structural conditions and obvious cost and time constraints. The methodology proposed in this work, based on a multidisciplinary and data-driven approach, is aimed at obtaining, at very low cost, reasonably priced economic evaluations of the interventions to be carried out. In addition, the specific features of the approach used, derived from the predictive analysis techniques typically applied in complex IT domains (big data analytics), allow to obtain as a result indirectly the evaluation process of a shared database that can be used on a generalized basis to estimate such other projects. This makes the methodology particularly indicated in those cases where it is expected to intervene massively across entire areas of historical city centers. The methodology has been partially tested during a study aimed at assessing the feasibility of a project for the reuse of the monumental complex of San Massimo, located in the historic center of Salerno, and is being further investigated.Keywords: evaluation, methodology, restoration, reuse
Procedia PDF Downloads 18712964 The Implementation of Sovereignty over Natural Resources Principle: Case Study Indonesian Forest
Authors: Sri Wartini
Abstract:
Based on the sovereignty over natural resources principle, the Indonesian government has an authority to exploit the natural resources within a national jurisdiction of Indonesia. The forest is one of the natural resources which is very valuable for Indonesia. It becomes the source of raw material for many industrial activities, such as pharmaceutical industry, pulp industry, and household furniture industry. Hence, it contributes to the economic development of Indonesia. However, the exploitation of the forest may cause negative impacts, such as environmental pollution and environmental degradation. The implementation of the sovereignty over natural resources principle in Indonesia may jeopardize the forest and affect the sustainability of the forest if there is no appropriate policy of the government to exploit the forest in a sustainable manner. The exploitation of the forest in Indonesia, in some extent, has caused serious impact to environment and biodiversity. Hence, in order to sustain and to maintain the forest as the valuable resources to the future generation, the government of Indonesia has already adopted many programmes and action plans. The aim of the research is to undertake a critical examination of the issues relating to the the implementation of sovereignty over natural resources to the exploitation of the forest in Indonesia. It is a normative research and the methodology employed in this research is library research. While the approaches employed in the research are conceptual approach., statutory approach, and comparative approach. The research finds that the implementation of sovereignty over natural resources principle in the exploitation of the forest in Indonesia is limited by other principles of international environmental law, such as sustainable development principle, intergenerational principle and common concern principle which have been adopted in the government policy and various regulations regarding the exploitation of the forest in Indonesia.Keywords: Environmental damage, negative impacts, pollution, the sovereignty over natural resources
Procedia PDF Downloads 38612963 The Interconnection between Curriculum Development and ICT
Authors: Hanane Sarnou, Sabri Koç
Abstract:
In this paper, the interconnection between curriculum development for basic education and the use of information and communication technologies (ICTs) in the classroom referring to the Licence, Master's and Doctorate (LMD) benefits under such link will be presented and analysed. This study seeks to achieve to what extent LMD, competency-based approach (CBA) and ICTs use are interrelated. Likewise, the data collected from the responses of our teachers and learners who are concerned with LMD impact on their learning and teaching through interviews will be discussed, analysed, and classified. This paper is divided into two sections. The first section is about the curriculum development for basic education and its relation with higher education under the LMD and its link with ICTs in the university while the second section is about the classification of learners’ and teachers’ positive/negative responses concerning their positive or negative attitudes towards the ICT integration. The focus will be on the positive aspects of students’ expectations, opinions and assumptions regarding the integration of ICTs into the classroom under LMD and CBA.Keywords: LMD system, CBA approach, curriculum development, ICT
Procedia PDF Downloads 41812962 A Case Report on the Multidisciplinary Approach on Rectal Adenocarcinoma in Pregnancy
Authors: Maria Cristina B. Cabanag, Elijinese Marie S. Culangen
Abstract:
Pregnancy is a period in a woman's life wherein the body may undergo different physiological changes. These changes can be attributed to the interplay of hormones in the body but can mask a more sinister type of disease such as malignancy on rare occasions. Colorectal cancer (CRC) in pregnancy is an epidemiologically rare disease worldwide. To our knowledge, no available studies were reported in the Philippines at the time of this writing, posing a dilemma for its appropriate diagnosis and management. Signs and symptoms of colorectal malignancy may camouflage a normal pregnancy and, when overlooked, impedes an appropriate approach. This case of a 38-year-old elderly primigravid who presented with hematochezia on her 25th week of gestation. She was diagnosed with rectal adenocarcinoma later in pregnancy which warranted a predicament regarding her appropriate care and management. This paper explores the repertoire of the different diagnostic and treatment approaches to colorectal cancer in the second trimester of pregnancy, with the least possible maternal and fetal hazards.Keywords: cancer in pregnancy, chemotherapy in pregnancy, colorectal cancer, hematochezia in pregnancy
Procedia PDF Downloads 17412961 Potential of Lactic Acid Bacteria for Cadmium Removal from Aqueous Solution
Authors: Ana M. Guzman, Claudia M. Rodriguez, Pedro F. B. Brandao, Elianna Castillo
Abstract:
Cadmium (Cd) is a carcinogenic metal to which humans are exposed mainly due to its presence in the food chain. Lactic acid bacteria have the capability to bind cadmium and thus the potential to be used as probiotics to treat this metal toxicity in the human body. The main objective of this study is to evaluate the potential of native lactic acid bacteria, isolated from Colombian fermented cocoa, to remove cadmium from aqueous solutions. An initial screening was made with the Lactobacillus plantarum JCM 1055 type strain, and Cd was quantified by atomic absorption spectroscopy (AAS). Lb. plantarum JCM 1055 was grown in ½ MRS medium to follow growth kinetics during 32 h at 37 °C, by measuring optical density at 600 nm. Washed cells, grown for 18 h, were adjusted to obtain dry biomass concentrations of 1.5 g/L and 0.5 g/L for removal assays in 10 mL of Cd(NO₃)₂ solution with final concentrations of 10 mg/Kg or 1.0 mg/Kg. The assays were performed at two different pH values (2.0 and 5.0), and results showed better adsorption abilities at higher pH. After incubation for 1 h at 37 °C and 150 rpm, the removal percentages for 10 mg/Kg Cd with 1.5 g/L and 0.5 g/L biomass concentration at pH 5.0 were, respectively, 71% and 50%, while the efficiency was 9.15 and 4.52 mg Cd/g dry biomass, respectively. For the assay with 1.0 mg/Kg Cd at pH 5.0, the removal was 100% and 98%, respectively for the same biomass concentrations, and the efficiency was 1.63 and 0.56 mg Cd/g dry biomass, respectively. These results suggest the efficiency of Lactobacillus strains to remove cadmium and their potential to be used as probiotics to treat cadmium toxicity and reduce its accumulation in the human body.Keywords: cadmium removal, fermented cocoa, lactic acid bacteria, probiotics
Procedia PDF Downloads 17112960 Self-Tuning Dead-Beat PD Controller for Pitch Angle Control of a Bench-Top Helicopter
Authors: H. Mansor, S.B. Mohd-Noor, N. I. Othman, N. Tazali, R. I. Boby
Abstract:
This paper presents an improved robust Proportional Derivative controller for a 3-Degree-of-Freedom (3-DOF) bench-top helicopter by using adaptive methodology. Bench-top helicopter is a laboratory scale helicopter used for experimental purposes which is widely used in teaching laboratory and research. Proportional Derivative controller has been developed for a 3-DOF bench-top helicopter by Quanser. Experiments showed that the transient response of designed PD controller has very large steady state error i.e., 50%, which is very serious. The objective of this research is to improve the performance of existing pitch angle control of PD controller on the bench-top helicopter by integration of PD controller with adaptive controller. Usually standard adaptive controller will produce zero steady state error; however response time to reach desired set point is large. Therefore, this paper proposed an adaptive with deadbeat algorithm to overcome the limitations. The output response that is fast, robust and updated online is expected. Performance comparisons have been performed between the proposed self-tuning deadbeat PD controller and standard PD controller. The efficiency of the self-tuning dead beat controller has been proven from the tests results in terms of faster settling time, zero steady state error and capability of the controller to be updated online.Keywords: adaptive control, deadbeat control, bench-top helicopter, self-tuning control
Procedia PDF Downloads 32512959 Speech Detection Model Based on Deep Neural Networks Classifier for Speech Emotions Recognition
Authors: A. Shoiynbek, K. Kozhakhmet, P. Menezes, D. Kuanyshbay, D. Bayazitov
Abstract:
Speech emotion recognition has received increasing research interest all through current years. There was used emotional speech that was collected under controlled conditions in most research work. Actors imitating and artificially producing emotions in front of a microphone noted those records. There are four issues related to that approach, namely, (1) emotions are not natural, and it means that machines are learning to recognize fake emotions. (2) Emotions are very limited by quantity and poor in their variety of speaking. (3) There is language dependency on SER. (4) Consequently, each time when researchers want to start work with SER, they need to find a good emotional database on their language. In this paper, we propose the approach to create an automatic tool for speech emotion extraction based on facial emotion recognition and describe the sequence of actions of the proposed approach. One of the first objectives of the sequence of actions is a speech detection issue. The paper gives a detailed description of the speech detection model based on a fully connected deep neural network for Kazakh and Russian languages. Despite the high results in speech detection for Kazakh and Russian, the described process is suitable for any language. To illustrate the working capacity of the developed model, we have performed an analysis of speech detection and extraction from real tasks.Keywords: deep neural networks, speech detection, speech emotion recognition, Mel-frequency cepstrum coefficients, collecting speech emotion corpus, collecting speech emotion dataset, Kazakh speech dataset
Procedia PDF Downloads 10112958 A New Approach for PE100 Characterization; An in-Reactor HDPE Alloy with Semi Hard and Soft Segments
Authors: Sasan Talebnezhad, Parviz Hamidia
Abstract:
GPC and RMS analysis showed no distinct difference between PE 100 On, Off, and Reference grade. But FTIR spectra and multiple endothermic peaks obtained from SSA analysis, attributed to heterogeneity of ethylene sequence length, lamellar thickness and also the non-uniformity of short chain branching, showed sharp discrepancy and proposed a blend structure of high-density polyethylenes in PE 100 grade. Catalysis along with process parameters dictates poly blend PE 100 structure. This in-reactor blend is a mixture of compatible co-crystallized phases with different crystalinity, forming a physical semi hard and soft segment network responsible for improved impact properties in PE 100 pipe grade. We propose a new approach for PE100 evaluation that is more efficient than normal microstructure characterization.Keywords: HDPE, pipe grade, in-reactor blend, hard and soft segments
Procedia PDF Downloads 44612957 A.T.O.M.- Artificial Intelligent Omnipresent Machine
Authors: R. Kanthavel, R. Yogesh Kumar, T. Narendrakumar, B. Santhosh, S. Surya Prakash
Abstract:
This paper primarily focuses on developing an affordable personal assistant and the implementation of it in the field of Artificial Intelligence (AI) to create a virtual assistant/friend. The problem in existing home automation techniques is that it requires the usage of exact command words present in the database to execute the corresponding task. Our proposed work is ATOM a.k.a ‘Artificial intelligence Talking Omnipresent Machine’. Our inspiration came from an unlikely source- the movie ‘Iron Man’ in which a character called J.A.R.V.I.S has omnipresence, and device controlling capability. This device can control household devices in real time and send the live information to the user. This device does not require the user to utter the exact commands specified in the database as it can capture the keywords from the uttered commands, correlates the obtained keywords and perform the specified task. This ability to compare and correlate the keywords gives the user the liberty to give commands which are not necessarily the exact words provided in the database. The proposed work has a higher flexibility (due to its keyword extracting ability from the user input) comparing to the existing work Intelligent Home automation System (IHAS), is more accurate, and is much more affordable as it makes use of WI-FI module and raspberry pi 2 instead of ZigBee and a computer respectively.Keywords: home automation, speech recognition, voice control, personal assistant, artificial intelligence
Procedia PDF Downloads 33612956 Experimental Investigation on Freeze-Concentration Process Desalting for Highly Saline Brines
Authors: H. Al-Jabli
Abstract:
Using the freeze-melting process for the disposing of high saline brines was the aim of the paper by confirming the performance estimation of the treatment system. A laboratory bench scale freezing technique test unit was designed, constructed, and tested at Doha Research Plant (DRP) in Kuwait. The principal unit operations that have been considered for the laboratory study are: ice crystallization, separation, washing, and melting. The applied process is characterized as “the secondary-refrigerant indirect freezing”, which is utilizing normal freezing concept. The high saline brine was used as definite feed water, i.e. average TDS of 250,000 ppm. Kuwait desalination plants were carried out in the experimental study to measure the performance of the proposed treatment system. Experimental analysis shows that the freeze-melting process is capable of dropping the TDS of the feed water from 249,482 ppm to 56,880 ppm of the freeze-melting process in the two-phase’s course, whereas overall recovery results of the salt passage and salt rejection are 31.11%, 19.05%, and 80.95%, correspondingly. Therefore, the freeze-melting process is encouraging for the proposed application, as it shows on the results, which approves the process capability of reducing a major amount of the dissolved salts of the high saline brine with reasonable sensible recovery. This process might be reasonable with other brine disposal processes.Keywords: high saline brine, freeze-melting process, ice crystallization, brine disposal process
Procedia PDF Downloads 26812955 Effect of Mica Content in Sand on Site Response Analyses
Authors: Volkan Isbuga, Joman M. Mahmood, Ali Firat Cabalar
Abstract:
This study presents the site response analysis of mica-sand mixtures available in certain parts of the world including Izmir, a highly populated city and located in a seismically active region in western part of Turkey. We performed site response analyses by employing SHAKE, an equivalent linear approach, for the micaceous soil deposits consisting of layers with different amount of mica contents and thicknesses. Dynamic behavior of micaceous sands such as shear modulus reduction and damping ratio curves are input for the ground response analyses. Micaceous sands exhibit a unique dynamic response under a scenario earthquake with a magnitude of Mw=6. Results showed that higher amount of mica caused higher spectral accelerations.Keywords: micaceous sands, site response, equivalent linear approach, SHAKE
Procedia PDF Downloads 34112954 Ad Hocism Aiding Sufferings of Urban Refugees in Nepal: A Case Study of Pakistani Ahmadi Refugees
Authors: Shishir Lamichhane
Abstract:
Nepal neither is a party to any international refugee instruments nor does it have a national legislation to govern the refugee concerns legislated in the international legal instruments. In the absence of both of these, Nepal has adopted a rather ad hoc approach to dealing with refugees. Whereas Nepali state’s ad hocism seems to be paying off well with prominent (and mainstream) refugee populations of Bhutanese and Tibetans, urban refugees like Pakistani Ahmadiyya refugees have been left mostly at the odds. This paper is an attempt to reflect how the ad hoc approach taken by the host country (Nepal) is resulting in the further persecution of the Pakistani Ahmadiyya refugees and is lined up with arguments about how the basic rights of these refugees are being violated in the absence of a proper law. Relevant information regarding urban refugees residing in Kathmandu has been gathered by applying Empirical Research Methodology, while the paper also reviews pertinent literature already available on the case of Ahmadiya community.Keywords: Pakistan, Ahmadiya community, Nepal, urban refugees
Procedia PDF Downloads 22512953 A Methodological Concept towards a Framework Development for Social Software Adoption in Higher Education System
Authors: Kenneth N. Ohei, Roelien Brink
Abstract:
For decades, teaching and learning processes have centered on the traditional approach (Web 1.0) that promoted teacher-directed pedagogical practices. Currently, there is a realization that the traditional approach is not adequate to effectively address and improve all student-learning outcomes. The subsequent incorporation of social software, Information, and Communication Technology (ICT) tools in universities may serve as complementary to support educational goals, offering students the affordability and opportunity to educational choices and learning platforms. Consequently, educators’ inability to incorporate these instructional ICT tools in their teaching and learning practices remains a challenge. This will signify that educators still lack the ICT skills required to administer lectures and bridging learning gaps. This study probes a methodological concept with the aim of developing a framework towards the adoption of social software in HES to help facilitate business processes and can build social presence among students. A mixed method will be appropriate to develop a comprehensive framework needed in Higher Educational System (HES). After research have been conducted, the adoption of social software will be based on the developed comprehensive framework which is supposed to impact positively on education and approach of delivery, improves learning experience, engagement and finally, increases educational opportunities and easy access to educational contents.Keywords: blended and integrated learning, learning experience and engagement, higher educational system, HES, information and communication technology, ICT, social presence, Web 1.0, Web 2.0, Web 3.0
Procedia PDF Downloads 15712952 Color Image Enhancement Using Multiscale Retinex and Image Fusion Techniques
Authors: Chang-Hsing Lee, Cheng-Chang Lien, Chin-Chuan Han
Abstract:
In this paper, an edge-strength guided multiscale retinex (EGMSR) approach will be proposed for color image contrast enhancement. In EGMSR, the pixel-dependent weight associated with each pixel in the single scale retinex output image is computed according to the edge strength around this pixel in order to prevent from over-enhancing the noises contained in the smooth dark/bright regions. Further, by fusing together the enhanced results of EGMSR and adaptive multiscale retinex (AMSR), we can get a natural fused image having high contrast and proper tonal rendition. Experimental results on several low-contrast images have shown that our proposed approach can produce natural and appealing enhanced images.Keywords: image enhancement, multiscale retinex, image fusion, EGMSR
Procedia PDF Downloads 45812951 Automatic Measurement of Garment Sizes Using Deep Learning
Authors: Maulik Parmar, Sumeet Sandhu
Abstract:
The online fashion industry experiences high product return rates. Many returns are because of size/fit mismatches -the size scale on labels can vary across brands, the size parameters may not capture all fit measurements, or the product may have manufacturing defects. Warehouse quality check of garment sizes can be semi-automated to improve speed and accuracy. This paper presents an approach for automatically measuring garment sizes from a single image of the garment -using Deep Learning to learn garment keypoints. The paper focuses on the waist size measurement of jeans and can be easily extended to other garment types and measurements. Experimental results show that this approach can greatly improve the speed and accuracy of today’s manual measurement process.Keywords: convolutional neural networks, deep learning, distortion, garment measurements, image warping, keypoints
Procedia PDF Downloads 30812950 Hardware for Genetic Algorithm
Authors: Fariborz Ahmadi, Reza Tati
Abstract:
Genetic algorithm is a soft computing method that works on set of solutions. These solutions are called chromosome and the best one is the absolute solution of the problem. The main problem of this algorithm is that after passing through some generations, it may be produced some chromosomes that had been produced in some generations ago that causes reducing the convergence speed. From another respective, most of the genetic algorithms are implemented in software and less works have been done on hardware implementation. Our work implements genetic algorithm in hardware that doesn’t produce chromosome that have been produced in previous generations. In this work, most of genetic operators are implemented without producing iterative chromosomes and genetic diversity is preserved. Genetic diversity causes that not only do not this algorithm converge to local optimum but also reaching to global optimum. Without any doubts, proposed approach is so faster than software implementations. Evaluation results also show the proposed approach is faster than hardware ones.Keywords: hardware, genetic algorithm, computer science, engineering
Procedia PDF Downloads 50612949 Theoretical Approach to Kinetics of Transient Plasticity of Metals under Irradiation
Authors: Pavlo Selyshchev, Tetiana Didenko
Abstract:
Within the framework of the obstacle radiation hardening and the dislocation climb-glide model a theoretical approach is developed to describe peculiarities of transient plasticity of metal under irradiation. It is considered nonlinear dynamics of accumulation of point defects (vacancies and interstitial atoms). We consider metal under such stress and conditions of irradiation at which creep is determined by dislocation motion: dislocations climb obstacles and glide between obstacles. It is shown that the rivalry between vacancy and interstitial fluxes to dislocation leads to fractures of plasticity time dependence. Simulation and analysis of this phenomenon are performed. Qualitatively different regimes of transient plasticity under irradiation are found. The fracture time is obtained. The theoretical results are compared with the experimental ones.Keywords: climb and glide of dislocations, fractures of transient plasticity, irradiation, non-linear feed-back, point defects
Procedia PDF Downloads 202