Search results for: multi attribute analysis
29388 Physicochemical and Antioxidative Characteristics of Black Bean Protein Hydrolysates Obtained from Different Enzymes
Authors: Zhaojun Zheng, Yuanfa Liu, Jiaxin Li, Jinwei Li, Yong-jiang Xu, Chen Cao
Abstract:
Black bean is an excellent protein source for preparing hydrolysates, which attract much attention due to their biological activity. The objective of this study was to characterize the physicochemical and antioxidant properties of black bean protein, hydrolyzed by ficin, bromelain or alcalase until 300 min of hydrolysis. Results showed that bromelain and alcalase hydrolysates possessed a higher degree of hydrolysis (DH) than that of ficin, thereby presenting different ultraviolet absorption, fluorescence intensity, and circular dichroism. Moreover, all hydrolysates possessed the capacity to scavenge DPPH radical with the lowest IC₅₀ of 21.11 µg/mL, as well as to chelate ferrous ion (Fe²⁺) with the IC₅₀ values ranging from 6.82 to 30.68 µg/mL. Intriguingly, the oxidation of linoleic acid, sunflower oil, and sunflower oil-in-water emulsion was remarkedly retarded by the three selected protein hydrolysates, especially by bromelain-treated protein hydrolysate, which might attribute to their high hydrophobicity and emulsifying properties. These findings can provide strong support for black bean protein hydrolysates to be employed in food products acting as natural antioxidant alternatives.Keywords: antioxidant activity, black bean protein hydrolysate, emulsion physicochemical properties, sunflower oil
Procedia PDF Downloads 13729387 Cleaning of Scientific References in Large Patent Databases Using Rule-Based Scoring and Clustering
Authors: Emiel Caron
Abstract:
Patent databases contain patent related data, organized in a relational data model, and are used to produce various patent statistics. These databases store raw data about scientific references cited by patents. For example, Patstat holds references to tens of millions of scientific journal publications and conference proceedings. These references might be used to connect patent databases with bibliographic databases, e.g. to study to the relation between science, technology, and innovation in various domains. Problematic in such studies is the low data quality of the references, i.e. they are often ambiguous, unstructured, and incomplete. Moreover, a complete bibliographic reference is stored in only one attribute. Therefore, a computerized cleaning and disambiguation method for large patent databases is developed in this work. The method uses rule-based scoring and clustering. The rules are based on bibliographic metadata, retrieved from the raw data by regular expressions, and are transparent and adaptable. The rules in combination with string similarity measures are used to detect pairs of records that are potential duplicates. Due to the scoring, different rules can be combined, to join scientific references, i.e. the rules reinforce each other. The scores are based on expert knowledge and initial method evaluation. After the scoring, pairs of scientific references that are above a certain threshold, are clustered by means of single-linkage clustering algorithm to form connected components. The method is designed to disambiguate all the scientific references in the Patstat database. The performance evaluation of the clustering method, on a large golden set with highly cited papers, shows on average a 99% precision and a 95% recall. The method is therefore accurate but careful, i.e. it weighs precision over recall. Consequently, separate clusters of high precision are sometimes formed, when there is not enough evidence for connecting scientific references, e.g. in the case of missing year and journal information for a reference. The clusters produced by the method can be used to directly link the Patstat database with bibliographic databases as the Web of Science or Scopus.Keywords: clustering, data cleaning, data disambiguation, data mining, patent analysis, scientometrics
Procedia PDF Downloads 19429386 Lexical Semantic Analysis to Support Ontology Modeling of Maintenance Activities– Case Study of Offshore Riser Integrity
Authors: Vahid Ebrahimipour
Abstract:
Word representation and context meaning of text-based documents play an essential role in knowledge modeling. Business procedures written in natural language are meant to store technical and engineering information, management decision and operation experience during the production system life cycle. Context meaning representation is highly dependent upon word sense, lexical relativity, and sematic features of the argument. This paper proposes a method for lexical semantic analysis and context meaning representation of maintenance activity in a mass production system. Our approach constructs a straightforward lexical semantic approach to analyze facilitates semantic and syntactic features of context structure of maintenance report to facilitate translation, interpretation, and conversion of human-readable interpretation into computer-readable representation and understandable with less heterogeneity and ambiguity. The methodology will enable users to obtain a representation format that maximizes shareability and accessibility for multi-purpose usage. It provides a contextualized structure to obtain a generic context model that can be utilized during the system life cycle. At first, it employs a co-occurrence-based clustering framework to recognize a group of highly frequent contextual features that correspond to a maintenance report text. Then the keywords are identified for syntactic and semantic extraction analysis. The analysis exercises causality-driven logic of keywords’ senses to divulge the structural and meaning dependency relationships between the words in a context. The output is a word contextualized representation of maintenance activity accommodating computer-based representation and inference using OWL/RDF.Keywords: lexical semantic analysis, metadata modeling, contextual meaning extraction, ontology modeling, knowledge representation
Procedia PDF Downloads 10529385 Aerodynamic Optimum Nose Shape Change of High-Speed Train by Design Variable Variation
Authors: Minho Kwak, Suhwan Yun, Choonsoo Park
Abstract:
Nose shape optimizations of high-speed train are performed for the improvement of aerodynamic characteristics. Based on the commercial train, KTX-Sancheon, multi-objective optimizations are conducted for the improvement of the side wind stability and the micro-pressure wave following the optimization for the reduction of aerodynamic drag. 3D nose shapes are modelled by the Vehicle Modeling Function. Aerodynamic drag and side wind stability are calculated by three-dimensional compressible Navier-Stokes solver, and micro pressure wave is done by axi-symmetric compressible Navier-Stokes solver. The Maxi-min Latin Hypercube Sampling method is used to extract sampling points to construct the approximation model. The kriging model is constructed for the approximation model and the NSGA-II algorithm was used as the multi-objective optimization algorithm. Nose length, nose tip height, and lower surface curvature are design variables. Because nose length is a dominant variable for aerodynamic characteristics of train nose, two optimization processes are progressed respectively with and without the design variable, nose length. Each pareto set was obtained and each optimized nose shape is selected respectively considering Honam high-speed rail line infrastructure in South Korea. Through the optimization process with the nose length, when compared to KTX Sancheon, aerodynamic drag was reduced by 9.0%, side wind stability was improved by 4.5%, micro-pressure wave was reduced by 5.4% whereas aerodynamic drag by 7.3%, side wind stability by 3.9%, micro-pressure wave by 3.9%, without the nose length. As a result of comparison between two optimized shapes, similar shapes are extracted other than the effect of nose length.Keywords: aerodynamic characteristics, design variable, multi-objective optimization, train nose shape
Procedia PDF Downloads 34729384 Image Captioning with Vision-Language Models
Authors: Promise Ekpo Osaine, Daniel Melesse
Abstract:
Image captioning is an active area of research in the multi-modal artificial intelligence (AI) community as it connects vision and language understanding, especially in settings where it is required that a model understands the content shown in an image and generates semantically and grammatically correct descriptions. In this project, we followed a standard approach to a deep learning-based image captioning model, injecting architecture for the encoder-decoder setup, where the encoder extracts image features, and the decoder generates a sequence of words that represents the image content. As such, we investigated image encoders, which are ResNet101, InceptionResNetV2, EfficientNetB7, EfficientNetV2M, and CLIP. As a caption generation structure, we explored long short-term memory (LSTM). The CLIP-LSTM model demonstrated superior performance compared to the encoder-decoder models, achieving a BLEU-1 score of 0.904 and a BLEU-4 score of 0.640. Additionally, among the CNN-LSTM models, EfficientNetV2M-LSTM exhibited the highest performance with a BLEU-1 score of 0.896 and a BLEU-4 score of 0.586 while using a single-layer LSTM.Keywords: multi-modal AI systems, image captioning, encoder, decoder, BLUE score
Procedia PDF Downloads 7729383 Symbolic Computation for the Multi-Soliton Solutions of a Class of Fifth-Order Evolution Equations
Authors: Rafat Alshorman, Fadi Awawdeh
Abstract:
By employing a simplified bilinear method, a class of generalized fifth-order KdV (gfKdV) equations which arise in nonlinear lattice, plasma physics and ocean dynamics are investigated. With the aid of symbolic computation, both solitary wave solutions and multiple-soliton solutions are obtained. These new exact solutions will extend previous results and help us explain the properties of nonlinear solitary waves in many physical models in shallow water. Parametric analysis is carried out in order to illustrate that the soliton amplitude, width and velocity are affected by the coefficient parameters in the equation.Keywords: multiple soliton solutions, fifth-order evolution equations, Cole-Hopf transformation, Hirota bilinear method
Procedia PDF Downloads 31929382 The Effects of Lithofacies on Oil Enrichment in Lucaogou Formation Fine-Grained Sedimentary Rocks in Santanghu Basin, China
Authors: Guoheng Liu, Zhilong Huang
Abstract:
For more than the past ten years, oil and gas production from marine shale such as the Barnett shale. In addition, in recent years, major breakthroughs have also been made in lacustrine shale gas exploration, such as the Yanchang Formation of the Ordos Basin in China. Lucaogou Formation shale, which is also lacustrine shale, has also yielded a high production in recent years, for wells such as M1, M6, and ML2, yielding a daily oil production of 5.6 tons, 37.4 tons and 13.56 tons, respectively. Lithologic identification and classification of reservoirs are the base and keys to oil and gas exploration. Lithology and lithofacies obviously control the distribution of oil and gas in lithological reservoirs, so it is of great significance to describe characteristics of lithology and lithofacies of reservoirs finely. Lithofacies is an intrinsic property of rock formed under certain conditions of sedimentation. Fine-grained sedimentary rocks such as shale formed under different sedimentary conditions display great particularity and distinctiveness. Hence, to our best knowledge, no constant and unified criteria and methods exist for fine-grained sedimentary rocks regarding lithofacies definition and classification. Consequently, multi-parameters and multi-disciplines are necessary. A series of qualitative descriptions and quantitative analysis were used to figure out the lithofacies characteristics and its effect on oil accumulation of Lucaogou formation fine-grained sedimentary rocks in Santanghu basin. The qualitative description includes core description, petrographic thin section observation, fluorescent thin-section observation, cathode luminescence observation and scanning electron microscope observation. The quantitative analyses include X-ray diffraction, total organic content analysis, ROCK-EVAL.II Methodology, soxhlet extraction, porosity and permeability analysis and oil saturation analysis. Three types of lithofacies were mainly well-developed in this study area, which is organic-rich massive shale lithofacies, organic-rich laminated and cloddy hybrid sedimentary lithofacies and organic-lean massive carbonate lithofacies. Organic-rich massive shale lithofacies mainly include massive shale and tuffaceous shale, of which quartz and clay minerals are the major components. Organic-rich laminated and cloddy hybrid sedimentary lithofacies contain lamina and cloddy structure. Rocks from this lithofacies chiefly consist of dolomite and quartz. Organic-lean massive carbonate lithofacies mainly contains massive bedding fine-grained carbonate rocks, of which fine-grained dolomite accounts for the main part. Organic-rich massive shale lithofacies contain the highest content of free hydrocarbon and solid organic matter. Moreover, more pores were developed in organic-rich massive shale lithofacies. Organic-lean massive carbonate lithofacies contain the lowest content solid organic matter and develop the least amount of pores. Organic-rich laminated and cloddy hybrid sedimentary lithofacies develop the largest number of cracks and fractures. To sum up, organic-rich massive shale lithofacies is the most favorable type of lithofacies. Organic-lean massive carbonate lithofacies is impossible for large scale oil accumulation.Keywords: lithofacies classification, tuffaceous shale, oil enrichment, Lucaogou formation
Procedia PDF Downloads 22029381 Multi-Scale Spatial Difference Analysis Based on Nighttime Lighting Data
Authors: Qinke Sun, Liang Zhou
Abstract:
The ‘Dragon-Elephant Debate’ between China and India is an important manifestation of global multipolarity in the 21st century. The two rising powers have carried out economic reforms one after another in the interval of more than ten years, becoming the fastest growing developing country and emerging economy in the world. At the same time, the development differences between China and India have gradually attracted wide attention of scholars. Based on the continuous annual night light data (DMSP-OLS) from 1992 to 2012, this paper systematically compares and analyses the regional development differences between China and India by Gini coefficient, coefficient of variation, comprehensive night light index (CNLI) and hot spot analysis. The results show that: (1) China's overall expansion from 1992 to 2012 is 1.84 times that of India, in which China's change is 2.6 times and India's change is 2 times. The percentage of lights in unlighted areas in China dropped from 92% to 82%, while that in India from 71% to 50%. (2) China's new growth-oriented cities appear in Hohhot, Inner Mongolia, Ordos, and Urumqi in the west, and the declining cities are concentrated in Liaoning Province and Jilin Province in the northeast; India's new growth-oriented cities are concentrated in Chhattisgarh in the north, while the declining areas are distributed in Uttar Pradesh. (3) China's differences on different scales are lower than India's, and regional inequality of development is gradually narrowing. Gini coefficients at the regional and provincial levels have decreased from 0.29, 0.44 to 0.24 and 0.38, respectively, while regional inequality in India has slowly improved and regional differences are gradually widening, with Gini coefficients rising from 0.28 to 0.32. The provincial Gini coefficient decreased slightly from 0.64 to 0.63. (4) The spatial pattern of China's regional development is mainly east-west difference, which shows the difference between coastal and inland areas; while the spatial pattern of India's regional development is mainly north-south difference, but because the southern states are sea-dependent, it also reflects the coastal inland difference to a certain extent. (5) Beijing and Shanghai present a multi-core outward expansion model, with an average annual CNLI higher than 0.01, while New Delhi and Mumbai present the main core enhancement expansion model, with an average annual CNLI lower than 0.01, of which the average annual CNLI in Shanghai is about five times that in Mumbai.Keywords: spatial pattern, spatial difference, DMSP-OLS, China, India
Procedia PDF Downloads 15529380 Marginal Productivity of Small Scale Yam and Cassava Farmers in Kogi State, Nigeria: Data Envelopment Analysis as a Complement
Authors: M. A. Ojo, O. A. Ojo, A. I. Odine, A. Ogaji
Abstract:
The study examined marginal productivity analysis of small scale yam and cassava farmers in Kogi State, Nigeria. Data used for the study were obtained from primary source using a multi-stage sampling technique with structured questionnaires administered to 150 randomly selected yam and cassava farmers from three Local Government Areas of the State. Description statistics, data envelopment analysis and Cobb-Douglas production function were used to analyze the data. The DEA result on the overall technical efficiency of the farmers showed that 40% of the sampled yam and cassava farmers in the study area were operating at frontier and optimum level of production with mean technical efficiency of 1.00. This implies that 60% of the yam and cassava farmers in the study area can still improve their level of efficiency through better utilization of available resources, given the current state of technology. The results of the Cobb-Douglas analysis of factors affecting the output of yam and cassava farmers showed that labour, planting materials, fertilizer and capital inputs positively and significantly affected the output of the yam and cassava farmers in the study area. The study further revealed that yam and cassava farms in the study area operated under increasing returns to scale. This result of marginal productivity analysis further showed that relatively efficient farms were more marginally productive in resource utilization This study also shows that estimating production functions without separating the farms to efficient and inefficient farms bias the parameter values obtained from such production function. It is therefore recommended that yam and cassava farmers in the study area should form cooperative societies so as to enable them have access to productive inputs that will enable them expand. Also, since using a single equation model for production function produces a bias parameter estimates as confirmed above, farms should, therefore, be decomposed into efficient and inefficient ones before production function estimation is done.Keywords: marginal productivity, DEA, production function, Kogi state
Procedia PDF Downloads 48229379 A Fuzzy Multiobjective Model for Bed Allocation Optimized by Artificial Bee Colony Algorithm
Authors: Jalal Abdulkareem Sultan, Abdulhakeem Luqman Hasan
Abstract:
With the development of health care systems competition, hospitals face more and more pressures. Meanwhile, resource allocation has a vital effect on achieving competitive advantages in hospitals. Selecting the appropriate number of beds is one of the most important sections in hospital management. However, in real situation, bed allocation selection is a multiple objective problem about different items with vagueness and randomness of the data. It is very complex. Hence, research about bed allocation problem is relatively scarce under considering multiple departments, nursing hours, and stochastic information about arrival and service of patients. In this paper, we develop a fuzzy multiobjective bed allocation model for overcoming uncertainty and multiple departments. Fuzzy objectives and weights are simultaneously applied to help the managers to select the suitable beds about different departments. The proposed model is solved by using Artificial Bee Colony (ABC), which is a very effective algorithm. The paper describes an application of the model, dealing with a public hospital in Iraq. The results related that fuzzy multi-objective model was presented suitable framework for bed allocation and optimum use.Keywords: bed allocation problem, fuzzy logic, artificial bee colony, multi-objective optimization
Procedia PDF Downloads 32429378 An Efficient Robot Navigation Model in a Multi-Target Domain amidst Static and Dynamic Obstacles
Authors: Michael Ayomoh, Adriaan Roux, Oyindamola Omotuyi
Abstract:
This paper presents an efficient robot navigation model in a multi-target domain amidst static and dynamic workspace obstacles. The problem is that of developing an optimal algorithm to minimize the total travel time of a robot as it visits all target points within its task domain amidst unknown workspace obstacles and finally return to its initial position. In solving this problem, a classical algorithm was first developed to compute the optimal number of paths to be travelled by the robot amidst the network of paths. The principle of shortest distance between robot and targets was used to compute the target point visitation order amidst workspace obstacles. Algorithm premised on the standard polar coordinate system was developed to determine the length of obstacles encountered by the robot hence giving room for a geometrical estimation of the total surface area occupied by the obstacle especially when classified as a relevant obstacle i.e. obstacle that lies in between a robot and its potential visitation point. A stochastic model was developed and used to estimate the likelihood of a dynamic obstacle bumping into the robot’s navigation path and finally, the navigation/obstacle avoidance algorithm was hinged on the hybrid virtual force field (HVFF) method. Significant modelling constraints herein include the choice of navigation path to selected target points, the possible presence of static obstacles along a desired navigation path and the likelihood of encountering a dynamic obstacle along the robot’s path and the chances of it remaining at this position as a static obstacle hence resulting in a case of re-routing after routing. The proposed algorithm demonstrated a high potential for optimal solution in terms of efficiency and effectiveness.Keywords: multi-target, mobile robot, optimal path, static obstacles, dynamic obstacles
Procedia PDF Downloads 28129377 Automotive Emotions: An Investigation of Their Natures, Frequencies of Occurrence and Causes
Authors: Marlene Weber, Joseph Giacomin, Alessio Malizia, Lee Skrypchuk, Voula Gkatzidou
Abstract:
Technological and sociological developments in the automotive sector are shifting the focus of design towards developing a better understanding of driver needs, desires and emotions. Human centred design methods are being more frequently applied to automotive research, including the use of systems to detect human emotions in real-time. One method for a non-contact measurement of emotion with low intrusiveness is Facial-Expression Analysis (FEA). This paper describes a research study investigating emotional responses of 22 participants in a naturalistic driving environment by applying a multi-method approach. The research explored the possibility to investigate emotional responses and their frequencies during naturalistic driving through real-time FEA. Observational analysis was conducted to assign causes to the collected emotional responses. In total, 730 emotional responses were measured in the collective study time of 440 minutes. Causes were assigned to 92% of the measured emotional responses. This research establishes and validates a methodology for the study of emotions and their causes in the driving environment through which systems and factors causing positive and negative emotional effects can be identified.Keywords: affective computing, case study, emotion recognition, human computer interaction
Procedia PDF Downloads 20329376 Gas-Liquid Flow Void Fraction Identification Using Slippage Number Froud Mixture Number Relation in Bubbly Flow
Authors: Jaber Masoud Alyami, Abdelsalam H. Alsrkhi
Abstract:
Characterizing and modeling multi-phase flow is a complicated scientific and technical phenomenon represented by a variety of interrelated elements. Yet, the introduction of dimensionless numbers used to grasp gas-liquid flow is a significant step in controlling and improving the multi-phase flow area. SL (Slippage number), for instance is a strong dimensionless number defined as a the ratio of the difference in gravitational forces between slip and no-slip conditions to the inertial force of the gas. The fact that plotting SL versus Frm provides a single acceptable curve for all of the data provided proves that SL may be used to realize the behavior of gas-liquid flow. This paper creates a numerical link between SL and Froud mixing number using vertical gas-liquid flow and then utilizes that relationship to validate its reliability in practice. An improved correlation in drift flux model generated from the experimental data and its rationality has been verified. The method in this paper is to approach for predicting the void fraction in bubbly flow through SL/Frm relation and the limitations of this method, as well as areas for development, are stated.Keywords: multiphase flow, gas-liquid flow, slippage, void farction
Procedia PDF Downloads 8529375 Characteristics and Flight Test Analysis of a Fixed-Wing UAV with Hover Capability
Authors: Ferit Çakıcı, M. Kemal Leblebicioğlu
Abstract:
In this study, characteristics and flight test analysis of a fixed-wing unmanned aerial vehicle (UAV) with hover capability is analyzed. The base platform is chosen as a conventional airplane with throttle, ailerons, elevator and rudder control surfaces, that inherently allows level flight. Then this aircraft is mechanically modified by the integration of vertical propellers as in multi rotors in order to provide hover capability. The aircraft is modeled using basic aerodynamical principles and linear models are constructed utilizing small perturbation theory for trim conditions. Flight characteristics are analyzed by benefiting from linear control theory’s state space approach. Distinctive features of the aircraft are discussed based on analysis results with comparison to conventional aircraft platform types. A hybrid control system is proposed in order to reveal unique flight characteristics. The main approach includes design of different controllers for different modes of operation and a hand-over logic that makes flight in an enlarged flight envelope viable. Simulation tests are performed on mathematical models that verify asserted algorithms. Flight tests conducted in real world revealed the applicability of the proposed methods in exploiting fixed-wing and rotary wing characteristics of the aircraft, which provide agility, survivability and functionality.Keywords: flight test, flight characteristics, hybrid aircraft, unmanned aerial vehicle
Procedia PDF Downloads 32929374 A Call for Transformative Learning Experiences to Facilitate Student Workforce Diversity Learning in the United States
Authors: Jeanetta D. Sims, Chaunda L. Scott, Hung-Lin Lai, Sarah Neese, Atoya Sims, Angelia Barrera-Medina
Abstract:
Given the call for increased transformative learning experiences and the demand for academia to prepare students to enter workforce diversity careers, this study explores the landscape of workforce diversity learning in the United States. Using a multi-disciplinary syllabi browsing process and a content analysis method, the most prevalent instructional activities being used in workforce-diversity related courses in the United States are identified. In addition, the instructional activities are evaluated based on transformative learning tenants.Keywords: workforce diversity, workforce diversity learning, transformative learning, diversity education, U. S. workforce diversity, workforce diversity assignments
Procedia PDF Downloads 50529373 Tracking Trajectory of a Cable-Driven Robot for Lower Limb Rehabilitation
Authors: Hachmia Faqihi, Maarouf Saad, Khalid Benjelloun, Mohammed Benbrahim, M. Nabil Kabbaj
Abstract:
This paper investigates and presents a cable-driven robot to lower limb rehabilitation use in sagittal plane. The presented rehabilitation robot is used for a trajectory tracking in joint space. The paper covers kinematic and dynamic analysis, which reveals the tensionability of the used cables as being the actuating source to provide a rehabilitation exercises of the human leg. The desired trajectory is generated to be used in the control system design in joint space. The obtained simulation results is showed to be efficient in this kind of application.Keywords: cable-driven multi-body system, computed-torque controller, lower limb rehabilitation, tracking trajectory
Procedia PDF Downloads 38729372 Theoretical Exploration for the Impact of Accounting for Special Methods in Connectivity-Based Cohesion Measurement
Authors: Jehad Al Dallal
Abstract:
Class cohesion is a key object-oriented software quality attribute that is used to evaluate the degree of relatedness of class attributes and methods. Researchers have proposed several class cohesion measures. However, the effect of considering the special methods (i.e., constructors, destructors, and access and delegation methods) in cohesion calculation is not thoroughly theoretically studied for most of them. In this paper, we address this issue for three popular connectivity-based class cohesion measures. For each of the considered measures we theoretically study the impact of including or excluding special methods on the values that are obtained by applying the measure. This study is based on analyzing the definitions and formulas that are proposed for the measures. The results show that including/excluding special methods has a considerable effect on the obtained cohesion values and that this effect varies from one measure to another. For each of the three connectivity-based measures, the proposed theoretical study recommended excluding the special methods in cohesion measurement.Keywords: object-oriented class, software quality, class cohesion measure, class cohesion, special methods
Procedia PDF Downloads 29729371 Effectiveness of N-Acetylcysteine in the Treatment of Adults with Trichotillomania: An Evidenced Based Review
Authors: Teresa Sarmento de Beires, Sofia Padilha, Pedro Arantes, Joana Ribeiro, Andreia Eiras
Abstract:
Background: Trichotillomania is a psychiatric condition that is very challenging to treat, with no first-line medications approved by any medical agency. It is defined as a recurrent compulsive habit of pulling out one's own hair, usually from the scalp and eyebrows area, but it can also affect eyelashes or any other hair-bearing area. N-acetylcysteine, a glutamate modulator, has been studied as a possible treatment for several psychiatric and neurological disorders, considering its role in attenuating pathophysiological processes responsible for compulsive behaviors and, therefore, trichotillomania. Objective: This study aims to determine the efficacy of N-acetylcysteine in the treatment of adults with trichotillomania. Methodology: The authors researched guidelines, standards of clinical guidance, systematic reviews, meta-analyses, and randomized clinical trials, published in the last 20 years using the MeSH terms: "Trichotillomania” and “N-acetylcysteine” in the following databases: PubMed, Cochrane library, National Guideline Clearing House, National Institute of Health and Care Excellence (NICE), Canadian Medical Association Practice Guidelines and Database of Abstracts of Reviews of Effectiveness (DARE). The Strength of Recommendation Taxonomy (SORT) Scale, from the American Family Physician, was used to evaluate the level of evidence and assign the strength of recommendation. Results: The research found fifteen articles, among which only three were eligible according to the inclusion criteria: 1. systematic review and 2. meta-analyses. There was evidence of a probable beneficial effect of N-acetylcysteine on treatment response and reduction of trichotillomania symptom severity in adults, with moderate certainty in the effect estimate. There was no evidence of effectiveness with the use of inositol, antioxidants, naltrexone, or selective serotonin reuptake inhibitors (SSRIs) in the treatment of adults with trichotillomania. Clomipramine and Olanzapine showed potential treatment benefits, with low certainty. N-acetylcysteine had the least severe side effect profile in adults compared with the other potentially beneficial pharmacological treatments. Conclusion: Evidence points towards the effectiveness of N-acetylcysteine in the treatment of adults with trichotillomania, which exhibits a good tolerability profile with minimal adverse effects. Therefore, the authors attribute a level of evidence 2, the strength of recommendation B, to the prescription of N-acetylcysteine in the treatment of adults suffering from trichotillomania (SORT analysis). Further investigation is needed in order to extract high-quality conclusions from the meta-analysis.Keywords: trichotillomania, hair pulling, treatment, n-acetylcysteine
Procedia PDF Downloads 10229370 Effect of Climate Change on Road Maintenance in Bangladesh
Authors: Mohammed Russedul Islam, Shah M. Muniruzzaman, M. Kamrul-Al-Masud, Syed Sadat Morshed
Abstract:
Bangladesh is one of the most climate vulnerable countries in the world. According to scientists it is predicted that temperature will raise 1-3% and precipitation 20% by 2050 in Bangladesh. Increased temperature and precipitation will deteriorate pavement structure in an accelerated rate. The study has found that pavement life will reduce significantly due to rise in temperature and precipitation in in a coastal road in Bangladesh. It will cause to increase the maintenance cost of the road. The study has found that reduction in pavement life will be caused due the decrease in stiffness and strength parameters of the pavement material due to high temperature and precipitation. It has found that use of new material costlier than the existing one will be necessary to prevent the reduction of pavement life. Eventually it will increase the re-construction cost of the road. The study has used mechanistic-empirical analysis method with a software GAMES (General analysis on multi-layered elastic systems) to find out the effect of temperature and precipitation rise on the pavement life. The study will help to guide road engineers of Bangladesh to prepare in advance to fight with the climate change effect.Keywords: climate change, maintenance cost, mechanistic-empirical method, pavement life
Procedia PDF Downloads 37229369 The Study of the Socio-Economic and Environmental Impact on the Semi-Arid Environments Using GIS in the Eastern Aurès, Algeria
Authors: Benmessaoud Hassen
Abstract:
We propose in this study to address the impact of socio-economic and environmental impact on the physical environment, especially their spatiotemporal dynamics in semi-arid and arid eastern Aurès. Including 11 municipalities, the study area spreads out over a relatively large surface area of about 60.000 ha. The hindsight is quite important and is determined by 03 days of analysis of environmental variation spread over thirty years (between 1987 and 2007). The multi-source data acquired in this context are integrated into a geographic information system (GIS).This allows, among other indices to calculate areas and classes for each thematic layer of the 4 layers previously defined by a method inspired MEDALUS (Mediterranean Desertification and Land Use).The database created is composed of four layers of information (population, livestock, farming and land use). His analysis in space and time has been supplemented by a validation of the ground truth. Once the database has corrected it used to develop the comprehensive map with the calculation of the index of socio-economic and environmental (ISCE). The map supports and the resulting information does not consist only of figures on the present situation but could be used to forecast future trends.Keywords: impact of socio-economic and environmental, spatiotemporal dynamics, semi-arid environments, GIS, Eastern Aurès
Procedia PDF Downloads 32529368 Fabrication of Functionalized Multi-Walled Carbon-Nanotubes Paper Electrode for Simultaneous Detection of Dopamine and Ascorbic Acid
Authors: Tze-Sian Pui, Aung Than, Song-Wei Loo, Yuan-Li Hoe
Abstract:
A paper-based electrode devised from an array of carboxylated multi-walled carbon nanotubes (MWNTs) and poly (diallyldimethylammonium chloride) (PDDA) has been successfully developed for the simultaneous detection of dopamine (DA) and ascorbic acid (AA) in 0.1 M phosphate buffer solution (PBS). The PDDA/MWNTs electrodes were fabricated by allowing PDDA to absorb onto the surface of carboxylated MWNTs, followed by drop-casting the resulting mixture onto a paper. Cyclic voltammetry performed using 5 mM [Fe(CN)₆]³⁻/⁴⁻ as the redox marker showed that the PDDA/MWNTs electrode has higher redox activity compared to non-functionalized carboxylated MWNT electrode. Differential pulse voltammetry was conducted with DA concentration ranging from 2 µM to 500 µM in the presence of 1 mM AA. The distinctive potential of 0.156 and -0.068 V (vs. Ag/AgCl) measured on the surface of the PDDA/MWNTs electrode revealed that both DA and AA were oxidized. The detection limit of DA was estimated to be 0.8 µM. This nanocomposite paper-based electrode has great potential for future applications in bioanalysis and biomedicine.Keywords: dopamine, differential pulse voltammetry, paper sensor, carbon nanotube
Procedia PDF Downloads 13729367 Bedouin of Silicon Wadi: A Case Study Analysis of the Multi-Level Perspectives and Factors Affecting Bedouin Entrepreneurialism as Obstacles to Entry into the Israeli High-Tech Industry
Authors: Frazer G. Thompson
Abstract:
Israel is a nation of cultural and historical diversity, yet the success factors for a modern Bedouin-Arab high-tech entrepreneur seem to be different from those of other Jewish-Israeli citizens. The purpose of this descriptive narrative case study is to explore how an Arab-Israeli all Negev-Bedouin technology company has succeeded in the Israeli high-tech industry by utilizing technology and engineering career opportunities available to Bedouin youth for ‘Sadel Tech,’ at Be’er-Sheva, the Negev, Israel. Methods: The strategy of inquiry seeks to explore real-life contextual understandings, multi-level perspectives, and the cultural influences of personal, community, educational, and entrepreneurial factors. The research methodology includes in-depth one-on-one interviews, focus group sessions, and overt observation to explore the meaning and understanding of the constructs toward determining the effect all or a few of the elements may have on the overall success factors of the company. Results: Study results indicate that the state-run educational system in Israel fails to adequately integrate important aspects of Bedouin culture into the learning environment. However, Bedouin entrepreneurs are finding ways to compensate for these inadequacies by utilizing non-traditional methods of teaching, learning, and doing business. Government incentives for Bedouin start-ups are also recognized as contributors. Employees of Sadel live and work in the Negev, the Gaza Strip, and the West Bank, further informing the study that the traditions of tribal etiquette continue to contribute to modern Bedouin-Arab business culture. Conclusion: Bedouin's business success in Israel is a multi-dimensional concept. While cultural acumen plays a prominent and unique role for both Arab-Israelis and Jewish-Israelis in economic and entrepreneurial pursuits, the marginalization of the Bedouin continues to contribute to the lack of educational and professional opportunities for Bedouin in Israel. Although recognized as important at the government level, programs necessary to implement the infrastructure required to support Bedouin entrepreneurship in Israel remain infantile. The Israeli Government is providing opportunities through grants and other incentives for Bedouin entrepreneurial start-ups, indicating that Israel has recognized the impact of this growing demographic. However, although many Bedouin graduates from University each year with advanced degrees, opportunities for Bedouin within the Israeli high-tech sector remain scarce.Keywords: Bedouin education, Bedouin entrepreneur, economic anthropology, ethnic business opportunities, Israeli tech, Silicon Wadi
Procedia PDF Downloads 12129366 Concrete Sewer Pipe Corrosion Induced by Sulphuric Acid Environment
Authors: Anna Romanova, Mojtaba Mahmoodian, Upul Chandrasekara, Morteza A. Alani
Abstract:
Corrosion of concrete sewer pipes induced by sulphuric acid attack is a recognised problem worldwide, which is not only an attribute of countries with hot climate conditions as thought before. The significance of this problem is by far only realised when the pipe collapses causing surface flooding and other severe consequences. To change the existing post-reactive attitude of managing companies, easy to use and robust models are required to be developed which currently lack reliable data to be correctly calibrated. This paper focuses on laboratory experiments of establishing concrete pipe corrosion rate by submerging samples in to 0.5 pH sulphuric acid solution for 56 days under 10ºC, 20ºC and 30ºC temperature regimes. The result showed that at very early stage of the corrosion process the samples gained overall mass, at 30ºC the corrosion progressed quicker than for other temperature regimes, however with time the corrosion level for 10ºC and 20ºC regimes tended towards those at 30ºC. Overall, at these conditions the corrosion rates of 10 mm/year, 13,5 mm/year, and 17 mm/year were observed.Keywords: sewer pipes, concrete corrosion, sulphuric acid, concrete coupons, corrosion rate
Procedia PDF Downloads 33029365 The Sustainability of Farm Forestry Management in Bulukumba Regency, South Sulawesi, Indonesia
Authors: Nuraeni, Suryanti, Saida, Annas Boceng
Abstract:
Farm forestry is a forest where farmers or landowners do cultivation and farming activities on their land. This study aims to determine the dimensions of sustainable development of farm forestry and to analyze the leverage factors to improve the sustainability status of farm forestry management in Bulukumba Regency. This research was conducted in Kajang District, Bulukumba Regency. The analysis of the sustainability of farm forestry management applied Multi-Dimensional Scaling (MDS), a modification of the Rapid Appraisal of The Status of Farming (RAPFARM). The index value of farm forestry sustainability was by 62.01% for ecological dimension, 51.54% for economic dimension, 61.00% for the social and cultural dimension, and 63.24% for legal and institutional dimension with sustainable enough category status. Meanwhile, the index value for the technology and infrastructure was by 47.16% of less sustainable category status. The result of leverage analysis of attributes for the dimensions of ecological, economic, social and cultural, legal and institutional as well as infrastructure and technology afforded twenty-two (22) leverage sensitive factors that influence the sustainability of farm forestry.Keywords: farm forestry, South Sulawesi, management, sustainability
Procedia PDF Downloads 36729364 Analysis of Ionospheric Variations over Japan during 23rd Solar Cycle Using Wavelet Techniques
Authors: C. S. Seema, P. R. Prince
Abstract:
The characterization of spatio-temporal inhomogeneities occurring in the ionospheric F₂ layer is remarkable since these variations are direct consequences of electrodynamical coupling between magnetosphere and solar events. The temporal and spatial variations of the F₂ layer, which occur with a period of several days or even years, mainly owe to geomagnetic and meteorological activities. The hourly F₂ layer critical frequency (foF2) over 23rd solar cycle (1996-2008) of three ionosonde stations (Wakkanai, Kokunbunji, and Okinawa) in northern hemisphere, which falls within same longitudinal span, is analyzed using continuous wavelet techniques. Morlet wavelet is used to transform continuous time series data of foF2 to a two dimensional time-frequency space, quantifying the time evolution of the oscillatory modes. The presence of significant time patterns (periodicities) at a particular time period and the time location of each periodicity are detected from the two-dimensional representation of the wavelet power, in the plane of scale and period of the time series. The mean strength of each periodicity over the entire period of analysis is studied using global wavelet spectrum. The quasi biennial, annual, semiannual, 27 day, diurnal and 12 hour variations of foF2 are clearly evident in the wavelet power spectra in all the three stations. Critical frequency oscillations with multi-day periods (2-3 days and 9 days in the low latitude station, 6-7 days in all stations and 15 days in mid-high latitude station) are also superimposed over large time scaled variations.Keywords: continuous wavelet analysis, critical frequency, ionosphere, solar cycle
Procedia PDF Downloads 22029363 Collaborative Governance in Dutch Flood Risk Management: An Historical Analysis
Authors: Emma Avoyan
Abstract:
The safety standards for flood protection in the Netherlands have been revised recently. It is expected that all major flood-protection structures will have to be reinforced to meet the new standards. The Dutch Flood Protection Programme aims at accomplishing this task through innovative integrated projects such as construction of multi-functional flood defenses. In these projects, flood safety purposes will be combined with spatial planning, nature development, emergency management or other sectoral objectives. Therefore, implementation of dike reinforcement projects requires early involvement and collaboration between public and private sectors, different governmental actors and agencies. The development and implementation of such integrated projects has been an issue in Dutch flood risk management since long. Therefore, this article analyses how cross-sector collaboration within flood risk governance in the Netherlands has evolved over time, and how this development can be explained. The integrative framework for collaborative governance is applied as an analytical tool to map external factors framing possibilities as well as constraints for cross-sector collaboration in Dutch flood risk domain. Supported by an extensive document and literature analysis, the paper offers insights on how the system context and different drivers changing over time either promoted or hindered cross-sector collaboration between flood protection sector, urban development, nature conservation or any other sector involved in flood risk governance. The system context refers to the multi-layered and interrelated suite of conditions that influence the formation and performance of complex governance systems, such as collaborative governance regimes, whereas the drivers initiate and enable the overall process of collaboration. In addition, by applying a method of process tracing we identify a causal and chronological chain of events shaping cross-sectoral interaction in Dutch flood risk management. Our results indicate that in order to evaluate the performance of complex governance systems, it is important to firstly study the system context that shapes it. Clear understanding of the system conditions and drivers for collaboration gives insight into the possibilities of and constraints for effective performance of complex governance systems. The performance of the governance system is affected by the system conditions, while at the same time the governance system can also change the system conditions. Our results show that the sequence of changes within the system conditions and drivers over time affect how cross-sector interaction in Dutch flood risk governance system happens now. Moreover, we have traced the potential of this governance system to shape and change the system context.Keywords: collaborative governance, cross-sector interaction, flood risk management, the Netherlands
Procedia PDF Downloads 13029362 Digimesh Wireless Sensor Network-Based Real-Time Monitoring of ECG Signal
Authors: Sahraoui Halima, Dahani Ameur, Tigrine Abedelkader
Abstract:
DigiMesh technology represents a pioneering advancement in wireless networking, offering cost-effective and energy-efficient capabilities. Its inherent simplicity and adaptability facilitate the seamless transfer of data between network nodes, extending the range and ensuring robust connectivity through autonomous self-healing mechanisms. In light of these advantages, this study introduces a medical platform harnessed with DigiMesh wireless network technology characterized by low power consumption, immunity to interference, and user-friendly operation. The primary application of this platform is the real-time, long-distance monitoring of Electrocardiogram (ECG) signals, with the added capacity for simultaneous monitoring of ECG signals from multiple patients. The experimental setup comprises key components such as Raspberry Pi, E-Health Sensor Shield, and Xbee DigiMesh modules. The platform is composed of multiple ECG acquisition devices labeled as Sensor Node 1 and Sensor Node 2, with a Raspberry Pi serving as the central hub (Sink Node). Two communication approaches are proposed: Single-hop and multi-hop. In the Single-hop approach, ECG signals are directly transmitted from a sensor node to the sink node through the XBee3 DigiMesh RF Module, establishing peer-to-peer connections. This approach was tested in the first experiment to assess the feasibility of deploying wireless sensor networks (WSN). In the multi-hop approach, two sensor nodes communicate with the server (Sink Node) in a star configuration. This setup was tested in the second experiment. The primary objective of this research is to evaluate the performance of both Single-hop and multi-hop approaches in diverse scenarios, including open areas and obstructed environments. Experimental results indicate the DigiMesh network's effectiveness in Single-hop mode, with reliable communication over distances of approximately 300 meters in open areas. In the multi-hop configuration, the network demonstrated robust performance across approximately three floors, even in the presence of obstacles, without the need for additional router devices. This study offers valuable insights into the capabilities of DigiMesh wireless technology for real-time ECG monitoring in healthcare applications, demonstrating its potential for use in diverse medical scenarios.Keywords: DigiMesh protocol, ECG signal, real-time monitoring, medical platform
Procedia PDF Downloads 7929361 The Use of Stochastic Gradient Boosting Method for Multi-Model Combination of Rainfall-Runoff Models
Authors: Phanida Phukoetphim, Asaad Y. Shamseldin
Abstract:
In this study, the novel Stochastic Gradient Boosting (SGB) combination method is addressed for producing daily river flows from four different rain-runoff models of Ohinemuri catchment, New Zealand. The selected rainfall-runoff models are two empirical black-box models: linear perturbation model and linear varying gain factor model, two conceptual models: soil moisture accounting and routing model and Nedbør-Afrstrømnings model. In this study, the simple average combination method and the weighted average combination method were used as a benchmark for comparing the results of the novel SGB combination method. The models and combination results are evaluated using statistical and graphical criteria. Overall results of this study show that the use of combination technique can certainly improve the simulated river flows of four selected models for Ohinemuri catchment, New Zealand. The results also indicate that the novel SGB combination method is capable of accurate prediction when used in a combination method of the simulated river flows in New Zealand.Keywords: multi-model combination, rainfall-runoff modeling, stochastic gradient boosting, bioinformatics
Procedia PDF Downloads 33929360 A Preliminary End-Point Approach for Calculating Odorous Emissions in Life Cycle Assessment
Authors: G. M. Cappucci, C. Losi, P. Neri, M. Pini, A. M. Ferrari
Abstract:
Waste treatment and many production processes cause significant emissions of odors, thus typically leading to intense debate. The introduction of odorimetric units and their units of measurement, i.e., U.O. / m3, with the European regulation UE 13725 of 2003 designates the dynamic olfactometry as the official method for odorimetric analysis. Italy has filled the pre-existing legislative gap on the regulation of odorous emissions only recently, by introducing the Legislative Decree n°183 in 2017. The concentration of the odor to which a perceptive response occurs to 50% of the panel corresponds to the odorimetric unit of the sample under examination (1 U.O. / m3) and is equal to the threshold of perceptibility of the substance (O.T.). In particular, the treatment of Municipal Solid Waste (MSW) by Mechanical-Biological Treatment (MBT) plants produces odorous emissions, typically generated by aerobic procedures, potentially leading to significant environmental burdens. The quantification of odorous emissions represents a challenge within a LCA study since primary data are often missing. The aim of this study is to present the preliminary findings of an ongoing study whose aim is to identify and quantify odor emissions from the Tre Monti MBT plant, located in Imola (Bologna, Italy). Particularly, the issues faced with odor emissions in the present work are: i) the identification of the components of the gaseous mixture, whose total quantification in terms of odorimetric units is known, ii) the distribution of the total odorimetric units among the single substances identified and iii) the quantification of the mass emitted for each substance. The environmental analysis was carried out on the basis of the amount of emitted substance. The calculation method IMPact Assessment of Chemical Toxics (IMPACT) 2002+ has been modified since the original one does not take into account indoor emissions. Characterization factors were obtained by adopting a preliminary method in order to calculate indoor human effects. The impact and damage assessments were performed without the identification of new categories, thus in accordance with the categories of the selected calculation method. The results show that the damage associated to odorous emissions is the 0.24% of the total damage, and the most affected damage category is Human Health, mainly as a consequence of ammonia emission (86.06%). In conclusion, this preliminary approach allowed identifying and quantifying the substances responsible for the odour impact, in order to attribute them the relative damage on human health as well as ecosystem quality.Keywords: life cycle assessment, municipal solid waste, odorous emissions, waste treatment
Procedia PDF Downloads 17329359 Evaluate the Kinetic Parameters and Characterize for Waste Prosopis juliflora Pods
Authors: Jean C. G. Silva, Kaline N. Ferreira, Rennio F. Sena, Flavio L. H. Silva
Abstract:
The Prosopis juliflora (called algaroba in Northeastern Region of Brazil) is a species of medium to large size that can reach 18 meters high, being typical of arid and semi-arid regions by to requirement less water to survive; this is a fundamental attribute from its adaptation. It's considered of multiple uses, because the trunk, the fruit, and the algaroba pods are utilized for several purposes, among them, the production of wood from lumber mill, charcoal, alcohol, animal and human consumption, being hence, a culture of economic and social value. The use of waste Prosopis juliflora can be carried out for like pyrolysis and gasification processes, in order to energy production in those regions where it is grown. Thus this study aims to characterize the residue of the algaroba pods and evaluate the kinetic parameters, activation energy (Ea) and pre-exponential factor (k0), the devolatilization process through the data obtained from TG/DTG curves with different levels of heating rates. At work was used the heating rates of 5 K.min-1, 10 K.min-1, 15 K.min-1, 20 K.min-1 and 30 K.min-1, in inert nitrogen atmosphere (99.997%) under a flow of 40 ml.min-1. The kinetic parameters were obtained using the methods of Friedman and Ozawa-Flynn-Wall.Keywords: activation energy, devolatilization, kinetic parameters, waste
Procedia PDF Downloads 388