Search results for: make to order
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 17777

Search results for: make to order

12527 Hospital Beds: Figuring and Forecasting Patient Population Arriving at Health Care Research Institute, Illustrating Roemer's Law

Authors: Karthikeyan Srinivasan, Ranjana Singh, Yatin Talwar, Karthikeyan Srinivasan

Abstract:

Healthcare services play a vital role in the life of human being. The Setup of Hospital varies in wide spectrum of cost, technology, and access. Hospital’s of Public sector satisfies need of a common man to poorer, which can differ at private owned hospitals on cost and treatment. Patient assessing hospital frequently assumes spending time at the hospital is miserable and not aware of what is happening around them. Mostly they are queued up round the clock waiting to be admitted on hospital beds. The idea here is to highlight the role in admitting patient population of Outdoor as well as Emergency entering the Post Graduate Institute of Medical Education and Research, Chandigarh with available hospital beds. This study emphasizes the trend forecasting and acquiring beds needed. The conception “if patient population increases’ likewise increasing hospital beds advertently perceived. If tend to increase the hospital beds, thereby exploring budget, Manpower, space, and infrastructure make compulsion. This survey ideally draws out planning and forecasting beds to cater patient population in and around neighboring state of Chandigarh for admission at territory healthcare and research institute on available hospital beds. Executing healthcare services for growing population needs to know Roemer’s law indicating "in an insured population, a hospital bed built is a filled bed".

Keywords: admissions, average length of stay, bed days, hospital beds, occupancy rates

Procedia PDF Downloads 279
12526 Public Art and Public Space in an Emerging Knowledge Economy: The Case of Doha

Authors: Grichting Anna, Al Sada Sara, Caccayam Angelica, Khan Urshi

Abstract:

The Qatar Museums Authority recently announced a series of public art initiatives in Doha with the purpose of 'bringing art out of the walls of the museum' to make it accessible to the public on a daily basis and to encourage discussion and debate. While the installation of sculptures in public spaces is not new in Doha, the practice of integrating art in public spaces and architectural projects is reaching a new dimension as internationally renowned artists – such as Damien Hirst and Richard Serra - are being commissioned to install their works in the public spaces and buildings of the city of Doha as well as in more remote desert locations. This research discusses the changing presence, role and context of public art in Doha, both from a historical and cultural overview, and the different forms and media as well as the typologies of urban and public spaces in which the art is installed. It examines the process of implementing site-specific artworks, looking at questions of scale, history, social meaning and formal aesthetics. The methodologies combine theoretical research on the understanding of public art and its role and placement in public space, as well as empirical research on contemporary public art projects in Doha, based on documentation and interviews and as well as site and context analysis of the urban or architectural spaces within which the art is situated. Surveys and interviews – using social media - in different segments of the contemporary Qatari society, including all nationalities and social groups, are used to measure and qualify the impacts and effects on the population.

Keywords: public space, public art, urban design, knowledge economy

Procedia PDF Downloads 523
12525 The Impact of Autonomous Driving on Cities of the Future: A Literature Review

Authors: Maximilian A. Richter

Abstract:

The public authority needs to understand the role and impacts of autonomous vehicle (AV) on the mobility system. At present, however, research shows that the impact of AV on cities varies. As a consequence, it is difficult to make recommendations to policymakers on how they should prepare for the future when so much remains unknown about this technology. The study aims to provide an overview of the literature on how autonomous vehicles will affect the cities and traffic of the future. To this purpose, the most important studies are first selected, and their results summarized. Further on, it will be clarified which advantages AV have for cities and how it can lead to an improvement in the current problems/challenges of cities. To achieve the research aim and objectives, this paper approaches a literature review. For this purpose, in a first step, the most important studies are extracted. This is limited to studies that are peer-reviewed and have been published in high-ranked journals such as the Journal of Transportation: Part A. In step 2, the most important key performance indicator (KPIs) (such as traffic volume or energy consumption) are selected from the literature research. Due to the fact that different terms are used in the literature for similar statements/KPIs, these must first be clustered. Furthermore, for each cluster, the changes from the respective studies are compiled, as well as their survey methodology. In step 3, a sensitivity analysis per cluster is made. Here, it will be analyzed how the different studies come to their findings and on which assumptions, scenarios, and methods these calculations are based. From the results of the sensitivity analysis, the success factors for the implementation of autonomous vehicles are drawn, and statements are made under which conditions AVs can be successful.

Keywords: autonomous vehicles, city of the future, literature review, traffic simulations

Procedia PDF Downloads 106
12524 Lumped Parameter Models for Numerical Simulation of The Dynamic Response of Hoisting Appliances

Authors: Candida Petrogalli, Giovanni Incerti, Luigi Solazzi

Abstract:

This paper describes three lumped parameters models for the study of the dynamic behaviour of a boom crane. The models proposed here allow evaluating the fluctuations of the load arising from the rope and structure elasticity and from the type of the motion command imposed by the winch. A calculation software was developed in order to determine the actual acceleration of the lifted mass and the dynamic overload during the lifting phase. Some application examples are presented, with the aim of showing the correlation between the magnitude of the stress and the type of the employed motion command.

Keywords: crane, dynamic model, overloading condition, vibration

Procedia PDF Downloads 575
12523 Educational Leadership and Artificial Intelligence

Authors: Sultan Ghaleb Aldaihani

Abstract:

- The environment in which educational leadership takes place is becoming increasingly complex due to factors like globalization and rapid technological change. - This is creating a "leadership gap" where the complexity of the environment outpaces the ability of leaders to effectively respond. - Educational leadership involves guiding teachers and the broader school system towards improved student learning and achievement. 2. Implications of Artificial Intelligence (AI) in Educational Leadership: - AI has great potential to enhance education, such as through intelligent tutoring systems and automating routine tasks to free up teachers. - AI can also have significant implications for educational leadership by providing better information and data-driven decision-making capabilities. - Computer-adaptive testing can provide detailed, individualized data on student learning that leaders can use for instructional decisions and accountability. 3. Enhancing Decision-Making Processes: - Statistical models and data mining techniques can help identify at-risk students earlier, allowing for targeted interventions. - Probability-based models can diagnose students likely to drop out, enabling proactive support. - These data-driven approaches can make resource allocation and decision-making more effective. 4. Improving Efficiency and Productivity: - AI systems can automate tasks and change processes to improve the efficiency of educational leadership and administration. - Integrating AI can free up leaders to focus more on their role's human, interactive elements.

Keywords: Education, Leadership, Technology, Artificial Intelligence

Procedia PDF Downloads 45
12522 Using the Smith-Waterman Algorithm to Extract Features in the Classification of Obesity Status

Authors: Rosa Figueroa, Christopher Flores

Abstract:

Text categorization is the problem of assigning a new document to a set of predetermined categories, on the basis of a training set of free-text data that contains documents whose category membership is known. To train a classification model, it is necessary to extract characteristics in the form of tokens that facilitate the learning and classification process. In text categorization, the feature extraction process involves the use of word sequences also known as N-grams. In general, it is expected that documents belonging to the same category share similar features. The Smith-Waterman (SW) algorithm is a dynamic programming algorithm that performs a local sequence alignment in order to determine similar regions between two strings or protein sequences. This work explores the use of SW algorithm as an alternative to feature extraction in text categorization. The dataset used for this purpose, contains 2,610 annotated documents with the classes Obese/Non-Obese. This dataset was represented in a matrix form using the Bag of Word approach. The score selected to represent the occurrence of the tokens in each document was the term frequency-inverse document frequency (TF-IDF). In order to extract features for classification, four experiments were conducted: the first experiment used SW to extract features, the second one used unigrams (single word), the third one used bigrams (two word sequence) and the last experiment used a combination of unigrams and bigrams to extract features for classification. To test the effectiveness of the extracted feature set for the four experiments, a Support Vector Machine (SVM) classifier was tuned using 20% of the dataset. The remaining 80% of the dataset together with 5-Fold Cross Validation were used to evaluate and compare the performance of the four experiments of feature extraction. Results from the tuning process suggest that SW performs better than the N-gram based feature extraction. These results were confirmed by using the remaining 80% of the dataset, where SW performed the best (accuracy = 97.10%, weighted average F-measure = 97.07%). The second best was obtained by the combination of unigrams-bigrams (accuracy = 96.04, weighted average F-measure = 95.97) closely followed by the bigrams (accuracy = 94.56%, weighted average F-measure = 94.46%) and finally unigrams (accuracy = 92.96%, weighted average F-measure = 92.90%).

Keywords: comorbidities, machine learning, obesity, Smith-Waterman algorithm

Procedia PDF Downloads 297
12521 The Influence of Colloidal Metal Nanoparticles on Growth and Proliferation of in Vitro Cultures of Potato

Authors: Przewodowski Włodzimierz, Przewodowska Agnieszka, Sekrecka Danuta, Michałowska Dorota

Abstract:

Colloidal metal nanoparticles are widely applied in various areas and have great potential in different biotechnological applications. Their particular properties associated with both the antiseptic, antioxidant and anti aging properties as well as ability to penetrate most of the biological barriers, synergy in the absorption of nutrients and nontoxic to plants. The properties make them potentially useful in the fast and safe production of healthy, certified starting material in the production of plants exposed to many pathogenic microorganisms causing serious diseases, significantly affecting yield and causing the economic losses. In this case it is crucial to provide appropriate conditions for the production, storage and distribution of the plant material. Therefore, the aim of the proposed research was to develop and identify the influence of four colloidal metal nanoparticles on growth and proliferation of in vitro cultures of potato (Solanum tuberosum) - one of the most economically important strategic crops in the world. The research on different varieties of potato was performed by placing the explants of the in vitro cultures on sterile Murashige and Skoog (MS) type medium. The influence of the nanocolloids was evaluated using the MS medium impregnated with the examinated nanoparticles. The vigour of growth and the rate of proliferation was examinated for 6-8 weeks with both night/day-length and temperature over the ranges 8/16 h and 20–22 °C respectively. The results of our preliminary work confirmed high usefulness of the nanocolloids in the safe production of the examinated in vitro cultures.

Keywords: colloidal metal nanoparticles, in vitro cultures, potato, propagation

Procedia PDF Downloads 346
12520 A Fast Calculation Approach for Position Identification in a Distance Space

Authors: Dawei Cai, Yuya Tokuda

Abstract:

The market of localization based service (LBS) is expanding. The acquisition of physical location is the fundamental basis for LBS. GPS, the de facto standard for outdoor localization, does not work well in indoor environment due to the blocking of signals by walls and ceiling. To acquire high accurate localization in an indoor environment, many techniques have been developed. Triangulation approach is often used for identifying the location, but a heavy and complex computation is necessary to calculate the location of the distances between the object and several source points. This computation is also time and power consumption, and not favorable to a mobile device that needs a long action life with battery. To provide a low power consumption approach for a mobile device, this paper presents a fast calculation approach to identify the location of the object without online solving solutions to simultaneous quadratic equations. In our approach, we divide the location identification into two parts, one is offline, and other is online. In offline mode, we make a mapping process that maps the location area to distance space and find a simple formula that can be used to identify the location of the object online with very light computation. The characteristic of the approach is a good tradeoff between the accuracy and computational amount. Therefore, this approach can be used in smartphone and other mobile devices that need a long work time. To show the performance, some simulation experimental results are provided also in the paper.

Keywords: indoor localization, location based service, triangulation, fast calculation, mobile device

Procedia PDF Downloads 174
12519 Approximately Similarity Measurement of Web Sites Using Genetic Algorithms and Binary Trees

Authors: Doru Anastasiu Popescu, Dan Rădulescu

Abstract:

In this paper, we determine the similarity of two HTML web applications. We are going to use a genetic algorithm in order to determine the most significant web pages of each application (we are not going to use every web page of a site). Using these significant web pages, we will find the similarity value between the two applications. The algorithm is going to be efficient because we are going to use a reduced number of web pages for comparisons but it will return an approximate value of the similarity. The binary trees are used to keep the tags from the significant pages. The algorithm was implemented in Java language.

Keywords: Tag, HTML, web page, genetic algorithm, similarity value, binary tree

Procedia PDF Downloads 355
12518 Privacy Protection Principles of Omnichannel Approach

Authors: Renata Mekovec, Dijana Peras, Ruben Picek

Abstract:

The advent of the Internet, mobile devices and social media is revolutionizing the experience of retail customers by linking multiple sources through various channels. Omnichannel retailing is a retailing that combines multiple channels to allow customers to seamlessly leverage all the distribution information online and offline while shopping. Therefore, today data are an asset more critical than ever for all organizations. Nonetheless, because of its heterogeneity through platforms, developers are currently facing difficulties in dealing with personal data. Considering the possibilities of omnichannel communication, this paper presents channel categorization that could enhance the customer experience of omnichannel center called hyper center. The purpose of this paper is fundamentally to describe the connection between the omnichannel hyper center and the customer, with particular attention to privacy protection. The first phase was finding the most appropriate channels of communication for hyper center. Consequently, a selection of widely used communication channels has been identified and analyzed with regard to the effect requirements for optimizing user experience. The evaluation criteria are divided into 3 groups: general, user profile and channel options. For each criterion the weight of importance for omnichannel communication was defined. The most important thing was to consider how the hyper center can make user identification while respecting the privacy protection requirements. The study carried out also shows what customer experience across digital networks would look like, based on an omnichannel approach owing to privacy protection principles.

Keywords: personal data, privacy protection, omnichannel communication, retail

Procedia PDF Downloads 146
12517 Operations Training Using Immersive Technologies: A Development Experience

Authors: A. Aman, S. M. Tang, F. H. Alharrassy

Abstract:

Omanisation was established to increase job opportunities for national employment in Sultanate of Oman. With half of the population below 25 years of age, the sultanate is striving to diversify the economy fast enough to meet the burgeoning number of jobseekers annually. On the other hand, training personnel to be competent oil and gas operators and technicians is a difficult task in a complex reservoir structures in Oman using highly advanced and sophisticated extracting processes. Coupled towards Omanisation which encourages nationals into the oil and gas sector so as to create sustainable employment for the local population, the challenge to churn out competent manpower became a daunting task. Immersive technologies provided the impetus to create a new digital media sector which provided job opportunities as well as the learning contents to enhance the competency-based training for the oil and gas sector in the Sultanate. This lead to a win-win-win collaboration amongst the government represented by the Information Technology Authority (ITA), private sector specialised company (represented by ASM Technologies), jobseekers and oil and gas organisations. This is also one of the first private-public partnership model in the Information Communication Technology (ICT) sector in Oman. A pilot phase was conducted for 8 months to develop four virtual applications for training in equipment and process engineering; oil rig familiarisation, Health Safety Environment (HSE) application, turbine application and the mechanical vapour compressor (MVC) water recycling plant in order to enhance the competency level of the trainees. The immersive applications were installed in operational settings which enabled new employees to practice and understand various processes and procedures regarding enhanced oil recovery. Existing employees used the application to review the working principles in order to carry out troubleshooting scenarios. Concurrently, these applications were also developed by local Omani resources within the country. This created job opportunities for job-seekers as well the establishment of a digital media sector. The purpose of this paper is to discuss how immersive technologies can enhance operational competencies, create job and establish a digital media sector in the Sultanate of Oman.

Keywords: immersive, virtual reality, operations training, Omanisation

Procedia PDF Downloads 231
12516 Utilization of CD-ROM Database as a Storage and Retrieval System by Students of Nasarawa State University Keffi

Authors: Suleiman Musa

Abstract:

The utilization of CD-ROM as a storage and retrieval system by Nasarawa State University Keffi (NSUK) Library is crucial in preserving and dissemination of information to students and staff. This study investigated the utilization of CD-ROM Database storage and retrieval system by students of NUSK. Data was generated using structure questionnaire. One thousand and fifty two (1052) respondents were randomly selected among post-graduate and under-graduate students. Eight hundred and ten (810) questionnaires were returned, but only five hundred and ninety three (593) questionnaires were well completed and useful. The study found that post-graduate students use CD-ROM Databases more often than the under-graduate students in NSUK. The result of the study revealed that knowledge about CD-ROM Database 33.22% got it through library staff. 29.69% use CD-ROM once a month. Large number of users 45.70% purposely uses CD-ROM Databases for study and research. In fact, lack of users’ orientation amount to 58.35% of problems faced, while 31.20% lack of trained staff make it more difficult for utilization of CD-ROM Database. Major numbers of users 38.28% are neither satisfied nor dissatisfied, while a good number of them 27.99% are satisfied. Then 1.52% is highly dissatisfied but could not give reasons why. However, to ensure effective utilization of CD-ROM Database storage and retrieval system by students of NSUK, the following recommendations are made: effort should be made to encourage under-graduate in using CD-ROM Database. The institution should conduct orientation/induction course for students on CD-ROM Databases in the library. There is need for NSUK to produce in house databases on their CD-ROM for easy access by users.

Keywords: utilization, CD-ROM databases, storage, retrieval, students

Procedia PDF Downloads 446
12515 3D Modelling and Numerical Analysis of Human Inner Ear by Means of Finite Elements Method

Authors: C. Castro-Egler, A. Durán-Escalante, A. García-González

Abstract:

This paper presents a method to generate a finite element model of the human auditory inner ear system. The geometric model has been realized using 2D images from a virtual model of temporal bones. A point cloud has been gotten manually from those images to construct a whole mesh with hexahedral elements. The main difference with the predecessor models is the spiral shape of the cochlea with its three scales completely defined: scala tympani, scala media and scala vestibuli; which are separate by basilar membrane and Reissner membrane. To validate this model, numerical simulations have been realised with two models: an isolated inner ear and a whole model of human auditory system. Ideal conditions of displacement are applied over the oval window in the isolated Inner Ear model. The whole model is made up of the outer auditory channel, the tympani, the ossicular chain, and the inner ear. The boundary condition for the whole model is 1Pa over the auditory channel entrance. The numerical simulations by FEM have been done using a harmonic analysis with a frequency range between 100-10.000 Hz with an interval of 100Hz. The following results have been carried out: basilar membrane displacement; the scala media pressure according to the cochlea length and the transfer function of the middle ear normalized with the pressure in the tympanic membrane. The basilar membrane displacements and the pressure in the scala media make it possible to validate the response in frequency of the basilar membrane.

Keywords: finite elements method, human auditory system model, numerical analysis, 3D modelling cochlea

Procedia PDF Downloads 363
12514 Real-Time Gesture Recognition System Using Microsoft Kinect

Authors: Ankita Wadhawan, Parteek Kumar, Umesh Kumar

Abstract:

Gesture is any body movement that expresses some attitude or any sentiment. Gestures as a sign language are used by deaf people for conveying messages which helps in eliminating the communication barrier between deaf people and normal persons. Nowadays, everybody is using mobile phone and computer as a very important gadget in their life. But there are some physically challenged people who are blind/deaf and the use of mobile phone or computer like device is very difficult for them. So, there is an immense need of a system which works on body gesture or sign language as input. In this research, Microsoft Kinect Sensor, SDK V2 and Hidden Markov Toolkit (HTK) are used to recognize the object, motion of object and human body joints through Touch less NUI (Natural User Interface) in real-time. The depth data collected from Microsoft Kinect has been used to recognize gestures of Indian Sign Language (ISL). The recorded clips are analyzed using depth, IR and skeletal data at different angles and positions. The proposed system has an average accuracy of 85%. The developed Touch less NUI provides an interface to recognize gestures and controls the cursor and click operation in computer just by waving hand gesture. This research will help deaf people to make use of mobile phones, computers and socialize among other persons in the society.

Keywords: gesture recognition, Indian sign language, Microsoft Kinect, natural user interface, sign language

Procedia PDF Downloads 306
12513 How Educational Settings Can Influence Development of Creativity through Play in Young Children

Authors: D. M. W. Munasinghe

Abstract:

This study focuses on how teachers view and use play to influence creativity in preschool children. Play is strongly featured in most of the discussions about creativity in young children. Hence, it was noted through direct observation that most preschool teachers are not concerned with promoting play to develop the child’s creativity. Therefore, this study attempts to investigate how the teachers use play, for the development of creativity in the preschool environment. The survey method was used as the research design and interviews, observations and document perusal were used as data collection methods. The sample consisted of 20 preschools from selected administrative divisions in the Colombo district. It was revealed that a majority of preschool teachers used folk games as a means of involving children in play. Teachers assume that this type of guided play will motivate the child learn new words, memorization and provide enjoyment. Eighty percent of the preschool teachers used the play equipment installed in the preschool premises to encourage children to get involved in activities calculated at promoting the physical development of the child. In 40% of the preschools visited it was noticed that when children were given their break they created their own forms of free play and enjoyed themselves thoroughly in the little time available to them. Also, about 20% of preschool teachers promoted imaginative play with their preschoolers. There was also the situation where the role of play was interpreted negatively by the teachers who assigned the children to copy letters and numerals during the time assigned for play. This has a negative impact on the child’s creativity. In conclusion, it was felt that the teachers do not make the best use of the opportunity available to use the child’s enthusiasm to stimulate creative actions his/her and that there is no suitable environment to develop creativity through play.

Keywords: creativity, preschool children, preschool environment, play method

Procedia PDF Downloads 386
12512 The Impact of Sustainable Farm Management on Paddy Farmers’ Livelihood: The Case of Malaysia

Authors: Roslina Kamaruddin

Abstract:

The paddy farmer’s performance and ability to improve productivity for increased incomes is driven by their level of farm management practices. Knowledge on the nature and level of sustainable farm management (SFM) practice provides opportunities for supporting the competitive advantages of paddy farmers to sustainably break away from the poverty cycle. Little attention has been given to measuring the performance and impact of SFM for the improvement of paddy farmer's livelihood in Malaysia. Without understanding SFM, it is difficult to make policies and provide targeted, impactful support to paddy farmers. The objective of this study is to assess the level of SFM among paddy farmers by calculating the Sustainable Farm Management Index (SFMI) using the Rice Check (RC) guideline established by the Department of Agriculture. The structured questionnaire was designed to capture the nine elements of farming practices based on the RC and was then distributed to 788 paddy farmers in Malaysia's main granary areas, namely MADA, KADA, and BLS. Each practice was given a score to determine whether the guidelines were followed. The index ranges from 0 to 100, with 0 being unsustainable and 100 being highly sustainable. A multiple regression analysis was employed as well to estimate the effects of SFM adoption on farmer livelihoods. The findings show that adopting SFM has a positive and significant effect on farmers' livelihoods. The paper, therefore, recommends that farmers should be educated on the importance of sustainable farming practices as this is essential for the sustainable livelihood development of poor farmers who rely on government subsidies.

Keywords: sustainable farm management, paddy farming, rice check, granary areas, farmers livelihood

Procedia PDF Downloads 99
12511 Resistance to Change as a Lever of Innovation: Case of Tangier, Tetouan and Hoceima Region, Morocco

Authors: Jihane Abdessadak, Hicham Achelhi, Kamal Reklaoui

Abstract:

For any company or organization, change must be natural and binding in order to evolve its business, protect its durability and remain competitive. "Adapt or disappear". But how often managers, leaders or employees develop astonishing ideas that could improve several aspects of the organization and the feedback is less that encouraging and people give unrealistic judgments just to escape change. In this paper, we are going to discuss what we do know about change and resistance to change and what we can do to tame this phenomenon and, above all, the main steps that can follow an idea man in the delicate and decisive implementation of innovations.

Keywords: innovation, change, resistance to change/innovation, barriers to innovation, levers of innovation

Procedia PDF Downloads 297
12510 A Project Screening System for Energy Enterprise Based on Dempster-Shafer Theory

Authors: Woosik Jang, Seung Heon Han, Seung Won Baek

Abstract:

Natural gas (NG) is an energy resource in a few countries, and most NG producers do business in politically unstable countries. In addition, as 90% of the LNG market is controlled by a small number of international oil companies (IOCs) and national oil companies (NOCs), entry of latecomers into the market is extremely limited. To meet these challenges, project viability needs to be assessed based on limited information from a project screening perspective. However, the early stages of the project have the following difficulties: (1) What are the factors to consider? (2) How many professionals do you need to decide? (3) How to make the best decision with limited information? To address this problem, this study proposes a model for evaluating LNG project viability based on the Dempster-Shafer theory (DST). A total of 11 indicators for analyzing the gas field, reflecting the characteristics of the LNG industry, and 23 indicators for analyzing the market environment, were identified. The proposed model also evaluates the LNG project based on the survey and provides uncertainty of the results based on DST as well as quantified results. Thus, the proposed model is expected to be able to support the decision-making process of the gas field project using quantitative results as a systematic framework, and it was developed as a stand-alone system to improve its usefulness in practice. Consequently, the amount of information and the mathematical approach are expected to improve the quality and opportunity of decision making for LNG projects for enterprises.

Keywords: project screen, energy enterprise, decision support system, Dempster-Shafer theory

Procedia PDF Downloads 342
12509 A Practical and Theoretical Study on the Electromotor Bearing Defect Detection in a Wet Mill Using the Vibration Analysis Method and Defect Length Calculation in the Bearing

Authors: Mostafa Firoozabadi, Alireza Foroughi Nematollahi

Abstract:

Wet mills are one of the most important equipment in the mining industries and any defect occurrence in them can stop the production line and it can make some irrecoverable damages to the system. Electromotors are the significant parts of a mill and their monitoring is a necessary process to prevent unwanted defects. The purpose of this study is to investigate the Electromotor bearing defects, theoretically and practically, using the vibration analysis method. When a defect happens in a bearing, it can be transferred to the other parts of the equipment like inner ring, outer ring, balls, and the bearing cage. The electromotor defects source can be electrical or mechanical. Sometimes, the electrical and mechanical defect frequencies are modulated and the bearing defect detection becomes difficult. In this paper, to detect the electromotor bearing defects, the electrical and mechanical defect frequencies are extracted firstly. Then, by calculating the bearing defect frequencies, and the spectrum and time signal analysis, the bearing defects are detected. In addition, the obtained frequency determines that the bearing level in which the defect has happened and by comparing this level to the standards it determines the bearing remaining lifetime. Finally, the defect length is calculated by theoretical equations to demonstrate that there is no need to replace the bearing. The results of the proposed method, which has been implemented on the wet mills in the Golgohar mining and industrial company in Iran, show that this method is capable of detecting the electromotor bearing defects accurately and on time.

Keywords: bearing defect length, defect frequency, electromotor defects, vibration analysis

Procedia PDF Downloads 502
12508 Access to the Community and Needed Supports among People with Physical Disabilities Receiving Long-Term Services and Supports in the United States

Authors: Stephanie Giordano, Eric Lam, Rosa Plasencia

Abstract:

An important piece of active aging is ensuring people have the right support to meet individual needs. Using NCI-AD data, we will look at measures of satisfaction with community access and needed services among people with physical disabilities receiving LTSS in the US. National Core Indicators—Aging and Disabilities (NCI-AD) is a voluntary effort by State Medicaid, aging, and disability agencies across the US to measure and track their own performance. NCI-AD uses a standardized survey – the Adult Consumer Survey (ACS), to hear directly from people receiving services about the quality of services and supports they receive. Data from the 2018-19 ACS found that compared to people without a physical disability, those with a physical disability were more likely to make choices about the services they receive, including when and how often they receive those services. Yet people with a physical disability were less likely to report they get enough assistance with everyday activities (e.g., shopping, housework, and taking medications) and self-care (e.g., dressing or bathing) and more likely to report that services and supports do not fully meet their needs and goals. A further breakdown by age shows that people 40-65 years old with a physical disability experienced even greater barriers to being as active in the community as they would like to be, indicating a need to better support people as they age with or into a disability. We will explore how these and other outcomes were affected by COVID-19, take a closer look at outcomes by demographics (e.g., race/ethnicity, gender, and mental health diagnoses) and discuss implications on the future needs of service systems.

Keywords: quality-of-life, long-term services and supports, person-centered, community

Procedia PDF Downloads 110
12507 The School-to-Work Transition: The Case of NEET Youths from Rural Areas

Authors: Anđelka Stojanović, Ivan Mihajlović, Ivica Nikolić

Abstract:

In the past years, due to the financial crisis and the tightening of conditions on the labor market, young people are facing great challenges in achieving financial independence and finding their place in society. Higher unemployment rates, poorer living conditions, separation from the labor market, and longer school-to-work transitions particularly affect rural youth and make significant differences between youth groups in rural and urban areas. Improving employability skills and development of instruments for further learning among young people “Not in Education, Employment, or Training” (NEET) should not be only the concerns of these people, already adequately be directed and supported by the institutions. According to the World Bank data, the share of youth not in education, employment or training (NEET), in the European Union in the past few years decreases but still shows a significant share in the total percentage of the youth population. In 2017 rate was 10.96% while in 2018 that value was 10.38%. When observing individual countries in Europe, especially those with lower incomes, this rate is much higher. It was concluded that this topic was not sufficiently elaborated and presented in the social and scientific environment. Therefore, the aim of this paper is to identify and systematize the problems of school-to-work transition among young NEETs living in rural areas as well as the initiatives for addressing their problems.

Keywords: NEET youth, risks and initiatives, rural youth, school-to-work transition

Procedia PDF Downloads 115
12506 An Improved Transmission Scheme in Cooperative Communication System

Authors: Seung-Jun Yu, Young-Min Ko, Hyoung-Kyu Song

Abstract:

Recently developed cooperative diversity scheme enables a terminal to get transmit diversity through the support of other terminals. However, most of the introduced cooperative schemes have a common fault of decreased transmission rate because the destination should receive the decodable compositions of symbols from the source and the relay. In order to achieve high data rate, we propose a cooperative scheme that employs hierarchical modulation. This scheme is free from the rate loss and allows seamless cooperative communication.

Keywords: cooperative communication, hierarchical modulation, high data rate, transmission scheme

Procedia PDF Downloads 426
12505 The Mayan Calendar: An Ideology Laden and Worldview Changing Discourse

Authors: John Rosswell Cummings III

Abstract:

This research examines the discourse ancient Maya ritual practice manifest and maintained through language in a contemporary society as led by a daykeeper— a Maya spiritual leader— with the objective of discovering if the Maya Calendar has an influence on worldview. Through an ethnography of communication and discursive analysis framework, this research examines the discourse of and around the Maya calendar through original research. Data collected includes the ceremonial performance of the Tzolkin ritual, a ritual that takes place every 13 days to ceremonially welcome one of the 20 Universal Forces. During the ceremony, participants supplicate, sacrifice, and venerate. This ritual, based off the Tzolkin cycle in the Mayan Calendar, contains strong, culture-binding ideologies. This research performs a close analysis of the 20 energies of the Tzolkin and their glyphs so as to gain a better understanding of current ideologies in Maya communities. Through a linguistic relativity frame of reference, including both the strong and weak versions, the 20 Universal Forces are shown to influence ways of life. This research argues that it is not just the native language, but the discourses native to the community as held through the calendar, influence thought and have the potential to offer an alternate worldview, thus shaping the cultural narrative which in return influences identity of the community. Research of this kind, on calendric systems and linguistic relativity, has the power to make great discoveries about the societies of the world and their worldviews.

Keywords: anthropological linguistics, discourse analysis, cultural studies, sociolinguistics

Procedia PDF Downloads 147
12504 Behavior Loss Aversion Experimental Laboratory of Financial Investments

Authors: Jihene Jebeniani

Abstract:

We proposed an approach combining both the techniques of experimental economy and the flexibility of discrete choice models in order to test the loss aversion. Our main objective was to test the loss aversion of the Cumulative Prospect Theory (CPT). We developed an experimental laboratory in the context of the financial investments that aimed to analyze the attitude towards the risk of the investors. The study uses the lotteries and is basing on econometric modeling. The estimated model was the ordered probit.

Keywords: risk aversion, behavioral finance, experimental economic, lotteries, cumulative prospect theory

Procedia PDF Downloads 471
12503 Perspectives on Educational Psychological Support Services in New Zealand and South African Schools

Authors: Johnnie Hay

Abstract:

New Zealand is well known for its natural beauty, diversity of people but also for its strong focus on mental health through the provision of a vast network of psycho-social support services. South African-trained psychologists often make New Zealand their new home when emigrating - as it is relatively simple to slot into the well-established mental health system. South Africa is bigger in size, population, GDP and probably people diversity than New Zealand but struggles to provide adequate educational and psychological support services to schools. This is mainly due to budgetary pressures brought about by the imperative to first ensure that the approximately 13 million learners all have a teacher in front of their classes and at an average ratio of not more than 40 learners per class. In this paper, perspectives on educational and psychological support in New Zealand and South African schools will be shared. Through basic qualitative research encompassing semi-structured interviews with two South African educational psychologists who returned from New Zealand, supplemented by document analysis, the New Zealand situation will be scrutinized. South African perspectives will be obtained through a number of semi-structured interviews and questionnaires administered by education support services specialists working in district-based support teams in three provinces of the country. This research is in process, but preliminary findings indicate large disparities between the two countries' emphasis, funding, post provisioning and structure regarding educational and psychological support services.

Keywords: educational psychological support services, support for learners experiencing special needs, education support services, diverse learner population

Procedia PDF Downloads 71
12502 Extremal Laplacian Energy of Threshold Graphs

Authors: Seyed Ahmad Mojallal

Abstract:

Let G be a connected threshold graph of order n with m edges and trace T. In this talk we give a lower bound on Laplacian energy in terms of n, m, and T of G. From this we determine the threshold graphs with the first four minimal Laplacian energies. We also list the first 20 minimal Laplacian energies among threshold graphs. Let σ=σ(G) be the number of Laplacian eigenvalues greater than or equal to average degree of graph G. Using this concept, we obtain the threshold graphs with the largest and the second largest Laplacian energies.

Keywords: Laplacian eigenvalues, Laplacian energy, threshold graphs, extremal graphs

Procedia PDF Downloads 388
12501 The Moderating Role of the Employees' Green Lifestyle to the Effect of Green Human Resource Management Practices to Job Performance: A Structural Equation Model (SEM)

Authors: Lorraine Joyce Chua, Sheena Fatima Ragas, Flora Mae Tantay, Carolyn Marie Sunio

Abstract:

The Philippines is one of the countries most affected by weather-related disasters. The occurrence of natural disasters in this country increases due to environmental degradation making environment preservation a growing trend in the society including the corporate world. Most organizations implemented green practices in order to lower expenses unaware that some of these practices were already a part of a new trend in human resource management known as Green Human Resource Management (GHRM). GHRM is when business organizations implement HR policies programs processes and techniques that bring environmental impact and sustainability practices on the organization. In relation to this, the study hypothesizes that implementing GHRM practices in the workplace will spillover to an employees lifestyle and such lifestyle may moderate the impact of GHRM practices to his job performance. Private industries located in the Philippines National Capital Region (NCR) were purposively selected for the purpose of this study. They must be ISO14001 certified or are currently aiming for such certification. The employee respondents were randomly selected and were asked to answer a reliable and valid researcher-made questionnaire. Structural equation modeling (SEM) supported the hypothesis that GHRM practices may spillover to employees lifestyle stimulating such individual to start a green lifestyle which moderates the impact of GHRM to his job performance. It can also be implied that GHRM practices help shape employees to become environmentally aware and responsible which may help them in preserving the environment. The findings of this study may encourage Human Resource practitioners to implement GHRM practices in the workplace in order to take part in sustaining the environment while maintaining or improving employees job performance and keeping them motivated. This study can serve as a basis for future research regarding the importance of strengthening the GHRM implementation here in the Philippines. Future studies may focus more on the impact of GHRM to other factors, such as job loyalty and job satisfaction of the employees belonging to specific industries which would greatly contribute to the GHRM community in the Philippines.

Keywords: GHRM practices, Green Human Resource Management, Green Lifestyle, ISO14001, job performance, Philippines

Procedia PDF Downloads 266
12500 Modulation of the Interphase in a Glass Epoxy System: Influence of the Sizing Chemistry on Adhesion and Interfacial Properties

Authors: S. Assengone Otogo Be, A. Fahs, L. Belec, T. A. Nguyen Tien, G. Louarn, J-F. Chailan

Abstract:

Glass fiber-reinforced composite materials have gradually developed in all sectors ranging from consumer products to aerospace applications. However, the weak point is most often the fiber/matrix interface, which can reduce the durability of the composite material. To solve this problem, it is essential to control the interphase and improve our understanding of the adhesion mechanism at the fibre/matrix interface. The interphase properties depend on the nature of the sizing applied on the surface of the glass fibers during their manufacture in order to protect them, facilitate their handling, and ensure fibre/matrix adhesion. The sizing composition, and in particular the nature of the coupling agent and the film-former affects the mechanical properties and the durability of composites. The aim of our study is, therefore, to develop and study composite materials with simplified sizing systems in order to understand how the main constituents modify the mechanical properties and the durability of composites from the nanometric to the macroscopic scale. Two model systems were elaborated: an epoxy matrix reinforced with simplified-sized glass fibres and an epoxy coating applied on glass substrates treated with the same sizings as fibres. For the sizing composition, two configurations were chosen. The first configuration possesses a chemical reactivity to link the glass and the matrix, and the second sizing contains non-reactive agents. The chemistry of the sized glass substrates and fibers was analyzed by FT-IR and XPS spectroscopies. The surface morphology was characterized by SEM and AFM microscopies. The observation of the surface samples reveals the presence of sizings which morphology depends on their chemistry. The evaluation of adhesion of coated substrates and composite materials show good interfacial properties for the reactive configuration. However, the non-reactive configuration exhibits an adhesive rupture at the interface of glass/epoxy for both systems. The interfaces and interphases between the matrix and the substrates are characterized at different scales. Correlations are made between the initial properties of the sizings and the mechanical performances of the model composites.

Keywords: adhesion, interface, interphase, materials composite, simplified sizing systems, surface properties

Procedia PDF Downloads 141
12499 Perception of Secondary Schools’ Students on Computer Education in Federal Capital Territory (FCT-Abuja), Nigeria

Authors: Salako Emmanuel Adekunle

Abstract:

Computer education is referred to as the knowledge and ability to use computers and related technology efficiently, with a range of skills covering levels from basic use to advance. Computer continues to make an ever-increasing impact on all aspect of human endeavours such as education. With numerous benefits of computer education, what are the insights of students on computer education? This study investigated the perception of senior secondary school students on computer education in Federal Capital Territory (FCT), Abuja, Nigeria. A sample of 7500 senior secondary schools students was involved in the study, one hundred (100) private and fifty (50) public schools within FCT. They were selected by using simple random sampling technique. A questionnaire [PSSSCEQ] was developed and validated through expert judgement and reliability co-efficient of 0.84 was obtained. It was used to gather relevant data on computer education. Findings confirmed that the students in the FCT had positive perception on computer education. Some factors were identified that affect students’ perception on computer education. The null hypotheses were tested using t-test and ANOVA statistical analyses at 0.05 level of significance. Based on these findings, some recommendations were made which include competent teachers should be employed into all secondary schools; this will help students to acquire relevant knowledge in computer education, technological supports should be provided to all secondary schools; this will help the users (students) to solve specific problems in computer education and financial supports should be provided to procure computer facilities that will enhance the teaching and the learning of computer education.

Keywords: computer education, perception, secondary school, students

Procedia PDF Downloads 466
12498 Factors Affecting eHealth Literacy among Nursing Students in Jordan

Authors: Laila Habiballah, Ahmad Tubaishat

Abstract:

Background: with the development of information and communication technology, using the internet as a source to obtain health information is increasing. Nursing students as future health care providers should have the skills of locating, evaluating and using online health information. This will enable them to help their patients and families to make informed decisions. Aim: this study has a two-fold aim. The first is to assess the eHealth literacy among nursing students in Jordan. The second aim is to explore the factors that have an effect on the eHealth literacy. Methods: this is a descriptive cross-sectional survey that conducted in two universities in Jordan; public and private one. A number of 541 students from both universities were completed the eHEALS scale, which is an instrument designed to measure the eHealth literacy. Some additional personal and demographical variable were collected to explore its effect on eHealth literacy. Results: Students have a high perceived level of e-Health literacy (M=3.62, SD=0.58). They are aware of the available online health resources, know how to search, locate, and use these resources. But, they do not have the skills to evaluate these resources and cannot differentiate between the high and low-quality resources. The results showed as well that type of university, type of students' admission, academic level, students' skills of using the internet, and the perception of usefulness and importance of internet have an effect on the eHealth literacy. While the age, gender, GPA, and the frequency of using the internet was no significant factors. Conclusion: This study represents a baseline reference for the eHealth literacy in Jordan. Students have some skills of eHealth literacy and other skills need to be improved. Nursing educators and administrators should integrate and incorporate the skills of eHealth literacy in the curriculum.

Keywords: eHealth, literacy, nursing, students, Jordan

Procedia PDF Downloads 397