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

Search results for: teaching and learning practice

2322 Detection of Keypoint in Press-Fit Curve Based on Convolutional Neural Network

Authors: Shoujia Fang, Guoqing Ding, Xin Chen

Abstract:

The quality of press-fit assembly is closely related to reliability and safety of product. The paper proposed a keypoint detection method based on convolutional neural network to improve the accuracy of keypoint detection in press-fit curve. It would provide an auxiliary basis for judging quality of press-fit assembly. The press-fit curve is a curve of press-fit force and displacement. Both force data and distance data are time-series data. Therefore, one-dimensional convolutional neural network is used to process the press-fit curve. After the obtained press-fit data is filtered, the multi-layer one-dimensional convolutional neural network is used to perform the automatic learning of press-fit curve features, and then sent to the multi-layer perceptron to finally output keypoint of the curve. We used the data of press-fit assembly equipment in the actual production process to train CNN model, and we used different data from the same equipment to evaluate the performance of detection. Compared with the existing research result, the performance of detection was significantly improved. This method can provide a reliable basis for the judgment of press-fit quality.

Keywords: keypoint detection, curve feature, convolutional neural network, press-fit assembly

Procedia PDF Downloads 230
2321 Modern Nahwu's View about the Theory of Amil

Authors: Kisno Umbar

Abstract:

Arabic grammar (nahwu) is one of the most important disciplines to learn about the Islamic literature (kitab al-turats). In the last century, learning Arabic grammar was difficult for both the Arabian or non-Arabian native. Most of the traditional nahwu scholars viewed that the theory of amil is a major problem. The views had influenced large number of modern nahwu scholars, and some of them refuse the theory of amil to simplify Arabic grammar to make it easier. The aim of the study is to compare many views of the modern nahwu scholars about the theory of amil including their reasons. In addition, the study is to reveal whether they follow classic scholars or give a view. The author uses literature study approach to get data of modern nahwu scholars from their books as a primary resource. As a secondary resource, the author uses the updated relevant researches from journals about the theory of amil. Besides, the author put on several resources from the traditional nahwu scholars to compare the views. The analysis showed the contrasting views about the theory of amil. Most of the scholars refuse the amil because it isn’t originally derived from Arabic tradition, but it is influenced by Aristotelian philosophy. The others persistently use the amil inasmuch as it is one of the characteristics that differ Arabic language and other languages.

Keywords: Arabic grammar, Amil, Arabic tradition, Aristotelian philosophy

Procedia PDF Downloads 159
2320 Standardization of a Methodology for Quantification of Antimicrobials Used for the Treatment of Multi-Resistant Bacteria Using Two Types of Biosensors and Production of Anti-Antimicrobial Antibodies

Authors: Garzon V., Bustos R., Salvador J. P., Marco M. P., Pinacho D. G.

Abstract:

Bacterial resistance to antimicrobial treatment has increased significantly in recent years, making it a public health problem. Large numbers of bacteria are resistant to all or nearly all known antimicrobials, creating the need for the development of new types of antimicrobials or the use of “last line” antimicrobial drug therapies for the treatment of multi-resistant bacteria. Some of the chemical groups of antimicrobials most used for the treatment of infections caused by multiresistant bacteria in the clinic are Glycopeptide (Vancomycin), Polymyxin (Colistin), Lipopeptide (Daptomycin) and Carbapenem (Meropenem). Molecules that require therapeutic drug monitoring (TDM). Due to the above, a methodology based on nanobiotechnology based on an optical and electrochemical biosensor is being developed, which allows the evaluation of the plasmatic levels of some antimicrobials such as glycopeptide, polymyxin, lipopeptide and carbapenem quickly, at a low cost, with a high specificity and sensitivity and that can be implemented in the future in public and private health hospitals. For this, the project was divided into five steps i) Design of specific anti-drug antibodies, produced in rabbits for each of the types of antimicrobials, evaluating the results by means of an immunoassay analysis (ELISA); ii) quantification by means of an electrochemical biosensor that allows quantification with high sensitivity and selectivity of the reference antimicrobials; iii) Comparison of antimicrobial quantification with an optical type biosensor; iv) Validation of the methodologies used with biosensor by means of an immunoassay. Finding as a result that it is possible to quantify antibiotics by means of the optical and electrochemical biosensor at concentrations on average of 1,000ng/mL, the antibodies being sensitive and specific for each of the antibiotic molecules, results that were compared with immunoassays and HPLC chromatography. Thus, contributing to the safe use of these drugs commonly used in clinical practice and new antimicrobial drugs.

Keywords: antibiotics, electrochemical biosensor, optical biosensor, therapeutic drug monitoring

Procedia PDF Downloads 82
2319 Storytelling as a Pedagogical Tool to Learn English Language in Higher Education: Using Reflection and Experience to Improve Learning

Authors: Barzan Hadi Hama Karim

Abstract:

The purpose of this research study is to determine how educators, students at the university level are using storytelling to support the educational process. This study provides a general framework about educational uses of storytelling as a pedagogical too to learn English language in the higher education and describes the different perceptions of people (teachers and students) at different levels. A survey is used to collect responses from a group of educators and students in educational settings to determine how they are using storytelling for educational purposes. The results show the current situation of educational uses of storytelling and explore some of the benefits and challenges educators face in implementing storytelling in their institutions. The purpose of our research is to investigate the impact of storytelling as a pedagogical tool to learn English language in higher education and its academic achievements on ESL students. It highlights findings that address the following questions: (1) How has storytelling been approached historically? (2) Is storytelling beneficial for students in early grades at university? (3) To what extent do teacher and student prefer storytelling as a pedagogical tool to teach and learn English language in higher education?

Keywords: storytelling, teacher's beliefs, student’s beliefs, student’s academic achievement, narrative, pedagogy, ESL

Procedia PDF Downloads 395
2318 Fuzzy Population-Based Meta-Heuristic Approaches for Attribute Reduction in Rough Set Theory

Authors: Mafarja Majdi, Salwani Abdullah, Najmeh S. Jaddi

Abstract:

One of the global combinatorial optimization problems in machine learning is feature selection. It concerned with removing the irrelevant, noisy, and redundant data, along with keeping the original meaning of the original data. Attribute reduction in rough set theory is an important feature selection method. Since attribute reduction is an NP-hard problem, it is necessary to investigate fast and effective approximate algorithms. In this paper, we proposed two feature selection mechanisms based on memetic algorithms (MAs) which combine the genetic algorithm with a fuzzy record to record travel algorithm and a fuzzy controlled great deluge algorithm to identify a good balance between local search and genetic search. In order to verify the proposed approaches, numerical experiments are carried out on thirteen datasets. The results show that the MAs approaches are efficient in solving attribute reduction problems when compared with other meta-heuristic approaches.

Keywords: rough set theory, attribute reduction, fuzzy logic, memetic algorithms, record to record algorithm, great deluge algorithm

Procedia PDF Downloads 454
2317 Operator Optimization Based on Hardware Architecture Alignment Requirements

Authors: Qingqing Gai, Junxing Shen, Yu Luo

Abstract:

Due to the hardware architecture characteristics, some operators tend to acquire better performance if the input/output tensor dimensions are aligned to a certain minimum granularity, such as convolution and deconvolution commonly used in deep learning. Furthermore, if the requirements are not met, the general strategy is to pad with 0 to satisfy the requirements, potentially leading to the under-utilization of the hardware resources. Therefore, for the convolution and deconvolution whose input and output channels do not meet the minimum granularity alignment, we propose to transfer the W-dimensional data to the C-dimension for computation (W2C) to enable the C-dimension to meet the hardware requirements. This scheme also reduces the number of computations in the W-dimension. Although this scheme substantially increases computation, the operator’s speed can improve significantly. It achieves remarkable speedups on multiple hardware accelerators, including Nvidia Tensor cores, Qualcomm digital signal processors (DSPs), and Huawei neural processing units (NPUs). All you need to do is modify the network structure and rearrange the operator weights offline without retraining. At the same time, for some operators, such as the Reducemax, we observe that transferring the Cdimensional data to the W-dimension(C2W) and replacing the Reducemax with the Maxpool can accomplish acceleration under certain circumstances.

Keywords: convolution, deconvolution, W2C, C2W, alignment, hardware accelerator

Procedia PDF Downloads 104
2316 Risks of Traditional Practices: Chemical and Health Assessment of Bakhour

Authors: Yehya Elsayed, Sarah Dalibalta, Fareedah Alqtaishat, Ioline Gomes, Nagelle Fernandes

Abstract:

Bakhour or Arabian incense is traditionally used to perfume houses, shops and clothing as part of cultural or religious practices in several Middle Eastern countries. Conventionally, Bakhour consists of a mixture of natural ingredients such as chips of agarwood (oud), musk and sandalwoods that are soaked in scented oil. Bakhour is usually burned by charcoal or by using gas or electric burners to produce the scented smoke. It is necessary to evaluate the impact of such practice on human health and environment especially that the burning of Bakhour is usually done on a regular basis and in closed areas without proper ventilation. Although significant amount of research has been reported in scientific literature on the chemical analysis of various types of incense smoke, unfortunately only very few of them focused specifically on the health impacts of Bakhour. Raw Bakhour samples, their smoke emissions and the ash residue were analyzed to assess the existence of toxic ingredients and their possible influence on health and the environment. Three brands of Bakhour samples were analyzed for the presence of harmful heavy metals and organic compounds. Thermal Desorption Gas Chromatography-Mass Spectrometry (TD-GC-MS) was used to identify organic compounds while Inductively Coupled Plasma (ICP) and Scanning Electron Microscope-Energy Dispersive X-Ray Spectrometer (SEM-EDS) were used to analyze the presence of toxic and heavy metals. Organic compounds from the smoke were collected on specific tenax and activated carbon adsorption tubes. More than 850 chemical compounds were identified. The presence of 19 carcinogens, 23 toxins and 173 irritants were confirmed. Additionally, heavy metals were detected in amounts similar to those present in cigarettes. However, it was noticed that many of the detected compounds in the smoke lacked clinical studies on their health effects which shows the need for further clinical studies to be devoted to this area of study.

Keywords: Bakhour, incense smoke, pollution, indoor environment, health risk, chemical analysis

Procedia PDF Downloads 428
2315 Chemical and Health Assessment of Bakhour: Risks of Traditional Practices

Authors: Yehya Elsayed, Sarah Dalibalta, Fareedah Alqtaishat, Ioline Gomes, Nagelle Fernandes

Abstract:

Bakhour, or Arabian incense, is traditionally used to perfume houses, shops and clothing as part of cultural or religious practices in several Middle Eastern countries. Conventionally, Bakhour consists of a mixture of natural ingredients such as chips of agarwood (oud), musk and sandalwoods that are soaked in scented oil. Bakhour is usually burned by charcoal or by using gas or electric burners to produce the scented smoke. It is necessary to evaluate the impact of such practice on human health and environment especially that the burning of Bakhour is usually done on a regular basis and in closed areas without proper ventilation. Although significant amount of research has been reported in scientific literature on the chemical analysis of various types of incense smoke, unfortunately, only very few of them focused specifically on the health impacts of Bakhour. Raw Bakhour samples, their smoke emissions and the ash residue were analyzed to assess the existence of toxic ingredients and their possible influence on health and the environment. Three brands of Bakhour samples were analyzed for the presence of harmful heavy metals and organic compounds. Thermal Desorption Gas Chromatography-Mass Spectrometry (TD-GC-MS) was used to identify organic compounds while Inductively Coupled Plasma (ICP) and Scanning Electron Microscope-Energy Dispersive X-Ray Spectrometer (SEM-EDS) were used to analyze the presence of toxic and heavy metals.. Organic compounds from the smoke were collected on specific tenax and activated carbon adsorption tubes. More than 850 chemical compounds were identified. The presence of 19 carcinogens, 23 toxins, and 173 irritants were confirmed. Additionally, heavy metals were detected in amounts similar to those present in cigarettes. However, it was noticed that many of the detected compounds in the smoke lacked clinical studies on their health effects which shows the need for further clinical studies to be devoted to this area of study.

Keywords: bakhour, incense smoke, pollution, indoor environment, health risk, chemical analysis

Procedia PDF Downloads 293
2314 Activation-TV® to Reduce Elderly Loneliness and Insecurity

Authors: Hannele Laaksonen, Seija Nyqvist, Kari Nurmes

Abstract:

Objectives: In the year 2011 the City of Vaasa started to develop know-how in the technology and the introduction of services for aging people in cooperation with the Polytechnic Novia University of Applied Sciences and VAMK, University of Applied Sciences. The project´s targets included: to help elderly people to maintain their ability to function, to provide them social and physical activities, to prevent their social exclusion, to decrease their feelings of loneliness and insecurity and to develop their technical know-how. Methods: The project was built based on open source code, tailor-made service system and user interface for the elderly living at home and their families, based on the users´ expectations and experiences of services. Activation-TV®-project vas carried out 1.4.2011-31.3.2014. A pilot group of eight elderly persons, who were living at home, were selected to the project. All necessary technical means as well as guidance and teaching equipment were provided to the pilot group. The students of University of Applied Sciences (VAMK, Novia) and employees of Center of Ageing were made all programs to the Activation-TV®. The project group were interviewed after and before intervention. The data were evaluated both qualitatively and quantitatively. Results: The built service includes a video library, a group room for interactive programs and a personal room for bilateral meetings and direct shipment. The program is bilingual and produced in both national languages. The Activation TV® reduced elderly peoples´ (n=8) feelings of emptiness, added mental well-being and quality of life with social contacts. Relatives felt, that they were able to get in to older peoples´ everyday life with Activation TV®. Discussion: The built application was tailored to the model that has not been developed elsewhere in Finland. This model can be copied from one server to another and thus transferred to other municipalities but the program requires its own personnel system management and maintenance as well as program production cooperation between the different actors. This service can be used for the elderly who are living at home without dementia.

Keywords: mental well-being, quality of life, elderly people, Finland

Procedia PDF Downloads 342
2313 A Survey of Recognizing of Daily Living Activities in Multi-User Smart Home Environments

Authors: Kulsoom S. Bughio, Naeem K. Janjua, Gordana Dermody, Leslie F. Sikos, Shamsul Islam

Abstract:

The advancement in information and communication technologies (ICT) and wireless sensor networks have played a pivotal role in the design and development of real-time healthcare solutions, mainly targeting the elderly living in health-assistive smart homes. Such smart homes are equipped with sensor technologies to detect and record activities of daily living (ADL). This survey reviews and evaluates existing approaches and techniques based on real-time sensor-based modeling and reasoning in single-user and multi-user environments. It classifies the approaches into three main categories: learning-based, knowledge-based, and hybrid, and evaluates how they handle temporal relations, granularity, and uncertainty. The survey also highlights open challenges across various disciplines (including computer and information sciences and health sciences) to encourage interdisciplinary research for the detection and recognition of ADLs and discusses future directions.

Keywords: daily living activities, smart homes, single-user environment, multi-user environment

Procedia PDF Downloads 141
2312 Assessment of the Effects of Water Harvesting Technology on Downstream Water Availability Using SWAT Model

Authors: Ayalkibet Mekonnen, Adane Abebe

Abstract:

In hydrological cycle there are many water-related human interventions that modify the natural systems. Rainwater harvesting is one such intervention that involves harnessing of water in the upstream. Water harvesting used in upstream prevents water runoff on downstream mainly disturbance on biodiversity and ecosystems. The main objectives of the study are to assess the effects of water harvesting technologies on downstream water availability in the Woreda. To address the above problem, SWAT model, cost-benefit ratio and optimal control approach was used to analyse the hydrological and socioeconomic impact and tradeoffs on water availability of the community, respectively. The downstream impacts of increasing water consumption in the upstream rain-fed areas of the Bilate and Shala Catchment are simulated using the semi-distributed SWAT model. The two land use scenarios tested at sub basin levels (1) conventional land use represents the current land use practice (Agri-CON) and (2) in-field rainwater harvesting (IRWH), improving soil water availability through rainwater harvesting land use scenario. The simulated water balance results showed that the highest peak mean monthly direct flow obtained from Agri-CON land use (127.1 m3/ha), followed by Agri-IRWH land use (11.5 mm) and LULC 2005 (90.1 m3/ha). The Agri-IRWH scenario reduced direct flow by 10% compared to Agri-CON and more groundwater flow contributed by Agri-IRWH (190 m3/ha) than Agri-CON (125 m3/ha). The overall result suggests that the water yield of the Woreda may not be negatively affected by the Agri-IRWH land use scenario. The technology in the Woreda benefited positively having an average benefit cost ratio of 4.2. Water harvesting for domestic use was not optimal that the value of the water per demand harvested was less than the amount of water needed. Storage tanks, series of check dams, gravel filled dams are an alternative solutions for water harvesting.

Keywords: water harvesting, SWAT model, land use scenario, Agri-CON, Agri-IRWH, trade off, benefit cost ratio

Procedia PDF Downloads 333
2311 Development and Evaluation of Preceptor Training Program for Nurse Preceptors in King Chulalongkorn Memorial Hospital

Authors: Pataraporn Kheawwan

Abstract:

Preceptorship represents an important aspect in new nurse orientation. However, there was no formal preceptor training program developed for nurse preceptor in Thailand. The purposes of this study were to develop and evaluate formal preceptor training program for nurse preceptors in King Chulalongkorn Memorial Hospital, Thailand. A research and development study design was utilized in this study. Participants were 37 nurse preceptors. The program contents were delivered by e-learning material, class lecture, group discussion followed by simulation training. Knowledge of the participants was assessed pre and post program. Skill and critical thinking were assessed using Preceptor Skill and Decision Making Evaluation form at the end of program. Statistical significant difference in knowledge regarding preceptor role and coaching strategies between pre and post program were found. All participants had satisfied skill and decision making score after completed the program. Most of participants perceived benefits of preceptor training course. In conclusion, The results of this study reveal that the newly developed preceptorship course is an effective formal training course for nurse preceptors.

Keywords: preceptor, preceptorship, new nurse, clinical education

Procedia PDF Downloads 261
2310 Thai Student Teachers' Prior Understanding of Nature of Science (NOS)

Authors: N. Songumpai, W. Sumranwanich, S. Chatmaneerungcharoen

Abstract:

This research aims to study the understanding of 8 aspects of nature of science (NOS). The research participants were 39 General Science student teachers who were selected by purposive sampling. In 2015 academic year, they enrolled in the course of Science Education Learning Management. Qualitative research was used as research methodology to understand how the student teachers propose on NOS. The research instruments consisted of open-ended questionnaires and semi-structure interviews that were used to assess students’ understanding of NOS. Research data was collected by 8 items- questionnaire and was categorized into students’ understanding of NOS, which consisted of complete understanding (CU), partial understanding (PU), misunderstanding (MU) and no understanding (NU). The findings reveal the majority of students’ misunderstanding of NOS regarding the aspects of theory and law(89.7%), scientific method(61.5%) and empirical evidence(15.4%) respectively. From the interview data, the student teachers present their misconceptions of NOS that indicate about theory and law cannot change; science knowledge is gained through experiment only (step by step); science is the things that are around humans. These results suggest that for effective science teacher education, the composition of design of NOS course needs to be considered. Therefore, teachers’ understanding of NOS is necessary to integrate into professional development program/course for empowering student teachers to begin their careers as strong science teachers in schools.

Keywords: nature of science, student teacher, no understanding, misunderstanding, partial understanding, complete understanding

Procedia PDF Downloads 261
2309 Domain Adaptation Save Lives - Drowning Detection in Swimming Pool Scene Based on YOLOV8 Improved by Gaussian Poisson Generative Adversarial Network Augmentation

Authors: Simiao Ren, En Wei

Abstract:

Drowning is a significant safety issue worldwide, and a robust computer vision-based alert system can easily prevent such tragedies in swimming pools. However, due to domain shift caused by the visual gap (potentially due to lighting, indoor scene change, pool floor color etc.) between the training swimming pool and the test swimming pool, the robustness of such algorithms has been questionable. The annotation cost for labeling each new swimming pool is too expensive for mass adoption of such a technique. To address this issue, we propose a domain-aware data augmentation pipeline based on Gaussian Poisson Generative Adversarial Network (GP-GAN). Combined with YOLOv8, we demonstrate that such a domain adaptation technique can significantly improve the model performance (from 0.24 mAP to 0.82 mAP) on new test scenes. As the augmentation method only require background imagery from the new domain (no annotation needed), we believe this is a promising, practical route for preventing swimming pool drowning.

Keywords: computer vision, deep learning, YOLOv8, detection, swimming pool, drowning, domain adaptation, generative adversarial network, GAN, GP-GAN

Procedia PDF Downloads 101
2308 English as a Foreign Language Students’ Perceptions towards the British Culture: The Case of Batna 2 University, Algeria

Authors: Djelloul Nedjai

Abstract:

The issue of cultural awareness triggers many controversies, especially in a context where individuals do not share the same cultural backgrounds and characteristics. The Algerian context is no exception. It has been widely documented by the literature that culture remains essential in many domains. In higher education, for instance, culture plays a pivotal role in shaping individuals’ perceptions and attitudes. Henceforth, the current paper attempts to look at the perceptions of the British culture held by students engaged in learning English as a Foreign Language (EFL) at the department of English at Banta 2 University, Algeria. It also inquires into EFL students’ perceptions of British culture. To address the aforementioned research queries, a descriptive study has been carried out wherein a questionnaire of fifteen (15) items has been deployed to collect students’ attitudes and perceptions toward British culture. Results showcase that, indeed, EFL students of the department of English at Banta 2 University hold both positive and negative perceptions towards British culture at different levels. The explanation could relate to the student's lack of acquaintance with and awareness of British culture. Consequently, this paper is an attempt to address the issue of cultural awareness from the perspective of EFL students.

Keywords: British culture, cultural awareness, EFL students’ perceptions, higher education

Procedia PDF Downloads 90
2307 Italian Speech Vowels Landmark Detection through the Legacy Tool 'xkl' with Integration of Combined CNNs and RNNs

Authors: Kaleem Kashif, Tayyaba Anam, Yizhi Wu

Abstract:

This paper introduces a methodology for advancing Italian speech vowels landmark detection within the distinctive feature-based speech recognition domain. Leveraging the legacy tool 'xkl' by integrating combined convolutional neural networks (CNNs) and recurrent neural networks (RNNs), the study presents a comprehensive enhancement to the 'xkl' legacy software. This integration incorporates re-assigned spectrogram methodologies, enabling meticulous acoustic analysis. Simultaneously, our proposed model, integrating combined CNNs and RNNs, demonstrates unprecedented precision and robustness in landmark detection. The augmentation of re-assigned spectrogram fusion within the 'xkl' software signifies a meticulous advancement, particularly enhancing precision related to vowel formant estimation. This augmentation catalyzes unparalleled accuracy in landmark detection, resulting in a substantial performance leap compared to conventional methods. The proposed model emerges as a state-of-the-art solution in the distinctive feature-based speech recognition systems domain. In the realm of deep learning, a synergistic integration of combined CNNs and RNNs is introduced, endowed with specialized temporal embeddings, harnessing self-attention mechanisms, and positional embeddings. The proposed model allows it to excel in capturing intricate dependencies within Italian speech vowels, rendering it highly adaptable and sophisticated in the distinctive feature domain. Furthermore, our advanced temporal modeling approach employs Bayesian temporal encoding, refining the measurement of inter-landmark intervals. Comparative analysis against state-of-the-art models reveals a substantial improvement in accuracy, highlighting the robustness and efficacy of the proposed methodology. Upon rigorous testing on a database (LaMIT) speech recorded in a silent room by four Italian native speakers, the landmark detector demonstrates exceptional performance, achieving a 95% true detection rate and a 10% false detection rate. A majority of missed landmarks were observed in proximity to reduced vowels. These promising results underscore the robust identifiability of landmarks within the speech waveform, establishing the feasibility of employing a landmark detector as a front end in a speech recognition system. The synergistic integration of re-assigned spectrogram fusion, CNNs, RNNs, and Bayesian temporal encoding not only signifies a significant advancement in Italian speech vowels landmark detection but also positions the proposed model as a leader in the field. The model offers distinct advantages, including unparalleled accuracy, adaptability, and sophistication, marking a milestone in the intersection of deep learning and distinctive feature-based speech recognition. This work contributes to the broader scientific community by presenting a methodologically rigorous framework for enhancing landmark detection accuracy in Italian speech vowels. The integration of cutting-edge techniques establishes a foundation for future advancements in speech signal processing, emphasizing the potential of the proposed model in practical applications across various domains requiring robust speech recognition systems.

Keywords: landmark detection, acoustic analysis, convolutional neural network, recurrent neural network

Procedia PDF Downloads 63
2306 Improved Multi-Channel Separation Algorithm for Satellite-Based Automatic Identification System Signals Based on Artificial Bee Colony and Adaptive Moment Estimation

Authors: Peng Li, Luan Wang, Haifeng Fei, Renhong Xie, Yibin Rui, Shanhong Guo

Abstract:

The applications of satellite-based automatic identification system (S-AIS) pave the road for wide-range maritime traffic monitoring and management. But the coverage of satellite’s view includes multiple AIS self-organizing networks, which leads to the collision of AIS signals from different cells. The contribution of this work is to propose an improved multi-channel blind source separation algorithm based on Artificial Bee Colony (ABC) and advanced stochastic optimization to perform separation of the mixed AIS signals. The proposed approach adopts modified ABC algorithm to get an optimized initial separating matrix, which can expedite the initialization bias correction, and utilizes the Adaptive Moment Estimation (Adam) to update the separating matrix by adjusting the learning rate for each parameter dynamically. Simulation results show that the algorithm can speed up convergence and lead to better performance in separation accuracy.

Keywords: satellite-based automatic identification system, blind source separation, artificial bee colony, adaptive moment estimation

Procedia PDF Downloads 186
2305 Digital Economy as an Alternative for Post-Pandemic Recovery in Latin America: A Literature Review

Authors: Armijos-Orellana Ana, González-Calle María, Maldonado-Matute Juan, Guerrero-Maxi Pedro

Abstract:

Nowadays, the digital economy represents a fundamental element to guarantee economic and social development, whose importance increased significantly with the arrival of the COVID-19 pandemic. However, despite the benefits it offers, it can also be detrimental to those developing countries characterized by a wide digital divide. It is for this reason that the objective of this research was to identify and describe the main characteristics, benefits, and obstacles of the digital economy for Latin American countries. Through a bibliographic review, using the analytical-synthetic method in the period 1995-2021, it was determined that the digital economy could give way to structural changes, reduce inequality, and promote processes of social inclusion, as well as promote the construction and participatory development of organizational structures and institutional capacities in Latin American countries. However, the results showed that the digital economy is still incipient in the region and at least three factors are needed to establish it: joint work between academia, the business sector and the State, greater emphasis on learning and application of digital transformation and the creation of policies that encourage the creation of digital organizations.

Keywords: developing countries, digital divide, digital economy, digital literacy, digital transformation

Procedia PDF Downloads 140
2304 Exploring the Subculture of New Graduate Nurses’ Everyday Experience in Mental Health Nursing: An Ethnography

Authors: Mary-Ellen Hooper, Anthony Paul O'Brien, Graeme Browne

Abstract:

Background: It has been proposed that negative experiences in mental health nursing increase the risk of attrition for newly graduated nurses. The risk of nurse attrition is of particular concern with current nurse shortages worldwide continuing to rise. The purpose of this study was to identify and explore the qualitative experiences of new graduate nurses as they enter mental health services in their first year of clinical practice. Method: An ethnographic research design was utilized in order to explore the sub-cultural experiences of new graduate nurses. Which included 31 separate episodes of field observation (62 hours) and (n=24) semi-structured interviews. A total number of 26 new graduates and recently graduated nurses participated in this study – 14 new graduate nurses and 12 recently graduate nurses. Data collection was conducted across 6 separate Australian, NSW, mental health units from April until September 2017. Results: A major theme emerging from the research is the new graduate nurses experience of communication in their nursing role, particularly within the context of the multidisciplinary team, and the barriers to sharing information related to care. This presentation describes the thematic structure of the major theme 'communication' in the context of the everyday experience of the New Graduate mental health nurse's participation in their chosen nursing discipline. The participants described diminished communication as a negative experience affecting their envisioned notion of holistic care, which they had associated with the role of the mental health nurse. Conclusion: The relationship between nurses and members of the multidisciplinary team plays a key role in the communication of patient care, patient-centeredness and inter-professional collaboration, potentially affecting the role of the mental health nurse, satisfaction of new graduate nurses, and patient care.

Keywords: culture, mental health nursing, multidisciplinary team, new graduate nurse

Procedia PDF Downloads 177
2303 Socio-Cultural Factors to Support Knowledge Management and Organizational Innovation: A Study of Small and Medium-Sized Enterprises in Latvia

Authors: Madara Apsalone

Abstract:

Knowledge management and innovation is key to competitive advantage and sustainable business development in advanced economies. Small and medium-sized enterprises (SMEs) have lower capacity and more constrained resources for long-term and high-uncertainty research and development investments. At the same time, SMEs can implement organizational innovation to improve their performance and further foster other types of innovation. The purpose of this study is to analyze, how socio-cultural factors such as shared values, organizational behaviors, work organization and decision making processes can influence knowledge management and help to develop organizational innovation via an empirical study. Surveying 600 SMEs in Latvia, the author explores the contribution of different socio-cultural factors to organizational innovation and the role of knowledge management and organizational learning in this process. A conceptual model, explaining the impact of organizational team, development, result-orientation and structure is created. The study also proposes insights that contribute to theoretical and practical discussions on fostering innovation of small businesses in small economies.

Keywords: knowledge management, organizational innovation, small and medium-sized enterprises, socio-cultural factors

Procedia PDF Downloads 391
2302 3D Printing for Maritime Cultural Heritage: A Design for All Approach to Public Interpretation

Authors: Anne Eugenia Wright

Abstract:

This study examines issues in accessibility to maritime cultural heritage. Using the Pillar Dollar Wreck in Biscayne National Park, Florida, this study presents an approach to public outreach based on the concept of Design for All. Design for All advocates creating products that are accessible and functional for all users, including those with visual, hearing, learning, mobility, or economic impairments. As a part of this study, a small exhibit was created that uses 3D products as a way to bring maritime cultural heritage to the public. It was presented to the public at East Carolina University’s Joyner Library. Additionally, this study presents a methodology for 3D printing scaled photogrammetry models of archaeological sites in full color. This methodology can be used to present a realistic depiction of underwater archaeological sites to those who are incapable of accessing them in the water. Additionally, this methodology can be used to present underwater archaeological sites that are inaccessible to the public due to conditions such as visibility, depth, or protected status. This study presents a practical use for 3D photogrammetry models, as well as an accessibility strategy to expand the outreach potential for maritime archaeology.

Keywords: Underwater Archaeology, 3D Printing, Photogrammetry, Design for All

Procedia PDF Downloads 138
2301 Composite Materials from Epoxidized Linseed Oil and Lignin

Authors: R. S. Komartin, B. Balanuca, R. Stan

Abstract:

the last decades, studies about the use of polymeric materials of plant origin, considering environmental concerns, have captured the interest of researchers because these represent an alternative to petroleum-derived materials. Vegetable oils are one of the preferred alternatives for petroleum-based raw materials having long aliphatic chains similar to hydrocarbons which means that can be processed using conventional chemistry. Epoxidized vegetable oils (EVO) are among the most interesting products derived from oil both for their high reactivity (epoxy group) and for the potential to react with compounds from various classes. As in the case of epoxy resins starting from petrochemical raw materials, those obtained from EVO can be crosslinked with different agents to build polymeric networks and can also be reinforced with various additives to improve their thermal and mechanical performances. Among the multitude of known EVO, the most common in industrial practice are epoxidized linseed oils (ELO) and epoxidized soybean oils (ESO), the first with an iodine index over 180, the second having a lower iodine index but being cheaper. On the other hand, lignin (Ln) is the second natural organic material as a spread, whose use has long been hampered because of the high costs associated with its isolation and purification. In this context, our goal was to obtain new composite materials with satisfactory intermediate properties in terms of stiffness and elasticity using the characteristics of ELO and Ln and choosing the proper curing procedure. In the present study linseed oil (LO) epoxidation was performed using peracetic acid generated in situ. The obtained bio-based epoxy resin derived from linseed oil was used further to produce the new composites byloading Ln in various mass ratios. The resulted ELO-Ln blends were subjected to a dual-curing protocol, namely photochemical and thermal. The new ELO-Ln composites were investigated by FTIR spectrometry, thermal stability, water affinity, and morphology. The positive effect of lignin regarding the thermal stability of the composites could be proved. The results highlight again the still largely unexplored potential of lignin in industrial applications.

Keywords: composite materials, dual curing, epoxidized linseed oil, lignin

Procedia PDF Downloads 156
2300 A Crossover Study of Therapeutic Equivalence of Generic Product Versus Reference Product of Ivabradine in Patients with Chronic Heart Failure

Authors: Hadeer E. Eliwa, Naglaa S. Bazan, Ebtissam A. Darweesh, Nagwa A. Sabri

Abstract:

Background: Generic substitution of brand ivabradine prescriptions can reduce drug expenditures and improve adherence. However, the distrust of generic medicines by practitioners and patients due to doubts regarding their quality and fear of counterfeiting compromise the acceptance of this practice. Aim: The goal of this study is to compare the therapeutic equivalence of brand product versus the generic product of ivabradine in adult patients with chronic heart failure with reduced ejection fraction (≤ 40%) (HFrEF). Methodology: Thirty-two Egyptian patients with chronic heart failure with reduced ejection fraction (HFrEF) were treated with branded ivabradine (Procrolan ©) and generic (Bradipect ©) during 24 (2x12) weeks. Primary outcomes were resting heart rate (HR), NYHA FC, Quality of life (QoL) using Minnesota Living with Heart Failure (MLWHF) and EF. Secondary outcomes were the number of hospitalizations for worsening HFrEF and adverse effects. The washout period was not allowed. Findings: At the 12th week, the reduction in HR was comparable in the two groups (90.13±7.11 to 69±11.41 vs 96.13±17.58 to 67.31±8.68 bpm in brand and generic groups, respectively). Also, the increase in EF was comparable in the two groups (27.44 ±4.59 to 33.38±5.62 vs 32±5.96 to 39.31±8.95 in brand and generic groups, respectively). The improvement in NYHA FC was comparable in both groups (87.5% in brand group vs 93.8% in the generic group). The mean value of the QOL improved from 31.63±15.8 to 19.6±14.7 vs 35.68±17.63 to 22.9±15.1 for the brand and generic groups, respectively. Similarly, at end of 24 weeks, no significant changes were observed from data observed at 12th week regarding HR, EF, QoL and NYHA FC. Only minor side effects, mainly phosphenes, and a comparable number of hospitalizations were observed in both groups. Conclusion: The study revealed no statistically significant differences in the therapeutic effect and safety between generic and branded ivabradine. We assume that practitioners can safely interchange between them for economic reasons.

Keywords: bradipect©, heart failure, ivabradine, Procrolan ©, therapeutic equivalence

Procedia PDF Downloads 458
2299 A New Approach of Preprocessing with SVM Optimization Based on PSO for Bearing Fault Diagnosis

Authors: Tawfik Thelaidjia, Salah Chenikher

Abstract:

Bearing fault diagnosis has attracted significant attention over the past few decades. It consists of two major parts: vibration signal feature extraction and condition classification for the extracted features. In this paper, feature extraction from faulty bearing vibration signals is performed by a combination of the signal’s Kurtosis and features obtained through the preprocessing of the vibration signal samples using Db2 discrete wavelet transform at the fifth level of decomposition. In this way, a 7-dimensional vector of the vibration signal feature is obtained. After feature extraction from vibration signal, the support vector machine (SVM) was applied to automate the fault diagnosis procedure. To improve the classification accuracy for bearing fault prediction, particle swarm optimization (PSO) is employed to simultaneously optimize the SVM kernel function parameter and the penalty parameter. The results have shown feasibility and effectiveness of the proposed approach

Keywords: condition monitoring, discrete wavelet transform, fault diagnosis, kurtosis, machine learning, particle swarm optimization, roller bearing, rotating machines, support vector machine, vibration measurement

Procedia PDF Downloads 437
2298 Involvement of Community Pharmacists in Public Health Services in Asir Region, Saudi Arabia: A Cross-Sectional Study

Authors: Mona Almanasef, Dalia Almaghaslah, Geetha Kandasamy, Rajalakshimi Vasudevan, Sadia Batool

Abstract:

Background: Community pharmacists are one of the most accessible healthcare practitioners worldwide and their services are used by a large proportion of the population. Expanding the roles of community pharmacists could contribute to reducing pressure on general health practice and other areas of health services. This research aimed to evaluate the contribution of community pharmacists in the provision of public health services and to investigate the perceived barriers to the provision of these services in Saudi Arabia. Materials and Methods: This study followed a cross-sectional design using an online anonymous self-administered questionnaire. The study took place in the Asir region, Saudi Arabia, between September 2019 and February 2020. A convenience sampling strategy was used to select and recruit the study participants. The questionnaire was adapted from previous research and involved three sections: demographics, involvement in public health services and barriers to practicing public health roles. Results: The total number of respondents was 193. The proportion of respondents who reported that they were “very involved” or “involved” in each service was 61.7% for weight management, 60.6% for sexual health, 57.5% for healthy eating, 53.4% for physical activity promotion, 51.3% for dental health, 46.1% for smoking cessation, 39.4% for screening for diabetes, 35.7% for screening for hypertension, 31.1% for alcohol dependence and drug misuse counseling, 30.6% for screening for dyslipidaemia, and 21.8% for vaccination and immunization. Most of the barriers in the current research were rated as having low relevance to the provision of public health services. Conclusion: Findings in the current research suggest that community pharmacists in the Asir region have varying levels of involvement in public health roles. Further research needs to be undertaken to understand the barriers to the provision of public health services and what strategies would be beneficial for enhancing the public health role of community pharmacists in Saudi Arabia.

Keywords: community pharmacist, public health, Asir region, Saudi Arabia

Procedia PDF Downloads 100
2297 ‘Social Health’, ‘Physical Health’ and Wellbeing: Analyzing the Interplay between the Practices of Heavy Drinking and Exercise among Young People with Bourdieusian Concepts

Authors: Jukka Törrönen

Abstract:

In the article, we examine the interplay between the practices of heavy drinking and exercise among young people as patterned around the ‘social’ and ‘physical health’ approaches. The comparison helps us to clarify why young people are currently drinking less than earlier and how the neoliberal healthism discourse, as well as the feminine tradition of taking care of one’s body, are modifying young people’s heavy drinking practices. The data is based on interviews (n = 56) in Sweden among 15-16-year-olds and 18˗19-year-olds. By drawing on Pierre Bourdieu’s concepts of habitus, field, and capital, we examine what kinds of resources of wellbeing young people accumulate in the fields of heavy drinking and exercise, how these resources carry symbolic value for distinction, and what kind of health-related habitus they imply. The analysis suggests that as heavy drinking is no longer able to stand as a practice through which one may acquire capital that is more valuable than the capital acquired in other fields, this lessens peer pressure to drink among young people. Our analysis further shows that the healthism discourse modifies young people’s heavy drinking practices both from inside and from outside. The interviewees translate the symbolic value of healthism discourse to social vulnerability and deploy it for the purposes of increasing one’s social status among peers. Moreover, our analysis demonstrates that the social spaces and positions in intoxication and exercise are shaped by gendered dualisms of masculine dominance. However, while the interviewees naturalize the gender binaries in intoxication as based on biological drives, they understand gender binaries in exercise as normative social constructions of neoliberal society. As these binaries emphasize the struggle for recognition of the symbolic value of bodily look, they may shift young men’s attention from risk-taking to issues that traditionally have been female concerns.

Keywords: young people, decline in drinking , health, intoxication, exercise, Bourdieu

Procedia PDF Downloads 117
2296 Existential Suffering in the Daily Lives of Those Living with Palliative Care Needs Arising from Chronic Obstructive Pulmonary Disease

Authors: Louise Elizabeth Bolton

Abstract:

Statement of the problem: There are an estimated 328 million cases of COPD worldwide. It is likely to become the third biggest cause of death by 2030. The impact of living with palliative care needs arising from COPD disrupts an individual’s existential situation. Understandings of individuals' existential situations within COPD are limited within the research literature and are rarely addressed within clinical practice, yet existential suffering has been linked to poor health-related quality of life for those living with other chronic conditions. The purpose of this integrative review is to provide a synthesis of existing evidence on existential suffering for those living with palliative care needs arising from COPD. Methods: This is an integrative review undertaken in accordance with PRISMA guidelines. Nine electronic databases were searched from April 2019 to January 2021. Thirty-five empirical research papers of both qualitative and quantitative methodologies, alongside systematic literature reviews, were included. Data analysis was undertaken using an integrative thematic analysis approach. Findings: Identified themes of existential suffering when living with palliative care needs arising from COPD are as follows: Liminality, Lamented Life, Loss of Personal Liberty, Life Meaning and Existential isolation. The absence of life meaning and purpose was of most importance to patients. Conclusion and Significance: This integrative review provides a synthesis of international evidence upon the presence of existential suffering. It is present and of significant impact within the daily lives of those living with palliative care needs arising from COPD. The absence of life meaning has the most significant impact, requiring further exploration of both its physical and psychological impact. Rediscovery of life meaning diminishes feelings of worthlessness and hopelessness in daily life and facilitates feelings of inner peace. For those with COPD living with such a relentless symptom burden, a positive existential situation is desirable.

Keywords: palliative care, COPD, existential suffering, end of life care

Procedia PDF Downloads 135
2295 The Role of Metacognitive Strategy Intervention through Dialogic Interaction on Listeners’ Level of Cognitive Load

Authors: Ali Babajanzade, Hossein Bozorgian

Abstract:

Cognitive load plays an important role in learning in general and L2 listening comprehension in particular. This study is an attempt to investigate the effect of metacognitive strategy intervention through dialogic interaction (MSIDI) on L2 listeners’ cognitive load. A mixed-method design with 50 participants of male and female Iranian lower-intermediate learners between 20 to 25 years of age was used. An experimental group (n=25) received weekly interventions based on metacognitive strategy intervention through dialogic interaction for ten sessions. The second group, which was control (n=25), had the same listening samples with the regular procedure without a metacognitive intervention program in each session. The study used three different instruments: a) a modified version of the cognitive load questionnaire, b) digit span tests, and c) focused group interviews to investigate listeners’ level of cognitive load throughout the process. Results testified not only improvements in listening comprehension in MSIDI but a radical shift of cognitive load rate within this group. In other words, listeners experienced a lower level of cognitive load in MSIDI in comparison with their peers in the control group.

Keywords: cognitive load theory, human mental functioning, metacognitive theory, listening comprehension, sociocultural theory

Procedia PDF Downloads 148
2294 Enhancing Knowledge Graph Convolutional Networks with Structural Adaptive Receptive Fields for Improved Node Representation and Information Aggregation

Authors: Zheng Zhihao

Abstract:

Recently, Knowledge Graph Framework Network (KGCN) has developed powerful capabilities in knowledge representation and reasoning tasks. However, traditional KGCN often uses a fixed weight mechanism when aggregating information, failing to make full use of rich structural information, resulting in a certain expression ability of node representation, and easily causing over-smoothing problems. In order to solve these challenges, the paper proposes an new graph neural network model called KGCN-STAR (Knowledge Graph Convolutional Network with Structural Adaptive Receptive Fields). This model dynamically adjusts the perception of each node by introducing a structural adaptive receptive field. wild range, and a subgraph aggregator is designed to capture local structural information more effectively. Experimental results show that KGCN-STAR shows significant performance improvement on multiple knowledge graph data sets, especially showing considerable capabilities in the task of representation learning of complex structures.

Keywords: knowledge graph, graph neural networks, structural adaptive receptive fields, information aggregation

Procedia PDF Downloads 33
2293 Artificial Intelligence Methods for Returns Expectations in Financial Markets

Authors: Yosra Mefteh Rekik, Younes Boujelbene

Abstract:

We introduce in this paper a new conceptual model representing the stock market dynamics. This model is essentially based on cognitive behavior of the intelligence investors. In order to validate our model, we build an artificial stock market simulation based on agent-oriented methodologies. The proposed simulator is composed of market supervisor agent essentially responsible for executing transactions via an order book and various kinds of investor agents depending to their profile. The purpose of this simulation is to understand the influence of psychological character of an investor and its neighborhood on its decision-making and their impact on the market in terms of price fluctuations. Therefore, the difficulty of the prediction is due to several features: the complexity, the non-linearity and the dynamism of the financial market system, as well as the investor psychology. The Artificial Neural Networks learning mechanism take on the role of traders, who from their futures return expectations and place orders based on their expectations. The results of intensive analysis indicate that the existence of agents having heterogeneous beliefs and preferences has provided a better understanding of price dynamics in the financial market.

Keywords: artificial intelligence methods, artificial stock market, behavioral modeling, multi-agent based simulation

Procedia PDF Downloads 445