Search results for: poor performance
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 14732

Search results for: poor performance

8462 Left Posterior Pericardiotomy in the Prevention of Post-Operative Atrial Fibrillation and Cardiac Tamponade: A Retrospective Study of 2118 Isolated Coronary Artery Bypass Graft Patients

Authors: Ayeshmanthe Rathnayake, Siew Goh, Carmel Fenton, Ashutosh Hardikar

Abstract:

Post-Operative Atrial Fibrillation (POAF) is the most frequent complication of cardiac surgery and is associated with reduced survival, increased rates of cognitive changes and cerebrovascular accident, heart failure, renal dysfunction, infection and length of stay, and hospital costs. Cardiac tamponade, although less common, carries high morbidity and mortality. Shed mediastinal blood in the pericardial space is a major source of intrapericardial oxidative stress and inflammation that triggers POAF. The utilisation of a left posterior pericardiotomy aims to shunt blood from the pericardium into the pleural space and have a role in the prevention of POAF as well as cardiac tamponade. 2118 patients had undergone isolated Coronary Artery Bypass Graft (CABG) at Royal Hobart Hospital from 2008-2021. They were divided into pericardiotomy vs control group. Patient baseline demographics, intraoperative data, and post-operative outcomes were reviewed retrospectively. Total incidence of new POAF and cardiac tamponade was 26.1% and 0.75%, respectively. Primary outcome of both the incidence of POAF(22.9% vs27.8%OR 0.77 p<0.05) and Cardiac Tamponade (0% vs 1.1% OR 0.85 p<0.05) were less in the pericardiotomy group.Increasing age, BMI, poor left ventricular function (EF <30%), and return to theatre were independent predictors of developing POAF. There were similar rates of return to theatre for bleeding however, no cases of tamponade in the pericardiotomy group. There were no complications attributable to left posterior pericardiotomy and the time added to the duration of surgery was minimal. Left posterior pericardiotomy is associated with a significant reduction in the incidence of POAFand cardiac tamponade and issafe and efficient.

Keywords: cardiac surgery, pericardiotomy, post-operative atrial fibrillation, cardiac tamponade

Procedia PDF Downloads 79
8461 Sensor and Sensor System Design, Selection and Data Fusion Using Non-Deterministic Multi-Attribute Tradespace Exploration

Authors: Matthew Yeager, Christopher Willy, John Bischoff

Abstract:

The conceptualization and design phases of a system lifecycle consume a significant amount of the lifecycle budget in the form of direct tasking and capital, as well as the implicit costs associated with unforeseeable design errors that are only realized during downstream phases. Ad hoc or iterative approaches to generating system requirements oftentimes fail to consider the full array of feasible systems or product designs for a variety of reasons, including, but not limited to: initial conceptualization that oftentimes incorporates a priori or legacy features; the inability to capture, communicate and accommodate stakeholder preferences; inadequate technical designs and/or feasibility studies; and locally-, but not globally-, optimized subsystems and components. These design pitfalls can beget unanticipated developmental or system alterations with added costs, risks and support activities, heightening the risk for suboptimal system performance, premature obsolescence or forgone development. Supported by rapid advances in learning algorithms and hardware technology, sensors and sensor systems have become commonplace in both commercial and industrial products. The evolving array of hardware components (i.e. sensors, CPUs, modular / auxiliary access, etc…) as well as recognition, data fusion and communication protocols have all become increasingly complex and critical for design engineers during both concpetualization and implementation. This work seeks to develop and utilize a non-deterministic approach for sensor system design within the multi-attribute tradespace exploration (MATE) paradigm, a technique that incorporates decision theory into model-based techniques in order to explore complex design environments and discover better system designs. Developed to address the inherent design constraints in complex aerospace systems, MATE techniques enable project engineers to examine all viable system designs, assess attribute utility and system performance, and better align with stakeholder requirements. Whereas such previous work has been focused on aerospace systems and conducted in a deterministic fashion, this study addresses a wider array of system design elements by incorporating both traditional tradespace elements (e.g. hardware components) as well as popular multi-sensor data fusion models and techniques. Furthermore, statistical performance features to this model-based MATE approach will enable non-deterministic techniques for various commercial systems that range in application, complexity and system behavior, demonstrating a significant utility within the realm of formal systems decision-making.

Keywords: multi-attribute tradespace exploration, data fusion, sensors, systems engineering, system design

Procedia PDF Downloads 165
8460 Designing Energy Efficient Buildings for Seasonal Climates Using Machine Learning Techniques

Authors: Kishor T. Zingre, Seshadhri Srinivasan

Abstract:

Energy consumption by the building sector is increasing at an alarming rate throughout the world and leading to more building-related CO₂ emissions into the environment. In buildings, the main contributors to energy consumption are heating, ventilation, and air-conditioning (HVAC) systems, lighting, and electrical appliances. It is hypothesised that the energy efficiency in buildings can be achieved by implementing sustainable technologies such as i) enhancing the thermal resistance of fabric materials for reducing heat gain (in hotter climates) and heat loss (in colder climates), ii) enhancing daylight and lighting system, iii) HVAC system and iv) occupant localization. Energy performance of various sustainable technologies is highly dependent on climatic conditions. This paper investigated the use of machine learning techniques for accurate prediction of air-conditioning energy in seasonal climates. The data required to train the machine learning techniques is obtained using the computational simulations performed on a 3-story commercial building using EnergyPlus program plugged-in with OpenStudio and Google SketchUp. The EnergyPlus model was calibrated against experimental measurements of surface temperatures and heat flux prior to employing for the simulations. It has been observed from the simulations that the performance of sustainable fabric materials (for walls, roof, and windows) such as phase change materials, insulation, cool roof, etc. vary with the climate conditions. Various renewable technologies were also used for the building flat roofs in various climates to investigate the potential for electricity generation. It has been observed that the proposed technique overcomes the shortcomings of existing approaches, such as local linearization or over-simplifying assumptions. In addition, the proposed method can be used for real-time estimation of building air-conditioning energy.

Keywords: building energy efficiency, energyplus, machine learning techniques, seasonal climates

Procedia PDF Downloads 105
8459 A Proposed Optimized and Efficient Intrusion Detection System for Wireless Sensor Network

Authors: Abdulaziz Alsadhan, Naveed Khan

Abstract:

In recent years intrusions on computer network are the major security threat. Hence, it is important to impede such intrusions. The hindrance of such intrusions entirely relies on its detection, which is primary concern of any security tool like Intrusion Detection System (IDS). Therefore, it is imperative to accurately detect network attack. Numerous intrusion detection techniques are available but the main issue is their performance. The performance of IDS can be improved by increasing the accurate detection rate and reducing false positive. The existing intrusion detection techniques have the limitation of usage of raw data set for classification. The classifier may get jumble due to redundancy, which results incorrect classification. To minimize this problem, Principle Component Analysis (PCA), Linear Discriminant Analysis (LDA), and Local Binary Pattern (LBP) can be applied to transform raw features into principle features space and select the features based on their sensitivity. Eigen values can be used to determine the sensitivity. To further classify, the selected features greedy search, back elimination, and Particle Swarm Optimization (PSO) can be used to obtain a subset of features with optimal sensitivity and highest discriminatory power. These optimal feature subset used to perform classification. For classification purpose, Support Vector Machine (SVM) and Multilayer Perceptron (MLP) used due to its proven ability in classification. The Knowledge Discovery and Data mining (KDD’99) cup dataset was considered as a benchmark for evaluating security detection mechanisms. The proposed approach can provide an optimal intrusion detection mechanism that outperforms the existing approaches and has the capability to minimize the number of features and maximize the detection rates.

Keywords: Particle Swarm Optimization (PSO), Principle Component Analysis (PCA), Linear Discriminant Analysis (LDA), Local Binary Pattern (LBP), Support Vector Machine (SVM), Multilayer Perceptron (MLP)

Procedia PDF Downloads 351
8458 Effect of Microstructure and Texture of Magnesium Alloy Due to Addition of Pb

Authors: Yebeen Ji, Jimin Yun, Kwonhoo Kim

Abstract:

Magnesium alloys were limited for industrial applications due to having a limited slip system and high plastic anisotropy. It has been known that specific textures were formed during processing (rolling, etc.), and These textures cause poor formability. To solve these problems, many researchers have studied controlling texture by adding rare-earth elements. However, the high cost limits their use; therefore, alternatives are needed to replace them. Although Pb addition doesn’t directly improve magnesium properties, it has been known to suppress the diffusion of other alloying elements and reduce grain boundary energy. These characteristics are similar to the additions of rare-earth elements, and a similar texture behavior is expected as well. However, there is insufficient research on this. Therefore, this study investigates the behavior of texture and microstructure development after adding Pb to magnesium. This study compared and analyzed AZ61 alloy and Mg-15wt%Pb alloy to determine the effect of adding solute elements. The alloy was hot rolled and annealed to form a single phase and initial texture. Afterward, the specimen was set to contraction and elongate parallel to the rolling surface and the rolling direction and then subjected to high-temperature plane strain compression under the conditions of 723K and 0.05/s. Microstructural analysis and texture measurements were performed by SEM-EBSD. The peak stress in the true strain-stress curve after compression was higher in AZ61, but the shape of the flow curve was similar for both alloys. For both alloys, continuous dynamic recrystallization was confirmed to occur during the compression process. The basal texture developed parallel to the compressed surface, and the pole density was lower in the Mg-15wt%Pb alloy. It is confirmed that this change in behavior is because the orientation distribution of recrystallized grains has a more random orientation compared to the parent grains when Pb is added.

Keywords: Mg, texture, Pb, DRX

Procedia PDF Downloads 36
8457 Agile Software Effort Estimation Using Regression Techniques

Authors: Mikiyas Adugna

Abstract:

Effort estimation is among the activities carried out in software development processes. An accurate model of estimation leads to project success. The method of agile effort estimation is a complex task because of the dynamic nature of software development. Researchers are still conducting studies on agile effort estimation to enhance prediction accuracy. Due to these reasons, we investigated and proposed a model on LASSO and Elastic Net regression to enhance estimation accuracy. The proposed model has major components: preprocessing, train-test split, training with default parameters, and cross-validation. During the preprocessing phase, the entire dataset is normalized. After normalization, a train-test split is performed on the dataset, setting training at 80% and testing set to 20%. We chose two different phases for training the two algorithms (Elastic Net and LASSO) regression following the train-test-split. In the first phase, the two algorithms are trained using their default parameters and evaluated on the testing data. In the second phase, the grid search technique (the grid is used to search for tuning and select optimum parameters) and 5-fold cross-validation to get the final trained model. Finally, the final trained model is evaluated using the testing set. The experimental work is applied to the agile story point dataset of 21 software projects collected from six firms. The results show that both Elastic Net and LASSO regression outperformed the compared ones. Compared to the proposed algorithms, LASSO regression achieved better predictive performance and has acquired PRED (8%) and PRED (25%) results of 100.0, MMRE of 0.0491, MMER of 0.0551, MdMRE of 0.0593, MdMER of 0.063, and MSE of 0.0007. The result implies LASSO regression algorithm trained model is the most acceptable, and higher estimation performance exists in the literature.

Keywords: agile software development, effort estimation, elastic net regression, LASSO

Procedia PDF Downloads 44
8456 Procedure to Optimize the Performance of Chemical Laser Using the Genetic Algorithm Optimizations

Authors: Mohammedi Ferhate

Abstract:

This work presents details of the study of the entire flow inside the facility where the exothermic chemical reaction process in the chemical laser cavity is analyzed. In our paper we will describe the principles of chemical lasers where flow reversal is produced by chemical reactions. We explain the device for converting chemical potential energy laser energy. We see that the phenomenon thus has an explosive trend. Finally, the feasibility and effectiveness of the proposed method is demonstrated by computer simulation

Keywords: genetic, lasers, nozzle, programming

Procedia PDF Downloads 79
8455 Determinants of Food Insecurity Among Smallholder Farming Households in Southwest Area of Nigeria

Authors: Adesomoju O. A., E. A. Onemolease, G. O. Igene

Abstract:

The study analyzed the determinants of food insecurity among smallholder farming households in the Southwestern part of Nigeria with Ondo and Osun States in focus. Multi-stage sampling procedures were employed to gather data from 389 farming households (194 from Ondo State and 195 from Osun State) spread across 4 agricultural zones, 8 local governments, and 24 communities. The data was analyzed using descriptive statistics, Ordinal regression, and Friedman test. Results revealed the average age of the respondents was 47 years with majority being male 63.75% and married 82.26% and having an household size of 6. Most household heads were educated (94.09%), engaged in farming for about 19 years, and do not belong to cooperatives (73.26%). Respondents derived income from both farming and non-farm activities with the average farm income being N216,066.8/annum and non-farm income being about N360,000/annum. Multiple technologies were adopted by respondents such as application of herbicides (77.63%), pesticides (73.26%) and fertilizers (66.58%). Using the FANTA Cornel model, food insecurity was prevalent in the study area with the majority (61.44%) of the households being severely food insecure, and 35.73% being moderately food insecure. In comparison, 1.80% and 1.03% were food-secured and mildly food insecure. The most significant constraints to food security among the farming households were the inability to access credit (mean rank = 8.78), poor storage infrastructure (8.57), inadequate capital (8.56), and high cost of farm chemicals (8.35). Significant factors related to food insecurity among the farming households were age (b = -0.059), education (b = -0.376), family size (b = 0.197), adoption of technology (b = -0.198), farm income (b = -0.335), association membership (b = -0.999), engagement in non-farm activities (b = -1.538), and access to credit (b = -0.853). Linking farmers' groups to credit institutions and input suppliers was proposed.

Keywords: food insecurity, FANTA Cornel, Ondo, Osun, Nigeria, Southwest, Livelihood

Procedia PDF Downloads 6
8454 Realizing the Rights of Prisoners with Disabilities in Nigeria: A Case Study of Four Lagos State Prisons

Authors: Jacob Bogart, Adaobi Egboka

Abstract:

Nigeria signed and ratified the Convention on the Rights of Persons with Disabilities in 2010, which was heralded as a much-needed step towards protecting the rights of persons with disabilities (PWDs). However, even with such progress, incarcerated PWDs have been left behind. The current legal framework in Nigeria does not consider the particular challenges PWDs face in prison nor make provisions to address them, despite the need for such reforms. Indeed, given the closed and restricted nature of prisons, and the violence that results from overcrowding, lack of supervision, and poor facilities, prisoners with disabilities often face significant challenges while incarcerated. While every prisoner is affected by these issues, PWDs are disproportionately harmed by them due to the nature of their disability. A study of four prisons in Lagos State, Nigeria was carried out by interviewing prisoners with disabilities, prison officials, advocates, and academics. The study found that for prisoners with physical disabilities, inaccessible prison facilities and a lack of mobility, hearing, or seeing assistance can often cause them to be dependent on the mercy of the other inmates for assistance in performing such basic functions as using the restroom, going to church, or washing themselves. Prison officials do not assist these PWDs or provide them with aids, such as crutches or a cane. Relatedly, prisoners with psychosocial disabilities (mental health conditions) often are not removed to health care facilities, despite a law to that effect, and are left to languish in prisons without the mental health care treatment they need. This presentation argues that reforms addressing the rights of PWDs must consider and make provisions for prisoners with disabilities, such as ensuring that prison facilities are accessible, providing PWDs with mobility, seeing or hearing aids as needed, and conducting mental health screenings for persons awaiting trial immediately upon entering the prison. These reforms, among others, are necessary first steps toward realizing the rights of prisoners with disabilities in Nigeria.

Keywords: disability rights, human rights, Lagos, Nigeria, prisoners with disabilities

Procedia PDF Downloads 336
8453 Workplace Development Programmes for Small and Medium-Sized Enterprises in Europe and Singapore: A Conceptual Study

Authors: Zhan Jie How

Abstract:

With the heightened awareness of workplace learning and its impact on improving organizational performance and developing employee competence, governments and corporations around the world are forced to intensify their cooperation to establish national workplace development programmes to guide these corporations in fostering engaging and collaborative workplace learning cultures. This conceptual paper aims to conduct a comparative study of existing workplace development programmes for small and medium-sized enterprises (SMEs) in Europe and Singapore, focusing primarily on the Swedish Production Leap, Finnish TEKES Liideri Programme, and Singapore SkillsFuture SME Mentors Programme. The study carries out a systematic review of the three workplace development programmes to examine the roles of external mentors or coaches in influencing the design and implementation of workplace learning strategies and practices in SMEs. Organizational, personal and external factors that promote or inhibit effective workplace mentorship are also scrutinized, culminating in a critical comparison and evaluation of the strengths and weaknesses of the aforementioned programmes. Based on the findings from the review and analyses, a heuristic conceptual framework is developed to illustrate the complex interrelationships among external workplace development programmes, internal learning and development initiatives instituted by the organization’s higher management, and employees' continuous learning activities at the workplace. The framework also includes a set of guiding principles that can be used as the basis for internal mediation between the competing perspectives of mentors and mentees (employers and employees of the organization) regarding workplace learning conditions, practices and their intended impact on the organization. The conceptual study provides a theoretical blueprint for future empirical research on organizational workplace learning and the impact of government-initiated workplace development programmes.

Keywords: employee competence, mentorship, organizational performance, workplace development programme, workplace learning culture

Procedia PDF Downloads 128
8452 Hydrogen Storage Systems for Enhanced Grid Balancing Services in Wind Energy Conversion Systems

Authors: Nezmin Kayedpour, Arash E. Samani, Siavash Asiaban, Jeroen M. De Kooning, Lieven Vandevelde, Guillaume Crevecoeur

Abstract:

The growing adoption of renewable energy sources, such as wind power, in electricity generation is a significant step towards a sustainable and decarbonized future. However, the inherent intermittency and uncertainty of wind resources pose challenges to the reliable and stable operation of power grids. To address this, hydrogen storage systems have emerged as a promising and versatile technology to support grid balancing services in wind energy conversion systems. In this study, we propose a supplementary control design that enhances the performance of the hydrogen storage system by integrating wind turbine (WT) pitch and torque control systems. These control strategies aim to optimize the hydrogen production process, ensuring efficient utilization of wind energy while complying with grid requirements. The wind turbine pitch control system plays a crucial role in managing the turbine's aerodynamic performance. By adjusting the blade pitch angle, the turbine's rotational speed and power output can be regulated. Our proposed control design dynamically coordinates the pitch angle to match the wind turbine's power output with the optimal hydrogen production rate. This ensures that the electrolyzer receives a steady and optimal power supply, avoiding unnecessary strain on the system during high wind speeds and maximizing hydrogen production during low wind speeds. Moreover, the wind turbine torque control system is incorporated to facilitate efficient operation at varying wind speeds. The torque control system optimizes the energy capture from the wind while limiting mechanical stress on the turbine components. By harmonizing the torque control with hydrogen production requirements, the system maintains stable wind turbine operation, thereby enhancing the overall energy-to-hydrogen conversion efficiency. To enable grid-friendly operation, we introduce a cascaded controller that regulates the electrolyzer's electrical power-current in accordance with grid requirements. This controller ensures that the hydrogen production rate can be dynamically adjusted based on real-time grid demands, supporting grid balancing services effectively. By maintaining a close relationship between the wind turbine's power output and the electrolyzer's current, the hydrogen storage system can respond rapidly to grid fluctuations and contribute to enhanced grid stability. In this paper, we present a comprehensive analysis of the proposed supplementary control design's impact on the overall performance of the hydrogen storage system in wind energy conversion systems. Through detailed simulations and case studies, we assess the system's ability to provide grid balancing services, maximize wind energy utilization, and reduce greenhouse gas emissions.

Keywords: active power control, electrolyzer, grid balancing services, wind energy conversion systems

Procedia PDF Downloads 70
8451 Effect of Loop Diameter, Height and Insulation on a High Temperature CO2 Based Natural Circulation Loop

Authors: S. Sadhu, M. Ramgopal, S. Bhattacharyya

Abstract:

Natural circulation loops (NCLs) are buoyancy driven flow systems without any moving components. NCLs have vast applications in geothermal, solar and nuclear power industry where reliability and safety are of foremost concern. Due to certain favorable thermophysical properties, especially near supercritical regions, carbon dioxide can be considered as an ideal loop fluid in many applications. In the present work, a high temperature NCL that uses supercritical carbon dioxide as loop fluid is analysed. The effects of relevant design and operating variables on loop performance are studied. The system operating under steady state is modelled taking into account the axial conduction through loop fluid and loop wall, and heat transfer with surroundings. The heat source is considered to be a heater with controlled heat flux and heat sink is modelled as an end heat exchanger with water as the external cold fluid. The governing equations for mass, momentum and energy conservation are normalized and are solved numerically using finite volume method. Results are obtained for a loop pressure of 90 bar with the power input varying from 0.5 kW to 6.0 kW. The numerical results are validated against the experimental results reported in the literature in terms of the modified Grashof number (Grm) and Reynolds number (Re). Based on the results, buoyancy and friction dominated regions are identified for a given loop. Parametric analysis has been done to show the effect of loop diameter, loop height, ambient temperature and insulation. The results show that for the high temperature loop, heat loss to surroundings affects the loop performance significantly. Hence this conjugate heat transfer between the loop and surroundings has to be considered in the analysis of high temperature NCLs.

Keywords: conjugate heat transfer, heat loss, natural circulation loop, supercritical carbon dioxide

Procedia PDF Downloads 229
8450 An Empirical Study on the Integration of Listening and Speaking Activities with Writing Instruction for Middles School English Language Learners

Authors: Xueyan Hu, Liwen Chen, Weilin He, Sujie Peng

Abstract:

Writing is an important but challenging skill For English language learners. Due to the small amount of time allocated for writing classes at schools, students have relatively few opportunities to practice writing in the classroom. While the practice of integrating listening and speaking activates with writing instruction has been used for adult English language learners, its application for young English learners has seldom been examined due to the challenge of listening and speaking activities for young English language learners. The study attempted to integrating integrating listening and speaking activities with writing instruction for middle school English language learners so as to improving their writing achievements and writing abilities in terms of the word use, coherence, and complexity in their writings. Guided by Gagne's information processing learning theory and memetics, this study conducted a 8-week writing instruction with an experimental class (n=44) and a control class (n=48) . Students in the experimental class participated in a series of listening and retelling activities about a writing sample the teacher used for writing instruction during each period of writing class. Students in the control class were taught traditionally with teachers’ direction instruction using the writing sample. Using the ANCOVA analysis of the scores of students’ writing, word-use, Chinese-English translation and the text structure, this study showed that the experimental writing instruction can significantly improve students’ writing performance. Compared with the students in the control class, the students in experimental class had significant better performance in word use and complexity in their essays. This study provides useful enlightenment for the teaching of English writing for middle school English language learners. Teachers can skillfully use information technology to integrate listening, speaking, and writing teaching, considering students’ language input and output. Teachers need to select suitable and excellent composition templates for students to ensure their high-quality language input.

Keywords: wring instruction, retelling, English language learners, listening and speaking

Procedia PDF Downloads 65
8449 Impact of Two Herbal Seeds Supplementation on Growth Performance and Some Biochemical Blood and Tissue Parameters of Broiler Chickens

Authors: Hamada A. Ahmed, Kadry M. Sadek, Ayman E. Taha

Abstract:

The effects of basil and/or chamomile seed supplementation on the growth of Hubbard broiler chicks were evaluated. The antioxidant effects of these supplements were also assessed. One hundred and twenty 1-day-old broiler chicks were randomly divided into four equal groups. The control group (group 1) was fed a basal diet (BD) without supplementation. Groups 2, 3, and 4 were fed the BD supplemented with 10g basil, 10g chamomile, and 5g basil plus 5g chamomile per kg of food, respectively. Basil supplementation alone or in combination with chamomile non-significantly (P≥0.05) increased final body weight (3.2% and 0.3%, respectively) and weight gain (3.5% and 3.6%, respectively) over the experimental period. Chamomile supplementation alone non-significantly (P≥0.05) reduced final body weight and weight gain over the experimental period by 1.7% and 1.7%, respectively. In comparison to the control group, herbal seed supplementation reduced feed intake and improved the feed conversion and protein efficiency ratios. In general, basil seed supplementation stimulated chicken growth and improved the feed efficiency more effectively than chamomile seed supplementation. The antioxidant activities of basil and/or chamomile supplementation were examined in the thymus, bursa, and spleen. In chickens that received supplements, the level of malondialdehyde was significantly decreased, whereas the activities of glutathione, superoxide dismutase, and catalase were significantly increased (P<0.05). Supplementation of basil and/or chamomile did not affect blood protein levels, but had lipid-lowering effects as evidenced by reduced serum levels of total lipids, triglycerides, and cholesterol. In conclusion, supplementation of basil and/or chamomile improved growth parameters in broiler chicks and had antioxidant and blood lipid-lowering effects. These beneficial effects of basil and/or chamomile supplementation resulted in economically viable production of high-quality white meat containing no harmful residues.

Keywords: herbal additives, basil, chamomile, broiler, growth performance, antioxidant

Procedia PDF Downloads 530
8448 The Reason of Principles of Construction Engineering and Management Being Necessary for Contracting Firms and Their Projects Managers

Authors: Mamoon Mousa Atout

Abstract:

The industries of construction are in continuous growth not only in Middle East rejoin but almost all over the world. For the last fifteen years, big expansion and increase of different types of projects has been observed. Many infrastructural projects have been developed, high rise buildings, big shopping malls, power sub-stations, roads, bridges, schools, universities and developing many of new cities with full and complete facilities. The growth and enlargement of the mentioned developed projects has been accomplished through many international and local contracting organizations. Senior management of these organizations depend on their qualified and experienced team whom are aware of the implications of project management, construction management, engineering management and resource management during tendering till final completion of the project. This research aims to find out why reasons of principles of construction engineering and management are necessary for contracting firms and their managers. Principles of construction management help contracting organizations to accomplish and deliver projects without delay. This can be maintained by establishing guidelines’ details for updating the adopted system of construction management that they have through qualified and experienced project managers. The research focuses on benefits of other essential skills of projects planning, monitoring and control. Defining roles and responsibilities of contractor project managers during tendering and execution is a part of the investigated factors that will be analyzed. Other skills like optimizing and utilizing the obtainable project resources to deliver the project within time, cost and quality will be also investigated to find out how these factors are affecting the performance of contracting firms, projects managers and projects. The conclusion of the research will help senior management team and the contractors project managers about the benefits of implications and benefits construction management system and its effect upon the performance and knowledge of contract values that they have, and the optimal profit margin of the firm it.

Keywords: construction management, contracting firms, project managers, planning processes, roles and responsibilities

Procedia PDF Downloads 285
8447 Analysis of Landscape Pattern Evolution in Banan District, Chongqing, Based on GIS and FRAGSTATS

Authors: Wenyang Wan

Abstract:

The study of urban land use and landscape pattern is the current hotspot in the fields of planning and design, ecology, etc., which is of great significance for the construction of the overall humanistic ecosystem of the city and optimization of the urban spatial structure. Banan District, as the main part of the eastern eco-city planning of Chongqing Municipality, is a new high ground for highlighting the ecological characteristics of Chongqing, realizing effective transformation of ecological value, and promoting the integrated development of urban and rural areas. The analytical methods of land use transfer matrix (GIS) and landscape pattern index (Fragstats) were used to study the characteristics and laws of the evolution of land use landscape pattern in Banan District from 2000 to 2020, which provide some reference value for Banan District to alleviate the ecological contradiction of landscape. The results of the study show that: ① Banan District is rich in land use types, of which the area of cultivated land will still account for 57.15% of the total area of the landscape until 2020, accounting for an absolute advantage in the land use structure of Banan District; ② From 2000 to 2020, land use conversion in Banan District is characterized as: Cropland > woodland > grassland > shrubland > built-up land > water bodies > wetlands, with cropland converted to built-up land being the largest; ③ From 2000 to 2020, the landscape elements of Banan District were distributed in a balanced way, and the landscape types were rich and diversified, but due to the influence of human interference, it also presented the characteristics that the shape of the landscape elements tended to be irregular, and the dominant patches were distributed in a scattered manner, and the patches had poor connectivity. It is recommended that in future regional ecological construction, the layout should be rationally optimized, the relationship between landscape components should be coordinated, and the connectivity between landscape patches should be strengthened, and the degree of landscape fragmentation should be reduced.

Keywords: land use transfer, landscape pattern evolution, GIS and FRAGSTATS, Banan District

Procedia PDF Downloads 66
8446 Modification of Rk Equation of State for Liquid and Vapor of Ammonia by Genetic Algorithm

Authors: S. Mousavian, F. Mousavian, V. Nikkhah Rashidabad

Abstract:

Cubic equations of state like Redlich–Kwong (RK) EOS have been proved to be very reliable tools in the prediction of phase behavior. Despite their good performance in compositional calculations, they usually suffer from weaknesses in the predictions of saturated liquid density. In this research, RK equation was modified. The result of this study shows that modified equation has good agreement with experimental data.

Keywords: equation of state, modification, ammonia, genetic algorithm

Procedia PDF Downloads 366
8445 A Penny for Your Thoughts: Mind Wandering Tendencies of Individuals with Autistic Traits

Authors: Leilani Forby, Farid Pazhoohi, Alan Kingstone

Abstract:

There is abundant research on the nature and content of mind wandering (MW) in neurotypical (NT) adults, however, there is little to no research in these areas on autistic individuals. The objective of the current study was to uncover any differences between low and high autistic trait individuals in their MW. In particular, we examined their attitudes toward, and the themes and temporal dimensions (past, present, future) of, their MW episodes. For our online study, we recruited 518 students (394 women and 124 men), between the ages of 18 and 51 years (M = 20.93, SD = 3.40) from the undergraduate Human Subject Pool at the University of British Columbia. Participants completed the Short Imaginal Processes Inventory (SIPI), which includes the three subscales Positive-Constructive Daydreaming (SIPI-PC), Guilt and Fear of Failure Daydreaming (SIPI-GFF), and Poor Attentional Control (SIPI-PAC). Participants also completed the Past (IPI-past) and Present (IPI-present) subscales of the Imaginal Processes Inventory (IPI), the Deliberate (MW-D) and Spontaneous (MW-S) Mind Wandering scales, the Short Form Perceived Stress Scale (PSS-4), and the 10-item Autism Quotient (AQ-10). Results showed that overall, participant AQ-10 scores were significantly correlated with MW-S, SIPI-GFF, and PSS-4 scores, such that as the number of autistic traits endorsed by participants increased, so did their reports of spontaneous mind wandering, guilt and fear of failure themed day dreaming, and stress levels. This same pattern held for female participants, however, AQ-10 scores were positively correlated with only PSS-4 scores for males. These results suggest that compared to males with autistic traits, MW in females with autistic traits is more similar to individuals with low autistic traits in terms of content and intentionality. Results are discussed in terms of clinical implications, their limitations, and suggested directions for future research.

Keywords: autism, deliberate, mind wandering, spontaneous, perceived stress

Procedia PDF Downloads 133
8444 Consistent Testing for an Implication of Supermodular Dominance with an Application to Verifying the Effect of Geographic Knowledge Spillover

Authors: Chung Danbi, Linton Oliver, Whang Yoon-Jae

Abstract:

Supermodularity, or complementarity, is a popular concept in economics which can characterize many objective functions such as utility, social welfare, and production functions. Further, supermodular dominance captures a preference for greater interdependence among inputs of those functions, and it can be applied to examine which input set would produce higher expected utility, social welfare, or production. Therefore, we propose and justify a consistent testing for a useful implication of supermodular dominance. We also conduct Monte Carlo simulations to explore the finite sample performance of our test, with critical values obtained from the recentered bootstrap method, with and without the selective recentering, and the subsampling method. Under various parameter settings, we confirmed that our test has reasonably good size and power performance. Finally, we apply our test to compare the geographic and distant knowledge spillover in terms of their effects on social welfare using the National Bureau of Economic Research (NBER) patent data. We expect localized citing to supermodularly dominate distant citing if the geographic knowledge spillover engenders greater social welfare than distant knowledge spillover. Taking subgroups based on firm and patent characteristics, we found that there is industry-wise and patent subclass-wise difference in the pattern of supermodular dominance between localized and distant citing. We also compare the results from analyzing different time periods to see if the development of Internet and communication technology has changed the pattern of the dominance. In addition, to appropriately deal with the sparse nature of the data, we apply high-dimensional methods to efficiently select relevant data.

Keywords: supermodularity, supermodular dominance, stochastic dominance, Monte Carlo simulation, bootstrap, subsampling

Procedia PDF Downloads 120
8443 Tailoring and Characterization of Lithium Manganese Ferrite- Polypyrrole Nanocomposite (LixMnxFe₂O₄-PPY) to Evaluate Their Performance as an Energy Storage Device

Authors: Muhammad Waheed Mushtaq, Shahid bashir, Atta Ur Rehman

Abstract:

In the past decade, the growing demand for capital and the increased utilization of supercapacitors reflect advancements in energy-producing systems and energy storage devices. Metal oxides and ferrites have emerged as promising candidates for supercapacitors and batteries. In our current study, we synthesized Lithium manganese nanoferrite, denoted as LixMnxFe₂O₄, using the hydrothermal technique. Subsequently, we treated it with sodium dodecyl benzene sulphonate (SDBS) surfactant to create nanocomposites of Lithium manganese nano ferrite (LMFe) with poly pyrrole (LixMnxFe₂O₄-PPY). We employed Powder X-ray diffraction (XRD) to confirm the crystalline nature and spinel phase structure of LMFe nanoparticles, which exhibited a single-phase crystal structure, indicating sample purity. To assess the surface topography, morphology, and grain size of both synthesized LixMnxFe₂O₄ and LixMnxFe₂O₄-PPY, we used atomic force microscopy and scanning electron microscopy (SEM). The average particle size of pure ferrite was found to be 54 nm, while that of its nanocomposite was 71 nm. Energy dispersive X-ray (EDX) analysis confirmed the presence of all required elements, including Li, Mn, Fe, and O, in the appropriate proportions. Saturation magnetization (32.69 emu), remanence (Mr), and coercive force (Hc) were measured using a Vibrating Sample Magnetometer (VSM). To assess the electrochemical performance of the material, we conducted Cyclic Voltammetry (CV) measurements for both pure LMFe and LMFe-PPY. The CV results for LMFe-PPY demonstrated that specific capacitance decreased with increasing scan rate while the area of the current-voltage loop increased. These findings are promising for the development of supercapacitors and lithium-ion batteries (LIBs).

Keywords: lithium manganese ferrite, poly pyrrole, nanocomposites, cyclic voltammetry, cathode

Procedia PDF Downloads 49
8442 Analysing the Degree of Climate Risk Perception and Response Strategies of Farm Household Typologies in Northern Ghana

Authors: David Ahiamadia, Ramilan Thiagarajah, Peter Tozer

Abstract:

In Sub Saharan Africa, farm typologies have been used as a practical way to address heterogeneity among farming systems which is mostly done by grouping farms into subsets with similar characteristics. Due to the complexity in farming systems among farm households, it is not possible to formulate policy recommendations for individual farmers. As a result, this study employs a multivariate statistical approach using Principal Component Analysis (PCA) coupled with cluster analysis to reduce heterogeneity in a 615-household data set from the Africa Rising Baseline Evaluation Survey for 25 farming communities in Northern Ghana. Variables selected for the study were mostly socio-economic, production potential, production intensity, production orientation, crop diversity, food security, resource endowments, and climate risk variables. To avoid making some individuals in the subpopulation worse off when aclimate risk intervention is broadly implemented, the findings of the study also account for diversity in climate risk perception among the different farm types identified and their response strategies towards climate risk. The climate risk variables used in this study involve the most severeclimate shock types perceived by the household, household response to climate shock type, and reason for crop failure (i.e., maize, rice, and groundnut). Eventually, four farm types, each with an adequate level of homogeneity in climate risk perception and response strategies, were identified. Farm type 1 and 3 were wealthy with a lower degree of climate risk perception compared to farm type 2 and 4. Also, relatively wealthy farmers used asset liquidation as a climate risk management strategy, whereas poor farmers resorted to engaging in spiritual activities such as prayers, sacrifices, and divine consultations.

Keywords: smallholder, households, climate risk, variables, typologies

Procedia PDF Downloads 73
8441 A Mathematical Framework for Expanding a Railway’s Theoretical Capacity

Authors: Robert L. Burdett, Bayan Bevrani

Abstract:

Analytical techniques for measuring and planning railway capacity expansion activities have been considered in this article. A preliminary mathematical framework involving track duplication and section sub divisions is proposed for this task. In railways, these features have a great effect on network performance and for this reason they have been considered. Additional motivations have also arisen from the limitations of prior models that have not included them.

Keywords: capacity analysis, capacity expansion, railways, track sub division, track duplication

Procedia PDF Downloads 347
8440 A Game-Based Methodology to Discriminate Executive Function – a Pilot Study With Institutionalized Elderly People

Authors: Marlene Rosa, Susana Lopes

Abstract:

There are few studies that explore the potential of board games as a performance measure, despite it can be an interesting strategy in the context of frailty populations. In fact, board games are immersive strategies than can inhibit the pressure of being evaluated. This study aimed to test the ability of gamed-base strategies to assess executive function in elderly population. Sixteen old participants were included: 10 with affected executive functions (G1 – 85.30±6.00 yrs old; 10 male); 6 with executive functions with non-clinical important modifications (G2 - 76.30±5.19 yrs old; 6 male). Executive tests were assessed using the Frontal Assessment Battery (FAB), which is a quick-applicable cognitive screening test (score<12 means impairment). The board game used in this study was the TATI Hand Game, specifically for training rhythmic coordination of the upper limbs with multiple cognitive stimuli. This game features 1 table grid, 1 set of Single Game cards (to play with one hand); Double Game cards (to play simultaneously with two hands); 1 dice to plan Single Game mode; cards to plan the Double Game mode; 1 bell; 2 cups. Each participant played 3 single game cards, and the following data were collected: (i) variability in time during board game challenges (SD); (ii) number of errors; (iii) execution speed (sec). G1 demonstrated: high variability in execution time during board game challenges (G1 – 13.0s vs G2- 0.5s); a higher number of errors (1.40 vs 0.67); higher execution velocity (607.80s vs 281.83s). These results demonstrated the potential of implementing board games as a functional assessment strategy in geriatric care. Future studies might include larger samples and statistical methodologies to find cut-off values for impairment in executive functions during performance in TATI game.

Keywords: board game, aging, executive function, evaluation

Procedia PDF Downloads 132
8439 Ergonomics Management and Sustainability: An Exploratory Study Applied to Automaker Industry in South of Brazil

Authors: Giles Balbinotti, Lucas Balbinotti, Paula Hembecker

Abstract:

The management of the productive process project activities, for the conception of future work and for the financial health of the companies, is an important condition in an organizational model that corroborates the management of the human aspects and their variabilities existing in the work. It is important to seek, at all levels of the organization, understanding and consequent cultural change, and so that factors associated with human aspects are considered and prioritized in the projects. In this scenario, the central question of research for this study is placed from the context of the work, in which the managers and project coordinators are inserted, as follows: How is the top management convinced, in the design stages, to take The ‘Ergonomics’ as strategy for the performance and sustainability of the business? In this perspective, this research has as general objective to analyze how the application of the management of the human aspects in a real project of productive process in the automotive industry, including the activity of the manager and coordinator of the project beyond the strategies of convincing to act in the ergonomics of design. For this, the socio-technical and ergonomic approach is adopted, given its anthropocentric premise in the sense of acting on the social system simultaneously to the technical system, besides the support of the Modapts system that measures the non-value-added times and the correlation with the Critical positions. The methodological approach adopted in this study is based on a review of the literature and the analysis of the activity of the project coordinators of an industry, including the management of human aspects in the context of work variability and the strategies applied in project activities. It was observed in the study that the loss of performance of the serial production lines reaches the important number of the order of 30%, which can make the operation with not value-added, and this loss has as one of the causes, the ergonomic problems present in the professional activity.

Keywords: human aspects in production process project, ergonomics in design, sociotechnical project management, sociotechnical, ergonomic principles, sustainability

Procedia PDF Downloads 244
8438 Optimization of the Co-Precipitation of Industrial Waste Metals in a Continuous Reactor System

Authors: Thomas S. Abia II, Citlali Garcia-Saucedo

Abstract:

A continuous copper precipitation treatment (CCPT) system was conceived at Intel Chandler Site to serve as a first-of-kind (FOK) facility-scale waste copper (Cu), nickel (Ni), and manganese (Mn) co-precipitation facility. The process was designed to treat highly variable wastewater discharged from a substrate packaging research factory. The paper discusses metals co-precipitation induced by internal changes for manufacturing facilities that lack the capacity for hardware expansion due to real estate restrictions, aggressive schedules, or budgetary constraints. Herein, operating parameters such as pH and oxidation reduction potential (ORP) were examined to analyze the ability of the CCPT System to immobilize various waste metals. Additionally, influential factors such as influent concentrations and retention times were investigated to quantify the environmental variability against system performance. A total of 2,027 samples were analyzed and statistically evaluated to measure the performance of CCPT that was internally retrofitted for Mn abatement to meet environmental regulations. In order to enhance the consistency of the influent, a separate holding tank was cannibalized from another system to collect and slow-feed the segregated Mn wastewater from the factory into CCPT. As a result, the baseline influent Mn decreased from 17.2+18.7 mg1L-1 at pre-pilot to 5.15+8.11 mg1L-1 post-pilot (70.1% reduction). Likewise, the pre-trial and post-trial average influent Cu values to CCPT were 52.0+54.6 mg1L-1 and 33.9+12.7 mg1L-1, respectively (34.8% reduction). However, the raw Ni content of 0.97+0.39 mg1L-1 at pre-pilot increased to 1.06+0.17 mg1L-1 at post-pilot. The average Mn output declined from 10.9+11.7 mg1L-1 at pre-pilot to 0.44+1.33 mg1L-1 at post-pilot (96.0% reduction) as a result of the pH and ORP operating setpoint changes. In similar fashion, the output Cu quality improved from 1.60+5.38 mg1L-1 to 0.55+1.02 mg1L-1 (65.6% reduction) while the Ni output sustained a 50% enhancement during the pilot study (0.22+0.19 mg1L-1 reduced to 0.11+0.06 mg1L-1). pH and ORP were shown to be significantly instrumental to the precipitative versatility of the CCPT System.

Keywords: copper, co-precipitation, industrial wastewater treatment, manganese, optimization, pilot study

Procedia PDF Downloads 259
8437 Psychosocial Effect of Body-Contouring Surgery on Patients after Weight Loss

Authors: Abdullah Kattan, Khalid Alzahrani, Saud Alsaleh, Loui Ezzat, Khalid Murad, Bader Alghamdi

Abstract:

Background and Significance: Patients are often bothered by the excess skin laxity and redundancy that they are left with after losing weight. Body-contouring surgery offers a solution to this problem; however, there is scarce literature on the psychological and social effects of these surgeries. This study was conducted to assess the psychosocial impact of body-contouring surgery on patients after weight loss. Methodology: In this cross-sectional study, a specifically designed questionnaire was administered to forty three patients whom have undergone body-contouring surgery. All included patients had lost no less than 20 Kg before body-contouring surgery, and were interviewed at least 6 months after surgery. The twenty-question interviewer based questionnaire was used to assess the psychosocial status of the patients before and after undergoing body-contouring surgery. The questionnaire assessed the quality of life (social life, job performance and sexual activity), presence of symptoms of depression and overall satisfaction. Data was analyzed as paired variables in SPSS using McNemar’s test. Results: Among the 43 participants, 19 (44.2%) have undergone mammoplasty, 12 (27.9%) have undergone abdominoplasty and the remainder of the patients have undergone other various procedures including brachioplasty, thigh lifts and nick liposuction. The mean age of patients was 34 +/- 10, the sample included 24 (55.8%) females and 19 (44.2%) males. The patients’ quality of life significantly improved in the following areas; social life (P<0.001), job performance (P<0.002) and sexual activity (P<0.001). Moreover, 17 (39.5%) patients suffered symptoms of depression before body-contouring surgery; however, only 1 (2.3%) patient suffered symptoms of depression after surgery. Overall satisfaction rate was found to be 62.8%; with mammoplasty being the highest satisfaction rate procedure (66.6 %). Conclusion: Body-contouring surgery after weight loss has shown to improve the psychological and social aspects in patients. These findings have been found to be consistent with the majority of relevant published studies, further increasing reliability of our study.

Keywords: abdominoplasty, body-contouring, mammoplasty, psychosocial

Procedia PDF Downloads 273
8436 Investigating the Effectiveness of Multilingual NLP Models for Sentiment Analysis

Authors: Othmane Touri, Sanaa El Filali, El Habib Benlahmar

Abstract:

Natural Language Processing (NLP) has gained significant attention lately. It has proved its ability to analyze and extract insights from unstructured text data in various languages. It is found that one of the most popular NLP applications is sentiment analysis which aims to identify the sentiment expressed in a piece of text, such as positive, negative, or neutral, in multiple languages. While there are several multilingual NLP models available for sentiment analysis, there is a need to investigate their effectiveness in different contexts and applications. In this study, we aim to investigate the effectiveness of different multilingual NLP models for sentiment analysis on a dataset of online product reviews in multiple languages. The performance of several NLP models, including Google Cloud Natural Language API, Microsoft Azure Cognitive Services, Amazon Comprehend, Stanford CoreNLP, spaCy, and Hugging Face Transformers are being compared. The models based on several metrics, including accuracy, precision, recall, and F1 score, are being evaluated and compared to their performance across different categories of product reviews. In order to run the study, preprocessing of the dataset has been performed by cleaning and tokenizing the text data in multiple languages. Then training and testing each model has been applied using a cross-validation approach where randomly dividing the dataset into training and testing sets and repeating the process multiple times has been used. A grid search approach to optimize the hyperparameters of each model and select the best-performing model for each category of product reviews and language has been applied. The findings of this study provide insights into the effectiveness of different multilingual NLP models for Multilingual Sentiment Analysis and their suitability for different languages and applications. The strengths and limitations of each model were identified, and recommendations for selecting the most performant model based on the specific requirements of a project were provided. This study contributes to the advancement of research methods in multilingual NLP and provides a practical guide for researchers and practitioners in the field.

Keywords: NLP, multilingual, sentiment analysis, texts

Procedia PDF Downloads 81
8435 An Exploratory Research on Awareness towards Human Rights among Public Representatives of Bihar, India

Authors: Saba Farheen, Uday Shankar

Abstract:

Background- Attaining equality among all humans and eliminating all forms of discrimination against them are fundamental human rights. These rights are based on the belief that all human beings are born free with equal dignity, esteem, and honour. In India, more than 30 percent politicians are having criminal background. They are also illiterate, which obstacle them in governing the system. They do not know the basic human rights. Because of this, they cannot decide what to do for the sake of the nation. Bihar is the third largest populated state of India and is characterized by corrupt politicians and poor literacy rate. If the politicians can aware about the human rights, then they will show positive attitude towards these. Aim- The main goal of the present research was to study the subjects’ knowledge or awareness towards their human rights. It was an attempt to identify social-psychological conditions that inhibit or facilitate awareness among public representatives towards their human rights in the special context of Bihar, India. Thus the main variable awareness towards human rights has been treated as the main dependent variable. The other two variables-socio economic status and Educational status, have been treated as independent variables. Method- The subjects were 400 public representatives in the age group of 35 to 50 years. They were from High socio economic status (N=150), Middle socio economic status (N=150), and Low socio economic status (N=100). The subjects were either educated (N=200) or Uneducated (N=200). The subjects were selected randomly from the different districts of Bihar, India. “Human Rights Awareness Scale” by Dr. Iftekhar Hossain, Dr. Saba Farheen, and Dr. Uday Shankar was applied in this study. Results- Results have shown that the public representatives have very low level of awareness towards the human rights. Also, the subjects from Middle SES have highest awareness in comparison with subjects of High and Low SES. Uneducated public representatives have less awareness than the educated one about human rights. Conclusion- Conclusively, it can be stated that human rights awareness among the public representatives of India is very low, and it is being affected by their Socio economic status and literacy level.

Keywords: human rights, awareness, public representatives, bihar, India

Procedia PDF Downloads 118
8434 Study on Hybridization between Clarias gariepinus (Burchell 1822) and Heterobranchus bidorsalis (Geoffroy Saint Hilaire, 1809)

Authors: Wasiu Olaniyi, Ofelia Omitogun

Abstract:

Hybridization has been of importance in both research and commercial aquaculture due to its benefits such as increased growth rate, sex ratio manipulation, production of sterile species and many other desirable economic traits. In this study, we successfully produced hybrids between crosses of Clariid catfish species of Clarias gariepinus and Heterobranchus bidorsalis for stock improvement. Milt and eggs from parent broodstock of C. gariepinus and H. bidorsalis were collected for both intrageneric and interspecific hybridization, viz: same parent species crosses (♀C. gariepinus ×♂C. gariepinus; ♀H. bidorsalis × ♂H. bidorsalis) and inter-specific crosses (♀H. bidorsalis × ♂C. gariepinus; ♀C. gariepinus × ♂H. bidorsalis). These crosses were made in triplicates whereby the data on latency period, fertility, hatchability, deformity, and survival were recorded. A phenotypic form of distinction was registered in the hybrid ♀C. gariepinus × ♂H. bidorsalis that was smooth-greyed while its reciprocal cross was marpatic. The parent species C. gariepinus had greyed-marpatic color while the H. bidorsalis was yellowish-brown. Fertility data revealed the significant difference (p < 0.05) between the hybrid cross ♀C. gariepinus × ♂H. bidorsalis (88.00 ± 1.00%) compared to its reciprocal ♀H. bidorsalis × ♂C. gariepinus (71.67 ± 10.41%) which further had carried over effects to hatchability. The reciprocal ♀H. bidorsalis × ♂C. gariepinus recorded the highest deformity (11.67 ± 3.06%) that was significantly different (p < 0.05) from the rest of the crosses. Also, an outcome of equal sex ratio in the hybrids compared with the two parent species was shown. Specific growth rate (SGR) data revealed highest significant difference (p < 0.05) in the hybrid ♀C. gariepinus × ♂H. bidorsalis (2.64 ± 0.09%), followed by the cross of ♀C. gariepinus × ♂ C. gariepinus (1.91 ± 0.02%) while there were no significant differences (p > 0.05) between the reciprocal hybrid ♀H. bidorsalis × ♂C. gariepinus (2.20 ± 0.57%) and ♀H. bidorsalis × ♂H. bidorsalis (2.19 ± 0.19%). The SGR analysis proved that the crosses ♀C. gariepinus × ♂C. gariepinus had slow growth performance compared to its hybrid ♀C. gariepinus × ♂H. bidorsalis. Critical evaluation based on survival and specific growth performance showed the superiority of the hybrid ♀C. gariepinus × ♂H. bidorsalis. The least survival in reciprocal hybrid ♀H. bidorsalis × ♂C. gariepinus (27.33%) can be explained by significant deformity (11.67%) recorded due to maternal effects. Hence, the survival of hybrid ♀C. gariepinus × ♂H. bidorsalis was better.

Keywords: aquaculture, hybridization, Clarias gariepinus, Heterobranchus bidorsalis

Procedia PDF Downloads 145
8433 Improving Lane Detection for Autonomous Vehicles Using Deep Transfer Learning

Authors: Richard O’Riordan, Saritha Unnikrishnan

Abstract:

Autonomous Vehicles (AVs) are incorporating an increasing number of ADAS features, including automated lane-keeping systems. In recent years, many research papers into lane detection algorithms have been published, varying from computer vision techniques to deep learning methods. The transition from lower levels of autonomy defined in the SAE framework and the progression to higher autonomy levels requires increasingly complex models and algorithms that must be highly reliable in their operation and functionality capacities. Furthermore, these algorithms have no room for error when operating at high levels of autonomy. Although the current research details existing computer vision and deep learning algorithms and their methodologies and individual results, the research also details challenges faced by the algorithms and the resources needed to operate, along with shortcomings experienced during their detection of lanes in certain weather and lighting conditions. This paper will explore these shortcomings and attempt to implement a lane detection algorithm that could be used to achieve improvements in AV lane detection systems. This paper uses a pre-trained LaneNet model to detect lane or non-lane pixels using binary segmentation as the base detection method using an existing dataset BDD100k followed by a custom dataset generated locally. The selected roads will be modern well-laid roads with up-to-date infrastructure and lane markings, while the second road network will be an older road with infrastructure and lane markings reflecting the road network's age. The performance of the proposed method will be evaluated on the custom dataset to compare its performance to the BDD100k dataset. In summary, this paper will use Transfer Learning to provide a fast and robust lane detection algorithm that can handle various road conditions and provide accurate lane detection.

Keywords: ADAS, autonomous vehicles, deep learning, LaneNet, lane detection

Procedia PDF Downloads 86