Search results for: nurse residency program
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 4063

Search results for: nurse residency program

2083 Investigating the Role of Positive Adolescent Development on Hope for the Future in Adolescents Aged 14 to 18 with Anxiety in the City of Ahvaz in the Country of Iran in 2023

Authors: Negar Mirzaie, Hedayet Allah Sharifi

Abstract:

The present study was conducted with the aim of investigating the role of positive adolescent development on hope for the future in adolescents aged 14 to 18 with anxiety in the city of Ahvaz in the country of Iran in 2023. This research was descriptive and correlational. The statistical population of the present research was the adolescents aged 14 to 18 with anxiety of Ahvaz city in Iran in 2023. 150 people were selected by Purposeful sampling method and answered questionnaires of positive adolescent development and hope. The data were analyzed by Pearson correlation and multiple regression. The results showed that there is a significant relationship between the positive development of adolescence and hope for the future in anxious adolescents aged 14 to 18 in the city of Ahvaz in Iran in 2023 (p<0.05). Therefore, it is suggested to use the program of positive transformation of adolescents as hope in adolescents.

Keywords: positive adolescent development, hope, adolescents, anxiety

Procedia PDF Downloads 51
2082 Enhancing Pedagogical Practices in Online Arabic Language Instruction: Challenges, Opportunities, and Strategies

Authors: Salah Algabli

Abstract:

As online learning takes center stage; Arabic language instructors face the imperative to adapt their practices for the digital realm. This study investigates the experiences of online Arabic instructors to unveil the pedagogical opportunities and challenges this format presents. Utilizing a transcendental phenomenological approach with 15 diverse participants, the research shines a light on the unique realities of online language teaching at the university level, specifically in the United States. The study proposes theoretical and practical solutions to maximize the benefits of online language learning while mitigating its challenges. Recommendations cater to instructors, researchers, and program coordinators, paving the way for enhancing the quality of online Arabic language education. The findings highlight the need for pedagogical approaches tailored to the online environment, ultimately shaping a future where both instructors and learners thrive in this digital landscape.

Keywords: online Arabic language learning, pedagogical opportunities and challenges, online Arabic teachers, online language instruction, digital pedagogy

Procedia PDF Downloads 52
2081 Free Vibration Analysis of Gabled Frame Considering Elastic Supports and Semi-Rigid Connections

Authors: A. Shooshtari, A. R. Masoodi, S. Heyrani Moghaddam

Abstract:

Free vibration analysis of a gabled frame with elastic support and semi-rigid connections is performed by using a program in OpenSees software. Natural frequencies and mode shape details of frame are obtained for two states, which are semi-rigid connections and elastic supports, separately. The members of this structure are analyzed as a prismatic nonlinear beam-column element in software. The mass of structure is considered as two equal lumped masses at the head of two columns in horizontal and vertical directions. Note that the degree of freedom, allocated to all nodes, is equal to three. Furthermore, the mode shapes of frame are achieved. Conclusively, the effects of connections and supports flexibility on the natural frequencies and mode shapes of structure are investigated.

Keywords: natural frequency, mode shape, gabled frame, semi-rigid connection, elastic support, OpenSees software

Procedia PDF Downloads 404
2080 Irbid National University Students’ Beliefs about English Language Learning

Authors: Khaleel Bader Bataineh

Abstract:

Past studies have maintained that the Arab learners' beliefs about language learning hold vital effects on their performance. Thus, this study was carried out to investigate the language learning beliefs of Irbid National University students. It aimed at identifying the language learning beliefs according to gender. This study is a descriptive design that employed survey questionnaire of Language Learning Beliefs Inventory (BALLI). The data were elicited from 83 English major students during the class sessions. The data were analyzed using an SPSS program in which frequency analysis and t-test were performed to examine the students’ responses. Thus, the major findings of this research indicated that there is a variation in responses with regards to the subjects’ beliefs about English learning. Also, the findings show significant differences in four questionnaire items according to gender. It is hoped that the findings provide valuable insights to educators about the learners’ beliefs which assist them to develop the teaching and learning English language process in Jordan universities.

Keywords: foreign language, students’ beliefs, language learning, Arab students

Procedia PDF Downloads 481
2079 Assessing Factors That Constitute Talent in the Islamic Financial Institutions among Bank Officers

Authors: Zairani Zainol, Zulkiflee Daud

Abstract:

This study employed 86 respondents representing bank officers of Bank XYX (one of the full-fledged Islamic banks in Malaysia) in the northern region of Malaysia to assess the factors that constitute talent in the Islamic financial industries. To test the discriminant factors for talent among bank officers, a factor analysis was performed. The KMO, Bartlett and MSA tests were executed as the prerequisite before performing the factor analysis. The discriminant factors for talent were extracted via eigenvalues and rotated component matrixes. The results show that five factors, namely (1) self-motivation, (2) leadership, (3) teamwork, (4) interpersonal skills, and (5) creativity/innovation constitute talent in the Islamic financial industries. It is hoped that this study could offer guidelines to education providers, specifically those that conduct the Islamic finance and banking program, as to the areas of emphasis for students before graduating. For the Islamic financial institutions, this study is also vital since they could tackle the areas that need to be improved in managing their talents.

Keywords: talent, Islamic financial industries, talent development, bank’s officers

Procedia PDF Downloads 397
2078 X-Ray Diffraction and Precision Dilatometer Study of Neutron-Irradiated Nuclear Graphite Recovery Process up to 1673K

Authors: Yuhao Jin, Zhou Zhou, Katsumi Yoshida, Zhengcao Li, Tadashi Maruyama, Toyohiko Yano

Abstract:

Four kinds of nuclear graphite, IG-110U, ETP-10, CX-2002U and IG-430U were neutron-irradiated at different fluences and temperatures, ranged from 1.38 x 1024 to 7.4 x 1025 n/m2 (E > 1.0 MeV) at 473K, 573K and 673K. To take into account the disorder in the microstructure, such as stacking faults and anisotropic coherent lengths, the X-ray diffraction patterns were interpreted using a comprehensive structural model and a refinement program CARBONXS. The deduced structural parameters show the changes of lattice parameters, coherent lengths along the c-axis and the basal plane, and the degree of turbostratic disorder as a function of the irradiation dose. Our results reveal neutron irradiation effects on the microstructure and macroscopic dimension, which are consistent with previous work. The methodology used in this work enables the quantification of the damage on the microstructure of nuclear graphite induced by neutron irradiation.

Keywords: nuclear graphite, neutron irradiation, thermal annealing, recovery behavior, dimensional change, CARBONX, XRD analysis

Procedia PDF Downloads 393
2077 The Journey of a Malicious HTTP Request

Authors: M. Mansouri, P. Jaklitsch, E. Teiniker

Abstract:

SQL injection on web applications is a very popular kind of attack. There are mechanisms such as intrusion detection systems in order to detect this attack. These strategies often rely on techniques implemented at high layers of the application but do not consider the low level of system calls. The problem of only considering the high level perspective is that an attacker can circumvent the detection tools using certain techniques such as URL encoding. One technique currently used for detecting low-level attacks on privileged processes is the tracing of system calls. System calls act as a single gate to the Operating System (OS) kernel; they allow catching the critical data at an appropriate level of detail. Our basic assumption is that any type of application, be it a system service, utility program or Web application, “speaks” the language of system calls when having a conversation with the OS kernel. At this level we can see the actual attack while it is happening. We conduct an experiment in order to demonstrate the suitability of system call analysis for detecting SQL injection. We are able to detect the attack. Therefore we conclude that system calls are not only powerful in detecting low-level attacks but that they also enable us to detect high-level attacks such as SQL injection.

Keywords: Linux system calls, web attack detection, interception, SQL

Procedia PDF Downloads 351
2076 Dynamic Analysis of Transmission Line Towers

Authors: L. Srikanth, D. Neelima Satyam

Abstract:

The transmission line towers are one of the important life line structures in the distribution of power from the source to the various places for several purposes. The predominant external loads which act on these towers are wind and earthquake loads. In this present study tower is analyzed using Indian Standards IS: 875:1987 (Wind Load), IS: 802:1995 (Structural Steel), IS:1893:2002 (Earthquake) and dynamic analysis of tower has been performed considering ground motion of 2001 Bhuj Earthquake (India). The dynamic analysis was performed considering a tower system consisting two towers spaced 800m apart and 35m height each. This analysis has been performed using numerical time stepping finite difference method which is central difference method were employed by a developed MATLAB program to get the normalized ground motion parameters includes acceleration, frequency, velocity which are important in designing the tower. The tower is analyzed using response spectrum analysis.

Keywords: response spectra, dynamic analysis, central difference method, transmission tower

Procedia PDF Downloads 392
2075 Happiness of Undergraduate Nursing Students, College of Nursing, Ratchaburi, Thailand

Authors: Paveenapat Nithitantiwat, Kwanjai Pataipakaipet

Abstract:

The purpose of this research was to study the happiness level of nursing students, Boromarajonani College of nursing, Ratchaburi, Thailand. A purposive sampling of 652 first to four-year nursing students was used. This research is descriptive research. The instruments were questionnaires that developed by the researcher. It included the demographic data and nursing student’s perception about healthcare, safety, life security, family, proud of oneself, education and activities, dormitories and environment in college, and how to improve their happiness. Frequencies, percentage, mean, and T-test is used to analysis the data. The results of the research have shown that family and moral value was an important thing in nursing student’s life. In addition, the mean of the happiness level was a high level. The first year nursing students had the higher mean score of the happiness level than the fourth year, second year, and the third year, respectively. Therefore, nursing students would realize that the important things in their life are family and Buddhism’s teaching. In addition, dharma is guideline how to be both academic achievements and successful in life.

Keywords: happiness, nursing students, nursing students’ perceptions, bachelor program

Procedia PDF Downloads 320
2074 Water Equivalent from the Point of View of Fast Neutron Removal Cross-Section

Authors: Mohammed Alrajhi

Abstract:

Radiological properties of gel dosimeters and phantom materials are often evaluated in terms of effective atomic number, electron density, photon mass attenuation coefficient, photon mass energy absorption coefficient and total stopping power of electrons. To evaluate the water equivalence of such materials for fast neutron attenuation 19 different types of gel dosimeters and phantom materials were considered. Macroscopic removal cross-sections for fast neutrons (ΣR cm-1) have been calculated for a range of ferrous-sulphate and polymeric gel dosimeters using Nxcom Program. The study showed that the value of ΣR/ρ (cm2.g-1) for all polymer gels were in close agreement (1.5- 2.8%) with that of water. As such, the slight differences in ΣR/ρ between water and gels are small and may be considered negligible. Also, the removal cross-section of the studied phantom materials were very close (~ ±1.5%) to that of water except bone (cortical) which had about 38% variation. Finally, the variation of removal cross-section with hydrogen content was studied.

Keywords: cross-section, neutron, photon, coefficient, mathematics

Procedia PDF Downloads 367
2073 The Rehabilitation Solutions for the Hydraulic Jump Sweepout: A Case Study from India

Authors: Ali Heidari, Hany Saleem

Abstract:

The tailwater requirements are important criteria in the design of the stilling basins as energy dissipation of the spillways. The adequate tailwater level that ensures the hydraulic jump inside the basin should be fulfilled by the river's natural water level and the apron depth downstream of the chute. The requirements of the hydraulic jump should mainly be checked for the design flood, however, the drawn jump condition should not be critical in the discharges lesser than the design flood. The tailwater requirement is not met in Almatti dam, built in 2005 in India, and the jump sweep out from the basin, resulting in significant scour in the apron and end sill of the basin. This paper discusses different hydraulic solutions as sustainable solutions for the rehabilitation program. The deep apron alternative is proposed for the fewer bays of the spillway as the most cost-effective, sustainable solution. The apron level of 15 gates out of 26 gates should decrease by 5.4 m compared to the existing design to ensure a safe hydraulic jump up to the discharge of 10,000 m3/s i.e. 30% of the updated PMF.

Keywords: dam, spillway, stilling basin, Almatti

Procedia PDF Downloads 46
2072 Going Viral: Constructively Aligning the Use of Digital Video to Effectively Support Faculty Development

Authors: Samuel Olugbenga King

Abstract:

This review article, which is a synthesis of the relevant research literature, focuses on the capabilities of digital video to support, facilitate and enhance faculty development. Based on the literature review, faculty development (i.e., academic or educational development) requires the continued adoption of cohesive, theoretical frameworks to guide research and practice; incorporation of relevant tools from analogous fields, such as teacher professional development; systematic program evaluations; and detailed descriptions of practice to further practice and creative development. A cohesive, five-heuristic framework is subsequently outlined to inform the design and evaluation of the use of digital video, so as to address the barriers to advancing faculty development, as identified through the literature review. Alternative impact evaluation approaches are also described, while the limitations of using digital video for faculty development are highlighted. This paper is therefore conceived as one way to meaningfully leverage the educational affordances of digital video to address some lingering gaps in faculty development.

Keywords: digital video, faculty/educational development, evaluation, scholarship of teaching and learning (SoTL)

Procedia PDF Downloads 341
2071 Use of Fine Marble in Concrete Based On Sand Dune

Authors: M. Belachia, R. Djebien

Abstract:

In the development that our country has in all areas and especially in the field of Building and Construction, the development of new building materials is a current problem where researchers are trying to find the right materials for each region and returning cheapest countries. Enhancement of crushed sand and sand dunes and reuse of waste as additions in concrete can help to overcome the deficit in aggregates. This work focuses on the development of concrete made from sand, knowing that our country has huge potential in sand dune. This study is complemented by a review of the possibility of using certain recycled wastes in concrete sand, including the effect of fines (marble powders) on the rheological and mechanical properties of concrete and sand to the outcome optimal formulation. After the characterization phase of basic materials, we proceeded to carry out the experimental program was to search the optimum characteristics by adding different percentages of fines. The aim is to show that the possibility of using local materials (sand dune) for the manufacture of concrete and reuse of waste (marble powders) in the implementation of concrete.

Keywords: sand dune, mechanical properties, rheological properties, fine marble

Procedia PDF Downloads 459
2070 An Application of Geographic Information System to Select Areas for Sanitary Landfill in Bang Nok- Khwaek Municipality

Authors: Musthaya Patchanee

Abstract:

The study of Sanitary landfill in Bang Nok-khwaek municipality consists of two procedures. First, to survey and create the spatial database by using physical factor, environmental factor, economical factor and social factor to follow the method of Geographic information system: GIS, second, to analyze the proper spatial for allocating the sanitary landfill in Bang Nok-khwaek municipality by using Overlay techniques to calculate the weighting linear total in Arc GIS program. The study found that there are 2.49 sq.km. proper spatial for the sanitary landfill in Bang Nok-khwaek municipals city which is 66.76% of the whole area. The highest proper spatial is 0.02 sq.km. which is 0.54%, The high proper spatial is 0.3 sq.km. which is 8.04%, the moderate spatial is 1.62 sq.km. which is 43.43% and the low proper spatial is 0.55 sq.km. which is 14.75%. These results will be used as the guideline to select the sanitary landfill area in accordance with sanitation standard for Subdistrict Administrative Organization and Subbdistrict Municipality in Samut Songkhram provice.

Keywords: Geographic Information System (GIS), sanitary landfill, Bang Nok-Khwaek municipality, Subdistrict Administrative Organization

Procedia PDF Downloads 389
2069 Agricultural Extension Education for Female: A Tool for Sustainable Rural Development in Pakistan

Authors: Jahanzaib

Abstract:

The rural economy can be uplifted through agricultural extension education for female as the majority is uneducated. The present study was carried out in five districts (Bahawalpur, Lodhran, Raheem Yar Khan, Bahawalnagr, and Vehari) of southern Punjab, Pakistan. The ten females were selected from each district, poor economic background for agricultural training. The training was provided free of cost, through Punjab skills development program. After six month training, the trainees were awarded with certificates and a tool kit. After completion of training data was recorded and analyzed, the results indicate that, female trainees were in a better economic position than the females of nearby districts without training. From this study, we can conclude that agricultural education for female can not only improve the economy of the individual family but also improve the agriculture of Pakistan on the sustainable basis as the majority of workers are female in rural areas of Pakistan.

Keywords: agricultural extension education, sustainable rural development, agriculture, rural development in Pakistan

Procedia PDF Downloads 234
2068 Curriculum Based Measurement and Precision Teaching in Writing Empowerment Enhancement: Results from an Italian Learning Center

Authors: I. Pelizzoni, C. Cavallini, I. Salvaderi, F. Cavallini

Abstract:

We present the improvement in writing skills obtained by 94 participants (aged between six and 10 years) with special educational needs through a writing enhancement program based on fluency principles. The study was planned and conducted with a single-subject experimental plan for each of the participants, in order to confirm the results in the literature. These results were obtained using precision teaching (PT) methodology to increase the number of written graphemes per minute in the pre- and post-test, by curriculum based measurement (CBM). Results indicated an increase in the number of written graphemes for all participants. The average overall duration of the intervention is 144 minutes in five months of treatment. These considerations have been analyzed taking account of the complexity of the implementation of measurement systems in real operational contexts (an Italian learning center) and important aspects of replicability and cost-effectiveness of such interventions.

Keywords: curriculum based measurement, precision teaching, writing skill, Italian learning center

Procedia PDF Downloads 121
2067 Object Oriented Software Engineering Approach to Industrial Information System Design and Implementation

Authors: Issa Hussein Manita

Abstract:

This paper presents an example of industrial information system design and implementation (IIDC), the most common software engineering design steps that are applied to the different design stages. We are going through the life cycle of software system development. We start by a study of system requirement and end with testing and delivering system, going by system design and coding, program integration and system integration step. The most modern software design tools available used in the design this includes, but not limited to, Unified Modeling Language (UML), system modeling, SQL server side application, uses case analysis, design and testing as applied to information processing systems. The system is designed to perform tasks specified by the client with real data. By the end of the implementation of the system, default or user defined acceptance policy to provide an overall score as an indication of the system performance is used. To test the reliability of he designed system, it is tested in different environment and different work burden such as multi-user environment.

Keywords: software engineering, design, system requirement, integration, unified modeling language

Procedia PDF Downloads 566
2066 Benefits of Therapeutic Climbing on Multiple Components of Attention in Attention Deficit Hyperactivity Disorder Children

Authors: Elaheh Hosseini, Otmar Bock, Monika Thomas

Abstract:

The purpose of the present study was to determine the effect of climbing therapy on the components of attention of children with attention-deficit hyperactivity disorder (ADHD). Forty children with ADHD were assigned to either an intervention group or a control group. The exercise group participated in a climbing therapy program for ten weeks, whereas no intervention was administered to the control group. All two groups were then assessed with the same battery of attention tests used in our earlier study. We found that compared to the ‘intervention’ group, performance was higher in the ‘control’ group on tests of sustained, divided and distributed attention, on all four tests. The intervention group showed a significant improvement in components of attention after ten weeks. From this we conclude that climbing therapy can improve the attention of children with ADHD and can be considered as a promising intervention and a standalone treatment for children with ADHD.

Keywords: ADHD, climbing therapy, distributed attention, divided attention, selective attention, sustained attention

Procedia PDF Downloads 158
2065 Minimizing Mutant Sets by Equivalence and Subsumption

Authors: Samia Alblwi, Amani Ayad

Abstract:

Mutation testing is the art of generating syntactic variations of a base program and checking whether a candidate test suite can identify all the mutants that are not semantically equivalent to the base: this technique is widely used by researchers to select quality test suites. One of the main obstacles to the widespread use of mutation testing is cost: even small pro-grams (a few dozen lines of code) can give rise to a large number of mutants (up to hundreds): this has created an incentive to seek to reduce the number of mutants while preserving their collective effectiveness. Two criteria have been used to reduce the size of mutant sets: equiva-lence, which aims to partition the set of mutants into equivalence classes modulo semantic equivalence, and selecting one representative per class; subsumption, which aims to define a partial ordering among mutants that ranks mutants by effectiveness and seeks to select maximal elements in this ordering. In this paper we analyze these two policies using analytical and em-pirical criteria.

Keywords: mutation testing, mutant sets, mutant equivalence, mutant subsumption, mutant set minimization

Procedia PDF Downloads 55
2064 A Qualitative Study for Establishing Critical Success Factors for PPPs in Research Reactors

Authors: Khalid Almarri

Abstract:

The UAE is currently developing a peaceful nuclear energy program as part of its low Carbon energy strategy to meet future energy demands. Research of nuclear energy technologies is required to support nuclear energy generation projects and maximize their performance. Research of this type will require building an operating a research reactor (RR), a costly undertaking in most circumstances. Collaboration between government and private parties through public, private partnerships (PPP) can maximize the benefits expected from the adoption of an RR project. The aim of this research is to establish the critical success factors (CSF) for developing an RR project for newcomer countries, with the UAE taken as a case study, through the utilization of public, private partnerships (PPP). The results of this study were arrived at through the use of semi-structured interviews conducted with ten experts in the field of research reactors, using grounded theory method. Underutilization was identified as the main stumbling block that impairs the success of research reactors.

Keywords: public private partnerships, research reactors, grounded theory, critical success factors

Procedia PDF Downloads 277
2063 Evaluation of the Environmental Risk from the Co-Deposition of Waste Rock Material and Fly Ash

Authors: A. Mavrikos, N. Petsas, E. Kaltsi, D. Kaliampakos

Abstract:

The lignite-fired power plants in the Western Macedonia Lignite Center produce more than 8 106 t of fly ash per year. Approximately 90% of this quantity is used for restoration-reclamation of exhausted open-cast lignite mines and slope stabilization of the overburden. The purpose of this work is to evaluate the environmental behavior of the mixture of waste rock and fly ash that is being used in the external deposition site of the South Field lignite mine. For this reason, a borehole was made within the site and 86 samples were taken and subjected to chemical analyses and leaching tests. The results showed very limited leaching of trace elements and heavy metals from this mixture. Moreover, when compared to the limit values set for waste acceptable in inert waste landfills, only few excesses were observed, indicating only minor risk for groundwater pollution. However, due to the complexity of both the leaching process and the contaminant pathway, more boreholes and analyses should be made in nearby locations and a systematic groundwater monitoring program should be implemented both downstream and within the external deposition site.

Keywords: co-deposition, fly ash, leaching tests, lignite, waste rock

Procedia PDF Downloads 231
2062 Kidney Supportive Care in Canada: A Constructivist Grounded Theory of Dialysis Nurses’ Practice Engagement

Authors: Jovina Concepcion Bachynski, Lenora Duhn, Idevania G. Costa, Pilar Camargo-Plazas

Abstract:

Kidney failure is a life-limiting condition for which treatment, such as dialysis (hemodialysis and peritoneal dialysis), can exact a tremendously high physical and psychosocial symptom burden. Kidney failure can be severe enough to require a palliative approach to care. The term supportive care can be used in lieu of palliative care to avoid the misunderstanding that palliative care is synonymous with end-of-life or hospice care. Kidney supportive care, encompassing advance care planning, is an approach to care that improves the quality of life for people receiving dialysis through early identification and treatment of symptoms throughout the disease trajectory. Advanced care planning involves ongoing conversations about the values, goals, and preferences for future care between individuals and their healthcare teams. Kidney supportive care is underutilized and often initiated late in this population. There is evidence to indicate nurses are not providing the necessary elements of supportive kidney care. Dialysis nurses’ delay or lack of engagement in supportive care until close to the end of life may result in people dying without receiving optimal palliative care services. Using Charmaz’s constructivist grounded theory, the purpose of this doctoral study is to develop a substantive theory that explains the process of engagement in supportive care by nurses working in dialysis settings in Canada. Through initial purposeful and subsequent theoretical sampling, 23 nurses with current or recent work experience in outpatient hemodialysis, home hemodialysis, and peritoneal dialysis settings drawn from across Canada were recruited to participate in two intensive interviews using the Zoom© teleconferencing platform. Concurrent data collection and data analysis, constant comparative analysis of initial and focused codes until the attainment of theoretical saturation, and memo-writing, as well as researcher reflexivity, have been undertaken to aid the emergence of concepts, categories, and, ultimately, the constructed theory. At the time of abstract submission, data analysis is currently at the second level of coding (i.e., focused coding stage) of the research study. Preliminary categories include: (a) focusing on biomedical care; (b) multi-dimensional challenges to having the conversation; (c) connecting and setting boundaries with patients; (d) difficulty articulating kidney-supportive care; and (e) unwittingly practising kidney-supportive care. For the conference, the resulting theory will be presented. Nurses working in dialysis are well-positioned to ensure the delivery of quality kidney-supportive care. This study will help to determine the process and the factors enabling and impeding nurse engagement in supportive care in dialysis to effect change for normalizing advance care planning conversations in the clinical setting. This improved practice will have substantive beneficial implications for the many individuals living with kidney failure and their supporting loved ones.

Keywords: dialysis, kidney failure, nursing, supportive care

Procedia PDF Downloads 97
2061 Numerical and Experimental Investigations of Cantilever Rectangular Plate Structure on Subsonic Flutter

Authors: Mevlüt Burak Dalmış, Kemal Yaman

Abstract:

In this study, flutter characteristics of cantilever rectangular plate structure under incompressible flow regime are investigated by comparing the results of commercial flutter analysis program ZAERO© with wind tunnel tests conducted in Ankara Wind Tunnel (ART). A rectangular polycarbonate (PC) plate, 5x125x1000 mm in dimensions, is used for both numerical and experimental investigations. Analysis and test results are very compatible with each other. A comparison between two different solution methods (g and k-method) of ZAERO© is also done. It is seen that, k-method gives closer result than the other one. However, g-method results are on conservative side and it is better to use conservative results namely g-method results. Even if the modal analysis results are used for the flutter analysis for this simple structure, a modal test should be conducted in order to validate the modal analysis results to have accurate flutter analysis results for more complicated structures.

Keywords: flutter, plate, subsonic flow, wind tunnel

Procedia PDF Downloads 515
2060 Modeling of a Concentrating Photovoltaic Module with and without Cooling System

Authors: Intissar Benrhouma, Marta Victoria, Ignacio Anton, Bechir Chaouachi

Abstract:

Concentrating photovoltaic systems CPV use optical elements, such as Fresnel lenses, to concentrate solar intensity. The concentrated solar energy is delivered to the solar cell from 20 to 100 W/cm². Some of this energy is converted to electricity, while the rest must be disposed of as a residual heat. Solar cells cooling should be a necessary part of CPV modeling because these systems allowed increasing the power received by the cell. This high power can rise the electrons’ potential causing the heating of the cell, which reduces the global module’s efficiency. This work consists of modeling a concentrating photovoltaic module with and without a cooling system. We have established a theoretical model based on energy balances carried out on a photovoltaic module using solar radiation concentration cells. Subsequently, we developed a calculation program on Matlab which allowed us to simulate the functioning of this module. The obtained results show that the addition of a cooling system to the module improves greatly the performance of our CPV system.

Keywords: solar energy, photovoltaic, concentration, cooling, performance improvement

Procedia PDF Downloads 392
2059 Effectiveness of Video Interventions for Perpetrators of Domestic Violence

Authors: Zeynep Turhan

Abstract:

Digital tools can improve knowledge and awareness of strategies and skills for healthy and respectful intimate relationships. The website of the Healthy and Respectful Relationship Program has been developed and included five key videos about how to build healthy intimate relationships. This study examined the perspectives about informative videos by focusing on how individuals learn new information or challenge their preconceptions or attitudes regarding male privilege and women's oppression. Five individuals who received no-contact orders and attended group intervention were the sample of this study. The observation notes were the major methodology examining how participants responded to video tools. The data analysis method was the interpretative phenomenological analysis. The results showed that many participants found the tools useful in learning the types of violence and communication strategies. Nevertheless, obstacles to implementing some techniques were found in their relationships. These digital tools might enhance healthy and respectful relationships despite some limitations.

Keywords: healthy relationship, digital tools, intimate partner violence, perpetrators, video interventions

Procedia PDF Downloads 87
2058 Steady State Natural Convection in Vertical Heated Rectangular Channel between Two Vertical Parallel MTR-Type Fuel Plates

Authors: Djalal Hamed

Abstract:

The aim of this paper is to perform an analytic solution of steady state natural convection in a narrow rectangular channel between two vertical parallel MTR-type fuel plates, imposed under a cosine shape heat flux to determine the margin of the nuclear core power at which the natural convection cooling mode can ensure a safe core cooling, where the cladding temperature should not be reach the specific safety limits (90 °C). For this purpose, a simple computer program is developed to determine the principal parameter related to the nuclear core safety such as the temperature distribution in the fuel plate and in the coolant (light water) as a function of the reactor power. Our results are validated throughout a comparison against the results of another published work, which is considered like a reference of this study.

Keywords: buoyancy force, friction force, natural convection, thermal hydraulic analysis, vertical heated rectangular channel

Procedia PDF Downloads 307
2057 The Increasing of Unconfined Compression Strength of Clay Soils Stabilized with Cement

Authors: Ali̇ Si̇nan Soğanci

Abstract:

The cement stabilization is one of the ground improvement method applied worldwide to increase the strength of clayey soils. The using of cement has got lots of advantages compared to other stabilization methods. Cement stabilization can be done quickly, the cost is low and creates a more durable structure with the soil. Cement can be used in the treatment of a wide variety of soils. The best results of the cement stabilization were seen on silts as well as coarse-grained soils. In this study, blocks of clay were taken from the Apa-Hotamış conveyance channel route which is 125km long will be built in Konya that take the water with 70m3/sec from Mavi tunnel to Hotamış storage. Firstly, the index properties of clay samples were determined according to the Unified Soil Classification System. The experimental program was carried out on compacted soil specimens with 0%, 7 %, 15% and 30 % cement additives and the results of unconfined compression strength were discussed. The results of unconfined compression tests indicated an increase in strength with increasing cement content.

Keywords: cement stabilization, unconfined compression test, clayey soils, unified soil classification system.

Procedia PDF Downloads 417
2056 The Future of Truth and Lies in the Context of Technology-Mediated Environments

Authors: James P. Takona

Abstract:

Most of the global population has never lived through a pandemic, and thus there is so much that remains unknown about students' capacity for resiliency under such environments and circumstances and what a timeline for full recovery will look like. The session will guide participants to focus on misinformation and disinformation in the context of recent crisis events, with specific reference to how information flows across. Particular focus will be given to the flow of information in mediated technology and platforms with particular reference to K-12 and teacher preparation program environments. The paper will draw on theories and responses from the sociology of disaster, the social psychology of rumoring, and published studies on disinformation and misinformation. Applications will be identified and applied in the context of online information-sharing during crisis events. The session will offer the application of the Center for Contagious Diseases' Crisis and Emergency Risk Communication model to understand the themes and evolution of misinformation and disinformation. The paper will invite session participants to suggest and interact with raised challenges on the impact of dis-and misinformation.

Keywords: Sociology of disaster, misinformation, dis-information, Social Psychology of rumors

Procedia PDF Downloads 83
2055 Social Work Education in Gujarat: Challenges and Responses

Authors: Rajeshkumar Mahendrabhai Patel, Narendrakumar D. Vasava

Abstract:

It is seen that higher education in India requires a high degree of attention for the quality. The Government of India has been putting its efforts to improvise the quality of higher education through different means such as need based changes in the policy of higher education, accreditation of the institutions of higher education and many others. The Social Work education in India started way back in Tata School of Social Sciences in the year 1936. Gradually the need for social work education was felt, and different institution started imparting social work education in different regions. Due to the poor educational policy of Gujarat state (The Concept of Self-Financed Education) different Universities initiated the MSW program on a self-financed basis. The present scenario of the Social work Education in Gujarat faces ample challenges and problems which need to be addressed consciously. The present paper will try to examine and analyze the challenges and problems such as curriculum, staffing, quality of teaching, the pattern of education etc. The probable responses to this scenario are also discussed in this paper.

Keywords: social work education, challenges, problems, responses, self-financed education in Gujarat

Procedia PDF Downloads 360
2054 Calculation Analysis of an Axial Compressor Supersonic Stage Impeller

Authors: Y. Galerkin, E. Popova, K. Soldatova

Abstract:

There is an evident trend to elevate pressure ratio of a single stage of a turbo compressors - axial compressors in particular. Whilst there was an opinion recently that a pressure ratio 1,9 was a reasonable limit, later appeared information on successful modeling tested of stages with pressure ratio up to 2,8. The Authors recon that lack of information on high pressure stages makes actual a study of rational choice of design parameters before high supersonic flow problems solving. The computer program of an engineering type was developed. Below is presented a sample of its application to study possible parameters of the impeller of the stage with pressure ratio π*=3,0. Influence of two main design parameters on expected efficiency, periphery blade speed and flow structure is demonstrated. The results had lead to choose a variant for further analysis and improvement by CFD methods.

Keywords: supersonic stage, impeller, efficiency, flow rate coefficient, work coefficient, loss coefficient, oblique shock, direct shock

Procedia PDF Downloads 459