Search results for: time driven activity based costing
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 43106

Search results for: time driven activity based costing

34436 Cryptosystems in Asymmetric Cryptography for Securing Data on Cloud at Various Critical Levels

Authors: Sartaj Singh, Amar Singh, Ashok Sharma, Sandeep Kaur

Abstract:

With upcoming threats in a digital world, we need to work continuously in the area of security in all aspects, from hardware to software as well as data modelling. The rise in social media activities and hunger for data by various entities leads to cybercrime and more attack on the privacy and security of persons. Cryptography has always been employed to avoid access to important data by using many processes. Symmetric key and asymmetric key cryptography have been used for keeping data secrets at rest as well in transmission mode. Various cryptosystems have evolved from time to time to make the data more secure. In this research article, we are studying various cryptosystems in asymmetric cryptography and their application with usefulness, and much emphasis is given to Elliptic curve cryptography involving algebraic mathematics.

Keywords: cryptography, symmetric key cryptography, asymmetric key cryptography

Procedia PDF Downloads 103
34435 Son Preference in Afghanistan and Its Impact on Fertility Outcomes

Authors: Saha Naseri

Abstract:

Introduction/Objective: Son preference, a preference for sons over daughters, is a practice deeply-rooted in gender inequality that is widespread in many societies and across different religions and cultures. In this study, we are aiming to study the effects of son preference on fertility outcomes (birth interval and current contraceptive use) in Afghanistan, where have been perceived with high rates of son preference. The objectives of the study are to examine the association between the sex of the previous child and the duration of the subsequent birth interval and to evaluate the effect of son preference on current contraceptive use. Methodology: Afghanistan Demographic and Health Survey (DHS) (2015) was used to study the impact of son preference on fertility outcomes among married women. The data collected from 28,661 on currently-married women, aged between 15 and 49 years who have at least one child, have used to conduct this quantitative study. Outcomes of interest are birth interval and current contraceptive use. Simple and multiple regression analysis have been conducted to assess the effect of son preference on these fertility outcomes. Results: The present study has highlighted that son preference somehow exists among married women in Afghanistan. It is indicated that the sex of the first birth is significantly associated with the succeeding birth interval. Having a female child as the first baby was associated with a shorter average succeeding birth interval by 1.8 months compared to a baby boy (p-value = 0.000). For the second model, the results identified that women who desire for more sons have 7% higher odds to be current contraceptive user compared to those who have no preference (p-value = 0.03). The latter results do not indicate the son preference. However, one limitation for this result was the timeliness of the questions asked since contraceptive use in the current time was asked along with a question on ‘future’ desired sex composition. Moreover, women may have just given birth and want to reach a certain time span of birth interval before planning for another child, even if it was a boy, which might have affected the results. Conclusion: Overall, this study has demonstrated that there is a positive relationship between son preference and one main fertility behaviors, birth interval. The second fertility outcome, current contraceptive use, was not a good indicator to measure son preference. Based on the finding, recommendations will be made for appropriate interventions addressing gender norms and related fertility decisions.

Keywords: Afghanistan, birth interval, contraceptive, son preference

Procedia PDF Downloads 152
34434 Determining Inventory Replenishment Policy for Major Component in Assembly-to-Order of Cooling System Manufacturing

Authors: Tippawan Nasawan

Abstract:

The objective of this study is to find the replenishment policy in Assembly-to-Order manufacturing (ATO) which some of the major components have lead-time longer than customer lead-time. The variety of products, independent component demand, and long component lead-time are the difficulty that has resulted in the overstock problem. In addition, the ordering cost is trivial when compared to the cost of material of the major component. A conceptual design of the Decision Supporting System (DSS) has introduced to assist the replenishment policy. Component replenishment by using the variable which calls Available to Promise (ATP) for making the decision is one of the keys. The Poisson distribution is adopted to realize demand patterns in order to calculate Safety Stock (SS) at the specified Customer Service Level (CSL). When distribution cannot identify, nonparametric will be applied instead. The test result after comparing the ending inventory between the new policy and the old policy, the overstock has significantly reduced by 46.9 percent or about 469,891.51 US-Dollars for the cost of the major component (material cost only). Besides, the number of the major component inventory is also reduced by about 41 percent which helps to mitigate the chance of damage and keeping stock.

Keywords: Assembly-to-Order, Decision Supporting System, Component replenishment , Poisson distribution

Procedia PDF Downloads 108
34433 Algorithm and Software Based on Multilayer Perceptron Neural Networks for Estimating Channel Use in the Spectral Decision Stage in Cognitive Radio Networks

Authors: Danilo López, Johana Hernández, Edwin Rivas

Abstract:

The use of the Multilayer Perceptron Neural Networks (MLPNN) technique is presented to estimate the future state of use of a licensed channel by primary users (PUs); this will be useful at the spectral decision stage in cognitive radio networks (CRN) to determine approximately in which time instants of future may secondary users (SUs) opportunistically use the spectral bandwidth to send data through the primary wireless network. To validate the results, sequences of occupancy data of channel were generated by simulation. The results show that the prediction percentage is greater than 60% in some of the tests carried out.

Keywords: cognitive radio, neural network, prediction, primary user

Procedia PDF Downloads 354
34432 Times2D: A Time-Frequency Method for Time Series Forecasting

Authors: Reza Nematirad, Anil Pahwa, Balasubramaniam Natarajan

Abstract:

Time series data consist of successive data points collected over a period of time. Accurate prediction of future values is essential for informed decision-making in several real-world applications, including electricity load demand forecasting, lifetime estimation of industrial machinery, traffic planning, weather prediction, and the stock market. Due to their critical relevance and wide application, there has been considerable interest in time series forecasting in recent years. However, the proliferation of sensors and IoT devices, real-time monitoring systems, and high-frequency trading data introduce significant intricate temporal variations, rapid changes, noise, and non-linearities, making time series forecasting more challenging. Classical methods such as Autoregressive integrated moving average (ARIMA) and Exponential Smoothing aim to extract pre-defined temporal variations, such as trends and seasonality. While these methods are effective for capturing well-defined seasonal patterns and trends, they often struggle with more complex, non-linear patterns present in real-world time series data. In recent years, deep learning has made significant contributions to time series forecasting. Recurrent Neural Networks (RNNs) and their variants, such as Long short-term memory (LSTMs) and Gated Recurrent Units (GRUs), have been widely adopted for modeling sequential data. However, they often suffer from the locality, making it difficult to capture local trends and rapid fluctuations. Convolutional Neural Networks (CNNs), particularly Temporal Convolutional Networks (TCNs), leverage convolutional layers to capture temporal dependencies by applying convolutional filters along the temporal dimension. Despite their advantages, TCNs struggle with capturing relationships between distant time points due to the locality of one-dimensional convolution kernels. Transformers have revolutionized time series forecasting with their powerful attention mechanisms, effectively capturing long-term dependencies and relationships between distant time points. However, the attention mechanism may struggle to discern dependencies directly from scattered time points due to intricate temporal patterns. Lastly, Multi-Layer Perceptrons (MLPs) have also been employed, with models like N-BEATS and LightTS demonstrating success. Despite this, MLPs often face high volatility and computational complexity challenges in long-horizon forecasting. To address intricate temporal variations in time series data, this study introduces Times2D, a novel framework that parallelly integrates 2D spectrogram and derivative heatmap techniques. The spectrogram focuses on the frequency domain, capturing periodicity, while the derivative patterns emphasize the time domain, highlighting sharp fluctuations and turning points. This 2D transformation enables the utilization of powerful computer vision techniques to capture various intricate temporal variations. To evaluate the performance of Times2D, extensive experiments were conducted on standard time series datasets and compared with various state-of-the-art algorithms, including DLinear (2023), TimesNet (2023), Non-stationary Transformer (2022), PatchTST (2023), N-HiTS (2023), Crossformer (2023), MICN (2023), LightTS (2022), FEDformer (2022), FiLM (2022), SCINet (2022a), Autoformer (2021), and Informer (2021) under the same modeling conditions. The initial results demonstrated that Times2D achieves consistent state-of-the-art performance in both short-term and long-term forecasting tasks. Furthermore, the generality of the Times2D framework allows it to be applied to various tasks such as time series imputation, clustering, classification, and anomaly detection, offering potential benefits in any domain that involves sequential data analysis.

Keywords: derivative patterns, spectrogram, time series forecasting, times2D, 2D representation

Procedia PDF Downloads 25
34431 Evaluation of Cytotoxic Effect of Two Diterpenes from Plectranthus barbatus

Authors: Nawal Al Musayeib, Musarat Amina, Perwez Alam

Abstract:

Plectranthus barbatus Andrews (Lamiaceae) is the most common species of genus Plectranthus. It is used for treating various ailments. In this study, two rare diterpenes 11,14-dihydroxy-8,11,13-abietatrien-7-one (1) and 12-hydroxyabieta-8(14),9(11),12-trien-7-one (2) were isolated for the first time from P. barbatus. Their chemical structures were verified utilizing various spectroscopic experiments. The effect of diterpenes against undifferentiated/anaplastic thyroid cancer cell line (FRO) was evaluated and they were quantitatively analysed using HPTLC method. The two diterpenes were found to be cytotoxic, however compound 1 showed significant cytotoxic effects where 95% reduction in the cell viability was observed in different time intervals. The quantity of compound 1 and compound 2 in PBCE were found to be 2.04 and15.97 μg/mg, respectively of dried weight of the extract.

Keywords: abietatrien, cancer, diterpenes, Plectranthus barbatus

Procedia PDF Downloads 236
34430 Analyzing the Crisis of Liberal Democracy by Investigating Connections Between Deliberative Democratic Theory, Criticism of Neoliberalism and Contemporary Marxist Political Economy

Authors: Inka Maria Vilhelmiina Hiltunen

Abstract:

The crisis of liberal democracy has been recognized from many sites of political literature; scholars of Marxist critical political economy and deliberative democracy, as well as critics of neoliberalism, have become concerned about how either the rise of populism and authoritarianism, institutional decline or the overarching economic rationality erode political democratic citizenship in favor of economic technocracy or conservative protectionism. However, even if these bodies of literature recognize the generalized crisis that haunts Western democracies, dialogue between them has been very limited. That said, drawing from contemporary Marxist perspectives, this article aims at bridging the gap between the criticism of neoliberalism and theories of deliberative democracy. The first section starts by outlining what is meant by neoliberalism, liberal democracy, and the crisis of liberal democracy. The next section explores how contemporary capitalism acts upon society and transforms it. It introduces Jurgen Habermas’ thesis of the ‘colonization of the lifeworld’, Wendy Brown’s analysis of neoliberal rationality and Étienne Balibar’s concepts of ‘absolute capitalism’ and ‘total subsumption,’ that the essay aims at connecting in the last section. The third section is concerned with the deliberative democratic theory and practice. The section highlights the qualitative socio-political impacts of deliberation, as predicted by theorists and shown by empirical studies. The last section draws from contemporary Marxist perspectives to examine the question if deliberative democratic theories and practices can resolve the crisis of liberal democracy in the current financially driven era of neoliberal capitalism. By asking this question, the essay aims to consider what is required to reverse the current global trend of rising inequality. If liberal democracy has declined towards commodified and reactionary forms of politics and if ‘market rationality’ has shaped social agency to the extent that politicians and the public struggle to imagine ‘any alternatives’, the most urgent political task is to bring to life a new political imagination based on democratic ideals of equality, inclusivity, reciprocity, and solidarity, that thereby enables the revision of the transnational institutional design. This part focuses on the hegemonic role of finance and money. The essay concludes by stating that the implementation of substantive global democracy must start from the dissolution of the hegemony of finance, centered on U.S., and from the remaking of the conditions of socioeconomic reproduction world-wide. However, given the still present overarching neoliberal status quo, the essay is skeptical of the ideological feasibility of this remaking.

Keywords: deliberative democracy, criticism of neoliberalism, marxist political economy, crisis of liberal democracy

Procedia PDF Downloads 94
34429 Developing EFL Research Skills of Pre-Master Students through a Suggested Quest Based Learning Strategy

Authors: Heba Mustafa Abdullah

Abstract:

The research aimed at examining the effect of a using a quest based learning strategy on developing EFL Pre-Master Students. The study adopted the quasi-experimental design. The sample of the research consists of a group of 30 students enrolled in Pre-Master program, Curriculum and EFL Instruction Department, Faculty of Graduate Studies in Education Tools of the study included a EFL research skills checklist and EFL research skills test. Results revealed that there were statistically significant differences at 0.01 levels with regard to some research skills. Results were discussed in relation to several factors that affected the language learning process. Finally, the research provided beneficial contributions in relation to manipulating e-learning technologies in general and Quest based learning strategy in particular with respect to EFL research skills.

Keywords: English as foreign language, e-Learning, research skills, quest based learning

Procedia PDF Downloads 433
34428 Is There a Month Effect on the Deposits Interest Rates? Evidence from the Greek Banking Industry during the Period 2003-13

Authors: Konstantopoulos N., Samitas A., E. Vasileiou, Kinias I.

Abstract:

This article introduces a new view on the month effect study. Applying a Markov Switching Regime model on data from the Greek Time Deposits (TDs) market for the time span January 2003 to October 2013, we examine if there is a month effect on the Greek banking industry. The empirical findings provide convincing evidence for a new king of monthly anomaly. The explanation for the specific abnormality may be the upward deposits window dressing. Further research should be done in order to examine if the specific calendar effect exists in other countries or it is only a Greek phenomenon.

Keywords: calendar anomalies, banking crisis, month effect, Greek banking industry

Procedia PDF Downloads 357
34427 Nonlinear Dynamic Analysis of Base-Isolated Structures Using a Mixed Integration Method: Stability Aspects and Computational Efficiency

Authors: Nicolò Vaiana, Filip C. Filippou, Giorgio Serino

Abstract:

In order to reduce numerical computations in the nonlinear dynamic analysis of seismically base-isolated structures, a Mixed Explicit-Implicit time integration Method (MEIM) has been proposed. Adopting the explicit conditionally stable central difference method to compute the nonlinear response of the base isolation system, and the implicit unconditionally stable Newmark’s constant average acceleration method to determine the superstructure linear response, the proposed MEIM, which is conditionally stable due to the use of the central difference method, allows to avoid the iterative procedure generally required by conventional monolithic solution approaches within each time step of the analysis. The main aim of this paper is to investigate the stability and computational efficiency of the MEIM when employed to perform the nonlinear time history analysis of base-isolated structures with sliding bearings. Indeed, in this case, the critical time step could become smaller than the one used to define accurately the earthquake excitation due to the very high initial stiffness values of such devices. The numerical results obtained from nonlinear dynamic analyses of a base-isolated structure with a friction pendulum bearing system, performed by using the proposed MEIM, are compared to those obtained adopting a conventional monolithic solution approach, i.e. the implicit unconditionally stable Newmark’s constant acceleration method employed in conjunction with the iterative pseudo-force procedure. According to the numerical results, in the presented numerical application, the MEIM does not have stability problems being the critical time step larger than the ground acceleration one despite of the high initial stiffness of the friction pendulum bearings. In addition, compared to the conventional monolithic solution approach, the proposed algorithm preserves its computational efficiency even when it is adopted to perform the nonlinear dynamic analysis using a smaller time step.

Keywords: base isolation, computational efficiency, mixed explicit-implicit method, partitioned solution approach, stability

Procedia PDF Downloads 266
34426 Toxic Metal and Radiological Risk Assessment of Soil, Water and Vegetables around a Gold Mine Turned Residential Area in Mokuro Area of Ile-Ife, Osun State Nigeria: An Implications for Human Health

Authors: Grace O. Akinlade, Danjuma D. Maza, Oluwakemi O. Olawolu, Delight O. Babalola, John A. O. Oyekunle, Joshua O. Ojo

Abstract:

The Mokuro area of Ile-Ife, South West Nigeria, was well known for gold mining in the past (about twenty years ago). However, the place has since been reclaimed and converted to residential area without any environmental risk assessment of the impact of the mining tailings on the environment. Soil, water, and plant samples were collected from 4 different locations around the mine-turned-residential area. Soil samples were pulverized and sieved into finer particles, while the plant samples were dried and pulverized. All the samples were digested and analyzed for As, Pb, Cd, and Zn using atomic absorption spectroscopy (AAS). From the analysis results, the hazard index (HI) was then calculated for the metals. The soil and plant samples were air dried and pulverized, then weighed, after which the samples were packed into special and properly sealed containers to prevent radon gas leakage. After the sealing, the samples were kept for 28 days to attain secular equilibrium. The concentrations of 40K, 238U, and 232Th in the samples were measured using a cesium iodide (CsI) spectrometer and URSA software. The AAS analysis showed that As, Pb, Cd (Toxic metals), and Zn (essential trace metals) are in concentrations lower than permissible limits in plants and soil samples, while the water samples had concentrations higher than permissible limits. The calculated health indices (HI) show that HI for water is >1 and that of plants and soil is <1. Gamma spectrometry result shows high levels of activity concentrations above the recommended limits for all the soil and plant samples collected from the area. Only the water samples have activity concentrations below the recommended limit. Consequently, the absorbed dose, annual effective dose, and excess lifetime cancer risk are all above the recommended safe limit for all the samples except for water samples. In conclusion, all the samples collected from the area are either contaminated with toxic metals or they pose radiological hazards to the consumers. Further detailed study is therefore recommended in order to be able to advise the residents appropriately.

Keywords: toxic metals, gamma spectrometry, Ile-Ife, radiological hazards, gold mining

Procedia PDF Downloads 35
34425 Empowering Through Photovoice and Entrepreneurship: A Lived Experience of Alcohol-Induced Disorder and Recovery in Zambia

Authors: Rabson Banda

Abstract:

This abstract delves into the transformative journey of Rabson Banda, a visionary leader in Zambia who has harnessed the power of photovoice, mental fitness, and entrepreneurship to combat substance use disorders in the face of limited job opportunities in Africa. Rabson's personal battle with alcohol-induced disorder serves as the foundation for his pioneering work in establishing Elevated Initiatives, a grassroots organization dedicated to empowering individuals struggling with addiction through innovative approaches. Through the lens of photovoice, Rabson Banda amplifies the voices of those affected by substance abuse, providing a platform for self-expression and healing. By intertwining mental fitness techniques and entrepreneurial skills, he equips individuals with the tools needed to break free from the cycle of addiction and chart a new path toward holistic wellness and economic independence. Rabson Banda's story embodies resilience, hope, and the unwavering belief in the transformative power of community-driven initiatives. His work not only addresses the immediate challenges of substance use disorders but also addresses the root causes of addiction by advocating for increased job opportunities and economic empowerment in Zambia and across Africa for decent job creation and Entrepreneurship: A Lived Experience of Alcohol-Induced Disorder and Recovery in Zambia.

Keywords: mental fitness, entrepreneurship, photovoice, descent jobs

Procedia PDF Downloads 25
34424 An Assessment of Different Blade Tip Timing (BTT) Algorithms Using an Experimentally Validated Finite Element Model Simulator

Authors: Mohamed Mohamed, Philip Bonello, Peter Russhard

Abstract:

Blade Tip Timing (BTT) is a technology concerned with the estimation of both frequency and amplitude of rotating blades. A BTT system comprises two main parts: (a) the arrival time measurement system, and (b) the analysis algorithms. Simulators play an important role in the development of the analysis algorithms since they generate blade tip displacement data from the simulated blade vibration under controlled conditions. This enables an assessment of the performance of the different algorithms with respect to their ability to accurately reproduce the original simulated vibration. Such an assessment is usually not possible with real engine data since there is no practical alternative to BTT for blade vibration measurement. Most simulators used in the literature are based on a simple spring-mass-damper model to determine the vibration. In this work, a more realistic experimentally validated simulator based on the Finite Element (FE) model of a bladed disc (blisk) is first presented. It is then used to generate the necessary data for the assessment of different BTT algorithms. The FE modelling is validated using both a hammer test and two firewire cameras for the mode shapes. A number of autoregressive methods, fitting methods and state-of-the-art inverse methods (i.e. Russhard) are compared. All methods are compared with respect to both synchronous and asynchronous excitations with both single and simultaneous frequencies. The study assesses the applicability of each method for different conditions of vibration, amount of sampling data, and testing facilities, according to its performance and efficiency under these conditions.

Keywords: blade tip timing, blisk, finite element, vibration measurement

Procedia PDF Downloads 296
34423 Apps Reduce the Cost of Construction

Authors: Ali Mohammadi

Abstract:

Every construction that is done, the most important part of attention for employers and contractors is its cost, and they always try to reduce costs so that they can compete in the market, so they estimate the cost of construction before starting their activities. The costs can be generally divided into four parts: the materials used, the equipment used, the manpower required, and the time required. In this article, we are trying to talk about the three items of equipment, manpower, and time, and examine how the use of apps can reduce the cost of construction, while due to various reasons, it has received less attention in the field of app design. Also, because we intend to use these apps in construction and they are used by engineers and experts, we define these apps as engineering apps because the idea of ​​their design must be by an engineer who works in that field. Also, considering that most engineers are familiar with programming during their studies, they can design the apps they need using simple programming software.

Keywords: layout, as-bilt, monitoring, maps

Procedia PDF Downloads 47
34422 Predictive Analytics in Traffic Flow Management: Integrating Temporal Dynamics and Traffic Characteristics to Estimate Travel Time

Authors: Maria Ezziani, Rabie Zine, Amine Amar, Ilhame Kissani

Abstract:

This paper introduces a predictive model for urban transportation engineering, which is vital for efficient traffic management. Utilizing comprehensive datasets and advanced statistical techniques, the model accurately forecasts travel times by considering temporal variations and traffic dynamics. Machine learning algorithms, including regression trees and neural networks, are employed to capture sequential dependencies. Results indicate significant improvements in predictive accuracy, particularly during peak hours and holidays, with the incorporation of traffic flow and speed variables. Future enhancements may integrate weather conditions and traffic incidents. The model's applications range from adaptive traffic management systems to route optimization algorithms, facilitating congestion reduction and enhancing journey reliability. Overall, this research extends beyond travel time estimation, offering insights into broader transportation planning and policy-making realms, empowering stakeholders to optimize infrastructure utilization and improve network efficiency.

Keywords: predictive analytics, traffic flow, travel time estimation, urban transportation, machine learning, traffic management

Procedia PDF Downloads 60
34421 Real-time Rate and Rhythms Feedback Control System in Patients with Atrial Fibrillation

Authors: Mohammad A. Obeidat, Ayman M. Mansour

Abstract:

Capturing the dynamic behavior of the heart to improve control performance, enhance robustness, and support diagnosis is very important in establishing real time models for the heart. Control Techniques and strategies have been utilized to improve system costs, reliability, and estimation accuracy for different types of systems such as biomedical, industrial, and other systems that required tuning input/output relation and/or monitoring. Simulations are performed to illustrate potential applications of the technology. In this research, a new control technology scheme is used to enhance the performance of the Af system and meet the design specifications.

Keywords: atrial fibrillation, dynamic behavior, closed loop, signal, filter

Procedia PDF Downloads 399
34420 Preparation of Nb Silicide-Based Alloy Powder by Hydrogenation-Dehydrogenation (HDH) Reaction

Authors: Gi-Beom Park, Hyong-Gi Park, Seong-Yong Lee, Jaeho Choi, Seok Hong Min, Tae Kwon Ha

Abstract:

The Nb silicide-based alloy has the excellent high-temperature strength and relatively lower density than the Ni-based superalloy; therefore, it has been receiving a lot of attention for the next generation high-temperature material. To enhance the high temperature creep property and oxidation resistance, Si was added to the Nb-based alloy, resulting in a multi-phase microstructure with metal solid solution and silicide phase. Since the silicide phase has a low machinability due to its brittle nature, it is necessary to fabricate components using the powder metallurgy. However, powder manufacturing techniques for the alloys have not yet been developed. In this study, we tried to fabricate Nb-based alloy powder by the hydrogenation-dehydrogenation reaction. The Nb-based alloy ingot was prepared by vacuum arc melting and it was annealed in the hydrogen atmosphere for the hydrogenation. After annealing, the hydrogen concentration was increased from 0.004wt% to 1.22wt% and Nb metal phase was transformed to Nb hydride phase. The alloy after hydrogenation could be easily pulverized into powder by ball milling due to its brittleness. For dehydrogenation, the alloy powders were annealed in the vacuum atmosphere. After vacuum annealing, the hydrogen concentration was decreased to 0.003wt% and Nb hydride phase was transformed back to Nb metal phase.

Keywords: Nb alloy, Nb metal and silicide composite, powder, hydrogenation-dehydrogenation reaction

Procedia PDF Downloads 232
34419 Use of Didactic Bibliographic Resources to Improve the Teaching and Learning Processes of Animal Reproduction in Veterinary Science

Authors: Yasser Y. Lenis, Amy Jo Montgomery, Diego F. Carrillo-Gonzalez

Abstract:

Introduction: The use of didactic instruments in different learning environments plays a pivotal role in enhancing the level of knowledge in veterinary science students. The direct instruction of basic animal reproduction concepts in students enrolled in veterinary medicine programs allows them to elucidate the biological and molecular mechanisms that perpetuate the animal species in an ecosystem. Therefore, universities must implement didactic strategies that facilitate the teaching and learning processes for students and, in turn, enrich learning environments. Objective: to evaluate the effect of the use of a didactic textbook on the level of theoretical knowledge in embryo-maternal recognition for veterinary medicine students. Methods: the participants (n=24) were divided into two experimental groups: control (Ctrl) and treatment (Treat). Both groups received 4 hours of theoretical training regarding the basic concepts in bovine embryo-maternal recognition. However, the Treat group was also exposed to a guided lecture and the activity play-to-learn from a cow reproduction didactic textbook. A pre-test and a post-test were applied to assess the prior and subsequent knowledge in the participants. Descriptive statistics were applied to identify the success rates for each of the tests. Afterwards, a repeated measures model was applied where the effect of the intervention was considered. Results: no significant difference (p>0,05) was observed in the number of right answers for groups Ctrl (54,2%±12,7) and Treat (40,8%±16,8) in the pre-test. There was no difference (p>0,05) compering the number of right answers in Ctrl pre-test (54,2%±12,7) and post-test (60,8±18,8). However, the Treat group showed a significant (p>0,05) difference in the number of right answers when comparing pre-test (40,8%±16,8) and post-test (71,7%±14,7). Finally, after the theoretical training and the didactic activity in the Treat group, an increase of 10.9% (p<0,05) in the number of right answers was found when compared with the Ctrl group. Conclusion: the use of didactic tools that include guided lectures and activities like play-to-learn from a didactic textbook enhances the level of knowledge in an animal reproduction course for veterinary medicine students.

Keywords: animal reproduction, pedagogic, level of knowledge, learning environment

Procedia PDF Downloads 50
34418 Urbanization and Water Supply in Lagos State, Nigeria: The Challenges in a Climate Change Scenario

Authors: Amidu Owolabi Ayeni

Abstract:

Studies have shown that spatio-temporal distribution and variability of climatic variables, urban land use, and population have had substantial impact on water supply. It is based on these facts that the impacts of climate, urbanization, and population on water supply in Lagos State Nigeria remain the focus of this study. Population and water production data on Lagos State between 1963 and 2006 were collected, and used for time series and projection analyses. Multi-temporal land-sat images of 1975, 1995 and NigeriaSat-1 imagery of 2007 were used for land use change analysis. The population of Lagos State increased by about 557.1% between 1963 and 2006, correspondingly, safe water supply increased by 554%. Currently, 60% of domestic water use in urban areas of Lagos State is from groundwater while 75% of rural water is from unsafe surface water. Between 1975 and 2007, urban land use increased by about 235.9%. The 46years climatic records revealed that temperature and evaporation decreased slightly while rainfall and Relatively Humidity (RH) decreased consistently. Based on these trends, the Lagos State population and required water are expected to increase to about 19.8millions and 2418.9ML/D respectively by the year 2026. Rainfall is likely to decrease by -6.68mm while temperature will increase by 0.950C by 2026. Urban land use is expected to increase by 20% with expectation of serious congestion in the suburb areas. With these results, over 50% of the urban inhabitants will be highly water poor in future if the trends continue unabated.

Keywords: challenges, climate change, urbanization, water supply

Procedia PDF Downloads 410
34417 Causes of Variation Orders in the Egyptian Construction Industry: Time and Cost Impacts

Authors: A. Samer Ezeldin, Jwanda M. El Sarag

Abstract:

Variation orders are of great importance in any construction project. Variation orders are defined as any change in the scope of works of a project that can be an addition omission, or even modification. This paper investigates the variation orders that occur during construction projects in Egypt. The literature review represents a comparison of causes of variation orders among Egypt, Tanzania, Nigeria, Malaysia and the United Kingdom. A classification of occurrence of variation orders due to owner related factors, consultant related factors and other factors are signified in the literature review. These classified events that lead to variation orders were introduced in a survey with 19 events to observe their frequency of occurrence, and their time and cost impacts. The survey data was obtained from 87 participants that included clients, consultants, and contractors and a database of 42 scenarios was created. A model is then developed to help assist project managers in predicting the frequency of variations and account for a budget for any additional costs and minimize any delays that can take place. Two experts with more than 25 years of experience were given the model to verify that the model was working effectively. The model was then validated on a residential compound that was completed in July 2016 to prove that the model actually produces acceptable results.

Keywords: construction, cost impact, Egypt, time impact, variation orders

Procedia PDF Downloads 165
34416 A Study of Fatigue Life Estimation of a Modular Unmanned Aerial Vehicle by Developing a Structural Health Monitoring System

Authors: Zain Ul Hassan, Muhammad Zain Ul Abadin, Muhammad Zubair Khan

Abstract:

Unmanned aerial vehicles (UAVs) have now become of predominant importance for various operations, and an immense amount of work is going on in this specific category. The structural stability and life of these UAVs is key factor that should be considered while deploying them to different intelligent operations as their failure leads to loss of sensitive real-time data and cost. This paper presents an applied research on the development of a structural health monitoring system for a UAV designed and fabricated by deploying modular approach. Firstly, a modular UAV has been designed which allows to dismantle and to reassemble the components of the UAV without effecting the whole assembly of UAV. This novel approach makes the vehicle very sustainable and decreases its maintenance cost to a significant value by making possible to replace only the part leading to failure. Then the SHM for the designed architecture of the UAV had been specified as a combination of wings integrated with strain gauges, on-board data logger, bridge circuitry and the ground station. For the research purpose sensors have only been attached to the wings being the most load bearing part and as per analysis was done on ANSYS. On the basis of analysis of the load time spectrum obtained by the data logger during flight, fatigue life of the respective component has been predicted using fracture mechanics techniques of Rain Flow Method and Miner’s Rule. Thus allowing us to monitor the health of a specified component time to time aiding to avoid any failure.

Keywords: fracture mechanics, rain flow method, structural health monitoring system, unmanned aerial vehicle

Procedia PDF Downloads 278
34415 A Methodology for the Identification of Technological Gaps and the Measurement of the Level of Technological Acceptance in the Rural Sector in Colombia

Authors: Anyi Katherine Garzon Robles, Luis Carlos Gomez Florez

Abstract:

Since the advent of the Internet, the use of Information Technologies (IT) has increased exponentially. The field of informatics and telecommunications has put on the table countless possibilities for the development of different socio-economic activities, promoting a change of social paradigm and the emergence of the so-called information and knowledge society. For more than a decade, the Colombian government has been working on the incorporation of IT into the public sector through an e-government strategy. However, to date, many technological gaps has not yet been identified in the country to our knowledge, especially in rural areas and far from large cities, where factors such as low investment and the expansion of the armed conflict have led to economic and technological stagnation. This paper presents the research results obtained from the execution of a research project, which was approach from a qualitative approach and a methodological design of a participatory action research type. This design consists of nine fundamental stages divided into four work cycles. For which different strategies for data collection and analysis were established. From which, a methodology was obtained for the identification of technological gaps and the measurement of the level of technological acceptance in the rural sector, based on the TAM (Technology Acceptance Model) model, as a previous activity to the development of IT solutions framed in the e-government strategy in Colombia. The result of this research work represents a contribution from academia for the improvement of the country's technological development and a guide for the proper planning of IT solutions aimed at promoting a close relationship between government and citizens.

Keywords: E-government, knowledge society, level of technological acceptance, technological gaps, technology acceptance model

Procedia PDF Downloads 222
34414 Increased Risk of Adverse Birth Outcomes of Newborns in Arsenic Exposed- Women with Gestational Diabetes

Authors: Tania Mannan, Rahelee Zinnat, Fatema Jebunnesa, Israt Ara Hossain

Abstract:

Background: Exposure to arsenic has known toxic effects but the effect on pregnancy outcomes is not as widely documented especially in women with diabetes. Growing evidence has suggested a potential role of arsenic exposure in the development of gestational diabetes mellitus (GDM). Therefore, we aimed to investigate the association of urinary arsenic (UAs) with birth outcomes in GDM subjects. Methods: Under an observational cross-sectional design a total of 263 GDM subjects (age in years, M±SD, 21±3.7) residing in an arsenic affected area of Bangladesh, were subjected to a 2 sample OGTT at the third trimester of gestation. Among them, 73 GDM and 190 non-GDM subjects enrolled in this study. Clinical and anthropometric measurements were done by standard techniques. Degree of chronic arsenic exposure was assessed by the level of UAs level. According to World Health Organization (WHO) criteria, GDM was diagnosed and neonatal outcomes using APGAR (Activity Pulse Grimace Appearance Respirations) Score, birth weight and size were assessed by a specialist obstetrician. Serum glucose was measured by the Glucose Oxidase method and UAs level was determined by ultraviolet/visible spectrophotometry. Result: Out of the 263 pregnant women, 28% developed GDM. Urinary Arsenic was significantly higher in the GDM as compared to the non-GDM group [UAs, µg/l, M±SD (range), 204.2±67.0 (67.0-377.0) vs 77.3±38.1 (22.0-99.0), p < 0.001]. Activity Pulse Grimace Appearance Respirations Score of the neonates from GDM mothers was significantly lower compared to the neonates from non-GDM mothers [APGAR Score, M±SD, 4.7±0.8 vs. 6.4±0.7, p<0.001]. Pearson’s correlation analysis in GDM subjects revealed that UA levels were found to have a significant positive correlation with both fasting and postprandial serum glucose levels (p < 0.001) and (p < 0.001) respectively. Again, a significant inverse correlation of UAs with birth weight and size was observed (p < 0.001). The APGAR Score of the neonates were found to have a significant negative correlation (p < 0.001) with UAs level. Conclusion: The effect of chronic arsenic exposure is associated with glucose intolerance during pregnancy and it also adversely affects birth outcomes. The study suggests further research on the impact of total arsenic exposure on pregnancy outcomes.

Keywords: APGAR score, arsenic exposure, birth outcome, gestational diabetes mellitus,

Procedia PDF Downloads 113
34413 Elimination of Mixed-Culture Biofilms Using Biological Agents

Authors: Anita Vidacs, Csaba Vagvolgyi, Judit Krisch

Abstract:

The attachment of microorganisms to different surfaces and the development of biofilms can lead to outbreaks of food-borne diseases and economic losses due to perished food. In food processing environments, bacterial communities are generally formed by mixed cultures of different species. Plants are sources of several antimicrobial substances that may be potential candidates for the development of new disinfectants. We aimed to investigate cinnamon (Cinnamomum zeylanicum), marjoram (Origanum majorana), and thyme (Thymus vulgaris). Essential oils and their major components (cinnamaldehyde, terpinene-4-ol, and thymol) on four-species biofilms of E. coli, L. monocytogenes, P. putida, and S. aureus. Experiments had three parts: (i) determination of minimum bactericide concentration and the killing time with microdilution methods; (ii) elimination of the four-species 24– and 168-hours old biofilm from stainless steel, polypropylene, tile and wood surfaces; and (iii) comparing the disinfectant effect with industrial used per-acetic based sanitizer (HC-DPE). E. coli and P. putida were more resistant to investigated essential oils and their main components in biofilm, than L. monocytogenes and S. aureus. These Gram-negative bacteria were detected on the surfaces, where the natural based disinfectant had not total biofilm elimination effect. Most promoted solutions were the cinnamon essential oil and the terpinene-4-ol that could eradicate the biofilm from stainless steel, polypropylene and even from tile, too. They have a better disinfectant effect than HC-DPE. These natural agents can be used as alternative solutions in the battle against bacterial biofilms.

Keywords: biofilm, essential oils, surfaces, terpinene-4-ol

Procedia PDF Downloads 90
34412 Detecting the Palaeochannels Based on Optical Data and High-Resolution Radar Data for Periyarriver Basin

Authors: S. Jayalakshmi, Gayathri S., Subiksa V., Nithyasri P., Agasthiya

Abstract:

Paleochannels are the buried part of an active river system which was separated from the active river channel by the process of cutoff or abandonment during the dynamic evolution of the active river. Over time, they are filled by young unconsolidated or semi-consolidated sediments. Additionally, it is impacted by geo morphological influences, lineament alterations, and other factors. The primary goal of this study is to identify the paleochannels in Periyar river basin for the year 2023. Those channels has a high probability in the presence of natural resources, including gold, platinum,tin,an duranium. Numerous techniques are used to map the paleochannel. Using the optical data, Satellite images were collected from various sources, which comprises multispectral satellite images from which indices such as Normalized Difference Vegetation Index (NDVI),Normalized Difference Water Index (NDWI), Soil Adjusted Vegetative Index (SAVI) and thematic layers such as Lithology, Stream Network, Lineament were prepared. Weights are assigned to each layer based on its importance, and overlay analysis has done, which concluded that the northwest region of the area has shown some paleochannel patterns. The results were cross-verified using the results obtained using microwave data. Using Sentinel data, Synthetic Aperture Radar (SAR) Image was extracted from European Space Agency (ESA) portal, pre-processed it using SNAP 6.0. In addition to that, Polarimetric decomposition technique has incorporated to detect the paleochannels based on its scattering property. Further, Principal component analysis has done for enhanced output imagery. Results obtained from optical and microwave radar data were compared and the location of paleochannels were detected. It resulted six paleochannels in the study area out of which three paleochannels were validated with the existing data published by Department of Geology and Environmental Science, Kerala. The other three paleochannels were newly detected with the help of SAR image.

Keywords: paleochannels, optical data, SAR image, SNAP

Procedia PDF Downloads 71
34411 New Analytical Current-Voltage Model for GaN-based Resonant Tunneling Diodes

Authors: Zhuang Guo

Abstract:

In the field of GaN-based resonant tunneling diodes (RTDs) simulations, the traditional Tsu-Esaki formalism failed to predict the values of peak currents and peak voltages in the simulated current-voltage(J-V) characteristics. The main reason is that due to the strong internal polarization fields, two-dimensional electron gas(2DEG) accumulates at emitters, resulting in 2D-2D resonant tunneling currents, which become the dominant parts of the total J-V characteristics. By comparison, based on the 3D-2D resonant tunneling mechanism, the traditional Tsu-Esaki formalism cannot predict the J-V characteristics correctly. To overcome this shortcoming, we develop a new analytical model for the 2D-2D resonant tunneling currents generated in GaN-based RTDs. Compared with Tsu-Esaki formalism, the new model has made the following modifications: Firstly, considering the Heisenberg uncertainty, the new model corrects the expression of the density of states around the 2DEG eigenenergy levels at emitters so that it could predict the half width at half-maximum(HWHM) of resonant tunneling currents; Secondly, taking into account the effect of bias on wave vectors on the collectors, the new model modifies the expression of the transmission coefficients which could help to get the values of peak currents closer to the experiment data compared with Tsu-Esaki formalism. The new analytical model successfully predicts the J-V characteristics of GaN-based RTDs, and it also reveals more detailed mechanisms of resonant tunneling happened in GaN-based RTDs, which helps to design and fabricate high-performance GaN RTDs.

Keywords: GaN-based resonant tunneling diodes, tsu-esaki formalism, 2D-2D resonant tunneling, heisenberg uncertainty

Procedia PDF Downloads 66
34410 The Moving and Special Ability Influence Player Preference in the Dual Protagonist Game

Authors: Shih-Chieh Liao, Jen-Ying Ma

Abstract:

Dual protagonists game always bring a unique experience compared to the other games. This research wants to discuss whether the dual protagonists have the moving ability and special ability or not; it will affect the preference of the players. This research will focus on the single-player dual protagonists game. After the observation, we found that when players control the dual protagonists, the moving ability and special ability are a great point defining the preference of players. When players control the character, which is lack of moving ability, they often feel impatient with the inconvenient mechanism and then reduce the will to play with the character or even the game. Furthermore, the special ability is also important in the situation that there is another character to compare with. When the character is too powerful, players tend not to use the weaker one. In addition, gender is a big deal in the games. It surprisingly controls the will of play occasionally. In view of these, this research makes a single-player dual protagonists game and the dual protagonists are limited to male and female. The experiment content detected with Electrodermal Activity (EDA) includes seven different situations. (1) male and females both have the moving ability and special ability. (2) male and female both have a special ability, but female does not have the moving ability. (3) male and females both have a special ability, but the male does not have the moving ability. (4) male and female both have the moving ability, but the male does not have special ability (5) male and female both have the moving ability, but female does not have a special ability (6) male-only has the moving ability and female-only has a special ability (7) male-only has a special ability and female only has the moving ability. The experiment will evaluate the emotional changes of the subjects in those situations. The result sorted by the significance of player preference is (6)>(4)>(1)>(2)>(5)>(3)>(7). The result demonstrates that players prefer females with special abilities or males with moving abilities. The game developer could design the ability of dual protagonists based on this research. Therefore, players may have a better experience.

Keywords: biofeedback, dual protagonists, emotional responses, psychology, user experience

Procedia PDF Downloads 174
34409 Research on Spatial Distribution of Service Facilities Based on Innovation Function: A Case Study of Zhejiang University Zijin Co-Maker Town

Authors: Zhang Yuqi

Abstract:

Service facilities are the boosters for the cultivation and development of innovative functions in innovative cluster areas. At the same time, reasonable service facilities planning can better link the internal functional blocks. This paper takes Zhejiang University Zijin Co-Maker Town as the research object, based on the combination of network data mining and field research and verification, combined with the needs of its internal innovative groups. It studies the distribution characteristics and existing problems of service facilities and then proposes a targeted planning suggestion. The main conclusions are as follows: (1) From the perspective of view, the town is rich in general life-supporting services, but lacking of provision targeted and distinctive service facilities for innovative groups; (2) From the perspective of scale structure, small-scale street shops are the main business form, lack of large-scale service center; (3) From the perspective of spatial structure, service facilities layout of each functional block is too fragile to fit the characteristics of 2aggregation- distribution' of innovation and entrepreneurial activities; (4) The goal of optimizing service facilities planning should be guided for fostering function of innovation and entrepreneurship and meet the actual needs of the innovation and entrepreneurial groups.

Keywords: the cultivation of innovative function, Zhejiang University Zijin Co-Maker Town, service facilities, network data mining, space optimization advice

Procedia PDF Downloads 98
34408 The Effect of Oil Pollution on Marine Microbial Populations in Israeli Coastal Waters

Authors: Yael Shai, Dror L. Angel, Dror Zurel, Peleg Astrahan, Maxim Rubin-Blum, Eyal Rahav

Abstract:

The high demand for oil and its by-products is symptomatic of the 21st century and occasionally leads to oil spills and pollution of coastal waters. Marine oil pollution may originate from a variety of sources -urban runoff, tanker cleaning, drilling activities, and oil spills. These events may release large amounts of highly toxic polycyclic aromatic hydrocarbons (PAHs) and other pollutants to coastal water, thereby threatening local marine life. Here, we investigated the effects of crude oil on the temporal dynamics of phytoplankton and heterotrophic bacteria in Israeli coastal waters. To this end, we added crude oil (500 µm thick layer, with and without additional nutrients; NO₃ and PO₄) to mesocosms (1m³ bags) containing oligotrophic surface coastal water collected near Haifa during summer and winter. Changes in phytoplankton biomass, activity and diversity were monitored daily for 5-6 days. Our results demonstrate that crude oil addition resulted in a pronounced decrease in phytoplankton biomass and production rates, while heterotrophic bacterial production increased significantly. Importantly, a few days post addition we found that the oil-degrading bacteria, Oleibacter sp. and Oleispira sp. appeared in the mesocosms and that the addition of nutrients (along with the crude oil) further increased this trend. This suggests that oil-degrading bacteria may be NO₃ and PO₄ limited in Israeli coastal waters. The results of this study should enable us to establish improved science-based environmental policy with respect to handling crude oil pollution in this region.

Keywords: heterotrophic bacteria, nutrients, mesocosm, oil pollution, oligotrophic, phytoplankton

Procedia PDF Downloads 145
34407 Geo-Collaboration Model between a City and Its Inhabitants to Develop Complementary Solutions for Better Household Waste Collection

Authors: Abdessalam Hijab, Hafida Boulekbache, Eric Henry

Abstract:

According to several research studies, the city as a whole is a complex, spatially organized system; its modeling must take into account several factors, socio-economic, and political, or geographical, acting at multiple scales of observation according to varied temporalities. Sustainable management and protection of the environment in this complex system require significant human and technical investment, particularly for monitoring and maintenance. The objective of this paper is to propose an intelligent approach based on the coupling of Geographic Information System (GIS) and Information and Communications Technology (ICT) tools in order to integrate the inhabitants in the processes of sustainable management and protection of the urban environment, specifically in the processes of household waste collection in urban areas. We are discussing a collaborative 'city/inhabitant' space. Indeed, it is a geo-collaborative approach, based on the spatialization and real-time geo-localization of topological and multimedia data taken by the 'active' inhabitant, in the form of geo-localized alerts related to household waste issues in their city. Our proposal provides a good understanding of the extent to which civil society (inhabitants) can help and contribute to the development of complementary solutions for the collection of household waste and the protection of the urban environment. Moreover, it allows the inhabitant to contribute to the enrichment of a data bank for future uses. Our geo-collaborative model will be tested in the Lamkansa sampling district of the city of Casablanca in Morocco.

Keywords: geographic information system, GIS, information and communications technology, ICT, geo-collaboration, inhabitants, city

Procedia PDF Downloads 100