Search results for: monitoring/methods and impact assessment
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 28873

Search results for: monitoring/methods and impact assessment

21163 Catchment Yield Prediction in an Ungauged Basin Using PyTOPKAPI

Authors: B. S. Fatoyinbo, D. Stretch, O. T. Amoo, D. Allopi

Abstract:

This study extends the use of the Drainage Area Regionalization (DAR) method in generating synthetic data and calibrating PyTOPKAPI stream yield for an ungauged basin at a daily time scale. The generation of runoff in determining a river yield has been subjected to various topographic and spatial meteorological variables, which integers form the Catchment Characteristics Model (CCM). Many of the conventional CCM models adapted in Africa have been challenged with a paucity of adequate, relevance and accurate data to parameterize and validate the potential. The purpose of generating synthetic flow is to test a hydrological model, which will not suffer from the impact of very low flows or very high flows, thus allowing to check whether the model is structurally sound enough or not. The employed physically-based, watershed-scale hydrologic model (PyTOPKAPI) was parameterized with GIS-pre-processing parameters and remote sensing hydro-meteorological variables. The validation with mean annual runoff ratio proposes a decent graphical understanding between observed and the simulated discharge. The Nash-Sutcliffe efficiency and coefficient of determination (R²) values of 0.704 and 0.739 proves strong model efficiency. Given the current climate variability impact, water planner can now assert a tool for flow quantification and sustainable planning purposes.

Keywords: catchment characteristics model, GIS, synthetic data, ungauged basin

Procedia PDF Downloads 310
21162 Usage of Channel Coding Techniques for Peak-to-Average Power Ratio Reduction in Visible Light Communications Systems

Authors: P. L. D. N. M. de Silva, S. G. Edirisinghe, R. Weerasuriya

Abstract:

High peak-to-average power ratio (PAPR) is a concern of orthogonal frequency division multiplexing (OFDM) based visible light communication (VLC) systems. Discrete Fourier Transform spread (DFT-s) OFDM is an alternative single carrier modulation scheme which would address this concern. Employing channel coding techniques is another mechanism to reduce the PAPR. Previous research has been conducted to study the impact of these techniques separately. However, to the best of the knowledge of the authors, no study has been done so far to identify the improvement which can be harnessed by hybridizing these two techniques for VLC systems. Therefore, this is a novel study area under this research. In addition, channel coding techniques such as Polar codes and Turbo codes have been tested in the VLC domain. However, other efficient techniques such as Hamming coding and Convolutional coding have not been studied too. Therefore, the authors present the impact of the hybrid of DFT-s OFDM and Channel coding (Hamming coding and Convolutional coding) on PAPR in VLC systems using Matlab simulations.

Keywords: convolutional coding, discrete Fourier transform spread orthogonal frequency division multiplexing, hamming coding, peak-to-average power ratio, visible light communications

Procedia PDF Downloads 140
21161 A Cross-Cultural Validation of the Simple Measure of Impact of Lupus Erythematosus in Youngsters (Smiley) among Filipino Pediatric Lupus Patients

Authors: Jemely M. Punzalan, Christine B. Bernal, Beatrice B. Canonigo, Maria Rosario F. Cabansag, Dennis S. Flores, Paul Joseph T. Galutira, Remedios D. Chan

Abstract:

Background: Systemic lupus erythematosus (SLE) is one of the most common autoimmune disorders predominates in women of childbearing age. Simple Measure of Impact of Lupus Erythematosus in Youngsters (SMILEY) is the only health specific quality of life tool for pediatric SLE, which has been translated to different languages except in Filipino. Objective: The primary objective of this study was to develop a Filipino translation of the SMILEY and to examine the validity and reliability of this translation. Methodology: The SMILEY was translated into Filipino by a bilingual individual and back-translated by another bilingual individual blinded from the original English version. The translation was evaluated for content validity by a panel of experts and subjected to pilot testing. The pilot-tested translation was used in the validity and reliability testing proper. The SMILEY, together with the previously validated PEDSQL 4.0 Generic Core Scale was administered to lupus pediatric patients and their parent at two separate occasions: a baseline and a re-test seven to fourteen days apart. Tests for convergent validity, internal consistency, and test-retest reliability were performed. Results: A total of fifty children and their parent were recruited. The mean age was 15.38±2.62 years (range 8-18 years), mean education at high school level. The mean duration of SLE was 28 months (range 1-81 months). Subjects found the questionnaires to be relevant, easy to understand and answer. The validity of the SMILEY was demonstrated in terms of content validity, convergent validity, internal consistency, and test-retest reliability. Age, socioeconomic status and educational attainment did not show a significant effect on the scores. The difference between scores of child and parent report was showed to be significant with SMILEY total (p=0.0214), effect on social life (p=0.0000), and PEDSQL physical function (p=0.0460). Child reports showed higher scores for the following domains compared to their parent. Conclusion: SMILEY is a brief, easy to understand, valid and reliable tool for assessing pediatric SLE specific HRQOL. It will be useful in providing better care, understanding and may offer critical information regarding the effect of SLE in the quality of life of our pediatric lupus patients. It will help physician understands the needs of their patient not only on treatment of the specific disease but as well as the impact of the treatment on their daily lives.

Keywords: systemic lupus erythematosus, pediatrics, quality of life, Simple Measure of Impact of Lupus Erythematosus in Youngsters (SMILEY)

Procedia PDF Downloads 425
21160 Investigating the Influence of Activation Functions on Image Classification Accuracy via Deep Convolutional Neural Network

Authors: Gulfam Haider, sana danish

Abstract:

Convolutional Neural Networks (CNNs) have emerged as powerful tools for image classification, and the choice of optimizers profoundly affects their performance. The study of optimizers and their adaptations remains a topic of significant importance in machine learning research. While numerous studies have explored and advocated for various optimizers, the efficacy of these optimization techniques is still subject to scrutiny. This work aims to address the challenges surrounding the effectiveness of optimizers by conducting a comprehensive analysis and evaluation. The primary focus of this investigation lies in examining the performance of different optimizers when employed in conjunction with the popular activation function, Rectified Linear Unit (ReLU). By incorporating ReLU, known for its favorable properties in prior research, the aim is to bolster the effectiveness of the optimizers under scrutiny. Specifically, we evaluate the adjustment of these optimizers with both the original Softmax activation function and the modified ReLU activation function, carefully assessing their impact on overall performance. To achieve this, a series of experiments are conducted using a well-established benchmark dataset for image classification tasks, namely the Canadian Institute for Advanced Research dataset (CIFAR-10). The selected optimizers for investigation encompass a range of prominent algorithms, including Adam, Root Mean Squared Propagation (RMSprop), Adaptive Learning Rate Method (Adadelta), Adaptive Gradient Algorithm (Adagrad), and Stochastic Gradient Descent (SGD). The performance analysis encompasses a comprehensive evaluation of the classification accuracy, convergence speed, and robustness of the CNN models trained with each optimizer. Through rigorous experimentation and meticulous assessment, we discern the strengths and weaknesses of the different optimization techniques, providing valuable insights into their suitability for image classification tasks. By conducting this in-depth study, we contribute to the existing body of knowledge surrounding optimizers in CNNs, shedding light on their performance characteristics for image classification. The findings gleaned from this research serve to guide researchers and practitioners in making informed decisions when selecting optimizers and activation functions, thus advancing the state-of-the-art in the field of image classification with convolutional neural networks.

Keywords: deep neural network, optimizers, RMsprop, ReLU, stochastic gradient descent

Procedia PDF Downloads 103
21159 Pension Policy and Police Retirement: An Exploratory Study Applied to Special Policy Enforcement in Taiwan

Authors: Yung-Ching Chou, Albert Shangpao Yeh, Luke H. C. Hsiao

Abstract:

Police used to be an honor job. However, the police are no longer concerned about the mission and public safety instead of the issue of retirement. The main reason is the amendment of 'Public Servants Retirement Act' in Taiwan was effective since January 2011. The purposes of change were to solve the problem of the financial crisis which caused by the Hugh deficit of the civil servants pension fund. The policy of the civil servants pension reform was not only seriously impact the motives of policy, but also negatively impact the workforce of police. This research conducted a secondary data of Baoanjingcha Fifth Police Corps during the period between 2011 and 2015. Secondly, the research interviewed six representatives from the retired police in order to explore the retirement motives. In short, there were several major findings and suggestions in the following: 1. The police won't choice to retire which the nature of task is simple. 2. The ranking level of positions positively correlated with the retired age of police. 3. The police officers who are categorized as 'hazardous work' first class personnel should decrease the standard of the retirement age and allow the option of a monthly pension. 4. The information of the retirees' rights, as well as protection, are correlated with the service as well professional of personnel officer. More findings, as well as suggestions, will be elaborated on the content of this paper.

Keywords: human resource management, pension policy change, police retirement rush, public servants retirement act

Procedia PDF Downloads 312
21158 Different Methods of Producing Bioemulsifier by Bacillus licheniformis Strains

Authors: Saba Pajuhan, Afshin Farahbakhsh, S. M. M. Dastgheib

Abstract:

Biosurfactants and bioemulsifiers are a structurally diverse group of surface-active molecules synthesized by microorganisms, they are amphipathic molecules which reduce surface and interfacial tensions and widely used in pharmaceutical, cosmetic, food and petroleum industries. In this paper, several methods of bioemulsifer synthesis and purification by Bacillus licheniformis strains (namely ACO1, PTCC 1595 and ACO4) were investigated. Strains were grown in nutrient broth with different conditions in order to get maximum production of bioemulsifer. The purification of bio emulsifier and the quality evaluation of the product was done by adding sulfuric acid (H₂SO₄) (98%), Ethanol or HCl to the solution followed by centrifuging. To determine the optimal conditions yielding the highest bioemulsifier production, the effect of various carbon and nitrogen sources, temperature, NaCl concentration, pH, O₂ levels, incubation time are indispensable and all of them were highly effective in bioemulsifiers production.

Keywords: biosurfactant, bioemulsifier, purification, surface tension, interfacial tension

Procedia PDF Downloads 256
21157 Seismic Response of Structure Using a Three Degree of Freedom Shake Table

Authors: Ketan N. Bajad, Manisha V. Waghmare

Abstract:

Earthquakes are the biggest threat to the civil engineering structures as every year it cost billions of dollars and thousands of deaths, around the world. There are various experimental techniques such as pseudo-dynamic tests – nonlinear structural dynamic technique, real time pseudo dynamic test and shaking table test method that can be employed to verify the seismic performance of structures. Shake table is a device that is used for shaking structural models or building components which are mounted on it. It is a device that simulates a seismic event using existing seismic data and nearly truly reproducing earthquake inputs. This paper deals with the use of shaking table test method to check the response of structure subjected to earthquake. The various types of shake table are vertical shake table, horizontal shake table, servo hydraulic shake table and servo electric shake table. The goal of this experiment is to perform seismic analysis of a civil engineering structure with the help of 3 degree of freedom (i.e. in X Y Z direction) shake table. Three (3) DOF shaking table is a useful experimental apparatus as it imitates a real time desired acceleration vibration signal for evaluating and assessing the seismic performance of structure. This study proceeds with the proper designing and erection of 3 DOF shake table by trial and error method. The table is designed to have a capacity up to 981 Newton. Further, to study the seismic response of a steel industrial building, a proportionately scaled down model is fabricated and tested on the shake table. The accelerometer is mounted on the model, which is used for recording the data. The experimental results obtained are further validated with the results obtained from software. It is found that model can be used to determine how the structure behaves in response to an applied earthquake motion, but the model cannot be used for direct numerical conclusions (such as of stiffness, deflection, etc.) as many uncertainties involved while scaling a small-scale model. The model shows modal forms and gives the rough deflection values. The experimental results demonstrate shake table as the most effective and the best of all methods available for seismic assessment of structure.

Keywords: accelerometer, three degree of freedom shake table, seismic analysis, steel industrial shed

Procedia PDF Downloads 126
21156 Assessment of Utilization of Provider Initiated HIV Testing and Counseling and Associated Factors among Adult out Patient Department Patients in Wonchi Woreda, South West Shoa Zone, Central Ethiopia

Authors: Dinka Fikadu, Mulugeta Shegaze

Abstract:

Background: Currently in health facility, provider-initiated human immunodeficiency virus testing is the key entry point to prevention, care, treatment and support services, but most people remains unaware of their HIV status due to various reasons. In many high-prevalence countries, fewer than one in ten people with HIV are aware of their HIV status. HIV, the virus that causes AIDS, “acquired immunodeficiency syndrome, "has become one of the world’s most serious health and development challenges. Reaching individuals with HIV who do not know their serostatus is a global public health priority. Objective: To assess utilization of provider initiated HIV testing and counseling and associated factors among adult outpatient department patients. Methods: Health facility based cross sectional study was conducted among 392 adult outpatient department patients in Wonchi woreda from February 24 to March 24 /2013. The study participant was recruited patients from all adult outpatient department patients of all four public health facilities of wonchi woreda using systematic sampling. A structured interviewer administered questionnaire was used to elicit all important variables from the study participants and multiple logistic regression analysis was used. Result: A total of 371 adult outpatient department patients aged between 15 to 64 years were actively participated in the study and 291(78.4%) of them utilized provider initiated HIV testing and counseling and 80(21.6%) of them refused. Knowledge on HIV is low in the study population; majority of the participants didn’t have comprehensive knowledge (64.7%) and (35.3%) fail to reject misconception about means of HIV transmission and prevention. Utilization of provider-initiated HIV testing and counseling were associated with divorced/widowed marital status[AOR (95%CI) = 0.32(0.15, 0.69)], being male sex [AOR (95%CI) =1.81(1.01, 3.24)], having comprehensive knowledge on HIV [AOR (95%CI) =0.408(0.220,0.759)],having awareness about provider initiated HIV testing and counseling [AOR(95%CI) =2.89(1.48,5.66)] and receiving test on HIV before[AOR (95%CI)=4.15(2.30, 7.47)]. Conclusion: Utilization of provider initiated HIV testing and counseling among adult outpatient departments in wonchi woreda public health facility was [(78.4%)].Strengthening health information through mass media and peer education on HIV to address barrier to testing in the community such as low awareness on PITC, to increase up take of PITC among adult OPD patients.

Keywords: utilization, human immune deficiency, testing, provider, initiate

Procedia PDF Downloads 280
21155 The Influences of Green Infrastructure Develop on Urban Renewals for Real Essence and Non-Real Essence Economic Value

Authors: Chao Jen-Chih, Hsu Kuo-Wei

Abstract:

Climate change and natural disasters take effect on urban development. It has been discussed urban renewals can prevent natural disasters. Integrating green infrastructure and urban renewals may have great effect on adapting the impact of climate change. To highlight the economic value of green infrastructure development on urban renewals, some strategies need to be carry on to reduce environmental impact. A number of urban renewals studies has been conducted on right transfer, financial risk, urban renewal policy, and public participation. Little research has been devoted on the subject of the economic value of green infrastructure development on urban renewals. The purpose of this study is to investigate the affecting factors on the economic value of green infrastructure development on urban renewals. This study will present the benefits of green infrastructure development and summarize the critical factors of green infrastructure develop on urban renewals for real essence and non-real essence on economic value from literature. Our results indicate that factors of housing price, land value, floor area incentive, and facilitation of the construction industry affect the outcome of real essence economic value. Factors of enhancement of urban disaster prevention, improvement of urban environment and landscape, crime reduction, climate control, pollution reduction, biological diversity, health impacts, and leisure space affects the outcome of non-real essence economic value.

Keywords: economic value, green infrastructure, urban renewals, urban development

Procedia PDF Downloads 401
21154 A Structured Mechanism for Identifying Political Influencers on Social Media Platforms: Top 10 Saudi Political Twitter Users

Authors: Ahmad Alsolami, Darren Mundy, Manuel Hernandez-Perez

Abstract:

Social media networks, such as Twitter, offer the perfect opportunity to either positively or negatively affect political attitudes on large audiences. The existence of influential users who have developed a reputation for their knowledge and experience of specific topics is a major factor contributing to this impact. Therefore, knowledge of the mechanisms to identify influential users on social media is vital for understanding their effect on their audience. The concept of the influential user is related to the concept of opinion leaders' to indicate that ideas first flow from mass media to opinion leaders and then to the rest of the population. Hence, the objective of this research was to provide reliable and accurate structural mechanisms to identify influential users, which could be applied to different platforms, places, and subjects. Twitter was selected as the platform of interest, and Saudi Arabia as the context for the investigation. These were selected because Saudi Arabia has a large number of Twitter users, some of whom are considerably active in setting agendas and disseminating ideas. The study considered the scientific methods that have been used to identify public opinion leaders before, utilizing metrics software on Twitter. The key findings propose multiple novel metrics to compare Twitter influencers, including the number of followers, social authority and the use of political hashtags, and four secondary filtering measures. Thus, using ratio and percentage calculations to classify the most influential users, Twitter accounts were filtered, analyzed and included. The structured approach is used as a mechanism to explore the top ten influencers on Twitter from the political domain in Saudi Arabia.

Keywords: Twitter, influencers, structured mechanism, Saudi Arabia

Procedia PDF Downloads 103
21153 Assumption of Cognitive Goals in Science Learning

Authors: Mihail Calalb

Abstract:

The aim of this research is to identify ways for achieving sustainable conceptual understanding within science lessons. For this purpose, a set of teaching and learning strategies, parts of the theory of visible teaching and learning (VTL), is studied. As a result, a new didactic approach named "learning by being" is proposed and its correlation with educational paradigms existing nowadays in science teaching domain is analysed. In the context of VTL the author describes the main strategies of "learning by being" such as guided self-scaffolding, structuring of information, and recurrent use of previous knowledge or help seeking. Due to the synergy effect of these learning strategies applied simultaneously in class, the impact factor of learning by being on cognitive achievement of students is up to 93 % (the benchmark level is equal to 40% when an experienced teacher applies permanently the same conventional strategy during two academic years). The key idea in "learning by being" is the assumption by the student of cognitive goals. From this perspective, the article discusses the role of student’s personal learning effort within several teaching strategies employed in VTL. The research results emphasize that three mandatory student – related moments are present in each constructivist teaching approach: a) students’ personal learning effort, b) student – teacher mutual feedback and c) metacognition. Thus, a successful educational strategy will target to achieve an involvement degree of students into the class process as high as possible in order to make them not only know the learning objectives but also to assume them. In this way, we come to the ownership of cognitive goals or students’ deep intrinsic motivation. A series of approaches are inherent to the students’ ownership of cognitive goals: independent research (with an impact factor on cognitive achievement equal to 83% according to the results of VTL); knowledge of success criteria (impact factor – 113%); ability to reveal similarities and patterns (impact factor – 132%). Although it is generally accepted that the school is a public service, nonetheless it does not belong to entertainment industry and in most of cases the education declared as student – centered actually hides the central role of the teacher. Even if there is a proliferation of constructivist concepts, mainly at the level of science education research, we have to underline that conventional or frontal teaching, would never disappear. Research results show that no modern method can replace an experienced teacher with strong pedagogical content knowledge. Such a teacher will inspire and motivate his/her students to love and learn physics. The teacher is precisely the condensation point for an efficient didactic strategy – be it constructivist or conventional. In this way, we could speak about "hybridized teaching" where both the student and the teacher have their share of responsibility. In conclusion, the core of "learning by being" approach is guided learning effort that corresponds to the notion of teacher–student harmonic oscillator, when both things – guidance from teacher and student’s effort – are equally important.

Keywords: conceptual understanding, learning by being, ownership of cognitive goals, science learning

Procedia PDF Downloads 157
21152 Assessing the Impact of Pharmacist-Led Medication Therapy Management on Treatment Adherence and Clinical Outcomes in Cancer Patients: A Prospective Intervention Study

Authors: Omer Ibrahim Abdallh Omer

Abstract:

Cancer patients often face complex medication regimens, leading to challenges in treatment adherence and clinical outcomes. Pharmacist-led medication therapy management (MTM) has emerged as a potential solution to optimize medication use and improve patient outcomes in oncology settings. In this prospective intervention study, we aimed to evaluate the impact of pharmacist-led MTM on treatment adherence and clinical outcomes among cancer patients. Participants were randomized to receive either pharmacist-led MTM or standard care, with assessments conducted at baseline and follow-up visits. Pharmacist interventions included medication reconciliation, adherence counseling, and personalized care plans. Our findings reveal that pharmacist-led MTM significantly improved medication adherence rates and clinical outcomes compared to standard care. Patients receiving pharmacist interventions reported higher satisfaction levels and perceived value in pharmacist involvement in their cancer care. These results underscore the critical role of pharmacists in optimizing medication therapy and enhancing patient-centered care in oncology settings. Integration of pharmacist-led MTM into routine cancer care pathways holds promise for improving treatment outcomes and quality of life for cancer patients.

Keywords: cancer, medications adherence, medication therapy management, pharmacist

Procedia PDF Downloads 39
21151 Use of Artificial Intelligence in Teaching Practices: A Meta-Analysis

Authors: Azmat Farooq Ahmad Khurram, Sadaf Aslam

Abstract:

This meta-analysis systematically examines the use of artificial intelligence (AI) in instructional methods across diverse educational settings through a thorough analysis of empirical research encompassing various disciplines, educational levels, and regions. This study aims to assess the effects of AI integration on teaching methodologies, classroom dynamics, teachers' roles, and student engagement. Various research methods were used to gather data, including literature reviews, surveys, interviews, and focus group discussions. Findings indicate paradigm shifts in teaching and education, identify emerging trends, practices, and the application of artificial intelligence in learning, and provide educators, policymakers, and stakeholders with guidelines and recommendations for effectively integrating AI in educational contexts. The study concludes by suggesting future research directions and practical considerations for maximizing AI's positive influence on pedagogical practices.

Keywords: artificial intelligence, teaching practices, meta-analysis, teaching-learning

Procedia PDF Downloads 44
21150 The Impact of Text Modifications on Ethiopian Students’ Reading Comprehension and Motivation

Authors: Asefa Kenefergib, Dawit Amogne, Yinager Teklesellassie

Abstract:

A study investigated the effects of text modifications on reading comprehension and motivation among Ethiopian secondary school students. A total of 120 students participated, initially taking a reading comprehension pretest and completing a reading motivation questionnaire. Afterward, they were divided into three groups: control, simplified, and elaborated. Each group then took part in a reading comprehension posttest and another reading motivation questionnaire following an eight-week instructional intervention. Despite initial differences, both the simplified and elaborated text groups showed comparable levels of reading motivation and comprehension. The data were analyzed using SPSS version 25, with a one-way ANOVA used to assess the effectiveness of the modified texts in enhancing reading comprehension. The results indicated that the experimental groups performed significantly better on the posttest compared to the control group, suggesting that text modifications can positively influence students' comprehension skills. Furthermore, the impact of text modifications on student reading motivation was assessed using a one-way ANOVA. The findings revealed that both the elaborated and simplified text groups scored higher than the control group in various dimensions of reading motivation, including reading efficacy, curiosity, challenge, compliance, and reading work avoidance. However, the control and simplified groups had nearly similar mean scores in the dimension of reading competition. These results clearly demonstrate that modifying texts can enhance EFL learners' reading motivation and comprehension.

Keywords: simplification, elaboration, reading motivation, reading comprehension

Procedia PDF Downloads 15
21149 A Dual Spark Ignition Timing Influence for the High Power Aircraft Radial Engine Using a CFD Transient Modeling

Authors: Tytus Tulwin, Ksenia Siadkowska, Rafał Sochaczewski

Abstract:

A high power radial reciprocating engine is characterized by a large displacement volume of a combustion chamber. Choosing the right moment for ignition is important for a high performance or high reliability and ignition certainty. This work shows methods of simulating ignition process and its impact on engine parameters. For given conditions a flame speed is limited when a deflagration combustion takes place. Therefore, a larger length scale of the combustion chamber compared to a standard size automotive engine makes combustion take longer time to propagate. In order to speed up the mixture burn-up time the second spark is introduced. The transient Computational Fluid Dynamics model capable of simulating multicycle engine processes was developed. The CFD model consists of ECFM-3Z combustion and species transport models. A relative ignition timing difference for the both spark sources is constant. The temperature distribution on engine walls was calculated in the separate conjugate heat transfer simulation. The in-cylinder pressure validation was performed for take-off power flight conditions. The influence of ignition timing on parameters like in-cylinder temperature or rate of heat release was analyzed. The most advantageous spark timing for the highest power output was chosen. The conditions around the spark plug locations for the pre-ignition period were analyzed. This work has been financed by the Polish National Centre for Research and Development, INNOLOT, under Grant Agreement No. INNOLOT/I/1/NCBR/2013.

Keywords: CFD, combustion, ignition, simulation, timing

Procedia PDF Downloads 284
21148 A Supervised Face Parts Labeling Framework

Authors: Khalil Khan, Ikram Syed, Muhammad Ehsan Mazhar, Iran Uddin, Nasir Ahmad

Abstract:

Face parts labeling is the process of assigning class labels to each face part. A face parts labeling method (FPL) which divides a given image into its constitutes parts is proposed in this paper. A database FaceD consisting of 564 images is labeled with hand and make publically available. A supervised learning model is built through extraction of features from the training data. The testing phase is performed with two semantic segmentation methods, i.e., pixel and super-pixel based segmentation. In pixel-based segmentation class label is provided to each pixel individually. In super-pixel based method class label is assigned to super-pixel only – as a result, the same class label is given to all pixels inside a super-pixel. Pixel labeling accuracy reported with pixel and super-pixel based methods is 97.68 % and 93.45% respectively.

Keywords: face labeling, semantic segmentation, classification, face segmentation

Procedia PDF Downloads 239
21147 Mitochondrial DNA Copy Number in Egyptian Patients with Hepatitis C Virus Related Hepatocellular Carcinoma

Authors: Doaa Hashad, Amany Elyamany, Perihan Salem

Abstract:

Introduction: Hepatitis C virus infection (HCV) constitutes a serious dilemma that has an impact on the health of millions of Egyptians. Hepatitis C virus related hepatocellular carcinoma (HCV-HCC) is a crucial consequence of HCV that represents the third cause of cancer-related deaths worldwide. Aim of the study: assess the use of mitochondrial DNA (mtDNA) content as a non-invasive molecular biomarker in hepatitis c virus related hepatocellular carcinoma (HCV-HCC). Methods: A total of 135 participants were enrolled in the study. Volunteers were assigned to one of three groups equally; a group of HCV related cirrhosis (HCV-cirrhosis), a group of HCV-HCC and a control group of age- and sex- matched healthy volunteers with no evidence of liver disease. mtDNA was determined using a quantitative real-time PCR technique. Results: mtDNA content was lowest in HCV-HCC cases. No statistically significant difference was observed between the group of HCV-cirrhosis and the control group as regards mtDNA level. HCC patients with multi-centric hepatic lesions had significantly lower mtDNA content. On using receiver operating characteristic curve analysis, a cutoff of 34 was assigned for mtDNA content to distinguish between HCV-HCC and HCV-cirrhosis patients who are not yet complicated by malignancy. Lower mtDNA was associated with greater HCC risk on using healthy controls, HCV-cirrhosis, or combining both groups as a reference group. Conclusions: mtDNA content might constitute a non-invasive molecular biomarker that reflects tumor burden in HCV-HCC cases and could be used as a predictor of HCC risk in patients of HCV-cirrhosis. In addition, the non significant difference of mtDNA level between HCV-cirrhosis patients and healthy controls could eliminate the grey zone created by the use of AFP in some cirrhotic patients.

Keywords: DNA copy number, HCC, HCV, mitochondrial

Procedia PDF Downloads 312
21146 The Impact of Corporate Social Responsibility on Tertiary Institutions in Bauchi State Nigeria

Authors: Aliyu Aminu Baba, Mustapha Makama

Abstract:

Tertiary institutions are citadel of learning and societal orientation. Due to the huge investment of various government to tertiary institutions, these institutions are solely financed by the government alone. As stakeholders of society, corporations have to have to intervene and provide corporate social responsibility. The study intends to investigate the role of Entrepreneurs in incorporating social Responsibility. Tertiary institutions are citadel of learning and societal orientation. Due to the huge investment of various government to tertiary institutions, the study intends to investigate the role of businesses and Entrepreneurs, which could be among the important contributions of businesses and Entrepreneurs on corporate social Responsibility to Tertiary Institutions in Bauchi State. Corporate social responsibility is vital in enhancing the infrastructural development of the tertiary institution as almost all individuals and corporate bodies benefit from this tertiary institutions. The study intends to examine the impact of corporate social responsibility to tertiary institutions and entrepreneurs in Bauchi state Nigeria. Questionnaires would be distributed to tertiary institutions and entrepreneurs in the Bauchi metropolis. The data collected will be analyzed with the help of SPSS version 23. The main objective is to investigate the role of businesses and Entrepreneurs, which could be among the important contributions of businesses and entrepreneurs on corporate social Responsibility to Tertiary Institutions in Bauchi State.

Keywords: corporate social responsibility, tertiary, institutions, profitability

Procedia PDF Downloads 209
21145 The Impact of Resettlement Challenges in Seeking Employment on the Mental Health and Well-Being of African Refugee Youth in South Australia

Authors: Elvis Munyoka

Abstract:

While the number of African refugees settling in Australia has significantly increased since the mid-1990s, the marginalisation and exclusion of young people from refugee backgrounds in employment remain a critical challenge. Unemployment or underemployment can negatively impact refugees in multiple areas, such as income, housing, life satisfaction, and social status. Higher rates of unemployment among refugees are linked in part to the intersection of pre-migration and daily challenges like trauma, racism, gender identity, and English language competency, all of which generate multiple employability disadvantages. However, the intersection of gender, race, social class, and age in impacting African refugee youth’s access to employment has received less attention. Using a qualitative case study approach, the presentation will explore how gender, race, social class, and age influence African refugee youth graduates’ access to employment in South Australia. The intersectionality theory and capability approach to social justice is used to explore intersecting factors impacting African refugee youth’s access to employment in South Australia. Participants were 16 African refugee graduates aged 18-30 living in South Australia who took part in the study for one year. Based on the trends in the data, the results suggest that long-term unemployment and underemployment, coupled with ongoing racism and marginalisation, have the potential to make refugees more vulnerable to several mental disorders such as depression, hopelessness, and suicidal thoughts. The analysis also reveals that resettlement challenges may limit refugees’ ability to recover from pre-migration trauma. The impact of resettlement challenges on refugee mental health highlights the need for comprehensive policy interventions to address the barriers refugees face in finding employment in resettlement communities. With African refugees constituting such an important part of Australian society, they should have equal access to meaningful employment, as decent work promotes good mental health, successful resettlement, hope, and self-sufficiency.

Keywords: African refugees, employment, mental health, Australia, underemployment

Procedia PDF Downloads 80
21144 Cognition and Communication Disorders Effect on Death Penalty Cases

Authors: Shameka Stanford

Abstract:

This presentation will discuss how cognitive and communication disorders in the areas of executive functioning, receptive and expressive language can impact the problem-solving and decision making of individuals with such impairments. More specifically, this presentation will discuss approaches the legal defense team of capital case lawyers can add to their experience when servicing individuals who have a history of educational decline, special education, and limited intervention and treatment. The objective of the research is to explore and identify the correlations between impaired executive function skills and decision making and competency for individuals facing death penalty charges. To conduct this research, experimental design, randomized sampling, qualitative analysis was employed. This research contributes to the legal and criminal justice system related to how they view, defend, and characterize, and judge individuals with documented cognitive and communication disorders who are eligible for capital case charges. More importantly, this research contributes to the increased ability of death penalty lawyers to successfully defend clients with a history of academic difficulty, special education, and documented disorders that impact educational progress and academic success.

Keywords: cognitive impairments, communication disorders, death penalty, executive function

Procedia PDF Downloads 142
21143 Reproductive Biology and Lipid Content of Albacore Tuna (Thunnus alalunga) in the Western Indian Ocean

Authors: Zahirah Dhurmeea, Iker Zudaire, Heidi Pethybridge, Emmanuel Chassot, Maria Cedras, Natacha Nikolic, Jerome Bourjea, Wendy West, Chandani Appadoo, Nathalie Bodin

Abstract:

Scientific advice on the status of fish stocks relies on indicators that are based on strong assumptions on biological parameters such as condition, maturity and fecundity. Currently, information on the biology of albacore tuna, Thunnus alalunga, in the Indian Ocean is scarce. Consequently, many parameters used in stock assessment models for Indian Ocean albacore originate largely from other studied stocks or species of tuna. Inclusion of incorrect biological data in stock assessment models would lead to inappropriate estimates of stock status used by fisheries manager’s to establish future catch allowances. The reproductive biology of albacore tuna in the western Indian Ocean was examined through analysis of the sex ratio, spawning season, length-at-maturity (L50), spawning frequency, fecundity and fish condition. In addition, the total lipid content (TL) and lipid class composition in the gonads, liver and muscle tissues of female albacore during the reproductive cycle was investigated. A total of 923 female and 867 male albacore were sampled from 2013 to 2015. A bias in sex-ratio was found in favour of females with fork length (LF) <100 cm. Using histological analyses and gonadosomatic index, spawning was found to occur between 10°S and 30°S, mainly to the east of Madagascar from October to January. Large females contributed more to reproduction through their longer spawning period compared to small individuals. The L50 (mean ± standard error) of female albacore was estimated at 85.3 ± 0.7 cm LF at the vitellogenic 3 oocyte stage maturity threshold. Albacore spawn on average every 2.2 days within the spawning region and spawning months from November to January. Batch fecundity varied between 0.26 and 2.09 million eggs and the relative batch fecundity (mean  standard deviation) was estimated at 53.4 ± 23.2 oocytes g-1 of somatic-gutted weight. Depending on the maturity stage, TL in ovaries ranged from 7.5 to 577.8 mg g-1 of wet weight (ww) with different proportions of phospholipids (PL), wax esters (WE), triacylglycerol (TAG) and sterol (ST). The highest TL were observed in immature (mostly TAG and PL) and spawning capable ovaries (mostly PL, WE and TAG). Liver TL varied from 21.1 to 294.8 mg g-1 (ww) and acted as an energy (mainly TAG and PL) storage prior to reproduction when the lowest TL was observed. Muscle TL varied from 2.0 to 71.7 g-1 (ww) in mature females without a clear pattern between maturity stages, although higher values of up to 117.3 g-1 (ww) was found in immature females. TL results suggest that albacore could be viewed predominantly as a capital breeder relying mostly on lipids stored before the onset of reproduction and with little additional energy derived from feeding. This study is the first one to provide new information on the reproductive development and classification of albacore in the western Indian Ocean. The reproductive parameters will reduce uncertainty in current stock assessment models which will eventually promote sustainability of the fishery.

Keywords: condition, size-at-maturity, spawning behaviour, temperate tuna, total lipid content

Procedia PDF Downloads 246
21142 Pressures of a Pandemic on the Perinatal Women: Experiences of Welsh Women

Authors: Filiz Celik, Rachel Harrad, Rob Keasley, Paul Bennett

Abstract:

The COVID-19 pandemic has posed a significant challenge to many, with some groups with particular vulnerability to adverse psychological impacts. These include those disadvantaged by mental ill health, either pre-existing or occurring during pregnancy or post-partum. Using a qualitative approach, the research aimed to identify the challenges posed by COVID-19 to women, their infants and families during the perinatal period and to suggest what further support can help alleviate the adverse mental health impact of COVID-19. 21 expectant and new mothers who were currently receiving support via a peri-natal mental health service participated in semi-structured interviews. In these interviews, participants explored the impact of changes in social circumstances and healthcare providers as a result of COVID-19 restrictions, with the resultant audio recordings transcribed and analyzed using Reflexive Thematic Analysis (RTA). Based on these accounts, it was concluded that women, their partners and potentially their infants experienced heightened peri-natal distress, and their experience at this time increased their risk for future mental health problems. Women described emerging as more vulnerable, owing to their role as primary caregivers during the perinatal period and also explained how social isolation and limited access to services meant protective buffers against mental health deterioration were reduced and the resources they needed in order to develop resilience were weakened. Although partners were invited to take part in the research, a sizeable volume of data could not be generated to fully assess the impact of the pandemic on a partner’s mental well-being. However, women expressed concerns about the paternal mental health of partners and husbands which invites us to be further vigilant to paternal mental health and associated experiences. Overall, these interviews serve to highlight and provide a voice to these women and their families who describe experiencing disadvantage at an already vulnerable time in their lives, as well as illustrating the need for services to prioritize the needs of this population when acute events strike, be those future pandemics or other disasters.

Keywords: patient experience, perinatal mental health, covid-19 pandemic, heightened anxiety, birth trauma, post-natal well-being

Procedia PDF Downloads 62
21141 Using Machine Learning to Monitor the Condition of the Cutting Edge during Milling Hardened Steel

Authors: Pawel Twardowski, Maciej Tabaszewski, Jakub Czyżycki

Abstract:

The main goal of the work was to use machine learning to predict cutting-edge wear. The research was carried out while milling hardened steel with sintered carbide cutters at various cutting speeds. During the tests, cutting-edge wear was measured, and vibration acceleration signals were also measured. Appropriate measures were determined from the vibration signals and served as input data in the machine-learning process. Two approaches were used in this work. The first one involved a two-state classification of the cutting edge - suitable and unfit for further work. In the second approach, prediction of the cutting-edge state based on vibration signals was used. The obtained research results show that the appropriate use of machine learning algorithms gives excellent results related to monitoring cutting edge during the process.

Keywords: milling of hardened steel, tool wear, vibrations, machine learning

Procedia PDF Downloads 33
21140 Evaluating the Impact of Expansion on Urban Thermal Surroundings: A Case Study of Lahore Metropolitan City, Pakistan

Authors: Usman Ahmed Khan

Abstract:

Urbanization directly affects the existing infrastructure, landscape modification, environmental contamination, and traffic pollution, especially if there is a lack of urban planning. Recently, the rapid urban sprawl has resulted in less developed green areas and has devastating environmental consequences. This study was aimed to study the past urban expansion rates and measure LST from satellite data. The land use land cover (LULC) maps of years 1996, 2010, 2013, and 2017 were generated using landsat satellite images. Four main classes, i.e., water, urban, bare land, and vegetation, were identified using unsupervised classification with iterative self-organizing data analysis (isodata) technique. The LST from satellite thermal data can be derived from different procedures: atmospheric, radiometric calibrations and surface emissivity corrections, classification of spatial changeability in land-cover. Different methods and formulas were used in the algorithm that successfully retrieves the land surface temperature to help us study the thermal environment of the ground surface. To verify the algorithm, the land surface temperature and the near-air temperature were compared. The results showed that, From 1996-2017, urban areas increased to about a considerable increase of about 48%. Few areas of the city also shown in a reduction in LST from the year 1996-2017 that actually began their transitional phase from rural to urban LULC. The mean temperature of the city increased averagely about 1ºC each year in the month of October. The green and vegetative areas witnessed a decrease in the area while a higher number of pixels increased in urban class.

Keywords: LST, LULC, isodata, urbanization

Procedia PDF Downloads 88
21139 Simon Says: What Should I Study?

Authors: Fonteyne Lot

Abstract:

SIMON (Study capacities and Interest Monitor is a freely accessible online self-assessment tool that allows secondary education pupils to evaluate their interests and capacities in order to choose a post-secondary major that maximally suits their potential. The tool consists of two broad domains that correspond with two general questions pupils ask: 'What study fields interest me?' and 'Am I capable to succeed in this field of study?'. The first question is addressed by a RIASEC-type interest inventory that links personal interests to post-secondary majors. Pupils are provided with a personal profile and an overview of majors with their degree of congruence. The output is dynamic: respondents can manipulate their score and they can compare their results to the profile of all fields of study. That way they are stimulated to explore the broad range of majors. To answer whether pupils are capable of succeeding in a preferred major, a battery of tests is provided. This battery comprises a range of factors that are predictive of academic success. Traditional predictors such as (educational) background and cognitive variables (mathematical and verbal skills) are included. Moreover, non-cognitive predictors of academic success (such as 'motivation', 'test anxiety', 'academic self-efficacy' and 'study skills') are assessed. These non-cognitive factors are generally not included in admission decisions although research shows they are incrementally predictive of success and are less discriminating. These tests inform pupils on potential causes of success and failure. More important, pupils receive their personal chances of success per major. These differential probabilities are validated through the underlying research on academic success of students. For example, the research has shown that we can identify 22 % of the failing students in psychology and educational sciences. In this group, our prediction is 95% accurate. SIMON leads more students to a suitable major which in turn alleviates student success and retention. Apart from these benefits, the instrument grants insight into risk factors of academic failure. It also supports and fosters the development of evidence-based remedial interventions and therefore gives way to a more efficient use of means.

Keywords: academic success, online self-assessment, student retention, vocational choice

Procedia PDF Downloads 388
21138 Effective Leadership Styles Influence on Knowledge Sharing Behaviour among Employees of SME's in Nigeria

Authors: Christianah Oyelekan Oyewole, Adeniyi Temitope Adetunji

Abstract:

Earlier researchers acknowledge the significance of knowledge sharing among employees in improving their responsiveness when dealing with unpredicted situations. Effective leadership styles have been known to impact employee knowledge-sharing behavior within an organisation positively. The role of influential leaders in knowledge sharing is accomplished through enhanced social networks and technology. However, preliminary research pointed to a lack of clear conclusions from recently published studies on the impact of effective leadership styles on knowledge-sharing behaviour among employees. The present study addressed this problem through a structured literature review. The review demonstrated that knowledge managers incorporate incentives and reward systems with their leadership styles to influence knowledge-sharing behaviour among employees positively. There was ample evidence that rational, innovative, stable and participatory organisational cultures combined with supportive and command leadership enhance employee intention for knowledge sharing in the organisation. The analysis revealed that transformational, transactional, and mentor leadership styles enhance employees’ knowledge-sharing behavior. Overall, it was resolved that the relationship between knowledge-sharing behavior among employees and leadership styles is mediated by the ability of the organisation to prioritize employee development.

Keywords: leadership styles, knowledge sharing, transactional leadership, transformational leadership, mentor leadership, team performance, team productivity, motivation, and creativity

Procedia PDF Downloads 64
21137 Rice Area Determination Using Landsat-Based Indices and Land Surface Temperature Values

Authors: Burçin Saltık, Levent Genç

Abstract:

In this study, it was aimed to determine a route for identification of rice cultivation areas within Thrace and Marmara regions of Turkey using remote sensing and GIS. Landsat 8 (OLI-TIRS) imageries acquired in production season of 2013 with 181/32 Path/Row number were used. Four different seasonal images were generated utilizing original bands and different transformation techniques. All images were classified individually using supervised classification techniques and Land Use Land Cover Maps (LULC) were generated with 8 classes. Areas (ha, %) of each classes were calculated. In addition, district-based rice distribution maps were developed and results of these maps were compared with Turkish Statistical Institute (TurkSTAT; TSI)’s actual rice cultivation area records. Accuracy assessments were conducted, and most accurate map was selected depending on accuracy assessment and coherency with TSI results. Additionally, rice areas on over 4° slope values were considered as mis-classified pixels and they eliminated using slope map and GIS tools. Finally, randomized rice zones were selected to obtain maximum-minimum value ranges of each date (May, June, July, August, September images separately) NDVI, LSWI, and LST images to test whether they may be used for rice area determination via raster calculator tool of ArcGIS. The most accurate classification for rice determination was obtained from seasonal LSWI LULC map, and considering TSI data and accuracy assessment results and mis-classified pixels were eliminated from this map. According to results, 83151.5 ha of rice areas exist within study area. However, this result is higher than TSI records with an area of 12702.3 ha. Use of maximum-minimum range of rice area NDVI, LSWI, and LST was tested in Meric district. It was seen that using the value ranges obtained from July imagery, gave the closest results to TSI records, and the difference was only 206.4 ha. This difference is normal due to relatively low resolution of images. Thus, employment of images with higher spectral, spatial, temporal and radiometric resolutions may provide more reliable results.

Keywords: landsat 8 (OLI-TIRS), LST, LSWI, LULC, NDVI, rice

Procedia PDF Downloads 209
21136 Analysis of Splicing Methods for High Speed Automated Fibre Placement Applications

Authors: Phillip Kearney, Constantina Lekakou, Stephen Belcher, Alessandro Sordon

Abstract:

The focus in the automotive industry is to reduce human operator and machine interaction, so manufacturing becomes more automated and safer. The aim is to lower part cost and construction time as well as defects in the parts, sometimes occurring due to the physical limitations of human operators. A move to automate the layup of reinforcement material in composites manufacturing has resulted in the use of tapes that are placed in position by a robotic deposition head, also described as Automated Fibre Placement (AFP). The process of AFP is limited with respect to the finite amount of material that can be loaded into the machine at any one time. Joining two batches of tape material together involves a splice to secure the ends of the finishing tape to the starting edge of the new tape. The splicing method of choice for the majority of prepreg applications is a hand stich method, and as the name suggests requires human input to achieve. This investigation explores three methods for automated splicing, namely, adhesive, binding and stitching. The adhesive technique uses an additional adhesive placed on the tape ends to be joined. Binding uses the binding agent that is already impregnated onto the tape through the application of heat. The stitching method is used as a baseline to compare the new splicing methods to the traditional technique currently in use. As the methods will be used within a High Speed Automated Fibre Placement (HSAFP) process, this meant the parameters of the splices have to meet certain specifications: (a) the splice must be able to endure a load of 50 N in tension applied at a rate of 1 mm/s; (b) the splice must be created in less than 6 seconds, dictated by the capacity of the tape accumulator within the system. The samples for experimentation were manufactured with controlled overlaps, alignment and splicing parameters, these were then tested in tension using a tensile testing machine. Initial analysis explored the use of the impregnated binding agent present on the tape, as in the binding splicing technique. It analysed the effect of temperature and overlap on the strength of the splice. It was found that the optimum splicing temperature was at the higher end of the activation range of the binding agent, 100 °C. The optimum overlap was found to be 25 mm; it was found that there was no improvement in bond strength from 25 mm to 30 mm overlap. The final analysis compared the different splicing methods to the baseline of a stitched bond. It was found that the addition of an adhesive was the best splicing method, achieving a maximum load of over 500 N compared to the 26 N load achieved by a stitching splice and 94 N by the binding method.

Keywords: analysis, automated fibre placement, high speed, splicing

Procedia PDF Downloads 139
21135 Optimization of Process Parameters for Rotary Electro Discharge Machining Using EN31 Tool Steel: Present and Future Scope

Authors: Goutam Dubey, Varun Dutta

Abstract:

In the present study, rotary-electro discharge machining of EN31 tool steel has been carried out using a pure copper electrode. Various response variables such as Material Removal Rate (MRR), Tool Wear Rate (TWR), and Machining Rate (MR) have been studied against the selected process variables. The selected process variables were peak current (I), voltage (V), duty cycle, and electrode rotation (N). EN31 Tool Steel is hardened, high carbon steel which increases its hardness and reduces its machinability. Reduced machinability means it not economical to use conventional methods to machine EN31 Tool Steel. So, non-conventional methods play an important role in machining of such materials.

Keywords: electric discharge machining, EDM, tool steel, tool wear rate, optimization techniques

Procedia PDF Downloads 189
21134 Statistical Modelling of Maximum Temperature in Rwanda Using Extreme Value Analysis

Authors: Emmanuel Iyamuremye, Edouard Singirankabo, Alexis Habineza, Yunvirusaba Nelson

Abstract:

Temperature is one of the most important climatic factors for crop production. However, severe temperatures cause drought, feverish and cold spells that have various consequences for human life, agriculture, and the environment in general. It is necessary to provide reliable information related to the incidents and the probability of such extreme events occurring. In the 21st century, the world faces a huge number of threats, especially from climate change, due to global warming and environmental degradation. The rise in temperature has a direct effect on the decrease in rainfall. This has an impact on crop growth and development, which in turn decreases crop yield and quality. Countries that are heavily dependent on agriculture use to suffer a lot and need to take preventive steps to overcome these challenges. The main objective of this study is to model the statistical behaviour of extreme maximum temperature values in Rwanda. To achieve such an objective, the daily temperature data spanned the period from January 2000 to December 2017 recorded at nine weather stations collected from the Rwanda Meteorological Agency were used. The two methods, namely the block maxima (BM) method and the Peaks Over Threshold (POT), were applied to model and analyse extreme temperature. Model parameters were estimated, while the extreme temperature return periods and confidence intervals were predicted. The model fit suggests Gumbel and Beta distributions to be the most appropriate models for the annual maximum of daily temperature. The results show that the temperature will continue to increase, as shown by estimated return levels.

Keywords: climate change, global warming, extreme value theory, rwanda, temperature, generalised extreme value distribution, generalised pareto distribution

Procedia PDF Downloads 159