Search results for: open source data
28228 Preliminary Phytochemical Screening and Comparison of Different Extracts of Capparidaceae Family
Authors: Noshaba Dilbar, Maria Jabbar
Abstract:
Medicinal plants are considered to be the richest source of drug discovery. The main cause of medicinal properties of plants is the presence of bioactive compounds in them. Phytochemical screening is the valuable process that detects bioactive compounds(secondary metabolites) in plants. The present study was carried out to determine phytochemical profile and ethnobotanical importance of Capparidaceae species. ( Capparis spinosa and Dipterygium glaucum). The selection of plants was made on basis of traditional knowledge of their usage in ayurvedic medicines. Different type of solvents(ethanol, methanol, chloroform, benzene and petroleum ether) were used to make extracts of dry and fresh plants. Phytochemical screening was made by using various standard techniques. Results reveal the presence of large range of bioactive compounds i.e alakloids, saponins, flavonoids, terpenoids, glycosides, phenols and steroids. Methanol, petroleum ether and chloroform extracts showed high extractability of bioactive compounds. The results obtained ensure these plants a reliable source of pharmacological industry and can be used in making of various biological friendly drugs.Keywords: bioactive compounds, Capparidaceae, phytochemical screening, secondary metabolites
Procedia PDF Downloads 17428227 The Utilization of Big Data in Knowledge Management Creation
Authors: Daniel Brian Thompson, Subarmaniam Kannan
Abstract:
The huge weightage of knowledge in this world and within the repository of organizations has already reached immense capacity and is constantly increasing as time goes by. To accommodate these constraints, Big Data implementation and algorithms are utilized to obtain new or enhanced knowledge for decision-making. With the transition from data to knowledge provides the transformational changes which will provide tangible benefits to the individual implementing these practices. Today, various organization would derive knowledge from observations and intuitions where this information or data will be translated into best practices for knowledge acquisition, generation and sharing. Through the widespread usage of Big Data, the main intention is to provide information that has been cleaned and analyzed to nurture tangible insights for an organization to apply to their knowledge-creation practices based on facts and figures. The translation of data into knowledge will generate value for an organization to make decisive decisions to proceed with the transition of best practices. Without a strong foundation of knowledge and Big Data, businesses are not able to grow and be enhanced within the competitive environment.Keywords: big data, knowledge management, data driven, knowledge creation
Procedia PDF Downloads 11628226 Cell Biomass and Lipid Productivities of Meyerella planktonica under Autotrophic and Heterotrophic Growth Conditions
Authors: Rory Anthony Hutagalung, Leonardus Widjaja
Abstract:
Microalgae Meyerella planktonica is a potential biofuel source because it can grow in bulk in either autotrophic or heterotrophic condition. However, the quantitative growth of this algal type is still low as it tends to precipitates on the bottom. Beside, the lipid concentration is still low when grown in autotrophic condition. In contrast, heterotrophic condition can enhance the lipid concentration. The combination of autotrophic condition and agitation treatment was conducted to increase the density of the culture. On the other hand, a heterotrophic condition was set up to raise the lipid production. A two-stage experiment was applied to increase the density at the first step and to increase the lipid concentration in the next step. The autotrophic condition resulted higher density but lower lipid concentration compared to heterotrophic one. The agitation treatment produced higher density in both autotrophic and heterotrophic conditions. The two-stage experiment managed to enhance the density during the autotrophic stage and the lipid concentration during the heterotrophic stage. The highest yield was performed by using 0.4% v/v glycerol as a carbon source (2.9±0.016 x 106 cells w/w) attained 7 days after the heterotrophic stage began. The lipid concentration was stable starting from day 7.Keywords: agitation, glycerol, heterotrophic, lipid productivity, Meyerella planktonica
Procedia PDF Downloads 33728225 Survey on Data Security Issues Through Cloud Computing Amongst Sme’s in Nairobi County, Kenya
Authors: Masese Chuma Benard, Martin Onsiro Ronald
Abstract:
Businesses have been using cloud computing more frequently recently because they wish to take advantage of its advantages. However, employing cloud computing also introduces new security concerns, particularly with regard to data security, potential risks and weaknesses that could be exploited by attackers, and various tactics and strategies that could be used to lessen these risks. This study examines data security issues on cloud computing amongst sme’s in Nairobi county, Kenya. The study used the sample size of 48, the research approach was mixed methods, The findings show that data owner has no control over the cloud merchant's data management procedures, there is no way to ensure that data is handled legally. This implies that you will lose control over the data stored in the cloud. Data and information stored in the cloud may face a range of availability issues due to internet outages; this can represent a significant risk to data kept in shared clouds. Integrity, availability, and secrecy are all mentioned.Keywords: data security, cloud computing, information, information security, small and medium-sized firms (SMEs)
Procedia PDF Downloads 8428224 Cloud Design for Storing Large Amount of Data
Authors: M. Strémy, P. Závacký, P. Cuninka, M. Juhás
Abstract:
Main goal of this paper is to introduce our design of private cloud for storing large amount of data, especially pictures, and to provide good technological backend for data analysis based on parallel processing and business intelligence. We have tested hypervisors, cloud management tools, storage for storing all data and Hadoop to provide data analysis on unstructured data. Providing high availability, virtual network management, logical separation of projects and also rapid deployment of physical servers to our environment was also needed.Keywords: cloud, glusterfs, hadoop, juju, kvm, maas, openstack, virtualization
Procedia PDF Downloads 35328223 Embedded Test Framework: A Solution Accelerator for Embedded Hardware Testing
Authors: Arjun Kumar Rath, Titus Dhanasingh
Abstract:
Embedded product development requires software to test hardware functionality during development and finding issues during manufacturing in larger quantities. As the components are getting integrated, the devices are tested for their full functionality using advanced software tools. Benchmarking tools are used to measure and compare the performance of product features. At present, these tests are based on a variety of methods involving varying hardware and software platforms. Typically, these tests are custom built for every product and remain unusable for other variants. A majority of the tests goes undocumented, not updated, unusable when the product is released. To bridge this gap, a solution accelerator in the form of a framework can address these issues for running all these tests from one place, using an off-the-shelf tests library in a continuous integration environment. There are many open-source test frameworks or tools (fuego. LAVA, AutoTest, KernelCI, etc.) designed for testing embedded system devices, with each one having several unique good features, but one single tool and framework may not satisfy all of the testing needs for embedded systems, thus an extensible framework with the multitude of tools. Embedded product testing includes board bring-up testing, test during manufacturing, firmware testing, application testing, and assembly testing. Traditional test methods include developing test libraries and support components for every new hardware platform that belongs to the same domain with identical hardware architecture. This approach will have drawbacks like non-reusability where platform-specific libraries cannot be reused, need to maintain source infrastructure for individual hardware platforms, and most importantly, time is taken to re-develop test cases for new hardware platforms. These limitations create challenges like environment set up for testing, scalability, and maintenance. A desirable strategy is certainly one that is focused on maximizing reusability, continuous integration, and leveraging artifacts across the complete development cycle during phases of testing and across family of products. To get over the stated challenges with the conventional method and offers benefits of embedded testing, an embedded test framework (ETF), a solution accelerator, is designed, which can be deployed in embedded system-related products with minimal customizations and maintenance to accelerate the hardware testing. Embedded test framework supports testing different hardwares including microprocessor and microcontroller. It offers benefits such as (1) Time-to-Market: Accelerates board brings up time with prepacked test suites supporting all necessary peripherals which can speed up the design and development stage(board bring up, manufacturing and device driver) (2) Reusability-framework components isolated from the platform-specific HW initialization and configuration makes the adaptability of test cases across various platform quick and simple (3) Effective build and test infrastructure with multiple test interface options and preintegrated with FUEGO framework (4) Continuos integration - pre-integrated with Jenkins which enabled continuous testing and automated software update feature. Applying the embedded test framework accelerator throughout the design and development phase enables to development of the well-tested systems before functional verification and improves time to market to a large extent.Keywords: board diagnostics software, embedded system, hardware testing, test frameworks
Procedia PDF Downloads 14528222 Experimental Investigation on the Effects of Electroless Nickel Phosphorus Deposition, pH and Temperature with the Varying Coating Bath Parameters on Impact Energy by Taguchi Method
Authors: D. Kari Basavaraja, M. G. Skanda, C. Soumya, V. Ramesh
Abstract:
This paper discusses the effects of sodium hypophosphite concentration, pH, and temperature on deposition rate. This paper also discusses the evaluation of coating strength, surface, and subsurface by varying the bath parameters, percentage of phosphate, plating temperature, and pH of the plating solution. Taguchi technique has been used for the analysis. In the experiment, nickel chloride which is a source of nickel when mixed with sodium hypophosphite has been used as the reducing agent and the source of phosphate and sodium hydroxide has been used to vary the pH of the coating bath. The coated samples are tested for impact energy by conducting impact test. Finally, the effects of coating bath parameters on the impact energy absorbed have been plotted, and analysis has been carried out. Further, percentage contribution of coating bath parameters using Design of Experiments approach (DOE) has been analysed. Finally, it can be concluded that the bath parameters of the Ni-P coating will certainly influence on the strength of the specimen.Keywords: bath parameters, coatings, design of experiment, fracture toughness, impact strength
Procedia PDF Downloads 35128221 Analysis of Bio-Oil Produced by Pyrolysis of Coconut Shell
Authors: D. S. Fardhyanti, A. Damayanti
Abstract:
The utilization of biomass as a source of new and renewable energy is being carried out. One of the technologies to convert biomass as an energy source is pyrolysis which is converting biomass into more valuable products, such as bio-oil. Bio-oil is a liquid which is produced by steam condensation process from the pyrolysis of coconut shells. The composition of a coconut shell e.g. hemicellulose, cellulose and lignin will be oxidized to phenolic compounds as the main component of the bio-oil. The phenolic compounds in bio-oil are corrosive; they cause various difficulties in the combustion system because of a high viscosity, low calorific value, corrosiveness, and instability. Phenolic compounds are very valuable components which phenol has used as the main component for the manufacture of antiseptic, disinfectant (known as Lysol) and deodorizer. The experiments typically occurred at the atmospheric pressure in a pyrolysis reactor at temperatures ranging from 300 oC to 350 oC with a heating rate of 10 oC/min and a holding time of 1 hour at the pyrolysis temperature. The Gas Chromatography-Mass Spectroscopy (GC-MS) was used to analyze the bio-oil components. The obtained bio-oil has the viscosity of 1.46 cP, the density of 1.50 g/cm3, the calorific value of 16.9 MJ/kg, and the molecular weight of 1996.64. By GC-MS, the analysis of bio-oil showed that it contained phenol (40.01%), ethyl ester (37.60%), 2-methoxy-phenol (7.02%), furfural (5.45%), formic acid (4.02%), 1-hydroxy-2-butanone (3.89%), and 3-methyl-1,2-cyclopentanedione (2.01%).Keywords: bio-oil, pyrolysis, coconut shell, phenol, gas chromatography-mass spectroscopy
Procedia PDF Downloads 24728220 Estimation of Missing Values in Aggregate Level Spatial Data
Authors: Amitha Puranik, V. S. Binu, Seena Biju
Abstract:
Missing data is a common problem in spatial analysis especially at the aggregate level. Missing can either occur in covariate or in response variable or in both in a given location. Many missing data techniques are available to estimate the missing data values but not all of these methods can be applied on spatial data since the data are autocorrelated. Hence there is a need to develop a method that estimates the missing values in both response variable and covariates in spatial data by taking account of the spatial autocorrelation. The present study aims to develop a model to estimate the missing data points at the aggregate level in spatial data by accounting for (a) Spatial autocorrelation of the response variable (b) Spatial autocorrelation of covariates and (c) Correlation between covariates and the response variable. Estimating the missing values of spatial data requires a model that explicitly account for the spatial autocorrelation. The proposed model not only accounts for spatial autocorrelation but also utilizes the correlation that exists between covariates, within covariates and between a response variable and covariates. The precise estimation of the missing data points in spatial data will result in an increased precision of the estimated effects of independent variables on the response variable in spatial regression analysis.Keywords: spatial regression, missing data estimation, spatial autocorrelation, simulation analysis
Procedia PDF Downloads 38228219 Digimesh Wireless Sensor Network-Based Real-Time Monitoring of ECG Signal
Authors: Sahraoui Halima, Dahani Ameur, Tigrine Abedelkader
Abstract:
DigiMesh technology represents a pioneering advancement in wireless networking, offering cost-effective and energy-efficient capabilities. Its inherent simplicity and adaptability facilitate the seamless transfer of data between network nodes, extending the range and ensuring robust connectivity through autonomous self-healing mechanisms. In light of these advantages, this study introduces a medical platform harnessed with DigiMesh wireless network technology characterized by low power consumption, immunity to interference, and user-friendly operation. The primary application of this platform is the real-time, long-distance monitoring of Electrocardiogram (ECG) signals, with the added capacity for simultaneous monitoring of ECG signals from multiple patients. The experimental setup comprises key components such as Raspberry Pi, E-Health Sensor Shield, and Xbee DigiMesh modules. The platform is composed of multiple ECG acquisition devices labeled as Sensor Node 1 and Sensor Node 2, with a Raspberry Pi serving as the central hub (Sink Node). Two communication approaches are proposed: Single-hop and multi-hop. In the Single-hop approach, ECG signals are directly transmitted from a sensor node to the sink node through the XBee3 DigiMesh RF Module, establishing peer-to-peer connections. This approach was tested in the first experiment to assess the feasibility of deploying wireless sensor networks (WSN). In the multi-hop approach, two sensor nodes communicate with the server (Sink Node) in a star configuration. This setup was tested in the second experiment. The primary objective of this research is to evaluate the performance of both Single-hop and multi-hop approaches in diverse scenarios, including open areas and obstructed environments. Experimental results indicate the DigiMesh network's effectiveness in Single-hop mode, with reliable communication over distances of approximately 300 meters in open areas. In the multi-hop configuration, the network demonstrated robust performance across approximately three floors, even in the presence of obstacles, without the need for additional router devices. This study offers valuable insights into the capabilities of DigiMesh wireless technology for real-time ECG monitoring in healthcare applications, demonstrating its potential for use in diverse medical scenarios.Keywords: DigiMesh protocol, ECG signal, real-time monitoring, medical platform
Procedia PDF Downloads 7928218 Some Inequalities Related with Starlike Log-Harmonic Mappings
Authors: Melike Aydoğan, Dürdane Öztürk
Abstract:
Let H(D) be the linear space of all analytic functions defined on the open unit disc. A log-harmonic mappings is a solution of the nonlinear elliptic partial differential equation where w(z) ∈ H(D) is second dilatation such that |w(z)| < 1 for all z ∈ D. The aim of this paper is to define some inequalities of starlike logharmonic functions of order α(0 ≤ α ≤ 1).Keywords: starlike log-harmonic functions, univalent functions, distortion theorem
Procedia PDF Downloads 52528217 Data Augmentation for Early-Stage Lung Nodules Using Deep Image Prior and Pix2pix
Authors: Qasim Munye, Juned Islam, Haseeb Qureshi, Syed Jung
Abstract:
Lung nodules are commonly identified in computed tomography (CT) scans by experienced radiologists at a relatively late stage. Early diagnosis can greatly increase survival. We propose using a pix2pix conditional generative adversarial network to generate realistic images simulating early-stage lung nodule growth. We have applied deep images prior to 2341 slices from 895 computed tomography (CT) scans from the Lung Image Database Consortium (LIDC) dataset to generate pseudo-healthy medical images. From these images, 819 were chosen to train a pix2pix network. We observed that for most of the images, the pix2pix network was able to generate images where the nodule increased in size and intensity across epochs. To evaluate the images, 400 generated images were chosen at random and shown to a medical student beside their corresponding original image. Of these 400 generated images, 384 were defined as satisfactory - meaning they resembled a nodule and were visually similar to the corresponding image. We believe that this generated dataset could be used as training data for neural networks to detect lung nodules at an early stage or to improve the accuracy of such networks. This is particularly significant as datasets containing the growth of early-stage nodules are scarce. This project shows that the combination of deep image prior and generative models could potentially open the door to creating larger datasets than currently possible and has the potential to increase the accuracy of medical classification tasks.Keywords: medical technology, artificial intelligence, radiology, lung cancer
Procedia PDF Downloads 6828216 Manganese Imidazole Complexes: Electrocatalytic Hydrogen Production
Authors: Vishakha Kaim, Mookan Natarajan, Sandeep Kaur-Ghumaan
Abstract:
Hydrogen is one of the most abundant elements present on earth’s crust and considered to be the simplest element in existence. It is not found naturally as a gas on earth and thus has to be manufactured. Hydrogen can be produced from a variety of sources, i.e., water, fossil fuels, or biomass and it is a byproduct of many chemical processes. It is also considered as a secondary source of energy commonly referred to as an energy carrier. Though hydrogen is not widely used as a fuel, it still has the potential for greater use in the future as a clean and renewable source of energy. Electrocatalysis is one of the important source for the production of hydrogen which could contribute to this prominent challenge. Metals such as platinum and palladium are considered efficient for hydrogen production but with limited applications. As a result, a wide variety of metal complexes with earth abundant elements and varied ligand environments have been explored for the electrochemical production of hydrogen. In nature, [FeFe] hydrogenase enzyme present in DesulfoVibrio desulfuricans and Clostridium pasteurianum catalyses the reversible interconversion of protons and electrons into dihydrogen. Since the first structure for the enzyme was reported in 1990s, a range of iron complexes has been synthesized as structural and functional mimics of the enzyme active site. Mn is one of the most desirable element for sustainable catalytic transformations, immediately behind Fe and Ti. Only limited number manganese complexes have been reported in the last two decades as catalysts for proton reduction. Furthermore, redox reactions could be carried out in a facile manner, due to the capability of manganese complexes to be stable at different oxidation states. Herein are reported, four µ2-thiolate bridged manganese complexes [Mn₂(CO)₆(μ-S₂N₄C₁₄H₁₀)] 1, [Mn₂(CO)7(μ- S₂N₄C₁₄H₁₀)] 2, Mn₂(CO)₆(μ-S₄N₂C₁₄H₁₀)] 3 and [Mn₂(CO)(μ- S₄N₂C₁₄H₁₀)] 4 have been synthesized and characterized. The cyclic voltammograms of the complexes displayed irreversible reduction peaks in the range - 0.9 to -1.3 V (vs. Fc⁺/Fc in acetonitrile at 0.1 Vs⁻¹). The complexes were catalytically active towards proton reduction in the presence of trifluoroacetic acid as seen from electrochemical investigations.Keywords: earth abundant, electrocatalytic, hydrogen, manganese
Procedia PDF Downloads 17328215 Association Rules Mining and NOSQL Oriented Document in Big Data
Authors: Sarra Senhadji, Imene Benzeguimi, Zohra Yagoub
Abstract:
Big Data represents the recent technology of manipulating voluminous and unstructured data sets over multiple sources. Therefore, NOSQL appears to handle the problem of unstructured data. Association rules mining is one of the popular techniques of data mining to extract hidden relationship from transactional databases. The algorithm for finding association dependencies is well-solved with Map Reduce. The goal of our work is to reduce the time of generating of frequent itemsets by using Map Reduce and NOSQL database oriented document. A comparative study is given to evaluate the performances of our algorithm with the classical algorithm Apriori.Keywords: Apriori, Association rules mining, Big Data, Data Mining, Hadoop, MapReduce, MongoDB, NoSQL
Procedia PDF Downloads 16128214 Intellectual Capital as Resource Based Business Strategy
Authors: Vidya Nimkar Tayade
Abstract:
Introduction: Intellectual capital of an organization is a key factor to success. Many companies invest a huge amount in their Research and development activities. Any innovation is helpful not only to that particular company but also to many other companies, industry and mankind as a whole. Companies undertake innovative changes for increasing their capital profitability and indirectly increase in pay packages of their employees. The quality of human capital can also improve due to such positive changes. Employees become more skilled and experienced due to such innovations and inventions. For increasing intangible capital, the author has referred to a couple of books and referred case studies to come to a conclusion. Different charts and tables are also referred to by the author. Case studies are more important because they are proven and established techniques. They enable students to apply theoretical concepts in real-world situations. It gives solutions to an open-ended problem with multiple potential solutions. There are three different strategies for undertaking intellectual capital increase. They are: Research push strategy/ Technology pushed approach, Market pull strategy/ approach and Open innovation strategy/approach. Research push strategy, In this strategy, research is undertaken and innovation is achieved on its own. After invention inventor company protects such invention and finds buyers for such invention. In this way, the invention is pushed into the market. In this method, research and development are undertaken first and the outcome of this research is commercialized. Market pull strategy, In this strategy, commercial opportunities are identified first and our research is concentrated in that particular area. For solving a particular problem, research is undertaken. It becomes easier to commercialize this type of invention. Because what is the problem is identified first and in that direction, research and development activities are carried on. Open invention strategy, In this type of research, more than one company enters into an agreement of research. The benefits of the outcome of this research will be shared by both companies. Internal and external ideas and technologies are involved. These ideas are coordinated and then they are commercialized. Due to globalization, people from the outside company are also invited to undertake research and development activities. Remuneration of employees of both the companies can increase and the benefit of commercialization of such invention is also shared by both the companies. Conclusion: In modern days, not only can tangible assets be commercialized, but also intangible assets can also be commercialized. The benefits of such an invention can be shared by more than one company. Competition can become more meaningful. Pay packages of employees can improve. It Is a need for time to adopt such strategies to benefit employees, competitors, stakeholders.Keywords: innovation, protection, management, commercialization
Procedia PDF Downloads 16828213 Immunization-Data-Quality in Public Health Facilities in the Pastoralist Communities: A Comparative Study Evidence from Afar and Somali Regional States, Ethiopia
Authors: Melaku Tsehay
Abstract:
The Consortium of Christian Relief and Development Associations (CCRDA), and the CORE Group Polio Partners (CGPP) Secretariat have been working with Global Alliance for Vac-cines and Immunization (GAVI) to improve the immunization data quality in Afar and Somali Regional States. The main aim of this study was to compare the quality of immunization data before and after the above interventions in health facilities in the pastoralist communities in Ethiopia. To this end, a comparative-cross-sectional study was conducted on 51 health facilities. The baseline data was collected in May 2019, while the end line data in August 2021. The WHO data quality self-assessment tool (DQS) was used to collect data. A significant improvment was seen in the accuracy of the pentavalent vaccine (PT)1 (p = 0.012) data at the health posts (HP), while PT3 (p = 0.010), and Measles (p = 0.020) at the health centers (HC). Besides, a highly sig-nificant improvment was observed in the accuracy of tetanus toxoid (TT)2 data at HP (p < 0.001). The level of over- or under-reporting was found to be < 8%, at the HP, and < 10% at the HC for PT3. The data completeness was also increased from 72.09% to 88.89% at the HC. Nearly 74% of the health facilities timely reported their respective immunization data, which is much better than the baseline (7.1%) (p < 0.001). These findings may provide some hints for the policies and pro-grams targetting on improving immunization data qaulity in the pastoralist communities.Keywords: data quality, immunization, verification factor, pastoralist region
Procedia PDF Downloads 12328212 Teachers’ Conception of and Perception towards the New Curriculum of Ethiopian Higher Education: A Case of Debre Birhan University
Authors: Kassahun Tilahun Dessie
Abstract:
The purpose of this study was to explore the awareness of teachers and the attitude they have to the curriculum they implement as well as to assess the actual and desired magnitude of teachers' participation in curriculum development process. It also aimed at investigating the factors that affect teachers' level of conception and perception towards the new higher education curriculum. The study was carried out in Debre Birhan University. Teachers, course coordinators, team leaders and presidents were included in the study as research subjects. Teachers were proportionally selected from each department (of the six faculties) based on available sampling technique. Accordingly, a total of 103 teachers were chosen as a subject of the study. In order to collect first hand data from the teachers, a questionnaire with four parts was developed by the researcher. To this end, scales were designed for measuring the extent of teachers' awareness and attitude. Each of the scales encompasses 11 and 17 items respectively. An open ended questionnaire was also attached for the purpose of obtaining elaborated data on the issue. Information was also obtained from interviews with presidents, team leaders and course coordinators. The data obtained were analyzed qualitatively using descriptive statistical tools. The overall results of the analysis revealed that the awareness of teachers on the curriculum was low. The meager participation of teachers in the process of curriculum development and the deficiency of trainings on the concern were major factors. Teachers' perception towards the existence and implementation of the new curriculum was also inclined to the negative, though difficult to generalize. Lack of awareness, administrators poor approach and lack of facilitating appropriate incentives as well as absence of room for evaluating the curriculum etc plays big role in endangering teachers attitude while the up to datedness of the new curriculum, involvement of teachers in the curriculum development process, the wide ranging quality of the new curriculum etc laid a better ground to boost teachers attitude towards the curriculum. This may have implication to the university in that there is a need to facilitate workshops or awareness creation trainings, to have positive and cooperative administrators, and embracing committed teachers to implement the curriculum efficiently.Keywords: conception, perception, curriculum, higher education, Ethiopia
Procedia PDF Downloads 50728211 Aeroacoustics Investigations of Unsteady 3D Airfoil for Different Angle Using Computational Fluid Dynamics Software
Authors: Haydar Kepekçi, Baha Zafer, Hasan Rıza Güven
Abstract:
Noise disturbance is one of the major factors considered in the fast development of aircraft technology. This paper reviews the flow field, which is examined on the 2D NACA0015 and 3D NACA0012 blade profile using SST k-ω turbulence model to compute the unsteady flow field. We inserted the time-dependent flow area variables in Ffowcs-Williams and Hawkings (FW-H) equations as an input and Sound Pressure Level (SPL) values will be computed for different angles of attack (AoA) from the microphone which is positioned in the computational domain to investigate effect of augmentation of unsteady 2D and 3D airfoil region noise level. The computed results will be compared with experimental data which are available in the open literature. As results; one of the calculated Cp is slightly lower than the experimental value. This difference could be due to the higher Reynolds number of the experimental data. The ANSYS Fluent software was used in this study. Fluent includes well-validated physical modeling capabilities to deliver fast, accurate results across the widest range of CFD and multiphysics applications. This paper includes a study which is on external flow over an airfoil. The case of 2D NACA0015 has approximately 7 million elements and solves compressible fluid flow with heat transfer using the SST turbulence model. The other case of 3D NACA0012 has approximately 3 million elements.Keywords: 3D blade profile, noise disturbance, aeroacoustics, Ffowcs-Williams and Hawkings (FW-H) equations, k-ω-SST turbulence model
Procedia PDF Downloads 21228210 CT Doses Pre and Post SAFIRE: Sinogram Affirmed Iterative Reconstruction
Authors: N. Noroozian, M. Halim, B. Holloway
Abstract:
Computed Tomography (CT) has become the largest source of radiation exposure in modern countries however, recent technological advances have created new methods to reduce dose without negatively affecting image quality. SAFIRE has emerged as a new software package which utilizes full raw data projections for iterative reconstruction, thereby allowing for lower CT dose to be used. this audit was performed to compare CT doses in certain examinations before and after the introduction of SAFIRE at our Radiology department which showed CT doses were significantly lower using SAFIRE compared with pre-SAFIRE software at SAFIRE 3 setting for the following studies:CSKUH Unenhanced brain scans (-20.9%), CABPEC Abdomen and pelvis with contrast (-21.5%), CCHAPC Chest with contrast (-24.4%), CCHAPC Abdomen and pelvis with contrast (-16.1%), CCHAPC Total chest, abdomen and pelvis (-18.7%).Keywords: dose reduction, iterative reconstruction, low dose CT techniques, SAFIRE
Procedia PDF Downloads 28528209 The Design of English Materials to Communicate the Identity of Mueang Distict, Samut Songkram for Ecotourism
Authors: Kitda Praraththajariya
Abstract:
The main purpose of this research was to study how to communicate the identity of the Mueang district, Samut Songkram province for ecotourism. The qualitative data was collected through studying related materials, exploring the area, in-depth interviews with three groups of people: three directly responsible officers who were key informants of the district, twenty foreign tourists and five Thai tourist guides. A content analysis was used to analyze the qualitative data. The two main findings of the study were as follows: 1. The identity of Amphur (District) Mueang, Samut Songkram province. This establishment was near the Mouth of Maekong River for normal people and tourists, consisting of rest accommodations. There are restaurants where food and drinks are served, rich mangrove forests, Hoy Lod (Razor Clam) and mangrove trees. Don Hoy Lod, is characterized by muddy beaches, is a coastal wetland for Ramsar Site. It is at 1099th ranging where the greatest number of Hoy Lod (Razor Clam) can be seen from March to May each year. 2. The communication of the identity of Amphur Mueang, Samut Songkram province which the researcher could find and design to present in English materials can be summed up in 4 items: 1) The history of Amphur Mueang, Samut Songkram province 2) Wat Phet Samut Worrawihan 3) The Learning source of Ecotourism: Don Hoy Lod and Mangrove forest 4) How to keep Amphur Mueang, Samut Songkram province for ecotourism.Keywords: foreigner tourists, signified, semiotics, ecotourism
Procedia PDF Downloads 23928208 Characterization of Bovine SERPIN- Alpha-1 Antitrypsin (AAT)
Authors: Sharique Ahmed, Khushtar Anwar Salman
Abstract:
Alpha-1-antitrypsin (AAT) is a major plasma serine protease inhibitor (SERPIN). Hereditary AAT deficiency is one of the common diseases in some part of the world. AAT is mainly produced in the liver and functions to protect the lung against proteolytic damage (e.g., from neutrophil elastase) acting as the major inhibitor for neutrophil elastase. α (1)-Antitrypsin (AAT) deficiency is an under recognized genetic condition that affects approximately 1 in 2,000 to 1 in 5,000 individuals and predisposes to liver disease and early-onset emphysema. Not only does α-1-antitrypsin deficiency lead to disabling syndrome of pulmonary emphysema, there are other disorders too which include ANCA (antineutrophilic cytoplasmic antibody) positive Wegener's granulomatosis, diffuse bronchiectasis, necrotizing panniculitis in α-1-antitrypsin phenotype (S), idiopathic pulmonary fibrosis and steroid dependent asthma. Augmentation therapy with alpha-1 antitrypsin (AAT) from human plasma has been available for specific treatment of emphysema due to AAT deficiency. Apart from this several observations have also suggested a role for endogenous suppressors of HIV-1, alpha-1 antitrypsin (AAT) has been identified to be one of those. In view of its varied important role in humans, serum from a mammalian source was chosen for the isolation and purification. Studies were performed on the homogeneous fraction. This study suggests that the buffalo serum α-1-antritrypsin has characteristics close to ovine, dog, horse and more importantly to human α-1-antritrypsin in terms of its hydrodynamic properties such as molecular weight, carbohydrate content, etc. The similarities in the hydrodynamic properties of buffalo serum α-1-antitrypsin with other sources of mammalian α-1-antitrypsin mean that it can be further studied and be a potential source for "augmentation therapy", as well as a source of AAT replacement therapy to raise serum levels above the protective threshold. Other parameters like the amino acid sequence, the effect of denaturants, and the thermolability or thermostability of the inhibitor will be the interesting basis of future studies on buffalo serum alpha-1 antitrypsin (AAT).Keywords: α-1-antitrypsin, augmentation therapy , hydrodynamic properties, serine protease inhibitor
Procedia PDF Downloads 48928207 Use and Appreciation of a Type of Mathematics Textbook for Secondary Education
Authors: Verónica Díaz Quezada
Abstract:
Despite the wide variety of educational resources on the market and the advances produced in the technological field, the practice of teaching continues to be supported mainly by textbooks. This article reports on descriptive research with qualitative methodology carried out on secondary school mathematics teachers in a region of Chile, in order to describe the use and the indicators of appreciation that teachers have on the textbooks distributed by the official body to public educational establishments. Data were collected through an open response opinion questionnaire. According to the results, among the texts available for the annual performance of their teaching work, the expository and technological books predominate, to the detriment of comprehensive books. The exhibition structure favors master expositions and repetitive exercises, while, with the technological structure, a productive exercise is attempted, proposing numerous applications with the intention of giving meaning to the different mathematical rules and procedures. In relation to the indicators of appreciation that teachers have regarding the use of mathematics textbooks, the suitability and quality of the teaching resources are verified as the most satisfying characteristic.Keywords: mathematics, secondary school, teachers, textbooks
Procedia PDF Downloads 16428206 Identifying Critical Success Factors for Data Quality Management through a Delphi Study
Authors: Maria Paula Santos, Ana Lucas
Abstract:
Organizations support their operations and decision making on the data they have at their disposal, so the quality of these data is remarkably important and Data Quality (DQ) is currently a relevant issue, the literature being unanimous in pointing out that poor DQ can result in large costs for organizations. The literature review identified and described 24 Critical Success Factors (CSF) for Data Quality Management (DQM) that were presented to a panel of experts, who ordered them according to their degree of importance, using the Delphi method with the Q-sort technique, based on an online questionnaire. The study shows that the five most important CSF for DQM are: definition of appropriate policies and standards, control of inputs, definition of a strategic plan for DQ, organizational culture focused on quality of the data and obtaining top management commitment and support.Keywords: critical success factors, data quality, data quality management, Delphi, Q-Sort
Procedia PDF Downloads 21728205 Numerical Modelling of Wind Dispersal Seeds of Bromeliad Tillandsia recurvata L. (L.) Attached to Electric Power Lines
Authors: Bruna P. De Souza, Ricardo C. De Almeida
Abstract:
In some cities in the State of Parana – Brazil and in other countries atmospheric bromeliads (Tillandsia spp - Bromeliaceae) are considered weeds in trees, electric power lines, satellite dishes and other artificial supports. In this study, a numerical model was developed to simulate the seed dispersal of the Tillandsia recurvata species by wind with the objective of evaluating seeds displacement in the city of Ponta Grossa – PR, Brazil, since it is considered that the region is already infested. The model simulates the dispersal of each individual seed integrating parameters from the atmospheric boundary layer (ABL) and the local wind, simulated by the Weather Research Forecasting (WRF) mesoscale atmospheric model for the 2012 to 2015 period. The dispersal model also incorporates the approximate number of bromeliads and source height data collected from most infested electric power lines. The seeds terminal velocity, which is an important input data but was not available in the literature, was measured by an experiment with fifty-one seeds of Tillandsia recurvata. Wind is the main dispersal agent acting on plumed seeds whereas atmospheric turbulence is a determinant factor to transport the seeds to distances beyond 200 meters as well as to introduce random variability in the seed dispersal process. Such variability was added to the model through the application of an Inverse Fast Fourier Transform to wind velocity components energy spectra based on boundary-layer meteorology theory and estimated from micrometeorological parameters produced by the WRF model. Seasonal and annual wind means were obtained from the surface wind data simulated by WRF for Ponta Grossa. The mean wind direction is assumed to be the most probable direction of bromeliad seed trajectory. Moreover, the atmospheric turbulence effect and dispersal distances were analyzed in order to identify likely regions of infestation around Ponta Grossa urban area. It is important to mention that this model could be applied to any species and local as long as seed’s biological data and meteorological data for the region of interest are available.Keywords: atmospheric turbulence, bromeliad, numerical model, seed dispersal, terminal velocity, wind
Procedia PDF Downloads 14128204 Development of a Diagnostic Device to Predict Clinically Significant Inflammation Associated with Cardiac Surgery
Authors: Mohamed Majrashi, Patricia Connolly, Terry Gourlay
Abstract:
Cardiopulmonary bypass is known to cause inflammatory response during open heart surgery. It includes the initiation of different cascades such as coagulation, complement system and cytokines. Although the immune system is body’s key defense mechanism against external assault, when overexpressed, it can be injurious to the patient, particularly in a cohort of patients in which there is a heightened and uncontrolled response. The inflammatory response develops in these patients to an exaggerated level resulting in an autoimmune injury and may lead to poor postoperative outcomes (systemic inflammatory response syndrome and multi-organs failure). Previous studies by this group have suggested a correlation between the level of IL6 measured in patient’s blood before surgery and after polymeric activation and the observed inflammatory response during surgery. Based upon these findings, the present work is aimed at using this response to develop a test which can be used prior to the open heart surgery to identify the high-risk patients before their operation. The work will be accomplished via three main clinical phases including some pilot in-vitro studies, device development and clinical investigation. Current findings from studies using animal blood, employing DEHP and DEHP plasticized PVC materials as the activator, support the earlier results in patient samples. Having established this relationship, ongoing work will focus on developing an activated lateral flow strip technology as a screening device for heightened inflammatory propensity.Keywords: cardiopulmonary bypass, cytokines, inflammatory response, overexpression
Procedia PDF Downloads 28428203 A Simple Heat and Mass Transfer Model for Salt Gradient Solar Ponds
Authors: Safwan Kanan, Jonathan Dewsbury, Gregory Lane-Serff
Abstract:
A salinity gradient solar pond is a free energy source system for collecting, converting and storing solar energy as heat. In this paper, the principles of solar pond are explained. A mathematical model is developed to describe and simulate heat and mass transfer behavior of salinity gradient solar pond. Matlab codes are programmed to solve the one dimensional finite difference method for heat and mass transfer equations. Temperature profiles and concentration distributions are calculated. The numerical results are validated with experimental data and the results are found to be in good agreement.Keywords: finite difference method, salt-gradient solar-pond, solar energy, transient heat and mass transfer
Procedia PDF Downloads 37128202 Effects of Drying Method and Seed Priming Duration on Coffee Seed and Seedling Quality
Authors: Taju Mohammednur, Tesfaye Megersa, Karta Kaske
Abstract:
Coffee is an economically important cash crop in Ethiopia. However, the conditions under which coffee seeds are dried and processed significantly affect the seedling quality and productivity. The objective of this study was to evaluate the effect of pre-sowing treatments and drying methods on the physiological quality of coffee seeds and seedlings. The study included two coffee varieties (74110, 75227), two drying conditions (under-shade drying room, open sun), and five durations of seed hydro priming (6, 8, 18, 24 hours, and an untreated control). Factorial combinations of the three factors were laid out in a Completely Randomized Design of three replications. Results indicated that the highest germination percentage (91%), emergence rate (90%), and seedling vigor index-I (2236 cm %) were recorded for seeds dried under-shade drying room. In contrast, the lowest values of germination percentage, emergence rate, and vigor index were observed for seeds dried under open sun. There was a significant difference in seed germination based on hydro priming time, with the highest germination percentage (83%) recorded for seeds soaked for 6 hours, followed by 24 hours (83%). The lowest germination percentage (77%) was recorded for un-soaked seeds. In conclusion, drying seeds under shade is better for coffee seed quality, and hydro priming has improved seedling vigor. However, further investigation into seed priming methods and preservation techniques for primed seeds is necessary to improve coffee seed quality.Keywords: coffee, germination, seed drying, seed longevity, seed priming
Procedia PDF Downloads 2828201 Homosexuality and Inclusion: Experiences of Learners and Teachers within South African School's Contex
Authors: Tsediso Makoelle
Abstract:
South Africa like in other parts of the world has acknowledged the prevalence of the phenomenon of homosexuality in the society. Due to the number of homosexuality cases in the South African society, questions have been asked about the impact of homosexuality in schools and how teachers and learners deal with homosexuality within the context of an emerging inclusive education system. This qualitative study analysis the experiences of teachers and learners in selected secondary schools in relation to prevalence of transgender in schools. Interviews were conducted with principals, teachers and focus group of learners in schools were cases homosexuality have been reported. Data was analysed using an inductive analysis framework. Among the findings was that homosexuality is still viewed as a taboo in Black-African dominated school communities and that the need to create all-embracing and inclusive environment was evident. The study suggests a needs to open communications in communities about homosexuality in order to develop an all-inclusive environment for all learners regardless of their sexual orientation.Keywords: homosexuality, inclusive education, sexual orientation, transgender
Procedia PDF Downloads 24628200 Production of Biodiesel from Avocado Waste in Hossana City, Ethiopia
Authors: Tarikayehu Amanuel, Abraham Mohammed
Abstract:
The production of biodiesel from waste materials is becoming an increasingly important research area in the field of renewable energy. One potential waste material source is avocado, a fruit with a large seed and peel that are typically discarded after consumption. This research aims to investigate the feasibility of using avocado waste as a feedstock for the production of biodiesel. The study focuses on extracting oil from the waste material using the transesterification technique and then characterizing the properties of oil to determine its suitability for conversion to biodiesel. The study was conducted experimentally, and a maximum oil yield of 11.583% (150g of oil produced from 1.295kg of avocado waste powder) was obtained from avocado waste powder at an extraction time of 4hr. An 87% fatty acid methyl ester (biodiesel) conversion was also obtained using a methanol/oil ratio of 6:1, 1.3g NaOH, reaction time 60min, and 65°C reaction temperature. Furthermore, from 145 ml of avocado waste oil, 126.15 ml of biodiesel was produced, indicating a high percentage of conversion (87%). Conclusively, the produced biodiesel showed comparable physical and chemical characteristics to that of standard biodiesel samples considered for the study. The results of this research could help to identify a new source of biofuel production while also addressing the issue of waste disposal in the food industry.Keywords: biodiesel, avocado, transesterification, soxhlet extraction
Procedia PDF Downloads 6928199 Weighing the Economic Cost of Illness Due to Dysentery and Cholera Triggered by Poor Sanitation in Rural Faisalabad, Pakistan
Authors: Syed Asif Ali Naqvi, Muhammad Azeem Tufail
Abstract:
Inadequate sanitation causes direct costs of treating illnesses and loss of income through reduced productivity. This study estimated the economic cost of health (ECH) due to poor sanitation and factors determining the lack of access to latrine for the rural, backward hamlets and slums of district Faisalabad, Pakistan. Cross sectional data were collected and analyzed for the study. As the population under study was homogenous in nature, it is why a simple random sampling technique was used for the collection of data. Data of 440 households from 4 tehsils were gathered. The ordinary least square (OLS) model was used for health cost analysis, and the Probit regression model was employed for determining the factors responsible for inaccess to toilets. The results of the study showed that condition of toilets, situation of sewerage system, access to adequate sanitation, Cholera, diarrhea and dysentery, Water and Sanitation Agency (WASA) maintenance, source of medical treatment can plausibly have a significant connection with the dependent variable. Outcomes of the second model showed that the variables of education, family system, age, and type of dwelling have positive and significant sway with the dependent variable. Variable of age depicted an insignificant association with access to toilets. Variable of monetary expenses would negatively influence the dependent variable. Findings revealed the fact, health risks are often exacerbated by inadequate sanitation, and ultimately, the cost on health also surges. Public and community toilets for youths and social campaigning are suggested for public policy.Keywords: sanitation, toilet, economic cost of health, water, Punjab
Procedia PDF Downloads 120