Search results for: quality measurement
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 11578

Search results for: quality measurement

10918 An Evaluation of the Impact of International Accounting Standards on Financial Reporting Quality: Evidence from Emerging Economies

Authors: Kwadwo Yeboah

Abstract:

Background and Aims: The adoption of International Accounting Standards (IAS) is considered to be one of the most significant developments in the accounting profession. The adoption of IAS aims to improve financial reporting quality by ensuring that financial information is transparent and comparable across borders. However, there is a lack of research on the impact of IAS on financial reporting quality in emerging economies. This study aims to fill this gap by evaluating the impact of IAS on financial reporting quality in emerging economies. Methods: This study uses a sample of firms from emerging economies that have adopted IAS. The sample includes firms from different sectors and industries. The financial reporting quality of these firms is measured using financial ratios, such as earnings quality, financial leverage, and liquidity. The data is analyzed using a regression model that controls for firm-specific factors, such as size and profitability. Results: The results show that the adoption of IAS has a positive impact on financial reporting quality in emerging economies. Specifically, firms that adopt IAS exhibit higher earnings quality and lower financial leverage compared to firms that do not adopt IAS. Additionally, the adoption of IAS has a positive impact on liquidity, suggesting that firms that adopt IAS have better access to financing. Conclusions: The findings of this study suggest that the adoption of IAS has a positive impact on financial reporting quality in emerging economies. The results indicate that IAS adoption can improve transparency and comparability of financial information, which can enhance the ability of investors to make informed investment decisions. The study contributes to the literature by providing evidence of the impact of IAS adoption in emerging economies. The findings of this study have implications for policymakers and regulators in emerging economies, as they can use this evidence to support the adoption of IAS and improve financial reporting quality in their respective countries.

Keywords: accounting, international, standards, finance

Procedia PDF Downloads 62
10917 A POX Controller Module to Collect Web Traffic Statistics in SDN Environment

Authors: Wisam H. Muragaa, Kamaruzzaman Seman, Mohd Fadzli Marhusin

Abstract:

Software Defined Networking (SDN) is a new norm of networks. It is designed to facilitate the way of managing, measuring, debugging and controlling the network dynamically, and to make it suitable for the modern applications. Generally, measurement methods can be divided into two categories: Active and passive methods. Active measurement method is employed to inject test packets into the network in order to monitor their behaviour (ping tool as an example). Meanwhile the passive measurement method is used to monitor the traffic for the purpose of deriving measurement values. The measurement methods, both active and passive, are useful for the collection of traffic statistics, and monitoring of the network traffic. Although there has been a work focusing on measuring traffic statistics in SDN environment, it was only meant for measuring packets and bytes rates for non-web traffic. In this study, a feasible method will be designed to measure the number of packets and bytes in a certain time, and facilitate obtaining statistics for both web traffic and non-web traffic. Web traffic refers to HTTP requests that use application layer; while non-web traffic refers to ICMP and TCP requests. Thus, this work is going to be more comprehensive than previous works. With a developed module on POX OpenFlow controller, information will be collected from each active flow in the OpenFlow switch, and presented on Command Line Interface (CLI) and wireshark interface. Obviously, statistics that will be displayed on CLI and on wireshark interfaces include type of protocol, number of bytes and number of packets, among others. Besides, this module will show the number of flows added to the switch whenever traffic is generated from and to hosts in the same statistics list. In order to carry out this work effectively, our Python module will send a statistics request message to the switch requesting its current ports and flows statistics in every five seconds; while the switch will reply with the required information in a message called statistics reply message. Thus, POX controller will be notified and updated with any changes could happen in the entire network in a very short time. Therefore, our aim of this study is to prepare a list for the important statistics elements that are collected from the whole network, to be used for any further researches; particularly, those that are dealing with the detection of the network attacks that cause a sudden rise in the number of packets and bytes like Distributed Denial of Service (DDoS).

Keywords: mininet, OpenFlow, POX controller, SDN

Procedia PDF Downloads 211
10916 A Generative Pretrained Transformer-Based Question-Answer Chatbot and Phantom-Less Quantitative Computed Tomography Bone Mineral Density Measurement System for Osteoporosis

Authors: Mian Huang, Chi Ma, Junyu Lin, William Lu

Abstract:

Introduction: Bone health attracts more attention recently and an intelligent question and answer (QA) chatbot for osteoporosis is helpful for science popularization. With Generative Pretrained Transformer (GPT) technology developing, we build an osteoporosis corpus dataset and then fine-tune LLaMA, a famous open-source GPT foundation large language model(LLM), on our self-constructed osteoporosis corpus. Evaluated by clinical orthopedic experts, our fine-tuned model outperforms vanilla LLaMA on osteoporosis QA task in Chinese. Three-dimensional quantitative computed tomography (QCT) measured bone mineral density (BMD) is considered as more accurate than DXA for BMD measurement in recent years. We develop an automatic Phantom-less QCT(PL-QCT) that is more efficient for BMD measurement since no need of an external phantom for calibration. Combined with LLM on osteoporosis, our PL-QCT provides efficient and accurate BMD measurement for our chatbot users. Material and Methods: We build an osteoporosis corpus containing about 30,000 Chinese literatures whose titles are related to osteoporosis. The whole process is done automatically, including crawling literatures in .pdf format, localizing text/figure/table region by layout segmentation algorithm and recognizing text by OCR algorithm. We train our model by continuous pre-training with Low-rank Adaptation (LoRA, rank=10) technology to adapt LLaMA-7B model to osteoporosis domain, whose basic principle is to mask the next word in the text and make the model predict that word. The loss function is defined as cross-entropy between the predicted and ground-truth word. Experiment is implemented on single NVIDIA A800 GPU for 15 days. Our automatic PL-QCT BMD measurement adopt AI-associated region-of-interest (ROI) generation algorithm for localizing vertebrae-parallel cylinder in cancellous bone. Due to no phantom for BMD calibration, we calculate ROI BMD by CT-BMD of personal muscle and fat. Results & Discussion: Clinical orthopaedic experts are invited to design 5 osteoporosis questions in Chinese, evaluating performance of vanilla LLaMA and our fine-tuned model. Our model outperforms LLaMA on over 80% of these questions, understanding ‘Expert Consensus on Osteoporosis’, ‘QCT for osteoporosis diagnosis’ and ‘Effect of age on osteoporosis’. Detailed results are shown in appendix. Future work may be done by training a larger LLM on the whole orthopaedics with more high-quality domain data, or a multi-modal GPT combining and understanding X-ray and medical text for orthopaedic computer-aided-diagnosis. However, GPT model gives unexpected outputs sometimes, such as repetitive text or seemingly normal but wrong answer (called ‘hallucination’). Even though GPT give correct answers, it cannot be considered as valid clinical diagnoses instead of clinical doctors. The PL-QCT BMD system provided by Bone’s QCT(Bone’s Technology(Shenzhen) Limited) achieves 0.1448mg/cm2(spine) and 0.0002 mg/cm2(hip) mean absolute error(MAE) and linear correlation coefficient R2=0.9970(spine) and R2=0.9991(hip)(compared to QCT-Pro(Mindways)) on 155 patients in three-center clinical trial in Guangzhou, China. Conclusion: This study builds a Chinese osteoporosis corpus and develops a fine-tuned and domain-adapted LLM as well as a PL-QCT BMD measurement system. Our fine-tuned GPT model shows better capability than LLaMA model on most testing questions on osteoporosis. Combined with our PL-QCT BMD system, we are looking forward to providing science popularization and early morning screening for potential osteoporotic patients.

Keywords: GPT, phantom-less QCT, large language model, osteoporosis

Procedia PDF Downloads 47
10915 Design of a Compact Herriott Cell for Heat Flux Measurement Applications

Authors: R. G. Ramírez-Chavarría, C. Sánchez-Pérez, V. Argueta-Díaz

Abstract:

In this paper we present the design of an optical device based on a Herriott multi-pass cell fabricated on a small sized acrylic slab for heat flux measurements using the deflection of a laser beam propagating inside the cell. The beam deflection is produced by the heat flux conducted to the acrylic slab due to a gradient in the refractive index. The use of a long path cell as the sensitive element in this measurement device, gives the possibility of high sensitivity within a small size device. We present the optical design as well as some experimental results in order to validate the device’s operation principle.

Keywords: heat flux, Herriott cell, optical beam deflection, thermal conductivity

Procedia PDF Downloads 627
10914 Implementation of Maqasid Sharia in Islamic Financial Institution in Indonesia

Authors: Deden Misbahudin Muayyad, Lavlimatria Esya

Abstract:

Up to the month of June 2015, Indonesia has 12 Islamic Commercial Banks, 22 Islamic Business Unit, 327 offices in 33 provinces. The initial purpose of the establishment of Islamic financial institutions is to achieve and the welfare of the people in this world and in the hereafter. To realize these goals, the Islamic financial institutions in every kind of aspect of product development and in terms of operations should be based on maqashid sharia, namely keeping the faith, keep the soul, keep the sense, maintain the property, keeping the offspring. To see whether Islamic banking grounded in maqasid sharia, the Islamic banking performance measurements based on the principles of maqasid sharia. Banking performance measurement is not only focusing on profit and other financial measures, but put other values of banks reflects the size of the benefit of non-profit in accordance with the bank's objectives. The measurement using the measurement of financial performance called maqasid sharia index. Maqasid syariah index is a model of Islamic banking performance measurement in accordance with the objectives and characteristics of Islamic banking. Maqasid syariah index was developed based on three main factors, namely the education of individuals, the creation of justice, the achievement of well-being, where the three factors were in accordance with the common goal of maqasid sharia is achieving prosperity and avoid evil. Maqasid syariah index shows that maqasid sharia approach can be a strategic alternative approach to describe how good the performance of the banking system and it can be implemented in the comprehensive policy strategy. This study uses a model of performance measurement framework based on maqasid syariah, in addition to financial performance measures that already exist. Methods to develop the idea of a performance measurement framework of Islamic banking by maqasid sharia is the Sekaran method. Operationally, the methods have now able to describe the elements that will be measured by this study. This is done by observing the behavior of the dimensions illustrated through a concept that has been set. These dimensions translate into derivative elements that can be observed and more scalable, so it can establish measurement indices. This research is descriptive quantitative. Techniques are being made to collect data in this paper is by using purposive sampling method, with 12 Islamic Commercial Banks that qualify as research samples. The financial data taken at 12 banks was sourced from the annual financial statements the period 2008 to 2012 with consideration of the database and ease of access to data. The ratio measured in this study only 7 ratio used in determining the performance of Islamic banking, namely: four ratio refers to the sharia objectives related to education. three ratio while again referring to sharia objectives related to the achievement of welfare. While other ratios associated with justice can not be used in this study because of the limited data used. Total overall calculation of performance indicators and performance ratios on each goal for each bank describes the maqasid syariah index.

Keywords: Islamic banking, Maslahah, maqashid syariah, maqashid syariah index

Procedia PDF Downloads 250
10913 Design of a Virtual Instrument (VI) System for Earth Resistivity Survey

Authors: Henry Okoh, Obaro Verisa Omayuli, Gladys A. Osagie

Abstract:

One of the challenges of developing nations is the dearth of measurement devices. Aside the shortage, when available, they are either old or obsolete and also very expensive. When this is the situation, researchers must design alternative systems to help meet the desired needs of academia. This paper presents a design of cost-effective multi-disciplinary virtual instrument system for scientific research. This design was based on NI USB-6255 multifunctional DAQ which was used for earth resistivity measurement in Schlumberger array and the result obtained compared closely with that of a conventional ABEM Terrameter. This instrument design provided a hands-on experience as related to full-waveform signal acquisition in the field.

Keywords: cost-effective, data acquisition (DAQ), full-waveform, multi-disciplinary, Schlumberger array, virtual Instrumentation (VI).

Procedia PDF Downloads 450
10912 Application of Quality Function Deployment Approach to Industrial Engineering Department of Gaziantep University

Authors: Eren Özceylan, Cihan Çetinkaya

Abstract:

Quality function deployment (QFD) is a technique to assist transform the voice of the customer into engineering characteristics for a product/service. With the difference of existing studies, QFD is applied to an educational area that is a service sector which is not a manufacturing firm. The objective of the study is to design the undergraduate program according to students’ desire and expectations. To do so, third and fourth year students of industrial engineering department of Gaziantep University are considered as customers. Some suggestions about lecturers, courses, exams and facility for how to satisfy students’ demands are presented and as a result, sharing the materials of courses is the most important requirement among others.

Keywords: higher education, quality function deployment, quality house, voice of customer

Procedia PDF Downloads 414
10911 Spatial Cognition and 3-Dimensional Vertical Urban Design Guidelines

Authors: Hee Sun (Sunny) Choi, Gerhard Bruyns, Wang Zhang, Sky Cheng, Saijal Sharma

Abstract:

The main focus of this paper is to propose a comprehensive framework for the cognitive measurement and modelling of the built environment. This will involve exploring and measuring neural mechanisms. The aim is to create a foundation for further studies in this field that are consistent and rigorous. Additionally, this framework will facilitate collaboration with cognitive neuroscientists by establishing a shared conceptual basis. The goal of this research is to develop a human-centric approach for urban design that is scientific and measurable, producing a set of urban design guidelines that incorporate cognitive measurement and modelling. By doing so, the broader intention is to design urban spaces that prioritize human needs and well-being, making them more liveable.

Keywords: vertical urbanism, human centric design, spatial cognition and psychology, vertical urban design guidelines

Procedia PDF Downloads 55
10910 The Quality of Human Capital as a Factor of Social and Economic Development of the Region

Authors: O. Gubnitsyna, O. Zakoretskaya, O. Russova

Abstract:

It is generally recognized that the main task of modern society is human development. The quality of human capital has been identified as a key driver of economic development in the region. In this article, considered the quality of human capital as one of the main types of social and economic potential for the region’s development. The phenomenon of human capital represents both material and intellectual components of human activity. It is show that the necessary population characterized by certain quantitative and qualitative indicators (qualification and professional structure, education or social general condition and others) and is an necessary resource for the development of the regional economy. The connection of the regional goals with the quality of human capital is discussed in the article and a number of recommendations on its improvement were given. Solving the tasks stated in the article, the authors used analytical and statistical methods of research, scientific publications of domestic and foreign scientists on this issue. The results can be used in this implementation of the concept of regional development.

Keywords: human capital, the quality of human capital, economic development, social general condition

Procedia PDF Downloads 267
10909 Improvement of Water Distillation Plant by Using Statistical Process Control System

Authors: Qasim Kriri, Harsh B. Desai

Abstract:

Water supply and sanitation in Saudi Arabia is portrayed by difficulties and accomplishments. One of the fundamental difficulties is water shortage. With a specific end goal to beat water shortage, significant ventures have been attempted in sea water desalination, water circulation, sewerage, and wastewater treatment. The motivation behind Statistical Process Control (SPC) is to decide whether the execution of a procedure is keeping up an acceptable quality level [AQL]. SPC is an analytical decision-making method. A fundamental apparatus in the SPC is the Control Charts, which follow the inconstancy in the estimations of the item quality attributes. By utilizing the suitable outline, administration can decide whether changes should be made with a specific end goal to keep the procedure in charge. The two most important quality factors in the distilled water which were taken into consideration were pH (Potential of Hydrogen) and TDS (Total Dissolved Solids). There were three stages at which the quality checks were done. The stages were as follows: (1) Water at the source, (2) water after chemical treatment & (3) water which is sent for packing. The upper specification limit, central limit and lower specification limit are taken as per Saudi water standards. The procedure capacity to accomplish the particulars set for the quality attributes of Berain water Factory chose to be focused by the proposed SPC system.

Keywords: acceptable quality level, statistical quality control, control charts, process charts

Procedia PDF Downloads 166
10908 Effects of Smartphone Social Applications on Elderly People’s Quality of Life

Authors: Seyed Ebrahim Hosseini, Shahbaz Pervez

Abstract:

As people go through aging, maintenance and improvement of the quality of life become more important for them. To know the role of smartphone technology and communications applications on quality of life, a sample group of old people living in Dar-Iran was selected for a quasi-experimental study. The participants were registered senior inhabitants from public health centers in Dar, Iran in 2022. The number of participants was 39. Participants were randomly categorized into intervention and control groups. A validated Persian version of the Control, Autonomy, Self-realisation, Pleasure scale (CASP-19) scale questionnaire was provided for them which answers were used for the quality of life assessment. The paired t-test between pre-and post-test (t= -8.45, p<.00), post-and follow-up-test (t= -2.12, p=.01), and pre-test and the follow-up test (t= -8.27, p<.00) in the intervention group revealed a considerable mean difference. Based on the results of paired t-test for the control group, this was not significant between pre-test and post-test (t= 1.26, p=.15), post-test and follow-up test (t= .33, p=.67) and pre-test and follow-up test (t= 1.85, p=.08) for quality of life. Considering the educational training associated with it, this study aimed at helping families and aging field practitioners to understand the essentiality of modern communication technology teaching in promoting a greater life quality of the elderly’s community.

Keywords: Iranian elderly, quality of life, smartphone, social applications, CASP-19

Procedia PDF Downloads 123
10907 Analysis of Cultural Influences on Quality Management by Comparison of Japanese and German Enterprises

Authors: Hermann Luecken, Young Won Park, Judith M. Puetter

Abstract:

Quality is known to be the accordance of product characteristics and customer requirements. Both the customer requirements and the assessment of the characteristics of the product with regard to the fulfillment of customer requirements are subject to cultural influences. Of course, the processes itself which lead to product manufacturing is also subject to cultural influences. In the first point, the cultural background of the customer influences the quality, in the second point, it is the cultural background of the employees and the company that influences the process itself. In times of globalization products are manufactured at different locations around the world, but typically the quality management system of the country in which the mother company is based is used. This leads to significantly different results in terms of productivity, product quality and process efficiency at the different locations, although the same quality management system is in use. The aim of an efficient and effective quality management system is therefore not doing the same at all locations, but to have the same result at all locations. In the past, standardization was used to achieve the same results. Recent investigations show that this is not the best way to achieve the same characteristics of product quality and production performance. In the present work, it is shown that the consideration of cultural aspects in the design of processes, production systems, and quality management systems results in a significantly higher efficiency and a quality improvement. Both Japanese and German companies were investigated with comparative interviews. The background of this selection is that in most cases the cultural difference regarding industrial processes between Germany and Japan is high. At the same time, however, the customer expectations regarding the product quality are very similar. Interviews were conducted with experts from German and Japanese companies; in particular, companies were selected that operate production facilities both in Germany and in Japan. The comparison shows that the cultural influence on the respective production performance is significant. Companies that adapt the design of their quality management and production systems to the country where the production site is located have a significantly higher productivity and a significantly higher quality of the product than companies that work with a centralized system.

Keywords: comparison of German and Japanese production systems, cultural influence on quality management, expert interviews, process efficiency

Procedia PDF Downloads 142
10906 Sexual Quality of Life in Women with Gynecological Cancer

Authors: Hatice Kahyaoglu Sut, Serap Unsar, Seda Kurt

Abstract:

The aim of this study is to investigate sexual quality of life in women with gynecological cancer. This cross-sectional study was conducted on 37 women with gynecological cancer and 39 control women (in menopausal term) at the Gynecooncology and Menopause Clinics of Trakya University Medical Faculty between January and July 2015. Women who had sexual active and willing to participate in the study filled an information form inquiring socio-demographic characteristics and Sexual Quality of Life Questionnaire-Female (SQLQ-F). Data were analyzed by Mann-Whitney-U test and Kruskal-Wallis test. The average age of the women was 52.7 ± 7.6 (51.2 ± 8.7 in women with gynecological cancer, 54.3 ± 6.0 in controls). The SQOL-F scores in women with gynecologic cancer (60.8 ± 22.4) was lower than controls (63.5 ± 20.7), however, there was no statistically significant difference (p = 0.759). Women with gynecological cancer who had vaginal dryness and pain during sexual intercourse (45.7 ± 21.3) were lower SQOL-F total score than control group (66.0 ± 21.7) (p = 0.014). The SQOL-F scores in women who took chemotherapy treatment (55.7 ± 17.8) were lower than in women who had not chemotherapy treatment (86.8 ± 16.6) (p = 0.005). In conclusion, taking chemotherapy treatment and occurring vaginal dryness and pain complaints during sexual intercourse in women with gynecological cancer reduces sexual quality of life. Therefore, sexual quality of life in women with gynecological cancer should be evaluated, and they should be supported in order to improve their sexual quality of life.

Keywords: gynecological cancer, quality of life, sexuality, women

Procedia PDF Downloads 323
10905 Aquatic Environmental Effects of Black Shale in Eastern Kentucky through the Measurement of Chemical and Physical Properties

Authors: Mitchell T. Grothaus, Cory Grigsby, Timothy S. Hare

Abstract:

This study aims to determine if there is a relationship between elevated cancer risks in eastern Kentucky and the environmental effects of black shale. Previous research shows that black shale formations, such as those in eastern Kentucky contain high levels of toxic elements including arsenic and radon compared to average rocks and sediment. Similarly, the population of eastern Kentucky has higher rates of many health conditions, including lung cancer and cardiovascular disease, than surrounding regions. These poor health outcomes are typically explained in relation to social, economic, behavioral, and healthcare factors. The rates of many conditions, however, have not decreased as these factors improve with regional development. Black shale is known to affect environmental conditions such as by increasing radiation levels and heavy metal toxicity. We are mapping the effects of black shale through monitoring radiation, microbes, and chemical standards of water sources. In this presentation, we report on our measuring pH, dissolved oxygen, total dissolved solids, conductivity, temperature, and discharge and comparison with water quality standards from the Kentucky Department for Environmental Protection. The conditions of water sources combined with an environmental survey of the surrounding areas provide a greater understanding of why the people in eastern Kentucky face the current health issues.

Keywords: black shale, eastern Kentucky, environmental impact, water quality

Procedia PDF Downloads 147
10904 A Comparative Study of the Proposed Models for the Components of the National Health Information System

Authors: M. Ahmadi, Sh. Damanabi, F. Sadoughi

Abstract:

National Health Information System plays an important role in ensuring timely and reliable access to Health information which is essential for strategic and operational decisions that improve health, quality and effectiveness of health care. In other words, by using the National Health information system you can improve the quality of health data, information and knowledge used to support decision making at all levels and areas of the health sector. Since full identification of the components of this system for better planning and management influential factors of performance seems necessary, therefore, in this study, different attitudes towards components of this system are explored comparatively. Methods: This is a descriptive and comparative kind of study. The society includes printed and electronic documents containing components of the national health information system in three parts: input, process, and output. In this context, search for information using library resources and internet search were conducted and data analysis was expressed using comparative tables and qualitative data. Results: The findings showed that there are three different perspectives presenting the components of national health information system, Lippeveld, Sauerborn, and Bodart Model in 2000, Health Metrics Network (HMN) model from World Health Organization in 2008 and Gattini’s 2009 model. All three models outlined above in the input (resources and structure) require components of management and leadership, planning and design programs, supply of staff, software and hardware facilities, and equipment. In addition, in the ‘process’ section from three models, we pointed up the actions ensuring the quality of health information system and in output section, except Lippeveld Model, two other models consider information products, usage and distribution of information as components of the national health information system. Conclusion: The results showed that all the three models have had a brief discussion about the components of health information in input section. However, Lippeveld model has overlooked the components of national health information in process and output sections. Therefore, it seems that the health measurement model of network has a comprehensive presentation for the components of health system in all three sections-input, process, and output.

Keywords: National Health Information System, components of the NHIS, Lippeveld Model

Procedia PDF Downloads 404
10903 Self-Determination Needs, Coping Strategies and Quality of Life Among Chronic Non-Specific Lower Back Pain Patients

Authors: Zubana Afzal, Afsheen Massod

Abstract:

This quantitative study was carried out in order to explore the role of coping strategies as an explanatory mechanism in the relationship between self-determination needs and quality of life. A cross-sectional survey research design was conducted using scales such as the Basic Psychological Needs Scale (Deci&Ryan, 2000) to measure self-determination-based needs, Pain Coping Strategies Questionnaire (Harland &Georgieff, 2003), and Quality of Life Brief (The WHOQOL Group, 1998), in translated form in addition to a demographic information sheet. The sample comprised 120 (Women=63, Men=57), taken from different hospitals in Lahore, Multan, and Gojra. Descriptive and Inferential analyses were executed through SPSS version 23.00. All self-determination needs were found in result to be significantly and positively correlated with diversion and cognitive pain coping strategies, physical, psychological, social, and environmental quality of life, and significantly negatively correlated with catastrophizing and reinterpreting pain coping strategies. Cognitive and diversion pain coping strategies were found to be significantly and positively associated with all physical, psychological, social, and environmental quality of life. The regression analyses revealed that the strongest predictors were autonomy, cognitive and diversion pain coping strategies in predicting quality of life. All coping strategies except reinterpreting played a mediating role between self-determination needs and quality of life. The findings can lead to a better understanding of the role of self-determination needs and pain coping strategies in determining the quality of life among chronic non-specific lower back pain patients.

Keywords: quality of life, chronic lower back pain, coping strategies, self determination needs

Procedia PDF Downloads 80
10902 The Effect of Exercise on Quality of Life in Pregnancy

Authors: Hacer Unver, Rukuye Aylaz

Abstract:

Aim: This study was conducted in order to determine the effects of exercising on quality of life in pregnancy. Material and Method: The population of the study was formed by 580 pregnants who were registered to 10 Family Health Center located in the city center of Malatya. The sample of the study, on the other hand, was formed by 230 pregnants who had minimal sample size according to known population sample size calculation. The data of this descriptive study was collected between October 2013 and September 2014 from the Family Health Centers located in the city center of Malatya. The data were collected using pregnant introductory form, exercise benefit and barrier scale, quality of life scale. Percentage distributions, t-test, Variance Analysis (ANOVA), Kruskal-Wallis, Mann-Whitney U and Pearson Correlation tests were used in the analysis of the data. Result: It was determined that 69.1% of the pregnants participating to the study did not know the benefits of exercising and 89.6% did not exercise. Quality of life mental health scores of those who exercised were determined to be higher and statistically significant (p<0.05). A positive correlation was determined between the exercise benefit scala and physical quality of life scores of the pregnants in this study (0.268, p=0.001). It was also detected that the more exercise performed led to higher total quality of life scores. Conclusion: In consequence, exercising was determined to positively affect the quality of life in pregnants. Therefore, it is recommended that nurses should give education regarding the importance and benefits of exercise during pregnancy in order to increase the quality of life.

Keywords: exercise, midwife, pregnant woman, quality of life

Procedia PDF Downloads 274
10901 A Demonstration of How to Employ and Interpret Binary IRT Models Using the New IRT Procedure in SAS 9.4

Authors: Ryan A. Black, Stacey A. McCaffrey

Abstract:

Over the past few decades, great strides have been made towards improving the science in the measurement of psychological constructs. Item Response Theory (IRT) has been the foundation upon which statistical models have been derived to increase both precision and accuracy in psychological measurement. These models are now being used widely to develop and refine tests intended to measure an individual's level of academic achievement, aptitude, and intelligence. Recently, the field of clinical psychology has adopted IRT models to measure psychopathological phenomena such as depression, anxiety, and addiction. Because advances in IRT measurement models are being made so rapidly across various fields, it has become quite challenging for psychologists and other behavioral scientists to keep abreast of the most recent developments, much less learn how to employ and decide which models are the most appropriate to use in their line of work. In the same vein, IRT measurement models vary greatly in complexity in several interrelated ways including but not limited to the number of item-specific parameters estimated in a given model, the function which links the expected response and the predictor, response option formats, as well as dimensionality. As a result, inferior methods (a.k.a. Classical Test Theory methods) continue to be employed in efforts to measure psychological constructs, despite evidence showing that IRT methods yield more precise and accurate measurement. To increase the use of IRT methods, this study endeavors to provide a comprehensive overview of binary IRT models; that is, measurement models employed on test data consisting of binary response options (e.g., correct/incorrect, true/false, agree/disagree). Specifically, this study will cover the most basic binary IRT model, known as the 1-parameter logistic (1-PL) model dating back to over 50 years ago, up until the most recent complex, 4-parameter logistic (4-PL) model. Binary IRT models will be defined mathematically and the interpretation of each parameter will be provided. Next, all four binary IRT models will be employed on two sets of data: 1. Simulated data of N=500,000 subjects who responded to four dichotomous items and 2. A pilot analysis of real-world data collected from a sample of approximately 770 subjects who responded to four self-report dichotomous items pertaining to emotional consequences to alcohol use. Real-world data were based on responses collected on items administered to subjects as part of a scale-development study (NIDA Grant No. R44 DA023322). IRT analyses conducted on both the simulated data and analyses of real-world pilot will provide a clear demonstration of how to construct, evaluate, and compare binary IRT measurement models. All analyses will be performed using the new IRT procedure in SAS 9.4. SAS code to generate simulated data and analyses will be available upon request to allow for replication of results.

Keywords: instrument development, item response theory, latent trait theory, psychometrics

Procedia PDF Downloads 332
10900 Sound Noise Control of a Steam Ejector in a Typical Power Plant: Design, Manufacturing, and Testing a Silencer-Muffler

Authors: Ali Siami, Masoud Asayesh, Asghar Najafi, Amirhosein Hamedanian

Abstract:

There are so many noise sources in power generation units that these sources can produce high-level sound noise. Therefore, sound noise reduction methods can assist these industries, especially in these days that laws related to environmental issues become more strict. In a typical power plant, so many machines and devices with high-level sound noise are arranged beside of each others. Therefore, the sound source identification and reducing the noise level can be very vital. In this paper, the procedure for designing, manufacturing and testing of a silencer-muffler used for a power plant steam vent is mentioned. This unit is placed near the residential area and so it is very important to reduce the noise emission. For this purpose, in the first step, measurements have done to identify the sound source and the frequency content of noise. The overall level of noise was so high and it was more than 120dB. Then, the appropriate noise control device is designed according to the measurement results and operational conditions. In the next step, the designed silencer-muffler has been manufactured and installed on the steam discharge of the ejector. For validation of the silencer-muffler effect, the acoustic test was done again in operating mode. Finally, the measurement results before and after the installation are compared. The results have confirmed a considerable reduction in noise level resultant of using silencer-muffler in the designed frequency range.

Keywords: silencer-muffler, sound noise control, sound measurement, steam ejector

Procedia PDF Downloads 359
10899 Unpleasant Symptom Clusters Influencing Quality of Life among Patients with Chronic Kidney Disease

Authors: Anucha Taiwong, Nirobol Kanogsunthornrat

Abstract:

This predictive research aimed to investigate the symptom clusters that influence the quality of life among patients with chronic kidney disease, as indicated in the Theory of Unpleasant Symptoms. The purposive sample consisted of 150 patients with stage 3-4 chronic kidney disease who received care at an outpatient chronic kidney disease clinic of a tertiary hospital in Roi-Et province. Data were collected from January to March 2016 by using a patient general information form, unpleasant symptom form, and quality of life (SF-36) and were analyzed by using descriptive statistics, factor analysis, and multiple regression analysis. Findings revealed six core symptom clusters including symptom cluster of the mental and emotional conditions, peripheral nerves abnormality, fatigue, gastro-intestinal tract, pain and, waste congestion. Significant predictors for quality of life were the two symptom clusters of pain (Beta = -.220; p < .05) and the mental and emotional conditions (Beta=-.204; p<.05) which had predictive value of 19.10% (R2=.191, p<.05). This study indicated that the symptom cluster of pain and the mental and emotional conditions would worsen the patients’ quality of life. Nurses should be attentive in managing the two symptom clusters to facilitate the quality of life among patients with chronic kidney disease.

Keywords: chronic kidney disease, symptom clusters, predictors of quality of life, pre-dialysis

Procedia PDF Downloads 300
10898 Validation of the Formula for Air Attenuation Coefficient for Acoustic Scale Models

Authors: Katarzyna Baruch, Agata Szelag, Aleksandra Majchrzak, Tadeusz Kamisinski

Abstract:

Methodology of measurement of sound absorption coefficient in scaled models is based on the ISO 354 standard. The measurement is realised indirectly - the coefficient is calculated from the reverberation time of an empty chamber as well as a chamber with an inserted sample. It is crucial to maintain the atmospheric conditions stable during both measurements. Possible differences may be amended basing on the formulas for atmospheric attenuation coefficient α given in ISO 9613-1. Model studies require scaling particular factors in compliance with specified characteristic numbers. For absorption coefficient measurement, these are for example: frequency range or the value of attenuation coefficient m. Thanks to the possibilities of modern electroacoustic transducers, it is no longer a problem to scale the frequencies which have to be proportionally higher. However, it may be problematic to reduce values of the attenuation coefficient. It is practically obtained by drying the air down to a defined relative humidity. Despite the change of frequency range and relative humidity of the air, ISO 9613-1 standard still allows the calculation of the amendment for little differences of the atmospheric conditions in the chamber during measurements. The paper discusses a number of theoretical analyses and experimental measurements performed in order to obtain consistency between the values of attenuation coefficient calculated from the formulas given in the standard and by measurement. The authors performed measurements of reverberation time in a chamber made in a 1/8 scale in a corresponding frequency range, i.e. 800 Hz - 40 kHz and in different values of the relative air humidity (40% 5%). Based on the measurements, empirical values of attenuation coefficient were calculated and compared with theoretical ones. In general, the values correspond with each other, but for high frequencies and low values of relative air humidity the differences are significant. Those discrepancies may directly influence the values of measured sound absorption coefficient and cause errors. Therefore, the authors made an effort to determine an amendment minimizing described inaccuracy.

Keywords: air absorption correction, attenuation coefficient, dimensional analysis, model study, scaled modelling

Procedia PDF Downloads 402
10897 Iterative Panel RC Extraction for Capacitive Touchscreen

Authors: Chae Hoon Park, Jong Kang Park, Jong Tae Kim

Abstract:

Electrical characteristics of capacitive touchscreen need to be accurately analyzed to result in better performance for multi-channel capacitance sensing. In this paper, we extracted the panel resistances and capacitances of the touchscreen by comparing measurement data and model data. By employing a lumped RC model for driver-to-receiver paths in touchscreen, we estimated resistance and capacitance values according to the physical lengths of channel paths which are proportional to the RC model. As a result, we obtained the model having 95.54% accuracy of the measurement data.

Keywords: electrical characteristics of capacitive touchscreen, iterative extraction, lumped RC model, physical lengths of channel paths

Procedia PDF Downloads 321
10896 Comprehensive Lifespan Support for Quality of Life

Authors: Joann Douziech

Abstract:

Individuals with intellectual and developmental disabilities (IDD) possess characteristics that present both challenges and gifts. Individuals with IDD require and are worthy of intentional, strategic, and specialized support throughout their lifespan to ensure optimum quality-of-life outcomes. The current global advocacy movement advancing the rights of individuals with IDD emphasizes a high degree of choice over life decisions. For some individuals, this degree of choice results in a variety of negative health and well-being outcomes. Improving the quality of life outcomes requires the combination of a commitment to the rights of the individual with a responsibility to provide support and choice commensurate with individual capacity. A belief that individuals with IDD are capable of learning and they are worthy of being taught provides the foundation for a holistic model of support throughout their lifespan. This model is based on three pillars of engineering the environment, promoting skill development and maintenance, and staff support. In an ever-changing world, supporting quality of life requires attention to moments, phases, and changes in stages throughout the lifespan. Balancing these complexities with strategic, responsive, and dynamic interventions enhances the quality of life of individuals with ID throughout their lifespan.

Keywords: achieving optimum quality of life, comprehensive support, lifespan approach, philosophy and pedagogy

Procedia PDF Downloads 52
10895 Analyzing the Association between Physical Activity and Sleep Quality in College Students: Cross-Sectional Study

Authors: Fildzah Badzlina, Mega Puspa Sari

Abstract:

To rest the body after a full day of activities, the body needs sleep. During sleep, the body's response to external stimuli will be reduced and relatively inactive so that it is used to optimize the body's biological functions that cannot be done when awake. College students often experience poor sleep quality because of the dense activities carried out during the day. In addition, the level of physical activity of college students is also relatively low. Based on previous research, college students who have low physical activity have poor sleep quality. Therefore, the purpose of this study was to determine the relationship between physical activity and sleep quality in college students of the University of Muhammadiyah Prof. Dr. Hamka. This study used a cross-sectional research design with 107 respondents as research subjects. Samples were taken using the purposive sampling technique. The data was taken using a google form which was distributed to all college students in September 2021. The statistical test used was Chi-square. The results of this study showed that 85 (79.4%) college students experienced poor sleep quality during the Covid-19 Pandemic Period. Most respondents were 96 women (89.7%) and 32.7% (35 people) aged 20 years. In the pocket money category, most college students (71%) got pocket money less than 500.000 rupiahs per month. A total of 52 respondents (48.6%) had a moderate level of physical activity category. Poor sleep quality was more common in male students (90.9%) compared to female students (78.1%) (p>0.05). In the group with poor sleep quality, 88.9% of students were categorized in Rp. 500.001 to Rp. 1.000.000 for pocket money, 80.3% of students included in the category Rp. 500.000 or less, and 61.5% of students are included in the category of Rp. 1.000.000 or more. Poor sleep quality was more common among students in the age category 20 years (84.1%), compared to students in the age category > 20 years (71.1%). For the level of physical activity in the poor sleep quality group, 87% were included in the category of heavy physical activity, 82.7% included in the moderate level of physical activity, and 68.8% included in the category of low-level physical activity. There was no significant relationship between gender, pocket money, age, and physical activity with sleep quality (p>0.05).

Keywords: college students, physical activity, sleep quality, university students

Procedia PDF Downloads 119
10894 Feasibility and Obstacles of Air Quality Attainment in Hong Kong from 2019 to 2025

Authors: Xuguo Zhang, Jimmy Fung, Kenneth Leung, Alexis Lau

Abstract:

Fine particulate matter concentrations have been decreasing in the past few years while the ozone concentrations are posing an increasing trend in the Greater Bay Area (GBA) of China. A series of control policies have been released to mitigate the country-wide air pollution, however, how to effectively evaluate the exercised control measures and efficiently reveal potential projected mitigation pathways are still limited. By refining an enhanced air-quality-modeling system, this study provides an account of the air quality assessments from 2019 to 2025 to appraise the air quality results and improvement under designed scenarios for assessing the optimum scope for tightening the Air Quality Objectives (AQOs). The results show that it is doable to tighten the 24-hour AQO for SO2 from the World Health Objective air quality guidelines Interim Targets Level-1 (IT-1) (125μg/m3) to IT-2 level (50μg/m3) with the current number of exceedance allowed (three) remains unchanged. It is also possible to tighten the annual AQO for PM2.5 from IT-1 (35 μg/m3) to IT 2 (25 μg/m3), and its 24-hr AQO from IT-1 (75 μg/m3) to IT 2 (50 μg/m3) with the number of exceedances allowed increased from current nine to 35. Regional cooperation under the development of the GBA cooperation are still needed to be focused and strengthen due to the cross-boundary transport characteristics of the air pollution.

Keywords: air quality attainment, Hong Kong, mitigation policy, chemical transport modeling, sensitivity analysis

Procedia PDF Downloads 65
10893 Motivation and Efficiency of Quality Management Systems Implementation: A Study of Kosovo Organizations

Authors: Naim Ismajli, Ilir Rexhepi

Abstract:

The article presents the results of the study about the motives and efficiency of quality management system (Quality System, QS) implementation in Kosovo companies. The main purpose of the study was to find out why Kosovo companies seek the implementation and certification of QS in accordance with the requirements of the ISO 9001 series of the standards and what has changed after the QS implementation. Furthermore, the results of the research were compared with similar performed in the other European countries. The performed research revealed that the implementation of QS mostly results in the benefits of an intangible nature that are internal to the company. In addition, although the main reasons to start implementing QS are the expectations of the external advantages, the implementation results mostly in the increase of the internal benefits such as an improvement in the definition of the responsibilities and obligations of the employees, a decrease in the nonconformities, better communication among the employees, and increased efficiency.

Keywords: quality management systems, ISO 9001, total quality management, environmental management system, ISO 14000, competitiveness, efciency

Procedia PDF Downloads 347
10892 Using Educational Gaming as a Blended Learning Tool in South African Education

Authors: Maroonisha Maharajh

Abstract:

Based on the Black Swan and Disruptive Innovation Theories, this study proposes an educational game based learning model within the context of the traditional classroom learning environment. In the proposed model, the perceived e-learning component is decomposed into accessibility, perceived quality and perceived usability within the traditional rural classroom environment. A sample of 92 respondents took part in this study. The results suggest that users’ continuance intention is determined by both economic and grassroots internet accessibility, which in turn is jointly determined by perceived usefulness, information quality, service quality, system quality, perceived ease of use and cognitive absorption of learning.

Keywords: blended learning, flipped classroom, e-learning, gaming

Procedia PDF Downloads 234
10891 Asset Pricing Model: A Quality Paradigm

Authors: Urmi Khatri

Abstract:

Capital asset pricing model (CAPM) draws a direct relationship between the risk and the expected rate of return. There was a criticism on the beta and the assumptions of CAPM, as they are not applicable in the real world. Fama French Three Factor Model and Fama French Five Factor Model have given different factors, which have an impact on the return of any asset like size, value, investment and profitability. This study proposes to see Capital Asset pricing Model through the lenses of the quality aspect. In the study, the six factors are studied. The Fama French Five Factor Model and addition of the quality dimension are studied. Here, Graham’s seven quality and quantity criteria are measured to determine the score of the sample firms. Thus, this study tries to check the model fit. The beta coefficient of the quality dimension and the R square value is seen to determine validity of the proposed model. The sample is drawn from the firms listed on Indian Stock Exchange (BSE). For the study, only nonfinancial firms are been selected. The time period of the study is from January 1999 to December 2019. Hence, the primary objective of the study is to check how robust the model becomes after giving the quality dimension to the capital asset pricing model in addition to the size, value, profitability and investment.

Keywords: asset pricing model, CAPM, Graham’s score, G-score, multifactor model, quality

Procedia PDF Downloads 141
10890 Multi-Level Air Quality Classification in China Using Information Gain and Support Vector Machine

Authors: Bingchun Liu, Pei-Chann Chang, Natasha Huang, Dun Li

Abstract:

Machine Learning and Data Mining are the two important tools for extracting useful information and knowledge from large datasets. In machine learning, classification is a wildly used technique to predict qualitative variables and is generally preferred over regression from an operational point of view. Due to the enormous increase in air pollution in various countries especially China, Air Quality Classification has become one of the most important topics in air quality research and modelling. This study aims at introducing a hybrid classification model based on information theory and Support Vector Machine (SVM) using the air quality data of four cities in China namely Beijing, Guangzhou, Shanghai and Tianjin from Jan 1, 2014 to April 30, 2016. China's Ministry of Environmental Protection has classified the daily air quality into 6 levels namely Serious Pollution, Severe Pollution, Moderate Pollution, Light Pollution, Good and Excellent based on their respective Air Quality Index (AQI) values. Using the information theory, information gain (IG) is calculated and feature selection is done for both categorical features and continuous numeric features. Then SVM Machine Learning algorithm is implemented on the selected features with cross-validation. The final evaluation reveals that the IG and SVM hybrid model performs better than SVM (alone), Artificial Neural Network (ANN) and K-Nearest Neighbours (KNN) models in terms of accuracy as well as complexity.

Keywords: machine learning, air quality classification, air quality index, information gain, support vector machine, cross-validation

Procedia PDF Downloads 217
10889 Refractometric Optical Sensing by Using Photonics Mach–Zehnder Interferometer

Authors: Gong Zhang, Hong Cai, Bin Dong, Jifang Tao, Aiqun Liu, Dim-Lee Kwong, Yuandong Gu

Abstract:

An on-chip refractive index sensor with high sensitivity and large measurement range is demonstrated in this paper. The sensing structures are based on Mach-Zehnder interferometer configuration, built on the SOI substrate. The wavelength sensitivity of the sensor is estimated to be 3129 nm/RIU. Meanwhile, according to the interference pattern period changes, the measured period sensitivities are 2.9 nm/RIU (TE mode) and 4.21 nm/RIU (TM mode), respectively. As such, the wavelength shift and the period shift can be used for fine index change detection and larger index change detection, respectively. Therefore, the sensor design provides an approach for large index change measurement with high sensitivity.

Keywords: Mach-Zehnder interferometer, nanotechnology, refractive index sensing, sensors

Procedia PDF Downloads 429