Search results for: practice performance
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 16705

Search results for: practice performance

6565 Assessing the Benefits of Recreation to Management of Stress among Executives of an Institutional Organisation

Authors: Mamman Jimoh Ahmadu, Sanusi Abubakar Sadiq, Eldah Ephraim Buba

Abstract:

In modern societies, stress has become a widespread phenomenon and therefore an issue of major concern to employees, organizations, and the state. As senior management of an organization, executives are not immune to this problem because they carry out lots of activities while on duty. This paper is centered on the benefits of Tourism, Leisure and Recreation to the management of executive stress. Executives work has always been considered to be stressful. The key objective of the research is to gain a better understanding of the causes of stress among executives and to find out how tourism, leisure, and recreational activities could be used as a means to managing stress. Interview and observation data were analyzed using SPSS. The major finding revealed that that human system has specific limitations and nature cannot be cheated. It is recommended that executives should take regular and mandatory vacation of least forty days in a year. The only answer then is rest. The research recommends that a break tends to improves and relaxes, refreshes the mind and enhances performance.

Keywords: executive, recreation, stress, tourism

Procedia PDF Downloads 358
6564 Implementation of Cloud Customer Relationship Management in Banking Sector: Strategies, Benefits and Challenges

Authors: Ngoc Dang Khoa Nguyen, Imran Ali

Abstract:

The cloud customer relationship management (CRM) has emerged as an innovative tool to augment the customer satisfaction and performance of banking systems. Cloud CRM allows to collect, analyze and utilize customer-associated information and update the systems, thereby offer superior customer service. Cloud technologies have invaluable potential to ensure innovative customer experiences, successful collaboration, enhanced speed to marketplace and IT effectiveness. As such, many leading banks have been attracted towards adoption of such innovative and customer-driver solutions to revolutionize their existing business models. Chief Information Officers (CIOs) are already implemented or in the process of implementation of cloud CRM. However, many organizations are still reluctant to take such initiative due to the lack of information on the factors influencing its implementation. This paper, therefore, aims to delve into the strategies, benefits and challenges intertwined in the implementation of Cloud CRM in banking sector and provide reliable solutions.

Keywords: banking sector, cloud computing, cloud CRM, strategy

Procedia PDF Downloads 171
6563 Modeling and Tracking of Deformable Structures in Medical Images

Authors: Said Ettaieb, Kamel Hamrouni, Su Ruan

Abstract:

This paper presents a new method based both on Active Shape Model and a priori knowledge about the spatio-temporal shape variation for tracking deformable structures in medical imaging. The main idea is to exploit the a priori knowledge of shape that exists in ASM and introduce new knowledge about the shape variation over time. The aim is to define a new more stable method, allowing the reliable detection of structures whose shape changes considerably in time. This method can also be used for the three-dimensional segmentation by replacing the temporal component by the third spatial axis (z). The proposed method is applied for the functional and morphological study of the heart pump. The functional aspect was studied through temporal sequences of scintigraphic images and morphology was studied through MRI volumes. The obtained results are encouraging and show the performance of the proposed method.

Keywords: active shape model, a priori knowledge, spatiotemporal shape variation, deformable structures, medical images

Procedia PDF Downloads 344
6562 Flipped Learning in Interpreter Training: Technologies, Activities and Student Perceptions

Authors: Dohun Kim

Abstract:

Technological innovations have stimulated flipped learning in many disciplines, including language teaching. It is a specific type of blended learning, which combines onsite (i.e. face-to-face) with online experiences to produce effective, efficient and flexible learning. Flipped learning literally ‘flips’ conventional teaching and learning activities upside down: it leverages technologies to deliver a lecture and direct instruction—other asynchronous activities as well—outside the classroom to reserve onsite time for interaction and activities in the upper cognitive realms: applying, analysing, evaluating and creating. Unlike the conventional flipped approaches, which focused on video lecture, followed by face-to-face or on-site session, new innovative methods incorporate various means and structures to serve the needs of different academic disciplines and classrooms. In the light of such innovations, this study adopted ‘student-engaged’ approaches to interpreter training and contrasts them with traditional classrooms. To this end, students were also encouraged to engage in asynchronous activities online, and innovative technologies, such as Telepresence, were employed. Based on the class implementation, a thorough examination was conducted to examine how we can structure and implement flipped classrooms for language and interpreting training while actively engaging learners. This study adopted a quantitative research method, while complementing it with a qualitative one. The key findings suggest that the significance of the instructor’s role does not dwindle, but his/her role changes to a moderator and a facilitator. Second, we can apply flipped learning to both theory- and practice-oriented modules. Third, students’ integration into the community of inquiry is of significant importance to foster active and higher-order learning. Fourth, cognitive presence and competence can be enhanced through strengthened and integrated teaching and social presences. Well-orchestrated teaching presence stimulates students to find out the problems and voices the convergences and divergences, while fluid social presence facilitates the exchanges of knowledge and the adjustment of solutions, which eventually contributes to consolidating cognitive presence—a key ingredient that enables the application and testing of the solutions and reflection thereon.

Keywords: blended learning, Community of Inquiry, flipped learning, interpreter training, student-centred learning

Procedia PDF Downloads 200
6561 Breast Cancer Prediction Using Score-Level Fusion of Machine Learning and Deep Learning Models

Authors: Sam Khozama, Ali M. Mayya

Abstract:

Breast cancer is one of the most common types in women. Early prediction of breast cancer helps physicians detect cancer in its early stages. Big cancer data needs a very powerful tool to analyze and extract predictions. Machine learning and deep learning are two of the most efficient tools for predicting cancer based on textual data. In this study, we developed a fusion model of two machine learning and deep learning models. To obtain the final prediction, Long-Short Term Memory (LSTM) and ensemble learning with hyper parameters optimization are used, and score-level fusion is used. Experiments are done on the Breast Cancer Surveillance Consortium (BCSC) dataset after balancing and grouping the class categories. Five different training scenarios are used, and the tests show that the designed fusion model improved the performance by 3.3% compared to the individual models.

Keywords: machine learning, deep learning, cancer prediction, breast cancer, LSTM, fusion

Procedia PDF Downloads 168
6560 Real-Time Episodic Memory Construction for Optimal Action Selection in Cognitive Robotics

Authors: Deon de Jager, Yahya Zweiri, Dimitrios Makris

Abstract:

The three most important components in the cognitive architecture for cognitive robotics is memory representation, memory recall, and action-selection performed by the executive. In this paper, action selection, performed by the executive, is defined as a memory quantification and optimization process. The methodology describes the real-time construction of episodic memory through semantic memory optimization. The optimization is performed by set-based particle swarm optimization, using an adaptive entropy memory quantification approach for fitness evaluation. The performance of the approach is experimentally evaluated by simulation, where a UAV is tasked with the collection and delivery of a medical package. The experiments show that the UAV dynamically uses the episodic memory to autonomously control its velocity, while successfully completing its mission.

Keywords: cognitive robotics, semantic memory, episodic memory, maximum entropy principle, particle swarm optimization

Procedia PDF Downloads 162
6559 A Genetic Based Algorithm to Generate Random Simple Polygons Using a New Polygon Merge Algorithm

Authors: Ali Nourollah, Mohsen Movahedinejad

Abstract:

In this paper a new algorithm to generate random simple polygons from a given set of points in a two dimensional plane is designed. The proposed algorithm uses a genetic algorithm to generate polygons with few vertices. A new merge algorithm is presented which converts any two polygons into a simple polygon. This algorithm at first changes two polygons into a polygonal chain and then the polygonal chain is converted into a simple polygon. The process of converting a polygonal chain into a simple polygon is based on the removal of intersecting edges. The merge algorithm has the time complexity of O ((r+s) *l) where r and s are the size of merging polygons and l shows the number of intersecting edges removed from the polygonal chain. It will be shown that 1 < l < r+s. The experiments results show that the proposed algorithm has the ability to generate a great number of different simple polygons and has better performance in comparison to celebrated algorithms such as space partitioning and steady growth.

Keywords: Divide and conquer, genetic algorithm, merge polygons, Random simple polygon generation.

Procedia PDF Downloads 536
6558 Experimental Investigation of Performance and Emission Characteristics of Using Acetylene Gas in CI Engine

Authors: S. Sivakumar, Ashwin Bala, S. Prithviraj, K. Panthala Rajakumaran, R. Pradeep, J. Udhayakumar

Abstract:

Studies reveal that acetylene gas derived from hydrolysis of calcium carbide has similar properties to that of diesel. However, the self-ignition temperature of acetylene gas is higher than that of diesel. Early investigations reveal that acetylene gas could be used as alternative fuel mode. In the present work, acetylene gas of 31/min were inducted and diesel was injected into the combustion chamber of a single cylinder air cooled diesel engine. It was observed that the higher calorific value of acetylene gas improves the brake thermal efficiency at full load conditions. The CO and HC emissions were higher at part load conditions as compared to conventional diesel. The Nox emission level was higher and smoke emission was lower during dual fuel mode under all operating conditions. It is concluded that dual fuel mode of acetylene gas and diesel improves the brake thermal efficiency and reduces smoke in diesel engine.

Keywords: acetylene gas, diesel engine, Nox emission, CO emission, HC emission

Procedia PDF Downloads 374
6557 Artificial Neural Networks Based Calibration Approach for Six-Port Receiver

Authors: Nadia Chagtmi, Nejla Rejab, Noureddine Boulejfen

Abstract:

This paper presents a calibration approach based on artificial neural networks (ANN) to determine the envelop signal (I+jQ) of a six-port based receiver (SPR). The memory effects called also dynamic behavior and the nonlinearity brought by diode based power detector have been taken into consideration by the ANN. Experimental set-up has been performed to validate the efficiency of this method. The efficiency of this approach has been confirmed by the obtained results in terms of waveforms. Moreover, the obtained error vector magnitude (EVM) and the mean absolute error (MAE) have been calculated in order to confirm and to test the ANN’s performance to achieve I/Q recovery using the output voltage detected by the power based detector. The baseband signal has been recovered using ANN with EVMs no higher than 1 % and an MAE no higher than 17, 26 for the SPR excited different type of signals such QAM (quadrature amplitude modulation) and LTE (Long Term Evolution).

Keywords: six-port based receiver; calibration, nonlinearity, memory effect, artificial neural network

Procedia PDF Downloads 81
6556 Thermal Spraying of Titanium-Based Alloys on Steel and Aluminum Substrates

Authors: Ionut Claudiu Roata, Catalin Croitoru

Abstract:

Thermal spraying emerges as a versatile and robust technique for enhancing construction steel with protective coatings tailored for anti-corrosion, insulation, and aesthetics. This study showcases the successful application of flame thermal sprayed titanium-based coatings on EN-S273JR steel substrates and on aluminum. Optimizing the process at a 150 mm spray distance and employing argon as a carrier gas, we achieved coatings with characteristic morphologies and a minimal amount of oxides presence at particle boundaries. Corrosion tests in 3.5% wt. NaCl solution confirmed the coatings’ superior performance, displaying an improved corrosion resistance increase over uncoated steel or aluminum. These results underscore the efficacy of thermal spraying in significantly bolstering the durability of construction steel and aluminum, marking it as a pivotal technique for multifunctional coating applications.

Keywords: thermal spraying, corrosion resistance, surface properties, mechanical properties

Procedia PDF Downloads 30
6555 Adaptive Dehazing Using Fusion Strategy

Authors: M. Ramesh Kanthan, S. Naga Nandini Sujatha

Abstract:

The goal of haze removal algorithms is to enhance and recover details of scene from foggy image. In enhancement the proposed method focus into two main categories: (i) image enhancement based on Adaptive contrast Histogram equalization, and (ii) image edge strengthened Gradient model. Many circumstances accurate haze removal algorithms are needed. The de-fog feature works through a complex algorithm which first determines the fog destiny of the scene, then analyses the obscured image before applying contrast and sharpness adjustments to the video in real-time to produce image the fusion strategy is driven by the intrinsic properties of the original image and is highly dependent on the choice of the inputs and the weights. Then the output haze free image has reconstructed using fusion methodology. In order to increase the accuracy, interpolation method has used in the output reconstruction. A promising retrieval performance is achieved especially in particular examples.

Keywords: single image, fusion, dehazing, multi-scale fusion, per-pixel, weight map

Procedia PDF Downloads 468
6554 Optical Flow Localisation and Appearance Mapping (OFLAAM) for Long-Term Navigation

Authors: Daniel Pastor, Hyo-Sang Shin

Abstract:

This paper presents a novel method to use optical flow navigation for long-term navigation. Unlike standard SLAM approaches for augmented reality, OFLAAM is designed for Micro Air Vehicles (MAV). It uses an optical flow camera pointing downwards, an IMU and a monocular camera pointing frontwards. That configuration avoids the expensive mapping and tracking of the 3D features. It only maps these features in a vocabulary list by a localization module to tackle the loss of the navigation estimation. That module, based on the well-established algorithm DBoW2, will be also used to close the loop and allow long-term navigation in confined areas. That combination of high-speed optical flow navigation with a low rate localization algorithm allows fully autonomous navigation for MAV, at the same time it reduces the overall computational load. This framework is implemented in ROS (Robot Operating System) and tested attached to a laptop. A representative scenarios is used to analyse the performance of the system.

Keywords: vision, UAV, navigation, SLAM

Procedia PDF Downloads 610
6553 Analyzing Essential Patents of Mobile Communication Based on Patent Portfolio: Case Study of Long Term Evolution-Advanced

Authors: Kujhin Jeong, Sungjoo Lee

Abstract:

In the past, cross-licensing was made up of various application or commercial patents. Today, cross-licensing is restricted to essential patents, which has emphasized their importance significantly. Literature has shown that patent portfolio provides information for patent protection or strategy decision-making, but little empirical research has found strategic tool of essential patents. This paper will highlight four types of essential patent portfolio and analysis about each strategy in the field of LTE-A. Specifically we collected essential patents of mobile communication company through ETSI (European Telecommunication Standards Institute) and build-up portfolio activity, concentration, diversity, and quality. Using these portfolios, we can understand each company’s strategic character about the technology of LTE-A and comparison analysis of financial results. Essential patents portfolio displays a mobile communication company’s strategy and its strategy’s impact on the performance of a company.

Keywords: essential patent, portfolio, patent portfolio, essential patent portfolio

Procedia PDF Downloads 402
6552 Reflector Arrangement Effect on Ultraviolet Lamp Performance by CFX Simulation

Authors: William Sidharta, Chin-Tu Lu

Abstract:

Fluorescent ultraviolet lamp generates ultraviolet light which is commonly used in industrial field with certain purposes especially for curing process. Due to the value of inefficiency, there are changes in energy from electrical energy to the heat energy and this would make a defect on the industrial product caused by high temperature of lamp tube during ultraviolet light emission. The condition of industrial scale is further worsening, since commonly using dozens of fluorescent ultraviolet lamps to support huge production process and then it will generates much more heat energy. The maximum temperature of fluorescent ultraviolet lamp will get affected by arranging the lamp tube reflector and this study presents CFX simulation results of the maximum lamp tube temperature with some different reflector arrangements on purely natural convection phenomena. There exists certain spaces value of the reflector and the lamp tube to obtaining lower maximum temperature of the fluorescent ultraviolet lamp.

Keywords: CFX simulation, fluorescent UV lamp, lamp tube reflector, UV light

Procedia PDF Downloads 470
6551 Optimizing Network Latency with Fast Path Assignment for Incoming Flows

Authors: Qing Lyu, Hang Zhu

Abstract:

Various flows in the network require to go through different types of middlebox. The improper placement of network middlebox and path assignment for flows could greatly increase the network latency and also decrease the performance of network. Minimizing the total end to end latency of all the ows requires to assign path for the incoming flows. In this paper, the flow path assignment problem in regard to the placement of various kinds of middlebox is studied. The flow path assignment problem is formulated to a linear programming problem, which is very time consuming. On the other hand, a naive greedy algorithm is studied. Which is very fast but causes much more latency than the linear programming algorithm. At last, the paper presents a heuristic algorithm named FPA, which takes bottleneck link information and estimated bandwidth occupancy into consideration, and achieves near optimal latency in much less time. Evaluation results validate the effectiveness of the proposed algorithm.

Keywords: flow path, latency, middlebox, network

Procedia PDF Downloads 210
6550 A Practical Protection Method for Parallel Transmission-Lines Based on the Fault Travelling-Waves

Authors: Mohammad Reza Ebrahimi

Abstract:

In new restructured power systems, swift fault detection is very important. The parallel transmission-lines are vastly used in this kind of power systems because of high amount of energy transferring. In this paper, a method based on the comparison of two schemes, i.e., i) maximum magnitude of travelling-wave (TW) energy ii) the instants of maximum energy occurrence at the circuits of parallel transmission-line is proposed. Using the travelling-wave of fault in order to faulted line identification this method has noticeable operation time. Moreover, the algorithm can cover for identification of faults as external or internal faults. For an internal fault, the exact location of the fault can be estimated confidently. A lot of simulations have been done with PSCAD/EMTDC to verify the performance of the proposed algorithm.

Keywords: travelling-wave, maximum energy, parallel transmission-line, fault location

Procedia PDF Downloads 189
6549 Impact Assessment of Lean Practices on Social Sustainability Indicators: An Approach Using ISM Method

Authors: Aline F. Marcon, Eduardo F. da Silva, Marina Bouzon

Abstract:

The impact of lean management on environmental sustainability is the research line that receives the most attention from academicians. Therefore, the social dimension of sustainable development has so far received less attention. This paper aims to evaluate the impact of intra-plant lean manufacturing practices on social sustainability indicators extracted from the Global Reporting Initiative (GRI) parameters. The method is two-phased, including MCDM approach to uncover the most relevant practices regarding social performance and Interpretive Structural Modeling (ISM) method to reveal the structural relationship among lean practices. Professionals from the academic and industrial fields answered the questionnaires. From the results of this paper, it is possible to verify that practices such as “Safety Improvement Programs”, “Total Quality Management” and “Cross-functional Workforce” are the ones which have the most positive influence on the set of GRI social indicators.

Keywords: indicators, ISM, lean, social, sustainability

Procedia PDF Downloads 154
6548 Development of Industry Sector Specific Factory Standards

Authors: Peter Burggräf, Moritz Krunke, Hanno Voet

Abstract:

Due to shortening product and technology lifecycles, many companies use standardization approaches in product development and factory planning to reduce costs and time to market. Unlike large companies, where modular systems are already widely used, small and medium-sized companies often show a much lower degree of standardization due to lower scale effects and missing capacities for the development of these standards. To overcome these challenges, the development of industry sector specific standards in cooperations or by third parties is an interesting approach. This paper analyzes which branches that are mainly dominated by small or medium-sized companies might be especially interesting for the development of factory standards using the example of the German industry. For this, a key performance indicator based approach was developed that will be presented in detail with its specific results for the German industry structure.

Keywords: factory planning, factory standards, industry sector specific standardization, production planning

Procedia PDF Downloads 398
6547 Medical Student's Responses to Emotional Content in Doctor-Patient Communication: To Explore Differences in Communication Training of Medical Students and Its Impact on Doctor-Patient Communication

Authors: Stephanie Yun Yu Law

Abstract:

Background: This study aims to investigate into communication between trainee doctors and patients, especially how doctor’s reaction to patient’s emotional issues expressed in the consultation affect patient’s satisfaction. Objectives: Thus, there are three aims in this study, 1.) how do trainee doctors react to patients emotional cues in OSCE station? 2.) Any differences in the respond type to emotional cues between first year students and third year students? 3.) Is response type (reducing space) related to OSCE outcome (patient satisfaction and expert rating)? Methods: Fifteen OSCE stations was videotaped, in which 9 were stations with first-year students and 6 were with third-year students. OSCE outcomes were measured by Communication Assessment Tool and Examiners Checklist. Analyses: All patient’s cues/concerns and student’s reaction were coded by Verona Coding Definitions of Emotional Sequence. Descriptive data was gathered from Observer XT and logistic regression (two-level) was carried out to see if occurrence of reducing space response can be predicted by OSCE outcomes. Results: Reducing space responses from all students were slightly less than a half in total responses to patient’s cues. The mean percentage of reducing space behaviours was lower among first year students when compared to third year students. Patient’s satisfaction significantly (p<0.05) and negatively predicted reducing space behaviours. Conclusions: Most of the medical students, to some extent, did not provide adequate responses for patient’s emotional cues. But first year students did provide more space for patients to talk about their emotional issues when compared to third year students. Lastly, patients would feel less satisfied if trainee doctors use more reducing space responses in reaction to patient’s expressed emotional cues/concerns. Practical implications: Firstly, medical training programme can be tailored on teaching students how to detect and respond appropriately to emotional cues in order to improve underperformed student’s communication skills in healthcare setting. Furthermore, trainee doctor’s relationship with patients in clinical practice can also be improved by reacting appropriately to patient’s emotive cues in consultations (such as limit the use of reducing space behaviours).

Keywords: doctors-patients communication, applied clinical psychology, health psychology, healthcare professionals

Procedia PDF Downloads 220
6546 The Concept of Universal Design in the Independent City Life of Disabled Individuals

Authors: Berfu Guley Goren, Ayse Lale Berkoz

Abstract:

The aim of the study is to analyze the concept of universal design and accessibility to make the city which allows equality and independence for individuals. In the content of the study, literature researches and observations of samples in Istanbul, Turkey are analyzed. As a result proposals are going to be developed to create the cities which are designed for everyone. In globalization process, in cities, population have been increasing dramatically with social and economic activities. Medical developments have been effective in prolonging human life and the disability that comes with aging has also increased in parallel with the disabled population. Nowadays disability is an important phenomenon. Because approximately 1 billion people live with disabilities. The heterogeneous structure formed by the rapid gathering of individuals with different social, economic and physical characteristics in the cities creates great spatial diversity and richness in the cities with different needs brought together. Unlike the cultural and physical wealth in these places and the potential to integrate and diversify the urban people, unfortunately, the designs in practice cause the urban areas to break apart, the urbanities to tear themselves apart, to interfere with their communication and interactions. The social and physical structure of the city is important to feel belonging to the urban society. In most cities when an observation is made, obstructions for people with disabilities can be seen in urban physical structure and design. With these obstructions, people with disabilities cannot live in urban space, and they are desolated in urban life. The city, which offers equal opportunity, the relation between economic development, social justice and built environment must be planned synchronous. Isolation and stigmatization must be abolished by regulations, activities of awareness and universal urban design. Without regard to social, economical and physical features every individual has the same right, which is using the freedom of movement. Supporting freedom of movement of every individual may be ensured by universal design and its principles. So urban spaces are going to be for every individual. For equal opportunity in urban services, urban design must be the focus on every individual including people with disabilities. In built environment practices, democratic suitable spaces should be created. In this respect, urban planners, architects, political decision-makers and other relevant actors should work together and should think very versatile.

Keywords: disability, equality, universal design, urban design

Procedia PDF Downloads 308
6545 Modeling and Performance Evaluation of Three Power Generation and Refrigeration Energy Recovery Systems from Thermal Loss of a Diesel Engine in Different Driving Conditions

Authors: H. Golchoobian, M. H. Taheri, S. Saedodin, A. Sarafraz

Abstract:

This paper investigates the possibility of using three systems of organic Rankine auxiliary power generation, ejector refrigeration and absorption to recover energy from a diesel car. The analysis is done for both urban and suburban driving modes that vary from 60 to 120 km/h. Various refrigerants have also been used for organic Rankine and Ejector refrigeration cycles. The capacity was evaluated by Organic Rankine Cycle (ORC) system in both urban and suburban conditions for cyclopentane and ammonia as refrigerants. Also, for these two driving plans, produced cooling by absorption refrigeration system under variable ambient temperature conditions and in ejector refrigeration system for R123, R134a and R141b refrigerants were investigated.

Keywords: absorption system, diesel engine, ejector refrigeration, energy recovery, organic Rankine cycle

Procedia PDF Downloads 240
6544 Inclusive Education in Early Childhood Settings: Fostering a Diverse Learning Environment

Authors: Rodrique Watong Tchounkeu

Abstract:

This paper investigated the implementation and impact of inclusive education practices in early childhood settings (ages 3-6) with the overarching aim of fostering a diverse learning environment. The primary objectives were to assess the then-current state of inclusive practices, identify effective methodologies for accommodating diverse learning needs, and evaluate the outcomes of implementing inclusive education in early childhood settings. To achieve these objectives, a mixed-methods approach was employed, combining qualitative interviews with early childhood educators and parents, along with quantitative surveys distributed to a diverse sample of participants. The qualitative phase involved semi-structured interviews with 30 educators and 50 parents, selected through purposive sampling. The interviews aimed to gather insights into the challenges faced in implementing inclusive education, the strategies employed, and the perceived benefits and drawbacks. The quantitative phase included surveys administered to 300 early childhood educators across various settings, measuring their familiarity with inclusive practices, their perceived efficacy, and their willingness to adapt teaching methods. The results revealed a significant gap between the theoretical understanding and practical implementation of inclusive education in early childhood settings. While educators demonstrated a high level of theoretical knowledge, they faced challenges in effectively translating these concepts into practice. Parental perspectives highlighted the importance of collaboration between educators and parents in supporting inclusive education. The surveys indicated a positive correlation between educators' familiarity with inclusive practices and their willingness to adapt teaching methods, emphasizing the need for targeted professional development. The implications of this study suggested the necessity for comprehensive training programs for early childhood educators focused on the practical implementation of inclusive education strategies. Additionally, fostering stronger partnerships between educators and parents was crucial for creating a supportive learning environment for all children. By addressing these findings, this research contributed to the advancement of inclusive education practices in early childhood settings, ultimately leading to more inclusive and effective learning environments for diverse groups of young learners.

Keywords: inclusive education, early childhood settings, diverse learning, young learners, practical implementation, parental collaboration

Procedia PDF Downloads 70
6543 Combustion and Emission Characteristics in a Can-Type Combustion Chamber

Authors: Selvakuma Kumaresh, Man Young Kim

Abstract:

Combustion phenomenon will be accomplished effectively by the development of low emission combustor. One of the significant factors influencing the entire Combustion process is the mixing between a swirling angular jet (Primary Air) and the non-swirling inner jet (fuel). To study this fundamental flow, the chamber had to be designed in such a manner that the combustion process to sustain itself in a continuous manner and the temperature of the products is sufficiently below the maximum working temperature in the turbine. This study is used to develop the effective combustion with low unburned combustion products by adopting the concept of high swirl flow and motility of holes in the secondary chamber. The proper selection of a swirler is needed to reduce emission which can be concluded from the emission of Nox and CO2. The capture of CO2 is necessary to mitigate CO2 emissions from natural gas. Thus the suppression of unburned gases is a meaningful objective for the development of high performance combustor without affecting turbine blade temperature.

Keywords: combustion, emission, can-type combustion chamber, CFD, motility of holes, swirl flow

Procedia PDF Downloads 380
6542 A Tool for Rational Assessment of Dynamic Trust in Networked Organizations

Authors: Simon Samwel Msanjila

Abstract:

Networked environments which provides platforms and environments for business organizations are configured in different forms depending on many factors including life time, member characteristics, communication structure, and business objectives, among others. With continuing advances in digital technologies the distance has become a less barrier for business minded collaboration among organizations. With the need and ease to make business collaborate nowadays organizations are sometimes forced to co-work with others that are either unknown or less known to them in terms of history and performance. A promising approach for sustaining established collaboration has been establishment of trust relationship among organizations based on assessed trustworthiness for each participating organization. It has been stated in research that trust in organization is dynamic and thus assessment of trust level must address such dynamic nature. This paper assess relevant aspects of trust and applies the concepts to propose a semi-automated system for assessing the Sustainability and Evolution of trust in organizations participating in specific objective in a networked organizations environment.

Keywords: trust evolution, trust sustainability, networked organizations, dynamic trust

Procedia PDF Downloads 435
6541 Influential Factors Impacting the Utilization of Pain Assessment Tools among Hospitalized Elderly Patients in Taiwan

Authors: Huei Jiun Chen, Hui Mei Huan

Abstract:

Introduction: Pain is an unpleasant experience for hospitalized patients that impacts both their physical and mental well-being. It is important to select appropriate pain assessment tools to ensure effective pain management. Therefore, it is suggested to use Verbal Rating Scale (VRS) instead for better assessment. The Wong-Baker FACES Pain Rating Scale(WBS) is a widely used pain assessment tool in Taiwan to help individuals communicate the intensity of their pain. However, in clinical practice, even when using various assessment tools to evaluate pain, Numeric Rating Scale-11 (NRS-11) is still commonly utilized to quantify the intensity of pain. The correlation between NRS and other pain assessment tools has not been extensively explored in Taiwan. Additionally, the influence of gender and education level on pain assessment among elderly individuals has not been extensively studied in Taiwan. The aim of this study is to investigate the correlation between pain assessment scales (NRS-11, VRS, WBS) in assessing pain intensity among elderly inpatients. The secondary objective of this study is to examine how gender and education level influence pain assessment among individuals, as well as to explore their preferences regarding pain assessment tools. Method: In this study, a questionnaire survey and purposive sampling were employed to recruit participants from a medical center located in central Taiwan. Participants were requested to assess their pain intensity in the past 24 hours using NRS-11, VRS, and WBS. Additionally, the study investigated their preferences for pain assessment tools. Result: A total of 252 participants were included in this study, with a mean age of 71.1 years (SD=6.2). Of these participants, 135 were male (53.6%), and 44.4% had a primary level or below education. Participants were asked to use NRS-11, VRS, and WBS to assess their current, maximum, and minimum pain intensity experienced in the past 24 hours. The findings indicated a significant correlation (p< .01) among all three pain assessment tools. No significant differences were observed in gender across the three pain assessment scales. For severe pain, there were significant differences in self-rated pain scales among the elderly participants with different education levels (F=3.08, p< .01; X²=17.25, X²=17.21, p< .01), but there were no significant differences observed for mild pain. Regarding preferences for pain assessment tools, 158 participants (62.7%) favored VRS, followed by WBS; gender and education level had no influence on their preferences. Conclusion: Most elderly participants prefer using VRS (Verbal Rating Scale) to self-reported their pain. The reason for this preference may be attributed to the verbal nature of VRS, as it is simple and easy to understand. Furthermore, it could be associated with the level of education among the elderly participants. The pain assessment using VRS demonstrated a significant correlation with NRS-11 and WBS, and gender was not found to have any influence on these assessment. Further research is needed to explore the effect of different education levels on self-reported pain intensity among elderly people in Taiwan.

Keywords: pain assessment, elderly, gender, education

Procedia PDF Downloads 81
6540 Causes of Cost Overrun in Building Construction Projects: Case Study from Al Madinah, Saudi Arabia

Authors: Z. Hamed, K. Sa'deya, E. Abdelrasheed, I. Mahamid

Abstract:

The construction industry is one of the main sectors that play basic role in the urban and rural development of a society. It provides important ingredients for the development of an economy. However, many construction projects experience extensive cost overrun. This study was conducted to identify the causes of cost overrun in building construction contracts in Al Madinah, Saudi Arabia and test the importance of these causes from contractors' perspective. To achieve the study objectives, a questionnaire survey was conducted to identify and rank cost overrun causes from the perspective of contractors. The findings found that the top five cost overrun causes are: lack of experience in the line of work, lack of labor productivity, delay in payments, rework and material waste. It is hoped that the findings will guide efforts to improve the performance of construction industry in Saudi Arabia and other developing countries.

Keywords: building, contractor, cost increase, cost overrun

Procedia PDF Downloads 159
6539 On the Exergy Analysis of the Aluminum Smelter

Authors: Ayoola T. Brimmo, Mohamed I. Hassan

Abstract:

The push to mitigate the aluminum smelting industry’s enormous energy consumption and high emission releases is now even more persistent with the recent climate change happenings. Common approaches to achieve this have been focused on improving energy efficiency in the pot line and cast house sections of the smelter. However, the conventional energy efficiency analyses are based on the first law of thermodynamics, which do not shed proper light on the smelter’s degradation of energy. This just gives a general idea of the furnace’s performance with no reference to locations where improvement is a possibility based on the second law of thermodynamics. In this study, we apply exergy analyses on the pot line and cast house sections of the smelter to identify the locality and causes of energy degradation. The exergy analyses, which are based on a real life smelter conditions, highlight the possible locations for technology improvement in a typical smelter. With this established, methods of minimizing the smelter’s exergy losses are assessed.

Keywords: exergy analysis, electrolytic cell, furnace, heat transfer

Procedia PDF Downloads 291
6538 The Competitive Newsvendor Game with Overestimated Demand

Authors: Chengli Liu, C. K. M. Lee

Abstract:

The tradition competitive newsvendor game assumes decision makers are rational. However, there are behavioral biases when people make decisions, such as loss aversion, mental accounting and overconfidence. Overestimation of a subject’s own performance is one type of overconfidence. The objective of this research is to analyze the impact of the overestimated demand in the newsvendor competitive game with two players. This study builds a competitive newsvendor game model where newsvendors have private information of their demands, which is overestimated. At the same time, demands of each newsvendor forecasted by a third party institution are available. This research shows that the overestimation leads to demand steal effect, which reduces the competitor’s order quantity. However, the overall supply of the product increases due to overestimation. This study illustrates the boundary condition for the overestimated newsvendor to have the equilibrium order drop due to the demand steal effect from the other newsvendor. A newsvendor who has higher critical fractile will see its equilibrium order decrease with the drop of estimation level from the other newsvendor.

Keywords: bias, competing newsvendor, Nash equilibrium, overestimation

Procedia PDF Downloads 262
6537 Optimal Linear Quadratic Digital Tracker for the Discrete-Time Proper System with an Unknown Disturbance

Authors: Jason Sheng-Hong Tsai, Faezeh Ebrahimzadeh, Min-Ching Chung, Shu-Mei Guo, Leang-San Shieh, Tzong-Jiy Tsai, Li Wang

Abstract:

In this paper, we first construct a new state and disturbance estimator using discrete-time proportional plus integral observer to estimate the system state and the unknown external disturbance for the discrete-time system with an input-to-output direct-feedthrough term. Then, the generalized optimal linear quadratic digital tracker design is applied to construct a proportional plus integral observer-based tracker for the system with an unknown external disturbance to have a desired tracking performance. Finally, a numerical simulation is given to demonstrate the effectiveness of the new application of our proposed approach.

Keywords: non-minimum phase system, optimal linear quadratic tracker, proportional plus integral observer, state and disturbance estimator

Procedia PDF Downloads 508
6536 Active Control of Multiferroic Composite Shells Using 1-3 Piezoelectric Composites

Authors: S. C. Kattimani

Abstract:

This article deals with the analysis of active constrained layer damping (ACLD) of smart multiferroic or magneto-electro-elastic doubly curved shells. The kinematics of deformations of the multiferroic doubly curved shell is described by a layer-wise shear deformation theory. A three-dimensional finite element model of multiferroic shells has been developed taking into account the electro-elastic and magneto-elastic couplings. A simple velocity feedback control law is employed to incorporate the active damping. Influence of layer stacking sequence and boundary conditions on the response of the multiferroic doubly curved shell has been studied. In addition, for the different orientation of the fibers of the constraining layer, the performance of the ACLD treatment has been studied.

Keywords: active constrained layer damping (ACLD), doubly curved shells, magneto-electro-elastic, multiferroic composite, smart structures

Procedia PDF Downloads 315