Search results for: innovative education problem
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 15000

Search results for: innovative education problem

6420 The Role of Organizational Culture, Work Discipline, and Employee Motivation towards Employees Performance at Personal Care and Cosmetic Department Flammable PT XYZ Cosmetics

Authors: Novawiguna Kemalasari, Ahmad Badawi Saluy

Abstract:

This research is a planned activity to find an objective answer to PT XYZ problem through scientific procedure. In this study, It was used quantitative research methods by using samples taken from a department selected by researchers. This study aims to analyze the influence of organizational culture, work discipline and work motivation on employee performance of Personal Care & Cosmetic Department (PCC) Flammable PT XYZ. This research was conducted at PT XYZ Personal Care & Cosmetic Department (PCC) Flammable involving 82 employees as respondents, the data were obtained by using questionnaires filled in self-rating by respondents. The data were analyzed by multiple linear regression model processed by using SPSS version 22. The result of research showed that organizational culture variable, work discipline and work motivation had significant effect to employee performance.

Keywords: organizational culture, work discipline, employee motivation, employees performance

Procedia PDF Downloads 244
6419 Geophysical Methods and Machine Learning Algorithms for Stuck Pipe Prediction and Avoidance

Authors: Ammar Alali, Mahmoud Abughaban

Abstract:

Cost reduction and drilling optimization is the goal of many drilling operators. Historically, stuck pipe incidents were a major segment of non-productive time (NPT) associated costs. Traditionally, stuck pipe problems are part of the operations and solved post-sticking. However, the real key to savings and success is in predicting the stuck pipe incidents and avoiding the conditions leading to its occurrences. Previous attempts in stuck-pipe predictions have neglected the local geology of the problem. The proposed predictive tool utilizes geophysical data processing techniques and Machine Learning (ML) algorithms to predict drilling activities events in real-time using surface drilling data with minimum computational power. The method combines two types of analysis: (1) real-time prediction, and (2) cause analysis. Real-time prediction aggregates the input data, including historical drilling surface data, geological formation tops, and petrophysical data, from wells within the same field. The input data are then flattened per the geological formation and stacked per stuck-pipe incidents. The algorithm uses two physical methods (stacking and flattening) to filter any noise in the signature and create a robust pre-determined pilot that adheres to the local geology. Once the drilling operation starts, the Wellsite Information Transfer Standard Markup Language (WITSML) live surface data are fed into a matrix and aggregated in a similar frequency as the pre-determined signature. Then, the matrix is correlated with the pre-determined stuck-pipe signature for this field, in real-time. The correlation used is a machine learning Correlation-based Feature Selection (CFS) algorithm, which selects relevant features from the class and identifying redundant features. The correlation output is interpreted as a probability curve of stuck pipe incidents prediction in real-time. Once this probability passes a fixed-threshold defined by the user, the other component, cause analysis, alerts the user of the expected incident based on set pre-determined signatures. A set of recommendations will be provided to reduce the associated risk. The validation process involved feeding of historical drilling data as live-stream, mimicking actual drilling conditions, of an onshore oil field. Pre-determined signatures were created for three problematic geological formations in this field prior. Three wells were processed as case studies, and the stuck-pipe incidents were predicted successfully, with an accuracy of 76%. This accuracy of detection could have resulted in around 50% reduction in NPT, equivalent to 9% cost saving in comparison with offset wells. The prediction of stuck pipe problem requires a method to capture geological, geophysical and drilling data, and recognize the indicators of this issue at a field and geological formation level. This paper illustrates the efficiency and the robustness of the proposed cross-disciplinary approach in its ability to produce such signatures and predicting this NPT event.

Keywords: drilling optimization, hazard prediction, machine learning, stuck pipe

Procedia PDF Downloads 212
6418 The Covid-19 Pandemic: Transmission, Misinformation, and Implications on Public Health

Authors: Jonathan De Rothewelle

Abstract:

A pandemic, such as that of COVID-19, can be a time of panic and stress; concerns about health supersede others such as work and leisure. With such concern comes the seeking of crucial information— information that, during a global health crisis, could mean the difference between life and death. Whether newspapers, cable news, or radio, media plays an important role in the transmission of medical information to the general public. Moreover, the news media in particular must uphold its obligation to the public to only disseminate factual, useful information. The circulation of misinformation, whether explicit or implicit, may profoundly impact global health. Using a discursive analytic framework founded in linguistics, the images and headlines of top coverage of COVID-19 from the most influential media outlets will be examined. Micro-analyses reveal what may be interpreted as evidence of sensationalism, which may be argued to a form of misinformation, and ultimately a departure from ethical media. Withdrawal from responsible reporting and publishing, expressly in times of epidemic, may cause further confusion and panic.

Keywords: public health, pandemic, public education, media

Procedia PDF Downloads 137
6417 A Data Envelopment Analysis Model in a Multi-Objective Optimization with Fuzzy Environment

Authors: Michael Gidey Gebru

Abstract:

Most of Data Envelopment Analysis models operate in a static environment with input and output parameters that are chosen by deterministic data. However, due to ambiguity brought on shifting market conditions, input and output data are not always precisely gathered in real-world scenarios. Fuzzy numbers can be used to address this kind of ambiguity in input and output data. Therefore, this work aims to expand crisp Data Envelopment Analysis into Data Envelopment Analysis with fuzzy environment. In this study, the input and output data are regarded as fuzzy triangular numbers. Then, the Data Envelopment Analysis model with fuzzy environment is solved using a multi-objective method to gauge the Decision Making Units' efficiency. Finally, the developed Data Envelopment Analysis model is illustrated with an application on real data 50 educational institutions.

Keywords: efficiency, Data Envelopment Analysis, fuzzy, higher education, input, output

Procedia PDF Downloads 41
6416 Indigenizing the Curriculum: Teaching at the Ifugao State University, Philippines

Authors: Nancy Ann P. Gonzales, Serafin L. Ngohayon

Abstract:

The Nurturing Indigenous Knowledge Experts (NIKE) among the young generation in Ifugao was a project in Ifugao, Philippines spearheaded by the Ifugao State University (IFSU) and was sponsored by the UNESCO Association in Japan. Through the project, he Ifugao Indigenous Knowledge Workbook was developed. It contains nine chapters. The workbook was pilot-tested to students who had IK classes. The descriptive survey method of research was used. A questionnaire was used to gather data from first year Bachelor of Elementary Education and Bachelor of Political Science students. Frequency count, percentage and mean were computed. T-test was used to determine if there exists significant difference on knowledge gained before and after IK was taught to the students. Results revealed that the respondents have an increased level of IK in all the areas covered in the NIKE workbook after they enrolled in their classes. It is alarming to note that the students are knowledgeable about IK but they are not practicing it. However, according to the respondents, they will apply their IK through teaching after graduation.

Keywords: curriculum, elders, Indigenous knowledge, and students

Procedia PDF Downloads 347
6415 Experimental Evaluation of Succinct Ternary Tree

Authors: Dmitriy Kuptsov

Abstract:

Tree data structures, such as binary or in general k-ary trees, are essential in computer science. The applications of these data structures can range from data search and retrieval to sorting and ranking algorithms. Naive implementations of these data structures can consume prohibitively large volumes of random access memory limiting their applicability in certain solutions. Thus, in these cases, more advanced representation of these data structures is essential. In this paper we present the design of the compact version of ternary tree data structure and demonstrate the results for the experimental evaluation using static dictionary problem. We compare these results with the results for binary and regular ternary trees. The conducted evaluation study shows that our design, in the best case, consumes up to 12 times less memory (for the dictionary used in our experimental evaluation) than a regular ternary tree and in certain configuration shows performance comparable to regular ternary trees. We have evaluated the performance of the algorithms using both 32 and 64 bit operating systems.

Keywords: algorithms, data structures, succinct ternary tree, per- formance evaluation

Procedia PDF Downloads 154
6414 Governmentality and the Norwegian Knowledge Promotion Reform

Authors: Christin Tønseth

Abstract:

The Norwegian ‘knowledge promotion reform’ was implemented in elementary schools and upper secondary schools in 2006. The goal of the reform was that all pupils should develop basic skills and competencies in order to take an active part in the knowledge society. This paper discusses how governmentality as a management principle is demonstrated through the Norwegian ‘knowledge promotion reform’. Evaluation reports and political documents are the basis for the discussion. The ‘knowledge promotion reform’ was including quality assurance for schools, teachers, and students and the authorities retained control by using curricula and national tests. The reform promoted several intentions that were not reached. In light of governmentality, it seemed that thoughts and intentions by the authorities differed from those in the world of practice. The quality assurances did not motivate the practitioners to be self-governing. The relationship between the authorities and the implementation actors was weak, and the reform was, therefore, difficult to implement in practice.

Keywords: governance, governmentality, the Norwegian knowledge promotion reform, education, politics

Procedia PDF Downloads 161
6413 Determination of Water Pollution and Water Quality with Decision Trees

Authors: Çiğdem Bakır, Mecit Yüzkat

Abstract:

With the increasing emphasis on water quality worldwide, the search for and expanding the market for new and intelligent monitoring systems has increased. The current method is the laboratory process, where samples are taken from bodies of water, and tests are carried out in laboratories. This method is time-consuming, a waste of manpower, and uneconomical. To solve this problem, we used machine learning methods to detect water pollution in our study. We created decision trees with the Orange3 software we used in our study and tried to determine all the factors that cause water pollution. An automatic prediction model based on water quality was developed by taking many model inputs such as water temperature, pH, transparency, conductivity, dissolved oxygen, and ammonia nitrogen with machine learning methods. The proposed approach consists of three stages: preprocessing of the data used, feature detection, and classification. We tried to determine the success of our study with different accuracy metrics and the results. We presented it comparatively. In addition, we achieved approximately 98% success with the decision tree.

Keywords: decision tree, water quality, water pollution, machine learning

Procedia PDF Downloads 73
6412 MOVIDA.polis: Physical Activity mHealth Based Platform

Authors: Rui Fonseca-Pinto, Emanuel Silva, Rui Rijo, Ricardo Martinho, Bruno Carreira

Abstract:

The sedentary lifestyle is associated to the development of chronic noncommunicable diseases (obesity, hypertension, Diabetes Mellitus Type 2) and the World Health Organization, given the evidence that physical activity is determinant for individual and collective health, defined the Physical Activity Level (PAL) as a vital signal. Strategies for increasing the practice of physical activity in all age groups have emerged from the various social organizations (municipalities, universities, health organizations, companies, social groups) by increasingly developing innovative strategies to promote motivation strategies and conditions to the practice of physical activity. The adaptation of cities to the new paradigms of sustainable mobility has provided the adaptation of urban training circles and mobilized citizens to combat sedentarism. This adaptation has accompanied the technological evolution and makes possible the use of mobile technology to monitor outdoor training programs and also, through the network connection (IoT), use the training data to make personalized recommendations. This work presents a physical activity counseling platform to be used in the physical maintenance circuits of urban centers, the MOVIDA.polis. The platform consists of a back office for the management of circuits and training stations, and for a mobile application for monitoring the user performance during workouts. Using a QRcode, each training station is recognized by the App and based on the individual performance records (effort perception, heart rate variation) artificial intelligence algorithms are used to make a new personalized recommendation. The results presented in this work were obtained during the proof of concept phase, which was carried out in the PolisLeiria training circuit in the city of Leiria (Portugal). It was possible to verify the increase in adherence to the practice of physical activity, as well as to decrease the interval between training days. Moreover, the AI-based recommendation acts as a partner in the training and an additional challenging factor. The platform is ready to be used by other municipalities in order to reduce the levels of sedentarism and approach the weekly goal of 150 minutes of moderate physical activity. Acknowledgments: This work was supported by Fundação para a Ciência e Tecnologia FCT- Portugal and CENTRO2020 under the scope of MOVIDA project: 02/SAICT/2016 – 23878.

Keywords: physical activity, mHealth, urban training circuits, health promotion

Procedia PDF Downloads 164
6411 A Low Cost and Reconfigurable Experimental Platform for Engineering Lab Education

Authors: S. S. Kenny Lee, C. C. Kong, S. K. Ting

Abstract:

Teaching engineering lab provides opportunity for students to practice theories learned through physical experiment in the laboratory. However, building laboratories to accommodate increased number of students are expensive, making it impossible for an educational institution to afford the high expenses. In this paper, we develop a low cost and remote platform to aid teaching undergraduate students. The platform is constructed where the real experiment setting up in laboratory can be reconfigure and accessed remotely, the aim is to increase student’s desire to learn at which they can interact with the physical experiment using network enabled devices at anywhere in the campus. The platform is constructed with Raspberry Pi as a main control board that provides communication between computer interfaces to the actual experiment preset in the laboratory. The interface allows real-time remote viewing and triggering the physical experiment in the laboratory and also provides instructions and learning guide about the experimental.

Keywords: engineering lab, low cost, network, remote platform, reconfigure, real-time

Procedia PDF Downloads 301
6410 More than Words: Literature Review of Sexual Culture for People Who are Deaf

Authors: Eliza F. Dunn

Abstract:

Scripts are a hypothetical outline or roadmap to life as defined by culture. Sexual scripts are similarly a roadmap for what to expect in dating and sexual experiences. The articles for this review were found by searching three databases and refining 621 articles to 13 that are used in the results section. Some ways deaf sexual scripts vary from Traditional Sexual Scripts (TSS) are in the areas of gendered roles and sexual themes, which were both absent in deaf sexual scripts. Theories for why these differences exist are explored: the presence or absence of sexual education or the effects of intimate partner violence due to being a part of a disabled community. Finally, unique sexual flourishing for people who are d/Deaf found in studies was discussed, suggesting the needed perspective of resilience to be a focus of future research to fully understand deaf sexual scripts. Future research is discussed, noting the need for defining aspects of deaf sexual scripts in detail and studying the differences between these scripts and the TSS.

Keywords: deaf, deafness, sexual scripts, lift scripts, sexual flourishing

Procedia PDF Downloads 43
6409 Designing of Household Dishes to Help Food Waste Prevention Strategies

Authors: Ching-Hsu Huang, Shang-Huan Wu

Abstract:

In recent years, environmental awareness has increased, environmental issues caused by meat-eating have been extended to promote reducing food surplus and waste advocates. We lose more than 3 million tons of food on average on a daily basis. Private households represent the largest food-waste faction. The main purpose of this study is to design and develop household dishes by using edible food surplus. The questionnaires were conducted to find the majority of food surplus from households, including carrot peel, pumpkin, fish skin, and soy dregs—this study designed and developed the household dishes by using the leftovers. We briefly discuss the contributions of the dishes. Mapping the household dishes deepens the promotion of household food waste prevention strategies. This study also linked the results with a set of policy, education, and restaurant business options

Keywords: food waste, food surplus, household dishes design, food waste prevention strategies

Procedia PDF Downloads 166
6408 A Dynamic Software Product Line Approach to Self-Adaptive Genetic Algorithms

Authors: Abdelghani Alidra, Mohamed Tahar Kimour

Abstract:

Genetic algorithm must adapt themselves at design time to cope with the search problem specific requirements and at runtime to balance exploration and convergence objectives. In a previous article, we have shown that modeling and implementing Genetic Algorithms (GA) using the software product line (SPL) paradigm is very appreciable because they constitute a product family sharing a common base of code. In the present article we propose to extend the use of the feature model of the genetic algorithms family to model the potential states of the GA in what is called a Dynamic Software Product Line. The objective of this paper is the systematic generation of a reconfigurable architecture that supports the dynamic of the GA and which is easily deduced from the feature model. The resultant GA is able to perform dynamic reconfiguration autonomously to fasten the convergence process while producing better solutions. Another important advantage of our approach is the exploitation of recent advances in the domain of dynamic SPLs to enhance the performance of the GAs.

Keywords: self-adaptive genetic algorithms, software engineering, dynamic software product lines, reconfigurable architecture

Procedia PDF Downloads 270
6407 Self-Concept and Self-Esteem of Adolescents in Lubango, Angola: An Exploratory Study

Authors: Miguel Maria, Tchilissila A. Simoes

Abstract:

The end of a long period of civil wars in Angola (1975-2002) paved the way for growing scientific research in the field of psychology, allowing us to broaden our knowledge on the Angolan population throughout their individual and family development. In this study, we aimed to assess the index of self-concept and self-esteem of adolescents from private and public secondary schools in Lubango, Angola. One hundred adolescents, between 16 and 18 years old (M = 17.2 years, SD = 0.81), completed the Piers-Harris Children's Self-Concept Scale 2 (Piers, 1984) and the Self-Perception Profile for Children (SPPC; Harter, 1985). Our results pointed out lower values of self-esteem and self-concept compared to international samples. Moreover, the level of education and the type of school attended did not seem to influence the level of participants' self-concept and self-esteem. These results contributed to enrich the literature on Angolan adolescents and propels intervention programs to enhance the self-concept and self-esteem of these individuals.

Keywords: African adolescents, post-war societies, self-esteem, self-concept

Procedia PDF Downloads 157
6406 The Impact of Migrants’ Remittances on Household Poverty and Inequality: A Case Study of Mazar-i-Sharif, Balkh Province, Afghanistan

Authors: Baqir Khawari

Abstract:

This study has been undertaken to investigate the impact of remittances on household poverty and inequality using OLS and Logit Models with a strictly multi-random sampling method. The result of the OLS model reveals that if the per capita international remittances increase by 1%, then it is estimated that the per capita income will increase by 0.071% and 0.059% during 2019/20 and 2020/21, respectively. In addition, a 1% increase in external remittances results in a 0.0272% and 0.025% reduction in per capita depth of poverty and a 0.0149% and 0.0145% decrease in severity of poverty during 2019/20 and 2020/21, respectively. It is also shown that the effect of external remittances on poverty is greater than internal remittances. In terms of inequality, the result represents that remittances reduced the Gini coefficient by 2% and 7% during 2019/20 and 2020/21, respectively. Further, it is bold that COVID-19 negatively impacts the amount of received remittances by households, thus resulting in a reduction in the size of the effect of remittances. Therefore, a concerted effort of effective policies and governance and international assistance is imperative to address this prolonged problem.

Keywords: migration, remittances, poverty, inequality, COVID-19, Afghanistan

Procedia PDF Downloads 51
6405 Safety Analysis and Accident Modeling of Transportation in Srinagar City

Authors: Adinarayana Badveeti, Mohammad Shafi Mir

Abstract:

In Srinagar city, in India, road safety is an important aspect that creates ecological balance and social well being. A road accident creates a situation that leaves behind distress, sorrow, and sufferings. Therefore identification of causes of road accidents becomes highly essential for adopting necessary preventive measures against a critical event. The damage created by road accidents to large extent is unrepairable and therefore needs attention to eradicate this continuously increasing trend of awful 'epidemic'. Road accident in India is among the highest in the world, with at least approximately 142.000 people killed each year on the road. Kashmir region is an ecologically sensitive place but lacks necessary facilities and infrastructure regarding road transportation, ultimately resulting in the critical event-road accidents creating a major problem for common people in the region. The objective of this project is to study the safety aspect of Srinagar City and also model the accidents with different aspect that causes accidents and also to suggest the possible remedies for lessening/eliminating the road accidents.

Keywords: road safety, road accident, road infrastructure, accident modeling

Procedia PDF Downloads 246
6404 Collaborative Program Student Community Service as a New Approach for Development in Rural Area in Case of Western Java

Authors: Brian Yulianto, Syachrial, Saeful Aziz, Anggita Clara Shinta

Abstract:

Indonesia, with a population of about two hundred and fifty million people in quantity, indicates the outstanding wealth of human resources. Hundreds of millions of the population scattered in various communities in various regions in Indonesia with the different characteristics of economic, social and unique culture. Broadly speaking, the community in Indonesia is divided into two classes, namely urban communities and rural communities. The rural communities characterized by low potential and management of natural and human resources, limited access of development, and lack of social and economic infrastructure, and scattered and isolated population. West Java is one of the provinces with the largest population in Indonesia. Based on data from the Central Bureau of Statistics in 2015 the number of population in West Java reached 46.7096 million souls spread over 18 districts and 9 cities. The big difference in geographical and social conditions of people in West Java from one region to another, especially the south to the north causing the gap is high. It is closely related to the flow of investment to promote the area. Poverty and underdevelopment are the classic problems that occur on a massive scale in the region as the effects of inequity in development. South Cianjur and Tasikmalaya area South became one of the portraits area where the existing potential has not been capable of prospering society. Tri Dharma College not only define the College as a pioneer implementation of education and research to improve the quality of human resources but also demanded to be a pioneer in the development through the concept of public service. Bandung Institute of Technology as one of the institutions of higher education to implement community service system through collaborative community work program "one of the university community" as one approach to developing villages. The program is based Community Service, where students are not only required to be able to take part in community service, but also able to develop a community development strategy that is comprehensive and integrity in cooperation with government agencies and non-government related as a real form of effort alignment potential, position and role from various parties. Areas of western Java in particular have high poverty rates and disparity. On the other hand, there are three fundamental pillars in the development of rural communities, namely economic development, community development, and the integrated infrastructure development. These pillars require the commitment of all components of community, including the students and colleges for upholding success. College’s community program is one of the approaches in the development of rural communities. ITB is committed to implement as one form of student community service as community-college programs that integrate all elements of the community which is called Kuliah Kerja Nyata-Thematic.

Keywords: development in rural area, collaborative, student community service, Kuliah Kerja Nyata-Thematic ITB

Procedia PDF Downloads 215
6403 Generic Hybrid Models for Two-Dimensional Ultrasonic Guided Wave Problems

Authors: Manoj Reghu, Prabhu Rajagopal, C. V. Krishnamurthy, Krishnan Balasubramaniam

Abstract:

A thorough understanding of guided ultrasonic wave behavior in structures is essential for the application of existing Non Destructive Evaluation (NDE) technologies, as well as for the development of new methods. However, the analysis of guided wave phenomena is challenging because of their complex dispersive and multimodal nature. Although numerical solution procedures have proven to be very useful in this regard, the increasing complexity of features and defects to be considered, as well as the desire to improve the accuracy of inspection often imposes a large computational cost. Hybrid models that combine numerical solutions for wave scattering with faster alternative methods for wave propagation have long been considered as a solution to this problem. However usually such models require modification of the base code of the solution procedure. Here we aim to develop Generic Hybrid models that can be directly applied to any two different solution procedures. With this goal in mind, a Numerical Hybrid model and an Analytical-Numerical Hybrid model has been developed. The concept and implementation of these Hybrid models are discussed in this paper.

Keywords: guided ultrasonic waves, Finite Element Method (FEM), Hybrid model

Procedia PDF Downloads 453
6402 Tutoring between “The Can Do” and “The Have to”: The Case of Batna 2 University (Algeria)

Authors: Radia Guerza

Abstract:

Tutoring at the Algerian University has been an issue of great controversy and debate. Henceforth, the current paper is an attempt to shed light on the issue of tutoring at Algerian University. It aims to set a plan for tutoring that might meet the student's needs and challenges. It endeavors to explore the following query: “what is the role of tutoring in the Algerian university between “The CAN DO” and “The HAVE TO”? To equate with the addressed research question, an exploratory small-scale study has been carried out at Batna 2 University using questionnaires and interviews with fifty (50) teachers. Results indicate that Algerian University is still lagging behind because of the huge lack of infrastructure means, human resources, and even pedagogical resources. In addition, the majority of our teachers are reluctant to adhere to the tutorial policy due to the lack of incentives; next to that, the increasing yearly number of students and students high ratio would hardly permit any tutoring sessions. Finally, this paper is the first attempt, to our best knowledge, towards raising the awareness of our institution, staff members, teachers, and students towards the importance of tutoring and how to adopt it.

Keywords: attitudes, higher education, perceptions, tutoring

Procedia PDF Downloads 50
6401 Developing a Maturity Model of Digital Twin Application for Infrastructure Asset Management

Authors: Qingqing Feng, S. Thomas Ng, Frank J. Xu, Jiduo Xing

Abstract:

Faced with unprecedented challenges including aging assets, lack of maintenance budget, overtaxed and inefficient usage, and outcry for better service quality from the society, today’s infrastructure systems has become the main focus of many metropolises to pursue sustainable urban development and improve resilience. Digital twin, being one of the most innovative enabling technologies nowadays, may open up new ways for tackling various infrastructure asset management (IAM) problems. Digital twin application for IAM, as its name indicated, represents an evolving digital model of intended infrastructure that possesses functions including real-time monitoring; what-if events simulation; and scheduling, maintenance, and management optimization based on technologies like IoT, big data and AI. Up to now, there are already vast quantities of global initiatives of digital twin applications like 'Virtual Singapore' and 'Digital Built Britain'. With digital twin technology permeating the IAM field progressively, it is necessary to consider the maturity of the application and how those institutional or industrial digital twin application processes will evolve in future. In order to deal with the gap of lacking such kind of benchmark, a draft maturity model is developed for digital twin application in the IAM field. Firstly, an overview of current smart cities maturity models is given, based on which the draft Maturity Model of Digital Twin Application for Infrastructure Asset Management (MM-DTIAM) is developed for multi-stakeholders to evaluate and derive informed decision. The process of development follows a systematic approach with four major procedures, namely scoping, designing, populating and testing. Through in-depth literature review, interview and focus group meeting, the key domain areas are populated, defined and iteratively tuned. Finally, the case study of several digital twin projects is conducted for self-verification. The findings of the research reveal that: (i) the developed maturity model outlines five maturing levels leading to an optimised digital twin application from the aspects of strategic intent, data, technology, governance, and stakeholders’ engagement; (ii) based on the case study, levels 1 to 3 are already partially implemented in some initiatives while level 4 is on the way; and (iii) more practices are still needed to refine the draft to be mutually exclusive and collectively exhaustive in key domain areas.

Keywords: digital twin, infrastructure asset management, maturity model, smart city

Procedia PDF Downloads 146
6400 Managing Type 1 Diabetes in College: A Thematic Analysis of Online Narratives Posted on YouTube

Authors: Ekaterina Malova

Abstract:

Type 1 diabetes (T1D) is a chronic illness requiring immense lifestyle changes to reduce the chance of life-threatening complications. Moving to a college may be the first time for a young adult with T1D to take responsibility for all the aspects of their diabetes care. In addition, people with T1D constantly face stigmatization and discrimination as a result of their health condition, which puts additional pressure on young adults with T1D. Hence, omissions in diabetes self-care often occur during the time of transition to college when both the social and physical environment of young adults changes drastically and contribute to the fact that emerging young adults remain one of the age groups with the highest hemoglobin levels and poorest diabetes control. However, despite potential severe health risks caused by a lack of proper diabetes self-care, little is known about the experiences of emerging adults embarking on a higher education journey as this population. Thus, young adults with type 1 diabetes are a 'forgotten group,' meaning that their experiences are rarely addressed by researchers. Given that self-disclosure and information-seeking can be challenging for individuals with stigmatized illnesses, online platforms like YouTube have become a popular medium of self-disclosure and information-seeking for people living with T1D. Thus, this study aims to provide an analysis of experiences that college students with T1D choose to share with the general public online and explore the nature of information being communicated by college students with T1D to the online community in personal narratives posted on YouTube. A systematic approach was used to retrieve a video sample by searching YouTube with keywords 'type 1 diabetes' and 'college,' with results ordered by relevance. A total of 18 videos were saved. Video lengths ranged from 2 to 28 minutes. The data were coded using NVivo. Video transcripts were coded and analyzed utilizing the thematic analysis method. Three key themes emerged from thematic analysis: 1) Advice, 2) Personal experience, and 3) Things I wish everyone knew about T1D. In addition, Theme 1 was divided into subtopics to differentiate between the most common types of advice: 1) Overcoming stigma and b) Seeking social support. The identified themes indicate that two groups of the population can potentially benefit from watching students’ video testimonies: 1) lay public and 2) other students with T1D. Given that students in the videos reported a lack of T1D education in the lay public, such video narratives can serve important educational purposes and reduce health stigma, while perceived similarity and identification with students in the videos may facilitate the transition of health information to other individuals with T1D and positively affect their diabetes routine. Thus, online video narratives can potentially serve both educational and persuasive purposes, empowering students with T1D to stay in control of T1D while succeeding academically.

Keywords: type 1 diabetes, college students, health communication, transition period

Procedia PDF Downloads 143
6399 Autonomy not Automation: Using Metacognitive Skills in ESL/EFL Classes

Authors: Marina Paula Carreira Rolim

Abstract:

In order to have ELLs take responsibility for their own learning, it is important that they develop skills to work their studies strategically. The less they rely on the instructor as the content provider, the more they become active learners and have a higher sense of self-regulation and confidence in the learning process. This e-poster proposes a new teacher-student relationship that encourages learners to reflect, think critically, and act upon their realities. It also suggests the implementation of different autonomy-supportive teaching tools, such as portfolios, written journals, problem-solving activities, and strategy-based discussions in class. These teaching tools enable ELLs to develop awareness of learning strategies, learning styles, study plans, and available learning resources as means to foster their creative power of learning outside of classroom. In the role of a learning advisor, the teacher is no longer the content provider but a facilitator that introduces skills such as ‘elaborating’, ‘planning’, ‘monitoring’, and ‘evaluating’. The teacher acts as an educator and promotes the use of lifelong metacognitive skills to develop learner autonomy in the ESL/EFL context.

Keywords: autonomy, metacognitive skills, self-regulation, learning strategies, reflection

Procedia PDF Downloads 359
6398 Investigation of Mechanical and Rheological Properties of Poly (trimethylene terephthalate) (PTT)/Polyethylene Blend Using Carboxylate and Ionomer as Compatibilizers

Authors: Wuttikorn Chayapanja, Sutep Charoenpongpool, Manit Nithitanakul, Brian P. Grady

Abstract:

Poly (trimethylene terephthalate) (PTT) is a linear aromatic polyester with good strength and stiffness, good surface appearance, low shrinkage and war page, and good dimensional stability. However, it has low impact strength which is a problem in automotive application. Thus, modification of PTT with the other polymer or polymer blending is a one way to develop a new material with excellence properties. In this study, PTT/High Density Polyethylene (HDPE) blends and PTT/Linear Low Density Polyethylene (LLDPE) blends with and without compatibilizers base on maleic anhydride grafted HDPE (MAH-g-HDPE) and ethylene-methacrylic acid neutralized sodium metal (Na-EMAA) were prepared by a twin-screw extruder. The blended samples with different ratios of polymers and compatibilizers were characterized on mechanical and rheological properties. Moreover, the phase morphology and dispersion size were studied by using SEM to give better understanding of the compatibility of the blends.

Keywords: poly trimethylene terephthalate, polyethylene, compatibilizer, polymer blend

Procedia PDF Downloads 407
6397 Efficient Rehearsal Free Zero Forgetting Continual Learning Using Adaptive Weight Modulation

Authors: Yonatan Sverdlov, Shimon Ullman

Abstract:

Artificial neural networks encounter a notable challenge known as continual learning, which involves acquiring knowledge of multiple tasks over an extended period. This challenge arises due to the tendency of previously learned weights to be adjusted to suit the objectives of new tasks, resulting in a phenomenon called catastrophic forgetting. Most approaches to this problem seek a balance between maximizing performance on the new tasks and minimizing the forgetting of previous tasks. In contrast, our approach attempts to maximize the performance of the new task, while ensuring zero forgetting. This is accomplished through the introduction of task-specific modulation parameters for each task, and only these parameters are learned for the new task, after a set of initial tasks have been learned. Through comprehensive experimental evaluations, our model demonstrates superior performance in acquiring and retaining novel tasks that pose difficulties for other multi-task models. This emphasizes the efficacy of our approach in preventing catastrophic forgetting while accommodating the acquisition of new tasks.

Keywords: continual learning, life-long learning, neural analogies, adaptive modulation

Procedia PDF Downloads 62
6396 Child-Friendly Digital Storytelling to Promote Young Learners' Critical Thinking in English Learning

Authors: Setyarini Sri, Nursalim Agus

Abstract:

Integrating critical thinking and digital based learning is one of demands in teaching English in 21st century. Child-friendly digital storytelling (CFDS) is an innovative learning model to promote young learners’ critical thinking. Therefore, this study aims to (1) investigate how child-friendly digital storytelling is implemented to promote young learners’ critical thinking in speaking English; (2) find out the benefits gained by the students in their learning based on CFDS. Classroom Action Research (CAR) took place in two cycles in which each of the cycle covered four phases namely: Planning, Acting, Observing, and Evaluating. Three classes of seventh graders were selected as the subjects of this study. Data were collected through observation, interview with some selected students as respondents, and document analysis in the form individual recorded storytelling. Sentences, phrases, words found in the transcribed data were identified and categorized based on Bloom taxonomy. The findings from the first cycle showed that the students seemed to speak critically that can be seen from the way they understood the story and related the story to their real life. Meanwhile, the result investigated from the second cycle likely indicated their higher level of critical thinking since the students spoke in English critically through comparing, questioning, analyzing, and evaluating the story by giving arguments, opinions, and comments. Such higher levels of critical thinking were also found in the students’ final project of individual recorded digital story. It is elaborated from the students’ statements in the interview who claimed CFDS offered opportunity to the students to promote their critical thinking because they comprehended the story deeply as they experienced in their real life. This learning model created good learning atmosphere and engaged the students directly so that they looked confident to retell the story in various perspectives. In term of the benefits of child-friendly digital storytelling, the students found it beneficial for some enjoyable classroom activities through watching beautiful and colorful pictures, listening to clear and good sounds, appealing moving motion and emotionally they were involved in that story. In the interview, the students also stated that child-friendly digital storytelling eased them to understand the meaning of the story as they were motivated and enthusiastic to speak in English critically.

Keywords: critical thinking, child-friendly digital storytelling, English speaking, promoting, young learners

Procedia PDF Downloads 277
6395 Read-Aloud with Multimedia Enhancement Strategy as an Effective Strategy to Use in the Classroom

Authors: Rahime Filiz Kiremit

Abstract:

This study identifies six different articles to explain which strategies are most effective for kindergarten English Language Learners. The literature review project has information about six different research articles, purpose of the studies, and results of the studies. There are several strategies can be used for ELL students to help them to develop their English language skills. Some articles mention technology as a multimedia integrated into the curriculum, some of them mention writing as a method of learning English as a second language. However, they all have a common strategy that is shared reading. According to these six articles, shared reading has a big role of ELL students’ language developmental process. All in all, read-aloud with multimedia enhancement strategy is the best strategy to use in the classroom, because this strategy is based on shared reading and also integrated with technology.

Keywords: bilingual education, effective strategies, english language learners, kindergarten

Procedia PDF Downloads 279
6394 Sonic Therapeutic Intervention for Preventing Financial Fraud: A Phenomenological Study

Authors: Vasudev Das

Abstract:

In a global survey of more than 5,000 participants in 99 territories, PwC found a loss of $42 billion through fraud in the last 24 months. The specific problem is that private and public organizational leaders often do not understand the importance of sonic therapeutic intervention in preventing financial fraud. The study aimed to explore sonic therapeutic intervention practitioners' lived experiences regarding the value of sonic therapeutic intervention in preventing financial fraud. The data collection methods were semi-structured interviews of purposeful samples and documentary reviews, which were analyzed thematically. Four themes emerged from the analysis of interview transcription data: Sonic therapeutic intervention enabled self-control, pro-spiritual values, consequentiality mindset, and post-conventional consciousness. The itemized four themes helped non-engagement in financial fraud. Implications for positive social change include enhanced financial fraud management, more significant financial leadership, and result-oriented decision-taking in the financial market. Also, the study results can improve the increased de-escalation of anxiety/stress associated with defrauding.

Keywords: consciousness, consequentiality, rehabilitation, reintegration

Procedia PDF Downloads 151
6393 Optimal Design of the Power Generation Network in California: Moving towards 100% Renewable Electricity by 2045

Authors: Wennan Long, Yuhao Nie, Yunan Li, Adam Brandt

Abstract:

To fight against climate change, California government issued the Senate Bill No. 100 (SB-100) in 2018 September, which aims at achieving a target of 100% renewable electricity by the end of 2045. A capacity expansion problem is solved in this case study using a binary quadratic programming model. The optimal locations and capacities of the potential renewable power plants (i.e., solar, wind, biomass, geothermal and hydropower), the phase-out schedule of existing fossil-based (nature gas) power plants and the transmission of electricity across the entire network are determined with the minimal total annualized cost measured by net present value (NPV). The results show that the renewable electricity contribution could increase to 85.9% by 2030 and reach 100% by 2035. Fossil-based power plants will be totally phased out around 2035 and solar and wind will finally become the most dominant renewable energy resource in California electricity mix.

Keywords: 100% renewable electricity, California, capacity expansion, mixed integer non-linear programming

Procedia PDF Downloads 163
6392 An Improved Mesh Deformation Method Based on Radial Basis Function

Authors: Xuan Zhou, Litian Zhang, Shuixiang Li

Abstract:

Mesh deformation using radial basis function interpolation method has been demonstrated to produce quality meshes with relatively little computational cost using a concise algorithm. However, it still suffers from the limited deformation ability, especially in large deformation. In this paper, a pre-displacement improvement is proposed to improve the problem that illegal meshes always appear near the moving inner boundaries owing to the large relative displacement of the nodes near inner boundaries. In this improvement, nodes near the inner boundaries are first associated to the near boundary nodes, and a pre-displacement based on the displacements of associated boundary nodes is added to the nodes near boundaries in order to make the displacement closer to the boundary deformation and improve the deformation capability. Several 2D and 3D numerical simulation cases have shown that the pre-displacement improvement for radial basis function (RBF) method significantly improves the mesh quality near inner boundaries and deformation capability, with little computational burden increasement.

Keywords: mesh deformation, mesh quality, background mesh, radial basis function

Procedia PDF Downloads 355
6391 Yoshi Oida and the Unliberated Mind of the Actor

Authors: Ece Çelikçapa Özinan

Abstract:

It is possible to see the effects of both approaches in the acting method of Yoshi Oida, who has experience in Eastern and Western theater understandings. Integrating the two understandings with cultural differences in theater was mostly preferred in order to eliminate the deadlocks of the Western understanding. Yoshi Oida wanted to make the acting concepts acquired in traditional Japanese theater available to Western actors as well. The usefulness of these concepts, which offer advice for the actor's mind control and focus, is debatable. The concepts that have been experienced for many years in the training of actors in traditional Japanese theater should perhaps go through an education process with the same discipline in order to be useful for a Western actor. Although the importance of intercultural exchange of these educational teachings is known, it should be considered that it can cause the concepts to be emptied. In this study, Yoshi Oida's concepts related to the control of the actor's mind, which he used in his acting method, will be explained, examples of his exercises will be presented and their competencies will be discussed.

Keywords: Yoshi Oida, acting, mind, Eastern, Western

Procedia PDF Downloads 102