Search results for: program review process
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 21192

Search results for: program review process

20982 Innovations in the Organization of Adaptation Program for International Students in Russia Based on Human Capital Approach

Authors: Kalinina Anastasiya, Pevnaya Mariya

Abstract:

The authors present the results of research of educational and cultural habitat of international students at Ural Federal University, revealing problem zones in the organization of adaptation program in 2014-2015 as well as innovations in adaptation program for 2015-2016. The research is based on U-curve theory of culture shock and theory of human capital. The authors provide also the first results for all stakeholders of practically implemented pilot adaptation program for foreign students which was based on the human capital approach.

Keywords: adaptation, human capital, international students, student volunteering, social community, youth politics

Procedia PDF Downloads 323
20981 Assessing the Quality of Maternity Care in Sub-Saharan Africa Using the Donabedian Quality of Care Framework: A Systematic Scoping Review

Authors: Bernice Boafoaa Gyapong, Anne Jones, Sam Bassett, Janet Anderson

Abstract:

Background: Maternal mortality and morbidity are global concerns, especially in sub-Saharan Africa (SSA). Most maternal mortalities occur at the time of birth. Quality intrapartum care is essential for improving maternal and newborn health outcomes. This scoping review aimed to assess and describe the quality of care during childbirth in SSA to provide an overview of the regional trend of the quality of intrapartum care, the challenges to quality care provision, and identify research gaps. Methods: A scoping review based on Arksey and O’Malley’s scoping review framework was conducted. Medline, CINAHL, PsycINFO, and maternal-infant databases were searched to identify the relevant studies for this review. A narrative summary was presented using themes based on the Donabedian structure, process, and outcome quality of care model. Results: A total of five hundred and forty-seven (547) publications were identified. Fifty-six (56) studies conducted in twenty (20) countries were included in the review. Thirty-four (34) were quantitative, sixteen (16) were qualitative, and six (6) were mixed methods. Most of the studies were related to the process component of quality of care. The provision of emergency obstetric care services, infrastructure, and availability of essential staff and equipment for perinatal care was inadequate in many facilities, particularly rural and peripheral health facilities. Many women experienced disrespectful care during childbirth. Routine care during labour and delivery was observed to be sub-optimal, yet some women reported high satisfaction with care. The use of health facilities for delivery was lower in health centres compared to hospitals. Conclusion: There are variations in the quality of maternity care provided in SSA. Intrapartum care quality is generally deficient in SSA, particularly in peripheral health facilities, health centres, and community clinics. Many of the quality-of-care issues identified are related to the structure component. Stakeholders must develop interventions that comprehensively address these interrelated issues to improve maternal healthcare quality, especially in primary healthcare facilities.

Keywords: quality of care, maternity health, Sub-Saharan Africa, intrapartum

Procedia PDF Downloads 46
20980 GRCNN: Graph Recognition Convolutional Neural Network for Synthesizing Programs from Flow Charts

Authors: Lin Cheng, Zijiang Yang

Abstract:

Program synthesis is the task to automatically generate programs based on user specification. In this paper, we present a framework that synthesizes programs from flow charts that serve as accurate and intuitive specification. In order doing so, we propose a deep neural network called GRCNN that recognizes graph structure from its image. GRCNN is trained end-to-end, which can predict edge and node information of the flow chart simultaneously. Experiments show that the accuracy rate to synthesize a program is 66.4%, and the accuracy rates to recognize edge and node are 94.1% and 67.9%, respectively. On average, it takes about 60 milliseconds to synthesize a program.

Keywords: program synthesis, flow chart, specification, graph recognition, CNN

Procedia PDF Downloads 99
20979 Using Agility in Building Business Process Management Solutions

Authors: Krešimir Fertalj, Mladen Matejaš

Abstract:

In turbulent modern economy, the companies need to properly manage their business processes. Well defined and stable business processes ensure the security of crucial data and application, and provide a quality product or service to the end customer. On the other side constant changes on the market, new regulatory provisions and emerging new technologies require the need of issuing prompt and effective changes of business process. In this article, we explore the use of agile principles in working with business process management (BPM) solutions. We deal with difficulties in BPM development cycle, review the benefits of using agility and choose the basic agile principles that ensure the success of a BPM project.

Keywords: agile development, BPM environment, Kanban, SCRUM, XP

Procedia PDF Downloads 299
20978 An Online Master's Degree Program for the Preparation of Adapted Physical Education Teachers for Children with Significant Developmental Disabilities

Authors: Jiabei Zhang

Abstract:

Online programs developed for preparing qualified teachers have significantly increased over the years in the United States of America (USA). However, no online graduate programs for training adapted physical education (APE) teachers for children with significant developmental disabilities are currently available in the USA. The purpose of this study was to develop an online master’s degree program for the preparation of APE teachers to serve children with significant developmental disabilities. The characteristics demonstrated by children with significant developmental disabilities, the competencies required for certified APE teachers, and the evidence-based positive behavioral interventions (PBI) documented for teaching children with significant developmental disabilities were fully reviewed in this study. An online graduate program with 14 courses for 42 credit hours (3 credit hours per course) was then developed for training APE teachers to serve children with significant developmental disabilities. Included in this online program are five components: (a) 2 capstone courses, (b) 4 APE courses, (c) 4 PBI course, (d) 2 elective courses, and (e) 2 capstone courses. All courses will be delivered online through Desire2Learn administered by the Extended University Programs at Western Michigan University (WMU). An applicant who has a bachelor’s degree in physical education or special education is eligible for this proposed program. A student enrolled in this program is expected to complete all courses in 2.5 years while staying in their local area. This program will be submitted to the WMU curriculum committee for approval in the fall of 2018.

Keywords: adapted physical education, online program, teacher preparation, and significant disabilities

Procedia PDF Downloads 125
20977 Software Quality Promotion and Improvement through Usage of a PSP Oriented Information System

Authors: Gaoussou Doukoure Abdel Kader, Mnkandla Ernest

Abstract:

This research aims to investigate the usage of a personal software process oriented information system in order to facilitate the promotion of software quality and its improvement in organizations. In this light, at the term of a literature review on software quality and related concepts, the personal software process is discussed, more particularly in terms of software quality. Semi-structured interviews will be conducted with a team of software engineers on the first hand to establish a baseline on their understanding of what quality entails for them. The PSP methodology will then be presented to the engineers in its most basic aspects. The research will then proceed to practical case study where a PSP oriented information system is submitted to engineers for usage throughout their development process. Reports from the PSP information system as well as feedback from the engineers will be used in conjunction with the theoretical foundation to establish a PSP inspired framework for software quality promotion and improvement.

Keywords: information communication technology, personal software process, software quality, process quality, software engineering

Procedia PDF Downloads 465
20976 The Effect of Program Type on Mutation Testing: Comparative Study

Authors: B. Falah, N. E. Abakouy

Abstract:

Due to its high computational cost, mutation testing has been neglected by researchers. Recently, many cost and mutants’ reduction techniques have been developed, improved, and experimented, but few of them has relied the possibility of reducing the cost of mutation testing on the program type of the application under test. This paper is a comparative study between four operators’ selection techniques (mutants sampling, class level operators, method level operators, and all operators’ selection) based on the program code type of each application under test. It aims at finding an alternative approach to reveal the effect of code type on mutation testing score. The result of our experiment shows that the program code type can affect the mutation score and that the programs using polymorphism are best suited to be tested with mutation testing.

Keywords: equivalent mutant, killed mutant, mutation score, mutation testing, program code type, software testing

Procedia PDF Downloads 529
20975 Factor Analysis of Self-Efficacy among Traniees in the National Service for the Healthy Lifestyle Program

Authors: Nuzsep Almigo, Md Amin Md Taff, Yusop Ahmad, Norkhalid Salimin, Gunathevan Elumalai

Abstract:

This research aimed to determine the level of self-efficacy in obese trainees before and after the Healthy Lifestyle Program. Self-efficacy is defined as the feeling, belief, perception, belief in the ability to cope with a particular situation that will influence the way individuals cope with the situation. Research instrument used was self efficacy questionnaire consisting of four main factors: (i) cognitive (abilities in a positive and realistic attitudes to the potential of to perform the duties, restrictions, or social desire), (ii) effective (mental management ability, feeling and mood), (iii) motivation (determination and the level of ability to achieve the purpose or goal), and (iv) selective (ability to choose the social conditions confronting and adapting to situations). The study sample consisted of 118 trainees from Healthy Lifestyle Program. The analysis showed there was a significant difference in self-efficacy before and after the Healthy Lifestyle Program (p = 0.00) indicated by increasing self-efficacy in the program.

Keywords: self efficacy, self-confidence, affective, motivation, selective

Procedia PDF Downloads 406
20974 Greyscale: A Tree-Based Taxonomy for Grey Literature Published by Fisheries Agencies

Authors: Tatiana Tunon, Gottfried Pestal

Abstract:

Government agencies responsible for the management of fisheries resources publish many types of grey literature, and these materials are increasingly accessible to the public on agency websites. However, scope and quality vary considerably, and end-users need meta-data about the report series when deciding whether to use the information (e.g. apply the methods, include the results in a systematic review), or when prioritizing materials for archiving (e.g. library holdings, reference databases). A proposed taxonomy for these report series was developed based on a review of 41 report series from 6 government agencies in 4 countries (Canada, New Zealand, Scotland, and United States). Each report series was categorized according to multiple criteria describing peer-review process, content, and purpose. A robust classification tree was then fitted to these descriptions, and the resulting taxonomic groups were used to compare agency output from 4 countries using reports available in their online repositories.

Keywords: classification tree, fisheries, government, grey literature

Procedia PDF Downloads 255
20973 Enhancing Teacher Wellbeing through Trauma-Informed Practices: An Exploratory Case Study Utilizing an Accessible Trauma-Informed Wellness Program

Authors: Ashleigh Cicconi

Abstract:

Teachers may not have access to necessary and effective strategies for managing stress, trauma, and emotional exhaustion, which can lead to burnout. This practice-based research focused on the exploration of teacher well-being through participation in a wellness program in order to mitigate high stress levels and feelings of burnout. The purpose of this qualitative research was to explore how a multimodal, trauma-informed yoga and arts-based mindfulness program impacted stress levels and overall well-being for teachers in a school setting. The case study approach was used to investigate participant perceptions of interactions between multimodal accessibility, a trauma-informed wellness program, and teacher well-being. A sample size of 10 teachers employed full-time at a public high school in the Mid-Atlantic region were recruited via email correspondence to participate in the eight-week wellness program. Data were triangulated across semi-structured interviews, journal entries, and focus group guided questions, and transcripts were uploaded into the NVivo software application for thematic analysis. Data showed perceptions of improvements in overall well-being from participation in the wellness program and that utilizing trauma-informed practices may be an effective coping skill for stress. The multimodal design of the program was perceived to positively impact participation and accessibility to wellness strategies. Findings from this study suggest that the inclusion of trauma-informed practices within a wellness program may be effective for managing stress and trauma experienced by teachers, thereby aiding in improvement in overall well-being. Findings also suggest that multimodality may be effective for increasing participation in and accessibility to wellness strategies.

Keywords: trauma informed practices, wellness program, teacher wellbeing, accessible program, multimodal

Procedia PDF Downloads 31
20972 Embedding Employability Skills in Computer and Information Science Program Curriculum

Authors: Nadezda Pizika

Abstract:

The paper discusses possible approaches of embedding the development of employability skills in the program curriculum. This paper contains analysis of the problem areas raised by employers regarding new graduates’ readiness to join workforce, the ways of possible improvements, and the actions required from different stakeholders. The case discussed in the paper is related to Computer and Information Science (CIS) Program offered at Higher Colleges of Technology (UAE).

Keywords: curriculum design, employability skills, employers, graduates, education, entrepreneurship

Procedia PDF Downloads 300
20971 Applying Program Theory-Driven Approach to Design and Evaluate a Teacher Professional Development Program

Authors: S. C. Lin, M. S. Wu

Abstract:

Japanese Scholar Manabu Sato has been advocating the Learning Community, which changed Japanese fundamental education during the last three decades. It was also called a “Quiet Revolution.” Manabu Sato criticized that traditional education only focused on individual competition, exams, teacher-centered instruction, and memorization. The students lacked leaning motivation. Therefore, Manabu Sato proclaimed that learning should be a sustainable process of “constantly weaving the relationship and the meanings” by having dialogues with learning materials, with peers, and with oneself. For a long time, secondary school education in Taiwan has been focused on exams and emphasized reciting and memorizing. The incident of “giving up learning” happened to some students. Manabu Sato’s learning community program has been implemented very successfully in Japan. It is worth exploring if learning community can resolve the issue of “Escape from learning” phenomenon among secondary school students in Taiwan. This study was the first year of a two-year project. This project applied a program theory-driven approach to evaluating the impact of teachers’ professional development interventions on students’ learning by using a mix of methods, qualitative inquiry, and quasi-experimental design. The current study was to show the results of using the method of theory-driven approach to program planning to design and evaluate a teachers’ professional development program (TPDP). The Manabu Sato’s learning community theory was applied to structure all components of a 54-hour workshop. The participants consisted of seven secondary school science teachers from two schools. The research procedure was comprised of: 1) Defining the problem and assessing participants’ needs; 2) Selecting the Theoretical Framework; 3) Determining theory-based goals and objectives; 4) Designing the TPDP intervention; 5) Implementing the TPDP intervention; 6) Evaluating the TPDP intervention. Data was collected from a number of different sources, including TPDP checklist, activity responses of workshop, LC subject matter test, teachers’ e-portfolio, course design documents, and teachers’ belief survey. The major findings indicated that program design was suitable to participants. More than 70% of the participants were satisfied with program implementation. They revealed that TPDP was beneficial to their instruction and promoted their professional capacities. However, due to heavy teaching loadings during the project some participants were unable to attend all workshops. To resolve this problem, the author provided options to them by watching DVD or reading articles offered by the research team. This study also established a communication platform for participants to share their thoughts and learning experiences. The TPDP had marked impacts on participants’ teaching beliefs. They believe that learning should be a sustainable process of “constantly weaving the relationship and the meanings” by having dialogues with learning materials, with peers, and with oneself. Having learned from TPDP, they applied a “learner-centered” approach and instructional strategies to design their courses, such as learning by doing, collaborative learning, and reflective learning. To conclude, participants’ beliefs, knowledge, and skills were promoted by the program instructions.

Keywords: program theory-driven approach, learning community, teacher professional development program, program evaluation

Procedia PDF Downloads 292
20970 Dental Pathologies and Agriculture: Literature Review

Authors: Ricardo Andrés Márquez Ortiz

Abstract:

Objective: The objective of this literature review is to compile updated information from studies that have addressed the association between dental pathologies and agriculture. Materials and method: The research carried out corresponds to a documentary study of ex post facto retrospective, historiographic, and bibliometric design. An exhaustive bibliographic review search was carried out in databases and the Internet, books and articles on dental anthropology, archeology, and dentistry, on the relationship between dental pathologies and agriculture in prehistoric and current populations from different parts of the world. Subsequently, data collection was carried out through the ATLAS.ti computer program. Conclusions: In an influential article by Turner, which addresses the correlation between caries and the way of subsistence of both prehistoric and modern populations (hunting and gathering, mixed and agricultural economies), an average of 1.3% was found in hunter-gatherer societies, and 10.4% in agricultural societies. Sreebny compared global grain supply data (rice, wheat and corn) with DMF (spoiled, lost and blocked) rates. He concluded that rice has no association with dental caries, corn has a negative correlation, and wheat has a positive correlation. Additionally, intensive monoculture agricultural production systems cause an increase in dental pathologies. Meanwhile, polyculture agriculture, which leads to a more varied diet, generates a better state of dental health.

Keywords: dental pathologies, agricultural production systems, extensive agriculture, dental anthropology

Procedia PDF Downloads 20
20969 A Review of Existing Turnover Intention Theories

Authors: Pauline E. Ngo-Henha

Abstract:

Existing turnover intention theories are reviewed in this paper. This review was conducted with the help of the search keyword “turnover intention theories” in Google Scholar during the month of July 2017. These theories include: The Theory of Organizational Equilibrium (TOE), Social Exchange Theory, Job Embeddedness Theory, Herzberg’s Two-Factor Theory, the Resource-Based View, Equity Theory, Human Capital Theory, and the Expectancy Theory. One of the limitations of this review paper is that data were only collected from Google Scholar where many papers were sometimes not freely accessible. However, this paper attempts to contribute to the research in clarifying the distinction between theories and models in the context of turnover intention.

Keywords: Literature Review, Theory, Turnover, Turnover intention

Procedia PDF Downloads 423
20968 Enhancement of Higher Order Thinking Skills among Teacher Trainers by Fun Game Learning Approach

Authors: Malathi Balakrishnan, Gananathan M. Nadarajah, Saraswathy Vellasamy, Evelyn Gnanam William George

Abstract:

The purpose of the study is to explore how the fun game-learning approach enhances teacher trainers’ higher order thinking skills. Two-day fun filled fun game learning-approach was introduced to teacher trainers as a Continuous Professional Development Program (CPD). 26 teacher trainers participated in this Transformation of Teaching and Learning Fun Way Program, organized by Institute of Teacher Education Malaysia. Qualitative research technique was adopted as the researchers observed the participants’ higher order thinking skills developed during the program. Data were collected from observational checklist; interview transcriptions of four participants and participants’ reflection notes. All the data were later analyzed with NVivo data analysis process. The finding of this study presented five main themes, which are critical thinking, hands on activities, creating, application and use of technology. The studies showed that the teacher trainers’ higher order thinking skills were enhanced after the two-day CPD program. Therefore, Institute of Teacher Education will have more success using the fun way game-learning approach to develop higher order thinking skills among its teacher trainers who can implement these skills to their trainee teachers in future. This study also added knowledge to Constructivism learning theory, which will further highlight the prominence of the fun way learning approach to enhance higher order thinking skills.

Keywords: constructivism, game-learning approach, higher order thinking skill, teacher trainer

Procedia PDF Downloads 265
20967 Evaluation of Sustained Improvement in Trauma Education Approaches for the College of Emergency Nursing Australasia Trauma Nursing Program

Authors: Pauline Calleja, Brooke Alexander

Abstract:

In 2010 the College of Emergency Nursing Australasia (CENA) undertook sole administration of the Trauma Nursing Program (TNP) across Australia. The original TNP was developed from recommendations by the Review of Trauma and Emergency Services-Victoria. While participant and faculty feedback about the program was positive, issues were identified that were common for industry training programs in Australia. These issues included didactic approaches, with many lectures and little interaction/activity for participants. Participants were not necessarily encouraged to undertake deep learning due to the teaching and learning principles underpinning the course, and thus participants described having to learn by rote, and only gain a surface understanding of principles that were not always applied to their working context. In Australia, a trauma or emergency nurse may work in variable contexts that impact on practice, especially where resources influence scope and capacity of hospitals to provide trauma care. In 2011, a program review was undertaken resulting in major changes to the curriculum, teaching, learning and assessment approaches. The aim was to improve learning including a greater emphasis on pre-program preparation for participants, the learning environment and clinically applicable contextualized outcomes participants experienced. Previously if participants wished to undertake assessment, they were given a take home examination. The assessment had poor uptake and return, and provided no rigor since assessment was not invigilated. A new assessment structure was enacted with an invigilated examination during course hours. These changes were implemented in early 2012 with great improvement in both faculty and participant satisfaction. This presentation reports on a comparison of participant evaluations collected from courses post implementation in 2012 and in 2015 to evaluate if positive changes were sustained. Methods: Descriptive statistics were applied in analyzing evaluations. Since all questions had more than 20% of cells with a count of <5, Fisher’s Exact Test was used to identify significance (p = <0.05) between groups. Results: A total of fourteen group evaluations were included in this analysis, seven CENA TNP groups from 2012 and seven from 2015 (randomly chosen). A total of 173 participant evaluations were collated (n = 81 from 2012 and 92 from 2015). All course evaluations were anonymous, and nine of the original 14 questions were applicable for this evaluation. All questions were rated by participants on a five-point Likert scale. While all items showed improvement from 2012 to 2015, significant improvement was noted in two items. These were in regard to the content being delivered in a way that met participant learning needs and satisfaction with the length and pace of the program. Evaluation of written comments supports these results. Discussion: The aim of redeveloping the CENA TNP was to improve learning and satisfaction for participants. These results demonstrate that initial improvements in 2012 were able to be maintained and in two essential areas significantly improved. Changes that increased participant engagement, support and contextualization of course materials were essential for CENA TNP evolution.

Keywords: emergency nursing education, industry training programs, teaching and learning, trauma education

Procedia PDF Downloads 245
20966 Efficient Sampling of Probabilistic Program for Biological Systems

Authors: Keerthi S. Shetty, Annappa Basava

Abstract:

In recent years, modelling of biological systems represented by biochemical reactions has become increasingly important in Systems Biology. Biological systems represented by biochemical reactions are highly stochastic in nature. Probabilistic model is often used to describe such systems. One of the main challenges in Systems biology is to combine absolute experimental data into probabilistic model. This challenge arises because (1) some molecules may be present in relatively small quantities, (2) there is a switching between individual elements present in the system, and (3) the process is inherently stochastic on the level at which observations are made. In this paper, we describe a novel idea of combining absolute experimental data into probabilistic model using tool R2. Through a case study of the Transcription Process in Prokaryotes we explain how biological systems can be written as probabilistic program to combine experimental data into the model. The model developed is then analysed in terms of intrinsic noise and exact sampling of switching times between individual elements in the system. We have mainly concentrated on inferring number of genes in ON and OFF states from experimental data.

Keywords: systems biology, probabilistic model, inference, biology, model

Procedia PDF Downloads 317
20965 Ecological and Economical Indicators of Successful Community Based Forest Management: A Case of Lowland Community Forestry in Nepal

Authors: Bikram Jung Kunwar, Pralhad Kunwor

Abstract:

The Community-Based Forest Management (CBFM) approach is often glorified as the best forest management alternatives in the developing countries. However, how the approach has been understood by the local user households, who implement it is remained unanswered for many planners, policy makers, and sometimes researcher as well. The study attempts to assess the understanding of ecology and economics of CBFM in Nepal, where community forest program has been implemented since the 1970s. In order to understand the impacts of the program, eight criteria and sixteen indicators for ecological conservation and similarly same number of criteria and indicators for socio-economic impacts of the program were designed and compared between before and after the program implementation. The community forestry program has positive effects in forest ecology conservation and at the same time rural livelihood improvement of local people. The study revealed that collective understanding of forest ecology and economics leads the CBFM approach towards the sustainability of the program in a win-win situation. The recommendations of the study are expected to be useful to natural resource managers, planners, and policy makers.

Keywords: community, forest management, ecology, economics, Nepal

Procedia PDF Downloads 371
20964 The Health Impact of Intensive Case Management on Women with an Opioid Use Disorder and Their Infants

Authors: Shannon Rappe, Elizabeth Morse, David Phillippi

Abstract:

Postpartum women with an opioid use disorder (OUD) are at high risk for treatment disengagement, leaving them vulnerable to overdose and death between seven and twelve months postpartum. Intensive case management programs have been proposed as an effective strategy to reduce barriers and increase treatment engagement among postpartum women. The purpose of this project is to determine the effects of early engagement in an intensive case management program on postpartum engagement and infant health outcomes among postpartum women with opioid use. This retrospective review of secondary data was collected on 225 infants, and 221 postpartum women enrolled in an intensive case management program in Tennessee between May 1, 2019, and May 5, 2020. Chi-squares were computed to examine the timing of engagement during pregnancy, maternal treatment outcomes, and infant health outcomes, including neonatal abstinence syndrome (NAS), birth weight, gestational age, and length of stay. The mean prenatal program engagement was 109 days (SD = 67.6); 16.7% (n = 37) enrolled during the first trimester, 37.6% (n = 83) in the second trimester, and 45.7% (n = 101) in the third trimester. Of the 221 women engaged, 45.2% (n = 100) remained engaged in the case of management at the time of data collection, and 40% (n = 89) remained engaged in MAT at the time of data collection. Twenty- five percent (n = 25) of mothers who graduated sustained engagement in MAT. Of 225 infants 28.9% (n = 65) had a positive NAS status, mean birth weight was 6.5 lbs. (SD = 19.3); mean gestational age was 38.3 weeks (SD = 19.3) and mean length of stay was 8.19 days (SD = 9.8). This study's findings identified that engaging mothers during pregnancy in a program designed to meet their unique challenges positively impacts both the mother and infant outcomes, regardless of their timing.

Keywords: intensive case management, neonatal abstinence syndrome, opioid addiction, opioid crisis, opioid use in pregnant women, postpartum addiction

Procedia PDF Downloads 189
20963 The Preparation and Training of Expert Studio Reviewers

Authors: Diane M. Bender

Abstract:

In design education, professional education is delivered in a studio, where students learn and understand their discipline. This learning methodology culminates in a final review, where students present their work before instructors and invited reviewers, known as jurors. These jurors are recognized experts who add a wide diversity of opinions in their feedback to students. This feedback can be provided in multiple formats, mainly a verbal critique of the work. To better understand how these expert reviewers prepare for a studio review, a survey was distributed to reviewers at a multi-disciplinary design school within the United States. Five design disciplines are involved in this case study: architecture, graphic design, industrial design, interior design, and landscape architecture. Respondents (n=122) provided information about if and how they received training on how to critique and participate in a final review. Common forms of training included mentorship, modeled behavior from other designers/past professors, workshops on critique from the instructing faculty prior to the crit session, and by being a practicing design professional. Respondents also gave feedback about how much the instructor provided course materials prior to the review in order to better prepare for student interaction. Finally, respondents indicated if they had interaction, and in what format, with students prior to the final review. Typical responses included participation in studio desk crits, a midterm jury member, meetings with students, and email or social media correspondence. While the focus of this study is the studio review, the findings are equally applicable to other disciplines. Suggestions will be provided on how to improve the preparation of guests in the learning process and how their interaction can positively influence student engagement.

Keywords: critique, design, education, evaluation, juror

Procedia PDF Downloads 63
20962 Baby Boomers and Millennials: Creating a Specialized Orientation Program

Authors: K. Rowan

Abstract:

In this paper, the author will discuss how developing a specialized orientation has improved nursing satisfaction and decrease the incidence of incivility among staff. With the predicted shortages in nursing, we must provide an environment that reflects the needs of the current workforce while also focusing on the sustainability of nursing. Each generation has different qualities and methods in which he or she prefers to learn. The Baby Boomer has a desire to share their knowledge. They feel that the quality of undergraduate nursing education has declined. Millennials have grown up with 'helicopter parents' and expect the preceptor to behave in the same manner. This information must be shared with the Baby Boomer, as it is these staff members who are passing the torch of perioperative nursing. Currently, nurse fellows are trained with the Association of periOperative Nurse’s Periop 101 program, with a didactic and clinical observation program. There is no specialized perioperative preceptor program. In creation of a preceptor program, the concept of Novice to Expert, communication techniques, dealing with horizontal violence and generational gap education is reviewed with the preceptor. The fellows are taught communication and de-escalation skills, and generational gaps information. The groups are then brought together for introductions and teamwork exercises. At the program’s core is the knowledge of generational differences. The preceptor training has increased preceptor satisfaction, as well as the new nurse fellows. The creation of a specialized education program has significantly decreased incivility amongst our nurses, all while increasing nursing satisfaction and improving nursing retention. This model of program can translate to all nursing specialties and assist in overcoming the impending shortage.

Keywords: baby boomers, education, generational gap, millennials, nursing, perioperative

Procedia PDF Downloads 145
20961 Exercise Intervention For Women After Treatment For Ovarian Cancer

Authors: Deirdre Mc Grath, Joanne Reid

Abstract:

Background: Ovarian cancer is the leading cause of mortality among gynaecologic cancers in developed countries and the seventh most common cancer worldwide with nearly 240,000 women diagnosed each year. Although it is recognized engaging in exercise results in positive health care outcomes, women with ovarian cancer are reluctant to participate. No evidence currently exists focusing on how to successfully implement an exercise intervention program for patients with ovarian cancer, using a realist approach. There is a requirement for the implementation of exercise programmes within the oncology health care setting as engagement in such interventions has positive health care outcomes for women with ovarian cancer both during and following treatment. Aim: To co-design the implementation of an exercise intervention for women following treatment for ovarian cancer. Methods: This study is a realist evaluation using quantitative and qualitative methods of data collection and analysis. Realist evaluation is well-established within the health and social care setting and has in relation to this study enabled a flexible approach to investigate how to optimise implementation of an exercise intervention for this patient population. This single centre study incorporates three stages in order to identify the underlying contexts and mechanisms which lead to the successful implementation of an exercise intervention for women who have had treatment for ovarian cancer. Stage 1 - A realist literature review. Stage 2 -Co-design of the implementation of an exercise intervention with women following treatment for ovarian cancer, their carer’s, and health care professionals. Stage 3 –Implementation of an exercise intervention with women following treatment for ovarian cancer. Evaluation of the implementation of the intervention from the perspectives of the women who participated in the intervention, their informal carers, and health care professionals. The underlying program theory initially conceptualised before and during the realist review was developed further during the co-design stage. The evolving program theory in relation to how to successfully implement an exercise for these women is currently been refined and tested during the final stage of this realist evaluation which is the implementation and evaluation stage. Results: This realist evaluation highlights key issues in relation to the implementation of an exercise intervention within this patient population. The underlying contexts and mechanisms which influence recruitment, adherence, and retention rates of participants are identified. Conclusions: This study will inform future research on the implementation of exercise interventions for this patient population. It is anticipated that this intervention will be implemented into practice as part of standard care for this group of patients.

Keywords: ovarian cancer, exercise intervention, implementation, Co-design

Procedia PDF Downloads 161
20960 Virtual Customer Integration in Innovation Development: A Systematic Literature Review

Authors: Chau Nguyen Pham Minh

Abstract:

The aim of this study is to answer the following research question: What do we know about virtual customer integration in innovation development based on existing empirical research? The paper is based on a systematic review of 136 articles which were published in the past 16 years. The analysis focuses on three areas: what forms of virtual customer integration (e.g. netnography, online co-creation, virtual experience) have been applied in innovation development; how have virtual customer integration methods effectively been utilized by firms; and what are the influences of virtual customer integration on innovation development activities? Through the detailed analysis, the study provides researchers with broad understanding about virtual customer integration in innovation development. The study shows that practitioners and researchers increasingly pay attention on using virtual customer integration methods in developing innovation since those methods have dominant advantages in interact with customers in order to generate the best ideas for innovation development. Additionally, the findings indicate that netnography has been the most common method in integrating with customers for idea generation; while virtual product experience has been mainly used in product testing. Moreover, the analysis also reveals the positive and negative influences of virtual customer integration in innovation development from both process and strategic perspectives. Most of the review studies examined the phenomenon from company’s perspectives to understand the process of applying virtual customer integration methods and their impacts; however, the customers’ perspective on participating in the virtual interaction has been inadequately studied; therefore, it creates many potential interesting research paths for future studies.

Keywords: innovation, virtual customer integration, co-creation, netnography, new product development

Procedia PDF Downloads 310
20959 Developing a Model – an Application of Fuzzy Analytic Network Process Techniques for Hostels

Authors: Pin-Ju Juan, Peng-Yu Juan, Yi-Shan Chen

Abstract:

The main purpose of this paper is to present a fuzzy Analytic Network Process (ANP) model for the hostel organizational performance selection. In this article, we created 39 criteria for selecting hostel organizational performance acquired from literature's review and experts method practical investigations, and the methods of fuzzy analytic network process are used to consolidate decision-makers’ assessments about criteria weightings. Finally, we selected organizational performance of a hostel in Taiwan to determine the effectiveness of the proposed evaluation model in this paper.

Keywords: Fuzzy ANP, hostel, organizational performance, strategy management

Procedia PDF Downloads 162
20958 Faults in the Projects, Deviation in the Cost

Authors: S. Ahmed, P. Dlask, B. Hasan

Abstract:

There are several ways to estimate the cost of the construction project: simple and detailed. The process of estimating cost is usually done during the design stage, which should take long-time and the designer must give attention to all details. This paper explain the causes of the deviations occurring in the cost of the construction project, and determines the reasons of these differences between contractual cost and final cost of the construction project, through the study of literature review related to this field, and benefiting from the experience of workers in the field of building (owners, contractors) through designing a questionnaire, and finding the most ten important reasons and explain the relation between the contractual cost and the final cost according to these reasons. The difference between those values will be showed through diagrams drawn using the statistical program. In addition to studying the effects of overrun costs on the advancing of the project, and identify the most five important effects. According to the results, we can propose the right direction for the final cost evaluation and propose some measures that would help to control and adjust the deviation in the costs.

Keywords: construction projects, building, cost, estimating costs, delay, overrun

Procedia PDF Downloads 273
20957 The Need for a More Defined Role for Psychologists in Adult Consultation Liaison Services in Hospital Settings

Authors: Ana Violante, Jodie Maccarrone, Maria Fimiani

Abstract:

In the United States, over 30 million people are hospitalized annually for conditions that require acute, 24-hour, supervised care. The experience of hospitalization can be traumatic, exposing the patient to loss of control, autonomy, and productivity. Furthermore, 40% of patients admitted to hospitals for general medical illness have a comorbid psychiatric diagnosis. Research suggests individuals admitted with psychiatric comorbidities experience poorer health outcomes, higher utilization rates and increased overall cost of care. Empirical work suggests hospital settings that include a consultation liaison (CL) service report reduced length of stay, lower costs per patient, improved medical staff and patient satisfaction and reduced readmission after 180 days. Despite the overall positive impact CL services can have on patient care, it is estimated that only 1% - 2.8% of hospital admits receive these services, and most research has been conducted by the field of psychiatry. Health psychologists could play an important role in increasing access to this valuable service, though the extent to which health psychologists participate in CL settings is not well known. Objective: Outline the preliminary findings from an empirical study to understand how many APPIC internship training programs offer adult consultation liaison rotations within inpatient hospital settings nationally, as well as describe the specific nature of these training experiences. Research Method/Design: Data was exported into Excel from the 2022-2023 APPIC Directory categorized as “health psychology” sites. It initially returned a total of 537 health training programs out 1518 total programs (35% of all APPIC programs). A full review included a quantitative and qualitative comprehensive review of the APPIC program summary, the site website, and program brochures. The quantitative review extracted the number of training positions; amount of stipend; location or state of program, patient, population, and rotation. The qualitative review examined the nature of the training experience. Results: 29 (5%) of all APPIC health psychology internship training programs (2%) respectively of all APPIC training internship programs offering internship CL training were identified. Of the 29 internship training programs, 16 were exclusively within a pediatric setting (55%), 11 were exclusively within an adult setting (38%), and two were a mix of pediatric and adult settings (7%). CL training sites were located to 19 states, offering a total of 153 positions nationally, with Florida containing the largest number of programs (4). Only six programs offered 12-month training opportunities while the rest offered CL as a major (6 month) to minor (3-4 month) rotation. The program’s stipend for CL training positions ranged from $25,000 to $62,400, with an average of $32,056. Conclusions: These preliminary findings suggest CL training and services are currently limited. Training opportunities that do exist are mostly limited to minor, short rotations and governed by psychiatry. Health psychologists are well-positioned to better define the role of psychology in consultation liaison services and enhance and formalize existing training protocols. Future research should explore in more detail empirical outcomes of CL services that employ psychology and delineate the contributions of psychology from psychiatry and other disciplines within an inpatient hospital setting.

Keywords: consultation liaison, health psychology, hospital setting, training

Procedia PDF Downloads 54
20956 Examining Attrition in English Education: A Qualitative Study of the Impact of Preparation, Persistence, and Dispositions in Teacher Education

Authors: Pamela K. Coke, Heidi Frederiksen, Ann Sebald

Abstract:

Over the past three years, the researchers have been tracking a rise in the number of teacher education candidates leaving the field before completing their university’s educator preparation program. At their institution, this rise is most pronounced in English Education. The purpose of this qualitative research study is to understand English Education teacher candidates' expectations in becoming prepared educators at each phase of their four phase teacher education program at one institution of higher education in the United States. Research questions include: To what extent do we find differences in teacher candidates' expectations of their teacher training program and student teaching experiences based upon undergraduate and graduate programs? Why do (or do not) teacher candidates persist in their teacher training program and student teaching experiences? How do dispositions develop through the course of the teacher training program? What supports do teacher candidates self-identify as needing at each phase of the teacher training program? Based upon participant interviews at each phase of the teacher education program, the researchers, all teacher educators, examine the extent to which English Education students feel prepared to student teach, focusing on preparation, persistence, and dispositions. The Colorado State University Center for Educator Preparation (CEP) provides students with information about teaching dispositions, or desired professional behaviors, throughout their education program. CEP focuses these dispositions around nine categories: Professional Behaviors, Initiative and Dependability, Tact and Judgment, Ethical Behavior and Integrity, Collegiality and Responsiveness, Effective Communicator, Desire to Improve Own Performance, Culturally Responsive, and Commitment to the Profession. Currently, in the first phase of a four phase study, initial results indicate participants expect their greatest joys will be working with and learning from students. They anticipate their greatest challenges will involve discipline and confidence. They predict they will persist in their program because they believe the country needs well-prepared teachers and they have a commitment to their professional growth. None of the participants thus far could imagine why they would leave the program. With regard to strongest and weakest dispositions, results are mixed. Some participants see Tact and Judgment as their strongest disposition; others see it as their weakest. All participants stated mentoring is a necessary support at every phase of the teacher preparation process. This study informs the way teacher educators train and evaluate teacher candidates, and has implications for the frequency and types of feedback students receive from mentors and supervisors. This research contributes to existing work on teacher retention, candidate persistence, and dispositional development.

Keywords: English education, dispositions, persistence, teacher preparation

Procedia PDF Downloads 296
20955 Enterprise Information Portal Features: Results of Content Analysis Literature Review

Authors: Michal Krčál

Abstract:

Since their introduction in 1990’s, Enterprise Information Portals (EIPs) were investigated from different perspectives (e.g. project management, technology acceptance, IS success). However, no systematic literature review was produced to systematize both the research efforts and the technology itself. This paper reports first results of an extent systematic literature review study focused on research of EIPs and its categorization, specifically it reports a conceptual model of EIP features. The previous attempt to categorize EIP features was published in 2002. For the purpose of the literature review, content of 89 articles was analyzed in order to identify and categorize features of EIPs. The methodology of the literature review was as follows. Firstly, search queries in major indexing databases (Web of Science and SCOPUS) were used. The results of queries were analyzed according to their usability for the goal of the study. Then, full-texts were coded in Atlas.ti according to previously established coding scheme. The codes were categorized and the conceptual model of EIP features was created.

Keywords: enterprise information portal, content analysis, features, systematic literature review

Procedia PDF Downloads 276
20954 Service-Oriented Enterprise Architecture (SoEA) Adoption and Maturity Measurement Model: A Systematic Review

Authors: Nur Azaliah Abu Bakar, Harihodin Selamat, Mohd Nazri Kama

Abstract:

This article provides a systematic review of existing research related to the Service-oriented Enterprise Architecture (SoEA) adoption and maturity measurement model. The review’s main goals are to support research, to facilitate other researcher’s search for relevant studies and to propose areas for future studies within this area. In addition, this article provides useful information on SoEA adoption issues and its related maturity model, based on research-based knowledge. The review results suggest that motives, critical success factors (CSFs), implementation status and benefits are the most frequently studied areas and that each of these areas would benefit from further exposure.

Keywords: systematic literature review, service-oriented architecture, adoption, maturity model

Procedia PDF Downloads 297
20953 Meta-Review of Scholarly Publications on Biosensors: A Bibliometric Study

Authors: Nasrine Olson

Abstract:

With over 70,000 scholarly publications on the topic of biosensors, an overview of the field has become a challenge. To facilitate, there are currently over 700 expert-reviews of publications on biosensors and related topics. This study focuses on these review papers in order to provide a Meta-Review of the area. This paper provides a statistical analysis and overview of biosensor-related review papers. Comprehensive searches are conducted in the Web of Science, and PubMed databases and the resulting empirical material are analyzed using bibliometric methods and tools. The study finds that the biosensor-related review papers can be categorized in five related subgroups, broadly denoted by (i) properties of materials and particles, (ii) analysis and indicators, (iii) diagnostics, (iv) pollutant and analytical devices, and (v) treatment/ application. For an easy and clear access to the findings visualization of clusters and networks of connections are presented. The study includes a temporal dimension and identifies the trends over the years with an emphasis on the most recent developments. This paper provides useful insights for those who wish to form a better understanding of the research trends in the area of biosensors.

Keywords: bibliometrics, biosensors, meta-review, statistical analysis, trends visualization

Procedia PDF Downloads 192