Search results for: teaching and learning effectiveness
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 11452

Search results for: teaching and learning effectiveness

3442 Analysis of Crisis Management Systems of United Kingdom and Turkey

Authors: Recep Sait Arpat, Hakan Güreşci

Abstract:

Emergency, disaster and crisis management terms are generally perceived as the same processes. This conflict effects the approach and delegating policy of the political order. Crisis management starts in the aftermath of the mismanagement of disaster and emergency. In the light of the information stated above in this article Turkey and United Kingdom(UK)’s crisis management systems are analyzed. This article’s main aim is to clarify the main points of the emergency management system of United Kingdom and Turkey’s disaster management system by comparing them. To do this: A prototype model of the political decision making processes of the countries is drawn, decision making mechanisms and the planning functions are compared. As a result it’s found that emergency management policy in Turkey is reactive whereas it’s proactive in UK; as the delegating policy Turkey’s system is similar to UK; levels of emergency situations are similar but not the same; the differences are stemming from the civil order and nongovernmental organizations effectiveness; UK has a detailed government engagement model to emergencies, which shapes the doctrine of the approach to emergencies, and it’s successful in gathering and controlling the whole state’s efforts; crisis management is a sub-phase of UK emergency management whereas it’s accepted as a outmoded management perception and the focal point of crisis management perception in UK is security crisis and natural disasters while in Turkey it is natural disasters. In every anlysis proposals are given to Turkey.

Keywords: crisis management, disaster management, emergency management, turkey, united kingdom

Procedia PDF Downloads 363
3441 Prevalence of Anaemia Amongst Antenatal Clinic Attendees at Booking: A Nigerian Study

Authors: S Eli, DGB Kalio, BOA Altraide, P Kua, DA MacPepple, FE Okonofua

Abstract:

Background: Anaemia in pregnancy is worrisome morbidity encountered by obstetricians and gynaecologist in the developing countries of the world. It is an indirect cause of maternal mortality and also a cause of perinatal mortality. Aim: The study aimed to ascertain the prevalence of anaemia amongst antenatal clinic (ANC) attendees at booking at The Rivers State University Teaching Hospital (RSUTH), Port Harcourt, Rivers State, Nigeria. Method: The method was a cross-sectional study of ANC attendees at booking at RSUTH. The cut-off for anaemia by the WHO used for this study was packed cell volume (PCV) less than 33%. Simple randomized sampling method was used. Information was analyzed using SPSS version 25. Result: A total of 500 questionnaires were distributed, and 488 questionnaires retrieved. The mean age was of the ANC attendees was 31.44 years, and the modal parity was 0. Three hundred and fifty-seven (73.2%) of the respondents had a tertiary level of education, 126(25.8%) had a secondary level of education while 5 (1%) of the respondents had a primary level of education. Five (1%) of the respondents did not volunteer their educational status. The modal packed cell volume was 32%. Three hundred and eighty-two (78.3%) of the ANC attendees had PCV level less than 33% compared to 106 (21.7%) who had PCV equal or greater than 33%. Conclusion: The study revealed that the prevalence of anaemia in pregnancy amongst ANC attendees at the RSUTH was high, representing 73.3% of the subjects. Anaemia was common amongst multiparas (38.5%). Malaria prophylaxis, as well as encouraging pregnant women to be compliant with their routine antenatal drugs as well as counseling on the right diet, cannot be overemphasized during pregnancy. In addition, women should use family planning for child spacing for them to recover from previous pregnancies.

Keywords: anaemia, ANC attendees, Nigeria, prevalence

Procedia PDF Downloads 109
3440 Severity Index Level in Effectively Managing Medium Voltage Underground Power Cable

Authors: Mohd Azraei Pangah Pa'at, Mohd Ruzlin Mohd Mokhtar, Norhidayu Rameli, Tashia Marie Anthony, Huzainie Shafi Abd Halim

Abstract:

Partial Discharge (PD) diagnostic mapping testing is one of the main diagnostic testing techniques that are widely used in the field or onsite testing for underground power cable in medium voltage level. The existence of PD activities is an early indication of insulation weakness hence early detection of PD activities can be determined and provides an initial prediction on the condition of the cable. To effectively manage the results of PD Mapping test, it is important to have acceptable criteria to facilitate prioritization of mitigation action. Tenaga Nasional Berhad (TNB) through Distribution Network (DN) division have developed PD severity model name Severity Index (SI) for offline PD mapping test since 2007 based on onsite test experience. However, this severity index recommendation action had never been revised since its establishment. At presence, PD measurements data have been extensively increased, hence the severity level indication and the effectiveness of the recommendation actions can be analyzed and verified again. Based on the new revision, the recommended action to be taken will be able to reflect the actual defect condition. Hence, will be accurately prioritizing preventive action plan and minimizing maintenance expenditure.

Keywords: partial discharge, severity index, diagnostic testing, medium voltage, power cable

Procedia PDF Downloads 168
3439 A Combination of Anisotropic Diffusion and Sobel Operator to Enhance the Performance of the Morphological Component Analysis for Automatic Crack Detection

Authors: Ankur Dixit, Hiroaki Wagatsuma

Abstract:

The crack detection on a concrete bridge is an important and constant task in civil engineering. Chronically, humans are checking the bridge for inspection of cracks to maintain the quality and reliability of bridge. But this process is very long and costly. To overcome such limitations, we have used a drone with a digital camera, which took some images of bridge deck and these images are processed by morphological component analysis (MCA). MCA technique is a very strong application of sparse coding and it explores the possibility of separation of images. In this paper, MCA has been used to decompose the image into coarse and fine components with the effectiveness of two dictionaries namely anisotropic diffusion and wavelet transform. An anisotropic diffusion is an adaptive smoothing process used to adjust diffusion coefficient by finding gray level and gradient as features. These cracks in image are enhanced by subtracting the diffused coarse image into the original image and the results are treated by Sobel edge detector and binary filtering to exhibit the cracks in a fine way. Our results demonstrated that proposed MCA framework using anisotropic diffusion followed by Sobel operator and binary filtering may contribute to an automation of crack detection even in open field sever conditions such as bridge decks.

Keywords: anisotropic diffusion, coarse component, fine component, MCA, Sobel edge detector and wavelet transform

Procedia PDF Downloads 167
3438 A Pattern Recognition Neural Network Model for Detection and Classification of SQL Injection Attacks

Authors: Naghmeh Moradpoor Sheykhkanloo

Abstract:

Structured Query Language Injection (SQLI) attack is a code injection technique in which malicious SQL statements are inserted into a given SQL database by simply using a web browser. Losing data, disclosing confidential information or even changing the value of data are the severe damages that SQLI attack can cause on a given database. SQLI attack has also been rated as the number-one attack among top ten web application threats on Open Web Application Security Project (OWASP). OWASP is an open community dedicated to enabling organisations to consider, develop, obtain, function, and preserve applications that can be trusted. In this paper, we propose an effective pattern recognition neural network model for detection and classification of SQLI attacks. The proposed model is built from three main elements of: a Uniform Resource Locator (URL) generator in order to generate thousands of malicious and benign URLs, a URL classifier in order to: 1) classify each generated URL to either a benign URL or a malicious URL and 2) classify the malicious URLs into different SQLI attack categories, and an NN model in order to: 1) detect either a given URL is a malicious URL or a benign URL and 2) identify the type of SQLI attack for each malicious URL. The model is first trained and then evaluated by employing thousands of benign and malicious URLs. The results of the experiments are presented in order to demonstrate the effectiveness of the proposed approach.

Keywords: neural networks, pattern recognition, SQL injection attacks, SQL injection attack classification, SQL injection attack detection

Procedia PDF Downloads 454
3437 Generation of Medical Waste in Hospitals in Interior of São Paulo, Brazil

Authors: Silvia Carla Da Silva André, Angela Maria Magosso Takayanagui

Abstract:

Introduction: The Medical Waste (MW) are responsible per 2% of total waste generated for a city and has merited attention due the risks that offers to the public health and environment, representing an important aspect in waste management. In Brazil, the Resolution 306/04 of the National Health Surveillance Agency classifies the MW into 5 groups as follows: Group A (GA) biological, Group B (GB) chemical, Group C (GC) radioactive waste, Group D (GD) common, and Group E (GE) sharps. Objective: This study aimed to determine the amount of waste generated in hospitals of Ribeirão Preto, São Paulo, Brazil. Material and Methods: This is a field research, exploratory, using quantitative variables. The survey was conducted in 11 hospitals in Ribeirão Preto, located in the State of São Paulo, Brazil. It is noted that the study sample included general hospitals, skilled, university, maternity, and psychiatric; public, private, and philanthropic; and large, medium, and small. To quantify the MW, the weighing of the waste was held for six days, following methodology adapted from PAHO. Data were analyzed using descriptive statistics, determining the average global generation of MW and for each group. This research was carried out after approval by the Ethics in Research of the University of São Paulo. Thus, in order to comply with the ethical principles of research, to present the results hospitals were numbered from 1 to 11. Results: The data revealed a greater generation of biological waste among teaching hospitals, which can be justified by the use of materials for the realization of techniques.

Keywords: environmental health, management of medical waste, medical waste, public health

Procedia PDF Downloads 357
3436 Constructed Wetlands: A Sustainable Approach for Waste Water Treatment

Authors: S. Sehar, S. Khan, N. Ali, S. Ahmed

Abstract:

In the last decade, the hunt for cost-effective, eco-friendly and energy sustainable technologies for waste water treatment are gaining much attention due to emerging water crisis and rapidly depleting existing water reservoirs all over the world. In this scenario, constructed wetland being a “green technology” could be a reliable mean for waste water treatment especially in small communities due to cost-effectiveness, ease in management, less energy consumption and sludge production. Therefore, a low cost, lab-scale sub-surface flow hybrid constructed wetland (SS-HCW) was established for domestic waste water treatment.It was observed that not only the presence but also choice of suitable vegetation along with hydraulic retention time (HRT) are key intervening ingredients which directly influence pollutant removals in constructed wetlands. Another important aspect of vegetation is that it may facilitate microbial attachment in rhizosphere, thus promote biofilm formation via microbial interactions. The major factors that influence initial aggregation and subsequent biofilm formation i.e. divalent cations (Ca2+) and extra cellular DNA (eDNA) were also studied in detail. The presence of Ca2+ in constructed wetland demonstrate superior performances in terms of effluent quality, i.e BOD5, COD, TDS, TSS, and PO4- than in absence of Ca2+. Finally, light and scanning electron microscopies coupled with EDS were carried out to get more insights into the mechanics of biofilm formation with or without Ca addition. Therefore, the same strategy can be implemented in other waste water treatment technologies.

Keywords: hybrid constructed wetland, biofilm formation, waste water treatment, waste water

Procedia PDF Downloads 390
3435 On Exploring Search Heuristics for improving the efficiency in Web Information Extraction

Authors: Patricia Jiménez, Rafael Corchuelo

Abstract:

Nowadays the World Wide Web is the most popular source of information that relies on billions of on-line documents. Web mining is used to crawl through these documents, collect the information of interest and process it by applying data mining tools in order to use the gathered information in the best interest of a business, what enables companies to promote theirs. Unfortunately, it is not easy to extract the information a web site provides automatically when it lacks an API that allows to transform the user-friendly data provided in web documents into a structured format that is machine-readable. Rule-based information extractors are the tools intended to extract the information of interest automatically and offer it in a structured format that allow mining tools to process it. However, the performance of an information extractor strongly depends on the search heuristic employed since bad choices regarding how to learn a rule may easily result in loss of effectiveness and/or efficiency. Improving search heuristics regarding efficiency is of uttermost importance in the field of Web Information Extraction since typical datasets are very large. In this paper, we employ an information extractor based on a classical top-down algorithm that uses the so-called Information Gain heuristic introduced by Quinlan and Cameron-Jones. Unfortunately, the Information Gain relies on some well-known problems so we analyse an intuitive alternative, Termini, that is clearly more efficient; we also analyse other proposals in the literature and conclude that none of them outperforms the previous alternative.

Keywords: information extraction, search heuristics, semi-structured documents, web mining.

Procedia PDF Downloads 326
3434 Quantitative, Qualitative, and Technological Challenges for Higher Education in Jordan Critical Analytical Study

Authors: Habes Moh’d Khalifeh Hatamleh, Shukri Refai Ibrahim Marashdh

Abstract:

The study came with the aim of identifying the most prominent quantitative, qualitative, and technological challenges facing the higher education system in Jordan as a dilemma in light of the technological revolution that had a radical contribution to changing the face of science and knowledge in various fields of higher education in Jordan. Human societies that require the adoption of scientific research and its basics as a clear entrance aimed at serving the community and upgrading it civilly. The number of private and public universities has increased, and many students have been accepted for all levels of study in the bachelor’s, higher diploma, master’s and doctoral programs, and the quantitative growth has been accompanied by many negatives, which requires renewal and development in the field of higher education, which led to the emergence of many challenges, and the qualitative challenge in terms of relevance, quality and goodness constitutes an important requirement for the improvement of teaching, scientific research and services in light of the social demand for higher education, in order to reach the quality. The real challenge facing our country is to enter the civilization of advanced technology, which has become the main factor and the starting point for preparing staff capable of accomplishing this transformation and creating an appropriate educational environment for the student to help him to use the sources of knowledge. This study can provide a set of recommendations and proposals that may contribute to addressing challenges and contributing to improving educational outcomes in light of the requirements of the labor market and the needs of society.

Keywords: quantitative, qualitative, technological, challenges, higher education

Procedia PDF Downloads 70
3433 Quantitative, Qualitative, and Technological Challenges for Higher Education in Jordan Critical Analytical Study

Authors: Habes Moh’d Khalifeh Hatamleh, Shukri Refai Ibrahim Marashdh

Abstract:

The study came with the aim of identifying the most prominent quantitative, qualitative, and technological challenges facing the higher education system in Jordan as a dilemma in light of the technological revolution that had a radical contribution to changing the face of science and knowledge in various fields of higher education in Jordan. Human societies that require the adoption of scientific research and its basics as a clear entrance aimed at serving the community and upgrading it civilly. The number of private and public universities has increased, and many students have been accepted for all levels of study in the bachelor’s, higher diploma, master’s and doctoral programs, and the quantitative growth has been accompanied by many negatives, which requires renewal and development in the field of higher education, which led to the emergence of many challenges, and the qualitative challenge in terms of relevance, quality and goodness constitutes an important requirement for the improvement of teaching, scientific research and services in light of the social demand for higher education, in order to reach the quality. The real challenge facing our country is to enter the civilization of advanced technology, which has become the main factor and the starting point for preparing staff capable of accomplishing this transformation and creating an appropriate educational environment for the student to help him to use the sources of knowledge. This study can provide a set of recommendations and proposals that may contribute to addressing challenges and contributing to improving educational outcomes in light of the requirements of the labor market and the needs of society.

Keywords: quantitative, qualitative, technological, challenges, higher education

Procedia PDF Downloads 66
3432 Seismic Integrity Determination of Dams in Urban Areas

Authors: J. M. Mayoral, M. Anaya

Abstract:

The urban and economic development of cities demands the construction of water use and flood control infrastructure. Likewise, it is necessary to determine the safety level of the structures built with the current standards and if it is necessary to define the reinforcement actions. The foregoing is even more important in structures of great importance, such as dams, since they imply a greater risk for the population in case of failure or undesirable operating conditions (e.g., seepage, cracks, subsidence). This article presents a methodology for determining the seismic integrity of dams in urban areas. From direct measurements of the dynamic properties using geophysical exploration and ambient seismic noise measurements, the seismic integrity of the concrete-faced rockfill dam selected as a case of study is evaluated. To validate the results, two accelerometer stations were installed (e.g., free field and crest of the dam). Once the dynamic properties were determined, three-dimensional finite difference models were developed to evaluate the dam seismic performance for different intensities of movement, considering the site response and soil-structure interaction effects. The seismic environment was determined from the uniform hazard spectra for several return periods. Based on the results obtained, the safety level of the dam against different seismic actions was determined, and the effectiveness of ambient seismic noise measurements in dynamic characterization and subsequent evaluation of the seismic integrity of urban dams was evaluated.

Keywords: risk, seismic, soil-structure interaction, urban dams

Procedia PDF Downloads 98
3431 The Effectiveness of Cognitive Behavioural Intervention in Alleviating Social Avoidance for Blind Students

Authors: Mohamed M. Elsherbiny

Abstract:

Social Avoidance is one of the most important problems that face a good number of disabled students. It results from the negative attitudes of non-disabled students, teachers and others. Some of the past research has shown that non-disabled individuals hold negative attitudes toward persons with disabilities. The present study aims to alleviate Social Avoidance by applying the Cognitive Behavioral Intervention. 24 Blind students aged 19–24 (university students) were randomly chosen we compared an experimental group (consisted of 12 students) who went through the intervention program, with a control group (12 students also) who did not go through such intervention. We used the Social Avoidance and Distress Scale (SADS) to assess social anxiety and distress behavior. The author used many techniques of cognitive behavioral intervention such as modeling, cognitive restructuring, extension, contingency contracts, self-monitoring, assertiveness training, role play, encouragement and others. Statistically, T-test was employed to test the research hypothesis. Result showed that there is a significance difference between the experimental group and the control group after the intervention and also at the follow up stages of the Social Avoidance and Distress Scale. Also for the experimental group, there is a significance difference before the intervention and the follow up stages for the scale. Results showed that, there is a decrease in social avoidance. Accordingly, cognitive behavioral intervention program was successful in decreasing social avoidance for blind students.

Keywords: social avoidance, cognitive behavioral intervention, blind disability, disability

Procedia PDF Downloads 401
3430 Static and Dynamic Hand Gesture Recognition Using Convolutional Neural Network Models

Authors: Keyi Wang

Abstract:

Similar to the touchscreen, hand gesture based human-computer interaction (HCI) is a technology that could allow people to perform a variety of tasks faster and more conveniently. This paper proposes a training method of an image-based hand gesture image and video clip recognition system using a CNN (Convolutional Neural Network) with a dataset. A dataset containing 6 hand gesture images is used to train a 2D CNN model. ~98% accuracy is achieved. Furthermore, a 3D CNN model is trained on a dataset containing 4 hand gesture video clips resulting in ~83% accuracy. It is demonstrated that a Cozmo robot loaded with pre-trained models is able to recognize static and dynamic hand gestures.

Keywords: deep learning, hand gesture recognition, computer vision, image processing

Procedia PDF Downloads 128
3429 Bilingual Books in British Sign Language and English: The Development of E-Book

Authors: Katherine O'Grady-Bray

Abstract:

For some deaf children, reading books can be a challenge. Frank Barnes School (FBS) provides guided reading time with Teachers of the Deaf, in which they read books with deaf children using a bilingual approach. The vocabulary and context of the story is explained to deaf children in BSL so they develop skills bridging English and BSL languages. However, the success of this practice is only achieved if the person is fluent in both languages. FBS piloted a scheme to convert an Oxford Reading Tree (ORT) book into an e-book that can be read using tablets. Deaf readers at FBS have access to both languages (BSL and English) during lessons and outside the classroom. The pupils receive guided reading sessions with a Teacher of the Deaf every morning, these one to one sessions give pupils the opportunity to learn how to bridge both languages e.g. how to translate English to BSL and vice versa. Generally, due to our pupils’ lack of access to incidental learning, gaining new information about the world around them is limited. This highlights the importance of quality time to scaffold their language development. In some cases, there is a shortfall of parental support at home due to poor communication skills or an unawareness of how to interact with deaf children. Some families have a limited knowledge of sign language or simply don’t have the required learning environment and strategies needed for language development with deaf children. As the majority of our pupils’ preferred language is BSL we use that to teach reading and writing English. If this is not mirrored at home, there is limited opportunity for joint reading sessions. Development of the e-Book required planning and technical development. The overall production took time as video footage needed to be shot and then edited individually for each page. There were various technical considerations such as having an appropriate background colour so not to draw attention away from the signer. Appointing a signer with the required high level of BSL was essential. The language and pace of the sign language was an important consideration as it was required to match the age and reading level of the book. When translating English text to BSL, careful consideration was given to the nonlinear nature of BSL and the differences in language structure and syntax. The e-book was produced using Apple’s ‘iBook Author’ software which allowed video footage of the signer to be embedded on pages opposite the text and illustration. This enabled BSL translation of the content of the text and inferences of the story. An interpreter was used to directly ‘voice over’ the signer rather than the actual text. The aim behind the structure and layout of the e-book is to allow parents to ‘read’ with their deaf child which helps to develop both languages. From observations, the use of e-books has given pupils confidence and motivation with their reading, developing skills bridging both BSL and English languages and more effective reading time with parents.

Keywords: bilingual book, e-book, BSL and English, bilingual e-book

Procedia PDF Downloads 160
3428 Thermo-Ecological Assessment of a ‎Hybrid ‎‎Solar ‎Greenhouse Dryer for Grape Drying ‎

Authors: Ilham Ihoume, Rachid Tadili, Nora Arbaoui

Abstract:

The use of solar energy in agricultural applications has gained significant at‎tention ‎‎in recent years as a sustainable and environmentally friendly alternative to ‎‎conventional energy sources. In particular, solar drying of crops has ‎been identified ‎‎as an effective method to preserve agricultural produce while ‎minimizing energy ‎‎consumption and reducing carbon emissions. In this context, the present study ‎‎aims to evaluate the thermo-economic and ecological ‎performance of a solar-electric hybrid greenhouse dryer designed for grape ‎drying. The proposed system ‎‎integrates solar collectors, an electric heater, ‎and a greenhouse structure to create a ‎‎controlled and energy-efficient environment for grape drying. The thermo-economic assessment involves the ‎analysis of the thermal performance, energy ‎‎consumption, and cost-effectiveness of the solar-electric hybrid greenhouse dryer. ‎‎On the other ‎hand, the ecological assessment focuses on the environmental impact ‎‎of the ‎system in terms of carbon emissions and sustainability. The findings of this ‎‎‎study are expected to contribute to the development of sustainable agricultural ‎‎practices and the promotion of renewable energy technologies in the ‎context of ‎‎food production. Moreover, the results may serve as a basis for the ‎design and ‎‎optimization of similar solar drying systems for other crops and ‎regions.‎

Keywords: solar energy, sustainability, agriculture, energy ‎‎analysis‎

Procedia PDF Downloads 44
3427 Content-Based Color Image Retrieval Based on the 2-D Histogram and Statistical Moments

Authors: El Asnaoui Khalid, Aksasse Brahim, Ouanan Mohammed

Abstract:

In this paper, we are interested in the problem of finding similar images in a large database. For this purpose we propose a new algorithm based on a combination of the 2-D histogram intersection in the HSV space and statistical moments. The proposed histogram is based on a 3x3 window and not only on the intensity of the pixel. This approach can overcome the drawback of the conventional 1-D histogram which is ignoring the spatial distribution of pixels in the image, while the statistical moments are used to escape the effects of the discretisation of the color space which is intrinsic to the use of histograms. We compare the performance of our new algorithm to various methods of the state of the art and we show that it has several advantages. It is fast, consumes little memory and requires no learning. To validate our results, we apply this algorithm to search for similar images in different image databases.

Keywords: 2-D histogram, statistical moments, indexing, similarity distance, histograms intersection

Procedia PDF Downloads 444
3426 Exploring Spiritual Needs of Taiwanese Inpatients with Advanced Cancer and Their Family Caregivers

Authors: Szu Mei Hsiao

Abstract:

This study explores the spiritual needs of inpatients with advanced cancer and their family caregivers in one southern regional teaching hospital in Taiwan and elucidates the differences and similarities of spiritual needs between them. Little research reports the different phases of spiritual needs and the potential impact of Chinese cultural values on the spiritual needs. Qualitative inquiry was used. Twenty-one patients with advanced cancer and twenty-two family caregivers were recruited. During hospitalization, all participants identified spiritual needs both the palliative phase and the dying phase: (a) the need to foster faith/confidence and hope for medicine and/or God; (b) to understand the meaning and values of life; (c) to experience more reciprocal human love and forgiveness; and (d) to obey God’s/Heaven will. Furthermore, the differences of spiritual needs between patients with advanced cancer and their family caregivers are as follows: (a) family caregivers emphasized the need to inform relatives and say goodbye in order to die peacefully; (b) patients highlighted a need to maintain a certain physical appearance in order to preserve their dignity; nurture one’s willpower; learn about the experiences of cancer survivors; and identify one’s own life experience for understanding the meaning and values of life. Moreover, the dissimilarity of spiritual needs is that the patients pointed out the need to understand God’s will during the palliative treatment phase. However, the family caregivers identified the need to forgive each other, and inform relatives and say goodbye to patients in the dying phase. This research has shown that the needs of meaning/values of life and facing death peacefully are different between two groups. Health professionals will be encouraged to detect and to develop individualized care strategies to meet spiritual needs.

Keywords: advanced cancer, Chinese culture, family caregivers, qualitative research, spiritual needs

Procedia PDF Downloads 327
3425 In-situ Acoustic Emission Analysis of a Polymer Electrolyte Membrane Water Electrolyser

Authors: M. Maier, I. Dedigama, J. Majasan, Y. Wu, Q. Meyer, L. Castanheira, G. Hinds, P. R. Shearing, D. J. L. Brett

Abstract:

Increasing the efficiency of electrolyser technology is commonly seen as one of the main challenges on the way to the Hydrogen Economy. There is a significant lack of understanding of the different states of operation of polymer electrolyte membrane water electrolysers (PEMWE) and how these influence the overall efficiency. This in particular means the two-phase flow through the membrane, gas diffusion layers (GDL) and flow channels. In order to increase the efficiency of PEMWE and facilitate their spread as commercial hydrogen production technology, new analytic approaches have to be found. Acoustic emission (AE) offers the possibility to analyse the processes within a PEMWE in a non-destructive, fast and cheap in-situ way. This work describes the generation and analysis of AE data coming from a PEM water electrolyser, for, to the best of our knowledge, the first time in literature. Different experiments are carried out. Each experiment is designed so that only specific physical processes occur and AE solely related to one process can be measured. Therefore, a range of experimental conditions is used to induce different flow regimes within flow channels and GDL. The resulting AE data is first separated into different events, which are defined by exceeding the noise threshold. Each acoustic event consists of a number of consequent peaks and ends when the wave diminishes under the noise threshold. For all these acoustic events the following key attributes are extracted: maximum peak amplitude, duration, number of peaks, peaks before the maximum, average intensity of a peak and time till the maximum is reached. Each event is then expressed as a vector containing the normalized values for all criteria. Principal Component Analysis is performed on the resulting data, which orders the criteria by the eigenvalues of their covariance matrix. This can be used as an easy way of determining which criteria convey the most information on the acoustic data. In the following, the data is ordered in the two- or three-dimensional space formed by the most relevant criteria axes. By finding spaces in the two- or three-dimensional space only occupied by acoustic events originating from one of the three experiments it is possible to relate physical processes to certain acoustic patterns. Due to the complex nature of the AE data modern machine learning techniques are needed to recognize these patterns in-situ. Using the AE data produced before allows to train a self-learning algorithm and develop an analytical tool to diagnose different operational states in a PEMWE. Combining this technique with the measurement of polarization curves and electrochemical impedance spectroscopy allows for in-situ optimization and recognition of suboptimal states of operation.

Keywords: acoustic emission, gas diffusion layers, in-situ diagnosis, PEM water electrolyser

Procedia PDF Downloads 147
3424 Association of Brain Derived Neurotrophic Factor with Iron as well as Vitamin D, Folate and Cobalamin in Pediatric Metabolic Syndrome

Authors: Mustafa M. Donma, Orkide Donma

Abstract:

The impact of metabolic syndrome (MetS) on cognition and functions of the brain is being investigated. Iron deficiency and deficiencies of B9 (folate) as well as B12 (cobalamin) vitamins are best-known nutritional anemias. They are associated with cognitive disorders and learning difficulties. The antidepressant effects of vitamin D are known and the deficiency state affects mental functions negatively. The aim of this study is to investigate possible correlations of MetS with serum brain-derived neurotrophic factor (BDNF), iron, folate, cobalamin and vitamin D in pediatric patients. 30 children, whose age- and sex-dependent body mass index (BMI) percentiles vary between 85 and 15, 60 morbid obese children with above 99th percentiles constituted the study population. Anthropometric measurements were taken. BMI values were calculated. Age- and sex-dependent BMI percentile values were obtained using the appropriate tables prepared by the World Health Organization (WHO). Obesity classification was performed according to WHO criteria. Those with MetS were evaluated according to MetS criteria. Serum BDNF was determined by enzyme-linked immunosorbent assay. Serum folate was analyzed by an immunoassay analyzer. Serum cobalamin concentrations were measured using electrochemiluminescence immunoassay. Vitamin D status was determined by the measurement of 25-hydroxycholecalciferol [25-hydroxy vitamin D3, 25(OH)D] using high performance liquid chromatography. Statistical evaluations were performed using SPSS for Windows, version 16. The p values less than 0.05 were accepted as statistically significant. Although statistically insignificant, lower folate and cobalamin values were found in MO children compared to those observed for children with normal BMI. For iron and BDNF values, no alterations were detected among the groups. Significantly decreased vitamin D concentrations were noted in MO children with MetS in comparison with those in children with normal BMI (p ≤ 0.05). The positive correlation observed between iron and BDNF in normal-BMI group was not found in two MO groups. In THE MetS group, the partial correlation among iron, BDNF, folate, cobalamin, vitamin D controlling for waist circumference and BMI was r = -0.501; p ≤ 0.05. None was calculated in MO and normal BMI groups. In conclusion, vitamin D should also be considered during the assessment of pediatric MetS. Waist circumference and BMI should collectively be evaluated during the evaluation of MetS in children. Within this context, BDNF appears to be a key biochemical parameter during the examination of obesity degree in terms of mental functions, cognition and learning capacity. The association observed between iron and BDNF in children with normal BMI was not detected in MO groups possibly due to development of inflammation and other obesity-related pathologies. It was suggested that this finding may contribute to mental function impairments commonly observed among obese children.

Keywords: brain-derived neurotrophic factor, iron, vitamin B9, vitamin B12, vitamin D

Procedia PDF Downloads 104
3423 Combined Aplication of Indigenous Pseudomonas fluorescens and the AM Fungi as the Potential Biocontrol Agents of Banana Fusarium wilt

Authors: Eri Sulyanti, Trimurti Habazar, Eti Farda Husen, Abdi Dharma, Nasril Nasir

Abstract:

In this study, combination of some biocontrol agents with different mechanisms was an alternative to improve the effectiveness of the biological control agents. Single and combined applications of indigenous Pseudomonas fluorescens and Arbuscular Mychorrhizae Fungi (AM Fungi) isolates were tested to induce the resistance on susceptible Cavendish banana against F.oxysporum f. sp. cubense race 4 under greenhouse conditions. These isolates originally isolated from healthy banana rhizosphere at endemic Fusarium wilt areas in the centre of production banana in West Sumatra. These researches were conducted with Randomized Block Design with 16 treatments and 10 replications. The treatments were three indigenous isolates of Pseudomonas fluorescens (Par1-Cv, Par4-Rj1, Par2-Jt1) and 3 isolates of AM Fungi (Gl1BuA4, Gl2BuA6, and Gl1KeP3. The biocontrol agents were applied as single agents and combination two of them. This study demonstrated that the application of combination biocontrol organisms Pseudomonas fluorescens and AM Fungi provided were more effective than single application. The combination of Par1-Cv and Gl1BuA4 isolates was the most effective to control Fusarium wilt and followed by the combination of Par1-Cv and Gl2BuA6 and Par2-Jt1 and Gl1P3.

Keywords: pseudomonad fluorescens (Pf), arbuscular mychorrhizae fungi (AM Fungi) indigenous isolates, fusarium oxysporum f. sp. cubense, soil rhizosphere

Procedia PDF Downloads 296
3422 Continuous Improvement as an Organizational Capability in the Industry 4.0 Era

Authors: Lodgaard Eirin, Myklebust Odd, Eleftheriadis Ragnhild

Abstract:

Continuous improvement is becoming increasingly a prerequisite for manufacturing companies to remain competitive in a global market. In addition, future survival and success will depend on the ability to manage the forthcoming digitalization transformation in the industry 4.0 era. Industry 4.0 promises substantially increased operational effectiveness, were all equipment are equipped with integrated processing and communication capabilities. Subsequently, the interplay of human and technology will evolve and influence the range of worker tasks and demands. Taking into account these changes, the concept of continuous improvement must evolve accordingly. Based on a case study from manufacturing industry, the purpose of this paper is to point out what the concept of continuous improvement will meet and has to take into considering when entering the 4th industrial revolution. In the past, continuous improvement has the focus on a culture of sustained improvement targeting the elimination of waste in all systems and processes of an organization by involving everyone. Today, it has to be evolved into the forthcoming digital transformation and the increased interplay of human and digital communication system to reach its full potential. One main findings of this study, is how digital communication systems will act as an enabler to strengthen the continuous improvement process, by moving from collaboration within individual teams to interconnection of teams along the product value chain. For academics and practitioners, it will help them to identify and prioritize their steps towards an industry 4.0 implementation integrated with focus on continuous improvement.

Keywords: continuous improvement, digital communication system, human-machine-interaction, industry 4.0, team perfomance

Procedia PDF Downloads 190
3421 Performance Evaluation and Planning for Road Safety Measures Using Data Envelopment Analysis and Fuzzy Decision Making

Authors: Hamid Reza Behnood, Esmaeel Ayati, Tom Brijs, Mohammadali Pirayesh Neghab

Abstract:

Investment projects in road safety planning can benefit from an effectiveness evaluation regarding their expected safety outcomes. The objective of this study is to develop a decision support system (DSS) to support policymakers in taking the right choice in road safety planning based on the efficiency of previously implemented safety measures in a set of regions in Iran. The measures considered for each region in the study include performance indicators about (1) police operations, (2) treated black spots, (3) freeway and highway facility supplies, (4) speed control cameras, (5) emergency medical services, and (6) road lighting projects. To this end, inefficiency measure is calculated, defined by the proportion of fatality rates in relation to the combined measure of road safety performance indicators (i.e., road safety measures) which should be minimized. The relative inefficiency for each region is modeled by the Data Envelopment Analysis (DEA) technique. In a next step, a fuzzy decision-making system is constructed to convert the information obtained from the DEA analysis into a rule-based system that can be used by policy makers to evaluate the expected outcomes of certain alternative investment strategies in road safety.

Keywords: performance indicators, road safety, decision support system, data envelopment analysis, fuzzy reasoning

Procedia PDF Downloads 334
3420 A Novel Approach to Design and Implement Context Aware Mobile Phone

Authors: G. S. Thyagaraju, U. P. Kulkarni

Abstract:

Context-aware computing refers to a general class of computing systems that can sense their physical environment, and adapt their behaviour accordingly. Context aware computing makes systems aware of situations of interest, enhances services to users, automates systems and personalizes applications. Context-aware services have been introduced into mobile devices, such as PDA and mobile phones. In this paper we are presenting a novel approaches used to realize the context aware mobile. The context aware mobile phone (CAMP) proposed in this paper senses the users situation automatically and provides user context required services. The proposed system is developed by using artificial intelligence techniques like Bayesian Network, fuzzy logic and rough sets theory based decision table. Bayesian Network to classify the incoming call (high priority call, low priority call and unknown calls), fuzzy linguistic variables and membership degrees to define the context situations, the decision table based rules for service recommendation. To exemplify and demonstrate the effectiveness of the proposed methods, the context aware mobile phone is tested for college campus scenario including different locations like library, class room, meeting room, administrative building and college canteen.

Keywords: context aware mobile, fuzzy logic, decision table, Bayesian probability

Procedia PDF Downloads 358
3419 Association of Southeast Asian Nations Caught in between International and Regional Human Rights Frameworks: The Myanmar Rohingya Crisis

Authors: Lynamata Chhun

Abstract:

Human Rights enforcement in the newly independent countries like Asian and African has always been penetrating issues. In spite, the existing of the Universal Declaration of Human Rights (UDHR), regions like Africa and Asia where values and cultural norms far differ from the concept had formed their own Human Rights instruments to tackle Human Rights issues in their regions instead of embracing the concept of UDHR completely. ASEAN Human Rights Declaration is one of the examples. This paper aims to examine the enforcement of Human Rights in South East Asia in the context of ASEAN regional integration. Precisely, the author attempts to analyse the effectiveness in undertaking Human Rights issues in the region by applying both the existing international and regional frameworks using the Myanmar Rohingya Crisis as the case study. The methodology of the paper is qualitative analysis where cross-impact analysis is employed to examine the case study. It is anticipated that the main findings of this paper will illuminate how applicable the international instruments are in comparison to the regional instruments in apprehending the human rights issues and will shed light on how ASEAN and dialogue partners should cooperate in the future regarding with the challenging issues of Human Rights in the region.

Keywords: ASEAN Human Rights Declaration, ASEAN integration, ASEAN way, international and regional instruments, Universal Declaration of Human Rights

Procedia PDF Downloads 239
3418 Iterative Estimator-Based Nonlinear Backstepping Control of a Robotic Exoskeleton

Authors: Brahmi Brahim, Mohammad Habibur Rahman, Maarouf Saad, Cristóbal Ochoa Luna

Abstract:

A repetitive training movement is an efficient method to improve the ability and movement performance of stroke survivors and help them to recover their lost motor function and acquire new skills. The ETS-MARSE is seven degrees of freedom (DOF) exoskeleton robot developed to be worn on the lateral side of the right upper-extremity to assist and rehabilitate the patients with upper-extremity dysfunction resulting from stroke. Practically, rehabilitation activities are repetitive tasks, which make the assistive/robotic systems to suffer from repetitive/periodic uncertainties and external perturbations induced by the high-order dynamic model (seven DOF) and interaction with human muscle which impact on the tracking performance and even on the stability of the exoskeleton. To ensure the robustness and the stability of the robot, a new nonlinear backstepping control was implemented with designed tests performed by healthy subjects. In order to limit and to reject the periodic/repetitive disturbances, an iterative estimator was integrated into the control of the system. The estimator does not need the precise dynamic model of the exoskeleton. Experimental results confirm the robustness and accuracy of the controller performance to deal with the external perturbation, and the effectiveness of the iterative estimator to reject the repetitive/periodic disturbances.

Keywords: backstepping control, iterative control, Rehabilitation, ETS-MARSE

Procedia PDF Downloads 273
3417 School Context-Related Factors That Affect Principals’ Instructional Leadership Competence at Primary Schools in Tarcha Town, Ethiopia

Authors: Godaye Gobena Gomiole

Abstract:

The purpose of this study was to investigate school context-related factors that affect principals' instructional leadership competence in primary schools in Tarcha Town, Ethiopia. A qualitative case study research design was used. The data were collected through semi-structured interviews and document analysis. Twelve senior principals were included in the study through purposive sampling. Interviews were used to collect in-depth data. The data was analyzed thematically. The findings of the study indicated that primary school principals face both internal and external challenges. Internally, they face limited knowledge and skills, a lack of courage and commitment, and administrative work overload. Their external challenges included negative attitudes from parents and teachers, a lack of instructional materials, and little support from local education authorities. Consequently, they can't serve effectively as instructional leaders or resource people. Based on the findings, it is recommended that the Ministry of Education, South West Regional Education Bureau, Dawuro Zone Education Department, and Tarcha Town Administration Education Officers and Cluster Supervisors regularly monitor and support school leaders and prepare and provide pertinent teaching materials and training so that the principals can lead in the capacity that is appropriate for the position.

Keywords: instructional leadership, primary school, principals, school context related factors

Procedia PDF Downloads 41
3416 A Study on Design for Parallel Test Based on Embedded System

Authors: Zheng Sun, Weiwei Cui, Xiaodong Ma, Hongxin Jin, Dongpao Hong, Jinsong Yang, Jingyi Sun

Abstract:

With the improvement of the performance and complexity of modern equipment, automatic test system (ATS) becomes widely used for condition monitoring and fault diagnosis. However, the conventional ATS mainly works in a serial mode, and lacks the ability of testing several equipments at the same time. That leads to low test efficiency and ATS redundancy. Especially for a large majority of equipment under test, the conventional ATS cannot meet the requirement of efficient testing. To reduce the support resource and increase test efficiency, we propose a method of design for the parallel test based on the embedded system in this paper. Firstly, we put forward the general framework of the parallel test system, and the system contains a central management system (CMS) and several distributed test subsystems (DTS). Then we give a detailed design of the system. For the hardware of the system, we use embedded architecture to design DTS. For the software of the system, we use test program set to improve the test adaption. By deploying the parallel test system, the time to test five devices is now equal to the time to test one device in the past. Compared with the conventional test system, the proposed test system reduces the size and improves testing efficiency. This is of great significance for equipment to be put into operation swiftly. Finally, we take an industrial control system as an example to verify the effectiveness of the proposed method. The result shows that the method is reasonable, and the efficiency is improved up to 500%.

Keywords: parallel test, embedded system, automatic test system, automatic test system (ATS), central management system, central management system (CMS), distributed test subsystems, distributed test subsystems (DTS)

Procedia PDF Downloads 288
3415 A Fresh Look at the Tense-Aspect System of the Qashqaie Dialect of Turkish Language

Authors: Mohammad Sharifi Bohlouli, Elnaz Sharifi Bohlouli

Abstract:

Turkish language with many dialects is native or official language of great number of people all around the world. The Qashqaie dialect of Turkish language is spoken by the Qashqaie tribe mostly scattered in the southern part of Iran. This paper aims at analyzing the tense system of this dialect to detect the type and number of tense and aspects available to its speakers. To collect a reliable data, a group of 50 old native speakers were randomly chosen as the informants and different techniques such as; Shuy et al interviews, selective listening ,and eavesdropping were used. The results of data analysis showed that the tense system in the Qashqaie dialect of Turkish language includes 3 absolute tenses, 6 aspectual, and 2 subjunctive ones. The interesting part of the study is that Qashqaie dialect enables its speakers to make a kind of aspectual opposition through verb structure which seems to be almost impossible through verb forms in any other nonturkish languages. For example in the following examples sentences 1&2 and 3&4 have the same translation In English although they are different in both meaning and structure. 1. Ali ensha yazirdi. 2. Ali ensha yazirmush. (Ali was writing a composition.) 3. Ali yadmishdi. 4. Ali yadmishimish. (Ali had slept.). The changes in the verb structure in Qashqaie dialect enables its speakers to say that whether the doer of the action remembers the process of doing the action or not. So, it presents a new aspectual opposition as Observed /nonobserved. The research findings reveal many other regularities and linguistic features that can be useful for linguists interested in Turkish in general and for those interested in tense and aspect and also they can be helpful for different pedagogical purposes including teaching and translating.

Keywords: qashqaie dialect, tense, aspect, linguistics, Turkish language

Procedia PDF Downloads 475
3414 Peer-Mediated Interventions as a High-Leverage Practice in Inclusive General Education Classrooms

Authors: Daniel Pyle, Nicole Pyle, Ben Lignugaris-Kraft, Lawrence Maheady

Abstract:

Students with disabilities are not included in general education at the same rate as their peers without disabilities. There are multiple reasons cited for why inclusion rates vary, such as teachers' lack of knowledge of the successful delivery of inclusive practices to students with the most extensive support needs. However, decades of research document effective inclusive practices associated with benefits across domains for students with disabilities. One effective inclusive practice that teachers use to improve outcomes for students with disabilities is flexible grouping. Teachers can use flexible grouping to facilitate students working collaboratively by using peer-mediated interventions (PMIs). This article describes PMIs as a flexible grouping of High Leverage Practices (HLP). There are variations of PMIs to select from when using flexible grouping. PMIs are described by varied grouping arrangements and different instructional procedures to clarify the flexibility of grouping students and students’ roles within those groupings. In support of teachers’ use of flexible grouping in inclusive general education classrooms, we identify different PMI formats teachers can use depending on the preferred grouping arrangement, explain the distinctive characteristics of PMI models to distinguish expected procedures with peers, highlight outcomes associated with PMIs, and provide an overview of evaluating PMIs effectiveness.

Keywords: peer-mediated interventions, high leverage practices, flexible grouping, general education, special education

Procedia PDF Downloads 69
3413 Reviving Arid Lands: The Transformative Potential of Biochar in Arab Countries' Agriculture

Authors: Ahmed Azizeldein Abubaker Abdelhafez

Abstract:

This review explores the application of biochar as a strategy for enhancing soil fertility in arid regions, with a focus on Arab countries. Biochar, derived from the carbonization of biomass under low-oxygen conditions, has shown promise in improving the physical and chemical properties of soil, such as increasing water retention and nutrient availability. Despite the challenging conditions of arid and semi-arid regions, characterized by poor soil fertility and severe land degradation, biochar application has emerged as a viable method to enhance agricultural productivity and mitigate environmental issues. This paper examines various aspects of biochar, including production methods, such as pyrolysis and gasification, and the effects of biochar on soil fertility. It discusses different application techniques and presents case studies from Arab countries like Egypt, the United Arab Emirates, Saudi Arabia, Qatar, Oman, and Kuwait, highlighting the successes and challenges faced in implementing biochar technology. The review also addresses the limitations of biochar use in arid regions and suggests future research directions to optimize its effectiveness. Overall, this study underscores the potential of biochar to contribute significantly to sustainable agriculture and ecological restoration in arid environments, advocating for integrated strategies that combine biochar application with other innovative agricultural practices.

Keywords: biochar, soil fertility, arid region, Arab countries, challenges and limitations

Procedia PDF Downloads 32