Search results for: automated testing tool
4175 Interpretation of Ultrasonic Backscatter of Linear FM Chirp Pulses from Targets Having Frequency-Dependent Scattering
Authors: Stuart Bradley, Mathew Legg, Lilyan Panton
Abstract:
Ultrasonic remote sensing is a useful tool for assessing the interior structure of complex targets. For these methods, significantly enhanced spatial resolution is obtained if the pulse is coded, for example using a linearly changing frequency during the pulse duration. Such pulses have a time-dependent spectral structure. Interpretation of the backscatter from targets is, therefore, complicated if the scattering is frequency-dependent. While analytic models are well established for steady sinusoidal excitations applied to simple shapes such as spheres, such models do not generally exist for temporally evolving excitations. Therefore, models are developed in the current paper for handling such signals so that the properties of the targets can be quantitatively evaluated while maintaining very high spatial resolution. Laboratory measurements on simple shapes are used to confirm the validity of the models.Keywords: linear FM chirp, time-dependent acoustic scattering, ultrasonic remote sensing, ultrasonic scattering
Procedia PDF Downloads 3174174 Spatially Encoded Hyperspectral Compressive Microscope for Broadband VIS/NIR Imaging
Authors: Lukáš Klein, Karel Žídek
Abstract:
Hyperspectral imaging counts among the most frequently used multidimensional sensing methods. While there are many approaches to capturing a hyperspectral data cube, optical compression is emerging as a valuable tool to reduce the setup complexity and the amount of data storage needed. Hyperspectral compressive imagers have been created in the past; however, they have primarily focused on relatively narrow sections of the electromagnetic spectrum. A broader spectral study of samples can provide helpful information, especially for applications involving the harmonic generation and advanced material characterizations. We demonstrate a broadband hyperspectral microscope based on the single-pixel camera principle. Captured spatially encoded data are processed to reconstruct a hyperspectral cube in a combined visible and near-infrared spectrum (from 400 to 2500 nm). Hyperspectral cubes can be reconstructed with a spectral resolution of up to 3 nm and spatial resolution of up to 7 µm (subject to diffraction) with a high compressive ratio.Keywords: compressive imaging, hyperspectral imaging, near-infrared spectrum, single-pixel camera, visible spectrum
Procedia PDF Downloads 894173 Machine Learning Automatic Detection on Twitter Cyberbullying
Authors: Raghad A. Altowairgi
Abstract:
With the wide spread of social media platforms, young people tend to use them extensively as the first means of communication due to their ease and modernity. But these platforms often create a fertile ground for bullies to practice their aggressive behavior against their victims. Platform usage cannot be reduced, but intelligent mechanisms can be implemented to reduce the abuse. This is where machine learning comes in. Understanding and classifying text can be helpful in order to minimize the act of cyberbullying. Artificial intelligence techniques have expanded to formulate an applied tool to address the phenomenon of cyberbullying. In this research, machine learning models are built to classify text into two classes; cyberbullying and non-cyberbullying. After preprocessing the data in 4 stages; removing characters that do not provide meaningful information to the models, tokenization, removing stop words, and lowering text. BoW and TF-IDF are used as the main features for the five classifiers, which are; logistic regression, Naïve Bayes, Random Forest, XGboost, and Catboost classifiers. Each of them scores 92%, 90%, 92%, 91%, 86% respectively.Keywords: cyberbullying, machine learning, Bag-of-Words, term frequency-inverse document frequency, natural language processing, Catboost
Procedia PDF Downloads 1304172 Allelopathic Effects of Lambsquarters (Chenopodium album) Extract on the Germination and Early Growth of Wheat (Triticum aestivum L.)
Authors: Amir Halabianfar, Jamshid Razmjoo
Abstract:
In order to evaluate the competitive effects of Lambsqua on the germination and early growth of two wheat (Triticum aestivum L.) varieties, an experiment was conducted in laboratory conditions in researches of agronomy, College of agriculture, Isfahan University of Technology in 2015. A laboratory experiment was conducted on a factorial arrangement in a randomized complete design with four replications. Testing factors include two wheat cultivars (Flat and Atila -4) and three level of Lambsqua (Chenopodium album) extract (30, 60 and 90 percent) plus control with no extract. Twenty-five seeds of each wheat varieties were placed in petri dish, then the root extract of lambsqua, which was prepared previously at three levels, was poured on the seeds in each petri dish. The result showed that allelopathic effect of Lambsquarter on germination, root, and shoot dry weight of two varieties was highly significant. Among varieties, the Atila–4 showed minimum germination at 60% while the Flat showed minimum germination at 90% concentration. In case of root dry weight, Atila–4 was more suppressed as compared to Flat at 60% concentration but at 90% concentration, the both wheat varieties were reduced non-significantly. Shoot dry weight of Flat were decreased non-significantly concentrations except Atila -4 that was more reduced at 60 % than 90% concentration.Keywords: allelopathy, Chenopodium album, extract, germination, wheat, early growth
Procedia PDF Downloads 1834171 Fabrication and Characterization of Dissolvable Microneedle Patches Using Different Compositions and Ratios of Hyaluronic Acid and Zinc Oxide Nanoparticles
Authors: Dada Kolawole Segun
Abstract:
Transdermal drug delivery has gained popularity as a non-invasive method for controlled drug release compared to traditional delivery routes. Dissolvable transdermal patches have emerged as a promising platform for delivering a variety of drugs due to their ease of use. The objective of this research was to create and characterize dissolvable transdermal patches using various compositions and ratios of hyaluronic acid and zinc oxide nanoparticles. A micromolding technique was utilized to fabricate the patches, which were subsequently characterized using scanning electron microscopy, atomic force microscopy, and tensile strength testing. In vitro drug release studies were conducted to evaluate the drug release kinetics of the patches. The study found that the mechanical strength and dissolution properties of the patches were influenced by the hyaluronic acid and zinc oxide nanoparticle ratios used in the fabrication process. Moreover, the patches demonstrated controlled delivery of model drugs through the skin, highlighting their potential for transdermal drug delivery applications. The results suggest that dissolvable transdermal patches can be tailored to meet specific requirements for drug delivery applications using different compositions and ratios of hyaluronic acid and zinc oxide nanoparticles. This development has the potential to improve treatment outcomes and patient compliance in various therapeutic areas.Keywords: transdermal drug delivery, characterization, skin permeation, biodegradable materials
Procedia PDF Downloads 914170 Autism Disease Detection Using Transfer Learning Techniques: Performance Comparison between Central Processing Unit vs. Graphics Processing Unit Functions for Neural Networks
Authors: Mst Shapna Akter, Hossain Shahriar
Abstract:
Neural network approaches are machine learning methods used in many domains, such as healthcare and cyber security. Neural networks are mostly known for dealing with image datasets. While training with the images, several fundamental mathematical operations are carried out in the Neural Network. The operation includes a number of algebraic and mathematical functions, including derivative, convolution, and matrix inversion and transposition. Such operations require higher processing power than is typically needed for computer usage. Central Processing Unit (CPU) is not appropriate for a large image size of the dataset as it is built with serial processing. While Graphics Processing Unit (GPU) has parallel processing capabilities and, therefore, has higher speed. This paper uses advanced Neural Network techniques such as VGG16, Resnet50, Densenet, Inceptionv3, Xception, Mobilenet, XGBOOST-VGG16, and our proposed models to compare CPU and GPU resources. A system for classifying autism disease using face images of an autistic and non-autistic child was used to compare performance during testing. We used evaluation matrices such as Accuracy, F1 score, Precision, Recall, and Execution time. It has been observed that GPU runs faster than the CPU in all tests performed. Moreover, the performance of the Neural Network models in terms of accuracy increases on GPU compared to CPU.Keywords: autism disease, neural network, CPU, GPU, transfer learning
Procedia PDF Downloads 1184169 Application of Advanced Remote Sensing Data in Mineral Exploration in the Vicinity of Heavy Dense Forest Cover Area of Jharkhand and Odisha State Mining Area
Authors: Hemant Kumar, R. N. K. Sharma, A. P. Krishna
Abstract:
The study has been carried out on the Saranda in Jharkhand and a part of Odisha state. Geospatial data of Hyperion, a remote sensing satellite, have been used. This study has used a wide variety of patterns related to image processing to enhance and extract the mining class of Fe and Mn ores.Landsat-8, OLI sensor data have also been used to correctly explore related minerals. In this way, various processes have been applied to increase the mineralogy class and comparative evaluation with related frequency done. The Hyperion dataset for hyperspectral remote sensing has been specifically verified as an effective tool for mineral or rock information extraction within the band range of shortwave infrared used. The abundant spatial and spectral information contained in hyperspectral images enables the differentiation of different objects of any object into targeted applications for exploration such as exploration detection, mining.Keywords: Hyperion, hyperspectral, sensor, Landsat-8
Procedia PDF Downloads 1244168 Overcoming Usability Challenges of Educational Math Apps: Designing and Testing a Mobile Graphing Calculator
Authors: M. Tomaschko
Abstract:
The integration of technology in educational settings has gained a lot of interest. Especially the use of mobile devices and accompanying mobile applications can offer great potentials to complement traditional education with new technologies and enrich students’ learning in various ways. Nevertheless, the usability of the deployed mathematics application is an indicative factor to exploit the full potential of technology enhanced learning because directing cognitive load toward using an application will likely inhibit effective learning. For this reason, the purpose of this research study is the identification of possible usability issues of the mobile GeoGebra Graphing Calculator application. Therefore, eye tracking in combination with task scenarios, think aloud method, and a SUS questionnaire were used. Based on the revealed usability issues, the mobile application was iteratively redesigned and assessed in order to verify the success of the usability improvements. In this paper, the identified usability issues are presented, and recommendations on how to overcome these concerns are provided. The main findings relate to the conception of a mathematics keyboard and the interaction design in relation to an equation editor, as well as the representation of geometrical construction tools. In total, 12 recommendations were formed to improve the usability of a mobile graphing calculator application. The benefit to be gained from this research study is not only the improvement of the usability of the existing GeoGebra Graphing Calculator application but also to provide helpful hints that could be considered from designers and developers of mobile math applications.Keywords: GeoGebra, graphing calculator, math education, smartphone, usability
Procedia PDF Downloads 1344167 Adapting Inclusive Residential Models to Match Universal Accessibility and Fire Protection
Authors: Patricia Huedo, Maria José Ruá, Raquel Agost-Felip
Abstract:
Ensuring sustainable development of urban environments means guaranteeing adequate environmental conditions, being resilient and meeting conditions of safety and inclusion for all people, regardless of their condition. All existing buildings should meet basic safety conditions and be equipped with safe and accessible routes, along with visual, acoustic and tactile signals to protect their users or potential visitors, and regardless of whether they undergo rehabilitation or change of use processes. Moreover, from a social perspective, we consider the need to prioritize buildings occupied by the most vulnerable groups of people that currently do not have specific regulations tailored to their needs. Some residential models in operation are not only outside the scope of application of the regulations in force; they also lack a project or technical data that would allow knowing the fire behavior of the construction materials. However, the difficulty and cost involved in adapting the entire building stock to current regulations can never justify the lack of safety for people. Hence, this work develops a simplified model to assess compliance with the basic safety conditions in case of fire and its compatibility with the specific accessibility needs of each user. The purpose is to support the designer in decision making, as well as to contribute to the development of a basic fire safety certification tool to be applied in inclusive residential models. This work has developed a methodology to support designers in adapting Social Services Centers, usually intended to vulnerable people. It incorporates a checklist of 9 items and information from sources or standards that designers can use to justify compliance or propose solutions. For each item, the verification system is justified, and possible sources of consultation are provided, considering the possibility of lacking technical documentation of construction systems or building materials. The procedure is based on diagnosing the degree of compliance with fire conditions of residential models used by vulnerable groups, considering the special accessibility conditions required by each user group. Through visual inspection and site surveying, the verification model can serve as a support tool, significantly streamlining the diagnostic phase and reducing the number of tests to be requested by over 75%. This speeds up and simplifies the diagnostic phase. To illustrate the methodology, two different buildings in the Valencian Region (Spain) have been selected. One case study is a mental health facility for residential purposes, located in a rural area, on the outskirts of a small town; the other one, is a day care facility for individuals with intellectual disabilities, located in a medium-sized city. The comparison between the case studies allow to validate the model in distinct conditions. Verifying compliance with a basic security level can allow a quality seal and a public register of buildings adapted to fire regulations to be established, similarly to what is being done with other types of attributes such as energy performance.Keywords: fire safety, inclusive housing, universal accessibility, vulnerable people
Procedia PDF Downloads 234166 Roof Integrated Photo Voltaic with Air Collection on Glasgow School of Art Campus Building: A Feasibility Study
Authors: Rosalie Menon, Angela Reid
Abstract:
Building integrated photovoltaic systems with air collectors (hybrid PV-T) have proved successful however there are few examples of their application in the UK. The opportunity to pull heat from behind the PV system to contribute to a building’s heating system is an efficient use of waste energy and its potential to improve the performance of the PV array is well documented. As part of Glasgow School of Art’s estate expansion, the purchase and redevelopment of an existing 1950’s college building was used as a testing vehicle for the hybrid PV-T system as an integrated element of the upper floor and roof. The primary objective of the feasibility study was to determine if hybrid PV-T was technically and financially suitable for the refurbished building. The key consideration was whether the heat recovered from the PV panels (to increase the electrical efficiency) can be usefully deployed as a heat source within the building. Dynamic thermal modelling (IES) and RetScreen Software were used to carry out the feasibility study not only to simulate overshadowing and optimise the PV-T locations but also to predict the atrium temperature profile; predict the air load for the proposed new 4 No. roof mounted air handling units and to predict the dynamic electrical efficiency of the PV element. The feasibility study demonstrates that there is an energy reduction and carbon saving to be achieved with each hybrid PV-T option however the systems are subject to lengthy payback periods and highlights the need for enhanced government subsidy schemes to reward innovation with this technology in the UK.Keywords: building integrated, photovoltatic thermal, pre-heat air, ventilation
Procedia PDF Downloads 1714165 Effect of Modified Atmosphere Packaging and Storage Temperatures on Quality of Shelled Raw Walnuts
Authors: M. Javanmard
Abstract:
This study was aimed at analyzing the effects of packaging (MAP) and preservation conditions on the packaged fresh walnut kernel quality. The central composite plan was used for evaluating the effect of oxygen (0–10%), carbon dioxide (0-10%), and temperature (4-26 °C) on qualitative characteristics of walnut kernels. Also, the response level technique was used to find the optimal conditions for interactive effects of factors, as well as estimating the best conditions of process using least amount of testing. Measured qualitative parameters were: peroxide index, color, decreased weight, mould and yeast counting test, and sensory evaluation. The results showed that the defined model for peroxide index, color, weight loss, and sensory evaluation is significant (p < 0.001), so that increase of temperature causes the peroxide value, color variation, and weight loss to increase and it reduces the overall acceptability of walnut kernels. An increase in oxygen percentage caused the color variation level and peroxide value to increase and resulted in lower overall acceptability of the walnuts. An increase in CO2 percentage caused the peroxide value to decrease, but did not significantly affect other indices (p ≥ 0.05). Mould and yeast were not found in any samples. Optimal packaging conditions to achieve maximum quality of walnuts include: 1.46% oxygen, 10% carbon dioxide, and temperature of 4 °C.Keywords: shelled walnut, MAP, quality, storage temperature
Procedia PDF Downloads 3894164 Solid Waste Management through Mushroom Cultivation: An Eco Friendly Approach
Authors: Mary Josephine
Abstract:
Waste of certain process can be the input source of other sectors in order to reduce environmental pollution. Today there are more and more solid wastes are generated, but only very small amount of those are recycled. So, the threatening of environmental pressure to public health is very serious. The methods considered for the treatment of solid waste are biogas tanks or processing to make animal feed and fertilizer, however, they did not perform well. An alternative approach is growing mushrooms on waste residues. This is regarded as an environmental friendly solution with potential economic benefit. The substrate producers do their best to produce quality substrate at low cost. Apart from other methods, this can be achieved by employing biologically degradable wastes used as the resource material component of the substrate. Mushroom growing is a significant tool for the restoration, replenishment and remediation of Earth’s overburdened ecosphere. One of the rational methods of waste utilization involves locally available wastes. The present study aims to find out the yield of mushroom grown on locally available waste for free and to conserve our environment by recycling wastes.Keywords: biodegradable, environment, mushroom, remediation
Procedia PDF Downloads 3974163 Exploring the Issue of Occult Hypoperfusion in the Pre-Hospital Setting
Authors: A. Fordham, A. Hudson
Abstract:
Background: Studies have suggested 16-25% of normotensive trauma patients with no clinical signs of shock have abnormal lactate and BD readings evidencing shock; a phenomenon known as occult hypoperfusion (OH). In light of the scarce quantity of evidence currently documenting OH, this study aimed to identify the prevalence of OH in the pre-hospital setting and explore ways to improve its identification and management. Methods: A quantitative retrospective data analysis was carried out on 75 sets of patient records for trauma patients treated by Kent Surrey Sussex Air Ambulance Trust between November 2013 and October 2014. The KSS HEMS notes and subsequent ED notes were collected. Trends between patients’ SBP on the scene, whether or not they received PRBCs on the scene as well as lactate and BD readings in the ED were assessed. Patients’ KSS HEMS notes written by the HEMS crew were also reviewed and recorded. Results: -Suspected OH was identified in 7% of the patients who did not receive PRBCs in the pre-hospital phase. -SBP heavily influences the physicians’ decision of whether or not to transfuse PRBCs in the pre-hospital phase. Preliminary conclusions: OH is an under-studied and underestimated phenomenon. We suggest a prospective trial is carried out to evaluate whether detecting trauma patients’ tissue perfusion status in the pre-hospital phase using portable devices capable of measuring serum BD and/or lactate could aid more accurate detection and management of all haemorrhaging trauma patients, including patients with OH.Keywords: occult hypoperfusion, PRBC transfusion, point of care testing, pre-hospital emergency medicine, trauma
Procedia PDF Downloads 3594162 Experimental Investigation of Powder Holding Capacities of H13 and H14 Class Activated Carbon Filters Based on En 779 Standard
Authors: Abdullah Işıktaş, Kevser Dincer
Abstract:
The use of HEPA filters for air conditioning systems in clean rooms tends to increase progressively in pharmaceutical, food stuff industries and in hospitals. There are two standards widely used for HEPA filters; the EN 1822 standards published by the European Union, CEN (European Committee for Standardization) and the US based IEST standard (Institute of Environmental Sciences and Technology. Both standards exhibit some differences in the definitions of efficiency and its measurement methods. While IEST standard defines efficiency at the grit diameter of 0.3 µm, the EN 1822 standard takes MPPS (Most Penetrating Particle Size) as the basis of its definition. That is, the most difficult grit size to catch up. On the other hand, while IEST suggests that photometer and grit counters be used for filter testing, in EN 1822 standard, only the grit (grain) counters are recommended for that purpose. In this study, powder holding capacities of H13 and H14 grade materials under the EN 779 standard are investigated experimentally by using activated carbon. Measurements were taken on an experimental set up based on the TS 932 standard. Filter efficiency was measured by injecting test powder at amounts predetermined in the standards into the filters at certain intervals. The data obtained showed that the powder holding capacities of the activated carbon filter are high enough to yield efficiency of around 90% and that the H13 and H14 filters exhibit high efficiency suitable for the standard used.Keywords: activated carbon filters, HEPA filters, powder holding capacities, air conditioning systems
Procedia PDF Downloads 2444161 The Usage of Thermal Regions as a Air Navigation Rule for Unmanned Aircraft Systems
Authors: Resul Fikir
Abstract:
Unmanned Aircraft Systems (UAS) become indispensable parts of modern airpower as force multiplier .One of the main advantages of UAS is long endurance. UAS have to take extra payloads to accomplish different missions but these payloads decrease endurance of aircraft because of increasing drug. There are continuing researches to increase the capability of UAS. There are some vertical thermal air currents, which can cause climb and increase endurance, in nature. Birds and gliders use thermals to gain altitude with no effort. UAS have wide wing which can use of thermals like birds and gliders. Thermal regions, which is area of 2-3 NM, exist all around the world. It is free and clean source. This study analyses if thermal regions can be adopted and implemented as an assistant tool for UAS route planning. First and second part of study will contain information about the thermal regions and current applications about UAS in aviation and climbing performance with a real example. Continuing parts will analyze the contribution of thermal regions to UAS endurance. Contribution is important because planning declaration of UAS navigation rules will be in 2015.Keywords: unmanned aircraft systems, Air4All, thermals, gliders
Procedia PDF Downloads 4004160 Material and Parameter Analysis of the PolyJet Process for Mold Making Using Design of Experiments
Authors: A. Kampker, K. Kreisköther, C. Reinders
Abstract:
Since additive manufacturing technologies constantly advance, the use of this technology in mold making seems reasonable. Many manufacturers of additive manufacturing machines, however, do not offer any suggestions on how to parameterize the machine to achieve optimal results for mold making. The purpose of this research is to determine the interdependencies of different materials and parameters within the PolyJet process by using design of experiments (DoE), to additively manufacture molds, e.g. for thermoforming and injection molding applications. Therefore, the general requirements of thermoforming molds, such as heat resistance, surface quality and hardness, have been identified. Then, different materials and parameters of the PolyJet process, such as the orientation of the printed part, the layer thickness, the printing mode (matte or glossy), the distance between printed parts and the scaling of parts, have been examined. The multifactorial analysis covers the following properties of the printed samples: Tensile strength, tensile modulus, bending strength, elongation at break, surface quality, heat deflection temperature and surface hardness. The key objective of this research is that by joining the results from the DoE with the requirements of the mold making, optimal and tailored molds can be additively manufactured with the PolyJet process. These additively manufactured molds can then be used in prototyping processes, in process testing and in small to medium batch production.Keywords: additive manufacturing, design of experiments, mold making, PolyJet, 3D-Printing
Procedia PDF Downloads 2554159 Long-Term Field Performance of Paving Fabric Interlayer Systems to Reduce Reflective Cracking
Authors: Farshad Amini, Kejun Wen
Abstract:
The formation of reflective cracking of pavement overlays has confronted highway engineers for many years. Stress-relieving interlayers, such as paving fabrics, have been used in an attempt to reduce or delay reflective cracking. The effectiveness of paving fabrics in reducing reflection cracking is related to joint or crack movement in the underlying pavement, crack width, overlay thickness, subgrade conditions, climate, and traffic volume. The nonwoven geotextiles are installed between the old and new asphalt layers. Paving fabrics enhance performance through two mechanisms: stress relief and waterproofing. Several factors including proper installation, remedial work performed before overlay, overlay thickness, variability of pavement strength, existing pavement condition, base/subgrade support condition, and traffic volume affect the performance. The primary objective of this study was to conduct a long-term monitoring of the paving fabric interlayer systems to evaluate its effectiveness and performance. A comprehensive testing, monitoring, and analysis program were undertaken, where twelve 500-ft pavement sections of a four-lane highway were rehabilitated, and then monitored for seven years. A comparison between the performance of paving fabric treatment systems and control sections is reported. Lessons learned, and the various factors are discussed.Keywords: monitoring, paving fabrics, performance, reflective cracking
Procedia PDF Downloads 3334158 Study of Corrosion Behavior of Experimental Alloys with Different Levels of Cr and High Levels of Mo Compared to Aisi 444
Authors: Ana P. R. N. Barroso, Maurício N. Kleinberg, Frederico R. Silva, Rodrigo F. Guimarães, Marcelo M. V. Parente, Walney S. Araújo
Abstract:
The fight against accelerated wear of the equipment used in the oil and gas sector is a challenge for minimizing maintenance costs. Corrosion being one of the main agents of equipment deterioration, we seek alternative materials that exhibit improved corrosion resistance at low cost of production. This study aims to evaluate the corrosion behavior of experimental alloys containing 15% and 17% of chromium (Cr) and 5% of molybdenum (Mo) in comparison with an AISI 444 commercial alloy. Microstructural analyzes were performed on samples of the alloys before and after the electrochemical tests. Two samples of each solubilized alloy were also taken for analysis of the corrosion behavior by testing potentiodynamic polarization (PP) and Electrochemical Impedance Spectroscopy (EIS) with immersion time of 24 hours in electrolytic solution with acidic character. The graphics obtained through electrochemical tests of PP and EIS indicated that among the experimental alloys, the alloy with higher chromium content (17%) had a higher corrosion resistance, confirming the beneficial effect of adding chromium. When comparing the experimental alloys with the AISI 444 commercial alloy, it is observed that the AISI 444 commercial alloy showed superior corrosion resistance to that of the experimental alloys for both assays, PP and EIS. The microstructural analyzes performed after the PP and EIS tests confirmed the results previously described. These results suggest that the addition of these levels of molybdenum did not favor the electrochemical behavior of experimental ferritic alloys for the electrolytic medium studied.Keywords: corrosion, molybdenum, electrochemical tests, experimental alloys
Procedia PDF Downloads 5734157 Group Decision Making through Interval-Valued Intuitionistic Fuzzy Soft Set TOPSIS Method Using New Hybrid Score Function
Authors: Syed Talib Abbas Raza, Tahseen Ahmed Jilani, Saleem Abdullah
Abstract:
This paper presents interval-valued intuitionistic fuzzy soft sets based TOPSIS method for group decision making. The interval-valued intuitionistic fuzzy soft set is a mutation of an interval-valued intuitionistic fuzzy set and soft set. In group decision making problems IVIFSS makes the process much more algebraically elegant. We have used weighted arithmetic averaging operator for aggregating the information and define a new Hybrid Score Function as metric tool for comparison between interval-valued intuitionistic fuzzy values. In an illustrative example we have applied the developed method to a criminological problem. We have developed a group decision making model for integrating the imprecise and hesitant evaluations of multiple law enforcement agencies working on target killing cases in the country.Keywords: group decision making, interval-valued intuitionistic fuzzy soft set, TOPSIS, score function, criminology
Procedia PDF Downloads 6044156 Modeling and Analyzing Controversy in Large-Scale Cyber-Argumentation
Authors: Najla Althuniyan
Abstract:
Online discussions take place across different platforms. These discussions have the potential to extract crowd wisdom and capture the collective intelligence from a different perspective. However, certain phenomena, such as controversy, often appear in online argumentation that makes the discussion between participants heated. Heated discussions can be used to extract new knowledge. Therefore, detecting the presence of controversy is an essential task to determine if collective intelligence can be extracted from online discussions. This paper uses existing measures for estimating controversy quantitatively in cyber-argumentation. First, it defines controversy in different fields, and then it identifies the attributes of controversy in online discussions. The distributions of user opinions and the distance between opinions are used to calculate the controversial degree of a discussion. Finally, the results from each controversy measure are discussed and analyzed using an empirical study generated by a cyber-argumentation tool. This is an improvement over the existing measurements because it does not require ground-truth data or specific settings and can be adapted to distribution-based or distance-based opinions.Keywords: online argumentation, controversy, collective intelligence, agreement analysis, collaborative decision-making, fuzzy logic
Procedia PDF Downloads 1164155 Using Emerging Hot Spot Analysis to Analyze Overall Effectiveness of Policing Policy and Strategy in Chicago
Authors: Tyler Gill, Sophia Daniels
Abstract:
The paper examines how accessing the spatial-temporal constrains of data will help inform policymakers and law enforcement officials. The authors utilize Chicago crime data from 2006-2016 to demonstrate how the Emerging Hot Spot Tool is an ideal hot spot clustering approach to analyze crime data. Traditional approaches include density maps or creating a spatial weights matrix to include the spatial-temporal constrains. This new approach utilizes a space-time implementation of the Getis-Ord Gi* statistic to visualize the data more quickly to make better decisions. The research will help complement socio-cultural research to find key patterns to help frame future policies and evaluate the implementation of prior strategies. Through this analysis, homicide trends and patterns are found more effectively and recommendations for use by non-traditional users of GIS are offered for real life implementation.Keywords: crime mapping, emerging hot spot analysis, Getis-Ord Gi*, spatial-temporal analysis
Procedia PDF Downloads 2444154 A Palmprint Identification System Based Multi-Layer Perceptron
Authors: David P. Tantua, Abdulkader Helwan
Abstract:
Biometrics has been recently used for the human identification systems using the biological traits such as the fingerprints and iris scanning. Identification systems based biometrics show great efficiency and accuracy in such human identification applications. However, these types of systems are so far based on some image processing techniques only, which may decrease the efficiency of such applications. Thus, this paper aims to develop a human palmprint identification system using multi-layer perceptron neural network which has the capability to learn using a backpropagation learning algorithms. The developed system uses images obtained from a public database available on the internet (CASIA). The processing system is as follows: image filtering using median filter, image adjustment, image skeletonizing, edge detection using canny operator to extract features, clear unwanted components of the image. The second phase is to feed those processed images into a neural network classifier which will adaptively learn and create a class for each different image. 100 different images are used for training the system. Since this is an identification system, it should be tested with the same images. Therefore, the same 100 images are used for testing it, and any image out of the training set should be unrecognized. The experimental results shows that this developed system has a great accuracy 100% and it can be implemented in real life applications.Keywords: biometrics, biological traits, multi-layer perceptron neural network, image skeletonizing, edge detection using canny operator
Procedia PDF Downloads 3714153 Model-Based Process Development for the Comparison of a Radial Riveting and Roller Burnishing Process in Mechanical Joining Technology
Authors: Tobias Beyer, Christoph Friedrich
Abstract:
Modern simulation methodology using finite element models is nowadays a recognized tool for product design/optimization. Likewise, manufacturing process design is increasingly becoming the focus of simulation methodology in order to enable sustainable results based on reduced real-life tests here as well. In this article, two process simulations -radial riveting and roller burnishing- used for mechanical joining of components are explained. In the first step, the required boundary conditions are developed and implemented in the respective simulation models. This is followed by process space validation. With the help of the validated models, the interdependencies of the input parameters are investigated and evaluated by means of sensitivity analyses. Limit case investigations are carried out and evaluated with the aid of the process simulations. Likewise, a comparison of the two joining methods to each other becomes possible.Keywords: FEM, model-based process development, process simulation, radial riveting, roller burnishing, sensitivity analysis
Procedia PDF Downloads 1104152 A Study of Mental Health of Higher Secondary School Going Children in Rural Area
Authors: Tanmay L. Joshi
Abstract:
The Mental health allows children and young people to develop the resilience to cope with whatever life throws at them and grow into well-rounded, healthy adults. In urban area, many health professionals are working for the well being for younger population. There is so much of potential in rural area. However, the rural population is somehow neglected. Apart from lack of availability of basic needs like transport, electricity, telecommunication etc; the Psychological health is also overlooked in such area. There are no mental health professionals like Psychologists, counselors etc. So the researcher tries to throw some light on the mental health of Higher Secondary School going children in rural area. The current research tries to study the Mental Health (Confidence, Sociability and Neurotic Tendency) of Higher Secondary School going children. Researchers have used the tool Vyaktitva Shodhika (a personality inventory) by Dr. U. Khire (JPIP,Pune). The Sample size is 45 (N= 40, 24 boys/21 girls). The present study may provide a good support to inculcate emotional-management programs for higher secondary school going children in rural areas.Keywords: mental health, neurotic tendency, rural area, school going children
Procedia PDF Downloads 5914151 Data Gathering and Analysis for Arabic Historical Documents
Authors: Ali Dulla
Abstract:
This paper introduces a new dataset (and the methodology used to generate it) based on a wide range of historical Arabic documents containing clean data simple and homogeneous-page layouts. The experiments are implemented on printed and handwritten documents obtained respectively from some important libraries such as Qatar Digital Library, the British Library and the Library of Congress. We have gathered and commented on 150 archival document images from different locations and time periods. It is based on different documents from the 17th-19th century. The dataset comprises differing page layouts and degradations that challenge text line segmentation methods. Ground truth is produced using the Aletheia tool by PRImA and stored in an XML representation, in the PAGE (Page Analysis and Ground truth Elements) format. The dataset presented will be easily available to researchers world-wide for research into the obstacles facing various historical Arabic documents such as geometric correction of historical Arabic documents.Keywords: dataset production, ground truth production, historical documents, arbitrary warping, geometric correction
Procedia PDF Downloads 1684150 Use of a New Multiplex Quantitative Polymerase Chain Reaction Based Assay for Simultaneous Detection of Neisseria Meningitidis, Escherichia Coli K1, Streptococcus agalactiae, and Streptococcus pneumoniae
Authors: Nastaran Hemmati, Farhad Nikkhahi, Amir Javadi, Sahar Eskandarion, Seyed Mahmuod Amin Marashi
Abstract:
Neisseria meningitidis, Escherichia coli K, Streptococcus agalactiae, and Streptococcus pneumoniae cause 90% of bacterial meningitis. Almost all infected people die or have irreversible neurological complications. Therefore, it is essential to have a diagnostic kit with the ability to quickly detect these fatal infections. The project involved 212 patients from whom cerebrospinal fluid samples were obtained. After total genome extraction and performing multiplex quantitative polymerase chain reaction (qPCR), the presence or absence of each infectious factor was determined by comparing with standard strains. The specificity, sensitivity, positive predictive value, and negative predictive value calculated were 100%, 92.9%, 50%, and 100%, respectively. So, due to the high specificity and sensitivity of the designed primers, they can be used instead of bacterial culture that takes at least 24 to 48 hours. The remarkable benefit of this method is associated with the speed (up to 3 hours) at which the procedure could be completed. It is also worth noting that this method can reduce the personnel unintentional errors which may occur in the laboratory. On the other hand, as this method simultaneously identifies four common factors that cause bacterial meningitis, it could be used as an auxiliary method diagnostic technique in laboratories particularly in cases of emergency medicine.Keywords: cerebrospinal fluid, meningitis, quantitative polymerase chain reaction, simultaneous detection, diagnosis testing
Procedia PDF Downloads 1164149 Ultra-High Precision Diamond Turning of Infrared Lenses
Authors: Khaled Abou-El-Hossein
Abstract:
The presentation will address the features of two IR convex lenses that have been manufactured using an ultra-high precision machining centre based on single-point diamond turning. The lenses are made from silicon and germanium with a radius of curvature of 500 mm. Because of the brittle nature of silicon and germanium, machining parameters were selected in such a way that ductile regime was achieved. The cutting speed was 800 rpm while the feed rate and depth cut were 20 mm/min and 20 um, respectively. Although both materials comprise a mono-crystalline microstructure and are quite similar in terms of optical properties, machining of silicon was accompanied with more difficulties in terms of form accuracy compared to germanium machining. The P-V error of the silicon profile was 0.222 um while it was only 0.055 um for the germanium lens. This could be attributed to the accelerated wear that takes place on the tool edge when turning mono-crystalline silicon. Currently, we are using other ranges of the machining parameters in order to determine their optimal range that could yield satisfactory performance in terms of form accuracy when fabricating silicon lenses.Keywords: diamond turning, optical surfaces, precision machining, surface roughness
Procedia PDF Downloads 3174148 Maintaining a Motivated Workforce in the Malaysian Armed Forces
Authors: Gerard Lawrence
Abstract:
This paper gives an in-depth discussion on Motivation in the Malaysian Armed Forces; highlighting it as a powerful and important tool upon which the well-being of an entire (or any) organization rests. It starts with the literal definition of the word and then the psychological aspects of it detailing the intricate mechanics and fundamentals in order to accurately and systematically harness it to create a motivated workforce. It then describes the types of motivation; positive and negative, its many facets and manifestation, clearly identifying each one point by point as well as drawing examples. The paper also deals with certain controversial practices like favoritism; nepotism and provides examples of military motivation both in historic and contemporary context. It strips the current system (and its flaws) to build, nurture and maintain motivation in the future. It shows how “past practice” may not necessarily be “best practice”, by providing the building blocks necessary to move forward and cautions on the inter-relation and differences between morale and motivation. As a conclusion the paper coins a theory of working in shifts for the military and urges careful research and planning as to IF this can raise if not maintain motivation in the new era.Keywords: armed forces, Malaysia, motivation, military psychology
Procedia PDF Downloads 4354147 A Look at the Quantum Theory of Atoms in Molecules from the Discrete Morse Theory
Authors: Dairo Jose Hernandez Paez
Abstract:
The quantum theory of atoms in molecules (QTAIM) allows us to obtain topological information on electronic density in quantum mechanical systems. The QTAIM starts by considering the electron density as a continuous mathematical object. On the other hand, the discretization of electron density is also a mathematical object, which, from discrete mathematics, would allow a new approach to its topological study. From this point of view, it is necessary to develop a series of steps that provide the theoretical support that guarantees its application. Some of the steps that we consider most important are mentioned below: (1) obtain good representations of the electron density through computational calculations, (2) design a methodology for the discretization of electron density, and construct the simplicial complex. (3) Make an analysis of the discrete vector field associating the simplicial complex. (4) Finally, in this research, we propose to use the discrete Morse theory as a mathematical tool to carry out studies of electron density topology.Keywords: discrete mathematics, Discrete Morse theory, electronic density, computational calculations
Procedia PDF Downloads 1044146 Fluorescent Analysis of Gold Nanoclusters-Wool Keratin Addition to Copper Ions
Authors: Yao Xing, Hong Ling Liu, Wei Dong Yu
Abstract:
With the increase of global population, it is of importance for the safe water supply, while, the water-monitoring method with the capability of rapidness, low-cost, green and robustness remains unsolved. In this paper, gold nanoclusters-wool keratin is added into copper ions measured by fluorescent method in order to probe copper ions in aqueous solution. The fluorescent results show that gold nanoclusters-wool keratin exhibits high stability of pHs, while it is sensitive to temperature and time. Based on Gauss fitting method, the results exhibit that the slope of gold nanoclusters-wool keratin with pH resolution under acidic condition is higher compared to it under alkaline solutions. Besides, gold nanoclusters-wool keratin added into copper ions shows a fluorescence turn-off response transferring from red to blue under UV light, leading to the dramatically decreased fluorescent intensity of gold nanoclusters-wool keratin solution located at 690 nm. Moreover, the limited concentration of copper ions tested by gold nanoclusters-wool keratin system is around 1 µmol/L, which meets the need of detection standards. The fitting slope of Stern-Volmer plot at low concentration of copper ions is larger than it at high concentrations, which indicates that aggregated gold nanoclusters are from small amounts to large numbers with the increasing concentration of copper ions. It is expected to provide novel method and materials for copper ions testing with low cost, high efficiency, and easy operability.Keywords: gold nanoclusters, copper ions, wool keratin, fluorescence
Procedia PDF Downloads 253