Search results for: Siba Prasad Samal
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 215

Search results for: Siba Prasad Samal

215 An Integrated Lightweight Naïve Bayes Based Webpage Classification Service for Smartphone Browsers

Authors: Mayank Gupta, Siba Prasad Samal, Vasu Kakkirala

Abstract:

The internet world and its priorities have changed considerably in the last decade. Browsing on smart phones has increased manifold and is set to explode much more. Users spent considerable time browsing different websites, that gives a great deal of insight into user’s preferences. Instead of plain information classifying different aspects of browsing like Bookmarks, History, and Download Manager into useful categories would improve and enhance the user’s experience. Most of the classification solutions are server side that involves maintaining server and other heavy resources. It has security constraints and maybe misses on contextual data during classification. On device, classification solves many such problems, but the challenge is to achieve accuracy on classification with resource constraints. This on device classification can be much more useful in personalization, reducing dependency on cloud connectivity and better privacy/security. This approach provides more relevant results as compared to current standalone solutions because it uses content rendered by browser which is customized by the content provider based on user’s profile. This paper proposes a Naive Bayes based lightweight classification engine targeted for a resource constraint devices. Our solution integrates with Web Browser that in turn triggers classification algorithm. Whenever a user browses a webpage, this solution extracts DOM Tree data from the browser’s rendering engine. This DOM data is a dynamic, contextual and secure data that can’t be replicated. This proposal extracts different features of the webpage that runs on an algorithm to classify into multiple categories. Naive Bayes based engine is chosen in this solution for its inherent advantages in using limited resources compared to other classification algorithms like Support Vector Machine, Neural Networks, etc. Naive Bayes classification requires small memory footprint and less computation suitable for smartphone environment. This solution has a feature to partition the model into multiple chunks that in turn will facilitate less usage of memory instead of loading a complete model. Classification of the webpages done through integrated engine is faster, more relevant and energy efficient than other standalone on device solution. This classification engine has been tested on Samsung Z3 Tizen hardware. The Engine is integrated into Tizen Browser that uses Chromium Rendering Engine. For this solution, extensive dataset is sourced from dmoztools.net and cleaned. This cleaned dataset has 227.5K webpages which are divided into 8 generic categories ('education', 'games', 'health', 'entertainment', 'news', 'shopping', 'sports', 'travel'). Our browser integrated solution has resulted in 15% less memory usage (due to partition method) and 24% less power consumption in comparison with standalone solution. This solution considered 70% of the dataset for training the data model and the rest 30% dataset for testing. An average accuracy of ~96.3% is achieved across the above mentioned 8 categories. This engine can be further extended for suggesting Dynamic tags and using the classification for differential uses cases to enhance browsing experience.

Keywords: chromium, lightweight engine, mobile computing, Naive Bayes, Tizen, web browser, webpage classification

Procedia PDF Downloads 132
214 Waste Analysis and Classification Study (WACS) in Ecotourism Sites of Samal Island, Philippines Towards a Circular Economy Perspective

Authors: Reeden Bicomong

Abstract:

Ecotourism activities, though geared towards conservation efforts, still put pressures against the natural state of the environment. Influx of visitors that goes beyond carrying capacity of the ecotourism site, the wastes generated, greenhouse gas emissions, are just few of the potential negative impacts of a not well-managed ecotourism activities. According to Girard and Nocca (2017) tourism produces many negative impacts because it is configured according to the model of linear economy, operating on a linear model of take, make and dispose (Ellen MacArthur Foundation 2015). With the influx of tourists in an ecotourism area, more wastes are generated, and if unregulated, natural state of the environment will be at risk. It is in this light that a study on waste analysis and classification study in five different ecotourism sites of Samal Island, Philippines was conducted. The major objective of the study was to analyze the amount and content of wastes generated from ecotourism sites in Samal Island, Philippines and make recommendations based on the circular economy perspective. Five ecotourism sites in Samal Island, Philippines was identified such as Hagimit Falls, Sanipaan Vanishing Shoal, Taklobo Giant Clams, Monfort Bat Cave, and Tagbaobo Community Based Ecotourism. Ocular inspection of each ecotourism site was conducted. Likewise, key informant interview of ecotourism operators and staff was done. Wastes generated from these ecotourism sites were analyzed and characterized to come up with recommendations that are based on the concept of circular economy. Wastes generated were classified into biodegradables, recyclables, residuals and special wastes. Regression analysis was conducted to determine if increase in number of visitors would equate to increase in the amount of wastes generated. Ocular inspection indicated that all of the five ecotourism sites have their own system of waste collection. All of the sites inspected were found to be conducting waste separation at source since there are different types of garbage bins for all of the four classification of wastes such as biodegradables, recyclables, residuals and special wastes. Furthermore, all five ecotourism sites practice composting of biodegradable wastes and recycling of recyclables. Therefore, only residuals are being collected by the municipal waste collectors. Key informant interview revealed that all five ecotourism sites offer mostly nature based activities such as swimming, diving, site seeing, bat watching, rice farming experiences and community living. Among the five ecotourism sites, Sanipaan Vanishing Shoal has the highest average number of visitors in a weekly basis. At the same time, in the wastes assessment study conducted, Sanipaan has the highest amount of wastes generated. Further results of wastes analysis revealed that biodegradables constitute majority of the wastes generated in all of the five selected ecotourism sites. Meanwhile, special wastes proved to be the least generated as there was no amount of this type was observed during the three consecutive weeks WACS was conducted.

Keywords: Circular economy, ecotourism, sustainable development, WACS

Procedia PDF Downloads 171
213 Parallelization of Random Accessible Progressive Streaming of Compressed 3D Models over Web

Authors: Aayushi Somani, Siba P. Samal

Abstract:

Three-dimensional (3D) meshes are data structures, which store geometric information of an object or scene, generally in the form of vertices and edges. Current technology in laser scanning and other geometric data acquisition technologies acquire high resolution sampling which leads to high resolution meshes. While high resolution meshes give better quality rendering and hence is used often, the processing, as well as storage of 3D meshes, is currently resource-intensive. At the same time, web applications for data processing have become ubiquitous owing to their accessibility. For 3D meshes, the advancement of 3D web technologies, such as WebGL, WebVR, has enabled high fidelity rendering of huge meshes. However, there exists a gap in ability to stream huge meshes to a native client and browser application due to high network latency. Also, there is an inherent delay of loading WebGL pages due to large and complex models. The focus of our work is to identify the challenges faced when such meshes are streamed into and processed on hand-held devices, owing to its limited resources. One of the solutions that are conventionally used in the graphics community to alleviate resource limitations is mesh compression. Our approach deals with a two-step approach for random accessible progressive compression and its parallel implementation. The first step includes partition of the original mesh to multiple sub-meshes, and then we invoke data parallelism on these sub-meshes for its compression. Subsequent threaded decompression logic is implemented inside the Web Browser Engine with modification of WebGL implementation in Chromium open source engine. This concept can be used to completely revolutionize the way e-commerce and Virtual Reality technology works for consumer electronic devices. These objects can be compressed in the server and can be transmitted over the network. The progressive decompression can be performed on the client device and rendered. Multiple views currently used in e-commerce sites for viewing the same product from different angles can be replaced by a single progressive model for better UX and smoother user experience. Can also be used in WebVR for commonly and most widely used activities like virtual reality shopping, watching movies and playing games. Our experiments and comparison with existing techniques show encouraging results in terms of latency (compressed size is ~10-15% of the original mesh), processing time (20-22% increase over serial implementation) and quality of user experience in web browser.

Keywords: 3D compression, 3D mesh, 3D web, chromium, client-server architecture, e-commerce, level of details, parallelization, progressive compression, WebGL, WebVR

Procedia PDF Downloads 134
212 Morphology and Mineralogy of Acid Treated Soil

Authors: P. Hari Prasad Reddy, C. H. Rama Vara Prasad, G. Kalyan Kumar

Abstract:

This paper presents the morphological and mineralogical changes occurring in the soil due to immediate and prolonged interaction with different concentrations of phosphoric acid and sulphuric acid. In order to assess the effect of acid contamination, a series of sediment volume, scanning electron microscopy and X-ray diffraction analysis tests were carried out on soil samples were exposed to different concentrations (1N, 4N and 8N) of phosphoric and sulphuric acid. Experimental results show that both acids showed severe morphological and mineralogical changes with synthesis of neogenic formations mainly at higher concentrations (4N and 8N) and at prolonged duration of interaction (28 and 80 days).

Keywords: phosphoric acid, scanning electron microscopy, sulphuric acid, x-ray diffraction analysis

Procedia PDF Downloads 389
211 Perception of Faculties Towards Online Teaching-Learning Activities during COVID-19 Pandemic: A Cross-Sectional Study at a Tertiary Care Center in Eastern Nepal

Authors: Deependra Prasad Sarraf, Gajendra Prasad Rauniar, Robin Maskey, Rajiv Maharjan, Ashish Shrestha, Ramayan Prasad Kushwaha

Abstract:

Objectives: To assess the perception of faculties towards online teaching-learning activities conducted during the COVID-19 pandemic and to identify barriers and facilitators to conducting online teaching-learning activities in our context. Methods: A cross-sectional study was conducted among faculties at B. P. Koirala Institute of Health Sciences using a 26-item semi-structured questionnaire. A Google Form was prepared, and its link was sent to the faculties via email. Descriptive statistics were calculated, and findings were presented as tables and graphs. Results: Out of 158 faculties, the majority were male (66.46%), medical faculties (85.44%), and assistant professors (46.84%). Only 16 (10.13%) faculties had received formal training regarding preparing and/or delivering online teaching learning activities. Out of 158, 133 (84.18%) faculties faced technical and internet issues. The most common advantage and disadvantage of online teaching learning activities perceived by the faculties were ‘not limited to time or place’ (94.30%) and ‘lack of interaction with the students’ (82.28%), respectively. Majority (94.3%) of them had a positive perception towards online teaching-learning activities conducted during COVID-19 pandemic. Slow internet connection (91.77%) and frequent electricity interruption (82.91%) were the most common perceived barriers to online teaching-learning. Conclusions: Most of the faculties had a positive perception towards online teaching-learning activities. Academic leaders and stakeholders should provide uninterrupted internet and electricity connectivity, training on online teaching-learning platform, and timely technical support.

Keywords: COVID-19 pandemic, faculties, medical education, perception

Procedia PDF Downloads 135
210 Role of Family for Grooming a Child: A Protective Step for Vulnerable Child

Authors: Arpita Sabat, Kanaklata Samal

Abstract:

A child is the most innocent being on the earth. It is born innocent but the family, the community, the institution and the world at large always butcher its innocence. This paper aims at the role of family for the development of a child in different ethnic or social groups. Family, in fact, is the nucleus in the growth and development of the child. A child grows up with the idea that a family is the world around him. The child tries to emulate consciously or unconsciously from the surrounding. This imitation has serious impact on the development of the child. It even sometimes cripples or stunts the growth of a mind. It results in the disability of the child. All policies about education or changing of curriculum can not bring about a change in the plight of a child’s life unless there is a serious thinking about the role of a family and the contribution of a family to the development of a child.

Keywords: vulnerable child, grooming, surrounding, role of family

Procedia PDF Downloads 296
209 Self-Organizing Control Systems for Unstable and Deterministic Chaotic Processes

Authors: Mamyrbek A. Beisenbi, Nurgul M. Kissikova, Saltanat E. Beisembina, Salamat T. Suleimenova, Samal A. Kaliyeva

Abstract:

The paper proposes a method for constructing a self-organizing control system for unstable and deterministic chaotic processes in the class of catastrophe “hyperbolic umbilic” for objects with m-inputs and n-outputs. The self-organizing control system is investigated by the universal gradient-velocity method of Lyapunov vector functions. The conditions for self-organization of the control system in the class of catastrophes “hyperbolic umbilic” are shown in the form of a system of algebraic inequalities that characterize the aperiodic robust stability in the stationary states of the system.

Keywords: gradient-velocity method of Lyapunov vector-functions, hyperbolic umbilic, self-organizing control system, stability

Procedia PDF Downloads 102
208 Influence of Grain Shape, Size and Grain Boundary Diffusion on High Temperature Oxidation of Metal

Authors: Sneha Samal, Iva Petrikova, Bohdana Marvalova

Abstract:

Influence of grain size, shape and grain boundary diffusion at high temperature oxidation of pure metal is investigated as the function of microstructure evolution in this article. The oxidized scale depends on the geometrical parameter of the metal-scale system and grain shape, size, diffusion through boundary layers and influence of the contamination. The creation of the inner layer and the morphological structure develops from the internal stress generated during the growth of the scale. The oxidation rate depends on the cation and anion mobile transport of the metal in the inward and outward direction of the diffusion layer. Oxidation rate decreases with decreasing the grain size of the pure metal, whereas zinc deviates from this principle. A strong correlation between the surface roughness evolution, grain size, crystalline properties and oxidation mechanism of the oxidized metal was established.

Keywords: high temperature oxidation, pure metals, grain size, shape and grain boundary

Procedia PDF Downloads 455
207 Diversity and Utilize of Ignored, Underutilized, and Uncommercialized Horticultural Species in Nepal

Authors: Prakriti Chand, Binayak Prasad Rajbhandari, Ram Prasad Mainali

Abstract:

Local indigenous community in Lalitpur, Nepal, use Ignored, Underutilized and Uncommercialized Horticultural Species (IUUHS) for medicine, food, spice, pickles, and religious purposes. But, research and exploration about usage, status, potentialities, and importance of these future sustainable crops are inadequately documented and have been ignored for a positive food transformation system. The study aimed to assess the use and diversity of NUWHS in terms of current status investigation, documentation, management, and future potentialities of IUUHS. A wide range of participatory tools through the household survey ( 100 respondents), 8 focus group discussions, 20 key informant interviews was followed by individual assessment, participatory rural assessments and supplemented by literature review. This study recorded 95 IUUHS belonging to 43 families, of which 92 were angiosperms, 2 pteridophytes, and 1 gymnosperm. Twenty seven species had multiple uses. The IUUHS observed during the study were 31 vegetables, 20 fruits, 14 wild species, 7 spices, 7 pulses, 7 pickle, 7 medicine, and 2 religious species. Vegetables and fruits were the most observed category of IUUHS. Eighty nine species were observed as medicinally valued species, and 86% of the women had taken over all the agricultural activities. 84% of respondents used these species during food deficient period. IUUHS have future potential as an alternative food to major staple crops due to its remarkable ability to be adapted in marginal soil and thrive harsh climatic condition. There are various constraints regarding the utilization and development of IUUHS, which needs initiation of promotion, utilization, management, and conservation of species from the grass root level.

Keywords: agrobiodiversity, Ignored and underutilized species, uncultivated horticultural species, diversity use

Procedia PDF Downloads 229
206 Electroencephalogram Based Approach for Mental Stress Detection during Gameplay with Level Prediction

Authors: Priyadarsini Samal, Rajesh Singla

Abstract:

Many mobile games come with the benefits of entertainment by introducing stress to the human brain. In recognizing this mental stress, the brain-computer interface (BCI) plays an important role. It has various neuroimaging approaches which help in analyzing the brain signals. Electroencephalogram (EEG) is the most commonly used method among them as it is non-invasive, portable, and economical. Here, this paper investigates the pattern in brain signals when introduced with mental stress. Two healthy volunteers played a game whose aim was to search hidden words from the grid, and the levels were chosen randomly. The EEG signals during gameplay were recorded to investigate the impacts of stress with the changing levels from easy to medium to hard. A total of 16 features of EEG were analyzed for this experiment which includes power band features with relative powers, event-related desynchronization, along statistical features. Support vector machine was used as the classifier, which resulted in an accuracy of 93.9% for three-level stress analysis; for two levels, the accuracy of 92% and 98% are achieved. In addition to that, another game that was similar in nature was played by the volunteers. A suitable regression model was designed for prediction where the feature sets of the first and second game were used for testing and training purposes, respectively, and an accuracy of 73% was found.

Keywords: brain computer interface, electroencephalogram, regression model, stress, word search

Procedia PDF Downloads 157
205 Magnetoresistance Transition from Negative to Positive in Functionalization of Carbon Nanotube and Composite with Polyaniline

Authors: Krishna Prasad Maity, Narendra Tanty, Ananya Patra, V. Prasad

Abstract:

Carbon nanotube (CNT) is a well-known material for very good electrical, thermal conductivity and high tensile strength. Because of that, it’s widely used in many fields like nanotechnology, electronics, optics, etc. In last two decades, polyaniline (PANI) with CNT and functionalized CNT (fCNT) have been promising materials in application of gas sensing, electromagnetic shielding, electrode of capacitor etc. So, the study of electrical conductivity of PANI/CNT and PANI/fCNT is important to understand the charge transport and interaction between PANI and CNT in the composite. It is observed that a transition in magnetoresistance (MR) with lowering temperature, increasing magnetic field and decreasing CNT percentage in CNT/PANI composite. Functionalization of CNT prevent the nanotube aggregation, improves interfacial interaction, dispersion and stabilized in polymer matrix. However, it shortens the length, breaks C-C sp² bonds and enhances the disorder creating defects on the side walls. We have studied electrical resistivity and MR in PANI with CNT and fCNT composites for different weight percentages down to the temperature 4.2K and up to magnetic field 5T. Resistivity increases significantly in composite at low temperature due to functionalization of CNT compared to only CNT. Interestingly a transition from negative to positive magnetoresistance has been observed when the filler is changed from pure CNT to functionalized CNT after a certain percentage (10wt%) as the effect of more disorder in fCNT/PANI composite. The transition of MR has been explained on the basis of polaron-bipolaron model. The long-range Coulomb interaction between two polarons screened by disorder in the composite of fCNT/PANI, increases the effective on-site Coulomb repulsion energy to form bipolaron which leads to change the sign of MR from negative to positive.

Keywords: coulomb interaction, magnetoresistance transition, polyaniline composite, polaron-bipolaron

Procedia PDF Downloads 133
204 Effect of Honey on Rate of Healing of Socket after Tooth Extraction in Rabbits

Authors: Deependra Prasad Sarraf, Ashish Shrestha, Mehul Rajesh Jaisani, Gajendra Prasad Rauniar

Abstract:

Background: Honey is the worlds’ oldest known wound dressing. Its wound healing properties are not fully established till today. Concerns about antibiotic resistance, and a renewed interest in natural remedies have prompted the resurgence in the antimicrobial and wound healing properties of Honey. Evidence from animal studies and some trials has suggested that honey may accelerate wound healing in burns, infected wounds and open wounds. None of these reports have documented the effect of honey on the healing of socket after tooth extraction. Therefore, the present experimental study was planned to evaluate the efficacy of honey on the healing of socket after tooth extraction in rabbits. Materials and Methods: An experimental study was conducted in six New Zealand White rabbits. Extraction of first premolar tooth on both sides of the lower jaw was done under anesthesia produced by Ketamine and Xylazine followed by application of honey on one socket (test group) and normal saline (control group) in the opposite socket. The intervention was continued for two more days. On the 7th day, the biopsy was taken from the extraction site, and histopathological examination was done. Student’s t-test was used for comparison between the groups and differences were considered to be statistically significant at p-value less than 0.05. Results: There was a significant difference between control group and test group in terms of fibroblast proliferation (p = 0.0019) and bony trabeculae formation (p=0.0003). Inflammatory cells were also observed in both groups, and it was not significant (p=1.0). Overlying epithelium was hyperplastic in both the groups. Conclusion: The study showed that local application of honey promoted the rapid healing process particularly by increasing fibroblast proliferation and bony trabeculae.

Keywords: honey, extraction wound, Nepal, healing

Procedia PDF Downloads 259
203 The Effectiveness of Implementing Interactive Training for Teaching Kazakh Language

Authors: Samal Abzhanova, Saule Mussabekova

Abstract:

Today, a new system of education is being created in Kazakhstan in order to develop the system of education and to satisfy the world class standards. For this purpose, there have been established new requirements and responsibilities to the instructors. Students should not be limited with providing only theoretical knowledge. Also, they should be encouraged to be competitive, to think creatively and critically. Moreover, students should be able to implement these skills into practice. These issues could be resolved through the permanent improvement of teaching methods. Therefore, a specialist who teaches the languages should use up-to-date methods and introduce new technologies. The result of the investigation suggests that an interactive teaching method is one of the new technologies in this field. This paper aims to provide information about implementing new technologies in the process of teaching language. The paper will discuss about necessity of introducing innovative technologies and the techniques of organizing interactive lessons. At the same time, the structure of the interactive lesson, conditions, principles, discussions, small group works and role-playing games will be considered. Interactive methods are carried out with the help of several types of activities, such as working in a team (with two or more group of people), playing situational or role-playing games, working with different sources of information, discussions, presentations, creative works and learning through solving situational tasks and etc.

Keywords: interactive education, interactive methods, system of education, teaching a language

Procedia PDF Downloads 262
202 Developing Kazakh Language Fluency Test in Nazarbayev University

Authors: Saule Mussabekova, Samal Abzhanova

Abstract:

The Kazakh Language Fluency Test, based on the IELTS exam, was implemented in 2012 at Nazarbayev University in Astana, Kazakhstan. We would like to share our experience in developing this exam and some exam results with other language instructors. In this paper, we will cover all these peculiarities and their related issues. The Kazakh Language Fluency Test is a young exam. During its development, we faced many difficulties. One of the goals of the university and the country is to encourage fluency in the Kazakh language for all citizens of the Republic. Nazarbayev University has introduced a Kazakh language program to assist in achieving this goal. This policy is one-step in ensuring that NU students have a thorough understanding of the Kazakh language through a fluency test based on the International English Language Testing System (IELTS). The Kazakh Language Fluency Test exam aims to determine student’s knowledge of Kazakh language. The fact is that there are three types of students at Nazarbayev University: Kazakh-speaking heritage learners, Russian-speaking and English-speaking students. Unfortunately, we have Kazakh students who do not speak Kazakh. All students who finished school with Russian language instruction are given Kazakh Language Fluency Test in order to determine their Kazakh level. After the test exam, all students can choose appropriate Kazakh course: Basic Kazakh, Intermediate Kazakh and Upper-Intermediate Kazakh. The Kazakh Language Fluency Test consists of four parts: Listening, Reading, Writing and Speaking. They are taken on the same day in the abovementioned order.

Keywords: diagnostic test, kazakh language, placement test, test result

Procedia PDF Downloads 368
201 Advanced Mouse Cursor Control and Speech Recognition Module

Authors: Prasad Kalagura, B. Veeresh kumar

Abstract:

We constructed an interface system that would allow a similarly paralyzed user to interact with a computer with almost full functional capability. A real-time tracking algorithm is implemented based on adaptive skin detection and motion analysis. The clicking of the mouse is activated by the user's eye blinking through a sensor. The keyboard function is implemented by voice recognition kit.

Keywords: embedded ARM7 processor, mouse pointer control, voice recognition

Procedia PDF Downloads 541
200 Collaborative Planning and Forecasting

Authors: Neha Asthana, Vishal Krishna Prasad

Abstract:

Collaborative planning and forecasting are the innovative and systematic approaches towards productive integration and assimilation of data synergized into information. The changing and variable market dynamics have persuaded global business chains to incorporate collaborative planning and forecasting as an imperative tool. Thus, it is essential for the supply chains to constantly improvise, update its nature, and mould as per changing global environment.

Keywords: information transfer, forecasting, optimization, supply chain management

Procedia PDF Downloads 395
199 Comparison of Feedforward Back Propagation and Self-Organizing Map for Prediction of Crop Water Stress Index of Rice

Authors: Aschalew Cherie Workneh, K. S. Hari Prasad, Chandra Shekhar Prasad Ojha

Abstract:

Due to the increase in water scarcity, the crop water stress index (CWSI) is receiving significant attention these days, especially in arid and semiarid regions, for quantifying water stress and effective irrigation scheduling. Nowadays, machine learning techniques such as neural networks are being widely used to determine CWSI. In the present study, the performance of two artificial neural networks, namely, Self-Organizing Maps (SOM) and Feed Forward-Back Propagation Artificial Neural Networks (FF-BP-ANN), are compared while determining the CWSI of rice crop. Irrigation field experiments with varying degrees of irrigation were conducted at the irrigation field laboratory of the Indian Institute of Technology, Roorkee, during the growing season of the rice crop. The CWSI of rice was computed empirically by measuring key meteorological variables (relative humidity, air temperature, wind speed, and canopy temperature) and crop parameters (crop height and root depth). The empirically computed CWSI was compared with SOM and FF-BP-ANN predicted CWSI. The upper and lower CWSI baselines are computed using multiple regression analysis. The regression analysis showed that the lower CWSI baseline for rice is a function of crop height (h), air vapor pressure deficit (AVPD), and wind speed (u), whereas the upper CWSI baseline is a function of crop height (h) and wind speed (u). The performance of SOM and FF-BP-ANN were compared by computing Nash-Sutcliffe efficiency (NSE), index of agreement (d), root mean squared error (RMSE), and coefficient of correlation (R²). It is found that FF-BP-ANN performs better than SOM while predicting the CWSI of rice crops.

Keywords: artificial neural networks; crop water stress index; canopy temperature, prediction capability

Procedia PDF Downloads 74
198 Evaluation of ROS Mediated Apoptosis Induced by Tuber Extract of Dioscorea Bulbifera on Human Breast Adenocarcinoma

Authors: Debasmita Dubey, Rajesh Kumar Meher, Smruti Pragya Samal, Pradeep Kumar Naik

Abstract:

Background: To determine antioxidant properties and anticancer activity by ROS and mitochondrial transmembrane potential mediated apoptosis against MCF7, MDA-MB-231, cell line. Methods: Leaf sample was extracted using methanol by microwave digestion technique. The antioxidant properties of the methanolic extract were determined by a DPPH scavenging assay. In vitro anticancer activity, mitochondrial transmembrane potential, apoptosis activity and DNA fragmentation study, as well as intracellular ROS activity of most potential leaf extract, were also determined by using the MDA-MB-231cell line. In vivo animal toxicity study was carried out using mice model. Results: Methanolic leaf extract has shown the highest antioxidant, as well as anticancer activity, is based on the assay conducted. For the identification of active phytochemicals from methanolic extract, High-resolution mass spectroscopy-LCMS was used. In vitro cytotoxicity study against MCF-7 and MDA-MB-231 cell line and IC 50 value was found to be 37.5µg/ml. From histopathological studies, no toxicity in liver and kidney tissue was identified. Conclusion: This plant tuber can be used as a regular diet to reduce the chance of breast cancer. Further, more studies should be conducted to isolate and identify the responsible compound.

Keywords: human breast adenocarcinoma, ROS, mitochondrial transmembrane, apoptosis

Procedia PDF Downloads 83
197 An Integrated Mathematical Approach to Measure the Capacity of MMTS

Authors: Bayan Bevrani, Robert L. Burdett, Prasad K. D. V. Yarlagadda

Abstract:

This article focuses upon multi-modal transportation systems (MMTS) and the issues surrounding the determination of system capacity. For that purpose a multi-objective framework is advocated that integrates all the different modes and many different competing capacity objectives. This framework is analytical in nature and facilitates a variety of capacity querying and capacity expansion planning.

Keywords: analytical model, capacity analysis, capacity query, multi-modal transportation system (MMTS)

Procedia PDF Downloads 324
196 Surprising Behaviour of Kaolinitic Soils under Alkaline Environment

Authors: P. Hari Prasad Reddy, Shimna Paulose, V. Sai Kumar, C. H. Rama Vara Prasad

Abstract:

Soil environment gets contaminated due to rapid industrialisation, agricultural-chemical application and improper disposal of waste generated by the society. Unexpected volume changes can occur in soil in the presence of certain contaminants usually after the long duration of interaction. Alkali is one of the major soil contaminant that has a considerable effect on behaviour of soils and capable of inducing swelling potential in soil. Chemical heaving of clayey soils occurs when they are wetted by aqueous solutions of alkalis. Mineralogical composition of the soil is one of the main factors influencing soil- alkali interaction. In the present work, studies are carried out to understand the swell potential of soils due to soil-alkali interaction with different concentrations of NaOH solution. Locally available soil, namely, red earth containing kaolinite which is of non-swelling nature is selected for the study. In addition to this, two commercially available clayey soils, namely ball clay and china clay containing mainly of kaolinite are selected to understand the effect of alkali interaction in various kaolinitic soils. Non-swelling red earth shows maximum swell at lower concentrations of alkali solution (0.1N) and a slightly decreasing trend of swelling with further increase in concentration (1N, 4N, and 8N). Marginal decrease in swell potential with increase in concentration indicates that the increased concentration of alkali solution exists as free solution in case of red earth. China clay and ball clay both falling under kaolinite group of clay minerals, show swelling with alkaline solution. At lower concentrations of alkali solution both the soils shows similar swell behaviour, but at higher concentration of alkali solution ball clay shows high swell potential compared to china clay which may be due to lack of well ordered crystallinity in ball clay compared to china clay. The variations in the results obtained were corroborated by carrying XRD and SEM studies.

Keywords: alkali, kaolinite, swell potential, XRD, SEM

Procedia PDF Downloads 456
195 Microkinetic Modelling of NO Reduction on Pt Catalysts

Authors: Vishnu S. Prasad, Preeti Aghalayam

Abstract:

The major harmful automobile exhausts are nitric oxide (NO) and unburned hydrocarbon (HC). Reduction of NO using unburned fuel HC as a reductant is the technique used in hydrocarbon-selective catalytic reduction (HC-SCR). In this work, we study the microkinetic modelling of NO reduction using propene as a reductant on Pt catalysts. The selectivity of NO reduction to N2O is detected in some ranges of operating conditions, whereas the effect of inlet O2% causes a number of changes in the feasible regimes of operation.

Keywords: microkinetic modelling, NOx, platinum on alumina catalysts, selective catalytic reduction

Procedia PDF Downloads 419
194 Detecting Covid-19 Fake News Using Deep Learning Technique

Authors: AnjalI A. Prasad

Abstract:

Nowadays, social media played an important role in spreading misinformation or fake news. This study analyzes the fake news related to the COVID-19 pandemic spread in social media. This paper aims at evaluating and comparing different approaches that are used to mitigate this issue, including popular deep learning approaches, such as CNN, RNN, LSTM, and BERT algorithm for classification. To evaluate models’ performance, we used accuracy, precision, recall, and F1-score as the evaluation metrics. And finally, compare which algorithm shows better result among the four algorithms.

Keywords: BERT, CNN, LSTM, RNN

Procedia PDF Downloads 165
193 Heavy Metal Pollution in Soils of Yelagirihills,Tamilnadu by EDXRF Technique

Authors: Chandrasekaran, Ravisankar N. Harikrishnan, Rajalakshmi, K. K. Satapathy M. V. R. Prasad, K. V. Kanagasabapathy

Abstract:

Heavy metals were considered as highly toxic environmental pollutants to soil ecosystem and human health. In present study the 12 heavy metals (Mg, Al, K, Ca, Ti, Fe, V, Cr, Mn, Co,Ni and Zn.) are determined in soils of Yelagiri hills, Tamilnadu by energy dispersive X-ray fluorescence technique. Metal concentrations were used to quantify pollution contamination factors such as enrichment factor (EF), geo-accumulation index (Igeo) and contamination factor (CF) are calculated and reported.

Keywords: soil, heavy metals, EDXRF, pollution contamination factors

Procedia PDF Downloads 301
192 Charcoal Production from Invasive Species: Suggested Shift for Increased Household Income and Forest Plant Diversity in Nepal

Authors: Kishor Prasad Bhatta, Suman Ghimire, Durga Prasad Joshi

Abstract:

Invasive Alien Species (IAS) are considered waste forest resources in Nepal. The rapid expansion of IAS is one of the nine main drivers of forest degradation, though the extent and distribution of this species are not well known. Further, the knowledge of the impact of IAS removal on forest plant diversity is hardly known, and the possibilities of income generation from them at the grass-root communities are rarely documented. Systematic sampling of 1% with nested circular plots of 500 square meters was performed in IAS removed and non-removed area, each of 30 hectares in Udayapur Community Forest User Group (CFUG), Chitwan, central Nepal to observe whether the removal of IAS contributed to an increase in plant diversity. In addition, ten entrepreneurs of Udaypur CFUG, involved in the charcoal production, briquette making and marketing were interviewed and interacted as well as their record keeping booklets were reviewed to understand if the charcoal production contributed to their income and employment. The average annual precipitation and temperature of the study area is 2100 mm and 34 degree Celsius respectively with Shorea robusta as main tree species and Eupatorium odoratum as dominant IAS. All the interviewed households were from the ̔below-poverty-line’ category as per Community Forestry Guidelines. A higher Shannon-Weiner plant diversity index at regeneration level was observed in IAS removed areas (2.43) than in control site (1.95). Furthermore, the number of tree seedlings and saplings in the IAS harvested blocks were significantly higher (p < 0.005) compared to the unharvested one. The sale of charcoal produced through the pyrolysis of IAS in ̔ Bio-energy kilns’ contributed for an average increased income of 30.95 % (Nepalese rupees 31,000) of the involved households. Despite above factors, some operational policy hurdles related to charcoal transport and taxation existed at field level. This study suggests that plant diversity could be increased through the removal of IAS, and considerable economic benefits could be achieved if charcoal is substantially produced and utilized.

Keywords: briquette, economic benefits, pyrolysis, regeneration

Procedia PDF Downloads 231
191 On Optimum Stratification

Authors: M. G. M. Khan, V. D. Prasad, D. K. Rao

Abstract:

In this manuscript, we discuss the problem of determining the optimum stratification of a study (or main) variable based on the auxiliary variable that follows a uniform distribution. If the stratification of survey variable is made using the auxiliary variable it may lead to substantial gains in precision of the estimates. This problem is formulated as a Nonlinear Programming Problem (NLPP), which turn out to multistage decision problem and is solved using dynamic programming technique.

Keywords: auxiliary variable, dynamic programming technique, nonlinear programming problem, optimum stratification, uniform distribution

Procedia PDF Downloads 294
190 Labyrinth Fractal on a Convex Quadrilateral

Authors: Harsha Gopalakrishnan, Srijanani Anurag Prasad

Abstract:

Quadrilateral labyrinth fractals are a new type of fractals that are introduced in this paper. They belong to a unique class of fractals on any plane quadrilateral. The previously researched labyrinth fractals on the unit square and triangle inspire this form of fractal. This work describes how to construct a quadrilateral labyrinth fractal and looks at the circumstances in which it can be understood as the attractor of an iterated function system. Furthermore, some of its topological properties and the Hausdorff and box-counting dimensions of the quadrilateral labyrinth fractals are studied.

Keywords: fractals, labyrinth fractals, dendrites, iterated function system, Haus-Dorff dimension, box-counting dimension, non-self similar, non-self affine, connected, path connected

Procedia PDF Downloads 39
189 Variation in Orbital Elements of Mars and Jupiter Due to the Sun Oblateness by Using Secular Theory

Authors: Avaneesh Vaishwar, Badam Singh Kushvah, Devi Prasad Mishra

Abstract:

We studied the variation in orbital elements of Mars and Jupiter for a time span of 200 thousand years by using secular theory. Here we took Sun oblateness into account and considered the first two zonal gravity constants (J2 and J4) for showing the effect of Sun oblateness on the orbital elements of Mars and Jupiter. We found that in both cases (with and without Sun oblateness) the variation in orbital elements of Mars and Jupiter is periodic moreover in case of the Sun oblateness, the period of variation in orbital elements is decreasing for both the planets.

Keywords: lagrange's planetary equation, orbital elements, planetary system, secular theory

Procedia PDF Downloads 183
188 Antioxidant Activity Studies of Novel Schiff and Mannich Bases

Authors: D. J. Madhu Kumar, D. Jagadeesh Prasad, Sana Sheik, E. P. Rejeesh

Abstract:

A series of Mannich bases derived from 1,2,4-triazole(3a-k and 4a-k) are synthesized by treating a Schiff base with various substituted primary/secondary amines and formaldehyde. The Schiff base is prepared by treating 3-methyl-4-amino-5-mercapto-1,2,4-triazole with 3,4-dimethoxybenzaldehyde in the presence of acid catalyst. The triazole is prepared by treating acetic acid with thiocarbohydrazide at reflux temperature. All the synthesized samples are characterised by FT-IR, 1H-NMR, and LC-MASS spectral studies and screened for their anti-oxidant activity.

Keywords: mannich bases, anti-oxidant activity, schiff base, triazole

Procedia PDF Downloads 483
187 Aitys as the Kazakh Traditional Music Genre in the Sense of Cognitive Musicology

Authors: Indira Makhazhan, Azamat Taigarayev, Perizat Yerlan, Batyrbay Gulbike, Samal Abzhanova

Abstract:

Aitys is a competitional performance of two or more poets creating instantly the lyrics of music concerning the social issues accompanied with the traditional instrument dombra. It is an unique music genre, because it is not practical to create music and lyrics spontaneous in anywhere else. This research study tends to approach to this particular music genre Aitys and identify its significance not only in the sense of the Kazakh cultural heritage, but also from the perspective of personal development as the improvisational , oratory, public performance skills within the ability to think critically over the social problems and represent them in convenient to public form. Through conducting this research, this paper aims to reveal the importance and beneficence of aitys in terms of both prevalence of cultural heritage and its function in personal development of the singer. In order to answer to the research question, we conducted a survey and an in-depth interview with the students of Nazarbayev University. In the survey it was asked to answer the general questions about aitys and its importance, whereas in the interview part, we asked their opinion on the importance of aitys in improving the personal skills. The results of findings was more surprising than it was expected. They agreed that the aitys lessons, workshops and concerts have high outcomes in terms improvements of improvisational, oratory, and leadership skills. Students of NU as a representors of young generation have shown a great interest in aitys, and even more interested in the topics/social issues, where the poets have to defend their usually controversial position. To conclude, the research study has focused on the importance of the aitys in personal development of different leadership skills. The given research lead us to think about the aitys as a part of cognitive musicology, where within the learning of music it represents the process of cognition as well.

Keywords: aitys, cultural heritage, Kazakh language, musicology, personal development

Procedia PDF Downloads 320
186 Experimental Study on Effects of Addition of Rice Husk on Coal Gasification

Authors: M. Bharath, Vasudevan Raghavan, B. V. S. S. S. Prasad, S. R. Chakravarthy

Abstract:

In this experimental study, effects of addition of rice husk on coal gasification in a bubbling fluidized bed gasifier, operating at atmospheric pressure with air as gasifying agent, are reported. Rice husks comprising of 6.5% and 13% by mass are added to coal. Results show that, when rice husk is added the methane yield increases from volumetric percentage of 0.56% (with no rice husk) to 2.77% (with 13% rice husk). CO and H2 remain almost unchanged and CO2 decreases with addition of rice husk. The calorific value of the synthetic gas is around 2.73 MJ/Nm3. All performance indices, such as cold gas efficiency and carbon conversion, increase with addition of rice husk.

Keywords: bubbling fluidized bed reactor, calorific value, coal gasification, rice husk

Procedia PDF Downloads 184