Search results for: record values
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 7522

Search results for: record values

7462 Management Workspaces to Create Value

Authors: Nevruz Zogu, Shpetim Rezniqi

Abstract:

It is very important that a new environment where work shall be constructed in such a strong record to be creative and eligible for workers, can not have success in the workplace. But, is it possible to design the inner-inspire to create and collaborate? By watching and analyzing examples of creativity in business, construction managers can learn ways on how to encourage their imagination inside buildings. We struggle to find and retain talented employees and skilled labor environment is becoming more and always an important tool for recruiting and retaining employees. Managers who recognize the importance are gaining an edge over their competitors. The physical work environment is as important as its quality is often used as a recruiting tool and even to companies with The relationship between the company and the employees between strategy and behavior, between the product and the customer can reincorporated under the light of symbolic mediation of space, as instrument and interpreter of the core values and identity of the organization.

Keywords: strategy, business, quality, productivity, space, offices, assets

Procedia PDF Downloads 364
7461 Big Data and Health: An Australian Perspective Which Highlights the Importance of Data Linkage to Support Health Research at a National Level

Authors: James Semmens, James Boyd, Anna Ferrante, Katrina Spilsbury, Sean Randall, Adrian Brown

Abstract:

‘Big data’ is a relatively new concept that describes data so large and complex that it exceeds the storage or computing capacity of most systems to perform timely and accurate analyses. Health services generate large amounts of data from a wide variety of sources such as administrative records, electronic health records, health insurance claims, and even smart phone health applications. Health data is viewed in Australia and internationally as highly sensitive. Strict ethical requirements must be met for the use of health data to support health research. These requirements differ markedly from those imposed on data use from industry or other government sectors and may have the impact of reducing the capacity of health data to be incorporated into the real time demands of the Big Data environment. This ‘big data revolution’ is increasingly supported by national governments, who have invested significant funds into initiatives designed to develop and capitalize on big data and methods for data integration using record linkage. The benefits to health following research using linked administrative data are recognised internationally and by the Australian Government through the National Collaborative Research Infrastructure Strategy Roadmap, which outlined a multi-million dollar investment strategy to develop national record linkage capabilities. This led to the establishment of the Population Health Research Network (PHRN) to coordinate and champion this initiative. The purpose of the PHRN was to establish record linkage units in all Australian states, to support the implementation of secure data delivery and remote access laboratories for researchers, and to develop the Centre for Data Linkage for the linkage of national and cross-jurisdictional data. The Centre for Data Linkage has been established within Curtin University in Western Australia; it provides essential record linkage infrastructure necessary for large-scale, cross-jurisdictional linkage of health related data in Australia and uses a best practice ‘separation principle’ to support data privacy and security. Privacy preserving record linkage technology is also being developed to link records without the use of names to overcome important legal and privacy constraint. This paper will present the findings of the first ‘Proof of Concept’ project selected to demonstrate the effectiveness of increased record linkage capacity in supporting nationally significant health research. This project explored how cross-jurisdictional linkage can inform the nature and extent of cross-border hospital use and hospital-related deaths. The technical challenges associated with national record linkage, and the extent of cross-border population movements, were explored as part of this pioneering research project. Access to person-level data linked across jurisdictions identified geographical hot spots of cross border hospital use and hospital-related deaths in Australia. This has implications for planning of health service delivery and for longitudinal follow-up studies, particularly those involving mobile populations.

Keywords: data integration, data linkage, health planning, health services research

Procedia PDF Downloads 188
7460 Evaluating Hourly Sulphur Dioxide and Ground Ozone Simulated with the Air Quality Model in Lima, Peru

Authors: Odón R. Sánchez-Ccoyllo, Elizabeth Ayma-Choque, Alan Llacza

Abstract:

Sulphur dioxide (SO₂) and surface-ozone (O₃) concentrations are associated with diseases. The objective of this research is to evaluate the effectiveness of the air-quality-WRF-Chem model with a horizontal resolution of 5 km x 5 km. For this purpose, the measurements of the hourly SO₂ and O₃ concentrations available in three air quality monitoring stations in Lima, Peru were used for the purpose of validating the simulations of the SO₂ and O₃ concentrations obtained with the WRF-Chem model in February 2018. For the quantitative evaluation of the simulations of these gases, statistical techniques were implemented, such as the average of the simulations; the average of the measurements; the Mean Bias (MeB); the Mean Error (MeE); and the Root Mean Square Error (RMSE). The results of these statistical metrics indicated that the simulated SO₂ and O₃ values over-predicted the SO₂ and O₃ measurements. For the SO₂ concentration, the MeB values varied from 0.58 to 26.35 µg/m³; the MeE values varied from 8.75 to 26.5 µg/m³; the RMSE values varied from 13.3 to 31.79 µg/m³; while for O₃ concentrations the statistical values of the MeB varied from 37.52 to 56.29 µg/m³; the MeE values varied from 37.54 to 56.70 µg/m³; the RMSE values varied from 43.05 to 69.56 µg/m³.

Keywords: ground-ozone, lima, sulphur dioxide, WRF-chem

Procedia PDF Downloads 110
7459 Perception of Rural Dwellers on the Nutritional and Social Values of Mushroom in Oyo State, Nigeria

Authors: S. O. Odebode, O. E. Adelakun

Abstract:

The study assessed the perception of rural dwellers on the nutritional and social values of mushroom in Oyo state, Nigeria. One hundred and forty respondents were sampled and interviewed. Results showed that majority (84.9%) had below secondary education and 81.4 % were married, with fairly large (71.4%) household size (5–8). Also, 52.1% had favourable perception toward the nutritional values and 57.1% toward the social values of mushrooms in the study area. There was significant relationship between sex (X² = 4.673), educational level (X² = 11.969) and perception on the values of mushroom. The knowledge level of respondents on mushroom utilization and production is low in the study area. Farmers’ research field should be established to educate rural dwellers on mushroom farm practices and utilization.

Keywords: mushroom, nutritional value, rural dwellers, social value

Procedia PDF Downloads 285
7458 Distances over Incomplete Diabetes and Breast Cancer Data Based on Bhattacharyya Distance

Authors: Loai AbdAllah, Mahmoud Kaiyal

Abstract:

Missing values in real-world datasets are a common problem. Many algorithms were developed to deal with this problem, most of them replace the missing values with a fixed value that was computed based on the observed values. In our work, we used a distance function based on Bhattacharyya distance to measure the distance between objects with missing values. Bhattacharyya distance, which measures the similarity of two probability distributions. The proposed distance distinguishes between known and unknown values. Where the distance between two known values is the Mahalanobis distance. When, on the other hand, one of them is missing the distance is computed based on the distribution of the known values, for the coordinate that contains the missing value. This method was integrated with Wikaya, a digital health company developing a platform that helps to improve prevention of chronic diseases such as diabetes and cancer. In order for Wikaya’s recommendation system to work distance between users need to be measured. Since there are missing values in the collected data, there is a need to develop a distance function distances between incomplete users profiles. To evaluate the accuracy of the proposed distance function in reflecting the actual similarity between different objects, when some of them contain missing values, we integrated it within the framework of k nearest neighbors (kNN) classifier, since its computation is based only on the similarity between objects. To validate this, we ran the algorithm over diabetes and breast cancer datasets, standard benchmark datasets from the UCI repository. Our experiments show that kNN classifier using our proposed distance function outperforms the kNN using other existing methods.

Keywords: missing values, incomplete data, distance, incomplete diabetes data

Procedia PDF Downloads 193
7457 The Reuse of Household Waste in Natural Dyeing as a Tool for Upcycling

Authors: Juliana Bastos dos Santos, Francisca Dantas Mendes, Abdul Jabbar Mohammad Khatri, Adam Abdul Jabbar Khatri

Abstract:

This research aims to describe the experimentation of color extraction from household waste, for the application of the natural vegetable dyeing technique, as a more sustainable option for the upcycling process. Based on the research of the case study, this article intends to record the process of collecting the materials, extracting the colors and their applicability. The study aims to deepen the knowledge about possible alternatives that generate less impact on the environment throughout the process of plant stamping and, also, to spread the concepts of sustainability in fashion. Therefore, this content becomes relevant for valuing an artisanal production process, reconnecting with ancestral knowledge. This article also intends to serve as a record of ancestral artisanal processes, based on the indigenous and African matrices that are pillars of Brazilian culture.

Keywords: natural dyeing, sustainability, organic residue, fashion, reuse

Procedia PDF Downloads 156
7456 Value Co-Creation in Used-Car Auctions: A Service Scientific Perspective

Authors: Safdar Muhammad Usman, Youji Kohda, Katsuhiro Umemoto

Abstract:

Electronic market place plays an important intermediary role for connecting dealers and retail customers. The main aim of this paper is to design a value co-creation model in used-car auctions. More specifically, the study has been designed in order to describe the process of value co-creation in used-car auctions, to explore the co-created values in used-car auctions, and finally conclude the paper indicating the future research directions. Our analysis shows that economic values as well as non-economic values are co-created in used-car auctions. In addition, this paper contributes to the academic society broadening the view of value co-creation in service science.

Keywords: value co-creation, used-car auctions, non-financial values, service science

Procedia PDF Downloads 325
7455 The Time for the World to Go Back to Forgotten "Values Pedagogy"

Authors: Sakineh Tashakori, Terrence Lovat

Abstract:

With the start of war in every part of the world, from the war between Russia and Ukraine to the unbelievable start of the war between Israel and Palestine, the number of war refugees is increasing day by day. They are all homeless dads, moms, and kids looking for a safe place to go back to their ordinary lives without the fear of being mistreated and misunderstood by others. The significance of this study is to help the education system make life easier for refugees by going to values pedagogy inspired by Habermasian epistemology. The study employs a literature review methodology, which involves gathering relevant sources from academic journals and books to answer how values pedagogy is going to help the education system in this regard. The collected literature will be critically analyzed and synthesized to draw meaningful conclusions and support the argument for the implementation of values pedagogy. The findings of the study illustrate that values pedagogy can have a role in peace education and softening discourse to give students a better sense of mutual cultural and religious understanding and respect.

Keywords: war, refugee, values pedagogy, Habermasian epistemology, peace education

Procedia PDF Downloads 27
7454 Health Portals for Specific Populations: A Design for Pregnant Women

Authors: Janine Sommer, Mariana Daus, Mariana Simon, Maria Smith, Daniel Luna

Abstract:

The technologies and communication advances contributed to new tools development which allows patients to have an active role in their own health. In the light of information needs and paradigms changes about health, the patient self-manages their care. This line of care focuses on patients; specific portals come up to people with particular requirements like pregnant women. Thinking of a portal design to this sector of the population, in September 2016 a survey was made to users with the objective to knowing and understanding information’s needs at the moment to use an application for pregnant. Also, prototypes of the portal´s features were designed to try and validate with users, using the methodology of human-centered design. Investigations have made possible the identification of needs of this population and develop a tool who try to satisfy, providing timely information for each part of pregnancy and allowing the patients to make a physical check and the follow up of pregnancy seeking advice from our obstetricians.

Keywords: electronic health record, health personal record, mobile applications, pregnant women

Procedia PDF Downloads 332
7453 Charging-Vacuum Helium Mass Spectrometer Leak Detection Technology in the Application of Space Products Leak Testing and Error Control

Authors: Jijun Shi, Lichen Sun, Jianchao Zhao, Lizhi Sun, Enjun Liu, Chongwu Guo

Abstract:

Because of the consistency of pressure direction, more short cycle, and high sensitivity, Charging-Vacuum helium mass spectrometer leak testing technology is the most popular leak testing technology for the seal testing of the spacecraft parts, especially the small and medium size ones. Usually, auxiliary pump was used, and the minimum detectable leak rate could reach 5E-9Pa•m3/s, even better on certain occasions. Relative error is more important when evaluating the results. How to choose the reference leak, the background level of helium, and record formats would affect the leak rate tested. In the linearity range of leak testing system, it would reduce 10% relative error if the reference leak with larger leak rate was used, and the relative error would reduce obviously if the background of helium was low efficiently, the record format of decimal was used, and the more stable data were recorded.

Keywords: leak testing, spacecraft parts, relative error, error control

Procedia PDF Downloads 429
7452 Estimation of Evapotranspiration and Crop Coefficient of Eggplant with Lysimeter in Al-Hasa Region

Authors: Mishari AlNaim

Abstract:

A field experiment was conducted for two seasons of 2011 and 2012 in The Agricultural Experiment Research Station in King Faisal University at Al-Hasa region, Saudi Arabia to estimate evapotranspiration (ETC) of Eggplant crop using Drainage Lysimeter with surface area of 2 x 2 m and depth of 1.5 m. The irrigation was applied daily. The amount of drainage was measured before each irrigation event. The results showed that there was almost no difference in the seasonal evapotranspiration of eggplant crop in the two seasons. The average evapotranspiration values for eggplant crop for the summer and winter seasons were 823.4 mm and 479.7 mm respectively. The highest and the lowest weekly measured values of (ETC) of eggplant crop during the two summer seasons were 8.6 mm/day and 3.9 mm/day respectively, while the highest and lowest weekly measured values of (ETC) of eggplant crop during the two winter seasons were 3.9 mm/day and 2.0 mm/day respectively. The measured values of ETc, in conjunction with the results of Penmen-Monteith equation for reference Evapotranspiration (ETR), were used to determine the crop coefficient (KC ini, KC mid and KC end) for eggplant crop. The average values were 0.50, 84 and 0.60 for KC ini, KC mid and KC end in Al-Hasa region, respectively. These estimated values for KC were used to approximate (ETc) for eggplant crop. High positive correlation coefficient (0.959) was detected between the approximated and measured values of eggplant crop evapotranspiration.

Keywords: evapotranspiration, eggpant, ETC, Al-Hasa

Procedia PDF Downloads 432
7451 Site Formation Processes at a New Kingdom Settlement at Sai Island, Sudan

Authors: Sean Taylor, Sayantani Neogi, Julia Budka

Abstract:

The important Egyptian New Kingdom settlement at Sai Island Sudan presents a complex stratigraphic archaeological record. This study takes the theoretic stance that it, not just the archaeological material being retrieved from the deposits but the sediments themselves that reflect human agency. These anthropogenic sediments reflect the use life of the buildings and spaces between and the post-depositional processes which operate to complicate the archaeological record. The application of soil micromorphology is a technique that takes intact block samples of sediment and analyses them in thin section under a petrological microscope. A detailed understanding of site formation processes and a contextualized knowledge of the material culture can be understood through careful and systematic observation of the changing facies. The major findings of the study are that soil and sedimentary information can provide valuable insights to the use of space during the New Kingdom and elucidate the complexities of site formation processes.

Keywords: anthropogenic sediment, New Kingdom, site formation processes, soil micromorphology

Procedia PDF Downloads 406
7450 Critical Pedagogy in the Philippine K-12 Grade 8 Values Education Curriculum and Textbook

Authors: Raymon Maac, Michael Arthus Muega, Joyce Ann Calingasan, Elva Maureen Gorospe

Abstract:

Critical pedagogy is known for its advocacy of humanistic and liberating education. Its far-reaching approach helps students to understand and analyze their own situations and the realities happening in their society. However, this pedagogy together with its promising features is not well-known in the Philippines. This paper determines the place of critical pedagogy in the new values education curriculum and analyzes its features in the K-12 Values Education curriculum and textbook. The study examines the position of critical pedagogy in the Philippine K-12 Values Education curriculum by closely studying and comparing their features; and scrutinizes the Grade 8 Values Education textbook specifically modules 4, 8, 10 and 13 which comprises 25% of the total 16 modules. The said modules are concerned with the role of the family in the preservation of social justice, which is one of the objectives of critical pedagogy. The findings in this research were based on the pieces of evidence gathered from the curriculum and textbook itself. Based on the evaluation done, the study found out that the ideas of critical pedagogy were the same with that of the objectives of K-12 Values Education Curriculum. Due to this, values education teachers can utilize critical pedagogy in their subject. In addition, the K-12 Values Education curriculum exhibits some of the features of critical pedagogy such as authentic student empowerment and critical thinking. Lastly, some features of critical pedagogy are also evident in some of the general parts and recommended activities in the K-12 Values Education textbook while other activities need to be fully developed by both teacher and students to reflect the genuine critical pedagogy.

Keywords: authentic student empowerment, critical pedagogy, critical thinking, liberating education

Procedia PDF Downloads 307
7449 A Neural Network Based Clustering Approach for Imputing Multivariate Values in Big Data

Authors: S. Nickolas, Shobha K.

Abstract:

The treatment of incomplete data is an important step in the data pre-processing. Missing values creates a noisy environment in all applications and it is an unavoidable problem in big data management and analysis. Numerous techniques likes discarding rows with missing values, mean imputation, expectation maximization, neural networks with evolutionary algorithms or optimized techniques and hot deck imputation have been introduced by researchers for handling missing data. Among these, imputation techniques plays a positive role in filling missing values when it is necessary to use all records in the data and not to discard records with missing values. In this paper we propose a novel artificial neural network based clustering algorithm, Adaptive Resonance Theory-2(ART2) for imputation of missing values in mixed attribute data sets. The process of ART2 can recognize learned models fast and be adapted to new objects rapidly. It carries out model-based clustering by using competitive learning and self-steady mechanism in dynamic environment without supervision. The proposed approach not only imputes the missing values but also provides information about handling the outliers.

Keywords: ART2, data imputation, clustering, missing data, neural network, pre-processing

Procedia PDF Downloads 249
7448 Graph Neural Network-Based Classification for Disease Prediction in Health Care Heterogeneous Data Structures of Electronic Health Record

Authors: Raghavi C. Janaswamy

Abstract:

In the healthcare sector, heterogenous data elements such as patients, diagnosis, symptoms, conditions, observation text from physician notes, and prescriptions form the essentials of the Electronic Health Record (EHR). The data in the form of clear text and images are stored or processed in a relational format in most systems. However, the intrinsic structure restrictions and complex joins of relational databases limit the widespread utility. In this regard, the design and development of realistic mapping and deep connections as real-time objects offer unparallel advantages. Herein, a graph neural network-based classification of EHR data has been developed. The patient conditions have been predicted as a node classification task using a graph-based open source EHR data, Synthea Database, stored in Tigergraph. The Synthea DB dataset is leveraged due to its closer representation of the real-time data and being voluminous. The graph model is built from the EHR heterogeneous data using python modules, namely, pyTigerGraph to get nodes and edges from the Tigergraph database, PyTorch to tensorize the nodes and edges, PyTorch-Geometric (PyG) to train the Graph Neural Network (GNN) and adopt the self-supervised learning techniques with the AutoEncoders to generate the node embeddings and eventually perform the node classifications using the node embeddings. The model predicts patient conditions ranging from common to rare situations. The outcome is deemed to open up opportunities for data querying toward better predictions and accuracy.

Keywords: electronic health record, graph neural network, heterogeneous data, prediction

Procedia PDF Downloads 63
7447 Lateral Heterogeneity of 1/Q in Eastern and Southeastern Anatolia

Authors: Ufuk Aydın

Abstract:

The Coda attenuation and frequency dependency of seismic wave are strongly dependent on the effective stresses structures within the upper crust. In this study, the data of three different stations were used to examine the lateral variation of stress. The tectonic structures of these three areas have been examined comparatively using lateral coda tomography. In the study using the single scatter method, the window length selected to be 20 second. Coda values 80 with 94 and frequency dependency values obtained between 0.69 and 1.21. The 1/QC values for the three regions ranged from 0.0012 to 0.017, highlighting the regional differences in the seismotectonic activity of the crust. The lowest absorption values obtained from Erzurum station when the highest absorption values obtained at the Kemaliye station. The low Qc and high frequency dependency values obtained Kemaliye, which indicates that it has highest tectonic activity than other two regions. The seismo-dynamics data obtained from the study found to be in agreement with the tectonic structure of the region.

Keywords: regional coda attenuation, tectonic stress, crustal deformation

Procedia PDF Downloads 158
7446 A Polynomial Relationship for Prediction of COD Removal Efficiency of Cyanide-Inhibited Wastewater in Aerobic Systems

Authors: Eze R. Onukwugha

Abstract:

The presence of cyanide in wastewater is known to inhibit the normal functioning of bio-reactors since it has the tendency to poison reactor micro-organisms. Bench scale models of activated sludge reactors with varying aspect ratios were operated for the treatment of cassava wastewater at several values of hydraulic retention time (HRT). The different values of HRT were achieved by the use of a peristaltic pump to vary the rate of introduction of the wastewater into the reactor. The main parameters monitored are the cyanide concentration and respective COD values of the influent and effluent. These observed values were then transformed into a mathematical model for the prediction of treatment efficiency.

Keywords: wastewater, aspect ratio, cyanide-inhibited wastewater, modeling

Procedia PDF Downloads 53
7445 Importance of Perceived Values: A Case of Inbound Tourists Revisiting Bangkok, Thailand

Authors: Kanyapilai Kunchornsirimongkon, Kevin Wongleedee

Abstract:

The objectives of this research were to study the opinion of inbound tourist concerning the importance of perceived values and their decision to revisit Thailand. An accidental sampling method was utilized to get 200 respondents. The findings revealed that the majority of the respondents were from Europe and Asia which accounted for about 82.5 percent of the total. Approximately 72 percent of the respondents chose to revisit Bangkok once and 28 percent had revisited more than one time. Male and female respondents were approximately the same proportion. In addition, the findings revealed the top three most important perceived values were time, activities, and expenses, whereas the least important perceived values were lodging, knowledge, and night entertainment. The majority of inbound tourists rated the overall perceived value at a medium level of importance since the overall mean was 4.41 which was less than 4.5.

Keywords: perceived values, tourist destination, visiting, Thailand

Procedia PDF Downloads 287
7444 A Polyimide Based Split-Ring Neural Interface Electrode for Neural Signal Recording

Authors: Ning Xue, Srinivas Merugu, Ignacio Delgado Martinez, Tao Sun, John Tsang, Shih-Cheng Yen

Abstract:

We have developed a polyimide based neural interface electrode to record nerve signals from the sciatic nerve of a rat. The neural interface electrode has a split-ring shape, with four protruding gold electrodes for recording, and two reference gold electrodes around the split-ring. The split-ring electrode can be opened up to encircle the sciatic nerve. The four electrodes can be bent to sit on top of the nerve and hold the device in position, while the split-ring frame remains flat. In comparison, while traditional cuff electrodes can only fit certain sizes of the nerve, the developed device can fit a variety of rat sciatic nerve dimensions from 0.6 mm to 1.0 mm, and adapt to the chronic changes in the nerve as the electrode tips are bendable. The electrochemical impedance spectroscopy measurement was conducted. The gold electrode impedance is on the order of 10 kΩ, showing excellent charge injection capacity to record neural signals.

Keywords: impedance, neural interface, split-ring electrode, neural signal recording

Procedia PDF Downloads 345
7443 The Online Power of Values: Adolescents’ Values as Predicting Factors of Their Online Bystanders’ Behavior While Witnessing Cyberbullying

Authors: Sharon Cayzer-Haller, Shir Ginosar-Yaari, Ariel Knafo-Noam

Abstract:

The 21st century emerged as the digital century, and it is marked by a wide range of technological developments and changes, followed by potential changes in human communication skills. This technological revolution has changed human means of communication in many different ways: children and adolescents are spending much of their time in front of screens, participating in all sorts of online activities (even more so since the outbreak of COVID-19). The current study focuses on the role of values in adolescents' online bystanders' behavior. Values are cognitive, abstract representations of desirable goals that motivate behavior, and we hypothesized finding significant associations between specific values and differential online bystanders' feelings and behavior. Data was collected through online questionnaires that measured the participants' values, using Schwartz's short version of the Portrait Values Questionnaire (Schwartz, 2012). Participants’ online behavior was assessed in a questionnaire addressing reactions to situations of cyber shaming and cyberbullying, and specifically positive feelings and pro-social behavior (e.g., more supportive reactions) toward the victims, as opposed to different offensive behavioral reactions (such as laughing at the victim or ignoring the situation). Participants were recruited with a commercial research panel company, and 308 Israeli adolescents' values and online behavior were examined (mean age 15.2). As hypothesized, results show significant associations between self-transcendence values (universalism and benevolence) and conservation values (conformity, tradition, and security). These two groups of values were positively correlated with pro-social bystanders' feelings and behavior. On the opposite side of the values scale, the value of power was negatively associated with the participants' pro-social behavior, and positively associated with offensive behavioral reactions. Further research is needed, but we conclude that values serve as crucial guiding factors in directing adolescents' online feelings and behavior.

Keywords: adolescents, values, cyberbullying, online behavior, power

Procedia PDF Downloads 34
7442 Evaluation of Manual and Automatic Calibration Methods for Digital Tachographs

Authors: Sarp Erturk, Levent Eyigel, Cihat Celik, Muhammet Sahinoglu, Serdar Ay, Yasin Kaya, Hasan Kaya

Abstract:

This paper presents a quantitative analysis on the need for automotive calibration methods for digital tachographs. Digital tachographs are mandatory for vehicles used in people and goods transport and they are an important aspect for road safety and inspection. Digital tachographs need to be calibrated for workshops in order for the digital tachograph to display and record speed and odometer values correctly. Calibration of digital tachographs can be performed either manual or automatic. It is shown in this paper that manual calibration of digital tachographs is prone to errors and there can be differences between manual and automatic calibration parameters. Therefore automatic calibration methods are imperative for digital tachograph calibration. The presented experimental results and error analysis clearly support the claims of the paper by evaluating and statistically comparing manual and automatic calibration methods.

Keywords: digital tachograph, road safety, tachograph calibration, tachograph workshops

Procedia PDF Downloads 305
7441 Values-based Physical Education in a Diverse South African Context

Authors: C. F. Jones Couto

Abstract:

The implementation of quality Physical Education (PE) inspires and instils lasting healthy behavioural patterns, hence have the potential as an educational tool to teach values in today’s society. The goal of PE should be to contribute to the acceptance of the infinite qualities of South Africa’s (RSA) diversity and to claim RSA’s diversity as a source of strength that forms a universal bond of a common set of values. There is a global change in the interaction of children with their environment; their lives are shaped by forces that do not necessarily assist them in learning and applying values. In most countries today, the responsibility for developing values is assigned to schools in formal teaching settings. Values-based education offers an investment in individual and societal improvement through attendance to a values framework. The aim of this qualitative research is to develop a PE programme aligned with the current South African curriculum, enriched with values of Olympism and Ubuntuism, and to present PE teacher training workshops (TTW). Participatory action research will be used as the basis of how data will be collected, analysed, and presented on an ongoing, cyclical basis. PE teachers from different schools in the Tshwane District of RSA will participate as they can best inform the research questions and enhance the understanding of the phenomenon under study. The outcomes of using PE as a tool to teach values can propose recommendations to the Department of Basic Education of RSA to improve and implement a quality PE curriculum that is applicable to practice and that will optimize the chances of meeting the South African National Curriculum Statement standards. A PE programme with the aim of holistic development, based on the values of Olympism and Ubuntuism, can strive to ensure that the values set out in RSA’s constitution are part of PE organization, planning, and teaching at each South African school.

Keywords: olympism, physical education, teacher training, ubuntuism, values-based education

Procedia PDF Downloads 78
7440 The Relationship between Organizational Political Behavior and Moral Values with Work Engagement in Sport Employees of National Iranian Gas Company

Authors: Seyed Salahedin Naghshbandi, Mahnaz Ahmadikhatir, Siavash Hamidzadeh

Abstract:

The purpose of this study was to investigate the relationship between organizational political behavior and ethical values with the job enthusiasm of the sport personnel of the National Iranian Gas Company. The population of this research included all personnel of the National Iranian Gas Company's sports personnel (150 people). For collecting information, library resources and three questionnaires, organizational political behavior by Kaspar and Carlsen (1997), Lewall's moral values questionnaire (1986) and job enthusiasm questionnaire Schaufeli & Bekker (2003) have been used. Validity of the questionnaires was confirmed by university professors. Using Cronbach alpha correlation coefficient, the reliability of the organizational political behavior questionnaire was 0.92, the moral values questionnaire was 0.86 and the Schaufeli & Baker job enthusiasm questionnaire was 0.91-0.96. The results of this research show a significant, direct and positive relationship between the components of job aspiration with political behavior and ethical values. Therefore, managers of organizations should, as far as possible, remove political behaviors from the organization and be able to institutionalize ethical values in their organization so that they can increase employee eagerness.

Keywords: political behavior, ethical values, job enthusiasm, staff, national Iranian gas company

Procedia PDF Downloads 89
7439 A Mechanism of Reusable, Portable, and Reliable Script Generator on Android

Authors: Kuei-Chun Liu, Yu-Yu Lai, Ching-Hong Wu

Abstract:

A good automated testing tool could reduce as much as possible the manual work done by testers. Traditional record-replay testing tool provides an automated testing solution by recording mouse coordinates as test scripts, but it will be easily broken if any change of resolutions. Therefore, more and more testers design multiple test scripts to automate the testing process for different devices. In order to improve the traditional record-replay approach and reduce the effort that the testers spending on writing test scripts, we propose an approach for generating the Android application test scripts based on accessibility service without connecting to a computer. This approach simulates user input actions and replays them correctly even at the different conditions such as the internet connection is unstable when the device under test, the different resolutions on Android devices. In this paper, we describe how to generate test scripts automatically and make a comparison with existing tools for Android such as Robotium, Appium, UIAutomator, and MonkeyTalk.

Keywords: accessibility service, Appium, automated testing, MonkeyTalk, Robotium, testing, UIAutomator

Procedia PDF Downloads 346
7438 Electronic Physical Activity Record (EPAR): Key for Data Driven Physical Activity Healthcare Services

Authors: Rishi Kanth Saripalle

Abstract:

Medical experts highly recommend to include physical activity in everyone’s daily routine irrespective of gender or age as it helps to improve various medical issues or curb potential issues. Simultaneously, experts are also diligently trying to provide various healthcare services (interventions, plans, exercise routines, etc.) for promoting healthy living and increasing physical activity in one’s ever increasing hectic schedules. With the introduction of wearables, individuals are able to keep track, analyze, and visualize their daily physical activities. However, there seems to be no common agreed standard for representing, gathering, aggregating and analyzing an individual’s physical activity data from disparate multiple sources (exercise pans, multiple wearables, etc.). This issue makes it highly impractical to develop any data-driven physical activity applications and healthcare programs. Further, the inability to integrate the physical activity data into an individual’s Electronic Health Record to provide a wholistic image of that individual’s health is still eluding the experts. This article has identified three primary reasons for this potential issue. First, there is no agreed standard, both structure and semantic, for representing and sharing physical activity data across disparate systems. Second, various organizations (e.g., LA fitness, Gold’s Gym, etc.) and research backed interventions and programs still primarily rely on paper or unstructured format (such as text or notes) to keep track of the data generated from physical activities. Finally, most of the wearable devices operate in silos. This article identifies the underlying problem, explores the idea of reusing existing standards, and identifies the essential modules required to move forward.

Keywords: electronic physical activity record, physical activity in EHR EIM, tracking physical activity data, physical activity data standards

Procedia PDF Downloads 261
7437 Outlier Detection in Stock Market Data using Tukey Method and Wavelet Transform

Authors: Sadam Alwadi

Abstract:

Outlier values become a problem that frequently occurs in the data observation or recording process. Thus, the need for data imputation has become an essential matter. In this work, it will make use of the methods described in the prior work to detect the outlier values based on a collection of stock market data. In order to implement the detection and find some solutions that maybe helpful for investors, real closed price data were obtained from the Amman Stock Exchange (ASE). Tukey and Maximum Overlapping Discrete Wavelet Transform (MODWT) methods will be used to impute the detect the outlier values.

Keywords: outlier values, imputation, stock market data, detecting, estimation

Procedia PDF Downloads 59
7436 Single Imputation for Audiograms

Authors: Sarah Beaver, Renee Bryce

Abstract:

Audiograms detect hearing impairment, but missing values pose problems. This work explores imputations in an attempt to improve accuracy. This work implements Linear Regression, Lasso, Linear Support Vector Regression, Bayesian Ridge, K Nearest Neighbors (KNN), and Random Forest machine learning techniques to impute audiogram frequencies ranging from 125Hz to 8000Hz. The data contains patients who had or were candidates for cochlear implants. Accuracy is compared across two different Nested Cross-Validation k values. Over 4000 audiograms were used from 800 unique patients. Additionally, training on data combines and compares left and right ear audiograms versus single ear side audiograms. The accuracy achieved using Root Mean Square Error (RMSE) values for the best models for Random Forest ranges from 4.74 to 6.37. The R\textsuperscript{2} values for the best models for Random Forest ranges from .91 to .96. The accuracy achieved using RMSE values for the best models for KNN ranges from 5.00 to 7.72. The R\textsuperscript{2} values for the best models for KNN ranges from .89 to .95. The best imputation models received R\textsuperscript{2} between .89 to .96 and RMSE values less than 8dB. We also show that the accuracy of classification predictive models performed better with our best imputation models versus constant imputations by a two percent increase.

Keywords: machine learning, audiograms, data imputations, single imputations

Procedia PDF Downloads 56
7435 Agreement between Basal Metabolic Rate Measured by Bioelectrical Impedance Analysis and Estimated by Prediction Equations in Obese Groups

Authors: Orkide Donma, Mustafa M. Donma

Abstract:

Basal metabolic rate (BMR) is widely used and an accepted measure of energy expenditure. Its principal determinant is body mass. However, this parameter is also correlated with a variety of other factors. The objective of this study is to measure BMR and compare it with the values obtained from predictive equations in adults classified according to their body mass index (BMI) values. 276 adults were included into the scope of this study. Their age, height and weight values were recorded. Five groups were designed based on their BMI values. First group (n = 85) was composed of individuals with BMI values varying between 18.5 and 24.9 kg/m2. Those with BMI values varying from 25.0 to 29.9 kg/m2 constituted Group 2 (n = 90). Individuals with 30.0-34.9 kg/m2, 35.0-39.9 kg/m2, > 40.0 kg/m2 were included in Group 3 (n = 53), 4 (n = 28) and 5 (n = 20), respectively. The most commonly used equations to be compared with the measured BMR values were selected. For this purpose, the values were calculated by the use of four equations to predict BMR values, by name, introduced by Food and Agriculture Organization (FAO)/World Health Organization (WHO)/United Nations University (UNU), Harris and Benedict, Owen and Mifflin. Descriptive statistics, ANOVA, post-Hoc Tukey and Pearson’s correlation tests were performed by a statistical program designed for Windows (SPSS, version 16.0). p values smaller than 0.05 were accepted as statistically significant. Mean ± SD of groups 1, 2, 3, 4 and 5 for measured BMR in kcal were 1440.3 ± 210.0, 1618.8 ± 268.6, 1741.1 ± 345.2, 1853.1 ± 351.2 and 2028.0 ± 412.1, respectively. Upon evaluation of the comparison of means among groups, differences were highly significant between Group 1 and each of the remaining four groups. The values were increasing from Group 2 to Group 5. However, differences between Group 2 and Group 3, Group 3 and Group 4, Group 4 and Group 5 were not statistically significant. These insignificances were lost in predictive equations proposed by Harris and Benedict, FAO/WHO/UNU and Owen. For Mifflin, the insignificance was limited only to Group 4 and Group 5. Upon evaluation of the correlations of measured BMR and the estimated values computed from prediction equations, the lowest correlations between measured BMR and estimated BMR values were observed among the individuals within normal BMI range. The highest correlations were detected in individuals with BMI values varying between 30.0 and 34.9 kg/m2. Correlations between measured BMR values and BMR values calculated by FAO/WHO/UNU as well as Owen were the same and the highest. In all groups, the highest correlations were observed between BMR values calculated from Mifflin and Harris and Benedict equations using age as an additional parameter. In conclusion, the unique resemblance of the FAO/WHO/UNU and Owen equations were pointed out. However, mean values obtained from FAO/WHO/UNU were much closer to the measured BMR values. Besides, the highest correlations were found between BMR calculated from FAO/WHO/UNU and measured BMR. These findings suggested that FAO/WHO/UNU was the most reliable equation, which may be used in conditions when the measured BMR values are not available.

Keywords: adult, basal metabolic rate, fao/who/unu, obesity, prediction equations

Procedia PDF Downloads 99
7434 Diabetes Mellitus and Blood Glucose Variability Increases the 30-day Readmission Rate after Kidney Transplantation

Authors: Harini Chakkera

Abstract:

Background: Inpatient hyperglycemia is an established independent risk factor among several patient cohorts with hospital readmission. This has not been studied after kidney transplantation. Nearly one-third of patients who have undergone a kidney transplant reportedly experience 30-day readmission. Methods: Data on first-time solitary kidney transplantations were retrieved between September 2015 to December 2018. Information was linked to the electronic health record to determine a diagnosis of diabetes mellitus and extract glucometeric and insulin therapy data. Univariate logistic regression analysis and the XGBoost algorithm were used to predict 30-day readmission. We report the average performance of the models on the testing set on five bootstrapped partitions of the data to ensure statistical significance. Results: The cohort included 1036 patients who received kidney transplantation, and 224 (22%) experienced 30-day readmission. The machine learning algorithm was able to predict 30-day readmission with an average AUC of 77.3% (95% CI 75.30-79.3%). We observed statistically significant differences in the presence of pretransplant diabetes, inpatient-hyperglycemia, inpatient-hypoglycemia, and minimum and maximum glucose values among those with higher 30-day readmission rates. The XGBoost model identified the index admission length of stay, presence of hyper- and hypoglycemia and recipient and donor BMI values as the most predictive risk factors of 30-day readmission. Additionally, significant variations in the therapeutic management of blood glucose by providers were observed. Conclusions: Suboptimal glucose metrics during hospitalization after kidney transplantation is associated with an increased risk for 30-day hospital readmission. Optimizing the hospital blood glucose management, a modifiable factor, after kidney transplantation may reduce the risk of 30-day readmission.

Keywords: kidney, transplant, diabetes, insulin

Procedia PDF Downloads 51
7433 Family Values and Honest Attitudes in Pakistan: The Role of Tolerance and Justice Attitudes

Authors: Muhammad Shoaib

Abstract:

The aim of the study is to examine the effects of family values on honest attitudes by the mediation of tolerance attitudes and justice attitudes among family members. As many other developing settings, Pakistani society is undergoing a rapid and multifaceted social changes, in which traditional thinking coexists and often clashes with modern thinking. Family values have great effects on the honest attitudes among family members as well as all the members of Pakistani society. Tolerance attitudes, justice attitudes, personal experiences and modernity factors are contributing to the development of honest attitudes among family members. Family values attitudes enhance the concept of honesty feelings, fairness, and less thinking towards theft. For the present study 520 respondents were sampled from two urban areas of Punjab province; Lahore and Faisalabad, through proportionate random sampling technique. A survey method was used as a technique of data collection and an interview schedule was administered to collect information from the respondents. The results shows similar positive effects of tolerance and justice attitudes on honest attitude by the mediation of family values attitudes.

Keywords: family values, tolerance, justice, honesty, attitudes, Pakistan

Procedia PDF Downloads 413