Search results for: gaps
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 914

Search results for: gaps

674 Contribution of a Higher Education Institute towards Built Environment Sustainability

Authors: Tayyab Ahmad, Gerard Healey

Abstract:

The potential role of higher education institutes in sustainable development cannot be undermined. In this regard, it is important to investigate the established concept of sustainability in such institutes to explore the room for further improvement. In this paper, a case study of the University of Melbourne is conducted, and the institute’s commitments towards sustainability are examined by a detailed qualitative review of its policy and design standard documents. These documents are reviewed as through these; the institute portrays its vision of building environment facilities, which it aspires to procure and use. From detailed review, it is realized that these documents are updated at different times, creating the potential for mismatch between them. The occurrence of different goals and objectives in different documents is highlighted, and the interrelationships between different goals and operational objectives are explored. The role of the university aspired goals/objectives in terms of built environment sustainability is discussed, and the gaps in the articulation of goals and operational objectives are highlighted. Recommendations are provided for enhancing the built environment sustainability at the University of Melbourne.

Keywords: university, design standards, policy, sustainability, built environment

Procedia PDF Downloads 170
673 Effect of Air Gap Distance on the Structure of PVDF Hollow Fiber Membrane Contactors for Physical CO2 Absorption

Authors: J. Shiri, A. Mansourizadeh, F. Faghih, H. Vaez

Abstract:

In this study, porous polyvinylidene fluoride (PVDF) hollow fiber membranes are fabricated via a wet phase-inversion Process and used in the gas–liquid membrane contactor for physical CO2 absorption. Effect of different air gap on the structure and CO2 flux of the membrane was investigated. The hollow fibers were prepared using the wet spinning process using a dope solution containing PVDF/NMP/Licl (18%, 78%, 4%) at the extrusion rate of 4.5ml/min and air gaps of 0, 7, 15cm. Water was used as internal and external coagulants. Membranes were characterized using various techniques such as Field Emission Scanning Electron Microscopy (FESEM), Gas permeation test, Critical Water Entry Pressure (CEPw) to select the best membrane structure for Co2 absorption. The characterization results showed that the prepared membrane at which air gap possess small pore size with high surface porosity and wetting resistance, which are favorable for gas absorption application air gap increased, CEPw had a decrease, but the N2 permeation was decreased. Surface porosity and also Co2 absorption was increased.

Keywords: porous PVDF hollow fiber membrane, CO2 absorption, phase inversion, air gap

Procedia PDF Downloads 392
672 The Effect of the Deposition Parameters on the Microstructural and Optical Properties of Mn-Doped GeTe Chalcogenide Materials

Authors: Adam Abdalla Elbashir Adam, Xiaomin Cheng, Xiang Shui Miao

Abstract:

In this work, the effect of the magnetron sputtering system parameters on the optical properties of the Mn doped GeTe were investigated. The optical properties of the Ge1-xMnxTe thin films with different thicknesses are determined by analyzing the transmittance and reflectance data. The energy band gaps of the amorphous Mn-doped GeTe thin films with different thicknesses were calculated. The obtained results demonstrated that the energy band gap values of the amorphous films are quite different and they are dependent on the films thicknesses. The extinction coefficients of amorphous Mn-doped GeTe thin films as function of wavelength for different thicknesses were measured. The results showed that the extinction coefficients of all films are varying inversely with their optical transmission. Moreover, the results emphasis that, not only the microstructure, electrical and magnetic properties of Mn doped GeTe thin films vary with the films thicknesses but also the optical properties differ with the film thickness.

Keywords: phase change magnetic materials, transmittance, absorbance, extinction coefficients

Procedia PDF Downloads 404
671 Electronic and Optical Properties of Orthorhombic NdMnO3 with the Modified Becke-Johnson Potential

Authors: B. Bouadjemi, S. Bentata, T. Lantri, A. Abbad, W. Benstaali, A. Zitouni, S. Cherid

Abstract:

We investigate the electronic structure, magnetic and optical properties of the orthorhombic NdMnO3 through density-functional-theory (DFT) calculations using both generalized gradient approximation GGA and GGA+U approaches, the exchange and correlation effects are taken into account by an orbital independent modified Becke Johnson (MBJ). The predicted band gaps using the MBJ exchange approximation show a significant improvement over previous theoretical work with the common GGA and GGA+U very closer to the experimental results. Band gap dependent optical parameters like dielectric constant, index of refraction, absorption coefficient, reflectivity and conductivity are calculated and analyzed. We find that when using MBJ we have obtained better results for band gap of NdMnO3 than in the case of GGA and GGA+U. The values of band gap founded in this work by MBJ are in a very good agreement with corresponding experimental values compared to other calculations. This comprehensive theoretical study of the optoelectronic properties predicts that this material can be effectively used in optical devices.

Keywords: DFT, optical properties, absorption coefficient, strong correlation, MBJ, orthorhombic NdMnO3, optoelectronic

Procedia PDF Downloads 909
670 Mitigation of High Voltage Equipment Design Deficiencies for Improved Operation and Maintenance

Authors: Riyad Awad, Abdulmohsen Alghadeer, Meshari Otaibi

Abstract:

Proper operation and maintenance (O&M) activities of high voltage equipment can lead to an increased asset lifecycle and maintain its integrity and reliability. Such a vital process is important to be proactively considered during equipment design and manufacturing phases by removing and eliminating any obstacles in the equipment which adversely affect the (O&M) activities. This paper presents a gap analysis pertaining to difficulties in performing operations and maintenance (O&M) high voltage electrical equipment, includes power transformers, switch gears, motor control center, disconnect switches and circuit breakers. The difficulties are gathered from field personnel, equipment design review comments, quality management system, and lessons learned database. The purpose of the gap analysis is to mitigate and prevent the (O&M) difficulties as early as possible in the design stage of the equipment lifecycle. The paper concludes with several recommendations and corrective actions for all identified gaps in order to reduce the cost (O&M) difficulties and improve the equipment lifecycle.

Keywords: operation and maintenance, high voltage equipment, equipment lifecycle, reduce the cost of maintenance

Procedia PDF Downloads 167
669 Closing the Gap: Efficient Voxelization with Equidistant Scanlines and Gap Detection

Authors: S. Delgado, C. Cerrada, R. S. Gómez

Abstract:

This research introduces an approach to voxelizing the surfaces of triangular meshes with efficiency and accuracy. Our method leverages parallel equidistant scan-lines and introduces a Gap Detection technique to address the limitations of existing approaches. We present a comprehensive study showcasing the method's effectiveness, scalability, and versatility in different scenarios. Voxelization is a fundamental process in computer graphics and simulations, playing a pivotal role in applications ranging from scientific visualization to virtual reality. Our algorithm focuses on enhancing the voxelization process, especially for complex models and high resolutions. One of the major challenges in voxelization in the Graphics Processing Unit (GPU) is the high cost of discovering the same voxels multiple times. These repeated voxels incur in costly memory operations with no useful information. Our scan-line-based method ensures that each voxel is detected exactly once when processing the triangle, enhancing performance without compromising the quality of the voxelization. The heart of our approach lies in the use of parallel, equidistant scan-lines to traverse the interiors of triangles. This minimizes redundant memory operations and avoids revisiting the same voxels, resulting in a significant performance boost. Moreover, our method's computational efficiency is complemented by its simplicity and portability. Written as a single compute shader in Graphics Library Shader Language (GLSL), it is highly adaptable to various rendering pipelines and hardware configurations. To validate our method, we conducted extensive experiments on a diverse set of models from the Stanford repository. Our results demonstrate not only the algorithm's efficiency, but also its ability to produce 26 tunnel free accurate voxelizations. The Gap Detection technique successfully identifies and addresses gaps, ensuring consistent and visually pleasing voxelized surfaces. Furthermore, we introduce the Slope Consistency Value metric, quantifying the alignment of each triangle with its primary axis. This metric provides insights into the impact of triangle orientation on scan-line based voxelization methods. It also aids in understanding how the Gap Detection technique effectively improves results by targeting specific areas where simple scan-line-based methods might fail. Our research contributes to the field of voxelization by offering a robust and efficient approach that overcomes the limitations of existing methods. The Gap Detection technique fills a critical gap in the voxelization process. By addressing these gaps, our algorithm enhances the visual quality and accuracy of voxelized models, making it valuable for a wide range of applications. In conclusion, "Closing the Gap: Efficient Voxelization with Equidistant Scan-lines and Gap Detection" presents an effective solution to the challenges of voxelization. Our research combines computational efficiency, accuracy, and innovative techniques to elevate the quality of voxelized surfaces. With its adaptable nature and valuable innovations, this technique could have a positive influence on computer graphics and visualization.

Keywords: voxelization, GPU acceleration, computer graphics, compute shaders

Procedia PDF Downloads 73
668 A Literature Review on Sustainability Appraisal Methods for Highway Infrastructure Projects

Authors: S. Kaira, S. Mohamed, A. Rahman

Abstract:

Traditionally, highway infrastructure projects are initiated based on their economic benefits, thereafter environmental, social and governance impacts are addressed discretely for the selected project from a set of pre-determined alternatives. When opting for cost-benefit analysis (CBA), multi-criteria decision-making (MCDM) has been used as the default assessment tool. But this tool has been critiqued as it does not mimic the real-world dynamic environment. Indeed, it is because of the fact that public sector projects like highways have to experience intense exposure to dynamic environments. Therefore, it is essential to appreciate the impacts of various dynamic factors (factors that change or progress with the system) on project performance. Thus, this paper presents various sustainability assessment tools that have been globally developed to determine sustainability performance of infrastructure projects during the design, procurement and commissioning phase. Indeed, identification of the current gaps in the available assessment methods provides a potential to add prominent part of knowledge in the field of ‘road project development systems and procedures’ that are generally used by road agencies.

Keywords: dynamic impact factors, micro and macro factors, sustainability assessment framework, sustainability performance

Procedia PDF Downloads 139
667 Reviewing Soil Erosion in Greece

Authors: Paschalis Koutalakis, George N. Zaimes, Valasia Iakovoglou, Konstantinos Ioannou

Abstract:

Mitigating soil erosion, especially in Mediterranean countries such as Greece, is essential in order to maintain environmental and agricultural sustainability. In this paper, scientific publications related to soil erosion studies in Greece were reviewed and categorized. To accomplish this, the online search engine of Scopus was used. The key words were “soil”, “erosion” and “Greece.” An analysis of the published articles was conducted at three levels: i) type of publication, ii) chronologic and iii) thematic. A hundred and ten publications published in scientific journals were reviewed. The results showed that the awareness regarding the soil erosion in Greece has increased only in the last decades. The publications covered a wide range of thematic categories such as the type of studied areas, the physical phenomena that trigger and influence the soil erosion, the negative anthropogenic impacts on them, the assessment tools that were used in order to examine the threat and the proper management. The analysis of these articles was significant and necessary in order to find the scientific gaps of soil erosion studies in Greece and help enhance the sustainability of soil management in the future.

Keywords: climate change, agricultural sustainability, environmental sustainability, soil management

Procedia PDF Downloads 398
666 Study of Parameters Influencing Dwell Times for Trains

Authors: Guillaume Craveur

Abstract:

The work presented here shows a study on several parameters identified as influencing dwell times for trains. Three kinds of rolling stocks are studied for this project and the parameters presented are the number of passengers, the allocation of passengers, their priorities, the platform station height, the door width and the train design. In order to make this study, a lot of records have been done in several stations in Paris (France). Then, in order to study these parameters, numerical simulations are completed. The goal is to quantify the impact of each parameter on the dwelling times. For example, this study highlights the impact of platform height and the presence of steps between the platform and the train. Three types of station platforms are concerned by this study : ‘optimum’ station platform which is 920 mm high, standard station platform which is 550 mm high, and high station platform which is 1150 mm high and different kinds of steps exist in order to fill these gaps. To conclude, this study shows the impact of these parameters on dwell times and their impact in function of the size of population.

Keywords: dwell times, numerical tools, rolling stock, platforms

Procedia PDF Downloads 335
665 Talent Management through Integration of Talent Value Chain and Human Capital Analytics Approaches

Authors: Wuttigrai Ngamsirijit

Abstract:

Talent management in today’s modern organizations has become data-driven due to a demand for objective human resource decision making and development of analytics technologies. HR managers have been faced with some obstacles in exploiting data and information to obtain their effective talent management decisions. These include process-based data and records; insufficient human capital-related measures and metrics; lack of capabilities in data modeling in strategic manners; and, time consuming to add up numbers and make decisions. This paper proposes a framework of talent management through integration of talent value chain and human capital analytics approaches. It encompasses key data, measures, and metrics regarding strategic talent management decisions along the organizational and talent value chain. Moreover, specific predictive and prescriptive models incorporating these data and information are recommended to help managers in understanding the state of talent, gaps in managing talent and the organization, and the ways to develop optimized talent strategies.    

Keywords: decision making, human capital analytics, talent management, talent value chain

Procedia PDF Downloads 187
664 Development of an IoT System for Smart Crop Production

Authors: Oyenike M. Olanrewaju, Faith O. Echobu, Aderemi G. Adesoji, Emmy Danny Ajik, Joseph Nda Ndabula, Stephen Lucas

Abstract:

Nutrients are required for any soil with which plants thrive to improve efficient growth and productivity. Amongst these nutrients required for proper plant productivity are nitrogen, phosphorus and potassium (NPK). Due to factors like leaching, nutrients uptake by plants, soil erosion and evaporation, these elements tend to be in low quantity and the need to replenish them arises. But these replenishment of soil nutrients cannot be done without a timely soil test to enable farmers to know the amount of each element in short quantity and evaluate the amount required to be added. Though wet soil analysis is good but it comes with a lot of challenges ranging from soil test gargets availability to the technical knowledge of how to conduct such soil test by the common farmer. Internet of things test kit was developed to fill in the gaps created by wet soil analysis, as it can test for N, P, K, soil temperature and soil moisture in a given soil at the time of test. In this implementation, sample test was carried out within 0.2 hectares of land divided into smaller plots. The kits perform adequately well as the range of values obtained across the segments were within a very close range.

Keywords: Internet of Things, soil nutrients, test kit, soil temperature

Procedia PDF Downloads 77
663 MLOps Scaling Machine Learning Lifecycle in an Industrial Setting

Authors: Yizhen Zhao, Adam S. Z. Belloum, Goncalo Maia Da Costa, Zhiming Zhao

Abstract:

Machine learning has evolved from an area of academic research to a real-word applied field. This change comes with challenges, gaps and differences exist between common practices in academic environments and the ones in production environments. Following continuous integration, development and delivery practices in software engineering, similar trends have happened in machine learning (ML) systems, called MLOps. In this paper we propose a framework that helps to streamline and introduce best practices that facilitate the ML lifecycle in an industrial setting. This framework can be used as a template that can be customized to implement various machine learning experiment. The proposed framework is modular and can be recomposed to be adapted to various use cases (e.g. data versioning, remote training on cloud). The framework inherits practices from DevOps and introduces other practices that are unique to the machine learning system (e.g.data versioning). Our MLOps practices automate the entire machine learning lifecycle, bridge the gap between development and operation.

Keywords: cloud computing, continuous development, data versioning, DevOps, industrial setting, MLOps

Procedia PDF Downloads 265
662 Imputation of Urban Movement Patterns Using Big Data

Authors: Eusebio Odiari, Mark Birkin, Susan Grant-Muller, Nicolas Malleson

Abstract:

Big data typically refers to consumer datasets revealing some detailed heterogeneity in human behavior, which if harnessed appropriately, could potentially revolutionize our understanding of the collective phenomena of the physical world. Inadvertent missing values skew these datasets and compromise the validity of the thesis. Here we discuss a conceptually consistent strategy for identifying other relevant datasets to combine with available big data, to plug the gaps and to create a rich requisite comprehensive dataset for subsequent analysis. Specifically, emphasis is on how these methodologies can for the first time enable the construction of more detailed pictures of passenger demand and drivers of mobility on the railways. These methodologies can predict the influence of changes within the network (like a change in time-table or impact of a new station), explain local phenomena outside the network (like rail-heading) and the other impacts of urban morphology. Our analysis also reveals that our new imputation data model provides for more equitable revenue sharing amongst network operators who manage different parts of the integrated UK railways.

Keywords: big-data, micro-simulation, mobility, ticketing-data, commuters, transport, synthetic, population

Procedia PDF Downloads 231
661 Socio-Economic Modelling Approaches Linked to Water Quality: A Review

Authors: Aurelia Samuel

Abstract:

Socio-economic modelling approaches linked to water management have contributed to impact assessments of agricultural policies and management practices on water quality at catchment level. With an increasing interest in informing water management policy that considers complex links between socioeconomic factors, climate change, agricultural production, and water quality, several models have been developed and applied in the literature to capture these relationships. This paper offers an overview of socio-economic approaches that have been incorporated within an integrated framework. It also highlights how data gaps on socio-economic factors have been addressed using forecasting techniques. Findings of the review show that while integrated frameworks have the potential to account for complexities within dynamic systems, they generally do not provide direct, measurable financial impact of socio-economic factors on biophysical water parameters that affect water quality. The paper concludes with a recommendation that modelling framework is kept simple to make it more transparent and easier to capture the most important relationship.

Keywords: financial impact, integrated framework, socio-economic modelling, water quality

Procedia PDF Downloads 151
660 Palliative Care: Optimizing the Quality of Life through Strengthening the Legal Regime of Bangladesh

Authors: Sonia Mannan, M. Jobair Alam

Abstract:

The concept of palliative care in Bangladesh largely remained limited to the sympathetic caring of patients with a life-limiting illness. Quality of Life (QoL) issues are rarely practiced in Bangladesh. Furthermore, palliative medicine, in the perspective of holistic palliative care service, does not have its proper recognition in Bangladesh. Apart from those socio-medical aspects, palliative care patients face legal issues that impact their quality of life, including access to health services and social benefits and dealing with other life-transactions of the patients and their families (such as disposing of property; planning for children). This paper is an attempt to articulate these legal dimensions of the right to palliative care in the context of Bangladesh. The major focus of this paper will be founded on the doctrinal analysis of the constitutional provisions and other relevant legislation on the right to health and their judicial interpretation, which is argued to offer a meaningful space for the right to palliative care. This paper will also investigate the gaps in the said legal framework to better secure such care. In conclusion, a few recommendations are made so that the palliative care practices in Bangladesh are better aligned with international standards, and it can respond more humanely to the patients who need palliative care.

Keywords: Bangladesh, constitution, legal regime, palliative care, quality of life

Procedia PDF Downloads 143
659 Innovation and Technologies Synthesis of Various Components: A Contribution to the New Precision Irrigation Development for Open-Field Fruit Orchards

Authors: Pipop Chatrabhuti, S. Visessri, T. Charinpanitkul

Abstract:

Precision irrigation (PI) technology has emerged as a solution to optimize water usage in agriculture, aiming to maximize crop yields while minimizing water waste. Developing a new PI for commercialization requires developers to research, synthesize, evaluate, and select appropriate technologies and make use of such information to produce innovative products. The objective of this review is to facilitate innovators by providing them with a summary of existing knowledge and the identification of gaps in research linking to the innovative development of PI. This paper reviews and synthesizes technologies and components relevant to precision irrigation, highlighting its potential benefits and challenges. The Preferred Reporting Items for Systematic Reviews and Meta-Analysis (PRISMA) framework is used for the review. The study is intended to contribute to innovators who apply for collaborative approach to problem-solving and idea generation that involves seeking external input and resources from a diverse range of individuals and organizations.

Keywords: innovation synthesis, technology assessment, precision irrigation technologies, precision irrigation components, new product development

Procedia PDF Downloads 65
658 Epidemiology, Prevention and Treatment of Leishmaniasis in Afghanistan

Authors: Mohammad Reza Mohammadi, Layegheh Daliri

Abstract:

Introduction: Leishmaniasis occurs in infectious diseases of Leishmania protozoa in Afghanistan, anthroponotic leishmaniasis and common cutaneous leishmaniasis (ZCL). Anthroponotic skin leishmania tropica may cause urban diseases and transmitted by Phlebotomus Sergenti. In different parts of Afghanistan, different species of Leishmania are observed. We report the epidemiological characteristics of prevention and treatment in this study. Methods: This study examines the epidemiology and prevention of religious diseases in Afghanistan. Knowledge gaps were analyzed and collected with our own data. Results: In Afghanistan, most of the Lishmania Tropic seekers are Four species of Leishmania in northern Afghanistan, including Leishmania Tropica, L. Major and L. Donovani, cause skin lesions, but L. Donovani and L. infantum are visible. Even combined prevention can significantly reduce the amount of infection. Conclusion: Skinny, as well as visceral leishmaniasis, can occur among the returnees from Afghanistan. Unusual and poor skin lesions can be created by L. Donovani. In most pathogenic areas, the transmission of common diseases between humans and animals. Home dogs are the main reservoir, transferring in some areas such as India and Sudan.

Keywords: leishmania donovani, leishmania tropica, treatment, disease, epidemiology

Procedia PDF Downloads 182
657 Supporting Young Emergent Multilingual Learners in Prekindergarten Classrooms: Policy Implications

Authors: Tiedan Huang, Chun Zhang, Caitlin Coe

Abstract:

This study investigated the quality of instructional support for young Emergent Multilingual Learners (EMLs) in 50 Universal Prekindergarten (UPK) classroom in New York City (NYC). This is one of the first empirical studies examining the instructional support for this student population. We collected data using a mixed method of structured observations of teacher-child interactions in 50 classrooms, and surveys and interviews with program leaders and the teaching teams. We found that NYC’s UPK classrooms offered warm and supportive environments for EMLs. Nevertheless, in general, instructional support was relatively low. This study identified large mindset, knowledge, and practice gaps—and a real opportunity—among NYC early childhood professionals, specifically in the areas of providing adequate instructional and linguistic support for EMLs as well as partnering with families in capturing their cultural and home literacy assets. Consistent, rigorous, and meaningful use of data is necessary to support both EMLs’ language and literacy development and teachers’/leaders’ professional development.

Keywords: high quality instruction, culturally and linguistically responsive practices, professional development, workforce development

Procedia PDF Downloads 80
656 Improvement of Brain Tumors Detection Using Markers and Boundaries Transform

Authors: Yousif Mohamed Y. Abdallah, Mommen A. Alkhir, Amel S. Algaddal

Abstract:

This was experimental study conducted to study segmentation of brain in MRI images using edge detection and morphology filters. For brain MRI images each film scanned using digitizer scanner then treated by using image processing program (MatLab), where the segmentation was studied. The scanned image was saved in a TIFF file format to preserve the quality of the image. Brain tissue can be easily detected in MRI image if the object has sufficient contrast from the background. We use edge detection and basic morphology tools to detect a brain. The segmentation of MRI images steps using detection and morphology filters were image reading, detection entire brain, dilation of the image, filling interior gaps inside the image, removal connected objects on borders and smoothen the object (brain). The results of this study were that it showed an alternate method for displaying the segmented object would be to place an outline around the segmented brain. Those filters approaches can help in removal of unwanted background information and increase diagnostic information of Brain MRI.

Keywords: improvement, brain, matlab, markers, boundaries

Procedia PDF Downloads 516
655 Personal Knowledge Management: Systematic Review and Future Direction

Authors: Kuribachew Gizaw Tohiye, Monica Garfield

Abstract:

Personal knowledge management is the aspect of knowledge management that relates to the way in which individuals organize and manage their own set of knowledge. While in that respect, there has been research in this area for the past 25 years, it is at present necessary to speculate upon what research has been done and what we have discovered about this arena of knowledge management. In contrast to organizational knowledge management, which focuses on a firm’s profitability and competitiveness, personal knowledge management (PKM) is concerned with the person’s self-effectiveness, competence and success. People are concerned in managing their knowledge in order to become more efficient in a variety of personal and organizational interests. This study presents a systematic review of PKM studies. Articles with PKM concepts are reviewed with the objective of clearly defining PKM, identifying the benefits of PKM, classifying the tools that enable PKM and finding the research gaps to indicate future research directions in the area. Consequently, we have developed a definition of PKM and identified the benefits of PKM, including an understanding of who seeks PKM and for what. Tools enabling PKM are identified and classified under three categories Web 1.0, 2.0 and 3.0 and finally the research gap and future directions are suggested. Research which facilitates collaboration by using semantic technologies is suggested to be studied further to improve PKM effectiveness.

Keywords: personal knowledge management, knowledge management, organizational knowledge management, systematic review

Procedia PDF Downloads 331
654 Automatic Thresholding for Data Gap Detection for a Set of Sensors in Instrumented Buildings

Authors: Houda Najeh, Stéphane Ploix, Mahendra Pratap Singh, Karim Chabir, Mohamed Naceur Abdelkrim

Abstract:

Building systems are highly vulnerable to different kinds of faults and failures. In fact, various faults, failures and human behaviors could affect the building performance. This paper tackles the detection of unreliable sensors in buildings. Different literature surveys on diagnosis techniques for sensor grids in buildings have been published but all of them treat only bias and outliers. Occurences of data gaps have also not been given an adequate span of attention in the academia. The proposed methodology comprises the automatic thresholding for data gap detection for a set of heterogeneous sensors in instrumented buildings. Sensor measurements are considered to be regular time series. However, in reality, sensor values are not uniformly sampled. So, the issue to solve is from which delay each sensor become faulty? The use of time series is required for detection of abnormalities on the delays. The efficiency of the method is evaluated on measurements obtained from a real power plant: an office at Grenoble Institute of technology equipped by 30 sensors.

Keywords: building system, time series, diagnosis, outliers, delay, data gap

Procedia PDF Downloads 245
653 Educating Farmers and Fishermen in Rural Areas in Nigeria on Climate Change Mitigation and Adaptation for Global Sustainability

Authors: Benjamin Anabaraonye, Okafor Joachim Chukwuma, Olamire James

Abstract:

The impacts of climate change are greatly felt on Nigeria’s agricultural sector which in turn affects the economy of the nation. There is an urgent need to educate farmers and fishermen in rural areas in Nigeria on climate change adaptation and mitigation for sustainable development. Through our literature and participant observation, it has been discovered that many farmers and fishermen in rural areas in Nigeria have little or no knowledge about climate change adaptation and mitigation. This paper seeks to draw the attention of policy makers in government, private sectors, non-governmental organizations and interested individuals to the need to seek for innovative ways of educating farmers and fishermen in rural areas about climate change adaptation and mitigation for global sustainability. This study also explores the effective methods of bridging the communication gaps through efficient information dissemination, intensive awareness outreach, use of climate change poems and blogs, innovative loan scheme to farmers and fishermen, etc. to help ensure that farmers and fishermen in rural areas in Nigeria are adequately educated about climate change adaptation and mitigation for global sustainability.

Keywords: agriculture, climate change, farmers, fishermen

Procedia PDF Downloads 245
652 Human Resource Management from Islamic Perspective

Authors: Qamar Ul Haq, Talat Hussain, Mufti Fahad Ahmed Qureshi

Abstract:

From the Islamic perspective, managing human resource meets various challenges, especially in the modern organizations. The adoption of Western practices in various aspects of management have caused gaps in justice, trustworthy, responsibility and other values of workers in Muslim countries. Thus, the interference of Islamic principles in human resource management (HRM) can be considered as a great solution for treating employees fairly and justly. This research aims to examine the level of Islamic practices in HRM, in which includes recruitment and selection, training and development, career development, performance management and rewards. The paper will analyze the relationships between HRM practices and organizational justice which focus on three elements, which are distributive justice, procedure justice and interactional justice. The data will be collected from selected Malaysian Government-Linked Company (GLC). Convenience sampling will be used to select the respondents for completing questionnaires. This conceptual paper essentially provides organizations with effective ways of understanding and implementing HRM by using Islamic principles. It also can be used as guidance for decision-making and day-today HR activities and will help organization to face uncertainties in the business world as well.

Keywords: human resource management, organizational justice, Islam, Islamic banking

Procedia PDF Downloads 440
651 Norms and Laws: Fate of Community Forestry in Jharkhand

Authors: Pawas Suren

Abstract:

The conflict between livelihood and forest protection has been a perpetual phenomenon in India. In the era of climate change, the problem is expected to aggravate the declining trend of dense forest in the country, creating impediments in the climate change adaptation by the forest dependent communities. In order to access the complexity of the problem, Hazarinagh and Chatra districts of Jharkhand were selected as a case study. To identify norms practiced by the communities to manage community forestry, the ethnographic study was designed to understand the values, traditions, and cultures of forest dependent communities, most of whom were tribal. It was observed that internalization of efficient forest norms is reflected in the pride and honor of such behavior while violators are sanctioned through guilt and shame. The study analyzes the effect of norms being practiced in the management and ecology of community forestry as common property resource. The light of the findings led towards the gaps in the prevalent forest laws to address efficient allocation of property rights. The conclusion embarks on reconsidering accepted factors of forest degradation in India.

Keywords: climate change, common property resource, community forestry, norms

Procedia PDF Downloads 343
650 Effect of Electrodes Spacing on Energy Consumption of Electrocoagulation Cells

Authors: Khalid S. Hashim, Andy Shaw, Rafid Al-Khaddar, Montserrat Ortoneda Pedrola

Abstract:

In spite of the acknowledged advantages of the electrocoagulation (EC) method to remove a wide range of pollutants from waters and wastewaters, its efficiency is limited by several operational parameters (such as electrolysis time, current density, electrode material, distance between electrodes, and water temperature). Hence, optimizing these key operating parameters is considered a vital step to remove a pollutant efficiently. In this context, the present study has been carried out to explore the influence of electrodes spacing on energy consumption, temperature of the water being treated, and iron removal from water. To achieve this target, iron containing synthetic water samples were electrolysed for 20 min, using a new flow column electrocoagulation reactor (FCER), at three different gaps between electrodes (5, 10, and 20 mm). These batch experiments were commenced at a constant current density of 1.5 mA/cm² and initial pH of 6. The obtained results demonstrated that increasing gap between electrodes negatively influenced the performance of the EC method. It was found that increasing the gap between electrodes from 5 to 20 mm increased the energy consumption from about 3.3 to 7.3 kW.h/m³, and water temperature from 20.2 to 22 °C, respectively. In addition, it has been found, after 20 min of electrolysing, that increasing the gap between electrodes from 5 to 20 mm increased the residual iron concentration from 0.05 to 1.01 mg/L, respectively.

Keywords: electrocoagulation, water, electrodes, iron

Procedia PDF Downloads 264
649 A Historical Overview of the General Implementation of the European Union Market Abuse Directive in the United Kingdom before the Brexit and Its Future Implications

Authors: Howard Chitimira

Abstract:

The European Union (EU) was probably the first body to establish multinational anti-market abuse laws aimed at enhancing the detection and curbing of cross-border market abuse activities in its member states. Put differently, the EU Insider Dealing Directive was adopted in 1989 and was the first law that harmonised the insider trading ban among the EU member states. Thereafter, the European Union Directive on Insider Dealing and Market Manipulation (EU Market Abuse Directive) was adopted in a bid to improve and effectively discourage all the forms of market abuse in the EU’s securities and financial markets. However, the EU Market Abuse Directive had its own gaps and flaws. In light of this, the Market Abuse Regulation and the Criminal Sanctions for Market Abuse Directive were enacted to repeal and replace the EU Market Abuse Directive in 2016. The article examines the adequacy of the EU Market Abuse Directive and its implementation in the United Kingdom (UK) prior to the British exit (Brexit). This is done to investigate the possible implications of the Brexit referendum outcome of 23 June 2016 on the future regulation of market abuse in the UK.

Keywords: market abuse, insider trading, market manipulation, European Union, United Kingdom

Procedia PDF Downloads 251
648 Investigating Smoothness: An In-Depth Study of Extremely Degenerate Elliptic Equations

Authors: Zahid Ullah, Atlas Khan

Abstract:

The presented research is dedicated to an extensive examination of the regularity properties associated with a specific class of equations, namely extremely degenerate elliptic equations. This study holds significance in unraveling the complexities inherent in these equations and understanding the smoothness of their solutions. The focus is on analyzing the regularity of results, aiming to contribute to the broader field of mathematical theory. By delving into the intricacies of extremely degenerate elliptic equations, the research seeks to advance our understanding beyond conventional analyses, addressing challenges posed by degeneracy and pushing the boundaries of classical analytical methods. The motivation for this exploration lies in the practical applicability of mathematical models, particularly in real-world scenarios where physical phenomena exhibit characteristics that challenge traditional mathematical modeling. The research aspires to fill gaps in the current understanding of regularity properties within solutions to extremely degenerate elliptic equations, ultimately contributing to both theoretical foundations and practical applications in diverse scientific fields.

Keywords: investigating smoothness, extremely degenerate elliptic equations, regularity properties, mathematical analysis, complexity solutions

Procedia PDF Downloads 60
647 Spare Part Inventory Optimization Policy: A Study Literature

Authors: Zukhrof Romadhon, Nani Kurniati

Abstract:

Availability of Spare parts is critical to support maintenance tasks and the production system. Managing spare part inventory deals with some parameters and objective functions, as well as the tradeoff between inventory costs and spare parts availability. Several mathematical models and methods have been developed to optimize the spare part policy. Many researchers who proposed optimization models need to be considered to identify other potential models. This work presents a review of several pertinent literature on spare part inventory optimization and analyzes the gaps for future research. Initial investigation on scholars and many journal database systems under specific keywords related to spare parts found about 17K papers. Filtering was conducted based on five main aspects, i.e., replenishment policy, objective function, echelon network, lead time, model solving, and additional aspects of part classification. Future topics could be identified based on the number of papers that haven’t addressed specific aspects, including joint optimization of spare part inventory and maintenance.

Keywords: spare part, spare part inventory, inventory model, optimization, maintenance

Procedia PDF Downloads 62
646 Deep Learning based Image Classifiers for Detection of CSSVD in Cacao Plants

Authors: Atuhurra Jesse, N'guessan Yves-Roland Douha, Pabitra Lenka

Abstract:

The detection of diseases within plants has attracted a lot of attention from computer vision enthusiasts. Despite the progress made to detect diseases in many plants, there remains a research gap to train image classifiers to detect the cacao swollen shoot virus disease or CSSVD for short, pertinent to cacao plants. This gap has mainly been due to the unavailability of high quality labeled training data. Moreover, institutions have been hesitant to share their data related to CSSVD. To fill these gaps, image classifiers to detect CSSVD-infected cacao plants are presented in this study. The classifiers are based on VGG16, ResNet50 and Vision Transformer (ViT). The image classifiers are evaluated on a recently released and publicly accessible KaraAgroAI Cocoa dataset. The best performing image classifier, based on ResNet50, achieves 95.39\% precision, 93.75\% recall, 94.34\% F1-score and 94\% accuracy on only 20 epochs. There is a +9.75\% improvement in recall when compared to previous works. These results indicate that the image classifiers learn to identify cacao plants infected with CSSVD.

Keywords: CSSVD, image classification, ResNet50, vision transformer, KaraAgroAI cocoa dataset

Procedia PDF Downloads 103
645 Online Creative Writing Courses for Algerian University Students: A Mixed-Methods Study of Benefits, Challenges, and Recommendations

Authors: Wafa Nouari

Abstract:

The paper investigates the advantages and drawbacks of online creative writing courses for Algerian university students, particularly in light of the COVID-19 pandemic. The paper employs a mixed-methods approach, using both quantitative and qualitative data from surveys, interviews, and online course evaluations. The paper examines three online creative writing courses offered by Oxford University, Stanford University, and Coursera. The paper shows that online creative writing courses can improve the student's writing abilities, enthusiasm, and self-confidence, as well as introduce them to various literary forms and cultures. However, the paper also highlights some challenges and obstacles that the students encounter, such as technical problems, language difficulties, cultural gaps, and lack of feedback and interaction. The paper argues that online creative writing courses can be a useful alternative or addition to conventional classroom instruction, especially during the pandemic. The paper also offers some suggestions for enhancing the quality and effectiveness of online creative writing courses, such as giving more direction, support, and feedback to the students, as well as creating a sense of community and cooperation among them.

Keywords: online creative writing courses, Algerian university students, mixed methods approach, benefits and chanllenges

Procedia PDF Downloads 104