Search results for: soil classification
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 5066

Search results for: soil classification

2396 Riesz Mixture Model for Brain Tumor Detection

Authors: Mouna Zitouni, Mariem Tounsi

Abstract:

This research introduces an application of the Riesz mixture model for medical image segmentation for accurate diagnosis and treatment of brain tumors. We propose a pixel classification technique based on the Riesz distribution, derived from an extended Bartlett decomposition. To our knowledge, this is the first study addressing this approach. The Expectation-Maximization algorithm is implemented for parameter estimation. A comparative analysis, using both synthetic and real brain images, demonstrates the superiority of the Riesz model over a recent method based on the Wishart distribution.

Keywords: EM algorithm, segmentation, Riesz probability distribution, Wishart probability distribution

Procedia PDF Downloads 18
2395 Case Studies in Three Domains of Learning: Cognitive, Affective, Psychomotor

Authors: Zeinabsadat Haghshenas

Abstract:

Bloom’s Taxonomy has been changed during the years. The idea of this writing is about the revision that has happened in both facts and terms. It also contains case studies of using cognitive Bloom’s taxonomy in teaching geometric solids to the secondary school students, affective objectives in a creative workshop for adults and psychomotor objectives in fixing a malfunctioned refrigerator lamp. There is also pointed to the important role of classification objectives in adult education as a way to prevent memory loss.

Keywords: adult education, affective domain, cognitive domain, memory loss, psychomotor domain

Procedia PDF Downloads 467
2394 Strategic Management for Corporate Social Responsibility in Colombian Industries: A Typology of CSR

Authors: Iris Maria Velez Osorio

Abstract:

There has been in the last decade a concern about the environment, particularly about clean and enough water for human consumption but, some enterprises had some trouble to understand the limited resources in the environment. This research tries to understand how some industries are better oriented to the preservation of the environment through investment for strategic management of scarce resources and try in the best way possible, the contaminants. It was made an industry classification since four different group of theories for Corporate Social Responsibility agree with variables of: investment in environmental care, water protection, and residues treatment finding different levels of commitment with CSR.

Keywords: corporate social responsibility, environment, strategic management, water

Procedia PDF Downloads 376
2393 Dynamic Analysis of Turbine Foundation

Authors: Mogens Saberi

Abstract:

This paper presents different design approaches for the design of turbine foundations. In the design process, several unknown factors must be considered such as the soil stiffness at the site. The main static and dynamic loads are presented and the results of a dynamic simulation are presented for a turbine foundation that is currently being built. A turbine foundation is an important part of a power plant since a non-optimal behavior of the foundation can damage the turbine itself and thereby stop the power production with large consequences.

Keywords: dynamic turbine design, harmonic response analysis, practical turbine design experience, concrete foundation

Procedia PDF Downloads 316
2392 The Condition Testing of Damaged Plates Using Acoustic Features and Machine Learning

Authors: Kyle Saltmarsh

Abstract:

Acoustic testing possesses many benefits due to its non-destructive nature and practicality. There hence exists many scenarios in which using acoustic testing for condition testing shows powerful feasibility. A wealth of information is contained within the acoustic and vibration characteristics of structures, allowing the development meaningful features for the classification of their respective condition. In this paper, methods, results, and discussions are presented on the use of non-destructive acoustic testing coupled with acoustic feature extraction and machine learning techniques for the condition testing of manufactured circular steel plates subjected to varied levels of damage.

Keywords: plates, deformation, acoustic features, machine learning

Procedia PDF Downloads 337
2391 Evaluation of Duncan-Chang Deformation Parameters of Granular Fill Materials Using Non-Invasive Seismic Wave Methods

Authors: Ehsan Pegah, Huabei Liu

Abstract:

Characterizing the deformation properties of fill materials in a wide stress range always has been an important issue in geotechnical engineering. The hyperbolic Duncan-Chang model is a very popular model of stress-strain relationship that captures the nonlinear deformation of granular geomaterials in a very tractable manner. It consists of a particular set of the model parameters, which are generally measured from an extensive series of laboratory triaxial tests. This practice is both time-consuming and costly, especially in large projects. In addition, undesired effects caused by soil disturbance during the sampling procedure also may yield a large degree of uncertainty in the results. Accordingly, non-invasive geophysical seismic approaches may be utilized as the appropriate alternative surveys for measuring the model parameters based on the seismic wave velocities. To this end, the conventional seismic refraction profiles were carried out in the test sites with the granular fill materials to collect the seismic waves information. The acquired shot gathers are processed, from which the P- and S-wave velocities can be derived. The P-wave velocities are extracted from the Seismic Refraction Tomography (SRT) technique while S-wave velocities are obtained by the Multichannel Analysis of Surface Waves (MASW) method. The velocity values were then utilized with the equations resulting from the rigorous theories of elasticity and soil mechanics to evaluate the Duncan-Chang model parameters. The derived parameters were finally compared with those from laboratory tests to validate the reliability of the results. The findings of this study may confidently serve as the useful references for determination of nonlinear deformation parameters of granular fill geomaterials. Those are environmentally friendly and quite economic, which can yield accurate results under the actual in-situ conditions using the surface seismic methods.

Keywords: Duncan-Chang deformation parameters, granular fill materials, seismic waves velocity, multichannel analysis of surface waves, seismic refraction tomography

Procedia PDF Downloads 182
2390 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 353
2389 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 61
2388 Potential of Dredged Material for CSEB in Building Structure

Authors: BoSheng Liu

Abstract:

The research goal is to re-image a locally-sourced waste product as abuilding material. The author aims to contribute to the compressed stabilized earth block (CSEB) by investigating the promising role of dredged material as an alternative building ingredient in the production of bricks and tiles. Dredged material comes from the sediment deposited near the shore or downstream, where the water current velocity decreases. This sediment needs to be dredged to provide water transportation; thus, there are mounds of the dredged material stored at bay. It is the interest of this research to reduce the filtered un-organic soil in the production of CSEB and replace it with locally dredged material from the Atchafalaya River in Morgan City, Louisiana. Technology and mechanical innovations have evolved the traditional adobe production method, which mixes the soil and natural fiber into molded bricks, into chemically stabilized CSEB made by compressing the clay mixture and stabilizer in a compression chamber with particular loads. In the case of dredged material CSEB (DM-CSEB), cement plays an essential role as the bending agent contributing to the unit strength while sustaining the filtered un-organic soil. Each DM-CSEB unit is made in a compression chamber with 580 PSI (i.e., 4 MPa) force. The research studied the cement content from 5% to 10% along with the range of dredged material mixtures, which differed from 20% to 80%. The material mixture content affected the DM-CSEB's strength and workability during and after its compression. Results indicated two optimal workabilities of the mixture: 27% fine clay content and 63% dredged material with 10% cement, or 28% fine clay content, and 67% dredged material with 5% cement. The final product of DM-CSEB emitted between 10 to 13 times fewer carbon emissions compared to the conventional fired masonry structure. DM-CSEB satisfied the strength requirement given by the ASTM C62 and ASTM C34 standards for construction material. One of the final evaluations tested and validated the material performance by designing and constructing an architectural, conical tile-vault prototype that was 28" by 40" by 24." The vault utilized a computational form-finding approach to generate the form's geometry, which optimized the correlation between the vault geometry and structural load distribution. A series of scaffolding was deployed to create the framework for the tile-vault construction. The final tile-vault structure was made from 2 layers of DM-CSEB tiles jointed by mortar, and the construction of the structure used over 110 tiles. The tile-vault prototype was capable of carrying over 400 lbs of live loads, which further demonstrated the dredged material feasibility as a construction material. The presented case study of Dredged Material Compressed Stabilized Earth Block (DM-CSEB) provides the first impression of dredged material in the clayey mixture process, structural performance, and construction practice. Overall, the approach of integrating dredged material in building material can be feasible, regionally sourced, cost-effective, and environment-friendly.

Keywords: dredged material, compressed stabilized earth block, tile-vault, regionally sourced, environment-friendly

Procedia PDF Downloads 115
2387 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 262
2386 Characterization of Forest Fire Fuel in Shivalik Himalayas Using Hyperspectral Remote Sensing

Authors: Neha Devi, P. K. Joshi

Abstract:

Fire fuel map is one of the most critical factors for planning and managing the fire hazard and risk. One of the most significant forms of global disturbance, impacting community dynamics, biogeochemical cycles and local and regional climate across a wide range of ecosystems ranging from boreal forests to tropical rainforest is wildfire Assessment of fire danger is a function of forest type, fuelwood stock volume, moisture content, degree of senescence and fire management strategy adopted in the ground. Remote sensing has potential of reduction the uncertainty in mapping fuels. Hyperspectral remote sensing is emerging to be a very promising technology for wildfire fuels characterization. Fine spectral information also facilitates mapping of biophysical and chemical information that is directly related to the quality of forest fire fuels including above ground live biomass, canopy moisture, etc. We used Hyperion imagery acquired in February, 2016 and analysed four fuel characteristics using Hyperion sensor data on-board EO-1 satellite, acquired over the Shiwalik Himalayas covering the area of Champawat, Uttarakhand state. The main objective of this study was to present an overview of methodologies for mapping fuel properties using hyperspectral remote sensing data. Fuel characteristics analysed include fuel biomass, fuel moisture, and fuel condition and fuel type. Fuel moisture and fuel biomass were assessed through the expression of the liquid water bands. Fuel condition and type was assessed using green vegetation, non-photosynthetic vegetation and soil as Endmember for spectral mixture analysis. Linear Spectral Unmixing, a partial spectral unmixing algorithm, was used to identify the spectral abundance of green vegetation, non-photosynthetic vegetation and soil.

Keywords: forest fire fuel, Hyperion, hyperspectral, linear spectral unmixing, spectral mixture analysis

Procedia PDF Downloads 165
2385 Characterization of Antibiotic Resistance in Cultivable Enterobacteriaceae Isolates from Different Ecological Niches in the Eastern Cape, South Africa

Authors: Martins A. Adefisoye, Mpaka Lindelwa, Fadare Folake, Anthony I. Okoh

Abstract:

Evolution and rapid dissemination of antibiotic resistance from one ecosystem to another has been responsible for wide-scale epidemic and endemic spreads of multi-drug resistance pathogens. This study assessed the prevalence of Enterobacteriaceae in different environmental samples, including river water, hospital effluents, abattoir wastewater, animal rectal swabs and faecal droppings, soil, and vegetables, using standard microbiological procedure. The identity of the isolates were confirmed using matrix-assisted laser desorption ionization-time of flight mass spectrophotometry (MALDI-TOF) while the isolates were profiled for resistance against a panel of 16 antibiotics using disc diffusion (DD) test, and the occurrence of resistance genes (ARG) was determined by polymerase chain reactions (PCR). Enterobacteriaceae counts in the samples range as follows: river water 4.0 × 101 – 2.0 × 104 cfu/100 ml, hospital effluents 1.5 × 103 – 3.0 × 107 cfu/100 ml, municipal wastewater 2.3 × 103 – 9.2 × 104 cfu/100 ml, faecal droppings 3.0 × 105 – 9.5 × 106 cfu/g, animal rectal swabs 3.0 × 102 – 2.9 × 107 cfu/ml, soil 0 – 1.2 × 105 cfu/g and vegetables 0 – 2.2 × 107 cfu/g. Of the 700 randomly selected presumptive isolates subjected to MALDI-TOF analysis, 129 (18.4%), 68 (9.7%), 67 (9.5%), 41 (5.9%) were E. coli, Klebsiella spp., Enterobacter spp., and Citrobacter spp. respectively while the remaining isolates belong to other genera not targeted in the study. The DD test shows resistance ranging between 91.6% (175/191) for cefuroxime and (15.2%, 29/191) for imipenem The predominant multiple antibiotic resistance phenotypes (MARP), (GM-AUG-AP-CTX-CXM-CIP-NOR-NI-C-NA-TS-T-DXT) occurred in 9 Klebsiella isolates. The multiple antibiotic resistance indices (MARI) the isolates (range 0.17–1.0) generally showed >95% had MARI above the 0.2 thresholds, suggesting that most of the isolates originate from high-risk environments with high antibiotic use and high selective pressure for the emergence of resistance. The associated ARG in the isolates include: bla TEM 61.9 (65), bla SHV 1.9 (2), bla OXA 8.6 (9), CTX-M-2 8.6 (9), CTX-M-9 6.7 (7), sul 2 26.7 (28), tet A 16.2 (17), tet M 17.1 (18), aadA 59.1 (62), strA 34.3 (36), aac(3)A 19.1 (20), (aa2)A 7.6 (8), and aph(3)-1A 10.5 (11). The results underscore the need for preventative measures to curb the proliferation of antibiotic-resistant bacteria including Enterobacteriaceae to protect public health.

Keywords: enterobacteriaceae, antibiotic-resistance, MALDI-TOF, resistance genes, MARP, MARI, public health

Procedia PDF Downloads 149
2384 Evaluation of Wheat Varieties on Water Use Efficiency under Staggering Sowing times and Variable Irrigation Regimes under Timely and Late Sown Conditions

Authors: Vaibhav Baliyan, Shweta Mehrotra, S. S. Parihar

Abstract:

The agricultural productivity is challenged by climate change and depletion in natural resources, including water and land, which significantly affects the crop yield. Wheat is a thermo-sensitive crop and is prone to heat stress. High temperature decreases crop duration, yield attributes, and, subsequently, grain yield and biomass production. Terminal heat stress affects grain filling duration, grain yield, and yield attributes, thus causing a reduction in wheat yield. A field experiment was conducted at Indian Agricultural Research Institute, New Delhi, for two consecutive rabi seasons (2017-18 and 2018-19) on six varieties of wheat (early sown - HD 2967, HD 3086, HD 2894 and late sown - WR 544, HD 3059, HD 3117 ) with three moisture regimes (100%, 80%, and 60% ETc, and no irrigation) and six sowing dates in three replications to investigate the effect of different moisture regimes and sowing dates on growth, yield and water use efficiency of wheat for development of best management practices for mitigation of terminal heat stress. HD3086 and HD3059 gave higher grain yield than others under early sown and late sown conditions, respectively. Maximum soil moisture extraction was recorded from 0-30 cm soil depth across the sowing dates, irrigation regimes, and varieties. Delayed sowing resulted in reducing crop growth period and forced maturity, in turn, led to significant deterioration in all the yield attributing characters and, there by, reduction in yield, suggesting that terminal heat stress had greater impact on yield. Early sowing and irrigation at 80% ETc resulted in improved growth and yield attributes and water use efficiency in both the seasons and helped to some extent in reducing the risk of terminal heat stress of wheat grown on sandy loam soils of semi-arid regions of India.

Keywords: sowing, irrigation, yield, heat stress

Procedia PDF Downloads 97
2383 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 402
2382 The Production of Biofertilizer from Naturally Occurring Microorganisms by Using Nuclear Technologies

Authors: K. S. Al-Mugren, A. Yahya, S. Alodah, R. Alharbi, S. H. Almsaid , A. Alqahtani, H. Jaber, A. Basaqer, N. Alajra, N. Almoghati, A. Alsalman, Khalid Alharbi

Abstract:

Context: The production of biofertilizers from naturally occurring microorganisms is an area of research that aims to enhance agricultural practices by utilizing local resources. This research project focuses on isolating and screening indigenous microorganisms with PK-fixing and phosphate solubilizing characteristics from local sources. Research Aim: The aim of this project is to develop a biofertilizer product using indigenous microorganisms and composted agro waste as a carrier. The objective is to enhance crop productivity and soil fertility through the application of biofertilizers. Methodology: The research methodology includes several key steps. Firstly, indigenous microorganisms will be isolated from local resources using the ten-fold serial dilutions technique. Screening assays will be conducted to identify microorganisms with phosphate solubilizing and PK-fixing activities. Agro-waste materials will be collected from local agricultural sources, and composting experiments will be conducted to convert them into organic matter-rich compost. Physicochemical analysis will be performed to assess the composition of the composted agro-waste. Gamma and X-ray irradiation will be used to sterilize the carrier material. The sterilized carrier will be tested for sterility using the ten-fold serial dilutions technique. Finally, selected indigenous microorganisms will be developed into biofertilizer products. Findings: The research aims to find suitable indigenous microorganisms with phosphate solubilizing and PK-fixing characteristics for biofertilizer production. Additionally, the research aims to assess the suitability of composted agro waste as a carrier for biofertilizers. The impact of gamma irradiation sterilization on pathogen elimination will also be investigated. Theoretical Importance: This research contributes to the understanding of utilizing indigenous microorganisms and composted agro waste for biofertilizer production. It expands knowledge on the potential benefits of biofertilizers in enhancing crop productivity and soil fertility. Data Collection and Analysis Procedures: The data collection process involves isolating indigenous microorganisms, conducting screening assays, collecting and composting agro waste, analyzing the physicochemical composition of composted agro waste, and testing carrier sterilization. The analysis procedures include assessing the abilities of indigenous microorganisms, evaluating the composition of composted agro waste, and determining the sterility of the carrier material. Conclusion: The research project aims to develop biofertilizer products using indigenous microorganisms and composted agro waste as a carrier. Through the isolation and screening of indigenous microorganisms, the project aims to enhance crop productivity and soil fertility by utilizing local resources. The research findings will contribute to the understanding of the suitability of composted agro waste as a carrier and the efficacy of gamma irradiation sterilization. The research outcomes will have theoretical importance in the field of biofertilizer production and agricultural practices.

Keywords: biofertilizer, microorganisms, agro waste, nuclear technologies

Procedia PDF Downloads 140
2381 Enhancing Postharvest Quality and Shelf-Life of Leaf Lettuce (Lactuca sativa L.) by Altering Growing Conditions

Authors: Jung-Soo Lee, Ujjal Kumar Nath, IllSup Nou, Dulal Chandra

Abstract:

Leaf lettuce is one of the most important leafy vegetables that is used as raw for salad and part of everyday dishes in many parts of the world including Asian countries. Since it is used as fresh, its quality maintenance is crucial which depends on several pre- and postharvest factors. In order to investigate the effects of pre-fix factors on the postharvest quality, the interaction of pre-fix factors such as growing conditions and fixed factor like cultivars were evaluated. Four Korean leaf lettuce cultivars ‘Cheongchima’, ‘Cheongchuckmyeon’, ‘Geockchima’ and ‘Geockchuckmyeon’ were grown under natural condition (as control) and altered growing condition (green house) with excess soil water and 50% shading to monitor their postharvest qualities. Several growth parameters like plant height, number of leaves, leaf thickness, fresh biomass yield as well as postharvest qualities like fresh weight loss, respiration rate, changes in color and shelf-life were measured in lettuce during storage up to 36 days at 5°C. Plant height and the number of leaves were affected by both pre-fix growing conditions as well as the cultivars. However, fresh biomass yield was affected by only growing condition, whereas leaf thickness was affected by cultivars. Additionally, the degrees of fresh weight loss and respiration rate of leaf lettuce at postharvest stages were influenced by pre-fix growing conditions and cultivars. However, changes in color of leaves during storage were less remarkable in samples harvested from of ‘Cheongchima’ and ‘Cheongchuckmyeon’ cultivars grown in excess watering with 50% shade than that grown in control condition. Consequently, these two cultivars also showed longer shelf-life when they were grown in excess watering with 50% shade than other cultivars or samples were grown in control condition. Based on the measured parameters, it can be concluded that postharvest quality of leaf lettuce might be accelerated by growing lettuce under excess soil water with 50% shading.

Keywords: cultivar, growing condition, leaf lettuce, postharvest quality, shelf-life

Procedia PDF Downloads 260
2380 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 150
2379 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 559
2378 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 108
2377 Phi Thickening Induction as a Response to Abiotic Stress in the Orchid Miltoniopsis

Authors: Nurul Aliaa Idris, David A. Collings

Abstract:

Phi thickenings are specialized secondary cell wall thickenings that are found in the cortex of the roots in a wide range of plant species, including orchids. The role of phi thickenings in the root is still under debate through research have linked environmental conditions, particularly abiotic stresses such as water stress, heavy metal stress and salinity to their induction in the roots. It has also been suggested that phi thickenings may act as a barrier to regulate solute uptake, act as a physical barrier against fungal hyphal penetration due to its resemblance to the Casparian strip and play a mechanical role to support cortical cells. We have investigated phi thickening function in epiphytic orchids of the genus Miltoniopsis through induction experiment against factors such as soil compaction and water stress. The permeability of the phi thickenings in Miltoniopsis was tested through uptake experiments using the fluorescent tracer dyes Calcofluor white, Lucifer yellow and Propidium iodide then viewed with wide-field or confocal microscopy. To test whether phi thickening may prevent fungal colonization in the root cell, fungal re-infection experiment was conducted by inoculating isolated symbiotic fungus to sterile in vitro Miltoniopsis explants. As the movement of fluorescent tracers through the apoplast was not blocked by phi thickenings, and as phi thickenings developed in the roots of sterile cultures in the absence of fungus and did not prevent fungal colonization of cortical cells, the phi thickenings in Miltoniopsis do not function as a barrier. Phi thickenings were found to be absent in roots grown on agar and remained absent when plants were transplanted to moist soil. However, phi thickenings were induced when plants were transplanted to well-drained media, and by the application of water stress in all soils tested. It is likely that phi thickenings stabilize the root cortex during dehydration. Nevertheless, the varied induction responses present in different plant species suggest that the phi thickenings may play several adaptive roles, instead of just one, depending on species.

Keywords: abiotic stress, Miltoniopsis, orchid, phi thickening

Procedia PDF Downloads 147
2376 Landslide Hazard Assessment Using Physically Based Mathematical Models in Agricultural Terraces at Douro Valley in North of Portugal

Authors: C. Bateira, J. Fernandes, A. Costa

Abstract:

The Douro Demarked Region (DDR) is a production Porto wine region. On the NE of Portugal, the strong incision of the Douro valley developed very steep slopes, organized with agriculture terraces, have experienced an intense and deep transformation in order to implement the mechanization of the work. The old terrace system, based on stone vertical wall support structure, replaced by terraces with earth embankments experienced a huge terrace instability. This terrace instability has important economic and financial consequences on the agriculture enterprises. This paper presents and develops cartographic tools to access the embankment instability and identify the area prone to instability. The priority on this evaluation is related to the use of physically based mathematical models and develop a validation process based on an inventory of the past embankment instability. We used the shallow landslide stability model (SHALSTAB) based on physical parameters such us cohesion (c’), friction angle(ф), hydraulic conductivity, soil depth, soil specific weight (ϱ), slope angle (α) and contributing areas by Multiple Flow Direction Method (MFD). A terraced area can be analysed by this models unless we have very detailed information representative of the terrain morphology. The slope angle and the contributing areas depend on that. We can achieve that propose using digital elevation models (DEM) with great resolution (pixel with 40cm side), resulting from a set of photographs taken by a flight at 100m high with pixel resolution of 12cm. The slope angle results from this DEM. In the other hand, the MFD contributing area models the internal flow and is an important element to define the spatial variation of the soil saturation. That internal flow is based on the DEM. That is supported by the statement that the interflow, although not coincident with the superficial flow, have important similitude with it. Electrical resistivity monitoring values which related with the MFD contributing areas build from a DEM of 1m resolution and revealed a consistent correlation. That analysis, performed on the area, showed a good correlation with R2 of 0,72 and 0,76 at 1,5m and 2m depth, respectively. Considering that, a DEM with 1m resolution was the base to model the real internal flow. Thus, we assumed that the contributing area of 1m resolution modelled by MFD is representative of the internal flow of the area. In order to solve this problem we used a set of generalized DEMs to build the contributing areas used in the SHALSTAB. Those DEMs, with several resolutions (1m and 5m), were built from a set of photographs with 50cm resolution taken by a flight with 5km high. Using this maps combination, we modelled several final maps of terrace instability and performed a validation process with the contingency matrix. The best final instability map resembles the slope map from a DEM of 40cm resolution and a MFD map from a DEM of 1m resolution with a True Positive Rate (TPR) of 0,97, a False Positive Rate of 0,47, Accuracy (ACC) of 0,53, Precision (PVC) of 0,0004 and a TPR/FPR ratio of 2,06.

Keywords: agricultural terraces, cartography, landslides, SHALSTAB, vineyards

Procedia PDF Downloads 177
2375 Floodnet: Classification for Post Flood Scene with a High-Resolution Aerial Imaginary Dataset

Authors: Molakala Mourya Vardhan Reddy, Kandimala Revanth, Koduru Sumanth, Beena B. M.

Abstract:

Emergency response and recovery operations are severely hampered by natural catastrophes, especially floods. Understanding post-flood scenarios is essential to disaster management because it facilitates quick evaluation and decision-making. To this end, we introduce FloodNet, a brand-new high-resolution aerial picture collection created especially for comprehending post-flood scenes. A varied collection of excellent aerial photos taken during and after flood occurrences make up FloodNet, which offers comprehensive representations of flooded landscapes, damaged infrastructure, and changed topographies. The dataset provides a thorough resource for training and assessing computer vision models designed to handle the complexity of post-flood scenarios, including a variety of environmental conditions and geographic regions. Pixel-level semantic segmentation masks are used to label the pictures in FloodNet, allowing for a more detailed examination of flood-related characteristics, including debris, water bodies, and damaged structures. Furthermore, temporal and positional metadata improve the dataset's usefulness for longitudinal research and spatiotemporal analysis. For activities like flood extent mapping, damage assessment, and infrastructure recovery projection, we provide baseline standards and evaluation metrics to promote research and development in the field of post-flood scene comprehension. By integrating FloodNet into machine learning pipelines, it will be easier to create reliable algorithms that will help politicians, urban planners, and first responders make choices both before and after floods. The goal of the FloodNet dataset is to support advances in computer vision, remote sensing, and disaster response technologies by providing a useful resource for researchers. FloodNet helps to create creative solutions for boosting communities' resilience in the face of natural catastrophes by tackling the particular problems presented by post-flood situations.

Keywords: image classification, segmentation, computer vision, nature disaster, unmanned arial vehicle(UAV), machine learning.

Procedia PDF Downloads 78
2374 The Role of Nutrition and Food Engineering in Promoting Sustainable Food Systems

Authors: Sara Khan Mohammadi

Abstract:

The world is facing a major challenge of feeding a growing population while ensuring the sustainability of food systems. The United Nations estimates that the global population will reach 9.7 billion by 2050, which means that food production needs to increase by 70% to meet the demand. However, this increase in food production should not come at the cost of environmental degradation, loss of biodiversity, and climate change. Therefore, there is a need for sustainable food systems that can provide healthy and nutritious food while minimizing their impact on the environment. Nutrition and Food Engineering: Nutrition and food engineering play a crucial role in promoting sustainable food system. Nutrition is concerned with the study of nutrients in foods, their absorption, metabolism, and their effects on health. Food engineering involves the application of engineering principles to design, develop, and optimize food processing operations. Together, nutrition and food engineering can help to create sustainable food systems by: 1. Developing Nutritious Foods: Nutritionists and food engineers can work together to develop foods that are rich in nutrients such as vitamins, minerals, fiber, and protein. These foods can be designed to meet the nutritional needs of different populations while minimizing waste. 2. Reducing Food Waste: Food waste is a major problem globally as it contributes to greenhouse gas emissions and wastes resources such as water and land. Nutritionists and food engineers can work together to develop technologies that reduce waste during processing, storage, transportation, and consumption. 3. Improving Food Safety: Unsafe foods can cause illnesses such as diarrhea, cholera, typhoid fever among others which are major public health concerns globally. Nutritionists and food engineers can work together to develop technologies that improve the safety of foods from farm to fork. 4. Enhancing Sustainability: Sustainable agriculture practices such as conservation agriculture can help reduce soil erosion while improving soil fertility. Nutritionists and food engineers can work together to develop technologies that promote sustainable agriculture practices.

Keywords: sustainable food, developing food, reducing food waste, food safety

Procedia PDF Downloads 87
2373 Insight into Localized Fertilizer Placement in Major Cereal Crops

Authors: Solomon Yokamo, Dianjun Lu, Xiaoqin Chen, Huoyan Wang

Abstract:

The current ‘high input-high output’ nutrient management model based on homogenous spreading over the entire soil surface remains a key challenge in China’s farming systems, leading to low fertilizer use efficiency and environmental pollution. Localized placement of fertilizer (LPF) to crop root zones has been proposed as a viable approach to boost crop production while protecting environmental pollution. To assess the potential benefits of LPF on three major crops—wheat, rice, and maize—a comprehensive meta-analysis was conducted, encompassing 85 field studies published from 2002-2023. We further validated the practicability and feasibility of one-time root zone N management based on LPF for the three field crops. The meta-analysis revealed that LPF significantly increased the yields of the selected crops (13.62%) and nitrogen recovery efficiency (REN) (33.09%) while reducing cumulative nitrous oxide (N₂O) emission (17.37%) and ammonia (NH₃) volatilization (60.14%) compared to the conventional surface application (CSA). Higher grain yield and REN were achieved with an optimal fertilization depth (FD) of 5-15 cm, moderate N rates, combined NPK application, one-time deep fertilization, and coarse-textured and slightly acidic soils. Field validation experiments showed that localized one-time root zone N management without topdressing increased maize (6.2%), rice (34.6%), and wheat (2.9%) yields while saving N fertilizer (3%) and also increased the net economic benefits (23.71%) compared to CSA. A soil incubation study further proved the potential of LPF to enhance the retention and availability of mineral N in the root zone over an extended period. Thus, LPF could be an important fertilizer management strategy and should be extended to other less-developed and developing regions to win the triple benefit of food security, environmental quality, and economic gains.

Keywords: grain yield, LPF, NH₃ volatilization, N₂O emission, N recovery efficiency

Procedia PDF Downloads 19
2372 Detection of Powdery Mildew Disease in Strawberry Using Image Texture and Supervised Classifiers

Authors: Sultan Mahmud, Qamar Zaman, Travis Esau, Young Chang

Abstract:

Strawberry powdery mildew (PM) is a serious disease that has a significant impact on strawberry production. Field scouting is still a major way to find PM disease, which is not only labor intensive but also almost impossible to monitor disease severity. To reduce the loss caused by PM disease and achieve faster automatic detection of the disease, this paper proposes an approach for detection of the disease, based on image texture and classified with support vector machines (SVMs) and k-nearest neighbors (kNNs). The methodology of the proposed study is based on image processing which is composed of five main steps including image acquisition, pre-processing, segmentation, features extraction and classification. Two strawberry fields were used in this study. Images of healthy leaves and leaves infected with PM (Sphaerotheca macularis) disease under artificial cloud lighting condition. Colour thresholding was utilized to segment all images before textural analysis. Colour co-occurrence matrix (CCM) was introduced for extraction of textural features. Forty textural features, related to a physiological parameter of leaves were extracted from CCM of National television system committee (NTSC) luminance, hue, saturation and intensity (HSI) images. The normalized feature data were utilized for training and validation, respectively, using developed classifiers. The classifiers have experimented with internal, external and cross-validations. The best classifier was selected based on their performance and accuracy. Experimental results suggested that SVMs classifier showed 98.33%, 85.33%, 87.33%, 93.33% and 95.0% of accuracy on internal, external-I, external-II, 4-fold cross and 5-fold cross-validation, respectively. Whereas, kNNs results represented 90.0%, 72.00%, 74.66%, 89.33% and 90.3% of classification accuracy, respectively. The outcome of this study demonstrated that SVMs classified PM disease with a highest overall accuracy of 91.86% and 1.1211 seconds of processing time. Therefore, overall results concluded that the proposed study can significantly support an accurate and automatic identification and recognition of strawberry PM disease with SVMs classifier.

Keywords: powdery mildew, image processing, textural analysis, color co-occurrence matrix, support vector machines, k-nearest neighbors

Procedia PDF Downloads 120
2371 Analysis and Design of Offshore Met Mast Supported on Jacket Substructure

Authors: Manu Manu, Pardha J. Saradhi, Ramana M. V. Murthy

Abstract:

Wind Energy is accepted as one of the most developed, cost effective and proven renewable energy technologies to meet increasing electricity demands in a sustainable manner. Preliminary assessment studies along Indian Coastline by Ministry of New and Renewable Energy have indicated prospects for development of offshore wind power along Tamil Nadu Coast, India. The commercial viability of a wind project mainly depends on wind characteristics on site. Hence, it is internationally recommended to perform site-specific wind resource assessment based on two years’ wind profile as a part of the feasibility study. Conventionally, guy wire met mast are used onshore for the collection of wind profile. Installation of similar structure in offshore requires complex marine spread and are very expensive. In the present study, an attempt is made to develop 120 m long lattice tower supported on the jacket, piled to the seabed at Rameshwaram, Tamil Nadu, India. Offshore met-masts are subjected to combined wind and hydrodynamic loads, and these lateral loads should be safely transferred to soil. The wind loads are estimated based on gust factor method, and the hydrodynamic loads are estimated by Morison’s equation along with suitable wave theory. The soil is modeled as three nonlinear orthogonal springs based on API standards. The structure configuration and optimum member sizes are obtained for extreme cyclone events. The dynamic behavior of mast under coupled wind and wave loads is also studied. The static responses of a mast with jacket type offshore platform have been studied using a frame model in SESAM. It is found from the study that the maximum displacement at the top of the mast for the random wave is 0.003 m and that of the tower for wind is 0.08 m during the steady state. The dynamic analysis results indicate that the structure is safe against coupled wind and wave loading.

Keywords: offshore wind, mast, static, aerodynamic load, hydrodynamic load

Procedia PDF Downloads 215
2370 Influence of a High-Resolution Land Cover Classification on Air Quality Modelling

Authors: C. Silveira, A. Ascenso, J. Ferreira, A. I. Miranda, P. Tuccella, G. Curci

Abstract:

Poor air quality is one of the main environmental causes of premature deaths worldwide, and mainly in cities, where the majority of the population lives. It is a consequence of successive land cover (LC) and use changes, as a result of the intensification of human activities. Knowing these landscape modifications in a comprehensive spatiotemporal dimension is, therefore, essential for understanding variations in air pollutant concentrations. In this sense, the use of air quality models is very useful to simulate the physical and chemical processes that affect the dispersion and reaction of chemical species into the atmosphere. However, the modelling performance should always be evaluated since the resolution of the input datasets largely dictates the reliability of the air quality outcomes. Among these data, the updated LC is an important parameter to be considered in atmospheric models, since it takes into account the Earth’s surface changes due to natural and anthropic actions, and regulates the exchanges of fluxes (emissions, heat, moisture, etc.) between the soil and the air. This work aims to evaluate the performance of the Weather Research and Forecasting model coupled with Chemistry (WRF-Chem), when different LC classifications are used as an input. The influence of two LC classifications was tested: i) the 24-classes USGS (United States Geological Survey) LC database included by default in the model, and the ii) CLC (Corine Land Cover) and specific high-resolution LC data for Portugal, reclassified according to the new USGS nomenclature (33-classes). Two distinct WRF-Chem simulations were carried out to assess the influence of the LC on air quality over Europe and Portugal, as a case study, for the year 2015, using the nesting technique over three simulation domains (25 km2, 5 km2 and 1 km2 horizontal resolution). Based on the 33-classes LC approach, particular emphasis was attributed to Portugal, given the detail and higher LC spatial resolution (100 m x 100 m) than the CLC data (5000 m x 5000 m). As regards to the air quality, only the LC impacts on tropospheric ozone concentrations were evaluated, because ozone pollution episodes typically occur in Portugal, in particular during the spring/summer, and there are few research works relating to this pollutant with LC changes. The WRF-Chem results were validated by season and station typology using background measurements from the Portuguese air quality monitoring network. As expected, a better model performance was achieved in rural stations: moderate correlation (0.4 – 0.7), BIAS (10 – 21µg.m-3) and RMSE (20 – 30 µg.m-3), and where higher average ozone concentrations were estimated. Comparing both simulations, small differences grounded on the Leaf Area Index and air temperature values were found, although the high-resolution LC approach shows a slight enhancement in the model evaluation. This highlights the role of the LC on the exchange of atmospheric fluxes, and stresses the need to consider a high-resolution LC characterization combined with other detailed model inputs, such as the emission inventory, to improve air quality assessment.

Keywords: land use, spatial resolution, WRF-Chem, air quality assessment

Procedia PDF Downloads 158
2369 Remote Sensing and GIS for Land Use Change Assessment: Case Study of Oued Bou Hamed Watershed, Southern Tunisia

Authors: Ouerchefani Dalel, Mahdhaoui Basma

Abstract:

Land use change is one of the important factors needed to evaluate later on the impact of human actions on land degradation. This work present the application of a methodology based on remote sensing for evaluation land use change in an arid region of Tunisia. This methodology uses Landsat TM and ETM+ images to produce land use maps by supervised classification based on ground truth region of interests. This study showed that it was possible to rely on radiometric values of the pixels to define each land use class in the field. It was also possible to generate 3 land use classes of the same study area between 1988 and 2011.

Keywords: land use, change, remote sensing, GIS

Procedia PDF Downloads 565
2368 On the Combination of Patient-Generated Data with Data from a Secure Clinical Network Environment: A Practical Example

Authors: Jeroen S. de Bruin, Karin Schindler, Christian Schuh

Abstract:

With increasingly more mobile health applications appearing due to the popularity of smartphones, the possibility arises that these data can be used to improve the medical diagnostic process, as well as the overall quality of healthcare, while at the same time lowering costs. However, as of yet there have been no reports of a successful combination of patient-generated data from smartphones with data from clinical routine. In this paper, we describe how these two types of data can be combined in a secure way without modification to hospital information systems, and how they can together be used in a medical expert system for automatic nutritional classification and triage.

Keywords: mobile health, data integration, expert systems, disease-related malnutrition

Procedia PDF Downloads 477
2367 Object Oriented Classification Based on Feature Extraction Approach for Change Detection in Coastal Ecosystem across Kochi Region

Authors: Mohit Modi, Rajiv Kumar, Manojraj Saxena, G. Ravi Shankar

Abstract:

Change detection of coastal ecosystem plays a vital role in monitoring and managing natural resources along the coastal regions. The present study mainly focuses on the decadal change in Kochi islands connecting the urban flatland areas and the coastal regions where sand deposits have taken place. With this, in view, the change detection has been monitored in the Kochi area to apprehend the urban growth and industrialization leading to decrease in the wetland ecosystem. The region lies between 76°11'19.134"E to 76°25'42.193"E and 9°52'35.719"N to 10°5'51.575"N in the south-western coast of India. The IRS LISS-IV satellite image has been processed using a rule-based algorithm to classify the LULC and to interpret the changes between 2005 & 2015. The approach takes two steps, i.e. extracting features as a single GIS vector layer using different parametric values and to dissolve them. The multi-resolution segmentation has been carried out on the scale ranging from 10-30. The different classes like aquaculture, agricultural land, built-up, wetlands etc. were extracted using parameters like NDVI, mean layer values, the texture-based feature with corresponding threshold values using a rule set algorithm. The objects obtained in the segmentation process were visualized to be overlaying the satellite image at a scale of 15. This layer was further segmented using the spectral difference segmentation rule between the objects. These individual class layers were dissolved in the basic segmented layer of the image and were interpreted in vector-based GIS programme to achieve higher accuracy. The result shows a rapid increase in an industrial area of 40% based on industrial area statistics of 2005. There is a decrease in wetlands area which has been converted into built-up. New roads have been constructed which are connecting the islands to urban areas as well as highways. The increase in coastal region has been visualized due to sand depositions. The outcome is well supported by quantitative assessments which will empower rich understanding of land use land cover change for appropriate policy intervention and further monitoring.

Keywords: land use land cover, multiresolution segmentation, NDVI, object based classification

Procedia PDF Downloads 183