Search results for: P. Vamsi Krishna
113 The Next Frontier for Mobile Based Augmented Reality: An Evaluation of AR Uptake in India
Authors: K. Krishna Milan Rao, Nelvin Joseph, Praveen Dwarakanath
Abstract:
Augmented and Virtual Realties is quickly becoming a hotbed of activity with millions of dollars being spent on R & D and companies such as Google and Microsoft rushing to stake their claim. Augmented reality (AR) is however marching ahead due to the spread of the ideal AR device – the smartphone. Despite its potential, there remains a deep digital divide between the Developed and Developing Countries. The Technological Acceptance Model (TAM) and Hofstede cultural dimensions also predict the behaviour intention to uptake AR in India will be large. This paper takes a quantified approach by collecting 340 survey responses to AR scenarios and analyzing them through statistics. The Survey responses show that the Intention to Use, Perceived Usefulness and Perceived Enjoyment dimensions are high among the urban population in India. This along with the exponential smartphone indicates that India is on the cusp of a boom in the AR sector.Keywords: mobile augmented reality, technology acceptance model, Hofstede, cultural dimensions, India
Procedia PDF Downloads 248112 Estimation of Location and Scale Parameters of Extended Exponential Distribution Based on Record Statistics
Authors: E. Krishna
Abstract:
An Extended form of exponential distribution using Marshall and Olkin method is introduced.The location scale family of these distributions is considered. For location scale free family, exact expressions for single and product moments of upper record statistics are derived. The mean, variance and covariance of record values are computed for various values of the shape parameter. Using these the BLUE's of location and scale parameters are derived.The variances and covariance of estimates are obtained.Through Monte Carlo simulation the condence intervals for location and scale parameters are constructed.The Best liner unbiased Predictor (BLUP) of future records are also discussed.Keywords: BLUE, BLUP, condence interval, Marshall-Olkin distribution, Monte Carlo simulation, prediction of future records, record statistics
Procedia PDF Downloads 417111 Image Instance Segmentation Using Modified Mask R-CNN
Authors: Avatharam Ganivada, Krishna Shah
Abstract:
The Mask R-CNN is recently introduced by the team of Facebook AI Research (FAIR), which is mainly concerned with instance segmentation in images. Here, the Mask R-CNN is based on ResNet and feature pyramid network (FPN), where a single dropout method is employed. This paper provides a modified Mask R-CNN by adding multiple dropout methods into the Mask R-CNN. The proposed model has also utilized the concepts of Resnet and FPN to extract stage-wise network feature maps, wherein a top-down network path having lateral connections is used to obtain semantically strong features. The proposed model produces three outputs for each object in the image: class label, bounding box coordinates, and object mask. The performance of the proposed network is evaluated in the segmentation of every instance in images using COCO and cityscape datasets. The proposed model achieves better performance than the state-of-the-networks for the datasets.Keywords: instance segmentation, object detection, convolutional neural networks, deep learning, computer vision
Procedia PDF Downloads 72110 Theoretical and Experimental Analysis of End Milling Process with Multiple Finger Inserted Cutters
Authors: G. Krishna Mohana Rao, P. Ravi Kumar
Abstract:
Milling is the process of removing unwanted material with suitable tool. Even though the milling process is having wider application, the vibration of machine tool and work piece during the process produces chatter on the products. Various methods of preventing the chatter have been incorporated into machine tool systems. Damper is cut into equal number of parts. Each part is called as finger. Multiple fingers were inserted in the hollow portion of the shank to reduce tool vibrations. In the present work, nonlinear static and dynamic analysis of the damper inserted end milling cutter used to reduce the chatter was done. A comparison is made for the milling cutter with multiple dampers. Surface roughness was determined by machining with multiple finger inserted milling cutters.Keywords: damping inserts, end milling, vibrations, nonlinear dynamic analysis, number of fingers
Procedia PDF Downloads 524109 Performance Assessment of Carbon Nano Tube Based Cutting Fluid in Machining Process
Authors: Alluru Gopala Krishna, Thella Babu Rao
Abstract:
In machining, there is always a problem with heat generation and friction produced during the process as they consequently affect tool wear and surface finish. An instant heat transfer mechanism could protect the cutting tool edge and enhance the tool life by cooling the cutting edge of the tool. In the present work, carbon nanotube (CNT) based nano-cutting fluid is proposed for machining a hard-to-cut material. Tool wear and surface roughness are considered for the evaluation of the nano-cutting fluid in turning process. The performance of nanocoolant is assessed against the conventional coolant and dry machining conditions and it is observed that the proposed nanocoolant has produced better performance than the conventional coolant.Keywords: CNT based nano cutting fluid, tool wear, turning, surface roughness
Procedia PDF Downloads 263108 Column Studies on Chromium(VI) Adsorption onto Kala Jamun (Syzygium cumini L.) Seed Powder
Authors: Sumi Deka, Krishna Gopal Bhattacharyya
Abstract:
This paper evaluate the industrial use of Kala Jamun (Syzygiumcumini L.) Seed powder (KSP) for the continuous adsorption of Cr(VI) in a column adsorption process. Adsorption of Cr(VI) onto Kala jamun (Syzygiumcumini L.) Seed Powder have been examined with the variation of (a) bed depth of the adsorbents, (b) flow rate of the adsorbents and (c) Cr(VI) concentration. The results showed that both the adsorption and the regeneration of the Cr(VI) onto Kala Jamun (Syzygiumcumini L.) seed Powder (KSP) can effectively occur in the column mode of adsorption. On increasing the bed depth, the adsorption of Cr(VI) onto KSP increases whereas on increasing the flow rate and the Cr(VI) concentration of KSP adsorption decreases. The results of the column studies were also fitted to Bed Depth Service Time (BDST) model. The BDST model was appropriate for designing the column for industrial purpose.Keywords: bed-depth-service-time, continuous adsorption, Cr(VI), KSP
Procedia PDF Downloads 256107 Flexural Analysis of Palm Fiber Reinforced Hybrid Polymer Matrix Composite
Authors: G.Venkatachalam, Gautham Shankar, Dasarath Raghav, Krishna Kuar, Santhosh Kiran, Bhargav Mahesh
Abstract:
Uncertainty in the availability of fossil fuels in the future and global warming increased the need for more environment-friendly materials. In this work, an attempt is made to fabricate a hybrid polymer matrix composite. The blend is a mixture of General Purpose Resin and Cashew Nut Shell Liquid, a natural resin extracted from cashew plant. Palm fiber, which has high strength, is used as a reinforcement material. The fiber is treated with alkali (NaOH) solution to increase its strength and adhesiveness. Parametric study of flexure strength is carried out by varying alkali concentration, duration of alkali treatment and fiber volume. Taguchi L9 Orthogonal array is followed in the design of experiments procedure for simplification. With the help of ANOVA technique, regression equations are obtained which gives the level of influence of each parameter on the flexure strength of the composite.Keywords: Adhesion, CNSL, Flexural Analysis, Hybrid Matrix Composite, Palm Fiber
Procedia PDF Downloads 405106 Android Graphics System: Study of Dual-Software VSync Synchronization Architecture and Optimization
Authors: Prafulla Kumar Choubey, Krishna Kishor Jha, S. B. Vaisakh Punnekkattu Chirayil
Abstract:
In Graphics-display subsystem, frame buffers are shared between producer i.e. content rendering and consumer i.e. display. If a common buffer is operated by both producer and consumer simultaneously, their processing rates mismatch can cause tearing effect in displayed content. Therefore, Android OS employs triple buffered system, taking in to account an additional composition stage. Three stages-rendering, composition and display refresh, operate synchronously on three different buffers, which is achieved by using vsync pulses. This synchronization, however, brings in to the pipeline an additional latency of up to 26ms. The present study details about the existing synchronization mechanism of android graphics-display pipeline and discusses a new adaptive architecture which reduces the wait time to 5ms-16ms in all the use-cases. The proposed method uses two adaptive software vsyncs (PLL) for achieving the same result.Keywords: Android graphics system, vertical synchronization, atrace, adaptive system
Procedia PDF Downloads 314105 Application of Advanced Remote Sensing Data in Mineral Exploration in the Vicinity of Heavy Dense Forest Cover Area of Jharkhand and Odisha State Mining Area
Authors: Hemant Kumar, R. N. K. Sharma, A. P. Krishna
Abstract:
The study has been carried out on the Saranda in Jharkhand and a part of Odisha state. Geospatial data of Hyperion, a remote sensing satellite, have been used. This study has used a wide variety of patterns related to image processing to enhance and extract the mining class of Fe and Mn ores.Landsat-8, OLI sensor data have also been used to correctly explore related minerals. In this way, various processes have been applied to increase the mineralogy class and comparative evaluation with related frequency done. The Hyperion dataset for hyperspectral remote sensing has been specifically verified as an effective tool for mineral or rock information extraction within the band range of shortwave infrared used. The abundant spatial and spectral information contained in hyperspectral images enables the differentiation of different objects of any object into targeted applications for exploration such as exploration detection, mining.Keywords: Hyperion, hyperspectral, sensor, Landsat-8
Procedia PDF Downloads 122104 Mechanical Behavior of Banana Peel Reinforced Polymer Composites
Authors: A. Lakshumu Naidu, K. Krishna Kishor
Abstract:
This paper examines the results of an experimental study based on the engineering properties of banana peel reinforced epoxy composites. Experiments are carried out to study the effect of weight fraction on mechanical behavior of epoxy based polymer composites. The composites were made by varying the weight fraction of banana peel from 0 to 30% and banana peel were made using hand layup method. The fabricated composite samples were cut according to the ASTM standards for different experiments. Hardness test and density test were carried out at the samples. The maximum hardness, density, tensile strength, flexural strength and ILSS are getting for the material prepared with the 20 % reinforced banana peel epoxy composite. The detailed test results and observations are discussed sequentially in the paper.Keywords: engineering properties, polymer, composite, mechanical behavior of banana peel
Procedia PDF Downloads 368103 Vision Aided INS for Soft Landing
Authors: R. Sri Karthi Krishna, A. Saravana Kumar, Kesava Brahmaji, V. S. Vinoj
Abstract:
The lunar surface may contain rough and non-uniform terrain with dips and peaks. Soft-landing is a method of landing the lander on the lunar surface without any damage to the vehicle. This project focuses on finding a safe landing site for the vehicle by developing a method for the lateral velocity determination of the lunar lander. This is done by processing the real time images obtained by means of an on-board vision sensor. The hazard avoidance phase of the soft-landing starts when the vehicle is about 200 m above the lunar surface. Here, the lander has a very low velocity of about 10 cm/s:vertical and 5 m/s:horizontal. On the detection of a hazard the lander is navigated by controlling the vertical and lateral velocity. In order to find an appropriate landing site and to accordingly navigate, the lander image processing is performed continuously. The images are taken continuously until the landing site is determined, and the lander safely lands on the lunar surface. By integrating this vision-based navigation with the INS a better accuracy for the soft-landing of the lunar lander can be obtained.Keywords: vision aided INS, image processing, lateral velocity estimation, materials engineering
Procedia PDF Downloads 466102 Properties of Preplaced Aggregate Concrete with Modified Binder
Authors: Kunal Krishna Das, Eddie S. S. Lam
Abstract:
Preplaced Aggregate Concrete (PAC) is produced by first placing the coarse aggregate into the formwork, followed by injection of grout to fill in the voids in between the coarse aggregates. In this study, tests were carried out to determine the effects of supplementary cementitious materials on the properties of PAC. Cement was partially replaced by ground granulated blast furnace slag (GGBS) and silica fume (SF) at different proportions. Grout properties were determined by the flow cone test and compressive strength test. Grout proportion was optimized statistically. It was applied to form PAC. Hardened properties of PAC, comprising compressive strength, splitting tensile strength, chloride-ion penetration and drying shrinkage, were evaluated. GGBS enhanced the flowability of the grout, whereas SF enhanced the strength of PAC. Both GGBS and SF improved the resistance to chloride-ion penetration with the drawback of increased drying shrinkage. Nevertheless, drying shrinkage was within the range to be classified as low shrinkage concrete.Keywords: factorial design, ground granulated blast furnace slag, preplaced aggregate concrete, silica fume
Procedia PDF Downloads 134101 A Board of Comparative Study of Central Secondary Education (CBSE) and Board of Secondry Education Madhya Pradesh BHOPAL (BSEMPB) Hindi Text Books of Class-VI
Authors: Shri Krishna Mishra, Badri Yadav
Abstract:
Proficient persons should be involved in formulation of the structure of the textbooks so that the topics selected in the Hindi textbooks for Class VII should contribute towards linguistic and literary development of the child and the language of the textbook matches the comprehension level of the student.The topics of tile textbooks should provide good illustrations and suitable exercises. Topics of variety of taste can be included in the textbook to satisfy the inquisitive children. There could be abstracts/hints at the beginning of each lesson. Meanings for difficult words must be given at the end of each topic for convenience of the parents and children as most of them find it difficult and time consuming to use Hindi dictionary. Exercises should be relevant covering the whole topic and the difficulty level should match the maturity level of the students in respect of CBSE Board. The stitching and binding of CBSE prescribed books may be improved to increase durability.Keywords: comparative study of CBSE and BSEMPB, Central Secondary Education, Board of Secondry Education, BHOPAL
Procedia PDF Downloads 396100 Construction Contractor Pre-Qualification Using Multi-Attribute Utility Theory: A Multiplicative Approach
Authors: B. Vikram, Y. Anu Leena, Y. Anu Neena, M. V. Krishna Rao, V. S. S. Kumar
Abstract:
The industry is often criticized for inefficiencies in outcomes such as time and cost overruns, low productivity, poor quality and inadequate customer satisfaction. To enhance the chances for construction projects to be successful, selecting an able contractor is one of the fundamental decisions to be made by clients. The selection of the most appropriate contractor is a multi-criteria decision making (MCDM) process. In this paper, multi-attribute utility theory (MAUT) is employed utilizing the multiplicative form of utility function for ranking the prequalified contractors. Performance assessment criteria covering contracting company attributes, experience record, past performance, performance potential, financial stability and project specific criteria are considered for contractor evaluation. A case study of multistoried building for which four contractors submitted bids is considered to illustrate the applicability of multiplicative approach of MAUT to rank the prequalified contractors. The proposed MAUT decision making methodology can also be employed to other decision making situations.Keywords: multi-attribute utility theory, construction industry, prequalification, contractor
Procedia PDF Downloads 43599 In vivo Therapeutic Potential of Biologically Synthesized Silver Nanoparticles
Authors: Kalakotla Shanker, G. Krishna Mohan
Abstract:
Nowadays, nanoparticles are being used in pharmacological studies for their exclusive properties such as small size, more surface area, biocompatibility and enhanced solubility. In view of this, the present study aimed to evaluate the antihyperglycemic potential of biologically synthesized silver nanoparticles (BSSNPs) and Gymnema sylvestre (GS) extract. The SEM and SEM analysis divulges that the BSSNPs were spherical in shape. EDAX spectrum exhibits peaks for the presence of silver, carbon, and oxygen atoms in the range of 1.0-3.1 keV. FT-IR reveals the binding properties of active bio-constituents responsible for capping and stabilizing BSSNPs. The results showed increased blood glucose, huge loss in body weight and downturn in plasma insulin. The GS extract (200 mg/kg, 400 mg/kg), BSSNPs (100 mg/kg, 200 mg/kg) and metformin 50 mg/kg were administered to the diabetic rats. BSSNPs at a dose level of 200 mg/kg (b.wt.p.o.) showed significant inhibition of (p<0.001) blood glucose levels as compared with GS extract treated group. The results obtained from study indicate that the BSSNP shows potent anti-diabetic activity.Keywords: biological silver nanoparticles, G. sylvetre, gymnemic acid, streptozotocin, Wistar rats, antihyperglycemic activity, anti-hyperlipidemic activity
Procedia PDF Downloads 30298 Climate Change Impacts on Oyster Aquaculture - Part I: Identification of Key Factors
Authors: Emmanuel Okine Neokye, Xiuquan Wang, Krishna K. Thakur, Pedro Quijon, Rana Ali Nawaz, , Sana Basheer
Abstract:
Oysters are enriched with high-quality protein and are widely known for their exquisite taste. The production of oysters plays an important role in the local economies of coastal communities in many countries, including Atlantic Canada, because of their high economic value. However, because of the changing climatic conditions in recent years, oyster aquaculture faces potentially negative impacts, such as increasing water acidification, rising water temperatures, high salinity, invasive species, algal blooms, and other environmental factors. Although a few isolated effects of climate change on oyster aquaculture have been reported in recent years, it is not well understood how climate change will affect oyster aquaculture from a systematic perspective. In the first part of this study, we present a systematic review of the impacts of climate change and some key environmental factors affecting oyster production on a global scale. The study also identifies knowledge gaps and challenges. In addition, we present key research directions that will facilitate future investigations.Keywords: climate change, oyster production, oyster aquaculture, greenhouse gases
Procedia PDF Downloads 1297 Prediction of Disability-Adjustment Mental Illness Using Machine Learning
Authors: S. R. M. Krishna, R. Santosh Kumar, V. Kamakshi Prasad
Abstract:
Machine learning techniques are applied for the analysis of the impact of mental illness on the burden of disease. It is calculated using the disability-adjusted life year (DALY). DALYs for a disease is the sum of years of life lost due to premature mortality (YLLs) + No of years of healthy life lost due to disability (YLDs). The critical analysis is done based on the Data sources, machine learning techniques and feature extraction method. The reviewing is done based on major databases. The extracted data is examined using statistical analysis and machine learning techniques were applied. The prediction of the impact of mental illness on the population using machine learning techniques is an alternative approach to the old traditional strategies, which are time-consuming and may not be reliable. The approach makes it necessary for a comprehensive adoption, innovative algorithms, and an understanding of the limitations and challenges. The obtained prediction is a way of understanding the underlying impact of mental illness on the health of the people and it enables us to get a healthy life expectancy. The growing impact of mental illness and the challenges associated with the detection and treatment of mental disorders make it necessary for us to understand the complete effect of it on the majority of the population. Procedia PDF Downloads 3696 The UN Mediation in the Armed Conflict of Nepal and El Salvador: A Cross-Regional Comparative Perspective Study
Authors: Anu S. Krishna
Abstract:
The paper tries to analyse the UN involvement/intervention in the case of intra-state armed conflict of El Salvador and Nepal comparatively. The peace mission in El Salvador is considered to be the most successful missions of UN ever since it started involving in the peace-building activities. Meanwhile, in the armed conflict of South Asian country, Nepal, the result seemed to be disappointing in comparison with its counterpart. The study on this paper takes three variables as the success or failure of international mediation, i.e., a) signing of the peace agreement, b) disarmament/demobilization and c) constitutional mechanism. A significant amount of scholarship looks at the case of ONUSAL (United Nations Mission in El Salvador). Meanwhile, the armed conflict of Nepal and the role of UNMIN (United Nations Mediation in Nepal) are under researched so far. The paper thus tries to throw light on these cross-regional contexts that share certain similarities and dissimilarities in the nature of conflict. In addition, the international third-party involvement and their way of approaching both the cases differ, which again affected the mediation outcome. The paper tries to argue that, since the approach of the UN led international mediation in theses peace missions were contextual and varied from case to case, thus, finally affected the mediation outcome too.Keywords: Nepal, UNMIN, El Salvador, ONUSAL, international mediation, armed conflict
Procedia PDF Downloads 39295 Investigation of Chord Protocol in Peer to Peer Wireless Mesh Network with Mobility
Authors: P. Prasanna Murali Krishna, M. V. Subramanyam, K. Satya Prasad
Abstract:
File sharing in networks are generally achieved using Peer-to-Peer (P2P) applications. Structured P2P approaches are widely used in adhoc networks due to its distributed and scalability features. Efficient mechanisms are required to handle the huge amount of data distributed to all peers. The intrinsic characteristics of P2P system makes for easier content distribution when compared to client-server architecture. All the nodes in a P2P network act as both client and server, thus, distributing data takes lesser time when compared to the client-server method. CHORD protocol is a resource routing based where nodes and data items are structured into a 1- dimensional ring. The structured lookup algorithm of Chord is advantageous for distributed P2P networking applications. Though, structured approach improves lookup performance in a high bandwidth wired network it could contribute to unnecessary overhead in overlay networks leading to degradation of network performance. In this paper, the performance of existing CHORD protocol on Wireless Mesh Network (WMN) when nodes are static and dynamic is investigated.Keywords: wireless mesh network (WMN), structured P2P networks, peer to peer resource sharing, CHORD Protocol, DHT
Procedia PDF Downloads 48094 Identifying Missing Component in the Bechdel Test Using Principal Component Analysis Method
Authors: Raghav Lakhotia, Chandra Kanth Nagesh, Krishna Madgula
Abstract:
A lot has been said and discussed regarding the rationale and significance of the Bechdel Score. It became a digital sensation in 2013, when Swedish cinemas began to showcase the Bechdel test score of a film alongside its rating. The test has drawn criticism from experts and the film fraternity regarding its use to rate the female presence in a movie. The pundits believe that the score is too simplified and the underlying criteria of a film to pass the test must include 1) at least two women, 2) who have at least one dialogue, 3) about something other than a man, is egregious. In this research, we have considered a few more parameters which highlight how we represent females in film, like the number of female dialogues in a movie, dialogue genre, and part of speech tags in the dialogue. The parameters were missing in the existing criteria to calculate the Bechdel score. The research aims to analyze 342 movies scripts to test a hypothesis if these extra parameters, above with the current Bechdel criteria, are significant in calculating the female representation score. The result of the Principal Component Analysis method concludes that the female dialogue content is a key component and should be considered while measuring the representation of women in a work of fiction.Keywords: Bechdel test, dialogue genre, parts of speech tags, principal component analysis
Procedia PDF Downloads 14293 The Effectiveness of Scalp Cooling Therapy on Reducing Chemotherapy Induced Alopecia: A Critical Literature Review
Authors: M. Krishna
Abstract:
The study was intended to identify if scalp cooling therapy is effective on preventing chemotherapy-induced hair loss among cancer patients. Critical literature of non-randomized controlled trials was used to investigate whether scalp cooling therapy is effective on preventing chemotherapy-induced alopecia. The review identified that scalp cooling therapy is effective on preventing chemotherapy-induced alopecia. Most of the patients receiving chemotherapy experience alopecia. It is also perceived as the worst effect of chemotherapy. This may be severe and lead the patients to withdraw the chemo treatment. The image disturbance caused by alopecia will make the patient depressed and will lead to declined immunity. With the knowledge on effectiveness of scalp cooling therapy on preventing chemotherapy-induced alopecia, patient undergoing chemotherapy will not be hesitant to undergo the treatment. Patients are recommended to go through scalp cooling therapy every chemo cycle and the proper therapy duration is 30 minutes before, during chemo. The suggested duration of the scalp cooling therapy is 45-90 minutes for an effective and positive outcome. This finding is excluding other factors of alopecia such as menopause, therapeutic drugs, poor hair density, liver function problems, and drug regimes.Keywords: alopecia, cancer, chemotherapy, scalp cooling therapy
Procedia PDF Downloads 20792 Runoff Estimation Using NRCS-CN Method
Authors: E. K. Naseela, B. M. Dodamani, Chaithra Chandran
Abstract:
The GIS and remote sensing techniques facilitate accurate estimation of surface runoff from watershed. In the present study an attempt has been made to evaluate the applicability of Natural Resources Service Curve Number method using GIS and Remote sensing technique in the upper Krishna basin (69,425 Sq.km). Landsat 7 (with resolution 30 m) satellite data for the year 2012 has been used for the preparation of land use land cover (LU/LC) map. The hydrologic soil group is mapped using GIS platform. The weighted curve numbers (CN) for all the 5 subcatchments calculated on the basis of LU/LC type and hydrologic soil class in the area by considering antecedent moisture condition. Monthly rainfall data was available for 58 raingauge stations. Overlay technique is adopted for generating weighted curve number. Results of the study show that land use changes determined from satellite images are useful in studying the runoff response of the basin. The results showed that there is no significant difference between observed and estimated runoff depths. For each subcatchment, statistically positive correlations were detected between observed and estimated runoff depth (0.691 Perceived Role of Business School in Developing Leadership in Students
Authors: Ranala Nirmala, Rajanala Krishna Gopal
Abstract:
Business schools train management graduates to join the industry in managerial positions. Most of the managerial positions require leadership competency and while some of the business schools have leadership development as a course, many assume leadership development among students through their curriculum. While literature supports the need for leadership development among students, there are few studies which explored the role of department and leadership skills in business management students. This paper is based on an empirical study of students of a university based business school and explored the relationship between the perceived role of department, including the faculty, infrastructure, etc on the leadership skills and potential of the students. Students have been administered an instrument that captured different leadership aspects of the students and the data was reduced into fourteen dimensions including leadership skills perceived by student, role of department in developing leadership skills, leadership potential of students, etc. Anova and regression analysis are the primary statistical tools were used (using SPSS 17.0) and the results revealed that there is a significant relationship between the student perceptions of their leadership potential and the role of department, the faculty, the curriculum, etc. This study supports introducing focused courses in management curriculum to promote leadership among students.Keywords: students, management education, leadership, role of institution
Procedia PDF Downloads 48790 Power Quality Improvement Using UPQC Integrated with Distributed Generation Network
Authors: B. Gopal, Pannala Krishna Murthy, G. N. Sreenivas
Abstract:
The increasing demand of electric power is giving an emphasis on the need for the maximum utilization of renewable energy sources. On the other hand maintaining power quality to satisfaction of utility is an essential requirement. In this paper the design aspects of a Unified Power Quality Conditioner integrated with photovoltaic system in a distributed generation is presented. The proposed system consist of series inverter, shunt inverter are connected back to back on the dc side and share a common dc-link capacitor with Distributed Generation through a boost converter. The primary task of UPQC is to minimize grid voltage and load current disturbances along with reactive and harmonic power compensation. In addition to primary tasks of UPQC, other functionalities such as compensation of voltage interruption and active power transfer to the load and grid in both islanding and interconnected mode have been addressed. The simulation model is design in MATLAB/ Simulation environment and the results are in good agreement with the published work.Keywords: distributed generation (DG), interconnected mode, islanding mode, maximum power point tracking (mppt), power quality (PQ), unified power quality conditioner (UPQC), photovoltaic array (PV)
Procedia PDF Downloads 50789 Bhumastra “Unmanned Ground Vehicle”
Authors: Vivek Krishna, Nikhil Jain, A. Mary Posonia A., Albert Mayan J
Abstract:
Terrorism and insurgency are significant global issues that require constant attention and effort from governments and scientists worldwide. To combat these threats, nations invest billions of dollars in developing new defensive technologies to protect civilians. Breakthroughs in vehicle automation have led to the use of sophisticated machines for many dangerous and critical anti-terrorist activities. Our concept of an "Unmanned Ground Vehicle" can carry out tasks such as border security, surveillance, mine detection, and active combat independently or in tandem with human control. The robot's movement can be wirelessly controlled by a person in a distant location or can travel to a pre-programmed destination autonomously in situations where personal control is not feasible. Our defence system comprises two units: the control unit that regulates mobility and the motion tracking unit. The remote operator robot uses the camera's live visual feed to manually operate both units, and the rover can automatically detect movement. The rover is operated by manpower who controls it using a joystick or mouse, and a wireless modem enables a soldier in a combat zone to control the rover via an additional controller feature.Keywords: robotics, computer vision, Machine learning, Artificial intelligence, future of AI
Procedia PDF Downloads 12388 Divergent Preferences for Rice Variety Attributes among Farmers and Breeders in Nepal
Authors: Bibek Sapkota, Michael Burton, Krishna Prasad Timsina
Abstract:
This paper presents a discrete choice experiment (DCE)-based analysis of farmers' preferences for rice variety attributes involving 540 farmers from the Terai region of Nepal clustered into East, Mid, and Western Terai regions. Findings reveal that farmers prioritize grain yield, finer grain types, drought tolerance, and shorter crop duration when selecting rice varieties, with subtle gender-based differences observed. However, breeding programs have predominantly emphasized grain yield and crop duration, possibly neglecting other vital traits. Furthermore, the research reveals a concerning decline in the yield trends of both released and registered rice varieties. Notably, the limited availability of recommended rainfed varieties, despite strong farmer preferences for drought tolerance, underscores the imperative of bridging this gap to ensure food security. This study provides insights into the multifaceted nature of farmer preferences and calls for a more holistic approach to varietal development that aligns with farmers' needs and the evolving challenges of rice farming in the Terai region of Nepal.Keywords: breeders’ preferences, discrete choice experiment, farmers’ preferences, rice variety attributes
Procedia PDF Downloads 13787 The Impact of Purpose as a Principal Leadership Skill on the Performance Select Township Schools in South Africa
Authors: Pepe Marais, Krishna Govender
Abstract:
This study aimed to investigate the impact of “purpose” as a principal leadership skill on the performance of two township schools using a quantitative research design and collecting data from the school principals, teachers and matric learners, using the 28-scale Servant Leadership Test as well as Gallup’s Q12 Employee Engagement survey. The questionnaires addressed the key objectives, namely, the extent to which the principals of the participating schools exhibited servant leadership and their understanding of “purpose” as one word in leadership and how teachers and learners perceived the impact of a “one-word” purpose-driven leader on the performance of the selected schools. Although no relationship could be demonstrated between ‘’purpose’’ and the performance of the two township schools, it became evident that a significant increase in Servant Leadership leads to a significant increase in engagement and performance, as measured by the matric pass rate. It is recommended that workshops be facilitated with principals and teachers in order to entrench ‘’purpose’’ deeper throughout the schools. In addition, Servant Leadership training has to be conduced to increase the leadership ability of the school principals. Future research in the area of ‘’purpose as one word’’, as well as Servant Leadership as a principal skillset within South Africa’s public school leadership, is recommended.Keywords: school leadership, servant leadership, one-word purpose, engagement, leadership
Procedia PDF Downloads 12586 Deep Learning Approach to Trademark Design Code Identification
Authors: Girish J. Showkatramani, Arthi M. Krishna, Sashi Nareddi, Naresh Nula, Aaron Pepe, Glen Brown, Greg Gabel, Chris Doninger
Abstract:
Trademark examination and approval is a complex process that involves analysis and review of the design components of the marks such as the visual representation as well as the textual data associated with marks such as marks' description. Currently, the process of identifying marks with similar visual representation is done manually in United States Patent and Trademark Office (USPTO) and takes a considerable amount of time. Moreover, the accuracy of these searches depends heavily on the experts determining the trademark design codes used to catalog the visual design codes in the mark. In this study, we explore several methods to automate trademark design code classification. Based on recent successes of convolutional neural networks in image classification, we have used several different convolutional neural networks such as Google’s Inception v3, Inception-ResNet-v2, and Xception net. The study also looks into other techniques to augment the results from CNNs such as using Open Source Computer Vision Library (OpenCV) to pre-process the images. This paper reports the results of the various models trained on year of annotated trademark images.Keywords: trademark design code, convolutional neural networks, trademark image classification, trademark image search, Inception-ResNet-v2
Procedia PDF Downloads 23285 Improving the Quality of Discussion and Documentation of Advance Care Directives in a Community-Based Resident Primary Care Clinic
Authors: Jason Ceavers, Travis Thompson, Juan Torres, Ramanakumar Anam, Alan Wong, Andrei Carvalho, Shane Quo, Shawn Alonso, Moises Cintron, Ricardo C. Carrero, German Lopez, Vamsi Garimella, German Giese
Abstract:
Introduction: Advance directives (AD) are essential for patients to communicate their wishes when they are not able to. Ideally, these discussions should not occur for the first time when a patient is hospitalized with an acute life-threatening illness. There is a large number of patients who do not have clearly documented ADs, resulting in the misutilization of resources and additional patient harm. This is a nationwide issue, and the Joint Commission has it as one of its national quality metrics. Presented here is a proposed protocol to increase the number of documented AD discussions in a community-based, internal medicine residency primary care clinic in South Florida. Methods: The SMART Aim for this quality improvement project is to increase documentation of AD discussions in the outpatient setting by 25% within three months in medicare patients. A survey was sent to stakeholders (clinic attendings, residents, medical assistants, front desk staff, and clinic managers), asking them for three factors they believed contributed most to the low documentation rate of AD discussions. The two most important factors were time constraints and systems issues (such as lack of a standard method to document ADs and ADs not being uploaded to the chart) which were brought up by 25% and 21.2% of the 32 survey responders, respectively. Pre-intervention data from clinic patients in 2020-2021 revealed 17.05% of patients had clear, actionable ADs documented. To address these issues, an AD pocket card was created to give to patients. One side of the card has a brief explanation of what ADs are. The other side has a column of interventions (cardiopulmonary resuscitation, mechanical ventilation, dialysis, tracheostomy, feeding tube) with boxes patients check off if they want the intervention done, do not want the intervention, do not want to discuss the topic, or need more information. These cards are to be filled out and scanned into their electronic chart to be reviewed by the resident before their appointment. The interventions that patients want more information on will be discussed by the provider. If any changes are made, the card will be re-scanned into their chart. After three months, we will chart review the patients seen in the clinic to determine how many medicare patients have a pocket card uploaded and how many have advance directives discussions documented in a progress note or annual wellness note. If there is not enough time for an AD discussion, a follow-up appointment can be scheduled for that discussion. Discussion: ADs are a crucial part of patient care, and failure to understand a patient’s wishes leads to improper utilization of resources, avoidable litigation, and patient harm. Time constraints and systems issues were identified as two major factors contributing to the lack of advance directive discussion in our community-based resident primary care clinic. Our project aims at increasing the documentation rate for ADs through a simple pocket card intervention. These are self-explanatory, easy to read and allow the patients to clearly express what interventions they desire or what they want to discuss further with their physician.Keywords: advance directives, community-based, pocket card, primary care clinic
Procedia PDF Downloads 16484 Optimal Sortation Strategy for a Distribution Network in an E-Commerce Supply Chain
Authors: Pankhuri Dagaonkar, Charumani Singh, Poornima Krothapalli, Krishna Karthik
Abstract:
The backbone of any retail e-commerce success story is a unique design of supply chain network, providing the business an unparalleled speed and scalability. Primary goal of the supply chain strategy is to meet customer expectation by offering fastest deliveries while keeping the cost minimal. Meeting this objective at the large market that India provides is the problem statement that we have targeted here. There are many models and optimization techniques focused on network design to identify the ideal facility location and size, optimizing cost and speed. In this paper we are presenting a tactical approach to optimize cost of an existing network for a predefined speed. We have considered both forward and reverse logistics of a retail e-commerce supply chain consisting of multiple fulfillment (warehouse) and delivery centers, which are connected via sortation nodes. The mathematical model presented here determines if the shipment from a node should get sorted directly for the last mile delivery center or it should travel as consolidated package to another node for further sortation (resort). The objective function minimizes the total cost by varying the resort percentages between nodes and provides the optimal resource allocation and number of sorts at each node.Keywords: distribution strategy, mathematical model, network design, supply chain management
Procedia PDF Downloads 297