Search results for: positive%20and%20negative%20impacts
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 6621

Search results for: positive%20and%20negative%20impacts

2991 Fuzzy Logic Modeling of Evaluation the Urban Skylines by the Entropy Approach

Authors: Murat Oral, Seda Bostancı, Sadık Ata, Kevser Dincer

Abstract:

When evaluating the aesthetics of cities, an analysis of the urban form development depending on design properties with a variety of factors is performed together with a study of the effects of this appearance on human beings. Different methods are used while making an aesthetical evaluation related to a city. Entropy, in its preliminary meaning, is the mathematical representation of thermodynamic results. Measuring the entropy is related to the distribution of positional figures of a message or information from the probabilities standpoint. In this study, analysis of evaluation the urban skylines by the entropy approach was modelled with Rule-Based Mamdani-Type Fuzzy (RBMTF) modelling technique. Input-output parameters were described by RBMTF if-then rules. Numerical parameters of input and output variables were fuzzificated as linguistic variables: Very Very Low (L1), Very Low (L2), Low (L3), Negative Medium (L4), Medium (L5), Positive Medium (L6), High (L7), Very High (L8) and Very Very High (L9) linguistic classes. The comparison between application data and RBMTF is done by using absolute fraction of variance (R2). The actual values and RBMTF results indicated that RBMTF can be successfully used for the analysis of evaluation the urban skylines by the entropy approach. As a result, RBMTF model has shown satisfying relation with experimental results, which suggests an alternative method to evaluation of the urban skylines by the entropy approach.

Keywords: urban skylines, entropy, rule-based Mamdani type, fuzzy logic

Procedia PDF Downloads 271
2990 Indonesia’s Defense Diplomacy Strength Towards China’s Aggressive Maritime Policy

Authors: Pangihutan Panjaitan, Helda Risman, Devindra Oktaviano

Abstract:

This research is departed from the security issues generated from China’s unilateral claims in the South China Sea conflict. The diplomacy challenges come from Indonesia’s relations with China as well as with ASEAN-member countries involved in the conflict. It is estimated that the conflict in the South China Sea region will become an endless conflict. Comprehensively, Indonesia is implementing a gradual shift in diplomatic approach in creating positive and constructive ties among Indonesia, China, and ASEAN. In line with the rapid-changing world order, the conventional military approach becomes less significant in today’s modern inter-state interactions. This research is conducted in a qualitative literature review to explain how Indonesia’s recent soft diplomacy approach applied in the South China Sea conflict. This type of diplomacy theoretically assumed as one of the most preferred ways to establish mutual trust and confidence among conflicting parties. Maritime issues found its significance in contemporary foreign policy since the world’s most dynamic region has moved to the archipelagic Asia-Pacific. As mentioned by rationalists, every country, including Indonesia, has surely formulated its own prominent national interest, such as the defense aspect. Finally, this research will provide a deep analysis on Indonesia’s centrality in ASEAN as an effective way to ensure Indonesia’s strategic policy in the region well accommodated.

Keywords: soft diplomacy, south China sea, national defense, China

Procedia PDF Downloads 142
2989 Movie Genre Preference Prediction Using Machine Learning for Customer-Based Information

Authors: Haifeng Wang, Haili Zhang

Abstract:

Most movie recommendation systems have been developed for customers to find items of interest. This work introduces a predictive model usable by small and medium-sized enterprises (SMEs) who are in need of a data-based and analytical approach to stock proper movies for local audiences and retain more customers. We used classification models to extract features from thousands of customers’ demographic, behavioral and social information to predict their movie genre preference. In the implementation, a Gaussian kernel support vector machine (SVM) classification model and a logistic regression model were established to extract features from sample data and their test error-in-sample were compared. Comparison of error-out-sample was also made under different Vapnik–Chervonenkis (VC) dimensions in the machine learning algorithm to find and prevent overfitting. Gaussian kernel SVM prediction model can correctly predict movie genre preferences in 85% of positive cases. The accuracy of the algorithm increased to 93% with a smaller VC dimension and less overfitting. These findings advance our understanding of how to use machine learning approach to predict customers’ preferences with a small data set and design prediction tools for these enterprises.

Keywords: computational social science, movie preference, machine learning, SVM

Procedia PDF Downloads 243
2988 Impact of Financial Inclusion on Gender Inequality: An Empirical Examination

Authors: Sumanta Kumar Saha, Jie Qin

Abstract:

This study analyzes the impact of financial inclusion on gender inequality in 126 countries belonging to different income groups during the 2005–2019 period. Due to its positive influence on poverty alleviation, economic growth, women empowerment, and income inequality reduction, financial inclusion may help reduce gender equality. This study constructs a novel composite financial inclusion index and applies both fixed-effect panel estimation and instrumental variable approach to examine the impact of financial inclusion on gender inequality. The results indicate that financial inclusion can reduce gender inequality in developing and low- and lower-middle-income countries, but not in higher-income countries. The impact is not always immediate. Past financial inclusion initiatives have a significant influence on future gender inequality. Financial inclusion is also significant if the poverty level is high and women's access to financial services is low compared to men. When the poverty level is low, or women have equal access to financial services, financial inclusion does not significantly affect gender inequality. The study finds that compulsory education and improvement in institutional quality promote gender equality in developing countries apart from financial inclusion. The study proposes that lower-income countries use financial inclusion initiatives to improve gender equality. Other countries need to focus on other aspects such as promoting educational support and institutional quality improvements to achieve gender equality.

Keywords: financial inclusion, gender inequality, institutional quality, women empowerment

Procedia PDF Downloads 116
2987 Organic Agriculture Harmony in Nutrition, Environment and Health: Case Study in Iran

Authors: Sara Jelodarian

Abstract:

Organic agriculture is a kind of living and dynamic agriculture that was introduced in the early 20th century. The fundamental basis for organic agriculture is in harmony with nature. This version of farming emphasizes removing growth hormones, chemical fertilizers, toxins, radiation, genetic manipulation and instead, integration of modern scientific techniques (such as biologic and microbial control) that leads to the production of healthy food and the preservation of the environment and use of agricultural products such as forage and manure. Supports from governments for the markets producing organic products and taking advantage of the experiences from other successful societies in this field can help progress the positive and effective aspects of this technology, especially in developing countries. This research proves that till 2030, 25% of the global agricultural lands would be covered by organic farming. Consequently Iran, due to its rich genetic resources and various climates, can be a pioneer in promoting organic products. In addition, for sustainable farming, blend of organic and other innovative systems is needed. Important limitations exist to accept these systems, also a diversity of policy instruments will be required to comfort their development and implementation. The paper was conducted to results of compilation of reports, issues, books, articles related to the subject with library studies and research. Likewise we combined experimental and survey to get data.

Keywords: develop, production markets, progress, strategic role, technology

Procedia PDF Downloads 98
2986 BodeACD: Buffer Overflow Vulnerabilities Detecting Based on Abstract Syntax Tree, Control Flow Graph, and Data Dependency Graph

Authors: Xinghang Lv, Tao Peng, Jia Chen, Junping Liu, Xinrong Hu, Ruhan He, Minghua Jiang, Wenli Cao

Abstract:

As one of the most dangerous vulnerabilities, effective detection of buffer overflow vulnerabilities is extremely necessary. Traditional detection methods are not accurate enough and consume more resources to meet complex and enormous code environment at present. In order to resolve the above problems, we propose the method for Buffer overflow detection based on Abstract syntax tree, Control flow graph, and Data dependency graph (BodeACD) in C/C++ programs with source code. Firstly, BodeACD constructs the function samples of buffer overflow that are available on Github, then represents them as code representation sequences, which fuse control flow, data dependency, and syntax structure of source code to reduce information loss during code representation. Finally, BodeACD learns vulnerability patterns for vulnerability detection through deep learning. The results of the experiments show that BodeACD has increased the precision and recall by 6.3% and 8.5% respectively compared with the latest methods, which can effectively improve vulnerability detection and reduce False-positive rate and False-negative rate.

Keywords: vulnerability detection, abstract syntax tree, control flow graph, data dependency graph, code representation, deep learning

Procedia PDF Downloads 153
2985 Transforming Emergency Care: Revolutionizing Obstetrics and Gynecology Operations for Enhanced Excellence

Authors: Lolwa Alansari, Hanen Mrabet, Kholoud Khaled, Abdelhamid Azhaghdani, Sufia Athar, Aska Kaima, Zaineb Mhamdia, Zubaria Altaf, Almunzer Zakaria, Tamara Alshadafat

Abstract:

Introduction: The Obstetrics and Gynecology Emergency Department at Alwakra Hospital has faced significant challenges, which have been further worsened by the impact of the COVID-19 pandemic. These challenges involve issues such as overcrowding, extended wait times, and a notable surge in demand for emergency care services. Moreover, prolonged waiting times have emerged as a primary factor contributing to situations where patients leave without receiving attention, known as left without being seen (LWBS), and unexpectedly abscond. Addressing the issue of insufficient patient mobility in the obstetrics and gynecology emergency department has brought about substantial improvements in patient care, healthcare administration, and overall departmental efficiency. These changes have not only alleviated overcrowding but have also elevated the quality of emergency care, resulting in higher patient satisfaction, better outcomes, and operational rewards. Methodology: The COVID-19 pandemic has served as a catalyst for substantial transformations in the obstetrics and gynecology emergency, aligning seamlessly with the strategic direction of Hamad Medical Corporation (HMC). The fundamental aim of this initiative is to revolutionize the operational efficiency of the OB-GYN ED. To accomplish this mission, a range of transformations has been initiated, focusing on essential areas such as digitizing systems, optimizing resource allocation, enhancing budget efficiency, and reducing overall costs. The project utilized the Plan-Do-Study-Act (PDSA) model, involving a diverse team collecting baseline data and introducing throughput improvements. Post-implementation data and feedback were analysed, leading to the integration of effective interventions into standard procedures. These interventions included optimized space utilization, real-time communication, bedside registration, technology integration, pre-triage screening, enhanced communication and patient education, consultant presence, and a culture of continuous improvement. These strategies significantly reduced waiting times, enhancing both patient care and operational efficiency. Results: Results demonstrated a substantial reduction in overall average waiting time, dropping from 35 to approximately 14 minutes by August 2023. The wait times for priority 1 cases have been reduced from 22 to 0 minutes, and for priority 2 cases, the wait times have been reduced from 32 to approximately 13.6 minutes. The proportion of patients spending less than 8 hours in the OB ED observation beds rose from 74% in January 2022 to over 98% in 2023. Notably, there was a remarkable decrease in LWBS and absconded patient rates from 2020 to 2023. Conclusion: The project initiated a profound change in the department's operational environment. Efficiency became deeply embedded in the unit's culture, promoting teamwork among staff that went beyond the project's original focus and had a positive influence on operations in other departments. This effectiveness not only made processes more efficient but also resulted in significant cost reductions for the hospital. These cost savings were achieved by reducing wait times, which in turn led to fewer prolonged patient stays and reduced the need for additional treatments. These continuous improvement initiatives have now become an integral part of the Obstetrics and Gynecology Division's standard operating procedures, ensuring that the positive changes brought about by the project persist and evolve over time.

Keywords: overcrowding, waiting time, person centered care, quality initiatives

Procedia PDF Downloads 48
2984 The Relationship among Exercise Participation, Job Stress and Job Satisfaction: A Study on Food Service Employees in Taiwan

Authors: Jui-Hsiu Chang

Abstract:

As an increasing number of restaurants are growing, the demand for man force in the food service industry is dramatically increasing as well. However, food service workers often complete the heavy workload, infrequent breaks, long hours and shifts. With the overwhelming workload, many workers have experienced high injury rates. As a result, the restaurant industry reports a higher employee turnover rate compare to other service industries in Taiwan. Restaurant managers are seeing ways to retain good employees in order to provide good quality service for daily operation. The purpose of this study was to explore the relationship among exercise participation, job stress and job satisfaction on the food service employees. In addition, to examine how the job stress affected their job satisfaction. A survey using a self-reported questionnaire was conducted to collect data, and 269 questionnaires were collected for data analysis. The obtained materials were analyzed using descriptive statistic, independent t-test, one-way ANOVA, linear regression analysis. The results show that 1. Job stress had a significantly negative influence on employees’ job satisfaction. 2. Exercise participation had significantly positive influence on employees’ job satisfaction. 3. Job stress and job satisfaction varied among the groups of respondent with different level of exercise involvement. Furthermore, the practical implications were proposed for the food service company management when developing daily operational strategies.

Keywords: exercise participation, food service employees, job satisfaction, job stress

Procedia PDF Downloads 249
2983 Air Quality Forecast Based on Principal Component Analysis-Genetic Algorithm and Back Propagation Model

Authors: Bin Mu, Site Li, Shijin Yuan

Abstract:

Under the circumstance of environment deterioration, people are increasingly concerned about the quality of the environment, especially air quality. As a result, it is of great value to give accurate and timely forecast of AQI (air quality index). In order to simplify influencing factors of air quality in a city, and forecast the city’s AQI tomorrow, this study used MATLAB software and adopted the method of constructing a mathematic model of PCA-GABP to provide a solution. To be specific, this study firstly made principal component analysis (PCA) of influencing factors of AQI tomorrow including aspects of weather, industry waste gas and IAQI data today. Then, we used the back propagation neural network model (BP), which is optimized by genetic algorithm (GA), to give forecast of AQI tomorrow. In order to verify validity and accuracy of PCA-GABP model’s forecast capability. The study uses two statistical indices to evaluate AQI forecast results (normalized mean square error and fractional bias). Eventually, this study reduces mean square error by optimizing individual gene structure in genetic algorithm and adjusting the parameters of back propagation model. To conclude, the performance of the model to forecast AQI is comparatively convincing and the model is expected to take positive effect in AQI forecast in the future.

Keywords: AQI forecast, principal component analysis, genetic algorithm, back propagation neural network model

Procedia PDF Downloads 205
2982 3D Hybrid Multiphysics Lattice Boltzmann Model for Studying the Flow Behavior of Emulsions in Structured Rectangular Microchannels

Authors: Luma Al-Tamimi, Hassan Farhat, Wessam Hasan

Abstract:

A three-dimensional (3D) hybrid quasi-steady thermal lattice Boltzmann model is developed to couple the effects of surfactant, temperature, interfacial tension, and contact angle. This 3D model is an extended scheme of a previously introduced two-dimensional (2D) hybrid lattice Boltzmann model. The 3D model is used to study the combined multi-physics effects on emulsion systems flowing in rectangular microchannels with and without confinements, where the suspended phase is made of droplets, plugs, or a mixture of both. The simulation results show that emulsion systems with plugs as the suspended phase are more efficient than with droplets, whereas mixed systems that form large plugs through coalescence have even greater efficiency. The 3D contact angle model generates matching results to those of the 2D model, which were validated with experiments. Furthermore, the effects of various confinements on adhering single drop systems are investigated for delineating their influence on the power required for transporting the suspended phase through the channel. It is shown that the deeper the constriction is, the lower the system efficiency. Increasing the surfactant concentration or fluid temperature in a channel with confinement carries a substantial positive effect on oil droplet transportation.

Keywords: lattice Boltzmann method, thermal, contact angle, surfactants, high viscosity ratio, porous media

Procedia PDF Downloads 164
2981 Tracking and Classifying Client Interactions with Personal Coaches

Authors: Kartik Thakore, Anna-Roza Tamas, Adam Cole

Abstract:

The world health organization (WHO) reports that by 2030 more than 23.7 million deaths annually will be caused by Cardiovascular Diseases (CVDs); with a 2008 economic impact of $3.76 T. Metabolic syndrome is a disorder of multiple metabolic risk factors strongly indicated in the development of cardiovascular diseases. Guided lifestyle intervention driven by live coaching has been shown to have a positive impact on metabolic risk factors. Individuals’ path to improved (decreased) metabolic risk factors are driven by personal motivation and personalized messages delivered by coaches and augmented by technology. Using interactions captured between 400 individuals and 3 coaches over a program period of 500 days, a preliminary model was designed. A novel real time event tracking system was created to track and classify clients based on their genetic profile, baseline questionnaires and usage of a mobile application with live coaching sessions. Classification of clients and coaches was done using a support vector machines application build on Apache Spark, Stanford Natural Language Processing Library (SNLPL) and decision-modeling.

Keywords: guided lifestyle intervention, metabolic risk factors, personal coaching, support vector machines application, Apache Spark, natural language processing

Procedia PDF Downloads 412
2980 Evaluation of Different Cowpea Genotypes Using Grain Yield and Canning Quality Traits

Authors: Magdeline Pakeng Mohlala, R. L. Molatudi, M. A. Mofokeng

Abstract:

Cowpea (Vigna unguiculata (L.) Walp) is an important annual leguminous crop in semi-arid and tropics. Most of cowpea grain production in South Africa is mainly used for domestic consumption, as seed planting and little or none gets to be used in industrial processing; thus, there is a need to expand the utilization of cowpea through industrial processing. Agronomic traits contribute to the understanding of the association between yield and its component traits to facilitate effective selection for yield improvement. The aim of this study was to evaluate cowpea genotypes using grain yield and canning quality traits. The field experiment was conducted in two locations in Limpopo Province, namely Syferkuil Agricultural Experimental farm and Ga-Molepo village during 2017/2018 growing season and canning took place at ARC-Grain Crops Potchefstroom. The experiment comprised of 100 cowpea genotypes laid out in a Randomized Complete Block Designs (RCBD). The grain yield, yield components, and canning quality traits were analysed using Genstat software. About 62 genotypes were suitable for canning, 38 were not due to their seed coat texture, and water uptake was less than 80% resulting in too soft (mushy) seeds. Grain yield for RV115, 99k-494-6, ITOOK1263, RV111, RV353 and 53 other genotypes recorded high positive association with number of branches, pods per plant, and number of seeds per pod, unshelled weight and shelled weight for Syferkuil than at Ga-Molepo are therefore recommended for canning quality.

Keywords: agronomic traits, canning quality, genotypes, yield

Procedia PDF Downloads 128
2979 Nurses' Knowledge and Attitudes toward the Use of Physical Restraints

Authors: Fatema Salman, Ridha Hammam, Fatima Khairallah, Fatima Aradi, Nafeesa Abdulla, Mohammed Alsafar

Abstract:

Purpose: This study aims at measuring the extent of nurses’ knowledge and attitudes toward the use of physical restraints in different hospital wards at Salmaniya Medical Complex (SMC). Background: The habitual use of physical restraint is a widespread practice among nurses working in the clinical settings. Restraints inflict many deleterious consequences on patients physically and psychologically which in turn increases their morbidity and mortality risk and jeopardizes care quality. Nurses’ knowledge and attitudes toward physical restraints are crucial determinants of the persistence of this practice. Literature review: the evidence of lack of knowledge among nurses regarding the use of physical restraints is overwhelming in various clinical settings, especially in two main areas which are the negative consequences and the available alternatives to physical restraints. Studies explored nurses’ attitudes toward physical restraints yielded inconsistent findings. Equally comparable, some studies found that nurses hold positive attitudes toward the use of physical restraints while some others reported just the opposite. Methods: Self-administered knowledge and attitudes scales to 106 nurses working in the SMC. Findings: nurses hold the moderate level of knowledge about restraints (M=58%) with weak negative attitudes (M = -20%) toward using it. Significant moderately-strong negative correlation (r= -0.57, r2= 0.32, p= 0.000) was uncovered between nurses knowledge and their attitudes which provided an empirical explanation of this phenomenon (use of physical restraints). Recommendations: Induction of awareness program that especially focuses on the negative consequences and encourages the use of alternatives is an evident need. This effort necessarily should be adjoined with policy and procedure adjustments.

Keywords: attitudes, knowledge, nurses, restraints

Procedia PDF Downloads 281
2978 Decentralization and Participatory Approach in the Cultural Heritage Management in Local Thailand

Authors: Amorn Kritsanaphan

Abstract:

This paper illustrates the decentralization of cultural heritage management in local Thailand, a place similar to other middle- income developing countries characterized by rapid tourism-industrialization, weakness formal state institutions and procedures, and intensity use of the cultural heritage resources. The author conducted field research in local Thailand, principally using qualitative primary data gathering. These were combined with records reviews and content analysis of documents. The author also attended local public meetings, and social activities, and interacted casually with local residents and governments. Cultural heritage management has been supposed to improve through multi-stakeholder participation and decentralization. However, processes and outcomes are far from being straightforward and depend on a variety of contingencies and contexts involved. Multi-stakeholder and participatory approach in decentralization of the cultural heritage management in Thailand have pushed to the forefront and sharpened a number of existing problems. However, under the decentralization, the most significant contribution has been in creating real political space where various local stakeholders have become active, respond and address their concerns in various ways vis-à-vis cultural heritage problems. Improving cultural heritage sustainability and viability of local livelihoods through decentralization and participatory approach is by no means certain. However, the shift instead creates spaces potent with possibilities for a meaningful and constructive engagement between and among local state and non-state actors that can lead to synergies and positive outcomes.

Keywords: decentralization, participatory approach, cultural heritage management, multi-stakeholder approach

Procedia PDF Downloads 129
2977 The Mediator Role of Social Competence in the Relation between Effortful Control and Maths Achievement

Authors: M. A. Fernández-Vilar, M. D. Galián, E. Ato

Abstract:

The aim of this work was to analyze the relation between children´s effortful control and Maths achievement in a sample of 447 Spanish children aged between 6 and 8 years. Traditionally, the literature confirms that higher level of effortful control has been associated with higher academic achievement, but there are few studies that include the effect that children´s social competence exert to this relation. To measure children’s effortful control parents were given the TMCQ (Temperament in Middle Childhood Questionnaire), and Maths achievement was taken from teacher´s rates. To measure social competence, we used the nominations method in the classroom context. Results confirmed that higher effortful control predicted a better maths achievement, whereas lower effortful control scores predicted lower Maths scores. Using a statistical modeling approach, we tested a mediation model that revealed the mediating role of social competence (popularity and rejection) in the relation between effortful control and Maths achievement. Concretely, higher social competence (higher popularity and lower rejection) seems to mediate the better Maths achievement showed by better self´regulated children. Therefore, an adequate social competence mediates the positive effect that self-regulatory capacity exerts to academic achievement. The clinical implications of the present findings should be considered. Specifically, rejected children must be detected and evaluated in community settings, such as school or community programs, due the relevant role of social competence in the relation between temperament and academic achievement.

Keywords: effortful control, maths achievement, social competence, mediation

Procedia PDF Downloads 373
2976 Resilience in Refuge Context: The Validity Assessment Using Child and Youth Resilience Measure-28 among Afghan Young Immigrants in Iran

Authors: Baqir Rezai, Leila Heydarinasab, Rasol Roshan, Mohammad Ghulami

Abstract:

Introduction: The resilience process is one of the controversial and important subjects for child and youth immigrants throughout the world. Positive adaptation to the environment is a consequence of resilience which can affect the quality of life and physical and mental health among immigrants. Objective: A total of 714 Afghan young immigrants (14 to 18-years-old) who live in Iran for more than three years were entered into the study. A random sampling method was applied to obtain data. The study samples were divided into two groups (N1 =360 and N2=354) for exploratory and confirmation analysis. Exploratory factorial analysis was applied to confirm the construct validity of CYRM-28. Results: The results showed that this scale has useful validity content, and the study samples include three factors of individuals, context, and relational in child and youth resilience measure-28. However, from a total of 28 main items, only 15 items could identify these factors. Discussion: The resilience process among young immigrants is mainly explained by individuals, social and cultural conditions. For instance, young immigrants search the resilience process in conditions that caused their immigration. In this context, some questions about the content of security and personal promotion in society could identify three main factors.

Keywords: CYRM-28, factorial analysis, resilience, Afghan young immigrants

Procedia PDF Downloads 123
2975 New Managerialism and Organizational Commitment: Impact towards Employees' Work Performance in a Malaysian Public University

Authors: Kamarul Fairuz Hassim, Sharifah Fatimah Syed-Ahmad

Abstract:

New managerialism has become the current trend in managing public sector which emphasizes on efficiency, effectiveness, and accountability. Public universities are not exempted from experiencing this new system. This study tries to explore the direct impact of new managerialism towards work performance of the employees in a public university in Malaysia and the indirect impact through a mediating factor – Organizational Commitment. Feedback were gathered from 204 respondents comprises of academics and non-academics managers in the University of Malaya using a 39 items, self-administered questionnaire. Respondents’ views were asked in the aspects of managerialism level of the university, their organizational commitment, and self-rated work performance level. The findings exhibit that there is a direct impact of new managerialism towards employees’ work performance in a positive way. This is contradicting to the established Hypotheses of this study. Furthermore, there is no significant finding on the role of all three components of organizational commitment – affective, normative, and continuance as the mediating factors in new managerialism approach that gave impact towards work performance. Consequently these insignificant found failed to corroborate the remaining six hypotheses in this study. On another note, findings gathered from this study show some contradiction to the original research conducted earlier by Smeenk et al. in 2009. Therefore, results obtained from this study do contribute to the existing pool of knowledge as previous studies on this topic are scarce especially in the Malaysia’s context.

Keywords: new managerialism, Malaysia public universities, organizational commitment, work performance

Procedia PDF Downloads 355
2974 Horizontal Gender Inequality and Segregation at Workplace in China: Understanding How Implicit and Unconscious Gender Stereotypes Produce and Reinforce Workplace Gender Inequality in China through Interview-Based Qualitative Analysis

Authors: Yiyan Wu

Abstract:

In the past several decades, the market transition in China has brought in not only more opportunities for women in the labor market but also more attention to gender inequality in workplace. Although some pieces of literature have mentioned gender inequality and segregation at workplace in China, the paper looks into the variations of gender inequality and segregation: working women have little feeling about 'hierarchical inequalities', which define the status and position of women at the workplace. However, at the same time, they unconsciously reinforced 'horizontal inequalities', which creates gender segregation across occupations and job titles. Using qualitative interviews with women employers and employees of various occupations and job titles in Eastern and Southern China, this paper finds evidence that working women's understandings of the division of labor based on the characteristics and expectations of women and men are not as a result of rationality and efficiency, but instead, are the products of gendered stereotypes and traditions. However, holding positive views of gender equality at workplace, working women are not aware of the existence and influence of such gendered stereotypes and traditions. By distinguishing the concepts of 'horizontal inequality' and 'hierarchical inequality' with a cultural sociological approach, this paper contributes to the understanding of gender inequality and segregation in contemporary Chinese society. Moreover, this paper explains the logic behind the paradox in which gender inequality and segregation at workplace persist while women are feeling equal.

Keywords: gender equality, segregation, hierarchical inequality, horizontal inequality, China

Procedia PDF Downloads 148
2973 Determination of Marbofloxacin in Pig Plasma Using LC-MS/MS and Its Application to the Pharmacokinetic Studies

Authors: Jeong Woo Kang, MiYoung Baek, Ki-Suk Kim, Kwang-Jick Lee, ByungJae So

Abstract:

Introduction: A fast, easy and sensitive detection method was developed and validated by liquid chromatography tandem mass spectrometry for the determination of marbofloxacin in pig plasma which was further applied to study the pharmacokinetics of marbofloxacin. Materials and Methods: The plasma sample (500 μL) was mixed with 1.5 ml of 0.1% formic acid in MeCN to precipitate plasma proteins. After shaking for 20 min, The mixture was centrifuged at 5,000 × g for 30 min. It was dried under a nitrogen flow at 50℃. 500 μL aliquot of the sample was injected into the LC-MS/MS system. Chromatographic analysis was carried out mobile phase gradient consisting 0.1% formic acid in D.W. (A) and 0.1% formic acid in MeCN (B) with C18 reverse phase column. Mass spectrometry was performed using the positive ion mode and the selected ion monitoring (MRM). Results and Conclusions: The method validation was performed in the sample matrix. Good linearities (R2>0.999) were observed and the quantified average recoveries of marbofloxacin were 87 - 92% at level of 10 ng g-1 -100 ng g-1. The percent of coefficient of variation (CV) for the described method was less than 10 % over the range of concentrations studied. The limits of detection (LOD) and quantification (LOQ) were 2 and 5 ng g-1, respectively. This method has also been applied successfully to pharmacokinetic analysis of marbofloxacin after intravenous (IV), intramuscular (IM) and oral administration (PO). The mean peak plasma concentration (Cmax) was 2,597 ng g-1at 0.25 h, 2,587 ng g-1at 0.44 h and 2,355 ng g-1at 1.58 h for IV, IM and PO, respectively. The area under the plasma concentration-time curve (AUC0–t) was 24.8, 29.0 and 25.2 h μg/mL for IV, IM and PO, respectively. The elimination half-life (T1/2) was 8.6, 13.1 and 9.5 for IV, IM and PO, respectively. Bioavailability (F) of the marbofloxacin in pig was 117 and 101 % for IM and PO, respectively. Based on these result, marbofloxacin does not have any obstacles as therapeutics to develop the oral formulations such as tablets and capsules.

Keywords: marbofloxacin, LC-MS/MS, pharmacokinetics, chromatographic

Procedia PDF Downloads 527
2972 Auditory and Language Skills Development after Cochlear Implantation in Children with Multiple Disabilities

Authors: Tamer Mesallam, Medhat Yousef, Ayna Almasaad

Abstract:

BACKGROUND: Cochlear implantation (CI) in children with additional disabilities can be a fundamental and supportive intervention. Although, there may be some positive impacts of CI on children with multiple disabilities such as better outcomes of communication skills, development, and quality of life, the families of those children complain from the post-implant habilitation efforts that considered as a burden. OBJECTIVE: To investigate the outcomes of CI children with different co-disabilities through using the Meaningful Auditory Integration Scale (MAIS) and the Meaningful Use of Speech Scale (MUSS) as outcome measurement tools. METHODS: The study sample comprised 25 hearing-impaired children with co-disability who received cochlear implantation. Age and gender-matched control group of 25 cochlear-implanted children without any other disability has been also included. The participants' auditory skills and speech outcomes were assessed using MAIS and MUSS tests. RESULTS: There was a statistically significant difference in the different outcomes measure between the two groups. However, the outcomes of some multiple disabilities subgroups were comparable to the control group. Around 40% of the participants with co-disabilities experienced advancement in their methods of communication from behavior to oral mode. CONCLUSION: Cochlear-implanted children with multiple disabilities showed variable degrees of auditory and speech outcomes. The degree of benefits depends on the type of the co-disability. Long-term follow-up is recommended for those children.

Keywords: children with disabilities, Cochlear implants, hearing impairment, language development

Procedia PDF Downloads 101
2971 Innovative Activity and Development: Analysing Firm Data from Eurozone Country-Members

Authors: Ilias A. Makris

Abstract:

In this work, we attempt to associate firm characteristics with innovative activity. We collect microdata from listed firms of selected Eurozone Country-members, after the beginning of 2007 financial crisis. The following literature, several indicators of growth and performance were selected and tested for their ability to interpret innovative activity. The main scope is to examine the possible differences in performance and growth between innovative and non-innovative firms, during a severe recession. Additionally to that, a special focus will be held on whether macroeconomic performance and national innovation system, determines the extent of innovators' performance. Preliminary findings, through correlation matrices and non-parametric tests, strongly indicate the positive relation between innovative activity and most of the measures used (profitability, size, employment), confirming that even during a recessionary period, innovative firms not only survive but also seem to succeed better economic results in almost all indexes relative to non-innovative. However, even though innovators seem to perform better in all economies examined, the extent of that performance seems to be strongly affected by the supportive mechanisms (financial and structural) that their country provides. Thus, it is clear, that the technologically intensive 'gap' between European South and North, during the economic crisis, became chaotic, due to the harsh austerity measures and reduced budgets in those countries, even in sectors with high potentials in economic activity and employment, impairing the effects of crisis and enhancing the vicious circle of recession.

Keywords: eurozone, innovative activity, development, firm performance, non-parametric tests

Procedia PDF Downloads 420
2970 Prevalence of Endemic Goiter in School Children and Women of Reproductive Age Group during Post Salt Iodization Period in Andro Constituency, Imphal-East District, Manipur, India

Authors: Y. Suchitra Devi, L. Hemchandra Singh

Abstract:

Background: Because of its geographical location, Manipur lies in the conventional goiter endemic belt. During the post salt iodization period, endemic goiter was prevalent in the valley districts of Manipur without iodine deficiency. Objectives: The present study aim at the prevalence of goiter among school children (6-12 years) and women of reproductive age group (above 20 years) of Andro Assembly Constituency, Imphal- East, Manipur, India. Method: A total of 3992 individuals were clinically examined for thyroid enlargement. Hormones like TSH, FT₄, FT₃, and Anti-TPO, Anti-Tg were tested, UIC, USCN, testing of iodine in water and salt. Result: Total goiter prevalence was found to be 13.98%, median urinary iodine level was 166.0 µg/l, mean urinary thiocyanate concentration was 0.726 ± 0.408, mean water iodine concentration was 3.843 ± 2.291, and all the salt samples were above 15ppm. 6 out of 41 children and 93 out of 176 women were auto antibody positive. 41 children and 176 women were tested for TSH, FT₄, and FT₃, which shows disturbance in hormone level. Conclusion: The present study showed that the region is mildly goiter endemic without biochemical iodine deficiency.

Keywords: goiter, TSH, FT₄, FT₃, anti-TPO, anti-Tg, UIC, USCN, school children and women of reproductive age

Procedia PDF Downloads 92
2969 The Impact of Management Competency, Project Team, and Process Design to Corporate Performance through Implementing the Self-Development ERP

Authors: Zeplin Jiwa Husada Tarigan, Sautma Ronni Basana, Widjojo Suprapto

Abstract:

Manufacturing companies in East Java develop their own ERP system or alter the ERP system which is developed by other companies to suit their needs. To make their own system, the companies mostly assign several employees from various departments to create a project team, and the employees are from the departments that are going to utilize the ERP system as the integrated data. The project team decides the making of the ERP system from the preparation stage until the going live implementation process. In designing the business process, the top management is working together with the project team until the project is accomplished. The completion of the ERP projects depends on the project to be undertaken itself, the strategy chosen to complete the project, the work method selection, the measurement system to monitor the project, the evaluation system of the project, and, in the end, the declaration of 'going live' of the ERP project. There is an increase in the business performance for the companies that have implemented the information technology or ERP as they manage to integrate all management functions within their companies. To investigate, some questionnaires are distributed to 100 manufacturing companies, and 90 questionnaires are returned; however, there are only 46 companies that develop their own ERP system, so the response rate is 46%. The result of data analysis using PLS shows that the management competency brings impacts to the project team and the process design. The process design is adjusted to the real process in order to implement the ERP, but it does not bring direct impacts to the business performance. The implementation of ERP brings positive impacts to the company business performance.

Keywords: management competency, project team, process design, ERP implementation, business performance

Procedia PDF Downloads 193
2968 Association of Hypoxia-Inducible Factor-1α in Patients with Chronic Obstructive Pulmonary Diseases

Authors: Kriti Upadhyay, Ashraf Ali, Puja Sohal, Randeep Guleria

Abstract:

Background: In Chronic Obstructive Pulmonary diseases (COPD) pathogenesis oxidative stress plays an important role. Hypoxia-Inducible factor (HIF-1α) is a dimeric protein complex which Functions as a master transcriptional regulator of the adaptive response to hypoxiaand is a risk factor that increases when oxidative stress triggers. The role ofHIF-1αin COPD due to smoking is lacking. Aim: This study aims to evaluate the role of HIF-1α in smoker COPD patients comparing its association with diseases severity. Method: In this cross-sectional study, we recruited 87 subjects, 57 were smokers with COPD,15 were smokers without COPD and other 15 were non-smoker healthy controls. The mean age was 54.6± 9.32 (cases 57.08±8.15; controls 50.0± 9.8). There were 62%smokers, 25% non-smokers,7% tobacco chewers and 6% ex-smokers. Enzyme-linked immune sorbent assay (ELISA) method was used for analyzing serum samples wherein HIF-1α was analyzed by Sandwich-ELISA. Results: In smoker COPD patients, a significantly higher HIF-1α level showed positive association with hypoxia, smoking status and severity of disease (p=0.03). The mean value of HIF-1α was not significantly different in smokers without COPD and healthy controls. Conclusion: It is found that HIF-1α level was increased in smoker COPD, but not in smokers without COPD. This suggests that development of COPD drive the HIF-1α pathway and it correlates with the severity of diseases.

Keywords: COPD, chronic obstructive pulmonary diseases, smokers, nonsmokers, hypoxia

Procedia PDF Downloads 122
2967 Evaluation of Different Fertilization Practices and Their Impacts on Soil Chemical and Microbial Properties in Two Agroecological Zones of Ghana

Authors: Ansong Richard Omari, Yosei Oikawa, Yoshiharu Fujii, Dorothea Sonoko Bellingrath-Kimura

Abstract:

Renewed interest in soil management aimed at improving the productive capacity of Sub Saharan Africa (SSA) soils has called for the need to analyse the long term effect of different fertilization systems on soil. This study was conducted in two agroecological zones (i.e., Guinea Savannah (GS) and Deciduous forest (DF)) of Ghana to evaluate the impacts of long term (> 5 years) fertilization schemes on soil chemical and microbial properties. Soil samples under four different fertilization schemes (inorganic, inorganic and organic, organic, and no fertilization) were collected from 20 farmers` field in both agroecological zones. Soil analyses were conducted using standard procedures. All average soil quality parameters except extractable C, potential mineralizable nitrogen and CEC were significantly higher in DF sites compared to GS. Inorganic fertilization proved superior in soil chemical and microbial biomass especially in GS zone. In GS, soil deterioration index (DI) revealed that soil quality deteriorated significantly (−26%) under only organic fertilization system whereas soil improvement was observed under inorganic and no fertilization sites. In DF, either inorganic or organic and inorganic fertilization showed significant positive effects on soil quality. The high soil chemical composition and enhanced microbial biomass in DF were associated with the high rate of inorganic fertilization.

Keywords: deterioration index, fertilization scheme, microbial biomass, tropical agroecological zone

Procedia PDF Downloads 383
2966 The Effect of Intimate Partner Violence on Child Abuse in South Korea: Focused on the Moderating Effects of Patriarchal Attitude and Informal Social Control

Authors: Hye Lin Yang, Clifton R. Emery

Abstract:

Purpose: The purpose of this study is to examine the effects of intimate partner violence on child abuse, whether patriarchal attitude and informal social control moderate the relationship between intimate partner violence and child abuse. This study was conducted with data from The Seoul Families and Neighborhoods Study (SFNS). The SFNS is a representative random probability 3-stage cluster sample of 541 cohabiting couples in Seoul, South Korea collected in 2012. To verify research models, Random effect analysis were used. All analyses were performed using the Stata program. Results: Crucial findings are the following. First, intimate partner violence showed a significantly positive relationship with Child abuse. Second, there are significant moderating effects of informal social control on intimate partner violence - child abuse. Third, there are significant moderating effects of patriarchal attitude on intimate partner violence - child abuse. In other words, Patriarchal attitude is a significant risk factor of child abuse and informal social control is a significant Protection factor of child abuse. Based on results, the policy and practical implications for preventing child abuse, promoting informal social control were discussed.

Keywords: Intimate partner violence, child abuse, informal social control, patriarchal attitude

Procedia PDF Downloads 279
2965 Improvement of Microstructure, Wear and Mechanical Properties of Modified G38NiCrMo8-4-4 Steel Used in Mining Industry

Authors: Mustafa Col, Funda Gul Koc, Merve Yangaz, Eylem Subasi, Can Akbasoglu

Abstract:

G38NiCrMo8-4-4 steel is widely used in mining industries, machine parts, gears due to its high strength and toughness properties. In this study, microstructure, wear and mechanical properties of G38NiCrMo8-4-4 steel modified with boron used in the mining industry were investigated. For this purpose, cast materials were alloyed by melting in an induction furnace to include boron with the rates of 0 ppm, 15 ppm, and 50 ppm (wt.) and were formed in the dimensions of 150x200x150 mm by casting into the sand mould. Homogenization heat treatment was applied to the specimens at 1150˚C for 7 hours. Then all specimens were austenitized at 930˚C for 1 hour, quenched in the polymer solution and tempered at 650˚C for 1 hour. Microstructures of the specimens were investigated by using light microscope and SEM to determine the effect of boron and heat treatment conditions. Changes in microstructure properties and material hardness were obtained due to increasing boron content and heat treatment conditions after microstructure investigations and hardness tests. Wear tests were carried out using a pin-on-disc tribometer under dry sliding conditions. Charpy V notch impact test was performed to determine the toughness properties of the specimens. Fracture and worn surfaces were investigated with scanning electron microscope (SEM). The results show that boron element has a positive effect on the hardness and wear properties of G38NiCrMo8-4-4 steel.

Keywords: G38NiCrMo8-4-4 steel, boron, heat treatment, microstructure, wear, mechanical properties

Procedia PDF Downloads 176
2964 An Investigation of Sentiment and Themes from Twitter for Brexit in 2016

Authors: Anas Alsuhaibani

Abstract:

Observing debate and discussion over social media has been found to be a promising tool to investigate different types of opinion. On 23 June 2016, Brexit voters in the UK decided to depart from the EU, with 51.9% voting to leave. On Twitter, there had been a massive debate in this context, and the hashtag Brexit was allocated as number six of the most tweeted hashtags across the globe in 2016. The study aimed to investigate the sentiment and themes expressed in a sample of tweets during a political event (Brexit) in 2016. A sentiment and thematic analysis was conducted on 1304 randomly selected tweets tagged with the hashtag Brexit in Twitter for the period from 10 June 2016 to 7 July 2016. The data were coded manually into two code frames, sentiment and thematic, and the reliability of coding was assessed for both codes. The sentiment analysis of the selected sample found that 45.63% of tweets conveyed negative emotions while there were only 10.43% conveyed positive emotions. It also surprisingly resulted that 29.37% were factual tweets, where the tweeter expressed no sentiment and the tweet conveyed a fact. For the thematic analysis, the economic theme dominated by 23.41%, and almost half of its discussion was related to business within the UK and the UK and global stock markets. The study reported that the current UK government and relation to campaign themes were the most negative themes. Both sentiment and thematic analyses found that tweets with more than one opinion or theme were rare, 8.29% and 6.13%, respectively.

Keywords: Brexit, political opinion mining, social media, twitter

Procedia PDF Downloads 191
2963 Exploring the Association between Personality Traits and Adolescent Wellbeing in Online Education: A Systematic Review

Authors: Rashmi Motwani, Ritu Raj

Abstract:

The emergence of online educational environments has changed the way adolescents learn, which has benefits and drawbacks for their development. This review has as its goal the examination of how personality traits and adolescents’ well-being are associated in the setting of online education. This review analyses the effects of a variety of personality traits on the mental, emotional, and social health of online school-going adolescents by looking at a wide range of previous research. This research explores the mechanisms that mediate or regulate the connection between one's personality traits and well-being in an online educational environment. The elements can be broken down into two categories: technological, like internet availability and digital literacy, and social, including social support, peer interaction, and teacher-student connections. To improve the well-being of adolescents in online learning environments, it is essential to understand factors that moderate the effects of interventions and support systems. This review concludes by emphasising the complex nature of the association between individual differences in personality and the success of online students aged 13 to 18. This review contributes to the development of evidence-based strategies for promoting positive mental health and overall well-being among adolescents engaged in online educational settings by shedding light on the impact of personality traits on various dimensions of well-being and by identifying the mediating or moderating factors. Educators, governments, and parents can use the findings of this review to create an online learning environment that is safe and well-being for adolescents.

Keywords: personality traits, adolescent, wellbeing, online education

Procedia PDF Downloads 34
2962 Sustainability in Hospitality: An Inevitable Necessity in New Age with Big Environmental Challenges

Authors: Majid Alizadeh, Sina Nematizadeh, Hassan Esmailpour

Abstract:

The mutual effects of hospitality and the environment are undeniable, so that the tourism industry has major harmful effects on the environment. Hotels, as one of the most important pillars of the hospitality industry, have significant effects on the environment. Green marketing is a promising strategy in response to the growing concerns about the environment. A green hotel marketing model was proposed using a grounded theory approach in the hotel industry. The study was carried out as a mixed method study. Data gathering in the qualitative phase was done through literature review and In-depth, semi-structured interviews with 10 experts in green marketing using snowball technique. Following primary analysis, open, axial, and selective coding was done on the data, which yielded 69 concepts, 18 categories and six dimensions. Green hotel (green product) was adopted as the core phenomenon. In the quantitative phase, data were gleaned using 384 questionnaires filled-out by hotel guests and descriptive statistics and Structural equation modeling (SEM) were used for data analysis. The results indicated that the mediating role of behavioral response between the ecological literacy, trust, marketing mix and performance was significant. The green marketing mix, as a strategy, had a significant and positive effect on guests’ behavioral response, corporate green image, and financial and environmental performance of hotels.

Keywords: green marketing, sustainable development, hospitality, grounded theory, structural equations model

Procedia PDF Downloads 50