Search results for: multi criteria decision making (MCDM)
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 12207

Search results for: multi criteria decision making (MCDM)

6447 Analysis of Organizational Factors Effect on Performing Electronic Commerce Strategy: A Case Study of the Namakin Food Industry

Authors: Seyed Hamidreza Hejazi Dehghani, Neda Khounsari

Abstract:

Quick growth of electronic commerce in developed countries means that developing nations must change in their commerce strategies fundamentally. Most organizations are aware of the impact of the Internet and e-Commerce on the future of their firm, and thus, they have to focus on organizational factors that have an effect on the deployment of an e-Commerce strategy. In this situation, it is essential to identify organizational factors such as the organizational culture, human resources, size, structure and product/service that impact an e-commerce strategy. Accordingly, this research specifies the effects of organizational factors on applying an e-commerce strategy in the Namakin food industry. The statistical population of this research is 95 managers and employees. Cochran's formula is used for determination of the sample size that is 77 of the statistical population. Also, SPSS and Smart PLS software were utilized for analyzing the collected data. The results of hypothesis testing show that organizational factors have positive and significant effects of applying an e-Commerce strategy. On the other hand, sub-hypothesizes show that effectiveness of the organizational culture and size criteria were rejected and other sub-hypothesis were accepted.

Keywords: electronic commerce, organizational factors, attitude of managers, organizational readiness

Procedia PDF Downloads 265
6446 An Ensemble Deep Learning Architecture for Imbalanced Classification of Thoracic Surgery Patients

Authors: Saba Ebrahimi, Saeed Ahmadian, Hedie Ashrafi

Abstract:

Selecting appropriate patients for surgery is one of the main issues in thoracic surgery (TS). Both short-term and long-term risks and benefits of surgery must be considered in the patient selection criteria. There are some limitations in the existing datasets of TS patients because of missing values of attributes and imbalanced distribution of survival classes. In this study, a novel ensemble architecture of deep learning networks is proposed based on stacking different linear and non-linear layers to deal with imbalance datasets. The categorical and numerical features are split using different layers with ability to shrink the unnecessary features. Then, after extracting the insight from the raw features, a novel biased-kernel layer is applied to reinforce the gradient of the minority class and cause the network to be trained better comparing the current methods. Finally, the performance and advantages of our proposed model over the existing models are examined for predicting patient survival after thoracic surgery using a real-life clinical data for lung cancer patients.

Keywords: deep learning, ensemble models, imbalanced classification, lung cancer, TS patient selection

Procedia PDF Downloads 124
6445 Criterion-Referenced Test Reliability through Threshold Loss Agreement: Fuzzy Logic Analysis Approach

Authors: Mohammad Ali Alavidoost, Hossein Bozorgian

Abstract:

Criterion-referenced tests (CRTs) are designed to measure student performance against a fixed set of predetermined criteria or learning standards. The reliability of such tests cannot be based on internal reliability. Threshold loss agreement is one way to calculate the reliability of CRTs. However, the selection of master and non-master in such agreement is determined by the threshold point. The problem is if the threshold point witnesses a minute change, the selection of master and non-master may have a drastic change, leading to the change in reliability results. Therefore, in this study, the Fuzzy logic approach is employed as a remedial procedure for data analysis to obviate the threshold point problem. Forty-one Iranian students were selected; the participants were all between 20 and 30 years old. A quantitative approach was used to address the research questions. In doing so, a quasi-experimental design was utilized since the selection of the participants was not randomized. Based on the Fuzzy logic approach, the threshold point would be more stable during the analysis, resulting in rather constant reliability results and more precise assessment.

Keywords: criterion-referenced tests, threshold loss agreement, threshold point, fuzzy logic approach

Procedia PDF Downloads 352
6444 Structural Identification for Layered Composite Structures through a Wave and Finite Element Methodology

Authors: Rilwan Kayode Apalowo, Dimitrios Chronopoulos

Abstract:

An approach for identifying the geometric and material characteristics of layered composite structures through an inverse wave and finite element methodology is proposed. These characteristics are obtained through multi-frequency single shot measurements. However, it is established that the frequency regime of the measurements does not matter, meaning that both ultrasonic and structural dynamics frequency spectra can be employed. Taking advantage of a full FE (finite elements) description of the periodic composite, the scheme is able to account for arbitrarily complex structures. In order to demonstrate the robustness of the presented scheme, it is applied to a sandwich composite panel and results are compared with that of experimental characterization techniques. Excellent agreement is obtained with the experimental measurements.

Keywords: structural identification, non-destructive evaluation, finite elements, wave propagation, layered structures, ultrasound

Procedia PDF Downloads 124
6443 Consumption Insurance against the Chronic Illness: Evidence from Thailand

Authors: Yuthapoom Thanakijborisut

Abstract:

This paper studies consumption insurance against the chronic illness in Thailand. The study estimates the impact of household consumption in the chronic illness on consumption growth. Chronic illness is the health care costs of a person or a household’s decision in treatment for the long term; the causes and effects of the household’s ability for smooth consumption. The chronic illnesses are measured in health status when at least one member within the household faces the chronic illness. The data used is from the Household Social Economic Panel Survey conducted during 2007 and 2012. The survey collected data from approximately 6,000 households from every province, both inside and outside municipal areas in Thailand. The study estimates the change in household consumption by using an ordinary least squares (OLS) regression model. The result shows that the members within the household facing the chronic illness would reduce the consumption by around 4%. This case indicates that consumption insurance in Thailand is quite sufficient against chronic illness.

Keywords: consumption insurance, chronic illness, health care, Thailand

Procedia PDF Downloads 226
6442 Applying Genetic Algorithm in Exchange Rate Models Determination

Authors: Mehdi Rostamzadeh

Abstract:

Genetic Algorithms (GAs) are an adaptive heuristic search algorithm premised on the evolutionary ideas of natural selection and genetic. In this study, we apply GAs for fundamental and technical models of exchange rate determination in exchange rate market. In this framework, we estimated absolute and relative purchasing power parity, Mundell-Fleming, sticky and flexible prices (monetary models), equilibrium exchange rate and portfolio balance model as fundamental models and Auto Regressive (AR), Moving Average (MA), Auto-Regressive with Moving Average (ARMA) and Mean Reversion (MR) as technical models for Iranian Rial against European Union’s Euro using monthly data from January 1992 to December 2014. Then, we put these models into the genetic algorithm system for measuring their optimal weight for each model. These optimal weights have been measured according to four criteria i.e. R-Squared (R2), mean square error (MSE), mean absolute percentage error (MAPE) and root mean square error (RMSE).Based on obtained Results, it seems that for explaining of Iranian Rial against EU Euro exchange rate behavior, fundamental models are better than technical models.

Keywords: exchange rate, genetic algorithm, fundamental models, technical models

Procedia PDF Downloads 257
6441 A Novel Approach towards Test Case Prioritization Technique

Authors: Kamna Solanki, Yudhvir Singh, Sandeep Dalal

Abstract:

Software testing is a time and cost intensive process. A scrutiny of the code and rigorous testing is required to identify and rectify the putative bugs. The process of bug identification and its consequent correction is continuous in nature and often some of the bugs are removed after the software has been launched in the market. This process of code validation of the altered software during the maintenance phase is termed as Regression testing. Regression testing ubiquitously considers resource constraints; therefore, the deduction of an appropriate set of test cases, from the ensemble of the entire gamut of test cases, is a critical issue for regression test planning. This paper presents a novel method for designing a suitable prioritization process to optimize fault detection rate and performance of regression test on predefined constraints. The proposed method for test case prioritization m-ACO alters the food source selection criteria of natural ants and is basically a modified version of Ant Colony Optimization (ACO). The proposed m-ACO approach has been coded in 'Perl' language and results are validated using three examples by computation of Average Percentage of Faults Detected (APFD) metric.

Keywords: regression testing, software testing, test case prioritization, test suite optimization

Procedia PDF Downloads 319
6440 Making Sense of Adversity Triggers Using Organisational Resilience, a Systematic Literature Review

Authors: Luke McGowan, David Pickernell, Martini Battisti

Abstract:

In this paper, Adversity Triggers were explored through the lens of Organisational Resilience. Adversity Triggers are contextualized by temporal factors, thus, naturally aligning to Resilience literature. Resilience has been chosen as the theoretical framework as risk management approaches are often not geared towards providing meaningful responses to high-impact, low-probability events. Adversity Triggers and Organisational Resilience both consider temporal factors which enabled investigation of each phase of recovery. A systematic literature was employed to assess previous literature and define further areas of research. The systematic literature review method was chosen to catalogue and identify gaps in current literature.

Keywords: adversity triggers, crisis, extreme events, organisational resilience, resilience

Procedia PDF Downloads 132
6439 Technology Computer Aided Design Simulation of Space Charge Limited Conduction in Polycrystalline Thin Films

Authors: Kunj Parikh, S. Bhattacharya, V. Natarajan

Abstract:

TCAD numerical simulation is one of the most tried and tested powerful tools for designing devices in semiconductor foundries worldwide. It has also been used to explain conduction in organic thin films where the processing temperature is often enough to make homogeneous samples (often imperfect, but homogeneously imperfect). In this report, we have presented the results of TCAD simulation in multi-grain thin films. The work has addressed the inhomogeneity in one dimension, but can easily be extended to two and three dimensions. The effect of grain boundaries has mainly been approximated as barriers located at the junction between two adjacent grains. The effect of the value of grain boundary barrier, the bulk traps, and the measurement temperature have been investigated.

Keywords: polycrystalline thin films, space charge limited conduction, Technology Computer-Aided Design (TCAD) simulation, traps

Procedia PDF Downloads 198
6438 Contribution of Urban Wetlands to Livelihood in Tanzania

Authors: Halima Kilungu, Munishi P. K. T., Happiness Jackson Nko

Abstract:

Wetlands contribute significantly to the national economy. Nevertheless, urban wetlands in Tanzania have been taken for granted; many have been converted into waste disposal areas and settlements despite their substantial role in climate-change flood attenuation and livelihood. This is due to the lacking informing assessments from a socio-economic perspective. This study assesses the contribution of urban wetlands to the livelihood of marginalised communities in Dar es Salaam City, Tanzania. Specifically, the study assesses the an extent and nature of change in wetlands in Dar es Salaam City for the past 30 years using the land-use land-cover change approach and the contribution of wetlands to livelihood using questionnaires. The results show that the loss of wetlands in Dar es Salaam is high to extent that will likely jeopardise their future contributions to livelihood. The results inform decision-makers on the importance of wise use of Urban Wetlands and conservation to improving livelihood for urban dwellers.

Keywords: wetlands, tanzania, dar es salaam, climate-change, and wetlands, livelihood

Procedia PDF Downloads 157
6437 Cardiovascular Disease Prediction Using Machine Learning Approaches

Authors: P. Halder, A. Zaman

Abstract:

It is estimated that heart disease accounts for one in ten deaths worldwide. United States deaths due to heart disease are among the leading causes of death according to the World Health Organization. Cardiovascular diseases (CVDs) account for one in four U.S. deaths, according to the Centers for Disease Control and Prevention (CDC). According to statistics, women are more likely than men to die from heart disease as a result of strokes. A 50% increase in men's mortality was reported by the World Health Organization in 2009. The consequences of cardiovascular disease are severe. The causes of heart disease include diabetes, high blood pressure, high cholesterol, abnormal pulse rates, etc. Machine learning (ML) can be used to make predictions and decisions in the healthcare industry. Thus, scientists have turned to modern technologies like Machine Learning and Data Mining to predict diseases. The disease prediction is based on four algorithms. Compared to other boosts, the Ada boost is much more accurate.

Keywords: heart disease, cardiovascular disease, coronary artery disease, feature selection, random forest, AdaBoost, SVM, decision tree

Procedia PDF Downloads 138
6436 Management and Agreement Protocol in Computer Security

Authors: Abdulameer K. Hussain

Abstract:

When dealing with a cryptographic system we note that there are many activities performed by parties of this cryptographic system and the most prominent of these activities is the process of agreement between the parties involved in the cryptographic system on how to deal and perform the cryptographic system tasks to be more secure, more confident and reliable. The most common agreement among parties is a key agreement and other types of agreements. Despite the fact that there is an attempt from some quarters to find other effective agreement methods but these methods are limited to the traditional agreements. This paper presents different parameters to perform more effectively the task of the agreement, including the key alternative, the agreement on the encryption method used and the agreement to prevent the denial of the services. To manage and achieve these goals, this method proposes the existence of an control and monitoring entity to manage these agreements by collecting different statistical information of the opinions of the authorized parties in the cryptographic system. These statistics help this entity to take the proper decision about the agreement factors. This entity is called Agreement Manager (AM).

Keywords: agreement parameters, key agreement, key exchange, security management

Procedia PDF Downloads 408
6435 Desert Houses of the Past: Green Buildings of Today

Authors: Baharak Shakeri, Seyed Hashem Hosseini

Abstract:

The weather in deserts is hot and dry in summers, and cold and dry in winters, and difference of temperature of nights and days sometimes reaches to 28°C. People of deserts have reached some solutions to cope with this climatic condition and to decrease its annoying features. Among these solutions are: constructing houses adjacent to each other, making tall walls, using mud brick and thatch cover, constructing domical arches, cellar, and wind catcher, which are together the devices to control the adversity of hot weather in summers and cold weather in winters. Using these solutions, the people of deserts have succeeded to make the best use with the least energy consumption, and to minimize the damage on the nature and environment, and in short, they are friends of the nature, which is a step toward the objectives of green buildings.

Keywords: desert house, green building, Iran, nature

Procedia PDF Downloads 327
6434 Resource Allocation Scheme For IEEE802.16 Networks

Authors: Elmabruk Laias

Abstract:

IEEE Standard 802.16 provides QoS (Quality of Service) for the applications such as Voice over IP, video streaming and high bandwidth file transfer. With the ability of broadband wireless access of an IEEE 802.16 system, a WiMAX TDD frame contains one downlink subframe and one uplink subframe. The capacity allocated to each subframe is a system parameter that should be determined based on the expected traffic conditions. a proper resource allocation scheme for packet transmissions is imperatively needed. In this paper, we present a new resource allocation scheme, called additional bandwidth yielding (ABY), to improve transmission efficiency of an IEEE 802.16-based network. Our proposed scheme can be adopted along with the existing scheduling algorithms and the multi-priority scheme without any change. The experimental results show that by using our ABY, the packet queuing delay could be significantly improved, especially for the service flows of higher-priority classes.

Keywords: IEEE 802.16, WiMAX, OFDMA, resource allocation, uplink-downlink mapping

Procedia PDF Downloads 461
6433 Effect of a Nutritional Supplement Containing Euterpe oleracea Mart., Inulin, Phaseolus vulgaris and Caralluma fimbriata in Persons with Metabolic Syndrome

Authors: Eduardo Cabrera-Rode, Janet Rodriguez, Aimee Alvarez, Ragmila Echevarria, Antonio D. Reyes, Ileana Cubas-Duenas, Silvia E. Turcios, Oscar Diaz-Diaz

Abstract:

Obex is a nutritional supplement to help weight loss naturally. In addition, this supplement has a satiating effect that helps control the craving to eat between meals. The purpose of this study was to evaluate the effect of Obex in the metabolic syndrome (MS). This was an open label pilot study conducted in 30 patients with MS and ages between 29 and 60 years old. Participants received Obex, at a dose of one sachet before (30 to 45 minutes) the two main meals (lunch and dinner) daily (mean two sachets per day) for 3 months. The content of the sachets was dissolved in a glass of water or fruit juice. Obex ingredients: Açai (Euterpe oleracea Mart.) berry, inulin, Phaseolus vulgaris, Caralluma fimbriata, inositol, choline, arginine, ornitine, zinc sulfate, carnitine fumarate, methionine, calcium pantothenate, pyridoxine and folic acid. In addition to anthropometric measures and blood pressure, fasting plasma glucose, total cholesterol, triglycerides and HDL-cholesterol and insulin were determined. Insulin resistance was assessed by HOMA-IR index. Three indirect indexes were used to calculate insulin sensitivity [QUICKI index (Quantitative insulin sensitivity check index), Bennett index and Raynaud index]. Metabolic syndrome was defined according to the Joint Interim Statement (JIS) criteria. The JIS criteria require at least three of the following components: (1) abdominal obesity (waist circumference major or equal major or equal 94 cm for men or 80 cm for women), (2) triglycerides major or equal 1.7 mmol/L, (3) HDL cholesterol minor 1.03 mmol/L for men or minor 1.30 mmol/L for women, (4) systolic/diastolic blood pressure major or equal 130/85mmHg or use antihypertensive drugs, and (5) fasting plasma glucose major or equal 5.6 mmol/L or known treatment for diabetes. This study was approved by the Ethical and Research Committee of the National Institute of Endocrinology, Cuba and conducted according to the Declaration of Helsinki. Obex is registered as a food supplement in the National Institute of Nutrition and Food, Havana, Cuba. Written consent was obtained from all patients before the study. The clinical trial had been registered at ClinicalTrials.gov. After three months of treatment, 43.3% (13/30) of participants decreased the frequency of MS. Compared to baseline, Obex significantly reduced body weight, BMI, waist circumference, and waist/hip ratio and improved HDL-c (p<0.0001) and in addition to lowering blood pressure (p<0.05). After Obex intake, subjects also have shown a reduction in fasting plasma glucose (p<0.0001) and insulin sensitivity was enhanced (p=0.001). No adverse effects were seen in any of the participants during the study. In this pilot study, consumption of Obex decreased the prevalence of MS due to the improved selected components of the metabolic syndrome, indicating that further studies are warranted. Obex emerges as an effective and well tolerated treatment for preventing or delaying MS and therefore potential reduction of cardiovascular risk.

Keywords: nutritional supplement, metabolic syndrome, weight loss, insulin resistance

Procedia PDF Downloads 284
6432 An Approach to Make Low-Cost Self-Compacting Geo-Polymer Concrete

Authors: Ankit Chakraborty, Raj Shah, Prayas Variya

Abstract:

Self-compacting geo-polymer concrete is a blended version of self-compacting concrete developed in Japan by Okamura. H. in 1986 and geo-polymer concrete proposed by Davidovits in 1999. This method is eco-friendly as there is low CO₂ emission and reduces labor cost due to its self-compacting property and zero percent cement content. We are making an approach to reduce concreting cost and make concreting eco-friendly by replacing cement fully and sand by a certain amount of industrial waste. It will reduce overall concreting cost due to its self-compatibility and replacement of materials, forms eco-friendly concreting technique and gives better fresh property and hardened property results compared to self-compacting concrete and geo-polymer concrete.

Keywords: geopolymer concrete, low cost concreting, low carbon emission, self compactability

Procedia PDF Downloads 224
6431 Formulation and Characterization of Active Edible Films from Cassava Starch for Snacks and Savories

Authors: P. Raajeswari, S. M. Devatha, S. Yuvajanani, U. Rashika

Abstract:

Edible food packaging are the need of the hour to save life on land and under water by eliminating waste cycle and replacing Single Use Plastics at grass root level as it can be eaten or composted as such. Cassava (Manihot esculenta) selected for making edible films are rich source of starch, and also it exhibit good sheeting propertiesdue to the high amylose: amylopectin content. Cassava starch was extracted by manual method at a laboratory scale and yielded 65 per cent. Edible films were developed by adding food grade plasticizers and water. Glycerol showed good plasticizing property as compared to sorbitol and polylactic acid in both manual (petri dish) and machine (film making machine) production. The thickness of the film is 0.25±0.03 mm. Essential oil and components from peels like pomegranate, orange, pumpkin, onion, and banana brat, and herbs like tulsi and country borage was extracted through the standardized aqueous and alkaline method. In the standardized film, the essential oil and components from selected peel and herbs were added to the casting solution separately and casted the film. It was added to improve the anti-oxidant, anti-microbial and optical properties. By inclusion of extracts, it reduced the bubble formation while casting. FTIR, Water Vapor and Oxygen Transmission Rate (WVTR and OTR), tensile strength, microbial load, shelf life, and degradability of the films were done to analyse the mechanical property of the standardized films. FTIR showed the presence of essential oil. WVTR and OTR of the film was improved after inclusion of essential oil and extracts from 1.312 to 0.811 cm₃/m₂ and 15.12 to 17.81 g/ m₂.d. Inclusion of essential oil from herbs showed better WVTR and OTR than the inclusion of peel extract and standard. Tensile strength and Elongation at break has not changed by essential oil and extracts at 0.86 ± 0.12 mpa and 14 ± 2 at 85 N force. By inclusion of extracts, an optical property of the film enhanced, and it increases the appearance of the packaging material. The films were completely degraded on 84thdays and partially soluble in water. Inclusion of essential oil does not have impact on degradability and solubility. The microbial loads of the active films were decreased from 15 cfu/gm to 7 cfu/gm. The films can be stored at frozen state for 24 days and 48 days at atmospheric temperature when packed with South Indian snacks and savories.

Keywords: active films, cassava starch, plasticizer, characterization

Procedia PDF Downloads 59
6430 A Comparative Assessment of Daylighting Metrics Assessing the Daylighting Performance of Three Shading Devices under Four Different Orientations

Authors: Mohamed Boubekri, Jaewook Lee

Abstract:

The assessment of the daylighting performance of a design solution is a complex task due to the changing nature of daylight. A few quantitative metrics are available to designers to assess such a performance, among them are the mean hourly illuminance (MHI), the daylight factor (DF), the daylight autonomy (DA) and the useful daylight illuminance (UDI). Each of these metrics has criteria and limitations that affect the outcome of the evaluation. When to use one metric instead of another depends largely on the design goals to be achieved. Using Design Iterate Validate Adapt (DIVA) daylighting simulation program we set out to examine the performance behavior of these four metrics with the changing dimensions of three shading devices: a horizontal overhang, a horizontal louver system, and a vertical louver system, and compare their performance behavior as the orientation of the window changes. The context is a classroom of a prototypical elementary school in South Korea. Our results indicate that not all four metrics behave similarly as we vary the size of each shading device and as orientations changes. The UDI is the metric that leads to outcome most different than the other three metrics. Our conclusion is that not all daylighting metrics lead to the same conclusions and that it is important to use the metric that corresponds to the specific goals and objectives of the daylighting solution.

Keywords: daylight factor, hourly daylight illuminance, daylight autonomy, useful daylight illuminance

Procedia PDF Downloads 268
6429 Automatic Queuing Model Applications

Authors: Fahad Suleiman

Abstract:

Queuing, in medical system is the process of moving patients in a specific sequence to a specific service according to the patients’ nature of illness. The term scheduling stands for the process of computing a schedule. This may be done by a queuing based scheduler. This paper focuses on the medical consultancy system, the different queuing algorithms that are used in healthcare system to serve the patients, and the average waiting time. The aim of this paper is to build automatic queuing system for organizing the medical queuing system that can analyses the queue status and take decision which patient to serve. The new queuing architecture model can switch between different scheduling algorithms according to the testing results and the factor of the average waiting time. The main innovation of this work concerns the modeling of the average waiting time is taken into processing, in addition with the process of switching to the scheduling algorithm that gives the best average waiting time.

Keywords: queuing systems, queuing system models, scheduling algorithms, patients

Procedia PDF Downloads 336
6428 The Role of Microbes in Organic Sustainable Agriculture and Plant Protection

Authors: Koppula Prawan, Kehinde D. Oyeyemi, Kushal P. Singh

Abstract:

As people become more conscious of the detrimental consequences of conventional agricultural practices on the environment and human health, organic, sustainable agriculture and plant protection employing microorganisms have grown in importance. Although the use of microorganisms in agriculture is a centuries-old tradition, it has recently attracted renewed interest as a sustainable alternative to chemical-based plant protection and fertilization. Healthy soil is the cornerstone of sustainable agriculture, and microbes are essential to this process. Synthetic fertilizers and pesticides can destroy the beneficial microorganisms in the soil, upsetting the ecosystem's equilibrium. By utilizing organic farming's natural practices, such as the usage of microbes, it aims to maintain and improve the health of the soil. Microbes have several functions in agriculture, including nitrogen fixation, phosphorus solubilization, and disease suppression. Nitrogen fixation is the process by which certain microbes, such as rhizobia and Azotobacter, convert atmospheric nitrogen into a form that plants can use. Phosphorus solubilization involves the conversion of insoluble phosphorus into a soluble form that plants can absorb. Disease suppression involves the use of microbes to control plant diseases by competing with pathogenic organisms for resources or by producing antimicrobial compounds. Microbes can be applied to plants through seed coatings, foliar sprays, or soil inoculants. Seed coatings involve applying a mixture of microbes and nutrients to the surface of seeds before planting. Foliar sprays involve applying microbes and nutrients to the leaves of plants during the growing season. Soil inoculants involve adding microbes to the soil before planting. The use of microbes in plant protection and fertilization has several advantages over conventional methods. Firstly, microbes are natural and non-toxic, making them safe for human health and the environment. Secondly, microbes have the ability to adapt to changing environmental conditions, making them more resilient to drought and other stressors. Finally, the use of microbes can reduce the need for synthetic fertilizers and pesticides, reducing costs and minimizing environmental impact. In conclusion, organic, sustainable agriculture and plant protection using microbes are an effective and sustainable alternatives to conventional farming practices. The use of microbes can help to preserve and enhance soil health, increase plant productivity, and reduce the need for synthetic fertilizers and pesticides. As the demand for organic and sustainable agriculture continues to grow, the use of microbes is likely to become more widespread, providing a more environmentally friendly and sustainable future for agriculture.

Keywords: microbes, inoculants, fertilization, soil health, conventional.

Procedia PDF Downloads 68
6427 Dry Friction Occurring in the Suspensions for Passive and Switchable Damper Systems and Its Effect on Ride Comfort

Authors: Aref M. A. Soliman, Mahmoud A. Hassan

Abstract:

In all vehicle suspension, there is a dry friction. One of the various active suspensions, which have been shown to have considerable practical potential, is a switchable damper suspension system. In this paper, vehicle ride comfort for the passive and switchable damper suspension systems as affected by the value of frictional force generated in springs is discussed. A mathematical model of a quarter vehicle model for two setting switchable damper suspension system with dry friction force is developed to evaluate vehicle ride comfort in terms of suspension performance criteria. The vehicle itself is treated as a rigid body undergoing vertical motions. Comparisons between passive and switchable damper suspensions systems with dry friction force in terms of ride performance are also discussed. The results showed that the ride comfort for the passive and switchable damper suspension systems was deteriorated due to dry friction occurring in the suspensions. The two setting switchable damper with and without dry friction force gives better ride improvements compared with the passive suspension system. Also, the obtained results show an optimum value of damping ratio of the passive suspension system.

Keywords: ride comfort, dry friction, switchable damper, passive suspension

Procedia PDF Downloads 350
6426 Proposal for a Web System for the Control of Fungal Diseases in Grapes in Fruits Markets

Authors: Carlos Tarmeño Noriega, Igor Aguilar Alonso

Abstract:

Fungal diseases are common in vineyards; they cause a decrease in the quality of the products that can be sold, generating distrust of the customer towards the seller when buying fruit. Currently, technology allows the classification of fruits according to their characteristics thanks to artificial intelligence. This study proposes the implementation of a control system that allows the identification of the main fungal diseases present in the Italia grape, making use of a convolutional neural network (CNN), OpenCV, and TensorFlow. The methodology used was based on a collection of 20 articles referring to the proposed research on quality control, classification, and recognition of fruits through artificial vision techniques.

Keywords: computer vision, convolutional neural networks, quality control, fruit market, OpenCV, TensorFlow

Procedia PDF Downloads 64
6425 Implementing Action Research in EFL/ESL Classrooms: A Systematic Review of Literature 2010-2019

Authors: Amira D. Ali

Abstract:

Action research studies in education often address learners’ needs and empower practitioner-researcher to effectively change instructional practices and school communities. A systematic review of action research (AR) studies undertaken in EFL/ESL settings was conducted in this paper to systematically analyze empirical studies on action research published within a ten-year period (between 2010 and 2019). The review also aimed at investigating the focal strategies in teaching the language skills at school level and evaluating the overall quality of AR studies concerning focus, purpose, methodology and contribution. Inclusion criteria were established and 41 studies that fit were finally selected for the systematic review. Garrard’s (2007) Matrix Method was used to structure and synthesize the literature. Results showed a significant diversity in teaching strategies and implementation of the AR model. Almost a quarter of the studies focused on improving writing skills at elementary school level. In addition, findings revealed that (44%) of the studies used a mixed approach followed by qualitative method approach (41%), whereas only (15%) employed quantitative methodology. Research gaps for future action research in developing language skills were pointed out, and recommendations were offered.

Keywords: action research, EFL/ESL context, language skills, systematic review

Procedia PDF Downloads 126
6424 Bipolar Reduction and Lithic Miniaturization: Experimental Results and Archaeological Implications

Authors: Justin Pargeter, Metin Eren

Abstract:

Lithic miniaturization, the systematic production and use of small tools from small cores, was a consequential development in Pleistocene lithic technology. The bipolar reduction is an important, but often overlooked and misidentified, strategy for lithic miniaturization. This experiment addresses the role of axial bipolar reduction in processes of lithic miniaturization. The experiments answer two questions: what benefits does axial bipolar reduction provide, and can we distinguish axial bipolar reduction from freehand reduction? Our experiments demonstrate the numerous advantages of bipolar reduction in contexts of lithic miniaturization. Bipolar reduction produces more cutting edge per gram and is more economical than freehand reduction. Our cutting edge to mass values exceeds even those obtained with pressure blade production on high-quality obsidian. The experimental results show that bipolar reduction produces cutting edge quicker and is more efficient than freehand reduction. We show that bipolar reduction can be distinguished from freehand reduction with a high degree of confidence using the quantitative criteria in these experiments. These observations overturn long-held perceptions about bipolar reduction. We conclude by discussing the role of bipolar reduction in lithic miniaturization and Stone Age economics more broadly.

Keywords: lithic miniaturization, bipolar reduction, late Pleistocene, Southern Africa

Procedia PDF Downloads 700
6423 Design Development, Fabrication, and Preliminary Specifications of Multi-Fingered Prosthetic Hand

Authors: Mogeeb A. El-Sheikh

Abstract:

The study has developed the previous design of an artificial anthropomorphic humanoid hand and accustomed it as a prosthetic hand. The main specifications of this design are determined. The development of our previous design involves the main artificial hand’s parts and subassemblies, palm, fingers, and thumb. In addition, the study presents an adaptable socket design for a transradial amputee. This hand has 3 fingers and thumb. It is more reliable, cosmetics, modularity, and ease of assembly. Its size and weight are almost as a natural hand. The socket cavity has the capability for different sizes of a transradial amputee. The study implements the developed design by using rapid prototype and specifies its main specifications by using a data glove and finite element method.

Keywords: adaptable socket, prosthetic hand, transradial amputee, data glove

Procedia PDF Downloads 247
6422 Optimization of Human Hair Concentration for a Natural Rubber Based Composite

Authors: Richu J. Babu, Sony Mathew, Sharon Rony Jacob, Soney C. George, Jibin C. Jacob

Abstract:

Human hair is a non-biodegradable waste available in plenty throughout the world but is rarely explored for applications in engineering fields. Tensile strength of human hair ranges from 170 to 220 MPa. This property of human hair can be made use in the field of making bio-composites[1]. The composite is prepared by commixing the human hair and natural rubber in a two roll mill along with additives followed by vulcanization. Here the concentration of the human hair is varied by fine-tuning the fiber length as 20 mm and sundry tests like tensile, abrasion, tear and hardness were conducted. While incrementing the fiber length up to a certain range the mechanical properties shows superior amendments.

Keywords: human hair, natural rubber, composite, vulcanization, fiber loading

Procedia PDF Downloads 367
6421 A Simulation Study for Potential Natural Gas Liquids Recovery Processes under Various Upstream Conditions

Authors: Mesfin Getu Woldetensay

Abstract:

Representatives and commercially viable natural gas liquids (NGLs) recovery processes were studied under various feed conditions that are classified as lean and rich. The conventional turbo- expander process scheme (ISS) was taken as a base case. The performance of this scheme was compared against with the gas sub-cooled process (GSP), cold residue-gas (CRR) and recycle split-vapor (RSV), enhanced NGL recovery process (IPSI-1) and enhanced NGL recovery process with internal refrigeration (IPSI-2). The development made for the GSP, CRR and RSV are at the top section of the demethanizer column whereas the IPSI-1 and IPSI-2 improvement focus in the lower section. HYSYS process flowsheet was initially developed for all the processes including the ISS under a common criteria that could help to demonstrate the performance comparison. Accordingly, a number of simulation runs were made for the selected eight types of feed. Results show that the reboiler duty requirement using rich feeds for GSP, CRR and RSV is quite high compared to IPSI-1 and IPSI-2. The latter shows relatively lower duty due to the presence of self-refrigeration system that allows the inlet feed to be used for achieving cooling without the need to use propane refrigerant. The energy consumption for lean feed is much lower than that of the rich feed in all process schemes.

Keywords: composition, lean, rich, duty

Procedia PDF Downloads 201
6420 Audit of Urgent and Non-Urgent Patient Visits to the Emergency: A Case-Control Study

Authors: Peri Harish Kumar, Rafique Umer Harvitkar

Abstract:

Background: The emergency department mandates maximum efficacy in the utilization of the available resources. Non-urgent patient visits pose a serious concern to the treatment, patient triage, and resources available. Aims and Objectives: We conducted a retrospective case-control study of the emergency department patient list from October 2019 to November 2022. A total of 839 patients formed part of the study. Somatic complaints, vital signs, diagnostic test results, admission to the hospital, etc., were some of the criteria used for the categorization of patients. Results: The proportion of non-urgent visits varied from 7.2% to 43%, with a median of 21%. Somatic complaints were the least associated with further hospital admissions (n=28%), while diagnostic test results were the most significant indicator of further hospital admissions (n=74%). Effective triage helped minimize emergency department admissions by 36%. Conclusion: Our study shows that effective triaging, patient counselling, and round-the-clock consumable monitoring helped in the effective management of patients admitted and also significantly helped provide treatment to the patients most in need.

Keywords: urgent visits, non-urgent visits, traiging, emergency department admissions

Procedia PDF Downloads 95
6419 Multidrug Therapies For HIV: Hybrid On-Off, Hysteresis On-Off Control and Simple STI

Authors: Magno Enrique Mendoza Meza

Abstract:

This paper deals with the comparison of three control techniques: the hysteresis on-off control (HyOOC), the hybrid on-off control (HOOC) and the simple Structured Treatment Interruptions (sSTI). These techniques are applied to the mathematical model developed by Kirschner and Webb. To compare these techniques we use a cost functional that minimize the wild-type virus population and the mutant virus population, but the main objective is to minimize the systemic cost of treatment and maximize levels of healthy CD4+ T cells. HyOOC, HOOC, and sSTI are applied to the drug therapies using a reverse transcriptase and protease inhibitors; simulations show that these controls maintain the uninfected cells in a small, bounded neighborhood of a pre-specified level. The controller HyOOC and HOOC are designed by appropriate choice of virtual equilibrium points.

Keywords: virus dynamics, on-off control, hysteresis, multi-drug therapies

Procedia PDF Downloads 382
6418 Pharmacy-Station Mobile Application

Authors: Taissir Fekih Romdhane

Abstract:

This paper proposes a mobile web application named Pharmacy-Station that sells medicines and permits user to search for medications based on their symptoms, making it is easy to locate a specific drug online without the need to visit a pharmacy where it may be out of stock. This application is developed using the jQuery Mobile framework, which uses many web technologies and languages such as HTML5, PHP, JavaScript and CSS3. To test the proposed application, we used data from popular pharmacies in Saudi Arabia that included important information such as location, contact, and medicines in stock, etc. This document describes the different steps followed to create the Pharmacy-Station application along with screenshots. Finally, based on the results, the paper concludes with recommendations and further works planned to improve the Pharmacy-Station mobile application.

Keywords: pharmacy, mobile application, jquery mobile framework, search, medicine

Procedia PDF Downloads 142