SlideShare a Scribd company logo
1 of 6
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 420
Monitoring Bus Management System using GPS
P. Jayapal Reddy1, N. Vasavi2, S. Tippu3, Y. Dilli Prasad4
1,2,3,4UG Student, Department of Computer Science & Engineering, Mother Theresa Institute of Engineering &
Technology, Palamaner, Andhra Pradesh, India.
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - College transportation especially buses are not scheduled properly and not reach the destination bus stops with
in time. The buses may be delayed then students and faculties will wait for a long time. The present generation requires the
information time to time. The use of technology has been increasing day by day. So, we are planning for combination of
present technology with the requirement of information transmission and the information of our college buses are
transmitted to student and faculties. We planned for creative approach of “vehicle Tracking System using GPS (Global
Positioning System)”. This system is used to determine the location of vehicle and its information (Speed, Distance travelled,
Location etc…).We also provide the information of buses, students, faculties who are using college transportation.
Key Words: GPS system, Information transmission.
1. INTRODUCTION
A college transport is a kind of transport possessed, rented, contracted to, or worked by a college the board. It is
routinely used to transport students to and from college. Different designs of college transports are utilized around the
world: the most notable precedents are the yellow college transports. College transports are reason fabricated vehicles
recognized from different kinds of transports by structure attributes ordered by government and state guidelines.
Notwithstanding their unmistakable paint shading (college transport yellow), college transports are fitted with outside
notice lights (to give them traffic need) and various wellbeing gadgets.
II. FEASIBILITY STUDY
1. Existing System
Bus management system is used for the purpose of tracking, this is done by the help of GPS. In the existing system
only admin can track the location of the buses. The admin who has rights can only access this system. In this existing
system the admin receive the message about the condition of buses, the travelling speed of the bus and the system sends
the message when the bus is delayed and cancelled due to various reasons. All this functions are accessed only by the
admin not by the students, faculties or others.
Advantages:
 Track the bus location.
 Receives the message when the bus is over speed and stopped at one stop for a long time.
Disadvantages:
 Students and faculties are not able to track the bus.
 The students and faculties don’t know the changed bus when their travelling bus is stopped.
2. Proposed System
College transportation especially buses are not scheduled properly and not reach the destination bus stops with in
time. So in this proposed system we planned for creative approach of “vehicle Tracking System using GPS (Global
Positioning System)”. This system is used to determine the location of vehicle and its information (Speed, Distance
travelled, Location etc…). We also provide the information of buses, students, faculties who are using college
transportation. In this proposed system everyone can access the system.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 421
Advantages:
1. Students and faculties can track the bus.
2. They can see the alternate or changed bus when their travelling bus is stopped.
III. IMPLEMENTATION
Modules Description:
Student Module:
This module is for students who are travelling in the college transportation. Here the students can know about the
bus details, delay of buses, location of the buses etc…which is helpful for the students and this tracking is done through the
GPS system. They should sign in with their respective rollno and password.
Employee Module:
This module is for the faculty members who are using the college transportation. Faculty can also know the bus
details, delay of buses, location of buses etc…where the tracking is done through the GPS system. They should sign in with
their respective userid and password.
Others Module:
The other module is for parents etc…who want to know the details of buses can know here without any
registration and login. Here they have to fill the form to view the buses. But, the difference between registration candidate
and the person who see the location through others module is the candidate who are registered can get a particular bus
number and bus route.
Admin Module:
This module is for admin who is eligible to register student and employee. Here they can add the details of the
student and employee, delete the details of the student and employee, update the details of the student and employee. The
admin should sign in with userid and password where they will be only three or four admins who are maintaining the
college transportation. Here the admin know’s all the details of the buses and location of the buses. After registration
admin will provide the userid and password for the students and employees.
System Architecture
Fig: System Architecture
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 422
IV. CODING
Index.php:
<?php
session_start();
$conn=mysqli_connect("localhost","root","","cool");
if($_SESSION["idno"]==""||$_SESSION["rollno"]==""||$_SESSION["userid"]=="")
{
header("location:index.php");
}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="http://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" />
<link href="default.css" rel="stylesheet" type="text/css" media="all" />
<link href="fonts.css" rel="stylesheet" type="text/css" media="all" />
</head>
<body>
<div id="wrapper">
<div id="header" class="container">
<div id="logo">
</div>
<div id="menu"><font size="3"><h1>Mother Theresa Institute of Engineering and
Technology</h1>
</font></div><br>
<div id="wrapper">
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 423
<div id="header" class="container">
<div id="logo">
</div>
<div id="menu">
<ul>
<li><u><b><font size=4><a href="Login_v1studentlog.php">Student</a></li>
<li><u><a href="Login_v1employeelog.php">Employee</a></li>
<li><u><a href="Login_v1templated-privy1regiothers.php">Others</a></li>
<li><u><a href="Login_v1adminlog.php">Admin</a></li></b>
</ul>
</div>
</div>
<div id="banner">&nbsp;</div>&nbsp;&nbsp;</div>
</body>
</html>
V. RESULTS
Figure: Home page for Monitoring Bus Management System using GPS.
Figure: Login page for Admin in Monitoring Bus Management System using GPS.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 424
Figure: Profile for Admin in Monitoring Bus Management System using GPS.
Figure: Login for Student in Monitoring Bus Management System using GPS.
Figure: Employee login for Monitoring Bus Management System using GPS.
Figure: Others form in Monitoring Bus Management System using GPS.
VI. CONCLUSION
Here we declare that the project is useful for the students, faculty members those who travel in the college buses. The
parents can also know the bus details of their children who use college transport.The students and the faculty members
can know the location of the buses through GPS system where it shows the location of the buses. Parents can only track the
bus location by filling a form with correct details and they doesn’t have any registration to track the buses.They can use
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 425
this website for knowing daily updates of buses.So, this project is useful to know the details of each and every bus and
location of those buses.
VII. REFERENCES
1. C. Rizos, College Transport Management System.
2. “Advanced Transportation Management Technologies-Transit Management system.”
3. J. Smith and A. Ruffle, The Transport Asset Management System.
4. Templated-crosswalk1/index.html.
BIOGRAPHIES

More Related Content

What's hot

Engineering admission maharashtra
Engineering admission maharashtraEngineering admission maharashtra
Engineering admission maharashtraAnushri Kocher
 
Online Ticket Reservation System-SRS, ERD, DFD, Structured Charts
Online Ticket Reservation System-SRS, ERD, DFD, Structured ChartsOnline Ticket Reservation System-SRS, ERD, DFD, Structured Charts
Online Ticket Reservation System-SRS, ERD, DFD, Structured Chartsgrandhiprasuna
 
Lane Detection and Obstacle Aviodance Revised
Lane Detection and Obstacle Aviodance RevisedLane Detection and Obstacle Aviodance Revised
Lane Detection and Obstacle Aviodance RevisedPhanindra Amaradhi
 
Lane Detection and Obstacle Aviodance
Lane Detection and Obstacle AviodanceLane Detection and Obstacle Aviodance
Lane Detection and Obstacle AviodanceNishanth Sriramoju
 
IRJET- A Review on Feasibilty Study on Facilities for Pedestraians at Iblur J...
IRJET- A Review on Feasibilty Study on Facilities for Pedestraians at Iblur J...IRJET- A Review on Feasibilty Study on Facilities for Pedestraians at Iblur J...
IRJET- A Review on Feasibilty Study on Facilities for Pedestraians at Iblur J...IRJET Journal
 
Diploma Admission 2013
Diploma Admission 2013Diploma Admission 2013
Diploma Admission 201301022010
 
TRANSED submission 2015-final
TRANSED submission 2015-finalTRANSED submission 2015-final
TRANSED submission 2015-finalVishwarath Taduru
 
Entrance Examinations Indian Edition
Entrance Examinations Indian EditionEntrance Examinations Indian Edition
Entrance Examinations Indian EditionSampada Bhatnagar
 
Information brochure vii(19.07.2013)
Information brochure vii(19.07.2013)Information brochure vii(19.07.2013)
Information brochure vii(19.07.2013)Anushri Kocher
 
NEET 2018 Official Notification Released Now.
NEET 2018 Official Notification Released Now.NEET 2018 Official Notification Released Now.
NEET 2018 Official Notification Released Now.Vijay Singh Khatri
 
Combined defence services examination 2019
Combined defence services examination 2019Combined defence services examination 2019
Combined defence services examination 2019JobsInAnyWhere
 
IRJET- Training and Placement Cell Application
IRJET- Training and Placement Cell ApplicationIRJET- Training and Placement Cell Application
IRJET- Training and Placement Cell ApplicationIRJET Journal
 
Information brochure ix (25.07.2013) (1)
Information brochure ix (25.07.2013) (1)Information brochure ix (25.07.2013) (1)
Information brochure ix (25.07.2013) (1)Anushri Kocher
 
Find AIEEA UG 2019 Counselling Brochure
Find AIEEA UG 2019 Counselling BrochureFind AIEEA UG 2019 Counselling Brochure
Find AIEEA UG 2019 Counselling BrochurePrabha Gupta
 
Assessment of Tractor Maintenance Practices of Tractor Operators at Ejura, Ghana
Assessment of Tractor Maintenance Practices of Tractor Operators at Ejura, GhanaAssessment of Tractor Maintenance Practices of Tractor Operators at Ejura, Ghana
Assessment of Tractor Maintenance Practices of Tractor Operators at Ejura, GhanaEditor IJCATR
 
IRJET- Canteen Management Android Application using E-Wallet
IRJET-  	  Canteen Management Android Application using E-WalletIRJET-  	  Canteen Management Android Application using E-Wallet
IRJET- Canteen Management Android Application using E-WalletIRJET Journal
 

What's hot (20)

83.e bill board
83.e bill board83.e bill board
83.e bill board
 
Engineering admission maharashtra
Engineering admission maharashtraEngineering admission maharashtra
Engineering admission maharashtra
 
Online Ticket Reservation System-SRS, ERD, DFD, Structured Charts
Online Ticket Reservation System-SRS, ERD, DFD, Structured ChartsOnline Ticket Reservation System-SRS, ERD, DFD, Structured Charts
Online Ticket Reservation System-SRS, ERD, DFD, Structured Charts
 
Lane Detection and Obstacle Aviodance Revised
Lane Detection and Obstacle Aviodance RevisedLane Detection and Obstacle Aviodance Revised
Lane Detection and Obstacle Aviodance Revised
 
Lane Detection and Obstacle Aviodance
Lane Detection and Obstacle AviodanceLane Detection and Obstacle Aviodance
Lane Detection and Obstacle Aviodance
 
IRJET- A Review on Feasibilty Study on Facilities for Pedestraians at Iblur J...
IRJET- A Review on Feasibilty Study on Facilities for Pedestraians at Iblur J...IRJET- A Review on Feasibilty Study on Facilities for Pedestraians at Iblur J...
IRJET- A Review on Feasibilty Study on Facilities for Pedestraians at Iblur J...
 
Diploma Admission 2013
Diploma Admission 2013Diploma Admission 2013
Diploma Admission 2013
 
TRANSED submission 2015-final
TRANSED submission 2015-finalTRANSED submission 2015-final
TRANSED submission 2015-final
 
Entrance Examinations Indian Edition
Entrance Examinations Indian EditionEntrance Examinations Indian Edition
Entrance Examinations Indian Edition
 
Information brochure vii(19.07.2013)
Information brochure vii(19.07.2013)Information brochure vii(19.07.2013)
Information brochure vii(19.07.2013)
 
NEET 2018 Official Notification Released Now.
NEET 2018 Official Notification Released Now.NEET 2018 Official Notification Released Now.
NEET 2018 Official Notification Released Now.
 
Combined defence services examination 2019
Combined defence services examination 2019Combined defence services examination 2019
Combined defence services examination 2019
 
IRJET- Training and Placement Cell Application
IRJET- Training and Placement Cell ApplicationIRJET- Training and Placement Cell Application
IRJET- Training and Placement Cell Application
 
Cet 2012
Cet 2012Cet 2012
Cet 2012
 
Information brochure ix (25.07.2013) (1)
Information brochure ix (25.07.2013) (1)Information brochure ix (25.07.2013) (1)
Information brochure ix (25.07.2013) (1)
 
Find AIEEA UG 2019 Counselling Brochure
Find AIEEA UG 2019 Counselling BrochureFind AIEEA UG 2019 Counselling Brochure
Find AIEEA UG 2019 Counselling Brochure
 
Assessment of Tractor Maintenance Practices of Tractor Operators at Ejura, Ghana
Assessment of Tractor Maintenance Practices of Tractor Operators at Ejura, GhanaAssessment of Tractor Maintenance Practices of Tractor Operators at Ejura, Ghana
Assessment of Tractor Maintenance Practices of Tractor Operators at Ejura, Ghana
 
IRJET- Canteen Management Android Application using E-Wallet
IRJET-  	  Canteen Management Android Application using E-WalletIRJET-  	  Canteen Management Android Application using E-Wallet
IRJET- Canteen Management Android Application using E-Wallet
 
Ijmet 10 01_168
Ijmet 10 01_168Ijmet 10 01_168
Ijmet 10 01_168
 
Sonu ad
Sonu adSonu ad
Sonu ad
 

Similar to IRJET- Monitoring Bus Management System using GPS

Travel Management Application
Travel Management ApplicationTravel Management Application
Travel Management ApplicationIRJET Journal
 
iStudent Management System – “Isms”
iStudent Management System – “Isms”iStudent Management System – “Isms”
iStudent Management System – “Isms”IRJET Journal
 
IRJET- College Bus Tracking and Notification System
IRJET- College Bus Tracking and Notification SystemIRJET- College Bus Tracking and Notification System
IRJET- College Bus Tracking and Notification SystemIRJET Journal
 
IRJET - College Recommendation System using Machine Learning
IRJET - College Recommendation System using Machine LearningIRJET - College Recommendation System using Machine Learning
IRJET - College Recommendation System using Machine LearningIRJET Journal
 
IRJET- Exam Cell Automation
IRJET-  	  Exam Cell AutomationIRJET-  	  Exam Cell Automation
IRJET- Exam Cell AutomationIRJET Journal
 
IRJET- Travel Buddy - Bus Pass and Ticket Application
IRJET-  	  Travel Buddy - Bus Pass and Ticket ApplicationIRJET-  	  Travel Buddy - Bus Pass and Ticket Application
IRJET- Travel Buddy - Bus Pass and Ticket ApplicationIRJET Journal
 
IRJET- A Web-Based Career Spot for Placement Activities and Data Analysis
IRJET- A Web-Based Career Spot for Placement Activities and Data AnalysisIRJET- A Web-Based Career Spot for Placement Activities and Data Analysis
IRJET- A Web-Based Career Spot for Placement Activities and Data AnalysisIRJET Journal
 
METandance: A Smart Classroom Management And Analysis
METandance: A Smart Classroom Management And AnalysisMETandance: A Smart Classroom Management And Analysis
METandance: A Smart Classroom Management And AnalysisIRJET Journal
 
IRJET- Alumni Portal
IRJET-  	  Alumni PortalIRJET-  	  Alumni Portal
IRJET- Alumni PortalIRJET Journal
 
IRJET - Campus Suite
IRJET  -  	  Campus SuiteIRJET  -  	  Campus Suite
IRJET - Campus SuiteIRJET Journal
 
IRJET - Mobile based Attendance Tracking Application
IRJET - Mobile based Attendance Tracking ApplicationIRJET - Mobile based Attendance Tracking Application
IRJET - Mobile based Attendance Tracking ApplicationIRJET Journal
 
IRJET- Secure Pinboard Information Shared By Sha-Algorithm
IRJET- Secure Pinboard Information Shared By Sha-AlgorithmIRJET- Secure Pinboard Information Shared By Sha-Algorithm
IRJET- Secure Pinboard Information Shared By Sha-AlgorithmIRJET Journal
 
IRJET- Enhanced Mobile Application for Training and Placement Cell
IRJET- Enhanced Mobile Application for Training and Placement CellIRJET- Enhanced Mobile Application for Training and Placement Cell
IRJET- Enhanced Mobile Application for Training and Placement CellIRJET Journal
 
IRJET- Educational Data Mining for Prediction of StudentsPerformance using Cl...
IRJET- Educational Data Mining for Prediction of StudentsPerformance using Cl...IRJET- Educational Data Mining for Prediction of StudentsPerformance using Cl...
IRJET- Educational Data Mining for Prediction of StudentsPerformance using Cl...IRJET Journal
 
IRJET- Searching Admission Methodology(SAM): An Android Based Application...
IRJET-  	  Searching Admission Methodology(SAM): An Android Based Application...IRJET-  	  Searching Admission Methodology(SAM): An Android Based Application...
IRJET- Searching Admission Methodology(SAM): An Android Based Application...IRJET Journal
 
Exam Result Analysis
Exam Result AnalysisExam Result Analysis
Exam Result AnalysisIRJET Journal
 
IRJET- NIE Placements: An Automated Application for Android Users
IRJET-  	  NIE Placements: An Automated Application for Android UsersIRJET-  	  NIE Placements: An Automated Application for Android Users
IRJET- NIE Placements: An Automated Application for Android UsersIRJET Journal
 
IRJET- Placement Management and Prediction System using Data Mining and Cloud...
IRJET- Placement Management and Prediction System using Data Mining and Cloud...IRJET- Placement Management and Prediction System using Data Mining and Cloud...
IRJET- Placement Management and Prediction System using Data Mining and Cloud...IRJET Journal
 

Similar to IRJET- Monitoring Bus Management System using GPS (20)

Travel Management Application
Travel Management ApplicationTravel Management Application
Travel Management Application
 
iStudent Management System – “Isms”
iStudent Management System – “Isms”iStudent Management System – “Isms”
iStudent Management System – “Isms”
 
IRJET- College Bus Tracking and Notification System
IRJET- College Bus Tracking and Notification SystemIRJET- College Bus Tracking and Notification System
IRJET- College Bus Tracking and Notification System
 
IRJET - College Recommendation System using Machine Learning
IRJET - College Recommendation System using Machine LearningIRJET - College Recommendation System using Machine Learning
IRJET - College Recommendation System using Machine Learning
 
IRJET- Exam Cell Automation
IRJET-  	  Exam Cell AutomationIRJET-  	  Exam Cell Automation
IRJET- Exam Cell Automation
 
IRJET- Travel Buddy - Bus Pass and Ticket Application
IRJET-  	  Travel Buddy - Bus Pass and Ticket ApplicationIRJET-  	  Travel Buddy - Bus Pass and Ticket Application
IRJET- Travel Buddy - Bus Pass and Ticket Application
 
IRJET- A Web-Based Career Spot for Placement Activities and Data Analysis
IRJET- A Web-Based Career Spot for Placement Activities and Data AnalysisIRJET- A Web-Based Career Spot for Placement Activities and Data Analysis
IRJET- A Web-Based Career Spot for Placement Activities and Data Analysis
 
IRJET- Campus Suite
IRJET- Campus SuiteIRJET- Campus Suite
IRJET- Campus Suite
 
METandance: A Smart Classroom Management And Analysis
METandance: A Smart Classroom Management And AnalysisMETandance: A Smart Classroom Management And Analysis
METandance: A Smart Classroom Management And Analysis
 
IRJET- Alumni Portal
IRJET-  	  Alumni PortalIRJET-  	  Alumni Portal
IRJET- Alumni Portal
 
IRJET - Campus Suite
IRJET  -  	  Campus SuiteIRJET  -  	  Campus Suite
IRJET - Campus Suite
 
IRJET - Mobile based Attendance Tracking Application
IRJET - Mobile based Attendance Tracking ApplicationIRJET - Mobile based Attendance Tracking Application
IRJET - Mobile based Attendance Tracking Application
 
IRJET- Secure Pinboard Information Shared By Sha-Algorithm
IRJET- Secure Pinboard Information Shared By Sha-AlgorithmIRJET- Secure Pinboard Information Shared By Sha-Algorithm
IRJET- Secure Pinboard Information Shared By Sha-Algorithm
 
IRJET- Enhanced Mobile Application for Training and Placement Cell
IRJET- Enhanced Mobile Application for Training and Placement CellIRJET- Enhanced Mobile Application for Training and Placement Cell
IRJET- Enhanced Mobile Application for Training and Placement Cell
 
IRJET- Educational Data Mining for Prediction of StudentsPerformance using Cl...
IRJET- Educational Data Mining for Prediction of StudentsPerformance using Cl...IRJET- Educational Data Mining for Prediction of StudentsPerformance using Cl...
IRJET- Educational Data Mining for Prediction of StudentsPerformance using Cl...
 
IRJET- Searching Admission Methodology(SAM): An Android Based Application...
IRJET-  	  Searching Admission Methodology(SAM): An Android Based Application...IRJET-  	  Searching Admission Methodology(SAM): An Android Based Application...
IRJET- Searching Admission Methodology(SAM): An Android Based Application...
 
Exam Result Analysis
Exam Result AnalysisExam Result Analysis
Exam Result Analysis
 
Hyper Bus System
Hyper Bus SystemHyper Bus System
Hyper Bus System
 
IRJET- NIE Placements: An Automated Application for Android Users
IRJET-  	  NIE Placements: An Automated Application for Android UsersIRJET-  	  NIE Placements: An Automated Application for Android Users
IRJET- NIE Placements: An Automated Application for Android Users
 
IRJET- Placement Management and Prediction System using Data Mining and Cloud...
IRJET- Placement Management and Prediction System using Data Mining and Cloud...IRJET- Placement Management and Prediction System using Data Mining and Cloud...
IRJET- Placement Management and Prediction System using Data Mining and Cloud...
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxfenichawla
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesPrabhanshu Chaturvedi
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGSIVASHANKAR N
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 

Recently uploaded (20)

(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 

IRJET- Monitoring Bus Management System using GPS

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 420 Monitoring Bus Management System using GPS P. Jayapal Reddy1, N. Vasavi2, S. Tippu3, Y. Dilli Prasad4 1,2,3,4UG Student, Department of Computer Science & Engineering, Mother Theresa Institute of Engineering & Technology, Palamaner, Andhra Pradesh, India. ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - College transportation especially buses are not scheduled properly and not reach the destination bus stops with in time. The buses may be delayed then students and faculties will wait for a long time. The present generation requires the information time to time. The use of technology has been increasing day by day. So, we are planning for combination of present technology with the requirement of information transmission and the information of our college buses are transmitted to student and faculties. We planned for creative approach of “vehicle Tracking System using GPS (Global Positioning System)”. This system is used to determine the location of vehicle and its information (Speed, Distance travelled, Location etc…).We also provide the information of buses, students, faculties who are using college transportation. Key Words: GPS system, Information transmission. 1. INTRODUCTION A college transport is a kind of transport possessed, rented, contracted to, or worked by a college the board. It is routinely used to transport students to and from college. Different designs of college transports are utilized around the world: the most notable precedents are the yellow college transports. College transports are reason fabricated vehicles recognized from different kinds of transports by structure attributes ordered by government and state guidelines. Notwithstanding their unmistakable paint shading (college transport yellow), college transports are fitted with outside notice lights (to give them traffic need) and various wellbeing gadgets. II. FEASIBILITY STUDY 1. Existing System Bus management system is used for the purpose of tracking, this is done by the help of GPS. In the existing system only admin can track the location of the buses. The admin who has rights can only access this system. In this existing system the admin receive the message about the condition of buses, the travelling speed of the bus and the system sends the message when the bus is delayed and cancelled due to various reasons. All this functions are accessed only by the admin not by the students, faculties or others. Advantages:  Track the bus location.  Receives the message when the bus is over speed and stopped at one stop for a long time. Disadvantages:  Students and faculties are not able to track the bus.  The students and faculties don’t know the changed bus when their travelling bus is stopped. 2. Proposed System College transportation especially buses are not scheduled properly and not reach the destination bus stops with in time. So in this proposed system we planned for creative approach of “vehicle Tracking System using GPS (Global Positioning System)”. This system is used to determine the location of vehicle and its information (Speed, Distance travelled, Location etc…). We also provide the information of buses, students, faculties who are using college transportation. In this proposed system everyone can access the system.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 421 Advantages: 1. Students and faculties can track the bus. 2. They can see the alternate or changed bus when their travelling bus is stopped. III. IMPLEMENTATION Modules Description: Student Module: This module is for students who are travelling in the college transportation. Here the students can know about the bus details, delay of buses, location of the buses etc…which is helpful for the students and this tracking is done through the GPS system. They should sign in with their respective rollno and password. Employee Module: This module is for the faculty members who are using the college transportation. Faculty can also know the bus details, delay of buses, location of buses etc…where the tracking is done through the GPS system. They should sign in with their respective userid and password. Others Module: The other module is for parents etc…who want to know the details of buses can know here without any registration and login. Here they have to fill the form to view the buses. But, the difference between registration candidate and the person who see the location through others module is the candidate who are registered can get a particular bus number and bus route. Admin Module: This module is for admin who is eligible to register student and employee. Here they can add the details of the student and employee, delete the details of the student and employee, update the details of the student and employee. The admin should sign in with userid and password where they will be only three or four admins who are maintaining the college transportation. Here the admin know’s all the details of the buses and location of the buses. After registration admin will provide the userid and password for the students and employees. System Architecture Fig: System Architecture
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 422 IV. CODING Index.php: <?php session_start(); $conn=mysqli_connect("localhost","root","","cool"); if($_SESSION["idno"]==""||$_SESSION["rollno"]==""||$_SESSION["userid"]=="") { header("location:index.php"); } <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title></title> <meta name="keywords" content="" /> <meta name="description" content="" /> <link href="http://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" /> <link href="default.css" rel="stylesheet" type="text/css" media="all" /> <link href="fonts.css" rel="stylesheet" type="text/css" media="all" /> </head> <body> <div id="wrapper"> <div id="header" class="container"> <div id="logo"> </div> <div id="menu"><font size="3"><h1>Mother Theresa Institute of Engineering and Technology</h1> </font></div><br> <div id="wrapper">
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 423 <div id="header" class="container"> <div id="logo"> </div> <div id="menu"> <ul> <li><u><b><font size=4><a href="Login_v1studentlog.php">Student</a></li> <li><u><a href="Login_v1employeelog.php">Employee</a></li> <li><u><a href="Login_v1templated-privy1regiothers.php">Others</a></li> <li><u><a href="Login_v1adminlog.php">Admin</a></li></b> </ul> </div> </div> <div id="banner">&nbsp;</div>&nbsp;&nbsp;</div> </body> </html> V. RESULTS Figure: Home page for Monitoring Bus Management System using GPS. Figure: Login page for Admin in Monitoring Bus Management System using GPS.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 424 Figure: Profile for Admin in Monitoring Bus Management System using GPS. Figure: Login for Student in Monitoring Bus Management System using GPS. Figure: Employee login for Monitoring Bus Management System using GPS. Figure: Others form in Monitoring Bus Management System using GPS. VI. CONCLUSION Here we declare that the project is useful for the students, faculty members those who travel in the college buses. The parents can also know the bus details of their children who use college transport.The students and the faculty members can know the location of the buses through GPS system where it shows the location of the buses. Parents can only track the bus location by filling a form with correct details and they doesn’t have any registration to track the buses.They can use
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 425 this website for knowing daily updates of buses.So, this project is useful to know the details of each and every bus and location of those buses. VII. REFERENCES 1. C. Rizos, College Transport Management System. 2. “Advanced Transportation Management Technologies-Transit Management system.” 3. J. Smith and A. Ruffle, The Transport Asset Management System. 4. Templated-crosswalk1/index.html. BIOGRAPHIES