Search results for: case analysis of knowledge versus practice
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 40786

Search results for: case analysis of knowledge versus practice

29326 Building Tutor and Tutee Pedagogical Agents to Enhance Learning in Adaptive Educational Games

Authors: Ogar Ofut Tumenayu, Olga Shabalina

Abstract:

This paper describes the application of two types of pedagogical agents’ technology with different functions in an adaptive educational game with the sole aim of improving learning and enhancing interactivities in Digital Educational Games (DEG). This idea could promote the elimination of some problems of DEG, like isolation in game-based learning, by introducing a tutor and tutee pedagogical agents. We present an analysis of a learning companion interacting in a peer tutoring environment as a step toward improving social interactions in the educational game environment. We show that tutor and tutee agents use different interventions and interactive approaches: the tutor agent is engaged in tracking the learner’s activities and inferring the learning state, while the tutee agent initiates interactions with the learner at the appropriate times and in appropriate manners. In order to provide motivation to prevent mistakes and clarity a game task, the tutor agent uses the help dialog tool to provide assistance, while the tutee agent provides collaboration assistance by using the hind tool. We presented our idea on a prototype game called “Pyramid Programming Game,” a 2D game that was developed using Libgdx. The game's Pyramid component symbolizes a programming task that is presented to the player in the form of a puzzle. During gameplay, the Agents can instruct, direct, inspire, and communicate emotions. They can also rapidly alter the instructional pattern in response to the learner's performance and knowledge. The pyramid must be effectively destroyed in order to win the game. The game also teaches and illustrates the advantages of utilizing educational agents such as TrA and TeA to assist and motivate students. Our findings support the idea that the functionality of a pedagogical agent should be dualized into an instructional and learner’s companion agent in order to enhance interactivity in a game-based environment.

Keywords: tutor agent, tutee agent, learner’s companion interaction, agent collaboration

Procedia PDF Downloads 56
29325 Female Sex Workers and Their Association with Self-Help Groups in Thane, Maharashtra, India: A Comparative Analysis in the Context of HIV Program Outcome

Authors: Awdhesh Yadav, P. S. Saravanamurthy, Shaikh Tayyaba, Uma Shah, Ashok Agarwal

Abstract:

Objectives: HIV interventions in India has leveraged Self-Help Group (SHG) as one of the key strategies under structural intervention to empower female sex workers (FSW) to reduce their risk exposure and vulnerability to STI/HIV. Understanding the role of SHGs in light of the evolving dynamics of sex work needs to be delved into to strategize HIV interventions among FSWs in India. This paper aims to study the HIV program outcome among the FSWs associated with SHGs and FSWs not associated with SHGs in Thane, Maharashtra. Study Design: This cross-sectional study, was undertaken from the Behavioral Tracking Survey (BTS) conducted among 503 FSWs in Thane in 2015. Two-stage probability based conventional sampling was done for selection of brothel and bar based FSWs, while Time Location Cluster (TLC) sampling was done for home, lodge and street-based sex workers. Methods: Bivariate and multivariate logistic regression were performed to compare and contrast between FSWs associated with SHG and those not associated with SHG with respect to the utilization of HIV related services by them. ‘Condom use’, ‘consistent condom use’, ‘contact with peer-educators’, ‘counseling sessions’ and ‘HIV testing’ were chosen as indicators on HIV service utilization. Results: 8% (38) of FSWs are registered with SHG; 92% aged ≥ 25 years, 47% illiterate, and 71% are currently married. The likelihood of utilizing HIV services including, knowledge on HIV/AIDS and its mode of transmission (OR:5.54; CI: 1.87-16.60; p < 0.05),accessed drop-in Centre (OR: 6.53; CI: 2.15-19.88; p < 0.10), heard about joint health camps (OR: 4.71; CI:2.12-10.46); p < 0.05), negotiated or stood up against police/broker/local goonda/clients (OR: 2.26; CI: 1.08-4.73; p < 0.05), turned away clients when they refused to use condom during sex (OR: 3.76; CI: 1.27-11.15; p < 0.05) and heard of ART (OR; 4.55; CI: 2.18-9.48; p < 0.01) were higher among FSWs associated with SHG in comparison to FSWs not associated with SHG. Conclusions: Considering the improved HIV program outcomes among FSWs associated with SHG; HIV interventions among FSWs could consider facilitating the formation of SHGs with FSWs as one of the key strategies to empower the community for ensuring better program outcomes.

Keywords: empowerment, female sex workers, HIV, Thane, self-help group

Procedia PDF Downloads 224
29324 Significance of Transient Data and Its Applications in Turbine Generators

Authors: Chandra Gupt Porwal, Preeti C. Porwal

Abstract:

Transient data reveals much about the machine's condition that steady-state data cannot. New technologies make this information much more available for evaluating the mechanical integrity of a machine train. Recent surveys at various stations indicate that simplicity is preferred over completeness in machine audits throughout the power generation industry. This is most clearly shown by the number of rotating machinery predictive maintenance programs in which only steady-state vibration amplitude is trended while important transient vibration data is not even acquired. Efforts have been made to explain what transient data is, its importance, the types of plots used for its display, and its effective utilization for analysis. In order to demonstrate the value of measuring transient data and its practical application in rotating machinery for resolving complex and persistent issues with turbine generators, the author presents a few case studies that highlight the presence of rotor instabilities due to the shaft moving towards the bearing centre in a 100 MM LMZ unit located in the Northern Capital Region (NCR), heavy misalignment noticed—especially after 2993 rpm—caused by loose coupling bolts, which prevented the machine from being synchronized for more than four months in a 250 MW KWU unit in the Western Region (WR), and heavy preload noticed at Intermediate pressure turbine (IPT) bearing near HP- IP coupling, caused by high points on coupling faces at a 500 MW KWU unit in the Northern region (NR), experienced at Indian power plants.

Keywords: transient data, steady-state-data, intermediate -pressure-turbine, high-points

Procedia PDF Downloads 46
29323 Automated Evaluation Approach for Time-Dependent Question Answering Pairs on Web Crawler Based Question Answering System

Authors: Shraddha Chaudhary, Raksha Agarwal, Niladri Chatterjee

Abstract:

This work demonstrates a web crawler-based generalized end-to-end open domain Question Answering (QA) system. An efficient QA system requires a significant amount of domain knowledge to answer any question with the aim to find an exact and correct answer in the form of a number, a noun, a short phrase, or a brief piece of text for the user's questions. Analysis of the question, searching the relevant document, and choosing an answer are three important steps in a QA system. This work uses a web scraper (Beautiful Soup) to extract K-documents from the web. The value of K can be calibrated on the basis of a trade-off between time and accuracy. This is followed by a passage ranking process using the MS-Marco dataset trained on 500K queries to extract the most relevant text passage, to shorten the lengthy documents. Further, a QA system is used to extract the answers from the shortened documents based on the query and return the top 3 answers. For evaluation of such systems, accuracy is judged by the exact match between predicted answers and gold answers. But automatic evaluation methods fail due to the linguistic ambiguities inherent in the questions. Moreover, reference answers are often not exhaustive or are out of date. Hence correct answers predicted by the system are often judged incorrect according to the automated metrics. One such scenario arises from the original Google Natural Question (GNQ) dataset which was collected and made available in the year 2016. Use of any such dataset proves to be inefficient with respect to any questions that have time-varying answers. For illustration, if the query is where will be the next Olympics? Gold Answer for the above query as given in the GNQ dataset is “Tokyo”. Since the dataset was collected in the year 2016, and the next Olympics after 2016 were in 2020 that was in Tokyo which is absolutely correct. But if the same question is asked in 2022 then the answer is “Paris, 2024”. Consequently, any evaluation based on the GNQ dataset will be incorrect. Such erroneous predictions are usually given to human evaluators for further validation which is quite expensive and time-consuming. To address this erroneous evaluation, the present work proposes an automated approach for evaluating time-dependent question-answer pairs. In particular, it proposes a metric using the current timestamp along with top-n predicted answers from a given QA system. To test the proposed approach GNQ dataset has been used and the system achieved an accuracy of 78% for a test dataset comprising 100 QA pairs. This test data was automatically extracted using an analysis-based approach from 10K QA pairs of the GNQ dataset. The results obtained are encouraging. The proposed technique appears to have the possibility of developing into a useful scheme for gathering precise, reliable, and specific information in a real-time and efficient manner. Our subsequent experiments will be guided towards establishing the efficacy of the above system for a larger set of time-dependent QA pairs.

Keywords: web-based information retrieval, open domain question answering system, time-varying QA, QA evaluation

Procedia PDF Downloads 91
29322 Comparative Analysis of Soil Enzyme Activities between Laurel-Leaved and Cryptomeria japonica Forests

Authors: Ayuko Itsuki, Sachiyo Aburatani

Abstract:

Soil enzyme activities in Kasuga-yama Hill Primeval Forest (Nara, Japan) were examined to determine levels of mineralization and metabolism. Samples were selected from the soil surrounding laurel-leaved (BB-1) and Carpinus japonica (BB-2 and Pw) trees for analysis. Cellulase, β-xylosidase, and protease activities were higher in BB-1 samples those in BB-2 samples. These activity levels corresponded to the distribution of cellulose and hemicellulose in the soil horizons. Cellulase, β-xylosidase, and chymotrypsin activities were higher in soil from the Pw forest than in that from the BB-2 forest. The relationships between the soil enzymes calculated by Spearman’s rank correlation indicate that the interactions between enzymes in BB-2 samples were more complex than those in Pw samples.

Keywords: comparative analysis, enzyme activities, forest soil, Spearman's rank correlation

Procedia PDF Downloads 578
29321 Utilizing Computational Fluid Dynamics in the Analysis of Natural Ventilation in Buildings

Authors: A. W. J. Wong, I. H. Ibrahim

Abstract:

Increasing urbanisation has driven building designers to incorporate natural ventilation in the designs of sustainable buildings. This project utilises Computational Fluid Dynamics (CFD) to investigate the natural ventilation of an academic building, SIT@SP, using an assessment criterion based on daily mean temperature and mean velocity. The areas of interest are the pedestrian level of first and fourth levels of the building. A reference case recommended by the Architectural Institute of Japan was used to validate the simulation model. The validated simulation model was then used for coupled simulations on SIT@SP and neighbouring geometries, under two wind speeds. Both steady and transient simulations were used to identify differences in results. Steady and transient results are agreeable with the transient simulation identifying peak velocities during flow development. Under a lower wind speed, the first level was sufficiently ventilated while the fourth level was not. The first level has excessive wind velocities in the higher wind speed and the fourth level was adequately ventilated. Fourth level flow velocity was consistently lower than those of the first level. This is attributed to either simulation model error or poor building design. SIT@SP is concluded to have a sufficiently ventilated first level and insufficiently ventilated fourth level. Future works for this project extend to modifying the urban geometry, simulation model improvements, evaluation using other assessment metrics and extending the area of interest to the entire building.

Keywords: buildings, CFD Simulations, natural ventilation, urban airflow

Procedia PDF Downloads 205
29320 Cultivating a Successful Academic Career in Higher Education Institutes: The 10 X C Model

Authors: S. Zamir

Abstract:

The modern era has brought with it significant organizational changes. These changes have not bypassed the academic world, and along with the old academic bonds that include a world of knowledge and ethics, academic faculty members are required more than ever not only to survive in the academic world, but also to thrive and flourish and position themselves as modern and opinionated academicians. Based upon the writings of organizational consultants, the article suggests a 10 X C model for cultivating an academic backbone, as well as emphasizing its input to the professional growth of university and college academics: Competence, Calculations of pain & gain, Character, Commitment, Communication, Curiosity, Coping, Courage, Collaboration and Celebration.

Keywords: academic career, academicians, higher education, the 10xC model

Procedia PDF Downloads 239
29319 A Comparative Analysis of Classification Models with Wrapper-Based Feature Selection for Predicting Student Academic Performance

Authors: Abdullah Al Farwan, Ya Zhang

Abstract:

In today’s educational arena, it is critical to understand educational data and be able to evaluate important aspects, particularly data on student achievement. Educational Data Mining (EDM) is a research area that focusing on uncovering patterns and information in data from educational institutions. Teachers, if they are able to predict their students' class performance, can use this information to improve their teaching abilities. It has evolved into valuable knowledge that can be used for a wide range of objectives; for example, a strategic plan can be used to generate high-quality education. Based on previous data, this paper recommends employing data mining techniques to forecast students' final grades. In this study, five data mining methods, Decision Tree, JRip, Naive Bayes, Multi-layer Perceptron, and Random Forest with wrapper feature selection, were used on two datasets relating to Portuguese language and mathematics classes lessons. The results showed the effectiveness of using data mining learning methodologies in predicting student academic success. The classification accuracy achieved with selected algorithms lies in the range of 80-94%. Among all the selected classification algorithms, the lowest accuracy is achieved by the Multi-layer Perceptron algorithm, which is close to 70.45%, and the highest accuracy is achieved by the Random Forest algorithm, which is close to 94.10%. This proposed work can assist educational administrators to identify poor performing students at an early stage and perhaps implement motivational interventions to improve their academic success and prevent educational dropout.

Keywords: classification algorithms, decision tree, feature selection, multi-layer perceptron, Naïve Bayes, random forest, students’ academic performance

Procedia PDF Downloads 151
29318 A Book Review of Inside the Battle of Algiers, by Zohra Drif: A Thematic Analysis on Women’s Agency

Authors: W. Zekri

Abstract:

This paper explores Zohra Drif’s memoir, Inside the Battle of Algiers, which narrates her desires as a student to become a revolutionary activist. She exemplified, in her narrative, the different roles, she and her fellows performed as combatants in the Casbah during the Algerian Revolution 1954-1962. This book review aims to evaluate the concept of women’s agency through education and language learning, and its impact on empowering women’s desires. Close-reading method and thematic analysis are used to explore the text. The analysis identified themes that refine the meaning of agency which are social and cultural supports, education, and language proficiency. These themes aim to contribute to the representation in Inside the Battle of Algiers of a woman guerrilla who engaged herself to perform national acts of resistance.

Keywords: agency, education, learning, women

Procedia PDF Downloads 165
29317 Train-The-Trainer in Neonatal Resuscitation in Rural Uganda: A Model for Sustainability and the Barriers Faced

Authors: Emilia K. H. Danielsson-Waters, Malaz Elsaddig, Kevin Jones

Abstract:

Unfortunately, it is well known that neonatal deaths are a common and potentially preventable occurrence across the world. Neonatal resuscitation is a simple and inexpensive intervention that can effectively reduce this rate, and can be taught and implemented globally. This project is a follow-on from one in 2012, which found that neonatal resuscitation simulation was valuable for education, but would be better improved by being delivered by local staff. Methods: This study involved auditing the neonatal admission and death records within a rural Ugandan hospital, alongside implementing a Train-The-Trainer teaching scheme to teach Neonatal Resuscitation. One local doctor was trained for simulating neonatal resuscitation, whom subsequently taught an additional 14 staff members in one-afternoon session. Participants were asked to complete questionnaires to assess their knowledge and confidence pre- and post-simulation, and a survey to identify barriers and drivers to simulation. Results: The results found that the neonatal mortality rate in this hospital was 25% between July 2016- July 2017, with birth asphyxia, prematurity and sepsis being the most common causes. Barriers to simulation that were identified predominantly included a lack of time, facilities and opportunity, yet all members stated simulation was beneficial for improving skills and confidence. The simulation session received incredibly positive qualitative feedback, and also a 0.58-point increase in knowledge (p=0.197) and 0.73-point increase in confidence (0.079). Conclusion: This research shows that it is possible to create a teaching scheme in a rural hospital, however, many barriers are in place for its sustainability, and a larger sample size with a more sensitive scale is required to achieve statistical significance. This is undeniably important, because teaching neonatal resuscitation can have a direct impact on neonatal mortality. Subsequently, recommendations include that efforts should be put in place to create a sustainable training scheme, for example, by employing a resuscitation officer. Moreover, neonatal resuscitation teaching should be conducted more frequently in hospitals, and conducted in a wider geographical context, including within the community, in order to achieve its full effect.

Keywords: neonatal resuscitation, sustainable medical education, train-the-trainer, Uganda

Procedia PDF Downloads 130
29316 Barriers to Social Sustainability in Afghan Residential Building Construction: An Exploratory Factor Analysis

Authors: Mohammad Qasim Mohammadi, Mohammad Arif Rohman

Abstract:

Although socially sustainable building is becoming increasingly popular worldwide, past studies indicate that when policymakers support sustainable building development, the social dimension is often given insufficient attention or entirely disregarded. There are not many studies that focus on the problems of socially sustainable buildings in Afghanistan. This research investigates the factors that may hinder social sustainability implementation in residential building construction. The study will gather data from construction professionals by purposive sampling and employ Exploratory Factor Analysis (EFA) and Varimax for analysis. The results will undergo rigorous examination and thorough discussion. The expected results in this research will analyze the underlying barrier structure (factors) that hinder social sustainability, and each of these factors will represent a set of observed variables. In addition, the factor loadings show which barriers pose the greatest challenges. The primary goal of this study is to provide valuable insights into the impediment factors of social sustainability within the residential building environment, aiming to inform decision-making in the industry and encourage the adoption of more socially sustainable construction practices.

Keywords: social sustainability, residential building, barriers, drivers, afghanistan, factor analysis

Procedia PDF Downloads 23
29315 Application of Nuclear Magnetic Resonance (1H-NMR) in the Analysis of Catalytic Aquathermolysis: Colombian Heavy Oil Case

Authors: Paola Leon, Hugo Garcia, Adan Leon, Samuel Munoz

Abstract:

The enhanced oil recovery by steam injection was considered a process that only generated physical recovery mechanisms. However, there is evidence of the occurrence of a series of chemical reactions, which are called aquathermolysis, which generates hydrogen sulfide, carbon dioxide, methane, and lower molecular weight hydrocarbons. These reactions can be favored by the addition of a catalyst during steam injection; in this way, it is possible to generate the original oil in situ upgrading through the production increase of molecules of lower molecular weight. This additional effect could increase the oil recovery factor and reduce costs in transport and refining stages. Therefore, this research has focused on the experimental evaluation of the catalytic aquathermolysis on a Colombian heavy oil with 12,8°API. The effects of three different catalysts, reaction time, and temperature were evaluated in a batch microreactor. The changes in the Colombian heavy oil were quantified through nuclear magnetic resonance 1H-NMR. The relaxation times interpretation and the absorption intensity allowed to identify the distribution of the functional groups in the base oil and upgraded oils. Additionally, the average number of aliphatic carbons in alkyl chains, the number of substituted rings, and the aromaticity factor were established as average structural parameters in order to simplify the samples' compositional analysis. The first experimental stage proved that each catalyst develops a different reaction mechanism. The aromaticity factor has an increasing order of the salts used: Mo > Fe > Ni. However, the upgraded oil obtained with iron naphthenate tends to form a higher content of mono-aromatic and lower content of poly-aromatic compounds. On the other hand, the results obtained from the second phase of experiments suggest that the upgraded oils have a smaller difference in the length of alkyl chains in the range of 240º to 270°C. This parameter has lower values at 300°C, which indicates that the alkylation or cleavage reactions of alkyl chains govern at higher reaction temperatures. The presence of condensation reactions is supported by the behavior of the aromaticity factor and the bridge carbons production between aromatic rings (RCH₂). Finally, it is observed that there is a greater dispersion in the aliphatic hydrogens, which indicates that the alkyl chains have a greater reactivity compared to the aromatic structures.

Keywords: catalyst, upgrading, aquathermolysis, steam

Procedia PDF Downloads 96
29314 Numerical Analysis of a Strainer Using Porous Media Technique

Authors: Ji-Hoon Byeon, Kwon-Hee Lee

Abstract:

Strainer filter serves to block the inflow of impurities while mixed fluid is entering or exiting the piping. The filter of the strainer has a perforated structure, so that the pressure drop and the velocity change necessarily occur when the mixed fluid passes through the filter. It is possible to predict the pressure drop and velocity change of the strainer by numerical analysis by implementing all the perforated plates. However, if the size of the perforated plate exceeds a certain size, it is difficult to perform the numerical analysis, and sometimes we cannot guarantee its accuracy. In this study, we tried to predict the pressure drop and velocity change by using the porous media technique to obtain the equivalent resistance without actual implementation of the perforation shape of the strainer. Ansys-CFX, a commercial software, is used to perform the numerical analysis. The analysis procedure is as follows. Firstly, the unit pattern of the perforated plate is modeled, and the pressure drop is analyzed by varying the velocity by symmetry of the wall surface. Secondly, since the equation for obtaining resistance is a quadratic equation of pressure having unknown velocity, the viscous resistance and the inertia resistance of the perforated plate are obtained from the relationship between pressure and speed. Thirdly, by using the calculated resistance values, the values are substituted into the flat plate implemented as a two-dimensional porous media, and the accuracy is verified by comparing the pressure drop and the velocity change. Fourthly, the pressure drop and velocity change in the whole strainer are analyzed by using the resistance values obtained on the perforated plate in the actual whole strainer model. Using the porous media technique, it is found that pressure drop and velocity change can be predicted in relatively short time without modeling the overall shape of the filter. Acknowledgements: This work was supported by the Valve Center from the Regional Innovation Center(RIC) Program of Ministry of Trade, Industry & Energy (MOTIE).

Keywords: strainer, porous media, CFD, numerical analysis

Procedia PDF Downloads 353
29313 Emerging VC Industry and the Important Role of Marketing Expectations in Project Selection: Evidence on Russian Data

Authors: I. Rodionov, A. Semenov, E. Gosteva, O. Sokolova

Abstract:

Currently, the venture capital becomes more and more advanced and effective source of the innovation project financing, connected with a high-risk level. In the developed countries, it plays a key role in transforming innovation projects into successful businesses and creating prosperity of the modern economy. Actually, in Russia there are many necessary preconditions for creation of the effective venture investment system: the network of the public institutes for innovation financing operates; there is a significant number of the small and medium-sized enterprises, capable to sell production with good market potential. However, the current system does not confirm the necessary level of efficiency in practice that can be substantially explained by the absence of the accurate plan of action to form the national venture model and by the lack of experience of successful venture deals with profitable exits in Russian economy. This paper studies the influence of various factors on the venture industry development by the example of the IT-sector in Russia. The choice of the sector is based on the fact, that this segment is the main driver of the venture capital market growth in Russia, and the necessary set of data exists. The size of investment of the second round is used as the dependent variable. To analyse the influence of the previous round such determinant as the volume of the previous (first) round investments is used. There is also used a dummy variable in regression to examine that the participation of an investor with high reputation and experience in the previous round can influence the size of the next investment round. The regression analysis of short-term interrelations between studied variables reveals prevailing influence of the volume of the first round investments on the venture investments volume of the second round. Because of the research, the participation of investors with first-class reputation has a small impact on an indicator of the value of investment of the second round. The expected positive dependence of the second round investments on the forecasted market growth rate now of the deal is also rejected. So, the most important determinant of the value of the second-round investment is the value of first–round investment, so it means that the most competitive on the Russian market are the start-up teams which can attract more money on the start, and the target market growth is not the factor of crucial importance.

Keywords: venture industry, venture investment, determinants of the venture sector development, IT-sector

Procedia PDF Downloads 336
29312 Factors Influencing Bank Profitability of Czech Banks and Their International Parent Companies

Authors: Libena Cernohorska

Abstract:

The goal of this paper is to specify factors influencing the profitability of selected banks. Next, a model will be created to help establish variables that have a demonstrable influence on the development of the selected banks' profitability ratios. Czech banks and their international parent companies were selected for analyzing profitability. Banks categorized as large banks (according to the Czech National Bank's system, which ranks banks according to balance sheet total) were selected to represent the Czech banks. Two ratios, the return on assets ratio (ROA) and the return on equity ratio (ROE) are used to assess bank profitability. Six endogenous and four external indicators were selected from among other factors that influence bank profitability. The data analyzed were for the years 2001 – 2013. First, correlation analysis, which was supposed to eliminate correlated values, was conducted. A large number of correlated values were established on the basis of this analysis. The strongly correlated values were omitted. Despite this, the subsequent regression analysis of profitability for the individual banks that were selected did not confirm that the selected variables influenced their profitability. The studied factors' influence on bank profitability was demonstrated only for Československá Obchodní Banka and Société Générale using regression analysis. For Československá Obchodní Banka, it was demonstrated that inflation level and the amount of the central bank's interest rate influenced the return on assets ratio and that capital adequacy and market concentration influenced the return on equity ratio for Société Générale.

Keywords: banks, profitability, regression analysis, ROA, ROE

Procedia PDF Downloads 240
29311 The Experiences of Rural Family Caregivers of Cancer Patients in Newfoundland and Labrador and Their Challenges and Needs in Relocating to Urban Settings for Treatment

Authors: Mei Li, Victor Meddalena

Abstract:

Background: Newfoundland and Labrador (NL) has rapidly aging population and is characterized by its vast geography with high proportion of dispersed rural communities when compared to other provinces in Canada. Structural, demographic and geographic factors have created big gaps for rural residents across NL with respect to accessing various health and social services. While the barriers are well documented for patients’ access to cancer care in rural and remote areas, challenges faced by family caregivers are not fully recognized. Caregiving burden coupled with challenges associated with relocation and frequent travels create situations where caregivers are vulnerable physically, emotionally, financially and socially. This study examines the experiences of family caregivers living in rural NL through a social justice lens. It is expected to identify the gaps existing in social policy and support for rural family caregivers. It will make a novel contribution to the literature in this regard. Methods: Design: This qualitative study adopted the hermeneutic phenomenology to best describe and interpret rural-based family caregivers’ living experiences and explore the meaning, impact, and the influence of both individual experience and contextual factors shaping these experiences. Data Collection: In-depth interviews with key informants were conducted with 12 participants from various rural communities in NL. A case study was also used to explore an individual’s experience in complex social units consisting of multiple variables of in-depth understanding of the reality. Data Analysis: Thematic analysis guided by the Voice-Centred Relational (VCR) method was employed to explore the relationships and contexts of participants. Emerging Themes: Six major emerging themes were identified, namely, overwhelming caregiving burden on rural family caregivers, long existing financial hardship, separation from family and community, low level of social support and self-reliance coping strategies, and social vulnerability and isolation. Conclusion: Understanding the lived experiences of rural-based family caregivers is critical to inform the policy makers the gap of health and social service in NL. The findings of this study also have implications for family caregivers who are vulnerable in other similar contexts. This study adds innovative insights for policy making and service provision in this regard.

Keywords: family caregivers, policy, relocation, rural

Procedia PDF Downloads 129
29310 Measurement of Project Success in Construction Using Performance Indices

Authors: Annette Joseph

Abstract:

Background: The construction industry is dynamic in nature owing to the increasing uncertainties in technology, budgets, and development processes making projects more complex. Thus, predicting project performance and chances of its likely success has become difficult. The goal of all parties involved in construction projects is to successfully complete it on schedule, within planned budget and with the highest quality and in the safest manner. However, the concept of project success has remained ambiguously defined in the mind of the construction professionals. Purpose: This paper aims to study the analysis of a project in terms of its performance and measure the success. Methodology: The parameters for evaluating project success and the indices to measure success/performance of a project are identified through literature study. Through questionnaire surveys aimed at the stakeholders in the projects, data is collected from two live case studies (an ongoing and completed project) on the overall performance in terms of its success/failure. Finally, with the help of SPSS tool, the data collected from the surveys are analyzed and applied on the selected performance indices. Findings: The score calculated by using the indices and models helps in assessing the overall performance of the project and interpreting it to find out whether the project will be a success or failure. This study acts as a reference for firms to carry out performance evaluation and success measurement on a regular basis helping projects to identify the areas which are performing well and those that require improvement. Originality & Value: The study signifies that by measuring project performance; a project’s deviation towards success/failure can be assessed thus helping in suggesting early remedial measures to bring it on track ensuring that a project will be completed successfully.

Keywords: project, performance, indices, success

Procedia PDF Downloads 173
29309 Comparative Fragility Analysis of Shallow Tunnels Subjected to Seismic and Blast Loads

Authors: Siti Khadijah Che Osmi, Mohammed Ahmad Syed

Abstract:

Underground structures are crucial components which required detailed analysis and design. Tunnels, for instance, are massively constructed as transportation infrastructures and utilities network especially in urban environments. Considering their prime importance to the economy and public safety that cannot be compromised, thus any instability to these tunnels will be highly detrimental to their performance. Recent experience suggests that tunnels become vulnerable during earthquakes and blast scenarios. However, a very limited amount of studies has been carried out to study and understanding the dynamic response and performance of underground tunnels under those unpredictable extreme hazards. In view of the importance of enhancing the resilience of these structures, the overall aims of the study are to evaluate probabilistic future performance of shallow tunnels subjected to seismic and blast loads by developing detailed fragility analysis. Critical non-linear time history numerical analyses using sophisticated finite element software Midas GTS NX have been presented about the current methods of analysis, taking into consideration of structural typology, ground motion and explosive characteristics, effect of soil conditions and other associated uncertainties on the tunnel integrity which may ultimately lead to the catastrophic failure of the structures. The proposed fragility curves for both extreme loadings are discussed and compared which provide significant information the performance of the tunnel under extreme hazards which may beneficial for future risk assessment and loss estimation.

Keywords: fragility analysis, seismic loads, shallow tunnels, blast loads

Procedia PDF Downloads 325
29308 Monitoring of Sustainability of Decorated Confectionary Product 'Moskva Cake' in Order to Define the Expiration Date

Authors: Radovan Cobanovic, Milica Rankov-Sicar

Abstract:

The fresh cake is in the group of perishable food which cannot be kept a long period of time. The study of sustainability has been done in order to extend the shelf-life of the product which was 10 days. According to the plan of sustainability, it was defined that 5 samples had to be stored for 20 days at max +8°C and analyzed every 5th day from the day of reception until the 20th day. The shelf life of cake has expired during the study of sustainability in the period between 10th and 20th day of analyses. Cake samples were subjected to sensory analysis (appearance, odor, taste, color, aroma) and bacteriological analysis (Listeria monocytogenes, Salmonella spp. and Enterobacteriaceae) according to Serbian state regulation. All analysis were tested according to ISO methodology: sensory analysis ISO 6658, Listeria monocytogenes ISO 11290-1, Salmonella spp ISO 6579, and Enterobacteriaceae ISO 21258-2. Analyses showed that after ten days of storage at a temperature defined by the manufacturers and within the product's shelf life, the cake did not have any noticeable changes in sensory characteristics. Smell and taste are unaffected there was no presence of strange smell or taste. As far as microbiological analyses are concerned, neither one pathogen was detected and number of Enterobacteriaceae was at level less than 102 cfu/g. After expiry of shelf life in a period of 15th and 20th day of storage, the sensory analysis showed the presence of strange sour-milky smell and rancid taste. Concerning microbiological analyses, there still were not positive results for pathogen microorganisms but the number of Enterobacteriaceae was at level more than 103cfu/g. Reviewing the results of sensory analysis indicates that it is not recommended to extend the shelf-life of the product comparing to the already defined shelf-life because occurred changes may adversely affect the consumer desire for the choice of this product.

Keywords: confectionary product, extension of shelf life, sensory and microbiological analyses, sustainability

Procedia PDF Downloads 230
29307 Fatigue Analysis of Spread Mooring Line

Authors: Chanhoe Kang, Changhyun Lee, Seock-Hee Jun, Yeong-Tae Oh

Abstract:

Offshore floating structure under the various environmental conditions maintains a fixed position by mooring system. Environmental conditions, vessel motions and mooring loads are applied to mooring lines as the dynamic tension. Because global responses of mooring system in deep water are specified as wave frequency and low frequency response, they should be calculated from the time-domain analysis due to non-linear dynamic characteristics. To take into account all mooring loads, environmental conditions, added mass and damping terms at each time step, a lot of computation time and capacities are required. Thus, under the premise that reliable fatigue damage could be derived through reasonable analysis method, it is necessary to reduce the analysis cases through the sensitivity studies and appropriate assumptions. In this paper, effects in fatigue are studied for spread mooring system connected with oil FPSO which is positioned in deep water of West Africa offshore. The target FPSO with two Mbbls storage has 16 spread mooring lines (4 bundles x 4 lines). The various sensitivity studies are performed for environmental loads, type of responses, vessel offsets, mooring position, loading conditions and riser behavior. Each parameter applied to the sensitivity studies is investigated from the effects of fatigue damage through fatigue analysis. Based on the sensitivity studies, the following results are presented: Wave loads are more dominant in terms of fatigue than other environment conditions. Wave frequency response causes the higher fatigue damage than low frequency response. The larger vessel offset increases the mean tension and so it results in the increased fatigue damage. The external line of each bundle shows the highest fatigue damage by the governed vessel pitch motion due to swell wave conditions. Among three kinds of loading conditions, ballast condition has the highest fatigue damage due to higher tension. The riser damping occurred by riser behavior tends to reduce the fatigue damage. The various analysis results obtained from these sensitivity studies can be used for a simplified fatigue analysis of spread mooring line as the reference.

Keywords: mooring system, fatigue analysis, time domain, non-linear dynamic characteristics

Procedia PDF Downloads 321
29306 Performance of Stiffened Slender Built up Steel I-Columns

Authors: M. E. Abou-Hashem El Dib, M. K. Swailem, M. M. Metwally, A. I. El Awady

Abstract:

The present work illustrates a parametric study for the effect of stiffeners on the performance of slender built up steel I-columns. To achieve the desired analysis, finite element technique is used to develop nonlinear three-dimensional models representing the investigated columns. The finite element program (ANSYS 13.0) is used as a calculation tool for the necessary nonlinear analysis. A validation of the obtained numerical results is achieved. The considered parameters in the study are the column slenderness ratio and the horizontal stiffener's dimensions as well as the number of stiffeners. The dimensions of the stiffeners considered in the analysis are the stiffener width and the stiffener thickness. Numerical results signify a considerable effect of stiffeners on the performance and failure load of slender built up steel I-columns.

Keywords: columns, local buckling, slender, stiffener, thin walled section

Procedia PDF Downloads 303
29305 Train Timetable Rescheduling Using Sensitivity Analysis: Application of Sobol, Based on Dynamic Multiphysics Simulation of Railway Systems

Authors: Soha Saad, Jean Bigeon, Florence Ossart, Etienne Sourdille

Abstract:

Developing better solutions for train rescheduling problems has been drawing the attention of researchers for decades. Most researches in this field deal with minor incidents that affect a large number of trains due to cascading effects. They focus on timetables, rolling stock and crew duties, but do not take into account infrastructure limits. The present work addresses electric infrastructure incidents that limit the power available for train traction, and hence the transportation capacity of the railway system. Rescheduling is needed in order to optimally share the available power among the different trains. We propose a rescheduling process based on dynamic multiphysics railway simulations that include the mechanical and electrical properties of all the system components and calculate physical quantities such as the train speed profiles, voltage along the catenary lines, temperatures, etc. The optimization problem to solve has a large number of continuous and discrete variables, several output constraints due to physical limitations of the system, and a high computation cost. Our approach includes a phase of sensitivity analysis in order to analyze the behavior of the system and help the decision making process and/or more precise optimization. This approach is a quantitative method based on simulation statistics of the dynamic railway system, considering a predefined range of variation of the input parameters. Three important settings are defined. Factor prioritization detects the input variables that contribute the most to the outputs variation. Then, factor fixing allows calibrating the input variables which do not influence the outputs. Lastly, factor mapping is used to study which ranges of input values lead to model realizations that correspond to feasible solutions according to defined criteria or objectives. Generalized Sobol indexes are used for factor prioritization and factor fixing. The approach is tested in the case of a simple railway system, with a nominal traffic running on a single track line. The considered incident is the loss of a feeding power substation, which limits the power available and the train speed. Rescheduling is needed and the variables to be adjusted are the trains departure times, train speed reduction at a given position and the number of trains (cancellation of some trains if needed). The results show that the spacing between train departure times is the most critical variable, contributing to more than 50% of the variation of the model outputs. In addition, we identify the reduced range of variation of this variable which guarantees that the output constraints are respected. Optimal solutions are extracted, according to different potential objectives: minimizing the traveling time, the train delays, the traction energy, etc. Pareto front is also built.

Keywords: optimization, rescheduling, railway system, sensitivity analysis, train timetable

Procedia PDF Downloads 388
29304 The Study of Elementary School Teacher’s Behavior of Using E-books by UTAUT Model

Authors: Tzong-Shing Cheng, Chen Pei Chen, Shu-Wei Chen

Abstract:

The purpose of this research is to apply Unified Theory of Acceptance and Use of Technology (UTAUT) model to investigate the factors that influence elementary school teacher’s behavior of using e-books. Based on the literature review, a questionnaire was modified and used to test the elementary school teachers in Changhua. A total of 420 questionnaires were administered and 364 of them were returned, including 328 valid and 36 invalid questionnaires. The effective response rate is 78%. The methods of data analysis include descriptive statistics, factor analysis, Pearson’s correlation coefficient, one way analysis of variance (ANOVA) and simple regression analysis. The results show that: 1. There were significant difference in the Elementary school teachers’ “Performance Expectancy”, “Effort Expectancy”, “Social Influence”, and “Facilitating Conditions” depending on their different “Demographic Variables”. 2. “Performance Expectancy” and “Behavioral Intention to Use” are positively correlated. 3. “Effort Expectancy” and “Behavioral Intention to Use” are positively correlated. 4. There was no significant relationship between “Social Influence” and “Behavioral Intention to Use”. 5. There was significant relationship between “Facilitating Conditions” and “Use Behavior”.

Keywords: e-books, UTAUT, elementary school teacher, behavioral intention to use

Procedia PDF Downloads 594
29303 Georgiana G. King’s the Way of Saint James a Pioneer Cultural Guide of a Pilgrimage Route

Authors: Paula Pita Galán

Abstract:

In 1920 Georgiana Goddard King, an Art Historian and Professor at Bryn Mawr College (PA, USA) published The Way of Saint James (New York: P.G. Putnam’s Sons), one of the earliest modern guides of this pilgrimage route. In its three volumes the author described the towns and villages crossed by the Camino, talking about the history, traditions, monuments, and the people that she had met during her own pilgrimage between 1911 and 1914, travelling with funds of the Hispanic Society of New York. The cultural interest that motivated the journey explains how King intertwines in her narration history, anthropology, geography, art history and religion, giving as a result a book targeted to intellectuals, curious travelers and tourist rather than to pilgrims, in a moment in which the pilgrimage to Santiago had almost disappeared as a practice. The Way of Saint James is barely known nowadays so the aim of this research is disseminate it, focusing on the modernity of its approach and pointing at the link that it has with Georgiana King’s understanding of art as a product of the culture and civilization that produces it.

Keywords: Spanish cultural heritage, Georgiana Goddard king, pilgrimage, the way of Saint James

Procedia PDF Downloads 105
29302 Continuous-Time and Discrete-Time Singular Value Decomposition of an Impulse Response Function

Authors: Rogelio Luck, Yucheng Liu

Abstract:

This paper proposes the continuous-time singular value decomposition (SVD) for the impulse response function, a special kind of Green’s functions e⁻⁽ᵗ⁻ ᵀ⁾, in order to find a set of singular functions and singular values so that the convolutions of such function with the set of singular functions on a specified domain are the solutions to the inhomogeneous differential equations for those singular functions. A numerical example was illustrated to verify the proposed method. Besides the continuous-time SVD, a discrete-time SVD is also presented for the impulse response function, which is modeled using a Toeplitz matrix in the discrete system. The proposed method has broad applications in signal processing, dynamic system analysis, acoustic analysis, thermal analysis, as well as macroeconomic modeling.

Keywords: singular value decomposition, impulse response function, Green’s function , Toeplitz matrix , Hankel matrix

Procedia PDF Downloads 143
29301 Urban Furniture in a New Setting of Public Spaces within the Kurdistan Region: Educational Targets and Course Design Process

Authors: Sinisa Prvanov

Abstract:

This research is an attempt to analyze the existing urban form of outdoor public space of Duhok city and to give proposals for their improvements in terms of urban seating. The aim of this research is to identify the main urban furniture elements and behaviour of users of three central parks of Duhok city, recognizing their functionality and the most common errors. Citizens needs, directly related to the physical characteristics of the environment, are categorized in terms of contact with nature. Parks as significant urban environments express their aesthetic preferences, as well as the need for recreation and play. Citizens around the world desire to contact with nature and places where they can socialize, play and practice different activities, but also participate in building their community and feeling the identity of their cities. The aim of this research is also to reintegrate these spaces in the wider urban context of the city of Duhok, to develop new functions by designing new seating patterns, more improved urban furniture, and necessary supporting facilities and equipment. Urban furniture is a product that uses an enormous number of people in public space. It has a high level of wear and damage due to intense use, exposure to sunlight and weather conditions. Iraq has a hot and dry climate characterized by long, warm, dry summers and short, cold winters. The climate is determined by the Iraq location at the crossroads of Arab desert areas and the subtropical humid climate of the Persian Gulf. The second part of this analysis will describe the possibilities of traditional and contemporary materials as well as their advantages in urban furniture production, providing users protection from extreme local climate conditions, but also taking into account solidities and unwelcome consequences, such as vandalism. In addition, this research represents a preliminary stage in the development of IND307 furniture design course for needs of the Department of Interior design, at the American University in Duhok. Based on results obtained in this research, the course would present a symbiosis between people and technology, promotion of new street furniture design that perceives pedestrian activities in an urban setting, and practical use of anthropometric measurements as a tool for technical innovations.

Keywords: Furniture design, Street furniture, Social interaction, Public space

Procedia PDF Downloads 119
29300 Feedback of Using Set-Up Candid Clips as New Media

Authors: Miss Suparada Prapawong

Abstract:

The objectives were to analyze the using of new media in the form of set up candid clip that affects the product and presenter, to study the effectiveness of using new media in the form of set up candid clip in order to increase the circulation and audience satisfaction and to use the earned information and knowledge to develop the communication for publicizing and advertising via new media. This research is qualitative research based on questionnaire and in-depth interview from experts. The findings showed the advantages and disadvantages of communication for publicizing and advertising via new media in the form of set up candid clip including with the specific target group for this kind of advertising. It will be useful for fields of publicizing and advertising in the new media forms at the present.

Keywords: candid clip, communication, new media, social network

Procedia PDF Downloads 296
29299 Effects of Performance Appraisal on Employee Productivity in Yobe State University, Damaturu, (A Case Study of the Department of Islamic Studies)

Authors: Adam Abdullahi Mohammed

Abstract:

Performance appraisal is an assessment made to ensure the level of a worker’s productivity in a given period of time. The appraisal system is divided into two categories that are traditional methods and modern methods, with emphasis based on the evaluation of work results. In the traditional approach of staff appraisal, which puts more emphasis on individual traits, supervisors are required to measure employees through interactions based on what they achieved with reference to job descriptions, as well as rating them based on questionnaires without staff interaction. These methods are not effective because staff may give biased information. The study will attempt to assess the effect of performance appraisal on employee productivity at Yobe State University, Damaturu. It is aimed at assessing the process, methods, and objectives of performance appraisal and its feedback to know how they affect the success of the appraisal, its results, and employee productivity. In this study, a quantitative research method is adopted in collecting and analyzing data, and a questionnaire will be used as data collecting instrument. As it is a case study, the target population is the staff of the department of Islamic Studies. The research will employ a census sampling technique where all the subjects in the target populations are given a chance to participate in the study. This sampling method was considered because the entire target population is considered researchable. The expected findings are that staff performance appraisal in the department of Islamic Studies has effects on employee productivity; this is to say if it is given due consideration and the needful being done will improve employee productivity.

Keywords: performance appraisal, employee productivity, Yobe state University, appraisal feedback

Procedia PDF Downloads 53
29298 Design and Stability Analysis of Fixed Wing – VTOL UAV

Authors: Omar Eldenali, Ahmed M. Bufares

Abstract:

There are primarily two types of Unmanned Aerial Vehicle (UAVs), namely, multirotor and fixed wing. Each type has its own advantages. This study introduces a design of a fixed wing vertical take-off and landing (VTOL) UAV. The design is classified as ready-to-fly (RTF) fixed wing UAV. This means that the UAV is capable of not only taking off, landing, or hovering like a multirotor aircraft but also cruising like a fixed wing UAV. In this study, the conceptual design of 15 kg takeoff weight twin-tail boom configuration FW-VTOL plane is carried out, the initial sizing of the plane is conducted, and both the horizontal and vertical tail configurations are estimated. Moreover, the power required for each stage of flight is determined. Finally, the stability analysis of the plane based on this design is performed, the results shows that this design based on the suggested flight mission is stable and can be utilized.

Keywords: FW-VTOL, initial sizing, constrain analysis, stability

Procedia PDF Downloads 69
29297 Enhanced Anti-Dermatophytic Effect of Nanoparticles Stimulated by Laser and Cold Plasma Techniques

Authors: Salama A. Ouf, Amera A. El-Adly, Abdelaleam H. Mohamed

Abstract:

Dermatophytosis is the infection of keratinized tissues such as hair, nail and the stratum corneum of the skin by dermatophytic fungi. Infection is generally cutaneous and restricted to the non-living cornified layers because of the inability of the fungi to penetrate the deeper tissues or organs of immunocompetent hosts. In Saudi Arabia, Onychomycosis is the most frequent infection (40.3%), followed by tinea capitis (21.9%), tinea pedis (16%), tinea cruris (15.1%), and tinea corporis (6.7%). Several azole compounds have been tried to control dermatophytic infection, however, the azole-containing medicines may interfere with the activity of hepatic microsomal enzymes, sex and thyroid hormones, and testosterone biosynthesis. In this research, antibody-conjugated nanoparticles stimulated by cold plasma and laser were evaluated in vitro against some dermatophytes isolated from the common types of tinea. Different types of nanomaterials were tested but silver nanoparticles (AgNPs) were proved to be most effective against the dermatophytes under test. The use of cold plasma coupled with antibody-conjugated nano-particles has severe impact on dermatophytes where the inhibition of growth, spore germination keratinase activity was more than 88% in the case of Trichophyton rubrum, T. violaceum, Microsprum canis and M. gypseum. Complete inhibition of growth for all dermatophytes was brought about by the interaction of conjugated nanoparticles, with cold plasma and laser treatment. The in vivo test with inoculated guinea pigs achieved promising results where the recovery from the infection reached 95% in the case of M. canis –inoculated pigs treated with AgNPs pretreated with cold plasma and laser.

Keywords: cold plasma, dermatophytes, laser, silver nanoparticles

Procedia PDF Downloads 352