Search results for: M. Suheshkumar Singh
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 659

Search results for: M. Suheshkumar Singh

449 Production of Biodiesel Using Tannery Fleshing as a Feedstock via Solid-State Fermentation

Authors: C. Santhana Krishnan, A. M. Mimi Sakinah, Lakhveer Singh, Zularisam A. Wahid

Abstract:

This study was initiated to evaluate and optimize the conversion of animal fat from tannery wastes into methyl ester. In the pre-treatment stage, animal fats feedstock was hydrolysed and esterified through solid state fermentation (SSF) using Microbacterium species immobilized onto sand silica matrix. After 72 hours of fermentation, predominant esters in the animal fats were found to be with 83.9% conversion rate. Later, esterified animal fats were transesterified at 3 hour reaction time with 1% NaOH (w/v %), 6% methanol to oil ratio (w/v %) to produce 89% conversion rate. C13 NMR revealed long carbon chain in fatty acid methyl esters at 22.2817-31.9727 ppm. Methyl esters of palmitic, stearic, oleic represented the major components in biodiesel.

Keywords: tannery wastes, fatty animal fleshing, trans-esterification, immobilization, solid state fermentation

Procedia PDF Downloads 245
448 Radiology Information System’s Mechanisms: HL7-MHS & HL7/DICOM Translation

Authors: Kulwinder Singh Mann

Abstract:

The innovative features of information system, known as Radiology Information System (RIS), for electronic medical records has shown a good impact in the hospital. The objective is to help and make their work easier; such as for a physician to access the patient’s data and for a patient to check their bill transparently. The interoperability of RIS with the other intra-hospital information systems it interacts with, dealing with the compatibility and open architecture issues, are accomplished by two novel mechanisms. The first one is the particular message handling system that is applied for the exchange of information, according to the Health Level Seven (HL7) protocol’s specifications and serves the transfer of medical and administrative data among the RIS applications and data store unit. The second one implements the translation of information between the formats that HL7 and Digital Imaging and Communication in Medicine (DICOM) protocols specify, providing the communication between RIS and Picture and Archive Communication System (PACS) which is used for the increasing incorporation of modern medical imaging equipment.

Keywords: RIS, PACS, HIS, HL7, DICOM, messaging service, interoperability, digital images

Procedia PDF Downloads 286
447 The Effect of Immobilization Conditions on Hydrogen Production from Palm Oil Mill Effluent

Authors: A. W. Zularisam, Lakhveer Singh, Mimi Sakinah Abdul Munaim

Abstract:

In this study, the optimization of hydrogen production using polyethylene glycol (PEG) immobilized sludge was investigated in batch tests. Palm oil mill effluent (POME) is used as a substrate that can act as a carbon source. Experiment focus on the effect of some important affecting factors on fermentative hydrogen production. Results showed that immobilized sludge demonstrated the maximum hydrogen production rate of 340 mL/L-POME/h under follow optimal condition: amount of biomass 10 mg VSS/ g bead, PEG concentration 10%, and cell age 24 h or 40 h. More importantly, immobilized sludge not only enhanced hydrogen production but can also tolerate the harsh environment and produce hydrogen at the wide ranges of pH. The present results indicate the potential of PEG-immobilized sludge for large-scale operations as well; these factors play an important role in stable and continuous hydrogen production.

Keywords: bioydrogen, immobilization, polyethylene glycol, palm oil mill effluent, dark fermentation

Procedia PDF Downloads 326
446 Properties of Self-Compacting Concrete Mixed with Fly Ash

Authors: Abhinandan Singh Gill, Gurbir Kaur Jawanda

Abstract:

Since the introduction of self-consolidating concrete (SCC) in Japan during the late 1980’s, acceptance and usage of this concrete in the construction industry has been steadily gaining momentum. In the United States, the usage of SCC has been spearheaded by the precast concrete industry. Good SCC must possess the following key fresh properties: filling ability, passing ability, and resistance to segregation. Self-compacting concrete is one of 'the most revolutionary developments' in concrete research; this concrete is able to flow and to fill the most restocked places of the form work without vibration. There are several methods for testing its properties. In the fresh state: the most frequently used are slump flow test, L box and V-funnel. This work presents properties of self-compacting concrete, mixed with fly ash. The test results for acceptance characteristics of self-compacting concrete such as slump flow; V-funnel and L-Box are presented. Further, the compressive strength at the ages of 7, 28 days was also determined and results are included here.

Keywords: compressive strength, fly ash, self-compacting concrete, slump flow test, super plasticizer

Procedia PDF Downloads 388
445 Design and Analysis of Proximity Fed Single Band Microstrip Patch Antenna with Parasitic Lines

Authors: Inderpreet Kaur, Sukhjit Kaur, Balwinder Singh Sohi

Abstract:

The design proposed in this paper mainly focuses on implementation of a single feed compact rectangular microstrip patch antenna (MSA) for single band application. The antenna presented here also works in dual band but its best performance has been obtained when optimised to work in single band mode. In this paper, a new feeding structure is applied in the patch antenna design to overcome undesirable features of the earlier multilayer feeding structures while maintaining their interesting features.To make the proposed antenna more efficient the optimization of the antenna design parameters have been done using HFSS’s optometric. For the proposed antenna one resonant frequency has been obtained at 6.03GHz, with Bandwidth of 167MHz and return loss of -33.82db. The characteristics of the designed structure are investigated by using FEM based electromagnetic solver.

Keywords: bandwidth, retun loss, parasitic lines, microstrip antenna

Procedia PDF Downloads 445
444 Impact of Corporate Social Responsibility on the Organisational Performance

Authors: Jagbir Singh Kadyan, C. A. Suman Kadyan

Abstract:

The researchers attempts to establish whether a relationship exists between the social activities undertaken & the funds that has been spent by the selected corporate organisations. Corporate listed on the (NSE) National Stock Exchange of India, under different categories shall be selected as a sample for the purpose of this study. The researches shall also study the dynamics of corporate social responsibility funding, financing & management of corporate social responsibility funds by the above selected organisations in the Indian context. The rationale behind selecting & undertaking specific corporate social responsibility activities shall be analysed & interpreted to discover the real drivers of corporate social responsibility. Besides above, an attempt shall further make an effort to understand & analyse the nature of impact on the selected corporate organisations on its overall performances due to the activities undertaken under their specific corporate social responsibility programs.

Keywords: corporate social responsibility, organisational performance, national stock exchange, sustainability, society, health, education, sanitation, environment

Procedia PDF Downloads 575
443 Code Refactoring Using Slice-Based Cohesion Metrics and AOP

Authors: Jagannath Singh, Durga Prasad Mohapatra

Abstract:

Software refactoring is very essential for maintaining the software quality. It is an usual practice that we first design the software and then go for coding. But after coding is completed, if the requirement changes slightly or our expected output is not achieved, then we change the codes. For each small code change, we cannot change the design. In course of time, due to these small changes made to the code, the software design decays. Software refactoring is used to restructure the code in order to improve the design and quality of the software. In this paper, we propose an approach for performing code refactoring. We use slice-based cohesion metrics to identify the target methods which requires refactoring. After identifying the target methods, we use program slicing to divide the target method into two parts. Finally, we have used the concepts of Aspects to adjust the code structure so that the external behaviour of the original module does not change.

Keywords: software refactoring, program slicing, AOP, cohesion metrics, code restructure, AspectJ

Procedia PDF Downloads 488
442 Structure of Grain Boundaries in α-Zirconium and Niobium

Authors: Divya Singh, Avinash Parashar

Abstract:

Due to superior mechanical, creep and nuclear cross section, zirconium and niobium (Zr-Nb) based alloys are commonly used as nuclear materials for the manufacturing of fuel cladding and pressure tubes in nuclear power plants. In this work, symmetrical tilt grain boundary (STGB) structures in α-Zr are studied for their structure and energies along two tilt axes- [0001] and [0-110] using MD based simulations. Tilt grain boundaries are obtained along [0001] tilt axis, and special twin structures are obtained along [0-110] tilt axis in α-Zr. For Nb, STGBs are constructed along [100] and [110] axis using atomistic simulations. The correlation between GB structures and their energies is subsequently examined. A close relationship is found to exist between individual GB structure and its energy in both α-Zr and Nb. It is also concluded that the energies of the more coherent twin grain boundaries are lower than the symmetrical tilt grain boundaries.

Keywords: grain boundaries, molecular dynamics, grain boundary energy, hcp crystal

Procedia PDF Downloads 243
441 The Study of Security Techniques on Information System for Decision Making

Authors: Tejinder Singh

Abstract:

Information system is the flow of data from different levels to different directions for decision making and data operations in information system (IS). Data can be violated by different manner like manual or technical errors, data tampering or loss of integrity. Security system called firewall of IS is effected by such type of violations. The flow of data among various levels of Information System is done by networking system. The flow of data on network is in form of packets or frames. To protect these packets from unauthorized access, virus attacks, and to maintain the integrity level, network security is an important factor. To protect the data to get pirated, various security techniques are used. This paper represents the various security techniques and signifies different harmful attacks with the help of detailed data analysis. This paper will be beneficial for the organizations to make the system more secure, effective, and beneficial for future decisions making.

Keywords: information systems, data integrity, TCP/IP network, vulnerability, decision, data

Procedia PDF Downloads 285
440 Data Management and Analytics for Intelligent Grid

Authors: G. Julius P. Roy, Prateek Saxena, Sanjeev Singh

Abstract:

Power distribution utilities two decades ago would collect data from its customers not later than a period of at least one month. The origin of SmartGrid and AMI has subsequently increased the sampling frequency leading to 1000 to 10000 fold increase in data quantity. This increase is notable and this steered to coin the tern Big Data in utilities. Power distribution industry is one of the largest to handle huge and complex data for keeping history and also to turn the data in to significance. Majority of the utilities around the globe are adopting SmartGrid technologies as a mass implementation and are primarily focusing on strategic interdependence and synergies of the big data coming from new information sources like AMI and intelligent SCADA, there is a rising need for new models of data management and resurrected focus on analytics to dissect data into descriptive, predictive and dictatorial subsets. The goal of this paper is to is to bring load disaggregation into smart energy toolkit for commercial usage.

Keywords: data management, analytics, energy data analytics, smart grid, smart utilities

Procedia PDF Downloads 763
439 Chitosan Functionalized Fe3O4@Au Core-Shell Nanomaterials for Targeted Drug Delivery

Authors: S. S. Pati, L. Herojit Singh, A. C. Oliveira, V. K. Garg

Abstract:

Chitosan functionalized Fe3O4-Au core shell nanoparticles have been prepared using a two step wet chemical approach using NaBH4 as reducing agent for formation of Au inethylene glycol. X-ray diffraction studies shows individual phases of Fe3O4 and Au in the as prepared samples with crystallite size of 5.9 and 11.4 nm respectively. The functionalization of the core-shell nanostructure with Chitosan has been confirmed using Fourier transform infrared spectroscopy along with signatures of octahedral and tetrahedral sites of Fe3O4 below 600cm-1. Mössbauer spectroscopy shows decrease in particle-particle interaction in presence of Au shell (72% sextet) than pure oleic coated Fe3O4 nanoparticles (88% sextet) at room temperature. At 80K, oleic acid coated Fe3O4 shows only sextets whereas the Chitosan functionalized Fe3O4 and Chitosan functionalized Fe3O4@Au core shell show presence of 5 and 11% doublet, respectively.

Keywords: core shell, drug delivery, gold nanoparticles, magnetic nanoparticles

Procedia PDF Downloads 357
438 Effect of Post Hardening on PVD Coated Tools

Authors: Manjinder Bajwa, Mahipal Singh, Ashish Tulli

Abstract:

In the research, the effect of varying cutting parameters, design parameters and heat treatment processes were studied on the cutting performance (Tool life) of a PVD coated tool. Thus, in a quest for these phenomenon comparison, a single coated tool and a multicoated tool were analyzed after suitable heat treatment process. TNMG shaped insert with single coating of TiCN and multi-coating of TiAlN/TiN were developed on tungsten carbide substrate. These coated inserts were then successfully annealed and normalized for a temperature of 350°C for 30 minutes and their cutting performance was evaluated as per the flank wear obtained after turning of mild steel. The results showed that heat treatment had a suitable impact on the tool life of the coated insert and also led to increase in the micro-hardness of the tool coatings and decrease in the wear rate.

Keywords: PVD coatings, flank wear, micro-hardness, annealing, normalizing

Procedia PDF Downloads 331
437 Numerical Model to Study Calcium and Inositol 1,4,5-Trisphosphate Dynamics in a Myocyte Cell

Authors: Nisha Singh, Neeru Adlakha

Abstract:

Calcium signalling is one of the most important intracellular signalling mechanisms. A lot of approaches and investigators have been made in the study of calcium signalling in various cells to understand its mechanisms over recent decades. However, most of existing investigators have mainly focussed on the study of calcium signalling in various cells without paying attention to the dependence of calcium signalling on other chemical ions like inositol-1; 4; 5 triphosphate ions, etc. Some models for the independent study of calcium signalling and inositol-1; 4; 5 triphosphate signalling in various cells are present but very little attention has been paid by the researchers to study the interdependence of these two signalling processes in a cell. In this paper, we propose a coupled mathematical model to understand the interdependence of inositol-1; 4; 5 triphosphate dynamics and calcium dynamics in a myocyte cell. Such studies will provide the deeper understanding of various factors involved in calcium signalling in myocytes, which may be of great use to biomedical scientists for various medical applications.

Keywords: calcium signalling, coupling, finite difference method, inositol 1, 4, 5-triphosphate

Procedia PDF Downloads 273
436 An ANOVA Approach for the Process Parameters Optimization of Al-Si Alloy Sand Casting

Authors: Manjinder Bajwa, Mahipal Singh, Manish Nagpal

Abstract:

This research paper aims to propose a novel approach using ANOVA technique for the strategic investigation of process parameters and their effects on the mechanical properties of Aluminium alloy cast. The two process parameters considered here were permeability of sand and pouring temperature of aluminium alloy. ANOVA has been employed for the first time to determine the effects of these selected parameters on the impact strength of alloy. The experimental results show that this proposed technique has great potential for analyzing sand casting process. Using this approach we have determined the treatment mean square, response mean square and mean square of error as 8.54, 8.255 and 0.435 respectively. The research concluded that at the 5% level of significance, permeability of sand is the more significant parameter influencing the impact strength of cast alloy.

Keywords: aluminium alloy, pouring temperature, permeability of sand, impact strength, ANOVA

Procedia PDF Downloads 427
435 Intelligent Electric Vehicle Charging System (IEVCS)

Authors: Prateek Saxena, Sanjeev Singh, Julius Roy

Abstract:

The security of the power distribution grid remains a paramount to the utility professionals while enhancing and making it more efficient. The most serious threat to the system can be maintaining the transformers, as the load is ever increasing with the addition of elements like electric vehicles. In this paper, intelligent transformer monitoring and grid management has been proposed. The engineering is done to use the evolving data from the smart meter for grid analytics and diagnostics for preventive maintenance. The two-tier architecture for hardware and software integration is coupled to form a robust system for the smart grid. The proposal also presents interoperable meter standards for easy integration. Distribution transformer analytics based on real-time data benefits utilities preventing outages, protects the revenue loss, improves the return on asset and reduces overall maintenance cost by predictive monitoring.

Keywords: electric vehicle charging, transformer monitoring, data analytics, intelligent grid

Procedia PDF Downloads 772
434 Framework Development of Carbon Management Software Tool in Sustainable Supply Chain Management of Indian Industry

Authors: Sarbjit Singh

Abstract:

This framework development explored the status of GSCM in manufacturing SMEs and concluded that there was a significant gap w.r.t carbon emissions measurement in the supply chain activities. The measurement of carbon emissions within supply chains is important green initiative toward its reduction. The majority of the SMEs were facing the problem to quantify the green house gas emissions in its supply chain & to make it a low carbon supply chain or GSCM. Thus, the carbon management initiatives were amalgamated with the supply chain activities in order to measure and reduce the carbon emissions, confirming the GHG protocol scopes. Henceforth, it covers the development of carbon management software (CMS) tool to quantify carbon emissions for effective carbon management. This tool is cheap and easy to use for the industries for the management of their carbon emissions within the supply chain.

Keywords: w.r.t carbon emissions, carbon management software, supply chain management, Indian Industry

Procedia PDF Downloads 445
433 Effects of Turbulence Penetration on Valve Leakage in Nuclear Reactor Coolant System

Authors: Gupta Rajesh, Paudel Sagar, Sharma Utkarsh, Singh Amit Kumar

Abstract:

Thermal stratification has drawn much attention because of the malfunctions at various nuclear plants in U.S.A that raised significant safety concerns. The concerns due to this phenomenon relate to thermal stresses in branch pipes connected to the reactor coolant system piping. This stress limits the lifetime of the piping system, and even leading to penetrating cracks. To assess origin of valve damage in the pipeline, it is essential to determine the effect of turbulence penetration on valve leakage; since stratified flow is generally generated by turbulent penetration or valve leakage. As a result, we concluded with the help of coupled fluent-structural analysis that the pipe with less turbulence has less chance of failure there by requiring less maintenance.

Keywords: nuclear reactor coolant system, thermal stratification, turbulent penetration, coupled fluent-structural analysis, Von-Misses stress

Procedia PDF Downloads 272
432 Effect of Welding Parameters on Penetration and Bead Width for Variable Plate Thickness in Submerged Arc Welding

Authors: Harish K. Arya, Kulwant Singh, R. K. Saxena

Abstract:

The heat flow in weldment changes its nature from 2D to 3D with the increase in plate thickness. For welding of thicker plates the heat loss in thickness direction increases the cooling rate of plate. Since the cooling rate changes, the various bead parameters like bead penetration, bead height and bead width also got affected by it. The present study incorporates the effect of variable plate thickness on penetration and bead width. The penetration reduces with increase in plate thickness due to heat loss in thickness direction for same heat input, while bead width increases for thicker plate due to faster cooling.

Keywords: submerged arc welding, plate thickness, bead geometry, cooling rate

Procedia PDF Downloads 316
431 Human Intraocular Thermal Field in Action with Different Boundary Conditions Considering Aqueous Humor and Vitreous Humor Fluid Flow

Authors: Dara Singh, Keikhosrow Firouzbakhsh, Mohammad Taghi Ahmadian

Abstract:

In this study, a validated 3D finite volume model of human eye is developed to study the fluid flow and heat transfer in the human eye at steady state conditions. For this purpose, discretized bio-heat transfer equation coupled with Boussinesq equation is analyzed with different anatomical, environmental, and physiological conditions. It is demonstrated that the fluid circulation is formed as a result of thermal gradients in various regions of eye. It is also shown that posterior region of the human eye is less affected by the ambient conditions compared to the anterior segment which is sensitive to the ambient conditions and also to the way the gravitational field is defined compared to the geometry of the eye making the circulations and the thermal field complicated in transient states. The effect of variation in material and boundary conditions guides us to the conclusion that thermal field of a healthy and non-healthy eye can be distinguished via computer simulations.

Keywords: bio-heat, boussinesq, conduction, convection, eye

Procedia PDF Downloads 323
430 Parameter Estimation with Uncertainty and Sensitivity Analysis for the SARS Outbreak in Hong Kong

Authors: Afia Naheed, Manmohan Singh, David Lucy

Abstract:

This work is based on a mathematical as well as statistical study of an SEIJTR deterministic model for the interpretation of transmission of severe acute respiratory syndrome (SARS). Based on the SARS epidemic in 2003, the parameters are estimated using Runge-Kutta (Dormand-Prince pairs) and least squares methods. Possible graphical and numerical techniques are used to validate the estimates. Then effect of the model parameters on the dynamics of the disease is examined using sensitivity and uncertainty analysis. Sensitivity and uncertainty analytical techniques are used in order to analyze the affect of the uncertainty in the obtained parameter estimates and to determine which parameters have the largest impact on controlling the disease dynamics.

Keywords: infectious disease, severe acute respiratory syndrome (SARS), parameter estimation, sensitivity analysis, uncertainty analysis, Runge-Kutta methods, Levenberg-Marquardt method

Procedia PDF Downloads 341
429 Effect of Welding Parameters on Dilution and Bead Height for Variable Plate Thickness in Submerged Arc Welding

Authors: Harish Kumar Arya, Kulwant Singh, R. K Saxena, Deepti Jaiswal

Abstract:

The heat flow in weldment changes its nature from 2D to 3D with the increase in plate thickness. For welding of thicker plates the heat loss in thickness direction increases the cooling rate of plate. Since the cooling rate changes, the various bead parameters like bead penetration, bead height and bead width also got affected by it. The present study incorporates the effect of variable plate thickness on bead geometry and dilution. The penetration reduces with increase in plate thickness due to heat loss in thickness direction, while bead width and reinforcement increases for thicker plate due to faster cooling.

Keywords: submerged arc welding, plate thickness, bead geometry, cooling rate

Procedia PDF Downloads 272
428 Improving the Performance of Back-Propagation Training Algorithm by Using ANN

Authors: Vishnu Pratap Singh Kirar

Abstract:

Artificial Neural Network (ANN) can be trained using backpropagation (BP). It is the most widely used algorithm for supervised learning with multi-layered feed-forward networks. Efficient learning by the BP algorithm is required for many practical applications. The BP algorithm calculates the weight changes of artificial neural networks, and a common approach is to use a two-term algorithm consisting of a learning rate (LR) and a momentum factor (MF). The major drawbacks of the two-term BP learning algorithm are the problems of local minima and slow convergence speeds, which limit the scope for real-time applications. Recently the addition of an extra term, called a proportional factor (PF), to the two-term BP algorithm was proposed. The third increases the speed of the BP algorithm. However, the PF term also reduces the convergence of the BP algorithm, and criteria for evaluating convergence are required to facilitate the application of the three terms BP algorithm. Although these two seem to be closely related, as described later, we summarize various improvements to overcome the drawbacks. Here we compare the different methods of convergence of the new three-term BP algorithm.

Keywords: neural network, backpropagation, local minima, fast convergence rate

Procedia PDF Downloads 480
427 A Study on Game Theory Approaches for Wireless Sensor Networks

Authors: M. Shoukath Ali, Rajendra Prasad Singh

Abstract:

Game Theory approaches and their application in improving the performance of Wireless Sensor Networks (WSNs) are discussed in this paper. The mathematical modeling and analysis of WSNs may have low success rate due to the complexity of topology, modeling, link quality, etc. However, Game Theory is a field, which can efficiently use to analyze the WSNs. Game Theory is related to applied mathematics that describes and analyzes interactive decision situations. Game theory has the ability to model independent, individual decision makers whose actions affect the surrounding decision makers. The outcome of complex interactions among rational entities can be predicted by a set of analytical tools. However, the rationality demands a stringent observance to a strategy based on measured of perceived results. Researchers are adopting game theory approaches to model and analyze leading wireless communication networking issues, which includes QoS, power control, resource sharing, etc.

Keywords: wireless sensor network, game theory, cooperative game theory, non-cooperative game theory

Procedia PDF Downloads 409
426 Computer Aided Classification of Architectural Distortion in Mammograms Using Texture Features

Authors: Birmohan Singh, V.K.Jain

Abstract:

Computer aided diagnosis systems provide vital opinion to radiologists in the detection of early signs of breast cancer from mammogram images. Masses and microcalcifications, architectural distortions are the major abnormalities. In this paper, a computer aided diagnosis system has been proposed for distinguishing abnormal mammograms with architectural distortion from normal mammogram. Four types of texture features GLCM texture, GLRLM texture, fractal texture and spectral texture features for the regions of suspicion are extracted. Support Vector Machine has been used as classifier in this study. The proposed system yielded an overall sensitivity of 96.47% and accuracy of 96% for the detection of abnormalities with mammogram images collected from Digital Database for Screening Mammography (DDSM) database.

Keywords: architecture distortion, mammograms, GLCM texture features, GLRLM texture features, support vector machine classifier

Procedia PDF Downloads 472
425 Communication of Sensors in Clustering for Wireless Sensor Networks

Authors: Kashish Sareen, Jatinder Singh Bal

Abstract:

The use of wireless sensor networks (WSNs) has grown vastly in the last era, pointing out the crucial need for scalable and energy-efficient routing and data gathering and aggregation protocols in corresponding large-scale environments. Wireless Sensor Networks have now recently emerged as a most important computing platform and continue to grow in diverse areas to provide new opportunities for networking and services. However, the energy constrained and limited computing resources of the sensor nodes present major challenges in gathering data. The sensors collect data about their surrounding and forward it to a command centre through a base station. The past few years have witnessed increased interest in the potential use of wireless sensor networks (WSNs) as they are very useful in target detecting and other applications. However, hierarchical clustering protocols have maximum been used in to overall system lifetime, scalability and energy efficiency. In this paper, the state of the art in corresponding hierarchical clustering approaches for large-scale WSN environments is shown.

Keywords: clustering, DLCC, MLCC, wireless sensor networks

Procedia PDF Downloads 460
424 S-N-Pf Relationship for Steel Fibre Reinforced Concrete Made with Cement Additives

Authors: Gurbir Kaur, Surinder Pal Singh

Abstract:

The present study is a part of the research work on the effect of limestone powder (LP), silica fume (SF) and metakaolin (MK), on the flexural fatigue performance of steel fibre reinforced concrete (SFRC). Corrugated rectangular steel fibres of size 0.6x2.0x35 mm at a constant volume fraction of 1.0% have been incorporated in all mix combinations as the reinforcing material. Three mix combinations were prepared by replacing 30% of ordinary Portland cement (OPC) by weight with these cement additives in binary and ternary fashion to demonstrate their contribution. An experimental programme was conducted to obtain the fatigue lives of all mix combinations at various stress levels. The fatigue life data have been analysed as an attempt to determine the relationship between stress level ‘S’, number of cycles to failure ‘N’ and probability of failure ‘Pf’ for all mix combinations. The experimental coefficients of the fatigue equation have also been obtained from the fatigue data to represent the S-N-Pf curves analytically.

Keywords: cement additives, fatigue life, probability of failure, steel fibre reinforced concrete

Procedia PDF Downloads 403
423 The Effect of Size, Thickness, and Type of the Bonding Interlayer on Bullet Proof Glass as per EN 1063

Authors: Rabinder Singh Bharj, Sandeep Kumar

Abstract:

This investigation presents preparation of sample and analysis of results of ballistic impact test as per EN 1063 on the size, thickness, number, position, and type of the bonding interlayer Polyvinyl Butyral, Poly Carbonate and Poly Urethane on bullet proof glass. It was observed that impact energy absorbed by bullet proof glass increases with the increase of the total thickness from 33mm to 42mm to 51mm for all the three samples respectively. Absorption impact energy is greater for samples with more number of bonding interlayers than with the number of glass layers for uniform increase in total sample thickness. There is no effect on the absorption impact energy with the change in position of the bonding interlayer.

Keywords: absorbed energy, bullet proof glass, laminated glass, safety glass

Procedia PDF Downloads 377
422 Discovering User Behaviour Patterns from Web Log Analysis to Enhance the Accessibility and Usability of Website

Authors: Harpreet Singh

Abstract:

Finding relevant information on the World Wide Web is becoming highly challenging day by day. Web usage mining is used for the extraction of relevant and useful knowledge, such as user behaviour patterns, from web access log records. Web access log records all the requests for individual files that the users have requested from the website. Web usage mining is important for Customer Relationship Management (CRM), as it can ensure customer satisfaction as far as the interaction between the customer and the organization is concerned. Web usage mining is helpful in improving website structure or design as per the user’s requirement by analyzing the access log file of a website through a log analyzer tool. The focus of this paper is to enhance the accessibility and usability of a guitar selling web site by analyzing their access log through Deep Log Analyzer tool. The results show that the maximum number of users is from the United States and that they use Opera 9.8 web browser and the Windows XP operating system.

Keywords: web usage mining, web mining, log file, data mining, deep log analyzer

Procedia PDF Downloads 234
421 Ferroelectricity in Nano-Composite Films of Sodium Nitrite: Starch Prepared by Drop Cast Technique

Authors: Navneet Dabra, Baljinder Kaur, Lakhbir Singh, V. Annapu Reddy, R. Nath, Dae-Yong Jeong, Jasbir S. Hundal

Abstract:

Nano-composite films of sodium nitrite (NaNO2): Starch with different proportions of NaNO2 and Starch have been prepared by drop cast technique. The ferroelectric hysteresis loops (P-V) have been traced using modified Sawyar-Tower circuit. The films containing equal proportions of NaNO2 and Starch exhibit optimized ferroelectric properties. The stability of the remanent polarization, Pr in the optimized nano-composite films exhibit improved stability over the pure NaNO2 films. The Atomic Force Microscopy (AFM) has been employed to investigate the surface morphology. AFM images clearly reveal the nano sized particles of NaNO2 dispersed in starch with small value of surface roughness.

Keywords: ferroelectricity, nano-composite films, Atomic Force Microscopy (AFM), nano composite film

Procedia PDF Downloads 491
420 Microbiological Profile and Surgical Outcomes of Microbial Keratitis Associated Endophthalmitis

Authors: Prachi Abhishek Dave, Manisha Singh

Abstract:

Purpose: The purpose is to study the microbiological profile, prognostic factors, and outcomes of surgery for microbial keratitis (MK) associated endophthalmitis. Methods: It is a retrospective analysis of 39 MK associated endophthalmitis cases which underwent combined PKP with VR surgery. Results: The majority (84.6%) of patients had a history of previous ocular surgery, cataract surgery being the most common (51.2%). Six patients had a history of trauma and 8 patients had corneal graft infection. The culture positivity rate was 92.3%. Organisms isolated were Streptococcal sp (20.5%), Pseudomonas (15.3%), Staphylococcal sp (12.8%) and Fungus (35.8%). Final visual acuities ranged from NPL to 20/120. Poor anatomic success was seen in 15(38.46%) eyes (9-phthisis, 6-eviscerated). Fungal cases had a poor success rate (P-0.02). Conclusion: MK associated endophthalmitis is a sight threatening ocular condition. Fungal etiology carries a poorer prognosis. Timely surgical intervention can achieve favourable anatomical and functional results.

Keywords: endophthalmitis, microbial keratitis, penetrating keratoplasty, vitreo retinal surgery

Procedia PDF Downloads 31