Search results for: Anand K. Srivastava
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 221

Search results for: Anand K. Srivastava

161 Photoresponse of Epitaxial GaN Films Grown by Plasma-Assisted Molecular Beam Epitaxy

Authors: Nisha Prakash, Kritika Anand, Arun Barvat, Prabir Pal, Sonachand Adhikari, Suraj P. Khanna

Abstract:

Group-III nitride semiconductors (GaN, AlN, InN and their ternary and quaternary compounds) have attracted a great deal of attention for the development of high-performance Ultraviolet (UV) photodetectors. Any midgap defect states in the epitaxial grown film have a direct influence on the photodetectors responsivity. The proportion of the midgap defect states can be controlled by the growth parameters. To study this we have grown high quality epitaxial GaN films on MOCVD- grown GaN template using plasma-assisted molecular beam epitaxy (PAMBE) with different growth parameters. Optical and electrical properties of the films were characterized by room temperature photoluminescence and photoconductivity measurements, respectively. The observed persistent photoconductivity behaviour is proportional to the yellow luminescence (YL) and the absolute responsivity has been found to decrease with decreasing YL. The results will be discussed in more detail later.

Keywords: gallium nitride, plasma-assisted molecular beam epitaxy, photoluminescence, photoconductivity, persistent photoconductivity, yellow luminescence

Procedia PDF Downloads 287
160 A Review of the Long Term Effects of In-Service Training Towards Inclusive Education

Authors: Meenakshi Srivastava, Anke A. De Boer, Sip Jan Pij

Abstract:

Teacher’s preparedness towards special educational needs (SEN) of the students in regular schools is an important factor in making education inclusive as a goal to provide education for all. The current study measured the long term effects of an in-service teacher training programme which focused on the inclusion of students with a range of SEN. The programme was on three particular aspects: teachers’ attitudes, their knowledge about SEN and knowledge about teaching methods. A refresher course was also organized for participants of the initial training programme. The long term effects were examined by teachers using a self-report questionnaire (n = 38). The wider effects of the initial training were recorded by interviewing school principals (n = 4). Repeated measures of ANOVA revealed significant effects: more positive attitudes and increased knowledge about SEN among teachers who took the refresher course (n = 18) compared to those who had not (n = 19). Principals also found a more positive attitude, sensitivity and increased awareness about SEN among the participants.

Keywords: inclusion, students with special educational needs, teacher training, follow-up, attitudes change

Procedia PDF Downloads 97
159 Bone Fracture Detection with X-Ray Images Using Mobilenet V3 Architecture

Authors: Ashlesha Khanapure, Harsh Kashyap, Abhinav Anand, Sanjana Habib, Anupama Bidargaddi

Abstract:

Technologies that are developing quickly are being developed daily in a variety of disciplines, particularly the medical field. For the purpose of detecting bone fractures in X-ray pictures of different body segments, our work compares the ResNet-50 and MobileNetV3 architectures. It evaluates accuracy and computing efficiency with X-rays of the elbow, hand, and shoulder from the MURA dataset. Through training and validation, the models are evaluated on normal and fractured images. While ResNet-50 showcases superior accuracy in fracture identification, MobileNetV3 showcases superior speed and resource optimization. Despite ResNet-50’s accuracy, MobileNetV3’s swifter inference makes it a viable choice for real-time clinical applications, emphasizing the importance of balancing computational efficiency and accuracy in medical imaging. We created a graphical user interface (GUI) for MobileNet V3 model bone fracture detection. This research underscores MobileNetV3’s potential to streamline bone fracture diagnoses, potentially revolutionizing orthopedic medical procedures and enhancing patient care.

Keywords: CNN, MobileNet V3, ResNet-50, healthcare, MURA, X-ray, fracture detection

Procedia PDF Downloads 24
158 Closed Forms of Trigonometric Series Interms of Riemann’s ζ Function and Dirichlet η, λ, β Functions or the Hurwitz Zeta Function and Harmonic Numbers

Authors: Slobodan B. Tričković

Abstract:

We present the results concerned with trigonometric series that include sine and cosine functions with a parameter appearing in the denominator. We derive two types of closed-form formulas for trigonometric series. At first, for some integer values, as we know that Riemann’s ζ function and Dirichlet η, λ equal zero at negative even integers, whereas Dirichlet’s β function equals zero at negative odd integers, after a certain number of members, the rest of the series vanishes. Thus, a trigonometric series becomes a polynomial with coefficients involving Riemann’s ζ function and Dirichlet η, λ, β functions. On the other hand, in some cases, one cannot immediately replace the parameter with any positive integer because we shall encounter singularities. So it is necessary to take a limit, so in the process, we apply L’Hospital’s rule and, after a series of rearrangements, we bring a trigonometric series to a form suitable for the application of Choi-Srivastava’s theorem dealing with Hurwitz’s zeta function and Harmonic numbers. In this way, we express a trigonometric series as a polynomial over Hurwitz’s zeta function derivative.

Keywords: Dirichlet eta lambda beta functions, Riemann's zeta function, Hurwitz zeta function, Harmonic numbers

Procedia PDF Downloads 63
157 Identification of CLV for Online Shoppers Using RFM Matrix: A Case Based on Features of B2C Architecture

Authors: Riktesh Srivastava

Abstract:

Online Shopping have established an astonishing evolution in the last few years. And it is now apparent that B2C architecture is becoming progressively imperative channel for even traditional brick and mortar type traders as well. In this completion knowing customers and predicting behavior are extremely important. More important, when any customer logs onto the B2C architecture, the traces of their buying patterns can be stored and used for future predictions. Such a prediction is called Customer Lifetime Value (CLV). Earlier, we used Net Present Value to do so, however, it ignores two important aspects of B2C architecture, “market risks” and “big amount of customer data”. Now, we use RFM- Recency, Frequency and Monetary Value to estimate the CLV, and as the term exemplifies, market risks, is well sheltered. Big Data Analysis is also roofed in RFM, which gives real exploration of the Big Data and lead to a better estimation for future cash flow from customers. In the present paper, 6 factors (collected from varied sources) are used to determine as to what attracts the customers to the B2C architecture. For these 6 factors, RFM is computed for 3 years (2013, 2014 and 2015) respectively. CLV and Revenue are the two parameters defined using RFM analysis, which gives the clear picture of the future predictions.

Keywords: CLV, RFM, revenue, recency, frequency, monetary value

Procedia PDF Downloads 192
156 Comparative Analysis of Predictive Models for Customer Churn Prediction in the Telecommunication Industry

Authors: Deepika Christopher, Garima Anand

Abstract:

To determine the best model for churn prediction in the telecom industry, this paper compares 11 machine learning algorithms, namely Logistic Regression, Support Vector Machine, Random Forest, Decision Tree, XGBoost, LightGBM, Cat Boost, AdaBoost, Extra Trees, Deep Neural Network, and Hybrid Model (MLPClassifier). It also aims to pinpoint the top three factors that lead to customer churn and conducts customer segmentation to identify vulnerable groups. According to the data, the Logistic Regression model performs the best, with an F1 score of 0.6215, 81.76% accuracy, 68.95% precision, and 56.57% recall. The top three attributes that cause churn are found to be tenure, Internet Service Fiber optic, and Internet Service DSL; conversely, the top three models in this article that perform the best are Logistic Regression, Deep Neural Network, and AdaBoost. The K means algorithm is applied to establish and analyze four different customer clusters. This study has effectively identified customers that are at risk of churn and may be utilized to develop and execute strategies that lower customer attrition.

Keywords: attrition, retention, predictive modeling, customer segmentation, telecommunications

Procedia PDF Downloads 23
155 Elongation Factor 1 Alpha Molecular Phylogenetic Analysis for Anastrepha fraterculus Complex

Authors: Pratibha Srivastava, Ayyamperumal Jeyaprakash, Gary Steck

Abstract:

Exotic, invasive tephritid fruit flies (Diptera: Tephritidae) are a major concern to fruit and vegetable production in the USA. Timely detection and identification of these agricultural pests facilitate the possibility of eradication from newly invaded areas. They spread primarily as larvae in infested fruits carried in commerce or personal baggage. Identification of larval stages to species level is difficult but necessary to determine pest loads and their pathways into the USA. The main focus of this study is the New World genus, Anastrepha. Many of its constituent taxa are pests of major economic importance. This study is significant for national quarantine use, as morphological diagnostics to separate larvae of the various members remain poorly developed. Elongation factor 1 alpha sequences were amplified from Anastrepha fraterculus specimens collected from South America (Ecuador and Peru). Phylogenetic analysis was performed to characterize the Anastrepha fraterculus complex at a molecular level.

Keywords: anastrepha, diptera, elongation factor, fruit fly

Procedia PDF Downloads 182
154 Productivity and Profitability of Field Pea as Influenced by Different Levels of Fertility and Bio-Fertilizers under Irrigated Condition

Authors: Akhilesh Mishra, Geeta Rai, Arvind Srivastava, Nalini Tiwari

Abstract:

A field experiment was conducted during two consecutive Rabi seasons of 2007 and 2008 to study the economics of different bio-fertilizer’s inoculations in fieldpea (cv. Jai) at Chandra Shekhar Azad University of Agriculture and Technology, Kanpur (India). Results indicated that the seed inoculation with Rhizobium + PSB + PGPR improved all the growth; yield attributes and yields of field pea. Fresh and dry weight plant-1, nodules number and dry weight plant-1 were found significantly maximum. Number of grains pod-1, number and weight of pods plant-1 at maturity attributed significantly in increasing the grain yield as well as net return. On pooled basis, maximum net income (Rs.22169 ha-1) was obtained with the use of Rhizobium + PSB + PGPR which was improved by a margin of Rs.1502 (6.77%), 2972 (13.40%), 2672 (12.05%), 5212 (23.51%), 6176 (27.85%), 4666 (21.04%) and 8842/ha (39.88%) over the inoculation of PSB + PGPR, Rhizobium + PGPR, Rhizobium + PSB, PGPR, PSB, Rhizobium and control, respectively. Thus, it can be recommended that to earn the maximum net profit from dwarf field pea, seed should be inoculated with Rhizobium + PSB + PGPR.

Keywords: rhizobium, phosphorus solubilizing bacteria, plant growth promoting rhizobacteria, field pea

Procedia PDF Downloads 381
153 Synthesis of Ce Impregnated on Functionalized Graphene Oxide Nanosheets for Transesterification of Propylene Carbonate and Ethanol to Produce Diethyl Carbonate

Authors: Kumar N., Verma S., Park J., Srivastava V. C.

Abstract:

Organic carbonates have the potential to be used as fuels and because of this, their production through non-phosgene routes is a thrust area of research. Di-ethyl carbonate (DEC) synthesis from propylene carbonate (PC) in the presence of alcohol is a green route. In this study, the use of reduced graphene oxide (rGO) based metal oxide catalysts [rGO-MO, where M = Ce] with different amounts of graphene oxide (0.2%, 0.5%, 1%, and 2%) has been investigated for the synthesis of DEC by using PC and ethanol as reactants. The GO sheets were synthesized by an electrochemical process and the catalysts were synthesized using an in-situ method. A theoretical study of the thermodynamics of the reaction was done, which revealed that the reaction is mildly endothermic. The theoretical value of optimum temperature was found to be 420 K. The synthesized catalysts were characterized for their morphological, structural and textural properties using field emission scanning electron microscopy (FE-SEM), X-ray diffraction (XRD), N2 adsorption/desorption, thermogravimetric analysis (TGA), and Raman spectroscopy. Optimization studies were carried out to study the effect of different reaction conditions like temperature (140 °C to 180 °C) and catalyst dosage (0.102 g to 0.255 g) on the yield of DEC. Amongst the various synthesized catalysts, 1% rGO-CeO2 gave the maximum yield of DEC.

Keywords: GO, DEC, propylene carbonate, transesterification, thermodynamics

Procedia PDF Downloads 51
152 Spatial and Temporal Variability of Fog Over the Indo-Gangetic Plains, India

Authors: Sanjay Kumar Srivastava, Anu Rani Sharma, Kamna Sachdeva

Abstract:

The aim of the paper is to analyze the characteristics of winter fog in terms of its trend and spatial-temporal variability over Indo-Gangetic plains. The study reveals that during last four and half decades (1971-2015), an alarming increasing trend in fog frequency has been observed during the winter months of December and January over the study area. The frequency of fog has increased by 118.4% during the peak winter months of December and January. It has also been observed that on an average central part of IGP has 66.29% fog days followed by west IGP with 41.94% fog days. Further, Empirical Orthogonal Function (EOF) decomposition and Mann-Kendall variation analysis are used to analyze the spatial and temporal patterns of winter fog. The findings have significant implications for the further research of fog over IGP and formulate robust strategies to adapt the fog variability and mitigate its effects. The decision by Delhi Government to implement odd-even scheme to restrict the use of private vehicles in order to reduce pollution and improve quality of air may result in increasing the alarming increasing trend of fog over Delhi and its surrounding areas regions of IGP.

Keywords: fog, climatology, spatial variability, temporal variability

Procedia PDF Downloads 315
151 Robust Data Image Watermarking for Data Security

Authors: Harsh Vikram Singh, Ankur Rai, Anand Mohan

Abstract:

In this paper, we propose secure and robust data hiding algorithm based on DCT by Arnold transform and chaotic sequence. The watermark image is scrambled by Arnold cat map to increases its security and then the chaotic map is used for watermark signal spread in middle band of DCT coefficients of the cover image The chaotic map can be used as pseudo-random generator for digital data hiding, to increase security and robustness .Performance evaluation for robustness and imperceptibility of proposed algorithm has been made using bit error rate (BER), normalized correlation (NC), and peak signal to noise ratio (PSNR) value for different watermark and cover images such as Lena, Girl, Tank images and gain factor .We use a binary logo image and text image as watermark. The experimental results demonstrate that the proposed algorithm achieves higher security and robustness against JPEG compression as well as other attacks such as addition of noise, low pass filtering and cropping attacks compared to other existing algorithm using DCT coefficients. Moreover, to recover watermarks in proposed algorithm, there is no need to original cover image.

Keywords: data hiding, watermarking, DCT, chaotic sequence, arnold transforms

Procedia PDF Downloads 485
150 Allura Red, Sunset Yellow and Amaranth Azo Dyes for Corrosion Inhibition of Mild Steel in 0.5 H₂SO₄ Solutions

Authors: Ashish Kumar Singh, Preeti Tiwari, Shubham Srivastava, Rajiv Prakash, Herman Terryn, Gopal Ji

Abstract:

Corrosion inhibition potential of azo dyes namely Allura red (AR), Sunset Yellow (SY) and Amaranth (AN) have been investigated in 0.5 M H2SO4 solutions by electrochemical impedance spectroscopy (EIS), Tafel polarization curves, linear polarization curves, open circuit potential (ocp) curves, UV-Visible spectroscopy, Fourier Transform Infrared spectroscopy (FTIR) and scanning electron microscopy (SEM) techniques. Amaranth dye is found to provide highest corrosion inhibition (90 %) against mild steel corrosion in sulfuric acid solutions among all the tested dyes; while SY and AR dye shows 80% and 78% corrosion inhibition efficiency respectively. The electrochemical measurements and surface morphology analysis reveal that molecular adsorption of dyes at metal acid interface is accountable for inhibition of mild steel corrosion in H2SO4 solutions. The adsorption behavior of dyes has been investigated by various isotherms models, which verifies that it is in accordance with Langmuir isotherm.

Keywords: mild steel, Azo dye, EIS, Langmuir isotherm

Procedia PDF Downloads 343
149 Multi-Vehicle Detection Using Histogram of Oriented Gradients Features and Adaptive Sliding Window Technique

Authors: Saumya Srivastava, Rina Maiti

Abstract:

In order to achieve a better performance of vehicle detection in a complex environment, we present an efficient approach for a multi-vehicle detection system using an adaptive sliding window technique. For a given frame, image segmentation is carried out to establish the region of interest. Gradient computation followed by thresholding, denoising, and morphological operations is performed to extract the binary search image. Near-region field and far-region field are defined to generate hypotheses using the adaptive sliding window technique on the resultant binary search image. For each vehicle candidate, features are extracted using a histogram of oriented gradients, and a pre-trained support vector machine is applied for hypothesis verification. Later, the Kalman filter is used for tracking the vanishing point. The experimental results show that the method is robust and effective on various roads and driving scenarios. The algorithm was tested on highways and urban roads in India.

Keywords: gradient, vehicle detection, histograms of oriented gradients, support vector machine

Procedia PDF Downloads 91
148 Robust Fractional Order Controllers for Minimum and Non-Minimum Phase Systems – Studies on Design and Development

Authors: Anand Kishore Kola, G. Uday Bhaskar Babu, Kotturi Ajay Kumar

Abstract:

The modern dynamic systems used in industries are complex in nature and hence the fractional order controllers have been contemplated as a fresh approach to control system design that takes the complexity into account. Traditional integer order controllers use integer derivatives and integrals to control systems, whereas fractional order controllers use fractional derivatives and integrals to regulate memory and non-local behavior. This study provides a method based on the maximumsensitivity (Ms) methodology to discover all resilient fractional filter Internal Model Control - proportional integral derivative (IMC-PID) controllers that stabilize the closed-loop system and deliver the highest performance for a time delay system with a Smith predictor configuration. Additionally, it helps to enhance the range of PID controllers that are used to stabilize the system. This study also evaluates the effectiveness of the suggested controller approach for minimum phase system in comparison to those currently in use which are based on Integral of Absolute Error (IAE) and Total Variation (TV).

Keywords: modern dynamic systems, fractional order controllers, maximum-sensitivity, IMC-PID controllers, Smith predictor, IAE and TV

Procedia PDF Downloads 22
147 EMI Shielding in Carbon Based Nanocomposites

Authors: Mukul Kumar Srivastava, Sumit Basu

Abstract:

Carbon fiber reinforced polymer (CFRP) composites find wide use in the space and aerospace industries primarily due to their favourable strength-to-weight ratios. However, in spite of the impressive mechanical properties, their ability to shield sophisticated electronics from electromagnetic interference (EMI) is rather limited. As a result, metallic wire meshes or metal foils are often embedded in CFRP composites to provide adequate EMI shielding. This comes at additional manufacturing cost, increased weight and, particularly in cases of aluminium, increased risk of galvanic corrosion in the presence of moisture. In this work, we will explore ways of enhancing EMI shielding of CFRP laminates in the 8-12 GHz range (the so-called X-band), without compromising their mechanical and fracture properties, through minimal modifications to their current well-established fabrication protocol. The computational-experimental study of EMI shielding in CFRP laminates will focus on the effects of incorporating multiwalled carbon nanotubes (MWCNT) and conducting nanoparticles in different ways in the resin and/or carbon fibers. We will also explore the possibility of utilising the excellent absorbing properties of MWCNT reinforced polymer foams to enhance the overall EMI shielding capabilities.

Keywords: EMI shielding, X-band, CFRP, MWCNT

Procedia PDF Downloads 46
146 Walmart Sales Forecasting using Machine Learning in Python

Authors: Niyati Sharma, Om Anand, Sanjeev Kumar Prasad

Abstract:

Assuming future sale value for any of the organizations is one of the major essential characteristics of tactical development. Walmart Sales Forecasting is the finest illustration to work with as a beginner; subsequently, it has the major retail data set. Walmart uses this sales estimate problem for hiring purposes also. We would like to analyzing how the internal and external effects of one of the largest companies in the US can walk out their Weekly Sales in the future. Demand forecasting is the planned prerequisite of products or services in the imminent on the basis of present and previous data and different stages of the market. Since all associations is facing the anonymous future and we do not distinguish in the future good demand. Hence, through exploring former statistics and recent market statistics, we envisage the forthcoming claim and building of individual goods, which are extra challenging in the near future. As a result of this, we are producing the required products in pursuance of the petition of the souk in advance. We will be using several machine learning models to test the exactness and then lastly, train the whole data by Using linear regression and fitting the training data into it. Accuracy is 8.88%. The extra trees regression model gives the best accuracy of 97.15%.

Keywords: random forest algorithm, linear regression algorithm, extra trees classifier, mean absolute error

Procedia PDF Downloads 120
145 Hybrid Treatment Method for Decolorization of Mixed Dyes: Rhodamine-B, Brilliant Green and Congo Red

Authors: D. Naresh Yadav, K. Anand Kishore, Bhaskar Bethi, Shirish H. Sonawane, D. Bhagawan

Abstract:

The untreated industrial wastewater discharged into the environment causes the contamination of soil, water and air. Advanced treatment methods for enhanced wastewater treatment are attracting substantial interest among the currently employed unit processes in wastewater treatment. The textile industry is one of the predominant in wastewater production at current industrialized situation. The refused dyes at textile industry need to be treated in proper manner before its discharge into water bodies. In the present investigation, hybrid treatment process has been developed for the treatment of synthetic mixed dye wastewater. Photocatalysis and ceramic nanoporous membrane are mainly used for process integration to minimize the fouling and increase the flux. Commercial semiconducting powders (TiO2 and ZnO) has used as a nano photocatalyst for the degradation of mixed dye in the hybrid system. Commercial ceramic nanoporous tubular membranes have been used for the rejection of dye and suspended catalysts. Photocatalysis with catalyst has shown the average of 34% of decolorization (RB-32%, BG-34% and CR-36%), whereas ceramic nanofiltration has shown the 56% (RB-54%, BG-56% and CR-58%) of decolorization. Integration of photocatalysis and ceramic nanofiltration has shown 96% (RB-94%, BG-96% and CR-98%) of dye decolorization over 90 min of operation.

Keywords: photocatalysis, ceramic nanoporous membrane, wastewater treatment, advanced oxidation process, process integration

Procedia PDF Downloads 233
144 Synthesis, Biological Evaluation and Molecular Modeling Studies on Chiral Chloroquine Analogues as Antimalarial Agents

Authors: Srinivasarao Kondaparla, Utsab Debnath, Awakash Soni, Vasantha Rao Dola, Manish Sinha, Kumkum Kumkum Srivastava, Sunil K. Puri, Seturam B. Katti

Abstract:

In a focused exploration, we have designed synthesized and biologically evaluated chiral conjugated new chloroquine (CQ) analogs with substituted piperazines as antimalarial agents. In vitro as well as in vivo studies revealed that compound 7c showed potent activity [for in vitro IC₅₀= 56.98nM (3D7), 97.76nM (K1); for in vivo (up to at the dose of 12.5 mg/kg); SI = 3510] as a new lead of antimalarial agent. Other compounds 6b, 6d, 7d, 7h, 8c, 8d, 9a, and 9c are also showing moderate activity against CQ-sensitive (3D7) strain and superior activity against resistant (K1) strain of P. falciparum. Furthermore, we have carried out docking and 3D-QSAR studies of all in-house data sets (168 molecules) of chiral CQ analogs to explain the structure activity relationships (SAR). Our new findings specified the significance of H-bond interaction with the side chain of heme for biological activity. In addition, the 3D-QSAR study against 3D7 strain indicated the favorable and unfavorable sites of CQ analogs for incorporating steric, hydrophobic and electropositive groups to improve the antimalarial activity.

Keywords: piperazines, CQ-sensitive strain-3D7, in-vitro and in-vivo assay, docking, 3D-QSAR

Procedia PDF Downloads 140
143 Integration of Artificial Neural Network with Geoinformatics Technology to Predict Land Surface Temperature within Sun City Jodhpur, Rajasthan, India

Authors: Avinash Kumar Ranjan, Akash Anand

Abstract:

The Land Surface Temperature (LST) is an essential factor accompanying to rise urban heat and climate warming within a city in micro level. It is also playing crucial role in global change study as well as radiation budgets measuring in heat balance studies. The information of LST is very substantial to recognize the urban climatology, ecological changes, anthropological and environmental interactions etc. The Chief motivation of present study focus on time series of ANN model that taken a sequence of LST values of 2000, 2008 and 2016, realize the pattern of variation within the data set and predict the LST values for 2024 and 2032. The novelty of this study centers on evaluation of LST using series of multi-temporal MODIS (MOD 11A2) satellite data by Maximum Value Composite (MVC) techniques. The results derived from this study endorse the proficiency of Geoinformatics Technology with integration of ANN to gain knowledge, understanding and building of precise forecast from the complex physical world database. This study will also focus on influence of Land Use/ Land Cover (LU/LC) variation on Land Surface Temperature.

Keywords: LST, geoinformatics technology, ANN, MODIS satellite imagery, MVC

Procedia PDF Downloads 214
142 Microseismics: Application in Hydrocarbon Reservoir Management

Authors: Rahul Kumar Singh, Apurva Sharma, Dilip Kumar Srivastava

Abstract:

Tilting of our interest towards unconventional exploitation of hydrocarbons has raised a serious concern to environmentalists. Emerging technologies like horizontal/multi-lateral drilling with subsequent hydraulic fracturing or fracking etc., for exploitation of different conventional/unconventional hydrocarbon reservoirs, are related to creating micro-level seismic events below the surface of the earth. Monitoring of these micro-level seismic events is not possible by the conventional methodology of the seismic method. So, to tackle this issue, a new technology that is microseismic is very much in discussions around the globe. Multiple researches are being carried out these days around the globe in order to prove microseismic as a new essential in the E & P industry, especially for unconventional reservoir management. Microseismic monitoring is now used for reservoir surveillance, and the best application is checking the integrity of the caprock and containment of fluid in it. In general, in whatever terms we want to use micro-seismic related events monitoring and understanding the effectiveness of stimulation, this technology offers a lot of value in terms of insight into the subsurface characteristics and processes, and this makes it really a good geophysical method to be used in future.

Keywords: microseismic, monitoring, hydraulic fracturing or fracking, reservoir surveillance, seismic hazards

Procedia PDF Downloads 157
141 Microarray Data Visualization and Preprocessing Using R and Bioconductor

Authors: Ruchi Yadav, Shivani Pandey, Prachi Srivastava

Abstract:

Microarrays provide a rich source of data on the molecular working of cells. Each microarray reports on the abundance of tens of thousands of mRNAs. Virtually every human disease is being studied using microarrays with the hope of finding the molecular mechanisms of disease. Bioinformatics analysis plays an important part of processing the information embedded in large-scale expression profiling studies and for laying the foundation for biological interpretation. A basic, yet challenging task in the analysis of microarray gene expression data is the identification of changes in gene expression that are associated with particular biological conditions. Careful statistical design and analysis are essential to improve the efficiency and reliability of microarray experiments throughout the data acquisition and analysis process. One of the most popular platforms for microarray analysis is Bioconductor, an open source and open development software project based on the R programming language. This paper describes specific procedures for conducting quality assessment, visualization and preprocessing of Affymetrix Gene Chip and also details the different bioconductor packages used to analyze affymetrix microarray data and describe the analysis and outcome of each plots.

Keywords: microarray analysis, R language, affymetrix visualization, bioconductor

Procedia PDF Downloads 450
140 Networking the Biggest Challenge in Hybrid Cloud Deployment

Authors: Aishwarya Shekhar, Devesh Kumar Srivastava

Abstract:

Cloud computing has emerged as a promising direction for cost efficient and reliable service delivery across data communication networks. The dynamic location of service facilities and the virtualization of hardware and software elements are stressing the communication networks and protocols, especially when data centres are interconnected through the internet. Although the computing aspects of cloud technologies have been largely investigated, lower attention has been devoted to the networking services without involving IT operating overhead. Cloud computing has enabled elastic and transparent access to infrastructure services without involving IT operating overhead. Virtualization has been a key enabler for cloud computing. While resource virtualization and service abstraction have been widely investigated, networking in cloud remains a difficult puzzle. Even though network has significant role in facilitating hybrid cloud scenarios, it hasn't received much attention in research community until recently. We propose Network as a Service (NaaS), which forms the basis of unifying public and private clouds. In this paper, we identify various challenges in adoption of hybrid cloud. We discuss the design and implementation of a cloud platform.

Keywords: cloud computing, networking, infrastructure, hybrid cloud, open stack, naas

Procedia PDF Downloads 392
139 Choice of Landscape Elements for Residents' Quality of Life Living in Apartment Housing: Case Study of Bhopal, India

Authors: Ankita Srivastava, Yogesh K. Garg

Abstract:

Housing provides comforts and well being leading towards the quality of life. Earlier research had established that landscape elements enhance the residents’ quality of life through its significant experiences occur due to their presence in the housing. This paper tries to identify the preference of landscape elements that enhance residents’ quality of life living in the apartment. Hence, landscape elements that can be planned in the open spaces of housing and quality of life components were identified from the secondary data sources. Experts’ were asked to identify the quality of life components with respect to landscape elements. A questionnaire survey of residents’ living in the apartment housing in Bhopal, India was conducted. The statistical analysis of survey data facilitated to explore the preference of landscape elements for the quality of life in the apartment housing. The final ranking compiled from the experts’ opinion, residents’ perception as well as factor analysis results to have an insight of the preference of landscape elements for the quality of life living in the apartment. Preference of landscape elements present in the paper may provide an overview of planning for apartment housing that may be used by architects, planners and developers for enhancing residents’ quality of life.

Keywords: landscape elements, quality of life, residents, housing

Procedia PDF Downloads 219
138 Effect of the Birth Order and Arrival of Younger Siblings on the Development of a Child: Evidence from India

Authors: Swati Srivastava, Ashish Kumar Upadhyay

Abstract:

Using longitudinal data from three waves of Young Lives Study and Ordinary Least Square methods, study has investigated the effect of birth order and arrival of younger siblings on child development in India. Study used child’s height for age z-score, weight for age z-score, BMI for age z-score, Peabody Picture Vocabulary Test (PPVT-Score)c, maths score, Early Grade Reading Assessment Test (ERGA) score, and memory score to measure the physical and cognitive development of child during wave-3. Findings suggest that having a high birth order is detrimental for child development and the gap between adjacent siblings is larger for children late in the birth sequences than early in the birth sequences. Study also reported that not only older siblings but arrival of younger siblings before assessment of test also reduces the development of a child. The effects become stronger in case of female children than male children.

Keywords: height for age z-score, weight for age z-score, BMI for z-score, PPVT score, math score, EGRA score, memory score, birth order, siblings, Young Lives Study, India

Procedia PDF Downloads 305
137 Biocontrol Potential of Trichoderma sp. against Macrophomina phaseolina

Authors: Jayarama Reddy, Anand S., H., Sundaram, Jeldi Hemachandran

Abstract:

Forty two strains of Trichoderma sp. were isolated from cultivated lands around Bangalore and analyzed for their antagonistic potential against Macrophomina phaseolina. The potential of biocontrol agents ultimately lies in their capacity to control pathogens in vivo. Bioefficacy studies were hence conducted using chickpea (Cicer arientum c.v. Annigeri) as an experimental plant by the roll paper towel method. Overall the isolates T6, T35, T30, and T25 showed better antagonistic potential in addition to enhancing plant growth. The production of chitinases to break down the mycelial cell walls of fungal plant pathogens has been implicated as a major cause of biocontrol activity. In order to study the mechanism of biocontrol against Macrophomina phaseolina, ten better performing strains were plated on media, amended with colloidal chitin and Sclerotium rolfsii cell wall extract. All the isolates showed chitinolytic activity on day three as well as day five. Production of endochitinase and exochitinase were assayed in liquid media using colloidal chitin amended broth. Strains T35 and T6 displayed maximum endochitinase and exochitinase activity. Although all strains exhibited cellulase activity, the quantum of enzyme produced was higher in T35 and T6. The results also indicate a positive correlation between enzyme production and bioefficacy.

Keywords: biocontrol, bioefficacy, cellulase, chitinase

Procedia PDF Downloads 351
136 Chlorine Pretreatment Effect on Mechanical Properties of Optical Fiber Glass

Authors: Abhinav Srivastava, Hima Harode, Chandan Kumar Saha

Abstract:

The principal ingredient of an optical fiber is quartz glass. The quality of the optical fiber decreases if impure foreign substances are attached to its preform surface. If residual strain inside a preform is significant, it cracks with a small impact during drawing or transporting. Furthermore, damages and unevenness on the surface of an optical fiber base material break the fiber during drawing. The present work signifies that chlorine pre-treatment enhances mechanical properties of the optical fiber glass. FTIR (Fourier-Transform Infrared Spectroscopy) results show that chlorine gas chemically modifies the structure of silica clad; chlorine is known to soften glass. Metallic impurities on the preform surface likely formed volatile metal chlorides due to chlorine pretreatment at elevated temperature. The chlorine also acts as a drying agent, and therefore the preform surface is anticipated to be water deficient and supposedly avoids particle adhesion on the glass surface. The Weibull analysis of long length tensile strength demarcates a substantial shift in its knee. The higher dynamic fatigue n-value also indicated surface crack healing.

Keywords: mechanical strength, optical fiber glass, FTIR, Weibull analysis

Procedia PDF Downloads 144
135 Comparative Assessment of MRR, TWR, and Surface Integrity in Rotary and Stationary Tool EDM for Machining AISI D3 Tool Steel

Authors: Anand Prakash Dwivedi, Sounak Kumar Choudhury

Abstract:

Electric Discharge Machining (EDM) is a well-established and one of the most primitive unconventional manufacturing processes, that is used world-wide for the machining of geometrically complex or hard and electrically conductive materials which are extremely difficult to cut by any other conventional machining process. One of the major flaws, over all its advantages, is its very slow Material Removal Rate (MRR). In order to eradicate this slow machining rate, various researchers have proposed various methods like; providing rotational motion to the tool or work-piece or to both, mixing of conducting additives (such as SiC, Cr, Al, graphite etc) powders in the dielectric, providing vibrations to the tool or work-piece or to both etc. Present work is a comparative study of Rotational and Stationary Tool EDM, which deals with providing rotational motion to the copper tool for the machining of AISI D3 Tool Steel and the results have been compared with stationary tool EDM. It has been found that the tool rotation substantially increases the MRR up to 28%. The average surface finish increases around 9-10% by using the rotational tool EDM. The average tool wear increment is observed to be around 19% due to the tool rotation. Apart from this, the present work also focusses on the recast layer analysis, which are being re-deposited on the work-piece surface during the operation. The recast layer thickness is less in case of Rotational EDM and more for Stationary Tool EDM. Moreover, the cracking on the re-casted surface is also more for stationary tool EDM as compared with the rotational EDM.

Keywords: EDM, MRR, Ra, TWR

Procedia PDF Downloads 292
134 Fe-BTC Based Electrochemical Sensor for Anti-Psychotic and Anti-Migraine Drugs: Aripiprazole and Rizatriptan

Authors: Sachin Saxena, Manju Srivastava

Abstract:

The present study describes a stable, highly sensitive and selective analytical sensor. Fe-BTC was synthesized at room temperature using the noble Iron-trimesate system. The high surface area of as synthesized Fe-BTC proved MOFs as ideal modifiers for glassy carbon electrode. The characterization techniques such as TGA, XRD, FT-IR, BET (BET surface area= 1125 m2/gm) analysis explained the electrocatalytic behaviour of Fe-BTC towards these two drugs. The material formed is cost effective and exhibit higher catalytic behaviour towards analyte systems. The synergism between synthesized Fe-BTC and electroanalytical techniques helped in developing a highly sensitive analytical method for studying the redox fate of ARP and RZ, respectively. Cyclic voltammetry of ferricyanide system proved Fe-BTC/GCE with an increase in 132% enhancement in peak current value as compared to that of GCE. The response characteristics of cyclic voltammetry (CV) and square wave voltammetry (SWV) revealed that the ARP and RZ could be effectively accumulated at Fe-BTC/GCE. On the basis of the electrochemical measurements, electrode dynamics parameters have been evaluated. Present study opens up new field of applications of MOFs modified GCE for drug sensing.

Keywords: MOFs, anti-psychotic, electrochemical sensor, anti-migraine drugs

Procedia PDF Downloads 135
133 Treatment of Septic Tank Effluent Using Moving Bed Biological Reactor

Authors: Fares Almomani, Majeda Khraisheh, Rahul Bhosale, Anand Kumar, Ujjal Gosh

Abstract:

Septic tanks (STs) are very commonly used wastewater collection systems in the world especially in rural areas. In this study, the use of moving bed biological reactors (MBBR) for the treatment of septic tanks effluents (STE) was studied. The study was included treating septic tank effluent from one house hold using MBBRs. Significant ammonia removal rate was observed in all the reactors throughout the 180 days of operation suggesting that the MBBRs were successful in reducing the concentration of ammonia from septic tank effluent. The average ammonia removal rate at 25◦C for the reactor operated at hydraulic retention time of 5.7 hr (R1) was 0.540 kg-N/m3and for the reactor operated at hydraulic retention time of 13.3hr (R2) was 0.279 kg-N/m3. Ammonia removal rates were decreased to 0.3208 kg-N/m3 for R1 and 0.212 kg-N/m3 for R3 as the temperature of reactor was decreased to 8 ◦C. A strong correlation exists between theta model and the rates of ammonia removal for the reactors operated in continuous flow. The average ϴ values for the continuous flow reactors during the temperature change from 8°C to 20 °C were found to be 1.053±0.051. MBBR technology can be successfully used as a polishing treatment for septic tank effluent.

Keywords: septic tanks, wastewater treatment, morphology, moving biological reactors, nitrification

Procedia PDF Downloads 306
132 Effect of Extrusion Parameters on the Rheological Properties of Ready-To-Eat Extrudates Developed from De-Oiled Rice Bran

Authors: Renu Sharma, D. C. Saxena, Tanuja Srivastava

Abstract:

Mechanical properties of ready-to-eat extrudates are perceived by the consumers as one of the quality criteria. Texture quality of any product has a strong influence on the sensory evaluation as well as on the acceptability of the product. The main texture characteristics influencing the product acceptability are crispness, elasticity, hardness and softness. In the present work, the authors investigated one of the most important textural characteristics of extrudates i.e. hardness. A five-level, four-factor central composite rotatable design was employed to investigate the effect of temperature, screw speed, feed moisture content and feed composition mainly rice bran content and their interactions, on the mechanical hardness of extrudates. Among these, feed moisture was found to be a prominent factor affecting the product hardness. It was found that with the increase of feed moisture content, the rice bran proportion leads to increase in hardness of extrudates whereas the increase of temperature leads to decrease of hardness of product. A good agreement between the predicted (26.49 N) and actual value (28.73N) of the response confirms the validation of response surface methodology (RSM)-model.

Keywords: deoiled rice bran, extrusion, rheological properties, RSM

Procedia PDF Downloads 349