Search results for: naval resource management
10799 Addressing Water Scarcity in Gomti Nagar, Lucknow, India: Assessing the Effectiveness of Rooftop Rainwater Harvesting Systems
Authors: Rajkumar Ghosh
Abstract:
Water scarcity is a significant challenge in urban areas, even in smart cities (Lucknow, Bangalore, Jaipur, etc.) where efficient resource management is prioritized. The depletion of groundwater resources in Gomti Nagar, Lucknow, Uttar Pradesh, India is particularly severe, posing a significant challenge for sustainable development in the region. This study focuses on addressing the water shortage by investigating the effectiveness of rooftop rainwater harvesting systems (RTRWHs) as a sustainable approach to bridge the gap between groundwater recharge and extraction. The aim of this study is to assess the effectiveness of RTRWHs in reducing aquifer depletion and addressing the water scarcity issue in the Gomti Nagar region. The research methodology involves the utilization of RTRWHs as the primary method for collecting rainwater. RTRWHs will be implemented in residential and commercial buildings to maximize the collection of rainwater. Data for this study were collected through various sources such as government reports, surveys, and existing groundwater abstraction patterns. Statistical analysis and modelling techniques were employed to assess the current water situation, groundwater depletion rate, and the potential impact of implementing RTRWHs. The study reveals that the installation of RTRWHs in the Gomti Nagar region has a positive impact on addressing the water scarcity issue. Currently, RTRWHs cover only a small percentage of the total rainfall collected in the region. However, when RTRWHs are installed in all buildings, their influence on increasing water availability and reducing aquifer depletion will be significantly greater. The study also highlights the significant water imbalance in the region, emphasizing the urgent need for sustainable water management practices. This research contributes to the theoretical understanding of sustainable water management systems in smart cities. By highlighting the effectiveness of RTRWHs in reducing aquifer depletion, it emphasizes the importance of implementing such systems in urban areas. Data for this study were collected through various sources such as government reports, surveys, and existing groundwater abstraction patterns. The collected data were then analysed using statistical analysis and modelling techniques to assess the current water situation, groundwater depletion rate, and the potential impact of implementing RTRWHs. The findings of this study demonstrate that the implementation of RTRWHs can effectively mitigate the water scarcity crisis in Gomti Nagar. By reducing aquifer depletion and bridging the gap between groundwater recharge and extraction, RTRWHs offer a sustainable solution to the region's water scarcity challenges. Widespread adoption of RTRWHs in all buildings and integration into urban planning and development processes are crucial for efficient water management in smart cities like Gomti Nagar. These findings can serve as a basis for policymakers, urban planners, and developers to prioritize and incentivize the installation of RTRWHs as a potential solution to the water shortage crisis.Keywords: water scarcity, urban areas, smart cities, resource management, groundwater depletion, rooftop rainwater harvesting systems, sustainable development, sustainable water management, mitigating water scarcity
Procedia PDF Downloads 8110798 Organizing Diabetes Care in a Resource Constrained Country: Bangladesh as an Example
Authors: Liaquat Ali, Khurshid Natasha
Abstract:
Low resource countries are not usually equipped with the organizational tools to implement health care for chronic diseases, and thus, providing effective diabetes care in such countries is a challenging task. Diabetic Association of Bangladesh (BADAS in Bengali acronym) has created a stimulating example to meet this challenge. Starting its journey in 1956 with 39 patients in a small tin shed clinic BADAS, and its affiliated associations now operate 90 hospitals and health centres all over the country. Together, these facilities provide integrated health care to about 1.5 million registered diabetic patients which constitute about 20% of the estimated diabetic population in the country. BADAS has also become a pioneer in health manpower generation in Bangladesh. Along with its affiliates, it now runs 3 Medical Colleges (to generate graduate physicians), 2 Nursing Institutes, and 2 Postgraduate Institutes which conduct 25 postgraduate courses (under the University of Dhaka) in various basic, clinical and public health disciplines. BADAS gives great emphasis on research, which encompasses basic, clinical as well as public health areas. BADAS is an ideal example of public-private partnership in health as most of its infrastructure has been created through government support but it is almost self-reliant in managing its revenue budget which approached approximately 40 million US dollar during 2010. BADAS raises resources by providing high-quality services to the people, both diabetic and non-diabetic. At the same time, BADAS has developed a cross financing model, to support diabetic patients in general and poor diabetic patients (identified through a social welfare network) in particular, through redistribution of the resources. Along with financial sustainability BADAS ensure organizational sustainability through a process of decentralization, community ownership, and democratic management. Presently a large scale pilot project (named as a Health Care Development Project or HCDP) is under implementation under BADAS umbrella with an objective to transform the diabetes care model to a health care model in general. It is expected to create further evidence on providing sustainable (with social safety net) health care delivery for diabetes, and other chronic illnesses as an integral part of general health care delivery in a resource constrained setting.Keywords: Bangladesh, self sustain, health care, constrain
Procedia PDF Downloads 18210797 Bridging Healthcare Information Systems and Customer Relationship Management for Effective Pandemic Response
Authors: Sharda Kumari
Abstract:
As the Covid-19 pandemic continues to leave its mark on the global business landscape, companies have had to adapt to new realities and find ways to sustain their operations amid social distancing measures, government restrictions, and heightened public health concerns. This unprecedented situation has placed considerable stress on both employees and employers, underscoring the need for innovative approaches to manage the risks associated with Covid-19 transmission in the workplace. In response to these challenges, the pandemic has accelerated the adoption of digital technologies, with an increasing preference for remote interactions and virtual collaboration. Customer relationship management (CRM) systems have risen to prominence as a vital resource for organizations navigating the post-pandemic world, providing a range of benefits that include acquiring new customers, generating insightful consumer data, enhancing customer relationships, and growing market share. In the context of pandemic management, CRM systems offer three primary advantages: (1) integration features that streamline operations and reduce the need for multiple, costly software systems; (2) worldwide accessibility from any internet-enabled device, facilitating efficient remote workforce management during a pandemic; and (3) the capacity for rapid adaptation to changing business conditions, given that most CRM platforms boast a wide array of remotely deployable business growth solutions, a critical attribute when dealing with a dispersed workforce in a pandemic-impacted environment. These advantages highlight the pivotal role of CRM systems in helping organizations remain resilient and adaptive in the face of ongoing global challenges.Keywords: healthcare, CRM, customer relationship management, customer experience, digital transformation, pandemic response, patient monitoring, patient management, healthcare automation, electronic health record, patient billing, healthcare information systems, remote workforce, virtual collaboration, resilience, adaptable business models, integration features, CRM in healthcare, telehealth, pandemic management
Procedia PDF Downloads 10410796 Automatic Aggregation and Embedding of Microservices for Optimized Deployments
Authors: Pablo Chico De Guzman, Cesar Sanchez
Abstract:
Microservices are a software development methodology in which applications are built by composing a set of independently deploy-able, small, modular services. Each service runs a unique process and it gets instantiated and deployed in one or more machines (we assume that different microservices are deployed into different machines). Microservices are becoming the de facto standard for developing distributed cloud applications due to their reduced release cycles. In principle, the responsibility of a microservice can be as simple as implementing a single function, which can lead to the following issues: - Resource fragmentation due to the virtual machine boundary. - Poor communication performance between microservices. Two composition techniques can be used to optimize resource fragmentation and communication performance: aggregation and embedding of microservices. Aggregation allows the deployment of a set of microservices on the same machine using a proxy server. Aggregation helps to reduce resource fragmentation, and is particularly useful when the aggregated services have a similar scalability behavior. Embedding deals with communication performance by deploying on the same virtual machine those microservices that require a communication channel (localhost bandwidth is reported to be about 40 times faster than cloud vendor local networks and it offers better reliability). Embedding can also reduce dependencies on load balancer services since the communication takes place on a single virtual machine. For example, assume that microservice A has two instances, a1 and a2, and it communicates with microservice B, which also has two instances, b1 and b2. One embedding can deploy a1 and b1 on machine m1, and a2 and b2 are deployed on a different machine m2. This deployment configuration allows each pair (a1-b1), (a2-b2) to communicate using the localhost interface without the need of a load balancer between microservices A and B. Aggregation and embedding techniques are complex since different microservices might have incompatible runtime dependencies which forbid them from being installed on the same machine. There is also a security concern since the attack surface between microservices can be larger. Luckily, container technology allows to run several processes on the same machine in an isolated manner, solving the incompatibility of running dependencies and the previous security concern, thus greatly simplifying aggregation/embedding implementations by just deploying a microservice container on the same machine as the aggregated/embedded microservice container. Therefore, a wide variety of deployment configurations can be described by combining aggregation and embedding to create an efficient and robust microservice architecture. This paper presents a formal method that receives a declarative definition of a microservice architecture and proposes different optimized deployment configurations by aggregating/embedding microservices. The first prototype is based on i2kit, a deployment tool also submitted to ICWS 2018. The proposed prototype optimizes the following parameters: network/system performance, resource usage, resource costs and failure tolerance.Keywords: aggregation, deployment, embedding, resource allocation
Procedia PDF Downloads 20510795 A Randomised Simulation Study to Assess the Impact of a Focussed Crew Resource Management Course on UK Medical Students
Authors: S. MacDougall-Davis, S. Wysling, R. Willmore
Abstract:
Background: The application of good non-technical skills, also known as crew resource management (CRM), is central to the delivery of safe, effective healthcare. The authors have been running remote trauma courses for over 10 years, primarily focussing on developing participants’ CRM in time-critical, high-stress clinical situations. The course has undergone an iterative process over the past 10 years. We employ a number of experiential learning techniques for improving CRM, including small group workshops, military command tasks, high fidelity simulations with reflective debriefs, and a ‘flipped classroom’, where participants are asked to create their own simulations and assess and debrief their colleagues’ CRM. We created a randomised simulation study to assess the impact of our course on UK medical students’ CRM, both at an individual and a teams level. Methods: Sixteen students took part. Four clinical scenarios were devised, designed to be of similar urgency and complexity. Professional moulage effects and experienced clinical actors were used to increase fidelity and to further simulate high-stress environments. Participants were block randomised into teams of 4; each team was randomly assigned to one pre-course simulation. They then underwent our 5 day remote trauma CRM course. Post-course, students were re-randomised into four new teams; each was randomly assigned to a post-course simulation. All simulations were videoed. The footage was reviewed by two independent CRM-trained assessors, who were blinded to the before/after the status of the simulations. Assessors used the internationally validated team emergency assessment measure (TEAM) to evaluate key areas of team performance, as well as a global outcome rating. Prior to the study, assessors had scored two unrelated scenarios using the same assessment tool, demonstrating 89% concordance. Participants also completed pre- and post-course questionnaires. Likert scales were used to rate individuals’ perceived NTS ability and their confidence to work in a team in time-critical, high-stress situations. Results: Following participation in the course, a significant improvement in CRM was observed in all areas of team performance. Furthermore, the global outcome rating for team performance was markedly improved (40-70%; mean 55%), thus demonstrating an impact at Level 4 of Kirkpatrick’s hierarchy. At an individual level, participants’ self-perceived CRM improved markedly after the course (35-70% absolute improvement; mean 55%), as did their confidence to work in a team in high-stress situations. Conclusion: Our study demonstrates that with a short, cost-effective course, using easily reproducible teaching sessions, it is possible to significantly improve participants’ CRM skills, both at an individual and, perhaps more importantly, at a teams level. The successful functioning of multi-disciplinary teams is vital in a healthcare setting, particularly in high-stress, time-critical situations. Good CRM is of paramount importance in these scenarios. The authors believe that these concepts should be introduced from the earliest stages of medical education, thus promoting a culture of effective CRM and embedding an early appreciation of the importance of these skills in enabling safe and effective healthcare.Keywords: crew resource management, non-technical skills, training, simulation
Procedia PDF Downloads 14010794 The Gasification of Acetone via Partial Oxidation in Supercritical Water
Authors: Shyh-Ming Chern, Kai-Ting Hsieh
Abstract:
Organic solvents find various applications in many industrial sectors and laboratories as dilution solvents, dispersion solvents, cleaners and even lubricants. Millions of tons of Spent Organic Solvents (SOS) are generated each year worldwide, prompting the need for more efficient, cleaner and safer methods for the treatment and resource recovery of SOS. As a result, acetone, selected as a model compound for SOS, was gasified in supercritical water to assess the feasibility of resource recovery of SOS by means of supercritical water processes. Experiments were conducted with an autoclave reactor. Gaseous product is mainly consists of H2, CO, CO2 and CH4. The effects of three major operating parameters, the reaction temperature, from 673 to 773K, the dosage of oxidizing agent, from 0.3 to 0.5 stoichiometric oxygen, and the concentration of acetone in the feed, 0.1 and 0.2M, on the product gas composition, yield and heating value were evaluated with the water density fixed at about 0.188g/ml.Keywords: acetone, gasification, SCW, supercritical water
Procedia PDF Downloads 39310793 The Effect of Supplier Trust and Top Management Involvement on Supply Chain Risk Management through Buyer-Supplier Relationship
Authors: Hotlan Siagian, Han Tae Hee
Abstract:
This study aims to examine the effect of supplier trust and top management involvement on the supply chain risk management through buyer-supplier relationship. The population of the research is 44 Korean companies domiciled in East and Central Java of Indonesia. The respondent consists of a top management level from each company. Data collection used a questionnaire designed with five-item Likert scale. Collected data were analyzed using structural equation modeling (SEM) technique with SmartPLS software version 3.0 to examine the hypotheses. The result revealed that supplier trust has an effect on supply chain risk management, top management involvement affects supply chain risk management, supplier trust influences buyer-supplier relationship, top management involvement affects the buyer-supplier relationship, and buyer-supplier relationship affects supply chain risk management. The last finding is that buyer-supplier relationship empirically mediates the effect of supplier trust and top management involvement.Keywords: buyer supplier relationship, supplier trust, supply chain risk management, top management involvement
Procedia PDF Downloads 22810792 Thoughts on the Degree of Openness for Opening Residential District from the Perspective of Landscape Design
Authors: Yajing Jiang, Jing Wu, Siyu Bu
Abstract:
The development of opening residential district is the inevitable trend in China. The landscape resources in opening districts are the main resource for their sharing. However, there is a certain contradiction between the ideal of urban development and the reality of constraints. How to find a balance, to ensure a reasonable open ‘degree’ is particularly important. The opening residential district landscape design should reflect the relative independence of living space, taking into account the basic needs of residents; but also the integration of space, resource sharing, to ensure that the order of daily life on the basis of social interaction and adapt to the dynamic development of the city changes. And ultimately to achieve a reasonable degree of openness to settlements.Keywords: degree of openness, landscape design, opening residential district, urban design
Procedia PDF Downloads 26010791 Project Progress Prediction in Software Devlopment Integrating Time Prediction Algorithms and Large Language Modeling
Authors: Dong Wu, Michael Grenn
Abstract:
Managing software projects effectively is crucial for meeting deadlines, ensuring quality, and managing resources well. Traditional methods often struggle with predicting project timelines accurately due to uncertain schedules and complex data. This study addresses these challenges by combining time prediction algorithms with Large Language Models (LLMs). It makes use of real-world software project data to construct and validate a model. The model takes detailed project progress data such as task completion dynamic, team Interaction and development metrics as its input and outputs predictions of project timelines. To evaluate the effectiveness of this model, a comprehensive methodology is employed, involving simulations and practical applications in a variety of real-world software project scenarios. This multifaceted evaluation strategy is designed to validate the model's significant role in enhancing forecast accuracy and elevating overall management efficiency, particularly in complex software project environments. The results indicate that the integration of time prediction algorithms with LLMs has the potential to optimize software project progress management. These quantitative results suggest the effectiveness of the method in practical applications. In conclusion, this study demonstrates that integrating time prediction algorithms with LLMs can significantly improve the predictive accuracy and efficiency of software project management. This offers an advanced project management tool for the industry, with the potential to improve operational efficiency, optimize resource allocation, and ensure timely project completion.Keywords: software project management, time prediction algorithms, large language models (LLMS), forecast accuracy, project progress prediction
Procedia PDF Downloads 8410790 Analysing Perceptions of Online Games-Based Learning: Case Study of the University of Northampton
Authors: Alison Power
Abstract:
Games-based learning aims to enhance students’ engagement with and enjoyment of learning opportunities using games-related principles to create a fun yet productive learning environment. Motivating students to learn in an online setting can be particularly challenging, so a cross-Faculty synchronous online session provided students with the opportunity to engage with ‘GAMING’: an interactive, flexible and scalable e-resource for students to work synchronously in groups to complete a series of e-tivities designed to enhance their skills of leadership, collaboration and negotiation. Findings from a post-session online survey found the majority of students had a positive learning experience, finding 'GAMING' to be an innovative and engaging e-resource which motivated their group to learn.Keywords: collaboration, games-based learning, groupwork, synchronous online learning, teamwork
Procedia PDF Downloads 12910789 Knowledge Management in Practice: An Exploratory Study Applied to Consulting Firms
Authors: Evgeniya Ivanova
Abstract:
Nowadays, in the literature, there is still no fixed definition of knowledge management that often remains only as an academic discipline. The current market situation is changing very quickly, the need of new technologies is high, and knowledge management is the area that ensures that the know-how has not been lost during market development and adoption. The study examines how knowledge management is being leveraged and practiced in the management consultancy companies and provides not only the tips and best practices of applied knowledge management approaches but also the validation matrix for its successful or unsuccessful implementation. Different knowledge management approaches are explored on the basis of their practical implementation, including related challenges, knowledge sharing process, and barriers that are typical for consulting firms mostly driven by the agile working culture. The relevance of proposed topic is confirmed by the finding that corporate working culture and the exponentially developing technologies have a direct impact on the success of practical implementation of knowledge management.Keywords: knowledge management, knowledge management in practice, consulting firm, knowledge management success
Procedia PDF Downloads 20510788 The Effects of Green Logistics Management Practices on Sustainability Performance in Nigeria
Authors: Ozoemelam Ikechukwu Lazarus, Nizamuddin B. Zainuddi, Abdul Kafi
Abstract:
Numerous studies have been carried out on Green Logistics Management Practices (GLMPs) across the globe. The study on the practices and performance of green chain practices in Africa in particular has not gained enough scholarly attention. Again, the majority of supply chain sustainability research being conducted focus on environmental sustainability. Logistics has been a major cause of supply chain resource waste and environmental damage. Many sectors of the economy that engage in logistical operations significantly rely on vehicles, which emit pollutants into the environment. Due to urbanization and industrialization, the logistical operations of manufacturing companies represent a serious hazard to the society and human life, making the sector one of the fastest expanding in the world today. Logistics companies are faced with numerous difficulties when attempting to implement logistics practices along their supply chains. In Nigeria, manufacturing companies aspire to implement reverse logistics in response to stakeholders’ requirements to reduce negative environmental consequences. However, implementing this is impeded by a criteria framework, and necessitates the careful analysis of how such criteria interact with each other in the presence of uncertainty. This study integrates most of the green logistics management practices (GLMPs) into the Nigerian firms to improve generalizability, and credibility. It examines the effect of Green Logistics Management Practices on environmental performance, social performance, market performance, and financial performance in the logistics industries. It seeks to identify the critical success factors in order to develop a model that incorporates different factors from the perspectives of the technology, organization, human and environment to inform the adoption and use of technologies for logistics supply chain social sustainability in Nigeria. It uses exploratory research approach to collect and analyse the data.Keywords: logistics, management, sustainability, environment, operations
Procedia PDF Downloads 8710787 Changing Human Resources Policies in Companies after the COVID-19 Pandemic
Authors: Murat Çolak, Elifnaz Tanyıldızı
Abstract:
Today, human mobility with globalization has increased the interaction between countries significantly; although this contact has advanced societies in terms of civilization, it has also increased the likelihood of pandemics. The coronavirus (COVID-19) pandemic, which caused the most loss of life among them, turned into a global epidemic by covering the whole world in a short time. While there was an explosion in demand in some businesses around the world, some businesses temporarily stopped or had to stop their activities. The businesses affected by the crisis had to adapt to the new legal regulations but had to make changes in matters such as their working styles, human resources practices, and policies. One of the measures taken into account is the reduction of the workforce. The current COVID-19 crisis has posed serious challenges for many organizations and has generated an unprecedented wave of termination notices. This study examined examples of companies affected by the pandemic process and changed their working policies after the pandemic. This study aims to reveal the impact of the global COVID-19 pandemic on human resources policies and employees and how these situations will affect businesses in the future.Keywords: human resource management, crisis management, COVID-19, business function
Procedia PDF Downloads 10310786 Load Balancing Technique for Energy - Efficiency in Cloud Computing
Authors: Rani Danavath, V. B. Narsimha
Abstract:
Cloud computing is emerging as a new paradigm of large scale distributed computing. Cloud computing is a model for enabling ubiquitous, convenient, on-demand network access to a shared pool of configurable computing resources (e.g., three service models, and four deployment networks, servers, storage, applications, and services) that can be rapidly provisioned and released with minimal management effort or service provider interaction. This cloud model is composed of five essential characteristics models. Load balancing is one of the main challenges in cloud computing, which is required to distribute the dynamic workload across multiple nodes, to ensure that no single node is overloaded. It helps in optimal utilization of resources, enhancing the performance of the system. The goal of the load balancing is to minimize the resource consumption and carbon emission rate, that is the direct need of cloud computing. This determined the need of new metrics energy consumption and carbon emission for energy-efficiency load balancing techniques in cloud computing. Existing load balancing techniques mainly focuses on reducing overhead, services, response time and improving performance etc. In this paper we introduced a Technique for energy-efficiency, but none of the techniques have considered the energy consumption and carbon emission. Therefore, our proposed work will go towards energy – efficiency. So this energy-efficiency load balancing technique can be used to improve the performance of cloud computing by balancing the workload across all the nodes in the cloud with the minimum resource utilization, in turn, reducing energy consumption, and carbon emission to an extent, which will help to achieve green computing.Keywords: cloud computing, distributed computing, energy efficiency, green computing, load balancing, energy consumption, carbon emission
Procedia PDF Downloads 45310785 Modern Technologies and Equipment for Modular-Aggregate Installation of Shipborne Equipment
Authors: A. O. Mikhailov, N. I. Gerasimov, K. N. Morozov, I. V. Grachev
Abstract:
The most advanced method of onboard equipment installation on the world shipbuilding practice is modular method, or modularization. The main idea of this is assembly of equipment, pipelines and hull structures in so called assembly units yet at the shopfloor. Those assembly units are thereafter loaded and installed inside the ship's hull. This allows to reduce labour intensiveness and significantly improve assembly quality, due to the fact that a good part of installation work is performed in the shops, instead of restricted onboard premises. Also, this method allows performing equipment installation at very early stages of hull erection. This practice is widely spread in naval submarines building. However, in merchant shipbuilding, equipment is installed mostly individually. To implement modular principles of equipment installation in designing and construction of civil ships and marine rigs, some new technologies are being developed in the following areas. The paper contains main principles and already achieved results in the above mentioned areas.Keywords: assembly and installation technology, onboard equipment installation, large-scale assembly units, modular method
Procedia PDF Downloads 66610784 A Theoretical Framework for Conceptualizing Integration of Environmental Sustainability into Supplier Selection
Authors: Tonny Ograh, Joshua Ayarkwa, Dickson Osei-Asibey, Alex Acheampong, Peter Amoah
Abstract:
Theories are used to improve the conceptualization of research ideas. These theories enhance valuable elucidations that help us to grasp the meaning of research findings. Nevertheless, the use of theories to promote studies in green supplier selection in procurement decisions has attracted little attention. With the emergence of sustainable procurement, public procurement practitioners in Ghana are yet to achieve relevant knowledge on green supplier selections due to insufficient knowledge and inadequate appropriate frameworks. The flagrancy of the consequences of public procurers’ failure to integrate environmental considerations into supplier selection explains the adoption of a multi-theory approach for comprehension of the dynamics of green integration into supplier selection. In this paper, the practicality of three theories for improving the understanding of the influential factors enhancing the integration of environmental sustainability into supplier selection was reviewed. The three theories are Resource-Based Theory, Human Capital Theory and Absorptive Capacity Theory. This review uncovered knowledge management, top management commitment, and environmental management capabilities as important elements needed for the integration of environmental sustainability into supplier selection in public procurement. The theoretical review yielded a framework that conceptualizes knowledge and capabilities of practitioners relevant to the incorporation of environmental sustainability into supplier selection in public procurement.Keywords: environmental, sustainability, supplier selection, environmental procurement, sustainable procurement
Procedia PDF Downloads 18410783 Relationship between Relational Energy, Emotional Labour and Cognitive Flexibility of Cabin Crew
Authors: Rithi Baruah
Abstract:
The aviation industry is one such sectors whose primary aim is to work for the safety and comfort of their clients and customers. The crew members in the aviation industry include pilots, flight attendants, air traffic controllers, baggage personnel and maintenance personnel. This study will concentrate on the frontline employees of the aviation industry, the flight attendants. Flight attendants belong to the niche group of population who are paid to smile. Although the profession seems to be very glamorous, it is physically and psychologically very taxing. Energy at workplace is a fairly new concept and is an organizational resource which helps employee attain their goals. Therefore, the researcher will aim to establish the relationship between relational energy and the major issue of emotional labor and cognitive flexibility among flight attendants. The researcher will hypothesize that there will be a negative relationship between relational energy and emotional labour, and a positive relationship between relational energy and cognitive flexibility. Also, a positive relationship will be expected between cognitive flexibility and emotional labour of cabin crew. A quantitative research design will be used to study the relationship among 50 flight attendants in India. The findings of the research will not only help the aviation sector but will be a major contribution to the existing literature of aviation psychology in India which is scanty. The relationships can also provide scope to develop a model using the same. From crew resource management and aviation psychology perspectives, relationships among the study variables will not only provide scope for helping the aviation employees in particular but also develop the performance and safety of aviation sector at large.Keywords: cabin crew, cognitive flexibility, emotional labour, relational energy
Procedia PDF Downloads 30510782 Importance of Human Resources Training in an Information Age
Authors: A. Serap Fırat
Abstract:
The aim of this study is to display conceptually the relationship and interaction between matter of human resources training and the information age. Fast development from industrial community to an information community has occurred and organizations have been seeking ways to overcome this change. Human resources policy and human capital with enhanced competence will have direct impact on work performance; therefore, this paper deals with the increased importance of human resource management due to the fact that it nurtures human capital. Researching and scanning are used as a method in this study. Both local and foreign literature and expert views are employed -as much as one could be- in the making of the theoretical framework of this study.Keywords: human resources, information age, education, organization, occupation
Procedia PDF Downloads 37810781 The Effect of Aromatherapy with Citrus aurantium Blossom Essential Oil on Premenstrual Syndrome in University Students: A Clinical Trial Study
Authors: Neda Jamalimoghadam, Naval Heydari, Maliheh Abootalebi, Maryam Kasraeian, M. Emamghoreishi , Akbarzadeh Marzieh
Abstract:
Background: The aim was to investigate the effect of aromatherapy using Citrus aurantium blossom essential oil on premenstrual syndrome in university students. Methods: In this double-blind clinical trial was controlled on 62 students from March 2016 to February 2017. The intervention with 0.5% of C. Aurantium blossom essential oil and control was inhalation of odorless sweet almond oil in the luteal phase of the menstrual cycle. The screening questionnaire (PSST) for PMSwas filled out before and also one and two months after the intervention. Results: Mean score of overall symptoms of PMS between the Bitter orange and control groups In the first (p < 0.003) and second months (p < 0.001) of the intervention was significant. Besides, decreased the mean score of psychological symptoms in the intervention group (p < 0.001), but on physical symptoms and social function were not significant (p > 0.05). Conclusion: The aromatherapy with Citrus aurantium blossom improved the symptoms of premenstrual syndrome.Keywords: aromatherapy, Citrus Aurantium, premenstrual syndrome, oil, students
Procedia PDF Downloads 23010780 Mayan Culture and Attitudes towards Sustainability
Authors: Sarah Ryu
Abstract:
Agricultural methods and ecological approaches employed by the pre-colonial Mayans may provide valuable insights into forest management and viable alternatives for resource sustainability in the face of major deforestation across Central and South America.Using a combination of observation data collected from the modern indigenous inhabitants near Mixco in Guatemala and historical data, this study was able to create a holistic picture of how the Maya maintained their ecosystems. Surveys and observations were conducted in the field, over a period of twelve weeks across two years. Geographic and archaeological data for this area was provided by Guatemalan organizations such as the Universidad de San Carlos de Guatemala. Observations of current indigenous populations around Mixco showed that they adhered to traditional Mayan methods of agriculture, such as terrace construction and arboriculture. Rather than planting one cash crop as was done by the Spanish, indigenous peoples practice agroforestry, cultivating forests that would provide trees for construction material, wild plant foods, habitat for game, and medicinal herbs. The emphasis on biodiversity prevented deforestation and created a sustainable balance between human consumption and forest regrowth. Historical data provided by MayaSim showed that the Mayans successfully maintained their ecosystems from about 800BCE to 700CE. When the Mayans practiced natural resource conservation and cultivated a harmonious relationship with the forest around them, they were able to thrive and prosper alongside nature. Having lasted over a thousand years, the Mayan empire provides a valuable lesson in sustainability and human attitudes towards the environment.Keywords: biodiversity, forestry, mayan, sustainability
Procedia PDF Downloads 17810779 A Case for Q-Methodology: Teachers as Policymakers
Authors: Thiru Vandeyar
Abstract:
The present study set out to determine how Q methodology may be used as an inclusive education policy development process. Utilising Q-methodology as a strategy of inquiry, this qualitative instrumental case study set out to explore how teachers, as a crucial but often neglected human resource, may be included in developing policy. A social constructivist lens and the theoretical moorings of Proudford’s emancipatory approach to educational change anchored in teachers’ ‘writerly’ interpretation of policy text was employed. Findings suggest that Q-method is a unique research approach to include teachers’ voices in policy development. Second, that beliefs, attitudes, and professionalism of teachers to improve teaching and learning using ICT are integral to policy formulation. The study indicates that teachers have unique beliefs about what statements should constitute a school’s information and communication (ICT) policy. Teachers’ experiences are an extremely valuable resource in and should not be ignored in the policy formulation process.Keywords: teachers, q-methodology, education policy, ICT
Procedia PDF Downloads 9210778 A Study on Design for Parallel Test Based on Embedded System
Authors: Zheng Sun, Weiwei Cui, Xiaodong Ma, Hongxin Jin, Dongpao Hong, Jinsong Yang, Jingyi Sun
Abstract:
With the improvement of the performance and complexity of modern equipment, automatic test system (ATS) becomes widely used for condition monitoring and fault diagnosis. However, the conventional ATS mainly works in a serial mode, and lacks the ability of testing several equipments at the same time. That leads to low test efficiency and ATS redundancy. Especially for a large majority of equipment under test, the conventional ATS cannot meet the requirement of efficient testing. To reduce the support resource and increase test efficiency, we propose a method of design for the parallel test based on the embedded system in this paper. Firstly, we put forward the general framework of the parallel test system, and the system contains a central management system (CMS) and several distributed test subsystems (DTS). Then we give a detailed design of the system. For the hardware of the system, we use embedded architecture to design DTS. For the software of the system, we use test program set to improve the test adaption. By deploying the parallel test system, the time to test five devices is now equal to the time to test one device in the past. Compared with the conventional test system, the proposed test system reduces the size and improves testing efficiency. This is of great significance for equipment to be put into operation swiftly. Finally, we take an industrial control system as an example to verify the effectiveness of the proposed method. The result shows that the method is reasonable, and the efficiency is improved up to 500%.Keywords: parallel test, embedded system, automatic test system, automatic test system (ATS), central management system, central management system (CMS), distributed test subsystems, distributed test subsystems (DTS)
Procedia PDF Downloads 30710777 The Integrated Water Management of the Northern Saharan Aquifer System in a Climatic Changes Context
Authors: Mohamed Redha Menani
Abstract:
The Northern Saharan aquifer system “SASS” shared by Algeria, Libya, and Tunisia, covers a surface of about 1 100 000 km². It is composed of superposed aquifers; the upper one is the “Continental terminal – CT” (Eocene calcareous formation) situated at 400 m depth in average, while the” Continental Intercalaire – CI”(clay sands from Albian to Lower Cretaceous) is generally at 1500 m depth. This aquifer system is situated in a dry zone with a very weak current recharge but with a non-renewable big volume stored, estimated between 20 000 and 31 000 km³. From 1970 to nowadays, the exploitation of the SASS has increased from 0.6 to more than 2.5 km³/year. This situation provoked risks of water salinisation, reduction of the artesianisme, an increase of drawdowns, etc. which seriously threaten the sustainable socioeconomic development engaged in the SASS zone. Face the water shortage induced by the alarming dryness noted these last years, particularly in the MENA region, the joint management of this system by the three concerned countries, engaged for many years, needs a long-term strategy of integrated water resources management to meet the expected socio-economic goals projected not only in the SASS zone but also in other places, by water transfers. The sustainable management of this extensive aquifer system, aiming to satisfy various needs not only in the areas covered by the SASS but also in other areas through hydraulic transfers, can only be considered if this management is genuinely coordinated, incorporating schemes that primarily address the major constraint of climate change, which has been observed worldwide over the past two decades and is intensifying. In this particular climate context, management schemes must necessarily target several aspects, including (i) Updating the state of water resource exploitation in the SASS. (ii) Guiding agricultural usage as the primary consumer to ensure significant water savings. (iii) Constant monitoring through a network of piezometers to control the physicochemical parameters of the exploited aquifers. (iv) Other aspects related to governance within the framework of integrated management must also be taken into consideration, particularly environmental aspects and conflict resolution. However, problems, especially political ones as currently seen in Libya, may limit or at least disrupt the prospects of coordinated and sustainable management of this aquifer system, which is vital for the three countries.Keywords: transboundary water resources, SASS, governance, climatic changes
Procedia PDF Downloads 8710776 Working Capital Management Effectiveness
Authors: Asif Iqbal
Abstract:
Working capital management has its effect on liquidity as well as on profitability of a firm. In this research we have selected a sample of 100 respondents whose firms are listed on Karachi stock exchange. We have studied the effect of different variable s of working capital management. We find that organizations throughout the world as well as in Pakistan have to give immense recognition to the working capital management as it is an effective thing from their long term perspective especially to their shareholders to have a firm confidence over the companies for investment purpose.Keywords: working capital management, Karachi stock exchange, shareholders, capital management
Procedia PDF Downloads 57710775 Evolution of Approaches to Cost Calculation in the Conditions of the Modern Russian Economy
Authors: Elena Tkachenko, Vladimir Kokh, Alina Osipenko, Vladislav Surkov
Abstract:
The modern period of development of Russian economy is fraught with a number of problems related to limitations in the use of traditional planning and financial management tools. Restrictions in the use of foreign software when performing an order of the Russian Government, on the one hand, and sanctions limiting the support of the major ERP and MRP II systems in the Russian Federation, on the other hand, entail the necessity to appeal to the basics of developing budgeting and analysis systems for industrial enterprises. Thus, cost calculation theory becomes the theoretical foundation for the development of industrial cost management systems. Based on the foregoing, it would be fair to make an assumption that the development of a working managerial accounting model on an industrial enterprise using an automated enterprise resource management system should rest upon the concept of the inevitability of alterations of business processes. On the other hand, optimized business processes make the architecture of financial analytics more transparent and permit the use of all the benefits of data cubes. The metrics and indicator slices provide online assessment of the state of key business processes at a given moment of time, which improves the quality of managerial decisions considerably. Therefore, the bilateral sanctions situation boosted the development of corporate business analytics and took industrial companies to the next level of understanding of business processes.Keywords: cost culculation, ERP, OLAP, modern Russian economy
Procedia PDF Downloads 22510774 Synchronized Vehicle Routing for Equitable Resource Allocation in Food Banks
Authors: Rabiatu Bonku, Faisal Alkaabneh
Abstract:
Inspired by a food banks distribution operation for non-profit organization, we study a variant synchronized vehicle routing problem for equitable resource allocation. This research paper introduces a Mixed Integer Programming (MIP) model aimed at addressing the complex challenge of efficiently distributing vital resources, particularly for food banks serving vulnerable populations in urban areas. Our optimization approach places a strong emphasis on social equity, ensuring a fair allocation of food to partner agencies while minimizing wastage. The primary objective is to enhance operational efficiency while guaranteeing fair distribution and timely deliveries to prevent food spoilage. Furthermore, we assess four distinct models that consider various aspects of sustainability, including social and economic factors. We conduct a comprehensive numerical analysis using real-world data to gain insights into the trade-offs that arise, while also demonstrating the models’ performance in terms of fairness, effectiveness, and the percentage of food waste. This provides valuable managerial insights for food bank managers. We show that our proposed approach makes a significant contribution to the field of logistics optimization and social responsibility, offering valuable insights for improving the operations of food banks.Keywords: food banks, humanitarian logistics, equitable resource allocation, synchronized vehicle routing
Procedia PDF Downloads 6810773 Planning and Management Options for Pastoral Resource: Case of Mecheria Region, Algeria
Authors: Driss Haddouche
Abstract:
Pastoral crisis in Algeria has its origins in rangeland degradation which are the main factor in any activity in the steppe zones. Indeed, faced with the increasing human and animal population on a living space smaller and smaller, there is an overuse of what remains of the steppe range lands, consequently the not sustainability of biomass production. Knowing the amount of biomass available, the practice of grazing options, taking into account the use of "Use Factor" factor remains an essential method for managing pastoral resources. This factor has three options: at 40% Conservative pasture; at 60 % the beginning of overgrazing; at 80% destructive grazing. Accessibility on the pasture is based on our field observations of a type any flock along a grazing cycle. The main purpose of these observations is to highlight the speed of herd grazing situation. Several individuals from the herd were timed to arrive at an average duration of about 5 seconds to move between two tufts of grass, separated by a distance of one meter. This gives a rate of 5 s/m (0.72 km/h) flat. This speed varies depending on the angle of the slope. Knowing the speed and slope of each pixel of the study area, given by the digital elevation model of Spot Image (MNE) and whose pitch is 15 meters, a map of pasture according to the distances is generated. Knowing the stocking and biomass available, the examination of the common Mécheria at regular distances (8.64 km or 12 hours of grazing, 17.28 km or 24 hours of grazing and 25.92 Km or 36 hours of grazing), offers three different options (conservation grazing resource: utilization at 40%; overgrazing statements for use at 60% and grazing destructive for use by more than 80%) for each distance traveled by sheep from the starting point is the town of Mécheria.Keywords: pastoral crisis, biomass, animal charge, use factor, Algeria
Procedia PDF Downloads 53410772 Stakeholder Management for Successful Software Projects
Authors: Kassem Saleh
Abstract:
An alarming number of software projects fail to deliver the required functionalities within the provided budget and timeframe and with the required qualities. Some of the main reasons for this problem include bad stakeholder management, poor communications and informal change management. Informal processes to identify, engage and control stakeholders lead to these reasons. Recently, to emphasize its importance, the Project Management Institute (PMI) updated the Project Management Body of Knowledge (PMBoK) to explicitly include the stakeholder management knowledge area. This knowledge area consists of four processes to identify stakeholders, plan stakeholder management, and manage and control stakeholder engagement. The use of appropriate techniques for stakeholder management in software projects will definitely lead to higher quality and successful software. In this paper, we describe some of the proven techniques that can be used during the execution of the four processes for stakeholder management. Development of collaboration tools for automating these processes are recommended and need to be integrated in available software project management tools.Keywords: project management, stakeholder management, software development, project management body of knowledge
Procedia PDF Downloads 31710771 Improving Communication System through Router Configuration: The Nigerian Navy Experience
Authors: Saidu I. Rambo, Emmanuel O. Ibam, Sunday O. Adewale
Abstract:
The configuration of routers for effective communication in the Nigerian Navy (NN) enables the navy to improve on the current communication systems. The current system is faced with challenges that make the systems partially effective. The major implementation of the system is to configure routers using hierarchical model and obtaining a VSAT option on C-band platform. These routers will act as a link between Naval Headquarters and the Commands under it. The routers main responsibilities are to forward packets from source location to destination using a Link State Routing Protocol (LSRP). Also using the Point to Point Protocol (PPP), creates a strong encrypted password using Challenge Handshake Authentication Protocol (CHAP) which uses one-way hash function of Message Digest 5 (MD5) to provide complete protection against hackers/intruders. Routers can be configured using a Linux operating system or internet work operating system in the Microsoft platform. With this, system packets can be forwarded to various locations more effectively than the present system being used.Keywords: C-band, communication, router, VSAT
Procedia PDF Downloads 36910770 Support of Knowledge Sharing in Manufacturing Companies: A Case Study
Authors: Zuzana Crhová, Karel Kolman, Drahomíra Pavelková
Abstract:
Knowledge is considered as an important asset which can help organizations to create competitive advantage. The necessity of taking care of these assets is more important in these days – in days of turbulent changes in business environment. Knowledge could facilitate adaption to constant changes. The aim of this paper is to describe how the knowledge sharing can be supported in the manufacturing companies. The methods of case studies and grounded theory were used to present information gained by carrying out semi-structured interviews. Results show that knowledge sharing is supported in very similar ways in respondent companies.Keywords: case study, human resource management, knowledge, knowledge sharing
Procedia PDF Downloads 457