Search results for: Esteban Gómez Terán
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 198

Search results for: Esteban Gómez Terán

198 Assessment of DNA Sequence Encoding Techniques for Machine Learning Algorithms Using a Universal Bacterial Marker

Authors: Diego Santibañez Oyarce, Fernanda Bravo Cornejo, Camilo Cerda Sarabia, Belén Díaz Díaz, Esteban Gómez Terán, Hugo Osses Prado, Raúl Caulier-Cisterna, Jorge Vergara-Quezada, Ana Moya-Beltrán

Abstract:

The advent of high-throughput sequencing technologies has revolutionized genomics, generating vast amounts of genetic data that challenge traditional bioinformatics methods. Machine learning addresses these challenges by leveraging computational power to identify patterns and extract information from large datasets. However, biological sequence data, being symbolic and non-numeric, must be converted into numerical formats for machine learning algorithms to process effectively. So far, some encoding methods, such as one-hot encoding or k-mers, have been explored. This work proposes additional approaches for encoding DNA sequences in order to compare them with existing techniques and determine if they can provide improvements or if current methods offer superior results. Data from the 16S rRNA gene, a universal marker, was used to analyze eight bacterial groups that are significant in the pulmonary environment and have clinical implications. The bacterial genes included in this analysis are Prevotella, Abiotrophia, Acidovorax, Streptococcus, Neisseria, Veillonella, Mycobacterium, and Megasphaera. These data were downloaded from the NCBI database in Genbank file format, followed by a syntactic analysis to selectively extract relevant information from each file. For data encoding, a sequence normalization process was carried out as the first step. From approximately 22,000 initial data points, a subset was generated for testing purposes. Specifically, 55 sequences from each bacterial group met the length criteria, resulting in an initial sample of approximately 440 sequences. The sequences were encoded using different methods, including one-hot encoding, k-mers, Fourier transform, and Wavelet transform. Various machine learning algorithms, such as support vector machines, random forests, and neural networks, were trained to evaluate these encoding methods. The performance of these models was assessed using multiple metrics, including the confusion matrix, ROC curve, and F1 Score, providing a comprehensive evaluation of their classification capabilities. The results show that accuracies between encoding methods vary by up to approximately 15%, with the Fourier transform obtaining the best results for the evaluated machine learning algorithms. These findings, supported by the detailed analysis using the confusion matrix, ROC curve, and F1 Score, provide valuable insights into the effectiveness of different encoding methods and machine learning algorithms for genomic data analysis, potentially improving the accuracy and efficiency of bacterial classification and related genomic studies.

Keywords: DNA encoding, machine learning, Fourier transform, Fourier transformation

Procedia PDF Downloads 0
197 Comparison of Machine Learning-Based Models for Predicting Streptococcus pyogenes Virulence Factors and Antimicrobial Resistance

Authors: Fernanda Bravo Cornejo, Camilo Cerda Sarabia, Belén Díaz Díaz, Diego Santibañez Oyarce, Esteban Gómez Terán, Hugo Osses Prado, Raúl Caulier-Cisterna, Jorge Vergara-Quezada, Ana Moya-Beltrán

Abstract:

Streptococcus pyogenes is a gram-positive bacteria involved in a wide range of diseases and is a major-human-specific bacterial pathogen. In Chile, this year the 'Ministerio de Salud' declared an alert due to the increase in strains throughout the year. This increase can be attributed to the multitude of factors including antimicrobial resistance (AMR) and Virulence Factors (VF). Understanding these VF and AMR is crucial for developing effective strategies and improving public health responses. Moreover, experimental identification and characterization of these pathogenic mechanisms are labor-intensive and time-consuming. Therefore, new computational methods are required to provide robust techniques for accelerating this identification. Advances in Machine Learning (ML) algorithms represent the opportunity to refine and accelerate the discovery of VF associated with Streptococcus pyogenes. In this work, we evaluate the accuracy of various machine learning models in predicting the virulence factors and antimicrobial resistance of Streptococcus pyogenes, with the objective of providing new methods for identifying the pathogenic mechanisms of this organism.Our comprehensive approach involved the download of 32,798 genbank files of S. pyogenes from NCBI dataset, coupled with the incorporation of data from Virulence Factor Database (VFDB) and Antibiotic Resistance Database (CARD) which contains sequences of AMR gene sequence and resistance profiles. These datasets provided labeled examples of both virulent and non-virulent genes, enabling a robust foundation for feature extraction and model training. We employed preprocessing, characterization and feature extraction techniques on primary nucleotide/amino acid sequences and selected the optimal more for model training. The feature set was constructed using sequence-based descriptors (e.g., k-mers and One-hot encoding), and functional annotations based on database prediction. The ML models compared are logistic regression, decision trees, support vector machines, neural networks among others. The results of this work show some differences in accuracy between the algorithms, these differences allow us to identify different aspects that represent unique opportunities for a more precise and efficient characterization and identification of VF and AMR. This comparative analysis underscores the value of integrating machine learning techniques in predicting S. pyogenes virulence and AMR, offering potential pathways for more effective diagnostic and therapeutic strategies. Future work will focus on incorporating additional omics data, such as transcriptomics, and exploring advanced deep learning models to further enhance predictive capabilities.

Keywords: antibiotic resistance, streptococcus pyogenes, virulence factors., machine learning

Procedia PDF Downloads 4
196 Exploring Antimicrobial Resistance in the Lung Microbial Community Using Unsupervised Machine Learning

Authors: Camilo Cerda Sarabia, Fernanda Bravo Cornejo, Diego Santibanez Oyarce, Hugo Osses Prado, Esteban Gómez Terán, Belén Diaz Diaz, Raúl Caulier-Cisterna, Jorge Vergara-Quezada, Ana Moya-Beltrán

Abstract:

Antimicrobial resistance (AMR) represents a significant and rapidly escalating global health threat. Projections estimate that by 2050, AMR infections could claim up to 10 million lives annually. Respiratory infections, in particular, pose a severe risk not only to individual patients but also to the broader public health system. Despite the alarming rise in resistant respiratory infections, AMR within the lung microbiome (microbial community) remains underexplored and poorly characterized. The lungs, as a complex and dynamic microbial environment, host diverse communities of microorganisms whose interactions and resistance mechanisms are not fully understood. Unlike studies that focus on individual genomes, analyzing the entire microbiome provides a comprehensive perspective on microbial interactions, resistance gene transfer, and community dynamics, which are crucial for understanding AMR. However, this holistic approach introduces significant computational challenges and exposes the limitations of traditional analytical methods such as the difficulty of identifying the AMR. Machine learning has emerged as a powerful tool to overcome these challenges, offering the ability to analyze complex genomic data and uncover novel insights into AMR that might be overlooked by conventional approaches. This study investigates microbial resistance within the lung microbiome using unsupervised machine learning approaches to uncover resistance patterns and potential clinical associations. it downloaded and selected lung microbiome data from HumanMetagenomeDB based on metadata characteristics such as relevant clinical information, patient demographics, environmental factors, and sample collection methods. The metadata was further complemented by details on antibiotic usage, disease status, and other relevant descriptions. The sequencing data underwent stringent quality control, followed by a functional profiling focus on identifying resistance genes through specialized databases like Antibiotic Resistance Database (CARD) which contains sequences of AMR gene sequence and resistance profiles. Subsequent analyses employed unsupervised machine learning techniques to unravel the structure and diversity of resistomes in the microbial community. Some of the methods employed were clustering methods such as K-Means and Hierarchical Clustering enabled the identification of sample groups based on their resistance gene profiles. The work was implemented in python, leveraging a range of libraries such as biopython for biological sequence manipulation, NumPy for numerical operations, Scikit-learn for machine learning, Matplotlib for data visualization and Pandas for data manipulation. The findings from this study provide insights into the distribution and dynamics of antimicrobial resistance within the lung microbiome. By leveraging unsupervised machine learning, we identified novel resistance patterns and potential drivers within the microbial community.

Keywords: antibiotic resistance, microbial community, unsupervised machine learning., sequences of AMR gene

Procedia PDF Downloads 2
195 Towards Improved Public Information on Industrial Emissions in Italy: Concepts and Specific Issues Associated to the Italian Experience in IPPC Permit Licensing

Authors: C. Mazziotti Gomez de Teran, D. Fiore, B. Cola, A. Fardelli

Abstract:

The present paper summarizes the analysis of the request for consultation of information and data on industrial emissions made publicly available on the web site of the Ministry of Environment, Land and Sea on integrated pollution prevention and control from large industrial installations, the so called “AIA Portal”. However, since also local Competent Authorities have been organizing their own web sites on IPPC permits releasing procedures for public consultation purposes, as a result, a huge amount of information on national industrial plants is already available on internet, although it is usually proposed as textual documentation or images. Thus, it is not possible to access all the relevant information through interoperability systems and also to retrieval relevant information for decision making purposes as well as rising of awareness on environmental issue. Moreover, since in Italy the number of institutional and private subjects involved in the management of the public information on industrial emissions is substantial, the access to the information is provided on internet web sites according to different criteria; thus, at present it is not structurally homogeneous and comparable. To overcome the mentioned difficulties in the case of the Coordinating Committee for the implementation of the Agreement for the industrial area in Taranto and Statte, operating before the IPPC permit granting procedures of the relevant installation located in the area, a big effort was devoted to elaborate and to validate data and information on characterization of soil, ground water aquifer and coastal sea at disposal of different subjects to derive a global perspective for decision making purposes. Thus, the present paper also focuses on main outcomes matured during such experience.

Keywords: public information, emissions into atmosphere, IPPC permits, territorial information systems

Procedia PDF Downloads 274
194 A Shift-Share Analysis: Manufacturing Employment Specialisation at uMhlathuze Local Municipality, South Africa

Authors: Mlondi Ndovela

Abstract:

Globally, the manufacturing employment has been declining and the South African manufacturing sector experiences the very same trend. Despite the commonality between the global and South African manufacturing trend, there is an understanding that local areas provide distinct contributions to the provincial/national economy. Therefore, the growth/decline of a particular manufacturing division in one local area may not be evident in another area since economic performances vary from region to region. In view of the above, the study employed the Esteban-Marquillas model of shift-share analysis (SSA) to conduct an empirical analysis of manufacturing employment performance at uMhlathuze Local Municipality in the KwaZulu-Natal province. The study set out two objectives; those are, to quantify uMhlathuze manufacturing jobs that are attributed to the provincial manufacturing employment trends and identify manufacturing divisions are growing/declining in terms of employment. To achieve these objectives, the study sampled manufacturing employment data from 2010 to 2017 and this data was categorised into ten manufacturing divisions. Furthermore, the Esteban-Marquillas model calculated manufacturing employment in terms of two effects, namely; provincial growth effect (PGE) and industrial mix effect (IME). The results show that even though uMhlathuze manufacturing sector has a positive PGE (+230), the municipality performed poorly in terms of IME (-291). A further analysis included other economic sectors of the municipality to draw employment performance comparison and the study found that agriculture; construction; trade, catering and accommodation; and transport, storage and communication, performed well above manufacturing sector in terms of PGE (+826) and IME (+532). This suggests that uMhlathuze manufacturing sector is not necessarily declining; however, other economic sectors are growing faster and bigger than it is, therefore, reducing the employment share of the manufacturing sector. To promote manufacturing growth from a policy standpoint, the government could create favourable macroeconomic policies such as import substitution policies and support labour-intensive manufacturing divisions. As a result, these macroeconomic policies can help to protect local manufacturing firms and stimulate the growth of manufacturing employment.

Keywords: allocation effect, Esteban-Marquillas model, manufacturing employment, regional competitive effect, shift-share analysis

Procedia PDF Downloads 138
193 Numerical Implementation and Testing of Fractioning Estimator Method for the Box-Counting Dimension of Fractal Objects

Authors: Abraham Terán Salcedo, Didier Samayoa Ochoa

Abstract:

This work presents a numerical implementation of a method for estimating the box-counting dimension of self-avoiding curves on a planar space, fractal objects captured on digital images; this method is named fractioning estimator. Classical methods of digital image processing, such as noise filtering, contrast manipulation, and thresholding, among others, are used in order to obtain binary images that are suitable for performing the necessary computations of the fractioning estimator. A user interface is developed for performing the image processing operations and testing the fractioning estimator on different captured images of real-life fractal objects. To analyze the results, the estimations obtained through the fractioning estimator are compared to the results obtained through other methods that are already implemented on different available software for computing and estimating the box-counting dimension.

Keywords: box-counting, digital image processing, fractal dimension, numerical method

Procedia PDF Downloads 76
192 Impact of Pan Pacific's Training Program to Hotel and Restaurant Management (HRM) Practicum Trainees

Authors: Bandojo Paula Maria Noella, Bernardo Bea Samantha B., Del Rosario Hanassa Mae S., Gomez Marian Louise D., Gomez Rome Voltaire M., Reyes Alessa Anne Therese A.

Abstract:

The purpose of this study is to determine if there is a significant difference between the training program of Pan Pacific Hotel to other Five Star Hotels in terms of the technical, professional and personal competencies before and after their training. The theoretical framework of this study is the practicum manual of the University of Santo Tomas College of Tourism and Hospitality Management, Hotel and Restaurant Management Program Practicum Manual. This study was conducted using survey questionnaires that were distributed to 50 respondents. The results showed that there is a significant difference with the level of competencies of the practicum trainee before and after the training regardless if the training is structured or unstructured. Results also showed that the structured training program of Pan Pacific Hotel significantly improved the Technical Competencies in the different departments of the hotel industry. On the other hand, the findings also showed that there is no difference between the structured and unstructured training program in terms of Professional Competencies and Personal Competencies. The proponents concluded the study by providing recommendations to the partner hotels of the University of Santo Tomas College of Tourism and Hospitality Management that there should be a structured training program for the practicum trainees.

Keywords: structured and structured training program, practicum trainees, competencies, tourism

Procedia PDF Downloads 353
191 Hard Sludge Formation and Consolidation in Pressurized Water Reactor Steam Generators: An Experimental Study

Authors: R. Fernandez-Saavedra, M. B. Gomez-Mancebo, D. Gomez-Briceno

Abstract:

The gradual corrosion of PWR (Pressurized Water Reactor) feedwater, condensate and drain systems results in the inevitable liberation of corrosion products, principally metallic oxides, to the secondary circuit. In addition, other contaminants and impurities are introduced into the makeup water, auxiliary feedwater and by condenser leaks. All these compounds circulating in the secondary flow can eventually be transported to steam generators and be transformed into deposits on their surfaces. Deposits that accumulate on the tube sheet are known as sludge piles and when they consolidate and harden become into hard sludge. Hard sludge is especially detrimental because it favors tube deformation or denting at the top of tube sheet and further stress corrosion cracking (SCC). These failures affect the efficiency of nuclear power plants. In a recent work, a model for the formation and consolidation of hard sludge has been formulated, highlighting the influence of aluminum and silicon compounds in the initial formation of hard sludge. In this work, an experimental study has been performed in order to get a deeper understanding of the behavior of Al and Si species in hard sludge formation and consolidation. For this purpose, the key components of hard sludge (magnetite, aluminum and/or silicon sources) have been isothermally autoclaved in representative secondary circuit conditions during one week, and the resulting products have been chemically and structurally characterized by XRF and XRD techniques, respectively.

Keywords: consolidation, hard sludge, secondary circuit, steam generator

Procedia PDF Downloads 186
190 Application of Molecular Materials in the Manufacture of Flexible and Organic Devices for Photovoltaic Applications

Authors: Mariana Gomez Gomez, Maria Elena Sanchez Vergara

Abstract:

Many sustainable approaches to generate electric energy have emerged in the last few decades; one of them is through solar cells. Yet, this also has the disadvantage of highly polluting inorganic semiconductor manufacturing processes. Therefore, the use of molecular semiconductors must be considered. In this work, allene compounds C24H26O4 and C24H26O5 were used as dopants to manufacture semiconductors films based on PbPc by high-vacuum evaporation technique. IR spectroscopy was carried out to determine the phase and any significant chemical changes which may occur during the thermal evaporation. According to UV-visible spectroscopy and Tauc’s model, the deposition process generated thin films with an activation energy range of 1.47 to 1.55 eV for direct transitions and 1.29 to 1.33 eV for indirect transitions. These values place the manufactured films within the range of low bandgap semiconductors. The flexible devices were manufactured: polyethylene terephthalate (PET), Indium tin oxide (ITO)/organic semiconductor/ Cubic Close Packed (CCP). The characterization of the devices was carried out by evaluating electrical conductivity using the four-probe collinear method. I-V curves were obtained under different lighting conditions at room temperature. OS1 (PbPc/C24H26O4) showed an Ohmic behavior, while OS2 (PbPc/C24H26O5) reached higher current values ​​at lower voltages. The results obtained show that the semiconductors devices doped with allene compounds can be used in the manufacture of optoelectronic devices.

Keywords: electrical properties, optical gap, phthalocyanine, thin film.

Procedia PDF Downloads 245
189 Model of Cosserat Continuum Dispersion in a Half-Space with a Scatterer

Authors: Francisco Velez, Juan David Gomez

Abstract:

Dispersion effects on the Scattering for a semicircular canyon in a micropolar continuum are analyzed, by using a computational finite element scheme. The presence of microrotational waves and the dispersive SV waves affects the propagation of elastic waves. Here, a contrast with the classic model is presented, and the dependence with the micropolar parameters is studied.

Keywords: scattering, semicircular canyon, wave dispersion, micropolar medium, FEM modeling

Procedia PDF Downloads 536
188 Clinical and Epidemiological Profile in Patients with Preeclampsia in a Private Institution in Medellin, Colombia 2015

Authors: Camilo Andrés Agudelo Vélez, Lina María Martínez Sánchez, Isabel Cristina Ortiz Trujillo, Evert Armando Jiménez Cotes, Natalia Perilla Hernández, María de los Ángeles Rodríguez Gázquez, Daniel Duque Restrepo, Felipe Hernández Restrepo, Dayana Andrea Quintero Moreno, Juan José Builes Gómez, Camilo Ruiz Mejía, Ana Lucia Arango Gómez

Abstract:

Preeclampsia is a clinical complication during pregnancy with high incidence in Colombia; therefore, it is important to evaluate the influence of external conditions and medical interventions, in order to promote measures that encourage improvements in the quality of life. Objective: Determine clinical and sociodemographic variables in women with preeclampsia. Methods: This cross-sectional study enrolled 50 patients with the diagnosis of preeclampsia, from a private institution in Medellin, during 2015. We used the software SPSS ver.20 for statistical analysis. For the qualitative variables, we calculated the mean and standard deviation, while, for ordinal and nominal levels of quantitative variables, ratios were estimated. Results: The average age was 26.8±5.9 years. The predominant characteristics were socioeconomic stratum 2 (48%), students (55%), mixed race (46%) and middle school as level of education (38%). As for clinical features, 72% of the cases were mild preeclampsia, and 22% were severe forms. The most common clinical manifestations were edema (46%), headache (62%), and proteinuria (55%). As for the Gyneco-obstetric history, 8% reported previous episodes of this disease and it was the first pregnancy for 60% of the patients. Conclusions: Preeclampsia is a frequent condition in young women; on the other hand, headache and edema were the most common reasons for consultation, therefore, doctors need to be aware of these symptoms in pregnant women.

Keywords: pre-eclampsia, hypertension, pregnancy complications, pregnancy, abdominal, edema

Procedia PDF Downloads 354
187 Nanofluid based on Zinc Oxide/Ferric Oxide Nanocomposite as Additive for Geothermal Drilling Fluids

Authors: Anwaar O. Ali, Mahmoud Fathy Mubarak, Mahmoud Ibrahim Abdou, Hector Cano Esteban, Amany A. Aboulrous

Abstract:

Corrosion resistance and lubrication are crucial characteristics required for geothermal drilling fluids. In this study, a ZnO/Fe₂O₃ nanocomposite was fabricated and incorporated into the structure of Cetyltrimethylammonium bromide (CTAB). Several physicochemical techniques were utilized to analyze and describe the synthesized nanomaterials. The surface morphology of the composite was assessed through scanning electron microscopy (SEM) and energy-dispersive X-ray spectroscopy (EDAX). The corrosion inhibition capabilities of these materials were explored across various corrosive environments. The weight loss and electrochemical methods were utilized to determine the corrosion inhibition activity of the prepared nanomaterials. The results demonstrate a high level of protection achieved by the composite. Additionally, the lubricant coefficient and extreme pressure properties were evaluated.

Keywords: nanofluid, corrosion, geothermal drilling fluids, ZnO/Fe2O3

Procedia PDF Downloads 62
186 Design of a 4-DOF Robot Manipulator with Optimized Algorithm for Inverse Kinematics

Authors: S. Gómez, G. Sánchez, J. Zarama, M. Castañeda Ramos, J. Escoto Alcántar, J. Torres, A. Núñez, S. Santana, F. Nájera, J. A. Lopez

Abstract:

This paper shows in detail the mathematical model of direct and inverse kinematics for a robot manipulator (welding type) with four degrees of freedom. Using the D-H parameters, screw theory, numerical, geometric and interpolation methods, the theoretical and practical values of the position of robot were determined using an optimized algorithm for inverse kinematics obtaining the values of the particular joints in order to determine the virtual paths in a relatively short time.

Keywords: kinematics, degree of freedom, optimization, robot manipulator

Procedia PDF Downloads 453
185 Implementation of a Low-Cost Instrumentation for an Open Cycle Wind Tunnel to Evaluate Pressure Coefficient

Authors: Cristian P. Topa, Esteban A. Valencia, Victor H. Hidalgo, Marco A. Martinez

Abstract:

Wind tunnel experiments for aerodynamic profiles display numerous advantages, such as: clean steady laminar flow, controlled environmental conditions, streamlines visualization, and real data acquisition. However, the experiment instrumentation usually is expensive, and hence, each test implies a incremented in design cost. The aim of this work is to select and implement a low-cost static pressure data acquisition system for a NACA 2412 airfoil in an open cycle wind tunnel. This work compares wind tunnel experiment with Computational Fluid Dynamics (CFD) simulation and parametric analysis. The experiment was evaluated at Reynolds of 1.65 e5, with increasing angles from -5° to 15°. The comparison between the approaches show good enough accuracy, between the experiment and CFD, additional parametric analysis results differ widely from the other methods, which complies with the lack of accuracy of the lateral approach due its simplicity.

Keywords: wind tunnel, low cost instrumentation, experimental testing, CFD simulation

Procedia PDF Downloads 173
184 Cognitive Footprints: Analytical and Predictive Paradigm for Digital Learning

Authors: Marina Vicario, Amadeo Argüelles, Pilar Gómez, Carlos Hernández

Abstract:

In this paper, the Computer Research Network of the National Polytechnic Institute of Mexico proposes a paradigmatic model for the inference of cognitive patterns in digital learning systems. This model leads to metadata architecture useful for analysis and prediction in online learning systems; especially on MOOc's architectures. The model is in the design phase and expects to be tested through an institutional of courses project which is going to develop for the MOOc.

Keywords: cognitive footprints, learning analytics, predictive learning, digital learning, educational computing, educational informatics

Procedia PDF Downloads 469
183 Distributed Energy System - Microgrid Integration of Hybrid Power Systems

Authors: Pedro Esteban

Abstract:

Planning a hybrid power system (HPS) that integrates renewable generation sources, non-renewable generation sources and energy storage, involves determining the capacity and size of various components to be used in the system to be able to supply reliable electricity to the connected load as required. Nowadays it is very common to integrate solar photovoltaic (PV) power plants for renewable generation as part of HPS. The solar PV system is usually balanced via a second form of generation (renewable such as wind power or using fossil fuels such as a diesel generator) or an energy storage system (such as a battery bank). Hybrid power systems can also provide other forms of power such as heat for some applications. Modern hybrid power systems combine power generation and energy storage technologies together with real-time energy management and innovative power quality and energy efficiency improvement functionalities. These systems help customers achieve targets for clean energy generation, they add flexibility to the electrical grid, and they optimize the installation by improving its power quality and energy efficiency.

Keywords: microgrids, hybrid power systems, energy storage, grid code compliance

Procedia PDF Downloads 139
182 Electricity Consumption and Economic Growth: The Case of Mexico

Authors: Mario Gómez, José Carlos Rodríguez

Abstract:

The causal relationship between energy consumption and economic growth has been an important issue in the economic literature. This paper studies the causal relationship between electricity consumption and economic growth in Mexico for the period of 1971-2011. In so doing, unit root tests and causality test are applied. The results show that the series are stationary in levels and that there is causality running from economic growth to energy consumption. The energy conservation policies have little or no impact on economic growth in México.

Keywords: causality, economic growth, energy consumption, Mexico

Procedia PDF Downloads 842
181 Benchmarking of Pentesting Tools

Authors: Esteban Alejandro Armas Vega, Ana Lucila Sandoval Orozco, Luis Javier García Villalba

Abstract:

The benchmarking of tools for dynamic analysis of vulnerabilities in web applications is something that is done periodically, because these tools from time to time update their knowledge base and search algorithms, in order to improve their accuracy. Unfortunately, the vast majority of these evaluations are made by software enthusiasts who publish their results on blogs or on non-academic websites and always with the same evaluation methodology. Similarly, academics who have carried out this type of analysis from a scientific approach, the majority, make their analysis within the same methodology as well the empirical authors. This paper is based on the interest of finding answers to questions that many users of this type of tools have been asking over the years, such as, to know if the tool truly test and evaluate every vulnerability that it ensures do, or if the tool, really, deliver a real report of all the vulnerabilities tested and exploited. This kind of questions have also motivated previous work but without real answers. The aim of this paper is to show results that truly answer, at least on the tested tools, all those unanswered questions. All the results have been obtained by changing the common model of benchmarking used for all those previous works.

Keywords: cybersecurity, IDS, security, web scanners, web vulnerabilities

Procedia PDF Downloads 314
180 Determining the Most Efficient Test Available in Software Testing

Authors: Qasim Zafar, Matthew Anderson, Esteban Garcia, Steven Drager

Abstract:

Software failures can present an enormous detriment to people's lives and cost millions of dollars to repair when they are unexpectedly encountered in the wild. Despite a significant portion of the software development lifecycle and resources are dedicated to testing, software failures are a relatively frequent occurrence. Nevertheless, the evaluation of testing effectiveness remains at the forefront of ensuring high-quality software and software metrics play a critical role in providing valuable insights into quantifiable objectives to assess the level of assurance and confidence in the system. As the selection of appropriate metrics can be an arduous process, the goal of this paper is to shed light on the significance of software metrics by examining a range of testing techniques and metrics as well as identifying key areas for improvement. Additionally, through this investigation, readers will gain a deeper understanding of how metrics can help to drive informed decision-making on delivering high-quality software and facilitate continuous improvement in testing practices.

Keywords: software testing, software metrics, testing effectiveness, black box testing, random testing, adaptive random testing, combinatorial testing, fuzz testing, equivalence partition, boundary value analysis, white box testing

Procedia PDF Downloads 80
179 Characterization of an Almond Shell Composite Based on PHBH

Authors: J. Ivorra-Martinez, L. Quiles-Carrillo, J. Gomez-Caturla, T. Boronat, R. Balart

Abstract:

The utilization of almond crop by-products to obtain PHBH-based composites was carried out by using an extrusion process followed by an injection to obtain test samples. To improve the properties of the resulting composite, the incorporation of OLA 8 as a coupling agent and plasticizer was additionally considered. A characterization process was carried out by the measurement of mechanical properties, thermal properties, surface morphology, and water absorption ability. The use of the almond residue allows obtaining composites based on PHBH with a higher environmental interest and lower cost.

Keywords: almond shell, PHBH, composites, compatibilization

Procedia PDF Downloads 97
178 Mediterranean Diet-Driven Changes in Gut Microbiota Decrease the Infiltration of Inflammatory Myeloid Cells into the Intestinal Tissue

Authors: Gema Gómez-Casado, Alba Rodríguez-Muñoz, Virginia Mela-Rivas, Pallavi Kompella, Francisco José Tinahones-Madueña, Isabel Moreno-Indias, Almudena Ortega-Gómez

Abstract:

Obesity is a high-priority health problem worldwide due to its high prevalence. The proportion of obese and overweight subjects in industrialized countries exceeds half of the population in most cases. Beyond the metabolic problem, obesity boosts inflammation levels in the organism. The gut microbiota, considered an organ by itself, controls a high variety of processes at a systemic level. In fact, the microbiota interacts closely with the immune system, being crucial in determining the maturation state of neutrophils, key effectors of the innate immune response. It is known that changes in the diet exert strong effects on the variety and activity of the gut microbiota. The effect that those changes have on the axis microbiota-immune response is an unexplored field. In this study, 10 patients with obesity (weight 114,3 ± 14,5Kg, BMI 40,47±3,66) followed a Mediterranean-hypocaloric diet for 3 months, reducing their initial weight by 12,71 ± 3%. A transplant of microbiota from these patients before and after the diet was performed into wild type “germ-free” mice (n=10/group), treated with antibiotics. Six weeks after the transplant, mice were euthanized, and the presence of cells from the innate immune system were analysed in different organs (bone marrow, blood, spleen, visceral adipose tissue, and intestine) by flow cytometry. No differences were observed in the number of myeloid cells in bone marrow, blood, spleen, or visceral adipose tissue of mice transplanted with patient’s microbiota before and after following the Mediterranean diet. However, the intestine of mice that received post-diet microbiota presented a marked decrease in the number of neutrophils (whose presence is associated with tissue inflammation), as well as macrophages. In line with these findings, intestine monocytes from mice with post-diet microbiota showed a less inflammatory profile (lower Ly6Gˡᵒʷ proportion of cells). These results point toward a decrease in the inflammatory state of the intestinal tissue, derived from changes in the gut microbiota, which occurred after a 3-month Mediterranean diet.

Keywords: obesity, nutrition, Mediterranean diet, gut microbiota, immune system

Procedia PDF Downloads 117
177 Failure Analysis of a Hydrocarbon Carrying/Piping System

Authors: Esteban Morales Murillo, Ephraim Mokgothu

Abstract:

This paper presents the findings of a study conducted to investigate the wall thinning in a piping system carrying a mix of hydrocarbons in a petrochemical plant. A detailed investigation including optical inspection and several characterisation techniques such as optical microscopy, SEM/EDX, and XRF/C-S analyses was conducted. The examinations revealed that the wall thinning in the piping system was a result of high-temperature H2/H2S corrosion caused by a susceptible material for this mechanism and operating parameters and effluent concentrations beyond the prescribed limits. The sulfide layers found to testify to the large amounts of H2S that led to material degradation. Deposit analysis revealed that it consisted primarily of carbon, oxygen, iron, chromium and sulfur. Metallographic examinations revealed that the attack initiated from the internal surface and that spheroidization of carbides did occur. The article discusses in detail the contribution failure factors on the Couper-Gorman H2/H2S curves to draw conclusions. Recommendations based on the above findings are also discussed.

Keywords: corrosion, Couper-Gorman, high-temperature corrosion, sulfidation, wall thinning, piping system

Procedia PDF Downloads 380
176 Cr (VI) Adsorption on Ce0.25Zr0.75O2.nH2O-Kinetics and Thermodynamics

Authors: Carlos Alberto Rivera-corredor, Angie Dayana Vargas-Ceballos, Edison Gilpavas, Izabela Dobrosz-Gómez, Miguel Ángel Gómez-García

Abstract:

Hexavalent chromium, Cr (VI) is present in the effluents from different industries such as electroplating, mining, leather tanning, etc. This compound is of great academic and industrial concern because of its toxic and carcinogenic behavior. Its dumping to both environmental and public health for animals and humans causes serious problems in water sources. The amount of Cr (VI) in industrial wastewaters ranges from 0.5 to 270,000 mgL-1. According to the Colombian standard for water quality (NTC-813-2010), the maximum allowed concentration for the Cr (VI) in drinking water is 0.05 mg L-1. To comply with this limit, it is essential that industries treat their effluent to reduce the Cr (VI) to acceptable levels. Numerous methods have been reported for the treatment removing metal ions from aqueous solutions such as: reduction, ion exchange, electrodialysis, etc. Adsorption has become a promising method for the purification of metal ions in water, since its application corresponds with an economic and efficient technology. The absorbent selection and the kinetic and thermodynamic study of the adsorption conditions are key to the development of a suitable adsorption technology. The Ce0.25Zr0.75O2.nH2O presents higher adsorption capacity between a series of hydrated mixed oxides Ce1-xZrxO2 (x = 0, 0.25, 0.5, 0.75, 1). This work presents the kinetic and thermodynamic study of Cr (VI) adsorption on Ce0.25Zr0.75O2.nH2O. Experiments were performed under the following experimental conditions: initial Cr (VI) concentration = 25, 50 and 100 mgL-1, pH = 2, adsorbent charge = 4 gL-1, stirring time = 60 min, temperature=20, 28 and 40 °C. The Cr (VI) concentration was spectrophotometrically estimated by the method of difenilcarbazide with monitoring the absorbance at 540 nm. The Cr (VI) adsorption over hydrated Ce0.25Zr0.75O2.nH2O models was analyzed using pseudo-first and pseudo-second order kinetics. The Langmuir and Freundlich models were used to model the experimental data. The convergence between the experimental values and those predicted by the model, is expressed as a linear regression correlation coefficient (R2) and was employed as the model selection criterion. The adsorption process followed the pseudo-second order kinetic model and obeyed the Langmuir isotherm model. The thermodynamic parameters were calculated as: ΔH°=9.04 kJmol-1,ΔS°=0.03 kJmol-1 K-1, ΔG°=-0.35 kJmol-1 and indicated the endothermic and spontaneous nature of the adsorption process, governed by physisorption interactions.

Keywords: adsorption, hexavalent chromium, kinetics, thermodynamics

Procedia PDF Downloads 292
175 Effect of Marine Stress Starvation Conditions on Survival and Retention of the Properties of Potential Probiotic Bacillus Strains

Authors: Abdelkarim Mahdhi, Fdhila Kais, Faouzi Lamari, Zeineb Hmila, Fathi Kamoun, Maria Ángeles Esteban, Amina Bakhrouf

Abstract:

Pathogenic bacteria are considered to be responsible for several infectious diseases in aquaculture. To overcome diseases in fish culture, the use of antimicrobial drugs as strategy, have been adopted. The use of probiotic was a promising approach to avoid the risk associated to pathogenic bacteria. To find a biological control treatment against pathogens, we undertook this investigation to study the maintain of the probiotic properties of Bacillus sp., such as viability, adhesive ability to abiotic surface, antibacterial activity and pathogenicity/toxicity, under marine starvation conditions. Our data revealed that the tested strains maintained their capacity to inhibit pathogens in vivo and in vitro conditions. These strains maintain their adhesive capacity to polystyrene and do not demonstrate the pathogenic or toxic effect to the host. The obtained results give insight about the effect of starvation conditions on the physiological responses of these Bacillus strains that can be considered as a potential candidate’s probiotic.

Keywords: bacillus, probiotic, cell viability, starvation conditions

Procedia PDF Downloads 401
174 Design and Construction of Temperature and Humidity Control Channel for a Bacteriological Incubator

Authors: Carlos R. Duharte Rodríguez, Ibrain Ceballo Acosta, Carmen B. Busoch Morlán, Angel Regueiro Gómez, Annet Martinez Hernández

Abstract:

This work shows the designing and characterization of a prototype of laboratory incubator as support of research in Microbiology, in particular during studies of bacterial growth in biological samples, with the help of optic methods (Turbidimetry) and electrometric measurements of bioimpedance. It shows the results of simulation and experimentation of the design proposed for the canals of measurement of the variables: temperature and humidity, with a high linearity from the adequate selection of sensors and analogue components of every channel, controlled with help of a microcontroller AT89C51 (ATMEL) with adequate benefits for this type of application.

Keywords: microbiology, bacterial growth, incubation station, microorganisms

Procedia PDF Downloads 393
173 The Hitchhiker’s Guide to the Galaxy: The Challenges of Translating Science Fiction

Authors: Esteban Tremoco

Abstract:

This article aims to highlight some specificities of translating Science Fiction (SF literature) and, more particularly, its comic subgenre. Translating SF presupposes the translation of neologisms and gadget names of all kinds, while the translation of humor sometimes implies a need for the translator to slightly modify certain scenes or situations. In the French translation of Douglas Adams' Hitchhiker's Guide to the Galaxy by Jean Bonnefoy (Guide du routard galactique, 1982), the humorous dimension of the book is enhanced through certain choices made by the translator. One of the striking aspects of this translation is that almost all of the characters’ names have been translated, which is not the case in the German, Italian, Spanish and Portuguese translations. While there may be translations of characters’ names outside of the SF literature, there is no denying that by translating them, Jean Bonnefoy added a humorous layer to Adams' work. This work belongs to science fiction literature thanks to gadgets resulting from futuristic technological innovations, but also the presence of space travel, extra-terrestrials and mysterious worlds, which are central elements in SF. These names of planets, aliens, and other gadgets have also been translated, adapted, or at least reinvented, by Jean Bonnefoy in order to amuse the French-speaking readership.

Keywords: translation, translation studies, humour, science fiction

Procedia PDF Downloads 74
172 Educational Innovation and ICT: Before and during 21st Century

Authors: Carlos Monge López, Patricia Gómez Hernández

Abstract:

Educational innovation is a quality factor of teaching-learning processes and institutional accreditation. There is an increasing of these change processes, especially after 2000. However, the publications about this topic are more associated with ICTs in currently century. The main aim of the study was to determine the tendency of educational innovations around ICTs. The used method was mixed research design (content analysis, review of scientific literature and descriptive, comparative and correlation study) with 649 papers. In summary, the results indicated that, progressively, the educational innovation is associated with ICTs, in comparison with this type of change processes without ICTs. In conclusion, although this tendency, scientific literature must divulgate more kinds of pedagogical innovation with the aim of deepening in other new resources.

Keywords: descriptive study, knowledge society, pedagogical innovation, technologies

Procedia PDF Downloads 482
171 Effect of Vermicompost and Vermitea on the Growth and Yield of Selected Vegetable Crops

Authors: Josephine R. Migalbin, Jurhamid C. Imlan, Evelyn P. Esteban

Abstract:

A study was conducted to determine the effect of vermicompost and vermitea as organic fertilizers on the growth and yield of selected vegetable crops specifically eggplant, tomatoes and sweet pepper. The study was laid-out in Randomized Complete Block Design with 4 treatments replicated 4 times. The treatments were as follows: Treatment I (control), Treatment II (vermitea), Treatment III (vermicompost with buffalo manure), and Treatment IV (vermicompost with goat and sheep manure). In all the vegetable crops, almost all parameters significantly increased compared with the control except for number of fruits in eggplant and plant height in tomatoes where no significant difference was observed among treatments. The highest marketable fruit yield (tons/ha) was obtained from plants applied with vermicompost with goat and sheep manure but comparable with plants applied with vermicompost with buffalo manure and vermitea while the control plots received the lowest yield. The 28 spotted beetle (Epilachna philippinensis), and shoot and fruit borer (Leucinodes orbonalis) were the serious pests observed in the study on eggplant.

Keywords: marketable fruit yield, vermicompost, vermitea, vegetable crops

Procedia PDF Downloads 568
170 The Continuing Saga of Poverty Reduction and Food Security in the Philippines

Authors: Shienna Marie Esteban

Abstract:

The economic growth experience of the Philippines is one of the fastest in Asia. However, the said growth has not yet trickled down to every Filipino. This is evident to agricultural-dependent population. Moreover, the contribution of the agriculture sector to GDP has been dwindling while large number of labor force is still dependent on a relatively small share of GDP. As a result, poverty incidence worsened among rural poor causing hunger and malnutrition. Therefore, the existing agricultural policies in the Philippines are pushing to achieve greater food production and productivity to alleviate poverty and food insecurity. Through a review of related literature and collection and analysis of secondary data from DA, DBM, BAS - CountrySTAT, PSA, NSCB, PIDS, IRRI, UN-FAO, IFPRI, and World Bank among others, the study revealed that Philippines is still far from its goals of poverty reduction and food security. In addition, the agricultural sector is underperforming. The productivity growth of the sector comes out mediocre. The common observation is that weakness is attributed to the failures of policy and institutional environments of the agriculture sector. The policy environment failed to create a structure appropriate for the rapid growth of the sector due to institutional and governance weaknesses. A recommendation is to go through institutional and policy reforms through legislative or executive mandates should take form to improve the implementation and enforcement of existing policies.

Keywords: agriculture, food security, policy, poverty

Procedia PDF Downloads 304
169 Energy Potential of Organic Fraction of Municipal Solid Waste - Colombian Housing

Authors: Esteban Hincapie

Abstract:

The growing climate change, global warming and population growth have contributed to the energy crisis, aggravated by the generation of organic solid waste, as a material with high energy potential. From the context of waste generation in the Metropolitan Area of the Aburrá Valley, was evaluated the potential of energy content in organic solid waste generated in La Herradura housing complex, through anaerobic digestion process in batch reactors, with mixtures of substrate, water and inoculum 1: 3: 0.2 and 1: 3: 0, reaching a total biogas production of 0,2 m³/Kg y 0,14 m³/Kg respectively, in a period of 38 days under temperature conditions of 24°C. The volume of biogas obtained was equivalent to the monthly consumption of natural gas for 75 apartments or 1.856 Kw of electric power. For the Metropolitan Area of the Aburrá Valley, a production of 7.152Kw of electric power was estimated for a month, from the treatment of 22.319 tons of organic solid waste that would not be taken to the landfill. The results indicate that the treatment of organic waste from anaerobic digestion is a sustainable option to reduce pollution, contribute to the production of alternative energies and improve the efficiency of urban metabolism.

Keywords: alternative energies, anaerobic digestion, solid waste, sustainable construction, urban metabolism, waste management

Procedia PDF Downloads 175