Search results for: health services in a developing nation
15492 European Standardization in Nanotechnologies and Relation with International Work: The Standardization Can Help Industry and Regulators in Developing Safe Products
Authors: Patrice Conner
Abstract:
Nanotechnologies have enormous potential to contribute to human flourishing in responsible and sustainable ways. They are rapidly developing field of science, technology and innovation. As enabling technologies, their full scope of applications is potentially very wide. Major implications are expected in many areas, e.g. healthcare, information and communication technologies, energy production and storage, materials science/chemical engineering, manufacturing, environmental protection, consumer products, etc. However, nanotechnologies are unlikely to realize their full potential unless their associated societal and ethical issues are adequately attended. Namely nanotechnologies and nanoparticles may expose humans and the environment to new health risks, possibly involving quite different mechanisms of interference with the physiology of human and environmental species. One of the building blocks of the ‘safe, integrated and responsible’ approach is standardization. Both the Economic and Social Committee and the European Parliament have highlighted the importance to be attached to standardization as a means to accompany the introduction on the market of nanotechnologies and nanomaterials, and a means to facilitate the implementation of regulation. ISO and CEN have respectively started in 2005 and 2006 to deal with selected topics related to this emerging and enabling technology. In the beginning of 2010, EC DG ‘Enterprise and Industry’ addressed the mandate M/461 to CEN, CENELEC and ETSI for standardization activities regarding nanotechnologies and nanomaterials. Thus CEN/TC 352 ‘Nanotechnologies’ has been asked to take the leadership for the coordination in the execution of M/461 (46 topics to be standardized) and to contact relevant European and International Technical committees and interested stakeholders as appropriate (56 structures have been identified). Prior requests from M/461 deal with characterization and exposure of nanomaterials and any matters related to Health, Safety and Environment. Answers will be given to: - What are the structures and how they work? - Where are we right now and how work is going from now onwards? - How CEN’s work and targets deal with and interact with global matters in this field?Keywords: characterization, environmental protection, exposure, health risks, nanotechnologies, responsible and sustainable ways, safety
Procedia PDF Downloads 18815491 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 20315490 The Development of Digital Economy in Thailand
Authors: Danuvasin Charoen
Abstract:
This study investigates the development of the digital economy policy in Thailand. The researcher describes the importance of digital technologies for competitiveness development of the country. In addition, the researcher analyzes the components and roadmap of the digital economy policy in Thailand. Main problems and challenges of the policy were identified. The data were gathered and analyzed from secondary sources. The finding can be used to guide the implementation of the digital economy in Thailand and other developing economies.Keywords: digital economy, ICT in developing countries, Thailand, ICT development
Procedia PDF Downloads 34615489 Human Resource Management Challenges in Nigeria Under a Globalised Economy
Authors: Odeh Linus
Abstract:
The pace of globalization is increasing continuously in terms of markets for goods and services, investment opportunities across borders amongst others. Enterprises face competition from all fronts. Human resource management is not left out in this transformation crusade as it has obligation to move along with the changing demands of the globalization process. One of the objectives of this paper is to show that effective managers should constantly be aware of the changes taking place in domestic (home country) environment, as well as around the globe (international and foreign environments) on HR issues and developments. By so doing, they can scan their environment on an ongoing basis, and when they detect opportunities and/or threats, they can transform their organization to seize the opportunities and/or combat or neutralize the threats as the case may be. In this presentation, problems, issues and trends in HRM practice in Nigeria in the current period were reviewed. The factors affecting HRM and its practice in a global context and what should be the direction of the profession and its practice in Nigeria constitute the main focus of this paper.Keywords: human resource, globalization, management, developing countries
Procedia PDF Downloads 31015488 Fundamentals of Mobile Application Architecture
Authors: Mounir Filali
Abstract:
Companies use many innovative ways to reach their customers to stay ahead of the competition. Along with the growing demand for innovative business solutions is the demand for new technology. The most noticeable area of demand for business innovations is the mobile application industry. Recently, companies have recognized the growing need to integrate proprietary mobile applications into their suite of services; Companies have realized that developing mobile apps gives them a competitive edge. As a result, many have begun to rapidly develop mobile apps to stay ahead of the competition. Mobile application development helps companies meet the needs of their customers. Mobile apps also help businesses to take advantage of every potential opportunity to generate leads that convert into sales. Mobile app download growth statistics with the recent rise in demand for business-related mobile apps, there has been a similar rise in the range of mobile app solutions being offered. Today, companies can use the traditional route of the software development team to build their own mobile applications. However, there are also many platform-ready "low-code and no-code" mobile apps available to choose from. These mobile app development options have more streamlined business processes. This helps them be more responsive to their customers without having to be coding experts. Companies must have a basic understanding of mobile app architecture to attract and maintain the interest of mobile app users. Mobile application architecture refers to the buildings or structural systems and design elements that make up a mobile application. It also includes the technologies, processes, and components used during application development. The underlying foundation of all applications consists of all elements of the mobile application architecture; developing a good mobile app architecture requires proper planning and strategic design. The technology framework or platform on the back end and user-facing side of a mobile application is part of the mobile architecture of the application. In-application development Software programmers loosely refer to this set of mobile architecture systems and processes as the "technology stack."Keywords: mobile applications, development, architecture, technology
Procedia PDF Downloads 10515487 The Impact of COVID-19 on Women’s Health in Bangladesh
Authors: Dil Ware Alam, Faiza Zebeen, Sumaya Binte Masud
Abstract:
COVID-19) has impacted the whole world, including Bangladesh. The epidemic has reduced access to health care, particularly for women, creating challenges for an increasingly disadvantaged population. Women's health and well-being in Bangladesh are susceptible to a rise in domestic violence and need to be addressed quickly. The planet has been greatly influenced by Coronavirus disease 2019 (COVID-19), and Bangladesh is no difference. The pandemic has resulted in a decline in the availability of health care, notably for women's health problems, leading to an increase in difficulties for an increasingly marginalized group. Maternity care, maternal health programs, medical interventions, nutritional counseling and mental health care, are not discussed, and women's health and well-being in Bangladesh is vulnerable with a spike in domestic violence and needs to be resolved urgently.Keywords: Covid-19, mental health, reproductive health, Bangladesh
Procedia PDF Downloads 16715486 The Impact of Web Based Education on Cancer Patients’ Clinical Outcomes
Authors: F. Arıkan, Z. Karakus
Abstract:
Cancer is a widespread disease in the world and is the third reason of deaths among the chronic diseases. Educating patients and caregivers has a vital role for empowering them in managing disease and treatment's symptoms. Informing of the patients about their disease and treatment process decreases patient's distress and decisional conflicts, improves wellbeing of them, increase success of the treatment and survival. In this era, technological education methods are used for patients that have different chronic disease. Many studies indicated that especially web based patient education such as chronic obstructive lung disease; heart failure is more effective than printed materials. Web based education provide easiness to patients while they are reaching health services. It also has more advantages because of it decreases health cost and requirement of staff. It is thought that web based education may be beneficial method for cancer patient's empowerment in coping with the disease's symptoms. The aim of the study is evaluate the effectiveness of web based education for cancer patients' clinical outcomes.Keywords: cancer patients, e-learning, nursing, web based education
Procedia PDF Downloads 43015485 Paradox of Growing Adaptive Capacities for Sustainability Transformation in Urban Water Management in Bangladesh
Authors: T. Yasmin, M. A. Farrelly, B. C. Rogers
Abstract:
Urban water governance in developing countries faces numerous challenges arising from uncontrolled urban population expansion, water pollution, greater economic push and more recently, climate change impact while undergoing transitioning towards a sustainable system. Sustainability transition requires developing adaptive capacities of the socio-ecological and socio-technical system to be able to deal with complexity. Adaptive capacities deliver strategies to connect individuals, organizations, agencies and institutions at multiple levels for dealing with such complexity. Understanding the level of adaptive capacities for sustainability transformation thus has gained significant research attention within developed countries, much less so in developing countries. Filling this gap, this article develops a conceptual framework for analysing the level of adaptive capacities (if any) within a developing context. This framework then applied to the chronological development of urban water governance strategies in Bangladesh for almost two centuries. The chronological analysis of governance interventions has revealed that crisis (public health, food and natural hazards) became the opportunities and thus opened the windows for experimentation and learning to occur as a deviation from traditional practices. Self-organization and networks thus created the platform for development or disruptions to occur for creating change. Leadership (internal or external) is important for nurturing and upscaling theses development or disruptions towards guiding policy vision and targets as well as championing ground implementation. In the case of Bangladesh, the leadership from the international and national aid organizations and targets have always lead the development whereas more often social capital tools (trust, power relations, cultural norms) act as disruptions. Historically, this has been evident in the development pathways of urban water governance in Bangladesh. Overall this research has shown some level of adaptive capacities is growing for sustainable urban growth in big cities, nevertheless unclear regarding the growth in medium and small cities context.Keywords: adaptive capacity, Bangladesh, sustainability transformation, water governance
Procedia PDF Downloads 39215484 Collaborative Economy in Developing Countries: Perspectives from the Philippines
Authors: Ivy Jessen Galvan
Abstract:
Over the past decade, a phenomenon has emerged at the frontier of the digital economy: a wave of ‘disruptive’ technologies that offer digital solutions to variety of everyday problems, challenging the way traditional industries operate. Most of these disruptive technologies are applications ('apps') that rely on the Internet to connect people to people for sharing, selling, renting, or lending, creating a unique economic model wherein users provide for other users’ demand – called 'collaborative economy.' Although collaborative economy is spreading in every part of the world, there may be different ways in which this phenomenon is unfolding throughout the developing countries. In this study, the characteristics of collaborative economy in the Philippines are highlighted and compared from observations in the developed world. The paper looks at two leading collaborative economy ventures in the Philippines – Grab and Shopee – probing into how these smartphone-based platforms place technology into the 'micro-frictions' of the Philippine developing context. Using framing analysis on interviews conducted among Grab and Shopee users in Metro Manila, three frames have been identified: 1) metropolitan solution; 2) financial inclusion and; 3) formalization of labor. This research contextualizes the Fourth Industrial Revolution in ASEAN by analyzing the effect of a digital economy in everyday life.Keywords: ASEAN Unicorns, collaborative economy, developing countries, fourth industrial revolution
Procedia PDF Downloads 11615483 An Approach for Ensuring Data Flow in Freight Delivery and Management Systems
Authors: Aurelija Burinskienė, Dalė Dzemydienė, Arūnas Miliauskas
Abstract:
This research aims at developing the approach for more effective freight delivery and transportation process management. The road congestions and the identification of causes are important, as well as the context information recognition and management. The measure of many parameters during the transportation period and proper control of driver work became the problem. The number of vehicles per time unit passing at a given time and point for drivers can be evaluated in some situations. The collection of data is mainly used to establish new trips. The flow of the data is more complex in urban areas. Herein, the movement of freight is reported in detail, including the information on street level. When traffic density is extremely high in congestion cases, and the traffic speed is incredibly low, data transmission reaches the peak. Different data sets are generated, which depend on the type of freight delivery network. There are three types of networks: long-distance delivery networks, last-mile delivery networks and mode-based delivery networks; the last one includes different modes, in particular, railways and other networks. When freight delivery is switched from one type of the above-stated network to another, more data could be included for reporting purposes and vice versa. In this case, a significant amount of these data is used for control operations, and the problem requires an integrated methodological approach. The paper presents an approach for providing e-services for drivers by including the assessment of the multi-component infrastructure needed for delivery of freights following the network type. The construction of such a methodology is required to evaluate data flow conditions and overloads, and to minimize the time gaps in data reporting. The results obtained show the possibilities of the proposing methodological approach to support the management and decision-making processes with functionality of incorporating networking specifics, by helping to minimize the overloads in data reporting.Keywords: transportation networks, freight delivery, data flow, monitoring, e-services
Procedia PDF Downloads 12515482 Effects of Financial Development on Economic Growth in South Asia
Authors: Anupam Das
Abstract:
Although financial liberalization has been one of the most important policy prescriptions of international organizations like the World Bank and the IMF, the effect of financial liberalization on economic growth in developing countries is far from unanimous. Since the '80s, South Asian countries made a significant development in liberalization the financial sector. However, due to unavailability of a sufficient number of time series observations, the relationship between economic growth and financial development has not been investigated adequately. We aim to fill this gap by examining time series data of five developing countries from the South Asian region: Bangladesh, India, Pakistan, Sri Lanka, and Nepal. Applying the cointegration tests and Granger causality within the vector error correction model (VECM), we do not find unanimous evidence of financial development on positive economic growth. These results are helpful for developing countries which have been trying to liberalize the financial sector in recent decades.Keywords: economic growth, financial development, Granger causality, South Asia
Procedia PDF Downloads 37015481 A Study of Fecal Sludge Management in Auroville and Its Surrounding Villages in Tamilnadu, India
Authors: Preethi Grace Theva Neethi Dhas
Abstract:
A healthy human gut microbiome has commensal and symbiotic functions in digestion and is a decisive factor for human health. The soil microbiome is a crucial component in the ecosystem of soils and their health and resilience. Changes in soil microbiome are linked to human health. Ever since the industrial era, the human and the soil microbiome have been going through drastic changes. The soil microbiome has changed due to industrialization and extensive agricultural practices, whereas humans have less contact with soil and increased intake of highly processed foods, leading to changes in the human gut microbiome. Regenerating the soil becomes crucial in maintaining a healthy ecosystem. The nutrients, once obtained from the soil, need to be given back to the soil. Soil degradation needs to be addressed in effective ways, like adding organic nutrients back to the soil. Manure from animals and humans needs to be returned to the soil, which can complete the nutrient cycle in the soil. On the other hand, fecal sludge management (FSM) is a growing concern in many parts of the developing world. Hence, it becomes crucial to treat and reuse fecal sludge in a safe manner, i.e., low in risk to human health. Co-composting fecal sludge with organic wastes is a practice that allows the safe management of fecal sludge and the safe application of nutrients to the soil. This paper will discuss the possible impact of co-composting fecal sludge with coconut choir waste on the soil, water, and ecosystem at large. Impact parameters like nitrogen, phosphorus, and fecal coliforms will be analyzed. The overall impact of fecal sludge application on the soil will be researched and presented in this study.Keywords: fecal sludge management, nutrient cycle, soil health, composting
Procedia PDF Downloads 7515480 An Architectural Approach for the Dynamic Adaptation of Services-Based Software
Authors: Mohhamed Yassine Baroudi, Abdelkrim Benammar, Fethi Tarik Bendimerad
Abstract:
This paper proposes software architecture for dynamical service adaptation. The services are constituted by reusable software components. The adaptation’s goal is to optimize the service function of their execution context. For a first step, the context will take into account just the user needs but other elements will be added. A particular feature in our proposition is the profiles that are used not only to describe the context’s elements but also the components itself. An adapter analyzes the compatibility between all these profiles and detects the points where the profiles are not compatibles. The same Adapter search and apply the possible adaptation solutions: component customization, insertion, extraction or replacement.Keywords: adaptative service, software component, service, dynamic adaptation
Procedia PDF Downloads 29815479 Improving Post Release Outcomes
Authors: Michael Airton
Abstract:
This case study examines the development of a new service delivery model for prisons that focuses on using NGO’s to provide more effective case management and post release support functions. The model includes the co-design of the service delivery model and innovative commercial agreements that encourage embedded service providers within the prison and continuity of services post release with outcomes based payment mechanisms. The collaboration of prison staff, probation and parole officers and NGO’s is critical to the success of the model and its ability to deliver value and positive outcomes in relation to desistance from offending.Keywords: collaborative service delivery, desistance, non-government organisations, post release support services
Procedia PDF Downloads 38915478 A Unique Immunization Card for Early Detection of Retinoblastoma
Authors: Hiranmoyee Das
Abstract:
Aim. Due to late presentation and delayed diagnosis mortality rate of retinoblastoma is more than 50% in developing counties. So to facilitate the diagnosis, to decrease the disease and treatment burden and to increase the disease survival rate, an attempt was made for early diagnosis of Retinoblastoma by including fundus examination in routine immunization programs. Methods- A unique immunization card is followed in a tertiary health care center where examination of pupillary reflex is made mandatory in each visit of the child for routine immunization. In case of any abnormality, the child is referred to the ophthalmology department. Conclusion- Early detection is the key in the management of retinoblastoma. Every child is brought to the health care system at least five times before the age of 2 years for routine immunization. We should not miss this golden opportunity for early detection of retinoblastoma.Keywords: retinoblastoma, immunization, unique, early
Procedia PDF Downloads 19715477 Maternal Health Care Mirage: A Study of Maternal Health Care Utilization for Young Married Muslim Women in India
Authors: Saradiya Mukherjee
Abstract:
Background: Indian Muslims, compared to their counterparts in other religions, generally do not fare well on many yardsticks related to socio-economic progress and the same is true with maternal health care utilization. Due to low age at marriage a major percentage of child birth is ascribed to young (15-24 years) Muslim mothers in, which pose serious concerns on the maternal health care of Young Married Muslim women (YMMW). A thorough search of past literature on Muslim women’s health and health care reveals that studies in India have mainly focused on religious differences in fertility levels and contraceptive use while the research on the determinants of maternal health care utilization among Muslim women are lacking in India. Data and Methods: Retrieving data from the National Family Health Survey -3 (2005-06) this study attempts to assess the level of utilization and factors effecting three key maternal health indicators (full ANC, safe delivery and PNC) among YMMW (15-24 years) in India. The key socio-economic and demographic variables taken as independent or predictor variables in the study was guided by existing literature particularly for India. Bi-variate analysis and chi square test was applied and variables which were found to be significant were further included in binary logistic regression. Results: The findings of the study reveal abysmally low levels of utilization for all three indicators i.e. full ANC, safe delivery and PNC of maternal health care included in the study. Mother’s education, mass media exposure, women’s autonomy, birth order, economic status wanted status of child and region of residence were found to be significant variables effecting maternal health care utilization among YMMW. Multivariate analysis reveals that no mass media exposure, lower autonomy, education, poor economic background, higher birth order and unintended pregnancy are some of the reasons behind low maternal health care utilization. Conclusion: Considering the low level of safe maternal health care utilization and its proximate determinants among YMMW the study suggests educating Muslim girls, promoting family planning use, involving media and collaboration between religious leader and health care system could be some important policy level interventions to address the unmet need of maternity services among YMMW.Keywords: young Muslim women, religion, socio-economic condition, antenatal care, delivery, post natal care
Procedia PDF Downloads 33615476 Changing Emphases in Mental Health Research Methodology: Opportunities for Occupational Therapy
Authors: Jeffrey Chase
Abstract:
Historically the profession of Occupational Therapy was closely tied to the treatment of those suffering from mental illness; more recently, and especially in the U.S., the percentage of OTs identifying as working in the mental health area has declined significantly despite the estimate that by 2020 behavioral health disorders will surpass physical illnesses as the major cause of disability worldwide. In the U.S. less than 10% of OTs identify themselves as working with the mentally ill and/or practicing in mental health settings. Such a decline has implications for both those suffering from mental illness and the profession of Occupational Therapy. One reason cited for the decline of OT in mental health has been the limited research in the discipline addressing mental health practice. Despite significant advances in technology and growth in the field of neuroscience, major institutions and funding sources such as the National Institute of Mental Health (NIMH) have noted that research into the etiology and treatment of mental illness have met with limited success over the past 25 years. One major reason posited by NIMH is that research has been limited by how we classify individuals, that being mostly on what is observable. A new classification system being developed by NIMH, the Research Domain Criteria (RDoc), has the goal to look beyond just descriptors of disorders for common neural, genetic, and physiological characteristics that cut across multiple supposedly separate disorders. The hope is that by classifying individuals along RDoC measures that both reliability and validity will improve resulting in greater advances in the field. As a result of this change NIH and NIMH will prioritize research funding to those projects using the RDoC model. Multiple disciplines across many different setting will be required for RDoC or similar classification systems to be developed. During this shift in research methodology OT has an opportunity to reassert itself into the research and treatment of mental illness, both in developing new ways to more validly classify individuals, and to document the legitimacy of previously ill-defined and validated disorders such as sensory integration.Keywords: global mental health and neuroscience, research opportunities for ot, greater integration of ot in mental health research, research and funding opportunities, research domain criteria (rdoc)
Procedia PDF Downloads 27515475 Mobile App Architecture in 2023: Build Your Own Mobile App
Authors: Mounir Filali
Abstract:
Companies use many innovative ways to reach their customers to stay ahead of the competition. Along with the growing demand for innovative business solutions is the demand for new technology. The most noticeable area of demand for business innovations is the mobile application industry. Recently, companies have recognized the growing need to integrate proprietary mobile applications into their suite of services; Companies have realized that developing mobile apps gives them a competitive edge. As a result, many have begun to rapidly develop mobile apps to stay ahead of the competition. Mobile application development helps companies meet the needs of their customers. Mobile apps also help businesses to take advantage of every potential opportunity to generate leads that convert into sales. Mobile app download growth statistics with the recent rise in demand for business-related mobile apps, there has been a similar rise in the range of mobile app solutions being offered. Today, companies can use the traditional route of the software development team to build their own mobile applications. However, there are also many platform-ready "low-code and no-code" mobile apps available to choose from. These mobile app development options have more streamlined business processes. This helps them be more responsive to their customers without having to be coding experts. Companies must have a basic understanding of mobile app architecture to attract and maintain the interest of mobile app users. Mobile application architecture refers to the buildings or structural systems and design elements that make up a mobile application. It also includes the technologies, processes, and components used during application development. The underlying foundation of all applications consists of all elements of the mobile application architecture, developing a good mobile app architecture requires proper planning and strategic design. The technology framework or platform on the back end and user-facing side of a mobile application is part of the mobile architecture of the application. In-application development Software programmers loosely refer to this set of mobile architecture systems and processes as the "technology stack".Keywords: mobile applications, development, architecture, technology
Procedia PDF Downloads 10215474 Effects of AI-driven Applications on Bank Performance in West Africa
Authors: Ani Wilson Uchenna, Ogbonna Chikodi
Abstract:
This study examined the impact of artificial intelligence driven applications on banks’ performance in West Africa using Nigeria and Ghana as case studies. Specifically, the study examined the extent to which deployment of smart automated teller machine impacts the banks’ net worth within the reference period in Nigeria and Ghana. It ascertained the impact of point of sale on banks’ net worth within the reference period in Nigeria and Ghana. Thirdly, it verified the extent to which webpay services can influence banks’ performance in Nigeria and Ghana and finally, determined the impact of mobile pay services on banks’ performance in Nigeria and Ghana. The study used automated teller machine (ATM), Point of sale services (POS), Mobile pay services (MOP) and Web pay services (WBP) as proxies for explanatory variables while Bank net worth was used as explained variable for the study. The data for this study were sourced from central bank of Nigeria (CBN) Statistical Bulletin as well as Bank of Ghana (BoGH) Statistical Bulletin, Ghana payment systems oversight annual report and world development indicator (WDI). Furthermore, the mixed order of integration observed from the panel unit test result justified the use of autoregressive distributed lag (ARDL) approach to data analysis which the study adopted. While the cointegration test showed the existence of cointegration among the studied variables, bound test result justified the presence of long-run relationship among the series. Again, ARDL error correction estimate established satisfactory (13.92%) speed of adjustment from long run disequilibrium back to short run dynamic relationship. The study found that while Automated teller machine (ATM) had statistically significant impact on bank net worth (BNW) of Nigeria and Ghana, point of sale services application (POS) statistically and significantly impact on bank net worth within the study period, mobile pay services application was statistically significant in impacting the changes in the bank net worth of the countries of study while web pay services (WBP) had no statistically significant impact on bank net worth of the countries of reference. The study concluded that artificial intelligence driven application have significant an positive impact on bank performance with exception of web pay which had negative impact on bank net worth. The study recommended that management of banks both in Nigerian and Ghanaian should encourage more investments in AI-powered smart ATMs aimed towards delivering more secured banking services in order to increase revenue, discourage excessive queuing in the banking hall, reduced fraud and minimize error in processing transaction. Banks within the scope of this study should leverage on modern technologies to checkmate the excesses of the private operators POS in order to build more confidence on potential customers. Government should convert mobile pay services to a counter terrorism tool by ensuring that restrictions on over-the-counter withdrawals to a minimum amount is maintained and place sanctions on withdrawals above that limit.Keywords: artificial intelligence (ai), bank performance, automated teller machines (atm), point of sale (pos)
Procedia PDF Downloads 715473 Contribution of Supply Chain Management Practices for Enhancing Healthcare Service Quality: A Quantitative Analysis in Delhi’s Healthcare Sector
Authors: Chitrangi Gupta, Arvind Bhardwaj
Abstract:
This study seeks to investigate and quantify the influence of various dimensions of supply chain management (namely, supplier relationships, compatibility, specifications and standards, delivery processes, and after-sales service) on distinct dimensions of healthcare service quality (specifically, responsiveness, trustworthiness, and security) within the operational framework of XYZ Superspeciality Hospital, situated in Delhi. The name of the Hospital is not being mentioned here because of the privacy policy of the hospital. The primary objective of this research is to elucidate the impact of supply chain management practices on the overall quality of healthcare services offered within hospital settings. Employing a quantitative research design, this study utilizes a hypothesis-testing approach to systematically discern the relationship between supply chain management dimensions and the quality of health services. The findings of this study underscore the significant influence exerted by supply chain management dimensions, specifically supplier relationships, specifications and standards, delivery processes, and after-sales service, on the enhancement of healthcare service quality. Moreover, the study's results reveal that demographic factors such as gender, qualifications, age, and experience do not yield discernible disparities in the relationship between supply chain management and healthcare service quality.Keywords: supply chain management, healthcare, hospital operations, service delivery
Procedia PDF Downloads 6715472 Islamic Perspective on Autism Spectrum Disorder: Lived Experience of Muslim Families of Children with Autism Spectrum Disorder in a City in the UK
Authors: Hawa Khan
Abstract:
Autism is a complex disorder related to abnormalities in the development of brain structure and neurological function and a new phenomenon which is epidemically on the increase. The Muslim community, with its profound commitment to the all-encompassing Islamic precedence, views all phenomena in the light of religious imperatives. How autism is understood and treated in these communities is key to successful inclusive services. Moreover, parents mentioned their Islamic faith as a coping mechanism for the challenges they faced while caring for their child. This study utilises interpretative phenomenology analysis as a methodology that seeks to interpret the meaning the participants make of their experiences, which extends descriptive analysis. Semi-structured interviews were conducted with 5 family units that included fathers, mothers, grandparents, and siblings. In the preliminary stage, this study found families give high importance of accessible Islamic education for their child and questioning the accountability of the child who might not be able to follow the Islamic way of life entirely or understand the concept of Allah. Moreover, the families expressed their beliefs in traditional and religious treatment as an effective way to treat and cure autism. This poses a major barrier between families seeking support and professionals providing services. Consequentially, it can also result in a low uptake of mainstream services from the Muslim community. Exploring the lived experiences of parents from the Muslim community and how ASD is conceptualised in this community could have implications for improved and effective home, community, and service collaboration.Keywords: autism spectrum disorder, Islamic education, religious beliefs, mainstream services
Procedia PDF Downloads 11715471 Problem Gambling in the Conceptualization of Health Professionals: A Qualitative Analysis of the Discourses Produced by Psychologists, Psychiatrists and General Practitioners
Authors: T. Marinaci, C. Venuleo
Abstract:
Different conceptualizations of disease affect patient care. This study aims to address this gap. It explores how health professionals conceptualize gambling problem, addiction and the goals of recovery process. In-depth, semi-structured, open-ended interviews were conducted with Italian psychologists, psychiatrists, general practitioners, and support staff (N= 114), working within health centres for the treatment of addiction (public health services or therapeutic communities) or medical offices. A Lexical Correspondence Analysis (LCA) was applied to the verbatim transcripts. LCA allowed to identify two main factorial dimensions, which organize similarity and dissimilarity in the discourses of the interviewed. The first dimension labelled 'Models of relationship with the problem', concerns two different models of relationship with the health problem: one related to the request for help and the process of taking charge and the other related to the identification of the psychopathology underlying the disorder. The second dimension, labelled 'Organisers of the intervention' reflects the dialectic between two ways to address the problem. On the one hand, they are the gambling dynamics and its immediate life-consequences to organize the intervention (whatever the request of the user is); on the other hand, they are the procedures and the tools which characterize the health service to organize the way the professionals deal with the user’ s problem (whatever it is and despite the specify of the user’s request). The results highlight how, despite the differences, the respondents share a central assumption: understanding gambling problem implies the reference to the gambler’s identity, more than, for instance, to the relational, social, cultural or political context where the gambler lives. A passive stance is attributed to the user, who does not play any role in the definition of the goal of the intervention. The results will be discussed to highlight the relationship between professional models and users’ ways to understand and deal with the problems related to gambling.Keywords: cultural models, health professionals, intervention models, problem gambling
Procedia PDF Downloads 15415470 Health Economics in the Cost-Benefit Analysis of Transport Schemes
Authors: Henry Kelly, Helena Shaw
Abstract:
This paper will seek how innovative methods from Health Economics and, to a lesser extent, wellbeing analysis can be applied in the Cost-Benefit Analysis (CBA) of transport infrastructure and policy interventions. The context for this will focus on the framework articulated by the UK Treasury (finance department) and the English Department for Transport. Both have well-established methods for undertaking CBA, but there is increased policy interest, particularly at a regional level of exploring broader strategic goals beyond those traditionally associated with transport user benefits, productivity gains, and labour market access. Links to different CBA approaches internationally, such as New Zealand, France, and Wales will be referenced. By exploring a complementary method of accessing the impacts of policies through the quantification of health impacts is a fruitful line to explore. In a previous piece of work, 14 impact pathways were identified, mapping the relationship between transport and health. These are wide-ranging, from improved employment prospects, the stress of unreliable journey times, and air quality to isolation and loneliness. Importantly, we will consider these different measures of health from an intersectional point of view to ensure that the basis that remains in the health industry does not get translated across to this work. The objective is to explore how a CBA based on these pathways may, through quantifying forecast impacts in terms of Quality-Adjusted Life Years may, produce different findings than a standard approach. Of particular interest is how a health-based approach may have different distributional impacts on socio-economic groups and may favour distinct types of interventions. Consideration will be given to the degree this approach may double-count impacts or if it is possible to identify additional benefits to the established CBA approach. The investigation will explore a range of schemes, from a high-speed rail link, highway improvements, rural mobility hubs, and coach services to cycle lanes. The conclusions should aid the progression of methods concerning the assessment of publicly funded infrastructure projects.Keywords: cost-benefit analysis, health, QALYs transport
Procedia PDF Downloads 8015469 Application of Remote Sensing for Monitoring the Impact of Lapindo Mud Sedimentation for Mangrove Ecosystem, Case Study in Sidoarjo, East Java
Authors: Akbar Cahyadhi Pratama Putra, Tantri Utami Widhaningtyas, M. Randy Aswin
Abstract:
Indonesia as an archipelagic nation have very long coastline which have large potential marine resources, one of that is the mangrove ecosystems. Lapindo mudflow disaster in Sidoarjo, East Java requires mudflow flowed into the sea through the river Brantas and Porong. Mud material that transported by river flow is feared dangerous because they contain harmful substances such as heavy metals. This study aims to map the mangrove ecosystem seen from its density and knowing how big the impact of a disaster on the Lapindo mud to mangrove ecosystem and accompanied by efforts to address the mangrove ecosystem that maintained continuity. Mapping coastal mangrove conditions of Sidoarjo was done using remote sensing products that Landsat 7 ETM + images with dry months of recording time in 2002, 2006, 2009, and 2014. The density of mangrove detected using NDVI that uses the band 3 that is the red channel and band 4 that is near IR channel. Image processing was used to produce NDVI using ENVI 5.1 software. NDVI results were used for the detection of mangrove density is 0-1. The development of mangrove ecosystems of both area and density from year to year experienced has a significant increase. Mangrove ecosystems growths are affected by material deposition area of Lapindo mud on Porong and Brantas river estuary, where the silt is growing medium suitable mangrove ecosystem and increasingly growing. Increasing the density caused support by public awareness to prevent heavy metals in the material so that the Lapindo mud mangrove breeding done around the farm.Keywords: archipelagic nation, mangrove, Lapindo mudflow disaster, NDVI
Procedia PDF Downloads 43815468 Waste Management in Africa
Authors: Peter Ekene Egwu
Abstract:
Waste management is of critical importance in Africa for reasons related to public health, human dignity, climate resilience and environmental preservation. However, delivering waste management services requires adequate funding, which has generally been lacking in a context where the generation of waste is outpacing the development of waste management infrastructure in most cities. The sector represents a growing percentage of cities’ greenhouse gas (GHG) emissions, and some of the African cities profiled in this study are now designing waste management strategies with emission reduction in mind.Keywords: management waste material, Africa, uses of new technology to manage waste, waste management
Procedia PDF Downloads 7615467 Assessing the Efficiency of Sports Stadiums in India: An Explorative Study of Socio-Economic Sustainability
Authors: Shivam Adhikary
Abstract:
Sports stadiums are not merely public amenities for entertainment and recreation for a city. They are buildings with extremely high construction investment and running costs which holds the supreme responsibility of social integration, nation building and financial upliftment of the community apart from its primary motive of conducting and promotion of the sports. But the present scenario of sports performances at international events and growing physical inactivity among the youth in India show that the sports facilities are far behind in achieving these goals. A pilot study of Indira Gandhi Sports complex in Vijayawada, Andhra Pradesh gave an indication of underutilization of sports stadia in India. This probed a crying need for the assessment of the present usage and functioning of the major sports (non-cricketing) facilities within the country. This paper assesses the sustainability of stadiums built for national and international sporting (non-cricket) events in terms of sporting, socio-cultural and financial sustainability by mainly focusing on their usage in non-event days. The criteria for the assessment and comparison of the stadiums within the nation is done using World Stadium Index and GDI (Gross Domestic Income) while with international counterparts using WSI and GNI (Gross National Income). The pilot case of India Gandhi Sports complex in Vijayawada is further investigated for a deeper understanding of the present usage, the existing issues for its underutilization and the way-forward (at least a few) to reach its sustainable potential. The paper finally concludes with the discussion on whether sports stadiums are being utilized to its financial potential and if it is at par with its international counterparts.Keywords: economic sustainability, social sustainability, sports infrastructure, stadium efficiency
Procedia PDF Downloads 20015466 Servant Leadership for Elder Care in St. Camillus Health Systems, USA
Authors: Anthoni Jeorge
Abstract:
Throughout the history of the world, servant leadership has been researched, and favourable results such as individual, team, and organizational have been linked to the construct. This research paper designates St. Camillus de Lellis, a practitioner of servant leadership and founder of the Ministers of the Sick as a servant leader in his approach to care for the sick. Service is the visible face of his servant leadership. First of all, despite many challenges, St. Camillus de Lellis practiced leadership by the example of compassionate service to the sick. Second, he made service to the sick the highest priority of his life. Third, Camillus displayed servant leadership such that his manner of leadership gave birth to a New School of Service to the Sick. The paper identifies the distinctive dimensions and essential elements which characterized his service-centered leadership. Furthermore, discuss the six major characteristics of a servant leader as set forth by St. Camillus’s life example. The research illustrates the transformational power of servant leadership infield healthcare in general and, in doing so, provides servant leadership seekers ways servant leadership can transform elder care in one’s own field (St. Camillus Health Systems). Thus, it ascertains that servant leadership is best-fit for humanized elder care. Supported by the review of literature, the paper ascertains that Camillus, by identifying himself with the sick, gained deeper insights concerning the pain and suffering of the population. Uniquely drawn from his true grit, Camillus’ service-centered leadership is value-based, people-oriented, and compassion-filled. His way of service to the sick is the prolongation of gestures of mercy and compassion. It is hoped that the results of this study will help health care workers and servant leadership practitioners to humanize elder care and cultivate servant leadership attitude in their health care services to the sick. By incorporating such service-oriented elements into their leadership orientation, health care workers will be true servant leaders of the sick.Keywords: leadership, service, healthcare, compassion
Procedia PDF Downloads 16415465 Family Health in Families with Children with Autism
Authors: Teresa Isabel Lozano Pérez, Sandra Soca Lozano
Abstract:
In Cuba, the childcare is one of the programs prioritized by the Ministry of Public Health and the birth of a child becomes a desired and rewarding event for the family, which is prepared for the reception of a healthy child. When this does not happen and after the first months of the child's birth begin to appear developmental deviations that indicate the presence of a disorder, the event becomes a live event potentially negative and generates disruptions in the family health. A quantitative, descriptive, and cross-sectional research methodology was conducted to describe the impact on family health of diagnosis of autism in a sample of 25 families of children diagnosed with infantile autism at the University Pediatric Hospital Juan Manuel Marquez Havana, Cuba; in the period between January 2014 and May 2015. The sample was non probabilistic and intentional from the inclusion criteria selected. As instruments, we used a survey to identify the structure of the family, life events inventory and an instrument to assess the relative impact, adaptive resources of family and social support perceived (IRFA) to identify the diagnosis of autism as life event. The main results indicated that the majority of families studied were nuclear, small and medium and in the formation stage. All households surveyed identified the diagnosis of autism in a child as an event of great importance and negative significance for the family, taking in most of the families studied a high impact on the four areas of family health and impact enhancer of involvement in family health. All the studied families do not have sufficient adaptive resources to face this situation, sensing that they received social support frequently, mainly in information and emotional areas. We conclude that the diagnosis of autism one of the members of the families studied is valued as a life event highly significant with unfavorably way causing an enhancer impact of involvement in family health especially in the areas ‘health’ and ‘socio-psychological’. Among the social support networks health institutions, partners and friends are highlighted. We recommend developing intervention strategies in families of these children to support them in the process of adapting the diagnosis.Keywords: family, family health, infantile autism, life event
Procedia PDF Downloads 43115464 Brazil's Olympian Tragedy: Searching for Citizenship in Vila Autodromo
Authors: Rachel K. Cremona
Abstract:
Forty years ago, Vila Autodromo was a small fishing settlement in southwest Rio de Janeiro. By 2012, Vila Autodromo had established itself into a working class neighborhood – certainly not a slum, but nonetheless designated as a ‘favela’ as a consequence of its history as an illegal settlement that was thus never provided with public services. Vila Autodromo sits on a large lagoon, adjacent to the Olympic Park being constructed for the 2016 Olympic Games to be held in Rio, and looks out over the expensive high rise condominiums that have sprouted across the water. In 2009, when Rio submitted their bid for the Olympic games, there were approximately 900 families that called Vila Autodromo home, and the original plans for the games clearly show their homes remaining in place. Today, only a handful of these homes remain. This paper will utilize the case study of Vila Autodromo to examine the broader issue of Favelas in 21st century Rio de Janeiro. While race and poverty have become synonymous with Brazil’s inegalitarian social order – and personified by the thousands of favelas scattered in and around large cities like Rio and Sao Paulo – much less attention has been given to the political status of the nation’s invisible majority. In particular, this research will examine the question of citizenship and argue that the most fundamental problem of inequality in Brazil is not simply a product of history, race and social order, but more specifically a problem of ‘personhood’. The political marginalization of Brazil’s poor does not simply reinforce their social marginalization, it institutionalizes it in a way that makes it almost impossible to escape. The story of Vila Autodromo captures this problem in a way that not only illustrates the clear (though ambiguous) role of the state in the perpetuation of Brazil’s underclass, but also the human resilience that it has fostered.Keywords: citizenship, poverty, displacement, favela
Procedia PDF Downloads 43615463 Estimated Number of Mothers Suffering from Postnatal Depression
Authors: Kadhim Alabady
Abstract:
Background: Mental illnesses after childbirth are common. After childbirth, women may experience a variety of postpartum complications such as developing depression during pregnancy and after childbirth. Postpartum depression might increases the risk of developing major depression in the future. The most common is postnatal depression also known as postpartum depression that is believed to affect between 10% – 15% of mothers and the most serious, puerperal psychosis (affecting less than 1%). Purpose: This research simply applies the predictions to the population of Dubai, without any adjustment for local conditions. It is intended to help stakeholders to discuss the scale of the issue locally. Method: Applying the above rates of postnatal depression prevalence (10%–15%) to the number of total live births in Dubai 2014. Setting: Birth registry for Dubai 2011/14. Key findings: it is estimated there would be approximately 2,928–4,392 mothers suffering from postnatal depression in 2014 of which 858–1,287 were nationals and 2,070–3,105 were non–nationals. These figures are likely to fluctuate depending on the number of mothers who have twin births, and these estimates of the level of postnatal depression do not take into account related factors such as the age of the mother and education. Recommendations: To establish mother-infant psychiatric care to target women suffering from depression during pregnancy and puerperium.Keywords: post natal depression, women, mental health, birth
Procedia PDF Downloads 163