Search results for: automatic classification of tremor types
6053 Integrating Multiple Types of Value in Natural Capital Accounting Systems: Environmental Value Functions
Authors: Pirta Palola, Richard Bailey, Lisa Wedding
Abstract:
Societies and economies worldwide fundamentally depend on natural capital. Alarmingly, natural capital assets are quickly depreciating, posing an existential challenge for humanity. The development of robust natural capital accounting systems is essential for transitioning towards sustainable economic systems and ensuring sound management of capital assets. However, the accurate, equitable and comprehensive estimation of natural capital asset stocks and their accounting values still faces multiple challenges. In particular, the representation of socio-cultural values held by groups or communities has arguably been limited, as to date, the valuation of natural capital assets has primarily been based on monetary valuation methods and assumptions of individual rationality. People relate to and value the natural environment in multiple ways, and no single valuation method can provide a sufficiently comprehensive image of the range of values associated with the environment. Indeed, calls have been made to improve the representation of multiple types of value (instrumental, intrinsic, and relational) and diverse ontological and epistemological perspectives in environmental valuation. This study addresses this need by establishing a novel valuation framework, Environmental Value Functions (EVF), that allows for the integration of multiple types of value in natural capital accounting systems. The EVF framework is based on the estimation and application of value functions, each of which describes the relationship between the value and quantity (or quality) of an ecosystem component of interest. In this framework, values are estimated in terms of change relative to the current level instead of calculating absolute values. Furthermore, EVF was developed to also support non-marginalist conceptualizations of value: it is likely that some environmental values cannot be conceptualized in terms of marginal changes. For example, ecological resilience value may, in some cases, be best understood as a binary: it either exists (1) or is lost (0). In such cases, a logistic value function may be used as the discriminator. Uncertainty in the value function parameterization can be considered through, for example, Monte Carlo sampling analysis. The use of EVF is illustrated with two conceptual examples. For the first time, EVF offers a clear framework and concrete methodology for the representation of multiple types of value in natural capital accounting systems, simultaneously enabling 1) the complementary use and integration of multiple valuation methods (monetary and non-monetary); 2) the synthesis of information from diverse knowledge systems; 3) the recognition of value incommensurability; 4) marginalist and non-marginalist value analysis. Furthermore, with this advancement, the coupling of EVF and ecosystem modeling can offer novel insights to the study of spatial-temporal dynamics in natural capital asset values. For example, value time series can be produced, allowing for the prediction and analysis of volatility, long-term trends, and temporal trade-offs. This approach can provide essential information to help guide the transition to a sustainable economy.Keywords: economics of biodiversity, environmental valuation, natural capital, value function
Procedia PDF Downloads 1946052 Pyramid Binary Pattern for Age Invariant Face Verification
Authors: Saroj Bijarnia, Preety Singh
Abstract:
We propose a simple and effective biometrics system based on face verification across aging using a new variant of texture feature, Pyramid Binary Pattern. This employs Local Binary Pattern along with its hierarchical information. Dimension reduction of generated texture feature vector is done using Principal Component Analysis. Support Vector Machine is used for classification. Our proposed method achieves an accuracy of 92:24% and can be used in an automated age-invariant face verification system.Keywords: biometrics, age invariant, verification, support vector machine
Procedia PDF Downloads 3536051 Rapid Design Approach for Electric Long-Range Drones
Authors: Adrian Sauer, Lorenz Einberger, Florian Hilpert
Abstract:
The advancements and technical innovations in the field of electric unmanned aviation over the past years opened the third dimension in areas like surveillance, logistics, and mobility for a wide range of private and commercial users. Researchers and companies are faced with the task of integrating their technology into airborne platforms. Especially start-ups and researchers require unmanned aerial vehicles (UAV), which can be quickly developed for specific use cases without spending significant time and money. This paper shows a design approach for the rapid development of a lightweight automatic separate-lift-thrust (SLT) electric vertical take-off and landing (eVTOL) UAV prototype, which is able to fulfill basic transportation as well as surveillance missions. The design approach does not require expensive or time-consuming design loop software. Thereby developers can easily understand, adapt, and adjust the presented method for their own project. The approach is mainly focused on crucial design aspects such as aerofoil, tuning, and powertrain.Keywords: aerofoil, drones, rapid prototyping, powertrain
Procedia PDF Downloads 716050 Resistance to Sulfuric Acid Attacks of Self-Consolidating Concrete: Effect Metakaolin and Various Cements Types
Authors: Kianoosh Samimi, Farhad Estakhr, Mahdi Mahdikhani, Faramaz Moodi
Abstract:
Due to their fluidity and simplicity of use, self-compacting concretes (SCCs) have undeniable advantages. In recent years, the role of metakaolin as a one of pozzolanic materials in concrete has been considered by researchers. It can modify various properties of concrete, due to high pozzolanic reactions and also makes a denser microstructure. The objective of this paper is to examine the influence of three type of Portland cement and metakaolin on fresh state, compressive strength and sulfuric acid attacks in self- consolidating concrete at early age up to 90 days of curing in lime water. Six concrete mixtures were prepared with three types of different cement as Portland cement type II, Portland Slag Cement (PSC), Pozzolanic Portland Cement (PPC) and 15% substitution of metakaolin by every cement. The results show that the metakaolin admixture increases the viscosity and the demand amount of superplasticizer. According to the compressive strength results, the highest value of compressive strength was achieved for PSC and without any metakaolin at age of 90 days. Conversely, the lowest level of compressive strength at all ages of conservation was obtained for PPC and containing 15% metakaolin. According to this study, the total substitution of PSC and PPC by Portland cement type II is beneficial to the increasing in the chemical resistance of the SCC with respect to the sulfuric acid attack. On the other hand, this increase is more noticeable by the use of 15% of metakaolin. Therefore, it can be concluded that metakaolin has a positive effect on the chemical resistance of SCC containing of Portland cement type II, PSC, and PPC.Keywords: SCC, metakaolin, cement type, durability, compressive strength, sulfuric acid attacks
Procedia PDF Downloads 1856049 On the Utility of Bidirectional Transformers in Gene Expression-Based Classification
Authors: Babak Forouraghi
Abstract:
A genetic circuit is a collection of interacting genes and proteins that enable individual cells to implement and perform vital biological functions such as cell division, growth, death, and signaling. In cell engineering, synthetic gene circuits are engineered networks of genes specifically designed to implement functionalities that are not evolved by nature. These engineered networks enable scientists to tackle complex problems such as engineering cells to produce therapeutics within the patient's body, altering T cells to target cancer-related antigens for treatment, improving antibody production using engineered cells, tissue engineering, and production of genetically modified plants and livestock. Construction of computational models to realize genetic circuits is an especially challenging task since it requires the discovery of the flow of genetic information in complex biological systems. Building synthetic biological models is also a time-consuming process with relatively low prediction accuracy for highly complex genetic circuits. The primary goal of this study was to investigate the utility of a pre-trained bidirectional encoder transformer that can accurately predict gene expressions in genetic circuit designs. The main reason behind using transformers is their innate ability (attention mechanism) to take account of the semantic context present in long DNA chains that are heavily dependent on the spatial representation of their constituent genes. Previous approaches to gene circuit design, such as CNN and RNN architectures, are unable to capture semantic dependencies in long contexts, as required in most real-world applications of synthetic biology. For instance, RNN models (LSTM, GRU), although able to learn long-term dependencies, greatly suffer from vanishing gradient and low-efficiency problem when they sequentially process past states and compresses contextual information into a bottleneck with long input sequences. In other words, these architectures are not equipped with the necessary attention mechanisms to follow a long chain of genes with thousands of tokens. To address the above-mentioned limitations, a transformer model was built in this work as a variation to the existing DNA Bidirectional Encoder Representations from Transformers (DNABERT) model. It is shown that the proposed transformer is capable of capturing contextual information from long input sequences with an attention mechanism. In previous works on genetic circuit design, the traditional approaches to classification and regression, such as Random Forrest, Support Vector Machine, and Artificial Neural Networks, were able to achieve reasonably high R2 accuracy levels of 0.95 to 0.97. However, the transformer model utilized in this work, with its attention-based mechanism, was able to achieve a perfect accuracy level of 100%. Further, it is demonstrated that the efficiency of the transformer-based gene expression classifier is not dependent on the presence of large amounts of training examples, which may be difficult to compile in many real-world gene circuit designs.Keywords: machine learning, classification and regression, gene circuit design, bidirectional transformers
Procedia PDF Downloads 616048 Effect of Antioxidants Addition in Combination with Milk Re Pasteurization on the Physical, Chemical and Sensory Properties of Condensed Yoghurt
Authors: Mahmoud Abu-Ghoush, Murad Al Holy
Abstract:
Our main goal in this project is to study the causes and finding solutions for both the hydrolytic and the oxidative rancidity that can be produced during condensed yoghurt production. The re pasteurization of the pasteurized milk and the addition of different types of antioxidants (ascorbic acid and propyl gallate) were used to achieve this goal. Chemical, physical, microbial and sensory tests were done to evaluate the product. It was found that there were significant differences between the different treatments and the control regarding the peroxide value. This means that the addition of both types of antioxidants have a positive effect in decreasing the rancidity value. However, it was found that there were some samples have hydrolytic rancidity flavour without any type of oxidative rancidity (low peroxide value). To overcome this problem the re pasteurization step was used to destroy all the vegetative form of microbes. It was found that this treatment was very useful in controlling the rancidity flavour according to the sensory evaluation of the condensed yoghurt products for several batches. The best condensed yoghurt which contains 0.25% ascorbic acid exhibited the highest sensory properties values. Also, it has the ability in lowering the oxidative rancidity in the combination with the re pasteurization step of the pasteurized milk. This suggests that a higher quality and stable condensed yoghurt can be obtained upon using this combination. These results may help producers in selecting the best treatment methods to overcome the rancidity flavor in this type of condensed yoghurt.Keywords: antioxidants, condensed yoghurt, repasturization, condensed milk
Procedia PDF Downloads 2866047 Assessment of Aflatoxins in Marketed Fish: A Potential Forgotten Risk in Cameroon
Authors: Evelyne Nguegwouo, Raoul Fonkem Sonfack Tsakem, Abel Wade, Gabriel Nama Medoua, Kamgaing Theophile
Abstract:
Fresh and smoked fish are widely consumed in Cameroon. The traditional nature of smoking, the lack of hygiene in production, the poor preservation of stocks and the long storage time for certain types of fish considerably favor the contamination of products by molds, which secrete toxic molecules called mycotoxins. Today there are more than 400 types of mycotoxins, Aflatoxins being the most formidable. These toxins are considered carcinogenic in humans. It is in this perspective that we proposed to evaluate the total Aflatoxins in the fish marketed and consumed by the populations of the city of Yaoundé in Cameroon. On the one hand, it was a question of conducting a survey of fish consumers and sellers in points of sale, sampling fish of three species [Marquereau (Scomber scombrus), Cod (Gadus morhua) and Bifaka (Ethmalosa fimbriata)], randomly in some markets of the city to evaluate the total Aflatoxins contents (B1, B2, G1, G2) by the quantitative ELISA method and finally to estimate the level of exposure of the populations. It emerges from this study that of the 30 samples analyzed, 96.1% contained total Aflatoxins and two samples had total Aflatoxins levels above the standard, which is 20 ppb. These first results show that the risk is present in Cameroon and in order to improve the quality of marketed fish in terms of mycotoxins, a more thorough control must be done from the production chain to the consumer.Keywords: aflatoxins, evaluation, exposure, mycotoxins, fish
Procedia PDF Downloads 796046 Detection of Oral Mucosal Lesions in Cutaneous Psoriatic Patients
Authors: Rania A. R. Soudan, Easter Joury
Abstract:
Introduction: Psoriasis is a common chronic dermatologic disease. It may affect the mucous membranes. The presence of oral mucosal lesions has been a subject of controversy. The aim: To determine possible association between oral mucosal lesions and psoriasis, and to correlate the same with different types of psoriasis and severity of the disease. Materials and Methods: The oral mucosa was clinically examined in 100 randomly selected Syrian psoriatic patients presented to the Dermatological Diseases Hospital in Damascus University, Syria (February 2009 - December 2010), and in 100 matched controls. PASI index was used to evaluate the disease severity. Chi-square and Student t-test were used to compare differences between groups. Results: Oral mucosal lesions were observed in 72% of the psoriasis cases, while 46% of the control group’s subjects had oral lesions. Fissured tongue, geographic tongue, and red lesions were detected in 36%, 25%, and 7% of the examined psoriatics, respectively. These lesions were significantly more frequent in the psoriatics than in the controls. A correlation was found between furred tongue and the age of the psoriasis patients. However, an association was observed for fissured tongue, furred tongue with the severity of the disease, and for fissured tongue, white lesions, cheilitis with nail involvement. However, no correlation with the psoriasis types was recorded. Conclusion: Some oral mucosal lesions were associated with psoriasis, so these lesions may be considered as oral manifestations of this disease, and should be taken into account in new studies as possible predictors or markers of this dermatitis. Further studies are recommended to confirm these oral manifestations.Keywords: psoriasis, tongue, mucosa, lesions
Procedia PDF Downloads 2926045 Using Wearable Technology to Monitor Workers’ Stress for Construction Safety: A Conceptual Framework
Authors: Namhun Lee, Seong Jin Kim
Abstract:
The construction industry represents one of the largest industries in the United States, yet it continues to face several occupational health and safety challenges. Many workers on construction sites are suffering from extended exposure to stressful situations such as poor and hazardous work environments and task complexity. Stress can be commonly defined as a feeling of emotional or physical tension, which can easily impact construction safety and result in a higher rate of job-related injuries in the construction industry. Physiological signals transmitted from wearable biosensors can be used to detect excessive stress. Therefore, workers’ stress should be detected and mitigated to prevent any type of serious incident or accident proactively. By doing this, construction productivity, as well as job satisfaction, would also be improved in the construction industry. To establish a foundation in this field of research, a conceptual framework for using wearable technology for construction safety has been developed for continuous and automatic monitoring of worker’s stress. The conceptual framework will serve as a foothold in future studies on the application of wearable technology for construction safety.Keywords: construction safety, occupational stress, stress monitoring, wearable biosensors
Procedia PDF Downloads 1616044 Virtual Science Laboratory (ViSLab): The Effects of Visual Signalling Principles towards Students with Different Spatial Ability
Authors: Ai Chin Wong, Wan Ahmad Jaafar Wan Yahaya, Balakrishnan Muniandy
Abstract:
This study aims to explore the impact of Virtual Reality (VR) using visual signaling principles in learning about the science laboratory safety guide; this study involves students with different spatial ability. There are two types of science laboratory safety lessons, which are Virtual Reality with Signaling (VRS) and Virtual Reality Non Signaling (VRNS). This research has adopted a 2 x 2 quasi-experimental factorial design. There are two types of variables involved in this research. The two modes of courseware form the independent variables with the spatial ability as the moderator variable. The dependent variable is the students’ performance. This study sample consisted of 141 students. Descriptive and inferential statistics were conducted to analyze the collected data. The major effects and the interaction effects of the independent variables on the independent variable were explored using the Analyses of Covariance (ANCOVA). Based on the findings of this research, the results exhibited low spatial ability students in VRS outperformed their counterparts in VRNS. However, there was no significant difference in students with high spatial ability using VRS and VRNS. Effective learning in students with different spatial ability can be boosted by implementing the Virtual Reality with Signaling (VRS) in the design as well as the development of Virtual Science Laboratory (ViSLab).Keywords: spatial ability, science laboratory safety, visual signaling principles, virtual reality
Procedia PDF Downloads 2576043 Potential Positive Impacts of Online Communities on Mental Health of Women Who Have Experienced Miscarriage
Authors: Mahtab Talafian
Abstract:
With the advent of technology over the last decades, participation in online communities and discussion forums has become increasingly popular. Many studies have been done on the negative role of the online world on human beings’ psychological well-being and mental health, while relatively less attention has been given to the potentially positive role of technology in promoting mental health. Miscarriage is a common and emotionally challenging experience for women, and online communities seem to be a potential source of support for them. This study aimed to firstly find the most common types of support communicated in online communities of women who have miscarried and, secondly, investigate if there is a relationship between participation in online communities and mental health outcomes after miscarriage. In this study, three research methodologies, including content analysis, survey and interview, were employed to answer the research questions. With the analysis of 158 messages, including postings and comments in the online community of Mumsnet, it can be concluded that informational support and emotional support are the most prevalent types of support women share in the online community. Analysis of data gathered from the survey of 19 women who had experienced a miscarriage during the last year showed that participation in online communities makes a significant improvement in their mental health. Interviews also highlighted the helpful role of the online community in relieving emotional disorders, such as trauma, hopelessness, loneliness, stress, depression and anxiety about miscarriage.Keywords: mental health, miscarriage, online community, support
Procedia PDF Downloads 736042 Optimizing the Probabilistic Neural Network Training Algorithm for Multi-Class Identification
Authors: Abdelhadi Lotfi, Abdelkader Benyettou
Abstract:
In this work, a training algorithm for probabilistic neural networks (PNN) is presented. The algorithm addresses one of the major drawbacks of PNN, which is the size of the hidden layer in the network. By using a cross-validation training algorithm, the number of hidden neurons is shrunk to a smaller number consisting of the most representative samples of the training set. This is done without affecting the overall architecture of the network. Performance of the network is compared against performance of standard PNN for different databases from the UCI database repository. Results show an important gain in network size and performance.Keywords: classification, probabilistic neural networks, network optimization, pattern recognition
Procedia PDF Downloads 2626041 A Review Of Blended Wing Body And Slender Delta Wing Performance Utilizing Experimental Techniques And Computational Fluid Dynamics
Authors: Abhiyan Paudel, Maheshwaran M Pillai
Abstract:
This paper deals with the optimization and comparison of slender delta wing and blended wing body. The objective is to study the difference between the two wing types and analyze the various aerodynamic characteristics of both of these types.The blended-wing body is an aircraft configuration that has the potential to be more efficient than conventional large transport aircraft configurations with the same capability. The purported advantages of the BWB approach are efficient high-lift wings and a wide airfoil-shaped body. Similarly, symmetric separation vortices over slender delta wing may become asymmetric as the angle of attack is increased beyond a certain value, causing asymmetric forces even at symmetric flight conditions. The transition of the vortex pattern from being symmetric to asymmetric over symmetric bodies under symmetric flow conditions is a fascinating fluid dynamics problem and of major importance for the performance and control of high-maneuverability flight vehicles that favor the use of slender bodies. With the use of Star CCM, we analyze both the fluid properties. The CL, CD and CM were investigated in steady state CFD of BWB at Mach 0.3 and through wind tunnel experiments on 1/6th model of BWB at Mach 0.1. From CFD analysis pressure variation, Mach number contours and turbulence area was observed.Keywords: Coefficient of Lift, Coefficient of Drag, CFD=Computational Fluid Dynamics, BWB=Blended Wing Body, slender delta wing
Procedia PDF Downloads 5316040 Stress-Strain Behavior of Banana Fiber Reinforced and Biochar Amended Compressed Stabilized Earth Blocks
Authors: Farnia Nayar Parshi, Mohammad Shariful Islam
Abstract:
Though earth construction is an ancient technology, researchers are working on increasing its strength by adding different types of stabilizers. Ordinary Portland cement for sandy soil and lime for clayey soil is very popular practice as well as recommended by various authorities for making stabilized blocks for satisfactory performance. The addition of these additives improves compressive strength but fails to improve ductility. The addition of both synthetic and natural fibers increases both compressive strength and ductility. Studies are conducted to make earth blocks more cost-effective, energy-efficient and sustainable. In this experiment, an agricultural waste banana fiber and biochar is used to study the compressive stress-strain behavior of earth blocks made with four types of soil low plastic clay, sandy low plastic clay, very fine sand and medium to fine sand. Biochar is a charcoal-like carbon usually produced from organic or agricultural waste in high temperatures through a controlled condition called pyrolysis. In this experimental study, biochar was collected from BBI (Bangladesh Biochar Initiative) produced from wood flakes around 400 deg. Celsius. Locally available PPC (Portland Pozzolana Cement) is used. 5 cm × 5 cm × 5 cm earth blocks were made with eight different combinations such as bare soil, soil with 6% cement, soil with 6% cement and 5% biochar, soil with 6% cement, 5% biochar and 1% fiber, soil with 1% fiber, soil with 5% biochar and 1% fiber and soil with 6% cement and 1% fiber. All samples were prepared with 10-12% water content. Uniaxial compressive strength tests were conducted on 21 days old earth blocks. Stress-strain diagram shows that the addition of banana fiber improved compressive strength drastically, but the combined effect of fiber and biochar is different based on different soil types. For clayey soil, 6% cement and 1% fiber give maximum compressive strength of 991 kPa, and for very fine sand, a combination of 5% biochar, 6% cement and 1% fiber gives maximum compressive strength of 522 kPa as well as ductility. For medium-to-find sand, 6% cement and 1% fiber give the best result, 1530 kPa, among other combinations. The addition of fiber increases not only ductility but also compressive strength as well. The effect of biochar with fiber varies with the soil type.Keywords: banana fiber, biochar, cement, compressed stabilized earth blocks, compressive strength
Procedia PDF Downloads 1216039 Early Requirement Engineering for Design of Learner Centric Dynamic LMS
Authors: Kausik Halder, Nabendu Chaki, Ranjan Dasgupta
Abstract:
We present a modelling framework that supports the engineering of early requirements specifications for design of learner centric dynamic Learning Management System. The framework is based on i* modelling tool and Means End Analysis, that adopts primitive concepts for modelling early requirements (such as actor, goal, and strategic dependency). We show how pedagogical and computational requirements for designing a learner centric Learning Management system can be adapted for the automatic early requirement engineering specifications. Finally, we presented a model on a Learner Quanta based adaptive Courseware. Our early requirement analysis shows that how means end analysis reveals gaps and inconsistencies in early requirements specifications that are by no means trivial to discover without the help of formal analysis tool.Keywords: adaptive courseware, early requirement engineering, means end analysis, organizational modelling, requirement modelling
Procedia PDF Downloads 5006038 A Cognitive Approach to the Optimization of Power Distribution across an Educational Campus
Authors: Mrinmoy Majumder, Apu Kumar Saha
Abstract:
The ever-increasing human population and its demand for energy is placing stress upon conventional energy sources; and as demand for power continues to outstrip supply, the need to optimize energy distribution and utilization is emerging as an important focus for various stakeholders. The distribution of available energy must be achieved in such a way that the needs of the consumer are satisfied. However, if the availability of resources is not sufficient to satisfy consumer demand, it is necessary to find a method to select consumers based on factors such as their socio-economic or environmental impacts. Weighting consumer types in this way can help separate them based on their relative importance, and cognitive optimization of the allocation process can then be carried out so that, even on days of particularly scarce supply, the socio-economic impacts of not satisfying the needs of consumers can be minimized. In this context, the present study utilized fuzzy logic to assign weightage to different types of consumers based at an educational campus in India, and then established optimal allocation by applying the non-linear mapping capability of neuro-genetic algorithms. The outputs of the algorithms were compared with similar outputs from particle swarm optimization and differential evolution algorithms. The results of the study demonstrate an option for the optimal utilization of available energy based on the socio-economic importance of consumers.Keywords: power allocation, optimization problem, neural networks, environmental and ecological engineering
Procedia PDF Downloads 4796037 The Comparation of Limits of Detection of Lateral Flow Immunochromatographic Strips of Different Types of Mycotoxins
Authors: Xinyi Zhao, Furong Tian
Abstract:
Mycotoxins are secondary metabolic products of fungi. These are poisonous, carcinogens and mutagens in nature and pose a serious health threat to both humans and animals, causing severe illnesses and even deaths. The rapid, simple and cheap detection methods of mycotoxins are of immense importance and in great demand in the food and beverage industry as well as in agriculture and environmental monitoring. Lateral flow immunochromatographic strips (ICSTs) have been widely used in food safety, environment monitoring. Forty-six papers were identified and reviewed on Google Scholar and Scopus for their limit of detection and nanomaterial on Lateral flow immunochromatographic strips on different types of mycotoxins. The papers were dated 2001-2021. Twenty five papers were compared to identify the lowest limit of detection of among different mycotoxins (Aflatoxin B1: 10, Zearalenone:5, Fumonisin B1: 5, Trichothecene-A: 5). Most of these highly sensitive strips are competitive. Sandwich structure are usually used in large scale detection. In conclusion, the mycotoxin receives that most researches is aflatoxin B1 and its limit of detection is the lowest. Gold-nanopaticle based immunochromatographic test strips has the lowest limit of detection. Five papers involve smartphone detection and they all detect aflatoxin B1 with gold nanoparticles. In these papers, quantitative concentration results can be obtained when the user uploads the photograph of test lines using the smartphone application.Keywords: aflatoxin B1, limit of detection, gold nanoparticle, lateral flow immunochromatographic strips, mycotoxins
Procedia PDF Downloads 1956036 A Comparative Study on Creep Modeling in Composites
Authors: Roham Rafiee, Behzad Mazhari
Abstract:
Composite structures, having incredible properties, have gained considerable popularity in the last few decades. Among all types, polymer matrix composites are being used extensively due to their unique characteristics including low weight, convenient fabrication process and low cost. Having polymer as matrix, these type of composites show different creep behavior when compared to metals and even other types of composites since most polymers undergo creep even in room temperature. One of the most challenging topics in creep is to introduce new techniques for predicting long term creep behavior of materials. Depending on the material which is being studied the appropriate method would be different. Methods already proposed for predicting long term creep behavior of polymer matrix composites can be divided into five categories: (1) Analytical Modeling, (2) Empirical Modeling, (3) Superposition Based Modeling (Semi-empirical), (4) Rheological Modeling, (5) Finite Element Modeling. Each of these methods has individual characteristics. Studies have shown that none of the mentioned methods can predict long term creep behavior of all PMC composites in all circumstances (loading, temperature, etc.) but each of them has its own priority in different situations. The reason to this issue can be found in theoretical basis of these methods. In this study after a brief review over the background theory of each method, they are compared in terms of their applicability in predicting long-term behavior of composite structures. Finally, the explained materials are observed through some experimental studies executed by other researchers.Keywords: creep, comparative study, modeling, composite materials
Procedia PDF Downloads 4416035 Exploring Students’ Visual Conception of Matter and Its Implications to Teaching and Learning Chemistry
Authors: Allen A. Espinosa, Arlyne C. Marasigan, Janir T. Datukan
Abstract:
The study explored how students visualize the states and classifications of matter using scientific models. It also identified misconceptions of students in using scientific models. In general, high percentage of students was able to use scientific models correctly and only a little misconception was identified. From the result of the study, a teaching framework was formulated wherein scientific models should be employed in classroom instruction to visualize abstract concepts in chemistry and for better conceptual understanding.Keywords: visual conception, scientific models, mental models, states of matter, classification of matter
Procedia PDF Downloads 4026034 Assessing Relationships between Glandularity and Gray Level by Using Breast Phantoms
Authors: Yun-Xuan Tang, Pei-Yuan Liu, Kun-Mu Lu, Min-Tsung Tseng, Liang-Kuang Chen, Yuh-Feng Tsai, Ching-Wen Lee, Jay Wu
Abstract:
Breast cancer is predominant of malignant tumors in females. The increase in the glandular density increases the risk of breast cancer. BI-RADS is a frequently used density indicator in mammography; however, it significantly overestimates the glandularity. Therefore, it is very important to accurately and quantitatively assess the glandularity by mammography. In this study, 20%, 30% and 50% glandularity phantoms were exposed using a mammography machine at 28, 30 and 31 kVp, and 30, 55, 80 and 105 mAs, respectively. The regions of interest (ROIs) were drawn to assess the gray level. The relationship between the glandularity and gray level under various compression thicknesses, kVp, and mAs was established by the multivariable linear regression. A phantom verification was performed with automatic exposure control (AEC). The regression equation was obtained with an R-square value of 0.928. The average gray levels of the verification phantom were 8708, 8660 and 8434 for 0.952, 0.963 and 0.985 g/cm3, respectively. The percent differences of glandularity to the regression equation were 3.24%, 2.75% and 13.7%. We concluded that the proposed method could be clinically applied in mammography to improve the glandularity estimation and further increase the importance of breast cancer screening.Keywords: mammography, glandularity, gray value, BI-RADS
Procedia PDF Downloads 4926033 Improvement of Recycled Aggregate Concrete Properties by Controlling the Water Flow in the Interfacial Transition Zone
Authors: M. Eckert, M. Oliveira, A. Bettencourt Ribeiro
Abstract:
The intensive use of natural aggregate, near the towns, associated to the increase of the global population, leads to its depletion and increases the transport distances. The uncontrolled deposition of construction and demolition waste in landfills and city outskirts, causes pollution and take up space for noblest purposes. The main problem of recycled aggregate lies in its high water absorption, what is due to the porosity of the materials which constitute this type of aggregate. When the aggregates are dry, water flows from the inside to the engaging cement paste matrix, and when they are saturated an inverse process occurs. This water flow breaks the aggregate-cement paste bonds and the greater water concentration, in the inter-facial transition zone, degrades the concrete properties in its fresh and hardened state. Based on the water absorption over time, it was optimized an staged mixing method, to regulate the said flow and manufacture recycled aggregate concrete with levels of work-ability, strength and shrinkage equivalent to those of conventional concrete.The physical, mechanical and geometrical properties of the aggregates where related to the properties of concrete in its fresh and hardened state. Three types of commercial recycled aggregates and two types of natural aggregates where evaluated. Six compositions with different percentages of recycled coarse aggregate where tested.Keywords: recycled aggregate, water absorption, interfacial transition zone, compressive-strength, shrinkage
Procedia PDF Downloads 4506032 Landsat Data from Pre Crop Season to Estimate the Area to Be Planted with Summer Crops
Authors: Valdir Moura, Raniele dos Anjos de Souza, Fernando Gomes de Souza, Jose Vagner da Silva, Jerry Adriani Johann
Abstract:
The estimate of the Area of Land to be planted with annual crops and its stratification by the municipality are important variables in crop forecast. Nowadays in Brazil, these information’s are obtained by the Brazilian Institute of Geography and Statistics (IBGE) and published under the report Assessment of the Agricultural Production. Due to the high cloud cover in the main crop growing season (October to March) it is difficult to acquire good orbital images. Thus, one alternative is to work with remote sensing data from dates before the crop growing season. This work presents the use of multitemporal Landsat data gathered on July and September (before the summer growing season) in order to estimate the area of land to be planted with summer crops in an area of São Paulo State, Brazil. Geographic Information Systems (GIS) and digital image processing techniques were applied for the treatment of the available data. Supervised and non-supervised classifications were used for data in digital number and reflectance formats and the multitemporal Normalized Difference Vegetation Index (NDVI) images. The objective was to discriminate the tracts with higher probability to become planted with summer crops. Classification accuracies were evaluated using a sampling system developed basically for this study region. The estimated areas were corrected using the error matrix derived from these evaluations. The classification techniques presented an excellent level according to the kappa index. The proportion of crops stratified by municipalities was derived by a field work during the crop growing season. These proportion coefficients were applied onto the area of land to be planted with summer crops (derived from Landsat data). Thus, it was possible to derive the area of each summer crop by the municipality. The discrepancies between official statistics and our results were attributed to the sampling and the stratification procedures. Nevertheless, this methodology can be improved in order to provide good crop area estimates using remote sensing data, despite the cloud cover during the growing season.Keywords: area intended for summer culture, estimated area planted, agriculture, Landsat, planting schedule
Procedia PDF Downloads 1506031 Data Mining in Medicine Domain Using Decision Trees and Vector Support Machine
Authors: Djamila Benhaddouche, Abdelkader Benyettou
Abstract:
In this paper, we used data mining to extract biomedical knowledge. In general, complex biomedical data collected in studies of populations are treated by statistical methods, although they are robust, they are not sufficient in themselves to harness the potential wealth of data. For that you used in step two learning algorithms: the Decision Trees and Support Vector Machine (SVM). These supervised classification methods are used to make the diagnosis of thyroid disease. In this context, we propose to promote the study and use of symbolic data mining techniques.Keywords: biomedical data, learning, classifier, algorithms decision tree, knowledge extraction
Procedia PDF Downloads 5596030 Performance in Police Organizations: Approaches from the Literature Review
Authors: Felipe Haleyson Ribeiro dos Santos, Edson Ronaldo Guarido Filho
Abstract:
This article aims to review the literature on performance in police organizations. For that, the inOrdinatio method was adopted, which defines the form of selection and classification of articles. The search was carried out in databases, which resulted in a total of 619 documents that were cataloged and classified with the support of the Mendeley software. The theoretical scope intended here is to identify how performance in police organizations has been studied. After deepening the analysis and focusing on management, it was possible to classify the articles into three levels: individual, organizational, and institutional. However, to our best knowledge, no studies were found that addressed the performance relationship between the levels, which can be seen as a suggestion for further research.Keywords: police management, performance, management, multi-level
Procedia PDF Downloads 1086029 Effect of High Volume processed Fly Ash on Engineering Properties of Concrete
Authors: Dhara Shah, Chandrakant Shah
Abstract:
As everyone knows, fly ash is a residual material we get upon energy production using coal. It has found numerous advantages for use in the concrete industry like improved workability, increased ultimate strength, reduced bleeding, reduced permeability, better finish and reduced heat of hydration. Types of fly ash depend on the type of coal and the coal combustion process. It is a pozzolanic material and has mainly two classes, F and C, based on the chemical composition. The fly ash used for this experimental work contains significant amount of lime and would be categorized as type F fly ash. Generally all types of fly ash have particle size less than 0.075mm. The fineness and lime content of fly ash are very important as they will affect the air content and water demand of the concrete, thereby affecting the durability and strength of the concrete. The present work has been done to optimize the use of fly ash to produce concrete with improved results and added benefits. A series of tests are carried out, analyzed and compared with concrete manufactured using only Portland cement as a binder. The present study is carried out for concrete mix with replacement of cement with different proportions of fly ash. Two concrete mixes M25 and M30 were studied with six replacements of cement with fly ash i.e. 40%, 45%, 50%, 55%, 60% and 65% for 7-day, 14-day, 28-day, 56-day and 90-day. Study focused on compressive strength, split tensile strength, modulus of elasticity and modulus of rupture of concrete. Study clearly revealed that cement replacement by any proportion of fly ash failed to achieve early strength. Replacement of 40% and 45% succeeded in achieving required flexural strength for M25 and M30 grade of concrete.Keywords: processed fly ash, engineering properties of concrete, pozzolanic, lime content
Procedia PDF Downloads 3356028 Implementation of IWA-ASM1 Model for Simulating the Wastewater Treatment Plant of Beja by GPS-X 5.1
Authors: Fezzani Boubaker
Abstract:
The modified activated sludge model (ASM1 or Mantis) is a generic structured model and a common platform for dynamic simulation of varieties of aerobic processes for optimization and upgrading of existing plants and for new facilities design. In this study, the modified ASM1 included in the GPS-X software was used to simulate the wastewater treatment plant (WWTP) of Beja treating domestic sewage mixed with baker‘s yeast factory effluent. The results of daily measurements and operating records were used to calibrate the model. A sensitivity and an automatic optimization analysis were conducted to determine the most sensitive and optimal parameters. The results indicated that the ASM1 model could simulate with good accuracy: the COD concentration of effluents from the WWTP of Beja for all months of the year 2012. In addition, it prevents the disruption observed at the output of the plant by injecting the baker‘s yeast factory effluent at high concentrations varied between 20 and 80 g/l.Keywords: ASM1, activated sludge, baker’s yeast effluent, modelling, simulation, GPS-X 5.1 software
Procedia PDF Downloads 3436027 Health Percentage Evaluation for Satellite Electrical Power System Based on Linear Stresses Accumulation Damage Theory
Authors: Lin Wenli, Fu Linchun, Zhang Yi, Wu Ming
Abstract:
To meet the demands of long-life and high-intelligence for satellites, the electrical power system should be provided with self-health condition evaluation capability. Any over-stress events in operations should be recorded. Based on Linear stresses accumulation damage theory, accumulative damage analysis was performed on thermal-mechanical-electrical united stresses for three components including the solar array, the batteries and the power conditioning unit. Then an overall health percentage evaluation model for satellite electrical power system was built. To obtain the accurate quantity for system health percentage, an automatic feedback closed-loop correction method for all coefficients in the evaluation model was present. The evaluation outputs could be referred as taking earlier fault-forecast and interventions for Ground Control Center or Satellites self.Keywords: satellite electrical power system, health percentage, linear stresses accumulation damage, evaluation model
Procedia PDF Downloads 4116026 A Real Time Expert System for Decision Support in Nuclear Power Plants
Authors: Andressa dos Santos Nicolau, João P. da S.C Algusto, Claudio Márcio do N. A. Pereira, Roberto Schirru
Abstract:
In case of abnormal situations, the nuclear power plant (NPP) operators must follow written procedures to check the condition of the plant and to classify the type of emergency. In this paper, we proposed a Real Time Expert System in order to improve operator’s performance in case of transient or accident with reactor shutdown. The expert system’s knowledge is based on the sequence of events (SoE) of known accident and two emergency procedures of the Brazilian Pressurized Water Reactor (PWR) NPP and uses two kinds of knowledge representation: rule and logic trees. The results show that the system was able to classify the response of the automatic protection systems, as well as to evaluate the conditions of the plant, diagnosing the type of occurrence, recovery procedure to be followed, indicating the shutdown root cause, and classifying the emergency level.Keywords: emergence procedure, expert system, operator support, PWR nuclear power plant
Procedia PDF Downloads 3336025 Automatic Extraction of Arbitrarily Shaped Buildings from VHR Satellite Imagery
Authors: Evans Belly, Imdad Rizvi, M. M. Kadam
Abstract:
Satellite imagery is one of the emerging technologies which are extensively utilized in various applications such as detection/extraction of man-made structures, monitoring of sensitive areas, creating graphic maps etc. The main approach here is the automated detection of buildings from very high resolution (VHR) optical satellite images. Initially, the shadow, the building and the non-building regions (roads, vegetation etc.) are investigated wherein building extraction is mainly focused. Once all the landscape is collected a trimming process is done so as to eliminate the landscapes that may occur due to non-building objects. Finally the label method is used to extract the building regions. The label method may be altered for efficient building extraction. The images used for the analysis are the ones which are extracted from the sensors having resolution less than 1 meter (VHR). This method provides an efficient way to produce good results. The additional overhead of mid processing is eliminated without compromising the quality of the output to ease the processing steps required and time consumed.Keywords: building detection, shadow detection, landscape generation, label, partitioning, very high resolution (VHR) satellite imagery
Procedia PDF Downloads 3146024 Verification of the Supercavitation Phenomena: Investigation of the Cavity Parameters and Drag Coefficients for Different Types of Cavitator
Authors: Sezer Kefeli, Sertaç Arslan
Abstract:
Supercavitation is a pressure dependent process which gives opportunity to eliminate the wetted surface effects on the underwater vehicle due to the differences of viscosity and velocity effects between liquid (freestream) and gas phase. Cavitation process occurs depending on rapid pressure drop or temperature rising in liquid phase. In this paper, pressure based cavitation is investigated due to the fact that is encountered in the underwater world, generally. Basically, this vapor-filled pressure based cavities are unstable and harmful for any underwater vehicle because these cavities (bubbles or voids) lead to intense shock waves while collapsing. On the other hand, supercavitation is a desired and stabilized phenomena than general pressure based cavitation. Supercavitation phenomena offers the idea of minimizing form drag, and thus supercavitating vehicles are revived. When proper circumstances are set up, which are either increasing the operating speed of the underwater vehicle or decreasing the pressure difference between free stream and artificial pressure, the continuity of the supercavitation is obtainable. There are 2 types of supercavitation to obtain stable and continuous supercavitation, and these are called as natural and artificial supercavitation. In order to generate natural supercavitation, various mechanical structures are discovered, which are called as cavitators. In literature, a lot of cavitator types are studied either experimentally or numerically on a CFD platforms with intent to observe natural supercavitation since the 1900s. In this paper, firstly, experimental results are obtained, and trend lines are generated based on supercavitation parameters in terms of cavitation number (), form drag coefficientC_D, dimensionless cavity diameter (d_m/d_c), and length (L_c/d_c). After that, natural cavitation verification studies are carried out for disk and cone shape cavitators. In addition, supercavitation parameters are numerically analyzed at different operating conditions, and CFD results are fitted into trend lines of experimental results. The aims of this paper are to generate one generally accepted drag coefficient equation for disk and cone cavitators at different cavitator half angle and investigation of the supercavitation parameters with respect to cavitation number. Moreover, 165 CFD analysis are performed at different cavitation numbers on FLUENT version 21R2. Five different cavitator types are modeled on SCDM with respect tocavitator’s half angles. After that, CFD database is generated depending on numerical results, and new trend lines are generated based on supercavitation parameters. These trend lines are compared with experimental results. Finally, the generally accepted drag coefficient equation and equations of supercavitation parameters are generated.Keywords: cavity envelope, CFD, high speed underwater vehicles, supercavitation, supercavitating flows, supercavitation parameters, drag reduction, viscous force elimination, natural cavitation verification
Procedia PDF Downloads 131