Search results for: zero fine concrete
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 2774

Search results for: zero fine concrete

734 Pharmaceutical Innovation in Jordan: KAP Analysis

Authors: Abdel Qader Al Bawab, Mohannad Odeh, Rami Amer

Abstract:

Recently, there has been an increasing interest in innovative business development. Nevertheless, in the pharmacy practice field, there seems to be a gap in perceptions, attitudes, and knowledge about innovation between practicing pharmacists and academia. This study explores this gap and aspects of pharmaceutical innovation in Jordan, comparing pharmacists and last-year pharmacy students. A validated (r2 = 0.74) and reliable (Pearson’s r = 0.88) online questionnaire was designed to assess and compare knowledge, attitude, and perceptions about pharmaceutical innovation. A total of 397 participants (215 pharmacy students and 182 pharmaceutical professionals) responded. Compared with 50% of the pharmacists, only 32.1% of the students claimed that they knew the differences between pharmaceutical innovation, discovery, invention, and entrepreneurship [x2 (2) = 14.238, p = 0.001; Cramer’s V = 0.189]. Pharmacists demonstrated a higher level of trust in the innovative website design for their institution compared with students (25.3% vs. 16.3%, p < 0.001, Cramer’s V = 0.327). However, 60% of the students did not know the innovative design standards for websites, while the corresponding percentage was 37% for the pharmacists (p < 0.001; Cramer’s V = 0.327). The majority of the students were interested in pharmaceutical innovation (81.9%). Unfortunately, 76.3% never studied innovation in their pharmacy curricula. Similarly, most pharmacists (76.4%) considered adopting innovation, but only 30% had a concrete plan. For the field where pharmacists aim to innovate in the next 5 years, new pharmaceutical services were the dominant field (34.6%). Despite a positive attitude and perception, pharmacists and pharmacy students expressed poor knowledge about innovation. Policies to enhance awareness about innovation and professional educational tools should be implemented.

Keywords: pharmacy, innovation, knowledge, attitude, practice

Procedia PDF Downloads 87
733 Effect of Cantilever Sheet Pile Wall to Adjacent Buildings

Authors: Ahmed A. Mohamed Aly

Abstract:

Ground movements induced from excavations is a major cause of deformation and damage to the adjacent buildings and utilities. With the increasing rate of construction work in urban area, this problem is growing more significant and has become the cause of numerous legal disputes. This problem is investigated numerically in the present study using finite element method. Five-story reinforced concrete building rests on raft foundation is idealized as two dimensional model. The building is considered to be constructed adjacent to excavation affected by an adjacent excavation in medium sand. Excavation is supported using sheet pile wall. Two dimensional plane strain program PLAXIS is used in this study. 15 nodes triangular element is used to idealize soil with Mohr-Coulomb model. Five nodes isoperimetric beam element is used to idealize sheet pile and building. Interface element is used to represent the contact between beam element and soil. Two parameters were studied, the first is the foundation depth and the second is the building distance from the excavation. Nodal displacements and elements straining actions were obtained and studied from the analyzed finite element model results.

Keywords: excavation, relative distance, effective stresses, lateral deformation, relative depth

Procedia PDF Downloads 138
732 Evaluation of Expected Annual Loss Probabilities of RC Moment Resisting Frames

Authors: Saemee Jun, Dong-Hyeon Shin, Tae-Sang Ahn, Hyung-Joon Kim

Abstract:

Building loss estimation methodologies which have been advanced considerably in recent decades are usually used to estimate socio and economic impacts resulting from seismic structural damage. In accordance with these methods, this paper presents the evaluation of an annual loss probability of a reinforced concrete moment resisting frame designed according to Korean Building Code. The annual loss probability is defined by (1) a fragility curve obtained from a capacity spectrum method which is similar to a method adopted from HAZUS, and (2) a seismic hazard curve derived from annual frequencies of exceedance per peak ground acceleration. Seismic fragilities are computed to calculate the annual loss probability of a certain structure using functions depending on structural capacity, seismic demand, structural response and the probability of exceeding damage state thresholds. This study carried out a nonlinear static analysis to obtain the capacity of a RC moment resisting frame selected as a prototype building. The analysis results show that the probability of being extensive structural damage in the prototype building is expected to 0.004% in a year.

Keywords: expected annual loss, loss estimation, RC structure, fragility analysis

Procedia PDF Downloads 398
731 Effects of Varying Fermentation Periods on the Chemical Composition of African Yam Bean (Sphenostylis stenocarpa) and Acha (Digitaria exilis) Flour Blends and Sensory Properties of Their Products

Authors: P. N. Okeke, J. N. Chikwendu

Abstract:

The study evaluated the effects of varying fermentation periods on the nutrients and anti-nutrients composition of African yam bean (Sphenostylis stenocarpa) and acha (Digitaria exilis) flour blends and sensory properties of their products. The African yam bean seeds and acha grains were fermented for 24 hrs, 48 and 72 hrs, dried (sun drying) and milled into fine flour. The fermented flours were used in a ratio of 70:30 (Protein basis) to formulate composite flour for meat pie and biscuits production. Both the fermented and unfermented flours and products were analyzed for chemical composition using the standard method. The data were statistically analyzed using SPSS version 15 to determine the mean and standard deviation. The 24, 48, and 72 hrs fermentation periods increased protein (22.81, 26.15 and 24.00% respectively). The carbohydrate, ash and moisture contents of the flours were also increased as a result of fermentation (68.01-76.83, 2.26-4.88, and 8.36-13.00% respectively). The 48 hrs fermented flour blends had the highest increase in ash relative to the control (4.88%). Fermentation increased zinc, iron, magnesium and phosphorus content of the flours. Treatment drastically reduced the anti-nutrient (oxalate, saponin, tannin, phytate, and hemagglutinin) levels of the flours. Both meat pie and biscuits had increased protein relative to the control (27.36-34.28% and 23.66-25.09%). However, the protein content of the meat pie increased more than that of the biscuits. Zinc, Iron, Magnesium and phosphorus levels increased in both meat pie and biscuits. Organoleptic attributes of the products (meat pie and biscuits) were slightly lower than the control except those of the 72 hrs fermented flours.

Keywords: fermentation, African yam bean, acha, biscuits, meat-pie

Procedia PDF Downloads 277
730 Prompt Design for Code Generation in Data Analysis Using Large Language Models

Authors: Lu Song Ma Li Zhi

Abstract:

With the rapid advancement of artificial intelligence technology, large language models (LLMs) have become a milestone in the field of natural language processing, demonstrating remarkable capabilities in semantic understanding, intelligent question answering, and text generation. These models are gradually penetrating various industries, particularly showcasing significant application potential in the data analysis domain. However, retraining or fine-tuning these models requires substantial computational resources and ample downstream task datasets, which poses a significant challenge for many enterprises and research institutions. Without modifying the internal parameters of the large models, prompt engineering techniques can rapidly adapt these models to new domains. This paper proposes a prompt design strategy aimed at leveraging the capabilities of large language models to automate the generation of data analysis code. By carefully designing prompts, data analysis requirements can be described in natural language, which the large language model can then understand and convert into executable data analysis code, thereby greatly enhancing the efficiency and convenience of data analysis. This strategy not only lowers the threshold for using large models but also significantly improves the accuracy and efficiency of data analysis. Our approach includes requirements for the precision of natural language descriptions, coverage of diverse data analysis needs, and mechanisms for immediate feedback and adjustment. Experimental results show that with this prompt design strategy, large language models perform exceptionally well in multiple data analysis tasks, generating high-quality code and significantly shortening the data analysis cycle. This method provides an efficient and convenient tool for the data analysis field and demonstrates the enormous potential of large language models in practical applications.

Keywords: large language models, prompt design, data analysis, code generation

Procedia PDF Downloads 40
729 Examining the Nutrition Knowledge, Attitude, and Practices of Elderly Residents in Duguri District, Bauchi State, Nigeria: A Village-Level Analysis

Authors: Iliyasu A. A. Ibrahim

Abstract:

Nutrition knowledge, attitudes, and practices (KAPs) play a vital role in preventing malnutrition and its consequences, impacting quality of life. This study aimed to assess KAPs among elderly individuals (60-90 years) in 4 villages of Duguri District, Alkaleri, Nigeria. A cross-sectional study was conducted among 2000 geriatrics from four villages. Studies showed that 70.6% of participants demonstrated poor nutrition knowledge, 60.2% exhibited unhealthy practices, while 50.5% displayed negative attitudes. Village-wise Comparison indicated that Yashi village recorded the lowest poor knowledge score (47.2%), Mainamaji (57.4%), Kungibar (66.2%), and Badara (67.2%) followed. Yashi village showed the most positive attitude (51.1%). The study revealed factors influencing KAPs, such as travel exposure and higher education, correlated with better attitudes and practices. The study highlights the significance of addressing nutrition-related KAP gaps among Duguri district’s elderly. Raising awareness and implementing a nutrition strategy with a focus on older adults is crucial. Concrete measures must ensure elders' nutritional needs are met, enhancing their quality of life.

Keywords: nutrition, knowledge, attitude, practice, elderly, Duguri

Procedia PDF Downloads 10
728 Analyzing Use of Figurativeness, Visual Elements, Allegory, Scenic Imagery as Support System in Punjabi Contemporary Theatre for Escaping Censorship

Authors: Shazia Anwer

Abstract:

This paper has discussed the unusual form of resistance in theatre against censorship board in Pakistan. The atypical approach of dramaturgy created massive space for performers and audiences to integrate and communicate. The social and religious absolutes creates suffocation in Pakistani society, strict control over all Fine and Performing Art has made art political, contemporary dramatics has started an amalgamated theatre to avoid censorship. Contemporary Punjabi theatre techniques are directly dependent on human cognition. The idea of indirect thought processing is not unique but dependent on spectators. The paper has provided an account of these techniques and their specific use for conveying specific messages across the audiences. For the Dramaturge of today, theatre space is an expression representing a linguistic formulation that includes qualities of experimental and non-traditional use of classical theatrical space in the context of fulfilling the concept of open theatre. Paper has explained the transformation of the theatrical experience into an event where the actor and the audience are co-existing and co-experiencing the dramatical experience. The denial of the existence of the 4th -Wall made two-way communication possible. This paper has elaborated that the previously marginalized genres such as naach, jugat, miras, are extensively included to counter the censorship board. Figurativeness, visual elements, allegory, scenic imagery are basic support system for contemporary Punjabi theatre. The body of the actor is used as a source for non-verbal communication, and for an escape from traditional theatrical space which by every means has every element that could be controlled and reprimanded by the controlling authority.

Keywords: communication, Punjabi theatre, figurativeness, censorship

Procedia PDF Downloads 134
727 The Correlation between Governance Mechanism and Changing Trends in the Ownership of Mongolian Companies

Authors: Ernest Nweke

Abstract:

This paper examines the changing trend in ownership of Mongolian companies and how this trend has influenced corporate governance mechanisms in Mongolian companies. A study of this magnitude is essential as it x-rays the systematic transformation of Mongolia’s corporate world from the public to private ownership and the tremendous impact it has had on firm governance mechanisms. Owing to Mongolia’s Soviet past, much of the companies in Mongolia were state-owned, state-directed and state-controlled resulting in serious inefficiencies in these companies. This scenario is antithetical to the economic growth and development of any nation as it is grossly at variance with the fundamental principles of good corporate governance that drive prosperity. Consequently, the Mongolian government has in the past decades fine-tuned government policy to prioritize private ownership, establishing various frameworks that will strengthen corporate governance structures in Mongolia. These efforts have paid off and gone a long way in changing the trend in the ownership of companies in Mongolia reversing the old order. The expectation locally and internationally is that companies in post-socialist Mongolia will be more closely aligned to generally accepted corporate governance mechanisms, generally improving company performance and ultimately returns to shareholders. To achieve the research objectives, the survey research method was employed utilizing a sample of seventy randomly selected listed companies representing 22% of Mongolian Stock Exchange listings. Research hypotheses formulated to guide the conduct of the study were tested using Chi-Square analysis, and results show that ownership trend has drastically changed in the post-socialist Mongolia leading to better corporate governance practices in Mongolian companies. This result has important policy implications.

Keywords: corporate disclosure, free market, private ownership, Mongolia

Procedia PDF Downloads 143
726 Converting Scheduling Time into Calendar Date Considering Non-Interruptible Construction Tasks

Authors: Salman Ali Nisar, Suzuki Koji

Abstract:

In this paper we developed a new algorithm to convert the project scheduling time into calendar date in order to handle non-interruptible activities not to be split by non-working days (such as weekend and holidays). In a construction project some activities might require not to be interrupted even on non-working days, or to be finished on the end day of business days. For example, concrete placing work might be required to be completed by the end day of weekdays i.e. Friday, and curing in the weekend. This research provides an algorithm that imposes time constraint for start and finish times of non-interruptible activities. The algorithm converts working days, which is obtained by Critical Path Method (CPM), to calendar date with consideration of the start date of a project. After determining the interruption by non-working days, the start time of a certain activity should be postponed, if there is enough total float value. Otherwise, the duration is shortened by hiring additional resources capacity or/and using overtime work execution. Then, time constraints are imposed to start time and finish time of the activity. The algorithm is developed in Excel Spreadsheet for microcomputer and therefore we can easily get a feasible, calendared construction schedule for such a construction project with some non-interruptible activities.

Keywords: project management, scheduling, critical path method, time constraint, non-interruptible tasks

Procedia PDF Downloads 502
725 Critical Success Factors for Sustainable Smart City Project in India

Authors: Debasis Sarkar

Abstract:

Development of a Smart City would depend upon the development of its infrastructure in a smart way. Primarily based on the ideology of the fourth industrial revolution a Smart City project should have Smart governance, smart health care, smart building, smart transportation, smart mobility, smart energy, smart technology and smart citizen. Considering the Indian scenario of current state of cities in India, it has become very essential to decide the specific parameters which would govern the development of a Smart City project. It has been observed that there are significant parameters beyond Information and Communication Technology (ICT), which govern the development of a Smart City project. This paper is an attempt to identify the Critical Success Factors (CSF) which are significantly responsible for the development of a Smart City project in Western India. Responses to questionnaire survey were analyzed on basis of Likert scale. They were further critically evaluated with help of Factor Comparison Method (FCM) and Analytical Hierarchy Process (AHP). The project authorities need to incorporate Building Information Modeling (BIM) to make the smart city project more collaborative. To make the project more sustainable, use of flyash in the concrete used, reduced usage of cement and steel, use of alternate fuels like biodiesel is recommended.

Keywords: analytical hierarchical process, building information modeling, critical success factors, factor comparison method

Procedia PDF Downloads 253
724 A Study on the Implementation of Differentiating Instruction Based on Universal Design for Learning

Authors: Yong Wook Kim

Abstract:

The diversity of students in regular classrooms is increasing due to expand inclusive education and increase multicultural students in South Korea. In this diverse classroom environment, the universal design for learning (UDL) has been proposed as a way to meet both the educational need and social expectation of student achievement. UDL offers a variety of practical teaching methods, one of which is a differentiating instruction. The differentiating instruction has been pointed out resource limitation, organizational resistance, and lacks easy-to-implement framework. However, through the framework provided by the UDL, differentiating instruction is able to be flexible in their implementation. In practice, the UDL and differentiating instruction are complementary, but there is still a lack of research that suggests specific implementation methods that apply both concepts at the same time. This study was conducted to investigate the effects of differentiating instruction strategies according to learner characteristics (readiness, interest, learning profile), components of differentiating instruction (content, process, performance, learning environment), especially UDL principles (representation, behavior and expression, participation) existed in differentiating instruction, and implementation of UDL-based differentiating instruction through the Planning for All Learner (PAL) and UDL Lesson Plan Cycle. It is meaningful that such a series of studies can enhance the possibility of more concrete and realistic UDL-based teaching and learning strategies in the classroom, especially in inclusive settings.

Keywords: universal design for learning, differentiating instruction, UDL lesson plan, PAL

Procedia PDF Downloads 194
723 Designing Electric Vehicle Charging Infrastructure to Benefit Historically-Marginalized Residents

Authors: Polly Parkinson, Emma Mecham, Fawn Groves, Amy Wilson-Lopez, Ivonne Santiago

Abstract:

In the rush to meet electric vehicle (EV) adoption goals that address environmental and health concerns, engineering planners and community policy experts cannot separate the socioeconomic and equity factors from transportation needs. Two gaps are identified in existing research: concrete proposals that address affordable micromobility options and provide for needs of community members without cars, and community-engaged research that elevates the concerns and solutions brought forward by historically-marginalized community members. This data analysis from a recent case study in a vulnerable community indicates that because transportation decisions are inextricably linked to health, work, and housing, EV adoption must also address multifaceted human needs. Communities focused on building more electric vehicle charging stations must find ways for lower-income households to also benefit. This research engaged residents in the planning process and resulted in a template for charging stations to advance mobility justice with a range of options that purposefully benefit the whole community.

Keywords: community engagement, electric vehicle charging, environmental justice, participatory research, transportation equity

Procedia PDF Downloads 37
722 Neural Network based Risk Detection for Dyslexia and Dysgraphia in Sinhala Language Speaking Children

Authors: Budhvin T. Withana, Sulochana Rupasinghe

Abstract:

The educational system faces a significant concern with regards to Dyslexia and Dysgraphia, which are learning disabilities impacting reading and writing abilities. This is particularly challenging for children who speak the Sinhala language due to its complexity and uniqueness. Commonly used methods to detect the risk of Dyslexia and Dysgraphia rely on subjective assessments, leading to limited coverage and time-consuming processes. Consequently, delays in diagnoses and missed opportunities for early intervention can occur. To address this issue, the project developed a hybrid model that incorporates various deep learning techniques to detect the risk of Dyslexia and Dysgraphia. Specifically, Resnet50, VGG16, and YOLOv8 models were integrated to identify handwriting issues. The outputs of these models were then combined with other input data and fed into an MLP model. Hyperparameters of the MLP model were fine-tuned using Grid Search CV, enabling the identification of optimal values for the model. This approach proved to be highly effective in accurately predicting the risk of Dyslexia and Dysgraphia, providing a valuable tool for early detection and intervention. The Resnet50 model exhibited a training accuracy of 0.9804 and a validation accuracy of 0.9653. The VGG16 model achieved a training accuracy of 0.9991 and a validation accuracy of 0.9891. The MLP model demonstrated impressive results with a training accuracy of 0.99918, a testing accuracy of 0.99223, and a loss of 0.01371. These outcomes showcase the high accuracy achieved by the proposed hybrid model in predicting the risk of Dyslexia and Dysgraphia.

Keywords: neural networks, risk detection system, dyslexia, dysgraphia, deep learning, learning disabilities, data science

Procedia PDF Downloads 64
721 TessPy – Spatial Tessellation Made Easy

Authors: Jonas Hamann, Siavash Saki, Tobias Hagen

Abstract:

Discretization of urban areas is a crucial aspect in many spatial analyses. The process of discretization of space into subspaces without overlaps and gaps is called tessellation. It helps understanding spatial space and provides a framework for analyzing geospatial data. Tessellation methods can be divided into two groups: regular tessellations and irregular tessellations. While regular tessellation methods, like squares-grids or hexagons-grids, are suitable for addressing pure geometry problems, they cannot take the unique characteristics of different subareas into account. However, irregular tessellation methods allow the border between the subareas to be defined more realistically based on urban features like a road network or Points of Interest (POI). Even though Python is one of the most used programming languages when it comes to spatial analysis, there is currently no library that combines different tessellation methods to enable users and researchers to compare different techniques. To close this gap, we are proposing TessPy, an open-source Python package, which combines all above-mentioned tessellation methods and makes them easily accessible to everyone. The core functions of TessPy represent the five different tessellation methods: squares, hexagons, adaptive squares, Voronoi polygons, and city blocks. By using regular methods, users can set the resolution of the tessellation which defines the finesse of the discretization and the desired number of tiles. Irregular tessellation methods allow users to define which spatial data to consider (e.g., amenity, building, office) and how fine the tessellation should be. The spatial data used is open-source and provided by OpenStreetMap. This data can be easily extracted and used for further analyses. Besides the methodology of the different techniques, the state-of-the-art, including examples and future work, will be discussed. All dependencies can be installed using conda or pip; however, the former is more recommended.

Keywords: geospatial data science, geospatial data analysis, tessellations, urban studies

Procedia PDF Downloads 128
720 Recycled Plastic Fibers for Minimizing Plastic Shrinkage Cracking of Cement Based Mortar

Authors: B. S. Al-Tulaian, M. J. Al-Shannag, A. M. Al-Hozaimy

Abstract:

The development of new construction materials using recycled plastic is important to both the construction and the plastic recycling industries. Manufacturing of fibers from industrial or post-consumer plastic waste is an attractive approach with such benefits as concrete performance enhancement, and reduced needs for land filling. The main objective of this study is to investigate the effect of plastic fibers obtained locally from recycled waste on plastic shrinkage cracking of ordinary cement based mortar. Parameters investigated include: Fiber length ranging from 20 to 50 mm, and fiber volume fraction ranging from 0% to 1.5% by volume. The test results showed significant improvement in crack arresting mechanism and substantial reduction in the surface area of cracks for the mortar reinforced with recycled plastic fibers compared to plain mortar. Furthermore, test results indicated that there was a slight decrease in compressive strength of mortar reinforced with different lengths and contents of recycled fibers compared to plain mortar. This study suggests that adding more than 1% of RP fibers to mortar, can be used effectively for controlling plastic shrinkage cracking of cement based mortar, and thus results in waste reduction and resources conservation.

Keywords: mortar, plastic, shrinkage cracking, compressive strength, RF recycled fibers

Procedia PDF Downloads 409
719 Comparative Study of Free Vibrational Analysis and Modes Shapes of FSAE Car Frame Using Different FEM Modules

Authors: Rajat Jain, Himanshu Pandey, Somesh Mehta, Pravin P. Patil

Abstract:

Formula SAE cars are the student designed and fabricated formula prototype cars, designed according to SAE INTERNATIONAL design rules which compete in the various national and international events. This paper shows a FEM based comparative study of free vibration analysis of different mode shapes of a formula prototype car chassis frame. Tubing sections of different diameters as per the design rules are designed in such a manner that the desired strength can be achieved. Natural frequency of first five mode was determined using finite element analysis method. SOLIDWORKS is used for designing the frame structure and SOLIDWORKS SIMULATION and ANSYS WORKBENCH 16.2 are used for the modal analysis. Mode shape results of ANSYS and SOLIDWORKS were compared. Fixed –fixed boundary conditions are used for fixing the A-arm wishbones. The simulation results were compared for the validation of the study. First five modes were compared and results were found within the permissible limits. The AISI4130 (CROMOLY- chromium molybdenum steel) material is used and the chassis frame is discretized with fine quality QUAD mesh followed by Fixed-fixed boundary conditions. The natural frequency of the chassis frame is 53.92-125.5 Hz as per the results of ANSYS which is found within the permissible limits. The study is concluded with the light weight and compact chassis frame without compensation with strength. This design allows to fabricate an extremely safe driver ergonomics, compact, dynamically stable, simple and light weight tubular chassis frame with higher strength.

Keywords: FEM, modal analysis, formula SAE cars, chassis frame, Ansys

Procedia PDF Downloads 347
718 Bilingual Siblings and Dynamic Family Language Policies in Italian/English Families

Authors: Daniela Panico

Abstract:

Framed by language socialization and family language policy theories, the present study explores the ways the language choice patterns of bilingual siblings contribute to the shaping of the language environment and the language practices of Italian/English families residing in Sydney. The main source of data is video recordings of naturally occurring parent-children and child-to-child interactions during everyday routines (i.e., family mealtimes and siblings playtime) in the home environment. Recurrent interactional practices are analyzed in detail through a conversational analytical approach. This presentation focuses on the interactional trajectories developing during the negotiation of language choices between all family members and between siblings in face-to-face interactions. Fine-grained analysis is performed on language negotiation sequences of multiparty bilingual conversations in order to uncover the sequential patterns through which a) the children respond to the parental strategies aiming to minority language maintenance, and b) the siblings influence each other’s language use and choice (e.g., older siblings positioning themselves as language teachers and language brokers, younger siblings accepting the role of apprentices). The findings show that, along with the parents, children are active socializing agents in the family and, with their linguistic behavior, they contribute to the establishment of a bilingual or a monolingual context in the home. Moreover, by orienting themselves towards the use of one or the other language in family talk, bilingual siblings are a major internal micro force in the language ecology of a bilingual family and can strongly support language maintenance or language shift processes in such domain. Overall, the study provides insights into the dynamic ways in which family language policy is interactionally negotiated and instantiated in bilingual homes as well as the challenges of intergenerational language transmission.

Keywords: bilingual siblings, family interactions, family language policy, language maintenance

Procedia PDF Downloads 191
717 Cement Bond Characteristics of Artificially Fabricated Sandstones

Authors: Ashirgul Kozhagulova, Ainash Shabdirova, Galym Tokazhanov, Minh Nguyen

Abstract:

The synthetic rocks have been advantageous over the natural rocks in terms of availability and the consistent studying the impact of a particular parameter. The artificial rocks can be fabricated using variety of techniques such as mixing sand and Portland cement or gypsum, firing the mixture of sand and fine powder of borosilicate glass or by in-situ precipitation of calcite solution. In this study, sodium silicate solution has been used as the cementing agent for the quartz sand. The molded soft cylindrical sandstone samples are placed in the gas-tight pressure vessel, where the hardening of the material takes place as the chemical reaction between carbon dioxide and the silicate solution progresses. The vessel allows uniform disperse of carbon dioxide and control over the ambient gas pressure. Current paper shows how the bonding material is initially distributed in the intergranular space and the surface of the sand particles by the usage of Electron Microscopy and the Energy Dispersive Spectroscopy. During the study, the strength of the cement bond as a function of temperature is observed. The impact of cementing agent dosage on the micro and macro characteristics of the sandstone is investigated. The analysis of the cement bond at micro level helps to trace the changes to particles bonding damage after a potential yielding. Shearing behavior and compressional response have been examined resulting in the estimation of the shearing resistance and cohesion force of the sandstone. These are considered to be main input values to the mathematical prediction models of sand production from weak clastic oil reservoir formations.

Keywords: artificial sanstone, cement bond, microstructure, SEM, triaxial shearing

Procedia PDF Downloads 168
716 Physico-Chemical Basis of Thermal Destruction of Benzo(a)Pyrene and Reducing Their Concentration in the Gas Phase

Authors: K. A. Kemelov, Z. K. Maymekov, D. A. Sambaeva, W. Frenzel

Abstract:

Benzo(a)pyrene is widespread carcinogenic and mutagenic environmental pollutant, which is formed in combustion processes of carbonaceous materials at high temperature and still health safety problem related benz(a)pyrene continues to remain actual. At the moment the mechanisms of formation of benzo(a)pyrene are not studied in detail, there is not concrete certain full scheme of synthesis of benzo(a)pyrene. Studies in this area are mainly dedicated to development of measuring tools and chemical reactions analyzes, or to obtain specific evidence of a large group of polycyclic aromatic hydrocarbons (PAHs). Consequently in this study we try to create physical and chemical model of oxidation and thermo destruction processes of benzo(a)pyrene, using critical thermodynamical parameters in order to estimate theoretical derivatives of benzo(a)pyrene and which conditions benzo(a)pyrene degraded into more harmful substances. According to this physical and chemical modeling of thermal destruction process of benzo(a)pyrene in wide ranges of change of temperature value were calculated. C20H12 - H2O-O2 system was taken for modeling of thermal destruction process of benzo(a)pyrene in order to establish distribution range of equilibrium structures and concentrations of molecules in a gas phase. Also technological ways of reduction of concentration of benzo(a)pyrene in a gas phase were supposed.

Keywords: benzo(a)pyrene, emission, PAH, thermodynamic parameters

Procedia PDF Downloads 298
715 An Exploratory Sequential Design: A Mixed Methods Model for the Statistics Learning Assessment with a Bayesian Network Representation

Authors: Zhidong Zhang

Abstract:

This study established a mixed method model in assessing statistics learning with Bayesian network models. There are three variants in exploratory sequential designs. There are three linked steps in one of the designs: qualitative data collection and analysis, quantitative measure, instrument, intervention, and quantitative data collection analysis. The study used a scoring model of analysis of variance (ANOVA) as a content domain. The research study is to examine students’ learning in both semantic and performance aspects at fine grain level. The ANOVA score model, y = α+ βx1 + γx1+ ε, as a cognitive task to collect data during the student learning process. When the learning processes were decomposed into multiple steps in both semantic and performance aspects, a hierarchical Bayesian network was established. This is a theory-driven process. The hierarchical structure was gained based on qualitative cognitive analysis. The data from students’ ANOVA score model learning was used to give evidence to the hierarchical Bayesian network model from the evidential variables. Finally, the assessment results of students’ ANOVA score model learning were reported. Briefly, this was a mixed method research design applied to statistics learning assessment. The mixed methods designs expanded more possibilities for researchers to establish advanced quantitative models initially with a theory-driven qualitative mode.

Keywords: exploratory sequential design, ANOVA score model, Bayesian network model, mixed methods research design, cognitive analysis

Procedia PDF Downloads 179
714 A Zero-Flaring Flowback Solution to Revive Liquid Loaded Gas Wells

Authors: Elsayed Amer, Tarek Essam, Abdullah Hella, Mohammed Al-Ajmi

Abstract:

Hydrocarbon production decline in mature gas fields is inevitable, and mitigating these circumstances is essential to ensure a longer production period. Production decline is not only influenced by reservoir pressure and wellbore integrity; however, associated liquids in the reservoir rock have a considerable impact on the production process. The associated liquid may result in liquid loading, near wellbore damage, condensate banking, fine sand migration, and wellhead pressure depletion. Consequently, the producing well will suffocate, and the liquid column will seize the well from flowing. A common solution in such circumstances is reducing the surface pressure by opening the well to the atmospheric pressure and flaring the produced liquids. This practice may not be applicable to many cases since the atmospheric pressure is not low enough to create a sufficient driving force to flow the well. In addition, flaring the produced hydrocarbon is solving the issue on account of the environment, which is against the world's efforts to mitigate the impact of climate change. This paper presents a novel approach and a case study that utilizes a multi-phase mobile wellhead gas compression unit (MMWGC) to reduce surface pressure to the sub-atmospheric level and transfer the produced hydrocarbons to the sales line. As a result, the liquid column will unload in a zero-flaring manner, and the life of the producing well will extend considerably. The MMWGC unit was able to successfully kick off a dead well to produce up to 10 MMSCFD after reducing the surface pressure for 3 hours. Applying such novelty on a broader scale will not only extend the life of the producing wells yet will also provide a zero-flaring, economically and environmentally preferred solution.

Keywords: petroleum engineering, zero-flaring, liquid loading, well revival

Procedia PDF Downloads 100
713 Neural Network-based Risk Detection for Dyslexia and Dysgraphia in Sinhala Language Speaking Children

Authors: Budhvin T. Withana, Sulochana Rupasinghe

Abstract:

The problem of Dyslexia and Dysgraphia, two learning disabilities that affect reading and writing abilities, respectively, is a major concern for the educational system. Due to the complexity and uniqueness of the Sinhala language, these conditions are especially difficult for children who speak it. The traditional risk detection methods for Dyslexia and Dysgraphia frequently rely on subjective assessments, making it difficult to cover a wide range of risk detection and time-consuming. As a result, diagnoses may be delayed and opportunities for early intervention may be lost. The project was approached by developing a hybrid model that utilized various deep learning techniques for detecting risk of Dyslexia and Dysgraphia. Specifically, Resnet50, VGG16 and YOLOv8 were integrated to detect the handwriting issues, and their outputs were fed into an MLP model along with several other input data. The hyperparameters of the MLP model were fine-tuned using Grid Search CV, which allowed for the optimal values to be identified for the model. This approach proved to be effective in accurately predicting the risk of Dyslexia and Dysgraphia, providing a valuable tool for early detection and intervention of these conditions. The Resnet50 model achieved an accuracy of 0.9804 on the training data and 0.9653 on the validation data. The VGG16 model achieved an accuracy of 0.9991 on the training data and 0.9891 on the validation data. The MLP model achieved an impressive training accuracy of 0.99918 and a testing accuracy of 0.99223, with a loss of 0.01371. These results demonstrate that the proposed hybrid model achieved a high level of accuracy in predicting the risk of Dyslexia and Dysgraphia.

Keywords: neural networks, risk detection system, Dyslexia, Dysgraphia, deep learning, learning disabilities, data science

Procedia PDF Downloads 114
712 Causes and Implications of Obesity in Urban School Going Children

Authors: Mohammad Amjad, Muhammad Iqbal Zafar, Ashfaq Ahmed Maan, Muhammad Tayyab Kashif

Abstract:

Obesity is an abnormal physical condition where an increased and undesirable fat accumulates in the human body. Obesity is an international phenomenon. In the present study, 12 schools were randomly selected from each district considering the areas i.e. Elite Private Schools in the private sector, Government schools in urban areas and Government schools in rural areas. Interviews were conducted with male students studying in grade 5 to grade 9 in each school. The sample size was 600 students; 300 from Faisalabad district and 300 from Rawalpindi district in Pakistan. A well-structured and pre-tested questionnaire was used for data collection. The calibrated scales were used to attain the heights and weights of the respondents. Obesity of school-going children depends on family types, family size, family history, junk food consumption, mother’s education, weekly time spent in walking, and sports facility at school levels. Academic performance, physical health and psychological health of school going children are affected with obesity. Concrete steps and policies could minimize the incidence of obesity in children in Pakistan.

Keywords: body mass index, cardiovascular disease, fast food, morbidity, overweight

Procedia PDF Downloads 185
711 The Impact of Temporal Impairment on Quality of Experience (QoE) in Video Streaming: A No Reference (NR) Subjective and Objective Study

Authors: Muhammad Arslan Usman, Muhammad Rehan Usman, Soo Young Shin

Abstract:

Live video streaming is one of the most widely used service among end users, yet it is a big challenge for the network operators in terms of quality. The only way to provide excellent Quality of Experience (QoE) to the end users is continuous monitoring of live video streaming. For this purpose, there are several objective algorithms available that monitor the quality of the video in a live stream. Subjective tests play a very important role in fine tuning the results of objective algorithms. As human perception is considered to be the most reliable source for assessing the quality of a video stream, subjective tests are conducted in order to develop more reliable objective algorithms. Temporal impairments in a live video stream can have a negative impact on the end users. In this paper we have conducted subjective evaluation tests on a set of video sequences containing temporal impairment known as frame freezing. Frame Freezing is considered as a transmission error as well as a hardware error which can result in loss of video frames on the reception side of a transmission system. In our subjective tests, we have performed tests on videos that contain a single freezing event and also for videos that contain multiple freezing events. We have recorded our subjective test results for all the videos in order to give a comparison on the available No Reference (NR) objective algorithms. Finally, we have shown the performance of no reference algorithms used for objective evaluation of videos and suggested the algorithm that works better. The outcome of this study shows the importance of QoE and its effect on human perception. The results for the subjective evaluation can serve the purpose for validating objective algorithms.

Keywords: objective evaluation, subjective evaluation, quality of experience (QoE), video quality assessment (VQA)

Procedia PDF Downloads 602
710 Design of Raw Water Reservoir on Sandy Soil

Authors: Venkata Ramana Pamu

Abstract:

This paper is a case study of a 5310 ML capacity Raw Water Reservoir (RWR), situated in Indian state Rajasthan, which is a part of Rajasthan Rural Water Supply & Fluorosis Mitigation Project. This RWR embankment was constructed by locally available material on natural ground profile. Height of the embankment was varying from 2m to 10m.This is due to existing ground level was varying. Reservoir depth 9m including 1.5m free board and 1V:3H slopes were provided both upstream and downstream side. Proper soil investigation, tests were done and it was confirmed that the existing soil is sandy silt. The existing excavated earth was used as filling material for embankment construction, due to this controlling seepage from upstream to downstream be a challenging task. Slope stability and Seismic analysis of the embankment done by Conventional method for both full reservoir condition and rapid drawdown. Horizontal filter at toe level was provided along with upstream side PCC (Plain Cement Concrete) block and HDPE (High Density poly ethylene) lining as a remedy to control seepage. HDPE lining was also provided at storage area of the reservoir bed level. Mulching was done for downstream side slope protection.

Keywords: raw water reservoir, seepage, seismic analysis, slope stability

Procedia PDF Downloads 497
709 Characterization of Candlenut Shells and Its Application to Remove Oil and Fine Solids of Produced Water in Nutshell Filters of Water Cleaning Plant

Authors: Annur Suhadi, Haris B. Harahap, Zaim Arrosyidi, Epan, Darmapala

Abstract:

Oilfields under waterflood often face the problem of plugging injectors either by internal filtration or external filter cake built up inside pore throats. The content of suspended solids shall be reduced to required level of filtration since corrective action of plugging is costly expensive. The performance of nutshell filters, where filtration takes place, is good using pecan and walnut shells. Candlenut shells were used instead of pecan and walnut shells since they were abundant in Indonesia, Malaysia, and East Africa. Physical and chemical properties of walnut, pecan, and candlenut shells were tested and the results were compared. Testing, using full-scale nutshell filters, was conducted to determine the oil content, turbidity, and suspended solid removal, which was based on designed flux rate. The performance of candlenut shells, which were deeply bedded in nutshell filters for filtration process, was monitored. Cleaned water outgoing nutshell filters had total suspended solids of 17 ppm, while oil content could be reduced to 15.1 ppm. Turbidity, using candlenut shells, was below the specification for injection water, which was less than 10 Nephelometric Turbidity Unit (NTU). Turbidity of water, outgoing nutshell filter, was ranged from 1.7-5.0 NTU at various dates of operation. Walnut, pecan, and candlenut shells had moisture content of 8.98 wt%, 10.95 wt%, and 9.95 wt%, respectively. The porosity of walnut, pecan, and candlenut shells was significantly affected by moisture content. Candlenut shells had property of toluene solubility of 7.68 wt%, which was much higher than walnut shells, reflecting more crude oil adsorption. The hardness of candlenut shells was 2.5-3 Mohs, which was close to walnut shells’ hardness. It was advantage to guarantee the cleaning filter cake by fluidization process during backwashing.

Keywords: candlenut shells, filtration, nutshell filter, pecan shells, walnut shells

Procedia PDF Downloads 111
708 Diversability and Diversity: Toward Including Disability/Body-Mind Diversity in Educational Diversity, Equity, and Inclusion

Authors: Jennifer Natalya Fink

Abstract:

Since the racial reckoning of 2020, almost every major educational institution has incorporated diversity, equity, and inclusion (DEI) principles into its administrative, hiring, and pedagogical practices. Yet these DEI principles rarely incorporate explicit language or critical thinking about disability. Despite the fact that according to the World Health Organization, one in five people worldwide is disabled, making disabled people the larger minority group in the world, disability remains the neglected stepchild of DEI. Drawing on disability studies and crip theory frameworks, the underlying causes of this exclusion of disability from DEI, such as stigma, shame, invisible disabilities, institutionalization/segregation/delineation from family, and competing models and definitions of disability are examined. This paper explores both the ideological and practical shifts necessary to include disability in university DEI initiatives. It offers positive examples as well as conceptual frameworks such as 'divers ability' for so doing. Using Georgetown University’s 2020-2022 DEI initiatives as a case study, this paper describes how curricular infusion, accessibility, identity, community, and diversity administration infused one university’s DEI initiatives with concrete disability-inclusive measures. It concludes with a consideration of how the very framework of DEI itself might be challenged and transformed if disability were to be included.

Keywords: diversity, equity, inclusion, disability, crip theory, accessibility

Procedia PDF Downloads 134
707 Energy Performance Gaps in Residences: An Analysis of the Variables That Cause Energy Gaps and Their Impact

Authors: Amrutha Kishor

Abstract:

Today, with the rising global warming and depletion of resources every industry is moving toward sustainability and energy efficiency. As part of this movement, it is nowadays obligatory for architects to play their part by creating energy predictions for their designs. But in a lot of cases, these predictions do not reflect the real quantities of energy in newly built buildings when operating. These can be described as ‘Energy Performance Gaps’. This study aims to determine the underlying reasons for these gaps. Seven houses designed by Allan Joyce Architects, UK from 1998 until 2019 were considered for this study. The data from the residents’ energy bills were cross-referenced with the predictions made with the software SefairaPro and from energy reports. Results indicated that the predictions did not match the actual energy usage. An account of how energy was used in these seven houses was made by means of personal interviews. The main factors considered in the study were occupancy patterns, heating systems and usage, lighting profile and usage, and appliances’ profile and usage. The study found that the main reasons for the creation of energy gaps were the discrepancies in occupant usage and patterns of energy consumption that are predicted as opposed to the actual ones. This study is particularly useful for energy-conscious architectural firms to fine-tune the approach to designing houses and analysing their energy performance. As the findings reveal that energy usage in homes varies based on the way residents use the space, it helps deduce the most efficient technological combinations. This information can be used to set guidelines for future policies and regulations related to energy consumption in homes. This study can also be used by the developers of simulation software to understand how architects use their product and drive improvements in its future versions.

Keywords: architectural simulation, energy efficient design, energy performance gaps, environmental design

Procedia PDF Downloads 118
706 Integrated Design of Froth Flotation Process in Sludge Oil Recovery Using Cavitation Nanobubbles for Increase the Efficiency and High Viscose Compatibility

Authors: Yolla Miranda, Marini Altyra, Karina Kalmapuspita Imas

Abstract:

Oily sludge wastes always fill in upstream and downstream petroleum industry process. Sludge still contains oil that can use for energy storage. Recycling sludge is a method to handling it for reduce the toxicity and very probable to get the remaining oil around 20% from its volume. Froth flotation, a common method based on chemical unit for separate fine solid particles from an aqueous suspension. The basic composition of froth flotation is the capture of oil droplets or small solids by air bubbles in an aqueous slurry, followed by their levitation and collection in a froth layer. This method has been known as no intensive energy requirement and easy to apply. But the low efficiency and unable treat the high viscosity become the biggest problem in froth flotation unit. This study give the design to manage the high viscosity of sludge first and then entering the froth flotation including cavitation tube on it to change the bubbles into nano particles. The recovery in flotation starts with the collision and adhesion of hydrophobic particles to the air bubbles followed by transportation of the hydrophobic particle-bubble aggregate from the collection zone to the froth zone, drainage and enrichment of the froth, and finally by its overflow removal from the cell top. The effective particle separation by froth flotation relies on the efficient capture of hydrophobic particles by air bubbles in three steps. The important step is collision. Decreasing the bubble particles will increasing the collision effect. It cause the process more efficient. The pre-treatment, froth flotation, and cavitation tube integrated each other. The design shows the integrated unit and its process.

Keywords: sludge oil recovery, froth flotation, cavitation tube, nanobubbles, high viscosity

Procedia PDF Downloads 378
705 Analysis of Generation Z and Perceptions of Conscious Consumption in the Light of Primary Data

Authors: Mónika Garai-Fodor, Nikoett Huszak

Abstract:

In the present study, we investigate the cognitive aspects of conscious consumer behaviour among Generation Z members. In our view, conscious consumption can greatly help to foster social responsibility, environmental and health-conscious behaviour, and ethical consumerism. We believe that it is an important educational task to promote and reinforce consumer behaviour among young people that increases and creates community value. In this study, we analysed the dimensions of young people's conscious consumer behaviour and its manifestation in concrete forms of behaviour, purchasing, and consumer decisions. As a result of a survey conducted through a snowball sampling procedure, the responses of 200 respondents who are members of Generation Z were analysed. The research analysed young people's perceptions and opinions of conscious living and their perceptions of self-conscious consumer behaviour. The primary research used a pre-tested standardised online questionnaire. Data were evaluated using bivariate and multivariate analyses in addition to descriptive statistics. The research presents results that are valid for the sample, and we plan to continue with a larger sample survey and extend it to other generations. Our main objective is to analyse what conscious living means to young people, what behavioural elements they associate with it, and what activities they themselves undertake in this context.

Keywords: generation Z, conscious consumption, primary research, sustainability

Procedia PDF Downloads 38